@uzum-tech/ui 1.9.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/dist/index.js +586 -265
  2. package/dist/index.prod.js +2 -2
  3. package/es/chat/index.d.ts +1 -1
  4. package/es/chat/src/Chat.d.ts +233 -11
  5. package/es/chat/src/Chat.js +73 -22
  6. package/es/chat/src/ChatParts/ChatAttachment.js +14 -12
  7. package/es/chat/src/ChatParts/MainArea.d.ts +1 -0
  8. package/es/chat/src/ChatParts/MainArea.js +95 -57
  9. package/es/chat/src/ChatParts/Sidebar.d.ts +920 -0
  10. package/es/chat/src/ChatParts/Sidebar.js +63 -12
  11. package/es/chat/src/interface.d.ts +24 -3
  12. package/es/chat/src/styles/index.cssr.js +13 -2
  13. package/es/date-picker/src/DatePicker.d.ts +1308 -43
  14. package/es/date-picker/src/DatePicker.js +54 -29
  15. package/es/date-picker/src/interface.d.ts +1 -0
  16. package/es/date-picker/src/panel/date.d.ts +141 -0
  17. package/es/date-picker/src/panel/daterange.d.ts +141 -0
  18. package/es/date-picker/src/panel/datetime.d.ts +141 -0
  19. package/es/date-picker/src/panel/datetimerange.d.ts +141 -0
  20. package/es/date-picker/src/panel/panelMonth.d.ts +282 -0
  21. package/es/date-picker/src/panel/panelMonthContent.d.ts +141 -0
  22. package/es/date-picker/src/panel/panelYear.d.ts +282 -0
  23. package/es/date-picker/src/panel/panelYearContent.d.ts +141 -0
  24. package/es/date-picker/src/panel/use-calendar.d.ts +141 -0
  25. package/es/date-picker/src/panel/use-dual-calendar.d.ts +141 -0
  26. package/es/date-picker/src/panel/use-panel-common.d.ts +141 -0
  27. package/es/date-picker/styles/dark.js +3 -1
  28. package/es/date-picker/styles/light.d.ts +123 -0
  29. package/es/date-picker/styles/light.js +3 -1
  30. package/es/descriptions/src/Descriptions.d.ts +30 -0
  31. package/es/descriptions/src/Descriptions.js +18 -10
  32. package/es/locales/common/arDZ.js +2 -0
  33. package/es/locales/common/deDE.js +2 -0
  34. package/es/locales/common/enGB.js +2 -0
  35. package/es/locales/common/enUS.d.ts +2 -0
  36. package/es/locales/common/enUS.js +2 -0
  37. package/es/locales/common/eo.js +2 -0
  38. package/es/locales/common/esAR.js +2 -0
  39. package/es/locales/common/faIR.js +2 -0
  40. package/es/locales/common/frFR.js +2 -0
  41. package/es/locales/common/idID.js +2 -0
  42. package/es/locales/common/itIT.js +2 -0
  43. package/es/locales/common/jaJP.js +2 -0
  44. package/es/locales/common/koKR.js +2 -0
  45. package/es/locales/common/nbNO.js +2 -0
  46. package/es/locales/common/nlNL.js +2 -0
  47. package/es/locales/common/plPL.js +2 -0
  48. package/es/locales/common/ptBR.js +2 -0
  49. package/es/locales/common/ruRU.js +2 -0
  50. package/es/locales/common/skSK.js +2 -0
  51. package/es/locales/common/svSE.js +2 -0
  52. package/es/locales/common/thTH.js +2 -0
  53. package/es/locales/common/trTR.js +2 -0
  54. package/es/locales/common/ukUA.js +2 -0
  55. package/es/locales/common/viVN.js +2 -0
  56. package/es/locales/common/zhCN.js +2 -0
  57. package/es/locales/common/zhTW.js +2 -0
  58. package/es/version.d.ts +1 -1
  59. package/es/version.js +1 -1
  60. package/lib/chat/index.d.ts +1 -1
  61. package/lib/chat/src/Chat.d.ts +233 -11
  62. package/lib/chat/src/Chat.js +73 -22
  63. package/lib/chat/src/ChatParts/ChatAttachment.js +14 -12
  64. package/lib/chat/src/ChatParts/MainArea.d.ts +1 -0
  65. package/lib/chat/src/ChatParts/MainArea.js +94 -56
  66. package/lib/chat/src/ChatParts/Sidebar.d.ts +920 -0
  67. package/lib/chat/src/ChatParts/Sidebar.js +62 -11
  68. package/lib/chat/src/interface.d.ts +24 -3
  69. package/lib/chat/src/styles/index.cssr.js +13 -2
  70. package/lib/date-picker/src/DatePicker.d.ts +1308 -43
  71. package/lib/date-picker/src/DatePicker.js +53 -28
  72. package/lib/date-picker/src/interface.d.ts +1 -0
  73. package/lib/date-picker/src/panel/date.d.ts +141 -0
  74. package/lib/date-picker/src/panel/daterange.d.ts +141 -0
  75. package/lib/date-picker/src/panel/datetime.d.ts +141 -0
  76. package/lib/date-picker/src/panel/datetimerange.d.ts +141 -0
  77. package/lib/date-picker/src/panel/panelMonth.d.ts +282 -0
  78. package/lib/date-picker/src/panel/panelMonthContent.d.ts +141 -0
  79. package/lib/date-picker/src/panel/panelYear.d.ts +282 -0
  80. package/lib/date-picker/src/panel/panelYearContent.d.ts +141 -0
  81. package/lib/date-picker/src/panel/use-calendar.d.ts +141 -0
  82. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +141 -0
  83. package/lib/date-picker/src/panel/use-panel-common.d.ts +141 -0
  84. package/lib/date-picker/styles/dark.js +3 -1
  85. package/lib/date-picker/styles/light.d.ts +123 -0
  86. package/lib/date-picker/styles/light.js +3 -1
  87. package/lib/descriptions/src/Descriptions.d.ts +30 -0
  88. package/lib/descriptions/src/Descriptions.js +18 -10
  89. package/lib/locales/common/arDZ.js +2 -0
  90. package/lib/locales/common/deDE.js +2 -0
  91. package/lib/locales/common/enGB.js +2 -0
  92. package/lib/locales/common/enUS.d.ts +2 -0
  93. package/lib/locales/common/enUS.js +2 -0
  94. package/lib/locales/common/eo.js +2 -0
  95. package/lib/locales/common/esAR.js +2 -0
  96. package/lib/locales/common/faIR.js +2 -0
  97. package/lib/locales/common/frFR.js +2 -0
  98. package/lib/locales/common/idID.js +2 -0
  99. package/lib/locales/common/itIT.js +2 -0
  100. package/lib/locales/common/jaJP.js +2 -0
  101. package/lib/locales/common/koKR.js +2 -0
  102. package/lib/locales/common/nbNO.js +2 -0
  103. package/lib/locales/common/nlNL.js +2 -0
  104. package/lib/locales/common/plPL.js +2 -0
  105. package/lib/locales/common/ptBR.js +2 -0
  106. package/lib/locales/common/ruRU.js +2 -0
  107. package/lib/locales/common/skSK.js +2 -0
  108. package/lib/locales/common/svSE.js +2 -0
  109. package/lib/locales/common/thTH.js +2 -0
  110. package/lib/locales/common/trTR.js +2 -0
  111. package/lib/locales/common/ukUA.js +2 -0
  112. package/lib/locales/common/viVN.js +2 -0
  113. package/lib/locales/common/zhCN.js +2 -0
  114. package/lib/locales/common/zhTW.js +2 -0
  115. package/lib/version.d.ts +1 -1
  116. package/lib/version.js +1 -1
  117. package/package.json +3 -3
  118. package/web-types.json +95 -4
