@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,8 +1,8 @@
1
- import { defineComponent as N, inject as P, ref as u, computed as d, onMounted as S } from "vue";
2
- import b from "../../2_modals/ModalFullscreen/ModalFullscreen.vue.js";
1
+ import { defineComponent as V, inject as $, ref as s, computed as I, onMounted as x, createElementBlock as n, openBlock as o, createElementVNode as i, createBlock as h, withDirectives as k, vShow as g, createCommentVNode as r, toDisplayString as c, Teleport as A, createVNode as L, Transition as U, withCtx as T, unref as N } from "vue";
2
+ import z from "../../2_modals/ModalFullscreen/ModalFullscreen.vue.js";
3
3
  import "../../../hooks/useMessageDraft.js";
4
4
  import "../../../hooks/useSearchModel.js";
5
- import { useTheme as E } from "../../../hooks/useTheme.js";
5
+ import { useTheme as B } from "../../../hooks/useTheme.js";
6
6
  import "../../../hooks/useEmojiNative.js";
7
7
  /* empty css */
8
8
  /* empty css */
@@ -11,8 +11,20 @@ import "../../../locale/useLocale.js";
11
11
  import "../../../node_modules/linkifyjs/dist/linkify.js";
12
12
  import "../../../node_modules/linkify-string/dist/linkify-string.js";
13
13
  import "../../../functions/parseMarkdown.js";
