@mobilon-dev/chotto 0.3.97 → 0.3.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/dist/chotto.css +1 -1
  2. package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue.js +29 -4
  3. package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue2.js +42 -61
  4. package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue.js +47 -4
  5. package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue2.js +55 -82
  6. package/dist/components/1_atoms/ContextMenu/ContextMenu.vue.js +86 -51
  7. package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue.js +32 -4
  8. package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue2.js +7 -28
  9. package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue.js +22 -38
  10. package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue2.js +33 -2
  11. package/dist/components/1_atoms/LinkPreview/LinkPreview.vue.js +37 -4
  12. package/dist/components/1_atoms/LinkPreview/LinkPreview.vue2.js +7 -21
  13. package/dist/components/1_atoms/LoadingIndicator/LoadingIndicator.vue.js +30 -19
  14. package/dist/components/1_atoms/Tooltip/Tooltip.vue.js +70 -4
  15. package/dist/components/1_atoms/Tooltip/Tooltip.vue2.js +76 -108
  16. package/dist/components/1_icons/AvatarIcon.vue.js +8 -8
  17. package/dist/components/1_icons/CheckIcon.vue.js +26 -13
  18. package/dist/components/1_icons/CloseButtonIcon.vue.js +16 -10
  19. package/dist/components/1_icons/CloseIcon.vue.js +16 -10
  20. package/dist/components/1_icons/ContactCRMIcon.vue.js +16 -10
  21. package/dist/components/1_icons/MenuIcon.vue.js +16 -10
  22. package/dist/components/1_icons/MessageStatus/ErrorStatusIcon.vue.js +23 -3
  23. package/dist/components/1_icons/MessageStatus/ErrorStatusIcon.vue2.js +12 -21
  24. package/dist/components/1_icons/MessageStatus/PendingStatusIcon.vue.js +36 -4
  25. package/dist/components/1_icons/MessageStatus/PendingStatusIcon.vue2.js +11 -26
  26. package/dist/components/1_icons/MessageStatus/ReadStatusIcon.vue.js +23 -3
  27. package/dist/components/1_icons/MessageStatus/ReadStatusIcon.vue2.js +12 -21
  28. package/dist/components/1_icons/MessageStatus/ReceivedStatusIcon.vue.js +23 -3
  29. package/dist/components/1_icons/MessageStatus/ReceivedStatusIcon.vue2.js +11 -20
  30. package/dist/components/1_icons/MessageStatus/SentStatusIcon.vue.js +33 -4
  31. package/dist/components/1_icons/MessageStatus/SentStatusIcon.vue2.js +11 -23
  32. package/dist/components/1_icons/SearchIcon.vue.js +29 -17
  33. package/dist/components/1_icons/SettingsIcon.vue.js +8 -8
  34. package/dist/components/1_icons/TelegramIcon.vue.js +32 -20
  35. package/dist/components/1_icons/WhatsAppIcon.vue.js +32 -20
  36. package/dist/components/2_blocks/CommunicationPanel/CommunicationPanel.vue.js +546 -396
  37. package/dist/components/2_blocks/CommunicationPanel/CommunicationPanelAttributeIndicator.vue.js +101 -58
  38. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelCheckIcon.vue.js +14 -8
  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 +19 -13
  42. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSMSIcon.vue.js +16 -10
  43. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuMaxIcon.vue.js +35 -23
  44. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuPhoneIcon.vue.js +32 -20
  45. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuSMSIcon.vue.js +17 -11
  46. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuTelegramIcon.vue.js +8 -8
  47. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuWhatsAppIcon.vue.js +32 -20
  48. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelTelegramIcon.vue.js +33 -21
  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 +74 -4
  52. package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue2.js +8 -42
  53. package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue.js +62 -4
  54. package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue2.js +15 -36
  55. package/dist/components/2_blocks/FeedSearch/FeedSearch.vue.js +49 -4
  56. package/dist/components/2_blocks/FeedSearch/FeedSearch.vue2.js +22 -45
  57. package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue.js +36 -4
  58. package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue2.js +19 -37
  59. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue.js +61 -4
  60. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue2.js +79 -96
  61. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue.js +31 -27
  62. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue2.js +13 -2
  63. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue.js +72 -4
  64. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue2.js +47 -83
  65. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue.js +19 -21
  66. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue2.js +13 -2
  67. package/dist/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js +80 -51
  68. package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue.js +182 -4
  69. package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue2.js +25 -135
  70. package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue.js +78 -4
  71. package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue2.js +73 -95
  72. package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue.js +15 -17
  73. package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue2.js +13 -2
  74. package/dist/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.js +39 -33
  75. package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue.js +220 -4
  76. package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue2.js +146 -256
  77. package/dist/components/2_chatinput_elements/StickerPicker/icons/StickerIcon.vue.js +39 -41
  78. package/dist/components/2_chatinput_elements/StickerPicker/icons/StickerIcon.vue2.js +13 -2
  79. package/dist/components/2_chatinput_elements/TemplateSelector/TemplateSelector.vue.js +233 -163
  80. package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue.js +164 -4
  81. package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue2.js +87 -175
  82. package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.js +73 -4
  83. package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue2.js +34 -60
  84. package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue.js +47 -4
  85. package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue2.js +10 -23
  86. package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue.js +52 -4
  87. package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue2.js +8 -26
  88. package/dist/components/2_chatinput_elements/WABATemplateSelector/WABATemplateSelector.vue.js +299 -220
  89. package/dist/components/2_chatlist_elements/ChatFilter/ChatFilter.vue.js +39 -33
  90. package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue.js +306 -4
  91. package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue2.js +134 -311
  92. package/dist/components/2_chatlist_elements/ChatItem/icons/AudioIcon.vue.js +18 -12
  93. package/dist/components/2_chatlist_elements/ChatItem/icons/FileIcon.vue.js +23 -11
  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 +34 -22
  96. package/dist/components/2_chatlist_elements/ChatItem/icons/StickerIcon.vue.js +15 -9
  97. package/dist/components/2_chatlist_elements/ChatItem/icons/VideoIcon.vue.js +26 -14
  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 +52 -24
  100. package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue.js +84 -4
  101. package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue2.js +35 -67
  102. package/dist/components/2_elements/ChannelSelector/ChannelSelector.vue.js +72 -38
  103. package/dist/components/2_elements/ChatInfo/ChatInfo.vue.js +76 -57
  104. package/dist/components/2_elements/ChatPanel/ChatPanel.vue.js +41 -29
  105. package/dist/components/2_elements/ContactInfo/ContactInfo.vue.js +176 -115
  106. package/dist/components/2_elements/ThemeMode/ThemeMode.vue.js +48 -27
  107. package/dist/components/2_elements/UserProfile/UserProfile.vue.js +58 -28
  108. package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue.js +54 -4
  109. package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue2.js +19 -39
  110. package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue.js +458 -4
  111. package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue2.js +160 -471
  112. package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue.js +19 -4
  113. package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue2.js +12 -22
  114. package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.js +26 -4
  115. package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue2.js +26 -39
  116. package/dist/components/2_feed_elements/CallMessage/CallMessage.vue.js +482 -4
  117. package/dist/components/2_feed_elements/CallMessage/CallMessage.vue2.js +148 -448
  118. package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue.js +17 -19
  119. package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue2.js +13 -2
  120. package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue.js +17 -19
  121. package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue2.js +13 -2
  122. package/dist/components/2_feed_elements/DateMessage/DateMessage.vue.js +17 -4
  123. package/dist/components/2_feed_elements/DateMessage/DateMessage.vue2.js +7 -7
  124. package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue.js +16 -3
  125. package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue2.js +7 -7
  126. package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue.js +67 -4
  127. package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue2.js +11 -43
  128. package/dist/components/2_feed_elements/DeletedMessageContent/icons/DeletedMessageIcon.vue.js +16 -10
  129. package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue.js +60 -4
  130. package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue2.js +36 -53
  131. package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue.js +22 -4
  132. package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue2.js +8 -15
  133. package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue.js +43 -4
  134. package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue2.js +10 -25
  135. package/dist/components/2_feed_elements/FileMessage/FileMessage.vue.js +250 -4
  136. package/dist/components/2_feed_elements/FileMessage/FileMessage.vue2.js +67 -233
  137. package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue.js +315 -4
  138. package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue2.js +98 -319
  139. package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.js +39 -4
  140. package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue2.js +12 -22
  141. package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue.js +155 -4
  142. package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue2.js +110 -212
  143. package/dist/components/2_feed_elements/MessageReactions/icons/DeleteIcon.vue.js +32 -20
  144. package/dist/components/2_feed_elements/MessageReactions/icons/EditIcon.vue.js +32 -20
  145. package/dist/components/2_feed_elements/MessageReactions/icons/ExpandReactionsIcon.vue.js +17 -11
  146. package/dist/components/2_feed_elements/MessageReactions/icons/MessageActionsIcon.vue.js +16 -10
  147. package/dist/components/2_feed_elements/MessageReactions/icons/ReplyIcon.vue.js +17 -11
  148. package/dist/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue.js +22 -4
  149. package/dist/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue2.js +17 -23
  150. package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue.js +28 -4
  151. package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue2.js +27 -29
  152. package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue.js +142 -4
  153. package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue2.js +33 -121
  154. package/dist/components/2_feed_elements/MissedCallMessage/icons/MissedCallIcon.vue.js +34 -22
  155. package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue.js +55 -4
  156. package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue2.js +8 -30
  157. package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue.js +47 -4
  158. package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue2.js +9 -25
  159. package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js +56 -4
  160. package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue2.js +8 -37
  161. package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js +72 -4
  162. package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue2.js +10 -59
  163. package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.js +142 -4
  164. package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue2.js +36 -120
  165. package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue.js +49 -4
  166. package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue2.js +15 -53
  167. package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js +75 -4
  168. package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue2.js +10 -63
  169. package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue.js +18 -4
  170. package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue2.js +9 -17
  171. package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue.js +346 -4
  172. package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue2.js +73 -307
  173. package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue.js +17 -4
  174. package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue2.js +7 -7
  175. package/dist/components/2_feed_elements/TextMessage/TextMessage.vue.js +307 -4
  176. package/dist/components/2_feed_elements/TextMessage/TextMessage.vue2.js +65 -269
  177. package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue.js +37 -4
  178. package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue2.js +7 -21
  179. package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue.js +307 -4
  180. package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue2.js +76 -298
  181. package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue.js +64 -4
  182. package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue3.js +10 -45
  183. package/dist/components/2_modals/CreateChat/CreateChat.vue.js +35 -18
  184. package/dist/components/2_modals/CreateChat2/CreateChat2.vue.js +140 -92
  185. package/dist/components/2_modals/CreateDialog/CreateDialog.vue.js +96 -49
  186. package/dist/components/2_modals/Modal/Modal.vue.js +59 -50
  187. package/dist/components/2_modals/ModalFullscreen/ModalFullscreen.vue.js +51 -38
  188. package/dist/components/2_modals/ModalNoFooter/ModalNoFooter.vue.js +39 -30
  189. package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue.js +155 -4
  190. package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue2.js +49 -121
  191. package/dist/components/2_modals/SelectUser/SelectUser.vue.js +60 -43
  192. package/dist/components/2_modals/SelectUser2/SelectUser2.vue.js +41 -24
  193. package/dist/components/3_compounds/ChatInput/ChatInput.vue.js +85 -4
  194. package/dist/components/3_compounds/ChatInput/ChatInput.vue2.js +149 -210
  195. package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue.js +25 -21
  196. package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue2.js +13 -2
  197. package/dist/components/3_compounds/ChatList/ChatList.vue.js +253 -163
  198. package/dist/components/3_compounds/ChatList/ChatListHeader.vue.js +50 -32
  199. package/dist/components/3_compounds/ChatList/icons/LogoIcon.vue.js +6 -6
  200. package/dist/components/3_compounds/Feed/Feed.vue.js +172 -4
  201. package/dist/components/3_compounds/Feed/Feed.vue2.js +126 -257
  202. package/dist/components/3_compounds/SideBar/SideBar.vue.js +279 -202
  203. package/dist/components/4_layouts/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.js +43 -36
  204. package/dist/components/4_layouts/BaseLayout/BaseLayout.vue.js +5 -5
  205. package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue.js +32 -4
  206. package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue2.js +7 -29
  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 +31 -18
  210. package/dist/components/5_containers/FloatContainer/FloatContainer.vue.js +85 -56
  211. package/package.json +1 -1
