ViewUIPlus
ViewUIPlus copied to clipboard
An enterprise-level UI component library and front-end solution based on Vue.js 3
### What problem does this feature solve? 解决表格不加分页大数据渲染 ### What does the proposed API look like? virtual-scroll 为true开启虚拟滚动
- 兼容less4.0+,使用/需加括号 - https://lesscss.org/usage/
### Environment Macos最新/Chrome最新/Vue 3.2.37 ### Reproduction link https://github.com/view-design/view-ui-project-vite ### Steps to reproduce - less使用4.0+ - 使用InputNumber组件 ### What is expected? InputNumber组件正常显示 ### What is actually happening? InputNumber组件+-按钮无法显示
- 右上角新增全屏开关按钮,支持slot替换 - 新增fullscreen双向绑定属性 - 实现效果
### What problem does this feature solve? Modal组件右上角新增全屏快捷按钮 ### What does the proposed API look like? 新增show-fullscreen-icon属性
#109 - 满足断点续传进度展示、上传异常列表需求 - 实现效果
- 设置disable后节点标题也显示禁用样式 实现效果 - 建议完善文档说明支持仅禁用复选框属性
### What problem does this feature solve? - 目前ViewUI不显示复选框后设置disabled后无禁用样式标识,用户无法区别 https://run.iviewui.com/evJ4Um15 可细分disabled属性禁用复选框或item https://ant.design/components/tree-cn/ https://www.naiveui.com/zh-CN/light/components/tree ### What does the proposed API look like? 新增checkboxDisabled属性 disabled属性增加禁用样式 ```css color: var(--color-disabled); cursor: not-allowed; ``` 参考Ant...
- 修复#148 - 问题复现链接 https://run.iviewui.com/FRTjyu9Y