@mobilon-dev/chotto 0.0.109 → 0.0.111
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.
- package/README.md +10 -16
- package/dist/{CreateDialog-ChaQwZ9A.js → CreateDialog-CxwASHF-.js} +1 -1
- package/dist/{ModalVideoRecorder-CPESgZAj.js → ModalVideoRecorder-v_2p2aUf.js} +2 -2
- package/dist/{SelectUser2-9pnFGBw3.js → SelectUser2-NbWHTXSa.js} +1 -1
- package/dist/chotto.css +1 -1
- package/dist/{index-Bz6EOAlO.js → index-BfaPh7Bm.js} +2739 -2752
- package/dist/vuessages.es.js +1 -1
- package/dist/vuessages.umd.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,16 +1,17 @@
|
|
1
|
-
# chotto
|
1
|
+
# chotto UI
|
2
2
|
|
3
|
-
Vue3 UI components for chats, conversations
|
3
|
+
Vue3 UI components for chats, conversations & AI
|
4
4
|
|
5
|
-
###
|
5
|
+
### start development your chat now
|
6
6
|
|
7
|
-
[
|
7
|
+
- [chotto UI docs](https://mobilon-dev.github.io/chotto-docs/)
|
8
8
|
|
9
|
-
|
9
|
+
- [docs in storybook: 20+ components for chat UI](https://mobilon-dev.github.io/chotto/)
|
10
10
|
|
11
|
-
|
11
|
+
- [cool 7 demos](https://mobilon-dev.github.io/chotto-demo/)
|
12
|
+
|
13
|
+
- [telegram developer chat](https://t.me/chottodev)
|
12
14
|
|
13
|
-
- [docs in storybook: 20+ components for chat UI](https://mobilon-dev.github.io/chotto/)
|
14
15
|
|
15
16
|
## screnshots
|
16
17
|
|
@@ -24,15 +25,6 @@ Vue3 UI components for chats, conversations, ai
|
|
24
25
|
[chotto 02: WABA templates](https://youtu.be/bwhcn6KAn28)
|
25
26
|
|
26
27
|
|
27
|
-
## examples
|
28
|
-
|
29
|
-
[demo1: 1 manager + 3 site users](https://determaer.github.io/chat-demo/) ([source](https://github.com/determaer/chat-demo))
|
30
|
-
|
31
|
-
[demo2: waba templates](https://determaer.github.io/waba-chat-demo/) ([source](https://github.com/determaer/waba-chat-demo))
|
32
|
-
|
33
|
-
[all demos](https://determaer.github.io/chotto-demo/) ([source](https://github.com/determaer/chotto-demo))
|
34
|
-
|
35
|
-
|
36
28
|
# development
|
37
29
|
|
38
30
|
## scheme
|
@@ -59,6 +51,8 @@ Vue3 UI components for chats, conversations, ai
|
|
59
51
|
|
60
52
|
# Links
|
61
53
|
|
54
|
+
imagine!
|
55
|
+
|
62
56
|
### screenshots
|
63
57
|
|
64
58
|
[samples](/samples)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ref as v, computed as d, createElementBlock as r, openBlock as o, createElementVNode as t, toDisplayString as u, withDirectives as m, Fragment as f, renderList as p, vModelSelect as _ } from "vue";
|
2
|
-
import { _ as D } from "./index-
|
2
|
+
import { _ as D } from "./index-BfaPh7Bm.js";
|
3
3
|
const S = { class: "modal__contact-line" }, q = ["value"], k = { class: "modal__channel-line" }, w = ["disabled"], x = ["value"], V = ["disabled"], A = {
|
4
4
|
__name: "CreateDialog",
|
5
5
|
props: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as N, ref as l, computed as z, onMounted as $, createElementBlock as m, openBlock as f, Fragment as q, createElementVNode as o, withDirectives as E, vShow as I, createCommentVNode as g, normalizeClass as y, toDisplayString as A, nextTick as G, unref as k } from "vue";
|
2
|
-
import { _ as H } from "./index-
|
2
|
+
import { _ as H } from "./index-BfaPh7Bm.js";
|
3
3
|
const J = { class: "video-recorder__header" }, K = { class: "video-recorder__controls" }, P = { class: "video-recorder__recording-container" }, Q = { class: "video-recorder__recording-time" }, W = /* @__PURE__ */ N({
|
4
4
|
__name: "ModalVideoRecorder",
|
5
5
|
emits: ["change", "submit", "close"],
|
@@ -137,7 +137,7 @@ const J = { class: "video-recorder__header" }, K = { class: "video-recorder__con
|
|
137
137
|
])
|
138
138
|
], 64));
|
139
139
|
}
|
140
|
-
}), ee = /* @__PURE__ */ H(W, [["__scopeId", "data-v-
|
140
|
+
}), ee = /* @__PURE__ */ H(W, [["__scopeId", "data-v-57491bde"]]);
|
141
141
|
export {
|
142
142
|
ee as default
|
143
143
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ref as p, createElementBlock as n, openBlock as s, createElementVNode as t, toDisplayString as a, Fragment as m, renderList as _, withDirectives as h, vModelCheckbox as v } from "vue";
|
2
|
-
import { _ as f } from "./index-
|
2
|
+
import { _ as f } from "./index-BfaPh7Bm.js";
|
3
3
|
const g = { class: "participant-list" }, k = ["id", "value"], y = ["for"], x = {
|
4
4
|
__name: "SelectUser2",
|
5
5
|
props: {
|