@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,293 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента ChatItem
|
3
|
+
*/
|
4
|
+
export interface ChatItemThemeCSSVariables {
|
5
|
+
/** Строка сетки контейнера */
|
6
|
+
'--chotto-chatitem-container-grid-row': string;
|
7
|
+
/** Колонка сетки контейнера */
|
8
|
+
'--chotto-chatitem-container-grid-column': string;
|
9
|
+
/** Отображение контейнера */
|
10
|
+
'--chotto-chatitem-container-display': string;
|
11
|
+
/** Позиционирование контейнера */
|
12
|
+
'--chotto-chatitem-container-position': string;
|
13
|
+
/** Курсор контейнера */
|
14
|
+
'--chotto-chatitem-container-cursor': string;
|
15
|
+
/** Отступы контейнера */
|
16
|
+
'--chotto-chatitem-padding-container': string;
|
17
|
+
/** Радиус границы элемента чата */
|
18
|
+
'--chotto-chatitem-border-radius': string;
|
19
|
+
/** Содержимое разделителя */
|
20
|
+
'--chotto-chatitem-divider-content': string;
|
21
|
+
/** Позиционирование разделителя */
|
22
|
+
'--chotto-chatitem-divider-position': string;
|
23
|
+
/** Смещение разделителя по X */
|
24
|
+
'--chotto-chatitem-divider-translate-x': string;
|
25
|
+
/** Ширина разделителя */
|
26
|
+
'--chotto-chatitem-divider-width': string;
|
27
|
+
/** Высота разделителя */
|
28
|
+
'--chotto-chatitem-divider-height': string;
|
29
|
+
/** Цвет разделителя */
|
30
|
+
'--chotto-chatitem-divider-color': string;
|
31
|
+
/** Позиция разделителя снизу */
|
32
|
+
'--chotto-chatitem-divider-bottom': string;
|
33
|
+
/** Курсор выбранного элемента */
|
34
|
+
'--chotto-chatitem-selected-cursor': string;
|
35
|
+
/** Фон контейнера при наведении */
|
36
|
+
'--chotto-chatitem-container-hover-bg': string;
|
37
|
+
/** Фон выбранного элемента */
|
38
|
+
'--chotto-chatitem-selected-bg': string;
|
39
|
+
/** Позиционирование контейнера аватара */
|
40
|
+
'--chotto-chatitem-avatar-container-position': string;
|
41
|
+
/** Отображение контейнера аватара */
|
42
|
+
'--chotto-chatitem-avatar-container-display': string;
|
43
|
+
/** Выравнивание по главной оси контейнера аватара */
|
44
|
+
'--chotto-chatitem-avatar-container-justify': string;
|
45
|
+
/** Выравнивание по поперечной оси контейнера аватара */
|
46
|
+
'--chotto-chatitem-avatar-container-align': string;
|
47
|
+
/** Выравнивание контейнера аватара относительно себя */
|
48
|
+
'--chotto-chatitem-avatar-container-align-self': string;
|
49
|
+
/** Обрезка объекта контейнера аватара */
|
50
|
+
'--chotto-chatitem-avatar-container-object-fit': string;
|
51
|
+
/** Отступ справа от аватара */
|
52
|
+
'--chotto-chatitem-avatar-margin-right': string;
|
53
|
+
/** Размер плейсхолдера аватара */
|
54
|
+
'--chotto-chatitem-avatar-placeholder-size': string;
|
55
|
+
/** Минимальная ширина аватара */
|
56
|
+
'--chotto-chatitem-avatar-min-width': string;
|
57
|
+
/** Минимальная высота аватара */
|
58
|
+
'--chotto-chatitem-avatar-min-height': string;
|
59
|
+
/** Радиус границы аватара */
|
60
|
+
'--chotto-chatitem-avatar-border-radius': string;
|
61
|
+
/** Размер шрифта текста аватара */
|
62
|
+
'--chotto-chatitem-avatar-text-font-size': string;
|
63
|
+
/** Радиус границы изображения аватара */
|
64
|
+
'--chotto-chatitem-avatar-img-border-radius': string;
|
65
|
+
/** Обрезка изображения аватара */
|
66
|
+
'--chotto-chatitem-avatar-img-object-fit': string;
|
67
|
+
/** Позиционирование статуса пользователя */
|
68
|
+
'--chotto-chatitem-status-user-position': string;
|
69
|
+
/** Позиция статуса пользователя справа */
|
70
|
+
'--chotto-chatitem-status-user-right': string;
|
71
|
+
/** Размер статуса пользователя */
|
72
|
+
'--chotto-chatitem-status-user-size': string;
|
73
|
+
/** Радиус границы статуса пользователя */
|
74
|
+
'--chotto-chatitem-status-user-border-radius': string;
|
75
|
+
/** Позиция статуса пользователя снизу */
|
76
|
+
'--chotto-chatitem-status-user-bottom': string;
|
77
|
+
/** Отображение статуса пользователя */
|
78
|
+
'--chotto-chatitem-status-user-display': string;
|
79
|
+
/** Фон статуса пользователя */
|
80
|
+
'--chotto-chatitem-status-user-bg': string;
|
81
|
+
/** Z-index статуса пользователя */
|
82
|
+
'--chotto-chatitem-status-user-z-index': string;
|
83
|
+
/** Коэффициент роста контейнера информации */
|
84
|
+
'--chotto-chatitem-info-container-flex-grow': string;
|
85
|
+
/** Выравнивание контейнера информации относительно себя */
|
86
|
+
'--chotto-chatitem-info-container-align-self': string;
|
87
|
+
/** Переполнение контейнера информации */
|
88
|
+
'--chotto-chatitem-info-container-overflow': string;
|
89
|
+
/** Отступ справа от контейнера информации */
|
90
|
+
'--chotto-chatitem-info-margin-right': string;
|
91
|
+
/** Отступ сверху от имени */
|
92
|
+
'--chotto-chatitem-name-margin-top': string;
|
93
|
+
/** Отступ снизу от имени */
|
94
|
+
'--chotto-chatitem-name-margin-bottom': string;
|
95
|
+
/** Переполнение имени */
|
96
|
+
'--chotto-chatitem-name-overflow': string;
|
97
|
+
/** Обрезка текста имени */
|
98
|
+
'--chotto-chatitem-name-text-overflow': string;
|
99
|
+
/** Отображение имени */
|
100
|
+
'--chotto-chatitem-name-display': string;
|
101
|
+
/** Количество строк имени */
|
102
|
+
'--chotto-chatitem-name-line-clamp': string;
|
103
|
+
/** Ориентация блока имени */
|
104
|
+
'--chotto-chatitem-name-box-orient': string;
|
105
|
+
/** Размер шрифта имени */
|
106
|
+
'--chotto-chatitem-name-font-size': string;
|
107
|
+
/** Толщина шрифта имени */
|
108
|
+
'--chotto-chatitem-name-font-weight': string;
|
109
|
+
/** Переполнение последнего сообщения */
|
110
|
+
'--chotto-chatitem-last-message-overflow': string;
|
111
|
+
/** Обрезка текста последнего сообщения */
|
112
|
+
'--chotto-chatitem-last-message-text-overflow': string;
|
113
|
+
/** Отображение последнего сообщения */
|
114
|
+
'--chotto-chatitem-last-message-display': string;
|
115
|
+
/** Количество строк последнего сообщения */
|
116
|
+
'--chotto-chatitem-last-message-line-clamp': string;
|
117
|
+
/** Ориентация блока последнего сообщения */
|
118
|
+
'--chotto-chatitem-last-message-box-orient': string;
|
119
|
+
/** Размер шрифта последнего сообщения */
|
120
|
+
'--chotto-chatitem-last-message-font-size': string;
|
121
|
+
/** Цвет текста последнего сообщения */
|
122
|
+
'--chotto-chatitem-last-message-text-color': string;
|
123
|
+
/** Позиционирование контейнера деталей */
|
124
|
+
'--chotto-chatitem-details-container-position': string;
|
125
|
+
/** Отображение контейнера деталей */
|
126
|
+
'--chotto-chatitem-details-container-display': string;
|
127
|
+
/** Направление флекс-контейнера деталей */
|
128
|
+
'--chotto-chatitem-details-container-flex-direction': string;
|
129
|
+
/** Выравнивание по главной оси контейнера деталей */
|
130
|
+
'--chotto-chatitem-details-container-justify': string;
|
131
|
+
/** Выравнивание по поперечной оси контейнера деталей */
|
132
|
+
'--chotto-chatitem-details-container-align': string;
|
133
|
+
/** Активный цвет в контейнере деталей */
|
134
|
+
'--chotto-chatitem-button-color-active': string;
|
135
|
+
/** Отображение триггера действий */
|
136
|
+
'--chotto-chatitem-actions-trigger-display': string;
|
137
|
+
/** Курсор триггера действий */
|
138
|
+
'--chotto-chatitem-actions-trigger-cursor': string;
|
139
|
+
/** Размер иконки триггера действий */
|
140
|
+
'--chotto-chatitem-actions-trigger-font-size': string;
|
141
|
+
/** Цвет иконки триггера действий */
|
142
|
+
'--chotto-chatitem-actions-trigger-color': string;
|
143
|
+
/** Цвет иконки при наведении */
|
144
|
+
'--chotto-chatitem-actions-trigger-color-hover': string;
|
145
|
+
/** Порядок кнопки меню */
|
146
|
+
'--chotto-chatitem-menu-button-order': string;
|
147
|
+
/** Размер шрифта кнопки меню */
|
148
|
+
'--chotto-chatitem-menu-button-font-size': string;
|
149
|
+
/** Ширина кнопки меню */
|
150
|
+
'--chotto-chatitem-menu-button-width': string;
|
151
|
+
/** Граница кнопки меню */
|
152
|
+
'--chotto-chatitem-menu-button-border': string;
|
153
|
+
/** Фон кнопки меню */
|
154
|
+
'--chotto-chatitem-menu-button-bg': string;
|
155
|
+
/** Курсор кнопки меню */
|
156
|
+
'--chotto-chatitem-menu-button-cursor': string;
|
157
|
+
/** Отступы кнопки меню */
|
158
|
+
'--chotto-chatitem-menu-button-padding': string;
|
159
|
+
/** Переход кнопки меню */
|
160
|
+
'--chotto-chatitem-menu-button-transition': string;
|
161
|
+
/** Переход кнопки меню при наведении */
|
162
|
+
'--chotto-chatitem-menu-button-hover-transition': string;
|
163
|
+
/** Отображение span кнопки меню */
|
164
|
+
'--chotto-chatitem-menu-button-span-display': string;
|
165
|
+
/** Ширина span кнопки меню */
|
166
|
+
'--chotto-chatitem-menu-button-span-width': string;
|
167
|
+
/** Отступ слева span кнопки меню */
|
168
|
+
'--chotto-chatitem-menu-button-span-margin-left': string;
|
169
|
+
/** Цвет иконки при наведении в кнопке меню */
|
170
|
+
'--chotto-chatitem-menu-button-hover-color': string;
|
171
|
+
/** Порядок непрочитанных сообщений */
|
172
|
+
'--chotto-chatitem-unread-order': string;
|
173
|
+
/** Отображение непрочитанных сообщений */
|
174
|
+
'--chotto-chatitem-unread-display': string;
|
175
|
+
/** Выравнивание по главной оси непрочитанных сообщений */
|
176
|
+
'--chotto-chatitem-unread-justify': string;
|
177
|
+
/** Выравнивание по поперечной оси непрочитанных сообщений */
|
178
|
+
'--chotto-chatitem-unread-align': string;
|
179
|
+
/** Отступ слева от непрочитанных сообщений */
|
180
|
+
'--chotto-chatitem-unread-margin-left': string;
|
181
|
+
/** Отступ сверху от непрочитанных сообщений */
|
182
|
+
'--chotto-chatitem-unread-margin-top': string;
|
183
|
+
/** Максимальная высота непрочитанных сообщений */
|
184
|
+
'--chotto-chatitem-unread-max-height': string;
|
185
|
+
/** Отступы непрочитанных сообщений */
|
186
|
+
'--chotto-chatitem-unread-padding': string;
|
187
|
+
/** Размер шрифта бейджа непрочитанного */
|
188
|
+
'--chotto-chatitem-unread-font-size': string;
|
189
|
+
/** Цвет текста бейджа непрочитанного */
|
190
|
+
'--chotto-chatitem-unread-text-color': string;
|
191
|
+
/** Цвет фона бейджа непрочитанного */
|
192
|
+
'--chotto-chatitem-unread-background-color': string;
|
193
|
+
/** Перенос строк времени */
|
194
|
+
'--chotto-chatitem-time-white-space': string;
|
195
|
+
/** Размер шрифта времени */
|
196
|
+
'--chotto-chatitem-time-font-size': string;
|
197
|
+
/** Цвет текста времени */
|
198
|
+
'--chotto-chatitem-time-text-color': string;
|
199
|
+
/** Позиционирование контекстного меню */
|
200
|
+
'--chotto-chatitem-context-menu-position': string;
|
201
|
+
/** Позиция контекстного меню сверху */
|
202
|
+
'--chotto-chatitem-context-menu-top': string;
|
203
|
+
/** Позиция контекстного меню справа */
|
204
|
+
'--chotto-chatitem-context-menu-right': string;
|
205
|
+
/** Отображение контейнера статуса чата */
|
206
|
+
'--chotto-chatitem-status-chat-container-display': string;
|
207
|
+
/** Выравнивание контейнера статуса чата */
|
208
|
+
'--chotto-chatitem-status-chat-container-align': string;
|
209
|
+
/** Отступ сверху контейнера статуса чата */
|
210
|
+
'--chotto-chatitem-status-chat-container-margin-top': string;
|
211
|
+
/** Промежуток между статусами */
|
212
|
+
'--chotto-chatitem-status-gap': string;
|
213
|
+
/** Отображение статуса сообщения */
|
214
|
+
'--chotto-chatitem-status-message-display': string;
|
215
|
+
/** Цвет статуса "доставлено" */
|
216
|
+
'--chotto-chatitem-status-color-received': string;
|
217
|
+
/** Цвет статуса "прочитано" */
|
218
|
+
'--chotto-chatitem-status-color-read': string;
|
219
|
+
/** Размер шрифта статуса */
|
220
|
+
'--chotto-chatitem-status-font-size': string;
|
221
|
+
/** Отображение кнопок диалога */
|
222
|
+
'--chotto-chatitem-dialog-buttons-display': string;
|
223
|
+
/** Отступ слева от кнопок диалога */
|
224
|
+
'--chotto-chatitem-dialog-buttons-margin-left': string;
|
225
|
+
/** Отображение контейнера диалога */
|
226
|
+
'--chotto-chatitem-dialog-container-display': string;
|
227
|
+
/** Направление флекс-контейнера диалога */
|
228
|
+
'--chotto-chatitem-dialog-container-flex-direction': string;
|
229
|
+
/** Позиционирование контейнера диалога */
|
230
|
+
'--chotto-chatitem-dialog-container-position': string;
|
231
|
+
/** Курсор контейнера диалога */
|
232
|
+
'--chotto-chatitem-dialog-container-cursor': string;
|
233
|
+
/** Промежуток между элементами диалога */
|
234
|
+
'--chotto-chatitem-dialog-gap': string;
|
235
|
+
/** Отступы контейнера диалога */
|
236
|
+
'--chotto-chatitem-dialog-padding': string;
|
237
|
+
/** Отступы иконки диалога */
|
238
|
+
'--chotto-chatitem-dialog-icon-margin': string;
|
239
|
+
/** Отображение элемента диалога */
|
240
|
+
'--chotto-chatitem-dialog-item-display': string;
|
241
|
+
/** Отступы элемента диалога */
|
242
|
+
'--chotto-chatitem-dialog-item-padding': string;
|
243
|
+
/** Курсор выбранного диалога */
|
244
|
+
'--chotto-chatitem-dialog-selected-cursor': string;
|
245
|
+
/** Фон выбранного диалога */
|
246
|
+
'--chotto-chatitem-dialog-selected-bg': string;
|
247
|
+
/** Отображение контейнера текста диалога */
|
248
|
+
'--chotto-chatitem-dialog-text-container-display': string;
|
249
|
+
/** Выравнивание по главной оси контейнера текста диалога */
|
250
|
+
'--chotto-chatitem-dialog-text-container-justify': string;
|
251
|
+
/** Переполнение контейнера текста диалога */
|
252
|
+
'--chotto-chatitem-dialog-text-container-overflow': string;
|
253
|
+
/** Обрезка текста контейнера диалога */
|
254
|
+
'--chotto-chatitem-dialog-text-container-text-overflow': string;
|
255
|
+
/** Ширина контейнера текста диалога */
|
256
|
+
'--chotto-chatitem-dialog-text-container-width': string;
|
257
|
+
/** Отступы контейнера текста диалога */
|
258
|
+
'--chotto-chatitem-dialog-text-container-margin': string;
|
259
|
+
/** Отступы текстового контейнера */
|
260
|
+
'--chotto-chatitem-text-container-padding': string;
|
261
|
+
/** Размер шрифта текста диалога */
|
262
|
+
'--chotto-chatitem-dialog-text-font-size': string;
|
263
|
+
/** Цвет текста диалога */
|
264
|
+
'--chotto-chatitem-dialog-text-color': string;
|
265
|
+
/** Отображение имени диалога */
|
266
|
+
'--chotto-chatitem-dialog-name-display': string;
|
267
|
+
/** Количество строк имени диалога */
|
268
|
+
'--chotto-chatitem-dialog-name-line-clamp': string;
|
269
|
+
/** Ориентация блока имени диалога */
|
270
|
+
'--chotto-chatitem-dialog-name-box-orient': string;
|
271
|
+
/** Отображение времени диалога */
|
272
|
+
'--chotto-chatitem-dialog-time-display': string;
|
273
|
+
/** Количество строк времени диалога */
|
274
|
+
'--chotto-chatitem-dialog-time-line-clamp': string;
|
275
|
+
/** Ориентация блока времени диалога */
|
276
|
+
'--chotto-chatitem-dialog-time-box-orient': string;
|
277
|
+
/** Цвет времени диалога */
|
278
|
+
'--chotto-chatitem-dialog-time-text-color': string;
|
279
|
+
/** Размер шрифта времени диалога */
|
280
|
+
'--chotto-chatitem-dialog-time-font-size': string;
|
281
|
+
/** Отступ справа от первой иконки статуса */
|
282
|
+
'--chotto-chatitem-status-first-icon-margin-right': string;
|
283
|
+
/** Переход текста */
|
284
|
+
'--chotto-chatitem-text-transition': string;
|
285
|
+
/** Прозрачность текста */
|
286
|
+
'--chotto-chatitem-text-opacity': string;
|
287
|
+
/** Переход выхода меню */
|
288
|
+
'--chotto-chatitem-menu-leave-transition': string;
|
289
|
+
/** Смещение входа меню по Y */
|
290
|
+
'--chotto-chatitem-menu-enter-translate-y': string;
|
291
|
+
/** Прозрачность меню */
|
292
|
+
'--chotto-chatitem-menu-opacity': string;
|
293
|
+
}
|
@@ -4,7 +4,7 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
4
|
$slots: S;
|
5
5
|
});
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
7
|
-
$emit: (event: "select" | "
|
7
|
+
$emit: (event: "select" | "action" | "tab-click" | "expand" | "loadMoreChats", ...args: any[]) => void;
|
8
8
|
chats: unknown[];
|
9
9
|
filterEnabled: boolean;
|
10
10
|
titleEnabled: boolean;
|
@@ -0,0 +1,123 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента ChatList
|
3
|
+
*/
|
4
|
+
export interface ChatListThemeCSSVariables {
|
5
|
+
/** Цвет фона списка чатов */
|
6
|
+
'--chotto-chatlist-background-color': string;
|
7
|
+
/** Коэффициент роста списка чатов */
|
8
|
+
'--chotto-chatlist-flex-grow': string;
|
9
|
+
/** Отображение списка чатов */
|
10
|
+
'--chotto-chatlist-display': string;
|
11
|
+
/** Выравнивание элементов списка чатов */
|
12
|
+
'--chotto-chatlist-align-items': string;
|
13
|
+
/** Направление флекс-контейнера списка чатов */
|
14
|
+
'--chotto-chatlist-flex-direction': string;
|
15
|
+
/** Высота списка чатов */
|
16
|
+
'--chotto-chatlist-height': string;
|
17
|
+
/** Отступы фильтра */
|
18
|
+
'--chotto-chatlist-filter-margin': string;
|
19
|
+
/** Отображение контейнера элементов */
|
20
|
+
'--chotto-chatlist-items-display': string;
|
21
|
+
/** Поведение прокрутки контейнера элементов */
|
22
|
+
'--chotto-chatlist-items-scroll-behavior': string;
|
23
|
+
/** Высота контейнера элементов */
|
24
|
+
'--chotto-chatlist-items-height': string;
|
25
|
+
/** Переполнение по вертикали контейнера элементов */
|
26
|
+
'--chotto-chatlist-items-overflow-y': string;
|
27
|
+
/** Переполнение по горизонтали контейнера элементов */
|
28
|
+
'--chotto-chatlist-items-overflow-x': string;
|
29
|
+
/** Отступы контейнера элементов */
|
30
|
+
'--chotto-chatlist-items-padding': string;
|
31
|
+
/** Ширина полосы прокрутки */
|
32
|
+
'--chotto-chatlist-scrollbar-width': string;
|
33
|
+
/** Цвет фона полосы прокрутки */
|
34
|
+
'--chotto-chatlist-scrollbar-bg': string;
|
35
|
+
/** Радиус границы ползунка полосы прокрутки */
|
36
|
+
'--chotto-chatlist-scrollbar-thumb-radius': string;
|
37
|
+
/** Цвет фона ползунка полосы прокрутки */
|
38
|
+
'--chotto-chatlist-scrollbar-thumb-bg': string;
|
39
|
+
/** Радиус границы дорожки полосы прокрутки */
|
40
|
+
'--chotto-chatlist-scrollbar-track-radius': string;
|
41
|
+
/** Z-index зафиксированных элементов */
|
42
|
+
'--chotto-chatlist-fixed-z-index': string;
|
43
|
+
/** Отображение зафиксированных элементов */
|
44
|
+
'--chotto-chatlist-fixed-display': string;
|
45
|
+
/** Позиционирование зафиксированных элементов */
|
46
|
+
'--chotto-chatlist-fixed-position': string;
|
47
|
+
/** Цвет фона зафиксированных элементов */
|
48
|
+
'--chotto-chatlist-fixed-background-color': string;
|
49
|
+
/** Позиция зафиксированных элементов сверху */
|
50
|
+
'--chotto-chatlist-fixed-top': string;
|
51
|
+
/** Позиция зафиксированных элементов снизу */
|
52
|
+
'--chotto-chatlist-fixed-bottom': string;
|
53
|
+
/** Позиционирование контейнера заголовка */
|
54
|
+
'--chotto-chatlist-title-container-position': string;
|
55
|
+
/** Отображение контейнера заголовка */
|
56
|
+
'--chotto-chatlist-title-container-display': string;
|
57
|
+
/** Выравнивание по главной оси контейнера заголовка */
|
58
|
+
'--chotto-chatlist-title-container-justify': string;
|
59
|
+
/** Выравнивание по поперечной оси контейнера заголовка */
|
60
|
+
'--chotto-chatlist-title-container-align': string;
|
61
|
+
/** Промежуток между колонками заголовка */
|
62
|
+
'--chotto-chatlist-title-column-gap': string;
|
63
|
+
/** Отступы контейнера заголовка */
|
64
|
+
'--chotto-chatlist-title-container-padding': string;
|
65
|
+
/** Семейство шрифта заголовка */
|
66
|
+
'--chotto-chatlist-title-font-family': string;
|
67
|
+
/** Размер шрифта заголовка */
|
68
|
+
'--chotto-chatlist-title-font-size': string;
|
69
|
+
/** Толщина шрифта заголовка */
|
70
|
+
'--chotto-chatlist-title-font-weight': string;
|
71
|
+
/** Цвет текста заголовка */
|
72
|
+
'--chotto-chatlist-title-text-color': string;
|
73
|
+
/** Позиционирование контекстного меню */
|
74
|
+
'--chotto-chatlist-context-menu-position': string;
|
75
|
+
/** Позиция контекстного меню сверху */
|
76
|
+
'--chotto-chatlist-context-menu-top': string;
|
77
|
+
/** Позиция контекстного меню справа */
|
78
|
+
'--chotto-chatlist-context-menu-right': string;
|
79
|
+
/** Позиционирование кнопки "вверх" */
|
80
|
+
'--chotto-chatlist-button-position': string;
|
81
|
+
/** Z-index кнопки "вверх" */
|
82
|
+
'--chotto-chatlist-button-z-index': string;
|
83
|
+
/** Позиция кнопки "вверх" снизу */
|
84
|
+
'--chotto-chatlist-button-bottom': string;
|
85
|
+
/** Позиция кнопки "вверх" справа */
|
86
|
+
'--chotto-chatlist-button-right': string;
|
87
|
+
/** Отступ слева кнопки "вверх" */
|
88
|
+
'--chotto-chatlist-button-margin-left': string;
|
89
|
+
/** Граница кнопки "вверх" */
|
90
|
+
'--chotto-chatlist-button-border': string;
|
91
|
+
/** Минимальный размер кнопки "вверх" */
|
92
|
+
'--chotto-chatlist-button-min': string;
|
93
|
+
/** Радиус границы кнопки "вверх" */
|
94
|
+
'--chotto-chatlist-button-border-radius': string;
|
95
|
+
/** Отображение кнопки "вверх" */
|
96
|
+
'--chotto-chatlist-button-display': string;
|
97
|
+
/** Выравнивание по главной оси кнопки "вверх" */
|
98
|
+
'--chotto-chatlist-button-justify': string;
|
99
|
+
/** Выравнивание по поперечной оси кнопки "вверх" */
|
100
|
+
'--chotto-chatlist-button-align': string;
|
101
|
+
/** Курсор кнопки "вверх" */
|
102
|
+
'--chotto-chatlist-button-cursor': string;
|
103
|
+
/** Цвет фона кнопки "вверх" */
|
104
|
+
'--chotto-chatlist-button-background-color': string;
|
105
|
+
/** Размер иконки кнопки */
|
106
|
+
'--chotto-chatlist-button-icon-size': string;
|
107
|
+
/** Цвет активного состояния иконки */
|
108
|
+
'--chotto-chatlist-button-color-active': string;
|
109
|
+
/** Длительность входа меню */
|
110
|
+
'--chotto-chatlist-menu-enter-duration': string;
|
111
|
+
/** Длительность выхода меню */
|
112
|
+
'--chotto-chatlist-menu-leave-duration': string;
|
113
|
+
/** Масштаб меню */
|
114
|
+
'--chotto-chatlist-menu-scale': string;
|
115
|
+
/** Переход входа меню */
|
116
|
+
'--chotto-chatlist-menu-enter-transition': string;
|
117
|
+
/** Переход выхода меню */
|
118
|
+
'--chotto-chatlist-menu-leave-transition': string;
|
119
|
+
/** Трансформация меню */
|
120
|
+
'--chotto-chatlist-menu-transform': string;
|
121
|
+
/** Прозрачность меню */
|
122
|
+
'--chotto-chatlist-menu-opacity': string;
|
123
|
+
}
|
@@ -0,0 +1,53 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента ChatPanel
|
3
|
+
*/
|
4
|
+
export interface ChatPanelThemeCSSVariables {
|
5
|
+
/** Отображение панели чата */
|
6
|
+
'--chotto-chatpanel-display': string;
|
7
|
+
/** Выравнивание элементов панели чата */
|
8
|
+
'--chotto-chatpanel-align-items': string;
|
9
|
+
/** Направление флекс-контейнера панели чата */
|
10
|
+
'--chotto-chatpanel-flex-direction': string;
|
11
|
+
/** Высота панели чата */
|
12
|
+
'--chotto-chatpanel-height': string;
|
13
|
+
/** Отображение заголовка панели чата */
|
14
|
+
'--chotto-chatpanel-header-display': string;
|
15
|
+
/** Промежуток между элементами заголовка */
|
16
|
+
'--chotto-chatpanel-header-gap': string;
|
17
|
+
/** Отображение контейнера заголовка */
|
18
|
+
'--chotto-chatpanel-title-container-display': string;
|
19
|
+
/** Выравнивание по главной оси контейнера заголовка */
|
20
|
+
'--chotto-chatpanel-title-container-justify': string;
|
21
|
+
/** Выравнивание по поперечной оси контейнера заголовка */
|
22
|
+
'--chotto-chatpanel-title-container-align': string;
|
23
|
+
/** Межбуквенное расстояние заголовка */
|
24
|
+
'--chotto-chatpanel-title-letter-spacing': string;
|
25
|
+
/** Размер шрифта заголовка */
|
26
|
+
'--chotto-chatpanel-title-font-size': string;
|
27
|
+
/** Толщина шрифта заголовка */
|
28
|
+
'--chotto-chatpanel-title-font-weight': string;
|
29
|
+
/** Семейство шрифта заголовка */
|
30
|
+
'--chotto-chatpanel-title-font-family': string;
|
31
|
+
/** Цвет текста заголовка */
|
32
|
+
'--chotto-chatpanel-title-text-color': string;
|
33
|
+
/** Цвет фона кнопки закрытия */
|
34
|
+
'--chotto-chatpanel-button-close-bg': string;
|
35
|
+
/** Граница кнопки закрытия */
|
36
|
+
'--chotto-chatpanel-button-close-border': string;
|
37
|
+
/** Курсор кнопки закрытия */
|
38
|
+
'--chotto-chatpanel-button-close-cursor': string;
|
39
|
+
/** Размер иконки кнопки */
|
40
|
+
'--chotto-chatpanel-button-icon-size': string;
|
41
|
+
/** Цвет активной кнопки */
|
42
|
+
'--chotto-chatpanel-button-color-active': string;
|
43
|
+
/** Ширина полосы прокрутки */
|
44
|
+
'--chotto-chatpanel-scrollbar-width': string;
|
45
|
+
/** Цвет фона полосы прокрутки */
|
46
|
+
'--chotto-chatpanel-scrollbar-bg': string;
|
47
|
+
/** Радиус границы ползунка полосы прокрутки */
|
48
|
+
'--chotto-chatpanel-scrollbar-thumb-radius': string;
|
49
|
+
/** Цвет фона ползунка полосы прокрутки */
|
50
|
+
'--chotto-chatpanel-scrollbar-thumb-bg': string;
|
51
|
+
/** Радиус границы дорожки полосы прокрутки */
|
52
|
+
'--chotto-chatpanel-scrollbar-track-radius': string;
|
53
|
+
}
|
@@ -0,0 +1,89 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента FeedFoundItem
|
3
|
+
*/
|
4
|
+
export interface FeedFoundItemThemeCSSVariables {
|
5
|
+
/** Отображение контейнера найденного элемента */
|
6
|
+
'--chotto-feedfounditem-container-display': string;
|
7
|
+
/** Позиционирование контейнера найденного элемента */
|
8
|
+
'--chotto-feedfounditem-container-position': string;
|
9
|
+
/** Курсор контейнера найденного элемента */
|
10
|
+
'--chotto-feedfounditem-container-cursor': string;
|
11
|
+
/** Ширина контейнера найденного элемента */
|
12
|
+
'--chotto-feedfounditem-container-width': string;
|
13
|
+
/** Перенос слов контейнера найденного элемента */
|
14
|
+
'--chotto-feedfounditem-container-word-wrap': string;
|
15
|
+
/** Цвет фона контейнера найденного элемента */
|
16
|
+
'--chotto-feedfounditem-container-bg': string;
|
17
|
+
/** Цвет фона контейнера при hover */
|
18
|
+
'--chotto-feedfounditem-container-hover-bg': string;
|
19
|
+
/** Цвет фона выбранного контейнера */
|
20
|
+
'--chotto-feedfounditem-selected-container-bg': string;
|
21
|
+
/** Ширина информации */
|
22
|
+
'--chotto-feedfounditem-info-width': string;
|
23
|
+
/** Отображение первой строки */
|
24
|
+
'--chotto-feedfounditem-first-line-display': string;
|
25
|
+
/** Выравнивание по главной оси первой строки */
|
26
|
+
'--chotto-feedfounditem-first-line-justify': string;
|
27
|
+
/** Отступ снизу первой строки */
|
28
|
+
'--chotto-feedfounditem-first-line-margin-bottom': string;
|
29
|
+
/** Отступы имени */
|
30
|
+
'--chotto-feedfounditem-name-margin': string;
|
31
|
+
/** Внутренние отступы имени */
|
32
|
+
'--chotto-feedfounditem-name-padding': string;
|
33
|
+
/** Цвет текста времени */
|
34
|
+
'--chotto-feedfounditem-time-text-color': string;
|
35
|
+
/** Размер шрифта времени */
|
36
|
+
'--chotto-feedfounditem-time-font-size': string;
|
37
|
+
/** Отступы времени */
|
38
|
+
'--chotto-feedfounditem-time-margin': string;
|
39
|
+
/** Внутренние отступы времени */
|
40
|
+
'--chotto-feedfounditem-time-padding': string;
|
41
|
+
/** Отображение второй строки */
|
42
|
+
'--chotto-feedfounditem-second-line-display': string;
|
43
|
+
/** Перенос слов второй строки */
|
44
|
+
'--chotto-feedfounditem-second-line-word-break': string;
|
45
|
+
/** Размер шрифта параграфа второй строки */
|
46
|
+
'--chotto-feedfounditem-second-line-p-font-size': string;
|
47
|
+
/** Отступы параграфа второй строки */
|
48
|
+
'--chotto-feedfounditem-second-line-p-margin': string;
|
49
|
+
/** Внутренние отступы параграфа второй строки */
|
50
|
+
'--chotto-feedfounditem-second-line-p-padding': string;
|
51
|
+
/** Цвет текста параграфа второй строки */
|
52
|
+
'--chotto-feedfounditem-second-line-p-text-color': string;
|
53
|
+
/** Переполнение параграфа второй строки */
|
54
|
+
'--chotto-feedfounditem-second-line-p-overflow': string;
|
55
|
+
/** Обрезка текста параграфа второй строки */
|
56
|
+
'--chotto-feedfounditem-second-line-p-text-overflow': string;
|
57
|
+
/** Отображение параграфа второй строки */
|
58
|
+
'--chotto-feedfounditem-second-line-p-display': string;
|
59
|
+
/** Количество строк параграфа второй строки */
|
60
|
+
'--chotto-feedfounditem-second-line-p-line-clamp': string;
|
61
|
+
/** Ориентация блока параграфа второй строки */
|
62
|
+
'--chotto-feedfounditem-second-line-p-box-orient': string;
|
63
|
+
/** Отображение контейнера аватара */
|
64
|
+
'--chotto-feedfounditem-avatar-container-display': string;
|
65
|
+
/** Выравнивание по главной оси контейнера аватара */
|
66
|
+
'--chotto-feedfounditem-avatar-container-justify': string;
|
67
|
+
/** Выравнивание по поперечной оси контейнера аватара */
|
68
|
+
'--chotto-feedfounditem-avatar-container-align': string;
|
69
|
+
/** Цвет фона контейнера аватара */
|
70
|
+
'--chotto-feedfounditem-avatar-container-bg': string;
|
71
|
+
/** Ширина контейнера аватара */
|
72
|
+
'--chotto-feedfounditem-avatar-container-width': string;
|
73
|
+
/** Высота контейнера аватара */
|
74
|
+
'--chotto-feedfounditem-avatar-container-height': string;
|
75
|
+
/** Радиус границы контейнера аватара */
|
76
|
+
'--chotto-feedfounditem-avatar-container-border-radius': string;
|
77
|
+
/** Размер фонового изображения контейнера аватара */
|
78
|
+
'--chotto-feedfounditem-avatar-container-background-size': string;
|
79
|
+
/** Отступ справа от аватара */
|
80
|
+
'--chotto-feedfounditem-avatar-margin-right': string;
|
81
|
+
/** Размер иконки аватара */
|
82
|
+
'--chotto-feedfounditem-avatar-icon-size': string;
|
83
|
+
/** Размер шрифта span аватара */
|
84
|
+
'--chotto-feedfounditem-avatar-span-font-size': string;
|
85
|
+
/** Цвет span аватара */
|
86
|
+
'--chotto-feedfounditem-avatar-span-color': string;
|
87
|
+
/** Обрезка изображения аватара */
|
88
|
+
'--chotto-feedfounditem-avatar-img-object-fit': string;
|
89
|
+
}
|
@@ -27,8 +27,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
27
27
|
default: boolean;
|
28
28
|
};
|
29
29
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
30
|
-
loadMore: (...args: any[]) => void;
|
31
30
|
clickedSearch: (...args: any[]) => void;
|
31
|
+
loadMore: (...args: any[]) => void;
|
32
32
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
33
33
|
objects: {
|
34
34
|
type: {
|
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
57
57
|
default: boolean;
|
58
58
|
};
|
59
59
|
}>> & Readonly<{
|
60
|
-
onLoadMore?: ((...args: any[]) => any) | undefined;
|
61
60
|
onClickedSearch?: ((...args: any[]) => any) | undefined;
|
61
|
+
onLoadMore?: ((...args: any[]) => any) | undefined;
|
62
62
|
}>, {
|
63
63
|
foundAmount: number;
|
64
64
|
notFound: boolean;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
/**
|
2
|
+
* CSS переменные для компонента FeedFoundObjects
|
3
|
+
*/
|
4
|
+
export interface FeedFoundObjectsThemeCSSVariables {
|
5
|
+
/** Отображение контейнера найденных объектов */
|
6
|
+
'--chotto-feedfoundobjects-items-display': string;
|
7
|
+
/** Направление флекс-контейнера найденных объектов */
|
8
|
+
'--chotto-feedfoundobjects-items-flex-direction': string;
|
9
|
+
/** Поведение прокрутки контейнера найденных объектов */
|
10
|
+
'--chotto-feedfoundobjects-items-scroll-behavior': string;
|
11
|
+
/** Переполнение по вертикали контейнера найденных объектов */
|
12
|
+
'--chotto-feedfoundobjects-items-overflow-y': string;
|
13
|
+
/** Переполнение по горизонтали контейнера найденных объектов */
|
14
|
+
'--chotto-feedfoundobjects-items-overflow-x': string;
|
15
|
+
/** Высота контейнера найденных объектов */
|
16
|
+
'--chotto-feedfoundobjects-items-height': string;
|
17
|
+
/** Высота плейсхолдера */
|
18
|
+
'--chotto-feedfoundobjects-placeholder-height': string;
|
19
|
+
/** Отображение плейсхолдера */
|
20
|
+
'--chotto-feedfoundobjects-placeholder-display': string;
|
21
|
+
/** Направление флекс-контейнера плейсхолдера */
|
22
|
+
'--chotto-feedfoundobjects-placeholder-flex-direction': string;
|
23
|
+
/** Выравнивание по главной оси плейсхолдера */
|
24
|
+
'--chotto-feedfoundobjects-placeholder-justify': string;
|
25
|
+
/** Выравнивание текста параграфа плейсхолдера */
|
26
|
+
'--chotto-feedfoundobjects-placeholder-p-text-align': string;
|
27
|
+
/** Ширина полосы прокрутки */
|
28
|
+
'--chotto-feedfoundobjects-scrollbar-width': string;
|
29
|
+
/** Цвет фона полосы прокрутки */
|
30
|
+
'--chotto-feedfoundobjects-scrollbar-bg': string;
|
31
|
+
/** Радиус границы ползунка полосы прокрутки */
|
32
|
+
'--chotto-feedfoundobjects-scrollbar-thumb-radius': string;
|
33
|
+
/** Цвет фона ползунка полосы прокрутки */
|
34
|
+
'--chotto-feedfoundobjects-scrollbar-thumb-bg': string;
|
35
|
+
/** Радиус границы дорожки полосы прокрутки */
|
36
|
+
'--chotto-feedfoundobjects-scrollbar-track-radius': string;
|
37
|
+
}
|