@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,219 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента ContactInfo
|
3
|
+
*/
|
4
|
+
export interface ContactInfoThemeCSSVariables {
|
5
|
+
/** Верхний отступ контейнера информации о контакте */
|
6
|
+
'--chotto-contactinfo-margin-top': string;
|
7
|
+
/** Минимальная ширина контейнера информации о контакте */
|
8
|
+
'--chotto-contactinfo-min-width': string;
|
9
|
+
/** Размер шрифта контейнера информации о контакте */
|
10
|
+
'--chotto-contactinfo-font-size': string;
|
11
|
+
/** Нижний отступ списка атрибутов */
|
12
|
+
'--chotto-contactinfo-attribute-list-padding-bottom': string;
|
13
|
+
/** Левый отступ списка атрибутов */
|
14
|
+
'--chotto-contactinfo-attribute-list-margin-left': string;
|
15
|
+
/** Отображение элемента атрибута */
|
16
|
+
'--chotto-contactinfo-attribute-item-display': string;
|
17
|
+
/** Выравнивание элементов элемента атрибута по вертикали */
|
18
|
+
'--chotto-contactinfo-attribute-item-align-items': string;
|
19
|
+
/** Нижний отступ элемента атрибута */
|
20
|
+
'--chotto-contactinfo-attribute-item-margin-bottom': string;
|
21
|
+
/** Непрозрачность input элемента атрибута */
|
22
|
+
'--chotto-contactinfo-attribute-item-input-opacity': string;
|
23
|
+
/** Позиционирование input элемента атрибута */
|
24
|
+
'--chotto-contactinfo-attribute-item-input-position': string;
|
25
|
+
/** Ширина input элемента атрибута */
|
26
|
+
'--chotto-contactinfo-attribute-item-input-width': string;
|
27
|
+
/** Высота input элемента атрибута */
|
28
|
+
'--chotto-contactinfo-attribute-item-input-height': string;
|
29
|
+
/** Отображение label элемента атрибута */
|
30
|
+
'--chotto-contactinfo-attribute-item-label-display': string;
|
31
|
+
/** Выравнивание элементов label элемента атрибута по вертикали */
|
32
|
+
'--chotto-contactinfo-attribute-item-label-align-items': string;
|
33
|
+
/** Курсор label элемента атрибута */
|
34
|
+
'--chotto-contactinfo-attribute-item-label-cursor': string;
|
35
|
+
/** Отступы label элемента атрибута */
|
36
|
+
'--chotto-contactinfo-attribute-item-label-margin': string;
|
37
|
+
/** Левый отступ значка текущего чата */
|
38
|
+
'--chotto-contactinfo-attribute-item-current-chat-badge-margin-left': string;
|
39
|
+
/** Размер шрифта значка текущего чата */
|
40
|
+
'--chotto-contactinfo-attribute-item-current-chat-badge-font-size': string;
|
41
|
+
/** Цвет значка текущего чата */
|
42
|
+
'--chotto-contactinfo-attribute-item-current-chat-badge-color': string;
|
43
|
+
/** Отображение кастомного радио */
|
44
|
+
'--chotto-contactinfo-custom-radio-display': string;
|
45
|
+
/** Выравнивание элементов кастомного радио по вертикали */
|
46
|
+
'--chotto-contactinfo-custom-radio-align-items': string;
|
47
|
+
/** Выравнивание содержимого кастомного радио по горизонтали */
|
48
|
+
'--chotto-contactinfo-custom-radio-justify-content': string;
|
49
|
+
/** Ширина кастомного радио */
|
50
|
+
'--chotto-contactinfo-custom-radio-width': string;
|
51
|
+
/** Высота кастомного радио */
|
52
|
+
'--chotto-contactinfo-custom-radio-height': string;
|
53
|
+
/** Граница кастомного радио */
|
54
|
+
'--chotto-contactinfo-custom-radio-border': string;
|
55
|
+
/** Радиус границы кастомного радио */
|
56
|
+
'--chotto-contactinfo-custom-radio-border-radius': string;
|
57
|
+
/** Правый отступ кастомного радио */
|
58
|
+
'--chotto-contactinfo-custom-radio-margin-right': string;
|
59
|
+
/** Сжатие кастомного радио */
|
60
|
+
'--chotto-contactinfo-custom-radio-flex-shrink': string;
|
61
|
+
/** Переход кастомного радио */
|
62
|
+
'--chotto-contactinfo-custom-radio-transition': string;
|
63
|
+
/** Позиционирование внутренней части радио */
|
64
|
+
'--chotto-contactinfo-radio-inner-position': string;
|
65
|
+
/** Ширина внутренней части радио */
|
66
|
+
'--chotto-contactinfo-radio-inner-width': string;
|
67
|
+
/** Высота внутренней части радио */
|
68
|
+
'--chotto-contactinfo-radio-inner-height': string;
|
69
|
+
/** Отображение внутренней части радио */
|
70
|
+
'--chotto-contactinfo-radio-inner-display': string;
|
71
|
+
/** Выравнивание элементов внутренней части радио по вертикали */
|
72
|
+
'--chotto-contactinfo-radio-inner-align-items': string;
|
73
|
+
/** Выравнивание содержимого внутренней части радио по горизонтали */
|
74
|
+
'--chotto-contactinfo-radio-inner-justify-content': string;
|
75
|
+
/** Переход внутренней части радио */
|
76
|
+
'--chotto-contactinfo-radio-inner-transition': string;
|
77
|
+
/** Цвет границы кастомного радио при наведении на label элемента атрибута */
|
78
|
+
'--chotto-contactinfo-attribute-item-label-hover-custom-radio-border-color': string;
|
79
|
+
/** Нижний отступ секции канала */
|
80
|
+
'--chotto-contactinfo-channel-section-margin-bottom': string;
|
81
|
+
/** Отображение метки канала */
|
82
|
+
'--chotto-contactinfo-channel-label-display': string;
|
83
|
+
/** Размер шрифта метки канала */
|
84
|
+
'--chotto-contactinfo-channel-label-font-size': string;
|
85
|
+
/** Цвет метки канала */
|
86
|
+
'--chotto-contactinfo-channel-label-color': string;
|
87
|
+
/** Отступы метки канала */
|
88
|
+
'--chotto-contactinfo-channel-label-margin': string;
|
89
|
+
/** Позиционирование кастомного селекта */
|
90
|
+
'--chotto-contactinfo-custom-select-position': string;
|
91
|
+
/** Ширина кастомного селекта */
|
92
|
+
'--chotto-contactinfo-custom-select-width': string;
|
93
|
+
/** Отображение триггера селекта */
|
94
|
+
'--chotto-contactinfo-select-trigger-display': string;
|
95
|
+
/** Выравнивание элементов триггера селекта по вертикали */
|
96
|
+
'--chotto-contactinfo-select-trigger-align-items': string;
|
97
|
+
/** Отступы триггера селекта */
|
98
|
+
'--chotto-contactinfo-select-trigger-padding': string;
|
99
|
+
/** Граница триггера селекта */
|
100
|
+
'--chotto-contactinfo-select-trigger-border': string;
|
101
|
+
/** Радиус границы триггера селекта */
|
102
|
+
'--chotto-contactinfo-select-trigger-border-radius': string;
|
103
|
+
/** Фон триггера селекта */
|
104
|
+
'--chotto-contactinfo-select-trigger-background': string;
|
105
|
+
/** Курсор триггера селекта */
|
106
|
+
'--chotto-contactinfo-select-trigger-cursor': string;
|
107
|
+
/** Размер шрифта триггера селекта */
|
108
|
+
'--chotto-contactinfo-select-trigger-font-size': string;
|
109
|
+
/** Цвет триггера селекта */
|
110
|
+
'--chotto-contactinfo-select-trigger-color': string;
|
111
|
+
/** Выбор текста триггера селекта */
|
112
|
+
'--chotto-contactinfo-select-trigger-user-select': string;
|
113
|
+
/** Левый отступ триггера селекта */
|
114
|
+
'--chotto-contactinfo-select-trigger-margin-left': string;
|
115
|
+
/** Ширина иконки */
|
116
|
+
'--chotto-contactinfo-icon-width': string;
|
117
|
+
/** Высота иконки */
|
118
|
+
'--chotto-contactinfo-icon-height': string;
|
119
|
+
/** Правый отступ иконки */
|
120
|
+
'--chotto-contactinfo-icon-margin-right': string;
|
121
|
+
/** Отображение иконки */
|
122
|
+
'--chotto-contactinfo-icon-display': string;
|
123
|
+
/** Выравнивание элементов иконки по вертикали */
|
124
|
+
'--chotto-contactinfo-icon-align-items': string;
|
125
|
+
/** Выравнивание содержимого иконки по горизонтали */
|
126
|
+
'--chotto-contactinfo-icon-justify-content': string;
|
127
|
+
/** Ширина SVG иконки */
|
128
|
+
'--chotto-contactinfo-icon-svg-width': string;
|
129
|
+
/** Высота SVG иконки */
|
130
|
+
'--chotto-contactinfo-icon-svg-height': string;
|
131
|
+
/** Левый отступ стрелки */
|
132
|
+
'--chotto-contactinfo-arrow-margin-left': string;
|
133
|
+
/** Переход стрелки */
|
134
|
+
'--chotto-contactinfo-arrow-transition': string;
|
135
|
+
/** Трансформация открытой стрелки */
|
136
|
+
'--chotto-contactinfo-arrow-open-transform': string;
|
137
|
+
/** Позиционирование опций селекта */
|
138
|
+
'--chotto-contactinfo-select-options-position': string;
|
139
|
+
/** Верхняя позиция опций селекта */
|
140
|
+
'--chotto-contactinfo-select-options-top': string;
|
141
|
+
/** Левая позиция опций селекта */
|
142
|
+
'--chotto-contactinfo-select-options-left': string;
|
143
|
+
/** Правая позиция опций селекта */
|
144
|
+
'--chotto-contactinfo-select-options-right': string;
|
145
|
+
/** Фон опций селекта */
|
146
|
+
'--chotto-contactinfo-select-options-background': string;
|
147
|
+
/** Граница опций селекта */
|
148
|
+
'--chotto-contactinfo-select-options-border': string;
|
149
|
+
/** Верхняя граница опций селекта */
|
150
|
+
'--chotto-contactinfo-select-options-border-top': string;
|
151
|
+
/** Радиус границы опций селекта */
|
152
|
+
'--chotto-contactinfo-select-options-border-radius': string;
|
153
|
+
/** Максимальная высота опций селекта */
|
154
|
+
'--chotto-contactinfo-select-options-max-height': string;
|
155
|
+
/** Вертикальная прокрутка опций селекта */
|
156
|
+
'--chotto-contactinfo-select-options-overflow-y': string;
|
157
|
+
/** Z-index опций селекта */
|
158
|
+
'--chotto-contactinfo-select-options-z-index': string;
|
159
|
+
/** Тень опций селекта */
|
160
|
+
'--chotto-contactinfo-select-options-box-shadow': string;
|
161
|
+
/** Отображение опции селекта */
|
162
|
+
'--chotto-contactinfo-select-option-display': string;
|
163
|
+
/** Выравнивание элементов опции селекта по вертикали */
|
164
|
+
'--chotto-contactinfo-select-option-align-items': string;
|
165
|
+
/** Отступы опции селекта */
|
166
|
+
'--chotto-contactinfo-select-option-padding': string;
|
167
|
+
/** Курсор опции селекта */
|
168
|
+
'--chotto-contactinfo-select-option-cursor': string;
|
169
|
+
/** Размер шрифта опции селекта */
|
170
|
+
'--chotto-contactinfo-select-option-font-size': string;
|
171
|
+
/** Цвет опции селекта */
|
172
|
+
'--chotto-contactinfo-select-option-color': string;
|
173
|
+
/** Выбор текста опции селекта */
|
174
|
+
'--chotto-contactinfo-select-option-user-select': string;
|
175
|
+
/** Цвет фона опции селекта при наведении */
|
176
|
+
'--chotto-contactinfo-select-option-hover-background-color': string;
|
177
|
+
/** Ширина разделителя */
|
178
|
+
'--chotto-contactinfo-divider-width': string;
|
179
|
+
/** Высота разделителя */
|
180
|
+
'--chotto-contactinfo-divider-height': string;
|
181
|
+
/** Цвет фона разделителя */
|
182
|
+
'--chotto-contactinfo-divider-background-color': string;
|
183
|
+
/** Нижний отступ разделителя */
|
184
|
+
'--chotto-contactinfo-divider-margin-bottom': string;
|
185
|
+
/** Левый отступ разделителя */
|
186
|
+
'--chotto-contactinfo-divider-margin-left': string;
|
187
|
+
/** Отображение кнопки */
|
188
|
+
'--chotto-contactinfo-button-display': string;
|
189
|
+
/** Выравнивание элементов кнопки по вертикали */
|
190
|
+
'--chotto-contactinfo-button-align-items': string;
|
191
|
+
/** Отступ между элементами кнопки */
|
192
|
+
'--chotto-contactinfo-button-gap': string;
|
193
|
+
/** Отступы кнопки */
|
194
|
+
'--chotto-contactinfo-button-padding': string;
|
195
|
+
/** Ширина кнопки */
|
196
|
+
'--chotto-contactinfo-button-width': string;
|
197
|
+
/** Граница кнопки */
|
198
|
+
'--chotto-contactinfo-button-border': string;
|
199
|
+
/** Фон кнопки */
|
200
|
+
'--chotto-contactinfo-button-background': string;
|
201
|
+
/** Курсор кнопки */
|
202
|
+
'--chotto-contactinfo-button-cursor': string;
|
203
|
+
/** Цвет кнопки */
|
204
|
+
'--chotto-contactinfo-button-color': string;
|
205
|
+
/** Размер шрифта кнопки */
|
206
|
+
'--chotto-contactinfo-button-font-size': string;
|
207
|
+
/** Выравнивание текста кнопки */
|
208
|
+
'--chotto-contactinfo-button-text-align': string;
|
209
|
+
/** Радиус границы кнопки */
|
210
|
+
'--chotto-contactinfo-button-border-radius': string;
|
211
|
+
/** Переход кнопки */
|
212
|
+
'--chotto-contactinfo-button-transition': string;
|
213
|
+
/** Цвет фона кнопки при наведении */
|
214
|
+
'--chotto-contactinfo-button-hover-background-color': string;
|
215
|
+
/** Ширина SVG/изображения кнопки */
|
216
|
+
'--chotto-contactinfo-button-svg-img-width': string;
|
217
|
+
/** Высота SVG/изображения кнопки */
|
218
|
+
'--chotto-contactinfo-button-svg-img-height': string;
|
219
|
+
}
|
@@ -0,0 +1,59 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента ContextMenu
|
3
|
+
*/
|
4
|
+
export interface ContextMenuThemeCSSVariables {
|
5
|
+
/** Отображение контейнера контекстного меню */
|
6
|
+
'--chotto-contextmenu-container-display': string;
|
7
|
+
/** Жирность шрифта контейнера контекстного меню */
|
8
|
+
'--chotto-contextmenu-container-font-weight': string;
|
9
|
+
/** Цвет контейнера контекстного меню */
|
10
|
+
'--chotto-contextmenu-container-color': string;
|
11
|
+
/** Семейство шрифтов контейнера контекстного меню */
|
12
|
+
'--chotto-contextmenu-container-font-family': string;
|
13
|
+
/** Z-index контейнера контекстного меню */
|
14
|
+
'--chotto-contextmenu-container-z-index': string;
|
15
|
+
/** Позиционирование контейнера контекстного меню */
|
16
|
+
'--chotto-contextmenu-container-position': string;
|
17
|
+
/** Ширина контейнера контекстного меню */
|
18
|
+
'--chotto-contextmenu-container-width': string;
|
19
|
+
/** Тень контейнера контекстного меню */
|
20
|
+
'--chotto-contextmenu-container-box-shadow': string;
|
21
|
+
/** Радиус границы контейнера контекстного меню */
|
22
|
+
'--chotto-contextmenu-container-border-radius': string;
|
23
|
+
/** Размер шрифта контейнера контекстного меню */
|
24
|
+
'--chotto-contextmenu-container-font-size': string;
|
25
|
+
/** Цвет фона контейнера контекстного меню */
|
26
|
+
'--chotto-contextmenu-container-background-color': string;
|
27
|
+
/** Отступы списка контекстного меню */
|
28
|
+
'--chotto-contextmenu-list-padding': string;
|
29
|
+
/** Отступы списка контекстного меню */
|
30
|
+
'--chotto-contextmenu-list-margin': string;
|
31
|
+
/** Отображение списка контекстного меню */
|
32
|
+
'--chotto-contextmenu-list-display': string;
|
33
|
+
/** Направление флекс-контейнера списка контекстного меню */
|
34
|
+
'--chotto-contextmenu-list-flex-direction': string;
|
35
|
+
/** Выравнивание по поперечной оси списка контекстного меню */
|
36
|
+
'--chotto-contextmenu-list-align-items': string;
|
37
|
+
/** Промежуток между строками списка контекстного меню */
|
38
|
+
'--chotto-contextmenu-list-row-gap': string;
|
39
|
+
/** Отступ слева списка контекстного меню */
|
40
|
+
'--chotto-contextmenu-list-padding-left': string;
|
41
|
+
/** Минимальная ширина списка контекстного меню */
|
42
|
+
'--chotto-contextmenu-list-min-width': string;
|
43
|
+
/** Отображение элемента контекстного меню */
|
44
|
+
'--chotto-contextmenu-item-display': string;
|
45
|
+
/** Выравнивание по главной оси элемента контекстного меню */
|
46
|
+
'--chotto-contextmenu-item-justify-content': string;
|
47
|
+
/** Выравнивание по поперечной оси элемента контекстного меню */
|
48
|
+
'--chotto-contextmenu-item-align-items': string;
|
49
|
+
/** Курсор элемента контекстного меню */
|
50
|
+
'--chotto-contextmenu-item-cursor': string;
|
51
|
+
/** Отступы элемента контекстного меню */
|
52
|
+
'--chotto-contextmenu-item-padding': string;
|
53
|
+
/** Ширина элемента контекстного меню */
|
54
|
+
'--chotto-contextmenu-item-width': string;
|
55
|
+
/** Цвет фона элемента контекстного меню при наведении */
|
56
|
+
'--chotto-contextmenu-item-hover-background-color': string;
|
57
|
+
/** Граница снизу элемента контекстного меню (не последний) */
|
58
|
+
'--chotto-contextmenu-item-not-last-child-border-bottom': string;
|
59
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента FeedKeyboard
|
3
|
+
*/
|
4
|
+
export interface FeedKeyboardThemeCSSVariables {
|
5
|
+
/** Отображение контейнера клавиатуры ленты */
|
6
|
+
'--chotto-feedkeyboard-container-display': string;
|
7
|
+
/** Отступ сверху контейнера клавиатуры ленты */
|
8
|
+
'--chotto-feedkeyboard-container-margin-top': string;
|
9
|
+
/** Отступ снизу контейнера клавиатуры ленты */
|
10
|
+
'--chotto-feedkeyboard-container-margin-bottom': string;
|
11
|
+
/** Перенос элементов контейнера клавиатуры ленты */
|
12
|
+
'--chotto-feedkeyboard-container-flex-wrap': string;
|
13
|
+
/** Максимальная ширина контейнера клавиатуры ленты */
|
14
|
+
'--chotto-feedkeyboard-container-max-width': string;
|
15
|
+
/** Промежуток между элементами контейнера клавиатуры ленты */
|
16
|
+
'--chotto-feedkeyboard-container-gap': string;
|
17
|
+
/** Выравнивание по главной оси контейнера клавиатуры ленты (слева) */
|
18
|
+
'--chotto-feedkeyboard-container-left-justify-content': string;
|
19
|
+
/** Отступ слева контейнера клавиатуры ленты (слева) */
|
20
|
+
'--chotto-feedkeyboard-container-left-margin-left': string;
|
21
|
+
/** Отступ справа контейнера клавиатуры ленты (слева) */
|
22
|
+
'--chotto-feedkeyboard-container-left-margin-right': string;
|
23
|
+
/** Выравнивание по главной оси контейнера клавиатуры ленты (по центру) */
|
24
|
+
'--chotto-feedkeyboard-container-center-justify-content': string;
|
25
|
+
/** Отступ слева контейнера клавиатуры ленты (по центру) */
|
26
|
+
'--chotto-feedkeyboard-container-center-margin-left': string;
|
27
|
+
/** Отступ справа контейнера клавиатуры ленты (по центру) */
|
28
|
+
'--chotto-feedkeyboard-container-center-margin-right': string;
|
29
|
+
/** Выравнивание по главной оси контейнера клавиатуры ленты (справа) */
|
30
|
+
'--chotto-feedkeyboard-container-right-justify-content': string;
|
31
|
+
/** Отступ слева контейнера клавиатуры ленты (справа) */
|
32
|
+
'--chotto-feedkeyboard-container-right-margin-left': string;
|
33
|
+
/** Отступ справа контейнера клавиатуры ленты (справа) */
|
34
|
+
'--chotto-feedkeyboard-container-right-margin-right': string;
|
35
|
+
/** Фон кнопки клавиатуры ленты */
|
36
|
+
'--chotto-feedkeyboard-button-background': string;
|
37
|
+
/** Перенос слов кнопки клавиатуры ленты */
|
38
|
+
'--chotto-feedkeyboard-button-word-wrap': string;
|
39
|
+
/** Максимальная ширина кнопки клавиатуры ленты */
|
40
|
+
'--chotto-feedkeyboard-button-max-width': string;
|
41
|
+
/** Курсор кнопки клавиатуры ленты */
|
42
|
+
'--chotto-feedkeyboard-button-cursor': string;
|
43
|
+
/** Отступы кнопки клавиатуры ленты */
|
44
|
+
'--chotto-feedkeyboard-button-padding': string;
|
45
|
+
/** Граница кнопки клавиатуры ленты */
|
46
|
+
'--chotto-feedkeyboard-button-border': string;
|
47
|
+
/** Радиус границы кнопки клавиатуры ленты */
|
48
|
+
'--chotto-feedkeyboard-button-border-radius': string;
|
49
|
+
/** Размер шрифта текста кнопки клавиатуры ленты */
|
50
|
+
'--chotto-feedkeyboard-button-text-font-size': string;
|
51
|
+
/** Отступы текста кнопки клавиатуры ленты */
|
52
|
+
'--chotto-feedkeyboard-button-text-margin': string;
|
53
|
+
/** Жирность шрифта текста кнопки клавиатуры ленты */
|
54
|
+
'--chotto-feedkeyboard-button-text-font-weight': string;
|
55
|
+
}
|
@@ -0,0 +1,141 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента FilePreview
|
3
|
+
*/
|
4
|
+
export interface FilePreviewThemeCSSVariables {
|
5
|
+
/** Позиционирование контейнера предпросмотра файла */
|
6
|
+
'--chotto-filepreview-container-position': string;
|
7
|
+
/** Отображение контейнера предпросмотра файла */
|
8
|
+
'--chotto-filepreview-container-display': string;
|
9
|
+
/** Граница контейнера предпросмотра файла */
|
10
|
+
'--chotto-filepreview-container-border': string;
|
11
|
+
/** Максимальная ширина изображения/видео */
|
12
|
+
'--chotto-filepreview-image-max-width': string;
|
13
|
+
/** Максимальная высота изображения/видео */
|
14
|
+
'--chotto-filepreview-image-max-height': string;
|
15
|
+
/** Высота модального окна */
|
16
|
+
'--chotto-filepreview-modal-height': string;
|
17
|
+
/** Подгонка объекта модального окна */
|
18
|
+
'--chotto-filepreview-modal-object-fit': string;
|
19
|
+
/** Радиус границы модального окна */
|
20
|
+
'--chotto-filepreview-modal-border-radius': string;
|
21
|
+
/** Максимальная высота модального окна */
|
22
|
+
'--chotto-filepreview-modal-max-height': string;
|
23
|
+
/** Максимальная ширина модального окна */
|
24
|
+
'--chotto-filepreview-modal-max-width': string;
|
25
|
+
/** Отображение тени */
|
26
|
+
'--chotto-filepreview-shadow-display': string;
|
27
|
+
/** Отображение тени при наведении */
|
28
|
+
'--chotto-filepreview-shadow-hover-display': string;
|
29
|
+
/** Курсор тени при наведении */
|
30
|
+
'--chotto-filepreview-shadow-hover-cursor': string;
|
31
|
+
/** Позиционирование тени при наведении */
|
32
|
+
'--chotto-filepreview-shadow-hover-position': string;
|
33
|
+
/** Позиция тени сверху при наведении */
|
34
|
+
'--chotto-filepreview-shadow-hover-top': string;
|
35
|
+
/** Позиция тени слева при наведении */
|
36
|
+
'--chotto-filepreview-shadow-hover-left': string;
|
37
|
+
/** Трансформация тени при наведении */
|
38
|
+
'--chotto-filepreview-shadow-hover-transform': string;
|
39
|
+
/** Ширина тени при наведении */
|
40
|
+
'--chotto-filepreview-shadow-hover-width': string;
|
41
|
+
/** Высота тени при наведении */
|
42
|
+
'--chotto-filepreview-shadow-hover-height': string;
|
43
|
+
/** Фон тени при наведении */
|
44
|
+
'--chotto-filepreview-shadow-hover-background': string;
|
45
|
+
/** Прозрачность тени при наведении */
|
46
|
+
'--chotto-filepreview-shadow-hover-opacity': string;
|
47
|
+
/** Позиция span тени сверху при наведении */
|
48
|
+
'--chotto-filepreview-shadow-hover-span-top': string;
|
49
|
+
/** Позиция span тени слева при наведении */
|
50
|
+
'--chotto-filepreview-shadow-hover-span-left': string;
|
51
|
+
/** Трансформация span тени при наведении */
|
52
|
+
'--chotto-filepreview-shadow-hover-span-transform': string;
|
53
|
+
/** Позиционирование span тени при наведении */
|
54
|
+
'--chotto-filepreview-shadow-hover-span-position': string;
|
55
|
+
/** Цвет span тени при наведении */
|
56
|
+
'--chotto-filepreview-shadow-hover-span-color': string;
|
57
|
+
/** Граница элемента управления аудио */
|
58
|
+
'--chotto-filepreview-audio-control-border': string;
|
59
|
+
/** Курсор элемента управления аудио */
|
60
|
+
'--chotto-filepreview-audio-control-cursor': string;
|
61
|
+
/** Позиционирование элемента управления аудио */
|
62
|
+
'--chotto-filepreview-audio-control-position': string;
|
63
|
+
/** Grid row элемента управления аудио */
|
64
|
+
'--chotto-filepreview-audio-control-grid-row': string;
|
65
|
+
/** Ширина элемента управления аудио */
|
66
|
+
'--chotto-filepreview-audio-control-width': string;
|
67
|
+
/** Высота элемента управления аудио */
|
68
|
+
'--chotto-filepreview-audio-control-height': string;
|
69
|
+
/** Радиус границы элемента управления аудио */
|
70
|
+
'--chotto-filepreview-audio-control-border-radius': string;
|
71
|
+
/** Цвет фона элемента управления аудио */
|
72
|
+
'--chotto-filepreview-audio-control-background-color': string;
|
73
|
+
/** Отображение span элемента управления аудио */
|
74
|
+
'--chotto-filepreview-audio-control-span-display': string;
|
75
|
+
/** Позиционирование span элемента управления аудио */
|
76
|
+
'--chotto-filepreview-audio-control-span-position': string;
|
77
|
+
/** Позиция span элемента управления аудио сверху */
|
78
|
+
'--chotto-filepreview-audio-control-span-top': string;
|
79
|
+
/** Позиция span элемента управления аудио слева */
|
80
|
+
'--chotto-filepreview-audio-control-span-left': string;
|
81
|
+
/** Трансформация span элемента управления аудио */
|
82
|
+
'--chotto-filepreview-audio-control-span-transform': string;
|
83
|
+
/** Размер шрифта span элемента управления аудио */
|
84
|
+
'--chotto-filepreview-audio-control-span-font-size': string;
|
85
|
+
/** Цвет span элемента управления аудио */
|
86
|
+
'--chotto-filepreview-audio-control-span-color': string;
|
87
|
+
/** Максимальная ширина блока */
|
88
|
+
'--chotto-filepreview-block-max-width': string;
|
89
|
+
/** Максимальная высота блока */
|
90
|
+
'--chotto-filepreview-block-max-height': string;
|
91
|
+
/** Минимальная ширина блока */
|
92
|
+
'--chotto-filepreview-block-min-width': string;
|
93
|
+
/** Минимальная высота блока */
|
94
|
+
'--chotto-filepreview-block-min-height': string;
|
95
|
+
/** Отступы блока */
|
96
|
+
'--chotto-filepreview-block-margin': string;
|
97
|
+
/** Переполнение блока */
|
98
|
+
'--chotto-filepreview-block-overflow': string;
|
99
|
+
/** Радиус границы блока */
|
100
|
+
'--chotto-filepreview-block-border-radius': string;
|
101
|
+
/** Отображение блока */
|
102
|
+
'--chotto-filepreview-block-display': string;
|
103
|
+
/** Выравнивание по поперечной оси блока */
|
104
|
+
'--chotto-filepreview-block-align-items': string;
|
105
|
+
/** Выравнивание по главной оси блока */
|
106
|
+
'--chotto-filepreview-block-justify-content': string;
|
107
|
+
/** Отступ слева информации */
|
108
|
+
'--chotto-filepreview-information-margin-left': string;
|
109
|
+
/** Отображение информации */
|
110
|
+
'--chotto-filepreview-information-display': string;
|
111
|
+
/** Отображение span информации */
|
112
|
+
'--chotto-filepreview-information-span-display': string;
|
113
|
+
/** Размер шрифта span информации */
|
114
|
+
'--chotto-filepreview-information-span-font-size': string;
|
115
|
+
/** Выравнивание по поперечной оси имени */
|
116
|
+
'--chotto-filepreview-name-align-items': string;
|
117
|
+
/** Переполнение имени */
|
118
|
+
'--chotto-filepreview-name-overflow': string;
|
119
|
+
/** Перенос строк имени */
|
120
|
+
'--chotto-filepreview-name-white-space': string;
|
121
|
+
/** Перенос слов имени */
|
122
|
+
'--chotto-filepreview-name-word-break': string;
|
123
|
+
/** Обрезка текста имени */
|
124
|
+
'--chotto-filepreview-name-text-overflow': string;
|
125
|
+
/** Отображение кнопки сброса */
|
126
|
+
'--chotto-filepreview-reset-display': string;
|
127
|
+
/** Отступ справа кнопки сброса */
|
128
|
+
'--chotto-filepreview-reset-margin-right': string;
|
129
|
+
/** Размер шрифта кнопки сброса */
|
130
|
+
'--chotto-filepreview-reset-font-size': string;
|
131
|
+
/** Отступы span кнопки сброса */
|
132
|
+
'--chotto-filepreview-reset-span-margin': string;
|
133
|
+
/** Курсор кнопки сброса при наведении */
|
134
|
+
'--chotto-filepreview-reset-hover-cursor': string;
|
135
|
+
/** Отображение блока управления */
|
136
|
+
'--chotto-filepreview-control-block-display': string;
|
137
|
+
/** Выравнивание по главной оси блока управления */
|
138
|
+
'--chotto-filepreview-control-block-justify-content': string;
|
139
|
+
/** Гибкость блока управления */
|
140
|
+
'--chotto-filepreview-control-block-flex': string;
|
141
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента FileUploader
|
3
|
+
*/
|
4
|
+
export interface FileUploaderThemeCSSVariables {
|
5
|
+
/** Отступы триггера загрузки файла */
|
6
|
+
'--chotto-fileuploader-trigger-padding': string;
|
7
|
+
/** Отображение триггера загрузки файла */
|
8
|
+
'--chotto-fileuploader-trigger-display': string;
|
9
|
+
/** Курсор триггера загрузки файла */
|
10
|
+
'--chotto-fileuploader-trigger-cursor': string;
|
11
|
+
/** Размер шрифта триггера загрузки файла */
|
12
|
+
'--chotto-fileuploader-trigger-font-size': string;
|
13
|
+
/** Цвет триггера загрузки файла */
|
14
|
+
'--chotto-fileuploader-trigger-color': string;
|
15
|
+
/** Цвет триггера загрузки файла при наведении */
|
16
|
+
'--chotto-fileuploader-trigger-hover-color': string;
|
17
|
+
/** Цвет отключенного триггера загрузки файла */
|
18
|
+
'--chotto-fileuploader-disabled-color': string;
|
19
|
+
/** Курсор отключенного триггера загрузки файла */
|
20
|
+
'--chotto-fileuploader-disabled-cursor': string;
|
21
|
+
/** События указателя для отключенного триггера загрузки файла */
|
22
|
+
'--chotto-fileuploader-disabled-pointer-events': string;
|
23
|
+
}
|
@@ -0,0 +1,99 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента ThemeMode
|
3
|
+
*/
|
4
|
+
export interface ThemeModeThemeCSSVariables {
|
5
|
+
/** Отступы кнопки переключения темы */
|
6
|
+
'--chotto-thememode-button-margin': string;
|
7
|
+
/** Позиционирование переключателя */
|
8
|
+
'--chotto-thememode-switch-position': string;
|
9
|
+
/** Отображение переключателя */
|
10
|
+
'--chotto-thememode-switch-display': string;
|
11
|
+
/** Размеры переключателя */
|
12
|
+
'--chotto-thememode-switch-box-sizing': string;
|
13
|
+
/** Ширина переключателя */
|
14
|
+
'--chotto-thememode-switch-width': string;
|
15
|
+
/** Высота переключателя */
|
16
|
+
'--chotto-thememode-switch-height': string;
|
17
|
+
/** Граница переключателя */
|
18
|
+
'--chotto-thememode-switch-border': string;
|
19
|
+
/** Радиус границы переключателя */
|
20
|
+
'--chotto-thememode-switch-border-radius': string;
|
21
|
+
/** Фон переключателя */
|
22
|
+
'--chotto-thememode-switch-background': string;
|
23
|
+
/** Переход переключателя */
|
24
|
+
'--chotto-thememode-switch-transition': string;
|
25
|
+
/** Курсор переключателя */
|
26
|
+
'--chotto-thememode-switch-cursor': string;
|
27
|
+
/** Позиционирование span внутри переключателя */
|
28
|
+
'--chotto-thememode-switch-span-position': string;
|
29
|
+
/** Верхняя позиция span внутри переключателя */
|
30
|
+
'--chotto-thememode-switch-span-top': string;
|
31
|
+
/** Нижняя позиция span внутри переключателя */
|
32
|
+
'--chotto-thememode-switch-span-bottom': string;
|
33
|
+
/** Отступы span внутри переключателя */
|
34
|
+
'--chotto-thememode-switch-span-margin': string;
|
35
|
+
/** Отображение span внутри переключателя */
|
36
|
+
'--chotto-thememode-switch-span-display': string;
|
37
|
+
/** Выравнивание содержимого span внутри переключателя по горизонтали */
|
38
|
+
'--chotto-thememode-switch-span-justify-content': string;
|
39
|
+
/** Выравнивание содержимого span внутри переключателя по вертикали */
|
40
|
+
'--chotto-thememode-switch-span-align-items': string;
|
41
|
+
/** Цвет фона иконки солнца */
|
42
|
+
'--chotto-thememode-switch-sun-background-color': string;
|
43
|
+
/** Цвет иконки солнца */
|
44
|
+
'--chotto-thememode-switch-sun-color': string;
|
45
|
+
/** Левая позиция иконки солнца */
|
46
|
+
'--chotto-thememode-switch-sun-left': string;
|
47
|
+
/** Ширина иконки солнца */
|
48
|
+
'--chotto-thememode-switch-sun-width': string;
|
49
|
+
/** Высота иконки солнца */
|
50
|
+
'--chotto-thememode-switch-sun-height': string;
|
51
|
+
/** Радиус границы иконки солнца */
|
52
|
+
'--chotto-thememode-switch-sun-border-radius': string;
|
53
|
+
/** Переход иконки солнца */
|
54
|
+
'--chotto-thememode-switch-sun-transition': string;
|
55
|
+
/** Непрозрачность иконки луны */
|
56
|
+
'--chotto-thememode-switch-moon-opacity': string;
|
57
|
+
/** Цвет фона иконки луны */
|
58
|
+
'--chotto-thememode-switch-moon-background-color': string;
|
59
|
+
/** Цвет иконки луны */
|
60
|
+
'--chotto-thememode-switch-moon-color': string;
|
61
|
+
/** Ширина иконки луны */
|
62
|
+
'--chotto-thememode-switch-moon-width': string;
|
63
|
+
/** Высота иконки луны */
|
64
|
+
'--chotto-thememode-switch-moon-height': string;
|
65
|
+
/** Радиус границы иконки луны */
|
66
|
+
'--chotto-thememode-switch-moon-border-radius': string;
|
67
|
+
/** Переход иконки луны */
|
68
|
+
'--chotto-thememode-switch-moon-transition': string;
|
69
|
+
/** Отображение скрытого input */
|
70
|
+
'--chotto-thememode-input-display': string;
|
71
|
+
/** Ширина скрытого input */
|
72
|
+
'--chotto-thememode-input-width': string;
|
73
|
+
/** Высота скрытого input */
|
74
|
+
'--chotto-thememode-input-height': string;
|
75
|
+
/** Позиционирование скрытого input */
|
76
|
+
'--chotto-thememode-input-position': string;
|
77
|
+
/** Z-index скрытого input */
|
78
|
+
'--chotto-thememode-input-z-index': string;
|
79
|
+
/** Непрозрачность скрытого input */
|
80
|
+
'--chotto-thememode-input-opacity': string;
|
81
|
+
/** Фон переключателя в активном состоянии */
|
82
|
+
'--chotto-thememode-switch-checked-background': string;
|
83
|
+
/** Переход переключателя в активном состоянии */
|
84
|
+
'--chotto-thememode-switch-checked-transition': string;
|
85
|
+
/** Трансформация иконки солнца в активном состоянии */
|
86
|
+
'--chotto-thememode-switch-sun-checked-transform': string;
|
87
|
+
/** Непрозрачность иконки солнца в активном состоянии */
|
88
|
+
'--chotto-thememode-switch-sun-checked-opacity': string;
|
89
|
+
/** Переход иконки солнца в активном состоянии */
|
90
|
+
'--chotto-thememode-switch-sun-checked-transition': string;
|
91
|
+
/** Трансформация иконки луны в активном состоянии */
|
92
|
+
'--chotto-thememode-switch-moon-checked-transform': string;
|
93
|
+
/** Непрозрачность иконки луны в активном состоянии */
|
94
|
+
'--chotto-thememode-switch-moon-checked-opacity': string;
|
95
|
+
/** Переход иконки луны в активном состоянии */
|
96
|
+
'--chotto-thememode-switch-moon-checked-transition': string;
|
97
|
+
/** Ширина выбора */
|
98
|
+
'--chotto-thememode-select-width': string;
|
99
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента VideoRecorder
|
3
|
+
*/
|
4
|
+
export interface VideoRecorderThemeCSSVariables {
|
5
|
+
/** Позиционирование контейнера */
|
6
|
+
'--chotto-videorecorder-container-position': string;
|
7
|
+
/** Отображение контейнера */
|
8
|
+
'--chotto-videorecorder-container-display': string;
|
9
|
+
/** Выравнивание элементов контейнера по вертикали */
|
10
|
+
'--chotto-videorecorder-container-align-items': string;
|
11
|
+
/** Цвет фона контейнера */
|
12
|
+
'--chotto-videorecorder-container-background-color': string;
|
13
|
+
/** Высота контейнера */
|
14
|
+
'--chotto-videorecorder-container-height': string;
|
15
|
+
/** Цвет фона кнопки */
|
16
|
+
'--chotto-videorecorder-button-background-color': string;
|
17
|
+
/** Граница кнопки */
|
18
|
+
'--chotto-videorecorder-button-border': string;
|
19
|
+
/** Отображение span внутри кнопки */
|
20
|
+
'--chotto-videorecorder-button-span-display': string;
|
21
|
+
/** Курсор span внутри кнопки */
|
22
|
+
'--chotto-videorecorder-button-span-cursor': string;
|
23
|
+
/** Отступы span внутри кнопки */
|
24
|
+
'--chotto-videorecorder-button-span-padding': string;
|
25
|
+
/** Размер шрифта span внутри кнопки */
|
26
|
+
'--chotto-videorecorder-button-span-font-size': string;
|
27
|
+
/** Цвет span внутри кнопки */
|
28
|
+
'--chotto-videorecorder-button-span-color': string;
|
29
|
+
/** Цвет span внутри кнопки при наведении */
|
30
|
+
'--chotto-videorecorder-button-hover-span-color': string;
|
31
|
+
/** События указателя для отключенной кнопки */
|
32
|
+
'--chotto-videorecorder-button-disabled-pointer-events': string;
|
33
|
+
/** Курсор span внутри отключенной кнопки */
|
34
|
+
'--chotto-videorecorder-button-disabled-span-cursor': string;
|
35
|
+
/** Цвет span внутри отключенной кнопки */
|
36
|
+
'--chotto-videorecorder-button-disabled-span-color': string;
|
37
|
+
}
|