@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,32 +1,44 @@
|
|
|
1
|
-
import { createElementBlock as t, openBlock as
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as C } from "vue";
|
|
2
2
|
import n from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
const
|
|
3
|
+
const c = {}, i = {
|
|
4
4
|
width: "16",
|
|
5
5
|
height: "16",
|
|
6
6
|
viewBox: "0 0 16 16",
|
|
7
7
|
fill: "none",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
9
|
};
|
|
10
|
-
function
|
|
11
|
-
return
|
|
12
|
-
C(
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
C("clipPath", { id: "clip0_5167_3788" }, [
|
|
20
|
-
C("rect", {
|
|
21
|
-
width: "16",
|
|
22
|
-
height: "16",
|
|
23
|
-
fill: "white"
|
|
10
|
+
function l(r, e) {
|
|
11
|
+
return o(), t("svg", i, [...e[0] || (e[0] = [
|
|
12
|
+
C(
|
|
13
|
+
"g",
|
|
14
|
+
{ "clip-path": "url(#clip0_5167_3788)" },
|
|
15
|
+
[
|
|
16
|
+
C("path", {
|
|
17
|
+
d: "M13.601 2.32605C12.8675 1.58573 11.9939 0.998793 11.0313 0.599454C10.0687 0.200115 9.03617 -0.00364427 7.994 4.93305e-05C3.627 4.93305e-05 0.068 3.55805 0.064 7.92605C0.064 9.32505 0.43 10.686 1.121 11.891L0 16L4.204 14.898C5.367 15.531 6.66993 15.8627 7.994 15.863H7.998C12.366 15.863 15.924 12.305 15.928 7.93305C15.929 6.89109 15.7238 5.85924 15.3243 4.89693C14.9247 3.93462 14.3397 3.06088 13.601 2.32605ZM7.994 14.521C6.813 14.5214 5.6537 14.2036 4.638 13.601L4.398 13.457L1.904 14.111L2.57 11.6781L2.414 11.427C1.75381 10.3774 1.40465 9.16208 1.407 7.92205C1.407 4.29605 4.364 1.33805 7.998 1.33805C8.86374 1.3365 9.72123 1.50632 10.521 1.83774C11.3208 2.16916 12.0471 2.65561 12.658 3.26905C13.271 3.8801 13.757 4.60647 14.0879 5.40628C14.4188 6.20609 14.5881 7.06349 14.586 7.92905C14.582 11.568 11.625 14.521 7.994 14.521ZM11.609 9.58705C11.412 9.48805 10.439 9.00905 10.256 8.94105C10.074 8.87605 9.941 8.84205 9.811 9.04005C9.678 9.23705 9.298 9.68605 9.184 9.81505C9.07 9.94805 8.952 9.96305 8.754 9.86505C8.557 9.76505 7.918 9.55705 7.162 8.88005C6.572 8.35505 6.177 7.70505 6.059 7.50805C5.945 7.31005 6.048 7.20405 6.147 7.10505C6.234 7.01705 6.344 6.87305 6.443 6.75905C6.543 6.64505 6.576 6.56105 6.641 6.42905C6.706 6.29505 6.675 6.18105 6.626 6.08205C6.576 5.98305 6.181 5.00605 6.014 4.61205C5.854 4.22305 5.691 4.27705 5.569 4.27205C5.455 4.26505 5.322 4.26505 5.189 4.26505C5.08856 4.26755 4.98973 4.29078 4.89869 4.33328C4.80766 4.37579 4.7264 4.43665 4.66 4.51205C4.478 4.71005 3.969 5.18905 3.969 6.16605C3.969 7.14305 4.679 8.08205 4.779 8.21505C4.877 8.34805 6.173 10.347 8.162 11.207C8.632 11.412 9.002 11.533 9.291 11.625C9.766 11.7771 10.195 11.754 10.537 11.705C10.917 11.647 11.708 11.225 11.875 10.762C12.039 10.298 12.039 9.90205 11.989 9.81905C11.94 9.73505 11.807 9.68605 11.609 9.58705Z",
|
|
18
|
+
fill: "#5F5F5F"
|
|
24
19
|
})
|
|
25
|
-
]
|
|
26
|
-
|
|
20
|
+
],
|
|
21
|
+
-1
|
|
22
|
+
/* CACHED */
|
|
23
|
+
),
|
|
24
|
+
C(
|
|
25
|
+
"defs",
|
|
26
|
+
null,
|
|
27
|
+
[
|
|
28
|
+
C("clipPath", { id: "clip0_5167_3788" }, [
|
|
29
|
+
C("rect", {
|
|
30
|
+
width: "16",
|
|
31
|
+
height: "16",
|
|
32
|
+
fill: "white"
|
|
33
|
+
})
|
|
34
|
+
])
|
|
35
|
+
],
|
|
36
|
+
-1
|
|
37
|
+
/* CACHED */
|
|
38
|
+
)
|
|
27
39
|
])]);
|
|
28
40
|
}
|
|
29
|
-
const
|
|
41
|
+
const a = /* @__PURE__ */ n(c, [["render", l], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuWhatsAppIcon.vue"]]);
|
|
30
42
|
export {
|
|
31
|
-
|
|
43
|
+
a as default
|
|
32
44
|
};
|
package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelTelegramIcon.vue.js
CHANGED
|
@@ -1,32 +1,44 @@
|
|
|
1
|
-
import { createElementBlock as t, openBlock as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { createElementBlock as t, openBlock as C, createElementVNode as e } from "vue";
|
|
2
|
+
import n from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const c = {}, i = {
|
|
4
4
|
width: "24",
|
|
5
5
|
height: "24",
|
|
6
6
|
viewBox: "0 0 24 24",
|
|
7
7
|
fill: "none",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
9
|
};
|
|
10
|
-
function r
|
|
11
|
-
return
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
C("clipPath", { id: "clip0_5484_1269" }, [
|
|
20
|
-
C("rect", {
|
|
21
|
-
width: "24",
|
|
22
|
-
height: "24",
|
|
23
|
-
fill: "white"
|
|
10
|
+
function l(r, o) {
|
|
11
|
+
return C(), t("svg", i, [...o[0] || (o[0] = [
|
|
12
|
+
e(
|
|
13
|
+
"g",
|
|
14
|
+
{ "clip-path": "url(#clip0_5484_1269)" },
|
|
15
|
+
[
|
|
16
|
+
e("path", {
|
|
17
|
+
d: "M24 12C24 15.1826 22.7357 18.2348 20.4853 20.4853C18.2348 22.7357 15.1826 24 12 24C8.8174 24 5.76516 22.7357 3.51472 20.4853C1.26428 18.2348 0 15.1826 0 12C0 8.8174 1.26428 5.76516 3.51472 3.51472C5.76516 1.26428 8.8174 0 12 0C15.1826 0 18.2348 1.26428 20.4853 3.51472C22.7357 5.76516 24 8.8174 24 12ZM12.4305 8.859C11.2635 9.345 8.9295 10.35 5.4315 11.874C4.8645 12.099 4.566 12.321 4.539 12.537C4.494 12.9015 4.9515 13.0455 5.574 13.242L5.8365 13.3245C6.4485 13.524 7.2735 13.7565 7.701 13.7655C8.091 13.7745 8.5245 13.6155 9.003 13.2855C12.2715 11.079 13.959 9.9645 14.064 9.9405C14.139 9.9225 14.244 9.9015 14.313 9.9645C14.3835 10.026 14.376 10.1445 14.3685 10.176C14.3235 10.3695 12.528 12.0375 11.5995 12.9015C11.31 13.1715 11.1045 13.362 11.0625 13.4055C10.97 13.5 10.876 13.593 10.7805 13.6845C10.2105 14.2335 9.7845 14.6445 10.803 15.3165C11.2935 15.6405 11.6865 15.906 12.078 16.173C12.504 16.464 12.93 16.7535 13.482 17.1165C13.6215 17.2065 13.7565 17.304 13.887 17.397C14.3835 17.751 14.832 18.069 15.3825 18.018C15.7035 17.988 16.035 17.688 16.203 16.788C16.6005 14.6625 17.382 10.059 17.562 8.1615C17.573 8.00376 17.5664 7.84529 17.5425 7.689C17.5284 7.56288 17.4673 7.44669 17.3715 7.3635C17.235 7.26928 17.0723 7.22047 16.9065 7.224C16.4565 7.2315 15.762 7.473 12.4305 8.859Z",
|
|
18
|
+
fill: "#1B92D1"
|
|
24
19
|
})
|
|
25
|
-
]
|
|
26
|
-
|
|
20
|
+
],
|
|
21
|
+
-1
|
|
22
|
+
/* CACHED */
|
|
23
|
+
),
|
|
24
|
+
e(
|
|
25
|
+
"defs",
|
|
26
|
+
null,
|
|
27
|
+
[
|
|
28
|
+
e("clipPath", { id: "clip0_5484_1269" }, [
|
|
29
|
+
e("rect", {
|
|
30
|
+
width: "24",
|
|
31
|
+
height: "24",
|
|
32
|
+
fill: "white"
|
|
33
|
+
})
|
|
34
|
+
])
|
|
35
|
+
],
|
|
36
|
+
-1
|
|
37
|
+
/* CACHED */
|
|
38
|
+
)
|
|
27
39
|
])]);
|
|
28
40
|
}
|
|
29
|
-
const
|
|
41
|
+
const m = /* @__PURE__ */ n(c, [["render", l], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_blocks/CommunicationPanel/icons/CommunicationPanelTelegramIcon.vue"]]);
|
|
30
42
|
export {
|
|
31
|
-
|
|
43
|
+
m as default
|
|
32
44
|
};
|
package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelUnconfirmedIcon.vue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { createElementBlock as t, openBlock as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { createElementBlock as t, openBlock as n, createStaticVNode as e } from "vue";
|
|
2
|
+
import C from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const i = {}, c = {
|
|
4
4
|
width: "16",
|
|
5
5
|
height: "16",
|
|
6
6
|
viewBox: "0 0 16 16",
|
|
@@ -8,12 +8,12 @@ const o = {}, c = {
|
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
9
|
"aria-hidden": "true"
|
|
10
10
|
};
|
|
11
|
-
function r(
|
|
12
|
-
return
|
|
11
|
+
function r(a, o) {
|
|
12
|
+
return n(), t("svg", c, [...o[0] || (o[0] = [
|
|
13
13
|
e('<g clip-path="url(#communication-panel-unconfirmed-icon-clip)"><path d="M8 15C6.14348 15 4.36301 14.2625 3.05025 12.9497C1.7375 11.637 1 9.85652 1 8C1 6.14348 1.7375 4.36301 3.05025 3.05025C4.36301 1.7375 6.14348 1 8 1C9.85652 1 11.637 1.7375 12.9497 3.05025C14.2625 4.36301 15 6.14348 15 8C15 9.85652 14.2625 11.637 12.9497 12.9497C11.637 14.2625 9.85652 15 8 15ZM8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16Z" fill="#F84932"></path><path d="M7 10.9991C7 10.8678 7.02587 10.7378 7.07612 10.6165C7.12638 10.4951 7.20003 10.3849 7.29289 10.292C7.38575 10.1992 7.49599 10.1255 7.61732 10.0753C7.73864 10.025 7.86868 9.99914 8 9.99914C8.13132 9.99914 8.26136 10.025 8.38268 10.0753C8.50401 10.1255 8.61425 10.1992 8.70711 10.292C8.79997 10.3849 8.87362 10.4951 8.92388 10.6165C8.97413 10.7378 9 10.8678 9 10.9991C9 11.2644 8.89464 11.5187 8.70711 11.7062C8.51957 11.8938 8.26522 11.9991 8 11.9991C7.73478 11.9991 7.48043 11.8938 7.29289 11.7062C7.10536 11.5187 7 11.2644 7 10.9991ZM7.098 4.99414C7.08468 4.86798 7.09804 4.74043 7.1372 4.61977C7.17636 4.4991 7.24045 4.38802 7.32532 4.29373C7.41018 4.19943 7.51392 4.12403 7.62981 4.07242C7.7457 4.02081 7.87114 3.99414 7.998 3.99414C8.12486 3.99414 8.2503 4.02081 8.36619 4.07242C8.48208 4.12403 8.58582 4.19943 8.67068 4.29373C8.75555 4.38802 8.81964 4.4991 8.8588 4.61977C8.89796 4.74043 8.91132 4.86798 8.898 4.99414L8.548 8.50114C8.53624 8.63891 8.4732 8.76725 8.37136 8.86078C8.26951 8.9543 8.13627 9.00619 7.998 9.00619C7.85973 9.00619 7.72649 8.9543 7.62464 8.86078C7.5228 8.76725 7.45976 8.63891 7.448 8.50114L7.098 4.99414Z" fill="#F84932"></path></g><defs><clipPath id="communication-panel-unconfirmed-icon-clip"><rect width="16" height="16" fill="white"></rect></clipPath></defs>', 2)
|
|
14
14
|
])]);
|
|
15
15
|
}
|
|
16
|
-
const
|
|
16
|
+
const p = /* @__PURE__ */ C(i, [["render", r], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_blocks/CommunicationPanel/icons/CommunicationPanelUnconfirmedIcon.vue"]]);
|
|
17
17
|
export {
|
|
18
|
-
|
|
18
|
+
p as default
|
|
19
19
|
};
|
package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelWhatsAppIcon.vue.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { createElementBlock as C, openBlock as l, createStaticVNode as o } from "vue";
|
|
2
|
+
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const n = {}, i = {
|
|
4
4
|
width: "30",
|
|
5
5
|
height: "30",
|
|
6
6
|
viewBox: "0 0 30 30",
|
|
7
7
|
fill: "none",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
9
|
};
|
|
10
|
-
function
|
|
11
|
-
return l(),
|
|
12
|
-
|
|
10
|
+
function d(r, e) {
|
|
11
|
+
return l(), C("svg", i, [...e[0] || (e[0] = [
|
|
12
|
+
o('<path fill-rule="evenodd" clip-rule="evenodd" d="M3.04297 27.0644L4.72672 20.9175C3.68797 19.1187 3.14172 17.0775 3.14234 14.9869C3.14547 8.44625 8.46797 3.125 15.0092 3.125C18.1836 3.12625 21.1623 4.36188 23.403 6.60375C25.643 8.84625 26.8767 11.8263 26.8755 14.9963C26.873 21.5369 21.5492 26.8587 15.0092 26.8587H15.0042C13.0186 26.8581 11.0667 26.36 9.33359 25.4144L3.04297 27.0644Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M3.0427 27.3769C2.9602 27.3769 2.8802 27.3444 2.82082 27.2844C2.7427 27.205 2.71207 27.0894 2.74145 26.9825L4.39082 20.96C3.36832 19.1437 2.82895 17.0812 2.8302 14.9875C2.8327 8.27375 8.29582 2.8125 15.0089 2.8125C18.2652 2.81375 21.3246 4.08188 23.6239 6.38313C25.9233 8.685 27.1889 11.7437 27.1877 14.9963C27.1852 21.7094 21.7214 27.1712 15.0089 27.1712C13.0158 27.1706 11.0439 26.6787 9.29395 25.7481L3.12207 27.3662C3.09582 27.3737 3.06957 27.3769 3.0427 27.3769Z" fill="white"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M15.0085 3.125C18.1829 3.12625 21.1616 4.36188 23.4023 6.60375C25.6423 8.84625 26.876 11.8263 26.8748 14.9963C26.8722 21.5369 21.5485 26.8587 15.0085 26.8587H15.0035C13.0179 26.8581 11.066 26.36 9.33287 25.4144L3.04225 27.0644L4.726 20.9175C3.68725 19.1187 3.141 17.0775 3.14162 14.9869C3.14475 8.44625 8.46725 3.125 15.0085 3.125ZM15.0085 2.5C8.1235 2.5 2.51975 8.10125 2.51662 14.9869C2.516 17.0913 3.04725 19.165 4.05475 21.0006L2.43912 26.9C2.38037 27.1156 2.44037 27.3456 2.59787 27.5044C2.71662 27.6244 2.87725 27.69 3.04225 27.69C3.09537 27.69 3.1485 27.6831 3.201 27.6694L9.25537 26.0819C11.0229 26.9994 13.0041 27.4837 15.0035 27.4844C21.8935 27.4844 27.4972 21.8825 27.5004 14.9969C27.5016 11.66 26.2035 8.5225 23.8454 6.1625C21.486 3.80187 18.3479 2.50125 15.0085 2.5Z" fill="#CFD8DC"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M21.9845 8.02016C20.122 6.15641 17.6464 5.12953 15.0114 5.12891C9.57141 5.12891 5.14703 9.55141 5.14453 14.9877C5.14391 16.8508 5.66516 18.6645 6.65266 20.2352L6.88766 20.6083L5.89078 24.2464L9.62391 23.2677L9.98453 23.4814C11.4983 24.3802 13.2345 24.8552 15.0045 24.8558H15.0083C20.4445 24.8558 24.8689 20.4327 24.8708 14.9958C24.8714 12.3614 23.847 9.88391 21.9845 8.02016Z" fill="#40C351"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0429 10.0272C11.821 9.53345 11.5873 9.52345 11.3754 9.5147C11.2023 9.5072 11.0048 9.50783 10.8073 9.50783C10.6098 9.50783 10.2885 9.5822 10.0166 9.87908C9.74477 10.176 8.97852 10.8928 8.97852 12.3516C8.97852 13.8103 10.041 15.2203 10.1891 15.4178C10.3373 15.6153 12.2404 18.7047 15.2541 19.8934C17.7585 20.8809 18.2685 20.6847 18.8123 20.6353C19.356 20.586 20.5666 19.9185 20.8135 19.226C21.0604 18.5335 21.0604 17.9403 20.9866 17.8166C20.9123 17.6928 20.7148 17.6191 20.4185 17.4703C20.1223 17.3216 18.6641 16.6047 18.3923 16.5059C18.1204 16.4072 17.9229 16.3578 17.7248 16.6547C17.5273 16.951 16.9591 17.6191 16.786 17.8166C16.6129 18.0147 16.4398 18.0397 16.1435 17.891C15.8473 17.7422 14.8923 17.4297 13.7591 16.4197C12.8779 15.6341 12.2829 14.6635 12.1098 14.3666C11.9366 14.0703 12.091 13.9097 12.2398 13.7616C12.3729 13.6285 12.536 13.4153 12.6848 13.2422C12.8329 13.0691 12.8823 12.9453 12.981 12.7478C13.0798 12.5497 13.0304 12.3766 12.956 12.2285C12.8829 12.0797 12.3066 10.6135 12.0429 10.0272Z" fill="white"></path>', 5)
|
|
13
13
|
])]);
|
|
14
14
|
}
|
|
15
|
-
const
|
|
15
|
+
const a = /* @__PURE__ */ t(n, [["render", d], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_blocks/CommunicationPanel/icons/CommunicationPanelWhatsAppIcon.vue"]]);
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
a as default
|
|
18
18
|
};
|
|
@@ -1,7 +1,77 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _ from "./FeedFoundItem.vue2.js";
|
|
2
|
+
import { createElementBlock as o, openBlock as s, normalizeClass as n, createElementVNode as t, toDisplayString as i, createCommentVNode as d } from "vue";
|
|
2
3
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const r =
|
|
4
|
+
import a from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const r = { class: "feed-found-item__avatar-container" }, l = ["src"], m = {
|
|
6
|
+
key: 1,
|
|
7
|
+
class: "pi pi-user"
|
|
8
|
+
}, f = { class: "feed-found-item__info" }, u = { class: "feed-found-item__first-line" }, h = { class: "feed-found-item__name" }, v = { class: "feed-found-item__time" }, p = { class: "feed-found-item__second-line" }, g = ["src"];
|
|
9
|
+
function y(b, j, e, c, x, k) {
|
|
10
|
+
return s(), o(
|
|
11
|
+
"div",
|
|
12
|
+
{
|
|
13
|
+
class: n(["feed-found-item__container", { "feed-found-item__selected-container": e.selected }])
|
|
14
|
+
},
|
|
15
|
+
[
|
|
16
|
+
t("div", r, [
|
|
17
|
+
e.object.avatar ? (s(), o("img", {
|
|
18
|
+
key: 0,
|
|
19
|
+
src: e.object.avatar,
|
|
20
|
+
width: "48",
|
|
21
|
+
height: "48"
|
|
22
|
+
}, null, 8, l)) : (s(), o("span", m))
|
|
23
|
+
]),
|
|
24
|
+
t("div", f, [
|
|
25
|
+
t("div", u, [
|
|
26
|
+
t(
|
|
27
|
+
"p",
|
|
28
|
+
h,
|
|
29
|
+
i(e.object.subtext),
|
|
30
|
+
1
|
|
31
|
+
/* TEXT */
|
|
32
|
+
),
|
|
33
|
+
t(
|
|
34
|
+
"p",
|
|
35
|
+
v,
|
|
36
|
+
i(e.object.time),
|
|
37
|
+
1
|
|
38
|
+
/* TEXT */
|
|
39
|
+
)
|
|
40
|
+
]),
|
|
41
|
+
t("div", p, [
|
|
42
|
+
e.object.type == "message.image" ? (s(), o("img", {
|
|
43
|
+
key: 0,
|
|
44
|
+
src: e.object.url,
|
|
45
|
+
style: { "margin-right": "3px" },
|
|
46
|
+
width: "24",
|
|
47
|
+
height: "24"
|
|
48
|
+
}, null, 8, g)) : d("v-if", !0),
|
|
49
|
+
c.typePreview ? (s(), o(
|
|
50
|
+
"span",
|
|
51
|
+
{
|
|
52
|
+
key: 1,
|
|
53
|
+
class: n(c.typePreview),
|
|
54
|
+
style: { "margin-right": "3px", "font-size": "20px" }
|
|
55
|
+
},
|
|
56
|
+
null,
|
|
57
|
+
2
|
|
58
|
+
/* CLASS */
|
|
59
|
+
)) : d("v-if", !0),
|
|
60
|
+
t(
|
|
61
|
+
"p",
|
|
62
|
+
null,
|
|
63
|
+
i(e.object.text),
|
|
64
|
+
1
|
|
65
|
+
/* TEXT */
|
|
66
|
+
)
|
|
67
|
+
])
|
|
68
|
+
])
|
|
69
|
+
],
|
|
70
|
+
2
|
|
71
|
+
/* CLASS */
|
|
72
|
+
);
|
|
73
|
+
}
|
|
74
|
+
const B = /* @__PURE__ */ a(_, [["render", y], ["__scopeId", "data-v-47977dc2"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_blocks/FeedFoundItem/FeedFoundItem.vue"]]);
|
|
5
75
|
export {
|
|
6
|
-
|
|
76
|
+
B as default
|
|
7
77
|
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
3
|
-
key: 1,
|
|
4
|
-
class: "pi pi-user"
|
|
5
|
-
}, p = { class: "feed-found-item__info" }, h = { class: "feed-found-item__first-line" }, g = { class: "feed-found-item__name" }, v = { class: "feed-found-item__time" }, y = { class: "feed-found-item__second-line" }, b = ["src"], k = /* @__PURE__ */ m({
|
|
1
|
+
import { defineComponent as r, computed as i } from "vue";
|
|
2
|
+
const a = /* @__PURE__ */ r({
|
|
6
3
|
__name: "FeedFoundItem",
|
|
7
4
|
props: {
|
|
8
5
|
object: {
|
|
@@ -14,48 +11,17 @@ const u = { class: "feed-found-item__avatar-container" }, f = ["src"], _ = {
|
|
|
14
11
|
default: !1
|
|
15
12
|
}
|
|
16
13
|
},
|
|
17
|
-
setup(
|
|
18
|
-
|
|
14
|
+
setup(p, { expose: o }) {
|
|
15
|
+
o();
|
|
16
|
+
const e = p, s = i(() => ({
|
|
19
17
|
"message.file": "pi pi-file",
|
|
20
18
|
"message.audio": "pi pi-volume-up",
|
|
21
19
|
"message.video": "pi pi-video",
|
|
22
20
|
"message.call": "pi pi-phone"
|
|
23
|
-
})[
|
|
24
|
-
return (
|
|
25
|
-
class: c(["feed-found-item__container", { "feed-found-item__selected-container": e.selected }])
|
|
26
|
-
}, [
|
|
27
|
-
t("div", u, [
|
|
28
|
-
e.object.avatar ? (i(), s("img", {
|
|
29
|
-
key: 0,
|
|
30
|
-
src: e.object.avatar,
|
|
31
|
-
width: "48",
|
|
32
|
-
height: "48"
|
|
33
|
-
}, null, 8, f)) : (i(), s("span", _))
|
|
34
|
-
]),
|
|
35
|
-
t("div", p, [
|
|
36
|
-
t("div", h, [
|
|
37
|
-
t("p", g, o(e.object.subtext), 1),
|
|
38
|
-
t("p", v, o(e.object.time), 1)
|
|
39
|
-
]),
|
|
40
|
-
t("div", y, [
|
|
41
|
-
e.object.type == "message.image" ? (i(), s("img", {
|
|
42
|
-
key: 0,
|
|
43
|
-
src: e.object.url,
|
|
44
|
-
style: { "margin-right": "3px" },
|
|
45
|
-
width: "24",
|
|
46
|
-
height: "24"
|
|
47
|
-
}, null, 8, b)) : a("", !0),
|
|
48
|
-
n.value ? (i(), s("span", {
|
|
49
|
-
key: 1,
|
|
50
|
-
class: c(n.value),
|
|
51
|
-
style: { "margin-right": "3px", "font-size": "20px" }
|
|
52
|
-
}, null, 2)) : a("", !0),
|
|
53
|
-
t("p", null, o(e.object.text), 1)
|
|
54
|
-
])
|
|
55
|
-
])
|
|
56
|
-
], 2));
|
|
21
|
+
})[e.object.type] || null), t = { props: e, typePreview: s };
|
|
22
|
+
return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
|
|
57
23
|
}
|
|
58
24
|
});
|
|
59
25
|
export {
|
|
60
|
-
|
|
26
|
+
a as default
|
|
61
27
|
};
|
|
@@ -1,7 +1,65 @@
|
|
|
1
|
-
import
|
|
1
|
+
import l from "./FeedFoundObjects.vue2.js";
|
|
2
|
+
import { createElementBlock as o, openBlock as t, Fragment as r, createElementVNode as s, createCommentVNode as i, toDisplayString as d, renderList as m, createVNode as _ } from "vue";
|
|
2
3
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
4
|
+
import a from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const f = { style: { "padding-left": "12px" } }, u = ["onClick"], F = {
|
|
6
|
+
key: 1,
|
|
7
|
+
class: "feed-found-objects__placeholder"
|
|
8
|
+
};
|
|
9
|
+
function h(k, p, c, e, v, b) {
|
|
10
|
+
return t(), o(
|
|
11
|
+
r,
|
|
12
|
+
null,
|
|
13
|
+
[
|
|
14
|
+
s(
|
|
15
|
+
"h3",
|
|
16
|
+
f,
|
|
17
|
+
d(e.t("component.FeedFoundObjects.results")) + ": " + d(c.foundAmount),
|
|
18
|
+
1
|
|
19
|
+
/* TEXT */
|
|
20
|
+
),
|
|
21
|
+
c.foundAmount > 0 ? (t(), o(
|
|
22
|
+
"div",
|
|
23
|
+
{
|
|
24
|
+
key: 0,
|
|
25
|
+
ref: "refItems",
|
|
26
|
+
class: "feed-found-objects__items",
|
|
27
|
+
onScroll: e.scrollTopCheck
|
|
28
|
+
},
|
|
29
|
+
[
|
|
30
|
+
(t(!0), o(
|
|
31
|
+
r,
|
|
32
|
+
null,
|
|
33
|
+
m(c.objects, (n) => (t(), o("div", {
|
|
34
|
+
key: n.messageId,
|
|
35
|
+
onClick: (j) => e.clickObject(n)
|
|
36
|
+
}, [
|
|
37
|
+
_(e.FeedFoundItem, {
|
|
38
|
+
object: n,
|
|
39
|
+
selected: n == e.selectedItem
|
|
40
|
+
}, null, 8, ["object", "selected"])
|
|
41
|
+
], 8, u))),
|
|
42
|
+
128
|
|
43
|
+
/* KEYED_FRAGMENT */
|
|
44
|
+
))
|
|
45
|
+
],
|
|
46
|
+
544
|
|
47
|
+
/* NEED_HYDRATION, NEED_PATCH */
|
|
48
|
+
)) : c.foundAmount == 0 ? (t(), o("div", F, [
|
|
49
|
+
s(
|
|
50
|
+
"p",
|
|
51
|
+
null,
|
|
52
|
+
d(e.placeholder),
|
|
53
|
+
1
|
|
54
|
+
/* TEXT */
|
|
55
|
+
)
|
|
56
|
+
])) : i("v-if", !0)
|
|
57
|
+
],
|
|
58
|
+
64
|
|
59
|
+
/* STABLE_FRAGMENT */
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
const x = /* @__PURE__ */ a(l, [["render", h], ["__scopeId", "data-v-08e6cc24"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue"]]);
|
|
5
63
|
export {
|
|
6
|
-
|
|
64
|
+
x as default
|
|
7
65
|
};
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as p, ref as l, computed as a, unref as f } from "vue";
|
|
2
2
|
import { t as r } from "../../../locale/useLocale.js";
|
|
3
|
-
import
|
|
4
|
-
const
|
|
5
|
-
key: 1,
|
|
6
|
-
class: "feed-found-objects__placeholder"
|
|
7
|
-
}, q = /* @__PURE__ */ g({
|
|
3
|
+
import F from "../FeedFoundItem/FeedFoundItem.vue.js";
|
|
4
|
+
const j = /* @__PURE__ */ p({
|
|
8
5
|
__name: "FeedFoundObjects",
|
|
9
6
|
props: {
|
|
10
7
|
objects: {
|
|
@@ -22,37 +19,19 @@ const B = { style: { "padding-left": "12px" } }, C = ["onClick"], O = {
|
|
|
22
19
|
}
|
|
23
20
|
},
|
|
24
21
|
emits: ["clickedSearch", "loadMore"],
|
|
25
|
-
setup(
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
ref_key: "refItems",
|
|
37
|
-
ref: u,
|
|
38
|
-
class: "feed-found-objects__items",
|
|
39
|
-
onScroll: y
|
|
40
|
-
}, [
|
|
41
|
-
(n(!0), o(i, null, b(t.objects, (c) => (n(), o("div", {
|
|
42
|
-
key: c.messageId,
|
|
43
|
-
onClick: (S) => k(c)
|
|
44
|
-
}, [
|
|
45
|
-
j(A, {
|
|
46
|
-
object: c,
|
|
47
|
-
selected: c == m.value
|
|
48
|
-
}, null, 8, ["object", "selected"])
|
|
49
|
-
], 8, C))), 128))
|
|
50
|
-
], 544)) : t.foundAmount == 0 ? (n(), o("div", O, [
|
|
51
|
-
f("p", null, l(h.value), 1)
|
|
52
|
-
])) : I("", !0)
|
|
53
|
-
], 64));
|
|
22
|
+
setup(u, { expose: d, emit: m }) {
|
|
23
|
+
d();
|
|
24
|
+
const t = m, o = u, n = l(), c = l(null), i = a(() => o.notFound ? r("component.FeedFoundObjects.notFound") : o.notFound ? "" : r("component.FeedFoundObjects.notSearched")), s = { emit: t, props: o, refItems: n, selectedItem: c, placeholder: i, clickObject: (e) => {
|
|
25
|
+
e.messageId && (t("clickedSearch", e.messageId), c.value = e);
|
|
26
|
+
}, scrollTopCheck: () => {
|
|
27
|
+
const e = f(n);
|
|
28
|
+
e.scrollHeight - e.scrollTop - e.clientHeight <= 0 && t("loadMore");
|
|
29
|
+
}, get t() {
|
|
30
|
+
return r;
|
|
31
|
+
}, FeedFoundItem: F };
|
|
32
|
+
return Object.defineProperty(s, "__isScriptSetup", { enumerable: !1, value: !0 }), s;
|
|
54
33
|
}
|
|
55
34
|
});
|
|
56
35
|
export {
|
|
57
|
-
|
|
36
|
+
j as default
|
|
58
37
|
};
|
|
@@ -1,7 +1,52 @@
|
|
|
1
|
-
import
|
|
1
|
+
import i from "./FeedSearch.vue2.js";
|
|
2
|
+
import { createBlock as l, openBlock as c, Transition as a, withCtx as s, createElementVNode as o, withDirectives as d, createElementBlock as p, createCommentVNode as h, toDisplayString as m, vModelText as _, normalizeStyle as f } from "vue";
|
|
2
3
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
4
|
+
import x from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const u = { class: "feed-search__container" }, v = { style: { "line-height": "40px" } }, S = ["placeholder"];
|
|
6
|
+
function g(k, t, n, e, y, F) {
|
|
7
|
+
return c(), l(a, null, {
|
|
8
|
+
default: s(() => [
|
|
9
|
+
o("div", u, [
|
|
10
|
+
o(
|
|
11
|
+
"span",
|
|
12
|
+
v,
|
|
13
|
+
m(e.t("component.FeedSearch.SearchLabel")),
|
|
14
|
+
1
|
|
15
|
+
/* TEXT */
|
|
16
|
+
),
|
|
17
|
+
d(o("input", {
|
|
18
|
+
ref: "refInput",
|
|
19
|
+
"onUpdate:modelValue": t[0] || (t[0] = (r) => e.getModel().text = r),
|
|
20
|
+
class: "feed-search__input",
|
|
21
|
+
type: "text",
|
|
22
|
+
placeholder: e.t("component.FeedSearch.SearchPlaceholder")
|
|
23
|
+
}, null, 8, S), [
|
|
24
|
+
[_, e.getModel().text]
|
|
25
|
+
]),
|
|
26
|
+
o(
|
|
27
|
+
"i",
|
|
28
|
+
{
|
|
29
|
+
class: "pi pi-times",
|
|
30
|
+
style: f({ right: e.resetLoc }),
|
|
31
|
+
onClick: e.clearInput
|
|
32
|
+
},
|
|
33
|
+
null,
|
|
34
|
+
4
|
|
35
|
+
/* STYLE */
|
|
36
|
+
),
|
|
37
|
+
n.isFeedLocation ? (c(), p("span", {
|
|
38
|
+
key: 0,
|
|
39
|
+
class: "pi pi-refresh",
|
|
40
|
+
style: { "margin-left": "5px", "margin-top": "10px", cursor: "pointer" },
|
|
41
|
+
onClick: t[1] || (t[1] = (r) => e.emit("switch"))
|
|
42
|
+
})) : h("v-if", !0)
|
|
43
|
+
])
|
|
44
|
+
]),
|
|
45
|
+
_: 1
|
|
46
|
+
/* STABLE */
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
const I = /* @__PURE__ */ x(i, [["render", g], ["__scopeId", "data-v-012fb465"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_blocks/FeedSearch/FeedSearch.vue"]]);
|
|
5
50
|
export {
|
|
6
|
-
|
|
51
|
+
I as default
|
|
7
52
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { t as
|
|
3
|
-
import { useDelayDebouncedRef as
|
|
1
|
+
import { defineComponent as d, inject as x, ref as _, computed as h, watch as v, onMounted as F, unref as i } from "vue";
|
|
2
|
+
import { t as I } from "../../../locale/useLocale.js";
|
|
3
|
+
import { useDelayDebouncedRef as L } from "../../../hooks/useDelayDebouncedRef.js";
|
|
4
4
|
import "../../../hooks/useMessageDraft.js";
|
|
5
|
-
import { useSearchModel as
|
|
5
|
+
import { useSearchModel as S } from "../../../hooks/useSearchModel.js";
|
|
6
6
|
import "../../../hooks/useTheme.js";
|
|
7
7
|
import "../../../hooks/useEmojiNative.js";
|
|
8
8
|
/* empty css */
|
|
@@ -11,7 +11,7 @@ import "../../../hooks/useEmojiNative.js";
|
|
|
11
11
|
import "../../../node_modules/linkifyjs/dist/linkify.js";
|
|
12
12
|
import "../../../node_modules/linkify-string/dist/linkify-string.js";
|
|
13
13
|
import "../../../functions/parseMarkdown.js";
|
|
14
|
-
const
|
|
14
|
+
const k = /* @__PURE__ */ d({
|
|
15
15
|
__name: "FeedSearch",
|
|
16
16
|
props: {
|
|
17
17
|
isFeedLocation: {
|
|
@@ -20,52 +20,29 @@ const E = { class: "feed-search__container" }, N = { style: { "line-height": "40
|
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
emits: ["search", "cancel", "switch"],
|
|
23
|
-
setup(a, {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
setup(a, { expose: u, emit: m }) {
|
|
24
|
+
u();
|
|
25
|
+
const p = x("chatAppId"), { getModel: e } = S(p), r = m, n = a, c = _(), o = L("", 500), f = h(() => n.isFeedLocation ? "40px" : (n.isFeedLocation, "20px"));
|
|
26
|
+
v(
|
|
27
|
+
() => [e().text, o.value],
|
|
27
28
|
() => {
|
|
28
|
-
|
|
29
|
+
o.value == e().text ? r("search", e().text) : o.value = e().text;
|
|
29
30
|
}
|
|
30
31
|
);
|
|
31
|
-
const
|
|
32
|
-
const t =
|
|
33
|
-
t && (t.value = ""), e().text = "",
|
|
32
|
+
const l = () => {
|
|
33
|
+
const t = i(c);
|
|
34
|
+
t && (t.value = ""), e().text = "", r("cancel");
|
|
34
35
|
};
|
|
35
|
-
|
|
36
|
-
const t =
|
|
36
|
+
F(() => {
|
|
37
|
+
const t = i(c);
|
|
37
38
|
t == null || t.focus();
|
|
38
|
-
})
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
ref_key: "refInput",
|
|
44
|
-
ref: c,
|
|
45
|
-
"onUpdate:modelValue": r[0] || (r[0] = (p) => o(e)().text = p),
|
|
46
|
-
class: "feed-search__input",
|
|
47
|
-
type: "text",
|
|
48
|
-
placeholder: o(d)("component.FeedSearch.SearchPlaceholder")
|
|
49
|
-
}, null, 8, T), [
|
|
50
|
-
[M, o(e)().text]
|
|
51
|
-
]),
|
|
52
|
-
n("i", {
|
|
53
|
-
class: "pi pi-times",
|
|
54
|
-
style: V({ right: h.value }),
|
|
55
|
-
onClick: x
|
|
56
|
-
}, null, 4),
|
|
57
|
-
a.isFeedLocation ? (m(), I("span", {
|
|
58
|
-
key: 0,
|
|
59
|
-
class: "pi pi-refresh",
|
|
60
|
-
style: { "margin-left": "5px", "margin-top": "10px", cursor: "pointer" },
|
|
61
|
-
onClick: r[1] || (r[1] = (p) => i("switch"))
|
|
62
|
-
})) : B("", !0)
|
|
63
|
-
])
|
|
64
|
-
]),
|
|
65
|
-
_: 1
|
|
66
|
-
}));
|
|
39
|
+
});
|
|
40
|
+
const s = { chatAppId: p, getModel: e, emit: r, props: n, refInput: c, search: o, resetLoc: f, clearInput: l, get t() {
|
|
41
|
+
return I;
|
|
42
|
+
} };
|
|
43
|
+
return Object.defineProperty(s, "__isScriptSetup", { enumerable: !1, value: !0 }), s;
|
|
67
44
|
}
|
|
68
45
|
});
|
|
69
46
|
export {
|
|
70
|
-
|
|
47
|
+
k as default
|
|
71
48
|
};
|