@mobilon-dev/chotto 0.0.34 → 0.0.35

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 CHANGED
@@ -17,7 +17,7 @@ Vue3 Chat UI components - собери свой интерфейс чата
17
17
 
18
18
  ## скриншот
19
19
 
20
- ![](images/screenshot5.png)
20
+ ![](images/screenshot6.png)
21
21
 
22
22
 
23
23
  # разработка
@@ -0,0 +1,41 @@
1
+ import { ref as m, openBlock as s, createElementBlock as d, createElementVNode as e, toDisplayString as v, withDirectives as u, vModelText as r } from "vue";
2
+ const f = {
3
+ __name: "CreateChat2",
4
+ props: {
5
+ title: {
6
+ type: String,
7
+ required: !0
8
+ }
9
+ },
10
+ emits: ["change"],
11
+ setup(a, { emit: p }) {
12
+ const n = m({}), i = p, o = () => {
13
+ i("change", {
14
+ contact: n.value
15
+ });
16
+ };
17
+ return (g, t) => (s(), d("div", null, [
18
+ e("h2", null, v(a.title), 1),
19
+ t[2] || (t[2] = e("label", null, "Имя", -1)),
20
+ u(e("input", {
21
+ "onUpdate:modelValue": t[0] || (t[0] = (l) => n.value.name = l),
22
+ type: "text",
23
+ onInput: o
24
+ }, null, 544), [
25
+ [r, n.value.name]
26
+ ]),
27
+ t[3] || (t[3] = e("br", null, null, -1)),
28
+ t[4] || (t[4] = e("label", null, "Телефон", -1)),
29
+ u(e("input", {
30
+ "onUpdate:modelValue": t[1] || (t[1] = (l) => n.value.phone = l),
31
+ type: "text",
32
+ onInput: o
33
+ }, null, 544), [
34
+ [r, n.value.phone]
35
+ ])
36
+ ]));
37
+ }
38
+ };
39
+ export {
40
+ f as default
41
+ };
@@ -1,5 +1,5 @@
1
1
  import { ref as p, openBlock as n, createElementBlock as s, createElementVNode as t, toDisplayString as i, Fragment as m, renderList as _, withDirectives as h, vModelCheckbox as v } from "vue";
2
- import { _ as f } from "./index-CjdkJE6L.js";
2
+ import { _ as f } from "./index-DRTFNHDL.js";
3
3
  const g = { class: "participant-list" }, k = ["id", "value"], y = ["for"], b = {
4
4
  __name: "SelectUser2",
5
5
  props: {