@mobilon-dev/chotto 0.3.98 → 0.3.99
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 +4 -29
- package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue2.js +61 -42
- package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue.js +4 -47
- package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue2.js +82 -55
- package/dist/components/1_atoms/ContextMenu/ContextMenu.vue.js +51 -86
- package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue.js +4 -32
- package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue2.js +28 -7
- package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue.js +38 -22
- package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue2.js +2 -33
- package/dist/components/1_atoms/LinkPreview/LinkPreview.vue.js +4 -37
- package/dist/components/1_atoms/LinkPreview/LinkPreview.vue2.js +21 -7
- package/dist/components/1_atoms/LoadingIndicator/LoadingIndicator.vue.js +19 -30
- package/dist/components/1_atoms/Tooltip/Tooltip.vue.js +4 -70
- package/dist/components/1_atoms/Tooltip/Tooltip.vue2.js +108 -76
- package/dist/components/1_icons/AvatarIcon.vue.js +8 -8
- package/dist/components/1_icons/CheckIcon.vue.js +13 -26
- package/dist/components/1_icons/CloseButtonIcon.vue.js +10 -16
- package/dist/components/1_icons/CloseIcon.vue.js +10 -16
- package/dist/components/1_icons/ContactCRMIcon.vue.js +10 -16
- package/dist/components/1_icons/MenuIcon.vue.js +10 -16
- package/dist/components/1_icons/MessageStatus/ErrorStatusIcon.vue.js +3 -23
- package/dist/components/1_icons/MessageStatus/ErrorStatusIcon.vue2.js +21 -12
- package/dist/components/1_icons/MessageStatus/PendingStatusIcon.vue.js +4 -36
- package/dist/components/1_icons/MessageStatus/PendingStatusIcon.vue2.js +26 -11
- package/dist/components/1_icons/MessageStatus/ReadStatusIcon.vue.js +3 -23
- package/dist/components/1_icons/MessageStatus/ReadStatusIcon.vue2.js +21 -12
- package/dist/components/1_icons/MessageStatus/ReceivedStatusIcon.vue.js +3 -23
- package/dist/components/1_icons/MessageStatus/ReceivedStatusIcon.vue2.js +20 -11
- package/dist/components/1_icons/MessageStatus/SentStatusIcon.vue.js +4 -33
- package/dist/components/1_icons/MessageStatus/SentStatusIcon.vue2.js +23 -11
- package/dist/components/1_icons/SearchIcon.vue.js +17 -29
- package/dist/components/1_icons/SettingsIcon.vue.js +8 -8
- package/dist/components/1_icons/TelegramIcon.vue.js +20 -32
- package/dist/components/1_icons/WhatsAppIcon.vue.js +20 -32
- package/dist/components/2_blocks/CommunicationPanel/CommunicationPanel.vue.js +396 -546
- package/dist/components/2_blocks/CommunicationPanel/CommunicationPanelAttributeIndicator.vue.js +58 -101
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelCheckIcon.vue.js +8 -14
- 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 +13 -19
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSMSIcon.vue.js +10 -16
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuMaxIcon.vue.js +23 -35
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuPhoneIcon.vue.js +20 -32
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuSMSIcon.vue.js +11 -17
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuTelegramIcon.vue.js +8 -8
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuWhatsAppIcon.vue.js +20 -32
- package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelTelegramIcon.vue.js +21 -33
- 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 +4 -74
- package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue2.js +42 -8
- package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue.js +4 -62
- package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue2.js +36 -15
- package/dist/components/2_blocks/FeedSearch/FeedSearch.vue.js +4 -49
- package/dist/components/2_blocks/FeedSearch/FeedSearch.vue2.js +45 -22
- package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue.js +4 -36
- package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue2.js +37 -19
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue.js +4 -61
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue2.js +96 -79
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue.js +27 -31
- package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue2.js +2 -13
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue.js +4 -72
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue2.js +83 -47
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue.js +21 -19
- package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue2.js +2 -13
- package/dist/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js +51 -80
- package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue.js +4 -182
- package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue2.js +135 -25
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue.js +4 -78
- package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue2.js +95 -73
- package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue.js +17 -15
- package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue2.js +2 -13
- package/dist/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.js +33 -39
- package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue.js +4 -220
- package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue2.js +256 -146
- package/dist/components/2_chatinput_elements/StickerPicker/icons/StickerIcon.vue.js +41 -39
- package/dist/components/2_chatinput_elements/StickerPicker/icons/StickerIcon.vue2.js +2 -13
- package/dist/components/2_chatinput_elements/TemplateSelector/TemplateSelector.vue.js +163 -233
- package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue.js +4 -164
- package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue2.js +175 -87
- package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.js +4 -73
- package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue2.js +60 -34
- package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue.js +4 -47
- package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue2.js +23 -10
- package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue.js +4 -52
- package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue2.js +26 -8
- package/dist/components/2_chatinput_elements/WABATemplateSelector/WABATemplateSelector.vue.js +220 -299
- package/dist/components/2_chatlist_elements/ChatFilter/ChatFilter.vue.js +33 -39
- package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue.js +4 -306
- package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue2.js +311 -134
- package/dist/components/2_chatlist_elements/ChatItem/icons/AudioIcon.vue.js +12 -18
- package/dist/components/2_chatlist_elements/ChatItem/icons/FileIcon.vue.js +11 -23
- package/dist/components/2_chatlist_elements/ChatItem/icons/ImageIcon.vue.js +7 -7
- package/dist/components/2_chatlist_elements/ChatItem/icons/MissedCallIcon.vue.js +22 -34
- package/dist/components/2_chatlist_elements/ChatItem/icons/StickerIcon.vue.js +9 -15
- package/dist/components/2_chatlist_elements/ChatItem/icons/VideoIcon.vue.js +14 -26
- package/dist/components/2_chatlist_elements/ChatItem/icons/VoiceIcon.vue.js +7 -7
- package/dist/components/2_chatlist_elements/ChatTabs/ChatTabs.vue.js +24 -52
- package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue.js +4 -84
- package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue2.js +67 -35
- package/dist/components/2_elements/ChannelSelector/ChannelSelector.vue.js +38 -72
- package/dist/components/2_elements/ChatInfo/ChatInfo.vue.js +57 -76
- package/dist/components/2_elements/ChatPanel/ChatPanel.vue.js +29 -41
- package/dist/components/2_elements/ContactInfo/ContactInfo.vue.js +115 -176
- package/dist/components/2_elements/ThemeMode/ThemeMode.vue.js +27 -48
- package/dist/components/2_elements/UserProfile/UserProfile.vue.js +28 -58
- package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue.js +4 -54
- package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue2.js +39 -19
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue.js +4 -458
- package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue2.js +471 -160
- package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue.js +4 -19
- package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue2.js +22 -12
- package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.js +4 -26
- package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue2.js +39 -26
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue.js +4 -482
- package/dist/components/2_feed_elements/CallMessage/CallMessage.vue2.js +448 -148
- package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue.js +19 -17
- package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue2.js +2 -13
- package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue.js +19 -17
- package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue2.js +2 -13
- package/dist/components/2_feed_elements/DateMessage/DateMessage.vue.js +4 -17
- package/dist/components/2_feed_elements/DateMessage/DateMessage.vue2.js +7 -7
- package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue.js +3 -16
- package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue2.js +7 -7
- package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue.js +4 -67
- package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue2.js +43 -11
- package/dist/components/2_feed_elements/DeletedMessageContent/icons/DeletedMessageIcon.vue.js +10 -16
- package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue.js +4 -60
- package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue2.js +53 -36
- package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue.js +4 -22
- package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue2.js +15 -8
- package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue.js +4 -43
- package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue2.js +25 -10
- package/dist/components/2_feed_elements/FileMessage/FileMessage.vue.js +4 -250
- package/dist/components/2_feed_elements/FileMessage/FileMessage.vue2.js +233 -67
- package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue.js +4 -315
- package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue2.js +319 -98
- package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.js +4 -39
- package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue2.js +22 -12
- package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue.js +4 -155
- package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue2.js +212 -110
- package/dist/components/2_feed_elements/MessageReactions/icons/DeleteIcon.vue.js +20 -32
- package/dist/components/2_feed_elements/MessageReactions/icons/EditIcon.vue.js +20 -32
- package/dist/components/2_feed_elements/MessageReactions/icons/ExpandReactionsIcon.vue.js +11 -17
- package/dist/components/2_feed_elements/MessageReactions/icons/MessageActionsIcon.vue.js +10 -16
- package/dist/components/2_feed_elements/MessageReactions/icons/ReplyIcon.vue.js +11 -17
- package/dist/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue.js +4 -22
- package/dist/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue2.js +23 -17
- package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue.js +4 -28
- package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue2.js +29 -27
- package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue.js +4 -142
- package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue2.js +121 -33
- package/dist/components/2_feed_elements/MissedCallMessage/icons/MissedCallIcon.vue.js +22 -34
- package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue.js +4 -55
- package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue2.js +30 -8
- package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue.js +4 -47
- package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue2.js +25 -9
- package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js +4 -56
- package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue2.js +37 -8
- package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js +4 -72
- package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue2.js +59 -10
- package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.js +4 -142
- package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue2.js +120 -36
- package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue.js +4 -49
- package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue2.js +53 -15
- package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js +4 -75
- package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue2.js +63 -10
- package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue.js +4 -18
- package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue2.js +17 -9
- package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue.js +4 -346
- package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue2.js +307 -73
- package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue.js +4 -17
- package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue2.js +7 -7
- package/dist/components/2_feed_elements/TextMessage/TextMessage.vue.js +4 -307
- package/dist/components/2_feed_elements/TextMessage/TextMessage.vue2.js +269 -65
- package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue.js +4 -37
- package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue2.js +21 -7
- package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue.js +4 -307
- package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue2.js +298 -76
- package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue.js +4 -64
- package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue3.js +45 -10
- package/dist/components/2_modals/CreateChat/CreateChat.vue.js +18 -35
- package/dist/components/2_modals/CreateChat2/CreateChat2.vue.js +92 -140
- package/dist/components/2_modals/CreateDialog/CreateDialog.vue.js +49 -96
- package/dist/components/2_modals/Modal/Modal.vue.js +50 -59
- package/dist/components/2_modals/ModalFullscreen/ModalFullscreen.vue.js +38 -51
- package/dist/components/2_modals/ModalNoFooter/ModalNoFooter.vue.js +30 -39
- package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue.js +4 -155
- package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue2.js +121 -49
- package/dist/components/2_modals/SelectUser/SelectUser.vue.js +43 -60
- package/dist/components/2_modals/SelectUser2/SelectUser2.vue.js +24 -41
- package/dist/components/3_compounds/ChatInput/ChatInput.vue.js +4 -85
- package/dist/components/3_compounds/ChatInput/ChatInput.vue2.js +210 -149
- package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue.js +21 -25
- package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue2.js +2 -13
- package/dist/components/3_compounds/ChatList/ChatList.vue.js +163 -253
- package/dist/components/3_compounds/ChatList/ChatListHeader.vue.js +32 -50
- package/dist/components/3_compounds/ChatList/icons/LogoIcon.vue.js +6 -6
- package/dist/components/3_compounds/Feed/Feed.vue.js +4 -172
- package/dist/components/3_compounds/Feed/Feed.vue2.js +257 -126
- package/dist/components/3_compounds/SideBar/SideBar.vue.js +202 -279
- package/dist/components/4_layouts/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.js +36 -43
- package/dist/components/4_layouts/BaseLayout/BaseLayout.vue.js +5 -5
- package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue.js +4 -32
- package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue2.js +29 -7
- 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 +18 -31
- package/dist/components/5_containers/FloatContainer/FloatContainer.vue.js +56 -85
- package/package.json +1 -1
package/dist/components/2_blocks/CommunicationPanel/CommunicationPanelAttributeIndicator.vue.js
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import q from "
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { computed as o, createElementBlock as a, openBlock as e, createCommentVNode as s, Fragment as I, createBlock as i, withCtx as A, createElementVNode as S, normalizeClass as b, unref as r } from "vue";
|
|
2
|
+
import _ from "../../1_atoms/Tooltip/Tooltip.vue.js";
|
|
3
|
+
import k from "./icons/CommunicationPanelCheckIcon.vue.js";
|
|
4
|
+
import h from "./icons/CommunicationPanelUnconfirmedIcon.vue.js";
|
|
5
|
+
import v from "./icons/CommunicationPanelConfirmSpinner.vue.js";
|
|
6
|
+
import { isAttributeConfirming as g, shouldShowAttributeCheckmark as w, shouldShowAttributeUnconfirmedIndicator as x, shouldShowBlockedIndicatorSlot as q, getAttributeCheckIndicatorClass as B, getAttributeIndicatorTooltipText as T } from "./composables/useCommunicationAttributes.js";
|
|
7
|
+
const P = { class: "attribute-indicator-slot" }, N = {
|
|
8
|
+
key: 3,
|
|
9
|
+
class: "blocked-indicator-mark",
|
|
10
|
+
"aria-hidden": "true"
|
|
11
|
+
}, U = {
|
|
12
|
+
key: 3,
|
|
13
|
+
class: "blocked-indicator-mark",
|
|
14
|
+
"aria-hidden": "true"
|
|
15
|
+
}, H = {
|
|
9
16
|
__name: "CommunicationPanelAttributeIndicator",
|
|
10
17
|
props: {
|
|
11
18
|
attribute: {
|
|
@@ -38,106 +45,56 @@ const j = {
|
|
|
38
45
|
default: 600
|
|
39
46
|
}
|
|
40
47
|
},
|
|
41
|
-
setup(
|
|
42
|
-
m()
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
t.value
|
|
48
|
+
setup(d) {
|
|
49
|
+
const t = d, m = o(() => ({
|
|
50
|
+
isSelected: t.isSelected,
|
|
51
|
+
confirmingAttributeId: t.confirmingAttributeId,
|
|
52
|
+
blockedAttributeIds: t.blockedAttributeIds ?? []
|
|
53
|
+
})), n = o(
|
|
54
|
+
() => g(t.attribute, t.confirmingAttributeId)
|
|
55
|
+
), c = o(
|
|
56
|
+
() => w(t.attribute, t.isSelected)
|
|
57
|
+
), u = o(
|
|
58
|
+
() => x(t.attribute)
|
|
59
|
+
), l = o(
|
|
60
|
+
() => q(t.attribute, m.value)
|
|
61
|
+
), y = o(
|
|
62
|
+
() => n.value || c.value || u.value
|
|
63
|
+
), C = o(() => y.value || l.value), f = o(() => n.value ? "confirming-indicator" : l.value ? "blocked-indicator" : B(t.attribute, t.isSelected) ?? ""), p = o(
|
|
64
|
+
() => T(
|
|
65
|
+
t.attribute,
|
|
66
|
+
t.indicatorTooltips,
|
|
67
|
+
m.value
|
|
62
68
|
)
|
|
63
|
-
)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}, get CommunicationPanelUnconfirmedIcon() {
|
|
68
|
-
return B;
|
|
69
|
-
}, get shouldShowAttributeCheckmark() {
|
|
70
|
-
return b;
|
|
71
|
-
}, get shouldShowAttributeUnconfirmedIndicator() {
|
|
72
|
-
return p;
|
|
73
|
-
}, get getAttributeCheckIndicatorClass() {
|
|
74
|
-
return S;
|
|
75
|
-
}, get isAttributeConfirming() {
|
|
76
|
-
return C;
|
|
77
|
-
}, get shouldShowBlockedIndicatorSlot() {
|
|
78
|
-
return I;
|
|
79
|
-
}, get getAttributeIndicatorTooltipText() {
|
|
80
|
-
return _;
|
|
81
|
-
} };
|
|
82
|
-
return Object.defineProperty(h, "__isScriptSetup", { enumerable: !1, value: !0 }), h;
|
|
83
|
-
}
|
|
84
|
-
}, N = { class: "attribute-indicator-slot" }, O = {
|
|
85
|
-
key: 3,
|
|
86
|
-
class: "blocked-indicator-mark",
|
|
87
|
-
"aria-hidden": "true"
|
|
88
|
-
}, D = {
|
|
89
|
-
key: 3,
|
|
90
|
-
class: "blocked-indicator-mark",
|
|
91
|
-
"aria-hidden": "true"
|
|
92
|
-
};
|
|
93
|
-
function E(s, m, e, t, c, a) {
|
|
94
|
-
return o(), r("span", N, [
|
|
95
|
-
t.showSlot ? (o(), r(
|
|
96
|
-
A,
|
|
97
|
-
{ key: 0 },
|
|
98
|
-
[
|
|
99
|
-
t.tooltipText ? (o(), i(t.Tooltip, {
|
|
69
|
+
);
|
|
70
|
+
return (j, D) => (e(), a("span", P, [
|
|
71
|
+
C.value ? (e(), a(I, { key: 0 }, [
|
|
72
|
+
p.value ? (e(), i(_, {
|
|
100
73
|
key: 0,
|
|
101
|
-
text:
|
|
74
|
+
text: p.value,
|
|
102
75
|
position: "bottom-left",
|
|
103
76
|
offset: 8,
|
|
104
|
-
delay:
|
|
77
|
+
delay: d.tooltipDelay,
|
|
105
78
|
"hide-on-click": ""
|
|
106
79
|
}, {
|
|
107
|
-
default:
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
[
|
|
114
|
-
t.showSpinner ? (o(), i(t.CommunicationPanelConfirmSpinner, { key: 0 })) : t.showCheckmark ? (o(), i(t.CommunicationPanelCheckIcon, { key: 1 })) : t.showUnconfirmedIcon ? (o(), i(t.CommunicationPanelUnconfirmedIcon, { key: 2 })) : t.showBlockedSlot ? (o(), r("span", O)) : d("v-if", !0)
|
|
115
|
-
],
|
|
116
|
-
2
|
|
117
|
-
/* CLASS */
|
|
118
|
-
)
|
|
80
|
+
default: A(() => [
|
|
81
|
+
S("span", {
|
|
82
|
+
class: b(f.value)
|
|
83
|
+
}, [
|
|
84
|
+
n.value ? (e(), i(r(v), { key: 0 })) : c.value ? (e(), i(r(k), { key: 1 })) : u.value ? (e(), i(r(h), { key: 2 })) : l.value ? (e(), a("span", N)) : s("", !0)
|
|
85
|
+
], 2)
|
|
119
86
|
]),
|
|
120
87
|
_: 1
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
2
|
|
132
|
-
/* CLASS */
|
|
133
|
-
))
|
|
134
|
-
],
|
|
135
|
-
64
|
|
136
|
-
/* STABLE_FRAGMENT */
|
|
137
|
-
)) : d("v-if", !0)
|
|
138
|
-
]);
|
|
139
|
-
}
|
|
140
|
-
const L = /* @__PURE__ */ q(j, [["render", E], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_blocks/CommunicationPanel/CommunicationPanelAttributeIndicator.vue"]]);
|
|
88
|
+
}, 8, ["text", "delay"])) : (e(), a("span", {
|
|
89
|
+
key: 1,
|
|
90
|
+
class: b(f.value)
|
|
91
|
+
}, [
|
|
92
|
+
n.value ? (e(), i(r(v), { key: 0 })) : c.value ? (e(), i(r(k), { key: 1 })) : u.value ? (e(), i(r(h), { key: 2 })) : l.value ? (e(), a("span", U)) : s("", !0)
|
|
93
|
+
], 2))
|
|
94
|
+
], 64)) : s("", !0)
|
|
95
|
+
]));
|
|
96
|
+
}
|
|
97
|
+
};
|
|
141
98
|
export {
|
|
142
|
-
|
|
99
|
+
H as default
|
|
143
100
|
};
|
package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelCheckIcon.vue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import
|
|
3
|
-
const r = {},
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as n } from "vue";
|
|
2
|
+
import c from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const r = {}, l = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
width: "16",
|
|
6
6
|
height: "16",
|
|
@@ -8,18 +8,12 @@ const r = {}, s = {
|
|
|
8
8
|
class: "bi bi-check-lg",
|
|
9
9
|
viewBox: "0 0 16 16"
|
|
10
10
|
};
|
|
11
|
-
function i(
|
|
12
|
-
return
|
|
13
|
-
|
|
14
|
-
"path",
|
|
15
|
-
{ d: "M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z" },
|
|
16
|
-
null,
|
|
17
|
-
-1
|
|
18
|
-
/* CACHED */
|
|
19
|
-
)
|
|
11
|
+
function i(s, e) {
|
|
12
|
+
return o(), t("svg", l, [...e[0] || (e[0] = [
|
|
13
|
+
n("path", { d: "M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z" }, null, -1)
|
|
20
14
|
])]);
|
|
21
15
|
}
|
|
22
|
-
const
|
|
16
|
+
const f = /* @__PURE__ */ c(r, [["render", i]]);
|
|
23
17
|
export {
|
|
24
|
-
|
|
18
|
+
f as default
|
|
25
19
|
};
|
package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelConfirmSpinner.vue.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
1
|
+
import { createElementBlock as n, openBlock as e } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import o from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const r = {}, t = {
|
|
5
5
|
class: "communication-panel-confirm-spinner",
|
|
6
6
|
role: "status",
|
|
7
7
|
"aria-label": "Подтверждение"
|
|
8
8
|
};
|
|
9
|
-
function
|
|
10
|
-
return
|
|
9
|
+
function c(a, i) {
|
|
10
|
+
return e(), n("span", t);
|
|
11
11
|
}
|
|
12
|
-
const
|
|
12
|
+
const p = /* @__PURE__ */ o(r, [["render", c], ["__scopeId", "data-v-7347f47e"]]);
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
p as default
|
|
15
15
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { createElementBlock as e, openBlock as
|
|
1
|
+
import { createElementBlock as e, openBlock as i, createStaticVNode as o } from "vue";
|
|
2
2
|
import n from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
const r = {},
|
|
3
|
+
const r = {}, l = {
|
|
4
4
|
width: "24",
|
|
5
5
|
height: "23",
|
|
6
6
|
viewBox: "0 0 24 23",
|
|
7
7
|
fill: "none",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
9
|
};
|
|
10
|
-
function
|
|
11
|
-
return
|
|
12
|
-
|
|
10
|
+
function c(p, t) {
|
|
11
|
+
return i(), e("svg", l, [...t[0] || (t[0] = [
|
|
12
|
+
o('<g clip-path="url(#clip0_5484_1263)"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.8465 22.9371C9.5763 22.9371 8.52184 22.6072 6.69327 21.2872C5.52964 22.7721 1.86702 23.9271 1.70628 21.9472C1.70628 20.464 1.37041 19.214 1.00063 17.8378C0.547734 16.1523 0.0439453 14.2774 0.0439453 11.5525C0.0439453 5.05468 5.41635 0.167969 11.7862 0.167969C18.1561 0.167969 23.1503 5.29327 23.1503 11.6157C23.1503 17.9381 17.9972 22.9371 11.8465 22.9371ZM11.939 5.78538C8.83924 5.62414 6.42029 7.7577 5.88688 11.0971C5.44515 13.8625 6.22833 17.2322 6.89823 17.4018C7.21393 17.4817 8.02297 16.8324 8.52167 16.3374C9.34193 16.865 10.2832 17.2737 11.3295 17.3281C14.5118 17.4936 17.3319 15.0231 17.4985 11.8663C17.6652 8.70944 15.1213 5.95092 11.939 5.78538Z" fill="url(#paint0_linear_5484_1263)"></path></g><defs><linearGradient id="paint0_linear_5484_1263" x1="11.5971" y1="0.167969" x2="11.5971" y2="23.0001" gradientUnits="userSpaceOnUse"><stop stop-color="#45BEFD"></stop><stop offset="1" stop-color="#6726E2"></stop></linearGradient><clipPath id="clip0_5484_1263"><rect width="24" height="23" fill="white"></rect></clipPath></defs>', 2)
|
|
13
13
|
])]);
|
|
14
14
|
}
|
|
15
|
-
const
|
|
15
|
+
const d = /* @__PURE__ */ n(r, [["render", c]]);
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
d as default
|
|
18
18
|
};
|
package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelPhoneIcon.vue.js
CHANGED
|
@@ -1,29 +1,23 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
import l from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const r = {}, C = {
|
|
4
4
|
width: "18",
|
|
5
5
|
height: "18",
|
|
6
6
|
viewBox: "0 0 18 18",
|
|
7
7
|
fill: "none",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
9
|
};
|
|
10
|
-
function i(
|
|
11
|
-
return n(),
|
|
12
|
-
t(
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
fill: "#5F5F5F"
|
|
19
|
-
},
|
|
20
|
-
null,
|
|
21
|
-
-1
|
|
22
|
-
/* CACHED */
|
|
23
|
-
)
|
|
10
|
+
function i(c, e) {
|
|
11
|
+
return n(), o("svg", C, [...e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
"fill-rule": "evenodd",
|
|
14
|
+
"clip-rule": "evenodd",
|
|
15
|
+
d: "M2.12018 0.573942C2.31702 0.377391 2.55339 0.22492 2.81362 0.12663C3.07385 0.028341 3.352 -0.0135214 3.62963 0.00381737C3.90727 0.0211561 4.17805 0.0973 4.42402 0.227203C4.67 0.357106 4.88557 0.537802 5.05643 0.757317L7.0758 3.35157C7.44593 3.82744 7.57643 4.44732 7.43018 5.03232L6.8148 7.49607C6.78299 7.62367 6.78471 7.75734 6.81979 7.88409C6.85488 8.01084 6.92214 8.12636 7.01505 8.21944L9.77918 10.9836C9.87237 11.0767 9.98808 11.144 10.115 11.1791C10.242 11.2142 10.3759 11.2158 10.5037 11.1838L12.9663 10.5684C13.255 10.4963 13.5563 10.4907 13.8475 10.552C14.1387 10.6134 14.4121 10.7402 14.6471 10.9228L17.2413 12.9411C18.1739 13.6667 18.2594 15.0448 17.4247 15.8784L16.2614 17.0417C15.4289 17.8742 14.1847 18.2398 13.0248 17.8314C10.0561 16.7869 7.36073 15.0874 5.13855 12.8589C2.91025 10.6371 1.21074 7.94208 0.166053 4.97382C-0.241197 3.81507 0.124428 2.56969 0.956928 1.73719L2.12018 0.573942Z",
|
|
16
|
+
fill: "#5F5F5F"
|
|
17
|
+
}, null, -1)
|
|
24
18
|
])]);
|
|
25
19
|
}
|
|
26
|
-
const
|
|
20
|
+
const f = /* @__PURE__ */ l(r, [["render", i]]);
|
|
27
21
|
export {
|
|
28
|
-
|
|
22
|
+
f as default
|
|
29
23
|
};
|
|
@@ -1,27 +1,21 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
1
|
+
import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
|
|
2
2
|
import n from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
const
|
|
3
|
+
const r = {}, l = {
|
|
4
4
|
width: "24",
|
|
5
5
|
height: "10",
|
|
6
6
|
viewBox: "0 0 24 10",
|
|
7
7
|
fill: "none",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
9
|
};
|
|
10
|
-
function
|
|
11
|
-
return
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
fill: "#5F5F5F"
|
|
17
|
-
},
|
|
18
|
-
null,
|
|
19
|
-
-1
|
|
20
|
-
/* CACHED */
|
|
21
|
-
)
|
|
10
|
+
function c(i, C) {
|
|
11
|
+
return t(), e("svg", l, [...C[0] || (C[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
d: "M5.86523 6.62109C5.86523 7.12891 5.74219 7.57031 5.49609 7.94531C5.25 8.32031 4.89062 8.60938 4.41797 8.8125C3.94922 9.01562 3.37891 9.11719 2.70703 9.11719C2.41016 9.11719 2.11914 9.09766 1.83398 9.05859C1.55273 9.01953 1.28125 8.96289 1.01953 8.88867C0.761719 8.81055 0.515625 8.71484 0.28125 8.60156V6.91406C0.6875 7.09375 1.10938 7.25586 1.54688 7.40039C1.98438 7.54492 2.41797 7.61719 2.84766 7.61719C3.14453 7.61719 3.38281 7.57812 3.5625 7.5C3.74609 7.42188 3.87891 7.31445 3.96094 7.17773C4.04297 7.04102 4.08398 6.88477 4.08398 6.70898C4.08398 6.49414 4.01172 6.31055 3.86719 6.1582C3.72266 6.00586 3.52344 5.86328 3.26953 5.73047C3.01953 5.59766 2.73633 5.45508 2.41992 5.30273C2.2207 5.20898 2.00391 5.0957 1.76953 4.96289C1.53516 4.82617 1.3125 4.66016 1.10156 4.46484C0.890625 4.26953 0.716797 4.0332 0.580078 3.75586C0.447266 3.47461 0.380859 3.13867 0.380859 2.74805C0.380859 2.23633 0.498047 1.79883 0.732422 1.43555C0.966797 1.07227 1.30078 0.794922 1.73438 0.603516C2.17188 0.408203 2.6875 0.310547 3.28125 0.310547C3.72656 0.310547 4.15039 0.363281 4.55273 0.46875C4.95898 0.570312 5.38281 0.71875 5.82422 0.914062L5.23828 2.32617C4.84375 2.16602 4.49023 2.04297 4.17773 1.95703C3.86523 1.86719 3.54688 1.82227 3.22266 1.82227C2.99609 1.82227 2.80273 1.85938 2.64258 1.93359C2.48242 2.00391 2.36133 2.10547 2.2793 2.23828C2.19727 2.36719 2.15625 2.51758 2.15625 2.68945C2.15625 2.89258 2.21484 3.06445 2.33203 3.20508C2.45312 3.3418 2.63281 3.47461 2.87109 3.60352C3.11328 3.73242 3.41406 3.88281 3.77344 4.05469C4.21094 4.26172 4.58398 4.47852 4.89258 4.70508C5.20508 4.92773 5.44531 5.19141 5.61328 5.49609C5.78125 5.79688 5.86523 6.17188 5.86523 6.62109ZM11.0449 9L8.98242 2.2793H8.92969C8.9375 2.43945 8.94922 2.68164 8.96484 3.00586C8.98438 3.32617 9.00195 3.66797 9.01758 4.03125C9.0332 4.39453 9.04102 4.72266 9.04102 5.01562V9H7.41797V0.433594H9.89062L11.918 6.98438H11.9531L14.1035 0.433594H16.5762V9H14.8828V4.94531C14.8828 4.67578 14.8867 4.36523 14.8945 4.01367C14.9062 3.66211 14.9199 3.32812 14.9355 3.01172C14.9512 2.69141 14.9629 2.45117 14.9707 2.29102H14.918L12.709 9H11.0449ZM23.7949 6.62109C23.7949 7.12891 23.6719 7.57031 23.4258 7.94531C23.1797 8.32031 22.8203 8.60938 22.3477 8.8125C21.8789 9.01562 21.3086 9.11719 20.6367 9.11719C20.3398 9.11719 20.0488 9.09766 19.7637 9.05859C19.4824 9.01953 19.2109 8.96289 18.9492 8.88867C18.6914 8.81055 18.4453 8.71484 18.2109 8.60156V6.91406C18.6172 7.09375 19.0391 7.25586 19.4766 7.40039C19.9141 7.54492 20.3477 7.61719 20.7773 7.61719C21.0742 7.61719 21.3125 7.57812 21.4922 7.5C21.6758 7.42188 21.8086 7.31445 21.8906 7.17773C21.9727 7.04102 22.0137 6.88477 22.0137 6.70898C22.0137 6.49414 21.9414 6.31055 21.7969 6.1582C21.6523 6.00586 21.4531 5.86328 21.1992 5.73047C20.9492 5.59766 20.666 5.45508 20.3496 5.30273C20.1504 5.20898 19.9336 5.0957 19.6992 4.96289C19.4648 4.82617 19.2422 4.66016 19.0312 4.46484C18.8203 4.26953 18.6465 4.0332 18.5098 3.75586C18.377 3.47461 18.3105 3.13867 18.3105 2.74805C18.3105 2.23633 18.4277 1.79883 18.6621 1.43555C18.8965 1.07227 19.2305 0.794922 19.6641 0.603516C20.1016 0.408203 20.6172 0.310547 21.2109 0.310547C21.6562 0.310547 22.0801 0.363281 22.4824 0.46875C22.8887 0.570312 23.3125 0.71875 23.7539 0.914062L23.168 2.32617C22.7734 2.16602 22.4199 2.04297 22.1074 1.95703C21.7949 1.86719 21.4766 1.82227 21.1523 1.82227C20.9258 1.82227 20.7324 1.85938 20.5723 1.93359C20.4121 2.00391 20.291 2.10547 20.209 2.23828C20.127 2.36719 20.0859 2.51758 20.0859 2.68945C20.0859 2.89258 20.1445 3.06445 20.2617 3.20508C20.3828 3.3418 20.5625 3.47461 20.8008 3.60352C21.043 3.73242 21.3438 3.88281 21.7031 4.05469C22.1406 4.26172 22.5137 4.47852 22.8223 4.70508C23.1348 4.92773 23.375 5.19141 23.543 5.49609C23.7109 5.79688 23.7949 6.17188 23.7949 6.62109Z",
|
|
14
|
+
fill: "#5F5F5F"
|
|
15
|
+
}, null, -1)
|
|
22
16
|
])]);
|
|
23
17
|
}
|
|
24
|
-
const
|
|
18
|
+
const f = /* @__PURE__ */ n(r, [["render", c]]);
|
|
25
19
|
export {
|
|
26
|
-
|
|
20
|
+
f as default
|
|
27
21
|
};
|
package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuMaxIcon.vue.js
CHANGED
|
@@ -1,46 +1,34 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { createElementBlock as l, openBlock as i, createElementVNode as e } from "vue";
|
|
2
|
+
import n from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const o = {}, r = {
|
|
4
4
|
width: "16",
|
|
5
5
|
height: "15",
|
|
6
6
|
viewBox: "0 0 16 15",
|
|
7
7
|
fill: "none",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
9
|
};
|
|
10
|
-
function
|
|
11
|
-
return
|
|
12
|
-
e(
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
10
|
+
function c(d, t) {
|
|
11
|
+
return i(), l("svg", r, [...t[0] || (t[0] = [
|
|
12
|
+
e("g", { "clip-path": "url(#clip0_5305_2136)" }, [
|
|
13
|
+
e("path", {
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M7.89769 14.9588C6.3842 14.9588 5.68123 14.7436 4.46218 13.8828C3.68643 14.8512 1.24468 15.6045 1.13752 14.3132C1.13752 13.3459 0.913609 12.5307 0.667087 11.6332C0.365156 10.5339 0.0292969 9.3112 0.0292969 7.53408C0.0292969 3.29636 3.6109 0.109375 7.85749 0.109375C12.1041 0.109375 15.4336 3.45196 15.4336 7.57526C15.4336 11.6986 11.9981 14.9588 7.89769 14.9588ZM7.95932 3.77291C5.89283 3.66775 4.28019 5.0592 3.92459 7.23708C3.6301 9.04058 4.15222 11.2382 4.59882 11.3488C4.80929 11.401 5.34865 10.9775 5.68112 10.6546C6.22795 10.9988 6.85545 11.2653 7.55298 11.3008C9.67452 11.4087 11.5546 9.79751 11.6657 7.7387C11.7768 5.6799 10.0809 3.88086 7.95932 3.77291Z",
|
|
17
|
+
fill: "#5F5F5F"
|
|
18
|
+
})
|
|
19
|
+
], -1),
|
|
20
|
+
e("defs", null, [
|
|
21
|
+
e("clipPath", { id: "clip0_5305_2136" }, [
|
|
22
|
+
e("rect", {
|
|
23
|
+
width: "16",
|
|
24
|
+
height: "15",
|
|
25
|
+
fill: "white"
|
|
21
26
|
})
|
|
22
|
-
]
|
|
23
|
-
|
|
24
|
-
/* CACHED */
|
|
25
|
-
),
|
|
26
|
-
e(
|
|
27
|
-
"defs",
|
|
28
|
-
null,
|
|
29
|
-
[
|
|
30
|
-
e("clipPath", { id: "clip0_5305_2136" }, [
|
|
31
|
-
e("rect", {
|
|
32
|
-
width: "16",
|
|
33
|
-
height: "15",
|
|
34
|
-
fill: "white"
|
|
35
|
-
})
|
|
36
|
-
])
|
|
37
|
-
],
|
|
38
|
-
-1
|
|
39
|
-
/* CACHED */
|
|
40
|
-
)
|
|
27
|
+
])
|
|
28
|
+
], -1)
|
|
41
29
|
])]);
|
|
42
30
|
}
|
|
43
|
-
const
|
|
31
|
+
const f = /* @__PURE__ */ n(o, [["render", c]]);
|
|
44
32
|
export {
|
|
45
|
-
|
|
33
|
+
f as default
|
|
46
34
|
};
|
package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuPhoneIcon.vue.js
CHANGED
|
@@ -1,44 +1,32 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { createElementBlock as t, openBlock as n, createElementVNode as C } from "vue";
|
|
2
|
+
import o from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const i = {}, l = {
|
|
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
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
10
|
+
function c(r, e) {
|
|
11
|
+
return n(), t("svg", l, [...e[0] || (e[0] = [
|
|
12
|
+
C("g", { "clip-path": "url(#clip0_5178_3903)" }, [
|
|
13
|
+
C("path", {
|
|
14
|
+
d: "M3.65398 1.32829C3.59495 1.25236 3.52043 1.18985 3.43538 1.14492C3.35034 1.09999 3.2567 1.07368 3.1607 1.06772C3.0647 1.06176 2.96853 1.07629 2.87858 1.11036C2.78863 1.14442 2.70695 1.19724 2.63898 1.26529L1.60498 2.30029C1.12198 2.78429 0.943983 3.4693 1.15498 4.0703C2.03072 6.55788 3.45528 8.81639 5.32298 10.6783C7.18491 12.546 9.44341 13.9705 11.931 14.8463C12.532 15.0573 13.217 14.8793 13.701 14.3963L14.735 13.3623C14.803 13.2943 14.8559 13.2127 14.8899 13.1227C14.924 13.0327 14.9385 12.9366 14.9326 12.8406C14.9266 12.7446 14.9003 12.6509 14.8554 12.5659C14.8104 12.4808 14.7479 12.4063 14.672 12.3473L12.365 10.5533C12.2839 10.4904 12.1895 10.4467 12.089 10.4256C11.9885 10.4044 11.8846 10.4064 11.785 10.4313L9.59498 10.9783C9.30266 11.0514 8.9964 11.0475 8.70603 10.967C8.41565 10.8866 8.15105 10.7324 7.93798 10.5193L5.48198 8.06229C5.26875 7.84933 5.11431 7.58478 5.0337 7.29439C4.95308 7.00401 4.94905 6.6977 5.02198 6.4053L5.56998 4.2153C5.59489 4.11569 5.59685 4.01173 5.57572 3.91126C5.55458 3.81079 5.51091 3.71642 5.44798 3.63529L3.65398 1.32829ZM1.88398 0.511295C2.05898 0.336244 2.26921 0.200425 2.50072 0.112856C2.73223 0.0252871 2.97973 -0.0120282 3.22676 0.00338804C3.4738 0.0188043 3.71474 0.0865995 3.93356 0.202272C4.15239 0.317944 4.34411 0.478846 4.49598 0.674295L6.28998 2.98029C6.61898 3.4033 6.73498 3.9543 6.60498 4.4743L6.05798 6.6643C6.0297 6.77772 6.03123 6.89654 6.06242 7.0092C6.09361 7.12187 6.1534 7.22456 6.23598 7.3073L8.69298 9.76429C8.77582 9.84705 8.87868 9.90694 8.99153 9.93813C9.10439 9.96933 9.22341 9.97076 9.33698 9.9423L11.526 9.3953C11.7826 9.33113 12.0504 9.32615 12.3093 9.38072C12.5681 9.43529 12.8111 9.54799 13.02 9.71029L15.326 11.5043C16.155 12.1493 16.231 13.3743 15.489 14.1153L14.455 15.1493C13.715 15.8893 12.609 16.2143 11.578 15.8513C8.93917 14.9228 6.54325 13.4121 4.56798 11.4313C2.58727 9.45631 1.07659 7.06075 0.147983 4.4223C-0.214017 3.3923 0.110983 2.2853 0.850983 1.54529L1.88498 0.511295H1.88398Z",
|
|
15
|
+
fill: "#1E1E1E"
|
|
16
|
+
})
|
|
17
|
+
], -1),
|
|
18
|
+
C("defs", null, [
|
|
19
|
+
C("clipPath", { id: "clip0_5178_3903" }, [
|
|
20
|
+
C("rect", {
|
|
21
|
+
width: "16",
|
|
22
|
+
height: "16",
|
|
23
|
+
fill: "white"
|
|
19
24
|
})
|
|
20
|
-
]
|
|
21
|
-
|
|
22
|
-
/* CACHED */
|
|
23
|
-
),
|
|
24
|
-
e(
|
|
25
|
-
"defs",
|
|
26
|
-
null,
|
|
27
|
-
[
|
|
28
|
-
e("clipPath", { id: "clip0_5178_3903" }, [
|
|
29
|
-
e("rect", {
|
|
30
|
-
width: "16",
|
|
31
|
-
height: "16",
|
|
32
|
-
fill: "white"
|
|
33
|
-
})
|
|
34
|
-
])
|
|
35
|
-
],
|
|
36
|
-
-1
|
|
37
|
-
/* CACHED */
|
|
38
|
-
)
|
|
25
|
+
])
|
|
26
|
+
], -1)
|
|
39
27
|
])]);
|
|
40
28
|
}
|
|
41
|
-
const p = /* @__PURE__ */
|
|
29
|
+
const p = /* @__PURE__ */ o(i, [["render", c]]);
|
|
42
30
|
export {
|
|
43
31
|
p as default
|
|
44
32
|
};
|
package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuSMSIcon.vue.js
CHANGED
|
@@ -1,27 +1,21 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import
|
|
3
|
-
const r = {},
|
|
1
|
+
import { createElementBlock as t, openBlock as n, createElementVNode as o } from "vue";
|
|
2
|
+
import C from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const r = {}, l = {
|
|
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 n(),
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
fill: "#5F5F5F"
|
|
17
|
-
},
|
|
18
|
-
null,
|
|
19
|
-
-1
|
|
20
|
-
/* CACHED */
|
|
21
|
-
)
|
|
10
|
+
function c(i, e) {
|
|
11
|
+
return n(), t("svg", l, [...e[0] || (e[0] = [
|
|
12
|
+
o("path", {
|
|
13
|
+
d: "M0 4C0 3.46957 0.210714 2.96086 0.585786 2.58579C0.960859 2.21071 1.46957 2 2 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V12C16 12.5304 15.7893 13.0391 15.4142 13.4142C15.0391 13.7893 14.5304 14 14 14H2C1.46957 14 0.960859 13.7893 0.585786 13.4142C0.210714 13.0391 0 12.5304 0 12V4ZM2 3C1.73478 3 1.48043 3.10536 1.29289 3.29289C1.10536 3.48043 1 3.73478 1 4V4.217L8 8.417L15 4.217V4C15 3.73478 14.8946 3.48043 14.7071 3.29289C14.5196 3.10536 14.2652 3 14 3H2ZM15 5.383L10.292 8.208L15 11.105V5.383ZM14.966 12.259L9.326 8.788L8 9.583L6.674 8.788L1.034 12.258C1.09083 12.4708 1.21632 12.6589 1.39099 12.7931C1.56566 12.9272 1.77975 13 2 13H14C14.2201 13 14.4341 12.9274 14.6088 12.7934C14.7834 12.6595 14.909 12.4716 14.966 12.259ZM1 11.105L5.708 8.208L1 5.383V11.105Z",
|
|
14
|
+
fill: "#5F5F5F"
|
|
15
|
+
}, null, -1)
|
|
22
16
|
])]);
|
|
23
17
|
}
|
|
24
|
-
const
|
|
18
|
+
const L = /* @__PURE__ */ C(r, [["render", c]]);
|
|
25
19
|
export {
|
|
26
|
-
|
|
20
|
+
L as default
|
|
27
21
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { createElementBlock as e, openBlock as C, createStaticVNode as i } from "vue";
|
|
2
|
+
import c from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
const r = {}, l = {
|
|
4
4
|
width: "18",
|
|
5
5
|
height: "18",
|
|
6
6
|
viewBox: "0 0 18 18",
|
|
7
7
|
fill: "none",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
9
|
};
|
|
10
|
-
function
|
|
11
|
-
return
|
|
12
|
-
|
|
10
|
+
function o(n, t) {
|
|
11
|
+
return C(), e("svg", l, [...t[0] || (t[0] = [
|
|
12
|
+
i('<circle cx="9" cy="9" r="8.5" fill="#5F5F5F" stroke="#5F5F5F"></circle><g clip-path="url(#clip0_5305_2149)"><path d="M17 9C17 11.1217 16.1571 13.1566 14.6569 14.6569C13.1566 16.1571 11.1217 17 9 17C6.87827 17 4.84344 16.1571 3.34315 14.6569C1.84285 13.1566 1 11.1217 1 9C1 6.87827 1.84285 4.84344 3.34315 3.34315C4.84344 1.84285 6.87827 1 9 1C11.1217 1 13.1566 1.84285 14.6569 3.34315C16.1571 4.84344 17 6.87827 17 9ZM9.287 6.906C8.509 7.23 6.953 7.9 4.621 8.916C4.243 9.066 4.044 9.214 4.026 9.358C3.996 9.601 4.301 9.697 4.716 9.828L4.891 9.883C5.299 10.016 5.849 10.171 6.134 10.177C6.394 10.183 6.683 10.077 7.002 9.857C9.181 8.386 10.306 7.643 10.376 7.627C10.426 7.615 10.496 7.601 10.542 7.643C10.589 7.684 10.584 7.763 10.579 7.784C10.549 7.913 9.352 9.025 8.733 9.601C8.54 9.781 8.403 9.908 8.375 9.937C8.31334 10 8.25067 10.062 8.187 10.123C7.807 10.489 7.523 10.763 8.202 11.211C8.529 11.427 8.791 11.604 9.052 11.782C9.336 11.976 9.62 12.169 9.988 12.411C10.081 12.471 10.171 12.536 10.258 12.598C10.589 12.834 10.888 13.046 11.255 13.012C11.469 12.992 11.69 12.792 11.802 12.192C12.067 10.775 12.588 7.706 12.708 6.441C12.7153 6.33584 12.711 6.2302 12.695 6.126C12.6856 6.04192 12.6449 5.96446 12.581 5.909C12.49 5.84619 12.3815 5.81365 12.271 5.816C11.971 5.821 11.508 5.982 9.287 6.906Z" fill="white"></path></g><defs><clipPath id="clip0_5305_2149"><rect width="16" height="16" fill="white" transform="translate(1 1)"></rect></clipPath></defs>', 3)
|
|
13
13
|
])]);
|
|
14
14
|
}
|
|
15
|
-
const
|
|
15
|
+
const f = /* @__PURE__ */ c(r, [["render", o]]);
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
f as default
|
|
18
18
|
};
|