@mobilon-dev/chotto 0.3.39 → 0.3.40

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 (103) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +392 -392
  3. package/dist/chotto.css +1 -1
  4. package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue.js +1 -1
  5. package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue.js +2 -2
  6. package/dist/components/1_atoms/ContextMenu/ContextMenu.vue.js +1 -1
  7. package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue.js +4 -4
  8. package/dist/components/1_atoms/LinkPreview/LinkPreview.vue.js +3 -3
  9. package/dist/components/1_atoms/LoadingIndicator/LoadingIndicator.vue.js +8 -8
  10. package/dist/components/1_atoms/Tooltip/Tooltip.vue.js +2 -2
  11. package/dist/components/2_blocks/CommunicationPanel/CommunicationPanel.vue.js +14 -14
  12. package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue.js +1 -1
  13. package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue.js +1 -1
  14. package/dist/components/2_blocks/FeedSearch/FeedSearch.vue.js +4 -4
  15. package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue.js +1 -1
  16. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue.js +2 -2
  17. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue.js +2 -2
  18. package/dist/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js +1 -1
  19. package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue.js +2 -2
  20. package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue.js +1 -1
  21. package/dist/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.js +11 -11
  22. package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue.js +2 -2
  23. package/dist/components/2_chatinput_elements/TemplateSelector/TemplateSelector.vue.js +1 -1
  24. package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue.js +2 -2
  25. package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue2.js +5 -5
  26. package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.js +2 -2
  27. package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue.js +2 -2
  28. package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue.js +2 -2
  29. package/dist/components/2_chatinput_elements/WABATemplateSelector/WABATemplateSelector.vue.js +1 -1
  30. package/dist/components/2_chatlist_elements/ChatFilter/ChatFilter.vue.js +1 -1
  31. package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue.js +1 -1
  32. package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue2.js +174 -135
  33. package/dist/components/2_chatlist_elements/ChatItem/icons/FileIcon.vue.js +25 -0
  34. package/dist/components/2_chatlist_elements/ChatItem/icons/ImageIcon.vue.js +18 -0
  35. package/dist/components/2_chatlist_elements/ChatItem/icons/StickerIcon.vue.js +21 -0
  36. package/dist/components/2_chatlist_elements/ChatItem/icons/VideoIcon.vue.js +25 -0
  37. package/dist/components/2_chatlist_elements/ChatTabs/ChatTabs.vue.js +3 -3
  38. package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue.js +2 -2
  39. package/dist/components/2_elements/ChannelSelector/ChannelSelector.vue.js +1 -1
  40. package/dist/components/2_elements/ChatInfo/ChatInfo.vue.js +9 -9
  41. package/dist/components/2_elements/ChatPanel/ChatPanel.vue.js +1 -1
  42. package/dist/components/2_elements/ContactInfo/ContactInfo.vue.js +1 -1
  43. package/dist/components/2_elements/ThemeMode/ThemeMode.vue.js +2 -2
  44. package/dist/components/2_elements/UserProfile/UserProfile.vue.js +4 -4
  45. package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue.js +1 -1
  46. package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue.js +2 -2
  47. package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.js +3 -3
  48. package/dist/components/2_feed_elements/CallMessage/CallMessage.vue.js +2 -2
  49. package/dist/components/2_feed_elements/DateMessage/DateMessage.vue.js +1 -1
  50. package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue.js +1 -1
  51. package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue.js +2 -2
  52. package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue.js +1 -1
  53. package/dist/components/2_feed_elements/FileMessage/FileMessage.vue.js +3 -3
  54. package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue.js +1 -1
  55. package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.js +2 -2
  56. package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue.js +2 -2
  57. package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue.js +1 -1
  58. package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue.js +2 -2
  59. package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js +4 -4
  60. package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js +2 -2
  61. package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.js +2 -2
  62. package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue.js +4 -4
  63. package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js +1 -1
  64. package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue.js +2 -2
  65. package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue.js +1 -1
  66. package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue.js +1 -1
  67. package/dist/components/2_feed_elements/TextMessage/TextMessage.vue.js +1 -1
  68. package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue.js +2 -2
  69. package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue.js +2 -2
  70. package/dist/components/2_modals/CreateChat/CreateChat.vue.js +6 -6
  71. package/dist/components/2_modals/CreateChat2/CreateChat2.vue.js +1 -1
  72. package/dist/components/2_modals/CreateDialog/CreateDialog.vue.js +10 -10
  73. package/dist/components/2_modals/Modal/Modal.vue.js +1 -1
  74. package/dist/components/2_modals/ModalFullscreen/ModalFullscreen.vue.js +1 -1
  75. package/dist/components/2_modals/ModalNoFooter/ModalNoFooter.vue.js +1 -1
  76. package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue.js +1 -1
  77. package/dist/components/2_modals/SelectUser/SelectUser.vue.js +1 -1
  78. package/dist/components/2_modals/SelectUser2/SelectUser2.vue.js +11 -11
  79. package/dist/components/3_compounds/ChatInput/ChatInput.vue.js +1 -1
  80. package/dist/components/3_compounds/ChatList/ChatList.vue.js +5 -5
  81. package/dist/components/3_compounds/Feed/Feed.vue.js +1 -1
  82. package/dist/components/3_compounds/Feed/assets/chat-background.svg.js +3 -3
  83. package/dist/components/3_compounds/SideBar/SideBar.vue.js +1 -1
  84. package/dist/components/4_layouts/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.js +2 -2
  85. package/dist/components/4_layouts/BaseLayout/BaseLayout.vue.js +1 -1
  86. package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue.js +2 -2
  87. package/dist/components/4_layouts/ExtendedLayout/ExtendedLayout.vue.js +1 -1
  88. package/dist/components/4_layouts/FeedLayout/FeedLayout.vue.js +5 -5
  89. package/dist/components/5_containers/BaseContainer/BaseContainer.vue.js +3 -3
  90. package/dist/components/5_containers/FloatContainer/FloatContainer.vue.js +1 -1
  91. package/dist/themes/dark.css +1 -1
  92. package/dist/themes/default.css +1 -1
  93. package/dist/themes/glass.css +1 -1
  94. package/dist/themes/green.css +1 -1
  95. package/dist/themes/mobilon1.css +1 -1
  96. package/dist/types/apps/data/chats.d.ts +57 -5
  97. package/dist/types/components/2_chatlist_elements/ChatItem/icons/FileIcon.vue.d.ts +2 -0
  98. package/dist/types/components/2_chatlist_elements/ChatItem/icons/ImageIcon.vue.d.ts +2 -0
  99. package/dist/types/components/2_chatlist_elements/ChatItem/icons/StickerIcon.vue.d.ts +2 -0
  100. package/dist/types/components/2_chatlist_elements/ChatItem/icons/VideoIcon.vue.d.ts +2 -0
  101. package/dist/types/components/2_chatlist_elements/ChatItem/styles/types.d.ts +24 -6
  102. package/dist/types/components/2_chatlist_elements/ChatItem/types.d.ts +25 -1
  103. package/package.json +72 -72
