@solfacil/girassol 0.47.2 → 0.48.0
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 +201 -192
- package/dist/girassol.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/headers/header/Header.vue.d.ts +5 -0
- package/dist/types/components/headers/header/user/Desktop.vue.d.ts +2 -0
- package/dist/types/components/headers/header/user/MainItems.vue.d.ts +2 -0
- package/dist/types/components/headers/header/user/Mobile.vue.d.ts +2 -0
- package/dist/types/index.d.ts +24 -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 ee, createElementVNode as h, toDisplayString as
|
|
1
|
+
import { defineComponent as re, openBlock as d, createElementBlock as I, normalizeClass as ee, createElementVNode as h, toDisplayString as K, useSlots as kt, computed as j, unref as c, renderSlot as L, createCommentVNode as D, 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 tc, isRef as gt, onBeforeUnmount as nc, toRef as Dt, resolveDynamicComponent as ke, h as Xi, inject as ic, reactive as Tt, onUnmounted as Cn, nextTick as xt, warn as ac, watchEffect as rc, markRaw as _d, mergeProps as Oe, vShow as nt, vModelText as Ld, Fragment as ue, renderList as pe, getCurrentScope as oc, onScopeDispose as lc, withModifiers as Ee, createTextVNode as se, 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 uc } 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"
|
|
@@ -16,7 +16,7 @@ const zd = /* @__PURE__ */ h("path", {
|
|
|
16
16
|
fill: "none",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg"
|
|
18
18
|
}, [
|
|
19
|
-
h("title", null,
|
|
19
|
+
h("title", null, K(e.title), 1),
|
|
20
20
|
zd
|
|
21
21
|
], 2));
|
|
22
22
|
}
|
|
@@ -2673,7 +2673,7 @@ const gm = { name: "girassol-done", render: vm }, hm = ["id", "data-testid"], Im
|
|
|
2673
2673
|
"data-testid": `input-currency-label-${e.id}`,
|
|
2674
2674
|
class: ee(["label", `-${e.size}`]),
|
|
2675
2675
|
"data-required": e.required
|
|
2676
|
-
},
|
|
2676
|
+
}, K(e.label), 11, Im)) : D("", !0),
|
|
2677
2677
|
h("div", {
|
|
2678
2678
|
class: ee(["container-input", `-${e.size}`])
|
|
2679
2679
|
}, [
|
|
@@ -2716,7 +2716,7 @@ const gm = { name: "girassol-done", render: vm }, hm = ["id", "data-testid"], Im
|
|
|
2716
2716
|
id: `input-currency-describe-${e.id}`,
|
|
2717
2717
|
"data-testid": `input-currency-describe-${e.id}`,
|
|
2718
2718
|
class: ee(["message", `-${c(y).type}`])
|
|
2719
|
-
},
|
|
2719
|
+
}, K(c(y).text), 11, pm)) : D("", !0)
|
|
2720
2720
|
], 10, hm));
|
|
2721
2721
|
}
|
|
2722
2722
|
});
|
|
@@ -2794,7 +2794,7 @@ const _c = { name: "material-symbols-done", render: jm }, Sm = ["id", "data-test
|
|
|
2794
2794
|
"data-testid": `input-text-label-${e.id}`,
|
|
2795
2795
|
class: ee(["label", `-${e.size}`]),
|
|
2796
2796
|
"data-required": e.required
|
|
2797
|
-
},
|
|
2797
|
+
}, K(e.label), 11, Dm)) : D("", !0),
|
|
2798
2798
|
h("div", xm, [
|
|
2799
2799
|
R(Ha, Oe(m.$attrs, {
|
|
2800
2800
|
id: `text-input-${e.id}`,
|
|
@@ -2836,7 +2836,7 @@ const _c = { name: "material-symbols-done", render: jm }, Sm = ["id", "data-test
|
|
|
2836
2836
|
id: `input-text-describe-${e.id}`,
|
|
2837
2837
|
"data-testid": `input-text-describe-${e.id}`,
|
|
2838
2838
|
class: ee(["message", `-${c(f).type}`])
|
|
2839
|
-
},
|
|
2839
|
+
}, K(c(f).text), 11, Tm)) : D("", !0)
|
|
2840
2840
|
], 10, Sm));
|
|
2841
2841
|
}
|
|
2842
2842
|
});
|
|
@@ -2999,7 +2999,7 @@ const Bm = ["id", "data-testid"], Ym = ["id", "data-testid", "for", "data-requir
|
|
|
2999
2999
|
class: "label",
|
|
3000
3000
|
"data-required": e.required
|
|
3001
3001
|
}, [
|
|
3002
|
-
h("span", null,
|
|
3002
|
+
h("span", null, K(e.label), 1)
|
|
3003
3003
|
], 8, Ym)) : D("", !0),
|
|
3004
3004
|
Ke(h("textarea", Oe(f.$attrs, {
|
|
3005
3005
|
id: `input-textarea-input-${e.id}`,
|
|
@@ -3021,7 +3021,7 @@ const Bm = ["id", "data-testid"], Ym = ["id", "data-testid", "for", "data-requir
|
|
|
3021
3021
|
id: `input-textarea-describe-${e.id}`,
|
|
3022
3022
|
"data-testid": `input-textarea-describe-${e.id}`,
|
|
3023
3023
|
class: ee(["message", `-${c(u).type}`])
|
|
3024
|
-
},
|
|
3024
|
+
}, K(c(u).text), 11, Vm)) : D("", !0)
|
|
3025
3025
|
], 10, Bm);
|
|
3026
3026
|
};
|
|
3027
3027
|
}
|
|
@@ -3079,7 +3079,7 @@ const Rm = ["id", "aria-checked", "aria-labelledby", "data-testid", "checked", "
|
|
|
3079
3079
|
class: ee(["label", `-${e.textDirection} ${e.hideLabel ? "sr-only" : ""}`]),
|
|
3080
3080
|
for: `switch-${e.name}-${e.id}`,
|
|
3081
3081
|
"data-testid": `switch-label-${e.name}-${e.id}`
|
|
3082
|
-
},
|
|
3082
|
+
}, K(e.label), 11, Wm)
|
|
3083
3083
|
], 2));
|
|
3084
3084
|
}
|
|
3085
3085
|
});
|
|
@@ -3125,7 +3125,7 @@ const Qm = ["id", "data-testid", "checked", "value", "name"], Hm = ["for", "inne
|
|
|
3125
3125
|
key: 1,
|
|
3126
3126
|
class: "label",
|
|
3127
3127
|
for: `radio-${e.name}-${e.id}`
|
|
3128
|
-
},
|
|
3128
|
+
}, K(e.label), 9, Fm))
|
|
3129
3129
|
], 2));
|
|
3130
3130
|
}
|
|
3131
3131
|
});
|
|
@@ -3193,7 +3193,7 @@ const Jm = ["id", "data-testid", "aria-labelledby"], qm = ["id", "data-testid"],
|
|
|
3193
3193
|
id: `radio-group-title-${e.id}`,
|
|
3194
3194
|
class: ee(["title", { "sr-only": e.hideTitle }]),
|
|
3195
3195
|
"data-testid": `radio-group-title-${e.id}`
|
|
3196
|
-
},
|
|
3196
|
+
}, K(e.title), 11, qm)
|
|
3197
3197
|
]),
|
|
3198
3198
|
h("ul", {
|
|
3199
3199
|
class: ee(["container-radios", { "flex-col": e.direction === "column" }])
|
|
@@ -3231,7 +3231,7 @@ const Jm = ["id", "data-testid", "aria-labelledby"], qm = ["id", "data-testid"],
|
|
|
3231
3231
|
class: "show",
|
|
3232
3232
|
onClick: N
|
|
3233
3233
|
}, [
|
|
3234
|
-
h("span", Km,
|
|
3234
|
+
h("span", Km, K(c(o) ? c(l) : e.showLessLegend), 1)
|
|
3235
3235
|
])
|
|
3236
3236
|
]) : D("", !0)
|
|
3237
3237
|
], 64)) : (d(!0), I(ue, { key: 1 }, pe(e.radios, (M, w) => {
|
|
@@ -3259,7 +3259,7 @@ const Jm = ["id", "data-testid", "aria-labelledby"], qm = ["id", "data-testid"],
|
|
|
3259
3259
|
id: `radios-describe-${e.id}`,
|
|
3260
3260
|
"data-testid": `radios-describe-${e.id}`,
|
|
3261
3261
|
class: ee(["message", `-${c(m).type}`])
|
|
3262
|
-
},
|
|
3262
|
+
}, K(c(m).text), 11, e0)) : D("", !0)
|
|
3263
3263
|
], 8, Jm));
|
|
3264
3264
|
}
|
|
3265
3265
|
});
|
|
@@ -3310,7 +3310,7 @@ const t0 = ["id", "indeterminate", "data-testid", "checked", "value", "name"], n
|
|
|
3310
3310
|
key: 1,
|
|
3311
3311
|
class: "label",
|
|
3312
3312
|
for: `checkbox-${e.name}-${e.id}`
|
|
3313
|
-
},
|
|
3313
|
+
}, K(e.label), 9, i0))
|
|
3314
3314
|
], 2));
|
|
3315
3315
|
}
|
|
3316
3316
|
});
|
|
@@ -3384,7 +3384,7 @@ const r0 = ["id", "data-testid", "aria-labelledby"], o0 = ["id", "data-testid"],
|
|
|
3384
3384
|
id: `checkbox-group-title-${e.id}`,
|
|
3385
3385
|
class: ee(["title", { "sr-only": e.hideTitle }]),
|
|
3386
3386
|
"data-testid": `checkbox-group-title-${e.id}`
|
|
3387
|
-
},
|
|
3387
|
+
}, K(e.title), 11, o0)
|
|
3388
3388
|
]),
|
|
3389
3389
|
h("ul", {
|
|
3390
3390
|
class: ee(["container-checkboxes", { "flex-col": e.direction === "column" }])
|
|
@@ -3420,7 +3420,7 @@ const r0 = ["id", "data-testid", "aria-labelledby"], o0 = ["id", "data-testid"],
|
|
|
3420
3420
|
class: "show",
|
|
3421
3421
|
onClick: N
|
|
3422
3422
|
}, [
|
|
3423
|
-
h("span", l0,
|
|
3423
|
+
h("span", l0, K(c(o) ? e.showMoreLegend : e.showLessLegend), 1)
|
|
3424
3424
|
])
|
|
3425
3425
|
]) : D("", !0)
|
|
3426
3426
|
], 64)) : (d(!0), I(ue, { key: 1 }, pe(e.checkboxes, (M, w) => {
|
|
@@ -3448,7 +3448,7 @@ const r0 = ["id", "data-testid", "aria-labelledby"], o0 = ["id", "data-testid"],
|
|
|
3448
3448
|
id: `checkboxes-describe-${e.id}`,
|
|
3449
3449
|
"data-testid": `checkboxes-describe-${e.id}`,
|
|
3450
3450
|
class: ee(["message", `-${c(y).type}`])
|
|
3451
|
-
},
|
|
3451
|
+
}, K(c(y).text), 11, u0)) : D("", !0)
|
|
3452
3452
|
], 8, r0));
|
|
3453
3453
|
}
|
|
3454
3454
|
});
|
|
@@ -3845,7 +3845,7 @@ const S0 = { name: "mi-close", render: j0 }, D0 = ["id", "data-testid", "tabinde
|
|
|
3845
3845
|
}, " Press Delete or Backspace to remove ", 8, x0),
|
|
3846
3846
|
h("span", T0, [
|
|
3847
3847
|
L(r.$slots, "default", {}, () => [
|
|
3848
|
-
se(
|
|
3848
|
+
se(K(e.label), 1)
|
|
3849
3849
|
])
|
|
3850
3850
|
]),
|
|
3851
3851
|
R(c(S0), {
|
|
@@ -3921,7 +3921,7 @@ const C0 = { name: "material-symbols-search", render: L0 }, P0 = ["id", "data-te
|
|
|
3921
3921
|
checked: e.isSelected(o),
|
|
3922
3922
|
label: `${o.name}`,
|
|
3923
3923
|
name: e.name
|
|
3924
|
-
}, null, 8, ["id", "value", "checked", "label", "name"])) : (d(), I("span", O0,
|
|
3924
|
+
}, null, 8, ["id", "value", "checked", "label", "name"])) : (d(), I("span", O0, K(o.name), 1))
|
|
3925
3925
|
], 44, z0))), 128)),
|
|
3926
3926
|
e.options.length ? D("", !0) : (d(), I("li", $0, [
|
|
3927
3927
|
L(a.$slots, "no-data", {}, () => [
|
|
@@ -4121,7 +4121,7 @@ const zl = { name: "material-symbols-close-rounded", render: K0 }, e1 = ["data-t
|
|
|
4121
4121
|
"data-testid": `select-label-${e.id}`,
|
|
4122
4122
|
"data-required": e.required,
|
|
4123
4123
|
class: ee(["label", { "-disabled": e.disabled }])
|
|
4124
|
-
},
|
|
4124
|
+
}, K(e.label), 11, t1)) : D("", !0)
|
|
4125
4125
|
]),
|
|
4126
4126
|
h("button", {
|
|
4127
4127
|
id: `select-toggle-${e.id}`,
|
|
@@ -4162,7 +4162,7 @@ const zl = { name: "material-symbols-close-rounded", render: K0 }, e1 = ["data-t
|
|
|
4162
4162
|
"data-testid": `select-value-selected-${e.id}`,
|
|
4163
4163
|
class: "min-w-3xs text-left",
|
|
4164
4164
|
tabindex: "-1"
|
|
4165
|
-
},
|
|
4165
|
+
}, K(B()), 9, a1)),
|
|
4166
4166
|
e.multiple && Array.isArray(c(u)) && ((oe = c(u)) == null ? void 0 : oe.length) > 1 ? (d(), U(Pe, {
|
|
4167
4167
|
key: 2,
|
|
4168
4168
|
id: `select-${e.id}-clear-all`,
|
|
@@ -4190,7 +4190,7 @@ const zl = { name: "material-symbols-close-rounded", render: K0 }, e1 = ["data-t
|
|
|
4190
4190
|
id: `select-describe-${e.id}`,
|
|
4191
4191
|
"data-testid": `select-describe-${e.id}`,
|
|
4192
4192
|
class: ee(["message", `-${c(Z).type}`])
|
|
4193
|
-
},
|
|
4193
|
+
}, K(c(Z).text), 11, r1)), [
|
|
4194
4194
|
[nt, !a.value]
|
|
4195
4195
|
]) : D("", !0),
|
|
4196
4196
|
R(_t, {
|
|
@@ -4316,10 +4316,10 @@ const u1 = ["id", "data-testid", "aria-disabled", "tabindex", "title", "aria-che
|
|
|
4316
4316
|
id: i.describe,
|
|
4317
4317
|
"z-index": "-1",
|
|
4318
4318
|
class: "description"
|
|
4319
|
-
}, " Press Enter or Space to " +
|
|
4319
|
+
}, " Press Enter or Space to " + K(e.selected ? "unselect" : "select"), 9, s1),
|
|
4320
4320
|
h("span", c1, [
|
|
4321
4321
|
L(o.$slots, "default", {}, () => [
|
|
4322
|
-
se(
|
|
4322
|
+
se(K(e.label), 1)
|
|
4323
4323
|
])
|
|
4324
4324
|
])
|
|
4325
4325
|
], 42, u1));
|
|
@@ -4348,7 +4348,7 @@ const d1 = ["id", "data-testid", "title"], ea = /* @__PURE__ */ re({
|
|
|
4348
4348
|
title: e.text
|
|
4349
4349
|
}, [
|
|
4350
4350
|
L(t.$slots, "default", {}, () => [
|
|
4351
|
-
se(
|
|
4351
|
+
se(K(e.text), 1)
|
|
4352
4352
|
])
|
|
4353
4353
|
], 10, d1));
|
|
4354
4354
|
}
|
|
@@ -4452,9 +4452,9 @@ const _1 = { name: "material-symbols-info-outline", render: k1 }, L1 = ["id", "d
|
|
|
4452
4452
|
"aria-hidden": "true"
|
|
4453
4453
|
})) : D("", !0),
|
|
4454
4454
|
h("div", P1, [
|
|
4455
|
-
e.title ? (d(), I("strong", z1,
|
|
4455
|
+
e.title ? (d(), I("strong", z1, K(e.title), 1)) : D("", !0),
|
|
4456
4456
|
L(n.$slots, "default", {}, () => [
|
|
4457
|
-
se(
|
|
4457
|
+
se(K(e.text), 1)
|
|
4458
4458
|
])
|
|
4459
4459
|
])
|
|
4460
4460
|
]),
|
|
@@ -4467,7 +4467,7 @@ const _1 = { name: "material-symbols-info-outline", render: k1 }, L1 = ["id", "d
|
|
|
4467
4467
|
onClick: i[0] || (i[0] = (a) => t("click"))
|
|
4468
4468
|
}, {
|
|
4469
4469
|
default: Y(() => [
|
|
4470
|
-
se(
|
|
4470
|
+
se(K(e.action), 1)
|
|
4471
4471
|
]),
|
|
4472
4472
|
_: 1
|
|
4473
4473
|
}, 8, ["id"])) : D("", !0),
|
|
@@ -4512,7 +4512,7 @@ const O1 = ["id", "data-testid"], $1 = ["data-testid"], Z1 = ["data-testid", "it
|
|
|
4512
4512
|
class: "label"
|
|
4513
4513
|
}, [
|
|
4514
4514
|
L(t.$slots, "label", {}, () => [
|
|
4515
|
-
se(
|
|
4515
|
+
se(K(e.label), 1)
|
|
4516
4516
|
])
|
|
4517
4517
|
], 8, $1),
|
|
4518
4518
|
h("span", {
|
|
@@ -4524,7 +4524,7 @@ const O1 = ["id", "data-testid"], $1 = ["data-testid"], Z1 = ["data-testid", "it
|
|
|
4524
4524
|
L(t.$slots, "icon:left")
|
|
4525
4525
|
]),
|
|
4526
4526
|
L(t.$slots, "value", {}, () => [
|
|
4527
|
-
se(
|
|
4527
|
+
se(K(e.value), 1)
|
|
4528
4528
|
]),
|
|
4529
4529
|
h("span", G1, [
|
|
4530
4530
|
L(t.$slots, "icon:right")
|
|
@@ -4574,7 +4574,7 @@ const Oc = { name: "material-symbols-keyboard-arrow-down-rounded", render: V1 },
|
|
|
4574
4574
|
L(t.$slots, "icon")
|
|
4575
4575
|
]),
|
|
4576
4576
|
L(t.$slots, "title", {}, () => [
|
|
4577
|
-
se(
|
|
4577
|
+
se(K(e.title), 1)
|
|
4578
4578
|
])
|
|
4579
4579
|
]),
|
|
4580
4580
|
R(c(Oc), {
|
|
@@ -4621,7 +4621,7 @@ const X1 = ["id", "data-gtm-id", "data-testid", "disabled", "aria-selected"], J1
|
|
|
4621
4621
|
]),
|
|
4622
4622
|
h("span", q1, [
|
|
4623
4623
|
L(n.$slots, "label", { label: e.label }, () => [
|
|
4624
|
-
se(
|
|
4624
|
+
se(K(e.label), 1)
|
|
4625
4625
|
]),
|
|
4626
4626
|
c(t).count ? (d(), I("span", K1, [
|
|
4627
4627
|
se(" ("),
|
|
@@ -4847,11 +4847,11 @@ const fy = { name: "material-symbols-exclamation", render: dy }, my = ["id", "da
|
|
|
4847
4847
|
default: Y(() => [
|
|
4848
4848
|
h("p", Iy, [
|
|
4849
4849
|
h("span", py, [
|
|
4850
|
-
se(
|
|
4850
|
+
se(K(f.text) + " ", 1),
|
|
4851
4851
|
f.finished ? (d(), I("span", My, "completed")) : D("", !0),
|
|
4852
4852
|
!f.finished && !f.current ? (d(), I("span", by, " not completed ")) : D("", !0)
|
|
4853
4853
|
]),
|
|
4854
|
-
Ke(h("span", { class: "subtitle" },
|
|
4854
|
+
Ke(h("span", { class: "subtitle" }, K(f.subtitle), 513), [
|
|
4855
4855
|
[nt, f.subtitle]
|
|
4856
4856
|
])
|
|
4857
4857
|
])
|
|
@@ -4936,7 +4936,7 @@ const wy = ["id", "data-testid"], Ny = ["id", "aria-controls", "aria-expanded"],
|
|
|
4936
4936
|
onClick: p
|
|
4937
4937
|
}, [
|
|
4938
4938
|
L(N.$slots, "label", { isOpen: i.value }, () => [
|
|
4939
|
-
se(
|
|
4939
|
+
se(K(e.label), 1)
|
|
4940
4940
|
])
|
|
4941
4941
|
], 8, Ny)
|
|
4942
4942
|
]),
|
|
@@ -4974,7 +4974,7 @@ const Sy = ["itemprop"], Dy = /* @__PURE__ */ re({
|
|
|
4974
4974
|
class: ee(["property", { "-hide": e.hide }])
|
|
4975
4975
|
}, [
|
|
4976
4976
|
L(t.$slots, "property", {}, () => [
|
|
4977
|
-
se(
|
|
4977
|
+
se(K(e.property), 1)
|
|
4978
4978
|
])
|
|
4979
4979
|
], 2),
|
|
4980
4980
|
h("span", {
|
|
@@ -4982,7 +4982,7 @@ const Sy = ["itemprop"], Dy = /* @__PURE__ */ re({
|
|
|
4982
4982
|
class: ee(["value", { "-highlight": e.isHighlightValue }])
|
|
4983
4983
|
}, [
|
|
4984
4984
|
L(t.$slots, "value", {}, () => [
|
|
4985
|
-
se(
|
|
4985
|
+
se(K(e.value), 1)
|
|
4986
4986
|
])
|
|
4987
4987
|
], 10, Sy)
|
|
4988
4988
|
], 2));
|
|
@@ -5093,7 +5093,7 @@ const xy = ["id", "data-testid"], Ty = {
|
|
|
5093
5093
|
renderHeader: e.renderHeader,
|
|
5094
5094
|
headers: e.headers
|
|
5095
5095
|
}, () => [
|
|
5096
|
-
se(
|
|
5096
|
+
se(K(e.renderHeader(g)), 1)
|
|
5097
5097
|
])
|
|
5098
5098
|
]),
|
|
5099
5099
|
value: Y(() => [
|
|
@@ -5103,7 +5103,7 @@ const xy = ["id", "data-testid"], Ty = {
|
|
|
5103
5103
|
columnIndex: p,
|
|
5104
5104
|
isHighlight: e.isHighlight
|
|
5105
5105
|
}, () => [
|
|
5106
|
-
se(
|
|
5106
|
+
se(K(r(e.data[g])), 1)
|
|
5107
5107
|
])
|
|
5108
5108
|
]),
|
|
5109
5109
|
_: 2
|
|
@@ -5480,7 +5480,7 @@ const Uy = ["id", "data-testid"], Vy = ["href", "target"], na = /* @__PURE__ */
|
|
|
5480
5480
|
class: ee({ "-active": e.active }),
|
|
5481
5481
|
href: e.link,
|
|
5482
5482
|
target: e.external ? "_blank" : "_parent"
|
|
5483
|
-
},
|
|
5483
|
+
}, K(e.text), 11, Vy)
|
|
5484
5484
|
])
|
|
5485
5485
|
], 40, Uy);
|
|
5486
5486
|
};
|
|
@@ -5504,7 +5504,7 @@ const Ry = { class: "label-container" }, Wy = { class: "label" }, Wr = /* @__PUR
|
|
|
5504
5504
|
label: Y(({ isOpen: i }) => [
|
|
5505
5505
|
L(t.$slots, "label", { isOpen: i }, () => [
|
|
5506
5506
|
h("div", Ry, [
|
|
5507
|
-
h("span", Wy,
|
|
5507
|
+
h("span", Wy, K(e.label), 1),
|
|
5508
5508
|
R(c(Oc), {
|
|
5509
5509
|
class: ee(["icon", { "-opened": i }]),
|
|
5510
5510
|
"aria-hidden": "true"
|
|
@@ -5666,7 +5666,7 @@ const Zc = { name: "material-symbols-close", render: Ky }, ev = ["id", "data-tes
|
|
|
5666
5666
|
id: a.headerTitle,
|
|
5667
5667
|
"data-testid": r.headerTitle,
|
|
5668
5668
|
class: "title"
|
|
5669
|
-
},
|
|
5669
|
+
}, K(e.title), 9, nv),
|
|
5670
5670
|
R(Pe, {
|
|
5671
5671
|
id: a.headerClose,
|
|
5672
5672
|
size: "small",
|
|
@@ -5699,7 +5699,7 @@ const Zc = { name: "material-symbols-close", render: Ky }, ev = ["id", "data-tes
|
|
|
5699
5699
|
onClick: w[0] || (w[0] = (S) => n("action:tertiary"))
|
|
5700
5700
|
}, {
|
|
5701
5701
|
default: Y(() => [
|
|
5702
|
-
se(
|
|
5702
|
+
se(K(e.actionTertiaryText), 1)
|
|
5703
5703
|
]),
|
|
5704
5704
|
_: 1
|
|
5705
5705
|
}, 8, ["id"])) : D("", !0)
|
|
@@ -5716,7 +5716,7 @@ const Zc = { name: "material-symbols-close", render: Ky }, ev = ["id", "data-tes
|
|
|
5716
5716
|
onClick: w[1] || (w[1] = (S) => n("action:secondary"))
|
|
5717
5717
|
}, {
|
|
5718
5718
|
default: Y(() => [
|
|
5719
|
-
se(
|
|
5719
|
+
se(K(e.actionSecondaryText), 1)
|
|
5720
5720
|
]),
|
|
5721
5721
|
_: 1
|
|
5722
5722
|
}, 8, ["id"])) : D("", !0)
|
|
@@ -5732,7 +5732,7 @@ const Zc = { name: "material-symbols-close", render: Ky }, ev = ["id", "data-tes
|
|
|
5732
5732
|
onClick: w[2] || (w[2] = (S) => n("action:primary"))
|
|
5733
5733
|
}, {
|
|
5734
5734
|
default: Y(() => [
|
|
5735
|
-
se(
|
|
5735
|
+
se(K(e.actionPrimaryText), 1)
|
|
5736
5736
|
]),
|
|
5737
5737
|
_: 1
|
|
5738
5738
|
}, 8, ["id"])) : D("", !0)
|
|
@@ -5943,14 +5943,14 @@ const Ol = { name: "material-symbols-chevron-left-rounded", render: vv }, gv = [
|
|
|
5943
5943
|
L(Z.$slots, `title:${s.value}`, {
|
|
5944
5944
|
title: c(f).title
|
|
5945
5945
|
}, () => [
|
|
5946
|
-
se(
|
|
5946
|
+
se(K(c(f).title), 1)
|
|
5947
5947
|
])
|
|
5948
5948
|
]),
|
|
5949
5949
|
h("p", pv, [
|
|
5950
5950
|
L(Z.$slots, `content:${s.value}`, {
|
|
5951
5951
|
content: c(f).content
|
|
5952
5952
|
}, () => [
|
|
5953
|
-
se(
|
|
5953
|
+
se(K(c(f).content), 1)
|
|
5954
5954
|
])
|
|
5955
5955
|
])
|
|
5956
5956
|
], 512),
|
|
@@ -6027,7 +6027,7 @@ const Ol = { name: "material-symbols-chevron-left-rounded", render: vv }, gv = [
|
|
|
6027
6027
|
onClick: F
|
|
6028
6028
|
}, {
|
|
6029
6029
|
default: Y(() => [
|
|
6030
|
-
se(
|
|
6030
|
+
se(K(e.finalButtonText), 1)
|
|
6031
6031
|
]),
|
|
6032
6032
|
_: 1
|
|
6033
6033
|
}, 8, ["id"])) : D("", !0)
|
|
@@ -6127,7 +6127,7 @@ const bv = ["id", "data-testid", "data-current-page"], wv = { class: "total" },
|
|
|
6127
6127
|
"dropdown-position": e.openMenuPosition,
|
|
6128
6128
|
"onUpdate:selected": f
|
|
6129
6129
|
}, null, 8, ["id", "selected", "options", "size", "dropdown-position"]),
|
|
6130
|
-
h("span", wv, "de " +
|
|
6130
|
+
h("span", wv, "de " + K(o()), 1),
|
|
6131
6131
|
R(Pe, {
|
|
6132
6132
|
id: `next-page-${e.id}`,
|
|
6133
6133
|
variant: "tertiary",
|
|
@@ -6186,8 +6186,8 @@ const Nv = "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTU0IDE1NCIgZmlsbD
|
|
|
6186
6186
|
alt: c(n).alt
|
|
6187
6187
|
}, null, 8, zv)
|
|
6188
6188
|
]),
|
|
6189
|
-
h("h1", Ov,
|
|
6190
|
-
h("p", $v,
|
|
6189
|
+
h("h1", Ov, K(e.title), 1),
|
|
6190
|
+
h("p", $v, K(e.subtitle), 1),
|
|
6191
6191
|
h("div", Zv, [
|
|
6192
6192
|
L(i.$slots, "action")
|
|
6193
6193
|
])
|
|
@@ -12950,8 +12950,8 @@ const c4 = (e, t = 3) => {
|
|
|
12950
12950
|
}, xe = (T, ne = !0, ce = !1) => {
|
|
12951
12951
|
const Se = ne ? T : N.hours, We = !ne && !ce ? T : N.minutes, Lt = ce ? T : N.seconds;
|
|
12952
12952
|
if (e.range && Fs(m.value) && un(Se) && un(We) && un(Lt) && !e.disableTimeRangeValidation) {
|
|
12953
|
-
const ln = (fe) => St(m.value[fe], Se[fe], We[fe], Lt[fe]),
|
|
12954
|
-
if (Re(m.value[0], m.value[1]) && (Gl(ln(0),
|
|
12953
|
+
const ln = (fe) => St(m.value[fe], Se[fe], We[fe], Lt[fe]), q = (fe) => Wl(m.value[fe], 0);
|
|
12954
|
+
if (Re(m.value[0], m.value[1]) && (Gl(ln(0), q(1)) || Bl(ln(1), q(0))))
|
|
12955
12955
|
return;
|
|
12956
12956
|
}
|
|
12957
12957
|
if (S("hours", Se), S("minutes", We), S("seconds", Lt), m.value)
|
|
@@ -13558,9 +13558,9 @@ const S4 = (e, t, n, i) => {
|
|
|
13558
13558
|
}) : D("", !0),
|
|
13559
13559
|
w.$slots["action-preview"] ? D("", !0) : (d(), I(ue, { key: 1 }, [
|
|
13560
13560
|
Array.isArray(c(b)) ? D("", !0) : (d(), I(ue, { key: 0 }, [
|
|
13561
|
-
se(
|
|
13561
|
+
se(K(c(b)), 1)
|
|
13562
13562
|
], 64)),
|
|
13563
|
-
Array.isArray(c(b)) ? (d(!0), I(ue, { key: 1 }, pe(c(b), (H, _) => (d(), I("div", { key: _ },
|
|
13563
|
+
Array.isArray(c(b)) ? (d(!0), I(ue, { key: 1 }, pe(c(b), (H, _) => (d(), I("div", { key: _ }, K(H), 1))), 128)) : D("", !0)
|
|
13564
13564
|
], 64))
|
|
13565
13565
|
]),
|
|
13566
13566
|
h("div", z4, [
|
|
@@ -13580,7 +13580,7 @@ const S4 = (e, t, n, i) => {
|
|
|
13580
13580
|
S[1] || (S[1] = ve((H) => w.$emit("close-picker"), ["enter"])),
|
|
13581
13581
|
S[2] || (S[2] = ve((H) => w.$emit("close-picker"), ["space"]))
|
|
13582
13582
|
]
|
|
13583
|
-
},
|
|
13583
|
+
}, K(w.cancelText), 545)),
|
|
13584
13584
|
h("span", {
|
|
13585
13585
|
class: ee(c(y)),
|
|
13586
13586
|
tabindex: "0",
|
|
@@ -13592,7 +13592,7 @@ const S4 = (e, t, n, i) => {
|
|
|
13592
13592
|
"data-test": "select-button",
|
|
13593
13593
|
ref_key: "selectButtonRef",
|
|
13594
13594
|
ref: u
|
|
13595
|
-
},
|
|
13595
|
+
}, K(w.selectText), 43, O4)
|
|
13596
13596
|
], 64))
|
|
13597
13597
|
])
|
|
13598
13598
|
], 64))
|
|
@@ -13703,7 +13703,7 @@ const S4 = (e, t, n, i) => {
|
|
|
13703
13703
|
"aria-label": (Z = c(o).ariaLabels) == null ? void 0 : Z.calendarWrap
|
|
13704
13704
|
}, [
|
|
13705
13705
|
h("div", E4, [
|
|
13706
|
-
k.weekNumbers ? (d(), I("div", G4,
|
|
13706
|
+
k.weekNumbers ? (d(), I("div", G4, K(k.weekNumName), 1)) : D("", !0),
|
|
13707
13707
|
(d(!0), I(ue, null, pe(c(p), (v, A) => (d(), I("div", {
|
|
13708
13708
|
class: "dp__calendar_header_item",
|
|
13709
13709
|
role: "gridcell",
|
|
@@ -13716,7 +13716,7 @@ const S4 = (e, t, n, i) => {
|
|
|
13716
13716
|
index: A
|
|
13717
13717
|
}) : D("", !0),
|
|
13718
13718
|
k.$slots["calendar-header"] ? D("", !0) : (d(), I(ue, { key: 1 }, [
|
|
13719
|
-
se(
|
|
13719
|
+
se(K(v), 1)
|
|
13720
13720
|
], 64))
|
|
13721
13721
|
]))), 128))
|
|
13722
13722
|
]),
|
|
@@ -13740,7 +13740,7 @@ const S4 = (e, t, n, i) => {
|
|
|
13740
13740
|
key: x
|
|
13741
13741
|
}, [
|
|
13742
13742
|
k.weekNumbers ? (d(), I("div", U4, [
|
|
13743
|
-
h("div", V4,
|
|
13743
|
+
h("div", V4, K(e.getWeekNum(A.days)), 1)
|
|
13744
13744
|
])) : D("", !0),
|
|
13745
13745
|
(d(!0), I(ue, null, pe(A.days, ($, J) => {
|
|
13746
13746
|
var C, oe, de;
|
|
@@ -13772,7 +13772,7 @@ const S4 = (e, t, n, i) => {
|
|
|
13772
13772
|
date: $.value
|
|
13773
13773
|
}) : D("", !0),
|
|
13774
13774
|
k.$slots.day ? D("", !0) : (d(), I(ue, { key: 1 }, [
|
|
13775
|
-
se(
|
|
13775
|
+
se(K($.text), 1)
|
|
13776
13776
|
], 64)),
|
|
13777
13777
|
$.marker && (k.hideOffsetDates ? $.current : !0) ? (d(), I("div", {
|
|
13778
13778
|
key: 2,
|
|
@@ -13804,7 +13804,7 @@ const S4 = (e, t, n, i) => {
|
|
|
13804
13804
|
class: "dp__tooltip_mark",
|
|
13805
13805
|
style: zt(O.color ? { backgroundColor: O.color } : {})
|
|
13806
13806
|
}, null, 4),
|
|
13807
|
-
h("div", null,
|
|
13807
|
+
h("div", null, K(O.text), 1)
|
|
13808
13808
|
], 64))
|
|
13809
13809
|
]))), 128)),
|
|
13810
13810
|
W4
|
|
@@ -14013,7 +14013,7 @@ const S4 = (e, t, n, i) => {
|
|
|
14013
14013
|
item: x
|
|
14014
14014
|
}) : D("", !0),
|
|
14015
14015
|
k.$slots.item ? D("", !0) : (d(), I(ue, { key: 1 }, [
|
|
14016
|
-
se(
|
|
14016
|
+
se(K(x.text), 1)
|
|
14017
14017
|
], 64))
|
|
14018
14018
|
], 2)
|
|
14019
14019
|
], 42, J4))), 128))
|
|
@@ -14251,7 +14251,7 @@ const S4 = (e, t, n, i) => {
|
|
|
14251
14251
|
default: Y(() => [
|
|
14252
14252
|
O.$slots.month ? L(O.$slots, "month", et(Oe({ key: 0 }, c(V)))) : D("", !0),
|
|
14253
14253
|
O.$slots.month ? D("", !0) : (d(), I(ue, { key: 1 }, [
|
|
14254
|
-
se(
|
|
14254
|
+
se(K(c(V).text), 1)
|
|
14255
14255
|
], 64))
|
|
14256
14256
|
]),
|
|
14257
14257
|
_: 2
|
|
@@ -14305,7 +14305,7 @@ const S4 = (e, t, n, i) => {
|
|
|
14305
14305
|
year: e.year
|
|
14306
14306
|
}) : D("", !0),
|
|
14307
14307
|
O.$slots.year ? D("", !0) : (d(), I(ue, { key: 1 }, [
|
|
14308
|
-
se(
|
|
14308
|
+
se(K(e.year), 1)
|
|
14309
14309
|
], 64))
|
|
14310
14310
|
]),
|
|
14311
14311
|
_: 2
|
|
@@ -14416,7 +14416,7 @@ const S4 = (e, t, n, i) => {
|
|
|
14416
14416
|
year: e.year
|
|
14417
14417
|
}) : D("", !0),
|
|
14418
14418
|
O.$slots.year ? D("", !0) : (d(), I(ue, { key: 1 }, [
|
|
14419
|
-
se(
|
|
14419
|
+
se(K(e.year), 1)
|
|
14420
14420
|
], 64))
|
|
14421
14421
|
], 40, a3),
|
|
14422
14422
|
h("div", {
|
|
@@ -14631,7 +14631,7 @@ const S4 = (e, t, n, i) => {
|
|
|
14631
14631
|
value: c(M)(Z.type).value
|
|
14632
14632
|
}) : D("", !0),
|
|
14633
14633
|
B.$slots[Z.type] ? D("", !0) : (d(), I(ue, { key: 1 }, [
|
|
14634
|
-
se(
|
|
14634
|
+
se(K(c(M)(Z.type).text), 1)
|
|
14635
14635
|
], 64))
|
|
14636
14636
|
], 42, s3),
|
|
14637
14637
|
h("div", {
|
|
@@ -14673,7 +14673,7 @@ const S4 = (e, t, n, i) => {
|
|
|
14673
14673
|
ve(Ee(F, ["prevent"]), ["enter"]),
|
|
14674
14674
|
ve(Ee(F, ["prevent"]), ["space"])
|
|
14675
14675
|
]
|
|
14676
|
-
},
|
|
14676
|
+
}, K(f.value), 41, f3))
|
|
14677
14677
|
])),
|
|
14678
14678
|
(d(!0), I(ue, null, pe(c(E), (Z, v) => (d(), U(_t, {
|
|
14679
14679
|
key: v,
|
|
@@ -14996,8 +14996,8 @@ const S4 = (e, t, n, i) => {
|
|
|
14996
14996
|
calendar: !1
|
|
14997
14997
|
}), m = W([]), g = W([]), p = W(null), N = W(null), b = W(0), E = W(!1), M = W(0);
|
|
14998
14998
|
ct(() => {
|
|
14999
|
-
var
|
|
15000
|
-
E.value = !0, !((
|
|
14999
|
+
var q;
|
|
15000
|
+
E.value = !0, !((q = i.presetRanges) != null && q.length) && !s["left-sidebar"] && !s["right-sidebar"] && jt();
|
|
15001
15001
|
const fe = st(N);
|
|
15002
15002
|
if (fe && !i.textInput && !i.inline && (a(!0), G()), fe) {
|
|
15003
15003
|
const mt = (Mt) => {
|
|
@@ -15009,19 +15009,19 @@ const S4 = (e, t, n, i) => {
|
|
|
15009
15009
|
}), Cn(() => {
|
|
15010
15010
|
document.removeEventListener("resize", jt);
|
|
15011
15011
|
});
|
|
15012
|
-
const { arrowRight: w, arrowLeft: S, arrowDown: H, arrowUp: _ } = an(), P = (
|
|
15013
|
-
|
|
15014
|
-
B.value(
|
|
15015
|
-
k.value(
|
|
15012
|
+
const { arrowRight: w, arrowLeft: S, arrowDown: H, arrowUp: _ } = an(), P = (q) => {
|
|
15013
|
+
q || q === 0 ? g.value[q].triggerTransition(
|
|
15014
|
+
B.value(q),
|
|
15015
|
+
k.value(q)
|
|
15016
15016
|
) : g.value.forEach(
|
|
15017
15017
|
(fe, mt) => fe.triggerTransition(B.value(mt), k.value(mt))
|
|
15018
15018
|
);
|
|
15019
15019
|
}, G = () => {
|
|
15020
|
-
const
|
|
15021
|
-
|
|
15020
|
+
const q = st(N);
|
|
15021
|
+
q && q.focus({ preventScroll: !0 });
|
|
15022
15022
|
}, F = () => {
|
|
15023
|
-
var
|
|
15024
|
-
((
|
|
15023
|
+
var q;
|
|
15024
|
+
((q = i.flow) == null ? void 0 : q.length) && M.value !== -1 && (M.value += 1, n("flow-step", M.value), We());
|
|
15025
15025
|
}, te = () => {
|
|
15026
15026
|
M.value = -1;
|
|
15027
15027
|
}, {
|
|
@@ -15052,12 +15052,12 @@ const S4 = (e, t, n, i) => {
|
|
|
15052
15052
|
{ deep: !0 }
|
|
15053
15053
|
);
|
|
15054
15054
|
const Ce = mn(s, "calendar"), tt = mn(s, "action"), Me = mn(s, "timePicker"), je = mn(s, "monthYear"), $e = j(() => i.openOnTop ? "dp__arrow_bottom" : "dp__arrow_top"), _e = j(() => f4(i.yearRange)), on = j(() => m4(i.locale, i.monthNameFormat)), jt = () => {
|
|
15055
|
-
const
|
|
15056
|
-
|
|
15057
|
-
}, Qt = j(() => (
|
|
15055
|
+
const q = st(f);
|
|
15056
|
+
q && (b.value = q.getBoundingClientRect().width);
|
|
15057
|
+
}, Qt = j(() => (q) => l(B.value(q), k.value(q))), Gt = j(
|
|
15058
15058
|
() => u.value.multiCalendars > 0 && i.range ? [...Array(u.value.multiCalendars).keys()] : [0]
|
|
15059
15059
|
), Q = j(
|
|
15060
|
-
() => (
|
|
15060
|
+
() => (q) => q === 1
|
|
15061
15061
|
), ae = j(() => i.monthPicker || i.timePicker || i.yearPicker), Ie = j(
|
|
15062
15062
|
() => ({
|
|
15063
15063
|
dp__flex_display: u.value.multiCalendars > 0
|
|
@@ -15068,7 +15068,7 @@ const S4 = (e, t, n, i) => {
|
|
|
15068
15068
|
dp__menu_disabled: i.disabled,
|
|
15069
15069
|
dp__menu_readonly: i.readonly
|
|
15070
15070
|
})), xe = j(
|
|
15071
|
-
() => (
|
|
15071
|
+
() => (q) => Fe(Qt, q)
|
|
15072
15072
|
), Te = j(
|
|
15073
15073
|
() => ({
|
|
15074
15074
|
dp__menu: !0,
|
|
@@ -15076,57 +15076,57 @@ const S4 = (e, t, n, i) => {
|
|
|
15076
15076
|
dp__relative: i.inline,
|
|
15077
15077
|
[i.menuClassName]: !!i.menuClassName
|
|
15078
15078
|
})
|
|
15079
|
-
), Fe = (
|
|
15079
|
+
), Fe = (q, fe) => q.value(fe).map((mt) => ({
|
|
15080
15080
|
...mt,
|
|
15081
15081
|
days: mt.days.map((Mt) => (Mt.marker = de(Mt), Mt.classData = he(Mt), Mt))
|
|
15082
|
-
})), pt = (
|
|
15083
|
-
|
|
15082
|
+
})), pt = (q) => {
|
|
15083
|
+
q.stopPropagation(), q.stopImmediatePropagation();
|
|
15084
15084
|
}, T = () => {
|
|
15085
15085
|
i.escClose && n("close-picker");
|
|
15086
|
-
}, ne = (
|
|
15087
|
-
A(
|
|
15088
|
-
}, ce = (
|
|
15086
|
+
}, ne = (q, fe = !1) => {
|
|
15087
|
+
A(q, fe), i.spaceConfirm && n("select-date");
|
|
15088
|
+
}, ce = (q) => {
|
|
15089
15089
|
var fe;
|
|
15090
|
-
(fe = i.flow) != null && fe.length && (y[
|
|
15091
|
-
}, Se = (
|
|
15092
|
-
if (i.flow[M.value] ===
|
|
15090
|
+
(fe = i.flow) != null && fe.length && (y[q] = !0, Object.keys(y).filter((mt) => !y[mt]).length || We());
|
|
15091
|
+
}, Se = (q, fe, mt, Mt, ...ti) => {
|
|
15092
|
+
if (i.flow[M.value] === q) {
|
|
15093
15093
|
const be = Mt ? fe.value[0] : fe.value;
|
|
15094
15094
|
be && be[mt](...ti);
|
|
15095
15095
|
}
|
|
15096
15096
|
}, We = () => {
|
|
15097
15097
|
Se("month", m, "toggleMonthPicker", !0, !0), Se("year", m, "toggleYearPicker", !0, !0), Se("calendar", p, "toggleTimePicker", !1, !1, !0), Se("time", p, "toggleTimePicker", !1, !0, !0);
|
|
15098
|
-
const
|
|
15099
|
-
(
|
|
15100
|
-
}, Lt = (
|
|
15098
|
+
const q = i.flow[M.value];
|
|
15099
|
+
(q === "hours" || q === "minutes" || q === "seconds") && Se(q, p, "toggleTimePicker", !1, !0, !0, q);
|
|
15100
|
+
}, Lt = (q) => {
|
|
15101
15101
|
if (i.arrowNavigation) {
|
|
15102
|
-
if (
|
|
15102
|
+
if (q === "up")
|
|
15103
15103
|
return _();
|
|
15104
|
-
if (
|
|
15104
|
+
if (q === "down")
|
|
15105
15105
|
return H();
|
|
15106
|
-
if (
|
|
15106
|
+
if (q === "left")
|
|
15107
15107
|
return S();
|
|
15108
|
-
if (
|
|
15108
|
+
if (q === "right")
|
|
15109
15109
|
return w();
|
|
15110
15110
|
} else
|
|
15111
|
-
|
|
15112
|
-
}, ln = (
|
|
15113
|
-
r(
|
|
15111
|
+
q === "left" || q === "up" ? C("left", 0, q === "up") : C("right", 0, q === "down");
|
|
15112
|
+
}, ln = (q) => {
|
|
15113
|
+
r(q.shiftKey), !i.disableMonthYearSelect && q.code === "Tab" && q.target.classList.contains("dp__menu") && o.value.shiftKeyInMenu && (q.preventDefault(), q.stopImmediatePropagation(), n("close-picker"));
|
|
15114
15114
|
};
|
|
15115
15115
|
return t({
|
|
15116
15116
|
updateMonthYear: v
|
|
15117
|
-
}), (
|
|
15117
|
+
}), (q, fe) => {
|
|
15118
15118
|
var mt;
|
|
15119
15119
|
return d(), U(_t, {
|
|
15120
15120
|
appear: "",
|
|
15121
15121
|
name: (mt = c(u).transitions) == null ? void 0 : mt.menuAppear,
|
|
15122
15122
|
mode: "out-in",
|
|
15123
|
-
css: !!
|
|
15123
|
+
css: !!q.transitions
|
|
15124
15124
|
}, {
|
|
15125
15125
|
default: Y(() => {
|
|
15126
15126
|
var Mt, ti;
|
|
15127
15127
|
return [
|
|
15128
15128
|
h("div", {
|
|
15129
|
-
id:
|
|
15129
|
+
id: q.uid ? `dp-menu-${q.uid}` : void 0,
|
|
15130
15130
|
tabindex: "0",
|
|
15131
15131
|
ref_key: "dpMenuRef",
|
|
15132
15132
|
ref: N,
|
|
@@ -15143,36 +15143,36 @@ const S4 = (e, t, n, i) => {
|
|
|
15143
15143
|
ln
|
|
15144
15144
|
]
|
|
15145
15145
|
}, [
|
|
15146
|
-
(
|
|
15146
|
+
(q.disabled || q.readonly) && q.inline ? (d(), I("div", {
|
|
15147
15147
|
key: 0,
|
|
15148
15148
|
class: ee(c(Ae))
|
|
15149
15149
|
}, null, 2)) : D("", !0),
|
|
15150
|
-
!
|
|
15150
|
+
!q.inline && !q.teleportCenter ? (d(), I("div", {
|
|
15151
15151
|
key: 1,
|
|
15152
15152
|
class: ee(c($e))
|
|
15153
15153
|
}, null, 2)) : D("", !0),
|
|
15154
15154
|
h("div", {
|
|
15155
15155
|
class: ee({
|
|
15156
|
-
dp__menu_content_wrapper: ((Mt =
|
|
15156
|
+
dp__menu_content_wrapper: ((Mt = q.presetRanges) == null ? void 0 : Mt.length) || !!q.$slots["left-sidebar"] || !!q.$slots["right-sidebar"]
|
|
15157
15157
|
})
|
|
15158
15158
|
}, [
|
|
15159
|
-
|
|
15160
|
-
L(
|
|
15159
|
+
q.$slots["left-sidebar"] ? (d(), I("div", b3, [
|
|
15160
|
+
L(q.$slots, "left-sidebar")
|
|
15161
15161
|
])) : D("", !0),
|
|
15162
|
-
(ti =
|
|
15163
|
-
(d(!0), I(ue, null, pe(
|
|
15162
|
+
(ti = q.presetRanges) != null && ti.length ? (d(), I("div", w3, [
|
|
15163
|
+
(d(!0), I(ue, null, pe(q.presetRanges, (be, pn) => (d(), I("div", {
|
|
15164
15164
|
key: pn,
|
|
15165
15165
|
style: zt(be.style || {}),
|
|
15166
15166
|
class: "dp__preset_range",
|
|
15167
15167
|
onClick: (Le) => c(z)(be.range, !!be.slot)
|
|
15168
15168
|
}, [
|
|
15169
|
-
be.slot ? L(
|
|
15169
|
+
be.slot ? L(q.$slots, be.slot, {
|
|
15170
15170
|
key: 0,
|
|
15171
15171
|
presetDateRange: c(z),
|
|
15172
15172
|
label: be.label,
|
|
15173
15173
|
range: be.range
|
|
15174
15174
|
}) : (d(), I(ue, { key: 1 }, [
|
|
15175
|
-
se(
|
|
15175
|
+
se(K(be.label), 1)
|
|
15176
15176
|
], 64))
|
|
15177
15177
|
], 12, N3))), 128))
|
|
15178
15178
|
])) : D("", !0),
|
|
@@ -15189,7 +15189,7 @@ const S4 = (e, t, n, i) => {
|
|
|
15189
15189
|
key: be,
|
|
15190
15190
|
class: ee(c(De))
|
|
15191
15191
|
}, [
|
|
15192
|
-
!
|
|
15192
|
+
!q.disableMonthYearSelect && !q.timePicker ? (d(), U(ke(q.monthYearComponent ? q.monthYearComponent : o3), Oe({
|
|
15193
15193
|
key: 0,
|
|
15194
15194
|
ref_for: !0,
|
|
15195
15195
|
ref: (Le) => {
|
|
@@ -15201,7 +15201,7 @@ const S4 = (e, t, n, i) => {
|
|
|
15201
15201
|
year: c(k)(be),
|
|
15202
15202
|
instance: be,
|
|
15203
15203
|
"internal-model-value": e.internalModelValue
|
|
15204
|
-
},
|
|
15204
|
+
}, q.$props, {
|
|
15205
15205
|
onMount: fe[0] || (fe[0] = (Le) => ce("monthYearInput")),
|
|
15206
15206
|
onResetFlow: te,
|
|
15207
15207
|
onUpdateMonthYear: (Le) => c(v)(be, Le),
|
|
@@ -15211,7 +15211,7 @@ const S4 = (e, t, n, i) => {
|
|
|
15211
15211
|
pe(c(je), (Le, Ad) => ({
|
|
15212
15212
|
name: Le,
|
|
15213
15213
|
fn: Y((ir) => [
|
|
15214
|
-
L(
|
|
15214
|
+
L(q.$slots, Le, et(Wt(ir)))
|
|
15215
15215
|
])
|
|
15216
15216
|
}))
|
|
15217
15217
|
]), 1040, ["months", "years", "month", "year", "instance", "internal-model-value", "onUpdateMonthYear", "onMonthYearSelect"])) : D("", !0),
|
|
@@ -15226,7 +15226,7 @@ const S4 = (e, t, n, i) => {
|
|
|
15226
15226
|
"mapped-dates": c(xe)(be),
|
|
15227
15227
|
month: c(B)(be),
|
|
15228
15228
|
year: c(k)(be)
|
|
15229
|
-
},
|
|
15229
|
+
}, q.$props, {
|
|
15230
15230
|
"flow-step": M.value,
|
|
15231
15231
|
"onUpdate:flow-step": fe[1] || (fe[1] = (Le) => M.value = Le),
|
|
15232
15232
|
onSelectDate: (Le) => c(A)(Le, !c(Q)(be)),
|
|
@@ -15240,15 +15240,15 @@ const S4 = (e, t, n, i) => {
|
|
|
15240
15240
|
pe(c(Ce), (Le, Ad) => ({
|
|
15241
15241
|
name: Le,
|
|
15242
15242
|
fn: Y((ir) => [
|
|
15243
|
-
L(
|
|
15243
|
+
L(q.$slots, Le, et(Wt({ ...ir })))
|
|
15244
15244
|
])
|
|
15245
15245
|
}))
|
|
15246
15246
|
]), 1040, ["specific-mode", "get-week-num", "instance", "mapped-dates", "month", "year", "flow-step", "onSelectDate", "onHandleSpace", "onHandleScroll", "onHandleSwipe"])
|
|
15247
15247
|
], 2))), 128))
|
|
15248
15248
|
], 2),
|
|
15249
15249
|
h("div", null, [
|
|
15250
|
-
|
|
15251
|
-
|
|
15250
|
+
q.$slots["time-picker"] ? L(q.$slots, "time-picker", et(Oe({ key: 0 }, { time: c(V), updateTime: c(Z) }))) : (d(), I(ue, { key: 1 }, [
|
|
15251
|
+
q.enableTimePicker && !q.monthPicker && !q.weekPicker ? (d(), U(ke(q.timePickerComponent ? q.timePickerComponent : I3), Oe({
|
|
15252
15252
|
key: 0,
|
|
15253
15253
|
ref_key: "timePickerRef",
|
|
15254
15254
|
ref: p,
|
|
@@ -15256,7 +15256,7 @@ const S4 = (e, t, n, i) => {
|
|
|
15256
15256
|
minutes: c(V).minutes,
|
|
15257
15257
|
seconds: c(V).seconds,
|
|
15258
15258
|
"internal-model-value": e.internalModelValue
|
|
15259
|
-
},
|
|
15259
|
+
}, q.$props, {
|
|
15260
15260
|
onMount: fe[4] || (fe[4] = (be) => ce("timePicker")),
|
|
15261
15261
|
"onUpdate:hours": fe[5] || (fe[5] = (be) => c(Z)(be)),
|
|
15262
15262
|
"onUpdate:minutes": fe[6] || (fe[6] = (be) => c(Z)(be, !1)),
|
|
@@ -15267,44 +15267,44 @@ const S4 = (e, t, n, i) => {
|
|
|
15267
15267
|
pe(c(Me), (be, pn) => ({
|
|
15268
15268
|
name: be,
|
|
15269
15269
|
fn: Y((Le) => [
|
|
15270
|
-
L(
|
|
15270
|
+
L(q.$slots, be, et(Wt(Le)))
|
|
15271
15271
|
])
|
|
15272
15272
|
}))
|
|
15273
15273
|
]), 1040, ["hours", "minutes", "seconds", "internal-model-value"])) : D("", !0)
|
|
15274
15274
|
], 64))
|
|
15275
15275
|
])
|
|
15276
15276
|
], 512),
|
|
15277
|
-
|
|
15278
|
-
L(
|
|
15277
|
+
q.$slots["right-sidebar"] ? (d(), I("div", j3, [
|
|
15278
|
+
L(q.$slots, "right-sidebar")
|
|
15279
15279
|
])) : D("", !0),
|
|
15280
|
-
|
|
15281
|
-
|
|
15280
|
+
q.showNowButton ? (d(), I("div", S3, [
|
|
15281
|
+
q.$slots["now-button"] ? L(q.$slots, "now-button", {
|
|
15282
15282
|
key: 0,
|
|
15283
15283
|
selectCurrentDate: c(O)
|
|
15284
15284
|
}) : D("", !0),
|
|
15285
|
-
|
|
15285
|
+
q.$slots["now-button"] ? D("", !0) : (d(), I("button", {
|
|
15286
15286
|
key: 1,
|
|
15287
15287
|
type: "button",
|
|
15288
15288
|
role: "button",
|
|
15289
15289
|
class: "dp__now_button",
|
|
15290
15290
|
onClick: fe[8] || (fe[8] = (...be) => c(O) && c(O)(...be))
|
|
15291
|
-
}, q
|
|
15291
|
+
}, K(q.nowButtonLabel), 1))
|
|
15292
15292
|
])) : D("", !0)
|
|
15293
15293
|
], 2),
|
|
15294
|
-
!
|
|
15294
|
+
!q.autoApply || q.keepActionRow ? (d(), U(ke(q.actionRowComponent ? q.actionRowComponent : $4), Oe({
|
|
15295
15295
|
key: 2,
|
|
15296
15296
|
"menu-mount": E.value,
|
|
15297
15297
|
"calendar-width": b.value,
|
|
15298
15298
|
"internal-model-value": e.internalModelValue
|
|
15299
|
-
},
|
|
15300
|
-
onClosePicker: fe[9] || (fe[9] = (be) =>
|
|
15301
|
-
onSelectDate: fe[10] || (fe[10] = (be) =>
|
|
15302
|
-
onInvalidSelect: fe[11] || (fe[11] = (be) =>
|
|
15299
|
+
}, q.$props, {
|
|
15300
|
+
onClosePicker: fe[9] || (fe[9] = (be) => q.$emit("close-picker")),
|
|
15301
|
+
onSelectDate: fe[10] || (fe[10] = (be) => q.$emit("select-date")),
|
|
15302
|
+
onInvalidSelect: fe[11] || (fe[11] = (be) => q.$emit("invalid-select"))
|
|
15303
15303
|
}), rt({ _: 2 }, [
|
|
15304
15304
|
pe(c(tt), (be, pn) => ({
|
|
15305
15305
|
name: be,
|
|
15306
15306
|
fn: Y((Le) => [
|
|
15307
|
-
L(
|
|
15307
|
+
L(q.$slots, be, et(Wt({ ...Le })))
|
|
15308
15308
|
])
|
|
15309
15309
|
}))
|
|
15310
15310
|
]), 1040, ["menu-mount", "calendar-width", "internal-model-value"])) : D("", !0)
|
|
@@ -15685,7 +15685,7 @@ const $3 = { name: "material-symbols-calendar-month-outline", render: O3 }, Z3 =
|
|
|
15685
15685
|
class: "button-range-selector",
|
|
15686
15686
|
onClick: (H) => y({ text: M, value: w })
|
|
15687
15687
|
}, [
|
|
15688
|
-
h("span", G3,
|
|
15688
|
+
h("span", G3, K(M), 1)
|
|
15689
15689
|
], 8, E3)), 64))
|
|
15690
15690
|
])
|
|
15691
15691
|
]),
|
|
@@ -15858,7 +15858,7 @@ const Q3 = { name: "material-symbols-upload-rounded", render: W3 }, H3 = ["id",
|
|
|
15858
15858
|
size: "small",
|
|
15859
15859
|
variant: "fill",
|
|
15860
15860
|
type: "positive"
|
|
15861
|
-
}, null, 8, ["id", "text"]))), 128)) : (d(), I("p", X3,
|
|
15861
|
+
}, null, 8, ["id", "text"]))), 128)) : (d(), I("p", X3, K(c(u)), 1))
|
|
15862
15862
|
], 2),
|
|
15863
15863
|
c(r).length && !e.loading ? (d(), U(Pe, {
|
|
15864
15864
|
key: 0,
|
|
@@ -15965,8 +15965,8 @@ const fw = { name: "material-symbols-delete-outline-rounded", render: dw }, mw =
|
|
|
15965
15965
|
]),
|
|
15966
15966
|
h("div", vw, [
|
|
15967
15967
|
h("div", gw, [
|
|
15968
|
-
h("span", hw,
|
|
15969
|
-
h("span", Iw, "." +
|
|
15968
|
+
h("span", hw, K(c(a).filename), 1),
|
|
15969
|
+
h("span", Iw, "." + K(c(a).fileExtension), 1)
|
|
15970
15970
|
])
|
|
15971
15971
|
]),
|
|
15972
15972
|
R($t, {
|
|
@@ -16157,7 +16157,7 @@ const Ow = { name: "material-symbols-docs-outline", render: zw }, $w = ["id", "d
|
|
|
16157
16157
|
class: "label",
|
|
16158
16158
|
for: i.input,
|
|
16159
16159
|
"data-testid": i.label
|
|
16160
|
-
},
|
|
16160
|
+
}, K(e.label), 9, Zw),
|
|
16161
16161
|
e.downloadSrc ? (d(), U(ww, {
|
|
16162
16162
|
key: 1,
|
|
16163
16163
|
id: e.id,
|
|
@@ -16191,7 +16191,7 @@ const Ow = { name: "material-symbols-docs-outline", render: zw }, $w = ["id", "d
|
|
|
16191
16191
|
id: `file-upload-describe-${e.id}`,
|
|
16192
16192
|
"data-testid": `file-upload-describe-${e.id}`,
|
|
16193
16193
|
class: ee(["message", `-${c(l).type}`])
|
|
16194
|
-
},
|
|
16194
|
+
}, K(c(l).text), 11, Ew)) : D("", !0)
|
|
16195
16195
|
], 8, $w));
|
|
16196
16196
|
}
|
|
16197
16197
|
});
|
|
@@ -16243,7 +16243,7 @@ const Gw = ["id", "data-testid"], Bw = { class: "list-container" }, Yw = ["aria-
|
|
|
16243
16243
|
onClick: r
|
|
16244
16244
|
}), {
|
|
16245
16245
|
default: Y(() => [
|
|
16246
|
-
se(
|
|
16246
|
+
se(K(u.text), 1)
|
|
16247
16247
|
]),
|
|
16248
16248
|
_: 2
|
|
16249
16249
|
}, 1040, ["data-gtm-id", "target", "rel", "aria-current"])),
|
|
@@ -16318,7 +16318,7 @@ const Qw = { name: "material-symbols-open-in-new-sharp", render: Ww }, Hw = {
|
|
|
16318
16318
|
])) : D("", !0),
|
|
16319
16319
|
h("span", Fw, [
|
|
16320
16320
|
L(r.$slots, "default", {}, () => [
|
|
16321
|
-
se(
|
|
16321
|
+
se(K(e.text), 1)
|
|
16322
16322
|
])
|
|
16323
16323
|
]),
|
|
16324
16324
|
e.external ? (d(), U(c(Qw), {
|
|
@@ -16398,7 +16398,7 @@ const Xw = { class: "item-title" }, Jw = { class: "icon-content" }, qw = /* @__P
|
|
|
16398
16398
|
h("div", Jw, [
|
|
16399
16399
|
(d(), U(ke(o.icon), { class: "item-icon" }))
|
|
16400
16400
|
]),
|
|
16401
|
-
se(" " +
|
|
16401
|
+
se(" " + K(o.title), 1)
|
|
16402
16402
|
])
|
|
16403
16403
|
]),
|
|
16404
16404
|
_: 2
|
|
@@ -16455,6 +16455,7 @@ const lN = /* @__PURE__ */ lt(oN, [["__scopeId", "data-v-1e7fde8e"]]), uN = { cl
|
|
|
16455
16455
|
props: {
|
|
16456
16456
|
user: null,
|
|
16457
16457
|
partner: null,
|
|
16458
|
+
perfilPersonification: null,
|
|
16458
16459
|
umPersonification: { type: Boolean },
|
|
16459
16460
|
inPersonification: { type: Boolean }
|
|
16460
16461
|
},
|
|
@@ -16468,7 +16469,7 @@ const lN = /* @__PURE__ */ lt(oN, [["__scopeId", "data-v-1e7fde8e"]]), uN = { cl
|
|
|
16468
16469
|
IconMyCallings: wt(() => import("./chat.8e7180b0.mjs"))
|
|
16469
16470
|
}, a = j(() => {
|
|
16470
16471
|
var f;
|
|
16471
|
-
return ((f = n.user) == null ? void 0 : f.profile)
|
|
16472
|
+
return n.perfilPersonification.includes((f = n.user) == null ? void 0 : f.profile);
|
|
16472
16473
|
}), r = () => a.value ? n.umPersonification : !0, o = j(() => {
|
|
16473
16474
|
var f, y;
|
|
16474
16475
|
return [
|
|
@@ -16553,14 +16554,14 @@ const lN = /* @__PURE__ */ lt(oN, [["__scopeId", "data-v-1e7fde8e"]]), uN = { cl
|
|
|
16553
16554
|
default: Y(() => [
|
|
16554
16555
|
h("div", uN, [
|
|
16555
16556
|
(d(), U(ke(i[m.icon]), { class: "icon-size-medium item-icon" })),
|
|
16556
|
-
se(" " +
|
|
16557
|
+
se(" " + K(m.title), 1)
|
|
16557
16558
|
])
|
|
16558
16559
|
]),
|
|
16559
16560
|
_: 2
|
|
16560
16561
|
}, 1032, ["id", "onClick"]))), 128));
|
|
16561
16562
|
}
|
|
16562
16563
|
});
|
|
16563
|
-
const hd = /* @__PURE__ */ lt(sN, [["__scopeId", "data-v-
|
|
16564
|
+
const hd = /* @__PURE__ */ lt(sN, [["__scopeId", "data-v-ff2fe97e"]]), cN = { class: "box-container" }, dN = { class: "title" }, fN = { class: "description" }, mN = /* @__PURE__ */ re({
|
|
16564
16565
|
__name: "SolfacilPlusBox",
|
|
16565
16566
|
props: {
|
|
16566
16567
|
title: null,
|
|
@@ -16569,8 +16570,8 @@ const hd = /* @__PURE__ */ lt(sN, [["__scopeId", "data-v-8c617efd"]]), cN = { cl
|
|
|
16569
16570
|
setup(e) {
|
|
16570
16571
|
const t = (n) => n.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ".");
|
|
16571
16572
|
return (n, i) => (d(), I("div", cN, [
|
|
16572
|
-
h("h4", dN,
|
|
16573
|
-
h("p", fN,
|
|
16573
|
+
h("h4", dN, K(e.title), 1),
|
|
16574
|
+
h("p", fN, K(t(e.description)), 1)
|
|
16574
16575
|
]));
|
|
16575
16576
|
}
|
|
16576
16577
|
});
|
|
@@ -16625,7 +16626,7 @@ const Js = /* @__PURE__ */ lt(mN, [["__scopeId", "data-v-d6677ddc"]]), Jl = (e)
|
|
|
16625
16626
|
c(o) ? (d(), I("div", vN, [
|
|
16626
16627
|
gN,
|
|
16627
16628
|
h("div", null, [
|
|
16628
|
-
h("h3", hN, " Voc\xEA est\xE1 no N\xEDvel " +
|
|
16629
|
+
h("h3", hN, " Voc\xEA est\xE1 no N\xEDvel " + K(e.partner.solfacilPlus.level), 1)
|
|
16629
16630
|
])
|
|
16630
16631
|
])) : (d(), I("div", IN, bN)),
|
|
16631
16632
|
h("div", wN, [
|
|
@@ -16640,7 +16641,7 @@ const Js = /* @__PURE__ */ lt(mN, [["__scopeId", "data-v-d6677ddc"]]), Jl = (e)
|
|
|
16640
16641
|
description: c(l).total.description
|
|
16641
16642
|
}, null, 8, ["title", "description"])) : D("", !0)
|
|
16642
16643
|
]),
|
|
16643
|
-
c(o) ? (d(), I("p", NN, " Pr\xF3xima atualiza\xE7\xE3o: " +
|
|
16644
|
+
c(o) ? (d(), I("p", NN, " Pr\xF3xima atualiza\xE7\xE3o: " + K(e.partner.solfacilPlus.nextTransitionDate), 1)) : D("", !0),
|
|
16644
16645
|
R(Et, {
|
|
16645
16646
|
id: "solfacil-plus-link",
|
|
16646
16647
|
class: "solfacil-plus-link",
|
|
@@ -16695,11 +16696,12 @@ const ql = { name: "girassol-expand-more", render: LN }, CN = {
|
|
|
16695
16696
|
function ON(e, t) {
|
|
16696
16697
|
return d(), I("svg", CN, zN);
|
|
16697
16698
|
}
|
|
16698
|
-
const nr = { name: "girassol-logout", render: ON }, $N = (e) => (Kt("data-v-
|
|
16699
|
+
const nr = { name: "girassol-logout", render: ON }, $N = (e) => (Kt("data-v-40d65edb"), e = e(), en(), e), ZN = { class: "user-info" }, EN = { class: "info" }, GN = /* @__PURE__ */ $N(() => /* @__PURE__ */ h("span", { class: "title" }, "Boas-vindas", -1)), BN = { class: "subtitle" }, YN = { class: "user-menu-desktop" }, UN = { class: "main" }, VN = { class: "footer" }, RN = { class: "item-title" }, WN = /* @__PURE__ */ re({
|
|
16699
16700
|
__name: "Desktop",
|
|
16700
16701
|
props: {
|
|
16701
16702
|
user: null,
|
|
16702
16703
|
partner: null,
|
|
16704
|
+
perfilPersonification: null,
|
|
16703
16705
|
umPersonification: { type: Boolean },
|
|
16704
16706
|
inPersonification: { type: Boolean }
|
|
16705
16707
|
},
|
|
@@ -16720,7 +16722,7 @@ const nr = { name: "girassol-logout", render: ON }, $N = (e) => (Kt("data-v-2898
|
|
|
16720
16722
|
R(c(Va), { class: "icon" }),
|
|
16721
16723
|
h("div", EN, [
|
|
16722
16724
|
GN,
|
|
16723
|
-
h("span", BN,
|
|
16725
|
+
h("span", BN, K(c(o)), 1)
|
|
16724
16726
|
]),
|
|
16725
16727
|
R(c(ql), {
|
|
16726
16728
|
class: ee(["action", { "rotate-180 transform": s }])
|
|
@@ -16739,10 +16741,11 @@ const nr = { name: "girassol-logout", render: ON }, $N = (e) => (Kt("data-v-2898
|
|
|
16739
16741
|
R(hd, {
|
|
16740
16742
|
user: e.user,
|
|
16741
16743
|
partner: e.partner,
|
|
16744
|
+
"perfil-personification": e.perfilPersonification,
|
|
16742
16745
|
"um-personification": e.umPersonification,
|
|
16743
16746
|
"in-personification": e.inPersonification,
|
|
16744
16747
|
onClickUser: a
|
|
16745
|
-
}, null, 8, ["user", "partner", "um-personification", "in-personification"])
|
|
16748
|
+
}, null, 8, ["user", "partner", "perfil-personification", "um-personification", "in-personification"])
|
|
16746
16749
|
]),
|
|
16747
16750
|
R(it, { thickness: "x-small" }),
|
|
16748
16751
|
h("footer", VN, [
|
|
@@ -16769,7 +16772,7 @@ const nr = { name: "girassol-logout", render: ON }, $N = (e) => (Kt("data-v-2898
|
|
|
16769
16772
|
]));
|
|
16770
16773
|
}
|
|
16771
16774
|
});
|
|
16772
|
-
const QN = /* @__PURE__ */ lt(WN, [["__scopeId", "data-v-
|
|
16775
|
+
const QN = /* @__PURE__ */ lt(WN, [["__scopeId", "data-v-40d65edb"]]), HN = {
|
|
16773
16776
|
viewBox: "0 0 1024 1024",
|
|
16774
16777
|
width: "1em",
|
|
16775
16778
|
height: "1em"
|
|
@@ -16783,11 +16786,12 @@ const QN = /* @__PURE__ */ lt(WN, [["__scopeId", "data-v-289865a2"]]), HN = {
|
|
|
16783
16786
|
function JN(e, t) {
|
|
16784
16787
|
return d(), I("svg", HN, XN);
|
|
16785
16788
|
}
|
|
16786
|
-
const ei = { name: "girassol-close", render: JN }, qN = (e) => (Kt("data-v-
|
|
16789
|
+
const ei = { name: "girassol-close", render: JN }, qN = (e) => (Kt("data-v-37d2229e"), e = e(), en(), e), KN = { class: "container" }, e5 = { class: "header" }, t5 = { class: "user-info" }, n5 = { class: "user-photo" }, i5 = { class: "welcome" }, a5 = /* @__PURE__ */ qN(() => /* @__PURE__ */ h("span", { class: "head" }, "Boas-vindas", -1)), r5 = { key: 1 }, o5 = { class: "main" }, l5 = { class: "footer" }, u5 = { class: "item-title" }, s5 = /* @__PURE__ */ re({
|
|
16787
16790
|
__name: "Mobile",
|
|
16788
16791
|
props: {
|
|
16789
16792
|
user: null,
|
|
16790
16793
|
partner: null,
|
|
16794
|
+
perfilPersonification: null,
|
|
16791
16795
|
umPersonification: { type: Boolean },
|
|
16792
16796
|
inPersonification: { type: Boolean }
|
|
16793
16797
|
},
|
|
@@ -16838,7 +16842,7 @@ const ei = { name: "girassol-close", render: JN }, qN = (e) => (Kt("data-v-f3f7e
|
|
|
16838
16842
|
}, () => [
|
|
16839
16843
|
h("header", e5, [
|
|
16840
16844
|
h("div", t5, [
|
|
16841
|
-
h("span", n5,
|
|
16845
|
+
h("span", n5, K(c(f)), 1),
|
|
16842
16846
|
h("span", i5, [
|
|
16843
16847
|
a5,
|
|
16844
16848
|
h("div", {
|
|
@@ -16847,7 +16851,7 @@ const ei = { name: "girassol-close", render: JN }, qN = (e) => (Kt("data-v-f3f7e
|
|
|
16847
16851
|
c(g) ? (d(), I("span", {
|
|
16848
16852
|
key: 0,
|
|
16849
16853
|
class: ee(["gray-background", { loading: c(g) }])
|
|
16850
|
-
}, null, 2)) : (d(), I("span", r5,
|
|
16854
|
+
}, null, 2)) : (d(), I("span", r5, K(c(m).completeName), 1))
|
|
16851
16855
|
], 2)
|
|
16852
16856
|
])
|
|
16853
16857
|
]),
|
|
@@ -16880,11 +16884,12 @@ const ei = { name: "girassol-close", render: JN }, qN = (e) => (Kt("data-v-f3f7e
|
|
|
16880
16884
|
h("main", o5, [
|
|
16881
16885
|
R(hd, {
|
|
16882
16886
|
user: e.user,
|
|
16887
|
+
"perfil-personification": e.perfilPersonification,
|
|
16883
16888
|
partner: e.partner,
|
|
16884
16889
|
"um-personification": e.umPersonification,
|
|
16885
16890
|
"in-personification": e.inPersonification,
|
|
16886
16891
|
onClickUser: N[3] || (N[3] = (b) => t("clickUser", b))
|
|
16887
|
-
}, null, 8, ["user", "partner", "um-personification", "in-personification"])
|
|
16892
|
+
}, null, 8, ["user", "perfil-personification", "partner", "um-personification", "in-personification"])
|
|
16888
16893
|
]),
|
|
16889
16894
|
R(it, { thickness: "x-small" }),
|
|
16890
16895
|
h("footer", l5, [
|
|
@@ -16915,7 +16920,7 @@ const ei = { name: "girassol-close", render: JN }, qN = (e) => (Kt("data-v-f3f7e
|
|
|
16915
16920
|
]));
|
|
16916
16921
|
}
|
|
16917
16922
|
});
|
|
16918
|
-
const c5 = /* @__PURE__ */ lt(s5, [["__scopeId", "data-v-
|
|
16923
|
+
const c5 = /* @__PURE__ */ lt(s5, [["__scopeId", "data-v-37d2229e"]]), d5 = {
|
|
16919
16924
|
viewBox: "0 0 1024 1024",
|
|
16920
16925
|
width: "1em",
|
|
16921
16926
|
height: "1em"
|
|
@@ -16947,7 +16952,8 @@ const v5 = { name: "girassol-notifications", render: y5 }, g5 = { class: "list-n
|
|
|
16947
16952
|
financing_scored_formalization: "IconWorkspace",
|
|
16948
16953
|
financing_scored_installation: "IconWorkspace",
|
|
16949
16954
|
quarter_changed_level_downgrade: "IconWorkspace",
|
|
16950
|
-
quarter_changed: "IconWorkspace"
|
|
16955
|
+
quarter_changed: "IconWorkspace",
|
|
16956
|
+
referral_lead: "IconWorkspace"
|
|
16951
16957
|
};
|
|
16952
16958
|
function r(p) {
|
|
16953
16959
|
return a[p];
|
|
@@ -17014,9 +17020,9 @@ const v5 = { name: "girassol-notifications", render: y5 }, g5 = { class: "list-n
|
|
|
17014
17020
|
(d(), U(ke(i[(_ = r((H = w == null ? void 0 : w.notification) == null ? void 0 : H.templateName)) != null ? _ : ""])))
|
|
17015
17021
|
]),
|
|
17016
17022
|
h("div", M5, [
|
|
17017
|
-
h("h1", b5,
|
|
17018
|
-
h("span", w5,
|
|
17019
|
-
h("span", N5,
|
|
17023
|
+
h("h1", b5, K(w.notification.title), 1),
|
|
17024
|
+
h("span", w5, K(w.notification.message), 1),
|
|
17025
|
+
h("span", N5, K(s(w.createdAt)), 1)
|
|
17020
17026
|
])
|
|
17021
17027
|
], 8, I5),
|
|
17022
17028
|
R(it, {
|
|
@@ -17026,7 +17032,7 @@ const v5 = { name: "girassol-notifications", render: y5 }, g5 = { class: "list-n
|
|
|
17026
17032
|
], 8, h5);
|
|
17027
17033
|
}), 128)),
|
|
17028
17034
|
h("div", j5, [
|
|
17029
|
-
h("span", S5, " Mostrando " +
|
|
17035
|
+
h("span", S5, " Mostrando " + K((b = e.notifications) == null ? void 0 : b.count) + " de " + K((E = e.notifications) == null ? void 0 : E.totalCount), 1),
|
|
17030
17036
|
(M = e.notifications) != null && M.nextCursor ? (d(), U(Et, {
|
|
17031
17037
|
key: 0,
|
|
17032
17038
|
id: "more-notifications",
|
|
@@ -17047,7 +17053,7 @@ const v5 = { name: "girassol-notifications", render: y5 }, g5 = { class: "list-n
|
|
|
17047
17053
|
};
|
|
17048
17054
|
}
|
|
17049
17055
|
});
|
|
17050
|
-
const pd = /* @__PURE__ */ lt(D5, [["__scopeId", "data-v-
|
|
17056
|
+
const pd = /* @__PURE__ */ lt(D5, [["__scopeId", "data-v-06d84c4c"]]), x5 = {
|
|
17051
17057
|
viewBox: "0 0 1024 1024",
|
|
17052
17058
|
width: "1em",
|
|
17053
17059
|
height: "1em"
|
|
@@ -17217,7 +17223,7 @@ const W5 = /* @__PURE__ */ lt(R5, [["__scopeId", "data-v-50b2db6c"]]), Q5 = (e)
|
|
|
17217
17223
|
class: ee(["notification-count", {
|
|
17218
17224
|
"notification-count-plus": (y = e.notifications) != null && y.countNotification ? +e.notifications.countNotification > 9 : !1
|
|
17219
17225
|
}])
|
|
17220
|
-
},
|
|
17226
|
+
}, K(c(o)), 3)) : D("", !0),
|
|
17221
17227
|
c(u) && a.value ? (d(), I("span", F5, [
|
|
17222
17228
|
se(" Tem mensagens pra voc\xEA aqui! "),
|
|
17223
17229
|
X5
|
|
@@ -17257,7 +17263,7 @@ const q5 = /* @__PURE__ */ lt(J5, [["__scopeId", "data-v-246731d8"]]), K5 = {
|
|
|
17257
17263
|
function nj(e, t) {
|
|
17258
17264
|
return d(), I("svg", K5, tj);
|
|
17259
17265
|
}
|
|
17260
|
-
const bd = { name: "girassol-menu", render: nj }, ij = (e) => (Kt("data-v-
|
|
17266
|
+
const bd = { name: "girassol-menu", render: nj }, ij = (e) => (Kt("data-v-61ea8918"), e = e(), en(), e), aj = { class: "sol-header" }, rj = ["center", "white"], oj = { class: "icon-menu-container" }, lj = /* @__PURE__ */ ij(() => /* @__PURE__ */ h("img", {
|
|
17261
17267
|
class: "portal-img",
|
|
17262
17268
|
alt: "portal logo"
|
|
17263
17269
|
}, null, -1)), uj = { class: "portal-divider" }, sj = ["white"], cj = {
|
|
@@ -17275,13 +17281,14 @@ const bd = { name: "girassol-menu", render: nj }, ij = (e) => (Kt("data-v-e245d6
|
|
|
17275
17281
|
partner: null,
|
|
17276
17282
|
product: null,
|
|
17277
17283
|
notifications: null,
|
|
17278
|
-
center: { type: Boolean, default: !1 }
|
|
17284
|
+
center: { type: Boolean, default: !1 },
|
|
17285
|
+
perfilPersonification: { default: () => ["admin"] }
|
|
17279
17286
|
},
|
|
17280
17287
|
emits: ["clickMenu", "clickLogout", "clickUser", "clickProduct", "clickSolfacilPlus", "clickNotification"],
|
|
17281
17288
|
setup(e, { emit: t }) {
|
|
17282
17289
|
const n = e, i = () => t("clickLogout"), a = () => t("clickMenu"), r = j(() => {
|
|
17283
17290
|
var l;
|
|
17284
|
-
return ((l = n.user) == null ? void 0 : l.profile)
|
|
17291
|
+
return n.perfilPersonification.includes((l = n.user) == null ? void 0 : l.profile);
|
|
17285
17292
|
});
|
|
17286
17293
|
function o(l, u) {
|
|
17287
17294
|
t("clickNotification", { event: l, notification: u });
|
|
@@ -17325,7 +17332,7 @@ const bd = { name: "girassol-menu", render: nj }, ij = (e) => (Kt("data-v-e245d6
|
|
|
17325
17332
|
e.product.icon ? (d(), I("div", cj, [
|
|
17326
17333
|
(d(), U(ke(e.product.icon), { class: "item-icon" }))
|
|
17327
17334
|
])) : D("", !0),
|
|
17328
|
-
se(" " +
|
|
17335
|
+
se(" " + K(e.product.title), 1)
|
|
17329
17336
|
], 8, sj)
|
|
17330
17337
|
]))
|
|
17331
17338
|
], !0),
|
|
@@ -17348,6 +17355,7 @@ const bd = { name: "girassol-menu", render: nj }, ij = (e) => (Kt("data-v-e245d6
|
|
|
17348
17355
|
class: "desktop-show",
|
|
17349
17356
|
user: e.user,
|
|
17350
17357
|
partner: e.partner,
|
|
17358
|
+
"perfil-personification": e.perfilPersonification,
|
|
17351
17359
|
"um-personification": e.umPersonification,
|
|
17352
17360
|
"in-personification": e.inPersonification,
|
|
17353
17361
|
onClickLogout: i,
|
|
@@ -17358,11 +17366,12 @@ const bd = { name: "girassol-menu", render: nj }, ij = (e) => (Kt("data-v-e245d6
|
|
|
17358
17366
|
L(l.$slots, "user-info", { user: s }, void 0, !0)
|
|
17359
17367
|
]),
|
|
17360
17368
|
_: 3
|
|
17361
|
-
}, 8, ["user", "partner", "um-personification", "in-personification"]),
|
|
17369
|
+
}, 8, ["user", "partner", "perfil-personification", "um-personification", "in-personification"]),
|
|
17362
17370
|
R(c5, {
|
|
17363
17371
|
class: "mobile-show",
|
|
17364
17372
|
user: e.user,
|
|
17365
17373
|
partner: e.partner,
|
|
17374
|
+
"perfil-personification": e.perfilPersonification,
|
|
17366
17375
|
"um-personification": e.umPersonification,
|
|
17367
17376
|
"in-personification": e.inPersonification,
|
|
17368
17377
|
onClickLogout: i,
|
|
@@ -17382,7 +17391,7 @@ const bd = { name: "girassol-menu", render: nj }, ij = (e) => (Kt("data-v-e245d6
|
|
|
17382
17391
|
}, void 0, !0)
|
|
17383
17392
|
]),
|
|
17384
17393
|
_: 3
|
|
17385
|
-
}, 8, ["user", "partner", "um-personification", "in-personification"]),
|
|
17394
|
+
}, 8, ["user", "partner", "perfil-personification", "um-personification", "in-personification"]),
|
|
17386
17395
|
L(l.$slots, "actions", {}, void 0, !0)
|
|
17387
17396
|
])
|
|
17388
17397
|
], 8, rj)
|
|
@@ -17395,7 +17404,7 @@ const bd = { name: "girassol-menu", render: nj }, ij = (e) => (Kt("data-v-e245d6
|
|
|
17395
17404
|
], 64));
|
|
17396
17405
|
}
|
|
17397
17406
|
});
|
|
17398
|
-
const hl = /* @__PURE__ */ lt(fj, [["__scopeId", "data-v-
|
|
17407
|
+
const hl = /* @__PURE__ */ lt(fj, [["__scopeId", "data-v-61ea8918"]]);
|
|
17399
17408
|
hl.install = (e) => {
|
|
17400
17409
|
e.component("SolHeader", hl);
|
|
17401
17410
|
};
|
|
@@ -17427,7 +17436,7 @@ const mj = ["white"], yj = ["onClick"], vj = { key: 1 }, gj = /* @__PURE__ */ re
|
|
|
17427
17436
|
key: 0,
|
|
17428
17437
|
class: "icon"
|
|
17429
17438
|
})) : D("", !0),
|
|
17430
|
-
se(" " +
|
|
17439
|
+
se(" " + K(r.name), 1)
|
|
17431
17440
|
]),
|
|
17432
17441
|
_: 2
|
|
17433
17442
|
}, 1040, ["target"]))), 128)),
|
|
@@ -17444,7 +17453,7 @@ const mj = ["white"], yj = ["onClick"], vj = { key: 1 }, gj = /* @__PURE__ */ re
|
|
|
17444
17453
|
key: 0,
|
|
17445
17454
|
class: "icon"
|
|
17446
17455
|
})) : D("", !0),
|
|
17447
|
-
!e.isCollapsedMenu && r.name ? (d(), I("p", vj,
|
|
17456
|
+
!e.isCollapsedMenu && r.name ? (d(), I("p", vj, K(r.name), 1)) : D("", !0)
|
|
17448
17457
|
], 10, yj))), 128))
|
|
17449
17458
|
], 10, mj));
|
|
17450
17459
|
}
|
|
@@ -17512,7 +17521,7 @@ const bj = { name: "material-symbols-expand-more", render: Mj }, wj = (e) => (Kt
|
|
|
17512
17521
|
h("div", Aj, [
|
|
17513
17522
|
(d(), U(ke(l.icon), { class: "item-icon" }))
|
|
17514
17523
|
]),
|
|
17515
|
-
se(" " +
|
|
17524
|
+
se(" " + K(l.title), 1)
|
|
17516
17525
|
])
|
|
17517
17526
|
]),
|
|
17518
17527
|
_: 2
|
|
@@ -17568,7 +17577,7 @@ const Oj = { name: "material-symbols-arrow-back", render: zj }, $j = ["white"],
|
|
|
17568
17577
|
(d(), U(ke(e.product.icon), {
|
|
17569
17578
|
class: ee(`logo-img-sidebar-${i.value ? "close" : "open"}`)
|
|
17570
17579
|
}, null, 8, ["class"])),
|
|
17571
|
-
i.value ? D("", !0) : (d(), I("span", Ej,
|
|
17580
|
+
i.value ? D("", !0) : (d(), I("span", Ej, K(e.product.title), 1))
|
|
17572
17581
|
])
|
|
17573
17582
|
], 2),
|
|
17574
17583
|
R(it, {
|
|
@@ -17658,8 +17667,8 @@ const Qj = { class: "sol-page-backoffice" }, Hj = { class: "page-header" }, Fj =
|
|
|
17658
17667
|
return (n, i) => (d(), I("div", Qj, [
|
|
17659
17668
|
h("div", Hj, [
|
|
17660
17669
|
h("div", Fj, [
|
|
17661
|
-
h("h2", Xj,
|
|
17662
|
-
e.subtitle ? (d(), I("p", Jj,
|
|
17670
|
+
h("h2", Xj, K(e.title), 1),
|
|
17671
|
+
e.subtitle ? (d(), I("p", Jj, K(e.subtitle), 1)) : D("", !0)
|
|
17663
17672
|
]),
|
|
17664
17673
|
e.actions ? (d(), I("div", qj, [
|
|
17665
17674
|
L(n.$slots, "actions", {}, () => [
|
|
@@ -17671,7 +17680,7 @@ const Qj = { class: "sol-page-backoffice" }, Hj = { class: "page-header" }, Fj =
|
|
|
17671
17680
|
onClick: a.onClick
|
|
17672
17681
|
}, rt({
|
|
17673
17682
|
default: Y(() => [
|
|
17674
|
-
se(" " +
|
|
17683
|
+
se(" " + K(a.label), 1)
|
|
17675
17684
|
]),
|
|
17676
17685
|
_: 2
|
|
17677
17686
|
}, [
|
|
@@ -17751,7 +17760,7 @@ const Nd = { name: "girassol-contact-support", render: lS }, uS = /* @__PURE__ *
|
|
|
17751
17760
|
onClick: r.action
|
|
17752
17761
|
}, [
|
|
17753
17762
|
(d(), U(ke(r.icon), { class: "icon" })),
|
|
17754
|
-
h("span", fS,
|
|
17763
|
+
h("span", fS, K(r.label), 1)
|
|
17755
17764
|
], 8, dS))), 128)),
|
|
17756
17765
|
h("li", {
|
|
17757
17766
|
id: "option-central_de_ajuda",
|
|
@@ -17837,7 +17846,7 @@ const pS = { class: "sol-user-info-backoffice" }, MS = { class: "info" }, bS = /
|
|
|
17837
17846
|
R(c(Va), { class: "icon" }),
|
|
17838
17847
|
h("div", MS, [
|
|
17839
17848
|
bS,
|
|
17840
|
-
h("span", wS,
|
|
17849
|
+
h("span", wS, K(c(o)), 1)
|
|
17841
17850
|
]),
|
|
17842
17851
|
(d(), U(ke(r(s)), { class: "action" }))
|
|
17843
17852
|
])
|
|
@@ -17871,7 +17880,7 @@ const pS = { class: "sol-user-info-backoffice" }, MS = { class: "info" }, bS = /
|
|
|
17871
17880
|
R(c(Va), { class: "icon" }),
|
|
17872
17881
|
h("div", SS, [
|
|
17873
17882
|
DS,
|
|
17874
|
-
h("span", xS,
|
|
17883
|
+
h("span", xS, K(c(o)), 1)
|
|
17875
17884
|
]),
|
|
17876
17885
|
h("div", {
|
|
17877
17886
|
class: "wrapper-action",
|
|
@@ -17942,7 +17951,7 @@ const _S = { class: "sol-header-backoffice" }, LS = { class: "header-content" },
|
|
|
17942
17951
|
]),
|
|
17943
17952
|
L(r.$slots, "title", {}, () => [
|
|
17944
17953
|
PS,
|
|
17945
|
-
h("span", zS,
|
|
17954
|
+
h("span", zS, K(e.title), 1)
|
|
17946
17955
|
])
|
|
17947
17956
|
]),
|
|
17948
17957
|
h("div", OS, [
|
|
@@ -18021,7 +18030,7 @@ const XS = { name: "girassol-arrow-forward", render: FS }, JS = ["mode"], qS = {
|
|
|
18021
18030
|
h("div", qS, [
|
|
18022
18031
|
(d(), U(ke(fn(e.application.icon)), { class: "icon" }))
|
|
18023
18032
|
]),
|
|
18024
|
-
h("span", KS,
|
|
18033
|
+
h("span", KS, K(e.application.label), 1)
|
|
18025
18034
|
]),
|
|
18026
18035
|
_: 1
|
|
18027
18036
|
}, 16, ["active"]))
|
|
@@ -18061,7 +18070,7 @@ const eD = /* @__PURE__ */ h("svg", {
|
|
|
18061
18070
|
class: ee(`tooltip ${e.position}`)
|
|
18062
18071
|
}, [
|
|
18063
18072
|
L(t.$slots, "text", {}, () => [
|
|
18064
|
-
h("span", nD,
|
|
18073
|
+
h("span", nD, K(e.text), 1)
|
|
18065
18074
|
])
|
|
18066
18075
|
], 2),
|
|
18067
18076
|
L(t.$slots, "default")
|
|
@@ -18133,7 +18142,7 @@ const iD = ["open"], aD = { class: "sidebar-header" }, rD = {
|
|
|
18133
18142
|
}), {
|
|
18134
18143
|
default: Y(() => [
|
|
18135
18144
|
(d(), U(ke(fn(y.icon)), { class: "icon" })),
|
|
18136
|
-
h("span", sD,
|
|
18145
|
+
h("span", sD, K(y.label), 1)
|
|
18137
18146
|
]),
|
|
18138
18147
|
_: 2
|
|
18139
18148
|
}, 1040, ["active"]))
|
|
@@ -18155,7 +18164,7 @@ const iD = ["open"], aD = { class: "sidebar-header" }, rD = {
|
|
|
18155
18164
|
L(s.$slots, "header-applications", {}, () => [
|
|
18156
18165
|
R(c(jd), { class: "left-icon" }),
|
|
18157
18166
|
L(s.$slots, "title-applications", {}, () => [
|
|
18158
|
-
h("span", dD,
|
|
18167
|
+
h("span", dD, K(e.titleApplications), 1)
|
|
18159
18168
|
]),
|
|
18160
18169
|
(d(), U(ke(fn(c(o))), { class: "right-icon" }))
|
|
18161
18170
|
])
|
|
@@ -18458,12 +18467,12 @@ const zD = { name: "material-symbols-error-circle-rounded", render: PD }, OD = [
|
|
|
18458
18467
|
class: ee(["title", { "-multiline": c(o) }])
|
|
18459
18468
|
}, [
|
|
18460
18469
|
L(f.$slots, "title", {}, () => [
|
|
18461
|
-
se(
|
|
18470
|
+
se(K(e.title), 1)
|
|
18462
18471
|
])
|
|
18463
18472
|
], 2),
|
|
18464
18473
|
e.description ? (d(), I("p", GD, [
|
|
18465
18474
|
L(f.$slots, "description", {}, () => [
|
|
18466
|
-
se(
|
|
18475
|
+
se(K(e.description), 1)
|
|
18467
18476
|
])
|
|
18468
18477
|
])) : D("", !0)
|
|
18469
18478
|
])
|
|
@@ -18478,7 +18487,7 @@ const zD = { name: "material-symbols-error-circle-rounded", render: PD }, OD = [
|
|
|
18478
18487
|
onClick: s
|
|
18479
18488
|
}, {
|
|
18480
18489
|
default: Y(() => [
|
|
18481
|
-
se(
|
|
18490
|
+
se(K(e.actionText), 1)
|
|
18482
18491
|
]),
|
|
18483
18492
|
_: 1
|
|
18484
18493
|
}, 8, ["id", "on-color", "class"]),
|