sm-click-library-ui 0.0.36 → 0.0.38
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.
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { getCurrentScope as bt, onScopeDispose as _t, unref as
|
|
1
|
+
import { getCurrentScope as bt, onScopeDispose as _t, unref as xt, watch as ce, ref as M, computed as De, openBlock as b, createElementBlock as _, createElementVNode as m, toDisplayString as N, normalizeClass as B, renderSlot as Z, createCommentVNode as O, pushScopeId as Me, popScopeId as Ie, onMounted as Et, createTextVNode as St, Fragment as vt, renderList as Ct } from "vue";
|
|
2
2
|
function Rt(e) {
|
|
3
3
|
return bt() ? (_t(e), !0) : !1;
|
|
4
4
|
}
|
|
5
5
|
function Ue(e) {
|
|
6
|
-
return typeof e == "function" ? e() :
|
|
6
|
+
return typeof e == "function" ? e() : xt(e);
|
|
7
7
|
}
|
|
8
8
|
const $e = typeof window < "u" && typeof document < "u";
|
|
9
9
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
@@ -13,21 +13,21 @@ function kt() {
|
|
|
13
13
|
var e, t;
|
|
14
14
|
return $e && ((e = window == null ? void 0 : window.navigator) == null ? void 0 : e.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((t = window == null ? void 0 : window.navigator) == null ? void 0 : t.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window == null ? void 0 : window.navigator.userAgent));
|
|
15
15
|
}
|
|
16
|
-
function
|
|
16
|
+
function q(e) {
|
|
17
17
|
var t;
|
|
18
18
|
const s = Ue(e);
|
|
19
19
|
return (t = s == null ? void 0 : s.$el) != null ? t : s;
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const ze = $e ? window : void 0;
|
|
22
22
|
function re(...e) {
|
|
23
23
|
let t, s, n, r;
|
|
24
|
-
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([s, n, r] = e, t =
|
|
24
|
+
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([s, n, r] = e, t = ze) : [t, s, n, r] = e, !t)
|
|
25
25
|
return W;
|
|
26
26
|
Array.isArray(s) || (s = [s]), Array.isArray(n) || (n = [n]);
|
|
27
27
|
const o = [], i = () => {
|
|
28
28
|
o.forEach((c) => c()), o.length = 0;
|
|
29
29
|
}, l = (c, u, w, h) => (c.addEventListener(u, w, h), () => c.removeEventListener(u, w, h)), f = ce(
|
|
30
|
-
() => [
|
|
30
|
+
() => [q(t), Ue(r)],
|
|
31
31
|
([c, u]) => {
|
|
32
32
|
if (i(), !c)
|
|
33
33
|
return;
|
|
@@ -44,7 +44,7 @@ function re(...e) {
|
|
|
44
44
|
}
|
|
45
45
|
let Se = !1;
|
|
46
46
|
function Nt(e, t, s = {}) {
|
|
47
|
-
const { window: n =
|
|
47
|
+
const { window: n = ze, ignore: r = [], capture: o = !0, detectIframe: i = !1 } = s;
|
|
48
48
|
if (!n)
|
|
49
49
|
return W;
|
|
50
50
|
Tt && !Se && (Se = !0, Array.from(n.document.body.children).forEach((w) => w.addEventListener("click", W)), n.document.documentElement.addEventListener("click", W));
|
|
@@ -53,12 +53,12 @@ function Nt(e, t, s = {}) {
|
|
|
53
53
|
if (typeof h == "string")
|
|
54
54
|
return Array.from(n.document.querySelectorAll(h)).some((p) => p === w.target || w.composedPath().includes(p));
|
|
55
55
|
{
|
|
56
|
-
const p =
|
|
56
|
+
const p = q(h);
|
|
57
57
|
return p && (w.target === p || w.composedPath().includes(p));
|
|
58
58
|
}
|
|
59
59
|
}), c = [
|
|
60
60
|
re(n, "click", (w) => {
|
|
61
|
-
const h =
|
|
61
|
+
const h = q(e);
|
|
62
62
|
if (!(!h || h === w.target || w.composedPath().includes(h))) {
|
|
63
63
|
if (w.detail === 0 && (l = !f(w)), !l) {
|
|
64
64
|
l = !0;
|
|
@@ -68,20 +68,20 @@ function Nt(e, t, s = {}) {
|
|
|
68
68
|
}
|
|
69
69
|
}, { passive: !0, capture: o }),
|
|
70
70
|
re(n, "pointerdown", (w) => {
|
|
71
|
-
const h =
|
|
71
|
+
const h = q(e);
|
|
72
72
|
l = !f(w) && !!(h && !w.composedPath().includes(h));
|
|
73
73
|
}, { passive: !0 }),
|
|
74
74
|
i && re(n, "blur", (w) => {
|
|
75
75
|
setTimeout(() => {
|
|
76
76
|
var h;
|
|
77
|
-
const p =
|
|
77
|
+
const p = q(e);
|
|
78
78
|
((h = n.document.activeElement) == null ? void 0 : h.tagName) === "IFRAME" && !(p != null && p.contains(n.document.activeElement)) && t(w);
|
|
79
79
|
}, 0);
|
|
80
80
|
})
|
|
81
81
|
].filter(Boolean);
|
|
82
82
|
return () => c.forEach((w) => w());
|
|
83
83
|
}
|
|
84
|
-
const
|
|
84
|
+
const qe = (e, t) => {
|
|
85
85
|
const s = e.__vccOpts || e;
|
|
86
86
|
for (const [n, r] of t)
|
|
87
87
|
s[n] = r;
|
|
@@ -144,10 +144,10 @@ const ze = (e, t) => {
|
|
|
144
144
|
])) : O("", !0)
|
|
145
145
|
], 512));
|
|
146
146
|
}
|
|
147
|
-
}, He = /* @__PURE__ */
|
|
147
|
+
}, He = /* @__PURE__ */ qe(Dt, [["__scopeId", "data-v-e4627013"]]), Je = (e) => (Me("data-v-b1b11659"), e = e(), Ie(), e), Mt = {
|
|
148
148
|
key: 0,
|
|
149
149
|
class: "modal_head_lib"
|
|
150
|
-
}, It = /* @__PURE__ */ Je(() => /* @__PURE__ */ m("div", { class: "modal-overlay_lib absolute h-full bg-gray-600 w-full opacity-70" }, null, -1)), Ut = { class: "modal_responsive_lib" }, $t = { class: "flex min-h-full items-center justify-center text-center sm:p-0" },
|
|
150
|
+
}, It = /* @__PURE__ */ Je(() => /* @__PURE__ */ m("div", { class: "modal-overlay_lib absolute h-full bg-gray-600 w-full opacity-70" }, null, -1)), Ut = { class: "modal_responsive_lib" }, $t = { class: "flex min-h-full items-center justify-center text-center sm:p-0" }, zt = { class: "modal_size_lib lg:w-2/6" }, qt = { class: "modal_background_lib" }, Ht = { class: "modal_tittle_lib text-current" }, Jt = /* @__PURE__ */ Je(() => /* @__PURE__ */ m("svg", {
|
|
151
151
|
class: "h-5 w-5",
|
|
152
152
|
fill: "currentColor",
|
|
153
153
|
viewBox: "0 0 20 20",
|
|
@@ -175,8 +175,8 @@ const ze = (e, t) => {
|
|
|
175
175
|
It,
|
|
176
176
|
m("div", Ut, [
|
|
177
177
|
m("div", $t, [
|
|
178
|
-
m("div",
|
|
179
|
-
m("div",
|
|
178
|
+
m("div", zt, [
|
|
179
|
+
m("div", qt, [
|
|
180
180
|
m("div", Ht, [
|
|
181
181
|
Z(o.$slots, "header", {}, void 0, !0),
|
|
182
182
|
m("button", {
|
|
@@ -201,7 +201,7 @@ const ze = (e, t) => {
|
|
|
201
201
|
])
|
|
202
202
|
])) : O("", !0);
|
|
203
203
|
}
|
|
204
|
-
}, Ve = /* @__PURE__ */
|
|
204
|
+
}, Ve = /* @__PURE__ */ qe(Xt, [["__scopeId", "data-v-b1b11659"]]), Yt = { class: "flex items-center gap-3 mb-2" }, Qt = {
|
|
205
205
|
key: 0,
|
|
206
206
|
class: "text-green-500",
|
|
207
207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -328,7 +328,7 @@ const yn = ee("string"), R = ee("function"), Ge = ee("number"), te = (e) => e !=
|
|
|
328
328
|
return !1;
|
|
329
329
|
const t = ye(e);
|
|
330
330
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
331
|
-
}, bn = T("Date"), _n = T("File"),
|
|
331
|
+
}, bn = T("Date"), _n = T("File"), xn = T("Blob"), En = T("FileList"), Sn = (e) => te(e) && R(e.pipe), vn = (e) => {
|
|
332
332
|
let t;
|
|
333
333
|
return e && (typeof FormData == "function" && e instanceof FormData || R(e.append) && ((t = Q(e)) === "formdata" || // detect form-data instance
|
|
334
334
|
t === "object" && R(e.toString) && e.toString() === "[object FormData]"));
|
|
@@ -413,13 +413,13 @@ const Nn = (e, t, s, { allOwnKeys: n } = {}) => (J(t, (r, o) => {
|
|
|
413
413
|
function(s, n, r) {
|
|
414
414
|
return n.toUpperCase() + r;
|
|
415
415
|
}
|
|
416
|
-
), ve = (({ hasOwnProperty: e }) => (t, s) => e.call(t, s))(Object.prototype),
|
|
416
|
+
), ve = (({ hasOwnProperty: e }) => (t, s) => e.call(t, s))(Object.prototype), zn = T("RegExp"), et = (e, t) => {
|
|
417
417
|
const s = Object.getOwnPropertyDescriptors(e), n = {};
|
|
418
418
|
J(s, (r, o) => {
|
|
419
419
|
let i;
|
|
420
420
|
(i = t(r, o, e)) !== !1 && (n[o] = i || r);
|
|
421
421
|
}), Object.defineProperties(e, n);
|
|
422
|
-
},
|
|
422
|
+
}, qn = (e) => {
|
|
423
423
|
et(e, (t, s) => {
|
|
424
424
|
if (R(e) && ["arguments", "caller", "callee"].indexOf(s) !== -1)
|
|
425
425
|
return !1;
|
|
@@ -491,13 +491,13 @@ const Kn = (e) => {
|
|
|
491
491
|
isUndefined: H,
|
|
492
492
|
isDate: bn,
|
|
493
493
|
isFile: _n,
|
|
494
|
-
isBlob:
|
|
495
|
-
isRegExp:
|
|
494
|
+
isBlob: xn,
|
|
495
|
+
isRegExp: zn,
|
|
496
496
|
isFunction: R,
|
|
497
497
|
isStream: Sn,
|
|
498
498
|
isURLSearchParams: Cn,
|
|
499
499
|
isTypedArray: Dn,
|
|
500
|
-
isFileList:
|
|
500
|
+
isFileList: En,
|
|
501
501
|
forEach: J,
|
|
502
502
|
merge: ue,
|
|
503
503
|
extend: Nn,
|
|
@@ -516,7 +516,7 @@ const Kn = (e) => {
|
|
|
516
516
|
hasOwnProp: ve,
|
|
517
517
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
518
518
|
reduceDescriptors: et,
|
|
519
|
-
freezeMethods:
|
|
519
|
+
freezeMethods: qn,
|
|
520
520
|
toObjectSet: Hn,
|
|
521
521
|
toCamelCase: $n,
|
|
522
522
|
noop: Jn,
|
|
@@ -626,11 +626,11 @@ function ne(e, t, s) {
|
|
|
626
626
|
if (a.endsWith(y, "{}"))
|
|
627
627
|
y = n ? y : y.slice(0, -2), p = JSON.stringify(p);
|
|
628
628
|
else if (a.isArray(p) && Qn(p) || (a.isFileList(p) || a.endsWith(y, "[]")) && (v = a.toArray(p)))
|
|
629
|
-
return y = rt(y), v.forEach(function(
|
|
630
|
-
!(a.isUndefined(
|
|
629
|
+
return y = rt(y), v.forEach(function(x, $) {
|
|
630
|
+
!(a.isUndefined(x) || x === null) && t.append(
|
|
631
631
|
// eslint-disable-next-line no-nested-ternary
|
|
632
632
|
i === !0 ? Re([y], $, o) : i === null ? y : y + "[]",
|
|
633
|
-
d(
|
|
633
|
+
d(x)
|
|
634
634
|
);
|
|
635
635
|
}), !1;
|
|
636
636
|
}
|
|
@@ -919,7 +919,7 @@ const ps = a.toObjectSet([
|
|
|
919
919
|
r = i.indexOf(":"), s = i.substring(0, r).trim().toLowerCase(), n = i.substring(r + 1).trim(), !(!s || t[s] && ps[s]) && (s === "set-cookie" ? t[s] ? t[s].push(n) : t[s] = [n] : t[s] = t[s] ? t[s] + ", " + n : n);
|
|
920
920
|
}), t;
|
|
921
921
|
}, Te = Symbol("internals");
|
|
922
|
-
function
|
|
922
|
+
function z(e) {
|
|
923
923
|
return e && String(e).trim().toLowerCase();
|
|
924
924
|
}
|
|
925
925
|
function G(e) {
|
|
@@ -964,7 +964,7 @@ class C {
|
|
|
964
964
|
set(t, s, n) {
|
|
965
965
|
const r = this;
|
|
966
966
|
function o(l, f, d) {
|
|
967
|
-
const c =
|
|
967
|
+
const c = z(f);
|
|
968
968
|
if (!c)
|
|
969
969
|
throw new Error("header name must be a non-empty string");
|
|
970
970
|
const u = a.findKey(r, c);
|
|
@@ -983,7 +983,7 @@ class C {
|
|
|
983
983
|
return this;
|
|
984
984
|
}
|
|
985
985
|
get(t, s) {
|
|
986
|
-
if (t =
|
|
986
|
+
if (t = z(t), t) {
|
|
987
987
|
const n = a.findKey(this, t);
|
|
988
988
|
if (n) {
|
|
989
989
|
const r = this[n];
|
|
@@ -1000,7 +1000,7 @@ class C {
|
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
1002
|
has(t, s) {
|
|
1003
|
-
if (t =
|
|
1003
|
+
if (t = z(t), t) {
|
|
1004
1004
|
const n = a.findKey(this, t);
|
|
1005
1005
|
return !!(n && this[n] !== void 0 && (!s || ie(this, this[n], n, s)));
|
|
1006
1006
|
}
|
|
@@ -1010,7 +1010,7 @@ class C {
|
|
|
1010
1010
|
const n = this;
|
|
1011
1011
|
let r = !1;
|
|
1012
1012
|
function o(i) {
|
|
1013
|
-
if (i =
|
|
1013
|
+
if (i = z(i), i) {
|
|
1014
1014
|
const l = a.findKey(n, i);
|
|
1015
1015
|
l && (!s || ie(n, n[l], l, s)) && (delete n[l], r = !0);
|
|
1016
1016
|
}
|
|
@@ -1069,7 +1069,7 @@ class C {
|
|
|
1069
1069
|
accessors: {}
|
|
1070
1070
|
}).accessors, r = this.prototype;
|
|
1071
1071
|
function o(i) {
|
|
1072
|
-
const l =
|
|
1072
|
+
const l = z(i);
|
|
1073
1073
|
n[l] || (bs(r, i), n[l] = !0);
|
|
1074
1074
|
}
|
|
1075
1075
|
return a.isArray(t) ? t.forEach(o) : o(t), this;
|
|
@@ -1116,7 +1116,7 @@ function _s(e) {
|
|
|
1116
1116
|
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
|
1117
1117
|
return t && t[1] || "";
|
|
1118
1118
|
}
|
|
1119
|
-
function
|
|
1119
|
+
function xs(e, t) {
|
|
1120
1120
|
e = e || 10;
|
|
1121
1121
|
const s = new Array(e), n = new Array(e);
|
|
1122
1122
|
let r = 0, o = 0, i;
|
|
@@ -1132,7 +1132,7 @@ function Es(e, t) {
|
|
|
1132
1132
|
return h ? Math.round(w * 1e3 / h) : void 0;
|
|
1133
1133
|
};
|
|
1134
1134
|
}
|
|
1135
|
-
function
|
|
1135
|
+
function Es(e, t) {
|
|
1136
1136
|
let s = 0;
|
|
1137
1137
|
const n = 1e3 / t;
|
|
1138
1138
|
let r = null;
|
|
@@ -1145,8 +1145,8 @@ function xs(e, t) {
|
|
|
1145
1145
|
}
|
|
1146
1146
|
const X = (e, t, s = 3) => {
|
|
1147
1147
|
let n = 0;
|
|
1148
|
-
const r =
|
|
1149
|
-
return
|
|
1148
|
+
const r = xs(50, 250);
|
|
1149
|
+
return Es((o) => {
|
|
1150
1150
|
const i = o.loaded, l = o.lengthComputable ? o.total : void 0, f = i - n, d = r(f), c = i <= l;
|
|
1151
1151
|
n = i;
|
|
1152
1152
|
const u = {
|
|
@@ -1515,16 +1515,16 @@ const Ps = async (e) => {
|
|
|
1515
1515
|
duplex: "half",
|
|
1516
1516
|
withCredentials: u
|
|
1517
1517
|
});
|
|
1518
|
-
let
|
|
1518
|
+
let x = await fetch(S);
|
|
1519
1519
|
const $ = he && (d === "stream" || d === "response");
|
|
1520
1520
|
if (he && (l || $)) {
|
|
1521
1521
|
const L = {};
|
|
1522
|
-
["status", "statusText", "headers"].forEach((
|
|
1523
|
-
L[
|
|
1522
|
+
["status", "statusText", "headers"].forEach((Ee) => {
|
|
1523
|
+
L[Ee] = x[Ee];
|
|
1524
1524
|
});
|
|
1525
|
-
const D = a.toFiniteNumber(
|
|
1526
|
-
|
|
1527
|
-
Ne(
|
|
1525
|
+
const D = a.toFiniteNumber(x.headers.get("content-length"));
|
|
1526
|
+
x = new Response(
|
|
1527
|
+
Ne(x.body, Pe, l && Le(
|
|
1528
1528
|
D,
|
|
1529
1529
|
X(l, !0)
|
|
1530
1530
|
), $ && v, fe),
|
|
@@ -1532,24 +1532,24 @@ const Ps = async (e) => {
|
|
|
1532
1532
|
);
|
|
1533
1533
|
}
|
|
1534
1534
|
d = d || "text";
|
|
1535
|
-
let gt = await Y[a.findKey(Y, d) || "text"](
|
|
1535
|
+
let gt = await Y[a.findKey(Y, d) || "text"](x, e);
|
|
1536
1536
|
return !$ && v(), p && p(), await new Promise((L, D) => {
|
|
1537
1537
|
ut(L, D, {
|
|
1538
1538
|
data: gt,
|
|
1539
|
-
headers: C.from(
|
|
1540
|
-
status:
|
|
1541
|
-
statusText:
|
|
1539
|
+
headers: C.from(x.headers),
|
|
1540
|
+
status: x.status,
|
|
1541
|
+
statusText: x.statusText,
|
|
1542
1542
|
config: e,
|
|
1543
1543
|
request: S
|
|
1544
1544
|
});
|
|
1545
1545
|
});
|
|
1546
|
-
} catch (
|
|
1547
|
-
throw v(),
|
|
1546
|
+
} catch (x) {
|
|
1547
|
+
throw v(), x && x.name === "TypeError" && /fetch/i.test(x.message) ? Object.assign(
|
|
1548
1548
|
new g("Network Error", g.ERR_NETWORK, e, S),
|
|
1549
1549
|
{
|
|
1550
|
-
cause:
|
|
1550
|
+
cause: x.cause || x
|
|
1551
1551
|
}
|
|
1552
|
-
) : g.from(
|
|
1552
|
+
) : g.from(x, x && x.code, e, S);
|
|
1553
1553
|
}
|
|
1554
1554
|
}), pe = {
|
|
1555
1555
|
http: Yn,
|
|
@@ -1785,7 +1785,7 @@ a.forEach(["post", "put", "patch"], function(t) {
|
|
|
1785
1785
|
}
|
|
1786
1786
|
F.prototype[t] = s(), F.prototype[t + "Form"] = s(!0);
|
|
1787
1787
|
});
|
|
1788
|
-
class
|
|
1788
|
+
class xe {
|
|
1789
1789
|
constructor(t) {
|
|
1790
1790
|
if (typeof t != "function")
|
|
1791
1791
|
throw new TypeError("executor must be a function.");
|
|
@@ -1845,7 +1845,7 @@ class Ee {
|
|
|
1845
1845
|
static source() {
|
|
1846
1846
|
let t;
|
|
1847
1847
|
return {
|
|
1848
|
-
token: new
|
|
1848
|
+
token: new xe(function(r) {
|
|
1849
1849
|
t = r;
|
|
1850
1850
|
}),
|
|
1851
1851
|
cancel: t
|
|
@@ -1934,27 +1934,27 @@ function wt(e) {
|
|
|
1934
1934
|
return wt(j(e, r));
|
|
1935
1935
|
}, s;
|
|
1936
1936
|
}
|
|
1937
|
-
const
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1937
|
+
const E = wt(V);
|
|
1938
|
+
E.Axios = F;
|
|
1939
|
+
E.CanceledError = U;
|
|
1940
|
+
E.CancelToken = xe;
|
|
1941
|
+
E.isCancel = ct;
|
|
1942
|
+
E.VERSION = mt;
|
|
1943
|
+
E.toFormData = ne;
|
|
1944
|
+
E.AxiosError = g;
|
|
1945
|
+
E.Cancel = E.CanceledError;
|
|
1946
|
+
E.all = function(t) {
|
|
1947
1947
|
return Promise.all(t);
|
|
1948
1948
|
};
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor-pointer justify-between items-center" },
|
|
1949
|
+
E.spread = Ms;
|
|
1950
|
+
E.isAxiosError = Is;
|
|
1951
|
+
E.mergeConfig = j;
|
|
1952
|
+
E.AxiosHeaders = C;
|
|
1953
|
+
E.formToJSON = (e) => lt(a.isHTMLForm(e) ? new FormData(e) : e);
|
|
1954
|
+
E.getAdapter = pt.getAdapter;
|
|
1955
|
+
E.HttpStatusCode = we;
|
|
1956
|
+
E.default = E;
|
|
1957
|
+
const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor-pointer justify-between items-center" }, zs = { key: 0 }, qs = { key: 0 }, Hs = {
|
|
1958
1958
|
key: 1,
|
|
1959
1959
|
class: "flex items-center gap-2"
|
|
1960
1960
|
}, Js = { class: "flex gap-3 items-center flex-shrink-0" }, Vs = {
|
|
@@ -1971,7 +1971,7 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
1971
1971
|
}, Gs = /* @__PURE__ */ m("svg", {
|
|
1972
1972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1973
1973
|
fill: "currentColor",
|
|
1974
|
-
class: "w-
|
|
1974
|
+
class: "w-5 h-5 text-green-400",
|
|
1975
1975
|
viewBox: "0 0 16 16"
|
|
1976
1976
|
}, [
|
|
1977
1977
|
/* @__PURE__ */ m("path", { d: "M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z" })
|
|
@@ -1981,7 +1981,7 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
1981
1981
|
width: "16",
|
|
1982
1982
|
height: "16",
|
|
1983
1983
|
fill: "currentColor",
|
|
1984
|
-
class: "w-
|
|
1984
|
+
class: "w-5 h-5 absolute -bottom-2 -right-2 rounded-full bi bi-meta",
|
|
1985
1985
|
viewBox: "0 0 16 16"
|
|
1986
1986
|
}, Ys = /* @__PURE__ */ m("path", {
|
|
1987
1987
|
"fill-rule": "evenodd",
|
|
@@ -2052,7 +2052,7 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
2052
2052
|
}, br = /* @__PURE__ */ m("svg", {
|
|
2053
2053
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2054
2054
|
fill: "currentColor",
|
|
2055
|
-
class: "w-4 h-4 text-green-400",
|
|
2055
|
+
class: "w-4 h-4 flex-shrink-0 text-green-400",
|
|
2056
2056
|
viewBox: "0 0 16 16"
|
|
2057
2057
|
}, [
|
|
2058
2058
|
/* @__PURE__ */ m("path", { d: "M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z" })
|
|
@@ -2062,16 +2062,16 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
2062
2062
|
width: "16",
|
|
2063
2063
|
height: "16",
|
|
2064
2064
|
fill: "currentColor",
|
|
2065
|
-
class: "w-4 h-4 absolute -bottom-2 -right-2 rounded-full bi bi-meta",
|
|
2065
|
+
class: "w-4 h-4 absolute flex-shrink-0 -bottom-2 -right-2 rounded-full bi bi-meta",
|
|
2066
2066
|
viewBox: "0 0 16 16"
|
|
2067
|
-
},
|
|
2067
|
+
}, xr = /* @__PURE__ */ m("path", {
|
|
2068
2068
|
"fill-rule": "evenodd",
|
|
2069
2069
|
d: "M8.217 5.243C9.145 3.988 10.171 3 11.483 3 13.96 3 16 6.153 16.001 9.907c0 2.29-.986 3.725-2.757 3.725-1.543 0-2.395-.866-3.924-3.424l-.667-1.123-.118-.197a54.944 54.944 0 0 0-.53-.877l-1.178 2.08c-1.673 2.925-2.615 3.541-3.923 3.541C1.086 13.632 0 12.217 0 9.973 0 6.388 1.995 3 4.598 3c.319 0 .625.039.924.122.31.086.611.22.913.407.577.359 1.154.915 1.782 1.714Zm1.516 2.224c-.252-.41-.494-.787-.727-1.133L9 6.326c.845-1.305 1.543-1.954 2.372-1.954 1.723 0 3.102 2.537 3.102 5.653 0 1.188-.39 1.877-1.195 1.877-.773 0-1.142-.51-2.61-2.87l-.937-1.565ZM4.846 4.756c.725.1 1.385.634 2.34 2.001A212.13 212.13 0 0 0 5.551 9.3c-1.357 2.126-1.826 2.603-2.581 2.603-.777 0-1.24-.682-1.24-1.9 0-2.602 1.298-5.264 2.846-5.264.091 0 .181.006.27.018Z"
|
|
2070
|
-
}, null, -1),
|
|
2071
|
-
|
|
2070
|
+
}, null, -1), Er = [
|
|
2071
|
+
xr
|
|
2072
2072
|
], Sr = {
|
|
2073
2073
|
key: 2,
|
|
2074
|
-
class: "w-6 h-6",
|
|
2074
|
+
class: "w-6 h-6 flex-shrink-0",
|
|
2075
2075
|
"aria-hidden": "true",
|
|
2076
2076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2077
2077
|
width: "24",
|
|
@@ -2107,10 +2107,13 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
2107
2107
|
default: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzIyMzQwMjYxLCJpYXQiOjE3MjIyNTM4NjEsImp0aSI6IjViZGRmMjJiMWIyMDRmMDQ5MWEwZWFjNzIyYjZiNTFiIiwidXNlcl9pZCI6IjYyNGRmZTIzLTkyZDAtNDNmMS04MDYxLWEyMzIxZjJiNWViYiJ9.ck1s6mHEzJ0IQNmEJGxCd2jdFC6r0oIMgClP5l5nbdI"
|
|
2108
2108
|
},
|
|
2109
2109
|
type: {
|
|
2110
|
-
type: String
|
|
2111
|
-
default:
|
|
2110
|
+
type: String
|
|
2111
|
+
// default: 'whatsapp-api-official',
|
|
2112
|
+
},
|
|
2113
|
+
webhooks: {
|
|
2114
|
+
type: Boolean,
|
|
2115
|
+
default: void 0
|
|
2112
2116
|
},
|
|
2113
|
-
webhooks: Boolean,
|
|
2114
2117
|
url: {
|
|
2115
2118
|
type: String,
|
|
2116
2119
|
default: "http://localhost:8000/v1/api/instances/instance/"
|
|
@@ -2126,7 +2129,7 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
2126
2129
|
async function f() {
|
|
2127
2130
|
try {
|
|
2128
2131
|
let u = o.url, w = o.status_url;
|
|
2129
|
-
const p = await
|
|
2132
|
+
const p = await E.get(`${u}`, {
|
|
2130
2133
|
headers: {
|
|
2131
2134
|
Authorization: `Bearer ${o.token}`
|
|
2132
2135
|
}
|
|
@@ -2134,7 +2137,7 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
2134
2137
|
l.value = p.data, l.value.forEach(async (y) => {
|
|
2135
2138
|
y.isLoading = !0;
|
|
2136
2139
|
try {
|
|
2137
|
-
(await
|
|
2140
|
+
(await E.get(
|
|
2138
2141
|
`${w}?instance=${y.id}`,
|
|
2139
2142
|
{ headers: { Authorization: `Bearer ${o.token}` } }
|
|
2140
2143
|
)).data.instance_status !== "Disconnected" ? y.status = !0 : y.status = !1;
|
|
@@ -2159,7 +2162,7 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
2159
2162
|
{ immediate: !0 }
|
|
2160
2163
|
), ce(n, (u) => {
|
|
2161
2164
|
i("update:modelValue", u);
|
|
2162
|
-
}),
|
|
2165
|
+
}), Et(async () => {
|
|
2163
2166
|
await f();
|
|
2164
2167
|
});
|
|
2165
2168
|
function c(u) {
|
|
@@ -2185,14 +2188,14 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
2185
2188
|
r.value ? (b(), _("div", sr, [
|
|
2186
2189
|
rr,
|
|
2187
2190
|
St("Carregando instâncias...")
|
|
2188
|
-
])) : (b(), _("div",
|
|
2191
|
+
])) : (b(), _("div", zs, [
|
|
2189
2192
|
n.value ? (b(), _("span", Hs, [
|
|
2190
2193
|
m("header", Js, [
|
|
2191
2194
|
n.value.type === "whatsapp-qrcode" ? (b(), _("svg", Vs, Ws)) : n.value.type === "whatsapp-api-official" ? (b(), _("div", Ks, [
|
|
2192
2195
|
Gs,
|
|
2193
2196
|
(b(), _("svg", Xs, Qs))
|
|
2194
2197
|
])) : O("", !0),
|
|
2195
|
-
n.value && n.value.status ? (b(), _("div", er, [
|
|
2198
|
+
n.value && n.value.status !== void 0 ? (b(), _("div", er, [
|
|
2196
2199
|
m("div", {
|
|
2197
2200
|
class: B([{ "bg-red-500/80": n.value.status === !1, "bg-green-500": n.value.status === !0, "bg-purple-500": n.value.status === "Offline" }, "w-5 h-5 text-xs shadow flex shadow-gray-900 dark:shadow-gray-400 rounded-full cursor-pointer group-hover:w-auto group-hover:px-2 transition-all duration-200 ease-in-out"])
|
|
2198
2201
|
}, [
|
|
@@ -2201,7 +2204,7 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
2201
2204
|
])) : O("", !0)
|
|
2202
2205
|
]),
|
|
2203
2206
|
m("div", nr, N(n.value.name), 1)
|
|
2204
|
-
])) : (b(), _("span",
|
|
2207
|
+
])) : (b(), _("span", qs, N(l.value ? l.value.length : "Sem") + " Instâncias disponíveis", 1))
|
|
2205
2208
|
]))
|
|
2206
2209
|
]),
|
|
2207
2210
|
m("footer", or, [
|
|
@@ -2230,14 +2233,14 @@ const Us = { class: "w-full relative text-current" }, $s = { class: "flex cursor
|
|
|
2230
2233
|
m("button", {
|
|
2231
2234
|
class: B([n.value && n.value.id === h.id ? "bg-base-100" : "bg-base-200 hover:bg-base-100", "flex rounded-md justify-between items-center p-2 px-1 w-full"]),
|
|
2232
2235
|
onClick: (y) => (n.value = h, s.value = !1, d(n.value)),
|
|
2233
|
-
disabled: n.value && n.value.id === h.id || e.
|
|
2236
|
+
disabled: n.value && n.value.id === h.id || e.type && h.type !== e.type || e.webhooks !== void 0 && e.webhooks !== h.webhooks
|
|
2234
2237
|
}, [
|
|
2235
2238
|
m("div", pr, [
|
|
2236
2239
|
h.type === "whatsapp-qrcode" ? (b(), _("svg", mr, yr)) : h.type === "whatsapp-api-official" ? (b(), _("div", gr, [
|
|
2237
2240
|
br,
|
|
2238
|
-
(b(), _("svg", _r,
|
|
2241
|
+
(b(), _("svg", _r, Er))
|
|
2239
2242
|
])) : O("", !0),
|
|
2240
|
-
e.
|
|
2243
|
+
e.type && h.type !== e.type || e.webhooks !== void 0 && e.webhooks !== h.webhooks ? (b(), _("svg", Sr, Cr)) : O("", !0),
|
|
2241
2244
|
m("p", Rr, N(h.name), 1),
|
|
2242
2245
|
h.isLoading ? (b(), _("div", Tr, Nr)) : (b(), _("div", Or, [
|
|
2243
2246
|
m("div", {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
(function(i,D){typeof exports=="object"&&typeof module<"u"?module.exports=D(require("vue")):typeof define=="function"&&define.amd?define(["vue"],D):(i=typeof globalThis<"u"?globalThis:i||self,i["sm-click-library-ui"]=D(i.Vue))})(this,function(i){"use strict";function D(e){return i.getCurrentScope()?(i.onScopeDispose(e),!0):!1}function me(e){return typeof e=="function"?e():i.unref(e)}const we=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const lt=Object.prototype.toString,ct=e=>lt.call(e)==="[object Object]",z=()=>{},dt=ut();function ut(){var e,t;return we&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function F(e){var t;const o=me(e);return(t=o==null?void 0:o.$el)!=null?t:o}const ye=we?window:void 0;function Y(...e){let t,o,n,r;if(typeof e[0]=="string"||Array.isArray(e[0])?([o,n,r]=e,t=ye):[t,o,n,r]=e,!t)return z;Array.isArray(o)||(o=[o]),Array.isArray(n)||(n=[n]);const s=[],a=()=>{s.forEach(d=>d()),s.length=0},c=(d,u,w,h)=>(d.addEventListener(u,w,h),()=>d.removeEventListener(u,w,h)),p=i.watch(()=>[F(t),me(r)],([d,u])=>{if(a(),!d)return;const w=ct(u)?{...u}:u;s.push(...o.flatMap(h=>n.map(m=>c(d,h,m,w))))},{immediate:!0,flush:"post"}),f=()=>{p(),a()};return D(f),f}let ge=!1;function ft(e,t,o={}){const{window:n=ye,ignore:r=[],capture:s=!0,detectIframe:a=!1}=o;if(!n)return z;dt&&!ge&&(ge=!0,Array.from(n.document.body.children).forEach(w=>w.addEventListener("click",z)),n.document.documentElement.addEventListener("click",z));let c=!0;const p=w=>r.some(h=>{if(typeof h=="string")return Array.from(n.document.querySelectorAll(h)).some(m=>m===w.target||w.composedPath().includes(m));{const m=F(h);return m&&(w.target===m||w.composedPath().includes(m))}}),d=[Y(n,"click",w=>{const h=F(e);if(!(!h||h===w.target||w.composedPath().includes(h))){if(w.detail===0&&(c=!p(w)),!c){c=!0;return}t(w)}},{passive:!0,capture:s}),Y(n,"pointerdown",w=>{const h=F(e);c=!p(w)&&!!(h&&!w.composedPath().includes(h))},{passive:!0}),a&&Y(n,"blur",w=>{setTimeout(()=>{var h;const m=F(e);((h=n.document.activeElement)==null?void 0:h.tagName)==="IFRAME"&&!(m!=null&&m.contains(n.document.activeElement))&&t(w)},0)})].filter(Boolean);return()=>d.forEach(w=>w())}const Ee=(e,t)=>{const o=e.__vccOpts||e;for(const[n,r]of t)o[n]=r;return o},pt=e=>(i.pushScopeId("data-v-e4627013"),e=e(),i.popScopeId(),e),ht={class:"line-clamp-2 uppercase text-xs truncate text-white"},mt=[pt(()=>i.createElementVNode("path",{"fill-rule":"evenodd",d:"M18.4 10.3A2 2 0 0 0 17 7H7a2 2 0 0 0-1.5 3.3l4.9 5.9a2 2 0 0 0 3 0l5-6Z","clip-rule":"evenodd"},null,-1))],wt={key:0,class:"select_widget_lib"},_e=Ee({__name:"primary_select",props:{config:{type:Object,default:{title:"select_primary"}}},emits:["closeSelect"],setup(e,{emit:t}){const o=e,n=i.ref(!1),r=i.ref(null);i.computed(()=>o.selectConfig.some(c=>c.freeSlot));const s=()=>{n.value=!n.value};return ft(r,()=>{n.value&&(n.value=!1)}),(c,p)=>(i.openBlock(),i.createElementBlock("div",{ref_key:"target",ref:r,class:"relative w-full"},[i.createElementVNode("button",{onClick:s,class:"bg-base-100 z-10 truncate flex items-center justify-between gap-6 p-2 rounded-md lg:mt-0 w-full shadow-md shadow-base-300"},[i.createElementVNode("div",null,[i.createElementVNode("p",ht,i.toDisplayString(e.config.title),1)]),i.createElementVNode("div",null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass([n.value?"rotate-180 transition-transform ease-in-out":"","w-3 h-3 text-white"]),xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},mt,2))])]),n.value?(i.openBlock(),i.createElementBlock("section",wt,[i.createElementVNode("div",null,[i.renderSlot(c.$slots,"free-slot",{},void 0,!0)])])):i.createCommentVNode("",!0)],512))}},[["__scopeId","data-v-e4627013"]]),be=e=>(i.pushScopeId("data-v-b1b11659"),e=e(),i.popScopeId(),e),yt={key:0,class:"modal_head_lib"},gt=be(()=>i.createElementVNode("div",{class:"modal-overlay_lib absolute h-full bg-gray-600 w-full opacity-70"},null,-1)),Et={class:"modal_responsive_lib"},_t={class:"flex min-h-full items-center justify-center text-center sm:p-0"},bt={class:"modal_size_lib lg:w-2/6"},St={class:"modal_background_lib"},Ct={class:"modal_tittle_lib text-current"},xt=[be(()=>i.createElementVNode("svg",{class:"h-5 w-5",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[i.createElementVNode("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})],-1))],Nt={class:"p-4"},Rt={class:"w-full"},kt={class:"block"},Ot={class:"modal_end_button_lib sm"},Se=Ee({__name:"simple_modal",props:{isOpen:Boolean,default:!1},emits:["update:isOpen"],setup(e,{emit:t}){const o=e,n=t,r=()=>{n("update:isOpen",!o.isOpen)};return(s,a)=>e.isOpen?(i.openBlock(),i.createElementBlock("div",yt,[gt,i.createElementVNode("div",Et,[i.createElementVNode("div",_t,[i.createElementVNode("div",bt,[i.createElementVNode("div",St,[i.createElementVNode("div",Ct,[i.renderSlot(s.$slots,"header",{},void 0,!0),i.createElementVNode("button",{onClick:r,class:"modal_close_button_lib","data-modal-toggle":"editUserModal"},xt)]),i.createElementVNode("div",Nt,[i.createElementVNode("div",Rt,[i.createElementVNode("label",kt,[i.renderSlot(s.$slots,"body",{},void 0,!0)])])]),i.createElementVNode("div",Ot,[i.renderSlot(s.$slots,"footer",{},void 0,!0)])])])])])])):i.createCommentVNode("",!0)}},[["__scopeId","data-v-b1b11659"]]),Bt={class:"flex items-center gap-3 mb-2"},At={key:0,class:"text-green-500",xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"},Tt=[i.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0.25 10C0.25 4.61522 4.61522 0.25 10 0.25C15.3848 0.25 19.75 4.61522 19.75 10C19.75 15.3848 15.3848 19.75 10 19.75C4.61522 19.75 0.25 15.3848 0.25 10ZM13.6103 8.18593C13.8511 7.84887 13.773 7.38046 13.4359 7.1397C13.0989 6.89894 12.6305 6.97701 12.3897 7.31407L9.1543 11.8436L7.53033 10.2197C7.23744 9.92678 6.76256 9.92678 6.46967 10.2197C6.17678 10.5126 6.17678 10.9874 6.46967 11.2803L8.71967 13.5303C8.87556 13.6862 9.09215 13.7656 9.31186 13.7474C9.53157 13.7293 9.73216 13.6153 9.8603 13.4359L13.6103 8.18593Z",fill:"currentColor"},null,-1)],Lt={key:1,class:"text-blue-400",xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"},Pt=[i.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0.25 10C0.25 4.61522 4.61522 0.25 10 0.25C15.3848 0.25 19.75 4.61522 19.75 10C19.75 15.3848 15.3848 19.75 10 19.75C4.61522 19.75 0.25 15.3848 0.25 10ZM10 6.25C10.4142 6.25 10.75 6.58579 10.75 7V10.75C10.75 11.1642 10.4142 11.5 10 11.5C9.58579 11.5 9.25 11.1642 9.25 10.75V7C9.25 6.58579 9.58579 6.25 10 6.25ZM10 14.5C10.4142 14.5 10.75 14.1642 10.75 13.75C10.75 13.3358 10.4142 13 10 13C9.58579 13 9.25 13.3358 9.25 13.75C9.25 14.1642 9.58579 14.5 10 14.5Z",fill:"currentColor"},null,-1)],Vt={key:2,class:"text-yellow-400",xmlns:"http://www.w3.org/2000/svg",width:"22",height:"20",viewBox:"0 0 22 20",fill:"none"},Dt=[i.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.40123 2.0034C9.55572 0.0022862 12.4439 0.0022856 13.5983 2.0034L20.9527 14.7509C22.1065 16.7509 20.6631 19.2501 18.3541 19.2501H3.64546C1.33649 19.2501 -0.106939 16.7509 1.04691 14.7509L8.40123 2.0034ZM11 7.25C11.4142 7.25 11.75 7.58579 11.75 8V11.75C11.75 12.1642 11.4142 12.5 11 12.5C10.5858 12.5 10.25 12.1642 10.25 11.75V8C10.25 7.58579 10.5858 7.25 11 7.25ZM11 15.5C11.4142 15.5 11.75 15.1642 11.75 14.75C11.75 14.3358 11.4142 14 11 14C10.5858 14 10.25 14.3358 10.25 14.75C10.25 15.1642 10.5858 15.5 11 15.5Z",fill:"currentColor"},null,-1)],Ft={key:3,class:"w-6 h-6 text-red-500","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 24 24"},jt=[i.createElementVNode("path",{"fill-rule":"evenodd",d:"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm7.707-3.707a1 1 0 0 0-1.414 1.414L10.586 12l-2.293 2.293a1 1 0 1 0 1.414 1.414L12 13.414l2.293 2.293a1 1 0 0 0 1.414-1.414L13.414 12l2.293-2.293a1 1 0 0 0-1.414-1.414L12 10.586 9.707 8.293Z","clip-rule":"evenodd"},null,-1)],Mt={class:"font-bold"},It={class:"text-white flex text-left"},Ce={__name:"simple_card",props:{content:{type:Object,default:{title:"Title",description:"Garanta que essas informações acima esteja configuradas no Webhook do seu aplicativo META."}},success:{type:Boolean,default:!1},info:{type:Boolean,default:!1},alert:{type:Boolean,default:!1},error:{type:Boolean,default:!1}},setup(e){const t=e,o=i.computed(()=>t.success?"border-green-500 text-green-500 shadow-md shadow-green-700":t.info?"border-blue-400 text-blue-400 shadow-md shadow-blue-700":t.alert?"border-yellow-400 text-yellow-400 shadow-md shadow-yellow-700":t.error?"border-red-500 text-red-500 shadow-md shadow-red-700":"border-white text-white");return(n,r)=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass([o.value,"bg-base-300 border-2 p-2 rounded-lg flex-col items-center"])},[i.createElementVNode("div",Bt,[e.success?(i.openBlock(),i.createElementBlock("svg",At,Tt)):i.createCommentVNode("",!0),e.info?(i.openBlock(),i.createElementBlock("svg",Lt,Pt)):i.createCommentVNode("",!0),e.alert?(i.openBlock(),i.createElementBlock("svg",Vt,Dt)):i.createCommentVNode("",!0),e.error?(i.openBlock(),i.createElementBlock("svg",Ft,jt)):i.createCommentVNode("",!0),i.createElementVNode("span",null,[i.createElementVNode("p",Mt,i.toDisplayString(e.content.title),1)])]),i.createElementVNode("section",It,i.toDisplayString(e.content.description),1)],2))}};function xe(e,t){return function(){return e.apply(t,arguments)}}const{toString:$t}=Object.prototype,{getPrototypeOf:Q}=Object,q=(e=>t=>{const o=$t.call(t);return e[o]||(e[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),N=e=>(e=e.toLowerCase(),t=>q(t)===e),H=e=>t=>typeof t===e,{isArray:L}=Array,j=H("undefined");function Ut(e){return e!==null&&!j(e)&&e.constructor!==null&&!j(e.constructor)&&x(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Ne=N("ArrayBuffer");function zt(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Ne(e.buffer),t}const qt=H("string"),x=H("function"),Re=H("number"),v=e=>e!==null&&typeof e=="object",Ht=e=>e===!0||e===!1,J=e=>{if(q(e)!=="object")return!1;const t=Q(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},vt=N("Date"),Jt=N("File"),Zt=N("Blob"),Wt=N("FileList"),Kt=e=>v(e)&&x(e.pipe),Gt=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||x(e.append)&&((t=q(e))==="formdata"||t==="object"&&x(e.toString)&&e.toString()==="[object FormData]"))},Xt=N("URLSearchParams"),[Yt,Qt,en,tn]=["ReadableStream","Request","Response","Headers"].map(N),nn=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function M(e,t,{allOwnKeys:o=!1}={}){if(e===null||typeof e>"u")return;let n,r;if(typeof e!="object"&&(e=[e]),L(e))for(n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else{const s=o?Object.getOwnPropertyNames(e):Object.keys(e),a=s.length;let c;for(n=0;n<a;n++)c=s[n],t.call(null,e[c],c,e)}}function ke(e,t){t=t.toLowerCase();const o=Object.keys(e);let n=o.length,r;for(;n-- >0;)if(r=o[n],t===r.toLowerCase())return r;return null}const Oe=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Be=e=>!j(e)&&e!==Oe;function ee(){const{caseless:e}=Be(this)&&this||{},t={},o=(n,r)=>{const s=e&&ke(t,r)||r;J(t[s])&&J(n)?t[s]=ee(t[s],n):J(n)?t[s]=ee({},n):L(n)?t[s]=n.slice():t[s]=n};for(let n=0,r=arguments.length;n<r;n++)arguments[n]&&M(arguments[n],o);return t}const on=(e,t,o,{allOwnKeys:n}={})=>(M(t,(r,s)=>{o&&x(r)?e[s]=xe(r,o):e[s]=r},{allOwnKeys:n}),e),rn=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),sn=(e,t,o,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),o&&Object.assign(e.prototype,o)},an=(e,t,o,n)=>{let r,s,a;const c={};if(t=t||{},e==null)return t;do{for(r=Object.getOwnPropertyNames(e),s=r.length;s-- >0;)a=r[s],(!n||n(a,e,t))&&!c[a]&&(t[a]=e[a],c[a]=!0);e=o!==!1&&Q(e)}while(e&&(!o||o(e,t))&&e!==Object.prototype);return t},ln=(e,t,o)=>{e=String(e),(o===void 0||o>e.length)&&(o=e.length),o-=t.length;const n=e.indexOf(t,o);return n!==-1&&n===o},cn=e=>{if(!e)return null;if(L(e))return e;let t=e.length;if(!Re(t))return null;const o=new Array(t);for(;t-- >0;)o[t]=e[t];return o},dn=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Q(Uint8Array)),un=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const s=r.value;t.call(e,s[0],s[1])}},fn=(e,t)=>{let o;const n=[];for(;(o=e.exec(t))!==null;)n.push(o);return n},pn=N("HTMLFormElement"),hn=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(o,n,r){return n.toUpperCase()+r}),Ae=(({hasOwnProperty:e})=>(t,o)=>e.call(t,o))(Object.prototype),mn=N("RegExp"),Te=(e,t)=>{const o=Object.getOwnPropertyDescriptors(e),n={};M(o,(r,s)=>{let a;(a=t(r,s,e))!==!1&&(n[s]=a||r)}),Object.defineProperties(e,n)},wn=e=>{Te(e,(t,o)=>{if(x(e)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const n=e[o];if(x(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},yn=(e,t)=>{const o={},n=r=>{r.forEach(s=>{o[s]=!0})};return L(e)?n(e):n(String(e).split(t)),o},gn=()=>{},En=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,te="abcdefghijklmnopqrstuvwxyz",Le="0123456789",Pe={DIGIT:Le,ALPHA:te,ALPHA_DIGIT:te+te.toUpperCase()+Le},_n=(e=16,t=Pe.ALPHA_DIGIT)=>{let o="";const{length:n}=t;for(;e--;)o+=t[Math.random()*n|0];return o};function bn(e){return!!(e&&x(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Sn=e=>{const t=new Array(10),o=(n,r)=>{if(v(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[r]=n;const s=L(n)?[]:{};return M(n,(a,c)=>{const p=o(a,r+1);!j(p)&&(s[c]=p)}),t[r]=void 0,s}}return n};return o(e,0)},Cn=N("AsyncFunction"),l={isArray:L,isArrayBuffer:Ne,isBuffer:Ut,isFormData:Gt,isArrayBufferView:zt,isString:qt,isNumber:Re,isBoolean:Ht,isObject:v,isPlainObject:J,isReadableStream:Yt,isRequest:Qt,isResponse:en,isHeaders:tn,isUndefined:j,isDate:vt,isFile:Jt,isBlob:Zt,isRegExp:mn,isFunction:x,isStream:Kt,isURLSearchParams:Xt,isTypedArray:dn,isFileList:Wt,forEach:M,merge:ee,extend:on,trim:nn,stripBOM:rn,inherits:sn,toFlatObject:an,kindOf:q,kindOfTest:N,endsWith:ln,toArray:cn,forEachEntry:un,matchAll:fn,isHTMLForm:pn,hasOwnProperty:Ae,hasOwnProp:Ae,reduceDescriptors:Te,freezeMethods:wn,toObjectSet:yn,toCamelCase:hn,noop:gn,toFiniteNumber:En,findKey:ke,global:Oe,isContextDefined:Be,ALPHABET:Pe,generateString:_n,isSpecCompliantForm:bn,toJSONObject:Sn,isAsyncFn:Cn,isThenable:e=>e&&(v(e)||x(e))&&x(e.then)&&x(e.catch)};function g(e,t,o,n,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),o&&(this.config=o),n&&(this.request=n),r&&(this.response=r)}l.inherits(g,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:l.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Ve=g.prototype,De={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{De[e]={value:e}}),Object.defineProperties(g,De),Object.defineProperty(Ve,"isAxiosError",{value:!0}),g.from=(e,t,o,n,r,s)=>{const a=Object.create(Ve);return l.toFlatObject(e,a,function(p){return p!==Error.prototype},c=>c!=="isAxiosError"),g.call(a,e.message,t,o,n,r),a.cause=e,a.name=e.name,s&&Object.assign(a,s),a};const xn=null;function ne(e){return l.isPlainObject(e)||l.isArray(e)}function Fe(e){return l.endsWith(e,"[]")?e.slice(0,-2):e}function je(e,t,o){return e?e.concat(t).map(function(r,s){return r=Fe(r),!o&&s?"["+r+"]":r}).join(o?".":""):t}function Nn(e){return l.isArray(e)&&!e.some(ne)}const Rn=l.toFlatObject(l,{},null,function(t){return/^is[A-Z]/.test(t)});function Z(e,t,o){if(!l.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,o=l.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(y,b){return!l.isUndefined(b[y])});const n=o.metaTokens,r=o.visitor||d,s=o.dots,a=o.indexes,p=(o.Blob||typeof Blob<"u"&&Blob)&&l.isSpecCompliantForm(t);if(!l.isFunction(r))throw new TypeError("visitor must be a function");function f(m){if(m===null)return"";if(l.isDate(m))return m.toISOString();if(!p&&l.isBlob(m))throw new g("Blob is not supported. Use a Buffer instead.");return l.isArrayBuffer(m)||l.isTypedArray(m)?p&&typeof Blob=="function"?new Blob([m]):Buffer.from(m):m}function d(m,y,b){let S=m;if(m&&!b&&typeof m=="object"){if(l.endsWith(y,"{}"))y=n?y:y.slice(0,-2),m=JSON.stringify(m);else if(l.isArray(m)&&Nn(m)||(l.isFileList(m)||l.endsWith(y,"[]"))&&(S=l.toArray(m)))return y=Fe(y),S.forEach(function(E,U){!(l.isUndefined(E)||E===null)&&t.append(a===!0?je([y],U,s):a===null?y:y+"[]",f(E))}),!1}return ne(m)?!0:(t.append(je(b,y,s),f(m)),!1)}const u=[],w=Object.assign(Rn,{defaultVisitor:d,convertValue:f,isVisitable:ne});function h(m,y){if(!l.isUndefined(m)){if(u.indexOf(m)!==-1)throw Error("Circular reference detected in "+y.join("."));u.push(m),l.forEach(m,function(S,k){(!(l.isUndefined(S)||S===null)&&r.call(t,S,l.isString(k)?k.trim():k,y,w))===!0&&h(S,y?y.concat(k):[k])}),u.pop()}}if(!l.isObject(e))throw new TypeError("data must be an object");return h(e),t}function Me(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function oe(e,t){this._pairs=[],e&&Z(e,this,t)}const Ie=oe.prototype;Ie.append=function(t,o){this._pairs.push([t,o])},Ie.toString=function(t){const o=t?function(n){return t.call(this,n,Me)}:Me;return this._pairs.map(function(r){return o(r[0])+"="+o(r[1])},"").join("&")};function kn(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function $e(e,t,o){if(!t)return e;const n=o&&o.encode||kn,r=o&&o.serialize;let s;if(r?s=r(t,o):s=l.isURLSearchParams(t)?t.toString():new oe(t,o).toString(n),s){const a=e.indexOf("#");a!==-1&&(e=e.slice(0,a)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class Ue{constructor(){this.handlers=[]}use(t,o,n){return this.handlers.push({fulfilled:t,rejected:o,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){l.forEach(this.handlers,function(n){n!==null&&t(n)})}}const ze={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},On={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:oe,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},re=typeof window<"u"&&typeof document<"u",Bn=(e=>re&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),An=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Tn=re&&window.location.href||"http://localhost",R={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:re,hasStandardBrowserEnv:Bn,hasStandardBrowserWebWorkerEnv:An,origin:Tn},Symbol.toStringTag,{value:"Module"})),...On};function Ln(e,t){return Z(e,new R.classes.URLSearchParams,Object.assign({visitor:function(o,n,r,s){return R.isNode&&l.isBuffer(o)?(this.append(n,o.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function Pn(e){return l.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Vn(e){const t={},o=Object.keys(e);let n;const r=o.length;let s;for(n=0;n<r;n++)s=o[n],t[s]=e[s];return t}function qe(e){function t(o,n,r,s){let a=o[s++];if(a==="__proto__")return!0;const c=Number.isFinite(+a),p=s>=o.length;return a=!a&&l.isArray(r)?r.length:a,p?(l.hasOwnProp(r,a)?r[a]=[r[a],n]:r[a]=n,!c):((!r[a]||!l.isObject(r[a]))&&(r[a]=[]),t(o,n,r[a],s)&&l.isArray(r[a])&&(r[a]=Vn(r[a])),!c)}if(l.isFormData(e)&&l.isFunction(e.entries)){const o={};return l.forEachEntry(e,(n,r)=>{t(Pn(n),r,o,0)}),o}return null}function Dn(e,t,o){if(l.isString(e))try{return(t||JSON.parse)(e),l.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(o||JSON.stringify)(e)}const I={transitional:ze,adapter:["xhr","http","fetch"],transformRequest:[function(t,o){const n=o.getContentType()||"",r=n.indexOf("application/json")>-1,s=l.isObject(t);if(s&&l.isHTMLForm(t)&&(t=new FormData(t)),l.isFormData(t))return r?JSON.stringify(qe(t)):t;if(l.isArrayBuffer(t)||l.isBuffer(t)||l.isStream(t)||l.isFile(t)||l.isBlob(t)||l.isReadableStream(t))return t;if(l.isArrayBufferView(t))return t.buffer;if(l.isURLSearchParams(t))return o.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(s){if(n.indexOf("application/x-www-form-urlencoded")>-1)return Ln(t,this.formSerializer).toString();if((c=l.isFileList(t))||n.indexOf("multipart/form-data")>-1){const p=this.env&&this.env.FormData;return Z(c?{"files[]":t}:t,p&&new p,this.formSerializer)}}return s||r?(o.setContentType("application/json",!1),Dn(t)):t}],transformResponse:[function(t){const o=this.transitional||I.transitional,n=o&&o.forcedJSONParsing,r=this.responseType==="json";if(l.isResponse(t)||l.isReadableStream(t))return t;if(t&&l.isString(t)&&(n&&!this.responseType||r)){const a=!(o&&o.silentJSONParsing)&&r;try{return JSON.parse(t)}catch(c){if(a)throw c.name==="SyntaxError"?g.from(c,g.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:R.classes.FormData,Blob:R.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};l.forEach(["delete","get","head","post","put","patch"],e=>{I.headers[e]={}});const Fn=l.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),jn=e=>{const t={};let o,n,r;return e&&e.split(`
|
|
2
|
-
`).forEach(function(a){r=a.indexOf(":"),o=a.substring(0,r).trim().toLowerCase(),n=a.substring(r+1).trim(),!(!o||t[o]&&Fn[o])&&(o==="set-cookie"?t[o]?t[o].push(n):t[o]=[n]:t[o]=t[o]?t[o]+", "+n:n)}),t},He=Symbol("internals");function $(e){return e&&String(e).trim().toLowerCase()}function W(e){return e===!1||e==null?e:l.isArray(e)?e.map(W):String(e)}function Mn(e){const t=Object.create(null),o=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=o.exec(e);)t[n[1]]=n[2];return t}const In=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function se(e,t,o,n,r){if(l.isFunction(n))return n.call(this,t,o);if(r&&(t=o),!!l.isString(t)){if(l.isString(n))return t.indexOf(n)!==-1;if(l.isRegExp(n))return n.test(t)}}function $n(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,o,n)=>o.toUpperCase()+n)}function Un(e,t){const o=l.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+o,{value:function(r,s,a){return this[n].call(this,t,r,s,a)},configurable:!0})})}class
|
|
3
|
-
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...o){const n=new this(t);return o.forEach(r=>n.set(r)),n}static accessor(t){const n=(this[He]=this[He]={accessors:{}}).accessors,r=this.prototype;function s(a){const c=$(a);n[c]||(Un(r,a),n[c]=!0)}return l.isArray(t)?t.forEach(s):s(t),this}}C.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),l.reduceDescriptors(C.prototype,({value:e},t)=>{let o=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[o]=n}}}),l.freezeMethods(C);function ie(e,t){const o=this||I,n=t||o,r=C.from(n.headers);let s=n.data;return l.forEach(e,function(c){s=c.call(o,s,r.normalize(),t?t.status:void 0)}),r.normalize(),s}function ve(e){return!!(e&&e.__CANCEL__)}function P(e,t,o){g.call(this,e??"canceled",g.ERR_CANCELED,t,o),this.name="CanceledError"}l.inherits(P,g,{__CANCEL__:!0});function Je(e,t,o){const n=o.config.validateStatus;!o.status||!n||n(o.status)?e(o):t(new g("Request failed with status code "+o.status,[g.ERR_BAD_REQUEST,g.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}function zn(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function qn(e,t){e=e||10;const o=new Array(e),n=new Array(e);let r=0,s=0,a;return t=t!==void 0?t:1e3,function(p){const f=Date.now(),d=n[s];a||(a=f),o[r]=p,n[r]=f;let u=s,w=0;for(;u!==r;)w+=o[u++],u=u%e;if(r=(r+1)%e,r===s&&(s=(s+1)%e),f-a<t)return;const h=d&&f-d;return h?Math.round(w*1e3/h):void 0}}function Hn(e,t){let o=0;const n=1e3/t;let r=null;return function(){const a=this===!0,c=Date.now();if(a||c-o>n)return r&&(clearTimeout(r),r=null),o=c,e.apply(null,arguments);r||(r=setTimeout(()=>(r=null,o=Date.now(),e.apply(null,arguments)),n-(c-o)))}}const K=(e,t,o=3)=>{let n=0;const r=qn(50,250);return Hn(s=>{const a=s.loaded,c=s.lengthComputable?s.total:void 0,p=a-n,f=r(p),d=a<=c;n=a;const u={loaded:a,total:c,progress:c?a/c:void 0,bytes:p,rate:f||void 0,estimated:f&&c&&d?(c-a)/f:void 0,event:s,lengthComputable:c!=null};u[t?"download":"upload"]=!0,e(u)},o)},vn=R.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),o=document.createElement("a");let n;function r(s){let a=s;return t&&(o.setAttribute("href",a),a=o.href),o.setAttribute("href",a),{href:o.href,protocol:o.protocol?o.protocol.replace(/:$/,""):"",host:o.host,search:o.search?o.search.replace(/^\?/,""):"",hash:o.hash?o.hash.replace(/^#/,""):"",hostname:o.hostname,port:o.port,pathname:o.pathname.charAt(0)==="/"?o.pathname:"/"+o.pathname}}return n=r(window.location.href),function(a){const c=l.isString(a)?r(a):a;return c.protocol===n.protocol&&c.host===n.host}}():function(){return function(){return!0}}(),Jn=R.hasStandardBrowserEnv?{write(e,t,o,n,r,s){const a=[e+"="+encodeURIComponent(t)];l.isNumber(o)&&a.push("expires="+new Date(o).toGMTString()),l.isString(n)&&a.push("path="+n),l.isString(r)&&a.push("domain="+r),s===!0&&a.push("secure"),document.cookie=a.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Zn(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Wn(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Ze(e,t){return e&&!Zn(t)?Wn(e,t):t}const We=e=>e instanceof C?{...e}:e;function A(e,t){t=t||{};const o={};function n(f,d,u){return l.isPlainObject(f)&&l.isPlainObject(d)?l.merge.call({caseless:u},f,d):l.isPlainObject(d)?l.merge({},d):l.isArray(d)?d.slice():d}function r(f,d,u){if(l.isUndefined(d)){if(!l.isUndefined(f))return n(void 0,f,u)}else return n(f,d,u)}function s(f,d){if(!l.isUndefined(d))return n(void 0,d)}function a(f,d){if(l.isUndefined(d)){if(!l.isUndefined(f))return n(void 0,f)}else return n(void 0,d)}function c(f,d,u){if(u in t)return n(f,d);if(u in e)return n(void 0,f)}const p={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:c,headers:(f,d)=>r(We(f),We(d),!0)};return l.forEach(Object.keys(Object.assign({},e,t)),function(d){const u=p[d]||r,w=u(e[d],t[d],d);l.isUndefined(w)&&u!==c||(o[d]=w)}),o}const Ke=e=>{const t=A({},e);let{data:o,withXSRFToken:n,xsrfHeaderName:r,xsrfCookieName:s,headers:a,auth:c}=t;t.headers=a=C.from(a),t.url=$e(Ze(t.baseURL,t.url),e.params,e.paramsSerializer),c&&a.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let p;if(l.isFormData(o)){if(R.hasStandardBrowserEnv||R.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((p=a.getContentType())!==!1){const[f,...d]=p?p.split(";").map(u=>u.trim()).filter(Boolean):[];a.setContentType([f||"multipart/form-data",...d].join("; "))}}if(R.hasStandardBrowserEnv&&(n&&l.isFunction(n)&&(n=n(t)),n||n!==!1&&vn(t.url))){const f=r&&s&&Jn.read(s);f&&a.set(r,f)}return t},Kn=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(o,n){const r=Ke(e);let s=r.data;const a=C.from(r.headers).normalize();let{responseType:c}=r,p;function f(){r.cancelToken&&r.cancelToken.unsubscribe(p),r.signal&&r.signal.removeEventListener("abort",p)}let d=new XMLHttpRequest;d.open(r.method.toUpperCase(),r.url,!0),d.timeout=r.timeout;function u(){if(!d)return;const h=C.from("getAllResponseHeaders"in d&&d.getAllResponseHeaders()),y={data:!c||c==="text"||c==="json"?d.responseText:d.response,status:d.status,statusText:d.statusText,headers:h,config:e,request:d};Je(function(S){o(S),f()},function(S){n(S),f()},y),d=null}"onloadend"in d?d.onloadend=u:d.onreadystatechange=function(){!d||d.readyState!==4||d.status===0&&!(d.responseURL&&d.responseURL.indexOf("file:")===0)||setTimeout(u)},d.onabort=function(){d&&(n(new g("Request aborted",g.ECONNABORTED,r,d)),d=null)},d.onerror=function(){n(new g("Network Error",g.ERR_NETWORK,r,d)),d=null},d.ontimeout=function(){let m=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const y=r.transitional||ze;r.timeoutErrorMessage&&(m=r.timeoutErrorMessage),n(new g(m,y.clarifyTimeoutError?g.ETIMEDOUT:g.ECONNABORTED,r,d)),d=null},s===void 0&&a.setContentType(null),"setRequestHeader"in d&&l.forEach(a.toJSON(),function(m,y){d.setRequestHeader(y,m)}),l.isUndefined(r.withCredentials)||(d.withCredentials=!!r.withCredentials),c&&c!=="json"&&(d.responseType=r.responseType),typeof r.onDownloadProgress=="function"&&d.addEventListener("progress",K(r.onDownloadProgress,!0)),typeof r.onUploadProgress=="function"&&d.upload&&d.upload.addEventListener("progress",K(r.onUploadProgress)),(r.cancelToken||r.signal)&&(p=h=>{d&&(n(!h||h.type?new P(null,e,d):h),d.abort(),d=null)},r.cancelToken&&r.cancelToken.subscribe(p),r.signal&&(r.signal.aborted?p():r.signal.addEventListener("abort",p)));const w=zn(r.url);if(w&&R.protocols.indexOf(w)===-1){n(new g("Unsupported protocol "+w+":",g.ERR_BAD_REQUEST,e));return}d.send(s||null)})},Gn=(e,t)=>{let o=new AbortController,n;const r=function(p){if(!n){n=!0,a();const f=p instanceof Error?p:this.reason;o.abort(f instanceof g?f:new P(f instanceof Error?f.message:f))}};let s=t&&setTimeout(()=>{r(new g(`timeout ${t} of ms exceeded`,g.ETIMEDOUT))},t);const a=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach(p=>{p&&(p.removeEventListener?p.removeEventListener("abort",r):p.unsubscribe(r))}),e=null)};e.forEach(p=>p&&p.addEventListener&&p.addEventListener("abort",r));const{signal:c}=o;return c.unsubscribe=a,[c,()=>{s&&clearTimeout(s),s=null}]},Xn=function*(e,t){let o=e.byteLength;if(!t||o<t){yield e;return}let n=0,r;for(;n<o;)r=n+t,yield e.slice(n,r),n=r},Yn=async function*(e,t,o){for await(const n of e)yield*Xn(ArrayBuffer.isView(n)?n:await o(String(n)),t)},Ge=(e,t,o,n,r)=>{const s=Yn(e,t,r);let a=0;return new ReadableStream({type:"bytes",async pull(c){const{done:p,value:f}=await s.next();if(p){c.close(),n();return}let d=f.byteLength;o&&o(a+=d),c.enqueue(new Uint8Array(f))},cancel(c){return n(c),s.return()}},{highWaterMark:2})},Xe=(e,t)=>{const o=e!=null;return n=>setTimeout(()=>t({lengthComputable:o,total:e,loaded:n}))},G=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Ye=G&&typeof ReadableStream=="function",ae=G&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Qn=Ye&&(()=>{let e=!1;const t=new Request(R.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})(),Qe=64*1024,le=Ye&&!!(()=>{try{return l.isReadableStream(new Response("").body)}catch{}})(),X={stream:le&&(e=>e.body)};G&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!X[t]&&(X[t]=l.isFunction(e[t])?o=>o[t]():(o,n)=>{throw new g(`Response type '${t}' is not supported`,g.ERR_NOT_SUPPORT,n)})})})(new Response);const eo=async e=>{if(e==null)return 0;if(l.isBlob(e))return e.size;if(l.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(l.isArrayBufferView(e))return e.byteLength;if(l.isURLSearchParams(e)&&(e=e+""),l.isString(e))return(await ae(e)).byteLength},to=async(e,t)=>{const o=l.toFiniteNumber(e.getContentLength());return o??eo(t)},ce={http:xn,xhr:Kn,fetch:G&&(async e=>{let{url:t,method:o,data:n,signal:r,cancelToken:s,timeout:a,onDownloadProgress:c,onUploadProgress:p,responseType:f,headers:d,withCredentials:u="same-origin",fetchOptions:w}=Ke(e);f=f?(f+"").toLowerCase():"text";let[h,m]=r||s||a?Gn([r,s],a):[],y,b;const S=()=>{!y&&setTimeout(()=>{h&&h.unsubscribe()}),y=!0};let k;try{if(p&&Qn&&o!=="get"&&o!=="head"&&(k=await to(d,n))!==0){let B=new Request(t,{method:"POST",body:n,duplex:"half"}),V;l.isFormData(n)&&(V=B.headers.get("content-type"))&&d.setContentType(V),B.body&&(n=Ge(B.body,Qe,Xe(k,K(p)),null,ae))}l.isString(u)||(u=u?"cors":"omit"),b=new Request(t,{...w,signal:h,method:o.toUpperCase(),headers:d.normalize().toJSON(),body:n,duplex:"half",withCredentials:u});let E=await fetch(b);const U=le&&(f==="stream"||f==="response");if(le&&(c||U)){const B={};["status","statusText","headers"].forEach(at=>{B[at]=E[at]});const V=l.toFiniteNumber(E.headers.get("content-length"));E=new Response(Ge(E.body,Qe,c&&Xe(V,K(c,!0)),U&&S,ae),B)}f=f||"text";let Wo=await X[l.findKey(X,f)||"text"](E,e);return!U&&S(),m&&m(),await new Promise((B,V)=>{Je(B,V,{data:Wo,headers:C.from(E.headers),status:E.status,statusText:E.statusText,config:e,request:b})})}catch(E){throw S(),E&&E.name==="TypeError"&&/fetch/i.test(E.message)?Object.assign(new g("Network Error",g.ERR_NETWORK,e,b),{cause:E.cause||E}):g.from(E,E&&E.code,e,b)}})};l.forEach(ce,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const et=e=>`- ${e}`,no=e=>l.isFunction(e)||e===null||e===!1,tt={getAdapter:e=>{e=l.isArray(e)?e:[e];const{length:t}=e;let o,n;const r={};for(let s=0;s<t;s++){o=e[s];let a;if(n=o,!no(o)&&(n=ce[(a=String(o)).toLowerCase()],n===void 0))throw new g(`Unknown adapter '${a}'`);if(n)break;r[a||"#"+s]=n}if(!n){const s=Object.entries(r).map(([c,p])=>`adapter ${c} `+(p===!1?"is not supported by the environment":"is not available in the build"));let a=t?s.length>1?`since :
|
|
1
|
+
(function(i,D){typeof exports=="object"&&typeof module<"u"?module.exports=D(require("vue")):typeof define=="function"&&define.amd?define(["vue"],D):(i=typeof globalThis<"u"?globalThis:i||self,i["sm-click-library-ui"]=D(i.Vue))})(this,function(i){"use strict";function D(e){return i.getCurrentScope()?(i.onScopeDispose(e),!0):!1}function me(e){return typeof e=="function"?e():i.unref(e)}const we=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const lt=Object.prototype.toString,ct=e=>lt.call(e)==="[object Object]",z=()=>{},dt=ut();function ut(){var e,t;return we&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function F(e){var t;const o=me(e);return(t=o==null?void 0:o.$el)!=null?t:o}const ye=we?window:void 0;function Y(...e){let t,o,n,r;if(typeof e[0]=="string"||Array.isArray(e[0])?([o,n,r]=e,t=ye):[t,o,n,r]=e,!t)return z;Array.isArray(o)||(o=[o]),Array.isArray(n)||(n=[n]);const s=[],a=()=>{s.forEach(d=>d()),s.length=0},c=(d,u,w,p)=>(d.addEventListener(u,w,p),()=>d.removeEventListener(u,w,p)),h=i.watch(()=>[F(t),me(r)],([d,u])=>{if(a(),!d)return;const w=ct(u)?{...u}:u;s.push(...o.flatMap(p=>n.map(m=>c(d,p,m,w))))},{immediate:!0,flush:"post"}),f=()=>{h(),a()};return D(f),f}let ge=!1;function ft(e,t,o={}){const{window:n=ye,ignore:r=[],capture:s=!0,detectIframe:a=!1}=o;if(!n)return z;dt&&!ge&&(ge=!0,Array.from(n.document.body.children).forEach(w=>w.addEventListener("click",z)),n.document.documentElement.addEventListener("click",z));let c=!0;const h=w=>r.some(p=>{if(typeof p=="string")return Array.from(n.document.querySelectorAll(p)).some(m=>m===w.target||w.composedPath().includes(m));{const m=F(p);return m&&(w.target===m||w.composedPath().includes(m))}}),d=[Y(n,"click",w=>{const p=F(e);if(!(!p||p===w.target||w.composedPath().includes(p))){if(w.detail===0&&(c=!h(w)),!c){c=!0;return}t(w)}},{passive:!0,capture:s}),Y(n,"pointerdown",w=>{const p=F(e);c=!h(w)&&!!(p&&!w.composedPath().includes(p))},{passive:!0}),a&&Y(n,"blur",w=>{setTimeout(()=>{var p;const m=F(e);((p=n.document.activeElement)==null?void 0:p.tagName)==="IFRAME"&&!(m!=null&&m.contains(n.document.activeElement))&&t(w)},0)})].filter(Boolean);return()=>d.forEach(w=>w())}const Ee=(e,t)=>{const o=e.__vccOpts||e;for(const[n,r]of t)o[n]=r;return o},ht=e=>(i.pushScopeId("data-v-e4627013"),e=e(),i.popScopeId(),e),pt={class:"line-clamp-2 uppercase text-xs truncate text-white"},mt=[ht(()=>i.createElementVNode("path",{"fill-rule":"evenodd",d:"M18.4 10.3A2 2 0 0 0 17 7H7a2 2 0 0 0-1.5 3.3l4.9 5.9a2 2 0 0 0 3 0l5-6Z","clip-rule":"evenodd"},null,-1))],wt={key:0,class:"select_widget_lib"},_e=Ee({__name:"primary_select",props:{config:{type:Object,default:{title:"select_primary"}}},emits:["closeSelect"],setup(e,{emit:t}){const o=e,n=i.ref(!1),r=i.ref(null);i.computed(()=>o.selectConfig.some(c=>c.freeSlot));const s=()=>{n.value=!n.value};return ft(r,()=>{n.value&&(n.value=!1)}),(c,h)=>(i.openBlock(),i.createElementBlock("div",{ref_key:"target",ref:r,class:"relative w-full"},[i.createElementVNode("button",{onClick:s,class:"bg-base-100 z-10 truncate flex items-center justify-between gap-6 p-2 rounded-md lg:mt-0 w-full shadow-md shadow-base-300"},[i.createElementVNode("div",null,[i.createElementVNode("p",pt,i.toDisplayString(e.config.title),1)]),i.createElementVNode("div",null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass([n.value?"rotate-180 transition-transform ease-in-out":"","w-3 h-3 text-white"]),xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24"},mt,2))])]),n.value?(i.openBlock(),i.createElementBlock("section",wt,[i.createElementVNode("div",null,[i.renderSlot(c.$slots,"free-slot",{},void 0,!0)])])):i.createCommentVNode("",!0)],512))}},[["__scopeId","data-v-e4627013"]]),be=e=>(i.pushScopeId("data-v-b1b11659"),e=e(),i.popScopeId(),e),yt={key:0,class:"modal_head_lib"},gt=be(()=>i.createElementVNode("div",{class:"modal-overlay_lib absolute h-full bg-gray-600 w-full opacity-70"},null,-1)),Et={class:"modal_responsive_lib"},_t={class:"flex min-h-full items-center justify-center text-center sm:p-0"},bt={class:"modal_size_lib lg:w-2/6"},St={class:"modal_background_lib"},xt={class:"modal_tittle_lib text-current"},Ct=[be(()=>i.createElementVNode("svg",{class:"h-5 w-5",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[i.createElementVNode("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})],-1))],kt={class:"p-4"},Nt={class:"w-full"},Rt={class:"block"},Ot={class:"modal_end_button_lib sm"},Se=Ee({__name:"simple_modal",props:{isOpen:Boolean,default:!1},emits:["update:isOpen"],setup(e,{emit:t}){const o=e,n=t,r=()=>{n("update:isOpen",!o.isOpen)};return(s,a)=>e.isOpen?(i.openBlock(),i.createElementBlock("div",yt,[gt,i.createElementVNode("div",Et,[i.createElementVNode("div",_t,[i.createElementVNode("div",bt,[i.createElementVNode("div",St,[i.createElementVNode("div",xt,[i.renderSlot(s.$slots,"header",{},void 0,!0),i.createElementVNode("button",{onClick:r,class:"modal_close_button_lib","data-modal-toggle":"editUserModal"},Ct)]),i.createElementVNode("div",kt,[i.createElementVNode("div",Nt,[i.createElementVNode("label",Rt,[i.renderSlot(s.$slots,"body",{},void 0,!0)])])]),i.createElementVNode("div",Ot,[i.renderSlot(s.$slots,"footer",{},void 0,!0)])])])])])])):i.createCommentVNode("",!0)}},[["__scopeId","data-v-b1b11659"]]),Bt={class:"flex items-center gap-3 mb-2"},At={key:0,class:"text-green-500",xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"},Tt=[i.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0.25 10C0.25 4.61522 4.61522 0.25 10 0.25C15.3848 0.25 19.75 4.61522 19.75 10C19.75 15.3848 15.3848 19.75 10 19.75C4.61522 19.75 0.25 15.3848 0.25 10ZM13.6103 8.18593C13.8511 7.84887 13.773 7.38046 13.4359 7.1397C13.0989 6.89894 12.6305 6.97701 12.3897 7.31407L9.1543 11.8436L7.53033 10.2197C7.23744 9.92678 6.76256 9.92678 6.46967 10.2197C6.17678 10.5126 6.17678 10.9874 6.46967 11.2803L8.71967 13.5303C8.87556 13.6862 9.09215 13.7656 9.31186 13.7474C9.53157 13.7293 9.73216 13.6153 9.8603 13.4359L13.6103 8.18593Z",fill:"currentColor"},null,-1)],Lt={key:1,class:"text-blue-400",xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"},Pt=[i.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0.25 10C0.25 4.61522 4.61522 0.25 10 0.25C15.3848 0.25 19.75 4.61522 19.75 10C19.75 15.3848 15.3848 19.75 10 19.75C4.61522 19.75 0.25 15.3848 0.25 10ZM10 6.25C10.4142 6.25 10.75 6.58579 10.75 7V10.75C10.75 11.1642 10.4142 11.5 10 11.5C9.58579 11.5 9.25 11.1642 9.25 10.75V7C9.25 6.58579 9.58579 6.25 10 6.25ZM10 14.5C10.4142 14.5 10.75 14.1642 10.75 13.75C10.75 13.3358 10.4142 13 10 13C9.58579 13 9.25 13.3358 9.25 13.75C9.25 14.1642 9.58579 14.5 10 14.5Z",fill:"currentColor"},null,-1)],Vt={key:2,class:"text-yellow-400",xmlns:"http://www.w3.org/2000/svg",width:"22",height:"20",viewBox:"0 0 22 20",fill:"none"},Dt=[i.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.40123 2.0034C9.55572 0.0022862 12.4439 0.0022856 13.5983 2.0034L20.9527 14.7509C22.1065 16.7509 20.6631 19.2501 18.3541 19.2501H3.64546C1.33649 19.2501 -0.106939 16.7509 1.04691 14.7509L8.40123 2.0034ZM11 7.25C11.4142 7.25 11.75 7.58579 11.75 8V11.75C11.75 12.1642 11.4142 12.5 11 12.5C10.5858 12.5 10.25 12.1642 10.25 11.75V8C10.25 7.58579 10.5858 7.25 11 7.25ZM11 15.5C11.4142 15.5 11.75 15.1642 11.75 14.75C11.75 14.3358 11.4142 14 11 14C10.5858 14 10.25 14.3358 10.25 14.75C10.25 15.1642 10.5858 15.5 11 15.5Z",fill:"currentColor"},null,-1)],Ft={key:3,class:"w-6 h-6 text-red-500","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 24 24"},jt=[i.createElementVNode("path",{"fill-rule":"evenodd",d:"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm7.707-3.707a1 1 0 0 0-1.414 1.414L10.586 12l-2.293 2.293a1 1 0 1 0 1.414 1.414L12 13.414l2.293 2.293a1 1 0 0 0 1.414-1.414L13.414 12l2.293-2.293a1 1 0 0 0-1.414-1.414L12 10.586 9.707 8.293Z","clip-rule":"evenodd"},null,-1)],Mt={class:"font-bold"},It={class:"text-white flex text-left"},xe={__name:"simple_card",props:{content:{type:Object,default:{title:"Title",description:"Garanta que essas informações acima esteja configuradas no Webhook do seu aplicativo META."}},success:{type:Boolean,default:!1},info:{type:Boolean,default:!1},alert:{type:Boolean,default:!1},error:{type:Boolean,default:!1}},setup(e){const t=e,o=i.computed(()=>t.success?"border-green-500 text-green-500 shadow-md shadow-green-700":t.info?"border-blue-400 text-blue-400 shadow-md shadow-blue-700":t.alert?"border-yellow-400 text-yellow-400 shadow-md shadow-yellow-700":t.error?"border-red-500 text-red-500 shadow-md shadow-red-700":"border-white text-white");return(n,r)=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass([o.value,"bg-base-300 border-2 p-2 rounded-lg flex-col items-center"])},[i.createElementVNode("div",Bt,[e.success?(i.openBlock(),i.createElementBlock("svg",At,Tt)):i.createCommentVNode("",!0),e.info?(i.openBlock(),i.createElementBlock("svg",Lt,Pt)):i.createCommentVNode("",!0),e.alert?(i.openBlock(),i.createElementBlock("svg",Vt,Dt)):i.createCommentVNode("",!0),e.error?(i.openBlock(),i.createElementBlock("svg",Ft,jt)):i.createCommentVNode("",!0),i.createElementVNode("span",null,[i.createElementVNode("p",Mt,i.toDisplayString(e.content.title),1)])]),i.createElementVNode("section",It,i.toDisplayString(e.content.description),1)],2))}};function Ce(e,t){return function(){return e.apply(t,arguments)}}const{toString:$t}=Object.prototype,{getPrototypeOf:Q}=Object,q=(e=>t=>{const o=$t.call(t);return e[o]||(e[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),k=e=>(e=e.toLowerCase(),t=>q(t)===e),H=e=>t=>typeof t===e,{isArray:L}=Array,j=H("undefined");function Ut(e){return e!==null&&!j(e)&&e.constructor!==null&&!j(e.constructor)&&C(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ke=k("ArrayBuffer");function zt(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&ke(e.buffer),t}const qt=H("string"),C=H("function"),Ne=H("number"),v=e=>e!==null&&typeof e=="object",Ht=e=>e===!0||e===!1,J=e=>{if(q(e)!=="object")return!1;const t=Q(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},vt=k("Date"),Jt=k("File"),Zt=k("Blob"),Wt=k("FileList"),Kt=e=>v(e)&&C(e.pipe),Gt=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||C(e.append)&&((t=q(e))==="formdata"||t==="object"&&C(e.toString)&&e.toString()==="[object FormData]"))},Xt=k("URLSearchParams"),[Yt,Qt,en,tn]=["ReadableStream","Request","Response","Headers"].map(k),nn=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function M(e,t,{allOwnKeys:o=!1}={}){if(e===null||typeof e>"u")return;let n,r;if(typeof e!="object"&&(e=[e]),L(e))for(n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else{const s=o?Object.getOwnPropertyNames(e):Object.keys(e),a=s.length;let c;for(n=0;n<a;n++)c=s[n],t.call(null,e[c],c,e)}}function Re(e,t){t=t.toLowerCase();const o=Object.keys(e);let n=o.length,r;for(;n-- >0;)if(r=o[n],t===r.toLowerCase())return r;return null}const Oe=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Be=e=>!j(e)&&e!==Oe;function ee(){const{caseless:e}=Be(this)&&this||{},t={},o=(n,r)=>{const s=e&&Re(t,r)||r;J(t[s])&&J(n)?t[s]=ee(t[s],n):J(n)?t[s]=ee({},n):L(n)?t[s]=n.slice():t[s]=n};for(let n=0,r=arguments.length;n<r;n++)arguments[n]&&M(arguments[n],o);return t}const on=(e,t,o,{allOwnKeys:n}={})=>(M(t,(r,s)=>{o&&C(r)?e[s]=Ce(r,o):e[s]=r},{allOwnKeys:n}),e),rn=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),sn=(e,t,o,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),o&&Object.assign(e.prototype,o)},an=(e,t,o,n)=>{let r,s,a;const c={};if(t=t||{},e==null)return t;do{for(r=Object.getOwnPropertyNames(e),s=r.length;s-- >0;)a=r[s],(!n||n(a,e,t))&&!c[a]&&(t[a]=e[a],c[a]=!0);e=o!==!1&&Q(e)}while(e&&(!o||o(e,t))&&e!==Object.prototype);return t},ln=(e,t,o)=>{e=String(e),(o===void 0||o>e.length)&&(o=e.length),o-=t.length;const n=e.indexOf(t,o);return n!==-1&&n===o},cn=e=>{if(!e)return null;if(L(e))return e;let t=e.length;if(!Ne(t))return null;const o=new Array(t);for(;t-- >0;)o[t]=e[t];return o},dn=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Q(Uint8Array)),un=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const s=r.value;t.call(e,s[0],s[1])}},fn=(e,t)=>{let o;const n=[];for(;(o=e.exec(t))!==null;)n.push(o);return n},hn=k("HTMLFormElement"),pn=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(o,n,r){return n.toUpperCase()+r}),Ae=(({hasOwnProperty:e})=>(t,o)=>e.call(t,o))(Object.prototype),mn=k("RegExp"),Te=(e,t)=>{const o=Object.getOwnPropertyDescriptors(e),n={};M(o,(r,s)=>{let a;(a=t(r,s,e))!==!1&&(n[s]=a||r)}),Object.defineProperties(e,n)},wn=e=>{Te(e,(t,o)=>{if(C(e)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const n=e[o];if(C(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},yn=(e,t)=>{const o={},n=r=>{r.forEach(s=>{o[s]=!0})};return L(e)?n(e):n(String(e).split(t)),o},gn=()=>{},En=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,te="abcdefghijklmnopqrstuvwxyz",Le="0123456789",Pe={DIGIT:Le,ALPHA:te,ALPHA_DIGIT:te+te.toUpperCase()+Le},_n=(e=16,t=Pe.ALPHA_DIGIT)=>{let o="";const{length:n}=t;for(;e--;)o+=t[Math.random()*n|0];return o};function bn(e){return!!(e&&C(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Sn=e=>{const t=new Array(10),o=(n,r)=>{if(v(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[r]=n;const s=L(n)?[]:{};return M(n,(a,c)=>{const h=o(a,r+1);!j(h)&&(s[c]=h)}),t[r]=void 0,s}}return n};return o(e,0)},xn=k("AsyncFunction"),l={isArray:L,isArrayBuffer:ke,isBuffer:Ut,isFormData:Gt,isArrayBufferView:zt,isString:qt,isNumber:Ne,isBoolean:Ht,isObject:v,isPlainObject:J,isReadableStream:Yt,isRequest:Qt,isResponse:en,isHeaders:tn,isUndefined:j,isDate:vt,isFile:Jt,isBlob:Zt,isRegExp:mn,isFunction:C,isStream:Kt,isURLSearchParams:Xt,isTypedArray:dn,isFileList:Wt,forEach:M,merge:ee,extend:on,trim:nn,stripBOM:rn,inherits:sn,toFlatObject:an,kindOf:q,kindOfTest:k,endsWith:ln,toArray:cn,forEachEntry:un,matchAll:fn,isHTMLForm:hn,hasOwnProperty:Ae,hasOwnProp:Ae,reduceDescriptors:Te,freezeMethods:wn,toObjectSet:yn,toCamelCase:pn,noop:gn,toFiniteNumber:En,findKey:Re,global:Oe,isContextDefined:Be,ALPHABET:Pe,generateString:_n,isSpecCompliantForm:bn,toJSONObject:Sn,isAsyncFn:xn,isThenable:e=>e&&(v(e)||C(e))&&C(e.then)&&C(e.catch)};function g(e,t,o,n,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),o&&(this.config=o),n&&(this.request=n),r&&(this.response=r)}l.inherits(g,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:l.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Ve=g.prototype,De={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{De[e]={value:e}}),Object.defineProperties(g,De),Object.defineProperty(Ve,"isAxiosError",{value:!0}),g.from=(e,t,o,n,r,s)=>{const a=Object.create(Ve);return l.toFlatObject(e,a,function(h){return h!==Error.prototype},c=>c!=="isAxiosError"),g.call(a,e.message,t,o,n,r),a.cause=e,a.name=e.name,s&&Object.assign(a,s),a};const Cn=null;function ne(e){return l.isPlainObject(e)||l.isArray(e)}function Fe(e){return l.endsWith(e,"[]")?e.slice(0,-2):e}function je(e,t,o){return e?e.concat(t).map(function(r,s){return r=Fe(r),!o&&s?"["+r+"]":r}).join(o?".":""):t}function kn(e){return l.isArray(e)&&!e.some(ne)}const Nn=l.toFlatObject(l,{},null,function(t){return/^is[A-Z]/.test(t)});function Z(e,t,o){if(!l.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,o=l.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(y,b){return!l.isUndefined(b[y])});const n=o.metaTokens,r=o.visitor||d,s=o.dots,a=o.indexes,h=(o.Blob||typeof Blob<"u"&&Blob)&&l.isSpecCompliantForm(t);if(!l.isFunction(r))throw new TypeError("visitor must be a function");function f(m){if(m===null)return"";if(l.isDate(m))return m.toISOString();if(!h&&l.isBlob(m))throw new g("Blob is not supported. Use a Buffer instead.");return l.isArrayBuffer(m)||l.isTypedArray(m)?h&&typeof Blob=="function"?new Blob([m]):Buffer.from(m):m}function d(m,y,b){let S=m;if(m&&!b&&typeof m=="object"){if(l.endsWith(y,"{}"))y=n?y:y.slice(0,-2),m=JSON.stringify(m);else if(l.isArray(m)&&kn(m)||(l.isFileList(m)||l.endsWith(y,"[]"))&&(S=l.toArray(m)))return y=Fe(y),S.forEach(function(E,U){!(l.isUndefined(E)||E===null)&&t.append(a===!0?je([y],U,s):a===null?y:y+"[]",f(E))}),!1}return ne(m)?!0:(t.append(je(b,y,s),f(m)),!1)}const u=[],w=Object.assign(Nn,{defaultVisitor:d,convertValue:f,isVisitable:ne});function p(m,y){if(!l.isUndefined(m)){if(u.indexOf(m)!==-1)throw Error("Circular reference detected in "+y.join("."));u.push(m),l.forEach(m,function(S,R){(!(l.isUndefined(S)||S===null)&&r.call(t,S,l.isString(R)?R.trim():R,y,w))===!0&&p(S,y?y.concat(R):[R])}),u.pop()}}if(!l.isObject(e))throw new TypeError("data must be an object");return p(e),t}function Me(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function oe(e,t){this._pairs=[],e&&Z(e,this,t)}const Ie=oe.prototype;Ie.append=function(t,o){this._pairs.push([t,o])},Ie.toString=function(t){const o=t?function(n){return t.call(this,n,Me)}:Me;return this._pairs.map(function(r){return o(r[0])+"="+o(r[1])},"").join("&")};function Rn(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function $e(e,t,o){if(!t)return e;const n=o&&o.encode||Rn,r=o&&o.serialize;let s;if(r?s=r(t,o):s=l.isURLSearchParams(t)?t.toString():new oe(t,o).toString(n),s){const a=e.indexOf("#");a!==-1&&(e=e.slice(0,a)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class Ue{constructor(){this.handlers=[]}use(t,o,n){return this.handlers.push({fulfilled:t,rejected:o,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){l.forEach(this.handlers,function(n){n!==null&&t(n)})}}const ze={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},On={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:oe,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},re=typeof window<"u"&&typeof document<"u",Bn=(e=>re&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),An=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Tn=re&&window.location.href||"http://localhost",N={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:re,hasStandardBrowserEnv:Bn,hasStandardBrowserWebWorkerEnv:An,origin:Tn},Symbol.toStringTag,{value:"Module"})),...On};function Ln(e,t){return Z(e,new N.classes.URLSearchParams,Object.assign({visitor:function(o,n,r,s){return N.isNode&&l.isBuffer(o)?(this.append(n,o.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function Pn(e){return l.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Vn(e){const t={},o=Object.keys(e);let n;const r=o.length;let s;for(n=0;n<r;n++)s=o[n],t[s]=e[s];return t}function qe(e){function t(o,n,r,s){let a=o[s++];if(a==="__proto__")return!0;const c=Number.isFinite(+a),h=s>=o.length;return a=!a&&l.isArray(r)?r.length:a,h?(l.hasOwnProp(r,a)?r[a]=[r[a],n]:r[a]=n,!c):((!r[a]||!l.isObject(r[a]))&&(r[a]=[]),t(o,n,r[a],s)&&l.isArray(r[a])&&(r[a]=Vn(r[a])),!c)}if(l.isFormData(e)&&l.isFunction(e.entries)){const o={};return l.forEachEntry(e,(n,r)=>{t(Pn(n),r,o,0)}),o}return null}function Dn(e,t,o){if(l.isString(e))try{return(t||JSON.parse)(e),l.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(o||JSON.stringify)(e)}const I={transitional:ze,adapter:["xhr","http","fetch"],transformRequest:[function(t,o){const n=o.getContentType()||"",r=n.indexOf("application/json")>-1,s=l.isObject(t);if(s&&l.isHTMLForm(t)&&(t=new FormData(t)),l.isFormData(t))return r?JSON.stringify(qe(t)):t;if(l.isArrayBuffer(t)||l.isBuffer(t)||l.isStream(t)||l.isFile(t)||l.isBlob(t)||l.isReadableStream(t))return t;if(l.isArrayBufferView(t))return t.buffer;if(l.isURLSearchParams(t))return o.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(s){if(n.indexOf("application/x-www-form-urlencoded")>-1)return Ln(t,this.formSerializer).toString();if((c=l.isFileList(t))||n.indexOf("multipart/form-data")>-1){const h=this.env&&this.env.FormData;return Z(c?{"files[]":t}:t,h&&new h,this.formSerializer)}}return s||r?(o.setContentType("application/json",!1),Dn(t)):t}],transformResponse:[function(t){const o=this.transitional||I.transitional,n=o&&o.forcedJSONParsing,r=this.responseType==="json";if(l.isResponse(t)||l.isReadableStream(t))return t;if(t&&l.isString(t)&&(n&&!this.responseType||r)){const a=!(o&&o.silentJSONParsing)&&r;try{return JSON.parse(t)}catch(c){if(a)throw c.name==="SyntaxError"?g.from(c,g.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:N.classes.FormData,Blob:N.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};l.forEach(["delete","get","head","post","put","patch"],e=>{I.headers[e]={}});const Fn=l.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),jn=e=>{const t={};let o,n,r;return e&&e.split(`
|
|
2
|
+
`).forEach(function(a){r=a.indexOf(":"),o=a.substring(0,r).trim().toLowerCase(),n=a.substring(r+1).trim(),!(!o||t[o]&&Fn[o])&&(o==="set-cookie"?t[o]?t[o].push(n):t[o]=[n]:t[o]=t[o]?t[o]+", "+n:n)}),t},He=Symbol("internals");function $(e){return e&&String(e).trim().toLowerCase()}function W(e){return e===!1||e==null?e:l.isArray(e)?e.map(W):String(e)}function Mn(e){const t=Object.create(null),o=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=o.exec(e);)t[n[1]]=n[2];return t}const In=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function se(e,t,o,n,r){if(l.isFunction(n))return n.call(this,t,o);if(r&&(t=o),!!l.isString(t)){if(l.isString(n))return t.indexOf(n)!==-1;if(l.isRegExp(n))return n.test(t)}}function $n(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,o,n)=>o.toUpperCase()+n)}function Un(e,t){const o=l.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+o,{value:function(r,s,a){return this[n].call(this,t,r,s,a)},configurable:!0})})}class x{constructor(t){t&&this.set(t)}set(t,o,n){const r=this;function s(c,h,f){const d=$(h);if(!d)throw new Error("header name must be a non-empty string");const u=l.findKey(r,d);(!u||r[u]===void 0||f===!0||f===void 0&&r[u]!==!1)&&(r[u||h]=W(c))}const a=(c,h)=>l.forEach(c,(f,d)=>s(f,d,h));if(l.isPlainObject(t)||t instanceof this.constructor)a(t,o);else if(l.isString(t)&&(t=t.trim())&&!In(t))a(jn(t),o);else if(l.isHeaders(t))for(const[c,h]of t.entries())s(h,c,n);else t!=null&&s(o,t,n);return this}get(t,o){if(t=$(t),t){const n=l.findKey(this,t);if(n){const r=this[n];if(!o)return r;if(o===!0)return Mn(r);if(l.isFunction(o))return o.call(this,r,n);if(l.isRegExp(o))return o.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,o){if(t=$(t),t){const n=l.findKey(this,t);return!!(n&&this[n]!==void 0&&(!o||se(this,this[n],n,o)))}return!1}delete(t,o){const n=this;let r=!1;function s(a){if(a=$(a),a){const c=l.findKey(n,a);c&&(!o||se(n,n[c],c,o))&&(delete n[c],r=!0)}}return l.isArray(t)?t.forEach(s):s(t),r}clear(t){const o=Object.keys(this);let n=o.length,r=!1;for(;n--;){const s=o[n];(!t||se(this,this[s],s,t,!0))&&(delete this[s],r=!0)}return r}normalize(t){const o=this,n={};return l.forEach(this,(r,s)=>{const a=l.findKey(n,s);if(a){o[a]=W(r),delete o[s];return}const c=t?$n(s):String(s).trim();c!==s&&delete o[s],o[c]=W(r),n[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const o=Object.create(null);return l.forEach(this,(n,r)=>{n!=null&&n!==!1&&(o[r]=t&&l.isArray(n)?n.join(", "):n)}),o}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,o])=>t+": "+o).join(`
|
|
3
|
+
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...o){const n=new this(t);return o.forEach(r=>n.set(r)),n}static accessor(t){const n=(this[He]=this[He]={accessors:{}}).accessors,r=this.prototype;function s(a){const c=$(a);n[c]||(Un(r,a),n[c]=!0)}return l.isArray(t)?t.forEach(s):s(t),this}}x.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),l.reduceDescriptors(x.prototype,({value:e},t)=>{let o=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[o]=n}}}),l.freezeMethods(x);function ie(e,t){const o=this||I,n=t||o,r=x.from(n.headers);let s=n.data;return l.forEach(e,function(c){s=c.call(o,s,r.normalize(),t?t.status:void 0)}),r.normalize(),s}function ve(e){return!!(e&&e.__CANCEL__)}function P(e,t,o){g.call(this,e??"canceled",g.ERR_CANCELED,t,o),this.name="CanceledError"}l.inherits(P,g,{__CANCEL__:!0});function Je(e,t,o){const n=o.config.validateStatus;!o.status||!n||n(o.status)?e(o):t(new g("Request failed with status code "+o.status,[g.ERR_BAD_REQUEST,g.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}function zn(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function qn(e,t){e=e||10;const o=new Array(e),n=new Array(e);let r=0,s=0,a;return t=t!==void 0?t:1e3,function(h){const f=Date.now(),d=n[s];a||(a=f),o[r]=h,n[r]=f;let u=s,w=0;for(;u!==r;)w+=o[u++],u=u%e;if(r=(r+1)%e,r===s&&(s=(s+1)%e),f-a<t)return;const p=d&&f-d;return p?Math.round(w*1e3/p):void 0}}function Hn(e,t){let o=0;const n=1e3/t;let r=null;return function(){const a=this===!0,c=Date.now();if(a||c-o>n)return r&&(clearTimeout(r),r=null),o=c,e.apply(null,arguments);r||(r=setTimeout(()=>(r=null,o=Date.now(),e.apply(null,arguments)),n-(c-o)))}}const K=(e,t,o=3)=>{let n=0;const r=qn(50,250);return Hn(s=>{const a=s.loaded,c=s.lengthComputable?s.total:void 0,h=a-n,f=r(h),d=a<=c;n=a;const u={loaded:a,total:c,progress:c?a/c:void 0,bytes:h,rate:f||void 0,estimated:f&&c&&d?(c-a)/f:void 0,event:s,lengthComputable:c!=null};u[t?"download":"upload"]=!0,e(u)},o)},vn=N.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),o=document.createElement("a");let n;function r(s){let a=s;return t&&(o.setAttribute("href",a),a=o.href),o.setAttribute("href",a),{href:o.href,protocol:o.protocol?o.protocol.replace(/:$/,""):"",host:o.host,search:o.search?o.search.replace(/^\?/,""):"",hash:o.hash?o.hash.replace(/^#/,""):"",hostname:o.hostname,port:o.port,pathname:o.pathname.charAt(0)==="/"?o.pathname:"/"+o.pathname}}return n=r(window.location.href),function(a){const c=l.isString(a)?r(a):a;return c.protocol===n.protocol&&c.host===n.host}}():function(){return function(){return!0}}(),Jn=N.hasStandardBrowserEnv?{write(e,t,o,n,r,s){const a=[e+"="+encodeURIComponent(t)];l.isNumber(o)&&a.push("expires="+new Date(o).toGMTString()),l.isString(n)&&a.push("path="+n),l.isString(r)&&a.push("domain="+r),s===!0&&a.push("secure"),document.cookie=a.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Zn(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Wn(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Ze(e,t){return e&&!Zn(t)?Wn(e,t):t}const We=e=>e instanceof x?{...e}:e;function A(e,t){t=t||{};const o={};function n(f,d,u){return l.isPlainObject(f)&&l.isPlainObject(d)?l.merge.call({caseless:u},f,d):l.isPlainObject(d)?l.merge({},d):l.isArray(d)?d.slice():d}function r(f,d,u){if(l.isUndefined(d)){if(!l.isUndefined(f))return n(void 0,f,u)}else return n(f,d,u)}function s(f,d){if(!l.isUndefined(d))return n(void 0,d)}function a(f,d){if(l.isUndefined(d)){if(!l.isUndefined(f))return n(void 0,f)}else return n(void 0,d)}function c(f,d,u){if(u in t)return n(f,d);if(u in e)return n(void 0,f)}const h={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:c,headers:(f,d)=>r(We(f),We(d),!0)};return l.forEach(Object.keys(Object.assign({},e,t)),function(d){const u=h[d]||r,w=u(e[d],t[d],d);l.isUndefined(w)&&u!==c||(o[d]=w)}),o}const Ke=e=>{const t=A({},e);let{data:o,withXSRFToken:n,xsrfHeaderName:r,xsrfCookieName:s,headers:a,auth:c}=t;t.headers=a=x.from(a),t.url=$e(Ze(t.baseURL,t.url),e.params,e.paramsSerializer),c&&a.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let h;if(l.isFormData(o)){if(N.hasStandardBrowserEnv||N.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((h=a.getContentType())!==!1){const[f,...d]=h?h.split(";").map(u=>u.trim()).filter(Boolean):[];a.setContentType([f||"multipart/form-data",...d].join("; "))}}if(N.hasStandardBrowserEnv&&(n&&l.isFunction(n)&&(n=n(t)),n||n!==!1&&vn(t.url))){const f=r&&s&&Jn.read(s);f&&a.set(r,f)}return t},Kn=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(o,n){const r=Ke(e);let s=r.data;const a=x.from(r.headers).normalize();let{responseType:c}=r,h;function f(){r.cancelToken&&r.cancelToken.unsubscribe(h),r.signal&&r.signal.removeEventListener("abort",h)}let d=new XMLHttpRequest;d.open(r.method.toUpperCase(),r.url,!0),d.timeout=r.timeout;function u(){if(!d)return;const p=x.from("getAllResponseHeaders"in d&&d.getAllResponseHeaders()),y={data:!c||c==="text"||c==="json"?d.responseText:d.response,status:d.status,statusText:d.statusText,headers:p,config:e,request:d};Je(function(S){o(S),f()},function(S){n(S),f()},y),d=null}"onloadend"in d?d.onloadend=u:d.onreadystatechange=function(){!d||d.readyState!==4||d.status===0&&!(d.responseURL&&d.responseURL.indexOf("file:")===0)||setTimeout(u)},d.onabort=function(){d&&(n(new g("Request aborted",g.ECONNABORTED,r,d)),d=null)},d.onerror=function(){n(new g("Network Error",g.ERR_NETWORK,r,d)),d=null},d.ontimeout=function(){let m=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const y=r.transitional||ze;r.timeoutErrorMessage&&(m=r.timeoutErrorMessage),n(new g(m,y.clarifyTimeoutError?g.ETIMEDOUT:g.ECONNABORTED,r,d)),d=null},s===void 0&&a.setContentType(null),"setRequestHeader"in d&&l.forEach(a.toJSON(),function(m,y){d.setRequestHeader(y,m)}),l.isUndefined(r.withCredentials)||(d.withCredentials=!!r.withCredentials),c&&c!=="json"&&(d.responseType=r.responseType),typeof r.onDownloadProgress=="function"&&d.addEventListener("progress",K(r.onDownloadProgress,!0)),typeof r.onUploadProgress=="function"&&d.upload&&d.upload.addEventListener("progress",K(r.onUploadProgress)),(r.cancelToken||r.signal)&&(h=p=>{d&&(n(!p||p.type?new P(null,e,d):p),d.abort(),d=null)},r.cancelToken&&r.cancelToken.subscribe(h),r.signal&&(r.signal.aborted?h():r.signal.addEventListener("abort",h)));const w=zn(r.url);if(w&&N.protocols.indexOf(w)===-1){n(new g("Unsupported protocol "+w+":",g.ERR_BAD_REQUEST,e));return}d.send(s||null)})},Gn=(e,t)=>{let o=new AbortController,n;const r=function(h){if(!n){n=!0,a();const f=h instanceof Error?h:this.reason;o.abort(f instanceof g?f:new P(f instanceof Error?f.message:f))}};let s=t&&setTimeout(()=>{r(new g(`timeout ${t} of ms exceeded`,g.ETIMEDOUT))},t);const a=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach(h=>{h&&(h.removeEventListener?h.removeEventListener("abort",r):h.unsubscribe(r))}),e=null)};e.forEach(h=>h&&h.addEventListener&&h.addEventListener("abort",r));const{signal:c}=o;return c.unsubscribe=a,[c,()=>{s&&clearTimeout(s),s=null}]},Xn=function*(e,t){let o=e.byteLength;if(!t||o<t){yield e;return}let n=0,r;for(;n<o;)r=n+t,yield e.slice(n,r),n=r},Yn=async function*(e,t,o){for await(const n of e)yield*Xn(ArrayBuffer.isView(n)?n:await o(String(n)),t)},Ge=(e,t,o,n,r)=>{const s=Yn(e,t,r);let a=0;return new ReadableStream({type:"bytes",async pull(c){const{done:h,value:f}=await s.next();if(h){c.close(),n();return}let d=f.byteLength;o&&o(a+=d),c.enqueue(new Uint8Array(f))},cancel(c){return n(c),s.return()}},{highWaterMark:2})},Xe=(e,t)=>{const o=e!=null;return n=>setTimeout(()=>t({lengthComputable:o,total:e,loaded:n}))},G=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Ye=G&&typeof ReadableStream=="function",ae=G&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Qn=Ye&&(()=>{let e=!1;const t=new Request(N.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})(),Qe=64*1024,le=Ye&&!!(()=>{try{return l.isReadableStream(new Response("").body)}catch{}})(),X={stream:le&&(e=>e.body)};G&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!X[t]&&(X[t]=l.isFunction(e[t])?o=>o[t]():(o,n)=>{throw new g(`Response type '${t}' is not supported`,g.ERR_NOT_SUPPORT,n)})})})(new Response);const eo=async e=>{if(e==null)return 0;if(l.isBlob(e))return e.size;if(l.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(l.isArrayBufferView(e))return e.byteLength;if(l.isURLSearchParams(e)&&(e=e+""),l.isString(e))return(await ae(e)).byteLength},to=async(e,t)=>{const o=l.toFiniteNumber(e.getContentLength());return o??eo(t)},ce={http:Cn,xhr:Kn,fetch:G&&(async e=>{let{url:t,method:o,data:n,signal:r,cancelToken:s,timeout:a,onDownloadProgress:c,onUploadProgress:h,responseType:f,headers:d,withCredentials:u="same-origin",fetchOptions:w}=Ke(e);f=f?(f+"").toLowerCase():"text";let[p,m]=r||s||a?Gn([r,s],a):[],y,b;const S=()=>{!y&&setTimeout(()=>{p&&p.unsubscribe()}),y=!0};let R;try{if(h&&Qn&&o!=="get"&&o!=="head"&&(R=await to(d,n))!==0){let B=new Request(t,{method:"POST",body:n,duplex:"half"}),V;l.isFormData(n)&&(V=B.headers.get("content-type"))&&d.setContentType(V),B.body&&(n=Ge(B.body,Qe,Xe(R,K(h)),null,ae))}l.isString(u)||(u=u?"cors":"omit"),b=new Request(t,{...w,signal:p,method:o.toUpperCase(),headers:d.normalize().toJSON(),body:n,duplex:"half",withCredentials:u});let E=await fetch(b);const U=le&&(f==="stream"||f==="response");if(le&&(c||U)){const B={};["status","statusText","headers"].forEach(at=>{B[at]=E[at]});const V=l.toFiniteNumber(E.headers.get("content-length"));E=new Response(Ge(E.body,Qe,c&&Xe(V,K(c,!0)),U&&S,ae),B)}f=f||"text";let Wo=await X[l.findKey(X,f)||"text"](E,e);return!U&&S(),m&&m(),await new Promise((B,V)=>{Je(B,V,{data:Wo,headers:x.from(E.headers),status:E.status,statusText:E.statusText,config:e,request:b})})}catch(E){throw S(),E&&E.name==="TypeError"&&/fetch/i.test(E.message)?Object.assign(new g("Network Error",g.ERR_NETWORK,e,b),{cause:E.cause||E}):g.from(E,E&&E.code,e,b)}})};l.forEach(ce,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const et=e=>`- ${e}`,no=e=>l.isFunction(e)||e===null||e===!1,tt={getAdapter:e=>{e=l.isArray(e)?e:[e];const{length:t}=e;let o,n;const r={};for(let s=0;s<t;s++){o=e[s];let a;if(n=o,!no(o)&&(n=ce[(a=String(o)).toLowerCase()],n===void 0))throw new g(`Unknown adapter '${a}'`);if(n)break;r[a||"#"+s]=n}if(!n){const s=Object.entries(r).map(([c,h])=>`adapter ${c} `+(h===!1?"is not supported by the environment":"is not available in the build"));let a=t?s.length>1?`since :
|
|
4
4
|
`+s.map(et).join(`
|
|
5
|
-
`):" "+et(s[0]):"as no adapter specified";throw new g("There is no suitable adapter to dispatch the request "+a,"ERR_NOT_SUPPORT")}return n},adapters:ce};function de(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new P(null,e)}function nt(e){return de(e),e.headers=
|
|
6
|
-
`+s):n.stack=s}catch{}}throw n}}_request(t,o){typeof t=="string"?(o=o||{},o.url=t):o=t||{},o=A(this.defaults,o);const{transitional:n,paramsSerializer:r,headers:s}=o;n!==void 0&&fe.assertOptions(n,{silentJSONParsing:O.transitional(O.boolean),forcedJSONParsing:O.transitional(O.boolean),clarifyTimeoutError:O.transitional(O.boolean)},!1),r!=null&&(l.isFunction(r)?o.paramsSerializer={serialize:r}:fe.assertOptions(r,{encode:O.function,serialize:O.function},!0)),o.method=(o.method||this.defaults.method||"get").toLowerCase();let a=s&&l.merge(s.common,s[o.method]);s&&l.forEach(["delete","get","head","post","put","patch","common"],m=>{delete s[m]}),o.headers=C.concat(a,s);const c=[];let p=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(o)===!1||(p=p&&y.synchronous,c.unshift(y.fulfilled,y.rejected))});const f=[];this.interceptors.response.forEach(function(y){f.push(y.fulfilled,y.rejected)});let d,u=0,w;if(!p){const m=[nt.bind(this),void 0];for(m.unshift.apply(m,c),m.push.apply(m,f),w=m.length,d=Promise.resolve(o);u<w;)d=d.then(m[u++],m[u++]);return d}w=c.length;let h=o;for(u=0;u<w;){const m=c[u++],y=c[u++];try{h=m(h)}catch(b){y.call(this,b);break}}try{d=nt.call(this,h)}catch(m){return Promise.reject(m)}for(u=0,w=f.length;u<w;)d=d.then(f[u++],f[u++]);return d}getUri(t){t=A(this.defaults,t);const o=Ze(t.baseURL,t.url);return $e(o,t.params,t.paramsSerializer)}}l.forEach(["delete","get","head","options"],function(t){T.prototype[t]=function(o,n){return this.request(A(n||{},{method:t,url:o,data:(n||{}).data}))}}),l.forEach(["post","put","patch"],function(t){function o(n){return function(s,a,c){return this.request(A(c||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:s,data:a}))}}T.prototype[t]=o(),T.prototype[t+"Form"]=o(!0)});class pe{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let o;this.promise=new Promise(function(s){o=s});const n=this;this.promise.then(r=>{if(!n._listeners)return;let s=n._listeners.length;for(;s-- >0;)n._listeners[s](r);n._listeners=null}),this.promise.then=r=>{let s;const a=new Promise(c=>{n.subscribe(c),s=c}).then(r);return a.cancel=function(){n.unsubscribe(s)},a},t(function(s,a,c){n.reason||(n.reason=new P(s,a,c),o(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const o=this._listeners.indexOf(t);o!==-1&&this._listeners.splice(o,1)}static source(){let t;return{token:new pe(function(r){t=r}),cancel:t}}}function ro(e){return function(o){return e.apply(null,o)}}function so(e){return l.isObject(e)&&e.isAxiosError===!0}const he={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(he).forEach(([e,t])=>{he[t]=e});function st(e){const t=new T(e),o=xe(T.prototype.request,t);return l.extend(o,T.prototype,t,{allOwnKeys:!0}),l.extend(o,t,null,{allOwnKeys:!0}),o.create=function(r){return st(A(e,r))},o}const _=st(I);_.Axios=T,_.CanceledError=P,_.CancelToken=pe,_.isCancel=ve,_.VERSION=ot,_.toFormData=Z,_.AxiosError=g,_.Cancel=_.CanceledError,_.all=function(t){return Promise.all(t)},_.spread=ro,_.isAxiosError=so,_.mergeConfig=A,_.AxiosHeaders=C,_.formToJSON=e=>qe(l.isHTMLForm(e)?new FormData(e):e),_.getAdapter=tt.getAdapter,_.HttpStatusCode=he,_.default=_;const io={class:"w-full relative text-current"},ao={class:"flex cursor-pointer justify-between items-center"},lo={key:0},co={key:0},uo={key:1,class:"flex items-center gap-2"},fo={class:"flex gap-3 items-center flex-shrink-0"},po={key:0,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"w-5 h-5 text-green-400",viewBox:"0 0 16 16"},ho=[i.createElementVNode("path",{d:"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"},null,-1)],mo={key:1,class:"relative"},wo=i.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"w-4 h-4 text-green-400",viewBox:"0 0 16 16"},[i.createElementVNode("path",{d:"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"})],-1),yo={style:{color:"#0081FB"},xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"w-4 h-4 absolute -bottom-2 -right-2 rounded-full bi bi-meta",viewBox:"0 0 16 16"},go=[i.createElementVNode("path",{"fill-rule":"evenodd",d:"M8.217 5.243C9.145 3.988 10.171 3 11.483 3 13.96 3 16 6.153 16.001 9.907c0 2.29-.986 3.725-2.757 3.725-1.543 0-2.395-.866-3.924-3.424l-.667-1.123-.118-.197a54.944 54.944 0 0 0-.53-.877l-1.178 2.08c-1.673 2.925-2.615 3.541-3.923 3.541C1.086 13.632 0 12.217 0 9.973 0 6.388 1.995 3 4.598 3c.319 0 .625.039.924.122.31.086.611.22.913.407.577.359 1.154.915 1.782 1.714Zm1.516 2.224c-.252-.41-.494-.787-.727-1.133L9 6.326c.845-1.305 1.543-1.954 2.372-1.954 1.723 0 3.102 2.537 3.102 5.653 0 1.188-.39 1.877-1.195 1.877-.773 0-1.142-.51-2.61-2.87l-.937-1.565ZM4.846 4.756c.725.1 1.385.634 2.34 2.001A212.13 212.13 0 0 0 5.551 9.3c-1.357 2.126-1.826 2.603-2.581 2.603-.777 0-1.24-.682-1.24-1.9 0-2.602 1.298-5.264 2.846-5.264.091 0 .181.006.27.018Z"},null,-1)],Eo={key:2,class:"relative group"},_o={class:"hidden my-auto text-center font-semibold group-hover:inline-block"},bo={class:"w-full"},So={key:1,class:"flex items-center gap-2 justify-center"},Co=i.createElementVNode("svg",{"aria-hidden":"true",class:"inline w-5 h-5 text-blue-300 animate-spin fill-gray-600",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[i.createElementVNode("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),i.createElementVNode("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})],-1),xo={class:"flex px-4 items-center gap-2"},No=[i.createElementVNode("svg",{class:"w-4 h-4","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24"},[i.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M6 18 17.94 6M18 18 6.06 6"})],-1)],Ro=[i.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m19 9-7 7-7-7"},null,-1)],ko={key:0,class:"rounded-b-lg overflow-y-auto max-h-[200px] absolute top-[48px] w-full z-20 text-sm shadow shadow-black dark:shadow-gray-400 bg-base-300 p-2"},Oo={class:"gap-2 flex flex-col"},Bo={class:"select-none cursor-pointer w-full"},Ao=["onClick","disabled"],To={class:"flex w-full items-center pl-2 gap-3"},Lo={key:0,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"w-4 h-4 flex-shrink-0 text-green-400",viewBox:"0 0 16 16"},Po=[i.createElementVNode("path",{d:"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"},null,-1)],Vo={key:1,class:"relative"},Do=i.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"w-4 h-4 text-green-400",viewBox:"0 0 16 16"},[i.createElementVNode("path",{d:"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"})],-1),Fo={style:{color:"#0081FB"},xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"w-4 h-4 absolute -bottom-2 -right-2 rounded-full bi bi-meta",viewBox:"0 0 16 16"},jo=[i.createElementVNode("path",{"fill-rule":"evenodd",d:"M8.217 5.243C9.145 3.988 10.171 3 11.483 3 13.96 3 16 6.153 16.001 9.907c0 2.29-.986 3.725-2.757 3.725-1.543 0-2.395-.866-3.924-3.424l-.667-1.123-.118-.197a54.944 54.944 0 0 0-.53-.877l-1.178 2.08c-1.673 2.925-2.615 3.541-3.923 3.541C1.086 13.632 0 12.217 0 9.973 0 6.388 1.995 3 4.598 3c.319 0 .625.039.924.122.31.086.611.22.913.407.577.359 1.154.915 1.782 1.714Zm1.516 2.224c-.252-.41-.494-.787-.727-1.133L9 6.326c.845-1.305 1.543-1.954 2.372-1.954 1.723 0 3.102 2.537 3.102 5.653 0 1.188-.39 1.877-1.195 1.877-.773 0-1.142-.51-2.61-2.87l-.937-1.565ZM4.846 4.756c.725.1 1.385.634 2.34 2.001A212.13 212.13 0 0 0 5.551 9.3c-1.357 2.126-1.826 2.603-2.581 2.603-.777 0-1.24-.682-1.24-1.9 0-2.602 1.298-5.264 2.846-5.264.091 0 .181.006.27.018Z"},null,-1)],Mo={key:2,class:"w-6 h-6","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 24 24"},Io=[i.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 10V7a4 4 0 1 1 8 0v3h1a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h1Zm2-3a2 2 0 1 1 4 0v3h-4V7Zm2 6a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1Z","clip-rule":"evenodd"},null,-1)],$o={class:"w-full te text-center"},Uo={key:3,class:"relative group"},zo={class:"my-auto text-center mx-auto font-semibold group-hover:inline-block"},qo={key:4,class:"flex justify-center"},Ho=[i.createElementVNode("div",{class:"h-5 w-5 mr-8 border-t-transparent border-solid animate-spin rounded-full border-white border-4"},null,-1)],vo={class:"flex min-w-[150px] text-sm text-center items-center my-auto flex-shrink-0 px-1 justify-center"},Jo={key:1,class:"p-4"},it={__name:"index",props:{modelValue:{type:Object,default:null},token:{type:String,default:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzIyMzQwMjYxLCJpYXQiOjE3MjIyNTM4NjEsImp0aSI6IjViZGRmMjJiMWIyMDRmMDQ5MWEwZWFjNzIyYjZiNTFiIiwidXNlcl9pZCI6IjYyNGRmZTIzLTkyZDAtNDNmMS04MDYxLWEyMzIxZjJiNWViYiJ9.ck1s6mHEzJ0IQNmEJGxCd2jdFC6r0oIMgClP5l5nbdI"},type:{type:String,default:"whatsapp-api-official"},webhooks:Boolean,url:{type:String,default:"http://localhost:8000/v1/api/instances/instance/"},status_url:{type:String,default:"http://localhost:8000/v1/api/instances/status_instance/"}},emits:["update:modelValue","function"],setup(e,{emit:t}){const o=i.ref(!1),n=i.ref(null),r=i.ref(!0),s=e,a=t,c=i.ref(null);async function p(){try{let u=s.url,w=s.status_url;const m=await _.get(`${u}`,{headers:{Authorization:`Bearer ${s.token}`}});c.value=m.data,c.value.forEach(async y=>{y.isLoading=!0;try{(await _.get(`${w}?instance=${y.id}`,{headers:{Authorization:`Bearer ${s.token}`}})).data.instance_status!=="Disconnected"?y.status=!0:y.status=!1}catch{y.status="Offline"}y.isLoading=!1})}catch(u){console.log(u)}r.value=!1}function f(u){a("function",u)}i.watch(()=>s.modelValue,u=>{n.value=u},{immediate:!0}),i.watch(n,u=>{a("update:modelValue",u)}),i.onMounted(async()=>{await p()});function d(u){if(u=u.replace(/\D/g,""),u.length>=12&&u.startsWith("55"))return"+"+u.slice(0,2)+" "+u.slice(2,4)+" "+u.slice(4,9)+"-"+u.slice(9);if(u.length===11)return"+55 "+u.slice(0,2)+" "+u.slice(2,7)+"-"+u.slice(7);if(u.length===10){const w=u.slice(0,2),h=u.slice(2);return"+55 "+w+" "+h.slice(0,5)+"-"+h.slice(5)}else return u}return(u,w)=>(i.openBlock(),i.createElementBlock("main",io,[i.createElementVNode("div",{class:i.normalizeClass([{"rounded-b-none":o.value},"rounded-lg shadow dark:shadow-gray-400 shadow-gray-900 dark:bg-base-100 bg-base-100 text-center"])},[i.createElementVNode("div",ao,[i.createElementVNode("p",{onClick:w[0]||(w[0]=h=>o.value=!o.value),class:"w-full p-3 px-4 select-none"},[r.value?(i.openBlock(),i.createElementBlock("div",So,[Co,i.createTextVNode("Carregando instâncias...")])):(i.openBlock(),i.createElementBlock("div",lo,[n.value?(i.openBlock(),i.createElementBlock("span",uo,[i.createElementVNode("header",fo,[n.value.type==="whatsapp-qrcode"?(i.openBlock(),i.createElementBlock("svg",po,ho)):n.value.type==="whatsapp-api-official"?(i.openBlock(),i.createElementBlock("div",mo,[wo,(i.openBlock(),i.createElementBlock("svg",yo,go))])):i.createCommentVNode("",!0),n.value&&n.value.status?(i.openBlock(),i.createElementBlock("div",Eo,[i.createElementVNode("div",{class:i.normalizeClass([{"bg-red-500/80":n.value.status===!1,"bg-green-500":n.value.status===!0,"bg-purple-500":n.value.status==="Offline"},"w-5 h-5 text-xs shadow flex shadow-gray-900 dark:shadow-gray-400 rounded-full cursor-pointer group-hover:w-auto group-hover:px-2 transition-all duration-200 ease-in-out"])},[i.createElementVNode("div",_o,i.toDisplayString(n.value.status===!0?"Conectada":n.value.status===!1?"Desconectada":"Indefinida"),1)],2)])):i.createCommentVNode("",!0)]),i.createElementVNode("div",bo,i.toDisplayString(n.value.name),1)])):(i.openBlock(),i.createElementBlock("span",co,i.toDisplayString(c.value?c.value.length:"Sem")+" Instâncias disponíveis",1))]))]),i.createElementVNode("footer",xo,[i.createElementVNode("button",{onClick:w[1]||(w[1]=h=>(n.value=null,o.value=!1))},No),i.createElementVNode("button",{onClick:w[2]||(w[2]=h=>o.value=!o.value)},[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass([{"rotate-180":o.value},"w-4 h-4 ease-out transition"]),"aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24"},Ro,2))])])])],2),o.value?(i.openBlock(),i.createElementBlock("nav",ko,[i.createElementVNode("ul",Oo,[c.value.length>0?(i.openBlock(!0),i.createElementBlock(i.Fragment,{key:0},i.renderList(c.value,(h,m)=>(i.openBlock(),i.createElementBlock("li",Bo,[i.createElementVNode("button",{class:i.normalizeClass([n.value&&n.value.id===h.id?"bg-base-100":"bg-base-200 hover:bg-base-100","flex rounded-md justify-between items-center p-2 px-1 w-full"]),onClick:y=>(n.value=h,o.value=!1,f(n.value)),disabled:n.value&&n.value.id===h.id||e.webhooks===!0&&h.webhooks===!0||e.type==="whatsapp-qrcode"&&h.type==="whatsapp-qrcode"||e.type==="whatsapp-api-official"&&h.type==="whatsapp-api-official"},[i.createElementVNode("div",To,[h.type==="whatsapp-qrcode"?(i.openBlock(),i.createElementBlock("svg",Lo,Po)):h.type==="whatsapp-api-official"?(i.openBlock(),i.createElementBlock("div",Vo,[Do,(i.openBlock(),i.createElementBlock("svg",Fo,jo))])):i.createCommentVNode("",!0),e.webhooks===!0&&h.webhooks===!0||e.type==="whatsapp-qrcode"&&h.type==="whatsapp-qrcode"||e.type==="whatsapp-api-official"&&h.type==="whatsapp-api-official"?(i.openBlock(),i.createElementBlock("svg",Mo,Io)):i.createCommentVNode("",!0),i.createElementVNode("p",$o,i.toDisplayString(h.name),1),h.isLoading?(i.openBlock(),i.createElementBlock("div",qo,Ho)):(i.openBlock(),i.createElementBlock("div",Uo,[i.createElementVNode("div",{class:i.normalizeClass([{"bg-red-500":h.status===!1,"bg-green-500":h.status===!0,"bg-purple-500":h.status==="Offline"},"text-xs w-[100px] py-1 shadow flex justify-start shadow-gray-900 dark:shadow-gray-400 rounded-full cursor-pointer transition-all duration-200 ease-in-out"])},[i.createElementVNode("div",zo,i.toDisplayString(h.status===!0?"Conectada":h.status===!1?"Desconectada":"Indefinida"),1)],2)]))]),i.createElementVNode("div",vo,[i.createElementVNode("div",null,i.toDisplayString(h.telephone?d(h.telephone):""),1)])],10,Ao)]))),256)):(i.openBlock(),i.createElementBlock("div",Jo," Sem instâncias disponíveis"))])])):i.createCommentVNode("",!0)]))}};function Zo(e){e.component("primarySelect",_e),e.component("simpleModal",Se),e.component("simpleCard",Ce),e.component("instanceSelect",it)}return{install:Zo,primarySelect:_e,simpleModal:Se,simpleCard:Ce,instanceSelect:it}});
|
|
5
|
+
`):" "+et(s[0]):"as no adapter specified";throw new g("There is no suitable adapter to dispatch the request "+a,"ERR_NOT_SUPPORT")}return n},adapters:ce};function de(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new P(null,e)}function nt(e){return de(e),e.headers=x.from(e.headers),e.data=ie.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),tt.getAdapter(e.adapter||I.adapter)(e).then(function(n){return de(e),n.data=ie.call(e,e.transformResponse,n),n.headers=x.from(n.headers),n},function(n){return ve(n)||(de(e),n&&n.response&&(n.response.data=ie.call(e,e.transformResponse,n.response),n.response.headers=x.from(n.response.headers))),Promise.reject(n)})}const ot="1.7.2",ue={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{ue[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const rt={};ue.transitional=function(t,o,n){function r(s,a){return"[Axios v"+ot+"] Transitional option '"+s+"'"+a+(n?". "+n:"")}return(s,a,c)=>{if(t===!1)throw new g(r(a," has been removed"+(o?" in "+o:"")),g.ERR_DEPRECATED);return o&&!rt[a]&&(rt[a]=!0,console.warn(r(a," has been deprecated since v"+o+" and will be removed in the near future"))),t?t(s,a,c):!0}};function oo(e,t,o){if(typeof e!="object")throw new g("options must be an object",g.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let r=n.length;for(;r-- >0;){const s=n[r],a=t[s];if(a){const c=e[s],h=c===void 0||a(c,s,e);if(h!==!0)throw new g("option "+s+" must be "+h,g.ERR_BAD_OPTION_VALUE);continue}if(o!==!0)throw new g("Unknown option "+s,g.ERR_BAD_OPTION)}}const fe={assertOptions:oo,validators:ue},O=fe.validators;class T{constructor(t){this.defaults=t,this.interceptors={request:new Ue,response:new Ue}}async request(t,o){try{return await this._request(t,o)}catch(n){if(n instanceof Error){let r;Error.captureStackTrace?Error.captureStackTrace(r={}):r=new Error;const s=r.stack?r.stack.replace(/^.+\n/,""):"";try{n.stack?s&&!String(n.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(n.stack+=`
|
|
6
|
+
`+s):n.stack=s}catch{}}throw n}}_request(t,o){typeof t=="string"?(o=o||{},o.url=t):o=t||{},o=A(this.defaults,o);const{transitional:n,paramsSerializer:r,headers:s}=o;n!==void 0&&fe.assertOptions(n,{silentJSONParsing:O.transitional(O.boolean),forcedJSONParsing:O.transitional(O.boolean),clarifyTimeoutError:O.transitional(O.boolean)},!1),r!=null&&(l.isFunction(r)?o.paramsSerializer={serialize:r}:fe.assertOptions(r,{encode:O.function,serialize:O.function},!0)),o.method=(o.method||this.defaults.method||"get").toLowerCase();let a=s&&l.merge(s.common,s[o.method]);s&&l.forEach(["delete","get","head","post","put","patch","common"],m=>{delete s[m]}),o.headers=x.concat(a,s);const c=[];let h=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(o)===!1||(h=h&&y.synchronous,c.unshift(y.fulfilled,y.rejected))});const f=[];this.interceptors.response.forEach(function(y){f.push(y.fulfilled,y.rejected)});let d,u=0,w;if(!h){const m=[nt.bind(this),void 0];for(m.unshift.apply(m,c),m.push.apply(m,f),w=m.length,d=Promise.resolve(o);u<w;)d=d.then(m[u++],m[u++]);return d}w=c.length;let p=o;for(u=0;u<w;){const m=c[u++],y=c[u++];try{p=m(p)}catch(b){y.call(this,b);break}}try{d=nt.call(this,p)}catch(m){return Promise.reject(m)}for(u=0,w=f.length;u<w;)d=d.then(f[u++],f[u++]);return d}getUri(t){t=A(this.defaults,t);const o=Ze(t.baseURL,t.url);return $e(o,t.params,t.paramsSerializer)}}l.forEach(["delete","get","head","options"],function(t){T.prototype[t]=function(o,n){return this.request(A(n||{},{method:t,url:o,data:(n||{}).data}))}}),l.forEach(["post","put","patch"],function(t){function o(n){return function(s,a,c){return this.request(A(c||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:s,data:a}))}}T.prototype[t]=o(),T.prototype[t+"Form"]=o(!0)});class he{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let o;this.promise=new Promise(function(s){o=s});const n=this;this.promise.then(r=>{if(!n._listeners)return;let s=n._listeners.length;for(;s-- >0;)n._listeners[s](r);n._listeners=null}),this.promise.then=r=>{let s;const a=new Promise(c=>{n.subscribe(c),s=c}).then(r);return a.cancel=function(){n.unsubscribe(s)},a},t(function(s,a,c){n.reason||(n.reason=new P(s,a,c),o(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const o=this._listeners.indexOf(t);o!==-1&&this._listeners.splice(o,1)}static source(){let t;return{token:new he(function(r){t=r}),cancel:t}}}function ro(e){return function(o){return e.apply(null,o)}}function so(e){return l.isObject(e)&&e.isAxiosError===!0}const pe={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(pe).forEach(([e,t])=>{pe[t]=e});function st(e){const t=new T(e),o=Ce(T.prototype.request,t);return l.extend(o,T.prototype,t,{allOwnKeys:!0}),l.extend(o,t,null,{allOwnKeys:!0}),o.create=function(r){return st(A(e,r))},o}const _=st(I);_.Axios=T,_.CanceledError=P,_.CancelToken=he,_.isCancel=ve,_.VERSION=ot,_.toFormData=Z,_.AxiosError=g,_.Cancel=_.CanceledError,_.all=function(t){return Promise.all(t)},_.spread=ro,_.isAxiosError=so,_.mergeConfig=A,_.AxiosHeaders=x,_.formToJSON=e=>qe(l.isHTMLForm(e)?new FormData(e):e),_.getAdapter=tt.getAdapter,_.HttpStatusCode=pe,_.default=_;const io={class:"w-full relative text-current"},ao={class:"flex cursor-pointer justify-between items-center"},lo={key:0},co={key:0},uo={key:1,class:"flex items-center gap-2"},fo={class:"flex gap-3 items-center flex-shrink-0"},ho={key:0,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"w-5 h-5 text-green-400",viewBox:"0 0 16 16"},po=[i.createElementVNode("path",{d:"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"},null,-1)],mo={key:1,class:"relative"},wo=i.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"w-5 h-5 text-green-400",viewBox:"0 0 16 16"},[i.createElementVNode("path",{d:"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"})],-1),yo={style:{color:"#0081FB"},xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"w-5 h-5 absolute -bottom-2 -right-2 rounded-full bi bi-meta",viewBox:"0 0 16 16"},go=[i.createElementVNode("path",{"fill-rule":"evenodd",d:"M8.217 5.243C9.145 3.988 10.171 3 11.483 3 13.96 3 16 6.153 16.001 9.907c0 2.29-.986 3.725-2.757 3.725-1.543 0-2.395-.866-3.924-3.424l-.667-1.123-.118-.197a54.944 54.944 0 0 0-.53-.877l-1.178 2.08c-1.673 2.925-2.615 3.541-3.923 3.541C1.086 13.632 0 12.217 0 9.973 0 6.388 1.995 3 4.598 3c.319 0 .625.039.924.122.31.086.611.22.913.407.577.359 1.154.915 1.782 1.714Zm1.516 2.224c-.252-.41-.494-.787-.727-1.133L9 6.326c.845-1.305 1.543-1.954 2.372-1.954 1.723 0 3.102 2.537 3.102 5.653 0 1.188-.39 1.877-1.195 1.877-.773 0-1.142-.51-2.61-2.87l-.937-1.565ZM4.846 4.756c.725.1 1.385.634 2.34 2.001A212.13 212.13 0 0 0 5.551 9.3c-1.357 2.126-1.826 2.603-2.581 2.603-.777 0-1.24-.682-1.24-1.9 0-2.602 1.298-5.264 2.846-5.264.091 0 .181.006.27.018Z"},null,-1)],Eo={key:2,class:"relative group"},_o={class:"hidden my-auto text-center font-semibold group-hover:inline-block"},bo={class:"w-full"},So={key:1,class:"flex items-center gap-2 justify-center"},xo=i.createElementVNode("svg",{"aria-hidden":"true",class:"inline w-5 h-5 text-blue-300 animate-spin fill-gray-600",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[i.createElementVNode("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),i.createElementVNode("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})],-1),Co={class:"flex px-4 items-center gap-2"},ko=[i.createElementVNode("svg",{class:"w-4 h-4","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24"},[i.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M6 18 17.94 6M18 18 6.06 6"})],-1)],No=[i.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m19 9-7 7-7-7"},null,-1)],Ro={key:0,class:"rounded-b-lg overflow-y-auto max-h-[200px] absolute top-[48px] w-full z-20 text-sm shadow shadow-black dark:shadow-gray-400 bg-base-300 p-2"},Oo={class:"gap-2 flex flex-col"},Bo={class:"select-none cursor-pointer w-full"},Ao=["onClick","disabled"],To={class:"flex w-full items-center pl-2 gap-3"},Lo={key:0,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"w-4 h-4 flex-shrink-0 text-green-400",viewBox:"0 0 16 16"},Po=[i.createElementVNode("path",{d:"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"},null,-1)],Vo={key:1,class:"relative"},Do=i.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",class:"w-4 h-4 flex-shrink-0 text-green-400",viewBox:"0 0 16 16"},[i.createElementVNode("path",{d:"M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z"})],-1),Fo={style:{color:"#0081FB"},xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"w-4 h-4 absolute flex-shrink-0 -bottom-2 -right-2 rounded-full bi bi-meta",viewBox:"0 0 16 16"},jo=[i.createElementVNode("path",{"fill-rule":"evenodd",d:"M8.217 5.243C9.145 3.988 10.171 3 11.483 3 13.96 3 16 6.153 16.001 9.907c0 2.29-.986 3.725-2.757 3.725-1.543 0-2.395-.866-3.924-3.424l-.667-1.123-.118-.197a54.944 54.944 0 0 0-.53-.877l-1.178 2.08c-1.673 2.925-2.615 3.541-3.923 3.541C1.086 13.632 0 12.217 0 9.973 0 6.388 1.995 3 4.598 3c.319 0 .625.039.924.122.31.086.611.22.913.407.577.359 1.154.915 1.782 1.714Zm1.516 2.224c-.252-.41-.494-.787-.727-1.133L9 6.326c.845-1.305 1.543-1.954 2.372-1.954 1.723 0 3.102 2.537 3.102 5.653 0 1.188-.39 1.877-1.195 1.877-.773 0-1.142-.51-2.61-2.87l-.937-1.565ZM4.846 4.756c.725.1 1.385.634 2.34 2.001A212.13 212.13 0 0 0 5.551 9.3c-1.357 2.126-1.826 2.603-2.581 2.603-.777 0-1.24-.682-1.24-1.9 0-2.602 1.298-5.264 2.846-5.264.091 0 .181.006.27.018Z"},null,-1)],Mo={key:2,class:"w-6 h-6 flex-shrink-0","aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 24 24"},Io=[i.createElementVNode("path",{"fill-rule":"evenodd",d:"M8 10V7a4 4 0 1 1 8 0v3h1a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h1Zm2-3a2 2 0 1 1 4 0v3h-4V7Zm2 6a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1Z","clip-rule":"evenodd"},null,-1)],$o={class:"w-full te text-center"},Uo={key:3,class:"relative group"},zo={class:"my-auto text-center mx-auto font-semibold group-hover:inline-block"},qo={key:4,class:"flex justify-center"},Ho=[i.createElementVNode("div",{class:"h-5 w-5 mr-8 border-t-transparent border-solid animate-spin rounded-full border-white border-4"},null,-1)],vo={class:"flex min-w-[150px] text-sm text-center items-center my-auto flex-shrink-0 px-1 justify-center"},Jo={key:1,class:"p-4"},it={__name:"index",props:{modelValue:{type:Object,default:null},token:{type:String,default:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzIyMzQwMjYxLCJpYXQiOjE3MjIyNTM4NjEsImp0aSI6IjViZGRmMjJiMWIyMDRmMDQ5MWEwZWFjNzIyYjZiNTFiIiwidXNlcl9pZCI6IjYyNGRmZTIzLTkyZDAtNDNmMS04MDYxLWEyMzIxZjJiNWViYiJ9.ck1s6mHEzJ0IQNmEJGxCd2jdFC6r0oIMgClP5l5nbdI"},type:{type:String},webhooks:{type:Boolean,default:void 0},url:{type:String,default:"http://localhost:8000/v1/api/instances/instance/"},status_url:{type:String,default:"http://localhost:8000/v1/api/instances/status_instance/"}},emits:["update:modelValue","function"],setup(e,{emit:t}){const o=i.ref(!1),n=i.ref(null),r=i.ref(!0),s=e,a=t,c=i.ref(null);async function h(){try{let u=s.url,w=s.status_url;const m=await _.get(`${u}`,{headers:{Authorization:`Bearer ${s.token}`}});c.value=m.data,c.value.forEach(async y=>{y.isLoading=!0;try{(await _.get(`${w}?instance=${y.id}`,{headers:{Authorization:`Bearer ${s.token}`}})).data.instance_status!=="Disconnected"?y.status=!0:y.status=!1}catch{y.status="Offline"}y.isLoading=!1})}catch(u){console.log(u)}r.value=!1}function f(u){a("function",u)}i.watch(()=>s.modelValue,u=>{n.value=u},{immediate:!0}),i.watch(n,u=>{a("update:modelValue",u)}),i.onMounted(async()=>{await h()});function d(u){if(u=u.replace(/\D/g,""),u.length>=12&&u.startsWith("55"))return"+"+u.slice(0,2)+" "+u.slice(2,4)+" "+u.slice(4,9)+"-"+u.slice(9);if(u.length===11)return"+55 "+u.slice(0,2)+" "+u.slice(2,7)+"-"+u.slice(7);if(u.length===10){const w=u.slice(0,2),p=u.slice(2);return"+55 "+w+" "+p.slice(0,5)+"-"+p.slice(5)}else return u}return(u,w)=>(i.openBlock(),i.createElementBlock("main",io,[i.createElementVNode("div",{class:i.normalizeClass([{"rounded-b-none":o.value},"rounded-lg shadow dark:shadow-gray-400 shadow-gray-900 dark:bg-base-100 bg-base-100 text-center"])},[i.createElementVNode("div",ao,[i.createElementVNode("p",{onClick:w[0]||(w[0]=p=>o.value=!o.value),class:"w-full p-3 px-4 select-none"},[r.value?(i.openBlock(),i.createElementBlock("div",So,[xo,i.createTextVNode("Carregando instâncias...")])):(i.openBlock(),i.createElementBlock("div",lo,[n.value?(i.openBlock(),i.createElementBlock("span",uo,[i.createElementVNode("header",fo,[n.value.type==="whatsapp-qrcode"?(i.openBlock(),i.createElementBlock("svg",ho,po)):n.value.type==="whatsapp-api-official"?(i.openBlock(),i.createElementBlock("div",mo,[wo,(i.openBlock(),i.createElementBlock("svg",yo,go))])):i.createCommentVNode("",!0),n.value&&n.value.status!==void 0?(i.openBlock(),i.createElementBlock("div",Eo,[i.createElementVNode("div",{class:i.normalizeClass([{"bg-red-500/80":n.value.status===!1,"bg-green-500":n.value.status===!0,"bg-purple-500":n.value.status==="Offline"},"w-5 h-5 text-xs shadow flex shadow-gray-900 dark:shadow-gray-400 rounded-full cursor-pointer group-hover:w-auto group-hover:px-2 transition-all duration-200 ease-in-out"])},[i.createElementVNode("div",_o,i.toDisplayString(n.value.status===!0?"Conectada":n.value.status===!1?"Desconectada":"Indefinida"),1)],2)])):i.createCommentVNode("",!0)]),i.createElementVNode("div",bo,i.toDisplayString(n.value.name),1)])):(i.openBlock(),i.createElementBlock("span",co,i.toDisplayString(c.value?c.value.length:"Sem")+" Instâncias disponíveis",1))]))]),i.createElementVNode("footer",Co,[i.createElementVNode("button",{onClick:w[1]||(w[1]=p=>(n.value=null,o.value=!1))},ko),i.createElementVNode("button",{onClick:w[2]||(w[2]=p=>o.value=!o.value)},[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass([{"rotate-180":o.value},"w-4 h-4 ease-out transition"]),"aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24"},No,2))])])])],2),o.value?(i.openBlock(),i.createElementBlock("nav",Ro,[i.createElementVNode("ul",Oo,[c.value.length>0?(i.openBlock(!0),i.createElementBlock(i.Fragment,{key:0},i.renderList(c.value,(p,m)=>(i.openBlock(),i.createElementBlock("li",Bo,[i.createElementVNode("button",{class:i.normalizeClass([n.value&&n.value.id===p.id?"bg-base-100":"bg-base-200 hover:bg-base-100","flex rounded-md justify-between items-center p-2 px-1 w-full"]),onClick:y=>(n.value=p,o.value=!1,f(n.value)),disabled:n.value&&n.value.id===p.id||e.type&&p.type!==e.type||e.webhooks!==void 0&&e.webhooks!==p.webhooks},[i.createElementVNode("div",To,[p.type==="whatsapp-qrcode"?(i.openBlock(),i.createElementBlock("svg",Lo,Po)):p.type==="whatsapp-api-official"?(i.openBlock(),i.createElementBlock("div",Vo,[Do,(i.openBlock(),i.createElementBlock("svg",Fo,jo))])):i.createCommentVNode("",!0),e.type&&p.type!==e.type||e.webhooks!==void 0&&e.webhooks!==p.webhooks?(i.openBlock(),i.createElementBlock("svg",Mo,Io)):i.createCommentVNode("",!0),i.createElementVNode("p",$o,i.toDisplayString(p.name),1),p.isLoading?(i.openBlock(),i.createElementBlock("div",qo,Ho)):(i.openBlock(),i.createElementBlock("div",Uo,[i.createElementVNode("div",{class:i.normalizeClass([{"bg-red-500":p.status===!1,"bg-green-500":p.status===!0,"bg-purple-500":p.status==="Offline"},"text-xs w-[100px] py-1 shadow flex justify-start shadow-gray-900 dark:shadow-gray-400 rounded-full cursor-pointer transition-all duration-200 ease-in-out"])},[i.createElementVNode("div",zo,i.toDisplayString(p.status===!0?"Conectada":p.status===!1?"Desconectada":"Indefinida"),1)],2)]))]),i.createElementVNode("div",vo,[i.createElementVNode("div",null,i.toDisplayString(p.telephone?d(p.telephone):""),1)])],10,Ao)]))),256)):(i.openBlock(),i.createElementBlock("div",Jo," Sem instâncias disponíveis"))])])):i.createCommentVNode("",!0)]))}};function Zo(e){e.component("primarySelect",_e),e.component("simpleModal",Se),e.component("simpleCard",xe),e.component("instanceSelect",it)}return{install:Zo,primarySelect:_e,simpleModal:Se,simpleCard:xe,instanceSelect:it}});
|