@mobilon-dev/chotto 0.3.3 → 0.3.5

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 (147) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +303 -303
  3. package/dist/{ModalVideoRecorder-CXr2HQuY.js → ModalVideoRecorder-BFZoDkGK.js} +2 -2
  4. package/dist/chotto.css +1 -1
  5. package/dist/index-DRZepRE6.js +20957 -0
  6. package/dist/types/{helpers → apps/helpers}/index.d.ts +5 -5
  7. package/dist/types/apps/helpers/sortByTimestamp.d.ts +5 -0
  8. package/dist/types/apps/helpers/useModalSelectUser2.d.ts +1 -0
  9. package/dist/types/{transform → apps/transform}/transformToFeed.d.ts +1 -1
  10. package/dist/types/components/atoms/Modal/styles/types.d.ts +161 -0
  11. package/dist/types/components/atoms/ModalFullscreen/styles/types.d.ts +133 -0
  12. package/dist/types/components/atoms/ModalNoFooter/styles/types.d.ts +105 -0
  13. package/dist/types/components/atoms/Tooltip/styles/types.d.ts +61 -0
  14. package/dist/types/components/blocks/ChatItem/ChatItem.vue.d.ts +23 -19
  15. package/dist/types/components/blocks/ChatItem/styles/types.d.ts +293 -0
  16. package/dist/types/components/blocks/ChatList/ChatList.vue.d.ts +1 -1
  17. package/dist/types/components/blocks/ChatList/styles/types.d.ts +123 -0
  18. package/dist/types/components/blocks/ChatPanel/styles/types.d.ts +53 -0
  19. package/dist/types/components/blocks/FeedFoundItem/styles/types.d.ts +89 -0
  20. package/dist/types/components/blocks/FeedFoundObjects/FeedFoundObjects.vue.d.ts +2 -2
  21. package/dist/types/components/blocks/FeedFoundObjects/styles/types.d.ts +37 -0
  22. package/dist/types/components/blocks/FeedSearch/styles/types.d.ts +51 -0
  23. package/dist/types/components/blocks/MessageKeyboard/styles/types.d.ts +51 -0
  24. package/dist/types/components/blocks/index.d.ts +0 -1
  25. package/dist/types/components/compounds/ChatInput/styles/types.d.ts +159 -0
  26. package/dist/types/components/compounds/CommunicationPanel/styles/types.d.ts +401 -0
  27. package/dist/types/components/compounds/Feed/Feed.vue.d.ts +11 -2
  28. package/dist/types/components/compounds/Feed/messages/AudioMessage/styles/types.d.ts +437 -0
  29. package/dist/types/components/compounds/Feed/messages/BaseReplyMessage/BaseReplyMessage.vue.d.ts +5 -1
  30. package/dist/types/components/compounds/Feed/messages/BaseReplyMessage/styles/types.d.ts +73 -0
  31. package/dist/types/components/compounds/Feed/messages/CallMessage/styles/types.d.ts +305 -0
  32. package/dist/types/components/compounds/Feed/messages/DateMessage/styles/types.d.ts +34 -0
  33. package/dist/types/components/compounds/Feed/messages/DateMessageSticky/styles/types.d.ts +35 -0
  34. package/dist/types/components/compounds/Feed/messages/FileMessage/styles/types.d.ts +253 -0
  35. package/dist/types/components/compounds/Feed/messages/ImageMessage/styles/types.d.ts +237 -0
  36. package/dist/types/components/compounds/Feed/messages/ReplyAudioMessage/styles/types.d.ts +71 -0
  37. package/dist/types/components/compounds/Feed/messages/ReplyCallMessage/styles/types.d.ts +61 -0
  38. package/dist/types/components/compounds/Feed/messages/ReplyFileMessage/styles/types.d.ts +67 -0
  39. package/dist/types/components/compounds/Feed/messages/ReplyImageMessage/styles/types.d.ts +85 -0
  40. package/dist/types/components/compounds/Feed/messages/ReplyTextMessage/styles/types.d.ts +35 -0
  41. package/dist/types/components/compounds/Feed/messages/ReplyVideoMessage/styles/types.d.ts +81 -0
  42. package/dist/types/components/compounds/Feed/messages/SystemMessage/styles/types.d.ts +23 -0
  43. package/dist/types/components/compounds/Feed/messages/TextMessage/styles/types.d.ts +203 -0
  44. package/dist/types/components/compounds/Feed/messages/TypingMessage/styles/types.d.ts +93 -0
  45. package/dist/types/components/compounds/Feed/messages/VideoMessage/VideoMessage.vue.d.ts +1 -1
  46. package/dist/types/components/compounds/Feed/messages/VideoMessage/styles/types.d.ts +241 -0
  47. package/dist/types/components/compounds/Feed/styles/types.d.ts +119 -0
  48. package/dist/types/components/compounds/ModalVideoRecorder/styles/types.d.ts +71 -0
  49. package/dist/types/components/compounds/SideBar/styles/types.d.ts +279 -0
  50. package/dist/types/components/compounds/TemplateSelector/TemplateSelector.vue.d.ts +2 -0
  51. package/dist/types/components/compounds/TemplateSelector/styles/types.d.ts +311 -0
  52. package/dist/types/components/compounds/UserProfile/styles/types.d.ts +61 -0
  53. package/dist/types/components/containers/BaseContainer/styles/types.d.ts +39 -0
  54. package/dist/types/components/containers/FloatContainer/styles/types.d.ts +89 -0
  55. package/dist/types/components/containers/PlaceholderComponent/styles/types.d.ts +17 -0
  56. package/dist/types/components/containers/SplashScreen/styles/types.d.ts +17 -0
  57. package/dist/types/components/elements/AudioRecorder/styles/types.d.ts +79 -0
  58. package/dist/types/components/elements/ButtonCommandsSelector/styles/types.d.ts +23 -0
  59. package/dist/types/components/elements/ButtonContextMenu/styles/types.d.ts +15 -0
  60. package/dist/types/components/elements/ButtonEmojiPicker/styles/types.d.ts +33 -0
  61. package/dist/types/components/elements/ButtonTemplateSelector/styles/types.d.ts +29 -0
  62. package/dist/types/components/elements/ButtonWabaTemplateSelector/styles/types.d.ts +29 -0
  63. package/dist/types/components/elements/ChannelSelector/ChannelSelector.vue.d.ts +2 -2
  64. package/dist/types/components/elements/ChannelSelector/styles/types.d.ts +49 -0
  65. package/dist/types/components/elements/ChatFilter/styles/types.d.ts +43 -0
  66. package/dist/types/components/elements/ChatInfo/styles/types.d.ts +93 -0
  67. package/dist/types/components/elements/ChatTabs/styles/types.d.ts +65 -0
  68. package/dist/types/components/elements/ContactInfo/ContactInfo.vue.d.ts +2 -2
  69. package/dist/types/components/elements/ContactInfo/stories/ContactInfo.stories.d.ts +2 -2
  70. package/dist/types/components/elements/ContactInfo/styles/types.d.ts +219 -0
  71. package/dist/types/components/elements/ContextMenu/styles/types.d.ts +59 -0
  72. package/dist/types/components/elements/FeedKeyboard/styles/types.d.ts +55 -0
  73. package/dist/types/components/elements/FilePreview/styles/types.d.ts +141 -0
  74. package/dist/types/components/elements/FileUploader/styles/types.d.ts +23 -0
  75. package/dist/types/components/elements/ThemeMode/styles/types.d.ts +99 -0
  76. package/dist/types/components/elements/VideoRecorder/styles/types.d.ts +37 -0
  77. package/dist/types/components/elements/WABAAttachmentSection/styles/types.d.ts +59 -0
  78. package/dist/types/components/elements/WABAQuickReplyButtons/styles/types.d.ts +35 -0
  79. package/dist/types/components/elements/WABASeparatedQuickButtons/styles/types.d.ts +65 -0
  80. package/dist/types/components/elements/WABATemplateSelector/WABATemplateSelector.vue.d.ts +2 -0
  81. package/dist/types/components/elements/WABATemplateSelector/stories/WABATemplateSelector.stories.d.ts +2 -0
  82. package/dist/types/components/elements/WABATemplateSelector/styles/types.d.ts +363 -0
  83. package/dist/types/components/layouts/AdaptiveExtendedLayout/styles/types.d.ts +83 -0
  84. package/dist/types/components/layouts/BaseLayout/styles/types.d.ts +63 -0
  85. package/dist/types/components/layouts/ChatWrapper/styles/types.d.ts +43 -0
  86. package/dist/types/components/layouts/ExtendedLayout/styles/types.d.ts +79 -0
  87. package/dist/types/components/layouts/FeedLayout/styles/types.d.ts +33 -0
  88. package/dist/types/components/molecules/CreateDialog/CreateDialog.vue.d.ts +2 -2
  89. package/dist/types/components/molecules/CreateDialog/stories/CreateDialog.stories.d.ts +2 -2
  90. package/dist/types/components/molecules/CreateDialog/styles/types.d.ts +19 -0
  91. package/dist/types/components/molecules/EmbedPreview/styles/types.d.ts +29 -0
  92. package/dist/types/components/molecules/LinkPreview/styles/types.d.ts +55 -0
  93. package/dist/types/components/molecules/SelectUser/styles/types.d.ts +53 -0
  94. package/dist/types/components/molecules/SelectUser2/styles/types.d.ts +19 -0
  95. package/dist/types/components/molecules/index.d.ts +4 -0
  96. package/dist/types/hooks/index.d.ts +12 -0
  97. package/dist/types/index.d.ts +1 -1
  98. package/dist/types/themes/index.d.ts +1 -2
  99. package/dist/types/themes/types.d.ts +64 -113
  100. package/dist/types/types/components.d.ts +33 -0
  101. package/dist/vuessages.es.js +65 -62
  102. package/dist/vuessages.umd.js +6 -6
  103. package/package.json +64 -63
  104. package/dist/CreateChat-Dv1RI_Uw.js +0 -31
  105. package/dist/CreateChat2-DR5H827U.js +0 -42
  106. package/dist/CreateDialog-lcy7szHJ.js +0 -77
  107. package/dist/SelectUser2-BpDHmoMk.js +0 -46
  108. package/dist/chat-background.svg +0 -3
  109. package/dist/index-BAlmGgQr.js +0 -20864
  110. package/dist/types/helpers/sortByTimestamp.d.ts +0 -1
  111. package/dist/types/helpers/useModalSelectUser2.d.ts +0 -1
  112. package/dist/types/themes/constants.d.ts +0 -18
  113. /package/dist/types/{BaseAdaptiveExtendedChatApp.vue.d.ts → apps/BaseAdaptiveExtendedChatApp/BaseAdaptiveExtendedChatApp.vue.d.ts} +0 -0
  114. /package/dist/types/{BaseBaseChatApp.vue.d.ts → apps/BaseBaseChatApp/BaseBaseChatApp.vue.d.ts} +0 -0
  115. /package/dist/types/{BaseExtendedChatApp.vue.d.ts → apps/BaseExtendedChatApp/BaseExtendedChatApp.vue.d.ts} +0 -0
  116. /package/dist/types/{BaseFeedChatApp.vue.d.ts → apps/BaseFeedChatApp/BaseFeedChatApp.vue.d.ts} +0 -0
  117. /package/dist/types/{FloatExtendedChatApp.vue.d.ts → apps/FloatExtendedChatApp/FloatExtendedChatApp.vue.d.ts} +0 -0
  118. /package/dist/types/{MobilonExtendedChatApp.vue.d.ts → apps/MobilonExtendedChatApp/MobilonExtendedChatApp.vue.d.ts} +0 -0
  119. /package/dist/types/{data → apps/data}/channels.d.ts +0 -0
  120. /package/dist/types/{data → apps/data}/chats.d.ts +0 -0
  121. /package/dist/types/{data → apps/data}/groupTemplates.d.ts +0 -0
  122. /package/dist/types/{data → apps/data}/index.d.ts +0 -0
  123. /package/dist/types/{data → apps/data}/messages.d.ts +0 -0
  124. /package/dist/types/{data → apps/data}/sidebarItems.d.ts +0 -0
  125. /package/dist/types/{data → apps/data}/templates.d.ts +0 -0
  126. /package/dist/types/{data → apps/data}/userProfile.d.ts +0 -0
  127. /package/dist/types/{data → apps/data}/users.d.ts +0 -0
  128. /package/dist/types/{data → apps/data}/wabaTemplates.d.ts +0 -0
  129. /package/dist/types/{helpers → apps/helpers}/formatTimestamp.d.ts +0 -0
  130. /package/dist/types/{helpers → apps/helpers}/playNotificationAudio.d.ts +0 -0
  131. /package/dist/types/{helpers → apps/helpers}/prepareTimeline.d.ts +0 -0
  132. /package/dist/types/{helpers → apps/helpers}/useCreateChat.d.ts +0 -0
  133. /package/dist/types/{helpers → apps/helpers}/useCreateChat2.d.ts +0 -0
  134. /package/dist/types/{helpers → apps/helpers}/useCreateDialog.d.ts +0 -0
  135. /package/dist/types/{stores → apps/stores}/useChatStore.d.ts +0 -0
  136. /package/dist/types/{helpers → hooks}/generatePreview.d.ts +0 -0
  137. /package/dist/types/{helpers → hooks}/getStatusMessage.d.ts +0 -0
  138. /package/dist/types/{helpers → hooks}/getTypeFileByMime.d.ts +0 -0
  139. /package/dist/types/{helpers → hooks}/throttle.d.ts +0 -0
  140. /package/dist/types/{helpers → hooks}/uploadFile.d.ts +0 -0
  141. /package/dist/types/{helpers → hooks}/useDelayDebouncedRef.d.ts +0 -0
  142. /package/dist/types/{helpers → hooks}/useImmediateDebouncedRef.d.ts +0 -0
  143. /package/dist/types/{helpers → hooks}/useMessage.d.ts +0 -0
  144. /package/dist/types/{helpers → hooks}/useModal.d.ts +0 -0
  145. /package/dist/types/{helpers → hooks}/useSearchModel.d.ts +0 -0
  146. /package/dist/types/{helpers → hooks}/useTheme.d.ts +0 -0
  147. /package/dist/types/{helpers → hooks}/useVideoRecorder.d.ts +0 -0
