@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.
- package/LICENSE +21 -21
- package/README.md +303 -303
- package/dist/{ModalVideoRecorder-CXr2HQuY.js → ModalVideoRecorder-BFZoDkGK.js} +2 -2
- package/dist/chotto.css +1 -1
- package/dist/index-DRZepRE6.js +20957 -0
- package/dist/types/{helpers → apps/helpers}/index.d.ts +5 -5
- package/dist/types/apps/helpers/sortByTimestamp.d.ts +5 -0
- package/dist/types/apps/helpers/useModalSelectUser2.d.ts +1 -0
- package/dist/types/{transform → apps/transform}/transformToFeed.d.ts +1 -1
- package/dist/types/components/atoms/Modal/styles/types.d.ts +161 -0
- package/dist/types/components/atoms/ModalFullscreen/styles/types.d.ts +133 -0
- package/dist/types/components/atoms/ModalNoFooter/styles/types.d.ts +105 -0
- package/dist/types/components/atoms/Tooltip/styles/types.d.ts +61 -0
- package/dist/types/components/blocks/ChatItem/ChatItem.vue.d.ts +23 -19
- package/dist/types/components/blocks/ChatItem/styles/types.d.ts +293 -0
- package/dist/types/components/blocks/ChatList/ChatList.vue.d.ts +1 -1
- package/dist/types/components/blocks/ChatList/styles/types.d.ts +123 -0
- package/dist/types/components/blocks/ChatPanel/styles/types.d.ts +53 -0
- package/dist/types/components/blocks/FeedFoundItem/styles/types.d.ts +89 -0
- package/dist/types/components/blocks/FeedFoundObjects/FeedFoundObjects.vue.d.ts +2 -2
- package/dist/types/components/blocks/FeedFoundObjects/styles/types.d.ts +37 -0
- package/dist/types/components/blocks/FeedSearch/styles/types.d.ts +51 -0
- package/dist/types/components/blocks/MessageKeyboard/styles/types.d.ts +51 -0
- package/dist/types/components/blocks/index.d.ts +0 -1
- package/dist/types/components/compounds/ChatInput/styles/types.d.ts +159 -0
- package/dist/types/components/compounds/CommunicationPanel/styles/types.d.ts +401 -0
- package/dist/types/components/compounds/Feed/Feed.vue.d.ts +11 -2
- package/dist/types/components/compounds/Feed/messages/AudioMessage/styles/types.d.ts +437 -0
- package/dist/types/components/compounds/Feed/messages/BaseReplyMessage/BaseReplyMessage.vue.d.ts +5 -1
- package/dist/types/components/compounds/Feed/messages/BaseReplyMessage/styles/types.d.ts +73 -0
- package/dist/types/components/compounds/Feed/messages/CallMessage/styles/types.d.ts +305 -0
- package/dist/types/components/compounds/Feed/messages/DateMessage/styles/types.d.ts +34 -0
- package/dist/types/components/compounds/Feed/messages/DateMessageSticky/styles/types.d.ts +35 -0
- package/dist/types/components/compounds/Feed/messages/FileMessage/styles/types.d.ts +253 -0
- package/dist/types/components/compounds/Feed/messages/ImageMessage/styles/types.d.ts +237 -0
- package/dist/types/components/compounds/Feed/messages/ReplyAudioMessage/styles/types.d.ts +71 -0
- package/dist/types/components/compounds/Feed/messages/ReplyCallMessage/styles/types.d.ts +61 -0
- package/dist/types/components/compounds/Feed/messages/ReplyFileMessage/styles/types.d.ts +67 -0
- package/dist/types/components/compounds/Feed/messages/ReplyImageMessage/styles/types.d.ts +85 -0
- package/dist/types/components/compounds/Feed/messages/ReplyTextMessage/styles/types.d.ts +35 -0
- package/dist/types/components/compounds/Feed/messages/ReplyVideoMessage/styles/types.d.ts +81 -0
- package/dist/types/components/compounds/Feed/messages/SystemMessage/styles/types.d.ts +23 -0
- package/dist/types/components/compounds/Feed/messages/TextMessage/styles/types.d.ts +203 -0
- package/dist/types/components/compounds/Feed/messages/TypingMessage/styles/types.d.ts +93 -0
- package/dist/types/components/compounds/Feed/messages/VideoMessage/VideoMessage.vue.d.ts +1 -1
- package/dist/types/components/compounds/Feed/messages/VideoMessage/styles/types.d.ts +241 -0
- package/dist/types/components/compounds/Feed/styles/types.d.ts +119 -0
- package/dist/types/components/compounds/ModalVideoRecorder/styles/types.d.ts +71 -0
- package/dist/types/components/compounds/SideBar/styles/types.d.ts +279 -0
- package/dist/types/components/compounds/TemplateSelector/TemplateSelector.vue.d.ts +2 -0
- package/dist/types/components/compounds/TemplateSelector/styles/types.d.ts +311 -0
- package/dist/types/components/compounds/UserProfile/styles/types.d.ts +61 -0
- package/dist/types/components/containers/BaseContainer/styles/types.d.ts +39 -0
- package/dist/types/components/containers/FloatContainer/styles/types.d.ts +89 -0
- package/dist/types/components/containers/PlaceholderComponent/styles/types.d.ts +17 -0
- package/dist/types/components/containers/SplashScreen/styles/types.d.ts +17 -0
- package/dist/types/components/elements/AudioRecorder/styles/types.d.ts +79 -0
- package/dist/types/components/elements/ButtonCommandsSelector/styles/types.d.ts +23 -0
- package/dist/types/components/elements/ButtonContextMenu/styles/types.d.ts +15 -0
- package/dist/types/components/elements/ButtonEmojiPicker/styles/types.d.ts +33 -0
- package/dist/types/components/elements/ButtonTemplateSelector/styles/types.d.ts +29 -0
- package/dist/types/components/elements/ButtonWabaTemplateSelector/styles/types.d.ts +29 -0
- package/dist/types/components/elements/ChannelSelector/ChannelSelector.vue.d.ts +2 -2
- package/dist/types/components/elements/ChannelSelector/styles/types.d.ts +49 -0
- package/dist/types/components/elements/ChatFilter/styles/types.d.ts +43 -0
- package/dist/types/components/elements/ChatInfo/styles/types.d.ts +93 -0
- package/dist/types/components/elements/ChatTabs/styles/types.d.ts +65 -0
- package/dist/types/components/elements/ContactInfo/ContactInfo.vue.d.ts +2 -2
- package/dist/types/components/elements/ContactInfo/stories/ContactInfo.stories.d.ts +2 -2
- package/dist/types/components/elements/ContactInfo/styles/types.d.ts +219 -0
- package/dist/types/components/elements/ContextMenu/styles/types.d.ts +59 -0
- package/dist/types/components/elements/FeedKeyboard/styles/types.d.ts +55 -0
- package/dist/types/components/elements/FilePreview/styles/types.d.ts +141 -0
- package/dist/types/components/elements/FileUploader/styles/types.d.ts +23 -0
- package/dist/types/components/elements/ThemeMode/styles/types.d.ts +99 -0
- package/dist/types/components/elements/VideoRecorder/styles/types.d.ts +37 -0
- package/dist/types/components/elements/WABAAttachmentSection/styles/types.d.ts +59 -0
- package/dist/types/components/elements/WABAQuickReplyButtons/styles/types.d.ts +35 -0
- package/dist/types/components/elements/WABASeparatedQuickButtons/styles/types.d.ts +65 -0
- package/dist/types/components/elements/WABATemplateSelector/WABATemplateSelector.vue.d.ts +2 -0
- package/dist/types/components/elements/WABATemplateSelector/stories/WABATemplateSelector.stories.d.ts +2 -0
- package/dist/types/components/elements/WABATemplateSelector/styles/types.d.ts +363 -0
- package/dist/types/components/layouts/AdaptiveExtendedLayout/styles/types.d.ts +83 -0
- package/dist/types/components/layouts/BaseLayout/styles/types.d.ts +63 -0
- package/dist/types/components/layouts/ChatWrapper/styles/types.d.ts +43 -0
- package/dist/types/components/layouts/ExtendedLayout/styles/types.d.ts +79 -0
- package/dist/types/components/layouts/FeedLayout/styles/types.d.ts +33 -0
- package/dist/types/components/molecules/CreateDialog/CreateDialog.vue.d.ts +2 -2
- package/dist/types/components/molecules/CreateDialog/stories/CreateDialog.stories.d.ts +2 -2
- package/dist/types/components/molecules/CreateDialog/styles/types.d.ts +19 -0
- package/dist/types/components/molecules/EmbedPreview/styles/types.d.ts +29 -0
- package/dist/types/components/molecules/LinkPreview/styles/types.d.ts +55 -0
- package/dist/types/components/molecules/SelectUser/styles/types.d.ts +53 -0
- package/dist/types/components/molecules/SelectUser2/styles/types.d.ts +19 -0
- package/dist/types/components/molecules/index.d.ts +4 -0
- package/dist/types/hooks/index.d.ts +12 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/themes/index.d.ts +1 -2
- package/dist/types/themes/types.d.ts +64 -113
- package/dist/types/types/components.d.ts +33 -0
- package/dist/vuessages.es.js +65 -62
- package/dist/vuessages.umd.js +6 -6
- package/package.json +64 -63
- package/dist/CreateChat-Dv1RI_Uw.js +0 -31
- package/dist/CreateChat2-DR5H827U.js +0 -42
- package/dist/CreateDialog-lcy7szHJ.js +0 -77
- package/dist/SelectUser2-BpDHmoMk.js +0 -46
- package/dist/chat-background.svg +0 -3
- package/dist/index-BAlmGgQr.js +0 -20864
- package/dist/types/helpers/sortByTimestamp.d.ts +0 -1
- package/dist/types/helpers/useModalSelectUser2.d.ts +0 -1
- package/dist/types/themes/constants.d.ts +0 -18
- /package/dist/types/{BaseAdaptiveExtendedChatApp.vue.d.ts → apps/BaseAdaptiveExtendedChatApp/BaseAdaptiveExtendedChatApp.vue.d.ts} +0 -0
- /package/dist/types/{BaseBaseChatApp.vue.d.ts → apps/BaseBaseChatApp/BaseBaseChatApp.vue.d.ts} +0 -0
- /package/dist/types/{BaseExtendedChatApp.vue.d.ts → apps/BaseExtendedChatApp/BaseExtendedChatApp.vue.d.ts} +0 -0
- /package/dist/types/{BaseFeedChatApp.vue.d.ts → apps/BaseFeedChatApp/BaseFeedChatApp.vue.d.ts} +0 -0
- /package/dist/types/{FloatExtendedChatApp.vue.d.ts → apps/FloatExtendedChatApp/FloatExtendedChatApp.vue.d.ts} +0 -0
- /package/dist/types/{MobilonExtendedChatApp.vue.d.ts → apps/MobilonExtendedChatApp/MobilonExtendedChatApp.vue.d.ts} +0 -0
- /package/dist/types/{data → apps/data}/channels.d.ts +0 -0
- /package/dist/types/{data → apps/data}/chats.d.ts +0 -0
- /package/dist/types/{data → apps/data}/groupTemplates.d.ts +0 -0
- /package/dist/types/{data → apps/data}/index.d.ts +0 -0
- /package/dist/types/{data → apps/data}/messages.d.ts +0 -0
- /package/dist/types/{data → apps/data}/sidebarItems.d.ts +0 -0
- /package/dist/types/{data → apps/data}/templates.d.ts +0 -0
- /package/dist/types/{data → apps/data}/userProfile.d.ts +0 -0
- /package/dist/types/{data → apps/data}/users.d.ts +0 -0
- /package/dist/types/{data → apps/data}/wabaTemplates.d.ts +0 -0
- /package/dist/types/{helpers → apps/helpers}/formatTimestamp.d.ts +0 -0
- /package/dist/types/{helpers → apps/helpers}/playNotificationAudio.d.ts +0 -0
- /package/dist/types/{helpers → apps/helpers}/prepareTimeline.d.ts +0 -0
- /package/dist/types/{helpers → apps/helpers}/useCreateChat.d.ts +0 -0
- /package/dist/types/{helpers → apps/helpers}/useCreateChat2.d.ts +0 -0
- /package/dist/types/{helpers → apps/helpers}/useCreateDialog.d.ts +0 -0
- /package/dist/types/{stores → apps/stores}/useChatStore.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/generatePreview.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/getStatusMessage.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/getTypeFileByMime.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/throttle.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/uploadFile.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useDelayDebouncedRef.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useImmediateDebouncedRef.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useMessage.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useModal.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useSearchModel.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useTheme.d.ts +0 -0
- /package/dist/types/{helpers → hooks}/useVideoRecorder.d.ts +0 -0
@@ -0,0 +1,305 @@
|
|
1
|
+
/**
|
2
|
+
* CSS variables for CallMessage component
|
3
|
+
*/
|
4
|
+
export interface CallMessageThemeCSSVariables {
|
5
|
+
/** Цвет иконки пропущенного звонка */
|
6
|
+
'--chotto-callmessage-icon-missed-color': string;
|
7
|
+
/** Позиционирование контейнера контента звонка */
|
8
|
+
'--chotto-callmessage-content-position': string;
|
9
|
+
/** Перенос слов в контейнере контента */
|
10
|
+
'--chotto-callmessage-content-word-wrap': string;
|
11
|
+
/** Ширина контейнера контента */
|
12
|
+
'--chotto-callmessage-content-width': string;
|
13
|
+
/** Отображение контейнера контента */
|
14
|
+
'--chotto-callmessage-content-display': string;
|
15
|
+
/** Шаблон колонок грида */
|
16
|
+
'--chotto-callmessage-content-grid-template-columns': string;
|
17
|
+
/** Промежуток между колонками */
|
18
|
+
'--chotto-callmessage-content-column-gap': string;
|
19
|
+
/** Максимальная ширина контейнера */
|
20
|
+
'--chotto-callmessage-content-max-width': string;
|
21
|
+
/** Минимальная ширина контейнера */
|
22
|
+
'--chotto-callmessage-content-min-width': string;
|
23
|
+
/** Внутренние отступы контейнера */
|
24
|
+
'--chotto-callmessage-content-padding': string;
|
25
|
+
/** Колонки грида инфо-контейнера */
|
26
|
+
'--chotto-callmessage-info-container-grid-column': string;
|
27
|
+
/** Отступ слева у инфо-контейнера */
|
28
|
+
'--chotto-callmessage-info-container-margin-left': string;
|
29
|
+
/** Отображение инфо-контейнера */
|
30
|
+
'--chotto-callmessage-info-container-display': string;
|
31
|
+
/** Выравнивание элементов инфо-контейнера */
|
32
|
+
'--chotto-callmessage-info-container-align-items': string;
|
33
|
+
/** Промежуток между элементами инфо-контейнера */
|
34
|
+
'--chotto-callmessage-info-container-column-gap': string;
|
35
|
+
/** Отступ снизу у заголовка */
|
36
|
+
'--chotto-callmessage-title-margin-bottom': string;
|
37
|
+
/** Колонка грида иконки */
|
38
|
+
'--chotto-callmessage-icon-grid-column': string;
|
39
|
+
/** Ряд грида иконки */
|
40
|
+
'--chotto-callmessage-icon-grid-row': string;
|
41
|
+
/** Выравнивание иконки относительно себя */
|
42
|
+
'--chotto-callmessage-icon-align-self': string;
|
43
|
+
/** Отображение иконки */
|
44
|
+
'--chotto-callmessage-icon-display': string;
|
45
|
+
/** Выравнивание иконки по главной оси */
|
46
|
+
'--chotto-callmessage-icon-justify-content': string;
|
47
|
+
/** Выравнивание иконки по поперечной оси */
|
48
|
+
'--chotto-callmessage-icon-align-items': string;
|
49
|
+
/** Скругление иконки */
|
50
|
+
'--chotto-callmessage-icon-border-radius': string;
|
51
|
+
/** Высота иконки */
|
52
|
+
'--chotto-callmessage-icon-height': string;
|
53
|
+
/** Ширина иконки */
|
54
|
+
'--chotto-callmessage-icon-width': string;
|
55
|
+
/** Позиционирование кнопки скачивания */
|
56
|
+
'--chotto-callmessage-download-button-position': string;
|
57
|
+
/** Отступ справа кнопки скачивания */
|
58
|
+
'--chotto-callmessage-download-button-right': string;
|
59
|
+
/** Отступ сверху кнопки скачивания */
|
60
|
+
'--chotto-callmessage-download-button-top': string;
|
61
|
+
/** Отображение кнопки скачивания */
|
62
|
+
'--chotto-callmessage-download-button-display': string;
|
63
|
+
/** Выравнивание содержимого кнопки по главной оси */
|
64
|
+
'--chotto-callmessage-download-button-justify-content': string;
|
65
|
+
/** Выравнивание содержимого кнопки по поперечной оси */
|
66
|
+
'--chotto-callmessage-download-button-align-items': string;
|
67
|
+
/** Граница кнопки скачивания */
|
68
|
+
'--chotto-callmessage-download-button-border': string;
|
69
|
+
/** Скругление кнопки скачивания */
|
70
|
+
'--chotto-callmessage-download-button-border-radius': string;
|
71
|
+
/** Прозрачный фон кнопки скачивания */
|
72
|
+
'--chotto-callmessage-download-button-background-color': string;
|
73
|
+
/** Внутренние отступы кнопки скачивания */
|
74
|
+
'--chotto-callmessage-download-button-padding': string;
|
75
|
+
/** Курсор кнопки скачивания */
|
76
|
+
'--chotto-callmessage-download-button-cursor': string;
|
77
|
+
/** Отображение статуса */
|
78
|
+
'--chotto-callmessage-status-display': string;
|
79
|
+
/** Выравнивание аватара */
|
80
|
+
'--chotto-callmessage-avatar-align-self': string;
|
81
|
+
/** Вписывание изображения аватара */
|
82
|
+
'--chotto-callmessage-avatar-object-fit': string;
|
83
|
+
/** Позиционирование кнопки меню */
|
84
|
+
'--chotto-callmessage-menu-button-position': string;
|
85
|
+
/** Прозрачный фон кнопки меню */
|
86
|
+
'--chotto-callmessage-menu-button-background-color': string;
|
87
|
+
/** Граница кнопки меню */
|
88
|
+
'--chotto-callmessage-menu-button-border': string;
|
89
|
+
/** Трансформация кнопки меню по оси Y */
|
90
|
+
'--chotto-callmessage-menu-button-transform': string;
|
91
|
+
/** Курсор кнопки меню */
|
92
|
+
'--chotto-callmessage-menu-button-cursor': string;
|
93
|
+
/** Переход кнопки меню */
|
94
|
+
'--chotto-callmessage-menu-button-transition': string;
|
95
|
+
/** Позиционирование контекстного меню */
|
96
|
+
'--chotto-callmessage-context-menu-position': string;
|
97
|
+
/** Позиционирование текстового диалога */
|
98
|
+
'--chotto-callmessage-text-dialog-position': string;
|
99
|
+
/** Ширина текстового диалога */
|
100
|
+
'--chotto-callmessage-text-dialog-width': string;
|
101
|
+
/** Максимальная ширина текстового диалога */
|
102
|
+
'--chotto-callmessage-text-dialog-max-width': string;
|
103
|
+
/** Левый внутренний отступ для левой стороны */
|
104
|
+
'--chotto-callmessage-text-dialog-left-padding-left': string;
|
105
|
+
/** Контент псевдоэлемента до текстового диалога */
|
106
|
+
'--chotto-callmessage-text-dialog-before-content': string;
|
107
|
+
/** Позиционирование псевдоэлемента до */
|
108
|
+
'--chotto-callmessage-text-dialog-before-position': string;
|
109
|
+
/** Смещение сверху псевдоэлемента до */
|
110
|
+
'--chotto-callmessage-text-dialog-before-top': string;
|
111
|
+
/** Смещение слева псевдоэлемента до */
|
112
|
+
'--chotto-callmessage-text-dialog-before-left': string;
|
113
|
+
/** Ширина псевдоэлемента до */
|
114
|
+
'--chotto-callmessage-text-dialog-before-width': string;
|
115
|
+
/** Высота псевдоэлемента до */
|
116
|
+
'--chotto-callmessage-text-dialog-before-height': string;
|
117
|
+
/** Левый внутренний отступ правой стороны */
|
118
|
+
'--chotto-callmessage-text-dialog-right-padding-left': string;
|
119
|
+
/** Правый внутренний отступ правой стороны */
|
120
|
+
'--chotto-callmessage-text-dialog-right-padding-right': string;
|
121
|
+
/** Отступ слева для правой стороны */
|
122
|
+
'--chotto-callmessage-text-dialog-right-margin-left': string;
|
123
|
+
/** Смещение справа псевдоэлемента до */
|
124
|
+
'--chotto-callmessage-text-dialog-right-before-right': string;
|
125
|
+
/** Смещение слева псевдоэлемента до */
|
126
|
+
'--chotto-callmessage-text-dialog-right-before-left': string;
|
127
|
+
/** Ширина span справа */
|
128
|
+
'--chotto-callmessage-text-dialog-right-span-width': string;
|
129
|
+
/** Отображение span справа */
|
130
|
+
'--chotto-callmessage-text-dialog-right-span-display': string;
|
131
|
+
/** Отступ слева у span справа */
|
132
|
+
'--chotto-callmessage-text-dialog-right-span-margin-left': string;
|
133
|
+
/** Отображение общего контейнера лево/право */
|
134
|
+
'--chotto-callmessage-left-right-display': string;
|
135
|
+
/** Шаблон колонок левой раскладки */
|
136
|
+
'--chotto-callmessage-left-grid-template-columns': string;
|
137
|
+
/** Колонка грида аватара слева */
|
138
|
+
'--chotto-callmessage-left-avatar-grid-column': string;
|
139
|
+
/** Ряд грида аватара слева */
|
140
|
+
'--chotto-callmessage-left-avatar-grid-row': string;
|
141
|
+
/** Отступ справа от аватара слева */
|
142
|
+
'--chotto-callmessage-left-avatar-margin-right': string;
|
143
|
+
/** Колонка грида подписи слева */
|
144
|
+
'--chotto-callmessage-left-subtext-grid-column': string;
|
145
|
+
/** Ряд грида подписи слева */
|
146
|
+
'--chotto-callmessage-left-subtext-grid-row': string;
|
147
|
+
/** Внешние отступы подписи слева */
|
148
|
+
'--chotto-callmessage-left-subtext-margin': string;
|
149
|
+
/** Колонка грида контента слева */
|
150
|
+
'--chotto-callmessage-left-content-grid-column': string;
|
151
|
+
/** Шаблон колонок правой раскладки */
|
152
|
+
'--chotto-callmessage-right-grid-template-columns': string;
|
153
|
+
/** Колонка грида аватара справа */
|
154
|
+
'--chotto-callmessage-right-avatar-grid-column': string;
|
155
|
+
/** Ряд грида аватара справа */
|
156
|
+
'--chotto-callmessage-right-avatar-grid-row': string;
|
157
|
+
/** Отступ слева от аватара справа */
|
158
|
+
'--chotto-callmessage-right-avatar-margin-left': string;
|
159
|
+
/** Колонка грида подписи справа */
|
160
|
+
'--chotto-callmessage-right-subtext-grid-column': string;
|
161
|
+
/** Ряд грида подписи справа */
|
162
|
+
'--chotto-callmessage-right-subtext-grid-row': string;
|
163
|
+
/** Внешние отступы подписи справа */
|
164
|
+
'--chotto-callmessage-right-subtext-margin': string;
|
165
|
+
/** Колонка грида контента справа */
|
166
|
+
'--chotto-callmessage-right-content-grid-column': string;
|
167
|
+
/** Выравнивание контента справа */
|
168
|
+
'--chotto-callmessage-right-content-margin-left': string;
|
169
|
+
/** Позиционирование модального окна */
|
170
|
+
'--chotto-callmessage-modal-position': string;
|
171
|
+
/** Отступ сверху модального окна */
|
172
|
+
'--chotto-callmessage-modal-top': string;
|
173
|
+
/** Отступ слева модального окна */
|
174
|
+
'--chotto-callmessage-modal-left': string;
|
175
|
+
/** Трансформация модального окна */
|
176
|
+
'--chotto-callmessage-modal-transform': string;
|
177
|
+
/** Слой модального окна */
|
178
|
+
'--chotto-callmessage-modal-z-index': string;
|
179
|
+
/** Ширина модального окна */
|
180
|
+
'--chotto-callmessage-modal-width': string;
|
181
|
+
/** Максимальная высота модального окна */
|
182
|
+
'--chotto-callmessage-modal-max-height': string;
|
183
|
+
/** Прокрутка по вертикали */
|
184
|
+
'--chotto-callmessage-modal-overflow-y': string;
|
185
|
+
/** Отображение модального окна */
|
186
|
+
'--chotto-callmessage-modal-display': string;
|
187
|
+
/** Направление флекс-контейнера */
|
188
|
+
'--chotto-callmessage-modal-flex-direction': string;
|
189
|
+
/** Промежуток между элементами */
|
190
|
+
'--chotto-callmessage-modal-row-gap': string;
|
191
|
+
/** Ширина скроллбара */
|
192
|
+
'--chotto-callmessage-modal-scrollbar-width': string;
|
193
|
+
/** Скругление ползунка скроллбара */
|
194
|
+
'--chotto-callmessage-modal-scrollbar-thumb-border-radius': string;
|
195
|
+
/** Скругление дорожки скроллбара */
|
196
|
+
'--chotto-callmessage-modal-scrollbar-track-border-radius': string;
|
197
|
+
/** Позиционирование оверлея */
|
198
|
+
'--chotto-callmessage-modal-overlay-position': string;
|
199
|
+
/** Отступ сверху оверлея */
|
200
|
+
'--chotto-callmessage-modal-overlay-top': string;
|
201
|
+
/** Отступ слева оверлея */
|
202
|
+
'--chotto-callmessage-modal-overlay-left': string;
|
203
|
+
/** Отступ справа оверлея */
|
204
|
+
'--chotto-callmessage-modal-overlay-right': string;
|
205
|
+
/** Отступ снизу оверлея */
|
206
|
+
'--chotto-callmessage-modal-overlay-bottom': string;
|
207
|
+
/** Слой оверлея */
|
208
|
+
'--chotto-callmessage-modal-overlay-z-index': string;
|
209
|
+
/** Отображение кнопки закрытия */
|
210
|
+
'--chotto-callmessage-modal-close-button-display': string;
|
211
|
+
/** Фон кнопки закрытия */
|
212
|
+
'--chotto-callmessage-modal-close-button-background-color': string;
|
213
|
+
/** Граница кнопки закрытия */
|
214
|
+
'--chotto-callmessage-modal-close-button-border': string;
|
215
|
+
/** Внутренние отступы кнопки закрытия */
|
216
|
+
'--chotto-callmessage-modal-close-button-padding': string;
|
217
|
+
/** Внешние отступы кнопки закрытия */
|
218
|
+
'--chotto-callmessage-modal-close-button-margin': string;
|
219
|
+
/** Курсор кнопки закрытия */
|
220
|
+
'--chotto-callmessage-modal-close-button-cursor': string;
|
221
|
+
/** Переход для модального окна */
|
222
|
+
'--chotto-callmessage-modal-fade-transition': string;
|
223
|
+
/** Прозрачность модального окна в начале */
|
224
|
+
'--chotto-callmessage-modal-fade-opacity-from': string;
|
225
|
+
/** Прозрачность модального окна в конце */
|
226
|
+
'--chotto-callmessage-modal-fade-opacity-to': string;
|
227
|
+
/** Скругление контейнера контента */
|
228
|
+
'--chotto-callmessage-content-border-radius': string;
|
229
|
+
/** Размер шрифта заголовка */
|
230
|
+
'--chotto-callmessage-title-font-size': string;
|
231
|
+
/** Фон иконки типа сообщения */
|
232
|
+
'--chotto-callmessage-icon-background-color': string;
|
233
|
+
/** Цвет иконки типа сообщения */
|
234
|
+
'--chotto-callmessage-icon-color': string;
|
235
|
+
/** Размер иконки типа сообщения */
|
236
|
+
'--chotto-callmessage-icon-font-size': string;
|
237
|
+
/** Цвет текста длительности */
|
238
|
+
'--chotto-callmessage-duration-text-color': string;
|
239
|
+
/** Размер шрифта длительности */
|
240
|
+
'--chotto-callmessage-duration-font-size': string;
|
241
|
+
/** Цвет текста времени */
|
242
|
+
'--chotto-callmessage-time-text-color': string;
|
243
|
+
/** Размер шрифта времени */
|
244
|
+
'--chotto-callmessage-time-font-size': string;
|
245
|
+
/** Цвет иконки кнопки скачивания */
|
246
|
+
'--chotto-callmessage-download-button-icon-color': string;
|
247
|
+
/** Размер иконки кнопки скачивания */
|
248
|
+
'--chotto-callmessage-download-button-icon-size': string;
|
249
|
+
/** Цвет статуса доставлено */
|
250
|
+
'--chotto-callmessage-status-color-received': string;
|
251
|
+
/** Цвет статуса прочитано */
|
252
|
+
'--chotto-callmessage-status-color-read': string;
|
253
|
+
/** Малый размер иконки текста */
|
254
|
+
'--chotto-callmessage-small-text-icon-size': string;
|
255
|
+
/** Размер шрифта подзаголовка */
|
256
|
+
'--chotto-callmessage-subtext-font-size': string;
|
257
|
+
/** Цвет текста подзаголовка */
|
258
|
+
'--chotto-callmessage-subtext-text-color': string;
|
259
|
+
/** Цвет before-полоски в текстовом диалоге */
|
260
|
+
'--chotto-callmessage-text-dialog-before-background-color': string;
|
261
|
+
/** Размер шрифта заголовка в текстовом диалоге */
|
262
|
+
'--chotto-callmessage-text-dialog-title-font-size': string;
|
263
|
+
/** Цвет текста подписи в текстовом диалоге */
|
264
|
+
'--chotto-callmessage-text-dialog-subtext-text-color': string;
|
265
|
+
/** Размер шрифта подписи в текстовом диалоге */
|
266
|
+
'--chotto-callmessage-text-dialog-subtext-font-size': string;
|
267
|
+
/** Внешний отступ сообщения (контейнер left/right) */
|
268
|
+
'--chotto-callmessage-message-margin': string;
|
269
|
+
/** Цвет фона блока слева */
|
270
|
+
'--chotto-callmessage-left-background-color': string;
|
271
|
+
/** Цвет фона блока справа */
|
272
|
+
'--chotto-callmessage-right-background-color': string;
|
273
|
+
/** Семейство шрифта модального окна */
|
274
|
+
'--chotto-callmessage-modal-font-family': string;
|
275
|
+
/** Жирность шрифта модального окна */
|
276
|
+
'--chotto-callmessage-modal-font-weight': string;
|
277
|
+
/** Размер шрифта модального окна */
|
278
|
+
'--chotto-callmessage-modal-font-size': string;
|
279
|
+
/** Цвет текста модального окна */
|
280
|
+
'--chotto-callmessage-modal-text-color': string;
|
281
|
+
/** Фон модального окна */
|
282
|
+
'--chotto-callmessage-modal-background-color': string;
|
283
|
+
/** Радиус модального окна */
|
284
|
+
'--chotto-callmessage-modal-border-radius': string;
|
285
|
+
/** Отступы модального окна */
|
286
|
+
'--chotto-callmessage-modal-padding': string;
|
287
|
+
/** Тень модального окна */
|
288
|
+
'--chotto-callmessage-modal-overlay-shadow': string;
|
289
|
+
/** Цвет фона скроллбара модального окна */
|
290
|
+
'--chotto-callmessage-modal-scrollbar-bg': string;
|
291
|
+
/** Цвет ползунка скроллбара модального окна */
|
292
|
+
'--chotto-callmessage-modal-scrollbar-thumb-bg': string;
|
293
|
+
/** Цвет маски оверлея модального окна */
|
294
|
+
'--chotto-callmessage-modal-mask-background': string;
|
295
|
+
/** Цвет иконки кнопки закрытия модального окна */
|
296
|
+
'--chotto-callmessage-modal-close-button-icon-color': string;
|
297
|
+
/** Размер иконки кнопки закрытия модального окна */
|
298
|
+
'--chotto-callmessage-modal-close-button-icon-size': string;
|
299
|
+
/** Цвет иконки кнопки меню */
|
300
|
+
'--chotto-callmessage-menu-button-icon-color': string;
|
301
|
+
/** Размер иконки кнопки меню */
|
302
|
+
'--chotto-callmessage-menu-button-icon-size': string;
|
303
|
+
/** Цвет иконки кнопки меню при наведении */
|
304
|
+
'--chotto-callmessage-menu-button-icon-color-hover': string;
|
305
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента DateMessage
|
3
|
+
*
|
4
|
+
* Назначение: контракт переменных тем между `styles/themes/*.scss` и стилями компонента.
|
5
|
+
* Правила: префикс `--chotto-datemessage-*`; обновляйте список при изменениях тем.
|
6
|
+
*/
|
7
|
+
export interface DateMessageThemeCSSVariables {
|
8
|
+
/** Отображение контейнера даты */
|
9
|
+
'--chotto-datemessage-container-display': string;
|
10
|
+
/** Выравнивание элементов контейнера даты по поперечной оси */
|
11
|
+
'--chotto-datemessage-container-align-items': string;
|
12
|
+
/** Выравнивание элементов контейнера даты по главной оси */
|
13
|
+
'--chotto-datemessage-container-justify-content': string;
|
14
|
+
/** Внешние отступы контейнера даты */
|
15
|
+
'--chotto-datemessage-container-margin': string;
|
16
|
+
/** Внутренние отступы контейнера даты */
|
17
|
+
'--chotto-datemessage-container-padding': string;
|
18
|
+
/** Отступ снизу контейнера даты */
|
19
|
+
'--chotto-datemessage-container-margin-bottom': string;
|
20
|
+
/** Ширина контейнера даты */
|
21
|
+
'--chotto-datemessage-container-width': string;
|
22
|
+
/** Цвет фона контейнера даты */
|
23
|
+
'--chotto-datemessage-container-background-color': string;
|
24
|
+
/** Внутренние отступы текста даты */
|
25
|
+
'--chotto-datemessage-text-padding': string;
|
26
|
+
/** Скругление фона текста даты */
|
27
|
+
'--chotto-datemessage-text-border-radius': string;
|
28
|
+
/** Цвет фона текста даты */
|
29
|
+
'--chotto-datemessage-text-background-color': string;
|
30
|
+
/** Размер шрифта текста даты */
|
31
|
+
'--chotto-datemessage-text-font-size': string;
|
32
|
+
/** Цвет текста даты */
|
33
|
+
'--chotto-datemessage-text-color': string;
|
34
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
/**
|
2
|
+
* CSS variables for DateMessageSticky component
|
3
|
+
*/
|
4
|
+
export interface DateMessageStickyThemeCSSVariables {
|
5
|
+
/** Позиционирование закреплённого контейнера даты */
|
6
|
+
'--chotto-datemessagesticky-container-position': string;
|
7
|
+
/** Отступ закреплённого контейнера сверху */
|
8
|
+
'--chotto-datemessagesticky-container-top': string;
|
9
|
+
/** Высота закреплённого контейнера */
|
10
|
+
'--chotto-datemessagesticky-container-height': string;
|
11
|
+
/** Переполнение закреплённого контейнера */
|
12
|
+
'--chotto-datemessagesticky-container-overflow': string;
|
13
|
+
/** Отображение закреплённого контейнера */
|
14
|
+
'--chotto-datemessagesticky-container-display': string;
|
15
|
+
/** Выравнивание элементов по поперечной оси */
|
16
|
+
'--chotto-datemessagesticky-container-align-items': string;
|
17
|
+
/** Выравнивание элементов по главной оси */
|
18
|
+
'--chotto-datemessagesticky-container-justify-content': string;
|
19
|
+
/** Слой закреплённого контейнера */
|
20
|
+
'--chotto-datemessagesticky-container-z-index': string;
|
21
|
+
/** События мыши для закреплённого контейнера */
|
22
|
+
'--chotto-datemessagesticky-container-pointer-events': string;
|
23
|
+
/** Внутренние отступы текста закреплённой даты */
|
24
|
+
'--chotto-datemessagesticky-text-padding': string;
|
25
|
+
/** Скругление фона текста закреплённой даты */
|
26
|
+
'--chotto-datemessagesticky-text-border-radius': string;
|
27
|
+
/** Тень фона текста закреплённой даты */
|
28
|
+
'--chotto-datemessagesticky-text-box-shadow': string;
|
29
|
+
/** Размер шрифта текста закреплённой даты */
|
30
|
+
'--chotto-datemessagesticky-text-font-size': string;
|
31
|
+
/** Цвет фона текста закреплённой даты */
|
32
|
+
'--chotto-datemessagesticky-text-background-color': string;
|
33
|
+
/** Цвет текста закреплённой даты */
|
34
|
+
'--chotto-datemessagesticky-text-color': string;
|
35
|
+
}
|
@@ -0,0 +1,253 @@
|
|
1
|
+
/**
|
2
|
+
* CSS variables for FileMessage component
|
3
|
+
*/
|
4
|
+
export interface FileMessageThemeCSSVariables {
|
5
|
+
/** Позиционирование контейнера контента файла */
|
6
|
+
'--chotto-filemessage-content-position': string;
|
7
|
+
/** Ширина контейнера контента файла */
|
8
|
+
'--chotto-filemessage-content-width': string;
|
9
|
+
/** Скругление пузыря файла */
|
10
|
+
'--chotto-filemessage-content-border-radius': string;
|
11
|
+
/** Внутренние отступы пузыря файла */
|
12
|
+
'--chotto-filemessage-content-padding': string;
|
13
|
+
/** Максимальная ширина контейнера контента файла */
|
14
|
+
'--chotto-filemessage-content-max-width': string;
|
15
|
+
/** Содержимое псевдоэлемента "хвостик" слева */
|
16
|
+
'--chotto-filemessage-left-triangle-content': string;
|
17
|
+
/** Позиционирование хвостика слева */
|
18
|
+
'--chotto-filemessage-left-triangle-position': string;
|
19
|
+
/** Смещение хвостика слева по вертикали */
|
20
|
+
'--chotto-filemessage-left-triangle-top': string;
|
21
|
+
/** Смещение хвостика слева по горизонтали */
|
22
|
+
'--chotto-filemessage-left-triangle-left': string;
|
23
|
+
/** Ширина хвостика слева */
|
24
|
+
'--chotto-filemessage-left-triangle-width': string;
|
25
|
+
/** Высота хвостика слева */
|
26
|
+
'--chotto-filemessage-left-triangle-height': string;
|
27
|
+
/** Базовая рамка хвостика слева */
|
28
|
+
'--chotto-filemessage-left-triangle-border': string;
|
29
|
+
/** Верхняя часть рамки хвостика слева (цвет пузыря) */
|
30
|
+
'--chotto-filemessage-left-triangle-border-top': string;
|
31
|
+
/** Слой псевдоэлемента слева */
|
32
|
+
'--chotto-filemessage-left-triangle-z-index': string;
|
33
|
+
/** Содержимое псевдоэлемента "хвостик" справа */
|
34
|
+
'--chotto-filemessage-right-triangle-content': string;
|
35
|
+
/** Позиционирование хвостика справа */
|
36
|
+
'--chotto-filemessage-right-triangle-position': string;
|
37
|
+
/** Смещение хвостика справа по вертикали */
|
38
|
+
'--chotto-filemessage-right-triangle-top': string;
|
39
|
+
/** Смещение хвостика справа по горизонтали */
|
40
|
+
'--chotto-filemessage-right-triangle-right': string;
|
41
|
+
/** Ширина хвостика справа */
|
42
|
+
'--chotto-filemessage-right-triangle-width': string;
|
43
|
+
/** Высота хвостика справа */
|
44
|
+
'--chotto-filemessage-right-triangle-height': string;
|
45
|
+
/** Базовая рамка хвостика справа */
|
46
|
+
'--chotto-filemessage-right-triangle-border': string;
|
47
|
+
/** Верхняя часть рамки хвостика справа (цвет пузыря) */
|
48
|
+
'--chotto-filemessage-right-triangle-border-top': string;
|
49
|
+
/** Слой псевдоэлемента справа */
|
50
|
+
'--chotto-filemessage-right-triangle-z-index': string;
|
51
|
+
/** Цвет фона пузыря слева */
|
52
|
+
'--chotto-filemessage-left-bg': string;
|
53
|
+
/** Цвет фона пузыря справа */
|
54
|
+
'--chotto-filemessage-right-bg': string;
|
55
|
+
/** Выравнивание аватара относительно себя */
|
56
|
+
'--chotto-filemessage-avatar-align-self': string;
|
57
|
+
/** Вписывание изображения аватара */
|
58
|
+
'--chotto-filemessage-avatar-object-fit': string;
|
59
|
+
/** Минимальная ширина аватара */
|
60
|
+
'--chotto-filemessage-avatar-min-width': string;
|
61
|
+
/** Минимальная высота аватара */
|
62
|
+
'--chotto-filemessage-avatar-min-height': string;
|
63
|
+
/** Скругление аватара */
|
64
|
+
'--chotto-filemessage-avatar-border-radius': string;
|
65
|
+
/** Отступ сверху текстового контейнера */
|
66
|
+
'--chotto-filemessage-text-container-margin-top': string;
|
67
|
+
/** Перенос слов в текстовом контейнере */
|
68
|
+
'--chotto-filemessage-text-container-word-wrap': string;
|
69
|
+
/** Перевод строк в абзаце текста */
|
70
|
+
'--chotto-filemessage-text-container-p-white-space': string;
|
71
|
+
/** Размер шрифта абзаца текста */
|
72
|
+
'--chotto-filemessage-text-container-p-font-size': string;
|
73
|
+
/** Размер шрифта подписи */
|
74
|
+
'--chotto-filemessage-subtext-font-size': string;
|
75
|
+
/** Цвет подписи */
|
76
|
+
'--chotto-filemessage-subtext-color': string;
|
77
|
+
/** Отображение ссылки на файл */
|
78
|
+
'--chotto-filemessage-link-display': string;
|
79
|
+
/** Выравнивание по главной оси ссылки */
|
80
|
+
'--chotto-filemessage-link-justify-content': string;
|
81
|
+
/** Выравнивание по поперечной оси ссылки */
|
82
|
+
'--chotto-filemessage-link-align-items': string;
|
83
|
+
/** Промежуток между элементами ссылки */
|
84
|
+
'--chotto-filemessage-link-column-gap': string;
|
85
|
+
/** Цвет иконки в ссылке */
|
86
|
+
'--chotto-filemessage-link-span-color': string;
|
87
|
+
/** Размер иконки в ссылке */
|
88
|
+
'--chotto-filemessage-link-span-font-size': string;
|
89
|
+
/** Управление переполнением текста имени файла */
|
90
|
+
'--chotto-filemessage-filename-text-overflow': string;
|
91
|
+
/** Обрезка текста имени файла */
|
92
|
+
'--chotto-filemessage-filename-text-text-overflow': string;
|
93
|
+
/** Количество строк имени файла (webkit) */
|
94
|
+
'--chotto-filemessage-filename-text-webkit-line-clamp': string;
|
95
|
+
/** Количество строк имени файла */
|
96
|
+
'--chotto-filemessage-filename-text-line-clamp': string;
|
97
|
+
/** Ориентация блоков строк имени файла */
|
98
|
+
'--chotto-filemessage-filename-text-webkit-box-orient': string;
|
99
|
+
/** Отступ справа у имени файла */
|
100
|
+
'--chotto-filemessage-filename-text-margin-right': string;
|
101
|
+
/** Размер шрифта имени файла */
|
102
|
+
'--chotto-filemessage-filename-text-font-size': string;
|
103
|
+
/** Цвет имени файла */
|
104
|
+
'--chotto-filemessage-filename-text-color': string;
|
105
|
+
/** Отображение контейнера информации */
|
106
|
+
'--chotto-filemessage-info-container-display': string;
|
107
|
+
/** Выравнивание элементов контейнера информации */
|
108
|
+
'--chotto-filemessage-info-container-align-items': string;
|
109
|
+
/** Выравнивание по главной оси контейнера информации */
|
110
|
+
'--chotto-filemessage-info-container-justify-content': string;
|
111
|
+
/** Промежуток между элементами контейнера информации */
|
112
|
+
'--chotto-filemessage-info-container-column-gap': string;
|
113
|
+
/** Отступ снизу кнопки скачивания */
|
114
|
+
'--chotto-filemessage-download-button-margin-bottom': string;
|
115
|
+
/** Граница кнопки скачивания */
|
116
|
+
'--chotto-filemessage-download-button-border': string;
|
117
|
+
/** Скругление кнопки скачивания */
|
118
|
+
'--chotto-filemessage-download-button-border-radius': string;
|
119
|
+
/** Фон кнопки скачивания */
|
120
|
+
'--chotto-filemessage-download-button-background-color': string;
|
121
|
+
/** Внутренние отступы кнопки скачивания */
|
122
|
+
'--chotto-filemessage-download-button-padding': string;
|
123
|
+
/** Курсор кнопки скачивания */
|
124
|
+
'--chotto-filemessage-download-button-cursor': string;
|
125
|
+
/** Цвет иконки внутри кнопки */
|
126
|
+
'--chotto-filemessage-download-button-span-color': string;
|
127
|
+
/** Размер иконки внутри кнопки */
|
128
|
+
'--chotto-filemessage-download-button-span-font-size': string;
|
129
|
+
/** Отображение статуса доставки/прочтения */
|
130
|
+
'--chotto-filemessage-status-display': string;
|
131
|
+
/** Толщина шрифта статуса */
|
132
|
+
'--chotto-filemessage-status-span-font-weight': string;
|
133
|
+
/** Отрицательный отступ первой иконки "доставлено" */
|
134
|
+
'--chotto-filemessage-status-received-first-child-margin-right': string;
|
135
|
+
/** Отрицательный отступ первой иконки "прочитано" */
|
136
|
+
'--chotto-filemessage-status-read-first-child-margin-right': string;
|
137
|
+
/** Цвет иконок статуса */
|
138
|
+
'--chotto-filemessage-status-span-color': string;
|
139
|
+
/** Размер иконок статуса */
|
140
|
+
'--chotto-filemessage-status-span-font-size': string;
|
141
|
+
/** Цвет статуса "доставлено" */
|
142
|
+
'--chotto-filemessage-status-received-color': string;
|
143
|
+
/** Цвет статуса "прочитано" */
|
144
|
+
'--chotto-filemessage-status-read-color': string;
|
145
|
+
/** Отображение блока просмотров */
|
146
|
+
'--chotto-filemessage-views-display': string;
|
147
|
+
/** Выравнивание элементов блока просмотров */
|
148
|
+
'--chotto-filemessage-views-align-items': string;
|
149
|
+
/** Промежуток между элементами блока просмотров */
|
150
|
+
'--chotto-filemessage-views-column-gap': string;
|
151
|
+
/** Размер иконки просмотров */
|
152
|
+
'--chotto-filemessage-views-span-font-size': string;
|
153
|
+
/** Цвет иконки просмотров */
|
154
|
+
'--chotto-filemessage-views-span-color': string;
|
155
|
+
/** Размер текста просмотров */
|
156
|
+
'--chotto-filemessage-views-p-font-size': string;
|
157
|
+
/** Цвет текста просмотров */
|
158
|
+
'--chotto-filemessage-views-p-color': string;
|
159
|
+
/** Размер шрифта времени */
|
160
|
+
'--chotto-filemessage-time-font-size': string;
|
161
|
+
/** Цвет времени */
|
162
|
+
'--chotto-filemessage-time-color': string;
|
163
|
+
/** Позиционирование кнопки меню сообщения */
|
164
|
+
'--chotto-filemessage-menu-button-position': string;
|
165
|
+
/** Прозрачный фон кнопки меню */
|
166
|
+
'--chotto-filemessage-menu-button-background-color': string;
|
167
|
+
/** Граница кнопки меню */
|
168
|
+
'--chotto-filemessage-menu-button-border': string;
|
169
|
+
/** Трансформация кнопки меню по оси Y */
|
170
|
+
'--chotto-filemessage-menu-button-transform': string;
|
171
|
+
/** Курсор кнопки меню */
|
172
|
+
'--chotto-filemessage-menu-button-cursor': string;
|
173
|
+
/** Переход кнопки меню */
|
174
|
+
'--chotto-filemessage-menu-button-transition': string;
|
175
|
+
/** Переход при наведении */
|
176
|
+
'--chotto-filemessage-menu-button-hover-transition': string;
|
177
|
+
/** Цвет иконки внутри кнопки меню */
|
178
|
+
'--chotto-filemessage-menu-button-span-color': string;
|
179
|
+
/** Размер иконки внутри кнопки меню */
|
180
|
+
'--chotto-filemessage-menu-button-span-font-size': string;
|
181
|
+
/** Цвет иконки при наведении */
|
182
|
+
'--chotto-filemessage-menu-button-span-hover-color': string;
|
183
|
+
/** Позиционирование контекстного меню */
|
184
|
+
'--chotto-filemessage-context-menu-position': string;
|
185
|
+
/** Отображение общего контейнера лево/право */
|
186
|
+
'--chotto-filemessage-left-right-display': string;
|
187
|
+
/** Внешние отступы общего контейнера */
|
188
|
+
'--chotto-filemessage-left-right-margin': string;
|
189
|
+
/** Шаблон колонок левой раскладки */
|
190
|
+
'--chotto-filemessage-left-grid-template-columns': string;
|
191
|
+
/** Колонка грида аватара слева */
|
192
|
+
'--chotto-filemessage-left-avatar-grid-column': string;
|
193
|
+
/** Отступ справа от аватара слева */
|
194
|
+
'--chotto-filemessage-left-avatar-margin-right': string;
|
195
|
+
/** Колонка грида подписи слева */
|
196
|
+
'--chotto-filemessage-left-subtext-grid-column': string;
|
197
|
+
/** Ряд грида подписи слева */
|
198
|
+
'--chotto-filemessage-left-subtext-grid-row': string;
|
199
|
+
/** Внешние отступы подписи слева */
|
200
|
+
'--chotto-filemessage-left-subtext-margin': string;
|
201
|
+
/** Колонка грида контента слева */
|
202
|
+
'--chotto-filemessage-left-content-grid-column': string;
|
203
|
+
/** Отступ контента слева с учётом аватара */
|
204
|
+
'--chotto-filemessage-left-content-with-avatar-indent-margin-left': string;
|
205
|
+
/** Положение кнопки меню слева (top) */
|
206
|
+
'--chotto-filemessage-left-menu-button-top': string;
|
207
|
+
/** Положение кнопки меню слева (right) */
|
208
|
+
'--chotto-filemessage-left-menu-button-right': string;
|
209
|
+
/** Позиция контекстного меню слева (top) */
|
210
|
+
'--chotto-filemessage-left-context-menu-top': string;
|
211
|
+
/** Позиция контекстного меню слева (left) */
|
212
|
+
'--chotto-filemessage-left-context-menu-left': string;
|
213
|
+
/** Отступ контекстного меню слева сверху */
|
214
|
+
'--chotto-filemessage-left-context-menu-margin-top': string;
|
215
|
+
/** Шаблон колонок правой раскладки */
|
216
|
+
'--chotto-filemessage-right-grid-template-columns': string;
|
217
|
+
/** Колонка грида аватара справа */
|
218
|
+
'--chotto-filemessage-right-avatar-grid-column': string;
|
219
|
+
/** Ряд грида аватара справа */
|
220
|
+
'--chotto-filemessage-right-avatar-grid-row': string;
|
221
|
+
/** Отступ слева от аватара справа */
|
222
|
+
'--chotto-filemessage-right-avatar-margin-left': string;
|
223
|
+
/** Колонка грида подписи справа */
|
224
|
+
'--chotto-filemessage-right-subtext-grid-column': string;
|
225
|
+
/** Ряд грида подписи справа */
|
226
|
+
'--chotto-filemessage-right-subtext-grid-row': string;
|
227
|
+
/** Внешние отступы подписи справа */
|
228
|
+
'--chotto-filemessage-right-subtext-margin': string;
|
229
|
+
/** Колонка грида контента справа */
|
230
|
+
'--chotto-filemessage-right-content-grid-column': string;
|
231
|
+
/** Выравнивание контента справа */
|
232
|
+
'--chotto-filemessage-right-content-margin-left': string;
|
233
|
+
/** Отступ контента справа с учётом аватара */
|
234
|
+
'--chotto-filemessage-right-content-with-avatar-indent-margin-right': string;
|
235
|
+
/** Положение кнопки меню справа (top) */
|
236
|
+
'--chotto-filemessage-right-menu-button-top': string;
|
237
|
+
/** Положение кнопки меню справа (left) */
|
238
|
+
'--chotto-filemessage-right-menu-button-left': string;
|
239
|
+
/** Позиция контекстного меню справа (top) */
|
240
|
+
'--chotto-filemessage-right-context-menu-top': string;
|
241
|
+
/** Позиция контекстного меню справа (right) */
|
242
|
+
'--chotto-filemessage-right-context-menu-right': string;
|
243
|
+
/** Отступ контекстного меню справа сверху */
|
244
|
+
'--chotto-filemessage-right-context-menu-margin-top': string;
|
245
|
+
/** Переход появления пузыря */
|
246
|
+
'--chotto-filemessage-v-enter-active-transition': string;
|
247
|
+
/** Переход скрытия пузыря */
|
248
|
+
'--chotto-filemessage-v-leave-active-transition': string;
|
249
|
+
/** Стартовая трансформация при появлении */
|
250
|
+
'--chotto-filemessage-v-enter-from-transform': string;
|
251
|
+
/** Стартовая прозрачность при появлении */
|
252
|
+
'--chotto-filemessage-v-enter-from-opacity': string;
|
253
|
+
}
|