@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,51 @@
1
+ /**
2
+ * CSS переменные для компонента FeedSearch
3
+ */
4
+ export interface FeedSearchThemeCSSVariables {
5
+ /** Отображение контейнера поиска */
6
+ '--chotto-feedsearch-container-display': string;
7
+ /** Позиционирование контейнера поиска */
8
+ '--chotto-feedsearch-container-position': string;
9
+ /** Отступ сверху контейнера поиска */
10
+ '--chotto-feedsearch-container-margin-top': string;
11
+ /** Отступ слева контейнера поиска */
12
+ '--chotto-feedsearch-container-padding-left': string;
13
+ /** Отступ справа контейнера поиска */
14
+ '--chotto-feedsearch-container-padding-right': string;
15
+ /** Отступ снизу контейнера поиска */
16
+ '--chotto-feedsearch-container-margin-bottom': string;
17
+ /** Позиционирование иконки */
18
+ '--chotto-feedsearch-icon-position': string;
19
+ /** Позиция иконки справа */
20
+ '--chotto-feedsearch-icon-right': string;
21
+ /** Позиция иконки сверху */
22
+ '--chotto-feedsearch-icon-top': string;
23
+ /** Курсор иконки при наведении */
24
+ '--chotto-feedsearch-icon-hover-cursor': string;
25
+ /** Ширина поля ввода */
26
+ '--chotto-feedsearch-input-width': string;
27
+ /** Цвет текста поля ввода */
28
+ '--chotto-feedsearch-input-text-color': string;
29
+ /** Переход поля ввода */
30
+ '--chotto-feedsearch-input-transition': string;
31
+ /** Отступ слева поля ввода */
32
+ '--chotto-feedsearch-input-margin-left': string;
33
+ /** Контур поля ввода при фокусе */
34
+ '--chotto-feedsearch-input-focus-outline': string;
35
+ /** Цвет плейсхолдера поля ввода */
36
+ '--chotto-feedsearch-input-placeholder-text-color': string;
37
+ /** Длительность входа */
38
+ '--chotto-feedsearch-enter-duration': string;
39
+ /** Длительность выхода */
40
+ '--chotto-feedsearch-leave-duration': string;
41
+ /** Масштаб анимации */
42
+ '--chotto-feedsearch-scale': string;
43
+ /** Переход входа */
44
+ '--chotto-feedsearch-enter-transition': string;
45
+ /** Переход выхода */
46
+ '--chotto-feedsearch-leave-transition': string;
47
+ /** Трансформация анимации */
48
+ '--chotto-feedsearch-transform': string;
49
+ /** Прозрачность анимации */
50
+ '--chotto-feedsearch-opacity': string;
51
+ }
@@ -0,0 +1,51 @@
1
+ /**
2
+ * CSS переменные для компонента MessageKeyboard
3
+ */
4
+ export interface MessageKeyboardThemeCSSVariables {
5
+ /** Отображение контейнера клавиатуры */
6
+ '--chotto-messagekeyboard-container-display': string;
7
+ /** Выравнивание по главной оси контейнера клавиатуры */
8
+ '--chotto-messagekeyboard-container-justify': string;
9
+ /** Перенос строк контейнера клавиатуры */
10
+ '--chotto-messagekeyboard-container-flex-wrap': string;
11
+ /** Промежуток между элементами клавиатуры */
12
+ '--chotto-messagekeyboard-gap': string;
13
+ /** Выравнивание по главной оси контейнера слева */
14
+ '--chotto-messagekeyboard-container-left-justify': string;
15
+ /** Отступ слева контейнера слева */
16
+ '--chotto-messagekeyboard-container-left-margin-left': string;
17
+ /** Отступ справа контейнера слева */
18
+ '--chotto-messagekeyboard-container-left-margin-right': string;
19
+ /** Выравнивание по главной оси контейнера по центру */
20
+ '--chotto-messagekeyboard-container-center-justify': string;
21
+ /** Отступ слева контейнера по центру */
22
+ '--chotto-messagekeyboard-container-center-margin-left': string;
23
+ /** Отступ справа контейнера по центру */
24
+ '--chotto-messagekeyboard-container-center-margin-right': string;
25
+ /** Выравнивание по главной оси контейнера справа */
26
+ '--chotto-messagekeyboard-container-right-justify': string;
27
+ /** Отступ слева контейнера справа */
28
+ '--chotto-messagekeyboard-container-right-margin-left': string;
29
+ /** Отступ справа контейнера справа */
30
+ '--chotto-messagekeyboard-container-right-margin-right': string;
31
+ /** Граница клавиши */
32
+ '--chotto-messagekeyboard-key-border': string;
33
+ /** Радиус границы клавиши */
34
+ '--chotto-messagekeyboard-key-border-radius': string;
35
+ /** Перенос слов клавиши */
36
+ '--chotto-messagekeyboard-key-word-wrap': string;
37
+ /** Тень клавиши */
38
+ '--chotto-messagekeyboard-key-box-shadow': string;
39
+ /** Максимальная ширина клавиши */
40
+ '--chotto-messagekeyboard-key-max-width': string;
41
+ /** Отступы клавиши */
42
+ '--chotto-messagekeyboard-key-padding': string;
43
+ /** Отступы параграфа клавиши */
44
+ '--chotto-messagekeyboard-key-p-margin': string;
45
+ /** Курсор параграфа клавиши при наведении */
46
+ '--chotto-messagekeyboard-key-p-hover-cursor': string;
47
+ /** Цвет фона клавиши */
48
+ '--chotto-messagekeyboard-key-background-color': string;
49
+ /** Размер шрифта клавиши */
50
+ '--chotto-messagekeyboard-key-font-size': string;
51
+ }
@@ -1,7 +1,6 @@
1
1
  export { default as ChatItem } from './ChatItem/ChatItem.vue';
