@solfacil/girassol 0.53.0 → 0.53.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/girassol.es.js +426 -424
- package/dist/girassol.umd.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/girassol.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as re, openBlock as d, createElementBlock as I, normalizeClass as
|
|
1
|
+
import { defineComponent as re, openBlock as d, createElementBlock as I, normalizeClass as K, createElementVNode as h, toDisplayString as ee, useSlots as kt, computed as j, unref as c, renderSlot as L, createCommentVNode as S, createVNode as R, createBlock as U, withCtx as Y, ref as W, withDirectives as Ke, getCurrentInstance as qt, version as kd, watch as Ge, onMounted as ct, provide as nc, isRef as gt, onBeforeUnmount as ic, toRef as Dt, resolveDynamicComponent as ke, h as Xi, inject as ac, reactive as Tt, onUnmounted as Cn, nextTick as xt, warn as rc, watchEffect as oc, markRaw as _d, mergeProps as Oe, vShow as nt, vModelText as Ld, Fragment as ue, renderList as pe, createTextVNode as se, getCurrentScope as lc, onScopeDispose as uc, withModifiers as Ee, normalizeStyle as zt, withKeys as ve, Transition as _t, createSlots as rt, normalizeProps as et, Teleport as Qa, guardReactiveProps as Wt, onBeforeUpdate as Cd, defineAsyncComponent as wt, pushScopeId as Kt, popScopeId as en, createStaticVNode as Pd, toRaw as fn, render as sc } from "vue";
|
|
2
2
|
const zd = /* @__PURE__ */ h("path", {
|
|
3
3
|
class: "path",
|
|
4
4
|
d: "M16.0008 1.5C17.905 1.5 19.7905 1.87506 21.5497 2.60375C23.3089 3.33244 24.9074 4.4005 26.2538 5.74695C27.6003 7.0934 28.6684 8.69187 29.397 10.4511C30.1257 12.2103 30.5008 14.0958 30.5008 16C30.5008 17.9042 30.1257 19.7897 29.397 21.5489C28.6684 23.3081 27.6003 24.9066 26.2538 26.2531C24.9074 27.5995 23.3089 28.6676 21.5497 29.3963C19.7905 30.1249 17.905 30.5 16.0008 30.5C14.0966 30.5 12.2111 30.1249 10.4519 29.3963C8.69266 28.6676 7.09419 27.5995 5.74774 26.253C4.4013 24.9066 3.33323 23.3081 2.60454 21.5489C1.87585 19.7897 1.50079 17.9042 1.50079 16C1.5008 14.0958 1.87585 12.2103 2.60454 10.4511C3.33324 8.69187 4.4013 7.0934 5.74775 5.74695C7.0942 4.4005 8.69267 3.33244 10.4519 2.60375C12.2111 1.87505 14.0966 1.5 16.0008 1.5L16.0008 1.5Z"
|
|
@@ -11,12 +11,12 @@ const zd = /* @__PURE__ */ h("path", {
|
|
|
11
11
|
},
|
|
12
12
|
setup(e) {
|
|
13
13
|
return (t, n) => (d(), I("svg", {
|
|
14
|
-
class:
|
|
14
|
+
class: K(["sol-inner-loader", `icon-size-${e.size}`]),
|
|
15
15
|
viewBox: "0 0 32 32",
|
|
16
16
|
fill: "none",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg"
|
|
18
18
|
}, [
|
|
19
|
-
h("title", null,
|
|
19
|
+
h("title", null, ee(e.title), 1),
|
|
20
20
|
zd
|
|
21
21
|
], 2));
|
|
22
22
|
}
|
|
@@ -53,7 +53,7 @@ const Od = ["id", "data-testid", "disabled"], $d = {
|
|
|
53
53
|
return d(), I("button", {
|
|
54
54
|
id: `button-${e.id}`,
|
|
55
55
|
"data-testid": `button-${e.id}`,
|
|
56
|
-
class:
|
|
56
|
+
class: K(["sol-button-core", `-${e.variant} -${e.size}
|
|
57
57
|
${t(e.loading, "-loading")}
|
|
58
58
|
${t(e.onColor, "-on-color")}
|
|
59
59
|
${t(c(a), "-has-icon")}
|
|
@@ -316,7 +316,7 @@ const qd = {
|
|
|
316
316
|
CNPJ: "##.###.###/####-##",
|
|
317
317
|
CPF_CNPJ: ["###.###.###-##", "##.###.###/####-##"],
|
|
318
318
|
MobilePhoneDDD: "(##) # ####-####"
|
|
319
|
-
},
|
|
319
|
+
}, qD = Sl;
|
|
320
320
|
function Kd(e) {
|
|
321
321
|
const t = Sl, n = j(() => {
|
|
322
322
|
if (e != null && e.hasOwnProperty("preset")) {
|
|
@@ -357,7 +357,7 @@ const ef = ["id", "data-testid", "value"], Ha = /* @__PURE__ */ re({
|
|
|
357
357
|
ref: l,
|
|
358
358
|
"data-testid": `input-${e.id}`,
|
|
359
359
|
value: e.modelValue,
|
|
360
|
-
class:
|
|
360
|
+
class: K(["sol-input-core", [`-${e.size}`, { "-error": e.error, "-feedback-icon": e.hasFeedbackIcon, "-left-icon": e.hasLeftIcon, "-right-icon": e.hasRightIcon }]]),
|
|
361
361
|
onInput: o
|
|
362
362
|
}, null, 42, ef)), [
|
|
363
363
|
[c(r), c(a)]
|
|
@@ -2667,17 +2667,17 @@ const gm = { name: "girassol-done", render: vm }, hm = ["id", "data-testid"], Im
|
|
|
2667
2667
|
return (g, p) => (d(), I("div", {
|
|
2668
2668
|
id: `input-currency-${e.id}`,
|
|
2669
2669
|
"data-testid": `input-currency-${e.id}`,
|
|
2670
|
-
class:
|
|
2670
|
+
class: K([[`${g.$props.class}`, { "-disabled": e.disabled }], "sol-input-currency-core"])
|
|
2671
2671
|
}, [
|
|
2672
2672
|
e.label ? (d(), I("label", {
|
|
2673
2673
|
key: 0,
|
|
2674
2674
|
for: `input-currency-input-${e.id}`,
|
|
2675
2675
|
"data-testid": `input-currency-label-${e.id}`,
|
|
2676
|
-
class:
|
|
2676
|
+
class: K(["label", `-${e.size}`]),
|
|
2677
2677
|
"data-required": e.required
|
|
2678
|
-
},
|
|
2678
|
+
}, ee(e.label), 11, Im)) : S("", !0),
|
|
2679
2679
|
h("div", {
|
|
2680
|
-
class:
|
|
2680
|
+
class: K(["container-input", `-${e.size}`])
|
|
2681
2681
|
}, [
|
|
2682
2682
|
R(Ha, Oe(g.$attrs, {
|
|
2683
2683
|
id: `currency-input-${e.id}`,
|
|
@@ -2698,13 +2698,13 @@ const gm = { name: "girassol-done", render: vm }, hm = ["id", "data-testid"], Im
|
|
|
2698
2698
|
}), null, 16, ["id", "model-value", "size", "name", "placeholder", "data-required", "has-feedback-icon", "error", "disabled", "aria-invalid", "aria-describedby"]),
|
|
2699
2699
|
e.isLoading ? (d(), U(Pn, {
|
|
2700
2700
|
key: 0,
|
|
2701
|
-
class:
|
|
2701
|
+
class: K(["icon-position", `-${e.size}`]),
|
|
2702
2702
|
title: "carregando",
|
|
2703
2703
|
"aria-busy": e.isSuccess,
|
|
2704
2704
|
size: e.size
|
|
2705
2705
|
}, null, 8, ["aria-busy", "class", "size"])) : (d(), I("div", {
|
|
2706
2706
|
key: 1,
|
|
2707
|
-
class:
|
|
2707
|
+
class: K(["icon-position", `-${e.size}`])
|
|
2708
2708
|
}, [
|
|
2709
2709
|
e.isSuccess ? (d(), U(c(gm), {
|
|
2710
2710
|
key: 0,
|
|
@@ -2717,8 +2717,8 @@ const gm = { name: "girassol-done", render: vm }, hm = ["id", "data-testid"], Im
|
|
|
2717
2717
|
key: 1,
|
|
2718
2718
|
id: `input-currency-describe-${e.id}`,
|
|
2719
2719
|
"data-testid": `input-currency-describe-${e.id}`,
|
|
2720
|
-
class:
|
|
2721
|
-
},
|
|
2720
|
+
class: K(["message", `-${c(y).type}`])
|
|
2721
|
+
}, ee(c(y).text), 11, pm)) : S("", !0)
|
|
2722
2722
|
], 10, hm));
|
|
2723
2723
|
}
|
|
2724
2724
|
});
|
|
@@ -2794,15 +2794,15 @@ const Lc = { name: "material-symbols-done", render: jm }, Sm = ["id", "data-test
|
|
|
2794
2794
|
return (p, N) => (d(), I("div", {
|
|
2795
2795
|
id: `input-text-${e.id}`,
|
|
2796
2796
|
"data-testid": `input-text-${e.id}`,
|
|
2797
|
-
class:
|
|
2797
|
+
class: K([[`${p.$props.class}`, { "-disabled": e.disabled }], "sol-input-text-core"])
|
|
2798
2798
|
}, [
|
|
2799
2799
|
e.label ? (d(), I("label", {
|
|
2800
2800
|
key: 0,
|
|
2801
2801
|
for: `input-text-input-${e.id}`,
|
|
2802
2802
|
"data-testid": `input-text-label-${e.id}`,
|
|
2803
|
-
class:
|
|
2803
|
+
class: K(["label", `-${e.size}`]),
|
|
2804
2804
|
"data-required": e.required
|
|
2805
|
-
},
|
|
2805
|
+
}, ee(e.label), 11, Dm)) : S("", !0),
|
|
2806
2806
|
h("div", xm, [
|
|
2807
2807
|
c(r) ? (d(), I("div", Tm, [
|
|
2808
2808
|
L(p.$slots, "icon:left")
|
|
@@ -2832,13 +2832,13 @@ const Lc = { name: "material-symbols-done", render: jm }, Sm = ["id", "data-test
|
|
|
2832
2832
|
}), null, 16, ["id", "modelValue", "size", "name", "mask", "placeholder", "data-required", "has-feedback-icon", "has-left-icon", "has-right-icon", "error", "disabled", "aria-invalid", "aria-describedby"]),
|
|
2833
2833
|
e.isLoading ? (d(), U(Pn, {
|
|
2834
2834
|
key: 2,
|
|
2835
|
-
class:
|
|
2835
|
+
class: K(["icon-position", `-${e.size}`]),
|
|
2836
2836
|
title: "carregando",
|
|
2837
2837
|
"aria-busy": e.isSuccess,
|
|
2838
2838
|
size: e.size
|
|
2839
2839
|
}, null, 8, ["aria-busy", "class", "size"])) : (d(), I("div", {
|
|
2840
2840
|
key: 3,
|
|
2841
|
-
class:
|
|
2841
|
+
class: K(["icon-position", `-${e.size}`])
|
|
2842
2842
|
}, [
|
|
2843
2843
|
e.isSuccess ? (d(), U(c(Lc), {
|
|
2844
2844
|
key: 0,
|
|
@@ -2851,8 +2851,8 @@ const Lc = { name: "material-symbols-done", render: jm }, Sm = ["id", "data-test
|
|
|
2851
2851
|
key: 1,
|
|
2852
2852
|
id: `input-text-describe-${e.id}`,
|
|
2853
2853
|
"data-testid": `input-text-describe-${e.id}`,
|
|
2854
|
-
class:
|
|
2855
|
-
},
|
|
2854
|
+
class: K(["message", `-${c(m).type}`])
|
|
2855
|
+
}, ee(c(m).text), 11, km)) : S("", !0)
|
|
2856
2856
|
], 10, Sm));
|
|
2857
2857
|
}
|
|
2858
2858
|
});
|
|
@@ -3005,7 +3005,7 @@ const Um = ["id", "data-testid"], Vm = ["id", "data-testid", "for", "data-requir
|
|
|
3005
3005
|
return d(), I("div", {
|
|
3006
3006
|
id: `input-textarea-${e.id}`,
|
|
3007
3007
|
"data-testid": `input-textarea-${e.id}`,
|
|
3008
|
-
class:
|
|
3008
|
+
class: K([[`${(m = f.$props.class) != null ? m : ""}`, `-${e.size}`], "sol-textarea-core"])
|
|
3009
3009
|
}, [
|
|
3010
3010
|
e.label ? (d(), I("label", {
|
|
3011
3011
|
key: 0,
|
|
@@ -3015,7 +3015,7 @@ const Um = ["id", "data-testid"], Vm = ["id", "data-testid", "for", "data-requir
|
|
|
3015
3015
|
class: "label",
|
|
3016
3016
|
"data-required": e.required
|
|
3017
3017
|
}, [
|
|
3018
|
-
h("span", null,
|
|
3018
|
+
h("span", null, ee(e.label), 1)
|
|
3019
3019
|
], 8, Vm)) : S("", !0),
|
|
3020
3020
|
Ke(h("textarea", Oe(f.$attrs, {
|
|
3021
3021
|
id: `input-textarea-input-${e.id}`,
|
|
@@ -3036,8 +3036,8 @@ const Um = ["id", "data-testid"], Vm = ["id", "data-testid", "for", "data-requir
|
|
|
3036
3036
|
key: 1,
|
|
3037
3037
|
id: `input-textarea-describe-${e.id}`,
|
|
3038
3038
|
"data-testid": `input-textarea-describe-${e.id}`,
|
|
3039
|
-
class:
|
|
3040
|
-
},
|
|
3039
|
+
class: K(["message", `-${c(u).type}`])
|
|
3040
|
+
}, ee(c(u).text), 11, Wm)) : S("", !0)
|
|
3041
3041
|
], 10, Um);
|
|
3042
3042
|
};
|
|
3043
3043
|
}
|
|
@@ -3075,7 +3075,7 @@ const Qm = ["id", "aria-checked", "aria-labelledby", "data-testid", "checked", "
|
|
|
3075
3075
|
t("change", (a = n.value) != null ? a : !!n.checked), t("update:checked", !n.checked);
|
|
3076
3076
|
}
|
|
3077
3077
|
return (a, r) => (d(), I("div", {
|
|
3078
|
-
class:
|
|
3078
|
+
class: K(["sol-switch-core", [a.$props.class, `-text-${e.textDirection}`, { "-stretch-label": e.stretchLabel }]])
|
|
3079
3079
|
}, [
|
|
3080
3080
|
h("input", Oe(a.$attrs, {
|
|
3081
3081
|
id: `switch-${e.name}-${e.id}`,
|
|
@@ -3092,10 +3092,10 @@ const Qm = ["id", "aria-checked", "aria-labelledby", "data-testid", "checked", "
|
|
|
3092
3092
|
}), null, 16, Qm),
|
|
3093
3093
|
h("label", {
|
|
3094
3094
|
id: `switch-label-${e.name}-${e.id}`,
|
|
3095
|
-
class:
|
|
3095
|
+
class: K(["label", `-${e.textDirection} ${e.hideLabel ? "sr-only" : ""}`]),
|
|
3096
3096
|
for: `switch-${e.name}-${e.id}`,
|
|
3097
3097
|
"data-testid": `switch-label-${e.name}-${e.id}`
|
|
3098
|
-
},
|
|
3098
|
+
}, ee(e.label), 11, Hm)
|
|
3099
3099
|
], 2));
|
|
3100
3100
|
}
|
|
3101
3101
|
});
|
|
@@ -3120,7 +3120,7 @@ const Fm = ["id", "data-testid", "checked", "value", "name"], Xm = ["for", "inne
|
|
|
3120
3120
|
emits: ["change"],
|
|
3121
3121
|
setup(e, { emit: t }) {
|
|
3122
3122
|
return (n, i) => (d(), I("div", {
|
|
3123
|
-
class:
|
|
3123
|
+
class: K(["sol-radio-core", [n.$props.class, { "-hide-label": e.hideLabel }]])
|
|
3124
3124
|
}, [
|
|
3125
3125
|
h("input", Oe(n.$attrs, {
|
|
3126
3126
|
id: `radio-${e.name}-${e.id}`,
|
|
@@ -3141,7 +3141,7 @@ const Fm = ["id", "data-testid", "checked", "value", "name"], Xm = ["for", "inne
|
|
|
3141
3141
|
key: 1,
|
|
3142
3142
|
class: "label",
|
|
3143
3143
|
for: `radio-${e.name}-${e.id}`
|
|
3144
|
-
},
|
|
3144
|
+
}, ee(e.label), 9, Jm))
|
|
3145
3145
|
], 2));
|
|
3146
3146
|
}
|
|
3147
3147
|
});
|
|
@@ -3207,12 +3207,12 @@ const Km = ["id", "data-testid", "aria-labelledby"], e0 = ["id", "data-testid"],
|
|
|
3207
3207
|
}, () => [
|
|
3208
3208
|
h("legend", {
|
|
3209
3209
|
id: `radio-group-title-${e.id}`,
|
|
3210
|
-
class:
|
|
3210
|
+
class: K(["title", { "sr-only": e.hideTitle }]),
|
|
3211
3211
|
"data-testid": `radio-group-title-${e.id}`
|
|
3212
|
-
},
|
|
3212
|
+
}, ee(e.title), 11, e0)
|
|
3213
3213
|
]),
|
|
3214
3214
|
h("ul", {
|
|
3215
|
-
class:
|
|
3215
|
+
class: K(["container-radios", { "flex-col": e.direction === "column" }])
|
|
3216
3216
|
}, [
|
|
3217
3217
|
L(M.$slots, "default", {
|
|
3218
3218
|
radios: e.radios,
|
|
@@ -3247,7 +3247,7 @@ const Km = ["id", "data-testid", "aria-labelledby"], e0 = ["id", "data-testid"],
|
|
|
3247
3247
|
class: "show",
|
|
3248
3248
|
onClick: N
|
|
3249
3249
|
}, [
|
|
3250
|
-
h("span", t0,
|
|
3250
|
+
h("span", t0, ee(c(o) ? c(l) : e.showLessLegend), 1)
|
|
3251
3251
|
])
|
|
3252
3252
|
]) : S("", !0)
|
|
3253
3253
|
], 64)) : (d(!0), I(ue, { key: 1 }, pe(e.radios, (b, w) => {
|
|
@@ -3274,8 +3274,8 @@ const Km = ["id", "data-testid", "aria-labelledby"], e0 = ["id", "data-testid"],
|
|
|
3274
3274
|
key: 0,
|
|
3275
3275
|
id: `radios-describe-${e.id}`,
|
|
3276
3276
|
"data-testid": `radios-describe-${e.id}`,
|
|
3277
|
-
class:
|
|
3278
|
-
},
|
|
3277
|
+
class: K(["message", `-${c(m).type}`])
|
|
3278
|
+
}, ee(c(m).text), 11, n0)) : S("", !0)
|
|
3279
3279
|
], 8, Km));
|
|
3280
3280
|
}
|
|
3281
3281
|
});
|
|
@@ -3304,7 +3304,7 @@ const i0 = ["id", "indeterminate", "data-testid", "checked", "value", "name"], a
|
|
|
3304
3304
|
emits: ["change"],
|
|
3305
3305
|
setup(e, { emit: t }) {
|
|
3306
3306
|
return (n, i) => (d(), I("div", {
|
|
3307
|
-
class:
|
|
3307
|
+
class: K(["sol-checkbox-core", [n.$props.class, { "-hide-label": e.hideLabel }]])
|
|
3308
3308
|
}, [
|
|
3309
3309
|
h("input", Oe(n.$attrs, {
|
|
3310
3310
|
id: `checkbox-${e.name}-${e.id}`,
|
|
@@ -3328,7 +3328,7 @@ const i0 = ["id", "indeterminate", "data-testid", "checked", "value", "name"], a
|
|
|
3328
3328
|
for: `checkbox-${e.name}-${e.id}`
|
|
3329
3329
|
}, [
|
|
3330
3330
|
L(n.$slots, "default", {}, () => [
|
|
3331
|
-
se(
|
|
3331
|
+
se(ee(e.label), 1)
|
|
3332
3332
|
])
|
|
3333
3333
|
], 8, r0))
|
|
3334
3334
|
], 2));
|
|
@@ -3402,12 +3402,12 @@ const l0 = ["id", "data-testid", "aria-labelledby"], u0 = ["id", "data-testid"],
|
|
|
3402
3402
|
}, () => [
|
|
3403
3403
|
h("legend", {
|
|
3404
3404
|
id: `checkbox-group-title-${e.id}`,
|
|
3405
|
-
class:
|
|
3405
|
+
class: K(["title", { "sr-only": e.hideTitle }]),
|
|
3406
3406
|
"data-testid": `checkbox-group-title-${e.id}`
|
|
3407
|
-
},
|
|
3407
|
+
}, ee(e.title), 11, u0)
|
|
3408
3408
|
]),
|
|
3409
3409
|
h("ul", {
|
|
3410
|
-
class:
|
|
3410
|
+
class: K(["container-checkboxes", { "flex-col": e.direction === "column" }])
|
|
3411
3411
|
}, [
|
|
3412
3412
|
L(M.$slots, "default", {
|
|
3413
3413
|
checkboxes: e.checkboxes,
|
|
@@ -3440,7 +3440,7 @@ const l0 = ["id", "data-testid", "aria-labelledby"], u0 = ["id", "data-testid"],
|
|
|
3440
3440
|
class: "show",
|
|
3441
3441
|
onClick: N
|
|
3442
3442
|
}, [
|
|
3443
|
-
h("span", s0,
|
|
3443
|
+
h("span", s0, ee(c(o) ? e.showMoreLegend : e.showLessLegend), 1)
|
|
3444
3444
|
])
|
|
3445
3445
|
]) : S("", !0)
|
|
3446
3446
|
], 64)) : (d(!0), I(ue, { key: 1 }, pe(e.checkboxes, (b, w) => {
|
|
@@ -3467,8 +3467,8 @@ const l0 = ["id", "data-testid", "aria-labelledby"], u0 = ["id", "data-testid"],
|
|
|
3467
3467
|
key: 0,
|
|
3468
3468
|
id: `checkboxes-describe-${e.id}`,
|
|
3469
3469
|
"data-testid": `checkboxes-describe-${e.id}`,
|
|
3470
|
-
class:
|
|
3471
|
-
},
|
|
3470
|
+
class: K(["message", `-${c(y).type}`])
|
|
3471
|
+
}, ee(c(y).text), 11, c0)) : S("", !0)
|
|
3472
3472
|
], 8, l0));
|
|
3473
3473
|
}
|
|
3474
3474
|
});
|
|
@@ -3843,7 +3843,7 @@ const x0 = { name: "mi-close", render: D0 }, T0 = ["id", "data-testid", "tabinde
|
|
|
3843
3843
|
return (r, o) => (d(), I("div", {
|
|
3844
3844
|
id: `removable-chip-${e.id}`,
|
|
3845
3845
|
"data-testid": `removable-chip-${e.id}`,
|
|
3846
|
-
class:
|
|
3846
|
+
class: K(["sol-removable-chip", {
|
|
3847
3847
|
"-disabled": e.disabled,
|
|
3848
3848
|
[`-${e.size}`]: !0,
|
|
3849
3849
|
[`-${e.variant}`]: !0
|
|
@@ -3865,7 +3865,7 @@ const x0 = { name: "mi-close", render: D0 }, T0 = ["id", "data-testid", "tabinde
|
|
|
3865
3865
|
}, " Press Delete or Backspace to remove ", 8, A0),
|
|
3866
3866
|
h("span", k0, [
|
|
3867
3867
|
L(r.$slots, "default", {}, () => [
|
|
3868
|
-
se(
|
|
3868
|
+
se(ee(e.label), 1)
|
|
3869
3869
|
])
|
|
3870
3870
|
]),
|
|
3871
3871
|
R(c(x0), {
|
|
@@ -3941,7 +3941,7 @@ const z0 = { name: "material-symbols-search", render: P0 }, O0 = ["id", "data-te
|
|
|
3941
3941
|
checked: e.isSelected(o),
|
|
3942
3942
|
label: `${o.name}`,
|
|
3943
3943
|
name: e.name
|
|
3944
|
-
}, null, 8, ["id", "value", "checked", "label", "name"])) : (d(), I("span", Z0,
|
|
3944
|
+
}, null, 8, ["id", "value", "checked", "label", "name"])) : (d(), I("span", Z0, ee(o.name), 1))
|
|
3945
3945
|
], 44, $0))), 128)),
|
|
3946
3946
|
e.options.length ? S("", !0) : (d(), I("li", E0, [
|
|
3947
3947
|
L(a.$slots, "no-data", {}, () => [
|
|
@@ -4127,7 +4127,7 @@ const zl = { name: "material-symbols-close-rounded", render: t1 }, n1 = ["data-t
|
|
|
4127
4127
|
return d(), I("div", {
|
|
4128
4128
|
ref_key: "el",
|
|
4129
4129
|
ref: i,
|
|
4130
|
-
class:
|
|
4130
|
+
class: K(["sol-select-core", [`-${e.size} -${y.value}`, { "-selected-multiple": e.multiple && Array.isArray(c(u)) && ((J = c(u)) == null ? void 0 : J.length) }]]),
|
|
4131
4131
|
"data-testid": `select-${e.id}`,
|
|
4132
4132
|
onKeydownPassive: $[3] || ($[3] = (...C) => c(te) && c(te)(...C))
|
|
4133
4133
|
}, [
|
|
@@ -4140,8 +4140,8 @@ const zl = { name: "material-symbols-close-rounded", render: t1 }, n1 = ["data-t
|
|
|
4140
4140
|
id: `select-label-${e.id}`,
|
|
4141
4141
|
"data-testid": `select-label-${e.id}`,
|
|
4142
4142
|
"data-required": e.required,
|
|
4143
|
-
class:
|
|
4144
|
-
},
|
|
4143
|
+
class: K(["label", { "-disabled": e.disabled }])
|
|
4144
|
+
}, ee(e.label), 11, i1)) : S("", !0)
|
|
4145
4145
|
]),
|
|
4146
4146
|
h("button", {
|
|
4147
4147
|
id: `select-toggle-${e.id}`,
|
|
@@ -4182,7 +4182,7 @@ const zl = { name: "material-symbols-close-rounded", render: t1 }, n1 = ["data-t
|
|
|
4182
4182
|
"data-testid": `select-value-selected-${e.id}`,
|
|
4183
4183
|
class: "min-w-3xs text-left",
|
|
4184
4184
|
tabindex: "-1"
|
|
4185
|
-
},
|
|
4185
|
+
}, ee(B()), 9, o1)),
|
|
4186
4186
|
e.multiple && Array.isArray(c(u)) && ((oe = c(u)) == null ? void 0 : oe.length) > 1 ? (d(), U(Pe, {
|
|
4187
4187
|
key: 2,
|
|
4188
4188
|
id: `select-${e.id}-clear-all`,
|
|
@@ -4200,7 +4200,7 @@ const zl = { name: "material-symbols-close-rounded", render: t1 }, n1 = ["data-t
|
|
|
4200
4200
|
R(c(J0), {
|
|
4201
4201
|
"aria-hidden": "true",
|
|
4202
4202
|
tabindex: "-1",
|
|
4203
|
-
class:
|
|
4203
|
+
class: K(["icon", { "-open": a.value }])
|
|
4204
4204
|
}, null, 8, ["class"])
|
|
4205
4205
|
];
|
|
4206
4206
|
})
|
|
@@ -4209,8 +4209,8 @@ const zl = { name: "material-symbols-close-rounded", render: t1 }, n1 = ["data-t
|
|
|
4209
4209
|
key: 0,
|
|
4210
4210
|
id: `select-describe-${e.id}`,
|
|
4211
4211
|
"data-testid": `select-describe-${e.id}`,
|
|
4212
|
-
class:
|
|
4213
|
-
},
|
|
4212
|
+
class: K(["message", `-${c(Z).type}`])
|
|
4213
|
+
}, ee(c(Z).text), 11, l1)), [
|
|
4214
4214
|
[nt, !a.value]
|
|
4215
4215
|
]) : S("", !0),
|
|
4216
4216
|
R(_t, {
|
|
@@ -4222,7 +4222,7 @@ const zl = { name: "material-symbols-close-rounded", render: t1 }, n1 = ["data-t
|
|
|
4222
4222
|
L(x.$slots, "search", {}, () => [
|
|
4223
4223
|
e.searchable ? (d(), I("div", {
|
|
4224
4224
|
key: 0,
|
|
4225
|
-
class:
|
|
4225
|
+
class: K(["search-container", { "-loading": e.loading }])
|
|
4226
4226
|
}, [
|
|
4227
4227
|
R(Ha, {
|
|
4228
4228
|
id: `select-search-${e.id}`,
|
|
@@ -4307,7 +4307,7 @@ const c1 = ["id", "data-testid", "aria-disabled", "tabindex", "title", "aria-che
|
|
|
4307
4307
|
return (o, l) => (d(), I("div", {
|
|
4308
4308
|
id: i.chip,
|
|
4309
4309
|
"data-testid": i.chip,
|
|
4310
|
-
class:
|
|
4310
|
+
class: K(["sol-selectable-chip", [
|
|
4311
4311
|
`-${e.size}`,
|
|
4312
4312
|
{
|
|
4313
4313
|
"-disabled": e.disabled,
|
|
@@ -4336,10 +4336,10 @@ const c1 = ["id", "data-testid", "aria-disabled", "tabindex", "title", "aria-che
|
|
|
4336
4336
|
id: i.describe,
|
|
4337
4337
|
"z-index": "-1",
|
|
4338
4338
|
class: "description"
|
|
4339
|
-
}, " Press Enter or Space to " +
|
|
4339
|
+
}, " Press Enter or Space to " + ee(e.selected ? "unselect" : "select"), 9, d1),
|
|
4340
4340
|
h("span", f1, [
|
|
4341
4341
|
L(o.$slots, "default", {}, () => [
|
|
4342
|
-
se(
|
|
4342
|
+
se(ee(e.label), 1)
|
|
4343
4343
|
])
|
|
4344
4344
|
])
|
|
4345
4345
|
], 42, c1));
|
|
@@ -4364,11 +4364,11 @@ const m1 = ["id", "data-testid", "title"], ea = /* @__PURE__ */ re({
|
|
|
4364
4364
|
return (t, n) => (d(), I("div", {
|
|
4365
4365
|
id: `tag-${e.id}`,
|
|
4366
4366
|
"data-testid": `tag-${e.id}`,
|
|
4367
|
-
class:
|
|
4367
|
+
class: K(["sol-tag-core", `-${e.size} -${e.variant} -${e.type}`]),
|
|
4368
4368
|
title: e.text
|
|
4369
4369
|
}, [
|
|
4370
4370
|
L(t.$slots, "default", {}, () => [
|
|
4371
|
-
se(
|
|
4371
|
+
se(ee(e.text), 1)
|
|
4372
4372
|
])
|
|
4373
4373
|
], 10, m1));
|
|
4374
4374
|
}
|
|
@@ -4446,7 +4446,7 @@ const C1 = { name: "material-symbols-info-outline", render: L1 }, P1 = ["id", "d
|
|
|
4446
4446
|
return (n, i) => (d(), I("div", {
|
|
4447
4447
|
id: `alert-${e.id}`,
|
|
4448
4448
|
"data-testid": `alert-${e.id}`,
|
|
4449
|
-
class:
|
|
4449
|
+
class: K(["sol-alert-core", `-${e.feedback}`]),
|
|
4450
4450
|
"aria-live": "assertive",
|
|
4451
4451
|
role: "alert"
|
|
4452
4452
|
}, [
|
|
@@ -4472,9 +4472,9 @@ const C1 = { name: "material-symbols-info-outline", render: L1 }, P1 = ["id", "d
|
|
|
4472
4472
|
"aria-hidden": "true"
|
|
4473
4473
|
})) : S("", !0),
|
|
4474
4474
|
h("div", O1, [
|
|
4475
|
-
e.title ? (d(), I("strong", $1,
|
|
4475
|
+
e.title ? (d(), I("strong", $1, ee(e.title), 1)) : S("", !0),
|
|
4476
4476
|
L(n.$slots, "default", {}, () => [
|
|
4477
|
-
se(
|
|
4477
|
+
se(ee(e.text), 1)
|
|
4478
4478
|
])
|
|
4479
4479
|
])
|
|
4480
4480
|
]),
|
|
@@ -4487,7 +4487,7 @@ const C1 = { name: "material-symbols-info-outline", render: L1 }, P1 = ["id", "d
|
|
|
4487
4487
|
onClick: i[0] || (i[0] = (a) => t("click"))
|
|
4488
4488
|
}, {
|
|
4489
4489
|
default: Y(() => [
|
|
4490
|
-
se(
|
|
4490
|
+
se(ee(e.action), 1)
|
|
4491
4491
|
]),
|
|
4492
4492
|
_: 1
|
|
4493
4493
|
}, 8, ["id"])) : S("", !0),
|
|
@@ -4525,14 +4525,14 @@ const Z1 = ["id", "data-testid"], E1 = ["data-testid"], G1 = ["data-testid", "it
|
|
|
4525
4525
|
id: `text-value-${e.id}`,
|
|
4526
4526
|
"data-testid": `text-value-${e.id}`,
|
|
4527
4527
|
itemscope: "",
|
|
4528
|
-
class:
|
|
4528
|
+
class: K(["sol-text-property-value", `-${e.align}`])
|
|
4529
4529
|
}, [
|
|
4530
4530
|
h("strong", {
|
|
4531
4531
|
"data-testid": `label-text-value-${e.id}`,
|
|
4532
4532
|
class: "label"
|
|
4533
4533
|
}, [
|
|
4534
4534
|
L(t.$slots, "label", {}, () => [
|
|
4535
|
-
se(
|
|
4535
|
+
se(ee(e.label), 1)
|
|
4536
4536
|
])
|
|
4537
4537
|
], 8, E1),
|
|
4538
4538
|
h("span", {
|
|
@@ -4544,7 +4544,7 @@ const Z1 = ["id", "data-testid"], E1 = ["data-testid"], G1 = ["data-testid", "it
|
|
|
4544
4544
|
L(t.$slots, "icon:left")
|
|
4545
4545
|
]),
|
|
4546
4546
|
L(t.$slots, "value", {}, () => [
|
|
4547
|
-
se(
|
|
4547
|
+
se(ee(e.value), 1)
|
|
4548
4548
|
]),
|
|
4549
4549
|
h("span", Y1, [
|
|
4550
4550
|
L(t.$slots, "icon:right")
|
|
@@ -4581,7 +4581,7 @@ const $c = { name: "material-symbols-keyboard-arrow-down-rounded", render: W1 },
|
|
|
4581
4581
|
return (t, n) => (d(), I("details", {
|
|
4582
4582
|
id: `accordion-${e.id}`,
|
|
4583
4583
|
"data-testid": `accordion-${e.id}`,
|
|
4584
|
-
class:
|
|
4584
|
+
class: K(["sol-accordion-core", { "-on-color": e.onColor, "-disabled": e.disabled }]),
|
|
4585
4585
|
"aria-disabled": e.disabled
|
|
4586
4586
|
}, [
|
|
4587
4587
|
h("summary", {
|
|
@@ -4594,7 +4594,7 @@ const $c = { name: "material-symbols-keyboard-arrow-down-rounded", render: W1 },
|
|
|
4594
4594
|
L(t.$slots, "icon")
|
|
4595
4595
|
]),
|
|
4596
4596
|
L(t.$slots, "title", {}, () => [
|
|
4597
|
-
se(
|
|
4597
|
+
se(ee(e.title), 1)
|
|
4598
4598
|
])
|
|
4599
4599
|
]),
|
|
4600
4600
|
R(c($c), {
|
|
@@ -4630,7 +4630,7 @@ const q1 = ["id", "data-gtm-id", "data-testid", "disabled", "aria-selected"], K1
|
|
|
4630
4630
|
"data-gtm-id": e.gtmId,
|
|
4631
4631
|
"data-testid": `tab-item-${e.id}`,
|
|
4632
4632
|
role: "tab",
|
|
4633
|
-
class:
|
|
4633
|
+
class: K(["tab-item-core", { "-selected": e.active, "-disabled": e.disabled }]),
|
|
4634
4634
|
disabled: e.disabled,
|
|
4635
4635
|
type: "button",
|
|
4636
4636
|
tabindex: "-1",
|
|
@@ -4641,7 +4641,7 @@ const q1 = ["id", "data-gtm-id", "data-testid", "disabled", "aria-selected"], K1
|
|
|
4641
4641
|
]),
|
|
4642
4642
|
h("span", ey, [
|
|
4643
4643
|
L(n.$slots, "label", { label: e.label }, () => [
|
|
4644
|
-
se(
|
|
4644
|
+
se(ee(e.label), 1)
|
|
4645
4645
|
]),
|
|
4646
4646
|
c(t).count ? (d(), I("span", ty, [
|
|
4647
4647
|
se(" ("),
|
|
@@ -4704,7 +4704,7 @@ const iy = ["id", "data-testid"], ay = ["data-testid"], Ur = /* @__PURE__ */ re(
|
|
|
4704
4704
|
ref_key: "tabs",
|
|
4705
4705
|
ref: a,
|
|
4706
4706
|
role: "tablist",
|
|
4707
|
-
class:
|
|
4707
|
+
class: K(["tabs-header", { "-only-line": e.onlyLine }])
|
|
4708
4708
|
}, [
|
|
4709
4709
|
(d(!0), I(ue, null, pe(e.tabList, ({ label: N, active: M, disabled: E, key: b, gtmId: w }) => (d(), U(ny, {
|
|
4710
4710
|
id: `${e.id}-${b}`,
|
|
@@ -4832,7 +4832,7 @@ const Ol = { name: "material-symbols-close", render: Iy }, py = ["id", "data-tes
|
|
|
4832
4832
|
return (u, s) => (d(), I("ol", {
|
|
4833
4833
|
id: `steps-${e.id}`,
|
|
4834
4834
|
"data-testid": `steps-${e.id}`,
|
|
4835
|
-
class:
|
|
4835
|
+
class: K(["sol-steps-core", { "-column": e.direction === "column" }])
|
|
4836
4836
|
}, [
|
|
4837
4837
|
(d(!0), I(ue, null, pe(c(i), (f) => {
|
|
4838
4838
|
var y, m;
|
|
@@ -4840,7 +4840,7 @@ const Ol = { name: "material-symbols-close", render: Iy }, py = ["id", "data-tes
|
|
|
4840
4840
|
key: f.text,
|
|
4841
4841
|
"data-testid": `step-${e.id}-${f.key}`,
|
|
4842
4842
|
"aria-current": f != null && f.current ? "step" : void 0,
|
|
4843
|
-
class:
|
|
4843
|
+
class: K(["step", { "-warning": f.warning, "-active": f.current, "-failed": f.failed, "-finished": l(f) }])
|
|
4844
4844
|
}, [
|
|
4845
4845
|
h("div", by, [
|
|
4846
4846
|
wy,
|
|
@@ -4885,11 +4885,11 @@ const Ol = { name: "material-symbols-close", render: Iy }, py = ["id", "data-tes
|
|
|
4885
4885
|
default: Y(() => [
|
|
4886
4886
|
h("p", jy, [
|
|
4887
4887
|
h("span", Sy, [
|
|
4888
|
-
se(
|
|
4888
|
+
se(ee(f.text) + " ", 1),
|
|
4889
4889
|
f.finished ? (d(), I("span", Dy, "completed")) : S("", !0),
|
|
4890
4890
|
!f.finished && !f.current ? (d(), I("span", xy, " not completed ")) : S("", !0)
|
|
4891
4891
|
]),
|
|
4892
|
-
Ke(h("span", { class: "subtitle" },
|
|
4892
|
+
Ke(h("span", { class: "subtitle" }, ee(f.subtitle), 513), [
|
|
4893
4893
|
[nt, f.subtitle]
|
|
4894
4894
|
])
|
|
4895
4895
|
])
|
|
@@ -4950,7 +4950,7 @@ const Ty = ["id", "data-testid"], Ay = ["id", "aria-controls", "aria-expanded"],
|
|
|
4950
4950
|
ref_key: "el",
|
|
4951
4951
|
ref: n,
|
|
4952
4952
|
"data-testid": `menu-${e.id}`,
|
|
4953
|
-
class:
|
|
4953
|
+
class: K([`-${e.position}`, "sol-menu-core"]),
|
|
4954
4954
|
onKeyupPassive: M[0] || (M[0] = (...E) => c(y) && c(y)(...E))
|
|
4955
4955
|
}, [
|
|
4956
4956
|
L(N.$slots, "trigger", {
|
|
@@ -4974,7 +4974,7 @@ const Ty = ["id", "data-testid"], Ay = ["id", "aria-controls", "aria-expanded"],
|
|
|
4974
4974
|
onClick: p
|
|
4975
4975
|
}, [
|
|
4976
4976
|
L(N.$slots, "label", { isOpen: i.value }, () => [
|
|
4977
|
-
se(
|
|
4977
|
+
se(ee(e.label), 1)
|
|
4978
4978
|
])
|
|
4979
4979
|
], 8, Ay)
|
|
4980
4980
|
]),
|
|
@@ -4983,7 +4983,7 @@ const Ty = ["id", "data-testid"], Ay = ["id", "aria-controls", "aria-expanded"],
|
|
|
4983
4983
|
ref_key: "menu",
|
|
4984
4984
|
ref: a,
|
|
4985
4985
|
role: "menu",
|
|
4986
|
-
class:
|
|
4986
|
+
class: K(["menu", { "-open": i.value }]),
|
|
4987
4987
|
"data-testid": `menu-container-${e.id}`,
|
|
4988
4988
|
"aria-labelledby": `button-menu-button-${e.id}`
|
|
4989
4989
|
}, [
|
|
@@ -5006,21 +5006,21 @@ const _y = ["itemprop"], Ly = /* @__PURE__ */ re({
|
|
|
5006
5006
|
},
|
|
5007
5007
|
setup(e) {
|
|
5008
5008
|
return (t, n) => (d(), I("p", {
|
|
5009
|
-
class:
|
|
5009
|
+
class: K(["text-property-value", `-${e.align}`])
|
|
5010
5010
|
}, [
|
|
5011
5011
|
h("span", {
|
|
5012
|
-
class:
|
|
5012
|
+
class: K(["property", { "-hide": e.hide }])
|
|
5013
5013
|
}, [
|
|
5014
5014
|
L(t.$slots, "property", {}, () => [
|
|
5015
|
-
se(
|
|
5015
|
+
se(ee(e.property), 1)
|
|
5016
5016
|
])
|
|
5017
5017
|
], 2),
|
|
5018
5018
|
h("span", {
|
|
5019
5019
|
itemprop: e.itemProp,
|
|
5020
|
-
class:
|
|
5020
|
+
class: K(["value", { "-highlight": e.isHighlightValue }])
|
|
5021
5021
|
}, [
|
|
5022
5022
|
L(t.$slots, "value", {}, () => [
|
|
5023
|
-
se(
|
|
5023
|
+
se(ee(e.value), 1)
|
|
5024
5024
|
])
|
|
5025
5025
|
], 10, _y)
|
|
5026
5026
|
], 2));
|
|
@@ -5071,7 +5071,7 @@ const Cy = ["id", "data-testid"], Py = {
|
|
|
5071
5071
|
return (s, f) => (d(), I("li", {
|
|
5072
5072
|
id: `listitem-${e.id}-${e.itemIndex}`,
|
|
5073
5073
|
"data-testid": `listitem-${e.id}-${e.itemIndex}`,
|
|
5074
|
-
class:
|
|
5074
|
+
class: K(["list-item", { "-selected": e.isSelected }]),
|
|
5075
5075
|
tabindex: "-1",
|
|
5076
5076
|
onClick: f[3] || (f[3] = Ee((y) => t("listitem:click"), ["self"])),
|
|
5077
5077
|
onKeyup: [
|
|
@@ -5131,7 +5131,7 @@ const Cy = ["id", "data-testid"], Py = {
|
|
|
5131
5131
|
renderHeader: e.renderHeader,
|
|
5132
5132
|
headers: e.headers
|
|
5133
5133
|
}, () => [
|
|
5134
|
-
se(
|
|
5134
|
+
se(ee(e.renderHeader(g)), 1)
|
|
5135
5135
|
])
|
|
5136
5136
|
]),
|
|
5137
5137
|
value: Y(() => [
|
|
@@ -5141,7 +5141,7 @@ const Cy = ["id", "data-testid"], Py = {
|
|
|
5141
5141
|
columnIndex: p,
|
|
5142
5142
|
isHighlight: e.isHighlight
|
|
5143
5143
|
}, () => [
|
|
5144
|
-
se(
|
|
5144
|
+
se(ee(r(e.data[g])), 1)
|
|
5145
5145
|
])
|
|
5146
5146
|
]),
|
|
5147
5147
|
_: 2
|
|
@@ -5515,10 +5515,10 @@ const Fy = ["id", "data-testid"], Xy = ["href", "target"], na = /* @__PURE__ */
|
|
|
5515
5515
|
}, () => [
|
|
5516
5516
|
h("a", {
|
|
5517
5517
|
role: "menuitem",
|
|
5518
|
-
class:
|
|
5518
|
+
class: K({ "-active": e.active }),
|
|
5519
5519
|
href: e.link,
|
|
5520
5520
|
target: e.external ? "_blank" : "_parent"
|
|
5521
|
-
},
|
|
5521
|
+
}, ee(e.text), 11, Xy)
|
|
5522
5522
|
])
|
|
5523
5523
|
], 40, Fy);
|
|
5524
5524
|
};
|
|
@@ -5542,9 +5542,9 @@ const Jy = { class: "label-container" }, qy = { class: "label" }, Wr = /* @__PUR
|
|
|
5542
5542
|
label: Y(({ isOpen: i }) => [
|
|
5543
5543
|
L(t.$slots, "label", { isOpen: i }, () => [
|
|
5544
5544
|
h("div", Jy, [
|
|
5545
|
-
h("span", qy,
|
|
5545
|
+
h("span", qy, ee(e.label), 1),
|
|
5546
5546
|
R(c($c), {
|
|
5547
|
-
class:
|
|
5547
|
+
class: K(["icon", { "-opened": i }]),
|
|
5548
5548
|
"aria-hidden": "true"
|
|
5549
5549
|
}, null, 8, ["class"])
|
|
5550
5550
|
])
|
|
@@ -5678,7 +5678,7 @@ const qa = /* @__PURE__ */ lt(Ky, [["render", tv]]), nv = ["id", "data-testid",
|
|
|
5678
5678
|
tabindex: "-1",
|
|
5679
5679
|
role: "alertdialog",
|
|
5680
5680
|
"aria-modal": "true",
|
|
5681
|
-
class:
|
|
5681
|
+
class: K(["sol-modal-core", [`${b.$props.class}`, c(y)]]),
|
|
5682
5682
|
"aria-labelledby": a.headerTitle,
|
|
5683
5683
|
onKeyupPassive: w[3] || (w[3] = (...D) => c(m) && c(m)(...D))
|
|
5684
5684
|
}, [
|
|
@@ -5691,7 +5691,7 @@ const qa = /* @__PURE__ */ lt(Ky, [["render", tv]]), nv = ["id", "data-testid",
|
|
|
5691
5691
|
id: a.headerTitle,
|
|
5692
5692
|
"data-testid": r.headerTitle,
|
|
5693
5693
|
class: "title"
|
|
5694
|
-
},
|
|
5694
|
+
}, ee(e.title), 9, av),
|
|
5695
5695
|
R(Pe, {
|
|
5696
5696
|
id: a.headerClose,
|
|
5697
5697
|
size: "small",
|
|
@@ -5724,7 +5724,7 @@ const qa = /* @__PURE__ */ lt(Ky, [["render", tv]]), nv = ["id", "data-testid",
|
|
|
5724
5724
|
onClick: w[0] || (w[0] = (D) => n("action:tertiary"))
|
|
5725
5725
|
}, {
|
|
5726
5726
|
default: Y(() => [
|
|
5727
|
-
se(
|
|
5727
|
+
se(ee(e.actionTertiaryText), 1)
|
|
5728
5728
|
]),
|
|
5729
5729
|
_: 1
|
|
5730
5730
|
}, 8, ["id"])) : S("", !0)
|
|
@@ -5741,7 +5741,7 @@ const qa = /* @__PURE__ */ lt(Ky, [["render", tv]]), nv = ["id", "data-testid",
|
|
|
5741
5741
|
onClick: w[1] || (w[1] = (D) => n("action:secondary"))
|
|
5742
5742
|
}, {
|
|
5743
5743
|
default: Y(() => [
|
|
5744
|
-
se(
|
|
5744
|
+
se(ee(e.actionSecondaryText), 1)
|
|
5745
5745
|
]),
|
|
5746
5746
|
_: 1
|
|
5747
5747
|
}, 8, ["id"])) : S("", !0)
|
|
@@ -5757,7 +5757,7 @@ const qa = /* @__PURE__ */ lt(Ky, [["render", tv]]), nv = ["id", "data-testid",
|
|
|
5757
5757
|
onClick: w[2] || (w[2] = (D) => n("action:primary"))
|
|
5758
5758
|
}, {
|
|
5759
5759
|
default: Y(() => [
|
|
5760
|
-
se(
|
|
5760
|
+
se(ee(e.actionPrimaryText), 1)
|
|
5761
5761
|
]),
|
|
5762
5762
|
_: 1
|
|
5763
5763
|
}, 8, ["id"])) : S("", !0)
|
|
@@ -5789,7 +5789,7 @@ const uv = { class: "slider" }, sv = /* @__PURE__ */ re({
|
|
|
5789
5789
|
return (t, n) => (d(), I("section", uv, [
|
|
5790
5790
|
(d(!0), I(ue, null, pe(e.steps, (i) => (d(), I("div", {
|
|
5791
5791
|
key: i,
|
|
5792
|
-
class:
|
|
5792
|
+
class: K(["step", { "-active": i === e.current }])
|
|
5793
5793
|
}, null, 2))), 128))
|
|
5794
5794
|
]));
|
|
5795
5795
|
}
|
|
@@ -5926,7 +5926,7 @@ const $l = { name: "material-symbols-chevron-left-rounded", render: hv }, Iv = [
|
|
|
5926
5926
|
tabindex: "-1",
|
|
5927
5927
|
role: "alertdialog",
|
|
5928
5928
|
"aria-modal": "true",
|
|
5929
|
-
class:
|
|
5929
|
+
class: K(["sol-modal-onboarding-core", Z.$props.class]),
|
|
5930
5930
|
onKeyupPassive: v[0] || (v[0] = (...A) => c(M) && c(M)(...A))
|
|
5931
5931
|
}, [
|
|
5932
5932
|
R(Pe, {
|
|
@@ -5968,14 +5968,14 @@ const $l = { name: "material-symbols-chevron-left-rounded", render: hv }, Iv = [
|
|
|
5968
5968
|
L(Z.$slots, `title:${s.value}`, {
|
|
5969
5969
|
title: c(f).title
|
|
5970
5970
|
}, () => [
|
|
5971
|
-
se(
|
|
5971
|
+
se(ee(c(f).title), 1)
|
|
5972
5972
|
])
|
|
5973
5973
|
]),
|
|
5974
5974
|
h("p", bv, [
|
|
5975
5975
|
L(Z.$slots, `content:${s.value}`, {
|
|
5976
5976
|
content: c(f).content
|
|
5977
5977
|
}, () => [
|
|
5978
|
-
se(
|
|
5978
|
+
se(ee(c(f).content), 1)
|
|
5979
5979
|
])
|
|
5980
5980
|
])
|
|
5981
5981
|
], 512),
|
|
@@ -6052,7 +6052,7 @@ const $l = { name: "material-symbols-chevron-left-rounded", render: hv }, Iv = [
|
|
|
6052
6052
|
onClick: F
|
|
6053
6053
|
}, {
|
|
6054
6054
|
default: Y(() => [
|
|
6055
|
-
se(
|
|
6055
|
+
se(ee(e.finalButtonText), 1)
|
|
6056
6056
|
]),
|
|
6057
6057
|
_: 1
|
|
6058
6058
|
}, 8, ["id"])) : S("", !0)
|
|
@@ -6152,7 +6152,7 @@ const Nv = ["id", "data-testid", "data-current-page"], jv = { class: "total" },
|
|
|
6152
6152
|
"dropdown-position": e.openMenuPosition,
|
|
6153
6153
|
"onUpdate:selected": f
|
|
6154
6154
|
}, null, 8, ["id", "selected", "options", "size", "dropdown-position"]),
|
|
6155
|
-
h("span", jv, "de " +
|
|
6155
|
+
h("span", jv, "de " + ee(o()), 1),
|
|
6156
6156
|
R(Pe, {
|
|
6157
6157
|
id: `next-page-${e.id}`,
|
|
6158
6158
|
variant: "tertiary",
|
|
@@ -6211,8 +6211,8 @@ const Sv = "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTU0IDE1NCIgZmlsbD
|
|
|
6211
6211
|
alt: c(n).alt
|
|
6212
6212
|
}, null, 8, $v)
|
|
6213
6213
|
]),
|
|
6214
|
-
h("h1", Zv,
|
|
6215
|
-
h("p", Ev,
|
|
6214
|
+
h("h1", Zv, ee(e.title), 1),
|
|
6215
|
+
h("p", Ev, ee(e.subtitle), 1),
|
|
6216
6216
|
h("div", Gv, [
|
|
6217
6217
|
L(i.$slots, "action")
|
|
6218
6218
|
])
|
|
@@ -6270,7 +6270,7 @@ const Mu = { name: "material-symbols-search-rounded", render: Vv }, Rv = ["id",
|
|
|
6270
6270
|
id: i.el,
|
|
6271
6271
|
"data-testid": i.el,
|
|
6272
6272
|
role: "search",
|
|
6273
|
-
class:
|
|
6273
|
+
class: K([`-${e.variant} -${e.size}`, "sol-search-core"]),
|
|
6274
6274
|
"aria-label": e.ariaLabel,
|
|
6275
6275
|
onSubmit: Ee(o, ["prevent"])
|
|
6276
6276
|
}, [
|
|
@@ -13497,7 +13497,7 @@ const x4 = (e, t, n, i) => {
|
|
|
13497
13497
|
ref: u,
|
|
13498
13498
|
id: _.uid ? `dp-input-${_.uid}` : void 0,
|
|
13499
13499
|
name: _.name,
|
|
13500
|
-
class:
|
|
13500
|
+
class: K(c(f)),
|
|
13501
13501
|
inputmode: _.textInput ? "text" : "none",
|
|
13502
13502
|
placeholder: _.placeholder,
|
|
13503
13503
|
disabled: _.disabled,
|
|
@@ -13583,9 +13583,9 @@ const x4 = (e, t, n, i) => {
|
|
|
13583
13583
|
}) : S("", !0),
|
|
13584
13584
|
w.$slots["action-preview"] ? S("", !0) : (d(), I(ue, { key: 1 }, [
|
|
13585
13585
|
Array.isArray(c(M)) ? S("", !0) : (d(), I(ue, { key: 0 }, [
|
|
13586
|
-
se(
|
|
13586
|
+
se(ee(c(M)), 1)
|
|
13587
13587
|
], 64)),
|
|
13588
|
-
Array.isArray(c(M)) ? (d(!0), I(ue, { key: 1 }, pe(c(M), (H, _) => (d(), I("div", { key: _ },
|
|
13588
|
+
Array.isArray(c(M)) ? (d(!0), I(ue, { key: 1 }, pe(c(M), (H, _) => (d(), I("div", { key: _ }, ee(H), 1))), 128)) : S("", !0)
|
|
13589
13589
|
], 64))
|
|
13590
13590
|
]),
|
|
13591
13591
|
h("div", $4, [
|
|
@@ -13605,9 +13605,9 @@ const x4 = (e, t, n, i) => {
|
|
|
13605
13605
|
D[1] || (D[1] = ve((H) => w.$emit("close-picker"), ["enter"])),
|
|
13606
13606
|
D[2] || (D[2] = ve((H) => w.$emit("close-picker"), ["space"]))
|
|
13607
13607
|
]
|
|
13608
|
-
},
|
|
13608
|
+
}, ee(w.cancelText), 545)),
|
|
13609
13609
|
h("span", {
|
|
13610
|
-
class:
|
|
13610
|
+
class: K(c(y)),
|
|
13611
13611
|
tabindex: "0",
|
|
13612
13612
|
onKeydown: [
|
|
13613
13613
|
ve(b, ["enter"]),
|
|
@@ -13617,7 +13617,7 @@ const x4 = (e, t, n, i) => {
|
|
|
13617
13617
|
"data-test": "select-button",
|
|
13618
13618
|
ref_key: "selectButtonRef",
|
|
13619
13619
|
ref: u
|
|
13620
|
-
},
|
|
13620
|
+
}, ee(w.selectText), 43, Z4)
|
|
13621
13621
|
], 64))
|
|
13622
13622
|
])
|
|
13623
13623
|
], 64))
|
|
@@ -13714,7 +13714,7 @@ const x4 = (e, t, n, i) => {
|
|
|
13714
13714
|
return t({ triggerTransition: M }), (k, V) => {
|
|
13715
13715
|
var Z;
|
|
13716
13716
|
return d(), I("div", {
|
|
13717
|
-
class:
|
|
13717
|
+
class: K(c(D))
|
|
13718
13718
|
}, [
|
|
13719
13719
|
h("div", {
|
|
13720
13720
|
style: zt(c(H))
|
|
@@ -13723,12 +13723,12 @@ const x4 = (e, t, n, i) => {
|
|
|
13723
13723
|
key: 0,
|
|
13724
13724
|
ref_key: "calendarWrapRef",
|
|
13725
13725
|
ref: f,
|
|
13726
|
-
class:
|
|
13726
|
+
class: K(c(E)),
|
|
13727
13727
|
role: "grid",
|
|
13728
13728
|
"aria-label": (Z = c(o).ariaLabels) == null ? void 0 : Z.calendarWrap
|
|
13729
13729
|
}, [
|
|
13730
13730
|
h("div", B4, [
|
|
13731
|
-
k.weekNumbers ? (d(), I("div", Y4,
|
|
13731
|
+
k.weekNumbers ? (d(), I("div", Y4, ee(k.weekNumName), 1)) : S("", !0),
|
|
13732
13732
|
(d(!0), I(ue, null, pe(c(p), (v, A) => (d(), I("div", {
|
|
13733
13733
|
class: "dp__calendar_header_item",
|
|
13734
13734
|
role: "gridcell",
|
|
@@ -13741,7 +13741,7 @@ const x4 = (e, t, n, i) => {
|
|
|
13741
13741
|
index: A
|
|
13742
13742
|
}) : S("", !0),
|
|
13743
13743
|
k.$slots["calendar-header"] ? S("", !0) : (d(), I(ue, { key: 1 }, [
|
|
13744
|
-
se(
|
|
13744
|
+
se(ee(v), 1)
|
|
13745
13745
|
], 64))
|
|
13746
13746
|
]))), 128))
|
|
13747
13747
|
]),
|
|
@@ -13765,7 +13765,7 @@ const x4 = (e, t, n, i) => {
|
|
|
13765
13765
|
key: x
|
|
13766
13766
|
}, [
|
|
13767
13767
|
k.weekNumbers ? (d(), I("div", R4, [
|
|
13768
|
-
h("div", W4,
|
|
13768
|
+
h("div", W4, ee(e.getWeekNum(A.days)), 1)
|
|
13769
13769
|
])) : S("", !0),
|
|
13770
13770
|
(d(!0), I(ue, null, pe(A.days, ($, J) => {
|
|
13771
13771
|
var C, oe, de;
|
|
@@ -13789,7 +13789,7 @@ const x4 = (e, t, n, i) => {
|
|
|
13789
13789
|
onMouseleave: P
|
|
13790
13790
|
}, [
|
|
13791
13791
|
h("div", {
|
|
13792
|
-
class:
|
|
13792
|
+
class: K(["dp__cell_inner", $.classData])
|
|
13793
13793
|
}, [
|
|
13794
13794
|
k.$slots.day ? L(k.$slots, "day", {
|
|
13795
13795
|
key: 0,
|
|
@@ -13797,11 +13797,11 @@ const x4 = (e, t, n, i) => {
|
|
|
13797
13797
|
date: $.value
|
|
13798
13798
|
}) : S("", !0),
|
|
13799
13799
|
k.$slots.day ? S("", !0) : (d(), I(ue, { key: 1 }, [
|
|
13800
|
-
se(
|
|
13800
|
+
se(ee($.text), 1)
|
|
13801
13801
|
], 64)),
|
|
13802
13802
|
$.marker && (k.hideOffsetDates ? $.current : !0) ? (d(), I("div", {
|
|
13803
13803
|
key: 2,
|
|
13804
|
-
class:
|
|
13804
|
+
class: K(c(b)($.marker)),
|
|
13805
13805
|
style: zt($.marker.color ? { backgroundColor: $.marker.color } : {})
|
|
13806
13806
|
}, null, 6)) : S("", !0),
|
|
13807
13807
|
c(w)($.value) ? (d(), I("div", {
|
|
@@ -13829,7 +13829,7 @@ const x4 = (e, t, n, i) => {
|
|
|
13829
13829
|
class: "dp__tooltip_mark",
|
|
13830
13830
|
style: zt(O.color ? { backgroundColor: O.color } : {})
|
|
13831
13831
|
}, null, 4),
|
|
13832
|
-
h("div", null,
|
|
13832
|
+
h("div", null, ee(O.text), 1)
|
|
13833
13833
|
], 64))
|
|
13834
13834
|
]))), 128)),
|
|
13835
13835
|
H4
|
|
@@ -13873,7 +13873,7 @@ const x4 = (e, t, n, i) => {
|
|
|
13873
13873
|
ref: n
|
|
13874
13874
|
}, [
|
|
13875
13875
|
h("div", {
|
|
13876
|
-
class:
|
|
13876
|
+
class: K(["dp__inner_nav", { dp__inner_nav_disabled: e.disabled }])
|
|
13877
13877
|
}, [
|
|
13878
13878
|
L(i.$slots, "default")
|
|
13879
13879
|
], 2)
|
|
@@ -13995,13 +13995,13 @@ const x4 = (e, t, n, i) => {
|
|
|
13995
13995
|
return d(), I("div", {
|
|
13996
13996
|
ref_key: "gridWrapRef",
|
|
13997
13997
|
ref: f,
|
|
13998
|
-
class:
|
|
13998
|
+
class: K(c(M)),
|
|
13999
13999
|
role: "dialog",
|
|
14000
14000
|
tabindex: "0",
|
|
14001
14001
|
onKeydown: ve(X, ["esc"])
|
|
14002
14002
|
}, [
|
|
14003
14003
|
h("div", {
|
|
14004
|
-
class:
|
|
14004
|
+
class: K(c(H)),
|
|
14005
14005
|
role: "grid"
|
|
14006
14006
|
}, [
|
|
14007
14007
|
h("div", q4, [
|
|
@@ -14015,7 +14015,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14015
14015
|
}, [
|
|
14016
14016
|
(d(!0), I(ue, null, pe(v, (x, $) => (d(), I("div", {
|
|
14017
14017
|
role: "gridcell",
|
|
14018
|
-
class:
|
|
14018
|
+
class: K(c(E)),
|
|
14019
14019
|
key: x.value,
|
|
14020
14020
|
"aria-selected": x.value === e.modelValue && !e.disabledValues.includes(x.value),
|
|
14021
14021
|
"aria-disabled": x.className.dp__overlay_cell_disabled,
|
|
@@ -14031,14 +14031,14 @@ const x4 = (e, t, n, i) => {
|
|
|
14031
14031
|
onMouseover: (J) => m.value = x.value
|
|
14032
14032
|
}, [
|
|
14033
14033
|
h("div", {
|
|
14034
|
-
class:
|
|
14034
|
+
class: K(x.className)
|
|
14035
14035
|
}, [
|
|
14036
14036
|
k.$slots.item ? L(k.$slots, "item", {
|
|
14037
14037
|
key: 0,
|
|
14038
14038
|
item: x
|
|
14039
14039
|
}) : S("", !0),
|
|
14040
14040
|
k.$slots.item ? S("", !0) : (d(), I(ue, { key: 1 }, [
|
|
14041
|
-
se(
|
|
14041
|
+
se(ee(x.text), 1)
|
|
14042
14042
|
], 64))
|
|
14043
14043
|
], 2)
|
|
14044
14044
|
], 42, K4))), 128))
|
|
@@ -14047,7 +14047,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14047
14047
|
key: 0,
|
|
14048
14048
|
role: "button",
|
|
14049
14049
|
"aria-label": (Z = e.ariaLabels) == null ? void 0 : Z.toggleOverlay,
|
|
14050
|
-
class:
|
|
14050
|
+
class: K(c(D)),
|
|
14051
14051
|
tabindex: "0",
|
|
14052
14052
|
ref_key: "toggleButton",
|
|
14053
14053
|
ref: g,
|
|
@@ -14276,7 +14276,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14276
14276
|
default: Y(() => [
|
|
14277
14277
|
O.$slots.month ? L(O.$slots, "month", et(Oe({ key: 0 }, c(V)))) : S("", !0),
|
|
14278
14278
|
O.$slots.month ? S("", !0) : (d(), I(ue, { key: 1 }, [
|
|
14279
|
-
se(
|
|
14279
|
+
se(ee(c(V).text), 1)
|
|
14280
14280
|
], 64))
|
|
14281
14281
|
]),
|
|
14282
14282
|
_: 2
|
|
@@ -14330,7 +14330,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14330
14330
|
year: e.year
|
|
14331
14331
|
}) : S("", !0),
|
|
14332
14332
|
O.$slots.year ? S("", !0) : (d(), I(ue, { key: 1 }, [
|
|
14333
|
-
se(
|
|
14333
|
+
se(ee(e.year), 1)
|
|
14334
14334
|
], 64))
|
|
14335
14335
|
]),
|
|
14336
14336
|
_: 2
|
|
@@ -14418,7 +14418,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14418
14418
|
onKeydown: z[10] || (z[10] = ve((_e) => oe(!1), ["enter"]))
|
|
14419
14419
|
}, [
|
|
14420
14420
|
h("div", {
|
|
14421
|
-
class:
|
|
14421
|
+
class: K(["dp__inner_nav", { dp__inner_nav_disabled: c(s)(!1) }]),
|
|
14422
14422
|
role: "button",
|
|
14423
14423
|
"aria-label": (Me = c(a).ariaLabels) == null ? void 0 : Me.prevMonth
|
|
14424
14424
|
}, [
|
|
@@ -14441,7 +14441,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14441
14441
|
year: e.year
|
|
14442
14442
|
}) : S("", !0),
|
|
14443
14443
|
O.$slots.year ? S("", !0) : (d(), I(ue, { key: 1 }, [
|
|
14444
|
-
se(
|
|
14444
|
+
se(ee(e.year), 1)
|
|
14445
14445
|
], 64))
|
|
14446
14446
|
], 40, o3),
|
|
14447
14447
|
h("div", {
|
|
@@ -14453,7 +14453,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14453
14453
|
onKeydown: z[14] || (z[14] = ve((_e) => oe(!0), ["enter"]))
|
|
14454
14454
|
}, [
|
|
14455
14455
|
h("div", {
|
|
14456
|
-
class:
|
|
14456
|
+
class: K(["dp__inner_nav", { dp__inner_nav_disabled: c(s)(!0) }]),
|
|
14457
14457
|
role: "button",
|
|
14458
14458
|
"aria-label": ($e = c(a).ariaLabels) == null ? void 0 : $e.nextMonth
|
|
14459
14459
|
}, [
|
|
@@ -14616,7 +14616,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14616
14616
|
var A, x, $;
|
|
14617
14617
|
return d(), I("div", {
|
|
14618
14618
|
key: v,
|
|
14619
|
-
class:
|
|
14619
|
+
class: K(c(N))
|
|
14620
14620
|
}, [
|
|
14621
14621
|
Z.separator ? (d(), I(ue, { key: 0 }, [
|
|
14622
14622
|
se(" : ")
|
|
@@ -14640,7 +14640,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14640
14640
|
h("div", {
|
|
14641
14641
|
role: "button",
|
|
14642
14642
|
"aria-label": (x = c(o).ariaLabels) == null ? void 0 : x.openTpOverlay(Z.type),
|
|
14643
|
-
class:
|
|
14643
|
+
class: K(D(Z.type) ? "" : "dp__time_display"),
|
|
14644
14644
|
tabindex: "0",
|
|
14645
14645
|
onKeydown: [
|
|
14646
14646
|
ve((J) => H(Z.type), ["enter"]),
|
|
@@ -14656,7 +14656,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14656
14656
|
value: c(b)(Z.type).value
|
|
14657
14657
|
}) : S("", !0),
|
|
14658
14658
|
B.$slots[Z.type] ? S("", !0) : (d(), I(ue, { key: 1 }, [
|
|
14659
|
-
se(
|
|
14659
|
+
se(ee(c(b)(Z.type).text), 1)
|
|
14660
14660
|
], 64))
|
|
14661
14661
|
], 42, d3),
|
|
14662
14662
|
h("div", {
|
|
@@ -14698,7 +14698,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14698
14698
|
ve(Ee(F, ["prevent"]), ["enter"]),
|
|
14699
14699
|
ve(Ee(F, ["prevent"]), ["space"])
|
|
14700
14700
|
]
|
|
14701
|
-
},
|
|
14701
|
+
}, ee(f.value), 41, y3))
|
|
14702
14702
|
])),
|
|
14703
14703
|
(d(!0), I(ue, null, pe(c(E), (Z, v) => (d(), U(_t, {
|
|
14704
14704
|
key: v,
|
|
@@ -14800,7 +14800,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14800
14800
|
return d(), I("div", null, [
|
|
14801
14801
|
X.timePicker ? S("", !0) : Ke((d(), I("div", {
|
|
14802
14802
|
key: 0,
|
|
14803
|
-
class:
|
|
14803
|
+
class: K(c(D)),
|
|
14804
14804
|
role: "button",
|
|
14805
14805
|
"aria-label": (B = c(u).ariaLabels) == null ? void 0 : B.openTimePicker,
|
|
14806
14806
|
tabindex: "0",
|
|
@@ -14874,7 +14874,7 @@ const x4 = (e, t, n, i) => {
|
|
|
14874
14874
|
key: 2,
|
|
14875
14875
|
ref_key: "closeTimePickerBtn",
|
|
14876
14876
|
ref: m,
|
|
14877
|
-
class:
|
|
14877
|
+
class: K(c(D)),
|
|
14878
14878
|
role: "button",
|
|
14879
14879
|
"aria-label": (k = c(u).ariaLabels) == null ? void 0 : k.closeTimePicker,
|
|
14880
14880
|
tabindex: "0",
|
|
@@ -15156,7 +15156,7 @@ const x4 = (e, t, n, i) => {
|
|
|
15156
15156
|
ref_key: "dpMenuRef",
|
|
15157
15157
|
ref: N,
|
|
15158
15158
|
role: "dialog",
|
|
15159
|
-
class:
|
|
15159
|
+
class: K(c(Te)),
|
|
15160
15160
|
onMouseleave: fe[12] || (fe[12] = (...be) => c(ge) && c(ge)(...be)),
|
|
15161
15161
|
onClick: pt,
|
|
15162
15162
|
onKeydown: [
|
|
@@ -15170,14 +15170,14 @@ const x4 = (e, t, n, i) => {
|
|
|
15170
15170
|
}, [
|
|
15171
15171
|
(q.disabled || q.readonly) && q.inline ? (d(), I("div", {
|
|
15172
15172
|
key: 0,
|
|
15173
|
-
class:
|
|
15173
|
+
class: K(c(Ae))
|
|
15174
15174
|
}, null, 2)) : S("", !0),
|
|
15175
15175
|
!q.inline && !q.teleportCenter ? (d(), I("div", {
|
|
15176
15176
|
key: 1,
|
|
15177
|
-
class:
|
|
15177
|
+
class: K(c($e))
|
|
15178
15178
|
}, null, 2)) : S("", !0),
|
|
15179
15179
|
h("div", {
|
|
15180
|
-
class:
|
|
15180
|
+
class: K({
|
|
15181
15181
|
dp__menu_content_wrapper: ((Mt = q.presetRanges) == null ? void 0 : Mt.length) || !!q.$slots["left-sidebar"] || !!q.$slots["right-sidebar"]
|
|
15182
15182
|
})
|
|
15183
15183
|
}, [
|
|
@@ -15197,7 +15197,7 @@ const x4 = (e, t, n, i) => {
|
|
|
15197
15197
|
label: be.label,
|
|
15198
15198
|
range: be.range
|
|
15199
15199
|
}) : (d(), I(ue, { key: 1 }, [
|
|
15200
|
-
se(
|
|
15200
|
+
se(ee(be.label), 1)
|
|
15201
15201
|
], 64))
|
|
15202
15202
|
], 12, S3))), 128))
|
|
15203
15203
|
])) : S("", !0),
|
|
@@ -15208,11 +15208,11 @@ const x4 = (e, t, n, i) => {
|
|
|
15208
15208
|
role: "document"
|
|
15209
15209
|
}, [
|
|
15210
15210
|
h("div", {
|
|
15211
|
-
class:
|
|
15211
|
+
class: K(c(Ie))
|
|
15212
15212
|
}, [
|
|
15213
15213
|
(d(!0), I(ue, null, pe(c(Gt), (be, pn) => (d(), I("div", {
|
|
15214
15214
|
key: be,
|
|
15215
|
-
class:
|
|
15215
|
+
class: K(c(De))
|
|
15216
15216
|
}, [
|
|
15217
15217
|
!q.disableMonthYearSelect && !q.timePicker ? (d(), U(ke(q.monthYearComponent ? q.monthYearComponent : u3), Oe({
|
|
15218
15218
|
key: 0,
|
|
@@ -15313,7 +15313,7 @@ const x4 = (e, t, n, i) => {
|
|
|
15313
15313
|
role: "button",
|
|
15314
15314
|
class: "dp__now_button",
|
|
15315
15315
|
onClick: fe[8] || (fe[8] = (...be) => c(O) && c(O)(...be))
|
|
15316
|
-
},
|
|
15316
|
+
}, ee(q.nowButtonLabel), 1))
|
|
15317
15317
|
])) : S("", !0)
|
|
15318
15318
|
], 2),
|
|
15319
15319
|
!q.autoApply || q.keepActionRow ? (d(), U(ke(q.actionRowComponent ? q.actionRowComponent : E4), Oe({
|
|
@@ -15474,7 +15474,7 @@ const x4 = (e, t, n, i) => {
|
|
|
15474
15474
|
updateInternalModelValue: ge,
|
|
15475
15475
|
setMonthYear: Me
|
|
15476
15476
|
}), (je, $e) => (d(), I("div", {
|
|
15477
|
-
class:
|
|
15477
|
+
class: K(c(B))
|
|
15478
15478
|
}, [
|
|
15479
15479
|
R(z4, Oe({
|
|
15480
15480
|
ref_key: "inputRef",
|
|
@@ -15710,7 +15710,7 @@ const E3 = { name: "material-symbols-calendar-month-outline", render: Z3 }, G3 =
|
|
|
15710
15710
|
class: "button-range-selector",
|
|
15711
15711
|
onClick: (H) => y({ text: b, value: w })
|
|
15712
15712
|
}, [
|
|
15713
|
-
h("span", Y3,
|
|
15713
|
+
h("span", Y3, ee(b), 1)
|
|
15714
15714
|
], 8, B3)), 64))
|
|
15715
15715
|
])
|
|
15716
15716
|
]),
|
|
@@ -15846,7 +15846,7 @@ const F3 = { name: "material-symbols-upload-rounded", render: H3 }, X3 = ["id",
|
|
|
15846
15846
|
return ((m = n.modelValue) == null ? void 0 : m.length) && y();
|
|
15847
15847
|
}
|
|
15848
15848
|
), (m, g) => (d(), I("div", {
|
|
15849
|
-
class:
|
|
15849
|
+
class: K(["sol-upload", { "-has-file": !!c(r).length, "-error": !!e.hasError }])
|
|
15850
15850
|
}, [
|
|
15851
15851
|
h("input", {
|
|
15852
15852
|
id: i.input,
|
|
@@ -15873,7 +15873,7 @@ const F3 = { name: "material-symbols-upload-rounded", render: H3 }, X3 = ["id",
|
|
|
15873
15873
|
}))
|
|
15874
15874
|
]),
|
|
15875
15875
|
h("div", {
|
|
15876
|
-
class:
|
|
15876
|
+
class: K(["content", { "-multiple": c(l) }])
|
|
15877
15877
|
}, [
|
|
15878
15878
|
c(l) ? (d(!0), I(ue, { key: 0 }, pe(c(r), (p) => (d(), U(ea, {
|
|
15879
15879
|
id: p.name,
|
|
@@ -15883,7 +15883,7 @@ const F3 = { name: "material-symbols-upload-rounded", render: H3 }, X3 = ["id",
|
|
|
15883
15883
|
size: "small",
|
|
15884
15884
|
variant: "fill",
|
|
15885
15885
|
type: "positive"
|
|
15886
|
-
}, null, 8, ["id", "text"]))), 128)) : (d(), I("p", q3,
|
|
15886
|
+
}, null, 8, ["id", "text"]))), 128)) : (d(), I("p", q3, ee(c(u)), 1))
|
|
15887
15887
|
], 2),
|
|
15888
15888
|
c(r).length && !e.loading ? (d(), U(Pe, {
|
|
15889
15889
|
key: 0,
|
|
@@ -15991,8 +15991,8 @@ const yw = { name: "material-symbols-delete-outline-rounded", render: mw }, vw =
|
|
|
15991
15991
|
]),
|
|
15992
15992
|
h("div", hw, [
|
|
15993
15993
|
h("div", Iw, [
|
|
15994
|
-
h("span", pw,
|
|
15995
|
-
h("span", Mw, "." +
|
|
15994
|
+
h("span", pw, ee(c(a).filename), 1),
|
|
15995
|
+
h("span", Mw, "." + ee(c(a).fileExtension), 1)
|
|
15996
15996
|
])
|
|
15997
15997
|
]),
|
|
15998
15998
|
R($t, {
|
|
@@ -16007,7 +16007,7 @@ const yw = { name: "material-symbols-delete-outline-rounded", render: mw }, vw =
|
|
|
16007
16007
|
"aria-expanded": f.ariaExpanded,
|
|
16008
16008
|
"aria-haspopup": f.ariaHaspopup,
|
|
16009
16009
|
"aria-label": "open menu",
|
|
16010
|
-
class:
|
|
16010
|
+
class: K(f.class),
|
|
16011
16011
|
size: "small",
|
|
16012
16012
|
variant: "tertiary",
|
|
16013
16013
|
onClick: y
|
|
@@ -16184,7 +16184,7 @@ const Zw = { name: "material-symbols-docs-outline", render: $w }, Ew = ["id", "d
|
|
|
16184
16184
|
class: "label",
|
|
16185
16185
|
for: i.input,
|
|
16186
16186
|
"data-testid": i.label
|
|
16187
|
-
},
|
|
16187
|
+
}, ee(e.label), 9, Gw),
|
|
16188
16188
|
e.downloadSrc ? (d(), U(jw, {
|
|
16189
16189
|
key: 1,
|
|
16190
16190
|
id: e.id,
|
|
@@ -16218,8 +16218,8 @@ const Zw = { name: "material-symbols-docs-outline", render: $w }, Ew = ["id", "d
|
|
|
16218
16218
|
key: 2,
|
|
16219
16219
|
id: `file-upload-describe-${e.id}`,
|
|
16220
16220
|
"data-testid": `file-upload-describe-${e.id}`,
|
|
16221
|
-
class:
|
|
16222
|
-
},
|
|
16221
|
+
class: K(["message", `-${c(l).type}`])
|
|
16222
|
+
}, ee(c(l).text), 11, Bw)) : S("", !0)
|
|
16223
16223
|
], 8, Ew));
|
|
16224
16224
|
}
|
|
16225
16225
|
});
|
|
@@ -16271,7 +16271,7 @@ const Yw = ["id", "data-testid"], Uw = { class: "list-container" }, Vw = ["aria-
|
|
|
16271
16271
|
onClick: r
|
|
16272
16272
|
}), {
|
|
16273
16273
|
default: Y(() => [
|
|
16274
|
-
se(
|
|
16274
|
+
se(ee(u.text), 1)
|
|
16275
16275
|
]),
|
|
16276
16276
|
_: 2
|
|
16277
16277
|
}, 1040, ["data-gtm-id", "target", "rel", "aria-current"])),
|
|
@@ -16297,7 +16297,7 @@ const it = /* @__PURE__ */ re({
|
|
|
16297
16297
|
setup(e) {
|
|
16298
16298
|
return (t, n) => (d(), I("div", {
|
|
16299
16299
|
role: "separator",
|
|
16300
|
-
class:
|
|
16300
|
+
class: K(["sol-divider-core", `-${e.orientation} -${e.thickness}`])
|
|
16301
16301
|
}, null, 2));
|
|
16302
16302
|
}
|
|
16303
16303
|
});
|
|
@@ -16346,7 +16346,7 @@ const Fw = { name: "material-symbols-open-in-new-sharp", render: Hw }, Xw = {
|
|
|
16346
16346
|
])) : S("", !0),
|
|
16347
16347
|
h("span", Jw, [
|
|
16348
16348
|
L(r.$slots, "default", {}, () => [
|
|
16349
|
-
se(
|
|
16349
|
+
se(ee(e.text), 1)
|
|
16350
16350
|
])
|
|
16351
16351
|
]),
|
|
16352
16352
|
e.external ? (d(), U(c(Fw), {
|
|
@@ -16426,7 +16426,7 @@ const qw = { class: "item-title" }, Kw = { class: "icon-content" }, eN = /* @__P
|
|
|
16426
16426
|
h("div", Kw, [
|
|
16427
16427
|
(d(), U(ke(o.icon), { class: "item-icon" }))
|
|
16428
16428
|
]),
|
|
16429
|
-
se(" " +
|
|
16429
|
+
se(" " + ee(o.title), 1)
|
|
16430
16430
|
])
|
|
16431
16431
|
]),
|
|
16432
16432
|
_: 2
|
|
@@ -16492,7 +16492,7 @@ const sN = /* @__PURE__ */ lt(uN, [["__scopeId", "data-v-1e7fde8e"]]), cN = { cl
|
|
|
16492
16492
|
const n = e, i = {
|
|
16493
16493
|
IconVisibility: wt(() => import("./visibility.8b105a47.mjs")),
|
|
16494
16494
|
IconVisibilityOff: wt(() => import("./visibility-off.f25ea2aa.mjs")),
|
|
16495
|
-
IconSupportContact: wt(() => Promise.resolve().then(() =>
|
|
16495
|
+
IconSupportContact: wt(() => Promise.resolve().then(() => sS)),
|
|
16496
16496
|
IconWhatsapp: wt(() => import("./whatsapp.6544b116.mjs")),
|
|
16497
16497
|
IconMyCallings: wt(() => import("./chat.8e7180b0.mjs"))
|
|
16498
16498
|
}, a = j(() => {
|
|
@@ -16582,7 +16582,7 @@ const sN = /* @__PURE__ */ lt(uN, [["__scopeId", "data-v-1e7fde8e"]]), cN = { cl
|
|
|
16582
16582
|
default: Y(() => [
|
|
16583
16583
|
h("div", cN, [
|
|
16584
16584
|
(d(), U(ke(i[m.icon]), { class: "icon-size-medium item-icon" })),
|
|
16585
|
-
se(" " +
|
|
16585
|
+
se(" " + ee(m.title), 1)
|
|
16586
16586
|
])
|
|
16587
16587
|
]),
|
|
16588
16588
|
_: 2
|
|
@@ -16598,8 +16598,8 @@ const hd = /* @__PURE__ */ lt(dN, [["__scopeId", "data-v-ff2fe97e"]]), fN = { cl
|
|
|
16598
16598
|
setup(e) {
|
|
16599
16599
|
const t = (n) => n.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ".");
|
|
16600
16600
|
return (n, i) => (d(), I("div", fN, [
|
|
16601
|
-
h("h4", mN,
|
|
16602
|
-
h("p", yN,
|
|
16601
|
+
h("h4", mN, ee(e.title), 1),
|
|
16602
|
+
h("p", yN, ee(t(e.description)), 1)
|
|
16603
16603
|
]));
|
|
16604
16604
|
}
|
|
16605
16605
|
});
|
|
@@ -16654,7 +16654,7 @@ const qs = /* @__PURE__ */ lt(vN, [["__scopeId", "data-v-d6677ddc"]]), ql = (e)
|
|
|
16654
16654
|
c(o) ? (d(), I("div", hN, [
|
|
16655
16655
|
IN,
|
|
16656
16656
|
h("div", null, [
|
|
16657
|
-
h("h3", pN, " Voc\xEA est\xE1 no N\xEDvel " +
|
|
16657
|
+
h("h3", pN, " Voc\xEA est\xE1 no N\xEDvel " + ee(e.partner.solfacilPlus.level), 1)
|
|
16658
16658
|
])
|
|
16659
16659
|
])) : (d(), I("div", MN, NN)),
|
|
16660
16660
|
h("div", jN, [
|
|
@@ -16669,7 +16669,7 @@ const qs = /* @__PURE__ */ lt(vN, [["__scopeId", "data-v-d6677ddc"]]), ql = (e)
|
|
|
16669
16669
|
description: c(l).total.description
|
|
16670
16670
|
}, null, 8, ["title", "description"])) : S("", !0)
|
|
16671
16671
|
]),
|
|
16672
|
-
c(o) ? (d(), I("p", SN, " Pr\xF3xima atualiza\xE7\xE3o: " +
|
|
16672
|
+
c(o) ? (d(), I("p", SN, " Pr\xF3xima atualiza\xE7\xE3o: " + ee(e.partner.solfacilPlus.nextTransitionDate), 1)) : S("", !0),
|
|
16673
16673
|
R(Et, {
|
|
16674
16674
|
id: "solfacil-plus-link",
|
|
16675
16675
|
class: "solfacil-plus-link",
|
|
@@ -16750,10 +16750,10 @@ const nr = { name: "girassol-logout", render: ZN }, EN = (e) => (Kt("data-v-40d6
|
|
|
16750
16750
|
R(c(Va), { class: "icon" }),
|
|
16751
16751
|
h("div", BN, [
|
|
16752
16752
|
YN,
|
|
16753
|
-
h("span", UN,
|
|
16753
|
+
h("span", UN, ee(c(o)), 1)
|
|
16754
16754
|
]),
|
|
16755
16755
|
R(c(Kl), {
|
|
16756
|
-
class:
|
|
16756
|
+
class: K(["action", { "rotate-180 transform": s }])
|
|
16757
16757
|
}, null, 8, ["class"])
|
|
16758
16758
|
])
|
|
16759
16759
|
], !0)
|
|
@@ -16861,7 +16861,7 @@ const ei = { name: "girassol-close", render: KN }, e5 = (e) => (Kt("data-v-37d22
|
|
|
16861
16861
|
a.value ? (d(), U(qa, { key: 0 }, {
|
|
16862
16862
|
default: Y(() => [
|
|
16863
16863
|
Ke(h("aside", {
|
|
16864
|
-
class:
|
|
16864
|
+
class: K(["user-menu-mobile", { "move-in": a.value, "move-out": r.value }])
|
|
16865
16865
|
}, [
|
|
16866
16866
|
h("div", t5, [
|
|
16867
16867
|
L(p.$slots, "header-mobile", {
|
|
@@ -16870,16 +16870,16 @@ const ei = { name: "girassol-close", render: KN }, e5 = (e) => (Kt("data-v-37d22
|
|
|
16870
16870
|
}, () => [
|
|
16871
16871
|
h("header", n5, [
|
|
16872
16872
|
h("div", i5, [
|
|
16873
|
-
h("span", a5,
|
|
16873
|
+
h("span", a5, ee(c(f)), 1),
|
|
16874
16874
|
h("span", r5, [
|
|
16875
16875
|
o5,
|
|
16876
16876
|
h("div", {
|
|
16877
|
-
class:
|
|
16877
|
+
class: K(["name", { "name-empty": c(g) }])
|
|
16878
16878
|
}, [
|
|
16879
16879
|
c(g) ? (d(), I("span", {
|
|
16880
16880
|
key: 0,
|
|
16881
|
-
class:
|
|
16882
|
-
}, null, 2)) : (d(), I("span", l5,
|
|
16881
|
+
class: K(["gray-background", { loading: c(g) }])
|
|
16882
|
+
}, null, 2)) : (d(), I("span", l5, ee(c(m).completeName), 1))
|
|
16883
16883
|
], 2)
|
|
16884
16884
|
])
|
|
16885
16885
|
]),
|
|
@@ -17050,9 +17050,9 @@ const h5 = { name: "girassol-notifications", render: g5 }, I5 = { class: "list-n
|
|
|
17050
17050
|
(d(), U(ke(i[(_ = r((H = w == null ? void 0 : w.notification) == null ? void 0 : H.templateName)) != null ? _ : ""])))
|
|
17051
17051
|
]),
|
|
17052
17052
|
h("div", w5, [
|
|
17053
|
-
h("h1", N5,
|
|
17054
|
-
h("span", j5,
|
|
17055
|
-
h("span", S5,
|
|
17053
|
+
h("h1", N5, ee(w.notification.title), 1),
|
|
17054
|
+
h("span", j5, ee(w.notification.message), 1),
|
|
17055
|
+
h("span", S5, ee(s(w.createdAt)), 1)
|
|
17056
17056
|
])
|
|
17057
17057
|
], 8, M5),
|
|
17058
17058
|
R(it, {
|
|
@@ -17062,7 +17062,7 @@ const h5 = { name: "girassol-notifications", render: g5 }, I5 = { class: "list-n
|
|
|
17062
17062
|
], 8, p5);
|
|
17063
17063
|
}), 128)),
|
|
17064
17064
|
h("div", D5, [
|
|
17065
|
-
h("span", x5, " Mostrando " +
|
|
17065
|
+
h("span", x5, " Mostrando " + ee((M = e.notifications) == null ? void 0 : M.count) + " de " + ee((E = e.notifications) == null ? void 0 : E.totalCount), 1),
|
|
17066
17066
|
(b = e.notifications) != null && b.nextCursor ? (d(), U(Et, {
|
|
17067
17067
|
key: 0,
|
|
17068
17068
|
id: "more-notifications",
|
|
@@ -17161,7 +17161,7 @@ const G5 = /* @__PURE__ */ lt(E5, [["__scopeId", "data-v-eb9aea4e"]]), tu = (e)
|
|
|
17161
17161
|
e.showNotificationList ? (d(), U(qa, { key: 0 }, {
|
|
17162
17162
|
default: Y(() => [
|
|
17163
17163
|
Ke(h("div", {
|
|
17164
|
-
class:
|
|
17164
|
+
class: K(["notification-list", { "move-in": e.showNotificationList, "move-out": n.value }])
|
|
17165
17165
|
}, [
|
|
17166
17166
|
h("div", B5, [
|
|
17167
17167
|
h("header", Y5, [
|
|
@@ -17250,10 +17250,10 @@ const H5 = /* @__PURE__ */ lt(Q5, [["__scopeId", "data-v-50b2db6c"]]), F5 = (e)
|
|
|
17250
17250
|
R(c(h5), { class: "icon-size-medium" }),
|
|
17251
17251
|
c(u) ? (d(), I("span", {
|
|
17252
17252
|
key: 0,
|
|
17253
|
-
class:
|
|
17253
|
+
class: K(["notification-count", {
|
|
17254
17254
|
"notification-count-plus": (y = e.notifications) != null && y.countNotification ? +e.notifications.countNotification > 9 : !1
|
|
17255
17255
|
}])
|
|
17256
|
-
},
|
|
17256
|
+
}, ee(c(o)), 3)) : S("", !0),
|
|
17257
17257
|
c(u) && a.value ? (d(), I("span", J5, [
|
|
17258
17258
|
se(" Tem mensagens pra voc\xEA aqui! "),
|
|
17259
17259
|
q5
|
|
@@ -17293,13 +17293,13 @@ const ej = /* @__PURE__ */ lt(K5, [["__scopeId", "data-v-246731d8"]]), tj = {
|
|
|
17293
17293
|
function aj(e, t) {
|
|
17294
17294
|
return d(), I("svg", tj, ij);
|
|
17295
17295
|
}
|
|
17296
|
-
const bd = { name: "girassol-menu", render: aj }, rj = (e) => (Kt("data-v-
|
|
17296
|
+
const bd = { name: "girassol-menu", render: aj }, rj = (e) => (Kt("data-v-e5a5c926"), e = e(), en(), e), oj = { class: "sol-header" }, lj = ["center", "white"], uj = /* @__PURE__ */ rj(() => /* @__PURE__ */ h("img", {
|
|
17297
17297
|
class: "portal-img",
|
|
17298
17298
|
alt: "portal logo"
|
|
17299
|
-
}, null, -1)),
|
|
17299
|
+
}, null, -1)), sj = { class: "portal-divider" }, cj = ["white"], dj = {
|
|
17300
17300
|
key: 0,
|
|
17301
17301
|
class: "icon-content"
|
|
17302
|
-
},
|
|
17302
|
+
}, fj = { class: "actions" }, mj = /* @__PURE__ */ re({
|
|
17303
17303
|
__name: "Header",
|
|
17304
17304
|
props: {
|
|
17305
17305
|
umPersonification: { type: Boolean, default: !1 },
|
|
@@ -17330,20 +17330,22 @@ const bd = { name: "girassol-menu", render: aj }, rj = (e) => (Kt("data-v-61ea89
|
|
|
17330
17330
|
center: e.center,
|
|
17331
17331
|
white: e.mobileWhite
|
|
17332
17332
|
}, [
|
|
17333
|
-
h("div",
|
|
17333
|
+
h("div", {
|
|
17334
|
+
class: K(["icon-menu-container", { "mobile-black": !e.mobileWhite }])
|
|
17335
|
+
}, [
|
|
17334
17336
|
R(c(bd), {
|
|
17335
17337
|
class: "menu-button",
|
|
17336
17338
|
onClick: a
|
|
17337
17339
|
})
|
|
17338
|
-
]),
|
|
17340
|
+
], 2),
|
|
17339
17341
|
L(l.$slots, "icon", {}, () => [
|
|
17340
17342
|
e.product.id === "portal" ? (d(), I("div", {
|
|
17341
17343
|
key: 0,
|
|
17342
17344
|
class: "portal-image-content",
|
|
17343
17345
|
onClick: u[0] || (u[0] = (...s) => e.product.action && e.product.action(...s))
|
|
17344
17346
|
}, [
|
|
17345
|
-
|
|
17346
|
-
h("div",
|
|
17347
|
+
uj,
|
|
17348
|
+
h("div", sj, [
|
|
17347
17349
|
R(it, {
|
|
17348
17350
|
thickness: "x-small",
|
|
17349
17351
|
orientation: "vertical"
|
|
@@ -17359,14 +17361,14 @@ const bd = { name: "girassol-menu", render: aj }, rj = (e) => (Kt("data-v-61ea89
|
|
|
17359
17361
|
class: "item-title",
|
|
17360
17362
|
white: e.mobileWhite
|
|
17361
17363
|
}, [
|
|
17362
|
-
e.product.icon ? (d(), I("div",
|
|
17364
|
+
e.product.icon ? (d(), I("div", dj, [
|
|
17363
17365
|
(d(), U(ke(e.product.icon), { class: "item-icon" }))
|
|
17364
17366
|
])) : S("", !0),
|
|
17365
|
-
se(" " +
|
|
17366
|
-
], 8,
|
|
17367
|
+
se(" " + ee(e.product.title), 1)
|
|
17368
|
+
], 8, cj)
|
|
17367
17369
|
]))
|
|
17368
17370
|
], !0),
|
|
17369
|
-
h("div",
|
|
17371
|
+
h("div", fj, [
|
|
17370
17372
|
e.showNotification && !c(r) ? (d(), U(ej, {
|
|
17371
17373
|
key: 0,
|
|
17372
17374
|
white: e.mobileWhite,
|
|
@@ -17398,7 +17400,7 @@ const bd = { name: "girassol-menu", render: aj }, rj = (e) => (Kt("data-v-61ea89
|
|
|
17398
17400
|
_: 3
|
|
17399
17401
|
}, 8, ["user", "partner", "perfil-personification", "um-personification", "in-personification"]),
|
|
17400
17402
|
R(f5, {
|
|
17401
|
-
class: "mobile-show",
|
|
17403
|
+
class: K(["mobile-show", { "mobile-black": !e.mobileWhite }]),
|
|
17402
17404
|
user: e.user,
|
|
17403
17405
|
partner: e.partner,
|
|
17404
17406
|
"perfil-personification": e.perfilPersonification,
|
|
@@ -17421,7 +17423,7 @@ const bd = { name: "girassol-menu", render: aj }, rj = (e) => (Kt("data-v-61ea89
|
|
|
17421
17423
|
}, void 0, !0)
|
|
17422
17424
|
]),
|
|
17423
17425
|
_: 3
|
|
17424
|
-
}, 8, ["user", "partner", "perfil-personification", "um-personification", "in-personification"]),
|
|
17426
|
+
}, 8, ["class", "user", "partner", "perfil-personification", "um-personification", "in-personification"]),
|
|
17425
17427
|
L(l.$slots, "actions", {}, void 0, !0)
|
|
17426
17428
|
])
|
|
17427
17429
|
], 8, lj)
|
|
@@ -17434,11 +17436,11 @@ const bd = { name: "girassol-menu", render: aj }, rj = (e) => (Kt("data-v-61ea89
|
|
|
17434
17436
|
], 64));
|
|
17435
17437
|
}
|
|
17436
17438
|
});
|
|
17437
|
-
const hl = /* @__PURE__ */ lt(
|
|
17439
|
+
const hl = /* @__PURE__ */ lt(mj, [["__scopeId", "data-v-e5a5c926"]]);
|
|
17438
17440
|
hl.install = (e) => {
|
|
17439
17441
|
e.component("SolHeader", hl);
|
|
17440
17442
|
};
|
|
17441
|
-
const
|
|
17443
|
+
const yj = ["white"], vj = ["onClick"], gj = { key: 1 }, hj = /* @__PURE__ */ re({
|
|
17442
17444
|
__name: "MenuItems",
|
|
17443
17445
|
props: {
|
|
17444
17446
|
isCollapsedMenu: { type: Boolean, default: !1 },
|
|
@@ -17453,7 +17455,7 @@ const vj = ["white"], gj = ["onClick"], hj = { key: 1 }, Ij = /* @__PURE__ */ re
|
|
|
17453
17455
|
}
|
|
17454
17456
|
return (i, a) => (d(), I("main", {
|
|
17455
17457
|
white: e.white,
|
|
17456
|
-
class:
|
|
17458
|
+
class: K(`menu-items-${e.isCollapsedMenu ? "close" : "open"}`)
|
|
17457
17459
|
}, [
|
|
17458
17460
|
(d(!0), I(ue, null, pe(e.links, (r, o) => (d(), U(ke(r.linkTag), et({
|
|
17459
17461
|
key: o,
|
|
@@ -17466,7 +17468,7 @@ const vj = ["white"], gj = ["onClick"], hj = { key: 1 }, Ij = /* @__PURE__ */ re
|
|
|
17466
17468
|
key: 0,
|
|
17467
17469
|
class: "icon"
|
|
17468
17470
|
})) : S("", !0),
|
|
17469
|
-
se(" " +
|
|
17471
|
+
se(" " + ee(r.name), 1)
|
|
17470
17472
|
]),
|
|
17471
17473
|
_: 2
|
|
17472
17474
|
}, 1040, ["target"]))), 128)),
|
|
@@ -17476,32 +17478,32 @@ const vj = ["white"], gj = ["onClick"], hj = { key: 1 }, Ij = /* @__PURE__ */ re
|
|
|
17476
17478
|
})) : S("", !0),
|
|
17477
17479
|
(d(!0), I(ue, null, pe(e.items, (r, o) => (d(), I("div", {
|
|
17478
17480
|
key: o,
|
|
17479
|
-
class:
|
|
17481
|
+
class: K(["items", [{ "item-active": r.isActive }]]),
|
|
17480
17482
|
onClick: (l) => n(r.action)
|
|
17481
17483
|
}, [
|
|
17482
17484
|
r.icon ? (d(), U(ke(r.icon), {
|
|
17483
17485
|
key: 0,
|
|
17484
17486
|
class: "icon"
|
|
17485
17487
|
})) : S("", !0),
|
|
17486
|
-
!e.isCollapsedMenu && r.name ? (d(), I("p",
|
|
17487
|
-
], 10,
|
|
17488
|
-
], 10,
|
|
17488
|
+
!e.isCollapsedMenu && r.name ? (d(), I("p", gj, ee(r.name), 1)) : S("", !0)
|
|
17489
|
+
], 10, vj))), 128))
|
|
17490
|
+
], 10, yj));
|
|
17489
17491
|
}
|
|
17490
17492
|
});
|
|
17491
|
-
const Ks = /* @__PURE__ */ lt(
|
|
17493
|
+
const Ks = /* @__PURE__ */ lt(hj, [["__scopeId", "data-v-3e4e547b"]]), Ij = {
|
|
17492
17494
|
viewBox: "0 0 24 24",
|
|
17493
17495
|
width: "1em",
|
|
17494
17496
|
height: "1em"
|
|
17495
|
-
},
|
|
17497
|
+
}, pj = /* @__PURE__ */ h("path", {
|
|
17496
17498
|
fill: "currentColor",
|
|
17497
17499
|
d: "m12 15.375l-6-6l1.4-1.4l4.6 4.6l4.6-4.6l1.4 1.4Z"
|
|
17498
|
-
}, null, -1),
|
|
17499
|
-
|
|
17500
|
+
}, null, -1), Mj = [
|
|
17501
|
+
pj
|
|
17500
17502
|
];
|
|
17501
|
-
function
|
|
17502
|
-
return d(), I("svg",
|
|
17503
|
+
function bj(e, t) {
|
|
17504
|
+
return d(), I("svg", Ij, Mj);
|
|
17503
17505
|
}
|
|
17504
|
-
const
|
|
17506
|
+
const wj = { name: "material-symbols-expand-more", render: bj }, Nj = (e) => (Kt("data-v-f1395148"), e = e(), en(), e), jj = ["white"], Sj = { class: "content" }, Dj = { class: "title" }, xj = /* @__PURE__ */ Nj(() => /* @__PURE__ */ h("span", null, "Nossos produtos", -1)), Tj = { class: "main" }, Aj = { class: "item-title" }, kj = { class: "icon-content" }, _j = /* @__PURE__ */ re({
|
|
17505
17507
|
__name: "ProductMenuMobile",
|
|
17506
17508
|
props: {
|
|
17507
17509
|
isOpenedProductMenu: { type: Boolean },
|
|
@@ -17518,24 +17520,24 @@ const Nj = { name: "material-symbols-expand-more", render: wj }, jj = (e) => (Kt
|
|
|
17518
17520
|
t("clickOpenMenu");
|
|
17519
17521
|
}
|
|
17520
17522
|
return (r, o) => (d(), I("aside", {
|
|
17521
|
-
class:
|
|
17523
|
+
class: K(["product-menu-mobile", { expanded: e.isOpenedProductMenu }]),
|
|
17522
17524
|
white: e.white
|
|
17523
17525
|
}, [
|
|
17524
17526
|
h("header", {
|
|
17525
17527
|
class: "header",
|
|
17526
17528
|
onClick: o[0] || (o[0] = (l) => a())
|
|
17527
17529
|
}, [
|
|
17528
|
-
h("div",
|
|
17530
|
+
h("div", Sj, [
|
|
17529
17531
|
(d(), U(ke(c(gd)), { class: "icon-size-medium" })),
|
|
17530
|
-
h("div",
|
|
17531
|
-
|
|
17532
|
-
(d(), U(ke(c(
|
|
17533
|
-
class:
|
|
17532
|
+
h("div", Dj, [
|
|
17533
|
+
xj,
|
|
17534
|
+
(d(), U(ke(c(wj)), {
|
|
17535
|
+
class: K({ "rotate-180 transform": e.isOpenedProductMenu })
|
|
17534
17536
|
}, null, 8, ["class"]))
|
|
17535
17537
|
])
|
|
17536
17538
|
])
|
|
17537
17539
|
]),
|
|
17538
|
-
h("main",
|
|
17540
|
+
h("main", Tj, [
|
|
17539
17541
|
(d(!0), I(ue, null, pe(c(n), (l) => (d(), U(Et, {
|
|
17540
17542
|
id: l.id,
|
|
17541
17543
|
key: l.id,
|
|
@@ -17547,33 +17549,33 @@ const Nj = { name: "material-symbols-expand-more", render: wj }, jj = (e) => (Kt
|
|
|
17547
17549
|
onClick: (u) => i(l.id)
|
|
17548
17550
|
}, {
|
|
17549
17551
|
default: Y(() => [
|
|
17550
|
-
h("div",
|
|
17551
|
-
h("div",
|
|
17552
|
+
h("div", Aj, [
|
|
17553
|
+
h("div", kj, [
|
|
17552
17554
|
(d(), U(ke(l.icon), { class: "item-icon" }))
|
|
17553
17555
|
]),
|
|
17554
|
-
se(" " +
|
|
17556
|
+
se(" " + ee(l.title), 1)
|
|
17555
17557
|
])
|
|
17556
17558
|
]),
|
|
17557
17559
|
_: 2
|
|
17558
17560
|
}, 1032, ["id", "active", "to", "onClick"]))), 128))
|
|
17559
17561
|
])
|
|
17560
|
-
], 10,
|
|
17562
|
+
], 10, jj));
|
|
17561
17563
|
}
|
|
17562
17564
|
});
|
|
17563
|
-
const
|
|
17565
|
+
const Lj = /* @__PURE__ */ lt(_j, [["__scopeId", "data-v-f1395148"]]), Cj = {
|
|
17564
17566
|
viewBox: "0 0 24 24",
|
|
17565
17567
|
width: "1em",
|
|
17566
17568
|
height: "1em"
|
|
17567
|
-
},
|
|
17569
|
+
}, Pj = /* @__PURE__ */ h("path", {
|
|
17568
17570
|
fill: "currentColor",
|
|
17569
17571
|
d: "m12 20l-8-8l8-8l1.425 1.4l-5.6 5.6H20v2H7.825l5.6 5.6Z"
|
|
17570
|
-
}, null, -1),
|
|
17571
|
-
|
|
17572
|
+
}, null, -1), zj = [
|
|
17573
|
+
Pj
|
|
17572
17574
|
];
|
|
17573
|
-
function
|
|
17574
|
-
return d(), I("svg",
|
|
17575
|
+
function Oj(e, t) {
|
|
17576
|
+
return d(), I("svg", Cj, zj);
|
|
17575
17577
|
}
|
|
17576
|
-
const
|
|
17578
|
+
const $j = { name: "material-symbols-arrow-back", render: Oj }, Zj = ["white"], Ej = { class: "title-content" }, Gj = { key: 0 }, Bj = ["white", "block"], Yj = /* @__PURE__ */ re({
|
|
17577
17579
|
__name: "Sidebar",
|
|
17578
17580
|
props: {
|
|
17579
17581
|
isOpenMobileSidebar: { type: Boolean, default: !1 },
|
|
@@ -17596,18 +17598,18 @@ const Zj = { name: "material-symbols-arrow-back", render: $j }, Ej = ["white"],
|
|
|
17596
17598
|
return (l, u) => (d(), I(ue, null, [
|
|
17597
17599
|
e.onlyMobile ? S("", !0) : (d(), I("nav", {
|
|
17598
17600
|
key: 0,
|
|
17599
|
-
class:
|
|
17601
|
+
class: K(["sidebar", `sidebar-${i.value ? "close" : "open"}`]),
|
|
17600
17602
|
white: e.white
|
|
17601
17603
|
}, [
|
|
17602
17604
|
h("header", {
|
|
17603
|
-
class:
|
|
17605
|
+
class: K(["header", `sidebar-${i.value ? "close" : "open"}-title`]),
|
|
17604
17606
|
onClick: u[0] || (u[0] = (...s) => e.product.action && e.product.action(...s))
|
|
17605
17607
|
}, [
|
|
17606
|
-
h("div",
|
|
17608
|
+
h("div", Ej, [
|
|
17607
17609
|
(d(), U(ke(e.product.icon), {
|
|
17608
|
-
class:
|
|
17610
|
+
class: K(`logo-img-sidebar-${i.value ? "close" : "open"}`)
|
|
17609
17611
|
}, null, 8, ["class"])),
|
|
17610
|
-
i.value ? S("", !0) : (d(), I("span",
|
|
17612
|
+
i.value ? S("", !0) : (d(), I("span", Gj, ee(e.product.title), 1))
|
|
17611
17613
|
])
|
|
17612
17614
|
], 2),
|
|
17613
17615
|
R(it, {
|
|
@@ -17622,16 +17624,16 @@ const Zj = { name: "material-symbols-arrow-back", render: $j }, Ej = ["white"],
|
|
|
17622
17624
|
items: n.items
|
|
17623
17625
|
}, null, 8, ["white", "is-collapsed-menu", "items"]),
|
|
17624
17626
|
h("footer", {
|
|
17625
|
-
class:
|
|
17627
|
+
class: K(`footer-${i.value ? "close" : "open"}`)
|
|
17626
17628
|
}, [
|
|
17627
|
-
R(c(
|
|
17628
|
-
class:
|
|
17629
|
+
R(c($j), {
|
|
17630
|
+
class: K([[{ "rotate-180 transform": i.value }], "icon-size-small transition-transform icon"]),
|
|
17629
17631
|
onClick: u[1] || (u[1] = (s) => i.value = !i.value)
|
|
17630
17632
|
}, null, 8, ["class"])
|
|
17631
17633
|
], 2)
|
|
17632
|
-
], 10,
|
|
17634
|
+
], 10, Zj)),
|
|
17633
17635
|
h("section", {
|
|
17634
|
-
class:
|
|
17636
|
+
class: K(["mobile-sidebar", [
|
|
17635
17637
|
{
|
|
17636
17638
|
"mobile-sidebar-open": e.isOpenMobileSidebar,
|
|
17637
17639
|
"product-menu-open": a.value
|
|
@@ -17646,28 +17648,28 @@ const Zj = { name: "material-symbols-arrow-back", render: $j }, Ej = ["white"],
|
|
|
17646
17648
|
links: e.links,
|
|
17647
17649
|
onClickMenuItem: u[2] || (u[2] = (s) => o())
|
|
17648
17650
|
}, null, 8, ["items", "white", "links"]),
|
|
17649
|
-
R(
|
|
17651
|
+
R(Lj, {
|
|
17650
17652
|
product: e.product,
|
|
17651
17653
|
"is-opened-product-menu": a.value,
|
|
17652
17654
|
white: e.white,
|
|
17653
17655
|
onClickOpenMenu: u[3] || (u[3] = (s) => a.value = !a.value),
|
|
17654
17656
|
onClickProduct: u[4] || (u[4] = (s) => r(s))
|
|
17655
17657
|
}, null, 8, ["product", "is-opened-product-menu", "white"])
|
|
17656
|
-
], 10,
|
|
17658
|
+
], 10, Bj)
|
|
17657
17659
|
], 64));
|
|
17658
17660
|
}
|
|
17659
17661
|
});
|
|
17660
|
-
const Il = /* @__PURE__ */ lt(
|
|
17662
|
+
const Il = /* @__PURE__ */ lt(Yj, [["__scopeId", "data-v-182237b2"]]);
|
|
17661
17663
|
Il.install = (e) => {
|
|
17662
17664
|
e.component("SolSidebar", Il);
|
|
17663
17665
|
};
|
|
17664
|
-
const
|
|
17665
|
-
function
|
|
17666
|
-
return d(), I("div",
|
|
17667
|
-
h("div",
|
|
17666
|
+
const Uj = {}, Vj = { class: "sol-backoffice-template" }, Rj = { class: "sidebar-content" }, Wj = { class: "right-content" };
|
|
17667
|
+
function Qj(e, t) {
|
|
17668
|
+
return d(), I("div", Vj, [
|
|
17669
|
+
h("div", Rj, [
|
|
17668
17670
|
L(e.$slots, "sidebar")
|
|
17669
17671
|
]),
|
|
17670
|
-
h("div",
|
|
17672
|
+
h("div", Wj, [
|
|
17671
17673
|
L(e.$slots, "header"),
|
|
17672
17674
|
h("main", null, [
|
|
17673
17675
|
L(e.$slots, "page")
|
|
@@ -17675,17 +17677,17 @@ function Hj(e, t) {
|
|
|
17675
17677
|
])
|
|
17676
17678
|
]);
|
|
17677
17679
|
}
|
|
17678
|
-
const pl = /* @__PURE__ */ lt(
|
|
17680
|
+
const pl = /* @__PURE__ */ lt(Uj, [["render", Qj]]);
|
|
17679
17681
|
pl.install = (e) => {
|
|
17680
17682
|
e.component("SolBackofficeTemplate", pl);
|
|
17681
17683
|
};
|
|
17682
|
-
const
|
|
17684
|
+
const Hj = { class: "sol-page-backoffice" }, Fj = { class: "page-header" }, Xj = { class: "description" }, Jj = { class: "title" }, qj = {
|
|
17683
17685
|
key: 0,
|
|
17684
17686
|
class: "subtitle"
|
|
17685
|
-
},
|
|
17687
|
+
}, Kj = {
|
|
17686
17688
|
key: 0,
|
|
17687
17689
|
class: "actions"
|
|
17688
|
-
},
|
|
17690
|
+
}, eS = { class: "page-section" }, Ml = /* @__PURE__ */ re({
|
|
17689
17691
|
__name: "PageBackoffice",
|
|
17690
17692
|
props: {
|
|
17691
17693
|
title: { default: "T\xEDtulo da p\xE1gina" },
|
|
@@ -17694,13 +17696,13 @@ const Fj = { class: "sol-page-backoffice" }, Xj = { class: "page-header" }, Jj =
|
|
|
17694
17696
|
},
|
|
17695
17697
|
setup(e) {
|
|
17696
17698
|
const t = (n, i) => n.id ? `action-${n.id}` : i;
|
|
17697
|
-
return (n, i) => (d(), I("div",
|
|
17698
|
-
h("div",
|
|
17699
|
-
h("div",
|
|
17700
|
-
h("h2",
|
|
17701
|
-
e.subtitle ? (d(), I("p",
|
|
17699
|
+
return (n, i) => (d(), I("div", Hj, [
|
|
17700
|
+
h("div", Fj, [
|
|
17701
|
+
h("div", Xj, [
|
|
17702
|
+
h("h2", Jj, ee(e.title), 1),
|
|
17703
|
+
e.subtitle ? (d(), I("p", qj, ee(e.subtitle), 1)) : S("", !0)
|
|
17702
17704
|
]),
|
|
17703
|
-
e.actions ? (d(), I("div",
|
|
17705
|
+
e.actions ? (d(), I("div", Kj, [
|
|
17704
17706
|
L(n.$slots, "actions", {}, () => [
|
|
17705
17707
|
(d(!0), I(ue, null, pe(e.actions, (a, r) => L(n.$slots, t(a, r), { key: r }, () => [
|
|
17706
17708
|
R(Pe, {
|
|
@@ -17710,7 +17712,7 @@ const Fj = { class: "sol-page-backoffice" }, Xj = { class: "page-header" }, Jj =
|
|
|
17710
17712
|
onClick: a.onClick
|
|
17711
17713
|
}, rt({
|
|
17712
17714
|
default: Y(() => [
|
|
17713
|
-
se(" " +
|
|
17715
|
+
se(" " + ee(a.label), 1)
|
|
17714
17716
|
]),
|
|
17715
17717
|
_: 2
|
|
17716
17718
|
}, [
|
|
@@ -17726,7 +17728,7 @@ const Fj = { class: "sol-page-backoffice" }, Xj = { class: "page-header" }, Jj =
|
|
|
17726
17728
|
])
|
|
17727
17729
|
])) : S("", !0)
|
|
17728
17730
|
]),
|
|
17729
|
-
h("section",
|
|
17731
|
+
h("section", eS, [
|
|
17730
17732
|
L(n.$slots, "default")
|
|
17731
17733
|
])
|
|
17732
17734
|
]));
|
|
@@ -17735,38 +17737,38 @@ const Fj = { class: "sol-page-backoffice" }, Xj = { class: "page-header" }, Jj =
|
|
|
17735
17737
|
Ml.install = (e) => {
|
|
17736
17738
|
e.component("SolPageBackoffice", Ml);
|
|
17737
17739
|
};
|
|
17738
|
-
const
|
|
17740
|
+
const tS = {
|
|
17739
17741
|
viewBox: "0 0 1024 1024",
|
|
17740
17742
|
width: "1em",
|
|
17741
17743
|
height: "1em"
|
|
17742
|
-
},
|
|
17744
|
+
}, nS = /* @__PURE__ */ h("path", {
|
|
17743
17745
|
fill: "currentColor",
|
|
17744
17746
|
d: "M293.333 618.667c-6.4-5.687-9.6-12.983-9.6-21.888 0-8.875 3.2-16.512 9.6-22.912l192-190.933c3.554-4.267 7.65-7.296 12.288-9.088 4.608-1.764 9.399-2.645 14.379-2.645s9.783 0.881 14.421 2.645c4.608 1.792 8.691 4.821 12.245 9.088l193.067 192c5.687 6.4 8.533 13.683 8.533 21.845 0 8.192-3.2 15.488-9.6 21.888s-13.867 9.6-22.4 9.6c-8.533 0-16-3.2-22.4-9.6l-173.867-172.8-174.934 173.867c-5.689 6.4-12.8 9.6-21.333 9.6s-16-3.554-22.4-10.667z",
|
|
17745
17747
|
style: {}
|
|
17746
|
-
}, null, -1),
|
|
17747
|
-
|
|
17748
|
+
}, null, -1), iS = [
|
|
17749
|
+
nS
|
|
17748
17750
|
];
|
|
17749
|
-
function
|
|
17750
|
-
return d(), I("svg",
|
|
17751
|
+
function aS(e, t) {
|
|
17752
|
+
return d(), I("svg", tS, iS);
|
|
17751
17753
|
}
|
|
17752
|
-
const wd = { name: "girassol-expand-less", render:
|
|
17754
|
+
const wd = { name: "girassol-expand-less", render: aS }, rS = {
|
|
17753
17755
|
viewBox: "0 0 1024 1024",
|
|
17754
17756
|
width: "1em",
|
|
17755
17757
|
height: "1em"
|
|
17756
|
-
},
|
|
17758
|
+
}, oS = /* @__PURE__ */ h("path", {
|
|
17757
17759
|
fill: "currentColor",
|
|
17758
17760
|
d: "M533.333 901.333l-6.4-112h-36.267c-95.289 0-176-33.067-242.133-99.2s-99.2-146.846-99.2-242.133c0-95.289 33.067-176 99.2-242.133s146.845-99.2 242.133-99.2c47.646 0 92.087 8.889 133.333 26.667s77.342 42.141 108.288 73.088c30.921 30.919 55.266 67.001 73.045 108.245s26.667 85.689 26.667 133.333c0 97.421-28.275 185.771-84.821 265.045-56.521 79.305-127.799 142.067-213.845 188.288zM490.667 673.067c10.667 0 19.554-3.742 26.667-11.221 7.113-7.454 10.667-16.158 10.667-26.112 0-10.667-3.554-19.742-10.667-27.221-7.113-7.454-16-11.179-26.667-11.179s-19.554 3.725-26.667 11.179c-7.113 7.479-10.667 16.555-10.667 27.221 0 9.954 3.554 18.658 10.667 26.112 7.113 7.479 16 11.221 26.667 11.221zM491.733 542.933c5.687 0 11.209-2.317 16.555-6.955 5.321-4.608 9.045-10.825 11.179-18.645 1.421-9.954 5.333-19.2 11.733-27.733s17.779-20.979 34.133-37.333c12.8-12.087 23.113-25.058 30.933-38.912 7.821-13.881 11.733-29.355 11.733-46.421 0-33.422-11.55-59.022-34.645-76.8-23.125-17.778-50.334-26.667-81.621-26.667-23.467 0-43.904 5.504-61.312 16.512-17.437 11.037-31.488 24.733-42.155 41.088-4.267 6.4-5.149 12.971-2.645 19.712 2.475 6.77 7.623 11.577 15.445 14.421 5.689 2.133 11.549 2.133 17.579 0 6.059-2.133 11.221-6.4 15.488-12.8 5.687-8.533 13.154-15.829 22.4-21.888 9.246-6.030 20.979-9.045 35.2-9.045 21.333 0 37.333 6.045 48 18.133s16 25.245 16 39.467c0 12.8-3.554 24.007-10.667 33.621-7.113 9.586-16.354 20.067-27.733 31.445-18.487 15.646-31.104 29.154-37.845 40.533-6.771 11.379-10.867 25.6-12.288 42.667-0.713 6.4 1.25 12.258 5.888 17.579 4.608 5.346 10.825 8.021 18.645 8.021zM597.333 725.333v57.6c50.487-42.667 91.55-92.617 123.179-149.845 31.659-57.259 47.488-118.955 47.488-185.088 0-77.511-26.837-143.118-80.512-196.821-53.705-53.675-119.309-80.512-196.821-80.512-77.511 0-143.104 26.837-196.779 80.512-53.703 53.703-80.555 119.31-80.555 196.821 0 77.513 26.851 143.117 80.555 196.821 53.675 53.675 119.267 80.512 196.779 80.512h106.667z",
|
|
17759
17761
|
style: {}
|
|
17760
|
-
}, null, -1),
|
|
17761
|
-
|
|
17762
|
+
}, null, -1), lS = [
|
|
17763
|
+
oS
|
|
17762
17764
|
];
|
|
17763
|
-
function
|
|
17764
|
-
return d(), I("svg",
|
|
17765
|
+
function uS(e, t) {
|
|
17766
|
+
return d(), I("svg", rS, lS);
|
|
17765
17767
|
}
|
|
17766
|
-
const Nd = { name: "girassol-contact-support", render:
|
|
17768
|
+
const Nd = { name: "girassol-contact-support", render: uS }, sS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17767
17769
|
__proto__: null,
|
|
17768
17770
|
default: Nd
|
|
17769
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
17771
|
+
}, Symbol.toStringTag, { value: "Module" })), cS = ["block", "mode"], dS = { class: "menu-options" }, fS = ["id", "onClick"], mS = { class: "label" }, yS = /* @__PURE__ */ h("span", { class: "label" }, "Central de ajuda", -1), vS = { class: "menu-options" }, gS = /* @__PURE__ */ h("span", { class: "label" }, "Sair da minha conta", -1), ec = /* @__PURE__ */ re({
|
|
17770
17772
|
__name: "UserInfoBackofficeMenu",
|
|
17771
17773
|
props: {
|
|
17772
17774
|
block: { default: !1 },
|
|
@@ -17783,39 +17785,39 @@ const Nd = { name: "girassol-contact-support", render: sS }, cS = /* @__PURE__ *
|
|
|
17783
17785
|
block: e.block,
|
|
17784
17786
|
mode: e.mode
|
|
17785
17787
|
}, [
|
|
17786
|
-
h("menu",
|
|
17788
|
+
h("menu", dS, [
|
|
17787
17789
|
(d(!0), I(ue, null, pe(e.options, (r, o) => (d(), I("li", {
|
|
17788
17790
|
id: r.id,
|
|
17789
17791
|
key: o,
|
|
17790
17792
|
onClick: r.action
|
|
17791
17793
|
}, [
|
|
17792
17794
|
(d(), U(ke(r.icon), { class: "icon" })),
|
|
17793
|
-
h("span",
|
|
17794
|
-
], 8,
|
|
17795
|
+
h("span", mS, ee(r.label), 1)
|
|
17796
|
+
], 8, fS))), 128)),
|
|
17795
17797
|
h("li", {
|
|
17796
17798
|
id: "option-central_de_ajuda",
|
|
17797
17799
|
onClick: n
|
|
17798
17800
|
}, [
|
|
17799
17801
|
R(c(Nd), { class: "icon" }),
|
|
17800
|
-
|
|
17802
|
+
yS
|
|
17801
17803
|
])
|
|
17802
17804
|
]),
|
|
17803
17805
|
e.mode === "header" ? (d(), I(ue, { key: 0 }, [
|
|
17804
17806
|
R(it, { thickness: "x-small" }),
|
|
17805
|
-
h("menu",
|
|
17807
|
+
h("menu", vS, [
|
|
17806
17808
|
h("li", {
|
|
17807
17809
|
id: "option-logout",
|
|
17808
17810
|
onClick: a[0] || (a[0] = (r) => i.$emit("logout"))
|
|
17809
17811
|
}, [
|
|
17810
17812
|
R(c(nr), { class: "icon" }),
|
|
17811
|
-
|
|
17813
|
+
gS
|
|
17812
17814
|
])
|
|
17813
17815
|
])
|
|
17814
17816
|
], 64)) : S("", !0)
|
|
17815
|
-
], 8,
|
|
17817
|
+
], 8, cS));
|
|
17816
17818
|
}
|
|
17817
17819
|
});
|
|
17818
|
-
const
|
|
17820
|
+
const hS = { class: "sol-sideover" }, IS = ["position", "open", "block"], pS = ["open"], Ra = /* @__PURE__ */ re({
|
|
17819
17821
|
__name: "Sideover",
|
|
17820
17822
|
props: {
|
|
17821
17823
|
block: { default: !1 },
|
|
@@ -17826,25 +17828,25 @@ const IS = { class: "sol-sideover" }, pS = ["position", "open", "block"], MS = [
|
|
|
17826
17828
|
},
|
|
17827
17829
|
emits: ["click:overlay"],
|
|
17828
17830
|
setup(e) {
|
|
17829
|
-
return (t, n) => (d(), I("div",
|
|
17831
|
+
return (t, n) => (d(), I("div", hS, [
|
|
17830
17832
|
h("aside", {
|
|
17831
17833
|
position: e.position,
|
|
17832
17834
|
open: e.open,
|
|
17833
17835
|
block: e.block,
|
|
17834
|
-
class:
|
|
17836
|
+
class: K(`gap-${e.gap}`)
|
|
17835
17837
|
}, [
|
|
17836
17838
|
L(t.$slots, "default")
|
|
17837
|
-
], 10,
|
|
17839
|
+
], 10, IS),
|
|
17838
17840
|
e.overlay ? (d(), I("div", {
|
|
17839
17841
|
key: 0,
|
|
17840
17842
|
class: "overlay",
|
|
17841
17843
|
open: e.open,
|
|
17842
17844
|
onClick: n[0] || (n[0] = Ee((i) => t.$emit("click:overlay"), ["stop"]))
|
|
17843
|
-
}, null, 8,
|
|
17845
|
+
}, null, 8, pS)) : S("", !0)
|
|
17844
17846
|
]));
|
|
17845
17847
|
}
|
|
17846
17848
|
});
|
|
17847
|
-
const
|
|
17849
|
+
const MS = { class: "sol-user-info-backoffice" }, bS = { class: "info" }, wS = /* @__PURE__ */ h("span", { class: "title" }, "Boas-vindas", -1), NS = { class: "subtitle" }, jS = { class: "header-sideover" }, SS = { class: "user-info-sideover" }, DS = { class: "info" }, xS = /* @__PURE__ */ h("span", { class: "title" }, "Boas-vindas", -1), TS = { class: "subtitle" }, AS = { class: "footer-sideover" }, kS = { class: "action" }, _S = /* @__PURE__ */ h("span", { class: "label" }, "Sair da minha conta", -1), bl = /* @__PURE__ */ re({
|
|
17848
17850
|
__name: "UserInfoBackoffice",
|
|
17849
17851
|
props: {
|
|
17850
17852
|
user: null,
|
|
@@ -17858,7 +17860,7 @@ const bS = { class: "sol-user-info-backoffice" }, wS = { class: "info" }, NS = /
|
|
|
17858
17860
|
var l;
|
|
17859
17861
|
return (l = n.user) != null && l.completeName ? n.user.completeName : "Carregando...";
|
|
17860
17862
|
});
|
|
17861
|
-
return (l, u) => (d(), I("div",
|
|
17863
|
+
return (l, u) => (d(), I("div", MS, [
|
|
17862
17864
|
R($t, {
|
|
17863
17865
|
id: "user",
|
|
17864
17866
|
position: "bottom",
|
|
@@ -17874,9 +17876,9 @@ const bS = { class: "sol-user-info-backoffice" }, wS = { class: "info" }, NS = /
|
|
|
17874
17876
|
onClick: a
|
|
17875
17877
|
}, [
|
|
17876
17878
|
R(c(Va), { class: "icon" }),
|
|
17877
|
-
h("div",
|
|
17878
|
-
|
|
17879
|
-
h("span",
|
|
17879
|
+
h("div", bS, [
|
|
17880
|
+
wS,
|
|
17881
|
+
h("span", NS, ee(c(o)), 1)
|
|
17880
17882
|
]),
|
|
17881
17883
|
(d(), U(ke(r(s)), { class: "action" }))
|
|
17882
17884
|
])
|
|
@@ -17904,13 +17906,13 @@ const bS = { class: "sol-user-info-backoffice" }, wS = { class: "info" }, NS = /
|
|
|
17904
17906
|
}, {
|
|
17905
17907
|
default: Y(() => [
|
|
17906
17908
|
L(l.$slots, "menu-content-sideover", {}, () => [
|
|
17907
|
-
h("div",
|
|
17909
|
+
h("div", jS, [
|
|
17908
17910
|
L(l.$slots, "header-sideover", {}, () => [
|
|
17909
|
-
h("div",
|
|
17911
|
+
h("div", SS, [
|
|
17910
17912
|
R(c(Va), { class: "icon" }),
|
|
17911
|
-
h("div",
|
|
17912
|
-
|
|
17913
|
-
h("span",
|
|
17913
|
+
h("div", DS, [
|
|
17914
|
+
xS,
|
|
17915
|
+
h("span", TS, ee(c(o)), 1)
|
|
17914
17916
|
]),
|
|
17915
17917
|
h("div", {
|
|
17916
17918
|
class: "wrapper-action",
|
|
@@ -17931,16 +17933,16 @@ const bS = { class: "sol-user-info-backoffice" }, wS = { class: "info" }, NS = /
|
|
|
17931
17933
|
})
|
|
17932
17934
|
])
|
|
17933
17935
|
]),
|
|
17934
|
-
h("div",
|
|
17936
|
+
h("div", AS, [
|
|
17935
17937
|
R(it, { thickness: "x-small" }),
|
|
17936
17938
|
L(l.$slots, "footer-sideover", {}, () => [
|
|
17937
17939
|
h("div", {
|
|
17938
17940
|
class: "logout",
|
|
17939
17941
|
onClick: u[2] || (u[2] = (s) => l.$emit("logout"))
|
|
17940
17942
|
}, [
|
|
17941
|
-
h("div",
|
|
17943
|
+
h("div", kS, [
|
|
17942
17944
|
R(c(nr), { class: "icon" }),
|
|
17943
|
-
|
|
17945
|
+
_S
|
|
17944
17946
|
])
|
|
17945
17947
|
])
|
|
17946
17948
|
])
|
|
@@ -17955,10 +17957,10 @@ const bS = { class: "sol-user-info-backoffice" }, wS = { class: "info" }, NS = /
|
|
|
17955
17957
|
bl.install = (e) => {
|
|
17956
17958
|
e.component("SolUserInfoBackoffice", bl);
|
|
17957
17959
|
};
|
|
17958
|
-
const
|
|
17960
|
+
const LS = { class: "sol-header-backoffice" }, CS = { class: "header-content" }, PS = { class: "left-actions" }, zS = /* @__PURE__ */ h("img", {
|
|
17959
17961
|
src: "https://cdn.solfacil.com.br/commons/solfacil-logo/solfacil-gradient-black.svg",
|
|
17960
17962
|
alt: "Logo Solf\xE1cil"
|
|
17961
|
-
}, null, -1),
|
|
17963
|
+
}, null, -1), OS = { class: "title" }, $S = { class: "right-actions" }, wl = /* @__PURE__ */ re({
|
|
17962
17964
|
__name: "HeaderBackoffice",
|
|
17963
17965
|
props: {
|
|
17964
17966
|
title: { default: "Name system" }
|
|
@@ -17968,9 +17970,9 @@ const CS = { class: "sol-header-backoffice" }, PS = { class: "header-content" },
|
|
|
17968
17970
|
const n = W(!1), i = () => {
|
|
17969
17971
|
n.value = !n.value, t("toggleMenu", n.value);
|
|
17970
17972
|
}, a = j(() => n.value ? ei : bd);
|
|
17971
|
-
return (r, o) => (d(), I("div",
|
|
17972
|
-
h("div",
|
|
17973
|
-
h("div",
|
|
17973
|
+
return (r, o) => (d(), I("div", LS, [
|
|
17974
|
+
h("div", CS, [
|
|
17975
|
+
h("div", PS, [
|
|
17974
17976
|
L(r.$slots, "menu", { toggle: i }, () => [
|
|
17975
17977
|
h("button", {
|
|
17976
17978
|
class: "header-sidebar-menu",
|
|
@@ -17980,11 +17982,11 @@ const CS = { class: "sol-header-backoffice" }, PS = { class: "header-content" },
|
|
|
17980
17982
|
])
|
|
17981
17983
|
]),
|
|
17982
17984
|
L(r.$slots, "title", {}, () => [
|
|
17983
|
-
|
|
17984
|
-
h("span",
|
|
17985
|
+
zS,
|
|
17986
|
+
h("span", OS, ee(e.title), 1)
|
|
17985
17987
|
])
|
|
17986
17988
|
]),
|
|
17987
|
-
h("div",
|
|
17989
|
+
h("div", $S, [
|
|
17988
17990
|
L(r.$slots, "actions")
|
|
17989
17991
|
])
|
|
17990
17992
|
]),
|
|
@@ -17998,49 +18000,49 @@ const CS = { class: "sol-header-backoffice" }, PS = { class: "header-content" },
|
|
|
17998
18000
|
wl.install = (e) => {
|
|
17999
18001
|
e.component("SolHeaderBackoffice", wl);
|
|
18000
18002
|
};
|
|
18001
|
-
const
|
|
18003
|
+
const ZS = {
|
|
18002
18004
|
viewBox: "0 0 1024 1024",
|
|
18003
18005
|
width: "1em",
|
|
18004
18006
|
height: "1em"
|
|
18005
|
-
},
|
|
18007
|
+
}, ES = /* @__PURE__ */ h("path", {
|
|
18006
18008
|
fill: "currentColor",
|
|
18007
18009
|
d: "M256 837.333c-19.2 0-35.555-6.754-49.067-20.267s-20.267-29.867-20.267-49.067c0-19.2 6.755-35.554 20.267-49.067s29.867-20.267 49.067-20.267c19.2 0 35.555 6.754 49.067 20.267s20.267 29.867 20.267 49.067c0 19.2-6.755 35.554-20.267 49.067s-29.867 20.267-49.067 20.267zM512 837.333c-19.2 0-35.554-6.754-49.067-20.267s-20.267-29.867-20.267-49.067c0-19.2 6.754-35.554 20.267-49.067s29.867-20.267 49.067-20.267c19.2 0 35.554 6.754 49.067 20.267s20.267 29.867 20.267 49.067c0 19.2-6.754 35.554-20.267 49.067s-29.867 20.267-49.067 20.267zM768 837.333c-19.2 0-35.554-6.754-49.067-20.267s-20.267-29.867-20.267-49.067c0-19.2 6.754-35.554 20.267-49.067s29.867-20.267 49.067-20.267c19.2 0 35.554 6.754 49.067 20.267s20.267 29.867 20.267 49.067c0 19.2-6.754 35.554-20.267 49.067s-29.867 20.267-49.067 20.267zM256 581.333c-19.2 0-35.555-6.754-49.067-20.267s-20.267-29.867-20.267-49.067c0-19.2 6.755-35.554 20.267-49.067s29.867-20.267 49.067-20.267c19.2 0 35.555 6.754 49.067 20.267s20.267 29.867 20.267 49.067c0 19.2-6.755 35.554-20.267 49.067s-29.867 20.267-49.067 20.267zM512 581.333c-19.2 0-35.554-6.754-49.067-20.267s-20.267-29.867-20.267-49.067c0-19.2 6.754-35.554 20.267-49.067s29.867-20.267 49.067-20.267c19.2 0 35.554 6.754 49.067 20.267s20.267 29.867 20.267 49.067c0 19.2-6.754 35.554-20.267 49.067s-29.867 20.267-49.067 20.267zM768 581.333c-19.2 0-35.554-6.754-49.067-20.267s-20.267-29.867-20.267-49.067c0-19.2 6.754-35.554 20.267-49.067s29.867-20.267 49.067-20.267c19.2 0 35.554 6.754 49.067 20.267s20.267 29.867 20.267 49.067c0 19.2-6.754 35.554-20.267 49.067s-29.867 20.267-49.067 20.267zM256 325.333c-19.2 0-35.555-6.755-49.067-20.267s-20.267-29.867-20.267-49.067c0-19.2 6.755-35.555 20.267-49.067s29.867-20.267 49.067-20.267c19.2 0 35.555 6.755 49.067 20.267s20.267 29.867 20.267 49.067c0 19.2-6.755 35.555-20.267 49.067s-29.867 20.267-49.067 20.267zM512 325.333c-19.2 0-35.554-6.755-49.067-20.267s-20.267-29.867-20.267-49.067c0-19.2 6.754-35.555 20.267-49.067s29.867-20.267 49.067-20.267c19.2 0 35.554 6.755 49.067 20.267s20.267 29.867 20.267 49.067c0 19.2-6.754 35.555-20.267 49.067s-29.867 20.267-49.067 20.267zM768 325.333c-19.2 0-35.554-6.755-49.067-20.267s-20.267-29.867-20.267-49.067c0-19.2 6.754-35.555 20.267-49.067s29.867-20.267 49.067-20.267c19.2 0 35.554 6.755 49.067 20.267s20.267 29.867 20.267 49.067c0 19.2-6.754 35.555-20.267 49.067s-29.867 20.267-49.067 20.267z",
|
|
18008
18010
|
style: {}
|
|
18009
|
-
}, null, -1),
|
|
18010
|
-
|
|
18011
|
+
}, null, -1), GS = [
|
|
18012
|
+
ES
|
|
18011
18013
|
];
|
|
18012
|
-
function
|
|
18013
|
-
return d(), I("svg",
|
|
18014
|
+
function BS(e, t) {
|
|
18015
|
+
return d(), I("svg", ZS, GS);
|
|
18014
18016
|
}
|
|
18015
|
-
const jd = { name: "girassol-apps", render:
|
|
18017
|
+
const jd = { name: "girassol-apps", render: BS }, YS = {
|
|
18016
18018
|
viewBox: "0 0 1024 1024",
|
|
18017
18019
|
width: "1em",
|
|
18018
18020
|
height: "1em"
|
|
18019
|
-
},
|
|
18021
|
+
}, US = /* @__PURE__ */ h("path", {
|
|
18020
18022
|
fill: "currentColor",
|
|
18021
18023
|
d: "M473.6 814.933l-275.2-276.267c-4.267-3.554-7.282-7.65-9.045-12.288-1.792-4.608-2.688-9.399-2.688-14.379s0.896-9.783 2.688-14.421c1.763-4.608 4.779-8.691 9.045-12.245l275.2-276.266c6.4-5.689 13.867-8.718 22.4-9.088 8.533-0.341 16 2.688 22.4 9.088s9.771 13.867 10.112 22.4c0.371 8.533-2.645 16.355-9.045 23.467l-226.133 225.066h496c8.533 0 16 3.017 22.4 9.045 6.4 6.059 9.6 13.709 9.6 22.955s-3.2 16.883-9.6 22.912c-6.4 6.059-13.867 9.088-22.4 9.088h-496l226.133 226.133c5.687 5.687 8.704 12.971 9.045 21.845 0.371 8.905-2.645 16.555-9.045 22.955s-14.037 9.6-22.912 9.6c-8.905 0-16.555-3.2-22.955-9.6z",
|
|
18022
18024
|
style: {}
|
|
18023
|
-
}, null, -1),
|
|
18024
|
-
|
|
18025
|
+
}, null, -1), VS = [
|
|
18026
|
+
US
|
|
18025
18027
|
];
|
|
18026
|
-
function
|
|
18027
|
-
return d(), I("svg",
|
|
18028
|
+
function RS(e, t) {
|
|
18029
|
+
return d(), I("svg", YS, VS);
|
|
18028
18030
|
}
|
|
18029
|
-
const
|
|
18031
|
+
const WS = { name: "girassol-arrow-back", render: RS }, QS = {
|
|
18030
18032
|
viewBox: "0 0 1024 1024",
|
|
18031
18033
|
width: "1em",
|
|
18032
18034
|
height: "1em"
|
|
18033
|
-
},
|
|
18035
|
+
}, HS = /* @__PURE__ */ h("path", {
|
|
18034
18036
|
fill: "currentColor",
|
|
18035
18037
|
d: "M489.6 814.933c-6.4-6.4-9.6-14.050-9.6-22.955 0-8.875 2.846-16.512 8.533-22.912l226.133-225.067h-496c-8.533 0-16-3.029-22.4-9.088-6.4-6.029-9.6-13.666-9.6-22.912s3.2-16.896 9.6-22.955c6.4-6.029 13.867-9.045 22.4-9.045h496l-226.133-225.066c-5.687-6.4-8.533-14.037-8.533-22.912 0-8.903 3.2-16.555 9.6-22.955 6.4-5.689 13.867-8.533 22.4-8.533s16 2.845 22.4 8.533l275.2 276.266c4.267 3.554 7.296 7.637 9.088 12.245 1.762 4.638 2.645 9.442 2.645 14.421s-0.883 9.771-2.645 14.379c-1.792 4.638-4.821 8.734-9.088 12.288l-275.2 276.267c-6.4 5.687-13.867 8.533-22.4 8.533s-16-2.846-22.4-8.533z",
|
|
18036
18038
|
style: {}
|
|
18037
|
-
}, null, -1),
|
|
18038
|
-
|
|
18039
|
+
}, null, -1), FS = [
|
|
18040
|
+
HS
|
|
18039
18041
|
];
|
|
18040
|
-
function
|
|
18041
|
-
return d(), I("svg",
|
|
18042
|
+
function XS(e, t) {
|
|
18043
|
+
return d(), I("svg", QS, FS);
|
|
18042
18044
|
}
|
|
18043
|
-
const
|
|
18045
|
+
const JS = { name: "girassol-arrow-forward", render: XS }, qS = ["mode"], KS = { class: "icon-wrapper" }, eD = { class: "label" }, Sd = /* @__PURE__ */ re({
|
|
18044
18046
|
__name: "ItemApplication",
|
|
18045
18047
|
props: {
|
|
18046
18048
|
application: null,
|
|
@@ -18057,17 +18059,17 @@ const qS = { name: "girassol-arrow-forward", render: JS }, KS = ["mode"], eD = {
|
|
|
18057
18059
|
active: t(e.application)
|
|
18058
18060
|
}), {
|
|
18059
18061
|
default: Y(() => [
|
|
18060
|
-
h("div",
|
|
18062
|
+
h("div", KS, [
|
|
18061
18063
|
(d(), U(ke(fn(e.application.icon)), { class: "icon" }))
|
|
18062
18064
|
]),
|
|
18063
|
-
h("span",
|
|
18065
|
+
h("span", eD, ee(e.application.label), 1)
|
|
18064
18066
|
]),
|
|
18065
18067
|
_: 1
|
|
18066
18068
|
}, 16, ["active"]))
|
|
18067
|
-
], 8,
|
|
18069
|
+
], 8, qS));
|
|
18068
18070
|
}
|
|
18069
18071
|
});
|
|
18070
|
-
const
|
|
18072
|
+
const tD = /* @__PURE__ */ h("svg", {
|
|
18071
18073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18072
18074
|
width: "13",
|
|
18073
18075
|
height: "8",
|
|
@@ -18078,9 +18080,9 @@ const nD = /* @__PURE__ */ h("svg", {
|
|
|
18078
18080
|
d: "M12.5 0L6.5 8L0.5 0L12.5 0Z",
|
|
18079
18081
|
fill: "#505050"
|
|
18080
18082
|
})
|
|
18081
|
-
], -1),
|
|
18082
|
-
|
|
18083
|
-
],
|
|
18083
|
+
], -1), nD = [
|
|
18084
|
+
tD
|
|
18085
|
+
], iD = { class: "text" }, Wa = /* @__PURE__ */ re({
|
|
18084
18086
|
__name: "Tooltip",
|
|
18085
18087
|
props: {
|
|
18086
18088
|
text: null,
|
|
@@ -18090,32 +18092,32 @@ const nD = /* @__PURE__ */ h("svg", {
|
|
|
18090
18092
|
},
|
|
18091
18093
|
setup(e) {
|
|
18092
18094
|
return (t, n) => (d(), I("div", {
|
|
18093
|
-
class:
|
|
18095
|
+
class: K(["sol-tooltip", { disabled: e.disabled }])
|
|
18094
18096
|
}, [
|
|
18095
18097
|
h("div", {
|
|
18096
|
-
class:
|
|
18097
|
-
},
|
|
18098
|
+
class: K(`spin ${e.position}`)
|
|
18099
|
+
}, nD, 2),
|
|
18098
18100
|
h("div", {
|
|
18099
18101
|
ref: "tooltip",
|
|
18100
|
-
class:
|
|
18102
|
+
class: K(`tooltip ${e.position}`)
|
|
18101
18103
|
}, [
|
|
18102
18104
|
L(t.$slots, "text", {}, () => [
|
|
18103
|
-
h("span",
|
|
18105
|
+
h("span", iD, ee(e.text), 1)
|
|
18104
18106
|
])
|
|
18105
18107
|
], 2),
|
|
18106
18108
|
L(t.$slots, "default")
|
|
18107
18109
|
], 2));
|
|
18108
18110
|
}
|
|
18109
18111
|
});
|
|
18110
|
-
const
|
|
18112
|
+
const aD = ["open"], rD = { class: "sidebar-header" }, oD = {
|
|
18111
18113
|
src: "https://cdn.solfacil.com.br/commons/solfacil-logo/solfacil-gradient-black.svg",
|
|
18112
18114
|
alt: "Logo Solf\xE1cil",
|
|
18113
18115
|
class: "logo"
|
|
18114
|
-
},
|
|
18116
|
+
}, lD = {
|
|
18115
18117
|
src: "https://cdn.solfacil.com.br/commons/solfacil-logo/solfacil-symbol-gradient.svg",
|
|
18116
18118
|
alt: "S\xEDmbolo Solfacil",
|
|
18117
18119
|
class: "symbol"
|
|
18118
|
-
},
|
|
18120
|
+
}, uD = { class: "sidebar-wrapper" }, sD = { class: "sidebar-menu-items" }, cD = { class: "label" }, dD = ["open"], fD = { class: "title" }, mD = { class: "sidebar-applications-menu-items" }, yD = { class: "sidebar-footer" }, Nl = /* @__PURE__ */ re({
|
|
18119
18121
|
__name: "SidebarBackoffice",
|
|
18120
18122
|
props: {
|
|
18121
18123
|
menus: null,
|
|
@@ -18139,24 +18141,24 @@ const rD = ["open"], oD = { class: "sidebar-header" }, lD = {
|
|
|
18139
18141
|
function u() {
|
|
18140
18142
|
a.value = !a.value;
|
|
18141
18143
|
}
|
|
18142
|
-
const s = j(() => a.value ?
|
|
18144
|
+
const s = j(() => a.value ? JS : WS);
|
|
18143
18145
|
return (f, y) => (d(), I("div", {
|
|
18144
|
-
class:
|
|
18146
|
+
class: K(["sol-sidebar-backoffice", { small: a.value }]),
|
|
18145
18147
|
open: e.open
|
|
18146
18148
|
}, [
|
|
18147
|
-
h("div",
|
|
18149
|
+
h("div", rD, [
|
|
18148
18150
|
L(f.$slots, "header", {}, () => [
|
|
18149
|
-
Ke(h("img",
|
|
18151
|
+
Ke(h("img", oD, null, 512), [
|
|
18150
18152
|
[nt, !a.value]
|
|
18151
18153
|
]),
|
|
18152
|
-
Ke(h("img",
|
|
18154
|
+
Ke(h("img", lD, null, 512), [
|
|
18153
18155
|
[nt, a.value]
|
|
18154
18156
|
])
|
|
18155
18157
|
])
|
|
18156
18158
|
]),
|
|
18157
|
-
h("div",
|
|
18159
|
+
h("div", uD, [
|
|
18158
18160
|
L(f.$slots, "menu", {}, () => [
|
|
18159
|
-
h("menu",
|
|
18161
|
+
h("menu", sD, [
|
|
18160
18162
|
(d(!0), I(ue, null, pe(e.menus, (m, g) => (d(), U(Wa, {
|
|
18161
18163
|
key: g,
|
|
18162
18164
|
text: m.label,
|
|
@@ -18175,7 +18177,7 @@ const rD = ["open"], oD = { class: "sidebar-header" }, lD = {
|
|
|
18175
18177
|
}), {
|
|
18176
18178
|
default: Y(() => [
|
|
18177
18179
|
(d(), U(ke(fn(m.icon)), { class: "icon" })),
|
|
18178
|
-
h("span",
|
|
18180
|
+
h("span", cD, ee(m.label), 1)
|
|
18179
18181
|
]),
|
|
18180
18182
|
_: 2
|
|
18181
18183
|
}, 1040, ["active"]))
|
|
@@ -18197,12 +18199,12 @@ const rD = ["open"], oD = { class: "sidebar-header" }, lD = {
|
|
|
18197
18199
|
L(f.$slots, "header-applications", {}, () => [
|
|
18198
18200
|
R(c(jd), { class: "left-icon" }),
|
|
18199
18201
|
L(f.$slots, "title-applications", {}, () => [
|
|
18200
|
-
h("span",
|
|
18202
|
+
h("span", fD, ee(e.titleApplications), 1)
|
|
18201
18203
|
]),
|
|
18202
18204
|
(d(), U(ke(fn(c(l))), { class: "right-icon" }))
|
|
18203
18205
|
])
|
|
18204
18206
|
]),
|
|
18205
|
-
h("menu",
|
|
18207
|
+
h("menu", mD, [
|
|
18206
18208
|
(d(!0), I(ue, null, pe(e.applications, (m, g) => (d(), U(Sd, {
|
|
18207
18209
|
key: g,
|
|
18208
18210
|
mode: "sidebar",
|
|
@@ -18210,9 +18212,9 @@ const rD = ["open"], oD = { class: "sidebar-header" }, lD = {
|
|
|
18210
18212
|
onClick: m.action
|
|
18211
18213
|
}, null, 8, ["application", "onClick"]))), 128))
|
|
18212
18214
|
])
|
|
18213
|
-
], 8,
|
|
18215
|
+
], 8, dD)
|
|
18214
18216
|
]),
|
|
18215
|
-
h("div",
|
|
18217
|
+
h("div", yD, [
|
|
18216
18218
|
h("div", {
|
|
18217
18219
|
class: "icon-wrapper",
|
|
18218
18220
|
onClick: u
|
|
@@ -18220,13 +18222,13 @@ const rD = ["open"], oD = { class: "sidebar-header" }, lD = {
|
|
|
18220
18222
|
(d(), U(ke(fn(c(s))), { class: "icon" }))
|
|
18221
18223
|
])
|
|
18222
18224
|
])
|
|
18223
|
-
], 10,
|
|
18225
|
+
], 10, aD));
|
|
18224
18226
|
}
|
|
18225
18227
|
});
|
|
18226
18228
|
Nl.install = (e) => {
|
|
18227
18229
|
e.component("SolSidebarBackoffice", Nl);
|
|
18228
18230
|
};
|
|
18229
|
-
const
|
|
18231
|
+
const vD = ["block"], gD = { class: "menu-applications" }, hD = /* @__PURE__ */ re({
|
|
18230
18232
|
__name: "ApplicationsBackofficeMenu",
|
|
18231
18233
|
props: {
|
|
18232
18234
|
block: { default: !1 },
|
|
@@ -18238,7 +18240,7 @@ const gD = ["block"], hD = { class: "menu-applications" }, ID = /* @__PURE__ */
|
|
|
18238
18240
|
class: "sol-applications-backoffice-menu",
|
|
18239
18241
|
block: e.block
|
|
18240
18242
|
}, [
|
|
18241
|
-
h("menu",
|
|
18243
|
+
h("menu", gD, [
|
|
18242
18244
|
(d(!0), I(ue, null, pe(e.applications, (a, r) => (d(), U(Sd, {
|
|
18243
18245
|
id: a.id,
|
|
18244
18246
|
key: r,
|
|
@@ -18247,30 +18249,30 @@ const gD = ["block"], hD = { class: "menu-applications" }, ID = /* @__PURE__ */
|
|
|
18247
18249
|
onClick: a.action
|
|
18248
18250
|
}, null, 8, ["id", "application", "onClick"]))), 128))
|
|
18249
18251
|
])
|
|
18250
|
-
], 8,
|
|
18252
|
+
], 8, vD));
|
|
18251
18253
|
}
|
|
18252
18254
|
});
|
|
18253
|
-
const
|
|
18255
|
+
const ID = { class: "sol-applications-backoffice" }, pD = { class: "menu-icon" }, jl = /* @__PURE__ */ re({
|
|
18254
18256
|
__name: "ApplicationsBackoffice",
|
|
18255
18257
|
props: {
|
|
18256
18258
|
applications: { default: () => [] }
|
|
18257
18259
|
},
|
|
18258
18260
|
setup(e) {
|
|
18259
|
-
return (t, n) => (d(), I("div",
|
|
18261
|
+
return (t, n) => (d(), I("div", ID, [
|
|
18260
18262
|
R($t, {
|
|
18261
18263
|
id: "user",
|
|
18262
18264
|
position: "bottom",
|
|
18263
18265
|
class: "menu-user"
|
|
18264
18266
|
}, {
|
|
18265
18267
|
label: Y(() => [
|
|
18266
|
-
h("div",
|
|
18268
|
+
h("div", pD, [
|
|
18267
18269
|
R(c(jd), { class: "icon" })
|
|
18268
18270
|
])
|
|
18269
18271
|
]),
|
|
18270
18272
|
default: Y(() => [
|
|
18271
18273
|
L(t.$slots, "menu-content-desktop", {}, () => [
|
|
18272
18274
|
L(t.$slots, "menu-content", {}, () => [
|
|
18273
|
-
R(
|
|
18275
|
+
R(hD, { applications: e.applications }, null, 8, ["applications"])
|
|
18274
18276
|
])
|
|
18275
18277
|
])
|
|
18276
18278
|
]),
|
|
@@ -18296,7 +18298,7 @@ const Dd = 12, jn = {
|
|
|
18296
18298
|
position: "top-right",
|
|
18297
18299
|
hideProgressBar: !1
|
|
18298
18300
|
};
|
|
18299
|
-
function
|
|
18301
|
+
function MD(e, t) {
|
|
18300
18302
|
const n = Tt({
|
|
18301
18303
|
id: null,
|
|
18302
18304
|
intervalId: null,
|
|
@@ -18326,7 +18328,7 @@ function bD(e, t) {
|
|
|
18326
18328
|
progress: i
|
|
18327
18329
|
};
|
|
18328
18330
|
}
|
|
18329
|
-
function
|
|
18331
|
+
function bD(e) {
|
|
18330
18332
|
return {
|
|
18331
18333
|
stylePosition: j(() => {
|
|
18332
18334
|
const { position: n, offset: i } = e();
|
|
@@ -18372,53 +18374,53 @@ function wD(e) {
|
|
|
18372
18374
|
};
|
|
18373
18375
|
}
|
|
18374
18376
|
var xd = /* @__PURE__ */ ((e) => (e["top-left"] = "bounce-left", e["top-right"] = "bounce-right", e["top-center"] = "bounce-down", e["bottom-left"] = "bounce-left", e["bottom-center"] = "bounce-up", e["bottom-right"] = "bounce-right", e))(xd || {});
|
|
18375
|
-
const
|
|
18377
|
+
const wD = {
|
|
18376
18378
|
viewBox: "0 0 24 24",
|
|
18377
18379
|
width: "1em",
|
|
18378
18380
|
height: "1em"
|
|
18379
|
-
},
|
|
18381
|
+
}, ND = /* @__PURE__ */ h("path", {
|
|
18380
18382
|
fill: "currentColor",
|
|
18381
18383
|
d: "m10.6 16.6l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4ZM12 22q-2.075 0-3.9-.788q-1.825-.787-3.175-2.137q-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175q1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138q1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175q-1.35 1.35-3.175 2.137Q14.075 22 12 22Z"
|
|
18382
|
-
}, null, -1),
|
|
18383
|
-
|
|
18384
|
+
}, null, -1), jD = [
|
|
18385
|
+
ND
|
|
18384
18386
|
];
|
|
18385
|
-
function
|
|
18386
|
-
return d(), I("svg",
|
|
18387
|
+
function SD(e, t) {
|
|
18388
|
+
return d(), I("svg", wD, jD);
|
|
18387
18389
|
}
|
|
18388
|
-
const
|
|
18390
|
+
const DD = { name: "material-symbols-check-circle", render: SD }, xD = {
|
|
18389
18391
|
viewBox: "0 0 24 24",
|
|
18390
18392
|
width: "1em",
|
|
18391
18393
|
height: "1em"
|
|
18392
|
-
},
|
|
18394
|
+
}, TD = /* @__PURE__ */ h("path", {
|
|
18393
18395
|
fill: "currentColor",
|
|
18394
18396
|
d: "m8.4 17l3.6-3.6l3.6 3.6l1.4-1.4l-3.6-3.6L17 8.4L15.6 7L12 10.6L8.4 7L7 8.4l3.6 3.6L7 15.6Zm3.6 5q-2.075 0-3.9-.788q-1.825-.787-3.175-2.137q-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175q1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138q1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175q-1.35 1.35-3.175 2.137Q14.075 22 12 22Z"
|
|
18395
|
-
}, null, -1),
|
|
18396
|
-
|
|
18397
|
+
}, null, -1), AD = [
|
|
18398
|
+
TD
|
|
18397
18399
|
];
|
|
18398
|
-
function
|
|
18399
|
-
return d(), I("svg",
|
|
18400
|
+
function kD(e, t) {
|
|
18401
|
+
return d(), I("svg", xD, AD);
|
|
18400
18402
|
}
|
|
18401
|
-
const
|
|
18403
|
+
const _D = { name: "material-symbols-cancel", render: kD }, LD = {
|
|
18402
18404
|
viewBox: "0 0 24 24",
|
|
18403
18405
|
width: "1em",
|
|
18404
18406
|
height: "1em"
|
|
18405
|
-
},
|
|
18407
|
+
}, CD = /* @__PURE__ */ h("path", {
|
|
18406
18408
|
fill: "currentColor",
|
|
18407
18409
|
d: "M12 17q.425 0 .713-.288Q13 16.425 13 16t-.287-.713Q12.425 15 12 15t-.712.287Q11 15.575 11 16t.288.712Q11.575 17 12 17Zm0 5q-2.075 0-3.9-.788q-1.825-.787-3.175-2.137q-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175q1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138q1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175q-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-9q.425 0 .713-.288Q13 12.425 13 12V8q0-.425-.287-.713Q12.425 7 12 7t-.712.287Q11 7.575 11 8v4q0 .425.288.712q.287.288.712.288Z"
|
|
18408
|
-
}, null, -1),
|
|
18409
|
-
|
|
18410
|
+
}, null, -1), PD = [
|
|
18411
|
+
CD
|
|
18410
18412
|
];
|
|
18411
|
-
function
|
|
18412
|
-
return d(), I("svg",
|
|
18413
|
+
function zD(e, t) {
|
|
18414
|
+
return d(), I("svg", LD, PD);
|
|
18413
18415
|
}
|
|
18414
|
-
const
|
|
18416
|
+
const OD = { name: "material-symbols-error-circle-rounded", render: zD }, $D = ["id", "data-testid"], ZD = { class: "content-wrapper" }, ED = {
|
|
18415
18417
|
key: 0,
|
|
18416
18418
|
class: "icon-container",
|
|
18417
18419
|
"aria-hidden": "true"
|
|
18418
|
-
},
|
|
18420
|
+
}, GD = { class: "content" }, BD = {
|
|
18419
18421
|
key: 0,
|
|
18420
18422
|
class: "description"
|
|
18421
|
-
},
|
|
18423
|
+
}, YD = /* @__PURE__ */ re({
|
|
18422
18424
|
__name: "Toast",
|
|
18423
18425
|
props: {
|
|
18424
18426
|
id: null,
|
|
@@ -18436,10 +18438,10 @@ const $D = { name: "material-symbols-error-circle-rounded", render: OD }, ZD = [
|
|
|
18436
18438
|
position: { default: jn.position }
|
|
18437
18439
|
},
|
|
18438
18440
|
setup(e) {
|
|
18439
|
-
const t = e, { start: n, stop: i, progress: a } =
|
|
18441
|
+
const t = e, { start: n, stop: i, progress: a } = MD(() => {
|
|
18440
18442
|
var f;
|
|
18441
18443
|
(f = t.onCloseHandler) == null || f.call(t);
|
|
18442
|
-
}, t.timeout), { stylePosition: r } =
|
|
18444
|
+
}, t.timeout), { stylePosition: r } = bD(() => ({
|
|
18443
18445
|
offset: t.offset,
|
|
18444
18446
|
position: t.position
|
|
18445
18447
|
})), o = j(() => t.title && t.description);
|
|
@@ -18468,7 +18470,7 @@ const $D = { name: "material-symbols-error-circle-rounded", render: OD }, ZD = [
|
|
|
18468
18470
|
role: "alert",
|
|
18469
18471
|
"aria-live": "assertive",
|
|
18470
18472
|
style: zt(c(r)),
|
|
18471
|
-
class:
|
|
18473
|
+
class: K(["sol-toast-core", [`-${e.type} -${e.position}`, { "-multiline": c(o) }]]),
|
|
18472
18474
|
onKeyup: y[0] || (y[0] = ve(
|
|
18473
18475
|
(...m) => e.onCloseHandler && e.onCloseHandler(...m),
|
|
18474
18476
|
["esc"]
|
|
@@ -18478,41 +18480,41 @@ const $D = { name: "material-symbols-error-circle-rounded", render: OD }, ZD = [
|
|
|
18478
18480
|
onFocusin: l,
|
|
18479
18481
|
onFocusout: u
|
|
18480
18482
|
}, [
|
|
18481
|
-
h("section",
|
|
18482
|
-
e.showIcon ? (d(), I("div",
|
|
18483
|
+
h("section", ZD, [
|
|
18484
|
+
e.showIcon ? (d(), I("div", ED, [
|
|
18483
18485
|
L(f.$slots, "icon-status", { type: e.type }, () => [
|
|
18484
|
-
e.type === "success" ? (d(), U(c(
|
|
18486
|
+
e.type === "success" ? (d(), U(c(DD), {
|
|
18485
18487
|
key: 0,
|
|
18486
18488
|
class: "icon"
|
|
18487
18489
|
})) : S("", !0),
|
|
18488
|
-
["informative", "warning"].includes(e.type) ? (d(), U(c(
|
|
18490
|
+
["informative", "warning"].includes(e.type) ? (d(), U(c(OD), {
|
|
18489
18491
|
key: 1,
|
|
18490
18492
|
class: "icon"
|
|
18491
18493
|
})) : S("", !0),
|
|
18492
|
-
e.type === "error" ? (d(), U(c(
|
|
18494
|
+
e.type === "error" ? (d(), U(c(_D), {
|
|
18493
18495
|
key: 2,
|
|
18494
18496
|
class: "icon"
|
|
18495
18497
|
})) : S("", !0)
|
|
18496
18498
|
])
|
|
18497
18499
|
])) : S("", !0),
|
|
18498
|
-
h("div",
|
|
18500
|
+
h("div", GD, [
|
|
18499
18501
|
h("p", {
|
|
18500
|
-
class:
|
|
18502
|
+
class: K(["title", { "-multiline": c(o) }])
|
|
18501
18503
|
}, [
|
|
18502
18504
|
L(f.$slots, "title", {}, () => [
|
|
18503
|
-
se(
|
|
18505
|
+
se(ee(e.title), 1)
|
|
18504
18506
|
])
|
|
18505
18507
|
], 2),
|
|
18506
|
-
e.description ? (d(), I("p",
|
|
18508
|
+
e.description ? (d(), I("p", BD, [
|
|
18507
18509
|
L(f.$slots, "description", {}, () => [
|
|
18508
|
-
se(
|
|
18510
|
+
se(ee(e.description), 1)
|
|
18509
18511
|
])
|
|
18510
18512
|
])) : S("", !0)
|
|
18511
18513
|
])
|
|
18512
18514
|
]),
|
|
18513
18515
|
R(Pe, {
|
|
18514
18516
|
id: `toast-action-${e.type}-${e.position}`,
|
|
18515
|
-
class:
|
|
18517
|
+
class: K(["action", { "-multiline": c(o) }]),
|
|
18516
18518
|
size: "small",
|
|
18517
18519
|
"on-color": e.type !== "warning",
|
|
18518
18520
|
variant: "tertiary",
|
|
@@ -18520,7 +18522,7 @@ const $D = { name: "material-symbols-error-circle-rounded", render: OD }, ZD = [
|
|
|
18520
18522
|
onClick: s
|
|
18521
18523
|
}, {
|
|
18522
18524
|
default: Y(() => [
|
|
18523
|
-
se(
|
|
18525
|
+
se(ee(e.actionText), 1)
|
|
18524
18526
|
]),
|
|
18525
18527
|
_: 1
|
|
18526
18528
|
}, 8, ["id", "on-color", "class"]),
|
|
@@ -18530,7 +18532,7 @@ const $D = { name: "material-symbols-error-circle-rounded", render: OD }, ZD = [
|
|
|
18530
18532
|
"aria-hidden": "true",
|
|
18531
18533
|
style: zt({ width: `${c(a)}%` })
|
|
18532
18534
|
}, null, 4))
|
|
18533
|
-
], 46,
|
|
18535
|
+
], 46, $D)) : S("", !0)
|
|
18534
18536
|
]),
|
|
18535
18537
|
_: 3
|
|
18536
18538
|
}, 8, ["name"]));
|
|
@@ -18544,7 +18546,7 @@ const Xn = {
|
|
|
18544
18546
|
"bottom-right": [],
|
|
18545
18547
|
"bottom-center": []
|
|
18546
18548
|
};
|
|
18547
|
-
function
|
|
18549
|
+
function UD() {
|
|
18548
18550
|
Td(0);
|
|
18549
18551
|
}
|
|
18550
18552
|
function Td(e = 2) {
|
|
@@ -18555,14 +18557,14 @@ function Td(e = 2) {
|
|
|
18555
18557
|
}).forEach((a) => nu(a, t));
|
|
18556
18558
|
});
|
|
18557
18559
|
}
|
|
18558
|
-
function
|
|
18560
|
+
function VD(e) {
|
|
18559
18561
|
return typeof e == "string" ? { description: e, actionText: "Fechar" } : { actionText: "Fechar", ...e };
|
|
18560
18562
|
}
|
|
18561
|
-
function
|
|
18563
|
+
function RD(e, t = jn) {
|
|
18562
18564
|
const n = window.innerWidth < 1024 ? "bottom-center" : "top-right";
|
|
18563
|
-
return e ?
|
|
18565
|
+
return e ? WD({ ...e, position: n }) : t;
|
|
18564
18566
|
}
|
|
18565
|
-
function
|
|
18567
|
+
function KD() {
|
|
18566
18568
|
const t = En(0), n = En(0, "success"), i = En(0, "error"), a = En(0, "warning"), r = En(0, "informative");
|
|
18567
18569
|
return {
|
|
18568
18570
|
createToast: t,
|
|
@@ -18570,18 +18572,18 @@ function ex() {
|
|
|
18570
18572
|
createSuccessToast: n,
|
|
18571
18573
|
createInformativeToast: r,
|
|
18572
18574
|
createWarningToast: a,
|
|
18573
|
-
clearAllToasts:
|
|
18575
|
+
clearAllToasts: UD
|
|
18574
18576
|
};
|
|
18575
18577
|
}
|
|
18576
18578
|
function En(e, t) {
|
|
18577
18579
|
return function(n, i) {
|
|
18578
|
-
const a = e++, r =
|
|
18579
|
-
return Td(),
|
|
18580
|
+
const a = e++, r = RD({ ...i, type: t });
|
|
18581
|
+
return Td(), QD(a, r, VD(n)), {
|
|
18580
18582
|
close: () => nu(a, r.position)
|
|
18581
18583
|
};
|
|
18582
18584
|
};
|
|
18583
18585
|
}
|
|
18584
|
-
function
|
|
18586
|
+
function WD(e) {
|
|
18585
18587
|
const t = {
|
|
18586
18588
|
...jn,
|
|
18587
18589
|
...e,
|
|
@@ -18589,18 +18591,18 @@ function QD(e) {
|
|
|
18589
18591
|
};
|
|
18590
18592
|
return t.hideProgressBar = !!(t.timeout && (t == null ? void 0 : t.timeout) <= 0), e.hideProgressBar && (t.hideProgressBar = e.hideProgressBar), t;
|
|
18591
18593
|
}
|
|
18592
|
-
function
|
|
18594
|
+
function QD(e, t, n) {
|
|
18593
18595
|
setTimeout(() => {
|
|
18594
|
-
const i =
|
|
18596
|
+
const i = FD(t, Xn, Dd), a = document.createElement("div");
|
|
18595
18597
|
document.body.appendChild(a);
|
|
18596
18598
|
const r = R(
|
|
18597
|
-
|
|
18598
|
-
|
|
18599
|
+
YD,
|
|
18600
|
+
HD(t, e, i, nu, n)
|
|
18599
18601
|
);
|
|
18600
18602
|
sc(r, a), Xn[t.position].push({ toastVNode: r, container: a }), r.component && (r.component.props.visible = !0);
|
|
18601
18603
|
}, 1);
|
|
18602
18604
|
}
|
|
18603
|
-
function
|
|
18605
|
+
function HD(e, t, n, i, a) {
|
|
18604
18606
|
return {
|
|
18605
18607
|
...e,
|
|
18606
18608
|
...a,
|
|
@@ -18612,12 +18614,12 @@ function FD(e, t, n, i, a) {
|
|
|
18612
18614
|
}
|
|
18613
18615
|
};
|
|
18614
18616
|
}
|
|
18615
|
-
function
|
|
18617
|
+
function FD(e, t, n) {
|
|
18616
18618
|
if (!e.position)
|
|
18617
18619
|
throw new Error("no position");
|
|
18618
18620
|
return t[e.position].reduce((i, { toastVNode: a }) => (i += a.el.offsetHeight + n || 0, i), n);
|
|
18619
18621
|
}
|
|
18620
|
-
function
|
|
18622
|
+
function XD(e, t, n, i) {
|
|
18621
18623
|
for (let a = e; a < t.length; a++) {
|
|
18622
18624
|
const { toastVNode: r } = t[a];
|
|
18623
18625
|
if (!r.el)
|
|
@@ -18639,14 +18641,14 @@ function nu(e, t) {
|
|
|
18639
18641
|
if (i === -1)
|
|
18640
18642
|
return;
|
|
18641
18643
|
const { container: a, toastVNode: r } = n[i], o = (u = r == null ? void 0 : r.el) == null ? void 0 : u.offsetHeight;
|
|
18642
|
-
if (Xn[t].splice(i, 1),
|
|
18644
|
+
if (Xn[t].splice(i, 1), XD(i, n, t, o), !r.component)
|
|
18643
18645
|
return;
|
|
18644
18646
|
const l = r.component.props;
|
|
18645
18647
|
l.visible = !1, l.onClose && l.onClose(), setTimeout(() => {
|
|
18646
18648
|
sc(null, a), document.body.removeChild(a);
|
|
18647
18649
|
}, 1e3);
|
|
18648
18650
|
}
|
|
18649
|
-
function
|
|
18651
|
+
function ex() {
|
|
18650
18652
|
return {
|
|
18651
18653
|
openModal: (n) => {
|
|
18652
18654
|
n && (n == null || n.open());
|
|
@@ -18656,7 +18658,7 @@ function tx() {
|
|
|
18656
18658
|
}
|
|
18657
18659
|
};
|
|
18658
18660
|
}
|
|
18659
|
-
function
|
|
18661
|
+
function tx({ initialValues: e } = {}) {
|
|
18660
18662
|
const t = W(e != null ? e : []);
|
|
18661
18663
|
function n(r) {
|
|
18662
18664
|
var o;
|
|
@@ -18676,7 +18678,7 @@ function nx({ initialValues: e } = {}) {
|
|
|
18676
18678
|
setSelectedFilter: a
|
|
18677
18679
|
};
|
|
18678
18680
|
}
|
|
18679
|
-
function
|
|
18681
|
+
function nx() {
|
|
18680
18682
|
async function e(n, i) {
|
|
18681
18683
|
if (!n)
|
|
18682
18684
|
return;
|
|
@@ -18740,7 +18742,7 @@ const tc = {
|
|
|
18740
18742
|
SolSideover: Ra,
|
|
18741
18743
|
SolTooltip: Wa
|
|
18742
18744
|
};
|
|
18743
|
-
function
|
|
18745
|
+
function ix(e) {
|
|
18744
18746
|
for (const t in tc)
|
|
18745
18747
|
e.component(t, tc[t]);
|
|
18746
18748
|
}
|
|
@@ -18793,14 +18795,14 @@ export {
|
|
|
18793
18795
|
Wa as SolTooltip,
|
|
18794
18796
|
bl as SolUserInfoBackoffice,
|
|
18795
18797
|
tc as components,
|
|
18796
|
-
|
|
18797
|
-
|
|
18798
|
+
ix as install,
|
|
18799
|
+
nx as useDownload,
|
|
18798
18800
|
Kd as useMask,
|
|
18799
|
-
|
|
18801
|
+
ex as useModal,
|
|
18800
18802
|
tn as useNavigate,
|
|
18801
18803
|
Ja as useNavigateProvider,
|
|
18802
18804
|
vd as useProductList,
|
|
18803
|
-
|
|
18804
|
-
|
|
18805
|
-
|
|
18805
|
+
tx as useSelectableChip,
|
|
18806
|
+
KD as useToast,
|
|
18807
|
+
qD as vMask
|
|
18806
18808
|
};
|