jplan-pack 0.6.563 → 0.6.565

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,4 +1,4 @@
1
- import { defineComponent as Te, resolveComponent as dr, unref as re, openBlock as x, createElementBlock as oe, createVNode as A, withCtx as k, normalizeStyle as Ka, createCommentVNode as ge, Fragment as ht, createBlock as Q, resolveDynamicComponent as za, createTextVNode as H, toDisplayString as we, useSlots as XR, mergeProps as Et, renderSlot as Se, effectScope as Uv, ref as ee, markRaw as bo, toRaw as Ii, watch as xi, hasInjectionContext as ZR, inject as Hv, getCurrentInstance as Va, reactive as ek, isRef as Oo, isReactive as uh, toRef as Gu, nextTick as Pd, computed as Pt, getCurrentScope as tk, onScopeDispose as nk, toRefs as jm, onUnmounted as dh, onMounted as Fv, normalizeClass as Oa, createElementVNode as te, toHandlers as rk, withModifiers as Bv, TransitionGroup as ok, renderList as oo, provide as ik, createApp as ak, normalizeProps as sk, guardReactiveProps as ck, mergeModels as Rc, useModel as Ri, createSlots as lk, h as wa, withKeys as uk, withDirectives as Ym, vShow as Jm, useAttrs as dk, onBeforeMount as hk } from "vue";
1
+ import { defineComponent as Te, resolveComponent as Dr, unref as re, openBlock as x, createElementBlock as oe, createVNode as A, withCtx as k, normalizeStyle as Ka, createCommentVNode as ge, Fragment as ht, createBlock as Q, resolveDynamicComponent as za, createTextVNode as H, toDisplayString as we, useSlots as XR, mergeProps as Et, renderSlot as Se, effectScope as Uv, ref as ee, markRaw as bo, toRaw as Ii, watch as xi, hasInjectionContext as ZR, inject as Hv, getCurrentInstance as Va, reactive as ek, isRef as Oo, isReactive as uh, toRef as Gu, nextTick as Pd, computed as Pt, getCurrentScope as tk, onScopeDispose as nk, toRefs as jm, onUnmounted as dh, onMounted as Fv, normalizeClass as Oa, createElementVNode as te, toHandlers as rk, withModifiers as Bv, TransitionGroup as ok, renderList as oo, provide as ik, createApp as ak, normalizeProps as sk, guardReactiveProps as ck, mergeModels as Rc, useModel as Ri, createSlots as lk, h as wa, withKeys as uk, withDirectives as Ym, vShow as Jm, useAttrs as dk, onBeforeMount as hk } from "vue";
2
2
  import * as fk from "@vueuse/core";
3
3
  import { useClipboard as gk, useIntervalFn as mk } from "@vueuse/core";
4
4
  import { VBtn as je } from "vuetify/lib/components/VBtn/index.mjs";
@@ -7,7 +7,7 @@ import { VIcon as kc } from "vuetify/lib/components/VIcon/index.mjs";
7
7
  import { VCard as Ma, VCardTitle as hh, VCardText as Na, VCardActions as _a } from "vuetify/lib/components/VCard/index.mjs";
8
8
  import { VDialog as uc } from "vuetify/lib/components/VDialog/index.mjs";
9
9
  import { VDivider as Po } from "vuetify/lib/components/VDivider/index.mjs";
10
- import { VCol as Ot, VSpacer as Da, VRow as hr } from "vuetify/lib/components/VGrid/index.mjs";
10
+ import { VCol as Ot, VSpacer as Da, VRow as dr } from "vuetify/lib/components/VGrid/index.mjs";
11
11
  import { VAvatar as Kv } from "vuetify/lib/components/VAvatar/index.mjs";
12
12
  import { VImg as fh } from "vuetify/lib/components/VImg/index.mjs";
13
13
  import { VList as zv, VListItem as dc, VListItemAction as Ek, VListItemTitle as hc, VListItemSubtitle as ju } from "vuetify/lib/components/VList/index.mjs";
