@mobilon-dev/chotto 0.3.1 → 0.3.2
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/dist/vuessages.es.js +242 -226
- package/dist/vuessages.umd.js +5 -5
- package/package.json +1 -1
package/dist/vuessages.es.js
CHANGED
@@ -1,18 +1,18 @@
|
|
1
|
-
import { createBlock as $, openBlock as l, Transition as le, withCtx as J, withDirectives as re, createElementVNode as i, renderSlot as oe, vShow as we, onMounted as me, onUnmounted as _t, createElementBlock as r, withKeys as _a, ref as p, defineComponent as G, inject as ie, computed as F, Fragment as Z, Teleport as Ie, createVNode as K, createCommentVNode as y, normalizeClass as S, unref as x, toDisplayString as N, nextTick as Ce, h as Pa, defineAsyncComponent as Xf, createApp as
|
1
|
+
import { createBlock as $, openBlock as l, Transition as le, withCtx as J, withDirectives as re, createElementVNode as i, renderSlot as oe, vShow as we, onMounted as me, onUnmounted as _t, createElementBlock as r, withKeys as _a, ref as p, defineComponent as G, inject as ie, computed as F, Fragment as Z, Teleport as Ie, createVNode as K, createCommentVNode as y, normalizeClass as S, unref as x, toDisplayString as N, nextTick as Ce, h as Pa, defineAsyncComponent as Xf, createApp as e1, watch as ae, useTemplateRef as pf, getCurrentInstance as t1, toRaw as hf, onBeforeUnmount as n1, provide as gt, reactive as vf, readonly as a1, renderList as se, vModelText as Xe, resolveComponent as An, createStaticVNode as Mt, vModelRadio as Ma, createTextVNode as Qt, normalizeStyle as ge, resolveDynamicComponent as qe, useId as wa, withModifiers as Ft, customRef as yf, toRef as qa, vModelSelect as Ha, vModelCheckbox as bf } from "vue";
|
2
2
|
const z = (e, t) => {
|
3
3
|
const n = e.__vccOpts || e;
|
4
4
|
for (const [a, f] of t)
|
5
5
|
n[a] = f;
|
6
6
|
return n;
|
7
|
-
},
|
7
|
+
}, f1 = ["data-theme"], s1 = {
|
8
8
|
class: "modal",
|
9
9
|
role: "dialog",
|
10
10
|
"aria-labelledby": "modalTitle",
|
11
11
|
"aria-describedby": "modalDescription"
|
12
|
-
},
|
12
|
+
}, i1 = {
|
13
13
|
id: "modalDescription",
|
14
14
|
class: "modal-body"
|
15
|
-
},
|
15
|
+
}, o1 = { class: "buttons" }, l1 = {
|
16
16
|
__name: "Modal",
|
17
17
|
props: {
|
18
18
|
theme: {
|
@@ -33,11 +33,11 @@ const z = (e, t) => {
|
|
33
33
|
"data-theme": e.theme,
|
34
34
|
onClick: a
|
35
35
|
}, [
|
36
|
-
i("div",
|
37
|
-
i("div",
|
36
|
+
i("div", s1, [
|
37
|
+
i("div", i1, [
|
38
38
|
oe(f.$slots, "default", {}, void 0, !0)
|
39
39
|
]),
|
40
|
-
i("div",
|
40
|
+
i("div", o1, [
|
41
41
|
i("button", {
|
42
42
|
type: "button",
|
43
43
|
class: "btn-green",
|
@@ -52,14 +52,14 @@ const z = (e, t) => {
|
|
52
52
|
}, " Cancel ")
|
53
53
|
])
|
54
54
|
])
|
55
|
-
], 8,
|
55
|
+
], 8, f1), [
|
56
56
|
[we, !0]
|
57
57
|
])
|
58
58
|
]),
|
59
59
|
_: 3
|
60
60
|
}));
|
61
61
|
}
|
62
|
-
}, Ca = /* @__PURE__ */ z(
|
62
|
+
}, Ca = /* @__PURE__ */ z(l1, [["__scopeId", "data-v-3731e4cc"]]), r1 = ["data-theme"], c1 = { class: "modal__container" }, u1 = {
|
63
63
|
__name: "ModalFullscreen",
|
64
64
|
props: {
|
65
65
|
theme: {
|
@@ -85,7 +85,7 @@ const z = (e, t) => {
|
|
85
85
|
onClick: a,
|
86
86
|
onKeyup: s[1] || (s[1] = _a((c) => n("close"), ["esc"]))
|
87
87
|
}, [
|
88
|
-
i("div",
|
88
|
+
i("div", c1, [
|
89
89
|
i("button", {
|
90
90
|
class: "modal__close-button",
|
91
91
|
onClick: s[0] || (s[0] = (c) => n("close"))
|
@@ -96,14 +96,14 @@ const z = (e, t) => {
|
|
96
96
|
])]),
|
97
97
|
oe(o.$slots, "default", {}, void 0, !0)
|
98
98
|
])
|
99
|
-
], 40,
|
99
|
+
], 40, r1));
|
100
100
|
}
|
101
|
-
}, Kt = /* @__PURE__ */ z(
|
101
|
+
}, Kt = /* @__PURE__ */ z(u1, [["__scopeId", "data-v-48d9966c"]]), A1 = ["data-theme"], d1 = {
|
102
102
|
class: "modal",
|
103
103
|
role: "dialog",
|
104
104
|
"aria-labelledby": "modalTitle",
|
105
105
|
"aria-describedby": "modalDescription"
|
106
|
-
},
|
106
|
+
}, g1 = {
|
107
107
|
__name: "ModalNoFooter",
|
108
108
|
props: {
|
109
109
|
theme: {
|
@@ -124,23 +124,23 @@ const z = (e, t) => {
|
|
124
124
|
class: "modal-backdrop",
|
125
125
|
onClick: a
|
126
126
|
}, [
|
127
|
-
i("div",
|
127
|
+
i("div", d1, [
|
128
128
|
oe(f.$slots, "default", {}, void 0, !0)
|
129
129
|
])
|
130
|
-
], 8,
|
130
|
+
], 8, A1), [
|
131
131
|
[we, !0]
|
132
132
|
])
|
133
133
|
]),
|
134
134
|
_: 3
|
135
135
|
}));
|
136
136
|
}
|
137
|
-
}, _f = /* @__PURE__ */ z(
|
137
|
+
}, _f = /* @__PURE__ */ z(g1, [["__scopeId", "data-v-5e55c655"]]), xt = p([]), Oe = (e) => {
|
138
138
|
const t = p(0), n = xt.value.find(({ id: f }) => f == e);
|
139
139
|
return n != null ? t.value = xt.value.indexOf(n) : (xt.value.push({
|
140
140
|
id: e,
|
141
141
|
theme: ""
|
142
142
|
}), t.value = xt.value.length - 1), { getTheme: () => xt.value[t.value] };
|
143
|
-
},
|
143
|
+
}, m1 = ["data-theme"], p1 = /* @__PURE__ */ G({
|
144
144
|
__name: "Tooltip",
|
145
145
|
props: {
|
146
146
|
text: {
|
@@ -197,20 +197,20 @@ const z = (e, t) => {
|
|
197
197
|
ref: f,
|
198
198
|
"data-theme": x(n)().theme ? x(n)().theme : "light",
|
199
199
|
class: S(c.value)
|
200
|
-
}, N(e.text), 11,
|
200
|
+
}, N(e.text), 11, m1)) : y("", !0)
|
201
201
|
]),
|
202
202
|
_: 1
|
203
203
|
})
|
204
204
|
]))
|
205
205
|
], 64));
|
206
206
|
}
|
207
|
-
}), at = /* @__PURE__ */ z(
|
208
|
-
function
|
207
|
+
}), at = /* @__PURE__ */ z(p1, [["__scopeId", "data-v-35f06289"]]);
|
208
|
+
function Cg(e) {
|
209
209
|
if (!e || e === "") return;
|
210
210
|
const t = +new Date(Number(e) * 1e3), n = +/* @__PURE__ */ new Date(), a = Math.floor((n - t) / 1e3), f = Math.floor(a / 60), o = Math.floor(f / 60), s = Math.floor(o / 24);
|
211
211
|
return s > 30 ? new Date(t).toLocaleDateString("ru-RU") : s > 0 ? `${s} ${s === 1 ? "день" : "дня"} назад` : o > 0 ? `${o} ${o === 1 ? "час" : "часа"} назад` : f > 0 ? `${f} ${f === 1 ? "минута" : "минуты"} назад` : a > 0 ? `${a} ${a === 1 ? "секунда" : "секунды"} назад` : "Только что";
|
212
212
|
}
|
213
|
-
const
|
213
|
+
const Ig = (e, t = null) => {
|
214
214
|
const n = [];
|
215
215
|
let a = null;
|
216
216
|
const f = (d) => new Date(d.getFullYear(), d.getMonth(), d.getDate()).getTime(), o = /* @__PURE__ */ new Date(), s = f(o), c = new Date(o);
|
@@ -230,7 +230,7 @@ const Mg = (e, t = null) => {
|
|
230
230
|
}), a = m), n.push(g);
|
231
231
|
}
|
232
232
|
return n;
|
233
|
-
},
|
233
|
+
}, kg = async () => {
|
234
234
|
try {
|
235
235
|
if (await navigator.mediaDevices.getUserMedia({ audio: !0 })) {
|
236
236
|
const t = new Audio();
|
@@ -239,7 +239,7 @@ const Mg = (e, t = null) => {
|
|
239
239
|
} catch {
|
240
240
|
console.log("no audio permissions");
|
241
241
|
}
|
242
|
-
},
|
242
|
+
}, Dg = (e) => e.sort((t, n) => Number(t.timestamp) < Number(n.timestamp) ? -1 : Number(t.timestamp) > Number(n.timestamp) ? 1 : 0), Mf = (e) => {
|
243
243
|
let t = "file";
|
244
244
|
return e.startsWith("image/") ? t = "image" : e.startsWith("video/") ? t = "video" : e.startsWith("audio/") && (t = "audio"), t;
|
245
245
|
}, wt = ["read", "received", "sent"], Ct = (e) => {
|
@@ -286,11 +286,11 @@ function Zt({ component: e, attrs: t, Modal: n, modalAttrs: a }) {
|
|
286
286
|
}
|
287
287
|
);
|
288
288
|
}
|
289
|
-
}), g =
|
289
|
+
}), g = e1(d);
|
290
290
|
g.mount(o);
|
291
291
|
});
|
292
292
|
}
|
293
|
-
const
|
293
|
+
const Ng = async (e, t) => {
|
294
294
|
const n = await Zt({
|
295
295
|
//в component должен быть встроен emit change(key: value)
|
296
296
|
component: Promise.resolve().then(() => m4),
|
@@ -303,7 +303,7 @@ const Ig = async (e, t) => {
|
|
303
303
|
}
|
304
304
|
});
|
305
305
|
return console.log("data", n), n;
|
306
|
-
},
|
306
|
+
}, xg = async (e, t) => await Zt({
|
307
307
|
//в component должен быть встроен emit change(key: value)
|
308
308
|
component: Promise.resolve().then(() => v4),
|
309
309
|
attrs: {
|
@@ -313,7 +313,7 @@ const Ig = async (e, t) => {
|
|
313
313
|
modalAttrs: {
|
314
314
|
theme: t
|
315
315
|
}
|
316
|
-
}),
|
316
|
+
}), Tg = async (e, t, n, a, f, o) => await Zt({
|
317
317
|
//в component должен быть встроен emit change(key: value)
|
318
318
|
component: Promise.resolve().then(() => D4),
|
319
319
|
attrs: {
|
@@ -327,7 +327,7 @@ const Ig = async (e, t) => {
|
|
327
327
|
modalAttrs: {
|
328
328
|
theme: o
|
329
329
|
}
|
330
|
-
}),
|
330
|
+
}), h1 = async (e) => await Zt({
|
331
331
|
//в component должен быть встроен emit change(key: value)
|
332
332
|
component: Promise.resolve().then(() => Y3),
|
333
333
|
attrs: {},
|
@@ -335,7 +335,7 @@ const Ig = async (e, t) => {
|
|
335
335
|
modalAttrs: {
|
336
336
|
theme: e
|
337
337
|
}
|
338
|
-
}),
|
338
|
+
}), Eg = async (e, t, n) => {
|
339
339
|
const a = await Zt({
|
340
340
|
//в component должен быть встроен emit change(key: value)
|
341
341
|
component: Promise.resolve().then(() => B4),
|
@@ -349,7 +349,7 @@ const Ig = async (e, t) => {
|
|
349
349
|
}
|
350
350
|
});
|
351
351
|
return console.log("data", a), a;
|
352
|
-
},
|
352
|
+
}, v1 = {
|
353
353
|
"component.ChatList.Title": "Mobilon One",
|
354
354
|
"component.ChatFilter.InputPlaceholder": "Поиск чата",
|
355
355
|
"layout.ChatWrapper.noSelectedChat": "Выберите контакт для начала общения",
|
@@ -361,7 +361,7 @@ const Ig = async (e, t) => {
|
|
361
361
|
"component.FeedSearch.SearchLabel": "Поиск",
|
362
362
|
"component.FeedSearch.SearchPlaceholder": "Поиск сообщения...",
|
363
363
|
"component.ChannelSelector.Placeholder": "Канал не выбран"
|
364
|
-
},
|
364
|
+
}, y1 = {
|
365
365
|
"component.ChatList.Title": "Chats",
|
366
366
|
"component.ChatFilter.InputPlaceholder": "Chat search",
|
367
367
|
"layout.ChatWrapper.noSelectedChat": "Choose contact to start conversation",
|
@@ -385,14 +385,14 @@ const Ig = async (e, t) => {
|
|
385
385
|
flag: "russian"
|
386
386
|
}
|
387
387
|
], Wa = p(wf[1]);
|
388
|
-
let
|
389
|
-
ru:
|
390
|
-
en:
|
388
|
+
let b1 = {
|
389
|
+
ru: v1,
|
390
|
+
en: y1
|
391
391
|
};
|
392
|
-
const Te =
|
393
|
-
function
|
392
|
+
const Te = _1().t;
|
393
|
+
function _1() {
|
394
394
|
function e(t) {
|
395
|
-
return
|
395
|
+
return b1[Wa.value.code][t];
|
396
396
|
}
|
397
397
|
return {
|
398
398
|
t: e,
|
@@ -482,7 +482,7 @@ const _e = p([]), Ve = (e) => {
|
|
482
482
|
_e.value[t.value].isRecording = m;
|
483
483
|
}
|
484
484
|
};
|
485
|
-
},
|
485
|
+
}, M1 = (e) => {
|
486
486
|
const t = Mf(e.type), n = p(!1), a = p(!1), f = p(!1), o = p("");
|
487
487
|
t === "image" ? n.value = !0 : t === "video" ? a.value = !0 : t === "audio" && (f.value = !0), n.value || a.value || f.value ? o.value = URL.createObjectURL(e) : o.value = "";
|
488
488
|
const s = ["б", "Кб", "Мб", "Гб"];
|
@@ -513,24 +513,24 @@ const _e = p([]), Ve = (e) => {
|
|
513
513
|
size: t.size,
|
514
514
|
type: Mf(t.type),
|
515
515
|
status: "success",
|
516
|
-
preview:
|
516
|
+
preview: M1(t)
|
517
517
|
};
|
518
518
|
} catch (o) {
|
519
519
|
return console.error("Ошибка при загрузке файла:", o), { status: "error" };
|
520
520
|
}
|
521
|
-
},
|
521
|
+
}, w1 = { class: "preview__container" }, C1 = { class: "preview__block" }, I1 = ["src"], k1 = ["src"], D1 = {
|
522
522
|
key: 2,
|
523
523
|
style: { display: "flex", gap: "5px" }
|
524
|
-
},
|
524
|
+
}, N1 = ["src"], x1 = { class: "pi pi-play" }, T1 = { class: "pi pi-pause" }, E1 = { key: 3 }, j1 = { class: "preview__control-block" }, S1 = { class: "preview__information" }, V1 = { class: "preview__name" }, O1 = {
|
525
525
|
key: 0,
|
526
526
|
class: "preview__size"
|
527
|
-
},
|
527
|
+
}, L1 = {
|
528
528
|
key: 1,
|
529
529
|
class: "preview__audio-time"
|
530
|
-
},
|
530
|
+
}, z1 = {
|
531
531
|
key: 2,
|
532
532
|
class: "preview__audio-time"
|
533
|
-
},
|
533
|
+
}, U1 = { class: "preview__reset" }, B1 = ["src"], $1 = ["src"], R1 = /* @__PURE__ */ G({
|
534
534
|
__name: "FilePreview",
|
535
535
|
props: {
|
536
536
|
fileInfo: {
|
@@ -560,8 +560,8 @@ const _e = p([]), Ve = (e) => {
|
|
560
560
|
s.value && (s.value.currentTime = 0, u.value = s.value.duration);
|
561
561
|
}, { once: !0 })));
|
562
562
|
});
|
563
|
-
}), (v, D) => (l(), r("div",
|
564
|
-
i("div",
|
563
|
+
}), (v, D) => (l(), r("div", w1, [
|
564
|
+
i("div", C1, [
|
565
565
|
e.fileInfo.isImage ? (l(), r("div", {
|
566
566
|
key: 0,
|
567
567
|
style: { position: "relative" },
|
@@ -571,7 +571,7 @@ const _e = p([]), Ve = (e) => {
|
|
571
571
|
src: e.fileInfo.previewUrl,
|
572
572
|
alt: "Image Preview",
|
573
573
|
class: "preview__image"
|
574
|
-
}, null, 8,
|
574
|
+
}, null, 8, I1),
|
575
575
|
D[3] || (D[3] = i("div", { class: "preview__shadow" }, [
|
576
576
|
i("span", { class: "pi pi-plus-circle" })
|
577
577
|
], -1))
|
@@ -585,11 +585,11 @@ const _e = p([]), Ve = (e) => {
|
|
585
585
|
ref: s,
|
586
586
|
src: e.fileInfo.previewUrl,
|
587
587
|
class: "preview__video"
|
588
|
-
}, null, 8,
|
588
|
+
}, null, 8, k1),
|
589
589
|
D[4] || (D[4] = i("div", { class: "preview__shadow" }, [
|
590
590
|
i("span", { class: "pi pi-play" })
|
591
591
|
], -1))
|
592
|
-
])) : e.fileInfo.isAudio ? (l(), r("div",
|
592
|
+
])) : e.fileInfo.isAudio ? (l(), r("div", D1, [
|
593
593
|
D[5] || (D[5] = i("span", {
|
594
594
|
class: "pi pi-headphones",
|
595
595
|
style: { "font-size": "1rem", margin: "auto" }
|
@@ -598,33 +598,33 @@ const _e = p([]), Ve = (e) => {
|
|
598
598
|
ref_key: "audio",
|
599
599
|
ref: o,
|
600
600
|
src: e.fileInfo.previewUrl
|
601
|
-
}, null, 8,
|
601
|
+
}, null, 8, N1),
|
602
602
|
i("button", {
|
603
603
|
class: "preview__audio-control",
|
604
604
|
onClick: m
|
605
605
|
}, [
|
606
|
-
re(i("span",
|
606
|
+
re(i("span", x1, null, 512), [
|
607
607
|
[we, !c.value]
|
608
608
|
]),
|
609
|
-
re(i("span",
|
609
|
+
re(i("span", T1, null, 512), [
|
610
610
|
[we, c.value]
|
611
611
|
])
|
612
612
|
])
|
613
|
-
])) : (l(), r("div",
|
613
|
+
])) : (l(), r("div", E1, [...D[6] || (D[6] = [
|
614
614
|
i("span", {
|
615
615
|
class: "pi pi-file",
|
616
616
|
style: { "font-size": "2.5rem" }
|
617
617
|
}, null, -1)
|
618
618
|
])]))
|
619
619
|
]),
|
620
|
-
i("div",
|
621
|
-
i("div",
|
622
|
-
i("span",
|
623
|
-
!e.fileInfo.isAudio && !e.fileInfo.isVideo ? (l(), r("span",
|
624
|
-
e.fileInfo.isAudio ? (l(), r("span",
|
625
|
-
e.fileInfo.isVideo ? (l(), r("span",
|
620
|
+
i("div", j1, [
|
621
|
+
i("div", S1, [
|
622
|
+
i("span", V1, N(e.fileInfo.fileName), 1),
|
623
|
+
!e.fileInfo.isAudio && !e.fileInfo.isVideo ? (l(), r("span", O1, N(e.fileInfo.fileSize), 1)) : y("", !0),
|
624
|
+
e.fileInfo.isAudio ? (l(), r("span", L1, N(`${h.value} / ${w.value}`), 1)) : y("", !0),
|
625
|
+
e.fileInfo.isVideo ? (l(), r("span", z1, N(w.value), 1)) : y("", !0)
|
626
626
|
]),
|
627
|
-
i("div",
|
627
|
+
i("div", U1, [
|
628
628
|
i("span", {
|
629
629
|
class: "pi pi-times",
|
630
630
|
onClick: D[2] || (D[2] = (k) => f("reset"))
|
@@ -646,13 +646,13 @@ const _e = p([]), Ve = (e) => {
|
|
646
646
|
src: e.fileInfo.previewUrl,
|
647
647
|
controls: "",
|
648
648
|
autoplay: ""
|
649
|
-
}, null, 8,
|
649
|
+
}, null, 8, B1)) : y("", !0),
|
650
650
|
e.fileInfo.isImage ? (l(), r("img", {
|
651
651
|
key: 1,
|
652
652
|
class: "preview__modal-image",
|
653
653
|
src: e.fileInfo.previewUrl,
|
654
654
|
alt: "Image Preview"
|
655
|
-
}, null, 8, $
|
655
|
+
}, null, 8, $1)) : y("", !0)
|
656
656
|
]),
|
657
657
|
_: 1
|
658
658
|
}, 8, ["theme"])) : y("", !0)
|
@@ -662,10 +662,10 @@ const _e = p([]), Ve = (e) => {
|
|
662
662
|
]))
|
663
663
|
]));
|
664
664
|
}
|
665
|
-
}), qn = /* @__PURE__ */ z(
|
665
|
+
}), qn = /* @__PURE__ */ z(R1, [["__scopeId", "data-v-3578b088"]]), Q1 = { class: "audio-recorder__container" }, F1 = { key: 0 }, Y1 = {
|
666
666
|
key: 1,
|
667
667
|
class: "audio-recorder__recording-container"
|
668
|
-
},
|
668
|
+
}, P1 = { class: "audio-recorder__recording-time" }, q1 = /* @__PURE__ */ G({
|
669
669
|
__name: "AudioRecorder",
|
670
670
|
props: {
|
671
671
|
state: {
|
@@ -725,11 +725,11 @@ const _e = p([]), Ve = (e) => {
|
|
725
725
|
() => {
|
726
726
|
n().file || (D.value = void 0);
|
727
727
|
}
|
728
|
-
), (E, L) => (l(), r("div",
|
729
|
-
m.value === "uploading" ? (l(), r("div",
|
728
|
+
), (E, L) => (l(), r("div", Q1, [
|
729
|
+
m.value === "uploading" ? (l(), r("div", F1, [...L[0] || (L[0] = [
|
730
730
|
i("p", null, "Загрузка файла...", -1)
|
731
731
|
])])) : y("", !0),
|
732
|
-
_.value && m.value != "uploading" ? (l(), r("div",
|
732
|
+
_.value && m.value != "uploading" ? (l(), r("div", Y1, [
|
733
733
|
L[3] || (L[3] = i("span", { class: "audio-recorder__recording-icon pi pi-circle-fill" }, null, -1)),
|
734
734
|
i("button", {
|
735
735
|
class: "audio-recorder__button audio-recorder__button-record",
|
@@ -743,7 +743,7 @@ const _e = p([]), Ve = (e) => {
|
|
743
743
|
}, [...L[2] || (L[2] = [
|
744
744
|
i("div", { class: "audio-recorder__stop" }, null, -1)
|
745
745
|
])]),
|
746
|
-
i("span",
|
746
|
+
i("span", P1, N(g.value), 1)
|
747
747
|
])) : y("", !0),
|
748
748
|
!_.value && m.value != "uploading" && !x(n)().isRecording ? (l(), r("button", {
|
749
749
|
key: 2,
|
@@ -764,7 +764,7 @@ const _e = p([]), Ve = (e) => {
|
|
764
764
|
], 8, ["to"])) : y("", !0)
|
765
765
|
]));
|
766
766
|
}
|
767
|
-
}),
|
767
|
+
}), jg = /* @__PURE__ */ z(q1, [["__scopeId", "data-v-161692d8"]]), H1 = /* @__PURE__ */ G({
|
768
768
|
__name: "ButtonCommandsSelector",
|
769
769
|
props: {
|
770
770
|
commands: {
|
@@ -821,7 +821,7 @@ const _e = p([]), Ve = (e) => {
|
|
821
821
|
_: 1
|
822
822
|
}));
|
823
823
|
}
|
824
|
-
}),
|
824
|
+
}), Sg = /* @__PURE__ */ z(H1, [["__scopeId", "data-v-e49e796b"]]), Cf = "https://cdn.jsdelivr.net/npm/emoji-datasource-apple@6.0.1/img/apple/64", If = {
|
825
825
|
recent: "Recently used",
|
826
826
|
smileys_people: "Smiles & People",
|
827
827
|
animals_nature: "Animals & Nature",
|
@@ -831,21 +831,21 @@ const _e = p([]), Ve = (e) => {
|
|
831
831
|
objects: "Objects",
|
832
832
|
symbols: "Symbols",
|
833
833
|
flags: "Flags"
|
834
|
-
}, kf = "u", Hn = "n", on = "v", Yt = "r",
|
834
|
+
}, kf = "u", Hn = "n", on = "v", Yt = "r", W1 = {
|
835
835
|
[Hn]: ["grinning face", "grinning"],
|
836
836
|
[kf]: "1f600",
|
837
837
|
[Yt]: "1f600"
|
838
|
-
}, pn = "neutral",
|
838
|
+
}, pn = "neutral", K1 = "1f3fb", Z1 = "1f3fc", J1 = "1f3fd", G1 = "1f3fe", X1 = "1f3ff", es = [
|
839
839
|
pn,
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
],
|
840
|
+
K1,
|
841
|
+
Z1,
|
842
|
+
J1,
|
843
|
+
G1,
|
844
|
+
X1
|
845
|
+
], ts = {
|
846
846
|
placeholder: "Search emoji",
|
847
847
|
skinTone: "Skin tone"
|
848
|
-
},
|
848
|
+
}, ns = ["light", "dark", "auto"], as = [
|
849
849
|
{
|
850
850
|
n: [
|
851
851
|
"grinning face",
|
@@ -5253,7 +5253,7 @@ const _e = p([]), Ve = (e) => {
|
|
5253
5253
|
],
|
5254
5254
|
u: "1f48e"
|
5255
5255
|
}
|
5256
|
-
],
|
5256
|
+
], fs = [
|
5257
5257
|
{
|
5258
5258
|
n: [
|
5259
5259
|
"monkey face",
|
@@ -5987,7 +5987,7 @@ const _e = p([]), Ve = (e) => {
|
|
5987
5987
|
],
|
5988
5988
|
u: "1f343"
|
5989
5989
|
}
|
5990
|
-
],
|
5990
|
+
], ss = [
|
5991
5991
|
{
|
5992
5992
|
n: [
|
5993
5993
|
"grapes"
|
@@ -6653,7 +6653,7 @@ const _e = p([]), Ve = (e) => {
|
|
6653
6653
|
],
|
6654
6654
|
u: "1f3fa"
|
6655
6655
|
}
|
6656
|
-
],
|
6656
|
+
], is = [
|
6657
6657
|
{
|
6658
6658
|
n: [
|
6659
6659
|
"jack-o-lantern",
|
@@ -7059,7 +7059,7 @@ const _e = p([]), Ve = (e) => {
|
|
7059
7059
|
],
|
7060
7060
|
u: "1f3b4"
|
7061
7061
|
}
|
7062
|
-
],
|
7062
|
+
], os = [
|
7063
7063
|
{
|
7064
7064
|
n: [
|
7065
7065
|
"earth globe europe-africa",
|
@@ -8426,7 +8426,7 @@ const _e = p([]), Ve = (e) => {
|
|
8426
8426
|
],
|
8427
8427
|
u: "1f30a"
|
8428
8428
|
}
|
8429
|
-
],
|
8429
|
+
], ls = [
|
8430
8430
|
{
|
8431
8431
|
n: [
|
8432
8432
|
"speaker with cancellation stroke",
|
@@ -9490,7 +9490,7 @@ const _e = p([]), Ve = (e) => {
|
|
9490
9490
|
],
|
9491
9491
|
u: "1f6d2"
|
9492
9492
|
}
|
9493
|
-
],
|
9493
|
+
], rs = [
|
9494
9494
|
{
|
9495
9495
|
n: [
|
9496
9496
|
"automated teller machine",
|
@@ -10888,7 +10888,7 @@ const _e = p([]), Ve = (e) => {
|
|
10888
10888
|
],
|
10889
10889
|
u: "1f535"
|
10890
10890
|
}
|
10891
|
-
],
|
10891
|
+
], cs = [
|
10892
10892
|
{
|
10893
10893
|
n: [
|
10894
10894
|
"chequered flag",
|
@@ -12768,15 +12768,15 @@ const _e = p([]), Ve = (e) => {
|
|
12768
12768
|
u: "1f3f4-e0067-e0062-e0077-e006c-e0073-e007f"
|
12769
12769
|
}
|
12770
12770
|
];
|
12771
|
-
var
|
12772
|
-
smileys_people:
|
12773
|
-
animals_nature:
|
12774
|
-
food_drink:
|
12775
|
-
activities:
|
12776
|
-
travel_places:
|
12777
|
-
objects:
|
12778
|
-
symbols:
|
12779
|
-
flags:
|
12771
|
+
var us = {
|
12772
|
+
smileys_people: as,
|
12773
|
+
animals_nature: fs,
|
12774
|
+
food_drink: ss,
|
12775
|
+
activities: is,
|
12776
|
+
travel_places: os,
|
12777
|
+
objects: ls,
|
12778
|
+
symbols: rs,
|
12779
|
+
flags: cs
|
12780
12780
|
}, Ka = [
|
12781
12781
|
{
|
12782
12782
|
key: "recent",
|
@@ -12824,9 +12824,9 @@ var u1 = {
|
|
12824
12824
|
u: "1f3f3-fe0f"
|
12825
12825
|
}
|
12826
12826
|
];
|
12827
|
-
const
|
12827
|
+
const As = (e, t) => t.some((n) => e instanceof n);
|
12828
12828
|
let Za, Ja;
|
12829
|
-
function
|
12829
|
+
function ds() {
|
12830
12830
|
return Za || (Za = [
|
12831
12831
|
IDBDatabase,
|
12832
12832
|
IDBObjectStore,
|
@@ -12835,7 +12835,7 @@ function d1() {
|
|
12835
12835
|
IDBTransaction
|
12836
12836
|
]);
|
12837
12837
|
}
|
12838
|
-
function
|
12838
|
+
function gs() {
|
12839
12839
|
return Ja || (Ja = [
|
12840
12840
|
IDBCursor.prototype.advance,
|
12841
12841
|
IDBCursor.prototype.continue,
|
@@ -12843,7 +12843,7 @@ function g1() {
|
|
12843
12843
|
]);
|
12844
12844
|
}
|
12845
12845
|
const Df = /* @__PURE__ */ new WeakMap(), ca = /* @__PURE__ */ new WeakMap(), Nf = /* @__PURE__ */ new WeakMap(), ea = /* @__PURE__ */ new WeakMap(), Ia = /* @__PURE__ */ new WeakMap();
|
12846
|
-
function
|
12846
|
+
function ms(e) {
|
12847
12847
|
const t = new Promise((n, a) => {
|
12848
12848
|
const f = () => {
|
12849
12849
|
e.removeEventListener("success", o), e.removeEventListener("error", s);
|
@@ -12859,7 +12859,7 @@ function m1(e) {
|
|
12859
12859
|
}).catch(() => {
|
12860
12860
|
}), Ia.set(t, e), t;
|
12861
12861
|
}
|
12862
|
-
function
|
12862
|
+
function ps(e) {
|
12863
12863
|
if (ca.has(e))
|
12864
12864
|
return;
|
12865
12865
|
const t = new Promise((n, a) => {
|
@@ -12893,28 +12893,28 @@ let ua = {
|
|
12893
12893
|
return e instanceof IDBTransaction && (t === "done" || t === "store") ? !0 : t in e;
|
12894
12894
|
}
|
12895
12895
|
};
|
12896
|
-
function
|
12896
|
+
function hs(e) {
|
12897
12897
|
ua = e(ua);
|
12898
12898
|
}
|
12899
|
-
function
|
12899
|
+
function vs(e) {
|
12900
12900
|
return e === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(t, ...n) {
|
12901
12901
|
const a = e.call(ta(this), t, ...n);
|
12902
12902
|
return Nf.set(a, t.sort ? t.sort() : [t]), ft(a);
|
12903
|
-
} :
|
12903
|
+
} : gs().includes(e) ? function(...t) {
|
12904
12904
|
return e.apply(ta(this), t), ft(Df.get(this));
|
12905
12905
|
} : function(...t) {
|
12906
12906
|
return ft(e.apply(ta(this), t));
|
12907
12907
|
};
|
12908
12908
|
}
|
12909
|
-
function
|
12910
|
-
return typeof e == "function" ?
|
12909
|
+
function ys(e) {
|
12910
|
+
return typeof e == "function" ? vs(e) : (e instanceof IDBTransaction && ps(e), As(e, ds()) ? new Proxy(e, ua) : e);
|
12911
12911
|
}
|
12912
12912
|
function ft(e) {
|
12913
12913
|
if (e instanceof IDBRequest)
|
12914
|
-
return
|
12914
|
+
return ms(e);
|
12915
12915
|
if (ea.has(e))
|
12916
12916
|
return ea.get(e);
|
12917
|
-
const t =
|
12917
|
+
const t = ys(e);
|
12918
12918
|
return t !== e && (ea.set(e, t), Ia.set(t, e)), t;
|
12919
12919
|
}
|
12920
12920
|
const ta = (e) => Ia.get(e);
|
@@ -12931,14 +12931,14 @@ function ka(e, t, { blocked: n, upgrade: a, blocking: f, terminated: o } = {}) {
|
|
12931
12931
|
}).catch(() => {
|
12932
12932
|
}), c;
|
12933
12933
|
}
|
12934
|
-
const
|
12934
|
+
const bs = ["get", "getKey", "getAll", "getAllKeys", "count"], _s = ["put", "add", "delete", "clear"], na = /* @__PURE__ */ new Map();
|
12935
12935
|
function Ga(e, t) {
|
12936
12936
|
if (!(e instanceof IDBDatabase && !(t in e) && typeof t == "string"))
|
12937
12937
|
return;
|
12938
12938
|
if (na.get(t))
|
12939
12939
|
return na.get(t);
|
12940
|
-
const n = t.replace(/FromIndex$/, ""), a = t !== n, f =
|
12941
|
-
if (!(n in (a ? IDBIndex : IDBObjectStore).prototype) || !(f ||
|
12940
|
+
const n = t.replace(/FromIndex$/, ""), a = t !== n, f = _s.includes(n);
|
12941
|
+
if (!(n in (a ? IDBIndex : IDBObjectStore).prototype) || !(f || bs.includes(n)))
|
12942
12942
|
return;
|
12943
12943
|
const o = async function(s, ...c) {
|
12944
12944
|
const u = this.transaction(s, f ? "readwrite" : "readonly");
|
@@ -12950,13 +12950,13 @@ function Ga(e, t) {
|
|
12950
12950
|
};
|
12951
12951
|
return na.set(t, o), o;
|
12952
12952
|
}
|
12953
|
-
|
12953
|
+
hs((e) => ({
|
12954
12954
|
...e,
|
12955
12955
|
get: (t, n, a) => Ga(t, n) || e.get(t, n, a),
|
12956
12956
|
has: (t, n) => !!Ga(t, n) || e.has(t, n)
|
12957
12957
|
}));
|
12958
12958
|
const Da = "EMJ", mt = "emojis", Na = 3;
|
12959
|
-
async function
|
12959
|
+
async function Ms() {
|
12960
12960
|
(await ka(Da, Na, {
|
12961
12961
|
upgrade(t, n) {
|
12962
12962
|
t.objectStoreNames.contains(mt) || t.createObjectStore(mt, {
|
@@ -12968,8 +12968,8 @@ async function M1() {
|
|
12968
12968
|
}
|
12969
12969
|
})).close();
|
12970
12970
|
}
|
12971
|
-
|
12972
|
-
const
|
12971
|
+
Ms();
|
12972
|
+
const ws = {
|
12973
12973
|
native: !1,
|
12974
12974
|
hideSearch: !0,
|
12975
12975
|
hideGroupIcons: !1,
|
@@ -12982,23 +12982,23 @@ const w1 = {
|
|
12982
12982
|
groupOrder: [],
|
12983
12983
|
groupIcons: {}
|
12984
12984
|
};
|
12985
|
-
async function
|
12985
|
+
async function Cs() {
|
12986
12986
|
return await (await ka(Da, Na)).transaction(mt, "readonly").objectStore(mt).getAll();
|
12987
12987
|
}
|
12988
|
-
function
|
12988
|
+
function Is() {
|
12989
12989
|
const e = vf({
|
12990
12990
|
search: "",
|
12991
|
-
emoji:
|
12991
|
+
emoji: W1,
|
12992
12992
|
activeGroup: "",
|
12993
12993
|
skinTone: pn,
|
12994
|
-
options:
|
12994
|
+
options: ws,
|
12995
12995
|
additionalGroups: {},
|
12996
12996
|
recent: [],
|
12997
12997
|
get emojis() {
|
12998
12998
|
return {
|
12999
12999
|
recent: this.recent,
|
13000
13000
|
...this.options.additionalGroups,
|
13001
|
-
...
|
13001
|
+
...us
|
13002
13002
|
};
|
13003
13003
|
},
|
13004
13004
|
get disabled() {
|
@@ -13024,7 +13024,7 @@ function I1() {
|
|
13024
13024
|
}
|
13025
13025
|
async function n() {
|
13026
13026
|
var g;
|
13027
|
-
let m = await
|
13027
|
+
let m = await Cs();
|
13028
13028
|
return Array.isArray(m) && m.length ? m = JSON.parse(((g = m[0]) == null ? void 0 : g.value) || "") : m = [], m;
|
13029
13029
|
}
|
13030
13030
|
function a() {
|
@@ -13059,7 +13059,7 @@ function I1() {
|
|
13059
13059
|
e.recent = [_, ...e.recent], e.recent.length > 24 && (e.recent.length = 24), A();
|
13060
13060
|
};
|
13061
13061
|
return {
|
13062
|
-
state:
|
13062
|
+
state: a1(e),
|
13063
13063
|
updateSearch: f,
|
13064
13064
|
updateEmoji: o,
|
13065
13065
|
updateActiveGroup: s,
|
@@ -13068,11 +13068,11 @@ function I1() {
|
|
13068
13068
|
updateSelect: d
|
13069
13069
|
};
|
13070
13070
|
}
|
13071
|
-
var ve = "top", je = "bottom", Se = "right", ye = "left", xa = "auto", Jt = [ve, je, Se, ye], pt = "start", Pt = "end",
|
13071
|
+
var ve = "top", je = "bottom", Se = "right", ye = "left", xa = "auto", Jt = [ve, je, Se, ye], pt = "start", Pt = "end", ks = "clippingParents", xf = "viewport", Tt = "popper", Ds = "reference", Xa = /* @__PURE__ */ Jt.reduce(function(e, t) {
|
13072
13072
|
return e.concat([t + "-" + pt, t + "-" + Pt]);
|
13073
13073
|
}, []), Tf = /* @__PURE__ */ [].concat(Jt, [xa]).reduce(function(e, t) {
|
13074
13074
|
return e.concat([t, t + "-" + pt, t + "-" + Pt]);
|
13075
|
-
}, []),
|
13075
|
+
}, []), Ns = "beforeRead", xs = "read", Ts = "afterRead", Es = "beforeMain", js = "main", Ss = "afterMain", Vs = "beforeWrite", Os = "write", Ls = "afterWrite", zs = [Ns, xs, Ts, Es, js, Ss, Vs, Os, Ls];
|
13076
13076
|
function We(e) {
|
13077
13077
|
return e ? (e.nodeName || "").toLowerCase() : null;
|
13078
13078
|
}
|
@@ -13099,7 +13099,7 @@ function Ef(e) {
|
|
13099
13099
|
var t = Le(e).ShadowRoot;
|
13100
13100
|
return e instanceof t || e instanceof ShadowRoot;
|
13101
13101
|
}
|
13102
|
-
function
|
13102
|
+
function Us(e) {
|
13103
13103
|
var t = e.state;
|
13104
13104
|
Object.keys(t.elements).forEach(function(n) {
|
13105
13105
|
var a = t.styles[n] || {}, f = t.attributes[n] || {}, o = t.elements[n];
|
@@ -13109,7 +13109,7 @@ function U1(e) {
|
|
13109
13109
|
}));
|
13110
13110
|
});
|
13111
13111
|
}
|
13112
|
-
function
|
13112
|
+
function Bs(e) {
|
13113
13113
|
var t = e.state, n = {
|
13114
13114
|
popper: {
|
13115
13115
|
position: t.options.strategy,
|
@@ -13133,12 +13133,12 @@ function B1(e) {
|
|
13133
13133
|
});
|
13134
13134
|
};
|
13135
13135
|
}
|
13136
|
-
var $
|
13136
|
+
var $s = {
|
13137
13137
|
name: "applyStyles",
|
13138
13138
|
enabled: !0,
|
13139
13139
|
phase: "write",
|
13140
|
-
fn:
|
13141
|
-
effect:
|
13140
|
+
fn: Us,
|
13141
|
+
effect: Bs,
|
13142
13142
|
requires: ["computeStyles"]
|
13143
13143
|
};
|
13144
13144
|
function He(e) {
|
@@ -13189,7 +13189,7 @@ function jf(e, t) {
|
|
13189
13189
|
function Ke(e) {
|
13190
13190
|
return Le(e).getComputedStyle(e);
|
13191
13191
|
}
|
13192
|
-
function
|
13192
|
+
function Rs(e) {
|
13193
13193
|
return ["table", "td", "th"].indexOf(We(e)) >= 0;
|
13194
13194
|
}
|
13195
13195
|
function st(e) {
|
@@ -13201,7 +13201,7 @@ function Wn(e) {
|
|
13201
13201
|
function ef(e) {
|
13202
13202
|
return !Ee(e) || Ke(e).position === "fixed" ? null : e.offsetParent;
|
13203
13203
|
}
|
13204
|
-
function
|
13204
|
+
function Qs(e) {
|
13205
13205
|
var t = navigator.userAgent.toLowerCase().indexOf("firefox") !== -1, n = navigator.userAgent.indexOf("Trident") !== -1;
|
13206
13206
|
if (n && Ee(e)) {
|
13207
13207
|
var a = Ke(e);
|
@@ -13217,9 +13217,9 @@ function Q1(e) {
|
|
13217
13217
|
return null;
|
13218
13218
|
}
|
13219
13219
|
function Gt(e) {
|
13220
|
-
for (var t = Le(e), n = ef(e); n &&
|
13220
|
+
for (var t = Le(e), n = ef(e); n && Rs(n) && Ke(n).position === "static"; )
|
13221
13221
|
n = ef(n);
|
13222
|
-
return n && (We(n) === "html" || We(n) === "body" && Ke(n).position === "static") ? t : n ||
|
13222
|
+
return n && (We(n) === "html" || We(n) === "body" && Ke(n).position === "static") ? t : n || Qs(e) || t;
|
13223
13223
|
}
|
13224
13224
|
function Ea(e) {
|
13225
13225
|
return ["top", "bottom"].indexOf(e) >= 0 ? "x" : "y";
|
@@ -13227,7 +13227,7 @@ function Ea(e) {
|
|
13227
13227
|
function Vt(e, t, n) {
|
13228
13228
|
return ut(e, hn(t, n));
|
13229
13229
|
}
|
13230
|
-
function
|
13230
|
+
function Fs(e, t, n) {
|
13231
13231
|
var a = Vt(e, t, n);
|
13232
13232
|
return a > n ? n : a;
|
13233
13233
|
}
|
@@ -13247,41 +13247,41 @@ function Of(e, t) {
|
|
13247
13247
|
return n[a] = e, n;
|
13248
13248
|
}, {});
|
13249
13249
|
}
|
13250
|
-
var
|
13250
|
+
var Ys = function(t, n) {
|
13251
13251
|
return t = typeof t == "function" ? t(Object.assign({}, n.rects, {
|
13252
13252
|
placement: n.placement
|
13253
13253
|
})) : t, Vf(typeof t != "number" ? t : Of(t, Jt));
|
13254
13254
|
};
|
13255
|
-
function
|
13255
|
+
function Ps(e) {
|
13256
13256
|
var t, n = e.state, a = e.name, f = e.options, o = n.elements.arrow, s = n.modifiersData.popperOffsets, c = He(n.placement), u = Ea(c), A = [ye, Se].indexOf(c) >= 0, d = A ? "height" : "width";
|
13257
13257
|
if (!(!o || !s)) {
|
13258
|
-
var g =
|
13258
|
+
var g = Ys(f.padding, n), m = Ta(o), _ = u === "y" ? ve : ye, h = u === "y" ? je : Se, w = n.rects.reference[d] + n.rects.reference[u] - s[u] - n.rects.popper[d], v = s[u] - n.rects.reference[u], D = Gt(o), k = D ? u === "y" ? D.clientHeight || 0 : D.clientWidth || 0 : 0, C = w / 2 - v / 2, M = g[_], I = k - m[d] - g[h], b = k / 2 - m[d] / 2 + C, T = Vt(M, b, I), E = u;
|
13259
13259
|
n.modifiersData[a] = (t = {}, t[E] = T, t.centerOffset = T - b, t);
|
13260
13260
|
}
|
13261
13261
|
}
|
13262
|
-
function
|
13262
|
+
function qs(e) {
|
13263
13263
|
var t = e.state, n = e.options, a = n.element, f = a === void 0 ? "[data-popper-arrow]" : a;
|
13264
13264
|
f != null && (typeof f == "string" && (f = t.elements.popper.querySelector(f), !f) || jf(t.elements.popper, f) && (t.elements.arrow = f));
|
13265
13265
|
}
|
13266
|
-
var
|
13266
|
+
var Hs = {
|
13267
13267
|
name: "arrow",
|
13268
13268
|
enabled: !0,
|
13269
13269
|
phase: "main",
|
13270
|
-
fn:
|
13271
|
-
effect:
|
13270
|
+
fn: Ps,
|
13271
|
+
effect: qs,
|
13272
13272
|
requires: ["popperOffsets"],
|
13273
13273
|
requiresIfExists: ["preventOverflow"]
|
13274
13274
|
};
|
13275
13275
|
function bt(e) {
|
13276
13276
|
return e.split("-")[1];
|
13277
13277
|
}
|
13278
|
-
var
|
13278
|
+
var Ws = {
|
13279
13279
|
top: "auto",
|
13280
13280
|
right: "auto",
|
13281
13281
|
bottom: "auto",
|
13282
13282
|
left: "auto"
|
13283
13283
|
};
|
13284
|
-
function
|
13284
|
+
function Ks(e) {
|
13285
13285
|
var t = e.x, n = e.y, a = window, f = a.devicePixelRatio || 1;
|
13286
13286
|
return {
|
13287
13287
|
x: vt(t * f) / f || 0,
|
@@ -13289,7 +13289,7 @@ function K1(e) {
|
|
13289
13289
|
};
|
13290
13290
|
}
|
13291
13291
|
function tf(e) {
|
13292
|
-
var t, n = e.popper, a = e.popperRect, f = e.placement, o = e.variation, s = e.offsets, c = e.position, u = e.gpuAcceleration, A = e.adaptive, d = e.roundOffsets, g = e.isFixed, m = d === !0 ?
|
13292
|
+
var t, n = e.popper, a = e.popperRect, f = e.placement, o = e.variation, s = e.offsets, c = e.position, u = e.gpuAcceleration, A = e.adaptive, d = e.roundOffsets, g = e.isFixed, m = d === !0 ? Ks(s) : typeof d == "function" ? d(s) : s, _ = m.x, h = _ === void 0 ? 0 : _, w = m.y, v = w === void 0 ? 0 : w, D = s.hasOwnProperty("x"), k = s.hasOwnProperty("y"), C = ye, M = ve, I = window;
|
13293
13293
|
if (A) {
|
13294
13294
|
var b = Gt(n), T = "clientHeight", E = "clientWidth";
|
13295
13295
|
if (b === Le(n) && (b = st(n), Ke(b).position !== "static" && c === "absolute" && (T = "scrollHeight", E = "scrollWidth")), b = b, f === ve || (f === ye || f === Se) && o === Pt) {
|
@@ -13305,14 +13305,14 @@ function tf(e) {
|
|
13305
13305
|
}
|
13306
13306
|
var q = Object.assign({
|
13307
13307
|
position: c
|
13308
|
-
}, A &&
|
13308
|
+
}, A && Ws);
|
13309
13309
|
if (u) {
|
13310
13310
|
var V;
|
13311
13311
|
return Object.assign({}, q, (V = {}, V[M] = k ? "0" : "", V[C] = D ? "0" : "", V.transform = (I.devicePixelRatio || 1) <= 1 ? "translate(" + h + "px, " + v + "px)" : "translate3d(" + h + "px, " + v + "px, 0)", V));
|
13312
13312
|
}
|
13313
13313
|
return Object.assign({}, q, (t = {}, t[M] = k ? v + "px" : "", t[C] = D ? h + "px" : "", t.transform = "", t));
|
13314
13314
|
}
|
13315
|
-
function
|
13315
|
+
function Zs(e) {
|
13316
13316
|
var t = e.state, n = e.options, a = n.gpuAcceleration, f = a === void 0 ? !0 : a, o = n.adaptive, s = o === void 0 ? !0 : o, c = n.roundOffsets, u = c === void 0 ? !0 : c, A = {
|
13317
13317
|
placement: He(t.placement),
|
13318
13318
|
variation: bt(t.placement),
|
@@ -13335,16 +13335,16 @@ function Z1(e) {
|
|
13335
13335
|
"data-popper-placement": t.placement
|
13336
13336
|
});
|
13337
13337
|
}
|
13338
|
-
var
|
13338
|
+
var Js = {
|
13339
13339
|
name: "computeStyles",
|
13340
13340
|
enabled: !0,
|
13341
13341
|
phase: "beforeWrite",
|
13342
|
-
fn:
|
13342
|
+
fn: Zs,
|
13343
13343
|
data: {}
|
13344
13344
|
}, ln = {
|
13345
13345
|
passive: !0
|
13346
13346
|
};
|
13347
|
-
function
|
13347
|
+
function Gs(e) {
|
13348
13348
|
var t = e.state, n = e.instance, a = e.options, f = a.scroll, o = f === void 0 ? !0 : f, s = a.resize, c = s === void 0 ? !0 : s, u = Le(t.elements.popper), A = [].concat(t.scrollParents.reference, t.scrollParents.popper);
|
13349
13349
|
return o && A.forEach(function(d) {
|
13350
13350
|
d.addEventListener("scroll", n.update, ln);
|
@@ -13354,13 +13354,13 @@ function G1(e) {
|
|
13354
13354
|
}), c && u.removeEventListener("resize", n.update, ln);
|
13355
13355
|
};
|
13356
13356
|
}
|
13357
|
-
var
|
13357
|
+
var Xs = {
|
13358
13358
|
name: "eventListeners",
|
13359
13359
|
enabled: !0,
|
13360
13360
|
phase: "write",
|
13361
13361
|
fn: function() {
|
13362
13362
|
},
|
13363
|
-
effect:
|
13363
|
+
effect: Gs,
|
13364
13364
|
data: {}
|
13365
13365
|
}, ei = {
|
13366
13366
|
left: "right",
|
@@ -13500,7 +13500,7 @@ function zf(e) {
|
|
13500
13500
|
}
|
13501
13501
|
function qt(e, t) {
|
13502
13502
|
t === void 0 && (t = {});
|
13503
|
-
var n = t, a = n.placement, f = a === void 0 ? e.placement : a, o = n.boundary, s = o === void 0 ?
|
13503
|
+
var n = t, a = n.placement, f = a === void 0 ? e.placement : a, o = n.boundary, s = o === void 0 ? ks : o, c = n.rootBoundary, u = c === void 0 ? xf : c, A = n.elementContext, d = A === void 0 ? Tt : A, g = n.altBoundary, m = g === void 0 ? !1 : g, _ = n.padding, h = _ === void 0 ? 0 : _, w = Vf(typeof h != "number" ? h : Of(h, Jt)), v = d === Tt ? Ds : Tt, D = e.rects.popper, k = e.elements[m ? v : d], C = ii(ht(k) ? k : k.contextElement || st(e.elements.popper), s, u), M = yt(e.elements.reference), I = zf({
|
13504
13504
|
reference: M,
|
13505
13505
|
element: D,
|
13506
13506
|
placement: f
|
@@ -13713,7 +13713,7 @@ function yi(e) {
|
|
13713
13713
|
b[M] = an, V[M] = an - ce;
|
13714
13714
|
}
|
13715
13715
|
if (c) {
|
13716
|
-
var fn, it = M === "x" ? ve : ye, sn = M === "x" ? je : Se, Qe = b[I], ot = I === "y" ? "height" : "width", B = Qe + v[it], R = Qe - v[sn], de = [ve, ye].indexOf(D) !== -1, Fe = (fn = q == null ? void 0 : q[I]) != null ? fn : 0, lt = de ? B : Qe - T[ot] - E[ot] - Fe + Q.altAxis, rt = de ? Qe + T[ot] + E[ot] - Fe - Q.altAxis : R, ne = _ && de ?
|
13716
|
+
var fn, it = M === "x" ? ve : ye, sn = M === "x" ? je : Se, Qe = b[I], ot = I === "y" ? "height" : "width", B = Qe + v[it], R = Qe - v[sn], de = [ve, ye].indexOf(D) !== -1, Fe = (fn = q == null ? void 0 : q[I]) != null ? fn : 0, lt = de ? B : Qe - T[ot] - E[ot] - Fe + Q.altAxis, rt = de ? Qe + T[ot] + E[ot] - Fe - Q.altAxis : R, ne = _ && de ? Fs(lt, Qe, rt) : Vt(_ ? lt : B, Qe, _ ? rt : R);
|
13717
13717
|
b[I] = ne, V[I] = ne - Qe;
|
13718
13718
|
}
|
13719
13719
|
t.modifiersData[a] = V;
|
@@ -13776,7 +13776,7 @@ function Ii(e) {
|
|
13776
13776
|
}
|
13777
13777
|
function ki(e) {
|
13778
13778
|
var t = Ii(e);
|
13779
|
-
return
|
13779
|
+
return zs.reduce(function(n, a) {
|
13780
13780
|
return n.concat(t.filter(function(f) {
|
13781
13781
|
return f.phase === a;
|
13782
13782
|
}));
|
@@ -13908,7 +13908,7 @@ function xi(e) {
|
|
13908
13908
|
return _;
|
13909
13909
|
};
|
13910
13910
|
}
|
13911
|
-
var Ti = [
|
13911
|
+
var Ti = [Xs, hi, Js, $s, mi, ci, bi, Hs, Ai], Ei = /* @__PURE__ */ xi({
|
13912
13912
|
defaultModifiers: Ti
|
13913
13913
|
}), Uf = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTSAxNiA0IEMgOS4zODI4MTMgNCA0IDkuMzgyODEzIDQgMTYgQyA0IDIyLjYxNzE4OCA5LjM4MjgxMyAyOCAxNiAyOCBDIDIyLjYxNzE4OCAyOCAyOCAyMi42MTcxODggMjggMTYgQyAyOCA5LjM4MjgxMyAyMi42MTcxODggNCAxNiA0IFogTSAxNiA2IEMgMjEuNTM1MTU2IDYgMjYgMTAuNDY0ODQ0IDI2IDE2IEMgMjYgMjEuNTM1MTU2IDIxLjUzNTE1NiAyNiAxNiAyNiBDIDEwLjQ2NDg0NCAyNiA2IDIxLjUzNTE1NiA2IDE2IEMgNiAxMC40NjQ4NDQgMTAuNDY0ODQ0IDYgMTYgNiBaIE0gMTEuNSAxMiBDIDEwLjY3MTg3NSAxMiAxMCAxMi42NzE4NzUgMTAgMTMuNSBDIDEwIDE0LjMyODEyNSAxMC42NzE4NzUgMTUgMTEuNSAxNSBDIDEyLjMyODEyNSAxNSAxMyAxNC4zMjgxMjUgMTMgMTMuNSBDIDEzIDEyLjY3MTg3NSAxMi4zMjgxMjUgMTIgMTEuNSAxMiBaIE0gMjAuNSAxMiBDIDE5LjY3MTg3NSAxMiAxOSAxMi42NzE4NzUgMTkgMTMuNSBDIDE5IDE0LjMyODEyNSAxOS42NzE4NzUgMTUgMjAuNSAxNSBDIDIxLjMyODEyNSAxNSAyMiAxNC4zMjgxMjUgMjIgMTMuNSBDIDIyIDEyLjY3MTg3NSAyMS4zMjgxMjUgMTIgMjAuNSAxMiBaIE0gMTAuODEyNSAxOSBMIDkuMDkzNzUgMjAgQyAxMC40NzY1NjMgMjIuMzg2NzE5IDEzLjA0Njg3NSAyNCAxNiAyNCBDIDE4Ljk1MzEyNSAyNCAyMS41MjM0MzggMjIuMzg2NzE5IDIyLjkwNjI1IDIwIEwgMjEuMTg3NSAxOSBDIDIwLjE0ODQzOCAyMC43OTI5NjkgMTguMjI2NTYzIDIyIDE2IDIyIEMgMTMuNzczNDM4IDIyIDExLjg1MTU2MyAyMC43OTI5NjkgMTAuODEyNSAxOSBaIi8+PC9zdmc+";
|
13914
13914
|
function gn(e) {
|
@@ -13965,7 +13965,7 @@ const Si = G({
|
|
13965
13965
|
e.search,
|
13966
13966
|
e.skinTone,
|
13967
13967
|
e.options.disabledGroups
|
13968
|
-
)), o =
|
13968
|
+
)), o = t1(), s = F(() => !e.options.hideGroupNames), c = F(() => !e.options.disableStickyGroupNames), u = hf(e.options.groupNames), A = e.orderedGroupKeys;
|
13969
13969
|
e.options.additionalGroups && Object.keys(e.options.additionalGroups).map((h) => {
|
13970
13970
|
e.options.groupNames[h] ? u[h] = e.options.groupNames[h] : u[h] = $f(h);
|
13971
13971
|
});
|
@@ -14167,7 +14167,7 @@ const lo = G({
|
|
14167
14167
|
}
|
14168
14168
|
), {
|
14169
14169
|
emoji: u,
|
14170
|
-
SKIN_TONES:
|
14170
|
+
SKIN_TONES: es,
|
14171
14171
|
updateSkinToneState: A,
|
14172
14172
|
skinTone: n,
|
14173
14173
|
stateSkinTone: f,
|
@@ -14306,7 +14306,7 @@ const vo = G({
|
|
14306
14306
|
}
|
14307
14307
|
return me(() => {
|
14308
14308
|
h();
|
14309
|
-
}),
|
14309
|
+
}), n1(() => {
|
14310
14310
|
document.body.removeEventListener("click", _);
|
14311
14311
|
}), {
|
14312
14312
|
face: Uf,
|
@@ -14468,13 +14468,13 @@ const ko = G({
|
|
14468
14468
|
function a(o) {
|
14469
14469
|
n.value = o || "", t("update:text", n.value);
|
14470
14470
|
}
|
14471
|
-
const f =
|
14471
|
+
const f = Is();
|
14472
14472
|
return f.updateOptions({
|
14473
14473
|
native: e.native,
|
14474
14474
|
hideSearch: e.hideSearch,
|
14475
14475
|
hideGroupIcons: e.hideGroupIcons,
|
14476
14476
|
hideGroupNames: e.hideGroupNames,
|
14477
|
-
staticTexts: { ...
|
14477
|
+
staticTexts: { ...ts, ...e.staticTexts },
|
14478
14478
|
disableStickyGroupNames: e.disableStickyGroupNames,
|
14479
14479
|
disabledGroups: e.disabledGroups,
|
14480
14480
|
groupNames: { ...If, ...e.groupNames },
|
@@ -14485,7 +14485,7 @@ const ko = G({
|
|
14485
14485
|
offset: e.offset,
|
14486
14486
|
groupOrder: e.groupOrder,
|
14487
14487
|
groupIcons: e.groupIcons,
|
14488
|
-
colorTheme:
|
14488
|
+
colorTheme: ns.includes(e.theme) ? e.theme : "light"
|
14489
14489
|
}), gt("store", f), {
|
14490
14490
|
type: e.pickerType,
|
14491
14491
|
input: n,
|
@@ -14574,7 +14574,7 @@ const jo = /* @__PURE__ */ z(xo, [["render", Eo]]), So = { class: "" }, Vo = {
|
|
14574
14574
|
})
|
14575
14575
|
], 64));
|
14576
14576
|
}
|
14577
|
-
},
|
14577
|
+
}, Vg = /* @__PURE__ */ z(Vo, [["__scopeId", "data-v-4f6dd481"]]), Oo = { class: "template-selector" }, Lo = ["id"], zo = { style: { display: "flex" } }, Uo = { style: { display: "flex" } }, Bo = {
|
14578
14578
|
key: 0,
|
14579
14579
|
class: "template-selector__button-close"
|
14580
14580
|
}, $o = {
|
@@ -14860,7 +14860,7 @@ const gl = /* @__PURE__ */ z(ul, [["render", dl]]), ml = { class: "" }, pl = {
|
|
14860
14860
|
})
|
14861
14861
|
], 64));
|
14862
14862
|
}
|
14863
|
-
},
|
14863
|
+
}, Og = /* @__PURE__ */ z(pl, [["__scopeId", "data-v-1694b2f7"]]), hl = ["id"], vl = {
|
14864
14864
|
__name: "PlaceholderComponent",
|
14865
14865
|
props: {
|
14866
14866
|
index: {
|
@@ -15441,7 +15441,7 @@ const gl = /* @__PURE__ */ z(ul, [["render", dl]]), ml = { class: "" }, pl = {
|
|
15441
15441
|
], 544)
|
15442
15442
|
], 64));
|
15443
15443
|
}
|
15444
|
-
},
|
15444
|
+
}, Lg = /* @__PURE__ */ z(Ar, [["__scopeId", "data-v-61ee4452"]]), dr = {
|
15445
15445
|
key: 0,
|
15446
15446
|
class: "channels__selected"
|
15447
15447
|
}, gr = ["src"], mr = { class: "channels__title" }, pr = {
|
@@ -15498,7 +15498,7 @@ const gl = /* @__PURE__ */ z(ul, [["render", dl]]), ml = { class: "" }, pl = {
|
|
15498
15498
|
}, 8, ["actions", "mode", "disabled"])
|
15499
15499
|
], 2));
|
15500
15500
|
}
|
15501
|
-
},
|
15501
|
+
}, zg = /* @__PURE__ */ z(hr, [["__scopeId", "data-v-6e304bd4"]]), vr = {}, yr = {
|
15502
15502
|
width: "17",
|
15503
15503
|
height: "16",
|
15504
15504
|
viewBox: "0 0 17 16",
|
@@ -15670,7 +15670,7 @@ const Rf = /* @__PURE__ */ z(Dr, [["render", xr]]), Tr = {
|
|
15670
15670
|
], 8, $r)
|
15671
15671
|
])) : y("", !0);
|
15672
15672
|
}
|
15673
|
-
},
|
15673
|
+
}, Ug = /* @__PURE__ */ z(Rr, [["__scopeId", "data-v-06c4cfc5"]]), Qr = { class: "chat-tabs__list" }, Fr = ["aria-pressed", "onClick"], Yr = {
|
15674
15674
|
key: 0,
|
15675
15675
|
class: "chat-tabs__badge"
|
15676
15676
|
}, Pr = {
|
@@ -15937,7 +15937,7 @@ const ic = /* @__PURE__ */ z(ac, [["render", sc]]), oc = { class: "contact-info"
|
|
15937
15937
|
]);
|
15938
15938
|
};
|
15939
15939
|
}
|
15940
|
-
},
|
15940
|
+
}, Bg = /* @__PURE__ */ z(wc, [["__scopeId", "data-v-f1126878"]]), Cc = { class: "context-menu__container" }, Ic = { class: "context-menu__list" }, kc = ["onClick"], Dc = ["src"], Nc = {
|
15941
15941
|
key: 2,
|
15942
15942
|
style: { "white-space": "nowrap" }
|
15943
15943
|
}, xc = { key: 3 }, Tc = {
|
@@ -16121,7 +16121,7 @@ const zc = /* @__PURE__ */ z(Vc, [["render", Lc]]), Uc = { key: 0 }, Bc = { key:
|
|
16121
16121
|
], 8, ["to"])) : y("", !0)
|
16122
16122
|
], 64));
|
16123
16123
|
}
|
16124
|
-
}),
|
16124
|
+
}), $g = /* @__PURE__ */ z(Rc, [["__scopeId", "data-v-f103151f"]]), Qc = { key: 0 }, Fc = ["value", "selected"], Yc = {
|
16125
16125
|
__name: "ThemeMode",
|
16126
16126
|
props: {
|
16127
16127
|
themes: {
|
@@ -16156,7 +16156,7 @@ const zc = /* @__PURE__ */ z(Vc, [["render", Lc]]), Uc = { key: 0 }, Bc = { key:
|
|
16156
16156
|
], 32)
|
16157
16157
|
])) : y("", !0);
|
16158
16158
|
}
|
16159
|
-
},
|
16159
|
+
}, Rg = /* @__PURE__ */ z(Yc, [["__scopeId", "data-v-342d1145"]]), Pc = {
|
16160
16160
|
key: 0,
|
16161
16161
|
class: "video-recorder__container"
|
16162
16162
|
}, qc = {
|
@@ -16178,7 +16178,7 @@ const zc = /* @__PURE__ */ z(Vc, [["render", Lc]]), Uc = { key: 0 }, Bc = { key:
|
|
16178
16178
|
const t = ie("chatAppId"), { getMessage: n, setMessageFile: a, setRecordingMessage: f, resetMessageFile: o } = Ve(t), { getTheme: s } = Oe(t), c = p(""), u = p(), A = e, d = async () => {
|
16179
16179
|
if (!n().file && A.state == "active") {
|
16180
16180
|
const m = s().theme ? s().theme : "";
|
16181
|
-
await
|
16181
|
+
await h1(m).then(async (_) => {
|
16182
16182
|
_.videoFile && (c.value = "uploading", f(!0), await Pn(A.filebumpUrl, _.videoFile).then((h) => {
|
16183
16183
|
if (f(!1), c.value = h.status, h.status == "success") {
|
16184
16184
|
a({
|
@@ -16235,7 +16235,7 @@ const zc = /* @__PURE__ */ z(Vc, [["render", Lc]]), Uc = { key: 0 }, Bc = { key:
|
|
16235
16235
|
], 8, ["to"])) : y("", !0)
|
16236
16236
|
], 64));
|
16237
16237
|
}
|
16238
|
-
}),
|
16238
|
+
}), Qg = /* @__PURE__ */ z(Hc, [["__scopeId", "data-v-ade126a3"]]), Wc = ["id"], Kc = /* @__PURE__ */ G({
|
16239
16239
|
__name: "ButtonContextMenu",
|
16240
16240
|
props: {
|
16241
16241
|
actions: {
|
@@ -16672,7 +16672,7 @@ const zc = /* @__PURE__ */ z(Vc, [["render", Lc]]), Uc = { key: 0 }, Bc = { key:
|
|
16672
16672
|
})
|
16673
16673
|
]));
|
16674
16674
|
}
|
16675
|
-
},
|
16675
|
+
}, Fg = /* @__PURE__ */ z(Cu, [["__scopeId", "data-v-90c3530b"]]), Iu = {}, ku = {
|
16676
16676
|
width: "18",
|
16677
16677
|
height: "18",
|
16678
16678
|
viewBox: "0 0 18 18",
|
@@ -16726,7 +16726,7 @@ const Nu = /* @__PURE__ */ z(Iu, [["render", Du]]), xu = { class: "chat-panel" }
|
|
16726
16726
|
])
|
16727
16727
|
]));
|
16728
16728
|
}
|
16729
|
-
},
|
16729
|
+
}, Yg = /* @__PURE__ */ z(Vu, [["__scopeId", "data-v-28d0e41d"]]), Ou = "aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2", Lu = "ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2", da = "numeric", ga = "ascii", ma = "alpha", Lt = "asciinumeric", St = "alphanumeric", pa = "domain", Qf = "emoji", zu = "scheme", Uu = "slashscheme", fa = "whitespace";
|
16730
16730
|
function Bu(e, t) {
|
16731
16731
|
return e in t || (t[e] = []), t[e];
|
16732
16732
|
}
|
@@ -19313,7 +19313,7 @@ const P0 = ["onClick"], q0 = /* @__PURE__ */ G({
|
|
19313
19313
|
], 8, ["to"])) : y("", !0)
|
19314
19314
|
], 64));
|
19315
19315
|
}
|
19316
|
-
}),
|
19316
|
+
}), Pg = /* @__PURE__ */ z(G0, [["__scopeId", "data-v-d3b15677"]]), X0 = { class: "feed-found-item__avatar-container" }, e2 = ["src"], t2 = {
|
19317
19317
|
key: 1,
|
19318
19318
|
class: "pi pi-user"
|
19319
19319
|
}, n2 = { class: "feed-found-item__info" }, a2 = { class: "feed-found-item__first-line" }, f2 = { class: "feed-found-item__name" }, s2 = { class: "feed-found-item__time" }, i2 = { class: "feed-found-item__second-line" }, o2 = ["src"], l2 = /* @__PURE__ */ G({
|
@@ -19423,7 +19423,7 @@ const P0 = ["onClick"], q0 = /* @__PURE__ */ G({
|
|
19423
19423
|
])) : y("", !0)
|
19424
19424
|
], 64));
|
19425
19425
|
}
|
19426
|
-
}),
|
19426
|
+
}), qg = /* @__PURE__ */ z(d2, [["__scopeId", "data-v-ae264a9c"]]), jt = p([]), g2 = (e) => {
|
19427
19427
|
const t = p(0), n = jt.value.find(({ id: f }) => f == e);
|
19428
19428
|
return n != null ? t.value = jt.value.indexOf(n) : (jt.value.push({
|
19429
19429
|
id: e,
|
@@ -19497,7 +19497,7 @@ const p2 = { class: "feed-search__container" }, h2 = { style: { "line-height": "
|
|
19497
19497
|
_: 1
|
19498
19498
|
}));
|
19499
19499
|
}
|
19500
|
-
}),
|
19500
|
+
}), Hg = /* @__PURE__ */ z(y2, [["__scopeId", "data-v-e5ef8458"]]), b2 = {}, _2 = {
|
19501
19501
|
width: "18",
|
19502
19502
|
height: "18",
|
19503
19503
|
viewBox: "0 0 18 18",
|
@@ -20052,7 +20052,7 @@ const s3 = /* @__PURE__ */ z(n3, [["render", f3]]), i3 = ["onClick", "onMouseent
|
|
20052
20052
|
], 512);
|
20053
20053
|
};
|
20054
20054
|
}
|
20055
|
-
},
|
20055
|
+
}, Wg = /* @__PURE__ */ z(M3, [["__scopeId", "data-v-1c795724"]]);
|
20056
20056
|
function w3(e, t = 500) {
|
20057
20057
|
let n;
|
20058
20058
|
return yf((a, f) => ({
|
@@ -20223,7 +20223,7 @@ const D3 = /* @__PURE__ */ z(C3, [["render", k3]]), N3 = { class: "chat-input__c
|
|
20223
20223
|
])
|
20224
20224
|
]));
|
20225
20225
|
}
|
20226
|
-
}),
|
20226
|
+
}), Kg = /* @__PURE__ */ z(z3, [["__scopeId", "data-v-57a7fe07"]]), U3 = { class: "video-recorder__header" }, B3 = { class: "video-recorder__controls" }, $3 = { class: "video-recorder__recording-container" }, R3 = { class: "video-recorder__recording-time" }, Q3 = /* @__PURE__ */ G({
|
20227
20227
|
__name: "ModalVideoRecorder",
|
20228
20228
|
emits: ["change", "submit", "close"],
|
20229
20229
|
setup(e, { emit: t }) {
|
@@ -20544,7 +20544,7 @@ const W3 = /* @__PURE__ */ z(P3, [["render", H3]]), K3 = { class: "sidebar__scro
|
|
20544
20544
|
])
|
20545
20545
|
], 2));
|
20546
20546
|
}
|
20547
|
-
},
|
20547
|
+
}, Zg = /* @__PURE__ */ z(s4, [["__scopeId", "data-v-6248e1b3"]]), i4 = {
|
20548
20548
|
key: 0,
|
20549
20549
|
class: "profile__container"
|
20550
20550
|
}, o4 = {
|
@@ -20576,7 +20576,7 @@ const W3 = /* @__PURE__ */ z(P3, [["render", H3]]), K3 = { class: "sidebar__scro
|
|
20576
20576
|
i("p", u4, N(e.user.phone), 1)
|
20577
20577
|
])) : y("", !0);
|
20578
20578
|
}
|
20579
|
-
},
|
20579
|
+
}, Jg = /* @__PURE__ */ z(A4, [["__scopeId", "data-v-5c7bb504"]]), d4 = {
|
20580
20580
|
__name: "CreateChat",
|
20581
20581
|
props: {
|
20582
20582
|
title: {
|
@@ -20773,7 +20773,7 @@ const W3 = /* @__PURE__ */ z(P3, [["render", H3]]), K3 = { class: "sidebar__scro
|
|
20773
20773
|
])) : y("", !0)
|
20774
20774
|
]));
|
20775
20775
|
}
|
20776
|
-
},
|
20776
|
+
}, Gg = /* @__PURE__ */ z(S4, [["__scopeId", "data-v-a869d5ce"]]), V4 = { class: "participant-list" }, O4 = ["id", "value"], L4 = ["for"], z4 = {
|
20777
20777
|
__name: "SelectUser2",
|
20778
20778
|
props: {
|
20779
20779
|
users: {
|
@@ -20816,7 +20816,7 @@ const W3 = /* @__PURE__ */ z(P3, [["render", H3]]), K3 = { class: "sidebar__scro
|
|
20816
20816
|
}, U4 = /* @__PURE__ */ z(z4, [["__scopeId", "data-v-6a07e20b"]]), B4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
20817
20817
|
__proto__: null,
|
20818
20818
|
default: U4
|
20819
|
-
}, Symbol.toStringTag, { value: "Module" })), $4 = ["id"],
|
20819
|
+
}, Symbol.toStringTag, { value: "Module" })), $4 = ["id"], Xg = {
|
20820
20820
|
__name: "BaseContainer",
|
20821
20821
|
props: {
|
20822
20822
|
height: {
|
@@ -20846,7 +20846,7 @@ const W3 = /* @__PURE__ */ z(P3, [["render", H3]]), K3 = { class: "sidebar__scro
|
|
20846
20846
|
], 4)
|
20847
20847
|
], 8, $4));
|
20848
20848
|
}
|
20849
|
-
}, R4 = ["id"], Q4 = { class: "float-window__container" }, F4 = ["src", "alt"], Y4 = { class: "float-window__title" }, P4 = { style: { "margin-left": "auto", display: "flex" } },
|
20849
|
+
}, R4 = ["id"], Q4 = { class: "float-window__container" }, F4 = ["src", "alt"], Y4 = { class: "float-window__title" }, P4 = { style: { "margin-left": "auto", display: "flex" } }, e6 = {
|
20850
20850
|
__name: "FloatContainer",
|
20851
20851
|
props: {
|
20852
20852
|
title: {
|
@@ -20965,7 +20965,7 @@ const W3 = /* @__PURE__ */ z(P3, [["render", H3]]), K3 = { class: "sidebar__scro
|
|
20965
20965
|
])
|
20966
20966
|
]));
|
20967
20967
|
}
|
20968
|
-
}),
|
20968
|
+
}), t6 = /* @__PURE__ */ z(H4, [["__scopeId", "data-v-a2960744"]]), W4 = {}, K4 = { class: "base-layout__container" }, Z4 = { class: "base-layout__first-col" }, J4 = { class: "base-layout__second-col" };
|
20969
20969
|
function G4(e, t) {
|
20970
20970
|
return l(), r("div", K4, [
|
20971
20971
|
i("div", Z4, [
|
@@ -20976,7 +20976,7 @@ function G4(e, t) {
|
|
20976
20976
|
])
|
20977
20977
|
]);
|
20978
20978
|
}
|
20979
|
-
const
|
20979
|
+
const n6 = /* @__PURE__ */ z(W4, [["render", G4], ["__scopeId", "data-v-f32b0441"]]), X4 = {}, eg = { class: "extend-layout__container" }, tg = { class: "extend-layout__first-col" }, ng = { class: "extend-layout__second-col" }, ag = { class: "extend-layout__third-col" };
|
20980
20980
|
function fg(e, t) {
|
20981
20981
|
return l(), r("div", eg, [
|
20982
20982
|
i("div", tg, [
|
@@ -20990,7 +20990,7 @@ function fg(e, t) {
|
|
20990
20990
|
])
|
20991
20991
|
]);
|
20992
20992
|
}
|
20993
|
-
const
|
20993
|
+
const a6 = /* @__PURE__ */ z(X4, [["render", fg], ["__scopeId", "data-v-493c0e6b"]]), sg = {}, ig = { class: "base-layout__container" }, og = { class: "base-layout__first-col" };
|
20994
20994
|
function lg(e, t) {
|
20995
20995
|
return l(), r("div", ig, [
|
20996
20996
|
i("div", og, [
|
@@ -20998,7 +20998,7 @@ function lg(e, t) {
|
|
20998
20998
|
])
|
20999
20999
|
]);
|
21000
21000
|
}
|
21001
|
-
const
|
21001
|
+
const f6 = /* @__PURE__ */ z(sg, [["render", lg], ["__scopeId", "data-v-bdea038e"]]), rg = ["id"], cg = {
|
21002
21002
|
key: 0,
|
21003
21003
|
class: "chat-wrapper__selected-chat"
|
21004
21004
|
}, ug = {
|
@@ -21046,7 +21046,7 @@ const t6 = /* @__PURE__ */ z(sg, [["render", lg], ["__scopeId", "data-v-bdea038e
|
|
21046
21046
|
])) : y("", !0)
|
21047
21047
|
], 10, rg));
|
21048
21048
|
}
|
21049
|
-
}),
|
21049
|
+
}), s6 = /* @__PURE__ */ z(gg, [["__scopeId", "data-v-f28dc554"]]), mg = ["id"], pg = ["id"], hg = ["id"], vg = ["id"], yg = {
|
21050
21050
|
__name: "AdaptiveExtendedLayout",
|
21051
21051
|
props: {
|
21052
21052
|
isSecondColVisible: {
|
@@ -21102,74 +21102,90 @@ const t6 = /* @__PURE__ */ z(sg, [["render", lg], ["__scopeId", "data-v-bdea038e
|
|
21102
21102
|
], 8, vg)
|
21103
21103
|
], 8, mg));
|
21104
21104
|
}
|
21105
|
-
},
|
21105
|
+
}, i6 = /* @__PURE__ */ z(yg, [["__scopeId", "data-v-ed646503"]]), bg = {}, _g = {
|
21106
|
+
width: "24",
|
21107
|
+
height: "24",
|
21108
|
+
viewBox: "0 0 24 24",
|
21109
|
+
fill: "none",
|
21110
|
+
xmlns: "http://www.w3.org/2000/svg"
|
21111
|
+
};
|
21112
|
+
function Mg(e, t) {
|
21113
|
+
return l(), r("svg", _g, [...t[0] || (t[0] = [
|
21114
|
+
i("path", {
|
21115
|
+
d: "M14.25 19.5C14.25 20.0967 14.0129 20.669 13.591 21.091C13.169 21.5129 12.5967 21.75 12 21.75C11.4033 21.75 10.831 21.5129 10.409 21.091C9.98705 20.669 9.75 20.0967 9.75 19.5C9.75 18.9033 9.98705 18.331 10.409 17.909C10.831 17.4871 11.4033 17.25 12 17.25C12.5967 17.25 13.169 17.4871 13.591 17.909C14.0129 18.331 14.25 18.9033 14.25 19.5ZM14.25 12C14.25 12.5967 14.0129 13.169 13.591 13.591C13.169 14.0129 12.5967 14.25 12 14.25C11.4033 14.25 10.831 14.0129 10.409 13.591C9.98705 13.169 9.75 12.5967 9.75 12C9.75 11.4033 9.98705 10.831 10.409 10.409C10.831 9.98705 11.4033 9.75 12 9.75C12.5967 9.75 13.169 9.98705 13.591 10.409C14.0129 10.831 14.25 11.4033 14.25 12ZM14.25 4.5C14.25 5.09674 14.0129 5.66903 13.591 6.09099C13.169 6.51295 12.5967 6.75 12 6.75C11.4033 6.75 10.831 6.51295 10.409 6.09099C9.98705 5.66903 9.75 5.09674 9.75 4.5C9.75 3.90326 9.98705 3.33097 10.409 2.90901C10.831 2.48705 11.4033 2.25 12 2.25C12.5967 2.25 13.169 2.48705 13.591 2.90901C14.0129 3.33097 14.25 3.90326 14.25 4.5Z",
|
21116
|
+
fill: "#5F5F5F"
|
21117
|
+
}, null, -1)
|
21118
|
+
])]);
|
21119
|
+
}
|
21120
|
+
const o6 = /* @__PURE__ */ z(bg, [["render", Mg]]);
|
21106
21121
|
export {
|
21107
|
-
|
21108
|
-
|
21109
|
-
|
21110
|
-
|
21111
|
-
|
21122
|
+
i6 as AdaptiveExtendedLayout,
|
21123
|
+
jg as AudioRecorder,
|
21124
|
+
Xg as BaseContainer,
|
21125
|
+
n6 as BaseLayout,
|
21126
|
+
Sg as ButtonCommandsSelector,
|
21112
21127
|
Kn as ButtonContextMenu,
|
21113
|
-
|
21114
|
-
|
21115
|
-
|
21116
|
-
|
21128
|
+
Vg as ButtonEmojiPicker,
|
21129
|
+
Og as ButtonTemplateSelector,
|
21130
|
+
Lg as ButtonWabaTemplateSelector,
|
21131
|
+
zg as ChannelSelector,
|
21117
21132
|
kr as ChatFilter,
|
21118
|
-
|
21119
|
-
|
21133
|
+
Ug as ChatInfo,
|
21134
|
+
Kg as ChatInput,
|
21120
21135
|
aa as ChatItem,
|
21121
|
-
|
21122
|
-
|
21136
|
+
Fg as ChatList,
|
21137
|
+
Yg as ChatPanel,
|
21123
21138
|
qr as ChatTabs,
|
21124
|
-
|
21125
|
-
|
21126
|
-
|
21139
|
+
s6 as ChatWrapper,
|
21140
|
+
Wg as CommunicationPanel,
|
21141
|
+
Bg as ContactInfo,
|
21127
21142
|
It as ContextMenu,
|
21128
21143
|
g4 as CreateChat,
|
21129
21144
|
h4 as CreateChat2,
|
21130
21145
|
k4 as CreateDialog,
|
21131
21146
|
tn as EmbedPreview,
|
21132
|
-
|
21133
|
-
|
21147
|
+
a6 as ExtendedLayout,
|
21148
|
+
Pg as Feed,
|
21134
21149
|
r2 as FeedFoundItem,
|
21135
|
-
|
21150
|
+
qg as FeedFoundObjects,
|
21136
21151
|
Sc as FeedKeyboard,
|
21137
|
-
|
21138
|
-
|
21152
|
+
f6 as FeedLayout,
|
21153
|
+
Hg as FeedSearch,
|
21139
21154
|
qn as FilePreview,
|
21140
|
-
|
21141
|
-
|
21155
|
+
$g as FileUploader,
|
21156
|
+
e6 as FloatContainer,
|
21142
21157
|
en as LinkPreview,
|
21158
|
+
o6 as MenuIcon,
|
21143
21159
|
H0 as MessageKeyboard,
|
21144
21160
|
Ca as Modal,
|
21145
21161
|
Kt as ModalFullscreen,
|
21146
21162
|
_f as ModalNoFooter,
|
21147
21163
|
F3 as ModalVideoRecorder,
|
21148
21164
|
yl as PlaceholderComponent,
|
21149
|
-
|
21165
|
+
Gg as SelectUser,
|
21150
21166
|
U4 as SelectUser2,
|
21151
|
-
|
21152
|
-
|
21167
|
+
Zg as SideBar,
|
21168
|
+
t6 as SplashScreen,
|
21153
21169
|
cl as TemplateSelector,
|
21154
|
-
|
21170
|
+
Rg as ThemeMode,
|
21155
21171
|
at as Tooltip,
|
21156
|
-
|
21157
|
-
|
21172
|
+
Jg as UserProfile,
|
21173
|
+
Qg as VideoRecorder,
|
21158
21174
|
Cl as WABAAttachmentSection,
|
21159
21175
|
xl as WABAQuickReplyButtons,
|
21160
21176
|
Vl as WABASeparatedQuickButtons,
|
21161
21177
|
ur as WABATemplateSelector,
|
21162
|
-
|
21178
|
+
Cg as formatTimestamp,
|
21163
21179
|
Ct as getStatus,
|
21164
21180
|
Mf as getTypeFileByMime,
|
21165
|
-
|
21166
|
-
|
21167
|
-
|
21181
|
+
Ig as insertDaySeparators,
|
21182
|
+
kg as playNotificationAudio,
|
21183
|
+
Dg as sortByTimestamp,
|
21168
21184
|
wt as statuses,
|
21169
21185
|
Zt as useModal,
|
21170
|
-
|
21171
|
-
|
21172
|
-
|
21173
|
-
|
21174
|
-
|
21186
|
+
Ng as useModalCreateChat,
|
21187
|
+
xg as useModalCreateChat2,
|
21188
|
+
Tg as useModalCreateDialog,
|
21189
|
+
Eg as useModalSelectUser2,
|
21190
|
+
h1 as useModalVideoRecorder
|
21175
21191
|
};
|