acud 1.0.0-beta.5 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +182 -0
- package/dist/acud.css +21 -41
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +393 -168
- package/dist/acud.js.map +1 -1
- package/dist/acud.min.css +1 -1
- package/dist/acud.min.css.map +1 -1
- package/dist/acud.min.js +3 -3
- package/dist/acud.min.js.map +1 -1
- package/es/card/style/index.css +0 -1
- package/es/dialog-box/style/index.css +0 -1
- package/es/form/style/index.css +1 -2
- package/es/input-number/style/index.css +0 -7
- package/es/locale/en_US.js +3 -1
- package/es/locale/zh_CN.js +3 -1
- package/es/locale-provider/index.d.ts +2 -0
- package/es/locale-provider/index.js +13 -2
- package/es/menu/globalSilderBar.d.ts +1 -0
- package/es/menu/globalSilderBar.js +4 -2
- package/es/menu/style/index.css +9 -0
- package/es/menu/style/index.less +9 -0
- package/es/modal/DialogBox.js +27 -2
- package/es/modal/Modal.js +10 -4
- package/es/modal/dialog.js +4 -12
- package/es/modal/index.d.ts +4 -1
- package/es/modal/locale.d.ts +9 -0
- package/es/modal/locale.js +11 -0
- package/es/modal/style/index.css +0 -1
- package/es/pagination/style/index.css +0 -2
- package/es/popover/style/index.css +0 -1
- package/es/radio/Radio.d.ts +1 -0
- package/es/radio/RadioButton.js +12 -3
- package/es/rate/style/index.css +0 -1
- package/es/select/style/index.css +0 -2
- package/es/slider/style/index.css +0 -1
- package/es/switch/style/index.css +0 -1
- package/es/table/hooks/useFilter/FilterDropdown.js +21 -9
- package/es/table/style/base.less +7 -2
- package/es/table/style/index.css +9 -5
- package/es/table/style/index.less +4 -3
- package/es/tabs/style/index.css +0 -1
- package/es/tag/style/index.css +0 -1
- package/es/timeline/style/index.css +0 -2
- package/es/tree/style/index.css +0 -3
- package/es/tree-select/style/index.css +0 -3
- package/es/upload/style/index.css +1 -5
- package/es/upload/style/index.less +3 -2
- package/lib/card/style/index.css +0 -1
- package/lib/dialog-box/style/index.css +0 -1
- package/lib/form/style/index.css +1 -2
- package/lib/input-number/style/index.css +0 -7
- package/lib/locale/en_US.js +3 -1
- package/lib/locale/zh_CN.js +3 -1
- package/lib/locale-provider/index.d.ts +2 -0
- package/lib/locale-provider/index.js +14 -2
- package/lib/menu/globalSilderBar.d.ts +1 -0
- package/lib/menu/globalSilderBar.js +4 -2
- package/lib/menu/style/index.css +9 -0
- package/lib/menu/style/index.less +9 -0
- package/lib/modal/DialogBox.js +29 -2
- package/lib/modal/Modal.js +12 -4
- package/lib/modal/dialog.js +4 -12
- package/lib/modal/index.d.ts +4 -1
- package/lib/modal/locale.d.ts +9 -0
- package/lib/modal/locale.js +26 -0
- package/lib/modal/style/index.css +0 -1
- package/lib/pagination/style/index.css +0 -2
- package/lib/popover/style/index.css +0 -1
- package/lib/radio/Radio.d.ts +1 -0
- package/lib/radio/RadioButton.js +12 -3
- package/lib/rate/style/index.css +0 -1
- package/lib/select/style/index.css +0 -2
- package/lib/slider/style/index.css +0 -1
- package/lib/switch/style/index.css +0 -1
- package/lib/table/hooks/useFilter/FilterDropdown.js +21 -9
- package/lib/table/style/base.less +7 -2
- package/lib/table/style/index.css +9 -5
- package/lib/table/style/index.less +4 -3
- package/lib/tabs/style/index.css +0 -1
- package/lib/tag/style/index.css +0 -1
- package/lib/timeline/style/index.css +0 -2
- package/lib/tree/style/index.css +0 -3
- package/lib/tree-select/style/index.css +0 -3
- package/lib/upload/style/index.css +1 -5
- package/lib/upload/style/index.less +3 -2
- package/package.json +16 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,185 @@
|
|
|
1
|
+
## ACUD CHANGES LOG
|
|
2
|
+
|
|
3
|
+
### 1.0.2 (2022-07-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* 评分标签圆角修改 ([513746c](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/513746c9f18c8aab46cb20cfb1bd0e07c279d17a))
|
|
9
|
+
* 新增表单组件及周边 ([bb07ea3](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/bb07ea3f3b0f0100ab687ad9ce12e5a6fd64e986))
|
|
10
|
+
* acud-19 代码规范问题修复 ([9db5582](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/9db55828c1f4c00ec81b004cdda2d70dff0fde2b))
|
|
11
|
+
* acud-19 增加数字输入框 ([5af95eb](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/5af95eb3782fd488c219d09345d643b88186edce))
|
|
12
|
+
* acud-19 InputNumber文案修改 ([2fbb7d3](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/2fbb7d34b8b3f4de2b3127fd463bcc54547eaebe))
|
|
13
|
+
* acud-28 增加Tootip文字提示 ([3a72d16](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/3a72d1686d279ef6109da35a3f7abc0175fec565))
|
|
14
|
+
* acud-33 增加Badge组件 ([bc49458](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/bc4945849fccdecf026fa11cd6d9c636eed7c66e))
|
|
15
|
+
* acud-37 增加Alert组件 ([24cb7b2](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/24cb7b2d65edd4acc8c23ddc583526e21fbb17b1))
|
|
16
|
+
* acud-38 新增Loading组件 ([13db5da](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/13db5da9b0d68eed03c5092f85449ab436103d68))
|
|
17
|
+
* acud-40 add Popover组件 ([e933480](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e9334805fa31972fbf7f17f93287df69cc9e90a7))
|
|
18
|
+
* acud22 添加toast组件 ([503be62](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/503be6207ac941fcdcdffa173cc81f1dbc57fdc8))
|
|
19
|
+
* add component carousel ([6960c34](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6960c34f2d95168aa7272124195671819c922777))
|
|
20
|
+
* add component/DatePicker ([4e2aac3](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/4e2aac3ab25a5199481aae271a38e19b8ea836c9))
|
|
21
|
+
* add component/Tag ([13d5dba](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/13d5dbaee7809f5b06c6a845a8b62ddcfd5e46ae))
|
|
22
|
+
* add multiple search ([27593cb](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/27593cb2e7d47742221f3681e208568fb72c0a37))
|
|
23
|
+
* UE-Issues-1601 数字输入框新增对称模式 ([67bc325](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/67bc325078dccbd4dafc2b566512990ef23a9e1f))
|
|
24
|
+
* UE-Issues-1615 抽屉组件样式更新 ([4c2c2a3](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/4c2c2a370ac4d70da1b76969211d1d5903a6fce5))
|
|
25
|
+
* UE-Issues-1616 徽标优化 ([473a87f](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/473a87feb40c1bd014424654d2a6bbf6071bea8f))
|
|
26
|
+
* UE-Issues-1616 徽标优化 ([9c4a2d5](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/9c4a2d5f1dfc3e20a025a4e5ddcbd96c1fb04683))
|
|
27
|
+
* UE-Issues-1620 折叠面板样式更新 ([8f131c3](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/8f131c308701f79cc508d801afe0f791cc25b667))
|
|
28
|
+
* UE-Issues-1621 文字提示去除不合适的示例 ([6d14389](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6d143897e7d389a9bbb12025ac3d08fd24989114))
|
|
29
|
+
* UE-Issues-1621 文字提示UE优化 ([d75d02c](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/d75d02cbf303f4b2746949d695d57d3b685f9e45))
|
|
30
|
+
* UE-Issues-1621 修复Tooltip的某些子组件样式被覆盖问题 ([60cb1e5](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/60cb1e56e3c37b81cccd8f05ae7043febf9e3b9f))
|
|
31
|
+
* UE-Issues-1621 修复Tooltip组件在子组件中存在disabled属性时, 不触发鼠标事件问题 ([75a4b7f](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/75a4b7fd306cea37924e7df348b08612a9d66a6a))
|
|
32
|
+
* update datepicker & tag UE走查问题 ([e25a29b](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e25a29b3145c6a5add978bd5bff21d21f7f32de1))
|
|
33
|
+
* update tag UE走查 ([690221e](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/690221e18b24b21ad10101965a139c675d1c933f))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* 标签组件问题修复 UE-Issues-1617 ([ba2fb9a](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/ba2fb9ad3081a3f223d5df30c050c003e583e5f5))
|
|
39
|
+
* 抽屉组件props类型定义增加onClick UE-Issues-1615 ([bd51f99](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/bd51f99cf172e18c6e2adbd8603ca0942f68f6cc))
|
|
40
|
+
* **进度条:** ACG-CSC-Plat-2761 UE走查修改 ([b9799af](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/b9799af063a3bba206acea6748449b79c68a777f))
|
|
41
|
+
* **进度条:** ACG-CSC-Plat-2761 UE走查修改(2) ([ee46c05](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/ee46c05965943da4c32cc30d28989e223327fe43))
|
|
42
|
+
* **进度条:** ACG-CSC-Plat-2761 UE走查修改(3) ([c366bd0](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/c366bd0600914cb870500a888317bf8c8bcdca34))
|
|
43
|
+
* 聚焦时取消显示蓝框 UE-Issues-1248 ([8d95d78](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/8d95d78ef5f4afabf2e5e8bcd5eed0298a1e8fe2))
|
|
44
|
+
* 蓝色边框不确定性出现 UE-Issues-1271, 体验优化UE-Issues-1263 ([bf8e80d](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/bf8e80df2e3cbba9b3b27a2c7718a889999d6cd7))
|
|
45
|
+
* acud-37 Alert组件icon更新 ([57e278b](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/57e278be2464a40905e7c4ca95b078049b843f9d))
|
|
46
|
+
* acud-38 样式修复 ([2cac5b5](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/2cac5b5bb4f9f4ab94d107ac1f533a4ec3d592d5))
|
|
47
|
+
* acud-38 显示bug ([0ea0707](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/0ea07075d6b0f030ad07ce0dcfb5370e4b14071b))
|
|
48
|
+
* acud-38 export方式 ([c85d575](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/c85d5756643e75eb635af1a0e8459f9be6c7b818))
|
|
49
|
+
* acud-38 UE设计稿改动 ([6b80eb8](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6b80eb87cbe378163cd52174fa74e52f2bf443b7))
|
|
50
|
+
* acud-40 Popover组件代码缩进优化 ([74e7e5d](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/74e7e5dadf265e48b873fb6b5c9d0d33164b4861))
|
|
51
|
+
* badge demo简化 ([3399c73](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/3399c73e826347b7aa6d21eaeda8375555be1378))
|
|
52
|
+
* datePicker focus方法ACG-CSC-Plat-3590 ([09eb842](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/09eb84283a047b0b18ac0343f08dd7789f9a3026))
|
|
53
|
+
* Form Component support optional ([c884334](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/c884334718c1261959230673feca28459fd22238))
|
|
54
|
+
* Modal default footer ([1ec3343](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1ec33435f53a13595ae3b77c0fac8339cbf547b0))
|
|
55
|
+
* **progress:** ACG-CSC-Plat-2761 修复环境进度条示例中文字重叠 ([8af3b6d](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/8af3b6d19e43d8bbf42eb887fe9d01b2a2006903))
|
|
56
|
+
* **progress:** ACG-CSC-Plat-2761 UE走查修改 ([797e9a1](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/797e9a1d2311c9f1b5e4fe2acfb55b29fd1bc93b))
|
|
57
|
+
* **progress:** ACG-CSC-Plat-2761 UE走查修改 ([9cf7c05](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/9cf7c056b2e27168621b21ed9ee58bd6adb3801f))
|
|
58
|
+
* switch tip content ([4ea5449](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/4ea54490b4cfbf201551180419dc220483706d41))
|
|
59
|
+
* Tag标签组件UE走查问题修复 UE-Issues-1617 ([f1e8e8b](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/f1e8e8bb831d9c7d6688df4169873e789a1453b3))
|
|
60
|
+
* UE-Issues-1337 Popover组件修改为圆角 ([2cd42f9](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/2cd42f9d346a4f0df2beaf90bbbb043f42e2990e))
|
|
61
|
+
* UE-Issues-1337 Popover组件增加demo&修改一些代码格式 ([64afd70](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/64afd70f52f87f09e31c165c0ac741a83f4cc925))
|
|
62
|
+
* UE-Issues-1593 [Bug] 步骤条 ([514e2c5](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/514e2c53f56bae90bd460ac3eb9ecddcf3053cb6))
|
|
63
|
+
* UE-Issues-1593 步骤条 走查样式间距调整 ([e28037d](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e28037dc6e9db14c3d00cc242da8882610dc046b))
|
|
64
|
+
* UE-Issues-1601 解决数字输入框失焦问题 ([1337e89](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1337e89235f144c44190d3f478f3640960e6540f))
|
|
65
|
+
* UE-Issues-1601 数字输入框使用rc7.3.4版本带precision的计算方法有误 ([0145404](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/01454041c61ae1b70ec03c6ed472446c611219fb))
|
|
66
|
+
* UE-Issues-1601 数字输入框修复UE问题 ([0675e7b](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/0675e7b0b0fd575066c49839a062f2cafbb38a10))
|
|
67
|
+
* UE-Issues-1601 数字输入框修复Wrapper组件无法显示浮窗问题 ([d20c6d1](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/d20c6d1e3716d1f59738ec839bcbc3a6f2f4ab2d))
|
|
68
|
+
* UE-Issues-1601 数字输入框placeholder颜色异常 ([0062056](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/0062056946a0919ab8b557ce53e148241117cd46))
|
|
69
|
+
* UE-Issues-1601 数字输入框UE优化 ([3a7ff00](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/3a7ff00ff911d18b0f9c2c3bb63fa91ec029c3eb))
|
|
70
|
+
* UE-Issues-1601 数字输入框UE优化 ([aa84bc6](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/aa84bc67f7d429076353b06fb704dbace3bd2fcf))
|
|
71
|
+
* UE-Issues-1611 调整表单弹窗报错背景色信息 ([1d364ab](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1d364ab62da5b4720ee346ad041a51376b2e99a0))
|
|
72
|
+
* UE-Issues-1611 修复表单检查异常时Textarea背景框颜色异常 ([c9ba031](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/c9ba03141adda55fbc0d5b9baae7aabfc64b8c05))
|
|
73
|
+
* UE-Issues-1611 form表单二次走查问题修复 ([6e6d410](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6e6d4106a47b43b14f6150787b9111323c04b858))
|
|
74
|
+
* UE-Issues-1611 Form表单走查问题Fixed ([9e048c2](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/9e048c20c3133ea5f79d464dee22503614d7b72a))
|
|
75
|
+
* UE-Issues-1611 Form控件UE走查问题修复 ([5d03926](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/5d0392626d609f2a8c2ac989247bc74f0267311f))
|
|
76
|
+
* UE-Issues-1616 徽标 ([2c0afa0](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/2c0afa0c6a94d341cdf1a636c6466825fa7e7bb9))
|
|
77
|
+
* UE-Issues-1616 徽标样式优化 ([6cbfb93](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6cbfb9304462128d487e4f8bf1b83e357ca2edcc))
|
|
78
|
+
* UE-Issues-1621 [Bug] 文字提示 ([1c81aed](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1c81aed55159f264f9c73092e852b314af1168be))
|
|
79
|
+
* UE-Issues-1621 删除容易误解的样例 ([3af02f7](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/3af02f70ee124da40d1f2b623dd199e88c0378a3))
|
|
80
|
+
* UE-Issues-1622 [Bug] popover ([4d7a700](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/4d7a700c4e862f88a0ec24d539ce24db1c671931))
|
|
81
|
+
* UE-Issues-1622 popover 样式修改 ([f1b7139](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/f1b7139c8b0d5e6cf9007d1a6b71f3c45a1e1d99))
|
|
82
|
+
* UE-Issues-1622 popover basic demo修改 ([e00234e](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e00234eadff11a6653a90431db8d61f65ffab4e5))
|
|
83
|
+
* UE-Issues-1622 popover demo修改& hover修改为click ([e539feb](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e539febda5935722d6628f6166995fdbbd813ec4))
|
|
84
|
+
* UE-Issues-1622 popover switch 样式修改 ([6d8cee7](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6d8cee7012555a5ec48722daa0b55f4d0f387ccb))
|
|
85
|
+
* UE-Issues-1625 警示 ([27d3af8](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/27d3af8866b37060932b06871d1e3b103e447c4d))
|
|
86
|
+
* UE-Issues-1628 样式修复+svg补充+样式补充 ([8e412c0](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/8e412c0e56fd0e987601805ab920b2ac0602ad2f))
|
|
87
|
+
* UE-Issues-1790 数字输入框二次走查问题修复 ([27b6e86](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/27b6e862ee2e1df260859659e77502fdec33e25f))
|
|
88
|
+
* UE-Issues-1896 Form demo 更新,label 样式调整 ([09f7dea](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/09f7deaefcc456afa9c17e15b6385fd67765f718))
|
|
89
|
+
* UE-Issues-1896 label mark占用物理像素 ([a48ec09](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/a48ec093db38c96771736cd4fcbd940c45dda1a1))
|
|
90
|
+
* update Switch md ([d65d9fb](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/d65d9fbe248225063a49e6aeda963e717ab05dfd))
|
|
91
|
+
* update switch style && docs ([a3f33c1](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/a3f33c16e618fd3561689fa64dfeb61cde403bfd))
|
|
92
|
+
|
|
93
|
+
### 1.0.2 (2022-07-01)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
* 评分标签圆角修改 ([513746c](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/513746c9f18c8aab46cb20cfb1bd0e07c279d17a))
|
|
99
|
+
* 新增表单组件及周边 ([bb07ea3](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/bb07ea3f3b0f0100ab687ad9ce12e5a6fd64e986))
|
|
100
|
+
* acud-19 代码规范问题修复 ([9db5582](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/9db55828c1f4c00ec81b004cdda2d70dff0fde2b))
|
|
101
|
+
* acud-19 增加数字输入框 ([5af95eb](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/5af95eb3782fd488c219d09345d643b88186edce))
|
|
102
|
+
* acud-19 InputNumber文案修改 ([2fbb7d3](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/2fbb7d34b8b3f4de2b3127fd463bcc54547eaebe))
|
|
103
|
+
* acud-28 增加Tootip文字提示 ([3a72d16](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/3a72d1686d279ef6109da35a3f7abc0175fec565))
|
|
104
|
+
* acud-33 增加Badge组件 ([bc49458](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/bc4945849fccdecf026fa11cd6d9c636eed7c66e))
|
|
105
|
+
* acud-37 增加Alert组件 ([24cb7b2](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/24cb7b2d65edd4acc8c23ddc583526e21fbb17b1))
|
|
106
|
+
* acud-38 新增Loading组件 ([13db5da](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/13db5da9b0d68eed03c5092f85449ab436103d68))
|
|
107
|
+
* acud-40 add Popover组件 ([e933480](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e9334805fa31972fbf7f17f93287df69cc9e90a7))
|
|
108
|
+
* acud22 添加toast组件 ([503be62](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/503be6207ac941fcdcdffa173cc81f1dbc57fdc8))
|
|
109
|
+
* add component carousel ([6960c34](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6960c34f2d95168aa7272124195671819c922777))
|
|
110
|
+
* add component/DatePicker ([4e2aac3](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/4e2aac3ab25a5199481aae271a38e19b8ea836c9))
|
|
111
|
+
* add component/Tag ([13d5dba](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/13d5dbaee7809f5b06c6a845a8b62ddcfd5e46ae))
|
|
112
|
+
* add multiple search ([27593cb](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/27593cb2e7d47742221f3681e208568fb72c0a37))
|
|
113
|
+
* UE-Issues-1601 数字输入框新增对称模式 ([67bc325](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/67bc325078dccbd4dafc2b566512990ef23a9e1f))
|
|
114
|
+
* UE-Issues-1615 抽屉组件样式更新 ([4c2c2a3](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/4c2c2a370ac4d70da1b76969211d1d5903a6fce5))
|
|
115
|
+
* UE-Issues-1616 徽标优化 ([473a87f](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/473a87feb40c1bd014424654d2a6bbf6071bea8f))
|
|
116
|
+
* UE-Issues-1616 徽标优化 ([9c4a2d5](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/9c4a2d5f1dfc3e20a025a4e5ddcbd96c1fb04683))
|
|
117
|
+
* UE-Issues-1620 折叠面板样式更新 ([8f131c3](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/8f131c308701f79cc508d801afe0f791cc25b667))
|
|
118
|
+
* UE-Issues-1621 文字提示去除不合适的示例 ([6d14389](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6d143897e7d389a9bbb12025ac3d08fd24989114))
|
|
119
|
+
* UE-Issues-1621 文字提示UE优化 ([d75d02c](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/d75d02cbf303f4b2746949d695d57d3b685f9e45))
|
|
120
|
+
* UE-Issues-1621 修复Tooltip的某些子组件样式被覆盖问题 ([60cb1e5](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/60cb1e56e3c37b81cccd8f05ae7043febf9e3b9f))
|
|
121
|
+
* UE-Issues-1621 修复Tooltip组件在子组件中存在disabled属性时, 不触发鼠标事件问题 ([75a4b7f](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/75a4b7fd306cea37924e7df348b08612a9d66a6a))
|
|
122
|
+
* update datepicker & tag UE走查问题 ([e25a29b](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e25a29b3145c6a5add978bd5bff21d21f7f32de1))
|
|
123
|
+
* update tag UE走查 ([690221e](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/690221e18b24b21ad10101965a139c675d1c933f))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Bug Fixes
|
|
127
|
+
|
|
128
|
+
* 标签组件问题修复 UE-Issues-1617 ([ba2fb9a](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/ba2fb9ad3081a3f223d5df30c050c003e583e5f5))
|
|
129
|
+
* 抽屉组件props类型定义增加onClick UE-Issues-1615 ([bd51f99](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/bd51f99cf172e18c6e2adbd8603ca0942f68f6cc))
|
|
130
|
+
* **进度条:** ACG-CSC-Plat-2761 UE走查修改 ([b9799af](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/b9799af063a3bba206acea6748449b79c68a777f))
|
|
131
|
+
* **进度条:** ACG-CSC-Plat-2761 UE走查修改(2) ([ee46c05](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/ee46c05965943da4c32cc30d28989e223327fe43))
|
|
132
|
+
* **进度条:** ACG-CSC-Plat-2761 UE走查修改(3) ([c366bd0](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/c366bd0600914cb870500a888317bf8c8bcdca34))
|
|
133
|
+
* 聚焦时取消显示蓝框 UE-Issues-1248 ([8d95d78](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/8d95d78ef5f4afabf2e5e8bcd5eed0298a1e8fe2))
|
|
134
|
+
* 蓝色边框不确定性出现 UE-Issues-1271, 体验优化UE-Issues-1263 ([bf8e80d](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/bf8e80df2e3cbba9b3b27a2c7718a889999d6cd7))
|
|
135
|
+
* acud-37 Alert组件icon更新 ([57e278b](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/57e278be2464a40905e7c4ca95b078049b843f9d))
|
|
136
|
+
* acud-38 样式修复 ([2cac5b5](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/2cac5b5bb4f9f4ab94d107ac1f533a4ec3d592d5))
|
|
137
|
+
* acud-38 显示bug ([0ea0707](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/0ea07075d6b0f030ad07ce0dcfb5370e4b14071b))
|
|
138
|
+
* acud-38 export方式 ([c85d575](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/c85d5756643e75eb635af1a0e8459f9be6c7b818))
|
|
139
|
+
* acud-38 UE设计稿改动 ([6b80eb8](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6b80eb87cbe378163cd52174fa74e52f2bf443b7))
|
|
140
|
+
* acud-40 Popover组件代码缩进优化 ([74e7e5d](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/74e7e5dadf265e48b873fb6b5c9d0d33164b4861))
|
|
141
|
+
* badge demo简化 ([3399c73](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/3399c73e826347b7aa6d21eaeda8375555be1378))
|
|
142
|
+
* datePicker focus方法ACG-CSC-Plat-3590 ([09eb842](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/09eb84283a047b0b18ac0343f08dd7789f9a3026))
|
|
143
|
+
* Form Component support optional ([c884334](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/c884334718c1261959230673feca28459fd22238))
|
|
144
|
+
* Modal default footer ([1ec3343](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1ec33435f53a13595ae3b77c0fac8339cbf547b0))
|
|
145
|
+
* **progress:** ACG-CSC-Plat-2761 修复环境进度条示例中文字重叠 ([8af3b6d](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/8af3b6d19e43d8bbf42eb887fe9d01b2a2006903))
|
|
146
|
+
* **progress:** ACG-CSC-Plat-2761 UE走查修改 ([797e9a1](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/797e9a1d2311c9f1b5e4fe2acfb55b29fd1bc93b))
|
|
147
|
+
* **progress:** ACG-CSC-Plat-2761 UE走查修改 ([9cf7c05](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/9cf7c056b2e27168621b21ed9ee58bd6adb3801f))
|
|
148
|
+
* switch tip content ([4ea5449](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/4ea54490b4cfbf201551180419dc220483706d41))
|
|
149
|
+
* Tag标签组件UE走查问题修复 UE-Issues-1617 ([f1e8e8b](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/f1e8e8bb831d9c7d6688df4169873e789a1453b3))
|
|
150
|
+
* UE-Issues-1337 Popover组件修改为圆角 ([2cd42f9](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/2cd42f9d346a4f0df2beaf90bbbb043f42e2990e))
|
|
151
|
+
* UE-Issues-1337 Popover组件增加demo&修改一些代码格式 ([64afd70](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/64afd70f52f87f09e31c165c0ac741a83f4cc925))
|
|
152
|
+
* UE-Issues-1593 [Bug] 步骤条 ([514e2c5](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/514e2c53f56bae90bd460ac3eb9ecddcf3053cb6))
|
|
153
|
+
* UE-Issues-1593 步骤条 走查样式间距调整 ([e28037d](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e28037dc6e9db14c3d00cc242da8882610dc046b))
|
|
154
|
+
* UE-Issues-1601 解决数字输入框失焦问题 ([1337e89](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1337e89235f144c44190d3f478f3640960e6540f))
|
|
155
|
+
* UE-Issues-1601 数字输入框使用rc7.3.4版本带precision的计算方法有误 ([0145404](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/01454041c61ae1b70ec03c6ed472446c611219fb))
|
|
156
|
+
* UE-Issues-1601 数字输入框修复UE问题 ([0675e7b](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/0675e7b0b0fd575066c49839a062f2cafbb38a10))
|
|
157
|
+
* UE-Issues-1601 数字输入框修复Wrapper组件无法显示浮窗问题 ([d20c6d1](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/d20c6d1e3716d1f59738ec839bcbc3a6f2f4ab2d))
|
|
158
|
+
* UE-Issues-1601 数字输入框placeholder颜色异常 ([0062056](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/0062056946a0919ab8b557ce53e148241117cd46))
|
|
159
|
+
* UE-Issues-1601 数字输入框UE优化 ([3a7ff00](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/3a7ff00ff911d18b0f9c2c3bb63fa91ec029c3eb))
|
|
160
|
+
* UE-Issues-1601 数字输入框UE优化 ([aa84bc6](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/aa84bc67f7d429076353b06fb704dbace3bd2fcf))
|
|
161
|
+
* UE-Issues-1611 调整表单弹窗报错背景色信息 ([1d364ab](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1d364ab62da5b4720ee346ad041a51376b2e99a0))
|
|
162
|
+
* UE-Issues-1611 修复表单检查异常时Textarea背景框颜色异常 ([c9ba031](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/c9ba03141adda55fbc0d5b9baae7aabfc64b8c05))
|
|
163
|
+
* UE-Issues-1611 form表单二次走查问题修复 ([6e6d410](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6e6d4106a47b43b14f6150787b9111323c04b858))
|
|
164
|
+
* UE-Issues-1611 Form表单走查问题Fixed ([9e048c2](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/9e048c20c3133ea5f79d464dee22503614d7b72a))
|
|
165
|
+
* UE-Issues-1611 Form控件UE走查问题修复 ([5d03926](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/5d0392626d609f2a8c2ac989247bc74f0267311f))
|
|
166
|
+
* UE-Issues-1616 徽标 ([2c0afa0](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/2c0afa0c6a94d341cdf1a636c6466825fa7e7bb9))
|
|
167
|
+
* UE-Issues-1616 徽标样式优化 ([6cbfb93](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6cbfb9304462128d487e4f8bf1b83e357ca2edcc))
|
|
168
|
+
* UE-Issues-1621 [Bug] 文字提示 ([1c81aed](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1c81aed55159f264f9c73092e852b314af1168be))
|
|
169
|
+
* UE-Issues-1621 删除容易误解的样例 ([3af02f7](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/3af02f70ee124da40d1f2b623dd199e88c0378a3))
|
|
170
|
+
* UE-Issues-1622 [Bug] popover ([4d7a700](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/4d7a700c4e862f88a0ec24d539ce24db1c671931))
|
|
171
|
+
* UE-Issues-1622 popover 样式修改 ([f1b7139](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/f1b7139c8b0d5e6cf9007d1a6b71f3c45a1e1d99))
|
|
172
|
+
* UE-Issues-1622 popover basic demo修改 ([e00234e](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e00234eadff11a6653a90431db8d61f65ffab4e5))
|
|
173
|
+
* UE-Issues-1622 popover demo修改& hover修改为click ([e539feb](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e539febda5935722d6628f6166995fdbbd813ec4))
|
|
174
|
+
* UE-Issues-1622 popover switch 样式修改 ([6d8cee7](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6d8cee7012555a5ec48722daa0b55f4d0f387ccb))
|
|
175
|
+
* UE-Issues-1625 警示 ([27d3af8](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/27d3af8866b37060932b06871d1e3b103e447c4d))
|
|
176
|
+
* UE-Issues-1628 样式修复+svg补充+样式补充 ([8e412c0](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/8e412c0e56fd0e987601805ab920b2ac0602ad2f))
|
|
177
|
+
* UE-Issues-1790 数字输入框二次走查问题修复 ([27b6e86](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/27b6e862ee2e1df260859659e77502fdec33e25f))
|
|
178
|
+
* UE-Issues-1896 Form demo 更新,label 样式调整 ([09f7dea](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/09f7deaefcc456afa9c17e15b6385fd67765f718))
|
|
179
|
+
* UE-Issues-1896 label mark占用物理像素 ([a48ec09](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/a48ec093db38c96771736cd4fcbd940c45dda1a1))
|
|
180
|
+
* update Switch md ([d65d9fb](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/d65d9fbe248225063a49e6aeda963e717ab05dfd))
|
|
181
|
+
* update switch style && docs ([a3f33c1](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/a3f33c16e618fd3561689fa64dfeb61cde403bfd))
|
|
182
|
+
|
|
1
183
|
# 0.0.16
|
|
2
184
|
`2021-12-24`
|
|
3
185
|
1. fix input、textarea的clear不触发上层的onchange的bug
|
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v1.0.
|
|
1
|
+
/*! acud v1.0.2 */
|
|
2
2
|
/* color */
|
|
3
3
|
/* 默认颜色 */
|
|
4
4
|
/* 通用-icon */
|
|
@@ -3261,7 +3261,6 @@ a {
|
|
|
3261
3261
|
.acud-card-loading .acud-card-body {
|
|
3262
3262
|
-webkit-user-select: none;
|
|
3263
3263
|
-moz-user-select: none;
|
|
3264
|
-
-ms-user-select: none;
|
|
3265
3264
|
user-select: none;
|
|
3266
3265
|
}
|
|
3267
3266
|
.acud-card-loading-content p {
|
|
@@ -3834,7 +3833,6 @@ a {
|
|
|
3834
3833
|
cursor: pointer;
|
|
3835
3834
|
-webkit-user-select: none;
|
|
3836
3835
|
-moz-user-select: none;
|
|
3837
|
-
-ms-user-select: none;
|
|
3838
3836
|
user-select: none;
|
|
3839
3837
|
color: #151B26;
|
|
3840
3838
|
}
|
|
@@ -11115,7 +11113,6 @@ a {
|
|
|
11115
11113
|
.acud-tag-type-edit {
|
|
11116
11114
|
-webkit-user-select: none;
|
|
11117
11115
|
-moz-user-select: none;
|
|
11118
|
-
-ms-user-select: none;
|
|
11119
11116
|
user-select: none;
|
|
11120
11117
|
padding-right: 4px;
|
|
11121
11118
|
line-height: 24px;
|
|
@@ -13370,7 +13367,6 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
|
|
|
13370
13367
|
animation-duration: 0.3s;
|
|
13371
13368
|
-webkit-user-select: none;
|
|
13372
13369
|
-moz-user-select: none;
|
|
13373
|
-
-ms-user-select: none;
|
|
13374
13370
|
user-select: none;
|
|
13375
13371
|
}
|
|
13376
13372
|
.acud-dialogbox-mask {
|
|
@@ -14828,8 +14824,7 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
14828
14824
|
.acud-form-item-label > label .acud-form-item-tooltip {
|
|
14829
14825
|
color: #B8BABF;
|
|
14830
14826
|
cursor: help;
|
|
14831
|
-
|
|
14832
|
-
writing-mode: horizontal-tb;
|
|
14827
|
+
writing-mode: horizontal-tb;
|
|
14833
14828
|
-webkit-margin-start: 4px;
|
|
14834
14829
|
margin-inline-start: 4px;
|
|
14835
14830
|
}
|
|
@@ -15334,7 +15329,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
15334
15329
|
transition: all 0.1s linear;
|
|
15335
15330
|
-webkit-user-select: none;
|
|
15336
15331
|
-moz-user-select: none;
|
|
15337
|
-
-ms-user-select: none;
|
|
15338
15332
|
user-select: none;
|
|
15339
15333
|
}
|
|
15340
15334
|
.acud-input-number-handler-up-inner > *,
|
|
@@ -15399,18 +15393,12 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
15399
15393
|
.acud-input-number-input::-moz-placeholder {
|
|
15400
15394
|
opacity: 1;
|
|
15401
15395
|
}
|
|
15402
|
-
.acud-input-number-input:-ms-input-placeholder {
|
|
15403
|
-
color: #D4D6D9;
|
|
15404
|
-
}
|
|
15405
15396
|
.acud-input-number-input::placeholder {
|
|
15406
15397
|
color: #D4D6D9;
|
|
15407
15398
|
}
|
|
15408
15399
|
.acud-input-number-input:-moz-placeholder-shown {
|
|
15409
15400
|
text-overflow: ellipsis;
|
|
15410
15401
|
}
|
|
15411
|
-
.acud-input-number-input:-ms-input-placeholder {
|
|
15412
|
-
text-overflow: ellipsis;
|
|
15413
|
-
}
|
|
15414
15402
|
.acud-input-number-input:placeholder-shown {
|
|
15415
15403
|
text-overflow: ellipsis;
|
|
15416
15404
|
}
|
|
@@ -16205,6 +16193,7 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16205
16193
|
.acud-menu-item {
|
|
16206
16194
|
cursor: pointer;
|
|
16207
16195
|
position: relative;
|
|
16196
|
+
display: flex;
|
|
16208
16197
|
}
|
|
16209
16198
|
.acud-menu-item,
|
|
16210
16199
|
.acud-menu-submenu {
|
|
@@ -16349,6 +16338,9 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16349
16338
|
.acud-menu-horizontal > .acud-menu-item:last-child {
|
|
16350
16339
|
margin-right: 0;
|
|
16351
16340
|
}
|
|
16341
|
+
.acud-menu-horizontal > .acud-menu-item > .acudicon {
|
|
16342
|
+
margin-right: 4px;
|
|
16343
|
+
}
|
|
16352
16344
|
.acud-menu-horizontal > .acud-menu-submenu {
|
|
16353
16345
|
padding-right: 20px;
|
|
16354
16346
|
padding-left: 20px;
|
|
@@ -16389,6 +16381,7 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16389
16381
|
border-bottom: 2px solid #2468F2;
|
|
16390
16382
|
}
|
|
16391
16383
|
.acud-menu-horizontal > .acud-menu-submenu > .acud-menu-submenu-title > .acudicon {
|
|
16384
|
+
margin-right: 4px;
|
|
16392
16385
|
height: 40px;
|
|
16393
16386
|
}
|
|
16394
16387
|
.acud-menu-vertical {
|
|
@@ -16403,6 +16396,10 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16403
16396
|
height: 32px;
|
|
16404
16397
|
line-height: 32px;
|
|
16405
16398
|
}
|
|
16399
|
+
.acud-menu-vertical .acud-menu-item .acudicon:first-child,
|
|
16400
|
+
.acud-menu-vertical .acud-menu-submenu-title .acudicon:first-child {
|
|
16401
|
+
margin-right: 8px;
|
|
16402
|
+
}
|
|
16406
16403
|
.acud-menu-vertical .acud-menu-item,
|
|
16407
16404
|
.acud-menu-vertical .acud-menu-submenu {
|
|
16408
16405
|
overflow: hidden;
|
|
@@ -16728,7 +16725,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16728
16725
|
animation-duration: 0.3s;
|
|
16729
16726
|
-webkit-user-select: none;
|
|
16730
16727
|
-moz-user-select: none;
|
|
16731
|
-
-ms-user-select: none;
|
|
16732
16728
|
user-select: none;
|
|
16733
16729
|
}
|
|
16734
16730
|
.acud-modal-mask {
|
|
@@ -16986,7 +16982,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16986
16982
|
cursor: pointer;
|
|
16987
16983
|
-webkit-user-select: none;
|
|
16988
16984
|
-moz-user-select: none;
|
|
16989
|
-
-ms-user-select: none;
|
|
16990
16985
|
user-select: none;
|
|
16991
16986
|
box-sizing: border-box;
|
|
16992
16987
|
font-weight: 400;
|
|
@@ -17170,7 +17165,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17170
17165
|
cursor: pointer;
|
|
17171
17166
|
-webkit-user-select: none;
|
|
17172
17167
|
-moz-user-select: none;
|
|
17173
|
-
-ms-user-select: none;
|
|
17174
17168
|
user-select: none;
|
|
17175
17169
|
}
|
|
17176
17170
|
.acud-pagination-prev.acud-pagination-disabled button,
|
|
@@ -17732,7 +17726,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17732
17726
|
position: relative;
|
|
17733
17727
|
-webkit-user-select: none;
|
|
17734
17728
|
-moz-user-select: none;
|
|
17735
|
-
-ms-user-select: none;
|
|
17736
17729
|
user-select: none;
|
|
17737
17730
|
color: #151B26;
|
|
17738
17731
|
}
|
|
@@ -17885,7 +17878,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17885
17878
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
17886
17879
|
-webkit-user-select: none;
|
|
17887
17880
|
-moz-user-select: none;
|
|
17888
|
-
-ms-user-select: none;
|
|
17889
17881
|
user-select: none;
|
|
17890
17882
|
-webkit-margin-end: 5px;
|
|
17891
17883
|
margin-inline-end: 5px;
|
|
@@ -18464,7 +18456,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
18464
18456
|
cursor: auto;
|
|
18465
18457
|
-webkit-user-select: text;
|
|
18466
18458
|
-moz-user-select: text;
|
|
18467
|
-
-ms-user-select: text;
|
|
18468
18459
|
user-select: text;
|
|
18469
18460
|
}
|
|
18470
18461
|
.acud-popover::after {
|
|
@@ -19214,7 +19205,6 @@ span.acud-radio-button {
|
|
|
19214
19205
|
margin-bottom: 4px;
|
|
19215
19206
|
-webkit-user-select: none;
|
|
19216
19207
|
-moz-user-select: none;
|
|
19217
|
-
-ms-user-select: none;
|
|
19218
19208
|
user-select: none;
|
|
19219
19209
|
transition: all 0.3s;
|
|
19220
19210
|
cursor: pointer;
|
|
@@ -19666,7 +19656,6 @@ span.acud-radio-button {
|
|
|
19666
19656
|
cursor: pointer;
|
|
19667
19657
|
-webkit-user-select: none;
|
|
19668
19658
|
-moz-user-select: none;
|
|
19669
|
-
-ms-user-select: none;
|
|
19670
19659
|
user-select: none;
|
|
19671
19660
|
}
|
|
19672
19661
|
.acud-slider-mark-text:first-child {
|
|
@@ -20802,7 +20791,6 @@ span.acud-radio-button {
|
|
|
20802
20791
|
vertical-align: middle;
|
|
20803
20792
|
-webkit-user-select: text;
|
|
20804
20793
|
-moz-user-select: text;
|
|
20805
|
-
-ms-user-select: text;
|
|
20806
20794
|
user-select: text;
|
|
20807
20795
|
pointer-events: none;
|
|
20808
20796
|
}
|
|
@@ -21165,10 +21153,12 @@ div.acud-table-summary {
|
|
|
21165
21153
|
flex-direction: column;
|
|
21166
21154
|
align-items: center;
|
|
21167
21155
|
}
|
|
21156
|
+
.acud-table-column-sorter-default,
|
|
21168
21157
|
.acud-table-column-sorter-up,
|
|
21169
21158
|
.acud-table-column-sorter-down {
|
|
21170
|
-
font-size:
|
|
21159
|
+
font-size: 16px;
|
|
21171
21160
|
}
|
|
21161
|
+
.acud-table-column-sorter-default.active,
|
|
21172
21162
|
.acud-table-column-sorter-up.active,
|
|
21173
21163
|
.acud-table-column-sorter-down.active {
|
|
21174
21164
|
color: #D4E5FF;
|
|
@@ -21196,7 +21186,7 @@ div.acud-table-summary {
|
|
|
21196
21186
|
margin-left: 4px;
|
|
21197
21187
|
padding: 0 4px;
|
|
21198
21188
|
color: #bfbfbf;
|
|
21199
|
-
font-size:
|
|
21189
|
+
font-size: 16px;
|
|
21200
21190
|
border-radius: 0px;
|
|
21201
21191
|
cursor: pointer;
|
|
21202
21192
|
transition: all 0.3s;
|
|
@@ -21244,7 +21234,6 @@ div.acud-table-summary {
|
|
|
21244
21234
|
.acud-table-filter-dropdown-checkall {
|
|
21245
21235
|
width: 100%;
|
|
21246
21236
|
margin-bottom: 4px;
|
|
21247
|
-
margin-left: 4px;
|
|
21248
21237
|
}
|
|
21249
21238
|
.acud-table-filter-dropdown-submenu > ul {
|
|
21250
21239
|
max-height: calc(100vh - 130px);
|
|
@@ -21853,8 +21842,11 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
21853
21842
|
}
|
|
21854
21843
|
.acud-table-filter-dropdown-box .acud-checkbox-wrapper {
|
|
21855
21844
|
display: flex;
|
|
21856
|
-
padding-left:
|
|
21857
|
-
padding-right:
|
|
21845
|
+
padding-left: 12px;
|
|
21846
|
+
padding-right: 12px;
|
|
21847
|
+
}
|
|
21848
|
+
.acud-table-filter-dropdown-box .acud-table-filter-dropdown-tree .acud-checkbox-wrapper {
|
|
21849
|
+
padding-left: 0;
|
|
21858
21850
|
}
|
|
21859
21851
|
.acud-table-filter-dropdown-menu {
|
|
21860
21852
|
max-height: 264px;
|
|
@@ -22234,7 +22226,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22234
22226
|
white-space: nowrap;
|
|
22235
22227
|
-webkit-user-select: none;
|
|
22236
22228
|
-moz-user-select: none;
|
|
22237
|
-
-ms-user-select: none;
|
|
22238
22229
|
user-select: none;
|
|
22239
22230
|
}
|
|
22240
22231
|
.acud-tree-indent-unit {
|
|
@@ -22252,7 +22243,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22252
22243
|
cursor: pointer;
|
|
22253
22244
|
-webkit-user-select: none;
|
|
22254
22245
|
-moz-user-select: none;
|
|
22255
|
-
-ms-user-select: none;
|
|
22256
22246
|
user-select: none;
|
|
22257
22247
|
}
|
|
22258
22248
|
.acud-tree-switcher .acud-tree-switcher-icon,
|
|
@@ -22394,7 +22384,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22394
22384
|
line-height: 24px;
|
|
22395
22385
|
-webkit-user-select: none;
|
|
22396
22386
|
-moz-user-select: none;
|
|
22397
|
-
-ms-user-select: none;
|
|
22398
22387
|
user-select: none;
|
|
22399
22388
|
}
|
|
22400
22389
|
.acud-tree-node-content-wrapper .acud-tree-drop-indicator {
|
|
@@ -23121,7 +23110,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23121
23110
|
cursor: pointer;
|
|
23122
23111
|
-webkit-user-select: none;
|
|
23123
23112
|
-moz-user-select: none;
|
|
23124
|
-
-ms-user-select: none;
|
|
23125
23113
|
user-select: none;
|
|
23126
23114
|
}
|
|
23127
23115
|
.common-content-link {
|
|
@@ -23538,7 +23526,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23538
23526
|
cursor: pointer;
|
|
23539
23527
|
-webkit-user-select: none;
|
|
23540
23528
|
-moz-user-select: none;
|
|
23541
|
-
-ms-user-select: none;
|
|
23542
23529
|
user-select: none;
|
|
23543
23530
|
}
|
|
23544
23531
|
.acud-timeline-item-content-link {
|
|
@@ -24745,7 +24732,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24745
24732
|
white-space: nowrap;
|
|
24746
24733
|
-webkit-user-select: none;
|
|
24747
24734
|
-moz-user-select: none;
|
|
24748
|
-
-ms-user-select: none;
|
|
24749
24735
|
user-select: none;
|
|
24750
24736
|
}
|
|
24751
24737
|
.acud-select-tree-indent-unit {
|
|
@@ -24763,7 +24749,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24763
24749
|
cursor: pointer;
|
|
24764
24750
|
-webkit-user-select: none;
|
|
24765
24751
|
-moz-user-select: none;
|
|
24766
|
-
-ms-user-select: none;
|
|
24767
24752
|
user-select: none;
|
|
24768
24753
|
}
|
|
24769
24754
|
.acud-select-tree-switcher .acud-tree-switcher-icon,
|
|
@@ -24905,7 +24890,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24905
24890
|
line-height: 24px;
|
|
24906
24891
|
-webkit-user-select: none;
|
|
24907
24892
|
-moz-user-select: none;
|
|
24908
|
-
-ms-user-select: none;
|
|
24909
24893
|
user-select: none;
|
|
24910
24894
|
}
|
|
24911
24895
|
.acud-select-tree-node-content-wrapper .acud-tree-drop-indicator {
|
|
@@ -25320,6 +25304,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
25320
25304
|
.acud-upload-list-picture .acud-upload-list-item-info,
|
|
25321
25305
|
.acud-upload-list-picture-card .acud-upload-list-item-info {
|
|
25322
25306
|
padding: 0;
|
|
25307
|
+
height: 56px;
|
|
25323
25308
|
}
|
|
25324
25309
|
.acud-upload-list-picture .acud-upload-list-item:hover .acud-upload-list-item-info,
|
|
25325
25310
|
.acud-upload-list-picture-card .acud-upload-list-item:hover .acud-upload-list-item-info {
|
|
@@ -25335,7 +25320,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
25335
25320
|
}
|
|
25336
25321
|
.acud-upload-list-picture .acud-upload-list-item-thumbnail .acudicon,
|
|
25337
25322
|
.acud-upload-list-picture-card .acud-upload-list-item-thumbnail .acudicon {
|
|
25338
|
-
margin-top: 24px;
|
|
25339
25323
|
font-size: 26px;
|
|
25340
25324
|
}
|
|
25341
25325
|
.acud-upload-list-picture .acud-upload-list-item-error .acud-upload-list-item-thumbnail .acudicon svg path[fill='#e6f7ff'],
|
|
@@ -25383,10 +25367,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
25383
25367
|
text-overflow: ellipsis;
|
|
25384
25368
|
transition: all 0.3s;
|
|
25385
25369
|
}
|
|
25386
|
-
.acud-upload-list-picture .acud-upload-list-item-uploading .acud-upload-list-item-name,
|
|
25387
|
-
.acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-name {
|
|
25388
|
-
margin-bottom: 12px;
|
|
25389
|
-
}
|
|
25390
25370
|
.acud-upload-list-picture .acudicon-outlined-close,
|
|
25391
25371
|
.acud-upload-list-picture-card .acudicon-outlined-close {
|
|
25392
25372
|
position: absolute;
|