@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,40 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
import "
|
|
3
|
-
import "../../../
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
setup(t) {
|
|
23
|
-
const r = t, n = j("chatAppId", ""), { isNative: a } = h(n), s = m(() => k(r.emoji)), l = m(() => E(r.emoji));
|
|
24
|
-
function u(i) {
|
|
25
|
-
const o = i.target, e = l.value;
|
|
26
|
-
e && o.src !== e && (o.src = e);
|
|
27
|
-
}
|
|
28
|
-
return (i, o) => g(a) ? (p(), c("span", y, d(t.emoji), 1)) : (p(), c("img", {
|
|
29
|
-
key: 0,
|
|
30
|
-
class: "chotto-emoji",
|
|
31
|
-
src: s.value,
|
|
32
|
-
alt: t.emoji,
|
|
33
|
-
draggable: "false",
|
|
34
|
-
onError: u
|
|
35
|
-
}, null, 40, _));
|
|
36
|
-
}
|
|
37
|
-
});
|
|
1
|
+
import c from "./EmojiGlyph.vue2.js";
|
|
2
|
+
import { createElementBlock as e, openBlock as r, toDisplayString as s } from "vue";
|
|
3
|
+
import i from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const a = ["src", "alt"], n = { key: 1 };
|
|
5
|
+
function m(l, _, t, o, p, f) {
|
|
6
|
+
return o.isNative ? (r(), e(
|
|
7
|
+
"span",
|
|
8
|
+
n,
|
|
9
|
+
s(t.emoji),
|
|
10
|
+
1
|
|
11
|
+
/* TEXT */
|
|
12
|
+
)) : (r(), e("img", {
|
|
13
|
+
key: 0,
|
|
14
|
+
class: "chotto-emoji",
|
|
15
|
+
src: o.src,
|
|
16
|
+
alt: t.emoji,
|
|
17
|
+
draggable: "false",
|
|
18
|
+
onError: o.onImgError
|
|
19
|
+
}, null, 40, a));
|
|
20
|
+
}
|
|
21
|
+
const y = /* @__PURE__ */ i(c, [["render", m], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_atoms/EmojiGlyph/EmojiGlyph.vue"]]);
|
|
38
22
|
export {
|
|
39
|
-
|
|
23
|
+
y as default
|
|
40
24
|
};
|
|
@@ -1,4 +1,35 @@
|
|
|
1
|
-
import f from "
|
|
1
|
+
import { defineComponent as f, inject as _, computed as m } from "vue";
|
|
2
|
+
import "../../../hooks/useMessageDraft.js";
|
|
3
|
+
import "../../../hooks/useSearchModel.js";
|
|
4
|
+
import "../../../hooks/useTheme.js";
|
|
5
|
+
import { useEmojiNative as j } from "../../../hooks/useEmojiNative.js";
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
import "../../../locale/useLocale.js";
|
|
9
|
+
/* empty css */
|
|
10
|
+
import "../../../node_modules/linkifyjs/dist/linkify.js";
|
|
11
|
+
import "../../../node_modules/linkify-string/dist/linkify-string.js";
|
|
12
|
+
import "../../../functions/parseMarkdown.js";
|
|
13
|
+
import { getAppleEmojiUrl as d, getAppleEmojiFallbackUrl as g } from "../../../functions/renderAppleEmojis.js";
|
|
14
|
+
const C = /* @__PURE__ */ f({
|
|
15
|
+
__name: "EmojiGlyph",
|
|
16
|
+
props: {
|
|
17
|
+
emoji: {
|
|
18
|
+
type: String,
|
|
19
|
+
required: !0
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
setup(c, { expose: n }) {
|
|
23
|
+
n();
|
|
24
|
+
const t = c, r = _("chatAppId", ""), { isNative: s } = j(r), a = m(() => d(t.emoji)), e = m(() => g(t.emoji));
|
|
25
|
+
function l(u) {
|
|
26
|
+
const i = u.target, o = e.value;
|
|
27
|
+
o && i.src !== o && (i.src = o);
|
|
28
|
+
}
|
|
29
|
+
const p = { props: t, chatAppId: r, isNative: s, src: a, fallbackSrc: e, onImgError: l };
|
|
30
|
+
return Object.defineProperty(p, "__isScriptSetup", { enumerable: !1, value: !0 }), p;
|
|
31
|
+
}
|
|
32
|
+
});
|
|
2
33
|
export {
|
|
3
|
-
|
|
34
|
+
C as default
|
|
4
35
|
};
|
|
@@ -1,7 +1,40 @@
|
|
|
1
|
-
import
|
|
1
|
+
import r from "./LinkPreview.vue2.js";
|
|
2
|
+
import { createElementBlock as n, openBlock as o, createElementVNode as i, toDisplayString as t } from "vue";
|
|
2
3
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
4
|
+
import s from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const c = { class: "link-preview" }, _ = { class: "link-preview__container" }, l = ["href"], a = { class: "link-preview__title" }, v = { class: "link-preview__description" }, d = ["src", "alt"];
|
|
6
|
+
function k(p, m, e, w, f, h) {
|
|
7
|
+
return o(), n("div", c, [
|
|
8
|
+
i("div", _, [
|
|
9
|
+
i("a", {
|
|
10
|
+
class: "link-preview__link-container",
|
|
11
|
+
href: e.linkPreview.url,
|
|
12
|
+
target: "_blank"
|
|
13
|
+
}, [
|
|
14
|
+
i(
|
|
15
|
+
"p",
|
|
16
|
+
a,
|
|
17
|
+
t(e.linkPreview.title),
|
|
18
|
+
1
|
|
19
|
+
/* TEXT */
|
|
20
|
+
),
|
|
21
|
+
i(
|
|
22
|
+
"p",
|
|
23
|
+
v,
|
|
24
|
+
t(e.linkPreview.description),
|
|
25
|
+
1
|
|
26
|
+
/* TEXT */
|
|
27
|
+
),
|
|
28
|
+
i("img", {
|
|
29
|
+
class: "link-preview__image",
|
|
30
|
+
src: e.linkPreview.imageUrl,
|
|
31
|
+
alt: e.linkPreview.title
|
|
32
|
+
}, null, 8, d)
|
|
33
|
+
], 8, l)
|
|
34
|
+
])
|
|
35
|
+
]);
|
|
36
|
+
}
|
|
37
|
+
const L = /* @__PURE__ */ s(r, [["render", k], ["__scopeId", "data-v-81eeb7f4"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_atoms/LinkPreview/LinkPreview.vue"]]);
|
|
5
38
|
export {
|
|
6
|
-
|
|
39
|
+
L as default
|
|
7
40
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as t } from "vue";
|
|
2
|
+
const _ = /* @__PURE__ */ t({
|
|
3
3
|
__name: "LinkPreview",
|
|
4
4
|
props: {
|
|
5
5
|
linkPreview: {
|
|
@@ -7,26 +7,12 @@ const s = { class: "link-preview" }, c = { class: "link-preview__container" }, o
|
|
|
7
7
|
required: !0
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
|
-
setup(
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
class: "link-preview__link-container",
|
|
15
|
-
href: e.linkPreview.url,
|
|
16
|
-
target: "_blank"
|
|
17
|
-
}, [
|
|
18
|
-
i("p", a, t(e.linkPreview.title), 1),
|
|
19
|
-
i("p", _, t(e.linkPreview.description), 1),
|
|
20
|
-
i("img", {
|
|
21
|
-
class: "link-preview__image",
|
|
22
|
-
src: e.linkPreview.imageUrl,
|
|
23
|
-
alt: e.linkPreview.title
|
|
24
|
-
}, null, 8, k)
|
|
25
|
-
], 8, o)
|
|
26
|
-
])
|
|
27
|
-
]));
|
|
10
|
+
setup(n, { expose: r }) {
|
|
11
|
+
r();
|
|
12
|
+
const e = {};
|
|
13
|
+
return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
|
|
28
14
|
}
|
|
29
15
|
});
|
|
30
16
|
export {
|
|
31
|
-
|
|
17
|
+
_ as default
|
|
32
18
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { computed as
|
|
1
|
+
import { computed as i, createElementBlock as c, createCommentVNode as d, openBlock as n, normalizeClass as l, createStaticVNode as p } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const v = {
|
|
5
5
|
__name: "LoadingIndicator",
|
|
6
6
|
props: {
|
|
7
7
|
isLoading: {
|
|
@@ -11,35 +11,46 @@ const _ = ["width", "height"], v = {
|
|
|
11
11
|
size: {
|
|
12
12
|
type: String,
|
|
13
13
|
default: "normal",
|
|
14
|
-
validator: (
|
|
14
|
+
validator: (a) => ["normal", "small"].includes(a)
|
|
15
15
|
},
|
|
16
16
|
position: {
|
|
17
17
|
type: String,
|
|
18
18
|
default: "center",
|
|
19
|
-
validator: (
|
|
19
|
+
validator: (a) => ["center", "top"].includes(a)
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
|
-
setup(
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
setup(a, { expose: e }) {
|
|
23
|
+
e();
|
|
24
|
+
const t = a, o = i(() => t.size === "small" ? "36px" : "120px"), s = i(() => t.size === "small" ? "35px" : "116px"), r = { props: t, svgWidth: o, svgHeight: s, computed: i };
|
|
25
|
+
return Object.defineProperty(r, "__isScriptSetup", { enumerable: !1, value: !0 }), r;
|
|
26
|
+
}
|
|
27
|
+
}, f = ["width", "height"];
|
|
28
|
+
function u(a, e, t, o, s, r) {
|
|
29
|
+
return t.isLoading ? (n(), c(
|
|
30
|
+
"div",
|
|
31
|
+
{
|
|
25
32
|
key: 0,
|
|
26
|
-
class:
|
|
33
|
+
class: l([
|
|
27
34
|
"loading-indicator",
|
|
28
35
|
{ "loading-indicator--small": t.size === "small" }
|
|
29
36
|
])
|
|
30
|
-
},
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
37
|
+
},
|
|
38
|
+
[
|
|
39
|
+
(n(), c("svg", {
|
|
40
|
+
width: o.svgWidth,
|
|
41
|
+
height: o.svgHeight,
|
|
34
42
|
viewBox: "-8 -8 120 116",
|
|
35
43
|
fill: "none",
|
|
36
44
|
xmlns: "http://www.w3.org/2000/svg"
|
|
37
45
|
}, [...e[0] || (e[0] = [
|
|
38
|
-
|
|
39
|
-
])], 8,
|
|
40
|
-
],
|
|
41
|
-
|
|
42
|
-
|
|
46
|
+
p('<circle class="dot dot-1" cx="84.71" cy="43.91" r="12.18" stroke="url(#paint0_linear_10781_5111)" data-v-894a78ac></circle><circle class="dot dot-2" cx="73.05" cy="82.12" r="12.18" stroke="url(#paint1_linear_10781_5111)" data-v-894a78ac></circle><circle class="dot dot-3" cx="32.24" cy="82.12" r="12.18" stroke="url(#paint2_linear_10781_5111)" data-v-894a78ac></circle><circle class="dot dot-4" cx="19.29" cy="43.91" r="12.18" stroke="url(#paint3_linear_10781_5111)" data-v-894a78ac></circle><circle class="dot dot-5" cx="52.76" cy="19.29" r="12.18" stroke="url(#paint4_linear_10781_5111)" data-v-894a78ac></circle><defs data-v-894a78ac><linearGradient id="paint0_linear_10781_5111" x1="18.12" y1="10.7" x2="85.37" y2="100" gradientUnits="userSpaceOnUse" data-v-894a78ac><stop stop-color="#426CFF" data-v-894a78ac></stop><stop offset="1" stop-color="#734AFD" data-v-894a78ac></stop></linearGradient><linearGradient id="paint1_linear_10781_5111" x1="18.12" y1="10.7" x2="85.37" y2="100" gradientUnits="userSpaceOnUse" data-v-894a78ac><stop stop-color="#426CFF" data-v-894a78ac></stop><stop offset="1" stop-color="#734AFD" data-v-894a78ac></stop></linearGradient><linearGradient id="paint2_linear_10781_5111" x1="18.12" y1="10.7" x2="85.37" y2="100" gradientUnits="userSpaceOnUse" data-v-894a78ac><stop stop-color="#426CFF" data-v-894a78ac></stop><stop offset="1" stop-color="#734AFD" data-v-894a78ac></stop></linearGradient><linearGradient id="paint3_linear_10781_5111" x1="18.12" y1="10.7" x2="85.37" y2="100" gradientUnits="userSpaceOnUse" data-v-894a78ac><stop stop-color="#426CFF" data-v-894a78ac></stop><stop offset="1" stop-color="#734AFD" data-v-894a78ac></stop></linearGradient><linearGradient id="paint4_linear_10781_5111" x1="18.12" y1="10.7" x2="85.37" y2="100" gradientUnits="userSpaceOnUse" data-v-894a78ac><stop stop-color="#426CFF" data-v-894a78ac></stop><stop offset="1" stop-color="#734AFD" data-v-894a78ac></stop></linearGradient></defs>', 6)
|
|
47
|
+
])], 8, f))
|
|
48
|
+
],
|
|
49
|
+
2
|
|
50
|
+
/* CLASS */
|
|
51
|
+
)) : d("v-if", !0);
|
|
52
|
+
}
|
|
53
|
+
const y = /* @__PURE__ */ _(v, [["render", u], ["__scopeId", "data-v-894a78ac"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_atoms/LoadingIndicator/LoadingIndicator.vue"]]);
|
|
43
54
|
export {
|
|
44
|
-
|
|
55
|
+
y as default
|
|
45
56
|
};
|
|
@@ -1,7 +1,73 @@
|
|
|
1
|
-
import
|
|
1
|
+
import s from "./Tooltip.vue2.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, Fragment as r, createElementVNode as d, createBlock as c, renderSlot as a, Teleport as m, createVNode as h, Transition as p, withCtx as _, createCommentVNode as f, renderList as v, normalizeStyle as T, normalizeClass as y, createTextVNode as g, toDisplayString as u } from "vue";
|
|
2
3
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
4
|
+
import k from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const C = { key: 0 }, S = ["data-theme"];
|
|
6
|
+
function B(l, E, M, e, N, V) {
|
|
7
|
+
return o(), t(
|
|
8
|
+
r,
|
|
9
|
+
null,
|
|
10
|
+
[
|
|
11
|
+
d(
|
|
12
|
+
"div",
|
|
13
|
+
{
|
|
14
|
+
ref: "container",
|
|
15
|
+
class: "tooltip-wrapper",
|
|
16
|
+
onMouseenter: e.handleTriggerEnter,
|
|
17
|
+
onMouseleave: e.handleTriggerLeave
|
|
18
|
+
},
|
|
19
|
+
[
|
|
20
|
+
a(l.$slots, "default", {}, void 0, !0)
|
|
21
|
+
],
|
|
22
|
+
544
|
|
23
|
+
/* NEED_HYDRATION, NEED_PATCH */
|
|
24
|
+
),
|
|
25
|
+
(o(), c(m, { to: "body" }, [
|
|
26
|
+
h(p, null, {
|
|
27
|
+
default: _(() => [
|
|
28
|
+
e.show && e.hasTooltipBody ? (o(), t("div", C, [
|
|
29
|
+
(o(!0), t(
|
|
30
|
+
r,
|
|
31
|
+
null,
|
|
32
|
+
v(e.displayItems, (n, i) => (o(), t("span", {
|
|
33
|
+
key: `${n}-${i}`,
|
|
34
|
+
ref_for: !0,
|
|
35
|
+
ref: "tooltipItems",
|
|
36
|
+
"data-theme": e.getTheme().theme ? e.getTheme().theme : "light",
|
|
37
|
+
class: y(e.tooltipClasses),
|
|
38
|
+
style: T(e.tooltipStyle),
|
|
39
|
+
onMouseenter: e.handleTooltipEnter,
|
|
40
|
+
onMouseleave: e.handleTooltipLeave
|
|
41
|
+
}, [
|
|
42
|
+
e.hasContentSlot ? a(l.$slots, "content", { key: 0 }, void 0, !0) : (o(), t(
|
|
43
|
+
r,
|
|
44
|
+
{ key: 1 },
|
|
45
|
+
[
|
|
46
|
+
g(
|
|
47
|
+
u(n),
|
|
48
|
+
1
|
|
49
|
+
/* TEXT */
|
|
50
|
+
)
|
|
51
|
+
],
|
|
52
|
+
64
|
|
53
|
+
/* STABLE_FRAGMENT */
|
|
54
|
+
))
|
|
55
|
+
], 46, S))),
|
|
56
|
+
128
|
|
57
|
+
/* KEYED_FRAGMENT */
|
|
58
|
+
))
|
|
59
|
+
])) : f("v-if", !0)
|
|
60
|
+
]),
|
|
61
|
+
_: 3
|
|
62
|
+
/* FORWARDED */
|
|
63
|
+
})
|
|
64
|
+
]))
|
|
65
|
+
],
|
|
66
|
+
64
|
|
67
|
+
/* STABLE_FRAGMENT */
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
const z = /* @__PURE__ */ k(s, [["render", B], ["__scopeId", "data-v-01043e04"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_atoms/Tooltip/Tooltip.vue"]]);
|
|
5
71
|
export {
|
|
6
|
-
|
|
72
|
+
z as default
|
|
7
73
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as rt, inject as at, useSlots as nt, ref as f, computed as c, onMounted as ft, onUnmounted as ut, nextTick as M, unref as ct } from "vue";
|
|
2
2
|
import "../../../hooks/useMessageDraft.js";
|
|
3
3
|
import "../../../hooks/useSearchModel.js";
|
|
4
|
-
import { useTheme as
|
|
4
|
+
import { useTheme as st } from "../../../hooks/useTheme.js";
|
|
5
5
|
import "../../../hooks/useEmojiNative.js";
|
|
6
6
|
/* empty css */
|
|
7
7
|
/* empty css */
|
|
@@ -10,7 +10,7 @@ import "../../../locale/useLocale.js";
|
|
|
10
10
|
import "../../../node_modules/linkifyjs/dist/linkify.js";
|
|
11
11
|
import "../../../node_modules/linkify-string/dist/linkify-string.js";
|
|
12
12
|
import "../../../functions/parseMarkdown.js";
|
|
13
|
-
const
|
|
13
|
+
const j = 6, H = 120, At = /* @__PURE__ */ rt({
|
|
14
14
|
__name: "Tooltip",
|
|
15
15
|
props: {
|
|
16
16
|
text: {
|
|
@@ -56,153 +56,121 @@ const Ct = { key: 0 }, Mt = ["data-theme"], Lt = 6, At = 120, qt = /* @__PURE__
|
|
|
56
56
|
default: () => ({})
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
setup(
|
|
60
|
-
const
|
|
59
|
+
setup(N, { expose: $ }) {
|
|
60
|
+
const v = at("chatAppId"), { getTheme: q } = st(v), E = nt(), y = f(), g = f([]), u = f(!1), s = f(null), n = f(null), l = f(null), p = f(!1), h = f(!1), e = N, w = c(() => typeof E.content == "function"), G = c(() => ({
|
|
61
61
|
tooltip__text: !0,
|
|
62
62
|
[`tooltip--${e.position}`]: !0
|
|
63
|
-
})),
|
|
63
|
+
})), K = c(() => ({
|
|
64
64
|
maxWidth: e.maxWidth || void 0,
|
|
65
65
|
...e.bubbleStyle
|
|
66
|
-
})),
|
|
66
|
+
})), x = c(() => {
|
|
67
67
|
const t = Array.isArray(e.texts) ? e.texts.map((o) => String(o ?? "").trim()).filter(Boolean) : [];
|
|
68
68
|
return t.length > 0 ? t : e.text ? [e.text] : [];
|
|
69
|
-
}),
|
|
70
|
-
const
|
|
69
|
+
}), U = c(() => w.value ? ["__content__"] : x.value), X = c(() => w.value ? !0 : x.value.length > 0), O = (t, o) => {
|
|
70
|
+
const i = o.left < 0 ? o.left : 0, r = o.top < 0 ? o.top : 0;
|
|
71
71
|
return {
|
|
72
72
|
left: {
|
|
73
|
-
top: t.top - (o.height - t.height) / 2 -
|
|
74
|
-
left: t.left - o.width -
|
|
73
|
+
top: t.top - (o.height - t.height) / 2 - r,
|
|
74
|
+
left: t.left - o.width - i - e.offset
|
|
75
75
|
},
|
|
76
76
|
right: {
|
|
77
|
-
top: t.top - (o.height - t.height) / 2 -
|
|
78
|
-
left: t.left + t.width -
|
|
77
|
+
top: t.top - (o.height - t.height) / 2 - r,
|
|
78
|
+
left: t.left + t.width - i + e.offset
|
|
79
79
|
},
|
|
80
80
|
bottom: {
|
|
81
|
-
top: t.bottom -
|
|
82
|
-
left: t.left -
|
|
81
|
+
top: t.bottom - r + e.offset,
|
|
82
|
+
left: t.left - i
|
|
83
83
|
},
|
|
84
84
|
"bottom-center": {
|
|
85
|
-
top: t.bottom -
|
|
86
|
-
left: t.left + t.width / 2 - o.width / 2 -
|
|
85
|
+
top: t.bottom - r + e.offset,
|
|
86
|
+
left: t.left + t.width / 2 - o.width / 2 - i
|
|
87
87
|
},
|
|
88
88
|
top: {
|
|
89
|
-
top: t.top - o.height - e.offset -
|
|
90
|
-
left: t.left -
|
|
89
|
+
top: t.top - o.height - e.offset - r,
|
|
90
|
+
left: t.left - i
|
|
91
91
|
},
|
|
92
92
|
"top-center": {
|
|
93
|
-
top: t.top - o.height - e.offset -
|
|
94
|
-
left: t.left + t.width / 2 - o.width / 2 -
|
|
93
|
+
top: t.top - o.height - e.offset - r,
|
|
94
|
+
left: t.left + t.width / 2 - o.width / 2 - i
|
|
95
95
|
},
|
|
96
96
|
"top-left": {
|
|
97
|
-
top: t.top - o.height - e.offset -
|
|
98
|
-
left: t.left + t.width - o.width -
|
|
97
|
+
top: t.top - o.height - e.offset - r,
|
|
98
|
+
left: t.left + t.width - o.width - i
|
|
99
99
|
},
|
|
100
100
|
"top-right": {
|
|
101
|
-
top: t.top - o.height - e.offset -
|
|
102
|
-
left: t.left -
|
|
101
|
+
top: t.top - o.height - e.offset - r,
|
|
102
|
+
left: t.left - i
|
|
103
103
|
},
|
|
104
104
|
"bottom-left": {
|
|
105
|
-
top: t.bottom -
|
|
106
|
-
left: t.left + t.width - o.width -
|
|
105
|
+
top: t.bottom - r + e.offset,
|
|
106
|
+
left: t.left + t.width - o.width - i
|
|
107
107
|
},
|
|
108
108
|
"bottom-right": {
|
|
109
|
-
top: t.bottom -
|
|
110
|
-
left: t.left -
|
|
109
|
+
top: t.bottom - r + e.offset,
|
|
110
|
+
left: t.left - i
|
|
111
111
|
}
|
|
112
112
|
}[e.position];
|
|
113
|
-
},
|
|
114
|
-
if (!
|
|
115
|
-
const t =
|
|
116
|
-
|
|
117
|
-
const
|
|
118
|
-
|
|
113
|
+
}, _ = () => {
|
|
114
|
+
if (!y.value || g.value.length === 0) return;
|
|
115
|
+
const t = y.value.getBoundingClientRect(), o = e.position.startsWith("top"), i = 8, r = v ? document.getElementById(v) : null, a = r == null ? void 0 : r.getBoundingClientRect(), J = (a == null ? void 0 : a.top) ?? 0, Q = (a == null ? void 0 : a.left) ?? 0, V = (a == null ? void 0 : a.right) ?? window.innerWidth, Z = (a == null ? void 0 : a.bottom) ?? window.innerHeight;
|
|
116
|
+
g.value.forEach((C, B) => {
|
|
117
|
+
const d = C.getBoundingClientRect(), L = O(t, d), k = B * (d.height + j), tt = o ? L.top - k : L.top + k, W = J + i, et = Z - d.height - i, R = Q + i, ot = V - d.width - i, lt = Math.min(Math.max(tt, W), Math.max(W, et)), it = Math.min(Math.max(L.left, R), Math.max(R, ot));
|
|
118
|
+
C.style.top = `${lt}px`, C.style.left = `${it}px`;
|
|
119
119
|
});
|
|
120
|
-
},
|
|
121
|
-
e.trigger !== "auto" && (n.value && (clearTimeout(n.value), n.value = null),
|
|
122
|
-
|
|
123
|
-
|
|
120
|
+
}, D = () => {
|
|
121
|
+
e.trigger !== "auto" && (n.value && (clearTimeout(n.value), n.value = null), l.value && (clearTimeout(l.value), l.value = null), n.value = setTimeout(() => {
|
|
122
|
+
u.value = !0, M(() => {
|
|
123
|
+
_();
|
|
124
124
|
}), n.value = null;
|
|
125
125
|
}, e.delay));
|
|
126
|
-
},
|
|
127
|
-
e.trigger !== "auto" && (n.value && (clearTimeout(n.value), n.value = null),
|
|
128
|
-
|
|
126
|
+
}, T = () => {
|
|
127
|
+
e.trigger !== "auto" && (n.value && (clearTimeout(n.value), n.value = null), l.value && (clearTimeout(l.value), l.value = null), u.value = !1, M(() => {
|
|
128
|
+
ct(g).forEach((o) => {
|
|
129
129
|
o.style.top = "0", o.style.left = "0";
|
|
130
130
|
});
|
|
131
131
|
}));
|
|
132
|
-
},
|
|
133
|
-
e.trigger !== "auto" && (
|
|
134
|
-
!
|
|
135
|
-
},
|
|
136
|
-
}, U = () => {
|
|
137
|
-
v.value = !0, K();
|
|
138
|
-
}, X = () => {
|
|
139
|
-
v.value = !1, I();
|
|
132
|
+
}, S = () => {
|
|
133
|
+
e.trigger !== "auto" && (l.value && clearTimeout(l.value), l.value = setTimeout(() => {
|
|
134
|
+
!p.value && !h.value && T();
|
|
135
|
+
}, H));
|
|
140
136
|
}, Y = () => {
|
|
141
|
-
|
|
142
|
-
},
|
|
143
|
-
|
|
144
|
-
},
|
|
137
|
+
p.value = !0, D();
|
|
138
|
+
}, b = () => {
|
|
139
|
+
p.value = !1, S();
|
|
140
|
+
}, z = () => {
|
|
141
|
+
h.value = !0, l.value && (clearTimeout(l.value), l.value = null);
|
|
142
|
+
}, F = () => {
|
|
143
|
+
h.value = !1, S();
|
|
144
|
+
}, A = () => {
|
|
145
145
|
if (e.hideOnClick) {
|
|
146
|
-
if (
|
|
147
|
-
|
|
146
|
+
if (p.value = !1, h.value = !1, e.trigger === "auto") {
|
|
147
|
+
m(), u.value = !1;
|
|
148
148
|
return;
|
|
149
149
|
}
|
|
150
|
-
|
|
150
|
+
T();
|
|
151
151
|
}
|
|
152
|
-
},
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}), e.autoShowDuration > 0 && (
|
|
156
|
-
|
|
152
|
+
}, P = () => {
|
|
153
|
+
m(), u.value = !0, M(() => {
|
|
154
|
+
_();
|
|
155
|
+
}), e.autoShowDuration > 0 && (s.value = setTimeout(() => {
|
|
156
|
+
u.value = !1;
|
|
157
157
|
}, e.autoShowDuration));
|
|
158
|
-
},
|
|
159
|
-
|
|
158
|
+
}, m = () => {
|
|
159
|
+
s.value && (clearTimeout(s.value), s.value = null);
|
|
160
160
|
};
|
|
161
|
-
|
|
162
|
-
e.hideOnClick && document.addEventListener("mousedown",
|
|
163
|
-
}),
|
|
164
|
-
e.hideOnClick && document.removeEventListener("mousedown",
|
|
165
|
-
}),
|
|
166
|
-
startAutoShow:
|
|
167
|
-
clearAutoTimer:
|
|
168
|
-
hide:
|
|
169
|
-
})
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
ref: w,
|
|
173
|
-
class: "tooltip-wrapper",
|
|
174
|
-
onMouseenter: U,
|
|
175
|
-
onMouseleave: X
|
|
176
|
-
}, [
|
|
177
|
-
W(t.$slots, "default", {}, void 0, !0)
|
|
178
|
-
], 544),
|
|
179
|
-
(c(), ht(pt, { to: "body" }, [
|
|
180
|
-
vt(gt, null, {
|
|
181
|
-
default: dt(() => [
|
|
182
|
-
f.value && F.value ? (c(), m("div", Ct, [
|
|
183
|
-
(c(!0), m(C, null, yt(z.value, (l, i) => (c(), m("span", {
|
|
184
|
-
key: `${l}-${i}`,
|
|
185
|
-
ref_for: !0,
|
|
186
|
-
ref_key: "tooltipItems",
|
|
187
|
-
ref: h,
|
|
188
|
-
"data-theme": M(A)().theme ? M(A)().theme : "light",
|
|
189
|
-
class: xt(j.value),
|
|
190
|
-
style: wt(q.value),
|
|
191
|
-
onMouseenter: Y,
|
|
192
|
-
onMouseleave: J
|
|
193
|
-
}, [
|
|
194
|
-
x.value ? W(t.$slots, "content", { key: 0 }, void 0, !0) : (c(), m(C, { key: 1 }, [
|
|
195
|
-
_t(St(l), 1)
|
|
196
|
-
], 64))
|
|
197
|
-
], 46, Mt))), 128))
|
|
198
|
-
])) : Tt("", !0)
|
|
199
|
-
]),
|
|
200
|
-
_: 3
|
|
201
|
-
})
|
|
202
|
-
]))
|
|
203
|
-
], 64));
|
|
161
|
+
ft(() => {
|
|
162
|
+
e.hideOnClick && document.addEventListener("mousedown", A, !0);
|
|
163
|
+
}), ut(() => {
|
|
164
|
+
e.hideOnClick && document.removeEventListener("mousedown", A, !0), n.value && clearTimeout(n.value), l.value && clearTimeout(l.value), m();
|
|
165
|
+
}), $({
|
|
166
|
+
startAutoShow: P,
|
|
167
|
+
clearAutoTimer: m,
|
|
168
|
+
hide: T
|
|
169
|
+
});
|
|
170
|
+
const I = { chatAppId: v, getTheme: q, slots: E, container: y, tooltipItems: g, show: u, autoTimer: s, showTimer: n, hideTimer: l, STACK_GAP_PX: j, HIDE_DELAY_MS: H, isOverTrigger: p, isOverTooltip: h, props: e, hasContentSlot: w, tooltipClasses: G, tooltipStyle: K, resolvedTexts: x, displayItems: U, hasTooltipBody: X, getTooltipPosition: O, positionTooltips: _, updatePosition: D, hideTooltip: T, scheduleHide: S, handleTriggerEnter: Y, handleTriggerLeave: b, handleTooltipEnter: z, handleTooltipLeave: F, handleDocumentMouseDown: A, startAutoShow: P, clearAutoTimer: m };
|
|
171
|
+
return Object.defineProperty(I, "__isScriptSetup", { enumerable: !1, value: !0 }), I;
|
|
204
172
|
}
|
|
205
173
|
});
|
|
206
174
|
export {
|
|
207
|
-
|
|
175
|
+
At as default
|
|
208
176
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { createElementBlock as i, openBlock as r, createStaticVNode as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { createElementBlock as i, openBlock as r, createStaticVNode as o } from "vue";
|
|
2
|
+
import s from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const c = {
|
|
4
4
|
name: "AvatarIcon",
|
|
5
5
|
props: {
|
|
6
6
|
size: {
|
|
@@ -24,8 +24,8 @@ const l = {
|
|
|
24
24
|
return this.height || this.size;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
},
|
|
28
|
-
function
|
|
27
|
+
}, h = ["width", "height"];
|
|
28
|
+
function C(n, t, e, a, l, p) {
|
|
29
29
|
return r(), i("svg", {
|
|
30
30
|
width: e.size,
|
|
31
31
|
height: e.size,
|
|
@@ -33,10 +33,10 @@ function d(n, t, e, s, a, p) {
|
|
|
33
33
|
fill: "none",
|
|
34
34
|
xmlns: "http://www.w3.org/2000/svg"
|
|
35
35
|
}, [...t[0] || (t[0] = [
|
|
36
|
-
|
|
37
|
-
])], 8,
|
|
36
|
+
o('<g clip-path="url(#clip0_4389_421)"><path d="M35.4075 18.75C35.4075 21.2364 34.3978 23.621 32.6005 25.3791C30.8032 27.1373 28.3655 28.125 25.8237 28.125C23.282 28.125 20.8443 27.1373 19.047 25.3791C17.2497 23.621 16.24 21.2364 16.24 18.75C16.24 16.2636 17.2497 13.879 19.047 12.1209C20.8443 10.3627 23.282 9.375 25.8237 9.375C28.3655 9.375 30.8032 10.3627 32.6005 12.1209C34.3978 13.879 35.4075 16.2636 35.4075 18.75Z" fill="#DCDCDC"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M0.26709 25C0.26709 18.3696 2.95966 12.0107 7.75247 7.32233C12.5453 2.63392 19.0457 0 25.8238 0C32.6018 0 39.1023 2.63392 43.8951 7.32233C48.6879 12.0107 51.3805 18.3696 51.3805 25C51.3805 31.6304 48.6879 37.9893 43.8951 42.6777C39.1023 47.3661 32.6018 50 25.8238 50C19.0457 50 12.5453 47.3661 7.75247 42.6777C2.95966 37.9893 0.26709 31.6304 0.26709 25ZM25.8238 3.125C21.6126 3.12522 17.4871 4.28863 13.922 6.48134C10.357 8.67404 7.49734 11.8069 5.67221 15.5194C3.84709 19.2318 3.13067 23.3729 3.60543 27.4661C4.08018 31.5593 5.72681 35.4382 8.35578 38.6562C10.6239 35.0812 15.6171 31.25 25.8238 31.25C36.0305 31.25 41.0204 35.0781 43.2918 38.6562C45.9207 35.4382 47.5674 31.5593 48.0421 27.4661C48.5169 23.3729 47.8005 19.2318 45.9753 15.5194C44.1502 11.8069 41.2906 8.67404 37.7255 6.48134C34.1605 4.28863 30.0349 3.12522 25.8238 3.125Z" fill="#DCDCDC"></path></g><defs><clipPath id="clip0_4389_421"><rect width="51.1134" height="50" fill="white" transform="translate(0.26709)"></rect></clipPath></defs>', 2)
|
|
37
|
+
])], 8, h);
|
|
38
38
|
}
|
|
39
|
-
const u = /* @__PURE__ */
|
|
39
|
+
const u = /* @__PURE__ */ s(c, [["render", C], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/AvatarIcon.vue"]]);
|
|
40
40
|
export {
|
|
41
41
|
u as default
|
|
42
42
|
};
|