@mobilon-dev/chotto 0.3.101 → 0.3.103
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/dist/chotto.css +1 -1
- package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue.js +4 -3
- package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue2.js +72 -119
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue.js +2 -2
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue2.js +109 -88
- package/dist/components/3_compounds/ChatInput/ChatInput.vue.js +2 -2
- package/dist/components/3_compounds/ChatInput/ChatInput.vue2.js +334 -225
- package/dist/components/3_compounds/ChatInput/icons/ArrowIcon.vue.js +40 -0
- package/dist/hooks/uploadFile/generatePreview.js +19 -18
- package/dist/hooks/useMessageDraft.js +85 -65
- package/dist/index.js +159 -157
- package/dist/locale/en.js +4 -0
- package/dist/locale/ru.js +4 -0
- package/dist/themes/dark.css +1 -1
- package/dist/themes/default.css +1 -1
- package/dist/themes/glass.css +1 -1
- package/dist/themes/green.css +1 -1
- package/dist/themes/mobilon1.css +1 -1
- package/dist/types/components/2_chatinput_elements/FilePreview/stories/FilePreview.stories.d.ts +3 -3
- package/dist/types/components/2_chatinput_elements/FilePreview/styles/types.d.ts +135 -127
- package/dist/types/components/2_chatinput_elements/FileUploader/FileUploader.vue.d.ts +9 -0
- package/dist/types/components/3_compounds/ChatInput/ChatInput.vue.d.ts +14 -3
- package/dist/types/components/3_compounds/ChatInput/icons/ArrowIcon.vue.d.ts +2 -0
- package/dist/types/components/3_compounds/ChatInput/icons/index.d.ts +1 -0
- package/dist/types/components/3_compounds/ChatInput/styles/types.d.ts +74 -0
- package/dist/types/hooks/useMessageDraft.d.ts +10 -3
- package/dist/types/locale/en.d.ts +4 -0
- package/dist/types/locale/ru.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10,21 +10,21 @@ import { default as M } from "./components/1_icons/AvatarIcon.vue.js";
|
|
|
10
10
|
import { default as C } from "./components/1_icons/CheckIcon.vue.js";
|
|
11
11
|
import { default as h } from "./components/1_icons/CloseButtonIcon.vue.js";
|
|
12
12
|
import { default as R } from "./components/1_icons/ContactCRMIcon.vue.js";
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
13
|
+
import { default as I } from "./components/1_icons/MenuIcon.vue.js";
|
|
14
|
+
import { default as F } from "./components/1_icons/SearchIcon.vue.js";
|
|
15
|
+
import { default as B } from "./components/1_icons/SettingsIcon.vue.js";
|
|
16
|
+
import { default as b } from "./components/1_icons/TelegramIcon.vue.js";
|
|
17
17
|
import { default as E } from "./components/1_icons/WhatsAppIcon.vue.js";
|
|
18
18
|
import { default as w } from "./components/1_icons/MessageStatus/ErrorStatusIcon.vue.js";
|
|
19
|
-
import { default as
|
|
19
|
+
import { default as V } from "./components/1_icons/MessageStatus/PendingStatusIcon.vue.js";
|
|
20
20
|
import { default as U } from "./components/1_icons/MessageStatus/ReadStatusIcon.vue.js";
|
|
21
|
-
import { default as
|
|
21
|
+
import { default as H } from "./components/1_icons/MessageStatus/ReceivedStatusIcon.vue.js";
|
|
22
22
|
import { default as K } from "./components/1_icons/MessageStatus/SentStatusIcon.vue.js";
|
|
23
23
|
import { default as Q } from "./components/2_blocks/CommunicationPanel/CommunicationPanel.vue.js";
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
24
|
+
import { default as X } from "./components/2_blocks/FeedFoundItem/FeedFoundItem.vue.js";
|
|
25
|
+
import { default as z } from "./components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue.js";
|
|
26
|
+
import { default as J } from "./components/2_blocks/FeedSearch/FeedSearch.vue.js";
|
|
27
|
+
import { default as Z } from "./components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue.js";
|
|
28
28
|
import { default as ee } from "./components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue.js";
|
|
29
29
|
import { default as oe } from "./components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue.js";
|
|
30
30
|
import { default as re } from "./components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js";
|
|
@@ -37,21 +37,21 @@ import { default as Me } from "./components/2_chatinput_elements/TextFormatToolb
|
|
|
37
37
|
import { default as Ce } from "./components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.js";
|
|
38
38
|
import { default as he } from "./components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue.js";
|
|
39
39
|
import { default as Re } from "./components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue.js";
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
40
|
+
import { default as Ie } from "./components/2_chatinput_elements/WABATemplateSelector/WABATemplateSelector.vue.js";
|
|
41
|
+
import { default as Fe } from "./components/2_chatlist_elements/ChatFilter/ChatFilter.vue.js";
|
|
42
|
+
import { default as Be } from "./components/2_chatlist_elements/ChatItem/ChatItem.vue.js";
|
|
43
|
+
import { default as be } from "./components/2_chatlist_elements/ChatTabs/ChatTabs.vue.js";
|
|
44
44
|
import { default as Ee } from "./components/2_elements/AudioRecorder/AudioRecorder.vue.js";
|
|
45
45
|
import { default as we } from "./components/2_elements/ChannelSelector/ChannelSelector.vue.js";
|
|
46
|
-
import { default as
|
|
46
|
+
import { default as Ve } from "./components/2_elements/ChatInfo/ChatInfo.vue.js";
|
|
47
47
|
import { default as Ue } from "./components/2_elements/ChatPanel/ChatPanel.vue.js";
|
|
48
|
-
import { default as
|
|
48
|
+
import { default as He } from "./components/2_elements/ContactInfo/ContactInfo.vue.js";
|
|
49
49
|
import { default as Ke } from "./components/2_elements/ThemeMode/ThemeMode.vue.js";
|
|
50
50
|
import { default as Qe } from "./components/2_elements/UserProfile/UserProfile.vue.js";
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
51
|
+
import { default as Xe } from "./components/2_elements/VideoRecorder/VideoRecorder.vue.js";
|
|
52
|
+
import { default as ze } from "./components/2_feed_elements/AudioMessage/AudioMessage.vue.js";
|
|
53
|
+
import { default as Je } from "./components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.js";
|
|
54
|
+
import { default as Ze } from "./components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue.js";
|
|
55
55
|
import { default as et } from "./components/2_feed_elements/CallMessage/CallMessage.vue.js";
|
|
56
56
|
import { default as ot } from "./components/2_feed_elements/DateMessage/DateMessage.vue.js";
|
|
57
57
|
import { default as rt } from "./components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue.js";
|
|
@@ -64,21 +64,21 @@ import { default as Mt } from "./components/2_feed_elements/FileMessage/FileMess
|
|
|
64
64
|
import { default as Ct } from "./components/2_feed_elements/ImageMessage/ImageMessage.vue.js";
|
|
65
65
|
import { default as ht } from "./components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.js";
|
|
66
66
|
import { default as Rt } from "./components/2_feed_elements/MessageReactions/MessageReactions.vue.js";
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
67
|
+
import { default as It } from "./components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue.js";
|
|
68
|
+
import { default as Ft } from "./components/2_feed_elements/StickerMessage/StickerMessage.vue.js";
|
|
69
|
+
import { default as Bt } from "./components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue.js";
|
|
70
|
+
import { default as bt } from "./components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue.js";
|
|
71
71
|
import { default as Et } from "./components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js";
|
|
72
72
|
import { default as wt } from "./components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js";
|
|
73
|
-
import { default as
|
|
73
|
+
import { default as Vt } from "./components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.js";
|
|
74
74
|
import { default as Ut } from "./components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue.js";
|
|
75
|
-
import { default as
|
|
75
|
+
import { default as Ht } from "./components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js";
|
|
76
76
|
import { default as Kt } from "./components/2_feed_elements/SplashScreen/SplashScreen.vue.js";
|
|
77
77
|
import { default as Qt } from "./components/2_feed_elements/SystemMessage/SystemMessage.vue.js";
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
78
|
+
import { default as Xt } from "./components/2_feed_elements/TextMessage/TextMessage.vue.js";
|
|
79
|
+
import { default as zt } from "./components/2_feed_elements/TypingMessage/TypingMessage.vue.js";
|
|
80
|
+
import { default as Jt } from "./components/2_feed_elements/VideoMessage/VideoMessage.vue.js";
|
|
81
|
+
import { default as Zt } from "./components/2_modals/Modal/Modal.vue.js";
|
|
82
82
|
import { default as eo } from "./components/2_modals/ModalFullscreen/ModalFullscreen.vue.js";
|
|
83
83
|
import { default as oo } from "./components/2_modals/ModalNoFooter/ModalNoFooter.vue.js";
|
|
84
84
|
import { default as ro } from "./components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue.js";
|
|
@@ -90,87 +90,87 @@ import { default as co } from "./components/3_compounds/Feed/Feed.vue.js";
|
|
|
90
90
|
import { default as go } from "./components/3_compounds/SideBar/SideBar.vue.js";
|
|
91
91
|
import { default as So } from "./components/4_layouts/BaseLayout/BaseLayout.vue.js";
|
|
92
92
|
import { default as yo } from "./components/4_layouts/ExtendedLayout/ExtendedLayout.vue.js";
|
|
93
|
-
import { default as
|
|
93
|
+
import { default as To } from "./components/4_layouts/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.js";
|
|
94
94
|
import { default as Ao } from "./components/4_layouts/FeedLayout/FeedLayout.vue.js";
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
95
|
+
import { default as Po } from "./components/4_layouts/ChatWrapper/ChatWrapper.vue.js";
|
|
96
|
+
import { default as Do } from "./components/5_containers/BaseContainer/BaseContainer.vue.js";
|
|
97
|
+
import { default as vo } from "./components/5_containers/FloatContainer/FloatContainer.vue.js";
|
|
98
98
|
import { buildFilePreview as ko, generatePreview as wo } from "./hooks/uploadFile/generatePreview.js";
|
|
99
|
-
import { getTypeFileByMime as
|
|
99
|
+
import { getTypeFileByMime as Vo } from "./hooks/uploadFile/getTypeFileByMime.js";
|
|
100
100
|
import { uploadFile as Uo } from "./hooks/uploadFile/uploadFile.js";
|
|
101
|
-
import { useDelayDebouncedRef as
|
|
101
|
+
import { useDelayDebouncedRef as Ho } from "./hooks/useDelayDebouncedRef.js";
|
|
102
102
|
import { useImmediateDebouncedRef as Ko } from "./hooks/useImmediateDebouncedRef.js";
|
|
103
|
-
import {
|
|
103
|
+
import { MAX_ATTACHED_FILES as Qo, commitChatDraftToList as _o, getChatDraft as Xo, getDraftFiles as qo, useMessageDraft as zo } from "./hooks/useMessageDraft.js";
|
|
104
104
|
import { useSearchModel as Jo } from "./hooks/useSearchModel.js";
|
|
105
|
-
import { useTheme as
|
|
106
|
-
import { useEmojiNative as
|
|
107
|
-
import { useModalCreateChat as
|
|
108
|
-
import { useModalCreateChat2 as
|
|
109
|
-
import { useModalCreateDialog as
|
|
110
|
-
import { useConfirmDeleteMessage as
|
|
111
|
-
import { useModalSelectUser2 as
|
|
112
|
-
import { useModalVideoRecorder as
|
|
113
|
-
import { getValidationReport as
|
|
114
|
-
import { useChatValidator as
|
|
115
|
-
import { getMessageValidationReport as
|
|
116
|
-
import { useMessageValidator as
|
|
117
|
-
import { getSidebarValidationReport as
|
|
118
|
-
import { useSidebarValidator as
|
|
119
|
-
import { useValidation as
|
|
120
|
-
import { useMessageActions as
|
|
121
|
-
import { calculateMessageMenuPosition as
|
|
122
|
-
import { useMessageMenuActions as
|
|
123
|
-
import { useMessageLinks as
|
|
124
|
-
import { useChannelAccentColor as
|
|
125
|
-
import { useSubtextTooltip as
|
|
126
|
-
import { hideReplyPreview as
|
|
105
|
+
import { useTheme as Zo } from "./hooks/useTheme.js";
|
|
106
|
+
import { useEmojiNative as ea } from "./hooks/useEmojiNative.js";
|
|
107
|
+
import { useModalCreateChat as oa } from "./hooks/modals/useCreateChat.js";
|
|
108
|
+
import { useModalCreateChat2 as ra } from "./hooks/modals/useCreateChat2.js";
|
|
109
|
+
import { useModalCreateDialog as fa } from "./hooks/modals/useCreateDialog.js";
|
|
110
|
+
import { useConfirmDeleteMessage as pa } from "./hooks/modals/useConfirmDeleteMessage.js";
|
|
111
|
+
import { useModalSelectUser2 as ma } from "./hooks/modals/useModalSelectUser2.js";
|
|
112
|
+
import { useModalVideoRecorder as xa } from "./hooks/modals/useVideoRecorder.js";
|
|
113
|
+
import { getValidationReport as na, validateChats as ca } from "./hooks/validators/chats/chatValidator.js";
|
|
114
|
+
import { useChatValidator as ga } from "./hooks/validators/chats/useChatValidator.js";
|
|
115
|
+
import { getMessageValidationReport as Sa, validateMessages as ha } from "./hooks/validators/messages/messageValidator.js";
|
|
116
|
+
import { useMessageValidator as Ra } from "./hooks/validators/messages/useMessageValidator.js";
|
|
117
|
+
import { getSidebarValidationReport as Ia, validateSidebarItems as Aa } from "./hooks/validators/sidebar/sidebarValidator.js";
|
|
118
|
+
import { useSidebarValidator as Pa } from "./hooks/validators/sidebar/useSidebarValidator.js";
|
|
119
|
+
import { useValidation as Da } from "./hooks/validators/useValidation.js";
|
|
120
|
+
import { useMessageActions as va } from "./hooks/messages/useMessageActions.js";
|
|
121
|
+
import { calculateMessageMenuPosition as ka, findAppBoundsRect as wa } from "./hooks/messages/calculateMessageMenuPosition.js";
|
|
122
|
+
import { useMessageMenuActions as Va } from "./hooks/messages/useMessageMenuActions.js";
|
|
123
|
+
import { useMessageLinks as Ua } from "./hooks/messages/useMessageLinks.js";
|
|
124
|
+
import { useChannelAccentColor as Ha } from "./hooks/messages/useChannelAccentColor.js";
|
|
125
|
+
import { useSubtextTooltip as Ka } from "./hooks/messages/useSubtextTooltip.js";
|
|
126
|
+
import { hideReplyPreview as Qa, showReplyPreview as _a, useStartReply as Xa } from "./hooks/messages/useStartReply.js";
|
|
127
127
|
import { hideEditPreview as za, showEditPreview as Ga, useStartEdit as Ja } from "./hooks/messages/useStartEdit.js";
|
|
128
|
-
import { buildReplyPayload as
|
|
129
|
-
import { buildEditPayload as
|
|
130
|
-
import { getEditTooltipLines as
|
|
131
|
-
import { getDeletedOriginalText as
|
|
132
|
-
import { getStatus as
|
|
133
|
-
import { formatTimestamp as
|
|
134
|
-
import { playNotificationAudio as
|
|
135
|
-
import { insertDaySeparators as
|
|
136
|
-
import { sortByTimestamp as
|
|
137
|
-
import { getMessageClass as
|
|
138
|
-
import { createReactionHandlers as
|
|
139
|
-
import { getChannelAccentColor as
|
|
140
|
-
import { parseMarkdown as
|
|
141
|
-
import { safeMediaPlay as
|
|
128
|
+
import { buildReplyPayload as Za } from "./hooks/messages/buildReplyPayload.js";
|
|
129
|
+
import { buildEditPayload as er } from "./hooks/messages/buildEditPayload.js";
|
|
130
|
+
import { getEditTooltipLines as or } from "./hooks/messages/getEditTooltipLines.js";
|
|
131
|
+
import { getDeletedOriginalText as rr, getDeletedTooltipLines as sr } from "./hooks/messages/getDeletedOriginalText.js";
|
|
132
|
+
import { getStatus as lr, getStatusTitle as pr, statuses as dr } from "./functions/getStatusMessage.js";
|
|
133
|
+
import { formatTimestamp as ur } from "./functions/formatTimestamp.js";
|
|
134
|
+
import { playNotificationAudio as ir } from "./functions/playNotificationAudio.js";
|
|
135
|
+
import { insertDaySeparators as cr } from "./functions/insertDaySeparators.js";
|
|
136
|
+
import { sortByTimestamp as gr } from "./functions/sortByTimestamp.js";
|
|
137
|
+
import { getMessageClass as Sr } from "./functions/getMessageClass.js";
|
|
138
|
+
import { createReactionHandlers as yr } from "./functions/createReactionHandlers.js";
|
|
139
|
+
import { getChannelAccentColor as Tr } from "./functions/getChannelAccentColor.js";
|
|
140
|
+
import { parseMarkdown as Ar } from "./functions/parseMarkdown.js";
|
|
141
|
+
import { safeMediaPlay as Pr, safeMediaPlayVoid as Br } from "./functions/safeMediaPlay.js";
|
|
142
142
|
export {
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
To as AdaptiveExtendedLayout,
|
|
144
|
+
ze as AudioMessage,
|
|
145
145
|
Ee as AudioRecorder,
|
|
146
146
|
M as AvatarIcon,
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
Do as BaseContainer,
|
|
148
|
+
Ze as BaseEditMessage,
|
|
149
149
|
So as BaseLayout,
|
|
150
|
-
|
|
151
|
-
|
|
150
|
+
Je as BaseReplyMessage,
|
|
151
|
+
Z as ButtonCommandsSelector,
|
|
152
152
|
r as ButtonContextMenu,
|
|
153
153
|
ee as ButtonEmojiPicker,
|
|
154
154
|
oe as ButtonTemplateSelector,
|
|
155
155
|
re as ButtonWabaTemplateSelector,
|
|
156
156
|
et as CallMessage,
|
|
157
157
|
we as ChannelSelector,
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
Fe as ChatFilter,
|
|
159
|
+
Ve as ChatInfo,
|
|
160
160
|
po as ChatInput,
|
|
161
|
-
|
|
161
|
+
Be as ChatItem,
|
|
162
162
|
io as ChatList,
|
|
163
163
|
uo as ChatListHeader,
|
|
164
164
|
Ue as ChatPanel,
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
be as ChatTabs,
|
|
166
|
+
Po as ChatWrapper,
|
|
167
167
|
C as CheckIcon,
|
|
168
168
|
h as CloseButtonIcon,
|
|
169
169
|
Q as CommunicationPanel,
|
|
170
170
|
ro as ConfirmDeleteMessage,
|
|
171
171
|
R as ContactCRMIcon,
|
|
172
172
|
f as ContactContextMenu,
|
|
173
|
-
|
|
173
|
+
He as ContactInfo,
|
|
174
174
|
p as ContextMenu,
|
|
175
175
|
ot as DateMessage,
|
|
176
176
|
pt as DateMessageSticky,
|
|
@@ -181,117 +181,119 @@ export {
|
|
|
181
181
|
w as ErrorStatusIcon,
|
|
182
182
|
yo as ExtendedLayout,
|
|
183
183
|
co as Feed,
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
X as FeedFoundItem,
|
|
185
|
+
z as FeedFoundObjects,
|
|
186
186
|
nt as FeedKeyboard,
|
|
187
187
|
Ao as FeedLayout,
|
|
188
|
-
|
|
188
|
+
J as FeedSearch,
|
|
189
189
|
Mt as FileMessage,
|
|
190
190
|
fe as FilePreview,
|
|
191
191
|
pe as FileUploader,
|
|
192
|
-
|
|
192
|
+
vo as FloatContainer,
|
|
193
193
|
Ct as ImageMessage,
|
|
194
194
|
x as LinkPreview,
|
|
195
|
-
|
|
195
|
+
Qo as MAX_ATTACHED_FILES,
|
|
196
|
+
I as MenuIcon,
|
|
196
197
|
ht as MessageKeyboard,
|
|
197
198
|
Rt as MessageReactions,
|
|
198
|
-
|
|
199
|
+
It as MessageStatusIndicator,
|
|
199
200
|
ft as MissedCallMessage,
|
|
200
|
-
|
|
201
|
+
Zt as Modal,
|
|
201
202
|
eo as ModalFullscreen,
|
|
202
203
|
oo as ModalNoFooter,
|
|
203
|
-
|
|
204
|
+
V as PendingStatusIcon,
|
|
204
205
|
me as PlaceholderComponent,
|
|
205
206
|
U as ReadStatusIcon,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
207
|
+
H as ReceivedStatusIcon,
|
|
208
|
+
Bt as ReplyAudioMessage,
|
|
209
|
+
bt as ReplyCallMessage,
|
|
209
210
|
Et as ReplyFileMessage,
|
|
210
211
|
wt as ReplyImageMessage,
|
|
211
|
-
|
|
212
|
+
Vt as ReplyStickerMessage,
|
|
212
213
|
Ut as ReplyTextMessage,
|
|
213
|
-
|
|
214
|
-
|
|
214
|
+
Ht as ReplyVideoMessage,
|
|
215
|
+
F as SearchIcon,
|
|
215
216
|
fo as SelectUser,
|
|
216
217
|
K as SentStatusIcon,
|
|
217
|
-
|
|
218
|
+
B as SettingsIcon,
|
|
218
219
|
go as SideBar,
|
|
219
220
|
Kt as SplashScreen,
|
|
220
|
-
|
|
221
|
+
Ft as StickerMessage,
|
|
221
222
|
xe as StickerPicker,
|
|
222
223
|
Qt as SystemMessage,
|
|
223
|
-
|
|
224
|
+
b as TelegramIcon,
|
|
224
225
|
ne as TemplateSelector,
|
|
225
226
|
Me as TextFormatToolbar,
|
|
226
|
-
|
|
227
|
+
Xt as TextMessage,
|
|
227
228
|
Ke as ThemeMode,
|
|
228
229
|
n as Tooltip,
|
|
229
|
-
|
|
230
|
+
zt as TypingMessage,
|
|
230
231
|
Qe as UserProfile,
|
|
231
|
-
|
|
232
|
-
|
|
232
|
+
Jt as VideoMessage,
|
|
233
|
+
Xe as VideoRecorder,
|
|
233
234
|
Ce as WABAAttachmentSection,
|
|
234
235
|
he as WABAQuickReplyButtons,
|
|
235
236
|
Re as WABASeparatedQuickButtons,
|
|
236
|
-
|
|
237
|
+
Ie as WABATemplateSelector,
|
|
237
238
|
E as WhatsAppIcon,
|
|
238
|
-
|
|
239
|
+
er as buildEditPayload,
|
|
239
240
|
ko as buildFilePreview,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
241
|
+
Za as buildReplyPayload,
|
|
242
|
+
ka as calculateMessageMenuPosition,
|
|
243
|
+
_o as commitChatDraftToList,
|
|
244
|
+
yr as createReactionHandlers,
|
|
245
|
+
wa as findAppBoundsRect,
|
|
246
|
+
ur as formatTimestamp,
|
|
246
247
|
wo as generatePreview,
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
248
|
+
Tr as getChannelAccentColor,
|
|
249
|
+
Xo as getChatDraft,
|
|
250
|
+
rr as getDeletedOriginalText,
|
|
251
|
+
sr as getDeletedTooltipLines,
|
|
252
|
+
qo as getDraftFiles,
|
|
253
|
+
or as getEditTooltipLines,
|
|
254
|
+
Sr as getMessageClass,
|
|
255
|
+
Sa as getMessageValidationReport,
|
|
256
|
+
Ia as getSidebarValidationReport,
|
|
257
|
+
lr as getStatus,
|
|
258
|
+
pr as getStatusTitle,
|
|
259
|
+
Vo as getTypeFileByMime,
|
|
260
|
+
na as getValidationReport,
|
|
259
261
|
za as hideEditPreview,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
262
|
+
Qa as hideReplyPreview,
|
|
263
|
+
cr as insertDaySeparators,
|
|
264
|
+
Ar as parseMarkdown,
|
|
265
|
+
ir as playNotificationAudio,
|
|
266
|
+
Pr as safeMediaPlay,
|
|
267
|
+
Br as safeMediaPlayVoid,
|
|
266
268
|
Ga as showEditPreview,
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
269
|
+
_a as showReplyPreview,
|
|
270
|
+
gr as sortByTimestamp,
|
|
271
|
+
dr as statuses,
|
|
270
272
|
Uo as uploadFile,
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
273
|
+
Ha as useChannelAccentColor,
|
|
274
|
+
ga as useChatValidator,
|
|
275
|
+
pa as useConfirmDeleteMessage,
|
|
276
|
+
Ho as useDelayDebouncedRef,
|
|
277
|
+
ea as useEmojiNative,
|
|
276
278
|
Ko as useImmediateDebouncedRef,
|
|
277
|
-
|
|
279
|
+
va as useMessageActions,
|
|
278
280
|
zo as useMessageDraft,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
281
|
+
Ua as useMessageLinks,
|
|
282
|
+
Va as useMessageMenuActions,
|
|
283
|
+
Ra as useMessageValidator,
|
|
284
|
+
oa as useModalCreateChat,
|
|
285
|
+
ra as useModalCreateChat2,
|
|
286
|
+
fa as useModalCreateDialog,
|
|
287
|
+
ma as useModalSelectUser2,
|
|
288
|
+
xa as useModalVideoRecorder,
|
|
287
289
|
Jo as useSearchModel,
|
|
288
|
-
|
|
290
|
+
Pa as useSidebarValidator,
|
|
289
291
|
Ja as useStartEdit,
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
292
|
+
Xa as useStartReply,
|
|
293
|
+
Ka as useSubtextTooltip,
|
|
294
|
+
Zo as useTheme,
|
|
295
|
+
Da as useValidation,
|
|
296
|
+
ca as validateChats,
|
|
297
|
+
ha as validateMessages,
|
|
298
|
+
Aa as validateSidebarItems
|
|
297
299
|
};
|
package/dist/locale/en.js
CHANGED
|
@@ -9,6 +9,10 @@ const e = {
|
|
|
9
9
|
"component.ChatInput.WhatsappInputPlaceholder": "Type a message WhatsApp or change channel",
|
|
10
10
|
"component.ChatInput.SmsInputPlaceholder": "Type a message SMS or change channel",
|
|
11
11
|
"component.ChatInput.MaxInputPlaceholder": "Type a message Max or change channel",
|
|
12
|
+
"component.ChatInput.FilesSelected": "Selected",
|
|
13
|
+
"component.ChatInput.FilesSelectedCount": "{count} of {max}",
|
|
14
|
+
"component.ChatInput.FilesScrollLeft": "Previous files",
|
|
15
|
+
"component.ChatInput.FilesScrollRight": "Next files",
|
|
12
16
|
"component.FeedFoundObjects.results": "Search results",
|
|
13
17
|
"component.FeedFoundObjects.notFound": "Messages not found",
|
|
14
18
|
"component.FeedFoundObjects.notSearched": "Message search in chat",
|
package/dist/locale/ru.js
CHANGED
|
@@ -9,6 +9,10 @@ const e = {
|
|
|
9
9
|
"component.ChatInput.TelegramInputPlaceholder": "Введите сообщение Telegram или смените канал",
|
|
10
10
|
"component.ChatInput.SmsInputPlaceholder": "Введите сообщение SMS или смените канал",
|
|
11
11
|
"component.ChatInput.MaxInputPlaceholder": "Введите сообщение Max или смените канал",
|
|
12
|
+
"component.ChatInput.FilesSelected": "Выбрано",
|
|
13
|
+
"component.ChatInput.FilesSelectedCount": "{count} из {max}",
|
|
14
|
+
"component.ChatInput.FilesScrollLeft": "Предыдущие файлы",
|
|
15
|
+
"component.ChatInput.FilesScrollRight": "Следующие файлы",
|
|
12
16
|
"component.FeedFoundObjects.results": "Результаты поиска",
|
|
13
17
|
"component.FeedFoundObjects.notFound": "Сообщения не найдены",
|
|
14
18
|
"component.FeedFoundObjects.notSearched": "Поиск по сообщениям в чате",
|