acud 1.0.9 → 1.0.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 (70) hide show
  1. package/dist/acud.css +75 -3
  2. package/dist/acud.css.map +1 -1
  3. package/dist/acud.js +6958 -7338
  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 +6 -8
  8. package/dist/acud.min.js.map +1 -1
  9. package/es/card/style/index.css +1 -0
  10. package/es/date-picker/src/PickerPanel.js +1 -0
  11. package/es/date-picker/src/RangePicker.js +1 -0
  12. package/es/dialog-box/style/index.css +1 -0
  13. package/es/form/style/index.css +2 -1
  14. package/es/input-number/src/hooks/useFrame.d.ts +1 -1
  15. package/es/input-number/style/index.css +7 -0
  16. package/es/locale/zh_CN.js +2 -1
  17. package/es/modal/style/index.css +1 -0
  18. package/es/pagination/style/index.css +44 -0
  19. package/es/pagination/style/index.less +1 -0
  20. package/es/popover/style/index.css +1 -0
  21. package/es/rate/style/index.css +1 -0
  22. package/es/select/style/index.css +2 -0
  23. package/es/slider/style/index.css +1 -0
  24. package/es/switch/style/index.css +1 -0
  25. package/es/tabs/style/index.css +1 -0
  26. package/es/tag/style/index.css +1 -0
  27. package/es/timeline/style/index.css +2 -0
  28. package/es/transfer/DataSource.d.ts +2 -0
  29. package/es/transfer/DataSource.js +63 -27
  30. package/es/transfer/Target.d.ts +2 -0
  31. package/es/transfer/Target.js +91 -18
  32. package/es/transfer/index.d.ts +3 -0
  33. package/es/transfer/index.js +14 -5
  34. package/es/transfer/style/index.css +2 -1
  35. package/es/transfer/style/index.less +2 -1
  36. package/es/tree/style/index.css +3 -0
  37. package/es/tree-select/style/index.css +3 -0
  38. package/es/virtual-list/List.js +7 -0
  39. package/lib/card/style/index.css +1 -0
  40. package/lib/date-picker/src/PickerPanel.js +1 -0
  41. package/lib/date-picker/src/RangePicker.js +1 -0
  42. package/lib/dialog-box/style/index.css +1 -0
  43. package/lib/form/style/index.css +2 -1
  44. package/lib/input-number/src/hooks/useFrame.d.ts +1 -1
  45. package/lib/input-number/style/index.css +7 -0
  46. package/lib/locale/zh_CN.js +2 -1
  47. package/lib/modal/style/index.css +1 -0
  48. package/lib/pagination/style/index.css +44 -0
  49. package/lib/pagination/style/index.less +1 -0
  50. package/lib/popover/style/index.css +1 -0
  51. package/lib/rate/style/index.css +1 -0
  52. package/lib/select/style/index.css +2 -0
  53. package/lib/slider/style/index.css +1 -0
  54. package/lib/switch/style/index.css +1 -0
  55. package/lib/tabs/style/index.css +1 -0
  56. package/lib/tag/style/index.css +1 -0
  57. package/lib/timeline/style/index.css +2 -0
  58. package/lib/transfer/DataSource.d.ts +2 -0
  59. package/lib/transfer/DataSource.js +63 -27
  60. package/lib/transfer/Target.d.ts +2 -0
  61. package/lib/transfer/Target.js +93 -18
  62. package/lib/transfer/index.d.ts +3 -0
  63. package/lib/transfer/index.js +15 -5
  64. package/lib/transfer/style/index.css +2 -1
  65. package/lib/transfer/style/index.less +2 -1
  66. package/lib/tree/style/index.css +3 -0
  67. package/lib/tree-select/style/index.css +3 -0
  68. package/lib/virtual-list/List.js +7 -0
  69. package/package.json +7 -1
  70. package/CHANGELOG.md +0 -371
package/dist/acud.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! acud v1.0.9 */
1
+ /*! acud v1.0.12 */
2
2
  /* color */