@@ -30,7 +30,7 @@ const kk = { key: 0 }, Ok = { key: 1 }, gh = /* @__PURE__ */ Te({
30
30
  setup(r) {
31
31
  const e = r, { copy: t, copied: n, isSupported: i } = gk();
32
32
  return (s, c) => {
33
- const u = dr("CopyIcon");
33
+ const u = Dr("CopyIcon");
34
34
  return re(i) ? (x(), oe("span", kk, [
35
35
  A(je, {
36
36
  icon: "",
@@ -278,10 +278,10 @@ const La = (r) => fa = r, Yv = process.env.NODE_ENV !== "production" ? Symbol("p
278
278
  function ki(r) {
279
279
  return r && typeof r == "object" && Object.prototype.toString.call(r) === "[object Object]" && typeof r.toJSON != "function";
280
280
  }
281
- var fr;
281
+ var hr;
282
282
  (function(r) {
283
283
  r.direct = "direct", r.patchObject = "patch object", r.patchFunction = "patch function";
284
- })(fr || (fr = {}));
284
+ })(hr || (hr = {}));
285
285
  const So = typeof window < "u", Xm = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof global == "object" && global.global === global ? global : typeof globalThis == "object" ? globalThis : { HTMLElement: null };
286
286
  function Bk(r, { autoBom: e = !1 } = {}) {
287
287
  return e && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(r.type) ? new Blob(["\uFEFF", r], { type: r.type }) : r;
@@ -405,18 +405,18 @@ async function qk(r) {
405
405
  Ct("Failed to export the state as JSON. Check the console for more details.", "error"), console.error(e);
406
406
  }
407
407
  }
408
- let Or;
408
+ let kr;
409
409
  function Gk() {
410
- Or || (Or = document.createElement("input"), Or.type = "file", Or.accept = ".json");
410
+ kr || (kr = document.createElement("input"), kr.type = "file", kr.accept = ".json");
411
411
  function r() {
412
412
  return new Promise((e, t) => {
413
- Or.onchange = async () => {
414
- const n = Or.files;
413
+ kr.onchange = async () => {
414
+ const n = kr.files;
415
415
  if (!n)
416
416
  return e(null);
417
417
  const i = n.item(0);
418
418
  return e(i ? { text: await i.text(), file: i } : null);
419
- }, Or.oncancel = () => e(null), Or.onerror = t, Or.click();
419
+ }, kr.oncancel = () => e(null), kr.onerror = t, kr.click();
420
420
  });
421
421
  }
422
422
  return r;
@@ -506,11 +506,11 @@ function Qk(r) {
506
506
  }
507
507
  function Xk(r) {
508
508
  switch (r) {
509
- case fr.direct:
509
+ case hr.direct:
510
510
  return "mutation";
511
- case fr.patchFunction:
511
+ case hr.patchFunction:
512
512
  return "$patch";
513
- case fr.patchObject:
513
+ case hr.patchObject:
514
514
  return "$patch";
515
515
  default:
516
516
  return "unknown";
@@ -748,7 +748,7 @@ function tO(r, e) {
748
748
  data: Zk({ store: Gn(e.$id) }, Qk(c)),
749
749
  groupId: to
750
750
  };
751
- u === fr.patchFunction ? f.subtitle = "⤵️" : u === fr.patchObject ? f.subtitle = "🧩" : c && !Array.isArray(c) && (f.subtitle = c.type), c && (f.data["rawEvent(s)"] = {
751
+ u === hr.patchFunction ? f.subtitle = "⤵️" : u === hr.patchObject ? f.subtitle = "🧩" : c && !Array.isArray(c) && (f.subtitle = c.type), c && (f.data["rawEvent(s)"] = {
752
752
  _custom: {
753
753
  display: "DebuggerEvent",
754
754
  type: "object",
@@ -911,11 +911,11 @@ function aO(r, e, t = {}, n, i, s) {
911
911
  function W(X) {
912
912
  let Y;
913
913
  f = g = !1, process.env.NODE_ENV !== "production" && (E = []), typeof X == "function" ? (X(n.state.value[r]), Y = {
914
- type: fr.patchFunction,
914
+ type: hr.patchFunction,
915
915
  storeId: r,
916
916
  events: E
917
917
  }) : (iy(n.state.value[r], X), Y = {
918
- type: fr.patchObject,
918
+ type: hr.patchObject,
919
919
  payload: X,
920
920
  storeId: r,
921
921
  events: E
@@ -978,7 +978,7 @@ function aO(r, e, t = {}, n, i, s) {
978
978
  const De = ep(p, X, Y.detached, () => Ye()), Ye = c.run(() => xi(() => n.state.value[r], (Mt) => {
979
979
  (Y.flush === "sync" ? g : f) && X({
980
980
  storeId: r,
981
- type: fr.direct,
981
+ type: hr.direct,
982
982
  events: E
983
983
  }, Mt);
984
984
  }, Dn({}, h, Y)));
@@ -1167,7 +1167,7 @@ var cO = Object.defineProperty, op = Object.getOwnPropertySymbols, lO = Object.p
1167
1167
  for (var t of op(e))
1168
1168
  uO.call(e, t) && ip(r, t, e[t]);
1169
1169
  return r;
1170
- }, Zc = (r) => typeof r == "function", el = (r) => typeof r == "string", sy = (r) => el(r) && r.trim().length > 0, dO = (r) => typeof r == "number", Io = (r) => typeof r > "u", Ua = (r) => typeof r == "object" && r !== null, hO = (r) => gr(r, "tag") && sy(r.tag), cy = (r) => window.TouchEvent && r instanceof TouchEvent, ly = (r) => gr(r, "component") && uy(r.component), fO = (r) => Zc(r) || Ua(r), uy = (r) => !Io(r) && (el(r) || fO(r) || ly(r)), ap = (r) => Ua(r) && ["height", "width", "right", "left", "top", "bottom"].every((e) => dO(r[e])), gr = (r, e) => (Ua(r) || Zc(r)) && e in r, gO = /* @__PURE__ */ ((r) => () => r++)(0);
1170
+ }, Zc = (r) => typeof r == "function", el = (r) => typeof r == "string", sy = (r) => el(r) && r.trim().length > 0, dO = (r) => typeof r == "number", Io = (r) => typeof r > "u", Ua = (r) => typeof r == "object" && r !== null, hO = (r) => fr(r, "tag") && sy(r.tag), cy = (r) => window.TouchEvent && r instanceof TouchEvent, ly = (r) => fr(r, "component") && uy(r.component), fO = (r) => Zc(r) || Ua(r), uy = (r) => !Io(r) && (el(r) || fO(r) || ly(r)), ap = (r) => Ua(r) && ["height", "width", "right", "left", "top", "bottom"].every((e) => dO(r[e])), fr = (r, e) => (Ua(r) || Zc(r)) && e in r, gO = /* @__PURE__ */ ((r) => () => r++)(0);
1171
1171
  function Qu(r) {
1172
1172
  return cy(r) ? r.targetTouches[0].clientX : r.clientX;
1173
1173
  }
@@ -1183,7 +1183,7 @@ var mO = (r) => {
1183
1183
  }) : typeof r == "string" ? r : Ii(re(r)), pO = (r) => {
1184
1184
  if (typeof r == "string")
1185
1185
  return r;
1186
- const e = gr(r, "props") && Ua(r.props) ? r.props : {}, t = gr(r, "listeners") && Ua(r.listeners) ? r.listeners : {};
1186
+ const e = fr(r, "props") && Ua(r.props) ? r.props : {}, t = fr(r, "listeners") && Ua(r.listeners) ? r.listeners : {};
1187
1187
  return { component: Wa(r), props: e, listeners: t };
1188
1188
  }, vO = () => typeof window < "u", vh = class {
1189
1189
  constructor() {
@@ -1203,7 +1203,7 @@ var mO = (r) => {
1203
1203
  emit(r, e) {
1204
1204
  this.getHandlers(r).forEach((n) => n(e));
1205
1205
  }
1206
- }, yO = (r) => ["on", "off", "emit"].every((e) => gr(r, e) && Zc(r[e])), gn;
1206
+ }, yO = (r) => ["on", "off", "emit"].every((e) => fr(r, e) && Zc(r[e])), gn;
1207
1207
  (function(r) {
1208
1208
  r.SUCCESS = "success", r.ERROR = "error", r.WARNING = "warning", r.INFO = "info", r.DEFAULT = "default";
1209
1209
  })(gn || (gn = {}));
@@ -1507,13 +1507,13 @@ var WO = yy, wy = Te({
1507
1507
  props: xr.ICON,
1508
1508
  computed: {
1509
1509
  customIconChildren() {
1510
- return gr(this.customIcon, "iconChildren") ? this.trimValue(this.customIcon.iconChildren) : "";
1510
+ return fr(this.customIcon, "iconChildren") ? this.trimValue(this.customIcon.iconChildren) : "";
1511
1511
  },
1512
1512
  customIconClass() {
1513
- return el(this.customIcon) ? this.trimValue(this.customIcon) : gr(this.customIcon, "iconClass") ? this.trimValue(this.customIcon.iconClass) : "";
1513
+ return el(this.customIcon) ? this.trimValue(this.customIcon) : fr(this.customIcon, "iconClass") ? this.trimValue(this.customIcon.iconClass) : "";
1514
1514
  },
1515
1515
  customIconTag() {
1516
- return gr(this.customIcon, "iconTag") ? this.trimValue(this.customIcon.iconTag, "i") : "i";
1516
+ return fr(this.customIcon, "iconTag") ? this.trimValue(this.customIcon.iconTag, "i") : "i";
1517
1517
  },
1518
1518
  hasCustomIcon() {
1519
1519
  return this.customIconClass.length > 0;
@@ -1605,7 +1605,7 @@ var GO = wy, _y = Te({
1605
1605
  this.draggable && this.draggableCleanup(), this.pauseOnFocusLoss && this.focusCleanup();
1606
1606
  },
1607
1607
  methods: {
1608
- hasProp: gr,
1608
+ hasProp: fr,
1609
1609
  getVueComponentFromObj: Wa,
1610
1610
  closeToast() {
1611
1611
  this.eventBus.emit(mn.DISMISS, this.id);
@@ -1658,7 +1658,7 @@ var GO = wy, _y = Te({
1658
1658
  }
1659
1659
  }), jO = ["role"];
1660
1660
  function YO(r, e) {
1661
- const t = dr("Icon"), n = dr("CloseButton"), i = dr("ProgressBar");
1661
+ const t = Dr("Icon"), n = Dr("CloseButton"), i = Dr("ProgressBar");
1662
1662
  return x(), oe("div", {
1663
1663
  class: Oa(r.classes),
1664
1664
  style: Ka(r.draggableStyle),
@@ -1705,7 +1705,7 @@ var JO = _y, Cy = Te({
1705
1705
  props: xr.TRANSITION,
1706
1706
  emits: ["leave"],
1707
1707
  methods: {
1708
- hasProp: gr,
1708
+ hasProp: fr,
1709
1709
  leave(r) {
1710
1710
  r instanceof HTMLElement && (r.style.left = r.offsetLeft + "px", r.style.top = r.offsetTop + "px", r.style.width = getComputedStyle(r).width, r.style.position = "absolute");
1711
1711
  }
@@ -1797,7 +1797,7 @@ var XO = Cy, Ty = Te({
1797
1797
  }
1798
1798
  });
1799
1799
  function ZO(r, e) {
1800
- const t = dr("Toast"), n = dr("VtTransition");
1800
+ const t = Dr("Toast"), n = Dr("VtTransition");
1801
1801
  return x(), oe("div", null, [
1802
1802
  (x(!0), oe(ht, null, oo(r.positions, (i) => (x(), oe("div", { key: i }, [
1803
1803
  A(n, {
@@ -1864,7 +1864,7 @@ var yh = Symbol("VueToastification"), Ey = new vh(), n0 = (r, e) => {
1864
1864
  }, tF = (r) => {
1865
1865
  const e = Mc(r);
1866
1866
  Va() && ik(yh, e);
1867
- }, wr = (r) => {
1867
+ }, yr = (r) => {
1868
1868
  if (r)
1869
1869
  return Mc(r);
1870
1870
  const e = Va() ? Hv(yh, void 0) : void 0;
@@ -1903,7 +1903,7 @@ const o0 = { class: "d-flex align-center" }, i0 = { key: 1 }, a0 = { class: "ms-
1903
1903
  i.value = !1, c();
1904
1904
  }
1905
1905
  return (f, g) => {
1906
- const p = dr("ExclamationCircleIcon");
1906
+ const p = Dr("ExclamationCircleIcon");
1907
1907
  return x(), oe(ht, null, [
1908
1908
  f.variant === "global" ? (x(), Q(uc, {
1909
1909
  key: 0,
@@ -5534,27 +5534,24 @@ const pM = {
5534
5534
  emits: ["update:search"],
5535
5535
  setup(r) {
5536
5536
  const e = Ri(r, "search");
5537
- return (t, n) => {
5538
- const i = dr("SearchIcon");
5539
- return x(), Q(Ak, {
5540
- class: "bg-containerBg pa-1 rounded-sm elevation-1",
5541
- "persistent-placeholder": "",
5542
- placeholder: "Search",
5543
- variant: "plain",
5544
- "hide-details": "",
5545
- density: "compact",
5546
- modelValue: e.value,
5547
- "onUpdate:modelValue": n[0] || (n[0] = (s) => e.value = s)
5548
- }, {
5549
- "prepend-inner": k(() => [
5550
- A(i, {
5551
- size: "15",
5552
- class: "ma-1 me-1"
5553
- })
5554
- ]),
5555
- _: 1
5556
- }, 8, ["modelValue"]);
5557
- };
5537
+ return (t, n) => (x(), Q(Ak, {
5538
+ class: "bg-containerBg pa-1 rounded-sm elevation-1",
5539
+ "persistent-placeholder": "",
5540
+ placeholder: "Search",
5541
+ variant: "plain",
5542
+ "hide-details": "",
5543
+ density: "compact",
5544
+ modelValue: e.value,
5545
+ "onUpdate:modelValue": n[0] || (n[0] = (i) => e.value = i)
5546
+ }, {
5547
+ "prepend-inner": k(() => [
5548
+ A(re(p0), {
5549
+ size: "15",
5550
+ class: "ma-1 me-1"
5551
+ })
5552
+ ]),
5553
+ _: 1
5554
+ }, 8, ["modelValue"]));
5558
5555
  }
5559
5556
  }), TM = { class: "d-flex align-center w-100" }, EM = { class: "d-flex align-center" }, AM = { class: "d-flex align-center" }, bM = { class: "d-flex align-center ms-1" }, SM = /* @__PURE__ */ Te({
5560
5557
  __name: "TableHeader",
@@ -5575,7 +5572,7 @@ const pM = {
5575
5572
  modelValue: i.value,
5576
5573
  "onUpdate:modelValue": p[0] || (p[0] = (y) => i.value = y)
5577
5574
  }, null, 8, ["modelValue"]),
5578
- A(hr, {
5575
+ A(dr, {
5579
5576
  "no-gutters": "",
5580
5577
  align: "center"
5581
5578
  }, {
@@ -5660,13 +5657,7 @@ const pM = {
5660
5657
  class: "me-2",
5661
5658
  modelValue: n.value,
5662
5659
  "onUpdate:modelValue": p[2] || (p[2] = (y) => n.value = y)
5663
- }, null, 8, ["modelValue"]),
5664
- te("div", null, [
5665
- A(re(p0), {
5666
- class: "mt-1 me-2",
5667
- color: "rgb(var(--v-theme-lightprimary))"
5668
- })
5669
- ])
5660
+ }, null, 8, ["modelValue"])
5670
5661
  ]),
5671
5662
  _: 1
5672
5663
  })
@@ -5674,7 +5665,7 @@ const pM = {
5674
5665
  _: 3
5675
5666
  }),
5676
5667
  A(Po, { class: "my-4" }),
5677
- A(hr, {
5668
+ A(dr, {
5678
5669
  justify: "space-between",
5679
5670
  class: "align-center"
5680
5671
  }, {
@@ -5691,7 +5682,7 @@ const pM = {
5691
5682
  _: 3
5692
5683
  }),
5693
5684
  A(Da),
5694
- A(hr, {
5685
+ A(dr, {
5695
5686
  justify: "end",
5696
5687
  class: "align-center min-h-_JTable-header",
5697
5688
  "no-gutters": ""
@@ -5752,7 +5743,7 @@ const pM = {
5752
5743
  })
5753
5744
  ], 64));
5754
5745
  }
5755
- }), IM = /* @__PURE__ */ qa(SM, [["__scopeId", "data-v-90fa27aa"]]);
5746
+ }), IM = /* @__PURE__ */ qa(SM, [["__scopeId", "data-v-7af67dc2"]]);
5756
5747
  /*!
5757
5748
  * vue-draggable-next v2.2.0
5758
5749
  * (c) 2023 Anish George
@@ -5774,7 +5765,7 @@ function wp(r, e) {
5774
5765
  }
5775
5766
  return t;
5776
5767
  }
5777
- function vr(r) {
5768
+ function pr(r) {
5778
5769
  for (var e = 1; e < arguments.length; e++) {
5779
5770
  var t = arguments[e] != null ? arguments[e] : {};
5780
5771
  e % 2 ? wp(Object(t), !0).forEach(function(n) {
@@ -5913,14 +5904,14 @@ function Dy(r, e, t) {
5913
5904
  }
5914
5905
  return [];
5915
5906
  }
5916
- function mr() {
5907
+ function gr() {
5917
5908
  var r = document.scrollingElement;
5918
5909
  return r || document.documentElement;
5919
5910
  }
5920
5911
  function vt(r, e, t, n, i) {
5921
5912
  if (!(!r.getBoundingClientRect && r !== window)) {
5922
5913
  var s, c, u, h, f, g, p;
5923
- if (r !== window && r.parentNode && r !== mr() ? (s = r.getBoundingClientRect(), c = s.top, u = s.left, h = s.bottom, f = s.right, g = s.height, p = s.width) : (c = 0, u = 0, h = window.innerHeight, f = window.innerWidth, g = window.innerHeight, p = window.innerWidth), (e || t) && r !== window && (i = i || r.parentNode, !Br))
5914
+ if (r !== window && r.parentNode && r !== gr() ? (s = r.getBoundingClientRect(), c = s.top, u = s.left, h = s.bottom, f = s.right, g = s.height, p = s.width) : (c = 0, u = 0, h = window.innerHeight, f = window.innerWidth, g = window.innerHeight, p = window.innerWidth), (e || t) && r !== window && (i = i || r.parentNode, !Br))
5924
5915
  do
5925
5916
  if (i && i.getBoundingClientRect && (de(i, "transform") !== "none" || t && de(i, "position") !== "static")) {
5926
5917
  var y = i.getBoundingClientRect();
@@ -5946,7 +5937,7 @@ function Tp(r, e, t) {
5946
5937
  for (var n = no(r, !0), i = vt(r)[e]; n; ) {
5947
5938
  var s = vt(n)[t], c = void 0;
5948
5939
  if (c = i >= s, !c) return n;
5949
- if (n === mr()) break;
5940
+ if (n === gr()) break;
5950
5941
  n = no(n, !1);
5951
5942
  }
5952
5943
  return !1;
@@ -5976,7 +5967,7 @@ function Ln(r, e) {
5976
5967
  return t;
5977
5968
  }
5978
5969
  function Ep(r) {
5979
- var e = 0, t = 0, n = mr();
5970
+ var e = 0, t = 0, n = gr();
5980
5971
  if (r)
5981
5972
  do {
5982
5973
  var i = Ai(r), s = i.a, c = i.d;
@@ -5993,19 +5984,19 @@ function DM(r, e) {
5993
5984
  return -1;
5994
5985
  }
5995
5986
  function no(r, e) {
5996
- if (!r || !r.getBoundingClientRect) return mr();
5987
+ if (!r || !r.getBoundingClientRect) return gr();
5997
5988
  var t = r, n = !1;
5998
5989
  do
5999
5990
  if (t.clientWidth < t.scrollWidth || t.clientHeight < t.scrollHeight) {
6000
5991
  var i = de(t);
6001
5992
  if (t.clientWidth < t.scrollWidth && (i.overflowX == "auto" || i.overflowX == "scroll") || t.clientHeight < t.scrollHeight && (i.overflowY == "auto" || i.overflowY == "scroll")) {
6002
- if (!t.getBoundingClientRect || t === document.body) return mr();
5993
+ if (!t.getBoundingClientRect || t === document.body) return gr();
6003
5994
  if (n || e) return t;
6004
5995
  n = !0;
6005
5996
  }
6006
5997
  }
6007
5998
  while (t = t.parentNode);
6008
- return mr();
5999
+ return gr();
6009
6000
  }
6010
6001
  function xM(r, e) {
6011
6002
  if (r && e)
@@ -6050,7 +6041,7 @@ function UM() {
6050
6041
  target: i,
6051
6042
  rect: vt(i)
6052
6043
  });
6053
- var s = vr({}, r[r.length - 1].rect);
6044
+ var s = pr({}, r[r.length - 1].rect);
6054
6045
  if (i.thisAnimationDuration) {
6055
6046
  var c = Ai(i, !0);
6056
6047
  c && (s.top -= c.f, s.left -= c.e);
@@ -6120,9 +6111,9 @@ var ai = [], td = {
6120
6111
  };
6121
6112
  var s = e + "Global";
6122
6113
  ai.forEach(function(c) {
6123
- t[c.pluginName] && (t[c.pluginName][s] && t[c.pluginName][s](vr({
6114
+ t[c.pluginName] && (t[c.pluginName][s] && t[c.pluginName][s](pr({
6124
6115
  sortable: t
6125
- }, n)), t.options[c.pluginName] && t[c.pluginName][e] && t[c.pluginName][e](vr({
6116
+ }, n)), t.options[c.pluginName] && t[c.pluginName][e] && t[c.pluginName][e](pr({
6126
6117
  sortable: t
6127
6118
  }, n)));
6128
6119
  });
@@ -6162,7 +6153,7 @@ function BM(r) {
6162
6153
  bubbles: !0,
6163
6154
  cancelable: !0
6164
6155
  }) : (S = document.createEvent("Event"), S.initEvent(n, !0, !0)), S.to = c || t, S.from = u || t, S.item = i || t, S.clone = s, S.oldIndex = h, S.newIndex = f, S.oldDraggableIndex = g, S.newDraggableIndex = p, S.originalEvent = y, S.pullMode = E ? E.lastPutMode : void 0;
6165
- var K = vr(vr({}, C), ja.getEventProperties(n, e));
6156
+ var K = pr(pr({}, C), ja.getEventProperties(n, e));
6166
6157
  for (var $ in K)
6167
6158
  S[$] = K[$];
6168
6159
  t && t.dispatchEvent(S), P[W] && P[W].call(e, S);
@@ -6170,7 +6161,7 @@ function BM(r) {
6170
6161
  }
6171
6162
  var $M = ["evt"], Xt = function(e, t) {
6172
6163
  var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, i = n.evt, s = OM(n, $M);
6173
- ja.pluginEvent.bind(he)(e, t, vr({
6164
+ ja.pluginEvent.bind(he)(e, t, pr({
6174
6165
  dragEl: V,
6175
6166
  parentEl: rt,
6176
6167
  ghostEl: ye,
@@ -6205,7 +6196,7 @@ var $M = ["evt"], Xt = function(e, t) {
6205
6196
  }, s));
6206
6197
  };
6207
6198
  function Wt(r) {
6208
- BM(vr({
6199
+ BM(pr({
6209
6200
  putSortable: kt,
6210
6201
  cloneEl: ot,
6211
6202
  targetEl: V,
@@ -6513,7 +6504,7 @@ he.prototype = /** @lends Sortable.prototype */
6513
6504
  if (Qs) {
6514
6505
  for (Lt = e; de(Lt, "position") === "static" && de(Lt, "transform") === "none" && Lt !== document; )
6515
6506
  Lt = Lt.parentNode;
6516
- Lt !== document.body && Lt !== document.documentElement ? (Lt === document && (Lt = mr()), t.top += Lt.scrollTop, t.left += Lt.scrollLeft) : Lt = mr(), od = Ep(Lt);
6507
+ Lt !== document.body && Lt !== document.documentElement ? (Lt === document && (Lt = gr()), t.top += Lt.scrollTop, t.left += Lt.scrollLeft) : Lt = gr(), od = Ep(Lt);
6517
6508
  }
6518
6509
  ye = V.cloneNode(!0), ln(ye, n.ghostClass, !1), ln(ye, n.fallbackClass, !0), ln(ye, n.dragClass, !0), de(ye, "transition", ""), de(ye, "transform", ""), de(ye, "box-sizing", "border-box"), de(ye, "margin", 0), de(ye, "top", t.top), de(ye, "left", t.left), de(ye, "width", t.width), de(ye, "height", t.height), de(ye, "opacity", "0.8"), de(ye, "position", Qs ? "absolute" : "fixed"), de(ye, "zIndex", "100000"), de(ye, "pointerEvents", "none"), he.ghost = ye, e.appendChild(ye), de(ye, "transform-origin", Ap / parseInt(ye.style.width) * 100 + "% " + bp / parseInt(ye.style.height) * 100 + "%");
6519
6510
  }
@@ -6538,7 +6529,7 @@ he.prototype = /** @lends Sortable.prototype */
6538
6529
  var t = this.el, n = e.target, i, s, c, u = this.options, h = u.group, f = he.active, g = Ys === h, p = u.sort, y = kt || f, E, C = this, S = !1;
6539
6530
  if (xd) return;
6540
6531
  function P(ct, Nt) {
6541
- Xt(ct, C, vr({
6532
+ Xt(ct, C, pr({
6542
6533
  evt: e,
6543
6534
  isOwner: g,
6544
6535
  axis: E ? "vertical" : "horizontal",
@@ -6868,7 +6859,7 @@ he.mount = function() {
6868
6859
  e[0].constructor === Array && (e = e[0]), e.forEach(function(n) {
6869
6860
  if (!n.prototype || !n.prototype.constructor)
6870
6861
  throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(n));
6871
- n.utils && (he.utils = vr(vr({}, he.utils), n.utils)), ja.mount(n);
6862
+ n.utils && (he.utils = pr(pr({}, he.utils), n.utils)), ja.mount(n);
6872
6863
  });
6873
6864
  };
6874
6865
  he.create = function(r, e) {
@@ -6916,7 +6907,7 @@ function eN() {
6916
6907
  f !== h && (h = f, Tc()), cd(t, i.options, f, n);
6917
6908
  }, 10), ad = s, sd = c);
6918
6909
  } else {
6919
- if (!this.options.bubbleScroll || no(u, !0) === mr()) {
6910
+ if (!this.options.bubbleScroll || no(u, !0) === gr()) {
6920
6911
  Tc();
6921
6912
  return;
6922
6913
  }
@@ -6938,7 +6929,7 @@ function Ip() {
6938
6929
  }
6939
6930
  var cd = xy(function(r, e, t, n) {
6940
6931
  if (e.scroll) {
6941
- var i = (r.touches ? r.touches[0] : r).clientX, s = (r.touches ? r.touches[0] : r).clientY, c = e.scrollSensitivity, u = e.scrollSpeed, h = mr(), f = !1, g;
6932
+ var i = (r.touches ? r.touches[0] : r).clientX, s = (r.touches ? r.touches[0] : r).clientY, c = e.scrollSensitivity, u = e.scrollSpeed, h = gr(), f = !1, g;
6942
6933
  Ud !== t && (Ud = t, Tc(), ma = e.scroll, g = e.scrollFn, ma === !0 && (ma = no(t, !0)));
6943
6934
  var p = 0, y = ma;
6944
6935
  do {
@@ -7156,7 +7147,7 @@ const hN = {
7156
7147
  },
7157
7148
  methods: {
7158
7149
  getTag() {
7159
- return this.component ? dr(this.component) : this.tag;
7150
+ return this.component ? Dr(this.component) : this.tag;
7160
7151
  },
7161
7152
  updateOptions(r) {
7162
7153
  for (var e in r) {
@@ -7301,7 +7292,7 @@ const hN = {
7301
7292
  setup(r) {
7302
7293
  const e = Ri(r, "modelValue"), t = ee("");
7303
7294
  return (n, i) => {
7304
- const s = dr("v-list-item-content");
7295
+ const s = Dr("v-list-item-content");
7305
7296
  return x(), Q(tl, {
7306
7297
  "dd-id": "col-settings",
7307
7298
  buttons: !1,
@@ -7404,7 +7395,7 @@ const hN = {
7404
7395
  default: k(() => [
7405
7396
  A(_a, null, {
7406
7397
  default: k(() => [
7407
- A(hr, {
7398
+ A(dr, {
7408
7399
  "no-gutters": "",
7409
7400
  align: "center",
7410
7401
  justify: "end"
@@ -7419,7 +7410,7 @@ const hN = {
7419
7410
  }),
7420
7411
  A(hh, null, {
7421
7412
  default: k(() => [
7422
- A(hr, {
7413
+ A(dr, {
7423
7414
  "no-gutters": "",
7424
7415
  align: "center",
7425
7416
  justify: "center"
@@ -7475,7 +7466,7 @@ const hN = {
7475
7466
  itemKey: {}
7476
7467
  },
7477
7468
  setup(r) {
7478
- return (e, t) => (x(), Q(hr, {
7469
+ return (e, t) => (x(), Q(dr, {
7479
7470
  class: "mt-5 border tb-cards-h",
7480
7471
  wrap: ""
7481
7472
  }, {
@@ -7576,7 +7567,7 @@ const hN = {
7576
7567
  },
7577
7568
  setup(r) {
7578
7569
  return (e, t) => (x(), oe("div", bN, [
7579
- A(hr, {
7570
+ A(dr, {
7580
7571
  "no-gutters": "",
7581
7572
  class: "align-end",
7582
7573
  align: "center",
@@ -7811,7 +7802,7 @@ const hN = {
7811
7802
  ]),
7812
7803
  A(Na, { class: "pa-0 mx-0 align-content-end" }, {
7813
7804
  default: k(() => [
7814
- A(hr, {
7805
+ A(dr, {
7815
7806
  justify: "space-between",
7816
7807
  class: "mt-4"
7817
7808
  }, {
@@ -7966,7 +7957,7 @@ const hN = {
7966
7957
  ])
7967
7958
  ]),
7968
7959
  te("div", jN, [
7969
- A(hr, {
7960
+ A(dr, {
7970
7961
  "no-gutters": "",
7971
7962
  justify: "space-between",
7972
7963
  class: "w-100"
@@ -8327,14 +8318,14 @@ function Qy(r, e) {
8327
8318
  return new Xe(r, e ? `${xp[r]} ${e}` : xp[r]);
8328
8319
  }
8329
8320
  /*! @azure/msal-common v14.16.0 2024-11-05 */
8330
- const Ih = "client_info_decoding_error", Xy = "client_info_empty_error", Rh = "token_parsing_error", Zy = "null_or_empty_token", Mr = "endpoints_resolution_error", ew = "network_error", tw = "openid_config_error", nw = "hash_not_deserialized", Pi = "invalid_state", rw = "state_mismatch", Bc = "state_not_found", ow = "nonce_mismatch", kh = "auth_time_not_found", iw = "max_age_transpired", aD = "multiple_matching_tokens", sD = "multiple_matching_accounts", aw = "multiple_matching_appMetadata", sw = "request_cannot_be_made", cw = "cannot_remove_empty_scope", lw = "cannot_append_scopeset", $d = "empty_input_scopeset", cD = "device_code_polling_cancelled", lD = "device_code_expired", uD = "device_code_unknown_error", Oh = "no_account_in_silent_request", uw = "invalid_cache_record", Ph = "invalid_cache_environment", Kd = "no_account_found", zd = "no_crypto_object", Vd = "unexpected_credential_type", dD = "invalid_assertion", hD = "invalid_client_credential", Nr = "token_refresh_required", fD = "user_timeout_reached", dw = "token_claims_cnf_required_for_signedjwt", hw = "authorization_code_missing_from_server_response", fw = "binding_key_not_removed", gw = "end_session_endpoint_not_supported", Mh = "key_id_missing", gD = "no_network_connectivity", mD = "user_canceled", pD = "missing_tenant_id_error", be = "method_not_implemented", vD = "nested_app_auth_bridge_disabled";
8321
+ const Ih = "client_info_decoding_error", Xy = "client_info_empty_error", Rh = "token_parsing_error", Zy = "null_or_empty_token", Pr = "endpoints_resolution_error", ew = "network_error", tw = "openid_config_error", nw = "hash_not_deserialized", Pi = "invalid_state", rw = "state_mismatch", Bc = "state_not_found", ow = "nonce_mismatch", kh = "auth_time_not_found", iw = "max_age_transpired", aD = "multiple_matching_tokens", sD = "multiple_matching_accounts", aw = "multiple_matching_appMetadata", sw = "request_cannot_be_made", cw = "cannot_remove_empty_scope", lw = "cannot_append_scopeset", $d = "empty_input_scopeset", cD = "device_code_polling_cancelled", lD = "device_code_expired", uD = "device_code_unknown_error", Oh = "no_account_in_silent_request", uw = "invalid_cache_record", Ph = "invalid_cache_environment", Kd = "no_account_found", zd = "no_crypto_object", Vd = "unexpected_credential_type", dD = "invalid_assertion", hD = "invalid_client_credential", Mr = "token_refresh_required", fD = "user_timeout_reached", dw = "token_claims_cnf_required_for_signedjwt", hw = "authorization_code_missing_from_server_response", fw = "binding_key_not_removed", gw = "end_session_endpoint_not_supported", Mh = "key_id_missing", gD = "no_network_connectivity", mD = "user_canceled", pD = "missing_tenant_id_error", be = "method_not_implemented", vD = "nested_app_auth_bridge_disabled";
8331
8322
  /*! @azure/msal-common v14.16.0 2024-11-05 */
8332
8323
  const Lp = {
8333
8324
  [Ih]: "The client info could not be parsed/decoded correctly",
8334
8325
  [Xy]: "The client info was empty",
8335
8326
  [Rh]: "Token cannot be parsed",
8336
8327
  [Zy]: "The token is null or empty",
8337
- [Mr]: "Endpoints cannot be resolved",
8328
+ [Pr]: "Endpoints cannot be resolved",
8338
8329
  [ew]: "Network request failed",
8339
8330
  [tw]: "Could not retrieve endpoints. Check your authority and verify the .well-known/openid-configuration endpoint returns the required endpoints.",
8340
8331
  [nw]: "The hash parameters could not be deserialized",
@@ -8362,7 +8353,7 @@ const Lp = {
8362
8353
  [Vd]: "Unexpected credential type.",
8363
8354
  [dD]: "Client assertion must meet requirements described in https://tools.ietf.org/html/rfc7515",
8364
8355
  [hD]: "Client credential (secret, certificate, or assertion) must not be empty when creating a confidential client. An application should at most have one credential",
8365
- [Nr]: "Cannot return token from cache because it must be refreshed. This may be due to one of the following reasons: forceRefresh parameter is set to true, claims have been requested, there is no cached access token or it is expired.",
8356
+ [Mr]: "Cannot return token from cache because it must be refreshed. This may be due to one of the following reasons: forceRefresh parameter is set to true, claims have been requested, there is no cached access token or it is expired.",
8366
8357
  [fD]: "User defined timeout for device code polling reached",
8367
8358
  [dw]: "Cannot generate a POP jwt if the token_claims are not populated",
8368
8359
  [hw]: "Server response does not contain an authorization code to proceed",
@@ -8609,15 +8600,15 @@ function pw(r, e) {
8609
8600
  throw B(iw);
8610
8601
  }
8611
8602
  /*! @azure/msal-common v14.16.0 2024-11-05 */
8612
- function yr() {
8603
+ function vr() {
8613
8604
  return Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3);
8614
8605
  }
8615
8606
  function Wd(r, e) {
8616
8607
  const t = Number(r) || 0;
8617
- return yr() + e > t;
8608
+ return vr() + e > t;
8618
8609
  }
8619
8610
  function wD(r) {
8620
- return Number(r) > yr();
8611
+ return Number(r) > vr();
8621
8612
  }
8622
8613
  /*! @azure/msal-common v14.16.0 2024-11-05 */
8623
8614
  function Ci(r) {
@@ -8645,7 +8636,7 @@ function cl(r, e, t, n, i, s, c, u, h, f, g, p, y, E, C) {
8645
8636
  homeAccountId: r,
8646
8637
  credentialType: ue.ACCESS_TOKEN,
8647
8638
  secret: t,
8648
- cachedAt: yr().toString(),
8639
+ cachedAt: vr().toString(),
8649
8640
  expiresOn: c.toString(),
8650
8641
  extendedExpiresOn: u.toString(),
8651
8642
  environment: e,
@@ -8737,7 +8728,7 @@ function kD(r, e) {
8737
8728
  return e ? r.indexOf(Fc.CACHE_KEY) === 0 && e.hasOwnProperty("aliases") && e.hasOwnProperty("preferred_cache") && e.hasOwnProperty("preferred_network") && e.hasOwnProperty("canonical_authority") && e.hasOwnProperty("authorization_endpoint") && e.hasOwnProperty("token_endpoint") && e.hasOwnProperty("issuer") && e.hasOwnProperty("aliasesFromNetwork") && e.hasOwnProperty("endpointsFromNetwork") && e.hasOwnProperty("expiresAt") && e.hasOwnProperty("jwks_uri") : !1;
8738
8729
  }
8739
8730
  function Bp() {
8740
- return yr() + Fc.REFRESH_TIME_SECONDS;
8731
+ return vr() + Fc.REFRESH_TIME_SECONDS;
8741
8732
  }
8742
8733
  function rc(r, e, t) {
8743
8734
  r.authorization_endpoint = e.authorization_endpoint, r.token_endpoint = e.token_endpoint, r.end_session_endpoint = e.end_session_endpoint, r.issuer = e.issuer, r.endpointsFromNetwork = t, r.jwks_uri = e.jwks_uri;
@@ -8746,7 +8737,7 @@ function hd(r, e, t) {
8746
8737
  r.aliases = e.aliases, r.preferred_cache = e.preferred_cache, r.preferred_network = e.preferred_network, r.aliasesFromNetwork = t;
8747
8738
  }
8748
8739
  function $p(r) {
8749
- return r.expiresAt <= yr();
8740
+ return r.expiresAt <= vr();
8750
8741
  }
8751
8742
  /*! @azure/msal-common v14.16.0 2024-11-05 */
8752
8743
  const yw = "redirect_uri_empty", OD = "claims_request_parsing_error", ww = "authority_uri_insecure", va = "url_parse_error", _w = "empty_url_error", Cw = "empty_input_scopes_error", Tw = "invalid_prompt_value", Lh = "invalid_claims", Ew = "token_request_empty", Aw = "logout_request_empty", bw = "invalid_code_challenge_method", Uh = "pkce_params_missing", Hh = "invalid_cloud_discovery_metadata", Sw = "invalid_authority_metadata", Iw = "untrusted_authority", ll = "missing_ssh_jwk", Rw = "missing_ssh_kid", PD = "missing_nonce_authentication_header", MD = "invalid_authentication_header", kw = "cannot_set_OIDCOptions", Ow = "cannot_allow_native_broker", Pw = "authority_mismatch";
@@ -11084,7 +11075,7 @@ class Ht {
11084
11075
  get authorizationEndpoint() {
11085
11076
  if (this.discoveryComplete())
11086
11077
  return this.replacePath(this.metadata.authorization_endpoint);
11087
- throw B(Mr);
11078
+ throw B(Pr);
11088
11079
  }
11089
11080
  /**
11090
11081
  * OAuth /token endpoint for requests
@@ -11092,12 +11083,12 @@ class Ht {
11092
11083
  get tokenEndpoint() {
11093
11084
  if (this.discoveryComplete())
11094
11085
  return this.replacePath(this.metadata.token_endpoint);
11095
- throw B(Mr);
11086
+ throw B(Pr);
11096
11087
  }
11097
11088
  get deviceCodeEndpoint() {
11098
11089
  if (this.discoveryComplete())
11099
11090
  return this.replacePath(this.metadata.token_endpoint.replace("/token", "/devicecode"));
11100
- throw B(Mr);
11091
+ throw B(Pr);
11101
11092
  }
11102
11093
  /**
11103
11094
  * OAuth logout endpoint for requests
@@ -11108,7 +11099,7 @@ class Ht {
11108
11099
  throw B(gw);
11109
11100
  return this.replacePath(this.metadata.end_session_endpoint);
11110
11101
  } else
11111
- throw B(Mr);
11102
+ throw B(Pr);
11112
11103
  }
11113
11104
  /**
11114
11105
  * OAuth issuer for requests
@@ -11116,7 +11107,7 @@ class Ht {
11116
11107
  get selfSignedJwtAudience() {
11117
11108
  if (this.discoveryComplete())
11118
11109
  return this.replacePath(this.metadata.issuer);
11119
- throw B(Mr);
11110
+ throw B(Pr);
11120
11111
  }
11121
11112
  /**
11122
11113
  * Jwks_uri for token signing keys
@@ -11124,7 +11115,7 @@ class Ht {
11124
11115
  get jwksUri() {
11125
11116
  if (this.discoveryComplete())
11126
11117
  return this.replacePath(this.metadata.jwks_uri);
11127
- throw B(Mr);
11118
+ throw B(Pr);
11128
11119
  }
11129
11120
  /**
11130
11121
  * Returns a flag indicating that tenant name can be replaced in authority {@link IUri}
@@ -11458,7 +11449,7 @@ Error Description: ${c.message}`);
11458
11449
  return N.DEFAULT_AUTHORITY_HOST;
11459
11450
  if (this.discoveryComplete())
11460
11451
  return this.metadata.preferred_cache;
11461
- throw B(Mr);
11452
+ throw B(Pr);
11462
11453
  }
11463
11454
  /**
11464
11455
  * Returns whether or not the provided host is an alias of this authority instance
@@ -11574,7 +11565,7 @@ async function Bw(r, e, t, n, i, s, c) {
11574
11565
  try {
11575
11566
  return await z(h.resolveEndpointsAsync.bind(h), R.AuthorityResolveEndpointsAsync, i, c, s)(), h;
11576
11567
  } catch {
11577
- throw B(Mr);
11568
+ throw B(Pr);
11578
11569
  }
11579
11570
  }
11580
11571
  /*! @azure/msal-common v14.16.0 2024-11-05 */
@@ -11905,7 +11896,7 @@ class Ni {
11905
11896
  const { resourceRequestMethod: s, resourceRequestUri: c, shrClaims: u, shrNonce: h, shrOptions: f } = n, g = c ? new Oe(c) : void 0, p = g == null ? void 0 : g.getUrlComponents();
11906
11897
  return this.cryptoUtils.signJwt({
11907
11898
  at: e,
11908
- ts: yr(),
11899
+ ts: vr(),
11909
11900
  m: s == null ? void 0 : s.toUpperCase(),
11910
11901
  u: p == null ? void 0 : p.HostNameAndPort,
11911
11902
  nonce: h || this.cryptoUtils.createNewGuid(),
@@ -12197,7 +12188,7 @@ class zw extends Wh {
12197
12188
  var u, h;
12198
12189
  if ((u = this.performanceClient) == null || u.addQueueMeasurement(R.AuthClientAcquireToken, e.correlationId), !e.code)
12199
12190
  throw B(sw);
12200
- const n = yr(), i = await z(this.executeTokenRequest.bind(this), R.AuthClientExecuteTokenRequest, this.logger, this.performanceClient, e.correlationId)(this.authority, e), s = (h = i.headers) == null ? void 0 : h[qt.X_MS_REQUEST_ID], c = new Do(this.config.authOptions.clientId, this.cacheManager, this.cryptoUtils, this.logger, this.config.serializableCache, this.config.persistencePlugin, this.performanceClient);
12191
+ const n = vr(), i = await z(this.executeTokenRequest.bind(this), R.AuthClientExecuteTokenRequest, this.logger, this.performanceClient, e.correlationId)(this.authority, e), s = (h = i.headers) == null ? void 0 : h[qt.X_MS_REQUEST_ID], c = new Do(this.config.authOptions.clientId, this.cacheManager, this.cryptoUtils, this.logger, this.config.serializableCache, this.config.persistencePlugin, this.performanceClient);
12201
12192
  return c.validateTokenResponse(i.body), z(c.handleServerTokenResponse.bind(c), R.HandleServerTokenResponse, this.logger, this.performanceClient, e.correlationId)(i.body, this.authority, n, e, t, void 0, void 0, void 0, s);
12202
12193
  }
12203
12194
  /**
@@ -12403,7 +12394,7 @@ class Yd extends Wh {
12403
12394
  async acquireToken(e) {
12404
12395
  var c, u;
12405
12396
  (c = this.performanceClient) == null || c.addQueueMeasurement(R.RefreshTokenClientAcquireToken, e.correlationId);
12406
- const t = yr(), n = await z(this.executeTokenRequest.bind(this), R.RefreshTokenClientExecuteTokenRequest, this.logger, this.performanceClient, e.correlationId)(e, this.authority), i = (u = n.headers) == null ? void 0 : u[qt.X_MS_REQUEST_ID], s = new Do(this.config.authOptions.clientId, this.cacheManager, this.cryptoUtils, this.logger, this.config.serializableCache, this.config.persistencePlugin);
12397
+ const t = vr(), n = await z(this.executeTokenRequest.bind(this), R.RefreshTokenClientExecuteTokenRequest, this.logger, this.performanceClient, e.correlationId)(e, this.authority), i = (u = n.headers) == null ? void 0 : u[qt.X_MS_REQUEST_ID], s = new Do(this.config.authOptions.clientId, this.cacheManager, this.cryptoUtils, this.logger, this.config.serializableCache, this.config.persistencePlugin);
12407
12398
  return s.validateTokenResponse(n.body), z(s.handleServerTokenResponse.bind(s), R.HandleServerTokenResponse, this.logger, this.performanceClient, e.correlationId)(n.body, this.authority, t, e, void 0, void 0, !0, e.forceCache, i);
12408
12399
  }
12409
12400
  /**
@@ -12541,7 +12532,7 @@ class Vx extends Wh {
12541
12532
  return i === Xr.PROACTIVELY_REFRESHED && (this.logger.info("SilentFlowClient:acquireCachedToken - Cached access token's refreshOn property has been exceeded'. It's not expired, but must be refreshed."), new Yd(this.config, this.performanceClient).acquireTokenByRefreshToken(e).catch(() => {
12542
12533
  })), n;
12543
12534
  } catch (n) {
12544
- if (n instanceof al && n.errorCode === Nr)
12535
+ if (n instanceof al && n.errorCode === Mr)
12545
12536
  return new Yd(this.config, this.performanceClient).acquireTokenByRefreshToken(e);
12546
12537
  throw n;
12547
12538
  }
@@ -12555,15 +12546,15 @@ class Vx extends Wh {
12555
12546
  (h = this.performanceClient) == null || h.addQueueMeasurement(R.SilentFlowClientAcquireCachedToken, e.correlationId);
12556
12547
  let t = Xr.NOT_APPLICABLE;
12557
12548
  if (e.forceRefresh || !this.config.cacheOptions.claimsBasedCachingEnabled && !Qn.isEmptyObj(e.claims))
12558
- throw this.setCacheOutcome(Xr.FORCE_REFRESH_OR_CLAIMS, e.correlationId), B(Nr);
12549
+ throw this.setCacheOutcome(Xr.FORCE_REFRESH_OR_CLAIMS, e.correlationId), B(Mr);
12559
12550
  if (!e.account)
12560
12551
  throw B(Oh);
12561
12552
  const n = e.account.tenantId || Nx(e.authority), i = this.cacheManager.getTokenKeys(), s = this.cacheManager.getAccessToken(e.account, e, i, n, this.performanceClient, e.correlationId);
12562
12553
  if (s) {
12563
12554
  if (wD(s.cachedAt) || Wd(s.expiresOn, this.config.systemOptions.tokenRenewalOffsetSeconds))
12564
- throw this.setCacheOutcome(Xr.CACHED_ACCESS_TOKEN_EXPIRED, e.correlationId), B(Nr);
12555
+ throw this.setCacheOutcome(Xr.CACHED_ACCESS_TOKEN_EXPIRED, e.correlationId), B(Mr);
12565
12556
  s.refreshOn && Wd(s.refreshOn, 0) && (t = Xr.PROACTIVELY_REFRESHED);
12566
- } else throw this.setCacheOutcome(Xr.NO_CACHED_ACCESS_TOKEN, e.correlationId), B(Nr);
12557
+ } else throw this.setCacheOutcome(Xr.NO_CACHED_ACCESS_TOKEN, e.correlationId), B(Mr);
12567
12558
  const c = e.authority || this.authority.getPreferredCache(), u = {
12568
12559
  account: this.cacheManager.readAccountFromCache(e.account),
12569
12560
  accessToken: s,
@@ -12873,23 +12864,23 @@ class Yx {
12873
12864
  /*! @azure/msal-browser v3.28.1 2025-01-14 */
12874
12865
  const Jh = "pkce_not_created", Jd = "crypto_nonexistent", fl = "empty_navigate_uri", Gw = "hash_empty_error", Qh = "no_state_in_hash", jw = "hash_does_not_contain_known_properties", Yw = "unable_to_parse_state", Jw = "state_interaction_type_mismatch", Qw = "interaction_in_progress", Xw = "popup_window_error", Zw = "empty_window_error", xo = "user_cancelled", Jx = "monitor_popup_timeout", e_ = "monitor_window_timeout", t_ = "redirect_in_iframe", n_ = "block_iframe_reload", r_ = "block_nested_popups", Qx = "iframe_closed_prematurely", gl = "silent_logout_unsupported", o_ = "no_account_error", Xx = "silent_prompt_value_error", i_ = "no_token_request_cache_error", a_ = "unable_to_parse_token_request_cache_error", Xh = "no_cached_authority_error", Zx = "auth_request_not_set_error", eL = "invalid_cache_type", ml = "non_browser_environment", vi = "database_not_open", Gc = "no_network_connectivity", s_ = "post_request_failed", c_ = "get_request_failed", Qd = "failed_to_parse_response", l_ = "unable_to_load_token", Zh = "crypto_key_not_found", u_ = "auth_code_required", d_ = "auth_code_or_nativeAccountId_required", h_ = "spa_code_and_nativeAccountId_present", ef = "database_unavailable", f_ = "unable_to_acquire_token_from_native_platform", g_ = "native_handshake_timeout", m_ = "native_extension_not_installed", Ja = "native_connection_not_established", p_ = "uninitialized_public_client_application", v_ = "native_prompt_not_supported", y_ = "invalid_base64_string", w_ = "invalid_pop_token_request", __ = "failed_to_build_headers", C_ = "failed_to_parse_headers";
12875
12866
  /*! @azure/msal-browser v3.28.1 2025-01-14 */
12876
- const Pr = "For more visit: aka.ms/msaljs/browser-errors", tL = {
12867
+ const Or = "For more visit: aka.ms/msaljs/browser-errors", tL = {
12877
12868
  [Jh]: "The PKCE code challenge and verifier could not be generated.",
12878
12869
  [Jd]: "The crypto object or function is not available.",
12879
12870
  [fl]: "Navigation URI is empty. Please check stack trace for more info.",
12880
- [Gw]: `Hash value cannot be processed because it is empty. Please verify that your redirectUri is not clearing the hash. ${Pr}`,
12871
+ [Gw]: `Hash value cannot be processed because it is empty. Please verify that your redirectUri is not clearing the hash. ${Or}`,
12881
12872
  [Qh]: "Hash does not contain state. Please verify that the request originated from msal.",
12882
- [jw]: `Hash does not contain known properites. Please verify that your redirectUri is not changing the hash. ${Pr}`,
12873
+ [jw]: `Hash does not contain known properites. Please verify that your redirectUri is not changing the hash. ${Or}`,
12883
12874
  [Yw]: "Unable to parse state. Please verify that the request originated from msal.",
12884
12875
  [Jw]: "Hash contains state but the interaction type does not match the caller.",
12885
- [Qw]: `Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. ${Pr}`,
12876
+ [Qw]: `Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. ${Or}`,
12886
12877
  [Xw]: "Error opening popup window. This can happen if you are using IE or if popups are blocked in the browser.",
12887
12878
  [Zw]: "window.open returned null or undefined window object.",
12888
12879
  [xo]: "User cancelled the flow.",
12889
- [Jx]: `Token acquisition in popup failed due to timeout. ${Pr}`,
12890
- [e_]: `Token acquisition in iframe failed due to timeout. ${Pr}`,
12880
+ [Jx]: `Token acquisition in popup failed due to timeout. ${Or}`,
12881
+ [e_]: `Token acquisition in iframe failed due to timeout. ${Or}`,
12891
12882
  [t_]: "Redirects are not supported for iframed or brokered applications. Please ensure you are using MSAL.js in a top frame of the window if using the redirect APIs, or use the popup APIs.",
12892
- [n_]: `Request was blocked inside an iframe because MSAL detected an authentication response. ${Pr}`,
12883
+ [n_]: `Request was blocked inside an iframe because MSAL detected an authentication response. ${Or}`,
12893
12884
  [r_]: "Request was blocked inside a popup because MSAL detected it was running in a popup.",
12894
12885
  [Qx]: "The iframe being monitored was closed prematurely.",
12895
12886
  [gl]: "Silent logout not supported. Please call logoutRedirect or logoutPopup instead.",
@@ -12912,11 +12903,11 @@ const Pr = "For more visit: aka.ms/msaljs/browser-errors", tL = {
12912
12903
  [d_]: "An authorization code or nativeAccountId must be provided to this flow.",
12913
12904
  [h_]: "Request cannot contain both spa code and native account id.",
12914
12905
  [ef]: "IndexedDB, which is required for persistent cryptographic key storage, is unavailable. This may be caused by browser privacy features which block persistent storage in third-party contexts.",
12915
- [f_]: `Unable to acquire token from native platform. ${Pr}`,
12906
+ [f_]: `Unable to acquire token from native platform. ${Or}`,
12916
12907
  [g_]: "Timed out while attempting to establish connection to browser extension",
12917
12908
  [m_]: "Native extension is not installed. If you think this is a mistake call the initialize function.",
12918
- [Ja]: `Connection to native platform has not been established. Please install a compatible browser extension and run initialize(). ${Pr}`,
12919
- [p_]: `You must call and await the initialize function before attempting to call any other MSAL API. ${Pr}`,
12909
+ [Ja]: `Connection to native platform has not been established. Please install a compatible browser extension and run initialize(). ${Or}`,
12910
+ [p_]: `You must call and await the initialize function before attempting to call any other MSAL API. ${Or}`,
12920
12911
  [v_]: "The provided prompt is not supported by the native platform. This request should be routed to the web based flow.",
12921
12912
  [y_]: "Invalid base64 encoded string.",
12922
12913
  [w_]: "Invalid PoP token request. The request should not have both a popKid value and signPopToken set to true.",
@@ -13151,7 +13142,7 @@ function af() {
13151
13142
  function yL() {
13152
13143
  return typeof window < "u" && !!window.opener && window.opener !== window && typeof window.name == "string" && window.name.indexOf(`${fn.POPUP_NAME_PREFIX}.`) === 0;
13153
13144
  }
13154
- function Dr() {
13145
+ function Nr() {
13155
13146
  return typeof window < "u" && window.location ? window.location.href.split("?")[0].split("#")[0] : "";
13156
13147
  }
13157
13148
  function wL() {
@@ -13320,7 +13311,7 @@ function RL({ auth: r, cache: e, system: t, telemetry: n }, i) {
13320
13311
  knownAuthorities: [],
13321
13312
  cloudDiscoveryMetadata: N.EMPTY_STRING,
13322
13313
  authorityMetadata: N.EMPTY_STRING,
13323
- redirectUri: typeof window < "u" ? Dr() : "",
13314
+ redirectUri: typeof window < "u" ? Nr() : "",
13324
13315
  postLogoutRedirectUri: N.EMPTY_STRING,
13325
13316
  navigateToLoginRequestUrl: !0,
13326
13317
  clientCapabilities: [],
@@ -13481,7 +13472,7 @@ class Lo extends cf {
13481
13472
  Lo.MODULE_NAME = "";
13482
13473
  Lo.ID = "StandardOperatingContext";
13483
13474
  /*! @azure/msal-browser v3.28.1 2025-01-14 */
13484
- function pr(r) {
13475
+ function mr(r) {
13485
13476
  return new TextDecoder().decode(OL(r));
13486
13477
  }
13487
13478
  function OL(r) {
@@ -13781,7 +13772,7 @@ class Di {
13781
13772
  * @param input
13782
13773
  */
13783
13774
  base64Decode(e) {
13784
- return pr(e);
13775
+ return mr(e);
13785
13776
  }
13786
13777
  /**
13787
13778
  * Encodes input string to base64 URL safe string.
@@ -14653,7 +14644,7 @@ class nh extends Mi {
14653
14644
  throw J(i_);
14654
14645
  let n;
14655
14646
  try {
14656
- n = JSON.parse(pr(t));
14647
+ n = JSON.parse(mr(t));
14657
14648
  } catch (i) {
14658
14649
  throw this.logger.errorPii(`Attempted to parse: ${t}`), this.logger.error(`Parsing cached token request threw with error: ${i}`), J(a_);
14659
14650
  }
@@ -14703,7 +14694,7 @@ class nh extends Mi {
14703
14694
  t && (this.browserStorage.removeItem(this.generateCacheKey(_t.ID_TOKEN)), this.logger.verbose("Cached MSAL.js v1 id token retrieved"));
14704
14695
  const n = t || e;
14705
14696
  if (n) {
14706
- const i = Ho(n, pr);
14697
+ const i = Ho(n, mr);
14707
14698
  if (i.preferred_username)
14708
14699
  return this.logger.verbose("No SSO params used and ADAL/MSAL v1 token retrieved, setting ADAL/MSAL v1 preferred_username as loginHint"), i.preferred_username;
14709
14700
  if (i.upn)
@@ -14744,7 +14735,7 @@ class nh extends Mi {
14744
14735
  e.scopes.join(" "),
14745
14736
  e.expiresOn ? e.expiresOn.getTime() / 1e3 : 0,
14746
14737
  e.extExpiresOn ? e.extExpiresOn.getTime() / 1e3 : 0,
14747
- pr,
14738
+ mr,
14748
14739
  void 0,
14749
14740
  // refreshOn
14750
14741
  e.tokenType,
@@ -14940,7 +14931,7 @@ class P_ {
14940
14931
  getRedirectUri(e) {
14941
14932
  this.logger.verbose("getRedirectUri called");
14942
14933
  const t = e || this.config.auth.redirectUri;
14943
- return Oe.getAbsoluteUrl(t, Dr());
14934
+ return Oe.getAbsoluteUrl(t, Nr());
14944
14935
  }
14945
14936
  /**
14946
14937
  *
@@ -15081,7 +15072,7 @@ class Ui extends P_ {
15081
15072
  this.logger.verbose("logoutHint was not set and account was not passed into logout request, logoutHint will not be set");
15082
15073
  else
15083
15074
  this.logger.verbose("logoutHint will not be set since no logout request was configured");
15084
- return !e || e.postLogoutRedirectUri !== null ? e && e.postLogoutRedirectUri ? (this.logger.verbose("Setting postLogoutRedirectUri to uri set on logout request", t.correlationId), t.postLogoutRedirectUri = Oe.getAbsoluteUrl(e.postLogoutRedirectUri, Dr())) : this.config.auth.postLogoutRedirectUri === null ? this.logger.verbose("postLogoutRedirectUri configured as null and no uri set on request, not passing post logout redirect", t.correlationId) : this.config.auth.postLogoutRedirectUri ? (this.logger.verbose("Setting postLogoutRedirectUri to configured uri", t.correlationId), t.postLogoutRedirectUri = Oe.getAbsoluteUrl(this.config.auth.postLogoutRedirectUri, Dr())) : (this.logger.verbose("Setting postLogoutRedirectUri to current page", t.correlationId), t.postLogoutRedirectUri = Oe.getAbsoluteUrl(Dr(), Dr())) : this.logger.verbose("postLogoutRedirectUri passed as null, not setting post logout redirect uri", t.correlationId), t;
15075
+ return !e || e.postLogoutRedirectUri !== null ? e && e.postLogoutRedirectUri ? (this.logger.verbose("Setting postLogoutRedirectUri to uri set on logout request", t.correlationId), t.postLogoutRedirectUri = Oe.getAbsoluteUrl(e.postLogoutRedirectUri, Nr())) : this.config.auth.postLogoutRedirectUri === null ? this.logger.verbose("postLogoutRedirectUri configured as null and no uri set on request, not passing post logout redirect", t.correlationId) : this.config.auth.postLogoutRedirectUri ? (this.logger.verbose("Setting postLogoutRedirectUri to configured uri", t.correlationId), t.postLogoutRedirectUri = Oe.getAbsoluteUrl(this.config.auth.postLogoutRedirectUri, Nr())) : (this.logger.verbose("Setting postLogoutRedirectUri to current page", t.correlationId), t.postLogoutRedirectUri = Oe.getAbsoluteUrl(Nr(), Nr())) : this.logger.verbose("postLogoutRedirectUri passed as null, not setting post logout redirect uri", t.correlationId), t;
15085
15076
  }
15086
15077
  /**
15087
15078
  * Parses login_hint ID Token Claim out of AccountInfo object to be used as
@@ -15292,7 +15283,7 @@ class Si extends P_ {
15292
15283
  */
15293
15284
  async acquireToken(e) {
15294
15285
  this.performanceClient.addQueueMeasurement(R.NativeInteractionClientAcquireToken, e.correlationId), this.logger.trace("NativeInteractionClient - acquireToken called.");
15295
- const t = this.performanceClient.startMeasurement(R.NativeInteractionClientAcquireToken, e.correlationId), n = yr();
15286
+ const t = this.performanceClient.startMeasurement(R.NativeInteractionClientAcquireToken, e.correlationId), n = vr();
15296
15287
  try {
15297
15288
  const i = await this.initializeNativeRequest(e);
15298
15289
  try {
@@ -15412,7 +15403,7 @@ class Si extends P_ {
15412
15403
  const c = {
15413
15404
  method: Ro.GetToken,
15414
15405
  request: s
15415
- }, u = yr();
15406
+ }, u = vr();
15416
15407
  try {
15417
15408
  this.logger.verbose("NativeInteractionClient - handleRedirectPromise sending message to native broker.");
15418
15409
  const h = await this.nativeMessageHandler.sendMessage(c);
@@ -15441,7 +15432,7 @@ class Si extends P_ {
15441
15432
  async handleNativeResponse(e, t, n) {
15442
15433
  var g;
15443
15434
  this.logger.trace("NativeInteractionClient - handleNativeResponse called.");
15444
- const i = Ho(e.id_token, pr), s = this.createHomeAccountIdentifier(e, i), c = (g = this.browserStorage.getAccountInfoFilteredBy({
15435
+ const i = Ho(e.id_token, mr), s = this.createHomeAccountIdentifier(e, i), c = (g = this.browserStorage.getAccountInfoFilteredBy({
15445
15436
  nativeAccountId: t.accountId
15446
15437
  })) == null ? void 0 : g.homeAccountId;
15447
15438
  if (s !== c && e.account.id !== t.accountId)
@@ -15452,7 +15443,7 @@ class Si extends P_ {
15452
15443
  this.browserStorage,
15453
15444
  u,
15454
15445
  s,
15455
- pr,
15446
+ mr,
15456
15447
  i,
15457
15448
  e.client_info,
15458
15449
  void 0,
@@ -15561,7 +15552,7 @@ class Si extends P_ {
15561
15552
  * @param reqTimestamp
15562
15553
  */
15563
15554
  cacheNativeTokens(e, t, n, i, s, c, u) {
15564
- const h = sl(n, t.authority, e.id_token || "", t.clientId, i.tid || ""), f = t.tokenType === $e.POP ? N.SHR_NONCE_VALIDITY : (typeof e.expires_in == "string" ? parseInt(e.expires_in, 10) : e.expires_in) || 0, g = u + f, p = this.generateScopes(e, t), y = cl(n, t.authority, s, t.clientId, i.tid || c, p.printScopes(), g, 0, pr, void 0, t.tokenType, void 0, t.keyId), E = {
15555
+ const h = sl(n, t.authority, e.id_token || "", t.clientId, i.tid || ""), f = t.tokenType === $e.POP ? N.SHR_NONCE_VALIDITY : (typeof e.expires_in == "string" ? parseInt(e.expires_in, 10) : e.expires_in) || 0, g = u + f, p = this.generateScopes(e, t), y = cl(n, t.authority, s, t.clientId, i.tid || c, p.printScopes(), g, 0, mr, void 0, t.tokenType, void 0, t.keyId), E = {
15565
15556
  idToken: h,
15566
15557
  accessToken: y
15567
15558
  };
@@ -16048,7 +16039,7 @@ class cU extends Ui {
16048
16039
  apiId: Ge.logoutPopup,
16049
16040
  timeout: this.config.system.redirectNavigationTimeout,
16050
16041
  noHistory: !1
16051
- }, C = Oe.getAbsoluteUrl(i, Dr());
16042
+ }, C = Oe.getAbsoluteUrl(i, Nr());
16052
16043
  await this.navigationClient.navigateInternal(C, E);
16053
16044
  }
16054
16045
  (h = t.popup) == null || h.close();
@@ -16064,7 +16055,7 @@ class cU extends Ui {
16064
16055
  apiId: Ge.logoutPopup,
16065
16056
  timeout: this.config.system.redirectNavigationTimeout,
16066
16057
  noHistory: !1
16067
- }, C = Oe.getAbsoluteUrl(i, Dr());
16058
+ }, C = Oe.getAbsoluteUrl(i, Nr());
16068
16059
  this.logger.verbose("Redirecting main window to url specified in the request"), this.logger.verbosePii(`Redirecting main window to: ${C}`), await this.navigationClient.navigateInternal(C, E);
16069
16060
  } else
16070
16061
  this.logger.verbose("No main window navigation requested");
@@ -16434,7 +16425,7 @@ class uU extends Ui {
16434
16425
  */
16435
16426
  getRedirectStartPage(e) {
16436
16427
  const t = e || window.location.href;
16437
- return Oe.getAbsoluteUrl(t, Dr());
16428
+ return Oe.getAbsoluteUrl(t, Nr());
16438
16429
  }
16439
16430
  }
16440
16431
  /*! @azure/msal-browser v3.28.1 2025-01-14 */
@@ -16620,7 +16611,7 @@ class yU {
16620
16611
  loadExternalTokens(e, t, n) {
16621
16612
  if (!this.isBrowserEnvironment)
16622
16613
  throw J(ml);
16623
- const i = t.id_token ? Ho(t.id_token, pr) : void 0, s = {
16614
+ const i = t.id_token ? Ho(t.id_token, mr) : void 0, s = {
16624
16615
  protocolMode: this.config.auth.protocolMode,
16625
16616
  knownAuthorities: this.config.auth.knownAuthorities,
16626
16617
  cloudDiscoveryMetadata: this.config.auth.cloudDiscoveryMetadata,
@@ -16653,7 +16644,7 @@ class yU {
16653
16644
  this.storage,
16654
16645
  i,
16655
16646
  s,
16656
- pr,
16647
+ mr,
16657
16648
  n,
16658
16649
  t,
16659
16650
  i.hostnameAndPort,
@@ -16698,7 +16689,7 @@ class yU {
16698
16689
  } else return this.logger.error("TokenCache - no expiration set on the access token. Cannot add it to the cache."), null;
16699
16690
  else return this.logger.verbose("TokenCache - no access token found in response"), null;
16700
16691
  this.logger.verbose("TokenCache - loading access token");
16701
- const u = t.scope ? st.fromString(t.scope) : new st(e.scopes), h = c.expiresOn || t.expires_in + (/* @__PURE__ */ new Date()).getTime() / 1e3, f = c.extendedExpiresOn || (t.ext_expires_in || t.expires_in) + (/* @__PURE__ */ new Date()).getTime() / 1e3, g = cl(n, i, t.access_token, this.config.auth.clientId, s, u.printScopes(), h, f, pr);
16692
+ const u = t.scope ? st.fromString(t.scope) : new st(e.scopes), h = c.expiresOn || t.expires_in + (/* @__PURE__ */ new Date()).getTime() / 1e3, f = c.extendedExpiresOn || (t.ext_expires_in || t.expires_in) + (/* @__PURE__ */ new Date()).getTime() / 1e3, g = cl(n, i, t.access_token, this.config.auth.clientId, s, u.printScopes(), h, f, mr);
16702
16693
  return this.storage.setAccessTokenCredential(g), g;
16703
16694
  }
16704
16695
  /**
@@ -17182,7 +17173,7 @@ class yl {
17182
17173
  const n = this.createSilentCacheClient(e.correlationId);
17183
17174
  return z(n.acquireToken.bind(n), R.SilentCacheClientAcquireToken, this.logger, this.performanceClient, e.correlationId)(e);
17184
17175
  default:
17185
- throw B(Nr);
17176
+ throw B(Mr);
17186
17177
  }
17187
17178
  }
17188
17179
  /**
@@ -17200,7 +17191,7 @@ class yl {
17200
17191
  const n = this.createSilentRefreshClient(e.correlationId);
17201
17192
  return z(n.acquireToken.bind(n), R.SilentRefreshClientAcquireToken, this.logger, this.performanceClient, e.correlationId)(e);
17202
17193
  default:
17203
- throw B(Nr);
17194
+ throw B(Mr);
17204
17195
  }
17205
17196
  }
17206
17197
  /**
@@ -17686,7 +17677,7 @@ class yl {
17686
17677
  */
17687
17678
  async acquireTokenSilentNoIframe(e, t) {
17688
17679
  return ur.isNativeAvailable(this.config, this.logger, this.nativeExtensionProvider, e.authenticationScheme) && e.account.nativeAccountId ? (this.logger.verbose("acquireTokenSilent - attempting to acquire token from native platform"), this.acquireTokenNative(e, Ge.acquireTokenSilent_silentFlow).catch(async (n) => {
17689
- throw n instanceof lr && yi(n) ? (this.logger.verbose("acquireTokenSilent - native platform unavailable, falling back to web flow"), this.nativeExtensionProvider = void 0, B(Nr)) : n;
17680
+ throw n instanceof lr && yi(n) ? (this.logger.verbose("acquireTokenSilent - native platform unavailable, falling back to web flow"), this.nativeExtensionProvider = void 0, B(Mr)) : n;
17690
17681
  })) : (this.logger.verbose("acquireTokenSilent - attempting to acquire token from web flow"), z(this.acquireTokenFromCache.bind(this), R.AcquireTokenFromCache, this.logger, this.performanceClient, e.correlationId)(e, t).catch((n) => {
17691
17682
  if (t === hn.AccessToken)
17692
17683
  throw n;
@@ -17696,7 +17687,7 @@ class yl {
17696
17687
  }
17697
17688
  function CU(r, e) {
17698
17689
  const t = !(r instanceof Zn && // For refresh token errors, bad_token does not always require interaction (silently resolvable)
17699
- r.subError !== hl), n = r.errorCode === fn.INVALID_GRANT_ERROR || r.errorCode === Nr, i = t && n || r.errorCode === qc || r.errorCode === qh, s = oL.includes(e);
17690
+ r.subError !== hl), n = r.errorCode === fn.INVALID_GRANT_ERROR || r.errorCode === Mr, i = t && n || r.errorCode === qc || r.errorCode === qh, s = oL.includes(e);
17700
17691
  return i && s;
17701
17692
  }
17702
17693
  /*! @azure/msal-browser v3.28.1 2025-01-14 */
@@ -20050,7 +20041,7 @@ function iH() {
20050
20041
  ["partial", pe],
20051
20042
  ["partialRight", Me],
20052
20043
  ["rearg", ft]
20053
- ], Bo = "[object Arguments]", ns = "[object Array]", fC = "[object AsyncFunction]", Ki = "[object Boolean]", zi = "[object Date]", gC = "[object DOMException]", rs = "[object Error]", os = "[object Function]", vf = "[object GeneratorFunction]", Bn = "[object Map]", Vi = "[object Number]", mC = "[object Null]", _r = "[object Object]", yf = "[object Promise]", pC = "[object Proxy]", Wi = "[object RegExp]", $n = "[object Set]", qi = "[object String]", is = "[object Symbol]", vC = "[object Undefined]", Gi = "[object WeakMap]", yC = "[object WeakSet]", ji = "[object ArrayBuffer]", $o = "[object DataView]", Sl = "[object Float32Array]", Il = "[object Float64Array]", Rl = "[object Int8Array]", kl = "[object Int16Array]", Ol = "[object Int32Array]", Pl = "[object Uint8Array]", Ml = "[object Uint8ClampedArray]", Nl = "[object Uint16Array]", Dl = "[object Uint32Array]", wC = /\b__p \+= '';/g, _C = /\b(__p \+=) '' \+/g, CC = /(__e\(.*?\)|\b__t\)) \+\n'';/g, wf = /&(?:amp|lt|gt|quot|#39);/g, _f = /[&<>"']/g, TC = RegExp(wf.source), EC = RegExp(_f.source), AC = /<%-([\s\S]+?)%>/g, bC = /<%([\s\S]+?)%>/g, Cf = /<%=([\s\S]+?)%>/g, SC = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, IC = /^\w*$/, RC = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, xl = /[\\^$.*+?()[\]{}|]/g, kC = RegExp(xl.source), Ll = /^\s+/, OC = /\s/, PC = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, MC = /\{\n\/\* \[wrapped with (.+)\] \*/, NC = /,? & /, DC = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, xC = /[()=,{}\[\]\/\s]/, LC = /\\(\\)?/g, UC = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, Tf = /\w*$/, HC = /^[-+]0x[0-9a-f]+$/i, FC = /^0b[01]+$/i, BC = /^\[object .+?Constructor\]$/, $C = /^0o[0-7]+$/i, KC = /^(?:0|[1-9]\d*)$/, zC = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, as = /($^)/, VC = /['\n\r\u2028\u2029\\]/g, ss = "\\ud800-\\udfff", WC = "\\u0300-\\u036f", qC = "\\ufe20-\\ufe2f", GC = "\\u20d0-\\u20ff", Ef = WC + qC + GC, Af = "\\u2700-\\u27bf", bf = "a-z\\xdf-\\xf6\\xf8-\\xff", jC = "\\xac\\xb1\\xd7\\xf7", YC = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", JC = "\\u2000-\\u206f", QC = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Sf = "A-Z\\xc0-\\xd6\\xd8-\\xde", If = "\\ufe0e\\ufe0f", Rf = jC + YC + JC + QC, Ul = "['’]", XC = "[" + ss + "]", kf = "[" + Rf + "]", cs = "[" + Ef + "]", Of = "\\d+", ZC = "[" + Af + "]", Pf = "[" + bf + "]", Mf = "[^" + ss + Rf + Of + Af + bf + Sf + "]", Hl = "\\ud83c[\\udffb-\\udfff]", eT = "(?:" + cs + "|" + Hl + ")", Nf = "[^" + ss + "]", Fl = "(?:\\ud83c[\\udde6-\\uddff]){2}", Bl = "[\\ud800-\\udbff][\\udc00-\\udfff]", Ko = "[" + Sf + "]", Df = "\\u200d", xf = "(?:" + Pf + "|" + Mf + ")", tT = "(?:" + Ko + "|" + Mf + ")", Lf = "(?:" + Ul + "(?:d|ll|m|re|s|t|ve))?", Uf = "(?:" + Ul + "(?:D|LL|M|RE|S|T|VE))?", Hf = eT + "?", Ff = "[" + If + "]?", nT = "(?:" + Df + "(?:" + [Nf, Fl, Bl].join("|") + ")" + Ff + Hf + ")*", rT = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", oT = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Bf = Ff + Hf + nT, iT = "(?:" + [ZC, Fl, Bl].join("|") + ")" + Bf, aT = "(?:" + [Nf + cs + "?", cs, Fl, Bl, XC].join("|") + ")", sT = RegExp(Ul, "g"), cT = RegExp(cs, "g"), $l = RegExp(Hl + "(?=" + Hl + ")|" + aT + Bf, "g"), lT = RegExp([
20044
+ ], Bo = "[object Arguments]", ns = "[object Array]", fC = "[object AsyncFunction]", Ki = "[object Boolean]", zi = "[object Date]", gC = "[object DOMException]", rs = "[object Error]", os = "[object Function]", vf = "[object GeneratorFunction]", Bn = "[object Map]", Vi = "[object Number]", mC = "[object Null]", wr = "[object Object]", yf = "[object Promise]", pC = "[object Proxy]", Wi = "[object RegExp]", $n = "[object Set]", qi = "[object String]", is = "[object Symbol]", vC = "[object Undefined]", Gi = "[object WeakMap]", yC = "[object WeakSet]", ji = "[object ArrayBuffer]", $o = "[object DataView]", Sl = "[object Float32Array]", Il = "[object Float64Array]", Rl = "[object Int8Array]", kl = "[object Int16Array]", Ol = "[object Int32Array]", Pl = "[object Uint8Array]", Ml = "[object Uint8ClampedArray]", Nl = "[object Uint16Array]", Dl = "[object Uint32Array]", wC = /\b__p \+= '';/g, _C = /\b(__p \+=) '' \+/g, CC = /(__e\(.*?\)|\b__t\)) \+\n'';/g, wf = /&(?:amp|lt|gt|quot|#39);/g, _f = /[&<>"']/g, TC = RegExp(wf.source), EC = RegExp(_f.source), AC = /<%-([\s\S]+?)%>/g, bC = /<%([\s\S]+?)%>/g, Cf = /<%=([\s\S]+?)%>/g, SC = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, IC = /^\w*$/, RC = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, xl = /[\\^$.*+?()[\]{}|]/g, kC = RegExp(xl.source), Ll = /^\s+/, OC = /\s/, PC = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, MC = /\{\n\/\* \[wrapped with (.+)\] \*/, NC = /,? & /, DC = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, xC = /[()=,{}\[\]\/\s]/, LC = /\\(\\)?/g, UC = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, Tf = /\w*$/, HC = /^[-+]0x[0-9a-f]+$/i, FC = /^0b[01]+$/i, BC = /^\[object .+?Constructor\]$/, $C = /^0o[0-7]+$/i, KC = /^(?:0|[1-9]\d*)$/, zC = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, as = /($^)/, VC = /['\n\r\u2028\u2029\\]/g, ss = "\\ud800-\\udfff", WC = "\\u0300-\\u036f", qC = "\\ufe20-\\ufe2f", GC = "\\u20d0-\\u20ff", Ef = WC + qC + GC, Af = "\\u2700-\\u27bf", bf = "a-z\\xdf-\\xf6\\xf8-\\xff", jC = "\\xac\\xb1\\xd7\\xf7", YC = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", JC = "\\u2000-\\u206f", QC = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Sf = "A-Z\\xc0-\\xd6\\xd8-\\xde", If = "\\ufe0e\\ufe0f", Rf = jC + YC + JC + QC, Ul = "['’]", XC = "[" + ss + "]", kf = "[" + Rf + "]", cs = "[" + Ef + "]", Of = "\\d+", ZC = "[" + Af + "]", Pf = "[" + bf + "]", Mf = "[^" + ss + Rf + Of + Af + bf + Sf + "]", Hl = "\\ud83c[\\udffb-\\udfff]", eT = "(?:" + cs + "|" + Hl + ")", Nf = "[^" + ss + "]", Fl = "(?:\\ud83c[\\udde6-\\uddff]){2}", Bl = "[\\ud800-\\udbff][\\udc00-\\udfff]", Ko = "[" + Sf + "]", Df = "\\u200d", xf = "(?:" + Pf + "|" + Mf + ")", tT = "(?:" + Ko + "|" + Mf + ")", Lf = "(?:" + Ul + "(?:d|ll|m|re|s|t|ve))?", Uf = "(?:" + Ul + "(?:D|LL|M|RE|S|T|VE))?", Hf = eT + "?", Ff = "[" + If + "]?", nT = "(?:" + Df + "(?:" + [Nf, Fl, Bl].join("|") + ")" + Ff + Hf + ")*", rT = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", oT = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Bf = Ff + Hf + nT, iT = "(?:" + [ZC, Fl, Bl].join("|") + ")" + Bf, aT = "(?:" + [Nf + cs + "?", cs, Fl, Bl, XC].join("|") + ")", sT = RegExp(Ul, "g"), cT = RegExp(cs, "g"), $l = RegExp(Hl + "(?=" + Hl + ")|" + aT + Bf, "g"), lT = RegExp([
20054
20045
  Ko + "?" + Pf + "+" + Lf + "(?=" + [kf, Ko, "$"].join("|") + ")",
20055
20046
  tT + "+" + Uf + "(?=" + [kf, Ko + xf, "$"].join("|") + ")",
20056
20047
  Ko + "?" + xf + "+" + Lf,
@@ -20091,9 +20082,9 @@ function iH() {
20091
20082
  "parseInt",
20092
20083
  "setTimeout"
20093
20084
  ], fT = -1, qe = {};
20094
- qe[Sl] = qe[Il] = qe[Rl] = qe[kl] = qe[Ol] = qe[Pl] = qe[Ml] = qe[Nl] = qe[Dl] = !0, qe[Bo] = qe[ns] = qe[ji] = qe[Ki] = qe[$o] = qe[zi] = qe[rs] = qe[os] = qe[Bn] = qe[Vi] = qe[_r] = qe[Wi] = qe[$n] = qe[qi] = qe[Gi] = !1;
20085
+ qe[Sl] = qe[Il] = qe[Rl] = qe[kl] = qe[Ol] = qe[Pl] = qe[Ml] = qe[Nl] = qe[Dl] = !0, qe[Bo] = qe[ns] = qe[ji] = qe[Ki] = qe[$o] = qe[zi] = qe[rs] = qe[os] = qe[Bn] = qe[Vi] = qe[wr] = qe[Wi] = qe[$n] = qe[qi] = qe[Gi] = !1;
20095
20086
  var Ve = {};
20096
- Ve[Bo] = Ve[ns] = Ve[ji] = Ve[$o] = Ve[Ki] = Ve[zi] = Ve[Sl] = Ve[Il] = Ve[Rl] = Ve[kl] = Ve[Ol] = Ve[Bn] = Ve[Vi] = Ve[_r] = Ve[Wi] = Ve[$n] = Ve[qi] = Ve[is] = Ve[Pl] = Ve[Ml] = Ve[Nl] = Ve[Dl] = !0, Ve[rs] = Ve[os] = Ve[Gi] = !1;
20087
+ Ve[Bo] = Ve[ns] = Ve[ji] = Ve[$o] = Ve[Ki] = Ve[zi] = Ve[Sl] = Ve[Il] = Ve[Rl] = Ve[kl] = Ve[Ol] = Ve[Bn] = Ve[Vi] = Ve[wr] = Ve[Wi] = Ve[$n] = Ve[qi] = Ve[is] = Ve[Pl] = Ve[Ml] = Ve[Nl] = Ve[Dl] = !0, Ve[rs] = Ve[os] = Ve[Gi] = !1;
20097
20088
  var gT = {
20098
20089
  // Latin-1 Supplement block.
20099
20090
  À: "A",
@@ -20737,7 +20728,7 @@ function iH() {
20737
20728
  return this.size += this.has(o) ? 0 : 1, l[o] = Zi && a === t ? h : a, this;
20738
20729
  }
20739
20730
  uo.prototype.clear = gE, uo.prototype.delete = mE, uo.prototype.get = pE, uo.prototype.has = vE, uo.prototype.set = yE;
20740
- function Cr(o) {
20731
+ function _r(o) {
20741
20732
  var a = -1, l = o == null ? 0 : o.length;
20742
20733
  for (this.clear(); ++a < l; ) {
20743
20734
  var d = o[a];
@@ -20765,8 +20756,8 @@ function iH() {
20765
20756
  var l = this.__data__, d = Ss(l, o);
20766
20757
  return d < 0 ? (++this.size, l.push([o, a])) : l[d][1] = a, this;
20767
20758
  }
20768
- Cr.prototype.clear = wE, Cr.prototype.delete = _E, Cr.prototype.get = CE, Cr.prototype.has = TE, Cr.prototype.set = EE;
20769
- function Tr(o) {
20759
+ _r.prototype.clear = wE, _r.prototype.delete = _E, _r.prototype.get = CE, _r.prototype.has = TE, _r.prototype.set = EE;
20760
+ function Cr(o) {
20770
20761
  var a = -1, l = o == null ? 0 : o.length;
20771
20762
  for (this.clear(); ++a < l; ) {
20772
20763
  var d = o[a];
@@ -20776,7 +20767,7 @@ function iH() {
20776
20767
  function AE() {
20777
20768
  this.size = 0, this.__data__ = {
20778
20769
  hash: new uo(),
20779
- map: new (Qi || Cr)(),
20770
+ map: new (Qi || _r)(),
20780
20771
  string: new uo()
20781
20772
  };
20782
20773
  }
@@ -20794,10 +20785,10 @@ function iH() {
20794
20785
  var l = Hs(this, o), d = l.size;
20795
20786
  return l.set(o, a), this.size += l.size == d ? 0 : 1, this;
20796
20787
  }
20797
- Tr.prototype.clear = AE, Tr.prototype.delete = bE, Tr.prototype.get = SE, Tr.prototype.has = IE, Tr.prototype.set = RE;
20788
+ Cr.prototype.clear = AE, Cr.prototype.delete = bE, Cr.prototype.get = SE, Cr.prototype.has = IE, Cr.prototype.set = RE;
20798
20789
  function ho(o) {
20799
20790
  var a = -1, l = o == null ? 0 : o.length;
20800
- for (this.__data__ = new Tr(); ++a < l; )
20791
+ for (this.__data__ = new Cr(); ++a < l; )
20801
20792
  this.add(o[a]);
20802
20793
  }
20803
20794
  function kE(o) {
@@ -20808,11 +20799,11 @@ function iH() {
20808
20799
  }
20809
20800
  ho.prototype.add = ho.prototype.push = kE, ho.prototype.has = OE;
20810
20801
  function zn(o) {
20811
- var a = this.__data__ = new Cr(o);
20802
+ var a = this.__data__ = new _r(o);
20812
20803
  this.size = a.size;
20813
20804
  }
20814
20805
  function PE() {
20815
- this.__data__ = new Cr(), this.size = 0;
20806
+ this.__data__ = new _r(), this.size = 0;
20816
20807
  }
20817
20808
  function ME(o) {
20818
20809
  var a = this.__data__, l = a.delete(o);
@@ -20826,11 +20817,11 @@ function iH() {
20826
20817
  }
20827
20818
  function xE(o, a) {
20828
20819
  var l = this.__data__;
20829
- if (l instanceof Cr) {
20820
+ if (l instanceof _r) {
20830
20821
  var d = l.__data__;
20831
20822
  if (!Qi || d.length < i - 1)
20832
20823
  return d.push([o, a]), this.size = ++l.size, this;
20833
- l = this.__data__ = new Tr(d);
20824
+ l = this.__data__ = new Cr(d);
20834
20825
  }
20835
20826
  return l.set(o, a), this.size = l.size, this;
20836
20827
  }
@@ -20842,7 +20833,7 @@ function iH() {
20842
20833
  (L == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
20843
20834
  m && (L == "offset" || L == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
20844
20835
  w && (L == "buffer" || L == "byteLength" || L == "byteOffset") || // Skip index properties.
20845
- Sr(L, I))) && T.push(L);
20836
+ br(L, I))) && T.push(L);
20846
20837
  return T;
20847
20838
  }
20848
20839
  function gg(o) {
@@ -20856,11 +20847,11 @@ function iH() {
20856
20847
  return Fs(jt(o));
20857
20848
  }
20858
20849
  function ru(o, a, l) {
20859
- (l !== t && !Vn(o[a], l) || l === t && !(a in o)) && Er(o, a, l);
20850
+ (l !== t && !Vn(o[a], l) || l === t && !(a in o)) && Tr(o, a, l);
20860
20851
  }
20861
20852
  function ta(o, a, l) {
20862
20853
  var d = o[a];
20863
- (!(He.call(o, a) && Vn(d, l)) || l === t && !(a in o)) && Er(o, a, l);
20854
+ (!(He.call(o, a) && Vn(d, l)) || l === t && !(a in o)) && Tr(o, a, l);
20864
20855
  }
20865
20856
  function Ss(o, a) {
20866
20857
  for (var l = o.length; l--; )
@@ -20879,7 +20870,7 @@ function iH() {
20879
20870
  function FE(o, a) {
20880
20871
  return o && rr(a, Jt(a), o);
20881
20872
  }
20882
- function Er(o, a, l) {
20873
+ function Tr(o, a, l) {
20883
20874
  a == "__proto__" && _s ? _s(o, a, {
20884
20875
  configurable: !0,
20885
20876
  enumerable: !0,
@@ -20909,7 +20900,7 @@ function iH() {
20909
20900
  var F = xt(o), q = F == os || F == vf;
20910
20901
  if (Yr(o))
20911
20902
  return Fg(o, T);
20912
- if (F == _r || F == Bo || q && !m) {
20903
+ if (F == wr || F == Bo || q && !m) {
20913
20904
  if (_ = I || q ? {} : om(o), !T)
20914
20905
  return I ? pA(o, FE(_, o)) : mA(o, mg(_, o));
20915
20906
  } else {
@@ -21017,7 +21008,7 @@ function iH() {
21017
21008
  }
21018
21009
  function Rs(o, a) {
21019
21010
  return $r(a, function(l) {
21020
- return Ir(o[l]);
21011
+ return Sr(o[l]);
21021
21012
  });
21022
21013
  }
21023
21014
  function go(o, a) {
@@ -21090,8 +21081,8 @@ function iH() {
21090
21081
  }
21091
21082
  function YE(o, a, l, d, m, w) {
21092
21083
  var _ = ve(o), T = ve(a), I = _ ? ns : xt(o), L = T ? ns : xt(a);
21093
- I = I == Bo ? _r : I, L = L == Bo ? _r : L;
21094
- var U = I == _r, F = L == _r, q = I == L;
21084
+ I = I == Bo ? wr : I, L = L == Bo ? wr : L;
21085
+ var U = I == wr, F = L == wr, q = I == L;
21095
21086
  if (q && Yr(o)) {
21096
21087
  if (!Yr(a))
21097
21088
  return !1;
@@ -21139,7 +21130,7 @@ function iH() {
21139
21130
  function Eg(o) {
21140
21131
  if (!Ze(o) || MA(o))
21141
21132
  return !1;
21142
- var a = Ir(o) ? JT : BC;
21133
+ var a = Sr(o) ? JT : BC;
21143
21134
  return a.test(po(o));
21144
21135
  }
21145
21136
  function QE(o) {
@@ -21210,14 +21201,14 @@ function iH() {
21210
21201
  var U = w ? w(T, I, l + "", o, a, _) : t, F = U === t;
21211
21202
  if (F) {
21212
21203
  var q = ve(I), Z = !q && Yr(I), se = !q && !Z && ei(I);
21213
- U = I, q || Z || se ? ve(T) ? U = T : it(T) ? U = jt(T) : Z ? (F = !1, U = Fg(I, !0)) : se ? (F = !1, U = Bg(I, !0)) : U = [] : la(I) || vo(I) ? (U = T, vo(T) ? U = Lm(T) : (!Ze(T) || Ir(T)) && (U = om(I))) : F = !1;
21204
+ U = I, q || Z || se ? ve(T) ? U = T : it(T) ? U = jt(T) : Z ? (F = !1, U = Fg(I, !0)) : se ? (F = !1, U = Bg(I, !0)) : U = [] : la(I) || vo(I) ? (U = T, vo(T) ? U = Lm(T) : (!Ze(T) || Sr(T)) && (U = om(I))) : F = !1;
21214
21205
  }
21215
21206
  F && (_.set(I, U), m(U, I, d, w, _), _.delete(I)), ru(o, l, U);
21216
21207
  }
21217
21208
  function Rg(o, a) {
21218
21209
  var l = o.length;
21219
21210
  if (l)
21220
- return a += a < 0 ? l : 0, Sr(a, l) ? o[a] : t;
21211
+ return a += a < 0 ? l : 0, br(a, l) ? o[a] : t;
21221
21212
  }
21222
21213
  function kg(o, a, l) {
21223
21214
  a.length ? a = Je(a, function(w) {
@@ -21266,7 +21257,7 @@ function iH() {
21266
21257
  var m = a[l];
21267
21258
  if (l == d || m !== w) {
21268
21259
  var w = m;
21269
- Sr(m) ? ws.call(o, m, 1) : pu(o, m);
21260
+ br(m) ? ws.call(o, m, 1) : pu(o, m);
21270
21261
  }
21271
21262
  }
21272
21263
  return o;
@@ -21308,7 +21299,7 @@ function iH() {
21308
21299
  return o;
21309
21300
  if (m != _) {
21310
21301
  var U = T[I];
21311
- L = d ? d(U, I, T) : t, L === t && (L = Ze(U) ? U : Sr(a[m + 1]) ? [] : {});
21302
+ L = d ? d(U, I, T) : t, L === t && (L = Ze(U) ? U : br(a[m + 1]) ? [] : {});
21312
21303
  }
21313
21304
  ta(T, I, L), T = T[I];
21314
21305
  }
@@ -21537,7 +21528,7 @@ function iH() {
21537
21528
  l || (l = {});
21538
21529
  for (var w = -1, _ = a.length; ++w < _; ) {
21539
21530
  var T = a[w], I = d ? d(l[T], o[T], T, l, o) : t;
21540
- I === t && (I = o[T]), m ? Er(l, T, I) : ta(l, T, I);
21531
+ I === t && (I = o[T]), m ? Tr(l, T, I) : ta(l, T, I);
21541
21532
  }
21542
21533
  return l;
21543
21534
  }
@@ -21667,7 +21658,7 @@ function iH() {
21667
21658
  };
21668
21659
  }
21669
21660
  function jg(o) {
21670
- return br(function(a) {
21661
+ return Ar(function(a) {
21671
21662
  var l = a.length, d = l, m = En.prototype.thru;
21672
21663
  for (o && a.reverse(); d--; ) {
21673
21664
  var w = a[d];
@@ -21713,8 +21704,8 @@ function iH() {
21713
21704
  L - Ie
21714
21705
  );
21715
21706
  }
21716
- var Wn = F ? l : this, kr = q ? Wn[o] : o;
21717
- return Ie = ke.length, T ? ke = HA(ke, T) : se && Ie > 1 && ke.reverse(), U && I < Ie && (ke.length = I), this && this !== At && this instanceof ce && (kr = Ee || aa(kr)), kr.apply(Wn, ke);
21707
+ var Wn = F ? l : this, Rr = q ? Wn[o] : o;
21708
+ return Ie = ke.length, T ? ke = HA(ke, T) : se && Ie > 1 && ke.reverse(), U && I < Ie && (ke.length = I), this && this !== At && this instanceof ce && (Rr = Ee || aa(Rr)), Rr.apply(Wn, ke);
21718
21709
  }
21719
21710
  return ce;
21720
21711
  }
@@ -21737,7 +21728,7 @@ function iH() {
21737
21728
  };
21738
21729
  }
21739
21730
  function Cu(o) {
21740
- return br(function(a) {
21731
+ return Ar(function(a) {
21741
21732
  return a = Je(a, rn(ae())), Ae(function(l) {
21742
21733
  var d = this;
21743
21734
  return o(a, function(m) {
@@ -21767,7 +21758,7 @@ function iH() {
21767
21758
  }
21768
21759
  function Jg(o) {
21769
21760
  return function(a, l, d) {
21770
- return d && typeof d != "number" && zt(a, l, d) && (l = d = t), a = Rr(a), l === t ? (l = a, a = 0) : l = Rr(l), d = d === t ? a < l ? 1 : -1 : Rr(d), oA(a, l, d, o);
21761
+ return d && typeof d != "number" && zt(a, l, d) && (l = d = t), a = Ir(a), l === t ? (l = a, a = 0) : l = Ir(l), d = d === t ? a < l ? 1 : -1 : Ir(d), oA(a, l, d, o);
21771
21762
  };
21772
21763
  }
21773
21764
  function Ls(o) {
@@ -21811,7 +21802,7 @@ function iH() {
21811
21802
  return l == Bn ? Xl(a) : l == $n ? UT(a) : kT(a, o(a));
21812
21803
  };
21813
21804
  }
21814
- function Ar(o, a, l, d, m, w, _, T) {
21805
+ function Er(o, a, l, d, m, w, _, T) {
21815
21806
  var I = a & W;
21816
21807
  if (!I && typeof o != "function")
21817
21808
  throw new Tn(c);
@@ -21946,7 +21937,7 @@ function iH() {
21946
21937
  }
21947
21938
  return w.delete(o), w.delete(a), Ee;
21948
21939
  }
21949
- function br(o) {
21940
+ function Ar(o) {
21950
21941
  return Pu(sm(o, t, pm), o + "");
21951
21942
  }
21952
21943
  function Eu(o) {
@@ -22009,7 +22000,7 @@ function iH() {
22009
22000
  return a;
22010
22001
  } : Wu, xt = Kt;
22011
22002
  (tu && xt(new tu(new ArrayBuffer(1))) != $o || Qi && xt(new Qi()) != Bn || nu && xt(nu.resolve()) != yf || jo && xt(new jo()) != $n || Xi && xt(new Xi()) != Gi) && (xt = function(o) {
22012
- var a = Kt(o), l = a == _r ? o.constructor : t, d = l ? po(l) : "";
22003
+ var a = Kt(o), l = a == wr ? o.constructor : t, d = l ? po(l) : "";
22013
22004
  if (d)
22014
22005
  switch (d) {
22015
22006
  case aE:
@@ -22057,7 +22048,7 @@ function iH() {
22057
22048
  break;
22058
22049
  o = o[_];
22059
22050
  }
22060
- return w || ++d != m ? w : (m = o == null ? 0 : o.length, !!m && Ws(m) && Sr(_, m) && (ve(o) || vo(o)));
22051
+ return w || ++d != m ? w : (m = o == null ? 0 : o.length, !!m && Ws(m) && br(_, m) && (ve(o) || vo(o)));
22061
22052
  }
22062
22053
  function IA(o) {
22063
22054
  var a = o.length, l = new o.constructor(a);
@@ -22111,7 +22102,7 @@ function iH() {
22111
22102
  function OA(o) {
22112
22103
  return ve(o) || vo(o) || !!(lg && o && o[lg]);
22113
22104
  }
22114
- function Sr(o, a) {
22105
+ function br(o, a) {
22115
22106
  var l = typeof o;
22116
22107
  return a = a ?? ct, !!a && (l == "number" || l != "symbol" && KC.test(o)) && o > -1 && o % 1 == 0 && o < a;
22117
22108
  }
@@ -22119,7 +22110,7 @@ function iH() {
22119
22110
  if (!Ze(l))
22120
22111
  return !1;
22121
22112
  var d = typeof a;
22122
- return (d == "number" ? Yt(l) && Sr(a, l.length) : d == "string" && a in l) ? Vn(l[a], o) : !1;
22113
+ return (d == "number" ? Yt(l) && br(a, l.length) : d == "string" && a in l) ? Vn(l[a], o) : !1;
22123
22114
  }
22124
22115
  function Ru(o, a) {
22125
22116
  if (ve(o))
@@ -22143,7 +22134,7 @@ function iH() {
22143
22134
  function MA(o) {
22144
22135
  return !!ig && ig in o;
22145
22136
  }
22146
- var NA = fs ? Ir : qu;
22137
+ var NA = fs ? Sr : qu;
22147
22138
  function sa(o) {
22148
22139
  var a = o && o.constructor, l = typeof a == "function" && a.prototype || Go;
22149
22140
  return o === l;
@@ -22200,7 +22191,7 @@ function iH() {
22200
22191
  function HA(o, a) {
22201
22192
  for (var l = o.length, d = Dt(a.length, l), m = jt(o); d--; ) {
22202
22193
  var w = a[d];
22203
- o[d] = Sr(w, l) ? m[w] : t;
22194
+ o[d] = br(w, l) ? m[w] : t;
22204
22195
  }
22205
22196
  return o;
22206
22197
  }
@@ -22407,10 +22398,10 @@ function iH() {
22407
22398
  function ub(o, a, l) {
22408
22399
  return o && o.length && a && a.length ? hu(o, a, t, l) : o;
22409
22400
  }
22410
- var db = br(function(o, a) {
22401
+ var db = Ar(function(o, a) {
22411
22402
  var l = o == null ? 0 : o.length, d = ou(o, a);
22412
22403
  return Pg(o, Je(a, function(m) {
22413
- return Sr(m, l) ? +m : m;
22404
+ return br(m, l) ? +m : m;
22414
22405
  }).sort($g)), d;
22415
22406
  });
22416
22407
  function hb(o, a) {
@@ -22552,11 +22543,11 @@ function iH() {
22552
22543
  function Bs(o, a) {
22553
22544
  return a(o);
22554
22545
  }
22555
- var Kb = br(function(o) {
22546
+ var Kb = Ar(function(o) {
22556
22547
  var a = o.length, l = a ? o[0] : 0, d = this.__wrapped__, m = function(w) {
22557
22548
  return ou(w, o);
22558
22549
  };
22559
- return a > 1 || this.__actions__.length || !(d instanceof Re) || !Sr(l) ? this.thru(m) : (d = d.slice(l, +l + (a ? 1 : 0)), d.__actions__.push({
22550
+ return a > 1 || this.__actions__.length || !(d instanceof Re) || !br(l) ? this.thru(m) : (d = d.slice(l, +l + (a ? 1 : 0)), d.__actions__.push({
22560
22551
  func: Bs,
22561
22552
  args: [m],
22562
22553
  thisArg: t
@@ -22603,7 +22594,7 @@ function iH() {
22603
22594
  return Lg(this.__wrapped__, this.__actions__);
22604
22595
  }
22605
22596
  var Jb = Ms(function(o, a, l) {
22606
- He.call(o, l) ? ++o[l] : Er(o, l, 1);
22597
+ He.call(o, l) ? ++o[l] : Tr(o, l, 1);
22607
22598
  });
22608
22599
  function Qb(o, a, l) {
22609
22600
  var d = ve(o) ? Yf : $E;
@@ -22632,7 +22623,7 @@ function iH() {
22632
22623
  return l(o, ae(a, 3));
22633
22624
  }
22634
22625
  var oS = Ms(function(o, a, l) {
22635
- He.call(o, l) ? o[l].push(a) : Er(o, l, [a]);
22626
+ He.call(o, l) ? o[l].push(a) : Tr(o, l, [a]);
22636
22627
  });
22637
22628
  function iS(o, a, l, d) {
22638
22629
  o = Yt(o) ? o : ti(o), l = l && !d ? Ce(l) : 0;
@@ -22645,7 +22636,7 @@ function iH() {
22645
22636
  w[++d] = m ? nn(a, _, l) : ra(_, a, l);
22646
22637
  }), w;
22647
22638
  }), sS = Ms(function(o, a, l) {
22648
- Er(o, l, a);
22639
+ Tr(o, l, a);
22649
22640
  });
22650
22641
  function $s(o, a) {
22651
22642
  var l = ve(o) ? Je : bg;
@@ -22713,7 +22704,7 @@ function iH() {
22713
22704
  };
22714
22705
  }
22715
22706
  function Em(o, a, l) {
22716
- return a = l ? t : a, a = o && a == null ? o.length : a, Ar(o, G, t, t, t, t, a);
22707
+ return a = l ? t : a, a = o && a == null ? o.length : a, Er(o, G, t, t, t, t, a);
22717
22708
  }
22718
22709
  function Am(o, a) {
22719
22710
  var l;
@@ -22729,23 +22720,23 @@ function iH() {
22729
22720
  var m = zr(l, Zo(Du));
22730
22721
  d |= pe;
22731
22722
  }
22732
- return Ar(o, d, a, l, m);
22723
+ return Er(o, d, a, l, m);
22733
22724
  }), bm = Ae(function(o, a, l) {
22734
22725
  var d = P | W;
22735
22726
  if (l.length) {
22736
22727
  var m = zr(l, Zo(bm));
22737
22728
  d |= pe;
22738
22729
  }
22739
- return Ar(a, d, o, l, m);
22730
+ return Er(a, d, o, l, m);
22740
22731
  });
22741
22732
  function Sm(o, a, l) {
22742
22733
  a = l ? t : a;
22743
- var d = Ar(o, $, t, t, t, t, t, a);
22734
+ var d = Er(o, $, t, t, t, t, t, a);
22744
22735
  return d.placeholder = Sm.placeholder, d;
22745
22736
  }
22746
22737
  function Im(o, a, l) {
22747
22738
  a = l ? t : a;
22748
- var d = Ar(o, ie, t, t, t, t, t, a);
22739
+ var d = Er(o, ie, t, t, t, t, t, a);
22749
22740
  return d.placeholder = Im.placeholder, d;
22750
22741
  }
22751
22742
  function Rm(o, a, l) {
@@ -22754,19 +22745,19 @@ function iH() {
22754
22745
  throw new Tn(c);
22755
22746
  a = In(a) || 0, Ze(l) && (U = !!l.leading, F = "maxWait" in l, w = F ? mt(In(l.maxWait) || 0, a) : w, q = "trailing" in l ? !!l.trailing : q);
22756
22747
  function Z(at) {
22757
- var Wn = d, kr = m;
22758
- return d = m = t, L = at, _ = o.apply(kr, Wn), _;
22748
+ var Wn = d, Rr = m;
22749
+ return d = m = t, L = at, _ = o.apply(Rr, Wn), _;
22759
22750
  }
22760
22751
  function se(at) {
22761
22752
  return L = at, T = ca(Ie, a), U ? Z(at) : _;
22762
22753
  }
22763
22754
  function Ee(at) {
22764
- var Wn = at - I, kr = at - L, Gm = a - Wn;
22765
- return F ? Dt(Gm, w - kr) : Gm;
22755
+ var Wn = at - I, Rr = at - L, Gm = a - Wn;
22756
+ return F ? Dt(Gm, w - Rr) : Gm;
22766
22757
  }
22767
22758
  function ce(at) {
22768
- var Wn = at - I, kr = at - L;
22769
- return I === t || Wn >= a || Wn < 0 || F && kr >= w;
22759
+ var Wn = at - I, Rr = at - L;
22760
+ return I === t || Wn >= a || Wn < 0 || F && Rr >= w;
22770
22761
  }
22771
22762
  function Ie() {
22772
22763
  var at = Ks();
@@ -22801,7 +22792,7 @@ function iH() {
22801
22792
  return vg(o, In(a) || 0, l);
22802
22793
  });
22803
22794
  function TS(o) {
22804
- return Ar(o, Ne);
22795
+ return Er(o, Ne);
22805
22796
  }
22806
22797
  function zs(o, a) {
22807
22798
  if (typeof o != "function" || a != null && typeof a != "function")
@@ -22813,9 +22804,9 @@ function iH() {
22813
22804
  var _ = o.apply(this, d);
22814
22805
  return l.cache = w.set(m, _) || w, _;
22815
22806
  };
22816
- return l.cache = new (zs.Cache || Tr)(), l;
22807
+ return l.cache = new (zs.Cache || Cr)(), l;
22817
22808
  }
22818
- zs.Cache = Tr;
22809
+ zs.Cache = Cr;
22819
22810
  function Vs(o) {
22820
22811
  if (typeof o != "function")
22821
22812
  throw new Tn(c);
@@ -22847,12 +22838,12 @@ function iH() {
22847
22838
  });
22848
22839
  }), xu = Ae(function(o, a) {
22849
22840
  var l = zr(a, Zo(xu));
22850
- return Ar(o, pe, t, a, l);
22841
+ return Er(o, pe, t, a, l);
22851
22842
  }), km = Ae(function(o, a) {
22852
22843
  var l = zr(a, Zo(km));
22853
- return Ar(o, Me, t, a, l);
22854
- }), bS = br(function(o, a) {
22855
- return Ar(o, ft, t, t, t, a);
22844
+ return Er(o, Me, t, a, l);
22845
+ }), bS = Ar(function(o, a) {
22846
+ return Er(o, ft, t, t, t, a);
22856
22847
  });
22857
22848
  function SS(o, a) {
22858
22849
  if (typeof o != "function")
@@ -22915,7 +22906,7 @@ function iH() {
22915
22906
  return tt(o) && He.call(o, "callee") && !cg.call(o, "callee");
22916
22907
  }, ve = O.isArray, FS = zf ? rn(zf) : GE;
22917
22908
  function Yt(o) {
22918
- return o != null && Ws(o.length) && !Ir(o);
22909
+ return o != null && Ws(o.length) && !Sr(o);
22919
22910
  }
22920
22911
  function it(o) {
22921
22912
  return tt(o) && Yt(o);
@@ -22959,7 +22950,7 @@ function iH() {
22959
22950
  function qS(o) {
22960
22951
  return typeof o == "number" && ug(o);
22961
22952
  }
22962
- function Ir(o) {
22953
+ function Sr(o) {
22963
22954
  if (!Ze(o))
22964
22955
  return !1;
22965
22956
  var a = Kt(o);
@@ -23003,7 +22994,7 @@ function iH() {
23003
22994
  return typeof o == "number" || tt(o) && Kt(o) == Vi;
23004
22995
  }
23005
22996
  function la(o) {
23006
- if (!tt(o) || Kt(o) != _r)
22997
+ if (!tt(o) || Kt(o) != wr)
23007
22998
  return !1;
23008
22999
  var a = ys(o);
23009
23000
  if (a === null)
@@ -23045,7 +23036,7 @@ function iH() {
23045
23036
  var a = xt(o), l = a == Bn ? Xl : a == $n ? ds : ti;
23046
23037
  return l(o);
23047
23038
  }
23048
- function Rr(o) {
23039
+ function Ir(o) {
23049
23040
  if (!o)
23050
23041
  return o === 0 ? o : 0;
23051
23042
  if (o = In(o), o === Gt || o === -Gt) {
@@ -23055,7 +23046,7 @@ function iH() {
23055
23046
  return o === o ? o : 0;
23056
23047
  }
23057
23048
  function Ce(o) {
23058
- var a = Rr(o), l = a % 1;
23049
+ var a = Ir(o), l = a % 1;
23059
23050
  return a === a ? l ? a - l : a : 0;
23060
23051
  }
23061
23052
  function xm(o) {
@@ -23098,7 +23089,7 @@ function iH() {
23098
23089
  rr(a, Jt(a), o, d);
23099
23090
  }), sI = Qo(function(o, a, l, d) {
23100
23091
  rr(a, wt(a), o, d);
23101
- }), cI = br(ou);
23092
+ }), cI = Ar(ou);
23102
23093
  function lI(o, a) {
23103
23094
  var l = Jo(o);
23104
23095
  return a == null ? l : mg(l, a);
@@ -23163,20 +23154,20 @@ function iH() {
23163
23154
  function AI(o, a) {
23164
23155
  var l = {};
23165
23156
  return a = ae(a, 3), nr(o, function(d, m, w) {
23166
- Er(l, a(d, m, w), d);
23157
+ Tr(l, a(d, m, w), d);
23167
23158
  }), l;
23168
23159
  }
23169
23160
  function bI(o, a) {
23170
23161
  var l = {};
23171
23162
  return a = ae(a, 3), nr(o, function(d, m, w) {
23172
- Er(l, m, a(d, m, w));
23163
+ Tr(l, m, a(d, m, w));
23173
23164
  }), l;
23174
23165
  }
23175
23166
  var SI = Qo(function(o, a, l) {
23176
23167
  ks(o, a, l);
23177
23168
  }), Hm = Qo(function(o, a, l, d) {
23178
23169
  ks(o, a, l, d);
23179
- }), II = br(function(o, a) {
23170
+ }), II = Ar(function(o, a) {
23180
23171
  var l = {};
23181
23172
  if (o == null)
23182
23173
  return l;
@@ -23191,7 +23182,7 @@ function iH() {
23191
23182
  function RI(o, a) {
23192
23183
  return Fm(o, Vs(ae(a)));
23193
23184
  }
23194
- var kI = br(function(o, a) {
23185
+ var kI = Ar(function(o, a) {
23195
23186
  return o == null ? {} : nA(o, a);
23196
23187
  });
23197
23188
  function Fm(o, a) {
@@ -23209,7 +23200,7 @@ function iH() {
23209
23200
  var d = -1, m = a.length;
23210
23201
  for (m || (m = 1, o = t); ++d < m; ) {
23211
23202
  var w = o == null ? t : o[or(a[d])];
23212
- w === t && (d = m, w = l), o = Ir(w) ? w.call(o) : w;
23203
+ w === t && (d = m, w = l), o = Sr(w) ? w.call(o) : w;
23213
23204
  }
23214
23205
  return o;
23215
23206
  }
@@ -23224,7 +23215,7 @@ function iH() {
23224
23215
  var d = ve(o), m = d || Yr(o) || ei(o);
23225
23216
  if (a = ae(a, 4), l == null) {
23226
23217
  var w = o && o.constructor;
23227
- m ? l = d ? new w() : [] : Ze(o) ? l = Ir(w) ? Jo(ys(o)) : {} : l = {};
23218
+ m ? l = d ? new w() : [] : Ze(o) ? l = Sr(w) ? Jo(ys(o)) : {} : l = {};
23228
23219
  }
23229
23220
  return (m ? Cn : nr)(o, function(_, T, I) {
23230
23221
  return a(l, _, T, I);
@@ -23249,10 +23240,10 @@ function iH() {
23249
23240
  return l === t && (l = a, a = t), l !== t && (l = In(l), l = l === l ? l : 0), a !== t && (a = In(a), a = a === a ? a : 0), fo(In(o), a, l);
23250
23241
  }
23251
23242
  function FI(o, a, l) {
23252
- return a = Rr(a), l === t ? (l = a, a = 0) : l = Rr(l), o = In(o), WE(o, a, l);
23243
+ return a = Ir(a), l === t ? (l = a, a = 0) : l = Ir(l), o = In(o), WE(o, a, l);
23253
23244
  }
23254
23245
  function BI(o, a, l) {
23255
- if (l && typeof l != "boolean" && zt(o, a, l) && (a = l = t), l === t && (typeof a == "boolean" ? (l = a, a = t) : typeof o == "boolean" && (l = o, o = t)), o === t && a === t ? (o = 0, a = 1) : (o = Rr(o), a === t ? (a = o, o = 0) : a = Rr(a)), o > a) {
23246
+ if (l && typeof l != "boolean" && zt(o, a, l) && (a = l = t), l === t && (typeof a == "boolean" ? (l = a, a = t) : typeof o == "boolean" && (l = o, o = t)), o === t && a === t ? (o = 0, a = 1) : (o = Ir(o), a === t ? (a = o, o = 0) : a = Ir(a)), o > a) {
23256
23247
  var d = o;
23257
23248
  o = a, a = d;
23258
23249
  }
@@ -23447,9 +23438,9 @@ function print() { __p += __j.call(arguments, '') }
23447
23438
  } catch (l) {
23448
23439
  return Lu(l) ? l : new me(l);
23449
23440
  }
23450
- }), fR = br(function(o, a) {
23441
+ }), fR = Ar(function(o, a) {
23451
23442
  return Cn(a, function(l) {
23452
- l = or(l), Er(o, l, Du(o[l], o));
23443
+ l = or(l), Tr(o, l, Du(o[l], o));
23453
23444
  }), o;
23454
23445
  });
23455
23446
  function gR(o) {
@@ -23502,7 +23493,7 @@ function print() { __p += __j.call(arguments, '') }
23502
23493
  function zu(o, a, l) {
23503
23494
  var d = wt(a), m = Rs(a, d);
23504
23495
  l == null && !(Ze(a) && (m.length || !d.length)) && (l = a, a = o, o = this, m = Rs(a, wt(a)));
23505
- var w = !(Ze(l) && "chain" in l) || !!l.chain, _ = Ir(o);
23496
+ var w = !(Ze(l) && "chain" in l) || !!l.chain, _ = Sr(o);
23506
23497
  return Cn(m, function(T) {
23507
23498
  var I = a[T];
23508
23499
  o[T] = I, _ && (o.prototype[T] = function() {
@@ -23600,7 +23591,7 @@ function print() { __p += __j.call(arguments, '') }
23600
23591
  function QR(o, a) {
23601
23592
  return o && o.length ? Yl(o, ae(a, 2)) : 0;
23602
23593
  }
23603
- return v.after = wS, v.ary = Em, v.assign = aI, v.assignIn = Um, v.assignInWith = Gs, v.assignWith = sI, v.at = cI, v.before = Am, v.bind = Du, v.bindAll = fR, v.bindKey = bm, v.castArray = PS, v.chain = _m, v.chunk = BA, v.compact = $A, v.concat = KA, v.cond = gR, v.conforms = mR, v.constant = $u, v.countBy = Jb, v.create = lI, v.curry = Sm, v.curryRight = Im, v.debounce = Rm, v.defaults = uI, v.defaultsDeep = dI, v.defer = _S, v.delay = CS, v.difference = zA, v.differenceBy = VA, v.differenceWith = WA, v.drop = qA, v.dropRight = GA, v.dropRightWhile = jA, v.dropWhile = YA, v.fill = JA, v.filter = Xb, v.flatMap = tS, v.flatMapDeep = nS, v.flatMapDepth = rS, v.flatten = pm, v.flattenDeep = QA, v.flattenDepth = XA, v.flip = TS, v.flow = vR, v.flowRight = yR, v.fromPairs = ZA, v.functions = yI, v.functionsIn = wI, v.groupBy = oS, v.initial = tb, v.intersection = nb, v.intersectionBy = rb, v.intersectionWith = ob, v.invert = CI, v.invertBy = TI, v.invokeMap = aS, v.iteratee = Ku, v.keyBy = sS, v.keys = wt, v.keysIn = Jt, v.map = $s, v.mapKeys = AI, v.mapValues = bI, v.matches = wR, v.matchesProperty = _R, v.memoize = zs, v.merge = SI, v.mergeWith = Hm, v.method = CR, v.methodOf = TR, v.mixin = zu, v.negate = Vs, v.nthArg = AR, v.omit = II, v.omitBy = RI, v.once = ES, v.orderBy = cS, v.over = bR, v.overArgs = AS, v.overEvery = SR, v.overSome = IR, v.partial = xu, v.partialRight = km, v.partition = lS, v.pick = kI, v.pickBy = Fm, v.property = qm, v.propertyOf = RR, v.pull = cb, v.pullAll = ym, v.pullAllBy = lb, v.pullAllWith = ub, v.pullAt = db, v.range = kR, v.rangeRight = OR, v.rearg = bS, v.reject = hS, v.remove = hb, v.rest = SS, v.reverse = Mu, v.sampleSize = gS, v.set = PI, v.setWith = MI, v.shuffle = mS, v.slice = fb, v.sortBy = yS, v.sortedUniq = _b, v.sortedUniqBy = Cb, v.split = tR, v.spread = IS, v.tail = Tb, v.take = Eb, v.takeRight = Ab, v.takeRightWhile = bb, v.takeWhile = Sb, v.tap = $b, v.throttle = RS, v.thru = Bs, v.toArray = Dm, v.toPairs = Bm, v.toPairsIn = $m, v.toPath = xR, v.toPlainObject = Lm, v.transform = NI, v.unary = kS, v.union = Ib, v.unionBy = Rb, v.unionWith = kb, v.uniq = Ob, v.uniqBy = Pb, v.uniqWith = Mb, v.unset = DI, v.unzip = Nu, v.unzipWith = wm, v.update = xI, v.updateWith = LI, v.values = ti, v.valuesIn = UI, v.without = Nb, v.words = Vm, v.wrap = OS, v.xor = Db, v.xorBy = xb, v.xorWith = Lb, v.zip = Ub, v.zipObject = Hb, v.zipObjectDeep = Fb, v.zipWith = Bb, v.entries = Bm, v.entriesIn = $m, v.extend = Um, v.extendWith = Gs, zu(v, v), v.add = UR, v.attempt = Wm, v.camelCase = $I, v.capitalize = Km, v.ceil = HR, v.clamp = HI, v.clone = MS, v.cloneDeep = DS, v.cloneDeepWith = xS, v.cloneWith = NS, v.conformsTo = LS, v.deburr = zm, v.defaultTo = pR, v.divide = FR, v.endsWith = KI, v.eq = Vn, v.escape = zI, v.escapeRegExp = VI, v.every = Qb, v.find = Zb, v.findIndex = gm, v.findKey = hI, v.findLast = eS, v.findLastIndex = mm, v.findLastKey = fI, v.floor = BR, v.forEach = Cm, v.forEachRight = Tm, v.forIn = gI, v.forInRight = mI, v.forOwn = pI, v.forOwnRight = vI, v.get = Hu, v.gt = US, v.gte = HS, v.has = _I, v.hasIn = Fu, v.head = vm, v.identity = Qt, v.includes = iS, v.indexOf = eb, v.inRange = FI, v.invoke = EI, v.isArguments = vo, v.isArray = ve, v.isArrayBuffer = FS, v.isArrayLike = Yt, v.isArrayLikeObject = it, v.isBoolean = BS, v.isBuffer = Yr, v.isDate = $S, v.isElement = KS, v.isEmpty = zS, v.isEqual = VS, v.isEqualWith = WS, v.isError = Lu, v.isFinite = qS, v.isFunction = Ir, v.isInteger = Om, v.isLength = Ws, v.isMap = Pm, v.isMatch = GS, v.isMatchWith = jS, v.isNaN = YS, v.isNative = JS, v.isNil = XS, v.isNull = QS, v.isNumber = Mm, v.isObject = Ze, v.isObjectLike = tt, v.isPlainObject = la, v.isRegExp = Uu, v.isSafeInteger = ZS, v.isSet = Nm, v.isString = qs, v.isSymbol = an, v.isTypedArray = ei, v.isUndefined = eI, v.isWeakMap = tI, v.isWeakSet = nI, v.join = ib, v.kebabCase = WI, v.last = Sn, v.lastIndexOf = ab, v.lowerCase = qI, v.lowerFirst = GI, v.lt = rI, v.lte = oI, v.max = $R, v.maxBy = KR, v.mean = zR, v.meanBy = VR, v.min = WR, v.minBy = qR, v.stubArray = Wu, v.stubFalse = qu, v.stubObject = PR, v.stubString = MR, v.stubTrue = NR, v.multiply = GR, v.nth = sb, v.noConflict = ER, v.noop = Vu, v.now = Ks, v.pad = jI, v.padEnd = YI, v.padStart = JI, v.parseInt = QI, v.random = BI, v.reduce = uS, v.reduceRight = dS, v.repeat = XI, v.replace = ZI, v.result = OI, v.round = jR, v.runInContext = b, v.sample = fS, v.size = pS, v.snakeCase = eR, v.some = vS, v.sortedIndex = gb, v.sortedIndexBy = mb, v.sortedIndexOf = pb, v.sortedLastIndex = vb, v.sortedLastIndexBy = yb, v.sortedLastIndexOf = wb, v.startCase = nR, v.startsWith = rR, v.subtract = YR, v.sum = JR, v.sumBy = QR, v.template = oR, v.times = DR, v.toFinite = Rr, v.toInteger = Ce, v.toLength = xm, v.toLower = iR, v.toNumber = In, v.toSafeInteger = iI, v.toString = Ue, v.toUpper = aR, v.trim = sR, v.trimEnd = cR, v.trimStart = lR, v.truncate = uR, v.unescape = dR, v.uniqueId = LR, v.upperCase = hR, v.upperFirst = Bu, v.each = Cm, v.eachRight = Tm, v.first = vm, zu(v, function() {
23594
+ return v.after = wS, v.ary = Em, v.assign = aI, v.assignIn = Um, v.assignInWith = Gs, v.assignWith = sI, v.at = cI, v.before = Am, v.bind = Du, v.bindAll = fR, v.bindKey = bm, v.castArray = PS, v.chain = _m, v.chunk = BA, v.compact = $A, v.concat = KA, v.cond = gR, v.conforms = mR, v.constant = $u, v.countBy = Jb, v.create = lI, v.curry = Sm, v.curryRight = Im, v.debounce = Rm, v.defaults = uI, v.defaultsDeep = dI, v.defer = _S, v.delay = CS, v.difference = zA, v.differenceBy = VA, v.differenceWith = WA, v.drop = qA, v.dropRight = GA, v.dropRightWhile = jA, v.dropWhile = YA, v.fill = JA, v.filter = Xb, v.flatMap = tS, v.flatMapDeep = nS, v.flatMapDepth = rS, v.flatten = pm, v.flattenDeep = QA, v.flattenDepth = XA, v.flip = TS, v.flow = vR, v.flowRight = yR, v.fromPairs = ZA, v.functions = yI, v.functionsIn = wI, v.groupBy = oS, v.initial = tb, v.intersection = nb, v.intersectionBy = rb, v.intersectionWith = ob, v.invert = CI, v.invertBy = TI, v.invokeMap = aS, v.iteratee = Ku, v.keyBy = sS, v.keys = wt, v.keysIn = Jt, v.map = $s, v.mapKeys = AI, v.mapValues = bI, v.matches = wR, v.matchesProperty = _R, v.memoize = zs, v.merge = SI, v.mergeWith = Hm, v.method = CR, v.methodOf = TR, v.mixin = zu, v.negate = Vs, v.nthArg = AR, v.omit = II, v.omitBy = RI, v.once = ES, v.orderBy = cS, v.over = bR, v.overArgs = AS, v.overEvery = SR, v.overSome = IR, v.partial = xu, v.partialRight = km, v.partition = lS, v.pick = kI, v.pickBy = Fm, v.property = qm, v.propertyOf = RR, v.pull = cb, v.pullAll = ym, v.pullAllBy = lb, v.pullAllWith = ub, v.pullAt = db, v.range = kR, v.rangeRight = OR, v.rearg = bS, v.reject = hS, v.remove = hb, v.rest = SS, v.reverse = Mu, v.sampleSize = gS, v.set = PI, v.setWith = MI, v.shuffle = mS, v.slice = fb, v.sortBy = yS, v.sortedUniq = _b, v.sortedUniqBy = Cb, v.split = tR, v.spread = IS, v.tail = Tb, v.take = Eb, v.takeRight = Ab, v.takeRightWhile = bb, v.takeWhile = Sb, v.tap = $b, v.throttle = RS, v.thru = Bs, v.toArray = Dm, v.toPairs = Bm, v.toPairsIn = $m, v.toPath = xR, v.toPlainObject = Lm, v.transform = NI, v.unary = kS, v.union = Ib, v.unionBy = Rb, v.unionWith = kb, v.uniq = Ob, v.uniqBy = Pb, v.uniqWith = Mb, v.unset = DI, v.unzip = Nu, v.unzipWith = wm, v.update = xI, v.updateWith = LI, v.values = ti, v.valuesIn = UI, v.without = Nb, v.words = Vm, v.wrap = OS, v.xor = Db, v.xorBy = xb, v.xorWith = Lb, v.zip = Ub, v.zipObject = Hb, v.zipObjectDeep = Fb, v.zipWith = Bb, v.entries = Bm, v.entriesIn = $m, v.extend = Um, v.extendWith = Gs, zu(v, v), v.add = UR, v.attempt = Wm, v.camelCase = $I, v.capitalize = Km, v.ceil = HR, v.clamp = HI, v.clone = MS, v.cloneDeep = DS, v.cloneDeepWith = xS, v.cloneWith = NS, v.conformsTo = LS, v.deburr = zm, v.defaultTo = pR, v.divide = FR, v.endsWith = KI, v.eq = Vn, v.escape = zI, v.escapeRegExp = VI, v.every = Qb, v.find = Zb, v.findIndex = gm, v.findKey = hI, v.findLast = eS, v.findLastIndex = mm, v.findLastKey = fI, v.floor = BR, v.forEach = Cm, v.forEachRight = Tm, v.forIn = gI, v.forInRight = mI, v.forOwn = pI, v.forOwnRight = vI, v.get = Hu, v.gt = US, v.gte = HS, v.has = _I, v.hasIn = Fu, v.head = vm, v.identity = Qt, v.includes = iS, v.indexOf = eb, v.inRange = FI, v.invoke = EI, v.isArguments = vo, v.isArray = ve, v.isArrayBuffer = FS, v.isArrayLike = Yt, v.isArrayLikeObject = it, v.isBoolean = BS, v.isBuffer = Yr, v.isDate = $S, v.isElement = KS, v.isEmpty = zS, v.isEqual = VS, v.isEqualWith = WS, v.isError = Lu, v.isFinite = qS, v.isFunction = Sr, v.isInteger = Om, v.isLength = Ws, v.isMap = Pm, v.isMatch = GS, v.isMatchWith = jS, v.isNaN = YS, v.isNative = JS, v.isNil = XS, v.isNull = QS, v.isNumber = Mm, v.isObject = Ze, v.isObjectLike = tt, v.isPlainObject = la, v.isRegExp = Uu, v.isSafeInteger = ZS, v.isSet = Nm, v.isString = qs, v.isSymbol = an, v.isTypedArray = ei, v.isUndefined = eI, v.isWeakMap = tI, v.isWeakSet = nI, v.join = ib, v.kebabCase = WI, v.last = Sn, v.lastIndexOf = ab, v.lowerCase = qI, v.lowerFirst = GI, v.lt = rI, v.lte = oI, v.max = $R, v.maxBy = KR, v.mean = zR, v.meanBy = VR, v.min = WR, v.minBy = qR, v.stubArray = Wu, v.stubFalse = qu, v.stubObject = PR, v.stubString = MR, v.stubTrue = NR, v.multiply = GR, v.nth = sb, v.noConflict = ER, v.noop = Vu, v.now = Ks, v.pad = jI, v.padEnd = YI, v.padStart = JI, v.parseInt = QI, v.random = BI, v.reduce = uS, v.reduceRight = dS, v.repeat = XI, v.replace = ZI, v.result = OI, v.round = jR, v.runInContext = b, v.sample = fS, v.size = pS, v.snakeCase = eR, v.some = vS, v.sortedIndex = gb, v.sortedIndexBy = mb, v.sortedIndexOf = pb, v.sortedLastIndex = vb, v.sortedLastIndexBy = yb, v.sortedLastIndexOf = wb, v.startCase = nR, v.startsWith = rR, v.subtract = YR, v.sum = JR, v.sumBy = QR, v.template = oR, v.times = DR, v.toFinite = Ir, v.toInteger = Ce, v.toLength = xm, v.toLower = iR, v.toNumber = In, v.toSafeInteger = iI, v.toString = Ue, v.toUpper = aR, v.trim = sR, v.trimEnd = cR, v.trimStart = lR, v.truncate = uR, v.unescape = dR, v.uniqueId = LR, v.upperCase = hR, v.upperFirst = Bu, v.each = Cm, v.eachRight = Tm, v.first = vm, zu(v, function() {
23604
23595
  var o = {};
23605
23596
  return nr(v, function(a, l) {
23606
23597
  He.call(v.prototype, l) || (o[l] = a);
@@ -23703,11 +23694,11 @@ function print() { __p += __j.call(arguments, '') }
23703
23694
  var Bi = iH();
23704
23695
  const Ic = /* @__PURE__ */ rH(Bi), aH = {
23705
23696
  path: "/_/dashboard",
23706
- component: () => import("./AuthRoute-CzYgVumn.mjs"),
23697
+ component: () => import("./AuthRoute-B5V4mP0D.mjs"),
23707
23698
  meta: { requiresAuth: !1 }
23708
23699
  }, sH = {
23709
23700
  path: "/jplan-auth-fail",
23710
- component: () => import("./AuthFailRoute-YJNHw8Xa.mjs"),
23701
+ component: () => import("./AuthFailRoute-40-VU_gd.mjs"),
23711
23702
  meta: { requiresAuth: !1 }
23712
23703
  }, { isAuthenticated: Ov, handleRedirect: cH } = F_(), lH = pf();
23713
23704
  function nF(r, e) {
@@ -23775,7 +23766,7 @@ function es(r) {
23775
23766
  });
23776
23767
  }
23777
23768
  function dH() {
23778
- const r = es("https://api.jplan.com.br/management/organization"), { error: e } = wr();
23769
+ const r = es("https://api.jplan.com.br/management/organization"), { error: e } = yr();
23779
23770
  return {
23780
23771
  async getOrgList(t) {
23781
23772
  try {
@@ -23843,7 +23834,7 @@ function dH() {
23843
23834
  }
23844
23835
  const Eo = dH();
23845
23836
  function hH() {
23846
- const r = es("https://api.jplan.com.br/management/branch/"), { error: e } = wr();
23837
+ const r = es("https://api.jplan.com.br/management/branch/"), { error: e } = yr();
23847
23838
  return {
23848
23839
  async getBranchList(t) {
23849
23840
  try {
@@ -23920,7 +23911,7 @@ function hH() {
23920
23911
  }
23921
23912
  const Ao = hH();
23922
23913
  function fH() {
23923
- const r = es("https://api.jplan.com.br/management/team"), { error: e } = wr();
23914
+ const r = es("https://api.jplan.com.br/management/team"), { error: e } = yr();
23924
23915
  return {
23925
23916
  async getTeamList(t) {
23926
23917
  try {
@@ -24076,7 +24067,7 @@ function mH(r) {
24076
24067
  }
24077
24068
  let cc = !1;
24078
24069
  const Ed = ee(!1), Rn = ee([]), Mv = ee([]), nt = ee(null), ui = ee([]), di = ee([]), pH = () => {
24079
- const r = wr(), e = async (C) => {
24070
+ const r = yr(), e = async (C) => {
24080
24071
  Ed.value = !0;
24081
24072
  const S = C ? `_active eq true and ${C}` : "_active eq true", P = await Eo.getOrgList(S);
24082
24073
  P && (Rn.value = P, cc = !0), Ed.value = !1;
@@ -24212,7 +24203,7 @@ const Ed = ee(!1), Rn = ee([]), Mv = ee([]), nt = ee(null), ui = ee([]), di = ee
24212
24203
  };
24213
24204
  let lc = !1;
24214
24205
  const kn = ee([]), Nv = ee([]), pt = ee(null), Ad = ee(!1), hi = ee([]), vH = () => {
24215
- const r = wr(), e = async (y) => {
24206
+ const r = yr(), e = async (y) => {
24216
24207
  Ad.value = !0;
24217
24208
  const E = y ? `_active eq true and ${y}` : "_active eq true", C = await Un.getTeamList(E);
24218
24209
  C && (kn.value = C, lc = !0), Ad.value = !1;
@@ -24346,7 +24337,7 @@ const kn = ee([]), Nv = ee([]), pt = ee(null), Ad = ee(!1), hi = ee([]), vH = ()
24346
24337
  A(je, {
24347
24338
  onClick: y,
24348
24339
  icon: "",
24349
- class: "text-secondary ms-2",
24340
+ class: "text-secondary",
24350
24341
  color: "surface",
24351
24342
  rounded: "sm",
24352
24343
  size: "small",
@@ -24365,7 +24356,7 @@ const kn = ee([]), Nv = ee([]), pt = ee(null), Ad = ee(!1), hi = ee([]), vH = ()
24365
24356
  }, {
24366
24357
  default: k(() => [
24367
24358
  te("div", null, [
24368
- A(hr, null, {
24359
+ A(dr, null, {
24369
24360
  default: k(() => [
24370
24361
  A(Ot, {
24371
24362
  cols: "4",
@@ -24615,7 +24606,7 @@ const TH = /* @__PURE__ */ qa(wH, [["render", CH], ["__scopeId", "data-v-00d7a69
24615
24606
  };
24616
24607
  let bd = !1;
24617
24608
  const Sd = ee(!1), On = ee([]), Dv = ee([]), St = ee(null), fi = ee([]), oF = () => {
24618
- const r = wr(), e = async (y) => {
24609
+ const r = yr(), e = async (y) => {
24619
24610
  Sd.value = !0;
24620
24611
  const E = y ? `_active eq true and ${y}` : "_active eq true", C = await Ao.getBranchList(E);
24621
24612
  C && (On.value = C, bd = !0), Sd.value = !1;
@@ -24708,7 +24699,7 @@ const Sd = ee(!1), On = ee([]), Dv = ee([]), St = ee(null), fi = ee([]), oF = ()
24708
24699
  };
24709
24700
  };
24710
24701
  function RH() {
24711
- const r = es("https://api.jplan.com.br/management/division"), { error: e } = wr();
24702
+ const r = es("https://api.jplan.com.br/management/division"), { error: e } = yr();
24712
24703
  return {
24713
24704
  async getDivisionList(t) {
24714
24705
  try {
@@ -24777,7 +24768,7 @@ function RH() {
24777
24768
  const da = RH();
24778
24769
  let Id = !1;
24779
24770
  const Rd = ee(!1), Pn = ee([]), xv = ee([]), It = ee(null), gi = ee([]), iF = () => {
24780
- const r = wr(), e = async (y) => {
24771
+ const r = yr(), e = async (y) => {
24781
24772
  Rd.value = !0;
24782
24773
  const E = y ? `_active eq true and ${y}` : "_active eq true", C = await da.getDivisionList(E);
24783
24774
  C && (Pn.value = C, Id = !0), Rd.value = !1;
@@ -24867,7 +24858,7 @@ const Rd = ee(!1), Pn = ee([]), xv = ee([]), It = ee(null), gi = ee([]), iF = ()
24867
24858
  };
24868
24859
  };
24869
24860
  function kH() {
24870
- const r = es("https://api.jplan.com.br/management/user"), { error: e } = wr();
24861
+ const r = es("https://api.jplan.com.br/management/user"), { error: e } = yr();
24871
24862
  return {
24872
24863
  async getManageUserList(t) {
24873
24864
  try {
@@ -24937,7 +24928,7 @@ function kH() {
24937
24928
  const ha = kH();
24938
24929
  let kd = !1, Od = ee(!1);
24939
24930
  const Mn = ee([]), Lv = ee([]), Nn = ee(null), OH = ee(null), PH = ee([]), aF = () => {
24940
- const r = wr(), e = async (g) => {
24931
+ const r = yr(), e = async (g) => {
24941
24932
  Od.value = !0;
24942
24933
  const p = g ? `_active eq true and ${g}` : "_active eq true", y = await ha.getManageUserList(p);
24943
24934
  y && (Mn.value = y, kd = !0), Od.value = !1;
@@ -25019,7 +25010,7 @@ export {
25019
25010
  AH as G,
25020
25011
  eF as H,
25021
25012
  Xc as I,
25022
- wr as J,
25013
+ yr as J,
25023
25014
  fe as K,
25024
25015
  rF as L,
25025
25016
  ts as M,