@luizleon/sf.prefeiturasp.vuecomponents 5.0.43 → 5.0.44
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/sf.prefeiturasp.vuecomponents.css +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.js +377 -374
- package/dist/sf.prefeiturasp.vuecomponents.js.map +1 -1
- package/dist/sf.prefeiturasp.vuecomponents.umd.cjs +21 -21
- package/dist/sf.prefeiturasp.vuecomponents.umd.cjs.map +1 -1
- package/dist/types/components/layout/Main.vue.d.ts.map +1 -1
- package/dist/types/plugin/configSF.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Ks = Object.defineProperty;
|
|
2
2
|
var zs = (t, e, n) => e in t ? Ks(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
3
|
var ne = (t, e, n) => zs(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
|
-
import { defineComponent as De, onBeforeUnmount as Ei, createElementBlock as
|
|
4
|
+
import { defineComponent as De, onBeforeUnmount as Ei, createElementBlock as U, openBlock as O, unref as ae, renderSlot as me, createElementVNode as $, computed as de, createBlock as pe, resolveDynamicComponent as yt, normalizeClass as ee, withCtx as pt, createCommentVNode as se, normalizeStyle as jt, Fragment as Xe, mergeProps as W, toDisplayString as $e, ref as oe, onMounted as Vt, resolveComponent as Sn, renderList as Ur, useSlots as Hr, watch as Wn, Teleport as Ws, withModifiers as Ir, createVNode as Ee, Transition as jr, normalizeProps as Hn, guardReactiveProps as jn, readonly as Gs, getCurrentInstance as Pi, nextTick as Li, resolveDirective as qs, withDirectives as Tr, vShow as xi, getCurrentScope as Ys, onScopeDispose as Xs, toValue as Oi, inject as Zs, onBeforeMount as Js, createTextVNode as Po, watchEffect as Qs } from "vue";
|
|
5
5
|
import { useRouter as ea } from "vue-router";
|
|
6
6
|
class fn {
|
|
7
7
|
/**
|
|
@@ -110,14 +110,14 @@ const ta = /* @__PURE__ */ De({
|
|
|
110
110
|
const r = new n();
|
|
111
111
|
return Ei(() => {
|
|
112
112
|
r.Hide();
|
|
113
|
-
}), (o, i) => (
|
|
113
|
+
}), (o, i) => (O(), U("div", {
|
|
114
114
|
class: "sf-tooltip-anchor",
|
|
115
115
|
onMouseenter: i[0] || (i[0] = //@ts-ignore
|
|
116
|
-
(...a) =>
|
|
116
|
+
(...a) => ae(r).Show && ae(r).Show(...a)),
|
|
117
117
|
onMousedown: i[1] || (i[1] = //@ts-ignore
|
|
118
|
-
(...a) =>
|
|
118
|
+
(...a) => ae(r).Hide && ae(r).Hide(...a)),
|
|
119
119
|
onMouseleave: i[2] || (i[2] = //@ts-ignore
|
|
120
|
-
(...a) =>
|
|
120
|
+
(...a) => ae(r).Hide && ae(r).Hide(...a))
|
|
121
121
|
}, [
|
|
122
122
|
me(o.$slots, "default")
|
|
123
123
|
], 32));
|
|
@@ -129,10 +129,10 @@ const ta = /* @__PURE__ */ De({
|
|
|
129
129
|
return n;
|
|
130
130
|
}, na = {}, ra = { class: "sf-loading-circle" };
|
|
131
131
|
function oa(t, e) {
|
|
132
|
-
return
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
132
|
+
return O(), U("div", ra, e[0] || (e[0] = [
|
|
133
|
+
$("div", null, [
|
|
134
|
+
$("svg", { viewBox: "25 25 50 50" }, [
|
|
135
|
+
$("circle", {
|
|
136
136
|
cx: "50",
|
|
137
137
|
cy: "50",
|
|
138
138
|
r: "20",
|
|
@@ -172,13 +172,13 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
172
172
|
).Build()), a = (l) => {
|
|
173
173
|
n.disabled || n.loading || s("click", l);
|
|
174
174
|
}, s = e;
|
|
175
|
-
return (l, u) => (
|
|
175
|
+
return (l, u) => (O(), pe(yt(r.value), {
|
|
176
176
|
text: n.tooltip,
|
|
177
177
|
class: ee(o.value),
|
|
178
178
|
onClick: a
|
|
179
179
|
}, {
|
|
180
180
|
default: pt(() => [
|
|
181
|
-
|
|
181
|
+
$("div", {
|
|
182
182
|
class: ee([
|
|
183
183
|
"icon-wrapper",
|
|
184
184
|
{
|
|
@@ -188,13 +188,13 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
188
188
|
]),
|
|
189
189
|
"data-size": n.size
|
|
190
190
|
}, [
|
|
191
|
-
n.visible ? (
|
|
191
|
+
n.visible ? (O(), U("div", {
|
|
192
192
|
key: 0,
|
|
193
193
|
style: jt(n.style),
|
|
194
194
|
class: ee(i.value)
|
|
195
195
|
}, [
|
|
196
|
-
n.loading ? (
|
|
197
|
-
|
|
196
|
+
n.loading ? (O(), pe($i, { key: 0 })) : (O(), U(Xe, { key: 1 }, [
|
|
197
|
+
$("button", W({
|
|
198
198
|
class: [
|
|
199
199
|
"material-symbols-outlined",
|
|
200
200
|
{ "icon-filled": !!n.filled }
|
|
@@ -204,7 +204,7 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
204
204
|
}, n.buttonProps, {
|
|
205
205
|
tabindex: n.button ? void 0 : -1
|
|
206
206
|
}), $e(n.icon), 17, sa),
|
|
207
|
-
n.dot && !n.disabled && !n.loading ? (
|
|
207
|
+
n.dot && !n.disabled && !n.loading ? (O(), U("span", {
|
|
208
208
|
key: 0,
|
|
209
209
|
"data-color": n.dotColor
|
|
210
210
|
}, null, 8, aa)) : se("", !0)
|
|
@@ -215,7 +215,7 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
215
215
|
_: 1
|
|
216
216
|
}, 8, ["text", "class"]));
|
|
217
217
|
}
|
|
218
|
-
}), dt = /* @__PURE__ */ St(la, [["__scopeId", "data-v-c242d02a"]]), ca = { class: "sf-tab-navigation" }, ua = ["data-active"], da = ["href", "onClick"],
|
|
218
|
+
}), dt = /* @__PURE__ */ St(la, [["__scopeId", "data-v-c242d02a"]]), ca = { class: "sf-tab-navigation" }, ua = ["data-active"], da = ["href", "onClick"], Mm = /* @__PURE__ */ De({
|
|
219
219
|
__name: "TabNavigation",
|
|
220
220
|
props: {
|
|
221
221
|
tabs: {}
|
|
@@ -245,12 +245,12 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
245
245
|
}
|
|
246
246
|
}), (l, u) => {
|
|
247
247
|
const d = Sn("RouterLink");
|
|
248
|
-
return
|
|
249
|
-
|
|
248
|
+
return O(), U("div", ca, [
|
|
249
|
+
$("div", {
|
|
250
250
|
class: ee(["left-arrow", { active: o.value }]),
|
|
251
251
|
onClick: u[0] || (u[0] = (p) => a(!0))
|
|
252
252
|
}, u[2] || (u[2] = [
|
|
253
|
-
|
|
253
|
+
$("svg", {
|
|
254
254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
255
255
|
fill: "none",
|
|
256
256
|
viewBox: "0 0 24 24",
|
|
@@ -258,29 +258,29 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
258
258
|
stroke: "currentColor",
|
|
259
259
|
class: "w-6 h-6"
|
|
260
260
|
}, [
|
|
261
|
-
|
|
261
|
+
$("path", {
|
|
262
262
|
"stroke-linecap": "round",
|
|
263
263
|
"stroke-linejoin": "round",
|
|
264
264
|
d: "M15.75 19.5L8.25 12l7.5-7.5"
|
|
265
265
|
})
|
|
266
266
|
], -1)
|
|
267
267
|
]), 2),
|
|
268
|
-
|
|
268
|
+
$("ul", {
|
|
269
269
|
ref_key: "trackerContainer",
|
|
270
270
|
ref: n
|
|
271
271
|
}, [
|
|
272
|
-
(
|
|
272
|
+
(O(!0), U(Xe, null, Ur(e.tabs, (p) => (O(), pe(d, {
|
|
273
273
|
to: p.route,
|
|
274
274
|
custom: !0
|
|
275
275
|
}, {
|
|
276
276
|
default: pt(({ navigate: g, isActive: S }) => [
|
|
277
|
-
|
|
277
|
+
$("li", { "data-active": S }, [
|
|
278
278
|
me(l.$slots, "item", {
|
|
279
279
|
item: p,
|
|
280
280
|
navigate: g,
|
|
281
281
|
isActive: S
|
|
282
282
|
}, () => [
|
|
283
|
-
|
|
283
|
+
$("a", {
|
|
284
284
|
href: p.route,
|
|
285
285
|
class: ee({ active: S }),
|
|
286
286
|
onClick: g
|
|
@@ -291,11 +291,11 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
291
291
|
_: 2
|
|
292
292
|
}, 1032, ["to"]))), 256))
|
|
293
293
|
], 512),
|
|
294
|
-
|
|
294
|
+
$("div", {
|
|
295
295
|
class: ee(["right-arrow", { active: i.value }]),
|
|
296
296
|
onClick: u[1] || (u[1] = (p) => a())
|
|
297
297
|
}, u[3] || (u[3] = [
|
|
298
|
-
|
|
298
|
+
$("svg", {
|
|
299
299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
300
300
|
fill: "none",
|
|
301
301
|
viewBox: "0 0 24 24",
|
|
@@ -303,7 +303,7 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
303
303
|
stroke: "currentColor",
|
|
304
304
|
class: "w-6 h-6"
|
|
305
305
|
}, [
|
|
306
|
-
|
|
306
|
+
$("path", {
|
|
307
307
|
"stroke-linecap": "round",
|
|
308
308
|
"stroke-linejoin": "round",
|
|
309
309
|
d: "M8.25 4.5l7.5 7.5-7.5 7.5"
|
|
@@ -325,13 +325,13 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
325
325
|
await new Promise(
|
|
326
326
|
(r) => setTimeout(r, e.delay ?? 300)
|
|
327
327
|
), n.value = !0;
|
|
328
|
-
}), (r, o) => n.value ? (
|
|
328
|
+
}), (r, o) => n.value ? (O(), U("div", {
|
|
329
329
|
key: 0,
|
|
330
330
|
class: ee(["loading-circle", { dense: e.dense }])
|
|
331
331
|
}, o[0] || (o[0] = [
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
332
|
+
$("div", null, [
|
|
333
|
+
$("svg", { viewBox: "25 25 50 50" }, [
|
|
334
|
+
$("circle", {
|
|
335
335
|
cx: "50",
|
|
336
336
|
cy: "50",
|
|
337
337
|
r: "20",
|
|
@@ -372,7 +372,7 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
372
372
|
const o = (a) => {
|
|
373
373
|
n.disabled || n.loading || i("click", a);
|
|
374
374
|
}, i = e;
|
|
375
|
-
return (a, s) => n.visible ? (
|
|
375
|
+
return (a, s) => n.visible ? (O(), U("button", {
|
|
376
376
|
key: 0,
|
|
377
377
|
id: n.id,
|
|
378
378
|
name: n.name,
|
|
@@ -385,13 +385,13 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
385
385
|
"data-p-loading": n.loading,
|
|
386
386
|
onClick: o
|
|
387
387
|
}, [
|
|
388
|
-
n.loading ? (
|
|
388
|
+
n.loading ? (O(), pe(ma, {
|
|
389
389
|
key: 0,
|
|
390
390
|
dense: !0,
|
|
391
391
|
delay: 0,
|
|
392
392
|
class: ee("icon-loading")
|
|
393
393
|
})) : se("", !0),
|
|
394
|
-
n.icon ? (
|
|
394
|
+
n.icon ? (O(), pe(dt, {
|
|
395
395
|
key: 1,
|
|
396
396
|
icon: n.icon,
|
|
397
397
|
size: n.size,
|
|
@@ -399,7 +399,7 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
399
399
|
filled: n.iconFilled,
|
|
400
400
|
class: ee({ transparent: n.loading })
|
|
401
401
|
}, null, 8, ["icon", "size", "filled", "class"])) : se("", !0),
|
|
402
|
-
|
|
402
|
+
$("span", {
|
|
403
403
|
class: ee({
|
|
404
404
|
"button-label": !0,
|
|
405
405
|
"pl-2": !!n.icon,
|
|
@@ -410,7 +410,7 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
410
410
|
], 2)
|
|
411
411
|
], 14, pa)) : se("", !0);
|
|
412
412
|
}
|
|
413
|
-
}),
|
|
413
|
+
}), Rm = /* @__PURE__ */ St(ha, [["__scopeId", "data-v-79a81e53"]]), ga = { class: "sf-drawer-title" }, va = { class: "sf-drawer-action" }, ya = /* @__PURE__ */ De({
|
|
414
414
|
__name: "Drawer",
|
|
415
415
|
props: {
|
|
416
416
|
visible: { type: Boolean, default: !1 },
|
|
@@ -463,8 +463,8 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
463
463
|
(w) => {
|
|
464
464
|
r("update:visible", w), w && (a.value = !0);
|
|
465
465
|
}
|
|
466
|
-
), (w, b) => (
|
|
467
|
-
a.value ? (
|
|
466
|
+
), (w, b) => (O(), pe(Ws, { to: "body" }, [
|
|
467
|
+
a.value ? (O(), U("div", {
|
|
468
468
|
key: 0,
|
|
469
469
|
id: l,
|
|
470
470
|
class: ee(x()),
|
|
@@ -480,21 +480,21 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
480
480
|
onAfterLeave: A
|
|
481
481
|
}, {
|
|
482
482
|
default: pt(() => [
|
|
483
|
-
i.value ? (
|
|
483
|
+
i.value ? (O(), U("div", {
|
|
484
484
|
key: 0,
|
|
485
485
|
class: ee(["sf-drawer"]),
|
|
486
486
|
style: jt(n.style),
|
|
487
487
|
role: "dialog"
|
|
488
488
|
}, [
|
|
489
489
|
me(w.$slots, "header", Hn(jn({ Close: u })), () => [
|
|
490
|
-
|
|
490
|
+
$("div", {
|
|
491
491
|
class: ee(["sf-drawer-header", { unstyled: n.unstyledHeader }])
|
|
492
492
|
}, [
|
|
493
493
|
me(w.$slots, "title", {}, () => [
|
|
494
|
-
|
|
494
|
+
$("div", ga, $e(n.title), 1)
|
|
495
495
|
]),
|
|
496
|
-
b[0] || (b[0] =
|
|
497
|
-
|
|
496
|
+
b[0] || (b[0] = $("div", { class: "sf-drawer-spacer" }, null, -1)),
|
|
497
|
+
$("div", va, [
|
|
498
498
|
me(w.$slots, "action", Hn(jn({ Close: u })), () => [
|
|
499
499
|
Ee(dt, {
|
|
500
500
|
button: !0,
|
|
@@ -505,12 +505,12 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
505
505
|
])
|
|
506
506
|
], 2)
|
|
507
507
|
]),
|
|
508
|
-
|
|
508
|
+
$("div", {
|
|
509
509
|
class: ee(["sf-drawer-content", { unstyled: n.unstyledContent }])
|
|
510
510
|
}, [
|
|
511
511
|
me(w.$slots, "default")
|
|
512
512
|
], 2),
|
|
513
|
-
|
|
513
|
+
ae(o).footer ? (O(), U("div", {
|
|
514
514
|
key: 0,
|
|
515
515
|
class: ee(["sf-drawer-footer", { unstyled: n.unstyledFooter }])
|
|
516
516
|
}, [
|
|
@@ -523,7 +523,7 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
523
523
|
], 6)) : se("", !0)
|
|
524
524
|
]));
|
|
525
525
|
}
|
|
526
|
-
}), ba = ["data-icon"],
|
|
526
|
+
}), ba = ["data-icon"], Dm = /* @__PURE__ */ De({
|
|
527
527
|
__name: "Message",
|
|
528
528
|
props: {
|
|
529
529
|
color: { default: "info" },
|
|
@@ -549,7 +549,7 @@ const $i = /* @__PURE__ */ St(na, [["render", oa]]), ia = ["data-size"], sa = ["
|
|
|
549
549
|
return null;
|
|
550
550
|
}
|
|
551
551
|
}), r = de(() => new fn("sf-message").AddClass("sf-message-error", e.color === "error").AddClass("sf-message-info", e.color === "info").AddClass("sf-message-warning", e.color === "warn").AddClass("sf-message-success", e.color === "success").AddClass("sf-message-help", e.color === "help").AddClass("sf-message-primary", e.color === "primary").AddClass("sf-message-secondary", e.color === "secondary").AddClass(e.class).Build());
|
|
552
|
-
return (o, i) => (
|
|
552
|
+
return (o, i) => (O(), U("div", {
|
|
553
553
|
class: ee(r.value),
|
|
554
554
|
"data-icon": n.value
|
|
555
555
|
}, [
|
|
@@ -923,8 +923,8 @@ var We = {
|
|
|
923
923
|
const { preset: u, options: d } = e;
|
|
924
924
|
let p, g, S, I;
|
|
925
925
|
if (Q(u)) {
|
|
926
|
-
const { primitive: A, semantic: x } = u, w = x || {}, { colorScheme: b } = w,
|
|
927
|
-
p = this.transformCSS(t,
|
|
926
|
+
const { primitive: A, semantic: x } = u, w = x || {}, { colorScheme: b } = w, N = Zt(w, ["colorScheme"]), H = b || {}, { dark: Y } = H, ge = Zt(H, ["dark"]), le = Q(A) ? this._toVariables({ primitive: A }, d) : {}, Be = Q(N) ? this._toVariables({ semantic: N }, d) : {}, ce = Q(ge) ? this._toVariables({ light: ge }, d) : {}, X = Q(Y) ? this._toVariables({ dark: Y }, d) : {}, [D, J] = [(i = le.declarations) != null ? i : "", le.tokens], [ve, ye] = [(a = Be.declarations) != null ? a : "", Be.tokens || []], [Je, ot] = [(s = ce.declarations) != null ? s : "", ce.tokens || []], [Qe, et] = [(l = X.declarations) != null ? l : "", X.tokens || []];
|
|
927
|
+
p = this.transformCSS(t, D, "light", "variable", d, r, o), g = J;
|
|
928
928
|
const kt = this.transformCSS(t, `${ve}${Je}color-scheme:light`, "light", "variable", d, r, o), Fe = this.transformCSS(t, `${Qe}color-scheme:dark`, "dark", "variable", d, r, o);
|
|
929
929
|
S = `${kt}${Fe}`, I = [.../* @__PURE__ */ new Set([...ye, ...ot, ...et])];
|
|
930
930
|
}
|
|
@@ -941,9 +941,9 @@ var We = {
|
|
|
941
941
|
},
|
|
942
942
|
getPreset({ name: t = "", preset: e = {}, options: n, params: r, set: o, defaults: i, selector: a }) {
|
|
943
943
|
var s, l, u;
|
|
944
|
-
const d = t.replace("-directive", ""), p = e, { colorScheme: g } = p, S = Zt(p, ["colorScheme"]), I = g || {}, { dark: A } = I, x = Zt(I, ["dark"]), w = Q(S) ? this._toVariables({ [d]: S }, n) : {}, b = Q(x) ? this._toVariables({ [d]: x }, n) : {},
|
|
944
|
+
const d = t.replace("-directive", ""), p = e, { colorScheme: g } = p, S = Zt(p, ["colorScheme"]), I = g || {}, { dark: A } = I, x = Zt(I, ["dark"]), w = Q(S) ? this._toVariables({ [d]: S }, n) : {}, b = Q(x) ? this._toVariables({ [d]: x }, n) : {}, N = Q(A) ? this._toVariables({ [d]: A }, n) : {}, [H, Y] = [(s = w.declarations) != null ? s : "", w.tokens || []], [ge, le] = [(l = b.declarations) != null ? l : "", b.tokens || []], [Be, ce] = [(u = N.declarations) != null ? u : "", N.tokens || []], X = [.../* @__PURE__ */ new Set([...Y, ...le, ...ce])], D = this.transformCSS(d, `${H}${ge}`, "light", "variable", n, o, i, a), J = this.transformCSS(d, Be, "dark", "variable", n, o, i, a);
|
|
945
945
|
return {
|
|
946
|
-
css: `${
|
|
946
|
+
css: `${D}${J}`,
|
|
947
947
|
tokens: X
|
|
948
948
|
};
|
|
949
949
|
},
|
|
@@ -1001,9 +1001,9 @@ var We = {
|
|
|
1001
1001
|
let g = a;
|
|
1002
1002
|
if (d.name = this.path, d.binding || (d.binding = {}), ft(a, p)) {
|
|
1003
1003
|
const I = a.trim().replaceAll(p, (w) => {
|
|
1004
|
-
var b,
|
|
1005
|
-
const
|
|
1006
|
-
return (
|
|
1004
|
+
var b, N;
|
|
1005
|
+
const H = w.replace(/{|}/g, "");
|
|
1006
|
+
return (N = (b = o[H]) == null ? void 0 : b.computed(u, d)) == null ? void 0 : N.value;
|
|
1007
1007
|
}), A = /(\d+\w*\s+[\+\-\*\/]\s+\d+\w*)/g, x = /var\([^)]+\)/g;
|
|
1008
1008
|
g = ft(I.replace(x, "0"), A) ? `calc(${I})` : I;
|
|
1009
1009
|
}
|
|
@@ -1228,21 +1228,21 @@ function za(t) {
|
|
|
1228
1228
|
}
|
|
1229
1229
|
var Wa = 0;
|
|
1230
1230
|
function Ga(t) {
|
|
1231
|
-
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = oe(!1), r = oe(t), o = oe(null), i = Ea() ? window.document : void 0, a = e.document, s = a === void 0 ? i : a, l = e.immediate, u = l === void 0 ? !0 : l, d = e.manual, p = d === void 0 ? !1 : d, g = e.name, S = g === void 0 ? "style_".concat(++Wa) : g, I = e.id, A = I === void 0 ? void 0 : I, x = e.media, w = x === void 0 ? void 0 : x, b = e.nonce,
|
|
1231
|
+
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = oe(!1), r = oe(t), o = oe(null), i = Ea() ? window.document : void 0, a = e.document, s = a === void 0 ? i : a, l = e.immediate, u = l === void 0 ? !0 : l, d = e.manual, p = d === void 0 ? !1 : d, g = e.name, S = g === void 0 ? "style_".concat(++Wa) : g, I = e.id, A = I === void 0 ? void 0 : I, x = e.media, w = x === void 0 ? void 0 : x, b = e.nonce, N = b === void 0 ? void 0 : b, H = e.first, Y = H === void 0 ? !1 : H, ge = e.onMounted, le = ge === void 0 ? void 0 : ge, Be = e.onUpdated, ce = Be === void 0 ? void 0 : Be, X = e.onLoad, D = X === void 0 ? void 0 : X, J = e.props, ve = J === void 0 ? {} : J, ye = function() {
|
|
1232
1232
|
}, Je = function(et) {
|
|
1233
1233
|
var kt = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
1234
1234
|
if (s) {
|
|
1235
|
-
var Fe = Bo(Bo({}, ve), kt), c = Fe.name || S, m = Fe.id || A, y = Fe.nonce ||
|
|
1235
|
+
var Fe = Bo(Bo({}, ve), kt), c = Fe.name || S, m = Fe.id || A, y = Fe.nonce || N;
|
|
1236
1236
|
o.value = s.querySelector('style[data-primevue-style-id="'.concat(c, '"]')) || s.getElementById(m) || s.createElement("style"), o.value.isConnected || (r.value = et || t, Gn(o.value, {
|
|
1237
1237
|
type: "text/css",
|
|
1238
1238
|
id: m,
|
|
1239
1239
|
media: w,
|
|
1240
1240
|
nonce: y
|
|
1241
1241
|
}), Y ? s.head.prepend(o.value) : s.head.appendChild(o.value), Pa(o.value, "data-primevue-style-id", c), Gn(o.value, Fe), o.value.onload = function(T) {
|
|
1242
|
-
return
|
|
1242
|
+
return D == null ? void 0 : D(T, {
|
|
1243
1243
|
name: c
|
|
1244
1244
|
});
|
|
1245
|
-
},
|
|
1245
|
+
}, le == null || le(c)), !n.value && (ye = Wn(r, function(T) {
|
|
1246
1246
|
o.value.textContent = T, ce == null || ce(c);
|
|
1247
1247
|
}, {
|
|
1248
1248
|
immediate: !0
|
|
@@ -2110,12 +2110,12 @@ var Ki = {
|
|
|
2110
2110
|
}, Wr = {
|
|
2111
2111
|
name: "ChevronDownIcon",
|
|
2112
2112
|
extends: Ki
|
|
2113
|
-
}, hl = /* @__PURE__ */
|
|
2113
|
+
}, hl = /* @__PURE__ */ $("path", {
|
|
2114
2114
|
d: "M7.01744 10.398C6.91269 10.3985 6.8089 10.378 6.71215 10.3379C6.61541 10.2977 6.52766 10.2386 6.45405 10.1641L1.13907 4.84913C1.03306 4.69404 0.985221 4.5065 1.00399 4.31958C1.02276 4.13266 1.10693 3.95838 1.24166 3.82747C1.37639 3.69655 1.55301 3.61742 1.74039 3.60402C1.92777 3.59062 2.11386 3.64382 2.26584 3.75424L7.01744 8.47394L11.769 3.75424C11.9189 3.65709 12.097 3.61306 12.2748 3.62921C12.4527 3.64535 12.6199 3.72073 12.7498 3.84328C12.8797 3.96582 12.9647 4.12842 12.9912 4.30502C13.0177 4.48162 12.9841 4.662 12.8958 4.81724L7.58083 10.1322C7.50996 10.2125 7.42344 10.2775 7.32656 10.3232C7.22968 10.3689 7.12449 10.3944 7.01744 10.398Z",
|
|
2115
2115
|
fill: "currentColor"
|
|
2116
2116
|
}, null, -1), gl = [hl];
|
|
2117
2117
|
function vl(t, e, n, r, o, i) {
|
|
2118
|
-
return
|
|
2118
|
+
return O(), U("svg", W({
|
|
2119
2119
|
width: "14",
|
|
2120
2120
|
height: "14",
|
|
2121
2121
|
viewBox: "0 0 14 14",
|
|
@@ -2127,12 +2127,12 @@ Wr.render = vl;
|
|
|
2127
2127
|
var Gr = {
|
|
2128
2128
|
name: "ChevronRightIcon",
|
|
2129
2129
|
extends: Ki
|
|
2130
|
-
}, yl = /* @__PURE__ */
|
|
2130
|
+
}, yl = /* @__PURE__ */ $("path", {
|
|
2131
2131
|
d: "M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",
|
|
2132
2132
|
fill: "currentColor"
|
|
2133
2133
|
}, null, -1), bl = [yl];
|
|
2134
2134
|
function wl(t, e, n, r, o, i) {
|
|
2135
|
-
return
|
|
2135
|
+
return O(), U("svg", W({
|
|
2136
2136
|
width: "14",
|
|
2137
2137
|
height: "14",
|
|
2138
2138
|
viewBox: "0 0 14 14",
|
|
@@ -2559,13 +2559,13 @@ var K = {
|
|
|
2559
2559
|
/* computed instance variables */
|
|
2560
2560
|
defaultPT: function() {
|
|
2561
2561
|
return K._getPT(I == null ? void 0 : I.pt, void 0, function(b) {
|
|
2562
|
-
var
|
|
2563
|
-
return b == null || (
|
|
2562
|
+
var N;
|
|
2563
|
+
return b == null || (N = b.directives) === null || N === void 0 ? void 0 : N[e];
|
|
2564
2564
|
});
|
|
2565
2565
|
},
|
|
2566
2566
|
isUnstyled: function() {
|
|
2567
|
-
var b,
|
|
2568
|
-
return ((b = s.$instance) === null || b === void 0 || (b = b.$binding) === null || b === void 0 || (b = b.value) === null || b === void 0 ? void 0 : b.unstyled) !== void 0 ? (
|
|
2567
|
+
var b, N;
|
|
2568
|
+
return ((b = s.$instance) === null || b === void 0 || (b = b.$binding) === null || b === void 0 || (b = b.value) === null || b === void 0 ? void 0 : b.unstyled) !== void 0 ? (N = s.$instance) === null || N === void 0 || (N = N.$binding) === null || N === void 0 || (N = N.value) === null || N === void 0 ? void 0 : N.unstyled : I == null ? void 0 : I.unstyled;
|
|
2569
2569
|
},
|
|
2570
2570
|
theme: function() {
|
|
2571
2571
|
var b;
|
|
@@ -2577,20 +2577,20 @@ var K = {
|
|
|
2577
2577
|
},
|
|
2578
2578
|
/* instance's methods */
|
|
2579
2579
|
ptm: function() {
|
|
2580
|
-
var b,
|
|
2581
|
-
return K._getPTValue(s.$instance, (b = s.$instance) === null || b === void 0 || (b = b.$binding) === null || b === void 0 || (b = b.value) === null || b === void 0 ? void 0 : b.pt,
|
|
2580
|
+
var b, N = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", H = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
2581
|
+
return K._getPTValue(s.$instance, (b = s.$instance) === null || b === void 0 || (b = b.$binding) === null || b === void 0 || (b = b.value) === null || b === void 0 ? void 0 : b.pt, N, Z({}, H));
|
|
2582
2582
|
},
|
|
2583
2583
|
ptmo: function() {
|
|
2584
|
-
var b = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {},
|
|
2585
|
-
return K._getPTValue(s.$instance, b,
|
|
2584
|
+
var b = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, N = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", H = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
2585
|
+
return K._getPTValue(s.$instance, b, N, H, !1);
|
|
2586
2586
|
},
|
|
2587
2587
|
cx: function() {
|
|
2588
|
-
var b,
|
|
2589
|
-
return (b = s.$instance) !== null && b !== void 0 && b.isUnstyled() ? void 0 : K._getOptionValue((
|
|
2588
|
+
var b, N, H = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", Y = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
2589
|
+
return (b = s.$instance) !== null && b !== void 0 && b.isUnstyled() ? void 0 : K._getOptionValue((N = s.$instance) === null || N === void 0 || (N = N.$style) === null || N === void 0 ? void 0 : N.classes, H, Z({}, Y));
|
|
2590
2590
|
},
|
|
2591
2591
|
sx: function() {
|
|
2592
|
-
var b,
|
|
2593
|
-
return
|
|
2592
|
+
var b, N = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", H = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, Y = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
2593
|
+
return H ? K._getOptionValue((b = s.$instance) === null || b === void 0 || (b = b.$style) === null || b === void 0 ? void 0 : b.inlineStyles, N, Z({}, Y)) : void 0;
|
|
2594
2594
|
}
|
|
2595
2595
|
}, x), s.$instance = s._$instances[e], (p = (g = s.$instance)[a]) === null || p === void 0 || p.call(g, s, l, u, d), s["$".concat(e)] = s.$instance, K._hook(e, a, s, l, u, d), s.$pd || (s.$pd = {}), s.$pd[e] = Z(Z({}, (S = s.$pd) === null || S === void 0 ? void 0 : S[e]), {}, {
|
|
2596
2596
|
name: e,
|
|
@@ -2939,13 +2939,13 @@ var jl = $l.extend("ripple", {
|
|
|
2939
2939
|
}, Vl = ["tabindex"], Kl = ["id", "aria-label", "aria-expanded", "aria-level", "aria-setsize", "aria-posinset", "data-p-focused", "data-p-disabled"], zl = ["onClick", "onMousemove"], Wl = ["href", "target"];
|
|
2940
2940
|
function Gl(t, e, n, r, o, i) {
|
|
2941
2941
|
var a = Sn("PanelMenuSub", !0), s = qs("ripple");
|
|
2942
|
-
return
|
|
2942
|
+
return O(), U("ul", {
|
|
2943
2943
|
class: ee(t.cx("submenu")),
|
|
2944
2944
|
tabindex: n.tabindex
|
|
2945
|
-
}, [(
|
|
2946
|
-
return
|
|
2945
|
+
}, [(O(!0), U(Xe, null, Ur(n.items, function(l, u) {
|
|
2946
|
+
return O(), U(Xe, {
|
|
2947
2947
|
key: i.getItemKey(l)
|
|
2948
|
-
}, [i.isItemVisible(l) && !i.getItemProp(l, "separator") ? (
|
|
2948
|
+
}, [i.isItemVisible(l) && !i.getItemProp(l, "separator") ? (O(), U("li", W({
|
|
2949
2949
|
key: 0,
|
|
2950
2950
|
id: i.getItemId(l),
|
|
2951
2951
|
class: [t.cx("item", {
|
|
@@ -2962,7 +2962,7 @@ function Gl(t, e, n, r, o, i) {
|
|
|
2962
2962
|
}, i.getPTOptions("item", l, u), {
|
|
2963
2963
|
"data-p-focused": i.isItemFocused(l),
|
|
2964
2964
|
"data-p-disabled": i.isItemDisabled(l)
|
|
2965
|
-
}), [
|
|
2965
|
+
}), [$("div", W({
|
|
2966
2966
|
class: t.cx("itemContent"),
|
|
2967
2967
|
onClick: function(p) {
|
|
2968
2968
|
return i.onItemClick(p, l);
|
|
@@ -2971,7 +2971,7 @@ function Gl(t, e, n, r, o, i) {
|
|
|
2971
2971
|
return i.onItemMouseMove(p, l);
|
|
2972
2972
|
},
|
|
2973
2973
|
ref_for: !0
|
|
2974
|
-
}, i.getPTOptions("itemContent", l, u)), [n.templates.item ? (
|
|
2974
|
+
}, i.getPTOptions("itemContent", l, u)), [n.templates.item ? (O(), pe(yt(n.templates.item), {
|
|
2975
2975
|
key: 1,
|
|
2976
2976
|
item: l.item,
|
|
2977
2977
|
root: !1,
|
|
@@ -2979,33 +2979,33 @@ function Gl(t, e, n, r, o, i) {
|
|
|
2979
2979
|
hasSubmenu: i.isItemGroup(l),
|
|
2980
2980
|
label: i.getItemLabel(l),
|
|
2981
2981
|
props: i.getMenuItemProps(l, u)
|
|
2982
|
-
}, null, 8, ["item", "active", "hasSubmenu", "label", "props"])) : Tr((
|
|
2982
|
+
}, null, 8, ["item", "active", "hasSubmenu", "label", "props"])) : Tr((O(), U("a", W({
|
|
2983
2983
|
key: 0,
|
|
2984
2984
|
href: i.getItemProp(l, "url"),
|
|
2985
2985
|
class: t.cx("itemLink"),
|
|
2986
2986
|
target: i.getItemProp(l, "target"),
|
|
2987
2987
|
tabindex: "-1",
|
|
2988
2988
|
ref_for: !0
|
|
2989
|
-
}, i.getPTOptions("itemLink", l, u)), [i.isItemGroup(l) ? (
|
|
2989
|
+
}, i.getPTOptions("itemLink", l, u)), [i.isItemGroup(l) ? (O(), U(Xe, {
|
|
2990
2990
|
key: 0
|
|
2991
|
-
}, [n.templates.submenuicon ? (
|
|
2991
|
+
}, [n.templates.submenuicon ? (O(), pe(yt(n.templates.submenuicon), W({
|
|
2992
2992
|
key: 0,
|
|
2993
2993
|
class: t.cx("submenuIcon"),
|
|
2994
2994
|
active: i.isItemActive(l),
|
|
2995
2995
|
ref_for: !0
|
|
2996
|
-
}, i.getPTOptions("submenuIcon", l, u)), null, 16, ["class", "active"])) : (
|
|
2996
|
+
}, i.getPTOptions("submenuIcon", l, u)), null, 16, ["class", "active"])) : (O(), pe(yt(i.isItemActive(l) ? "ChevronDownIcon" : "ChevronRightIcon"), W({
|
|
2997
2997
|
key: 1,
|
|
2998
2998
|
class: t.cx("submenuIcon"),
|
|
2999
2999
|
ref_for: !0
|
|
3000
|
-
}, i.getPTOptions("submenuIcon", l, u)), null, 16, ["class"]))], 64)) : se("", !0), n.templates.itemicon ? (
|
|
3000
|
+
}, i.getPTOptions("submenuIcon", l, u)), null, 16, ["class"]))], 64)) : se("", !0), n.templates.itemicon ? (O(), pe(yt(n.templates.itemicon), {
|
|
3001
3001
|
key: 1,
|
|
3002
3002
|
item: l.item,
|
|
3003
3003
|
class: ee(t.cx("itemIcon"))
|
|
3004
|
-
}, null, 8, ["item", "class"])) : i.getItemProp(l, "icon") ? (
|
|
3004
|
+
}, null, 8, ["item", "class"])) : i.getItemProp(l, "icon") ? (O(), U("span", W({
|
|
3005
3005
|
key: 2,
|
|
3006
3006
|
class: [t.cx("itemIcon"), i.getItemProp(l, "icon")],
|
|
3007
3007
|
ref_for: !0
|
|
3008
|
-
}, i.getPTOptions("itemIcon", l, u)), null, 16)) : se("", !0),
|
|
3008
|
+
}, i.getPTOptions("itemIcon", l, u)), null, 16)) : se("", !0), $("span", W({
|
|
3009
3009
|
class: t.cx("itemLabel"),
|
|
3010
3010
|
ref_for: !0
|
|
3011
3011
|
}, i.getPTOptions("itemLabel", l, u)), $e(i.getItemLabel(l)), 17)], 16, Wl)), [[s]])], 16, zl), Ee(jr, W({
|
|
@@ -3013,10 +3013,10 @@ function Gl(t, e, n, r, o, i) {
|
|
|
3013
3013
|
ref_for: !0
|
|
3014
3014
|
}, t.ptm("transition")), {
|
|
3015
3015
|
default: pt(function() {
|
|
3016
|
-
return [Tr(
|
|
3016
|
+
return [Tr($("div", W({
|
|
3017
3017
|
class: t.cx("contentContainer"),
|
|
3018
3018
|
ref_for: !0
|
|
3019
|
-
}, t.ptm("contentContainer")), [i.isItemVisible(l) && i.isItemGroup(l) ? (
|
|
3019
|
+
}, t.ptm("contentContainer")), [i.isItemVisible(l) && i.isItemGroup(l) ? (O(), pe(a, W({
|
|
3020
3020
|
key: 0,
|
|
3021
3021
|
id: i.getItemId(l) + "_list",
|
|
3022
3022
|
role: "group",
|
|
@@ -3036,7 +3036,7 @@ function Gl(t, e, n, r, o, i) {
|
|
|
3036
3036
|
}, t.ptm("submenu")), null, 16, ["id", "panelId", "focusedItemId", "items", "level", "templates", "activeItemPath", "onItemToggle", "pt", "unstyled"])) : se("", !0)], 16), [[xi, i.isItemActive(l)]])];
|
|
3037
3037
|
}),
|
|
3038
3038
|
_: 2
|
|
3039
|
-
}, 1040)], 16, Kl)) : se("", !0), i.isItemVisible(l) && i.getItemProp(l, "separator") ? (
|
|
3039
|
+
}, 1040)], 16, Kl)) : se("", !0), i.isItemVisible(l) && i.getItemProp(l, "separator") ? (O(), U("li", W({
|
|
3040
3040
|
key: 1,
|
|
3041
3041
|
style: i.getItemProp(l, "style"),
|
|
3042
3042
|
class: [t.cx("separator"), i.getItemProp(l, "class")],
|
|
@@ -3414,7 +3414,7 @@ var Wi = {
|
|
|
3414
3414
|
};
|
|
3415
3415
|
function Ql(t, e, n, r, o, i) {
|
|
3416
3416
|
var a = Sn("PanelMenuSub");
|
|
3417
|
-
return
|
|
3417
|
+
return O(), pe(a, W({
|
|
3418
3418
|
id: n.panelId + "_list",
|
|
3419
3419
|
class: t.cx("rootList"),
|
|
3420
3420
|
role: "tree",
|
|
@@ -3663,18 +3663,18 @@ var Gi = {
|
|
|
3663
3663
|
}, oc = ["id"], ic = ["id", "tabindex", "aria-label", "aria-expanded", "aria-controls", "aria-disabled", "onClick", "onKeydown", "data-p-active", "data-p-disabled"], sc = ["href"], ac = ["id", "aria-labelledby"];
|
|
3664
3664
|
function lc(t, e, n, r, o, i) {
|
|
3665
3665
|
var a = Sn("PanelMenuList");
|
|
3666
|
-
return
|
|
3666
|
+
return O(), U("div", W({
|
|
3667
3667
|
id: o.id,
|
|
3668
3668
|
class: t.cx("root")
|
|
3669
|
-
}, t.ptmi("root")), [(
|
|
3670
|
-
return
|
|
3669
|
+
}, t.ptmi("root")), [(O(!0), U(Xe, null, Ur(t.model, function(s, l) {
|
|
3670
|
+
return O(), U(Xe, {
|
|
3671
3671
|
key: i.getPanelKey(l)
|
|
3672
|
-
}, [i.isItemVisible(s) ? (
|
|
3672
|
+
}, [i.isItemVisible(s) ? (O(), U("div", W({
|
|
3673
3673
|
key: 0,
|
|
3674
3674
|
style: i.getItemProp(s, "style"),
|
|
3675
3675
|
class: [t.cx("panel"), i.getItemProp(s, "class")],
|
|
3676
3676
|
ref_for: !0
|
|
3677
|
-
}, t.ptm("panel")), [
|
|
3677
|
+
}, t.ptm("panel")), [$("div", W({
|
|
3678
3678
|
id: i.getHeaderId(l),
|
|
3679
3679
|
class: [t.cx("header", {
|
|
3680
3680
|
item: s
|
|
@@ -3695,10 +3695,10 @@ function lc(t, e, n, r, o, i) {
|
|
|
3695
3695
|
}, i.getPTOptions("header", s, l), {
|
|
3696
3696
|
"data-p-active": i.isItemActive(s),
|
|
3697
3697
|
"data-p-disabled": i.isItemDisabled(s)
|
|
3698
|
-
}), [
|
|
3698
|
+
}), [$("div", W({
|
|
3699
3699
|
class: t.cx("headerContent"),
|
|
3700
3700
|
ref_for: !0
|
|
3701
|
-
}, i.getPTOptions("headerContent", s, l)), [t.$slots.item ? (
|
|
3701
|
+
}, i.getPTOptions("headerContent", s, l)), [t.$slots.item ? (O(), pe(yt(t.$slots.item), {
|
|
3702
3702
|
key: 1,
|
|
3703
3703
|
item: s,
|
|
3704
3704
|
root: !0,
|
|
@@ -3706,7 +3706,7 @@ function lc(t, e, n, r, o, i) {
|
|
|
3706
3706
|
hasSubmenu: i.getItemProp(s, "items"),
|
|
3707
3707
|
label: i.getItemLabel(s),
|
|
3708
3708
|
props: i.getMenuItemProps(s, l)
|
|
3709
|
-
}, null, 8, ["item", "active", "hasSubmenu", "label", "props"])) : (
|
|
3709
|
+
}, null, 8, ["item", "active", "hasSubmenu", "label", "props"])) : (O(), U("a", W({
|
|
3710
3710
|
key: 0,
|
|
3711
3711
|
href: i.getItemProp(s, "url"),
|
|
3712
3712
|
class: t.cx("headerLink"),
|
|
@@ -3716,19 +3716,19 @@ function lc(t, e, n, r, o, i) {
|
|
|
3716
3716
|
key: 0,
|
|
3717
3717
|
active: i.isItemActive(s)
|
|
3718
3718
|
}, function() {
|
|
3719
|
-
return [(
|
|
3719
|
+
return [(O(), pe(yt(i.isItemActive(s) ? "ChevronDownIcon" : "ChevronRightIcon"), W({
|
|
3720
3720
|
class: t.cx("submenuIcon"),
|
|
3721
3721
|
ref_for: !0
|
|
3722
3722
|
}, i.getPTOptions("submenuIcon", s, l)), null, 16, ["class"]))];
|
|
3723
|
-
}) : se("", !0), t.$slots.headericon ? (
|
|
3723
|
+
}) : se("", !0), t.$slots.headericon ? (O(), pe(yt(t.$slots.headericon), {
|
|
3724
3724
|
key: 1,
|
|
3725
3725
|
item: s,
|
|
3726
3726
|
class: ee([t.cx("headerIcon"), i.getItemProp(s, "icon")])
|
|
3727
|
-
}, null, 8, ["item", "class"])) : i.getItemProp(s, "icon") ? (
|
|
3727
|
+
}, null, 8, ["item", "class"])) : i.getItemProp(s, "icon") ? (O(), U("span", W({
|
|
3728
3728
|
key: 2,
|
|
3729
3729
|
class: [t.cx("headerIcon"), i.getItemProp(s, "icon")],
|
|
3730
3730
|
ref_for: !0
|
|
3731
|
-
}, i.getPTOptions("headerIcon", s, l)), null, 16)) : se("", !0),
|
|
3731
|
+
}, i.getPTOptions("headerIcon", s, l)), null, 16)) : se("", !0), $("span", W({
|
|
3732
3732
|
class: t.cx("headerLabel"),
|
|
3733
3733
|
ref_for: !0
|
|
3734
3734
|
}, i.getPTOptions("headerLabel", s, l)), $e(i.getItemLabel(s)), 17)], 16, sc))], 16)], 16, ic), Ee(jr, W({
|
|
@@ -3736,13 +3736,13 @@ function lc(t, e, n, r, o, i) {
|
|
|
3736
3736
|
ref_for: !0
|
|
3737
3737
|
}, t.ptm("transition")), {
|
|
3738
3738
|
default: pt(function() {
|
|
3739
|
-
return [Tr(
|
|
3739
|
+
return [Tr($("div", W({
|
|
3740
3740
|
id: i.getContentId(l),
|
|
3741
3741
|
class: t.cx("contentContainer"),
|
|
3742
3742
|
role: "region",
|
|
3743
3743
|
"aria-labelledby": i.getHeaderId(l),
|
|
3744
3744
|
ref_for: !0
|
|
3745
|
-
}, t.ptm("contentContainer")), [i.getItemProp(s, "items") ? (
|
|
3745
|
+
}, t.ptm("contentContainer")), [i.getItemProp(s, "items") ? (O(), U("div", W({
|
|
3746
3746
|
key: 0,
|
|
3747
3747
|
class: t.cx("content"),
|
|
3748
3748
|
ref_for: !0
|
|
@@ -3787,19 +3787,19 @@ const cc = { class: "panel-menu-wrapper select-none" }, uc = ["data-active", "on
|
|
|
3787
3787
|
}, o = (i) => typeof i.label == "function" ? i.label() : i.label ?? "Item";
|
|
3788
3788
|
return (i, a) => {
|
|
3789
3789
|
const s = Sn("router-link");
|
|
3790
|
-
return
|
|
3791
|
-
Ee(
|
|
3790
|
+
return O(), U("div", cc, [
|
|
3791
|
+
Ee(ae(Gi), {
|
|
3792
3792
|
model: e.items,
|
|
3793
3793
|
unstyled: !0
|
|
3794
3794
|
}, {
|
|
3795
3795
|
item: pt(({ item: l, active: u }) => [
|
|
3796
|
-
l.to ? (
|
|
3796
|
+
l.to ? (O(), pe(s, {
|
|
3797
3797
|
key: 0,
|
|
3798
3798
|
to: l.to,
|
|
3799
3799
|
custom: ""
|
|
3800
3800
|
}, {
|
|
3801
3801
|
default: pt(({ navigate: d, isActive: p }) => [
|
|
3802
|
-
|
|
3802
|
+
$("a", {
|
|
3803
3803
|
class: ee([
|
|
3804
3804
|
"item-menu",
|
|
3805
3805
|
{
|
|
@@ -3809,29 +3809,29 @@ const cc = { class: "panel-menu-wrapper select-none" }, uc = ["data-active", "on
|
|
|
3809
3809
|
"data-active": p,
|
|
3810
3810
|
onClick: Ir((g) => n(l, d), ["prevent"])
|
|
3811
3811
|
}, [
|
|
3812
|
-
l.icon ? (
|
|
3813
|
-
|
|
3812
|
+
l.icon ? (O(), U("span", dc, $e(l.icon), 1)) : se("", !0),
|
|
3813
|
+
$("span", {
|
|
3814
3814
|
textContent: $e(o(l))
|
|
3815
3815
|
}, null, 8, fc)
|
|
3816
3816
|
], 10, uc)
|
|
3817
3817
|
]),
|
|
3818
3818
|
_: 2
|
|
3819
|
-
}, 1032, ["to"])) : typeof l.command == "function" ? (
|
|
3819
|
+
}, 1032, ["to"])) : typeof l.command == "function" ? (O(), U("span", {
|
|
3820
3820
|
key: 1,
|
|
3821
3821
|
class: ee(["item-menu", { disabled: l.disabled }]),
|
|
3822
3822
|
onClick: Ir((d) => r(d, l), ["stop"])
|
|
3823
3823
|
}, [
|
|
3824
|
-
l.icon ? (
|
|
3825
|
-
|
|
3824
|
+
l.icon ? (O(), U("span", pc, $e(l.icon), 1)) : se("", !0),
|
|
3825
|
+
$("span", {
|
|
3826
3826
|
textContent: $e(o(l))
|
|
3827
3827
|
}, null, 8, hc)
|
|
3828
|
-
], 10, mc)) : (
|
|
3829
|
-
l.icon ? (
|
|
3830
|
-
|
|
3828
|
+
], 10, mc)) : (O(), U("a", gc, [
|
|
3829
|
+
l.icon ? (O(), U("span", vc, $e(l.icon), 1)) : se("", !0),
|
|
3830
|
+
$("span", {
|
|
3831
3831
|
textContent: $e(o(l))
|
|
3832
3832
|
}, null, 8, yc),
|
|
3833
|
-
a[0] || (a[0] =
|
|
3834
|
-
|
|
3833
|
+
a[0] || (a[0] = $("div", { class: "sep" }, null, -1)),
|
|
3834
|
+
$("span", {
|
|
3835
3835
|
class: ee([
|
|
3836
3836
|
"material-symbols-outlined arrow",
|
|
3837
3837
|
{ "--expand": u }
|
|
@@ -3844,7 +3844,7 @@ const cc = { class: "panel-menu-wrapper select-none" }, uc = ["data-active", "on
|
|
|
3844
3844
|
]);
|
|
3845
3845
|
};
|
|
3846
3846
|
}
|
|
3847
|
-
}),
|
|
3847
|
+
}), Nm = /* @__PURE__ */ St(bc, [["__scopeId", "data-v-cf31441a"]]), Bm = /* @__PURE__ */ De({
|
|
3848
3848
|
__name: "HelpButton",
|
|
3849
3849
|
props: {
|
|
3850
3850
|
title: {},
|
|
@@ -3861,7 +3861,7 @@ const cc = { class: "panel-menu-wrapper select-none" }, uc = ["data-active", "on
|
|
|
3861
3861
|
function r() {
|
|
3862
3862
|
n.value = !0;
|
|
3863
3863
|
}
|
|
3864
|
-
return (o, i) => (
|
|
3864
|
+
return (o, i) => (O(), U(Xe, null, [
|
|
3865
3865
|
me(o.$slots, "anchor", Hn(jn({ Show: r })), () => [
|
|
3866
3866
|
Ee(dt, {
|
|
3867
3867
|
button: !0,
|
|
@@ -3882,7 +3882,7 @@ const cc = { class: "panel-menu-wrapper select-none" }, uc = ["data-active", "on
|
|
|
3882
3882
|
position: "center"
|
|
3883
3883
|
}, {
|
|
3884
3884
|
title: pt(() => [
|
|
3885
|
-
|
|
3885
|
+
$("b", null, $e(e.title ?? "Ajuda"), 1)
|
|
3886
3886
|
]),
|
|
3887
3887
|
default: pt(() => [
|
|
3888
3888
|
me(o.$slots, "default")
|
|
@@ -3898,13 +3898,13 @@ const cc = { class: "panel-menu-wrapper select-none" }, uc = ["data-active", "on
|
|
|
3898
3898
|
},
|
|
3899
3899
|
setup(t) {
|
|
3900
3900
|
const e = t;
|
|
3901
|
-
return Hr(), (n, r) => (
|
|
3901
|
+
return Hr(), (n, r) => (O(), U("div", {
|
|
3902
3902
|
class: ee(["sf-content-wrapper", { "--fluid": e.fluid }])
|
|
3903
3903
|
}, [
|
|
3904
3904
|
me(n.$slots, "default", {}, void 0, !0)
|
|
3905
3905
|
], 2));
|
|
3906
3906
|
}
|
|
3907
|
-
}),
|
|
3907
|
+
}), Um = /* @__PURE__ */ St(wc, [["__scopeId", "data-v-32e5acfa"]]), qi = Symbol();
|
|
3908
3908
|
class _c {
|
|
3909
3909
|
get storedTheme() {
|
|
3910
3910
|
return localStorage.getItem("color-scheme");
|
|
@@ -5479,7 +5479,7 @@ const rn = {
|
|
|
5479
5479
|
};
|
|
5480
5480
|
function Ps() {
|
|
5481
5481
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : xf();
|
|
5482
|
-
const e = (
|
|
5482
|
+
const e = (R) => Ps(R);
|
|
5483
5483
|
if (e.version = "3.2.6", e.removed = [], !t || !t.document || t.document.nodeType !== rn.document || !t.Element)
|
|
5484
5484
|
return e.isSupported = !1, e;
|
|
5485
5485
|
let {
|
|
@@ -5495,22 +5495,22 @@ function Ps() {
|
|
|
5495
5495
|
HTMLFormElement: p,
|
|
5496
5496
|
DOMParser: g,
|
|
5497
5497
|
trustedTypes: S
|
|
5498
|
-
} = t, I = l.prototype, A = nn(I, "cloneNode"), x = nn(I, "remove"), w = nn(I, "nextSibling"), b = nn(I, "childNodes"),
|
|
5498
|
+
} = t, I = l.prototype, A = nn(I, "cloneNode"), x = nn(I, "remove"), w = nn(I, "nextSibling"), b = nn(I, "childNodes"), N = nn(I, "parentNode");
|
|
5499
5499
|
if (typeof a == "function") {
|
|
5500
|
-
const
|
|
5501
|
-
|
|
5500
|
+
const R = n.createElement("template");
|
|
5501
|
+
R.content && R.content.ownerDocument && (n = R.content.ownerDocument);
|
|
5502
5502
|
}
|
|
5503
|
-
let
|
|
5503
|
+
let H, Y = "";
|
|
5504
5504
|
const {
|
|
5505
5505
|
implementation: ge,
|
|
5506
|
-
createNodeIterator:
|
|
5506
|
+
createNodeIterator: le,
|
|
5507
5507
|
createDocumentFragment: Be,
|
|
5508
5508
|
getElementsByTagName: ce
|
|
5509
5509
|
} = n, {
|
|
5510
5510
|
importNode: X
|
|
5511
5511
|
} = r;
|
|
5512
|
-
let
|
|
5513
|
-
e.isSupported = typeof Is == "function" && typeof
|
|
5512
|
+
let D = _i();
|
|
5513
|
+
e.isSupported = typeof Is == "function" && typeof N == "function" && ge && ge.createHTMLDocument !== void 0;
|
|
5514
5514
|
const {
|
|
5515
5515
|
MUSTACHE_EXPR: J,
|
|
5516
5516
|
ERB_EXPR: ve,
|
|
@@ -5546,7 +5546,7 @@ function Ps() {
|
|
|
5546
5546
|
enumerable: !0,
|
|
5547
5547
|
value: !1
|
|
5548
5548
|
}
|
|
5549
|
-
})), E = null, _ = null, k = !0, L = !0, P = !1,
|
|
5549
|
+
})), E = null, _ = null, k = !0, L = !0, P = !1, B = !0, V = !1, Te = !0, be = !1, we = !1, it = !1, xt = !1, Pn = !1, Ln = !1, uo = !0, fo = !1;
|
|
5550
5550
|
const Ds = "user-content-";
|
|
5551
5551
|
let ir = !0, Gt = !1, Ot = {}, $t = null;
|
|
5552
5552
|
const mo = z({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
|
|
@@ -5567,30 +5567,30 @@ function Ps() {
|
|
|
5567
5567
|
let f = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
5568
5568
|
if (!(Rt && Rt === f)) {
|
|
5569
5569
|
if ((!f || typeof f != "object") && (f = {}), f = ct(f), qt = // eslint-disable-next-line unicorn/prefer-includes
|
|
5570
|
-
Us.indexOf(f.PARSER_MEDIA_TYPE) === -1 ? Hs : f.PARSER_MEDIA_TYPE, fe = qt === "application/xhtml+xml" ? yr : Vn, c = Ge(f, "ALLOWED_TAGS") ? z({}, f.ALLOWED_TAGS, fe) : m, y = Ge(f, "ALLOWED_ATTR") ? z({}, f.ALLOWED_ATTR, fe) : T, lr = Ge(f, "ALLOWED_NAMESPACES") ? z({}, f.ALLOWED_NAMESPACES, yr) : Ns, sr = Ge(f, "ADD_URI_SAFE_ATTR") ? z(ct(go), f.ADD_URI_SAFE_ATTR, fe) : go, po = Ge(f, "ADD_DATA_URI_TAGS") ? z(ct(ho), f.ADD_DATA_URI_TAGS, fe) : ho, $t = Ge(f, "FORBID_CONTENTS") ? z({}, f.FORBID_CONTENTS, fe) : mo, E = Ge(f, "FORBID_TAGS") ? z({}, f.FORBID_TAGS, fe) : ct({}), _ = Ge(f, "FORBID_ATTR") ? z({}, f.FORBID_ATTR, fe) : ct({}), Ot = Ge(f, "USE_PROFILES") ? f.USE_PROFILES : !1, k = f.ALLOW_ARIA_ATTR !== !1, L = f.ALLOW_DATA_ATTR !== !1, P = f.ALLOW_UNKNOWN_PROTOCOLS || !1,
|
|
5570
|
+
Us.indexOf(f.PARSER_MEDIA_TYPE) === -1 ? Hs : f.PARSER_MEDIA_TYPE, fe = qt === "application/xhtml+xml" ? yr : Vn, c = Ge(f, "ALLOWED_TAGS") ? z({}, f.ALLOWED_TAGS, fe) : m, y = Ge(f, "ALLOWED_ATTR") ? z({}, f.ALLOWED_ATTR, fe) : T, lr = Ge(f, "ALLOWED_NAMESPACES") ? z({}, f.ALLOWED_NAMESPACES, yr) : Ns, sr = Ge(f, "ADD_URI_SAFE_ATTR") ? z(ct(go), f.ADD_URI_SAFE_ATTR, fe) : go, po = Ge(f, "ADD_DATA_URI_TAGS") ? z(ct(ho), f.ADD_DATA_URI_TAGS, fe) : ho, $t = Ge(f, "FORBID_CONTENTS") ? z({}, f.FORBID_CONTENTS, fe) : mo, E = Ge(f, "FORBID_TAGS") ? z({}, f.FORBID_TAGS, fe) : ct({}), _ = Ge(f, "FORBID_ATTR") ? z({}, f.FORBID_ATTR, fe) : ct({}), Ot = Ge(f, "USE_PROFILES") ? f.USE_PROFILES : !1, k = f.ALLOW_ARIA_ATTR !== !1, L = f.ALLOW_DATA_ATTR !== !1, P = f.ALLOW_UNKNOWN_PROTOCOLS || !1, B = f.ALLOW_SELF_CLOSE_IN_ATTR !== !1, V = f.SAFE_FOR_TEMPLATES || !1, Te = f.SAFE_FOR_XML !== !1, be = f.WHOLE_DOCUMENT || !1, xt = f.RETURN_DOM || !1, Pn = f.RETURN_DOM_FRAGMENT || !1, Ln = f.RETURN_TRUSTED_TYPE || !1, it = f.FORCE_BODY || !1, uo = f.SANITIZE_DOM !== !1, fo = f.SANITIZE_NAMED_PROPS || !1, ir = f.KEEP_CONTENT !== !1, Gt = f.IN_PLACE || !1, Fe = f.ALLOWED_URI_REGEXP || As, Mt = f.NAMESPACE || st, $n = f.MATHML_TEXT_INTEGRATION_POINTS || $n, Mn = f.HTML_INTEGRATION_POINTS || Mn, v = f.CUSTOM_ELEMENT_HANDLING || {}, f.CUSTOM_ELEMENT_HANDLING && vo(f.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (v.tagNameCheck = f.CUSTOM_ELEMENT_HANDLING.tagNameCheck), f.CUSTOM_ELEMENT_HANDLING && vo(f.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (v.attributeNameCheck = f.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), f.CUSTOM_ELEMENT_HANDLING && typeof f.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (v.allowCustomizedBuiltInElements = f.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), V && (L = !1), Pn && (xt = !0), Ot && (c = z({}, vi), y = [], Ot.html === !0 && (z(c, gi), z(y, yi)), Ot.svg === !0 && (z(c, br), z(y, Sr), z(y, Un)), Ot.svgFilters === !0 && (z(c, wr), z(y, Sr), z(y, Un)), Ot.mathMl === !0 && (z(c, _r), z(y, bi), z(y, Un))), f.ADD_TAGS && (c === m && (c = ct(c)), z(c, f.ADD_TAGS, fe)), f.ADD_ATTR && (y === T && (y = ct(y)), z(y, f.ADD_ATTR, fe)), f.ADD_URI_SAFE_ATTR && z(sr, f.ADD_URI_SAFE_ATTR, fe), f.FORBID_CONTENTS && ($t === mo && ($t = ct($t)), z($t, f.FORBID_CONTENTS, fe)), ir && (c["#text"] = !0), be && z(c, ["html", "head", "body"]), c.table && (z(c, ["tbody"]), delete E.tbody), f.TRUSTED_TYPES_POLICY) {
|
|
5571
5571
|
if (typeof f.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
5572
5572
|
throw tn('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
5573
5573
|
if (typeof f.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
5574
5574
|
throw tn('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
|
5575
|
-
|
|
5575
|
+
H = f.TRUSTED_TYPES_POLICY, Y = H.createHTML("");
|
|
5576
5576
|
} else
|
|
5577
|
-
|
|
5577
|
+
H === void 0 && (H = Of(S, o)), H !== null && typeof Y == "string" && (Y = H.createHTML(""));
|
|
5578
5578
|
Le && Le(f), Rt = f;
|
|
5579
5579
|
}
|
|
5580
5580
|
}, yo = z({}, [...br, ...wr, ..._f]), bo = z({}, [..._r, ...Sf]), Fs = function(f) {
|
|
5581
|
-
let C =
|
|
5581
|
+
let C = N(f);
|
|
5582
5582
|
(!C || !C.tagName) && (C = {
|
|
5583
5583
|
namespaceURI: Mt,
|
|
5584
5584
|
tagName: "template"
|
|
5585
5585
|
});
|
|
5586
|
-
const
|
|
5587
|
-
return lr[f.namespaceURI] ? f.namespaceURI === On ? C.namespaceURI === st ?
|
|
5586
|
+
const M = Vn(f.tagName), ie = Vn(C.tagName);
|
|
5587
|
+
return lr[f.namespaceURI] ? f.namespaceURI === On ? C.namespaceURI === st ? M === "svg" : C.namespaceURI === xn ? M === "svg" && (ie === "annotation-xml" || $n[ie]) : !!yo[M] : f.namespaceURI === xn ? C.namespaceURI === st ? M === "math" : C.namespaceURI === On ? M === "math" && Mn[ie] : !!bo[M] : f.namespaceURI === st ? C.namespaceURI === On && !Mn[ie] || C.namespaceURI === xn && !$n[ie] ? !1 : !bo[M] && (Bs[M] || !yo[M]) : !!(qt === "application/xhtml+xml" && lr[f.namespaceURI]) : !1;
|
|
5588
5588
|
}, tt = function(f) {
|
|
5589
5589
|
Qt(e.removed, {
|
|
5590
5590
|
element: f
|
|
5591
5591
|
});
|
|
5592
5592
|
try {
|
|
5593
|
-
|
|
5593
|
+
N(f).removeChild(f);
|
|
5594
5594
|
} catch {
|
|
5595
5595
|
x(f);
|
|
5596
5596
|
}
|
|
@@ -5618,15 +5618,15 @@ function Ps() {
|
|
|
5618
5618
|
} catch {
|
|
5619
5619
|
}
|
|
5620
5620
|
}, wo = function(f) {
|
|
5621
|
-
let C = null,
|
|
5621
|
+
let C = null, M = null;
|
|
5622
5622
|
if (it)
|
|
5623
5623
|
f = "<remove></remove>" + f;
|
|
5624
5624
|
else {
|
|
5625
5625
|
const ue = hi(f, /^[\r\n\t ]+/);
|
|
5626
|
-
|
|
5626
|
+
M = ue && ue[0];
|
|
5627
5627
|
}
|
|
5628
5628
|
qt === "application/xhtml+xml" && Mt === st && (f = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + f + "</body></html>");
|
|
5629
|
-
const ie =
|
|
5629
|
+
const ie = H ? H.createHTML(f) : f;
|
|
5630
5630
|
if (Mt === st)
|
|
5631
5631
|
try {
|
|
5632
5632
|
C = new g().parseFromString(ie, qt);
|
|
@@ -5640,9 +5640,9 @@ function Ps() {
|
|
|
5640
5640
|
}
|
|
5641
5641
|
}
|
|
5642
5642
|
const _e = C.body || C.documentElement;
|
|
5643
|
-
return f &&
|
|
5643
|
+
return f && M && _e.insertBefore(n.createTextNode(M), _e.childNodes[0] || null), Mt === st ? ce.call(C, be ? "html" : "body")[0] : be ? C.documentElement : _e;
|
|
5644
5644
|
}, _o = function(f) {
|
|
5645
|
-
return
|
|
5645
|
+
return le.call(
|
|
5646
5646
|
f.ownerDocument || f,
|
|
5647
5647
|
f,
|
|
5648
5648
|
// eslint-disable-next-line no-bitwise
|
|
@@ -5654,26 +5654,26 @@ function Ps() {
|
|
|
5654
5654
|
}, So = function(f) {
|
|
5655
5655
|
return typeof s == "function" && f instanceof s;
|
|
5656
5656
|
};
|
|
5657
|
-
function at(
|
|
5658
|
-
Bn(
|
|
5659
|
-
|
|
5657
|
+
function at(R, f, C) {
|
|
5658
|
+
Bn(R, (M) => {
|
|
5659
|
+
M.call(e, f, C, Rt);
|
|
5660
5660
|
});
|
|
5661
5661
|
}
|
|
5662
5662
|
const ko = function(f) {
|
|
5663
5663
|
let C = null;
|
|
5664
|
-
if (at(
|
|
5664
|
+
if (at(D.beforeSanitizeElements, f, null), ur(f))
|
|
5665
5665
|
return tt(f), !0;
|
|
5666
|
-
const
|
|
5667
|
-
if (at(
|
|
5668
|
-
tagName:
|
|
5666
|
+
const M = fe(f.nodeName);
|
|
5667
|
+
if (at(D.uponSanitizeElement, f, {
|
|
5668
|
+
tagName: M,
|
|
5669
5669
|
allowedTags: c
|
|
5670
5670
|
}), Te && f.hasChildNodes() && !So(f.firstElementChild) && Ae(/<[/\w!]/g, f.innerHTML) && Ae(/<[/\w!]/g, f.textContent) || f.nodeType === rn.progressingInstruction || Te && f.nodeType === rn.comment && Ae(/<[/\w]/g, f.data))
|
|
5671
5671
|
return tt(f), !0;
|
|
5672
|
-
if (!c[
|
|
5673
|
-
if (!E[
|
|
5672
|
+
if (!c[M] || E[M]) {
|
|
5673
|
+
if (!E[M] && Io(M) && (v.tagNameCheck instanceof RegExp && Ae(v.tagNameCheck, M) || v.tagNameCheck instanceof Function && v.tagNameCheck(M)))
|
|
5674
5674
|
return !1;
|
|
5675
|
-
if (ir && !$t[
|
|
5676
|
-
const ie =
|
|
5675
|
+
if (ir && !$t[M]) {
|
|
5676
|
+
const ie = N(f) || f.parentNode, _e = b(f) || f.childNodes;
|
|
5677
5677
|
if (_e && ie) {
|
|
5678
5678
|
const ue = _e.length;
|
|
5679
5679
|
for (let Oe = ue - 1; Oe >= 0; --Oe) {
|
|
@@ -5684,13 +5684,13 @@ function Ps() {
|
|
|
5684
5684
|
}
|
|
5685
5685
|
return tt(f), !0;
|
|
5686
5686
|
}
|
|
5687
|
-
return f instanceof l && !Fs(f) || (
|
|
5687
|
+
return f instanceof l && !Fs(f) || (M === "noscript" || M === "noembed" || M === "noframes") && Ae(/<\/no(script|embed|frames)/i, f.innerHTML) ? (tt(f), !0) : (V && f.nodeType === rn.text && (C = f.textContent, Bn([J, ve, ye], (ie) => {
|
|
5688
5688
|
C = en(C, ie, " ");
|
|
5689
5689
|
}), f.textContent !== C && (Qt(e.removed, {
|
|
5690
5690
|
element: f.cloneNode()
|
|
5691
|
-
}), f.textContent = C)), at(
|
|
5692
|
-
}, Co = function(f, C,
|
|
5693
|
-
if (uo && (C === "id" || C === "name") && (
|
|
5691
|
+
}), f.textContent = C)), at(D.afterSanitizeElements, f, null), !1);
|
|
5692
|
+
}, Co = function(f, C, M) {
|
|
5693
|
+
if (uo && (C === "id" || C === "name") && (M in n || M in js))
|
|
5694
5694
|
return !1;
|
|
5695
5695
|
if (!(L && !_[C] && Ae(Je, C))) {
|
|
5696
5696
|
if (!(k && Ae(ot, C))) {
|
|
@@ -5701,13 +5701,13 @@ function Ps() {
|
|
|
5701
5701
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
5702
5702
|
!(Io(f) && (v.tagNameCheck instanceof RegExp && Ae(v.tagNameCheck, f) || v.tagNameCheck instanceof Function && v.tagNameCheck(f)) && (v.attributeNameCheck instanceof RegExp && Ae(v.attributeNameCheck, C) || v.attributeNameCheck instanceof Function && v.attributeNameCheck(C)) || // Alternative, second condition checks if it's an `is`-attribute, AND
|
|
5703
5703
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
5704
|
-
C === "is" && v.allowCustomizedBuiltInElements && (v.tagNameCheck instanceof RegExp && Ae(v.tagNameCheck,
|
|
5704
|
+
C === "is" && v.allowCustomizedBuiltInElements && (v.tagNameCheck instanceof RegExp && Ae(v.tagNameCheck, M) || v.tagNameCheck instanceof Function && v.tagNameCheck(M)))
|
|
5705
5705
|
) return !1;
|
|
5706
5706
|
} else if (!sr[C]) {
|
|
5707
|
-
if (!Ae(Fe, en(
|
|
5708
|
-
if (!((C === "src" || C === "xlink:href" || C === "href") && f !== "script" && vf(
|
|
5709
|
-
if (!(P && !Ae(Qe, en(
|
|
5710
|
-
if (
|
|
5707
|
+
if (!Ae(Fe, en(M, et, ""))) {
|
|
5708
|
+
if (!((C === "src" || C === "xlink:href" || C === "href") && f !== "script" && vf(M, "data:") === 0 && po[f])) {
|
|
5709
|
+
if (!(P && !Ae(Qe, en(M, et, "")))) {
|
|
5710
|
+
if (M)
|
|
5711
5711
|
return !1;
|
|
5712
5712
|
}
|
|
5713
5713
|
}
|
|
@@ -5719,13 +5719,13 @@ function Ps() {
|
|
|
5719
5719
|
}, Io = function(f) {
|
|
5720
5720
|
return f !== "annotation-xml" && hi(f, kt);
|
|
5721
5721
|
}, To = function(f) {
|
|
5722
|
-
at(
|
|
5722
|
+
at(D.beforeSanitizeAttributes, f, null);
|
|
5723
5723
|
const {
|
|
5724
5724
|
attributes: C
|
|
5725
5725
|
} = f;
|
|
5726
5726
|
if (!C || ur(f))
|
|
5727
5727
|
return;
|
|
5728
|
-
const
|
|
5728
|
+
const M = {
|
|
5729
5729
|
attrName: "",
|
|
5730
5730
|
attrValue: "",
|
|
5731
5731
|
keepAttr: !0,
|
|
@@ -5740,17 +5740,17 @@ function Ps() {
|
|
|
5740
5740
|
value: lt
|
|
5741
5741
|
} = _e, Yt = fe(ue), dr = lt;
|
|
5742
5742
|
let Se = ue === "value" ? dr : yf(dr);
|
|
5743
|
-
if (
|
|
5743
|
+
if (M.attrName = Yt, M.attrValue = Se, M.keepAttr = !0, M.forceKeepAttr = void 0, at(D.uponSanitizeAttribute, f, M), Se = M.attrValue, fo && (Yt === "id" || Yt === "name") && (Dt(ue, f), Se = Ds + Se), Te && Ae(/((--!?|])>)|<\/(style|title)/i, Se)) {
|
|
5744
5744
|
Dt(ue, f);
|
|
5745
5745
|
continue;
|
|
5746
5746
|
}
|
|
5747
|
-
if (
|
|
5747
|
+
if (M.forceKeepAttr)
|
|
5748
5748
|
continue;
|
|
5749
|
-
if (!
|
|
5749
|
+
if (!M.keepAttr) {
|
|
5750
5750
|
Dt(ue, f);
|
|
5751
5751
|
continue;
|
|
5752
5752
|
}
|
|
5753
|
-
if (!
|
|
5753
|
+
if (!B && Ae(/\/>/i, Se)) {
|
|
5754
5754
|
Dt(ue, f);
|
|
5755
5755
|
continue;
|
|
5756
5756
|
}
|
|
@@ -5762,14 +5762,14 @@ function Ps() {
|
|
|
5762
5762
|
Dt(ue, f);
|
|
5763
5763
|
continue;
|
|
5764
5764
|
}
|
|
5765
|
-
if (
|
|
5765
|
+
if (H && typeof S == "object" && typeof S.getAttributeType == "function" && !Oe)
|
|
5766
5766
|
switch (S.getAttributeType(Ao, Yt)) {
|
|
5767
5767
|
case "TrustedHTML": {
|
|
5768
|
-
Se =
|
|
5768
|
+
Se = H.createHTML(Se);
|
|
5769
5769
|
break;
|
|
5770
5770
|
}
|
|
5771
5771
|
case "TrustedScriptURL": {
|
|
5772
|
-
Se =
|
|
5772
|
+
Se = H.createScriptURL(Se);
|
|
5773
5773
|
break;
|
|
5774
5774
|
}
|
|
5775
5775
|
}
|
|
@@ -5780,45 +5780,45 @@ function Ps() {
|
|
|
5780
5780
|
Dt(ue, f);
|
|
5781
5781
|
}
|
|
5782
5782
|
}
|
|
5783
|
-
at(
|
|
5784
|
-
}, Vs = function
|
|
5783
|
+
at(D.afterSanitizeAttributes, f, null);
|
|
5784
|
+
}, Vs = function R(f) {
|
|
5785
5785
|
let C = null;
|
|
5786
|
-
const
|
|
5787
|
-
for (at(
|
|
5788
|
-
at(
|
|
5789
|
-
at(
|
|
5786
|
+
const M = _o(f);
|
|
5787
|
+
for (at(D.beforeSanitizeShadowDOM, f, null); C = M.nextNode(); )
|
|
5788
|
+
at(D.uponSanitizeShadowNode, C, null), ko(C), To(C), C.content instanceof i && R(C.content);
|
|
5789
|
+
at(D.afterSanitizeShadowDOM, f, null);
|
|
5790
5790
|
};
|
|
5791
|
-
return e.sanitize = function(
|
|
5792
|
-
let f = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, C = null,
|
|
5793
|
-
if (ar = !
|
|
5794
|
-
if (typeof
|
|
5795
|
-
if (
|
|
5791
|
+
return e.sanitize = function(R) {
|
|
5792
|
+
let f = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, C = null, M = null, ie = null, _e = null;
|
|
5793
|
+
if (ar = !R, ar && (R = "<!-->"), typeof R != "string" && !So(R))
|
|
5794
|
+
if (typeof R.toString == "function") {
|
|
5795
|
+
if (R = R.toString(), typeof R != "string")
|
|
5796
5796
|
throw tn("dirty is not a string, aborting");
|
|
5797
5797
|
} else
|
|
5798
5798
|
throw tn("toString is not a function");
|
|
5799
5799
|
if (!e.isSupported)
|
|
5800
|
-
return
|
|
5801
|
-
if (we || cr(f), e.removed = [], typeof
|
|
5802
|
-
if (
|
|
5803
|
-
const lt = fe(
|
|
5800
|
+
return R;
|
|
5801
|
+
if (we || cr(f), e.removed = [], typeof R == "string" && (Gt = !1), Gt) {
|
|
5802
|
+
if (R.nodeName) {
|
|
5803
|
+
const lt = fe(R.nodeName);
|
|
5804
5804
|
if (!c[lt] || E[lt])
|
|
5805
5805
|
throw tn("root node is forbidden and cannot be sanitized in-place");
|
|
5806
5806
|
}
|
|
5807
|
-
} else if (
|
|
5808
|
-
C = wo("<!---->"),
|
|
5807
|
+
} else if (R instanceof s)
|
|
5808
|
+
C = wo("<!---->"), M = C.ownerDocument.importNode(R, !0), M.nodeType === rn.element && M.nodeName === "BODY" || M.nodeName === "HTML" ? C = M : C.appendChild(M);
|
|
5809
5809
|
else {
|
|
5810
5810
|
if (!xt && !V && !be && // eslint-disable-next-line unicorn/prefer-includes
|
|
5811
|
-
|
|
5812
|
-
return
|
|
5813
|
-
if (C = wo(
|
|
5811
|
+
R.indexOf("<") === -1)
|
|
5812
|
+
return H && Ln ? H.createHTML(R) : R;
|
|
5813
|
+
if (C = wo(R), !C)
|
|
5814
5814
|
return xt ? null : Ln ? Y : "";
|
|
5815
5815
|
}
|
|
5816
5816
|
C && it && tt(C.firstChild);
|
|
5817
|
-
const ue = _o(Gt ?
|
|
5817
|
+
const ue = _o(Gt ? R : C);
|
|
5818
5818
|
for (; ie = ue.nextNode(); )
|
|
5819
5819
|
ko(ie), To(ie), ie.content instanceof i && Vs(ie.content);
|
|
5820
5820
|
if (Gt)
|
|
5821
|
-
return
|
|
5821
|
+
return R;
|
|
5822
5822
|
if (xt) {
|
|
5823
5823
|
if (Pn)
|
|
5824
5824
|
for (_e = Be.call(C.ownerDocument); C.firstChild; )
|
|
@@ -5831,28 +5831,28 @@ function Ps() {
|
|
|
5831
5831
|
return be && c["!doctype"] && C.ownerDocument && C.ownerDocument.doctype && C.ownerDocument.doctype.name && Ae(Es, C.ownerDocument.doctype.name) && (Oe = "<!DOCTYPE " + C.ownerDocument.doctype.name + `>
|
|
5832
5832
|
` + Oe), V && Bn([J, ve, ye], (lt) => {
|
|
5833
5833
|
Oe = en(Oe, lt, " ");
|
|
5834
|
-
}),
|
|
5834
|
+
}), H && Ln ? H.createHTML(Oe) : Oe;
|
|
5835
5835
|
}, e.setConfig = function() {
|
|
5836
|
-
let
|
|
5837
|
-
cr(
|
|
5836
|
+
let R = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
5837
|
+
cr(R), we = !0;
|
|
5838
5838
|
}, e.clearConfig = function() {
|
|
5839
5839
|
Rt = null, we = !1;
|
|
5840
|
-
}, e.isValidAttribute = function(
|
|
5840
|
+
}, e.isValidAttribute = function(R, f, C) {
|
|
5841
5841
|
Rt || cr({});
|
|
5842
|
-
const
|
|
5843
|
-
return Co(
|
|
5844
|
-
}, e.addHook = function(
|
|
5845
|
-
typeof f == "function" && Qt(
|
|
5846
|
-
}, e.removeHook = function(
|
|
5842
|
+
const M = fe(R), ie = fe(f);
|
|
5843
|
+
return Co(M, ie, C);
|
|
5844
|
+
}, e.addHook = function(R, f) {
|
|
5845
|
+
typeof f == "function" && Qt(D[R], f);
|
|
5846
|
+
}, e.removeHook = function(R, f) {
|
|
5847
5847
|
if (f !== void 0) {
|
|
5848
|
-
const C = hf(
|
|
5849
|
-
return C === -1 ? void 0 : gf(
|
|
5848
|
+
const C = hf(D[R], f);
|
|
5849
|
+
return C === -1 ? void 0 : gf(D[R], C, 1)[0];
|
|
5850
5850
|
}
|
|
5851
|
-
return pi(
|
|
5852
|
-
}, e.removeHooks = function(
|
|
5853
|
-
|
|
5851
|
+
return pi(D[R]);
|
|
5852
|
+
}, e.removeHooks = function(R) {
|
|
5853
|
+
D[R] = [];
|
|
5854
5854
|
}, e.removeAllHooks = function() {
|
|
5855
|
-
|
|
5855
|
+
D = _i();
|
|
5856
5856
|
}, e;
|
|
5857
5857
|
}
|
|
5858
5858
|
var so = Ps();
|
|
@@ -5882,7 +5882,7 @@ class Ls {
|
|
|
5882
5882
|
});
|
|
5883
5883
|
}
|
|
5884
5884
|
}
|
|
5885
|
-
const $f = () => new Ls(),
|
|
5885
|
+
const $f = () => new Ls(), Hm = () => new Ls();
|
|
5886
5886
|
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
5887
5887
|
function Mf(t) {
|
|
5888
5888
|
return t instanceof Uint8Array || ArrayBuffer.isView(t) && t.constructor.name === "Uint8Array";
|
|
@@ -6213,10 +6213,10 @@ function Os(t) {
|
|
|
6213
6213
|
}).catch(function(L) {
|
|
6214
6214
|
y.setError(L);
|
|
6215
6215
|
});
|
|
6216
|
-
var v =
|
|
6216
|
+
var v = N();
|
|
6217
6217
|
function E() {
|
|
6218
6218
|
var L = function(V) {
|
|
6219
|
-
V || (
|
|
6219
|
+
V || (B.prompt = "none"), c && c.locale && (B.locale = c.locale), e.login(B).then(function() {
|
|
6220
6220
|
T.setSuccess();
|
|
6221
6221
|
}).catch(function(Te) {
|
|
6222
6222
|
T.setError(Te);
|
|
@@ -6232,12 +6232,12 @@ function Os(t) {
|
|
|
6232
6232
|
), V.setAttribute("title", "keycloak-silent-check-sso"), V.style.display = "none", document.body.appendChild(V);
|
|
6233
6233
|
var be = function(we) {
|
|
6234
6234
|
if (!(we.origin !== window.location.origin || V.contentWindow !== we.source)) {
|
|
6235
|
-
var it =
|
|
6235
|
+
var it = le(we.data);
|
|
6236
6236
|
b(it, T), document.body.removeChild(V), window.removeEventListener("message", be);
|
|
6237
6237
|
}
|
|
6238
6238
|
};
|
|
6239
6239
|
window.addEventListener("message", be);
|
|
6240
|
-
},
|
|
6240
|
+
}, B = {};
|
|
6241
6241
|
switch (c.onLoad) {
|
|
6242
6242
|
case "check-sso":
|
|
6243
6243
|
i.enable ? J().then(function() {
|
|
@@ -6256,7 +6256,7 @@ function Os(t) {
|
|
|
6256
6256
|
}
|
|
6257
6257
|
}
|
|
6258
6258
|
function _() {
|
|
6259
|
-
var L =
|
|
6259
|
+
var L = le(window.location.href);
|
|
6260
6260
|
if (L && window.history.replaceState(
|
|
6261
6261
|
window.history.state,
|
|
6262
6262
|
null,
|
|
@@ -6358,11 +6358,11 @@ function Os(t) {
|
|
|
6358
6358
|
if ((c && c.acrValues || e.acrValues) && (k += "&acr_values=" + encodeURIComponent(c.acrValues || e.acrValues)), e.pkceMethod) {
|
|
6359
6359
|
var P = g(96);
|
|
6360
6360
|
v.pkceCodeVerifier = P;
|
|
6361
|
-
var
|
|
6361
|
+
var B = I(
|
|
6362
6362
|
e.pkceMethod,
|
|
6363
6363
|
P
|
|
6364
6364
|
);
|
|
6365
|
-
k += "&code_challenge=" +
|
|
6365
|
+
k += "&code_challenge=" + B, k += "&code_challenge_method=" + e.pkceMethod;
|
|
6366
6366
|
}
|
|
6367
6367
|
return o.add(v), k;
|
|
6368
6368
|
}, e.logout = function(c) {
|
|
@@ -6446,12 +6446,12 @@ function Os(t) {
|
|
|
6446
6446
|
P.id_token,
|
|
6447
6447
|
L
|
|
6448
6448
|
), e.onAuthRefreshSuccess && e.onAuthRefreshSuccess();
|
|
6449
|
-
for (var
|
|
6450
|
-
|
|
6449
|
+
for (var B = r.pop(); B != null; B = r.pop())
|
|
6450
|
+
B.setSuccess(!0);
|
|
6451
6451
|
} else {
|
|
6452
6452
|
d("[KEYCLOAK] Failed to refresh token"), k.status == 400 && e.clearToken(), e.onAuthRefreshError && e.onAuthRefreshError();
|
|
6453
|
-
for (var
|
|
6454
|
-
|
|
6453
|
+
for (var B = r.pop(); B != null; B = r.pop())
|
|
6454
|
+
B.setError(!0);
|
|
6455
6455
|
}
|
|
6456
6456
|
}, k.send(E);
|
|
6457
6457
|
}
|
|
@@ -6496,7 +6496,7 @@ function Os(t) {
|
|
|
6496
6496
|
else
|
|
6497
6497
|
m && m.setSuccess();
|
|
6498
6498
|
return;
|
|
6499
|
-
} else e.flow != "standard" && (c.access_token || c.id_token) &&
|
|
6499
|
+
} else e.flow != "standard" && (c.access_token || c.id_token) && B(c.access_token, null, c.id_token, !0);
|
|
6500
6500
|
if (e.flow != "implicit" && y) {
|
|
6501
6501
|
var k = "code=" + y + "&grant_type=authorization_code", L = e.endpoints.token(), P = new XMLHttpRequest();
|
|
6502
6502
|
P.open("POST", L, !0), P.setRequestHeader(
|
|
@@ -6506,7 +6506,7 @@ function Os(t) {
|
|
|
6506
6506
|
if (P.readyState == 4)
|
|
6507
6507
|
if (P.status == 200) {
|
|
6508
6508
|
var V = JSON.parse(P.responseText);
|
|
6509
|
-
|
|
6509
|
+
B(
|
|
6510
6510
|
V.access_token,
|
|
6511
6511
|
V.refresh_token,
|
|
6512
6512
|
V.id_token,
|
|
@@ -6516,11 +6516,11 @@ function Os(t) {
|
|
|
6516
6516
|
e.onAuthError && e.onAuthError(), m && m.setError();
|
|
6517
6517
|
}, P.send(k);
|
|
6518
6518
|
}
|
|
6519
|
-
function
|
|
6519
|
+
function B(V, Te, be, we) {
|
|
6520
6520
|
E = (E + (/* @__PURE__ */ new Date()).getTime()) / 2, Y(V, Te, be, E), l && e.idTokenParsed && e.idTokenParsed.nonce != c.storedNonce ? (u("[KEYCLOAK] Invalid nonce, clearing token"), e.clearToken(), m && m.setError()) : we && (e.onAuthSuccess && e.onAuthSuccess(), m && m.setSuccess());
|
|
6521
6521
|
}
|
|
6522
6522
|
}
|
|
6523
|
-
function
|
|
6523
|
+
function N(c) {
|
|
6524
6524
|
var m = X(), y;
|
|
6525
6525
|
t ? typeof t == "string" && (y = t) : y = "keycloak.json";
|
|
6526
6526
|
function T(P) {
|
|
@@ -6560,12 +6560,12 @@ function Os(t) {
|
|
|
6560
6560
|
return x() + "/protocol/openid-connect/logout";
|
|
6561
6561
|
},
|
|
6562
6562
|
checkSessionIframe: function() {
|
|
6563
|
-
var
|
|
6564
|
-
return e.iframeVersion && (
|
|
6563
|
+
var B = x() + "/protocol/openid-connect/login-status-iframe.html";
|
|
6564
|
+
return e.iframeVersion && (B = B + "?version=" + e.iframeVersion), B;
|
|
6565
6565
|
},
|
|
6566
6566
|
thirdPartyCookiesIframe: function() {
|
|
6567
|
-
var
|
|
6568
|
-
return e.iframeVersion && (
|
|
6567
|
+
var B = x() + "/protocol/openid-connect/3p-cookies/step1.html";
|
|
6568
|
+
return e.iframeVersion && (B = B + "?version=" + e.iframeVersion), B;
|
|
6569
6569
|
},
|
|
6570
6570
|
register: function() {
|
|
6571
6571
|
return x() + "/protocol/openid-connect/registrations";
|
|
@@ -6579,7 +6579,7 @@ function Os(t) {
|
|
|
6579
6579
|
var v = new XMLHttpRequest();
|
|
6580
6580
|
v.open("GET", y, !0), v.setRequestHeader("Accept", "application/json"), v.onreadystatechange = function() {
|
|
6581
6581
|
if (v.readyState == 4)
|
|
6582
|
-
if (v.status == 200 ||
|
|
6582
|
+
if (v.status == 200 || H(v)) {
|
|
6583
6583
|
var P = JSON.parse(v.responseText);
|
|
6584
6584
|
e.authServerUrl = P["auth-server-url"], e.realm = P.realm, e.clientId = P.resource, T(null), m.setSuccess();
|
|
6585
6585
|
} else
|
|
@@ -6597,9 +6597,9 @@ function Os(t) {
|
|
|
6597
6597
|
var v = new XMLHttpRequest();
|
|
6598
6598
|
v.open("GET", L, !0), v.setRequestHeader("Accept", "application/json"), v.onreadystatechange = function() {
|
|
6599
6599
|
if (v.readyState == 4)
|
|
6600
|
-
if (v.status == 200 ||
|
|
6601
|
-
var
|
|
6602
|
-
T(
|
|
6600
|
+
if (v.status == 200 || H(v)) {
|
|
6601
|
+
var B = JSON.parse(v.responseText);
|
|
6602
|
+
T(B), m.setSuccess();
|
|
6603
6603
|
} else
|
|
6604
6604
|
m.setError();
|
|
6605
6605
|
}, v.send();
|
|
@@ -6623,7 +6623,7 @@ function Os(t) {
|
|
|
6623
6623
|
}
|
|
6624
6624
|
return m.promise;
|
|
6625
6625
|
}
|
|
6626
|
-
function
|
|
6626
|
+
function H(c) {
|
|
6627
6627
|
return c.status == 0 && c.responseText && c.responseURL.startsWith("file:");
|
|
6628
6628
|
}
|
|
6629
6629
|
function Y(c, m, y, T) {
|
|
@@ -6648,7 +6648,7 @@ function Os(t) {
|
|
|
6648
6648
|
var y = m.join("");
|
|
6649
6649
|
return y;
|
|
6650
6650
|
}
|
|
6651
|
-
function
|
|
6651
|
+
function le(c) {
|
|
6652
6652
|
var m = Be(c);
|
|
6653
6653
|
if (m) {
|
|
6654
6654
|
var y = o.get(m.state);
|
|
@@ -6738,7 +6738,7 @@ function Os(t) {
|
|
|
6738
6738
|
c.resolve = m, c.reject = y;
|
|
6739
6739
|
}), c;
|
|
6740
6740
|
}
|
|
6741
|
-
function
|
|
6741
|
+
function D(c, m, y) {
|
|
6742
6742
|
var T = null, v = new Promise(function(E, _) {
|
|
6743
6743
|
T = setTimeout(function() {
|
|
6744
6744
|
_({
|
|
@@ -6825,7 +6825,7 @@ For more information see: https://www.keycloak.org/docs/latest/securing_apps/#_m
|
|
|
6825
6825
|
window.addEventListener("message", y, !1);
|
|
6826
6826
|
} else
|
|
6827
6827
|
c.setSuccess();
|
|
6828
|
-
return
|
|
6828
|
+
return D(
|
|
6829
6829
|
c.promise,
|
|
6830
6830
|
e.messageReceiveTimeout,
|
|
6831
6831
|
"Timeout when waiting for 3rd party check iframe message."
|
|
@@ -6912,26 +6912,26 @@ For more information see: https://www.keycloak.org/docs/latest/securing_apps/#_m
|
|
|
6912
6912
|
};
|
|
6913
6913
|
return {
|
|
6914
6914
|
login: function(_) {
|
|
6915
|
-
var k = X(), L = v(_), P = e.createLoginUrl(_),
|
|
6915
|
+
var k = X(), L = v(_), P = e.createLoginUrl(_), B = m(
|
|
6916
6916
|
P,
|
|
6917
6917
|
"_blank",
|
|
6918
6918
|
L
|
|
6919
6919
|
), V = !1, Te = !1, be = function() {
|
|
6920
|
-
Te = !0,
|
|
6920
|
+
Te = !0, B.close();
|
|
6921
6921
|
};
|
|
6922
|
-
return
|
|
6922
|
+
return B.addEventListener("loadstart", function(we) {
|
|
6923
6923
|
if (we.url.indexOf(E()) == 0) {
|
|
6924
|
-
var it =
|
|
6924
|
+
var it = le(we.url);
|
|
6925
6925
|
b(it, k), be(), V = !0;
|
|
6926
6926
|
}
|
|
6927
|
-
}),
|
|
6927
|
+
}), B.addEventListener("loaderror", function(we) {
|
|
6928
6928
|
if (!V)
|
|
6929
6929
|
if (we.url.indexOf(E()) == 0) {
|
|
6930
|
-
var it =
|
|
6930
|
+
var it = le(we.url);
|
|
6931
6931
|
b(it, k), be(), V = !0;
|
|
6932
6932
|
} else
|
|
6933
6933
|
k.setError(), be();
|
|
6934
|
-
}),
|
|
6934
|
+
}), B.addEventListener("exit", function(we) {
|
|
6935
6935
|
Te || k.setError({
|
|
6936
6936
|
reason: "closed_by_user"
|
|
6937
6937
|
});
|
|
@@ -6942,25 +6942,25 @@ For more information see: https://www.keycloak.org/docs/latest/securing_apps/#_m
|
|
|
6942
6942
|
L,
|
|
6943
6943
|
"_blank",
|
|
6944
6944
|
"location=no,hidden=yes,clearcache=yes"
|
|
6945
|
-
),
|
|
6945
|
+
), B;
|
|
6946
6946
|
return P.addEventListener("loadstart", function(V) {
|
|
6947
6947
|
V.url.indexOf(E()) == 0 && P.close();
|
|
6948
6948
|
}), P.addEventListener("loaderror", function(V) {
|
|
6949
|
-
V.url.indexOf(E()) == 0 || (
|
|
6949
|
+
V.url.indexOf(E()) == 0 || (B = !0), P.close();
|
|
6950
6950
|
}), P.addEventListener("exit", function(V) {
|
|
6951
|
-
|
|
6951
|
+
B ? k.setError() : (e.clearToken(), k.setSuccess());
|
|
6952
6952
|
}), k.promise;
|
|
6953
6953
|
},
|
|
6954
6954
|
register: function(_) {
|
|
6955
|
-
var k = X(), L = e.createRegisterUrl(), P = v(_),
|
|
6955
|
+
var k = X(), L = e.createRegisterUrl(), P = v(_), B = m(
|
|
6956
6956
|
L,
|
|
6957
6957
|
"_blank",
|
|
6958
6958
|
P
|
|
6959
6959
|
);
|
|
6960
|
-
return
|
|
6960
|
+
return B.addEventListener("loadstart", function(V) {
|
|
6961
6961
|
if (V.url.indexOf(E()) == 0) {
|
|
6962
|
-
|
|
6963
|
-
var Te =
|
|
6962
|
+
B.close();
|
|
6963
|
+
var Te = le(V.url);
|
|
6964
6964
|
b(Te, k);
|
|
6965
6965
|
}
|
|
6966
6966
|
}), k.promise;
|
|
@@ -6990,8 +6990,8 @@ For more information see: https://www.keycloak.org/docs/latest/securing_apps/#_m
|
|
|
6990
6990
|
var k = X(), L = e.createLoginUrl(_);
|
|
6991
6991
|
return universalLinks.subscribe("keycloak", function(P) {
|
|
6992
6992
|
universalLinks.unsubscribe("keycloak"), window.cordova.plugins.browsertab.close();
|
|
6993
|
-
var
|
|
6994
|
-
b(
|
|
6993
|
+
var B = le(P.url);
|
|
6994
|
+
b(B, k);
|
|
6995
6995
|
}), window.cordova.plugins.browsertab.openUrl(L), k.promise;
|
|
6996
6996
|
},
|
|
6997
6997
|
logout: function(_) {
|
|
@@ -7004,8 +7004,8 @@ For more information see: https://www.keycloak.org/docs/latest/securing_apps/#_m
|
|
|
7004
7004
|
var k = X(), L = e.createRegisterUrl(_);
|
|
7005
7005
|
return universalLinks.subscribe("keycloak", function(P) {
|
|
7006
7006
|
universalLinks.unsubscribe("keycloak"), window.cordova.plugins.browsertab.close();
|
|
7007
|
-
var
|
|
7008
|
-
b(
|
|
7007
|
+
var B = le(P.url);
|
|
7008
|
+
b(B, k);
|
|
7009
7009
|
}), window.cordova.plugins.browsertab.openUrl(L), k.promise;
|
|
7010
7010
|
},
|
|
7011
7011
|
accountManagement: function() {
|
|
@@ -7132,7 +7132,7 @@ class Xf {
|
|
|
7132
7132
|
}
|
|
7133
7133
|
}
|
|
7134
7134
|
let $s;
|
|
7135
|
-
function
|
|
7135
|
+
function jm(t) {
|
|
7136
7136
|
$s = new Xf(t);
|
|
7137
7137
|
}
|
|
7138
7138
|
const ki = () => $s;
|
|
@@ -7235,10 +7235,10 @@ function im() {
|
|
|
7235
7235
|
return u(A) || p.apply(this, arguments);
|
|
7236
7236
|
}
|
|
7237
7237
|
function S(A, x) {
|
|
7238
|
-
var w = this, b,
|
|
7238
|
+
var w = this, b, N, H, Y = "loglevel";
|
|
7239
7239
|
typeof A == "string" ? Y += ":" + A : typeof A == "symbol" && (Y = void 0);
|
|
7240
|
-
function ge(
|
|
7241
|
-
var J = (o[
|
|
7240
|
+
function ge(D) {
|
|
7241
|
+
var J = (o[D] || "silent").toUpperCase();
|
|
7242
7242
|
if (!(typeof window === n || !Y)) {
|
|
7243
7243
|
try {
|
|
7244
7244
|
window.localStorage[Y] = J;
|
|
@@ -7251,22 +7251,22 @@ function im() {
|
|
|
7251
7251
|
}
|
|
7252
7252
|
}
|
|
7253
7253
|
}
|
|
7254
|
-
function
|
|
7255
|
-
var
|
|
7254
|
+
function le() {
|
|
7255
|
+
var D;
|
|
7256
7256
|
if (!(typeof window === n || !Y)) {
|
|
7257
7257
|
try {
|
|
7258
|
-
|
|
7258
|
+
D = window.localStorage[Y];
|
|
7259
7259
|
} catch {
|
|
7260
7260
|
}
|
|
7261
|
-
if (typeof
|
|
7261
|
+
if (typeof D === n)
|
|
7262
7262
|
try {
|
|
7263
7263
|
var J = window.document.cookie, ve = encodeURIComponent(Y), ye = J.indexOf(ve + "=");
|
|
7264
|
-
ye !== -1 && (
|
|
7264
|
+
ye !== -1 && (D = /^([^;]+)/.exec(
|
|
7265
7265
|
J.slice(ye + ve.length + 1)
|
|
7266
7266
|
)[1]);
|
|
7267
7267
|
} catch {
|
|
7268
7268
|
}
|
|
7269
|
-
return w.levels[
|
|
7269
|
+
return w.levels[D] === void 0 && (D = void 0), D;
|
|
7270
7270
|
}
|
|
7271
7271
|
}
|
|
7272
7272
|
function Be() {
|
|
@@ -7281,11 +7281,11 @@ function im() {
|
|
|
7281
7281
|
}
|
|
7282
7282
|
}
|
|
7283
7283
|
}
|
|
7284
|
-
function ce(
|
|
7285
|
-
var J =
|
|
7284
|
+
function ce(D) {
|
|
7285
|
+
var J = D;
|
|
7286
7286
|
if (typeof J == "string" && w.levels[J.toUpperCase()] !== void 0 && (J = w.levels[J.toUpperCase()]), typeof J == "number" && J >= 0 && J <= w.levels.SILENT)
|
|
7287
7287
|
return J;
|
|
7288
|
-
throw new TypeError("log.setLevel() called with invalid level: " +
|
|
7288
|
+
throw new TypeError("log.setLevel() called with invalid level: " + D);
|
|
7289
7289
|
}
|
|
7290
7290
|
w.name = A, w.levels = {
|
|
7291
7291
|
TRACE: 0,
|
|
@@ -7295,26 +7295,26 @@ function im() {
|
|
|
7295
7295
|
ERROR: 4,
|
|
7296
7296
|
SILENT: 5
|
|
7297
7297
|
}, w.methodFactory = x || g, w.getLevel = function() {
|
|
7298
|
-
return
|
|
7299
|
-
}, w.setLevel = function(
|
|
7300
|
-
return
|
|
7301
|
-
}, w.setDefaultLevel = function(
|
|
7302
|
-
|
|
7298
|
+
return H ?? N ?? b;
|
|
7299
|
+
}, w.setLevel = function(D, J) {
|
|
7300
|
+
return H = ce(D), J !== !1 && ge(H), d.call(w);
|
|
7301
|
+
}, w.setDefaultLevel = function(D) {
|
|
7302
|
+
N = ce(D), le() || w.setLevel(D, !1);
|
|
7303
7303
|
}, w.resetLevel = function() {
|
|
7304
|
-
|
|
7305
|
-
}, w.enableAll = function(
|
|
7306
|
-
w.setLevel(w.levels.TRACE,
|
|
7307
|
-
}, w.disableAll = function(
|
|
7308
|
-
w.setLevel(w.levels.SILENT,
|
|
7304
|
+
H = null, Be(), d.call(w);
|
|
7305
|
+
}, w.enableAll = function(D) {
|
|
7306
|
+
w.setLevel(w.levels.TRACE, D);
|
|
7307
|
+
}, w.disableAll = function(D) {
|
|
7308
|
+
w.setLevel(w.levels.SILENT, D);
|
|
7309
7309
|
}, w.rebuild = function() {
|
|
7310
7310
|
if (a !== w && (b = ce(a.getLevel())), d.call(w), a === w)
|
|
7311
|
-
for (var
|
|
7312
|
-
i[
|
|
7311
|
+
for (var D in i)
|
|
7312
|
+
i[D].rebuild();
|
|
7313
7313
|
}, b = ce(
|
|
7314
7314
|
a ? a.getLevel() : "WARN"
|
|
7315
7315
|
);
|
|
7316
|
-
var X =
|
|
7317
|
-
X != null && (
|
|
7316
|
+
var X = le();
|
|
7317
|
+
X != null && (H = ce(X)), d.call(w);
|
|
7318
7318
|
}
|
|
7319
7319
|
a = new S(), a.getLogger = function(x) {
|
|
7320
7320
|
if (typeof x != "symbol" && typeof x != "string" || x === "")
|
|
@@ -7335,7 +7335,7 @@ function im() {
|
|
|
7335
7335
|
}(Kn)), Kn.exports;
|
|
7336
7336
|
}
|
|
7337
7337
|
var sm = im();
|
|
7338
|
-
const zn = /* @__PURE__ */ rm(sm),
|
|
7338
|
+
const zn = /* @__PURE__ */ rm(sm), Fm = {
|
|
7339
7339
|
install(t, e) {
|
|
7340
7340
|
const n = e ?? {};
|
|
7341
7341
|
zn.setDefaultLevel(
|
|
@@ -7348,10 +7348,13 @@ const zn = /* @__PURE__ */ rm(sm), jm = {
|
|
|
7348
7348
|
);
|
|
7349
7349
|
const o = oe(!0), i = oe(0), a = oe(!1), s = oe(!1), l = oe(""), u = oe(null), d = oe(0);
|
|
7350
7350
|
nm(u, (g) => {
|
|
7351
|
-
|
|
7352
|
-
|
|
7353
|
-
|
|
7354
|
-
|
|
7351
|
+
let S = null;
|
|
7352
|
+
S && clearTimeout(S), S = setTimeout(() => {
|
|
7353
|
+
const { width: I } = g[0].contentRect;
|
|
7354
|
+
Li(() => {
|
|
7355
|
+
d.value = I;
|
|
7356
|
+
});
|
|
7357
|
+
}, 50);
|
|
7355
7358
|
}), t.provide(qi, {
|
|
7356
7359
|
navMenuWidth: r,
|
|
7357
7360
|
isMenuOpened: o,
|
|
@@ -7375,7 +7378,9 @@ const zn = /* @__PURE__ */ rm(sm), jm = {
|
|
|
7375
7378
|
const g = $f(), { oidc: S } = ki();
|
|
7376
7379
|
await g.ConfirmAsync(
|
|
7377
7380
|
"Deseja realmente sair da sua conta?"
|
|
7378
|
-
) && (s.value = !0, await new Promise((A) => setTimeout(A, 1e3)), S.logout({ redirectUri: window.location.origin }))
|
|
7381
|
+
) && (Lm("Saindo..."), s.value = !0, await new Promise((A) => setTimeout(A, 1e3)), S.logout({ redirectUri: window.location.origin }).catch(() => {
|
|
7382
|
+
s.value = !1, Pm();
|
|
7383
|
+
}));
|
|
7379
7384
|
},
|
|
7380
7385
|
Login: () => {
|
|
7381
7386
|
const { oidc: g } = ki();
|
|
@@ -7400,7 +7405,7 @@ const zn = /* @__PURE__ */ rm(sm), jm = {
|
|
|
7400
7405
|
i.value = document.documentElement.scrollTop;
|
|
7401
7406
|
}), Jt.SetInitialTheme();
|
|
7402
7407
|
}
|
|
7403
|
-
},
|
|
7408
|
+
}, Vm = zn;
|
|
7404
7409
|
class Ms extends Error {
|
|
7405
7410
|
constructor(n = []) {
|
|
7406
7411
|
const r = Array.isArray(n) ? n : [n];
|
|
@@ -7493,14 +7498,14 @@ class Rs {
|
|
|
7493
7498
|
});
|
|
7494
7499
|
}
|
|
7495
7500
|
}
|
|
7496
|
-
const lm = () => new Rs(),
|
|
7501
|
+
const lm = () => new Rs(), Km = () => new Rs();
|
|
7497
7502
|
window.addEventListener("error", function(t) {
|
|
7498
7503
|
return lo(t.error) || console.error(t.error || t.message), t.preventDefault(), !1;
|
|
7499
7504
|
});
|
|
7500
7505
|
window.addEventListener("unhandledrejection", function(t) {
|
|
7501
7506
|
return lo(t.reason) || console.error("Unhandled Rejection", t.reason), t.preventDefault(), !1;
|
|
7502
7507
|
});
|
|
7503
|
-
const
|
|
7508
|
+
const zm = (t) => {
|
|
7504
7509
|
t.config.errorHandler = (e, n, r) => {
|
|
7505
7510
|
lo(e) || console.error("Vue Global Error Handler: ", { err: e, vm: n, info: r });
|
|
7506
7511
|
};
|
|
@@ -7542,7 +7547,7 @@ const co = () => cm(), um = { class: "font-percentage" }, Ti = "--font-size-incr
|
|
|
7542
7547
|
localStorage.removeItem(dm);
|
|
7543
7548
|
}), Vt(() => {
|
|
7544
7549
|
p.value = a();
|
|
7545
|
-
}), (g, S) => (
|
|
7550
|
+
}), (g, S) => (O(), U(Xe, null, [
|
|
7546
7551
|
Ee(dt, {
|
|
7547
7552
|
button: !0,
|
|
7548
7553
|
size: "sm",
|
|
@@ -7550,29 +7555,29 @@ const co = () => cm(), um = { class: "font-percentage" }, Ti = "--font-size-incr
|
|
|
7550
7555
|
tooltip: "Tamanho da fonte",
|
|
7551
7556
|
onClick: r
|
|
7552
7557
|
}),
|
|
7553
|
-
e.value ? (
|
|
7554
|
-
|
|
7558
|
+
e.value ? (O(), U(Xe, { key: 0 }, [
|
|
7559
|
+
$("div", {
|
|
7555
7560
|
class: ee(["border", "fadein", "font-size-wrapper"]),
|
|
7556
7561
|
style: jt({ zIndex: n.value + 1 })
|
|
7557
7562
|
}, [
|
|
7558
|
-
|
|
7563
|
+
$("div", {
|
|
7559
7564
|
class: "icon",
|
|
7560
7565
|
onClick: u
|
|
7561
7566
|
}),
|
|
7562
|
-
|
|
7567
|
+
$("span", um, $e(p.value.toLocaleString("pt-br", {
|
|
7563
7568
|
style: "percent",
|
|
7564
7569
|
maximumFractionDigits: 0
|
|
7565
7570
|
})), 1),
|
|
7566
|
-
|
|
7571
|
+
$("div", {
|
|
7567
7572
|
class: "icon add",
|
|
7568
7573
|
onClick: l
|
|
7569
7574
|
}),
|
|
7570
|
-
|
|
7575
|
+
$("span", {
|
|
7571
7576
|
class: "redefinir",
|
|
7572
7577
|
onClick: d
|
|
7573
7578
|
}, " Redefinir ")
|
|
7574
7579
|
], 4),
|
|
7575
|
-
|
|
7580
|
+
$("div", {
|
|
7576
7581
|
class: "font-size-mask",
|
|
7577
7582
|
style: jt({ zIndex: n.value }),
|
|
7578
7583
|
onClick: o
|
|
@@ -7587,7 +7592,7 @@ const co = () => cm(), um = { class: "font-percentage" }, Ti = "--font-size-incr
|
|
|
7587
7592
|
function r() {
|
|
7588
7593
|
document.documentElement.scrollTo(0, 0);
|
|
7589
7594
|
}
|
|
7590
|
-
return (o, i) => (
|
|
7595
|
+
return (o, i) => (O(), U("button", {
|
|
7591
7596
|
class: ee(["sf-scrollToTop", { "sf-scrollToTop-visible": n.value }]),
|
|
7592
7597
|
onClick: r
|
|
7593
7598
|
}, null, 2));
|
|
@@ -7623,104 +7628,102 @@ const co = () => cm(), um = { class: "font-percentage" }, Ti = "--font-size-incr
|
|
|
7623
7628
|
A();
|
|
7624
7629
|
});
|
|
7625
7630
|
});
|
|
7626
|
-
const x = e
|
|
7627
|
-
|
|
7628
|
-
};
|
|
7629
|
-
return (b, O) => ($(), H("main", {
|
|
7631
|
+
const x = e;
|
|
7632
|
+
return (w, b) => (O(), U("main", {
|
|
7630
7633
|
ref_key: "mainRef",
|
|
7631
7634
|
ref: S,
|
|
7632
7635
|
class: ee({
|
|
7633
|
-
disabled:
|
|
7634
|
-
"nav-menu-visible":
|
|
7636
|
+
disabled: ae(g),
|
|
7637
|
+
"nav-menu-visible": ae(o)
|
|
7635
7638
|
})
|
|
7636
7639
|
}, [
|
|
7637
|
-
|
|
7640
|
+
$("aside", {
|
|
7638
7641
|
id: "nav-menu",
|
|
7639
7642
|
ref_key: "navMenuRef",
|
|
7640
7643
|
ref: I,
|
|
7641
|
-
class: ee({ "nav-menu-hidden": !
|
|
7644
|
+
class: ee({ "nav-menu-hidden": !ae(o) })
|
|
7642
7645
|
}, [
|
|
7643
|
-
|
|
7644
|
-
|
|
7645
|
-
|
|
7646
|
+
$("div", hm, [
|
|
7647
|
+
b[1] || (b[1] = $("span", null, "Menu", -1)),
|
|
7648
|
+
$("div", gm, [
|
|
7646
7649
|
Ee(dt, {
|
|
7647
7650
|
button: !0,
|
|
7648
7651
|
icon: "close",
|
|
7649
|
-
onClick:
|
|
7652
|
+
onClick: ae(s)
|
|
7650
7653
|
}, null, 8, ["onClick"])
|
|
7651
7654
|
])
|
|
7652
7655
|
]),
|
|
7653
|
-
me(
|
|
7656
|
+
me(w.$slots, "nav-menu", {}, void 0, !0)
|
|
7654
7657
|
], 2),
|
|
7655
|
-
|
|
7656
|
-
|
|
7658
|
+
$("div", vm, [
|
|
7659
|
+
$("div", {
|
|
7657
7660
|
id: "top-bar",
|
|
7658
|
-
class: ee({ "shadow-bottom":
|
|
7661
|
+
class: ee({ "shadow-bottom": ae(a) > 72 })
|
|
7659
7662
|
}, [
|
|
7660
7663
|
Ee(dt, {
|
|
7661
7664
|
button: !0,
|
|
7662
|
-
icon:
|
|
7665
|
+
icon: ae(o) ? "menu_open" : "menu",
|
|
7663
7666
|
tooltip: "Menu",
|
|
7664
|
-
onClick:
|
|
7667
|
+
onClick: ae(s)
|
|
7665
7668
|
}, null, 8, ["icon", "onClick"]),
|
|
7666
|
-
|
|
7667
|
-
|
|
7668
|
-
|
|
7669
|
+
$("div", ym, $e(ae(g) ? "Saindo..." : ae(i)), 1),
|
|
7670
|
+
b[2] || (b[2] = $("span", { class: "sep" }, null, -1)),
|
|
7671
|
+
$("div", bm, [
|
|
7669
7672
|
Ee(dt, {
|
|
7670
7673
|
button: !0,
|
|
7671
7674
|
size: "sm",
|
|
7672
|
-
icon:
|
|
7673
|
-
tooltip:
|
|
7674
|
-
onClick:
|
|
7675
|
+
icon: ae(l) ? "light_mode" : "dark_mode",
|
|
7676
|
+
tooltip: ae(l) ? "Modo claro" : "Modo escuro",
|
|
7677
|
+
onClick: ae(u)
|
|
7675
7678
|
}, null, 8, ["icon", "tooltip", "onClick"]),
|
|
7676
7679
|
Ee(mm),
|
|
7677
|
-
n.auth ? (
|
|
7678
|
-
n.auth.isAuthenticated ? (
|
|
7680
|
+
n.auth ? (O(), U(Xe, { key: 0 }, [
|
|
7681
|
+
n.auth.isAuthenticated ? (O(), pe(dt, {
|
|
7679
7682
|
key: 0,
|
|
7680
7683
|
button: !0,
|
|
7681
7684
|
size: "sm",
|
|
7682
7685
|
icon: "logout",
|
|
7683
7686
|
tooltip: "Sair",
|
|
7684
|
-
onClick:
|
|
7685
|
-
})) : (
|
|
7687
|
+
onClick: ae(p)
|
|
7688
|
+
}, null, 8, ["onClick"])) : (O(), pe(dt, {
|
|
7686
7689
|
key: 1,
|
|
7687
7690
|
button: !0,
|
|
7688
7691
|
size: "sm",
|
|
7689
7692
|
icon: "login",
|
|
7690
7693
|
tooltip: "Entrar",
|
|
7691
|
-
onClick:
|
|
7694
|
+
onClick: b[0] || (b[0] = (N) => x("login"))
|
|
7692
7695
|
}))
|
|
7693
7696
|
], 64)) : se("", !0)
|
|
7694
7697
|
])
|
|
7695
7698
|
], 2),
|
|
7696
|
-
|
|
7697
|
-
|
|
7699
|
+
$("div", wm, [
|
|
7700
|
+
ae(g) ? (O(), U("div", _m, [
|
|
7698
7701
|
Ee($i)
|
|
7699
|
-
])) : me(
|
|
7702
|
+
])) : me(w.$slots, "content", { key: 1 }, void 0, !0)
|
|
7700
7703
|
])
|
|
7701
7704
|
]),
|
|
7702
|
-
|
|
7703
|
-
|
|
7704
|
-
|
|
7705
|
-
|
|
7706
|
-
me(
|
|
7707
|
-
|
|
7705
|
+
$("footer", null, [
|
|
7706
|
+
b[5] || (b[5] = $("div", { class: "logo-fazenda" }, null, -1)),
|
|
7707
|
+
$("div", Sm, [
|
|
7708
|
+
$("span", km, [
|
|
7709
|
+
me(w.$slots, "footer-nome-fazenda", {}, () => [
|
|
7710
|
+
b[3] || (b[3] = Po(" SECRETARIA MUNICIPAL DA FAZENDA "))
|
|
7708
7711
|
], !0)
|
|
7709
7712
|
]),
|
|
7710
|
-
|
|
7711
|
-
me(
|
|
7712
|
-
|
|
7713
|
+
$("span", Cm, [
|
|
7714
|
+
me(w.$slots, "footer-endereco-fazenda", {}, () => [
|
|
7715
|
+
b[4] || (b[4] = Po(" Rua Líbero Badaró, 190 - Centro - São Paulo - SP - CEP 01008-000 "))
|
|
7713
7716
|
], !0)
|
|
7714
7717
|
])
|
|
7715
7718
|
]),
|
|
7716
|
-
|
|
7717
|
-
me(
|
|
7719
|
+
$("div", Im, [
|
|
7720
|
+
me(w.$slots, "footer-right", {}, void 0, !0)
|
|
7718
7721
|
])
|
|
7719
7722
|
]),
|
|
7720
7723
|
Ee(pm)
|
|
7721
7724
|
], 2));
|
|
7722
7725
|
}
|
|
7723
|
-
}),
|
|
7726
|
+
}), Wm = /* @__PURE__ */ St(Tm, [["__scopeId", "data-v-e01a2ee4"]]), Gm = /* @__PURE__ */ De({
|
|
7724
7727
|
__name: "PageTitle",
|
|
7725
7728
|
props: {
|
|
7726
7729
|
title: {}
|
|
@@ -7798,7 +7801,7 @@ const co = () => cm(), um = { class: "font-percentage" }, Ti = "--font-size-incr
|
|
|
7798
7801
|
color: "var(--primary-color)"
|
|
7799
7802
|
}
|
|
7800
7803
|
}
|
|
7801
|
-
},
|
|
7804
|
+
}, qm = {
|
|
7802
7805
|
semantic: {
|
|
7803
7806
|
disabled: {
|
|
7804
7807
|
opacity: "1"
|
|
@@ -8218,7 +8221,7 @@ class Tt {
|
|
|
8218
8221
|
return new Promise((n) => setTimeout(n, e));
|
|
8219
8222
|
}
|
|
8220
8223
|
}
|
|
8221
|
-
class
|
|
8224
|
+
class Ym {
|
|
8222
8225
|
constructor(e) {
|
|
8223
8226
|
ne(this, "sub");
|
|
8224
8227
|
ne(this, "username");
|
|
@@ -8258,7 +8261,7 @@ class qm {
|
|
|
8258
8261
|
return ((e = this.userinfo) == null ? void 0 : e.jobTitle) ?? null;
|
|
8259
8262
|
}
|
|
8260
8263
|
}
|
|
8261
|
-
function
|
|
8264
|
+
function Xm() {
|
|
8262
8265
|
const t = oe("development");
|
|
8263
8266
|
function e(l) {
|
|
8264
8267
|
t.value = l.toLocaleLowerCase();
|
|
@@ -8278,7 +8281,7 @@ function Ym() {
|
|
|
8278
8281
|
$reset: s
|
|
8279
8282
|
};
|
|
8280
8283
|
}
|
|
8281
|
-
const
|
|
8284
|
+
const Zm = (t) => {
|
|
8282
8285
|
const e = /* @__PURE__ */ new Set();
|
|
8283
8286
|
function n(r) {
|
|
8284
8287
|
const { name: o, children: i } = r;
|
|
@@ -8362,11 +8365,11 @@ class Am {
|
|
|
8362
8365
|
this.resolve && this.resolve(), this.current && this.current.classList.remove("visible");
|
|
8363
8366
|
}
|
|
8364
8367
|
}
|
|
8365
|
-
const Em = new Am(),
|
|
8366
|
-
function
|
|
8368
|
+
const Em = new Am(), Jm = () => Em;
|
|
8369
|
+
function Pm() {
|
|
8367
8370
|
document.documentElement.removeAttribute("data-app-message"), document.documentElement.classList.add("app-mounted");
|
|
8368
8371
|
}
|
|
8369
|
-
function
|
|
8372
|
+
function Lm(t) {
|
|
8370
8373
|
typeof t == "string" && document.documentElement.setAttribute(
|
|
8371
8374
|
"data-app-message",
|
|
8372
8375
|
t
|
|
@@ -8375,35 +8378,35 @@ function Pm(t) {
|
|
|
8375
8378
|
export {
|
|
8376
8379
|
Ms as AppError,
|
|
8377
8380
|
am as AppResult,
|
|
8378
|
-
|
|
8379
|
-
|
|
8380
|
-
|
|
8381
|
-
|
|
8382
|
-
|
|
8383
|
-
|
|
8384
|
-
|
|
8381
|
+
Xm as BaseAppState,
|
|
8382
|
+
jm as ConfigAuth,
|
|
8383
|
+
Zm as EnsureUniqueRouteNames,
|
|
8384
|
+
Pm as RemovePreloader,
|
|
8385
|
+
Lm as RestorePreloader,
|
|
8386
|
+
Rm as SfButton,
|
|
8387
|
+
Um as SfContent,
|
|
8385
8388
|
ya as SfDrawer,
|
|
8386
|
-
|
|
8389
|
+
Bm as SfHelpButton,
|
|
8387
8390
|
dt as SfIcon,
|
|
8388
8391
|
ma as SfLoadingCircle,
|
|
8389
|
-
|
|
8390
|
-
|
|
8391
|
-
|
|
8392
|
-
|
|
8393
|
-
|
|
8392
|
+
Wm as SfMain,
|
|
8393
|
+
Dm as SfMessage,
|
|
8394
|
+
Nm as SfNavMenu,
|
|
8395
|
+
Gm as SfPageTitle,
|
|
8396
|
+
Mm as SfTabNavigation,
|
|
8394
8397
|
ta as SfTooltip,
|
|
8395
8398
|
lm as UseAlert,
|
|
8396
|
-
|
|
8399
|
+
Km as UseAlertService,
|
|
8397
8400
|
co as UseAppInject,
|
|
8398
8401
|
ki as UseAuth,
|
|
8399
8402
|
$f as UseConfirm,
|
|
8400
|
-
|
|
8401
|
-
|
|
8402
|
-
|
|
8403
|
+
Hm as UseConfirmService,
|
|
8404
|
+
Jm as UseSimpleToast,
|
|
8405
|
+
Ym as User,
|
|
8403
8406
|
Tt as Utilities,
|
|
8404
|
-
|
|
8405
|
-
|
|
8406
|
-
|
|
8407
|
-
|
|
8407
|
+
Vm as _logger,
|
|
8408
|
+
Fm as configSF,
|
|
8409
|
+
zm as globalErrorHandler,
|
|
8410
|
+
qm as themePreset
|
|
8408
8411
|
};
|
|
8409
8412
|
//# sourceMappingURL=sf.prefeiturasp.vuecomponents.js.map
|