acud 1.1.11 → 1.1.12

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.
Files changed (68) hide show
  1. package/dist/acud.css +37 -2
  2. package/dist/acud.css.map +1 -1
  3. package/dist/acud.js +14428 -9034
  4. package/dist/acud.js.map +1 -1
  5. package/dist/acud.min.css +1 -1
  6. package/dist/acud.min.css.map +1 -1
  7. package/dist/acud.min.js +7 -9
  8. package/dist/acud.min.js.map +1 -1
  9. package/es/card/style/index.css +1 -0
  10. package/es/cascader/Cascader.js +2 -1
  11. package/es/cascader/MenuItem.js +10 -10
  12. package/es/cascader/Menus.js +2 -2
  13. package/es/cascader/index.d.ts +1 -0
  14. package/es/cascader/index.js +17 -3
  15. package/es/cascader/style/index.css +6 -0
  16. package/es/cascader/style/index.less +7 -0
  17. package/es/date-picker/src/PickerPanel.js +1 -0
  18. package/es/date-picker/src/RangePicker.js +1 -0
  19. package/es/dialog-box/style/index.css +1 -0
  20. package/es/dropdown/dropdown-button.js +3 -2
  21. package/es/form/style/index.css +2 -1
  22. package/es/input-number/src/hooks/useFrame.d.ts +1 -1
  23. package/es/input-number/style/index.css +7 -0
  24. package/es/modal/style/index.css +1 -0
  25. package/es/pagination/style/index.css +2 -0
  26. package/es/popover/style/index.css +1 -0
  27. package/es/rate/style/index.css +1 -0
  28. package/es/select/style/index.css +2 -0
  29. package/es/slider/style/index.css +1 -0
  30. package/es/switch/style/index.css +1 -0
  31. package/es/tabs/style/index.css +1 -0
  32. package/es/tag/style/index.css +1 -0
  33. package/es/timeline/style/index.css +2 -0
  34. package/es/tree/style/index.css +3 -0
  35. package/es/tree-select/src/hooks/useCache.d.ts +1 -1
  36. package/es/tree-select/style/index.css +3 -0
  37. package/es/virtual-list/List.js +7 -0
  38. package/lib/card/style/index.css +1 -0
  39. package/lib/cascader/Cascader.js +2 -1
  40. package/lib/cascader/MenuItem.js +10 -10
  41. package/lib/cascader/Menus.js +2 -2
  42. package/lib/cascader/index.d.ts +1 -0
  43. package/lib/cascader/index.js +17 -3
  44. package/lib/cascader/style/index.css +6 -0
  45. package/lib/cascader/style/index.less +7 -0
  46. package/lib/date-picker/src/PickerPanel.js +1 -0
  47. package/lib/date-picker/src/RangePicker.js +1 -0
  48. package/lib/dialog-box/style/index.css +1 -0
  49. package/lib/dropdown/dropdown-button.js +3 -2
  50. package/lib/form/style/index.css +2 -1
  51. package/lib/input-number/src/hooks/useFrame.d.ts +1 -1
  52. package/lib/input-number/style/index.css +7 -0
  53. package/lib/modal/style/index.css +1 -0
  54. package/lib/pagination/style/index.css +2 -0
  55. package/lib/popover/style/index.css +1 -0
  56. package/lib/rate/style/index.css +1 -0
  57. package/lib/select/style/index.css +2 -0
  58. package/lib/slider/style/index.css +1 -0
  59. package/lib/switch/style/index.css +1 -0
  60. package/lib/tabs/style/index.css +1 -0
  61. package/lib/tag/style/index.css +1 -0
  62. package/lib/timeline/style/index.css +2 -0
  63. package/lib/tree/style/index.css +3 -0
  64. package/lib/tree-select/src/hooks/useCache.d.ts +1 -1
  65. package/lib/tree-select/style/index.css +3 -0
  66. package/lib/virtual-list/List.js +7 -0
  67. package/package.json +1 -1
  68. package/CHANGELOG.md +0 -584
package/dist/acud.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! acud v1.1.11 */
1
+ /*! acud v1.1.12 */
2
2
  /* color */
3
3
  /* 默认颜色 */
4
4
  /* 通用-icon */
@@ -1530,6 +1530,7 @@ a {
1530
1530
  cursor: auto;
1531
1531
  -webkit-user-select: text;
1532
1532
  -moz-user-select: text;
1533
+ -ms-user-select: text;
1533
1534
  user-select: text;
1534
1535
  }
