acud 0.0.61 → 0.0.64
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 +139 -14
- package/dist/acud.css.map +1 -1
- package/dist/acud.js +37 -25
- 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 +2 -2
- package/dist/acud.min.js.map +1 -1
- package/es/alert/style/index.css +1 -1
- package/es/alert/style/index.less +150 -147
- package/es/alert/style/rtl.less +27 -27
- package/es/card/Card.js +4 -3
- package/es/card/style/index.css +88 -0
- package/es/card/style/index.less +8 -0
- package/es/date-picker/src/Picker.js +1 -1
- package/es/date-picker/src/RangePicker.js +1 -1
- package/es/date-picker/style/index.css +43 -11
- package/es/date-picker/style/index.less +13 -2
- package/es/date-picker/style/panel.less +32 -10
- package/es/dropdown/dropdown-button.js +8 -3
- package/es/dropdown/style/index.css +4 -0
- package/es/dropdown/style/index.less +4 -0
- package/es/menu/globalSilderBar.d.ts +1 -0
- package/es/menu/globalSilderBar.js +4 -5
- package/es/style/themes/default/components/card.less +3 -0
- package/es/style/themes/default/components/datePicker.less +1 -1
- package/es/tooltip/index.d.ts +0 -1
- package/es/tooltip/index.js +3 -8
- package/es/transfer/style/index.css +2 -1
- package/es/transfer/style/index.less +2 -1
- package/lib/alert/style/index.css +1 -1
- package/lib/alert/style/index.less +150 -147
- package/lib/alert/style/rtl.less +27 -27
- package/lib/card/Card.js +4 -3
- package/lib/card/style/index.css +88 -0
- package/lib/card/style/index.less +8 -0
- package/lib/date-picker/src/Picker.js +1 -1
- package/lib/date-picker/src/RangePicker.js +1 -1
- package/lib/date-picker/style/index.css +43 -11
- package/lib/date-picker/style/index.less +13 -2
- package/lib/date-picker/style/panel.less +32 -10
- package/lib/dropdown/dropdown-button.js +8 -3
- package/lib/dropdown/style/index.css +4 -0
- package/lib/dropdown/style/index.less +4 -0
- package/lib/menu/globalSilderBar.d.ts +1 -0
- package/lib/menu/globalSilderBar.js +4 -5
- package/lib/style/themes/default/components/card.less +3 -0
- package/lib/style/themes/default/components/datePicker.less +1 -1
- package/lib/tooltip/index.d.ts +0 -1
- package/lib/tooltip/index.js +3 -8
- package/lib/transfer/style/index.css +2 -1
- package/lib/transfer/style/index.less +2 -1
- package/package.json +1 -1
package/dist/acud.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! acud v0.0.
|
|
1
|
+
/*! acud v0.0.64 */
|
|
2
2
|
/* color */
|
|
3
3
|
/* 默认颜色 */
|
|
4
4
|
/* 通用-icon */
|
|
@@ -1114,7 +1114,7 @@ a {
|
|
|
1114
1114
|
min-width: 0;
|
|
1115
1115
|
}
|
|
1116
1116
|
.acud-alert-icon {
|
|
1117
|
-
margin:
|
|
1117
|
+
margin: 4px 8px 0 0;
|
|
1118
1118
|
font-size: 18px;
|
|
1119
1119
|
height: 18px;
|
|
1120
1120
|
line-height: 18px;
|
|
@@ -2628,6 +2628,94 @@ a {
|
|
|
2628
2628
|
margin-right: auto;
|
|
2629
2629
|
margin-left: 0;
|
|
2630
2630
|
}
|
|
2631
|
+
.acud-card-head-extra-with-tabs {
|
|
2632
|
+
color: #151B26;
|
|
2633
|
+
background-color: transparent;
|
|
2634
|
+
border-color: transparent;
|
|
2635
|
+
}
|
|
2636
|
+
.acud-card-head-extra-with-tabs:hover {
|
|
2637
|
+
color: #2468F2;
|
|
2638
|
+
}
|
|
2639
|
+
.acud-card-head-extra-with-tabs:focus,
|
|
2640
|
+
.acud-card-head-extra-with-tabs:active {
|
|
2641
|
+
color: #144BCC;
|
|
2642
|
+
}
|
|
2643
|
+
.acud-card-head-extra-with-tabs[disabled],
|
|
2644
|
+
.acud-card-head-extra-with-tabs[disabled]:hover,
|
|
2645
|
+
.acud-card-head-extra-with-tabs[disabled]:focus,
|
|
2646
|
+
.acud-card-head-extra-with-tabs[disabled]:active {
|
|
2647
|
+
color: #B8BABF;
|
|
2648
|
+
}
|
|
2649
|
+
.acud-card-head-extra-with-tabs:hover {
|
|
2650
|
+
background-color: transparent;
|
|
2651
|
+
}
|
|
2652
|
+
.acud-card-head-extra-with-tabs:focus,
|
|
2653
|
+
.acud-card-head-extra-with-tabs:active {
|
|
2654
|
+
background-color: transparent;
|
|
2655
|
+
}
|
|
2656
|
+
.acud-card-head-extra-with-tabs[disabled],
|
|
2657
|
+
.acud-card-head-extra-with-tabs[disabled]:hover,
|
|
2658
|
+
.acud-card-head-extra-with-tabs[disabled]:focus,
|
|
2659
|
+
.acud-card-head-extra-with-tabs[disabled]:active {
|
|
2660
|
+
background-color: transparent;
|
|
2661
|
+
}
|
|
2662
|
+
.acud-card-head-extra-with-tabs:hover {
|
|
2663
|
+
border-color: transparent;
|
|
2664
|
+
}
|
|
2665
|
+
.acud-card-head-extra-with-tabs:focus,
|
|
2666
|
+
.acud-card-head-extra-with-tabs:active {
|
|
2667
|
+
border-color: transparent;
|
|
2668
|
+
}
|
|
2669
|
+
.acud-card-head-extra-with-tabs[disabled],
|
|
2670
|
+
.acud-card-head-extra-with-tabs[disabled]:hover,
|
|
2671
|
+
.acud-card-head-extra-with-tabs[disabled]:focus,
|
|
2672
|
+
.acud-card-head-extra-with-tabs[disabled]:active {
|
|
2673
|
+
border-color: transparent;
|
|
2674
|
+
}
|
|
2675
|
+
.acud-card-head-extra-with-tabs a {
|
|
2676
|
+
color: #151B26;
|
|
2677
|
+
background-color: transparent;
|
|
2678
|
+
border-color: transparent;
|
|
2679
|
+
}
|
|
2680
|
+
.acud-card-head-extra-with-tabs a:hover {
|
|
2681
|
+
color: #2468F2;
|
|
2682
|
+
}
|
|
2683
|
+
.acud-card-head-extra-with-tabs a:focus,
|
|
2684
|
+
.acud-card-head-extra-with-tabs a:active {
|
|
2685
|
+
color: #144BCC;
|
|
2686
|
+
}
|
|
2687
|
+
.acud-card-head-extra-with-tabs a[disabled],
|
|
2688
|
+
.acud-card-head-extra-with-tabs a[disabled]:hover,
|
|
2689
|
+
.acud-card-head-extra-with-tabs a[disabled]:focus,
|
|
2690
|
+
.acud-card-head-extra-with-tabs a[disabled]:active {
|
|
2691
|
+
color: #B8BABF;
|
|
2692
|
+
}
|
|
2693
|
+
.acud-card-head-extra-with-tabs a:hover {
|
|
2694
|
+
background-color: transparent;
|
|
2695
|
+
}
|
|
2696
|
+
.acud-card-head-extra-with-tabs a:focus,
|
|
2697
|
+
.acud-card-head-extra-with-tabs a:active {
|
|
2698
|
+
background-color: transparent;
|
|
2699
|
+
}
|
|
2700
|
+
.acud-card-head-extra-with-tabs a[disabled],
|
|
2701
|
+
.acud-card-head-extra-with-tabs a[disabled]:hover,
|
|
2702
|
+
.acud-card-head-extra-with-tabs a[disabled]:focus,
|
|
2703
|
+
.acud-card-head-extra-with-tabs a[disabled]:active {
|
|
2704
|
+
background-color: transparent;
|
|
2705
|
+
}
|
|
2706
|
+
.acud-card-head-extra-with-tabs a:hover {
|
|
2707
|
+
border-color: transparent;
|
|
2708
|
+
}
|
|
2709
|
+
.acud-card-head-extra-with-tabs a:focus,
|
|
2710
|
+
.acud-card-head-extra-with-tabs a:active {
|
|
2711
|
+
border-color: transparent;
|
|
2712
|
+
}
|
|
2713
|
+
.acud-card-head-extra-with-tabs a[disabled],
|
|
2714
|
+
.acud-card-head-extra-with-tabs a[disabled]:hover,
|
|
2715
|
+
.acud-card-head-extra-with-tabs a[disabled]:focus,
|
|
2716
|
+
.acud-card-head-extra-with-tabs a[disabled]:active {
|
|
2717
|
+
border-color: transparent;
|
|
2718
|
+
}
|
|
2631
2719
|
.acud-card-footer {
|
|
2632
2720
|
height: 24px;
|
|
2633
2721
|
line-height: 24px;
|
|
@@ -11657,7 +11745,7 @@ a {
|
|
|
11657
11745
|
.acud-picker-input:hover .acud-picker-clear {
|
|
11658
11746
|
opacity: 1;
|
|
11659
11747
|
}
|
|
11660
|
-
.acud-picker-input-has-value:not(.acud-picker-clear-disabled):hover .acud-picker-suffix {
|
|
11748
|
+
.acud-picker-input-has-value:not(.acud-picker-clear-disabled):hover .acud-picker-clear + .acud-picker-suffix {
|
|
11661
11749
|
opacity: 0;
|
|
11662
11750
|
}
|
|
11663
11751
|
.acud-picker-suffix {
|
|
@@ -11746,7 +11834,7 @@ a {
|
|
|
11746
11834
|
padding: 0 12px;
|
|
11747
11835
|
line-height: 1;
|
|
11748
11836
|
}
|
|
11749
|
-
.acud-picker-range-has-value:not(.acud-picker-clear-disabled):hover .acud-picker-suffix {
|
|
11837
|
+
.acud-picker-range-has-value:not(.acud-picker-clear-disabled):hover .acud-picker-clear + .acud-picker-suffix {
|
|
11750
11838
|
opacity: 0;
|
|
11751
11839
|
}
|
|
11752
11840
|
.acud-picker-dropdown {
|
|
@@ -11814,6 +11902,28 @@ a {
|
|
|
11814
11902
|
.acud-picker-ranges .acud-picker-preset > .acud-tag-blue {
|
|
11815
11903
|
cursor: pointer;
|
|
11816
11904
|
}
|
|
11905
|
+
.acud-picker-ranges .acud-picker-now {
|
|
11906
|
+
font-size: 12px;
|
|
11907
|
+
float: left;
|
|
11908
|
+
cursor: pointer;
|
|
11909
|
+
margin-top: 10px;
|
|
11910
|
+
}
|
|
11911
|
+
.acud-picker-ranges .acud-picker-now a {
|
|
11912
|
+
color: #2468F2;
|
|
11913
|
+
}
|
|
11914
|
+
.acud-picker-ranges .acud-picker-now a:hover {
|
|
11915
|
+
color: #528EFF;
|
|
11916
|
+
}
|
|
11917
|
+
.acud-picker-ranges .acud-picker-now a:focus,
|
|
11918
|
+
.acud-picker-ranges .acud-picker-now a:active {
|
|
11919
|
+
color: #144BCC;
|
|
11920
|
+
}
|
|
11921
|
+
.acud-picker-ranges .acud-picker-now a[disabled],
|
|
11922
|
+
.acud-picker-ranges .acud-picker-now a[disabled]:hover,
|
|
11923
|
+
.acud-picker-ranges .acud-picker-now a[disabled]:focus,
|
|
11924
|
+
.acud-picker-ranges .acud-picker-now a[disabled]:active {
|
|
11925
|
+
color: #B8BABF;
|
|
11926
|
+
}
|
|
11817
11927
|
.acud-picker-ranges .acud-picker-ok {
|
|
11818
11928
|
float: right;
|
|
11819
11929
|
margin-left: 12px;
|
|
@@ -11897,12 +12007,16 @@ a {
|
|
|
11897
12007
|
left: -12px;
|
|
11898
12008
|
background: #E6F0FF;
|
|
11899
12009
|
}
|
|
11900
|
-
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:hover
|
|
11901
|
-
|
|
12010
|
+
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-end:hover,
|
|
12011
|
+
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-start:hover {
|
|
12012
|
+
background-color: #D4E5FF;
|
|
11902
12013
|
}
|
|
11903
|
-
.acud-picker-month-panel .acud-picker-cell-range-hover-
|
|
11904
|
-
|
|
11905
|
-
|
|
12014
|
+
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:hover,
|
|
12015
|
+
.acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:hover {
|
|
12016
|
+
background: #E6F0FF;
|
|
12017
|
+
}
|
|
12018
|
+
.acud-picker-month-panel .acud-picker-cell-disabled:not(:first-child)::before {
|
|
12019
|
+
left: -12px;
|
|
11906
12020
|
}
|
|
11907
12021
|
.acud-picker-header {
|
|
11908
12022
|
display: flex;
|
|
@@ -12150,7 +12264,7 @@ a {
|
|
|
12150
12264
|
}
|
|
12151
12265
|
.acud-picker-cell:hover:not(.acud-picker-cell-in-view) .acud-picker-cell-inner,
|
|
12152
12266
|
.acud-picker-cell:hover:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-range-end):not(.acud-picker-cell-range-hover-start):not(.acud-picker-cell-range-hover-end) .acud-picker-cell-inner {
|
|
12153
|
-
background: #
|
|
12267
|
+
background: #F7F7F9;
|
|
12154
12268
|
border-radius: 2px;
|
|
12155
12269
|
}
|
|
12156
12270
|
.acud-picker-cell-in-view.acud-picker-cell-today .acud-picker-cell-inner::before {
|
|
@@ -12240,7 +12354,7 @@ a {
|
|
|
12240
12354
|
top: 0;
|
|
12241
12355
|
bottom: 0;
|
|
12242
12356
|
z-index: -1;
|
|
12243
|
-
background: #
|
|
12357
|
+
background: #D4E5FF;
|
|
12244
12358
|
content: '';
|
|
12245
12359
|
border-radius: 2px;
|
|
12246
12360
|
}
|
|
@@ -12287,7 +12401,7 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12287
12401
|
}
|
|
12288
12402
|
.acud-picker-cell-disabled:not(:first-child)::before {
|
|
12289
12403
|
width: 12px;
|
|
12290
|
-
left: -
|
|
12404
|
+
left: -10px;
|
|
12291
12405
|
background: #F7F7F9;
|
|
12292
12406
|
}
|
|
12293
12407
|
.acud-picker-cell-disabled.acud-picker-cell-today .acud-picker-cell-inner::before {
|
|
@@ -12303,7 +12417,6 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12303
12417
|
height: 56px;
|
|
12304
12418
|
}
|
|
12305
12419
|
.acud-picker-date-panel .acud-picker-content td:hover {
|
|
12306
|
-
background-color: #E6F0FF;
|
|
12307
12420
|
border-radius: 2px;
|
|
12308
12421
|
}
|
|
12309
12422
|
.acud-picker-date-panel tr .acud-picker-cell:first-child::before {
|
|
@@ -12324,6 +12437,10 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12324
12437
|
justify-content: space-between;
|
|
12325
12438
|
width: 216px;
|
|
12326
12439
|
}
|
|
12440
|
+
.acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:hover,
|
|
12441
|
+
.acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:hover {
|
|
12442
|
+
background-color: #E6F0FF;
|
|
12443
|
+
}
|
|
12327
12444
|
.acud-picker-footer {
|
|
12328
12445
|
width: -webkit-min-content;
|
|
12329
12446
|
width: -moz-min-content;
|
|
@@ -12399,6 +12516,9 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
|
|
|
12399
12516
|
.acud-picker-panels .acud-picker-month-panel {
|
|
12400
12517
|
width: 186px;
|
|
12401
12518
|
}
|
|
12519
|
+
.acud-picker-panels .acud-picker-date-panel {
|
|
12520
|
+
width: 234px;
|
|
12521
|
+
}
|
|
12402
12522
|
.acud-picker-week-panel .acud-picker-body {
|
|
12403
12523
|
padding: 12px 8px;
|
|
12404
12524
|
}
|
|
@@ -13585,6 +13705,10 @@ li.acud-dropdown-menu-submenu-disabled:active,
|
|
|
13585
13705
|
.acud-dropdown-menu-item-disabled:active {
|
|
13586
13706
|
border-color: transparent;
|
|
13587
13707
|
}
|
|
13708
|
+
li.acud-dropdown-menu-submenu-active:hover,
|
|
13709
|
+
.acud-dropdown-menu-item-active:hover {
|
|
13710
|
+
background-color: #E6F0FF;
|
|
13711
|
+
}
|
|
13588
13712
|
.acud-dropdown-menu-submenu-title,
|
|
13589
13713
|
.acud-dropdown-menu-item {
|
|
13590
13714
|
padding-left: 12px;
|
|
@@ -23755,6 +23879,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23755
23879
|
border: 1px solid #E8E9EB;
|
|
23756
23880
|
border-radius: 4px;
|
|
23757
23881
|
background-color: #F7F7F9;
|
|
23882
|
+
overflow: hidden;
|
|
23758
23883
|
}
|
|
23759
23884
|
.acud-transfer-datasource-header {
|
|
23760
23885
|
display: flex;
|
|
@@ -23896,6 +24021,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
23896
24021
|
border-radius: 4px;
|
|
23897
24022
|
background-color: #F7F7F9;
|
|
23898
24023
|
margin-left: 16px;
|
|
24024
|
+
overflow: hidden;
|
|
23899
24025
|
}
|
|
23900
24026
|
.acud-transfer-target-header {
|
|
23901
24027
|
display: flex;
|
|
@@ -24011,7 +24137,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
|
|
|
24011
24137
|
.acud-transfer-target-item-cancel.acuicon-outlined-close {
|
|
24012
24138
|
display: flex;
|
|
24013
24139
|
cursor: pointer;
|
|
24014
|
-
font-size: 22px;
|
|
24015
24140
|
color: #84868C;
|
|
24016
24141
|
}
|
|
24017
24142
|
.acud-transfer-target-item-cancel.acuicon-outlined-close:hover {
|