@mobilon-dev/chotto 0.3.96 → 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,7 +1,158 @@
1
- import o from "./MessageReactions.vue2.js";
1
+ import M from "./MessageReactions.vue2.js";
2
+ import { createElementBlock as s, openBlock as n, normalizeClass as k, createCommentVNode as c, createBlock as m, Fragment as _, renderList as v, withCtx as d, createElementVNode as l, createVNode as a, toDisplayString as E, Teleport as C, Transition as y, withDirectives as g, normalizeStyle as f, withModifiers as r, vShow as u } from "vue";
2
3
  /* empty css */
3
- import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-64bc224b"]]);
4
+ import R from "../../../_virtual/_plugin-vue_export-helper.js";
5
+ const b = ["onClick"], P = { class: "message-reactions__emoji" }, j = {
6
+ key: 0,
7
+ class: "message-reactions__count"
8
+ }, x = ["title", "onClick"];
9
+ function q(S, i, t, e, w, L) {
10
+ return n(), s(
11
+ "div",
12
+ {
13
+ ref: "reactionsContainerRef",
14
+ class: k(["message-reactions", { "has-reactions": e.hasReactions, "is-right-message": e.isRight, "is-disabled": !t.enabled }]),
15
+ onPointerenter: e.onMessageMouseEnter,
16
+ onPointerleave: e.onMessageMouseLeave
17
+ },
18
+ [
19
+ (n(!0), s(
20
+ _,
21
+ null,
22
+ v(e.displayedReactions, (o) => (n(), m(e.Tooltip, {
23
+ key: o.key,
24
+ text: e.getReactionTooltip(o),
25
+ position: "bottom-right",
26
+ offset: 6,
27
+ delay: 400
28
+ }, {
29
+ default: d(() => [
30
+ l("button", {
31
+ class: k(["message-reactions__chip", { "is-active": o.reactedByMe && o.count === 1 }]),
32
+ onClick: (h) => e.onToggle(o.key)
33
+ }, [
34
+ l("span", P, [
35
+ a(e.EmojiGlyph, {
36
+ emoji: o.key
37
+ }, null, 8, ["emoji"])
38
+ ]),
39
+ e.showCount || o.count > 1 ? (n(), s(
40
+ "span",
41
+ j,
42
+ E(o.count),
43
+ 1
44
+ /* TEXT */
45
+ )) : c("v-if", !0)
46
+ ], 10, b)
47
+ ]),
48
+ _: 2
49
+ /* DYNAMIC */
50
+ }, 1032, ["text"]))),
51
+ 128
52
+ /* KEYED_FRAGMENT */
53
+ )),
54
+ c(" Панель быстрых реакций и полный EmojiPicker — в body, чтобы не обрезались overflow ленты "),
55
+ (n(), m(C, { to: "body" }, [
56
+ a(y, {
57
+ name: "message-reactions-popover",
58
+ persisted: ""
59
+ }, {
60
+ default: d(() => [
61
+ g(l(
62
+ "div",
63
+ {
64
+ ref: "quickReactionsRef",
65
+ class: "message-reactions__quick-panel",
66
+ style: f(e.quickPanelStyle),
67
+ onMouseenter: i[0] || (i[0] = (...o) => e.handleQuickPanelMouseEnter && e.handleQuickPanelMouseEnter(...o)),
68
+ onMouseleave: i[1] || (i[1] = (...o) => e.handleQuickPanelMouseLeave && e.handleQuickPanelMouseLeave(...o))
69
+ },
70
+ [
71
+ (n(!0), s(
72
+ _,
73
+ null,
74
+ v(e.quickEmojis, (o) => (n(), s("button", {
75
+ key: o,
76
+ class: "message-reactions__quick-item",
77
+ title: o,
78
+ onClick: r((h) => e.onQuickEmojiClick(o), ["stop"])
79
+ }, [
80
+ a(e.EmojiGlyph, { emoji: o }, null, 8, ["emoji"])
81
+ ], 8, x))),
82
+ 128
83
+ /* KEYED_FRAGMENT */
84
+ )),
85
+ l("button", {
86
+ class: "message-reactions__expand",
87
+ title: "Развернуть",
88
+ onClick: r(e.onExpandClick, ["stop"])
89
+ }, [
90
+ a(e.ExpandReactionsIcon)
91
+ ]),
92
+ t.replyEnabled && t.reply ? (n(), s("button", {
93
+ key: 0,
94
+ class: "message-reactions__quick-item",
95
+ title: "Ответить",
96
+ onClick: r(e.onReplyClick, ["stop"])
97
+ }, [
98
+ a(e.ReplyIcon)
99
+ ])) : c("v-if", !0),
100
+ t.menuEnabled ? (n(), s("button", {
101
+ key: 1,
102
+ class: "message-reactions__quick-item",
103
+ title: "Действия",
104
+ onClick: r(e.onMenuClick, ["stop"])
105
+ }, [
106
+ a(e.MessageActionsIcon)
107
+ ])) : c("v-if", !0)
108
+ ],
109
+ 36
110
+ /* STYLE, NEED_HYDRATION */
111
+ ), [
112
+ [u, e.isQuickReactionsOpen && !t.readonly && t.enabled]
113
+ ])
114
+ ]),
115
+ _: 1
116
+ /* STABLE */
117
+ }),
118
+ a(y, {
119
+ name: "message-reactions-popover",
120
+ persisted: ""
121
+ }, {
122
+ default: d(() => [
123
+ g(l(
124
+ "div",
125
+ {
126
+ ref: "pickerRef",
127
+ class: "message-reactions__picker",
128
+ style: f(e.pickerStyle),
129
+ onMouseenter: i[2] || (i[2] = (...o) => e.handlePickerMouseEnter && e.handlePickerMouseEnter(...o)),
130
+ onMouseleave: i[3] || (i[3] = (...o) => e.handlePickerMouseLeave && e.handlePickerMouseLeave(...o))
131
+ },
132
+ [
133
+ a(e.EmojiPicker, {
134
+ native: e.isNative,
135
+ theme: e.emojiTheme,
136
+ "picker-type": "",
137
+ onSelect: e.onSelectEmoji
138
+ }, null, 8, ["native", "theme"])
139
+ ],
140
+ 36
141
+ /* STYLE, NEED_HYDRATION */
142
+ ), [
143
+ [u, e.isFullPickerOpen && !t.readonly && t.enabled]
144
+ ])
145
+ ]),
146
+ _: 1
147
+ /* STABLE */
148
+ })
149
+ ]))
150
+ ],
151
+ 34
152
+ /* CLASS, NEED_HYDRATION */
153
+ );
154
+ }
155
+ const N = /* @__PURE__ */ R(M, [["render", q], ["__scopeId", "data-v-254a0217"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_feed_elements/MessageReactions/MessageReactions.vue"]]);
5
156
  export {
6
- r as default
157
+ N as default
7
158
  };
@@ -1,32 +1,29 @@
1
- import { defineComponent as Ce, inject as E, ref as M, computed as c, unref as i, onMounted as _e, onUnmounted as Ne, watch as Se, createElementBlock as d, openBlock as l, normalizeClass as K, createBlock as Q, Fragment as A, renderList as F, withCtx as C, createElementVNode as p, createCommentVNode as _, createVNode as u, toDisplayString as Ue, Teleport as je, Transition as D, withDirectives as V, normalizeStyle as $, withModifiers as y, vShow as z } from "vue";
2
- import Pe from "../../../node_modules/vue3-emoji-picker-ru/dist/emoji-picker.es.js";
1
+ import { defineComponent as de, inject as b, ref as k, computed as s, unref as w, onMounted as me, onUnmounted as pe, watch as fe } from "vue";
2
+ import ge from "../../../node_modules/vue3-emoji-picker-ru/dist/emoji-picker.es.js";
3
3
  /* empty css */
4
4
  import "../../../hooks/useMessageDraft.js";
5
5
  import "../../../hooks/useSearchModel.js";
6
6
  import "../../../hooks/useTheme.js";
7
- import { useEmojiNative as Le } from "../../../hooks/useEmojiNative.js";
7
+ import { useEmojiNative as ve } from "../../../hooks/useEmojiNative.js";
8
8
  /* empty css */
9
9
  /* empty css */
10
10
  import "../../../locale/useLocale.js";
11
11
  /* empty css */
12
- import { isRightMessage as Te, findMessageContent as qe } from "./composables/usePositioning.js";
13
- import xe from "./icons/ReplyIcon.vue.js";
12
+ import { isRightMessage as ye, findMessageContent as Ie } from "./composables/usePositioning.js";
13
+ import he from "./icons/ReplyIcon.vue.js";
14
14
  import "../../../node_modules/linkifyjs/dist/linkify.js";
15
15
  import "../../../node_modules/linkify-string/dist/linkify-string.js";
16
16
  import "../../../functions/parseMarkdown.js";
17
- import { useStartReply as Be } from "../../../hooks/messages/useStartReply.js";
18
- import H from "../../1_atoms/EmojiGlyph/EmojiGlyph.vue.js";
19
- import we from "../../1_atoms/Tooltip/Tooltip.vue.js";
20
- import Oe from "./icons/ExpandReactionsIcon.vue.js";
21
- import Ke from "./icons/MessageActionsIcon.vue.js";
22
- import { QUICK_REACTION_EMOJIS as Qe } from "./utils/quickReactions.js";
23
- import { buildReactionTooltipText as Ae } from "./utils/reactionTooltip.js";
24
- import { useReactionsState as Fe } from "./composables/useReactionsState.js";
25
- import { useReactionsPanel as De } from "./composables/useReactionsPanel.js";
26
- const Ve = ["onClick"], $e = { class: "message-reactions__emoji" }, ze = {
27
- key: 0,
28
- class: "message-reactions__count"
29
- }, He = ["title", "onClick"], ht = /* @__PURE__ */ Ce({
17
+ import { useStartReply as Ee } from "../../../hooks/messages/useStartReply.js";
18
+ import Re from "../../1_atoms/EmojiGlyph/EmojiGlyph.vue.js";
19
+ import Me from "../../1_atoms/Tooltip/Tooltip.vue.js";
20
+ import be from "./icons/ExpandReactionsIcon.vue.js";
21
+ import ke from "./icons/MessageActionsIcon.vue.js";
22
+ import { QUICK_REACTION_EMOJIS as je } from "./utils/quickReactions.js";
23
+ import { buildReactionTooltipText as Se } from "./utils/reactionTooltip.js";
24
+ import { useReactionsState as Ue } from "./composables/useReactionsState.js";
25
+ import { useReactionsPanel as Ne } from "./composables/useReactionsPanel.js";
26
+ const et = /* @__PURE__ */ de({
30
27
  __name: "MessageReactions",
31
28
  props: {
32
29
  reactions: {
@@ -49,7 +46,7 @@ const Ve = ["onClick"], $e = { class: "message-reactions__emoji" }, ze = {
49
46
  mode: {
50
47
  type: String,
51
48
  default: "single",
52
- validator: (s) => ["single", "multi"].includes(s)
49
+ validator: (f) => ["single", "multi"].includes(f)
53
50
  },
54
51
  /** Id текущего пользователя — для расчёта reactedByMe и локальных add/remove */
55
52
  currentUserId: {
@@ -81,224 +78,125 @@ const Ve = ["onClick"], $e = { class: "message-reactions__emoji" }, ze = {
81
78
  }
82
79
  },
83
80
  emits: ["toggle-reaction", "add-reaction", "remove-reaction", "menu"],
84
- setup(s, { emit: J }) {
85
- const n = s, a = J, g = E("chatAppId"), G = E("currentUserId", void 0), W = E("reactionUserNames", void 0), { startReply: X } = Be(g || ""), m = M(null), f = M(null), N = M("light"), { isNative: Y } = Le(g || ""), S = c(() => Qe), Z = c(() => n.mode), k = c(() => n.currentUserId ?? i(G)), U = c(() => n.reactionUserNames ?? i(W)), ee = c(() => {
86
- var t, r;
87
- const e = (t = n.currentUserName) == null ? void 0 : t.trim();
81
+ setup(f, { expose: A, emit: F }) {
82
+ A();
83
+ const t = f, r = F, l = b("chatAppId"), j = b("currentUserId", void 0), S = b("reactionUserNames", void 0), { startReply: U } = Ee(l || ""), a = k(null), c = k(null), N = k("light"), { isNative: D } = ve(l || ""), C = s(() => je), P = s(() => t.mode), d = s(() => t.currentUserId ?? w(j)), g = s(() => t.reactionUserNames ?? w(S)), _ = s(() => {
84
+ var o, i;
85
+ const e = (o = t.currentUserName) == null ? void 0 : o.trim();
88
86
  if (e) return e;
89
- const o = k.value;
90
- if (o != null)
91
- return (r = U.value) == null ? void 0 : r[String(o)];
92
- }), te = c(() => n.mode === "multi"), j = Fe(
93
- c(() => n.reactions),
94
- Z,
95
- k,
96
- ee
97
- ), { displayedReactions: ne, hasReactions: oe, addReaction: h, removeReaction: P, toggleReaction: ie, isMyReaction: L } = j;
98
- function se(e) {
99
- return Ae(e.events, U.value);
87
+ const n = d.value;
88
+ if (n != null)
89
+ return (i = g.value) == null ? void 0 : i[String(n)];
90
+ }), G = s(() => t.mode === "multi"), v = Ue(
91
+ s(() => t.reactions),
92
+ P,
93
+ d,
94
+ _
95
+ ), { displayedReactions: H, hasReactions: J, addReaction: m, removeReaction: y, toggleReaction: L, isMyReaction: I } = v;
96
+ function z(e) {
97
+ return Se(e.events, g.value);
100
98
  }
101
- const re = De(S, m), {
102
- isQuickReactionsOpen: ae,
103
- isFullPickerOpen: le,
104
- pickerRef: ce,
105
- quickReactionsRef: ue,
106
- quickPanelStyle: de,
107
- pickerStyle: me,
108
- closeQuickPanel: v,
109
- handleMessageMouseEnter: fe,
110
- handleMessageMouseLeave: pe,
111
- openFullPicker: ge,
112
- closeFullPicker: T,
113
- handleQuickPanelMouseEnter: q,
114
- handleQuickPanelMouseLeave: x,
115
- handlePickerMouseEnter: B,
116
- handlePickerMouseLeave: w,
117
- handleClickOutside: O
118
- } = re, ve = c(() => m.value ? Te(m.value) : !1), ye = () => {
119
- var o;
120
- if (!g) return "light";
121
- const e = document.getElementById(g);
122
- return (o = e == null ? void 0 : e.getAttribute("data-theme")) != null && o.includes("dark") ? "dark" : "light";
99
+ const O = Ne(C, a), {
100
+ isQuickReactionsOpen: V,
101
+ isFullPickerOpen: W,
102
+ pickerRef: X,
103
+ quickReactionsRef: Y,
104
+ quickPanelStyle: Z,
105
+ pickerStyle: $,
106
+ closeQuickPanel: u,
107
+ handleMessageMouseEnter: T,
108
+ handleMessageMouseLeave: K,
109
+ openFullPicker: x,
110
+ closeFullPicker: h,
111
+ handleQuickPanelMouseEnter: ee,
112
+ handleQuickPanelMouseLeave: te,
113
+ handlePickerMouseEnter: ne,
114
+ handlePickerMouseLeave: oe,
115
+ handleClickOutside: E
116
+ } = O, re = s(() => a.value ? ye(a.value) : !1), B = () => {
117
+ var n;
118
+ if (!l) return "light";
119
+ const e = document.getElementById(l);
120
+ return (n = e == null ? void 0 : e.getAttribute("data-theme")) != null && n.includes("dark") ? "dark" : "light";
123
121
  };
124
- function I() {
125
- return !n.readonly && n.enabled && k.value != null;
122
+ function p() {
123
+ return !t.readonly && t.enabled && d.value != null;
126
124
  }
127
- function ke(e) {
128
- if (I()) {
129
- if (n.mode === "single") {
130
- if (j.myReactionKey.value === e)
131
- P(e), a("remove-reaction", { messageId: n.messageId, key: e });
125
+ function ie(e) {
126
+ if (p()) {
127
+ if (t.mode === "single") {
128
+ if (v.myReactionKey.value === e)
129
+ y(e), r("remove-reaction", { messageId: t.messageId, key: e });
132
130
  else {
133
- const t = h(e);
134
- t && a("remove-reaction", { messageId: n.messageId, key: t }), a("add-reaction", { messageId: n.messageId, key: e });
131
+ const o = m(e);
132
+ o && r("remove-reaction", { messageId: t.messageId, key: o }), r("add-reaction", { messageId: t.messageId, key: e });
135
133
  }
136
134
  return;
137
135
  }
138
- ie(e), a("toggle-reaction", { messageId: n.messageId, key: e });
136
+ L(e), r("toggle-reaction", { messageId: t.messageId, key: e });
139
137
  }
140
138
  }
141
- function he(e) {
142
- var o, t;
143
- return e instanceof Node ? !!((o = f.value) != null && o.contains(e) || (t = m.value) != null && t.contains(e)) : !1;
139
+ function Q(e) {
140
+ var n, o;
141
+ return e instanceof Node ? !!((n = c.value) != null && n.contains(e) || (o = a.value) != null && o.contains(e)) : !1;
144
142
  }
145
- function b() {
146
- n.readonly || !n.enabled || fe();
143
+ function R() {
144
+ t.readonly || !t.enabled || T();
147
145
  }
148
- function R(e) {
149
- n.readonly || !n.enabled || he(e.relatedTarget) || pe();
146
+ function M(e) {
147
+ t.readonly || !t.enabled || Q(e.relatedTarget) || K();
150
148
  }
151
- function Ie(e) {
152
- if (I()) {
153
- if (L(e))
154
- P(e), a("remove-reaction", { messageId: n.messageId, key: e });
149
+ function se(e) {
150
+ if (p()) {
151
+ if (I(e))
152
+ y(e), r("remove-reaction", { messageId: t.messageId, key: e });
155
153
  else {
156
- const o = h(e);
157
- o && a("remove-reaction", { messageId: n.messageId, key: o }), a("add-reaction", { messageId: n.messageId, key: e });
154
+ const n = m(e);
155
+ n && r("remove-reaction", { messageId: t.messageId, key: n }), r("add-reaction", { messageId: t.messageId, key: e });
158
156
  }
159
- v();
157
+ u();
160
158
  }
161
159
  }
162
- function be() {
163
- n.readonly || !n.enabled || !n.reply || (X(n.reply), v());
160
+ function ae() {
161
+ t.readonly || !t.enabled || !t.reply || (U(t.reply), u());
164
162
  }
165
- function Re(e) {
166
- if (n.readonly || !n.enabled || !n.menuEnabled) return;
167
- const o = e.currentTarget, t = o instanceof HTMLElement ? (() => {
168
- const r = o.getBoundingClientRect();
169
- return { top: r.top, right: r.right, bottom: r.bottom, left: r.left, width: r.width, height: r.height };
163
+ function ce(e) {
164
+ if (t.readonly || !t.enabled || !t.menuEnabled) return;
165
+ const n = e.currentTarget, o = n instanceof HTMLElement ? (() => {
166
+ const i = n.getBoundingClientRect();
167
+ return { top: i.top, right: i.right, bottom: i.bottom, left: i.left, width: i.width, height: i.height };
170
168
  })() : void 0;
171
- a("menu", { messageId: n.messageId, triggerRect: t, event: e });
169
+ r("menu", { messageId: t.messageId, triggerRect: o, event: e });
172
170
  }
173
- async function Ee() {
174
- n.readonly || !n.enabled || (N.value = ye(), await ge());
171
+ async function le() {
172
+ t.readonly || !t.enabled || (N.value = B(), await x());
175
173
  }
176
- function Me(e) {
177
- if (T(), v(), !I()) return;
178
- const o = e.i;
179
- if (L(o))
174
+ function ue(e) {
175
+ if (h(), u(), !p()) return;
176
+ const n = e.i;
177
+ if (I(n))
180
178
  return;
181
- const t = h(o);
182
- t && a("remove-reaction", { messageId: n.messageId, key: t }), a("add-reaction", { messageId: n.messageId, key: o });
179
+ const o = m(n);
180
+ o && r("remove-reaction", { messageId: t.messageId, key: o }), r("add-reaction", { messageId: t.messageId, key: n });
183
181
  }
184
- return _e(() => {
185
- document.addEventListener("click", O);
186
- const e = qe(m.value);
187
- e && (f.value = e, e.addEventListener("pointerenter", b), e.addEventListener("pointerleave", R));
188
- }), Ne(() => {
189
- document.removeEventListener("click", O), f.value && (f.value.removeEventListener("pointerenter", b), f.value.removeEventListener("pointerleave", R));
190
- }), Se(
191
- () => [n.enabled, n.readonly],
192
- ([e, o]) => {
193
- (!e || o) && (v(), T());
182
+ me(() => {
183
+ document.addEventListener("click", E);
184
+ const e = Ie(a.value);
185
+ e && (c.value = e, e.addEventListener("pointerenter", R), e.addEventListener("pointerleave", M));
186
+ }), pe(() => {
187
+ document.removeEventListener("click", E), c.value && (c.value.removeEventListener("pointerenter", R), c.value.removeEventListener("pointerleave", M));
188
+ }), fe(
189
+ () => [t.enabled, t.readonly],
190
+ ([e, n]) => {
191
+ (!e || n) && (u(), h());
194
192
  }
195
- ), (e, o) => (l(), d("div", {
196
- ref_key: "reactionsContainerRef",
197
- ref: m,
198
- class: K(["message-reactions", { "has-reactions": i(oe), "is-right-message": ve.value, "is-disabled": !s.enabled }]),
199
- onPointerenter: b,
200
- onPointerleave: R
201
- }, [
202
- (l(!0), d(A, null, F(i(ne), (t) => (l(), Q(we, {
203
- key: t.key,
204
- text: se(t),
205
- position: "bottom-right",
206
- offset: 6,
207
- delay: 400
208
- }, {
209
- default: C(() => [
210
- p("button", {
211
- class: K(["message-reactions__chip", { "is-active": t.reactedByMe && t.count === 1 }]),
212
- onClick: (r) => ke(t.key)
213
- }, [
214
- p("span", $e, [
215
- u(H, {
216
- emoji: t.key
217
- }, null, 8, ["emoji"])
218
- ]),
219
- te.value || t.count > 1 ? (l(), d("span", ze, Ue(t.count), 1)) : _("", !0)
220
- ], 10, Ve)
221
- ]),
222
- _: 2
223
- }, 1032, ["text"]))), 128)),
224
- (l(), Q(je, { to: "body" }, [
225
- u(D, { name: "message-reactions-popover" }, {
226
- default: C(() => [
227
- V(p("div", {
228
- ref_key: "quickReactionsRef",
229
- ref: ue,
230
- class: "message-reactions__quick-panel",
231
- style: $(i(de)),
232
- onMouseenter: o[0] || (o[0] = //@ts-ignore
233
- (...t) => i(q) && i(q)(...t)),
234
- onMouseleave: o[1] || (o[1] = //@ts-ignore
235
- (...t) => i(x) && i(x)(...t))
236
- }, [
237
- (l(!0), d(A, null, F(S.value, (t) => (l(), d("button", {
238
- key: t,
239
- class: "message-reactions__quick-item",
240
- title: t,
241
- onClick: y((r) => Ie(t), ["stop"])
242
- }, [
243
- u(H, { emoji: t }, null, 8, ["emoji"])
244
- ], 8, He))), 128)),
245
- p("button", {
246
- class: "message-reactions__expand",
247
- title: "Развернуть",
248
- onClick: y(Ee, ["stop"])
249
- }, [
250
- u(Oe)
251
- ]),
252
- s.replyEnabled && s.reply ? (l(), d("button", {
253
- key: 0,
254
- class: "message-reactions__quick-item",
255
- title: "Ответить",
256
- onClick: y(be, ["stop"])
257
- }, [
258
- u(xe)
259
- ])) : _("", !0),
260
- s.menuEnabled ? (l(), d("button", {
261
- key: 1,
262
- class: "message-reactions__quick-item",
263
- title: "Действия",
264
- onClick: y(Re, ["stop"])
265
- }, [
266
- u(Ke)
267
- ])) : _("", !0)
268
- ], 36), [
269
- [z, i(ae) && !s.readonly && s.enabled]
270
- ])
271
- ]),
272
- _: 1
273
- }),
274
- u(D, { name: "message-reactions-popover" }, {
275
- default: C(() => [
276
- V(p("div", {
277
- ref_key: "pickerRef",
278
- ref: ce,
279
- class: "message-reactions__picker",
280
- style: $(i(me)),
281
- onMouseenter: o[2] || (o[2] = //@ts-ignore
282
- (...t) => i(B) && i(B)(...t)),
283
- onMouseleave: o[3] || (o[3] = //@ts-ignore
284
- (...t) => i(w) && i(w)(...t))
285
- }, [
286
- u(i(Pe), {
287
- native: i(Y),
288
- theme: N.value,
289
- "picker-type": "",
290
- onSelect: Me
291
- }, null, 8, ["native", "theme"])
292
- ], 36), [
293
- [z, i(le) && !s.readonly && s.enabled]
294
- ])
295
- ]),
296
- _: 1
297
- })
298
- ]))
299
- ], 34));
193
+ );
194
+ const q = { props: t, emit: r, chatAppId: l, injectedUserId: j, injectedUserNames: S, startReply: U, reactionsContainerRef: a, messageContentEl: c, emojiTheme: N, isNative: D, quickEmojis: C, reactionsMode: P, resolvedUserId: d, resolvedUserNames: g, resolvedUserName: _, showCount: G, reactionsState: v, displayedReactions: H, hasReactions: J, addReaction: m, removeReaction: y, toggleReaction: L, isMyReaction: I, getReactionTooltip: z, panel: O, isQuickReactionsOpen: V, isFullPickerOpen: W, pickerRef: X, quickReactionsRef: Y, quickPanelStyle: Z, pickerStyle: $, closeQuickPanel: u, handleMessageMouseEnter: T, handleMessageMouseLeave: K, openFullPicker: x, closeFullPicker: h, handleQuickPanelMouseEnter: ee, handleQuickPanelMouseLeave: te, handlePickerMouseEnter: ne, handlePickerMouseLeave: oe, handleClickOutside: E, isRight: re, changeThemeDialogEmoji: B, canMutate: p, onToggle: ie, isStillInsideMessage: Q, onMessageMouseEnter: R, onMessageMouseLeave: M, onQuickEmojiClick: se, onReplyClick: ae, onMenuClick: ce, onExpandClick: le, onSelectEmoji: ue, get EmojiPicker() {
195
+ return ge;
196
+ }, EmojiGlyph: Re, Tooltip: Me, ExpandReactionsIcon: be, ReplyIcon: he, MessageActionsIcon: ke };
197
+ return Object.defineProperty(q, "__isScriptSetup", { enumerable: !1, value: !0 }), q;
300
198
  }
301
199
  });
302
200
  export {
303
- ht as default
201
+ et as default
304
202
  };
@@ -1,32 +1,44 @@
1
- import { createElementBlock as l, openBlock as i, createElementVNode as e } 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 l 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, t) {
11
- return i(), l("svg", r, [...t[0] || (t[0] = [
12
- e("g", { "clip-path": "url(#clip0_11494_26173)" }, [
13
- e("path", {
14
- d: "M16 9V19H8V9H16ZM14.5 3H9.5L8.5 4H5V6H19V4H15.5L14.5 3ZM18 7H6V19C6 20.1 6.9 21 8 21H16C17.1 21 18 20.1 18 19V7Z",
15
- fill: "#DC3545"
16
- })
17
- ], -1),
18
- e("defs", null, [
19
- e("clipPath", { id: "clip0_11494_26173" }, [
20
- e("rect", {
21
- width: "24",
22
- height: "24",
23
- fill: "white"
10
+ function i(r, t) {
11
+ return c(), o("svg", s, [...t[0] || (t[0] = [
12
+ e(
13
+ "g",
14
+ { "clip-path": "url(#clip0_11494_26173)" },
15
+ [
16
+ e("path", {
17
+ d: "M16 9V19H8V9H16ZM14.5 3H9.5L8.5 4H5V6H19V4H15.5L14.5 3ZM18 7H6V19C6 20.1 6.9 21 8 21H16C17.1 21 18 20.1 18 19V7Z",
18
+ fill: "#DC3545"
24
19
  })
25
- ])
26
- ], -1)
20
+ ],
21
+ -1
22
+ /* CACHED */
23
+ ),
24
+ e(
25
+ "defs",
26
+ null,
27
+ [
28
+ e("clipPath", { id: "clip0_11494_26173" }, [
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 f = /* @__PURE__ */ o(n, [["render", c]]);
41
+ const f = /* @__PURE__ */ l(n, [["render", i], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_feed_elements/MessageReactions/icons/DeleteIcon.vue"]]);
30
42
  export {
31
43
  f as default
32
44
  };