@@ -0,0 +1,401 @@
1
+ /**
2
+ * CSS переменные для компонента CommunicationPanel
3
+ */
4
+ export interface CommunicationPanelThemeCSSVariables {
5
+ /** Позиционирование основной панели */
6
+ '--chotto-communicationpanel-main-position': string;
7
+ /** Отображение основной панели */
8
+ '--chotto-communicationpanel-main-display': string;
9
+ /** Отображение панели каналов */
10
+ '--chotto-communicationpanel-channels-display': string;
11
+ /** Позиционирование панели каналов */
12
+ '--chotto-communicationpanel-channels-position': string;
13
+ /** Цвет фона панели каналов */
14
+ '--chotto-communicationpanel-background': string;
15
+ /** Ширина границы панели каналов */
16
+ '--chotto-communicationpanel-border-width': string;
17
+ /** Радиус границы панели каналов */
18
+ '--chotto-communicationpanel-border-radius': string;
19
+ /** Цвет границы панели каналов */
20
+ '--chotto-communicationpanel-border-color': string;
21
+ /** Отступы панели каналов */
22
+ '--chotto-communicationpanel-padding': string;
23
+ /** Промежуток между элементами панели каналов */
24
+ '--chotto-communicationpanel-gap': string;
25
+ /** Высота панели каналов */
26
+ '--chotto-communicationpanel-height': string;
27
+ /** Тень панели каналов */
28
+ '--chotto-communicationpanel-box-shadow': string;
29
+ /** Отображение кнопки канала */
30
+ '--chotto-communicationpanel-btn-display': string;
31
+ /** Выравнивание по поперечной оси кнопки канала */
32
+ '--chotto-communicationpanel-btn-align-items': string;
33
+ /** Выравнивание по главной оси кнопки канала */
34
+ '--chotto-communicationpanel-btn-justify-content': string;
35
+ /** Отступы кнопки канала */
36
+ '--chotto-communicationpanel-btn-padding': string;
37
+ /** Граница кнопки канала */
38
+ '--chotto-communicationpanel-btn-border': string;
39
+ /** Цвет фона кнопки канала */
40
+ '--chotto-communicationpanel-btn-background': string;
41
+ /** Радиус границы кнопки канала */
42
+ '--chotto-communicationpanel-btn-border-radius': string;
43
+ /** Курсор кнопки канала */
44
+ '--chotto-communicationpanel-btn-cursor': string;
45
+ /** Переход кнопки канала */
46
+ '--chotto-communicationpanel-btn-transition': string;
47
+ /** Позиционирование кнопки канала */
48
+ '--chotto-communicationpanel-btn-position': string;
49
+ /** Ширина кнопки канала */
50
+ '--chotto-communicationpanel-btn-width': string;
51
+ /** Высота кнопки канала */
52
+ '--chotto-communicationpanel-btn-height': string;
53
+ /** Цвет кнопки канала */
54
+ '--chotto-communicationpanel-btn-color': string;
55
+ /** Размер шрифта кнопки канала */
56
+ '--chotto-communicationpanel-btn-font-size': string;
57
+ /** Жирность шрифта кнопки канала */
58
+ '--chotto-communicationpanel-btn-font-weight': string;
59
+ /** Цвет фона кнопки канала при наведении */
60
+ '--chotto-communicationpanel-btn-hover-background': string;
61
+ /** Цвет кнопки канала при наведении */
62
+ '--chotto-communicationpanel-btn-hover-color': string;
63
+ /** Трансформация кнопки канала при наведении */
64
+ '--chotto-communicationpanel-btn-hover-transform': string;
65
+ /** Цвет активной кнопки канала */
66
+ '--chotto-communicationpanel-btn-active-color': string;
67
+ /** Цвет фона активной кнопки канала */
68
+ '--chotto-communicationpanel-btn-active-background': string;
69
+ /** Жирность шрифта активной кнопки канала */
70
+ '--chotto-communicationpanel-btn-active-font-weight': string;
71
+ /** Содержимое разделителя кнопки канала */
72
+ '--chotto-communicationpanel-btn-divider-content': string;
73
+ /** Позиционирование разделителя кнопки канала */
74
+ '--chotto-communicationpanel-btn-divider-position': string;
75
+ /** Позиция разделителя кнопки канала справа */
76
+ '--chotto-communicationpanel-btn-divider-right': string;
77
+ /** Позиция разделителя кнопки канала сверху */
78
+ '--chotto-communicationpanel-btn-divider-top': string;
79
+ /** Позиция разделителя кнопки канала снизу */
80
+ '--chotto-communicationpanel-btn-divider-bottom': string;
81
+ /** Ширина разделителя кнопки канала */
82
+ '--chotto-communicationpanel-btn-divider-width': string;
83
+ /** Цвет разделителя кнопки канала */
84
+ '--chotto-communicationpanel-btn-divider-color': string;
85
+ /** Радиус границы разделителя кнопки канала */
86
+ '--chotto-communicationpanel-btn-divider-border-radius': string;
87
+ /** Радиус границы первой кнопки канала */
88
+ '--chotto-communicationpanel-btn-first-border-radius': string;
89
+ /** Радиус границы последней кнопки канала */
90
+ '--chotto-communicationpanel-btn-last-border-radius': string;
91
+ /** Позиционирование индикатора активности */
92
+ '--chotto-communicationpanel-active-indicator-position': string;
93
+ /** Позиция индикатора активности снизу */
94
+ '--chotto-communicationpanel-active-indicator-bottom': string;
95
+ /** Позиция индикатора активности слева */
96
+ '--chotto-communicationpanel-active-indicator-left': string;
97
+ /** Трансформация индикатора активности */
98
+ '--chotto-communicationpanel-active-indicator-transform': string;
99
+ /** Ширина индикатора активности */
100
+ '--chotto-communicationpanel-active-indicator-width': string;
101
+ /** Высота индикатора активности */
102
+ '--chotto-communicationpanel-active-indicator-height': string;
103
+ /** Цвет фона индикатора активности */
104
+ '--chotto-communicationpanel-active-indicator-background': string;
105
+ /** Радиус границы индикатора активности */
106
+ '--chotto-communicationpanel-active-indicator-border-radius': string;
107
+ /** Прозрачность индикатора активности */
108
+ '--chotto-communicationpanel-active-indicator-opacity': string;
109
+ /** Переход индикатора активности */
110
+ '--chotto-communicationpanel-active-indicator-transition': string;
111
+ /** Отображение иконки канала */
112
+ '--chotto-communicationpanel-icon-display': string;
113
+ /** Выравнивание по поперечной оси иконки канала */
114
+ '--chotto-communicationpanel-icon-align-items': string;
115
+ /** Выравнивание по главной оси иконки канала */
116
+ '--chotto-communicationpanel-icon-justify-content': string;
117
+ /** Ширина иконки канала */
118
+ '--chotto-communicationpanel-icon-width': string;
119
+ /** Высота иконки канала */
120
+ '--chotto-communicationpanel-icon-height': string;
121
+ /** Цвет иконки канала */
122
+ '--chotto-communicationpanel-icon-color': string;
123
+ /** Размер шрифта иконки канала */
124
+ '--chotto-communicationpanel-icon-font-size': string;
125
+ /** Переход иконки канала */
126
+ '--chotto-communicationpanel-icon-transition': string;
127
+ /** Отображение маленькой иконки канала */
128
+ '--chotto-communicationpanel-icon-small-display': string;
129
+ /** Выравнивание по поперечной оси маленькой иконки канала */
130
+ '--chotto-communicationpanel-icon-small-align-items': string;
131
+ /** Выравнивание по главной оси маленькой иконки канала */
132
+ '--chotto-communicationpanel-icon-small-justify-content': string;
133
+ /** Ширина маленькой иконки канала */
134
+ '--chotto-communicationpanel-icon-small-width': string;
135
+ /** Высота маленькой иконки канала */
136
+ '--chotto-communicationpanel-icon-small-height': string;
137
+ /** Отступ слева маленькой иконки канала */
138
+ '--chotto-communicationpanel-icon-small-margin-left': string;
139
+ /** Цвет маленькой иконки канала */
140
+ '--chotto-communicationpanel-icon-small-color': string;
141
+ /** Размер шрифта маленькой иконки канала */
142
+ '--chotto-communicationpanel-icon-small-font-size': string;
143
+ /** Сжатие маленькой иконки канала */
144
+ '--chotto-communicationpanel-icon-small-flex-shrink': string;
145
+ /** Позиционирование меню атрибутов */
146
+ '--chotto-communicationpanel-menu-position': string;
147
+ /** Позиция меню атрибутов сверху */
148
+ '--chotto-communicationpanel-menu-top': string;
149
+ /** Позиция меню атрибутов слева */
150
+ '--chotto-communicationpanel-menu-left': string;
151
+ /** Позиция меню атрибутов справа */
152
+ '--chotto-communicationpanel-menu-right': string;
153
+ /** Цвет фона меню атрибутов */
154
+ '--chotto-communicationpanel-menu-background': string;
155
+ /** Граница меню атрибутов */
156
+ '--chotto-communicationpanel-menu-border': string;
157
+ /** Радиус границы меню атрибутов */
158
+ '--chotto-communicationpanel-menu-border-radius': string;
159
+ /** Тень меню атрибутов */
160
+ '--chotto-communicationpanel-menu-box-shadow': string;
161
+ /** Отступы меню атрибутов */
162
+ '--chotto-communicationpanel-menu-padding': string;
163
+ /** Z-index меню атрибутов */
164
+ '--chotto-communicationpanel-menu-z-index': string;
165
+ /** Максимальная высота меню атрибутов */
166
+ '--chotto-communicationpanel-menu-max-height': string;
167
+ /** Минимальная ширина меню атрибутов */
168
+ '--chotto-communicationpanel-menu-min-width': string;
169
+ /** Промежуток между элементами меню атрибутов */
170
+ '--chotto-communicationpanel-menu-gap': string;
171
+ /** Прозрачность меню атрибутов */
172
+ '--chotto-communicationpanel-menu-opacity': string;
173
+ /** Трансформация меню атрибутов */
174
+ '--chotto-communicationpanel-menu-transform': string;
175
+ /** Переход меню атрибутов */
176
+ '--chotto-communicationpanel-menu-transition': string;
177
+ /** Отступы заголовка меню */
178
+ '--chotto-communicationpanel-menu-header-padding': string;
179
+ /** Размер шрифта заголовка меню */
180
+ '--chotto-communicationpanel-menu-header-font-size': string;
181
+ /** Цвет заголовка меню */
182
+ '--chotto-communicationpanel-menu-header-color': string;
183
+ /** Жирность шрифта заголовка меню */
184
+ '--chotto-communicationpanel-menu-header-font-weight': string;
185
+ /** Межбуквенное расстояние заголовка меню */
186
+ '--chotto-communicationpanel-menu-header-letter-spacing': string;
187
+ /** Трансформация текста заголовка меню */
188
+ '--chotto-communicationpanel-menu-header-text-transform': string;
189
+ /** Граница снизу заголовка меню */
190
+ '--chotto-communicationpanel-menu-header-border-bottom': string;
191
+ /** Отступ снизу заголовка меню */
192
+ '--chotto-communicationpanel-menu-header-margin-bottom': string;
193
+ /** Отображение элемента атрибута */
194
+ '--chotto-communicationpanel-attribute-display': string;
195
+ /** Выравнивание по главной оси элемента атрибута */
196
+ '--chotto-communicationpanel-attribute-justify-content': string;
197
+ /** Выравнивание по поперечной оси элемента атрибута */
198
+ '--chotto-communicationpanel-attribute-align-items': string;
199
+ /** Отступы элемента атрибута */
200
+ '--chotto-communicationpanel-attribute-padding': string;
201
+ /** Курсор элемента атрибута */
202
+ '--chotto-communicationpanel-attribute-cursor': string;
203
+ /** Переход элемента атрибута */
204
+ '--chotto-communicationpanel-attribute-transition': string;
205
+ /** Радиус границы элемента атрибута */
206
+ '--chotto-communicationpanel-attribute-border-radius': string;
207
+ /** Отступы элемента атрибута */
208
+ '--chotto-communicationpanel-attribute-margin': string;
209
+ /** Цвет фона элемента атрибута */
210
+ '--chotto-communicationpanel-attribute-background': string;
211
+ /** Цвет элемента атрибута */
212
+ '--chotto-communicationpanel-attribute-color': string;
213
+ /** Размер шрифта элемента атрибута */
214
+ '--chotto-communicationpanel-attribute-font-size': string;
215
+ /** Цвет фона элемента атрибута при наведении */
216
+ '--chotto-communicationpanel-attribute-hover-background': string;
217
+ /** Цвет элемента атрибута при наведении */
218
+ '--chotto-communicationpanel-attribute-hover-color': string;
219
+ /** Трансформация элемента атрибута при наведении */
220
+ '--chotto-communicationpanel-attribute-hover-transform': string;
221
+ /** Отображение информации атрибута */
222
+ '--chotto-communicationpanel-attribute-info-display': string;
223
+ /** Направление флекс-контейнера информации атрибута */
224
+ '--chotto-communicationpanel-attribute-info-flex-direction': string;
225
+ /** Промежуток между элементами информации атрибута */
226
+ '--chotto-communicationpanel-attribute-info-gap': string;
227
+ /** Коэффициент роста информации атрибута */
228
+ '--chotto-communicationpanel-attribute-info-flex': string;
229
+ /** Жирность шрифта значения атрибута */
230
+ '--chotto-communicationpanel-attribute-value-font-weight': string;
231
+ /** Размер шрифта значения атрибута */
232
+ '--chotto-communicationpanel-attribute-value-font-size': string;
233
+ /** Цвет значения атрибута */
234
+ '--chotto-communicationpanel-attribute-value-color': string;
235
+ /** Высота строки значения атрибута */
236
+ '--chotto-communicationpanel-attribute-value-line-height': string;
237
+ /** Цвет серой иконки меню */
238
+ '--chotto-communicationpanel-menu-icon-grey-color': string;
239
+ /** Размер шрифта серой иконки меню */
240
+ '--chotto-communicationpanel-menu-icon-grey-font-size': string;
241
+ /** Цвет иконки меню */
242
+ '--chotto-communicationpanel-menu-icon-color': string;
243
+ /** Жирность шрифта иконки меню */
244
+ '--chotto-communicationpanel-menu-icon-font-weight': string;
245
+ /** Отступ слева иконки меню */
246
+ '--chotto-communicationpanel-menu-icon-margin-left': string;
247
+ /** Отображение иконки меню */
248
+ '--chotto-communicationpanel-menu-icon-display': string;
249
+ /** Выравнивание по поперечной оси иконки меню */
250
+ '--chotto-communicationpanel-menu-icon-align-items': string;
251
+ /** Выравнивание по главной оси иконки меню */
252
+ '--chotto-communicationpanel-menu-icon-justify-content': string;
253
+ /** Размер шрифта иконки меню */
254
+ '--chotto-communicationpanel-menu-icon-font-size': string;
255
+ /** Ширина иконки меню */
256
+ '--chotto-communicationpanel-menu-icon-width': string;
257
+ /** Высота иконки меню */
258
+ '--chotto-communicationpanel-menu-icon-height': string;
259
+ /** Ширина стрелки меню */
260
+ '--chotto-communicationpanel-menu-arrow-width': string;
261
+ /** Высота стрелки меню */
262
+ '--chotto-communicationpanel-menu-arrow-height': string;
263
+ /** Граница сверху стрелки меню */
264
+ '--chotto-communicationpanel-menu-arrow-border-top': string;
265
+ /** Граница справа стрелки меню */
266
+ '--chotto-communicationpanel-menu-arrow-border-right': string;
267
+ /** Трансформация стрелки меню */
268
+ '--chotto-communicationpanel-menu-arrow-transform': string;
269
+ /** Переход стрелки меню */
270
+ '--chotto-communicationpanel-menu-arrow-transition': string;
271
+ /** Высота разделителя меню */
272
+ '--chotto-communicationpanel-menu-divider-height': string;
273
+ /** Цвет фона разделителя меню */
274
+ '--chotto-communicationpanel-menu-divider-background': string;
275
+ /** Отступы разделителя меню */
276
+ '--chotto-communicationpanel-menu-divider-margin': string;
277
+ /** Радиус границы разделителя меню */
278
+ '--chotto-communicationpanel-menu-divider-border-radius': string;
279
+ /** Прозрачность разделителя меню */
280
+ '--chotto-communicationpanel-menu-divider-opacity': string;
281
+ /** Позиционирование подменю */
282
+ '--chotto-communicationpanel-submenu-position': string;
283
+ /** Позиция подменю сверху */
284
+ '--chotto-communicationpanel-submenu-top': string;
285
+ /** Позиция подменю справа */
286
+ '--chotto-communicationpanel-submenu-right': string;
287
+ /** Позиция подменю слева */
288
+ '--chotto-communicationpanel-submenu-left': string;
289
+ /** Цвет фона подменю */
290
+ '--chotto-communicationpanel-submenu-background': string;
291
+ /** Граница подменю */
292
+ '--chotto-communicationpanel-submenu-border': string;
293
+ /** Радиус границы подменю */
294
+ '--chotto-communicationpanel-submenu-border-radius': string;
295
+ /** Тень подменю */
296
+ '--chotto-communicationpanel-submenu-box-shadow': string;
297
+ /** Отступы подменю */
298
+ '--chotto-communicationpanel-submenu-padding': string;
299
+ /** Минимальная ширина подменю */
300
+ '--chotto-communicationpanel-submenu-min-width': string;
301
+ /** Максимальная ширина подменю */
302
+ '--chotto-communicationpanel-submenu-max-width': string;
303
+ /** Z-index подменю */
304
+ '--chotto-communicationpanel-submenu-z-index': string;
305
+ /** Отображение подменю */
306
+ '--chotto-communicationpanel-submenu-display': string;
307
+ /** Направление флекс-контейнера подменю */
308
+ '--chotto-communicationpanel-submenu-flex-direction': string;
309
+ /** Промежуток между элементами подменю */
310
+ '--chotto-communicationpanel-submenu-gap': string;
311
+ /** Прозрачность подменю */
312
+ '--chotto-communicationpanel-submenu-opacity': string;
313
+ /** Трансформация подменю */
314
+ '--chotto-communicationpanel-submenu-transform': string;
315
+ /** Переход подменю */
316
+ '--chotto-communicationpanel-submenu-transition': string;
317
+ /** Отступы заголовка подменю */
318
+ '--chotto-communicationpanel-submenu-header-padding': string;
319
+ /** Размер шрифта заголовка подменю */
320
+ '--chotto-communicationpanel-submenu-header-font-size': string;
321
+ /** Цвет заголовка подменю */
322
+ '--chotto-communicationpanel-submenu-header-color': string;
323
+ /** Жирность шрифта заголовка подменю */
324
+ '--chotto-communicationpanel-submenu-header-font-weight': string;
325
+ /** Межбуквенное расстояние заголовка подменю */
326
+ '--chotto-communicationpanel-submenu-header-letter-spacing': string;
327
+ /** Отступ снизу заголовка подменю */
328
+ '--chotto-communicationpanel-submenu-header-margin-bottom': string;
329
+ /** Трансформация текста заголовка подменю */
330
+ '--chotto-communicationpanel-submenu-header-text-transform': string;
331
+ /** Граница снизу заголовка подменю */
332
+ '--chotto-communicationpanel-submenu-header-border-bottom': string;
333
+ /** Отображение элемента подменю */
334
+ '--chotto-communicationpanel-submenu-item-display': string;
335
+ /** Выравнивание по поперечной оси элемента подменю */
336
+ '--chotto-communicationpanel-submenu-item-align-items': string;
337
+ /** Выравнивание по главной оси элемента подменю */
338
+ '--chotto-communicationpanel-submenu-item-justify-content': string;
339
+ /** Отступы элемента подменю */
340
+ '--chotto-communicationpanel-submenu-item-padding': string;
341
+ /** Курсор элемента подменю */
342
+ '--chotto-communicationpanel-submenu-item-cursor': string;
343
+ /** Переход элемента подменю */
344
+ '--chotto-communicationpanel-submenu-item-transition': string;
345
+ /** Радиус границы элемента подменю */
346
+ '--chotto-communicationpanel-submenu-item-border-radius': string;
347
+ /** Промежуток между элементами подменю */
348
+ '--chotto-communicationpanel-submenu-item-gap': string;
349
+ /** Цвет фона элемента подменю */
350
+ '--chotto-communicationpanel-submenu-item-background': string;
351
+ /** Цвет элемента подменю */
352
+ '--chotto-communicationpanel-submenu-item-color': string;
353
+ /** Размер шрифта элемента подменю */
354
+ '--chotto-communicationpanel-submenu-item-font-size': string;
355
+ /** Отступы элемента подменю */
356
+ '--chotto-communicationpanel-submenu-item-margin': string;
357
+ /** Цвет фона элемента подменю при наведении */
358
+ '--chotto-communicationpanel-submenu-item-hover-background': string;
359
+ /** Цвет элемента подменю при наведении */
360
+ '--chotto-communicationpanel-submenu-item-hover-color': string;
361
+ /** Трансформация элемента подменю при наведении */
362
+ '--chotto-communicationpanel-submenu-item-hover-transform': string;
363
+ /** Отображение иконки подменю */
364
+ '--chotto-communicationpanel-submenu-icon-display': string;
365
+ /** Выравнивание по поперечной оси иконки подменю */
366
+ '--chotto-communicationpanel-submenu-icon-align-items': string;
367
+ /** Выравнивание по главной оси иконки подменю */
368
+ '--chotto-communicationpanel-submenu-icon-justify-content': string;
369
+ /** Ширина иконки подменю */
370
+ '--chotto-communicationpanel-submenu-icon-width': string;
371
+ /** Высота иконки подменю */
372
+ '--chotto-communicationpanel-submenu-icon-height': string;
373
+ /** Сжатие иконки подменю */
374
+ '--chotto-communicationpanel-submenu-icon-flex-shrink': string;
375
+ /** Отступ слева иконки подменю */
376
+ '--chotto-communicationpanel-submenu-icon-margin-left': string;
377
+ /** Цвет иконки подменю */
378
+ '--chotto-communicationpanel-submenu-icon-color': string;
379
+ /** Размер шрифта иконки подменю */
380
+ '--chotto-communicationpanel-submenu-icon-font-size': string;
381
+ /** Размер шрифта заголовка подменю */
382
+ '--chotto-communicationpanel-submenu-title-font-size': string;
383
+ /** Цвет заголовка подменю */
384
+ '--chotto-communicationpanel-submenu-title-color': string;
385
+ /** Перенос пробелов заголовка подменю */
386
+ '--chotto-communicationpanel-submenu-title-white-space': string;
387
+ /** Переполнение заголовка подменю */
388
+ '--chotto-communicationpanel-submenu-title-overflow': string;
389
+ /** Обрезка текста заголовка подменю */
390
+ '--chotto-communicationpanel-submenu-title-text-overflow': string;
391
+ /** Коэффициент роста заголовка подменю */
392
+ '--chotto-communicationpanel-submenu-title-flex-grow': string;
393
+ /** Жирность шрифта заголовка подменю */
394
+ '--chotto-communicationpanel-submenu-title-font-weight': string;
395
+ /** Высота строки заголовка подменю */
396
+ '--chotto-communicationpanel-submenu-title-line-height': string;
397
+ /** Отображение подсказки */
398
+ '--chotto-communicationpanel-tooltip-display': string;
399
+ /** Ширина подсказки */
400
+ '--chotto-communicationpanel-tooltip-width': string;
401
+ }
@@ -62,9 +62,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
62
62
  default: string;