@@ -1,32 +1,44 @@
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 = {
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 = {
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 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"
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"
24
19
  })
25
- ])
26
- ], -1)
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
+ )
27
39
  ])]);
28
40
  }
29
- const d = /* @__PURE__ */ o(n, [["render", c]]);
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"]]);
30
42
  export {
31
43
  d as default
32
44
  };
@@ -1,21 +1,27 @@
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 = {
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 = {
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 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)
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
+ )
16
22
  ])]);
17
23
  }
18
- const d = /* @__PURE__ */ n(r, [["render", l]]);
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"]]);
19
25
  export {
20
- d as default
26
+ p as default
21
27
  };
@@ -1,21 +1,27 @@
1
- import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
1
+ import { createElementBlock as o, openBlock as t, createElementVNode as s } from "vue";
2
2
  import n from "../../../../_virtual/_plugin-vue_export-helper.js";
3
- const r = {}, s = {
3
+ const C = {}, c = {
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 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)
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
+ )
16
22
  ])]);
17
23
  }
18
- const m = /* @__PURE__ */ n(r, [["render", c]]);
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"]]);
19
25
  export {
20
- m as default
26
+ a as default
21
27
  };
@@ -1,21 +1,27 @@
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 = {
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 = {
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 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)
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
+ )
16
22
  ])]);
