wot-design
wot-design copied to clipboard
An ui component library built on vue.js
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.10.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
当前picker-view组件 `setColumnData` 方法,当column项变化时候,对比新旧数据后调用 `column.setIndex` 重置selectedIndex为0。 所以在使用日期组件时候,选择每次选择月份都会将原有日期重置为01(因为月份大小月间隔原因,每个月的日 column 项都不同) bug:在使用datetime-picker-view组件的时候,切换月份v-model绑定数值无法正确同步,可见 [https://ftf.jd.com/wot-design/demo.html#/datetimePickerView](https://ftf.jd.com/wot-design/demo.html#/datetimePickerView) 第一个示例可以复现 建议: 在新column项数据中包含当前选择项时,使用新数据中的index作为selectedIndex的值 ```js if (column && JSON.stringify(columnData) !== JSON.stringify(newData)) { column.data = data const newIndex = data.map(c => c[this.valueKey]).indexOf(column.getValue())...
fix(switch): 修复size属性无效,修改switch样式文件采用em作为单位 fix(datetime-picker-view): this.getPickerView() is undefined and useless
wd-picker 组件及相关Picker组件在真机环境中,滚动几下以后就会出现显示错位的问题,如图: ![Uploading bug.jpg…]()
文件上传组件: 上传文件之前的钩子: imgBeforeUpload ({ files, fileList, resolve }) { for (let i = 0; i < files.length; i++) { console.log(files[i].name); let suffix = files[i].name.substring(files[i].name.lastIndexOf(".")); //.txt files[i].name = 'dispatch-' + this.generateUniqueString()...
又一个kpi项目
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...