63
63
  validator: (value: string) => boolean;
64
64
  };
65
+ chatBackground: {
66
+ type: StringConstructor;
67
+ default: () => string;
68
+ };
65
69
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
66
- messageAction: (...args: any[]) => void;
67
70
  loadMore: (...args: any[]) => void;
71
+ messageAction: (...args: any[]) => void;
68
72
  loadMoreDown: (...args: any[]) => void;
69
73
  messageVisible: (...args: any[]) => void;
70
74
  clickRepliedMessage: (...args: any[]) => void;
@@ -129,9 +133,13 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
129
133
  default: string;
130
134
  validator: (value: string) => boolean;
131
135
  };
136
+ chatBackground: {
137
+ type: StringConstructor;
138
+ default: () => string;
139
+ };
132
140
  }>> & Readonly<{
133
- onMessageAction?: ((...args: any[]) => any) | undefined;
134
141
  onLoadMore?: ((...args: any[]) => any) | undefined;
142
+ onMessageAction?: ((...args: any[]) => any) | undefined;
135
143
  onLoadMoreDown?: ((...args: any[]) => any) | undefined;
136
144
  onMessageVisible?: ((...args: any[]) => any) | undefined;
137
145
  onClickRepliedMessage?: ((...args: any[]) => any) | undefined;
@@ -140,6 +148,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
140
148
  onFeedAction?: ((...args: any[]) => any) | undefined;
141
149
  }>, {
142
150
  typing: boolean | IFeedTyping;
151
+ chatBackground: string;
143
152
  applyStyle: Function;
144
153
  buttonParams: IFeedUnreadButton;
145
154
  scrollToBottom: boolean;