14
- import { safeMediaPlay as I } from "../../../functions/safeMediaPlay.js";
15
- const H = /* @__PURE__ */ N({
14
+ import { safeMediaPlay as D } from "../../../functions/safeMediaPlay.js";
15
+ const j = { class: "preview__container" }, F = { class: "preview__block" }, O = ["src"], q = ["src"], G = {
16
+ key: 2,
17
+ style: { display: "flex", gap: "5px" }
18
+ }, H = ["src"], J = { class: "pi pi-play" }, K = { class: "pi pi-pause" }, Q = { key: 3 }, R = { class: "preview__control-block" }, W = { class: "preview__information" }, X = { class: "preview__name" }, Y = {
19
+ key: 0,
20
+ class: "preview__size"
21
+ }, Z = {
22
+ key: 1,
23
+ class: "preview__audio-time"
24
+ }, ee = {
25
+ key: 2,
26
+ class: "preview__audio-time"
27
+ }, ie = { class: "preview__reset" }, te = ["src"], le = ["src"], ye = /* @__PURE__ */ V({
16
28
  __name: "FilePreview",
17
29
  props: {
18
30
  fileInfo: {
@@ -21,33 +33,131 @@ const H = /* @__PURE__ */ N({
21
33
  }
22
34
  },
23
35
  emits: ["reset"],
24
- setup(L, { expose: m, emit: p }) {
25
- m();
26
- const o = P("chatAppId"), { getTheme: c } = E(o), f = p, e = u(), t = u(), r = u(!1), a = u(0), i = u(0), l = u(!1), _ = () => l.value = !1;
27
- function T() {
28
- e.value && (r.value ? e.value.pause() : I(e.value), r.value = !r.value);
36
+ setup(t, { emit: C }) {
37
+ const b = $("chatAppId"), { getTheme: p } = B(b), E = C, e = s(), a = s(), u = s(!1), d = s(0), _ = s(0), v = s(!1), M = () => v.value = !1;
38
+ function P() {
39
+ e.value && (u.value ? e.value.pause() : D(e.value), u.value = !u.value);
29
40
  }
30
- const n = (s) => {
31
- const g = Math.floor(s / 60), h = Math.floor(s % 60);
32
- return `${g.toString().padStart(2, "0")}:${h.toString().padStart(2, "0")}`;
33
- }, y = d(() => e.value ? n(i.value) : "0:00"), M = d(() => e.value || t.value ? n(a.value) : "0:00");
34
- S(() => {
41
+ const w = (m) => {
42
+ const l = Math.floor(m / 60), f = Math.floor(m % 60);
43
+ return `${l.toString().padStart(2, "0")}:${f.toString().padStart(2, "0")}`;
44
+ }, S = I(() => e.value ? w(_.value) : "0:00"), y = I(() => e.value || a.value ? w(d.value) : "0:00");
45
+ return x(() => {
35
46
  e.value != null && (e.value.addEventListener("loadedmetadata", () => {
36
47
  e.value != null && (e.value.duration == 1 / 0 || Number.isNaN(e.value.duration)) && (e.value.currentTime = 1e101, e.value.addEventListener("timeupdate", () => {
37
- e.value && (e.value.currentTime = 0, a.value = e.value.duration);
38
- }, { once: !0 })), a.value = e.value != null ? e.value.duration : 0;
48
+ e.value && (e.value.currentTime = 0, d.value = e.value.duration);
49
+ }, { once: !0 })), d.value = e.value != null ? e.value.duration : 0;
39
50
  }), e.value.addEventListener("timeupdate", () => {
40
- i.value = e.value != null ? e.value.currentTime : 0;
41
- })), t.value && t.value.addEventListener("loadedmetadata", () => {
42
- t.value && (a.value = t.value.duration, (t.value.duration == 1 / 0 || Number.isNaN(t.value.duration)) && (t.value.currentTime = 1e101, t.value.addEventListener("timeupdate", () => {
43
- t.value && (t.value.currentTime = 0, a.value = t.value.duration);
51
+ _.value = e.value != null ? e.value.currentTime : 0;
52
+ })), a.value && a.value.addEventListener("loadedmetadata", () => {
53
+ a.value && (d.value = a.value.duration, (a.value.duration == 1 / 0 || Number.isNaN(a.value.duration)) && (a.value.currentTime = 1e101, a.value.addEventListener("timeupdate", () => {
54
+ a.value && (a.value.currentTime = 0, d.value = a.value.duration);
44
55
  }, { once: !0 })));
45
56
  });
46
- });
47
- const v = { chatAppId: o, getTheme: c, emit: f, audio: e, video: t, isPlaying: r, duration: a, currentTime: i, isOpenModal: l, closeModal: _, togglePlayPause: T, formatTime: n, formatCurrentTime: y, formatDuration: M, ModalFullscreen: b };
48
- return Object.defineProperty(v, "__isScriptSetup", { enumerable: !1, value: !0 }), v;
57
+ }), (m, l) => (o(), n("div", j, [
58
+ i("div", F, [
59
+ t.fileInfo.isImage ? (o(), n("div", {
60
+ key: 0,
61
+ style: { position: "relative" },
62
+ onClick: l[0] || (l[0] = (f) => v.value = !0)
63
+ }, [
64
+ i("img", {
65
+ src: t.fileInfo.previewUrl,
66
+ alt: "Image Preview",
67
+ class: "preview__image"
68
+ }, null, 8, O),
69
+ l[3] || (l[3] = i("div", { class: "preview__shadow" }, [
70
+ i("span", { class: "pi pi-plus-circle" })
71
+ ], -1))
72
+ ])) : t.fileInfo.isVideo ? (o(), n("div", {
73
+ key: 1,
74
+ style: { position: "relative" },
75
+ onClick: l[1] || (l[1] = (f) => v.value = !0)
76
+ }, [
77
+ i("video", {
78
+ ref_key: "video",
79
+ ref: a,
80
+ src: t.fileInfo.previewUrl,
81
+ class: "preview__video"
82
+ }, null, 8, q),
83
+ l[4] || (l[4] = i("div", { class: "preview__shadow" }, [
84
+ i("span", { class: "pi pi-play" })
85
+ ], -1))
86
+ ])) : t.fileInfo.isAudio ? (o(), n("div", G, [
87
+ l[5] || (l[5] = i("span", {
88
+ class: "pi pi-headphones",
89
+ style: { "font-size": "1rem", margin: "auto" }
90
+ }, null, -1)),
91
+ i("audio", {
92
+ ref_key: "audio",
93
+ ref: e,
94
+ src: t.fileInfo.previewUrl
95
+ }, null, 8, H),
96
+ i("button", {
97
+ class: "preview__audio-control",
98
+ onClick: P
99
+ }, [
100
+ k(i("span", J, null, 512), [
101
+ [g, !u.value]
102
+ ]),
103
+ k(i("span", K, null, 512), [
104
+ [g, u.value]
105
+ ])
106
+ ])
107
+ ])) : (o(), n("div", Q, [...l[6] || (l[6] = [
108
+ i("span", {
109
+ class: "pi pi-file",
110
+ style: { "font-size": "2.5rem" }
111
+ }, null, -1)
112
+ ])]))
113
+ ]),
114
+ i("div", R, [
115
+ i("div", W, [
116
+ i("span", X, c(t.fileInfo.fileName), 1),
117
+ !t.fileInfo.isAudio && !t.fileInfo.isVideo ? (o(), n("span", Y, c(t.fileInfo.fileSize), 1)) : r("", !0),
118
+ t.fileInfo.isAudio ? (o(), n("span", Z, c(`${S.value} / ${y.value}`), 1)) : r("", !0),
119
+ t.fileInfo.isVideo ? (o(), n("span", ee, c(y.value), 1)) : r("", !0)
120
+ ]),
121
+ i("div", ie, [
122
+ i("span", {
123
+ class: "pi pi-times",
124
+ onClick: l[2] || (l[2] = (f) => E("reset"))
125
+ })
126
+ ])
127
+ ]),
128
+ (o(), h(A, { to: "body" }, [
129
+ L(U, { name: "modal-fade" }, {
130
+ default: T(() => [
131
+ v.value ? (o(), h(z, {
132
+ key: 0,
133
+ theme: N(p)().theme ? N(p)().theme : "",
134
+ title: t.fileInfo.fileName,
135
+ onClose: M
136
+ }, {
137
+ default: T(() => [
138
+ t.fileInfo.isVideo ? (o(), n("video", {
139
+ key: 0,
140
+ class: "preview__modal-video",
141
+ src: t.fileInfo.previewUrl,
142
+ controls: "",
143
+ autoplay: ""
144
+ }, null, 8, te)) : r("", !0),
145
+ t.fileInfo.isImage ? (o(), n("img", {
146
+ key: 1,
147
+ class: "preview__modal-image",
148
+ src: t.fileInfo.previewUrl,
149
+ alt: "Image Preview"
150
+ }, null, 8, le)) : r("", !0)
151
+ ]),
152
+ _: 1
153
+ }, 8, ["theme", "title"])) : r("", !0)
154
+ ]),
155
+ _: 1
156
+ })
157
+ ]))
158
+ ]));
49
159
  }
50
160
  });
51
161
  export {
52
- H as default
162
+ ye as default
53
163
  };
@@ -1,81 +1,7 @@
1
- import d from "./FileUploader.vue2.js";
2
- import { createElementBlock as t, openBlock as a, Fragment as s, createCommentVNode as i, createElementVNode as o, normalizeClass as u, createVNode as p } from "vue";
1
+ import o from "./FileUploader.vue2.js";
3
2
  /* empty css */
4
- import c from "../../../_virtual/_plugin-vue_export-helper.js";
5
- const f = {
6
- key: 0,
7
- class: "file-uploader__status file-uploader__status--uploading"
8
- }, _ = {
9
- key: 1,
10
- class: "file-uploader__status file-uploader__status--error"
11
- }, m = ["disabled"];
12
- function g(v, l, n, e, F, U) {
13
- return a(), t(
14
- s,
15
- null,
16
- [
17
- e.uploadStatus === "uploading" ? (a(), t("div", f, [...l[2] || (l[2] = [
18
- o(
19
- "span",
20
- null,
21
- "Загрузка",
22
- -1
23
- /* CACHED */
24
- ),
25
- o(
26
- "span",
27
- null,
28
- "файла...",
29
- -1
30
- /* CACHED */
31
- )
32
- ])])) : e.uploadStatus === "error" ? (a(), t("div", _, [...l[3] || (l[3] = [
33
- o(
34
- "span",
35
- null,
36
- "Ошибка при загрузке файла.",
37
- -1
38
- /* CACHED */
39
- )
40
- ])])) : i("v-if", !0),
41
- i(` <ButtonContextMenu
42
- v-else-if="!getMessage().isRecording"
43
- :actions="actions"
44
- :mode="'hover'"
45
- :menu-side="'top'"
46
- :disabled="!canUploadFile || state == 'disabled'"
47
- @click="triggerFileUpload"
48
- @button-click="triggerFileUploadDefault"
49
- > `),
50
- o("span", {
51
- ref: "triggerElement",
52
- class: u(["file-uploader__trigger", { "file-uploader__disabled": !e.canUploadFile || n.state == "disabled" }]),
53
- disabled: !e.canUploadFile || n.state == "disabled",
54
- onClick: e.triggerFileUploadDefault,
55
- onMouseenter: l[0] || (l[0] = (r) => e.isHovered = !0),
56
- onMouseleave: l[1] || (l[1] = (r) => e.isHovered = !1)
57
- }, [
58
- p(e.FileUploaderIcon, { fill: e.currentIconColor }, null, 8, ["fill"])
59
- ], 42, m),
60
- i(" </ButtonContextMenu> "),
61
- o(
62
- "input",
63
- {
64
- ref: "fileInput",
65
- style: { display: "none" },
66
- type: "file",
67
- onChange: e.onFileSelected
68
- },
69
- null,
70
- 544
71
- /* NEED_HYDRATION, NEED_PATCH */
72
- )
73
- ],
74
- 64
75
- /* STABLE_FRAGMENT */
76
- );
77
- }
78
- const y = /* @__PURE__ */ c(d, [["render", g], ["__scopeId", "data-v-b26588f6"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_chatinput_elements/FileUploader/FileUploader.vue"]]);
3
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-f82b23fd"]]);
79
5
  export {
80
- y as default
6
+ a as default
81
7
  };
@@ -1,7 +1,7 @@
1
- import { defineComponent as j, ref as n, inject as z, computed as C, watchEffect as B, watch as H, onMounted as L, onUnmounted as N } from "vue";
2
- import { buildFilePreview as V } from "../../../hooks/uploadFile/generatePreview.js";
3
- import { uploadFile as k } from "../../../hooks/uploadFile/uploadFile.js";
4
- import { useMessageDraft as R } from "../../../hooks/useMessageDraft.js";
1
+ import { defineComponent as D, ref as r, inject as x, computed as M, watchEffect as z, watch as A, onMounted as O, onUnmounted as P, createElementBlock as y, openBlock as b, Fragment as $, createCommentVNode as H, createElementVNode as a, normalizeClass as L, createVNode as j, unref as R } from "vue";
2
+ import { buildFilePreview as q } from "../../../hooks/uploadFile/generatePreview.js";
3
+ import { uploadFile as G } from "../../../hooks/uploadFile/uploadFile.js";
4
+ import { useMessageDraft as J } from "../../../hooks/useMessageDraft.js";
5
5
  import "../../../hooks/useSearchModel.js";
6
6
  import "../../../hooks/useTheme.js";
7
7
  import "../../../hooks/useEmojiNative.js";
@@ -12,8 +12,14 @@ import "../../../locale/useLocale.js";
12
12
  import "../../../node_modules/linkifyjs/dist/linkify.js";
13
13
  import "../../../node_modules/linkify-string/dist/linkify-string.js";
14
14
  import "../../../functions/parseMarkdown.js";
15
- import q from "./icons/FileUploaderIcon.vue.js";
16
- const le = /* @__PURE__ */ j({
15
+ import K from "./icons/FileUploaderIcon.vue.js";
16
+ const Q = {
17
+ key: 0,
18
+ class: "file-uploader__status file-uploader__status--uploading"
19
+ }, T = {
20
+ key: 1,
21
+ class: "file-uploader__status file-uploader__status--error"
22
+ }, W = ["disabled"], de = /* @__PURE__ */ D({
17
23
  __name: "FileUploader",
18
24
  props: {
19
25
  filebumpUrl: {
@@ -26,92 +32,108 @@ const le = /* @__PURE__ */ j({
26
32
  }
27
33
  },
28
34
  emits: ["fileUploaded"],
29
- setup(E, { expose: M, emit: O }) {
30
- M();
31
- const p = E, s = n(""), i = n(), b = n();
32
- b.value;
33
- const l = z("chatAppId"), { setMessageFile: y, resetMessageFile: h, getMessage: d, setRecordingMessage: v } = R(l), a = n("#5F5F5F"), u = n("#404040"), w = n(!1);
34
- let r = null;
35
- const m = () => {
36
- if (!l) {
37
- a.value = "#5F5F5F", u.value = "#404040";
35
+ setup(d, { emit: X }) {
36
+ const m = d, o = r(""), i = r(), _ = r();
37
+ _.value;
38
+ const n = x("chatAppId"), { setMessageFile: U, resetMessageFile: k, getMessage: w, setRecordingMessage: C } = J(n), u = r("#5F5F5F"), p = r("#404040"), v = r(!1);
39
+ let s = null;
40
+ const g = () => {
41
+ if (!n) {
42
+ u.value = "#5F5F5F", p.value = "#404040";
38
43
  return;
39
44
  }
40
- const t = document.getElementById(l);
41
- if (!t) {
42
- a.value = "#5F5F5F", u.value = "#404040";
45
+ const l = document.getElementById(n);
46
+ if (!l) {
47
+ u.value = "#5F5F5F", p.value = "#404040";
43
48
  return;
44
49
  }
45
- const o = window.getComputedStyle(t), e = o.getPropertyValue("--chotto-fileuploader-trigger-color").trim(), f = o.getPropertyValue("--chotto-fileuploader-trigger-hover-color").trim();
46
- a.value = e || "#5F5F5F", u.value = f || "#404040";
47
- }, D = C(() => w.value ? u.value : a.value);
48
- B(() => {
49
- m();
50
+ const e = window.getComputedStyle(l), t = e.getPropertyValue("--chotto-fileuploader-trigger-color").trim(), f = e.getPropertyValue("--chotto-fileuploader-trigger-hover-color").trim();
51
+ u.value = t || "#5F5F5F", p.value = f || "#404040";
52
+ }, S = M(() => v.value ? p.value : u.value);
53
+ z(() => {
54
+ g();
50
55
  });
51
- const P = O, U = C(() => !d().file), c = () => {
56
+ const F = M(() => !w().file), c = () => {
52
57
  i.value && (i.value.value = "");
53
- }, I = () => {
54
- h(), s.value = "", c();
55
- }, x = async () => {
56
- var o, e;
57
- const t = (e = (o = i.value) == null ? void 0 : o.files) == null ? void 0 : e[0];
58
- I(), t && await g(t), c();
59
- }, A = () => {
60
- i.value && U.value && p.state == "active" && (c(), i.value.click());
61
- }, F = async (t) => {
62
- var e;
63
- const o = (e = t.clipboardData) == null ? void 0 : e.items;
64
- if (o) {
65
- for (let f of o)
58
+ }, N = () => {
59
+ k(), o.value = "", c();
60
+ }, V = async () => {
61
+ var e, t;
62
+ const l = (t = (e = i.value) == null ? void 0 : e.files) == null ? void 0 : t[0];
63
+ N(), l && await E(l), c();
64
+ }, B = () => {
65
+ i.value && F.value && m.state == "active" && (c(), i.value.click());
66
+ }, h = async (l) => {
67
+ var t;
68
+ const e = (t = l.clipboardData) == null ? void 0 : t.items;
69
+ if (e) {
70
+ for (let f of e)
66
71
  if (f.type.indexOf("image") !== -1) {
67
- t.preventDefault();
68
- const S = f.getAsFile();
69
- S && g(S);
72
+ l.preventDefault();
73
+ const I = f.getAsFile();
74
+ I && E(I);
70
75
  }
71
76
  }
72
- }, g = async (t) => {
73
- s.value = "uploading", v(!0);
74
- const o = typeof p.filebumpUrl == "string" ? p.filebumpUrl : null;
75
- await k(o, t).then((e) => {
76
- v(!1), s.value = e.status, e.status == "success" && y({
77
- url: e.url,
78
- name: e.name,
79
- size: e.size,
80
- type: e.type,
81
- preview: V(e.name, e.preview)
77
+ }, E = async (l) => {
78
+ o.value = "uploading", C(!0);
79
+ const e = typeof m.filebumpUrl == "string" ? m.filebumpUrl : null;
80
+ await G(e, l).then((t) => {
81
+ C(!1), o.value = t.status, t.status == "success" && U({
82
+ url: t.url,
83
+ name: t.name,
84
+ size: t.size,
85
+ type: t.type,
86
+ preview: q(t.name, t.preview)
82
87
  });
83
88
  });
84
89
  };
85
- H(
86
- () => d().file,
87
- (t) => {
88
- t || (s.value = "", c());
90
+ return A(
91
+ () => w().file,
92
+ (l) => {
93
+ l || (o.value = "", c());
89
94
  }
90
- ), L(() => {
91
- if (window.addEventListener("paste", F), m(), l) {
92
- const t = document.getElementById(l);
93
- t && (r = new MutationObserver((o) => {
94
- o.forEach((e) => {
95
- e.type === "attributes" && e.attributeName === "data-theme" && m();
95
+ ), O(() => {
96
+ if (window.addEventListener("paste", h), g(), n) {
97
+ const l = document.getElementById(n);
98
+ l && (s = new MutationObserver((e) => {
99
+ e.forEach((t) => {
100
+ t.type === "attributes" && t.attributeName === "data-theme" && g();
96
101
  });
97
- }), r.observe(t, {
102
+ }), s.observe(l, {
98
103
  attributes: !0,
99
104
  attributeFilter: ["data-theme"]
100
105
  }));
101
106
  }
102
- }), N(() => {
103
- window.removeEventListener("paste", F), r && (r.disconnect(), r = null);
104
- });
105
- const _ = { props: p, uploadStatus: s, fileInput: i, triggerElement: b, chatAppId: l, setMessageFile: y, resetMessageFile: h, getMessage: d, setRecordingMessage: v, iconFillColor: a, iconHoverColor: u, isHovered: w, get themeObserver() {
106
- return r;
107
- }, set themeObserver(t) {
108
- r = t;
109
- }, updateIconColor: m, currentIconColor: D, emit: P, canUploadFile: U, resetNativeFileInput: c, resetSelectedFile: I, onFileSelected: x, triggerFileUploadDefault: A, pasteFromClipboard: F, handleFileUpload: g, get FileUploaderIcon() {
110
- return q;
111
- } };
112
- return Object.defineProperty(_, "__isScriptSetup", { enumerable: !1, value: !0 }), _;
107
+ }), P(() => {
108
+ window.removeEventListener("paste", h), s && (s.disconnect(), s = null);
109
+ }), (l, e) => (b(), y($, null, [
110
+ o.value === "uploading" ? (b(), y("div", Q, [...e[2] || (e[2] = [
111
+ a("span", null, "Загрузка", -1),
112
+ a("span", null, "файла...", -1)
113
+ ])])) : o.value === "error" ? (b(), y("div", T, [...e[3] || (e[3] = [
114
+ a("span", null, "Ошибка при загрузке файла.", -1)
115
+ ])])) : H("", !0),
116
+ a("span", {
117
+ ref_key: "triggerElement",
118
+ ref: _,
119
+ class: L(["file-uploader__trigger", { "file-uploader__disabled": !F.value || d.state == "disabled" }]),
120
+ disabled: !F.value || d.state == "disabled",
121
+ onClick: B,
122
+ onMouseenter: e[0] || (e[0] = (t) => v.value = !0),
123
+ onMouseleave: e[1] || (e[1] = (t) => v.value = !1)
124
+ }, [
125
+ j(R(K), { fill: S.value }, null, 8, ["fill"])
126
+ ], 42, W),
127
+ a("input", {
128
+ ref_key: "fileInput",
129
+ ref: i,
130
+ style: { display: "none" },
131
+ type: "file",
132
+ onChange: V
133
+ }, null, 544)
134
+ ], 64));
113
135
  }
114
136
  });
115
137
  export {
116
- le as default
138
+ de as default
117
139
  };
@@ -1,22 +1,24 @@
1
- import o from "./FileUploaderIcon.vue2.js";
2
- import { createElementBlock as t, openBlock as C, createElementVNode as r } from "vue";
3
- import c from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const l = {
1
+ import { defineComponent as e, createElementBlock as t, openBlock as l, createElementVNode as o } from "vue";
2
+ const n = {
5
3
  width: "26",
6
4
  height: "26",
7
5
  viewBox: "0 0 26 26",
8
6
  fill: "none",
9
7
  xmlns: "http://www.w3.org/2000/svg"
10
- }, n = ["fill"];
11
- function s(i, p, e, _, a, d) {
12
- return C(), t("svg", l, [
13
- r("path", {
14
- d: "M7.3125 4.875C7.3125 3.79756 7.74051 2.76425 8.50238 2.00238C9.26425 1.24051 10.2976 0.8125 11.375 0.8125C12.4524 0.8125 13.4858 1.24051 14.2476 2.00238C15.0095 2.76425 15.4375 3.79756 15.4375 4.875V19.5C15.4375 20.1465 15.1807 20.7665 14.7236 21.2236C14.2665 21.6807 13.6465 21.9375 13 21.9375C12.3535 21.9375 11.7335 21.6807 11.2764 21.2236C10.8193 20.7665 10.5625 20.1465 10.5625 19.5V8.125C10.5625 7.90951 10.6481 7.70285 10.8005 7.55048C10.9528 7.3981 11.1595 7.3125 11.375 7.3125C11.5905 7.3125 11.7972 7.3981 11.9495 7.55048C12.1019 7.70285 12.1875 7.90951 12.1875 8.125V19.5C12.1875 19.7155 12.2731 19.9222 12.4255 20.0745C12.5778 20.2269 12.7845 20.3125 13 20.3125C13.2155 20.3125 13.4222 20.2269 13.5745 20.0745C13.7269 19.9222 13.8125 19.7155 13.8125 19.5V4.875C13.8125 4.5549 13.7495 4.23794 13.627 3.94221C13.5045 3.64648 13.3249 3.37777 13.0986 3.15143C12.8722 2.92508 12.6035 2.74554 12.3078 2.62304C12.0121 2.50055 11.6951 2.4375 11.375 2.4375C11.0549 2.4375 10.7379 2.50055 10.4422 2.62304C10.1465 2.74554 9.87777 2.92508 9.65143 3.15143C9.42508 3.37777 9.24554 3.64648 9.12304 3.94221C9.00055 4.23794 8.9375 4.5549 8.9375 4.875V19.5C8.9375 20.5774 9.36551 21.6108 10.1274 22.3726C10.8892 23.1345 11.9226 23.5625 13 23.5625C14.0774 23.5625 15.1108 23.1345 15.8726 22.3726C16.6345 21.6108 17.0625 20.5774 17.0625 19.5V8.125C17.0625 7.90951 17.1481 7.70285 17.3005 7.55048C17.4528 7.3981 17.6595 7.3125 17.875 7.3125C18.0905 7.3125 18.2972 7.3981 18.4495 7.55048C18.6019 7.70285 18.6875 7.90951 18.6875 8.125V19.5C18.6875 21.0084 18.0883 22.4551 17.0217 23.5217C15.9551 24.5883 14.5084 25.1875 13 25.1875C11.4916 25.1875 10.0449 24.5883 8.97833 23.5217C7.91172 22.4551 7.3125 21.0084 7.3125 19.5V4.875Z",
15
- fill: e.fill
16
- }, null, 8, n)
17
- ]);
18
- }
19
- const V = /* @__PURE__ */ c(o, [["render", s], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue"]]);
8
+ }, i = ["fill"], a = /* @__PURE__ */ e({
9
+ __name: "FileUploaderIcon",
10
+ props: {
11
+ fill: { default: "#5F5F5F" }
12
+ },
13
+ setup(C) {
14
+ return (c, r) => (l(), t("svg", n, [
15
+ o("path", {
16
+ d: "M7.3125 4.875C7.3125 3.79756 7.74051 2.76425 8.50238 2.00238C9.26425 1.24051 10.2976 0.8125 11.375 0.8125C12.4524 0.8125 13.4858 1.24051 14.2476 2.00238C15.0095 2.76425 15.4375 3.79756 15.4375 4.875V19.5C15.4375 20.1465 15.1807 20.7665 14.7236 21.2236C14.2665 21.6807 13.6465 21.9375 13 21.9375C12.3535 21.9375 11.7335 21.6807 11.2764 21.2236C10.8193 20.7665 10.5625 20.1465 10.5625 19.5V8.125C10.5625 7.90951 10.6481 7.70285 10.8005 7.55048C10.9528 7.3981 11.1595 7.3125 11.375 7.3125C11.5905 7.3125 11.7972 7.3981 11.9495 7.55048C12.1019 7.70285 12.1875 7.90951 12.1875 8.125V19.5C12.1875 19.7155 12.2731 19.9222 12.4255 20.0745C12.5778 20.2269 12.7845 20.3125 13 20.3125C13.2155 20.3125 13.4222 20.2269 13.5745 20.0745C13.7269 19.9222 13.8125 19.7155 13.8125 19.5V4.875C13.8125 4.5549 13.7495 4.23794 13.627 3.94221C13.5045 3.64648 13.3249 3.37777 13.0986 3.15143C12.8722 2.92508 12.6035 2.74554 12.3078 2.62304C12.0121 2.50055 11.6951 2.4375 11.375 2.4375C11.0549 2.4375 10.7379 2.50055 10.4422 2.62304C10.1465 2.74554 9.87777 2.92508 9.65143 3.15143C9.42508 3.37777 9.24554 3.64648 9.12304 3.94221C9.00055 4.23794 8.9375 4.5549 8.9375 4.875V19.5C8.9375 20.5774 9.36551 21.6108 10.1274 22.3726C10.8892 23.1345 11.9226 23.5625 13 23.5625C14.0774 23.5625 15.1108 23.1345 15.8726 22.3726C16.6345 21.6108 17.0625 20.5774 17.0625 19.5V8.125C17.0625 7.90951 17.1481 7.70285 17.3005 7.55048C17.4528 7.3981 17.6595 7.3125 17.875 7.3125C18.0905 7.3125 18.2972 7.3981 18.4495 7.55048C18.6019 7.70285 18.6875 7.90951 18.6875 8.125V19.5C18.6875 21.0084 18.0883 22.4551 17.0217 23.5217C15.9551 24.5883 14.5084 25.1875 13 25.1875C11.4916 25.1875 10.0449 24.5883 8.97833 23.5217C7.91172 22.4551 7.3125 21.0084 7.3125 19.5V4.875Z",
17
+ fill: C.fill
18
+ }, null, 8, i)
19
+ ]));
20
+ }
21
+ });
20
22
  export {
21
- V as default
23
+ a as default
22
24
  };
@@ -1,15 +1,4 @@
1
- import { defineComponent as t } from "vue";
2
- const o = /* @__PURE__ */ t({
3
- __name: "FileUploaderIcon",
4
- props: {
5
- fill: { type: String, required: !1, default: "#5F5F5F" }
6
- },
7
- setup(p, { expose: r }) {
8
- r();
9
- const e = {};
10
- return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
11
- }
12
- });
1
+ import f from "./FileUploaderIcon.vue.js";
13
2
  export {
14
- o as default
3
+ f as default
15
4
  };
@@ -1,7 +1,7 @@
1
- import { createElementBlock as w, openBlock as b, withKeys as E, normalizeClass as F, toDisplayString as k, inject as f, ref as d, watch as h, onMounted as _, onUnmounted as v, nextTick as g } from "vue";
1
+ import { inject as p, ref as c, watch as g, onMounted as h, onUnmounted as v, createElementBlock as y, openBlock as w, withKeys as x, normalizeClass as k, unref as E, toDisplayString as F, nextTick as B } from "vue";
2
2
  /* empty css */
3
- import B from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const C = {
3
+ import _ from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const b = ["id"], I = {
5
5
  __name: "PlaceholderComponent",
6
6
  props: {
7
7
  index: {
@@ -18,55 +18,49 @@ const C = {
18
18
  }
19
19
  },
20
20
  emits: ["edit"],
21
- setup(c, { expose: s, emit: l }) {
22
- s();
23
- const t = f("chatAppId"), e = c, r = l, o = d(e.value), u = d();
24
- h(
21
+ setup(l, { emit: u }) {
22
+ const i = p("chatAppId"), e = l, s = u, n = c(e.value), r = c();
23
+ g(
25
24
  () => e.isFilled,
26
25
  () => {
27
- e.isFilled || (o.value = "Заполнить");
26
+ e.isFilled || (n.value = "Заполнить");
28
27
  },
29
28
  { immediate: !0 }
30
29
  );
31
- const y = (n) => {
30
+ const f = (t) => {
32
31
  if (!e.isFilled) {
33
- o.value = "";
34
- const i = window.getSelection();
35
- i.getRangeAt && i.rangeCount && i.getRangeAt(0).selectNodeContents(n.target);
32
+ n.value = "";
33
+ const o = window.getSelection();
34
+ o.getRangeAt && o.rangeCount && o.getRangeAt(0).selectNodeContents(t.target);
36
35
  }
37
36
  };
38
- function p() {
39
- o.value = u.value.innerText.trim(), e.value != o.value && (o.value != "" ? r("edit", [o.value, e.index]) : e.isFilled ? g(() => {
40
- o.value = e.value;
41
- }) : o.value = "Заполнить");
37
+ function a() {
38
+ n.value = r.value.innerText.trim(), e.value != n.value && (n.value != "" ? s("edit", [n.value, e.index]) : e.isFilled ? B(() => {
39
+ n.value = e.value;
40
+ }) : n.value = "Заполнить");
42
41
  }
43
- function x(n) {
44
- n.target.blur(), p();
42
+ function m(t) {
43
+ t.target.blur(), a();
45
44
  }
46
- function a(n) {
47
- n.target == document.getElementById("placeholder" + t + e.index) && (n.key === "Escape" && n.target.blur(), n.key == "Tab" && (n.target.blur(), document.getElementById("placeholder" + t + (e.index + 1)) && (n.preventDefault(), document.getElementById("placeholder" + t + (e.index + 1)).focus())));
45
+ function d(t) {
46
+ t.target == document.getElementById("placeholder" + i + e.index) && (t.key === "Escape" && t.target.blur(), t.key == "Tab" && (t.target.blur(), document.getElementById("placeholder" + i + (e.index + 1)) && (t.preventDefault(), document.getElementById("placeholder" + i + (e.index + 1)).focus())));
48
47
  }
49
- _(() => {
50
- window.addEventListener("keydown", a);
48
+ return h(() => {
49
+ window.addEventListener("keydown", d);
51
50
  }), v(() => {
52
- window.removeEventListener("keydown", a);
53
- });
54
- const m = { chatAppId: t, props: e, emit: r, v: o, refPlaceholder: u, prepare: y, validate: p, handleEnter: x, handleKey: a, onMounted: _, onUnmounted: v, ref: d, inject: f, nextTick: g, watch: h };
55
- return Object.defineProperty(m, "__isScriptSetup", { enumerable: !1, value: !0 }), m;
51
+ window.removeEventListener("keydown", d);
52
+ }), (t, o) => (w(), y("span", {
53
+ id: "placeholder" + E(i) + l.index,
54
+ ref_key: "refPlaceholder",
55
+ ref: r,
56
+ contenteditable: "",
57
+ class: k([{ filled: l.isFilled, empty: !l.isFilled }, "placeholder"]),
58
+ onKeydown: x(m, ["enter"]),
59
+ onFocus: f,
60
+ onBlur: a
61
+ }, F(n.value), 43, b));
56
62
  }
57
- }, I = ["id"];
58
- function P(c, s, l, t, e, r) {
59
- return b(), w("span", {
60
- id: "placeholder" + t.chatAppId + l.index,
61
- ref: "refPlaceholder",
62
- contenteditable: "",
63
- class: F([{ filled: l.isFilled, empty: !l.isFilled }, "placeholder"]),
64
- onKeydown: E(t.handleEnter, ["enter"]),
65
- onFocus: t.prepare,
66
- onBlur: t.validate
67
- }, k(t.v), 43, I);
68
- }
69
- const K = /* @__PURE__ */ B(C, [["render", P], ["__scopeId", "data-v-baf97a88"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue"]]);
63
+ }, K = /* @__PURE__ */ _(I, [["__scopeId", "data-v-558891d3"]]);
70
64
  export {
71
65
  K as default
72
66
  };