17
23
  }
18
- const m = /* @__PURE__ */ r(l, [["render", s]]);
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"]]);
19
25
  export {
20
- m as default
26
+ f as default
21
27
  };
@@ -1,7 +1,25 @@
1
- import o from "./MessageSmsInvite.vue2.js";
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";
2
3
  /* empty css */
3
- import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-dfac27a5"]]);
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"]]);
5
23
  export {
6
- m as default
24
+ y as default
7
25
  };
@@ -1,31 +1,25 @@
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({
1
+ import { defineComponent as m, computed as a } from "vue";
2
+ import { useLocale as d } from "../../../locale/useLocale.js";
3
+ const y = /* @__PURE__ */ m({
4
4
  __name: "MessageSmsInvite",
5
5
  props: {
6
- status: {},
7
- hasMessengerAccount: { type: Boolean },
8
- channel: {}
6
+ status: { type: null, required: !0 },
7
+ hasMessengerAccount: { type: Boolean, required: !1 },
8
+ channel: { type: null, required: !1 }
9
9
  },
10
10
  emits: ["sms-invite"],
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);
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;
27
21
  }
28
22
  });
29
23
  export {
30
- w as default
24
+ y as default
31
25
  };
@@ -1,7 +1,31 @@
1
- import t from "./MessageStatusIndicator.vue2.js";
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";
2
3
  /* empty css */
