@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,44 +1,32 @@
1
- import { createElementBlock as o, openBlock as c, createElementVNode as e } from "vue";
2
- import i from "../../../../_virtual/_plugin-vue_export-helper.js";
3
- const n = {}, s = {
1
+ import { createElementBlock as i, openBlock as l, createElementVNode as t } from "vue";
2
+ import o from "../../../../_virtual/_plugin-vue_export-helper.js";
3
+ const n = {}, r = {
4
4
  width: "24",
5
5
  height: "24",
6
6
  viewBox: "0 0 24 24",
7
7
  fill: "none",
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
- function r(l, t) {
11
- return c(), o("svg", s, [...t[0] || (t[0] = [
12
- e(
13
- "g",
14
- { "clip-path": "url(#clip0_11494_26183)" },
15
- [
16
- e("path", {
17
- d: "M14.06 9.02L14.98 9.94L5.92 19H5V18.08L14.06 9.02ZM17.66 3C17.41 3 17.15 3.1 16.96 3.29L15.13 5.12L18.88 8.87L20.71 7.04C21.1 6.65 21.1 6.02 20.71 5.63L18.37 3.29C18.17 3.09 17.92 3 17.66 3ZM14.06 6.19L3 17.25V21H6.75L17.81 9.94L14.06 6.19Z",
18
- fill: "#5F5F5F"
10
+ function c(p, e) {
11
+ return l(), i("svg", r, [...e[0] || (e[0] = [
12
+ t("g", { "clip-path": "url(#clip0_11494_26183)" }, [
13
+ t("path", {
14
+ d: "M14.06 9.02L14.98 9.94L5.92 19H5V18.08L14.06 9.02ZM17.66 3C17.41 3 17.15 3.1 16.96 3.29L15.13 5.12L18.88 8.87L20.71 7.04C21.1 6.65 21.1 6.02 20.71 5.63L18.37 3.29C18.17 3.09 17.92 3 17.66 3ZM14.06 6.19L3 17.25V21H6.75L17.81 9.94L14.06 6.19Z",
15
+ fill: "#5F5F5F"
16
+ })
17
+ ], -1),
18
+ t("defs", null, [
19
+ t("clipPath", { id: "clip0_11494_26183" }, [
20
+ t("rect", {
21
+ width: "24",
22
+ height: "24",
23
+ fill: "white"
19
24
  })
20
- ],
21
- -1
22
- /* CACHED */
23
- ),
24
- e(
25
- "defs",
26
- null,
27
- [
28
- e("clipPath", { id: "clip0_11494_26183" }, [
29
- e("rect", {
30
- width: "24",
31
- height: "24",
32
- fill: "white"
33
- })
34
- ])
35
- ],
36
- -1
37
- /* CACHED */
38
- )
25
+ ])
26
+ ], -1)
39
27
  ])]);
40
28
  }
41
- const d = /* @__PURE__ */ i(n, [["render", r], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_feed_elements/MessageReactions/icons/EditIcon.vue"]]);
29
+ const d = /* @__PURE__ */ o(n, [["render", c]]);
42
30
  export {
43
31
  d as default
44
32
  };
@@ -1,27 +1,21 @@
1
- import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
2
- import s from "../../../../_virtual/_plugin-vue_export-helper.js";
3
- const c = {}, r = {
1
+ import { createElementBlock as t, openBlock as o, createElementVNode as C } from "vue";
2
+ import n from "../../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, c = {
4
4
  width: "22",
5
5
  height: "21",
6
6
  viewBox: "0 0 22 21",
7
7
  fill: "none",
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
- function C(i, e) {
11
- return t(), o("svg", r, [...e[0] || (e[0] = [
12
- n(
13
- "path",
14
- {
15
- d: "M5 8.5C5 7.67 5.67 7 6.5 7C7.33 7 8 7.67 8 8.5C8 9.33 7.33 10 6.5 10C5.67 10 5 9.33 5 8.5ZM10 16.5C12.33 16.5 14.31 15.04 15.11 13H4.89C5.69 15.04 7.67 16.5 10 16.5ZM13.5 10C14.33 10 15 9.33 15 8.5C15 7.67 14.33 7 13.5 7C12.67 7 12 7.67 12 8.5C12 9.33 12.67 10 13.5 10ZM20 0H18V2H16V4H18V6H20V4H22V2H20V0ZM18 11C18 15.42 14.42 19 10 19C5.58 19 2 15.42 2 11C2 6.58 5.58 3 10 3C11.46 3 12.82 3.4 14 4.08V1.84C12.77 1.3 11.42 1 9.99 1C4.47 1 0 5.48 0 11C0 16.52 4.47 21 9.99 21C15.52 21 20 16.52 20 11C20 9.95 19.83 8.95 19.53 8H17.4C17.78 8.93 18 9.94 18 11Z",
16
- fill: "#5F5F5F"
17
- },
18
- null,
19
- -1
20
- /* CACHED */
21
- )
10
+ function l(s, e) {
11
+ return o(), t("svg", c, [...e[0] || (e[0] = [
12
+ C("path", {
13
+ d: "M5 8.5C5 7.67 5.67 7 6.5 7C7.33 7 8 7.67 8 8.5C8 9.33 7.33 10 6.5 10C5.67 10 5 9.33 5 8.5ZM10 16.5C12.33 16.5 14.31 15.04 15.11 13H4.89C5.69 15.04 7.67 16.5 10 16.5ZM13.5 10C14.33 10 15 9.33 15 8.5C15 7.67 14.33 7 13.5 7C12.67 7 12 7.67 12 8.5C12 9.33 12.67 10 13.5 10ZM20 0H18V2H16V4H18V6H20V4H22V2H20V0ZM18 11C18 15.42 14.42 19 10 19C5.58 19 2 15.42 2 11C2 6.58 5.58 3 10 3C11.46 3 12.82 3.4 14 4.08V1.84C12.77 1.3 11.42 1 9.99 1C4.47 1 0 5.48 0 11C0 16.52 4.47 21 9.99 21C15.52 21 20 16.52 20 11C20 9.95 19.83 8.95 19.53 8H17.4C17.78 8.93 18 9.94 18 11Z",
14
+ fill: "#5F5F5F"
15
+ }, null, -1)
22
16
  ])]);
23
17
  }
24
- const p = /* @__PURE__ */ s(c, [["render", C], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_feed_elements/MessageReactions/icons/ExpandReactionsIcon.vue"]]);
18
+ const d = /* @__PURE__ */ n(r, [["render", l]]);
25
19
  export {
26
- p as default
20
+ d as default
27
21
  };
@@ -1,27 +1,21 @@
1
- import { createElementBlock as o, openBlock as t, createElementVNode as s } from "vue";
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 C = {}, c = {
3
+ const r = {}, s = {
4
4
  width: "14",
5
5
  height: "22",
6
6
  viewBox: "7 1 10 22",
7
7
  fill: "none",
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
- function r(i, e) {
11
- return t(), o("svg", c, [...e[0] || (e[0] = [
12
- s(
13
- "path",
14
- {
15
- 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",
16
- fill: "#5F5F5F"
17
- },
18
- null,
19
- -1
20
- /* CACHED */
21
- )
10
+ function c(l, C) {
11
+ return t(), e("svg", s, [...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)
22
16
  ])]);
23
17
  }
24
- const a = /* @__PURE__ */ n(C, [["render", r], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_feed_elements/MessageReactions/icons/MessageActionsIcon.vue"]]);
18
+ const m = /* @__PURE__ */ n(r, [["render", c]]);
25
19
  export {
26
- a as default
20
+ m as default
27
21
  };
@@ -1,27 +1,21 @@
1
- import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
2
- import s from "../../../../_virtual/_plugin-vue_export-helper.js";
3
- const c = {}, r = {
1
+ import { createElementBlock as t, openBlock as o, createElementVNode as n } from "vue";
2
+ import r from "../../../../_virtual/_plugin-vue_export-helper.js";
3
+ const l = {}, c = {
4
4
  width: "20",
5
5
  height: "15",
6
6
  viewBox: "0 0 20 15",
7
7
  fill: "none",
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
- function l(i, e) {
11
- return t(), o("svg", r, [...e[0] || (e[0] = [
12
- n(
13
- "path",
14
- {
15
- d: "M7.38182 11.8483L0.52982 6.92826C0.368428 6.83289 0.234682 6.6971 0.141773 6.53428C0.048864 6.37145 0 6.18723 0 5.99976C0 5.8123 0.048864 5.62807 0.141773 5.46525C0.234682 5.30242 0.368428 5.16663 0.52982 5.07126L7.38182 0.148261C7.54516 0.0521888 7.73101 0.00104323 7.9205 1.5791e-05C8.10999 -0.00101165 8.29639 0.0481155 8.46076 0.142411C8.62513 0.236707 8.76162 0.372813 8.85638 0.536913C8.95115 0.701013 9.00081 0.887265 9.00032 1.07676V2.99826C11.2503 2.99826 18.0003 2.99826 19.5003 14.9983C15.7503 8.24826 9.00032 8.99826 9.00032 8.99826V10.9198C9.00032 11.7598 8.09132 12.2668 7.38182 11.8498V11.8483Z",
16
- fill: "#5F5F5F"
17
- },
18
- null,
19
- -1
20
- /* CACHED */
21
- )
10
+ function s(C, e) {
11
+ return o(), t("svg", c, [...e[0] || (e[0] = [
12
+ n("path", {
13
+ d: "M7.38182 11.8483L0.52982 6.92826C0.368428 6.83289 0.234682 6.6971 0.141773 6.53428C0.048864 6.37145 0 6.18723 0 5.99976C0 5.8123 0.048864 5.62807 0.141773 5.46525C0.234682 5.30242 0.368428 5.16663 0.52982 5.07126L7.38182 0.148261C7.54516 0.0521888 7.73101 0.00104323 7.9205 1.5791e-05C8.10999 -0.00101165 8.29639 0.0481155 8.46076 0.142411C8.62513 0.236707 8.76162 0.372813 8.85638 0.536913C8.95115 0.701013 9.00081 0.887265 9.00032 1.07676V2.99826C11.2503 2.99826 18.0003 2.99826 19.5003 14.9983C15.7503 8.24826 9.00032 8.99826 9.00032 8.99826V10.9198C9.00032 11.7598 8.09132 12.2668 7.38182 11.8498V11.8483Z",
14
+ fill: "#5F5F5F"
15
+ }, null, -1)
22
16
  ])]);
23
17
  }
24
- const f = /* @__PURE__ */ s(c, [["render", l], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_feed_elements/MessageReactions/icons/ReplyIcon.vue"]]);
18
+ const m = /* @__PURE__ */ r(l, [["render", s]]);
25
19
  export {
26
- f as default
20
+ m as default
27
21
  };
@@ -1,25 +1,7 @@
1
- import t from "./MessageSmsInvite.vue2.js";
2
- import { createElementBlock as s, createCommentVNode as o, openBlock as n, createElementVNode as a, toDisplayString as c } from "vue";
1
+ import o from "./MessageSmsInvite.vue2.js";
3
2
  /* empty css */
4
- import i from "../../../_virtual/_plugin-vue_export-helper.js";
5
- const r = ["data-channel-type"], m = { class: "message-sms-invite__text" };
6
- function _(p, d, l, e, f, v) {
7
- return e.isVisible ? (n(), s("div", {
8
- key: 0,
9
- class: "message-sms-invite",
10
- "data-channel-type": e.channelType,
11
- onClick: e.handleClick
12
- }, [
13
- a(
14
- "span",
15
- m,
16
- c(e.t("component.TextMessage.sendSmsInvite")),
17
- 1
18
- /* TEXT */
19
- )
20
- ], 8, r)) : o("v-if", !0);
21
- }
22
- const y = /* @__PURE__ */ i(t, [["render", _], ["__scopeId", "data-v-a42cbfa7"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue"]]);
3
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-dfac27a5"]]);
23
5
  export {
24
- y as default
6
+ m as default
25
7
  };
@@ -1,25 +1,31 @@
1
- import { defineComponent as m, computed as a } from "vue";
2
- import { useLocale as d } from "../../../locale/useLocale.js";
3
- const y = /* @__PURE__ */ m({
1
+ import { defineComponent as p, computed as n, createElementBlock as u, createCommentVNode as d, openBlock as h, createElementVNode as _, toDisplayString as f, unref as v } from "vue";
2
+ import { useLocale as g } from "../../../locale/useLocale.js";
3
+ const x = ["data-channel-type"], y = { class: "message-sms-invite__text" }, w = /* @__PURE__ */ p({
4
4
  __name: "MessageSmsInvite",
5
5
  props: {
6
- status: { type: null, required: !0 },
7
- hasMessengerAccount: { type: Boolean, required: !1 },
8
- channel: { type: null, required: !1 }
6
+ status: {},
7
+ hasMessengerAccount: { type: Boolean },
8
+ channel: {}
9
9
  },
10
10
  emits: ["sms-invite"],
11
- setup(i, { expose: o, emit: u }) {
12
- o();
13
- const e = i, s = u, { t: c } = d(), l = a(() => e.status === "error" && e.hasMessengerAccount === !1), p = a(() => {
14
- var r;
15
- const t = ((r = e.channel) == null ? void 0 : r.toLowerCase()) ?? "";
16
- return t.includes("whatsapp") || t.includes("waba") ? "whatsapp" : t.includes("max") ? "max" : "telegram";
17
- }), n = { props: e, emit: s, t: c, isVisible: l, channelType: p, handleClick: () => {
18
- s("sms-invite");
19
- } };
20
- return Object.defineProperty(n, "__isScriptSetup", { enumerable: !1, value: !0 }), n;
11
+ setup(a, { emit: o }) {
12
+ const t = a, c = o, { t: i } = g(), r = n(() => t.status === "error" && t.hasMessengerAccount === !1), m = n(() => {
13
+ var s;
14
+ const e = ((s = t.channel) == null ? void 0 : s.toLowerCase()) ?? "";
15
+ return e.includes("whatsapp") || e.includes("waba") ? "whatsapp" : e.includes("max") ? "max" : "telegram";
16
+ }), l = () => {
17
+ c("sms-invite");
18
+ };
19
+ return (e, s) => r.value ? (h(), u("div", {
20
+ key: 0,
21
+ class: "message-sms-invite",
22
+ "data-channel-type": m.value,
23
+ onClick: l
24
+ }, [
25
+ _("span", y, f(v(i)("component.TextMessage.sendSmsInvite")), 1)
26
+ ], 8, x)) : d("", !0);
21
27
  }
22
28
  });
23
29
  export {
24
- y as default
30
+ w as default
25
31
  };
@@ -1,31 +1,7 @@
1
- import o from "./MessageStatusIndicator.vue2.js";
2
- import { createBlock as a, createCommentVNode as c, openBlock as s, withCtx as i, createElementVNode as n, normalizeClass as r } from "vue";
1
+ import t from "./MessageStatusIndicator.vue2.js";
3
2
  /* empty css */
4
- import d from "../../../_virtual/_plugin-vue_export-helper.js";
5
- function m(l, _, t, e, u, S) {
6
- return e.isVisible ? (s(), a(e.Tooltip, {
7
- key: 0,
8
- text: t.statusTitle,
9
- position: t.tooltipPosition
10
- }, {
11
- default: i(() => [
12
- n(
13
- "div",
14
- {
15
- class: r(["message-status-indicator", ...e.statusContainerClasses])
16
- },
17
- [
18
- t.messageStatus === "pending" ? (s(), a(e.PendingStatusIcon, { key: 0 })) : t.messageStatus === "error" ? (s(), a(e.ErrorStatusIcon, { key: 1 })) : t.messageStatus === "read" ? (s(), a(e.ReadStatusIcon, { key: 2 })) : t.messageStatus === "received" ? (s(), a(e.ReceivedStatusIcon, { key: 3 })) : (s(), a(e.SentStatusIcon, { key: 4 }))
19
- ],
20
- 2
21
- /* CLASS */
22
- )
23
- ]),
24
- _: 1
25
- /* STABLE */
26
- }, 8, ["text", "position"])) : c("v-if", !0);
27
- }
28
- const v = /* @__PURE__ */ d(o, [["render", m], ["__scopeId", "data-v-689a3cc0"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue"]]);
3
+ import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ o(t, [["__scopeId", "data-v-c70e671a"]]);
29
5
  export {
30
- v as default
6
+ e as default
31
7
  };
@@ -1,13 +1,13 @@
1
- import { defineComponent as i, computed as r } from "vue";
1
+ import { defineComponent as m, computed as i, createBlock as s, createCommentVNode as l, openBlock as a, withCtx as c, createElementVNode as d, normalizeClass as g, unref as r } from "vue";
2
2
  import p from "../../1_atoms/Tooltip/Tooltip.vue.js";
3
- import { statuses as m } from "../../../functions/getStatusMessage.js";
3
+ import { statuses as S } from "../../../functions/getStatusMessage.js";
4
4
  import "../../../functions/parseMarkdown.js";
5
- import c from "../../1_icons/MessageStatus/ErrorStatusIcon.vue.js";
6
- import l from "../../1_icons/MessageStatus/PendingStatusIcon.vue.js";
7
- import S from "../../1_icons/MessageStatus/ReadStatusIcon.vue.js";
8
- import d from "../../1_icons/MessageStatus/ReceivedStatusIcon.vue.js";
9
- import g from "../../1_icons/MessageStatus/SentStatusIcon.vue.js";
10
- const v = /* @__PURE__ */ i({
5
+ import f from "../../1_icons/MessageStatus/ErrorStatusIcon.vue.js";
6
+ import y from "../../1_icons/MessageStatus/PendingStatusIcon.vue.js";
7
+ import C from "../../1_icons/MessageStatus/ReadStatusIcon.vue.js";
8
+ import k from "../../1_icons/MessageStatus/ReceivedStatusIcon.vue.js";
9
+ import I from "../../1_icons/MessageStatus/SentStatusIcon.vue.js";
10
+ const M = /* @__PURE__ */ m({
11
11
  name: "MessageStatusIndicator",
12
12
  __name: "MessageStatusIndicator",
13
13
  props: {
@@ -37,28 +37,30 @@ const v = /* @__PURE__ */ i({
37
37
  },
38
38
  statuses: {
39
39
  type: Array,
40
- default: () => m
40
+ default: () => S
41
41
  }
42
42
  },
43
- setup(a, { expose: o }) {
44
- o();
45
- const t = a, n = r(() => t.messageClass === `${t.baseClass}__right` && t.statuses.includes(t.messageStatus)), u = r(() => {
46
- const s = [`${t.baseClass}__status`];
47
- return t.statusClass && s.push(t.statusClass), s;
48
- }), e = { props: t, isVisible: n, statusContainerClasses: u, Tooltip: p, get ErrorStatusIcon() {
49
- return c;
50
- }, get PendingStatusIcon() {
51
- return l;
52
- }, get ReadStatusIcon() {
53
- return S;
54
- }, get ReceivedStatusIcon() {
55
- return d;
56
- }, get SentStatusIcon() {
57
- return g;
58
- } };
59
- return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
43
+ setup(t) {
44
+ const e = t, u = i(() => e.messageClass === `${e.baseClass}__right` && e.statuses.includes(e.messageStatus)), n = i(() => {
45
+ const o = [`${e.baseClass}__status`];
46
+ return e.statusClass && o.push(e.statusClass), o;
47
+ });
48
+ return (o, b) => u.value ? (a(), s(p, {
49
+ key: 0,
50
+ text: t.statusTitle,
51
+ position: t.tooltipPosition
52
+ }, {
53
+ default: c(() => [
54
+ d("div", {
55
+ class: g(["message-status-indicator", ...n.value])
56
+ }, [
57
+ t.messageStatus === "pending" ? (a(), s(r(y), { key: 0 })) : t.messageStatus === "error" ? (a(), s(r(f), { key: 1 })) : t.messageStatus === "read" ? (a(), s(r(C), { key: 2 })) : t.messageStatus === "received" ? (a(), s(r(k), { key: 3 })) : (a(), s(r(I), { key: 4 }))
58
+ ], 2)
59
+ ]),
60
+ _: 1
61
+ }, 8, ["text", "position"])) : l("", !0);
60
62
  }
61
63
  });
62
64
  export {
63
- v as default
65
+ M as default
64
66
  };
@@ -1,145 +1,7 @@
1
- import M from "./MissedCallMessage.vue2.js";
2
- import { createElementBlock as l, openBlock as a, normalizeClass as c, createCommentVNode as i, createElementVNode as n, normalizeStyle as _, createVNode as m, withCtx as g, createTextVNode as f, toDisplayString as d, Fragment as r, createBlock as u, Teleport as v, Transition as h } from "vue";
1
+ import o from "./MissedCallMessage.vue2.js";
3
2
  /* empty css */
4
- import x from "../../../_virtual/_plugin-vue_export-helper.js";
5
- const y = ["messageId"], k = ["src"], C = {
6
- key: 1,
7
- class: "missed-call-message__subtext"
8
- }, b = { class: "missed-call-message__info-container" }, T = {
9
- key: 0,
10
- class: "missed-call-message__time"
11
- }, w = { class: "missed-call-message__main-content" }, A = { class: "missed-call-message__icon-wrapper" }, I = { class: "missed-call-message__info-container" }, V = { class: "missed-call-message__time" };
12
- function N(S, t, s, e, B, E) {
13
- return a(), l("div", {
14
- ref: "menuAnchorRef",
15
- class: c([
16
- e.getClass(s.message),
17
- s.applyStyle(s.message)
18
- ]),
19
- messageId: s.message.messageId,
20
- onMouseenter: t[1] || (t[1] = (...o) => e.showMenu && e.showMenu(...o)),
21
- onMouseleave: t[2] || (t[2] = (...o) => e.hideMenu && e.hideMenu(...o))
22
- }, [
23
- s.message.avatar ? (a(), l("img", {
24
- key: 0,
25
- class: "missed-call-message__avatar",
26
- src: s.message.avatar,
27
- height: "32",
28
- width: "32",
29
- style: _({ gridRow: s.message.subText ? "2" : "1" })
30
- }, null, 12, k)) : i("v-if", !0),
31
- s.message.subText ? (a(), l("p", C, [
32
- m(e.Tooltip, {
33
- text: e.subtextTooltipText,
34
- position: "right",
35
- offset: 8
36
- }, {
37
- default: g(() => [
38
- f(
39
- d(s.message.subText),
40
- 1
41
- /* TEXT */
42
- )
43
- ]),
44
- _: 1
45
- /* STABLE */
46
- }, 8, ["text"])
47
- ])) : i("v-if", !0),
48
- n("div", {
49
- class: c(["missed-call-message__content", { "is-first": !0 }])
50
- }, [
51
- t[5] || (t[5] = n(
52
- "div",
53
- {
54
- class: "missed-call-message__bottom-shadow",
55
- "aria-hidden": "true"
56
- },
57
- null,
58
- -1
59
- /* CACHED */
60
- )),
61
- s.message.deleted ? (a(), l(
62
- r,
63
- { key: 0 },
64
- [
65
- m(e.DeletedMessageContent),
66
- n("div", b, [
67
- s.message.time ? (a(), l(
68
- "span",
69
- T,
70
- d(s.message.time),
71
- 1
72
- /* TEXT */
73
- )) : i("v-if", !0)
74
- ])
75
- ],
76
- 64
77
- /* STABLE_FRAGMENT */
78
- )) : (a(), l(
79
- r,
80
- { key: 1 },
81
- [
82
- n("div", w, [
83
- n("div", A, [
84
- m(e.MissedCallIcon, { class: "missed-call-message__icon" })
85
- ]),
86
- t[3] || (t[3] = n(
87
- "p",
88
- { class: "missed-call-message__text" },
89
- " Пропущенный звонок ",
90
- -1
91
- /* CACHED */
92
- ))
93
- ]),
94
- n("div", I, [
95
- n(
96
- "span",
97
- V,
98
- d(s.message.time),
99
- 1
100
- /* TEXT */
101
- )
102
- ]),
103
- e.buttonMenuVisible && e.menuActions.length ? (a(), l("button", {
104
- key: 0,
105
- class: "missed-call-message__menu-button",
106
- onClick: t[0] || (t[0] = (...o) => e.toggleMenu && e.toggleMenu(...o))
107
- }, [...t[4] || (t[4] = [
108
- n(
109
- "span",
110
- { class: "pi pi-ellipsis-h" },
111
- null,
112
- -1
113
- /* CACHED */
114
- )
115
- ])])) : i("v-if", !0),
116
- (a(), u(v, { to: "body" }, [
117
- m(h, null, {
118
- default: g(() => [
119
- e.isOpenMenu && e.menuActions.length ? (a(), u(e.ContextMenu, {
120
- key: 0,
121
- ref: "menuRef",
122
- class: "missed-call-message__context-menu message-actions-menu",
123
- style: _(e.menuStyle),
124
- "data-theme": e.menuTheme,
125
- actions: e.menuActions,
126
- onClick: e.clickAction,
127
- onMouseenter: e.onMenuMouseEnter,
128
- onMouseleave: e.onMenuMouseLeave
129
- }, null, 8, ["style", "data-theme", "actions", "onClick", "onMouseenter", "onMouseleave"])) : i("v-if", !0)
130
- ]),
131
- _: 1
132
- /* STABLE */
133
- })
134
- ]))
135
- ],
136
- 64
137
- /* STABLE_FRAGMENT */
138
- ))
139
- ])
140
- ], 42, y);
141
- }
142
- const F = /* @__PURE__ */ x(M, [["render", N], ["__scopeId", "data-v-a57d223b"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue"]]);
3
+ import s from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const f = /* @__PURE__ */ s(o, [["__scopeId", "data-v-6f8b73ef"]]);
143
5
  export {
144
- F as default
6
+ f as default
145
7
  };