@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.
Files changed (211) hide show
  1. package/dist/chotto.css +1 -1
  2. package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue.js +4 -29
  3. package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue2.js +61 -42
  4. package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue.js +4 -47
  5. package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue2.js +82 -55
  6. package/dist/components/1_atoms/ContextMenu/ContextMenu.vue.js +51 -86
  7. package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue.js +4 -32
  8. package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue2.js +28 -7
  9. package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue.js +38 -22
  10. package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue2.js +2 -33
  11. package/dist/components/1_atoms/LinkPreview/LinkPreview.vue.js +4 -37
  12. package/dist/components/1_atoms/LinkPreview/LinkPreview.vue2.js +21 -7
  13. package/dist/components/1_atoms/LoadingIndicator/LoadingIndicator.vue.js +19 -30
  14. package/dist/components/1_atoms/Tooltip/Tooltip.vue.js +4 -70
  15. package/dist/components/1_atoms/Tooltip/Tooltip.vue2.js +108 -76
  16. package/dist/components/1_icons/AvatarIcon.vue.js +8 -8
  17. package/dist/components/1_icons/CheckIcon.vue.js +13 -26
  18. package/dist/components/1_icons/CloseButtonIcon.vue.js +10 -16
  19. package/dist/components/1_icons/CloseIcon.vue.js +10 -16
  20. package/dist/components/1_icons/ContactCRMIcon.vue.js +10 -16
  21. package/dist/components/1_icons/MenuIcon.vue.js +10 -16
  22. package/dist/components/1_icons/MessageStatus/ErrorStatusIcon.vue.js +3 -23
  23. package/dist/components/1_icons/MessageStatus/ErrorStatusIcon.vue2.js +21 -12
  24. package/dist/components/1_icons/MessageStatus/PendingStatusIcon.vue.js +4 -36
  25. package/dist/components/1_icons/MessageStatus/PendingStatusIcon.vue2.js +26 -11
  26. package/dist/components/1_icons/MessageStatus/ReadStatusIcon.vue.js +3 -23
  27. package/dist/components/1_icons/MessageStatus/ReadStatusIcon.vue2.js +21 -12
  28. package/dist/components/1_icons/MessageStatus/ReceivedStatusIcon.vue.js +3 -23
  29. package/dist/components/1_icons/MessageStatus/ReceivedStatusIcon.vue2.js +20 -11
  30. package/dist/components/1_icons/MessageStatus/SentStatusIcon.vue.js +4 -33
  31. package/dist/components/1_icons/MessageStatus/SentStatusIcon.vue2.js +23 -11
  32. package/dist/components/1_icons/SearchIcon.vue.js +17 -29
  33. package/dist/components/1_icons/SettingsIcon.vue.js +8 -8
  34. package/dist/components/1_icons/TelegramIcon.vue.js +20 -32
  35. package/dist/components/1_icons/WhatsAppIcon.vue.js +20 -32
  36. package/dist/components/2_blocks/CommunicationPanel/CommunicationPanel.vue.js +396 -546
  37. package/dist/components/2_blocks/CommunicationPanel/CommunicationPanelAttributeIndicator.vue.js +58 -101
  38. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelCheckIcon.vue.js +8 -14
  39. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelConfirmSpinner.vue.js +7 -7
  40. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelMaxIcon.vue.js +7 -7
  41. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelPhoneIcon.vue.js +13 -19
  42. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSMSIcon.vue.js +10 -16
  43. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuMaxIcon.vue.js +23 -35
  44. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuPhoneIcon.vue.js +20 -32
  45. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuSMSIcon.vue.js +11 -17
  46. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuTelegramIcon.vue.js +8 -8
  47. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuWhatsAppIcon.vue.js +20 -32
  48. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelTelegramIcon.vue.js +21 -33
  49. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelUnconfirmedIcon.vue.js +7 -7
  50. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelWhatsAppIcon.vue.js +8 -8
  51. package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue.js +4 -74
  52. package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue2.js +42 -8
  53. package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue.js +4 -62
  54. package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue2.js +36 -15
  55. package/dist/components/2_blocks/FeedSearch/FeedSearch.vue.js +4 -49
  56. package/dist/components/2_blocks/FeedSearch/FeedSearch.vue2.js +45 -22
  57. package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue.js +4 -36
  58. package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue2.js +37 -19
  59. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue.js +4 -61
  60. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue2.js +96 -79
  61. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue.js +27 -31
  62. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue2.js +2 -13
  63. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue.js +4 -72
  64. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue2.js +83 -47
  65. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue.js +21 -19
  66. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue2.js +2 -13
  67. package/dist/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js +51 -80
  68. package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue.js +4 -182
  69. package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue2.js +135 -25
  70. package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue.js +4 -78
  71. package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue2.js +95 -73
  72. package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue.js +17 -15
  73. package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue2.js +2 -13
  74. package/dist/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.js +33 -39
  75. package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue.js +4 -220
  76. package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue2.js +256 -146
  77. package/dist/components/2_chatinput_elements/StickerPicker/icons/StickerIcon.vue.js +41 -39
  78. package/dist/components/2_chatinput_elements/StickerPicker/icons/StickerIcon.vue2.js +2 -13
  79. package/dist/components/2_chatinput_elements/TemplateSelector/TemplateSelector.vue.js +163 -233
  80. package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue.js +4 -164
  81. package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue2.js +175 -87
  82. package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.js +4 -73
  83. package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue2.js +60 -34
  84. package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue.js +4 -47
  85. package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue2.js +23 -10
  86. package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue.js +4 -52
  87. package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue2.js +26 -8
  88. package/dist/components/2_chatinput_elements/WABATemplateSelector/WABATemplateSelector.vue.js +220 -299
  89. package/dist/components/2_chatlist_elements/ChatFilter/ChatFilter.vue.js +33 -39
  90. package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue.js +4 -306
  91. package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue2.js +311 -134
  92. package/dist/components/2_chatlist_elements/ChatItem/icons/AudioIcon.vue.js +12 -18
  93. package/dist/components/2_chatlist_elements/ChatItem/icons/FileIcon.vue.js +11 -23
  94. package/dist/components/2_chatlist_elements/ChatItem/icons/ImageIcon.vue.js +7 -7
  95. package/dist/components/2_chatlist_elements/ChatItem/icons/MissedCallIcon.vue.js +22 -34
  96. package/dist/components/2_chatlist_elements/ChatItem/icons/StickerIcon.vue.js +9 -15
  97. package/dist/components/2_chatlist_elements/ChatItem/icons/VideoIcon.vue.js +14 -26
  98. package/dist/components/2_chatlist_elements/ChatItem/icons/VoiceIcon.vue.js +7 -7
  99. package/dist/components/2_chatlist_elements/ChatTabs/ChatTabs.vue.js +24 -52
  100. package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue.js +4 -84
  101. package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue2.js +67 -35
  102. package/dist/components/2_elements/ChannelSelector/ChannelSelector.vue.js +38 -72
  103. package/dist/components/2_elements/ChatInfo/ChatInfo.vue.js +57 -76
  104. package/dist/components/2_elements/ChatPanel/ChatPanel.vue.js +29 -41
  105. package/dist/components/2_elements/ContactInfo/ContactInfo.vue.js +115 -176
  106. package/dist/components/2_elements/ThemeMode/ThemeMode.vue.js +27 -48
  107. package/dist/components/2_elements/UserProfile/UserProfile.vue.js +28 -58
  108. package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue.js +4 -54
  109. package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue2.js +39 -19
  110. package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue.js +4 -458
  111. package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue2.js +471 -160
  112. package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue.js +4 -19
  113. package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue2.js +22 -12
  114. package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.js +4 -26
  115. package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue2.js +39 -26
  116. package/dist/components/2_feed_elements/CallMessage/CallMessage.vue.js +4 -482
  117. package/dist/components/2_feed_elements/CallMessage/CallMessage.vue2.js +448 -148
  118. package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue.js +19 -17
  119. package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue2.js +2 -13
  120. package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue.js +19 -17
  121. package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue2.js +2 -13
  122. package/dist/components/2_feed_elements/DateMessage/DateMessage.vue.js +4 -17
  123. package/dist/components/2_feed_elements/DateMessage/DateMessage.vue2.js +7 -7
  124. package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue.js +3 -16
  125. package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue2.js +7 -7
  126. package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue.js +4 -67
  127. package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue2.js +43 -11
  128. package/dist/components/2_feed_elements/DeletedMessageContent/icons/DeletedMessageIcon.vue.js +10 -16
  129. package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue.js +4 -60
  130. package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue2.js +53 -36
  131. package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue.js +4 -22
  132. package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue2.js +15 -8
  133. package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue.js +4 -43
  134. package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue2.js +25 -10
  135. package/dist/components/2_feed_elements/FileMessage/FileMessage.vue.js +4 -250
  136. package/dist/components/2_feed_elements/FileMessage/FileMessage.vue2.js +233 -67
  137. package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue.js +4 -315
  138. package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue2.js +319 -98
  139. package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.js +4 -39
  140. package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue2.js +22 -12
  141. package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue.js +4 -155
  142. package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue2.js +212 -110
  143. package/dist/components/2_feed_elements/MessageReactions/icons/DeleteIcon.vue.js +20 -32
  144. package/dist/components/2_feed_elements/MessageReactions/icons/EditIcon.vue.js +20 -32
  145. package/dist/components/2_feed_elements/MessageReactions/icons/ExpandReactionsIcon.vue.js +11 -17
  146. package/dist/components/2_feed_elements/MessageReactions/icons/MessageActionsIcon.vue.js +10 -16
  147. package/dist/components/2_feed_elements/MessageReactions/icons/ReplyIcon.vue.js +11 -17
  148. package/dist/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue.js +4 -22
  149. package/dist/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue2.js +23 -17
  150. package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue.js +4 -28
  151. package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue2.js +29 -27
  152. package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue.js +4 -142
  153. package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue2.js +121 -33
  154. package/dist/components/2_feed_elements/MissedCallMessage/icons/MissedCallIcon.vue.js +22 -34
  155. package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue.js +4 -55
  156. package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue2.js +30 -8
  157. package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue.js +4 -47
  158. package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue2.js +25 -9
  159. package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js +4 -56
  160. package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue2.js +37 -8
  161. package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js +4 -72
  162. package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue2.js +59 -10
  163. package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.js +4 -142
  164. package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue2.js +120 -36
  165. package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue.js +4 -49
  166. package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue2.js +53 -15
  167. package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js +4 -75
  168. package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue2.js +63 -10
  169. package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue.js +4 -18
  170. package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue2.js +17 -9
  171. package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue.js +4 -346
  172. package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue2.js +307 -73
  173. package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue.js +4 -17
  174. package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue2.js +7 -7
  175. package/dist/components/2_feed_elements/TextMessage/TextMessage.vue.js +4 -307
  176. package/dist/components/2_feed_elements/TextMessage/TextMessage.vue2.js +269 -65
  177. package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue.js +4 -37
  178. package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue2.js +21 -7
  179. package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue.js +4 -307
  180. package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue2.js +298 -76
  181. package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue.js +4 -64
  182. package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue3.js +45 -10
  183. package/dist/components/2_modals/CreateChat/CreateChat.vue.js +18 -35
  184. package/dist/components/2_modals/CreateChat2/CreateChat2.vue.js +92 -140
  185. package/dist/components/2_modals/CreateDialog/CreateDialog.vue.js +49 -96
  186. package/dist/components/2_modals/Modal/Modal.vue.js +50 -59
  187. package/dist/components/2_modals/ModalFullscreen/ModalFullscreen.vue.js +38 -51
  188. package/dist/components/2_modals/ModalNoFooter/ModalNoFooter.vue.js +30 -39
  189. package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue.js +4 -155
  190. package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue2.js +121 -49
  191. package/dist/components/2_modals/SelectUser/SelectUser.vue.js +43 -60
  192. package/dist/components/2_modals/SelectUser2/SelectUser2.vue.js +24 -41
  193. package/dist/components/3_compounds/ChatInput/ChatInput.vue.js +4 -85
  194. package/dist/components/3_compounds/ChatInput/ChatInput.vue2.js +210 -149
  195. package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue.js +21 -25
  196. package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue2.js +2 -13
  197. package/dist/components/3_compounds/ChatList/ChatList.vue.js +163 -253
  198. package/dist/components/3_compounds/ChatList/ChatListHeader.vue.js +32 -50
  199. package/dist/components/3_compounds/ChatList/icons/LogoIcon.vue.js +6 -6
  200. package/dist/components/3_compounds/Feed/Feed.vue.js +4 -172
  201. package/dist/components/3_compounds/Feed/Feed.vue2.js +257 -126
  202. package/dist/components/3_compounds/SideBar/SideBar.vue.js +202 -279
  203. package/dist/components/4_layouts/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.js +36 -43
  204. package/dist/components/4_layouts/BaseLayout/BaseLayout.vue.js +5 -5
  205. package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue.js +4 -32
  206. package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue2.js +29 -7
  207. package/dist/components/4_layouts/ExtendedLayout/ExtendedLayout.vue.js +7 -7
  208. package/dist/components/4_layouts/FeedLayout/FeedLayout.vue.js +8 -8
  209. package/dist/components/5_containers/BaseContainer/BaseContainer.vue.js +18 -31
  210. package/dist/components/5_containers/FloatContainer/FloatContainer.vue.js +56 -85
  211. package/package.json +1 -1
