@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,119 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента Feed
|
3
|
+
*/
|
4
|
+
export interface FeedThemeCSSVariables {
|
5
|
+
/** Высота ленты сообщений */
|
6
|
+
'--chotto-feed-height': string;
|
7
|
+
/** Максимальная высота ленты сообщений */
|
8
|
+
'--chotto-feed-max-height': string;
|
9
|
+
/** Отображение ленты сообщений */
|
10
|
+
'--chotto-feed-display': string;
|
11
|
+
/** Направление флекс-контейнера ленты сообщений */
|
12
|
+
'--chotto-feed-flex-direction': string;
|
13
|
+
/** Переполнение по вертикали ленты сообщений */
|
14
|
+
'--chotto-feed-overflow-y': string;
|
15
|
+
/** Переполнение по горизонтали ленты сообщений */
|
16
|
+
'--chotto-feed-overflow-x': string;
|
17
|
+
/** Поведение прокрутки ленты сообщений */
|
18
|
+
'--chotto-feed-scroll-behavior': string;
|
19
|
+
/** Отступы ленты сообщений */
|
20
|
+
'--chotto-feed-padding': string;
|
21
|
+
/** Позиционирование ленты сообщений */
|
22
|
+
'--chotto-feed-position': string;
|
23
|
+
/** Позиционирование сообщения */
|
24
|
+
'--chotto-feed-message-position': string;
|
25
|
+
/** Переход сообщения */
|
26
|
+
'--chotto-feed-message-transition': string;
|
27
|
+
/** Позиционирование кнопки прокрутки вниз */
|
28
|
+
'--chotto-feed-button-down-position': string;
|
29
|
+
/** Z-index кнопки прокрутки вниз */
|
30
|
+
'--chotto-feed-button-down-z-index': string;
|
31
|
+
/** Позиция кнопки прокрутки вниз снизу */
|
32
|
+
'--chotto-feed-button-down-bottom': string;
|
33
|
+
/** Отступ слева кнопки прокрутки вниз */
|
34
|
+
'--chotto-feed-button-down-margin-left': string;
|
35
|
+
/** Граница кнопки прокрутки вниз */
|
36
|
+
'--chotto-feed-button-down-border': string;
|
37
|
+
/** Минимальная ширина кнопки прокрутки вниз */
|
38
|
+
'--chotto-feed-button-down-min-width': string;
|
39
|
+
/** Минимальная высота кнопки прокрутки вниз */
|
40
|
+
'--chotto-feed-button-down-min-height': string;
|
41
|
+
/** Радиус границы кнопки прокрутки вниз */
|
42
|
+
'--chotto-feed-button-down-border-radius': string;
|
43
|
+
/** Отображение кнопки прокрутки вниз */
|
44
|
+
'--chotto-feed-button-down-display': string;
|
45
|
+
/** Выравнивание по главной оси кнопки прокрутки вниз */
|
46
|
+
'--chotto-feed-button-down-justify-content': string;
|
47
|
+
/** Выравнивание по поперечной оси кнопки прокрутки вниз */
|
48
|
+
'--chotto-feed-button-down-align-items': string;
|
49
|
+
/** Курсор кнопки прокрутки вниз */
|
50
|
+
'--chotto-feed-button-down-cursor': string;
|
51
|
+
/** Цвет фона кнопки прокрутки вниз */
|
52
|
+
'--chotto-feed-button-down-background-color': string;
|
53
|
+
/** Позиционирование клавиатуры */
|
54
|
+
'--chotto-feed-keyboard-position': string;
|
55
|
+
/** Позиция клавиатуры снизу */
|
56
|
+
'--chotto-feed-keyboard-bottom': string;
|
57
|
+
/** Максимальная ширина клавиатуры */
|
58
|
+
'--chotto-feed-keyboard-max-width': string;
|
59
|
+
/** Ширина клавиатуры */
|
60
|
+
'--chotto-feed-keyboard-width': string;
|
61
|
+
/** Размер шрифта иконки прокрутки вниз */
|
62
|
+
'--chotto-feed-icon-down-font-size': string;
|
63
|
+
/** Цвет иконки прокрутки вниз */
|
64
|
+
'--chotto-feed-icon-down-color': string;
|
65
|
+
/** Позиционирование счетчика непрочитанных */
|
66
|
+
'--chotto-feed-unread-amount-position': string;
|
67
|
+
/** Позиция счетчика непрочитанных сверху */
|
68
|
+
'--chotto-feed-unread-amount-top': string;
|
69
|
+
/** Позиция счетчика непрочитанных слева */
|
70
|
+
'--chotto-feed-unread-amount-left': string;
|
71
|
+
/** Позиция счетчика непрочитанных справа */
|
72
|
+
'--chotto-feed-unread-amount-right': string;
|
73
|
+
/** Отступы счетчика непрочитанных */
|
74
|
+
'--chotto-feed-unread-amount-margin': string;
|
75
|
+
/** Отображение счетчика непрочитанных */
|
76
|
+
'--chotto-feed-unread-amount-display': string;
|
77
|
+
/** Выравнивание по главной оси счетчика непрочитанных */
|
78
|
+
'--chotto-feed-unread-amount-justify-content': string;
|
79
|
+
/** Выравнивание по поперечной оси счетчика непрочитанных */
|
80
|
+
'--chotto-feed-unread-amount-align-items': string;
|
81
|
+
/** Размер шрифта счетчика непрочитанных */
|
82
|
+
'--chotto-feed-unread-amount-font-size': string;
|
83
|
+
/** Ширина счетчика непрочитанных */
|
84
|
+
'--chotto-feed-unread-amount-width': string;
|
85
|
+
/** Высота счетчика непрочитанных */
|
86
|
+
'--chotto-feed-unread-amount-height': string;
|
87
|
+
/** Цвет счетчика непрочитанных */
|
88
|
+
'--chotto-feed-unread-amount-color': string;
|
89
|
+
/** Цвет фона счетчика непрочитанных */
|
90
|
+
'--chotto-feed-unread-amount-background-color': string;
|
91
|
+
/** Радиус границы счетчика непрочитанных */
|
92
|
+
'--chotto-feed-unread-amount-border-radius': string;
|
93
|
+
/** Ширина скроллбара */
|
94
|
+
'--chotto-feed-scrollbar-width': string;
|
95
|
+
/** Цвет фона скроллбара */
|
96
|
+
'--chotto-feed-scrollbar-background-color': string;
|
97
|
+
/** Альтернативный ключ для цвета фона скроллбара (исп. в scss) */
|
98
|
+
'--chotto-feed-scrollbar-bg': string;
|
99
|
+
/** Радиус границы ползунка скроллбара */
|
100
|
+
'--chotto-feed-scrollbar-thumb-border-radius': string;
|
101
|
+
/** Цвет фона ползунка скроллбара */
|
102
|
+
'--chotto-feed-scrollbar-thumb-background-color': string;
|
103
|
+
/** Альтернативный ключ для цвета ползунка скроллбара (исп. в scss) */
|
104
|
+
'--chotto-feed-scrollbar-thumb-bg': string;
|
105
|
+
/** Радиус границы дорожки скроллбара */
|
106
|
+
'--chotto-feed-scrollbar-track-border-radius': string;
|
107
|
+
/** Цвет фона сфокусированного сообщения */
|
108
|
+
'--chotto-feed-focused-message-background-color': string;
|
109
|
+
/** Тень сфокусированного сообщения */
|
110
|
+
'--chotto-feed-focused-message-box-shadow': string;
|
111
|
+
/** Переход при входе */
|
112
|
+
'--chotto-feed-enter-active-transition': string;
|
113
|
+
/** Переход при выходе */
|
114
|
+
'--chotto-feed-leave-active-transition': string;
|
115
|
+
/** Трансформация при входе/выходе */
|
116
|
+
'--chotto-feed-enter-leave-transform': string;
|
117
|
+
/** Прозрачность при входе/выходе */
|
118
|
+
'--chotto-feed-enter-leave-opacity': string;
|
119
|
+
}
|
@@ -0,0 +1,71 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента ModalVideoRecorder
|
3
|
+
*/
|
4
|
+
export interface ModalVideoRecorderThemeCSSVariables {
|
5
|
+
/** Позиционирование контейнера */
|
6
|
+
'--chotto-modalvideorecorder-container-position': string;
|
7
|
+
/** Отображение контейнера */
|
8
|
+
'--chotto-modalvideorecorder-container-display': string;
|
9
|
+
/** Выравнивание по поперечной оси контейнера */
|
10
|
+
'--chotto-modalvideorecorder-container-align-items': string;
|
11
|
+
/** Ширина области просмотра */
|
12
|
+
'--chotto-modalvideorecorder-view-area-width': string;
|
13
|
+
/** Высота области просмотра */
|
14
|
+
'--chotto-modalvideorecorder-view-area-height': string;
|
15
|
+
/** Отображение элементов управления */
|
16
|
+
'--chotto-modalvideorecorder-controls-display': string;
|
17
|
+
/** Выравнивание по главной оси элементов управления */
|
18
|
+
'--chotto-modalvideorecorder-controls-justify-content': string;
|
19
|
+
/** Отображение контейнера записи */
|
20
|
+
'--chotto-modalvideorecorder-recording-container-display': string;
|
21
|
+
/** Промежуток между элементами контейнера записи */
|
22
|
+
'--chotto-modalvideorecorder-recording-container-gap': string;
|
23
|
+
/** Размер шрифта иконки записи */
|
24
|
+
'--chotto-modalvideorecorder-recording-icon-font-size': string;
|
25
|
+
/** Анимация иконки записи */
|
26
|
+
'--chotto-modalvideorecorder-recording-icon-animation': string;
|
27
|
+
/** Ширина кнопки остановки */
|
28
|
+
'--chotto-modalvideorecorder-stop-width': string;
|
29
|
+
/** Высота кнопки остановки */
|
30
|
+
'--chotto-modalvideorecorder-stop-height': string;
|
31
|
+
/** Цвет фона кнопки остановки */
|
32
|
+
'--chotto-modalvideorecorder-stop-background-color': string;
|
33
|
+
/** Курсор кнопки остановки */
|
34
|
+
'--chotto-modalvideorecorder-stop-cursor': string;
|
35
|
+
/** Радиус границы кнопки остановки */
|
36
|
+
'--chotto-modalvideorecorder-stop-border-radius': string;
|
37
|
+
/** Отступы времени записи */
|
38
|
+
'--chotto-modalvideorecorder-recording-time-margin': string;
|
39
|
+
/** Начальный цвет мигания */
|
40
|
+
'--chotto-modalvideorecorder-blink-color-start': string;
|
41
|
+
/** Промежуточный цвет мигания */
|
42
|
+
'--chotto-modalvideorecorder-blink-color-middle': string;
|
43
|
+
/** Конечный цвет мигания */
|
44
|
+
'--chotto-modalvideorecorder-blink-color-end': string;
|
45
|
+
/** Цвет фона кнопки */
|
46
|
+
'--chotto-modalvideorecorder-button-background-color': string;
|
47
|
+
/** Граница кнопки */
|
48
|
+
'--chotto-modalvideorecorder-button-border': string;
|
49
|
+
/** Курсор span элемента кнопки */
|
50
|
+
'--chotto-modalvideorecorder-button-span-cursor': string;
|
51
|
+
/** Отображение span элемента кнопки */
|
52
|
+
'--chotto-modalvideorecorder-button-span-display': string;
|
53
|
+
/** Размер иконки в кнопке */
|
54
|
+
'--chotto-modalvideorecorder-button-icon-size': string;
|
55
|
+
/** Активный цвет иконки/кнопки */
|
56
|
+
'--chotto-modalvideorecorder-button-color-active': string;
|
57
|
+
/** Выравнивание текста заголовка */
|
58
|
+
'--chotto-modalvideorecorder-header-text-align': string;
|
59
|
+
/** Ширина заголовка */
|
60
|
+
'--chotto-modalvideorecorder-header-width': string;
|
61
|
+
/** Отступ снизу span элемента кнопки закрытия */
|
62
|
+
'--chotto-modalvideorecorder-button-close-span-padding-bottom': string;
|
63
|
+
/** Курсор отключенной кнопки */
|
64
|
+
'--chotto-modalvideorecorder-button-disabled-cursor': string;
|
65
|
+
/** Цвет отключенной иконки/кнопки */
|
66
|
+
'--chotto-modalvideorecorder-button-color-disabled': string;
|
67
|
+
/** Курсор кнопки записи */
|
68
|
+
'--chotto-modalvideorecorder-recording-button-cursor': string;
|
69
|
+
/** Курсор span элемента кнопки записи */
|
70
|
+
'--chotto-modalvideorecorder-recording-button-span-cursor': string;
|
71
|
+
}
|
@@ -0,0 +1,279 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента SideBar
|
3
|
+
*/
|
4
|
+
export interface SideBarThemeCSSVariables {
|
5
|
+
/** Отступы контейнера */
|
6
|
+
'--chotto-sidebar-padding-container': string;
|
7
|
+
/** Промежуток между строками списка */
|
8
|
+
'--chotto-sidebar-row-gap-list': string;
|
9
|
+
/** Граница активного изображения */
|
10
|
+
'--chotto-sidebar-image-active-border': string;
|
11
|
+
/** Граница сверху фиксированного списка */
|
12
|
+
'--chotto-sidebar-list-fixed-border-top': string;
|
13
|
+
/** Граница снизу фиксированного списка */
|
14
|
+
'--chotto-sidebar-list-fixed-border-bottom': string;
|
15
|
+
/** Высота счетчика уведомлений */
|
16
|
+
'--chotto-sidebar-notification-count-height': string;
|
17
|
+
/** Радиус наведения */
|
18
|
+
'--chotto-sidebar-hover-radius': string;
|
19
|
+
/** Отображение контейнера */
|
20
|
+
'--chotto-sidebar-container-display': string;
|
21
|
+
/** Направление флекс-контейнера */
|
22
|
+
'--chotto-sidebar-container-flex-direction': string;
|
23
|
+
/** Высота контейнера */
|
24
|
+
'--chotto-sidebar-container-height': string;
|
25
|
+
/** Цвет фона контейнера */
|
26
|
+
'--chotto-sidebar-container-background-color': string;
|
27
|
+
/** Позиционирование контейнера */
|
28
|
+
'--chotto-sidebar-container-position': string;
|
29
|
+
/** Переполнение контейнера */
|
30
|
+
'--chotto-sidebar-container-overflow': string;
|
31
|
+
/** Коэффициент роста контейнера прокрутки */
|
32
|
+
'--chotto-sidebar-scroll-container-flex': string;
|
33
|
+
/** Переполнение по вертикали контейнера прокрутки */
|
34
|
+
'--chotto-sidebar-scroll-container-overflow-y': string;
|
35
|
+
/** Переполнение по горизонтали контейнера прокрутки */
|
36
|
+
'--chotto-sidebar-scroll-container-overflow-x': string;
|
37
|
+
/** Отступ снизу контейнера прокрутки */
|
38
|
+
'--chotto-sidebar-scroll-container-padding-bottom': string;
|
39
|
+
/** Ширина скроллбара контейнера прокрутки */
|
40
|
+
'--chotto-sidebar-scroll-container-scrollbar-width': string;
|
41
|
+
/** Стиль переполнения MS контейнера прокрутки */
|
42
|
+
'--chotto-sidebar-scroll-container-ms-overflow-style': string;
|
43
|
+
/** Отображение webkit скроллбара контейнера прокрутки */
|
44
|
+
'--chotto-sidebar-scroll-container-webkit-scrollbar-display': string;
|
45
|
+
/** Позиционирование фиксированного списка */
|
46
|
+
'--chotto-sidebar-list-fixed-position': string;
|
47
|
+
/** Позиция фиксированного списка сверху */
|
48
|
+
'--chotto-sidebar-list-fixed-top': string;
|
49
|
+
/** Z-index фиксированного списка */
|
50
|
+
'--chotto-sidebar-list-fixed-z-index': string;
|
51
|
+
/** Фон расширенной первой колонки лэйаута */
|
52
|
+
'--chotto-sidebar-layout-extended-first-col-bg': string;
|
53
|
+
/** Отступы фиксированного списка */
|
54
|
+
'--chotto-sidebar-list-fixed-padding': string;
|
55
|
+
/** Отступ снизу фиксированного списка */
|
56
|
+
'--chotto-sidebar-list-fixed-margin-bottom': string;
|
57
|
+
/** Отображение фиксированного списка */
|
58
|
+
'--chotto-sidebar-list-fixed-display': string;
|
59
|
+
/** Направление флекс-контейнера фиксированного списка */
|
60
|
+
'--chotto-sidebar-list-fixed-flex-direction': string;
|
61
|
+
/** Содержимое псевдоэлемента after фиксированного списка */
|
62
|
+
'--chotto-sidebar-list-fixed-after-content': string;
|
63
|
+
/** Позиционирование псевдоэлемента after фиксированного списка */
|
64
|
+
'--chotto-sidebar-list-fixed-after-position': string;
|
65
|
+
/** Позиция псевдоэлемента after фиксированного списка снизу */
|
66
|
+
'--chotto-sidebar-list-fixed-after-bottom': string;
|
67
|
+
/** Позиция псевдоэлемента after фиксированного списка слева */
|
68
|
+
'--chotto-sidebar-list-fixed-after-left': string;
|
69
|
+
/** Трансформация псевдоэлемента after фиксированного списка */
|
70
|
+
'--chotto-sidebar-list-fixed-after-transform': string;
|
71
|
+
/** Ширина псевдоэлемента after фиксированного списка */
|
72
|
+
'--chotto-sidebar-list-fixed-after-width': string;
|
73
|
+
/** Ширина границы снизу фиксированного списка */
|
74
|
+
'--chotto-sidebar-list-fixed-border-bottom-width': string;
|
75
|
+
/** Цвет границы снизу фиксированного списка */
|
76
|
+
'--chotto-sidebar-list-fixed-border-bottom-color': string;
|
77
|
+
/** Отображение границы снизу фиксированного списка */
|
78
|
+
'--chotto-sidebar-list-fixed-border-bottom-display': string;
|
79
|
+
/** Отображение списка */
|
80
|
+
'--chotto-sidebar-list-display': string;
|
81
|
+
/** Направление флекс-контейнера списка */
|
82
|
+
'--chotto-sidebar-list-flex-direction': string;
|
83
|
+
/** Отступы списка */
|
84
|
+
'--chotto-sidebar-list-padding': string;
|
85
|
+
/** Z-index списка */
|
86
|
+
'--chotto-sidebar-list-z-index': string;
|
87
|
+
/** Позиционирование элемента */
|
88
|
+
'--chotto-sidebar-item-position': string;
|
89
|
+
/** Курсор элемента */
|
90
|
+
'--chotto-sidebar-item-cursor': string;
|
91
|
+
/** Отображение элемента */
|
92
|
+
'--chotto-sidebar-item-display': string;
|
93
|
+
/** Направление флекс-контейнера элемента */
|
94
|
+
'--chotto-sidebar-item-flex-direction': string;
|
95
|
+
/** Промежуток между строками элемента */
|
96
|
+
'--chotto-sidebar-item-row-gap': string;
|
97
|
+
/** Выравнивание по поперечной оси элемента */
|
98
|
+
'--chotto-sidebar-item-align-items': string;
|
99
|
+
/** Цвет фона элемента */
|
100
|
+
'--chotto-sidebar-item-background-color': string;
|
101
|
+
/** Радиус границы элемента */
|
102
|
+
'--chotto-sidebar-item-border-radius': string;
|
103
|
+
/** Содержимое псевдоэлемента before элемента */
|
104
|
+
'--chotto-sidebar-item-before-content': string;
|
105
|
+
/** Позиционирование псевдоэлемента before элемента */
|
106
|
+
'--chotto-sidebar-item-before-position': string;
|
107
|
+
/** Ширина псевдоэлемента before элемента */
|
108
|
+
'--chotto-sidebar-item-before-width': string;
|
109
|
+
/** Высота псевдоэлемента before элемента */
|
110
|
+
'--chotto-sidebar-item-before-height': string;
|
111
|
+
/** Цвет фона псевдоэлемента before элемента */
|
112
|
+
'--chotto-sidebar-item-before-background-color': string;
|
113
|
+
/** Позиция псевдоэлемента before элемента сверху */
|
114
|
+
'--chotto-sidebar-item-before-top': string;
|
115
|
+
/** Позиция псевдоэлемента before элемента слева */
|
116
|
+
'--chotto-sidebar-item-before-left': string;
|
117
|
+
/** Трансформация псевдоэлемента before элемента */
|
118
|
+
'--chotto-sidebar-item-before-transform': string;
|
119
|
+
/** Z-index псевдоэлемента before элемента */
|
120
|
+
'--chotto-sidebar-item-before-z-index': string;
|
121
|
+
/** Переход псевдоэлемента before элемента */
|
122
|
+
'--chotto-sidebar-item-before-transition': string;
|
123
|
+
/** События указателя псевдоэлемента before элемента */
|
124
|
+
'--chotto-sidebar-item-before-pointer-events': string;
|
125
|
+
/** Цвет фона hover псевдоэлемента before элемента */
|
126
|
+
'--chotto-sidebar-item-before-background-color-hover': string;
|
127
|
+
/** Цвет текста бейджа непрочитанных */
|
128
|
+
'--chotto-sidebar-unread-text-color': string;
|
129
|
+
/** Цвет фона бейджа непрочитанных */
|
130
|
+
'--chotto-sidebar-unread-background-color': string;
|
131
|
+
/** Позиционирование span элемента */
|
132
|
+
'--chotto-sidebar-item-span-position': string;
|
133
|
+
/** Позиция span элемента сверху */
|
134
|
+
'--chotto-sidebar-item-span-top': string;
|
135
|
+
/** Позиция span элемента справа */
|
136
|
+
'--chotto-sidebar-item-span-right': string;
|
137
|
+
/** Отображение span элемента */
|
138
|
+
'--chotto-sidebar-item-span-display': string;
|
139
|
+
/** Выравнивание по главной оси span элемента */
|
140
|
+
'--chotto-sidebar-item-span-justify-content': string;
|
141
|
+
/** Выравнивание по поперечной оси span элемента */
|
142
|
+
'--chotto-sidebar-item-span-align-items': string;
|
143
|
+
/** Отступы span элемента */
|
144
|
+
'--chotto-sidebar-item-span-padding': string;
|
145
|
+
/** Максимальная ширина span элемента */
|
146
|
+
'--chotto-sidebar-item-span-max-width': string;
|
147
|
+
/** Минимальная ширина span элемента */
|
148
|
+
'--chotto-sidebar-item-span-min-width': string;
|
149
|
+
/** Радиус границы span элемента */
|
150
|
+
'--chotto-sidebar-item-span-border-radius': string;
|
151
|
+
/** Высота строки span элемента */
|
152
|
+
'--chotto-sidebar-item-span-line-height': string;
|
153
|
+
/** Z-index span элемента */
|
154
|
+
'--chotto-sidebar-item-span-z-index': string;
|
155
|
+
/** Размер шрифта маленького текста */
|
156
|
+
'--chotto-sidebar-small-text-font-size': string;
|
157
|
+
/** Начертание шрифта маленького текста */
|
158
|
+
'--chotto-sidebar-small-text-font-weight': string;
|
159
|
+
/** Цвет заголовка/подписи элемента */
|
160
|
+
'--chotto-sidebar-header-font-color': string;
|
161
|
+
/** Выравнивание текста параграфа элемента */
|
162
|
+
'--chotto-sidebar-item-p-text-align': string;
|
163
|
+
/** Высота строки параграфа элемента */
|
164
|
+
'--chotto-sidebar-item-p-line-height': string;
|
165
|
+
/** Позиционирование изображения */
|
166
|
+
'--chotto-sidebar-image-position': string;
|
167
|
+
/** Z-index изображения */
|
168
|
+
'--chotto-sidebar-image-z-index': string;
|
169
|
+
/** Радиус границы изображения */
|
170
|
+
'--chotto-sidebar-image-border-radius': string;
|
171
|
+
/** Обрезка изображения */
|
172
|
+
'--chotto-sidebar-image-object-fit': string;
|
173
|
+
/** Переход изображения */
|
174
|
+
'--chotto-sidebar-image-transition': string;
|
175
|
+
/** Прозрачность изображения */
|
176
|
+
'--chotto-sidebar-image-opacity': string;
|
177
|
+
/** Прозрачность активного изображения */
|
178
|
+
'--chotto-sidebar-image-active-opacity': string;
|
179
|
+
/** Позиционирование контейнера настроек */
|
180
|
+
'--chotto-sidebar-settings-container-position': string;
|
181
|
+
/** Позиция контейнера настроек снизу */
|
182
|
+
'--chotto-sidebar-settings-container-bottom': string;
|
183
|
+
/** Позиция контейнера настроек слева */
|
184
|
+
'--chotto-sidebar-settings-container-left': string;
|
185
|
+
/** Позиция контейнера настроек справа */
|
186
|
+
'--chotto-sidebar-settings-container-right': string;
|
187
|
+
/** Отображение контейнера настроек */
|
188
|
+
'--chotto-sidebar-settings-container-display': string;
|
189
|
+
/** Выравнивание по главной оси контейнера настроек */
|
190
|
+
'--chotto-sidebar-settings-container-justify-content': string;
|
191
|
+
/** Z-index контейнера настроек */
|
192
|
+
'--chotto-sidebar-settings-container-z-index': string;
|
193
|
+
/** Цвет фона кнопки настроек */
|
194
|
+
'--chotto-sidebar-settings-btn-background': string;
|
195
|
+
/** Граница кнопки настроек */
|
196
|
+
'--chotto-sidebar-settings-btn-border': string;
|
197
|
+
/** Отступы кнопки настроек */
|
198
|
+
'--chotto-sidebar-settings-btn-padding': string;
|
199
|
+
/** Отступы кнопки настроек */
|
200
|
+
'--chotto-sidebar-settings-btn-margin': string;
|
201
|
+
/** Контур кнопки настроек */
|
202
|
+
'--chotto-sidebar-settings-btn-outline': string;
|
203
|
+
/** Курсор кнопки настроек */
|
204
|
+
'--chotto-sidebar-settings-btn-cursor': string;
|
205
|
+
/** Отображение кнопки настроек */
|
206
|
+
'--chotto-sidebar-settings-btn-display': string;
|
207
|
+
/** Выравнивание по поперечной оси кнопки настроек */
|
208
|
+
'--chotto-sidebar-settings-btn-align-items': string;
|
209
|
+
/** Выравнивание по главной оси кнопки настроек */
|
210
|
+
'--chotto-sidebar-settings-btn-justify-content': string;
|
211
|
+
/** Радиус границы кнопки настроек */
|
212
|
+
'--chotto-sidebar-settings-btn-border-radius': string;
|
213
|
+
/** Переход кнопки настроек */
|
214
|
+
'--chotto-sidebar-settings-btn-transition': string;
|
215
|
+
/** Цвет фона hover кнопки настроек */
|
216
|
+
'--chotto-sidebar-settings-btn-hover-background-color': string;
|
217
|
+
/** Позиционирование выбранной полосы */
|
218
|
+
'--chotto-sidebar-selected-bar-position': string;
|
219
|
+
/** Ширина выбранной полосы */
|
220
|
+
'--chotto-sidebar-selected-bar-width': string;
|
221
|
+
/** Высота выбранной полосы */
|
222
|
+
'--chotto-sidebar-selected-bar-height': string;
|
223
|
+
/** Позиция выбранной полосы слева */
|
224
|
+
'--chotto-sidebar-selected-bar-left': string;
|
225
|
+
/** Позиция выбранной полосы сверху */
|
226
|
+
'--chotto-sidebar-selected-bar-top': string;
|
227
|
+
/** Радиус границы выбранной полосы */
|
228
|
+
'--chotto-sidebar-selected-bar-border-radius': string;
|
229
|
+
/** Цвет фона выбранной полосы */
|
230
|
+
'--chotto-sidebar-selected-bar-background-color': string;
|
231
|
+
/** Z-index выбранной полосы */
|
232
|
+
'--chotto-sidebar-selected-bar-z-index': string;
|
233
|
+
/** Переход выбранной полосы */
|
234
|
+
'--chotto-sidebar-selected-bar-transition': string;
|
235
|
+
/** Направление флекс-контейнера горизонтального сайдбара */
|
236
|
+
'--chotto-sidebar-horizontal-container-flex-direction': string;
|
237
|
+
/** Высота контейнера горизонтального сайдбара */
|
238
|
+
'--chotto-sidebar-horizontal-container-height': string;
|
239
|
+
/** Отступ сверху контейнера горизонтального сайдбара */
|
240
|
+
'--chotto-sidebar-horizontal-container-padding-top': string;
|
241
|
+
/** Отступ снизу контейнера горизонтального сайдбара */
|
242
|
+
'--chotto-sidebar-horizontal-container-padding-bottom': string;
|
243
|
+
/** Цвет фона контейнера горизонтального сайдбара */
|
244
|
+
'--chotto-sidebar-horizontal-container-background-color': string;
|
245
|
+
/** Направление флекс-контейнера списка горизонтального сайдбара */
|
246
|
+
'--chotto-sidebar-horizontal-list-flex-direction': string;
|
247
|
+
/** Позиционирование фиксированного списка горизонтального сайдбара */
|
248
|
+
'--chotto-sidebar-horizontal-list-fixed-position': string;
|
249
|
+
/** Отступ слева фиксированного списка горизонтального сайдбара */
|
250
|
+
'--chotto-sidebar-horizontal-list-fixed-padding-left': string;
|
251
|
+
/** Отступ сверху фиксированного списка горизонтального сайдбара */
|
252
|
+
'--chotto-sidebar-horizontal-list-fixed-padding-top': string;
|
253
|
+
/** Граница сверху фиксированного списка горизонтального сайдбара */
|
254
|
+
'--chotto-sidebar-horizontal-list-fixed-border-top': string;
|
255
|
+
/** Отступ справа фиксированного списка горизонтального сайдбара */
|
256
|
+
'--chotto-sidebar-horizontal-list-fixed-margin-right': string;
|
257
|
+
/** Отступ снизу фиксированного списка горизонтального сайдбара */
|
258
|
+
'--chotto-sidebar-horizontal-list-fixed-margin-bottom': string;
|
259
|
+
/** Сжатие фиксированного списка горизонтального сайдбара */
|
260
|
+
'--chotto-sidebar-horizontal-list-fixed-flex-shrink': string;
|
261
|
+
/** Отображение элемента горизонтального сайдбара */
|
262
|
+
'--chotto-sidebar-horizontal-item-display': string;
|
263
|
+
/** Максимальная ширина элемента горизонтального сайдбара */
|
264
|
+
'--chotto-sidebar-horizontal-item-max-width': string;
|
265
|
+
/** Выравнивание текста элемента горизонтального сайдбара */
|
266
|
+
'--chotto-sidebar-horizontal-item-text-align': string;
|
267
|
+
/** Ширина span элемента горизонтального сайдбара */
|
268
|
+
'--chotto-sidebar-horizontal-item-span-width': string;
|
269
|
+
/** Высота span элемента горизонтального сайдбара */
|
270
|
+
'--chotto-sidebar-horizontal-item-span-height': string;
|
271
|
+
/** Позиция span элемента горизонтального сайдбара слева */
|
272
|
+
'--chotto-sidebar-horizontal-item-span-left': string;
|
273
|
+
/** Размер шрифта параграфа элемента горизонтального сайдбара */
|
274
|
+
'--chotto-sidebar-horizontal-item-p-font-size': string;
|
275
|
+
/** Ширина изображения горизонтального сайдбара */
|
276
|
+
'--chotto-sidebar-horizontal-image-width': string;
|
277
|
+
/** Высота изображения горизонтального сайдбара */
|
278
|
+
'--chotto-sidebar-horizontal-image-height': string;
|
279
|
+
}
|
@@ -3,10 +3,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
3
3
|
templates: unknown[];
|
4
4
|
groupTemplates: unknown[];
|
5
5
|
elevatedWindow: boolean;
|
6
|
+
chatBackground: string;
|
6
7
|
$props: {
|
7
8
|
readonly templates?: unknown[] | undefined;
|
8
9
|
readonly groupTemplates?: unknown[] | undefined;
|
9
10
|
readonly elevatedWindow?: boolean | undefined;
|
11
|
+
readonly chatBackground?: string | undefined;
|
10
12
|
};
|
11
13
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
12
14
|
export default _default;
|