3
3
  /* 默认颜色 */
4
4
  /* 通用-icon */
@@ -3264,6 +3264,7 @@ 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;
3267
3268
  user-select: none;
3268
3269
  }
3269
3270
  .acud-card-loading-content p {
@@ -3836,6 +3837,7 @@ a {
3836
3837
  cursor: pointer;
3837
3838
  -webkit-user-select: none;
3838
3839
  -moz-user-select: none;
3840
+ -ms-user-select: none;
3839
3841
  user-select: none;
3840
3842
  color: #151B26;
3841
3843
  }
@@ -11116,6 +11118,7 @@ a {
11116
11118
  .acud-tag-type-edit {
11117
11119
  -webkit-user-select: none;
11118
11120
  -moz-user-select: none;
11121
+ -ms-user-select: none;
11119
11122
  user-select: none;
11120
11123
  padding-right: 4px;
11121
11124
  line-height: 24px;
@@ -13392,6 +13395,7 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
13392
13395
  animation-duration: 0.3s;
13393
13396
  -webkit-user-select: none;
13394
13397
  -moz-user-select: none;
13398
+ -ms-user-select: none;
13395
13399
  user-select: none;
13396
13400
  }
13397
13401
  .acud-dialogbox-mask {
@@ -14849,7 +14853,8 @@ li.acud-dropdown-menu-submenu-active:hover,
14849
14853
  .acud-form-item-label > label .acud-form-item-tooltip {
14850
14854
  color: #B8BABF;
14851
14855
  cursor: help;
14852
- writing-mode: horizontal-tb;
14856
+ -ms-writing-mode: lr-tb;
14857
+ writing-mode: horizontal-tb;
14853
14858
  -webkit-margin-start: 4px;
14854
14859
  margin-inline-start: 4px;
14855
14860
  }
@@ -15354,6 +15359,7 @@ li.acud-dropdown-menu-submenu-active:hover,
15354
15359
  transition: all 0.1s linear;
15355
15360
  -webkit-user-select: none;
15356
15361
  -moz-user-select: none;
15362
+ -ms-user-select: none;
15357
15363
  user-select: none;
15358
15364
  }
15359
15365
  .acud-input-number-handler-up-inner > *,
@@ -15418,12 +15424,18 @@ li.acud-dropdown-menu-submenu-active:hover,
15418
15424
  .acud-input-number-input::-moz-placeholder {
15419
15425
  opacity: 1;
15420
15426
  }
15427
+ .acud-input-number-input:-ms-input-placeholder {
15428
+ color: #D4D6D9;
15429
+ }
15421
15430
  .acud-input-number-input::placeholder {
15422
15431
  color: #D4D6D9;
15423
15432
  }
15424
15433
  .acud-input-number-input:-moz-placeholder-shown {
15425
15434
  text-overflow: ellipsis;
15426
15435
  }
15436
+ .acud-input-number-input:-ms-input-placeholder {
15437
+ text-overflow: ellipsis;
15438
+ }
15427
15439
  .acud-input-number-input:placeholder-shown {
15428
15440
  text-overflow: ellipsis;
15429
15441
  }
@@ -16757,6 +16769,7 @@ li.acud-dropdown-menu-submenu-active:hover,
16757
16769
  animation-duration: 0.3s;
16758
16770
  -webkit-user-select: none;
16759
16771
  -moz-user-select: none;
16772
+ -ms-user-select: none;
16760
16773
  user-select: none;
16761
16774
  }
16762
16775
  .acud-modal-mask {
@@ -17014,6 +17027,7 @@ li.acud-dropdown-menu-submenu-active:hover,
17014
17027
  cursor: pointer;
17015
17028
  -webkit-user-select: none;
17016
17029
  -moz-user-select: none;
17030
+ -ms-user-select: none;
17017
17031
  user-select: none;
17018
17032
  box-sizing: border-box;
17019
17033
  font-weight: 400;
@@ -17066,6 +17080,48 @@ li.acud-dropdown-menu-submenu-active:hover,
17066
17080
  display: block;
17067
17081
  transition: none;
17068
17082
  padding: 0 6px;
17083
+ color: #151B26;
17084
+ background-color: transparent;
17085
+ border-color: transparent;
17086
+ }
17087
+ .acud-pagination-item a:hover {
17088
+ color: #2468F2;
17089
+ }
17090
+ .acud-pagination-item a:focus,
17091
+ .acud-pagination-item a:active {
17092
+ color: #144BCC;
17093
+ }
17094
+ .acud-pagination-item a[disabled],
17095
+ .acud-pagination-item a[disabled]:hover,
17096
+ .acud-pagination-item a[disabled]:focus,
17097
+ .acud-pagination-item a[disabled]:active {
17098
+ color: #B8BABF;
17099
+ }
17100
+ .acud-pagination-item a:hover {
17101
+ background-color: transparent;
17102
+ }
17103
+ .acud-pagination-item a:focus,
17104
+ .acud-pagination-item a:active {
17105
+ background-color: transparent;
17106
+ }
17107
+ .acud-pagination-item a[disabled],
17108
+ .acud-pagination-item a[disabled]:hover,
17109
+ .acud-pagination-item a[disabled]:focus,
17110
+ .acud-pagination-item a[disabled]:active {
17111
+ background-color: transparent;
17112
+ }
17113
+ .acud-pagination-item a:hover {
17114
+ border-color: transparent;
17115
+ }
17116
+ .acud-pagination-item a:focus,
17117
+ .acud-pagination-item a:active {
17118
+ border-color: transparent;
17119
+ }
17120
+ .acud-pagination-item a[disabled],
17121
+ .acud-pagination-item a[disabled]:hover,
17122
+ .acud-pagination-item a[disabled]:focus,
17123
+ .acud-pagination-item a[disabled]:active {
17124
+ border-color: transparent;
17069
17125
  }
17070
17126
  .acud-pagination-item a:hover {
17071
17127
  text-decoration: none;
@@ -17197,6 +17253,7 @@ li.acud-dropdown-menu-submenu-active:hover,
17197
17253
  cursor: pointer;
17198
17254
  -webkit-user-select: none;
17199
17255
  -moz-user-select: none;
17256
+ -ms-user-select: none;
17200
17257
  user-select: none;
17201
17258
  }
17202
17259
  .acud-pagination-prev.acud-pagination-disabled button,
@@ -17761,6 +17818,7 @@ li.acud-dropdown-menu-submenu-active:hover,
17761
17818
  position: relative;
17762
17819
  -webkit-user-select: none;
17763
17820
  -moz-user-select: none;
17821
+ -ms-user-select: none;
17764
17822
  user-select: none;
17765
17823
  color: #151B26;
17766
17824
  }
