ViewUI
ViewUI copied to clipboard
A high quality UI Toolkit built on Vue.js 2.0
### What problem does this feature solve? 解决Select控件遗留的无数个bug,当前版本的Select控件由于内部实现使用了$slots.default等非响应式的方式,导致动态添加Option或者slots变化时,Select控件渲染问题非常多,提议从根本上解决以上问题,使用响应式属性数据控制Select的Option的渲染 ### What does the proposed API look like? 重写Select控件,使用方式不兼容,数据由options属性传递进去: ### 解决方案 直接上代码,这段是对viewUI的源码select.vue的重写版本,去掉了之前使用$slots.default的所有逻辑,Select控件接收options属性,渲染使用filteredOptions计算属性渲染Option,简单明了: ```html {{ localeNotFoundText }} {{ query }} {{ localeLoadingText }}...
如 标题 希望出一个离线文档 将官方文档代码开源 例如如elementUI 开源的文档那样 因为有一部分人要再内网开发 当中文档使用不太方便
### What problem does this feature solve? 解决需要在动画完成后做的事情 ### What does the proposed API look like? 打开动画完成`on-opend`, 关闭动画完成`on-closed`
### Environment window10/11 ### Reproduction link [http://v1.iviewui.com/components/table](http://v1.iviewui.com/components/table) ### Steps to reproduce 配置表格列左右固定都可以复现问题 ### What is expected? 配置固定列后,固定列的容器不会遮挡水平滚动条 ### What is actually happening? 列配置固定列后不会遮挡水平滚动条

### Environment 全环境 ### Reproduction link [https://www.iviewui.com/components/input-number](https://www.iviewui.com/components/input-number) ### Steps to reproduce 输入60.1,再删掉1,输入0,这时候会变成60,应该是60.0 ### What is expected? 60.0,因为还要继续输入 例如60.01 ### What is actually happening? 60
### Environment 4.7.0 ### Reproduction link [https://run.iviewui.com/AurhqSmY](https://run.iviewui.com/AurhqSmY) ### Steps to reproduce 1. click input show date panel, 2. check date hide date panel (open: true) 3. click input again, no...
### Environment windows/ 96.0.4664.93(正式版本)/Vue2.6 ### Reproduction link [https://run.iviewui.com/](https://run.iviewui.com/) ### Steps to reproduce 进度为100,status为wrong,此时进度条还是绿色 ### What is expected? 理应颜色根据status值控制 ### What is actually happening? 现在只要是100,必然是绿色,status值没有用
### What problem does this feature solve? 这两个应该是实际开发中很常见的功能 ### What does the proposed API look like? 简单就行
### Environment chrome latest version ### Reproduction link [https://www.iviewui.com/components/page](https://www.iviewui.com/components/page) ### Steps to reproduce 1.Open https://www.iviewui.com/components/page 2.Right click and choose translate 3.Change the page index 4.Get the result as like ...