@uzum-tech/ui 1.14.0 → 1.14.1
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/index.js +177 -143
- package/dist/index.prod.js +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +70 -0
- package/es/auto-complete/styles/light.d.ts +7 -0
- package/es/chat/src/Chat.d.ts +70 -0
- package/es/chat/src/ChatListItems.d.ts +77 -0
- package/es/chat/src/ChatMessages.d.ts +77 -0
- package/es/chat/src/ChatParts/MainArea.js +47 -54
- package/es/chat/src/ChatParts/Sidebar.d.ts +7 -0
- package/es/chat/src/styles/index.cssr.js +12 -7
- package/es/chat/styles/dark.d.ts +7 -0
- package/es/chat/styles/light.d.ts +7 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +7 -0
- package/es/color-picker/src/ColorPicker.d.ts +63 -0
- package/es/color-picker/styles/light.d.ts +7 -0
- package/es/data-table/src/DataTable.d.ts +56 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +14 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +14 -0
- package/es/data-table/src/TableParts/Body.d.ts +14 -0
- package/es/data-table/src/TableParts/Header.d.ts +14 -0
- package/es/data-table/src/interface.d.ts +21 -0
- package/es/data-table/styles/light.d.ts +7 -0
- package/es/date-picker/src/DatePicker.d.ts +147 -0
- package/es/date-picker/src/panel/date.d.ts +21 -0
- package/es/date-picker/src/panel/daterange.d.ts +21 -0
- package/es/date-picker/src/panel/datetime.d.ts +21 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +21 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +42 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +21 -0
- package/es/date-picker/src/panel/panelYear.d.ts +42 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +21 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +21 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +21 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +21 -0
- package/es/date-picker/styles/light.d.ts +14 -0
- package/es/date-picker-v2/src/DatePickerV2.d.ts +70 -0
- package/es/date-picker-v2/styles/dark.d.ts +7 -0
- package/es/date-picker-v2/styles/light.d.ts +7 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +70 -0
- package/es/dynamic-input/src/InputPreset.d.ts +7 -0
- package/es/dynamic-input/src/PairPreset.d.ts +7 -0
- package/es/dynamic-input/styles/light.d.ts +7 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +70 -0
- package/es/dynamic-tags/styles/light.d.ts +7 -0
- package/es/input/src/Input.d.ts +77 -0
- package/es/input/src/Input.js +9 -1
- package/es/input/src/InputGroupLabel.d.ts +63 -0
- package/es/input/src/styles/input.cssr.js +1 -1
- package/es/input/styles/light.d.ts +7 -0
- package/es/input/styles/light.js +11 -1
- package/es/input-number/src/InputNumber.d.ts +70 -0
- package/es/input-number/styles/light.d.ts +7 -0
- package/es/input-otp/src/InputOtp.d.ts +70 -0
- package/es/input-otp/styles/light.d.ts +7 -0
- package/es/legacy-transfer/src/Transfer.d.ts +70 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +7 -0
- package/es/legacy-transfer/src/TransferList.d.ts +7 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +7 -0
- package/es/legacy-transfer/styles/light.d.ts +7 -0
- package/es/mention/src/Mention.d.ts +70 -0
- package/es/mention/styles/light.d.ts +7 -0
- package/es/pagination/src/Pagination.d.ts +70 -0
- package/es/pagination/styles/light.d.ts +7 -0
- package/es/time-picker/src/Panel.d.ts +7 -0
- package/es/time-picker/src/TimePicker.d.ts +70 -0
- package/es/time-picker/styles/light.d.ts +7 -0
- package/es/transfer/src/Transfer.d.ts +70 -0
- package/es/transfer/src/TransferFilter.d.ts +7 -0
- package/es/transfer/src/TransferList.d.ts +7 -0
- package/es/transfer/src/TransferListItem.d.ts +7 -0
- package/es/transfer/styles/light.d.ts +7 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +70 -0
- package/lib/auto-complete/styles/light.d.ts +7 -0
- package/lib/chat/src/Chat.d.ts +70 -0
- package/lib/chat/src/ChatListItems.d.ts +77 -0
- package/lib/chat/src/ChatMessages.d.ts +77 -0
- package/lib/chat/src/ChatParts/MainArea.js +47 -54
- package/lib/chat/src/ChatParts/Sidebar.d.ts +7 -0
- package/lib/chat/src/styles/index.cssr.js +12 -7
- package/lib/chat/styles/dark.d.ts +7 -0
- package/lib/chat/styles/light.d.ts +7 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +7 -0
- package/lib/color-picker/src/ColorPicker.d.ts +63 -0
- package/lib/color-picker/styles/light.d.ts +7 -0
- package/lib/data-table/src/DataTable.d.ts +56 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +14 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +14 -0
- package/lib/data-table/src/TableParts/Body.d.ts +14 -0
- package/lib/data-table/src/TableParts/Header.d.ts +14 -0
- package/lib/data-table/src/interface.d.ts +21 -0
- package/lib/data-table/styles/light.d.ts +7 -0
- package/lib/date-picker/src/DatePicker.d.ts +147 -0
- package/lib/date-picker/src/panel/date.d.ts +21 -0
- package/lib/date-picker/src/panel/daterange.d.ts +21 -0
- package/lib/date-picker/src/panel/datetime.d.ts +21 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +21 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +42 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +21 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +42 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +21 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +21 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +21 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +21 -0
- package/lib/date-picker/styles/light.d.ts +14 -0
- package/lib/date-picker-v2/src/DatePickerV2.d.ts +70 -0
- package/lib/date-picker-v2/styles/dark.d.ts +7 -0
- package/lib/date-picker-v2/styles/light.d.ts +7 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +70 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +7 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +7 -0
- package/lib/dynamic-input/styles/light.d.ts +7 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +70 -0
- package/lib/dynamic-tags/styles/light.d.ts +7 -0
- package/lib/input/src/Input.d.ts +77 -0
- package/lib/input/src/Input.js +9 -1
- package/lib/input/src/InputGroupLabel.d.ts +63 -0
- package/lib/input/src/styles/input.cssr.js +1 -1
- package/lib/input/styles/light.d.ts +7 -0
- package/lib/input/styles/light.js +11 -1
- package/lib/input-number/src/InputNumber.d.ts +70 -0
- package/lib/input-number/styles/light.d.ts +7 -0
- package/lib/input-otp/src/InputOtp.d.ts +70 -0
- package/lib/input-otp/styles/light.d.ts +7 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +70 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +7 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +7 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +7 -0
- package/lib/legacy-transfer/styles/light.d.ts +7 -0
- package/lib/mention/src/Mention.d.ts +70 -0
- package/lib/mention/styles/light.d.ts +7 -0
- package/lib/pagination/src/Pagination.d.ts +70 -0
- package/lib/pagination/styles/light.d.ts +7 -0
- package/lib/time-picker/src/Panel.d.ts +7 -0
- package/lib/time-picker/src/TimePicker.d.ts +70 -0
- package/lib/time-picker/styles/light.d.ts +7 -0
- package/lib/transfer/src/Transfer.d.ts +70 -0
- package/lib/transfer/src/TransferFilter.d.ts +7 -0
- package/lib/transfer/src/TransferList.d.ts +7 -0
- package/lib/transfer/src/TransferListItem.d.ts +7 -0
- package/lib/transfer/styles/light.d.ts +7 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
|
@@ -365,6 +365,13 @@ export declare const paginationProps: {
|
|
|
365
365
|
borderFocus: string;
|
|
366
366
|
boxShadowFocus: string;
|
|
367
367
|
loadingColor: string;
|
|
368
|
+
loadingColorSuccess: string;
|
|
369
|
+
borderSuccess: string;
|
|
370
|
+
borderHoverSuccess: string;
|
|
371
|
+
colorFocusSuccess: string;
|
|
372
|
+
borderFocusSuccess: string;
|
|
373
|
+
boxShadowFocusSuccess: string;
|
|
374
|
+
caretColorSuccess: string;
|
|
368
375
|
loadingColorWarning: string;
|
|
369
376
|
borderWarning: string;
|
|
370
377
|
borderHoverWarning: string;
|
|
@@ -779,6 +786,13 @@ export declare const paginationProps: {
|
|
|
779
786
|
borderFocus: string;
|
|
780
787
|
boxShadowFocus: string;
|
|
781
788
|
loadingColor: string;
|
|
789
|
+
loadingColorSuccess: string;
|
|
790
|
+
borderSuccess: string;
|
|
791
|
+
borderHoverSuccess: string;
|
|
792
|
+
colorFocusSuccess: string;
|
|
793
|
+
borderFocusSuccess: string;
|
|
794
|
+
boxShadowFocusSuccess: string;
|
|
795
|
+
caretColorSuccess: string;
|
|
782
796
|
loadingColorWarning: string;
|
|
783
797
|
borderWarning: string;
|
|
784
798
|
borderHoverWarning: string;
|
|
@@ -1193,6 +1207,13 @@ export declare const paginationProps: {
|
|
|
1193
1207
|
borderFocus: string;
|
|
1194
1208
|
boxShadowFocus: string;
|
|
1195
1209
|
loadingColor: string;
|
|
1210
|
+
loadingColorSuccess: string;
|
|
1211
|
+
borderSuccess: string;
|
|
1212
|
+
borderHoverSuccess: string;
|
|
1213
|
+
colorFocusSuccess: string;
|
|
1214
|
+
borderFocusSuccess: string;
|
|
1215
|
+
boxShadowFocusSuccess: string;
|
|
1216
|
+
caretColorSuccess: string;
|
|
1196
1217
|
loadingColorWarning: string;
|
|
1197
1218
|
borderWarning: string;
|
|
1198
1219
|
borderHoverWarning: string;
|
|
@@ -1663,6 +1684,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1663
1684
|
borderFocus: string;
|
|
1664
1685
|
boxShadowFocus: string;
|
|
1665
1686
|
loadingColor: string;
|
|
1687
|
+
loadingColorSuccess: string;
|
|
1688
|
+
borderSuccess: string;
|
|
1689
|
+
borderHoverSuccess: string;
|
|
1690
|
+
colorFocusSuccess: string;
|
|
1691
|
+
borderFocusSuccess: string;
|
|
1692
|
+
boxShadowFocusSuccess: string;
|
|
1693
|
+
caretColorSuccess: string;
|
|
1666
1694
|
loadingColorWarning: string;
|
|
1667
1695
|
borderWarning: string;
|
|
1668
1696
|
borderHoverWarning: string;
|
|
@@ -2077,6 +2105,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2077
2105
|
borderFocus: string;
|
|
2078
2106
|
boxShadowFocus: string;
|
|
2079
2107
|
loadingColor: string;
|
|
2108
|
+
loadingColorSuccess: string;
|
|
2109
|
+
borderSuccess: string;
|
|
2110
|
+
borderHoverSuccess: string;
|
|
2111
|
+
colorFocusSuccess: string;
|
|
2112
|
+
borderFocusSuccess: string;
|
|
2113
|
+
boxShadowFocusSuccess: string;
|
|
2114
|
+
caretColorSuccess: string;
|
|
2080
2115
|
loadingColorWarning: string;
|
|
2081
2116
|
borderWarning: string;
|
|
2082
2117
|
borderHoverWarning: string;
|
|
@@ -2491,6 +2526,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2491
2526
|
borderFocus: string;
|
|
2492
2527
|
boxShadowFocus: string;
|
|
2493
2528
|
loadingColor: string;
|
|
2529
|
+
loadingColorSuccess: string;
|
|
2530
|
+
borderSuccess: string;
|
|
2531
|
+
borderHoverSuccess: string;
|
|
2532
|
+
colorFocusSuccess: string;
|
|
2533
|
+
borderFocusSuccess: string;
|
|
2534
|
+
boxShadowFocusSuccess: string;
|
|
2535
|
+
caretColorSuccess: string;
|
|
2494
2536
|
loadingColorWarning: string;
|
|
2495
2537
|
borderWarning: string;
|
|
2496
2538
|
borderHoverWarning: string;
|
|
@@ -2924,6 +2966,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2924
2966
|
borderFocus: string;
|
|
2925
2967
|
boxShadowFocus: string;
|
|
2926
2968
|
loadingColor: string;
|
|
2969
|
+
loadingColorSuccess: string;
|
|
2970
|
+
borderSuccess: string;
|
|
2971
|
+
borderHoverSuccess: string;
|
|
2972
|
+
colorFocusSuccess: string;
|
|
2973
|
+
borderFocusSuccess: string;
|
|
2974
|
+
boxShadowFocusSuccess: string;
|
|
2975
|
+
caretColorSuccess: string;
|
|
2927
2976
|
loadingColorWarning: string;
|
|
2928
2977
|
borderWarning: string;
|
|
2929
2978
|
borderHoverWarning: string;
|
|
@@ -3742,6 +3791,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3742
3791
|
borderFocus: string;
|
|
3743
3792
|
boxShadowFocus: string;
|
|
3744
3793
|
loadingColor: string;
|
|
3794
|
+
loadingColorSuccess: string;
|
|
3795
|
+
borderSuccess: string;
|
|
3796
|
+
borderHoverSuccess: string;
|
|
3797
|
+
colorFocusSuccess: string;
|
|
3798
|
+
borderFocusSuccess: string;
|
|
3799
|
+
boxShadowFocusSuccess: string;
|
|
3800
|
+
caretColorSuccess: string;
|
|
3745
3801
|
loadingColorWarning: string;
|
|
3746
3802
|
borderWarning: string;
|
|
3747
3803
|
borderHoverWarning: string;
|
|
@@ -4156,6 +4212,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4156
4212
|
borderFocus: string;
|
|
4157
4213
|
boxShadowFocus: string;
|
|
4158
4214
|
loadingColor: string;
|
|
4215
|
+
loadingColorSuccess: string;
|
|
4216
|
+
borderSuccess: string;
|
|
4217
|
+
borderHoverSuccess: string;
|
|
4218
|
+
colorFocusSuccess: string;
|
|
4219
|
+
borderFocusSuccess: string;
|
|
4220
|
+
boxShadowFocusSuccess: string;
|
|
4221
|
+
caretColorSuccess: string;
|
|
4159
4222
|
loadingColorWarning: string;
|
|
4160
4223
|
borderWarning: string;
|
|
4161
4224
|
borderHoverWarning: string;
|
|
@@ -4570,6 +4633,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4570
4633
|
borderFocus: string;
|
|
4571
4634
|
boxShadowFocus: string;
|
|
4572
4635
|
loadingColor: string;
|
|
4636
|
+
loadingColorSuccess: string;
|
|
4637
|
+
borderSuccess: string;
|
|
4638
|
+
borderHoverSuccess: string;
|
|
4639
|
+
colorFocusSuccess: string;
|
|
4640
|
+
borderFocusSuccess: string;
|
|
4641
|
+
boxShadowFocusSuccess: string;
|
|
4642
|
+
caretColorSuccess: string;
|
|
4573
4643
|
loadingColorWarning: string;
|
|
4574
4644
|
borderWarning: string;
|
|
4575
4645
|
borderHoverWarning: string;
|
|
@@ -380,6 +380,13 @@ declare const paginationLight: import("../../_mixins").Theme<"Pagination", {
|
|
|
380
380
|
borderFocus: string;
|
|
381
381
|
boxShadowFocus: string;
|
|
382
382
|
loadingColor: string;
|
|
383
|
+
loadingColorSuccess: string;
|
|
384
|
+
borderSuccess: string;
|
|
385
|
+
borderHoverSuccess: string;
|
|
386
|
+
colorFocusSuccess: string;
|
|
387
|
+
borderFocusSuccess: string;
|
|
388
|
+
boxShadowFocusSuccess: string;
|
|
389
|
+
caretColorSuccess: string;
|
|
383
390
|
loadingColorWarning: string;
|
|
384
391
|
borderWarning: string;
|
|
385
392
|
borderHoverWarning: string;
|
|
@@ -368,6 +368,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
368
368
|
borderFocus: string;
|
|
369
369
|
boxShadowFocus: string;
|
|
370
370
|
loadingColor: string;
|
|
371
|
+
loadingColorSuccess: string;
|
|
372
|
+
borderSuccess: string;
|
|
373
|
+
borderHoverSuccess: string;
|
|
374
|
+
colorFocusSuccess: string;
|
|
375
|
+
borderFocusSuccess: string;
|
|
376
|
+
boxShadowFocusSuccess: string;
|
|
377
|
+
caretColorSuccess: string;
|
|
371
378
|
loadingColorWarning: string;
|
|
372
379
|
borderWarning: string;
|
|
373
380
|
borderHoverWarning: string;
|
|
@@ -367,6 +367,13 @@ export declare const timePickerProps: {
|
|
|
367
367
|
borderFocus: string;
|
|
368
368
|
boxShadowFocus: string;
|
|
369
369
|
loadingColor: string;
|
|
370
|
+
loadingColorSuccess: string;
|
|
371
|
+
borderSuccess: string;
|
|
372
|
+
borderHoverSuccess: string;
|
|
373
|
+
colorFocusSuccess: string;
|
|
374
|
+
borderFocusSuccess: string;
|
|
375
|
+
boxShadowFocusSuccess: string;
|
|
376
|
+
caretColorSuccess: string;
|
|
370
377
|
loadingColorWarning: string;
|
|
371
378
|
borderWarning: string;
|
|
372
379
|
borderHoverWarning: string;
|
|
@@ -681,6 +688,13 @@ export declare const timePickerProps: {
|
|
|
681
688
|
borderFocus: string;
|
|
682
689
|
boxShadowFocus: string;
|
|
683
690
|
loadingColor: string;
|
|
691
|
+
loadingColorSuccess: string;
|
|
692
|
+
borderSuccess: string;
|
|
693
|
+
borderHoverSuccess: string;
|
|
694
|
+
colorFocusSuccess: string;
|
|
695
|
+
borderFocusSuccess: string;
|
|
696
|
+
boxShadowFocusSuccess: string;
|
|
697
|
+
caretColorSuccess: string;
|
|
684
698
|
loadingColorWarning: string;
|
|
685
699
|
borderWarning: string;
|
|
686
700
|
borderHoverWarning: string;
|
|
@@ -995,6 +1009,13 @@ export declare const timePickerProps: {
|
|
|
995
1009
|
borderFocus: string;
|
|
996
1010
|
boxShadowFocus: string;
|
|
997
1011
|
loadingColor: string;
|
|
1012
|
+
loadingColorSuccess: string;
|
|
1013
|
+
borderSuccess: string;
|
|
1014
|
+
borderHoverSuccess: string;
|
|
1015
|
+
colorFocusSuccess: string;
|
|
1016
|
+
borderFocusSuccess: string;
|
|
1017
|
+
boxShadowFocusSuccess: string;
|
|
1018
|
+
caretColorSuccess: string;
|
|
998
1019
|
loadingColorWarning: string;
|
|
999
1020
|
borderWarning: string;
|
|
1000
1021
|
borderHoverWarning: string;
|
|
@@ -1386,6 +1407,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1386
1407
|
borderFocus: string;
|
|
1387
1408
|
boxShadowFocus: string;
|
|
1388
1409
|
loadingColor: string;
|
|
1410
|
+
loadingColorSuccess: string;
|
|
1411
|
+
borderSuccess: string;
|
|
1412
|
+
borderHoverSuccess: string;
|
|
1413
|
+
colorFocusSuccess: string;
|
|
1414
|
+
borderFocusSuccess: string;
|
|
1415
|
+
boxShadowFocusSuccess: string;
|
|
1416
|
+
caretColorSuccess: string;
|
|
1389
1417
|
loadingColorWarning: string;
|
|
1390
1418
|
borderWarning: string;
|
|
1391
1419
|
borderHoverWarning: string;
|
|
@@ -1700,6 +1728,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1700
1728
|
borderFocus: string;
|
|
1701
1729
|
boxShadowFocus: string;
|
|
1702
1730
|
loadingColor: string;
|
|
1731
|
+
loadingColorSuccess: string;
|
|
1732
|
+
borderSuccess: string;
|
|
1733
|
+
borderHoverSuccess: string;
|
|
1734
|
+
colorFocusSuccess: string;
|
|
1735
|
+
borderFocusSuccess: string;
|
|
1736
|
+
boxShadowFocusSuccess: string;
|
|
1737
|
+
caretColorSuccess: string;
|
|
1703
1738
|
loadingColorWarning: string;
|
|
1704
1739
|
borderWarning: string;
|
|
1705
1740
|
borderHoverWarning: string;
|
|
@@ -2014,6 +2049,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2014
2049
|
borderFocus: string;
|
|
2015
2050
|
boxShadowFocus: string;
|
|
2016
2051
|
loadingColor: string;
|
|
2052
|
+
loadingColorSuccess: string;
|
|
2053
|
+
borderSuccess: string;
|
|
2054
|
+
borderHoverSuccess: string;
|
|
2055
|
+
colorFocusSuccess: string;
|
|
2056
|
+
borderFocusSuccess: string;
|
|
2057
|
+
boxShadowFocusSuccess: string;
|
|
2058
|
+
caretColorSuccess: string;
|
|
2017
2059
|
loadingColorWarning: string;
|
|
2018
2060
|
borderWarning: string;
|
|
2019
2061
|
borderHoverWarning: string;
|
|
@@ -2445,6 +2487,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2445
2487
|
borderFocus: string;
|
|
2446
2488
|
boxShadowFocus: string;
|
|
2447
2489
|
loadingColor: string;
|
|
2490
|
+
loadingColorSuccess: string;
|
|
2491
|
+
borderSuccess: string;
|
|
2492
|
+
borderHoverSuccess: string;
|
|
2493
|
+
colorFocusSuccess: string;
|
|
2494
|
+
borderFocusSuccess: string;
|
|
2495
|
+
boxShadowFocusSuccess: string;
|
|
2496
|
+
caretColorSuccess: string;
|
|
2448
2497
|
loadingColorWarning: string;
|
|
2449
2498
|
borderWarning: string;
|
|
2450
2499
|
borderHoverWarning: string;
|
|
@@ -2878,6 +2927,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2878
2927
|
borderFocus: string;
|
|
2879
2928
|
boxShadowFocus: string;
|
|
2880
2929
|
loadingColor: string;
|
|
2930
|
+
loadingColorSuccess: string;
|
|
2931
|
+
borderSuccess: string;
|
|
2932
|
+
borderHoverSuccess: string;
|
|
2933
|
+
colorFocusSuccess: string;
|
|
2934
|
+
borderFocusSuccess: string;
|
|
2935
|
+
boxShadowFocusSuccess: string;
|
|
2936
|
+
caretColorSuccess: string;
|
|
2881
2937
|
loadingColorWarning: string;
|
|
2882
2938
|
borderWarning: string;
|
|
2883
2939
|
borderHoverWarning: string;
|
|
@@ -3192,6 +3248,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3192
3248
|
borderFocus: string;
|
|
3193
3249
|
boxShadowFocus: string;
|
|
3194
3250
|
loadingColor: string;
|
|
3251
|
+
loadingColorSuccess: string;
|
|
3252
|
+
borderSuccess: string;
|
|
3253
|
+
borderHoverSuccess: string;
|
|
3254
|
+
colorFocusSuccess: string;
|
|
3255
|
+
borderFocusSuccess: string;
|
|
3256
|
+
boxShadowFocusSuccess: string;
|
|
3257
|
+
caretColorSuccess: string;
|
|
3195
3258
|
loadingColorWarning: string;
|
|
3196
3259
|
borderWarning: string;
|
|
3197
3260
|
borderHoverWarning: string;
|
|
@@ -3506,6 +3569,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3506
3569
|
borderFocus: string;
|
|
3507
3570
|
boxShadowFocus: string;
|
|
3508
3571
|
loadingColor: string;
|
|
3572
|
+
loadingColorSuccess: string;
|
|
3573
|
+
borderSuccess: string;
|
|
3574
|
+
borderHoverSuccess: string;
|
|
3575
|
+
colorFocusSuccess: string;
|
|
3576
|
+
borderFocusSuccess: string;
|
|
3577
|
+
boxShadowFocusSuccess: string;
|
|
3578
|
+
caretColorSuccess: string;
|
|
3509
3579
|
loadingColorWarning: string;
|
|
3510
3580
|
borderWarning: string;
|
|
3511
3581
|
borderHoverWarning: string;
|
|
@@ -307,6 +307,13 @@ declare const timePickerLight: import("../../_mixins").Theme<"TimePicker", {
|
|
|
307
307
|
borderFocus: string;
|
|
308
308
|
boxShadowFocus: string;
|
|
309
309
|
loadingColor: string;
|
|
310
|
+
loadingColorSuccess: string;
|
|
311
|
+
borderSuccess: string;
|
|
312
|
+
borderHoverSuccess: string;
|
|
313
|
+
colorFocusSuccess: string;
|
|
314
|
+
borderFocusSuccess: string;
|
|
315
|
+
boxShadowFocusSuccess: string;
|
|
316
|
+
caretColorSuccess: string;
|
|
310
317
|
loadingColorWarning: string;
|
|
311
318
|
borderWarning: string;
|
|
312
319
|
borderHoverWarning: string;
|
|
@@ -185,6 +185,13 @@ export declare const transferProps: {
|
|
|
185
185
|
borderFocus: string;
|
|
186
186
|
boxShadowFocus: string;
|
|
187
187
|
loadingColor: string;
|
|
188
|
+
loadingColorSuccess: string;
|
|
189
|
+
borderSuccess: string;
|
|
190
|
+
borderHoverSuccess: string;
|
|
191
|
+
colorFocusSuccess: string;
|
|
192
|
+
borderFocusSuccess: string;
|
|
193
|
+
boxShadowFocusSuccess: string;
|
|
194
|
+
caretColorSuccess: string;
|
|
188
195
|
loadingColorWarning: string;
|
|
189
196
|
borderWarning: string;
|
|
190
197
|
borderHoverWarning: string;
|
|
@@ -589,6 +596,13 @@ export declare const transferProps: {
|
|
|
589
596
|
borderFocus: string;
|
|
590
597
|
boxShadowFocus: string;
|
|
591
598
|
loadingColor: string;
|
|
599
|
+
loadingColorSuccess: string;
|
|
600
|
+
borderSuccess: string;
|
|
601
|
+
borderHoverSuccess: string;
|
|
602
|
+
colorFocusSuccess: string;
|
|
603
|
+
borderFocusSuccess: string;
|
|
604
|
+
boxShadowFocusSuccess: string;
|
|
605
|
+
caretColorSuccess: string;
|
|
592
606
|
loadingColorWarning: string;
|
|
593
607
|
borderWarning: string;
|
|
594
608
|
borderHoverWarning: string;
|
|
@@ -993,6 +1007,13 @@ export declare const transferProps: {
|
|
|
993
1007
|
borderFocus: string;
|
|
994
1008
|
boxShadowFocus: string;
|
|
995
1009
|
loadingColor: string;
|
|
1010
|
+
loadingColorSuccess: string;
|
|
1011
|
+
borderSuccess: string;
|
|
1012
|
+
borderHoverSuccess: string;
|
|
1013
|
+
colorFocusSuccess: string;
|
|
1014
|
+
borderFocusSuccess: string;
|
|
1015
|
+
boxShadowFocusSuccess: string;
|
|
1016
|
+
caretColorSuccess: string;
|
|
996
1017
|
loadingColorWarning: string;
|
|
997
1018
|
borderWarning: string;
|
|
998
1019
|
borderHoverWarning: string;
|
|
@@ -1442,6 +1463,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1442
1463
|
borderFocus: string;
|
|
1443
1464
|
boxShadowFocus: string;
|
|
1444
1465
|
loadingColor: string;
|
|
1466
|
+
loadingColorSuccess: string;
|
|
1467
|
+
borderSuccess: string;
|
|
1468
|
+
borderHoverSuccess: string;
|
|
1469
|
+
colorFocusSuccess: string;
|
|
1470
|
+
borderFocusSuccess: string;
|
|
1471
|
+
boxShadowFocusSuccess: string;
|
|
1472
|
+
caretColorSuccess: string;
|
|
1445
1473
|
loadingColorWarning: string;
|
|
1446
1474
|
borderWarning: string;
|
|
1447
1475
|
borderHoverWarning: string;
|
|
@@ -1846,6 +1874,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1846
1874
|
borderFocus: string;
|
|
1847
1875
|
boxShadowFocus: string;
|
|
1848
1876
|
loadingColor: string;
|
|
1877
|
+
loadingColorSuccess: string;
|
|
1878
|
+
borderSuccess: string;
|
|
1879
|
+
borderHoverSuccess: string;
|
|
1880
|
+
colorFocusSuccess: string;
|
|
1881
|
+
borderFocusSuccess: string;
|
|
1882
|
+
boxShadowFocusSuccess: string;
|
|
1883
|
+
caretColorSuccess: string;
|
|
1849
1884
|
loadingColorWarning: string;
|
|
1850
1885
|
borderWarning: string;
|
|
1851
1886
|
borderHoverWarning: string;
|
|
@@ -2250,6 +2285,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2250
2285
|
borderFocus: string;
|
|
2251
2286
|
boxShadowFocus: string;
|
|
2252
2287
|
loadingColor: string;
|
|
2288
|
+
loadingColorSuccess: string;
|
|
2289
|
+
borderSuccess: string;
|
|
2290
|
+
borderHoverSuccess: string;
|
|
2291
|
+
colorFocusSuccess: string;
|
|
2292
|
+
borderFocusSuccess: string;
|
|
2293
|
+
boxShadowFocusSuccess: string;
|
|
2294
|
+
caretColorSuccess: string;
|
|
2253
2295
|
loadingColorWarning: string;
|
|
2254
2296
|
borderWarning: string;
|
|
2255
2297
|
borderHoverWarning: string;
|
|
@@ -2662,6 +2704,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2662
2704
|
borderFocus: string;
|
|
2663
2705
|
boxShadowFocus: string;
|
|
2664
2706
|
loadingColor: string;
|
|
2707
|
+
loadingColorSuccess: string;
|
|
2708
|
+
borderSuccess: string;
|
|
2709
|
+
borderHoverSuccess: string;
|
|
2710
|
+
colorFocusSuccess: string;
|
|
2711
|
+
borderFocusSuccess: string;
|
|
2712
|
+
boxShadowFocusSuccess: string;
|
|
2713
|
+
caretColorSuccess: string;
|
|
2665
2714
|
loadingColorWarning: string;
|
|
2666
2715
|
borderWarning: string;
|
|
2667
2716
|
borderHoverWarning: string;
|
|
@@ -3177,6 +3226,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3177
3226
|
borderFocus: string;
|
|
3178
3227
|
boxShadowFocus: string;
|
|
3179
3228
|
loadingColor: string;
|
|
3229
|
+
loadingColorSuccess: string;
|
|
3230
|
+
borderSuccess: string;
|
|
3231
|
+
borderHoverSuccess: string;
|
|
3232
|
+
colorFocusSuccess: string;
|
|
3233
|
+
borderFocusSuccess: string;
|
|
3234
|
+
boxShadowFocusSuccess: string;
|
|
3235
|
+
caretColorSuccess: string;
|
|
3180
3236
|
loadingColorWarning: string;
|
|
3181
3237
|
borderWarning: string;
|
|
3182
3238
|
borderHoverWarning: string;
|
|
@@ -3581,6 +3637,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3581
3637
|
borderFocus: string;
|
|
3582
3638
|
boxShadowFocus: string;
|
|
3583
3639
|
loadingColor: string;
|
|
3640
|
+
loadingColorSuccess: string;
|
|
3641
|
+
borderSuccess: string;
|
|
3642
|
+
borderHoverSuccess: string;
|
|
3643
|
+
colorFocusSuccess: string;
|
|
3644
|
+
borderFocusSuccess: string;
|
|
3645
|
+
boxShadowFocusSuccess: string;
|
|
3646
|
+
caretColorSuccess: string;
|
|
3584
3647
|
loadingColorWarning: string;
|
|
3585
3648
|
borderWarning: string;
|
|
3586
3649
|
borderHoverWarning: string;
|
|
@@ -3985,6 +4048,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3985
4048
|
borderFocus: string;
|
|
3986
4049
|
boxShadowFocus: string;
|
|
3987
4050
|
loadingColor: string;
|
|
4051
|
+
loadingColorSuccess: string;
|
|
4052
|
+
borderSuccess: string;
|
|
4053
|
+
borderHoverSuccess: string;
|
|
4054
|
+
colorFocusSuccess: string;
|
|
4055
|
+
borderFocusSuccess: string;
|
|
4056
|
+
boxShadowFocusSuccess: string;
|
|
4057
|
+
caretColorSuccess: string;
|
|
3988
4058
|
loadingColorWarning: string;
|
|
3989
4059
|
borderWarning: string;
|
|
3990
4060
|
borderHoverWarning: string;
|
|
@@ -153,6 +153,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
153
|
borderFocus: string;
|
|
154
154
|
boxShadowFocus: string;
|
|
155
155
|
loadingColor: string;
|
|
156
|
+
loadingColorSuccess: string;
|
|
157
|
+
borderSuccess: string;
|
|
158
|
+
borderHoverSuccess: string;
|
|
159
|
+
colorFocusSuccess: string;
|
|
160
|
+
borderFocusSuccess: string;
|
|
161
|
+
boxShadowFocusSuccess: string;
|
|
162
|
+
caretColorSuccess: string;
|
|
156
163
|
loadingColorWarning: string;
|
|
157
164
|
borderWarning: string;
|
|
158
165
|
borderHoverWarning: string;
|
|
@@ -163,6 +163,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
163
|
borderFocus: string;
|
|
164
164
|
boxShadowFocus: string;
|
|
165
165
|
loadingColor: string;
|
|
166
|
+
loadingColorSuccess: string;
|
|
167
|
+
borderSuccess: string;
|
|
168
|
+
borderHoverSuccess: string;
|
|
169
|
+
colorFocusSuccess: string;
|
|
170
|
+
borderFocusSuccess: string;
|
|
171
|
+
boxShadowFocusSuccess: string;
|
|
172
|
+
caretColorSuccess: string;
|
|
166
173
|
loadingColorWarning: string;
|
|
167
174
|
borderWarning: string;
|
|
168
175
|
borderHoverWarning: string;
|
|
@@ -161,6 +161,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
161
161
|
borderFocus: string;
|
|
162
162
|
boxShadowFocus: string;
|
|
163
163
|
loadingColor: string;
|
|
164
|
+
loadingColorSuccess: string;
|
|
165
|
+
borderSuccess: string;
|
|
166
|
+
borderHoverSuccess: string;
|
|
167
|
+
colorFocusSuccess: string;
|
|
168
|
+
borderFocusSuccess: string;
|
|
169
|
+
boxShadowFocusSuccess: string;
|
|
170
|
+
caretColorSuccess: string;
|
|
164
171
|
loadingColorWarning: string;
|
|
165
172
|
borderWarning: string;
|
|
166
173
|
borderHoverWarning: string;
|
|
@@ -178,6 +178,13 @@ declare const transferLight: import("../../_mixins").Theme<"Transfer", {
|
|
|
178
178
|
borderFocus: string;
|
|
179
179
|
boxShadowFocus: string;
|
|
180
180
|
loadingColor: string;
|
|
181
|
+
loadingColorSuccess: string;
|
|
182
|
+
borderSuccess: string;
|
|
183
|
+
borderHoverSuccess: string;
|
|
184
|
+
colorFocusSuccess: string;
|
|
185
|
+
borderFocusSuccess: string;
|
|
186
|
+
boxShadowFocusSuccess: string;
|
|
187
|
+
caretColorSuccess: string;
|
|
181
188
|
loadingColorWarning: string;
|
|
182
189
|
borderWarning: string;
|
|
183
190
|
borderHoverWarning: string;
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.14.
|
|
1
|
+
declare const _default: "1.14.1";
|
|
2
2
|
export default _default;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
package/web-types.json
CHANGED