3
- import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ o(t, [["__scopeId", "data-v-c70e671a"]]);
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"]]);
5
29
  export {
6
- e as default
30
+ v as default
7
31
  };
@@ -1,13 +1,13 @@
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";
1
+ import { defineComponent as i, computed as r } from "vue";
2
2
  import p from "../../1_atoms/Tooltip/Tooltip.vue.js";
3
- import { statuses as S } from "../../../functions/getStatusMessage.js";
3
+ import { statuses as m } from "../../../functions/getStatusMessage.js";
4
4
  import "../../../functions/parseMarkdown.js";
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({
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({
11
11
  name: "MessageStatusIndicator",
12
12
  __name: "MessageStatusIndicator",
13
13
  props: {
@@ -37,30 +37,28 @@ const M = /* @__PURE__ */ m({
37
37
  },
38
38
  statuses: {
39
39
  type: Array,
40
- default: () => S
40
+ default: () => m
41
41
  }
42
42
  },
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);
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;
62
60
  }
63
61
  });
64
62
  export {
65
- M as default
63
+ v as default
66
64
  };
@@ -1,7 +1,145 @@
1
- import o from "./MissedCallMessage.vue2.js";
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";
2
3
  /* empty css */
3
- import s from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ s(o, [["__scopeId", "data-v-6f8b73ef"]]);
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"]]);
5
143
  export {
6
- f as default
144
+ F as default
7
145
  };