2
2
  export { default as ChatList } from './ChatList/ChatList.vue';
3
3
  export { default as ChatPanel } from './ChatPanel/ChatPanel.vue';
4
- export { default as Feed } from '../compounds/Feed/Feed.vue';
5
4
  export { default as FeedFoundItem } from './FeedFoundItem/FeedFoundItem.vue';
6
5
  export { default as FeedFoundObjects } from './FeedFoundObjects/FeedFoundObjects.vue';
7
6
  export { default as FeedSearch } from './FeedSearch/FeedSearch.vue';
@@ -0,0 +1,159 @@
1
+ /**
2
+ * CSS переменные для компонента ChatInput
3
+ */
4
+ export interface ChatInputThemeCSSVariables {
5
+ /** Позиционирование контейнера ввода чата */
6
+ '--chotto-chatinput-container-position': string;
7
+ /** Отображение контейнера ввода чата */
8
+ '--chotto-chatinput-container-display': string;
9
+ /** Выравнивание элементов контейнера ввода чата */
10
+ '--chotto-chatinput-container-align-items': string;
11
+ /** Граница сверху контейнера ввода чата */
12
+ '--chotto-chatinput-container-border-top': string;
13
+ /** Цвет фона контейнера ввода чата */
14
+ '--chotto-chatinput-container-bg': string;
15
+ /** Отступы контейнера ввода чата */
16
+ '--chotto-chatinput-container-padding': string;
17
+ /** Промежуток между элементами сетки контейнера ввода чата */
18
+ '--chotto-chatinput-container-grid-gap': string;
19
+ /** Шаблон колонок сетки контейнера ввода чата */
20
+ '--chotto-chatinput-container-grid-template-columns': string;
21
+ /** Шаблон строк сетки контейнера ввода чата */
22
+ '--chotto-chatinput-container-grid-template-rows': string;
23
+ /** Колонка сетки строки ответа */
24
+ '--chotto-chatinput-reply-line-grid-column': string;
25
+ /** Строка сетки строки ответа */
26
+ '--chotto-chatinput-reply-line-grid-row': string;
27
+ /** Отображение строки ответа */
28
+ '--chotto-chatinput-reply-line-display': string;
29
+ /** Колонка сетки строки файла */
30
+ '--chotto-chatinput-file-line-grid-column': string;
31
+ /** Строка сетки строки файла */
32
+ '--chotto-chatinput-file-line-grid-row': string;
33
+ /** Отображение строки файла */
34
+ '--chotto-chatinput-file-line-display': string;
35
+ /** Отображение третьей строки */
36
+ '--chotto-chatinput-third-line-display': string;
37
+ /** Строка сетки третьей строки */
38
+ '--chotto-chatinput-third-line-grid-row': string;
39
+ /** Начальная колонка сетки третьей строки */
40
+ '--chotto-chatinput-third-line-grid-column-start': string;
41
+ /** Конечная колонка сетки третьей строки */
42
+ '--chotto-chatinput-third-line-grid-column-end': string;
43
+ /** Строка сетки поля ввода */
44
+ '--chotto-chatinput-input-grid-row': string;
45
+ /** Колонка сетки поля ввода */
46
+ '--chotto-chatinput-input-grid-column': string;
47
+ /** Граница поля ввода */
48
+ '--chotto-chatinput-input-border': string;
49
+ /** Цвет фона поля ввода */
50
+ '--chotto-chatinput-input-background-color': string;
51
+ /** Отступы поля ввода */
52
+ '--chotto-chatinput-input-padding': string;
53
+ /** Размер шрифта поля ввода */
54
+ '--chotto-chatinput-input-font-size': string;
55
+ /** Переполнение по вертикали поля ввода */
56
+ '--chotto-chatinput-input-overflow-y': string;
57
+ /** Изменение размера поля ввода */
58
+ '--chotto-chatinput-input-resize': string;
59
+ /** Перенос пробелов поля ввода */
60
+ '--chotto-chatinput-input-white-space': string;
61
+ /** Высота строки поля ввода */
62
+ '--chotto-chatinput-input-line-height': string;
63
+ /** Минимальная высота поля ввода */
64
+ '--chotto-chatinput-input-min-height': string;
65
+ /** Максимальное количество строк поля ввода */
66
+ '--chotto-chatinput-input-max-rows': string;
67
+ /** Радиус границы поля ввода */
68
+ '--chotto-chatinput-input-border-radius': string;
69
+ /** Контур поля ввода при фокусе */
70
+ '--chotto-chatinput-input-focus-outline': string;
71
+ /** Выравнивание текста отключенного плейсхолдера */
72
+ '--chotto-chatinput-disabled-placeholder-text-align': string;
73
+ /** Выбор пользователем отключенного плейсхолдера */
74
+ '--chotto-chatinput-disabled-placeholder-user-select': string;
75
+ /** Цвет текста отключенного плейсхолдера */
76
+ '--chotto-chatinput-disabled-placeholder-text-color': string;
77
+ /** Основной цвет текста */
78
+ '--chotto-chatinput-input-text-color': string;
79
+ /** Вторичный цвет текста */
80
+ '--chotto-chatinput-secondary-text-color': string;
81
+ /** Семейство шрифта */
82
+ '--chotto-chatinput-font-family': string;
83
+ /** Строка сетки кнопки */
84
+ '--chotto-chatinput-button-grid-row': string;
85
+ /** Колонка сетки кнопки */
86
+ '--chotto-chatinput-button-grid-column': string;
87
+ /** Цвет фона кнопки */
88
+ '--chotto-chatinput-button-background-color': string;
89
+ /** Граница кнопки */
90
+ '--chotto-chatinput-button-border': string;
91
+ /** Высота кнопки по содержимому */
92
+ '--chotto-chatinput-button-height-fit': string;
93
+ /** Ширина кнопки по содержимому */
94
+ '--chotto-chatinput-button-width-fit': string;
95
+ /** Отображение кнопки */
96
+ '--chotto-chatinput-button-display': string;
97
+ /** Выравнивание кнопки относительно себя */
98
+ '--chotto-chatinput-button-align-self': string;
99
+ /** Отступ снизу кнопки */
100
+ '--chotto-chatinput-button-margin-bottom': string;
101
+ /** Отображение span кнопки */
102
+ '--chotto-chatinput-button-span-display': string;
103
+ /** Курсор span кнопки */
104
+ '--chotto-chatinput-button-span-cursor': string;
105
+ /** Отступы кнопки */
106
+ '--chotto-chatinput-button-padding': string;
107
+ /** Отступы кнопки */
108
+ '--chotto-chatinput-button-margin': string;
109
+ /** Высота кнопки */
110
+ '--chotto-chatinput-button-height': string;
111
+ /** Курсор отключенной кнопки */
112
+ '--chotto-chatinput-button-disabled-cursor': string;
113
+ /** Размер иконки кнопки */
114
+ '--chotto-chatinput-button-icon-size': string;
115
+ /** Отображение встроенных кнопок */
116
+ '--chotto-chatinput-inline-buttons-display': string;
117
+ /** Отступы встроенных кнопок */
118
+ '--chotto-chatinput-inline-buttons-margin-auto': string;
119
+ /** Строка сетки встроенных кнопок */
120
+ '--chotto-chatinput-inline-buttons-grid-row': string;
121
+ /** Колонка сетки встроенных кнопок */
122
+ '--chotto-chatinput-inline-buttons-grid-column': string;
123
+ /** Отступы встроенных кнопок */
124
+ '--chotto-chatinput-inline-buttons-margin': string;
125
+ /** Промежуток между встроенными кнопками */
126
+ '--chotto-chatinput-inline-buttons-gap': string;
127
+ /** Высота встроенных кнопок */
128
+ '--chotto-chatinput-inline-buttons-height': string;
129
+ /** Выравнивание встроенных кнопок относительно себя */
130
+ '--chotto-chatinput-inline-buttons-align-self': string;
131
+ /** Ширина полосы прокрутки */
132
+ '--chotto-chatinput-scrollbar-width': string;
133
+ /** Цвет фона полосы прокрутки */
134
+ '--chotto-chatinput-scrollbar-bg': string;
135
+ /** Радиус границы ползунка полосы прокрутки */
136
+ '--chotto-chatinput-scrollbar-thumb-radius': string;
137
+ /** Цвет фона ползунка полосы прокрутки */
138
+ '--chotto-chatinput-scrollbar-thumb-bg': string;
139
+ /** Радиус границы дорожки полосы прокрутки */
140
+ '--chotto-chatinput-scrollbar-track-radius': string;
141
+ /** Цвет иконки */
142
+ '--chotto-chatinput-icon-color': string;
143
+ /** Цвет отключенной иконки */
144
+ '--chotto-chatinput-icon-color-disabled': string;
145
+ /** Длительность входа */
146
+ '--chotto-chatinput-enter-duration': string;
147
+ /** Длительность выхода */
148
+ '--chotto-chatinput-leave-duration': string;
149
+ /** Смещение входа по Y */
150
+ '--chotto-chatinput-enter-translate-y': string;
151
+ /** Переход входа */
152
+ '--chotto-chatinput-enter-transition': string;
153
+ /** Переход выхода */
154
+ '--chotto-chatinput-leave-transition': string;
155
+ /** Трансформация входа */
156
+ '--chotto-chatinput-enter-transform': string;
157
+ /** Прозрачность входа */
158
+ '--chotto-chatinput-enter-opacity': string;
159
+ }