@uzum-tech/ui 1.8.1 → 1.8.2
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 +189 -135
- package/dist/index.prod.js +3 -3
- package/es/_internal/scrollbar/src/Scrollbar.js +1 -1
- package/es/button/src/Button.d.ts +72 -0
- package/es/button/src/Button.js +13 -7
- package/es/button/src/styles/index.cssr.js +1 -2
- package/es/button/styles/light.d.ts +8 -0
- package/es/button/styles/light.js +7 -7
- package/es/calendar/src/Calendar.d.ts +80 -0
- package/es/calendar/styles/light.d.ts +8 -0
- package/es/chat/src/Chat.d.ts +87 -7
- package/es/chat/src/Chat.js +11 -12
- package/es/chat/src/ChatListItems.d.ts +88 -0
- package/es/chat/src/ChatListItems.js +4 -1
- package/es/chat/src/ChatMessages.d.ts +88 -0
- package/es/chat/src/styles/index.cssr.js +1 -3
- package/es/chat/styles/dark.d.ts +8 -0
- package/es/chat/styles/light.d.ts +8 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +8 -0
- package/es/color-picker/src/ColorPicker.d.ts +72 -0
- package/es/color-picker/styles/light.d.ts +8 -0
- package/es/data-table/src/DataTable.d.ts +56 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +8 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +8 -0
- package/es/data-table/src/TableParts/Body.d.ts +8 -0
- package/es/data-table/src/TableParts/Header.d.ts +8 -0
- package/es/data-table/src/interface.d.ts +24 -0
- package/es/data-table/styles/light.d.ts +8 -0
- package/es/date-picker/src/DatePicker.d.ts +168 -0
- package/es/date-picker/src/panel/date.d.ts +24 -0
- package/es/date-picker/src/panel/daterange.d.ts +24 -0
- package/es/date-picker/src/panel/datetime.d.ts +24 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +24 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +48 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +24 -0
- package/es/date-picker/src/panel/panelYear.d.ts +48 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +24 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/es/date-picker/styles/light.d.ts +16 -0
- package/es/dialog/src/Dialog.d.ts +56 -0
- package/es/dialog/src/DialogProvider.d.ts +16 -0
- package/es/dialog/styles/light.d.ts +8 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +80 -0
- package/es/dynamic-input/src/InputPreset.d.ts +8 -0
- package/es/dynamic-input/src/PairPreset.d.ts +8 -0
- package/es/dynamic-input/styles/light.d.ts +8 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +80 -0
- package/es/dynamic-tags/styles/light.d.ts +8 -0
- package/es/input-number/src/InputNumber.d.ts +80 -0
- package/es/input-number/styles/light.d.ts +8 -0
- package/es/legacy-transfer/src/Transfer.d.ts +80 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/es/legacy-transfer/src/TransferList.d.ts +8 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/es/legacy-transfer/styles/light.d.ts +8 -0
- package/es/modal/src/BodyWrapper.d.ts +16 -0
- package/es/modal/src/Modal.d.ts +72 -0
- package/es/modal/styles/light.d.ts +8 -0
- package/es/notification/src/Notification.d.ts +5 -0
- package/es/notification/src/Notification.js +16 -6
- package/es/notification/src/NotificationContainer.d.ts +12 -0
- package/es/notification/src/NotificationProvider.d.ts +108 -0
- package/es/notification/src/styles/index.cssr.js +12 -8
- package/es/notification/styles/light.d.ts +24 -0
- package/es/notification/styles/light.js +9 -8
- package/es/popconfirm/src/Popconfirm.d.ts +80 -0
- package/es/popconfirm/styles/light.d.ts +8 -0
- package/es/time-picker/src/Panel.d.ts +8 -0
- package/es/time-picker/src/TimePicker.d.ts +80 -0
- package/es/time-picker/styles/light.d.ts +8 -0
- package/es/transfer/src/Transfer.d.ts +80 -0
- package/es/transfer/src/TransferFilter.d.ts +8 -0
- package/es/transfer/src/TransferList.d.ts +8 -0
- package/es/transfer/src/TransferListItem.d.ts +8 -0
- package/es/transfer/styles/light.d.ts +8 -0
- package/es/upload/src/Upload.d.ts +90 -0
- package/es/upload/src/Upload.js +2 -1
- package/es/upload/src/UploadFile.d.ts +9 -0
- package/es/upload/src/UploadProgress.d.ts +9 -0
- package/es/upload/src/styles/index.cssr.js +1 -0
- package/es/upload/src/useUploadActionsRender.js +5 -1
- package/es/upload/styles/light.d.ts +10 -0
- package/es/upload/styles/light.js +6 -5
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.js +1 -1
- package/lib/button/src/Button.d.ts +72 -0
- package/lib/button/src/Button.js +13 -7
- package/lib/button/src/styles/index.cssr.js +1 -2
- package/lib/button/styles/light.d.ts +8 -0
- package/lib/button/styles/light.js +7 -7
- package/lib/calendar/src/Calendar.d.ts +80 -0
- package/lib/calendar/styles/light.d.ts +8 -0
- package/lib/chat/src/Chat.d.ts +87 -7
- package/lib/chat/src/Chat.js +11 -12
- package/lib/chat/src/ChatListItems.d.ts +88 -0
- package/lib/chat/src/ChatListItems.js +4 -1
- package/lib/chat/src/ChatMessages.d.ts +88 -0
- package/lib/chat/src/styles/index.cssr.js +1 -3
- package/lib/chat/styles/dark.d.ts +8 -0
- package/lib/chat/styles/light.d.ts +8 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +8 -0
- package/lib/color-picker/src/ColorPicker.d.ts +72 -0
- package/lib/color-picker/styles/light.d.ts +8 -0
- package/lib/data-table/src/DataTable.d.ts +56 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +8 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +8 -0
- package/lib/data-table/src/TableParts/Body.d.ts +8 -0
- package/lib/data-table/src/TableParts/Header.d.ts +8 -0
- package/lib/data-table/src/interface.d.ts +24 -0
- package/lib/data-table/styles/light.d.ts +8 -0
- package/lib/date-picker/src/DatePicker.d.ts +168 -0
- package/lib/date-picker/src/panel/date.d.ts +24 -0
- package/lib/date-picker/src/panel/daterange.d.ts +24 -0
- package/lib/date-picker/src/panel/datetime.d.ts +24 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +24 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +48 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +24 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +48 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +24 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/lib/date-picker/styles/light.d.ts +16 -0
- package/lib/dialog/src/Dialog.d.ts +56 -0
- package/lib/dialog/src/DialogProvider.d.ts +16 -0
- package/lib/dialog/styles/light.d.ts +8 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +80 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +8 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +8 -0
- package/lib/dynamic-input/styles/light.d.ts +8 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +80 -0
- package/lib/dynamic-tags/styles/light.d.ts +8 -0
- package/lib/input-number/src/InputNumber.d.ts +80 -0
- package/lib/input-number/styles/light.d.ts +8 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +80 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +8 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/lib/legacy-transfer/styles/light.d.ts +8 -0
- package/lib/modal/src/BodyWrapper.d.ts +16 -0
- package/lib/modal/src/Modal.d.ts +72 -0
- package/lib/modal/styles/light.d.ts +8 -0
- package/lib/notification/src/Notification.d.ts +5 -0
- package/lib/notification/src/Notification.js +14 -4
- package/lib/notification/src/NotificationContainer.d.ts +12 -0
- package/lib/notification/src/NotificationProvider.d.ts +108 -0
- package/lib/notification/src/styles/index.cssr.js +12 -8
- package/lib/notification/styles/light.d.ts +24 -0
- package/lib/notification/styles/light.js +9 -8
- package/lib/popconfirm/src/Popconfirm.d.ts +80 -0
- package/lib/popconfirm/styles/light.d.ts +8 -0
- package/lib/time-picker/src/Panel.d.ts +8 -0
- package/lib/time-picker/src/TimePicker.d.ts +80 -0
- package/lib/time-picker/styles/light.d.ts +8 -0
- package/lib/transfer/src/Transfer.d.ts +80 -0
- package/lib/transfer/src/TransferFilter.d.ts +8 -0
- package/lib/transfer/src/TransferList.d.ts +8 -0
- package/lib/transfer/src/TransferListItem.d.ts +8 -0
- package/lib/transfer/styles/light.d.ts +8 -0
- package/lib/upload/src/Upload.d.ts +90 -0
- package/lib/upload/src/Upload.js +2 -1
- package/lib/upload/src/UploadFile.d.ts +9 -0
- package/lib/upload/src/UploadProgress.d.ts +9 -0
- package/lib/upload/src/styles/index.cssr.js +1 -0
- package/lib/upload/src/useUploadActionsRender.js +5 -1
- package/lib/upload/styles/light.d.ts +10 -0
- package/lib/upload/styles/light.js +6 -5
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +4 -4
|
@@ -404,16 +404,24 @@ export declare const chatListItemsProps: {
|
|
|
404
404
|
colorSecondary: string;
|
|
405
405
|
colorSecondaryHover: string;
|
|
406
406
|
colorSecondaryPressed: string;
|
|
407
|
+
colorSecondaryFocus: string;
|
|
408
|
+
colorSecondaryDisabled: string;
|
|
409
|
+
textColorSecondaryDisabled: string;
|
|
407
410
|
waveColorSecondary: string;
|
|
408
411
|
colorTertiary: string;
|
|
409
412
|
colorTertiaryHover: string;
|
|
410
413
|
colorTertiaryPressed: string;
|
|
414
|
+
colorTertiaryFocus: string;
|
|
411
415
|
colorTertiaryDisalbed: string;
|
|
412
416
|
waveColorTertiary: string;
|
|
413
417
|
textColorTextTertiary: string;
|
|
418
|
+
rippleColorTertiary: string;
|
|
414
419
|
colorQuaternary: string;
|
|
415
420
|
colorQuaternaryHover: string;
|
|
416
421
|
colorQuaternaryPressed: string;
|
|
422
|
+
colorQuaternaryFocus: string;
|
|
423
|
+
rippleColorQuaternary: string;
|
|
424
|
+
waveColorQuaternary: string;
|
|
417
425
|
color: string;
|
|
418
426
|
colorHover: string;
|
|
419
427
|
colorPressed: string;
|
|
@@ -1053,16 +1061,24 @@ export declare const chatListItemsProps: {
|
|
|
1053
1061
|
colorSecondary: string;
|
|
1054
1062
|
colorSecondaryHover: string;
|
|
1055
1063
|
colorSecondaryPressed: string;
|
|
1064
|
+
colorSecondaryFocus: string;
|
|
1065
|
+
colorSecondaryDisabled: string;
|
|
1066
|
+
textColorSecondaryDisabled: string;
|
|
1056
1067
|
waveColorSecondary: string;
|
|
1057
1068
|
colorTertiary: string;
|
|
1058
1069
|
colorTertiaryHover: string;
|
|
1059
1070
|
colorTertiaryPressed: string;
|
|
1071
|
+
colorTertiaryFocus: string;
|
|
1060
1072
|
colorTertiaryDisalbed: string;
|
|
1061
1073
|
waveColorTertiary: string;
|
|
1062
1074
|
textColorTextTertiary: string;
|
|
1075
|
+
rippleColorTertiary: string;
|
|
1063
1076
|
colorQuaternary: string;
|
|
1064
1077
|
colorQuaternaryHover: string;
|
|
1065
1078
|
colorQuaternaryPressed: string;
|
|
1079
|
+
colorQuaternaryFocus: string;
|
|
1080
|
+
rippleColorQuaternary: string;
|
|
1081
|
+
waveColorQuaternary: string;
|
|
1066
1082
|
color: string;
|
|
1067
1083
|
colorHover: string;
|
|
1068
1084
|
colorPressed: string;
|
|
@@ -1702,16 +1718,24 @@ export declare const chatListItemsProps: {
|
|
|
1702
1718
|
colorSecondary: string;
|
|
1703
1719
|
colorSecondaryHover: string;
|
|
1704
1720
|
colorSecondaryPressed: string;
|
|
1721
|
+
colorSecondaryFocus: string;
|
|
1722
|
+
colorSecondaryDisabled: string;
|
|
1723
|
+
textColorSecondaryDisabled: string;
|
|
1705
1724
|
waveColorSecondary: string;
|
|
1706
1725
|
colorTertiary: string;
|
|
1707
1726
|
colorTertiaryHover: string;
|
|
1708
1727
|
colorTertiaryPressed: string;
|
|
1728
|
+
colorTertiaryFocus: string;
|
|
1709
1729
|
colorTertiaryDisalbed: string;
|
|
1710
1730
|
waveColorTertiary: string;
|
|
1711
1731
|
textColorTextTertiary: string;
|
|
1732
|
+
rippleColorTertiary: string;
|
|
1712
1733
|
colorQuaternary: string;
|
|
1713
1734
|
colorQuaternaryHover: string;
|
|
1714
1735
|
colorQuaternaryPressed: string;
|
|
1736
|
+
colorQuaternaryFocus: string;
|
|
1737
|
+
rippleColorQuaternary: string;
|
|
1738
|
+
waveColorQuaternary: string;
|
|
1715
1739
|
color: string;
|
|
1716
1740
|
colorHover: string;
|
|
1717
1741
|
colorPressed: string;
|
|
@@ -2398,16 +2422,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2398
2422
|
colorSecondary: string;
|
|
2399
2423
|
colorSecondaryHover: string;
|
|
2400
2424
|
colorSecondaryPressed: string;
|
|
2425
|
+
colorSecondaryFocus: string;
|
|
2426
|
+
colorSecondaryDisabled: string;
|
|
2427
|
+
textColorSecondaryDisabled: string;
|
|
2401
2428
|
waveColorSecondary: string;
|
|
2402
2429
|
colorTertiary: string;
|
|
2403
2430
|
colorTertiaryHover: string;
|
|
2404
2431
|
colorTertiaryPressed: string;
|
|
2432
|
+
colorTertiaryFocus: string;
|
|
2405
2433
|
colorTertiaryDisalbed: string;
|
|
2406
2434
|
waveColorTertiary: string;
|
|
2407
2435
|
textColorTextTertiary: string;
|
|
2436
|
+
rippleColorTertiary: string;
|
|
2408
2437
|
colorQuaternary: string;
|
|
2409
2438
|
colorQuaternaryHover: string;
|
|
2410
2439
|
colorQuaternaryPressed: string;
|
|
2440
|
+
colorQuaternaryFocus: string;
|
|
2441
|
+
rippleColorQuaternary: string;
|
|
2442
|
+
waveColorQuaternary: string;
|
|
2411
2443
|
color: string;
|
|
2412
2444
|
colorHover: string;
|
|
2413
2445
|
colorPressed: string;
|
|
@@ -3047,16 +3079,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3047
3079
|
colorSecondary: string;
|
|
3048
3080
|
colorSecondaryHover: string;
|
|
3049
3081
|
colorSecondaryPressed: string;
|
|
3082
|
+
colorSecondaryFocus: string;
|
|
3083
|
+
colorSecondaryDisabled: string;
|
|
3084
|
+
textColorSecondaryDisabled: string;
|
|
3050
3085
|
waveColorSecondary: string;
|
|
3051
3086
|
colorTertiary: string;
|
|
3052
3087
|
colorTertiaryHover: string;
|
|
3053
3088
|
colorTertiaryPressed: string;
|
|
3089
|
+
colorTertiaryFocus: string;
|
|
3054
3090
|
colorTertiaryDisalbed: string;
|
|
3055
3091
|
waveColorTertiary: string;
|
|
3056
3092
|
textColorTextTertiary: string;
|
|
3093
|
+
rippleColorTertiary: string;
|
|
3057
3094
|
colorQuaternary: string;
|
|
3058
3095
|
colorQuaternaryHover: string;
|
|
3059
3096
|
colorQuaternaryPressed: string;
|
|
3097
|
+
colorQuaternaryFocus: string;
|
|
3098
|
+
rippleColorQuaternary: string;
|
|
3099
|
+
waveColorQuaternary: string;
|
|
3060
3100
|
color: string;
|
|
3061
3101
|
colorHover: string;
|
|
3062
3102
|
colorPressed: string;
|
|
@@ -3696,16 +3736,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3696
3736
|
colorSecondary: string;
|
|
3697
3737
|
colorSecondaryHover: string;
|
|
3698
3738
|
colorSecondaryPressed: string;
|
|
3739
|
+
colorSecondaryFocus: string;
|
|
3740
|
+
colorSecondaryDisabled: string;
|
|
3741
|
+
textColorSecondaryDisabled: string;
|
|
3699
3742
|
waveColorSecondary: string;
|
|
3700
3743
|
colorTertiary: string;
|
|
3701
3744
|
colorTertiaryHover: string;
|
|
3702
3745
|
colorTertiaryPressed: string;
|
|
3746
|
+
colorTertiaryFocus: string;
|
|
3703
3747
|
colorTertiaryDisalbed: string;
|
|
3704
3748
|
waveColorTertiary: string;
|
|
3705
3749
|
textColorTextTertiary: string;
|
|
3750
|
+
rippleColorTertiary: string;
|
|
3706
3751
|
colorQuaternary: string;
|
|
3707
3752
|
colorQuaternaryHover: string;
|
|
3708
3753
|
colorQuaternaryPressed: string;
|
|
3754
|
+
colorQuaternaryFocus: string;
|
|
3755
|
+
rippleColorQuaternary: string;
|
|
3756
|
+
waveColorQuaternary: string;
|
|
3709
3757
|
color: string;
|
|
3710
3758
|
colorHover: string;
|
|
3711
3759
|
colorPressed: string;
|
|
@@ -4350,16 +4398,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4350
4398
|
colorSecondary: string;
|
|
4351
4399
|
colorSecondaryHover: string;
|
|
4352
4400
|
colorSecondaryPressed: string;
|
|
4401
|
+
colorSecondaryFocus: string;
|
|
4402
|
+
colorSecondaryDisabled: string;
|
|
4403
|
+
textColorSecondaryDisabled: string;
|
|
4353
4404
|
waveColorSecondary: string;
|
|
4354
4405
|
colorTertiary: string;
|
|
4355
4406
|
colorTertiaryHover: string;
|
|
4356
4407
|
colorTertiaryPressed: string;
|
|
4408
|
+
colorTertiaryFocus: string;
|
|
4357
4409
|
colorTertiaryDisalbed: string;
|
|
4358
4410
|
waveColorTertiary: string;
|
|
4359
4411
|
textColorTextTertiary: string;
|
|
4412
|
+
rippleColorTertiary: string;
|
|
4360
4413
|
colorQuaternary: string;
|
|
4361
4414
|
colorQuaternaryHover: string;
|
|
4362
4415
|
colorQuaternaryPressed: string;
|
|
4416
|
+
colorQuaternaryFocus: string;
|
|
4417
|
+
rippleColorQuaternary: string;
|
|
4418
|
+
waveColorQuaternary: string;
|
|
4363
4419
|
color: string;
|
|
4364
4420
|
colorHover: string;
|
|
4365
4421
|
colorPressed: string;
|
|
@@ -5228,16 +5284,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5228
5284
|
colorSecondary: string;
|
|
5229
5285
|
colorSecondaryHover: string;
|
|
5230
5286
|
colorSecondaryPressed: string;
|
|
5287
|
+
colorSecondaryFocus: string;
|
|
5288
|
+
colorSecondaryDisabled: string;
|
|
5289
|
+
textColorSecondaryDisabled: string;
|
|
5231
5290
|
waveColorSecondary: string;
|
|
5232
5291
|
colorTertiary: string;
|
|
5233
5292
|
colorTertiaryHover: string;
|
|
5234
5293
|
colorTertiaryPressed: string;
|
|
5294
|
+
colorTertiaryFocus: string;
|
|
5235
5295
|
colorTertiaryDisalbed: string;
|
|
5236
5296
|
waveColorTertiary: string;
|
|
5237
5297
|
textColorTextTertiary: string;
|
|
5298
|
+
rippleColorTertiary: string;
|
|
5238
5299
|
colorQuaternary: string;
|
|
5239
5300
|
colorQuaternaryHover: string;
|
|
5240
5301
|
colorQuaternaryPressed: string;
|
|
5302
|
+
colorQuaternaryFocus: string;
|
|
5303
|
+
rippleColorQuaternary: string;
|
|
5304
|
+
waveColorQuaternary: string;
|
|
5241
5305
|
color: string;
|
|
5242
5306
|
colorHover: string;
|
|
5243
5307
|
colorPressed: string;
|
|
@@ -6174,16 +6238,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6174
6238
|
colorSecondary: string;
|
|
6175
6239
|
colorSecondaryHover: string;
|
|
6176
6240
|
colorSecondaryPressed: string;
|
|
6241
|
+
colorSecondaryFocus: string;
|
|
6242
|
+
colorSecondaryDisabled: string;
|
|
6243
|
+
textColorSecondaryDisabled: string;
|
|
6177
6244
|
waveColorSecondary: string;
|
|
6178
6245
|
colorTertiary: string;
|
|
6179
6246
|
colorTertiaryHover: string;
|
|
6180
6247
|
colorTertiaryPressed: string;
|
|
6248
|
+
colorTertiaryFocus: string;
|
|
6181
6249
|
colorTertiaryDisalbed: string;
|
|
6182
6250
|
waveColorTertiary: string;
|
|
6183
6251
|
textColorTextTertiary: string;
|
|
6252
|
+
rippleColorTertiary: string;
|
|
6184
6253
|
colorQuaternary: string;
|
|
6185
6254
|
colorQuaternaryHover: string;
|
|
6186
6255
|
colorQuaternaryPressed: string;
|
|
6256
|
+
colorQuaternaryFocus: string;
|
|
6257
|
+
rippleColorQuaternary: string;
|
|
6258
|
+
waveColorQuaternary: string;
|
|
6187
6259
|
color: string;
|
|
6188
6260
|
colorHover: string;
|
|
6189
6261
|
colorPressed: string;
|
|
@@ -6823,16 +6895,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6823
6895
|
colorSecondary: string;
|
|
6824
6896
|
colorSecondaryHover: string;
|
|
6825
6897
|
colorSecondaryPressed: string;
|
|
6898
|
+
colorSecondaryFocus: string;
|
|
6899
|
+
colorSecondaryDisabled: string;
|
|
6900
|
+
textColorSecondaryDisabled: string;
|
|
6826
6901
|
waveColorSecondary: string;
|
|
6827
6902
|
colorTertiary: string;
|
|
6828
6903
|
colorTertiaryHover: string;
|
|
6829
6904
|
colorTertiaryPressed: string;
|
|
6905
|
+
colorTertiaryFocus: string;
|
|
6830
6906
|
colorTertiaryDisalbed: string;
|
|
6831
6907
|
waveColorTertiary: string;
|
|
6832
6908
|
textColorTextTertiary: string;
|
|
6909
|
+
rippleColorTertiary: string;
|
|
6833
6910
|
colorQuaternary: string;
|
|
6834
6911
|
colorQuaternaryHover: string;
|
|
6835
6912
|
colorQuaternaryPressed: string;
|
|
6913
|
+
colorQuaternaryFocus: string;
|
|
6914
|
+
rippleColorQuaternary: string;
|
|
6915
|
+
waveColorQuaternary: string;
|
|
6836
6916
|
color: string;
|
|
6837
6917
|
colorHover: string;
|
|
6838
6918
|
colorPressed: string;
|
|
@@ -7472,16 +7552,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7472
7552
|
colorSecondary: string;
|
|
7473
7553
|
colorSecondaryHover: string;
|
|
7474
7554
|
colorSecondaryPressed: string;
|
|
7555
|
+
colorSecondaryFocus: string;
|
|
7556
|
+
colorSecondaryDisabled: string;
|
|
7557
|
+
textColorSecondaryDisabled: string;
|
|
7475
7558
|
waveColorSecondary: string;
|
|
7476
7559
|
colorTertiary: string;
|
|
7477
7560
|
colorTertiaryHover: string;
|
|
7478
7561
|
colorTertiaryPressed: string;
|
|
7562
|
+
colorTertiaryFocus: string;
|
|
7479
7563
|
colorTertiaryDisalbed: string;
|
|
7480
7564
|
waveColorTertiary: string;
|
|
7481
7565
|
textColorTextTertiary: string;
|
|
7566
|
+
rippleColorTertiary: string;
|
|
7482
7567
|
colorQuaternary: string;
|
|
7483
7568
|
colorQuaternaryHover: string;
|
|
7484
7569
|
colorQuaternaryPressed: string;
|
|
7570
|
+
colorQuaternaryFocus: string;
|
|
7571
|
+
rippleColorQuaternary: string;
|
|
7572
|
+
waveColorQuaternary: string;
|
|
7485
7573
|
color: string;
|
|
7486
7574
|
colorHover: string;
|
|
7487
7575
|
colorPressed: string;
|
|
@@ -15,6 +15,7 @@ const index_cssr_1 = __importDefault(require("./styles/index.cssr"));
|
|
|
15
15
|
const styles_1 = require("../styles");
|
|
16
16
|
const _mixins_1 = require("../../_mixins");
|
|
17
17
|
const icons_1 = require("../../_internal/icons");
|
|
18
|
+
const flex_1 = require("../../flex");
|
|
18
19
|
const statusIconMapper = {
|
|
19
20
|
[interface_1.MessageStatus.READ]: icons_1.CheckmarkDoneSharp,
|
|
20
21
|
[interface_1.MessageStatus.PENDING]: icons_1.MdTime,
|
|
@@ -177,7 +178,9 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
177
178
|
default: () => { var _a; return (_a = this.chatItems) === null || _a === void 0 ? void 0 : _a.map((item) => renderChatItem(item)); }
|
|
178
179
|
}));
|
|
179
180
|
}
|
|
180
|
-
return ((0, vue_1.h)(
|
|
181
|
+
return ((0, vue_1.h)(flex_1.UFlex, { justify: "center", align: "center", vertical: true }, {
|
|
182
|
+
default: () => ((0, vue_1.h)(empty_1.UEmpty, Object.assign({}, this.emptyProps, { theme: this.mergedTheme.peers.Empty, themeOverrides: this.mergedTheme.peerOverrides.Empty })))
|
|
183
|
+
}));
|
|
181
184
|
})();
|
|
182
185
|
return ((0, vue_1.h)("div", { class: [`${mergedClsPrefixRef}-chat`, this.themeClass], style: this.cssVars },
|
|
183
186
|
(0, vue_1.h)("div", { class: `${mergedClsPrefixRef}-chat-sidebar`, style: {
|
|
@@ -406,16 +406,24 @@ export declare const chatMessagesProps: {
|
|
|
406
406
|
colorSecondary: string;
|
|
407
407
|
colorSecondaryHover: string;
|
|
408
408
|
colorSecondaryPressed: string;
|
|
409
|
+
colorSecondaryFocus: string;
|
|
410
|
+
colorSecondaryDisabled: string;
|
|
411
|
+
textColorSecondaryDisabled: string;
|
|
409
412
|
waveColorSecondary: string;
|
|
410
413
|
colorTertiary: string;
|
|
411
414
|
colorTertiaryHover: string;
|
|
412
415
|
colorTertiaryPressed: string;
|
|
416
|
+
colorTertiaryFocus: string;
|
|
413
417
|
colorTertiaryDisalbed: string;
|
|
414
418
|
waveColorTertiary: string;
|
|
415
419
|
textColorTextTertiary: string;
|
|
420
|
+
rippleColorTertiary: string;
|
|
416
421
|
colorQuaternary: string;
|
|
417
422
|
colorQuaternaryHover: string;
|
|
418
423
|
colorQuaternaryPressed: string;
|
|
424
|
+
colorQuaternaryFocus: string;
|
|
425
|
+
rippleColorQuaternary: string;
|
|
426
|
+
waveColorQuaternary: string;
|
|
419
427
|
color: string;
|
|
420
428
|
colorHover: string;
|
|
421
429
|
colorPressed: string;
|
|
@@ -1055,16 +1063,24 @@ export declare const chatMessagesProps: {
|
|
|
1055
1063
|
colorSecondary: string;
|
|
1056
1064
|
colorSecondaryHover: string;
|
|
1057
1065
|
colorSecondaryPressed: string;
|
|
1066
|
+
colorSecondaryFocus: string;
|
|
1067
|
+
colorSecondaryDisabled: string;
|
|
1068
|
+
textColorSecondaryDisabled: string;
|
|
1058
1069
|
waveColorSecondary: string;
|
|
1059
1070
|
colorTertiary: string;
|
|
1060
1071
|
colorTertiaryHover: string;
|
|
1061
1072
|
colorTertiaryPressed: string;
|
|
1073
|
+
colorTertiaryFocus: string;
|
|
1062
1074
|
colorTertiaryDisalbed: string;
|
|
1063
1075
|
waveColorTertiary: string;
|
|
1064
1076
|
textColorTextTertiary: string;
|
|
1077
|
+
rippleColorTertiary: string;
|
|
1065
1078
|
colorQuaternary: string;
|
|
1066
1079
|
colorQuaternaryHover: string;
|
|
1067
1080
|
colorQuaternaryPressed: string;
|
|
1081
|
+
colorQuaternaryFocus: string;
|
|
1082
|
+
rippleColorQuaternary: string;
|
|
1083
|
+
waveColorQuaternary: string;
|
|
1068
1084
|
color: string;
|
|
1069
1085
|
colorHover: string;
|
|
1070
1086
|
colorPressed: string;
|
|
@@ -1704,16 +1720,24 @@ export declare const chatMessagesProps: {
|
|
|
1704
1720
|
colorSecondary: string;
|
|
1705
1721
|
colorSecondaryHover: string;
|
|
1706
1722
|
colorSecondaryPressed: string;
|
|
1723
|
+
colorSecondaryFocus: string;
|
|
1724
|
+
colorSecondaryDisabled: string;
|
|
1725
|
+
textColorSecondaryDisabled: string;
|
|
1707
1726
|
waveColorSecondary: string;
|
|
1708
1727
|
colorTertiary: string;
|
|
1709
1728
|
colorTertiaryHover: string;
|
|
1710
1729
|
colorTertiaryPressed: string;
|
|
1730
|
+
colorTertiaryFocus: string;
|
|
1711
1731
|
colorTertiaryDisalbed: string;
|
|
1712
1732
|
waveColorTertiary: string;
|
|
1713
1733
|
textColorTextTertiary: string;
|
|
1734
|
+
rippleColorTertiary: string;
|
|
1714
1735
|
colorQuaternary: string;
|
|
1715
1736
|
colorQuaternaryHover: string;
|
|
1716
1737
|
colorQuaternaryPressed: string;
|
|
1738
|
+
colorQuaternaryFocus: string;
|
|
1739
|
+
rippleColorQuaternary: string;
|
|
1740
|
+
waveColorQuaternary: string;
|
|
1717
1741
|
color: string;
|
|
1718
1742
|
colorHover: string;
|
|
1719
1743
|
colorPressed: string;
|
|
@@ -2404,16 +2428,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2404
2428
|
colorSecondary: string;
|
|
2405
2429
|
colorSecondaryHover: string;
|
|
2406
2430
|
colorSecondaryPressed: string;
|
|
2431
|
+
colorSecondaryFocus: string;
|
|
2432
|
+
colorSecondaryDisabled: string;
|
|
2433
|
+
textColorSecondaryDisabled: string;
|
|
2407
2434
|
waveColorSecondary: string;
|
|
2408
2435
|
colorTertiary: string;
|
|
2409
2436
|
colorTertiaryHover: string;
|
|
2410
2437
|
colorTertiaryPressed: string;
|
|
2438
|
+
colorTertiaryFocus: string;
|
|
2411
2439
|
colorTertiaryDisalbed: string;
|
|
2412
2440
|
waveColorTertiary: string;
|
|
2413
2441
|
textColorTextTertiary: string;
|
|
2442
|
+
rippleColorTertiary: string;
|
|
2414
2443
|
colorQuaternary: string;
|
|
2415
2444
|
colorQuaternaryHover: string;
|
|
2416
2445
|
colorQuaternaryPressed: string;
|
|
2446
|
+
colorQuaternaryFocus: string;
|
|
2447
|
+
rippleColorQuaternary: string;
|
|
2448
|
+
waveColorQuaternary: string;
|
|
2417
2449
|
color: string;
|
|
2418
2450
|
colorHover: string;
|
|
2419
2451
|
colorPressed: string;
|
|
@@ -3053,16 +3085,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3053
3085
|
colorSecondary: string;
|
|
3054
3086
|
colorSecondaryHover: string;
|
|
3055
3087
|
colorSecondaryPressed: string;
|
|
3088
|
+
colorSecondaryFocus: string;
|
|
3089
|
+
colorSecondaryDisabled: string;
|
|
3090
|
+
textColorSecondaryDisabled: string;
|
|
3056
3091
|
waveColorSecondary: string;
|
|
3057
3092
|
colorTertiary: string;
|
|
3058
3093
|
colorTertiaryHover: string;
|
|
3059
3094
|
colorTertiaryPressed: string;
|
|
3095
|
+
colorTertiaryFocus: string;
|
|
3060
3096
|
colorTertiaryDisalbed: string;
|
|
3061
3097
|
waveColorTertiary: string;
|
|
3062
3098
|
textColorTextTertiary: string;
|
|
3099
|
+
rippleColorTertiary: string;
|
|
3063
3100
|
colorQuaternary: string;
|
|
3064
3101
|
colorQuaternaryHover: string;
|
|
3065
3102
|
colorQuaternaryPressed: string;
|
|
3103
|
+
colorQuaternaryFocus: string;
|
|
3104
|
+
rippleColorQuaternary: string;
|
|
3105
|
+
waveColorQuaternary: string;
|
|
3066
3106
|
color: string;
|
|
3067
3107
|
colorHover: string;
|
|
3068
3108
|
colorPressed: string;
|
|
@@ -3702,16 +3742,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3702
3742
|
colorSecondary: string;
|
|
3703
3743
|
colorSecondaryHover: string;
|
|
3704
3744
|
colorSecondaryPressed: string;
|
|
3745
|
+
colorSecondaryFocus: string;
|
|
3746
|
+
colorSecondaryDisabled: string;
|
|
3747
|
+
textColorSecondaryDisabled: string;
|
|
3705
3748
|
waveColorSecondary: string;
|
|
3706
3749
|
colorTertiary: string;
|
|
3707
3750
|
colorTertiaryHover: string;
|
|
3708
3751
|
colorTertiaryPressed: string;
|
|
3752
|
+
colorTertiaryFocus: string;
|
|
3709
3753
|
colorTertiaryDisalbed: string;
|
|
3710
3754
|
waveColorTertiary: string;
|
|
3711
3755
|
textColorTextTertiary: string;
|
|
3756
|
+
rippleColorTertiary: string;
|
|
3712
3757
|
colorQuaternary: string;
|
|
3713
3758
|
colorQuaternaryHover: string;
|
|
3714
3759
|
colorQuaternaryPressed: string;
|
|
3760
|
+
colorQuaternaryFocus: string;
|
|
3761
|
+
rippleColorQuaternary: string;
|
|
3762
|
+
waveColorQuaternary: string;
|
|
3715
3763
|
color: string;
|
|
3716
3764
|
colorHover: string;
|
|
3717
3765
|
colorPressed: string;
|
|
@@ -4356,16 +4404,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4356
4404
|
colorSecondary: string;
|
|
4357
4405
|
colorSecondaryHover: string;
|
|
4358
4406
|
colorSecondaryPressed: string;
|
|
4407
|
+
colorSecondaryFocus: string;
|
|
4408
|
+
colorSecondaryDisabled: string;
|
|
4409
|
+
textColorSecondaryDisabled: string;
|
|
4359
4410
|
waveColorSecondary: string;
|
|
4360
4411
|
colorTertiary: string;
|
|
4361
4412
|
colorTertiaryHover: string;
|
|
4362
4413
|
colorTertiaryPressed: string;
|
|
4414
|
+
colorTertiaryFocus: string;
|
|
4363
4415
|
colorTertiaryDisalbed: string;
|
|
4364
4416
|
waveColorTertiary: string;
|
|
4365
4417
|
textColorTextTertiary: string;
|
|
4418
|
+
rippleColorTertiary: string;
|
|
4366
4419
|
colorQuaternary: string;
|
|
4367
4420
|
colorQuaternaryHover: string;
|
|
4368
4421
|
colorQuaternaryPressed: string;
|
|
4422
|
+
colorQuaternaryFocus: string;
|
|
4423
|
+
rippleColorQuaternary: string;
|
|
4424
|
+
waveColorQuaternary: string;
|
|
4369
4425
|
color: string;
|
|
4370
4426
|
colorHover: string;
|
|
4371
4427
|
colorPressed: string;
|
|
@@ -5234,16 +5290,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5234
5290
|
colorSecondary: string;
|
|
5235
5291
|
colorSecondaryHover: string;
|
|
5236
5292
|
colorSecondaryPressed: string;
|
|
5293
|
+
colorSecondaryFocus: string;
|
|
5294
|
+
colorSecondaryDisabled: string;
|
|
5295
|
+
textColorSecondaryDisabled: string;
|
|
5237
5296
|
waveColorSecondary: string;
|
|
5238
5297
|
colorTertiary: string;
|
|
5239
5298
|
colorTertiaryHover: string;
|
|
5240
5299
|
colorTertiaryPressed: string;
|
|
5300
|
+
colorTertiaryFocus: string;
|
|
5241
5301
|
colorTertiaryDisalbed: string;
|
|
5242
5302
|
waveColorTertiary: string;
|
|
5243
5303
|
textColorTextTertiary: string;
|
|
5304
|
+
rippleColorTertiary: string;
|
|
5244
5305
|
colorQuaternary: string;
|
|
5245
5306
|
colorQuaternaryHover: string;
|
|
5246
5307
|
colorQuaternaryPressed: string;
|
|
5308
|
+
colorQuaternaryFocus: string;
|
|
5309
|
+
rippleColorQuaternary: string;
|
|
5310
|
+
waveColorQuaternary: string;
|
|
5247
5311
|
color: string;
|
|
5248
5312
|
colorHover: string;
|
|
5249
5313
|
colorPressed: string;
|
|
@@ -6196,16 +6260,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6196
6260
|
colorSecondary: string;
|
|
6197
6261
|
colorSecondaryHover: string;
|
|
6198
6262
|
colorSecondaryPressed: string;
|
|
6263
|
+
colorSecondaryFocus: string;
|
|
6264
|
+
colorSecondaryDisabled: string;
|
|
6265
|
+
textColorSecondaryDisabled: string;
|
|
6199
6266
|
waveColorSecondary: string;
|
|
6200
6267
|
colorTertiary: string;
|
|
6201
6268
|
colorTertiaryHover: string;
|
|
6202
6269
|
colorTertiaryPressed: string;
|
|
6270
|
+
colorTertiaryFocus: string;
|
|
6203
6271
|
colorTertiaryDisalbed: string;
|
|
6204
6272
|
waveColorTertiary: string;
|
|
6205
6273
|
textColorTextTertiary: string;
|
|
6274
|
+
rippleColorTertiary: string;
|
|
6206
6275
|
colorQuaternary: string;
|
|
6207
6276
|
colorQuaternaryHover: string;
|
|
6208
6277
|
colorQuaternaryPressed: string;
|
|
6278
|
+
colorQuaternaryFocus: string;
|
|
6279
|
+
rippleColorQuaternary: string;
|
|
6280
|
+
waveColorQuaternary: string;
|
|
6209
6281
|
color: string;
|
|
6210
6282
|
colorHover: string;
|
|
6211
6283
|
colorPressed: string;
|
|
@@ -6845,16 +6917,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6845
6917
|
colorSecondary: string;
|
|
6846
6918
|
colorSecondaryHover: string;
|
|
6847
6919
|
colorSecondaryPressed: string;
|
|
6920
|
+
colorSecondaryFocus: string;
|
|
6921
|
+
colorSecondaryDisabled: string;
|
|
6922
|
+
textColorSecondaryDisabled: string;
|
|
6848
6923
|
waveColorSecondary: string;
|
|
6849
6924
|
colorTertiary: string;
|
|
6850
6925
|
colorTertiaryHover: string;
|
|
6851
6926
|
colorTertiaryPressed: string;
|
|
6927
|
+
colorTertiaryFocus: string;
|
|
6852
6928
|
colorTertiaryDisalbed: string;
|
|
6853
6929
|
waveColorTertiary: string;
|
|
6854
6930
|
textColorTextTertiary: string;
|
|
6931
|
+
rippleColorTertiary: string;
|
|
6855
6932
|
colorQuaternary: string;
|
|
6856
6933
|
colorQuaternaryHover: string;
|
|
6857
6934
|
colorQuaternaryPressed: string;
|
|
6935
|
+
colorQuaternaryFocus: string;
|
|
6936
|
+
rippleColorQuaternary: string;
|
|
6937
|
+
waveColorQuaternary: string;
|
|
6858
6938
|
color: string;
|
|
6859
6939
|
colorHover: string;
|
|
6860
6940
|
colorPressed: string;
|
|
@@ -7494,16 +7574,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7494
7574
|
colorSecondary: string;
|
|
7495
7575
|
colorSecondaryHover: string;
|
|
7496
7576
|
colorSecondaryPressed: string;
|
|
7577
|
+
colorSecondaryFocus: string;
|
|
7578
|
+
colorSecondaryDisabled: string;
|
|
7579
|
+
textColorSecondaryDisabled: string;
|
|
7497
7580
|
waveColorSecondary: string;
|
|
7498
7581
|
colorTertiary: string;
|
|
7499
7582
|
colorTertiaryHover: string;
|
|
7500
7583
|
colorTertiaryPressed: string;
|
|
7584
|
+
colorTertiaryFocus: string;
|
|
7501
7585
|
colorTertiaryDisalbed: string;
|
|
7502
7586
|
waveColorTertiary: string;
|
|
7503
7587
|
textColorTextTertiary: string;
|
|
7588
|
+
rippleColorTertiary: string;
|
|
7504
7589
|
colorQuaternary: string;
|
|
7505
7590
|
colorQuaternaryHover: string;
|
|
7506
7591
|
colorQuaternaryPressed: string;
|
|
7592
|
+
colorQuaternaryFocus: string;
|
|
7593
|
+
rippleColorQuaternary: string;
|
|
7594
|
+
waveColorQuaternary: string;
|
|
7507
7595
|
color: string;
|
|
7508
7596
|
colorHover: string;
|
|
7509
7597
|
colorPressed: string;
|
|
@@ -6,9 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
const cssr_1 = require("../../../_utils/cssr");
|
|
7
7
|
exports.default = (0, cssr_1.cB)('chat', `
|
|
8
8
|
height: 100%;
|
|
9
|
-
|
|
10
|
-
min-height: 0;
|
|
11
|
-
display: flex;
|
|
9
|
+
background-color: transparent;
|
|
12
10
|
box-sizing: border-box;
|
|
13
11
|
.u-list-item__text {
|
|
14
12
|
grid-template-columns: 1fr !important;
|
|
@@ -353,16 +353,24 @@ declare const chatDark: import("../../_mixins").Theme<"Chat", {
|
|
|
353
353
|
colorSecondary: string;
|
|
354
354
|
colorSecondaryHover: string;
|
|
355
355
|
colorSecondaryPressed: string;
|
|
356
|
+
colorSecondaryFocus: string;
|
|
357
|
+
colorSecondaryDisabled: string;
|
|
358
|
+
textColorSecondaryDisabled: string;
|
|
356
359
|
waveColorSecondary: string;
|
|
357
360
|
colorTertiary: string;
|
|
358
361
|
colorTertiaryHover: string;
|
|
359
362
|
colorTertiaryPressed: string;
|
|
363
|
+
colorTertiaryFocus: string;
|
|
360
364
|
colorTertiaryDisalbed: string;
|
|
361
365
|
waveColorTertiary: string;
|
|
362
366
|
textColorTextTertiary: string;
|
|
367
|
+
rippleColorTertiary: string;
|
|
363
368
|
colorQuaternary: string;
|
|
364
369
|
colorQuaternaryHover: string;
|
|
365
370
|
colorQuaternaryPressed: string;
|
|
371
|
+
colorQuaternaryFocus: string;
|
|
372
|
+
rippleColorQuaternary: string;
|
|
373
|
+
waveColorQuaternary: string;
|
|
366
374
|
color: string;
|
|
367
375
|
colorHover: string;
|
|
368
376
|
colorPressed: string;
|
|
@@ -390,16 +390,24 @@ declare const chatLight: import("../../_mixins").Theme<"Chat", {
|
|
|
390
390
|
colorSecondary: string;
|
|
391
391
|
colorSecondaryHover: string;
|
|
392
392
|
colorSecondaryPressed: string;
|
|
393
|
+
colorSecondaryFocus: string;
|
|
394
|
+
colorSecondaryDisabled: string;
|
|
395
|
+
textColorSecondaryDisabled: string;
|
|
393
396
|
waveColorSecondary: string;
|
|
394
397
|
colorTertiary: string;
|
|
395
398
|
colorTertiaryHover: string;
|
|
396
399
|
colorTertiaryPressed: string;
|
|
400
|
+
colorTertiaryFocus: string;
|
|
397
401
|
colorTertiaryDisalbed: string;
|
|
398
402
|
waveColorTertiary: string;
|
|
399
403
|
textColorTextTertiary: string;
|
|
404
|
+
rippleColorTertiary: string;
|
|
400
405
|
colorQuaternary: string;
|
|
401
406
|
colorQuaternaryHover: string;
|
|
402
407
|
colorQuaternaryPressed: string;
|
|
408
|
+
colorQuaternaryFocus: string;
|
|
409
|
+
rippleColorQuaternary: string;
|
|
410
|
+
waveColorQuaternary: string;
|
|
403
411
|
color: string;
|
|
404
412
|
colorHover: string;
|
|
405
413
|
colorPressed: string;
|
|
@@ -122,16 +122,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
122
122
|
colorSecondary: string;
|
|
123
123
|
colorSecondaryHover: string;
|
|
124
124
|
colorSecondaryPressed: string;
|
|
125
|
+
colorSecondaryFocus: string;
|
|
126
|
+
colorSecondaryDisabled: string;
|
|
127
|
+
textColorSecondaryDisabled: string;
|
|
125
128
|
waveColorSecondary: string;
|
|
126
129
|
colorTertiary: string;
|
|
127
130
|
colorTertiaryHover: string;
|
|
128
131
|
colorTertiaryPressed: string;
|
|
132
|
+
colorTertiaryFocus: string;
|
|
129
133
|
colorTertiaryDisalbed: string;
|
|
130
134
|
waveColorTertiary: string;
|
|
131
135
|
textColorTextTertiary: string;
|
|
136
|
+
rippleColorTertiary: string;
|
|
132
137
|
colorQuaternary: string;
|
|
133
138
|
colorQuaternaryHover: string;
|
|
134
139
|
colorQuaternaryPressed: string;
|
|
140
|
+
colorQuaternaryFocus: string;
|
|
141
|
+
rippleColorQuaternary: string;
|
|
142
|
+
waveColorQuaternary: string;
|
|
135
143
|
color: string;
|
|
136
144
|
colorHover: string;
|
|
137
145
|
colorPressed: string;
|