@mobilon-dev/chotto 0.3.101 → 0.3.104
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 +355 -218
- package/dist/components/3_compounds/ChatInput/icons/ArrowIcon.vue.js +40 -0
- package/dist/hooks/messages/canStartEditLastSent.js +16 -0
- package/dist/hooks/uploadFile/generatePreview.js +19 -18
- package/dist/hooks/useMessageDraft.js +85 -65
- package/dist/index.js +192 -186
- 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 +27 -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/messages/canStartEditLastSent.d.ts +22 -0
- package/dist/types/hooks/messages/index.d.ts +1 -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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
import { default as r } from "./components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue.js";
|
|
4
4
|
import { default as f } from "./components/1_atoms/ContactContextMenu/ContactContextMenu.vue.js";
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as d } from "./components/1_atoms/ContextMenu/ContextMenu.vue.js";
|
|
6
6
|
import { default as m } from "./components/1_atoms/EmbedPreview/EmbedPreview.vue.js";
|
|
7
7
|
import { default as x } from "./components/1_atoms/LinkPreview/LinkPreview.vue.js";
|
|
8
8
|
import { default as n } from "./components/1_atoms/Tooltip/Tooltip.vue.js";
|
|
@@ -10,26 +10,26 @@ 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
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
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
|
+
import { default as v } from "./components/1_icons/WhatsAppIcon.vue.js";
|
|
18
|
+
import { default as k } from "./components/1_icons/MessageStatus/ErrorStatusIcon.vue.js";
|
|
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
|
|
22
|
-
import { default as
|
|
21
|
+
import { default as H } from "./components/1_icons/MessageStatus/ReceivedStatusIcon.vue.js";
|
|
22
|
+
import { default as O } 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";
|
|
31
31
|
import { default as fe } from "./components/2_chatinput_elements/FilePreview/FilePreview.vue.js";
|
|
32
|
-
import { default as
|
|
32
|
+
import { default as de } from "./components/2_chatinput_elements/FileUploader/FileUploader.vue.js";
|
|
33
33
|
import { default as me } from "./components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.js";
|
|
34
34
|
import { default as xe } from "./components/2_chatinput_elements/StickerPicker/StickerPicker.vue.js";
|
|
35
35
|
import { default as ne } from "./components/2_chatinput_elements/TemplateSelector/TemplateSelector.vue.js";
|
|
@@ -37,26 +37,26 @@ 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
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
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
|
+
import { default as ve } from "./components/2_elements/AudioRecorder/AudioRecorder.vue.js";
|
|
45
|
+
import { default as ke } from "./components/2_elements/ChannelSelector/ChannelSelector.vue.js";
|
|
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
|
|
49
|
-
import { default as
|
|
48
|
+
import { default as He } from "./components/2_elements/ContactInfo/ContactInfo.vue.js";
|
|
49
|
+
import { default as Oe } 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";
|
|
58
58
|
import { default as ft } from "./components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue.js";
|
|
59
|
-
import { default as
|
|
59
|
+
import { default as dt } from "./components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue.js";
|
|
60
60
|
import { default as mt } from "./components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue.js";
|
|
61
61
|
import { default as xt } from "./components/2_feed_elements/EditTextMessage/EditTextMessage.vue.js";
|
|
62
62
|
import { default as nt } from "./components/2_feed_elements/FeedKeyboard/FeedKeyboard.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
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
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
|
+
import { default as vt } from "./components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js";
|
|
72
|
+
import { default as kt } from "./components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js";
|
|
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
|
|
76
|
-
import { default as
|
|
75
|
+
import { default as Ht } from "./components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js";
|
|
76
|
+
import { default as Ot } 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,208 +90,214 @@ 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
|
|
98
|
-
import { buildFilePreview as
|
|
99
|
-
import { getTypeFileByMime 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 Eo } from "./components/5_containers/FloatContainer/FloatContainer.vue.js";
|
|
98
|
+
import { buildFilePreview as Lo, generatePreview as ko } from "./hooks/uploadFile/generatePreview.js";
|
|
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
|
|
102
|
-
import { useImmediateDebouncedRef as
|
|
103
|
-
import {
|
|
101
|
+
import { useDelayDebouncedRef as Ho } from "./hooks/useDelayDebouncedRef.js";
|
|
102
|
+
import { useImmediateDebouncedRef as Oo } from "./hooks/useImmediateDebouncedRef.js";
|
|
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 da } 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 Ea } from "./hooks/messages/useMessageActions.js";
|
|
121
|
+
import { calculateMessageMenuPosition as La, findAppBoundsRect as ka } 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 Oa } 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 {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
128
|
+
import { canStartEditLastSent as Za, isCursorOnFirstLine as $a, isEditableLastSentCandidate as er } from "./hooks/messages/canStartEditLastSent.js";
|
|
129
|
+
import { buildReplyPayload as or } from "./hooks/messages/buildReplyPayload.js";
|
|
130
|
+
import { buildEditPayload as rr } from "./hooks/messages/buildEditPayload.js";
|
|
131
|
+
import { getEditTooltipLines as fr } from "./hooks/messages/getEditTooltipLines.js";
|
|
132
|
+
import { getDeletedOriginalText as dr, getDeletedTooltipLines as pr } from "./hooks/messages/getDeletedOriginalText.js";
|
|
133
|
+
import { getStatus as ur, getStatusTitle as xr, statuses as ir } from "./functions/getStatusMessage.js";
|
|
134
|
+
import { formatTimestamp as cr } from "./functions/formatTimestamp.js";
|
|
135
|
+
import { playNotificationAudio as gr } from "./functions/playNotificationAudio.js";
|
|
136
|
+
import { insertDaySeparators as Sr } from "./functions/insertDaySeparators.js";
|
|
137
|
+
import { sortByTimestamp as yr } from "./functions/sortByTimestamp.js";
|
|
138
|
+
import { getMessageClass as Tr } from "./functions/getMessageClass.js";
|
|
139
|
+
import { createReactionHandlers as Ar } from "./functions/createReactionHandlers.js";
|
|
140
|
+
import { getChannelAccentColor as Pr } from "./functions/getChannelAccentColor.js";
|
|
141
|
+
import { parseMarkdown as Dr } from "./functions/parseMarkdown.js";
|
|
142
|
+
import { safeMediaPlay as Er, safeMediaPlayVoid as vr } from "./functions/safeMediaPlay.js";
|
|
142
143
|
export {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
To as AdaptiveExtendedLayout,
|
|
145
|
+
ze as AudioMessage,
|
|
146
|
+
ve as AudioRecorder,
|
|
146
147
|
M as AvatarIcon,
|
|
147
|
-
|
|
148
|
-
|
|
148
|
+
Do as BaseContainer,
|
|
149
|
+
Ze as BaseEditMessage,
|
|
149
150
|
So as BaseLayout,
|
|
150
|
-
|
|
151
|
-
|
|
151
|
+
Je as BaseReplyMessage,
|
|
152
|
+
Z as ButtonCommandsSelector,
|
|
152
153
|
r as ButtonContextMenu,
|
|
153
154
|
ee as ButtonEmojiPicker,
|
|
154
155
|
oe as ButtonTemplateSelector,
|
|
155
156
|
re as ButtonWabaTemplateSelector,
|
|
156
157
|
et as CallMessage,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
ke as ChannelSelector,
|
|
159
|
+
Fe as ChatFilter,
|
|
160
|
+
Ve as ChatInfo,
|
|
160
161
|
po as ChatInput,
|
|
161
|
-
|
|
162
|
+
Be as ChatItem,
|
|
162
163
|
io as ChatList,
|
|
163
164
|
uo as ChatListHeader,
|
|
164
165
|
Ue as ChatPanel,
|
|
165
|
-
|
|
166
|
-
|
|
166
|
+
be as ChatTabs,
|
|
167
|
+
Po as ChatWrapper,
|
|
167
168
|
C as CheckIcon,
|
|
168
169
|
h as CloseButtonIcon,
|
|
169
170
|
Q as CommunicationPanel,
|
|
170
171
|
ro as ConfirmDeleteMessage,
|
|
171
172
|
R as ContactCRMIcon,
|
|
172
173
|
f as ContactContextMenu,
|
|
173
|
-
|
|
174
|
-
|
|
174
|
+
He as ContactInfo,
|
|
175
|
+
d as ContextMenu,
|
|
175
176
|
ot as DateMessage,
|
|
176
|
-
|
|
177
|
+
dt as DateMessageSticky,
|
|
177
178
|
rt as DeletedMessageContent,
|
|
178
179
|
mt as DelimiterMessage,
|
|
179
180
|
xt as EditTextMessage,
|
|
180
181
|
m as EmbedPreview,
|
|
181
|
-
|
|
182
|
+
k as ErrorStatusIcon,
|
|
182
183
|
yo as ExtendedLayout,
|
|
183
184
|
co as Feed,
|
|
184
|
-
|
|
185
|
-
|
|
185
|
+
X as FeedFoundItem,
|
|
186
|
+
z as FeedFoundObjects,
|
|
186
187
|
nt as FeedKeyboard,
|
|
187
188
|
Ao as FeedLayout,
|
|
188
|
-
|
|
189
|
+
J as FeedSearch,
|
|
189
190
|
Mt as FileMessage,
|
|
190
191
|
fe as FilePreview,
|
|
191
|
-
|
|
192
|
-
|
|
192
|
+
de as FileUploader,
|
|
193
|
+
Eo as FloatContainer,
|
|
193
194
|
Ct as ImageMessage,
|
|
194
195
|
x as LinkPreview,
|
|
195
|
-
|
|
196
|
+
Qo as MAX_ATTACHED_FILES,
|
|
197
|
+
I as MenuIcon,
|
|
196
198
|
ht as MessageKeyboard,
|
|
197
199
|
Rt as MessageReactions,
|
|
198
|
-
|
|
200
|
+
It as MessageStatusIndicator,
|
|
199
201
|
ft as MissedCallMessage,
|
|
200
|
-
|
|
202
|
+
Zt as Modal,
|
|
201
203
|
eo as ModalFullscreen,
|
|
202
204
|
oo as ModalNoFooter,
|
|
203
|
-
|
|
205
|
+
V as PendingStatusIcon,
|
|
204
206
|
me as PlaceholderComponent,
|
|
205
207
|
U as ReadStatusIcon,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
208
|
+
H as ReceivedStatusIcon,
|
|
209
|
+
Bt as ReplyAudioMessage,
|
|
210
|
+
bt as ReplyCallMessage,
|
|
211
|
+
vt as ReplyFileMessage,
|
|
212
|
+
kt as ReplyImageMessage,
|
|
213
|
+
Vt as ReplyStickerMessage,
|
|
212
214
|
Ut as ReplyTextMessage,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
+
Ht as ReplyVideoMessage,
|
|
216
|
+
F as SearchIcon,
|
|
215
217
|
fo as SelectUser,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
+
O as SentStatusIcon,
|
|
219
|
+
B as SettingsIcon,
|
|
218
220
|
go as SideBar,
|
|
219
|
-
|
|
220
|
-
|
|
221
|
+
Ot as SplashScreen,
|
|
222
|
+
Ft as StickerMessage,
|
|
221
223
|
xe as StickerPicker,
|
|
222
224
|
Qt as SystemMessage,
|
|
223
|
-
|
|
225
|
+
b as TelegramIcon,
|
|
224
226
|
ne as TemplateSelector,
|
|
225
227
|
Me as TextFormatToolbar,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
+
Xt as TextMessage,
|
|
229
|
+
Oe as ThemeMode,
|
|
228
230
|
n as Tooltip,
|
|
229
|
-
|
|
231
|
+
zt as TypingMessage,
|
|
230
232
|
Qe as UserProfile,
|
|
231
|
-
|
|
232
|
-
|
|
233
|
+
Jt as VideoMessage,
|
|
234
|
+
Xe as VideoRecorder,
|
|
233
235
|
Ce as WABAAttachmentSection,
|
|
234
236
|
he as WABAQuickReplyButtons,
|
|
235
237
|
Re as WABASeparatedQuickButtons,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
238
|
+
Ie as WABATemplateSelector,
|
|
239
|
+
v as WhatsAppIcon,
|
|
240
|
+
rr as buildEditPayload,
|
|
241
|
+
Lo as buildFilePreview,
|
|
242
|
+
or as buildReplyPayload,
|
|
243
|
+
La as calculateMessageMenuPosition,
|
|
244
|
+
Za as canStartEditLastSent,
|
|
245
|
+
_o as commitChatDraftToList,
|
|
246
|
+
Ar as createReactionHandlers,
|
|
247
|
+
ka as findAppBoundsRect,
|
|
248
|
+
cr as formatTimestamp,
|
|
249
|
+
ko as generatePreview,
|
|
250
|
+
Pr as getChannelAccentColor,
|
|
251
|
+
Xo as getChatDraft,
|
|
252
|
+
dr as getDeletedOriginalText,
|
|
253
|
+
pr as getDeletedTooltipLines,
|
|
254
|
+
qo as getDraftFiles,
|
|
255
|
+
fr as getEditTooltipLines,
|
|
256
|
+
Tr as getMessageClass,
|
|
257
|
+
Sa as getMessageValidationReport,
|
|
258
|
+
Ia as getSidebarValidationReport,
|
|
259
|
+
ur as getStatus,
|
|
260
|
+
xr as getStatusTitle,
|
|
261
|
+
Vo as getTypeFileByMime,
|
|
262
|
+
na as getValidationReport,
|
|
259
263
|
za as hideEditPreview,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
264
|
+
Qa as hideReplyPreview,
|
|
265
|
+
Sr as insertDaySeparators,
|
|
266
|
+
$a as isCursorOnFirstLine,
|
|
267
|
+
er as isEditableLastSentCandidate,
|
|
268
|
+
Dr as parseMarkdown,
|
|
269
|
+
gr as playNotificationAudio,
|
|
270
|
+
Er as safeMediaPlay,
|
|
271
|
+
vr as safeMediaPlayVoid,
|
|
266
272
|
Ga as showEditPreview,
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
273
|
+
_a as showReplyPreview,
|
|
274
|
+
yr as sortByTimestamp,
|
|
275
|
+
ir as statuses,
|
|
270
276
|
Uo as uploadFile,
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
277
|
+
Ha as useChannelAccentColor,
|
|
278
|
+
ga as useChatValidator,
|
|
279
|
+
da as useConfirmDeleteMessage,
|
|
280
|
+
Ho as useDelayDebouncedRef,
|
|
281
|
+
ea as useEmojiNative,
|
|
282
|
+
Oo as useImmediateDebouncedRef,
|
|
283
|
+
Ea as useMessageActions,
|
|
278
284
|
zo as useMessageDraft,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
285
|
+
Ua as useMessageLinks,
|
|
286
|
+
Va as useMessageMenuActions,
|
|
287
|
+
Ra as useMessageValidator,
|
|
288
|
+
oa as useModalCreateChat,
|
|
289
|
+
ra as useModalCreateChat2,
|
|
290
|
+
fa as useModalCreateDialog,
|
|
291
|
+
ma as useModalSelectUser2,
|
|
292
|
+
xa as useModalVideoRecorder,
|
|
287
293
|
Jo as useSearchModel,
|
|
288
|
-
|
|
294
|
+
Pa as useSidebarValidator,
|
|
289
295
|
Ja as useStartEdit,
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
296
|
+
Xa as useStartReply,
|
|
297
|
+
Oa as useSubtextTooltip,
|
|
298
|
+
Zo as useTheme,
|
|
299
|
+
Da as useValidation,
|
|
300
|
+
ca as validateChats,
|
|
301
|
+
ha as validateMessages,
|
|
302
|
+
Aa as validateSidebarItems
|
|
297
303
|
};
|
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": "Поиск по сообщениям в чате",
|