@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
|
@@ -171,6 +171,13 @@ export declare const autoCompleteProps: {
|
|
|
171
171
|
borderFocus: string;
|
|
172
172
|
boxShadowFocus: string;
|
|
173
173
|
loadingColor: string;
|
|
174
|
+
loadingColorSuccess: string;
|
|
175
|
+
borderSuccess: string;
|
|
176
|
+
borderHoverSuccess: string;
|
|
177
|
+
colorFocusSuccess: string;
|
|
178
|
+
borderFocusSuccess: string;
|
|
179
|
+
boxShadowFocusSuccess: string;
|
|
180
|
+
caretColorSuccess: string;
|
|
174
181
|
loadingColorWarning: string;
|
|
175
182
|
borderWarning: string;
|
|
176
183
|
borderHoverWarning: string;
|
|
@@ -304,6 +311,13 @@ export declare const autoCompleteProps: {
|
|
|
304
311
|
borderFocus: string;
|
|
305
312
|
boxShadowFocus: string;
|
|
306
313
|
loadingColor: string;
|
|
314
|
+
loadingColorSuccess: string;
|
|
315
|
+
borderSuccess: string;
|
|
316
|
+
borderHoverSuccess: string;
|
|
317
|
+
colorFocusSuccess: string;
|
|
318
|
+
borderFocusSuccess: string;
|
|
319
|
+
boxShadowFocusSuccess: string;
|
|
320
|
+
caretColorSuccess: string;
|
|
307
321
|
loadingColorWarning: string;
|
|
308
322
|
borderWarning: string;
|
|
309
323
|
borderHoverWarning: string;
|
|
@@ -437,6 +451,13 @@ export declare const autoCompleteProps: {
|
|
|
437
451
|
borderFocus: string;
|
|
438
452
|
boxShadowFocus: string;
|
|
439
453
|
loadingColor: string;
|
|
454
|
+
loadingColorSuccess: string;
|
|
455
|
+
borderSuccess: string;
|
|
456
|
+
borderHoverSuccess: string;
|
|
457
|
+
colorFocusSuccess: string;
|
|
458
|
+
borderFocusSuccess: string;
|
|
459
|
+
boxShadowFocusSuccess: string;
|
|
460
|
+
caretColorSuccess: string;
|
|
440
461
|
loadingColorWarning: string;
|
|
441
462
|
borderWarning: string;
|
|
442
463
|
borderHoverWarning: string;
|
|
@@ -628,6 +649,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
628
649
|
borderFocus: string;
|
|
629
650
|
boxShadowFocus: string;
|
|
630
651
|
loadingColor: string;
|
|
652
|
+
loadingColorSuccess: string;
|
|
653
|
+
borderSuccess: string;
|
|
654
|
+
borderHoverSuccess: string;
|
|
655
|
+
colorFocusSuccess: string;
|
|
656
|
+
borderFocusSuccess: string;
|
|
657
|
+
boxShadowFocusSuccess: string;
|
|
658
|
+
caretColorSuccess: string;
|
|
631
659
|
loadingColorWarning: string;
|
|
632
660
|
borderWarning: string;
|
|
633
661
|
borderHoverWarning: string;
|
|
@@ -761,6 +789,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
761
789
|
borderFocus: string;
|
|
762
790
|
boxShadowFocus: string;
|
|
763
791
|
loadingColor: string;
|
|
792
|
+
loadingColorSuccess: string;
|
|
793
|
+
borderSuccess: string;
|
|
794
|
+
borderHoverSuccess: string;
|
|
795
|
+
colorFocusSuccess: string;
|
|
796
|
+
borderFocusSuccess: string;
|
|
797
|
+
boxShadowFocusSuccess: string;
|
|
798
|
+
caretColorSuccess: string;
|
|
764
799
|
loadingColorWarning: string;
|
|
765
800
|
borderWarning: string;
|
|
766
801
|
borderHoverWarning: string;
|
|
@@ -894,6 +929,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
894
929
|
borderFocus: string;
|
|
895
930
|
boxShadowFocus: string;
|
|
896
931
|
loadingColor: string;
|
|
932
|
+
loadingColorSuccess: string;
|
|
933
|
+
borderSuccess: string;
|
|
934
|
+
borderHoverSuccess: string;
|
|
935
|
+
colorFocusSuccess: string;
|
|
936
|
+
borderFocusSuccess: string;
|
|
937
|
+
boxShadowFocusSuccess: string;
|
|
938
|
+
caretColorSuccess: string;
|
|
897
939
|
loadingColorWarning: string;
|
|
898
940
|
borderWarning: string;
|
|
899
941
|
borderHoverWarning: string;
|
|
@@ -1071,6 +1113,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1071
1113
|
borderFocus: string;
|
|
1072
1114
|
boxShadowFocus: string;
|
|
1073
1115
|
loadingColor: string;
|
|
1116
|
+
loadingColorSuccess: string;
|
|
1117
|
+
borderSuccess: string;
|
|
1118
|
+
borderHoverSuccess: string;
|
|
1119
|
+
colorFocusSuccess: string;
|
|
1120
|
+
borderFocusSuccess: string;
|
|
1121
|
+
boxShadowFocusSuccess: string;
|
|
1122
|
+
caretColorSuccess: string;
|
|
1074
1123
|
loadingColorWarning: string;
|
|
1075
1124
|
borderWarning: string;
|
|
1076
1125
|
borderHoverWarning: string;
|
|
@@ -1312,6 +1361,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1312
1361
|
borderFocus: string;
|
|
1313
1362
|
boxShadowFocus: string;
|
|
1314
1363
|
loadingColor: string;
|
|
1364
|
+
loadingColorSuccess: string;
|
|
1365
|
+
borderSuccess: string;
|
|
1366
|
+
borderHoverSuccess: string;
|
|
1367
|
+
colorFocusSuccess: string;
|
|
1368
|
+
borderFocusSuccess: string;
|
|
1369
|
+
boxShadowFocusSuccess: string;
|
|
1370
|
+
caretColorSuccess: string;
|
|
1315
1371
|
loadingColorWarning: string;
|
|
1316
1372
|
borderWarning: string;
|
|
1317
1373
|
borderHoverWarning: string;
|
|
@@ -1445,6 +1501,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1445
1501
|
borderFocus: string;
|
|
1446
1502
|
boxShadowFocus: string;
|
|
1447
1503
|
loadingColor: string;
|
|
1504
|
+
loadingColorSuccess: string;
|
|
1505
|
+
borderSuccess: string;
|
|
1506
|
+
borderHoverSuccess: string;
|
|
1507
|
+
colorFocusSuccess: string;
|
|
1508
|
+
borderFocusSuccess: string;
|
|
1509
|
+
boxShadowFocusSuccess: string;
|
|
1510
|
+
caretColorSuccess: string;
|
|
1448
1511
|
loadingColorWarning: string;
|
|
1449
1512
|
borderWarning: string;
|
|
1450
1513
|
borderHoverWarning: string;
|
|
@@ -1578,6 +1641,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1578
1641
|
borderFocus: string;
|
|
1579
1642
|
boxShadowFocus: string;
|
|
1580
1643
|
loadingColor: string;
|
|
1644
|
+
loadingColorSuccess: string;
|
|
1645
|
+
borderSuccess: string;
|
|
1646
|
+
borderHoverSuccess: string;
|
|
1647
|
+
colorFocusSuccess: string;
|
|
1648
|
+
borderFocusSuccess: string;
|
|
1649
|
+
boxShadowFocusSuccess: string;
|
|
1650
|
+
caretColorSuccess: string;
|
|
1581
1651
|
loadingColorWarning: string;
|
|
1582
1652
|
borderWarning: string;
|
|
1583
1653
|
borderHoverWarning: string;
|
|
@@ -110,6 +110,13 @@ declare const autoCompleteLight: import("../../_mixins").Theme<"AutoComplete", {
|
|
|
110
110
|
borderFocus: string;
|
|
111
111
|
boxShadowFocus: string;
|
|
112
112
|
loadingColor: string;
|
|
113
|
+
loadingColorSuccess: string;
|
|
114
|
+
borderSuccess: string;
|
|
115
|
+
borderHoverSuccess: string;
|
|
116
|
+
colorFocusSuccess: string;
|
|
117
|
+
borderFocusSuccess: string;
|
|
118
|
+
boxShadowFocusSuccess: string;
|
|
119
|
+
caretColorSuccess: string;
|
|
113
120
|
loadingColorWarning: string;
|
|
114
121
|
borderWarning: string;
|
|
115
122
|
borderHoverWarning: string;
|
package/es/chat/src/Chat.d.ts
CHANGED
|
@@ -316,6 +316,13 @@ export declare const chatProps: {
|
|
|
316
316
|
borderFocus: string;
|
|
317
317
|
boxShadowFocus: string;
|
|
318
318
|
loadingColor: string;
|
|
319
|
+
loadingColorSuccess: string;
|
|
320
|
+
borderSuccess: string;
|
|
321
|
+
borderHoverSuccess: string;
|
|
322
|
+
colorFocusSuccess: string;
|
|
323
|
+
borderFocusSuccess: string;
|
|
324
|
+
boxShadowFocusSuccess: string;
|
|
325
|
+
caretColorSuccess: string;
|
|
319
326
|
loadingColorWarning: string;
|
|
320
327
|
borderWarning: string;
|
|
321
328
|
borderHoverWarning: string;
|
|
@@ -1014,6 +1021,13 @@ export declare const chatProps: {
|
|
|
1014
1021
|
borderFocus: string;
|
|
1015
1022
|
boxShadowFocus: string;
|
|
1016
1023
|
loadingColor: string;
|
|
1024
|
+
loadingColorSuccess: string;
|
|
1025
|
+
borderSuccess: string;
|
|
1026
|
+
borderHoverSuccess: string;
|
|
1027
|
+
colorFocusSuccess: string;
|
|
1028
|
+
borderFocusSuccess: string;
|
|
1029
|
+
boxShadowFocusSuccess: string;
|
|
1030
|
+
caretColorSuccess: string;
|
|
1017
1031
|
loadingColorWarning: string;
|
|
1018
1032
|
borderWarning: string;
|
|
1019
1033
|
borderHoverWarning: string;
|
|
@@ -1712,6 +1726,13 @@ export declare const chatProps: {
|
|
|
1712
1726
|
borderFocus: string;
|
|
1713
1727
|
boxShadowFocus: string;
|
|
1714
1728
|
loadingColor: string;
|
|
1729
|
+
loadingColorSuccess: string;
|
|
1730
|
+
borderSuccess: string;
|
|
1731
|
+
borderHoverSuccess: string;
|
|
1732
|
+
colorFocusSuccess: string;
|
|
1733
|
+
borderFocusSuccess: string;
|
|
1734
|
+
boxShadowFocusSuccess: string;
|
|
1735
|
+
caretColorSuccess: string;
|
|
1715
1736
|
loadingColorWarning: string;
|
|
1716
1737
|
borderWarning: string;
|
|
1717
1738
|
borderHoverWarning: string;
|
|
@@ -2649,6 +2670,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2649
2670
|
borderFocus: string;
|
|
2650
2671
|
boxShadowFocus: string;
|
|
2651
2672
|
loadingColor: string;
|
|
2673
|
+
loadingColorSuccess: string;
|
|
2674
|
+
borderSuccess: string;
|
|
2675
|
+
borderHoverSuccess: string;
|
|
2676
|
+
colorFocusSuccess: string;
|
|
2677
|
+
borderFocusSuccess: string;
|
|
2678
|
+
boxShadowFocusSuccess: string;
|
|
2679
|
+
caretColorSuccess: string;
|
|
2652
2680
|
loadingColorWarning: string;
|
|
2653
2681
|
borderWarning: string;
|
|
2654
2682
|
borderHoverWarning: string;
|
|
@@ -3347,6 +3375,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3347
3375
|
borderFocus: string;
|
|
3348
3376
|
boxShadowFocus: string;
|
|
3349
3377
|
loadingColor: string;
|
|
3378
|
+
loadingColorSuccess: string;
|
|
3379
|
+
borderSuccess: string;
|
|
3380
|
+
borderHoverSuccess: string;
|
|
3381
|
+
colorFocusSuccess: string;
|
|
3382
|
+
borderFocusSuccess: string;
|
|
3383
|
+
boxShadowFocusSuccess: string;
|
|
3384
|
+
caretColorSuccess: string;
|
|
3350
3385
|
loadingColorWarning: string;
|
|
3351
3386
|
borderWarning: string;
|
|
3352
3387
|
borderHoverWarning: string;
|
|
@@ -4045,6 +4080,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4045
4080
|
borderFocus: string;
|
|
4046
4081
|
boxShadowFocus: string;
|
|
4047
4082
|
loadingColor: string;
|
|
4083
|
+
loadingColorSuccess: string;
|
|
4084
|
+
borderSuccess: string;
|
|
4085
|
+
borderHoverSuccess: string;
|
|
4086
|
+
colorFocusSuccess: string;
|
|
4087
|
+
borderFocusSuccess: string;
|
|
4088
|
+
boxShadowFocusSuccess: string;
|
|
4089
|
+
caretColorSuccess: string;
|
|
4048
4090
|
loadingColorWarning: string;
|
|
4049
4091
|
borderWarning: string;
|
|
4050
4092
|
borderHoverWarning: string;
|
|
@@ -4748,6 +4790,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4748
4790
|
borderFocus: string;
|
|
4749
4791
|
boxShadowFocus: string;
|
|
4750
4792
|
loadingColor: string;
|
|
4793
|
+
loadingColorSuccess: string;
|
|
4794
|
+
borderSuccess: string;
|
|
4795
|
+
borderHoverSuccess: string;
|
|
4796
|
+
colorFocusSuccess: string;
|
|
4797
|
+
borderFocusSuccess: string;
|
|
4798
|
+
boxShadowFocusSuccess: string;
|
|
4799
|
+
caretColorSuccess: string;
|
|
4751
4800
|
loadingColorWarning: string;
|
|
4752
4801
|
borderWarning: string;
|
|
4753
4802
|
borderHoverWarning: string;
|
|
@@ -6057,6 +6106,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6057
6106
|
borderFocus: string;
|
|
6058
6107
|
boxShadowFocus: string;
|
|
6059
6108
|
loadingColor: string;
|
|
6109
|
+
loadingColorSuccess: string;
|
|
6110
|
+
borderSuccess: string;
|
|
6111
|
+
borderHoverSuccess: string;
|
|
6112
|
+
colorFocusSuccess: string;
|
|
6113
|
+
borderFocusSuccess: string;
|
|
6114
|
+
boxShadowFocusSuccess: string;
|
|
6115
|
+
caretColorSuccess: string;
|
|
6060
6116
|
loadingColorWarning: string;
|
|
6061
6117
|
borderWarning: string;
|
|
6062
6118
|
borderHoverWarning: string;
|
|
@@ -6755,6 +6811,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6755
6811
|
borderFocus: string;
|
|
6756
6812
|
boxShadowFocus: string;
|
|
6757
6813
|
loadingColor: string;
|
|
6814
|
+
loadingColorSuccess: string;
|
|
6815
|
+
borderSuccess: string;
|
|
6816
|
+
borderHoverSuccess: string;
|
|
6817
|
+
colorFocusSuccess: string;
|
|
6818
|
+
borderFocusSuccess: string;
|
|
6819
|
+
boxShadowFocusSuccess: string;
|
|
6820
|
+
caretColorSuccess: string;
|
|
6758
6821
|
loadingColorWarning: string;
|
|
6759
6822
|
borderWarning: string;
|
|
6760
6823
|
borderHoverWarning: string;
|
|
@@ -7453,6 +7516,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7453
7516
|
borderFocus: string;
|
|
7454
7517
|
boxShadowFocus: string;
|
|
7455
7518
|
loadingColor: string;
|
|
7519
|
+
loadingColorSuccess: string;
|
|
7520
|
+
borderSuccess: string;
|
|
7521
|
+
borderHoverSuccess: string;
|
|
7522
|
+
colorFocusSuccess: string;
|
|
7523
|
+
borderFocusSuccess: string;
|
|
7524
|
+
boxShadowFocusSuccess: string;
|
|
7525
|
+
caretColorSuccess: string;
|
|
7456
7526
|
loadingColorWarning: string;
|
|
7457
7527
|
borderWarning: string;
|
|
7458
7528
|
borderHoverWarning: string;
|
|
@@ -126,6 +126,13 @@ export declare const chatListItemsProps: {
|
|
|
126
126
|
borderFocus: string;
|
|
127
127
|
boxShadowFocus: string;
|
|
128
128
|
loadingColor: string;
|
|
129
|
+
loadingColorSuccess: string;
|
|
130
|
+
borderSuccess: string;
|
|
131
|
+
borderHoverSuccess: string;
|
|
132
|
+
colorFocusSuccess: string;
|
|
133
|
+
borderFocusSuccess: string;
|
|
134
|
+
boxShadowFocusSuccess: string;
|
|
135
|
+
caretColorSuccess: string;
|
|
129
136
|
loadingColorWarning: string;
|
|
130
137
|
borderWarning: string;
|
|
131
138
|
borderHoverWarning: string;
|
|
@@ -824,6 +831,13 @@ export declare const chatListItemsProps: {
|
|
|
824
831
|
borderFocus: string;
|
|
825
832
|
boxShadowFocus: string;
|
|
826
833
|
loadingColor: string;
|
|
834
|
+
loadingColorSuccess: string;
|
|
835
|
+
borderSuccess: string;
|
|
836
|
+
borderHoverSuccess: string;
|
|
837
|
+
colorFocusSuccess: string;
|
|
838
|
+
borderFocusSuccess: string;
|
|
839
|
+
boxShadowFocusSuccess: string;
|
|
840
|
+
caretColorSuccess: string;
|
|
827
841
|
loadingColorWarning: string;
|
|
828
842
|
borderWarning: string;
|
|
829
843
|
borderHoverWarning: string;
|
|
@@ -1522,6 +1536,13 @@ export declare const chatListItemsProps: {
|
|
|
1522
1536
|
borderFocus: string;
|
|
1523
1537
|
boxShadowFocus: string;
|
|
1524
1538
|
loadingColor: string;
|
|
1539
|
+
loadingColorSuccess: string;
|
|
1540
|
+
borderSuccess: string;
|
|
1541
|
+
borderHoverSuccess: string;
|
|
1542
|
+
colorFocusSuccess: string;
|
|
1543
|
+
borderFocusSuccess: string;
|
|
1544
|
+
boxShadowFocusSuccess: string;
|
|
1545
|
+
caretColorSuccess: string;
|
|
1525
1546
|
loadingColorWarning: string;
|
|
1526
1547
|
borderWarning: string;
|
|
1527
1548
|
borderHoverWarning: string;
|
|
@@ -2267,6 +2288,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2267
2288
|
borderFocus: string;
|
|
2268
2289
|
boxShadowFocus: string;
|
|
2269
2290
|
loadingColor: string;
|
|
2291
|
+
loadingColorSuccess: string;
|
|
2292
|
+
borderSuccess: string;
|
|
2293
|
+
borderHoverSuccess: string;
|
|
2294
|
+
colorFocusSuccess: string;
|
|
2295
|
+
borderFocusSuccess: string;
|
|
2296
|
+
boxShadowFocusSuccess: string;
|
|
2297
|
+
caretColorSuccess: string;
|
|
2270
2298
|
loadingColorWarning: string;
|
|
2271
2299
|
borderWarning: string;
|
|
2272
2300
|
borderHoverWarning: string;
|
|
@@ -2965,6 +2993,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2965
2993
|
borderFocus: string;
|
|
2966
2994
|
boxShadowFocus: string;
|
|
2967
2995
|
loadingColor: string;
|
|
2996
|
+
loadingColorSuccess: string;
|
|
2997
|
+
borderSuccess: string;
|
|
2998
|
+
borderHoverSuccess: string;
|
|
2999
|
+
colorFocusSuccess: string;
|
|
3000
|
+
borderFocusSuccess: string;
|
|
3001
|
+
boxShadowFocusSuccess: string;
|
|
3002
|
+
caretColorSuccess: string;
|
|
2968
3003
|
loadingColorWarning: string;
|
|
2969
3004
|
borderWarning: string;
|
|
2970
3005
|
borderHoverWarning: string;
|
|
@@ -3663,6 +3698,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3663
3698
|
borderFocus: string;
|
|
3664
3699
|
boxShadowFocus: string;
|
|
3665
3700
|
loadingColor: string;
|
|
3701
|
+
loadingColorSuccess: string;
|
|
3702
|
+
borderSuccess: string;
|
|
3703
|
+
borderHoverSuccess: string;
|
|
3704
|
+
colorFocusSuccess: string;
|
|
3705
|
+
borderFocusSuccess: string;
|
|
3706
|
+
boxShadowFocusSuccess: string;
|
|
3707
|
+
caretColorSuccess: string;
|
|
3666
3708
|
loadingColorWarning: string;
|
|
3667
3709
|
borderWarning: string;
|
|
3668
3710
|
borderHoverWarning: string;
|
|
@@ -4366,6 +4408,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4366
4408
|
borderFocus: string;
|
|
4367
4409
|
boxShadowFocus: string;
|
|
4368
4410
|
loadingColor: string;
|
|
4411
|
+
loadingColorSuccess: string;
|
|
4412
|
+
borderSuccess: string;
|
|
4413
|
+
borderHoverSuccess: string;
|
|
4414
|
+
colorFocusSuccess: string;
|
|
4415
|
+
borderFocusSuccess: string;
|
|
4416
|
+
boxShadowFocusSuccess: string;
|
|
4417
|
+
caretColorSuccess: string;
|
|
4369
4418
|
loadingColorWarning: string;
|
|
4370
4419
|
borderWarning: string;
|
|
4371
4420
|
borderHoverWarning: string;
|
|
@@ -5321,6 +5370,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5321
5370
|
borderFocus: string;
|
|
5322
5371
|
boxShadowFocus: string;
|
|
5323
5372
|
loadingColor: string;
|
|
5373
|
+
loadingColorSuccess: string;
|
|
5374
|
+
borderSuccess: string;
|
|
5375
|
+
borderHoverSuccess: string;
|
|
5376
|
+
colorFocusSuccess: string;
|
|
5377
|
+
borderFocusSuccess: string;
|
|
5378
|
+
boxShadowFocusSuccess: string;
|
|
5379
|
+
caretColorSuccess: string;
|
|
5324
5380
|
loadingColorWarning: string;
|
|
5325
5381
|
borderWarning: string;
|
|
5326
5382
|
borderHoverWarning: string;
|
|
@@ -6344,6 +6400,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6344
6400
|
borderFocus: string;
|
|
6345
6401
|
boxShadowFocus: string;
|
|
6346
6402
|
loadingColor: string;
|
|
6403
|
+
loadingColorSuccess: string;
|
|
6404
|
+
borderSuccess: string;
|
|
6405
|
+
borderHoverSuccess: string;
|
|
6406
|
+
colorFocusSuccess: string;
|
|
6407
|
+
borderFocusSuccess: string;
|
|
6408
|
+
boxShadowFocusSuccess: string;
|
|
6409
|
+
caretColorSuccess: string;
|
|
6347
6410
|
loadingColorWarning: string;
|
|
6348
6411
|
borderWarning: string;
|
|
6349
6412
|
borderHoverWarning: string;
|
|
@@ -7042,6 +7105,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7042
7105
|
borderFocus: string;
|
|
7043
7106
|
boxShadowFocus: string;
|
|
7044
7107
|
loadingColor: string;
|
|
7108
|
+
loadingColorSuccess: string;
|
|
7109
|
+
borderSuccess: string;
|
|
7110
|
+
borderHoverSuccess: string;
|
|
7111
|
+
colorFocusSuccess: string;
|
|
7112
|
+
borderFocusSuccess: string;
|
|
7113
|
+
boxShadowFocusSuccess: string;
|
|
7114
|
+
caretColorSuccess: string;
|
|
7045
7115
|
loadingColorWarning: string;
|
|
7046
7116
|
borderWarning: string;
|
|
7047
7117
|
borderHoverWarning: string;
|
|
@@ -7740,6 +7810,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7740
7810
|
borderFocus: string;
|
|
7741
7811
|
boxShadowFocus: string;
|
|
7742
7812
|
loadingColor: string;
|
|
7813
|
+
loadingColorSuccess: string;
|
|
7814
|
+
borderSuccess: string;
|
|
7815
|
+
borderHoverSuccess: string;
|
|
7816
|
+
colorFocusSuccess: string;
|
|
7817
|
+
borderFocusSuccess: string;
|
|
7818
|
+
boxShadowFocusSuccess: string;
|
|
7819
|
+
caretColorSuccess: string;
|
|
7743
7820
|
loadingColorWarning: string;
|
|
7744
7821
|
borderWarning: string;
|
|
7745
7822
|
borderHoverWarning: string;
|
|
@@ -128,6 +128,13 @@ export declare const chatMessagesProps: {
|
|
|
128
128
|
borderFocus: string;
|
|
129
129
|
boxShadowFocus: string;
|
|
130
130
|
loadingColor: string;
|
|
131
|
+
loadingColorSuccess: string;
|
|
132
|
+
borderSuccess: string;
|
|
133
|
+
borderHoverSuccess: string;
|
|
134
|
+
colorFocusSuccess: string;
|
|
135
|
+
borderFocusSuccess: string;
|
|
136
|
+
boxShadowFocusSuccess: string;
|
|
137
|
+
caretColorSuccess: string;
|
|
131
138
|
loadingColorWarning: string;
|
|
132
139
|
borderWarning: string;
|
|
133
140
|
borderHoverWarning: string;
|
|
@@ -826,6 +833,13 @@ export declare const chatMessagesProps: {
|
|
|
826
833
|
borderFocus: string;
|
|
827
834
|
boxShadowFocus: string;
|
|
828
835
|
loadingColor: string;
|
|
836
|
+
loadingColorSuccess: string;
|
|
837
|
+
borderSuccess: string;
|
|
838
|
+
borderHoverSuccess: string;
|
|
839
|
+
colorFocusSuccess: string;
|
|
840
|
+
borderFocusSuccess: string;
|
|
841
|
+
boxShadowFocusSuccess: string;
|
|
842
|
+
caretColorSuccess: string;
|
|
829
843
|
loadingColorWarning: string;
|
|
830
844
|
borderWarning: string;
|
|
831
845
|
borderHoverWarning: string;
|
|
@@ -1524,6 +1538,13 @@ export declare const chatMessagesProps: {
|
|
|
1524
1538
|
borderFocus: string;
|
|
1525
1539
|
boxShadowFocus: string;
|
|
1526
1540
|
loadingColor: string;
|
|
1541
|
+
loadingColorSuccess: string;
|
|
1542
|
+
borderSuccess: string;
|
|
1543
|
+
borderHoverSuccess: string;
|
|
1544
|
+
colorFocusSuccess: string;
|
|
1545
|
+
borderFocusSuccess: string;
|
|
1546
|
+
boxShadowFocusSuccess: string;
|
|
1547
|
+
caretColorSuccess: string;
|
|
1527
1548
|
loadingColorWarning: string;
|
|
1528
1549
|
borderWarning: string;
|
|
1529
1550
|
borderHoverWarning: string;
|
|
@@ -2273,6 +2294,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2273
2294
|
borderFocus: string;
|
|
2274
2295
|
boxShadowFocus: string;
|
|
2275
2296
|
loadingColor: string;
|
|
2297
|
+
loadingColorSuccess: string;
|
|
2298
|
+
borderSuccess: string;
|
|
2299
|
+
borderHoverSuccess: string;
|
|
2300
|
+
colorFocusSuccess: string;
|
|
2301
|
+
borderFocusSuccess: string;
|
|
2302
|
+
boxShadowFocusSuccess: string;
|
|
2303
|
+
caretColorSuccess: string;
|
|
2276
2304
|
loadingColorWarning: string;
|
|
2277
2305
|
borderWarning: string;
|
|
2278
2306
|
borderHoverWarning: string;
|
|
@@ -2971,6 +2999,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2971
2999
|
borderFocus: string;
|
|
2972
3000
|
boxShadowFocus: string;
|
|
2973
3001
|
loadingColor: string;
|
|
3002
|
+
loadingColorSuccess: string;
|
|
3003
|
+
borderSuccess: string;
|
|
3004
|
+
borderHoverSuccess: string;
|
|
3005
|
+
colorFocusSuccess: string;
|
|
3006
|
+
borderFocusSuccess: string;
|
|
3007
|
+
boxShadowFocusSuccess: string;
|
|
3008
|
+
caretColorSuccess: string;
|
|
2974
3009
|
loadingColorWarning: string;
|
|
2975
3010
|
borderWarning: string;
|
|
2976
3011
|
borderHoverWarning: string;
|
|
@@ -3669,6 +3704,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3669
3704
|
borderFocus: string;
|
|
3670
3705
|
boxShadowFocus: string;
|
|
3671
3706
|
loadingColor: string;
|
|
3707
|
+
loadingColorSuccess: string;
|
|
3708
|
+
borderSuccess: string;
|
|
3709
|
+
borderHoverSuccess: string;
|
|
3710
|
+
colorFocusSuccess: string;
|
|
3711
|
+
borderFocusSuccess: string;
|
|
3712
|
+
boxShadowFocusSuccess: string;
|
|
3713
|
+
caretColorSuccess: string;
|
|
3672
3714
|
loadingColorWarning: string;
|
|
3673
3715
|
borderWarning: string;
|
|
3674
3716
|
borderHoverWarning: string;
|
|
@@ -4372,6 +4414,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4372
4414
|
borderFocus: string;
|
|
4373
4415
|
boxShadowFocus: string;
|
|
4374
4416
|
loadingColor: string;
|
|
4417
|
+
loadingColorSuccess: string;
|
|
4418
|
+
borderSuccess: string;
|
|
4419
|
+
borderHoverSuccess: string;
|
|
4420
|
+
colorFocusSuccess: string;
|
|
4421
|
+
borderFocusSuccess: string;
|
|
4422
|
+
boxShadowFocusSuccess: string;
|
|
4423
|
+
caretColorSuccess: string;
|
|
4375
4424
|
loadingColorWarning: string;
|
|
4376
4425
|
borderWarning: string;
|
|
4377
4426
|
borderHoverWarning: string;
|
|
@@ -5327,6 +5376,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5327
5376
|
borderFocus: string;
|
|
5328
5377
|
boxShadowFocus: string;
|
|
5329
5378
|
loadingColor: string;
|
|
5379
|
+
loadingColorSuccess: string;
|
|
5380
|
+
borderSuccess: string;
|
|
5381
|
+
borderHoverSuccess: string;
|
|
5382
|
+
colorFocusSuccess: string;
|
|
5383
|
+
borderFocusSuccess: string;
|
|
5384
|
+
boxShadowFocusSuccess: string;
|
|
5385
|
+
caretColorSuccess: string;
|
|
5330
5386
|
loadingColorWarning: string;
|
|
5331
5387
|
borderWarning: string;
|
|
5332
5388
|
borderHoverWarning: string;
|
|
@@ -6369,6 +6425,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6369
6425
|
borderFocus: string;
|
|
6370
6426
|
boxShadowFocus: string;
|
|
6371
6427
|
loadingColor: string;
|
|
6428
|
+
loadingColorSuccess: string;
|
|
6429
|
+
borderSuccess: string;
|
|
6430
|
+
borderHoverSuccess: string;
|
|
6431
|
+
colorFocusSuccess: string;
|
|
6432
|
+
borderFocusSuccess: string;
|
|
6433
|
+
boxShadowFocusSuccess: string;
|
|
6434
|
+
caretColorSuccess: string;
|
|
6372
6435
|
loadingColorWarning: string;
|
|
6373
6436
|
borderWarning: string;
|
|
6374
6437
|
borderHoverWarning: string;
|
|
@@ -7067,6 +7130,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7067
7130
|
borderFocus: string;
|
|
7068
7131
|
boxShadowFocus: string;
|
|
7069
7132
|
loadingColor: string;
|
|
7133
|
+
loadingColorSuccess: string;
|
|
7134
|
+
borderSuccess: string;
|
|
7135
|
+
borderHoverSuccess: string;
|
|
7136
|
+
colorFocusSuccess: string;
|
|
7137
|
+
borderFocusSuccess: string;
|
|
7138
|
+
boxShadowFocusSuccess: string;
|
|
7139
|
+
caretColorSuccess: string;
|
|
7070
7140
|
loadingColorWarning: string;
|
|
7071
7141
|
borderWarning: string;
|
|
7072
7142
|
borderHoverWarning: string;
|
|
@@ -7765,6 +7835,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7765
7835
|
borderFocus: string;
|
|
7766
7836
|
boxShadowFocus: string;
|
|
7767
7837
|
loadingColor: string;
|
|
7838
|
+
loadingColorSuccess: string;
|
|
7839
|
+
borderSuccess: string;
|
|
7840
|
+
borderHoverSuccess: string;
|
|
7841
|
+
colorFocusSuccess: string;
|
|
7842
|
+
borderFocusSuccess: string;
|
|
7843
|
+
boxShadowFocusSuccess: string;
|
|
7844
|
+
caretColorSuccess: string;
|
|
7768
7845
|
loadingColorWarning: string;
|
|
7769
7846
|
borderWarning: string;
|
|
7770
7847
|
borderHoverWarning: string;
|