@@ -17913,6 +17971,7 @@ li.acud-dropdown-menu-submenu-active:hover,
17913
17971
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
17914
17972
  -webkit-user-select: none;
17915
17973
  -moz-user-select: none;
17974
+ -ms-user-select: none;
17916
17975
  user-select: none;
17917
17976
  -webkit-margin-end: 5px;
17918
17977
  margin-inline-end: 5px;
@@ -18503,6 +18562,7 @@ li.acud-dropdown-menu-submenu-active:hover,
18503
18562
  cursor: auto;
18504
18563
  -webkit-user-select: text;
18505
18564
  -moz-user-select: text;
18565
+ -ms-user-select: text;
18506
18566
  user-select: text;
18507
18567
  }
18508
18568
  .acud-popover::after {
@@ -19252,6 +19312,7 @@ span.acud-radio-button {
19252
19312
  margin-bottom: 4px;
19253
19313
  -webkit-user-select: none;
19254
19314
  -moz-user-select: none;
19315
+ -ms-user-select: none;
19255
19316
  user-select: none;
19256
19317
  transition: all 0.3s;
19257
19318
  cursor: pointer;
@@ -19706,6 +19767,7 @@ span.acud-radio-button {
19706
19767
  cursor: pointer;
19707
19768
  -webkit-user-select: none;
19708
19769
  -moz-user-select: none;
19770
+ -ms-user-select: none;
19709
19771
  user-select: none;
19710
19772
  }
19711
19773
  .acud-slider-mark-text:first-child {
@@ -20841,6 +20903,7 @@ span.acud-radio-button {
20841
20903
  vertical-align: middle;
20842
20904
  -webkit-user-select: text;
20843
20905
  -moz-user-select: text;
20906
+ -ms-user-select: text;
20844
20907
  user-select: text;
20845
20908
  pointer-events: none;
20846
20909
  }
@@ -22276,6 +22339,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
22276
22339
  white-space: nowrap;
22277
22340
  -webkit-user-select: none;
22278
22341
  -moz-user-select: none;
22342
+ -ms-user-select: none;
22279
22343
  user-select: none;
22280
22344
  }
22281
22345
  .acud-tree-indent-unit {
@@ -22293,6 +22357,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
22293
22357
  cursor: pointer;
22294
22358
  -webkit-user-select: none;
22295
22359
  -moz-user-select: none;
22360
+ -ms-user-select: none;
22296
22361
  user-select: none;
22297
22362
  }
22298
22363
  .acud-tree-switcher .acud-tree-switcher-icon,
@@ -22434,6 +22499,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
22434
22499
  line-height: 24px;
22435
22500
  -webkit-user-select: none;
22436
22501
  -moz-user-select: none;
22502
+ -ms-user-select: none;
22437
22503
  user-select: none;
22438
22504
  }
22439
22505
  .acud-tree-node-content-wrapper .acud-tree-drop-indicator {
@@ -23160,6 +23226,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
23160
23226
  cursor: pointer;
23161
23227
  -webkit-user-select: none;
23162
23228
  -moz-user-select: none;
23229
+ -ms-user-select: none;
23163
23230
  user-select: none;
23164
23231
  }
23165
23232
  .common-content-link {
@@ -23572,6 +23639,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
23572
23639
  cursor: pointer;
23573
23640
  -webkit-user-select: none;
23574
23641
  -moz-user-select: none;
23642
+ -ms-user-select: none;
23575
23643
  user-select: none;
23576
23644
  }
23577
23645
  .acud-timeline-item-content-link {
@@ -24159,7 +24227,8 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24159
24227
  .acud-transfer-datasource-label {
24160
24228
  color: #151B26;
24161
24229
  font-size: 12px;
24162
- font-weight: #FFECD4;
24230
+ font-weight: 400;
24231
+ word-break: break-all;
24163
24232
  }
24164
24233
  .acud-transfer-datasource-body {
24165
24234
  overflow: hidden;
@@ -24774,6 +24843,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24774
24843
  white-space: nowrap;
24775
24844
  -webkit-user-select: none;
24776
24845
  -moz-user-select: none;
24846
+ -ms-user-select: none;
24777
24847
  user-select: none;
24778
24848
  }
24779
24849
  .acud-select-tree-indent-unit {
@@ -24791,6 +24861,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24791
24861
  cursor: pointer;
24792
24862
  -webkit-user-select: none;
24793
24863
  -moz-user-select: none;
24864
+ -ms-user-select: none;
24794
24865
  user-select: none;
24795
24866
  }
24796
24867
  .acud-select-tree-switcher .acud-tree-switcher-icon,
@@ -24932,6 +25003,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24932
25003
  line-height: 24px;
24933
25004
  -webkit-user-select: none;
24934
25005
  -moz-user-select: none;
25006
+ -ms-user-select: none;
24935
25007
  user-select: none;
24936
25008
  }
24937
25009
  .acud-select-tree-node-content-wrapper .acud-tree-drop-indicator {