@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,25 +1,24 @@
1
- import n from "./SendIcon.vue2.js";
2
- import { createElementBlock as c, openBlock as i, createElementVNode as t } from "vue";
3
- import l from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = {
1
+ import { defineComponent as o, createElementBlock as i, openBlock as n, createElementVNode as t } from "vue";
2
+ const c = {
5
3
  width: "30",
6
4
  height: "30",
7
5
  viewBox: "0 0 30 30",
8
6
  fill: "none",
9
7
  xmlns: "http://www.w3.org/2000/svg"
10
- }, s = { "clip-path": "url(#clip0_5094_38)" }, p = ["fill"];
11
- function _(d, o, e, h, L, f) {
12
- return i(), c("svg", r, [
13
- t("g", s, [
14
- t("path", {
15
- d: "M29.2562 15.8609C29.4249 15.7886 29.5687 15.6685 29.6697 15.5153C29.7708 15.3621 29.8246 15.1826 29.8246 14.9991C29.8246 14.8156 29.7708 14.6361 29.6697 14.4829C29.5687 14.3297 29.4249 14.2096 29.2562 14.1373L2.25448 2.56551L2.25315 2.56418L1.41523 2.20356C1.25645 2.13533 1.0819 2.11232 0.910865 2.13706C0.739829 2.16181 0.57896 2.23335 0.44603 2.34378C0.3131 2.45421 0.21328 2.59924 0.157599 2.76284C0.101917 2.92644 0.0925408 3.10225 0.130504 3.27085L0.329378 4.15915L0.328052 4.16313L2.73707 14.9991L0.328052 25.8351L0.328051 25.8404L0.129177 26.7287C0.0918219 26.8971 0.101658 27.0725 0.157599 27.2357C0.213541 27.3989 0.313419 27.5435 0.446241 27.6535C0.579064 27.7636 0.739678 27.8349 0.910408 27.8596C1.08114 27.8842 1.25536 27.8613 1.4139 27.7933L29.2562 15.8609ZM24.3202 15.9365H4.44872L4.61179 15.2033C4.6418 15.0688 4.6418 14.9294 4.61179 14.7949L4.44872 14.0617H24.3202L26.5065 14.9991L24.3215 15.9378L24.3202 15.9365Z",
16
- fill: e.color
17
- }, null, 8, p)
18
- ]),
19
- o[0] || (o[0] = t(
20
- "defs",
21
- null,
22
- [
8
+ }, r = { "clip-path": "url(#clip0_5094_38)" }, s = ["fill"], p = /* @__PURE__ */ o({
9
+ __name: "SendIcon",
10
+ props: {
11
+ color: { default: "#6C757D" }
12
+ },
13
+ setup(l) {
14
+ return (C, e) => (n(), i("svg", c, [
15
+ t("g", r, [
16
+ t("path", {
17
+ d: "M29.2562 15.8609C29.4249 15.7886 29.5687 15.6685 29.6697 15.5153C29.7708 15.3621 29.8246 15.1826 29.8246 14.9991C29.8246 14.8156 29.7708 14.6361 29.6697 14.4829C29.5687 14.3297 29.4249 14.2096 29.2562 14.1373L2.25448 2.56551L2.25315 2.56418L1.41523 2.20356C1.25645 2.13533 1.0819 2.11232 0.910865 2.13706C0.739829 2.16181 0.57896 2.23335 0.44603 2.34378C0.3131 2.45421 0.21328 2.59924 0.157599 2.76284C0.101917 2.92644 0.0925408 3.10225 0.130504 3.27085L0.329378 4.15915L0.328052 4.16313L2.73707 14.9991L0.328052 25.8351L0.328051 25.8404L0.129177 26.7287C0.0918219 26.8971 0.101658 27.0725 0.157599 27.2357C0.213541 27.3989 0.313419 27.5435 0.446241 27.6535C0.579064 27.7636 0.739678 27.8349 0.910408 27.8596C1.08114 27.8842 1.25536 27.8613 1.4139 27.7933L29.2562 15.8609ZM24.3202 15.9365H4.44872L4.61179 15.2033C4.6418 15.0688 4.6418 14.9294 4.61179 14.7949L4.44872 14.0617H24.3202L26.5065 14.9991L24.3215 15.9378L24.3202 15.9365Z",
18
+ fill: l.color
19
+ }, null, 8, s)
20
+ ]),
21
+ e[0] || (e[0] = t("defs", null, [
23
22
  t("clipPath", { id: "clip0_5094_38" }, [
24
23
  t("rect", {
25
24
  width: "30",
@@ -27,13 +26,10 @@ function _(d, o, e, h, L, f) {
27
26
  fill: "white"
28
27
  })
29
28
  ])
30
- ],
31
- -1
32
- /* CACHED */
33
- ))
34
- ]);
35
- }
36
- const u = /* @__PURE__ */ l(n, [["render", _], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/3_compounds/ChatInput/icons/SendIcon.vue"]]);
29
+ ], -1))
30
+ ]));
31
+ }
32
+ });
37
33
  export {
38
- u as default
34
+ p as default
39
35
  };
@@ -1,15 +1,4 @@
1
- import { defineComponent as t } from "vue";
2
- const p = /* @__PURE__ */ t({
3
- __name: "SendIcon",
4
- props: {
5
- color: { type: String, required: !1, default: "#6C757D" }
6
- },
7
- setup(n, { expose: r }) {
8
- r();
9
- const e = {};
10
- return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
11
- }
12
- });
1
+ import f from "./SendIcon.vue.js";
13
2
  export {
14
- p as default
3
+ f as default
15
4
  };
@@ -1,15 +1,36 @@
1
- import { createElementBlock as r, openBlock as o, renderSlot as L, createCommentVNode as l, createBlock as f, createElementVNode as s, createVNode as F, toDisplayString as h, createTextVNode as K, Fragment as C, renderList as p, normalizeStyle as X, Transition as Z, withCtx as $, ref as v, computed as n, onMounted as w, nextTick as A, onUpdated as B, onBeforeUnmount as E } from "vue";
2
- import tt from "../../2_chatlist_elements/ChatItem/ChatItem.vue.js";
3
- import et from "../../2_chatlist_elements/ChatFilter/ChatFilter.vue.js";
4
- import at from "../../2_chatlist_elements/ChatTabs/ChatTabs.vue.js";
5
- import ot from "../../1_atoms/LoadingIndicator/LoadingIndicator.vue.js";
6
- import { useChatListScroll as I } from "./composables/useChatListScroll.js";
7
- import { useChatListSelection as D } from "./composables/useChatListSelection.js";
8
- import { useChatListFilter as M } from "./composables/useChatListFilter.js";
9
- import { useChatListActions as Q } from "./composables/useChatListActions.js";
1
+ import { ref as D, computed as u, onMounted as H, nextTick as O, onUpdated as P, onBeforeUnmount as W, createElementBlock as l, openBlock as s, renderSlot as M, createBlock as f, createCommentVNode as n, createElementVNode as c, createVNode as Q, unref as e, toDisplayString as h, createTextVNode as j, Fragment as v, renderList as k, normalizeStyle as R, Transition as Y, withCtx as G } from "vue";
2
+ import _ from "../../2_chatlist_elements/ChatItem/ChatItem.vue.js";
3
+ import J from "../../2_chatlist_elements/ChatFilter/ChatFilter.vue.js";
4
+ import K from "../../2_chatlist_elements/ChatTabs/ChatTabs.vue.js";
5
+ import X from "../../1_atoms/LoadingIndicator/LoadingIndicator.vue.js";
6
+ import { useChatListScroll as Z } from "./composables/useChatListScroll.js";
7
+ import { useChatListSelection as tt } from "./composables/useChatListSelection.js";
8
+ import { useChatListFilter as et } from "./composables/useChatListFilter.js";
9
+ import { useChatListActions as at } from "./composables/useChatListActions.js";
10
10
  /* empty css */
11
- import it from "../../../_virtual/_plugin-vue_export-helper.js";
12
- const rt = {
11
+ import st from "../../../_virtual/_plugin-vue_export-helper.js";
12
+ const ot = { class: "chat-list" }, it = {
13
+ key: 2,
14
+ class: "chat-list__search-indicator"
15
+ }, lt = { class: "chat-list__search-content" }, nt = { class: "chat-list__search-text" }, rt = {
16
+ key: 0,
17
+ class: "chat-list__search-progress"
18
+ }, ct = {
19
+ key: 1,
20
+ class: "chat-list__search-query"
21
+ }, dt = {
22
+ key: 0,
23
+ class: "chat-list__search-stats"
24
+ }, ut = {
25
+ key: 3,
26
+ class: "chat-list__fixed-items-top"
27
+ }, ht = { class: "chat-list__placeholder" }, gt = { class: "chat-list__placeholder-title" }, ft = {
28
+ key: 0,
29
+ class: "chat-list__placeholder-hint"
30
+ }, mt = {
31
+ key: 4,
32
+ class: "chat-list__fixed-items-bottom"
33
+ }, yt = {
13
34
  __name: "ChatList",
14
35
  props: {
15
36
  chats: {
@@ -60,7 +81,7 @@ const rt = {
60
81
  contextMenuTrigger: {
61
82
  type: String,
62
83
  default: "hover",
63
- validator: (c) => ["hover", "rightClick"].includes(c)
84
+ validator: (a) => ["hover", "rightClick"].includes(a)
64
85
  },
65
86
  placeholderTitle: {
66
87
  type: String,
@@ -72,253 +93,142 @@ const rt = {
72
93
  }
73
94
  },
74
95
  emits: ["select", "action", "loadMoreChats", "expand", "tab-click", "search", "clear-search"],
75
- setup(c, { expose: i, emit: a }) {
76
- i();
77
- const t = c, d = a, _ = v(), e = v(0), m = n(() => t.chats), g = () => {
78
- var u;
79
- e.value = ((u = _.value) == null ? void 0 : u.offsetTop) ?? 0;
80
- }, W = n(() => ({
81
- transform: `translateY(${-(e.value / 2)}px)`
82
- })), S = n(() => {
83
- var u, k, b;
84
- return ((u = t.searchQuery) == null ? void 0 : u.trim()) || ((k = t.filterQuery) == null ? void 0 : k.trim()) || ((b = x.value) == null ? void 0 : b.trim()) || "";
85
- }), y = n(
86
- () => S.value.length > 0 && !t.isSearching
87
- ), H = n(() => y.value ? `Не нашли чат по запросу "${S.value}"` : t.placeholderTitle), N = n(() => y.value ? "" : t.placeholderHint), {
88
- isShowButton: O,
89
- scrollToTopForce: U,
90
- scrollCheck: V,
91
- startScrollWatch: j,
92
- stopScrollWatch: q
93
- } = I({ refChatList: _, chats: m, emit: d }), {
94
- selectChat: z
95
- } = D({ chats: m, emit: d }), {
96
- filter: x,
97
- getSortedAndFilteredChats: P,
98
- getFilter: R
99
- } = M({ props: t, emit: d }), {
100
- expandChat: Y,
101
- action: G,
102
- handleTabClick: J
103
- } = Q({ emit: d });
104
- w(async () => {
105
- await A(), g(), window.addEventListener("resize", g);
106
- }), B(() => {
107
- g();
108
- }), E(() => {
109
- window.removeEventListener("resize", g);
110
- });
111
- const T = { props: t, emit: d, refChatList: _, noDataOffset: e, chatsRef: m, updateNoDataOffset: g, noDataStyle: W, currentSearchQuery: S, isSearchEmptyState: y, emptyStateTitle: H, emptyStateHint: N, isShowButton: O, scrollToTopForce: U, scrollCheck: V, startScrollWatch: j, stopScrollWatch: q, selectChat: z, filter: x, getSortedAndFilteredChats: P, getFilter: R, expandChat: Y, action: G, handleTabClick: J, ref: v, computed: n, nextTick: A, onMounted: w, onBeforeUnmount: E, onUpdated: B, ChatItem: tt, ChatFilter: et, ChatTabs: at, LoadingIndicator: ot, get useChatListScroll() {
112
- return I;
113
- }, get useChatListSelection() {
114
- return D;
115
- }, get useChatListFilter() {
116
- return M;
117
- }, get useChatListActions() {
118
- return Q;
119
- } };
120
- return Object.defineProperty(T, "__isScriptSetup", { enumerable: !1, value: !0 }), T;
121
- }
122
- }, lt = { class: "chat-list" }, st = {
123
- key: 2,
124
- class: "chat-list__search-indicator"
125
- }, nt = { class: "chat-list__search-content" }, ct = { class: "chat-list__search-text" }, dt = {
126
- key: 0,
127
- class: "chat-list__search-progress"
128
- }, ht = {
129
- key: 1,
130
- class: "chat-list__search-query"
131
- }, gt = {
132
- key: 0,
133
- class: "chat-list__search-stats"
134
- }, ut = {
135
- key: 3,
136
- class: "chat-list__fixed-items-top"
137
- }, ft = { class: "chat-list__placeholder" }, _t = { class: "chat-list__placeholder-title" }, mt = {
138
- key: 0,
139
- class: "chat-list__placeholder-hint"
140
- }, St = {
141
- key: 4,
142
- class: "chat-list__fixed-items-bottom"
143
- };
144
- function yt(c, i, a, t, d, _) {
145
- return o(), r("div", lt, [
146
- L(c.$slots, "header", {}, void 0, !0),
147
- l(" ???? не понятно зачем этот слот "),
148
- L(c.$slots, "sidebar", {}, void 0, !0),
149
- a.filterEnabled ? (o(), f(t.ChatFilter, {
150
- key: 0,
151
- class: "chat-list__filter",
152
- onUpdate: t.getFilter
153
- }, null, 8, ["onUpdate"])) : l("v-if", !0),
154
- a.dialogTabs && a.dialogTabs.length > 0 ? (o(), f(t.ChatTabs, {
155
- key: 1,
156
- tabs: a.dialogTabs,
157
- onTabClick: t.handleTabClick
158
- }, null, 8, ["tabs", "onTabClick"])) : l("v-if", !0),
159
- l(" Индикатор поиска "),
160
- a.isSearching || a.searchQuery ? (o(), r("div", st, [
161
- s("div", nt, [
162
- s("div", ct, [
163
- a.isSearching ? (o(), r(
164
- "span",
165
- dt,
166
- h(a.searchProgress || "Поиск..."),
167
- 1
168
- /* TEXT */
169
- )) : (o(), r("span", ht, [
170
- K(
171
- ' Поиск "' + h(a.searchQuery) + '" завершён ',
172
- 1
173
- /* TEXT */
174
- ),
175
- a.searchStats.loaded > 0 ? (o(), r(
176
- "span",
177
- gt,
178
- " (" + h(a.searchStats.loaded) + " " + h(a.searchStats.total !== "?" ? `из ${a.searchStats.total}` : "") + ") ",
179
- 1
180
- /* TEXT */
181
- )) : l("v-if", !0)
182
- ]))
183
- ]),
184
- a.searchQuery ? (o(), r("button", {
185
- key: 0,
186
- class: "chat-list__search-clear",
187
- title: "Очистить поиск",
188
- onClick: i[0] || (i[0] = (e) => t.emit("clear-search"))
189
- }, [...i[5] || (i[5] = [
190
- s(
191
- "i",
192
- { class: "pi pi-times" },
193
- null,
194
- -1
195
- /* CACHED */
196
- )
197
- ])])) : l("v-if", !0)
198
- ])
199
- ])) : l("v-if", !0),
200
- l(" Закреплённые элементы сверху (вне скролла) "),
201
- !t.props.isLoading && t.getSortedAndFilteredChats().filter((e) => e.isFixedTop).length > 0 ? (o(), r("div", ut, [
202
- (o(!0), r(
203
- C,
204
- null,
205
- p(t.getSortedAndFilteredChats().filter((e) => e.isFixedTop), (e) => (o(), f(t.ChatItem, {
206
- key: e.chatId,
96
+ setup(a, { emit: I }) {
97
+ const i = a, g = I, y = D(), T = D(0), C = u(() => i.chats), m = () => {
98
+ var r;
99
+ T.value = ((r = y.value) == null ? void 0 : r.offsetTop) ?? 0;
100
+ }, $ = u(() => ({
101
+ transform: `translateY(${-(T.value / 2)}px)`
102
+ })), b = u(() => {
103
+ var r, o, t;
104
+ return ((r = i.searchQuery) == null ? void 0 : r.trim()) || ((o = i.filterQuery) == null ? void 0 : o.trim()) || ((t = V.value) == null ? void 0 : t.trim()) || "";
105
+ }), w = u(
106
+ () => b.value.length > 0 && !i.isSearching
107
+ ), N = u(() => w.value ? `Не нашли чат по запросу "${b.value}"` : i.placeholderTitle), L = u(() => w.value ? "" : i.placeholderHint), {
108
+ isShowButton: U,
109
+ scrollToTopForce: E,
110
+ scrollCheck: B,
111
+ startScrollWatch: F,
112
+ stopScrollWatch: A
113
+ } = Z({ refChatList: y, chats: C, emit: g }), {
114
+ selectChat: p
115
+ } = tt({ chats: C, emit: g }), {
116
+ filter: V,
117
+ getSortedAndFilteredChats: d,
118
+ getFilter: q
119
+ } = et({ props: i, emit: g }), {
120
+ expandChat: S,
121
+ action: x,
122
+ handleTabClick: z
123
+ } = at({ emit: g });
124
+ return H(async () => {
125
+ await O(), m(), window.addEventListener("resize", m);
126
+ }), P(() => {
127
+ m();
128
+ }), W(() => {
129
+ window.removeEventListener("resize", m);
130
+ }), (r, o) => (s(), l("div", ot, [
131
+ M(r.$slots, "header", {}, void 0, !0),
132
+ M(r.$slots, "sidebar", {}, void 0, !0),
133
+ a.filterEnabled ? (s(), f(J, {
134
+ key: 0,
135
+ class: "chat-list__filter",
136
+ onUpdate: e(q)
137
+ }, null, 8, ["onUpdate"])) : n("", !0),
138
+ a.dialogTabs && a.dialogTabs.length > 0 ? (s(), f(K, {
139
+ key: 1,
140
+ tabs: a.dialogTabs,
141
+ onTabClick: e(z)
142
+ }, null, 8, ["tabs", "onTabClick"])) : n("", !0),
143
+ a.isSearching || a.searchQuery ? (s(), l("div", it, [
144
+ c("div", lt, [
145
+ c("div", nt, [
146
+ a.isSearching ? (s(), l("span", rt, h(a.searchProgress || "Поиск..."), 1)) : (s(), l("span", ct, [
147
+ j(' Поиск "' + h(a.searchQuery) + '" завершён ', 1),
148
+ a.searchStats.loaded > 0 ? (s(), l("span", dt, " (" + h(a.searchStats.loaded) + " " + h(a.searchStats.total !== "?" ? `из ${a.searchStats.total}` : "") + ") ", 1)) : n("", !0)
149
+ ]))
150
+ ]),
151
+ a.searchQuery ? (s(), l("button", {
152
+ key: 0,
153
+ class: "chat-list__search-clear",
154
+ title: "Очистить поиск",
155
+ onClick: o[0] || (o[0] = (t) => g("clear-search"))
156
+ }, [...o[5] || (o[5] = [
157
+ c("i", { class: "pi pi-times" }, null, -1)
158
+ ])])) : n("", !0)
159
+ ])
160
+ ])) : n("", !0),
161
+ !i.isLoading && e(d)().filter((t) => t.isFixedTop).length > 0 ? (s(), l("div", ut, [
162
+ (s(!0), l(v, null, k(e(d)().filter((t) => t.isFixedTop), (t) => (s(), f(_, {
163
+ key: t.chatId,
207
164
  class: "chat-list__item",
208
- chat: e,
165
+ chat: t,
209
166
  "show-dialogs": a.showDialogs,
210
- "context-menu-trigger": t.props.contextMenuTrigger,
211
- onSelect: t.selectChat,
212
- onExpand: t.expandChat,
213
- onAction: t.action
214
- }, null, 8, ["chat", "show-dialogs", "context-menu-trigger", "onSelect", "onExpand", "onAction"]))),
215
- 128
216
- /* KEYED_FRAGMENT */
217
- ))
218
- ])) : l("v-if", !0),
219
- l(" Скроллируемая область с обычными чатами "),
220
- s(
221
- "div",
222
- {
223
- ref: "refChatList",
167
+ "context-menu-trigger": i.contextMenuTrigger,
168
+ onSelect: e(p),
169
+ onExpand: e(S),
170
+ onAction: e(x)
171
+ }, null, 8, ["chat", "show-dialogs", "context-menu-trigger", "onSelect", "onExpand", "onAction"]))), 128))
172
+ ])) : n("", !0),
173
+ c("div", {
174
+ ref_key: "refChatList",
175
+ ref: y,
224
176
  class: "chat-list__items",
225
- onScroll: i[1] || (i[1] = (...e) => t.scrollCheck && t.scrollCheck(...e)),
226
- onMousedown: i[2] || (i[2] = (...e) => t.startScrollWatch && t.startScrollWatch(...e)),
227
- onMouseup: i[3] || (i[3] = (...e) => t.stopScrollWatch && t.stopScrollWatch(...e))
228
- },
229
- [
230
- F(t.LoadingIndicator, {
177
+ onScroll: o[1] || (o[1] = (...t) => e(B) && e(B)(...t)),
178
+ onMousedown: o[2] || (o[2] = (...t) => e(F) && e(F)(...t)),
179
+ onMouseup: o[3] || (o[3] = (...t) => e(A) && e(A)(...t))
180
+ }, [
181
+ Q(X, {
231
182
  class: "chat-list__loading-indicator",
232
- "is-loading": t.props.isLoading
183
+ "is-loading": i.isLoading
233
184
  }, null, 8, ["is-loading"]),
234
- !t.props.isLoading && t.getSortedAndFilteredChats().length === 0 ? (o(), r(
235
- "div",
236
- {
237
- key: 0,
238
- class: "chat-list__no-data",
239
- style: X(t.noDataStyle)
240
- },
241
- [
242
- s("div", ft, [
243
- s(
244
- "p",
245
- _t,
246
- h(t.emptyStateTitle),
247
- 1
248
- /* TEXT */
249
- ),
250
- t.emptyStateHint ? (o(), r(
251
- "p",
252
- mt,
253
- h(t.emptyStateHint),
254
- 1
255
- /* TEXT */
256
- )) : l("v-if", !0)
257
- ])
258
- ],
259
- 4
260
- /* STYLE */
261
- )) : (o(!0), r(
262
- C,
263
- { key: 1 },
264
- p(t.getSortedAndFilteredChats().filter((e) => !e.isFixedBottom && !e.isFixedTop), (e) => (o(), f(t.ChatItem, {
265
- key: e.chatId,
266
- class: "chat-list__item",
267
- chat: e,
268
- "show-dialogs": a.showDialogs,
269
- "context-menu-trigger": t.props.contextMenuTrigger,
270
- onSelect: t.selectChat,
271
- onExpand: t.expandChat,
272
- onAction: t.action
273
- }, null, 8, ["chat", "show-dialogs", "context-menu-trigger", "onSelect", "onExpand", "onAction"]))),
274
- 128
275
- /* KEYED_FRAGMENT */
276
- ))
277
- ],
278
- 544
279
- /* NEED_HYDRATION, NEED_PATCH */
280
- ),
281
- l(" Закреплённые элементы снизу (вне скролла) "),
282
- !t.props.isLoading && t.getSortedAndFilteredChats().filter((e) => e.isFixedBottom).length > 0 ? (o(), r("div", St, [
283
- (o(!0), r(
284
- C,
285
- null,
286
- p(t.getSortedAndFilteredChats().filter((e) => e.isFixedBottom), (e) => (o(), f(t.ChatItem, {
287
- key: e.chatId,
185
+ !i.isLoading && e(d)().length === 0 ? (s(), l("div", {
186
+ key: 0,
187
+ class: "chat-list__no-data",
188
+ style: R($.value)
189
+ }, [
190
+ c("div", ht, [
191
+ c("p", gt, h(N.value), 1),
192
+ L.value ? (s(), l("p", ft, h(L.value), 1)) : n("", !0)
193
+ ])
194
+ ], 4)) : (s(!0), l(v, { key: 1 }, k(e(d)().filter((t) => !t.isFixedBottom && !t.isFixedTop), (t) => (s(), f(_, {
195
+ key: t.chatId,
288
196
  class: "chat-list__item",
289
- chat: e,
197
+ chat: t,
290
198
  "show-dialogs": a.showDialogs,
291
- "context-menu-trigger": t.props.contextMenuTrigger,
292
- onSelect: t.selectChat,
293
- onExpand: t.expandChat,
294
- onAction: t.action
295
- }, null, 8, ["chat", "show-dialogs", "context-menu-trigger", "onSelect", "onExpand", "onAction"]))),
296
- 128
297
- /* KEYED_FRAGMENT */
298
- ))
299
- ])) : l("v-if", !0),
300
- F(Z, null, {
301
- default: $(() => [
302
- t.isShowButton ? (o(), r("button", {
303
- key: 0,
304
- class: "chat-list__button-up",
305
- onClick: i[4] || (i[4] = (...e) => t.scrollToTopForce && t.scrollToTopForce(...e))
306
- }, [...i[6] || (i[6] = [
307
- s(
308
- "span",
309
- { class: "pi pi-angle-up chat-list__icon-down" },
310
- null,
311
- -1
312
- /* CACHED */
313
- )
314
- ])])) : l("v-if", !0)
315
- ]),
316
- _: 1
317
- /* STABLE */
318
- })
319
- ]);
320
- }
321
- const Bt = /* @__PURE__ */ it(rt, [["render", yt], ["__scopeId", "data-v-1f77562d"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/3_compounds/ChatList/ChatList.vue"]]);
199
+ "context-menu-trigger": i.contextMenuTrigger,
200
+ onSelect: e(p),
201
+ onExpand: e(S),
202
+ onAction: e(x)
203
+ }, null, 8, ["chat", "show-dialogs", "context-menu-trigger", "onSelect", "onExpand", "onAction"]))), 128))
204
+ ], 544),
205
+ !i.isLoading && e(d)().filter((t) => t.isFixedBottom).length > 0 ? (s(), l("div", mt, [
206
+ (s(!0), l(v, null, k(e(d)().filter((t) => t.isFixedBottom), (t) => (s(), f(_, {
207
+ key: t.chatId,
208
+ class: "chat-list__item",
209
+ chat: t,
210
+ "show-dialogs": a.showDialogs,
211
+ "context-menu-trigger": i.contextMenuTrigger,
212
+ onSelect: e(p),
213
+ onExpand: e(S),
214
+ onAction: e(x)
215
+ }, null, 8, ["chat", "show-dialogs", "context-menu-trigger", "onSelect", "onExpand", "onAction"]))), 128))
216
+ ])) : n("", !0),
217
+ Q(Y, null, {
218
+ default: G(() => [
219
+ e(U) ? (s(), l("button", {
220
+ key: 0,
221
+ class: "chat-list__button-up",
222
+ onClick: o[4] || (o[4] = (...t) => e(E) && e(E)(...t))
223
+ }, [...o[6] || (o[6] = [
224
+ c("span", { class: "pi pi-angle-up chat-list__icon-down" }, null, -1)
225
+ ])])) : n("", !0)
226
+ ]),
227
+ _: 1
228
+ })
229
+ ]));
230
+ }
231
+ }, Et = /* @__PURE__ */ st(yt, [["__scopeId", "data-v-20eeef36"]]);
322
232
  export {
323
- Bt as default
233
+ Et as default
324
234
  };
@@ -1,9 +1,12 @@
1
- import p from "./icons/LogoIcon.vue.js";
2
- import c from "../../1_atoms/Tooltip/Tooltip.vue.js";
3
- import { createElementBlock as l, openBlock as o, createElementVNode as s, renderSlot as d, createBlock as i, createCommentVNode as a, toDisplayString as _, withCtx as f } from "vue";
1
+ import { createElementBlock as a, openBlock as e, createElementVNode as i, renderSlot as c, createBlock as s, createCommentVNode as o, toDisplayString as d, withCtx as p } from "vue";
2
+ import _ from "./icons/LogoIcon.vue.js";
3
+ import u from "../../1_atoms/Tooltip/Tooltip.vue.js";
4
4
  /* empty css */
5
- import u from "../../../_virtual/_plugin-vue_export-helper.js";
6
- const m = {
5
+ import m from "../../../_virtual/_plugin-vue_export-helper.js";
6
+ const b = { class: "chat-list__title-container" }, f = { class: "chat-list__title-block" }, h = {
7
+ key: 1,
8
+ class: "chat-list__title"
9
+ }, y = {
7
10
  __name: "ChatListHeader",
8
11
  props: {
9
12
  title: {
@@ -28,51 +31,30 @@ const m = {
28
31
  Некоторые функции находятся в разработке.`
29
32
  }
30
33
  },
31
- setup(r, { expose: e }) {
32
- e();
33
- const t = { props: r, LogoIcon: p, Tooltip: c };
34
- return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
34
+ setup(r) {
35
+ const t = r;
36
+ return (n, l) => (e(), a("div", b, [
37
+ i("div", f, [
38
+ t.logoEnabled ? (e(), s(_, {
39
+ key: 0,
40
+ class: "chat-list__title-logo"
41
+ })) : o("", !0),
42
+ t.titleEnabled ? (e(), a("h2", h, d(t.title), 1)) : o("", !0),
43
+ t.betaEnabled ? (e(), s(u, {
44
+ key: 2,
45
+ text: t.betaTooltipText,
46
+ position: "bottom"
47
+ }, {
48
+ default: p(() => [...l[0] || (l[0] = [
49
+ i("div", { class: "chat-list__title-beta-badge" }, " beta ", -1)
50
+ ])]),
51
+ _: 1
52
+ }, 8, ["text"])) : o("", !0)
53
+ ]),
54
+ c(n.$slots, "actions", {}, void 0, !0)
55
+ ]));
35
56
  }
36
- }, b = { class: "chat-list__title-container" }, h = { class: "chat-list__title-block" }, v = {
37
- key: 1,
38
- class: "chat-list__title"
39
- };
40
- function y(r, e, n, t, g, x) {
41
- return o(), l("div", b, [
42
- s("div", h, [
43
- t.props.logoEnabled ? (o(), i(t.LogoIcon, {
44
- key: 0,
45
- class: "chat-list__title-logo"
46
- })) : a("v-if", !0),
47
- t.props.titleEnabled ? (o(), l(
48
- "h2",
49
- v,
50
- _(t.props.title),
51
- 1
52
- /* TEXT */
53
- )) : a("v-if", !0),
54
- t.props.betaEnabled ? (o(), i(t.Tooltip, {
55
- key: 2,
56
- text: t.props.betaTooltipText,
57
- position: "bottom"
58
- }, {
59
- default: f(() => [...e[0] || (e[0] = [
60
- s(
61
- "div",
62
- { class: "chat-list__title-beta-badge" },
63
- " beta ",
64
- -1
65
- /* CACHED */
66
- )
67
- ])]),
68
- _: 1
69
- /* STABLE */
70
- }, 8, ["text"])) : a("v-if", !0)
71
- ]),
72
- d(r.$slots, "actions", {}, void 0, !0)
73
- ]);
74
- }
75
- const S = /* @__PURE__ */ u(m, [["render", y], ["__scopeId", "data-v-c1682de6"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/3_compounds/ChatList/ChatListHeader.vue"]]);
57
+ }, T = /* @__PURE__ */ m(y, [["__scopeId", "data-v-5ce39f28"]]);
76
58
  export {
77
- S as default
59
+ T as default
78
60
  };