@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
|
@@ -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;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { c, cB, cE, cM } from '../../../_utils/cssr';
|
|
2
2
|
export default cB('chat', `
|
|
3
3
|
height: 100%;
|
|
4
|
-
|
|
5
|
-
min-height: 0;
|
|
6
|
-
display: flex;
|
|
4
|
+
background-color: transparent;
|
|
7
5
|
box-sizing: border-box;
|
|
8
6
|
.u-list-item__text {
|
|
9
7
|
grid-template-columns: 1fr !important;
|
package/es/chat/styles/dark.d.ts
CHANGED
|
@@ -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;
|
|
@@ -152,16 +152,24 @@ export declare const colorPickerProps: {
|
|
|
152
152
|
colorSecondary: string;
|
|
153
153
|
colorSecondaryHover: string;
|
|
154
154
|
colorSecondaryPressed: string;
|
|
155
|
+
colorSecondaryFocus: string;
|
|
156
|
+
colorSecondaryDisabled: string;
|
|
157
|
+
textColorSecondaryDisabled: string;
|
|
155
158
|
waveColorSecondary: string;
|
|
156
159
|
colorTertiary: string;
|
|
157
160
|
colorTertiaryHover: string;
|
|
158
161
|
colorTertiaryPressed: string;
|
|
162
|
+
colorTertiaryFocus: string;
|
|
159
163
|
colorTertiaryDisalbed: string;
|
|
160
164
|
waveColorTertiary: string;
|
|
161
165
|
textColorTextTertiary: string;
|
|
166
|
+
rippleColorTertiary: string;
|
|
162
167
|
colorQuaternary: string;
|
|
163
168
|
colorQuaternaryHover: string;
|
|
164
169
|
colorQuaternaryPressed: string;
|
|
170
|
+
colorQuaternaryFocus: string;
|
|
171
|
+
rippleColorQuaternary: string;
|
|
172
|
+
waveColorQuaternary: string;
|
|
165
173
|
color: string;
|
|
166
174
|
colorHover: string;
|
|
167
175
|
colorPressed: string;
|
|
@@ -448,16 +456,24 @@ export declare const colorPickerProps: {
|
|
|
448
456
|
colorSecondary: string;
|
|
449
457
|
colorSecondaryHover: string;
|
|
450
458
|
colorSecondaryPressed: string;
|
|
459
|
+
colorSecondaryFocus: string;
|
|
460
|
+
colorSecondaryDisabled: string;
|
|
461
|
+
textColorSecondaryDisabled: string;
|
|
451
462
|
waveColorSecondary: string;
|
|
452
463
|
colorTertiary: string;
|
|
453
464
|
colorTertiaryHover: string;
|
|
454
465
|
colorTertiaryPressed: string;
|
|
466
|
+
colorTertiaryFocus: string;
|
|
455
467
|
colorTertiaryDisalbed: string;
|
|
456
468
|
waveColorTertiary: string;
|
|
457
469
|
textColorTextTertiary: string;
|
|
470
|
+
rippleColorTertiary: string;
|
|
458
471
|
colorQuaternary: string;
|
|
459
472
|
colorQuaternaryHover: string;
|
|
460
473
|
colorQuaternaryPressed: string;
|
|
474
|
+
colorQuaternaryFocus: string;
|
|
475
|
+
rippleColorQuaternary: string;
|
|
476
|
+
waveColorQuaternary: string;
|
|
461
477
|
color: string;
|
|
462
478
|
colorHover: string;
|
|
463
479
|
colorPressed: string;
|
|
@@ -744,16 +760,24 @@ export declare const colorPickerProps: {
|
|
|
744
760
|
colorSecondary: string;
|
|
745
761
|
colorSecondaryHover: string;
|
|
746
762
|
colorSecondaryPressed: string;
|
|
763
|
+
colorSecondaryFocus: string;
|
|
764
|
+
colorSecondaryDisabled: string;
|
|
765
|
+
textColorSecondaryDisabled: string;
|
|
747
766
|
waveColorSecondary: string;
|
|
748
767
|
colorTertiary: string;
|
|
749
768
|
colorTertiaryHover: string;
|
|
750
769
|
colorTertiaryPressed: string;
|
|
770
|
+
colorTertiaryFocus: string;
|
|
751
771
|
colorTertiaryDisalbed: string;
|
|
752
772
|
waveColorTertiary: string;
|
|
753
773
|
textColorTextTertiary: string;
|
|
774
|
+
rippleColorTertiary: string;
|
|
754
775
|
colorQuaternary: string;
|
|
755
776
|
colorQuaternaryHover: string;
|
|
756
777
|
colorQuaternaryPressed: string;
|
|
778
|
+
colorQuaternaryFocus: string;
|
|
779
|
+
rippleColorQuaternary: string;
|
|
780
|
+
waveColorQuaternary: string;
|
|
757
781
|
color: string;
|
|
758
782
|
colorHover: string;
|
|
759
783
|
colorPressed: string;
|
|
@@ -1085,16 +1109,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1085
1109
|
colorSecondary: string;
|
|
1086
1110
|
colorSecondaryHover: string;
|
|
1087
1111
|
colorSecondaryPressed: string;
|
|
1112
|
+
colorSecondaryFocus: string;
|
|
1113
|
+
colorSecondaryDisabled: string;
|
|
1114
|
+
textColorSecondaryDisabled: string;
|
|
1088
1115
|
waveColorSecondary: string;
|
|
1089
1116
|
colorTertiary: string;
|
|
1090
1117
|
colorTertiaryHover: string;
|
|
1091
1118
|
colorTertiaryPressed: string;
|
|
1119
|
+
colorTertiaryFocus: string;
|
|
1092
1120
|
colorTertiaryDisalbed: string;
|
|
1093
1121
|
waveColorTertiary: string;
|
|
1094
1122
|
textColorTextTertiary: string;
|
|
1123
|
+
rippleColorTertiary: string;
|
|
1095
1124
|
colorQuaternary: string;
|
|
1096
1125
|
colorQuaternaryHover: string;
|
|
1097
1126
|
colorQuaternaryPressed: string;
|
|
1127
|
+
colorQuaternaryFocus: string;
|
|
1128
|
+
rippleColorQuaternary: string;
|
|
1129
|
+
waveColorQuaternary: string;
|
|
1098
1130
|
color: string;
|
|
1099
1131
|
colorHover: string;
|
|
1100
1132
|
colorPressed: string;
|
|
@@ -1381,16 +1413,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1381
1413
|
colorSecondary: string;
|
|
1382
1414
|
colorSecondaryHover: string;
|
|
1383
1415
|
colorSecondaryPressed: string;
|
|
1416
|
+
colorSecondaryFocus: string;
|
|
1417
|
+
colorSecondaryDisabled: string;
|
|
1418
|
+
textColorSecondaryDisabled: string;
|
|
1384
1419
|
waveColorSecondary: string;
|
|
1385
1420
|
colorTertiary: string;
|
|
1386
1421
|
colorTertiaryHover: string;
|
|
1387
1422
|
colorTertiaryPressed: string;
|
|
1423
|
+
colorTertiaryFocus: string;
|
|
1388
1424
|
colorTertiaryDisalbed: string;
|
|
1389
1425
|
waveColorTertiary: string;
|
|
1390
1426
|
textColorTextTertiary: string;
|
|
1427
|
+
rippleColorTertiary: string;
|
|
1391
1428
|
colorQuaternary: string;
|
|
1392
1429
|
colorQuaternaryHover: string;
|
|
1393
1430
|
colorQuaternaryPressed: string;
|
|
1431
|
+
colorQuaternaryFocus: string;
|
|
1432
|
+
rippleColorQuaternary: string;
|
|
1433
|
+
waveColorQuaternary: string;
|
|
1394
1434
|
color: string;
|
|
1395
1435
|
colorHover: string;
|
|
1396
1436
|
colorPressed: string;
|
|
@@ -1677,16 +1717,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1677
1717
|
colorSecondary: string;
|
|
1678
1718
|
colorSecondaryHover: string;
|
|
1679
1719
|
colorSecondaryPressed: string;
|
|
1720
|
+
colorSecondaryFocus: string;
|
|
1721
|
+
colorSecondaryDisabled: string;
|
|
1722
|
+
textColorSecondaryDisabled: string;
|
|
1680
1723
|
waveColorSecondary: string;
|
|
1681
1724
|
colorTertiary: string;
|
|
1682
1725
|
colorTertiaryHover: string;
|
|
1683
1726
|
colorTertiaryPressed: string;
|
|
1727
|
+
colorTertiaryFocus: string;
|
|
1684
1728
|
colorTertiaryDisalbed: string;
|
|
1685
1729
|
waveColorTertiary: string;
|
|
1686
1730
|
textColorTextTertiary: string;
|
|
1731
|
+
rippleColorTertiary: string;
|
|
1687
1732
|
colorQuaternary: string;
|
|
1688
1733
|
colorQuaternaryHover: string;
|
|
1689
1734
|
colorQuaternaryPressed: string;
|
|
1735
|
+
colorQuaternaryFocus: string;
|
|
1736
|
+
rippleColorQuaternary: string;
|
|
1737
|
+
waveColorQuaternary: string;
|
|
1690
1738
|
color: string;
|
|
1691
1739
|
colorHover: string;
|
|
1692
1740
|
colorPressed: string;
|
|
@@ -2047,16 +2095,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2047
2095
|
colorSecondary: string;
|
|
2048
2096
|
colorSecondaryHover: string;
|
|
2049
2097
|
colorSecondaryPressed: string;
|
|
2098
|
+
colorSecondaryFocus: string;
|
|
2099
|
+
colorSecondaryDisabled: string;
|
|
2100
|
+
textColorSecondaryDisabled: string;
|
|
2050
2101
|
waveColorSecondary: string;
|
|
2051
2102
|
colorTertiary: string;
|
|
2052
2103
|
colorTertiaryHover: string;
|
|
2053
2104
|
colorTertiaryPressed: string;
|
|
2105
|
+
colorTertiaryFocus: string;
|
|
2054
2106
|
colorTertiaryDisalbed: string;
|
|
2055
2107
|
waveColorTertiary: string;
|
|
2056
2108
|
textColorTextTertiary: string;
|
|
2109
|
+
rippleColorTertiary: string;
|
|
2057
2110
|
colorQuaternary: string;
|
|
2058
2111
|
colorQuaternaryHover: string;
|
|
2059
2112
|
colorQuaternaryPressed: string;
|
|
2113
|
+
colorQuaternaryFocus: string;
|
|
2114
|
+
rippleColorQuaternary: string;
|
|
2115
|
+
waveColorQuaternary: string;
|
|
2060
2116
|
color: string;
|
|
2061
2117
|
colorHover: string;
|
|
2062
2118
|
colorPressed: string;
|
|
@@ -2343,16 +2399,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2343
2399
|
colorSecondary: string;
|
|
2344
2400
|
colorSecondaryHover: string;
|
|
2345
2401
|
colorSecondaryPressed: string;
|
|
2402
|
+
colorSecondaryFocus: string;
|
|
2403
|
+
colorSecondaryDisabled: string;
|
|
2404
|
+
textColorSecondaryDisabled: string;
|
|
2346
2405
|
waveColorSecondary: string;
|
|
2347
2406
|
colorTertiary: string;
|
|
2348
2407
|
colorTertiaryHover: string;
|
|
2349
2408
|
colorTertiaryPressed: string;
|
|
2409
|
+
colorTertiaryFocus: string;
|
|
2350
2410
|
colorTertiaryDisalbed: string;
|
|
2351
2411
|
waveColorTertiary: string;
|
|
2352
2412
|
textColorTextTertiary: string;
|
|
2413
|
+
rippleColorTertiary: string;
|
|
2353
2414
|
colorQuaternary: string;
|
|
2354
2415
|
colorQuaternaryHover: string;
|
|
2355
2416
|
colorQuaternaryPressed: string;
|
|
2417
|
+
colorQuaternaryFocus: string;
|
|
2418
|
+
rippleColorQuaternary: string;
|
|
2419
|
+
waveColorQuaternary: string;
|
|
2356
2420
|
color: string;
|
|
2357
2421
|
colorHover: string;
|
|
2358
2422
|
colorPressed: string;
|
|
@@ -2639,16 +2703,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2639
2703
|
colorSecondary: string;
|
|
2640
2704
|
colorSecondaryHover: string;
|
|
2641
2705
|
colorSecondaryPressed: string;
|
|
2706
|
+
colorSecondaryFocus: string;
|
|
2707
|
+
colorSecondaryDisabled: string;
|
|
2708
|
+
textColorSecondaryDisabled: string;
|
|
2642
2709
|
waveColorSecondary: string;
|
|
2643
2710
|
colorTertiary: string;
|
|
2644
2711
|
colorTertiaryHover: string;
|
|
2645
2712
|
colorTertiaryPressed: string;
|
|
2713
|
+
colorTertiaryFocus: string;
|
|
2646
2714
|
colorTertiaryDisalbed: string;
|
|
2647
2715
|
waveColorTertiary: string;
|
|
2648
2716
|
textColorTextTertiary: string;
|
|
2717
|
+
rippleColorTertiary: string;
|
|
2649
2718
|
colorQuaternary: string;
|
|
2650
2719
|
colorQuaternaryHover: string;
|
|
2651
2720
|
colorQuaternaryPressed: string;
|
|
2721
|
+
colorQuaternaryFocus: string;
|
|
2722
|
+
rippleColorQuaternary: string;
|
|
2723
|
+
waveColorQuaternary: string;
|
|
2652
2724
|
color: string;
|
|
2653
2725
|
colorHover: string;
|
|
2654
2726
|
colorPressed: string;
|
|
@@ -125,16 +125,24 @@ declare const colorPickerLight: import("../../_mixins/use-theme").Theme<"ColorPi
|
|
|
125
125
|
colorSecondary: string;
|
|
126
126
|
colorSecondaryHover: string;
|
|
127
127
|
colorSecondaryPressed: string;
|
|
128
|
+
colorSecondaryFocus: string;
|
|
129
|
+
colorSecondaryDisabled: string;
|
|
130
|
+
textColorSecondaryDisabled: string;
|
|
128
131
|
waveColorSecondary: string;
|
|
129
132
|
colorTertiary: string;
|
|
130
133
|
colorTertiaryHover: string;
|
|
131
134
|
colorTertiaryPressed: string;
|
|
135
|
+
colorTertiaryFocus: string;
|
|
132
136
|
colorTertiaryDisalbed: string;
|
|
133
137
|
waveColorTertiary: string;
|
|
134
138
|
textColorTextTertiary: string;
|
|
139
|
+
rippleColorTertiary: string;
|
|
135
140
|
colorQuaternary: string;
|
|
136
141
|
colorQuaternaryHover: string;
|
|
137
142
|
colorQuaternaryPressed: string;
|
|
143
|
+
colorQuaternaryFocus: string;
|
|
144
|
+
rippleColorQuaternary: string;
|
|
145
|
+
waveColorQuaternary: string;
|
|
138
146
|
color: string;
|
|
139
147
|
colorHover: string;
|
|
140
148
|
colorPressed: string;
|