@mobilon-dev/chotto 0.3.107 → 0.3.109
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/README.md +33 -0
- package/dist/chotto.css +1 -1
- package/dist/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js +32 -27
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue.js +1 -1
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue2.js +58 -54
- package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.js +2 -2
- package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue2.js +55 -56
- package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue.js +2 -2
- package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue2.js +42 -35
- package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue.js +2 -2
- package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue2.js +29 -22
- package/dist/hooks/messages/useMessageHoverActions.js +9 -8
- package/dist/hooks/uploadFile/types.js +4 -0
- package/dist/hooks/uploadFile/uploadFile.js +12 -13
- package/dist/hooks/uploadFile/useChottoUploader.js +56 -0
- package/dist/index.js +157 -152
- package/dist/types/apps/data/messages.d.ts +197 -0
- package/dist/types/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.d.ts +2 -0
- package/dist/types/components/2_chatinput_elements/FileUploader/FileUploader.vue.d.ts +11 -0
- package/dist/types/components/2_chatinput_elements/FileUploader/stories/FileUploader.stories.d.ts +2 -0
- package/dist/types/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.d.ts +13 -1
- package/dist/types/components/2_chatinput_elements/WABAAttachmentSection/stories/WABAAttachmentSection.stories.d.ts +11 -1
- package/dist/types/components/2_elements/AudioRecorder/AudioRecorder.vue.d.ts +11 -0
- package/dist/types/components/2_elements/VideoRecorder/VideoRecorder.vue.d.ts +11 -0
- package/dist/types/hooks/messages/useMessageHoverActions.d.ts +2 -1
- package/dist/types/hooks/uploadFile/index.d.ts +2 -0
- package/dist/types/hooks/uploadFile/types.d.ts +12 -0
- package/dist/types/hooks/uploadFile/uploadFile.d.ts +2 -3
- package/dist/types/hooks/uploadFile/useChottoUploader.d.ts +16 -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 p } 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";
|
|
@@ -11,16 +11,16 @@ 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
13
|
import { default as T } from "./components/1_icons/MenuIcon.vue.js";
|
|
14
|
-
import { default as
|
|
14
|
+
import { default as I } from "./components/1_icons/SearchIcon.vue.js";
|
|
15
15
|
import { default as E } from "./components/1_icons/SettingsIcon.vue.js";
|
|
16
16
|
import { default as D } from "./components/1_icons/TelegramIcon.vue.js";
|
|
17
17
|
import { default as v } from "./components/1_icons/WhatsAppIcon.vue.js";
|
|
18
18
|
import { default as k } from "./components/1_icons/MessageStatus/ErrorStatusIcon.vue.js";
|
|
19
19
|
import { default as V } from "./components/1_icons/MessageStatus/PendingStatusIcon.vue.js";
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
20
|
+
import { default as W } from "./components/1_icons/MessageStatus/ReadStatusIcon.vue.js";
|
|
21
|
+
import { default as _ } from "./components/1_icons/MessageStatus/ReceivedStatusIcon.vue.js";
|
|
22
|
+
import { default as N } from "./components/1_icons/MessageStatus/SentStatusIcon.vue.js";
|
|
23
|
+
import { default as j } from "./components/2_blocks/CommunicationPanel/CommunicationPanel.vue.js";
|
|
24
24
|
import { default as G } from "./components/2_blocks/FeedFoundItem/FeedFoundItem.vue.js";
|
|
25
25
|
import { default as Y } from "./components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue.js";
|
|
26
26
|
import { default as z } from "./components/2_blocks/FeedSearch/FeedSearch.vue.js";
|
|
@@ -29,7 +29,7 @@ import { default as ee } from "./components/2_chatinput_elements/ButtonEmojiPick
|
|
|
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 pe } 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";
|
|
@@ -38,16 +38,16 @@ import { default as Ce } from "./components/2_chatinput_elements/WABAAttachmentS
|
|
|
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
40
|
import { default as Te } from "./components/2_chatinput_elements/WABATemplateSelector/WABATemplateSelector.vue.js";
|
|
41
|
-
import { default as
|
|
41
|
+
import { default as Ie } from "./components/2_chatlist_elements/ChatFilter/ChatFilter.vue.js";
|
|
42
42
|
import { default as Ee } from "./components/2_chatlist_elements/ChatItem/ChatItem.vue.js";
|
|
43
43
|
import { default as De } from "./components/2_chatlist_elements/ChatTabs/ChatTabs.vue.js";
|
|
44
44
|
import { default as ve } from "./components/2_elements/AudioRecorder/AudioRecorder.vue.js";
|
|
45
45
|
import { default as ke } from "./components/2_elements/ChannelSelector/ChannelSelector.vue.js";
|
|
46
46
|
import { default as Ve } from "./components/2_elements/ChatInfo/ChatInfo.vue.js";
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
47
|
+
import { default as We } from "./components/2_elements/ChatPanel/ChatPanel.vue.js";
|
|
48
|
+
import { default as _e } from "./components/2_elements/ContactInfo/ContactInfo.vue.js";
|
|
49
|
+
import { default as Ne } from "./components/2_elements/ThemeMode/ThemeMode.vue.js";
|
|
50
|
+
import { default as je } from "./components/2_elements/UserProfile/UserProfile.vue.js";
|
|
51
51
|
import { default as Ge } from "./components/2_elements/VideoRecorder/VideoRecorder.vue.js";
|
|
52
52
|
import { default as Ye } from "./components/2_feed_elements/AudioMessage/AudioMessage.vue.js";
|
|
53
53
|
import { default as ze } from "./components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.js";
|
|
@@ -56,7 +56,7 @@ import { default as et } from "./components/2_feed_elements/BaseEditMessage/Base
|
|
|
56
56
|
import { default as ot } from "./components/2_feed_elements/CallMessage/CallMessage.vue.js";
|
|
57
57
|
import { default as rt } from "./components/2_feed_elements/DateMessage/DateMessage.vue.js";
|
|
58
58
|
import { default as ft } from "./components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue.js";
|
|
59
|
-
import { default as
|
|
59
|
+
import { default as pt } from "./components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue.js";
|
|
60
60
|
import { default as mt } from "./components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue.js";
|
|
61
61
|
import { default as xt } from "./components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue.js";
|
|
62
62
|
import { default as nt } from "./components/2_feed_elements/EditTextMessage/EditTextMessage.vue.js";
|
|
@@ -65,16 +65,16 @@ import { default as Ct } from "./components/2_feed_elements/FileMessage/FileMess
|
|
|
65
65
|
import { default as ht } from "./components/2_feed_elements/ImageMessage/ImageMessage.vue.js";
|
|
66
66
|
import { default as Rt } from "./components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.js";
|
|
67
67
|
import { default as Tt } from "./components/2_feed_elements/MessageReactions/MessageReactions.vue.js";
|
|
68
|
-
import { default as
|
|
68
|
+
import { default as It } from "./components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue.js";
|
|
69
69
|
import { default as Et } from "./components/2_feed_elements/StickerMessage/StickerMessage.vue.js";
|
|
70
70
|
import { default as Dt } from "./components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue.js";
|
|
71
71
|
import { default as vt } from "./components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue.js";
|
|
72
72
|
import { default as kt } from "./components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js";
|
|
73
73
|
import { default as Vt } from "./components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js";
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
74
|
+
import { default as Wt } from "./components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.js";
|
|
75
|
+
import { default as _t } from "./components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue.js";
|
|
76
|
+
import { default as Nt } from "./components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js";
|
|
77
|
+
import { default as jt } from "./components/2_feed_elements/SplashScreen/SplashScreen.vue.js";
|
|
78
78
|
import { default as Gt } from "./components/2_feed_elements/SystemMessage/SystemMessage.vue.js";
|
|
79
79
|
import { default as Yt } from "./components/2_feed_elements/TextMessage/TextMessage.vue.js";
|
|
80
80
|
import { default as zt } from "./components/2_feed_elements/TypingMessage/TypingMessage.vue.js";
|
|
@@ -91,62 +91,64 @@ import { default as go } from "./components/3_compounds/Feed/Feed.vue.js";
|
|
|
91
91
|
import { default as So } from "./components/3_compounds/SideBar/SideBar.vue.js";
|
|
92
92
|
import { default as yo } from "./components/4_layouts/BaseLayout/BaseLayout.vue.js";
|
|
93
93
|
import { default as Ao } from "./components/4_layouts/ExtendedLayout/ExtendedLayout.vue.js";
|
|
94
|
-
import { default as
|
|
94
|
+
import { default as Fo } from "./components/4_layouts/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.js";
|
|
95
95
|
import { default as Po } from "./components/4_layouts/FeedLayout/FeedLayout.vue.js";
|
|
96
96
|
import { default as Bo } from "./components/4_layouts/ChatWrapper/ChatWrapper.vue.js";
|
|
97
97
|
import { default as bo } from "./components/5_containers/BaseContainer/BaseContainer.vue.js";
|
|
98
98
|
import { default as Lo } from "./components/5_containers/FloatContainer/FloatContainer.vue.js";
|
|
99
99
|
import { buildFilePreview as wo, generatePreview as Vo } from "./hooks/uploadFile/generatePreview.js";
|
|
100
|
-
import { getTypeFileByMime as
|
|
100
|
+
import { getTypeFileByMime as Wo } from "./hooks/uploadFile/getTypeFileByMime.js";
|
|
101
|
+
import { chottoUploadFileKey as _o } from "./hooks/uploadFile/types.js";
|
|
101
102
|
import { uploadFile as No } from "./hooks/uploadFile/uploadFile.js";
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
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 {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
103
|
+
import { runChottoUpload as jo, useChottoUploader as Qo } from "./hooks/uploadFile/useChottoUploader.js";
|
|
104
|
+
import { useDelayDebouncedRef as Xo } from "./hooks/useDelayDebouncedRef.js";
|
|
105
|
+
import { useImmediateDebouncedRef as qo } from "./hooks/useImmediateDebouncedRef.js";
|
|
106
|
+
import { MAX_ATTACHED_FILES as Jo, commitChatDraftToList as Zo, getChatDraft as $o, getDraftFiles as ea, useMessageDraft as ta } from "./hooks/useMessageDraft.js";
|
|
107
|
+
import { useSearchModel as aa } from "./hooks/useSearchModel.js";
|
|
108
|
+
import { useTheme as sa } from "./hooks/useTheme.js";
|
|
109
|
+
import { useEmojiNative as la } from "./hooks/useEmojiNative.js";
|
|
110
|
+
import { useModalCreateChat as da } from "./hooks/modals/useCreateChat.js";
|
|
111
|
+
import { useModalCreateChat2 as ua } from "./hooks/modals/useCreateChat2.js";
|
|
112
|
+
import { useModalCreateDialog as ia } from "./hooks/modals/useCreateDialog.js";
|
|
113
|
+
import { useConfirmDeleteMessage as ca } from "./hooks/modals/useConfirmDeleteMessage.js";
|
|
114
|
+
import { useModalSelectUser2 as ga } from "./hooks/modals/useModalSelectUser2.js";
|
|
115
|
+
import { useModalVideoRecorder as Sa } from "./hooks/modals/useVideoRecorder.js";
|
|
116
|
+
import { getValidationReport as ya, validateChats as Ra } from "./hooks/validators/chats/chatValidator.js";
|
|
117
|
+
import { useChatValidator as Ta } from "./hooks/validators/chats/useChatValidator.js";
|
|
118
|
+
import { getMessageValidationReport as Ia, validateMessages as Pa } from "./hooks/validators/messages/messageValidator.js";
|
|
119
|
+
import { useMessageValidator as Ba } from "./hooks/validators/messages/useMessageValidator.js";
|
|
120
|
+
import { getSidebarValidationReport as ba, validateSidebarItems as va } from "./hooks/validators/sidebar/sidebarValidator.js";
|
|
121
|
+
import { useSidebarValidator as ka } from "./hooks/validators/sidebar/useSidebarValidator.js";
|
|
122
|
+
import { useValidation as Va } from "./hooks/validators/useValidation.js";
|
|
123
|
+
import { useMessageActions as Wa } from "./hooks/messages/useMessageActions.js";
|
|
124
|
+
import { useMessageHoverActions as _a } from "./hooks/messages/useMessageHoverActions.js";
|
|
125
|
+
import { useMessageReactionsMount as Na } from "./hooks/messages/useMessageReactionsMount.js";
|
|
126
|
+
import { MESSAGE_REACTIONS_PATCH_KEY as ja, useMessageReactionsInFeed as Qa } from "./hooks/messages/useMessageReactionsInFeed.js";
|
|
127
|
+
import { calculateMessageMenuPosition as Xa, findAppBoundsRect as Ya } from "./hooks/messages/calculateMessageMenuPosition.js";
|
|
128
|
+
import { useMessageMenuActions as za } from "./hooks/messages/useMessageMenuActions.js";
|
|
129
|
+
import { useMessageLinks as Za } from "./hooks/messages/useMessageLinks.js";
|
|
130
|
+
import { useChannelAccentColor as er } from "./hooks/messages/useChannelAccentColor.js";
|
|
131
|
+
import { useSubtextTooltip as or } from "./hooks/messages/useSubtextTooltip.js";
|
|
132
|
+
import { hideReplyPreview as rr, showReplyPreview as sr, useStartReply as fr } from "./hooks/messages/useStartReply.js";
|
|
133
|
+
import { hideEditPreview as pr, showEditPreview as dr, useStartEdit as mr } from "./hooks/messages/useStartEdit.js";
|
|
134
|
+
import { canStartEditLastSent as xr, isCursorOnFirstLine as ir, isEditableLastSentCandidate as nr } from "./hooks/messages/canStartEditLastSent.js";
|
|
135
|
+
import { buildReplyPayload as Mr } from "./hooks/messages/buildReplyPayload.js";
|
|
136
|
+
import { buildEditPayload as Cr } from "./hooks/messages/buildEditPayload.js";
|
|
137
|
+
import { getEditTooltipLines as hr } from "./hooks/messages/getEditTooltipLines.js";
|
|
138
|
+
import { getDeletedOriginalText as Rr, getDeletedTooltipLines as Ar } from "./hooks/messages/getDeletedOriginalText.js";
|
|
139
|
+
import { getStatus as Fr, getStatusTitle as Ir, statuses as Pr } from "./functions/getStatusMessage.js";
|
|
140
|
+
import { formatTimestamp as Br } from "./functions/formatTimestamp.js";
|
|
141
|
+
import { playNotificationAudio as br } from "./functions/playNotificationAudio.js";
|
|
142
|
+
import { insertDaySeparators as Lr } from "./functions/insertDaySeparators.js";
|
|
143
|
+
import { sortByTimestamp as wr } from "./functions/sortByTimestamp.js";
|
|
144
|
+
import { getMessageClass as Ur } from "./functions/getMessageClass.js";
|
|
145
|
+
import { createReactionHandlers as Hr } from "./functions/createReactionHandlers.js";
|
|
146
|
+
import { getChannelAccentColor as Kr } from "./functions/getChannelAccentColor.js";
|
|
147
|
+
import { isSmsChannel as Or, isSmsFeedMessage as jr } from "./functions/isSmsChannel.js";
|
|
148
|
+
import { parseMarkdown as Gr } from "./functions/parseMarkdown.js";
|
|
149
|
+
import { safeMediaPlay as Yr, safeMediaPlayVoid as qr } from "./functions/safeMediaPlay.js";
|
|
148
150
|
export {
|
|
149
|
-
|
|
151
|
+
Fo as AdaptiveExtendedLayout,
|
|
150
152
|
Ye as AudioMessage,
|
|
151
153
|
ve as AudioRecorder,
|
|
152
154
|
M as AvatarIcon,
|
|
@@ -161,23 +163,23 @@ export {
|
|
|
161
163
|
re as ButtonWabaTemplateSelector,
|
|
162
164
|
ot as CallMessage,
|
|
163
165
|
ke as ChannelSelector,
|
|
164
|
-
|
|
166
|
+
Ie as ChatFilter,
|
|
165
167
|
Ve as ChatInfo,
|
|
166
168
|
uo as ChatInput,
|
|
167
169
|
Ee as ChatItem,
|
|
168
170
|
co as ChatList,
|
|
169
171
|
io as ChatListHeader,
|
|
170
|
-
|
|
172
|
+
We as ChatPanel,
|
|
171
173
|
De as ChatTabs,
|
|
172
174
|
Bo as ChatWrapper,
|
|
173
175
|
C as CheckIcon,
|
|
174
176
|
h as CloseButtonIcon,
|
|
175
|
-
|
|
177
|
+
j as CommunicationPanel,
|
|
176
178
|
fo as ConfirmDeleteMessage,
|
|
177
179
|
R as ContactCRMIcon,
|
|
178
180
|
f as ContactContextMenu,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
+
_e as ContactInfo,
|
|
182
|
+
p as ContextMenu,
|
|
181
183
|
rt as DateMessage,
|
|
182
184
|
mt as DateMessageSticky,
|
|
183
185
|
ft as DeletedMessageContent,
|
|
@@ -195,37 +197,37 @@ export {
|
|
|
195
197
|
z as FeedSearch,
|
|
196
198
|
Ct as FileMessage,
|
|
197
199
|
fe as FilePreview,
|
|
198
|
-
|
|
200
|
+
pe as FileUploader,
|
|
199
201
|
Lo as FloatContainer,
|
|
200
202
|
ht as ImageMessage,
|
|
201
203
|
x as LinkPreview,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
+
Jo as MAX_ATTACHED_FILES,
|
|
205
|
+
ja as MESSAGE_REACTIONS_PATCH_KEY,
|
|
204
206
|
T as MenuIcon,
|
|
205
207
|
Rt as MessageKeyboard,
|
|
206
208
|
Tt as MessageReactions,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
+
It as MessageStatusIndicator,
|
|
210
|
+
pt as MissedCallMessage,
|
|
209
211
|
eo as Modal,
|
|
210
212
|
oo as ModalFullscreen,
|
|
211
213
|
ro as ModalNoFooter,
|
|
212
214
|
V as PendingStatusIcon,
|
|
213
215
|
me as PlaceholderComponent,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
+
W as ReadStatusIcon,
|
|
217
|
+
_ as ReceivedStatusIcon,
|
|
216
218
|
Dt as ReplyAudioMessage,
|
|
217
219
|
vt as ReplyCallMessage,
|
|
218
220
|
kt as ReplyFileMessage,
|
|
219
221
|
Vt as ReplyImageMessage,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
222
|
+
Wt as ReplyStickerMessage,
|
|
223
|
+
_t as ReplyTextMessage,
|
|
224
|
+
Nt as ReplyVideoMessage,
|
|
225
|
+
I as SearchIcon,
|
|
224
226
|
po as SelectUser,
|
|
225
|
-
|
|
227
|
+
N as SentStatusIcon,
|
|
226
228
|
E as SettingsIcon,
|
|
227
229
|
So as SideBar,
|
|
228
|
-
|
|
230
|
+
jt as SplashScreen,
|
|
229
231
|
Et as StickerMessage,
|
|
230
232
|
xe as StickerPicker,
|
|
231
233
|
Gt as SystemMessage,
|
|
@@ -233,10 +235,10 @@ export {
|
|
|
233
235
|
ne as TemplateSelector,
|
|
234
236
|
Me as TextFormatToolbar,
|
|
235
237
|
Yt as TextMessage,
|
|
236
|
-
|
|
238
|
+
Ne as ThemeMode,
|
|
237
239
|
n as Tooltip,
|
|
238
240
|
zt as TypingMessage,
|
|
239
|
-
|
|
241
|
+
je as UserProfile,
|
|
240
242
|
Zt as VideoMessage,
|
|
241
243
|
Ge as VideoRecorder,
|
|
242
244
|
Ce as WABAAttachmentSection,
|
|
@@ -244,72 +246,75 @@ export {
|
|
|
244
246
|
Re as WABASeparatedQuickButtons,
|
|
245
247
|
Te as WABATemplateSelector,
|
|
246
248
|
v as WhatsAppIcon,
|
|
247
|
-
|
|
249
|
+
Cr as buildEditPayload,
|
|
248
250
|
wo as buildFilePreview,
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
251
|
+
Mr as buildReplyPayload,
|
|
252
|
+
Xa as calculateMessageMenuPosition,
|
|
253
|
+
xr as canStartEditLastSent,
|
|
254
|
+
_o as chottoUploadFileKey,
|
|
255
|
+
Zo as commitChatDraftToList,
|
|
256
|
+
Hr as createReactionHandlers,
|
|
257
|
+
Ya as findAppBoundsRect,
|
|
258
|
+
Br as formatTimestamp,
|
|
256
259
|
Vo as generatePreview,
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
260
|
+
Kr as getChannelAccentColor,
|
|
261
|
+
$o as getChatDraft,
|
|
262
|
+
Rr as getDeletedOriginalText,
|
|
263
|
+
Ar as getDeletedTooltipLines,
|
|
264
|
+
ea as getDraftFiles,
|
|
265
|
+
hr as getEditTooltipLines,
|
|
266
|
+
Ur as getMessageClass,
|
|
267
|
+
Ia as getMessageValidationReport,
|
|
268
|
+
ba as getSidebarValidationReport,
|
|
269
|
+
Fr as getStatus,
|
|
270
|
+
Ir as getStatusTitle,
|
|
271
|
+
Wo as getTypeFileByMime,
|
|
272
|
+
ya as getValidationReport,
|
|
273
|
+
pr as hideEditPreview,
|
|
274
|
+
rr as hideReplyPreview,
|
|
275
|
+
Lr as insertDaySeparators,
|
|
276
|
+
ir as isCursorOnFirstLine,
|
|
277
|
+
nr as isEditableLastSentCandidate,
|
|
278
|
+
Or as isSmsChannel,
|
|
279
|
+
jr as isSmsFeedMessage,
|
|
280
|
+
Gr as parseMarkdown,
|
|
281
|
+
br as playNotificationAudio,
|
|
282
|
+
jo as runChottoUpload,
|
|
283
|
+
Yr as safeMediaPlay,
|
|
284
|
+
qr as safeMediaPlayVoid,
|
|
285
|
+
dr as showEditPreview,
|
|
286
|
+
sr as showReplyPreview,
|
|
287
|
+
wr as sortByTimestamp,
|
|
288
|
+
Pr as statuses,
|
|
285
289
|
No as uploadFile,
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
Ra as
|
|
314
|
-
Pa as
|
|
290
|
+
er as useChannelAccentColor,
|
|
291
|
+
Ta as useChatValidator,
|
|
292
|
+
Qo as useChottoUploader,
|
|
293
|
+
ca as useConfirmDeleteMessage,
|
|
294
|
+
Xo as useDelayDebouncedRef,
|
|
295
|
+
la as useEmojiNative,
|
|
296
|
+
qo as useImmediateDebouncedRef,
|
|
297
|
+
Wa as useMessageActions,
|
|
298
|
+
ta as useMessageDraft,
|
|
299
|
+
_a as useMessageHoverActions,
|
|
300
|
+
Za as useMessageLinks,
|
|
301
|
+
za as useMessageMenuActions,
|
|
302
|
+
Qa as useMessageReactionsInFeed,
|
|
303
|
+
Na as useMessageReactionsMount,
|
|
304
|
+
Ba as useMessageValidator,
|
|
305
|
+
da as useModalCreateChat,
|
|
306
|
+
ua as useModalCreateChat2,
|
|
307
|
+
ia as useModalCreateDialog,
|
|
308
|
+
ga as useModalSelectUser2,
|
|
309
|
+
Sa as useModalVideoRecorder,
|
|
310
|
+
aa as useSearchModel,
|
|
311
|
+
ka as useSidebarValidator,
|
|
312
|
+
mr as useStartEdit,
|
|
313
|
+
fr as useStartReply,
|
|
314
|
+
or as useSubtextTooltip,
|
|
315
|
+
sa as useTheme,
|
|
316
|
+
Va as useValidation,
|
|
317
|
+
Ra as validateChats,
|
|
318
|
+
Pa as validateMessages,
|
|
319
|
+
va as validateSidebarItems
|
|
315
320
|
};
|