@comercti/react-components-hmg 0.8.17 → 0.8.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/comerc-style-guide.cjs.js +1 -1
- package/comerc-style-guide.es.js +309 -309
- package/comerc-style-guide.umd.js +1 -1
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -42,7 +42,7 @@ const Ht = ["id", ".indeterminate", "checked", "disabled"], Pt = {
|
|
|
42
42
|
u.value = c;
|
|
43
43
|
}
|
|
44
44
|
);
|
|
45
|
-
const
|
|
45
|
+
const m = (c) => {
|
|
46
46
|
if (a.disabled) return;
|
|
47
47
|
const k = c.target;
|
|
48
48
|
let h;
|
|
@@ -76,7 +76,7 @@ const Ht = ["id", ".indeterminate", "checked", "disabled"], Pt = {
|
|
|
76
76
|
".indeterminate": c.indeterminate,
|
|
77
77
|
checked: v.value,
|
|
78
78
|
disabled: c.disabled,
|
|
79
|
-
onChange:
|
|
79
|
+
onChange: m
|
|
80
80
|
}, null, 40, Ht),
|
|
81
81
|
s("div", {
|
|
82
82
|
class: b(["flex items-center justify-center w-5 h-5 border-2 rounded-md transition-colors shrink-0 mt-0.5", [
|
|
@@ -216,9 +216,9 @@ const Ht = ["id", ".indeterminate", "checked", "disabled"], Pt = {
|
|
|
216
216
|
`, At = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
217
217
|
<path d="M4 12H20M20 12L14 6M20 12L14 18" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
218
218
|
</svg>
|
|
219
|
-
`,
|
|
219
|
+
`, fo = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="Module-Three--Streamline-Ultimate" height="24" width="24">
|
|
220
220
|
<path stroke="#000000" stroke-linecap="round" stroke-linejoin="round" d="M2.25 13.5H9s1.5 0 1.5 1.5v6.75s0 1.5 -1.5 1.5H2.25s-1.5 0 -1.5 -1.5V15s0 -1.5 1.5 -1.5Z M15 13.5h6.75s1.5 0 1.5 1.5v6.75s0 1.5 -1.5 1.5H15s-1.5 0 -1.5 -1.5V15s0 -1.5 1.5 -1.5Z M8.625 0.75h6.75s1.5 0 1.5 1.5V9s0 1.5 -1.5 1.5h-6.75s-1.5 0 -1.5 -1.5V2.25s0 -1.5 1.5 -1.5Z" stroke-width="1.5"></path>
|
|
221
|
-
</svg>`,
|
|
221
|
+
</svg>`, mo = ["innerHTML"], R = /* @__PURE__ */ P({
|
|
222
222
|
__name: "ce-svg-icon",
|
|
223
223
|
props: {
|
|
224
224
|
name: {},
|
|
@@ -232,7 +232,7 @@ const Ht = ["id", ".indeterminate", "checked", "disabled"], Pt = {
|
|
|
232
232
|
class: "svg-icon",
|
|
233
233
|
innerHTML: o.value,
|
|
234
234
|
style: ee({ width: a.size + "px", height: a.size + "px" })
|
|
235
|
-
}, null, 12,
|
|
235
|
+
}, null, 12, mo));
|
|
236
236
|
}
|
|
237
237
|
});
|
|
238
238
|
function ne(e, t, o) {
|
|
@@ -251,8 +251,8 @@ function ne(e, t, o) {
|
|
|
251
251
|
const p = t.value;
|
|
252
252
|
if (!p)
|
|
253
253
|
return !1;
|
|
254
|
-
const v = e === "default" ? "slot:not([name])" : `slot[name="${e}"]`,
|
|
255
|
-
return
|
|
254
|
+
const v = e === "default" ? "slot:not([name])" : `slot[name="${e}"]`, m = p.querySelector(v);
|
|
255
|
+
return m ? m.assignedNodes().length > 0 : e !== "default" ? p.querySelector(`[slot="${e}"]`) !== null : !1;
|
|
256
256
|
});
|
|
257
257
|
return le(() => {
|
|
258
258
|
const i = t.value;
|
|
@@ -287,7 +287,7 @@ const go = ["id", "innerHTML"], vo = { class: "relative mt-1" }, ho = ["id", "ty
|
|
|
287
287
|
},
|
|
288
288
|
emits: ["update:modelValue", "blur", "input", "change"],
|
|
289
289
|
setup(e, { expose: t, emit: o }) {
|
|
290
|
-
const a = e, d = o, u = ae(), i = A(null), { hasSlot: p } = ne("prepend-inner", i, u), { hasSlot: v } = ne("append-inner", i, u),
|
|
290
|
+
const a = e, d = o, u = ae(), i = A(null), { hasSlot: p } = ne("prepend-inner", i, u), { hasSlot: v } = ne("append-inner", i, u), m = z(() => a.id || Se("input")), c = A(), k = () => {
|
|
291
291
|
var w;
|
|
292
292
|
(w = c.value) == null || w.focus();
|
|
293
293
|
}, h = (w) => {
|
|
@@ -306,7 +306,7 @@ const go = ["id", "innerHTML"], vo = { class: "relative mt-1" }, ho = ["id", "ty
|
|
|
306
306
|
class: "w-full relative"
|
|
307
307
|
}, w.$attrs), [
|
|
308
308
|
s("label", {
|
|
309
|
-
id:
|
|
309
|
+
id: m.value,
|
|
310
310
|
class: "block text-sm font-medium text-gray-700",
|
|
311
311
|
innerHTML: w.label
|
|
312
312
|
}, null, 8, go),
|
|
@@ -335,7 +335,7 @@ const go = ["id", "innerHTML"], vo = { class: "relative mt-1" }, ho = ["id", "ty
|
|
|
335
335
|
s("input", {
|
|
336
336
|
ref_key: "inputRef",
|
|
337
337
|
ref: c,
|
|
338
|
-
id:
|
|
338
|
+
id: m.value,
|
|
339
339
|
type: w.type,
|
|
340
340
|
class: b([
|
|
341
341
|
!n(p) && w.type === "url" ? "pl-20" : n(p) || ["email", "date"].includes(w.type) ? "pl-12" : "pl-2",
|
|
@@ -386,7 +386,7 @@ const go = ["id", "innerHTML"], vo = { class: "relative mt-1" }, ho = ["id", "ty
|
|
|
386
386
|
function J(e) {
|
|
387
387
|
return !!customElements.get(e);
|
|
388
388
|
}
|
|
389
|
-
const ve = A({}), Ce = A(null), we = A(!1),
|
|
389
|
+
const ve = A({}), Ce = A(null), we = A(!1), fe = A(!1), ze = A(""), Xe = A({}), re = A({
|
|
390
390
|
items: [],
|
|
391
391
|
orderByServer: !1,
|
|
392
392
|
headers: [],
|
|
@@ -410,7 +410,7 @@ Q(
|
|
|
410
410
|
ve,
|
|
411
411
|
() => {
|
|
412
412
|
const e = Be.value.length, t = Object.values(ve.value).filter((o) => o).length;
|
|
413
|
-
|
|
413
|
+
fe.value = t > 0 && t === e;
|
|
414
414
|
},
|
|
415
415
|
{ deep: !0 }
|
|
416
416
|
);
|
|
@@ -424,11 +424,11 @@ function Bo(e, t) {
|
|
|
424
424
|
ze.value = String(e).toLowerCase(), Bt(t, !0);
|
|
425
425
|
}
|
|
426
426
|
function Vo(e, t) {
|
|
427
|
-
|
|
427
|
+
fe.value = !1, ve.value[e] = !ve.value[e], Ke(t);
|
|
428
428
|
}
|
|
429
429
|
function Bt(e, t = !1) {
|
|
430
|
-
t ?
|
|
431
|
-
ve.value[o.id] =
|
|
430
|
+
t ? fe.value = !1 : fe.value = !fe.value, Be.value.forEach((o) => {
|
|
431
|
+
ve.value[o.id] = fe.value;
|
|
432
432
|
}), Ke(e);
|
|
433
433
|
}
|
|
434
434
|
function Ke(e) {
|
|
@@ -454,7 +454,7 @@ const Do = (e) => (re.value = e, {
|
|
|
454
454
|
selecionado: ve,
|
|
455
455
|
ordenarPor: Ce,
|
|
456
456
|
ordenadoDecrescente: we,
|
|
457
|
-
todosSelecionados:
|
|
457
|
+
todosSelecionados: fe,
|
|
458
458
|
termoDeBusca: ze,
|
|
459
459
|
itensFiltrados: Ye,
|
|
460
460
|
itensOrdenados: Be,
|
|
@@ -499,7 +499,7 @@ const Do = (e) => (re.value = e, {
|
|
|
499
499
|
todosSelecionados: i,
|
|
500
500
|
itens: p,
|
|
501
501
|
linhasExpandidas: v,
|
|
502
|
-
alternarExpansao:
|
|
502
|
+
alternarExpansao: m,
|
|
503
503
|
ordernacao: c,
|
|
504
504
|
buscar: k,
|
|
505
505
|
alternarSelecao: h,
|
|
@@ -600,7 +600,7 @@ const Do = (e) => (re.value = e, {
|
|
|
600
600
|
key: j.id
|
|
601
601
|
}, [
|
|
602
602
|
s("tr", {
|
|
603
|
-
onClick: (T) => n(
|
|
603
|
+
onClick: (T) => n(m)(j.id),
|
|
604
604
|
class: b(["border-b", { "bg-ce_white": M.striped && Z % 2 === 0, "hover:bg-ce_white": !M.striped }])
|
|
605
605
|
}, [
|
|
606
606
|
M.selectable ? (r(), l("td", Ro, [
|
|
@@ -669,7 +669,7 @@ const Do = (e) => (re.value = e, {
|
|
|
669
669
|
function v(h) {
|
|
670
670
|
t.value < u.value && (t.value++, J("ce-pagination") ? h("paginate", t.value) : h("update:modelValue", t.value), t.value > a.value + o - 1 && a.value++);
|
|
671
671
|
}
|
|
672
|
-
function
|
|
672
|
+
function m(h) {
|
|
673
673
|
t.value > 1 && (t.value--, J("ce-pagination") ? h("paginate", t.value) : h("update:modelValue", t.value), t.value < a.value && a.value--);
|
|
674
674
|
}
|
|
675
675
|
function c(h) {
|
|
@@ -695,7 +695,7 @@ const Do = (e) => (re.value = e, {
|
|
|
695
695
|
totalPaginas: d,
|
|
696
696
|
contador: p,
|
|
697
697
|
proximo: v,
|
|
698
|
-
anterior:
|
|
698
|
+
anterior: m,
|
|
699
699
|
avancar: c,
|
|
700
700
|
retoceder: k
|
|
701
701
|
};
|
|
@@ -717,7 +717,7 @@ const Do = (e) => (re.value = e, {
|
|
|
717
717
|
maximoPaginas: i,
|
|
718
718
|
inicio: p,
|
|
719
719
|
contador: v,
|
|
720
|
-
proximo:
|
|
720
|
+
proximo: m,
|
|
721
721
|
anterior: c,
|
|
722
722
|
avancar: k,
|
|
723
723
|
retoceder: h
|
|
@@ -781,7 +781,7 @@ const Do = (e) => (re.value = e, {
|
|
|
781
781
|
s("button", {
|
|
782
782
|
type: "button",
|
|
783
783
|
class: "flex items-center justify-center space-x-3 w-28 sm:border-[1px] sm:rounded-lg sm:w-12 sm:space-x-0",
|
|
784
|
-
onClick: w[3] || (w[3] = (y) => n(
|
|
784
|
+
onClick: w[3] || (w[3] = (y) => n(m)(a)),
|
|
785
785
|
disabled: n(d) >= n(i)
|
|
786
786
|
}, [
|
|
787
787
|
s("div", nn, [
|
|
@@ -804,7 +804,7 @@ const Do = (e) => (re.value = e, {
|
|
|
804
804
|
}, ln = { class: "w-full bg-gray-200 rounded-full h-2 overflow-hidden" }, dn = {
|
|
805
805
|
key: 1,
|
|
806
806
|
class: "relative flex justify-center items-center"
|
|
807
|
-
}, un = ["width", "height", "viewBox"], cn = ["stroke-dasharray", "transform"], pn = ["stroke-dasharray", "stroke-dashoffset", "transform"],
|
|
807
|
+
}, un = ["width", "height", "viewBox"], cn = ["stroke-dasharray", "transform"], pn = ["stroke-dasharray", "stroke-dashoffset", "transform"], fn = { class: "absolute text-center" }, mn = {
|
|
808
808
|
key: 2,
|
|
809
809
|
class: "text-sm text-gray-500 text-center"
|
|
810
810
|
}, qe = 40, gn = /* @__PURE__ */ P({
|
|
@@ -866,13 +866,13 @@ const Do = (e) => (re.value = e, {
|
|
|
866
866
|
transform: u.variant === "semicircle" ? "rotate(-180 60 62)" : "rotate(-90 60 60)"
|
|
867
867
|
}, null, 8, pn)) : x("", !0)
|
|
868
868
|
], 8, un)),
|
|
869
|
-
s("div",
|
|
869
|
+
s("div", fn, [
|
|
870
870
|
s("p", {
|
|
871
871
|
class: b(["text-sm font-bold", u.variant === "semicircle" && "mt-8"])
|
|
872
872
|
}, V(o.value) + "% ", 3)
|
|
873
873
|
])
|
|
874
874
|
])) : x("", !0),
|
|
875
|
-
u.label && u.variant !== "line" ? (r(), l("p",
|
|
875
|
+
u.label && u.variant !== "line" ? (r(), l("p", mn, V(u.label), 1)) : x("", !0)
|
|
876
876
|
], 64));
|
|
877
877
|
}
|
|
878
878
|
}), vn = { class: "flex items-center justify-between w-full sm:flex-col sm:p-5" }, hn = { class: "flex items-center justify-between text-center sm:text-start" }, bn = { class: "flex flex-col" }, kn = /* @__PURE__ */ P({
|
|
@@ -908,16 +908,16 @@ const Do = (e) => (re.value = e, {
|
|
|
908
908
|
return i > 0 && ((p = t.items[i - 1]) == null ? void 0 : p.status) === "done" ? "border-ce_dark_green" : "border-ce_light_gray";
|
|
909
909
|
}
|
|
910
910
|
return (i, p) => (r(), l("div", vn, [
|
|
911
|
-
(r(!0), l(H, null, N(i.items, (v,
|
|
911
|
+
(r(!0), l(H, null, N(i.items, (v, m) => (r(), l("div", {
|
|
912
912
|
key: v.title,
|
|
913
913
|
class: "flex flex-col items-center justify-center w-full sm:flex-row sm:w-52 sm:justify-start sm:space-x-3 sm:items-start"
|
|
914
914
|
}, [
|
|
915
915
|
s("div", {
|
|
916
|
-
class: b(["flex items-center rounded-[0.5rem] w-full sm:flex-col sm:w-12",
|
|
916
|
+
class: b(["flex items-center rounded-[0.5rem] w-full sm:flex-col sm:w-12", m == i.items.length - 1 ? "justify-start " : "justify-end "])
|
|
917
917
|
}, [
|
|
918
|
-
|
|
918
|
+
m != 0 ? (r(), l("hr", {
|
|
919
919
|
key: 0,
|
|
920
|
-
class: b(["border-[1.5px] h-[0.12rem] w-1/2 sm:hidden", [{ "!w-[44%] sm:!w-0":
|
|
920
|
+
class: b(["border-[1.5px] h-[0.12rem] w-1/2 sm:hidden", [{ "!w-[44%] sm:!w-0": m == i.items.length - 1 }, u(m)]])
|
|
921
921
|
}, null, 2)) : x("", !0),
|
|
922
922
|
s("div", {
|
|
923
923
|
class: b(["grid place-items-center p-2", v.status == "progress" ? "bg-[#C2DAB3] rounded-full animate-blink mx-1" : ""])
|
|
@@ -937,9 +937,9 @@ const Do = (e) => (re.value = e, {
|
|
|
937
937
|
}, null, 2))
|
|
938
938
|
], 2)
|
|
939
939
|
], 2),
|
|
940
|
-
|
|
940
|
+
m != i.items.length - 1 ? (r(), l("hr", {
|
|
941
941
|
key: 1,
|
|
942
|
-
class: b(["border-[1.5px] w-1/2 h-[0.12rem] sm:w-0 sm:h-12", u(
|
|
942
|
+
class: b(["border-[1.5px] w-1/2 h-[0.12rem] sm:w-0 sm:h-12", u(m + 1)])
|
|
943
943
|
}, null, 2)) : x("", !0)
|
|
944
944
|
], 2),
|
|
945
945
|
s("div", hn, [
|
|
@@ -969,50 +969,50 @@ const Do = (e) => (re.value = e, {
|
|
|
969
969
|
const o = A(null), a = e, d = t, u = A(a.modelValue);
|
|
970
970
|
Q(
|
|
971
971
|
() => a.modelValue,
|
|
972
|
-
(
|
|
973
|
-
u.value =
|
|
972
|
+
(m) => {
|
|
973
|
+
u.value = m;
|
|
974
974
|
},
|
|
975
975
|
{ immediate: !0 }
|
|
976
976
|
);
|
|
977
977
|
const i = A(!1);
|
|
978
|
-
function p(
|
|
979
|
-
if (u.value =
|
|
980
|
-
d("updatePerPage",
|
|
978
|
+
function p(m) {
|
|
979
|
+
if (u.value = m, i.value = !1, J("ce-items-per-page")) {
|
|
980
|
+
d("updatePerPage", m);
|
|
981
981
|
return;
|
|
982
982
|
}
|
|
983
|
-
d("update:modelValue",
|
|
983
|
+
d("update:modelValue", m);
|
|
984
984
|
}
|
|
985
|
-
function v(
|
|
986
|
-
o.value && !o.value.contains(
|
|
985
|
+
function v(m) {
|
|
986
|
+
o.value && !o.value.contains(m.target) && (i.value = !1);
|
|
987
987
|
}
|
|
988
988
|
return le(() => {
|
|
989
989
|
document.addEventListener("mousedown", v);
|
|
990
990
|
}), $e(() => {
|
|
991
991
|
document.removeEventListener("mousedown", v);
|
|
992
|
-
}), (
|
|
993
|
-
class: b(["flex items-center gap-2 select-none flex-wrap", { "flex-row-reverse":
|
|
992
|
+
}), (m, c) => (r(), l("div", {
|
|
993
|
+
class: b(["flex items-center gap-2 select-none flex-wrap", { "flex-row-reverse": m.textDirection === "right", "flex-row": m.textDirection === "left" }]),
|
|
994
994
|
ref_key: "menuRef",
|
|
995
995
|
ref: o
|
|
996
996
|
}, [
|
|
997
|
-
s("span", wn, V(
|
|
997
|
+
s("span", wn, V(m.label) + ":", 1),
|
|
998
998
|
s("div", yn, [
|
|
999
999
|
s("button", {
|
|
1000
1000
|
type: "button",
|
|
1001
|
-
disabled:
|
|
1001
|
+
disabled: m.disabled,
|
|
1002
1002
|
onClick: c[0] || (c[0] = (k) => i.value = !i.value),
|
|
1003
|
-
class: b([
|
|
1003
|
+
class: b([m.disabled ? "bg-ce_light_gray" : "bg-white", "min-w-16 h-10 text-left p-3 border border-[#D6D6D6] rounded shadow-sm flex items-center justify-between"])
|
|
1004
1004
|
}, [
|
|
1005
1005
|
s("p", {
|
|
1006
|
-
class: b({ "opacity-20":
|
|
1006
|
+
class: b({ "opacity-20": m.disabled })
|
|
1007
1007
|
}, V(u.value), 3),
|
|
1008
1008
|
S(R, {
|
|
1009
1009
|
name: i.value ? n(Ae) : n(Me),
|
|
1010
1010
|
size: "20",
|
|
1011
|
-
color:
|
|
1011
|
+
color: m.disabled ? "#ACACAC" : "#737373"
|
|
1012
1012
|
}, null, 8, ["name", "color"])
|
|
1013
1013
|
], 10, Cn),
|
|
1014
1014
|
ge(s("ul", xn, [
|
|
1015
|
-
(r(!0), l(H, null, N(
|
|
1015
|
+
(r(!0), l(H, null, N(m.options, (k) => (r(), l("li", {
|
|
1016
1016
|
key: k,
|
|
1017
1017
|
onClick: (h) => p(k),
|
|
1018
1018
|
class: "px-3 py-1.5 hover:bg-gray-100 cursor-pointer"
|
|
@@ -1077,7 +1077,7 @@ const Do = (e) => (re.value = e, {
|
|
|
1077
1077
|
exibirSugestoes: i,
|
|
1078
1078
|
mostrarSugestoes: p,
|
|
1079
1079
|
ocultarSugestoes: v,
|
|
1080
|
-
selecionarSugestoes:
|
|
1080
|
+
selecionarSugestoes: m
|
|
1081
1081
|
} = Vn(o.items);
|
|
1082
1082
|
Q(d, (k) => {
|
|
1083
1083
|
if (J("ce-autocomplete")) {
|
|
@@ -1131,7 +1131,7 @@ const Do = (e) => (re.value = e, {
|
|
|
1131
1131
|
n(i) && n(u).length > 0 ? (r(), l("ul", Sn, [
|
|
1132
1132
|
(r(!0), l(H, null, N(n(u), (g, w) => (r(), l("li", {
|
|
1133
1133
|
key: w,
|
|
1134
|
-
onMousedown: (y) => n(
|
|
1134
|
+
onMousedown: (y) => n(m)(g),
|
|
1135
1135
|
class: "p-2 hover:bg-gray-100 cursor-pointer"
|
|
1136
1136
|
}, V(g), 41, Ln))), 128))
|
|
1137
1137
|
])) : x("", !0)
|
|
@@ -1156,7 +1156,7 @@ const Do = (e) => (re.value = e, {
|
|
|
1156
1156
|
medium: "text-sm px-[14px] py-[10px] flex justify-center"
|
|
1157
1157
|
};
|
|
1158
1158
|
return y.medium || y.medium;
|
|
1159
|
-
}),
|
|
1159
|
+
}), m = z(() => {
|
|
1160
1160
|
const y = {
|
|
1161
1161
|
small: "rounded-sm",
|
|
1162
1162
|
medium: "rounded-lg",
|
|
@@ -1197,7 +1197,7 @@ const Do = (e) => (re.value = e, {
|
|
|
1197
1197
|
"focus:ring-4",
|
|
1198
1198
|
"font-semibold",
|
|
1199
1199
|
a.block ? "w-full" : "inline-block",
|
|
1200
|
-
|
|
1200
|
+
m.value,
|
|
1201
1201
|
v.value,
|
|
1202
1202
|
c.value
|
|
1203
1203
|
].join(" ")), g = A(null);
|
|
@@ -1343,7 +1343,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1343
1343
|
});
|
|
1344
1344
|
const v = () => {
|
|
1345
1345
|
o.disabled || (i.value = !i.value);
|
|
1346
|
-
},
|
|
1346
|
+
}, m = (c) => {
|
|
1347
1347
|
if (!o.disabled) {
|
|
1348
1348
|
const k = c.target;
|
|
1349
1349
|
i.value = k.checked;
|
|
@@ -1369,7 +1369,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1369
1369
|
id: c.id,
|
|
1370
1370
|
checked: i.value,
|
|
1371
1371
|
disabled: c.disabled,
|
|
1372
|
-
onChange:
|
|
1372
|
+
onChange: m
|
|
1373
1373
|
}, null, 40, Zn),
|
|
1374
1374
|
s("div", {
|
|
1375
1375
|
class: b([
|
|
@@ -1457,22 +1457,22 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1457
1457
|
}), os = "data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5%208.33342H1.5M12.3333%201.66675V5.00008M5.66667%201.66675V5.00008M5.5%2018.3334H12.5C13.9001%2018.3334%2014.6002%2018.3334%2015.135%2018.0609C15.6054%2017.8212%2015.9878%2017.4388%2016.2275%2016.9684C16.5%2016.4336%2016.5%2015.7335%2016.5%2014.3334V7.33342C16.5%205.93328%2016.5%205.23322%2016.2275%204.69844C15.9878%204.22803%2015.6054%203.84558%2015.135%203.6059C14.6002%203.33341%2013.9001%203.33341%2012.5%203.33341H5.5C4.09987%203.33341%203.3998%203.33341%202.86502%203.6059C2.39462%203.84558%202.01217%204.22803%201.77248%204.69844C1.5%205.23322%201.5%205.93328%201.5%207.33341V14.3334C1.5%2015.7335%201.5%2016.4336%201.77248%2016.9684C2.01217%2017.4388%202.39462%2017.8212%202.86502%2018.0609C3.3998%2018.3334%204.09987%2018.3334%205.5%2018.3334Z'%20stroke='%23737373'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", _e = (e, t) => new Date(e.getFullYear(), e.getMonth() + t, 1), Re = (e, t) => e.getDate() === t.getDate() && e.getMonth() === t.getMonth() && e.getFullYear() === t.getFullYear(), ce = (e) => {
|
|
1458
1458
|
const t = e.split("/");
|
|
1459
1459
|
if (t.length !== 3) return null;
|
|
1460
|
-
const o = parseInt(t[0]), a = parseInt(t[1]) - 1, d = parseInt(t[2]), u =
|
|
1460
|
+
const o = parseInt(t[0]), a = parseInt(t[1]) - 1, d = parseInt(t[2]), u = me(new Date(d, a, o));
|
|
1461
1461
|
return u.getDate() !== o || u.getMonth() !== a || u.getFullYear() !== d ? null : u;
|
|
1462
1462
|
}, Ue = (e) => {
|
|
1463
|
-
var p, v,
|
|
1463
|
+
var p, v, m;
|
|
1464
1464
|
if (!e) return "";
|
|
1465
1465
|
const t = { month: "short", day: "2-digit", year: "numeric" }, a = new Intl.DateTimeFormat("pt-BR", t).formatToParts(e);
|
|
1466
1466
|
let d = ((p = a.find((c) => c.type === "month")) == null ? void 0 : p.value) || "";
|
|
1467
|
-
const u = ((v = a.find((c) => c.type === "day")) == null ? void 0 : v.value) || "", i = ((
|
|
1467
|
+
const u = ((v = a.find((c) => c.type === "day")) == null ? void 0 : v.value) || "", i = ((m = a.find((c) => c.type === "year")) == null ? void 0 : m.value) || "";
|
|
1468
1468
|
return d = d.charAt(0).toUpperCase() + d.slice(1).replace(".", ""), `${d} ${u}, ${i}`;
|
|
1469
|
-
},
|
|
1470
|
-
const t =
|
|
1469
|
+
}, me = (e) => new Date(e.getFullYear(), e.getMonth(), e.getDate()), dt = (e) => {
|
|
1470
|
+
const t = me(e);
|
|
1471
1471
|
return new Date(t.getFullYear(), t.getMonth(), t.getDate() - t.getDay());
|
|
1472
1472
|
}, ut = (e) => {
|
|
1473
|
-
const t =
|
|
1473
|
+
const t = me(e);
|
|
1474
1474
|
return new Date(t.getFullYear(), t.getMonth(), t.getDate() + (6 - t.getDay()));
|
|
1475
|
-
}, ct = (e) => new Date(e.getFullYear(), e.getMonth(), 1), pt = (e) => new Date(e.getFullYear(), e.getMonth() + 1, 0),
|
|
1475
|
+
}, ct = (e) => new Date(e.getFullYear(), e.getMonth(), 1), pt = (e) => new Date(e.getFullYear(), e.getMonth() + 1, 0), ft = (e) => new Date(e.getFullYear(), 0, 1), mt = (e) => new Date(e.getFullYear(), 11, 31), Ge = (e, t) => {
|
|
1476
1476
|
const o = new Date(e);
|
|
1477
1477
|
return o.setDate(o.getDate() - t), o;
|
|
1478
1478
|
}, gt = (e, t) => Ge(e, t * 7), vt = (e, t) => new Date(e.getFullYear(), e.getMonth() - t, 1), ht = (e, t) => new Date(e.getFullYear() - t, 0, 1), ns = { class: "flex items-center justify-between mb-2" }, ss = { class: "font-medium" }, as = { class: "grid grid-cols-7 text-center mb-2" }, rs = { class: "grid grid-cols-7 text-center grid-date" }, ls = ["onClick", "onMouseenter"], ke = /* @__PURE__ */ P({
|
|
@@ -1509,7 +1509,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1509
1509
|
d.value.getMonth() - 1,
|
|
1510
1510
|
1
|
|
1511
1511
|
);
|
|
1512
|
-
},
|
|
1512
|
+
}, m = () => {
|
|
1513
1513
|
o.displayDate ? a("nextMonth") : d.value = new Date(
|
|
1514
1514
|
d.value.getFullYear(),
|
|
1515
1515
|
d.value.getMonth() + 1,
|
|
@@ -1558,7 +1558,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1558
1558
|
s("div", ss, V(i.value), 1),
|
|
1559
1559
|
s("button", {
|
|
1560
1560
|
type: "button",
|
|
1561
|
-
onClick:
|
|
1561
|
+
onClick: m,
|
|
1562
1562
|
class: "p-2 rounded-md hover:bg-gray-100"
|
|
1563
1563
|
}, O[1] || (O[1] = [
|
|
1564
1564
|
s("svg", {
|
|
@@ -1614,10 +1614,10 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1614
1614
|
emits: ["selectRange"],
|
|
1615
1615
|
setup(e, { emit: t }) {
|
|
1616
1616
|
const o = t, a = /* @__PURE__ */ new Date(), d = z(() => [
|
|
1617
|
-
{ label: "Hoje", value: { start:
|
|
1617
|
+
{ label: "Hoje", value: { start: me(a), end: me(a) } },
|
|
1618
1618
|
{
|
|
1619
1619
|
label: "Ontem",
|
|
1620
|
-
value: { start:
|
|
1620
|
+
value: { start: me(Ge(a, 1)), end: me(Ge(a, 1)) }
|
|
1621
1621
|
},
|
|
1622
1622
|
{ label: "Esta semana", value: { start: dt(a), end: ut(a) } },
|
|
1623
1623
|
{
|
|
@@ -1632,10 +1632,10 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1632
1632
|
label: "Último mês",
|
|
1633
1633
|
value: { start: ct(vt(a, 1)), end: pt(vt(a, 1)) }
|
|
1634
1634
|
},
|
|
1635
|
-
{ label: "Este ano", value: { start:
|
|
1635
|
+
{ label: "Este ano", value: { start: ft(a), end: mt(a) } },
|
|
1636
1636
|
{
|
|
1637
1637
|
label: "Ano passado",
|
|
1638
|
-
value: { start:
|
|
1638
|
+
value: { start: ft(ht(a, 1)), end: mt(ht(a, 1)) }
|
|
1639
1639
|
}
|
|
1640
1640
|
]), u = (i) => {
|
|
1641
1641
|
o("selectRange", i);
|
|
@@ -1648,7 +1648,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1648
1648
|
}, [
|
|
1649
1649
|
s("button", {
|
|
1650
1650
|
type: "button",
|
|
1651
|
-
onClick: (
|
|
1651
|
+
onClick: (m) => u(v.value),
|
|
1652
1652
|
class: "w-full text-left hover:bg-gray-100 p-2 text-sm font-medium rounded-md"
|
|
1653
1653
|
}, V(v.label), 9, is)
|
|
1654
1654
|
]))), 128))
|
|
@@ -1659,7 +1659,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1659
1659
|
key: 0,
|
|
1660
1660
|
"data-testid": "datepicker-calendar",
|
|
1661
1661
|
role: "dialog"
|
|
1662
|
-
}, cs = { class: "bg-white border border-gray-200 rounded-lg shadow-lg overflow-x-auto" }, ps = { class: "flex" },
|
|
1662
|
+
}, cs = { class: "bg-white border border-gray-200 rounded-lg shadow-lg overflow-x-auto" }, ps = { class: "flex" }, fs = { class: "flex" }, ms = {
|
|
1663
1663
|
key: 1,
|
|
1664
1664
|
class: "absolute z-10 mt-2 overflow-x-auto"
|
|
1665
1665
|
}, gs = { class: "bg-white border border-gray-200 rounded-lg" }, vs = { class: "flex" }, hs = { class: "flex" }, bs = /* @__PURE__ */ P({
|
|
@@ -1684,33 +1684,33 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1684
1684
|
},
|
|
1685
1685
|
emits: ["update:modelValue", "update:start", "update:end"],
|
|
1686
1686
|
setup(e, { emit: t }) {
|
|
1687
|
-
const o = e, a = t, d = A(null), u = A(!1), i = A(null), p = A(null), v = A(null),
|
|
1687
|
+
const o = e, a = t, d = A(null), u = A(!1), i = A(null), p = A(null), v = A(null), m = A(null), c = A(/* @__PURE__ */ new Date());
|
|
1688
1688
|
c.value.setDate(1);
|
|
1689
1689
|
const k = A(
|
|
1690
1690
|
new Date(c.value.getFullYear(), c.value.getMonth() + 1, 1)
|
|
1691
1691
|
), h = z(() => !!o.range), g = z(() => {
|
|
1692
1692
|
if (h.value) {
|
|
1693
|
-
const
|
|
1694
|
-
return
|
|
1693
|
+
const f = Ue(p.value), B = Ue(v.value);
|
|
1694
|
+
return f && B ? `${f} - ${B}` : "";
|
|
1695
1695
|
} else
|
|
1696
1696
|
return Ue(i.value);
|
|
1697
1697
|
});
|
|
1698
1698
|
Q(
|
|
1699
1699
|
() => o.modelValue,
|
|
1700
|
-
(
|
|
1701
|
-
h.value || (typeof
|
|
1700
|
+
(f) => {
|
|
1701
|
+
h.value || (typeof f == "string" ? i.value = ce(f) : f instanceof Date ? i.value = new Date(f) : i.value = null);
|
|
1702
1702
|
},
|
|
1703
1703
|
{ immediate: !0 }
|
|
1704
1704
|
), Q(
|
|
1705
1705
|
() => o.start,
|
|
1706
|
-
(
|
|
1707
|
-
h.value && (typeof
|
|
1706
|
+
(f) => {
|
|
1707
|
+
h.value && (typeof f == "string" ? p.value = ce(f) : f instanceof Date ? p.value = new Date(f) : p.value = null);
|
|
1708
1708
|
},
|
|
1709
1709
|
{ immediate: !0 }
|
|
1710
1710
|
), Q(
|
|
1711
1711
|
() => o.end,
|
|
1712
|
-
(
|
|
1713
|
-
h.value && (typeof
|
|
1712
|
+
(f) => {
|
|
1713
|
+
h.value && (typeof f == "string" ? v.value = ce(f) : f instanceof Date ? v.value = new Date(f) : v.value = null);
|
|
1714
1714
|
},
|
|
1715
1715
|
{ immediate: !0 }
|
|
1716
1716
|
);
|
|
@@ -1726,85 +1726,85 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1726
1726
|
)), await Et()), u.value = !u.value);
|
|
1727
1727
|
}, y = () => {
|
|
1728
1728
|
u.value = !1;
|
|
1729
|
-
}, L = (
|
|
1730
|
-
d.value && !d.value.contains(
|
|
1731
|
-
}, O = (
|
|
1732
|
-
i.value =
|
|
1733
|
-
}, F = (
|
|
1729
|
+
}, L = (f) => {
|
|
1730
|
+
d.value && !d.value.contains(f.target) && y();
|
|
1731
|
+
}, O = (f) => {
|
|
1732
|
+
i.value = f, a("update:modelValue", f), y();
|
|
1733
|
+
}, F = (f) => {
|
|
1734
1734
|
if (!p.value)
|
|
1735
|
-
p.value =
|
|
1735
|
+
p.value = f, a("update:start", f);
|
|
1736
1736
|
else if (v.value)
|
|
1737
|
-
p.value =
|
|
1737
|
+
p.value = f, v.value = null, a("update:start", f), a("update:end", null);
|
|
1738
1738
|
else {
|
|
1739
|
-
if (v.value =
|
|
1739
|
+
if (v.value = f, p.value.getTime() > v.value.getTime()) {
|
|
1740
1740
|
const B = p.value;
|
|
1741
1741
|
p.value = v.value, v.value = B, a("update:start", p.value), a("update:end", v.value);
|
|
1742
1742
|
} else
|
|
1743
|
-
a("update:end",
|
|
1743
|
+
a("update:end", f);
|
|
1744
1744
|
y();
|
|
1745
1745
|
}
|
|
1746
|
-
|
|
1747
|
-
}, q = (
|
|
1748
|
-
if (
|
|
1746
|
+
m.value = null;
|
|
1747
|
+
}, q = (f, B) => {
|
|
1748
|
+
if (f === "left") {
|
|
1749
1749
|
const _ = _e(c.value, B);
|
|
1750
1750
|
c.value = _, k.value = _e(_, 1);
|
|
1751
1751
|
} else {
|
|
1752
1752
|
const _ = _e(k.value, B);
|
|
1753
1753
|
k.value = _, c.value = _e(_, -1);
|
|
1754
1754
|
}
|
|
1755
|
-
}, U = () => q("left", -1), G = () => q("left", 1), M = () => q("right", -1), E = () => q("right", 1), j = (
|
|
1756
|
-
c.value = new Date(
|
|
1755
|
+
}, U = () => q("left", -1), G = () => q("left", 1), M = () => q("right", -1), E = () => q("right", 1), j = (f) => {
|
|
1756
|
+
c.value = new Date(f.getFullYear(), f.getMonth(), 1), k.value = new Date(
|
|
1757
1757
|
c.value.getFullYear(),
|
|
1758
1758
|
c.value.getMonth() + 1,
|
|
1759
1759
|
1
|
|
1760
1760
|
);
|
|
1761
|
-
}, Z = (
|
|
1762
|
-
k.value = new Date(
|
|
1761
|
+
}, Z = (f) => {
|
|
1762
|
+
k.value = new Date(f.getFullYear(), f.getMonth(), 1), c.value = new Date(
|
|
1763
1763
|
k.value.getFullYear(),
|
|
1764
1764
|
k.value.getMonth() - 1,
|
|
1765
1765
|
1
|
|
1766
1766
|
);
|
|
1767
|
-
}, T = (
|
|
1768
|
-
i.value = new Date(
|
|
1769
|
-
}, C = (
|
|
1770
|
-
p.value =
|
|
1771
|
-
}, D = (
|
|
1772
|
-
p.value && !v.value && (
|
|
1767
|
+
}, T = (f) => {
|
|
1768
|
+
i.value = new Date(f.getFullYear(), f.getMonth(), 1);
|
|
1769
|
+
}, C = (f) => {
|
|
1770
|
+
p.value = f.start, v.value = f.end, a("update:start", f.start), a("update:end", f.end), y();
|
|
1771
|
+
}, D = (f) => {
|
|
1772
|
+
p.value && !v.value && (m.value = f);
|
|
1773
1773
|
};
|
|
1774
1774
|
return h.value ? (p.value = o.start ? typeof o.start == "string" ? ce(o.start) : new Date(o.start) : null, v.value = o.end ? typeof o.end == "string" ? ce(o.end) : new Date(o.end) : null) : i.value = o.modelValue ? typeof o.modelValue == "string" ? ce(o.modelValue) : new Date(o.modelValue) : null, le(() => {
|
|
1775
1775
|
document.addEventListener("click", L);
|
|
1776
1776
|
}), $e(() => {
|
|
1777
1777
|
document.removeEventListener("click", L);
|
|
1778
|
-
}), (
|
|
1778
|
+
}), (f, B) => (r(), l("div", K({
|
|
1779
1779
|
ref_key: "rootRef",
|
|
1780
1780
|
ref: d,
|
|
1781
1781
|
class: "relative"
|
|
1782
|
-
},
|
|
1782
|
+
}, f.$attrs), [
|
|
1783
1783
|
s("div", {
|
|
1784
1784
|
"data-testid": "datepicker-input",
|
|
1785
1785
|
role: "button",
|
|
1786
1786
|
"aria-haspopup": "dialog",
|
|
1787
1787
|
"aria-expanded": u.value,
|
|
1788
|
-
class: b({ "cursor-pointer": !
|
|
1788
|
+
class: b({ "cursor-pointer": !f.disabled }),
|
|
1789
1789
|
onClick: w
|
|
1790
1790
|
}, [
|
|
1791
|
-
$(
|
|
1791
|
+
$(f.$slots, "input", { value: g.value }, () => [
|
|
1792
1792
|
S(Pe, {
|
|
1793
1793
|
modelValue: g.value,
|
|
1794
1794
|
"onUpdate:modelValue": B[0] || (B[0] = (_) => g.value = _),
|
|
1795
|
-
id:
|
|
1796
|
-
placeholder:
|
|
1797
|
-
label:
|
|
1798
|
-
hint:
|
|
1799
|
-
invalidFeedback:
|
|
1800
|
-
invalid:
|
|
1801
|
-
disabled:
|
|
1802
|
-
rounded:
|
|
1803
|
-
noAlertIcon:
|
|
1795
|
+
id: f.id,
|
|
1796
|
+
placeholder: f.placeholder,
|
|
1797
|
+
label: f.label,
|
|
1798
|
+
hint: f.hint,
|
|
1799
|
+
invalidFeedback: f.invalidFeedback,
|
|
1800
|
+
invalid: f.invalid,
|
|
1801
|
+
disabled: f.disabled,
|
|
1802
|
+
rounded: f.rounded,
|
|
1803
|
+
noAlertIcon: f.noAlertIcon,
|
|
1804
1804
|
readonly: ""
|
|
1805
1805
|
}, {
|
|
1806
1806
|
"prepend-inner": X(() => [
|
|
1807
|
-
$(
|
|
1807
|
+
$(f.$slots, "prepend-inner", {}, () => [
|
|
1808
1808
|
B[1] || (B[1] = s("img", {
|
|
1809
1809
|
width: "20",
|
|
1810
1810
|
height: "20",
|
|
@@ -1814,14 +1814,14 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1814
1814
|
])
|
|
1815
1815
|
]),
|
|
1816
1816
|
"append-inner": X(() => [
|
|
1817
|
-
$(
|
|
1817
|
+
$(f.$slots, "append-inner")
|
|
1818
1818
|
]),
|
|
1819
1819
|
_: 3
|
|
1820
1820
|
}, 8, ["modelValue", "id", "placeholder", "label", "hint", "invalidFeedback", "invalid", "disabled", "rounded", "noAlertIcon"])
|
|
1821
1821
|
])
|
|
1822
1822
|
], 10, ds),
|
|
1823
1823
|
u.value ? (r(), l("div", us, [
|
|
1824
|
-
|
|
1824
|
+
f.modal ? (r(), l("div", {
|
|
1825
1825
|
key: 0,
|
|
1826
1826
|
class: "fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50",
|
|
1827
1827
|
onClick: je(y, ["self"])
|
|
@@ -1833,14 +1833,14 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1833
1833
|
onSelectRange: C,
|
|
1834
1834
|
class: "mr-4 border-r border-gray-200"
|
|
1835
1835
|
})) : x("", !0),
|
|
1836
|
-
s("div",
|
|
1836
|
+
s("div", fs, [
|
|
1837
1837
|
h.value ? (r(), l(H, { key: 0 }, [
|
|
1838
1838
|
S(ke, {
|
|
1839
1839
|
class: "py-4 pr-4",
|
|
1840
1840
|
displayDate: c.value,
|
|
1841
1841
|
rangeStart: p.value,
|
|
1842
1842
|
rangeEnd: v.value,
|
|
1843
|
-
hoveredDate:
|
|
1843
|
+
hoveredDate: m.value,
|
|
1844
1844
|
onSelectDate: F,
|
|
1845
1845
|
onPrevMonth: U,
|
|
1846
1846
|
onNextMonth: G,
|
|
@@ -1853,7 +1853,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1853
1853
|
displayDate: k.value,
|
|
1854
1854
|
rangeStart: p.value,
|
|
1855
1855
|
rangeEnd: v.value,
|
|
1856
|
-
hoveredDate:
|
|
1856
|
+
hoveredDate: m.value,
|
|
1857
1857
|
onSelectDate: F,
|
|
1858
1858
|
onPrevMonth: M,
|
|
1859
1859
|
onNextMonth: E,
|
|
@@ -1870,7 +1870,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1870
1870
|
])
|
|
1871
1871
|
])
|
|
1872
1872
|
])
|
|
1873
|
-
])) : (r(), l("div",
|
|
1873
|
+
])) : (r(), l("div", ms, [
|
|
1874
1874
|
s("div", gs, [
|
|
1875
1875
|
s("div", vs, [
|
|
1876
1876
|
h.value ? (r(), Y(bt, {
|
|
@@ -1885,7 +1885,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1885
1885
|
displayDate: c.value,
|
|
1886
1886
|
rangeStart: p.value,
|
|
1887
1887
|
rangeEnd: v.value,
|
|
1888
|
-
hoveredDate:
|
|
1888
|
+
hoveredDate: m.value,
|
|
1889
1889
|
onSelectDate: F,
|
|
1890
1890
|
onPrevMonth: U,
|
|
1891
1891
|
onNextMonth: G,
|
|
@@ -1898,7 +1898,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
1898
1898
|
displayDate: k.value,
|
|
1899
1899
|
rangeStart: p.value,
|
|
1900
1900
|
rangeEnd: v.value,
|
|
1901
|
-
hoveredDate:
|
|
1901
|
+
hoveredDate: m.value,
|
|
1902
1902
|
onSelectDate: F,
|
|
1903
1903
|
onPrevMonth: M,
|
|
1904
1904
|
onNextMonth: E,
|
|
@@ -2023,7 +2023,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2023
2023
|
};
|
|
2024
2024
|
}, { solucoesPraVoce: Es } = Dt(), ot = () => {
|
|
2025
2025
|
const e = A(!1), t = A(0), o = A({}), a = A(!1), d = it([]), u = it([]), i = A(!1), p = A([]), v = z(() => e.value);
|
|
2026
|
-
function
|
|
2026
|
+
function m() {
|
|
2027
2027
|
a.value || (e.value = !0);
|
|
2028
2028
|
}
|
|
2029
2029
|
function c() {
|
|
@@ -2032,11 +2032,11 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2032
2032
|
function k() {
|
|
2033
2033
|
e.value = !e.value;
|
|
2034
2034
|
}
|
|
2035
|
-
function h(
|
|
2036
|
-
i.value || g(
|
|
2035
|
+
function h(f) {
|
|
2036
|
+
i.value || g(f), i.value = !0;
|
|
2037
2037
|
}
|
|
2038
|
-
const g = (
|
|
2039
|
-
a.value = !a.value, e.value = a.value, i.value = !i.value, F(u.value),
|
|
2038
|
+
const g = (f) => {
|
|
2039
|
+
a.value = !a.value, e.value = a.value, i.value = !i.value, F(u.value), f("toggleMenu", a.value);
|
|
2040
2040
|
};
|
|
2041
2041
|
function w() {
|
|
2042
2042
|
return "opacity-0 max-w-0 overflow-hidden whitespace-nowrap flex items-center";
|
|
@@ -2044,55 +2044,55 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2044
2044
|
function y() {
|
|
2045
2045
|
return "opacity-100 max-w-[300px] transition-all duration-300";
|
|
2046
2046
|
}
|
|
2047
|
-
function L(
|
|
2048
|
-
return
|
|
2047
|
+
function L(f) {
|
|
2048
|
+
return f.flatMap(
|
|
2049
2049
|
(B) => B.subMenu ? [B.text, ...B.subMenu.map((_) => _.text)] : [B.text]
|
|
2050
2050
|
);
|
|
2051
2051
|
}
|
|
2052
|
-
function O(
|
|
2052
|
+
function O(f, B) {
|
|
2053
2053
|
let _ = [];
|
|
2054
|
-
_ =
|
|
2055
|
-
for (const W of
|
|
2054
|
+
_ = f.filter((W) => W.text.toLowerCase() === B.toLowerCase());
|
|
2055
|
+
for (const W of f) {
|
|
2056
2056
|
let te = [];
|
|
2057
2057
|
W.subMenu && W.subMenu.length > 0 && (te = W.subMenu.filter((se) => se.text.toLowerCase() === B.toLowerCase())), te.length > 0 && (_ = [W]);
|
|
2058
2058
|
}
|
|
2059
2059
|
_.length > 0 && F(_);
|
|
2060
2060
|
}
|
|
2061
|
-
function F(
|
|
2061
|
+
function F(f) {
|
|
2062
2062
|
if (d.value.length == 1) {
|
|
2063
|
-
const B =
|
|
2063
|
+
const B = f.findIndex((_) => _.text === d.value[0].text);
|
|
2064
2064
|
t.value = B;
|
|
2065
2065
|
}
|
|
2066
|
-
d.value =
|
|
2066
|
+
d.value = f.sort((B, _) => {
|
|
2067
2067
|
const W = Array.isArray(B.subMenu) && B.subMenu.length > 0 ? 1 : 0, te = Array.isArray(_.subMenu) && _.subMenu.length > 0 ? 1 : 0;
|
|
2068
2068
|
return W - te;
|
|
2069
2069
|
});
|
|
2070
2070
|
}
|
|
2071
2071
|
const q = z(() => e.value ? d.value : d.value.slice(0, 8));
|
|
2072
|
-
function U(
|
|
2073
|
-
p.value.includes(
|
|
2072
|
+
function U(f) {
|
|
2073
|
+
p.value.includes(f) ? p.value = p.value.filter((B) => B !== f) : p.value.push(f), t.value = f;
|
|
2074
2074
|
}
|
|
2075
|
-
function G(
|
|
2076
|
-
u.value =
|
|
2075
|
+
function G(f) {
|
|
2076
|
+
u.value = f;
|
|
2077
2077
|
}
|
|
2078
2078
|
function M() {
|
|
2079
2079
|
t.value = 0;
|
|
2080
2080
|
}
|
|
2081
|
-
function E(
|
|
2082
|
-
t.value =
|
|
2081
|
+
function E(f) {
|
|
2082
|
+
t.value = f;
|
|
2083
2083
|
}
|
|
2084
2084
|
function j() {
|
|
2085
2085
|
p.value = [];
|
|
2086
2086
|
}
|
|
2087
|
-
function Z(
|
|
2088
|
-
Object.keys(o.value).length > 0 && (o.value = {}), _ && (o.value[
|
|
2087
|
+
function Z(f, B, _) {
|
|
2088
|
+
Object.keys(o.value).length > 0 && (o.value = {}), _ && (o.value[f] = B);
|
|
2089
2089
|
}
|
|
2090
|
-
const T = (
|
|
2090
|
+
const T = (f, B, _) => {
|
|
2091
2091
|
let W = [];
|
|
2092
2092
|
_ && (W = [
|
|
2093
2093
|
{
|
|
2094
2094
|
text: "Módulos",
|
|
2095
|
-
icon:
|
|
2095
|
+
icon: fo,
|
|
2096
2096
|
subMenu: _ == null ? void 0 : _.map(({ text: de, path: ue }) => ({ text: de, path: ue ?? "" }))
|
|
2097
2097
|
}
|
|
2098
2098
|
]);
|
|
@@ -2100,7 +2100,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2100
2100
|
{
|
|
2101
2101
|
text: "Meus serviços",
|
|
2102
2102
|
icon: ao,
|
|
2103
|
-
subMenu:
|
|
2103
|
+
subMenu: f.map(({ text: de, path: ue }) => ({ text: de, path: ue ?? "" }))
|
|
2104
2104
|
}
|
|
2105
2105
|
], se = [
|
|
2106
2106
|
{
|
|
@@ -2116,12 +2116,12 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2116
2116
|
});
|
|
2117
2117
|
d.value = rt, u.value = [...rt];
|
|
2118
2118
|
};
|
|
2119
|
-
function C(
|
|
2120
|
-
let B = { text:
|
|
2121
|
-
return "options" in
|
|
2119
|
+
function C(f) {
|
|
2120
|
+
let B = { text: f.text, path: f.path };
|
|
2121
|
+
return "options" in f && (B = { ...B, options: f.options }), B;
|
|
2122
2122
|
}
|
|
2123
|
-
function D(
|
|
2124
|
-
return /^(https?|ftp):\/\/([\w-]+(\.[\w-]+)+)(:\d+)?(\/[^\s]*)?$/i.test(
|
|
2123
|
+
function D(f) {
|
|
2124
|
+
return /^(https?|ftp):\/\/([\w-]+(\.[\w-]+)+)(:\d+)?(\/[^\s]*)?$/i.test(f);
|
|
2125
2125
|
}
|
|
2126
2126
|
return {
|
|
2127
2127
|
expandido: e,
|
|
@@ -2145,7 +2145,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2145
2145
|
esconderComEfeito: w,
|
|
2146
2146
|
mostrarComEfeito: y,
|
|
2147
2147
|
alternarMenuPorClique: g,
|
|
2148
|
-
expandirMenu:
|
|
2148
|
+
expandirMenu: m,
|
|
2149
2149
|
colapsarMenu: c,
|
|
2150
2150
|
voltarParaInicio: M,
|
|
2151
2151
|
alternarDropdown: U,
|
|
@@ -2159,19 +2159,19 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2159
2159
|
function u() {
|
|
2160
2160
|
a.value = !a.value;
|
|
2161
2161
|
}
|
|
2162
|
-
function i(v,
|
|
2162
|
+
function i(v, m) {
|
|
2163
2163
|
if (t(v.path))
|
|
2164
2164
|
window.open(v.path, "_blank");
|
|
2165
2165
|
else {
|
|
2166
2166
|
const c = o(v);
|
|
2167
|
-
|
|
2167
|
+
m("redirect", c);
|
|
2168
2168
|
}
|
|
2169
2169
|
a.value = !1;
|
|
2170
2170
|
}
|
|
2171
|
-
function p(v,
|
|
2171
|
+
function p(v, m) {
|
|
2172
2172
|
v.visible = !v.visible;
|
|
2173
2173
|
const c = d.value.filter((k) => k.visible).map(({ text: k, value: h }) => ({ text: k, value: h }));
|
|
2174
|
-
|
|
2174
|
+
m("selected", c);
|
|
2175
2175
|
}
|
|
2176
2176
|
return {
|
|
2177
2177
|
menuAberto: a,
|
|
@@ -2210,8 +2210,8 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2210
2210
|
alternarMenu: i,
|
|
2211
2211
|
abrirUrlEmNovaAba: p,
|
|
2212
2212
|
alternarColuna: v
|
|
2213
|
-
} = zs(a),
|
|
2214
|
-
|
|
2213
|
+
} = zs(a), m = A(null), c = () => {
|
|
2214
|
+
m.value && !m.value.contains(event.target) && (d.value = !1);
|
|
2215
2215
|
};
|
|
2216
2216
|
return le(() => {
|
|
2217
2217
|
document.addEventListener("mousedown", c);
|
|
@@ -2221,7 +2221,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2221
2221
|
k.type == "selection" ? (r(), l("div", {
|
|
2222
2222
|
key: 0,
|
|
2223
2223
|
ref_key: "dropdownRef",
|
|
2224
|
-
ref:
|
|
2224
|
+
ref: m,
|
|
2225
2225
|
class: "relative w-full"
|
|
2226
2226
|
}, [
|
|
2227
2227
|
s("button", {
|
|
@@ -2270,7 +2270,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2270
2270
|
k.type == "menu" ? (r(), l("div", {
|
|
2271
2271
|
key: 1,
|
|
2272
2272
|
ref_key: "dropdownRef",
|
|
2273
|
-
ref:
|
|
2273
|
+
ref: m,
|
|
2274
2274
|
class: "relative"
|
|
2275
2275
|
}, [
|
|
2276
2276
|
s("button", {
|
|
@@ -2328,7 +2328,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2328
2328
|
}
|
|
2329
2329
|
M("update:modelValue", t.value);
|
|
2330
2330
|
}
|
|
2331
|
-
const
|
|
2331
|
+
const m = (M, E) => {
|
|
2332
2332
|
if (t.value.splice(M, 1), F(), J("ce-file-upload")) {
|
|
2333
2333
|
E("updateFiles", t.value);
|
|
2334
2334
|
return;
|
|
@@ -2428,7 +2428,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2428
2428
|
setaEstadoAntesDeCarregarArquivos: w,
|
|
2429
2429
|
limparArquivos: v,
|
|
2430
2430
|
removerSelecionados: p,
|
|
2431
|
-
removeArquivos:
|
|
2431
|
+
removeArquivos: m,
|
|
2432
2432
|
manipulaArquivos: (M, E) => {
|
|
2433
2433
|
F();
|
|
2434
2434
|
const j = M.target;
|
|
@@ -2471,7 +2471,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2471
2471
|
() => o.clear,
|
|
2472
2472
|
(F) => {
|
|
2473
2473
|
if (F) {
|
|
2474
|
-
if (d.value = [],
|
|
2474
|
+
if (d.value = [], m.value = [], J("ce-file-upload")) {
|
|
2475
2475
|
a("updateFiles", d.value);
|
|
2476
2476
|
return;
|
|
2477
2477
|
}
|
|
@@ -2485,7 +2485,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2485
2485
|
arrastandoArquivoInvalido: i,
|
|
2486
2486
|
arrastandoArquivoValido: p,
|
|
2487
2487
|
tiposAceitos: v,
|
|
2488
|
-
arquivosSelecionados:
|
|
2488
|
+
arquivosSelecionados: m,
|
|
2489
2489
|
carregando: c,
|
|
2490
2490
|
removerSelecionados: k,
|
|
2491
2491
|
manipulaArquivoViaArrastaSolta: h,
|
|
@@ -2509,7 +2509,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2509
2509
|
(...U) => n(y) && n(y)(...U)),
|
|
2510
2510
|
onDrop: q[4] || (q[4] = (U) => n(h)(U, a))
|
|
2511
2511
|
}, [
|
|
2512
|
-
o.selectAll && n(
|
|
2512
|
+
o.selectAll && n(m).length > 0 ? (r(), l("button", {
|
|
2513
2513
|
key: 0,
|
|
2514
2514
|
type: "button",
|
|
2515
2515
|
onClick: q[0] || (q[0] = (U) => n(k)(a)),
|
|
@@ -2520,7 +2520,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2520
2520
|
size: "20",
|
|
2521
2521
|
color: "#fff"
|
|
2522
2522
|
}, null, 8, ["name"]),
|
|
2523
|
-
s("p", null, V(n(
|
|
2523
|
+
s("p", null, V(n(m).length), 1)
|
|
2524
2524
|
])) : x("", !0),
|
|
2525
2525
|
s("div", Ys, [
|
|
2526
2526
|
S(R, {
|
|
@@ -2565,10 +2565,10 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2565
2565
|
type: "checkbox",
|
|
2566
2566
|
value: U,
|
|
2567
2567
|
disabled: n(c),
|
|
2568
|
-
"onUpdate:modelValue": q[5] || (q[5] = (E) => ye(
|
|
2568
|
+
"onUpdate:modelValue": q[5] || (q[5] = (E) => ye(m) ? m.value = E : null),
|
|
2569
2569
|
class: "form-checkbox h-5 w-5 text-green-500"
|
|
2570
2570
|
}, null, 8, ea)), [
|
|
2571
|
-
[zt, n(
|
|
2571
|
+
[zt, n(m)]
|
|
2572
2572
|
]) : (r(), l("button", {
|
|
2573
2573
|
key: 1,
|
|
2574
2574
|
type: "button",
|
|
@@ -2613,7 +2613,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2613
2613
|
}), 128))
|
|
2614
2614
|
]));
|
|
2615
2615
|
}
|
|
2616
|
-
}), ca = ["id", "value", "checked", "disabled", "onChange"], pa = { class: "flex-1 min-w-0 mt-0.5" },
|
|
2616
|
+
}), ca = ["id", "value", "checked", "disabled", "onChange"], pa = { class: "flex-1 min-w-0 mt-0.5" }, fa = { class: "flex flex-col gap-0.5" }, ma = ["innerHTML"], ga = ["innerHTML"], va = { class: "mt-1 text-sm text-gray-500" }, ha = ["innerHTML"], ba = { key: 1 }, ka = { class: "text-red-600 text-xs mt-1" }, wa = ["innerHTML"], ya = { key: 1 }, Ca = /* @__PURE__ */ P({
|
|
2617
2617
|
name: "CeGroupRadioField",
|
|
2618
2618
|
inheritAttrs: !1,
|
|
2619
2619
|
__name: "ce-radio-group",
|
|
@@ -2629,7 +2629,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2629
2629
|
},
|
|
2630
2630
|
emits: ["update:modelValue", "change"],
|
|
2631
2631
|
setup(e, { expose: t, emit: o }) {
|
|
2632
|
-
const a = e, d = o, u = A(a.modelValue), i = A([]), p = z(() => a.id || Se("radio")), v = z(() => a.options.map((c, k) => `${p.value}-${k}`)),
|
|
2632
|
+
const a = e, d = o, u = A(a.modelValue), i = A([]), p = z(() => a.id || Se("radio")), v = z(() => a.options.map((c, k) => `${p.value}-${k}`)), m = (c) => {
|
|
2633
2633
|
u.value = c, d("update:modelValue", c), d("change", c);
|
|
2634
2634
|
};
|
|
2635
2635
|
return Q(
|
|
@@ -2671,7 +2671,7 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2671
2671
|
checked: u.value === h.value,
|
|
2672
2672
|
disabled: c.disabled || h.disabled,
|
|
2673
2673
|
class: "absolute opacity-0 h-0 w-0 peer",
|
|
2674
|
-
onChange: (w) =>
|
|
2674
|
+
onChange: (w) => m(h.value)
|
|
2675
2675
|
}, null, 40, ca),
|
|
2676
2676
|
s("div", {
|
|
2677
2677
|
class: b(["m-1.5 flex items-center justify-center w-5 h-5 border-2 rounded-full transition-all duration-100 ease-in-out shrink-0", [
|
|
@@ -2689,11 +2689,11 @@ const Un = /* @__PURE__ */ Vt(In, [["render", Rn]]), Zn = ["id", "checked", "dis
|
|
|
2689
2689
|
}, null, 2)) : x("", !0)
|
|
2690
2690
|
], 2),
|
|
2691
2691
|
s("div", pa, [
|
|
2692
|
-
s("div",
|
|
2692
|
+
s("div", fa, [
|
|
2693
2693
|
s("p", {
|
|
2694
2694
|
class: "text-sm font-medium text-gray-700 leading-tight break-words",
|
|
2695
2695
|
innerHTML: h.label || h.value
|
|
2696
|
-
}, null, 8,
|
|
2696
|
+
}, null, 8, ma),
|
|
2697
2697
|
h.hint ? (r(), l("p", {
|
|
2698
2698
|
key: 0,
|
|
2699
2699
|
class: "text-sm text-gray-500 break-words",
|
|
@@ -2818,17 +2818,17 @@ const Ba = ["for", "innerHTML"], Va = { class: "relative" }, Da = ["id", "value"
|
|
|
2818
2818
|
},
|
|
2819
2819
|
emits: ["update:modelValue", "change", "openDropdown", "closeDropdown", "inputSearch"],
|
|
2820
2820
|
setup(e, { expose: t, emit: o }) {
|
|
2821
|
-
const a = e, d = o, u = ae(), i = A(null), p = A(null), v = A(null),
|
|
2821
|
+
const a = e, d = o, u = ae(), i = A(null), p = A(null), v = A(null), m = A(null), { hasSlot: c } = ne("selection", i, u), { selectAbertoRef: k, aberturaSelect: h } = xa(i, m), { termoBuscaRef: g, optsFiltradas: w } = Ma(a, d), { valorInternoRef: y, verValueSelecionado: L, valorInterno: O } = Aa(a), F = z(() => a.id || Se("select")), q = z(() => a.multiple && Array.isArray(y.value) ? y.value : []);
|
|
2822
2822
|
Q(k, (C) => {
|
|
2823
2823
|
C ? (g.value = "", d("openDropdown")) : d("closeDropdown");
|
|
2824
2824
|
});
|
|
2825
2825
|
const U = (C) => a.multiple ? Array.isArray(y.value) && y.value.includes(C.value) : y.value === C.value, G = (C) => {
|
|
2826
|
-
const D = a.options.find((
|
|
2826
|
+
const D = a.options.find((f) => f.value === C);
|
|
2827
2827
|
return D ? D.label || D.value : C;
|
|
2828
2828
|
}, M = (C) => {
|
|
2829
2829
|
if (!a.multiple) return;
|
|
2830
|
-
const D = Array.isArray(y.value) ? [...y.value] : [],
|
|
2831
|
-
|
|
2830
|
+
const D = Array.isArray(y.value) ? [...y.value] : [], f = D.findIndex((B) => B === C);
|
|
2831
|
+
f !== -1 && (D.splice(f, 1), y.value = D, d("update:modelValue", D), d("change", D));
|
|
2832
2832
|
}, E = (C) => {
|
|
2833
2833
|
if (!U(C)) {
|
|
2834
2834
|
const D = Array.isArray(y.value) ? [...y.value] : [];
|
|
@@ -2836,19 +2836,19 @@ const Ba = ["for", "innerHTML"], Va = { class: "relative" }, Da = ["id", "value"
|
|
|
2836
2836
|
}
|
|
2837
2837
|
}, j = (C) => {
|
|
2838
2838
|
if (U(C)) {
|
|
2839
|
-
const D = Array.isArray(y.value) ? [...y.value] : [],
|
|
2840
|
-
|
|
2839
|
+
const D = Array.isArray(y.value) ? [...y.value] : [], f = D.indexOf(C.value);
|
|
2840
|
+
f !== -1 && (D.splice(f, 1), y.value = D, d("update:modelValue", D), d("change", D));
|
|
2841
2841
|
}
|
|
2842
|
-
}, Z = (C, D,
|
|
2842
|
+
}, Z = (C, D, f) => {
|
|
2843
2843
|
if (a.multiple && D.shiftKey && p.value !== null) {
|
|
2844
|
-
const B = Math.min(p.value,
|
|
2844
|
+
const B = Math.min(p.value, f), _ = Math.max(p.value, f), W = w.value[p.value], te = W ? U(W) : !0;
|
|
2845
2845
|
for (let se = B; se <= _; se++) {
|
|
2846
2846
|
const ie = w.value[se];
|
|
2847
2847
|
ie && !ie.disabled && !ie.header && (te ? E(ie) : j(ie));
|
|
2848
2848
|
}
|
|
2849
|
-
p.value =
|
|
2849
|
+
p.value = f;
|
|
2850
2850
|
} else
|
|
2851
|
-
a.multiple ? (U(C) ? j(C) : E(C), p.value =
|
|
2851
|
+
a.multiple ? (U(C) ? j(C) : E(C), p.value = f) : T(C);
|
|
2852
2852
|
}, T = (C) => {
|
|
2853
2853
|
if (!C.disabled) {
|
|
2854
2854
|
if (a.multiple && (C.value === "" || C.value === null)) {
|
|
@@ -2856,8 +2856,8 @@ const Ba = ["for", "innerHTML"], Va = { class: "relative" }, Da = ["id", "value"
|
|
|
2856
2856
|
return;
|
|
2857
2857
|
}
|
|
2858
2858
|
if (a.multiple) {
|
|
2859
|
-
const D = Array.isArray(y.value) ? [...y.value] : [],
|
|
2860
|
-
|
|
2859
|
+
const D = Array.isArray(y.value) ? [...y.value] : [], f = D.indexOf(C.value);
|
|
2860
|
+
f === -1 ? D.push(C.value) : D.splice(f, 1), y.value = D, d("update:modelValue", D), d("change", D);
|
|
2861
2861
|
} else
|
|
2862
2862
|
y.value = C.value, d("update:modelValue", C.value), d("change", C.value), k.value = !1;
|
|
2863
2863
|
}
|
|
@@ -2899,22 +2899,22 @@ const Ba = ["for", "innerHTML"], Va = { class: "relative" }, Da = ["id", "value"
|
|
|
2899
2899
|
C.invalid || C.invalidFeedback ? "border-red-500" : "border-gray-300"
|
|
2900
2900
|
]),
|
|
2901
2901
|
tabindex: "0",
|
|
2902
|
-
onClick: D[0] || (D[0] = (
|
|
2902
|
+
onClick: D[0] || (D[0] = (f) => n(h)(C.disabled))
|
|
2903
2903
|
}, [
|
|
2904
2904
|
$(C.$slots, "prepend-inner"),
|
|
2905
2905
|
s("div", ja, [
|
|
2906
2906
|
C.multiple ? (r(), l(H, { key: 0 }, [
|
|
2907
2907
|
$(C.$slots, "selection", { value: n(L) }),
|
|
2908
2908
|
!n(c) && q.value.length ? (r(), l("div", $a, [
|
|
2909
|
-
(r(!0), l(H, null, N(q.value, (
|
|
2909
|
+
(r(!0), l(H, null, N(q.value, (f, B) => (r(), l("div", {
|
|
2910
2910
|
key: B,
|
|
2911
2911
|
class: "bg-white border border-gray-300 text-black rounded-xl px-2 py-1 inline-flex items-center text-xs"
|
|
2912
2912
|
}, [
|
|
2913
|
-
s("span", null, V(G(
|
|
2913
|
+
s("span", null, V(G(f)), 1),
|
|
2914
2914
|
C.closeChip ? (r(), l("button", {
|
|
2915
2915
|
key: 0,
|
|
2916
2916
|
type: "button",
|
|
2917
|
-
onClick: je((_) => M(
|
|
2917
|
+
onClick: je((_) => M(f), ["stop"]),
|
|
2918
2918
|
class: "ml-2 text-gray-600 hover:text-gray-800"
|
|
2919
2919
|
}, " × ", 8, Sa)) : x("", !0)
|
|
2920
2920
|
]))), 128))
|
|
@@ -2948,8 +2948,8 @@ const Ba = ["for", "innerHTML"], Va = { class: "relative" }, Da = ["id", "value"
|
|
|
2948
2948
|
C.search ? (r(), l("div", Ta, [
|
|
2949
2949
|
ge(s("input", {
|
|
2950
2950
|
ref_key: "searchInputRef",
|
|
2951
|
-
ref:
|
|
2952
|
-
"onUpdate:modelValue": D[1] || (D[1] = (
|
|
2951
|
+
ref: m,
|
|
2952
|
+
"onUpdate:modelValue": D[1] || (D[1] = (f) => ye(g) ? g.value = f : null),
|
|
2953
2953
|
type: "text",
|
|
2954
2954
|
placeholder: "Buscar...",
|
|
2955
2955
|
class: "w-full px-3 py-2 border-b border-gray-200 focus:outline-none",
|
|
@@ -2960,23 +2960,23 @@ const Ba = ["for", "innerHTML"], Va = { class: "relative" }, Da = ["id", "value"
|
|
|
2960
2960
|
])
|
|
2961
2961
|
])) : x("", !0),
|
|
2962
2962
|
$(C.$slots, "prepend-item"),
|
|
2963
|
-
(r(!0), l(H, null, N(n(w), (
|
|
2964
|
-
key: (
|
|
2963
|
+
(r(!0), l(H, null, N(n(w), (f, B) => (r(), l("div", {
|
|
2964
|
+
key: (f.header ? "header-" : "") + f.value + B,
|
|
2965
2965
|
class: "px-2"
|
|
2966
2966
|
}, [
|
|
2967
|
-
|
|
2967
|
+
f.header ? (r(), l("div", Ha, V(f.header), 1)) : (r(), l("div", {
|
|
2968
2968
|
key: 1,
|
|
2969
2969
|
class: b([
|
|
2970
2970
|
"select-none mt-0.5 flex items-center justify-between px-3 py-2 cursor-pointer hover:bg-gray-100 rounded-md font-medium text-base",
|
|
2971
|
-
U(
|
|
2972
|
-
|
|
2971
|
+
U(f) ? "bg-gray-100" : "",
|
|
2972
|
+
f.disabled ? "opacity-50 cursor-not-allowed" : ""
|
|
2973
2973
|
]),
|
|
2974
|
-
onClick: (_) => Z(
|
|
2974
|
+
onClick: (_) => Z(f, _, B)
|
|
2975
2975
|
}, [
|
|
2976
2976
|
s("span", {
|
|
2977
|
-
innerHTML:
|
|
2977
|
+
innerHTML: f.label || f.value
|
|
2978
2978
|
}, null, 8, Ia),
|
|
2979
|
-
U(
|
|
2979
|
+
U(f) ? (r(), l("span", qa, D[4] || (D[4] = [
|
|
2980
2980
|
s("svg", {
|
|
2981
2981
|
class: "w-5 h-5 text-green-500",
|
|
2982
2982
|
fill: "none",
|
|
@@ -3067,7 +3067,7 @@ const Ba = ["for", "innerHTML"], Va = { class: "relative" }, Da = ["id", "value"
|
|
|
3067
3067
|
tamanhoThumb: i,
|
|
3068
3068
|
tamanhoBorda: p,
|
|
3069
3069
|
erro: v,
|
|
3070
|
-
atualizaValor:
|
|
3070
|
+
atualizaValor: m,
|
|
3071
3071
|
atualizaValorMinimo: c,
|
|
3072
3072
|
atualizaValorMaximo: k
|
|
3073
3073
|
} = Xa(o), h = t;
|
|
@@ -3103,7 +3103,7 @@ const Ba = ["for", "innerHTML"], Va = { class: "relative" }, Da = ["id", "value"
|
|
|
3103
3103
|
min: g.minValue,
|
|
3104
3104
|
max: g.maxValue,
|
|
3105
3105
|
"onUpdate:modelValue": w[0] || (w[0] = (y) => ye(u) ? u.value = y : null),
|
|
3106
|
-
onInput: w[1] || (w[1] = (y) => n(
|
|
3106
|
+
onInput: w[1] || (w[1] = (y) => n(m)(y, h)),
|
|
3107
3107
|
disabled: g.disabled || n(v),
|
|
3108
3108
|
class: "appearance-none bg-transparent cursor-pointer relative z-10 w-full"
|
|
3109
3109
|
}, null, 40, Ga), [
|
|
@@ -4386,11 +4386,11 @@ function pr() {
|
|
|
4386
4386
|
let e = cr();
|
|
4387
4387
|
return Qe = (e.__esModule ? e : { default: e }).default, Qe;
|
|
4388
4388
|
}
|
|
4389
|
-
var
|
|
4390
|
-
const
|
|
4389
|
+
var fr = pr();
|
|
4390
|
+
const mr = /* @__PURE__ */ ir(fr);
|
|
4391
4391
|
function Ie() {
|
|
4392
4392
|
const e = A(!1), t = () => {
|
|
4393
|
-
const o = parseInt(
|
|
4393
|
+
const o = parseInt(mr.screens.sm, 10);
|
|
4394
4394
|
e.value = window.innerWidth < o;
|
|
4395
4395
|
};
|
|
4396
4396
|
return le(() => {
|
|
@@ -4576,7 +4576,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
4576
4576
|
s("div", wr, [
|
|
4577
4577
|
s("h3", yr, V(p.text), 1),
|
|
4578
4578
|
s("div", Cr, [
|
|
4579
|
-
(r(!0), l(H, null, N(p.subMenu, (
|
|
4579
|
+
(r(!0), l(H, null, N(p.subMenu, (m, c) => (r(), l("div", {
|
|
4580
4580
|
key: c,
|
|
4581
4581
|
class: "mt-3 flex items-center space-x-2"
|
|
4582
4582
|
}, [
|
|
@@ -4584,15 +4584,15 @@ const gr = /* @__PURE__ */ P({
|
|
|
4584
4584
|
s("img", {
|
|
4585
4585
|
width: "20",
|
|
4586
4586
|
height: "20",
|
|
4587
|
-
src:
|
|
4587
|
+
src: m.icon,
|
|
4588
4588
|
alt: "icon menu"
|
|
4589
4589
|
}, null, 8, Mr)
|
|
4590
4590
|
]),
|
|
4591
4591
|
s("a", {
|
|
4592
|
-
href:
|
|
4592
|
+
href: m.path,
|
|
4593
4593
|
target: "_blank",
|
|
4594
4594
|
class: "mb-8 font-bold text-black"
|
|
4595
|
-
}, V(
|
|
4595
|
+
}, V(m.text), 9, Ar)
|
|
4596
4596
|
]))), 128))
|
|
4597
4597
|
])
|
|
4598
4598
|
])
|
|
@@ -4629,7 +4629,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
4629
4629
|
backupMenu: i,
|
|
4630
4630
|
arrayIndicesDropdown: p,
|
|
4631
4631
|
esconderComEfeito: v,
|
|
4632
|
-
mostrarComEfeito:
|
|
4632
|
+
mostrarComEfeito: m,
|
|
4633
4633
|
alterarMenu: c,
|
|
4634
4634
|
setarIndiceDropdowns: k,
|
|
4635
4635
|
setarIndiceMenu: h,
|
|
@@ -4643,8 +4643,8 @@ const gr = /* @__PURE__ */ P({
|
|
|
4643
4643
|
defineRetorno: U,
|
|
4644
4644
|
validaUrl: G
|
|
4645
4645
|
} = ot(), M = e, E = t;
|
|
4646
|
-
function j(T, C, D,
|
|
4647
|
-
G(C.path) && window.open(C.path, "_blank"), k(T, C.text, D), h(
|
|
4646
|
+
function j(T, C, D, f) {
|
|
4647
|
+
G(C.path) && window.open(C.path, "_blank"), k(T, C.text, D), h(f);
|
|
4648
4648
|
const B = U(C);
|
|
4649
4649
|
if (D) {
|
|
4650
4650
|
E("redirect", B);
|
|
@@ -4744,20 +4744,20 @@ const gr = /* @__PURE__ */ P({
|
|
|
4744
4744
|
color: "#737373"
|
|
4745
4745
|
}, null, 8, ["name"]))
|
|
4746
4746
|
], 2),
|
|
4747
|
-
(r(!0), l(H, null, N(n(u), (D,
|
|
4747
|
+
(r(!0), l(H, null, N(n(u), (D, f) => {
|
|
4748
4748
|
var B;
|
|
4749
4749
|
return r(), l("div", {
|
|
4750
4750
|
class: "px-2.5 mb-2 flex items-center",
|
|
4751
|
-
key:
|
|
4751
|
+
key: f
|
|
4752
4752
|
}, [
|
|
4753
4753
|
((B = D.subMenu) == null ? void 0 : B.length) == 0 ? (r(), l("div", {
|
|
4754
4754
|
key: 0,
|
|
4755
4755
|
class: b(["flex items-center cursor-pointer h-12 rounded-lg w-full text-[#292929] font-[600]", {
|
|
4756
|
-
"bg-gray-100":
|
|
4756
|
+
"bg-gray-100": f === n(a),
|
|
4757
4757
|
"justify-center": !n(o),
|
|
4758
4758
|
"pl-[1rem] space-x-2": n(o)
|
|
4759
4759
|
}]),
|
|
4760
|
-
onClick: (_) => j(null, D, !1,
|
|
4760
|
+
onClick: (_) => j(null, D, !1, f)
|
|
4761
4761
|
}, [
|
|
4762
4762
|
S(R, {
|
|
4763
4763
|
name: D.icon || "",
|
|
@@ -4767,15 +4767,15 @@ const gr = /* @__PURE__ */ P({
|
|
|
4767
4767
|
s("span", {
|
|
4768
4768
|
class: b({
|
|
4769
4769
|
[n(v)()]: !n(o),
|
|
4770
|
-
[n(
|
|
4770
|
+
[n(m)()]: n(o)
|
|
4771
4771
|
})
|
|
4772
4772
|
}, V(D.text), 3)
|
|
4773
4773
|
], 10, zr)) : (r(), l("div", Tr, [
|
|
4774
4774
|
s("div", {
|
|
4775
4775
|
"data-testid": "menu-dropdown",
|
|
4776
|
-
onClick: (_) => n(L)(
|
|
4776
|
+
onClick: (_) => n(L)(f),
|
|
4777
4777
|
class: b(["flex items-center cursor-pointer h-12 rounded-lg w-full", {
|
|
4778
|
-
"bg-gray-100": n(p).includes(
|
|
4778
|
+
"bg-gray-100": n(p).includes(f) || f === n(a),
|
|
4779
4779
|
"!justify-center": !n(o),
|
|
4780
4780
|
"px-[1rem]": n(o)
|
|
4781
4781
|
}])
|
|
@@ -4791,31 +4791,31 @@ const gr = /* @__PURE__ */ P({
|
|
|
4791
4791
|
s("div", {
|
|
4792
4792
|
class: b({
|
|
4793
4793
|
[n(v)()]: !n(o),
|
|
4794
|
-
[n(
|
|
4794
|
+
[n(m)()]: n(o)
|
|
4795
4795
|
})
|
|
4796
4796
|
}, [
|
|
4797
4797
|
s("span", null, V(D.text), 1)
|
|
4798
4798
|
], 2)
|
|
4799
4799
|
], 2),
|
|
4800
4800
|
S(R, {
|
|
4801
|
-
name: n(p).includes(
|
|
4801
|
+
name: n(p).includes(f) ? n(Ae) : n(Me),
|
|
4802
4802
|
size: "24",
|
|
4803
4803
|
color: "#737373",
|
|
4804
4804
|
class: b({
|
|
4805
4805
|
[n(v)()]: !n(o),
|
|
4806
|
-
[n(
|
|
4806
|
+
[n(m)()]: n(o)
|
|
4807
4807
|
})
|
|
4808
4808
|
}, null, 8, ["name", "class"])
|
|
4809
4809
|
], 10, Hr),
|
|
4810
|
-
n(o) && n(p).includes(
|
|
4810
|
+
n(o) && n(p).includes(f) ? (r(), l("div", {
|
|
4811
4811
|
key: 0,
|
|
4812
|
-
class: b(["rounded-lg pt-4 overflow-hidden transition-all duration-300 ease-in-out max-h-max w-full", { "max-h-full": n(p).includes(
|
|
4812
|
+
class: b(["rounded-lg pt-4 overflow-hidden transition-all duration-300 ease-in-out max-h-max w-full", { "max-h-full": n(p).includes(f) }])
|
|
4813
4813
|
}, [
|
|
4814
4814
|
(r(!0), l(H, null, N(D.subMenu, (_, W) => (r(), l("div", {
|
|
4815
4815
|
class: b(["h-12 flex flex-col justify-center w-full rounded-lg pl-12 hover:bg-gray-100 text-[#424242] font-[400]", {
|
|
4816
|
-
"w-[310px] bg-gray-100": n(d)[W] === _.text &&
|
|
4816
|
+
"w-[310px] bg-gray-100": n(d)[W] === _.text && f === n(a)
|
|
4817
4817
|
}]),
|
|
4818
|
-
onClick: (te) => j(W, _, !0,
|
|
4818
|
+
onClick: (te) => j(W, _, !0, f),
|
|
4819
4819
|
key: W
|
|
4820
4820
|
}, [
|
|
4821
4821
|
S(xe, {
|
|
@@ -4894,7 +4894,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
4894
4894
|
alternarMenuPorClique: i,
|
|
4895
4895
|
expandirMenu: p,
|
|
4896
4896
|
colapsarMenu: v,
|
|
4897
|
-
setarIndiceDropdowns:
|
|
4897
|
+
setarIndiceDropdowns: m,
|
|
4898
4898
|
setarIndiceMenu: c,
|
|
4899
4899
|
limparArrayIndicesDropdown: k,
|
|
4900
4900
|
indiceMenu: h,
|
|
@@ -4914,9 +4914,9 @@ const gr = /* @__PURE__ */ P({
|
|
|
4914
4914
|
le(() => {
|
|
4915
4915
|
M(Z.items), F(Z.items), O.value = Z.isOpen, o.value = Z.isOpen;
|
|
4916
4916
|
});
|
|
4917
|
-
function C(D,
|
|
4918
|
-
|
|
4919
|
-
const W = j(
|
|
4917
|
+
function C(D, f, B, _) {
|
|
4918
|
+
m(D, f.text, B), c(_);
|
|
4919
|
+
const W = j(f);
|
|
4920
4920
|
if (B) {
|
|
4921
4921
|
T("redirect", W);
|
|
4922
4922
|
return;
|
|
@@ -4925,11 +4925,11 @@ const gr = /* @__PURE__ */ P({
|
|
|
4925
4925
|
}
|
|
4926
4926
|
return Q(Z, () => {
|
|
4927
4927
|
Z.isHome && a();
|
|
4928
|
-
}), (D,
|
|
4928
|
+
}), (D, f) => (r(), l("div", {
|
|
4929
4929
|
class: b(["sm:hidden pt-[25px] relative h-full overflow-auto scrollbar-hide transition-all duration-300 ease-in-out bg-white border-gray-200 rounded-tr-lg rounded-br-lg border-r-[1px]", { "w-[310px]": n(o), "z-0": n(O), "z-10": !n(O) && n(o) }]),
|
|
4930
|
-
onMouseenter:
|
|
4930
|
+
onMouseenter: f[5] || (f[5] = //@ts-ignore
|
|
4931
4931
|
(...B) => n(p) && n(p)(...B)),
|
|
4932
|
-
onMouseleave:
|
|
4932
|
+
onMouseleave: f[6] || (f[6] = //@ts-ignore
|
|
4933
4933
|
(...B) => n(v) && n(v)(...B))
|
|
4934
4934
|
}, [
|
|
4935
4935
|
s("div", {
|
|
@@ -4943,7 +4943,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
4943
4943
|
}, " Menu ", 2),
|
|
4944
4944
|
s("button", {
|
|
4945
4945
|
type: "button",
|
|
4946
|
-
onClick:
|
|
4946
|
+
onClick: f[0] || (f[0] = (B) => n(i)(T))
|
|
4947
4947
|
}, [
|
|
4948
4948
|
S(R, {
|
|
4949
4949
|
name: n(o) ? n(eo) : n(to),
|
|
@@ -4960,10 +4960,10 @@ const gr = /* @__PURE__ */ P({
|
|
|
4960
4960
|
key: 1,
|
|
4961
4961
|
placeholder: "Pesquisar",
|
|
4962
4962
|
items: n(q)(n(y)),
|
|
4963
|
-
"onUpdate:modelValue":
|
|
4964
|
-
onFilterList:
|
|
4965
|
-
onClearFilter:
|
|
4966
|
-
"onInput:focus":
|
|
4963
|
+
"onUpdate:modelValue": f[1] || (f[1] = (B) => n(G)(n(y), String(B))),
|
|
4964
|
+
onFilterList: f[2] || (f[2] = (B) => n(G)(n(y), String(B))),
|
|
4965
|
+
onClearFilter: f[3] || (f[3] = (B) => n(M)(n(y))),
|
|
4966
|
+
"onInput:focus": f[4] || (f[4] = (B) => n(E)(T))
|
|
4967
4967
|
}, null, 8, ["items"])) : (r(), Y(R, {
|
|
4968
4968
|
key: 0,
|
|
4969
4969
|
name: n(He),
|
|
@@ -5088,7 +5088,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
5088
5088
|
s("button", {
|
|
5089
5089
|
class: "active:scale-90 flex items-center",
|
|
5090
5090
|
type: "button",
|
|
5091
|
-
onClick: v[0] || (v[0] = (
|
|
5091
|
+
onClick: v[0] || (v[0] = (m) => a(p.home))
|
|
5092
5092
|
}, [
|
|
5093
5093
|
$(p.$slots, "icon")
|
|
5094
5094
|
]),
|
|
@@ -5098,7 +5098,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
5098
5098
|
s("button", {
|
|
5099
5099
|
type: "button",
|
|
5100
5100
|
class: "flex items-center space-x-2 active:scale-90 text-ce_gray font-medium",
|
|
5101
|
-
onClick: v[1] || (v[1] = (
|
|
5101
|
+
onClick: v[1] || (v[1] = (m) => a(p.items[0].path))
|
|
5102
5102
|
}, [
|
|
5103
5103
|
s("p", null, V(p.items[0].text), 1)
|
|
5104
5104
|
]),
|
|
@@ -5115,19 +5115,19 @@ const gr = /* @__PURE__ */ P({
|
|
|
5115
5115
|
}, [
|
|
5116
5116
|
s("p", null, V(p.items[p.items.length - 1].text), 1)
|
|
5117
5117
|
], 2)
|
|
5118
|
-
], 64)) : (r(!0), l(H, { key: 1 }, N(p.items, (
|
|
5118
|
+
], 64)) : (r(!0), l(H, { key: 1 }, N(p.items, (m, c) => (r(), l("button", {
|
|
5119
5119
|
key: c,
|
|
5120
5120
|
class: "flex items-center space-x-4",
|
|
5121
5121
|
disabled: c === p.items.length - 1,
|
|
5122
5122
|
type: "button",
|
|
5123
|
-
onClick: (k) => a(
|
|
5123
|
+
onClick: (k) => a(m.path)
|
|
5124
5124
|
}, [
|
|
5125
5125
|
s("p", {
|
|
5126
5126
|
class: b([
|
|
5127
5127
|
c === p.items.length - 1 && i(p.variant),
|
|
5128
5128
|
c !== p.items.length - 1 && "active:scale-90 text-ce_gray font-medium"
|
|
5129
5129
|
])
|
|
5130
|
-
}, V(
|
|
5130
|
+
}, V(m.text), 3),
|
|
5131
5131
|
c < p.items.length - 1 ? (r(), l("span", al, V(p.divider), 1)) : x("", !0)
|
|
5132
5132
|
], 8, sl))), 128))
|
|
5133
5133
|
])
|
|
@@ -5142,7 +5142,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
5142
5142
|
}, ul = ["disabled", "onClick"], cl = {
|
|
5143
5143
|
key: 2,
|
|
5144
5144
|
class: "flex rounded-lg border-[1px] border-ce_soft_gray bg-ce_white p-2"
|
|
5145
|
-
}, pl = ["disabled", "onClick"],
|
|
5145
|
+
}, pl = ["disabled", "onClick"], fl = /* @__PURE__ */ P({
|
|
5146
5146
|
__name: "ce-tab",
|
|
5147
5147
|
props: {
|
|
5148
5148
|
tabs: {},
|
|
@@ -5157,56 +5157,56 @@ const gr = /* @__PURE__ */ P({
|
|
|
5157
5157
|
}, i = (p) => o.variant === p;
|
|
5158
5158
|
return (p, v) => (r(), l(H, null, [
|
|
5159
5159
|
i("primary") || i("secondary") ? (r(), l("div", ll, [
|
|
5160
|
-
(r(!0), l(H, null, N(p.tabs, (
|
|
5161
|
-
key:
|
|
5162
|
-
disabled: p.inactivate ||
|
|
5160
|
+
(r(!0), l(H, null, N(p.tabs, (m) => (r(), l("button", {
|
|
5161
|
+
key: m.id,
|
|
5162
|
+
disabled: p.inactivate || m.disabled,
|
|
5163
5163
|
type: "button",
|
|
5164
|
-
onClick: (c) => u(
|
|
5164
|
+
onClick: (c) => u(m.id),
|
|
5165
5165
|
class: b(["px-5 py-2 font-semibold text-ce_stone_gray", {
|
|
5166
|
-
"bg-ce_transparent_green text-ce_green rounded-lg": d.value ==
|
|
5167
|
-
"bg-ce_white text-ce_medium_gray rounded-lg": d.value ==
|
|
5168
|
-
"cursor-not-allowed": p.inactivate ||
|
|
5166
|
+
"bg-ce_transparent_green text-ce_green rounded-lg": d.value == m.id && i("primary"),
|
|
5167
|
+
"bg-ce_white text-ce_medium_gray rounded-lg": d.value == m.id && i("secondary"),
|
|
5168
|
+
"cursor-not-allowed": p.inactivate || m.disabled
|
|
5169
5169
|
}])
|
|
5170
|
-
}, V(
|
|
5170
|
+
}, V(m.label), 11, il))), 128))
|
|
5171
5171
|
])) : x("", !0),
|
|
5172
5172
|
i("line-primary") || i("line-text") ? (r(), l("div", dl, [
|
|
5173
|
-
(r(!0), l(H, null, N(p.tabs, (
|
|
5174
|
-
key:
|
|
5175
|
-
disabled: p.inactivate ||
|
|
5173
|
+
(r(!0), l(H, null, N(p.tabs, (m) => (r(), l("button", {
|
|
5174
|
+
key: m.id,
|
|
5175
|
+
disabled: p.inactivate || m.disabled,
|
|
5176
5176
|
type: "button",
|
|
5177
|
-
onClick: (c) => u(
|
|
5177
|
+
onClick: (c) => u(m.id),
|
|
5178
5178
|
class: b(["px-5 py-2 font-semibold text-ce_stone_gray border-b-[1px] border-ce_soft_gray", {
|
|
5179
|
-
"bg-ce_transparent_green text-ce_green !border-b-2 !border-ce_soft_green": d.value ==
|
|
5180
|
-
" !text-ce_green !border-b-2 !border-ce_soft_green": d.value ==
|
|
5181
|
-
"cursor-not-allowed": p.inactivate ||
|
|
5179
|
+
"bg-ce_transparent_green text-ce_green !border-b-2 !border-ce_soft_green": d.value == m.id && i("line-primary"),
|
|
5180
|
+
" !text-ce_green !border-b-2 !border-ce_soft_green": d.value == m.id && i("line-text"),
|
|
5181
|
+
"cursor-not-allowed": p.inactivate || m.disabled
|
|
5182
5182
|
}])
|
|
5183
|
-
}, V(
|
|
5183
|
+
}, V(m.label), 11, ul))), 128))
|
|
5184
5184
|
])) : x("", !0),
|
|
5185
5185
|
i("soft") ? (r(), l("div", cl, [
|
|
5186
|
-
(r(!0), l(H, null, N(p.tabs, (
|
|
5187
|
-
key:
|
|
5188
|
-
disabled: p.inactivate ||
|
|
5186
|
+
(r(!0), l(H, null, N(p.tabs, (m) => (r(), l("button", {
|
|
5187
|
+
key: m.id,
|
|
5188
|
+
disabled: p.inactivate || m.disabled,
|
|
5189
5189
|
type: "button",
|
|
5190
|
-
onClick: (c) => u(
|
|
5190
|
+
onClick: (c) => u(m.id),
|
|
5191
5191
|
class: b(["px-5 py-2 font-semibold text-ce_stone_gray", {
|
|
5192
|
-
"bg-white text-ce_medium_gray shadow-lg rounded-lg": d.value ==
|
|
5193
|
-
"cursor-not-allowed": p.inactivate ||
|
|
5192
|
+
"bg-white text-ce_medium_gray shadow-lg rounded-lg": d.value == m.id,
|
|
5193
|
+
"cursor-not-allowed": p.inactivate || m.disabled
|
|
5194
5194
|
}])
|
|
5195
|
-
}, V(
|
|
5195
|
+
}, V(m.label), 11, pl))), 128))
|
|
5196
5196
|
])) : x("", !0),
|
|
5197
5197
|
s("div", null, [
|
|
5198
5198
|
$(p.$slots, "default")
|
|
5199
5199
|
])
|
|
5200
5200
|
], 64));
|
|
5201
5201
|
}
|
|
5202
|
-
}),
|
|
5202
|
+
}), ml = { key: 0 }, gl = /* @__PURE__ */ P({
|
|
5203
5203
|
__name: "ce-tab-item",
|
|
5204
5204
|
props: {
|
|
5205
5205
|
modelValue: {},
|
|
5206
5206
|
value: {}
|
|
5207
5207
|
},
|
|
5208
5208
|
setup(e) {
|
|
5209
|
-
return (t, o) => t.value == t.modelValue ? (r(), l("div",
|
|
5209
|
+
return (t, o) => t.value == t.modelValue ? (r(), l("div", ml, [
|
|
5210
5210
|
$(t.$slots, "default")
|
|
5211
5211
|
])) : x("", !0);
|
|
5212
5212
|
}
|
|
@@ -5216,7 +5216,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
5216
5216
|
Jr
|
|
5217
5217
|
), c2 = I(
|
|
5218
5218
|
rl
|
|
5219
|
-
), p2 = I(
|
|
5219
|
+
), p2 = I(fl), f2 = I(
|
|
5220
5220
|
gl
|
|
5221
5221
|
), vl = { class: "w-full h-full" }, hl = ["src", "alt"], bl = {
|
|
5222
5222
|
key: 1,
|
|
@@ -5240,8 +5240,8 @@ const gr = /* @__PURE__ */ P({
|
|
|
5240
5240
|
},
|
|
5241
5241
|
emits: ["click"],
|
|
5242
5242
|
setup(e, { expose: t, emit: o }) {
|
|
5243
|
-
const a = e, d = o, u = ae(), i = A(null), { hasSlot: p } = ne("default", i, u), { hasSlot: v } = ne("status-badge", i, u),
|
|
5244
|
-
() => a.sizeBagde ? a.sizeBagde : Math.round(
|
|
5243
|
+
const a = e, d = o, u = ae(), i = A(null), { hasSlot: p } = ne("default", i, u), { hasSlot: v } = ne("status-badge", i, u), m = z(() => a.size === null || a.size === void 0 ? 48 : typeof a.size == "number" ? a.size : { small: 32, medium: 48, large: 64 }[a.size] || 48), c = z(
|
|
5244
|
+
() => a.sizeBagde ? a.sizeBagde : Math.round(m.value * 0.25)
|
|
5245
5245
|
), k = z(() => {
|
|
5246
5246
|
const g = {
|
|
5247
5247
|
disponivel: "bg-green-500",
|
|
@@ -5267,7 +5267,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
5267
5267
|
"relative inline-block group",
|
|
5268
5268
|
g.disabled ? "opacity-50 select-none pointer-events-none cursor-not-allowed" : "cursor-pointer"
|
|
5269
5269
|
],
|
|
5270
|
-
style: { width:
|
|
5270
|
+
style: { width: m.value + "px", height: m.value + "px" }
|
|
5271
5271
|
}, g.$attrs, { onClick: h }), [
|
|
5272
5272
|
s("div", vl, [
|
|
5273
5273
|
n(p) ? x("", !0) : (r(), l(H, { key: 0 }, [
|
|
@@ -5330,7 +5330,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
5330
5330
|
function v() {
|
|
5331
5331
|
d.value = !1, u("clear");
|
|
5332
5332
|
}
|
|
5333
|
-
function
|
|
5333
|
+
function m() {
|
|
5334
5334
|
o.value = !o.value;
|
|
5335
5335
|
}
|
|
5336
5336
|
function c(k) {
|
|
@@ -5353,7 +5353,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
5353
5353
|
s("div", wl, [
|
|
5354
5354
|
s("button", {
|
|
5355
5355
|
type: "button",
|
|
5356
|
-
onClick:
|
|
5356
|
+
onClick: m,
|
|
5357
5357
|
style: ee({ color: k.color, textDecorationColor: k.color }),
|
|
5358
5358
|
class: "flex items-center justify-between gap-2 underline underline-offset-8 font-medium"
|
|
5359
5359
|
}, [
|
|
@@ -5413,7 +5413,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
5413
5413
|
}, 8, ["disabled"]),
|
|
5414
5414
|
S(De, {
|
|
5415
5415
|
type: "button",
|
|
5416
|
-
onClick:
|
|
5416
|
+
onClick: m,
|
|
5417
5417
|
variant: "secondary-gray"
|
|
5418
5418
|
}, {
|
|
5419
5419
|
default: X(() => h[3] || (h[3] = [
|
|
@@ -5486,7 +5486,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
5486
5486
|
), p = z(
|
|
5487
5487
|
() => ["w-2 h-2 rounded-full flex-shrink-0 mr-2", u[t.color]].join(" ")
|
|
5488
5488
|
);
|
|
5489
|
-
return (v,
|
|
5489
|
+
return (v, m) => (r(), l("span", K(v.$attrs, {
|
|
5490
5490
|
class: [i.value, "border"]
|
|
5491
5491
|
}), [
|
|
5492
5492
|
v.status ? (r(), l("span", {
|
|
@@ -5496,7 +5496,7 @@ const gr = /* @__PURE__ */ P({
|
|
|
5496
5496
|
$(v.$slots, "default")
|
|
5497
5497
|
], 16));
|
|
5498
5498
|
}
|
|
5499
|
-
}),
|
|
5499
|
+
}), m2 = I(
|
|
5500
5500
|
kl
|
|
5501
5501
|
), g2 = I(
|
|
5502
5502
|
yl
|
|
@@ -5654,7 +5654,7 @@ const Ll = {
|
|
|
5654
5654
|
"right-top": "top-5 right-5 items-end sm:right-0",
|
|
5655
5655
|
"left-bottom": "bottom-5 left-5 items-start sm:left-0",
|
|
5656
5656
|
"right-bottom": "bottom-5 right-5 items-end sm:right-0"
|
|
5657
|
-
})[t.position || "right-top"]),
|
|
5657
|
+
})[t.position || "right-top"]), m = z(() => ({
|
|
5658
5658
|
"left-top": "self-start",
|
|
5659
5659
|
"right-top": "self-end",
|
|
5660
5660
|
"left-bottom": "self-start",
|
|
@@ -5667,7 +5667,7 @@ const Ll = {
|
|
|
5667
5667
|
s("transition-group", Ll, [
|
|
5668
5668
|
(r(!0), l(H, null, N(n(o), (h) => (r(), l("div", {
|
|
5669
5669
|
key: h.id,
|
|
5670
|
-
class: b(["grid grid-cols-[10%_1fr_6%] gap-4 p-4 rounded-lg shadow-lg text-white cursor-pointer sm:w-full w-[25rem] bg-white border",
|
|
5670
|
+
class: b(["grid grid-cols-[10%_1fr_6%] gap-4 p-4 rounded-lg shadow-lg text-white cursor-pointer sm:w-full w-[25rem] bg-white border", m.value]),
|
|
5671
5671
|
onMouseenter: (g) => n(d)(h.id, t.pauseOnHover),
|
|
5672
5672
|
onMouseleave: (g) => n(u)(h.id, h.duration)
|
|
5673
5673
|
}, [
|
|
@@ -5846,7 +5846,7 @@ const Ql = { class: "absolute left-0 top-0 flex h-full w-full flex-col items-cen
|
|
|
5846
5846
|
},
|
|
5847
5847
|
setup(e) {
|
|
5848
5848
|
const t = ae(), o = A(null), { isMobile: a } = Ie(), { hasSlot: d } = ne("media", o, t), { hasSlot: u } = ne("header", o, t), { hasSlot: i } = ne("actions", o, t);
|
|
5849
|
-
function p(
|
|
5849
|
+
function p(m) {
|
|
5850
5850
|
return {
|
|
5851
5851
|
0: "shadow-none",
|
|
5852
5852
|
1: "shadow-sm",
|
|
@@ -5854,9 +5854,9 @@ const Ql = { class: "absolute left-0 top-0 flex h-full w-full flex-col items-cen
|
|
|
5854
5854
|
3: "shadow-md",
|
|
5855
5855
|
4: "shadow-lg",
|
|
5856
5856
|
5: "shadow-xl"
|
|
5857
|
-
}[
|
|
5857
|
+
}[m ?? 1] || "shadow-sm";
|
|
5858
5858
|
}
|
|
5859
|
-
function v(
|
|
5859
|
+
function v(m) {
|
|
5860
5860
|
return {
|
|
5861
5861
|
0: "bg-transparent border-transparent",
|
|
5862
5862
|
1: "bg-white border-neutral-200",
|
|
@@ -5865,18 +5865,18 @@ const Ql = { class: "absolute left-0 top-0 flex h-full w-full flex-col items-cen
|
|
|
5865
5865
|
4: "bg-neutral-200 border-gray-400",
|
|
5866
5866
|
5: "bg-[#60AB56] border-neutral-200",
|
|
5867
5867
|
6: "bg-[#538F4B] border-[#D6D6D6]"
|
|
5868
|
-
}[
|
|
5868
|
+
}[m ?? 1] || "bg-white border-neutral-200";
|
|
5869
5869
|
}
|
|
5870
|
-
return (
|
|
5870
|
+
return (m, c) => (r(), Y(be(m.tag), K({
|
|
5871
5871
|
ref_key: "rootRef",
|
|
5872
5872
|
ref: o
|
|
5873
|
-
},
|
|
5873
|
+
}, m.$attrs, {
|
|
5874
5874
|
class: [
|
|
5875
5875
|
"border",
|
|
5876
|
-
v(
|
|
5877
|
-
|
|
5878
|
-
p(
|
|
5879
|
-
|
|
5876
|
+
v(m.color),
|
|
5877
|
+
m.rounded ? "rounded-xl" : "",
|
|
5878
|
+
p(m.elevation),
|
|
5879
|
+
m.hover ? "hover:shadow-lg transition-shadow" : "",
|
|
5880
5880
|
"overflow-hidden"
|
|
5881
5881
|
]
|
|
5882
5882
|
}), {
|
|
@@ -5884,40 +5884,40 @@ const Ql = { class: "absolute left-0 top-0 flex h-full w-full flex-col items-cen
|
|
|
5884
5884
|
s("div", {
|
|
5885
5885
|
class: b([
|
|
5886
5886
|
"flex",
|
|
5887
|
-
|
|
5888
|
-
|
|
5889
|
-
|
|
5887
|
+
m.responsive && "default-sm:flex-row flex-col",
|
|
5888
|
+
m.mediaOrientation === "horizontal" && "flex-row",
|
|
5889
|
+
m.mediaOrientation === "vertical" && "flex-col"
|
|
5890
5890
|
])
|
|
5891
5891
|
}, [
|
|
5892
5892
|
s("div", {
|
|
5893
5893
|
class: b([
|
|
5894
|
-
n(d) && (
|
|
5895
|
-
n(d) &&
|
|
5896
|
-
n(d) &&
|
|
5894
|
+
n(d) && (m.responsive ? "default-sm:w-1/3 w-full" : "w-1/3"),
|
|
5895
|
+
n(d) && m.mediaOrientation === "horizontal" && "w-1/3",
|
|
5896
|
+
n(d) && m.mediaOrientation === "vertical" && "w-full"
|
|
5897
5897
|
])
|
|
5898
5898
|
}, [
|
|
5899
|
-
$(
|
|
5899
|
+
$(m.$slots, "media", { isMobile: n(a) })
|
|
5900
5900
|
], 2),
|
|
5901
5901
|
s("div", {
|
|
5902
5902
|
class: b([
|
|
5903
5903
|
"flex flex-col",
|
|
5904
|
-
|
|
5905
|
-
|
|
5906
|
-
|
|
5904
|
+
m.responsive ? "default-sm:w-2/3 default-sm:justify-center w-full" : "w-2/3",
|
|
5905
|
+
m.mediaOrientation === "horizontal" && "w-2/3 justify-center",
|
|
5906
|
+
m.mediaOrientation === "vertical" && "w-full"
|
|
5907
5907
|
])
|
|
5908
5908
|
}, [
|
|
5909
5909
|
s("div", {
|
|
5910
5910
|
class: b([n(u) && "px-4 pt-4"])
|
|
5911
5911
|
}, [
|
|
5912
|
-
$(
|
|
5912
|
+
$(m.$slots, "header", { isMobile: n(a) })
|
|
5913
5913
|
], 2),
|
|
5914
5914
|
s("div", Yl, [
|
|
5915
|
-
$(
|
|
5915
|
+
$(m.$slots, "default", { isMobile: n(a) })
|
|
5916
5916
|
]),
|
|
5917
5917
|
s("div", {
|
|
5918
5918
|
class: b([n(i) && "px-4 pb-4 space-x-4"])
|
|
5919
5919
|
}, [
|
|
5920
|
-
$(
|
|
5920
|
+
$(m.$slots, "actions", { isMobile: n(a) })
|
|
5921
5921
|
], 2)
|
|
5922
5922
|
], 2)
|
|
5923
5923
|
], 2)
|
|
@@ -5979,7 +5979,7 @@ const Ql = { class: "absolute left-0 top-0 flex h-full w-full flex-col items-cen
|
|
|
5979
5979
|
t.type != "highlighted" ? (r(), l("hr", ti)) : x("", !0)
|
|
5980
5980
|
], 2));
|
|
5981
5981
|
}
|
|
5982
|
-
}), We = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALOSURBVHgB7VXNblJBFD5nRDTRWHwC6BPYat2ZtHHrohcR7EpuXZsUfYBy2bgtdW0CddXwI+0T1K5t0/oG8ASyaVq43Dl+cy9QIG1pkMTE8CUwM+fOzPfNmXPOEM0wwwz/GDxqKJxYkUedezazXsXnBSKZQ4t5cipEp6Q8J/H0e4OmhCEBlaOEpehOAd0IKEUk+D7YNxDWTuJZJUdTgOp19o9TWZDXDDkZPjAOkpu2N2bhbPUoWaApwD9V9ThpY9P+hgEZc0/EVWhrovM25ddflD7S3wionazFxNMH6MdGXF2HqG1iqZsBpFj4f+cLQ+fMJT7rQISrrU8vK/s0IUJaeytgjBpnXJKrnddLu/bI3L3qz1Qd9Jstj7nl+V6Qi47KZ2rWYT6+16QJoJRQmlmxueQu6leQ+0g8Lzkg/dL2yUVaHeILkWj4fniDJoQiVk+Ggo44f9OC87uuEdHse6HDfNGWjF2wIjSJABA/Hkoxkhtdub6414QHMt0r8H8QE1EPwxmaRACYhwghZn7cog/LpZ3AC4acyIVqhMPGJF4ImQoHx68EGeAnfBp2Z9zClisOTp438aC18SBH6EHYpHL8ujV2+e0WWCx/EGRcXWlRfgoF12BikWPV49TWOAGfX5W325rrHT1gZLLs8pvsleTVFOySQRWLIvKimBtDADRCKtQqkhfOSrf8mihABVqgW8B1vXUhdTAgAOtVNl1OrjKpbyz6BIZ52NOiZdmck6lXUzE9dCen4ggqLTrX80LXE8XbCPiarPxAc/kmiC8BDLyIwZYoPkCKF2BZNmnuk/ehcsX4br1vQJFxlKJNbNCIL5XGBuIg7PKag0jI+vTmEBTk9DDhINROMRnUmv5jZIoMhu/lFgE4CmzmQIB5Exo94mvIf5t5PfJg7hRh19Zi5HorKG5p+GEBYT6HK2jCK79wJYcUaueLE5bsGWaY4f/FHz7QUcuUyTQmAAAAAElFTkSuQmCC", Je = "data:image/png;base64,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", ni = { class: "content-center" }, si = ["src"], ai = { class: "flex flex-wrap justify-center gap-4 font-semibold sm:justify-start" }, ri = ["onClick"], li = ["src"], ii = ["src"], di = ["src"], ui = { class: "flex flex-wrap gap-4" }, ci = ["href"], pi = ["src"],
|
|
5982
|
+
}), We = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALOSURBVHgB7VXNblJBFD5nRDTRWHwC6BPYat2ZtHHrohcR7EpuXZsUfYBy2bgtdW0CddXwI+0T1K5t0/oG8ASyaVq43Dl+cy9QIG1pkMTE8CUwM+fOzPfNmXPOEM0wwwz/GDxqKJxYkUedezazXsXnBSKZQ4t5cipEp6Q8J/H0e4OmhCEBlaOEpehOAd0IKEUk+D7YNxDWTuJZJUdTgOp19o9TWZDXDDkZPjAOkpu2N2bhbPUoWaApwD9V9ThpY9P+hgEZc0/EVWhrovM25ddflD7S3wionazFxNMH6MdGXF2HqG1iqZsBpFj4f+cLQ+fMJT7rQISrrU8vK/s0IUJaeytgjBpnXJKrnddLu/bI3L3qz1Qd9Jstj7nl+V6Qi47KZ2rWYT6+16QJoJRQmlmxueQu6leQ+0g8Lzkg/dL2yUVaHeILkWj4fniDJoQiVk+Ggo44f9OC87uuEdHse6HDfNGWjF2wIjSJABA/Hkoxkhtdub6414QHMt0r8H8QE1EPwxmaRACYhwghZn7cog/LpZ3AC4acyIVqhMPGJF4ImQoHx68EGeAnfBp2Z9zClisOTp438aC18SBH6EHYpHL8ujV2+e0WWCx/EGRcXWlRfgoF12BikWPV49TWOAGfX5W325rrHT1gZLLs8pvsleTVFOySQRWLIvKimBtDADRCKtQqkhfOSrf8mihABVqgW8B1vXUhdTAgAOtVNl1OrjKpbyz6BIZ52NOiZdmck6lXUzE9dCen4ggqLTrX80LXE8XbCPiarPxAc/kmiC8BDLyIwZYoPkCKF2BZNmnuk/ehcsX4br1vQJFxlKJNbNCIL5XGBuIg7PKag0jI+vTmEBTk9DDhINROMRnUmv5jZIoMhu/lFgE4CmzmQIB5Exo94mvIf5t5PfJg7hRh19Zi5HorKG5p+GEBYT6HK2jCK79wJYcUaueLE5bsGWaY4f/FHz7QUcuUyTQmAAAAAElFTkSuQmCC", Je = "data:image/png;base64,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", ni = { class: "content-center" }, si = ["src"], ai = { class: "flex flex-wrap justify-center gap-4 font-semibold sm:justify-start" }, ri = ["onClick"], li = ["src"], ii = ["src"], di = ["src"], ui = { class: "flex flex-wrap gap-4" }, ci = ["href"], pi = ["src"], fi = { class: "flex justify-between items-center w-full sm:flex-col sm:gap-8 sm:items-start" }, mi = ["src"], gi = { class: "flex gap-4 sm:flex-col sm:w-full" }, vi = { class: "w-full h-full content-center" }, hi = ["src"], bi = ["src"], ki = /* @__PURE__ */ P({
|
|
5983
5983
|
__name: "ce-footer",
|
|
5984
5984
|
props: {
|
|
5985
5985
|
variant: { default: "1" },
|
|
@@ -6008,7 +6008,7 @@ const Ql = { class: "absolute left-0 top-0 flex h-full w-full flex-col items-cen
|
|
|
6008
6008
|
(r(!0), l(H, null, N(u.items, (p, v) => (r(), l("button", {
|
|
6009
6009
|
key: v,
|
|
6010
6010
|
type: "button",
|
|
6011
|
-
onClick: (
|
|
6011
|
+
onClick: (m) => d(p.path),
|
|
6012
6012
|
class: b(u.background == "green" ? "text-ce_pale_herbal_green" : "text-ce_gray")
|
|
6013
6013
|
}, V(p.text), 11, ri))), 128))
|
|
6014
6014
|
]),
|
|
@@ -6084,12 +6084,12 @@ const Ql = { class: "absolute left-0 top-0 flex h-full w-full flex-col items-cen
|
|
|
6084
6084
|
key: 3,
|
|
6085
6085
|
class: b([u.background == "green" ? "bg-ce_forest_green" : "bg-white", "w-full h-full p-4 flex items-center flex-col sm:gap-8 sm:py-8"])
|
|
6086
6086
|
}, [
|
|
6087
|
-
s("div",
|
|
6087
|
+
s("div", fi, [
|
|
6088
6088
|
s("img", {
|
|
6089
6089
|
src: u.background == "green" ? n(Je) : n(pe),
|
|
6090
6090
|
alt: "Comerc Energia",
|
|
6091
6091
|
class: "h-8"
|
|
6092
|
-
}, null, 8,
|
|
6092
|
+
}, null, 8, mi),
|
|
6093
6093
|
s("div", gi, [
|
|
6094
6094
|
S(Pe, {
|
|
6095
6095
|
placeholder: "Digite seu email",
|
|
@@ -6147,8 +6147,8 @@ const Ql = { class: "absolute left-0 top-0 flex h-full w-full flex-col items-cen
|
|
|
6147
6147
|
class: "grid grid-rows-[auto_1fr] transition-all duration-300"
|
|
6148
6148
|
}, Ai = { class: "h-[93px]" }, Bi = {
|
|
6149
6149
|
key: 2,
|
|
6150
|
-
class: "grid grid-rows-[auto_auto_auto_auto_1fr] gap-4 p-4 mb-
|
|
6151
|
-
}, Vi = { class: "
|
|
6150
|
+
class: "grid grid-rows-[auto_auto_auto_auto_1fr] gap-4 p-4 mb-4 w-full h-full"
|
|
6151
|
+
}, Vi = { class: "flex justify-between mb-2 px-4 sm:flex-col space-y-3 items-center sm:items-start" }, Di = { class: "px-4" }, ji = { class: "px-4" }, $i = { class: "px-4" }, Si = /* @__PURE__ */ P({
|
|
6152
6152
|
__name: "ce-layout",
|
|
6153
6153
|
props: {
|
|
6154
6154
|
openMenu: { type: Boolean, default: !1 },
|
|
@@ -6244,7 +6244,7 @@ const Ql = { class: "absolute left-0 top-0 flex h-full w-full flex-col items-cen
|
|
|
6244
6244
|
);
|
|
6245
6245
|
export {
|
|
6246
6246
|
Zi as CeAutocomplete,
|
|
6247
|
-
|
|
6247
|
+
m2 as CeAvatar,
|
|
6248
6248
|
v2 as CeBadge,
|
|
6249
6249
|
C2 as CeBanners,
|
|
6250
6250
|
c2 as CeBreadcrumbs,
|
|
@@ -6283,7 +6283,7 @@ export {
|
|
|
6283
6283
|
n2 as CeSlider,
|
|
6284
6284
|
i2 as CeSvgIcon,
|
|
6285
6285
|
p2 as CeTab,
|
|
6286
|
-
|
|
6286
|
+
f2 as CeTabItem,
|
|
6287
6287
|
M2 as CeToast,
|
|
6288
6288
|
s2 as CeToggle,
|
|
6289
6289
|
A2 as CeTooltip,
|