@mobilon-dev/chotto 0.3.29 → 0.3.31
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/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/chotto.css +1 -1
- package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue.js +7 -0
- package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue2.js +106 -0
- package/dist/components/1_atoms/ContextMenu/ContextMenu.vue.js +46 -0
- package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue.js +7 -0
- package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue2.js +39 -0
- package/dist/components/1_atoms/LinkPreview/LinkPreview.vue.js +7 -0
- package/dist/components/1_atoms/LinkPreview/LinkPreview.vue2.js +32 -0
- package/dist/components/1_atoms/Tooltip/Tooltip.vue.js +7 -0
- package/dist/components/1_atoms/Tooltip/Tooltip.vue2.js +77 -0
- package/dist/components/1_icons/AvatarIcon.vue.js +42 -0
- package/dist/components/1_icons/CheckIcon.vue.js +28 -0
- package/dist/components/1_icons/CloseButtonIcon.vue.js +21 -0
- package/dist/components/1_icons/ContactCRMIcon.vue.js +21 -0
- package/dist/components/1_icons/MenuIcon.vue.js +21 -0
- package/dist/components/1_icons/SearchIcon.vue.js +28 -0
- package/dist/components/1_icons/SettingsIcon.vue.js +18 -0
- package/dist/components/1_icons/TelegramIcon.vue.js +32 -0
- package/dist/components/1_icons/WhatsAppIcon.vue.js +32 -0
- package/dist/components/2_blocks/CommunicationPanel/CommunicationPanel.vue.js +307 -0
- package/dist/components/2_blocks/CommunicationPanel/composables/useCommunicationActions.js +83 -0
- package/dist/components/2_blocks/CommunicationPanel/composables/useCommunicationAttributes.js +60 -0
- package/dist/components/2_blocks/CommunicationPanel/composables/useCommunicationChannels.js +70 -0
- package/dist/components/2_blocks/CommunicationPanel/composables/useCommunicationDialogSync.js +36 -0
- package/dist/components/2_blocks/CommunicationPanel/composables/useCommunicationMenu.js +37 -0
- package/dist/components/2_blocks/CommunicationPanel/composables/useCommunicationSubMenu.js +69 -0
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelMaxIcon.vue.js +18 -0
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelPhoneIcon.vue.js +23 -0
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSMSIcon.vue.js +21 -0
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuMaxIcon.vue.js +34 -0
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuPhoneIcon.vue.js +32 -0
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuSMSIcon.vue.js +21 -0
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuTelegramIcon.vue.js +18 -0
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuWhatsAppIcon.vue.js +32 -0
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelTelegramIcon.vue.js +32 -0
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelWhatsAppIcon.vue.js +18 -0
- package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue.js +7 -0
- package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue2.js +61 -0
- package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue.js +7 -0
- package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue2.js +58 -0
- package/dist/components/2_blocks/FeedSearch/FeedSearch.vue.js +7 -0
- package/dist/components/2_blocks/FeedSearch/FeedSearch.vue2.js +68 -0
- package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue.js +7 -0
- package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue2.js +70 -0
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue.js +106 -0
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue.js +18 -0
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue.js +105 -0
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue.js +25 -0
- package/dist/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js +98 -0
- package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue.js +7 -0
- package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue2.js +157 -0
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue.js +7 -0
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue2.js +105 -0
- package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue.js +21 -0
- package/dist/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.js +66 -0
- package/dist/components/2_chatinput_elements/TemplateSelector/TemplateSelector.vue.js +206 -0
- package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue.js +7 -0
- package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue2.js +210 -0
- package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.js +7 -0
- package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue2.js +126 -0
- package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue.js +7 -0
- package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue2.js +38 -0
- package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue.js +7 -0
- package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue2.js +41 -0
- package/dist/components/2_chatinput_elements/WABATemplateSelector/WABATemplateSelector.vue.js +281 -0
- package/dist/components/2_chatlist_elements/ChatFilter/ChatFilter.vue.js +49 -0
- package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue.js +7 -0
- package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue2.js +193 -0
- package/dist/components/2_chatlist_elements/ChatTabs/ChatTabs.vue.js +37 -0
- package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue.js +7 -0
- package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue2.js +116 -0
- package/dist/components/2_elements/ChannelSelector/ChannelSelector.vue.js +73 -0
- package/dist/components/2_elements/ChatInfo/ChatInfo.vue.js +93 -0
- package/dist/components/2_elements/ChatPanel/ChatPanel.vue.js +47 -0
- package/dist/components/2_elements/ContactInfo/ContactInfo.vue.js +158 -0
- package/dist/components/2_elements/ThemeMode/ThemeMode.vue.js +49 -0
- package/dist/components/2_elements/UserProfile/UserProfile.vue.js +39 -0
- package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue.js +7 -0
- package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue2.js +94 -0
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue2.js +380 -0
- package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue2.js +57 -0
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue2.js +476 -0
- package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue.js +26 -0
- package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue2.js +4 -0
- package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue.js +26 -0
- package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue2.js +4 -0
- package/dist/components/2_feed_elements/DateMessage/DateMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/DateMessage/DateMessage.vue2.js +20 -0
- package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue.js +7 -0
- package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue2.js +18 -0
- package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue.js +7 -0
- package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue2.js +42 -0
- package/dist/components/2_feed_elements/FileMessage/FileMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/FileMessage/FileMessage.vue2.js +204 -0
- package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue2.js +266 -0
- package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.js +7 -0
- package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue2.js +46 -0
- package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue.js +7 -0
- package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue2.js +161 -0
- package/dist/components/2_feed_elements/MessageReactions/composables/usePositioning.js +104 -0
- package/dist/components/2_feed_elements/MessageReactions/composables/useReactions.js +30 -0
- package/dist/components/2_feed_elements/MessageReactions/composables/useReactionsPanel.js +90 -0
- package/dist/components/2_feed_elements/MessageReactions/composables/useReactionsState.js +32 -0
- package/dist/components/2_feed_elements/MessageReactions/utils/quickReactions.js +17 -0
- package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue.js +73 -0
- package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue2.js +4 -0
- package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue2.js +39 -0
- package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue2.js +35 -0
- package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue2.js +46 -0
- package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue2.js +71 -0
- package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue2.js +119 -0
- package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue2.js +27 -0
- package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue2.js +75 -0
- package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue.js +7 -0
- package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue2.js +23 -0
- package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue2.js +258 -0
- package/dist/components/2_feed_elements/StickerMessage/libs/tgs-player/lottie-player.esm.js +6469 -0
- package/dist/components/2_feed_elements/StickerMessage/libs/tgs-player/tgs-player.esm.js +7216 -0
- package/dist/components/2_feed_elements/StickerMessage/utils/stickerUtils.js +10 -0
- package/dist/components/2_feed_elements/StickerMessage/utils/suppress-lit-warning.js +21 -0
- package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue2.js +18 -0
- package/dist/components/2_feed_elements/TextMessage/TextMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/TextMessage/TextMessage.vue2.js +174 -0
- package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue2.js +32 -0
- package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue.js +7 -0
- package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue2.js +286 -0
- package/dist/{CreateChat-2MSB5_mE.js → components/2_modals/CreateChat/CreateChat.vue.js} +8 -7
- package/dist/components/2_modals/CreateChat/CreateChat.vue2.js +1 -0
- package/dist/{CreateChat2-CMpXJzp0.js → components/2_modals/CreateChat2/CreateChat2.vue.js} +4 -3
- package/dist/{CreateDialog-CcDtIhwf.js → components/2_modals/CreateDialog/CreateDialog.vue.js} +12 -11
- package/dist/components/2_modals/Modal/Modal.vue.js +69 -0
- package/dist/components/2_modals/ModalFullscreen/ModalFullscreen.vue.js +46 -0
- package/dist/components/2_modals/ModalNoFooter/ModalNoFooter.vue.js +43 -0
- package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue.js +7 -0
- package/dist/{ModalVideoRecorder-BCwswaCl.js → components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue2.js} +48 -49
- package/dist/components/2_modals/SelectUser/SelectUser.vue.js +63 -0
- package/dist/{SelectUser2-C9PtiaqO.js → components/2_modals/SelectUser2/SelectUser2.vue.js} +4 -3
- package/dist/components/3_compounds/ChatInput/ChatInput.vue.js +7 -0
- package/dist/components/3_compounds/ChatInput/ChatInput.vue2.js +192 -0
- package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue.js +35 -0
- package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue2.js +4 -0
- package/dist/components/3_compounds/ChatList/ChatList.vue.js +186 -0
- package/dist/components/3_compounds/ChatList/ChatListHeader.vue.js +27 -0
- package/dist/components/3_compounds/ChatList/composables/useChatListActions.js +16 -0
- package/dist/components/3_compounds/ChatList/composables/useChatListFilter.js +27 -0
- package/dist/components/3_compounds/ChatList/composables/useChatListScroll.js +47 -0
- package/dist/components/3_compounds/ChatList/composables/useChatListSelection.js +28 -0
- package/dist/components/3_compounds/Feed/Feed.vue.js +7 -0
- package/dist/components/3_compounds/Feed/Feed.vue2.js +295 -0
- package/dist/components/3_compounds/Feed/assets/chat-background.svg.js +7 -0
- package/dist/components/3_compounds/Feed/composables/useFeedButton.js +17 -0
- package/dist/components/3_compounds/Feed/composables/useFeedComponents.js +29 -0
- package/dist/components/3_compounds/Feed/composables/useFeedGrouping.js +15 -0
- package/dist/components/3_compounds/Feed/composables/useFeedKeyboard.js +15 -0
- package/dist/components/3_compounds/Feed/composables/useFeedLoadMore.js +62 -0
- package/dist/components/3_compounds/Feed/composables/useFeedMessageVisibility.js +33 -0
- package/dist/components/3_compounds/Feed/composables/useFeedReply.js +42 -0
- package/dist/components/3_compounds/Feed/composables/useFeedScroll.js +63 -0
- package/dist/components/3_compounds/Feed/composables/useFeedScrollTo.js +18 -0
- package/dist/components/3_compounds/Feed/composables/useStickyDate.js +61 -0
- package/dist/components/3_compounds/Feed/functions/throttle.js +11 -0
- package/dist/components/3_compounds/SideBar/SideBar.vue.js +190 -0
- package/dist/components/4_layouts/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.js +63 -0
- package/dist/components/4_layouts/BaseLayout/BaseLayout.vue.js +18 -0
- package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue.js +7 -0
- package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue2.js +53 -0
- package/dist/components/4_layouts/ExtendedLayout/ExtendedLayout.vue.js +21 -0
- package/dist/components/4_layouts/FeedLayout/FeedLayout.vue.js +15 -0
- package/dist/components/5_containers/BaseContainer/BaseContainer.vue.js +33 -0
- package/dist/components/5_containers/FloatContainer/FloatContainer.vue.js +104 -0
- package/dist/functions/createReactionHandlers.js +19 -0
- package/dist/functions/formatTimestamp.js +8 -0
- package/dist/functions/getChannelAccentColor.js +30 -0
- package/dist/functions/getMessageClass.js +6 -0
- package/dist/functions/getStatusMessage.js +42 -0
- package/dist/functions/insertDaySeparators.js +24 -0
- package/dist/functions/parseMarkdown.js +18 -0
- package/dist/functions/playNotificationAudio.js +13 -0
- package/dist/functions/sortByTimestamp.js +4 -0
- package/dist/hooks/messages/useChannelAccentColor.js +29 -0
- package/dist/hooks/messages/useMessageActions.js +28 -0
- package/dist/hooks/messages/useMessageLinks.js +48 -0
- package/dist/hooks/messages/useSubtextTooltip.js +12 -0
- package/dist/hooks/modals/useCreateChat.js +19 -0
- package/dist/hooks/modals/useCreateChat2.js +16 -0
- package/dist/hooks/modals/useCreateDialog.js +20 -0
- package/dist/hooks/modals/useModal.js +41 -0
- package/dist/hooks/modals/useModalSelectUser2.js +20 -0
- package/dist/hooks/modals/useVideoRecorder.js +14 -0
- package/dist/hooks/uploadFile/generatePreview.js +20 -0
- package/dist/hooks/uploadFile/getTypeFileByMime.js +7 -0
- package/dist/hooks/uploadFile/uploadFile.js +28 -0
- package/dist/hooks/useDelayDebouncedRef.js +18 -0
- package/dist/hooks/useImmediateDebouncedRef.js +18 -0
- package/dist/hooks/useMessageDraft.js +87 -0
- package/dist/hooks/useSearchModel.js +11 -0
- package/dist/hooks/useTheme.js +11 -0
- package/dist/hooks/validators/chats/chatValidator.js +79 -0
- package/dist/hooks/validators/chats/useChatValidator.js +82 -0
- package/dist/hooks/validators/messages/messageValidator.js +84 -0
- package/dist/hooks/validators/messages/useMessageValidator.js +82 -0
- package/dist/hooks/validators/sidebar/sidebarValidator.js +47 -0
- package/dist/hooks/validators/sidebar/useSidebarValidator.js +82 -0
- package/dist/hooks/validators/useValidation.js +94 -0
- package/dist/index.js +239 -0
- package/dist/locale/en.js +22 -0
- package/dist/locale/ru.js +22 -0
- package/dist/locale/useLocale.js +34 -0
- package/dist/node_modules/entities/lib/esm/decode.js +278 -0
- package/dist/node_modules/entities/lib/esm/decode_codepoint.js +46 -0
- package/dist/node_modules/entities/lib/esm/generated/decode-data-html.js +7 -0
- package/dist/node_modules/entities/lib/esm/generated/decode-data-xml.js +7 -0
- package/dist/node_modules/linkify-it/index.js +187 -0
- package/dist/node_modules/linkify-it/lib/re.js +19 -0
- package/dist/node_modules/linkify-string/dist/linkify-string.js +41 -0
- package/dist/node_modules/linkifyjs/dist/linkify.js +679 -0
- package/dist/node_modules/markdown-it/lib/common/html_blocks.js +67 -0
- package/dist/node_modules/markdown-it/lib/common/html_re.js +5 -0
- package/dist/node_modules/markdown-it/lib/common/utils.js +169 -0
- package/dist/node_modules/markdown-it/lib/helpers/index.js +8 -0
- package/dist/node_modules/markdown-it/lib/helpers/parse_link_destination.js +44 -0
- package/dist/node_modules/markdown-it/lib/helpers/parse_link_label.js +21 -0
- package/dist/node_modules/markdown-it/lib/helpers/parse_link_title.js +37 -0
- package/dist/node_modules/markdown-it/lib/index.js +112 -0
- package/dist/node_modules/markdown-it/lib/parser_block.js +63 -0
- package/dist/node_modules/markdown-it/lib/parser_core.js +34 -0
- package/dist/node_modules/markdown-it/lib/parser_inline.js +96 -0
- package/dist/node_modules/markdown-it/lib/presets/commonmark.js +78 -0
- package/dist/node_modules/markdown-it/lib/presets/default.js +40 -0
- package/dist/node_modules/markdown-it/lib/presets/zero.js +59 -0
- package/dist/node_modules/markdown-it/lib/renderer.js +127 -0
- package/dist/node_modules/markdown-it/lib/ruler.js +95 -0
- package/dist/node_modules/markdown-it/lib/rules_block/blockquote.js +59 -0
- package/dist/node_modules/markdown-it/lib/rules_block/code.js +23 -0
- package/dist/node_modules/markdown-it/lib/rules_block/fence.js +30 -0
- package/dist/node_modules/markdown-it/lib/rules_block/heading.js +28 -0
- package/dist/node_modules/markdown-it/lib/rules_block/hr.js +27 -0
- package/dist/node_modules/markdown-it/lib/rules_block/html_block.js +37 -0
- package/dist/node_modules/markdown-it/lib/rules_block/lheading.js +43 -0
- package/dist/node_modules/markdown-it/lib/rules_block/list.js +110 -0
- package/dist/node_modules/markdown-it/lib/rules_block/paragraph.js +25 -0
- package/dist/node_modules/markdown-it/lib/rules_block/reference.js +95 -0
- package/dist/node_modules/markdown-it/lib/rules_block/state_block.js +84 -0
- package/dist/node_modules/markdown-it/lib/rules_block/table.js +99 -0
- package/dist/node_modules/markdown-it/lib/rules_core/block.js +7 -0
- package/dist/node_modules/markdown-it/lib/rules_core/inline.js +10 -0
- package/dist/node_modules/markdown-it/lib/rules_core/linkify.js +57 -0
- package/dist/node_modules/markdown-it/lib/rules_core/normalize.js +9 -0
- package/dist/node_modules/markdown-it/lib/rules_core/replacements.js +31 -0
- package/dist/node_modules/markdown-it/lib/rules_core/smartquotes.js +80 -0
- package/dist/node_modules/markdown-it/lib/rules_core/state_core.js +8 -0
- package/dist/node_modules/markdown-it/lib/rules_core/text_join.js +16 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/autolink.js +46 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/backticks.js +31 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +34 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/emphasis.js +57 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/entity.js +33 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/escape.js +32 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/fragments_join.js +10 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/html_inline.js +32 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/image.js +48 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/link.js +40 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/linkify.js +28 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/newline.js +23 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/state_inline.js +27 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/strikethrough.js +54 -0
- package/dist/node_modules/markdown-it/lib/rules_inline/text.js +39 -0
- package/dist/node_modules/markdown-it/lib/token.js +31 -0
- package/dist/node_modules/mdurl/index.js +10 -0
- package/dist/node_modules/mdurl/lib/decode.js +61 -0
- package/dist/node_modules/mdurl/lib/encode.js +48 -0
- package/dist/node_modules/mdurl/lib/format.js +7 -0
- package/dist/node_modules/mdurl/lib/parse.js +74 -0
- package/dist/node_modules/punycode.js/punycode.es6.js +139 -0
- package/dist/node_modules/uc.micro/categories/Cc/regex.js +4 -0
- package/dist/node_modules/uc.micro/categories/Cf/regex.js +4 -0
- package/dist/node_modules/uc.micro/categories/P/regex.js +4 -0
- package/dist/node_modules/uc.micro/categories/S/regex.js +4 -0
- package/dist/node_modules/uc.micro/categories/Z/regex.js +4 -0
- package/dist/node_modules/uc.micro/index.js +14 -0
- package/dist/node_modules/uc.micro/properties/Any/regex.js +4 -0
- package/dist/node_modules/vue3-emoji-picker-ru/dist/emoji-picker.es.js +16471 -0
- package/dist/types/components/1_icons/AvatarIcon.vue.d.ts +1 -1
- package/dist/types/components/2_blocks/FeedSearch/FeedSearch.vue.d.ts +2 -2
- package/dist/types/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue.d.ts +2 -0
- package/dist/types/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.d.ts +2 -2
- package/dist/types/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.d.ts +2 -2
- package/dist/types/components/2_feed_elements/AudioMessage/AudioMessage.vue.d.ts +2 -2
- package/dist/types/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.d.ts +2 -2
- package/dist/types/components/2_feed_elements/CallMessage/CallMessage.vue.d.ts +2 -2
- package/dist/types/components/2_feed_elements/FileMessage/FileMessage.vue.d.ts +2 -2
- package/dist/types/components/2_feed_elements/ImageMessage/ImageMessage.vue.d.ts +2 -2
- package/dist/types/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.d.ts +1 -3
- package/dist/types/components/2_feed_elements/StickerMessage/StickerMessage.vue.d.ts +3 -5
- package/dist/types/components/2_feed_elements/StickerMessage/utils/stickerUtils.d.ts +19 -0
- package/dist/types/components/2_feed_elements/TextMessage/TextMessage.vue.d.ts +2 -2
- package/dist/types/components/2_feed_elements/VideoMessage/VideoMessage.vue.d.ts +2 -2
- package/dist/types/components/2_modals/CreateDialog/CreateDialog.vue.d.ts +2 -2
- package/dist/types/components/2_modals/CreateDialog/stories/CreateDialog.stories.d.ts +2 -2
- package/dist/types/components/3_compounds/ChatList/ChatList.vue.d.ts +1 -1
- package/dist/types/components/3_compounds/Feed/Feed.vue.d.ts +2 -2
- package/dist/types/main.d.ts +1 -1
- package/package.json +6 -6
- package/dist/index-5NsJv9hy.js +0 -43496
- package/dist/vuessages.es.js +0 -123
- package/dist/vuessages.umd.js +0 -624
- /package/dist/types/{utils → components/2_feed_elements/StickerMessage/utils}/suppress-lit-warning.d.ts +0 -0
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { defineComponent as _, inject as I, useId as q, ref as f, onMounted as L, nextTick as g, onUnmounted as O, createElementBlock as T, openBlock as k, unref as c, createElementVNode as A, createBlock as N, renderSlot as R, Teleport as V, createVNode as j } from "vue";
|
|
2
|
+
import P from "../ContextMenu/ContextMenu.vue.js";
|
|
3
|
+
import "../../../hooks/useMessageDraft.js";
|
|
4
|
+
import "../../../hooks/useSearchModel.js";
|
|
5
|
+
import { useTheme as U } from "../../../hooks/useTheme.js";
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
import "../../../node_modules/linkifyjs/dist/linkify.js";
|
|
9
|
+
import "../../../functions/parseMarkdown.js";
|
|
10
|
+
const $ = ["id"], X = /* @__PURE__ */ _({
|
|
11
|
+
__name: "ButtonContextMenu",
|
|
12
|
+
props: {
|
|
13
|
+
actions: {
|
|
14
|
+
type: Array,
|
|
15
|
+
required: !0
|
|
16
|
+
},
|
|
17
|
+
mode: {
|
|
18
|
+
type: String,
|
|
19
|
+
required: !1,
|
|
20
|
+
default: "hover"
|
|
21
|
+
},
|
|
22
|
+
disabled: {
|
|
23
|
+
type: Boolean,
|
|
24
|
+
default: !1,
|
|
25
|
+
required: !1
|
|
26
|
+
},
|
|
27
|
+
menuSide: {
|
|
28
|
+
type: String,
|
|
29
|
+
required: !1,
|
|
30
|
+
default: "top"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
emits: ["click", "buttonClick", "menuMouseEnter", "menuMouseLeave"],
|
|
34
|
+
setup(m, { expose: M, emit: C }) {
|
|
35
|
+
const d = I("chatAppId"), { getTheme: h } = U(d), n = m, p = q(), a = C, i = f(), s = f(), r = f(!1), x = (t) => {
|
|
36
|
+
l(), a("click", t);
|
|
37
|
+
}, b = () => {
|
|
38
|
+
n.disabled || (n.mode == "click" && !r.value ? u() : n.mode == "click" && r.value && l(), a("buttonClick"));
|
|
39
|
+
}, B = () => {
|
|
40
|
+
n.disabled || n.mode == "hover" && u();
|
|
41
|
+
}, w = () => {
|
|
42
|
+
n.disabled || n.mode == "hover" && l();
|
|
43
|
+
}, S = () => {
|
|
44
|
+
a("menuMouseEnter"), n.disabled || n.mode == "hover" && u();
|
|
45
|
+
}, E = () => {
|
|
46
|
+
a("menuMouseLeave"), n.disabled || n.mode == "hover" && l();
|
|
47
|
+
}, u = () => {
|
|
48
|
+
if (s.value && i.value) {
|
|
49
|
+
const t = i.value, e = s.value.getBoundingClientRect();
|
|
50
|
+
t.style.display = "inherit";
|
|
51
|
+
const o = i.value.getBoundingClientRect();
|
|
52
|
+
t.style.display = "none", g(() => {
|
|
53
|
+
const y = {
|
|
54
|
+
left: { top: e.top - (o.height - e.height) / 2 - o.top, left: e.left - o.width - o.left },
|
|
55
|
+
right: { top: e.top - (o.height - e.height) / 2 - o.top, left: e.left + e.width - o.left },
|
|
56
|
+
bottom: { top: (e == null ? void 0 : e.bottom) - o.top, left: (e == null ? void 0 : e.left) - (o.width - e.width) / 2 - o.left },
|
|
57
|
+
top: { top: e.top - o.height - o.top, left: (e == null ? void 0 : e.left) - (o.width - e.width) / 2 - o.left },
|
|
58
|
+
"top-right": { top: e.top - o.height, left: e.right - o.width / 2 }
|
|
59
|
+
};
|
|
60
|
+
t.style.top = y[n.menuSide].top + "px", t.style.left = y[n.menuSide].left + "px", t.style.opacity = "1", t.style.display = "inherit", r.value = !0;
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
}, l = () => {
|
|
64
|
+
if (i.value) {
|
|
65
|
+
const t = i.value;
|
|
66
|
+
t && (t.style.top = "0", t.style.left = "0", t.style.opacity = "0", t.style.display = "none", r.value = !1);
|
|
67
|
+
}
|
|
68
|
+
}, v = (t) => {
|
|
69
|
+
n.mode == "click" && s.value && !s.value.contains(t.target) && l();
|
|
70
|
+
};
|
|
71
|
+
return L(() => {
|
|
72
|
+
g(() => {
|
|
73
|
+
i.value = document.getElementById("context-menu-" + p + d), i.value && (l(), document.addEventListener("click", v));
|
|
74
|
+
});
|
|
75
|
+
}), O(() => {
|
|
76
|
+
document.removeEventListener("click", v);
|
|
77
|
+
}), M({
|
|
78
|
+
updatePosition: u,
|
|
79
|
+
hideMenu: l
|
|
80
|
+
}), (t, e) => (k(), T("button", {
|
|
81
|
+
id: "container-" + c(p) + c(d),
|
|
82
|
+
ref_key: "actionScope",
|
|
83
|
+
ref: s,
|
|
84
|
+
style: { position: "relative", width: "fit-content", border: "none", background: "transparent", height: "fit-content" },
|
|
85
|
+
onMouseenter: B,
|
|
86
|
+
onMouseleave: w
|
|
87
|
+
}, [
|
|
88
|
+
A("div", { onClick: b }, [
|
|
89
|
+
R(t.$slots, "default", {}, void 0, !0)
|
|
90
|
+
]),
|
|
91
|
+
(k(), N(V, { to: "body" }, [
|
|
92
|
+
j(P, {
|
|
93
|
+
id: "context-menu-" + c(p) + c(d),
|
|
94
|
+
actions: m.actions,
|
|
95
|
+
"data-theme": c(h)().theme ? c(h)().theme : "light",
|
|
96
|
+
onMouseenter: S,
|
|
97
|
+
onMouseleave: E,
|
|
98
|
+
onClick: x
|
|
99
|
+
}, null, 8, ["id", "actions", "data-theme"])
|
|
100
|
+
]))
|
|
101
|
+
], 40, $));
|
|
102
|
+
}
|
|
103
|
+
});
|
|
104
|
+
export {
|
|
105
|
+
X as default
|
|
106
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as s, createElementVNode as u, Fragment as k, renderList as h, normalizeClass as l, createCommentVNode as n, toDisplayString as _ } from "vue";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import y from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const x = { class: "context-menu__container" }, f = { class: "context-menu__list" }, C = ["onClick"], g = ["src"], b = {
|
|
5
|
+
key: 2,
|
|
6
|
+
style: { "white-space": "nowrap" }
|
|
7
|
+
}, v = { key: 3 }, w = {
|
|
8
|
+
__name: "ContextMenu",
|
|
9
|
+
props: {
|
|
10
|
+
actions: {
|
|
11
|
+
type: Array,
|
|
12
|
+
required: !0
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
emits: ["click"],
|
|
16
|
+
setup(m, { emit: p }) {
|
|
17
|
+
const o = m, a = p, d = (c) => {
|
|
18
|
+
const i = o.actions[c];
|
|
19
|
+
a("click", i);
|
|
20
|
+
};
|
|
21
|
+
return (c, i) => (s(), t("div", x, [
|
|
22
|
+
u("ul", f, [
|
|
23
|
+
(s(!0), t(k, null, h(o.actions, (e, r) => (s(), t("li", {
|
|
24
|
+
key: r,
|
|
25
|
+
class: l(["context-menu__item", { "context-menu__item--disabled": e.disabled }]),
|
|
26
|
+
onClick: (B) => !e.disabled && d(r)
|
|
27
|
+
}, [
|
|
28
|
+
e.icon ? (s(), t("img", {
|
|
29
|
+
key: 0,
|
|
30
|
+
src: e.icon,
|
|
31
|
+
width: "18",
|
|
32
|
+
height: "18"
|
|
33
|
+
}, null, 8, g)) : e.prime ? (s(), t("i", {
|
|
34
|
+
key: 1,
|
|
35
|
+
class: l("pi pi-" + e.prime)
|
|
36
|
+
}, null, 2)) : n("", !0),
|
|
37
|
+
e.title ? (s(), t("span", b, _(e.title), 1)) : n("", !0),
|
|
38
|
+
e.description ? (s(), t("span", v, _(e.description), 1)) : n("", !0)
|
|
39
|
+
], 10, C))), 128))
|
|
40
|
+
])
|
|
41
|
+
]));
|
|
42
|
+
}
|
|
43
|
+
}, V = /* @__PURE__ */ y(w, [["__scopeId", "data-v-fc685da7"]]);
|
|
44
|
+
export {
|
|
45
|
+
V as default
|
|
46
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { defineComponent as t, createElementBlock as l, openBlock as r } from "vue";
|
|
2
|
+
const o = { class: "embed-preview" }, c = ["src"], a = ["src"], s = ["src"], m = /* @__PURE__ */ t({
|
|
3
|
+
__name: "EmbedPreview",
|
|
4
|
+
props: {
|
|
5
|
+
embed: {
|
|
6
|
+
type: Object,
|
|
7
|
+
required: !0
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
setup(e) {
|
|
11
|
+
return (u, d) => (r(), l("div", o, [
|
|
12
|
+
e.embed.type == "youtube" ? (r(), l("iframe", {
|
|
13
|
+
key: 0,
|
|
14
|
+
class: "embed-preview__player",
|
|
15
|
+
src: e.embed.url,
|
|
16
|
+
title: "YouTube video player",
|
|
17
|
+
frameborder: "0",
|
|
18
|
+
allowfullscreen: ""
|
|
19
|
+
}, null, 8, c)) : e.embed.type == "rutube" ? (r(), l("iframe", {
|
|
20
|
+
key: 1,
|
|
21
|
+
class: "embed-preview__player",
|
|
22
|
+
src: e.embed.url,
|
|
23
|
+
title: "YouTube video player",
|
|
24
|
+
frameborder: "0",
|
|
25
|
+
allow: "clipboard-write; autoplay",
|
|
26
|
+
webkitAllowFullScreen: "",
|
|
27
|
+
mozallowfullscreen: "",
|
|
28
|
+
allowFullScreen: ""
|
|
29
|
+
}, null, 8, a)) : (r(), l("iframe", {
|
|
30
|
+
key: 2,
|
|
31
|
+
class: "embed-preview__player",
|
|
32
|
+
src: e.embed.url
|
|
33
|
+
}, null, 8, s))
|
|
34
|
+
]));
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
export {
|
|
38
|
+
m as default
|
|
39
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { defineComponent as n, createElementBlock as l, openBlock as r, createElementVNode as i, toDisplayString as t } from "vue";
|
|
2
|
+
const s = { class: "link-preview" }, c = { class: "link-preview__container" }, o = ["href"], a = { class: "link-preview__title" }, _ = { class: "link-preview__description" }, k = ["src", "alt"], p = /* @__PURE__ */ n({
|
|
3
|
+
__name: "LinkPreview",
|
|
4
|
+
props: {
|
|
5
|
+
linkPreview: {
|
|
6
|
+
type: Object,
|
|
7
|
+
required: !0
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
setup(e) {
|
|
11
|
+
return (v, d) => (r(), l("div", s, [
|
|
12
|
+
i("div", c, [
|
|
13
|
+
i("a", {
|
|
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
|
+
]));
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
p as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { defineComponent as T, inject as k, ref as s, computed as w, createElementBlock as d, openBlock as a, Fragment as C, createElementVNode as B, createBlock as N, renderSlot as S, Teleport as V, createVNode as A, Transition as E, withCtx as I, createCommentVNode as M, normalizeClass as R, unref as c, toDisplayString as $, nextTick as g } from "vue";
|
|
2
|
+
import "../../../hooks/useMessageDraft.js";
|
|
3
|
+
import "../../../hooks/useSearchModel.js";
|
|
4
|
+
import { useTheme as j } from "../../../hooks/useTheme.js";
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
import "../../../node_modules/linkifyjs/dist/linkify.js";
|
|
8
|
+
import "../../../functions/parseMarkdown.js";
|
|
9
|
+
const q = ["data-theme"], K = /* @__PURE__ */ T({
|
|
10
|
+
__name: "Tooltip",
|
|
11
|
+
props: {
|
|
12
|
+
text: {
|
|
13
|
+
type: String,
|
|
14
|
+
required: !0
|
|
15
|
+
},
|
|
16
|
+
position: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: "top"
|
|
19
|
+
},
|
|
20
|
+
offset: {
|
|
21
|
+
type: Number,
|
|
22
|
+
default: 8
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
setup(m) {
|
|
26
|
+
const v = k("chatAppId"), { getTheme: h } = j(v), f = s(), i = s(), n = s(!1), o = m, y = w(() => ({
|
|
27
|
+
tooltip__text: !0,
|
|
28
|
+
[`tooltip--${o.position}`]: !0
|
|
29
|
+
})), _ = () => {
|
|
30
|
+
n.value = !0, g(() => {
|
|
31
|
+
if (f.value && i.value) {
|
|
32
|
+
const l = i.value, t = f.value.getBoundingClientRect(), e = i.value.getBoundingClientRect(), p = e.left < 0 ? e.left : 0, r = e.top < 0 ? e.top : 0, u = {
|
|
33
|
+
left: { top: t.top - (e.height - t.height) / 2 - r, left: (t == null ? void 0 : t.left) - e.width - p - o.offset },
|
|
34
|
+
right: { top: t.top - (e.height - t.height) / 2 - r, left: (t == null ? void 0 : t.left) + t.width - p + o.offset },
|
|
35
|
+
bottom: { top: (t == null ? void 0 : t.bottom) - r + o.offset, left: (t == null ? void 0 : t.left) - p },
|
|
36
|
+
top: { top: t.top - e.height - o.offset - r, left: (t == null ? void 0 : t.left) - p },
|
|
37
|
+
"bottom-left": { top: (t == null ? void 0 : t.bottom) - r + o.offset, left: (t == null ? void 0 : t.left) + t.width - e.width - p }
|
|
38
|
+
};
|
|
39
|
+
l.style.top = u[o.position].top + "px", l.style.left = u[o.position].left + "px";
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
}, x = () => {
|
|
43
|
+
n.value = !1, g(() => {
|
|
44
|
+
const l = c(i);
|
|
45
|
+
l && (l.style.top = "0", l.style.left = "0");
|
|
46
|
+
});
|
|
47
|
+
};
|
|
48
|
+
return (l, t) => (a(), d(C, null, [
|
|
49
|
+
B("div", {
|
|
50
|
+
ref_key: "container",
|
|
51
|
+
ref: f,
|
|
52
|
+
class: "tooltip-wrapper",
|
|
53
|
+
onMouseover: _,
|
|
54
|
+
onMouseout: x
|
|
55
|
+
}, [
|
|
56
|
+
S(l.$slots, "default", {}, void 0, !0)
|
|
57
|
+
], 544),
|
|
58
|
+
(a(), N(V, { to: "body" }, [
|
|
59
|
+
A(E, null, {
|
|
60
|
+
default: I(() => [
|
|
61
|
+
n.value ? (a(), d("span", {
|
|
62
|
+
key: 0,
|
|
63
|
+
ref_key: "tooltip",
|
|
64
|
+
ref: i,
|
|
65
|
+
"data-theme": c(h)().theme ? c(h)().theme : "light",
|
|
66
|
+
class: R(y.value)
|
|
67
|
+
}, $(m.text), 11, q)) : M("", !0)
|
|
68
|
+
]),
|
|
69
|
+
_: 1
|
|
70
|
+
})
|
|
71
|
+
]))
|
|
72
|
+
], 64));
|
|
73
|
+
}
|
|
74
|
+
});
|
|
75
|
+
export {
|
|
76
|
+
K as default
|
|
77
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { createElementBlock as i, openBlock as r, createStaticVNode as C } from "vue";
|
|
2
|
+
import h from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const l = {
|
|
4
|
+
name: "AvatarIcon",
|
|
5
|
+
props: {
|
|
6
|
+
size: {
|
|
7
|
+
type: [String, Number],
|
|
8
|
+
default: 48
|
|
9
|
+
},
|
|
10
|
+
width: {
|
|
11
|
+
type: [String, Number],
|
|
12
|
+
default: 48
|
|
13
|
+
},
|
|
14
|
+
height: {
|
|
15
|
+
type: [String, Number],
|
|
16
|
+
default: 48
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
computed: {
|
|
20
|
+
computedWidth() {
|
|
21
|
+
return this.width || this.size;
|
|
22
|
+
},
|
|
23
|
+
computedHeight() {
|
|
24
|
+
return this.height || this.size;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}, o = ["width", "height"];
|
|
28
|
+
function d(n, t, e, s, a, p) {
|
|
29
|
+
return r(), i("svg", {
|
|
30
|
+
width: e.size,
|
|
31
|
+
height: e.size,
|
|
32
|
+
viewBox: "0 0 52 50",
|
|
33
|
+
fill: "none",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
35
|
+
}, [...t[0] || (t[0] = [
|
|
36
|
+
C('<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, o);
|
|
38
|
+
}
|
|
39
|
+
const u = /* @__PURE__ */ h(l, [["render", d]]);
|
|
40
|
+
export {
|
|
41
|
+
u as default
|
|
42
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { createElementBlock as e, openBlock as t, normalizeStyle as o, createElementVNode as C } from "vue";
|
|
2
|
+
const n = ["fill"], a = {
|
|
3
|
+
__name: "CheckIcon",
|
|
4
|
+
props: {
|
|
5
|
+
fillColor: {
|
|
6
|
+
type: String,
|
|
7
|
+
default: "#5F5F5F"
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
setup(l) {
|
|
11
|
+
return (r, i) => (t(), e("svg", {
|
|
12
|
+
width: "14",
|
|
13
|
+
height: "14",
|
|
14
|
+
viewBox: "0 0 14 14",
|
|
15
|
+
fill: "none",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
style: o({ color: l.fillColor })
|
|
18
|
+
}, [
|
|
19
|
+
C("path", {
|
|
20
|
+
d: "M11.1436 3.47369C11.2033 3.41276 11.2745 3.36436 11.3532 3.33131C11.4318 3.29827 11.5163 3.28125 11.6016 3.28125C11.6869 3.28125 11.7714 3.29827 11.85 3.33131C11.9287 3.36436 12 3.41276 12.0597 3.47369C12.3099 3.72657 12.3134 4.13519 12.0684 4.39244L6.89456 10.5087C6.83581 10.5732 6.76453 10.625 6.68506 10.661C6.60559 10.6971 6.51962 10.7165 6.43239 10.7181C6.34516 10.7198 6.25851 10.7036 6.17775 10.6706C6.09698 10.6376 6.0238 10.5884 5.96268 10.5262L2.81443 7.33594C2.69301 7.21212 2.625 7.04561 2.625 6.87219C2.625 6.69877 2.69301 6.53227 2.81443 6.40844C2.87415 6.34751 2.94542 6.29911 3.02407 6.26606C3.10272 6.23302 3.18718 6.216 3.27249 6.216C3.35781 6.216 3.44226 6.23302 3.52092 6.26606C3.59957 6.29911 3.67084 6.34751 3.73056 6.40844L6.40106 9.11482L11.1261 3.49294L11.1436 3.47369Z",
|
|
21
|
+
fill: l.fillColor
|
|
22
|
+
}, null, 8, n)
|
|
23
|
+
], 4));
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
a as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as e, createElementVNode as o } from "vue";
|
|
2
|
+
import n from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const r = {}, l = {
|
|
4
|
+
width: "18",
|
|
5
|
+
height: "18",
|
|
6
|
+
viewBox: "0 0 18 18",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function s(c, C) {
|
|
11
|
+
return e(), t("svg", l, [...C[0] || (C[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
d: "M0.950642 1.92512C0.886721 1.8612 0.836016 1.78531 0.801422 1.7018C0.766829 1.61828 0.749023 1.52877 0.749023 1.43837C0.749023 1.34797 0.766829 1.25846 0.801422 1.17494C0.836016 1.09142 0.886721 1.01554 0.950642 0.951618C1.01456 0.887697 1.09045 0.836993 1.17396 0.802399C1.25748 0.767805 1.34699 0.75 1.43739 0.75C1.52779 0.75 1.6173 0.767805 1.70082 0.802399C1.78434 0.836993 1.86022 0.887697 1.92414 0.951618L8.99989 8.02874L16.0756 0.951618C16.1396 0.887697 16.2154 0.836993 16.299 0.802399C16.3825 0.767805 16.472 0.75 16.5624 0.75C16.6528 0.75 16.7423 0.767805 16.8258 0.802399C16.9093 0.836993 16.9852 0.887697 17.0491 0.951618C17.1131 1.01554 17.1638 1.09142 17.1984 1.17494C17.233 1.25846 17.2508 1.34797 17.2508 1.43837C17.2508 1.52877 17.233 1.61828 17.1984 1.7018C17.1638 1.78531 17.1131 1.8612 17.0491 1.92512L9.97202 9.00087L17.0491 16.0766C17.1131 16.1405 17.1638 16.2164 17.1984 16.2999C17.233 16.3835 17.2508 16.473 17.2508 16.5634C17.2508 16.6538 17.233 16.7433 17.1984 16.8268C17.1638 16.9103 17.1131 16.9862 17.0491 17.0501C16.9852 17.114 16.9093 17.1647 16.8258 17.1993C16.7423 17.2339 16.6528 17.2517 16.5624 17.2517C16.472 17.2517 16.3825 17.2339 16.299 17.1993C16.2154 17.1647 16.1396 17.114 16.0756 17.0501L8.99989 9.97299L1.92414 17.0501C1.86022 17.114 1.78434 17.1647 1.70082 17.1993C1.6173 17.2339 1.52779 17.2517 1.43739 17.2517C1.34699 17.2517 1.25748 17.2339 1.17396 17.1993C1.09045 17.1647 1.01456 17.114 0.950642 17.0501C0.886721 16.9862 0.836016 16.9103 0.801422 16.8268C0.766829 16.7433 0.749023 16.6538 0.749023 16.5634C0.749023 16.473 0.766829 16.3835 0.801422 16.2999C0.836016 16.2164 0.886721 16.1405 0.950642 16.0766L8.02777 9.00087L0.950642 1.92512Z",
|
|
14
|
+
fill: "#5F5F5F"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const m = /* @__PURE__ */ n(r, [["render", s]]);
|
|
19
|
+
export {
|
|
20
|
+
m as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as e, createElementVNode as o } from "vue";
|
|
2
|
+
import n from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const r = {}, c = {
|
|
4
|
+
width: "22",
|
|
5
|
+
height: "22",
|
|
6
|
+
viewBox: "0 0 22 22",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function l(s, C) {
|
|
11
|
+
return e(), t("svg", c, [...C[0] || (C[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
d: "M8.25 11C9.34402 11 10.3932 10.5654 11.1668 9.79182C11.9404 9.01823 12.375 7.96902 12.375 6.875C12.375 5.78098 11.9404 4.73177 11.1668 3.95818C10.3932 3.1846 9.34402 2.75 8.25 2.75C7.15598 2.75 6.10677 3.1846 5.33318 3.95818C4.5596 4.73177 4.125 5.78098 4.125 6.875C4.125 7.96902 4.5596 9.01823 5.33318 9.79182C6.10677 10.5654 7.15598 11 8.25 11ZM1.375 19.25C1.375 19.25 0 19.25 0 17.875C0 16.5 1.375 12.375 8.25 12.375C15.125 12.375 16.5 16.5 16.5 17.875C16.5 19.25 15.125 19.25 15.125 19.25H1.375ZM15.125 4.8125C15.125 4.63016 15.1974 4.4553 15.3264 4.32636C15.4553 4.19743 15.6302 4.125 15.8125 4.125H21.3125C21.4948 4.125 21.6697 4.19743 21.7986 4.32636C21.9276 4.4553 22 4.63016 22 4.8125C22 4.99484 21.9276 5.1697 21.7986 5.29864C21.6697 5.42757 21.4948 5.5 21.3125 5.5H15.8125C15.6302 5.5 15.4553 5.42757 15.3264 5.29864C15.1974 5.1697 15.125 4.99484 15.125 4.8125ZM15.8125 8.25C15.6302 8.25 15.4553 8.32243 15.3264 8.45136C15.1974 8.5803 15.125 8.75516 15.125 8.9375C15.125 9.11984 15.1974 9.2947 15.3264 9.42364C15.4553 9.55257 15.6302 9.625 15.8125 9.625H21.3125C21.4948 9.625 21.6697 9.55257 21.7986 9.42364C21.9276 9.2947 22 9.11984 22 8.9375C22 8.75516 21.9276 8.5803 21.7986 8.45136C21.6697 8.32243 21.4948 8.25 21.3125 8.25H15.8125ZM18.5625 12.375C18.3802 12.375 18.2053 12.4474 18.0764 12.5764C17.9474 12.7053 17.875 12.8802 17.875 13.0625C17.875 13.2448 17.9474 13.4197 18.0764 13.5486C18.2053 13.6776 18.3802 13.75 18.5625 13.75H21.3125C21.4948 13.75 21.6697 13.6776 21.7986 13.5486C21.9276 13.4197 22 13.2448 22 13.0625C22 12.8802 21.9276 12.7053 21.7986 12.5764C21.6697 12.4474 21.4948 12.375 21.3125 12.375H18.5625ZM18.5625 16.5C18.3802 16.5 18.2053 16.5724 18.0764 16.7014C17.9474 16.8303 17.875 17.0052 17.875 17.1875C17.875 17.3698 17.9474 17.5447 18.0764 17.6736C18.2053 17.8026 18.3802 17.875 18.5625 17.875H21.3125C21.4948 17.875 21.6697 17.8026 21.7986 17.6736C21.9276 17.5447 22 17.3698 22 17.1875C22 17.0052 21.9276 16.8303 21.7986 16.7014C21.6697 16.5724 21.4948 16.5 21.3125 16.5H18.5625Z",
|
|
14
|
+
fill: "#5F5F5F"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const H = /* @__PURE__ */ n(r, [["render", l]]);
|
|
19
|
+
export {
|
|
20
|
+
H as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
import n from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const r = {}, l = {
|
|
4
|
+
width: "24",
|
|
5
|
+
height: "24",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function c(s, C) {
|
|
11
|
+
return t(), e("svg", l, [...C[0] || (C[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
d: "M14.25 19.5C14.25 20.0967 14.0129 20.669 13.591 21.091C13.169 21.5129 12.5967 21.75 12 21.75C11.4033 21.75 10.831 21.5129 10.409 21.091C9.98705 20.669 9.75 20.0967 9.75 19.5C9.75 18.9033 9.98705 18.331 10.409 17.909C10.831 17.4871 11.4033 17.25 12 17.25C12.5967 17.25 13.169 17.4871 13.591 17.909C14.0129 18.331 14.25 18.9033 14.25 19.5ZM14.25 12C14.25 12.5967 14.0129 13.169 13.591 13.591C13.169 14.0129 12.5967 14.25 12 14.25C11.4033 14.25 10.831 14.0129 10.409 13.591C9.98705 13.169 9.75 12.5967 9.75 12C9.75 11.4033 9.98705 10.831 10.409 10.409C10.831 9.98705 11.4033 9.75 12 9.75C12.5967 9.75 13.169 9.98705 13.591 10.409C14.0129 10.831 14.25 11.4033 14.25 12ZM14.25 4.5C14.25 5.09674 14.0129 5.66903 13.591 6.09099C13.169 6.51295 12.5967 6.75 12 6.75C11.4033 6.75 10.831 6.51295 10.409 6.09099C9.98705 5.66903 9.75 5.09674 9.75 4.5C9.75 3.90326 9.98705 3.33097 10.409 2.90901C10.831 2.48705 11.4033 2.25 12 2.25C12.5967 2.25 13.169 2.48705 13.591 2.90901C14.0129 3.33097 14.25 3.90326 14.25 4.5Z",
|
|
14
|
+
fill: "#5F5F5F"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
])]);
|
|
17
|
+
}
|
|
18
|
+
const m = /* @__PURE__ */ n(r, [["render", c]]);
|
|
19
|
+
export {
|
|
20
|
+
m as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as r, createElementVNode as t } from "vue";
|
|
2
|
+
import n from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const s = {}, l = {
|
|
4
|
+
width: "17",
|
|
5
|
+
height: "16",
|
|
6
|
+
viewBox: "0 0 17 16",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function c(i, e) {
|
|
11
|
+
return r(), o("svg", l, [...e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M6.30444 0.5C9.16802 0.5 11.5242 2.92542 11.5242 5.96094C11.5241 8.99635 9.16796 11.4219 6.30444 11.4219C3.44097 11.4218 1.08483 8.99633 1.08472 5.96094C1.08472 2.92545 3.4409 0.500047 6.30444 0.5Z",
|
|
14
|
+
stroke: "#5F5F5F"
|
|
15
|
+
}, null, -1),
|
|
16
|
+
t("line", {
|
|
17
|
+
y1: "-0.5",
|
|
18
|
+
x2: "6.23094",
|
|
19
|
+
y2: "-0.5",
|
|
20
|
+
transform: "matrix(-0.692375 -0.721538 0.692375 -0.721538 16.3389 15.1016)",
|
|
21
|
+
stroke: "#5F5F5F"
|
|
22
|
+
}, null, -1)
|
|
23
|
+
])]);
|
|
24
|
+
}
|
|
25
|
+
const a = /* @__PURE__ */ n(s, [["render", c]]);
|
|
26
|
+
export {
|
|
27
|
+
a as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as L, createStaticVNode as e } from "vue";
|
|
2
|
+
import i from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const c = {}, l = {
|
|
4
|
+
width: "26",
|
|
5
|
+
height: "26",
|
|
6
|
+
viewBox: "0 0 26 26",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function o(r, C) {
|
|
11
|
+
return L(), t("svg", l, [...C[0] || (C[0] = [
|
|
12
|
+
e('<g clip-path="url(#clip0_3130_417)"><path d="M13.0003 7.72656C12.3076 7.72656 11.6217 7.863 10.9818 8.12808C10.3418 8.39316 9.76033 8.78169 9.27053 9.2715C8.78072 9.76131 8.39218 10.3428 8.1271 10.9828C7.86202 11.6227 7.72559 12.3086 7.72559 13.0013C7.72559 13.694 7.86202 14.3799 8.1271 15.0199C8.39218 15.6598 8.78072 16.2413 9.27053 16.7311C9.76033 17.2209 10.3418 17.6095 10.9818 17.8745C11.6217 18.1396 12.3076 18.2761 13.0003 18.2761C14.3993 18.2761 15.7409 17.7203 16.7301 16.7311C17.7194 15.7419 18.2751 14.4003 18.2751 13.0013C18.2751 11.6024 17.7194 10.2607 16.7301 9.2715C15.7409 8.28229 14.3993 7.72656 13.0003 7.72656ZM9.35059 13.0013C9.35059 12.0333 9.73511 11.105 10.4196 10.4205C11.104 9.73609 12.0324 9.35156 13.0003 9.35156C13.9683 9.35156 14.8966 9.73609 15.5811 10.4205C16.2656 11.105 16.6501 12.0333 16.6501 13.0013C16.6501 13.9693 16.2656 14.8976 15.5811 15.5821C14.8966 16.2665 13.9683 16.6511 13.0003 16.6511C12.0324 16.6511 11.104 16.2665 10.4196 15.5821C9.73511 14.8976 9.35059 13.9693 9.35059 13.0013Z" fill="#5F5F5F"></path><path d="M15.9187 2.18156C15.0623 -0.727187 10.938 -0.727187 10.0817 2.18156L9.92891 2.69994C9.86911 2.90298 9.76462 3.09008 9.62312 3.24749C9.48161 3.40491 9.30667 3.52867 9.11112 3.6097C8.91557 3.69072 8.70436 3.72696 8.49299 3.71575C8.28161 3.70455 8.07543 3.64618 7.88954 3.54494L7.41504 3.28494C4.75004 1.83544 1.83641 4.75069 3.28754 7.41406L3.54591 7.88856C3.64716 8.07445 3.70552 8.28064 3.71673 8.49201C3.72794 8.70339 3.6917 8.91459 3.61067 9.11014C3.52965 9.30569 3.40589 9.48063 3.24847 9.62214C3.09105 9.76365 2.90396 9.86813 2.70091 9.92794L2.18254 10.0807C-0.726211 10.9371 -0.726211 15.0613 2.18254 15.9177L2.70091 16.0704C2.90396 16.1302 3.09105 16.2347 3.24847 16.3762C3.40589 16.5177 3.52965 16.6927 3.61067 16.8882C3.6917 17.0838 3.72794 17.295 3.71673 17.5064C3.70552 17.7177 3.64716 17.9239 3.54591 18.1098L3.28591 18.5843C1.83641 21.2493 4.75004 24.1646 7.41504 22.7118L7.88954 22.4534C8.07543 22.3522 8.28161 22.2938 8.49299 22.2826C8.70436 22.2714 8.91557 22.3077 9.11112 22.3887C9.30667 22.4697 9.48161 22.5935 9.62312 22.7509C9.76462 22.9083 9.86911 23.0954 9.92891 23.2984L10.0817 23.8168C10.938 26.7256 15.0623 26.7256 15.9187 23.8168L16.0714 23.2984C16.1312 23.0954 16.2357 22.9083 16.3772 22.7509C16.5187 22.5935 16.6937 22.4697 16.8892 22.3887C17.0848 22.3077 17.296 22.2714 17.5073 22.2826C17.7187 22.2938 17.9249 22.3522 18.1108 22.4534L18.5853 22.7134C21.2503 24.1646 24.1655 21.2477 22.7128 18.5843L22.4544 18.1098C22.3532 17.9239 22.2948 17.7177 22.2836 17.5064C22.2724 17.295 22.3086 17.0838 22.3897 16.8882C22.4707 16.6927 22.5944 16.5177 22.7519 16.3762C22.9093 16.2347 23.0964 16.1302 23.2994 16.0704L23.8178 15.9177C26.7265 15.0613 26.7265 10.9371 23.8178 10.0807L23.2994 9.92794C23.0964 9.86813 22.9093 9.76365 22.7519 9.62214C22.5944 9.48063 22.4707 9.30569 22.3897 9.11014C22.3086 8.91459 22.2724 8.70339 22.2836 8.49201C22.2948 8.28064 22.3532 8.07445 22.4544 7.88856L22.7144 7.41406C24.1655 4.74906 21.2487 1.83544 18.5853 3.28656L18.1108 3.54494C17.9249 3.64618 17.7187 3.70455 17.5073 3.71575C17.296 3.72696 17.0848 3.69072 16.8892 3.6097C16.6937 3.52867 16.5187 3.40491 16.3772 3.24749C16.2357 3.09008 16.1312 2.90298 16.0714 2.69994L15.9187 2.18156ZM11.64 2.64144C12.0398 1.28456 13.9605 1.28456 14.3603 2.64144L14.513 3.15981C14.6414 3.59545 14.8657 3.99683 15.1694 4.33452C15.4731 4.67222 15.8485 4.93766 16.2682 5.1114C16.6878 5.28514 17.141 5.36277 17.5945 5.3386C18.048 5.31442 18.4904 5.18905 18.8892 4.97169L19.362 4.71169C20.6035 4.03731 21.962 5.39419 21.286 6.63731L21.0277 7.11181C20.8106 7.51063 20.6856 7.95296 20.6617 8.40638C20.6377 8.8598 20.7156 9.31282 20.8895 9.73226C21.0633 10.1517 21.3289 10.5269 21.6666 10.8304C22.0043 11.1339 22.4056 11.358 22.8412 11.4863L23.3579 11.6391C24.7148 12.0388 24.7148 13.9596 23.3579 14.3593L22.8395 14.5121C22.4039 14.6405 22.0025 14.8647 21.6648 15.1684C21.3271 15.4721 21.0617 15.8476 20.8879 16.2672C20.7142 16.6868 20.6366 17.14 20.6608 17.5935C20.6849 18.047 20.8103 18.4894 21.0277 18.8882L21.2877 19.3611C21.962 20.6026 20.6052 21.9611 19.362 21.2851L18.8892 21.0267C18.4903 20.8093 18.0478 20.684 17.5942 20.66C17.1406 20.6359 16.6873 20.7137 16.2677 20.8876C15.848 21.0615 15.4726 21.3271 15.169 21.665C14.8654 22.0029 14.6413 22.4044 14.513 22.8402L14.3603 23.3569C13.9605 24.7138 12.0398 24.7138 11.64 23.3569L11.4873 22.8386C11.3588 22.4032 11.1346 22.002 10.831 21.6645C10.5274 21.3269 10.1522 21.0616 9.73276 20.8879C9.31334 20.7142 8.86038 20.6365 8.40705 20.6605C7.95372 20.6845 7.5115 20.8096 7.11279 21.0267L6.63829 21.2867C5.39679 21.9611 4.03829 20.6042 4.71429 19.3611L4.97266 18.8882C5.19033 18.4893 5.31595 18.0468 5.34028 17.5931C5.36462 17.1394 5.28706 16.686 5.1133 16.2662C4.93954 15.8463 4.67398 15.4707 4.33612 15.1669C3.99825 14.8631 3.59665 14.6388 3.16079 14.5104L2.64241 14.3577C1.28554 13.9579 1.28554 12.0372 2.64241 11.6374L3.16079 11.4847C3.59597 11.3562 3.99692 11.132 4.33427 10.8285C4.67162 10.525 4.93685 10.15 5.11055 9.73075C5.28425 9.31155 5.36201 8.85881 5.33815 8.40567C5.31429 7.95253 5.18942 7.51046 4.97266 7.11181L4.71266 6.63731C4.03829 5.39581 5.39516 4.03731 6.63829 4.71331L7.11279 4.97169C7.5115 5.18875 7.95372 5.31387 8.40705 5.33789C8.86038 5.3619 9.31334 5.28421 9.73276 5.11049C10.1522 4.93677 10.5274 4.67143 10.831 4.33391C11.1346 3.99638 11.3588 3.59522 11.4873 3.15981L11.64 2.64144Z" fill="#5F5F5F"></path></g><defs><clipPath id="clip0_3130_417"><rect width="26" height="26" fill="white"></rect></clipPath></defs>', 2)
|
|
13
|
+
])]);
|
|
14
|
+
}
|
|
15
|
+
const h = /* @__PURE__ */ i(c, [["render", o]]);
|
|
16
|
+
export {
|
|
17
|
+
h as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as l, createElementVNode as C } from "vue";
|
|
2
|
+
import i from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const o = {}, r = {
|
|
4
|
+
width: "22",
|
|
5
|
+
height: "22",
|
|
6
|
+
viewBox: "0 0 22 22",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function n(c, e) {
|
|
11
|
+
return l(), t("svg", r, [...e[0] || (e[0] = [
|
|
12
|
+
C("g", { "clip-path": "url(#clip0_1633_3547)" }, [
|
|
13
|
+
C("path", {
|
|
14
|
+
d: "M22 11C22 13.9174 20.8411 16.7153 18.7782 18.7782C16.7153 20.8411 13.9174 22 11 22C8.08262 22 5.28473 20.8411 3.22183 18.7782C1.15893 16.7153 0 13.9174 0 11C0 8.08262 1.15893 5.28473 3.22183 3.22183C5.28473 1.15893 8.08262 0 11 0C13.9174 0 16.7153 1.15893 18.7782 3.22183C20.8411 5.28473 22 8.08262 22 11ZM11.3946 8.12075C10.3249 8.56625 8.18538 9.4875 4.97888 10.8845C4.45913 11.0907 4.1855 11.2942 4.16075 11.4922C4.1195 11.8264 4.53888 11.9584 5.1095 12.1385L5.35012 12.2141C5.91113 12.397 6.66737 12.6101 7.05925 12.6184C7.41675 12.6266 7.81412 12.4809 8.25275 12.1784C11.2489 10.1558 12.7958 9.13412 12.892 9.11212C12.9608 9.09562 13.057 9.07638 13.1202 9.13412C13.1849 9.1905 13.178 9.29912 13.1711 9.328C13.1299 9.50537 11.484 11.0344 10.6329 11.8264C10.3675 12.0739 10.1791 12.2485 10.1406 12.2884C10.0558 12.375 9.96967 12.4603 9.88212 12.5441C9.35962 13.0474 8.96912 13.4241 9.90275 14.0401C10.3524 14.3371 10.7126 14.5805 11.0715 14.8252C11.462 15.092 11.8525 15.3574 12.3585 15.6901C12.4864 15.7726 12.6101 15.862 12.7298 15.9472C13.1849 16.2717 13.596 16.5632 14.1006 16.5165C14.3949 16.489 14.6988 16.214 14.8527 15.389C15.2171 13.4406 15.9335 9.22075 16.0985 7.48137C16.1086 7.33678 16.1026 7.19152 16.0806 7.04825C16.0677 6.93264 16.0117 6.82613 15.9239 6.74988C15.7988 6.66351 15.6496 6.61877 15.4976 6.622C15.0851 6.62887 14.4485 6.85025 11.3946 8.12075Z",
|
|
15
|
+
fill: "#37AFE2"
|
|
16
|
+
})
|
|
17
|
+
], -1),
|
|
18
|
+
C("defs", null, [
|
|
19
|
+
C("clipPath", { id: "clip0_1633_3547" }, [
|
|
20
|
+
C("rect", {
|
|
21
|
+
width: "22",
|
|
22
|
+
height: "22",
|
|
23
|
+
fill: "white"
|
|
24
|
+
})
|
|
25
|
+
])
|
|
26
|
+
], -1)
|
|
27
|
+
])]);
|
|
28
|
+
}
|
|
29
|
+
const _ = /* @__PURE__ */ i(o, [["render", n]]);
|
|
30
|
+
export {
|
|
31
|
+
_ as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { createElementBlock as e, openBlock as i, createElementVNode as C } from "vue";
|
|
2
|
+
import l from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const o = {}, n = {
|
|
4
|
+
width: "22",
|
|
5
|
+
height: "22",
|
|
6
|
+
viewBox: "0 0 22 22",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function r(c, t) {
|
|
11
|
+
return i(), e("svg", n, [...t[0] || (t[0] = [
|
|
12
|
+
C("g", { "clip-path": "url(#clip0_1624_2571)" }, [
|
|
13
|
+
C("path", {
|
|
14
|
+
d: "M18.7014 3.19832C17.6928 2.18037 16.4917 1.37334 15.168 0.82425C13.8444 0.275158 12.4247 -0.00501088 10.9917 6.78295e-05C4.98712 6.78295e-05 0.0935 4.89232 0.088 10.8983C0.088 12.8219 0.59125 14.6933 1.54137 16.3502L0 22.0001L5.7805 20.4848C7.37963 21.3551 9.17115 21.8112 10.9917 21.8117H10.9972C17.0032 21.8117 21.8955 16.9194 21.901 10.9079C21.9024 9.47525 21.6202 8.05645 21.0709 6.73328C20.5215 5.4101 19.7171 4.20871 18.7014 3.19832ZM10.9917 19.9664C9.36787 19.967 7.77384 19.53 6.37725 18.7014L6.04725 18.5034L2.618 19.4027L3.53375 16.0573L3.31925 15.7122C2.41148 14.2689 1.93139 12.5979 1.93462 10.8928C1.93462 5.90707 6.0005 1.83982 10.9972 1.83982C12.1876 1.83768 13.3667 2.0712 14.4664 2.52689C15.5661 2.98259 16.5648 3.65146 17.4047 4.49494C18.2477 5.33513 18.9159 6.3339 19.3709 7.43364C19.8259 8.53337 20.0587 9.71231 20.0557 10.9024C20.0502 15.9061 15.9844 19.9664 10.9917 19.9664ZM15.9624 13.1822C15.6915 13.0461 14.3536 12.3874 14.102 12.2939C13.8517 12.2046 13.6689 12.1578 13.4901 12.4301C13.3072 12.7009 12.7847 13.3183 12.628 13.4957C12.4712 13.6786 12.309 13.6992 12.0367 13.5644C11.7659 13.4269 10.8872 13.1409 9.84775 12.2101C9.0365 11.4882 8.49337 10.5944 8.33112 10.3236C8.17437 10.0513 8.316 9.90557 8.45212 9.76944C8.57175 9.64844 8.723 9.45044 8.85912 9.29369C8.99662 9.13694 9.042 9.02144 9.13137 8.83994C9.22075 8.65569 9.17812 8.49894 9.11075 8.36282C9.042 8.22669 8.49887 6.88332 8.26925 6.34157C8.04925 5.80669 7.82512 5.88094 7.65737 5.87407C7.50062 5.86444 7.31775 5.86444 7.13487 5.86444C6.99677 5.86788 6.86087 5.89982 6.7357 5.95826C6.61053 6.01671 6.49879 6.10039 6.4075 6.20407C6.15725 6.47632 5.45737 7.13494 5.45737 8.47832C5.45737 9.82169 6.43362 11.1128 6.57112 11.2957C6.70587 11.4786 8.48787 14.2272 11.2227 15.4097C11.869 15.6916 12.3777 15.8579 12.7751 15.9844C13.4282 16.1934 14.0181 16.1618 14.4884 16.0944C15.0109 16.0147 16.0985 15.4344 16.3281 14.7978C16.5536 14.1598 16.5536 13.6153 16.4849 13.5012C16.4175 13.3857 16.2346 13.3183 15.9624 13.1822Z",
|
|
15
|
+
fill: "#25D366"
|
|
16
|
+
})
|
|
17
|
+
], -1),
|
|
18
|
+
C("defs", null, [
|
|
19
|
+
C("clipPath", { id: "clip0_1624_2571" }, [
|
|
20
|
+
C("rect", {
|
|
21
|
+
width: "22",
|
|
22
|
+
height: "22",
|
|
23
|
+
fill: "white"
|
|
24
|
+
})
|
|
25
|
+
])
|
|
26
|
+
], -1)
|
|
27
|
+
])]);
|
|
28
|
+
}
|
|
29
|
+
const h = /* @__PURE__ */ l(o, [["render", r]]);
|
|
30
|
+
export {
|
|
31
|
+
h as default
|
|
32
|
+
};
|