@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
package/es/chat/src/Chat.d.ts
CHANGED
|
@@ -135,9 +135,9 @@ export declare const chatProps: {
|
|
|
135
135
|
type: PropType<ChatPropsType["messagesLoadingCount"]>;
|
|
136
136
|
default: number;
|
|
137
137
|
};
|
|
138
|
-
|
|
138
|
+
height: {
|
|
139
139
|
type: PropType<string | number>;
|
|
140
|
-
default:
|
|
140
|
+
default: number;
|
|
141
141
|
};
|
|
142
142
|
onChatSelect: {
|
|
143
143
|
type: PropType<ChatPropsType["onChatSelect"]>;
|
|
@@ -538,16 +538,24 @@ export declare const chatProps: {
|
|
|
538
538
|
colorSecondary: string;
|
|
539
539
|
colorSecondaryHover: string;
|
|
540
540
|
colorSecondaryPressed: string;
|
|
541
|
+
colorSecondaryFocus: string;
|
|
542
|
+
colorSecondaryDisabled: string;
|
|
543
|
+
textColorSecondaryDisabled: string;
|
|
541
544
|
waveColorSecondary: string;
|
|
542
545
|
colorTertiary: string;
|
|
543
546
|
colorTertiaryHover: string;
|
|
544
547
|
colorTertiaryPressed: string;
|
|
548
|
+
colorTertiaryFocus: string;
|
|
545
549
|
colorTertiaryDisalbed: string;
|
|
546
550
|
waveColorTertiary: string;
|
|
547
551
|
textColorTextTertiary: string;
|
|
552
|
+
rippleColorTertiary: string;
|
|
548
553
|
colorQuaternary: string;
|
|
549
554
|
colorQuaternaryHover: string;
|
|
550
555
|
colorQuaternaryPressed: string;
|
|
556
|
+
colorQuaternaryFocus: string;
|
|
557
|
+
rippleColorQuaternary: string;
|
|
558
|
+
waveColorQuaternary: string;
|
|
551
559
|
color: string;
|
|
552
560
|
colorHover: string;
|
|
553
561
|
colorPressed: string;
|
|
@@ -1187,16 +1195,24 @@ export declare const chatProps: {
|
|
|
1187
1195
|
colorSecondary: string;
|
|
1188
1196
|
colorSecondaryHover: string;
|
|
1189
1197
|
colorSecondaryPressed: string;
|
|
1198
|
+
colorSecondaryFocus: string;
|
|
1199
|
+
colorSecondaryDisabled: string;
|
|
1200
|
+
textColorSecondaryDisabled: string;
|
|
1190
1201
|
waveColorSecondary: string;
|
|
1191
1202
|
colorTertiary: string;
|
|
1192
1203
|
colorTertiaryHover: string;
|
|
1193
1204
|
colorTertiaryPressed: string;
|
|
1205
|
+
colorTertiaryFocus: string;
|
|
1194
1206
|
colorTertiaryDisalbed: string;
|
|
1195
1207
|
waveColorTertiary: string;
|
|
1196
1208
|
textColorTextTertiary: string;
|
|
1209
|
+
rippleColorTertiary: string;
|
|
1197
1210
|
colorQuaternary: string;
|
|
1198
1211
|
colorQuaternaryHover: string;
|
|
1199
1212
|
colorQuaternaryPressed: string;
|
|
1213
|
+
colorQuaternaryFocus: string;
|
|
1214
|
+
rippleColorQuaternary: string;
|
|
1215
|
+
waveColorQuaternary: string;
|
|
1200
1216
|
color: string;
|
|
1201
1217
|
colorHover: string;
|
|
1202
1218
|
colorPressed: string;
|
|
@@ -1836,16 +1852,24 @@ export declare const chatProps: {
|
|
|
1836
1852
|
colorSecondary: string;
|
|
1837
1853
|
colorSecondaryHover: string;
|
|
1838
1854
|
colorSecondaryPressed: string;
|
|
1855
|
+
colorSecondaryFocus: string;
|
|
1856
|
+
colorSecondaryDisabled: string;
|
|
1857
|
+
textColorSecondaryDisabled: string;
|
|
1839
1858
|
waveColorSecondary: string;
|
|
1840
1859
|
colorTertiary: string;
|
|
1841
1860
|
colorTertiaryHover: string;
|
|
1842
1861
|
colorTertiaryPressed: string;
|
|
1862
|
+
colorTertiaryFocus: string;
|
|
1843
1863
|
colorTertiaryDisalbed: string;
|
|
1844
1864
|
waveColorTertiary: string;
|
|
1845
1865
|
textColorTextTertiary: string;
|
|
1866
|
+
rippleColorTertiary: string;
|
|
1846
1867
|
colorQuaternary: string;
|
|
1847
1868
|
colorQuaternaryHover: string;
|
|
1848
1869
|
colorQuaternaryPressed: string;
|
|
1870
|
+
colorQuaternaryFocus: string;
|
|
1871
|
+
rippleColorQuaternary: string;
|
|
1872
|
+
waveColorQuaternary: string;
|
|
1849
1873
|
color: string;
|
|
1850
1874
|
colorHover: string;
|
|
1851
1875
|
colorPressed: string;
|
|
@@ -2265,9 +2289,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2265
2289
|
type: PropType<ChatPropsType["messagesLoadingCount"]>;
|
|
2266
2290
|
default: number;
|
|
2267
2291
|
};
|
|
2268
|
-
|
|
2292
|
+
height: {
|
|
2269
2293
|
type: PropType<string | number>;
|
|
2270
|
-
default:
|
|
2294
|
+
default: number;
|
|
2271
2295
|
};
|
|
2272
2296
|
onChatSelect: {
|
|
2273
2297
|
type: PropType<ChatPropsType["onChatSelect"]>;
|
|
@@ -2668,16 +2692,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2668
2692
|
colorSecondary: string;
|
|
2669
2693
|
colorSecondaryHover: string;
|
|
2670
2694
|
colorSecondaryPressed: string;
|
|
2695
|
+
colorSecondaryFocus: string;
|
|
2696
|
+
colorSecondaryDisabled: string;
|
|
2697
|
+
textColorSecondaryDisabled: string;
|
|
2671
2698
|
waveColorSecondary: string;
|
|
2672
2699
|
colorTertiary: string;
|
|
2673
2700
|
colorTertiaryHover: string;
|
|
2674
2701
|
colorTertiaryPressed: string;
|
|
2702
|
+
colorTertiaryFocus: string;
|
|
2675
2703
|
colorTertiaryDisalbed: string;
|
|
2676
2704
|
waveColorTertiary: string;
|
|
2677
2705
|
textColorTextTertiary: string;
|
|
2706
|
+
rippleColorTertiary: string;
|
|
2678
2707
|
colorQuaternary: string;
|
|
2679
2708
|
colorQuaternaryHover: string;
|
|
2680
2709
|
colorQuaternaryPressed: string;
|
|
2710
|
+
colorQuaternaryFocus: string;
|
|
2711
|
+
rippleColorQuaternary: string;
|
|
2712
|
+
waveColorQuaternary: string;
|
|
2681
2713
|
color: string;
|
|
2682
2714
|
colorHover: string;
|
|
2683
2715
|
colorPressed: string;
|
|
@@ -3317,16 +3349,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3317
3349
|
colorSecondary: string;
|
|
3318
3350
|
colorSecondaryHover: string;
|
|
3319
3351
|
colorSecondaryPressed: string;
|
|
3352
|
+
colorSecondaryFocus: string;
|
|
3353
|
+
colorSecondaryDisabled: string;
|
|
3354
|
+
textColorSecondaryDisabled: string;
|
|
3320
3355
|
waveColorSecondary: string;
|
|
3321
3356
|
colorTertiary: string;
|
|
3322
3357
|
colorTertiaryHover: string;
|
|
3323
3358
|
colorTertiaryPressed: string;
|
|
3359
|
+
colorTertiaryFocus: string;
|
|
3324
3360
|
colorTertiaryDisalbed: string;
|
|
3325
3361
|
waveColorTertiary: string;
|
|
3326
3362
|
textColorTextTertiary: string;
|
|
3363
|
+
rippleColorTertiary: string;
|
|
3327
3364
|
colorQuaternary: string;
|
|
3328
3365
|
colorQuaternaryHover: string;
|
|
3329
3366
|
colorQuaternaryPressed: string;
|
|
3367
|
+
colorQuaternaryFocus: string;
|
|
3368
|
+
rippleColorQuaternary: string;
|
|
3369
|
+
waveColorQuaternary: string;
|
|
3330
3370
|
color: string;
|
|
3331
3371
|
colorHover: string;
|
|
3332
3372
|
colorPressed: string;
|
|
@@ -3966,16 +4006,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3966
4006
|
colorSecondary: string;
|
|
3967
4007
|
colorSecondaryHover: string;
|
|
3968
4008
|
colorSecondaryPressed: string;
|
|
4009
|
+
colorSecondaryFocus: string;
|
|
4010
|
+
colorSecondaryDisabled: string;
|
|
4011
|
+
textColorSecondaryDisabled: string;
|
|
3969
4012
|
waveColorSecondary: string;
|
|
3970
4013
|
colorTertiary: string;
|
|
3971
4014
|
colorTertiaryHover: string;
|
|
3972
4015
|
colorTertiaryPressed: string;
|
|
4016
|
+
colorTertiaryFocus: string;
|
|
3973
4017
|
colorTertiaryDisalbed: string;
|
|
3974
4018
|
waveColorTertiary: string;
|
|
3975
4019
|
textColorTextTertiary: string;
|
|
4020
|
+
rippleColorTertiary: string;
|
|
3976
4021
|
colorQuaternary: string;
|
|
3977
4022
|
colorQuaternaryHover: string;
|
|
3978
4023
|
colorQuaternaryPressed: string;
|
|
4024
|
+
colorQuaternaryFocus: string;
|
|
4025
|
+
rippleColorQuaternary: string;
|
|
4026
|
+
waveColorQuaternary: string;
|
|
3979
4027
|
color: string;
|
|
3980
4028
|
colorHover: string;
|
|
3981
4029
|
colorPressed: string;
|
|
@@ -4620,16 +4668,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4620
4668
|
colorSecondary: string;
|
|
4621
4669
|
colorSecondaryHover: string;
|
|
4622
4670
|
colorSecondaryPressed: string;
|
|
4671
|
+
colorSecondaryFocus: string;
|
|
4672
|
+
colorSecondaryDisabled: string;
|
|
4673
|
+
textColorSecondaryDisabled: string;
|
|
4623
4674
|
waveColorSecondary: string;
|
|
4624
4675
|
colorTertiary: string;
|
|
4625
4676
|
colorTertiaryHover: string;
|
|
4626
4677
|
colorTertiaryPressed: string;
|
|
4678
|
+
colorTertiaryFocus: string;
|
|
4627
4679
|
colorTertiaryDisalbed: string;
|
|
4628
4680
|
waveColorTertiary: string;
|
|
4629
4681
|
textColorTextTertiary: string;
|
|
4682
|
+
rippleColorTertiary: string;
|
|
4630
4683
|
colorQuaternary: string;
|
|
4631
4684
|
colorQuaternaryHover: string;
|
|
4632
4685
|
colorQuaternaryPressed: string;
|
|
4686
|
+
colorQuaternaryFocus: string;
|
|
4687
|
+
rippleColorQuaternary: string;
|
|
4688
|
+
waveColorQuaternary: string;
|
|
4633
4689
|
color: string;
|
|
4634
4690
|
colorHover: string;
|
|
4635
4691
|
colorPressed: string;
|
|
@@ -5313,9 +5369,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5313
5369
|
type: PropType<ChatPropsType["messagesLoadingCount"]>;
|
|
5314
5370
|
default: number;
|
|
5315
5371
|
};
|
|
5316
|
-
|
|
5372
|
+
height: {
|
|
5317
5373
|
type: PropType<string | number>;
|
|
5318
|
-
default:
|
|
5374
|
+
default: number;
|
|
5319
5375
|
};
|
|
5320
5376
|
onChatSelect: {
|
|
5321
5377
|
type: PropType<ChatPropsType["onChatSelect"]>;
|
|
@@ -5716,16 +5772,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5716
5772
|
colorSecondary: string;
|
|
5717
5773
|
colorSecondaryHover: string;
|
|
5718
5774
|
colorSecondaryPressed: string;
|
|
5775
|
+
colorSecondaryFocus: string;
|
|
5776
|
+
colorSecondaryDisabled: string;
|
|
5777
|
+
textColorSecondaryDisabled: string;
|
|
5719
5778
|
waveColorSecondary: string;
|
|
5720
5779
|
colorTertiary: string;
|
|
5721
5780
|
colorTertiaryHover: string;
|
|
5722
5781
|
colorTertiaryPressed: string;
|
|
5782
|
+
colorTertiaryFocus: string;
|
|
5723
5783
|
colorTertiaryDisalbed: string;
|
|
5724
5784
|
waveColorTertiary: string;
|
|
5725
5785
|
textColorTextTertiary: string;
|
|
5786
|
+
rippleColorTertiary: string;
|
|
5726
5787
|
colorQuaternary: string;
|
|
5727
5788
|
colorQuaternaryHover: string;
|
|
5728
5789
|
colorQuaternaryPressed: string;
|
|
5790
|
+
colorQuaternaryFocus: string;
|
|
5791
|
+
rippleColorQuaternary: string;
|
|
5792
|
+
waveColorQuaternary: string;
|
|
5729
5793
|
color: string;
|
|
5730
5794
|
colorHover: string;
|
|
5731
5795
|
colorPressed: string;
|
|
@@ -6365,16 +6429,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6365
6429
|
colorSecondary: string;
|
|
6366
6430
|
colorSecondaryHover: string;
|
|
6367
6431
|
colorSecondaryPressed: string;
|
|
6432
|
+
colorSecondaryFocus: string;
|
|
6433
|
+
colorSecondaryDisabled: string;
|
|
6434
|
+
textColorSecondaryDisabled: string;
|
|
6368
6435
|
waveColorSecondary: string;
|
|
6369
6436
|
colorTertiary: string;
|
|
6370
6437
|
colorTertiaryHover: string;
|
|
6371
6438
|
colorTertiaryPressed: string;
|
|
6439
|
+
colorTertiaryFocus: string;
|
|
6372
6440
|
colorTertiaryDisalbed: string;
|
|
6373
6441
|
waveColorTertiary: string;
|
|
6374
6442
|
textColorTextTertiary: string;
|
|
6443
|
+
rippleColorTertiary: string;
|
|
6375
6444
|
colorQuaternary: string;
|
|
6376
6445
|
colorQuaternaryHover: string;
|
|
6377
6446
|
colorQuaternaryPressed: string;
|
|
6447
|
+
colorQuaternaryFocus: string;
|
|
6448
|
+
rippleColorQuaternary: string;
|
|
6449
|
+
waveColorQuaternary: string;
|
|
6378
6450
|
color: string;
|
|
6379
6451
|
colorHover: string;
|
|
6380
6452
|
colorPressed: string;
|
|
@@ -7014,16 +7086,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7014
7086
|
colorSecondary: string;
|
|
7015
7087
|
colorSecondaryHover: string;
|
|
7016
7088
|
colorSecondaryPressed: string;
|
|
7089
|
+
colorSecondaryFocus: string;
|
|
7090
|
+
colorSecondaryDisabled: string;
|
|
7091
|
+
textColorSecondaryDisabled: string;
|
|
7017
7092
|
waveColorSecondary: string;
|
|
7018
7093
|
colorTertiary: string;
|
|
7019
7094
|
colorTertiaryHover: string;
|
|
7020
7095
|
colorTertiaryPressed: string;
|
|
7096
|
+
colorTertiaryFocus: string;
|
|
7021
7097
|
colorTertiaryDisalbed: string;
|
|
7022
7098
|
waveColorTertiary: string;
|
|
7023
7099
|
textColorTextTertiary: string;
|
|
7100
|
+
rippleColorTertiary: string;
|
|
7024
7101
|
colorQuaternary: string;
|
|
7025
7102
|
colorQuaternaryHover: string;
|
|
7026
7103
|
colorQuaternaryPressed: string;
|
|
7104
|
+
colorQuaternaryFocus: string;
|
|
7105
|
+
rippleColorQuaternary: string;
|
|
7106
|
+
waveColorQuaternary: string;
|
|
7027
7107
|
color: string;
|
|
7028
7108
|
colorHover: string;
|
|
7029
7109
|
colorPressed: string;
|
|
@@ -7325,7 +7405,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7325
7405
|
retryText: string | undefined;
|
|
7326
7406
|
closeButtonText: string | undefined;
|
|
7327
7407
|
unreadNotificationText: string | undefined;
|
|
7328
|
-
|
|
7408
|
+
height: string | number;
|
|
7329
7409
|
emptyProps: Partial<Partial<import("../..").EmptyProps> | undefined>;
|
|
7330
7410
|
chatItems: ChatListItemData[] | undefined;
|
|
7331
7411
|
selectedChatId: import("./interface").ChatId | undefined;
|
package/es/chat/src/Chat.js
CHANGED
|
@@ -106,9 +106,9 @@ export const chatProps = Object.assign(Object.assign({}, useTheme.props), { chat
|
|
|
106
106
|
}, messagesLoadingCount: {
|
|
107
107
|
type: Number,
|
|
108
108
|
default: 10
|
|
109
|
-
},
|
|
109
|
+
}, height: {
|
|
110
110
|
type: [String, Number],
|
|
111
|
-
default:
|
|
111
|
+
default: 800
|
|
112
112
|
}, onChatSelect: {
|
|
113
113
|
type: Function,
|
|
114
114
|
default: undefined
|
|
@@ -376,14 +376,12 @@ export default defineComponent({
|
|
|
376
376
|
var _a;
|
|
377
377
|
const { $slots } = this;
|
|
378
378
|
(_a = this.onRender) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
379
|
-
const
|
|
379
|
+
const heightStyle = this.height
|
|
380
380
|
? {
|
|
381
|
-
|
|
382
|
-
? `${this.maxHeight}px`
|
|
383
|
-
: this.maxHeight
|
|
381
|
+
height: typeof this.height === 'number' ? `${this.height}px` : this.height
|
|
384
382
|
}
|
|
385
383
|
: {};
|
|
386
|
-
return (h("div", { class: [`${this.mergedClsPrefix}-chat`, this.themeClass], style: Object.assign(Object.assign({},
|
|
384
|
+
return (h("div", { class: [`${this.mergedClsPrefix}-chat`, this.themeClass], style: Object.assign(Object.assign({}, heightStyle), this.cssVars) },
|
|
387
385
|
h(UFlex, { wrap: false, size: [20, 20], style: { width: '100%' } }, {
|
|
388
386
|
default: () => (h(Fragment, null,
|
|
389
387
|
resolveSlot($slots.sidebar, () => [
|
|
@@ -392,11 +390,12 @@ export default defineComponent({
|
|
|
392
390
|
sidebarHeaderActions: $slots.sidebarHeaderActions
|
|
393
391
|
})
|
|
394
392
|
]),
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
393
|
+
this.selectedChatId &&
|
|
394
|
+
resolveSlot($slots.default, () => [
|
|
395
|
+
h(ChatMainArea, null, {
|
|
396
|
+
headerActions: $slots.headerActions
|
|
397
|
+
})
|
|
398
|
+
])))
|
|
400
399
|
})));
|
|
401
400
|
}
|
|
402
401
|
});
|
|
@@ -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;
|
|
@@ -9,6 +9,7 @@ import style from './styles/index.cssr';
|
|
|
9
9
|
import { chatLight } from '../styles';
|
|
10
10
|
import { useConfig, useTheme, useThemeClass, useLocale } from '../../_mixins';
|
|
11
11
|
import { CheckmarkDoneSharp, MdTime, PersonOutline, Refresh } from '../../_internal/icons';
|
|
12
|
+
import { UFlex } from '../../flex';
|
|
12
13
|
const statusIconMapper = {
|
|
13
14
|
[MessageStatus.READ]: CheckmarkDoneSharp,
|
|
14
15
|
[MessageStatus.PENDING]: MdTime,
|
|
@@ -171,7 +172,9 @@ export default defineComponent({
|
|
|
171
172
|
default: () => { var _a; return (_a = this.chatItems) === null || _a === void 0 ? void 0 : _a.map((item) => renderChatItem(item)); }
|
|
172
173
|
}));
|
|
173
174
|
}
|
|
174
|
-
return (h(
|
|
175
|
+
return (h(UFlex, { justify: "center", align: "center", vertical: true }, {
|
|
176
|
+
default: () => (h(UEmpty, Object.assign({}, this.emptyProps, { theme: this.mergedTheme.peers.Empty, themeOverrides: this.mergedTheme.peerOverrides.Empty })))
|
|
177
|
+
}));
|
|
175
178
|
})();
|
|
176
179
|
return (h("div", { class: [`${mergedClsPrefixRef}-chat`, this.themeClass], style: this.cssVars },
|
|
177
180
|
h("div", { class: `${mergedClsPrefixRef}-chat-sidebar`, style: {
|