@luizleon/sf.prefeiturasp.vuecomponents 0.0.53 → 0.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,9 @@
1
- var ia = Object.defineProperty;
2
- var sa = (t, e, n) => e in t ? ia(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
3
- var We = (t, e, n) => (sa(t, typeof e != "symbol" ? e + "" : e, n), n);
4
- import { ref as Ne, openBlock as H, createElementBlock as te, createElementVNode as z, defineComponent as Ke, onBeforeUnmount as Ti, unref as Ee, renderSlot as Pe, computed as Lt, createBlock as pe, resolveDynamicComponent as ct, withCtx as qe, normalizeStyle as Qt, normalizeClass as me, mergeProps as ee, Fragment as ht, createTextVNode as br, toDisplayString as pt, createCommentVNode as be, useSlots as aa, watch as Ln, Teleport as la, withModifiers as er, createVNode as Be, Transition as Nr, onMounted as dn, createStaticVNode as ua, resolveComponent as Dt, renderList as Mr, inject as ca, readonly as da, getCurrentInstance as fa, nextTick as ha, resolveDirective as pa, withDirectives as wr, vShow as Pi } from "vue";
5
- class ma {
1
+ var na = Object.defineProperty;
2
+ var ra = (t, e, n) => e in t ? na(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
3
+ var We = (t, e, n) => (ra(t, typeof e != "symbol" ? e + "" : e, n), n);
4
+ import { ref as Ne, openBlock as H, createElementBlock as te, createElementVNode as z, defineComponent as Ke, onBeforeUnmount as xi, unref as Ee, renderSlot as Pe, computed as Lt, createBlock as pe, resolveDynamicComponent as ct, withCtx as qe, normalizeStyle as Qt, normalizeClass as me, mergeProps as ee, Fragment as ht, createTextVNode as br, toDisplayString as pt, createCommentVNode as be, useSlots as oa, watch as Ln, Teleport as ia, withModifiers as er, createVNode as Be, Transition as Nr, onMounted as dn, createStaticVNode as sa, resolveComponent as Dt, renderList as Mr, readonly as aa, getCurrentInstance as la, nextTick as ua, resolveDirective as ca, withDirectives as wr, vShow as Ii } from "vue";
5
+ import { useRoute as da } from "vue-router";
6
+ class fa {
6
7
  constructor() {
7
8
  We(this, "_visible", Ne(!1));
8
9
  }
@@ -19,7 +20,7 @@ class ma {
19
20
  this._visible.value = !0;
20
21
  }
21
22
  }
22
- const ga = new ma(), Oi = () => ga;
23
+ const ha = new fa(), ki = () => ha;
23
24
  class dt {
24
25
  /**
25
26
  * Creates a new instance of the CssClassBuilder class.
@@ -54,7 +55,7 @@ class dt {
54
55
  return this.retorno.trim();
55
56
  }
56
57
  }
57
- function Li(t = []) {
58
+ function Ti(t = []) {
58
59
  let e = "body *:not(style)";
59
60
  for (const n of t)
60
61
  e += `, ${n}`;
@@ -65,13 +66,13 @@ function Li(t = []) {
65
66
  })
66
67
  );
67
68
  }
68
- let ya = (t = 21) => crypto.getRandomValues(new Uint8Array(t)).reduce((e, n) => (n &= 63, n < 36 ? e += n.toString(36) : n < 62 ? e += (n - 26).toString(36).toUpperCase() : n > 62 ? e += "-" : e += "_", e), "");
69
- const Ri = (t, e) => {
69
+ let pa = (t = 21) => crypto.getRandomValues(new Uint8Array(t)).reduce((e, n) => (n &= 63, n < 36 ? e += n.toString(36) : n < 62 ? e += (n - 26).toString(36).toUpperCase() : n > 62 ? e += "-" : e += "_", e), "");
70
+ const Pi = (t, e) => {
70
71
  const n = t.__vccOpts || t;
71
72
  for (const [r, o] of e)
72
73
  n[r] = o;
73
74
  return n;
74
- }, va = {}, ba = { class: "sf-loading-circle" }, wa = /* @__PURE__ */ z("div", null, [
75
+ }, ma = {}, ga = { class: "sf-loading-circle" }, ya = /* @__PURE__ */ z("div", null, [
75
76
  /* @__PURE__ */ z("svg", { viewBox: "25 25 50 50" }, [
76
77
  /* @__PURE__ */ z("circle", {
77
78
  cx: "50",
@@ -82,13 +83,13 @@ const Ri = (t, e) => {
82
83
  "stroke-miterlimit": "10"
83
84
  })
84
85
  ])
85
- ], -1), Sa = [
86
- wa
86
+ ], -1), va = [
87
+ ya
87
88
  ];
88
- function Aa(t, e) {
89
- return H(), te("div", ba, Sa);
89
+ function ba(t, e) {
90
+ return H(), te("div", ga, va);
90
91
  }
91
- const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
92
+ const wa = /* @__PURE__ */ Pi(ma, [["render", ba]]), Oi = /* @__PURE__ */ Ke({
92
93
  __name: "Tooltip",
93
94
  props: {
94
95
  text: {}
@@ -100,7 +101,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
100
101
  We(this, "zIndex");
101
102
  We(this, "wrapper");
102
103
  We(this, "inner");
103
- this.zIndex = Li() + 1, this.Render();
104
+ this.zIndex = Ti() + 1, this.Render();
104
105
  }
105
106
  Render() {
106
107
  this.wrapper = document.createElement("div"), this.wrapper.classList.add("sf-tooltip-wrapper"), this.wrapper.style.zIndex = `${this.zIndex ?? 0}`, this.inner = document.createElement("div"), this.inner.classList.add("sf-tooltip-inner"), this.wrapper.appendChild(this.inner);
@@ -125,7 +126,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
125
126
  }
126
127
  }
127
128
  const r = new n();
128
- return Ti(() => {
129
+ return xi(() => {
129
130
  r.Hide();
130
131
  }), (o, i) => (H(), te("div", {
131
132
  class: "sf-tooltip-anchor",
@@ -139,7 +140,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
139
140
  Pe(o.$slots, "default")
140
141
  ], 32));
141
142
  }
142
- }), Ea = ["disabled", "tabindex"], Ca = ["data-color"], wt = /* @__PURE__ */ Ke({
143
+ }), Sa = ["disabled", "tabindex"], Aa = ["data-color"], wt = /* @__PURE__ */ Ke({
143
144
  __name: "Icon",
144
145
  props: {
145
146
  icon: {},
@@ -158,7 +159,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
158
159
  },
159
160
  setup(t) {
160
161
  const e = t, n = Lt(
161
- () => e.tooltip ? Fi : "div"
162
+ () => e.tooltip ? Oi : "div"
162
163
  ), r = Lt(() => new dt(`${e.class} sf-icon`).AddClass("sf-component-loading", e.loading).AddClass("sf-component-disabled", e.disabled).AddClass("sf-icon-button", e.button).AddClass("sf-icon-small", e.size === "sm").AddClass("sf-icon-medium", e.size === "md").AddClass("sf-icon-large", e.size === "lg").AddClass("sf-ripple", e.button === !0).Build());
163
164
  return (o, i) => (H(), pe(ct(n.value), {
164
165
  text: e.tooltip
@@ -178,23 +179,23 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
178
179
  }, e.buttonProps, {
179
180
  tabindex: e.button ? void 0 : -1
180
181
  }), [
181
- e.loading ? (H(), pe(_a, { key: 0 })) : (H(), te(ht, { key: 1 }, [
182
+ e.loading ? (H(), pe(wa, { key: 0 })) : (H(), te(ht, { key: 1 }, [
182
183
  br(pt(e.icon), 1)
183
184
  ], 64))
184
- ], 16, Ea),
185
+ ], 16, Sa),
185
186
  e.dot ? (H(), te("span", {
186
187
  key: 0,
187
188
  "data-color": e.dotColor
188
- }, null, 8, Ca)) : be("", !0)
189
+ }, null, 8, Aa)) : be("", !0)
189
190
  ], 6)) : be("", !0)
190
191
  ]),
191
192
  _: 1
192
193
  }, 8, ["text"]));
193
194
  }
194
- }), xa = ["id", "onClick"], Ia = { class: "sf-drawer-header" }, ka = { class: "sf-drawer-title" }, Ta = { class: "sf-drawer-content" }, Pa = {
195
+ }), _a = ["id", "onClick"], Ea = { class: "sf-drawer-header" }, Ca = { class: "sf-drawer-title" }, xa = { class: "sf-drawer-content" }, Ia = {
195
196
  key: 0,
196
197
  class: "sf-drawer-footer"
197
- }, Oa = /* @__PURE__ */ Ke({
198
+ }, ka = /* @__PURE__ */ Ke({
198
199
  __name: "Drawer",
199
200
  props: {
200
201
  visible: { type: Boolean, default: !1 },
@@ -203,7 +204,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
203
204
  },
204
205
  emits: ["update:visible", "open", "before-close"],
205
206
  setup(t, { emit: e }) {
206
- const n = t, r = e, o = aa(), i = Ne(n.visible), s = Ne(!1), l = Ne(0), a = ya();
207
+ const n = t, r = e, o = oa(), i = Ne(n.visible), s = Ne(!1), l = Ne(0), a = pa();
207
208
  function c() {
208
209
  i.value = !1;
209
210
  }
@@ -214,7 +215,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
214
215
  r("open"), window.document.addEventListener("keydown", d, !0);
215
216
  }
216
217
  function y(A) {
217
- l.value = Li(), A.style.zIndex = `${l.value}`;
218
+ l.value = Ti(), A.style.zIndex = `${l.value}`;
218
219
  }
219
220
  function b(A) {
220
221
  var $;
@@ -236,7 +237,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
236
237
  (A) => {
237
238
  r("update:visible", A), A && (s.value = !0);
238
239
  }
239
- ), (A, $) => (H(), pe(la, { to: "body" }, [
240
+ ), (A, $) => (H(), pe(ia, { to: "body" }, [
240
241
  s.value ? (H(), te("div", {
241
242
  key: 0,
242
243
  id: Ee(a),
@@ -265,8 +266,8 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
265
266
  role: "dialog",
266
267
  onClick: $[0] || ($[0] = er((G) => A.void, ["stop"]))
267
268
  }, [
268
- z("div", Ia, [
269
- z("span", ka, [
269
+ z("div", Ea, [
270
+ z("span", Ca, [
270
271
  Pe(A.$slots, "title")
271
272
  ]),
272
273
  Be(wt, {
@@ -275,20 +276,20 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
275
276
  onClick: er(c, ["stop"])
276
277
  }, null, 8, ["onClick"])
277
278
  ]),
278
- z("div", Ta, [
279
+ z("div", xa, [
279
280
  Pe(A.$slots, "default")
280
281
  ]),
281
- Ee(o).footer ? (H(), te("div", Pa, [
282
+ Ee(o).footer ? (H(), te("div", Ia, [
282
283
  Pe(A.$slots, "footer")
283
284
  ])) : be("", !0)
284
285
  ], 6)) : be("", !0)
285
286
  ]),
286
287
  _: 3
287
288
  })
288
- ], 14, xa)) : be("", !0)
289
+ ], 14, _a)) : be("", !0)
289
290
  ]));
290
291
  }
291
- }), La = ["id", "name", "disabled", "data-color", "form", "type"], Ra = { class: "sf-button-label" }, Fa = /* @__PURE__ */ Ke({
292
+ }), Ta = ["id", "name", "disabled", "data-color", "form", "type"], Pa = { class: "sf-button-label" }, Oa = /* @__PURE__ */ Ke({
292
293
  __name: "Button",
293
294
  props: {
294
295
  icon: {},
@@ -336,24 +337,24 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
336
337
  size: e.size,
337
338
  "button-props": { tabindex: -1 }
338
339
  }, null, 8, ["size"])) : be("", !0),
339
- z("span", Ra, [
340
+ z("span", Pa, [
340
341
  Pe(r.$slots, "default")
341
342
  ])
342
- ], 14, La)) : be("", !0);
343
+ ], 14, Ta)) : be("", !0);
343
344
  }
344
- }), $i = "SweetAlert2:", $a = (t) => {
345
+ }), Li = "SweetAlert2:", La = (t) => {
345
346
  const e = [];
346
347
  for (let n = 0; n < t.length; n++)
347
348
  e.indexOf(t[n]) === -1 && e.push(t[n]);
348
349
  return e;
349
350
  }, Ur = (t) => t.charAt(0).toUpperCase() + t.slice(1), je = (t) => Array.prototype.slice.call(t), Me = (t) => {
350
- console.warn(`${$i} ${typeof t == "object" ? t.join(" ") : t}`);
351
+ console.warn(`${Li} ${typeof t == "object" ? t.join(" ") : t}`);
351
352
  }, Et = (t) => {
352
- console.error(`${$i} ${t}`);
353
- }, To = [], Da = (t) => {
353
+ console.error(`${Li} ${t}`);
354
+ }, To = [], Ra = (t) => {
354
355
  To.includes(t) || (To.push(t), Me(t));
355
- }, Ba = (t, e) => {
356
- Da(
356
+ }, Fa = (t, e) => {
357
+ Ra(
357
358
  `"${t}" is deprecated and will be removed in the next major release. Please use "${e}" instead.`
358
359
  );
359
360
  }, Dn = (t) => typeof t == "function" ? t() : t, Hr = (t) => t && typeof t.toPromise == "function", fn = (t) => Hr(t) ? t.toPromise() : Promise.resolve(t), jr = (t) => t && Promise.resolve(t) === t, Pt = {
@@ -444,7 +445,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
444
445
  didClose: void 0,
445
446
  didDestroy: void 0,
446
447
  scrollbarPadding: !0
447
- }, Na = [
448
+ }, $a = [
448
449
  "allowEscapeKey",
449
450
  "allowOutsideClick",
450
451
  "background",
@@ -488,7 +489,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
488
489
  "title",
489
490
  "titleText",
490
491
  "willClose"
491
- ], Ma = {}, Ua = [
492
+ ], Da = {}, Ba = [
492
493
  "allowOutsideClick",
493
494
  "allowEnterKey",
494
495
  "backdrop",
@@ -498,22 +499,22 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
498
499
  "returnFocus",
499
500
  "heightAuto",
500
501
  "keydownListenerCapture"
501
- ], Di = (t) => Object.prototype.hasOwnProperty.call(Pt, t), Bi = (t) => Na.indexOf(t) !== -1, Sr = (t) => Ma[t], Ha = (t) => {
502
- Di(t) || Me(`Unknown parameter "${t}"`);
503
- }, ja = (t) => {
504
- Ua.includes(t) && Me(`The parameter "${t}" is incompatible with toasts`);
505
- }, Va = (t) => {
506
- Sr(t) && Ba(t, Sr(t));
507
- }, Ka = (t) => {
502
+ ], Ri = (t) => Object.prototype.hasOwnProperty.call(Pt, t), Fi = (t) => $a.indexOf(t) !== -1, Sr = (t) => Da[t], Na = (t) => {
503
+ Ri(t) || Me(`Unknown parameter "${t}"`);
504
+ }, Ma = (t) => {
505
+ Ba.includes(t) && Me(`The parameter "${t}" is incompatible with toasts`);
506
+ }, Ua = (t) => {
507
+ Sr(t) && Fa(t, Sr(t));
508
+ }, Ha = (t) => {
508
509
  !t.backdrop && t.allowOutsideClick && Me('"allowOutsideClick" parameter requires `backdrop` parameter to be set to `true`');
509
510
  for (const e in t)
510
- Ha(e), t.toast && ja(e), Va(e);
511
- }, Wa = "swal2-", Ni = (t) => {
511
+ Na(e), t.toast && Ma(e), Ua(e);
512
+ }, ja = "swal2-", $i = (t) => {
512
513
  const e = {};
513
514
  for (const n in t)
514
- e[t[n]] = Wa + t[n];
515
+ e[t[n]] = ja + t[n];
515
516
  return e;
516
- }, m = Ni([
517
+ }, m = $i([
517
518
  "container",
518
519
  "shown",
519
520
  "height-auto",
@@ -583,10 +584,10 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
583
584
  "icon-info",
584
585
  "icon-question",
585
586
  "icon-error"
586
- ]), Jt = Ni(["success", "warning", "info", "question", "error"]), xe = () => document.body.querySelector(`.${m.container}`), hn = (t) => {
587
+ ]), Jt = $i(["success", "warning", "info", "question", "error"]), xe = () => document.body.querySelector(`.${m.container}`), hn = (t) => {
587
588
  const e = xe();
588
589
  return e ? e.querySelector(t) : null;
589
- }, Ye = (t) => hn(`.${t}`), se = () => Ye(m.popup), pn = () => Ye(m.icon), Mi = () => Ye(m.title), Rn = () => Ye(m["html-container"]), Ui = () => Ye(m.image), Hi = () => Ye(m["progress-steps"]), Bn = () => Ye(m["validation-message"]), Ze = () => hn(`.${m.actions} .${m.confirm}`), mt = () => hn(`.${m.actions} .${m.deny}`), za = () => Ye(m["input-label"]), Bt = () => hn(`.${m.loader}`), St = () => hn(`.${m.actions} .${m.cancel}`), mn = () => Ye(m.actions), ji = () => Ye(m.footer), Nn = () => Ye(m["timer-progress-bar"]), Vr = () => Ye(m.close), qa = `
590
+ }, Ye = (t) => hn(`.${t}`), se = () => Ye(m.popup), pn = () => Ye(m.icon), Di = () => Ye(m.title), Rn = () => Ye(m["html-container"]), Bi = () => Ye(m.image), Ni = () => Ye(m["progress-steps"]), Bn = () => Ye(m["validation-message"]), Ze = () => hn(`.${m.actions} .${m.confirm}`), mt = () => hn(`.${m.actions} .${m.deny}`), Va = () => Ye(m["input-label"]), Bt = () => hn(`.${m.loader}`), St = () => hn(`.${m.actions} .${m.cancel}`), mn = () => Ye(m.actions), Mi = () => Ye(m.footer), Nn = () => Ye(m["timer-progress-bar"]), Vr = () => Ye(m.close), Ka = `
590
591
  a[href],
591
592
  area[href],
592
593
  input:not([disabled]),
@@ -607,11 +608,11 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
607
608
  ).sort((n, r) => {
608
609
  const o = parseInt(n.getAttribute("tabindex")), i = parseInt(r.getAttribute("tabindex"));
609
610
  return o > i ? 1 : o < i ? -1 : 0;
610
- }), e = je(se().querySelectorAll(qa)).filter(
611
+ }), e = je(se().querySelectorAll(Ka)).filter(
611
612
  (n) => n.getAttribute("tabindex") !== "-1"
612
613
  );
