acud 1.0.7 → 1.0.10
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 +466 -0
- package/dist/acud.css +4 -32
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +1091 -482
- 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 -6
- package/dist/acud.min.js.map +1 -1
- package/es/card/style/index.css +0 -1
- package/es/date-picker/src/PickerPanel.js +0 -1
- package/es/date-picker/src/RangePicker.js +0 -1
- package/es/dialog-box/style/index.css +0 -1
- package/es/form/style/index.css +1 -2
- package/es/input-number/src/hooks/useFrame.d.ts +1 -1
- package/es/input-number/style/index.css +0 -7
- package/es/locale/zh_CN.js +2 -1
- package/es/modal/style/index.css +0 -1
- package/es/pagination/pagination.js +3 -3
- package/es/pagination/rc-pagination/Options.js +1 -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/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/index.css +0 -2
- package/es/transfer/DataSource.d.ts +2 -0
- package/es/transfer/DataSource.js +54 -24
- package/es/transfer/Target.d.ts +2 -0
- package/es/transfer/Target.js +86 -18
- package/es/transfer/index.d.ts +3 -0
- package/es/transfer/index.js +14 -5
- package/es/transfer/style/index.css +2 -1
- package/es/transfer/style/index.less +2 -1
- package/es/tree/style/index.css +0 -3
- package/es/tree-select/style/index.css +0 -3
- package/es/virtual-list/List.js +0 -7
- package/lib/card/style/index.css +0 -1
- package/lib/date-picker/src/PickerPanel.js +0 -1
- package/lib/date-picker/src/RangePicker.js +0 -1
- package/lib/dialog-box/style/index.css +0 -1
- package/lib/form/style/index.css +1 -2
- package/lib/input-number/src/hooks/useFrame.d.ts +1 -1
- package/lib/input-number/style/index.css +0 -7
- package/lib/locale/zh_CN.js +2 -1
- package/lib/modal/style/index.css +0 -1
- package/lib/pagination/pagination.js +3 -3
- package/lib/pagination/rc-pagination/Options.js +1 -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/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/index.css +0 -2
- package/lib/transfer/DataSource.d.ts +2 -0
- package/lib/transfer/DataSource.js +54 -24
- package/lib/transfer/Target.d.ts +2 -0
- package/lib/transfer/Target.js +88 -18
- package/lib/transfer/index.d.ts +3 -0
- package/lib/transfer/index.js +15 -5
- package/lib/transfer/style/index.css +2 -1
- package/lib/transfer/style/index.less +2 -1
- package/lib/tree/style/index.css +0 -3
- package/lib/tree-select/style/index.css +0 -3
- package/lib/virtual-list/List.js +0 -7
- package/package.json +1 -1
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v1.0.
|
|
1
|
+
/*! acud v1.0.10 */
|
|
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;
|
|
@@ -13395,7 +13392,6 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
|
|
|
13395
13392
|
animation-duration: 0.3s;
|
|
13396
13393
|
-webkit-user-select: none;
|
|
13397
13394
|
-moz-user-select: none;
|
|
13398
|
-
-ms-user-select: none;
|
|
13399
13395
|
user-select: none;
|
|
13400
13396
|
}
|
|
13401
13397
|
.acud-dialogbox-mask {
|
|
@@ -14853,8 +14849,7 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
14853
14849
|
.acud-form-item-label > label .acud-form-item-tooltip {
|
|
14854
14850
|
color: #B8BABF;
|
|
14855
14851
|
cursor: help;
|
|
14856
|
-
|
|
14857
|
-
writing-mode: horizontal-tb;
|
|
14852
|
+
writing-mode: horizontal-tb;
|
|
14858
14853
|
-webkit-margin-start: 4px;
|
|
14859
14854
|
margin-inline-start: 4px;
|
|
14860
14855
|
}
|
|
@@ -15359,7 +15354,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
15359
15354
|
transition: all 0.1s linear;
|
|
15360
15355
|
-webkit-user-select: none;
|
|
15361
15356
|
-moz-user-select: none;
|
|
15362
|
-
-ms-user-select: none;
|
|
15363
15357
|
user-select: none;
|
|
15364
15358
|
}
|
|
15365
15359
|
.acud-input-number-handler-up-inner > *,
|
|
@@ -15424,18 +15418,12 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
15424
15418
|
.acud-input-number-input::-moz-placeholder {
|
|
15425
15419
|
opacity: 1;
|
|
15426
15420
|
}
|
|
15427
|
-
.acud-input-number-input:-ms-input-placeholder {
|
|
15428
|
-
color: #D4D6D9;
|
|
15429
|
-
}
|
|
15430
15421
|
.acud-input-number-input::placeholder {
|
|
15431
15422
|
color: #D4D6D9;
|
|
15432
15423
|
}
|
|
15433
15424
|
.acud-input-number-input:-moz-placeholder-shown {
|
|
15434
15425
|
text-overflow: ellipsis;
|
|
15435
15426
|
}
|
|
15436
|
-
.acud-input-number-input:-ms-input-placeholder {
|
|
15437
|
-
text-overflow: ellipsis;
|
|
15438
|
-
}
|
|
15439
15427
|
.acud-input-number-input:placeholder-shown {
|
|
15440
15428
|
text-overflow: ellipsis;
|
|
15441
15429
|
}
|
|
@@ -16769,7 +16757,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
16769
16757
|
animation-duration: 0.3s;
|
|
16770
16758
|
-webkit-user-select: none;
|
|
16771
16759
|
-moz-user-select: none;
|
|
16772
|
-
-ms-user-select: none;
|
|
16773
16760
|
user-select: none;
|
|
16774
16761
|
}
|
|
16775
16762
|
.acud-modal-mask {
|
|
@@ -17027,7 +17014,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17027
17014
|
cursor: pointer;
|
|
17028
17015
|
-webkit-user-select: none;
|
|
17029
17016
|
-moz-user-select: none;
|
|
17030
|
-
-ms-user-select: none;
|
|
17031
17017
|
user-select: none;
|
|
17032
17018
|
box-sizing: border-box;
|
|
17033
17019
|
font-weight: 400;
|
|
@@ -17211,7 +17197,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17211
17197
|
cursor: pointer;
|
|
17212
17198
|
-webkit-user-select: none;
|
|
17213
17199
|
-moz-user-select: none;
|
|
17214
|
-
-ms-user-select: none;
|
|
17215
17200
|
user-select: none;
|
|
17216
17201
|
}
|
|
17217
17202
|
.acud-pagination-prev.acud-pagination-disabled button,
|
|
@@ -17776,7 +17761,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17776
17761
|
position: relative;
|
|
17777
17762
|
-webkit-user-select: none;
|
|
17778
17763
|
-moz-user-select: none;
|
|
17779
|
-
-ms-user-select: none;
|
|
17780
17764
|
user-select: none;
|
|
17781
17765
|
color: #151B26;
|
|
17782
17766
|
}
|
|
@@ -17929,7 +17913,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17929
17913
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
17930
17914
|
-webkit-user-select: none;
|
|
17931
17915
|
-moz-user-select: none;
|
|
17932
|
-
-ms-user-select: none;
|
|
17933
17916
|
user-select: none;
|
|
17934
17917
|
-webkit-margin-end: 5px;
|
|
17935
17918
|
margin-inline-end: 5px;
|
|
@@ -18520,7 +18503,6 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
18520
18503
|
cursor: auto;
|
|
18521
18504
|
-webkit-user-select: text;
|
|
18522
18505
|
-moz-user-select: text;
|
|
18523
|
-
-ms-user-select: text;
|
|
18524
18506
|
user-select: text;
|
|
18525
18507
|
}
|
|
18526
18508
|
.acud-popover::after {
|
|
@@ -19270,7 +19252,6 @@ span.acud-radio-button {
|
|
|
19270
19252
|
margin-bottom: 4px;
|
|
19271
19253
|
-webkit-user-select: none;
|
|
19272
19254
|
-moz-user-select: none;
|
|
19273
|
-
-ms-user-select: none;
|
|
19274
19255
|
user-select: none;
|
|
19275
19256
|
transition: all 0.3s;
|
|
19276
19257
|
cursor: pointer;
|
|
@@ -19725,7 +19706,6 @@ span.acud-radio-button {
|
|
|
19725
19706
|
cursor: pointer;
|
|
19726
19707
|
-webkit-user-select: none;
|
|
19727
19708
|
-moz-user-select: none;
|
|
19728
|
-
-ms-user-select: none;
|
|
19729
19709
|
user-select: none;
|
|
19730
19710
|
}
|
|
19731
19711
|
.acud-slider-mark-text:first-child {
|
|
@@ -20861,7 +20841,6 @@ span.acud-radio-button {
|
|
|
20861
20841
|
vertical-align: middle;
|
|
20862
20842
|
-webkit-user-select: text;
|
|
20863
20843
|
-moz-user-select: text;
|
|
20864
|
-
-ms-user-select: text;
|
|
20865
20844
|
user-select: text;
|
|
20866
20845
|
pointer-events: none;
|
|
20867
20846
|
}
|
|
@@ -22297,7 +22276,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22297
22276
|
white-space: nowrap;
|
|
22298
22277
|
-webkit-user-select: none;
|
|
22299
22278
|
-moz-user-select: none;
|
|
22300
|
-
-ms-user-select: none;
|
|
22301
22279
|
user-select: none;
|
|
22302
22280
|
}
|
|
22303
22281
|
.acud-tree-indent-unit {
|
|
@@ -22315,7 +22293,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22315
22293
|
cursor: pointer;
|
|
22316
22294
|
-webkit-user-select: none;
|
|
22317
22295
|
-moz-user-select: none;
|
|
22318
|
-
-ms-user-select: none;
|
|
22319
22296
|
user-select: none;
|
|
22320
22297
|
}
|
|
22321
22298
|
.acud-tree-switcher .acud-tree-switcher-icon,
|
|
@@ -22457,7 +22434,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22457
22434
|
line-height: 24px;
|
|
22458
22435
|
-webkit-user-select: none;
|
|
22459
22436
|
-moz-user-select: none;
|
|
22460
|
-
-ms-user-select: none;
|
|
22461
22437
|
user-select: none;
|
|
22462
22438
|
}
|
|
22463
22439
|
.acud-tree-node-content-wrapper .acud-tree-drop-indicator {
|
|
@@ -23184,7 +23160,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23184
23160
|
cursor: pointer;
|
|
23185
23161
|
-webkit-user-select: none;
|
|
23186
23162
|
-moz-user-select: none;
|
|
23187
|
-
-ms-user-select: none;
|
|
23188
23163
|
user-select: none;
|
|
23189
23164
|
}
|
|
23190
23165
|
.common-content-link {
|
|
@@ -23597,7 +23572,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23597
23572
|
cursor: pointer;
|
|
23598
23573
|
-webkit-user-select: none;
|
|
23599
23574
|
-moz-user-select: none;
|
|
23600
|
-
-ms-user-select: none;
|
|
23601
23575
|
user-select: none;
|
|
23602
23576
|
}
|
|
23603
23577
|
.acud-timeline-item-content-link {
|
|
@@ -24185,7 +24159,8 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24185
24159
|
.acud-transfer-datasource-label {
|
|
24186
24160
|
color: #151B26;
|
|
24187
24161
|
font-size: 12px;
|
|
24188
|
-
font-weight:
|
|
24162
|
+
font-weight: 400;
|
|
24163
|
+
word-break: break-all;
|
|
24189
24164
|
}
|
|
24190
24165
|
.acud-transfer-datasource-body {
|
|
24191
24166
|
overflow: hidden;
|
|
@@ -24800,7 +24775,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24800
24775
|
white-space: nowrap;
|
|
24801
24776
|
-webkit-user-select: none;
|
|
24802
24777
|
-moz-user-select: none;
|
|
24803
|
-
-ms-user-select: none;
|
|
24804
24778
|
user-select: none;
|
|
24805
24779
|
}
|
|
24806
24780
|
.acud-select-tree-indent-unit {
|
|
@@ -24818,7 +24792,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24818
24792
|
cursor: pointer;
|
|
24819
24793
|
-webkit-user-select: none;
|
|
24820
24794
|
-moz-user-select: none;
|
|
24821
|
-
-ms-user-select: none;
|
|
24822
24795
|
user-select: none;
|
|
24823
24796
|
}
|
|
24824
24797
|
.acud-select-tree-switcher .acud-tree-switcher-icon,
|
|
@@ -24960,7 +24933,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24960
24933
|
line-height: 24px;
|
|
24961
24934
|
-webkit-user-select: none;
|
|
24962
24935
|
-moz-user-select: none;
|
|
24963
|
-
-ms-user-select: none;
|
|
24964
24936
|
user-select: none;
|
|
24965
24937
|
}
|
|
24966
24938
|
.acud-select-tree-node-content-wrapper .acud-tree-drop-indicator {
|