@@ -8,13 +8,13 @@ const g = {
8
8
  }, A = { class: "chat-info__base-line" }, B = { class: "chat-info__avatar-container" }, C = ["src"], I = {
9
9
  key: 1,
10
10
  class: ""
11
- }, q = { class: "chat-info__info-container" }, w = { class: "chat-info__title" }, N = {
11
+ }, q = { class: "chat-info__info-container" }, b = { class: "chat-info__title" }, w = {
12
12
  key: 0,
13
13
  class: "chat-info__additional-title"
14
- }, S = {
14
+ }, N = {
15
15
  key: 0,
16
16
  class: "chat-info__time"
17
- }, V = { class: "chat-info__actions" }, $ = ["id"], b = {
17
+ }, S = { class: "chat-info__actions" }, V = ["id"], $ = {
18
18
  __name: "ChatInfo",
19
19
  props: {
20
20
  chat: {
@@ -66,16 +66,16 @@ const g = {
66
66
  ]))
67
67
  ]),
68
68
  n("div", q, [
69
- n("span", w, [
69
+ n("span", b, [
70
70
  u(c(e.chat.name) + " ", 1),
71
- e.additionalTitle ? (a(), i("span", N, c(e.additionalTitle), 1)) : o("", !0)
71
+ e.additionalTitle ? (a(), i("span", w, c(e.additionalTitle), 1)) : o("", !0)
72
72
  ]),
73
- d.value ? (a(), i("p", S, [
73
+ d.value ? (a(), i("p", N, [
74
74
  r(s.$slots, "img-description", {}, void 0, !0),
75
75
  u(" " + c(d.value), 1)
76
76
  ])) : o("", !0)
77
77
  ]),
78
- n("div", V, [
78
+ n("div", S, [
79
79
  r(s.$slots, "actions", {}, void 0, !0)
80
80
  ])
81
81
  ]),
@@ -84,10 +84,10 @@ const g = {
84
84
  class: "chat-info__search-panel"
85
85
  }, [
86
86
  r(s.$slots, "search", {}, void 0, !0)
87
- ], 8, $)
87
+ ], 8, V)
88
88
  ])) : o("", !0);