613
- return $a(t.concat(e)).filter((n) => He(n));
614
- }, Wr = () => at(document.body, m.shown) && !at(document.body, m["toast-shown"]) && !at(document.body, m["no-backdrop"]), Mn = () => se() && at(se(), m.toast), Ga = () => se().hasAttribute("data-loading"), Ot = {
614
+ return La(t.concat(e)).filter((n) => He(n));
615
+ }, Wr = () => at(document.body, m.shown) && !at(document.body, m["toast-shown"]) && !at(document.body, m["no-backdrop"]), Mn = () => se() && at(se(), m.toast), Wa = () => se().hasAttribute("data-loading"), Ot = {
615
616
  previousBodyPadding: null
616
617
  }, Ce = (t, e) => {
617
618
  if (t.textContent = "", e) {
@@ -630,12 +631,12 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
630
631
  if (!t.classList.contains(n[r]))
631
632
  return !1;
632
633
  return !0;
633
- }, Ja = (t, e) => {
634
+ }, za = (t, e) => {
634
635
  je(t.classList).forEach((n) => {
635
636
  !Object.values(m).includes(n) && !Object.values(Jt).includes(n) && !Object.values(e.showClass).includes(n) && t.classList.remove(n);
636
637
  });
637
638
  }, Je = (t, e, n) => {
638
- if (Ja(t, e), e.customClass && e.customClass[n]) {
639
+ if (za(t, e), e.customClass && e.customClass[n]) {
639
640
  if (typeof e.customClass[n] != "string" && !e.customClass[n].forEach)
640
641
  return Me(
641
642
  `Invalid type of customClass.${n}! Expected string or iterable object, got "${typeof e.customClass[n]}"`
@@ -659,21 +660,21 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
659
660
  default:
660
661
  return t.querySelector(`.${m.popup} > .${m.input}`);
661
662
  }
662
- }, Vi = (t) => {
663
+ }, Ui = (t) => {
663
664
  if (t.focus(), t.type !== "file") {
664
665
  const e = t.value;
665
666
  t.value = "", t.value = e;
666
667
  }
667
- }, Ki = (t, e, n) => {
668
+ }, Hi = (t, e, n) => {
668
669
  !t || !e || (typeof e == "string" && (e = e.split(/\s+/).filter(Boolean)), e.forEach((r) => {
669
670
  Array.isArray(t) ? t.forEach((o) => {
670
671
  n ? o.classList.add(r) : o.classList.remove(r);
671
672
  }) : n ? t.classList.add(r) : t.classList.remove(r);
672
673
  }));
673
674
  }, oe = (t, e) => {
674
- Ki(t, e, !0);
675
+ Hi(t, e, !0);
675
676
  }, rt = (t, e) => {
676
- Ki(t, e, !1);
677
+ Hi(t, e, !1);
677
678
  }, ft = (t, e) => {
678
679
  const n = je(t.childNodes);
679
680
  for (let r = 0; r < n.length; r++)
@@ -690,7 +691,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
690
691
  o && (o.style[n] = r);
691
692
  }, Un = (t, e, n) => {
692
693
  e ? Se(t, n) : Ie(t);
693
- }, He = (t) => !!(t && (t.offsetWidth || t.offsetHeight || t.getClientRects().length)), Ya = () => !He(Ze()) && !He(mt()) && !He(St()), Oo = (t) => t.scrollHeight > t.clientHeight, Wi = (t) => {
694
+ }, He = (t) => !!(t && (t.offsetWidth || t.offsetHeight || t.getClientRects().length)), qa = () => !He(Ze()) && !He(mt()) && !He(St()), Oo = (t) => t.scrollHeight > t.clientHeight, ji = (t) => {
694
695
  const e = window.getComputedStyle(t), n = parseFloat(e.getPropertyValue("animation-duration") || "0"), r = parseFloat(e.getPropertyValue("transition-duration") || "0");
695
696
  return n > 0 || r > 0;
696
697
  }, qr = (t, e = !1) => {
@@ -698,21 +699,21 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
698
699
  He(n) && (e && (n.style.transition = "none", n.style.width = "100%"), setTimeout(() => {
699
700
  n.style.transition = `width ${t / 1e3}s linear`, n.style.width = "0%";
700
701
  }, 10));
701
- }, Xa = () => {
702
+ }, Ga = () => {
702
703
  const t = Nn(), e = parseInt(window.getComputedStyle(t).width);
703
704
  t.style.removeProperty("transition"), t.style.width = "100%";
704
705
  const n = parseInt(window.getComputedStyle(t).width), r = e / n * 100;
705
706
  t.style.removeProperty("transition"), t.style.width = `${r}%`;
706
- }, zi = () => typeof window > "u" || typeof document > "u", Za = 100, Y = {}, Qa = () => {
707
+ }, Vi = () => typeof window > "u" || typeof document > "u", Ja = 100, Y = {}, Ya = () => {
707
708
  Y.previousActiveElement && Y.previousActiveElement.focus ? (Y.previousActiveElement.focus(), Y.previousActiveElement = null) : document.body && document.body.focus();
708
- }, el = (t) => new Promise((e) => {
709
+ }, Xa = (t) => new Promise((e) => {
709
710
  if (!t)
710
711
  return e();
711
712
  const n = window.scrollX, r = window.scrollY;
712
713
  Y.restoreFocusTimeout = setTimeout(() => {
713
- Qa(), e();
714
- }, Za), window.scrollTo(n, r);
715
- }), tl = `
714
+ Ya(), e();
715
+ }, Ja), window.scrollTo(n, r);
716
+ }), Za = `
716
717
  <div aria-labelledby="${m.title}" aria-describedby="${m["html-container"]}" class="${m.popup}" tabindex="-1">
717
718
  <button type="button" class="${m.close}"></button>
718
719
  <ul class="${m["progress-steps"]}"></ul>
@@ -745,7 +746,7 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
745
746
  <div class="${m["timer-progress-bar"]}"></div>
746
747
  </div>
747
748
  </div>
748
- `.replace(/(^|\n)\s*/g, ""), nl = () => {
749
+ `.replace(/(^|\n)\s*/g, ""), Qa = () => {
749
750
  const t = xe();
750
751
  return t ? (t.remove(), rt(
751
752
  [document.documentElement, document.body],
@@ -753,40 +754,40 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
753
754
  ), !0) : !1;
754
755
  }, vt = () => {
755
756
  Y.currentInstance.resetValidationMessage();
756
- }, rl = () => {
757
+ }, el = () => {
757
758
  const t = se(), e = ft(t, m.input), n = ft(t, m.file), r = t.querySelector(`.${m.range} input`), o = t.querySelector(`.${m.range} output`), i = ft(t, m.select), s = t.querySelector(`.${m.checkbox} input`), l = ft(t, m.textarea);
758
759
  e.oninput = vt, n.onchange = vt, i.onchange = vt, s.onchange = vt, l.oninput = vt, r.oninput = () => {
759
760
  vt(), o.value = r.value;
760
761
  }, r.onchange = () => {
761
762
  vt(), r.nextSibling.value = r.value;
762
763
  };
763
- }, ol = (t) => typeof t == "string" ? document.querySelector(t) : t, il = (t) => {
764
+ }, tl = (t) => typeof t == "string" ? document.querySelector(t) : t, nl = (t) => {
764
765
  const e = se();
765
766
  e.setAttribute("role", t.toast ? "alert" : "dialog"), e.setAttribute("aria-live", t.toast ? "polite" : "assertive"), t.toast || e.setAttribute("aria-modal", "true");
766
- }, sl = (t) => {
767
+ }, rl = (t) => {
767
768
  window.getComputedStyle(t).direction === "rtl" && oe(xe(), m.rtl);
768
- }, al = (t) => {
769
- const e = nl();
770
- if (zi()) {
769
+ }, ol = (t) => {
770
+ const e = Qa();
771
+ if (Vi()) {
771
772
  Et("SweetAlert2 requires document to initialize");
772
773
  return;
773
774
  }
774
775
  const n = document.createElement("div");
775
- n.className = m.container, e && oe(n, m["no-transition"]), Ce(n, tl);
776
- const r = ol(t.target);
777
- r.appendChild(n), il(t), sl(r), rl();
776
+ n.className = m.container, e && oe(n, m["no-transition"]), Ce(n, Za);
777
+ const r = tl(t.target);
778
+ r.appendChild(n), nl(t), rl(r), el();
778
779
  }, Gr = (t, e) => {
779
- t instanceof HTMLElement ? e.appendChild(t) : typeof t == "object" ? ll(t, e) : t && Ce(e, t);
780
- }, ll = (t, e) => {
781
- t.jquery ? ul(e, t) : Ce(e, t.toString());
782
- }, ul = (t, e) => {
780
+ t instanceof HTMLElement ? e.appendChild(t) : typeof t == "object" ? il(t, e) : t && Ce(e, t);
781
+ }, il = (t, e) => {
782
+ t.jquery ? sl(e, t) : Ce(e, t.toString());
783
+ }, sl = (t, e) => {
783
784
  if (t.textContent = "", 0 in e)
784
785
  for (let n = 0; n in e; n++)
785
786
  t.appendChild(e[n].cloneNode(!0));
786
787
  else
787
788
  t.appendChild(e.cloneNode(!0));
788
789
  }, en = (() => {
789
- if (zi())
790
+ if (Vi())
790
791
  return !1;
791
792
  const t = document.createElement("div"), e = {
792
793
  WebkitAnimation: "webkitAnimationEnd",
@@ -798,20 +799,20 @@ const _a = /* @__PURE__ */ Ri(va, [["render", Aa]]), Fi = /* @__PURE__ */ Ke({
798
799
  if (Object.prototype.hasOwnProperty.call(e, n) && typeof t.style[n] < "u")
799
800
  return e[n];
800
801
  return !1;
801
- })(), cl = () => {
802
+ })(), al = () => {
802
803
  const t = document.createElement("div");
803
804
  t.className = m["scrollbar-measure"], document.body.appendChild(t);
804
805
  const e = t.getBoundingClientRect().width - t.clientWidth;
805
806
  return document.body.removeChild(t), e;
806
- }, dl = (t, e) => {
807
+ }, ll = (t, e) => {
807
808
  const n = mn(), r = Bt();
808
- !e.showConfirmButton && !e.showDenyButton && !e.showCancelButton ? Ie(n) : Se(n), Je(n, e, "actions"), fl(n, r, e), Ce(r, e.loaderHtml), Je(r, e, "loader");
809
+ !e.showConfirmButton && !e.showDenyButton && !e.showCancelButton ? Ie(n) : Se(n), Je(n, e, "actions"), ul(n, r, e), Ce(r, e.loaderHtml), Je(r, e, "loader");
809
810
  };
810
- function fl(t, e, n) {
811
+ function ul(t, e, n) {
811
812
  const r = Ze(), o = mt(), i = St();
812
- tr(r, "confirm", n), tr(o, "deny", n), tr(i, "cancel", n), hl(r, o, i, n), n.reverseButtons && (n.toast ? (t.insertBefore(i, r), t.insertBefore(o, r)) : (t.insertBefore(i, e), t.insertBefore(o, e), t.insertBefore(r, e)));
813
+ tr(r, "confirm", n), tr(o, "deny", n), tr(i, "cancel", n), cl(r, o, i, n), n.reverseButtons && (n.toast ? (t.insertBefore(i, r), t.insertBefore(o, r)) : (t.insertBefore(i, e), t.insertBefore(o, e), t.insertBefore(r, e)));
813
814
  }
814
- function hl(t, e, n, r) {
815
+ function cl(t, e, n, r) {
815
816
  if (!r.buttonsStyling)
816
817
  return rt([t, e, n], m.styled);
817
818
  oe([t, e, n], m.styled), r.confirmButtonColor && (t.style.backgroundColor = r.confirmButtonColor, oe(t, m["default-outline"])), r.denyButtonColor && (e.style.backgroundColor = r.denyButtonColor, oe(e, m["default-outline"])), r.cancelButtonColor && (n.style.backgroundColor = r.cancelButtonColor, oe(n, m["default-outline"]));
@@ -819,55 +820,55 @@ function hl(t, e, n, r) {
819
820
  function tr(t, e, n) {
820
821
  Un(t, n[`show${Ur(e)}Button`], "inline-block"), Ce(t, n[`${e}ButtonText`]), t.setAttribute("aria-label", n[`${e}ButtonAriaLabel`]), t.className = m[e], Je(t, n, `${e}Button`), oe(t, n[`${e}ButtonClass`]);
821
822
  }
822
- function pl(t, e) {
823
+ function dl(t, e) {
823
824
  typeof e == "string" ? t.style.background = e : e || oe([document.documentElement, document.body], m["no-backdrop"]);
824
825
  }
825
- function ml(t, e) {
826
+ function fl(t, e) {
826
827
  e in m ? oe(t, m[e]) : (Me('The "position" parameter is not valid, defaulting to "center"'), oe(t, m.center));
827
828
  }
828
- function gl(t, e) {
829
+ function hl(t, e) {
829
830
  if (e && typeof e == "string") {
830
831
  const n = `grow-${e}`;
831
832
  n in m && oe(t, m[n]);
832
833
  }
833
834
  }
834
- const yl = (t, e) => {
835
+ const pl = (t, e) => {
835
836
  const n = xe();
836
- n && (pl(n, e.backdrop), ml(n, e.position), gl(n, e.grow), Je(n, e, "container"));
837
+ n && (dl(n, e.backdrop), fl(n, e.position), hl(n, e.grow), Je(n, e, "container"));
837
838
  }, X = {
838
839
  awaitingPromise: /* @__PURE__ */ new WeakMap(),
839
840
  promise: /* @__PURE__ */ new WeakMap(),
840
841
  innerParams: /* @__PURE__ */ new WeakMap(),
841
842
  domCache: /* @__PURE__ */ new WeakMap()
842
- }, vl = ["input", "file", "range", "select", "radio", "checkbox", "textarea"], bl = (t, e) => {
843
+ }, ml = ["input", "file", "range", "select", "radio", "checkbox", "textarea"], gl = (t, e) => {
843
844
  const n = se(), r = X.innerParams.get(t), o = !r || e.input !== r.input;
844
- vl.forEach((i) => {
845
+ ml.forEach((i) => {
845
846
  const s = m[i], l = ft(n, s);
846
- Al(i, e.inputAttributes), l.className = s, o && Ie(l);
847
- }), e.input && (o && wl(e), _l(e));
848
- }, wl = (t) => {
847
+ bl(i, e.inputAttributes), l.className = s, o && Ie(l);
848
+ }), e.input && (o && yl(e), wl(e));
849
+ }, yl = (t) => {
849
850
  if (!De[t.input])
850
851
  return Et(
851
852
  `Unexpected type of input! Expected "text", "email", "password", "number", "tel", "select", "radio", "checkbox", "textarea", "file" or "url", got "${t.input}"`
852
853
  );
853
- const e = qi(t.input), n = De[t.input](e, t);
854
+ const e = Ki(t.input), n = De[t.input](e, t);
854
855
  Se(n), setTimeout(() => {
855
- Vi(n);
856
+ Ui(n);
856
857
  });
857
- }, Sl = (t) => {
858
+ }, vl = (t) => {
858
859
  for (let e = 0; e < t.attributes.length; e++) {
859
860
  const n = t.attributes[e].name;
860
861
  ["type", "value", "style"].includes(n) || t.removeAttribute(n);
861
862
  }
862
- }, Al = (t, e) => {
863
+ }, bl = (t, e) => {
863
864
  const n = zr(se(), t);
864
865
  if (n) {
865
- Sl(n);
866
+ vl(n);
866
867
  for (const r in e)
867
868
  n.setAttribute(r, e[r]);
868
869
  }
869
- }, _l = (t) => {
870
- const e = qi(t.input);
870
+ }, wl = (t) => {
871
+ const e = Ki(t.input);
871
872
  t.customClass && oe(e, t.customClass.input);
872
873
  }, Jr = (t, e) => {
873
874
  (!t.placeholder || e.inputPlaceholder) && (t.placeholder = e.inputPlaceholder);
@@ -877,7 +878,7 @@ const yl = (t, e) => {
877
878
  const r = document.createElement("label"), o = m["input-label"];
878
879
  r.setAttribute("for", t.id), r.className = o, oe(r, n.customClass.inputLabel), r.innerText = n.inputLabel, e.insertAdjacentElement("beforebegin", r);
879
880
  }
880
- }, qi = (t) => {
881
+ }, Ki = (t) => {
881
882
  const e = m[t] ? m[t] : m.input;
882
883
  return ft(se(), e);
883
884
  }, De = {};
@@ -919,16 +920,16 @@ De.textarea = (t, e) => {
919
920
  }
920
921
  }), t;
921
922
  };
922
- const El = (t, e) => {
923
+ const Sl = (t, e) => {
923
924
  const n = Rn();
924
- Je(n, e, "htmlContainer"), e.html ? (Gr(e.html, n), Se(n, "block")) : e.text ? (n.textContent = e.text, Se(n, "block")) : Ie(n), bl(t, e);
925
- }, Cl = (t, e) => {
926
- const n = ji();
925
+ Je(n, e, "htmlContainer"), e.html ? (Gr(e.html, n), Se(n, "block")) : e.text ? (n.textContent = e.text, Se(n, "block")) : Ie(n), gl(t, e);
926
+ }, Al = (t, e) => {
927
+ const n = Mi();
927
928
  Un(n, e.footer), e.footer && Gr(e.footer, n), Je(n, e, "footer");
928
- }, xl = (t, e) => {
929
+ }, _l = (t, e) => {
929
930
  const n = Vr();
930
931
  Ce(n, e.closeButtonHtml), Je(n, e, "closeButton"), Un(n, e.showCloseButton), n.setAttribute("aria-label", e.closeButtonAriaLabel);
931
- }, Il = (t, e) => {
932
+ }, El = (t, e) => {
932
933
  const n = X.innerParams.get(t), r = pn();
933
934
  if (n && e.icon === n.icon) {
934
935
  Ro(r, e), Lo(r, e);
@@ -942,28 +943,28 @@ const El = (t, e) => {
942
943
  }, Lo = (t, e) => {
943
944
  for (const n in Jt)
944
945
  e.icon !== n && rt(t, Jt[n]);
945
- oe(t, Jt[e.icon]), Ol(t, e), kl(), Je(t, e, "icon");
946
- }, kl = () => {
946
+ oe(t, Jt[e.icon]), kl(t, e), Cl(), Je(t, e, "icon");
947
+ }, Cl = () => {
947
948
  const t = se(), e = window.getComputedStyle(t).getPropertyValue("background-color"), n = t.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix");
948
949
  for (let r = 0; r < n.length; r++)
949
950
  n[r].style.backgroundColor = e;
950
- }, Tl = `
951
+ }, xl = `
951
952
  <div class="swal2-success-circular-line-left"></div>
952
953
  <span class="swal2-success-line-tip"></span> <span class="swal2-success-line-long"></span>
953
954
  <div class="swal2-success-ring"></div> <div class="swal2-success-fix"></div>
954
955
  <div class="swal2-success-circular-line-right"></div>
955
- `, Pl = `
956
+ `, Il = `
956
957
  <span class="swal2-x-mark">
957
958
  <span class="swal2-x-mark-line-left"></span>
958
959
  <span class="swal2-x-mark-line-right"></span>
959
960
  </span>
960
961
  `, Ro = (t, e) => {
961
- t.textContent = "", e.iconHtml ? Ce(t, Fo(e.iconHtml)) : e.icon === "success" ? Ce(t, Tl) : e.icon === "error" ? Ce(t, Pl) : Ce(t, Fo({
962
+ t.textContent = "", e.iconHtml ? Ce(t, Fo(e.iconHtml)) : e.icon === "success" ? Ce(t, xl) : e.icon === "error" ? Ce(t, Il) : Ce(t, Fo({
962
963
  question: "?",
963
964
  warning: "!",
964
965
  info: "i"
965
966
  }[e.icon]));
966
- }, Ol = (t, e) => {
967
+ }, kl = (t, e) => {
967
968
  if (e.iconColor) {
968
969
  t.style.color = e.iconColor, t.style.borderColor = e.iconColor;
969
970
  for (const n of [
@@ -975,88 +976,88 @@ const El = (t, e) => {
975
976
  Po(t, n, "backgroundColor", e.iconColor);
976
977
  Po(t, ".swal2-success-ring", "borderColor", e.iconColor);
977
978
  }
978
- }, Fo = (t) => `<div class="${m["icon-content"]}">${t}</div>`, Ll = (t, e) => {
979
- const n = Ui();
979
+ }, Fo = (t) => `<div class="${m["icon-content"]}">${t}</div>`, Tl = (t, e) => {
980
+ const n = Bi();
980
981
  if (!e.imageUrl)
981
982
  return Ie(n);
982
983
  Se(n, ""), n.setAttribute("src", e.imageUrl), n.setAttribute("alt", e.imageAlt), Yt(n, "width", e.imageWidth), Yt(n, "height", e.imageHeight), n.className = m.image, Je(n, e, "image");
983
- }, Rl = (t) => {
984
+ }, Pl = (t) => {
984
985
  const e = document.createElement("li");
985
986
  return oe(e, m["progress-step"]), Ce(e, t), e;
986
- }, Fl = (t) => {
987
+ }, Ol = (t) => {
987
988
  const e = document.createElement("li");
988
989
  return oe(e, m["progress-step-line"]), t.progressStepsDistance && (e.style.width = t.progressStepsDistance), e;
989
- }, $l = (t, e) => {
990
- const n = Hi();
990
+ }, Ll = (t, e) => {
991
+ const n = Ni();
991
992
  if (!e.progressSteps || e.progressSteps.length === 0)
992
993
  return Ie(n);
993
994
  Se(n), n.textContent = "", e.currentProgressStep >= e.progressSteps.length && Me(
994
995
  "Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"
995
996
  ), e.progressSteps.forEach((r, o) => {
996
- const i = Rl(r);
997
+ const i = Pl(r);
997
998
  if (n.appendChild(i), o === e.currentProgressStep && oe(i, m["active-progress-step"]), o !== e.progressSteps.length - 1) {
998
- const s = Fl(e);
999
+ const s = Ol(e);
999
1000
  n.appendChild(s);
1000
1001
  }
1001
1002
  });
1002
- }, Dl = (t, e) => {
1003
- const n = Mi();
1003
+ }, Rl = (t, e) => {
1004
+ const n = Di();
1004
1005
  Un(n, e.title || e.titleText, "block"), e.title && Gr(e.title, n), e.titleText && (n.innerText = e.titleText), Je(n, e, "title");
1005
- }, Bl = (t, e) => {
1006
+ }, Fl = (t, e) => {
1006
1007
  const n = xe(), r = se();
1007
- e.toast ? (Yt(n, "width", e.width), r.style.width = "100%", r.insertBefore(Bt(), pn())) : Yt(r, "width", e.width), Yt(r, "padding", e.padding), e.color && (r.style.color = e.color), e.background && (r.style.background = e.background), Ie(Bn()), Nl(r, e);
1008
- }, Nl = (t, e) => {
1008
+ e.toast ? (Yt(n, "width", e.width), r.style.width = "100%", r.insertBefore(Bt(), pn())) : Yt(r, "width", e.width), Yt(r, "padding", e.padding), e.color && (r.style.color = e.color), e.background && (r.style.background = e.background), Ie(Bn()), $l(r, e);
1009
+ }, $l = (t, e) => {
1009
1010
  t.className = `${m.popup} ${He(t) ? e.showClass.popup : ""}`, e.toast ? (oe([document.documentElement, document.body], m["toast-shown"]), oe(t, m.toast)) : oe(t, m.modal), Je(t, e, "popup"), typeof e.customClass == "string" && oe(t, e.customClass), e.icon && oe(t, m[`icon-${e.icon}`]);
1010
- }, Gi = (t, e) => {
1011
- Bl(t, e), yl(t, e), $l(t, e), Il(t, e), Ll(t, e), Dl(t, e), xl(t, e), El(t, e), dl(t, e), Cl(t, e), typeof e.didRender == "function" && e.didRender(se());
1011
+ }, Wi = (t, e) => {
1012
+ Fl(t, e), pl(t, e), Ll(t, e), El(t, e), Tl(t, e), Rl(t, e), _l(t, e), Sl(t, e), ll(t, e), Al(t, e), typeof e.didRender == "function" && e.didRender(se());
1012
1013
  }, Nt = Object.freeze({
1013
1014
  cancel: "cancel",
1014
1015
  backdrop: "backdrop",
1015
1016
  close: "close",
1016
1017
  esc: "esc",
1017
1018
  timer: "timer"
1018
- }), Ml = () => {
1019
+ }), Dl = () => {
1019
1020
  je(document.body.children).forEach((e) => {
1020
1021
  e === xe() || e.contains(xe()) || (e.hasAttribute("aria-hidden") && e.setAttribute("data-previous-aria-hidden", e.getAttribute("aria-hidden")), e.setAttribute("aria-hidden", "true"));
1021
1022
  });
1022
- }, Ji = () => {
1023
+ }, zi = () => {
1023
1024
  je(document.body.children).forEach((e) => {
1024
1025
  e.hasAttribute("data-previous-aria-hidden") ? (e.setAttribute("aria-hidden", e.getAttribute("data-previous-aria-hidden")), e.removeAttribute("data-previous-aria-hidden")) : e.removeAttribute("aria-hidden");
1025
1026
  });
1026
- }, Yi = ["swal-title", "swal-html", "swal-footer"], Ul = (t) => {
1027
+ }, qi = ["swal-title", "swal-html", "swal-footer"], Bl = (t) => {
1027
1028
  const e = typeof t.template == "string" ? document.querySelector(t.template) : t.template;
1028
1029
  if (!e)
1029
1030
  return {};
1030
1031
  const n = e.content;
1031
- return ql(n), Object.assign(
1032
+ return Kl(n), Object.assign(
1033
+ Nl(n),
1034
+ Ml(n),
1035
+ Ul(n),
1032
1036
  Hl(n),
1033
1037
  jl(n),
1034
- Vl(n),
1035
- Kl(n),
1036
- Wl(n),
1037
- zl(n, Yi)
1038
+ Vl(n, qi)
1038
1039
  );
1039
- }, Hl = (t) => {
1040
+ }, Nl = (t) => {
1040
1041
  const e = {};
1041
1042
  return je(t.querySelectorAll("swal-param")).forEach((n) => {
1042
1043
  At(n, ["name", "value"]);
1043
1044
  const r = n.getAttribute("name"), o = n.getAttribute("value");
1044
1045
  typeof Pt[r] == "boolean" && o === "false" && (e[r] = !1), typeof Pt[r] == "object" && (e[r] = JSON.parse(o));
1045
1046
  }), e;
1046
- }, jl = (t) => {
1047
+ }, Ml = (t) => {
1047
1048
  const e = {};
1048
1049
  return je(t.querySelectorAll("swal-button")).forEach((n) => {
1049
1050
  At(n, ["type", "color", "aria-label"]);
1050
1051
  const r = n.getAttribute("type");
1051
1052
  e[`${r}ButtonText`] = n.innerHTML, e[`show${Ur(r)}Button`] = !0, n.hasAttribute("color") && (e[`${r}ButtonColor`] = n.getAttribute("color")), n.hasAttribute("aria-label") && (e[`${r}ButtonAriaLabel`] = n.getAttribute("aria-label"));
1052
1053
  }), e;
1053
- }, Vl = (t) => {
1054
+ }, Ul = (t) => {
1054
1055
  const e = {}, n = t.querySelector("swal-image");
1055
1056
  return n && (At(n, ["src", "width", "height", "alt"]), n.hasAttribute("src") && (e.imageUrl = n.getAttribute("src")), n.hasAttribute("width") && (e.imageWidth = n.getAttribute("width")), n.hasAttribute("height") && (e.imageHeight = n.getAttribute("height")), n.hasAttribute("alt") && (e.imageAlt = n.getAttribute("alt"))), e;
1056
- }, Kl = (t) => {
1057
+ }, Hl = (t) => {
1057
1058
  const e = {}, n = t.querySelector("swal-icon");
1058
1059
  return n && (At(n, ["type", "color"]), n.hasAttribute("type") && (e.icon = n.getAttribute("type")), n.hasAttribute("color") && (e.iconColor = n.getAttribute("color")), e.iconHtml = n.innerHTML), e;
1059
- }, Wl = (t) => {
1060
+ }, jl = (t) => {
1060
1061
  const e = {}, n = t.querySelector("swal-input");
1061
1062
  n && (At(n, ["type", "label", "placeholder", "value"]), e.input = n.getAttribute("type") || "text", n.hasAttribute("label") && (e.inputLabel = n.getAttribute("label")), n.hasAttribute("placeholder") && (e.inputPlaceholder = n.getAttribute("placeholder")), n.hasAttribute("value") && (e.inputValue = n.getAttribute("value")));
1062
1063
  const r = t.querySelectorAll("swal-input-option");
@@ -1065,15 +1066,15 @@ const El = (t, e) => {
1065
1066
  const i = o.getAttribute("value"), s = o.innerHTML;
1066
1067
  e.inputOptions[i] = s;
1067
1068
  })), e;
1068
- }, zl = (t, e) => {
1069
+ }, Vl = (t, e) => {
1069
1070
  const n = {};
1070
1071
  for (const r in e) {
1071
1072
  const o = e[r], i = t.querySelector(o);
1072
1073
  i && (At(i, []), n[o.replace(/^swal-/, "")] = i.innerHTML.trim());
1073
1074
  }
1074
1075
  return n;
1075
- }, ql = (t) => {
1076
- const e = Yi.concat([
1076
+ }, Kl = (t) => {
1077
+ const e = qi.concat([
1077
1078
  "swal-param",
1078
1079
  "swal-button",
1079
1080
  "swal-image",
@@ -1096,23 +1097,23 @@ const El = (t, e) => {
1096
1097
  email: (t, e) => /^[a-zA-Z0-9.+_-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]{2,24}$/.test(t) ? Promise.resolve() : Promise.resolve(e || "Invalid email address"),
1097
1098
  url: (t, e) => /^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&/=]*)$/.test(t) ? Promise.resolve() : Promise.resolve(e || "Invalid URL")
1098
1099
  };
1099
- function Gl(t) {
1100
+ function Wl(t) {
1100
1101
  t.inputValidator || Object.keys($o).forEach((e) => {
1101
1102
  t.input === e && (t.inputValidator = $o[e]);
1102
1103
  });
1103
1104
  }
1104
- function Jl(t) {
1105
+ function zl(t) {
1105
1106
  (!t.target || typeof t.target == "string" && !document.querySelector(t.target) || typeof t.target != "string" && !t.target.appendChild) && (Me('Target parameter is not valid, defaulting to "body"'), t.target = "body");
1106
1107
  }
1107
- function Yl(t) {
1108
- Gl(t), t.showLoaderOnConfirm && !t.preConfirm && Me(
1108
+ function ql(t) {
1109
+ Wl(t), t.showLoaderOnConfirm && !t.preConfirm && Me(
1109
1110
  `showLoaderOnConfirm is set to true, but preConfirm is not defined.
1110
1111
  showLoaderOnConfirm should be used together with preConfirm, see usage example:
1111
1112
  https://sweetalert2.github.io/#ajax-request`
1112
- ), Jl(t), typeof t.title == "string" && (t.title = t.title.split(`
1113
- `).join("<br />")), al(t);
1113
+ ), zl(t), typeof t.title == "string" && (t.title = t.title.split(`
1114
+ `).join("<br />")), ol(t);
1114
1115
  }
1115
- class Xl {
1116
+ class Gl {
1116
1117
  constructor(e, n) {
1117
1118
  this.callback = e, this.remaining = n, this.running = !1, this.start();
1118
1119
  }
@@ -1133,98 +1134,98 @@ class Xl {
1133
1134
  return this.running;
1134
1135
  }
1135
1136
  }
1136
- const Zl = () => {
1137
- Ot.previousBodyPadding === null && document.body.scrollHeight > window.innerHeight && (Ot.previousBodyPadding = parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")), document.body.style.paddingRight = `${Ot.previousBodyPadding + cl()}px`);
1138
- }, Ql = () => {
1137
+ const Jl = () => {
1138
+ Ot.previousBodyPadding === null && document.body.scrollHeight > window.innerHeight && (Ot.previousBodyPadding = parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")), document.body.style.paddingRight = `${Ot.previousBodyPadding + al()}px`);
1139
+ }, Yl = () => {
1139
1140
  Ot.previousBodyPadding !== null && (document.body.style.paddingRight = `${Ot.previousBodyPadding}px`, Ot.previousBodyPadding = null);
1140
- }, eu = () => {
1141
+ }, Xl = () => {
1141
1142
  if (// @ts-ignore
1142
1143
  (/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream || navigator.platform === "MacIntel" && navigator.maxTouchPoints > 1) && !at(document.body, m.iosfix)) {
1143
1144
  const e = document.body.scrollTop;
1144
- document.body.style.top = `${e * -1}px`, oe(document.body, m.iosfix), nu(), tu();
1145
+ document.body.style.top = `${e * -1}px`, oe(document.body, m.iosfix), Ql(), Zl();
1145
1146
  }
1146
- }, tu = () => {
1147
+ }, Zl = () => {
1147
1148
  const t = navigator.userAgent, e = !!t.match(/iPad/i) || !!t.match(/iPhone/i), n = !!t.match(/WebKit/i);
1148
1149
  e && n && !t.match(/CriOS/i) && se().scrollHeight > window.innerHeight - 44 && (xe().style.paddingBottom = "44px");
1149
- }, nu = () => {
1150
+ }, Ql = () => {
1150
1151
  const t = xe();
1151
1152
  let e;
1152
1153
  t.ontouchstart = (n) => {
1153
- e = ru(n);
1154
+ e = eu(n);
1154
1155
  }, t.ontouchmove = (n) => {
1155
1156
  e && (n.preventDefault(), n.stopPropagation());
1156
1157
  };
1157
- }, ru = (t) => {
1158
+ }, eu = (t) => {
1158
1159
  const e = t.target, n = xe();
1159
- return ou(t) || iu(t) ? !1 : e === n || !Oo(n) && e.tagName !== "INPUT" && // #1603
1160
+ return tu(t) || nu(t) ? !1 : e === n || !Oo(n) && e.tagName !== "INPUT" && // #1603
1160
1161
  e.tagName !== "TEXTAREA" && // #2266
1161
1162
  !(Oo(Rn()) && // #1944
1162
1163
  Rn().contains(e));
1163
- }, ou = (t) => t.touches && t.touches.length && t.touches[0].touchType === "stylus", iu = (t) => t.touches && t.touches.length > 1, su = () => {
1164
+ }, tu = (t) => t.touches && t.touches.length && t.touches[0].touchType === "stylus", nu = (t) => t.touches && t.touches.length > 1, ru = () => {
1164
1165
  if (at(document.body, m.iosfix)) {
1165
1166
  const t = parseInt(document.body.style.top, 10);
1166
1167
  rt(document.body, m.iosfix), document.body.style.top = "", document.body.scrollTop = t * -1;
1167
1168
  }
1168
- }, Xi = 10, au = (t) => {
1169
+ }, Gi = 10, ou = (t) => {
1169
1170
  const e = xe(), n = se();
1170
1171
  typeof t.willOpen == "function" && t.willOpen(n);
1171
1172
  const o = window.getComputedStyle(document.body).overflowY;
1172
- cu(e, n, t), setTimeout(() => {
1173
- lu(e, n);
1174
- }, Xi), Wr() && (uu(e, t.scrollbarPadding, o), Ml()), !Mn() && !Y.previousActiveElement && (Y.previousActiveElement = document.activeElement), typeof t.didOpen == "function" && setTimeout(() => t.didOpen(n)), rt(e, m["no-transition"]);
1175
- }, Zi = (t) => {
1173
+ au(e, n, t), setTimeout(() => {
1174
+ iu(e, n);
1175
+ }, Gi), Wr() && (su(e, t.scrollbarPadding, o), Dl()), !Mn() && !Y.previousActiveElement && (Y.previousActiveElement = document.activeElement), typeof t.didOpen == "function" && setTimeout(() => t.didOpen(n)), rt(e, m["no-transition"]);
1176
+ }, Ji = (t) => {
1176
1177
  const e = se();
1177
1178
  if (t.target !== e)
1178
1179
  return;
1179
1180
  const n = xe();
1180
- e.removeEventListener(en, Zi), n.style.overflowY = "auto";
1181
- }, lu = (t, e) => {
1182
- en && Wi(e) ? (t.style.overflowY = "hidden", e.addEventListener(en, Zi)) : t.style.overflowY = "auto";
1183
- }, uu = (t, e, n) => {
1184
- eu(), e && n !== "hidden" && Zl(), setTimeout(() => {
1181
+ e.removeEventListener(en, Ji), n.style.overflowY = "auto";
1182
+ }, iu = (t, e) => {
1183
+ en && ji(e) ? (t.style.overflowY = "hidden", e.addEventListener(en, Ji)) : t.style.overflowY = "auto";
1184
+ }, su = (t, e, n) => {
1185
+ Xl(), e && n !== "hidden" && Jl(), setTimeout(() => {
1185
1186
  t.scrollTop = 0;
1186
1187
  });
1187
- }, cu = (t, e, n) => {
1188
+ }, au = (t, e, n) => {
1188
1189
  oe(t, n.showClass.backdrop), e.style.setProperty("opacity", "0", "important"), Se(e, "grid"), setTimeout(() => {
1189
1190
  oe(e, n.showClass.popup), e.style.removeProperty("opacity");
1190
- }, Xi), oe([document.documentElement, document.body], m.shown), n.heightAuto && n.backdrop && !n.toast && oe([document.documentElement, document.body], m["height-auto"]);
1191
+ }, Gi), oe([document.documentElement, document.body], m.shown), n.heightAuto && n.backdrop && !n.toast && oe([document.documentElement, document.body], m["height-auto"]);
1191
1192
  }, Rt = (t) => {
1192
1193
  let e = se();
1193
1194
  e || new Ft(), e = se();
1194
1195
  const n = Bt();
1195
- Mn() ? Ie(pn()) : du(e, t), Se(n), e.setAttribute("data-loading", !0), e.setAttribute("aria-busy", !0), e.focus();
1196
- }, du = (t, e) => {
1196
+ Mn() ? Ie(pn()) : lu(e, t), Se(n), e.setAttribute("data-loading", !0), e.setAttribute("aria-busy", !0), e.focus();
1197
+ }, lu = (t, e) => {
1197
1198
  const n = mn(), r = Bt();
1198
1199
  !e && He(Ze()) && (e = Ze()), Se(n), e && (Ie(e), r.setAttribute("data-button-to-replace", e.className)), r.parentNode.insertBefore(r, e), oe([t, n], m.loading);
1199
- }, fu = (t, e) => {
1200
- e.input === "select" || e.input === "radio" ? yu(t, e) : ["text", "email", "number", "tel", "textarea"].includes(e.input) && (Hr(e.inputValue) || jr(e.inputValue)) && (Rt(Ze()), vu(t, e));
1201
- }, hu = (t, e) => {
1200
+ }, uu = (t, e) => {
1201
+ e.input === "select" || e.input === "radio" ? pu(t, e) : ["text", "email", "number", "tel", "textarea"].includes(e.input) && (Hr(e.inputValue) || jr(e.inputValue)) && (Rt(Ze()), mu(t, e));
1202
+ }, cu = (t, e) => {
1202
1203
  const n = t.getInput();
1203
1204
  if (!n)
1204
1205
  return null;
1205
1206
  switch (e.input) {
1206
1207
  case "checkbox":
1207
- return pu(n);
1208
+ return du(n);
1208
1209
  case "radio":
1209
- return mu(n);
1210
+ return fu(n);
1210
1211
  case "file":
1211
- return gu(n);
1212
+ return hu(n);
1212
1213
  default:
1213
1214
  return e.inputAutoTrim ? n.value.trim() : n.value;
1214
1215
  }
1215
- }, pu = (t) => t.checked ? 1 : 0, mu = (t) => t.checked ? t.value : null, gu = (t) => t.files.length ? t.getAttribute("multiple") !== null ? t.files : t.files[0] : null, yu = (t, e) => {
1216
- const n = se(), r = (o) => bu[e.input](n, Ar(o), e);
1216
+ }, du = (t) => t.checked ? 1 : 0, fu = (t) => t.checked ? t.value : null, hu = (t) => t.files.length ? t.getAttribute("multiple") !== null ? t.files : t.files[0] : null, pu = (t, e) => {
1217
+ const n = se(), r = (o) => gu[e.input](n, Ar(o), e);
1217
1218
  Hr(e.inputOptions) || jr(e.inputOptions) ? (Rt(Ze()), fn(e.inputOptions).then((o) => {
1218
1219
  t.hideLoading(), r(o);
1219
1220
  })) : typeof e.inputOptions == "object" ? r(e.inputOptions) : Et(`Unexpected type of inputOptions! Expected object, Map or Promise, got ${typeof e.inputOptions}`);
1220
- }, vu = (t, e) => {
1221
+ }, mu = (t, e) => {
1221
1222
  const n = t.getInput();
1222
1223
  Ie(n), fn(e.inputValue).then((r) => {
1223
1224
  n.value = e.input === "number" ? parseFloat(r) || 0 : `${r}`, Se(n), n.focus(), t.hideLoading();
1224
1225
  }).catch((r) => {
1225
1226
  Et(`Error in inputValue promise: ${r}`), n.value = "", Se(n), n.focus(), t.hideLoading();
1226
1227
  });
1227
- }, bu = {
1228
+ }, gu = {
1228
1229
  select: (t, e, n) => {
1229
1230
  const r = ft(t, m.select), o = (i, s, l) => {
1230
1231
  const a = document.createElement("option");
@@ -1265,25 +1266,25 @@ function Bo() {
1265
1266
  if (!t)
1266
1267
  return;
1267
1268
  const e = X.domCache.get(this);
1268
- Ie(e.loader), Mn() ? t.icon && Se(pn()) : wu(e), rt([e.popup, e.actions], m.loading), e.popup.removeAttribute("aria-busy"), e.popup.removeAttribute("data-loading"), e.confirmButton.disabled = !1, e.denyButton.disabled = !1, e.cancelButton.disabled = !1;
1269
+ Ie(e.loader), Mn() ? t.icon && Se(pn()) : yu(e), rt([e.popup, e.actions], m.loading), e.popup.removeAttribute("aria-busy"), e.popup.removeAttribute("data-loading"), e.confirmButton.disabled = !1, e.denyButton.disabled = !1, e.cancelButton.disabled = !1;
1269
1270
  }
1270
- const wu = (t) => {
1271
+ const yu = (t) => {
1271
1272
  const e = t.popup.getElementsByClassName(t.loader.getAttribute("data-button-to-replace"));
1272
- e.length ? Se(e[0], "inline-block") : Ya() && Ie(t.actions);
1273
+ e.length ? Se(e[0], "inline-block") : qa() && Ie(t.actions);
1273
1274
  };
1274
- function Su(t) {
1275
+ function vu(t) {
1275
1276
  const e = X.innerParams.get(t || this), n = X.domCache.get(t || this);
1276
1277
  return n ? zr(n.popup, e.input) : null;
1277
1278
  }
1278
1279
  const tn = {
1279
1280
  swalPromiseResolve: /* @__PURE__ */ new WeakMap(),
1280
1281
  swalPromiseReject: /* @__PURE__ */ new WeakMap()
1281
- }, Au = () => He(se()), Qi = () => Ze() && Ze().click(), _u = () => mt() && mt().click(), Eu = () => St() && St().click(), es = (t) => {
1282
+ }, bu = () => He(se()), Yi = () => Ze() && Ze().click(), wu = () => mt() && mt().click(), Su = () => St() && St().click(), Xi = (t) => {
1282
1283
  t.keydownTarget && t.keydownHandlerAdded && (t.keydownTarget.removeEventListener("keydown", t.keydownHandler, {
1283
1284
  capture: t.keydownListenerCapture
1284
1285
  }), t.keydownHandlerAdded = !1);
1285
- }, Cu = (t, e, n, r) => {
1286
- es(e), n.toast || (e.keydownHandler = (o) => Iu(t, o, r), e.keydownTarget = n.keydownListenerCapture ? window : se(), e.keydownListenerCapture = n.keydownListenerCapture, e.keydownTarget.addEventListener("keydown", e.keydownHandler, {
1286
+ }, Au = (t, e, n, r) => {
1287
+ Xi(e), n.toast || (e.keydownHandler = (o) => Eu(t, o, r), e.keydownTarget = n.keydownListenerCapture ? window : se(), e.keydownListenerCapture = n.keydownListenerCapture, e.keydownTarget.addEventListener("keydown", e.keydownHandler, {
1287
1288
  capture: e.keydownListenerCapture
1288
1289
  }), e.keydownHandlerAdded = !0);
1289
1290
  }, _r = (t, e, n) => {
@@ -1291,16 +1292,16 @@ const tn = {
1291
1292
  if (r.length)
1292
1293
  return e = e + n, e === r.length ? e = 0 : e === -1 && (e = r.length - 1), r[e].focus();
1293
1294
  se().focus();
1294
- }, ts = ["ArrowRight", "ArrowDown"], xu = ["ArrowLeft", "ArrowUp"], Iu = (t, e, n) => {
1295
+ }, Zi = ["ArrowRight", "ArrowDown"], _u = ["ArrowLeft", "ArrowUp"], Eu = (t, e, n) => {
1295
1296
  const r = X.innerParams.get(t);
1296
- r && (e.isComposing || e.keyCode === 229 || (r.stopKeydownPropagation && e.stopPropagation(), e.key === "Enter" ? ku(t, e, r) : e.key === "Tab" ? Tu(e, r) : [...ts, ...xu].includes(e.key) ? Pu(e.key) : e.key === "Escape" && Ou(e, r, n)));
1297
- }, ku = (t, e, n) => {
1297
+ r && (e.isComposing || e.keyCode === 229 || (r.stopKeydownPropagation && e.stopPropagation(), e.key === "Enter" ? Cu(t, e, r) : e.key === "Tab" ? xu(e, r) : [...Zi, ..._u].includes(e.key) ? Iu(e.key) : e.key === "Escape" && ku(e, r, n)));
1298
+ }, Cu = (t, e, n) => {
1298
1299
  if (Dn(n.allowEnterKey) && e.target && t.getInput() && e.target.outerHTML === t.getInput().outerHTML) {
1299
1300
  if (["textarea", "file"].includes(n.input))
1300
1301
  return;
1301
- Qi(), e.preventDefault();
1302
+ Yi(), e.preventDefault();
1302
1303
  }
1303
- }, Tu = (t, e) => {
1304
+ }, xu = (t, e) => {
1304
1305
  const n = t.target, r = Kr();
1305
1306
  let o = -1;
1306
1307
  for (let i = 0; i < r.length; i++)
@@ -1309,11 +1310,11 @@ const tn = {
1309
1310
  break;
1310
1311
  }
1311
1312
  t.shiftKey ? _r(e, o, -1) : _r(e, o, 1), t.stopPropagation(), t.preventDefault();
1312
- }, Pu = (t) => {
1313
+ }, Iu = (t) => {
1313
1314
  const e = Ze(), n = mt(), r = St();
1314
1315
  if (![e, n, r].includes(document.activeElement))
1315
1316
  return;
1316
- const o = ts.includes(t) ? "nextElementSibling" : "previousElementSibling";
1317
+ const o = Zi.includes(t) ? "nextElementSibling" : "previousElementSibling";
1317
1318
  let i = document.activeElement;
1318
1319
  for (let s = 0; s < mn().children.length; s++) {
1319
1320
  if (i = i[o], !i)
@@ -1322,27 +1323,27 @@ const tn = {
1322
1323
  break;
1323
1324
  }
1324
1325
  i instanceof HTMLButtonElement && i.focus();
1325
- }, Ou = (t, e, n) => {
1326
+ }, ku = (t, e, n) => {
1326
1327
  Dn(e.allowEscapeKey) && (t.preventDefault(), n(Nt.esc));
1327
1328
  };
1328
- function ns(t, e, n, r) {
1329
- Mn() ? No(t, r) : (el(n).then(() => No(t, r)), es(Y)), /^((?!chrome|android).)*safari/i.test(navigator.userAgent) ? (e.setAttribute("style", "display:none !important"), e.removeAttribute("class"), e.innerHTML = "") : e.remove(), Wr() && (Ql(), su(), Ji()), Lu();
1329
+ function Qi(t, e, n, r) {
1330
+ Mn() ? No(t, r) : (Xa(n).then(() => No(t, r)), Xi(Y)), /^((?!chrome|android).)*safari/i.test(navigator.userAgent) ? (e.setAttribute("style", "display:none !important"), e.removeAttribute("class"), e.innerHTML = "") : e.remove(), Wr() && (Yl(), ru(), zi()), Tu();
1330
1331
  }
1331
- function Lu() {
1332
+ function Tu() {
1332
1333
  rt(
1333
1334
  [document.documentElement, document.body],
1334
1335
  [m.shown, m["height-auto"], m["no-backdrop"], m["toast-shown"]]
1335
1336
  );
1336
1337
  }
1337
1338
  function An(t) {
1338
- t = Du(t);
1339
- const e = tn.swalPromiseResolve.get(this), n = Fu(this);
1339
+ t = Ru(t);
1340
+ const e = tn.swalPromiseResolve.get(this), n = Ou(this);
1340
1341
  this.isAwaitingPromise() ? t.isDismissed || (yn(this), e(t)) : n && e(t);
1341
1342
  }
1342
- function Ru() {
1343
+ function Pu() {
1343
1344
  return !!X.awaitingPromise.get(this);
1344
1345
  }
1345
- const Fu = (t) => {
1346
+ const Ou = (t) => {
1346
1347
  const e = se();
1347
1348
  if (!e)
1348
1349
  return !1;
@@ -1351,15 +1352,15 @@ const Fu = (t) => {
1351
1352
  return !1;
1352
1353
  rt(e, n.showClass.popup), oe(e, n.hideClass.popup);
1353
1354
  const r = xe();
1354
- return rt(r, n.showClass.backdrop), oe(r, n.hideClass.backdrop), Bu(t, e, n), !0;
1355
+ return rt(r, n.showClass.backdrop), oe(r, n.hideClass.backdrop), Fu(t, e, n), !0;
1355
1356
  };
1356
- function $u(t) {
1357
+ function Lu(t) {
1357
1358
  const e = tn.swalPromiseReject.get(this);
1358
1359
  yn(this), e && e(t);
1359
1360
  }
1360
1361
  const yn = (t) => {
1361
1362
  t.isAwaitingPromise() && (X.awaitingPromise.delete(t), X.innerParams.get(t) || t._destroy());
1362
- }, Du = (t) => typeof t > "u" ? {
1363
+ }, Ru = (t) => typeof t > "u" ? {
1363
1364
  isConfirmed: !1,
1364
1365
  isDenied: !1,
1365
1366
  isDismissed: !0
@@ -1370,11 +1371,11 @@ const yn = (t) => {
1370
1371
  isDismissed: !1
1371
1372
  },
1372
1373
  t
1373
- ), Bu = (t, e, n) => {
1374
- const r = xe(), o = en && Wi(e);
1375
- typeof n.willClose == "function" && n.willClose(e), o ? Nu(t, e, r, n.returnFocus, n.didClose) : ns(t, r, n.returnFocus, n.didClose);
1376
- }, Nu = (t, e, n, r, o) => {
1377
- Y.swalCloseEventFinishedCallback = ns.bind(
1374
+ ), Fu = (t, e, n) => {
1375
+ const r = xe(), o = en && ji(e);
1376
+ typeof n.willClose == "function" && n.willClose(e), o ? $u(t, e, r, n.returnFocus, n.didClose) : Qi(t, r, n.returnFocus, n.didClose);
1377
+ }, $u = (t, e, n, r, o) => {
1378
+ Y.swalCloseEventFinishedCallback = Qi.bind(
1378
1379
  null,
1379
1380
  t,
1380
1381
  n,
@@ -1388,13 +1389,13 @@ const yn = (t) => {
1388
1389
  typeof e == "function" && e.bind(t.params)(), t._destroy();
1389
1390
  });
1390
1391
  };
1391
- function rs(t, e, n) {
1392
+ function es(t, e, n) {
1392
1393
  const r = X.domCache.get(t);
1393
1394
  e.forEach((o) => {
1394
1395
  r[o].disabled = n;
1395
1396
  });
1396
1397
  }
1397
- function os(t, e) {
1398
+ function ts(t, e) {
1398
1399
  if (!t)
1399
1400
  return !1;
1400
1401
  if (t.type === "radio") {
@@ -1404,41 +1405,41 @@ function os(t, e) {
1404
1405
  } else
1405
1406
  t.disabled = e;
1406
1407
  }
1407
- function Mu() {
1408
- rs(this, ["confirmButton", "denyButton", "cancelButton"], !1);
1408
+ function Du() {
1409
+ es(this, ["confirmButton", "denyButton", "cancelButton"], !1);
1409
1410
  }
1410
- function Uu() {
1411
- rs(this, ["confirmButton", "denyButton", "cancelButton"], !0);
1411
+ function Bu() {
1412
+ es(this, ["confirmButton", "denyButton", "cancelButton"], !0);
1412
1413
  }
1413
- function Hu() {
1414
- return os(this.getInput(), !1);
1414
+ function Nu() {
1415
+ return ts(this.getInput(), !1);
1415
1416
  }
1416
- function ju() {
1417
- return os(this.getInput(), !0);
1417
+ function Mu() {
1418
+ return ts(this.getInput(), !0);
1418
1419
  }
1419
- function Vu(t) {
1420
+ function Uu(t) {
1420
1421
  const e = X.domCache.get(this), n = X.innerParams.get(this);
1421
1422
  Ce(e.validationMessage, t), e.validationMessage.className = m["validation-message"], n.customClass && n.customClass.validationMessage && oe(e.validationMessage, n.customClass.validationMessage), Se(e.validationMessage);
1422
1423
  const r = this.getInput();
1423
- r && (r.setAttribute("aria-invalid", !0), r.setAttribute("aria-describedby", m["validation-message"]), Vi(r), oe(r, m.inputerror));
1424
+ r && (r.setAttribute("aria-invalid", !0), r.setAttribute("aria-describedby", m["validation-message"]), Ui(r), oe(r, m.inputerror));
1424
1425
  }
1425
- function Ku() {
1426
+ function Hu() {
1426
1427
  const t = X.domCache.get(this);
1427
1428
  t.validationMessage && Ie(t.validationMessage);
1428
1429
  const e = this.getInput();
1429
1430
  e && (e.removeAttribute("aria-invalid"), e.removeAttribute("aria-describedby"), rt(e, m.inputerror));
1430
1431
  }
1431
- function Wu() {
1432
+ function ju() {
1432
1433
  return X.domCache.get(this).progressSteps;
1433
1434
  }
1434
- function zu(t) {
1435
+ function Vu(t) {
1435
1436
  const e = se(), n = X.innerParams.get(this);
1436
1437
  if (!e || at(e, n.hideClass.popup))
1437
1438
  return Me(
1438
1439
  "You're trying to update the closed or closing popup, that won't work. Use the update() method in preConfirm parameter or show a new popup."
1439
1440
  );
1440
- const r = qu(t), o = Object.assign({}, n, r);
1441
- Gi(this, o), X.innerParams.set(this, o), Object.defineProperties(this, {
1441
+ const r = Ku(t), o = Object.assign({}, n, r);
1442
+ Wi(this, o), X.innerParams.set(this, o), Object.defineProperties(this, {
1442
1443
  params: {
1443
1444
  value: Object.assign({}, this.params, t),
1444
1445
  writable: !1,
@@ -1446,69 +1447,69 @@ function zu(t) {
1446
1447
  }
1447
1448
  });
1448
1449
  }
1449
- const qu = (t) => {
1450
+ const Ku = (t) => {
1450
1451
  const e = {};
1451
1452
  return Object.keys(t).forEach((n) => {
1452
- Bi(n) ? e[n] = t[n] : Me(
1453
+ Fi(n) ? e[n] = t[n] : Me(
1453
1454
  `Invalid parameter to update: "${n}". Updatable params are listed here: https://github.com/sweetalert2/sweetalert2/blob/master/src/utils/params.js
1454
1455
 
1455
1456
  If you think this parameter should be updatable, request it here: https://github.com/sweetalert2/sweetalert2/issues/new?template=02_feature_request.md`
1456
1457
  );
1457
1458
  }), e;
1458
1459
  };
1459
- function Gu() {
1460
+ function Wu() {
1460
1461
  const t = X.domCache.get(this), e = X.innerParams.get(this);
1461
1462
  if (!e) {
1462
- is(this);
1463
+ ns(this);
1463
1464
  return;
1464
1465
  }
1465
- t.popup && Y.swalCloseEventFinishedCallback && (Y.swalCloseEventFinishedCallback(), delete Y.swalCloseEventFinishedCallback), Y.deferDisposalTimer && (clearTimeout(Y.deferDisposalTimer), delete Y.deferDisposalTimer), typeof e.didDestroy == "function" && e.didDestroy(), Ju(this);
1466
+ t.popup && Y.swalCloseEventFinishedCallback && (Y.swalCloseEventFinishedCallback(), delete Y.swalCloseEventFinishedCallback), Y.deferDisposalTimer && (clearTimeout(Y.deferDisposalTimer), delete Y.deferDisposalTimer), typeof e.didDestroy == "function" && e.didDestroy(), zu(this);
1466
1467
  }
1467
- const Ju = (t) => {
1468
- is(t), delete t.params, delete Y.keydownHandler, delete Y.keydownTarget, delete Y.currentInstance;
1469
- }, is = (t) => {
1468
+ const zu = (t) => {
1469
+ ns(t), delete t.params, delete Y.keydownHandler, delete Y.keydownTarget, delete Y.currentInstance;
1470
+ }, ns = (t) => {
1470
1471
  t.isAwaitingPromise() ? (nr(X, t), X.awaitingPromise.set(t, !0)) : (nr(tn, t), nr(X, t));
1471
1472
  }, nr = (t, e) => {
1472
1473
  for (const n in t)
1473
1474
  t[n].delete(e);
1474
- }, ss = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1475
+ }, rs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1475
1476
  __proto__: null,
1476
- _destroy: Gu,
1477
+ _destroy: Wu,
1477
1478
  close: An,
1478
1479
  closeModal: An,
1479
1480
  closePopup: An,
1480
1481
  closeToast: An,
1481
- disableButtons: Uu,
1482
- disableInput: ju,
1482
+ disableButtons: Bu,
1483
+ disableInput: Mu,
1483
1484
  disableLoading: Bo,
1484
- enableButtons: Mu,
1485
- enableInput: Hu,
1486
- getInput: Su,
1487
- getProgressSteps: Wu,
1485
+ enableButtons: Du,
1486
+ enableInput: Nu,
1487
+ getInput: vu,
1488
+ getProgressSteps: ju,
1488
1489
  handleAwaitingPromise: yn,
1489
1490
  hideLoading: Bo,
1490
- isAwaitingPromise: Ru,
1491
- rejectPromise: $u,
1492
- resetValidationMessage: Ku,
1493
- showValidationMessage: Vu,
1494
- update: zu
1495
- }, Symbol.toStringTag, { value: "Module" })), Yu = (t) => {
1491
+ isAwaitingPromise: Pu,
1492
+ rejectPromise: Lu,
1493
+ resetValidationMessage: Hu,
1494
+ showValidationMessage: Uu,
1495
+ update: Vu
1496
+ }, Symbol.toStringTag, { value: "Module" })), qu = (t) => {
1496
1497
  const e = X.innerParams.get(t);
1497
- t.disableButtons(), e.input ? as(t, "confirm") : Xr(t, !0);
1498
- }, Xu = (t) => {
1498
+ t.disableButtons(), e.input ? os(t, "confirm") : Xr(t, !0);
1499
+ }, Gu = (t) => {
1499
1500
  const e = X.innerParams.get(t);
1500
- t.disableButtons(), e.returnInputValueOnDeny ? as(t, "deny") : Yr(t, !1);
1501
- }, Zu = (t, e) => {
1501
+ t.disableButtons(), e.returnInputValueOnDeny ? os(t, "deny") : Yr(t, !1);
1502
+ }, Ju = (t, e) => {
1502
1503
  t.disableButtons(), e(Nt.cancel);
1503
- }, as = (t, e) => {
1504
+ }, os = (t, e) => {
1504
1505
  const n = X.innerParams.get(t);
1505
1506
  if (!n.input)
1506
1507
  return Et(
1507
1508
  `The "input" parameter is needed to be set when using returnInputValueOn${Ur(e)}`
1508
1509
  );
1509
- const r = hu(t, n);
1510
- n.inputValidator ? Qu(t, r, e) : t.getInput().checkValidity() ? e === "deny" ? Yr(t, r) : Xr(t, r) : (t.enableButtons(), t.showValidationMessage(n.validationMessage));
1511
- }, Qu = (t, e, n) => {
1510
+ const r = cu(t, n);
1511
+ n.inputValidator ? Yu(t, r, e) : t.getInput().checkValidity() ? e === "deny" ? Yr(t, r) : Xr(t, r) : (t.enableButtons(), t.showValidationMessage(n.validationMessage));
1512
+ }, Yu = (t, e, n) => {
1512
1513
  const r = X.innerParams.get(t);
1513
1514
  t.disableInput(), Promise.resolve().then(
1514
1515
  () => fn(r.inputValidator(e, r.validationMessage))
@@ -1521,10 +1522,10 @@ const Ju = (t) => {
1521
1522
  () => fn(n.preDeny(e, n.validationMessage))
1522
1523
  ).then((o) => {
1523
1524
  o === !1 ? (t.hideLoading(), yn(t)) : t.closePopup({ isDenied: !0, value: typeof o > "u" ? e : o });
1524
- }).catch((o) => ls(t || void 0, o))) : t.closePopup({ isDenied: !0, value: e });
1525
+ }).catch((o) => is(t || void 0, o))) : t.closePopup({ isDenied: !0, value: e });
1525
1526
  }, Mo = (t, e) => {
1526
1527
  t.closePopup({ isConfirmed: !0, value: e });
1527
- }, ls = (t, e) => {
1528
+ }, is = (t, e) => {
1528
1529
  t.rejectPromise(e);
1529
1530
  }, Xr = (t, e) => {
1530
1531
  const n = X.innerParams.get(t || void 0);
@@ -1532,29 +1533,29 @@ const Ju = (t) => {
1532
1533
  () => fn(n.preConfirm(e, n.validationMessage))
1533
1534
  ).then((o) => {
1534
1535
  He(Bn()) || o === !1 ? (t.hideLoading(), yn(t)) : Mo(t, typeof o > "u" ? e : o);
1535
- }).catch((o) => ls(t || void 0, o))) : Mo(t, e);
1536
- }, ec = (t, e, n) => {
1537
- X.innerParams.get(t).toast ? tc(t, e, n) : (rc(e), oc(e), ic(t, e, n));
1538
- }, tc = (t, e, n) => {
1536
+ }).catch((o) => is(t || void 0, o))) : Mo(t, e);
1537
+ }, Xu = (t, e, n) => {
1538
+ X.innerParams.get(t).toast ? Zu(t, e, n) : (ec(e), tc(e), nc(t, e, n));
1539
+ }, Zu = (t, e, n) => {
1539
1540
  e.popup.onclick = () => {
1540
1541
  const r = X.innerParams.get(t);
1541
- r && (nc(r) || r.timer || r.input) || n(Nt.close);
1542
+ r && (Qu(r) || r.timer || r.input) || n(Nt.close);
1542
1543
  };
1543
- }, nc = (t) => t.showConfirmButton || t.showDenyButton || t.showCancelButton || t.showCloseButton;
1544
+ }, Qu = (t) => t.showConfirmButton || t.showDenyButton || t.showCancelButton || t.showCloseButton;
1544
1545
  let Fn = !1;
1545
- const rc = (t) => {
1546
+ const ec = (t) => {
1546
1547
  t.popup.onmousedown = () => {
1547
1548
  t.container.onmouseup = function(e) {
1548
1549
  t.container.onmouseup = void 0, e.target === t.container && (Fn = !0);
1549
1550
  };
1550
1551
  };
1551
- }, oc = (t) => {
1552
+ }, tc = (t) => {
1552
1553
  t.container.onmousedown = () => {
1553
1554
  t.popup.onmouseup = function(e) {
1554
1555
  t.popup.onmouseup = void 0, (e.target === t.popup || t.popup.contains(e.target)) && (Fn = !0);
1555
1556
  };
1556
1557
  };
1557
- }, ic = (t, e, n) => {
1558
+ }, nc = (t, e, n) => {
1558
1559
  e.container.onclick = (r) => {
1559
1560
  const o = X.innerParams.get(t);
1560
1561
  if (Fn) {
@@ -1563,18 +1564,18 @@ const rc = (t) => {
1563
1564
  }
1564
1565
  r.target === e.container && Dn(o.allowOutsideClick) && n(Nt.backdrop);
1565
1566
  };
1566
- }, sc = (t) => typeof t == "object" && t.jquery, Uo = (t) => t instanceof Element || sc(t), ac = (t) => {
1567
+ }, rc = (t) => typeof t == "object" && t.jquery, Uo = (t) => t instanceof Element || rc(t), oc = (t) => {
1567
1568
  const e = {};
1568
1569
  return typeof t[0] == "object" && !Uo(t[0]) ? Object.assign(e, t[0]) : ["title", "html", "icon"].forEach((n, r) => {
1569
1570
  const o = t[r];
1570
1571
  typeof o == "string" || Uo(o) ? e[n] = o : o !== void 0 && Et(`Unexpected type of ${n}! Expected "string" or "Element", got ${typeof o}`);
1571
1572
  }), e;
1572
1573
  };
1573
- function lc(...t) {
1574
+ function ic(...t) {
1574
1575
  const e = this;
1575
1576
  return new e(...t);
1576
1577
  }
1577
- function uc(t) {
1578
+ function sc(t) {
1578
1579
  class e extends this {
1579
1580
  _main(r, o) {
1580
1581
  return super._main(r, Object.assign({}, t, o));
@@ -1582,29 +1583,29 @@ function uc(t) {
1582
1583
  }
1583
1584
  return e;
1584
1585
  }
1585
- const cc = () => Y.timeout && Y.timeout.getTimerLeft(), us = () => {
1586
+ const ac = () => Y.timeout && Y.timeout.getTimerLeft(), ss = () => {
1586
1587
  if (Y.timeout)
1587
- return Xa(), Y.timeout.stop();
1588
- }, cs = () => {
1588
+ return Ga(), Y.timeout.stop();
1589
+ }, as = () => {
1589
1590
  if (Y.timeout) {
1590
1591
  const t = Y.timeout.start();
1591
1592
  return qr(t), t;
1592
1593
  }
1593
- }, dc = () => {
1594
+ }, lc = () => {
1594
1595
  const t = Y.timeout;
1595
- return t && (t.running ? us() : cs());
1596
- }, fc = (t) => {
1596
+ return t && (t.running ? ss() : as());
1597
+ }, uc = (t) => {
1597
1598
  if (Y.timeout) {
1598
1599
  const e = Y.timeout.increase(t);
1599
1600
  return qr(e, !0), e;
1600
1601
  }
1601
- }, hc = () => Y.timeout && Y.timeout.isRunning();
1602
+ }, cc = () => Y.timeout && Y.timeout.isRunning();
1602
1603
  let Ho = !1;
1603
1604
  const Er = {};
1604
- function pc(t = "data-swal-template") {
1605
- Er[t] = this, Ho || (document.body.addEventListener("click", mc), Ho = !0);
1605
+ function dc(t = "data-swal-template") {
1606
+ Er[t] = this, Ho || (document.body.addEventListener("click", fc), Ho = !0);
1606
1607
  }
1607
- const mc = (t) => {
1608
+ const fc = (t) => {
1608
1609
  for (let e = t.target; e && e !== document; e = e.parentNode)
1609
1610
  for (const n in Er) {
1610
1611
  const r = e.getAttribute(n);
@@ -1613,15 +1614,15 @@ const mc = (t) => {
1613
1614
  return;
1614
1615
  }
1615
1616
  }
1616
- }, gc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1617
+ }, hc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1617
1618
  __proto__: null,
1618
- argsToParams: ac,
1619
- bindClickHandler: pc,
1620
- clickCancel: Eu,
1621
- clickConfirm: Qi,
1622
- clickDeny: _u,
1619
+ argsToParams: oc,
1620
+ bindClickHandler: dc,
1621
+ clickCancel: Su,
1622
+ clickConfirm: Yi,
1623
+ clickDeny: wu,
1623
1624
  enableLoading: Rt,
1624
- fire: lc,
1625
+ fire: ic,
1625
1626
  getActions: mn,
1626
1627
  getCancelButton: St,
1627
1628
  getCloseButton: Vr,
@@ -1629,29 +1630,29 @@ const mc = (t) => {
1629
1630
  getContainer: xe,
1630
1631
  getDenyButton: mt,
1631
1632
  getFocusableElements: Kr,
1632
- getFooter: ji,
1633
+ getFooter: Mi,
1633
1634
  getHtmlContainer: Rn,
1634
1635
  getIcon: pn,
1635
- getImage: Ui,
1636
- getInputLabel: za,
1636
+ getImage: Bi,
1637
+ getInputLabel: Va,
1637
1638
  getLoader: Bt,
1638
1639
  getPopup: se,
1639
- getTimerLeft: cc,
1640
+ getTimerLeft: ac,
1640
1641
  getTimerProgressBar: Nn,
1641
- getTitle: Mi,
1642
+ getTitle: Di,
1642
1643
  getValidationMessage: Bn,
1643
- increaseTimer: fc,
1644
+ increaseTimer: uc,
1644
1645
  isDeprecatedParameter: Sr,
1645
- isLoading: Ga,
1646
- isTimerRunning: hc,
1647
- isUpdatableParameter: Bi,
1648
- isValidParameter: Di,
1649
- isVisible: Au,
1650
- mixin: uc,
1651
- resumeTimer: cs,
1646
+ isLoading: Wa,
1647
+ isTimerRunning: cc,
1648
+ isUpdatableParameter: Fi,
1649
+ isValidParameter: Ri,
1650
+ isVisible: bu,
1651
+ mixin: sc,
1652
+ resumeTimer: as,
1652
1653
  showLoading: Rt,
1653
- stopTimer: us,
1654
- toggleTimer: dc
1654
+ stopTimer: ss,
1655
+ toggleTimer: lc
1655
1656
  }, Symbol.toStringTag, { value: "Module" }));
1656
1657
  let Cr;
1657
1658
  class Mt {
@@ -1672,11 +1673,11 @@ class Mt {
1672
1673
  X.promise.set(this, r);
1673
1674
  }
1674
1675
  _main(e, n = {}) {
1675
- Ka(Object.assign({}, n, e)), Y.currentInstance && (Y.currentInstance._destroy(), Wr() && Ji()), Y.currentInstance = this;
1676
- const r = vc(e, n);
1677
- Yl(r), Object.freeze(r), Y.timeout && (Y.timeout.stop(), delete Y.timeout), clearTimeout(Y.restoreFocusTimeout);
1678
- const o = bc(this);
1679
- return Gi(this, r), X.innerParams.set(this, r), yc(this, o, r);
1676
+ Ha(Object.assign({}, n, e)), Y.currentInstance && (Y.currentInstance._destroy(), Wr() && zi()), Y.currentInstance = this;
1677
+ const r = mc(e, n);
1678
+ ql(r), Object.freeze(r), Y.timeout && (Y.timeout.stop(), delete Y.timeout), clearTimeout(Y.restoreFocusTimeout);
1679
+ const o = gc(this);
1680
+ return Wi(this, r), X.innerParams.set(this, r), pc(this, o, r);
1680
1681
  }
1681
1682
  // `catch` cannot be the name of a module export, so we define our thenable methods here instead
1682
1683
  then(e) {
@@ -1686,17 +1687,17 @@ class Mt {
1686
1687
  return X.promise.get(this).finally(e);
1687
1688
  }
1688
1689
  }
1689
- const yc = (t, e, n) => new Promise((r, o) => {
1690
+ const pc = (t, e, n) => new Promise((r, o) => {
1690
1691
  const i = (s) => {
1691
1692
  t.closePopup({ isDismissed: !0, dismiss: s });
1692
1693
  };
1693
- tn.swalPromiseResolve.set(t, r), tn.swalPromiseReject.set(t, o), e.confirmButton.onclick = () => Yu(t), e.denyButton.onclick = () => Xu(t), e.cancelButton.onclick = () => Zu(t, i), e.closeButton.onclick = () => i(Nt.close), ec(t, e, i), Cu(t, Y, n, i), fu(t, n), au(n), wc(Y, n, i), Sc(e, n), setTimeout(() => {
1694
+ tn.swalPromiseResolve.set(t, r), tn.swalPromiseReject.set(t, o), e.confirmButton.onclick = () => qu(t), e.denyButton.onclick = () => Gu(t), e.cancelButton.onclick = () => Ju(t, i), e.closeButton.onclick = () => i(Nt.close), Xu(t, e, i), Au(t, Y, n, i), uu(t, n), ou(n), yc(Y, n, i), vc(e, n), setTimeout(() => {
1694
1695
  e.container.scrollTop = 0;
1695
1696
  });
1696
- }), vc = (t, e) => {
1697
- const n = Ul(t), r = Object.assign({}, Pt, e, n, t);
1697
+ }), mc = (t, e) => {
1698
+ const n = Bl(t), r = Object.assign({}, Pt, e, n, t);
1698
1699
  return r.showClass = Object.assign({}, Pt.showClass, r.showClass), r.hideClass = Object.assign({}, Pt.hideClass, r.hideClass), r;
1699
- }, bc = (t) => {
1700
+ }, gc = (t) => {
1700
1701
  const e = {
1701
1702
  popup: se(),
1702
1703
  container: xe(),
@@ -1707,28 +1708,28 @@ const yc = (t, e, n) => new Promise((r, o) => {
1707
1708
  loader: Bt(),
1708
1709
  closeButton: Vr(),
1709
1710
  validationMessage: Bn(),
1710
- progressSteps: Hi()
1711
+ progressSteps: Ni()
1711
1712
  };
1712
1713
  return X.domCache.set(t, e), e;
1713
- }, wc = (t, e, n) => {
1714
+ }, yc = (t, e, n) => {
1714
1715
  const r = Nn();
1715
- Ie(r), e.timer && (t.timeout = new Xl(() => {
1716
+ Ie(r), e.timer && (t.timeout = new Gl(() => {
1716
1717
  n("timer"), delete t.timeout;
1717
1718
  }, e.timer), e.timerProgressBar && (Se(r), Je(r, e, "timerProgressBar"), setTimeout(() => {
1718
1719
  t.timeout && t.timeout.running && qr(e.timer);
1719
1720
  })));
1720
- }, Sc = (t, e) => {
1721
+ }, vc = (t, e) => {
1721
1722
  if (!e.toast) {
1722
1723
  if (!Dn(e.allowEnterKey))
1723
- return _c();
1724
- Ac(t, e) || _r(e, -1, 1);
1724
+ return wc();
1725
+ bc(t, e) || _r(e, -1, 1);
1725
1726
  }
1726
- }, Ac = (t, e) => e.focusDeny && He(t.denyButton) ? (t.denyButton.focus(), !0) : e.focusCancel && He(t.cancelButton) ? (t.cancelButton.focus(), !0) : e.focusConfirm && He(t.confirmButton) ? (t.confirmButton.focus(), !0) : !1, _c = () => {
1727
+ }, bc = (t, e) => e.focusDeny && He(t.denyButton) ? (t.denyButton.focus(), !0) : e.focusCancel && He(t.cancelButton) ? (t.cancelButton.focus(), !0) : e.focusConfirm && He(t.confirmButton) ? (t.confirmButton.focus(), !0) : !1, wc = () => {
1727
1728
  document.activeElement instanceof HTMLElement && typeof document.activeElement.blur == "function" && document.activeElement.blur();
1728
1729
  };
1729
- Object.assign(Mt.prototype, ss);
1730
- Object.assign(Mt, gc);
1731
- Object.keys(ss).forEach((t) => {
1730
+ Object.assign(Mt.prototype, rs);
1731
+ Object.assign(Mt, hc);
1732
+ Object.keys(rs).forEach((t) => {
1732
1733
  Mt[t] = function(...e) {
1733
1734
  if (Cr)
1734
1735
  return Cr[t](...e);
@@ -1740,16 +1741,16 @@ const Ft = Mt;
1740
1741
  Ft.default = Ft;
1741
1742
  /*! @license DOMPurify 3.0.9 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.9/LICENSE */
1742
1743
  const {
1743
- entries: ds,
1744
+ entries: ls,
1744
1745
  setPrototypeOf: jo,
1745
- isFrozen: Ec,
1746
- getPrototypeOf: Cc,
1747
- getOwnPropertyDescriptor: xc
1746
+ isFrozen: Sc,
1747
+ getPrototypeOf: Ac,
1748
+ getOwnPropertyDescriptor: _c
1748
1749
  } = Object;
1749
1750
  let {
1750
1751
  freeze: Oe,
1751
1752
  seal: Qe,
1752
- create: fs
1753
+ create: us
1753
1754
  } = Object, {
1754
1755
  apply: xr,
1755
1756
  construct: Ir
@@ -1766,7 +1767,7 @@ xr || (xr = function(e, n, r) {
1766
1767
  Ir || (Ir = function(e, n) {
1767
1768
  return new e(...n);
1768
1769
  });
1769
- const _n = Ve(Array.prototype.forEach), Vo = Ve(Array.prototype.pop), Kt = Ve(Array.prototype.push), In = Ve(String.prototype.toLowerCase), rr = Ve(String.prototype.toString), Ic = Ve(String.prototype.match), Wt = Ve(String.prototype.replace), kc = Ve(String.prototype.indexOf), Tc = Ve(String.prototype.trim), Xe = Ve(Object.prototype.hasOwnProperty), Ue = Ve(RegExp.prototype.test), zt = Pc(TypeError);
1770
+ const _n = Ve(Array.prototype.forEach), Vo = Ve(Array.prototype.pop), Kt = Ve(Array.prototype.push), In = Ve(String.prototype.toLowerCase), rr = Ve(String.prototype.toString), Ec = Ve(String.prototype.match), Wt = Ve(String.prototype.replace), Cc = Ve(String.prototype.indexOf), xc = Ve(String.prototype.trim), Xe = Ve(Object.prototype.hasOwnProperty), Ue = Ve(RegExp.prototype.test), zt = Ic(TypeError);
1770
1771
  function Ve(t) {
1771
1772
  return function(e) {
1772
1773
  for (var n = arguments.length, r = new Array(n > 1 ? n - 1 : 0), o = 1; o < n; o++)
@@ -1774,7 +1775,7 @@ function Ve(t) {
1774
1775
  return xr(t, e, r);
1775
1776
  };
1776
1777
  }
1777
- function Pc(t) {
1778
+ function Ic(t) {
1778
1779
  return function() {
1779
1780
  for (var e = arguments.length, n = new Array(e), r = 0; r < e; r++)
1780
1781
  n[r] = arguments[r];
@@ -1789,61 +1790,61 @@ function Z(t, e) {
1789
1790
  let o = e[r];
1790
1791
  if (typeof o == "string") {
1791
1792
  const i = n(o);
1792
- i !== o && (Ec(e) || (e[r] = i), o = i);
1793
+ i !== o && (Sc(e) || (e[r] = i), o = i);
1793
1794
  }
1794
1795
  t[o] = !0;
1795
1796
  }
1796
1797
  return t;
1797
1798
  }
1798
- function Oc(t) {
1799
+ function kc(t) {
1799
1800
  for (let e = 0; e < t.length; e++)
1800
1801
  Xe(t, e) || (t[e] = null);
1801
1802
  return t;
1802
1803
  }
1803
1804
  function bt(t) {
1804
- const e = fs(null);
1805
- for (const [n, r] of ds(t))
1806
- Xe(t, n) && (Array.isArray(r) ? e[n] = Oc(r) : r && typeof r == "object" && r.constructor === Object ? e[n] = bt(r) : e[n] = r);
1805
+ const e = us(null);
1806
+ for (const [n, r] of ls(t))
1807
+ Xe(t, n) && (Array.isArray(r) ? e[n] = kc(r) : r && typeof r == "object" && r.constructor === Object ? e[n] = bt(r) : e[n] = r);
1807
1808
  return e;
1808
1809
  }
1809
1810
  function En(t, e) {
1810
1811
  for (; t !== null; ) {
1811
- const r = xc(t, e);
1812
+ const r = _c(t, e);
1812
1813
  if (r) {
1813
1814
  if (r.get)
1814
1815
  return Ve(r.get);
1815
1816
  if (typeof r.value == "function")
1816
1817
  return Ve(r.value);
1817
1818
  }
1818
- t = Cc(t);
1819
+ t = Ac(t);
1819
1820
  }
1820
1821
  function n() {
1821
1822
  return null;
1822
1823
  }
1823
1824
  return n;
1824
1825
  }
1825
- const Ko = Oe(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), or = Oe(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), ir = Oe(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), Lc = Oe(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), sr = Oe(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), Rc = Oe(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Wo = Oe(["#text"]), zo = Oe(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "xmlns", "slot"]), ar = Oe(["accent-height", "accumulate", "additive", "alignment-baseline", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), qo = Oe(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), Cn = Oe(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), Fc = Qe(/\{\{[\w\W]*|[\w\W]*\}\}/gm), $c = Qe(/<%[\w\W]*|[\w\W]*%>/gm), Dc = Qe(/\${[\w\W]*}/gm), Bc = Qe(/^data-[\-\w.\u00B7-\uFFFF]/), Nc = Qe(/^aria-[\-\w]+$/), hs = Qe(
1826
+ const Ko = Oe(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), or = Oe(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), ir = Oe(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), Tc = Oe(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), sr = Oe(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), Pc = Oe(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Wo = Oe(["#text"]), zo = Oe(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "xmlns", "slot"]), ar = Oe(["accent-height", "accumulate", "additive", "alignment-baseline", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), qo = Oe(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), Cn = Oe(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), Oc = Qe(/\{\{[\w\W]*|[\w\W]*\}\}/gm), Lc = Qe(/<%[\w\W]*|[\w\W]*%>/gm), Rc = Qe(/\${[\w\W]*}/gm), Fc = Qe(/^data-[\-\w.\u00B7-\uFFFF]/), $c = Qe(/^aria-[\-\w]+$/), cs = Qe(
1826
1827
  /^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
1827
1828
  // eslint-disable-line no-useless-escape
1828
- ), Mc = Qe(/^(?:\w+script|data):/i), Uc = Qe(
1829
+ ), Dc = Qe(/^(?:\w+script|data):/i), Bc = Qe(
1829
1830
  /[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
1830
1831
  // eslint-disable-line no-control-regex
1831
- ), ps = Qe(/^html$/i);
1832
+ ), ds = Qe(/^html$/i);
1832
1833
  var Go = /* @__PURE__ */ Object.freeze({
1833
1834
  __proto__: null,
1834
- MUSTACHE_EXPR: Fc,
1835
- ERB_EXPR: $c,
1836
- TMPLIT_EXPR: Dc,
1837
- DATA_ATTR: Bc,
1838
- ARIA_ATTR: Nc,
1839
- IS_ALLOWED_URI: hs,
1840
- IS_SCRIPT_OR_DATA: Mc,
1841
- ATTR_WHITESPACE: Uc,
1842
- DOCTYPE_NAME: ps
1835
+ MUSTACHE_EXPR: Oc,
1836
+ ERB_EXPR: Lc,
1837
+ TMPLIT_EXPR: Rc,
1838
+ DATA_ATTR: Fc,
1839
+ ARIA_ATTR: $c,
1840
+ IS_ALLOWED_URI: cs,
1841
+ IS_SCRIPT_OR_DATA: Dc,
1842
+ ATTR_WHITESPACE: Bc,
1843
+ DOCTYPE_NAME: ds
1843
1844
  });
1844
- const Hc = function() {
1845
+ const Nc = function() {
1845
1846
  return typeof window > "u" ? null : window;
1846
- }, jc = function(e, n) {
1847
+ }, Mc = function(e, n) {
1847
1848
  if (typeof e != "object" || typeof e.createPolicy != "function")
1848
1849
  return null;
1849
1850
  let r = null;
@@ -1863,9 +1864,9 @@ const Hc = function() {
1863
1864
  return console.warn("TrustedTypes policy " + i + " could not be created."), null;
1864
1865
  }
1865
1866
  };
1866
- function ms() {
1867
- let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Hc();
1868
- const e = (U) => ms(U);
1867
+ function fs() {
1868
+ let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Nc();
1869
+ const e = (U) => fs(U);
1869
1870
  if (e.version = "3.0.9", e.removed = [], !t || !t.document || t.document.nodeType !== 9)
1870
1871
  return e.isSupported = !1, e;
1871
1872
  let {
@@ -1896,7 +1897,7 @@ function ms() {
1896
1897
  importNode: R
1897
1898
  } = r;
1898
1899
  let L = {};
1899
- e.isSupported = typeof ds == "function" && typeof G == "function" && fe && fe.createHTMLDocument !== void 0;
1900
+ e.isSupported = typeof ls == "function" && typeof G == "function" && fe && fe.createHTMLDocument !== void 0;
1900
1901
  const {
1901
1902
  MUSTACHE_EXPR: P,
1902
1903
  ERB_EXPR: q,
@@ -1912,7 +1913,7 @@ function ms() {
1912
1913
  const Le = Z({}, [...Ko, ...or, ...ir, ...sr, ...Wo]);
1913
1914
  let u = null;
1914
1915
  const p = Z({}, [...zo, ...ar, ...qo, ...Cn]);
1915
- let w = Object.seal(fs(null, {
1916
+ let w = Object.seal(us(null, {
1916
1917
  tagNameCheck: {
1917
1918
  writable: !0,
1918
1919
  configurable: !1,
@@ -1932,7 +1933,7 @@ function ms() {
1932
1933
  value: !1
1933
1934
  }
1934
1935
  })), I = null, S = null, F = !0, C = !0, k = !1, N = !0, D = !1, W = !1, ne = !1, Re = !1, Te = !1, we = !1, et = !1, lo = !0, uo = !1;
1935
- const Ys = "user-content-";
1936
+ const qs = "user-content-";
1936
1937
  let Gn = !0, Ht = !1, Ct = {}, xt = null;
1937
1938
  const co = 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"]);
1938
1939
  let fo = null;
@@ -1940,17 +1941,17 @@ function ms() {
1940
1941
  let Jn = null;
1941
1942
  const po = Z({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), wn = "http://www.w3.org/1998/Math/MathML", Sn = "http://www.w3.org/2000/svg", it = "http://www.w3.org/1999/xhtml";
1942
1943
  let It = it, Yn = !1, Xn = null;
1943
- const Xs = Z({}, [wn, Sn, it], rr);
1944
+ const Gs = Z({}, [wn, Sn, it], rr);
1944
1945
  let jt = null;
1945
- const Zs = ["application/xhtml+xml", "text/html"], Qs = "text/html";
1946
+ const Js = ["application/xhtml+xml", "text/html"], Ys = "text/html";
1946
1947
  let ve = null, kt = null;
1947
- const ea = n.createElement("form"), mo = function(h) {
1948
+ const Xs = n.createElement("form"), mo = function(h) {
1948
1949
  return h instanceof RegExp || h instanceof Function;
1949
1950
  }, Zn = function() {
1950
1951
  let h = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
1951
1952
  if (!(kt && kt === h)) {
1952
1953
  if ((!h || typeof h != "object") && (h = {}), h = bt(h), jt = // eslint-disable-next-line unicorn/prefer-includes
1953
- Zs.indexOf(h.PARSER_MEDIA_TYPE) === -1 ? Qs : h.PARSER_MEDIA_TYPE, ve = jt === "application/xhtml+xml" ? rr : In, K = Xe(h, "ALLOWED_TAGS") ? Z({}, h.ALLOWED_TAGS, ve) : Le, u = Xe(h, "ALLOWED_ATTR") ? Z({}, h.ALLOWED_ATTR, ve) : p, Xn = Xe(h, "ALLOWED_NAMESPACES") ? Z({}, h.ALLOWED_NAMESPACES, rr) : Xs, Jn = Xe(h, "ADD_URI_SAFE_ATTR") ? Z(
1954
+ Js.indexOf(h.PARSER_MEDIA_TYPE) === -1 ? Ys : h.PARSER_MEDIA_TYPE, ve = jt === "application/xhtml+xml" ? rr : In, K = Xe(h, "ALLOWED_TAGS") ? Z({}, h.ALLOWED_TAGS, ve) : Le, u = Xe(h, "ALLOWED_ATTR") ? Z({}, h.ALLOWED_ATTR, ve) : p, Xn = Xe(h, "ALLOWED_NAMESPACES") ? Z({}, h.ALLOWED_NAMESPACES, rr) : Gs, Jn = Xe(h, "ADD_URI_SAFE_ATTR") ? Z(
1954
1955
  bt(po),
1955
1956
  // eslint-disable-line indent
1956
1957
  h.ADD_URI_SAFE_ATTR,
@@ -1964,24 +1965,24 @@ function ms() {
1964
1965
  // eslint-disable-line indent
1965
1966
  ve
1966
1967
  // eslint-disable-line indent
1967
- ) : ho, xt = Xe(h, "FORBID_CONTENTS") ? Z({}, h.FORBID_CONTENTS, ve) : co, I = Xe(h, "FORBID_TAGS") ? Z({}, h.FORBID_TAGS, ve) : {}, S = Xe(h, "FORBID_ATTR") ? Z({}, h.FORBID_ATTR, ve) : {}, Ct = Xe(h, "USE_PROFILES") ? h.USE_PROFILES : !1, F = h.ALLOW_ARIA_ATTR !== !1, C = h.ALLOW_DATA_ATTR !== !1, k = h.ALLOW_UNKNOWN_PROTOCOLS || !1, N = h.ALLOW_SELF_CLOSE_IN_ATTR !== !1, D = h.SAFE_FOR_TEMPLATES || !1, W = h.WHOLE_DOCUMENT || !1, Te = h.RETURN_DOM || !1, we = h.RETURN_DOM_FRAGMENT || !1, et = h.RETURN_TRUSTED_TYPE || !1, Re = h.FORCE_BODY || !1, lo = h.SANITIZE_DOM !== !1, uo = h.SANITIZE_NAMED_PROPS || !1, Gn = h.KEEP_CONTENT !== !1, Ht = h.IN_PLACE || !1, ke = h.ALLOWED_URI_REGEXP || hs, It = h.NAMESPACE || it, w = h.CUSTOM_ELEMENT_HANDLING || {}, h.CUSTOM_ELEMENT_HANDLING && mo(h.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (w.tagNameCheck = h.CUSTOM_ELEMENT_HANDLING.tagNameCheck), h.CUSTOM_ELEMENT_HANDLING && mo(h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (w.attributeNameCheck = h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), h.CUSTOM_ELEMENT_HANDLING && typeof h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (w.allowCustomizedBuiltInElements = h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), D && (C = !1), we && (Te = !0), Ct && (K = Z({}, Wo), u = [], Ct.html === !0 && (Z(K, Ko), Z(u, zo)), Ct.svg === !0 && (Z(K, or), Z(u, ar), Z(u, Cn)), Ct.svgFilters === !0 && (Z(K, ir), Z(u, ar), Z(u, Cn)), Ct.mathMl === !0 && (Z(K, sr), Z(u, qo), Z(u, Cn))), h.ADD_TAGS && (K === Le && (K = bt(K)), Z(K, h.ADD_TAGS, ve)), h.ADD_ATTR && (u === p && (u = bt(u)), Z(u, h.ADD_ATTR, ve)), h.ADD_URI_SAFE_ATTR && Z(Jn, h.ADD_URI_SAFE_ATTR, ve), h.FORBID_CONTENTS && (xt === co && (xt = bt(xt)), Z(xt, h.FORBID_CONTENTS, ve)), Gn && (K["#text"] = !0), W && Z(K, ["html", "head", "body"]), K.table && (Z(K, ["tbody"]), delete I.tbody), h.TRUSTED_TYPES_POLICY) {
1968
+ ) : ho, xt = Xe(h, "FORBID_CONTENTS") ? Z({}, h.FORBID_CONTENTS, ve) : co, I = Xe(h, "FORBID_TAGS") ? Z({}, h.FORBID_TAGS, ve) : {}, S = Xe(h, "FORBID_ATTR") ? Z({}, h.FORBID_ATTR, ve) : {}, Ct = Xe(h, "USE_PROFILES") ? h.USE_PROFILES : !1, F = h.ALLOW_ARIA_ATTR !== !1, C = h.ALLOW_DATA_ATTR !== !1, k = h.ALLOW_UNKNOWN_PROTOCOLS || !1, N = h.ALLOW_SELF_CLOSE_IN_ATTR !== !1, D = h.SAFE_FOR_TEMPLATES || !1, W = h.WHOLE_DOCUMENT || !1, Te = h.RETURN_DOM || !1, we = h.RETURN_DOM_FRAGMENT || !1, et = h.RETURN_TRUSTED_TYPE || !1, Re = h.FORCE_BODY || !1, lo = h.SANITIZE_DOM !== !1, uo = h.SANITIZE_NAMED_PROPS || !1, Gn = h.KEEP_CONTENT !== !1, Ht = h.IN_PLACE || !1, ke = h.ALLOWED_URI_REGEXP || cs, It = h.NAMESPACE || it, w = h.CUSTOM_ELEMENT_HANDLING || {}, h.CUSTOM_ELEMENT_HANDLING && mo(h.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (w.tagNameCheck = h.CUSTOM_ELEMENT_HANDLING.tagNameCheck), h.CUSTOM_ELEMENT_HANDLING && mo(h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (w.attributeNameCheck = h.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), h.CUSTOM_ELEMENT_HANDLING && typeof h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (w.allowCustomizedBuiltInElements = h.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), D && (C = !1), we && (Te = !0), Ct && (K = Z({}, Wo), u = [], Ct.html === !0 && (Z(K, Ko), Z(u, zo)), Ct.svg === !0 && (Z(K, or), Z(u, ar), Z(u, Cn)), Ct.svgFilters === !0 && (Z(K, ir), Z(u, ar), Z(u, Cn)), Ct.mathMl === !0 && (Z(K, sr), Z(u, qo), Z(u, Cn))), h.ADD_TAGS && (K === Le && (K = bt(K)), Z(K, h.ADD_TAGS, ve)), h.ADD_ATTR && (u === p && (u = bt(u)), Z(u, h.ADD_ATTR, ve)), h.ADD_URI_SAFE_ATTR && Z(Jn, h.ADD_URI_SAFE_ATTR, ve), h.FORBID_CONTENTS && (xt === co && (xt = bt(xt)), Z(xt, h.FORBID_CONTENTS, ve)), Gn && (K["#text"] = !0), W && Z(K, ["html", "head", "body"]), K.table && (Z(K, ["tbody"]), delete I.tbody), h.TRUSTED_TYPES_POLICY) {
1968
1969
  if (typeof h.TRUSTED_TYPES_POLICY.createHTML != "function")
1969
1970
  throw zt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
1970
1971
  if (typeof h.TRUSTED_TYPES_POLICY.createScriptURL != "function")
1971
1972
  throw zt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
1972
1973
  V = h.TRUSTED_TYPES_POLICY, ye = V.createHTML("");
1973
1974
  } else
1974
- V === void 0 && (V = jc(b, o)), V !== null && typeof ye == "string" && (ye = V.createHTML(""));
1975
+ V === void 0 && (V = Mc(b, o)), V !== null && typeof ye == "string" && (ye = V.createHTML(""));
1975
1976
  Oe && Oe(h), kt = h;
1976
1977
  }
1977
- }, go = Z({}, ["mi", "mo", "mn", "ms", "mtext"]), yo = Z({}, ["foreignobject", "desc", "title", "annotation-xml"]), ta = Z({}, ["title", "style", "font", "a", "script"]), vo = Z({}, [...or, ...ir, ...Lc]), bo = Z({}, [...sr, ...Rc]), na = function(h) {
1978
+ }, go = Z({}, ["mi", "mo", "mn", "ms", "mtext"]), yo = Z({}, ["foreignobject", "desc", "title", "annotation-xml"]), Zs = Z({}, ["title", "style", "font", "a", "script"]), vo = Z({}, [...or, ...ir, ...Tc]), bo = Z({}, [...sr, ...Pc]), Qs = function(h) {
1978
1979
  let T = G(h);
1979
1980
  (!T || !T.tagName) && (T = {
1980
1981
  namespaceURI: It,
1981
1982
  tagName: "template"
1982
1983
  });
1983
1984
  const M = In(h.tagName), le = In(T.tagName);
1984
- return Xn[h.namespaceURI] ? h.namespaceURI === Sn ? T.namespaceURI === it ? M === "svg" : T.namespaceURI === wn ? M === "svg" && (le === "annotation-xml" || go[le]) : !!vo[M] : h.namespaceURI === wn ? T.namespaceURI === it ? M === "math" : T.namespaceURI === Sn ? M === "math" && yo[le] : !!bo[M] : h.namespaceURI === it ? T.namespaceURI === Sn && !yo[le] || T.namespaceURI === wn && !go[le] ? !1 : !bo[M] && (ta[M] || !vo[M]) : !!(jt === "application/xhtml+xml" && Xn[h.namespaceURI]) : !1;
1985
+ return Xn[h.namespaceURI] ? h.namespaceURI === Sn ? T.namespaceURI === it ? M === "svg" : T.namespaceURI === wn ? M === "svg" && (le === "annotation-xml" || go[le]) : !!vo[M] : h.namespaceURI === wn ? T.namespaceURI === it ? M === "math" : T.namespaceURI === Sn ? M === "math" && yo[le] : !!bo[M] : h.namespaceURI === it ? T.namespaceURI === Sn && !yo[le] || T.namespaceURI === wn && !go[le] ? !1 : !bo[M] && (Zs[M] || !vo[M]) : !!(jt === "application/xhtml+xml" && Xn[h.namespaceURI]) : !1;
1985
1986
  }, gt = function(h) {
1986
1987
  Kt(e.removed, {
1987
1988
  element: h
@@ -2019,7 +2020,7 @@ function ms() {
2019
2020
  if (Re)
2020
2021
  h = "<remove></remove>" + h;
2021
2022
  else {
2022
- const _e = Ic(h, /^[\r\n\t ]+/);
2023
+ const _e = Ec(h, /^[\r\n\t ]+/);
2023
2024
  M = _e && _e[0];
2024
2025
  }
2025
2026
  jt === "application/xhtml+xml" && It === it && (h = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + h + "</body></html>");
@@ -2046,7 +2047,7 @@ function ms() {
2046
2047
  c.SHOW_ELEMENT | c.SHOW_COMMENT | c.SHOW_TEXT,
2047
2048
  null
2048
2049
  );
2049
- }, ra = function(h) {
2050
+ }, ea = function(h) {
2050
2051
  return h instanceof f && (typeof h.nodeName != "string" || typeof h.textContent != "string" || typeof h.removeChild != "function" || !(h.attributes instanceof d) || typeof h.removeAttribute != "function" || typeof h.setAttribute != "function" || typeof h.namespaceURI != "string" || typeof h.insertBefore != "function" || typeof h.hasChildNodes != "function");
2051
2052
  }, Ao = function(h) {
2052
2053
  return typeof l == "function" && h instanceof l;
@@ -2056,7 +2057,7 @@ function ms() {
2056
2057
  });
2057
2058
  }, _o = function(h) {
2058
2059
  let T = null;
2059
- if (st("beforeSanitizeElements", h, null), ra(h))
2060
+ if (st("beforeSanitizeElements", h, null), ea(h))
2060
2061
  return gt(h), !0;
2061
2062
  const M = ve(h.nodeName);
2062
2063
  if (st("uponSanitizeElement", h, {
@@ -2077,13 +2078,13 @@ function ms() {
2077
2078
  }
2078
2079
  return gt(h), !0;
2079
2080
  }
2080
- return h instanceof a && !na(h) || (M === "noscript" || M === "noembed" || M === "noframes") && Ue(/<\/no(script|embed|frames)/i, h.innerHTML) ? (gt(h), !0) : (D && h.nodeType === 3 && (T = h.textContent, _n([P, q, E], (le) => {
2081
+ return h instanceof a && !Qs(h) || (M === "noscript" || M === "noembed" || M === "noframes") && Ue(/<\/no(script|embed|frames)/i, h.innerHTML) ? (gt(h), !0) : (D && h.nodeType === 3 && (T = h.textContent, _n([P, q, E], (le) => {
2081
2082
  T = Wt(T, le, " ");
2082
2083
  }), h.textContent !== T && (Kt(e.removed, {
2083
2084
  element: h.cloneNode()
2084
2085
  }), h.textContent = T)), st("afterSanitizeElements", h, null), !1);
2085
2086
  }, Eo = function(h, T, M) {
2086
- if (lo && (T === "id" || T === "name") && (M in n || M in ea))
2087
+ if (lo && (T === "id" || T === "name") && (M in n || M in Xs))
2087
2088
  return !1;
2088
2089
  if (!(C && !S[T] && Ue(J, T))) {
2089
2090
  if (!(F && Ue(ae, T))) {
@@ -2099,7 +2100,7 @@ function ms() {
2099
2100
  return !1;
2100
2101
  } else if (!Jn[T]) {
2101
2102
  if (!Ue(ke, Wt(M, he, ""))) {
2102
- if (!((T === "src" || T === "xlink:href" || T === "href") && h !== "script" && kc(M, "data:") === 0 && fo[h])) {
2103
+ if (!((T === "src" || T === "xlink:href" || T === "href") && h !== "script" && Cc(M, "data:") === 0 && fo[h])) {
2103
2104
  if (!(k && !Ue(de, Wt(M, he, "")))) {
2104
2105
  if (M)
2105
2106
  return !1;
@@ -2132,7 +2133,7 @@ function ms() {
2132
2133
  namespaceURI: Fe,
2133
2134
  value: yt
2134
2135
  } = Ae, Vt = ve(_e);
2135
- let $e = _e === "value" ? yt : Tc(yt);
2136
+ let $e = _e === "value" ? yt : xc(yt);
2136
2137
  if (M.attrName = Vt, M.attrValue = $e, M.keepAttr = !0, M.forceKeepAttr = void 0, st("uponSanitizeAttribute", h, M), $e = M.attrValue, M.forceKeepAttr || (Qn(_e, h), !M.keepAttr))
2137
2138
  continue;
2138
2139
  if (!N && Ue(/\/>/i, $e)) {
@@ -2144,7 +2145,7 @@ function ms() {
2144
2145
  });
2145
2146
  const Io = ve(h.nodeName);
2146
2147
  if (Eo(Io, Vt, $e)) {
2147
- if (uo && (Vt === "id" || Vt === "name") && (Qn(_e, h), $e = Ys + $e), V && typeof b == "object" && typeof b.getAttributeType == "function" && !Fe)
2148
+ if (uo && (Vt === "id" || Vt === "name") && (Qn(_e, h), $e = qs + $e), V && typeof b == "object" && typeof b.getAttributeType == "function" && !Fe)
2148
2149
  switch (b.getAttributeType(Io, Vt)) {
2149
2150
  case "TrustedHTML": {
2150
2151
  $e = V.createHTML($e);
@@ -2162,7 +2163,7 @@ function ms() {
2162
2163
  }
2163
2164
  }
2164
2165
  st("afterSanitizeAttributes", h, null);
2165
- }, oa = function U(h) {
2166
+ }, ta = function U(h) {
2166
2167
  let T = null;
2167
2168
  const M = So(h);
2168
2169
  for (st("beforeSanitizeShadowDOM", h, null); T = M.nextNode(); )
@@ -2197,7 +2198,7 @@ function ms() {
2197
2198
  T && Re && gt(T.firstChild);
2198
2199
  const _e = So(Ht ? U : T);
2199
2200
  for (; le = _e.nextNode(); )
2200
- _o(le) || (le.content instanceof i && oa(le.content), xo(le));
2201
+ _o(le) || (le.content instanceof i && ta(le.content), xo(le));
2201
2202
  if (Ht)
2202
2203
  return U;
2203
2204
  if (Te) {
@@ -2209,7 +2210,7 @@ function ms() {
2209
2210
  return (u.shadowroot || u.shadowrootmode) && (Ae = R.call(r, Ae, !0)), Ae;
2210
2211
  }
2211
2212
  let Fe = W ? T.outerHTML : T.innerHTML;
2212
- return W && K["!doctype"] && T.ownerDocument && T.ownerDocument.doctype && T.ownerDocument.doctype.name && Ue(ps, T.ownerDocument.doctype.name) && (Fe = "<!DOCTYPE " + T.ownerDocument.doctype.name + `>
2213
+ return W && K["!doctype"] && T.ownerDocument && T.ownerDocument.doctype && T.ownerDocument.doctype.name && Ue(ds, T.ownerDocument.doctype.name) && (Fe = "<!DOCTYPE " + T.ownerDocument.doctype.name + `>
2213
2214
  ` + Fe), D && _n([P, q, E], (yt) => {
2214
2215
  Fe = Wt(Fe, yt, " ");
2215
2216
  }), V && et ? V.createHTML(Fe) : Fe;
@@ -2233,13 +2234,13 @@ function ms() {
2233
2234
  L = {};
2234
2235
  }, e;
2235
2236
  }
2236
- var gs = ms();
2237
- class ys {
2237
+ var hs = fs();
2238
+ class ps {
2238
2239
  get IsVisible() {
2239
2240
  return Ft.isVisible();
2240
2241
  }
2241
2242
  }
2242
- class Vc extends ys {
2243
+ class Uc extends ps {
2243
2244
  constructor() {
2244
2245
  super();
2245
2246
  }
@@ -2251,7 +2252,7 @@ class Vc extends ys {
2251
2252
  allowOutsideClick: !1,
2252
2253
  icon: n,
2253
2254
  title: o,
2254
- html: `<div style="max-height: 50vh; overflow: auto">${gs.sanitize(
2255
+ html: `<div style="max-height: 50vh; overflow: auto">${hs.sanitize(
2255
2256
  r
2256
2257
  )}</div>`
2257
2258
  }).then(() => i(!0));
@@ -2276,7 +2277,7 @@ class Vc extends ys {
2276
2277
  });
2277
2278
  }
2278
2279
  }
2279
- class Kc extends ys {
2280
+ class Hc extends ps {
2280
2281
  async CreateConfirmAsync(e) {
2281
2282
  return new Promise((n) => {
2282
2283
  Ft.fire({
@@ -2285,7 +2286,7 @@ class Kc extends ys {
2285
2286
  allowOutsideClick: !1,
2286
2287
  icon: "question",
2287
2288
  title: e.title,
2288
- html: gs.sanitize(e.text),
2289
+ html: hs.sanitize(e.text),
2289
2290
  confirmButtonText: e.confirmLabel ?? "confirmar",
2290
2291
  cancelButtonText: e.rejectLabel ?? "cancelar"
2291
2292
  }).then((r) => {
@@ -2299,11 +2300,11 @@ class Kc extends ys {
2299
2300
  });
2300
2301
  }
2301
2302
  }
2302
- const Gp = () => new Vc(), Wc = () => new Kc(), zc = ["data-cor"], qc = { class: "sf-p-4" }, Gc = /* @__PURE__ */ Ke({
2303
+ const Kp = () => new Uc(), jc = () => new Hc(), Vc = ["data-cor"], Kc = { class: "sf-p-4" }, Wc = /* @__PURE__ */ Ke({
2303
2304
  __name: "HeaderAvatar",
2304
2305
  emits: ["logout"],
2305
2306
  setup(t, { emit: e }) {
2306
- const n = Wc(), r = Ne("?"), o = e;
2307
+ const n = jc(), r = Ne("?"), o = e;
2307
2308
  async function i() {
2308
2309
  await n.CreateConfirmAsync({
2309
2310
  text: "Você deseja sair da conta?",
@@ -2329,8 +2330,8 @@ const Gp = () => new Vc(), Wc = () => new Kc(), zc = ["data-cor"], qc = { class:
2329
2330
  id: "sf-header-avatar",
2330
2331
  "data-cor": l.value,
2331
2332
  onClick: d[0] || (d[0] = (f) => a.value = !0)
2332
- }, pt(r.value), 9, zc),
2333
- Be(Oa, {
2333
+ }, pt(r.value), 9, Vc),
2334
+ Be(ka, {
2334
2335
  visible: a.value,
2335
2336
  "onUpdate:visible": d[1] || (d[1] = (f) => a.value = f),
2336
2337
  position: "right"
@@ -2339,8 +2340,8 @@ const Gp = () => new Vc(), Wc = () => new Kc(), zc = ["data-cor"], qc = { class:
2339
2340
  br("Minha conta")
2340
2341
  ]),
2341
2342
  default: qe(() => [
2342
- z("div", qc, [
2343
- Be(Fa, {
2343
+ z("div", Kc, [
2344
+ Be(Oa, {
2344
2345
  color: "error",
2345
2346
  onClick: i
2346
2347
  }, {
@@ -2355,20 +2356,20 @@ const Gp = () => new Vc(), Wc = () => new Kc(), zc = ["data-cor"], qc = { class:
2355
2356
  }, 8, ["visible"])
2356
2357
  ], 64));
2357
2358
  }
2358
- }), Jc = {}, Yc = {
2359
+ }), zc = {}, qc = {
2359
2360
  xmlns: "http://www.w3.org/2000/svg",
2360
2361
  height: "48",
2361
2362
  viewBox: "0 -960 960 960",
2362
2363
  width: "48",
2363
2364
  class: "sf-svg-icon"
2364
- }, Xc = /* @__PURE__ */ z("path", { d: "m307.231-83.463-54.999-55.23 343.923-343.922-343.923-343.539 54.999-54.614 398.153 398.153L307.231-83.462Z" }, null, -1), Zc = [
2365
- Xc
2365
+ }, Gc = /* @__PURE__ */ z("path", { d: "m307.231-83.463-54.999-55.23 343.923-343.922-343.923-343.539 54.999-54.614 398.153 398.153L307.231-83.462Z" }, null, -1), Jc = [
2366
+ Gc
2366
2367
  ];
2367
- function Qc(t, e) {
2368
- return H(), te("svg", Yc, Zc);
2368
+ function Yc(t, e) {
2369
+ return H(), te("svg", qc, Jc);
2369
2370
  }
2370
- const ed = /* @__PURE__ */ Ri(Jc, [["render", Qc]]);
2371
- class td {
2371
+ const Xc = /* @__PURE__ */ Pi(zc, [["render", Yc]]);
2372
+ class Zc {
2372
2373
  get storedTheme() {
2373
2374
  return localStorage.getItem("color-scheme");
2374
2375
  }
@@ -2394,27 +2395,27 @@ class td {
2394
2395
  this.EnableLightMode();
2395
2396
  }
2396
2397
  }
2397
- const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000/svg" width="472.39" height="472.39" viewBox="0 0 472.39 472.39"><g class="toggle-sun"><path d="M403.21,167V69.18H305.38L236.2,0,167,69.18H69.18V167L0,236.2l69.18,69.18v97.83H167l69.18,69.18,69.18-69.18h97.83V305.38l69.18-69.18Zm-167,198.17a129,129,0,1,1,129-129A129,129,0,0,1,236.2,365.19Z"></path></g><g class="toggle-circle"><circle class="cls-1" cx="236.2" cy="236.2" r="103.78"></circle></g></svg>', 1), rd = [
2398
- nd
2399
- ], od = /* @__PURE__ */ Ke({
2398
+ const kr = new Zc(), Qc = /* @__PURE__ */ sa('<svg xmlns="http://www.w3.org/2000/svg" width="472.39" height="472.39" viewBox="0 0 472.39 472.39"><g class="toggle-sun"><path d="M403.21,167V69.18H305.38L236.2,0,167,69.18H69.18V167L0,236.2l69.18,69.18v97.83H167l69.18,69.18,69.18-69.18h97.83V305.38l69.18-69.18Zm-167,198.17a129,129,0,1,1,129-129A129,129,0,0,1,236.2,365.19Z"></path></g><g class="toggle-circle"><circle class="cls-1" cx="236.2" cy="236.2" r="103.78"></circle></g></svg>', 1), ed = [
2399
+ Qc
2400
+ ], td = /* @__PURE__ */ Ke({
2400
2401
  __name: "ThemeToggle",
2401
2402
  setup(t) {
2402
2403
  return (e, n) => (H(), te("button", {
2403
2404
  id: "sf-theme-toggle",
2404
2405
  onClick: n[0] || (n[0] = //@ts-ignore
2405
2406
  (...r) => Ee(kr).Toggle && Ee(kr).Toggle(...r))
2406
- }, rd));
2407
+ }, ed));
2407
2408
  }
2408
- }), id = { id: "sf-layout" }, sd = /* @__PURE__ */ z("div", { class: "sf-layout-menu-toggler-logo" }, null, -1), ad = { class: "title" }, ld = { class: "sf-layout-nav-content" }, ud = /* @__PURE__ */ z("div", { class: "sf-layout-nav-footer" }, [
2409
+ }), nd = { id: "sf-layout" }, rd = /* @__PURE__ */ z("div", { class: "sf-layout-menu-toggler-logo" }, null, -1), od = { class: "title" }, id = { class: "sf-layout-nav-content" }, sd = /* @__PURE__ */ z("div", { class: "sf-layout-nav-footer" }, [
2409
2410
  /* @__PURE__ */ z("div", { class: "sf-layout-nav-footer-logo" })
2410
- ], -1), cd = /* @__PURE__ */ z("section", { id: "sf-layout-page-title" }, null, -1), dd = { id: "sf-layout-content" }, Jp = /* @__PURE__ */ Ke({
2411
+ ], -1), ad = /* @__PURE__ */ z("section", { id: "sf-layout-page-title" }, null, -1), ld = { id: "sf-layout-content" }, Wp = /* @__PURE__ */ Ke({
2411
2412
  __name: "Layout",
2412
2413
  emits: ["mounted", "logout"],
2413
2414
  setup(t, { emit: e }) {
2414
- const n = Oi(), r = e;
2415
+ const n = ki(), r = e;
2415
2416
  return dn(() => {
2416
2417
  r("mounted");
2417
- }), (o, i) => (H(), te("div", id, [
2418
+ }), (o, i) => (H(), te("div", nd, [
2418
2419
  z("header", null, [
2419
2420
  z("div", {
2420
2421
  class: me([
@@ -2423,42 +2424,42 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2423
2424
  ]),
2424
2425
  onClick: i[0] || (i[0] = (s) => Ee(n).Toggle())
2425
2426
  }, [
2426
- sd,
2427
- Be(ed)
2427
+ rd,
2428
+ Be(Xc)
2428
2429
  ], 2),
2429
- z("div", ad, [
2430
+ z("div", od, [
2430
2431
  Pe(o.$slots, "title")
2431
2432
  ]),
2432
2433
  Pe(o.$slots, "action"),
2433
- Be(Fi, { text: "alternar tema" }, {
2434
+ Be(Oi, { text: "alternar tema" }, {
2434
2435
  default: qe(() => [
2435
- Be(od)
2436
+ Be(td)
2436
2437
  ]),
2437
2438
  _: 1
2438
2439
  }),
2439
- Be(Gc, {
2440
+ Be(Wc, {
2440
2441
  onLogout: i[1] || (i[1] = (s) => r("logout"))
2441
2442
  })
2442
2443
  ]),
2443
2444
  z("nav", {
2444
2445
  class: me({ visible: Ee(n).IsVisible })
2445
2446
  }, [
2446
- z("div", ld, [
2447
+ z("div", id, [
2447
2448
  Pe(o.$slots, "menu")
2448
2449
  ]),
2449
- ud
2450
+ sd
2450
2451
  ], 2),
2451
2452
  z("main", {
2452
2453
  class: me({ "menu-visible": Ee(n).IsVisible })
2453
2454
  }, [
2454
- cd,
2455
- z("section", dd, [
2455
+ ad,
2456
+ z("section", ld, [
2456
2457
  Pe(o.$slots, "content")
2457
2458
  ])
2458
2459
  ], 2)
2459
2460
  ]));
2460
2461
  }
2461
- }), fd = ["href", "data-active", "onClick"], hd = { class: "sf-navmenulink-text" }, Yp = /* @__PURE__ */ Ke({
2462
+ }), ud = ["href", "data-active", "onClick"], cd = { class: "sf-navmenulink-text" }, zp = /* @__PURE__ */ Ke({
2462
2463
  __name: "NavMenuLink",
2463
2464
  props: {
2464
2465
  href: {},
@@ -2468,7 +2469,7 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2468
2469
  exact: { type: Boolean }
2469
2470
  },
2470
2471
  setup(t) {
2471
- const e = t, n = Oi();
2472
+ const e = t, n = ki();
2472
2473
  function r(o, i) {
2473
2474
  o.preventDefault();
2474
2475
  const l = o.target.closest(".sf-layout-nav-content");
@@ -2493,14 +2494,14 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2493
2494
  filled: e.iconFilled,
2494
2495
  "button-props": { tabindex: -1 }
2495
2496
  }, null, 8, ["icon", "filled"])) : be("", !0),
2496
- z("span", hd, pt(e.text), 1)
2497
- ], 8, fd)
2497
+ z("span", cd, pt(e.text), 1)
2498
+ ], 8, ud)
2498
2499
  ]),
2499
2500
  _: 1
2500
2501
  }, 8, ["to"]);
2501
2502
  };
2502
2503
  }
2503
- }), pd = /* @__PURE__ */ Ke({
2504
+ }), dd = /* @__PURE__ */ Ke({
2504
2505
  __name: "ScrollToTop",
2505
2506
  setup(t) {
2506
2507
  const e = Ne(!1), n = `--${+/* @__PURE__ */ new Date()}`;
@@ -2519,7 +2520,7 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2519
2520
  onClick: o
2520
2521
  }, null, 2));
2521
2522
  }
2522
- }), Xp = /* @__PURE__ */ Ke({
2523
+ }), qp = /* @__PURE__ */ Ke({
2523
2524
  __name: "Content",
2524
2525
  props: {
2525
2526
  class: {},
@@ -2555,7 +2556,7 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2555
2556
  class: me(r())
2556
2557
  }, [
2557
2558
  Pe(s.$slots, "default"),
2558
- Be(pd)
2559
+ Be(dd)
2559
2560
  ], 2),
2560
2561
  z("div", {
2561
2562
  class: me(i())
@@ -2564,7 +2565,7 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2564
2565
  ], 2)
2565
2566
  ], 6));
2566
2567
  }
2567
- }), md = { class: "sf-tab-navigation" }, gd = /* @__PURE__ */ z("svg", {
2568
+ }), fd = { class: "sf-tab-navigation" }, hd = /* @__PURE__ */ z("svg", {
2568
2569
  xmlns: "http://www.w3.org/2000/svg",
2569
2570
  fill: "none",
2570
2571
  viewBox: "0 0 24 24",
@@ -2577,9 +2578,9 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2577
2578
  "stroke-linejoin": "round",
2578
2579
  d: "M15.75 19.5L8.25 12l7.5-7.5"
2579
2580
  })
2580
- ], -1), yd = [
2581
- gd
2582
- ], vd = ["data-active"], bd = ["href", "onClick"], wd = /* @__PURE__ */ z("svg", {
2581
+ ], -1), pd = [
2582
+ hd
2583
+ ], md = ["data-active"], gd = ["href", "onClick"], yd = /* @__PURE__ */ z("svg", {
2583
2584
  xmlns: "http://www.w3.org/2000/svg",
2584
2585
  fill: "none",
2585
2586
  viewBox: "0 0 24 24",
@@ -2592,9 +2593,9 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2592
2593
  "stroke-linejoin": "round",
2593
2594
  d: "M8.25 4.5l7.5 7.5-7.5 7.5"
2594
2595
  })
2595
- ], -1), Sd = [
2596
- wd
2597
- ], Zp = /* @__PURE__ */ Ke({
2596
+ ], -1), vd = [
2597
+ yd
2598
+ ], Gp = /* @__PURE__ */ Ke({
2598
2599
  __name: "TabNavigation",
2599
2600
  props: {
2600
2601
  tabs: {}
@@ -2613,7 +2614,7 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2613
2614
  }
2614
2615
  return dn(() => {
2615
2616
  n.value.addEventListener("scroll", l), r.observe(n.value);
2616
- }), Ti(() => {
2617
+ }), xi(() => {
2617
2618
  var a;
2618
2619
  try {
2619
2620
  (a = n.value) == null || a.removeEventListener(
@@ -2624,11 +2625,11 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2624
2625
  }
2625
2626
  }), (a, c) => {
2626
2627
  const d = Dt("RouterLink");
2627
- return H(), te("div", md, [
2628
+ return H(), te("div", fd, [
2628
2629
  z("div", {
2629
2630
  class: me(["left-arrow", { active: o.value }]),
2630
2631
  onClick: c[0] || (c[0] = (f) => s(!0))
2631
- }, yd, 2),
2632
+ }, pd, 2),
2632
2633
  z("ul", {
2633
2634
  ref_key: "trackerContainer",
2634
2635
  ref: n
@@ -2648,9 +2649,9 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2648
2649
  href: f.route,
2649
2650
  class: me({ active: b }),
2650
2651
  onClick: y
2651
- }, pt(f.text), 11, bd)
2652
+ }, pt(f.text), 11, gd)
2652
2653
  ])
2653
- ], 8, vd)
2654
+ ], 8, md)
2654
2655
  ]),
2655
2656
  _: 2
2656
2657
  }, 1032, ["to"]))), 256))
@@ -2658,11 +2659,11 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2658
2659
  z("div", {
2659
2660
  class: me(["right-arrow", { active: i.value }]),
2660
2661
  onClick: c[1] || (c[1] = (f) => s())
2661
- }, Sd, 2)
2662
+ }, vd, 2)
2662
2663
  ]);
2663
2664
  };
2664
2665
  }
2665
- }), Ad = ["data-icon"], Qp = /* @__PURE__ */ Ke({
2666
+ }), bd = ["data-icon"], Jp = /* @__PURE__ */ Ke({
2666
2667
  __name: "Message",
2667
2668
  props: {
2668
2669
  color: { default: "info" },
@@ -2694,35 +2695,9 @@ const kr = new td(), nd = /* @__PURE__ */ ua('<svg xmlns="http://www.w3.org/2000
2694
2695
  "data-icon": n.value
2695
2696
  }, [
2696
2697
  Pe(o.$slots, "default")
2697
- ], 10, Ad));
2698
+ ], 10, bd));
2698
2699
  }
2699
2700
  });
2700
- /*!
2701
- * vue-router v4.3.0
2702
- * (c) 2024 Eduardo San Martin Morote
2703
- * @license MIT
2704
- */
2705
- var Jo;
2706
- (function(t) {
2707
- t.pop = "pop", t.push = "push";
2708
- })(Jo || (Jo = {}));
2709
- var Yo;
2710
- (function(t) {
2711
- t.back = "back", t.forward = "forward", t.unknown = "";
2712
- })(Yo || (Yo = {}));
2713
- Symbol(process.env.NODE_ENV !== "production" ? "navigation failure" : "");
2714
- var Xo;
2715
- (function(t) {
2716
- t[t.aborted = 4] = "aborted", t[t.cancelled = 8] = "cancelled", t[t.duplicated = 16] = "duplicated";
2717
- })(Xo || (Xo = {}));
2718
- Symbol(process.env.NODE_ENV !== "production" ? "router view location matched" : "");
2719
- Symbol(process.env.NODE_ENV !== "production" ? "router view depth" : "");
2720
- Symbol(process.env.NODE_ENV !== "production" ? "router" : "");
2721
- const _d = Symbol(process.env.NODE_ENV !== "production" ? "route location" : "");
2722
- Symbol(process.env.NODE_ENV !== "production" ? "router view location" : "");
2723
- function Ed() {
2724
- return ca(_d);
2725
- }
2726
2701
  function lr(t, e) {
2727
2702
  var n = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
2728
2703
  if (!n) {
@@ -2756,18 +2731,18 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2756
2731
  }
2757
2732
  } };
2758
2733
  }
2759
- function Cd(t) {
2760
- return kd(t) || Id(t) || Zr(t) || xd();
2734
+ function wd(t) {
2735
+ return _d(t) || Ad(t) || Zr(t) || Sd();
2761
2736
  }
2762
- function xd() {
2737
+ function Sd() {
2763
2738
  throw new TypeError(`Invalid attempt to spread non-iterable instance.
2764
2739
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
2765
2740
  }
2766
- function Id(t) {
2741
+ function Ad(t) {
2767
2742
  if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null)
2768
2743
  return Array.from(t);
2769
2744
  }
2770
- function kd(t) {
2745
+ function _d(t) {
2771
2746
  if (Array.isArray(t))
2772
2747
  return Tr(t);
2773
2748
  }
@@ -2780,9 +2755,9 @@ function Xt(t) {
2780
2755
  }, Xt(t);
2781
2756
  }
2782
2757
  function ur(t, e) {
2783
- return Od(t) || Pd(t, e) || Zr(t, e) || Td();
2758
+ return xd(t) || Cd(t, e) || Zr(t, e) || Ed();
2784
2759
  }
2785
- function Td() {
2760
+ function Ed() {
2786
2761
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
2787
2762
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
2788
2763
  }
@@ -2803,7 +2778,7 @@ function Tr(t, e) {
2803
2778
  r[n] = t[n];
2804
2779
  return r;
2805
2780
  }
2806
- function Pd(t, e) {
2781
+ function Cd(t, e) {
2807
2782
  var n = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
2808
2783
  if (n != null) {
2809
2784
  var r, o, i, s, l = [], a = !0, c = !1;
@@ -2829,7 +2804,7 @@ function Pd(t, e) {
2829
2804
  return l;
2830
2805
  }
2831
2806
  }
2832
- function Od(t) {
2807
+ function xd(t) {
2833
2808
  if (Array.isArray(t))
2834
2809
  return t;
2835
2810
  }
@@ -2997,7 +2972,7 @@ var Q = {
2997
2972
  var s = ur(i, 2), l = s[0], a = s[1];
2998
2973
  if (a != null) {
2999
2974
  var c = l.match(/^on(.+)/);
3000
- c ? e.addEventListener(c[1].toLowerCase(), a) : l === "p-bind" ? n.setAttributes(e, a) : (a = l === "class" ? Cd(new Set(o("class", a))).join(" ").trim() : l === "style" ? o("style", a).join(";").trim() : a, (e.$attrs = e.$attrs || {}) && (e.$attrs[l] = a), e.setAttribute(l, a));
2975
+ c ? e.addEventListener(c[1].toLowerCase(), a) : l === "p-bind" ? n.setAttributes(e, a) : (a = l === "class" ? wd(new Set(o("class", a))).join(" ").trim() : l === "style" ? o("style", a).join(";").trim() : a, (e.$attrs = e.$attrs || {}) && (e.$attrs[l] = a), e.setAttribute(l, a));
3001
2976
  }
3002
2977
  });
3003
2978
  }
@@ -3330,14 +3305,14 @@ var Q = {
3330
3305
  document.body.style.removeProperty("--scrollbar-width"), this.removeClass(document.body, e);
3331
3306
  }
3332
3307
  };
3333
- function Zo(t, e) {
3334
- return Fd(t) || Rd(t, e) || Qr(t, e) || Ld();
3308
+ function Jo(t, e) {
3309
+ return Td(t) || kd(t, e) || Qr(t, e) || Id();
3335
3310
  }
3336
- function Ld() {
3311
+ function Id() {
3337
3312
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
3338
3313
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
3339
3314
  }
3340
- function Rd(t, e) {
3315
+ function kd(t, e) {
3341
3316
  var n = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
3342
3317
  if (n != null) {
3343
3318
  var r, o, i, s, l = [], a = !0, c = !1;
@@ -3363,22 +3338,22 @@ function Rd(t, e) {
3363
3338
  return l;
3364
3339
  }
3365
3340
  }
3366
- function Fd(t) {
3341
+ function Td(t) {
3367
3342
  if (Array.isArray(t))
3368
3343
  return t;
3369
3344
  }
3370
- function Qo(t) {
3371
- return Bd(t) || Dd(t) || Qr(t) || $d();
3345
+ function Yo(t) {
3346
+ return Ld(t) || Od(t) || Qr(t) || Pd();
3372
3347
  }
3373
- function $d() {
3348
+ function Pd() {
3374
3349
  throw new TypeError(`Invalid attempt to spread non-iterable instance.
3375
3350
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
3376
3351
  }
3377
- function Dd(t) {
3352
+ function Od(t) {
3378
3353
  if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null)
3379
3354
  return Array.from(t);
3380
3355
  }
3381
- function Bd(t) {
3356
+ function Ld(t) {
3382
3357
  if (Array.isArray(t))
3383
3358
  return Pr(t);
3384
3359
  }
@@ -3647,7 +3622,7 @@ var B = {
3647
3622
  try {
3648
3623
  r = e.findLast(n);
3649
3624
  } catch {
3650
- r = Qo(e).reverse().find(n);
3625
+ r = Yo(e).reverse().find(n);
3651
3626
  }
3652
3627
  return r;
3653
3628
  },
@@ -3661,7 +3636,7 @@ var B = {
3661
3636
  try {
3662
3637
  r = e.findLastIndex(n);
3663
3638
  } catch {
3664
- r = e.lastIndexOf(Qo(e).reverse().find(n));
3639
+ r = e.lastIndexOf(Yo(e).reverse().find(n));
3665
3640
  }
3666
3641
  return r;
3667
3642
  },
@@ -3681,7 +3656,7 @@ var B = {
3681
3656
  nestedKeys: function() {
3682
3657
  var e = this, n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
3683
3658
  return Object.entries(n).reduce(function(o, i) {
3684
- var s = Zo(i, 2), l = s[0], a = s[1], c = r ? "".concat(r, ".").concat(l) : l;
3659
+ var s = Jo(i, 2), l = s[0], a = s[1], c = r ? "".concat(r, ".").concat(l) : l;
3685
3660
  return e.isObject(a) ? o = o.concat(e.nestedKeys(a, c)) : o.push(c), o;
3686
3661
  }, []);
3687
3662
  },
@@ -3691,16 +3666,16 @@ var B = {
3691
3666
  return n.stringify(l, r, o + r);
3692
3667
  }).join(", ") + "]" : this.isDate(e) ? e.toISOString() : this.isFunction(e) ? e.toString() : this.isObject(e) ? `{
3693
3668
  ` + Object.entries(e).map(function(l) {
3694
- var a = Zo(l, 2), c = a[0], d = a[1];
3669
+ var a = Jo(l, 2), c = a[0], d = a[1];
3695
3670
  return "".concat(s).concat(c, ": ").concat(n.stringify(d, r, o + r));
3696
3671
  }).join(`,
3697
3672
  `) + `
3698
3673
  `.concat(i) + "}" : JSON.stringify(e);
3699
3674
  }
3700
- }, ei = 0;
3701
- function ti() {
3675
+ }, Xo = 0;
3676
+ function Zo() {
3702
3677
  var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "pv_id_";
3703
- return ei++, "".concat(t).concat(ei);
3678
+ return Xo++, "".concat(t).concat(Xo);
3704
3679
  }
3705
3680
  function nn(t) {
3706
3681
  "@babel/helpers - typeof";
@@ -3710,7 +3685,7 @@ function nn(t) {
3710
3685
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
3711
3686
  }, nn(t);
3712
3687
  }
3713
- function ni(t, e) {
3688
+ function Qo(t, e) {
3714
3689
  var n = Object.keys(t);
3715
3690
  if (Object.getOwnPropertySymbols) {
3716
3691
  var r = Object.getOwnPropertySymbols(t);
@@ -3720,25 +3695,25 @@ function ni(t, e) {
3720
3695
  }
3721
3696
  return n;
3722
3697
  }
3723
- function ri(t) {
3698
+ function ei(t) {
3724
3699
  for (var e = 1; e < arguments.length; e++) {
3725
3700
  var n = arguments[e] != null ? arguments[e] : {};
3726
- e % 2 ? ni(Object(n), !0).forEach(function(r) {
3727
- Nd(t, r, n[r]);
3728
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : ni(Object(n)).forEach(function(r) {
3701
+ e % 2 ? Qo(Object(n), !0).forEach(function(r) {
3702
+ Rd(t, r, n[r]);
3703
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : Qo(Object(n)).forEach(function(r) {
3729
3704
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
3730
3705
  });
3731
3706
  }
3732
3707
  return t;
3733
3708
  }
3734
- function Nd(t, e, n) {
3735
- return e = Md(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
3709
+ function Rd(t, e, n) {
3710
+ return e = Fd(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
3736
3711
  }
3737
- function Md(t) {
3738
- var e = Ud(t, "string");
3712
+ function Fd(t) {
3713
+ var e = $d(t, "string");
3739
3714
  return nn(e) == "symbol" ? e : String(e);
3740
3715
  }
3741
- function Ud(t, e) {
3716
+ function $d(t, e) {
3742
3717
  if (nn(t) != "object" || !t)
3743
3718
  return t;
3744
3719
  var n = t[Symbol.toPrimitive];
@@ -3750,17 +3725,17 @@ function Ud(t, e) {
3750
3725
  }
3751
3726
  return (e === "string" ? String : Number)(t);
3752
3727
  }
3753
- function Hd(t) {
3728
+ function Dd(t) {
3754
3729
  var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
3755
- fa() ? dn(t) : e ? t() : ha(t);
3730
+ la() ? dn(t) : e ? t() : ua(t);
3756
3731
  }
3757
- var jd = 0;
3758
- function vs(t) {
3759
- var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = Ne(!1), r = Ne(t), o = Ne(null), i = Q.isClient() ? window.document : void 0, s = e.document, l = s === void 0 ? i : s, a = e.immediate, c = a === void 0 ? !0 : a, d = e.manual, f = d === void 0 ? !1 : d, y = e.name, b = y === void 0 ? "style_".concat(++jd) : y, _ = e.id, x = _ === void 0 ? void 0 : _, A = e.media, $ = A === void 0 ? void 0 : A, G = e.nonce, V = G === void 0 ? void 0 : G, ye = e.props, fe = ye === void 0 ? {} : ye, g = function() {
3732
+ var Bd = 0;
3733
+ function ms(t) {
3734
+ var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = Ne(!1), r = Ne(t), o = Ne(null), i = Q.isClient() ? window.document : void 0, s = e.document, l = s === void 0 ? i : s, a = e.immediate, c = a === void 0 ? !0 : a, d = e.manual, f = d === void 0 ? !1 : d, y = e.name, b = y === void 0 ? "style_".concat(++Bd) : y, _ = e.id, x = _ === void 0 ? void 0 : _, A = e.media, $ = A === void 0 ? void 0 : A, G = e.nonce, V = G === void 0 ? void 0 : G, ye = e.props, fe = ye === void 0 ? {} : ye, g = function() {
3760
3735
  }, O = function(L) {
3761
3736
  var P = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
3762
3737
  if (l) {
3763
- var q = ri(ri({}, fe), P), E = q.name || b, J = q.id || x, ae = q.nonce || V;
3738
+ var q = ei(ei({}, fe), P), E = q.name || b, J = q.id || x, ae = q.nonce || V;
3764
3739
  o.value = l.querySelector('style[data-primevue-style-id="'.concat(E, '"]')) || l.getElementById(J) || l.createElement("style"), o.value.isConnected || (r.value = L || t, Q.setAttributes(o.value, {
3765
3740
  type: "text/css",
3766
3741
  id: J,
@@ -3775,13 +3750,13 @@ function vs(t) {
3775
3750
  }, j = function() {
3776
3751
  !l || !n.value || (g(), Q.isExist(o.value) && l.head.removeChild(o.value), n.value = !1);
3777
3752
  };
3778
- return c && !f && Hd(O), {
3753
+ return c && !f && Dd(O), {
3779
3754
  id: x,
3780
3755
  name: b,
3781
3756
  css: r,
3782
3757
  unload: j,
3783
3758
  load: O,
3784
- isLoaded: da(n)
3759
+ isLoaded: aa(n)
3785
3760
  };
3786
3761
  }
3787
3762
  function rn(t) {
@@ -3792,31 +3767,31 @@ function rn(t) {
3792
3767
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
3793
3768
  }, rn(t);
3794
3769
  }
3795
- function Vd(t, e) {
3796
- return qd(t) || zd(t, e) || Wd(t, e) || Kd();
3770
+ function Nd(t, e) {
3771
+ return jd(t) || Hd(t, e) || Ud(t, e) || Md();
3797
3772
  }
3798
- function Kd() {
3773
+ function Md() {
3799
3774
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
3800
3775
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
3801
3776
  }
3802
- function Wd(t, e) {
3777
+ function Ud(t, e) {
3803
3778
  if (t) {
3804
3779
  if (typeof t == "string")
3805
- return oi(t, e);
3780
+ return ti(t, e);
3806
3781
  var n = Object.prototype.toString.call(t).slice(8, -1);
3807
3782
  if (n === "Object" && t.constructor && (n = t.constructor.name), n === "Map" || n === "Set")
3808
3783
  return Array.from(t);
3809
3784
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
3810
- return oi(t, e);
3785
+ return ti(t, e);
3811
3786
  }
3812
3787
  }
3813
- function oi(t, e) {
3788
+ function ti(t, e) {
3814
3789
  (e == null || e > t.length) && (e = t.length);
3815
3790
  for (var n = 0, r = new Array(e); n < e; n++)
3816
3791
  r[n] = t[n];
3817
3792
  return r;
3818
3793
  }
3819
- function zd(t, e) {
3794
+ function Hd(t, e) {
3820
3795
  var n = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
3821
3796
  if (n != null) {
3822
3797
  var r, o, i, s, l = [], a = !0, c = !1;
@@ -3842,11 +3817,11 @@ function zd(t, e) {
3842
3817
  return l;
3843
3818
  }
3844
3819
  }
3845
- function qd(t) {
3820
+ function jd(t) {
3846
3821
  if (Array.isArray(t))
3847
3822
  return t;
3848
3823
  }
3849
- function ii(t, e) {
3824
+ function ni(t, e) {
3850
3825
  var n = Object.keys(t);
3851
3826
  if (Object.getOwnPropertySymbols) {
3852
3827
  var r = Object.getOwnPropertySymbols(t);
@@ -3859,22 +3834,22 @@ function ii(t, e) {
3859
3834
  function dr(t) {
3860
3835
  for (var e = 1; e < arguments.length; e++) {
3861
3836
  var n = arguments[e] != null ? arguments[e] : {};
3862
- e % 2 ? ii(Object(n), !0).forEach(function(r) {
3863
- Gd(t, r, n[r]);
3864
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : ii(Object(n)).forEach(function(r) {
3837
+ e % 2 ? ni(Object(n), !0).forEach(function(r) {
3838
+ Vd(t, r, n[r]);
3839
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : ni(Object(n)).forEach(function(r) {
3865
3840
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
3866
3841
  });
3867
3842
  }
3868
3843
  return t;
3869
3844
  }
3870
- function Gd(t, e, n) {
3871
- return e = Jd(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
3845
+ function Vd(t, e, n) {
3846
+ return e = Kd(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
3872
3847
  }
3873
- function Jd(t) {
3874
- var e = Yd(t, "string");
3848
+ function Kd(t) {
3849
+ var e = Wd(t, "string");
3875
3850
  return rn(e) == "symbol" ? e : String(e);
3876
3851
  }
3877
- function Yd(t, e) {
3852
+ function Wd(t, e) {
3878
3853
  if (rn(t) != "object" || !t)
3879
3854
  return t;
3880
3855
  var n = t[Symbol.toPrimitive];
@@ -3886,7 +3861,7 @@ function Yd(t, e) {
3886
3861
  }
3887
3862
  return (e === "string" ? String : Number)(t);
3888
3863
  }
3889
- var Xd = `
3864
+ var zd = `
3890
3865
  .p-hidden-accessible {
3891
3866
  border: 0;
3892
3867
  clip: rect(0 0 0 0);
@@ -3907,14 +3882,14 @@ var Xd = `
3907
3882
  overflow: hidden;
3908
3883
  padding-right: var(--scrollbar-width);
3909
3884
  }
3910
- `, Zd = {}, Qd = {}, _t = {
3885
+ `, qd = {}, Gd = {}, _t = {
3911
3886
  name: "base",
3912
- css: Xd,
3913
- classes: Zd,
3914
- inlineStyles: Qd,
3887
+ css: zd,
3888
+ classes: qd,
3889
+ inlineStyles: Gd,
3915
3890
  loadStyle: function() {
3916
3891
  var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
3917
- return this.css ? vs(this.css, dr({
3892
+ return this.css ? ms(this.css, dr({
3918
3893
  name: this.name
3919
3894
  }, e)) : {};
3920
3895
  },
@@ -3922,7 +3897,7 @@ var Xd = `
3922
3897
  var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
3923
3898
  if (this.css) {
3924
3899
  var r = Object.entries(n).reduce(function(o, i) {
3925
- var s = Vd(i, 2), l = s[0], a = s[1];
3900
+ var s = Nd(i, 2), l = s[0], a = s[1];
3926
3901
  return o.push("".concat(l, '="').concat(a, '"')) && o;
3927
3902
  }, []).join(" ");
3928
3903
  return '<style type="text/css" data-primevue-style-id="'.concat(this.name, '" ').concat(r, ">").concat(this.css).concat(e, "</style>");
@@ -3943,7 +3918,7 @@ function on(t) {
3943
3918
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
3944
3919
  }, on(t);
3945
3920
  }
3946
- function si(t, e) {
3921
+ function ri(t, e) {
3947
3922
  var n = Object.keys(t);
3948
3923
  if (Object.getOwnPropertySymbols) {
3949
3924
  var r = Object.getOwnPropertySymbols(t);
@@ -3953,25 +3928,25 @@ function si(t, e) {
3953
3928
  }
3954
3929
  return n;
3955
3930
  }
3956
- function ef(t) {
3931
+ function Jd(t) {
3957
3932
  for (var e = 1; e < arguments.length; e++) {
3958
3933
  var n = arguments[e] != null ? arguments[e] : {};
3959
- e % 2 ? si(Object(n), !0).forEach(function(r) {
3960
- tf(t, r, n[r]);
3961
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : si(Object(n)).forEach(function(r) {
3934
+ e % 2 ? ri(Object(n), !0).forEach(function(r) {
3935
+ Yd(t, r, n[r]);
3936
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : ri(Object(n)).forEach(function(r) {
3962
3937
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
3963
3938
  });
3964
3939
  }
3965
3940
  return t;
3966
3941
  }
3967
- function tf(t, e, n) {
3968
- return e = nf(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
3942
+ function Yd(t, e, n) {
3943
+ return e = Xd(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
3969
3944
  }
3970
- function nf(t) {
3971
- var e = rf(t, "string");
3945
+ function Xd(t) {
3946
+ var e = Zd(t, "string");
3972
3947
  return on(e) == "symbol" ? e : String(e);
3973
3948
  }
3974
- function rf(t, e) {
3949
+ function Zd(t, e) {
3975
3950
  if (on(t) != "object" || !t)
3976
3951
  return t;
3977
3952
  var n = t[Symbol.toPrimitive];
@@ -3987,7 +3962,7 @@ var fr = _t.extend({
3987
3962
  name: "common",
3988
3963
  loadGlobalStyle: function(e) {
3989
3964
  var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
3990
- return vs(e, ef({
3965
+ return ms(e, Jd({
3991
3966
  name: "global"
3992
3967
  }, n));
3993
3968
  }
@@ -4000,38 +3975,38 @@ function sn(t) {
4000
3975
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
4001
3976
  }, sn(t);
4002
3977
  }
4003
- function of(t) {
4004
- return Ss(t) || sf(t) || ws(t) || bs();
3978
+ function Qd(t) {
3979
+ return vs(t) || ef(t) || ys(t) || gs();
4005
3980
  }
4006
- function sf(t) {
3981
+ function ef(t) {
4007
3982
  if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null)
4008
3983
  return Array.from(t);
4009
3984
  }
4010
3985
  function xn(t, e) {
4011
- return Ss(t) || af(t, e) || ws(t, e) || bs();
3986
+ return vs(t) || tf(t, e) || ys(t, e) || gs();
4012
3987
  }
4013
- function bs() {
3988
+ function gs() {
4014
3989
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
4015
3990
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
4016
3991
  }
4017
- function ws(t, e) {
3992
+ function ys(t, e) {
4018
3993
  if (t) {
4019
3994
  if (typeof t == "string")
4020
- return ai(t, e);
3995
+ return oi(t, e);
4021
3996
  var n = Object.prototype.toString.call(t).slice(8, -1);
4022
3997
  if (n === "Object" && t.constructor && (n = t.constructor.name), n === "Map" || n === "Set")
4023
3998
  return Array.from(t);
4024
3999
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
4025
- return ai(t, e);
4000
+ return oi(t, e);
4026
4001
  }
4027
4002
  }
4028
- function ai(t, e) {
4003
+ function oi(t, e) {
4029
4004
  (e == null || e > t.length) && (e = t.length);
4030
4005
  for (var n = 0, r = new Array(e); n < e; n++)
4031
4006
  r[n] = t[n];
4032
4007
  return r;
4033
4008
  }
4034
- function af(t, e) {
4009
+ function tf(t, e) {
4035
4010
  var n = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
4036
4011
  if (n != null) {
4037
4012
  var r, o, i, s, l = [], a = !0, c = !1;
@@ -4057,11 +4032,11 @@ function af(t, e) {
4057
4032
  return l;
4058
4033
  }
4059
4034
  }
4060
- function Ss(t) {
4035
+ function vs(t) {
4061
4036
  if (Array.isArray(t))
4062
4037
  return t;
4063
4038
  }
4064
- function li(t, e) {
4039
+ function ii(t, e) {
4065
4040
  var n = Object.keys(t);
4066
4041
  if (Object.getOwnPropertySymbols) {
4067
4042
  var r = Object.getOwnPropertySymbols(t);
@@ -4074,22 +4049,22 @@ function li(t, e) {
4074
4049
  function ue(t) {
4075
4050
  for (var e = 1; e < arguments.length; e++) {
4076
4051
  var n = arguments[e] != null ? arguments[e] : {};
4077
- e % 2 ? li(Object(n), !0).forEach(function(r) {
4052
+ e % 2 ? ii(Object(n), !0).forEach(function(r) {
4078
4053
  kn(t, r, n[r]);
4079
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : li(Object(n)).forEach(function(r) {
4054
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : ii(Object(n)).forEach(function(r) {
4080
4055
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
4081
4056
  });
4082
4057
  }
4083
4058
  return t;
4084
4059
  }
4085
4060
  function kn(t, e, n) {
4086
- return e = lf(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
4061
+ return e = nf(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
4087
4062
  }
4088
- function lf(t) {
4089
- var e = uf(t, "string");
4063
+ function nf(t) {
4064
+ var e = rf(t, "string");
4090
4065
  return sn(e) == "symbol" ? e : String(e);
4091
4066
  }
4092
- function uf(t, e) {
4067
+ function rf(t, e) {
4093
4068
  if (sn(t) != "object" || !t)
4094
4069
  return t;
4095
4070
  var n = t[Symbol.toPrimitive];
@@ -4335,7 +4310,7 @@ var Hn = {
4335
4310
  var n = xn(e, 1), r = n[0];
4336
4311
  return r == null ? void 0 : r.startsWith("pt:");
4337
4312
  }).reduce(function(e, n) {
4338
- var r = xn(n, 2), o = r[0], i = r[1], s = o.split(":"), l = of(s), a = l.slice(1);
4313
+ var r = xn(n, 2), o = r[0], i = r[1], s = o.split(":"), l = Qd(s), a = l.slice(1);
4339
4314
  return a == null || a.reduce(function(c, d, f, y) {
4340
4315
  return !c[d] && (c[d] = f === y.length - 1 ? i : {}), c[d];
4341
4316
  }, e), e;
@@ -4351,7 +4326,7 @@ var Hn = {
4351
4326
  }, {});
4352
4327
  }
4353
4328
  }
4354
- }, cf = `
4329
+ }, of = `
4355
4330
  .p-icon {
4356
4331
  display: inline-block;
4357
4332
  }
@@ -4382,9 +4357,9 @@ var Hn = {
4382
4357
  transform: rotate(359deg);
4383
4358
  }
4384
4359
  }
4385
- `, df = _t.extend({
4360
+ `, sf = _t.extend({
4386
4361
  name: "baseicon",
4387
- css: cf
4362
+ css: of
4388
4363
  });
4389
4364
  function an(t) {
4390
4365
  "@babel/helpers - typeof";
@@ -4394,7 +4369,7 @@ function an(t) {
4394
4369
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
4395
4370
  }, an(t);
4396
4371
  }
4397
- function ui(t, e) {
4372
+ function si(t, e) {
4398
4373
  var n = Object.keys(t);
4399
4374
  if (Object.getOwnPropertySymbols) {
4400
4375
  var r = Object.getOwnPropertySymbols(t);
@@ -4404,25 +4379,25 @@ function ui(t, e) {
4404
4379
  }
4405
4380
  return n;
4406
4381
  }
4407
- function ci(t) {
4382
+ function ai(t) {
4408
4383
  for (var e = 1; e < arguments.length; e++) {
4409
4384
  var n = arguments[e] != null ? arguments[e] : {};
4410
- e % 2 ? ui(Object(n), !0).forEach(function(r) {
4411
- ff(t, r, n[r]);
4412
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : ui(Object(n)).forEach(function(r) {
4385
+ e % 2 ? si(Object(n), !0).forEach(function(r) {
4386
+ af(t, r, n[r]);
4387
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : si(Object(n)).forEach(function(r) {
4413
4388
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
4414
4389
  });
4415
4390
  }
4416
4391
  return t;
4417
4392
  }
4418
- function ff(t, e, n) {
4419
- return e = hf(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
4393
+ function af(t, e, n) {
4394
+ return e = lf(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
4420
4395
  }
4421
- function hf(t) {
4422
- var e = pf(t, "string");
4396
+ function lf(t) {
4397
+ var e = uf(t, "string");
4423
4398
  return an(e) == "symbol" ? e : String(e);
4424
4399
  }
4425
- function pf(t, e) {
4400
+ function uf(t, e) {
4426
4401
  if (an(t) != "object" || !t)
4427
4402
  return t;
4428
4403
  var n = t[Symbol.toPrimitive];
@@ -4434,7 +4409,7 @@ function pf(t, e) {
4434
4409
  }
4435
4410
  return (e === "string" ? String : Number)(t);
4436
4411
  }
4437
- var As = {
4412
+ var bs = {
4438
4413
  name: "BaseIcon",
4439
4414
  extends: Hn,
4440
4415
  props: {
@@ -4447,11 +4422,11 @@ var As = {
4447
4422
  default: !1
4448
4423
  }
4449
4424
  },
4450
- style: df,
4425
+ style: sf,
4451
4426
  methods: {
4452
4427
  pti: function() {
4453
4428
  var e = B.isEmpty(this.label);
4454
- return ci(ci({}, !this.isUnstyled && {
4429
+ return ai(ai({}, !this.isUnstyled && {
4455
4430
  class: ["p-icon", {
4456
4431
  "p-icon-spin": this.spin
4457
4432
  }]
@@ -4464,39 +4439,39 @@ var As = {
4464
4439
  }
4465
4440
  }, eo = {
4466
4441
  name: "ChevronDownIcon",
4467
- extends: As
4468
- }, mf = /* @__PURE__ */ z("path", {
4442
+ extends: bs
4443
+ }, cf = /* @__PURE__ */ z("path", {
4469
4444
  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",
4470
4445
  fill: "currentColor"
4471
- }, null, -1), gf = [mf];
4472
- function yf(t, e, n, r, o, i) {
4446
+ }, null, -1), df = [cf];
4447
+ function ff(t, e, n, r, o, i) {
4473
4448
  return H(), te("svg", ee({
4474
4449
  width: "14",
4475
4450
  height: "14",
4476
4451
  viewBox: "0 0 14 14",
4477
4452
  fill: "none",
4478
4453
  xmlns: "http://www.w3.org/2000/svg"
4479
- }, t.pti()), gf, 16);
4454
+ }, t.pti()), df, 16);
4480
4455
  }
4481
- eo.render = yf;
4456
+ eo.render = ff;
4482
4457
  var to = {
4483
4458
  name: "ChevronRightIcon",
4484
- extends: As
4485
- }, vf = /* @__PURE__ */ z("path", {
4459
+ extends: bs
4460
+ }, hf = /* @__PURE__ */ z("path", {
4486
4461
  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",
4487
4462
  fill: "currentColor"
4488
- }, null, -1), bf = [vf];
4489
- function wf(t, e, n, r, o, i) {
4463
+ }, null, -1), pf = [hf];
4464
+ function mf(t, e, n, r, o, i) {
4490
4465
  return H(), te("svg", ee({
4491
4466
  width: "14",
4492
4467
  height: "14",
4493
4468
  viewBox: "0 0 14 14",
4494
4469
  fill: "none",
4495
4470
  xmlns: "http://www.w3.org/2000/svg"
4496
- }, t.pti()), bf, 16);
4471
+ }, t.pti()), pf, 16);
4497
4472
  }
4498
- to.render = wf;
4499
- var Sf = {
4473
+ to.render = mf;
4474
+ var gf = {
4500
4475
  root: "p-panelmenu p-component",
4501
4476
  panel: "p-panelmenu-panel",
4502
4477
  header: function(e) {
@@ -4527,9 +4502,9 @@ var Sf = {
4527
4502
  submenuIcon: "p-submenu-icon",
4528
4503
  submenu: "p-submenu-list",
4529
4504
  separator: "p-menuitem-separator"
4530
- }, Af = _t.extend({
4505
+ }, yf = _t.extend({
4531
4506
  name: "panelmenu",
4532
- classes: Sf
4507
+ classes: gf
4533
4508
  });
4534
4509
  function ln(t) {
4535
4510
  "@babel/helpers - typeof";
@@ -4539,31 +4514,31 @@ function ln(t) {
4539
4514
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
4540
4515
  }, ln(t);
4541
4516
  }
4542
- function di(t, e) {
4543
- return xf(t) || Cf(t, e) || Ef(t, e) || _f();
4517
+ function li(t, e) {
4518
+ return Sf(t) || wf(t, e) || bf(t, e) || vf();
4544
4519
  }
4545
- function _f() {
4520
+ function vf() {
4546
4521
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
4547
4522
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
4548
4523
  }
4549
- function Ef(t, e) {
4524
+ function bf(t, e) {
4550
4525
  if (t) {
4551
4526
  if (typeof t == "string")
4552
- return fi(t, e);
4527
+ return ui(t, e);
4553
4528
  var n = Object.prototype.toString.call(t).slice(8, -1);
4554
4529
  if (n === "Object" && t.constructor && (n = t.constructor.name), n === "Map" || n === "Set")
4555
4530
  return Array.from(t);
4556
4531
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
4557
- return fi(t, e);
4532
+ return ui(t, e);
4558
4533
  }
4559
4534
  }
4560
- function fi(t, e) {
4535
+ function ui(t, e) {
4561
4536
  (e == null || e > t.length) && (e = t.length);
4562
4537
  for (var n = 0, r = new Array(e); n < e; n++)
4563
4538
  r[n] = t[n];
4564
4539
  return r;
4565
4540
  }
4566
- function Cf(t, e) {
4541
+ function wf(t, e) {
4567
4542
  var n = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
4568
4543
  if (n != null) {
4569
4544
  var r, o, i, s, l = [], a = !0, c = !1;
@@ -4589,11 +4564,11 @@ function Cf(t, e) {
4589
4564
  return l;
4590
4565
  }
4591
4566
  }
4592
- function xf(t) {
4567
+ function Sf(t) {
4593
4568
  if (Array.isArray(t))
4594
4569
  return t;
4595
4570
  }
4596
- function hi(t, e) {
4571
+ function ci(t, e) {
4597
4572
  var n = Object.keys(t);
4598
4573
  if (Object.getOwnPropertySymbols) {
4599
4574
  var r = Object.getOwnPropertySymbols(t);
@@ -4606,22 +4581,22 @@ function hi(t, e) {
4606
4581
  function ce(t) {
4607
4582
  for (var e = 1; e < arguments.length; e++) {
4608
4583
  var n = arguments[e] != null ? arguments[e] : {};
4609
- e % 2 ? hi(Object(n), !0).forEach(function(r) {
4584
+ e % 2 ? ci(Object(n), !0).forEach(function(r) {
4610
4585
  Or(t, r, n[r]);
4611
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : hi(Object(n)).forEach(function(r) {
4586
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : ci(Object(n)).forEach(function(r) {
4612
4587
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
4613
4588
  });
4614
4589
  }
4615
4590
  return t;
4616
4591
  }
4617
4592
  function Or(t, e, n) {
4618
- return e = If(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
4593
+ return e = Af(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
4619
4594
  }
4620
- function If(t) {
4621
- var e = kf(t, "string");
4595
+ function Af(t) {
4596
+ var e = _f(t, "string");
4622
4597
  return ln(e) == "symbol" ? e : String(e);
4623
4598
  }
4624
- function kf(t, e) {
4599
+ function _f(t, e) {
4625
4600
  if (ln(t) != "object" || !t)
4626
4601
  return t;
4627
4602
  var n = t[Symbol.toPrimitive];
@@ -4786,30 +4761,30 @@ var ie = {
4786
4761
  };
4787
4762
  },
4788
4763
  extend: function() {
4789
- var e = ie._getMeta.apply(ie, arguments), n = di(e, 2), r = n[0], o = n[1];
4764
+ var e = ie._getMeta.apply(ie, arguments), n = li(e, 2), r = n[0], o = n[1];
4790
4765
  return ce({
4791
4766
  extend: function() {
4792
- var s = ie._getMeta.apply(ie, arguments), l = di(s, 2), a = l[0], c = l[1];
4767
+ var s = ie._getMeta.apply(ie, arguments), l = li(s, 2), a = l[0], c = l[1];
4793
4768
  return ie.extend(a, ce(ce(ce({}, o), o == null ? void 0 : o.methods), c));
4794
4769
  }
4795
4770
  }, ie._extend(r, o));
4796
4771
  }
4797
- }, Tf = {
4772
+ }, Ef = {
4798
4773
  root: "p-ink"
4799
- }, Pf = _t.extend({
4774
+ }, Cf = _t.extend({
4800
4775
  name: "ripple",
4801
- classes: Tf
4802
- }), Of = ie.extend({
4803
- style: Pf
4776
+ classes: Ef
4777
+ }), xf = ie.extend({
4778
+ style: Cf
4804
4779
  });
4805
- function Lf(t) {
4806
- return Df(t) || $f(t) || Ff(t) || Rf();
4780
+ function If(t) {
4781
+ return Of(t) || Pf(t) || Tf(t) || kf();
4807
4782
  }
4808
- function Rf() {
4783
+ function kf() {
4809
4784
  throw new TypeError(`Invalid attempt to spread non-iterable instance.
4810
4785
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
4811
4786
  }
4812
- function Ff(t, e) {
4787
+ function Tf(t, e) {
4813
4788
  if (t) {
4814
4789
  if (typeof t == "string")
4815
4790
  return Lr(t, e);
@@ -4820,11 +4795,11 @@ function Ff(t, e) {
4820
4795
  return Lr(t, e);
4821
4796
  }
4822
4797
  }
4823
- function $f(t) {
4798
+ function Pf(t) {
4824
4799
  if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null)
4825
4800
  return Array.from(t);
4826
4801
  }
4827
- function Df(t) {
4802
+ function Of(t) {
4828
4803
  if (Array.isArray(t))
4829
4804
  return Lr(t);
4830
4805
  }
@@ -4834,7 +4809,7 @@ function Lr(t, e) {
4834
4809
  r[n] = t[n];
4835
4810
  return r;
4836
4811
  }
4837
- var Bf = Of.extend("ripple", {
4812
+ var Lf = xf.extend("ripple", {
4838
4813
  mounted: function(e) {
4839
4814
  var n, r = e == null || (n = e.$instance) === null || n === void 0 ? void 0 : n.$config;
4840
4815
  r && r.ripple && (this.create(e), this.bindEvents(e), e.setAttribute("data-pd-ripple", !0));
@@ -4883,12 +4858,12 @@ var Bf = Of.extend("ripple", {
4883
4858
  this.timeout && clearTimeout(this.timeout), !this.isUnstyled() && Q.removeClass(e.currentTarget, "p-ink-active"), e.currentTarget.setAttribute("data-p-ink-active", "false");
4884
4859
  },
4885
4860
  getInk: function(e) {
4886
- return e && e.children ? Lf(e.children).find(function(n) {
4861
+ return e && e.children ? If(e.children).find(function(n) {
4887
4862
  return Q.getAttribute(n, "data-pc-name") === "ripple";
4888
4863
  }) : void 0;
4889
4864
  }
4890
4865
  }
4891
- }), Nf = {
4866
+ }), Rf = {
4892
4867
  name: "BasePanelMenu",
4893
4868
  extends: Hn,
4894
4869
  props: {
@@ -4909,13 +4884,13 @@ var Bf = Of.extend("ripple", {
4909
4884
  default: 0
4910
4885
  }
4911
4886
  },
4912
- style: Af,
4887
+ style: yf,
4913
4888
  provide: function() {
4914
4889
  return {
4915
4890
  $parentInstance: this
4916
4891
  };
4917
4892
  }
4918
- }, _s = {
4893
+ }, ws = {
4919
4894
  name: "PanelMenuSub",
4920
4895
  hostName: "PanelMenu",
4921
4896
  extends: Hn,
@@ -5045,11 +5020,11 @@ var Bf = Of.extend("ripple", {
5045
5020
  ChevronDownIcon: eo
5046
5021
  },
5047
5022
  directives: {
5048
- ripple: Bf
5023
+ ripple: Lf
5049
5024
  }
5050
- }, Mf = ["tabindex"], Uf = ["id", "aria-label", "aria-expanded", "aria-level", "aria-setsize", "aria-posinset", "data-p-focused", "data-p-disabled"], Hf = ["onClick", "onMousemove"], jf = ["href", "target"];
5051
- function Vf(t, e, n, r, o, i) {
5052
- var s = Dt("PanelMenuSub", !0), l = pa("ripple");
5025
+ }, Ff = ["tabindex"], $f = ["id", "aria-label", "aria-expanded", "aria-level", "aria-setsize", "aria-posinset", "data-p-focused", "data-p-disabled"], Df = ["onClick", "onMousemove"], Bf = ["href", "target"];
5026
+ function Nf(t, e, n, r, o, i) {
5027
+ var s = Dt("PanelMenuSub", !0), l = ca("ripple");
5053
5028
  return H(), te("ul", {
5054
5029
  class: me(t.cx("submenu")),
5055
5030
  tabindex: n.tabindex
@@ -5113,7 +5088,7 @@ function Vf(t, e, n, r, o, i) {
5113
5088
  class: [t.cx("icon"), i.getItemProp(a, "icon")]
5114
5089
  }, i.getPTOptions("icon", a, c)), null, 16)) : be("", !0), z("span", ee({
5115
5090
  class: t.cx("label")
5116
- }, i.getPTOptions("label", a, c)), pt(i.getItemLabel(a)), 17)], 16, jf)), [[l]])], 16, Hf), Be(Nr, ee({
5091
+ }, i.getPTOptions("label", a, c)), pt(i.getItemLabel(a)), 17)], 16, Bf)), [[l]])], 16, Df), Be(Nr, ee({
5117
5092
  name: "p-toggleable-content"
5118
5093
  }, t.ptm("transition")), {
5119
5094
  default: qe(function() {
@@ -5135,43 +5110,43 @@ function Vf(t, e, n, r, o, i) {
5135
5110
  }),
5136
5111
  pt: t.pt,
5137
5112
  unstyled: t.unstyled
5138
- }, t.ptm("submenu")), null, 16, ["id", "panelId", "focusedItemId", "items", "level", "templates", "activeItemPath", "onItemToggle", "pt", "unstyled"])) : be("", !0)], 16), [[Pi, i.isItemActive(a)]])];
5113
+ }, t.ptm("submenu")), null, 16, ["id", "panelId", "focusedItemId", "items", "level", "templates", "activeItemPath", "onItemToggle", "pt", "unstyled"])) : be("", !0)], 16), [[Ii, i.isItemActive(a)]])];
5139
5114
  }),
5140
5115
  _: 2
5141
- }, 1040)], 16, Uf)) : be("", !0), i.isItemVisible(a) && i.getItemProp(a, "separator") ? (H(), te("li", ee({
5116
+ }, 1040)], 16, $f)) : be("", !0), i.isItemVisible(a) && i.getItemProp(a, "separator") ? (H(), te("li", ee({
5142
5117
  key: 1,
5143
5118
  style: i.getItemProp(a, "style"),
5144
5119
  class: [t.cx("separator"), i.getItemProp(a, "class")],
5145
5120
  role: "separator"
5146
5121
  }, t.ptm("separator")), null, 16)) : be("", !0)], 64);
5147
- }), 128))], 10, Mf);
5122
+ }), 128))], 10, Ff);
5148
5123
  }
5149
- _s.render = Vf;
5150
- function Kf(t, e) {
5151
- return Gf(t) || qf(t, e) || zf(t, e) || Wf();
5124
+ ws.render = Nf;
5125
+ function Mf(t, e) {
5126
+ return Vf(t) || jf(t, e) || Hf(t, e) || Uf();
5152
5127
  }
5153
- function Wf() {
5128
+ function Uf() {
5154
5129
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
5155
5130
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
5156
5131
  }
5157
- function zf(t, e) {
5132
+ function Hf(t, e) {
5158
5133
  if (t) {
5159
5134
  if (typeof t == "string")
5160
- return pi(t, e);
5135
+ return di(t, e);
5161
5136
  var n = Object.prototype.toString.call(t).slice(8, -1);
5162
5137
  if (n === "Object" && t.constructor && (n = t.constructor.name), n === "Map" || n === "Set")
5163
5138
  return Array.from(t);
5164
5139
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
5165
- return pi(t, e);
5140
+ return di(t, e);
5166
5141
  }
5167
5142
  }
5168
- function pi(t, e) {
5143
+ function di(t, e) {
5169
5144
  (e == null || e > t.length) && (e = t.length);
5170
5145
  for (var n = 0, r = new Array(e); n < e; n++)
5171
5146
  r[n] = t[n];
5172
5147
  return r;
5173
5148
  }
5174
- function qf(t, e) {
5149
+ function jf(t, e) {
5175
5150
  var n = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
5176
5151
  if (n != null) {
5177
5152
  var r, o, i, s, l = [], a = !0, c = !1;
@@ -5197,11 +5172,11 @@ function qf(t, e) {
5197
5172
  return l;
5198
5173
  }
5199
5174
  }
5200
- function Gf(t) {
5175
+ function Vf(t) {
5201
5176
  if (Array.isArray(t))
5202
5177
  return t;
5203
5178
  }
5204
- var Es = {
5179
+ var Ss = {
5205
5180
  name: "PanelMenuList",
5206
5181
  hostName: "PanelMenu",
5207
5182
  extends: Hn,
@@ -5473,7 +5448,7 @@ var Es = {
5473
5448
  autoUpdateActiveItemPath: function(e) {
5474
5449
  var n = this;
5475
5450
  this.activeItemPath = Object.entries(e || {}).reduce(function(r, o) {
5476
- var i = Kf(o, 2), s = i[0], l = i[1];
5451
+ var i = Mf(o, 2), s = i[0], l = i[1];
5477
5452
  if (l) {
5478
5453
  var a = n.findProcessedItemByItemKey(s);
5479
5454
  a && r.push(a);
@@ -5527,10 +5502,10 @@ var Es = {
5527
5502
  }
5528
5503
  },
5529
5504
  components: {
5530
- PanelMenuSub: _s
5505
+ PanelMenuSub: ws
5531
5506
  }
5532
5507
  };
5533
- function Jf(t, e, n, r, o, i) {
5508
+ function Kf(t, e, n, r, o, i) {
5534
5509
  var s = Dt("PanelMenuSub");
5535
5510
  return H(), pe(s, ee({
5536
5511
  id: n.panelId + "_list",
@@ -5552,7 +5527,7 @@ function Jf(t, e, n, r, o, i) {
5552
5527
  unstyled: t.unstyled
5553
5528
  }, t.ptm("menu")), null, 16, ["id", "class", "aria-activedescendant", "panelId", "focusedItemId", "items", "templates", "activeItemPath", "onFocus", "onBlur", "onKeydown", "onItemToggle", "onItemMousemove", "pt", "unstyled"]);
5554
5529
  }
5555
- Es.render = Jf;
5530
+ Ss.render = Kf;
5556
5531
  function un(t) {
5557
5532
  "@babel/helpers - typeof";
5558
5533
  return un = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
@@ -5561,7 +5536,7 @@ function un(t) {
5561
5536
  return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
5562
5537
  }, un(t);
5563
5538
  }
5564
- function mi(t, e) {
5539
+ function fi(t, e) {
5565
5540
  var n = Object.keys(t);
5566
5541
  if (Object.getOwnPropertySymbols) {
5567
5542
  var r = Object.getOwnPropertySymbols(t);
@@ -5571,25 +5546,25 @@ function mi(t, e) {
5571
5546
  }
5572
5547
  return n;
5573
5548
  }
5574
- function Yf(t) {
5549
+ function Wf(t) {
5575
5550
  for (var e = 1; e < arguments.length; e++) {
5576
5551
  var n = arguments[e] != null ? arguments[e] : {};
5577
- e % 2 ? mi(Object(n), !0).forEach(function(r) {
5578
- Xf(t, r, n[r]);
5579
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : mi(Object(n)).forEach(function(r) {
5552
+ e % 2 ? fi(Object(n), !0).forEach(function(r) {
5553
+ zf(t, r, n[r]);
5554
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(n)) : fi(Object(n)).forEach(function(r) {
5580
5555
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(n, r));
5581
5556
  });
5582
5557
  }
5583
5558
  return t;
5584
5559
  }
5585
- function Xf(t, e, n) {
5586
- return e = Zf(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
5560
+ function zf(t, e, n) {
5561
+ return e = qf(e), e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t;
5587
5562
  }
5588
- function Zf(t) {
5589
- var e = Qf(t, "string");
5563
+ function qf(t) {
5564
+ var e = Gf(t, "string");
5590
5565
  return un(e) == "symbol" ? e : String(e);
5591
5566
  }
5592
- function Qf(t, e) {
5567
+ function Gf(t, e) {
5593
5568
  if (un(t) != "object" || !t)
5594
5569
  return t;
5595
5570
  var n = t[Symbol.toPrimitive];
@@ -5601,9 +5576,9 @@ function Qf(t, e) {
5601
5576
  }
5602
5577
  return (e === "string" ? String : Number)(t);
5603
5578
  }
5604
- var Cs = {
5579
+ var As = {
5605
5580
  name: "PanelMenu",
5606
- extends: Nf,
5581
+ extends: Rf,
5607
5582
  inheritAttrs: !1,
5608
5583
  emits: ["update:expandedKeys", "panel-open", "panel-close"],
5609
5584
  data: function() {
@@ -5615,11 +5590,11 @@ var Cs = {
5615
5590
  },
5616
5591
  watch: {
5617
5592
  "$attrs.id": function(e) {
5618
- this.id = e || ti();
5593
+ this.id = e || Zo();
5619
5594
  }
5620
5595
  },
5621
5596
  mounted: function() {
5622
- this.id = this.id || ti();
5597
+ this.id = this.id || Zo();
5623
5598
  },
5624
5599
  methods: {
5625
5600
  getItemProp: function(e, n) {
@@ -5757,7 +5732,7 @@ var Cs = {
5757
5732
  changeExpandedKeys: function(e) {
5758
5733
  var n = e.item, r = e.expanded, o = r === void 0 ? !1 : r;
5759
5734
  if (this.expandedKeys) {
5760
- var i = Yf({}, this.expandedKeys);
5735
+ var i = Wf({}, this.expandedKeys);
5761
5736
  o ? i[n.key] = !0 : delete i[n.key], this.$emit("update:expandedKeys", i);
5762
5737
  }
5763
5738
  },
@@ -5776,12 +5751,12 @@ var Cs = {
5776
5751
  }
5777
5752
  },
5778
5753
  components: {
5779
- PanelMenuList: Es,
5754
+ PanelMenuList: Ss,
5780
5755
  ChevronRightIcon: to,
5781
5756
  ChevronDownIcon: eo
5782
5757
  }
5783
- }, eh = ["id"], th = ["id", "tabindex", "aria-label", "aria-expanded", "aria-controls", "aria-disabled", "onClick", "onKeydown", "data-p-highlight", "data-p-disabled"], nh = ["href"], rh = ["id", "aria-labelledby"];
5784
- function oh(t, e, n, r, o, i) {
5758
+ }, Jf = ["id"], Yf = ["id", "tabindex", "aria-label", "aria-expanded", "aria-controls", "aria-disabled", "onClick", "onKeydown", "data-p-highlight", "data-p-disabled"], Xf = ["href"], Zf = ["id", "aria-labelledby"];
5759
+ function Qf(t, e, n, r, o, i) {
5785
5760
  var s = Dt("PanelMenuList");
5786
5761
  return H(), te("div", ee({
5787
5762
  id: o.id,
@@ -5844,7 +5819,7 @@ function oh(t, e, n, r, o, i) {
5844
5819
  class: [t.cx("headerIcon"), i.getItemProp(l, "icon")]
5845
5820
  }, i.getPTOptions("headerIcon", l, a)), null, 16)) : be("", !0), z("span", ee({
5846
5821
  class: t.cx("headerLabel")
5847
- }, i.getPTOptions("headerLabel", l, a)), pt(i.getItemLabel(l)), 17)], 16, nh))], 16)], 16, th), Be(Nr, ee({
5822
+ }, i.getPTOptions("headerLabel", l, a)), pt(i.getItemLabel(l)), 17)], 16, Xf))], 16)], 16, Yf), Be(Nr, ee({
5848
5823
  name: "p-toggleable-content"
5849
5824
  }, t.ptm("transition")), {
5850
5825
  default: qe(function() {
@@ -5865,20 +5840,20 @@ function oh(t, e, n, r, o, i) {
5865
5840
  onHeaderFocus: i.updateFocusedHeader,
5866
5841
  pt: t.pt,
5867
5842
  unstyled: t.unstyled
5868
- }, null, 8, ["panelId", "items", "templates", "expandedKeys", "onItemToggle", "onHeaderFocus", "pt", "unstyled"])], 16)) : be("", !0)], 16, rh), [[Pi, i.isItemActive(l)]])];
5843
+ }, null, 8, ["panelId", "items", "templates", "expandedKeys", "onItemToggle", "onHeaderFocus", "pt", "unstyled"])], 16)) : be("", !0)], 16, Zf), [[Ii, i.isItemActive(l)]])];
5869
5844
  }),
5870
5845
  _: 2
5871
5846
  }, 1040)], 16)) : be("", !0)], 64);
5872
- }), 128))], 16, eh);
5847
+ }), 128))], 16, Jf);
5873
5848
  }
5874
- Cs.render = oh;
5875
- const ih = ["data-active", "href", "onClick"], sh = { class: "sf-ml-2" }, ah = ["href", "target"], lh = { class: "sf-ml-2" }, uh = /* @__PURE__ */ z("div", { class: "sf-flex-grow-1" }, null, -1), em = /* @__PURE__ */ Ke({
5849
+ As.render = Qf;
5850
+ const eh = ["data-active", "href", "onClick"], th = { class: "sf-ml-2" }, nh = ["href", "target"], rh = { class: "sf-ml-2" }, oh = /* @__PURE__ */ z("div", { class: "sf-flex-grow-1" }, null, -1), Yp = /* @__PURE__ */ Ke({
5876
5851
  __name: "PanelMenu",
5877
5852
  props: {
5878
5853
  items: {}
5879
5854
  },
5880
5855
  setup(t) {
5881
- const e = t, n = Ed(), r = Lt(() => e.items);
5856
+ const e = t, n = da(), r = Lt(() => e.items);
5882
5857
  o(r.value);
5883
5858
  function o(l, a = void 0) {
5884
5859
  l.forEach((c) => {
@@ -5899,7 +5874,7 @@ const ih = ["data-active", "href", "onClick"], sh = { class: "sf-ml-2" }, ah = [
5899
5874
  { deep: !0 }
5900
5875
  ), (l, a) => {
5901
5876
  const c = Dt("router-link");
5902
- return H(), pe(Ee(Cs), {
5877
+ return H(), pe(Ee(As), {
5903
5878
  model: r.value,
5904
5879
  expandedKeys: i.value,
5905
5880
  "onUpdate:expandedKeys": a[0] || (a[0] = (d) => i.value = d),
@@ -5907,9 +5882,9 @@ const ih = ["data-active", "href", "onClick"], sh = { class: "sf-ml-2" }, ah = [
5907
5882
  class: me("sf-p-2")
5908
5883
  }, {
5909
5884
  item: qe(({ item: d, active: f }) => [
5910
- d.route ? (H(), pe(c, {
5885
+ d.routeName ? (H(), pe(c, {
5911
5886
  key: 0,
5912
- to: { name: d.route },
5887
+ to: { name: d.routeName },
5913
5888
  custom: ""
5914
5889
  }, {
5915
5890
  default: qe(({ href: y, navigate: b, isActive: _ }) => [
@@ -5922,8 +5897,8 @@ const ih = ["data-active", "href", "onClick"], sh = { class: "sf-ml-2" }, ah = [
5922
5897
  Be(wt, {
5923
5898
  icon: d.icon ?? "chevron_right"
5924
5899
  }, null, 8, ["icon"]),
5925
- z("span", sh, pt(d.label), 1)
5926
- ], 8, ih)
5900
+ z("span", th, pt(d.label), 1)
5901
+ ], 8, eh)
5927
5902
  ]),
5928
5903
  _: 2
5929
5904
  }, 1032, ["to"])) : (H(), te("a", {
@@ -5936,23 +5911,23 @@ const ih = ["data-active", "href", "onClick"], sh = { class: "sf-ml-2" }, ah = [
5936
5911
  key: 0,
5937
5912
  icon: d.icon
5938
5913
  }, null, 8, ["icon"])) : be("", !0),
5939
- z("span", lh, pt(d.label), 1),
5940
- uh,
5914
+ z("span", rh, pt(d.label), 1),
5915
+ oh,
5941
5916
  Be(wt, {
5942
5917
  icon: f ? "expand_less" : "expand_more"
5943
5918
  }, null, 8, ["icon"])
5944
- ], 8, ah))
5919
+ ], 8, nh))
5945
5920
  ]),
5946
5921
  _: 1
5947
5922
  }, 8, ["model", "expandedKeys"]);
5948
5923
  };
5949
5924
  }
5950
5925
  });
5951
- var ch = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
5952
- function dh(t) {
5926
+ var ih = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
5927
+ function sh(t) {
5953
5928
  return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
5954
5929
  }
5955
- function fh(t) {
5930
+ function ah(t) {
5956
5931
  if (t.__esModule)
5957
5932
  return t;
5958
5933
  var e = t.default;
@@ -5974,15 +5949,15 @@ function fh(t) {
5974
5949
  }), n;
5975
5950
  }
5976
5951
  var jn = {};
5977
- jn.byteLength = mh;
5978
- jn.toByteArray = yh;
5979
- jn.fromByteArray = wh;
5980
- var tt = [], ze = [], hh = typeof Uint8Array < "u" ? Uint8Array : Array, hr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
5981
- for (var Tt = 0, ph = hr.length; Tt < ph; ++Tt)
5952
+ jn.byteLength = ch;
5953
+ jn.toByteArray = fh;
5954
+ jn.fromByteArray = mh;
5955
+ var tt = [], ze = [], lh = typeof Uint8Array < "u" ? Uint8Array : Array, hr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
5956
+ for (var Tt = 0, uh = hr.length; Tt < uh; ++Tt)
5982
5957
  tt[Tt] = hr[Tt], ze[hr.charCodeAt(Tt)] = Tt;
5983
5958
  ze[45] = 62;
5984
5959
  ze[95] = 63;
5985
- function xs(t) {
5960
+ function _s(t) {
5986
5961
  var e = t.length;
5987
5962
  if (e % 4 > 0)
5988
5963
  throw new Error("Invalid string. Length must be a multiple of 4");
@@ -5991,41 +5966,41 @@ function xs(t) {
5991
5966
  var r = n === e ? 0 : 4 - n % 4;
5992
5967
  return [n, r];
5993
5968
  }
5994
- function mh(t) {
5995
- var e = xs(t), n = e[0], r = e[1];
5969
+ function ch(t) {
5970
+ var e = _s(t), n = e[0], r = e[1];
5996
5971
  return (n + r) * 3 / 4 - r;
5997
5972
  }
5998
- function gh(t, e, n) {
5973
+ function dh(t, e, n) {
5999
5974
  return (e + n) * 3 / 4 - n;
6000
5975
  }
6001
- function yh(t) {
6002
- var e, n = xs(t), r = n[0], o = n[1], i = new hh(gh(t, r, o)), s = 0, l = o > 0 ? r - 4 : r, a;
5976
+ function fh(t) {
5977
+ var e, n = _s(t), r = n[0], o = n[1], i = new lh(dh(t, r, o)), s = 0, l = o > 0 ? r - 4 : r, a;
6003
5978
  for (a = 0; a < l; a += 4)
6004
5979
  e = ze[t.charCodeAt(a)] << 18 | ze[t.charCodeAt(a + 1)] << 12 | ze[t.charCodeAt(a + 2)] << 6 | ze[t.charCodeAt(a + 3)], i[s++] = e >> 16 & 255, i[s++] = e >> 8 & 255, i[s++] = e & 255;
6005
5980
  return o === 2 && (e = ze[t.charCodeAt(a)] << 2 | ze[t.charCodeAt(a + 1)] >> 4, i[s++] = e & 255), o === 1 && (e = ze[t.charCodeAt(a)] << 10 | ze[t.charCodeAt(a + 1)] << 4 | ze[t.charCodeAt(a + 2)] >> 2, i[s++] = e >> 8 & 255, i[s++] = e & 255), i;
6006
5981
  }
6007
- function vh(t) {
5982
+ function hh(t) {
6008
5983
  return tt[t >> 18 & 63] + tt[t >> 12 & 63] + tt[t >> 6 & 63] + tt[t & 63];
6009
5984
  }
6010
- function bh(t, e, n) {
5985
+ function ph(t, e, n) {
6011
5986
  for (var r, o = [], i = e; i < n; i += 3)
6012
- r = (t[i] << 16 & 16711680) + (t[i + 1] << 8 & 65280) + (t[i + 2] & 255), o.push(vh(r));
5987
+ r = (t[i] << 16 & 16711680) + (t[i + 1] << 8 & 65280) + (t[i + 2] & 255), o.push(hh(r));
6013
5988
  return o.join("");
6014
5989
  }
6015
- function wh(t) {
5990
+ function mh(t) {
6016
5991
  for (var e, n = t.length, r = n % 3, o = [], i = 16383, s = 0, l = n - r; s < l; s += i)
6017
- o.push(bh(t, s, s + i > l ? l : s + i));
5992
+ o.push(ph(t, s, s + i > l ? l : s + i));
6018
5993
  return r === 1 ? (e = t[n - 1], o.push(
6019
5994
  tt[e >> 2] + tt[e << 4 & 63] + "=="
6020
5995
  )) : r === 2 && (e = (t[n - 2] << 8) + t[n - 1], o.push(
6021
5996
  tt[e >> 10] + tt[e >> 4 & 63] + tt[e << 2 & 63] + "="
6022
5997
  )), o.join("");
6023
5998
  }
6024
- var Is = { exports: {} };
6025
- const Sh = {}, Ah = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5999
+ var Es = { exports: {} };
6000
+ const gh = {}, yh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6026
6001
  __proto__: null,
6027
- default: Sh
6028
- }, Symbol.toStringTag, { value: "Module" })), gi = /* @__PURE__ */ fh(Ah);
6002
+ default: gh
6003
+ }, Symbol.toStringTag, { value: "Module" })), hi = /* @__PURE__ */ ah(yh);
6029
6004
  /**
6030
6005
  * [js-sha256]{@link https://github.com/emn178/js-sha256}
6031
6006
  *
@@ -6039,7 +6014,7 @@ const Sh = {}, Ah = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
6039
6014
  var e = "input is invalid type", n = typeof window == "object", r = n ? window : {};
6040
6015
  r.JS_SHA256_NO_WINDOW && (n = !1);
6041
6016
  var o = !n && typeof self == "object", i = !r.JS_SHA256_NO_NODE_JS && typeof process == "object" && process.versions && process.versions.node;
6042
- i ? r = ch : o && (r = self);
6017
+ i ? r = ih : o && (r = self);
6043
6018
  var s = !r.JS_SHA256_NO_COMMON_JS && !0 && t.exports, l = !r.JS_SHA256_NO_ARRAY_BUFFER && typeof ArrayBuffer < "u", a = "0123456789abcdef".split(""), c = [-2147483648, 8388608, 32768, 128], d = [24, 16, 8, 0], f = [
6044
6019
  1116352408,
6045
6020
  1899447441,
@@ -6128,7 +6103,7 @@ const Sh = {}, Ah = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
6128
6103
  }
6129
6104
  return O;
6130
6105
  }, A = function(g, O) {
6131
- var j = gi, R = gi.Buffer, L = O ? "sha224" : "sha256", P;
6106
+ var j = hi, R = hi.Buffer, L = O ? "sha224" : "sha256", P;
6132
6107
  R.from && !r.JS_SHA256_NO_BUFFER_FROM ? P = R.from : P = function(E) {
6133
6108
  return new R(E);
6134
6109
  };
@@ -6275,19 +6250,19 @@ const Sh = {}, Ah = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
6275
6250
  var fe = x();
6276
6251
  fe.sha256 = fe, fe.sha224 = x(!0), fe.sha256.hmac = G(), fe.sha224.hmac = G(!0), s ? t.exports = fe : (r.sha256 = fe.sha256, r.sha224 = fe.sha224);
6277
6252
  })();
6278
- })(Is);
6279
- var _h = Is.exports;
6280
- const Eh = /* @__PURE__ */ dh(_h);
6253
+ })(Es);
6254
+ var vh = Es.exports;
6255
+ const bh = /* @__PURE__ */ sh(vh);
6281
6256
  class Gt extends Error {
6282
6257
  }
6283
6258
  Gt.prototype.name = "InvalidTokenError";
6284
- function Ch(t) {
6259
+ function wh(t) {
6285
6260
  return decodeURIComponent(atob(t).replace(/(.)/g, (e, n) => {
6286
6261
  let r = n.charCodeAt(0).toString(16).toUpperCase();
6287
6262
  return r.length < 2 && (r = "0" + r), "%" + r;
6288
6263
  }));
6289
6264
  }
6290
- function xh(t) {
6265
+ function Sh(t) {
6291
6266
  let e = t.replace(/-/g, "+").replace(/_/g, "/");
6292
6267
  switch (e.length % 4) {
6293
6268
  case 0:
@@ -6302,7 +6277,7 @@ function xh(t) {
6302
6277
  throw new Error("base64 string is not of the correct length");
6303
6278
  }
6304
6279
  try {
6305
- return Ch(e);
6280
+ return wh(e);
6306
6281
  } catch {
6307
6282
  return atob(e);
6308
6283
  }
@@ -6316,7 +6291,7 @@ function pr(t, e) {
6316
6291
  throw new Gt(`Invalid token specified: missing part #${n + 1}`);
6317
6292
  let o;
6318
6293
  try {
6319
- o = xh(r);
6294
+ o = Sh(r);
6320
6295
  } catch (i) {
6321
6296
  throw new Gt(`Invalid token specified: invalid base64 for part #${n + 1} (${i.message})`);
6322
6297
  }
@@ -6328,8 +6303,8 @@ function pr(t, e) {
6328
6303
  }
6329
6304
  if (typeof Promise > "u")
6330
6305
  throw Error("Keycloak requires an environment that supports Promises. Make sure that you include the appropriate polyfill.");
6331
- function ks(t) {
6332
- if (!(this instanceof ks))
6306
+ function Cs(t) {
6307
+ if (!(this instanceof Cs))
6333
6308
  throw new Error("The 'Keycloak' constructor must be invoked with 'new'.");
6334
6309
  for (var e = this, n, r = [], o, i = {
6335
6310
  enable: !0,
@@ -6471,7 +6446,7 @@ function ks(t) {
6471
6446
  function _(u, p) {
6472
6447
  switch (u) {
6473
6448
  case "S256":
6474
- var w = new Uint8Array(Eh.arrayBuffer(p)), I = jn.fromByteArray(w).replace(/\+/g, "-").replace(/\//g, "_").replace(/\=/g, "");
6449
+ var w = new Uint8Array(bh.arrayBuffer(p)), I = jn.fromByteArray(w).replace(/\+/g, "-").replace(/\//g, "_").replace(/\=/g, "");
6475
6450
  return I;
6476
6451
  default:
6477
6452
  throw "Invalid value for pkceMethod";
@@ -7086,7 +7061,7 @@ For more information see: https://www.keycloak.org/docs/latest/securing_apps/#_m
7086
7061
  };
7087
7062
  }
7088
7063
  }
7089
- async function Ih() {
7064
+ async function Ah() {
7090
7065
  const t = "silent-login.html", e = await fetch(location.origin + "/" + t).then(async (n) => n.status !== 200 ? !1 : (await n.text()).includes("silent-login-iframe-result")).catch(() => !1);
7091
7066
  if (!e) {
7092
7067
  const n = `O arquivo ${t} não foi localizado no projeto ou não possui o conteúdo correto!`;
@@ -7094,9 +7069,9 @@ async function Ih() {
7094
7069
  }
7095
7070
  return e;
7096
7071
  }
7097
- function kh(t) {
7098
- const e = new ks(t), n = {}, r = async (s = {}, l) => {
7099
- if (await Ih())
7072
+ function _h(t) {
7073
+ const e = new Cs(t), n = {}, r = async (s = {}, l) => {
7074
+ if (await Ah())
7100
7075
  return s.onLoad === "login-required" && document.documentElement.setAttribute(
7101
7076
  "data-app-message",
7102
7077
  "Autorizando..."
@@ -7125,8 +7100,8 @@ function kh(t) {
7125
7100
  }
7126
7101
  };
7127
7102
  }
7128
- const tm = (t) => kh(t);
7129
- class yi {
7103
+ const Xp = (t) => _h(t);
7104
+ class pi {
7130
7105
  constructor(e = null) {
7131
7106
  We(this, "errors", []);
7132
7107
  We(this, "_value", null);
@@ -7158,33 +7133,33 @@ class yi {
7158
7133
  e.forEach((n) => this.WithError(n));
7159
7134
  }
7160
7135
  }
7161
- function Ts(t, e) {
7136
+ function xs(t, e) {
7162
7137
  return function() {
7163
7138
  return t.apply(e, arguments);
7164
7139
  };
7165
7140
  }
7166
- const { toString: Th } = Object.prototype, { getPrototypeOf: no } = Object, Vn = /* @__PURE__ */ ((t) => (e) => {
7167
- const n = Th.call(e);
7141
+ const { toString: Eh } = Object.prototype, { getPrototypeOf: no } = Object, Vn = /* @__PURE__ */ ((t) => (e) => {
7142
+ const n = Eh.call(e);
7168
7143
  return t[n] || (t[n] = n.slice(8, -1).toLowerCase());
7169
7144
  })(/* @__PURE__ */ Object.create(null)), ot = (t) => (t = t.toLowerCase(), (e) => Vn(e) === t), Kn = (t) => (e) => typeof e === t, { isArray: Ut } = Array, cn = Kn("undefined");
7170
- function Ph(t) {
7145
+ function Ch(t) {
7171
7146
  return t !== null && !cn(t) && t.constructor !== null && !cn(t.constructor) && Ge(t.constructor.isBuffer) && t.constructor.isBuffer(t);
7172
7147
  }
7173
- const Ps = ot("ArrayBuffer");
7174
- function Oh(t) {
7148
+ const Is = ot("ArrayBuffer");
7149
+ function xh(t) {
7175
7150
  let e;
7176
- return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(t) : e = t && t.buffer && Ps(t.buffer), e;
7151
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(t) : e = t && t.buffer && Is(t.buffer), e;
7177
7152
  }
7178
- const Lh = Kn("string"), Ge = Kn("function"), Os = Kn("number"), Wn = (t) => t !== null && typeof t == "object", Rh = (t) => t === !0 || t === !1, Tn = (t) => {
7153
+ const Ih = Kn("string"), Ge = Kn("function"), ks = Kn("number"), Wn = (t) => t !== null && typeof t == "object", kh = (t) => t === !0 || t === !1, Tn = (t) => {
7179
7154
  if (Vn(t) !== "object")
7180
7155
  return !1;
7181
7156
  const e = no(t);
7182
7157
  return (e === null || e === Object.prototype || Object.getPrototypeOf(e) === null) && !(Symbol.toStringTag in t) && !(Symbol.iterator in t);
7183
- }, Fh = ot("Date"), $h = ot("File"), Dh = ot("Blob"), Bh = ot("FileList"), Nh = (t) => Wn(t) && Ge(t.pipe), Mh = (t) => {
7158
+ }, Th = ot("Date"), Ph = ot("File"), Oh = ot("Blob"), Lh = ot("FileList"), Rh = (t) => Wn(t) && Ge(t.pipe), Fh = (t) => {
7184
7159
  let e;
7185
7160
  return t && (typeof FormData == "function" && t instanceof FormData || Ge(t.append) && ((e = Vn(t)) === "formdata" || // detect form-data instance
7186
7161
  e === "object" && Ge(t.toString) && t.toString() === "[object FormData]"));
7187
- }, Uh = ot("URLSearchParams"), Hh = (t) => t.trim ? t.trim() : t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
7162
+ }, $h = ot("URLSearchParams"), Dh = (t) => t.trim ? t.trim() : t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
7188
7163
  function vn(t, e, { allOwnKeys: n = !1 } = {}) {
7189
7164
  if (t === null || typeof t > "u")
7190
7165
  return;
@@ -7199,7 +7174,7 @@ function vn(t, e, { allOwnKeys: n = !1 } = {}) {
7199
7174
  l = i[r], e.call(null, t[l], l, t);
7200
7175
  }
7201
7176
  }
7202
- function Ls(t, e) {
7177
+ function Ts(t, e) {
7203
7178
  e = e.toLowerCase();
7204
7179
  const n = Object.keys(t);
7205
7180
  let r = n.length, o;
@@ -7208,23 +7183,23 @@ function Ls(t, e) {
7208
7183
  return o;
7209
7184
  return null;
7210
7185
  }
7211
- const Rs = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Fs = (t) => !cn(t) && t !== Rs;
7186
+ const Ps = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Os = (t) => !cn(t) && t !== Ps;
7212
7187
  function Rr() {
7213
- const { caseless: t } = Fs(this) && this || {}, e = {}, n = (r, o) => {
7214
- const i = t && Ls(e, o) || o;
7188
+ const { caseless: t } = Os(this) && this || {}, e = {}, n = (r, o) => {
7189
+ const i = t && Ts(e, o) || o;
7215
7190
  Tn(e[i]) && Tn(r) ? e[i] = Rr(e[i], r) : Tn(r) ? e[i] = Rr({}, r) : Ut(r) ? e[i] = r.slice() : e[i] = r;
7216
7191
  };
7217
7192
  for (let r = 0, o = arguments.length; r < o; r++)
7218
7193
  arguments[r] && vn(arguments[r], n);
7219
7194
  return e;
7220
7195
  }
7221
- const jh = (t, e, n, { allOwnKeys: r } = {}) => (vn(e, (o, i) => {
7222
- n && Ge(o) ? t[i] = Ts(o, n) : t[i] = o;
7223
- }, { allOwnKeys: r }), t), Vh = (t) => (t.charCodeAt(0) === 65279 && (t = t.slice(1)), t), Kh = (t, e, n, r) => {
7196
+ const Bh = (t, e, n, { allOwnKeys: r } = {}) => (vn(e, (o, i) => {
7197
+ n && Ge(o) ? t[i] = xs(o, n) : t[i] = o;
7198
+ }, { allOwnKeys: r }), t), Nh = (t) => (t.charCodeAt(0) === 65279 && (t = t.slice(1)), t), Mh = (t, e, n, r) => {
7224
7199
  t.prototype = Object.create(e.prototype, r), t.prototype.constructor = t, Object.defineProperty(t, "super", {
7225
7200
  value: e.prototype
7226
7201
  }), n && Object.assign(t.prototype, n);
7227
- }, Wh = (t, e, n, r) => {
7202
+ }, Uh = (t, e, n, r) => {
7228
7203
  let o, i, s;
7229
7204
  const l = {};
7230
7205
  if (e = e || {}, t == null)
@@ -7235,48 +7210,48 @@ const jh = (t, e, n, { allOwnKeys: r } = {}) => (vn(e, (o, i) => {
7235
7210
  t = n !== !1 && no(t);
7236
7211
  } while (t && (!n || n(t, e)) && t !== Object.prototype);
7237
7212
  return e;
7238
- }, zh = (t, e, n) => {
7213
+ }, Hh = (t, e, n) => {
7239
7214
  t = String(t), (n === void 0 || n > t.length) && (n = t.length), n -= e.length;
7240
7215
  const r = t.indexOf(e, n);
7241
7216
  return r !== -1 && r === n;
7242
- }, qh = (t) => {
7217
+ }, jh = (t) => {
7243
7218
  if (!t)
7244
7219
  return null;
7245
7220
  if (Ut(t))
7246
7221
  return t;
7247
7222
  let e = t.length;
7248
- if (!Os(e))
7223
+ if (!ks(e))
7249
7224
  return null;
7250
7225
  const n = new Array(e);
7251
7226
  for (; e-- > 0; )
7252
7227
  n[e] = t[e];
7253
7228
  return n;
7254
- }, Gh = /* @__PURE__ */ ((t) => (e) => t && e instanceof t)(typeof Uint8Array < "u" && no(Uint8Array)), Jh = (t, e) => {
7229
+ }, Vh = /* @__PURE__ */ ((t) => (e) => t && e instanceof t)(typeof Uint8Array < "u" && no(Uint8Array)), Kh = (t, e) => {
7255
7230
  const r = (t && t[Symbol.iterator]).call(t);
7256
7231
  let o;
7257
7232
  for (; (o = r.next()) && !o.done; ) {
7258
7233
  const i = o.value;
7259
7234
  e.call(t, i[0], i[1]);
7260
7235
  }
7261
- }, Yh = (t, e) => {
7236
+ }, Wh = (t, e) => {
7262
7237
  let n;
7263
7238
  const r = [];
7264
7239
  for (; (n = t.exec(e)) !== null; )
7265
7240
  r.push(n);
7266
7241
  return r;
7267
- }, Xh = ot("HTMLFormElement"), Zh = (t) => t.toLowerCase().replace(
7242
+ }, zh = ot("HTMLFormElement"), qh = (t) => t.toLowerCase().replace(
7268
7243
  /[-_\s]([a-z\d])(\w*)/g,
7269
7244
  function(n, r, o) {
7270
7245
  return r.toUpperCase() + o;
7271
7246
  }
7272
- ), vi = (({ hasOwnProperty: t }) => (e, n) => t.call(e, n))(Object.prototype), Qh = ot("RegExp"), $s = (t, e) => {
7247
+ ), mi = (({ hasOwnProperty: t }) => (e, n) => t.call(e, n))(Object.prototype), Gh = ot("RegExp"), Ls = (t, e) => {
7273
7248
  const n = Object.getOwnPropertyDescriptors(t), r = {};
7274
7249
  vn(n, (o, i) => {
7275
7250
  let s;
7276
7251
  (s = e(o, i, t)) !== !1 && (r[i] = s || o);
7277
7252
  }), Object.defineProperties(t, r);
7278
- }, ep = (t) => {
7279
- $s(t, (e, n) => {
7253
+ }, Jh = (t) => {
7254
+ Ls(t, (e, n) => {
7280
7255
  if (Ge(t) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
7281
7256
  return !1;
7282
7257
  const r = t[n];
@@ -7290,29 +7265,29 @@ const jh = (t, e, n, { allOwnKeys: r } = {}) => (vn(e, (o, i) => {
7290
7265
  });
7291
7266
  }
7292
7267
  });
7293
- }, tp = (t, e) => {
7268
+ }, Yh = (t, e) => {
7294
7269
  const n = {}, r = (o) => {
7295
7270
  o.forEach((i) => {
7296
7271
  n[i] = !0;
7297
7272
  });
7298
7273
  };
7299
7274
  return Ut(t) ? r(t) : r(String(t).split(e)), n;
7300
- }, np = () => {
7301
- }, rp = (t, e) => (t = +t, Number.isFinite(t) ? t : e), mr = "abcdefghijklmnopqrstuvwxyz", bi = "0123456789", Ds = {
7302
- DIGIT: bi,
7275
+ }, Xh = () => {
7276
+ }, Zh = (t, e) => (t = +t, Number.isFinite(t) ? t : e), mr = "abcdefghijklmnopqrstuvwxyz", gi = "0123456789", Rs = {
7277
+ DIGIT: gi,
7303
7278
  ALPHA: mr,
7304
- ALPHA_DIGIT: mr + mr.toUpperCase() + bi
7305
- }, op = (t = 16, e = Ds.ALPHA_DIGIT) => {
7279
+ ALPHA_DIGIT: mr + mr.toUpperCase() + gi
7280
+ }, Qh = (t = 16, e = Rs.ALPHA_DIGIT) => {
7306
7281
  let n = "";
7307
7282
  const { length: r } = e;
7308
7283
  for (; t--; )
7309
7284
  n += e[Math.random() * r | 0];
7310
7285
  return n;
7311
7286
  };
7312
- function ip(t) {
7287
+ function ep(t) {
7313
7288
  return !!(t && Ge(t.append) && t[Symbol.toStringTag] === "FormData" && t[Symbol.iterator]);
7314
7289
  }
7315
- const sp = (t) => {
7290
+ const tp = (t) => {
7316
7291
  const e = new Array(10), n = (r, o) => {
7317
7292
  if (Wn(r)) {
7318
7293
  if (e.indexOf(r) >= 0)
@@ -7329,59 +7304,59 @@ const sp = (t) => {
7329
7304
  return r;
7330
7305
  };
7331
7306
  return n(t, 0);
7332
- }, ap = ot("AsyncFunction"), lp = (t) => t && (Wn(t) || Ge(t)) && Ge(t.then) && Ge(t.catch), v = {
7307
+ }, np = ot("AsyncFunction"), rp = (t) => t && (Wn(t) || Ge(t)) && Ge(t.then) && Ge(t.catch), v = {
7333
7308
  isArray: Ut,
7334
- isArrayBuffer: Ps,
7335
- isBuffer: Ph,
7336
- isFormData: Mh,
7337
- isArrayBufferView: Oh,
7338
- isString: Lh,
7339
- isNumber: Os,
7340
- isBoolean: Rh,
7309
+ isArrayBuffer: Is,
7310
+ isBuffer: Ch,
7311
+ isFormData: Fh,
7312
+ isArrayBufferView: xh,
7313
+ isString: Ih,
7314
+ isNumber: ks,
7315
+ isBoolean: kh,
7341
7316
  isObject: Wn,
7342
7317
  isPlainObject: Tn,
7343
7318
  isUndefined: cn,
7344
- isDate: Fh,
7345
- isFile: $h,
7346
- isBlob: Dh,
7347
- isRegExp: Qh,
7319
+ isDate: Th,
7320
+ isFile: Ph,
7321
+ isBlob: Oh,
7322
+ isRegExp: Gh,
7348
7323
  isFunction: Ge,
7349
- isStream: Nh,
7350
- isURLSearchParams: Uh,
7351
- isTypedArray: Gh,
7352
- isFileList: Bh,
7324
+ isStream: Rh,
7325
+ isURLSearchParams: $h,
7326
+ isTypedArray: Vh,
7327
+ isFileList: Lh,
7353
7328
  forEach: vn,
7354
7329
  merge: Rr,
7355
- extend: jh,
7356
- trim: Hh,
7357
- stripBOM: Vh,
7358
- inherits: Kh,
7359
- toFlatObject: Wh,
7330
+ extend: Bh,
7331
+ trim: Dh,
7332
+ stripBOM: Nh,
7333
+ inherits: Mh,
7334
+ toFlatObject: Uh,
7360
7335
  kindOf: Vn,
7361
7336
  kindOfTest: ot,
7362
- endsWith: zh,
7363
- toArray: qh,
7364
- forEachEntry: Jh,
7365
- matchAll: Yh,
7366
- isHTMLForm: Xh,
7367
- hasOwnProperty: vi,
7368
- hasOwnProp: vi,
7337
+ endsWith: Hh,
7338
+ toArray: jh,
7339
+ forEachEntry: Kh,
7340
+ matchAll: Wh,
7341
+ isHTMLForm: zh,
7342
+ hasOwnProperty: mi,
7343
+ hasOwnProp: mi,
7369
7344
  // an alias to avoid ESLint no-prototype-builtins detection
7370
- reduceDescriptors: $s,
7371
- freezeMethods: ep,
7372
- toObjectSet: tp,
7373
- toCamelCase: Zh,
7374
- noop: np,
7375
- toFiniteNumber: rp,
7376
- findKey: Ls,
7377
- global: Rs,
7378
- isContextDefined: Fs,
7379
- ALPHABET: Ds,
7380
- generateString: op,
7381
- isSpecCompliantForm: ip,
7382
- toJSONObject: sp,
7383
- isAsyncFn: ap,
7384
- isThenable: lp
7345
+ reduceDescriptors: Ls,
7346
+ freezeMethods: Jh,
7347
+ toObjectSet: Yh,
7348
+ toCamelCase: qh,
7349
+ noop: Xh,
7350
+ toFiniteNumber: Zh,
7351
+ findKey: Ts,
7352
+ global: Ps,
7353
+ isContextDefined: Os,
7354
+ ALPHABET: Rs,
7355
+ generateString: Qh,
7356
+ isSpecCompliantForm: ep,
7357
+ toJSONObject: tp,
7358
+ isAsyncFn: np,
7359
+ isThenable: rp
7385
7360
  };
7386
7361
  function re(t, e, n, r, o) {
7387
7362
  Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = t, this.name = "AxiosError", e && (this.code = e), n && (this.config = n), r && (this.request = r), o && (this.response = o);
@@ -7407,7 +7382,7 @@ v.inherits(re, Error, {
7407
7382
  };
7408
7383
  }
7409
7384
  });
7410
- const Bs = re.prototype, Ns = {};
7385
+ const Fs = re.prototype, $s = {};
7411
7386
  [
7412
7387
  "ERR_BAD_OPTION_VALUE",
7413
7388
  "ERR_BAD_OPTION",
@@ -7423,32 +7398,32 @@ const Bs = re.prototype, Ns = {};
7423
7398
  "ERR_INVALID_URL"
7424
7399
  // eslint-disable-next-line func-names
7425
7400
  ].forEach((t) => {
7426
- Ns[t] = { value: t };
7401
+ $s[t] = { value: t };
7427
7402
  });
7428
- Object.defineProperties(re, Ns);
7429
- Object.defineProperty(Bs, "isAxiosError", { value: !0 });
7403
+ Object.defineProperties(re, $s);
7404
+ Object.defineProperty(Fs, "isAxiosError", { value: !0 });
7430
7405
  re.from = (t, e, n, r, o, i) => {
7431
- const s = Object.create(Bs);
7406
+ const s = Object.create(Fs);
7432
7407
  return v.toFlatObject(t, s, function(a) {
7433
7408
  return a !== Error.prototype;
7434
7409
  }, (l) => l !== "isAxiosError"), re.call(s, t.message, e, n, r, o), s.cause = t, s.name = t.name, i && Object.assign(s, i), s;
7435
7410
  };
7436
- const up = null;
7411
+ const op = null;
7437
7412
  function Fr(t) {
7438
7413
  return v.isPlainObject(t) || v.isArray(t);
7439
7414
  }
7440
- function Ms(t) {
7415
+ function Ds(t) {
7441
7416
  return v.endsWith(t, "[]") ? t.slice(0, -2) : t;
7442
7417
  }
7443
- function wi(t, e, n) {
7418
+ function yi(t, e, n) {
7444
7419
  return t ? t.concat(e).map(function(o, i) {
7445
- return o = Ms(o), !n && i ? "[" + o + "]" : o;
7420
+ return o = Ds(o), !n && i ? "[" + o + "]" : o;
7446
7421
  }).join(n ? "." : "") : e;
7447
7422
  }
7448
- function cp(t) {
7423
+ function ip(t) {
7449
7424
  return v.isArray(t) && !t.some(Fr);
7450
7425
  }
7451
- const dp = v.toFlatObject(v, {}, null, function(e) {
7426
+ const sp = v.toFlatObject(v, {}, null, function(e) {
7452
7427
  return /^is[A-Z]/.test(e);
7453
7428
  });
7454
7429
  function zn(t, e, n) {
@@ -7478,18 +7453,18 @@ function zn(t, e, n) {
7478
7453
  if (_ && !A && typeof _ == "object") {
7479
7454
  if (v.endsWith(x, "{}"))
7480
7455
  x = r ? x : x.slice(0, -2), _ = JSON.stringify(_);
7481
- else if (v.isArray(_) && cp(_) || (v.isFileList(_) || v.endsWith(x, "[]")) && ($ = v.toArray(_)))
7482
- return x = Ms(x), $.forEach(function(V, ye) {
7456
+ else if (v.isArray(_) && ip(_) || (v.isFileList(_) || v.endsWith(x, "[]")) && ($ = v.toArray(_)))
7457
+ return x = Ds(x), $.forEach(function(V, ye) {
7483
7458
  !(v.isUndefined(V) || V === null) && e.append(
7484
7459
  // eslint-disable-next-line no-nested-ternary
7485
- s === !0 ? wi([x], ye, i) : s === null ? x : x + "[]",
7460
+ s === !0 ? yi([x], ye, i) : s === null ? x : x + "[]",
7486
7461
  c(V)
7487
7462
  );
7488
7463
  }), !1;
7489
7464
  }
7490
- return Fr(_) ? !0 : (e.append(wi(A, x, i), c(_)), !1);
7465
+ return Fr(_) ? !0 : (e.append(yi(A, x, i), c(_)), !1);
7491
7466
  }
7492
- const f = [], y = Object.assign(dp, {
7467
+ const f = [], y = Object.assign(sp, {
7493
7468
  defaultVisitor: d,
7494
7469
  convertValue: c,
7495
7470
  isVisitable: Fr
@@ -7513,7 +7488,7 @@ function zn(t, e, n) {
7513
7488
  throw new TypeError("data must be an object");
7514
7489
  return b(t), e;
7515
7490
  }
7516
- function Si(t) {
7491
+ function vi(t) {
7517
7492
  const e = {
7518
7493
  "!": "%21",
7519
7494
  "'": "%27",
@@ -7530,25 +7505,25 @@ function Si(t) {
7530
7505
  function ro(t, e) {
7531
7506
  this._pairs = [], t && zn(t, this, e);
7532
7507
  }
7533
- const Us = ro.prototype;
7534
- Us.append = function(e, n) {
7508
+ const Bs = ro.prototype;
7509
+ Bs.append = function(e, n) {
7535
7510
  this._pairs.push([e, n]);
7536
7511
  };
7537
- Us.toString = function(e) {
7512
+ Bs.toString = function(e) {
7538
7513
  const n = e ? function(r) {
7539
- return e.call(this, r, Si);
7540
- } : Si;
7514
+ return e.call(this, r, vi);
7515
+ } : vi;
7541
7516
  return this._pairs.map(function(o) {
7542
7517
  return n(o[0]) + "=" + n(o[1]);
7543
7518
  }, "").join("&");
7544
7519
  };
7545
- function fp(t) {
7520
+ function ap(t) {
7546
7521
  return encodeURIComponent(t).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
7547
7522
  }
7548
- function Hs(t, e, n) {
7523
+ function Ns(t, e, n) {
7549
7524
  if (!e)
7550
7525
  return t;
7551
- const r = n && n.encode || fp, o = n && n.serialize;
7526
+ const r = n && n.encode || ap, o = n && n.serialize;
7552
7527
  let i;
7553
7528
  if (o ? i = o(e, n) : i = v.isURLSearchParams(e) ? e.toString() : new ro(e, n).toString(r), i) {
7554
7529
  const s = t.indexOf("#");
@@ -7556,7 +7531,7 @@ function Hs(t, e, n) {
7556
7531
  }
7557
7532
  return t;
7558
7533
  }
7559
- class Ai {
7534
+ class bi {
7560
7535
  constructor() {
7561
7536
  this.handlers = [];
7562
7537
  }
@@ -7610,39 +7585,39 @@ class Ai {
7610
7585
  });
7611
7586
  }
7612
7587
  }
7613
- const js = {
7588
+ const Ms = {
7614
7589
  silentJSONParsing: !0,
7615
7590
  forcedJSONParsing: !0,
7616
7591
  clarifyTimeoutError: !1
7617
- }, hp = typeof URLSearchParams < "u" ? URLSearchParams : ro, pp = typeof FormData < "u" ? FormData : null, mp = typeof Blob < "u" ? Blob : null, gp = {
7592
+ }, lp = typeof URLSearchParams < "u" ? URLSearchParams : ro, up = typeof FormData < "u" ? FormData : null, cp = typeof Blob < "u" ? Blob : null, dp = {
7618
7593
  isBrowser: !0,
7619
7594
  classes: {
7620
- URLSearchParams: hp,
7621
- FormData: pp,
7622
- Blob: mp
7595
+ URLSearchParams: lp,
7596
+ FormData: up,
7597
+ Blob: cp
7623
7598
  },
7624
7599
  protocols: ["http", "https", "file", "blob", "url", "data"]
7625
- }, Vs = typeof window < "u" && typeof document < "u", yp = ((t) => Vs && ["ReactNative", "NativeScript", "NS"].indexOf(t) < 0)(typeof navigator < "u" && navigator.product), vp = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
7626
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", bp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7600
+ }, Us = typeof window < "u" && typeof document < "u", fp = ((t) => Us && ["ReactNative", "NativeScript", "NS"].indexOf(t) < 0)(typeof navigator < "u" && navigator.product), hp = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
7601
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", pp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7627
7602
  __proto__: null,
7628
- hasBrowserEnv: Vs,
7629
- hasStandardBrowserEnv: yp,
7630
- hasStandardBrowserWebWorkerEnv: vp
7603
+ hasBrowserEnv: Us,
7604
+ hasStandardBrowserEnv: fp,
7605
+ hasStandardBrowserWebWorkerEnv: hp
7631
7606
  }, Symbol.toStringTag, { value: "Module" })), nt = {
7632
- ...bp,
7633
- ...gp
7607
+ ...pp,
7608
+ ...dp
7634
7609
  };
7635
- function wp(t, e) {
7610
+ function mp(t, e) {
7636
7611
  return zn(t, new nt.classes.URLSearchParams(), Object.assign({
7637
7612
  visitor: function(n, r, o, i) {
7638
7613
  return nt.isNode && v.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
7639
7614
  }
7640
7615
  }, e));
7641
7616
  }
7642
- function Sp(t) {
7617
+ function gp(t) {
7643
7618
  return v.matchAll(/\w+|\[(\w*)]/g, t).map((e) => e[0] === "[]" ? "" : e[1] || e[0]);
7644
7619
  }
7645
- function Ap(t) {
7620
+ function yp(t) {
7646
7621
  const e = {}, n = Object.keys(t);
7647
7622
  let r;
7648
7623
  const o = n.length;
@@ -7651,23 +7626,23 @@ function Ap(t) {
7651
7626
  i = n[r], e[i] = t[i];
7652
7627
  return e;
7653
7628
  }
7654
- function Ks(t) {
7629
+ function Hs(t) {
7655
7630
  function e(n, r, o, i) {
7656
7631
  let s = n[i++];
7657
7632
  if (s === "__proto__")
7658
7633
  return !0;
7659
7634
  const l = Number.isFinite(+s), a = i >= n.length;
7660
- return s = !s && v.isArray(o) ? o.length : s, a ? (v.hasOwnProp(o, s) ? o[s] = [o[s], r] : o[s] = r, !l) : ((!o[s] || !v.isObject(o[s])) && (o[s] = []), e(n, r, o[s], i) && v.isArray(o[s]) && (o[s] = Ap(o[s])), !l);
7635
+ return s = !s && v.isArray(o) ? o.length : s, a ? (v.hasOwnProp(o, s) ? o[s] = [o[s], r] : o[s] = r, !l) : ((!o[s] || !v.isObject(o[s])) && (o[s] = []), e(n, r, o[s], i) && v.isArray(o[s]) && (o[s] = yp(o[s])), !l);
7661
7636
  }
7662
7637
  if (v.isFormData(t) && v.isFunction(t.entries)) {
7663
7638
  const n = {};
7664
7639
  return v.forEachEntry(t, (r, o) => {
7665
- e(Sp(r), o, n, 0);
7640
+ e(gp(r), o, n, 0);
7666
7641
  }), n;
7667
7642
  }
7668
7643
  return null;
7669
7644
  }
7670
- function _p(t, e, n) {
7645
+ function vp(t, e, n) {
7671
7646
  if (v.isString(t))
7672
7647
  try {
7673
7648
  return (e || JSON.parse)(t), v.trim(t);
@@ -7678,12 +7653,12 @@ function _p(t, e, n) {
7678
7653
  return (n || JSON.stringify)(t);
7679
7654
  }
7680
7655
  const oo = {
7681
- transitional: js,
7656
+ transitional: Ms,
7682
7657
  adapter: ["xhr", "http"],
7683
7658
  transformRequest: [function(e, n) {
7684
7659
  const r = n.getContentType() || "", o = r.indexOf("application/json") > -1, i = v.isObject(e);
7685
7660
  if (i && v.isHTMLForm(e) && (e = new FormData(e)), v.isFormData(e))
7686
- return o && o ? JSON.stringify(Ks(e)) : e;
7661
+ return o && o ? JSON.stringify(Hs(e)) : e;
7687
7662
  if (v.isArrayBuffer(e) || v.isBuffer(e) || v.isStream(e) || v.isFile(e) || v.isBlob(e))
7688
7663
  return e;
7689
7664
  if (v.isArrayBufferView(e))
@@ -7693,7 +7668,7 @@ const oo = {
7693
7668
  let l;
7694
7669
  if (i) {
7695
7670
  if (r.indexOf("application/x-www-form-urlencoded") > -1)
7696
- return wp(e, this.formSerializer).toString();
7671
+ return mp(e, this.formSerializer).toString();
7697
7672
  if ((l = v.isFileList(e)) || r.indexOf("multipart/form-data") > -1) {
7698
7673
  const a = this.env && this.env.FormData;
7699
7674
  return zn(
@@ -7703,7 +7678,7 @@ const oo = {
7703
7678
  );
7704
7679
  }
7705
7680
  }
7706
- return i || o ? (n.setContentType("application/json", !1), _p(e)) : e;
7681
+ return i || o ? (n.setContentType("application/json", !1), vp(e)) : e;
7707
7682
  }],
7708
7683
  transformResponse: [function(e) {
7709
7684
  const n = this.transitional || oo.transitional, r = n && n.forcedJSONParsing, o = this.responseType === "json";
@@ -7744,7 +7719,7 @@ const oo = {
7744
7719
  v.forEach(["delete", "get", "head", "post", "put", "patch"], (t) => {
7745
7720
  oo.headers[t] = {};
7746
7721
  });
7747
- const io = oo, Ep = v.toObjectSet([
7722
+ const io = oo, bp = v.toObjectSet([
7748
7723
  "age",
7749
7724
  "authorization",
7750
7725
  "content-length",
@@ -7762,28 +7737,28 @@ const io = oo, Ep = v.toObjectSet([
7762
7737
  "referer",
7763
7738
  "retry-after",
7764
7739
  "user-agent"
7765
- ]), Cp = (t) => {
7740
+ ]), wp = (t) => {
7766
7741
  const e = {};
7767
7742
  let n, r, o;
7768
7743
  return t && t.split(`
7769
7744
  `).forEach(function(s) {
7770
- o = s.indexOf(":"), n = s.substring(0, o).trim().toLowerCase(), r = s.substring(o + 1).trim(), !(!n || e[n] && Ep[n]) && (n === "set-cookie" ? e[n] ? e[n].push(r) : e[n] = [r] : e[n] = e[n] ? e[n] + ", " + r : r);
7745
+ o = s.indexOf(":"), n = s.substring(0, o).trim().toLowerCase(), r = s.substring(o + 1).trim(), !(!n || e[n] && bp[n]) && (n === "set-cookie" ? e[n] ? e[n].push(r) : e[n] = [r] : e[n] = e[n] ? e[n] + ", " + r : r);
7771
7746
  }), e;
7772
- }, _i = Symbol("internals");
7747
+ }, wi = Symbol("internals");
7773
7748
  function qt(t) {
7774
7749
  return t && String(t).trim().toLowerCase();
7775
7750
  }
7776
7751
  function Pn(t) {
7777
7752
  return t === !1 || t == null ? t : v.isArray(t) ? t.map(Pn) : String(t);
7778
7753
  }
7779
- function xp(t) {
7754
+ function Sp(t) {
7780
7755
  const e = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
7781
7756
  let r;
7782
7757
  for (; r = n.exec(t); )
7783
7758
  e[r[1]] = r[2];
7784
7759
  return e;
7785
7760
  }
7786
- const Ip = (t) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());
7761
+ const Ap = (t) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());
7787
7762
  function gr(t, e, n, r, o) {
7788
7763
  if (v.isFunction(r))
7789
7764
  return r.call(this, e, n);
@@ -7794,10 +7769,10 @@ function gr(t, e, n, r, o) {
7794
7769
  return r.test(e);
7795
7770
  }
7796
7771
  }
7797
- function kp(t) {
7772
+ function _p(t) {
7798
7773
  return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (e, n, r) => n.toUpperCase() + r);
7799
7774
  }
7800
- function Tp(t, e) {
7775
+ function Ep(t, e) {
7801
7776
  const n = v.toCamelCase(" " + e);
7802
7777
  ["get", "set", "has"].forEach((r) => {
7803
7778
  Object.defineProperty(t, r + n, {
@@ -7822,7 +7797,7 @@ class qn {
7822
7797
  (!f || o[f] === void 0 || c === !0 || c === void 0 && o[f] !== !1) && (o[f || a] = Pn(l));
7823
7798
  }
7824
7799
  const s = (l, a) => v.forEach(l, (c, d) => i(c, d, a));
7825
- return v.isPlainObject(e) || e instanceof this.constructor ? s(e, n) : v.isString(e) && (e = e.trim()) && !Ip(e) ? s(Cp(e), n) : e != null && i(n, e, r), this;
7800
+ return v.isPlainObject(e) || e instanceof this.constructor ? s(e, n) : v.isString(e) && (e = e.trim()) && !Ap(e) ? s(wp(e), n) : e != null && i(n, e, r), this;
7826
7801
  }
7827
7802
  get(e, n) {
7828
7803
  if (e = qt(e), e) {
@@ -7832,7 +7807,7 @@ class qn {
7832
7807
  if (!n)
7833
7808
  return o;
7834
7809
  if (n === !0)
7835
- return xp(o);
7810
+ return Sp(o);
7836
7811
  if (v.isFunction(n))
7837
7812
  return n.call(this, o, r);
7838
7813
  if (v.isRegExp(n))
@@ -7876,7 +7851,7 @@ class qn {
7876
7851
  n[s] = Pn(o), delete n[i];
7877
7852
  return;
7878
7853
  }
7879
- const l = e ? kp(i) : String(i).trim();
7854
+ const l = e ? _p(i) : String(i).trim();
7880
7855
  l !== i && delete n[i], n[l] = Pn(o), r[l] = !0;
7881
7856
  }), this;
7882
7857
  }
@@ -7907,12 +7882,12 @@ class qn {
7907
7882
  return n.forEach((o) => r.set(o)), r;
7908
7883
  }
7909
7884
  static accessor(e) {
7910
- const r = (this[_i] = this[_i] = {
7885
+ const r = (this[wi] = this[wi] = {
7911
7886
  accessors: {}
7912
7887
  }).accessors, o = this.prototype;
7913
7888
  function i(s) {
7914
7889
  const l = qt(s);
7915
- r[l] || (Tp(o, s), r[l] = !0);
7890
+ r[l] || (Ep(o, s), r[l] = !0);
7916
7891
  }
7917
7892
  return v.isArray(e) ? e.forEach(i) : i(e), this;
7918
7893
  }
@@ -7936,7 +7911,7 @@ function yr(t, e) {
7936
7911
  i = l.call(n, i, o.normalize(), e ? e.status : void 0);
7937
7912
  }), o.normalize(), i;
7938
7913
  }
7939
- function Ws(t) {
7914
+ function js(t) {
7940
7915
  return !!(t && t.__CANCEL__);
7941
7916
  }
7942
7917
  function bn(t, e, n) {
@@ -7945,7 +7920,7 @@ function bn(t, e, n) {
7945
7920
  v.inherits(bn, re, {
7946
7921
  __CANCEL__: !0
7947
7922
  });
7948
- function Pp(t, e, n) {
7923
+ function Cp(t, e, n) {
7949
7924
  const r = n.config.validateStatus;
7950
7925
  !n.status || !r || r(n.status) ? t(n) : e(new re(
7951
7926
  "Request failed with status code " + n.status,
@@ -7955,7 +7930,7 @@ function Pp(t, e, n) {
7955
7930
  n
7956
7931
  ));
7957
7932
  }
7958
- const Op = nt.hasStandardBrowserEnv ? (
7933
+ const xp = nt.hasStandardBrowserEnv ? (
7959
7934
  // Standard browser envs support document.cookie
7960
7935
  {
7961
7936
  write(t, e, n, r, o, i) {
@@ -7982,16 +7957,16 @@ const Op = nt.hasStandardBrowserEnv ? (
7982
7957
  }
7983
7958
  }
7984
7959
  );
7985
- function Lp(t) {
7960
+ function Ip(t) {
7986
7961
  return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);
7987
7962
  }
7988
- function Rp(t, e) {
7963
+ function kp(t, e) {
7989
7964
  return e ? t.replace(/\/?\/$/, "") + "/" + e.replace(/^\/+/, "") : t;
7990
7965
  }
7991
- function zs(t, e) {
7992
- return t && !Lp(e) ? Rp(t, e) : e;
7966
+ function Vs(t, e) {
7967
+ return t && !Ip(e) ? kp(t, e) : e;
7993
7968
  }
7994
- const Fp = nt.hasStandardBrowserEnv ? (
7969
+ const Tp = nt.hasStandardBrowserEnv ? (
7995
7970
  // Standard browser envs have full support of the APIs needed to test
7996
7971
  // whether the request URL is of the same origin as current location.
7997
7972
  function() {
@@ -8023,11 +7998,11 @@ const Fp = nt.hasStandardBrowserEnv ? (
8023
7998
  };
8024
7999
  }()
8025
8000
  );
8026
- function $p(t) {
8001
+ function Pp(t) {
8027
8002
  const e = /^([-+\w]{1,25})(:?\/\/|:)/.exec(t);
8028
8003
  return e && e[1] || "";
8029
8004
  }
8030
- function Dp(t, e) {
8005
+ function Op(t, e) {
8031
8006
  t = t || 10;
8032
8007
  const n = new Array(t), r = new Array(t);
8033
8008
  let o = 0, i = 0, s;
@@ -8043,9 +8018,9 @@ function Dp(t, e) {
8043
8018
  return b ? Math.round(y * 1e3 / b) : void 0;
8044
8019
  };
8045
8020
  }
8046
- function Ei(t, e) {
8021
+ function Si(t, e) {
8047
8022
  let n = 0;
8048
- const r = Dp(50, 250);
8023
+ const r = Op(50, 250);
8049
8024
  return (o) => {
8050
8025
  const i = o.loaded, s = o.lengthComputable ? o.total : void 0, l = i - n, a = r(l), c = i <= s;
8051
8026
  n = i;
@@ -8061,7 +8036,7 @@ function Ei(t, e) {
8061
8036
  d[e ? "download" : "upload"] = !0, t(d);
8062
8037
  };
8063
8038
  }
8064
- const Bp = typeof XMLHttpRequest < "u", Np = Bp && function(t) {
8039
+ const Lp = typeof XMLHttpRequest < "u", Rp = Lp && function(t) {
8065
8040
  return new Promise(function(n, r) {
8066
8041
  let o = t.data;
8067
8042
  const i = lt.from(t.headers).normalize();
@@ -8083,8 +8058,8 @@ const Bp = typeof XMLHttpRequest < "u", Np = Bp && function(t) {
8083
8058
  const x = t.auth.username || "", A = t.auth.password ? unescape(encodeURIComponent(t.auth.password)) : "";
8084
8059
  i.set("Authorization", "Basic " + btoa(x + ":" + A));
8085
8060
  }
8086
- const y = zs(t.baseURL, t.url);
8087
- f.open(t.method.toUpperCase(), Hs(y, t.params, t.paramsSerializer), !0), f.timeout = t.timeout;
8061
+ const y = Vs(t.baseURL, t.url);
8062
+ f.open(t.method.toUpperCase(), Ns(y, t.params, t.paramsSerializer), !0), f.timeout = t.timeout;
8088
8063
  function b() {
8089
8064
  if (!f)
8090
8065
  return;
@@ -8098,7 +8073,7 @@ const Bp = typeof XMLHttpRequest < "u", Np = Bp && function(t) {
8098
8073
  config: t,
8099
8074
  request: f
8100
8075
  };
8101
- Pp(function(V) {
8076
+ Cp(function(V) {
8102
8077
  n(V), c();
8103
8078
  }, function(V) {
8104
8079
  r(V), c();
@@ -8112,23 +8087,23 @@ const Bp = typeof XMLHttpRequest < "u", Np = Bp && function(t) {
8112
8087
  r(new re("Network Error", re.ERR_NETWORK, t, f)), f = null;
8113
8088
  }, f.ontimeout = function() {
8114
8089
  let A = t.timeout ? "timeout of " + t.timeout + "ms exceeded" : "timeout exceeded";
8115
- const $ = t.transitional || js;
8090
+ const $ = t.transitional || Ms;
8116
8091
  t.timeoutErrorMessage && (A = t.timeoutErrorMessage), r(new re(
8117
8092
  A,
8118
8093
  $.clarifyTimeoutError ? re.ETIMEDOUT : re.ECONNABORTED,
8119
8094
  t,
8120
8095
  f
8121
8096
  )), f = null;
8122
- }, nt.hasStandardBrowserEnv && (l && v.isFunction(l) && (l = l(t)), l || l !== !1 && Fp(y))) {
8123
- const x = t.xsrfHeaderName && t.xsrfCookieName && Op.read(t.xsrfCookieName);
8097
+ }, nt.hasStandardBrowserEnv && (l && v.isFunction(l) && (l = l(t)), l || l !== !1 && Tp(y))) {
8098
+ const x = t.xsrfHeaderName && t.xsrfCookieName && xp.read(t.xsrfCookieName);
8124
8099
  x && i.set(t.xsrfHeaderName, x);
8125
8100
  }
8126
8101
  o === void 0 && i.setContentType(null), "setRequestHeader" in f && v.forEach(i.toJSON(), function(A, $) {
8127
8102
  f.setRequestHeader($, A);
8128
- }), v.isUndefined(t.withCredentials) || (f.withCredentials = !!t.withCredentials), s && s !== "json" && (f.responseType = t.responseType), typeof t.onDownloadProgress == "function" && f.addEventListener("progress", Ei(t.onDownloadProgress, !0)), typeof t.onUploadProgress == "function" && f.upload && f.upload.addEventListener("progress", Ei(t.onUploadProgress)), (t.cancelToken || t.signal) && (a = (x) => {
8103
+ }), v.isUndefined(t.withCredentials) || (f.withCredentials = !!t.withCredentials), s && s !== "json" && (f.responseType = t.responseType), typeof t.onDownloadProgress == "function" && f.addEventListener("progress", Si(t.onDownloadProgress, !0)), typeof t.onUploadProgress == "function" && f.upload && f.upload.addEventListener("progress", Si(t.onUploadProgress)), (t.cancelToken || t.signal) && (a = (x) => {
8129
8104
  f && (r(!x || x.type ? new bn(null, t, f) : x), f.abort(), f = null);
8130
8105
  }, t.cancelToken && t.cancelToken.subscribe(a), t.signal && (t.signal.aborted ? a() : t.signal.addEventListener("abort", a)));
8131
- const _ = $p(y);
8106
+ const _ = Pp(y);
8132
8107
  if (_ && nt.protocols.indexOf(_) === -1) {
8133
8108
  r(new re("Unsupported protocol " + _ + ":", re.ERR_BAD_REQUEST, t));
8134
8109
  return;
@@ -8136,8 +8111,8 @@ const Bp = typeof XMLHttpRequest < "u", Np = Bp && function(t) {
8136
8111
  f.send(o || null);
8137
8112
  });
8138
8113
  }, $r = {
8139
- http: up,
8140
- xhr: Np
8114
+ http: op,
8115
+ xhr: Rp
8141
8116
  };
8142
8117
  v.forEach($r, (t, e) => {
8143
8118
  if (t) {
@@ -8148,7 +8123,7 @@ v.forEach($r, (t, e) => {
8148
8123
  Object.defineProperty(t, "adapterName", { value: e });
8149
8124
  }
8150
8125
  });
8151
- const Ci = (t) => `- ${t}`, Mp = (t) => v.isFunction(t) || t === null || t === !1, qs = {
8126
+ const Ai = (t) => `- ${t}`, Fp = (t) => v.isFunction(t) || t === null || t === !1, Ks = {
8152
8127
  getAdapter: (t) => {
8153
8128
  t = v.isArray(t) ? t : [t];
8154
8129
  const { length: e } = t;
@@ -8157,7 +8132,7 @@ const Ci = (t) => `- ${t}`, Mp = (t) => v.isFunction(t) || t === null || t === !
8157
8132
  for (let i = 0; i < e; i++) {
8158
8133
  n = t[i];
8159
8134
  let s;
8160
- if (r = n, !Mp(n) && (r = $r[(s = String(n)).toLowerCase()], r === void 0))
8135
+ if (r = n, !Fp(n) && (r = $r[(s = String(n)).toLowerCase()], r === void 0))
8161
8136
  throw new re(`Unknown adapter '${s}'`);
8162
8137
  if (r)
8163
8138
  break;
@@ -8168,8 +8143,8 @@ const Ci = (t) => `- ${t}`, Mp = (t) => v.isFunction(t) || t === null || t === !
8168
8143
  ([l, a]) => `adapter ${l} ` + (a === !1 ? "is not supported by the environment" : "is not available in the build")
8169
8144
  );
8170
8145
  let s = e ? i.length > 1 ? `since :
8171
- ` + i.map(Ci).join(`
8172
- `) : " " + Ci(i[0]) : "as no adapter specified";
8146
+ ` + i.map(Ai).join(`
8147
+ `) : " " + Ai(i[0]) : "as no adapter specified";
8173
8148
  throw new re(
8174
8149
  "There is no suitable adapter to dispatch the request " + s,
8175
8150
  "ERR_NOT_SUPPORT"
@@ -8183,25 +8158,25 @@ function vr(t) {
8183
8158
  if (t.cancelToken && t.cancelToken.throwIfRequested(), t.signal && t.signal.aborted)
8184
8159
  throw new bn(null, t);
8185
8160
  }
8186
- function xi(t) {
8161
+ function _i(t) {
8187
8162
  return vr(t), t.headers = lt.from(t.headers), t.data = yr.call(
8188
8163
  t,
8189
8164
  t.transformRequest
8190
- ), ["post", "put", "patch"].indexOf(t.method) !== -1 && t.headers.setContentType("application/x-www-form-urlencoded", !1), qs.getAdapter(t.adapter || io.adapter)(t).then(function(r) {
8165
+ ), ["post", "put", "patch"].indexOf(t.method) !== -1 && t.headers.setContentType("application/x-www-form-urlencoded", !1), Ks.getAdapter(t.adapter || io.adapter)(t).then(function(r) {
8191
8166
  return vr(t), r.data = yr.call(
8192
8167
  t,
8193
8168
  t.transformResponse,
8194
8169
  r
8195
8170
  ), r.headers = lt.from(r.headers), r;
8196
8171
  }, function(r) {
8197
- return Ws(r) || (vr(t), r && r.response && (r.response.data = yr.call(
8172
+ return js(r) || (vr(t), r && r.response && (r.response.data = yr.call(
8198
8173
  t,
8199
8174
  t.transformResponse,
8200
8175
  r.response
8201
8176
  ), r.response.headers = lt.from(r.response.headers))), Promise.reject(r);
8202
8177
  });
8203
8178
  }
8204
- const Ii = (t) => t instanceof lt ? t.toJSON() : t;
8179
+ const Ei = (t) => t instanceof lt ? t.toJSON() : t;
8205
8180
  function $t(t, e) {
8206
8181
  e = e || {};
8207
8182
  const n = {};
@@ -8261,23 +8236,23 @@ function $t(t, e) {
8261
8236
  socketPath: s,
8262
8237
  responseEncoding: s,
8263
8238
  validateStatus: l,
8264
- headers: (c, d) => o(Ii(c), Ii(d), !0)
8239
+ headers: (c, d) => o(Ei(c), Ei(d), !0)
8265
8240
  };
8266
8241
  return v.forEach(Object.keys(Object.assign({}, t, e)), function(d) {
8267
8242
  const f = a[d] || o, y = f(t[d], e[d], d);
8268
8243
  v.isUndefined(y) && f !== l || (n[d] = y);
8269
8244
  }), n;
8270
8245
  }
8271
- const Gs = "1.6.5", so = {};
8246
+ const Ws = "1.6.5", so = {};
8272
8247
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((t, e) => {
8273
8248
  so[t] = function(r) {
8274
8249
  return typeof r === t || "a" + (e < 1 ? "n " : " ") + t;
8275
8250
  };
8276
8251
  });
8277
- const ki = {};
8252
+ const Ci = {};
8278
8253
  so.transitional = function(e, n, r) {
8279
8254
  function o(i, s) {
8280
- return "[Axios v" + Gs + "] Transitional option '" + i + "'" + s + (r ? ". " + r : "");
8255
+ return "[Axios v" + Ws + "] Transitional option '" + i + "'" + s + (r ? ". " + r : "");
8281
8256
  }
8282
8257
  return (i, s, l) => {
8283
8258
  if (e === !1)
@@ -8285,7 +8260,7 @@ so.transitional = function(e, n, r) {
8285
8260
  o(s, " has been removed" + (n ? " in " + n : "")),
8286
8261
  re.ERR_DEPRECATED
8287
8262
  );
8288
- return n && !ki[s] && (ki[s] = !0, console.warn(
8263
+ return n && !Ci[s] && (Ci[s] = !0, console.warn(
8289
8264
  o(
8290
8265
  s,
8291
8266
  " has been deprecated since v" + n + " and will be removed in the near future"
@@ -8293,7 +8268,7 @@ so.transitional = function(e, n, r) {
8293
8268
  )), e ? e(i, s, l) : !0;
8294
8269
  };
8295
8270
  };
8296
- function Up(t, e, n) {
8271
+ function $p(t, e, n) {
8297
8272
  if (typeof t != "object")
8298
8273
  throw new re("options must be an object", re.ERR_BAD_OPTION_VALUE);
8299
8274
  const r = Object.keys(t);
@@ -8311,14 +8286,14 @@ function Up(t, e, n) {
8311
8286
  }
8312
8287
  }
8313
8288
  const Dr = {
8314
- assertOptions: Up,
8289
+ assertOptions: $p,
8315
8290
  validators: so
8316
8291
  }, ut = Dr.validators;
8317
8292
  class $n {
8318
8293
  constructor(e) {
8319
8294
  this.defaults = e, this.interceptors = {
8320
- request: new Ai(),
8321
- response: new Ai()
8295
+ request: new bi(),
8296
+ response: new bi()
8322
8297
  };
8323
8298
  }
8324
8299
  /**
@@ -8363,7 +8338,7 @@ class $n {
8363
8338
  });
8364
8339
  let d, f = 0, y;
8365
8340
  if (!a) {
8366
- const _ = [xi.bind(this), void 0];
8341
+ const _ = [_i.bind(this), void 0];
8367
8342
  for (_.unshift.apply(_, l), _.push.apply(_, c), y = _.length, d = Promise.resolve(n); f < y; )
8368
8343
  d = d.then(_[f++], _[f++]);
8369
8344
  return d;
@@ -8380,7 +8355,7 @@ class $n {
8380
8355
  }
8381
8356
  }
8382
8357
  try {
8383
- d = xi.call(this, b);
8358
+ d = _i.call(this, b);
8384
8359
  } catch (_) {
8385
8360
  return Promise.reject(_);
8386
8361
  }
@@ -8390,8 +8365,8 @@ class $n {
8390
8365
  }
8391
8366
  getUri(e) {
8392
8367
  e = $t(this.defaults, e);
8393
- const n = zs(e.baseURL, e.url);
8394
- return Hs(n, e.params, e.paramsSerializer);
8368
+ const n = Vs(e.baseURL, e.url);
8369
+ return Ns(n, e.params, e.paramsSerializer);
8395
8370
  }
8396
8371
  }
8397
8372
  v.forEach(["delete", "get", "head", "options"], function(e) {
@@ -8487,13 +8462,13 @@ class ao {
8487
8462
  };
8488
8463
  }
8489
8464
  }
8490
- const Hp = ao;
8491
- function jp(t) {
8465
+ const Dp = ao;
8466
+ function Bp(t) {
8492
8467
  return function(n) {
8493
8468
  return t.apply(null, n);
8494
8469
  };
8495
8470
  }
8496
- function Vp(t) {
8471
+ function Np(t) {
8497
8472
  return v.isObject(t) && t.isAxiosError === !0;
8498
8473
  }
8499
8474
  const Br = {
@@ -8564,34 +8539,34 @@ const Br = {
8564
8539
  Object.entries(Br).forEach(([t, e]) => {
8565
8540
  Br[e] = t;
8566
8541
  });
8567
- const Kp = Br;
8568
- function Js(t) {
8569
- const e = new On(t), n = Ts(On.prototype.request, e);
8542
+ const Mp = Br;
8543
+ function zs(t) {
8544
+ const e = new On(t), n = xs(On.prototype.request, e);
8570
8545
  return v.extend(n, On.prototype, e, { allOwnKeys: !0 }), v.extend(n, e, null, { allOwnKeys: !0 }), n.create = function(o) {
8571
- return Js($t(t, o));
8546
+ return zs($t(t, o));
8572
8547
  }, n;
8573
8548
  }
8574
- const ge = Js(io);
8549
+ const ge = zs(io);
8575
8550
  ge.Axios = On;
8576
8551
  ge.CanceledError = bn;
8577
- ge.CancelToken = Hp;
8578
- ge.isCancel = Ws;
8579
- ge.VERSION = Gs;
8552
+ ge.CancelToken = Dp;
8553
+ ge.isCancel = js;
8554
+ ge.VERSION = Ws;
8580
8555
  ge.toFormData = zn;
8581
8556
  ge.AxiosError = re;
8582
8557
  ge.Cancel = ge.CanceledError;
8583
8558
  ge.all = function(e) {
8584
8559
  return Promise.all(e);
8585
8560
  };
8586
- ge.spread = jp;
8587
- ge.isAxiosError = Vp;
8561
+ ge.spread = Bp;
8562
+ ge.isAxiosError = Np;
8588
8563
  ge.mergeConfig = $t;
8589
8564
  ge.AxiosHeaders = lt;
8590
- ge.formToJSON = (t) => Ks(v.isHTMLForm(t) ? new FormData(t) : t);
8591
- ge.getAdapter = qs.getAdapter;
8592
- ge.HttpStatusCode = Kp;
8565
+ ge.formToJSON = (t) => Hs(v.isHTMLForm(t) ? new FormData(t) : t);
8566
+ ge.getAdapter = Ks.getAdapter;
8567
+ ge.HttpStatusCode = Mp;
8593
8568
  ge.default = ge;
8594
- class Wp {
8569
+ class Up {
8595
8570
  constructor(e) {
8596
8571
  We(this, "keycloak");
8597
8572
  We(this, "axios");
@@ -8615,7 +8590,7 @@ class Wp {
8615
8590
  * @param r
8616
8591
  */
8617
8592
  HandleThen(e) {
8618
- const n = new yi(), r = this.ParseAppResult(e.data);
8593
+ const n = new pi(), r = this.ParseAppResult(e.data);
8619
8594
  return r === null ? (n.value = e.data, n) : r.hasError ? (r.errors.forEach((o) => n.WithError(o)), n.httpStatusCode = r.httpStatusCode, n) : (n.value = e.data.value, n);
8620
8595
  }
8621
8596
  /**
@@ -8625,7 +8600,7 @@ class Wp {
8625
8600
  */
8626
8601
  HandleCatch(e) {
8627
8602
  var o;
8628
- const n = new yi(), r = this.ParseAppResult((o = e.response) == null ? void 0 : o.data);
8603
+ const n = new pi(), r = this.ParseAppResult((o = e.response) == null ? void 0 : o.data);
8629
8604
  return r === null ? n.WithError(e.message) : (n.WithErrors(r.errors), n.httpStatusCode = r.httpStatusCode), n;
8630
8605
  }
8631
8606
  async SilentLogin() {
@@ -8698,25 +8673,25 @@ class Wp {
8698
8673
  return !e || !n ? !0 : n - Math.ceil((/* @__PURE__ */ new Date()).getTime() / 1e3) + (this.keycloak.timeSkew ?? 0) < 10;
8699
8674
  }
8700
8675
  }
8701
- const nm = (t) => new Wp(t);
8676
+ const Zp = (t) => new Up(t);
8702
8677
  kr.SetInitialTheme();
8703
8678
  export {
8704
- yi as AppResult,
8705
- Wp as AxiosClient,
8706
- Fa as SfButton,
8707
- Xp as SfContent,
8708
- Oa as SfDrawer,
8679
+ pi as AppResult,
8680
+ Up as AxiosClient,
8681
+ Oa as SfButton,
8682
+ qp as SfContent,
8683
+ ka as SfDrawer,
8709
8684
  wt as SfIcon,
8710
- Jp as SfLayout,
8711
- Qp as SfMessage,
8712
- Yp as SfNavMenuLink,
8713
- em as SfPanelMenu,
8714
- Zp as SfTabNavigation,
8715
- Fi as SfTooltip,
8716
- Gp as UseAlertService,
8717
- tm as UseAuthService,
8718
- nm as UseAxiosClient,
8719
- Wc as UseConfirmService,
8720
- Oi as UseNavMenuService
8685
+ Wp as SfLayout,
8686
+ Jp as SfMessage,
8687
+ zp as SfNavMenuLink,
8688
+ Yp as SfPanelMenu,
8689
+ Gp as SfTabNavigation,
8690
+ Oi as SfTooltip,
8691
+ Kp as UseAlertService,
8692
+ Xp as UseAuthService,
8693
+ Zp as UseAxiosClient,
8694
+ jc as UseConfirmService,
8695
+ ki as UseNavMenuService
8721
8696
  };
8722
8697
  //# sourceMappingURL=sf.prefeiturasp.vuecomponents.es.js.map