1535
1536
  .acud-popover::after {
@@ -3736,6 +3737,7 @@ a {
3736
3737
  .acud-card-loading .acud-card-body {
3737
3738
  -webkit-user-select: none;
3738
3739
  -moz-user-select: none;
3740
+ -ms-user-select: none;
3739
3741
  user-select: none;
3740
3742
  }
3741
3743
  .acud-card-loading-content p {
@@ -4316,6 +4318,7 @@ a {
4316
4318
  cursor: pointer;
4317
4319
  -webkit-user-select: none;
4318
4320
  -moz-user-select: none;
4321
+ -ms-user-select: none;
4319
4322
  user-select: none;
4320
4323
  color: #151B26;
4321
4324
  }
@@ -10243,10 +10246,16 @@ a {
10243
10246
  .acud-cascader-menu-item-checkbox.acud-checkbox-wrapper {
10244
10247
  vertical-align: middle;
10245
10248
  margin-right: 8px;
10249
+ overflow: hidden;
10250
+ text-overflow: ellipsis;
10246
10251
  }
10247
10252
  .acud-cascader-menu-item-checkbox.acud-checkbox-wrapper .acud-checkbox {
10248
10253
  top: 0;
10249
10254
  }
10255
+ .acud-cascader-menu-item-checkbox.acud-checkbox-wrapper .acud-checkbox + span {
10256
+ overflow: hidden;
10257
+ text-overflow: ellipsis;
10258
+ }
10250
10259
  .acud-cascader-menu-item-label {
10251
10260
  overflow: hidden;
10252
10261
  text-overflow: ellipsis;
@@ -11819,6 +11828,7 @@ a {
11819
11828
  .acud-tag-type-edit {
11820
11829
  -webkit-user-select: none;
11821
11830
  -moz-user-select: none;
11831
+ -ms-user-select: none;
11822
11832
  user-select: none;
11823
11833
  padding-right: 4px;
11824
11834
  line-height: 24px;
@@ -12957,6 +12967,7 @@ a {
12957
12967
  position: relative;
12958
12968
  -webkit-user-select: none;
12959
12969
  -moz-user-select: none;
12970
+ -ms-user-select: none;
12960
12971
  user-select: none;
12961
12972
  color: #151B26;
12962
12973
  }
@@ -13109,6 +13120,7 @@ a {
13109
13120
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
13110
13121
  -webkit-user-select: none;
13111
13122
  -moz-user-select: none;
13123
+ -ms-user-select: none;
13112
13124
  user-select: none;
13113
13125
  -webkit-margin-end: 5px;
13114
13126
  margin-inline-end: 5px;
@@ -15229,6 +15241,7 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
15229
15241
  animation-duration: 0.3s;
15230
15242
  -webkit-user-select: none;
15231
15243
  -moz-user-select: none;
15244
+ -ms-user-select: none;
15232
15245
  user-select: none;
15233
15246
  }
15234
15247
  .acud-dialogbox-mask {
@@ -17673,7 +17686,8 @@ li.acud-dropdown-menu-submenu-active:hover,
17673
17686
  .acud-form-item-label > label .acud-form-item-tooltip {
17674
17687
  color: #B8BABF;
17675
17688
  cursor: help;
17676
- writing-mode: horizontal-tb;
17689
+ -ms-writing-mode: lr-tb;
17690
+ writing-mode: horizontal-tb;
17677
17691
  -webkit-margin-start: 4px;
17678
17692
  margin-inline-start: 4px;
17679
17693
  }
@@ -18280,6 +18294,7 @@ li.acud-dropdown-menu-submenu-active:hover,
18280
18294
  cursor: pointer;
18281
18295
  -webkit-user-select: none;
18282
18296
  -moz-user-select: none;
18297
+ -ms-user-select: none;
18283
18298
  user-select: none;
18284
18299
  }
18285
18300
  .acud-slider-mark-text:first-child {
@@ -18596,6 +18611,7 @@ li.acud-dropdown-menu-submenu-active:hover,
18596
18611
  transition: all 0.1s linear;
18597
18612
  -webkit-user-select: none;
18598
18613
  -moz-user-select: none;
18614
+ -ms-user-select: none;
18599
18615
  user-select: none;
18600
18616
  }
18601
18617
  .acud-input-number-handler-up-inner > *,
@@ -18660,12 +18676,18 @@ li.acud-dropdown-menu-submenu-active:hover,
18660
18676
  .acud-input-number-input::-moz-placeholder {
18661
18677
  opacity: 1;
18662
18678
  }
18679
+ .acud-input-number-input:-ms-input-placeholder {
18680
+ color: #D4D6D9;
18681
+ }
18663
18682
  .acud-input-number-input::placeholder {
18664
18683
  color: #D4D6D9;
18665
18684
  }
18666
18685
  .acud-input-number-input:-moz-placeholder-shown {
18667
18686
  text-overflow: ellipsis;
18668
18687
  }
18688
+ .acud-input-number-input:-ms-input-placeholder {
18689
+ text-overflow: ellipsis;
18690
+ }
18669
18691
  .acud-input-number-input:placeholder-shown {
18670
18692
  text-overflow: ellipsis;
18671
18693
  }
@@ -19378,6 +19400,7 @@ li.acud-dropdown-menu-submenu-active:hover,
19378
19400
  animation-duration: 0.3s;
19379
19401
  -webkit-user-select: none;
19380
19402
  -moz-user-select: none;
19403
+ -ms-user-select: none;
19381
19404
  user-select: none;
19382
19405
  }
19383
19406
  .acud-modal-mask {
@@ -19635,6 +19658,7 @@ li.acud-dropdown-menu-submenu-active:hover,
19635
19658
  cursor: pointer;
19636
19659
  -webkit-user-select: none;
19637
19660
  -moz-user-select: none;
19661
+ -ms-user-select: none;
19638
19662
  user-select: none;
19639
19663
  box-sizing: border-box;
19640
19664
  font-weight: 400;
@@ -19952,6 +19976,7 @@ li.acud-dropdown-menu-submenu-active:hover,
19952
19976
  cursor: pointer;
19953
19977
  -webkit-user-select: none;
19954
19978
  -moz-user-select: none;
19979
+ -ms-user-select: none;
19955
19980
  user-select: none;
19956
19981
  }
19957
19982
  .acud-pagination-prev.acud-pagination-disabled button,
@@ -21137,6 +21162,7 @@ span.acud-radio-button {
21137
21162
  margin-bottom: 4px;
21138
21163
  -webkit-user-select: none;
21139
21164
  -moz-user-select: none;
21165
+ -ms-user-select: none;
21140
21166
  user-select: none;
21141
21167
  transition: all 0.3s;
21142
21168
  cursor: pointer;
@@ -22790,6 +22816,7 @@ span.acud-radio-button {
22790
22816
  vertical-align: middle;
22791
22817
  -webkit-user-select: text;
22792
22818
  -moz-user-select: text;
22819
+ -ms-user-select: text;
22793
22820
  user-select: text;
22794
22821
  pointer-events: none;
22795
22822
  }
@@ -24266,6 +24293,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24266
24293
  white-space: nowrap;
24267
24294
  -webkit-user-select: none;
24268
24295
  -moz-user-select: none;
24296
+ -ms-user-select: none;
24269
24297
  user-select: none;
24270
24298
  }
24271
24299
  .acud-tree-indent-unit {
@@ -24283,6 +24311,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24283
24311
  cursor: pointer;
24284
24312
  -webkit-user-select: none;
24285
24313
  -moz-user-select: none;
24314
+ -ms-user-select: none;
24286
24315
  user-select: none;
24287
24316
  }
24288
24317
  .acud-tree-switcher .acud-tree-switcher-icon,
@@ -24448,6 +24477,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24448
24477
  line-height: 24px;
24449
24478
  -webkit-user-select: none;
24450
24479
  -moz-user-select: none;
24480
+ -ms-user-select: none;
24451
24481
  user-select: none;
24452
24482
  }
24453
24483
  .acud-tree-node-content-wrapper .acud-tree-drop-indicator {
@@ -25262,6 +25292,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
25262
25292
  cursor: pointer;
25263
25293
  -webkit-user-select: none;
25264
25294
  -moz-user-select: none;
25295
+ -ms-user-select: none;
25265
25296
  user-select: none;
25266
25297
  }
25267
25298
  .common-content-link {
@@ -25714,6 +25745,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
25714
25745
  cursor: pointer;
25715
25746
  -webkit-user-select: none;
25716
25747
  -moz-user-select: none;
25748
+ -ms-user-select: none;
25717
25749
  user-select: none;
25718
25750
  }
25719
25751
  .acud-timeline-item-content-link {
@@ -27000,6 +27032,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
27000
27032
  white-space: nowrap;
27001
27033
  -webkit-user-select: none;
27002
27034
  -moz-user-select: none;
27035
+ -ms-user-select: none;
27003
27036
  user-select: none;
27004
27037
  }
27005
27038
  .acud-select-tree-indent-unit {
@@ -27017,6 +27050,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
27017
27050
  cursor: pointer;
27018
27051
  -webkit-user-select: none;
27019
27052
  -moz-user-select: none;
27053
+ -ms-user-select: none;
27020
27054
  user-select: none;
27021
27055
  }
27022
27056
  .acud-select-tree-switcher .acud-tree-switcher-icon,
@@ -27182,6 +27216,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
27182
27216
  line-height: 24px;
27183
27217
  -webkit-user-select: none;
27184
27218
  -moz-user-select: none;
27219
+ -ms-user-select: none;
27185
27220
  user-select: none;
27186
27221
  }
27187
27222
  .acud-select-tree-node-content-wrapper .acud-tree-drop-indicator {