@@ -1,16 +1,16 @@
1
- import { defineComponent as I, inject as P, ref as a, watch as W, onMounted as B, onUnmounted as U, nextTick as V } from "vue";
1
+ import { defineComponent as N, inject as O, ref as c, watch as U, onMounted as W, onUnmounted as X, createBlock as P, openBlock as z, Teleport as Q, createVNode as D, Transition as G, withCtx as J, createElementBlock as K, createCommentVNode as Z, normalizeStyle as ee, unref as u, createElementVNode as o, nextTick as te } from "vue";
2
2
  import "../../../hooks/useMessageDraft.js";
3
3
  import "../../../hooks/useSearchModel.js";
4
- import { useTheme as z } from "../../../hooks/useTheme.js";
4
+ import { useTheme as oe } from "../../../hooks/useTheme.js";
5
5
  import "../../../hooks/useEmojiNative.js";
6
6
  /* empty css */
7
7
  /* empty css */
8
- import { t as D } from "../../../locale/useLocale.js";
8
+ import { t as f } from "../../../locale/useLocale.js";
9
9
  /* empty css */
10
10
  import "../../../node_modules/linkifyjs/dist/linkify.js";
11
11
  import "../../../node_modules/linkify-string/dist/linkify-string.js";
12
12
  import "../../../functions/parseMarkdown.js";
