acud 1.0.6 → 1.0.7
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/dist/acud.css +31 -2
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +215 -696
- 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 +6 -8
- package/dist/acud.min.js.map +1 -1
- package/es/card/style/index.css +1 -0
- package/es/date-picker/src/PickerPanel.js +1 -0
- package/es/date-picker/src/RangePicker.js +1 -0
- package/es/dialog-box/style/index.css +1 -0
- package/es/form/style/index.css +2 -1
- package/es/input-number/src/hooks/useFrame.d.ts +1 -1
- package/es/input-number/style/index.css +7 -0
- package/es/modal/style/index.css +1 -0
- package/es/pagination/style/index.css +2 -0
- package/es/popover/style/index.css +1 -0
- package/es/rate/style/index.css +1 -0
- package/es/select/style/index.css +2 -0
- package/es/slider/style/index.css +1 -0
- package/es/switch/style/index.css +1 -0
- package/es/tabs/style/index.css +1 -0
- package/es/tag/style/index.css +1 -0
- package/es/timeline/style/index.css +2 -0
- package/es/toast/style/index.less +1 -1
- package/es/tree/style/index.css +3 -0
- package/es/tree-select/style/index.css +3 -0
- package/es/virtual-list/List.js +7 -0
- package/lib/card/style/index.css +1 -0
- package/lib/date-picker/src/PickerPanel.js +1 -0
- package/lib/date-picker/src/RangePicker.js +1 -0
- package/lib/dialog-box/style/index.css +1 -0
- package/lib/form/style/index.css +2 -1
- package/lib/input-number/src/hooks/useFrame.d.ts +1 -1
- package/lib/input-number/style/index.css +7 -0
- package/lib/modal/style/index.css +1 -0
- package/lib/pagination/style/index.css +2 -0
- package/lib/popover/style/index.css +1 -0
- package/lib/rate/style/index.css +1 -0
- package/lib/select/style/index.css +2 -0
- package/lib/slider/style/index.css +1 -0
- package/lib/switch/style/index.css +1 -0
- package/lib/tabs/style/index.css +1 -0
- package/lib/tag/style/index.css +1 -0
- package/lib/timeline/style/index.css +2 -0
- package/lib/toast/style/index.less +1 -1
- package/lib/tree/style/index.css +3 -0
- package/lib/tree-select/style/index.css +3 -0
- package/lib/virtual-list/List.js +7 -0
- package/package.json +1 -1
- package/CHANGELOG.md +0 -279
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v1.0.
|
|
1
|
+
/*! acud v1.0.7 */
|
|
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:
|
|
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;
|
|
@@ -17197,6 +17211,7 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17197
17211
|
cursor: pointer;
|
|
17198
17212
|
-webkit-user-select: none;
|
|
17199
17213
|
-moz-user-select: none;
|
|
17214
|
+
-ms-user-select: none;
|
|
17200
17215
|
user-select: none;
|
|
17201
17216
|
}
|
|
17202
17217
|
.acud-pagination-prev.acud-pagination-disabled button,
|
|
@@ -17761,6 +17776,7 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17761
17776
|
position: relative;
|
|
17762
17777
|
-webkit-user-select: none;
|
|
17763
17778
|
-moz-user-select: none;
|
|
17779
|
+
-ms-user-select: none;
|
|
17764
17780
|
user-select: none;
|
|
17765
17781
|
color: #151B26;
|
|
17766
17782
|
}
|
|
@@ -17913,6 +17929,7 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
17913
17929
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
17914
17930
|
-webkit-user-select: none;
|
|
17915
17931
|
-moz-user-select: none;
|
|
17932
|
+
-ms-user-select: none;
|
|
17916
17933
|
user-select: none;
|
|
17917
17934
|
-webkit-margin-end: 5px;
|
|
17918
17935
|
margin-inline-end: 5px;
|
|
@@ -18503,6 +18520,7 @@ li.acud-dropdown-menu-submenu-active:hover,
|
|
|
18503
18520
|
cursor: auto;
|
|
18504
18521
|
-webkit-user-select: text;
|
|
18505
18522
|
-moz-user-select: text;
|
|
18523
|
+
-ms-user-select: text;
|
|
18506
18524
|
user-select: text;
|
|
18507
18525
|
}
|
|
18508
18526
|
.acud-popover::after {
|
|
@@ -19252,6 +19270,7 @@ span.acud-radio-button {
|
|
|
19252
19270
|
margin-bottom: 4px;
|
|
19253
19271
|
-webkit-user-select: none;
|
|
19254
19272
|
-moz-user-select: none;
|
|
19273
|
+
-ms-user-select: none;
|
|
19255
19274
|
user-select: none;
|
|
19256
19275
|
transition: all 0.3s;
|
|
19257
19276
|
cursor: pointer;
|
|
@@ -19706,6 +19725,7 @@ span.acud-radio-button {
|
|
|
19706
19725
|
cursor: pointer;
|
|
19707
19726
|
-webkit-user-select: none;
|
|
19708
19727
|
-moz-user-select: none;
|
|
19728
|
+
-ms-user-select: none;
|
|
19709
19729
|
user-select: none;
|
|
19710
19730
|
}
|
|
19711
19731
|
.acud-slider-mark-text:first-child {
|
|
@@ -20841,6 +20861,7 @@ span.acud-radio-button {
|
|
|
20841
20861
|
vertical-align: middle;
|
|
20842
20862
|
-webkit-user-select: text;
|
|
20843
20863
|
-moz-user-select: text;
|
|
20864
|
+
-ms-user-select: text;
|
|
20844
20865
|
user-select: text;
|
|
20845
20866
|
pointer-events: none;
|
|
20846
20867
|
}
|
|
@@ -22276,6 +22297,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22276
22297
|
white-space: nowrap;
|
|
22277
22298
|
-webkit-user-select: none;
|
|
22278
22299
|
-moz-user-select: none;
|
|
22300
|
+
-ms-user-select: none;
|
|
22279
22301
|
user-select: none;
|
|
22280
22302
|
}
|
|
22281
22303
|
.acud-tree-indent-unit {
|
|
@@ -22293,6 +22315,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22293
22315
|
cursor: pointer;
|
|
22294
22316
|
-webkit-user-select: none;
|
|
22295
22317
|
-moz-user-select: none;
|
|
22318
|
+
-ms-user-select: none;
|
|
22296
22319
|
user-select: none;
|
|
22297
22320
|
}
|
|
22298
22321
|
.acud-tree-switcher .acud-tree-switcher-icon,
|
|
@@ -22434,6 +22457,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
22434
22457
|
line-height: 24px;
|
|
22435
22458
|
-webkit-user-select: none;
|
|
22436
22459
|
-moz-user-select: none;
|
|
22460
|
+
-ms-user-select: none;
|
|
22437
22461
|
user-select: none;
|
|
22438
22462
|
}
|
|
22439
22463
|
.acud-tree-node-content-wrapper .acud-tree-drop-indicator {
|
|
@@ -23160,6 +23184,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23160
23184
|
cursor: pointer;
|
|
23161
23185
|
-webkit-user-select: none;
|
|
23162
23186
|
-moz-user-select: none;
|
|
23187
|
+
-ms-user-select: none;
|
|
23163
23188
|
user-select: none;
|
|
23164
23189
|
}
|
|
23165
23190
|
.common-content-link {
|
|
@@ -23572,6 +23597,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23572
23597
|
cursor: pointer;
|
|
23573
23598
|
-webkit-user-select: none;
|
|
23574
23599
|
-moz-user-select: none;
|
|
23600
|
+
-ms-user-select: none;
|
|
23575
23601
|
user-select: none;
|
|
23576
23602
|
}
|
|
23577
23603
|
.acud-timeline-item-content-link {
|
|
@@ -24774,6 +24800,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24774
24800
|
white-space: nowrap;
|
|
24775
24801
|
-webkit-user-select: none;
|
|
24776
24802
|
-moz-user-select: none;
|
|
24803
|
+
-ms-user-select: none;
|
|
24777
24804
|
user-select: none;
|
|
24778
24805
|
}
|
|
24779
24806
|
.acud-select-tree-indent-unit {
|
|
@@ -24791,6 +24818,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24791
24818
|
cursor: pointer;
|
|
24792
24819
|
-webkit-user-select: none;
|
|
24793
24820
|
-moz-user-select: none;
|
|
24821
|
+
-ms-user-select: none;
|
|
24794
24822
|
user-select: none;
|
|
24795
24823
|
}
|
|
24796
24824
|
.acud-select-tree-switcher .acud-tree-switcher-icon,
|
|
@@ -24932,6 +24960,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24932
24960
|
line-height: 24px;
|
|
24933
24961
|
-webkit-user-select: none;
|
|
24934
24962
|
-moz-user-select: none;
|
|
24963
|
+
-ms-user-select: none;
|
|
24935
24964
|
user-select: none;
|
|
24936
24965
|
}
|
|
24937
24966
|
.acud-select-tree-node-content-wrapper .acud-tree-drop-indicator {
|