acud 1.0.3 → 1.0.6
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 +92 -0
- package/dist/acud.css +27 -39
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +323 -3679
- 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 +8 -8
- package/dist/acud.min.js.map +1 -1
- package/es/_util/createWorker.d.ts +1 -0
- package/es/_util/createWorker.js +9 -0
- package/es/_util/hooks/useCombinedRefs.d.ts +2 -0
- package/es/_util/hooks/useCombinedRefs.js +22 -0
- package/es/card/style/index.css +0 -1
- package/es/date-picker/style/index.css +22 -0
- package/es/date-picker/style/index.less +4 -0
- package/es/date-picker/style/panel.less +11 -0
- package/es/dialog-box/style/index.css +0 -1
- package/es/form/style/index.css +1 -2
- package/es/input/Input.js +1 -23
- package/es/input/TextArea.js +2 -4
- package/es/input-number/style/index.css +0 -7
- 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/rate/style/index.css +0 -1
- package/es/search/Search.js +7 -5
- package/es/search/style/index.css +3 -0
- package/es/search/style/index.less +3 -0
- package/es/select/src/OptionList.js +6 -6
- 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/tabs/style/index.css +0 -1
- package/es/tag/style/index.css +0 -1
- package/es/timeline/style/common.less +4 -4
- package/es/timeline/style/index.css +0 -10
- package/es/transfer/DataSource.js +43 -7
- package/es/transfer/index.d.ts +1 -0
- package/es/tree/style/index.css +0 -3
- package/es/tree-select/style/index.css +0 -3
- package/lib/_util/createWorker.d.ts +1 -0
- package/lib/_util/createWorker.js +16 -0
- package/lib/_util/hooks/useCombinedRefs.d.ts +2 -0
- package/lib/_util/hooks/useCombinedRefs.js +34 -0
- package/lib/card/style/index.css +0 -1
- package/lib/date-picker/style/index.css +22 -0
- package/lib/date-picker/style/index.less +4 -0
- package/lib/date-picker/style/panel.less +11 -0
- package/lib/dialog-box/style/index.css +0 -1
- package/lib/form/style/index.css +1 -2
- package/lib/input/Input.js +3 -25
- package/lib/input/TextArea.js +2 -4
- package/lib/input-number/style/index.css +0 -7
- 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/rate/style/index.css +0 -1
- package/lib/search/Search.js +8 -5
- package/lib/search/style/index.css +3 -0
- package/lib/search/style/index.less +3 -0
- package/lib/select/src/OptionList.js +6 -6
- 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/tabs/style/index.css +0 -1
- package/lib/tag/style/index.css +0 -1
- package/lib/timeline/style/common.less +4 -4
- package/lib/timeline/style/index.css +0 -10
- package/lib/transfer/DataSource.js +45 -7
- package/lib/transfer/index.d.ts +1 -0
- package/lib/tree/style/index.css +0 -3
- package/lib/tree-select/style/index.css +0 -3
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,97 @@
|
|
|
1
1
|
## ACUD CHANGES LOG
|
|
2
2
|
|
|
3
|
+
### 1.0.6 (2022-07-13)
|
|
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
|
+
* select filter bug acud-84 ([aa4a445](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/aa4a4451bfd5dec9994f963be2a7f46ade348254))
|
|
59
|
+
* switch tip content ([4ea5449](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/4ea54490b4cfbf201551180419dc220483706d41))
|
|
60
|
+
* table filter reset UE-Issues-1884 ([a5c4983](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/a5c4983c876615eefe2dc361d77f6b62b4b3d977))
|
|
61
|
+
* Tag标签组件UE走查问题修复 UE-Issues-1617 ([f1e8e8b](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/f1e8e8bb831d9c7d6688df4169873e789a1453b3))
|
|
62
|
+
* UE-Issues-1337 Popover组件修改为圆角 ([2cd42f9](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/2cd42f9d346a4f0df2beaf90bbbb043f42e2990e))
|
|
63
|
+
* UE-Issues-1337 Popover组件增加demo&修改一些代码格式 ([64afd70](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/64afd70f52f87f09e31c165c0ac741a83f4cc925))
|
|
64
|
+
* UE-Issues-1593 [Bug] 步骤条 ([514e2c5](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/514e2c53f56bae90bd460ac3eb9ecddcf3053cb6))
|
|
65
|
+
* UE-Issues-1593 步骤条 走查样式间距调整 ([e28037d](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e28037dc6e9db14c3d00cc242da8882610dc046b))
|
|
66
|
+
* UE-Issues-1601 解决数字输入框失焦问题 ([1337e89](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1337e89235f144c44190d3f478f3640960e6540f))
|
|
67
|
+
* UE-Issues-1601 数字输入框使用rc7.3.4版本带precision的计算方法有误 ([0145404](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/01454041c61ae1b70ec03c6ed472446c611219fb))
|
|
68
|
+
* UE-Issues-1601 数字输入框修复UE问题 ([0675e7b](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/0675e7b0b0fd575066c49839a062f2cafbb38a10))
|
|
69
|
+
* UE-Issues-1601 数字输入框修复Wrapper组件无法显示浮窗问题 ([d20c6d1](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/d20c6d1e3716d1f59738ec839bcbc3a6f2f4ab2d))
|
|
70
|
+
* UE-Issues-1601 数字输入框placeholder颜色异常 ([0062056](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/0062056946a0919ab8b557ce53e148241117cd46))
|
|
71
|
+
* UE-Issues-1601 数字输入框UE优化 ([3a7ff00](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/3a7ff00ff911d18b0f9c2c3bb63fa91ec029c3eb))
|
|
72
|
+
* UE-Issues-1601 数字输入框UE优化 ([aa84bc6](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/aa84bc67f7d429076353b06fb704dbace3bd2fcf))
|
|
73
|
+
* UE-Issues-1611 调整表单弹窗报错背景色信息 ([1d364ab](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1d364ab62da5b4720ee346ad041a51376b2e99a0))
|
|
74
|
+
* UE-Issues-1611 修复表单检查异常时Textarea背景框颜色异常 ([c9ba031](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/c9ba03141adda55fbc0d5b9baae7aabfc64b8c05))
|
|
75
|
+
* UE-Issues-1611 form表单二次走查问题修复 ([6e6d410](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6e6d4106a47b43b14f6150787b9111323c04b858))
|
|
76
|
+
* UE-Issues-1611 Form表单走查问题Fixed ([9e048c2](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/9e048c20c3133ea5f79d464dee22503614d7b72a))
|
|
77
|
+
* UE-Issues-1611 Form控件UE走查问题修复 ([5d03926](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/5d0392626d609f2a8c2ac989247bc74f0267311f))
|
|
78
|
+
* UE-Issues-1616 徽标 ([2c0afa0](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/2c0afa0c6a94d341cdf1a636c6466825fa7e7bb9))
|
|
79
|
+
* UE-Issues-1616 徽标样式优化 ([6cbfb93](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6cbfb9304462128d487e4f8bf1b83e357ca2edcc))
|
|
80
|
+
* UE-Issues-1621 [Bug] 文字提示 ([1c81aed](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/1c81aed55159f264f9c73092e852b314af1168be))
|
|
81
|
+
* UE-Issues-1621 删除容易误解的样例 ([3af02f7](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/3af02f70ee124da40d1f2b623dd199e88c0378a3))
|
|
82
|
+
* UE-Issues-1622 [Bug] popover ([4d7a700](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/4d7a700c4e862f88a0ec24d539ce24db1c671931))
|
|
83
|
+
* UE-Issues-1622 popover 样式修改 ([f1b7139](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/f1b7139c8b0d5e6cf9007d1a6b71f3c45a1e1d99))
|
|
84
|
+
* UE-Issues-1622 popover basic demo修改 ([e00234e](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e00234eadff11a6653a90431db8d61f65ffab4e5))
|
|
85
|
+
* UE-Issues-1622 popover demo修改& hover修改为click ([e539feb](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/e539febda5935722d6628f6166995fdbbd813ec4))
|
|
86
|
+
* UE-Issues-1622 popover switch 样式修改 ([6d8cee7](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/6d8cee7012555a5ec48722daa0b55f4d0f387ccb))
|
|
87
|
+
* UE-Issues-1625 警示 ([27d3af8](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/27d3af8866b37060932b06871d1e3b103e447c4d))
|
|
88
|
+
* UE-Issues-1628 样式修复+svg补充+样式补充 ([8e412c0](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/8e412c0e56fd0e987601805ab920b2ac0602ad2f))
|
|
89
|
+
* UE-Issues-1790 数字输入框二次走查问题修复 ([27b6e86](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/27b6e862ee2e1df260859659e77502fdec33e25f))
|
|
90
|
+
* UE-Issues-1896 Form demo 更新,label 样式调整 ([09f7dea](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/09f7deaefcc456afa9c17e15b6385fd67765f718))
|
|
91
|
+
* UE-Issues-1896 label mark占用物理像素 ([a48ec09](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/a48ec093db38c96771736cd4fcbd940c45dda1a1))
|
|
92
|
+
* update Switch md ([d65d9fb](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/d65d9fbe248225063a49e6aeda963e717ab05dfd))
|
|
93
|
+
* update switch style && docs ([a3f33c1](https://icode.baidu.com:8235/baidu/bce-console/react-ui/commit/a3f33c16e618fd3561689fa64dfeb61cde403bfd))
|
|
94
|
+
|
|
3
95
|
### 1.0.3 (2022-07-07)
|
|
4
96
|
|
|
5
97
|
|
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v1.0.
|
|
1
|
+
/*! acud v1.0.6 */
|
|
2
2
|
/* color */
|
|
3
3
|
/* 默认颜色 */
|
|
4
4
|
/* 通用-icon */
|
|
@@ -3264,7 +3264,6 @@ a {
|
|
|
3264
3264
|
.acud-card-loading .acud-card-body {
|
|
3265
3265
|
-webkit-user-select: none;
|
|
3266
3266
|
-moz-user-select: none;
|
|
3267
|
-
-ms-user-select: none;
|
|
3268
3267
|
user-select: none;
|
|
3269
3268
|
}
|
|
3270
3269
|
.acud-card-loading-content p {
|
|
@@ -3837,7 +3836,6 @@ a {
|
|
|
3837
3836
|
cursor: pointer;
|
|
3838
3837
|
-webkit-user-select: none;
|
|
3839
3838
|
-moz-user-select: none;
|
|
3840
|
-
-ms-user-select: none;
|
|
3841
3839
|
user-select: none;
|
|
3842
3840
|
color: #151B26;
|
|
3843
3841
|
}
|
|
@@ -11118,7 +11116,6 @@ a {
|
|
|
11118
11116
|
.acud-tag-type-edit {
|
|
11119
11117
|
-webkit-user-select: none;
|
|
11120
11118
|
-moz-user-select: none;
|
|
11121
|
-
-ms-user-select: none;
|
|
11122
11119
|
user-select: none;
|
|
11123
11120
|
padding-right: 4px;
|
|
11124
11121
|
line-height: 24px;
|
|
@@ -12005,6 +12002,9 @@ a {
|
|
|
12005
12002
|
border-radius: 4px;
|
|
12006
12003
|
transition: border 0.3s, box-shadow 0.3s;
|
|
12007
12004
|
}
|
|
12005
|
+
.acud-picker input {
|
|
12006
|
+
font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", Roboto, 'Arial', 'microsoft yahei ui', "Microsoft YaHei", SimSun, sans-serif;
|
|
12007
|
+
}
|
|
12008
12008
|
.acud-picker:hover {
|
|
12009
12009
|
background-color: #FFFFFF;
|
|
12010
12010
|
}
|
|
@@ -13036,6 +13036,7 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
13036
13036
|
.acud-picker-date-panel .acud-picker-content thead th {
|
|
13037
13037
|
width: 24px;
|
|
13038
13038
|
line-height: 24px;
|
|
13039
|
+
color: #151B26;
|
|
13039
13040
|
}
|
|
13040
13041
|
.acud-picker-date-panel .acud-picker-content tbody tr {
|
|
13041
13042
|
margin-top: 8px;
|
|
@@ -13179,6 +13180,24 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
13179
13180
|
.acud-picker-year-panel tr td.acud-picker-cell-range-hover:last-child {
|
|
13180
13181
|
border-radius: 0 2px 2px 0;
|
|
13181
13182
|
}
|
|
13183
|
+
.acud-picker-date-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-end,
|
|
13184
|
+
.acud-picker-month-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-end,
|
|
13185
|
+
.acud-picker-year-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-end,
|
|
13186
|
+
.acud-picker-date-panel tr td.acud-picker-cell-range-hover.acud-picker-cell-end,
|
|
13187
|
+
.acud-picker-month-panel tr td.acud-picker-cell-range-hover.acud-picker-cell-end,
|
|
13188
|
+
.acud-picker-year-panel tr td.acud-picker-cell-range-hover.acud-picker-cell-end {
|
|
13189
|
+
border-top-right-radius: 2px;
|
|
13190
|
+
border-bottom-right-radius: 2px;
|
|
13191
|
+
}
|
|
13192
|
+
.acud-picker-date-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-start,
|
|
13193
|
+
.acud-picker-month-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-start,
|
|
13194
|
+
.acud-picker-year-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-start,
|
|
13195
|
+
.acud-picker-date-panel tr td.acud-picker-cell-range-hover.acud-picker-cell-start,
|
|
13196
|
+
.acud-picker-month-panel tr td.acud-picker-cell-range-hover.acud-picker-cell-start,
|
|
13197
|
+
.acud-picker-year-panel tr td.acud-picker-cell-range-hover.acud-picker-cell-start {
|
|
13198
|
+
border-top-left-radius: 2px;
|
|
13199
|
+
border-bottom-left-radius: 2px;
|
|
13200
|
+
}
|
|
13182
13201
|
.acud-picker-date-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range) .acud-picker-cell-inner,
|
|
13183
13202
|
.acud-picker-month-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range) .acud-picker-cell-inner,
|
|
13184
13203
|
.acud-picker-year-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range) .acud-picker-cell-inner {
|
|
@@ -13373,7 +13392,6 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
|
|
|
13373
13392
|
animation-duration: 0.3s;
|
|
13374
13393
|
-webkit-user-select: none;
|
|
13375
13394
|
-moz-user-select: none;
|
|
13376
|
-
-ms-user-select: none;
|
|
13377
13395
|
user-select: none;
|
|
13378
13396
|
}
|
|
13379
13397
|
.acud-dialogbox-mask {
|
|
@@ -14831,8 +14849,7 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
14831
14849
|
.acud-form-item-label > label .acud-form-item-tooltip {
|
|
14832
14850
|
color: #B8BABF;
|
|
14833
14851
|
cursor: help;
|
|
14834
|
-
|
|
14835
|
-
writing-mode: horizontal-tb;
|
|
14852
|
+
writing-mode: horizontal-tb;
|
|
14836
14853
|
-webkit-margin-start: 4px;
|
|
14837
14854
|
margin-inline-start: 4px;
|
|
14838
14855
|
}
|
|
@@ -15337,7 +15354,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
15337
15354
|
transition: all 0.1s linear;
|
|
15338
15355
|
-webkit-user-select: none;
|
|
15339
15356
|
-moz-user-select: none;
|
|
15340
|
-
-ms-user-select: none;
|
|
15341
15357
|
user-select: none;
|
|
15342
15358
|
}
|
|
15343
15359
|
.acud-input-number-handler-up-inner > *,
|
|
@@ -15402,18 +15418,12 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
15402
15418
|
.acud-input-number-input::-moz-placeholder {
|
|
15403
15419
|
opacity: 1;
|
|
15404
15420
|
}
|
|
15405
|
-
.acud-input-number-input:-ms-input-placeholder {
|
|
15406
|
-
color: #D4D6D9;
|
|
15407
|
-
}
|
|
15408
15421
|
.acud-input-number-input::placeholder {
|
|
15409
15422
|
color: #D4D6D9;
|
|
15410
15423
|
}
|
|
15411
15424
|
.acud-input-number-input:-moz-placeholder-shown {
|
|
15412
15425
|
text-overflow: ellipsis;
|
|
15413
15426
|
}
|
|
15414
|
-
.acud-input-number-input:-ms-input-placeholder {
|
|
15415
|
-
text-overflow: ellipsis;
|
|
15416
|
-
}
|
|
15417
15427
|
.acud-input-number-input:placeholder-shown {
|
|
15418
15428
|
text-overflow: ellipsis;
|
|
15419
15429
|
}
|
|
@@ -16747,7 +16757,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16747
16757
|
animation-duration: 0.3s;
|
|
16748
16758
|
-webkit-user-select: none;
|
|
16749
16759
|
-moz-user-select: none;
|
|
16750
|
-
-ms-user-select: none;
|
|
16751
16760
|
user-select: none;
|
|
16752
16761
|
}
|
|
16753
16762
|
.acud-modal-mask {
|
|
@@ -17005,7 +17014,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17005
17014
|
cursor: pointer;
|
|
17006
17015
|
-webkit-user-select: none;
|
|
17007
17016
|
-moz-user-select: none;
|
|
17008
|
-
-ms-user-select: none;
|
|
17009
17017
|
user-select: none;
|
|
17010
17018
|
box-sizing: border-box;
|
|
17011
17019
|
font-weight: 400;
|
|
@@ -17189,7 +17197,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17189
17197
|
cursor: pointer;
|
|
17190
17198
|
-webkit-user-select: none;
|
|
17191
17199
|
-moz-user-select: none;
|
|
17192
|
-
-ms-user-select: none;
|
|
17193
17200
|
user-select: none;
|
|
17194
17201
|
}
|
|
17195
17202
|
.acud-pagination-prev.acud-pagination-disabled button,
|
|
@@ -17754,7 +17761,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17754
17761
|
position: relative;
|
|
17755
17762
|
-webkit-user-select: none;
|
|
17756
17763
|
-moz-user-select: none;
|
|
17757
|
-
-ms-user-select: none;
|
|
17758
17764
|
user-select: none;
|
|
17759
17765
|
color: #151B26;
|
|
17760
17766
|
}
|
|
@@ -17907,7 +17913,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17907
17913
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
17908
17914
|
-webkit-user-select: none;
|
|
17909
17915
|
-moz-user-select: none;
|
|
17910
|
-
-ms-user-select: none;
|
|
17911
17916
|
user-select: none;
|
|
17912
17917
|
-webkit-margin-end: 5px;
|
|
17913
17918
|
margin-inline-end: 5px;
|
|
@@ -18498,7 +18503,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
18498
18503
|
cursor: auto;
|
|
18499
18504
|
-webkit-user-select: text;
|
|
18500
18505
|
-moz-user-select: text;
|
|
18501
|
-
-ms-user-select: text;
|
|
18502
18506
|
user-select: text;
|
|
18503
18507
|
}
|
|
18504
18508
|
.acud-popover::after {
|
|
@@ -19248,7 +19252,6 @@ span.acud-radio-button {
|
|
|
19248
19252
|
margin-bottom: 4px;
|
|
19249
19253
|
-webkit-user-select: none;
|
|
19250
19254
|
-moz-user-select: none;
|
|
19251
|
-
-ms-user-select: none;
|
|
19252
19255
|
user-select: none;
|
|
19253
19256
|
transition: all 0.3s;
|
|
19254
19257
|
cursor: pointer;
|
|
@@ -19309,6 +19312,9 @@ span.acud-radio-button {
|
|
|
19309
19312
|
/* 垂直 */
|
|
19310
19313
|
/* 序号水平 */
|
|
19311
19314
|
/* 序号垂直 */
|
|
19315
|
+
::-webkit-search-cancel-button {
|
|
19316
|
+
display: none;
|
|
19317
|
+
}
|
|
19312
19318
|
.acud-input-search-multiple .acud-input {
|
|
19313
19319
|
padding-left: 0;
|
|
19314
19320
|
}
|
|
@@ -19700,7 +19706,6 @@ span.acud-radio-button {
|
|
|
19700
19706
|
cursor: pointer;
|
|
19701
19707
|
-webkit-user-select: none;
|
|
19702
19708
|
-moz-user-select: none;
|
|
19703
|
-
-ms-user-select: none;
|
|
19704
19709
|
user-select: none;
|
|
19705
19710
|
}
|
|
19706
19711
|
.acud-slider-mark-text:first-child {
|
|
@@ -20836,7 +20841,6 @@ span.acud-radio-button {
|
|
|
20836
20841
|
vertical-align: middle;
|
|
20837
20842
|
-webkit-user-select: text;
|
|
20838
20843
|
-moz-user-select: text;
|
|
20839
|
-
-ms-user-select: text;
|
|
20840
20844
|
user-select: text;
|
|
20841
20845
|
pointer-events: none;
|
|
20842
20846
|
}
|
|
@@ -22272,7 +22276,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22272
22276
|
white-space: nowrap;
|
|
22273
22277
|
-webkit-user-select: none;
|
|
22274
22278
|
-moz-user-select: none;
|
|
22275
|
-
-ms-user-select: none;
|
|
22276
22279
|
user-select: none;
|
|
22277
22280
|
}
|
|
22278
22281
|
.acud-tree-indent-unit {
|
|
@@ -22290,7 +22293,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22290
22293
|
cursor: pointer;
|
|
22291
22294
|
-webkit-user-select: none;
|
|
22292
22295
|
-moz-user-select: none;
|
|
22293
|
-
-ms-user-select: none;
|
|
22294
22296
|
user-select: none;
|
|
22295
22297
|
}
|
|
22296
22298
|
.acud-tree-switcher .acud-tree-switcher-icon,
|
|
@@ -22432,7 +22434,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22432
22434
|
line-height: 24px;
|
|
22433
22435
|
-webkit-user-select: none;
|
|
22434
22436
|
-moz-user-select: none;
|
|
22435
|
-
-ms-user-select: none;
|
|
22436
22437
|
user-select: none;
|
|
22437
22438
|
}
|
|
22438
22439
|
.acud-tree-node-content-wrapper .acud-tree-drop-indicator {
|
|
@@ -23159,7 +23160,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23159
23160
|
cursor: pointer;
|
|
23160
23161
|
-webkit-user-select: none;
|
|
23161
23162
|
-moz-user-select: none;
|
|
23162
|
-
-ms-user-select: none;
|
|
23163
23163
|
user-select: none;
|
|
23164
23164
|
}
|
|
23165
23165
|
.common-content-link {
|
|
@@ -23170,10 +23170,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23170
23170
|
margin-top: 4px;
|
|
23171
23171
|
transition: opacity 0.2s linear;
|
|
23172
23172
|
}
|
|
23173
|
-
.common-content-link svg {
|
|
23174
|
-
position: relative;
|
|
23175
|
-
top: 2.5px;
|
|
23176
|
-
}
|
|
23177
23173
|
.common-content-link-label {
|
|
23178
23174
|
flex-shrink: 0;
|
|
23179
23175
|
margin-right: 4px;
|
|
@@ -23576,7 +23572,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23576
23572
|
cursor: pointer;
|
|
23577
23573
|
-webkit-user-select: none;
|
|
23578
23574
|
-moz-user-select: none;
|
|
23579
|
-
-ms-user-select: none;
|
|
23580
23575
|
user-select: none;
|
|
23581
23576
|
}
|
|
23582
23577
|
.acud-timeline-item-content-link {
|
|
@@ -23587,10 +23582,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23587
23582
|
margin-top: 4px;
|
|
23588
23583
|
transition: opacity 0.2s linear;
|
|
23589
23584
|
}
|
|
23590
|
-
.acud-timeline-item-content-link svg {
|
|
23591
|
-
position: relative;
|
|
23592
|
-
top: 2.5px;
|
|
23593
|
-
}
|
|
23594
23585
|
.acud-timeline-item-content-link-label {
|
|
23595
23586
|
flex-shrink: 0;
|
|
23596
23587
|
margin-right: 4px;
|
|
@@ -24783,7 +24774,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24783
24774
|
white-space: nowrap;
|
|
24784
24775
|
-webkit-user-select: none;
|
|
24785
24776
|
-moz-user-select: none;
|
|
24786
|
-
-ms-user-select: none;
|
|
24787
24777
|
user-select: none;
|
|
24788
24778
|
}
|
|
24789
24779
|
.acud-select-tree-indent-unit {
|
|
@@ -24801,7 +24791,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24801
24791
|
cursor: pointer;
|
|
24802
24792
|
-webkit-user-select: none;
|
|
24803
24793
|
-moz-user-select: none;
|
|
24804
|
-
-ms-user-select: none;
|
|
24805
24794
|
user-select: none;
|
|
24806
24795
|
}
|
|
24807
24796
|
.acud-select-tree-switcher .acud-tree-switcher-icon,
|
|
@@ -24943,7 +24932,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24943
24932
|
line-height: 24px;
|
|
24944
24933
|
-webkit-user-select: none;
|
|
24945
24934
|
-moz-user-select: none;
|
|
24946
|
-
-ms-user-select: none;
|
|
24947
24935
|
user-select: none;
|
|
24948
24936
|
}
|
|
24949
24937
|
.acud-select-tree-node-content-wrapper .acud-tree-drop-indicator {
|