13
- const le = /* @__PURE__ */ I({
13
+ const ne = ["data-theme"], ie = ["title"], se = ["title"], re = ["title"], le = ["title"], ae = ["title"], ue = ["title"], Le = /* @__PURE__ */ N({
14
14
  __name: "TextFormatToolbar",
15
15
  props: {
16
16
  textarea: {
@@ -19,107 +19,195 @@ const le = /* @__PURE__ */ I({
19
19
  }
20
20
  },
21
21
  emits: ["format-applied"],
22
- setup(X, { expose: Y, emit: R }) {
23
- Y();
24
- const l = X, $ = R, y = P("chatAppId"), { getTheme: q } = z(y), g = a(), T = a(!1), S = a({ top: "0px", left: "0px" }), k = a(""), b = a(0), E = a(0);
25
- let c = !1, i = null, t = null, f = 0, m = 0;
26
- const O = {
22
+ setup(H, { emit: R }) {
23
+ const m = H, F = R, A = O("chatAppId"), { getTheme: k } = oe(A), x = c(), h = c(!1), q = c({ top: "0px", left: "0px" }), S = c(""), $ = c(0), y = c(0);
24
+ let b = !1, a = null, i = null, B = 0, T = 0;
25
+ const V = {
27
26
  bold: { prefix: "**", suffix: "**" },
28
27
  italic: { prefix: "*", suffix: "*" },
29
28
  underline: { prefix: "<u>", suffix: "</u>" },
30
29
  strikethrough: { prefix: "~~", suffix: "~~" },
31
30
  code: { prefix: "`", suffix: "`" },
32
31
  quote: { prefix: "> ", suffix: "" }
33
- }, p = (e) => {
34
- f = e.clientX, m = e.clientY;
35
- }, o = () => {
36
- const e = t || l.textarea;
37
- if (!e)
32
+ }, g = (t) => {
33
+ B = t.clientX, T = t.clientY;
34
+ }, r = () => {
35
+ const t = i || m.textarea;
36
+ if (!t)
38
37
  return;
39
- const r = e.selectionStart, s = e.selectionEnd;
40
- if (r === s) {
41
- v();
38
+ const e = t.selectionStart, n = t.selectionEnd;
39
+ if (e === n) {
40
+ w();
42
41
  return;
43
42
  }
44
- const n = e.value.substring(r, s);
45
- n.trim().length > 0 ? (k.value = n, b.value = r, E.value = s, j(), T.value = !0, i && (clearTimeout(i), i = null)) : v();
46
- }, d = () => {
47
- const e = t || l.textarea;
48
- !e || document.activeElement !== e || o();
49
- }, L = (e) => {
50
- t && (t.removeEventListener("mouseup", o), t.removeEventListener("keyup", o), t.removeEventListener("select", o), t.removeEventListener("mousemove", p)), document.removeEventListener("selectionchange", d), e ? (t = e, e.addEventListener("mouseup", o), e.addEventListener("keyup", o), e.addEventListener("select", o), e.addEventListener("mousemove", p), document.addEventListener("selectionchange", d)) : t = null;
51
- }, j = () => {
52
- V(() => {
53
- if (!g.value) return;
54
- const e = g.value.getBoundingClientRect(), r = window.innerWidth, s = window.innerHeight;
55
- let n = f - e.width / 2, u = m - e.height - 10;
56
- n < 10 ? n = 10 : n + e.width > r - 10 && (n = r - e.width - 10), u < 10 ? u = m + 20 : u + e.height > s - 10 && (u = s - e.height - 10), S.value = {
57
- top: `${u}px`,
58
- left: `${n}px`
43
+ const s = t.value.substring(e, n);
44
+ s.trim().length > 0 ? (S.value = s, $.value = e, y.value = n, Y(), h.value = !0, a && (clearTimeout(a), a = null)) : w();
45
+ }, M = () => {
46
+ const t = i || m.textarea;
47
+ !t || document.activeElement !== t || r();
48
+ }, _ = (t) => {
49
+ i && (i.removeEventListener("mouseup", r), i.removeEventListener("keyup", r), i.removeEventListener("select", r), i.removeEventListener("mousemove", g)), document.removeEventListener("selectionchange", M), t ? (i = t, t.addEventListener("mouseup", r), t.addEventListener("keyup", r), t.addEventListener("select", r), t.addEventListener("mousemove", g), document.addEventListener("selectionchange", M)) : i = null;
50
+ }, Y = () => {
51
+ te(() => {
52
+ if (!x.value) return;
53
+ const t = x.value.getBoundingClientRect(), e = window.innerWidth, n = window.innerHeight;
54
+ let s = B - t.width / 2, l = T - t.height - 10;
55
+ s < 10 ? s = 10 : s + t.width > e - 10 && (s = e - t.width - 10), l < 10 ? l = T + 20 : l + t.height > n - 10 && (l = n - t.height - 10), q.value = {
56
+ top: `${l}px`,
57
+ left: `${s}px`
59
58
  };
60
59
  });
61
- }, A = (e) => {
62
- const r = l.textarea;
63
- if (!r) return;
64
- const s = O[e];
65
- if (!s) return;
66
- const n = r.value, u = b.value, x = E.value, w = n.substring(u, x);
67
- let h, _;
68
- e === "quote" ? (h = w.split(`
60
+ }, d = (t) => {
61
+ const e = m.textarea;
62
+ if (!e) return;
63
+ const n = V[t];
64
+ if (!n) return;
65
+ const s = e.value, l = $.value, p = y.value, C = s.substring(l, p);
66
+ let v, L;
67
+ t === "quote" ? (v = C.split(`
69
68
  `).map(
70
- (M) => M.trim() ? `${s.prefix}${M}${s.suffix}` : M
69
+ (E) => E.trim() ? `${n.prefix}${E}${n.suffix}` : E
71
70
  ).join(`
72
- `), _ = n.substring(0, u) + h + n.substring(x)) : (h = `${s.prefix}${w}${s.suffix}`, _ = n.substring(0, u) + h + n.substring(x)), $("format-applied", {
73
- format: e,
74
- selectedText: w,
75
- start: u,
76
- end: x,
77
- newText: _
71
+ `), L = s.substring(0, l) + v + s.substring(p)) : (v = `${n.prefix}${C}${n.suffix}`, L = s.substring(0, l) + v + s.substring(p)), F("format-applied", {
72
+ format: t,
73
+ selectedText: C,
74
+ start: l,
75
+ end: p,
76
+ newText: L
78
77
  }), setTimeout(() => {
79
- o();
78
+ r();
80
79
  }, 10);
81
- }, v = () => {
82
- c || (T.value = !1);
83
- }, F = () => {
84
- c = !0, i && (clearTimeout(i), i = null);
85
- }, H = () => {
86
- c = !1, i = setTimeout(() => {
87
- v();
80
+ }, w = () => {
81
+ b || (h.value = !1);
82
+ }, j = () => {
83
+ b = !0, a && (clearTimeout(a), a = null);
84
+ }, I = () => {
85
+ b = !1, a = setTimeout(() => {
86
+ w();
88
87
  }, 200);
89
88
  };
90
- W(() => l.textarea, (e, r) => {
91
- e !== r && L(e);
92
- }, { immediate: !0 }), B(() => {
93
- l.textarea && L(l.textarea);
94
- }), U(() => {
95
- t && (t.removeEventListener("mouseup", o), t.removeEventListener("keyup", o), t.removeEventListener("select", o), t.removeEventListener("mousemove", p)), document.removeEventListener("selectionchange", d), i && clearTimeout(i);
96
- });
97
- const C = { props: l, emit: $, chatAppId: y, getTheme: q, toolbarRef: g, isVisible: T, toolbarStyle: S, selectedText: k, selectionStart: b, selectionEnd: E, get isMouseOverToolbar() {
98
- return c;
99
- }, set isMouseOverToolbar(e) {
100
- c = e;
101
- }, get hideTimeout() {
102
- return i;
103
- }, set hideTimeout(e) {
104
- i = e;
105
- }, get currentTextarea() {
106
- return t;
107
- }, set currentTextarea(e) {
108
- t = e;
109
- }, get mouseX() {
110
- return f;
111
- }, set mouseX(e) {
112
- f = e;
113
- }, get mouseY() {
114
- return m;
115
- }, set mouseY(e) {
116
- m = e;
117
- }, formatMap: O, handleMouseMove: p, handleSelection: o, handleSelectionChange: d, setupTextareaListeners: L, updateToolbarPosition: j, applyFormat: A, hideToolbar: v, handleMouseEnter: F, handleMouseLeave: H, get t() {
118
- return D;
119
- } };
120
- return Object.defineProperty(C, "__isScriptSetup", { enumerable: !1, value: !0 }), C;
89
+ return U(() => m.textarea, (t, e) => {
90
+ t !== e && _(t);
91
+ }, { immediate: !0 }), W(() => {
92
+ m.textarea && _(m.textarea);
93
+ }), X(() => {
94
+ i && (i.removeEventListener("mouseup", r), i.removeEventListener("keyup", r), i.removeEventListener("select", r), i.removeEventListener("mousemove", g)), document.removeEventListener("selectionchange", M), a && clearTimeout(a);
95
+ }), (t, e) => (z(), P(Q, { to: "body" }, [
96
+ D(G, { name: "fade" }, {
97
+ default: J(() => [
98
+ h.value ? (z(), K("div", {
99
+ key: 0,
100
+ ref_key: "toolbarRef",
101
+ ref: x,
102
+ "data-theme": u(k)().theme ? u(k)().theme : "light",
103
+ class: "text-format-toolbar",
104
+ style: ee(q.value),
105
+ onMouseenter: j,
106
+ onMouseleave: I
107
+ }, [
108
+ o("button", {
109
+ class: "text-format-toolbar__button",
110
+ title: u(f)("component.TextFormatToolbar.Bold"),
111
+ onClick: e[0] || (e[0] = (n) => d("bold"))
112
+ }, [...e[6] || (e[6] = [
113
+ o("svg", {
114
+ viewBox: "0 0 24 24",
115
+ width: "20",
116
+ preserveAspectRatio: "xMidYMid meet",
117
+ class: "",
118
+ fill: "currentColor"
119
+ }, [
120
+ o("path", { d: "M6.8 19V5h5.525q1.624 0 3 1T16.7 8.775q0 1.275-.575 1.963-.575.687-1.075.987.626.275 1.387 1.025.763.75.763 2.25 0 2.224-1.625 3.113-1.625.887-3.05.887zm3.025-2.8h2.6q1.2 0 1.462-.612.263-.614.263-.888 0-.275-.263-.887-.262-.613-1.537-.613H9.825zm0-5.7h2.325q.825 0 1.2-.425a1.4 1.4 0 0 0 .375-.95q0-.6-.425-.975t-1.1-.375H9.825z" })
121
+ ], -1)
122
+ ])], 8, ie),
123
+ o("button", {
124
+ class: "text-format-toolbar__button",
125
+ title: u(f)("component.TextFormatToolbar.Italic"),
126
+ onClick: e[1] || (e[1] = (n) => d("italic"))
127
+ }, [...e[7] || (e[7] = [
128
+ o("svg", {
129
+ viewBox: "0 0 24 24",
130
+ width: "20",
131
+ preserveAspectRatio: "xMidYMid meet",
132
+ class: "",
133
+ fill: "currentColor"
134
+ }, [
135
+ o("path", { d: "M5 19v-2.5h4l3-9H8V5h10v2.5h-3.5l-3 9H15V19z" })
136
+ ], -1)
137
+ ])], 8, se),
138
+ o("button", {
139
+ class: "text-format-toolbar__button",
140
+ title: u(f)("component.TextFormatToolbar.Underline"),
141
+ onClick: e[2] || (e[2] = (n) => d("underline"))
142
+ }, [...e[8] || (e[8] = [
143
+ o("svg", {
144
+ viewBox: "0 0 512 512",
145
+ width: "13",
146
+ height: "13",
147
+ preserveAspectRatio: "xMidYMid meet",
148
+ class: "",
149
+ fill: "currentColor"
150
+ }, [
151
+ o("rect", {
152
+ x: "16.65",
153
+ y: "443.317",
154
+ width: "478.699",
155
+ height: "68.683"
156
+ }),
157
+ o("path", { d: `M303.383,0h-94L87.689,376.715h88.041l21.225-72.846H315.81l21.496,72.846h88.043L303.383,0z M216.38,235.187
158
+ l39.103-133.203h1.544l39.362,133.203H216.38z` })
159
+ ], -1)
160
+ ])], 8, re),
161
+ o("button", {
162
+ class: "text-format-toolbar__button",
163
+ title: u(f)("component.TextFormatToolbar.Strikethrough"),
164
+ onClick: e[3] || (e[3] = (n) => d("strikethrough"))
165
+ }, [...e[9] || (e[9] = [
166
+ o("svg", {
167
+ viewBox: "0 0 24 24",
168
+ width: "20",
169
+ preserveAspectRatio: "xMidYMid meet",
170
+ class: "",
171
+ fill: "currentColor"
172
+ }, [
173
+ o("path", { d: "M13.99 15.27q0-.83-.586-1.27-.585-.45-2.11-.937L11.107 13H4v-2h16v2h-3.76q.69.96.69 2.25 0 1.845-1.397 2.9-1.396 1.045-3.76 1.045-1.64 0-2.988-.595-1.347-.606-2.06-1.65a4 4 0 0 1-.472-.951l2.451-.98c.145.303.363.651.667.962l.014.019h.004a2.87 2.87 0 0 0 1.971.867q.199.014.413.014 1.045 0 1.631-.42.586-.43.586-1.191M10.548 10h-3.79a3.5 3.5 0 0 1-.297-1.44q0-1.152.644-2.05.655-.909 1.866-1.416 1.22-.508 2.734-.508 1.523 0 2.715.557 1.191.546 1.846 1.552.26.394.418.831l-2.492.997C13.85 7.823 13 7 11.656 6.92q-1.074 0-1.67.459a1.42 1.42 0 0 0-.595 1.191q0 .694.693 1.162.204.136.464.268" })
174
+ ], -1)
175
+ ])], 8, le),
176
+ o("button", {
177
+ class: "text-format-toolbar__button",
178
+ title: u(f)("component.TextFormatToolbar.Code"),
179
+ onClick: e[4] || (e[4] = (n) => d("code"))
180
+ }, [...e[10] || (e[10] = [
181
+ o("span", { class: "pi pi-code" }, null, -1)
182
+ ])], 8, ae),
183
+ o("button", {
184
+ class: "text-format-toolbar__button",
185
+ title: u(f)("component.TextFormatToolbar.Quote"),
186
+ onClick: e[5] || (e[5] = (n) => d("quote"))
187
+ }, [...e[11] || (e[11] = [
188
+ o("svg", {
189
+ viewBox: "0 0 512 512",
190
+ width: "13",
191
+ height: "13",
192
+ preserveAspectRatio: "xMidYMid meet",
193
+ class: "",
194
+ fill: "currentColor"
195
+ }, [
196
+ o("path", { d: `M119.472,66.59C53.489,66.59,0,120.094,0,186.1c0,65.983,53.489,119.487,119.472,119.487
197
+ c0,0-0.578,44.392-36.642,108.284c-4.006,12.802,3.135,26.435,15.945,30.418c9.089,2.859,18.653,0.08,24.829-6.389
198
+ c82.925-90.7,115.385-197.448,115.385-251.8C238.989,120.094,185.501,66.59,119.472,66.59z` }),
199
+ o("path", { d: `M392.482,66.59c-65.983,0-119.472,53.505-119.472,119.51c0,65.983,53.489,119.487,119.472,119.487
200
+ c0,0-0.578,44.392-36.642,108.284c-4.006,12.802,3.136,26.435,15.945,30.418c9.089,2.859,18.653,0.08,24.828-6.389
201
+ C479.539,347.2,512,240.452,512,186.1C512,120.094,458.511,66.59,392.482,66.59z` })
202
+ ], -1)
203
+ ])], 8, ue)
204
+ ], 44, ne)) : Z("", !0)
205
+ ]),
206
+ _: 1
207
+ })
208
+ ]));
121
209
  }
122
210
  });
123
211
  export {
124
- le as default
212
+ Le as default
125
213
  };
@@ -1,76 +1,7 @@
1
- import l from "./WABAAttachmentSection.vue2.js";
2
- import { createElementBlock as i, openBlock as n, Fragment as s, createBlock as _, createCommentVNode as a, normalizeClass as m, createElementVNode as t, toDisplayString as r } from "vue";
1
+ import t from "./WABAAttachmentSection.vue2.js";
3
2
  /* empty css */
4
- import d from "../../../_virtual/_plugin-vue_export-helper.js";
5
- const f = ["accept"], p = { class: "attachment-section__info" }, h = {
6
- key: 2,
7
- class: "attachment-section__error-text"
8
- };
9
- function v(u, o, c, e, y, A) {
10
- return n(), i(
11
- s,
12
- null,
13
- [
14
- e.uploadStatus !== "success" ? (n(), i(
15
- "div",
16
- {
17
- key: 0,
18
- class: m(["attachment-section", { "attachment-section__error": e.error }]),
19
- onClick: e.triggerFileUpload
20
- },
21
- [
22
- t("input", {
23
- id: "file-upload",
24
- ref: "fileInput",
25
- type: "file",
26
- style: { display: "none" },
27
- accept: e.fileInfo[c.type].accept,
28
- onChange: e.handleFileChange
29
- }, null, 40, f),
30
- o[1] || (o[1] = t(
31
- "span",
32
- { class: "pi pi-paperclip attachment-section__icon" },
33
- null,
34
- -1
35
- /* CACHED */
36
- )),
37
- t("div", null, [
38
- o[0] || (o[0] = t(
39
- "p",
40
- { class: "attachment-section__title" },
41
- " Прикрепить файл ",
42
- -1
43
- /* CACHED */
44
- )),
45
- t(
46
- "p",
47
- p,
48
- r(e.fileInfo[c.type].text),
49
- 1
50
- /* TEXT */
51
- )
52
- ])
53
- ],
54
- 2
55
- /* CLASS */
56
- )) : e.uploadStatus === "success" && e.preview ? (n(), _(e.FilePreview, {
57
- key: 1,
58
- "file-info": e.preview,
59
- onReset: e.handleFileDecline
60
- }, null, 8, ["file-info"])) : a("v-if", !0),
61
- e.error ? (n(), i(
62
- "div",
63
- h,
64
- r(e.error),
65
- 1
66
- /* TEXT */
67
- )) : a("v-if", !0)
68
- ],
69
- 64
70
- /* STABLE_FRAGMENT */
71
- );
72
- }
73
- const x = /* @__PURE__ */ d(l, [["render", v], ["__scopeId", "data-v-cdbee945"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue"]]);
3
+ import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-8c8d4b41"]]);
74
5
  export {
75
- x as default
6
+ a as default
76
7
  };
@@ -1,6 +1,6 @@
1
- import { defineComponent as I, ref as t, inject as F, watch as d, unref as P } from "vue";
2
- import A from "../FilePreview/FilePreview.vue.js";
3
- import { uploadFile as E } from "../../../hooks/uploadFile/uploadFile.js";
1
+ import { defineComponent as E, ref as n, inject as F, watch as h, createElementBlock as v, openBlock as u, Fragment as A, createBlock as D, createCommentVNode as S, normalizeClass as P, createElementVNode as r, toDisplayString as _, unref as U } from "vue";
2
+ import V from "../FilePreview/FilePreview.vue.js";
3
+ import { uploadFile as N } from "../../../hooks/uploadFile/uploadFile.js";
4
4
  import "../../../hooks/useMessageDraft.js";
5
5
  import "../../../hooks/useSearchModel.js";
6
6
  import "../../../hooks/useTheme.js";
@@ -12,7 +12,10 @@ import "../../../locale/useLocale.js";
12
12
  import "../../../node_modules/linkifyjs/dist/linkify.js";
13
13
  import "../../../node_modules/linkify-string/dist/linkify-string.js";
14
14
  import "../../../functions/parseMarkdown.js";
15
- const T = /* @__PURE__ */ I({
15
+ const O = ["accept"], B = { class: "attachment-section__info" }, G = {
16
+ key: 2,
17
+ class: "attachment-section__error-text"
18
+ }, $ = /* @__PURE__ */ E({
16
19
  __name: "WABAAttachmentSection",
17
20
  props: {
18
21
  type: {
@@ -25,10 +28,9 @@ const T = /* @__PURE__ */ I({
25
28
  }
26
29
  },
27
30
  emits: ["fileSelected"],
28
- setup(g, { expose: w, emit: y }) {
29
- w();
30
- const l = g, m = t(F("filebumpUrl")), r = t(null), p = t(), o = t(""), i = t(""), f = t(), u = y, _ = () => {
31
- p.value && i.value != "success" && p.value.click();
31
+ setup(m, { emit: w }) {
32
+ const c = m, z = n(F("filebumpUrl")), p = n(null), o = n(), l = n(""), i = n(""), f = n(), d = w, k = () => {
33
+ o.value && i.value != "success" && o.value.click();
32
34
  }, s = {
33
35
  DOCUMENT: {
34
36
  text: "Документ до 100 МБ",
@@ -51,21 +53,21 @@ const T = /* @__PURE__ */ I({
51
53
  error: "Некорректный тип файла, выберите MP4 или MOV",
52
54
  icon: "pi pi-video"
53
55
  }
54
- }, h = (c) => {
55
- var v;
56
- const n = (v = c.target.files) == null ? void 0 : v[0];
57
- if (n) {
58
- o.value = "";
59
- const x = n.name.split(".");
60
- if (s[l.type].accept.indexOf(x[x.length - 1]) == -1)
61
- o.value = s[l.type].error;
62
- else if (n.size > s[l.type].maxSize)
63
- o.value = "Файл слишком большого размера";
64
- else if (!o.value) {
65
- r.value = n, i.value = "uploading";
66
- const S = P(m.value);
67
- E(typeof S == "string" ? S : null, n).then((e) => {
68
- i.value = e.status, e.status == "success" && (u("fileSelected", {
56
+ }, I = (a) => {
57
+ var x;
58
+ const t = (x = a.target.files) == null ? void 0 : x[0];
59
+ if (t) {
60
+ l.value = "";
61
+ const y = t.name.split(".");
62
+ if (s[c.type].accept.indexOf(y[y.length - 1]) == -1)
63
+ l.value = s[c.type].error;
64
+ else if (t.size > s[c.type].maxSize)
65
+ l.value = "Файл слишком большого размера";
66
+ else if (!l.value) {
67
+ p.value = t, i.value = "uploading";
68
+ const g = U(z.value);
69
+ N(typeof g == "string" ? g : null, t).then((e) => {
70
+ i.value = e.status, e.status == "success" && (d("fileSelected", {
69
71
  url: e.url,
70
72
  filename: e.name,
71
73
  filesize: e.size,
@@ -81,24 +83,48 @@ const T = /* @__PURE__ */ I({
81
83
  });
82
84
  }
83
85
  }
84
- }, z = () => {
85
- r.value && (r.value = null, i.value = "");
86
+ }, C = () => {
87
+ p.value && (p.value = null, i.value = "");
86
88
  };
87
- d(
89
+ return h(
88
90
  () => i.value,
89
- (c) => {
90
- c === "" && (p.value && (p.value.value = ""), r.value = null, u("fileSelected", null));
91
+ (a) => {
92
+ a === "" && (o.value && (o.value.value = ""), p.value = null, d("fileSelected", null));
91
93
  }
92
- ), d(
93
- () => l.templateId,
94
+ ), h(
95
+ () => c.templateId,
94
96
  () => {
95
97
  i.value = "";
96
98
  }
97
- );
98
- const a = { props: l, filebumpUrl: m, selectedFile: r, fileInput: p, error: o, uploadStatus: i, preview: f, emit: u, triggerFileUpload: _, fileInfo: s, handleFileChange: h, handleFileDecline: z, FilePreview: A };
99
- return Object.defineProperty(a, "__isScriptSetup", { enumerable: !1, value: !0 }), a;
99
+ ), (a, t) => (u(), v(A, null, [
100
+ i.value !== "success" ? (u(), v("div", {
101
+ key: 0,
102
+ class: P(["attachment-section", { "attachment-section__error": l.value }]),
103
+ onClick: k
104
+ }, [
105
+ r("input", {
106
+ id: "file-upload",
107
+ ref_key: "fileInput",
108
+ ref: o,
109
+ type: "file",
110
+ style: { display: "none" },
111
+ accept: s[m.type].accept,
112
+ onChange: I
113
+ }, null, 40, O),
114
+ t[1] || (t[1] = r("span", { class: "pi pi-paperclip attachment-section__icon" }, null, -1)),
115
+ r("div", null, [
116
+ t[0] || (t[0] = r("p", { class: "attachment-section__title" }, " Прикрепить файл ", -1)),
117
+ r("p", B, _(s[m.type].text), 1)
118
+ ])
119
+ ], 2)) : i.value === "success" && f.value ? (u(), D(V, {
120
+ key: 1,
121
+ "file-info": f.value,
122
+ onReset: C
123
+ }, null, 8, ["file-info"])) : S("", !0),
124
+ l.value ? (u(), v("div", G, _(l.value), 1)) : S("", !0)
125
+ ], 64));
100
126
  }
101
127
  });
102
128
  export {
103
- T as default
129
+ $ as default
104
130
  };
@@ -1,50 +1,7 @@
1
- import i from "./WABAQuickReplyButtons.vue2.js";
2
- import { createElementBlock as s, openBlock as n, Fragment as u, renderList as p, createElementVNode as e, normalizeClass as a, toDisplayString as _ } from "vue";
1
+ import o from "./WABAQuickReplyButtons.vue2.js";
3
2
  /* empty css */
4
- import d from "../../../_virtual/_plugin-vue_export-helper.js";
5
- const k = { class: "quick-reply-buttons" }, m = ["onClick"], y = { class: "quick-reply-buttons__line" };
6
- function f(h, l, o, c, v, B) {
7
- return n(), s("div", k, [
8
- (n(!0), s(
9
- u,
10
- null,
11
- p(o.buttons.slice(0, 3), (r, t) => (n(), s("div", {
12
- key: t,
13
- class: "quick-reply-buttons__preview-action",
14
- onClick: (b) => c.handleQuickReplyClick(t)
15
- }, [
16
- l[0] || (l[0] = e(
17
- "hr",
18
- { class: "quick-reply-buttons__separator" },
19
- null,
20
- -1
21
- /* CACHED */
22
- )),
23
- e("div", y, [
24
- e(
25
- "span",
26
- {
27
- class: a(["quick-reply-buttons__icon pi pi-arrow-up-left", t == 2 && o.buttons.length > 3 ? "pi-list" : c.icons[r.type]])
28
- },
29
- null,
30
- 2
31
- /* CLASS */
32
- ),
33
- e(
34
- "p",
35
- null,
36
- _(t == 2 && o.buttons.length > 3 ? "Смотреть все варианты" : r.text),
37
- 1
38
- /* TEXT */
39
- )
40
- ])
41
- ], 8, m))),
42
- 128
43
- /* KEYED_FRAGMENT */
44
- ))
45
- ]);
46
- }
47
- const Q = /* @__PURE__ */ d(i, [["render", f], ["__scopeId", "data-v-c7dd3663"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue"]]);
3
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-ce7b10d6"]]);
48
5
  export {
49
- Q as default
6
+ e as default
50
7
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent as p } from "vue";
2
- const u = /* @__PURE__ */ p({
1
+ import { defineComponent as k, createElementBlock as s, openBlock as l, Fragment as m, renderList as y, createElementVNode as n, normalizeClass as b, toDisplayString as d } from "vue";
2
+ const h = { class: "quick-reply-buttons" }, f = ["onClick"], g = { class: "quick-reply-buttons__line" }, v = /* @__PURE__ */ k({
3
3
  __name: "WABAQuickReplyButtons",
4
4
  props: {
5
5
  buttons: {
@@ -8,18 +8,31 @@ const u = /* @__PURE__ */ p({
8
8
  }
9
9
  },
10
10
  emits: ["selectAllVariants"],
11
- setup(s, { expose: i, emit: o }) {
12
- i();
13
- const e = o, t = s, n = { emit: e, props: t, icons: {
11
+ setup(t, { emit: c }) {
12
+ const u = c, a = t, p = {
14
13
  URL: "pi-arrow-up-right",
15
14
  PHONE_NUMBER: "pi-phone",
16
15
  QUICK_REPLY: "pi-arrow-up-left"
17
- }, handleQuickReplyClick: (r) => {
18
- r == 2 && t.buttons.length > 3 && e("selectAllVariants");
19
- } };
20
- return Object.defineProperty(n, "__isScriptSetup", { enumerable: !1, value: !0 }), n;
16
+ }, _ = (o) => {
17
+ o == 2 && a.buttons.length > 3 && u("selectAllVariants");
18
+ };
19
+ return (o, i) => (l(), s("div", h, [
20
+ (l(!0), s(m, null, y(t.buttons.slice(0, 3), (r, e) => (l(), s("div", {
21
+ key: e,
22
+ class: "quick-reply-buttons__preview-action",
23
+ onClick: (C) => _(e)
24
+ }, [
25
+ i[0] || (i[0] = n("hr", { class: "quick-reply-buttons__separator" }, null, -1)),
26
+ n("div", g, [
27
+ n("span", {
28
+ class: b(["quick-reply-buttons__icon pi pi-arrow-up-left", e == 2 && t.buttons.length > 3 ? "pi-list" : p[r.type]])
29
+ }, null, 2),
30
+ n("p", null, d(e == 2 && t.buttons.length > 3 ? "Смотреть все варианты" : r.text), 1)
31
+ ])
32
+ ], 8, f))), 128))
33
+ ]));
21
34
  }
22
35
  });
23
36
  export {
24
- u as default
37
+ v as default
25
38
  };