@douyinfe/semi-ui 2.24.4-alpha.0 → 2.25.0
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/css/semi.css +83 -15
- package/dist/css/semi.min.css +1 -1
- package/dist/umd/semi-ui.js +312 -245
- package/dist/umd/semi-ui.js.map +1 -1
- package/dist/umd/semi-ui.min.js +1 -1
- package/dist/umd/semi-ui.min.js.map +1 -1
- package/lib/cjs/anchor/index.d.ts +1 -1
- package/lib/cjs/autoComplete/index.d.ts +3 -1
- package/lib/cjs/autoComplete/index.js +5 -2
- package/lib/cjs/carousel/CarouselIndicator.d.ts +1 -1
- package/lib/cjs/carousel/index.d.ts +2 -2
- package/lib/cjs/cascader/index.d.ts +4 -0
- package/lib/cjs/cascader/index.js +9 -2
- package/lib/cjs/datePicker/dateInput.js +3 -2
- package/lib/cjs/datePicker/datePicker.d.ts +7 -2
- package/lib/cjs/datePicker/datePicker.js +7 -1
- package/lib/cjs/datePicker/monthsGrid.d.ts +1 -1
- package/lib/cjs/datePicker/quickControl.d.ts +1 -1
- package/lib/cjs/datePicker/yearAndMonth.d.ts +1 -1
- package/lib/cjs/dropdown/index.d.ts +12 -11
- package/lib/cjs/dropdown/index.js +15 -12
- package/lib/cjs/form/baseForm.d.ts +11 -4
- package/lib/cjs/form/field.d.ts +11 -4
- package/lib/cjs/image/image.js +25 -5
- package/lib/cjs/input/index.d.ts +2 -0
- package/lib/cjs/input/index.js +7 -2
- package/lib/cjs/inputNumber/index.d.ts +2 -0
- package/lib/cjs/inputNumber/index.js +1 -0
- package/lib/cjs/popover/index.d.ts +5 -3
- package/lib/cjs/popover/index.js +1 -0
- package/lib/cjs/radio/radio.d.ts +1 -1
- package/lib/cjs/radio/radioGroup.d.ts +1 -1
- package/lib/cjs/select/index.d.ts +5 -1
- package/lib/cjs/select/index.js +9 -3
- package/lib/cjs/table/Body/index.js +2 -2
- package/lib/cjs/table/Table.d.ts +1 -1
- package/lib/cjs/tag/index.js +1 -1
- package/lib/cjs/tagInput/index.d.ts +2 -0
- package/lib/cjs/tagInput/index.js +11 -7
- package/lib/cjs/timePicker/TimePicker.d.ts +11 -6
- package/lib/cjs/timePicker/TimePicker.js +7 -3
- package/lib/cjs/timePicker/index.d.ts +2 -0
- package/lib/cjs/tooltip/index.d.ts +1 -1
- package/lib/cjs/treeSelect/index.d.ts +5 -0
- package/lib/cjs/treeSelect/index.js +11 -3
- package/lib/cjs/typography/numeral.d.ts +1 -1
- package/lib/cjs/typography/title.d.ts +1 -1
- package/lib/es/anchor/index.d.ts +1 -1
- package/lib/es/autoComplete/index.d.ts +3 -1
- package/lib/es/autoComplete/index.js +5 -2
- package/lib/es/carousel/CarouselIndicator.d.ts +1 -1
- package/lib/es/carousel/index.d.ts +2 -2
- package/lib/es/cascader/index.d.ts +4 -0
- package/lib/es/cascader/index.js +9 -2
- package/lib/es/datePicker/dateInput.js +3 -2
- package/lib/es/datePicker/datePicker.d.ts +7 -2
- package/lib/es/datePicker/datePicker.js +7 -1
- package/lib/es/datePicker/monthsGrid.d.ts +1 -1
- package/lib/es/datePicker/quickControl.d.ts +1 -1
- package/lib/es/datePicker/yearAndMonth.d.ts +1 -1
- package/lib/es/dropdown/index.d.ts +12 -11
- package/lib/es/dropdown/index.js +15 -12
- package/lib/es/form/baseForm.d.ts +11 -4
- package/lib/es/form/field.d.ts +11 -4
- package/lib/es/image/image.js +25 -5
- package/lib/es/input/index.d.ts +2 -0
- package/lib/es/input/index.js +7 -2
- package/lib/es/inputNumber/index.d.ts +2 -0
- package/lib/es/inputNumber/index.js +1 -0
- package/lib/es/popover/index.d.ts +5 -3
- package/lib/es/popover/index.js +1 -0
- package/lib/es/radio/radio.d.ts +1 -1
- package/lib/es/radio/radioGroup.d.ts +1 -1
- package/lib/es/select/index.d.ts +5 -1
- package/lib/es/select/index.js +9 -3
- package/lib/es/table/Body/index.js +3 -3
- package/lib/es/table/Table.d.ts +1 -1
- package/lib/es/tag/index.js +1 -1
- package/lib/es/tagInput/index.d.ts +2 -0
- package/lib/es/tagInput/index.js +11 -7
- package/lib/es/timePicker/TimePicker.d.ts +11 -6
- package/lib/es/timePicker/TimePicker.js +7 -3
- package/lib/es/timePicker/index.d.ts +2 -0
- package/lib/es/tooltip/index.d.ts +1 -1
- package/lib/es/treeSelect/index.d.ts +5 -0
- package/lib/es/treeSelect/index.js +11 -3
- package/lib/es/typography/numeral.d.ts +1 -1
- package/lib/es/typography/title.d.ts +1 -1
- package/package.json +8 -8
package/dist/css/semi.css
CHANGED
|
@@ -2739,16 +2739,20 @@ body {
|
|
|
2739
2739
|
.semi-carousel-content-slide .semi-carousel-content-item-slide-out {
|
|
2740
2740
|
display: block;
|
|
2741
2741
|
animation: semi-carousel-content-item-keyframe-slide-out;
|
|
2742
|
+
animation-fill-mode: forwards;
|
|
2742
2743
|
}
|
|
2743
2744
|
.semi-carousel-content-slide .semi-carousel-content-item-slide-in {
|
|
2744
2745
|
display: block;
|
|
2745
2746
|
animation: semi-carousel-content-item-keyframe-slide-in;
|
|
2747
|
+
animation-fill-mode: forwards;
|
|
2746
2748
|
}
|
|
2747
2749
|
.semi-carousel-content-reverse .semi-carousel-content-item-slide-out {
|
|
2748
2750
|
animation: semi-carousel-content-item-keyframe-slide-out-reverse;
|
|
2751
|
+
animation-fill-mode: forwards;
|
|
2749
2752
|
}
|
|
2750
2753
|
.semi-carousel-content-reverse .semi-carousel-content-item-slide-in {
|
|
2751
2754
|
animation: semi-carousel-content-item-keyframe-slide-in-reverse;
|
|
2755
|
+
animation-fill-mode: forwards;
|
|
2752
2756
|
}
|
|
2753
2757
|
.semi-carousel-indicator {
|
|
2754
2758
|
display: flex;
|
|
@@ -11842,26 +11846,31 @@ img[src=""], img:not([src]) {
|
|
|
11842
11846
|
flex-wrap: wrap;
|
|
11843
11847
|
}
|
|
11844
11848
|
.semi-input-group .semi-select,
|
|
11849
|
+
.semi-input-group .semi-tagInput,
|
|
11845
11850
|
.semi-input-group .semi-cascader,
|
|
11846
11851
|
.semi-input-group .semi-tree-select, .semi-input-group > .semi-input-wrapper {
|
|
11847
11852
|
border-radius: 0;
|
|
11848
11853
|
}
|
|
11849
11854
|
.semi-input-group .semi-select:first-child,
|
|
11855
|
+
.semi-input-group .semi-tagInput:first-child,
|
|
11850
11856
|
.semi-input-group .semi-cascader:first-child,
|
|
11851
11857
|
.semi-input-group .semi-tree-select:first-child, .semi-input-group > .semi-input-wrapper:first-child {
|
|
11852
11858
|
border-radius: var(--semi-border-radius-small) 0 0 var(--semi-border-radius-small);
|
|
11853
11859
|
}
|
|
11854
11860
|
.semi-input-group .semi-select:last-child,
|
|
11861
|
+
.semi-input-group .semi-tagInput:last-child,
|
|
11855
11862
|
.semi-input-group .semi-cascader:last-child,
|
|
11856
11863
|
.semi-input-group .semi-tree-select:last-child, .semi-input-group > .semi-input-wrapper:last-child {
|
|
11857
11864
|
border-radius: 0 var(--semi-border-radius-small) var(--semi-border-radius-small) 0;
|
|
11858
11865
|
}
|
|
11859
11866
|
.semi-input-group .semi-select:not(:last-child),
|
|
11867
|
+
.semi-input-group .semi-tagInput:not(:last-child),
|
|
11860
11868
|
.semi-input-group .semi-cascader:not(:last-child),
|
|
11861
11869
|
.semi-input-group .semi-tree-select:not(:last-child), .semi-input-group > .semi-input-wrapper:not(:last-child) {
|
|
11862
11870
|
position: relative;
|
|
11863
11871
|
}
|
|
11864
11872
|
.semi-input-group .semi-select:not(:last-child)::after,
|
|
11873
|
+
.semi-input-group .semi-tagInput:not(:last-child)::after,
|
|
11865
11874
|
.semi-input-group .semi-cascader:not(:last-child)::after,
|
|
11866
11875
|
.semi-input-group .semi-tree-select:not(:last-child)::after, .semi-input-group > .semi-input-wrapper:not(:last-child)::after {
|
|
11867
11876
|
content: "";
|
|
@@ -11874,11 +11883,13 @@ img[src=""], img:not([src]) {
|
|
|
11874
11883
|
}
|
|
11875
11884
|
.semi-input-group .semi-input-number,
|
|
11876
11885
|
.semi-input-group .semi-datepicker,
|
|
11886
|
+
.semi-input-group .semi-timepicker,
|
|
11877
11887
|
.semi-input-group .semi-autocomplete {
|
|
11878
11888
|
border-radius: 0;
|
|
11879
11889
|
}
|
|
11880
11890
|
.semi-input-group .semi-input-number .semi-datepicker-range-input,
|
|
11881
11891
|
.semi-input-group .semi-datepicker .semi-datepicker-range-input,
|
|
11892
|
+
.semi-input-group .semi-timepicker .semi-datepicker-range-input,
|
|
11882
11893
|
.semi-input-group .semi-autocomplete .semi-datepicker-range-input {
|
|
11883
11894
|
border-radius: 0;
|
|
11884
11895
|
}
|
|
@@ -11886,6 +11897,8 @@ img[src=""], img:not([src]) {
|
|
|
11886
11897
|
.semi-input-group .semi-input-number:first-child .semi-datepicker-range-input,
|
|
11887
11898
|
.semi-input-group .semi-datepicker:first-child .semi-input-wrapper,
|
|
11888
11899
|
.semi-input-group .semi-datepicker:first-child .semi-datepicker-range-input,
|
|
11900
|
+
.semi-input-group .semi-timepicker:first-child .semi-input-wrapper,
|
|
11901
|
+
.semi-input-group .semi-timepicker:first-child .semi-datepicker-range-input,
|
|
11889
11902
|
.semi-input-group .semi-autocomplete:first-child .semi-input-wrapper,
|
|
11890
11903
|
.semi-input-group .semi-autocomplete:first-child .semi-datepicker-range-input {
|
|
11891
11904
|
border-radius: var(--semi-border-radius-small) 0 0 var(--semi-border-radius-small);
|
|
@@ -11894,17 +11907,21 @@ img[src=""], img:not([src]) {
|
|
|
11894
11907
|
.semi-input-group .semi-input-number:last-child .semi-datepicker-range-input,
|
|
11895
11908
|
.semi-input-group .semi-datepicker:last-child .semi-input-wrapper,
|
|
11896
11909
|
.semi-input-group .semi-datepicker:last-child .semi-datepicker-range-input,
|
|
11910
|
+
.semi-input-group .semi-timepicker:last-child .semi-input-wrapper,
|
|
11911
|
+
.semi-input-group .semi-timepicker:last-child .semi-datepicker-range-input,
|
|
11897
11912
|
.semi-input-group .semi-autocomplete:last-child .semi-input-wrapper,
|
|
11898
11913
|
.semi-input-group .semi-autocomplete:last-child .semi-datepicker-range-input {
|
|
11899
11914
|
border-radius: 0 var(--semi-border-radius-small) var(--semi-border-radius-small) 0;
|
|
11900
11915
|
}
|
|
11901
11916
|
.semi-input-group .semi-input-number:not(:last-child),
|
|
11902
11917
|
.semi-input-group .semi-datepicker:not(:last-child),
|
|
11918
|
+
.semi-input-group .semi-timepicker:not(:last-child),
|
|
11903
11919
|
.semi-input-group .semi-autocomplete:not(:last-child) {
|
|
11904
11920
|
position: relative;
|
|
11905
11921
|
}
|
|
11906
11922
|
.semi-input-group .semi-input-number:not(:last-child)::after,
|
|
11907
11923
|
.semi-input-group .semi-datepicker:not(:last-child)::after,
|
|
11924
|
+
.semi-input-group .semi-timepicker:not(:last-child)::after,
|
|
11908
11925
|
.semi-input-group .semi-autocomplete:not(:last-child)::after {
|
|
11909
11926
|
content: "";
|
|
11910
11927
|
background-color: var(--semi-color-border);
|
|
@@ -12421,18 +12438,22 @@ img[src=""], img:not([src]) {
|
|
|
12421
12438
|
|
|
12422
12439
|
.semi-modal-content-animate-show {
|
|
12423
12440
|
animation: 120ms semi-modal-content-keyframe-show cubic-bezier(0.215, 0.61, 0.355, 1) 0ms forwards;
|
|
12441
|
+
animation-fill-mode: forwards;
|
|
12424
12442
|
}
|
|
12425
12443
|
|
|
12426
12444
|
.semi-modal-content-animate-hide {
|
|
12427
12445
|
animation: 120ms semi-modal-content-keyframe-hide cubic-bezier(0.215, 0.61, 0.355, 1) 0ms forwards;
|
|
12446
|
+
animation-fill-mode: forwards;
|
|
12428
12447
|
}
|
|
12429
12448
|
|
|
12430
12449
|
.semi-modal-mask-animate-show {
|
|
12431
12450
|
animation: 90ms semi-modal-mask-keyframe-show cubic-bezier(0.215, 0.61, 0.355, 1) 0ms forwards;
|
|
12451
|
+
animation-fill-mode: forwards;
|
|
12432
12452
|
}
|
|
12433
12453
|
|
|
12434
12454
|
.semi-modal-mask-animate-hide {
|
|
12435
12455
|
animation: 90ms semi-modal-mask-keyframe-hide cubic-bezier(0.215, 0.61, 0.355, 1) 0ms forwards;
|
|
12456
|
+
animation-fill-mode: forwards;
|
|
12436
12457
|
}
|
|
12437
12458
|
|
|
12438
12459
|
@keyframes semi-modal-content-keyframe-show {
|
|
@@ -13538,39 +13559,51 @@ img[src=""], img:not([src]) {
|
|
|
13538
13559
|
}
|
|
13539
13560
|
.semi-notification-notice-animation-show_top {
|
|
13540
13561
|
animation: semi-notification-slideShow_top 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13562
|
+
animation-fill-mode: forwards;
|
|
13541
13563
|
}
|
|
13542
13564
|
.semi-notification-notice-animation-hide_top {
|
|
13543
13565
|
animation: semi-notification-slideHide_top 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13566
|
+
animation-fill-mode: forwards;
|
|
13544
13567
|
}
|
|
13545
13568
|
.semi-notification-notice-animation-show_topLeft {
|
|
13546
13569
|
animation: semi-notification-slideShow_topLeft 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13570
|
+
animation-fill-mode: forwards;
|
|
13547
13571
|
}
|
|
13548
13572
|
.semi-notification-notice-animation-hide_topLeft {
|
|
13549
13573
|
animation: semi-notification-slideHide_topLeft 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13574
|
+
animation-fill-mode: forwards;
|
|
13550
13575
|
}
|
|
13551
13576
|
.semi-notification-notice-animation-show_topRight {
|
|
13552
13577
|
animation: semi-notification-slideShow_topRight 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13578
|
+
animation-fill-mode: forwards;
|
|
13553
13579
|
}
|
|
13554
13580
|
.semi-notification-notice-animation-hide_topRight {
|
|
13555
13581
|
animation: semi-notification-slideHide_topRight 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13582
|
+
animation-fill-mode: forwards;
|
|
13556
13583
|
}
|
|
13557
13584
|
.semi-notification-notice-animation-show_bottom {
|
|
13558
13585
|
animation: semi-notification-slideShow_bottom 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13586
|
+
animation-fill-mode: forwards;
|
|
13559
13587
|
}
|
|
13560
13588
|
.semi-notification-notice-animation-hide_bottom {
|
|
13561
13589
|
animation: semi-notification-slideHide_bottom 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13590
|
+
animation-fill-mode: forwards;
|
|
13562
13591
|
}
|
|
13563
13592
|
.semi-notification-notice-animation-show_bottomLeft {
|
|
13564
13593
|
animation: semi-notification-slideShow_bottomLeft 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13594
|
+
animation-fill-mode: forwards;
|
|
13565
13595
|
}
|
|
13566
13596
|
.semi-notification-notice-animation-hide_bottomLeft {
|
|
13567
13597
|
animation: semi-notification-slideHide_bottomLeft 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13598
|
+
animation-fill-mode: forwards;
|
|
13568
13599
|
}
|
|
13569
13600
|
.semi-notification-notice-animation-show_bottomRight {
|
|
13570
13601
|
animation: semi-notification-slideShow_bottomRight 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13602
|
+
animation-fill-mode: forwards;
|
|
13571
13603
|
}
|
|
13572
13604
|
.semi-notification-notice-animation-hide_bottomRight {
|
|
13573
13605
|
animation: semi-notification-slideHide_bottomRight 300ms cubic-bezier(0.62, 0.63, 0, 1.13) 0ms;
|
|
13606
|
+
animation-fill-mode: forwards;
|
|
13574
13607
|
}
|
|
13575
13608
|
|
|
13576
13609
|
.semi-notification-notice.semi-notification-notice-rtl {
|
|
@@ -13925,9 +13958,11 @@ img[src=""], img:not([src]) {
|
|
|
13925
13958
|
}
|
|
13926
13959
|
.semi-popover-animation-show {
|
|
13927
13960
|
animation: semi-popover-zoomIn 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
13961
|
+
animation-fill-mode: forwards;
|
|
13928
13962
|
}
|
|
13929
13963
|
.semi-popover-animation-hide {
|
|
13930
13964
|
animation: semi-popover-zoomOut 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
13965
|
+
animation-fill-mode: forwards;
|
|
13931
13966
|
}
|
|
13932
13967
|
|
|
13933
13968
|
.semi-popover-wrapper .semi-popover-icon-arrow {
|
|
@@ -15425,33 +15460,43 @@ img[src=""], img:not([src]) {
|
|
|
15425
15460
|
}
|
|
15426
15461
|
.semi-sidesheet-animation-content_show_top {
|
|
15427
15462
|
animation: semi-sidesheet-slideShow_top 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
15463
|
+
animation-fill-mode: forwards;
|
|
15428
15464
|
}
|
|
15429
15465
|
.semi-sidesheet-animation-content_hide_top {
|
|
15430
15466
|
animation: semi-sidesheet-slideHide_top 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
15467
|
+
animation-fill-mode: forwards;
|
|
15431
15468
|
}
|
|
15432
15469
|
.semi-sidesheet-animation-content_show_bottom {
|
|
15433
15470
|
animation: semi-sidesheet-slideShow_bottom 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
15471
|
+
animation-fill-mode: forwards;
|
|
15434
15472
|
}
|
|
15435
15473
|
.semi-sidesheet-animation-content_hide_bottom {
|
|
15436
15474
|
animation: semi-sidesheet-slideHide_bottom 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
15475
|
+
animation-fill-mode: forwards;
|
|
15437
15476
|
}
|
|
15438
15477
|
.semi-sidesheet-animation-content_show_left {
|
|
15439
15478
|
animation: semi-sidesheet-slideShow_left 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
15479
|
+
animation-fill-mode: forwards;
|
|
15440
15480
|
}
|
|
15441
15481
|
.semi-sidesheet-animation-content_hide_left {
|
|
15442
15482
|
animation: semi-sidesheet-slideHide_left 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
15483
|
+
animation-fill-mode: forwards;
|
|
15443
15484
|
}
|
|
15444
15485
|
.semi-sidesheet-animation-content_show_right {
|
|
15445
15486
|
animation: semi-sidesheet-slideShow_right 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
15487
|
+
animation-fill-mode: forwards;
|
|
15446
15488
|
}
|
|
15447
15489
|
.semi-sidesheet-animation-content_hide_right {
|
|
15448
15490
|
animation: semi-sidesheet-slideHide_right 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
15491
|
+
animation-fill-mode: forwards;
|
|
15449
15492
|
}
|
|
15450
15493
|
.semi-sidesheet-animation-mask_show {
|
|
15451
15494
|
animation: semi-sidesheet-opacityShow 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
15495
|
+
animation-fill-mode: forwards;
|
|
15452
15496
|
}
|
|
15453
15497
|
.semi-sidesheet-animation-mask_hide {
|
|
15454
15498
|
animation: semi-sidesheet-opacityHide 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
|
|
15499
|
+
animation-fill-mode: forwards;
|
|
15455
15500
|
}
|
|
15456
15501
|
|
|
15457
15502
|
.semi-sidesheet-fixed .semi-sidesheet-inner {
|
|
@@ -15564,6 +15609,7 @@ img[src=""], img:not([src]) {
|
|
|
15564
15609
|
background: linear-gradient(90deg, var(--semi-color-fill-0) 25%, var(--semi-color-fill-1) 44%, var(--semi-color-fill-0) 88%);
|
|
15565
15610
|
background-size: 400% 100%;
|
|
15566
15611
|
animation: 1400ms skeleton-loading ease infinite;
|
|
15612
|
+
animation-fill-mode: forwards;
|
|
15567
15613
|
}
|
|
15568
15614
|
@keyframes skeleton-loading {
|
|
15569
15615
|
0% {
|
|
@@ -15846,12 +15892,14 @@ img[src=""], img:not([src]) {
|
|
|
15846
15892
|
}
|
|
15847
15893
|
.semi-spin-wrapper > svg {
|
|
15848
15894
|
animation: 600ms linear infinite semi-animation-rotate;
|
|
15895
|
+
animation-fill-mode: forwards;
|
|
15849
15896
|
width: 20px;
|
|
15850
15897
|
height: 20px;
|
|
15851
15898
|
}
|
|
15852
15899
|
.semi-spin-animate {
|
|
15853
15900
|
display: inline-flex;
|
|
15854
15901
|
animation: 1600ms linear infinite semi-animation-rotate;
|
|
15902
|
+
animation-fill-mode: forwards;
|
|
15855
15903
|
}
|
|
15856
15904
|
.semi-spin-children {
|
|
15857
15905
|
opacity: 0.5;
|
|
@@ -16430,6 +16478,10 @@ img[src=""], img:not([src]) {
|
|
|
16430
16478
|
box-shadow: none;
|
|
16431
16479
|
border: 1px var(--semi-color-border) solid;
|
|
16432
16480
|
}
|
|
16481
|
+
.semi-switch-disabled .semi-switch-native-control {
|
|
16482
|
+
pointer-events: none;
|
|
16483
|
+
cursor: not-allowed;
|
|
16484
|
+
}
|
|
16433
16485
|
.semi-switch-disabled.semi-switch-checked {
|
|
16434
16486
|
border-color: transparent;
|
|
16435
16487
|
background-color: var(--semi-color-success-disabled);
|
|
@@ -17644,15 +17696,19 @@ img[src=""], img:not([src]) {
|
|
|
17644
17696
|
}
|
|
17645
17697
|
.semi-tabs-pane-animate-leftShow {
|
|
17646
17698
|
animation: 200ms semi-tabs-panel-keyframe-leftShow ease-in-out 0s;
|
|
17699
|
+
animation-fill-mode: forwards;
|
|
17647
17700
|
}
|
|
17648
17701
|
.semi-tabs-pane-animate-rightShow {
|
|
17649
17702
|
animation: 200ms semi-tabs-panel-keyframe-rightShow ease-in-out 0s;
|
|
17703
|
+
animation-fill-mode: forwards;
|
|
17650
17704
|
}
|
|
17651
17705
|
.semi-tabs-pane-animate-topShow {
|
|
17652
17706
|
animation: 200ms semi-tabs-panel-keyframe-topShow ease-in-out 0s;
|
|
17707
|
+
animation-fill-mode: forwards;
|
|
17653
17708
|
}
|
|
17654
17709
|
.semi-tabs-pane-animate-bottomShow {
|
|
17655
17710
|
animation: 200ms semi-tabs-panel-keyframe-bottomShow ease-in-out 0s;
|
|
17711
|
+
animation-fill-mode: forwards;
|
|
17656
17712
|
}
|
|
17657
17713
|
|
|
17658
17714
|
.semi-rtl .semi-tabs,
|
|
@@ -17747,7 +17803,6 @@ img[src=""], img:not([src]) {
|
|
|
17747
17803
|
|
|
17748
17804
|
.semi-tag {
|
|
17749
17805
|
box-sizing: border-box;
|
|
17750
|
-
display: inline-block;
|
|
17751
17806
|
border-radius: var(--semi-border-radius-small);
|
|
17752
17807
|
background-color: transparent;
|
|
17753
17808
|
position: relative;
|
|
@@ -17755,6 +17810,10 @@ img[src=""], img:not([src]) {
|
|
|
17755
17810
|
overflow: hidden;
|
|
17756
17811
|
white-space: nowrap;
|
|
17757
17812
|
vertical-align: bottom;
|
|
17813
|
+
display: flex;
|
|
17814
|
+
justify-content: center;
|
|
17815
|
+
align-items: center;
|
|
17816
|
+
display: inline-flex;
|
|
17758
17817
|
}
|
|
17759
17818
|
.semi-tag-default, .semi-tag-small {
|
|
17760
17819
|
font-size: 12px;
|
|
@@ -17786,11 +17845,10 @@ img[src=""], img:not([src]) {
|
|
|
17786
17845
|
display: none;
|
|
17787
17846
|
}
|
|
17788
17847
|
.semi-tag-content {
|
|
17789
|
-
|
|
17790
|
-
|
|
17791
|
-
|
|
17792
|
-
|
|
17793
|
-
height: 100%;
|
|
17848
|
+
flex: 1;
|
|
17849
|
+
overflow: hidden;
|
|
17850
|
+
white-space: nowrap;
|
|
17851
|
+
text-overflow: ellipsis;
|
|
17794
17852
|
}
|
|
17795
17853
|
.semi-tag-close {
|
|
17796
17854
|
display: flex;
|
|
@@ -17800,6 +17858,12 @@ img[src=""], img:not([src]) {
|
|
|
17800
17858
|
padding-left: 4px;
|
|
17801
17859
|
cursor: pointer;
|
|
17802
17860
|
}
|
|
17861
|
+
.semi-tag-close :hover {
|
|
17862
|
+
color: var(--semi-color-text-1);
|
|
17863
|
+
}
|
|
17864
|
+
.semi-tag-close :active {
|
|
17865
|
+
color: var(--semi-color-text-0);
|
|
17866
|
+
}
|
|
17803
17867
|
.semi-tag-closable {
|
|
17804
17868
|
padding: 4px 4px 4px 8px;
|
|
17805
17869
|
}
|
|
@@ -18211,9 +18275,16 @@ img[src=""], img:not([src]) {
|
|
|
18211
18275
|
display: inline-flex;
|
|
18212
18276
|
font-weight: 400;
|
|
18213
18277
|
width: 100%;
|
|
18278
|
+
min-height: 32px;
|
|
18214
18279
|
box-sizing: border-box;
|
|
18215
18280
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
18216
18281
|
}
|
|
18282
|
+
.semi-tagInput-small {
|
|
18283
|
+
min-height: 24px;
|
|
18284
|
+
}
|
|
18285
|
+
.semi-tagInput-large {
|
|
18286
|
+
min-height: 40px;
|
|
18287
|
+
}
|
|
18217
18288
|
.semi-tagInput-drag-item {
|
|
18218
18289
|
display: flex;
|
|
18219
18290
|
align-items: center;
|
|
@@ -18288,15 +18359,6 @@ img[src=""], img:not([src]) {
|
|
|
18288
18359
|
padding-right: 4px;
|
|
18289
18360
|
overflow: hidden;
|
|
18290
18361
|
}
|
|
18291
|
-
.semi-tagInput-wrapper-small {
|
|
18292
|
-
min-height: 24px;
|
|
18293
|
-
}
|
|
18294
|
-
.semi-tagInput-wrapper-default {
|
|
18295
|
-
min-height: 32px;
|
|
18296
|
-
}
|
|
18297
|
-
.semi-tagInput-wrapper-large {
|
|
18298
|
-
min-height: 40px;
|
|
18299
|
-
}
|
|
18300
18362
|
.semi-tagInput-wrapper-tag {
|
|
18301
18363
|
margin-right: 4px;
|
|
18302
18364
|
white-space: pre;
|
|
@@ -18785,9 +18847,11 @@ img[src=""], img:not([src]) {
|
|
|
18785
18847
|
}
|
|
18786
18848
|
.semi-toast-animation-show {
|
|
18787
18849
|
animation: 300ms semi-toast-keyframe-toast-show cubic-bezier(0.22, 0.57, 0.02, 1.2) 0s;
|
|
18850
|
+
animation-fill-mode: forwards;
|
|
18788
18851
|
}
|
|
18789
18852
|
.semi-toast-animation-hide {
|
|
18790
18853
|
animation: 300ms semi-toast-keyframe-toast-hide cubic-bezier(0.22, 0.57, 0.02, 1.2) 0s;
|
|
18854
|
+
animation-fill-mode: forwards;
|
|
18791
18855
|
}
|
|
18792
18856
|
@keyframes semi-toast-keyframe-toast-show {
|
|
18793
18857
|
0% {
|
|
@@ -18887,9 +18951,11 @@ img[src=""], img:not([src]) {
|
|
|
18887
18951
|
}
|
|
18888
18952
|
.semi-tooltip-animation-show {
|
|
18889
18953
|
animation: semi-tooltip-zoomIn 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
18954
|
+
animation-fill-mode: forwards;
|
|
18890
18955
|
}
|
|
18891
18956
|
.semi-tooltip-animation-hide {
|
|
18892
18957
|
animation: semi-tooltip-zoomOut 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
18958
|
+
animation-fill-mode: forwards;
|
|
18893
18959
|
}
|
|
18894
18960
|
|
|
18895
18961
|
.semi-tooltip-wrapper .semi-tooltip-icon-arrow {
|
|
@@ -20798,6 +20864,7 @@ p.semi-typography-extended,
|
|
|
20798
20864
|
|
|
20799
20865
|
.semi-icon-spinning {
|
|
20800
20866
|
animation: 0.6s linear infinite semi-icon-animation-rotate;
|
|
20867
|
+
animation-fill-mode: forwards;
|
|
20801
20868
|
}
|
|
20802
20869
|
|
|
20803
20870
|
@keyframes semi-icon-animation-rotate {
|
|
@@ -20825,6 +20892,7 @@ p.semi-typography-extended,
|
|
|
20825
20892
|
width: 16px;
|
|
20826
20893
|
height: 16px;
|
|
20827
20894
|
animation: 0.6s linear infinite semi-animation-rotate;
|
|
20895
|
+
animation-fill-mode: forwards;
|
|
20828
20896
|
}
|
|
20829
20897
|
.semi-button.semi-button-with-icon-only {
|
|
20830
20898
|
padding-left: 8px;
|