89
89
  }
90
- }, x = /* @__PURE__ */ T(b, [["__scopeId", "data-v-7364088e"]]);
90
+ }, x = /* @__PURE__ */ T($, [["__scopeId", "data-v-ab23808e"]]);
91
91
  export {
92
92
  x as default
93
93
  };
@@ -41,7 +41,7 @@ const p = { class: "chat-panel" }, m = { class: "chat-panel__header" }, u = { cl
41
41
  ])
42
42
  ]));
43
43
  }
44
- }, N = /* @__PURE__ */ d(v, [["__scopeId", "data-v-aa67f69c"]]);
44
+ }, N = /* @__PURE__ */ d(v, [["__scopeId", "data-v-c9aaf31a"]]);
45
45
  export {
46
46
  N as default
47
47
  };
@@ -152,7 +152,7 @@ const Q = { class: "contact-info" }, X = { class: "contact-info__attribute-list"
152
152
  ]);
153
153
  };
154
154
  }
155
- }, gt = /* @__PURE__ */ K(_t, [["__scopeId", "data-v-42660d89"]]);
155
+ }, gt = /* @__PURE__ */ K(_t, [["__scopeId", "data-v-ad183493"]]);
156
156
  export {
157
157
  gt as default
158
158
  };
@@ -43,7 +43,7 @@ const x = { key: 0 }, A = ["value", "selected"], E = {
43
43
  ], 32)
44
44
  ])) : _("", !0);
45
45
  }
46
- }, S = /* @__PURE__ */ I(E, [["__scopeId", "data-v-c6c5d7cb"]]);
46
+ }, b = /* @__PURE__ */ I(E, [["__scopeId", "data-v-d7918d7d"]]);
47
47
  export {
48
- S as default
48
+ b as default
49
49
  };
@@ -7,7 +7,7 @@ const l = {
7
7
  }, n = {
8
8
  key: 0,
9
9
  class: "profile__avatar-container"
10
- }, _ = ["src"], u = { class: "profile__name" }, d = { class: "profile__email" }, m = { class: "profile__phone" }, f = {
10
+ }, _ = ["src"], u = { class: "profile__name" }, m = { class: "profile__email" }, d = { class: "profile__phone" }, f = {
11
11
  __name: "UserProfile",
12
12
  props: {
13
13
  user: {
@@ -29,11 +29,11 @@ const l = {
29
29
  }, null, 8, _)
30
30
  ])) : o("", !0),
31
31
  t("h2", u, s(e.user.name), 1),
32
- t("p", d, s(e.user.email), 1),
33
- t("p", m, s(e.user.phone), 1)
32
+ t("p", m, s(e.user.email), 1),
33
+ t("p", d, s(e.user.phone), 1)
34
34
  ])) : o("", !0);
35
35
  }
