@mobilon-dev/chotto 0.3.97 → 0.3.98
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/1_atoms/ButtonContextMenu/ButtonContextMenu.vue.js +29 -4
- package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue2.js +42 -61
- package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue.js +47 -4
- package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue2.js +55 -82
- package/dist/components/1_atoms/ContextMenu/ContextMenu.vue.js +86 -51
- package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue.js +32 -4
- package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue2.js +7 -28
- package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue.js +22 -38
- package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue2.js +33 -2
- package/dist/components/1_atoms/LinkPreview/LinkPreview.vue.js +37 -4
- package/dist/components/1_atoms/LinkPreview/LinkPreview.vue2.js +7 -21
- package/dist/components/1_atoms/LoadingIndicator/LoadingIndicator.vue.js +30 -19
- package/dist/components/1_atoms/Tooltip/Tooltip.vue.js +70 -4
- package/dist/components/1_atoms/Tooltip/Tooltip.vue2.js +76 -108
- package/dist/components/1_icons/AvatarIcon.vue.js +8 -8
- package/dist/components/1_icons/CheckIcon.vue.js +26 -13
- package/dist/components/1_icons/CloseButtonIcon.vue.js +16 -10
- package/dist/components/1_icons/CloseIcon.vue.js +16 -10
- package/dist/components/1_icons/ContactCRMIcon.vue.js +16 -10
- package/dist/components/1_icons/MenuIcon.vue.js +16 -10
- package/dist/components/1_icons/MessageStatus/ErrorStatusIcon.vue.js +23 -3
- package/dist/components/1_icons/MessageStatus/ErrorStatusIcon.vue2.js +12 -21
- package/dist/components/1_icons/MessageStatus/PendingStatusIcon.vue.js +36 -4
- package/dist/components/1_icons/MessageStatus/PendingStatusIcon.vue2.js +11 -26
- package/dist/components/1_icons/MessageStatus/ReadStatusIcon.vue.js +23 -3
- package/dist/components/1_icons/MessageStatus/ReadStatusIcon.vue2.js +12 -21
- package/dist/components/1_icons/MessageStatus/ReceivedStatusIcon.vue.js +23 -3
- package/dist/components/1_icons/MessageStatus/ReceivedStatusIcon.vue2.js +11 -20
- package/dist/components/1_icons/MessageStatus/SentStatusIcon.vue.js +33 -4
- package/dist/components/1_icons/MessageStatus/SentStatusIcon.vue2.js +11 -23
- package/dist/components/1_icons/SearchIcon.vue.js +29 -17
- package/dist/components/1_icons/SettingsIcon.vue.js +8 -8
- package/dist/components/1_icons/TelegramIcon.vue.js +32 -20
- package/dist/components/1_icons/WhatsAppIcon.vue.js +32 -20
- package/dist/components/2_blocks/CommunicationPanel/CommunicationPanel.vue.js +546 -396
- package/dist/components/2_blocks/CommunicationPanel/CommunicationPanelAttributeIndicator.vue.js +101 -58
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelCheckIcon.vue.js +14 -8
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelConfirmSpinner.vue.js +7 -7
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelMaxIcon.vue.js +7 -7
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelPhoneIcon.vue.js +19 -13
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSMSIcon.vue.js +16 -10
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuMaxIcon.vue.js +35 -23
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuPhoneIcon.vue.js +32 -20
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuSMSIcon.vue.js +17 -11
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuTelegramIcon.vue.js +8 -8
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuWhatsAppIcon.vue.js +32 -20
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelTelegramIcon.vue.js +33 -21
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelUnconfirmedIcon.vue.js +7 -7
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelWhatsAppIcon.vue.js +8 -8
- package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue.js +74 -4
- package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue2.js +8 -42
- package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue.js +62 -4
- package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue2.js +15 -36
- package/dist/components/2_blocks/FeedSearch/FeedSearch.vue.js +49 -4
- package/dist/components/2_blocks/FeedSearch/FeedSearch.vue2.js +22 -45
- package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue.js +36 -4
- package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue2.js +19 -37
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue.js +61 -4
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue2.js +79 -96
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue.js +31 -27
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue2.js +13 -2
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue.js +72 -4
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue2.js +47 -83
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue.js +19 -21
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue2.js +13 -2
- package/dist/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js +80 -51
- package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue.js +182 -4
- package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue2.js +25 -135
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue.js +78 -4
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue2.js +73 -95
- package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue.js +15 -17
- package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue2.js +13 -2
- package/dist/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.js +39 -33
- package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue.js +220 -4
- package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue2.js +146 -256
- package/dist/components/2_chatinput_elements/StickerPicker/icons/StickerIcon.vue.js +39 -41
- package/dist/components/2_chatinput_elements/StickerPicker/icons/StickerIcon.vue2.js +13 -2
- package/dist/components/2_chatinput_elements/TemplateSelector/TemplateSelector.vue.js +233 -163
- package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue.js +164 -4
- package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue2.js +87 -175
- package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.js +73 -4
- package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue2.js +34 -60
- package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue.js +47 -4
- package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue2.js +10 -23
- package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue.js +52 -4
- package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue2.js +8 -26
- package/dist/components/2_chatinput_elements/WABATemplateSelector/WABATemplateSelector.vue.js +299 -220
- package/dist/components/2_chatlist_elements/ChatFilter/ChatFilter.vue.js +39 -33
- package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue.js +306 -4
- package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue2.js +134 -311
- package/dist/components/2_chatlist_elements/ChatItem/icons/AudioIcon.vue.js +18 -12
- package/dist/components/2_chatlist_elements/ChatItem/icons/FileIcon.vue.js +23 -11
- package/dist/components/2_chatlist_elements/ChatItem/icons/ImageIcon.vue.js +7 -7
- package/dist/components/2_chatlist_elements/ChatItem/icons/MissedCallIcon.vue.js +34 -22
- package/dist/components/2_chatlist_elements/ChatItem/icons/StickerIcon.vue.js +15 -9
- package/dist/components/2_chatlist_elements/ChatItem/icons/VideoIcon.vue.js +26 -14
- package/dist/components/2_chatlist_elements/ChatItem/icons/VoiceIcon.vue.js +7 -7
- package/dist/components/2_chatlist_elements/ChatTabs/ChatTabs.vue.js +52 -24
- package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue.js +84 -4
- package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue2.js +35 -67
- package/dist/components/2_elements/ChannelSelector/ChannelSelector.vue.js +72 -38
- package/dist/components/2_elements/ChatInfo/ChatInfo.vue.js +76 -57
- package/dist/components/2_elements/ChatPanel/ChatPanel.vue.js +41 -29
- package/dist/components/2_elements/ContactInfo/ContactInfo.vue.js +176 -115
- package/dist/components/2_elements/ThemeMode/ThemeMode.vue.js +48 -27
- package/dist/components/2_elements/UserProfile/UserProfile.vue.js +58 -28
- package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue.js +54 -4
- package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue2.js +19 -39
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue.js +458 -4
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue2.js +160 -471
- package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue.js +19 -4
- package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue2.js +12 -22
- package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.js +26 -4
- package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue2.js +26 -39
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue.js +482 -4
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue2.js +148 -448
- package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue.js +17 -19
- package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue2.js +13 -2
- package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue.js +17 -19
- package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue2.js +13 -2
- package/dist/components/2_feed_elements/DateMessage/DateMessage.vue.js +17 -4
- package/dist/components/2_feed_elements/DateMessage/DateMessage.vue2.js +7 -7
- package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue.js +16 -3
- package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue2.js +7 -7
- package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue.js +67 -4
- package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue2.js +11 -43
- package/dist/components/2_feed_elements/DeletedMessageContent/icons/DeletedMessageIcon.vue.js +16 -10
- package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue.js +60 -4
- package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue2.js +36 -53
- package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue.js +22 -4
- package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue2.js +8 -15
- package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue.js +43 -4
- package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue2.js +10 -25
- package/dist/components/2_feed_elements/FileMessage/FileMessage.vue.js +250 -4
- package/dist/components/2_feed_elements/FileMessage/FileMessage.vue2.js +67 -233
- package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue.js +315 -4
- package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue2.js +98 -319
- package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.js +39 -4
- package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue2.js +12 -22
- package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue.js +155 -4
- package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue2.js +110 -212
- package/dist/components/2_feed_elements/MessageReactions/icons/DeleteIcon.vue.js +32 -20
- package/dist/components/2_feed_elements/MessageReactions/icons/EditIcon.vue.js +32 -20
- package/dist/components/2_feed_elements/MessageReactions/icons/ExpandReactionsIcon.vue.js +17 -11
- package/dist/components/2_feed_elements/MessageReactions/icons/MessageActionsIcon.vue.js +16 -10
- package/dist/components/2_feed_elements/MessageReactions/icons/ReplyIcon.vue.js +17 -11
- package/dist/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue.js +22 -4
- package/dist/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue2.js +17 -23
- package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue.js +28 -4
- package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue2.js +27 -29
- package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue.js +142 -4
- package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue2.js +33 -121
- package/dist/components/2_feed_elements/MissedCallMessage/icons/MissedCallIcon.vue.js +34 -22
- package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue.js +55 -4
- package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue2.js +8 -30
- package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue.js +47 -4
- package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue2.js +9 -25
- package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js +56 -4
- package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue2.js +8 -37
- package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js +72 -4
- package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue2.js +10 -59
- package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.js +142 -4
- package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue2.js +36 -120
- package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue.js +49 -4
- package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue2.js +15 -53
- package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js +75 -4
- package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue2.js +10 -63
- package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue.js +18 -4
- package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue2.js +9 -17
- package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue.js +346 -4
- package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue2.js +73 -307
- package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue.js +17 -4
- package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue2.js +7 -7
- package/dist/components/2_feed_elements/TextMessage/TextMessage.vue.js +307 -4
- package/dist/components/2_feed_elements/TextMessage/TextMessage.vue2.js +65 -269
- package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue.js +37 -4
- package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue2.js +7 -21
- package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue.js +307 -4
- package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue2.js +76 -298
- package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue.js +64 -4
- package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue3.js +10 -45
- package/dist/components/2_modals/CreateChat/CreateChat.vue.js +35 -18
- package/dist/components/2_modals/CreateChat2/CreateChat2.vue.js +140 -92
- package/dist/components/2_modals/CreateDialog/CreateDialog.vue.js +96 -49
- package/dist/components/2_modals/Modal/Modal.vue.js +59 -50
- package/dist/components/2_modals/ModalFullscreen/ModalFullscreen.vue.js +51 -38
- package/dist/components/2_modals/ModalNoFooter/ModalNoFooter.vue.js +39 -30
- package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue.js +155 -4
- package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue2.js +49 -121
- package/dist/components/2_modals/SelectUser/SelectUser.vue.js +60 -43
- package/dist/components/2_modals/SelectUser2/SelectUser2.vue.js +41 -24
- package/dist/components/3_compounds/ChatInput/ChatInput.vue.js +85 -4
- package/dist/components/3_compounds/ChatInput/ChatInput.vue2.js +149 -210
- package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue.js +25 -21
- package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue2.js +13 -2
- package/dist/components/3_compounds/ChatList/ChatList.vue.js +253 -163
- package/dist/components/3_compounds/ChatList/ChatListHeader.vue.js +50 -32
- package/dist/components/3_compounds/ChatList/icons/LogoIcon.vue.js +6 -6
- package/dist/components/3_compounds/Feed/Feed.vue.js +172 -4
- package/dist/components/3_compounds/Feed/Feed.vue2.js +126 -257
- package/dist/components/3_compounds/SideBar/SideBar.vue.js +279 -202
- package/dist/components/4_layouts/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.js +43 -36
- package/dist/components/4_layouts/BaseLayout/BaseLayout.vue.js +5 -5
- package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue.js +32 -4
- package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue2.js +7 -29
- package/dist/components/4_layouts/ExtendedLayout/ExtendedLayout.vue.js +7 -7
- package/dist/components/4_layouts/FeedLayout/FeedLayout.vue.js +8 -8
- package/dist/components/5_containers/BaseContainer/BaseContainer.vue.js +31 -18
- package/dist/components/5_containers/FloatContainer/FloatContainer.vue.js +85 -56
- package/package.json +1 -1
|
@@ -1,46 +1,34 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import { useMessageActions as
|
|
12
|
-
import { useMessageMenuActions as
|
|
13
|
-
import { useMessageLinks as
|
|
14
|
-
import { useChannelAccentColor as
|
|
1
|
+
import { defineComponent as Q, inject as X, ref as o, computed as i, watch as v, onMounted as Y } from "vue";
|
|
2
|
+
import Z from "../../1_atoms/ContextMenu/ContextMenu.vue.js";
|
|
3
|
+
import ee from "../../1_atoms/LinkPreview/LinkPreview.vue.js";
|
|
4
|
+
import te from "../../1_atoms/EmbedPreview/EmbedPreview.vue.js";
|
|
5
|
+
import se from "../BaseReplyMessage/BaseReplyMessage.vue.js";
|
|
6
|
+
import oe from "../../2_modals/ModalFullscreen/ModalFullscreen.vue.js";
|
|
7
|
+
import ie from "../MessageReactions/MessageReactions.vue.js";
|
|
8
|
+
import re from "../MessageStatusIndicator/MessageStatusIndicator.vue.js";
|
|
9
|
+
import ne from "../MessageSmsInvite/MessageSmsInvite.vue.js";
|
|
10
|
+
import ae from "../DeletedMessageContent/DeletedMessageContent.vue.js";
|
|
11
|
+
import { useMessageActions as le } from "../../../hooks/messages/useMessageActions.js";
|
|
12
|
+
import { useMessageMenuActions as me } from "../../../hooks/messages/useMessageMenuActions.js";
|
|
13
|
+
import { useMessageLinks as ue } from "../../../hooks/messages/useMessageLinks.js";
|
|
14
|
+
import { useChannelAccentColor as ce } from "../../../hooks/messages/useChannelAccentColor.js";
|
|
15
15
|
import { useStartReply as pe } from "../../../hooks/messages/useStartReply.js";
|
|
16
16
|
import "../../../hooks/useMessageDraft.js";
|
|
17
17
|
import "../../../hooks/useSearchModel.js";
|
|
18
|
-
import { useTheme as
|
|
18
|
+
import { useTheme as de } from "../../../hooks/useTheme.js";
|
|
19
19
|
import "../../../hooks/useEmojiNative.js";
|
|
20
20
|
/* empty css */
|
|
21
21
|
/* empty css */
|
|
22
22
|
import "../../../locale/useLocale.js";
|
|
23
23
|
/* empty css */
|
|
24
|
-
import { buildReplyPayload as
|
|
25
|
-
import { getStatus as
|
|
26
|
-
import { getMessageClass as
|
|
27
|
-
import { createReactionHandlers as
|
|
24
|
+
import { buildReplyPayload as b } from "../../../hooks/messages/buildReplyPayload.js";
|
|
25
|
+
import { getStatus as ge, getStatusTitle as fe } from "../../../functions/getStatusMessage.js";
|
|
26
|
+
import { getMessageClass as Me } from "../../../functions/getMessageClass.js";
|
|
27
|
+
import { createReactionHandlers as ve } from "../../../functions/createReactionHandlers.js";
|
|
28
28
|
import "../../../functions/parseMarkdown.js";
|
|
29
|
-
import { isAnimatedSticker as
|
|
29
|
+
import { isAnimatedSticker as be } from "./utils/stickerUtils.js";
|
|
30
30
|
import "./utils/suppress-lit-warning.js";
|
|
31
|
-
const
|
|
32
|
-
key: 1,
|
|
33
|
-
class: "sticker-message__subtext"
|
|
34
|
-
}, $e = { class: "sticker-message__info-container" }, je = {
|
|
35
|
-
key: 0,
|
|
36
|
-
class: "sticker-message__time"
|
|
37
|
-
}, He = ["src"], Oe = ["src"], Ue = ["src", "alt"], De = {
|
|
38
|
-
key: 0,
|
|
39
|
-
class: "sticker-message__info-container"
|
|
40
|
-
}, qe = { class: "sticker-message__time" }, ze = ["href"], Ge = {
|
|
41
|
-
key: 1,
|
|
42
|
-
class: "sticker-message__text-container"
|
|
43
|
-
}, We = ["innerHTML"], Je = ["src"], Ke = ["src"], Qe = ["src", "alt"], Ts = /* @__PURE__ */ ge({
|
|
31
|
+
const Qe = /* @__PURE__ */ Q({
|
|
44
32
|
__name: "StickerMessage",
|
|
45
33
|
props: {
|
|
46
34
|
message: {
|
|
@@ -62,7 +50,7 @@ const Ne = ["messageId"], Ve = ["src"], Pe = {
|
|
|
62
50
|
reactionsMode: {
|
|
63
51
|
type: String,
|
|
64
52
|
default: "single",
|
|
65
|
-
validator: (
|
|
53
|
+
validator: (l) => ["single", "multi"].includes(l)
|
|
66
54
|
},
|
|
67
55
|
currentUserId: {
|
|
68
56
|
type: [String, Number],
|
|
@@ -79,295 +67,73 @@ const Ne = ["messageId"], Ve = ["src"], Pe = {
|
|
|
79
67
|
}
|
|
80
68
|
},
|
|
81
69
|
emits: ["action", "reply", "sms-invite"],
|
|
82
|
-
setup(
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
70
|
+
setup(l, { expose: y, emit: h }) {
|
|
71
|
+
y();
|
|
72
|
+
const m = X("chatAppId"), { getTheme: S } = de(m || ""), { menuActions: w } = me(() => e.message), { startReply: c } = pe(m || ""), s = o(!1), r = o(!1);
|
|
73
|
+
async function u() {
|
|
74
|
+
if (!(s.value || r.value)) {
|
|
75
|
+
r.value = !0;
|
|
87
76
|
try {
|
|
88
|
-
await import("./libs/tgs-player/lottie-player.esm.js"), await import("./libs/tgs-player/tgs-player.esm.js"),
|
|
89
|
-
} catch (
|
|
90
|
-
console.error("Failed to load TGS libraries:",
|
|
77
|
+
await import("./libs/tgs-player/lottie-player.esm.js"), await import("./libs/tgs-player/tgs-player.esm.js"), s.value = !0;
|
|
78
|
+
} catch (t) {
|
|
79
|
+
console.error("Failed to load TGS libraries:", t);
|
|
91
80
|
} finally {
|
|
92
|
-
|
|
81
|
+
r.value = !1;
|
|
93
82
|
}
|
|
94
83
|
}
|
|
95
84
|
}
|
|
96
|
-
const
|
|
97
|
-
isOpenMenu:
|
|
98
|
-
buttonMenuVisible:
|
|
99
|
-
menuAnchorRef:
|
|
100
|
-
menuRef:
|
|
101
|
-
menuStyle:
|
|
102
|
-
menuTheme:
|
|
103
|
-
showMenu:
|
|
104
|
-
hideMenu:
|
|
105
|
-
openMenu:
|
|
85
|
+
const e = l, n = h, p = o(!1), {
|
|
86
|
+
isOpenMenu: R,
|
|
87
|
+
buttonMenuVisible: k,
|
|
88
|
+
menuAnchorRef: A,
|
|
89
|
+
menuRef: L,
|
|
90
|
+
menuStyle: T,
|
|
91
|
+
menuTheme: _,
|
|
92
|
+
showMenu: d,
|
|
93
|
+
hideMenu: C,
|
|
94
|
+
openMenu: I,
|
|
106
95
|
toggleMenu: F,
|
|
107
|
-
onMenuMouseEnter:
|
|
108
|
-
onMenuMouseLeave:
|
|
109
|
-
clickAction:
|
|
110
|
-
viewsAction:
|
|
111
|
-
handleClickReplied:
|
|
112
|
-
} =
|
|
113
|
-
onReply: () =>
|
|
114
|
-
}),
|
|
115
|
-
|
|
116
|
-
},
|
|
117
|
-
|
|
96
|
+
onMenuMouseEnter: j,
|
|
97
|
+
onMenuMouseLeave: O,
|
|
98
|
+
clickAction: P,
|
|
99
|
+
viewsAction: x,
|
|
100
|
+
handleClickReplied: B
|
|
101
|
+
} = le(e.message, n, {
|
|
102
|
+
onReply: () => c(b(e.message, "message.sticker"))
|
|
103
|
+
}), g = o(!1), { linkedHtml: V, inNewWindow: E } = ue(() => e.message.text), N = () => {
|
|
104
|
+
d(), g.value = !0;
|
|
105
|
+
}, q = i(() => ge(e.message.status)), D = i(() => fe(e.message.status, e.message.statusMsg)), { bubbleStyle: H } = ce(
|
|
106
|
+
i(() => e.message),
|
|
118
107
|
{ cssVariable: "--chotto-stickermessage-right-bg", position: "right" }
|
|
119
|
-
),
|
|
120
|
-
if (
|
|
121
|
-
const
|
|
122
|
-
return !/\.(webp|png|jpe?g|gif|bmp|svg)(\?|#|$)/.test(
|
|
108
|
+
), a = i(() => be(e.message.url, e.message.isAnimated)), f = o(!1), U = i(() => {
|
|
109
|
+
if (a.value) return !1;
|
|
110
|
+
const t = String(e.message.url || "").toLowerCase();
|
|
111
|
+
return !/\.(webp|png|jpe?g|gif|bmp|svg)(\?|#|$)/.test(t);
|
|
123
112
|
});
|
|
124
|
-
|
|
125
|
-
() =>
|
|
113
|
+
v(
|
|
114
|
+
() => e.message.url,
|
|
126
115
|
() => {
|
|
127
116
|
f.value = !1;
|
|
128
117
|
},
|
|
129
118
|
{ immediate: !0 }
|
|
130
|
-
),
|
|
131
|
-
|
|
132
|
-
}, { immediate: !0 }),
|
|
133
|
-
|
|
119
|
+
), v(a, (t) => {
|
|
120
|
+
t && !s.value && u();
|
|
121
|
+
}, { immediate: !0 }), Y(() => {
|
|
122
|
+
a.value && !s.value && u();
|
|
134
123
|
});
|
|
135
|
-
function
|
|
136
|
-
return
|
|
124
|
+
function G(t) {
|
|
125
|
+
return Me(t.position, "sticker-message");
|
|
137
126
|
}
|
|
138
|
-
const
|
|
139
|
-
function
|
|
140
|
-
|
|
127
|
+
const W = () => p.value = !1, { onToggleReaction: $, onAddReaction: z, onRemoveReaction: J } = ve(n);
|
|
128
|
+
function K() {
|
|
129
|
+
n("sms-invite", e.message);
|
|
141
130
|
}
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
T(e.message),
|
|
147
|
-
e.applyStyle(e.message)
|
|
148
|
-
]]),
|
|
149
|
-
messageId: e.message.messageId,
|
|
150
|
-
style: j(s(le)),
|
|
151
|
-
onMouseleave: a[7] || (a[7] = //@ts-ignore
|
|
152
|
-
(...o) => s(L) && s(L)(...o))
|
|
153
|
-
}, [
|
|
154
|
-
e.message.avatar && e.isFirstInSeries ? (t(), n("img", {
|
|
155
|
-
key: 0,
|
|
156
|
-
class: "sticker-message__avatar",
|
|
157
|
-
src: e.message.avatar,
|
|
158
|
-
height: "32",
|
|
159
|
-
width: "32"
|
|
160
|
-
}, null, 8, Ve)) : l("", !0),
|
|
161
|
-
e.message.subText && e.isFirstInSeries ? (t(), n("p", Pe, S(e.message.subText), 1)) : l("", !0),
|
|
162
|
-
r("div", {
|
|
163
|
-
class: M(["sticker-message__content", { "is-first": e.isFirstInSeries, "with-avatar-indent": !e.isFirstInSeries && e.message.avatar }])
|
|
164
|
-
}, [
|
|
165
|
-
e.message.deleted ? (t(), n(H, { key: 0 }, [
|
|
166
|
-
m(Se),
|
|
167
|
-
r("div", $e, [
|
|
168
|
-
e.message.time ? (t(), n("span", je, S(e.message.time), 1)) : l("", !0),
|
|
169
|
-
m(D, {
|
|
170
|
-
"base-class": "sticker-message",
|
|
171
|
-
"message-class": T(e.message),
|
|
172
|
-
"message-status": e.message.status,
|
|
173
|
-
"status-class": N.value,
|
|
174
|
-
"status-title": V.value
|
|
175
|
-
}, null, 8, ["message-class", "message-status", "status-class", "status-title"])
|
|
176
|
-
])
|
|
177
|
-
], 64)) : (t(), n(H, { key: 1 }, [
|
|
178
|
-
e.message.reply ? (t(), c(be, {
|
|
179
|
-
key: 0,
|
|
180
|
-
style: { margin: "10px 10px 4px 16px" },
|
|
181
|
-
class: M(e.message.position),
|
|
182
|
-
message: e.message.reply,
|
|
183
|
-
onReply: s(ae)
|
|
184
|
-
}, null, 8, ["class", "message", "onReply"])) : l("", !0),
|
|
185
|
-
r("div", {
|
|
186
|
-
class: "sticker-message__preview-button",
|
|
187
|
-
onClick: a[2] || (a[2] = (o) => I.value = !0),
|
|
188
|
-
onMouseenter: ie,
|
|
189
|
-
onMouseleave: a[3] || (a[3] = (o) => v.value = !v.value)
|
|
190
|
-
}, [
|
|
191
|
-
k.value && g.value ? (t(), n("tgs-player", {
|
|
192
|
-
key: 0,
|
|
193
|
-
class: "sticker-message__preview-image-animated",
|
|
194
|
-
src: e.message.url,
|
|
195
|
-
autoplay: "",
|
|
196
|
-
loop: "",
|
|
197
|
-
mode: "normal"
|
|
198
|
-
}, null, 8, He)) : P.value && !f.value ? (t(), n("video", {
|
|
199
|
-
key: 1,
|
|
200
|
-
class: "sticker-message__preview-image",
|
|
201
|
-
src: e.message.url,
|
|
202
|
-
autoplay: "",
|
|
203
|
-
loop: "",
|
|
204
|
-
muted: "",
|
|
205
|
-
playsinline: "",
|
|
206
|
-
preload: "metadata",
|
|
207
|
-
onError: a[0] || (a[0] = (o) => f.value = !0)
|
|
208
|
-
}, null, 40, Oe)) : (t(), n("img", {
|
|
209
|
-
key: 2,
|
|
210
|
-
class: "sticker-message__preview-image",
|
|
211
|
-
src: e.message.url,
|
|
212
|
-
alt: e.message.alt
|
|
213
|
-
}, null, 8, Ue)),
|
|
214
|
-
m(h, { name: "modal-fade" }, {
|
|
215
|
-
default: d(() => [
|
|
216
|
-
v.value ? (t(), n("div", De, [
|
|
217
|
-
e.message.views ? (t(), n("div", {
|
|
218
|
-
key: 0,
|
|
219
|
-
class: "sticker-message__views",
|
|
220
|
-
onClick: a[1] || (a[1] = O(
|
|
221
|
-
//@ts-ignore
|
|
222
|
-
(...o) => s(E) && s(E)(...o),
|
|
223
|
-
["stop"]
|
|
224
|
-
))
|
|
225
|
-
}, [
|
|
226
|
-
a[8] || (a[8] = r("span", { class: "pi pi-eye" }, null, -1)),
|
|
227
|
-
r("p", null, S(e.message.views), 1)
|
|
228
|
-
])) : l("", !0),
|
|
229
|
-
r("span", qe, S(e.message.time), 1),
|
|
230
|
-
m(D, {
|
|
231
|
-
"base-class": "sticker-message",
|
|
232
|
-
"message-class": T(e.message),
|
|
233
|
-
"message-status": e.message.status,
|
|
234
|
-
"status-class": N.value,
|
|
235
|
-
"status-title": V.value
|
|
236
|
-
}, null, 8, ["message-class", "message-status", "status-class", "status-title"])
|
|
237
|
-
])) : l("", !0)
|
|
238
|
-
]),
|
|
239
|
-
_: 1
|
|
240
|
-
}),
|
|
241
|
-
m(h, { name: "modal-fade" }, {
|
|
242
|
-
default: d(() => [
|
|
243
|
-
v.value ? (t(), n("a", {
|
|
244
|
-
key: 0,
|
|
245
|
-
class: "sticker-message__download-button",
|
|
246
|
-
href: e.message.url,
|
|
247
|
-
download: "",
|
|
248
|
-
target: "_blank",
|
|
249
|
-
onClick: O(() => "//Предотвращаем всплытие события клика", ["stop"])
|
|
250
|
-
}, [...a[9] || (a[9] = [
|
|
251
|
-
r("span", { class: "pi pi-download" }, null, -1)
|
|
252
|
-
])], 8, ze)) : l("", !0)
|
|
253
|
-
]),
|
|
254
|
-
_: 1
|
|
255
|
-
})
|
|
256
|
-
], 32),
|
|
257
|
-
m(h, { name: "modal-fade" }, {
|
|
258
|
-
default: d(() => [
|
|
259
|
-
s(J) && s(w).length && !e.reactionsEnabled ? (t(), n("button", {
|
|
260
|
-
key: 0,
|
|
261
|
-
class: "sticker-message__menu-button",
|
|
262
|
-
onClick: a[4] || (a[4] = //@ts-ignore
|
|
263
|
-
(...o) => s(F) && s(F)(...o))
|
|
264
|
-
}, [...a[10] || (a[10] = [
|
|
265
|
-
r("span", { class: "pi pi-ellipsis-h" }, null, -1)
|
|
266
|
-
])])) : l("", !0)
|
|
267
|
-
]),
|
|
268
|
-
_: 1
|
|
269
|
-
}),
|
|
270
|
-
(t(), c(U, { to: "body" }, [
|
|
271
|
-
m(h, { name: "context-menu" }, {
|
|
272
|
-
default: d(() => [
|
|
273
|
-
s(W) && s(w).length ? (t(), c(ke, {
|
|
274
|
-
key: 0,
|
|
275
|
-
ref_key: "menuRef",
|
|
276
|
-
ref: Q,
|
|
277
|
-
class: "sticker-message__context-menu message-actions-menu",
|
|
278
|
-
style: j(s(X)),
|
|
279
|
-
"data-theme": s(Y),
|
|
280
|
-
actions: s(w),
|
|
281
|
-
onClick: s(te),
|
|
282
|
-
onMouseenter: s(ee),
|
|
283
|
-
onMouseleave: s(se)
|
|
284
|
-
}, null, 8, ["style", "data-theme", "actions", "onClick", "onMouseenter", "onMouseleave"])) : l("", !0)
|
|
285
|
-
]),
|
|
286
|
-
_: 1
|
|
287
|
-
})
|
|
288
|
-
])),
|
|
289
|
-
e.message.text ? (t(), n("div", Ge, [
|
|
290
|
-
r("p", {
|
|
291
|
-
onClick: a[5] || (a[5] = //@ts-ignore
|
|
292
|
-
(...o) => s(B) && s(B)(...o)),
|
|
293
|
-
innerHTML: s(ne)
|
|
294
|
-
}, null, 8, We)
|
|
295
|
-
])) : l("", !0),
|
|
296
|
-
m(we, {
|
|
297
|
-
status: e.message.status,
|
|
298
|
-
"has-messenger-account": e.message.hasMessengerAccount,
|
|
299
|
-
channel: e.channel,
|
|
300
|
-
onSmsInvite: ce
|
|
301
|
-
}, null, 8, ["status", "has-messenger-account", "channel"]),
|
|
302
|
-
e.message.linkPreview ? (t(), c(fe, {
|
|
303
|
-
key: 2,
|
|
304
|
-
class: M(["sticker-message__link-preview", e.message.position]),
|
|
305
|
-
"link-preview": e.message.linkPreview
|
|
306
|
-
}, null, 8, ["class", "link-preview"])) : l("", !0),
|
|
307
|
-
e.message.embed ? (t(), c(ye, {
|
|
308
|
-
key: 3,
|
|
309
|
-
class: M(e.message.position),
|
|
310
|
-
embed: e.message.embed
|
|
311
|
-
}, null, 8, ["class", "embed"])) : l("", !0),
|
|
312
|
-
m(he, {
|
|
313
|
-
reactions: e.message.reactions,
|
|
314
|
-
"message-id": e.message.messageId,
|
|
315
|
-
reply: s(q)(e.message, "message.sticker"),
|
|
316
|
-
enabled: e.reactionsEnabled,
|
|
317
|
-
mode: e.reactionsMode,
|
|
318
|
-
"current-user-id": e.currentUserId,
|
|
319
|
-
"reaction-user-names": e.reactionUserNames,
|
|
320
|
-
"menu-enabled": s(w).length > 0,
|
|
321
|
-
onToggleReaction: s(me),
|
|
322
|
-
onAddReaction: s(re),
|
|
323
|
-
onRemoveReaction: s(ue),
|
|
324
|
-
onMenu: s(_)
|
|
325
|
-
}, null, 8, ["reactions", "message-id", "reply", "enabled", "mode", "current-user-id", "reaction-user-names", "menu-enabled", "onToggleReaction", "onAddReaction", "onRemoveReaction", "onMenu"])
|
|
326
|
-
], 64))
|
|
327
|
-
], 2),
|
|
328
|
-
(t(), c(U, { to: "body" }, [
|
|
329
|
-
m(h, { name: "modal-fade" }, {
|
|
330
|
-
default: d(() => [
|
|
331
|
-
I.value && !e.message.deleted ? (t(), c(Me, {
|
|
332
|
-
key: 0,
|
|
333
|
-
"data-theme": s(x)().theme ? s(x)().theme : "light",
|
|
334
|
-
title: e.message.alt,
|
|
335
|
-
onClose: oe
|
|
336
|
-
}, {
|
|
337
|
-
default: d(() => [
|
|
338
|
-
k.value && g.value ? (t(), n("tgs-player", {
|
|
339
|
-
key: 0,
|
|
340
|
-
class: "sticker-message__modal-image-animated",
|
|
341
|
-
src: e.message.url,
|
|
342
|
-
autoplay: "",
|
|
343
|
-
loop: "",
|
|
344
|
-
mode: "normal"
|
|
345
|
-
}, null, 8, Je)) : P.value && !f.value ? (t(), n("video", {
|
|
346
|
-
key: 1,
|
|
347
|
-
class: "sticker-message__modal-image",
|
|
348
|
-
src: e.message.url,
|
|
349
|
-
autoplay: "",
|
|
350
|
-
loop: "",
|
|
351
|
-
muted: "",
|
|
352
|
-
playsinline: "",
|
|
353
|
-
preload: "metadata",
|
|
354
|
-
onError: a[6] || (a[6] = (o) => f.value = !0)
|
|
355
|
-
}, null, 40, Ke)) : (t(), n("img", {
|
|
356
|
-
key: 2,
|
|
357
|
-
class: "sticker-message__modal-image",
|
|
358
|
-
src: e.message.url,
|
|
359
|
-
alt: e.message.alt
|
|
360
|
-
}, null, 8, Qe))
|
|
361
|
-
]),
|
|
362
|
-
_: 1
|
|
363
|
-
}, 8, ["data-theme", "title"])) : l("", !0)
|
|
364
|
-
]),
|
|
365
|
-
_: 1
|
|
366
|
-
})
|
|
367
|
-
]))
|
|
368
|
-
], 46, Ne));
|
|
131
|
+
const M = { chatAppId: m, getTheme: S, menuActions: w, startReply: c, tgsLibsLoaded: s, tgsLibsLoading: r, loadTgsLibs: u, props: e, emit: n, isOpenModal: p, isOpenMenu: R, buttonMenuVisible: k, menuAnchorRef: A, menuRef: L, menuStyle: T, menuTheme: _, baseShowMenu: d, hideMenu: C, openMenu: I, toggleMenu: F, onMenuMouseEnter: j, onMenuMouseLeave: O, clickAction: P, viewsAction: x, handleClickReplied: B, buttonDownloadVisible: g, linkedHtml: V, inNewWindow: E, showMenu: N, status: q, statusTitle: D, rightBubbleStyle: H, isTgsFile: a, videoFailed: f, shouldTryVideo: U, getClass: G, closeModal: W, onToggleReaction: $, onAddReaction: z, onRemoveReaction: J, handleSmsInvite: K, ContextMenu: Z, LinkPreview: ee, EmbedPreview: te, BaseReplyMessage: se, ModalFullscreen: oe, MessageReactions: ie, MessageStatusIndicator: re, MessageSmsInvite: ne, DeletedMessageContent: ae, get buildReplyPayload() {
|
|
132
|
+
return b;
|
|
133
|
+
} };
|
|
134
|
+
return Object.defineProperty(M, "__isScriptSetup", { enumerable: !1, value: !0 }), M;
|
|
369
135
|
}
|
|
370
136
|
});
|
|
371
137
|
export {
|
|
372
|
-
|
|
138
|
+
Qe as default
|
|
373
139
|
};
|
|
@@ -1,7 +1,20 @@
|
|
|
1
|
-
import
|
|
1
|
+
import s from "./SystemMessage.vue2.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as c, toDisplayString as r } from "vue";
|
|
2
3
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
4
|
+
import a from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const _ = { class: "system-message__container" }, m = { class: "system-message__text" };
|
|
6
|
+
function n(p, i, e, d, f, l) {
|
|
7
|
+
return o(), t("div", _, [
|
|
8
|
+
c(
|
|
9
|
+
"p",
|
|
10
|
+
m,
|
|
11
|
+
r(e.message.text),
|
|
12
|
+
1
|
|
13
|
+
/* TEXT */
|
|
14
|
+
)
|
|
15
|
+
]);
|
|
16
|
+
}
|
|
17
|
+
const v = /* @__PURE__ */ a(s, [["render", n], ["__scopeId", "data-v-825a80e3"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_feed_elements/SystemMessage/SystemMessage.vue"]]);
|
|
5
18
|
export {
|
|
6
|
-
|
|
19
|
+
v as default
|
|
7
20
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as r } from "vue";
|
|
2
|
+
const _ = /* @__PURE__ */ r({
|
|
3
3
|
__name: "SystemMessage",
|
|
4
4
|
props: {
|
|
5
5
|
message: {
|
|
@@ -7,12 +7,12 @@ const c = { class: "system-message__container" }, r = { class: "system-message__
|
|
|
7
7
|
required: !0
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
|
-
setup(
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
setup(s, { expose: t }) {
|
|
11
|
+
t();
|
|
12
|
+
const e = {};
|
|
13
|
+
return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
_ as default
|
|
18
18
|
};
|