@mobilon-dev/chotto 0.3.4 → 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,311 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента TemplateSelector
|
3
|
+
*/
|
4
|
+
export interface TemplateSelectorThemeCSSVariables {
|
5
|
+
/** Базовый фон TemplateSelector */
|
6
|
+
'--chotto-templateselector-primary-color': string;
|
7
|
+
/** Цвет границ элементов TemplateSelector */
|
8
|
+
'--chotto-templateselector-item-border-color': string;
|
9
|
+
/** Позиционирование селектора шаблонов */
|
10
|
+
'--chotto-templateselector-position': string;
|
11
|
+
/** Позиция селектора шаблонов снизу */
|
12
|
+
'--chotto-templateselector-bottom': string;
|
13
|
+
/** Позиция селектора шаблонов слева */
|
14
|
+
'--chotto-templateselector-left': string;
|
15
|
+
/** Позиция селектора шаблонов справа */
|
16
|
+
'--chotto-templateselector-right': string;
|
17
|
+
/** Z-index селектора шаблонов */
|
18
|
+
'--chotto-templateselector-z-index': string;
|
19
|
+
/** Контейнерный запрос селектора шаблонов */
|
20
|
+
'--chotto-templateselector-container': string;
|
21
|
+
/** Максимальная высота встроенного контейнера */
|
22
|
+
'--chotto-templateselector-container-inline-max-height': string;
|
23
|
+
/** Отступы встроенного контейнера */
|
24
|
+
'--chotto-templateselector-container-inline-padding': string;
|
25
|
+
/** Граница сверху встроенного контейнера */
|
26
|
+
'--chotto-templateselector-container-inline-border-top': string;
|
27
|
+
/** Граница снизу встроенного контейнера */
|
28
|
+
'--chotto-templateselector-container-inline-border-bottom': string;
|
29
|
+
/** Размер коробки встроенного контейнера */
|
30
|
+
'--chotto-templateselector-container-inline-box-sizing': string;
|
31
|
+
/** Минимальная ширина встроенного контейнера */
|
32
|
+
'--chotto-templateselector-container-inline-min-width': string;
|
33
|
+
/** Цвет тени контейнера */
|
34
|
+
'--chotto-templateselector-shadow-color': string;
|
35
|
+
/** Позиционирование приподнятого контейнера */
|
36
|
+
'--chotto-templateselector-container-elevated-position': string;
|
37
|
+
/** Максимальная высота приподнятого контейнера */
|
38
|
+
'--chotto-templateselector-container-elevated-max-height': string;
|
39
|
+
/** Отступы приподнятого контейнера */
|
40
|
+
'--chotto-templateselector-container-elevated-padding': string;
|
41
|
+
/** Граница приподнятого контейнера */
|
42
|
+
'--chotto-templateselector-container-elevated-border': string;
|
43
|
+
/** Минимальная ширина приподнятого контейнера */
|
44
|
+
'--chotto-templateselector-container-elevated-min-width': string;
|
45
|
+
/** Тень приподнятого контейнера */
|
46
|
+
'--chotto-templateselector-container-elevated-box-shadow': string;
|
47
|
+
/** Позиция приподнятого контейнера снизу */
|
48
|
+
'--chotto-templateselector-container-elevated-bottom': string;
|
49
|
+
/** Позиция приподнятого контейнера справа */
|
50
|
+
'--chotto-templateselector-container-elevated-right': string;
|
51
|
+
/** Максимальная высота макета */
|
52
|
+
'--chotto-templateselector-layout-max-height': string;
|
53
|
+
/** Отображение макета */
|
54
|
+
'--chotto-templateselector-layout-display': string;
|
55
|
+
/** Размер коробки макета */
|
56
|
+
'--chotto-templateselector-layout-box-sizing': string;
|
57
|
+
/** Шаблон колонок сетки макета */
|
58
|
+
'--chotto-templateselector-layout-grid-template-columns': string;
|
59
|
+
/** Шаблон строк сетки макета */
|
60
|
+
'--chotto-templateselector-layout-grid-template-rows': string;
|
61
|
+
/** Промежуток между колонками макета */
|
62
|
+
'--chotto-templateselector-layout-column-gap': string;
|
63
|
+
/** Отображение первой колонки */
|
64
|
+
'--chotto-templateselector-first-col-display': string;
|
65
|
+
/** Колонка сетки первой колонки */
|
66
|
+
'--chotto-templateselector-first-col-grid-column': string;
|
67
|
+
/** Строка сетки первой колонки */
|
68
|
+
'--chotto-templateselector-first-col-grid-row': string;
|
69
|
+
/** Шаблон строк сетки первой колонки */
|
70
|
+
'--chotto-templateselector-first-col-grid-template-rows': string;
|
71
|
+
/** Отображение второй колонки */
|
72
|
+
'--chotto-templateselector-second-col-display': string;
|
73
|
+
/** Колонка сетки второй колонки */
|
74
|
+
'--chotto-templateselector-second-col-grid-column': string;
|
75
|
+
/** Строка сетки второй колонки */
|
76
|
+
'--chotto-templateselector-second-col-grid-row': string;
|
77
|
+
/** Шаблон строк сетки второй колонки */
|
78
|
+
'--chotto-templateselector-second-col-grid-template-rows': string;
|
79
|
+
/** Отображение третьей колонки */
|
80
|
+
'--chotto-templateselector-third-col-display': string;
|
81
|
+
/** Колонка сетки третьей колонки */
|
82
|
+
'--chotto-templateselector-third-col-grid-column': string;
|
83
|
+
/** Строка сетки третьей колонки */
|
84
|
+
'--chotto-templateselector-third-col-grid-row': string;
|
85
|
+
/** Шаблон строк сетки третьей колонки */
|
86
|
+
'--chotto-templateselector-third-col-grid-template-rows': string;
|
87
|
+
/** Размер иконок кнопок */
|
88
|
+
'--chotto-templateselector-button-icon-size': string;
|
89
|
+
/** Активный цвет кнопок */
|
90
|
+
'--chotto-templateselector-button-color-active': string;
|
91
|
+
/** Строка сетки кнопки закрытия */
|
92
|
+
'--chotto-templateselector-button-close-grid-row': string;
|
93
|
+
/** Выравнивание кнопки закрытия */
|
94
|
+
'--chotto-templateselector-button-close-align-self': string;
|
95
|
+
/** Отображение кнопки закрытия */
|
96
|
+
'--chotto-templateselector-button-close-display': string;
|
97
|
+
/** Цвет фона кнопки закрытия */
|
98
|
+
'--chotto-templateselector-button-close-background-color': string;
|
99
|
+
/** Граница кнопки закрытия */
|
100
|
+
'--chotto-templateselector-button-close-border': string;
|
101
|
+
/** Ширина кнопки закрытия */
|
102
|
+
'--chotto-templateselector-button-close-width': string;
|
103
|
+
/** Курсор кнопки закрытия */
|
104
|
+
'--chotto-templateselector-button-close-cursor': string;
|
105
|
+
/** Отступы кнопки закрытия */
|
106
|
+
'--chotto-templateselector-button-close-margin': string;
|
107
|
+
/** Строка сетки списка групп */
|
108
|
+
'--chotto-templateselector-list-groups-grid-row': string;
|
109
|
+
/** Переполнение по вертикали списка групп */
|
110
|
+
'--chotto-templateselector-list-groups-overflow-y': string;
|
111
|
+
/** Граница списка групп */
|
112
|
+
'--chotto-templateselector-list-groups-border': string;
|
113
|
+
/** Отступы списка групп */
|
114
|
+
'--chotto-templateselector-list-groups-padding': string;
|
115
|
+
/** Отступы списка групп */
|
116
|
+
'--chotto-templateselector-list-groups-margin': string;
|
117
|
+
/** Цвет фона скроллбара */
|
118
|
+
'--chotto-templateselector-scrollbar-bg': string;
|
119
|
+
/** Цвет ползунка скроллбара */
|
120
|
+
'--chotto-templateselector-scrollbar-thumb-bg': string;
|
121
|
+
/** Ширина webkit скроллбара списка групп */
|
122
|
+
'--chotto-templateselector-list-groups-webkit-scrollbar-width': string;
|
123
|
+
/** Радиус границы ползунка webkit скроллбара списка групп */
|
124
|
+
'--chotto-templateselector-list-groups-webkit-scrollbar-thumb-border-radius': string;
|
125
|
+
/** Радиус границы дорожки webkit скроллбара списка групп */
|
126
|
+
'--chotto-templateselector-list-groups-webkit-scrollbar-track-border-radius': string;
|
127
|
+
/** Отступы списка шаблонов */
|
128
|
+
'--chotto-templateselector-list-templates-padding': string;
|
129
|
+
/** Отступы списка шаблонов */
|
130
|
+
'--chotto-templateselector-list-templates-margin': string;
|
131
|
+
/** Строка сетки шаблонов */
|
132
|
+
'--chotto-templateselector-templates-grid-row': string;
|
133
|
+
/** Граница шаблонов */
|
134
|
+
'--chotto-templateselector-templates-border': string;
|
135
|
+
/** Переполнение по вертикали шаблонов */
|
136
|
+
'--chotto-templateselector-templates-overflow-y': string;
|
137
|
+
/** Ширина webkit скроллбара шаблонов */
|
138
|
+
'--chotto-templateselector-templates-webkit-scrollbar-width': string;
|
139
|
+
/** Радиус границы ползунка webkit скроллбара шаблонов */
|
140
|
+
'--chotto-templateselector-templates-webkit-scrollbar-thumb-border-radius': string;
|
141
|
+
/** Радиус границы дорожки webkit скроллбара шаблонов */
|
142
|
+
'--chotto-templateselector-templates-webkit-scrollbar-track-border-radius': string;
|
143
|
+
/** Переход элемента */
|
144
|
+
'--chotto-templateselector-item-transition': string;
|
145
|
+
/** Граница снизу элемента */
|
146
|
+
'--chotto-templateselector-item-border-bottom': string;
|
147
|
+
/** Цвет фона элемента при ховере */
|
148
|
+
'--chotto-templateselector-item-background-color-hover': string;
|
149
|
+
/** Цвет фона элемента в фокусе/selected */
|
150
|
+
'--chotto-templateselector-item-background-color-focus': string;
|
151
|
+
/** Отображение элемента группы */
|
152
|
+
'--chotto-templateselector-item-group-display': string;
|
153
|
+
/** Выравнивание по поперечной оси элемента группы */
|
154
|
+
'--chotto-templateselector-item-group-align-items': string;
|
155
|
+
/** Курсор элемента шаблона */
|
156
|
+
'--chotto-templateselector-item-template-cursor': string;
|
157
|
+
/** Отступы элемента шаблона */
|
158
|
+
'--chotto-templateselector-item-template-padding': string;
|
159
|
+
/** Отступы метки группы */
|
160
|
+
'--chotto-templateselector-label-group-padding': string;
|
161
|
+
/** Отображение метки группы */
|
162
|
+
'--chotto-templateselector-label-group-display': string;
|
163
|
+
/** Выравнивание по поперечной оси метки группы */
|
164
|
+
'--chotto-templateselector-label-group-align-items': string;
|
165
|
+
/** Промежуток между колонками метки группы */
|
166
|
+
'--chotto-templateselector-label-group-column-gap': string;
|
167
|
+
/** Ширина метки группы */
|
168
|
+
'--chotto-templateselector-label-group-width': string;
|
169
|
+
/** Высота метки группы */
|
170
|
+
'--chotto-templateselector-label-group-height': string;
|
171
|
+
/** Курсор метки группы */
|
172
|
+
'--chotto-templateselector-label-group-cursor': string;
|
173
|
+
/** Ширина изображения метки группы */
|
174
|
+
'--chotto-templateselector-label-group-img-width': string;
|
175
|
+
/** Высота изображения метки группы */
|
176
|
+
'--chotto-templateselector-label-group-img-height': string;
|
177
|
+
/** Отображение ввода метки группы */
|
178
|
+
'--chotto-templateselector-label-group-input-display': string;
|
179
|
+
/** Высота строки span метки группы */
|
180
|
+
'--chotto-templateselector-label-group-span-line-height': string;
|
181
|
+
/** Отступ снизу заголовка элемента */
|
182
|
+
'--chotto-templateselector-item-title-margin-bottom': string;
|
183
|
+
/** Жирность заголовков */
|
184
|
+
'--chotto-templateselector-title-font-weight': string;
|
185
|
+
/** Размер шрифта заголовков */
|
186
|
+
'--chotto-templateselector-title-font-size': string;
|
187
|
+
/** Переполнение текста элемента */
|
188
|
+
'--chotto-templateselector-item-text-overflow': string;
|
189
|
+
/** Обрезка текста элемента */
|
190
|
+
'--chotto-templateselector-item-text-text-overflow': string;
|
191
|
+
/** Отображение текста элемента */
|
192
|
+
'--chotto-templateselector-item-text-display': string;
|
193
|
+
/** Количество строк webkit текста элемента */
|
194
|
+
'--chotto-templateselector-item-text-webkit-line-clamp': string;
|
195
|
+
/** Количество строк текста элемента */
|
196
|
+
'--chotto-templateselector-item-text-line-clamp': string;
|
197
|
+
/** Ориентация webkit коробки текста элемента */
|
198
|
+
'--chotto-templateselector-item-text-webkit-box-orient': string;
|
199
|
+
/** Размер основного текста */
|
200
|
+
'--chotto-templateselector-text-font-size': string;
|
201
|
+
/** Строка сетки контейнера поиска */
|
202
|
+
'--chotto-templateselector-searching-container-grid-row': string;
|
203
|
+
/** Ширина контейнера поиска */
|
204
|
+
'--chotto-templateselector-searching-container-width': string;
|
205
|
+
/** Отступ снизу контейнера поиска */
|
206
|
+
'--chotto-templateselector-searching-container-margin-bottom': string;
|
207
|
+
/** Отступ справа контейнера поиска */
|
208
|
+
'--chotto-templateselector-searching-container-margin-right': string;
|
209
|
+
/** Цвет фона ввода поиска */
|
210
|
+
'--chotto-templateselector-searching-input-background-color': string;
|
211
|
+
/** Ширина ввода поиска */
|
212
|
+
'--chotto-templateselector-searching-input-width': string;
|
213
|
+
/** Переход ввода поиска */
|
214
|
+
'--chotto-templateselector-searching-input-transition': string;
|
215
|
+
/** Размер коробки ввода поиска */
|
216
|
+
'--chotto-templateselector-searching-input-box-sizing': string;
|
217
|
+
/** Контур фокуса ввода поиска */
|
218
|
+
'--chotto-templateselector-searching-input-focus-outline': string;
|
219
|
+
/** Основной цвет текста */
|
220
|
+
'--chotto-templateselector-primary-text-color': string;
|
221
|
+
/** Вторичный цвет текста */
|
222
|
+
'--chotto-templateselector-secondary-text-color': string;
|
223
|
+
/** Строка сетки контейнера предварительного просмотра */
|
224
|
+
'--chotto-templateselector-preview-container-grid-row': string;
|
225
|
+
/** Граница контейнера предварительного просмотра */
|
226
|
+
'--chotto-templateselector-preview-container-border': string;
|
227
|
+
/** Максимальная высота контейнера предварительного просмотра */
|
228
|
+
'--chotto-templateselector-preview-container-max-height': string;
|
229
|
+
/** Переполнение по вертикали контейнера предварительного просмотра */
|
230
|
+
'--chotto-templateselector-preview-container-overflow-y': string;
|
231
|
+
/** Ширина webkit скроллбара контейнера предварительного просмотра */
|
232
|
+
'--chotto-templateselector-preview-container-webkit-scrollbar-width': string;
|
233
|
+
/** Радиус границы ползунка webkit скроллбара контейнера предварительного просмотра */
|
234
|
+
'--chotto-templateselector-preview-container-webkit-scrollbar-thumb-border-radius': string;
|
235
|
+
/** Радиус границы дорожки webkit скроллбара контейнера предварительного просмотра */
|
236
|
+
'--chotto-templateselector-preview-container-webkit-scrollbar-track-border-radius': string;
|
237
|
+
/** Вторичный фон */
|
238
|
+
'--chotto-templateselector-secondary-color': string;
|
239
|
+
/** Высота предварительного просмотра */
|
240
|
+
'--chotto-templateselector-preview-height': string;
|
241
|
+
/** Размер коробки предварительного просмотра */
|
242
|
+
'--chotto-templateselector-preview-box-sizing': string;
|
243
|
+
/** Отступы предварительного просмотра */
|
244
|
+
'--chotto-templateselector-preview-padding': string;
|
245
|
+
/** Отступы обертки предварительного просмотра */
|
246
|
+
'--chotto-templateselector-preview-wrapper-padding': string;
|
247
|
+
/** Радиус границы обертки предварительного просмотра */
|
248
|
+
'--chotto-templateselector-preview-wrapper-border-radius': string;
|
249
|
+
/** Максимальная ширина обертки предварительного просмотра */
|
250
|
+
'--chotto-templateselector-preview-wrapper-max-width': string;
|
251
|
+
/** Отступ снизу обертки предварительного просмотра */
|
252
|
+
'--chotto-templateselector-preview-wrapper-margin-bottom': string;
|
253
|
+
/** Фон левого сообщения (для превью) */
|
254
|
+
'--chotto-templateselector-message-left-bg': string;
|
255
|
+
/** Ширина заглушки */
|
256
|
+
'--chotto-templateselector-plug-width': string;
|
257
|
+
/** Высота заглушки */
|
258
|
+
'--chotto-templateselector-plug-height': string;
|
259
|
+
/** Отображение заглушки */
|
260
|
+
'--chotto-templateselector-plug-display': string;
|
261
|
+
/** Выравнивание по главной оси заглушки */
|
262
|
+
'--chotto-templateselector-plug-justify-content': string;
|
263
|
+
/** Выравнивание по поперечной оси заглушки */
|
264
|
+
'--chotto-templateselector-plug-align-items': string;
|
265
|
+
/** Отступы заглушки */
|
266
|
+
'--chotto-templateselector-plug-padding': string;
|
267
|
+
/** Отступы заглушки */
|
268
|
+
'--chotto-templateselector-plug-margin': string;
|
269
|
+
/** Высота строки заглушки */
|
270
|
+
'--chotto-templateselector-plug-line-height': string;
|
271
|
+
/** Перенос слов текста предварительного просмотра */
|
272
|
+
'--chotto-templateselector-preview-text-word-break': string;
|
273
|
+
/** Перенос пробелов текста предварительного просмотра */
|
274
|
+
'--chotto-templateselector-preview-text-white-space': string;
|
275
|
+
/** Ширина времени предварительного просмотра */
|
276
|
+
'--chotto-templateselector-preview-time-width': string;
|
277
|
+
/** Отступ слева времени предварительного просмотра */
|
278
|
+
'--chotto-templateselector-preview-time-margin-left': string;
|
279
|
+
/** Размер дополнительного текста (time и т.п.) */
|
280
|
+
'--chotto-templateselector-additional-text-font-size': string;
|
281
|
+
/** Строка сетки кнопки вставки */
|
282
|
+
'--chotto-templateselector-button-paste-grid-row': string;
|
283
|
+
/** Отображение кнопки вставки */
|
284
|
+
'--chotto-templateselector-button-paste-display': string;
|
285
|
+
/** Ширина кнопки вставки */
|
286
|
+
'--chotto-templateselector-button-paste-width': string;
|
287
|
+
/** Выравнивание кнопки вставки */
|
288
|
+
'--chotto-templateselector-button-paste-justify-self': string;
|
289
|
+
/** Отступы кнопки вставки */
|
290
|
+
'--chotto-templateselector-button-paste-margin': string;
|
291
|
+
/** Граница кнопки вставки */
|
292
|
+
'--chotto-templateselector-button-paste-border': string;
|
293
|
+
/** Отступы кнопки вставки */
|
294
|
+
'--chotto-templateselector-button-paste-padding': string;
|
295
|
+
/** Радиус границы кнопки вставки */
|
296
|
+
'--chotto-templateselector-button-paste-border-radius': string;
|
297
|
+
/** Курсор кнопки вставки */
|
298
|
+
'--chotto-templateselector-button-paste-cursor': string;
|
299
|
+
/** Активный цвет кнопки-вставки */
|
300
|
+
'--chotto-templateselector-action-button-color-active': string;
|
301
|
+
/** Ховер цвет кнопки-вставки */
|
302
|
+
'--chotto-templateselector-action-button-color-hover': string;
|
303
|
+
/** Шаблон колонок сетки адаптивного макета */
|
304
|
+
'--chotto-templateselector-layout-responsive-grid-template-columns': string;
|
305
|
+
/** Колонка сетки первой колонки адаптивного макета */
|
306
|
+
'--chotto-templateselector-first-col-responsive-grid-column': string;
|
307
|
+
/** Колонка сетки второй колонки адаптивного макета */
|
308
|
+
'--chotto-templateselector-second-col-responsive-grid-column': string;
|
309
|
+
/** Колонка сетки третьей колонки адаптивного макета */
|
310
|
+
'--chotto-templateselector-third-col-responsive-grid-column': string;
|
311
|
+
}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента UserProfile
|
3
|
+
*/
|
4
|
+
export interface UserProfileThemeCSSVariables {
|
5
|
+
/** Отображение контейнера профиля пользователя */
|
6
|
+
'--chotto-userprofile-container-display': string;
|
7
|
+
/** Шаблон колонок сетки контейнера профиля пользователя */
|
8
|
+
'--chotto-userprofile-container-grid-template-columns': string;
|
9
|
+
/** Отступы контейнера профиля пользователя */
|
10
|
+
'--chotto-userprofile-container-padding': string;
|
11
|
+
/** Колонка сетки имени пользователя */
|
12
|
+
'--chotto-userprofile-name-grid-column': string;
|
13
|
+
/** Размер шрифта имени пользователя */
|
14
|
+
'--chotto-userprofile-name-font-size': string;
|
15
|
+
/** Отступы имени пользователя */
|
16
|
+
'--chotto-userprofile-name-margin': string;
|
17
|
+
/** Колонка сетки email пользователя */
|
18
|
+
'--chotto-userprofile-email-grid-column': string;
|
19
|
+
/** Размер шрифта email пользователя */
|
20
|
+
'--chotto-userprofile-email-font-size': string;
|
21
|
+
/** Отступы email пользователя */
|
22
|
+
'--chotto-userprofile-email-margin': string;
|
23
|
+
/** Колонка сетки телефона пользователя */
|
24
|
+
'--chotto-userprofile-phone-grid-column': string;
|
25
|
+
/** Размер шрифта телефона пользователя */
|
26
|
+
'--chotto-userprofile-phone-font-size': string;
|
27
|
+
/** Отступы телефона пользователя */
|
28
|
+
'--chotto-userprofile-phone-margin': string;
|
29
|
+
/** Строка сетки контейнера аватара */
|
30
|
+
'--chotto-userprofile-avatar-container-grid-row': string;
|
31
|
+
/** Позиционирование контейнера аватара */
|
32
|
+
'--chotto-userprofile-avatar-container-position': string;
|
33
|
+
/** Отображение контейнера аватара */
|
34
|
+
'--chotto-userprofile-avatar-container-display': string;
|
35
|
+
/** Отступы контейнера аватара */
|
36
|
+
'--chotto-userprofile-avatar-container-margin': string;
|
37
|
+
/** Радиус границы контейнера аватара */
|
38
|
+
'--chotto-userprofile-avatar-container-border-radius': string;
|
39
|
+
/** Радиус границы изображения контейнера аватара */
|
40
|
+
'--chotto-userprofile-avatar-container-img-border-radius': string;
|
41
|
+
/** Обрезка изображения контейнера аватара */
|
42
|
+
'--chotto-userprofile-avatar-container-img-object-fit': string;
|
43
|
+
/** Позиционирование статуса пользователя */
|
44
|
+
'--chotto-userprofile-status-position': string;
|
45
|
+
/** Позиция статуса пользователя снизу */
|
46
|
+
'--chotto-userprofile-status-bottom': string;
|
47
|
+
/** Позиция статуса пользователя справа */
|
48
|
+
'--chotto-userprofile-status-right': string;
|
49
|
+
/** Отображение статуса пользователя */
|
50
|
+
'--chotto-userprofile-status-display': string;
|
51
|
+
/** Ширина статуса пользователя */
|
52
|
+
'--chotto-userprofile-status-width': string;
|
53
|
+
/** Высота статуса пользователя */
|
54
|
+
'--chotto-userprofile-status-height': string;
|
55
|
+
/** Радиус границы статуса пользователя */
|
56
|
+
'--chotto-userprofile-status-border-radius': string;
|
57
|
+
/** Цвет фона статуса пользователя */
|
58
|
+
'--chotto-userprofile-status-background-color': string;
|
59
|
+
/** Z-index статуса пользователя */
|
60
|
+
'--chotto-userprofile-status-z-index': string;
|
61
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента BaseContainer
|
3
|
+
*/
|
4
|
+
export interface BaseContainerThemeCSSVariables {
|
5
|
+
/** Переход базового контейнера */
|
6
|
+
'--chotto-basecontainer-base-container-transition': string;
|
7
|
+
/** Жирность шрифта базового контейнера */
|
8
|
+
'--chotto-basecontainer-base-container-font-weight': string;
|
9
|
+
/** Цвет базового контейнера */
|
10
|
+
'--chotto-basecontainer-base-container-color': string;
|
11
|
+
/** Семейство шрифтов базового контейнера */
|
12
|
+
'--chotto-basecontainer-base-container-font-family': string;
|
13
|
+
/** Контейнерный запрос базового контейнера */
|
14
|
+
'--chotto-basecontainer-base-container-container': string;
|
15
|
+
/** Минимальная ширина базового контейнера */
|
16
|
+
'--chotto-basecontainer-base-container-min-width': string;
|
17
|
+
/** Размер коробки глобальных стилей */
|
18
|
+
'--chotto-basecontainer-global-box-sizing': string;
|
19
|
+
/** Отступы body глобальных стилей */
|
20
|
+
'--chotto-basecontainer-global-body-margin': string;
|
21
|
+
/** Отступы ul глобальных стилей */
|
22
|
+
'--chotto-basecontainer-global-ul-margin': string;
|
23
|
+
/** Отступы ul глобальных стилей */
|
24
|
+
'--chotto-basecontainer-global-ul-padding': string;
|
25
|
+
/** Тип маркера списка ul глобальных стилей */
|
26
|
+
'--chotto-basecontainer-global-ul-list-style-type': string;
|
27
|
+
/** Семейство шрифтов input и button глобальных стилей */
|
28
|
+
'--chotto-basecontainer-global-input-button-font-family': string;
|
29
|
+
/** Отступы p, h1, h2 глобальных стилей */
|
30
|
+
'--chotto-basecontainer-global-p-h1-h2-margin': string;
|
31
|
+
/** Декорация текста ссылок глобальных стилей */
|
32
|
+
'--chotto-basecontainer-global-a-text-decoration': string;
|
33
|
+
/** Переход анимации входа */
|
34
|
+
'--chotto-basecontainer-transition-enter-active-transition': string;
|
35
|
+
/** Прозрачность анимации входа */
|
36
|
+
'--chotto-basecontainer-transition-enter-active-opacity': string;
|
37
|
+
/** Прозрачность анимации выхода */
|
38
|
+
'--chotto-basecontainer-transition-enter-from-opacity': string;
|
39
|
+
}
|
@@ -0,0 +1,89 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента FloatContainer
|
3
|
+
*/
|
4
|
+
export interface FloatContainerThemeCSSVariables {
|
5
|
+
/** Z-index плавающего окна */
|
6
|
+
'--chotto-floatcontainer-float-window-z-index': string;
|
7
|
+
/** Ширина плавающего окна */
|
8
|
+
'--chotto-floatcontainer-float-window-width': string;
|
9
|
+
/** Позиционирование плавающего окна */
|
10
|
+
'--chotto-floatcontainer-float-window-position': string;
|
11
|
+
/** Ширина контейнера */
|
12
|
+
'--chotto-floatcontainer-container-width': string;
|
13
|
+
/** Высота контейнера */
|
14
|
+
'--chotto-floatcontainer-container-height': string;
|
15
|
+
/** Позиционирование контейнера */
|
16
|
+
'--chotto-floatcontainer-container-position': string;
|
17
|
+
/** Жирность шрифта контейнера */
|
18
|
+
'--chotto-floatcontainer-container-font-weight': string;
|
19
|
+
/** Цвет контейнера */
|
20
|
+
'--chotto-floatcontainer-container-color': string;
|
21
|
+
/** Семейство шрифтов контейнера */
|
22
|
+
'--chotto-floatcontainer-container-font-family': string;
|
23
|
+
/** Тень контейнера */
|
24
|
+
'--chotto-floatcontainer-container-box-shadow': string;
|
25
|
+
/** Контейнерный запрос контейнера */
|
26
|
+
'--chotto-floatcontainer-container-container': string;
|
27
|
+
/** Отображение панели управления */
|
28
|
+
'--chotto-floatcontainer-controls-display': string;
|
29
|
+
/** Выравнивание по главной оси панели управления */
|
30
|
+
'--chotto-floatcontainer-controls-justify-content': string;
|
31
|
+
/** Выравнивание по поперечной оси панели управления */
|
32
|
+
'--chotto-floatcontainer-controls-align-items': string;
|
33
|
+
/** Курсор панели управления */
|
34
|
+
'--chotto-floatcontainer-controls-cursor': string;
|
35
|
+
/** Отступы панели управления */
|
36
|
+
'--chotto-floatcontainer-controls-padding': string;
|
37
|
+
/** Цвет фона панели управления */
|
38
|
+
'--chotto-floatcontainer-controls-background-color': string;
|
39
|
+
/** Радиус верхней левой границы панели управления */
|
40
|
+
'--chotto-floatcontainer-controls-border-top-left-radius': string;
|
41
|
+
/** Радиус верхней правой границы панели управления */
|
42
|
+
'--chotto-floatcontainer-controls-border-top-right-radius': string;
|
43
|
+
/** Промежуток между элементами панели управления */
|
44
|
+
'--chotto-floatcontainer-controls-gap': string;
|
45
|
+
/** Ширина аватара */
|
46
|
+
'--chotto-floatcontainer-avatar-width': string;
|
47
|
+
/** Высота аватара */
|
48
|
+
'--chotto-floatcontainer-avatar-height': string;
|
49
|
+
/** Радиус границы аватара */
|
50
|
+
'--chotto-floatcontainer-avatar-border-radius': string;
|
51
|
+
/** Размер шрифта заголовка */
|
52
|
+
'--chotto-floatcontainer-title-font-size': string;
|
53
|
+
/** Жирность шрифта заголовка */
|
54
|
+
'--chotto-floatcontainer-title-font-weight': string;
|
55
|
+
/** Отступ слева заголовка */
|
56
|
+
'--chotto-floatcontainer-title-margin-left': string;
|
57
|
+
/** Отображение кнопки закрытия */
|
58
|
+
'--chotto-floatcontainer-close-button-display': string;
|
59
|
+
/** Цвет фона кнопки закрытия */
|
60
|
+
'--chotto-floatcontainer-close-button-background-color': string;
|
61
|
+
/** Граница кнопки закрытия */
|
62
|
+
'--chotto-floatcontainer-close-button-border': string;
|
63
|
+
/** Размер шрифта кнопки закрытия */
|
64
|
+
'--chotto-floatcontainer-close-button-font-size': string;
|
65
|
+
/** Цвет кнопки закрытия */
|
66
|
+
'--chotto-floatcontainer-close-button-color': string;
|
67
|
+
/** Ширина кнопки закрытия */
|
68
|
+
'--chotto-floatcontainer-close-button-width': string;
|
69
|
+
/** Отступ слева кнопки закрытия */
|
70
|
+
'--chotto-floatcontainer-close-button-margin-left': string;
|
71
|
+
/** Курсор кнопки закрытия */
|
72
|
+
'--chotto-floatcontainer-close-button-cursor': string;
|
73
|
+
/** Размер коробки глобальных стилей */
|
74
|
+
'--chotto-floatcontainer-global-box-sizing': string;
|
75
|
+
/** Отступы body глобальных стилей */
|
76
|
+
'--chotto-floatcontainer-global-body-margin': string;
|
77
|
+
/** Отступы ul глобальных стилей */
|
78
|
+
'--chotto-floatcontainer-global-ul-margin': string;
|
79
|
+
/** Отступы ul глобальных стилей */
|
80
|
+
'--chotto-floatcontainer-global-ul-padding': string;
|
81
|
+
/** Тип маркера списка ul глобальных стилей */
|
82
|
+
'--chotto-floatcontainer-global-ul-list-style-type': string;
|
83
|
+
/** Семейство шрифтов input и button глобальных стилей */
|
84
|
+
'--chotto-floatcontainer-global-input-button-font-family': string;
|
85
|
+
/** Отступы p, h1, h2 глобальных стилей */
|
86
|
+
'--chotto-floatcontainer-global-p-h1-h2-margin': string;
|
87
|
+
/** Декорация текста ссылок глобальных стилей */
|
88
|
+
'--chotto-floatcontainer-global-a-text-decoration': string;
|
89
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента PlaceholderComponent
|
3
|
+
*/
|
4
|
+
export interface PlaceholderComponentThemeCSSVariables {
|
5
|
+
/** Отступы плейсхолдера */
|
6
|
+
'--chotto-placeholdercomponent-placeholder-padding': string;
|
7
|
+
/** Радиус границы плейсхолдера */
|
8
|
+
'--chotto-placeholdercomponent-placeholder-border-radius': string;
|
9
|
+
/** Курсор плейсхолдера */
|
10
|
+
'--chotto-placeholdercomponent-placeholder-cursor': string;
|
11
|
+
/** Высота строки плейсхолдера */
|
12
|
+
'--chotto-placeholdercomponent-placeholder-line-height': string;
|
13
|
+
/** Цвет фона заполненного плейсхолдера */
|
14
|
+
'--chotto-placeholdercomponent-placeholder-filled-background-color': string;
|
15
|
+
/** Цвет фона пустого плейсхолдера */
|
16
|
+
'--chotto-placeholdercomponent-placeholder-empty-background-color': string;
|
17
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента SplashScreen
|
3
|
+
*/
|
4
|
+
export interface SplashScreenThemeCSSVariables {
|
5
|
+
/** Радиус границы контейнера */
|
6
|
+
'--chotto-splashscreen-container-border-radius': string;
|
7
|
+
/** Цвет фона контейнера */
|
8
|
+
'--chotto-splashscreen-container-background-color': string;
|
9
|
+
/** Фильтр заднего плана контейнера */
|
10
|
+
'--chotto-splashscreen-container-backdrop-filter': string;
|
11
|
+
/** Отступы контейнера */
|
12
|
+
'--chotto-splashscreen-container-padding': string;
|
13
|
+
/** Выравнивание текста дочерних элементов контейнера */
|
14
|
+
'--chotto-splashscreen-container-children-text-align': string;
|
15
|
+
/** Курсор изображения */
|
16
|
+
'--chotto-splashscreen-img-cursor': string;
|
17
|
+
}
|
@@ -0,0 +1,79 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента AudioRecorder
|
3
|
+
*/
|
4
|
+
export interface AudioRecorderThemeCSSVariables {
|
5
|
+
/** Позиционирование контейнера */
|
6
|
+
'--chotto-audiorecorder-container-position': string;
|
7
|
+
/** Отображение контейнера */
|
8
|
+
'--chotto-audiorecorder-container-display': string;
|
9
|
+
/** Выравнивание элементов контейнера */
|
10
|
+
'--chotto-audiorecorder-container-align-items': string;
|
11
|
+
/** Цвет фона контейнера */
|
12
|
+
'--chotto-audiorecorder-container-background-color': string;
|
13
|
+
/** Высота контейнера */
|
14
|
+
'--chotto-audiorecorder-container-height': string;
|
15
|
+
/** Отображение контейнера записи */
|
16
|
+
'--chotto-audiorecorder-recording-container-display': string;
|
17
|
+
/** Промежуток между элементами контейнера записи */
|
18
|
+
'--chotto-audiorecorder-recording-container-gap': string;
|
19
|
+
/** Высота строки контейнера записи */
|
20
|
+
'--chotto-audiorecorder-recording-container-line-height': string;
|
21
|
+
/** Высота строки иконки записи */
|
22
|
+
'--chotto-audiorecorder-recording-icon-line-height': string;
|
23
|
+
/** Размер шрифта иконки записи */
|
24
|
+
'--chotto-audiorecorder-recording-icon-font-size': string;
|
25
|
+
/** Webkit анимация иконки записи */
|
26
|
+
'--chotto-audiorecorder-recording-icon-webkit-animation': string;
|
27
|
+
/** Анимация иконки записи */
|
28
|
+
'--chotto-audiorecorder-recording-icon-animation': string;
|
29
|
+
/** Ширина кнопки остановки */
|
30
|
+
'--chotto-audiorecorder-stop-width': string;
|
31
|
+
/** Высота кнопки остановки */
|
32
|
+
'--chotto-audiorecorder-stop-height': string;
|
33
|
+
/** Цвет фона кнопки остановки */
|
34
|
+
'--chotto-audiorecorder-stop-background-color': string;
|
35
|
+
/** Курсор кнопки остановки */
|
36
|
+
'--chotto-audiorecorder-stop-cursor': string;
|
37
|
+
/** Радиус границы кнопки остановки */
|
38
|
+
'--chotto-audiorecorder-stop-border-radius': string;
|
39
|
+
/** Цвет начала анимации мигания */
|
40
|
+
'--chotto-audiorecorder-blink-keyframes-0-color': string;
|
41
|
+
/** Цвет середины анимации мигания */
|
42
|
+
'--chotto-audiorecorder-blink-keyframes-50-color': string;
|
43
|
+
/** Цвет конца анимации мигания */
|
44
|
+
'--chotto-audiorecorder-blink-keyframes-100-color': string;
|
45
|
+
/** Цвет фона кнопки */
|
46
|
+
'--chotto-audiorecorder-button-background-color': string;
|
47
|
+
/** Граница кнопки */
|
48
|
+
'--chotto-audiorecorder-button-border': string;
|
49
|
+
/** Отображение span кнопки */
|
50
|
+
'--chotto-audiorecorder-button-span-display': string;
|
51
|
+
/** Курсор span кнопки */
|
52
|
+
'--chotto-audiorecorder-button-span-cursor': string;
|
53
|
+
/** Отступы span кнопки */
|
54
|
+
'--chotto-audiorecorder-button-span-padding': string;
|
55
|
+
/** Размер шрифта span кнопки */
|
56
|
+
'--chotto-audiorecorder-button-span-font-size': string;
|
57
|
+
/** Цвет span кнопки */
|
58
|
+
'--chotto-audiorecorder-button-span-color': string;
|
59
|
+
/** Цвет span кнопки при наведении */
|
60
|
+
'--chotto-audiorecorder-button-span-hover-color': string;
|
61
|
+
/** Отображение span кнопки записи */
|
62
|
+
'--chotto-audiorecorder-button-record-span-display': string;
|
63
|
+
/** Курсор span кнопки записи */
|
64
|
+
'--chotto-audiorecorder-button-record-span-cursor': string;
|
65
|
+
/** Отступы span кнопки записи */
|
66
|
+
'--chotto-audiorecorder-button-record-span-padding': string;
|
67
|
+
/** Размер шрифта span кнопки записи */
|
68
|
+
'--chotto-audiorecorder-button-record-span-font-size': string;
|
69
|
+
/** Цвет span кнопки записи */
|
70
|
+
'--chotto-audiorecorder-button-record-span-color': string;
|
71
|
+
/** Цвет span кнопки записи при наведении */
|
72
|
+
'--chotto-audiorecorder-button-record-span-hover-color': string;
|
73
|
+
/** События указателя отключенной кнопки */
|
74
|
+
'--chotto-audiorecorder-button-disabled-pointer-events': string;
|
75
|
+
/** Курсор span отключенной кнопки */
|
76
|
+
'--chotto-audiorecorder-button-disabled-span-cursor': string;
|
77
|
+
/** Цвет span отключенной кнопки */
|
78
|
+
'--chotto-audiorecorder-button-disabled-span-color': string;
|
79
|
+
}
|