36
- }, g = /* @__PURE__ */ i(f, [["__scopeId", "data-v-8ff961d8"]]);
36
+ }, g = /* @__PURE__ */ i(f, [["__scopeId", "data-v-69869151"]]);
37
37
  export {
38
38
  g as default
39
39
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./VideoRecorder.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const c = /* @__PURE__ */ r(o, [["__scopeId", "data-v-93c4aad3"]]);
4
+ const c = /* @__PURE__ */ r(o, [["__scopeId", "data-v-91deddc8"]]);
5
5
  export {
6
6
  c as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./AudioMessage.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-21f09e5a"]]);
4
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-ec3bfd16"]]);
5
5
  export {
6
- s as default
6
+ a as default
7
7
  };
@@ -1,7 +1,7 @@
1
- import o from "./BaseReplyMessage.vue2.js";
1
+ import a from "./BaseReplyMessage.vue2.js";
2
2
  /* empty css */
3
- import e from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ e(o, [["__scopeId", "data-v-2c3ff643"]]);
3
+ import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const f = /* @__PURE__ */ o(a, [["__scopeId", "data-v-8af9a2f5"]]);
5
5
  export {
6
6
  f as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./CallMessage.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1df0ddd1"]]);
4
+ const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-7960d1df"]]);
5
5
  export {
6
- s as default
6
+ e as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./DateMessage.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0369ddcb"]]);
4
+ const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-9e6b3682"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import t from "./DateMessageSticky.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ o(t, [["__scopeId", "data-v-b651f78e"]]);
4
+ const s = /* @__PURE__ */ o(t, [["__scopeId", "data-v-2a228c7d"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./DelimiterMessage.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-5ac955b7"]]);
4
+ const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-27db902c"]]);
5
5
  export {
6
- m as default
6
+ s as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./FeedKeyboard.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-af2fc142"]]);
4
+ const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-8a40fb49"]]);
5
5
  export {
6
6
  f as default
7
7
  };
@@ -1,7 +1,7 @@
1
- import a from "./FileMessage.vue2.js";
1
+ import o from "./FileMessage.vue2.js";
2
2
  /* empty css */
3
- import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ o(a, [["__scopeId", "data-v-aad85a6d"]]);
3
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-bc19936a"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ImageMessage.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-6b1b745c"]]);
4
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-4f443331"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./MessageKeyboard.vue2.js";
2
2
  /* empty css */
3
- import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ r(o, [["__scopeId", "data-v-973cd877"]]);
3
+ import a from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const s = /* @__PURE__ */ a(o, [["__scopeId", "data-v-ae3afe41"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./MessageReactions.vue2.js";
2
2
  /* empty css */
3
- import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-350f4d0b"]]);
3
+ import a from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const r = /* @__PURE__ */ a(o, [["__scopeId", "data-v-50fdae4a"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ReplyAudioMessage.vue2.js";
2
2
  /* empty css */
3
3
  import e from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-a4e068bf"]]);
4
+ const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-2dfedd06"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ReplyCallMessage.vue2.js";
2
2
  /* empty css */
3
- import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2672cf43"]]);
3
+ import a from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const r = /* @__PURE__ */ a(o, [["__scopeId", "data-v-6a213327"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,7 +1,7 @@
1
- import e from "./ReplyFileMessage.vue2.js";
1
+ import o from "./ReplyFileMessage.vue2.js";
2
2
  /* empty css */
3
- import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-4ef84522"]]);
3
+ import e from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-4c76a9c1"]]);
5
5
  export {
6
- s as default
6
+ r as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ReplyImageMessage.vue2.js";
2
2
  /* empty css */
3
- import a from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ a(o, [["__scopeId", "data-v-cfdab218"]]);
3
+ import e from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-88b95176"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import e from "./ReplyStickerMessage.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-b5c0318e"]]);
4
+ const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-e4fb82ea"]]);
5
5
  export {
6
- s as default
6
+ p as default
7
7
  };
@@ -1,7 +1,7 @@
1
- import o from "./ReplyTextMessage.vue2.js";
1
+ import e from "./ReplyTextMessage.vue2.js";
2
2
  /* empty css */
3
- import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-72692532"]]);
3
+ import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const r = /* @__PURE__ */ o(e, [["__scopeId", "data-v-0a70317e"]]);
5
5
  export {
6
- s as default
6
+ r as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ReplyVideoMessage.vue2.js";
2
2
  /* empty css */
3
3
  import e from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-5b6ef470"]]);
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-4769096c"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./SplashScreen.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-f0afe642"]]);
4
+ const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-e8dd4742"]]);
5
5
  export {
6
- f as default
6
+ a as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./StickerMessage.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-09c8d724"]]);
4
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-9648275e"]]);
5
5
  export {
6
6
  a as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./SystemMessage.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2333b3c7"]]);
4
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-de2cd55d"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./TextMessage.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-b39b6898"]]);
4
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-e2bf23b7"]]);
5
5
  export {
6
6
  a as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./TypingMessage.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-58b238c0"]]);
4
+ const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-09ec983d"]]);
5
5
  export {
6
- a as default
6
+ s as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./VideoMessage.vue2.js";
2
2
  /* empty css */
3
3
  import e from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const a = /* @__PURE__ */ e(o, [["__scopeId", "data-v-e357b0de"]]);
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-35e7fa83"]]);
5
5
  export {
6
- a as default
6
+ s as default
7
7
  };
@@ -1,7 +1,7 @@
1
- import { ref as m, createElementBlock as p, openBlock as s, createElementVNode as n, withDirectives as c, toDisplayString as u, vModelText as d } from "vue";
1
+ import { ref as c, createElementBlock as m, openBlock as p, createElementVNode as n, withDirectives as s, toDisplayString as u, vModelText as d } from "vue";
2
2
  import "./CreateChat.vue2.js";
3
3
  import _ from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const f = {
4
+ const v = {
5
5
  __name: "CreateChat",
6
6
  props: {
7
7
  title: {
@@ -11,12 +11,12 @@ const f = {
11
11
  },
12
12
  emits: ["change"],
13
13
  setup(a, { emit: o }) {
14
- const e = m(""), r = o, l = () => {
14
+ const e = c(""), r = o, l = () => {
15
15
  r("change", { name: e.value });
16
16
  };
17
- return (v, t) => (s(), p("div", null, [
17
+ return (f, t) => (p(), m("div", null, [
18
18
  n("h2", null, u(a.title), 1),
19
- c(n("input", {
19
+ s(n("input", {
20
20
  "onUpdate:modelValue": t[0] || (t[0] = (i) => e.value = i),
21
21
  type: "text",
22
22
  class: "name",
@@ -26,7 +26,7 @@ const f = {
26
26
  ])
27
27
  ]));
28
28
  }
29
- }, C = /* @__PURE__ */ _(f, [["__scopeId", "data-v-65f726e8"]]);
29
+ }, C = /* @__PURE__ */ _(v, [["__scopeId", "data-v-c64de508"]]);
30
30
  export {
31
31
  C as default
32
32
  };
@@ -124,7 +124,7 @@ const N = { class: "create-chat-form" }, S = { class: "create-chat-title" }, T =
124
124
  ])
125
125
  ]));
126
126
  }
127
- }, G = /* @__PURE__ */ z(M, [["__scopeId", "data-v-3302f415"]]);
127
+ }, G = /* @__PURE__ */ z(M, [["__scopeId", "data-v-f21ec93d"]]);
128
128
  export {
129
129
  G as default
130
130
  };
@@ -1,4 +1,4 @@
1
- import { ref as v, computed as d, createElementBlock as a, openBlock as i, createElementVNode as t, toDisplayString as u, withDirectives as m, Fragment as f, renderList as p, vModelSelect as _ } from "vue";
1
+ import { ref as v, computed as d, createElementBlock as r, openBlock as i, createElementVNode as t, toDisplayString as u, withDirectives as m, Fragment as f, renderList as p, vModelSelect as _ } from "vue";
2
2
  /* empty css */
3
3
  import D from "../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const S = { class: "modal__contact-line" }, k = ["value"], q = { class: "modal__channel-line" }, w = ["disabled"], x = ["value"], V = ["disabled"], A = {
@@ -28,24 +28,24 @@ const S = { class: "modal__contact-line" }, k = ["value"], q = { class: "modal__
28
28
  },
29
29
  emits: ["change", "submit"],
30
30
  setup(o, { emit: g }) {
31
- const r = o, s = v(), n = v(), y = d(() => !!(s.value && n.value)), b = d(() => !!(r.filter && n.value || !r.filter)), h = d(() => r.filter && n.value ? r.filter(n.value, r.channels) : r.channels), c = g, C = () => {
32
- c("change", { channel: s.value, contact: n.value }), c("submit");
31
+ const n = o, s = v(), a = v(), y = d(() => !!(s.value && a.value)), h = d(() => !!(n.filter && a.value || !n.filter)), b = d(() => n.filter && a.value ? n.filter(a.value, n.channels) : n.channels), c = g, C = () => {
32
+ c("change", { channel: s.value, contact: a.value }), c("submit");
33
33
  };
34
- return (B, l) => (i(), a("div", null, [
34
+ return (B, l) => (i(), r("div", null, [
35
35
  t("h3", null, u(o.title), 1),
36
36
  t("div", null, " Контакт: " + u(o.name), 1),
37
37
  t("div", S, [
38
38
  l[2] || (l[2] = t("h3", { style: { margin: "0" } }, " Куда пишем ", -1)),
39
39
  m(t("select", {
40
40
  id: "folder",
41
- "onUpdate:modelValue": l[0] || (l[0] = (e) => n.value = e)
41
+ "onUpdate:modelValue": l[0] || (l[0] = (e) => a.value = e)
42
42
  }, [
43
- (i(!0), a(f, null, p(o.contacts, (e) => (i(), a("option", {
43
+ (i(!0), r(f, null, p(o.contacts, (e) => (i(), r("option", {
44
44
  key: e.id || e.value,
45
45
  value: e
46
46
  }, u(e.value), 9, k))), 128))
47
47
  ], 512), [
48
- [_, n.value]
48
+ [_, a.value]
49
49
  ])
50
50
  ]),
51
51
  t("div", q, [
@@ -53,9 +53,9 @@ const S = { class: "modal__contact-line" }, k = ["value"], q = { class: "modal__
53
53
  m(t("select", {
54
54
  id: "folder",
55
55
  "onUpdate:modelValue": l[1] || (l[1] = (e) => s.value = e),
56
- disabled: !b.value
56
+ disabled: !h.value
57
57
  }, [
58
- (i(!0), a(f, null, p(h.value, (e) => (i(), a("option", {
58
+ (i(!0), r(f, null, p(b.value, (e) => (i(), r("option", {
59
59
  key: e.id || e.title,
60
60
  value: e
61
61
  }, u(e.title), 9, x))), 128))
@@ -72,7 +72,7 @@ const S = { class: "modal__contact-line" }, k = ["value"], q = { class: "modal__
72
72
  }, " Начать диалог ", 8, V)
73
73
  ]));
74
74
  }
75
- }, I = /* @__PURE__ */ D(A, [["__scopeId", "data-v-c9b375bd"]]);
75
+ }, I = /* @__PURE__ */ D(A, [["__scopeId", "data-v-4d7a6e0c"]]);
76
76
  export {
77
77
  I as default
78
78
  };
@@ -63,7 +63,7 @@ const h = ["data-theme"], k = {
63
63
  _: 3
64
64
  }));
65
65
  }
66
- }, B = /* @__PURE__ */ _(C, [["__scopeId", "data-v-6f045439"]]);
66
+ }, B = /* @__PURE__ */ _(C, [["__scopeId", "data-v-cd0dbe52"]]);
67
67
  export {
68
68
  B as default
69
69
  };
@@ -40,7 +40,7 @@ const v = ["data-theme"], y = { class: "modal__container" }, k = {
40
40
  ])
41
41
  ], 40, v));
42
42
  }
43
- }, g = /* @__PURE__ */ f(k, [["__scopeId", "data-v-cfd44dde"]]);
43
+ }, g = /* @__PURE__ */ f(k, [["__scopeId", "data-v-01c3f36d"]]);
44
44
  export {
45
45
  g as default
46
46
  };
@@ -37,7 +37,7 @@ const f = ["data-theme"], u = {
37
37
  _: 3
38
38
  }));
39
39
  }
40
- }, w = /* @__PURE__ */ _(h, [["__scopeId", "data-v-01dc3148"]]);
40
+ }, w = /* @__PURE__ */ _(h, [["__scopeId", "data-v-0e4b263e"]]);
41
41
  export {
42
42
  w as default
43
43
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ModalVideoRecorder.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const d = /* @__PURE__ */ r(o, [["__scopeId", "data-v-47304124"]]);
4
+ const d = /* @__PURE__ */ r(o, [["__scopeId", "data-v-84427831"]]);
5
5
  export {
6
6
  d as default
7
7
  };
@@ -57,7 +57,7 @@ const I = {
57
57
  ])) : h("", !0)
58
58
  ]));
59
59
  }
60
- }, E = /* @__PURE__ */ x(g, [["__scopeId", "data-v-9121a142"]]);
60
+ }, E = /* @__PURE__ */ x(g, [["__scopeId", "data-v-e329f431"]]);
61
61
  export {
62
62
  E as default
63
63
  };
@@ -1,7 +1,7 @@
1
- import { ref as p, createElementBlock as n, openBlock as s, createElementVNode as t, toDisplayString as c, Fragment as m, renderList as _, withDirectives as h, vModelCheckbox as v } from "vue";
1
+ import { ref as p, createElementBlock as n, openBlock as s, createElementVNode as t, toDisplayString as i, Fragment as m, renderList as _, withDirectives as h, vModelCheckbox as v } from "vue";
2
2
  /* empty css */
3
3
  import f from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const g = { class: "participant-list" }, k = ["id", "value"], y = ["for"], b = {
4
+ const g = { class: "participant-list" }, k = ["id", "value"], y = ["for"], x = {
5
5
  __name: "SelectUser2",
6
6
  props: {
7
7
  users: {
@@ -14,12 +14,12 @@ const g = { class: "participant-list" }, k = ["id", "value"], y = ["for"], b = {
14
14
  }
15
15
  },
16
16
  emits: ["change"],
17
- setup(o, { emit: i }) {
18
- const r = p([]), a = i, u = () => {
19
- console.log("check"), a("change", { selectedUsers: r.value });
17
+ setup(o, { emit: a }) {
18
+ const r = p([]), c = a, d = () => {
19
+ console.log("check"), c("change", { selectedUsers: r.value });
20
20
  };
21
- return (x, l) => (s(), n("div", null, [
22
- t("h2", null, c(o.title), 1),
21
+ return (I, l) => (s(), n("div", null, [
22
+ t("h2", null, i(o.title), 1),
23
23
  t("div", g, [
24
24
  (s(!0), n(m, null, _(o.users, (e) => (s(), n("div", {
25
25
  key: e.userId,
@@ -27,21 +27,21 @@ const g = { class: "participant-list" }, k = ["id", "value"], y = ["for"], b = {
27
27
  }, [
28
28
  h(t("input", {
29
29
  id: e.userId,
30
- "onUpdate:modelValue": l[0] || (l[0] = (d) => r.value = d),
30
+ "onUpdate:modelValue": l[0] || (l[0] = (u) => r.value = u),
31
31
  type: "checkbox",
32
32
  value: e.userId,
33
- onChange: u
33
+ onChange: d
34
34
  }, null, 40, k), [
35
35
  [v, r.value]
36
36
  ]),
37
37
  t("label", {
38
38
  for: e.userId
39
- }, c(e.name || "unknown username"), 9, y)
39
+ }, i(e.name || "unknown username"), 9, y)
40
40
  ]))), 128))
41
41
  ])
42
42
  ]));
43
43
  }
44
- }, C = /* @__PURE__ */ f(b, [["__scopeId", "data-v-368cbcb0"]]);
44
+ }, C = /* @__PURE__ */ f(x, [["__scopeId", "data-v-9ad0e390"]]);
45
45
  export {
46
46
  C as default
47
47
  };
@@ -1,7 +1,7 @@
1
1
  import t from "./ChatInput.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-efefc137"]]);
4
+ const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-9df28fd5"]]);
5
5
  export {
6
6
  a as default
7
7
  };