@@ -2,5 +2,925 @@ declare const _default: import("vue").DefineComponent<{}, {
2
2
  slots: Readonly<{
3
3
  [name: string]: import("vue").Slot<any> | undefined;
4
4
  }>;
5
+ sidebarContentRef: import("vue").Ref<HTMLElement | {
6
+ $el: HTMLElement;
7
+ } | undefined>;
8
+ renderListHeader: () => JSX.Element;
9
+ handleSidebarScroll: (e: Event) => void;
10
+ mergedClsPrefixRef: import("vue").Ref<string>;
11
+ mergedThemeRef: import("vue").Ref<{
12
+ common: import("../../..").ThemeCommonVars;
13
+ self: {
14
+ backgroundColor: string;
15
+ borderColor: string;
16
+ sidebarBackgroundColor: string;
17
+ sidebarBorderColor: string;
18
+ sidebarItemBackgroundColor: string;
19
+ sidebarItemBackgroundColorHover: string;
20
+ sidebarItemBackgroundColorSelected: string;
21
+ sidebarItemTextColor: string;
22
+ sidebarItemTextColorSelected: string;
23
+ sidebarItemSubtitleColor: string;
24
+ sidebarItemTimeColor: string;
25
+ mainBackgroundColor: string;
26
+ headerBackgroundColor: string;
27
+ headerBorderColor: string;
28
+ headerTitleColor: string;
29
+ messageBubbleBackgroundColorOwn: string;
30
+ messageBubbleBackgroundColorOther: string;
31
+ messageBubbleTextColorOwn: string;
32
+ messageBubbleTextColorOther: string;
33
+ messageTimeColor: string;
34
+ messageStatusColor: string;
35
+ attachmentBackgroundColorOwn: string;
36
+ attachmentBackgroundColorOther: string;
37
+ footerBackgroundColor: string;
38
+ footerBorderColor: string;
39
+ inputBackgroundColor: string;
40
+ inputBorderColor: string;
41
+ unreadNotificationBackgroundColor: string;
42
+ unreadNotificationTextColor: string;
43
+ typingIndicatorColor: string;
44
+ dateSeparatorColor: string;
45
+ dateSeparatorBackgroundColor: string;
46
+ borderRadius: string;
47
+ errorColor: string;
48
+ };
49
+ peers: {
50
+ Input: import("../../../_mixins").Theme<"Input", {
51
+ paddingTiny: string;
52
+ paddingSmall: string;
53
+ paddingMedium: string;
54
+ paddingLarge: string;
55
+ paddingHuge: string;
56
+ clearSize: string;
57
+ countTextColorDisabled: string;
58
+ countTextColor: string;
59
+ heightTiny: string;
60
+ heightSmall: string;
61
+ heightMedium: string;
62
+ heightLarge: string;
63
+ heightHuge: string;
64
+ fontSizeTiny: string;
65
+ fontSizeSmall: string;
66
+ fontSizeMedium: string;
67
+ fontSizeLarge: string;
68
+ fontSizeHuge: string;
69
+ lineHeight: string;
70
+ lineHeightTextarea: string;
71
+ borderRadius: string;
72
+ iconSize: string;
73
+ groupLabelTextColor: string;
74
+ textColor: string;
75
+ textColorDisabled: string;
76
+ textDecorationColor: string;
77
+ caretColor: string;
78
+ placeholderColor: string;
79
+ placeholderColorDisabled: string;
80
+ color: string;
81
+ colorDisabled: string;
82
+ colorFocus: string;
83
+ groupLabelBorder: string;
84
+ border: string;
85
+ borderHover: string;
86
+ borderDisabled: string;
87
+ borderFocus: string;
88
+ boxShadowFocus: string;
89
+ loadingColor: string;
90
+ loadingColorWarning: string;
91
+ borderWarning: string;
92
+ borderHoverWarning: string;
93
+ colorFocusWarning: string;
94
+ borderFocusWarning: string;
95
+ boxShadowFocusWarning: string;
96
+ caretColorWarning: string;
97
+ loadingColorError: string;
98
+ borderError: string;
99
+ borderHoverError: string;
100
+ colorFocusError: string;
101
+ borderFocusError: string;
102
+ boxShadowFocusError: string;
103
+ caretColorError: string;
104
+ clearColor: string;
105
+ clearColorHover: string;
106
+ clearColorPressed: string;
107
+ iconColor: string;
108
+ iconColorDisabled: string;
109
+ iconColorHover: string;
110
+ iconColorPressed: string;
111
+ suffixTextColor: string;
112
+ selectionColor: string;
113
+ }, any>;
114
+ Empty: import("../../../_mixins").Theme<"Empty", {
115
+ iconSizeSmall: string;
116
+ iconSizeMedium: string;
117
+ iconSizeLarge: string;
118
+ iconSizeHuge: string;
119
+ titleFontSizeSmall: string;
120
+ titleFontSizeMedium: string;
121
+ titleFontSizeLarge: string;
122
+ titleFontSizeHuge: string;
123
+ descriptionFontSizeSmall: string;
124
+ descriptionFontSizeMedium: string;
125
+ descriptionFontSizeLarge: string;
126
+ descriptionFontSizeHuge: string;
127
+ titleColor: string;
128
+ descriptionColor: string;
129
+ iconColor: string;
130
+ iconBgColor: string;
131
+ extraTextColor: string;
132
+ }, any>;
133
+ Select: import("../../../_mixins").Theme<"Select", {
134
+ menuBoxShadow: string;
135
+ }, {
136
+ InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
137
+ paddingTiny: string;
138
+ paddingSmall: string;
139
+ paddingMedium: string;
140
+ paddingLarge: string;
141
+ paddingHuge: string;
142
+ clearSizeTiny: string;
143
+ clearSizeSmall: string;
144
+ clearSizeMedium: string;
145
+ clearSizeLarge: string;
146
+ clearSizeHuge: string;
147
+ arrowSizeTiny: string;
148
+ arrowSizeSmall: string;
149
+ arrowSizeMedium: string;
150
+ arrowSizeLarge: string;
151
+ arrowSizeHuge: string;
152
+ fontSizeTiny: string;
153
+ fontSizeSmall: string;
154
+ fontSizeMedium: string;
155
+ fontSizeLarge: string;
156
+ fontSizeHuge: string;
157
+ lineHeightTiny: string;
158
+ lineHeightSmall: string;
159
+ lineHeightMedium: string;
160
+ lineHeightLarge: string;
161
+ lineHeightHuge: string;
162
+ heightTiny: string;
163
+ heightSmall: string;
164
+ heightMedium: string;
165
+ heightLarge: string;
166
+ heightHuge: string;
167
+ borderRadiusTiny: string;
168
+ borderRadiusSmall: string;
169
+ borderRadiusMedium: string;
170
+ borderRadiusLarge: string;
171
+ borderRadiusHuge: string;
172
+ textColor: string;
173
+ textColorDisabled: string;
174
+ placeholderColor: string;
175
+ placeholderColorDisabled: string;
176
+ color: string;
177
+ colorFilled: string;
178
+ colorDisabled: string;
179
+ colorActive: string;
180
+ border: string;
181
+ borderFilled: string;
182
+ borderHover: string;
183
+ borderActive: string;
184
+ borderFocus: string;
185
+ borderDisabled: string;
186
+ boxShadowHover: string;
187
+ boxShadowActive: string;
188
+ boxShadowFocus: string;
189
+ caretColor: string;
190
+ arrowColor: string;
191
+ arrowColorHover: string;
192
+ arrowColorDisabled: string;
193
+ loadingColor: string;
194
+ borderWarning: string;
195
+ borderHoverWarning: string;
196
+ borderActiveWarning: string;
197
+ borderFocusWarning: string;
198
+ boxShadowHoverWarning: string;
199
+ boxShadowActiveWarning: string;
200
+ boxShadowFocusWarning: string;
201
+ colorActiveWarning: string;
202
+ caretColorWarning: string;
203
+ borderError: string;
204
+ borderHoverError: string;
205
+ borderActiveError: string;
206
+ borderFocusError: string;
207
+ boxShadowHoverError: string;
208
+ boxShadowActiveError: string;
209
+ boxShadowFocusError: string;
210
+ colorActiveError: string;
211
+ caretColorError: string;
212
+ clearColor: string;
213
+ clearColorHover: string;
214
+ clearColorPressed: string;
215
+ caretColorSecondary: string;
216
+ filterCounterTextColor: string;
217
+ filterCounterTextColorDisabled: string;
218
+ arrowColorSecondary: string;
219
+ clearColorSecondary: string;
220
+ colorSecondary: string;
221
+ textColorSecondary: string;
222
+ borderSecondary: string;
223
+ arrowColorDisabledSecondary: string;
224
+ clearColorDisabledSecondary: string;
225
+ colorDisabledSecondary: string;
226
+ textColorDisabledSecondary: string;
227
+ borderDisabledSecondary: string;
228
+ arrowColorHoverSecondary: string;
229
+ clearColorHoverSecondary: string;
230
+ colorHoverSecondary: string;
231
+ textColorHoverSecondary: string;
232
+ borderHoverSecondary: string;
233
+ arrowColorFocusSecondary: string;
234
+ clearColorFocusSecondary: string;
235
+ colorFocusSecondary: string;
236
+ textColorFocusSecondary: string;
237
+ borderFocusSecondary: string;
238
+ arrowColorActiveSecondary: string;
239
+ clearColorActiveSecondary: string;
240
+ colorActiveSecondary: string;
241
+ textColorActiveSecondary: string;
242
+ borderActiveSecondary: string;
243
+ }, {
244
+ Popover: import("../../../_mixins").Theme<"Popover", {
245
+ space: string;
246
+ spaceArrow: string;
247
+ arrowOffset: string;
248
+ arrowOffsetVertical: string;
249
+ arrowHeight: string;
250
+ padding: string;
251
+ fontSize: string;
252
+ borderRadius: string;
253
+ color: string;
254
+ dividerColor: string;
255
+ textColor: string;
256
+ boxShadow: string;
257
+ }, any>;
258
+ }>;
259
+ InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
260
+ height: string;
261
+ paddingSmall: string;
262
+ paddingMedium: string;
263
+ paddingLarge: string;
264
+ optionPaddingSmall: string;
265
+ optionPaddingMedium: string;
266
+ optionPaddingLarge: string;
267
+ loadingSize: string;
268
+ optionFontSizeSmall: string;
269
+ optionFontSizeMedium: string;
270
+ optionFontSizeLarge: string;
271
+ optionHeightSmall: string;
272
+ optionHeightMedium: string;
273
+ optionHeightLarge: string;
274
+ optionBorderRadius: string;
275
+ borderRadius: string;
276
+ color: string;
277
+ groupHeaderTextColor: string;
278
+ actionDividerColor: string;
279
+ optionTextColor: string;
280
+ optionTextColorPressed: string;
281
+ optionTextColorDisabled: string;
282
+ optionTextColorActive: string;
283
+ optionOpacityDisabled: string;
284
+ optionCheckColor: string;
285
+ optionColorPending: string;
286
+ optionColorActive: string;
287
+ optionGroupHeaderBorderColor: string;
288
+ optionColorActivePending: string;
289
+ actionTextColor: string;
290
+ loadingColor: string;
291
+ }, {
292
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
293
+ height: string;
294
+ width: string;
295
+ borderRadius: string;
296
+ color: string;
297
+ colorHover: string;
298
+ railInsetHorizontalBottom: string;
299
+ railInsetHorizontalTop: string;
300
+ railInsetVerticalRight: string;
301
+ railInsetVerticalLeft: string;
302
+ railColor: string;
303
+ }, any>;
304
+ Empty: import("../../../_mixins").Theme<"Empty", {
305
+ iconSizeSmall: string;
306
+ iconSizeMedium: string;
307
+ iconSizeLarge: string;
308
+ iconSizeHuge: string;
309
+ titleFontSizeSmall: string;
310
+ titleFontSizeMedium: string;
311
+ titleFontSizeLarge: string;
312
+ titleFontSizeHuge: string;
313
+ descriptionFontSizeSmall: string;
314
+ descriptionFontSizeMedium: string;
315
+ descriptionFontSizeLarge: string;
316
+ descriptionFontSizeHuge: string;
317
+ titleColor: string;
318
+ descriptionColor: string;
319
+ iconColor: string;
320
+ iconBgColor: string;
321
+ extraTextColor: string;
322
+ }, any>;
323
+ }>;
324
+ }>;
325
+ Avatar: import("../../../_mixins").Theme<"Avatar", {
326
+ borderRadius: string;
327
+ fontSize: string;
328
+ fontWeight: string;
329
+ border: string;
330
+ heightTiny: string;
331
+ heightSmall: string;
332
+ heightMedium: string;
333
+ heightLarge: string;
334
+ textColor: string;
335
+ iconColor: string;
336
+ color: string;
337
+ iconSize: string;
338
+ }, any>;
339
+ Badge: import("../../../_mixins").Theme<"Badge", {
340
+ color: string;
341
+ colorPrime: string;
342
+ colorInfo: string;
343
+ colorSuccess: string;
344
+ colorError: string;
345
+ colorWarning: string;
346
+ fontSize: string;
347
+ textColor: string;
348
+ textColorPrime: string;
349
+ textColorInfo: string;
350
+ textColorSuccess: string;
351
+ textColorError: string;
352
+ textColorWarning: string;
353
+ borderColor: string;
354
+ dotSize: string;
355
+ }, any>;
356
+ Button: import("../../../_mixins").Theme<"Button", {
357
+ heightTiny: string;
358
+ heightSmall: string;
359
+ heightMedium: string;
360
+ heightLarge: string;
361
+ borderRadiusTiny: string;
362
+ borderRadiusSmall: string;
363
+ borderRadiusMedium: string;
364
+ borderRadiusLarge: string;
365
+ fontSizeTiny: string;
366
+ fontSizeSmall: string;
367
+ fontSizeMedium: string;
368
+ fontSizeLarge: string;
369
+ opacityDisabled: string;
370
+ colorOpacitySecondary: string;
371
+ colorOpacitySecondaryHover: string;
372
+ colorOpacitySecondaryPressed: string;
373
+ colorOpacitySecondaryFocus: string;
374
+ colorSecondary: string;
375
+ colorSecondaryHover: string;
376
+ colorSecondaryPressed: string;
377
+ colorSecondaryFocus: string;
378
+ colorSecondaryDisabled: string;
379
+ textColorSecondaryDisabled: string;
380
+ waveColorSecondary: string;
381
+ colorTertiary: string;
382
+ colorTertiaryHover: string;
383
+ colorTertiaryPressed: string;
384
+ colorTertiaryFocus: string;
385
+ colorTertiaryDisalbed: string;
386
+ waveColorTertiary: string;
387
+ textColorTextTertiary: string;
388
+ rippleColorTertiary: string;
389
+ colorQuaternary: string;
390
+ colorQuaternaryHover: string;
391
+ colorQuaternaryPressed: string;
392
+ colorQuaternaryFocus: string;
393
+ rippleColorQuaternary: string;
394
+ waveColorQuaternary: string;
395
+ color: string;
396
+ colorHover: string;
397
+ colorPressed: string;
398
+ colorFocus: string;
399
+ colorDisabled: string;
400
+ textColor: string;
401
+ textTertiary: string;
402
+ textColorTertiary: string;
403
+ textColorHover: string;
404
+ textColorPressed: string;
405
+ textColorFocus: string;
406
+ textColorDisabled: string;
407
+ textColorText: string;
408
+ textColorTextHover: string;
409
+ textColorTextPressed: string;
410
+ textColorTextFocus: string;
411
+ textColorTextDisabled: string;
412
+ textColorGhost: string;
413
+ textColorGhostHover: string;
414
+ textColorGhostPressed: string;
415
+ textColorGhostFocus: string;
416
+ textColorGhostDisabled: string;
417
+ border: string;
418
+ borderHover: string;
419
+ borderPressed: string;
420
+ borderFocus: string;
421
+ borderDisabled: string;
422
+ rippleColor: string;
423
+ colorPrimary: string;
424
+ colorHoverPrimary: string;
425
+ colorPressedPrimary: string;
426
+ colorFocusPrimary: string;
427
+ colorDisabledPrimary: string;
428
+ waveColorPrimary: string;
429
+ textColorPrimary: string;
430
+ textColorHoverPrimary: string;
431
+ textColorPressedPrimary: string;
432
+ textColorFocusPrimary: string;
433
+ textColorDisabledPrimary: string;
434
+ textColorTextPrimary: string;
435
+ textColorTextHoverPrimary: string;
436
+ textColorTextPressedPrimary: string;
437
+ textColorTextFocusPrimary: string;
438
+ textColorTextDisabledPrimary: string;
439
+ textColorGhostPrimary: string;
440
+ textColorGhostHoverPrimary: string;
441
+ textColorGhostPressedPrimary: string;
442
+ textColorGhostFocusPrimary: string;
443
+ textColorGhostDisabledPrimary: string;
444
+ borderPrimary: string;
445
+ borderHoverPrimary: string;
446
+ borderPressedPrimary: string;
447
+ borderFocusPrimary: string;
448
+ borderDisabledPrimary: string;
449
+ rippleColorPrimary: string;
450
+ colorInfo: string;
451
+ colorHoverInfo: string;
452
+ colorPressedInfo: string;
453
+ colorFocusInfo: string;
454
+ colorDisabledInfo: string;
455
+ textColorInfo: string;
456
+ textColorHoverInfo: string;
457
+ textColorPressedInfo: string;
458
+ textColorFocusInfo: string;
459
+ textColorDisabledInfo: string;
460
+ textColorTextInfo: string;
461
+ textColorTextHoverInfo: string;
462
+ textColorTextPressedInfo: string;
463
+ textColorTextFocusInfo: string;
464
+ textColorTextDisabledInfo: string;
465
+ textColorGhostInfo: string;
466
+ textColorGhostHoverInfo: string;
467
+ textColorGhostPressedInfo: string;
468
+ textColorGhostFocusInfo: string;
469
+ textColorGhostDisabledInfo: string;
470
+ borderInfo: string;
471
+ borderHoverInfo: string;
472
+ borderPressedInfo: string;
473
+ borderFocusInfo: string;
474
+ borderDisabledInfo: string;
475
+ rippleColorInfo: string;
476
+ colorSuccess: string;
477
+ colorHoverSuccess: string;
478
+ colorPressedSuccess: string;
479
+ colorFocusSuccess: string;
480
+ colorDisabledSuccess: string;
481
+ textColorSuccess: string;
482
+ textColorHoverSuccess: string;
483
+ textColorPressedSuccess: string;
484
+ textColorFocusSuccess: string;
485
+ textColorDisabledSuccess: string;
486
+ textColorTextSuccess: string;
487
+ textColorTextHoverSuccess: string;
488
+ textColorTextPressedSuccess: string;
489
+ textColorTextFocusSuccess: string;
490
+ textColorTextDisabledSuccess: string;
491
+ textColorGhostSuccess: string;
492
+ textColorGhostHoverSuccess: string;
493
+ textColorGhostPressedSuccess: string;
494
+ textColorGhostFocusSuccess: string;
495
+ textColorGhostDisabledSuccess: string;
496
+ borderSuccess: string;
497
+ borderHoverSuccess: string;
498
+ borderPressedSuccess: string;
499
+ borderFocusSuccess: string;
500
+ borderDisabledSuccess: string;
501
+ rippleColorSuccess: string;
502
+ colorWarning: string;
503
+ colorHoverWarning: string;
504
+ colorPressedWarning: string;
505
+ colorFocusWarning: string;
506
+ colorDisabledWarning: string;
507
+ textColorWarning: string;
508
+ textColorHoverWarning: string;
509
+ textColorPressedWarning: string;
510
+ textColorFocusWarning: string;
511
+ textColorDisabledWarning: string;
512
+ textColorTextWarning: string;
513
+ textColorTextHoverWarning: string;
514
+ textColorTextPressedWarning: string;
515
+ textColorTextFocusWarning: string;
516
+ textColorTextDisabledWarning: string;
517
+ textColorGhostWarning: string;
518
+ textColorGhostHoverWarning: string;
519
+ textColorGhostPressedWarning: string;
520
+ textColorGhostFocusWarning: string;
521
+ textColorGhostDisabledWarning: string;
522
+ borderWarning: string;
523
+ borderHoverWarning: string;
524
+ borderPressedWarning: string;
525
+ borderFocusWarning: string;
526
+ borderDisabledWarning: string;
527
+ rippleColorWarning: string;
528
+ colorError: string;
529
+ colorHoverError: string;
530
+ colorPressedError: string;
531
+ colorFocusError: string;
532
+ colorDisabledError: string;
533
+ textColorError: string;
534
+ textColorHoverError: string;
535
+ textColorPressedError: string;
536
+ textColorFocusError: string;
537
+ textColorDisabledError: string;
538
+ textColorTextError: string;
539
+ textColorTextHoverError: string;
540
+ textColorTextPressedError: string;
541
+ textColorTextFocusError: string;
542
+ textColorTextDisabledError: string;
543
+ textColorGhostError: string;
544
+ textColorGhostHoverError: string;
545
+ textColorGhostPressedError: string;
546
+ textColorGhostFocusError: string;
547
+ textColorGhostDisabledError: string;
548
+ borderError: string;
549
+ borderHoverError: string;
550
+ borderPressedError: string;
551
+ borderFocusError: string;
552
+ borderDisabledError: string;
553
+ rippleColorError: string;
554
+ waveOpacity: string;
555
+ fontWeight: string;
556
+ fontWeightStrong: string;
557
+ paddingTiny: string;
558
+ paddingSmall: string;
559
+ paddingMedium: string;
560
+ paddingLarge: string;
561
+ paddingRoundTiny: string;
562
+ paddingRoundSmall: string;
563
+ paddingRoundMedium: string;
564
+ paddingRoundLarge: string;
565
+ iconMarginTiny: string;
566
+ iconMarginSmall: string;
567
+ iconMarginMedium: string;
568
+ iconMarginLarge: string;
569
+ iconSizeTiny: string;
570
+ iconSizeSmall: string;
571
+ iconSizeMedium: string;
572
+ iconSizeLarge: string;
573
+ rippleDuration: string;
574
+ }, any>;
575
+ Icon: import("../../../_mixins").Theme<"Icon", {
576
+ color: string;
577
+ opacity1Depth: string;
578
+ opacity2Depth: string;
579
+ opacity3Depth: string;
580
+ opacity4Depth: string;
581
+ opacity5Depth: string;
582
+ }, any>;
583
+ List: import("../../../_mixins").Theme<"List", {
584
+ iconSize: string;
585
+ iconSpace: string;
586
+ suffixSpace: string;
587
+ prefixSpace: string;
588
+ subtitleColor: string;
589
+ avatarSpace: string;
590
+ colorFocus: string;
591
+ pressedScale: string;
592
+ textColorDisabled: string;
593
+ textColor: string;
594
+ color: string;
595
+ colorHover: string;
596
+ colorModal: string;
597
+ colorHoverModal: string;
598
+ colorPopover: string;
599
+ colorHoverPopover: string;
600
+ borderColor: string;
601
+ borderColorModal: string;
602
+ borderColorPopover: string;
603
+ borderRadiusLarge: string;
604
+ borderRadiusMedium: string;
605
+ borderRadiusSmall: string;
606
+ padding: string;
607
+ suffixSize: string;
608
+ }, any>;
609
+ Typography: import("../../../_mixins").Theme<"Typography", {
610
+ headerFontSize1: string;
611
+ headerFontSize2: string;
612
+ headerFontSize3: string;
613
+ headerFontSize4: string;
614
+ headerFontSize5: string;
615
+ headerFontSize6: string;
616
+ headerMargin1: string;
617
+ headerMargin2: string;
618
+ headerMargin3: string;
619
+ headerMargin4: string;
620
+ headerMargin5: string;
621
+ headerMargin6: string;
622
+ headerPrefixWidth1: string;
623
+ headerPrefixWidth2: string;
624
+ headerPrefixWidth3: string;
625
+ headerPrefixWidth4: string;
626
+ headerPrefixWidth5: string;
627
+ headerPrefixWidth6: string;
628
+ headerBarWidth1: string;
629
+ headerBarWidth2: string;
630
+ headerBarWidth3: string;
631
+ headerBarWidth4: string;
632
+ headerBarWidth5: string;
633
+ headerBarWidth6: string;
634
+ pMargin: string;
635
+ margin: string;
636
+ liMargin: string;
637
+ olPadding: string;
638
+ ulPadding: string;
639
+ aTextColor: string;
640
+ blockquoteTextColor: string;
641
+ blockquotePrefixColor: string;
642
+ blockquoteLineHeight: string;
643
+ blockquoteFontSize: string;
644
+ codeBorderRadius: string;
645
+ liTextColor: string;
646
+ liLineHeight: string;
647
+ liFontSize: string;
648
+ hrColor: string;
649
+ headerFontWeight: string;
650
+ headerTextColor: string;
651
+ pTextColor: string;
652
+ pTextColor1Depth: string;
653
+ pTextColor2Depth: string;
654
+ pTextColor3Depth: string;
655
+ pLineHeight: string;
656
+ pFontSize: string;
657
+ fontSize: string;
658
+ lineHeight: string;
659
+ headerBarColor: string;
660
+ headerBarColorPrimary: string;
661
+ headerBarColorInfo: string;
662
+ headerBarColorError: string;
663
+ headerBarColorWarning: string;
664
+ headerBarColorSuccess: string;
665
+ textColor: string;
666
+ textColor1Depth: string;
667
+ textColor2Depth: string;
668
+ textColor3Depth: string;
669
+ textColorPrimary: string;
670
+ textColorInfo: string;
671
+ textColorSuccess: string;
672
+ textColorWarning: string;
673
+ textColorError: string;
674
+ codeTextColor: string;
675
+ codeColor: string;
676
+ codeBorder: string;
677
+ }, any>;
678
+ };
679
+ peerOverrides: {
680
+ Input?: {
681
+ peers?: {
682
+ [x: string]: any;
683
+ } | undefined;
684
+ } | undefined;
685
+ Empty?: {
686
+ peers?: {
687
+ [x: string]: any;
688
+ } | undefined;
689
+ } | undefined;
690
+ Select?: {
691
+ peers?: {
692
+ InternalSelection?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"InternalSelection", {
693
+ paddingTiny: string;
694
+ paddingSmall: string;
695
+ paddingMedium: string;
696
+ paddingLarge: string;
697
+ paddingHuge: string;
698
+ clearSizeTiny: string;
699
+ clearSizeSmall: string;
700
+ clearSizeMedium: string;
701
+ clearSizeLarge: string;
702
+ clearSizeHuge: string;
703
+ arrowSizeTiny: string;
704
+ arrowSizeSmall: string;
705
+ arrowSizeMedium: string;
706
+ arrowSizeLarge: string;
707
+ arrowSizeHuge: string;
708
+ fontSizeTiny: string;
709
+ fontSizeSmall: string;
710
+ fontSizeMedium: string;
711
+ fontSizeLarge: string;
712
+ fontSizeHuge: string;
713
+ lineHeightTiny: string;
714
+ lineHeightSmall: string;
715
+ lineHeightMedium: string;
716
+ lineHeightLarge: string;
717
+ lineHeightHuge: string;
718
+ heightTiny: string;
719
+ heightSmall: string;
720
+ heightMedium: string;
721
+ heightLarge: string;
722
+ heightHuge: string;
723
+ borderRadiusTiny: string;
724
+ borderRadiusSmall: string;
725
+ borderRadiusMedium: string;
726
+ borderRadiusLarge: string;
727
+ borderRadiusHuge: string;
728
+ textColor: string;
729
+ textColorDisabled: string;
730
+ placeholderColor: string;
731
+ placeholderColorDisabled: string;
732
+ color: string;
733
+ colorFilled: string;
734
+ colorDisabled: string;
735
+ colorActive: string;
736
+ border: string;
737
+ borderFilled: string;
738
+ borderHover: string;
739
+ borderActive: string;
740
+ borderFocus: string;
741
+ borderDisabled: string;
742
+ boxShadowHover: string;
743
+ boxShadowActive: string;
744
+ boxShadowFocus: string;
745
+ caretColor: string;
746
+ arrowColor: string;
747
+ arrowColorHover: string;
748
+ arrowColorDisabled: string;
749
+ loadingColor: string;
750
+ borderWarning: string;
751
+ borderHoverWarning: string;
752
+ borderActiveWarning: string;
753
+ borderFocusWarning: string;
754
+ boxShadowHoverWarning: string;
755
+ boxShadowActiveWarning: string;
756
+ boxShadowFocusWarning: string;
757
+ colorActiveWarning: string;
758
+ caretColorWarning: string;
759
+ borderError: string;
760
+ borderHoverError: string;
761
+ borderActiveError: string;
762
+ borderFocusError: string;
763
+ boxShadowHoverError: string;
764
+ boxShadowActiveError: string;
765
+ boxShadowFocusError: string;
766
+ colorActiveError: string;
767
+ caretColorError: string;
768
+ clearColor: string;
769
+ clearColorHover: string;
770
+ clearColorPressed: string;
771
+ caretColorSecondary: string;
772
+ filterCounterTextColor: string;
773
+ filterCounterTextColorDisabled: string;
774
+ arrowColorSecondary: string;
775
+ clearColorSecondary: string;
776
+ colorSecondary: string;
777
+ textColorSecondary: string;
778
+ borderSecondary: string;
779
+ arrowColorDisabledSecondary: string;
780
+ clearColorDisabledSecondary: string;
781
+ colorDisabledSecondary: string;
782
+ textColorDisabledSecondary: string;
783
+ borderDisabledSecondary: string;
784
+ arrowColorHoverSecondary: string;
785
+ clearColorHoverSecondary: string;
786
+ colorHoverSecondary: string;
787
+ textColorHoverSecondary: string;
788
+ borderHoverSecondary: string;
789
+ arrowColorFocusSecondary: string;
790
+ clearColorFocusSecondary: string;
791
+ colorFocusSecondary: string;
792
+ textColorFocusSecondary: string;
793
+ borderFocusSecondary: string;
794
+ arrowColorActiveSecondary: string;
795
+ clearColorActiveSecondary: string;
796
+ colorActiveSecondary: string;
797
+ textColorActiveSecondary: string;
798
+ borderActiveSecondary: string;
799
+ }, {
800
+ Popover: import("../../../_mixins").Theme<"Popover", {
801
+ space: string;
802
+ spaceArrow: string;
803
+ arrowOffset: string;
804
+ arrowOffsetVertical: string;
805
+ arrowHeight: string;
806
+ padding: string;
807
+ fontSize: string;
808
+ borderRadius: string;
809
+ color: string;
810
+ dividerColor: string;
811
+ textColor: string;
812
+ boxShadow: string;
813
+ }, any>;
814
+ }>> | undefined;
815
+ InternalSelectMenu?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"InternalSelectMenu", {
816
+ height: string;
817
+ paddingSmall: string;
818
+ paddingMedium: string;
819
+ paddingLarge: string;
820
+ optionPaddingSmall: string;
821
+ optionPaddingMedium: string;
822
+ optionPaddingLarge: string;
823
+ loadingSize: string;
824
+ optionFontSizeSmall: string;
825
+ optionFontSizeMedium: string;
826
+ optionFontSizeLarge: string;
827
+ optionHeightSmall: string;
828
+ optionHeightMedium: string;
829
+ optionHeightLarge: string;
830
+ optionBorderRadius: string;
831
+ borderRadius: string;
832
+ color: string;
833
+ groupHeaderTextColor: string;
834
+ actionDividerColor: string;
835
+ optionTextColor: string;
836
+ optionTextColorPressed: string;
837
+ optionTextColorDisabled: string;
838
+ optionTextColorActive: string;
839
+ optionOpacityDisabled: string;
840
+ optionCheckColor: string;
841
+ optionColorPending: string;
842
+ optionColorActive: string;
843
+ optionGroupHeaderBorderColor: string;
844
+ optionColorActivePending: string;
845
+ actionTextColor: string;
846
+ loadingColor: string;
847
+ }, {
848
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
849
+ height: string;
850
+ width: string;
851
+ borderRadius: string;
852
+ color: string;
853
+ colorHover: string;
854
+ railInsetHorizontalBottom: string;
855
+ railInsetHorizontalTop: string;
856
+ railInsetVerticalRight: string;
857
+ railInsetVerticalLeft: string;
858
+ railColor: string;
859
+ }, any>;
860
+ Empty: import("../../../_mixins").Theme<"Empty", {
861
+ iconSizeSmall: string;
862
+ iconSizeMedium: string;
863
+ iconSizeLarge: string;
864
+ iconSizeHuge: string;
865
+ titleFontSizeSmall: string;
866
+ titleFontSizeMedium: string;
867
+ titleFontSizeLarge: string;
868
+ titleFontSizeHuge: string;
869
+ descriptionFontSizeSmall: string;
870
+ descriptionFontSizeMedium: string;
871
+ descriptionFontSizeLarge: string;
872
+ descriptionFontSizeHuge: string;
873
+ titleColor: string;
874
+ descriptionColor: string;
875
+ iconColor: string;
876
+ iconBgColor: string;
877
+ extraTextColor: string;
878
+ }, any>;
879
+ }>> | undefined;
880
+ } | undefined;
881
+ } | undefined;
882
+ Avatar?: {
883
+ peers?: {
884
+ [x: string]: any;
885
+ } | undefined;
886
+ } | undefined;
887
+ Badge?: {
888
+ peers?: {
889
+ [x: string]: any;
890
+ } | undefined;
891
+ } | undefined;
892
+ Button?: {
893
+ peers?: {
894
+ [x: string]: any;
895
+ } | undefined;
896
+ } | undefined;
897
+ Icon?: {
898
+ peers?: {
899
+ [x: string]: any;
900
+ } | undefined;
901
+ } | undefined;
902
+ List?: {
903
+ peers?: {
904
+ [x: string]: any;
905
+ } | undefined;
906
+ } | undefined;
907
+ Typography?: {
908
+ peers?: {
909
+ [x: string]: any;
910
+ } | undefined;
911
+ } | undefined;
912
+ };
913
+ }>;
914
+ chatItemsRef: import("vue").Ref<import("../interface").ChatListItemData[] | undefined>;
915
+ chatItemsLoadingRef: import("vue").Ref<boolean | undefined>;
916
+ chatItemsLoadingCountRef: import("vue").Ref<number | undefined>;
917
+ listEmptyPropsRef: import("vue").Ref<Partial<import("../../..").EmptyProps> | undefined>;
918
+ selectedChatIdRef: import("vue").Ref<import("../interface").ChatId | undefined>;
919
+ typingChatIdsRef: import("vue").Ref<(string | number | symbol)[] | undefined>;
920
+ typingTextRef: import("vue").Ref<string>;
921
+ listItemAvatarPropsRef: import("vue").Ref<Partial<import("../../..").AvatarProps> | undefined>;
922
+ listItemBadgePropsRef: import("vue").Ref<Partial<import("../../..").BadgeProps> | undefined>;
923
+ notificationsShownSetRef: import("vue").Ref<Set<import("../interface").ChatId>>;
924
+ handleChatSelect: (chatId: import("../interface").ChatId) => void;
5
925
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
6
926
  export default _default;