jplan-pack 0.6.744 → 0.6.746
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AuthRoute-uGOt7KIH.mjs → AuthRoute-BM9vV33s.mjs} +1 -1
- package/dist/{AuthRoute-hvAAEzUX.js → AuthRoute-LNJRmXi-.js} +1 -1
- package/dist/{WidgetLabel-Dl1LSkqm.mjs → WidgetLabel-BJ26YruZ.mjs} +1 -1
- package/dist/{WidgetLabel-e6wuE_t2.js → WidgetLabel-BVSZiWl8.js} +1 -1
- package/dist/{WidgetShortcut-CmE2AmVN.js → WidgetShortcut-DTZxL6N5.js} +1 -1
- package/dist/{WidgetShortcut-DNBidY44.mjs → WidgetShortcut-LCb7V01C.mjs} +1 -1
- package/dist/{WidgetSpacer-CbaCsTfK.js → WidgetSpacer-DQmi_V3h.js} +1 -1
- package/dist/{WidgetSpacer-BYZZnA3T.mjs → WidgetSpacer-LUsT2XVq.mjs} +1 -1
- package/dist/{WidgetTask-CBixNCa8.js → WidgetTask-BAK_Fc73.js} +1 -1
- package/dist/{WidgetTask-eeGihfIT.mjs → WidgetTask-CyYM7xMN.mjs} +1 -1
- package/dist/{index-DpPBmEX0.js → index-GmyAlzmS.js} +14 -14
- package/dist/{index-CovloIvZ.mjs → index-u4ZnPgLD.mjs} +429 -431
- package/dist/jplan-pack.cjs.js +1 -1
- package/dist/jplan-pack.es.js +1 -1
- package/dist/types/api/type.d.ts +7 -1
- package/dist/types/modules/notification.d.ts +0 -2
- package/dist/types/types/Notification.d.ts +0 -1
- package/package.json +1 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent as Re, resolveComponent as ri, unref as ee, openBlock as q, createElementBlock as _e, createVNode as R, withCtx as x, normalizeStyle as ic, createCommentVNode as xe, Fragment as Pt, createBlock as me, resolveDynamicComponent as ac, createTextVNode as Y, toDisplayString as le, useSlots as G0, mergeProps as on, renderSlot as Ue, effectScope as Wf, ref as he, markRaw as Pi, toRaw as Ba, watch as Ro, hasInjectionContext as q0, inject as zf, getCurrentInstance as
|
1
|
+
import { defineComponent as Re, resolveComponent as ri, unref as ee, openBlock as q, createElementBlock as _e, createVNode as R, withCtx as x, normalizeStyle as ic, createCommentVNode as xe, Fragment as Pt, createBlock as me, resolveDynamicComponent as ac, createTextVNode as Y, toDisplayString as le, useSlots as G0, mergeProps as on, renderSlot as Ue, effectScope as Wf, ref as he, markRaw as Pi, toRaw as Ba, watch as Ro, hasInjectionContext as q0, inject as zf, getCurrentInstance as Lr, reactive as Y0, isRef as oi, isReactive as Gf, toRef as lh, nextTick as Xh, computed as Tt, getCurrentScope as j0, onScopeDispose as J0, toRefs as K_, onUnmounted as _u, onMounted as qf, normalizeClass as Ws, createElementVNode as ve, toHandlers as Q0, withModifiers as mC, TransitionGroup as X0, renderList as ai, provide as Z0, createApp as eN, normalizeProps as tN, guardReactiveProps as nN, mergeModels as io, useModel as Do, h as Fi, shallowRef as rN, Text as oN, createSlots as iN, withKeys as aN, withDirectives as W_, vShow as z_, onBeforeMount as sN, defineAsyncComponent as ji } from "vue";
|
2
2
|
import * as cN from "@vueuse/core";
|
3
3
|
import { useClipboard as lN, useIntervalFn as uN } from "@vueuse/core";
|
4
4
|
import { VBtn as pt } from "vuetify/lib/components/VBtn/index.mjs";
|
@@ -279,10 +279,10 @@ const qs = (n) => Is = n, EC = process.env.NODE_ENV !== "production" ? Symbol("p
|
|
279
279
|
function Va(n) {
|
280
280
|
return n && typeof n == "object" && Object.prototype.toString.call(n) === "[object Object]" && typeof n.toJSON != "function";
|
281
281
|
}
|
282
|
-
var
|
282
|
+
var to;
|
283
283
|
(function(n) {
|
284
284
|
n.direct = "direct", n.patchObject = "patch object", n.patchFunction = "patch function";
|
285
|
-
})(
|
285
|
+
})(to || (to = {}));
|
286
286
|
const Mi = typeof window < "u", q_ = 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 };
|
287
287
|
function MN(n, { autoBom: e = !1 } = {}) {
|
288
288
|
return e && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(n.type) ? new Blob(["\uFEFF", n], { type: n.type }) : n;
|
@@ -439,7 +439,7 @@ function SC(n, e) {
|
|
439
439
|
r ? Object.assign(r, e[t]) : n.state.value[t] = e[t];
|
440
440
|
}
|
441
441
|
}
|
442
|
-
function
|
442
|
+
function Or(n) {
|
443
443
|
return {
|
444
444
|
_custom: {
|
445
445
|
display: n
|
@@ -499,19 +499,19 @@ function WN(n) {
|
|
499
499
|
operations: [],
|
500
500
|
newValue: {}
|
501
501
|
}) : {
|
502
|
-
operation:
|
503
|
-
key:
|
502
|
+
operation: Or(n.type),
|
503
|
+
key: Or(n.key),
|
504
504
|
oldValue: n.oldValue,
|
505
505
|
newValue: n.newValue
|
506
506
|
} : {};
|
507
507
|
}
|
508
508
|
function zN(n) {
|
509
509
|
switch (n) {
|
510
|
-
case
|
510
|
+
case to.direct:
|
511
511
|
return "mutation";
|
512
|
-
case
|
512
|
+
case to.patchFunction:
|
513
513
|
return "$patch";
|
514
|
-
case
|
514
|
+
case to.patchObject:
|
515
515
|
return "$patch";
|
516
516
|
default:
|
517
517
|
return "unknown";
|
@@ -684,8 +684,8 @@ function YN(n, e) {
|
|
684
684
|
title: "🛫 " + d,
|
685
685
|
subtitle: "start",
|
686
686
|
data: {
|
687
|
-
store:
|
688
|
-
action:
|
687
|
+
store: Or(e.$id),
|
688
|
+
action: Or(d),
|
689
689
|
args: f
|
690
690
|
},
|
691
691
|
groupId: g
|
@@ -698,8 +698,8 @@ function YN(n, e) {
|
|
698
698
|
title: "🛬 " + d,
|
699
699
|
subtitle: "end",
|
700
700
|
data: {
|
701
|
-
store:
|
702
|
-
action:
|
701
|
+
store: Or(e.$id),
|
702
|
+
action: Or(d),
|
703
703
|
args: f,
|
704
704
|
result: _
|
705
705
|
},
|
@@ -715,8 +715,8 @@ function YN(n, e) {
|
|
715
715
|
title: "💥 " + d,
|
716
716
|
subtitle: "end",
|
717
717
|
data: {
|
718
|
-
store:
|
719
|
-
action:
|
718
|
+
store: Or(e.$id),
|
719
|
+
action: Or(d),
|
720
720
|
args: f,
|
721
721
|
error: _
|
722
722
|
},
|
@@ -746,10 +746,10 @@ function YN(n, e) {
|
|
746
746
|
const f = {
|
747
747
|
time: r(),
|
748
748
|
title: zN(u),
|
749
|
-
data: GN({ store:
|
749
|
+
data: GN({ store: Or(e.$id) }, WN(c)),
|
750
750
|
groupId: ti
|
751
751
|
};
|
752
|
-
u ===
|
752
|
+
u === to.patchFunction ? f.subtitle = "⤵️" : u === to.patchObject ? f.subtitle = "🧩" : c && !Array.isArray(c) && (f.subtitle = c.type), c && (f.data["rawEvent(s)"] = {
|
753
753
|
_custom: {
|
754
754
|
display: "DebuggerEvent",
|
755
755
|
type: "object",
|
@@ -770,8 +770,8 @@ function YN(n, e) {
|
|
770
770
|
title: "🔥 " + e.$id,
|
771
771
|
subtitle: "HMR update",
|
772
772
|
data: {
|
773
|
-
store:
|
774
|
-
info:
|
773
|
+
store: Or(e.$id),
|
774
|
+
info: Or("HMR update")
|
775
775
|
}
|
776
776
|
}
|
777
777
|
}), t.notifyComponentUpdate(), t.sendInspectorTree(hn), t.sendInspectorState(hn);
|
@@ -912,11 +912,11 @@ function ZN(n, e, t = {}, r, o, a) {
|
|
912
912
|
function b(ne) {
|
913
913
|
let oe;
|
914
914
|
f = g = !1, process.env.NODE_ENV !== "production" && (E = []), typeof ne == "function" ? (ne(r.state.value[n]), oe = {
|
915
|
-
type:
|
915
|
+
type: to.patchFunction,
|
916
916
|
storeId: n,
|
917
917
|
events: E
|
918
918
|
}) : (NC(r.state.value[n], ne), oe = {
|
919
|
-
type:
|
919
|
+
type: to.patchObject,
|
920
920
|
payload: ne,
|
921
921
|
storeId: n,
|
922
922
|
events: E
|
@@ -979,7 +979,7 @@ function ZN(n, e, t = {}, r, o, a) {
|
|
979
979
|
const ye = j_(_, ne, oe.detached, () => Je()), Je = c.run(() => Ro(() => r.state.value[n], (Mt) => {
|
980
980
|
(oe.flush === "sync" ? g : f) && ne({
|
981
981
|
storeId: n,
|
982
|
-
type:
|
982
|
+
type: to.direct,
|
983
983
|
events: E
|
984
984
|
}, Mt);
|
985
985
|
}, fr({}, d, oe)));
|
@@ -1100,7 +1100,7 @@ This will fail in production.`);
|
|
1100
1100
|
u._hotUpdate(_), delete c.state.value[g], c._s.delete(g);
|
1101
1101
|
}
|
1102
1102
|
if (process.env.NODE_ENV !== "production" && Mi) {
|
1103
|
-
const g =
|
1103
|
+
const g = Lr();
|
1104
1104
|
if (g && g.proxy && // avoid adding stores that are just built for hot module replacement
|
1105
1105
|
!u) {
|
1106
1106
|
const _ = g.proxy, m = "_pStores" in _ ? _._pStores : _._pStores = {};
|
@@ -1168,7 +1168,7 @@ var tP = Object.defineProperty, Z_ = Object.getOwnPropertySymbols, nP = Object.p
|
|
1168
1168
|
for (var t of Z_(e))
|
1169
1169
|
rP.call(e, t) && ev(n, t, e[t]);
|
1170
1170
|
return n;
|
1171
|
-
}, yu = (n) => typeof n == "function", Cu = (n) => typeof n == "string", MC = (n) => Cu(n) && n.trim().length > 0, oP = (n) => typeof n == "number", Di = (n) => typeof n > "u", Ys = (n) => typeof n == "object" && n !== null, iP = (n) =>
|
1171
|
+
}, yu = (n) => typeof n == "function", Cu = (n) => typeof n == "string", MC = (n) => Cu(n) && n.trim().length > 0, oP = (n) => typeof n == "number", Di = (n) => typeof n > "u", Ys = (n) => typeof n == "object" && n !== null, iP = (n) => no(n, "tag") && MC(n.tag), DC = (n) => window.TouchEvent && n instanceof TouchEvent, LC = (n) => no(n, "component") && UC(n.component), aP = (n) => yu(n) || Ys(n), UC = (n) => !Di(n) && (Cu(n) || aP(n) || LC(n)), tv = (n) => Ys(n) && ["height", "width", "right", "left", "top", "bottom"].every((e) => oP(n[e])), no = (n, e) => (Ys(n) || yu(n)) && e in n, sP = /* @__PURE__ */ ((n) => () => n++)(0);
|
1172
1172
|
function fh(n) {
|
1173
1173
|
return DC(n) ? n.targetTouches[0].clientX : n.clientX;
|
1174
1174
|
}
|
@@ -1184,7 +1184,7 @@ var cP = (n) => {
|
|
1184
1184
|
}) : typeof n == "string" ? n : Ba(ee(n)), lP = (n) => {
|
1185
1185
|
if (typeof n == "string")
|
1186
1186
|
return n;
|
1187
|
-
const e =
|
1187
|
+
const e = no(n, "props") && Ys(n.props) ? n.props : {}, t = no(n, "listeners") && Ys(n.listeners) ? n.listeners : {};
|
1188
1188
|
return { component: sc(n), props: e, listeners: t };
|
1189
1189
|
}, uP = () => typeof window < "u", ng = class {
|
1190
1190
|
constructor() {
|
@@ -1204,7 +1204,7 @@ var cP = (n) => {
|
|
1204
1204
|
emit(n, e) {
|
1205
1205
|
this.getHandlers(n).forEach((r) => r(e));
|
1206
1206
|
}
|
1207
|
-
}, dP = (n) => ["on", "off", "emit"].every((e) =>
|
1207
|
+
}, dP = (n) => ["on", "off", "emit"].every((e) => no(n, e) && yu(n[e])), qn;
|
1208
1208
|
(function(n) {
|
1209
1209
|
n.SUCCESS = "success", n.ERROR = "error", n.WARNING = "warning", n.INFO = "info", n.DEFAULT = "default";
|
1210
1210
|
})(qn || (qn = {}));
|
@@ -1216,7 +1216,7 @@ var Yn;
|
|
1216
1216
|
(function(n) {
|
1217
1217
|
n.ADD = "add", n.DISMISS = "dismiss", n.UPDATE = "update", n.CLEAR = "clear", n.UPDATE_DEFAULTS = "update_defaults";
|
1218
1218
|
})(Yn || (Yn = {}));
|
1219
|
-
var
|
1219
|
+
var Nr = "Vue-Toastification", Rr = {
|
1220
1220
|
type: {
|
1221
1221
|
type: String,
|
1222
1222
|
default: qn.DEFAULT
|
@@ -1230,7 +1230,7 @@ var Rr = "Vue-Toastification", kr = {
|
|
1230
1230
|
default: !0
|
1231
1231
|
}
|
1232
1232
|
}, xC = {
|
1233
|
-
type:
|
1233
|
+
type: Rr.type,
|
1234
1234
|
customIcon: {
|
1235
1235
|
type: [String, Boolean, Object, Function],
|
1236
1236
|
default: !0
|
@@ -1240,7 +1240,7 @@ var Rr = "Vue-Toastification", kr = {
|
|
1240
1240
|
type: [String, Object, Function, Boolean],
|
1241
1241
|
default: "button"
|
1242
1242
|
},
|
1243
|
-
classNames:
|
1243
|
+
classNames: Rr.classNames,
|
1244
1244
|
showOnHover: {
|
1245
1245
|
type: Boolean,
|
1246
1246
|
default: !1
|
@@ -1265,25 +1265,25 @@ var Rr = "Vue-Toastification", kr = {
|
|
1265
1265
|
}, FC = {
|
1266
1266
|
transition: {
|
1267
1267
|
type: [Object, String],
|
1268
|
-
default: `${
|
1268
|
+
default: `${Nr}__bounce`
|
1269
1269
|
}
|
1270
1270
|
}, hP = {
|
1271
1271
|
position: {
|
1272
1272
|
type: String,
|
1273
1273
|
default: jl.TOP_RIGHT
|
1274
1274
|
},
|
1275
|
-
draggable:
|
1275
|
+
draggable: Rr.trueBoolean,
|
1276
1276
|
draggablePercent: {
|
1277
1277
|
type: Number,
|
1278
1278
|
default: 0.6
|
1279
1279
|
},
|
1280
|
-
pauseOnFocusLoss:
|
1281
|
-
pauseOnHover:
|
1282
|
-
closeOnClick:
|
1280
|
+
pauseOnFocusLoss: Rr.trueBoolean,
|
1281
|
+
pauseOnHover: Rr.trueBoolean,
|
1282
|
+
closeOnClick: Rr.trueBoolean,
|
1283
1283
|
timeout: ef.timeout,
|
1284
1284
|
hideProgressBar: ef.hideProgressBar,
|
1285
|
-
toastClassName:
|
1286
|
-
bodyClassName:
|
1285
|
+
toastClassName: Rr.classNames,
|
1286
|
+
bodyClassName: Rr.classNames,
|
1287
1287
|
icon: xC.customIcon,
|
1288
1288
|
closeButton: Ml.component,
|
1289
1289
|
closeButtonClassName: Ml.classNames,
|
@@ -1310,7 +1310,7 @@ var Rr = "Vue-Toastification", kr = {
|
|
1310
1310
|
required: !0,
|
1311
1311
|
default: 0
|
1312
1312
|
},
|
1313
|
-
type:
|
1313
|
+
type: Rr.type,
|
1314
1314
|
content: {
|
1315
1315
|
type: [String, Object, Function],
|
1316
1316
|
required: !0,
|
@@ -1332,7 +1332,7 @@ var Rr = "Vue-Toastification", kr = {
|
|
1332
1332
|
],
|
1333
1333
|
default: () => document.body
|
1334
1334
|
},
|
1335
|
-
newestOnTop:
|
1335
|
+
newestOnTop: Rr.trueBoolean,
|
1336
1336
|
maxToasts: {
|
1337
1337
|
type: Number,
|
1338
1338
|
default: 20
|
@@ -1347,7 +1347,7 @@ var Rr = "Vue-Toastification", kr = {
|
|
1347
1347
|
type: Function,
|
1348
1348
|
default: (n) => n
|
1349
1349
|
},
|
1350
|
-
containerClassName:
|
1350
|
+
containerClassName: Rr.classNames,
|
1351
1351
|
onMounted: Function,
|
1352
1352
|
shareAppContext: [Boolean, Object]
|
1353
1353
|
}, So = {
|
@@ -1375,7 +1375,7 @@ var Rr = "Vue-Toastification", kr = {
|
|
1375
1375
|
};
|
1376
1376
|
},
|
1377
1377
|
cpClass() {
|
1378
|
-
return this.hasClass ? `${
|
1378
|
+
return this.hasClass ? `${Nr}__progress-bar` : "";
|
1379
1379
|
}
|
1380
1380
|
},
|
1381
1381
|
watch: {
|
@@ -1410,7 +1410,7 @@ var pP = HC, BC = Re({
|
|
1410
1410
|
return this.component !== !1 ? sc(this.component) : "button";
|
1411
1411
|
},
|
1412
1412
|
classes() {
|
1413
|
-
const n = [`${
|
1413
|
+
const n = [`${Nr}__close-button`];
|
1414
1414
|
return this.showOnHover && n.push("show-on-hover"), n.concat(this.classNames);
|
1415
1415
|
}
|
1416
1416
|
}
|
@@ -1508,13 +1508,13 @@ var FP = WC, zC = Re({
|
|
1508
1508
|
props: So.ICON,
|
1509
1509
|
computed: {
|
1510
1510
|
customIconChildren() {
|
1511
|
-
return
|
1511
|
+
return no(this.customIcon, "iconChildren") ? this.trimValue(this.customIcon.iconChildren) : "";
|
1512
1512
|
},
|
1513
1513
|
customIconClass() {
|
1514
|
-
return Cu(this.customIcon) ? this.trimValue(this.customIcon) :
|
1514
|
+
return Cu(this.customIcon) ? this.trimValue(this.customIcon) : no(this.customIcon, "iconClass") ? this.trimValue(this.customIcon.iconClass) : "";
|
1515
1515
|
},
|
1516
1516
|
customIconTag() {
|
1517
|
-
return
|
1517
|
+
return no(this.customIcon, "iconTag") ? this.trimValue(this.customIcon.iconTag, "i") : "i";
|
1518
1518
|
},
|
1519
1519
|
hasCustomIcon() {
|
1520
1520
|
return this.customIconClass.length > 0;
|
@@ -1532,7 +1532,7 @@ var FP = WC, zC = Re({
|
|
1532
1532
|
}[this.type];
|
1533
1533
|
},
|
1534
1534
|
iconClasses() {
|
1535
|
-
const n = [`${
|
1535
|
+
const n = [`${Nr}__icon`];
|
1536
1536
|
return this.hasCustomIcon ? n.concat(this.customIconClass) : n;
|
1537
1537
|
}
|
1538
1538
|
},
|
@@ -1571,15 +1571,15 @@ var BP = zC, GC = Re({
|
|
1571
1571
|
computed: {
|
1572
1572
|
classes() {
|
1573
1573
|
const n = [
|
1574
|
-
`${
|
1575
|
-
`${
|
1574
|
+
`${Nr}__toast`,
|
1575
|
+
`${Nr}__toast--${this.type}`,
|
1576
1576
|
`${this.position}`
|
1577
1577
|
].concat(this.toastClassName);
|
1578
|
-
return this.disableTransitions && n.push("disable-transition"), this.rtl && n.push(`${
|
1578
|
+
return this.disableTransitions && n.push("disable-transition"), this.rtl && n.push(`${Nr}__toast--rtl`), n;
|
1579
1579
|
},
|
1580
1580
|
bodyClasses() {
|
1581
1581
|
return [
|
1582
|
-
`${
|
1582
|
+
`${Nr}__toast-${Cu(this.content) ? "body" : "component-body"}`
|
1583
1583
|
].concat(this.bodyClassName);
|
1584
1584
|
},
|
1585
1585
|
draggableStyle() {
|
@@ -1606,7 +1606,7 @@ var BP = zC, GC = Re({
|
|
1606
1606
|
this.draggable && this.draggableCleanup(), this.pauseOnFocusLoss && this.focusCleanup();
|
1607
1607
|
},
|
1608
1608
|
methods: {
|
1609
|
-
hasProp:
|
1609
|
+
hasProp: no,
|
1610
1610
|
getVueComponentFromObj: sc,
|
1611
1611
|
closeToast() {
|
1612
1612
|
this.eventBus.emit(Yn.DISMISS, this.id);
|
@@ -1706,7 +1706,7 @@ var KP = GC, qC = Re({
|
|
1706
1706
|
props: So.TRANSITION,
|
1707
1707
|
emits: ["leave"],
|
1708
1708
|
methods: {
|
1709
|
-
hasProp:
|
1709
|
+
hasProp: no,
|
1710
1710
|
leave(n) {
|
1711
1711
|
n instanceof HTMLElement && (n.style.left = n.offsetLeft + "px", n.style.top = n.offsetTop + "px", n.style.width = getComputedStyle(n).width, n.style.position = "absolute");
|
1712
1712
|
}
|
@@ -1793,7 +1793,7 @@ var zP = qC, YC = Re({
|
|
1793
1793
|
this.toasts[n] ? (e.timeout && e.timeout === this.toasts[n].timeout && e.timeout++, this.setToast(Object.assign({}, this.toasts[n], e))) : t && this.addToast(Object.assign({}, { id: n }, e));
|
1794
1794
|
},
|
1795
1795
|
getClasses(n) {
|
1796
|
-
return [`${
|
1796
|
+
return [`${Nr}__container`, n].concat(this.defaults.containerClassName);
|
1797
1797
|
}
|
1798
1798
|
}
|
1799
1799
|
});
|
@@ -1822,7 +1822,7 @@ var qP = YC, ov = (n = {}, e = !0) => {
|
|
1822
1822
|
const a = eN(qP, PC({}, n)), c = a.mount(document.createElement("div")), u = n.onMounted;
|
1823
1823
|
if (Di(u) || u(c, a), n.shareAppContext) {
|
1824
1824
|
const d = n.shareAppContext;
|
1825
|
-
d === !0 ? console.warn(`[${
|
1825
|
+
d === !0 ? console.warn(`[${Nr}] App to share context with was not provided.`) : (a._context.components = d._context.components, a._context.directives = d._context.directives, a._context.mixins = d._context.mixins, a._context.provides = d._context.provides, a.config.globalProperties = d.config.globalProperties);
|
1826
1826
|
}
|
1827
1827
|
});
|
1828
1828
|
const r = (a, c) => {
|
@@ -1846,7 +1846,7 @@ var qP = YC, ov = (n = {}, e = !0) => {
|
|
1846
1846
|
}
|
1847
1847
|
return r.update = o, r.success = (a, c) => r(a, Object.assign({}, c, { type: qn.SUCCESS })), r.info = (a, c) => r(a, Object.assign({}, c, { type: qn.INFO })), r.error = (a, c) => r(a, Object.assign({}, c, { type: qn.ERROR })), r.warning = (a, c) => r(a, Object.assign({}, c, { type: qn.WARNING })), r;
|
1848
1848
|
}, YP = () => {
|
1849
|
-
const n = () => console.warn(`[${
|
1849
|
+
const n = () => console.warn(`[${Nr}] This plugin does not support SSR!`);
|
1850
1850
|
return new Proxy(n, {
|
1851
1851
|
get() {
|
1852
1852
|
return n;
|
@@ -1864,11 +1864,11 @@ var rg = Symbol("VueToastification"), jC = new ng(), jP = (n, e) => {
|
|
1864
1864
|
n.provide(rg, t);
|
1865
1865
|
}, N4 = (n) => {
|
1866
1866
|
const e = Jl(n);
|
1867
|
-
|
1868
|
-
},
|
1867
|
+
Lr() && Z0(rg, e);
|
1868
|
+
}, Cr = (n) => {
|
1869
1869
|
if (n)
|
1870
1870
|
return Jl(n);
|
1871
|
-
const e =
|
1871
|
+
const e = Lr() ? zf(rg, void 0) : void 0;
|
1872
1872
|
return e || Jl(jC);
|
1873
1873
|
}, JP = jP;
|
1874
1874
|
const Se = he(!1), QP = he([]), XP = he([]);
|
@@ -2811,7 +2811,7 @@ const d1 = { class: "d-flex align-center" }, h1 = { key: 1 }, f1 = { class: "ms-
|
|
2811
2811
|
return t;
|
2812
2812
|
}, C1 = /* @__PURE__ */ cc(y1, [["__scopeId", "data-v-ad4e4a5d"]]), E1 = { class: "d-inline-flex" }, T1 = /* @__PURE__ */ Re({
|
2813
2813
|
__name: "UiTable",
|
2814
|
-
props: /* @__PURE__ */
|
2814
|
+
props: /* @__PURE__ */ io({
|
2815
2815
|
headers: {},
|
2816
2816
|
items: { default: () => [] },
|
2817
2817
|
actions: {},
|
@@ -2883,7 +2883,7 @@ const d1 = { class: "d-flex align-center" }, h1 = { key: 1 }, f1 = { class: "ms-
|
|
2883
2883
|
function si(n, e) {
|
2884
2884
|
return typeof n == "function" ? n(e) : n && typeof n == "object" && iv in n ? n[iv](e) : n instanceof Date ? new n.constructor(e) : new Date(e);
|
2885
2885
|
}
|
2886
|
-
function
|
2886
|
+
function Fr(n, e) {
|
2887
2887
|
return si(e || n, n);
|
2888
2888
|
}
|
2889
2889
|
let b1 = {};
|
@@ -2892,14 +2892,14 @@ function Tu() {
|
|
2892
2892
|
}
|
2893
2893
|
function js(n, e) {
|
2894
2894
|
var u, d, f, g;
|
2895
|
-
const t = Tu(), r = (e == null ? void 0 : e.weekStartsOn) ?? ((d = (u = e == null ? void 0 : e.locale) == null ? void 0 : u.options) == null ? void 0 : d.weekStartsOn) ?? t.weekStartsOn ?? ((g = (f = t.locale) == null ? void 0 : f.options) == null ? void 0 : g.weekStartsOn) ?? 0, o =
|
2895
|
+
const t = Tu(), r = (e == null ? void 0 : e.weekStartsOn) ?? ((d = (u = e == null ? void 0 : e.locale) == null ? void 0 : u.options) == null ? void 0 : d.weekStartsOn) ?? t.weekStartsOn ?? ((g = (f = t.locale) == null ? void 0 : f.options) == null ? void 0 : g.weekStartsOn) ?? 0, o = Fr(n, e == null ? void 0 : e.in), a = o.getDay(), c = (a < r ? 7 : 0) + a - r;
|
2896
2896
|
return o.setDate(o.getDate() - c), o.setHours(0, 0, 0, 0), o;
|
2897
2897
|
}
|
2898
2898
|
function Ql(n, e) {
|
2899
2899
|
return js(n, { ...e, weekStartsOn: 1 });
|
2900
2900
|
}
|
2901
2901
|
function ZC(n, e) {
|
2902
|
-
const t =
|
2902
|
+
const t = Fr(n, e == null ? void 0 : e.in), r = t.getFullYear(), o = si(t, 0);
|
2903
2903
|
o.setFullYear(r + 1, 0, 4), o.setHours(0, 0, 0, 0);
|
2904
2904
|
const a = Ql(o), c = si(t, 0);
|
2905
2905
|
c.setFullYear(r, 0, 4), c.setHours(0, 0, 0, 0);
|
@@ -2907,7 +2907,7 @@ function ZC(n, e) {
|
|
2907
2907
|
return t.getTime() >= a.getTime() ? r + 1 : t.getTime() >= u.getTime() ? r : r - 1;
|
2908
2908
|
}
|
2909
2909
|
function av(n) {
|
2910
|
-
const e =
|
2910
|
+
const e = Fr(n), t = new Date(
|
2911
2911
|
Date.UTC(
|
2912
2912
|
e.getFullYear(),
|
2913
2913
|
e.getMonth(),
|
@@ -2928,7 +2928,7 @@ function A1(n, ...e) {
|
|
2928
2928
|
return e.map(t);
|
2929
2929
|
}
|
2930
2930
|
function sv(n, e) {
|
2931
|
-
const t =
|
2931
|
+
const t = Fr(n, e == null ? void 0 : e.in);
|
2932
2932
|
return t.setHours(0, 0, 0, 0), t;
|
2933
2933
|
}
|
2934
2934
|
function I1(n, e, t) {
|
@@ -2947,10 +2947,10 @@ function O1(n) {
|
|
2947
2947
|
return n instanceof Date || typeof n == "object" && Object.prototype.toString.call(n) === "[object Date]";
|
2948
2948
|
}
|
2949
2949
|
function k1(n) {
|
2950
|
-
return !(!O1(n) && typeof n != "number" || isNaN(+
|
2950
|
+
return !(!O1(n) && typeof n != "number" || isNaN(+Fr(n)));
|
2951
2951
|
}
|
2952
2952
|
function R1(n, e) {
|
2953
|
-
const t =
|
2953
|
+
const t = Fr(n, e == null ? void 0 : e.in);
|
2954
2954
|
return t.setFullYear(t.getFullYear(), 0, 1), t.setHours(0, 0, 0, 0), t;
|
2955
2955
|
}
|
2956
2956
|
const N1 = {
|
@@ -3385,16 +3385,16 @@ const j1 = /^(\d+)(th|st|nd|rd)?/i, J1 = /\d+/i, Q1 = {
|
|
3385
3385
|
}
|
3386
3386
|
};
|
3387
3387
|
function cM(n, e) {
|
3388
|
-
const t =
|
3388
|
+
const t = Fr(n, e == null ? void 0 : e.in);
|
3389
3389
|
return I1(t, R1(t)) + 1;
|
3390
3390
|
}
|
3391
3391
|
function lM(n, e) {
|
3392
|
-
const t =
|
3392
|
+
const t = Fr(n, e == null ? void 0 : e.in), r = +Ql(t) - +S1(t);
|
3393
3393
|
return Math.round(r / XC) + 1;
|
3394
3394
|
}
|
3395
3395
|
function eE(n, e) {
|
3396
3396
|
var g, _, m, E;
|
3397
|
-
const t =
|
3397
|
+
const t = Fr(n, e == null ? void 0 : e.in), r = t.getFullYear(), o = Tu(), a = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((_ = (g = e == null ? void 0 : e.locale) == null ? void 0 : g.options) == null ? void 0 : _.firstWeekContainsDate) ?? o.firstWeekContainsDate ?? ((E = (m = o.locale) == null ? void 0 : m.options) == null ? void 0 : E.firstWeekContainsDate) ?? 1, c = si((e == null ? void 0 : e.in) || n, 0);
|
3398
3398
|
c.setFullYear(r + 1, 0, a), c.setHours(0, 0, 0, 0);
|
3399
3399
|
const u = js(c, e), d = si((e == null ? void 0 : e.in) || n, 0);
|
3400
3400
|
d.setFullYear(r, 0, a), d.setHours(0, 0, 0, 0);
|
@@ -3407,7 +3407,7 @@ function uM(n, e) {
|
|
3407
3407
|
return a.setFullYear(o, 0, r), a.setHours(0, 0, 0, 0), js(a, e);
|
3408
3408
|
}
|
3409
3409
|
function dM(n, e) {
|
3410
|
-
const t =
|
3410
|
+
const t = Fr(n, e == null ? void 0 : e.in), r = +js(t, e) - +uM(t, e);
|
3411
3411
|
return Math.round(r / XC) + 1;
|
3412
3412
|
}
|
3413
3413
|
function nt(n, e) {
|
@@ -4109,7 +4109,7 @@ function CM(n, e, t) {
|
|
4109
4109
|
const EM = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, TM = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, wM = /^'([^]*?)'?$/, bM = /''/g, AM = /[a-zA-Z]/;
|
4110
4110
|
function IM(n, e, t) {
|
4111
4111
|
var g, _, m, E, y, T, S, b;
|
4112
|
-
const r = Tu(), o = (t == null ? void 0 : t.locale) ?? r.locale ?? ig, a = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((_ = (g = t == null ? void 0 : t.locale) == null ? void 0 : g.options) == null ? void 0 : _.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((E = (m = r.locale) == null ? void 0 : m.options) == null ? void 0 : E.firstWeekContainsDate) ?? 1, c = (t == null ? void 0 : t.weekStartsOn) ?? ((T = (y = t == null ? void 0 : t.locale) == null ? void 0 : y.options) == null ? void 0 : T.weekStartsOn) ?? r.weekStartsOn ?? ((b = (S = r.locale) == null ? void 0 : S.options) == null ? void 0 : b.weekStartsOn) ?? 0, u =
|
4112
|
+
const r = Tu(), o = (t == null ? void 0 : t.locale) ?? r.locale ?? ig, a = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((_ = (g = t == null ? void 0 : t.locale) == null ? void 0 : g.options) == null ? void 0 : _.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((E = (m = r.locale) == null ? void 0 : m.options) == null ? void 0 : E.firstWeekContainsDate) ?? 1, c = (t == null ? void 0 : t.weekStartsOn) ?? ((T = (y = t == null ? void 0 : t.locale) == null ? void 0 : y.options) == null ? void 0 : T.weekStartsOn) ?? r.weekStartsOn ?? ((b = (S = r.locale) == null ? void 0 : S.options) == null ? void 0 : b.weekStartsOn) ?? 0, u = Fr(n, t == null ? void 0 : t.in);
|
4113
4113
|
if (!k1(u))
|
4114
4114
|
throw new RangeError("Invalid time value");
|
4115
4115
|
let d = e.match(TM).map((O) => {
|
@@ -5333,10 +5333,10 @@ const hv = {
|
|
5333
5333
|
* (c) 2025 kazuya kawaguchi
|
5334
5334
|
* Released under the MIT License.
|
5335
5335
|
*/
|
5336
|
-
const
|
5336
|
+
const Ur = typeof window < "u";
|
5337
5337
|
let Jn, $i;
|
5338
5338
|
if (process.env.NODE_ENV !== "production") {
|
5339
|
-
const n =
|
5339
|
+
const n = Ur && window.performance;
|
5340
5340
|
n && n.mark && n.measure && n.clearMarks && // @ts-ignore browser compat
|
5341
5341
|
n.clearMeasures && (Jn = (e) => {
|
5342
5342
|
n.mark(e);
|
@@ -5355,7 +5355,7 @@ function gv(n) {
|
|
5355
5355
|
return n.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
5356
5356
|
}
|
5357
5357
|
const gL = Object.prototype.hasOwnProperty;
|
5358
|
-
function
|
5358
|
+
function Pr(n, e) {
|
5359
5359
|
return gL.call(n, e);
|
5360
5360
|
}
|
5361
5361
|
const Nt = Array.isArray, ct = (n) => typeof n == "function", ae = (n) => typeof n == "string", je = (n) => typeof n == "boolean", qe = (n) => n !== null && typeof n == "object", mL = (n) => qe(n) && ct(n.then) && ct(n.catch), nE = Object.prototype.toString, ag = (n) => nE.call(n), Be = (n) => ag(n) === "[object Object]", pL = (n) => n == null ? "" : Nt(n) || Be(n) && n.toString === nE ? JSON.stringify(n, null, 2) : String(n);
|
@@ -5739,13 +5739,13 @@ function RL(n, e = {}) {
|
|
5739
5739
|
let k = "";
|
5740
5740
|
return I.currentChar() === "-" ? (I.next(), k += `-${Ht(I)}`) : k += Ht(I), I.currentChar() === Jo && _(Oe.UNTERMINATED_CLOSING_BRACE, a(), 0), k;
|
5741
5741
|
}
|
5742
|
-
function
|
5742
|
+
function $r(I) {
|
5743
5743
|
return I !== _v && I !== Tn;
|
5744
5744
|
}
|
5745
5745
|
function gi(I) {
|
5746
5746
|
S(I), y(I, "'");
|
5747
5747
|
let k = "", j = "";
|
5748
|
-
for (; k = ye(I,
|
5748
|
+
for (; k = ye(I, $r); )
|
5749
5749
|
k === "\\" ? j += os(I) : j += k;
|
5750
5750
|
const ce = I.currentChar();
|
5751
5751
|
return ce === Tn || ce === Jo ? (_(Oe.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, a(), 0), ce === Tn && (I.next(), y(I, "'")), j) : (y(I, "'"), j);
|
@@ -5757,14 +5757,14 @@ function RL(n, e = {}) {
|
|
5757
5757
|
case "'":
|
5758
5758
|
return I.next(), `\\${k}`;
|
5759
5759
|
case "u":
|
5760
|
-
return
|
5760
|
+
return Vr(I, k, 4);
|
5761
5761
|
case "U":
|
5762
|
-
return
|
5762
|
+
return Vr(I, k, 6);
|
5763
5763
|
default:
|
5764
5764
|
return _(Oe.UNKNOWN_ESCAPE_SEQUENCE, a(), 0, k), "";
|
5765
5765
|
}
|
5766
5766
|
}
|
5767
|
-
function
|
5767
|
+
function Vr(I, k, j) {
|
5768
5768
|
y(I, k);
|
5769
5769
|
let ce = "";
|
5770
5770
|
for (let at = 0; at < j; at++) {
|
@@ -5977,7 +5977,7 @@ function DL(n = {}) {
|
|
5977
5977
|
return O.type !== 11 ? (r(b, Oe.UNEXPECTED_EMPTY_LINKED_MODIFIER, D.lastStartLoc, 0), J.value = "", a(J, L, W), {
|
5978
5978
|
nextConsumeToken: O,
|
5979
5979
|
node: J
|
5980
|
-
}) : (O.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, D.lastStartLoc, 0,
|
5980
|
+
}) : (O.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, D.lastStartLoc, 0, qr(O)), J.value = O.value || "", a(J, b.currentOffset(), b.currentPosition()), {
|
5981
5981
|
node: J
|
5982
5982
|
});
|
5983
5983
|
}
|
@@ -5992,18 +5992,18 @@ function DL(n = {}) {
|
|
5992
5992
|
const W = g(b);
|
5993
5993
|
D.modifier = W.node, L = W.nextConsumeToken || b.nextToken();
|
5994
5994
|
}
|
5995
|
-
switch (L.type !== 9 && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0,
|
5995
|
+
switch (L.type !== 9 && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, qr(L)), L = b.nextToken(), L.type === 2 && (L = b.nextToken()), L.type) {
|
5996
5996
|
case 10:
|
5997
|
-
L.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0,
|
5997
|
+
L.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, qr(L)), D.key = _(b, L.value || "");
|
5998
5998
|
break;
|
5999
5999
|
case 4:
|
6000
|
-
L.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0,
|
6000
|
+
L.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, qr(L)), D.key = d(b, L.value || "");
|
6001
6001
|
break;
|
6002
6002
|
case 5:
|
6003
|
-
L.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0,
|
6003
|
+
L.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, qr(L)), D.key = u(b, L.value || "");
|
6004
6004
|
break;
|
6005
6005
|
case 6:
|
6006
|
-
L.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0,
|
6006
|
+
L.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, qr(L)), D.key = f(b, L.value || "");
|
6007
6007
|
break;
|
6008
6008
|
default: {
|
6009
6009
|
r(b, Oe.UNEXPECTED_EMPTY_LINKED_KEY, O.lastStartLoc, 0);
|
@@ -6026,16 +6026,16 @@ function DL(n = {}) {
|
|
6026
6026
|
const de = J || b.nextToken();
|
6027
6027
|
switch (J = null, de.type) {
|
6028
6028
|
case 0:
|
6029
|
-
de.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0,
|
6029
|
+
de.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, qr(de)), W.items.push(c(b, de.value || ""));
|
6030
6030
|
break;
|
6031
6031
|
case 5:
|
6032
|
-
de.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0,
|
6032
|
+
de.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, qr(de)), W.items.push(u(b, de.value || ""));
|
6033
6033
|
break;
|
6034
6034
|
case 4:
|
6035
|
-
de.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0,
|
6035
|
+
de.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, qr(de)), W.items.push(d(b, de.value || ""));
|
6036
6036
|
break;
|
6037
6037
|
case 6:
|
6038
|
-
de.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0,
|
6038
|
+
de.value == null && r(b, Oe.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, qr(de)), W.items.push(f(b, de.value || ""));
|
6039
6039
|
break;
|
6040
6040
|
case 7: {
|
6041
6041
|
const ne = m(b);
|
@@ -6068,7 +6068,7 @@ function DL(n = {}) {
|
|
6068
6068
|
}
|
6069
6069
|
return { parse: S };
|
6070
6070
|
}
|
6071
|
-
function
|
6071
|
+
function qr(n) {
|
6072
6072
|
if (n.type === 13)
|
6073
6073
|
return "EOF";
|
6074
6074
|
const e = (n.value || "").replace(/\r?\n/gu, "\\n");
|
@@ -6375,7 +6375,7 @@ function qL() {
|
|
6375
6375
|
typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Li().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Li().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
|
6376
6376
|
}
|
6377
6377
|
function yr(n) {
|
6378
|
-
return qe(n) && dg(n) === 0 && (
|
6378
|
+
return qe(n) && dg(n) === 0 && (Pr(n, "b") || Pr(n, "body"));
|
6379
6379
|
}
|
6380
6380
|
const rE = ["b", "body"];
|
6381
6381
|
function YL(n) {
|
@@ -6421,7 +6421,7 @@ function ZL(n) {
|
|
6421
6421
|
function di(n, e, t) {
|
6422
6422
|
for (let r = 0; r < e.length; r++) {
|
6423
6423
|
const o = e[r];
|
6424
|
-
if (
|
6424
|
+
if (Pr(n, o) && n[o] != null)
|
6425
6425
|
return n[o];
|
6426
6426
|
}
|
6427
6427
|
return t;
|
@@ -6476,17 +6476,17 @@ function rf(n, e) {
|
|
6476
6476
|
return ul(e, t);
|
6477
6477
|
case 4: {
|
6478
6478
|
const r = e;
|
6479
|
-
if (
|
6479
|
+
if (Pr(r, "k") && r.k)
|
6480
6480
|
return n.interpolate(n.named(r.k));
|
6481
|
-
if (
|
6481
|
+
if (Pr(r, "key") && r.key)
|
6482
6482
|
return n.interpolate(n.named(r.key));
|
6483
6483
|
throw Js(t);
|
6484
6484
|
}
|
6485
6485
|
case 5: {
|
6486
6486
|
const r = e;
|
6487
|
-
if (
|
6487
|
+
if (Pr(r, "i") && Ft(r.i))
|
6488
6488
|
return n.interpolate(n.list(r.i));
|
6489
|
-
if (
|
6489
|
+
if (Pr(r, "index") && Ft(r.index))
|
6490
6490
|
return n.interpolate(n.list(r.index));
|
6491
6491
|
throw Js(t);
|
6492
6492
|
}
|
@@ -7327,7 +7327,7 @@ function wE(n, e, t, r, o, a) {
|
|
7327
7327
|
}
|
7328
7328
|
_ = c[m] || it();
|
7329
7329
|
let O = null, D, L;
|
7330
|
-
if (process.env.NODE_ENV !== "production" &&
|
7330
|
+
if (process.env.NODE_ENV !== "production" && Ur && (O = window.performance.now(), D = "intlify-message-resolve-start", L = "intlify-message-resolve-end", Jn && Jn(D)), (E = d(_, e)) === null && (E = _[e]), process.env.NODE_ENV !== "production" && Ur) {
|
7331
7331
|
const W = window.performance.now(), J = n.__v_emitter;
|
7332
7332
|
J && O && E && J.emit("message-resolve", {
|
7333
7333
|
type: "message-resolve",
|
@@ -7365,9 +7365,9 @@ function bE(n, e, t, r, o, a) {
|
|
7365
7365
|
return m.locale = t, m.key = e, m;
|
7366
7366
|
}
|
7367
7367
|
let d = null, f, g;
|
7368
|
-
process.env.NODE_ENV !== "production" &&
|
7368
|
+
process.env.NODE_ENV !== "production" && Ur && (d = window.performance.now(), f = "intlify-message-compilation-start", g = "intlify-message-compilation-end", Jn && Jn(f));
|
7369
7369
|
const _ = c(r, zU(n, t, o, r, u, a));
|
7370
|
-
if (process.env.NODE_ENV !== "production" &&
|
7370
|
+
if (process.env.NODE_ENV !== "production" && Ur) {
|
7371
7371
|
const m = window.performance.now(), E = n.__v_emitter;
|
7372
7372
|
E && d && E.emit("message-compilation", {
|
7373
7373
|
type: "message-compilation",
|
@@ -7380,9 +7380,9 @@ function bE(n, e, t, r, o, a) {
|
|
7380
7380
|
}
|
7381
7381
|
function WU(n, e, t) {
|
7382
7382
|
let r = null, o, a;
|
7383
|
-
process.env.NODE_ENV !== "production" &&
|
7383
|
+
process.env.NODE_ENV !== "production" && Ur && (r = window.performance.now(), o = "intlify-message-evaluation-start", a = "intlify-message-evaluation-end", Jn && Jn(o));
|
7384
7384
|
const c = e(t);
|
7385
|
-
if (process.env.NODE_ENV !== "production" &&
|
7385
|
+
if (process.env.NODE_ENV !== "production" && Ur) {
|
7386
7386
|
const u = window.performance.now(), d = n.__v_emitter;
|
7387
7387
|
d && r && d.emit("message-evaluation", {
|
7388
7388
|
type: "message-evaluation",
|
@@ -7505,7 +7505,7 @@ const JU = {
|
|
7505
7505
|
[ft.NOT_INSTALLED_WITH_PROVIDE]: "Need to install with `provide` function",
|
7506
7506
|
[ft.NOT_COMPATIBLE_LEGACY_VUE_I18N]: "Not compatible legacy VueI18n.",
|
7507
7507
|
[ft.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
|
7508
|
-
}, cf = /* @__PURE__ */ co("__translateVNode"), lf = /* @__PURE__ */ co("__datetimeParts"), uf = /* @__PURE__ */ co("__numberParts"), Ki = /* @__PURE__ */ co("__enableEmitter"), Zs = /* @__PURE__ */ co("__disableEmitter"), AE = co("__setPluralRules"), IE = /* @__PURE__ */ co("__injectWithOption"), df = /* @__PURE__ */ co("__dispose"),
|
7508
|
+
}, cf = /* @__PURE__ */ co("__translateVNode"), lf = /* @__PURE__ */ co("__datetimeParts"), uf = /* @__PURE__ */ co("__numberParts"), Ki = /* @__PURE__ */ co("__enableEmitter"), Zs = /* @__PURE__ */ co("__disableEmitter"), AE = co("__setPluralRules"), IE = /* @__PURE__ */ co("__injectWithOption"), df = /* @__PURE__ */ co("__dispose"), Qr = {
|
7509
7509
|
FALLBACK_TO_ROOT: wU,
|
7510
7510
|
// 8
|
7511
7511
|
NOT_FOUND_PARENT_SCOPE: 9,
|
@@ -7519,18 +7519,18 @@ const JU = {
|
|
7519
7519
|
*/
|
7520
7520
|
DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE: 12
|
7521
7521
|
}, QU = {
|
7522
|
-
[
|
7523
|
-
[
|
7524
|
-
[
|
7522
|
+
[Qr.FALLBACK_TO_ROOT]: "Fall back to {type} '{key}' with root locale.",
|
7523
|
+
[Qr.NOT_FOUND_PARENT_SCOPE]: "Not found parent scope. use the global scope.",
|
7524
|
+
[Qr.IGNORE_OBJ_FLATTEN]: "Ignore object flatten: '{key}' key has an string value",
|
7525
7525
|
/**
|
7526
7526
|
* @deprecated will be removed at vue-i18n v12
|
7527
7527
|
*/
|
7528
|
-
[
|
7528
|
+
[Qr.DEPRECATE_LEGACY_MODE]: `Legacy API mode has been deprecated in v11. Use Composition API mode instead.
|
7529
7529
|
About how to use the Composition API mode, see https://vue-i18n.intlify.dev/guide/advanced/composition.html`,
|
7530
7530
|
/**
|
7531
7531
|
* @deprecated will be removed at vue-i18n v12
|
7532
7532
|
*/
|
7533
|
-
[
|
7533
|
+
[Qr.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE]: "'v-t' has been deprecated in v11. Use translate APIs ('t' or '$t') instead."
|
7534
7534
|
};
|
7535
7535
|
function lc(n, ...e) {
|
7536
7536
|
return bu(QU[n], ...e);
|
@@ -7539,7 +7539,7 @@ function ec(n) {
|
|
7539
7539
|
if (!qe(n) || yr(n))
|
7540
7540
|
return n;
|
7541
7541
|
for (const e in n)
|
7542
|
-
if (
|
7542
|
+
if (Pr(n, e))
|
7543
7543
|
if (!e.includes("."))
|
7544
7544
|
qe(n[e]) && ec(n[e]);
|
7545
7545
|
else {
|
@@ -7549,7 +7549,7 @@ function ec(n) {
|
|
7549
7549
|
if (t[c] === "__proto__")
|
7550
7550
|
throw new Error(`unsafe key: ${t[c]}`);
|
7551
7551
|
if (t[c] in o || (o[t[c]] = it()), !qe(o[t[c]])) {
|
7552
|
-
process.env.NODE_ENV !== "production" && ui(lc(
|
7552
|
+
process.env.NODE_ENV !== "production" && ui(lc(Qr.IGNORE_OBJ_FLATTEN, {
|
7553
7553
|
key: t[c]
|
7554
7554
|
})), a = !0;
|
7555
7555
|
break;
|
@@ -7573,7 +7573,7 @@ function gg(n, e) {
|
|
7573
7573
|
ae(u) && Dl(JSON.parse(u), c);
|
7574
7574
|
}), o == null && a)
|
7575
7575
|
for (const u in c)
|
7576
|
-
|
7576
|
+
Pr(c, u) && ec(c[u]);
|
7577
7577
|
return c;
|
7578
7578
|
}
|
7579
7579
|
function SE(n) {
|
@@ -7610,15 +7610,15 @@ function Lv(n) {
|
|
7610
7610
|
const Uv = "__INTLIFY_META__", xv = () => [], XU = () => !1;
|
7611
7611
|
let Fv = 0;
|
7612
7612
|
function Hv(n) {
|
7613
|
-
return (e, t, r, o) => n(t, r,
|
7613
|
+
return (e, t, r, o) => n(t, r, Lr() || void 0, o);
|
7614
7614
|
}
|
7615
7615
|
const ZU = /* @__NO_SIDE_EFFECTS__ */ () => {
|
7616
|
-
const n =
|
7616
|
+
const n = Lr();
|
7617
7617
|
let e = null;
|
7618
7618
|
return n && (e = SE(n)[Uv]) ? { [Uv]: e } : null;
|
7619
7619
|
};
|
7620
7620
|
function mg(n = {}) {
|
7621
|
-
const { __root: e, __injectWithOption: t } = n, r = e === void 0, o = n.flatJson, a =
|
7621
|
+
const { __root: e, __injectWithOption: t } = n, r = e === void 0, o = n.flatJson, a = Ur ? he : rN;
|
7622
7622
|
let c = je(n.inheritLocale) ? n.inheritLocale : !0;
|
7623
7623
|
const u = a(
|
7624
7624
|
// prettier-ignore
|
@@ -7690,33 +7690,33 @@ function mg(n = {}) {
|
|
7690
7690
|
function Dt($, Z) {
|
7691
7691
|
return $ !== "translate" || !Z.resolvedMessage;
|
7692
7692
|
}
|
7693
|
-
const _n = ($, Z, $e, rt,
|
7693
|
+
const _n = ($, Z, $e, rt, Er, Ho) => {
|
7694
7694
|
de();
|
7695
|
-
let
|
7695
|
+
let Kr;
|
7696
7696
|
try {
|
7697
|
-
process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, r || (M.fallbackContext = e ? PU() : void 0),
|
7697
|
+
process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, r || (M.fallbackContext = e ? PU() : void 0), Kr = $(M);
|
7698
7698
|
} finally {
|
7699
7699
|
process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, r || (M.fallbackContext = void 0);
|
7700
7700
|
}
|
7701
7701
|
if ($e !== "translate exists" && // for not `te` (e.g `t`)
|
7702
|
-
Ft(
|
7703
|
-
const [
|
7704
|
-
if (process.env.NODE_ENV !== "production" && e && ae(
|
7705
|
-
key:
|
7702
|
+
Ft(Kr) && Kr === Iu || $e === "translate exists" && !Kr) {
|
7703
|
+
const [Tr, as] = Z();
|
7704
|
+
if (process.env.NODE_ENV !== "production" && e && ae(Tr) && Dt($e, as) && (y && (Su(E, Tr) || vE(m, Tr)) && ui(lc(Qr.FALLBACK_TO_ROOT, {
|
7705
|
+
key: Tr,
|
7706
7706
|
type: $e
|
7707
7707
|
})), process.env.NODE_ENV !== "production")) {
|
7708
7708
|
const { __v_emitter: Xi } = M;
|
7709
7709
|
Xi && y && Xi.emit("fallback", {
|
7710
7710
|
type: $e,
|
7711
|
-
key:
|
7711
|
+
key: Tr,
|
7712
7712
|
to: "global",
|
7713
|
-
groupId: `${$e}:${
|
7713
|
+
groupId: `${$e}:${Tr}`
|
7714
7714
|
});
|
7715
7715
|
}
|
7716
|
-
return e && y ? rt(e) :
|
7716
|
+
return e && y ? rt(e) : Er(Tr);
|
7717
7717
|
} else {
|
7718
|
-
if (Ho(
|
7719
|
-
return
|
7718
|
+
if (Ho(Kr))
|
7719
|
+
return Kr;
|
7720
7720
|
throw Mn(ft.UNEXPECTED_RETURN_TYPE);
|
7721
7721
|
}
|
7722
7722
|
};
|
@@ -7735,15 +7735,15 @@ function mg(n = {}) {
|
|
7735
7735
|
function rs(...$) {
|
7736
7736
|
return _n((Z) => Reflect.apply(Rv, null, [Z, ...$]), () => af(...$), "number format", (Z) => Reflect.apply(Z.n, Z, [...$]), () => Xl, (Z) => ae(Z));
|
7737
7737
|
}
|
7738
|
-
function
|
7738
|
+
function $r($) {
|
7739
7739
|
return $.map((Z) => ae(Z) || Ft(Z) || je(Z) ? Lv(String(Z)) : Z);
|
7740
7740
|
}
|
7741
7741
|
const os = {
|
7742
|
-
normalize:
|
7742
|
+
normalize: $r,
|
7743
7743
|
interpolate: ($) => $,
|
7744
7744
|
type: "vnode"
|
7745
7745
|
};
|
7746
|
-
function
|
7746
|
+
function Vr(...$) {
|
7747
7747
|
return _n((Z) => {
|
7748
7748
|
let $e;
|
7749
7749
|
const rt = Z;
|
@@ -7768,15 +7768,15 @@ function mg(n = {}) {
|
|
7768
7768
|
return _n(() => {
|
7769
7769
|
if (!$)
|
7770
7770
|
return !1;
|
7771
|
-
const $e = ae(Z) ? Z : u.value, rt = Dn($e),
|
7772
|
-
return yr(
|
7771
|
+
const $e = ae(Z) ? Z : u.value, rt = Dn($e), Er = M.messageResolver(rt, $);
|
7772
|
+
return yr(Er) || _r(Er) || ae(Er);
|
7773
7773
|
}, () => [$], "translate exists", ($e) => Reflect.apply($e.te, $e, [$, Z]), XU, ($e) => je($e));
|
7774
7774
|
}
|
7775
7775
|
function Fo($) {
|
7776
7776
|
let Z = null;
|
7777
7777
|
const $e = hE(M, d.value, u.value);
|
7778
7778
|
for (let rt = 0; rt < $e.length; rt++) {
|
7779
|
-
const
|
7779
|
+
const Er = f.value[$e[rt]] || {}, Ho = M.messageResolver(Er, $);
|
7780
7780
|
if (Ho != null) {
|
7781
7781
|
Z = Ho;
|
7782
7782
|
break;
|
@@ -7795,7 +7795,7 @@ function mg(n = {}) {
|
|
7795
7795
|
if (o) {
|
7796
7796
|
const $e = { [$]: Z };
|
7797
7797
|
for (const rt in $e)
|
7798
|
-
|
7798
|
+
Pr($e, rt) && ec($e[rt]);
|
7799
7799
|
Z = $e[$];
|
7800
7800
|
}
|
7801
7801
|
f.value[$] = Z, M.messages = f.value;
|
@@ -7805,7 +7805,7 @@ function mg(n = {}) {
|
|
7805
7805
|
const $e = { [$]: Z };
|
7806
7806
|
if (o)
|
7807
7807
|
for (const rt in $e)
|
7808
|
-
|
7808
|
+
Pr($e, rt) && ec($e[rt]);
|
7809
7809
|
Z = $e[$], Dl(Z, f.value[$]), M.messages = f.value;
|
7810
7810
|
}
|
7811
7811
|
function I($) {
|
@@ -7826,7 +7826,7 @@ function mg(n = {}) {
|
|
7826
7826
|
function ut($, Z) {
|
7827
7827
|
_.value[$] = Wt(_.value[$] || {}, Z), M.numberFormats = _.value, Nv(M, $, Z);
|
7828
7828
|
}
|
7829
|
-
Fv++, e &&
|
7829
|
+
Fv++, e && Ur && (Ro(e.locale, ($) => {
|
7830
7830
|
c && (u.value = $, M.locale = $, Ts(M, u.value, d.value));
|
7831
7831
|
}), Ro(e.fallbackLocale, ($) => {
|
7832
7832
|
c && (d.value = $, M.fallbackLocale = $, Ts(M, u.value, d.value));
|
@@ -7900,7 +7900,7 @@ function mg(n = {}) {
|
|
7900
7900
|
setMissingHandler: _t,
|
7901
7901
|
[AE]: Uo
|
7902
7902
|
};
|
7903
|
-
return ze.datetimeFormats = Je, ze.numberFormats = Mt, ze.rt = fi, ze.te = xo, ze.tm = Qt, ze.d = ns, ze.n = rs, ze.getDateTimeFormat = I, ze.setDateTimeFormat = k, ze.mergeDateTimeFormat = j, ze.getNumberFormat = ce, ze.setNumberFormat = at, ze.mergeNumberFormat = ut, ze[IE] = t, ze[cf] =
|
7903
|
+
return ze.datetimeFormats = Je, ze.numberFormats = Mt, ze.rt = fi, ze.te = xo, ze.tm = Qt, ze.d = ns, ze.n = rs, ze.getDateTimeFormat = I, ze.setDateTimeFormat = k, ze.mergeDateTimeFormat = j, ze.getNumberFormat = ce, ze.setNumberFormat = at, ze.mergeNumberFormat = ut, ze[IE] = t, ze[cf] = Vr, ze[lf] = is, ze[uf] = lo, process.env.NODE_ENV !== "production" && (ze[Ki] = ($) => {
|
7904
7904
|
M.__v_emitter = $;
|
7905
7905
|
}, ze[Zs] = () => {
|
7906
7906
|
M.__v_emitter = void 0;
|
@@ -8373,7 +8373,7 @@ function ff(n = {}) {
|
|
8373
8373
|
function gx(n, e, t) {
|
8374
8374
|
return {
|
8375
8375
|
beforeCreate() {
|
8376
|
-
const r =
|
8376
|
+
const r = Lr();
|
8377
8377
|
if (!r)
|
8378
8378
|
throw Mn(ft.UNEXPECTED_ERROR);
|
8379
8379
|
const o = this.$options;
|
@@ -8412,7 +8412,7 @@ function gx(n, e, t) {
|
|
8412
8412
|
}
|
8413
8413
|
},
|
8414
8414
|
unmounted() {
|
8415
|
-
const r =
|
8415
|
+
const r = Lr();
|
8416
8416
|
if (!r)
|
8417
8417
|
throw Mn(ft.UNEXPECTED_ERROR);
|
8418
8418
|
const o = this.$i18n;
|
@@ -8475,7 +8475,7 @@ const px = /* @__PURE__ */ Re({
|
|
8475
8475
|
/* eslint-enable */
|
8476
8476
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
8477
8477
|
setup(n, e) {
|
8478
|
-
const { slots: t, attrs: r } = e, o = n.i18n ||
|
8478
|
+
const { slots: t, attrs: r } = e, o = n.i18n || Hr({
|
8479
8479
|
useScope: n.scope,
|
8480
8480
|
__useComponent: !0
|
8481
8481
|
});
|
@@ -8521,7 +8521,7 @@ const vx = /* @__PURE__ */ Re({
|
|
8521
8521
|
/* eslint-enable */
|
8522
8522
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
8523
8523
|
setup(n, e) {
|
8524
|
-
const t = n.i18n ||
|
8524
|
+
const t = n.i18n || Hr({
|
8525
8525
|
useScope: n.scope,
|
8526
8526
|
__useComponent: !0
|
8527
8527
|
});
|
@@ -8542,7 +8542,7 @@ function yx(n, e) {
|
|
8542
8542
|
}
|
8543
8543
|
function Cx(n) {
|
8544
8544
|
const e = (c) => {
|
8545
|
-
process.env.NODE_ENV !== "production" && cg(lc(
|
8545
|
+
process.env.NODE_ENV !== "production" && cg(lc(Qr.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE));
|
8546
8546
|
const { instance: u, value: d } = c;
|
8547
8547
|
if (!u || !u.$)
|
8548
8548
|
throw Mn(ft.UNEXPECTED_ERROR);
|
@@ -8555,12 +8555,12 @@ function Cx(n) {
|
|
8555
8555
|
return {
|
8556
8556
|
created: (c, u) => {
|
8557
8557
|
const [d, f] = e(u);
|
8558
|
-
|
8558
|
+
Ur && n.global === f && (c.__i18nWatcher = Ro(f.locale, () => {
|
8559
8559
|
u.instance && u.instance.$forceUpdate();
|
8560
8560
|
})), c.__composer = f, c.textContent = d;
|
8561
8561
|
},
|
8562
8562
|
unmounted: (c) => {
|
8563
|
-
|
8563
|
+
Ur && c.__i18nWatcher && (c.__i18nWatcher(), c.__i18nWatcher = void 0, delete c.__i18nWatcher), c.__composer && (c.__composer = void 0, delete c.__composer);
|
8564
8564
|
},
|
8565
8565
|
beforeUpdate: (c, { value: u }) => {
|
8566
8566
|
if (c.__composer) {
|
@@ -8597,7 +8597,7 @@ function Ex(n, e, ...t) {
|
|
8597
8597
|
const Tx = /* @__PURE__ */ co("global-vue-i18n");
|
8598
8598
|
function wx(n = {}) {
|
8599
8599
|
const e = __VUE_I18N_LEGACY_API__ && je(n.legacy) ? n.legacy : __VUE_I18N_LEGACY_API__;
|
8600
|
-
process.env.NODE_ENV !== "production" && e && cg(lc(
|
8600
|
+
process.env.NODE_ENV !== "production" && e && cg(lc(Qr.DEPRECATE_LEGACY_MODE));
|
8601
8601
|
const t = je(n.globalInjection) ? n.globalInjection : !0, r = /* @__PURE__ */ new Map(), [o, a] = bx(n, e), c = /* @__PURE__ */ co(process.env.NODE_ENV !== "production" ? "vue-i18n" : "");
|
8602
8602
|
function u(_) {
|
8603
8603
|
return r.get(_) || null;
|
@@ -8656,8 +8656,8 @@ function wx(n = {}) {
|
|
8656
8656
|
};
|
8657
8657
|
return g;
|
8658
8658
|
}
|
8659
|
-
function
|
8660
|
-
const e =
|
8659
|
+
function Hr(n = {}) {
|
8660
|
+
const e = Lr();
|
8661
8661
|
if (e == null)
|
8662
8662
|
throw Mn(ft.MUST_BE_CALL_SETUP_TOP);
|
8663
8663
|
if (!e.isCE && e.appContext.app != null && !e.appContext.app.__VUE_I18N_SYMBOL__)
|
@@ -8667,7 +8667,7 @@ function Fr(n = {}) {
|
|
8667
8667
|
return OE(r, n, o), r;
|
8668
8668
|
if (a === "parent") {
|
8669
8669
|
let d = Ox(t, e, n.__useComponent);
|
8670
|
-
return d == null && (process.env.NODE_ENV !== "production" && ui(lc(
|
8670
|
+
return d == null && (process.env.NODE_ENV !== "production" && ui(lc(Qr.NOT_FOUND_PARENT_SCOPE)), d = r), d;
|
8671
8671
|
}
|
8672
8672
|
const c = t;
|
8673
8673
|
let u = c.__getInstance(e);
|
@@ -8782,7 +8782,7 @@ const Mx = /* @__PURE__ */ Re({
|
|
8782
8782
|
/* eslint-enable */
|
8783
8783
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
8784
8784
|
setup(n, e) {
|
8785
|
-
const t = n.i18n ||
|
8785
|
+
const t = n.i18n || Hr({
|
8786
8786
|
useScope: n.scope,
|
8787
8787
|
__useComponent: !0
|
8788
8788
|
});
|
@@ -8809,7 +8809,7 @@ const Dx = {
|
|
8809
8809
|
};
|
8810
8810
|
function Ll(n) {
|
8811
8811
|
if (!n) return "";
|
8812
|
-
const { locale: e } =
|
8812
|
+
const { locale: e } = Hr(), t = e.value, r = Dx[t] || ig;
|
8813
8813
|
try {
|
8814
8814
|
const o = typeof n == "string" || n === null ? new Date(n || "") : n;
|
8815
8815
|
return isNaN(o.getTime()) ? "" : IM(o, "PPpp", { locale: r });
|
@@ -8833,7 +8833,7 @@ const Ux = {
|
|
8833
8833
|
class: "mt-4 h-100 rounded-sm"
|
8834
8834
|
}, Fx = { class: "d-inline-flex" }, Hx = { class: "d-inline-flex" }, Bx = { class: "d-inline-flex" }, $x = /* @__PURE__ */ Re({
|
8835
8835
|
__name: "TableAdvanced",
|
8836
|
-
props: /* @__PURE__ */
|
8836
|
+
props: /* @__PURE__ */ io({
|
8837
8837
|
headers: {},
|
8838
8838
|
items: { default: () => [] },
|
8839
8839
|
actions: {},
|
@@ -8849,7 +8849,7 @@ const Ux = {
|
|
8849
8849
|
selection: {},
|
8850
8850
|
selectionModifiers: {}
|
8851
8851
|
}),
|
8852
|
-
emits: /* @__PURE__ */
|
8852
|
+
emits: /* @__PURE__ */ io(["rowClick"], ["update:selection"]),
|
8853
8853
|
setup(n, { emit: e }) {
|
8854
8854
|
const t = [
|
8855
8855
|
{ value: 50, title: "50" },
|
@@ -8959,7 +8959,7 @@ const Ux = {
|
|
8959
8959
|
}
|
8960
8960
|
}), vg = /* @__PURE__ */ Re({
|
8961
8961
|
__name: "SearchFilter",
|
8962
|
-
props: /* @__PURE__ */
|
8962
|
+
props: /* @__PURE__ */ io({
|
8963
8963
|
placeholder: {}
|
8964
8964
|
}, {
|
8965
8965
|
search: {},
|
@@ -8967,7 +8967,7 @@ const Ux = {
|
|
8967
8967
|
}),
|
8968
8968
|
emits: ["update:search"],
|
8969
8969
|
setup(n) {
|
8970
|
-
const e = Do(n, "search"), { t } =
|
8970
|
+
const e = Do(n, "search"), { t } = Hr();
|
8971
8971
|
return (r, o) => (q(), me(pN, {
|
8972
8972
|
class: "bg-containerBg pa-1 rounded-sm elevation-1",
|
8973
8973
|
"persistent-placeholder": "",
|
@@ -8989,17 +8989,17 @@ const Ux = {
|
|
8989
8989
|
}
|
8990
8990
|
}), Vx = /* @__PURE__ */ Re({
|
8991
8991
|
__name: "TableHeader",
|
8992
|
-
props: /* @__PURE__ */
|
8992
|
+
props: /* @__PURE__ */ io({
|
8993
8993
|
columns: {},
|
8994
8994
|
filter_visualize: { type: Boolean, default: !0 }
|
8995
8995
|
}, {
|
8996
8996
|
search: {},
|
8997
8997
|
searchModifiers: {}
|
8998
8998
|
}),
|
8999
|
-
emits: /* @__PURE__ */
|
8999
|
+
emits: /* @__PURE__ */ io(["refresh", "remove"], ["update:search"]),
|
9000
9000
|
setup(n, { emit: e }) {
|
9001
9001
|
var g, _;
|
9002
|
-
const t = n, r = Tt(() => t.columns), o = e, a = Do(n, "search"), { openDialog: c } = vu("col-settings"), u =
|
9002
|
+
const t = n, r = Tt(() => t.columns), o = e, a = Do(n, "search"), { openDialog: c } = vu("col-settings"), u = Lr(), d = ((g = u == null ? void 0 : u.vnode.props) == null ? void 0 : g.onRemove) !== void 0 || ((_ = u == null ? void 0 : u.vnode.props) == null ? void 0 : _["onUpdate:remove"]) !== void 0, { t: f } = Hr();
|
9003
9003
|
return (m, E) => (q(), _e("div", null, [
|
9004
9004
|
R(ee(qE), {
|
9005
9005
|
modelValue: r.value,
|
@@ -9175,7 +9175,7 @@ function jv(n, e) {
|
|
9175
9175
|
}
|
9176
9176
|
return t;
|
9177
9177
|
}
|
9178
|
-
function
|
9178
|
+
function ao(n) {
|
9179
9179
|
for (var e = 1; e < arguments.length; e++) {
|
9180
9180
|
var t = arguments[e] != null ? arguments[e] : {};
|
9181
9181
|
e % 2 ? jv(Object(t), !0).forEach(function(r) {
|
@@ -9263,7 +9263,7 @@ function Zl(n, e) {
|
|
9263
9263
|
function jx(n) {
|
9264
9264
|
return n.host && n !== document && n.host.nodeType ? n.host : n.parentNode;
|
9265
9265
|
}
|
9266
|
-
function
|
9266
|
+
function Jr(n, e, t, r) {
|
9267
9267
|
if (n) {
|
9268
9268
|
t = t || document;
|
9269
9269
|
do {
|
@@ -9314,14 +9314,14 @@ function UE(n, e, t) {
|
|
9314
9314
|
}
|
9315
9315
|
return [];
|
9316
9316
|
}
|
9317
|
-
function
|
9317
|
+
function ro() {
|
9318
9318
|
var n = document.scrollingElement;
|
9319
9319
|
return n || document.documentElement;
|
9320
9320
|
}
|
9321
9321
|
function Kt(n, e, t, r, o) {
|
9322
9322
|
if (!(!n.getBoundingClientRect && n !== window)) {
|
9323
9323
|
var a, c, u, d, f, g, _;
|
9324
|
-
if (n !== window && n.parentNode && n !==
|
9324
|
+
if (n !== window && n.parentNode && n !== ro() ? (a = n.getBoundingClientRect(), c = a.top, u = a.left, d = a.bottom, f = a.right, g = a.height, _ = a.width) : (c = 0, u = 0, d = window.innerHeight, f = window.innerWidth, g = window.innerHeight, _ = window.innerWidth), (e || t) && n !== window && (o = o || n.parentNode, !Lo))
|
9325
9325
|
do
|
9326
9326
|
if (o && o.getBoundingClientRect && (Ae(o, "transform") !== "none" || t && Ae(o, "position") !== "static")) {
|
9327
9327
|
var m = o.getBoundingClientRect();
|
@@ -9347,14 +9347,14 @@ function Xv(n, e, t) {
|
|
9347
9347
|
for (var r = ni(n, !0), o = Kt(n)[e]; r; ) {
|
9348
9348
|
var a = Kt(r)[t], c = void 0;
|
9349
9349
|
if (c = o >= a, !c) return r;
|
9350
|
-
if (r ===
|
9350
|
+
if (r === ro()) break;
|
9351
9351
|
r = ni(r, !1);
|
9352
9352
|
}
|
9353
9353
|
return !1;
|
9354
9354
|
}
|
9355
9355
|
function za(n, e, t, r) {
|
9356
9356
|
for (var o = 0, a = 0, c = n.children; a < c.length; ) {
|
9357
|
-
if (c[a].style.display !== "none" && c[a] !== Ie.ghost && (r || c[a] !== Ie.dragged) &&
|
9357
|
+
if (c[a].style.display !== "none" && c[a] !== Ie.ghost && (r || c[a] !== Ie.dragged) && Jr(c[a], t.draggable, n, !1)) {
|
9358
9358
|
if (o === e)
|
9359
9359
|
return c[a];
|
9360
9360
|
o++;
|
@@ -9377,7 +9377,7 @@ function mr(n, e) {
|
|
9377
9377
|
return t;
|
9378
9378
|
}
|
9379
9379
|
function Zv(n) {
|
9380
|
-
var e = 0, t = 0, r =
|
9380
|
+
var e = 0, t = 0, r = ro();
|
9381
9381
|
if (n)
|
9382
9382
|
do {
|
9383
9383
|
var o = xa(n), a = o.a, c = o.d;
|
@@ -9394,19 +9394,19 @@ function Jx(n, e) {
|
|
9394
9394
|
return -1;
|
9395
9395
|
}
|
9396
9396
|
function ni(n, e) {
|
9397
|
-
if (!n || !n.getBoundingClientRect) return
|
9397
|
+
if (!n || !n.getBoundingClientRect) return ro();
|
9398
9398
|
var t = n, r = !1;
|
9399
9399
|
do
|
9400
9400
|
if (t.clientWidth < t.scrollWidth || t.clientHeight < t.scrollHeight) {
|
9401
9401
|
var o = Ae(t);
|
9402
9402
|
if (t.clientWidth < t.scrollWidth && (o.overflowX == "auto" || o.overflowX == "scroll") || t.clientHeight < t.scrollHeight && (o.overflowY == "auto" || o.overflowY == "scroll")) {
|
9403
|
-
if (!t.getBoundingClientRect || t === document.body) return
|
9403
|
+
if (!t.getBoundingClientRect || t === document.body) return ro();
|
9404
9404
|
if (r || e) return t;
|
9405
9405
|
r = !0;
|
9406
9406
|
}
|
9407
9407
|
}
|
9408
9408
|
while (t = t.parentNode);
|
9409
|
-
return
|
9409
|
+
return ro();
|
9410
9410
|
}
|
9411
9411
|
function Qx(n, e) {
|
9412
9412
|
if (n && e)
|
@@ -9451,7 +9451,7 @@ function Zx() {
|
|
9451
9451
|
target: o,
|
9452
9452
|
rect: Kt(o)
|
9453
9453
|
});
|
9454
|
-
var a =
|
9454
|
+
var a = ao({}, n[n.length - 1].rect);
|
9455
9455
|
if (o.thisAnimationDuration) {
|
9456
9456
|
var c = xa(o, !0);
|
9457
9457
|
c && (a.top -= c.f, a.left -= c.e);
|
@@ -9521,9 +9521,9 @@ var _a = [], Eh = {
|
|
9521
9521
|
};
|
9522
9522
|
var a = e + "Global";
|
9523
9523
|
_a.forEach(function(c) {
|
9524
|
-
t[c.pluginName] && (t[c.pluginName][a] && t[c.pluginName][a](
|
9524
|
+
t[c.pluginName] && (t[c.pluginName][a] && t[c.pluginName][a](ao({
|
9525
9525
|
sortable: t
|
9526
|
-
}, r)), t.options[c.pluginName] && t[c.pluginName][e] && t[c.pluginName][e](
|
9526
|
+
}, r)), t.options[c.pluginName] && t[c.pluginName][e] && t[c.pluginName][e](ao({
|
9527
9527
|
sortable: t
|
9528
9528
|
}, r)));
|
9529
9529
|
});
|
@@ -9563,7 +9563,7 @@ function nF(n) {
|
|
9563
9563
|
bubbles: !0,
|
9564
9564
|
cancelable: !0
|
9565
9565
|
}) : (T = document.createEvent("Event"), T.initEvent(r, !0, !0)), T.to = c || t, T.from = u || t, T.item = o || t, T.clone = a, T.oldIndex = d, T.newIndex = f, T.oldDraggableIndex = g, T.newDraggableIndex = _, T.originalEvent = m, T.pullMode = E ? E.lastPutMode : void 0;
|
9566
|
-
var O =
|
9566
|
+
var O = ao(ao({}, y), dc.getEventProperties(r, e));
|
9567
9567
|
for (var D in O)
|
9568
9568
|
T[D] = O[D];
|
9569
9569
|
t && t.dispatchEvent(T), S[b] && S[b].call(e, T);
|
@@ -9571,7 +9571,7 @@ function nF(n) {
|
|
9571
9571
|
}
|
9572
9572
|
var rF = ["evt"], kn = function(e, t) {
|
9573
9573
|
var r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, o = r.evt, a = Gx(r, rF);
|
9574
|
-
dc.pluginEvent.bind(Ie)(e, t,
|
9574
|
+
dc.pluginEvent.bind(Ie)(e, t, ao({
|
9575
9575
|
dragEl: re,
|
9576
9576
|
parentEl: It,
|
9577
9577
|
ghostEl: Pe,
|
@@ -9606,7 +9606,7 @@ var rF = ["evt"], kn = function(e, t) {
|
|
9606
9606
|
}, a));
|
9607
9607
|
};
|
9608
9608
|
function En(n) {
|
9609
|
-
nF(
|
9609
|
+
nF(ao({
|
9610
9610
|
putSortable: rn,
|
9611
9611
|
cloneEl: St,
|
9612
9612
|
targetEl: re,
|
@@ -9617,7 +9617,7 @@ function En(n) {
|
|
9617
9617
|
newDraggableIndex: Zo
|
9618
9618
|
}, n));
|
9619
9619
|
}
|
9620
|
-
var re, It, Pe, yt, ki, xl, St, ei, Ma, Kn, Fs, Zo, hl, rn, Oa = !1, eu = !1, tu = [], Ai,
|
9620
|
+
var re, It, Pe, yt, ki, xl, St, ei, Ma, Kn, Fs, Zo, hl, rn, Oa = !1, eu = !1, tu = [], Ai, Sr, Th, wh, ey, ty, Ss, va, Hs, Bs = !1, fl = !1, Fl, ln, bh = [], gf = !1, nu = [], Ou = typeof document < "u", gl = DE, ny = uc || Lo ? "cssFloat" : "float", oF = Ou && !Yx && !DE && "draggable" in document.createElement("div"), BE = function() {
|
9621
9621
|
if (Ou) {
|
9622
9622
|
if (Lo)
|
9623
9623
|
return !1;
|
@@ -9760,7 +9760,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
9760
9760
|
_onTapStart: function(e) {
|
9761
9761
|
if (e.cancelable) {
|
9762
9762
|
var t = this, r = this.el, o = this.options, a = o.preventOnFilter, c = e.type, u = e.touches && e.touches[0] || e.pointerType && e.pointerType === "touch" && e, d = (u || e).target, f = e.target.shadowRoot && (e.path && e.path[0] || e.composedPath && e.composedPath()[0]) || d, g = o.filter;
|
9763
|
-
if (mF(r), !re && !(/mousedown|pointerdown/.test(c) && e.button !== 0 || o.disabled) && !f.isContentEditable && !(!this.nativeDraggable && Us && d && d.tagName.toUpperCase() === "SELECT") && (d =
|
9763
|
+
if (mF(r), !re && !(/mousedown|pointerdown/.test(c) && e.button !== 0 || o.disabled) && !f.isContentEditable && !(!this.nativeDraggable && Us && d && d.tagName.toUpperCase() === "SELECT") && (d = Jr(d, o.draggable, r, !1), !(d && d.animated) && xl !== d)) {
|
9764
9764
|
if (Ma = mr(d), Fs = mr(d, o.draggable), typeof g == "function") {
|
9765
9765
|
if (g.call(this, e, d, this)) {
|
9766
9766
|
En({
|
@@ -9776,7 +9776,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
9776
9776
|
return;
|
9777
9777
|
}
|
9778
9778
|
} else if (g && (g = g.split(",").some(function(_) {
|
9779
|
-
if (_ =
|
9779
|
+
if (_ = Jr(f, _.trim(), r, !1), _)
|
9780
9780
|
return En({
|
9781
9781
|
sortable: t,
|
9782
9782
|
rootEl: _,
|
@@ -9791,7 +9791,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
9791
9791
|
a && e.cancelable && e.preventDefault();
|
9792
9792
|
return;
|
9793
9793
|
}
|
9794
|
-
o.handle && !
|
9794
|
+
o.handle && !Jr(f, o.handle, r, !1) || this._prepareDragStart(e, u, d);
|
9795
9795
|
}
|
9796
9796
|
}
|
9797
9797
|
},
|
@@ -9864,17 +9864,17 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
9864
9864
|
this._nulling();
|
9865
9865
|
},
|
9866
9866
|
_emulateDragOver: function() {
|
9867
|
-
if (
|
9868
|
-
this._lastX =
|
9869
|
-
for (var e = document.elementFromPoint(
|
9867
|
+
if (Sr) {
|
9868
|
+
this._lastX = Sr.clientX, this._lastY = Sr.clientY, KE();
|
9869
|
+
for (var e = document.elementFromPoint(Sr.clientX, Sr.clientY), t = e; e && e.shadowRoot && (e = e.shadowRoot.elementFromPoint(Sr.clientX, Sr.clientY), e !== t); )
|
9870
9870
|
t = e;
|
9871
9871
|
if (re.parentNode[jn]._isOutsideThisEl(e), t)
|
9872
9872
|
do {
|
9873
9873
|
if (t[jn]) {
|
9874
9874
|
var r = void 0;
|
9875
9875
|
if (r = t[jn]._onDragOver({
|
9876
|
-
clientX:
|
9877
|
-
clientY:
|
9876
|
+
clientX: Sr.clientX,
|
9877
|
+
clientY: Sr.clientY,
|
9878
9878
|
target: e,
|
9879
9879
|
rootEl: t
|
9880
9880
|
}), r && !this.options.dragoverBubble)
|
@@ -9903,7 +9903,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
9903
9903
|
f: _
|
9904
9904
|
};
|
9905
9905
|
var m = "matrix(".concat(c.a, ",").concat(c.b, ",").concat(c.c, ",").concat(c.d, ",").concat(c.e, ",").concat(c.f, ")");
|
9906
|
-
Ae(Pe, "webkitTransform", m), Ae(Pe, "mozTransform", m), Ae(Pe, "msTransform", m), Ae(Pe, "transform", m), Th = g, wh = _,
|
9906
|
+
Ae(Pe, "webkitTransform", m), Ae(Pe, "mozTransform", m), Ae(Pe, "msTransform", m), Ae(Pe, "transform", m), Th = g, wh = _, Sr = a;
|
9907
9907
|
}
|
9908
9908
|
e.cancelable && e.preventDefault();
|
9909
9909
|
}
|
@@ -9914,7 +9914,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
9914
9914
|
if (gl) {
|
9915
9915
|
for (ln = e; Ae(ln, "position") === "static" && Ae(ln, "transform") === "none" && ln !== document; )
|
9916
9916
|
ln = ln.parentNode;
|
9917
|
-
ln !== document.body && ln !== document.documentElement ? (ln === document && (ln =
|
9917
|
+
ln !== document.body && ln !== document.documentElement ? (ln === document && (ln = ro()), t.top += ln.scrollTop, t.left += ln.scrollLeft) : ln = ro(), bh = Zv(ln);
|
9918
9918
|
}
|
9919
9919
|
Pe = re.cloneNode(!0), Vn(Pe, r.ghostClass, !1), Vn(Pe, r.fallbackClass, !0), Vn(Pe, r.dragClass, !0), Ae(Pe, "transition", ""), Ae(Pe, "transform", ""), Ae(Pe, "box-sizing", "border-box"), Ae(Pe, "margin", 0), Ae(Pe, "top", t.top), Ae(Pe, "left", t.left), Ae(Pe, "width", t.width), Ae(Pe, "height", t.height), Ae(Pe, "opacity", "0.8"), Ae(Pe, "position", gl ? "absolute" : "fixed"), Ae(Pe, "zIndex", "100000"), Ae(Pe, "pointerEvents", "none"), Ie.ghost = Pe, e.appendChild(Pe), Ae(Pe, "transform-origin", ey / parseInt(Pe.style.width) * 100 + "% " + ty / parseInt(Pe.style.height) * 100 + "%");
|
9920
9920
|
}
|
@@ -9939,7 +9939,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
9939
9939
|
var t = this.el, r = e.target, o, a, c, u = this.options, d = u.group, f = Ie.active, g = hl === d, _ = u.sort, m = rn || f, E, y = this, T = !1;
|
9940
9940
|
if (gf) return;
|
9941
9941
|
function S(_t, Dt) {
|
9942
|
-
kn(_t, y,
|
9942
|
+
kn(_t, y, ao({
|
9943
9943
|
evt: e,
|
9944
9944
|
isOwner: g,
|
9945
9945
|
axis: E ? "vertical" : "horizontal",
|
@@ -9976,7 +9976,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
9976
9976
|
originalEvent: e
|
9977
9977
|
});
|
9978
9978
|
}
|
9979
|
-
if (e.preventDefault !== void 0 && e.cancelable && e.preventDefault(), r =
|
9979
|
+
if (e.preventDefault !== void 0 && e.cancelable && e.preventDefault(), r = Jr(r, u.draggable, t, !0), S("dragOver"), Ie.eventCanceled) return T;
|
9980
9980
|
if (re.contains(e.target) || r.animated && r.animatingX && r.animatingY || y._ignoreWhileAnimating === r)
|
9981
9981
|
return O(!1);
|
9982
9982
|
if (eu = !1, f && !u.disabled && (g ? _ || (c = It !== yt) : rn === this || (this.lastPutMode = hl.checkPull(this, f, re, e)) && d.checkPut(this, f, re, e))) {
|
@@ -10083,7 +10083,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
10083
10083
|
}), this.save()))), this._nulling();
|
10084
10084
|
},
|
10085
10085
|
_nulling: function() {
|
10086
|
-
kn("nulling", this), yt = re = It = Pe = ki = St = xl = ei = Ai =
|
10086
|
+
kn("nulling", this), yt = re = It = Pe = ki = St = xl = ei = Ai = Sr = Ss = Kn = Zo = Ma = Fs = va = Hs = rn = hl = Ie.dragged = Ie.ghost = Ie.clone = Ie.active = null, nu.forEach(function(e) {
|
10087
10087
|
e.checked = !0;
|
10088
10088
|
}), nu.length = Th = wh = 0;
|
10089
10089
|
},
|
@@ -10108,7 +10108,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
10108
10108
|
*/
|
10109
10109
|
toArray: function() {
|
10110
10110
|
for (var e = [], t, r = this.el.children, o = 0, a = r.length, c = this.options; o < a; o++)
|
10111
|
-
t = r[o],
|
10111
|
+
t = r[o], Jr(t, c.draggable, this.el, !1) && e.push(t.getAttribute(c.dataIdAttr) || gF(t));
|
10112
10112
|
return e;
|
10113
10113
|
},
|
10114
10114
|
/**
|
@@ -10119,7 +10119,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
10119
10119
|
var r = {}, o = this.el;
|
10120
10120
|
this.toArray().forEach(function(a, c) {
|
10121
10121
|
var u = o.children[c];
|
10122
|
-
|
10122
|
+
Jr(u, this.options.draggable, o, !1) && (r[a] = u);
|
10123
10123
|
}, this), t && this.captureAnimationState(), e.forEach(function(a) {
|
10124
10124
|
r[a] && (o.removeChild(r[a]), o.appendChild(r[a]));
|
10125
10125
|
}), t && this.animateAll();
|
@@ -10138,7 +10138,7 @@ Ie.prototype = /** @lends Sortable.prototype */
|
|
10138
10138
|
* @returns {HTMLElement|null}
|
10139
10139
|
*/
|
10140
10140
|
closest: function(e, t) {
|
10141
|
-
return
|
10141
|
+
return Jr(e, t || this.options.draggable, this.el, !1);
|
10142
10142
|
},
|
10143
10143
|
/**
|
10144
10144
|
* Set/get option
|
@@ -10247,11 +10247,11 @@ Ie.utils = {
|
|
10247
10247
|
css: Ae,
|
10248
10248
|
find: UE,
|
10249
10249
|
is: function(e, t) {
|
10250
|
-
return !!
|
10250
|
+
return !!Jr(e, t, e, !1);
|
10251
10251
|
},
|
10252
10252
|
extend: Qx,
|
10253
10253
|
throttle: xE,
|
10254
|
-
closest:
|
10254
|
+
closest: Jr,
|
10255
10255
|
toggleClass: Vn,
|
10256
10256
|
clone: HE,
|
10257
10257
|
index: mr,
|
@@ -10269,7 +10269,7 @@ Ie.mount = function() {
|
|
10269
10269
|
e[0].constructor === Array && (e = e[0]), e.forEach(function(r) {
|
10270
10270
|
if (!r.prototype || !r.prototype.constructor)
|
10271
10271
|
throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(r));
|
10272
|
-
r.utils && (Ie.utils =
|
10272
|
+
r.utils && (Ie.utils = ao(ao({}, Ie.utils), r.utils)), dc.mount(r);
|
10273
10273
|
});
|
10274
10274
|
};
|
10275
10275
|
Ie.create = function(n, e) {
|
@@ -10317,7 +10317,7 @@ function pF() {
|
|
10317
10317
|
f !== d && (d = f, Bl()), Oh(t, o.options, f, r);
|
10318
10318
|
}, 10), Ih = a, Sh = c);
|
10319
10319
|
} else {
|
10320
|
-
if (!this.options.bubbleScroll || ni(u, !0) ===
|
10320
|
+
if (!this.options.bubbleScroll || ni(u, !0) === ro()) {
|
10321
10321
|
Bl();
|
10322
10322
|
return;
|
10323
10323
|
}
|
@@ -10339,7 +10339,7 @@ function ry() {
|
|
10339
10339
|
}
|
10340
10340
|
var Oh = xE(function(n, e, t, r) {
|
10341
10341
|
if (e.scroll) {
|
10342
|
-
var o = (n.touches ? n.touches[0] : n).clientX, a = (n.touches ? n.touches[0] : n).clientY, c = e.scrollSensitivity, u = e.scrollSpeed, d =
|
10342
|
+
var o = (n.touches ? n.touches[0] : n).clientX, a = (n.touches ? n.touches[0] : n).clientY, c = e.scrollSensitivity, u = e.scrollSpeed, d = ro(), f = !1, g;
|
10343
10343
|
pf !== t && (pf = t, Bl(), Os = e.scroll, g = e.scrollFn, Os === !0 && (Os = ni(t, !0)));
|
10344
10344
|
var _ = 0, m = Os;
|
10345
10345
|
do {
|
@@ -10703,7 +10703,7 @@ const OF = {
|
|
10703
10703
|
const e = Do(n, "modelValue"), t = he(""), r = Tt(() => {
|
10704
10704
|
var a;
|
10705
10705
|
return (a = e.value) == null ? void 0 : a.filter((c) => c.title.toLowerCase().includes(t.value.toLowerCase()));
|
10706
|
-
}), { t: o } =
|
10706
|
+
}), { t: o } = Hr();
|
10707
10707
|
return (a, c) => {
|
10708
10708
|
const u = ri("v-list-item-content");
|
10709
10709
|
return q(), me(Eu, {
|
@@ -10915,7 +10915,7 @@ const OF = {
|
|
10915
10915
|
class: "mb-2 ms-1"
|
10916
10916
|
}, HF = /* @__PURE__ */ Re({
|
10917
10917
|
__name: "JTextField",
|
10918
|
-
props: /* @__PURE__ */
|
10918
|
+
props: /* @__PURE__ */ io({
|
10919
10919
|
name: {},
|
10920
10920
|
label: {},
|
10921
10921
|
type: { default: "text" },
|
@@ -10964,11 +10964,11 @@ function jE(n, e) {
|
|
10964
10964
|
const { toString: BF } = Object.prototype, { getPrototypeOf: Tg } = Object, ku = /* @__PURE__ */ ((n) => (e) => {
|
10965
10965
|
const t = BF.call(e);
|
10966
10966
|
return n[t] || (n[t] = t.slice(8, -1).toLowerCase());
|
10967
|
-
})(/* @__PURE__ */ Object.create(null)),
|
10967
|
+
})(/* @__PURE__ */ Object.create(null)), Br = (n) => (n = n.toLowerCase(), (e) => ku(e) === n), Ru = (n) => (e) => typeof e === n, { isArray: Qa } = Array, nc = Ru("undefined");
|
10968
10968
|
function $F(n) {
|
10969
10969
|
return n !== null && !nc(n) && n.constructor !== null && !nc(n.constructor) && Xn(n.constructor.isBuffer) && n.constructor.isBuffer(n);
|
10970
10970
|
}
|
10971
|
-
const JE =
|
10971
|
+
const JE = Br("ArrayBuffer");
|
10972
10972
|
function VF(n) {
|
10973
10973
|
let e;
|
10974
10974
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(n) : e = n && n.buffer && JE(n.buffer), e;
|
@@ -10978,11 +10978,11 @@ const KF = Ru("string"), Xn = Ru("function"), QE = Ru("number"), Nu = (n) => n !
|
|
10978
10978
|
return !1;
|
10979
10979
|
const e = Tg(n);
|
10980
10980
|
return (e === null || e === Object.prototype || Object.getPrototypeOf(e) === null) && !(Symbol.toStringTag in n) && !(Symbol.iterator in n);
|
10981
|
-
}, zF =
|
10981
|
+
}, zF = Br("Date"), GF = Br("File"), qF = Br("Blob"), YF = Br("FileList"), jF = (n) => Nu(n) && Xn(n.pipe), JF = (n) => {
|
10982
10982
|
let e;
|
10983
10983
|
return n && (typeof FormData == "function" && n instanceof FormData || Xn(n.append) && ((e = ku(n)) === "formdata" || // detect form-data instance
|
10984
10984
|
e === "object" && Xn(n.toString) && n.toString() === "[object FormData]"));
|
10985
|
-
}, QF =
|
10985
|
+
}, QF = Br("URLSearchParams"), [XF, ZF, e2, t2] = ["ReadableStream", "Request", "Response", "Headers"].map(Br), n2 = (n) => n.trim ? n.trim() : n.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
10986
10986
|
function hc(n, e, { allOwnKeys: t = !1 } = {}) {
|
10987
10987
|
if (n === null || typeof n > "u")
|
10988
10988
|
return;
|
@@ -11058,12 +11058,12 @@ const r2 = (n, e, t, { allOwnKeys: r } = {}) => (hc(e, (o, a) => {
|
|
11058
11058
|
for (; (t = n.exec(e)) !== null; )
|
11059
11059
|
r.push(t);
|
11060
11060
|
return r;
|
11061
|
-
}, h2 =
|
11061
|
+
}, h2 = Br("HTMLFormElement"), f2 = (n) => n.toLowerCase().replace(
|
11062
11062
|
/[-_\s]([a-z\d])(\w*)/g,
|
11063
11063
|
function(t, r, o) {
|
11064
11064
|
return r.toUpperCase() + o;
|
11065
11065
|
}
|
11066
|
-
), ay = (({ hasOwnProperty: n }) => (e, t) => n.call(e, t))(Object.prototype), g2 =
|
11066
|
+
), ay = (({ hasOwnProperty: n }) => (e, t) => n.call(e, t))(Object.prototype), g2 = Br("RegExp"), eT = (n, e) => {
|
11067
11067
|
const t = Object.getOwnPropertyDescriptors(n), r = {};
|
11068
11068
|
hc(t, (o, a) => {
|
11069
11069
|
let c;
|
@@ -11123,7 +11123,7 @@ const E2 = (n) => {
|
|
11123
11123
|
return r;
|
11124
11124
|
};
|
11125
11125
|
return t(n, 0);
|
11126
|
-
}, T2 =
|
11126
|
+
}, T2 = Br("AsyncFunction"), w2 = (n) => n && (Nu(n) || Xn(n)) && Xn(n.then) && Xn(n.catch), nT = ((n, e) => n ? setImmediate : e ? ((t, r) => (Ui.addEventListener("message", ({ source: o, data: a }) => {
|
11127
11127
|
o === Ui && a === t && r.length && r.shift()();
|
11128
11128
|
}, !1), (o) => {
|
11129
11129
|
r.push(o), Ui.postMessage(t, "*");
|
@@ -11163,7 +11163,7 @@ const E2 = (n) => {
|
|
11163
11163
|
inherits: i2,
|
11164
11164
|
toFlatObject: a2,
|
11165
11165
|
kindOf: ku,
|
11166
|
-
kindOfTest:
|
11166
|
+
kindOfTest: Br,
|
11167
11167
|
endsWith: s2,
|
11168
11168
|
toArray: c2,
|
11169
11169
|
forEachEntry: u2,
|
@@ -12339,7 +12339,7 @@ function hH(n, e, t) {
|
|
12339
12339
|
const Kl = {
|
12340
12340
|
assertOptions: hH,
|
12341
12341
|
validators: Du
|
12342
|
-
},
|
12342
|
+
}, Yr = Kl.validators;
|
12343
12343
|
class Bi {
|
12344
12344
|
constructor(e) {
|
12345
12345
|
this.defaults = e, this.interceptors = {
|
@@ -12376,17 +12376,17 @@ class Bi {
|
|
12376
12376
|
typeof e == "string" ? (t = t || {}, t.url = e) : t = e || {}, t = Wi(this.defaults, t);
|
12377
12377
|
const { transitional: r, paramsSerializer: o, headers: a } = t;
|
12378
12378
|
r !== void 0 && Kl.assertOptions(r, {
|
12379
|
-
silentJSONParsing:
|
12380
|
-
forcedJSONParsing:
|
12381
|
-
clarifyTimeoutError:
|
12379
|
+
silentJSONParsing: Yr.transitional(Yr.boolean),
|
12380
|
+
forcedJSONParsing: Yr.transitional(Yr.boolean),
|
12381
|
+
clarifyTimeoutError: Yr.transitional(Yr.boolean)
|
12382
12382
|
}, !1), o != null && (H.isFunction(o) ? t.paramsSerializer = {
|
12383
12383
|
serialize: o
|
12384
12384
|
} : Kl.assertOptions(o, {
|
12385
|
-
encode:
|
12386
|
-
serialize:
|
12385
|
+
encode: Yr.function,
|
12386
|
+
serialize: Yr.function
|
12387
12387
|
}, !0)), Kl.assertOptions(t, {
|
12388
|
-
baseUrl:
|
12389
|
-
withXsrfToken:
|
12388
|
+
baseUrl: Yr.spelling("baseURL"),
|
12389
|
+
withXsrfToken: Yr.spelling("withXSRFToken")
|
12390
12390
|
}, !0), t.method = (t.method || this.defaults.method || "get").toLowerCase();
|
12391
12391
|
let c = a && H.merge(
|
12392
12392
|
a.common,
|
@@ -12685,7 +12685,7 @@ function _H() {
|
|
12685
12685
|
["partial", W],
|
12686
12686
|
["partialRight", J],
|
12687
12687
|
["rearg", ge]
|
12688
|
-
],
|
12688
|
+
], $r = "[object Arguments]", gi = "[object Array]", os = "[object AsyncFunction]", Vr = "[object Boolean]", lo = "[object Date]", is = "[object DOMException]", Uo = "[object Error]", xo = "[object Function]", Fo = "[object GeneratorFunction]", Qt = "[object Map]", Dn = "[object Number]", mi = "[object Null]", Ln = "[object Object]", I = "[object Promise]", k = "[object Proxy]", j = "[object RegExp]", ce = "[object Set]", at = "[object String]", ut = "[object Symbol]", ze = "[object Undefined]", $ = "[object WeakMap]", Z = "[object WeakSet]", $e = "[object ArrayBuffer]", rt = "[object DataView]", Er = "[object Float32Array]", Ho = "[object Float64Array]", Kr = "[object Int8Array]", Tr = "[object Int16Array]", as = "[object Int32Array]", Xi = "[object Uint8Array]", Yu = "[object Uint8ClampedArray]", ju = "[object Uint16Array]", Ju = "[object Uint32Array]", fb = /\b__p \+= '';/g, gb = /\b(__p \+=) '' \+/g, mb = /(__e\(.*?\)|\b__t\)) \+\n'';/g, gm = /&(?:amp|lt|gt|quot|#39);/g, mm = /[&<>"']/g, pb = RegExp(gm.source), _b = RegExp(mm.source), vb = /<%-([\s\S]+?)%>/g, yb = /<%([\s\S]+?)%>/g, pm = /<%=([\s\S]+?)%>/g, Cb = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Eb = /^\w*$/, Tb = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Qu = /[\\^$.*+?()[\]{}|]/g, wb = RegExp(Qu.source), Xu = /^\s+/, bb = /\s/, Ab = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, Ib = /\{\n\/\* \[wrapped with (.+)\] \*/, Sb = /,? & /, Ob = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, kb = /[()=,{}\[\]\/\s]/, Rb = /\\(\\)?/g, Nb = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, _m = /\w*$/, Pb = /^[-+]0x[0-9a-f]+$/i, Mb = /^0b[01]+$/i, Db = /^\[object .+?Constructor\]$/, Lb = /^0o[0-7]+$/i, Ub = /^(?:0|[1-9]\d*)$/, xb = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Cc = /($^)/, Fb = /['\n\r\u2028\u2029\\]/g, Ec = "\\ud800-\\udfff", Hb = "\\u0300-\\u036f", Bb = "\\ufe20-\\ufe2f", $b = "\\u20d0-\\u20ff", vm = Hb + Bb + $b, ym = "\\u2700-\\u27bf", Cm = "a-z\\xdf-\\xf6\\xf8-\\xff", Vb = "\\xac\\xb1\\xd7\\xf7", Kb = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Wb = "\\u2000-\\u206f", zb = " \\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", Em = "A-Z\\xc0-\\xd6\\xd8-\\xde", Tm = "\\ufe0e\\ufe0f", wm = Vb + Kb + Wb + zb, Zu = "['’]", Gb = "[" + Ec + "]", bm = "[" + wm + "]", Tc = "[" + vm + "]", Am = "\\d+", qb = "[" + ym + "]", Im = "[" + Cm + "]", Sm = "[^" + Ec + wm + Am + ym + Cm + Em + "]", ed = "\\ud83c[\\udffb-\\udfff]", Yb = "(?:" + Tc + "|" + ed + ")", Om = "[^" + Ec + "]", td = "(?:\\ud83c[\\udde6-\\uddff]){2}", nd = "[\\ud800-\\udbff][\\udc00-\\udfff]", Zi = "[" + Em + "]", km = "\\u200d", Rm = "(?:" + Im + "|" + Sm + ")", jb = "(?:" + Zi + "|" + Sm + ")", Nm = "(?:" + Zu + "(?:d|ll|m|re|s|t|ve))?", Pm = "(?:" + Zu + "(?:D|LL|M|RE|S|T|VE))?", Mm = Yb + "?", Dm = "[" + Tm + "]?", Jb = "(?:" + km + "(?:" + [Om, td, nd].join("|") + ")" + Dm + Mm + ")*", Qb = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", Xb = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Lm = Dm + Mm + Jb, Zb = "(?:" + [qb, td, nd].join("|") + ")" + Lm, eA = "(?:" + [Om + Tc + "?", Tc, td, nd, Gb].join("|") + ")", tA = RegExp(Zu, "g"), nA = RegExp(Tc, "g"), rd = RegExp(ed + "(?=" + ed + ")|" + eA + Lm, "g"), rA = RegExp([
|
12689
12689
|
Zi + "?" + Im + "+" + Nm + "(?=" + [bm, Zi, "$"].join("|") + ")",
|
12690
12690
|
jb + "+" + Pm + "(?=" + [bm, Zi + Rm, "$"].join("|") + ")",
|
12691
12691
|
Zi + "?" + Rm + "+" + Nm,
|
@@ -12726,9 +12726,9 @@ function _H() {
|
|
12726
12726
|
"parseInt",
|
12727
12727
|
"setTimeout"
|
12728
12728
|
], sA = -1, gt = {};
|
12729
|
-
gt[
|
12729
|
+
gt[Er] = gt[Ho] = gt[Kr] = gt[Tr] = gt[as] = gt[Xi] = gt[Yu] = gt[ju] = gt[Ju] = !0, gt[$r] = gt[gi] = gt[$e] = gt[Vr] = gt[rt] = gt[lo] = gt[Uo] = gt[xo] = gt[Qt] = gt[Dn] = gt[Ln] = gt[j] = gt[ce] = gt[at] = gt[$] = !1;
|
12730
12730
|
var dt = {};
|
12731
|
-
dt[
|
12731
|
+
dt[$r] = dt[gi] = dt[$e] = dt[rt] = dt[Vr] = dt[lo] = dt[Er] = dt[Ho] = dt[Kr] = dt[Tr] = dt[as] = dt[Qt] = dt[Dn] = dt[Ln] = dt[j] = dt[ce] = dt[at] = dt[ut] = dt[Xi] = dt[Yu] = dt[ju] = dt[Ju] = !0, dt[Uo] = dt[xo] = dt[$] = !1;
|
12732
12732
|
var cA = {
|
12733
12733
|
// Latin-1 Supplement block.
|
12734
12734
|
À: "A",
|
@@ -13197,7 +13197,7 @@ function _H() {
|
|
13197
13197
|
function na(N) {
|
13198
13198
|
return ta(N) ? LA(N) : vA(N);
|
13199
13199
|
}
|
13200
|
-
function
|
13200
|
+
function wr(N) {
|
13201
13201
|
return ta(N) ? UA(N) : yA(N);
|
13202
13202
|
}
|
13203
13203
|
function Zm(N) {
|
@@ -13442,7 +13442,7 @@ function _H() {
|
|
13442
13442
|
return this.__data__.has(i);
|
13443
13443
|
}
|
13444
13444
|
yi.prototype.add = yi.prototype.push = wI, yi.prototype.has = bI;
|
13445
|
-
function
|
13445
|
+
function br(i) {
|
13446
13446
|
var s = this.__data__ = new uo(i);
|
13447
13447
|
this.size = s.size;
|
13448
13448
|
}
|
@@ -13469,7 +13469,7 @@ function _H() {
|
|
13469
13469
|
}
|
13470
13470
|
return l.set(i, s), this.size = l.size, this;
|
13471
13471
|
}
|
13472
|
-
|
13472
|
+
br.prototype.clear = AI, br.prototype.delete = II, br.prototype.get = SI, br.prototype.has = OI, br.prototype.set = kI;
|
13473
13473
|
function cp(i, s) {
|
13474
13474
|
var l = Ne(i), h = !l && bi(i), p = !l && !h && Yo(i), C = !l && !h && !p && da(i), w = l || h || p || C, A = w ? hd(i.length, HA) : [], P = A.length;
|
13475
13475
|
for (var z in i)
|
@@ -13491,15 +13491,15 @@ function _H() {
|
|
13491
13491
|
return Zc(An(i));
|
13492
13492
|
}
|
13493
13493
|
function yd(i, s, l) {
|
13494
|
-
(l !== t && !
|
13494
|
+
(l !== t && !Ar(i[s], l) || l === t && !(s in i)) && fo(i, s, l);
|
13495
13495
|
}
|
13496
13496
|
function fs(i, s, l) {
|
13497
13497
|
var h = i[s];
|
13498
|
-
(!(et.call(i, s) &&
|
13498
|
+
(!(et.call(i, s) && Ar(h, l)) || l === t && !(s in i)) && fo(i, s, l);
|
13499
13499
|
}
|
13500
13500
|
function Bc(i, s) {
|
13501
13501
|
for (var l = i.length; l--; )
|
13502
|
-
if (
|
13502
|
+
if (Ar(i[l][0], s))
|
13503
13503
|
return l;
|
13504
13504
|
return -1;
|
13505
13505
|
}
|
@@ -13509,10 +13509,10 @@ function _H() {
|
|
13509
13509
|
}), h;
|
13510
13510
|
}
|
13511
13511
|
function up(i, s) {
|
13512
|
-
return i &&
|
13512
|
+
return i && zr(s, qt(s), i);
|
13513
13513
|
}
|
13514
13514
|
function MI(i, s) {
|
13515
|
-
return i &&
|
13515
|
+
return i && zr(s, Sn(s), i);
|
13516
13516
|
}
|
13517
13517
|
function fo(i, s, l) {
|
13518
13518
|
s == "__proto__" && Dc ? Dc(i, s, {
|
@@ -13544,7 +13544,7 @@ function _H() {
|
|
13544
13544
|
var Q = cn(i), ie = Q == xo || Q == Fo;
|
13545
13545
|
if (Yo(i))
|
13546
13546
|
return Dp(i, A);
|
13547
|
-
if (Q == Ln || Q ==
|
13547
|
+
if (Q == Ln || Q == $r || ie && !p) {
|
13548
13548
|
if (w = P || ie ? {} : Zp(i), !A)
|
13549
13549
|
return P ? uS(i, MI(w, i)) : lS(i, up(w, i));
|
13550
13550
|
} else {
|
@@ -13553,7 +13553,7 @@ function _H() {
|
|
13553
13553
|
w = TS(i, Q, A);
|
13554
13554
|
}
|
13555
13555
|
}
|
13556
|
-
C || (C = new
|
13556
|
+
C || (C = new br());
|
13557
13557
|
var fe = C.get(i);
|
13558
13558
|
if (fe)
|
13559
13559
|
return fe;
|
@@ -13608,7 +13608,7 @@ function _H() {
|
|
13608
13608
|
}
|
13609
13609
|
return P;
|
13610
13610
|
}
|
13611
|
-
var Wo = Hp(
|
13611
|
+
var Wo = Hp(Wr), fp = Hp(Td, !0);
|
13612
13612
|
function LI(i, s) {
|
13613
13613
|
var l = !0;
|
13614
13614
|
return Wo(i, function(h, p, C) {
|
@@ -13644,7 +13644,7 @@ function _H() {
|
|
13644
13644
|
return p;
|
13645
13645
|
}
|
13646
13646
|
var Ed = Bp(), mp = Bp(!0);
|
13647
|
-
function
|
13647
|
+
function Wr(i, s) {
|
13648
13648
|
return i && Ed(i, s, qt);
|
13649
13649
|
}
|
13650
13650
|
function Td(i, s) {
|
@@ -13658,7 +13658,7 @@ function _H() {
|
|
13658
13658
|
function Ei(i, s) {
|
13659
13659
|
s = Go(s, i);
|
13660
13660
|
for (var l = 0, h = s.length; i != null && l < h; )
|
13661
|
-
i = i[
|
13661
|
+
i = i[Gr(s[l++])];
|
13662
13662
|
return l && l == h ? i : t;
|
13663
13663
|
}
|
13664
13664
|
function pp(i, s, l) {
|
@@ -13702,17 +13702,17 @@ function _H() {
|
|
13702
13702
|
return z;
|
13703
13703
|
}
|
13704
13704
|
function BI(i, s, l, h) {
|
13705
|
-
return
|
13705
|
+
return Wr(i, function(p, C, w) {
|
13706
13706
|
s(h, l(p), C, w);
|
13707
13707
|
}), h;
|
13708
13708
|
}
|
13709
13709
|
function ms(i, s, l) {
|
13710
13710
|
s = Go(s, i), i = r_(i, s);
|
13711
|
-
var h = i == null ? i : i[
|
13711
|
+
var h = i == null ? i : i[Gr(ir(s))];
|
13712
13712
|
return h == null ? t : Un(h, i, l);
|
13713
13713
|
}
|
13714
13714
|
function _p(i) {
|
13715
|
-
return bt(i) && vn(i) ==
|
13715
|
+
return bt(i) && vn(i) == $r;
|
13716
13716
|
}
|
13717
13717
|
function $I(i) {
|
13718
13718
|
return bt(i) && vn(i) == $e;
|
@@ -13725,7 +13725,7 @@ function _H() {
|
|
13725
13725
|
}
|
13726
13726
|
function KI(i, s, l, h, p, C) {
|
13727
13727
|
var w = Ne(i), A = Ne(s), P = w ? gi : cn(i), z = A ? gi : cn(s);
|
13728
|
-
P = P ==
|
13728
|
+
P = P == $r ? Ln : P, z = z == $r ? Ln : z;
|
13729
13729
|
var G = P == Ln, Q = z == Ln, ie = P == z;
|
13730
13730
|
if (ie && Yo(i)) {
|
13731
13731
|
if (!Yo(s))
|
@@ -13733,15 +13733,15 @@ function _H() {
|
|
13733
13733
|
w = !0, G = !1;
|
13734
13734
|
}
|
13735
13735
|
if (ie && !G)
|
13736
|
-
return C || (C = new
|
13736
|
+
return C || (C = new br()), w || da(i) ? Jp(i, s, l, h, p, C) : pS(i, s, P, l, h, p, C);
|
13737
13737
|
if (!(l & y)) {
|
13738
13738
|
var fe = G && et.call(i, "__wrapped__"), Ee = Q && et.call(s, "__wrapped__");
|
13739
13739
|
if (fe || Ee) {
|
13740
13740
|
var Le = fe ? i.value() : i, Te = Ee ? s.value() : s;
|
13741
|
-
return C || (C = new
|
13741
|
+
return C || (C = new br()), p(Le, Te, l, h, C);
|
13742
13742
|
}
|
13743
13743
|
}
|
13744
|
-
return ie ? (C || (C = new
|
13744
|
+
return ie ? (C || (C = new br()), _S(i, s, l, h, p, C)) : !1;
|
13745
13745
|
}
|
13746
13746
|
function WI(i) {
|
13747
13747
|
return bt(i) && cn(i) == Qt;
|
@@ -13762,7 +13762,7 @@ function _H() {
|
|
13762
13762
|
if (z === t && !(P in i))
|
13763
13763
|
return !1;
|
13764
13764
|
} else {
|
13765
|
-
var Q = new
|
13765
|
+
var Q = new br();
|
13766
13766
|
if (h)
|
13767
13767
|
var ie = h(z, G, P, i, s, Q);
|
13768
13768
|
if (!(ie === t ? ps(G, z, y | T, h, Q) : ie))
|
@@ -13821,14 +13821,14 @@ function _H() {
|
|
13821
13821
|
};
|
13822
13822
|
}
|
13823
13823
|
function Tp(i, s) {
|
13824
|
-
return Wd(i) && e_(s) ? t_(
|
13824
|
+
return Wd(i) && e_(s) ? t_(Gr(i), s) : function(l) {
|
13825
13825
|
var h = eh(l, i);
|
13826
13826
|
return h === t && h === s ? th(l, i) : ps(s, h, y | T);
|
13827
13827
|
};
|
13828
13828
|
}
|
13829
13829
|
function Kc(i, s, l, h, p) {
|
13830
13830
|
i !== s && Ed(s, function(C, w) {
|
13831
|
-
if (p || (p = new
|
13831
|
+
if (p || (p = new br()), Et(C))
|
13832
13832
|
jI(i, s, w, l, Kc, h, p);
|
13833
13833
|
else {
|
13834
13834
|
var A = h ? h(Gd(i, w), C, w + "", i, s, p) : t;
|
@@ -13938,7 +13938,7 @@ function _H() {
|
|
13938
13938
|
return i;
|
13939
13939
|
s = Go(s, i);
|
13940
13940
|
for (var p = -1, C = s.length, w = C - 1, A = i; A != null && ++p < C; ) {
|
13941
|
-
var P =
|
13941
|
+
var P = Gr(s[p]), z = l;
|
13942
13942
|
if (P === "__proto__" || P === "constructor" || P === "prototype")
|
13943
13943
|
return i;
|
13944
13944
|
if (p != w) {
|
@@ -14003,7 +14003,7 @@ function _H() {
|
|
14003
14003
|
function Op(i, s) {
|
14004
14004
|
for (var l = -1, h = i.length, p = 0, C = []; ++l < h; ) {
|
14005
14005
|
var w = i[l], A = s ? s(w) : w;
|
14006
|
-
if (!l || !
|
14006
|
+
if (!l || !Ar(A, P)) {
|
14007
14007
|
var P = A;
|
14008
14008
|
C[p++] = w === 0 ? 0 : w;
|
14009
14009
|
}
|
@@ -14047,7 +14047,7 @@ function _H() {
|
|
14047
14047
|
return A;
|
14048
14048
|
}
|
14049
14049
|
function Pd(i, s) {
|
14050
|
-
return s = Go(s, i), i = r_(i, s), i == null || delete i[
|
14050
|
+
return s = Go(s, i), i = r_(i, s), i == null || delete i[Gr(ir(s))];
|
14051
14051
|
}
|
14052
14052
|
function Rp(i, s, l, h) {
|
14053
14053
|
return _s(i, s, l(Ei(i, s)), h);
|
@@ -14167,7 +14167,7 @@ function _H() {
|
|
14167
14167
|
s[l] = i[l];
|
14168
14168
|
return s;
|
14169
14169
|
}
|
14170
|
-
function
|
14170
|
+
function zr(i, s, l, h) {
|
14171
14171
|
var p = !l;
|
14172
14172
|
l || (l = {});
|
14173
14173
|
for (var C = -1, w = s.length; ++C < w; ) {
|
@@ -14177,10 +14177,10 @@ function _H() {
|
|
14177
14177
|
return l;
|
14178
14178
|
}
|
14179
14179
|
function lS(i, s) {
|
14180
|
-
return
|
14180
|
+
return zr(i, Kd(i), s);
|
14181
14181
|
}
|
14182
14182
|
function uS(i, s) {
|
14183
|
-
return
|
14183
|
+
return zr(i, Qp(i), s);
|
14184
14184
|
}
|
14185
14185
|
function Gc(i, s) {
|
14186
14186
|
return function(l, h) {
|
@@ -14230,7 +14230,7 @@ function _H() {
|
|
14230
14230
|
function $p(i) {
|
14231
14231
|
return function(s) {
|
14232
14232
|
s = Ze(s);
|
14233
|
-
var l = ta(s) ?
|
14233
|
+
var l = ta(s) ? wr(s) : t, h = l ? l[0] : s.charAt(0), p = l ? qo(l, 1).join("") : s.slice(1);
|
14234
14234
|
return h[i]() + p;
|
14235
14235
|
};
|
14236
14236
|
}
|
@@ -14348,8 +14348,8 @@ function _H() {
|
|
14348
14348
|
z - Ve
|
14349
14349
|
);
|
14350
14350
|
}
|
14351
|
-
var
|
14352
|
-
return Ve = We.length, A ? We = PS(We, A) : Ee && Ve > 1 && We.reverse(), G && P < Ve && (We.length = P), this && this !== Xt && this instanceof Te && (yo = Le || vs(yo)), yo.apply(
|
14351
|
+
var Ir = Q ? l : this, yo = ie ? Ir[i] : i;
|
14352
|
+
return Ve = We.length, A ? We = PS(We, A) : Ee && Ve > 1 && We.reverse(), G && P < Ve && (We.length = P), this && this !== Xt && this instanceof Te && (yo = Le || vs(yo)), yo.apply(Ir, We);
|
14353
14353
|
}
|
14354
14354
|
return Te;
|
14355
14355
|
}
|
@@ -14387,7 +14387,7 @@ function _H() {
|
|
14387
14387
|
if (l < 2)
|
14388
14388
|
return l ? Rd(s, i) : s;
|
14389
14389
|
var h = Rd(s, Lc(i / na(s)));
|
14390
|
-
return ta(s) ? qo(
|
14390
|
+
return ta(s) ? qo(wr(h), 0, i).join("") : h.slice(0, i);
|
14391
14391
|
}
|
14392
14392
|
function fS(i, s, l, h) {
|
14393
14393
|
var p = s & S, C = vs(i);
|
@@ -14474,7 +14474,7 @@ function _H() {
|
|
14474
14474
|
return i_(Le(Ee, fe), i, s);
|
14475
14475
|
}
|
14476
14476
|
function Yp(i, s, l, h) {
|
14477
|
-
return i === t ||
|
14477
|
+
return i === t || Ar(i, oa[l]) && !et.call(h, l) ? s : i;
|
14478
14478
|
}
|
14479
14479
|
function jp(i, s, l, h, p, C) {
|
14480
14480
|
return Et(i) && Et(s) && (C.set(s, i), Kc(i, s, t, jp, C), C.delete(s)), i;
|
@@ -14523,10 +14523,10 @@ function _H() {
|
|
14523
14523
|
i = i.buffer, s = s.buffer;
|
14524
14524
|
case $e:
|
14525
14525
|
return !(i.byteLength != s.byteLength || !C(new Nc(i), new Nc(s)));
|
14526
|
-
case
|
14526
|
+
case Vr:
|
14527
14527
|
case lo:
|
14528
14528
|
case Dn:
|
14529
|
-
return
|
14529
|
+
return Ar(+i, +s);
|
14530
14530
|
case Uo:
|
14531
14531
|
return i.name == s.name && i.message == s.message;
|
14532
14532
|
case j:
|
@@ -14687,7 +14687,7 @@ function _H() {
|
|
14687
14687
|
function Xp(i, s, l) {
|
14688
14688
|
s = Go(s, i);
|
14689
14689
|
for (var h = -1, p = s.length, C = !1; ++h < p; ) {
|
14690
|
-
var w =
|
14690
|
+
var w = Gr(s[h]);
|
14691
14691
|
if (!(C = i != null && l(i, w)))
|
14692
14692
|
break;
|
14693
14693
|
i = i[w];
|
@@ -14706,15 +14706,15 @@ function _H() {
|
|
14706
14706
|
switch (s) {
|
14707
14707
|
case $e:
|
14708
14708
|
return Ud(i);
|
14709
|
-
case
|
14709
|
+
case Vr:
|
14710
14710
|
case lo:
|
14711
14711
|
return new h(+i);
|
14712
14712
|
case rt:
|
14713
14713
|
return iS(i, l);
|
14714
|
-
case Cr:
|
14715
|
-
case Ho:
|
14716
|
-
case Vr:
|
14717
14714
|
case Er:
|
14715
|
+
case Ho:
|
14716
|
+
case Kr:
|
14717
|
+
case Tr:
|
14718
14718
|
case as:
|
14719
14719
|
case Xi:
|
14720
14720
|
case Yu:
|
@@ -14754,7 +14754,7 @@ function _H() {
|
|
14754
14754
|
if (!Et(l))
|
14755
14755
|
return !1;
|
14756
14756
|
var h = typeof s;
|
14757
|
-
return (h == "number" ? In(l) && po(s, l.length) : h == "string" && s in l) ?
|
14757
|
+
return (h == "number" ? In(l) && po(s, l.length) : h == "string" && s in l) ? Ar(l[s], i) : !1;
|
14758
14758
|
}
|
14759
14759
|
function Wd(i, s) {
|
14760
14760
|
if (Ne(i))
|
@@ -14876,7 +14876,7 @@ function _H() {
|
|
14876
14876
|
s.push(p ? C.replace(Rb, "$1") : h || l);
|
14877
14877
|
}), s;
|
14878
14878
|
});
|
14879
|
-
function
|
14879
|
+
function Gr(i) {
|
14880
14880
|
if (typeof i == "string" || Hn(i))
|
14881
14881
|
return i;
|
14882
14882
|
var s = i + "";
|
@@ -15076,7 +15076,7 @@ function _H() {
|
|
15076
15076
|
var l = i == null ? 0 : i.length;
|
15077
15077
|
if (l) {
|
15078
15078
|
var h = Wc(i, s);
|
15079
|
-
if (h < l &&
|
15079
|
+
if (h < l && Ar(i[h], s))
|
15080
15080
|
return h;
|
15081
15081
|
}
|
15082
15082
|
return -1;
|
@@ -15091,7 +15091,7 @@ function _H() {
|
|
15091
15091
|
var l = i == null ? 0 : i.length;
|
15092
15092
|
if (l) {
|
15093
15093
|
var h = Wc(i, s, !0) - 1;
|
15094
|
-
if (
|
15094
|
+
if (Ar(i[h], s))
|
15095
15095
|
return h;
|
15096
15096
|
}
|
15097
15097
|
return -1;
|
@@ -15389,19 +15389,19 @@ function _H() {
|
|
15389
15389
|
throw new tr(c);
|
15390
15390
|
s = ar(s) || 0, Et(l) && (G = !!l.leading, Q = "maxWait" in l, C = Q ? $t(ar(l.maxWait) || 0, s) : C, ie = "trailing" in l ? !!l.trailing : ie);
|
15391
15391
|
function fe(kt) {
|
15392
|
-
var
|
15393
|
-
return h = p = t, z = kt, w = i.apply(yo,
|
15392
|
+
var Ir = h, yo = p;
|
15393
|
+
return h = p = t, z = kt, w = i.apply(yo, Ir), w;
|
15394
15394
|
}
|
15395
15395
|
function Ee(kt) {
|
15396
15396
|
return z = kt, A = Cs(Ve, s), G ? fe(kt) : w;
|
15397
15397
|
}
|
15398
15398
|
function Le(kt) {
|
15399
|
-
var
|
15399
|
+
var Ir = kt - P, yo = kt - z, V_ = s - Ir;
|
15400
15400
|
return Q ? sn(V_, C - yo) : V_;
|
15401
15401
|
}
|
15402
15402
|
function Te(kt) {
|
15403
|
-
var
|
15404
|
-
return P === t ||
|
15403
|
+
var Ir = kt - P, yo = kt - z;
|
15404
|
+
return P === t || Ir >= s || Ir < 0 || Q && yo >= C;
|
15405
15405
|
}
|
15406
15406
|
function Ve() {
|
15407
15407
|
var kt = nl();
|
@@ -15419,8 +15419,8 @@ function _H() {
|
|
15419
15419
|
return A === t ? w : We(nl());
|
15420
15420
|
}
|
15421
15421
|
function $n() {
|
15422
|
-
var kt = nl(),
|
15423
|
-
if (h = arguments, p = this, P = kt,
|
15422
|
+
var kt = nl(), Ir = Te(kt);
|
15423
|
+
if (h = arguments, p = this, P = kt, Ir) {
|
15424
15424
|
if (A === t)
|
15425
15425
|
return Ee(P);
|
15426
15426
|
if (Q)
|
@@ -15539,7 +15539,7 @@ function _H() {
|
|
15539
15539
|
function Rk(i, s) {
|
15540
15540
|
return s == null || dp(i, s, qt(s));
|
15541
15541
|
}
|
15542
|
-
function
|
15542
|
+
function Ar(i, s) {
|
15543
15543
|
return i === s || i !== i && s !== s;
|
15544
15544
|
}
|
15545
15545
|
var Nk = Jc(wd), Pk = Jc(function(i, s) {
|
@@ -15556,7 +15556,7 @@ function _H() {
|
|
15556
15556
|
return bt(i) && In(i);
|
15557
15557
|
}
|
15558
15558
|
function Dk(i) {
|
15559
|
-
return i === !0 || i === !1 || bt(i) && vn(i) ==
|
15559
|
+
return i === !0 || i === !1 || bt(i) && vn(i) == Vr;
|
15560
15560
|
}
|
15561
15561
|
var Yo = YA || ch, Lk = Hm ? xn(Hm) : VI;
|
15562
15562
|
function Uk(i) {
|
@@ -15674,7 +15674,7 @@ function _H() {
|
|
15674
15674
|
if (!i)
|
15675
15675
|
return [];
|
15676
15676
|
if (In(i))
|
15677
|
-
return al(i) ?
|
15677
|
+
return al(i) ? wr(i) : An(i);
|
15678
15678
|
if (cs && i[cs])
|
15679
15679
|
return RA(i[cs]());
|
15680
15680
|
var s = cn(i), l = s == Qt ? gd : s == ce ? Ac : ha;
|
@@ -15712,7 +15712,7 @@ function _H() {
|
|
15712
15712
|
return l || Lb.test(i) ? fA(i.slice(2), l ? 2 : 8) : Pb.test(i) ? _n : +i;
|
15713
15713
|
}
|
15714
15714
|
function N_(i) {
|
15715
|
-
return
|
15715
|
+
return zr(i, Sn(i));
|
15716
15716
|
}
|
15717
15717
|
function Zk(i) {
|
15718
15718
|
return i ? Ci(De(i), -_t, _t) : i === 0 ? i : 0;
|
@@ -15722,17 +15722,17 @@ function _H() {
|
|
15722
15722
|
}
|
15723
15723
|
var eR = ca(function(i, s) {
|
15724
15724
|
if (ys(s) || In(s)) {
|
15725
|
-
|
15725
|
+
zr(s, qt(s), i);
|
15726
15726
|
return;
|
15727
15727
|
}
|
15728
15728
|
for (var l in s)
|
15729
15729
|
et.call(s, l) && fs(i, l, s[l]);
|
15730
15730
|
}), P_ = ca(function(i, s) {
|
15731
|
-
|
15731
|
+
zr(s, Sn(s), i);
|
15732
15732
|
}), sl = ca(function(i, s, l, h) {
|
15733
|
-
|
15733
|
+
zr(s, Sn(s), i, h);
|
15734
15734
|
}), tR = ca(function(i, s, l, h) {
|
15735
|
-
|
15735
|
+
zr(s, qt(s), i, h);
|
15736
15736
|
}), nR = mo(Cd);
|
15737
15737
|
function rR(i, s) {
|
15738
15738
|
var l = sa(i);
|
@@ -15744,14 +15744,14 @@ function _H() {
|
|
15744
15744
|
for (p && yn(s[0], s[1], p) && (h = 1); ++l < h; )
|
15745
15745
|
for (var C = s[l], w = Sn(C), A = -1, P = w.length; ++A < P; ) {
|
15746
15746
|
var z = w[A], G = i[z];
|
15747
|
-
(G === t ||
|
15747
|
+
(G === t || Ar(G, oa[z]) && !et.call(i, z)) && (i[z] = C[z]);
|
15748
15748
|
}
|
15749
15749
|
return i;
|
15750
15750
|
}), iR = Fe(function(i) {
|
15751
15751
|
return i.push(t, jp), Un(M_, t, i);
|
15752
15752
|
});
|
15753
15753
|
function aR(i, s) {
|
15754
|
-
return zm(i, Ce(s, 3),
|
15754
|
+
return zm(i, Ce(s, 3), Wr);
|
15755
15755
|
}
|
15756
15756
|
function sR(i, s) {
|
15757
15757
|
return zm(i, Ce(s, 3), Td);
|
@@ -15763,7 +15763,7 @@ function _H() {
|
|
15763
15763
|
return i == null ? i : mp(i, Ce(s, 3), Sn);
|
15764
15764
|
}
|
15765
15765
|
function uR(i, s) {
|
15766
|
-
return i &&
|
15766
|
+
return i && Wr(i, Ce(s, 3));
|
15767
15767
|
}
|
15768
15768
|
function dR(i, s) {
|
15769
15769
|
return i && Td(i, Ce(s, 3));
|
@@ -15797,13 +15797,13 @@ function _H() {
|
|
15797
15797
|
}
|
15798
15798
|
function vR(i, s) {
|
15799
15799
|
var l = {};
|
15800
|
-
return s = Ce(s, 3),
|
15800
|
+
return s = Ce(s, 3), Wr(i, function(h, p, C) {
|
15801
15801
|
fo(l, s(h, p, C), h);
|
15802
15802
|
}), l;
|
15803
15803
|
}
|
15804
15804
|
function yR(i, s) {
|
15805
15805
|
var l = {};
|
15806
|
-
return s = Ce(s, 3),
|
15806
|
+
return s = Ce(s, 3), Wr(i, function(h, p, C) {
|
15807
15807
|
fo(l, p, s(h, p, C));
|
15808
15808
|
}), l;
|
15809
15809
|
}
|
@@ -15818,7 +15818,7 @@ function _H() {
|
|
15818
15818
|
var h = !1;
|
15819
15819
|
s = vt(s, function(C) {
|
15820
15820
|
return C = Go(C, i), h || (h = C.length > 1), C;
|
15821
|
-
}),
|
15821
|
+
}), zr(i, Bd(i), l), h && (l = rr(l, _ | m | E, mS));
|
15822
15822
|
for (var p = s.length; p--; )
|
15823
15823
|
Pd(l, s[p]);
|
15824
15824
|
return l;
|
@@ -15843,7 +15843,7 @@ function _H() {
|
|
15843
15843
|
s = Go(s, i);
|
15844
15844
|
var h = -1, p = s.length;
|
15845
15845
|
for (p || (p = 1, i = t); ++h < p; ) {
|
15846
|
-
var C = i == null ? t : i[
|
15846
|
+
var C = i == null ? t : i[Gr(s[h])];
|
15847
15847
|
C === t && (h = p, C = l), i = _o(C) ? C.call(i) : C;
|
15848
15848
|
}
|
15849
15849
|
return i;
|
@@ -15861,7 +15861,7 @@ function _H() {
|
|
15861
15861
|
var C = i && i.constructor;
|
15862
15862
|
p ? l = h ? new C() : [] : Et(i) ? l = _o(C) ? sa(Pc(i)) : {} : l = {};
|
15863
15863
|
}
|
15864
|
-
return (p ? er :
|
15864
|
+
return (p ? er : Wr)(i, function(w, A, P) {
|
15865
15865
|
return s(l, w, A, P);
|
15866
15866
|
}), l;
|
15867
15867
|
}
|
@@ -15956,7 +15956,7 @@ function _H() {
|
|
15956
15956
|
return i + (l ? "_" : "") + s.toLowerCase();
|
15957
15957
|
});
|
15958
15958
|
function jR(i, s, l) {
|
15959
|
-
return l && typeof l != "number" && yn(i, s, l) && (s = l = t), l = l === t ? Ht : l >>> 0, l ? (i = Ze(i), i && (typeof s == "string" || s != null && !Zd(s)) && (s = Fn(s), !s && ta(i)) ? qo(
|
15959
|
+
return l && typeof l != "number" && yn(i, s, l) && (s = l = t), l = l === t ? Ht : l >>> 0, l ? (i = Ze(i), i && (typeof s == "string" || s != null && !Zd(s)) && (s = Fn(s), !s && ta(i)) ? qo(wr(i), 0, l) : i.split(s, l)) : [];
|
15960
15960
|
}
|
15961
15961
|
var JR = la(function(i, s, l) {
|
15962
15962
|
return i + (l ? " " : "") + nh(s);
|
@@ -16015,7 +16015,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
16015
16015
|
return jm(i);
|
16016
16016
|
if (!i || !(s = Fn(s)))
|
16017
16017
|
return i;
|
16018
|
-
var h =
|
16018
|
+
var h = wr(i), p = wr(s), C = Jm(h, p), w = Qm(h, p) + 1;
|
16019
16019
|
return qo(h, C, w).join("");
|
16020
16020
|
}
|
16021
16021
|
function n0(i, s, l) {
|
@@ -16023,7 +16023,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
16023
16023
|
return i.slice(0, Zm(i) + 1);
|
16024
16024
|
if (!i || !(s = Fn(s)))
|
16025
16025
|
return i;
|
16026
|
-
var h =
|
16026
|
+
var h = wr(i), p = Qm(h, wr(s)) + 1;
|
16027
16027
|
return qo(h, 0, p).join("");
|
16028
16028
|
}
|
16029
16029
|
function r0(i, s, l) {
|
@@ -16031,7 +16031,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
16031
16031
|
return i.replace(Xu, "");
|
16032
16032
|
if (!i || !(s = Fn(s)))
|
16033
16033
|
return i;
|
16034
|
-
var h =
|
16034
|
+
var h = wr(i), p = Jm(h, wr(s));
|
16035
16035
|
return qo(h, p).join("");
|
16036
16036
|
}
|
16037
16037
|
function o0(i, s) {
|
@@ -16043,7 +16043,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
16043
16043
|
i = Ze(i);
|
16044
16044
|
var C = i.length;
|
16045
16045
|
if (ta(i)) {
|
16046
|
-
var w =
|
16046
|
+
var w = wr(i);
|
16047
16047
|
C = w.length;
|
16048
16048
|
}
|
16049
16049
|
if (l >= C)
|
@@ -16084,7 +16084,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
16084
16084
|
}
|
16085
16085
|
}), s0 = mo(function(i, s) {
|
16086
16086
|
return er(s, function(l) {
|
16087
|
-
l =
|
16087
|
+
l = Gr(l), fo(i, l, Jd(i[l], i));
|
16088
16088
|
}), i;
|
16089
16089
|
});
|
16090
16090
|
function c0(i) {
|
@@ -16162,7 +16162,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
16162
16162
|
}
|
16163
16163
|
var y0 = xd(vt), C0 = xd(Wm), E0 = xd(cd);
|
16164
16164
|
function $_(i) {
|
16165
|
-
return Wd(i) ? ld(
|
16165
|
+
return Wd(i) ? ld(Gr(i)) : QI(i);
|
16166
16166
|
}
|
16167
16167
|
function T0(i) {
|
16168
16168
|
return function(s) {
|
@@ -16195,7 +16195,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
16195
16195
|
return p;
|
16196
16196
|
}
|
16197
16197
|
function k0(i) {
|
16198
|
-
return Ne(i) ? vt(i,
|
16198
|
+
return Ne(i) ? vt(i, Gr) : Hn(i) ? [i] : An(s_(Ze(i)));
|
16199
16199
|
}
|
16200
16200
|
function R0(i) {
|
16201
16201
|
var s = ++$A;
|
@@ -16235,9 +16235,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
16235
16235
|
function z0(i, s) {
|
16236
16236
|
return i && i.length ? dd(i, Ce(s, 2)) : 0;
|
16237
16237
|
}
|
16238
|
-
return v.after = fk, v.ary = v_, v.assign = eR, v.assignIn = P_, v.assignInWith = sl, v.assignWith = tR, v.at = nR, v.before = y_, v.bind = Jd, v.bindAll = s0, v.bindKey = C_, v.castArray = Ak, v.chain = m_, v.chunk = DS, v.compact = LS, v.concat = US, v.cond = c0, v.conforms = l0, v.constant = rh, v.countBy = WO, v.create = rR, v.curry = E_, v.curryRight = T_, v.debounce = w_, v.defaults = oR, v.defaultsDeep = iR, v.defer = gk, v.delay = mk, v.difference = xS, v.differenceBy = FS, v.differenceWith = HS, v.drop = BS, v.dropRight = $S, v.dropRightWhile = VS, v.dropWhile = KS, v.fill = WS, v.filter = GO, v.flatMap = jO, v.flatMapDeep = JO, v.flatMapDepth = QO, v.flatten = d_, v.flattenDeep = zS, v.flattenDepth = GS, v.flip = pk, v.flow = d0, v.flowRight = h0, v.fromPairs = qS, v.functions = hR, v.functionsIn = fR, v.groupBy = XO, v.initial = jS, v.intersection = JS, v.intersectionBy = QS, v.intersectionWith = XS, v.invert = mR, v.invertBy = pR, v.invokeMap = ek, v.iteratee = oh, v.keyBy = tk, v.keys = qt, v.keysIn = Sn, v.map = tl, v.mapKeys = vR, v.mapValues = yR, v.matches = f0, v.matchesProperty = g0, v.memoize = rl, v.merge = CR, v.mergeWith = M_, v.method = m0, v.methodOf = p0, v.mixin = ih, v.negate = ol, v.nthArg = v0, v.omit = ER, v.omitBy = TR, v.once = _k, v.orderBy = nk, v.over = y0, v.overArgs = vk, v.overEvery = C0, v.overSome = E0, v.partial = Qd, v.partialRight = b_, v.partition = rk, v.pick = wR, v.pickBy = D_, v.property = $_, v.propertyOf = T0, v.pull = nO, v.pullAll = f_, v.pullAllBy = rO, v.pullAllWith = oO, v.pullAt = iO, v.range = w0, v.rangeRight = b0, v.rearg = yk, v.reject = ak, v.remove = aO, v.rest = Ck, v.reverse = Yd, v.sampleSize = ck, v.set = AR, v.setWith = IR, v.shuffle = lk, v.slice = sO, v.sortBy = hk, v.sortedUniq = gO, v.sortedUniqBy = mO, v.split = jR, v.spread = Ek, v.tail = pO, v.take = _O, v.takeRight = vO, v.takeRightWhile = yO, v.takeWhile = CO, v.tap = LO, v.throttle = Tk, v.thru = el, v.toArray = k_, v.toPairs = L_, v.toPairsIn = U_, v.toPath = k0, v.toPlainObject = N_, v.transform = SR, v.unary = wk, v.union = EO, v.unionBy = TO, v.unionWith = wO, v.uniq = bO, v.uniqBy = AO, v.uniqWith = IO, v.unset = OR, v.unzip = jd, v.unzipWith = g_, v.update = kR, v.updateWith = RR, v.values = ha, v.valuesIn = NR, v.without = SO, v.words = H_, v.wrap = bk, v.xor = OO, v.xorBy = kO, v.xorWith = RO, v.zip = NO, v.zipObject = PO, v.zipObjectDeep = MO, v.zipWith = DO, v.entries = L_, v.entriesIn = U_, v.extend = P_, v.extendWith = sl, ih(v, v), v.add = N0, v.attempt = B_, v.camelCase = LR, v.capitalize = x_, v.ceil = P0, v.clamp = PR, v.clone = Ik, v.cloneDeep = Ok, v.cloneDeepWith = kk, v.cloneWith = Sk, v.conformsTo = Rk, v.deburr = F_, v.defaultTo = u0, v.divide = M0, v.endsWith = UR, v.eq =
|
16238
|
+
return v.after = fk, v.ary = v_, v.assign = eR, v.assignIn = P_, v.assignInWith = sl, v.assignWith = tR, v.at = nR, v.before = y_, v.bind = Jd, v.bindAll = s0, v.bindKey = C_, v.castArray = Ak, v.chain = m_, v.chunk = DS, v.compact = LS, v.concat = US, v.cond = c0, v.conforms = l0, v.constant = rh, v.countBy = WO, v.create = rR, v.curry = E_, v.curryRight = T_, v.debounce = w_, v.defaults = oR, v.defaultsDeep = iR, v.defer = gk, v.delay = mk, v.difference = xS, v.differenceBy = FS, v.differenceWith = HS, v.drop = BS, v.dropRight = $S, v.dropRightWhile = VS, v.dropWhile = KS, v.fill = WS, v.filter = GO, v.flatMap = jO, v.flatMapDeep = JO, v.flatMapDepth = QO, v.flatten = d_, v.flattenDeep = zS, v.flattenDepth = GS, v.flip = pk, v.flow = d0, v.flowRight = h0, v.fromPairs = qS, v.functions = hR, v.functionsIn = fR, v.groupBy = XO, v.initial = jS, v.intersection = JS, v.intersectionBy = QS, v.intersectionWith = XS, v.invert = mR, v.invertBy = pR, v.invokeMap = ek, v.iteratee = oh, v.keyBy = tk, v.keys = qt, v.keysIn = Sn, v.map = tl, v.mapKeys = vR, v.mapValues = yR, v.matches = f0, v.matchesProperty = g0, v.memoize = rl, v.merge = CR, v.mergeWith = M_, v.method = m0, v.methodOf = p0, v.mixin = ih, v.negate = ol, v.nthArg = v0, v.omit = ER, v.omitBy = TR, v.once = _k, v.orderBy = nk, v.over = y0, v.overArgs = vk, v.overEvery = C0, v.overSome = E0, v.partial = Qd, v.partialRight = b_, v.partition = rk, v.pick = wR, v.pickBy = D_, v.property = $_, v.propertyOf = T0, v.pull = nO, v.pullAll = f_, v.pullAllBy = rO, v.pullAllWith = oO, v.pullAt = iO, v.range = w0, v.rangeRight = b0, v.rearg = yk, v.reject = ak, v.remove = aO, v.rest = Ck, v.reverse = Yd, v.sampleSize = ck, v.set = AR, v.setWith = IR, v.shuffle = lk, v.slice = sO, v.sortBy = hk, v.sortedUniq = gO, v.sortedUniqBy = mO, v.split = jR, v.spread = Ek, v.tail = pO, v.take = _O, v.takeRight = vO, v.takeRightWhile = yO, v.takeWhile = CO, v.tap = LO, v.throttle = Tk, v.thru = el, v.toArray = k_, v.toPairs = L_, v.toPairsIn = U_, v.toPath = k0, v.toPlainObject = N_, v.transform = SR, v.unary = wk, v.union = EO, v.unionBy = TO, v.unionWith = wO, v.uniq = bO, v.uniqBy = AO, v.uniqWith = IO, v.unset = OR, v.unzip = jd, v.unzipWith = g_, v.update = kR, v.updateWith = RR, v.values = ha, v.valuesIn = NR, v.without = SO, v.words = H_, v.wrap = bk, v.xor = OO, v.xorBy = kO, v.xorWith = RO, v.zip = NO, v.zipObject = PO, v.zipObjectDeep = MO, v.zipWith = DO, v.entries = L_, v.entriesIn = U_, v.extend = P_, v.extendWith = sl, ih(v, v), v.add = N0, v.attempt = B_, v.camelCase = LR, v.capitalize = x_, v.ceil = P0, v.clamp = PR, v.clone = Ik, v.cloneDeep = Ok, v.cloneDeepWith = kk, v.cloneWith = Sk, v.conformsTo = Rk, v.deburr = F_, v.defaultTo = u0, v.divide = M0, v.endsWith = UR, v.eq = Ar, v.escape = xR, v.escapeRegExp = FR, v.every = zO, v.find = qO, v.findIndex = l_, v.findKey = aR, v.findLast = YO, v.findLastIndex = u_, v.findLastKey = sR, v.floor = D0, v.forEach = p_, v.forEachRight = __, v.forIn = cR, v.forInRight = lR, v.forOwn = uR, v.forOwnRight = dR, v.get = eh, v.gt = Nk, v.gte = Pk, v.has = gR, v.hasIn = th, v.head = h_, v.identity = On, v.includes = ZO, v.indexOf = YS, v.inRange = MR, v.invoke = _R, v.isArguments = bi, v.isArray = Ne, v.isArrayBuffer = Mk, v.isArrayLike = In, v.isArrayLikeObject = Ot, v.isBoolean = Dk, v.isBuffer = Yo, v.isDate = Lk, v.isElement = Uk, v.isEmpty = xk, v.isEqual = Fk, v.isEqualWith = Hk, v.isError = Xd, v.isFinite = Bk, v.isFunction = _o, v.isInteger = A_, v.isLength = il, v.isMap = I_, v.isMatch = $k, v.isMatchWith = Vk, v.isNaN = Kk, v.isNative = Wk, v.isNil = Gk, v.isNull = zk, v.isNumber = S_, v.isObject = Et, v.isObjectLike = bt, v.isPlainObject = Es, v.isRegExp = Zd, v.isSafeInteger = qk, v.isSet = O_, v.isString = al, v.isSymbol = Hn, v.isTypedArray = da, v.isUndefined = Yk, v.isWeakMap = jk, v.isWeakSet = Jk, v.join = ZS, v.kebabCase = HR, v.last = ir, v.lastIndexOf = eO, v.lowerCase = BR, v.lowerFirst = $R, v.lt = Qk, v.lte = Xk, v.max = L0, v.maxBy = U0, v.mean = x0, v.meanBy = F0, v.min = H0, v.minBy = B0, v.stubArray = sh, v.stubFalse = ch, v.stubObject = A0, v.stubString = I0, v.stubTrue = S0, v.multiply = $0, v.nth = tO, v.noConflict = _0, v.noop = ah, v.now = nl, v.pad = VR, v.padEnd = KR, v.padStart = WR, v.parseInt = zR, v.random = DR, v.reduce = ok, v.reduceRight = ik, v.repeat = GR, v.replace = qR, v.result = bR, v.round = V0, v.runInContext = N, v.sample = sk, v.size = uk, v.snakeCase = YR, v.some = dk, v.sortedIndex = cO, v.sortedIndexBy = lO, v.sortedIndexOf = uO, v.sortedLastIndex = dO, v.sortedLastIndexBy = hO, v.sortedLastIndexOf = fO, v.startCase = JR, v.startsWith = QR, v.subtract = K0, v.sum = W0, v.sumBy = z0, v.template = XR, v.times = O0, v.toFinite = vo, v.toInteger = De, v.toLength = R_, v.toLower = ZR, v.toNumber = ar, v.toSafeInteger = Zk, v.toString = Ze, v.toUpper = e0, v.trim = t0, v.trimEnd = n0, v.trimStart = r0, v.truncate = o0, v.unescape = i0, v.uniqueId = R0, v.upperCase = a0, v.upperFirst = nh, v.each = p_, v.eachRight = __, v.first = h_, ih(v, function() {
|
16239
16239
|
var i = {};
|
16240
|
-
return
|
16240
|
+
return Wr(v, function(s, l) {
|
16241
16241
|
et.call(v.prototype, l) || (i[l] = s);
|
16242
16242
|
}), i;
|
16243
16243
|
}(), { chain: !1 }), v.VERSION = r, er(["bind", "bindKey", "curry", "curryRight", "partial", "partialRight"], function(i) {
|
@@ -16292,7 +16292,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
16292
16292
|
return this.reverse().takeWhile(i).reverse();
|
16293
16293
|
}, Ke.prototype.toArray = function() {
|
16294
16294
|
return this.take(Ht);
|
16295
|
-
},
|
16295
|
+
}, Wr(Ke.prototype, function(i, s) {
|
16296
16296
|
var l = /^(?:filter|find|map|reject)|While$/.test(s), h = /^(?:head|last)$/.test(s), p = v[h ? "take" + (s == "last" ? "Right" : "") : s], C = h || /^find/.test(s);
|
16297
16297
|
p && (v.prototype[s] = function() {
|
16298
16298
|
var w = this.__wrapped__, A = h ? [1] : arguments, P = w instanceof Ke, z = A[0], G = P || Ne(w), Q = function(Ve) {
|
@@ -16320,7 +16320,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
16320
16320
|
return s.apply(Ne(w) ? w : [], p);
|
16321
16321
|
});
|
16322
16322
|
};
|
16323
|
-
}),
|
16323
|
+
}), Wr(Ke.prototype, function(i, s) {
|
16324
16324
|
var l = v[s];
|
16325
16325
|
if (l) {
|
16326
16326
|
var h = l.name + "";
|
@@ -16370,7 +16370,7 @@ const CH = { class: "text-faded mt-7" }, EH = {
|
|
16370
16370
|
id: {}
|
16371
16371
|
},
|
16372
16372
|
setup(n) {
|
16373
|
-
const { t: e } =
|
16373
|
+
const { t: e } = Hr();
|
16374
16374
|
return (t, r) => (q(), _e("div", CH, [
|
16375
16375
|
R(No, {
|
16376
16376
|
"no-gutters": "",
|
@@ -16430,7 +16430,7 @@ const CH = { class: "text-faded mt-7" }, EH = {
|
|
16430
16430
|
class: "mb-2 ms-1"
|
16431
16431
|
}, OH = /* @__PURE__ */ Re({
|
16432
16432
|
__name: "JSelect",
|
16433
|
-
props: /* @__PURE__ */
|
16433
|
+
props: /* @__PURE__ */ io({
|
16434
16434
|
name: {},
|
16435
16435
|
label: {},
|
16436
16436
|
placeholder: {},
|
@@ -16487,7 +16487,7 @@ const CH = { class: "text-faded mt-7" }, EH = {
|
|
16487
16487
|
class: "j-field px-4 py-3 rounded-sm bg-containerBg elevation-10"
|
16488
16488
|
}, NH = /* @__PURE__ */ Re({
|
16489
16489
|
__name: "JAutocomplete",
|
16490
|
-
props: /* @__PURE__ */
|
16490
|
+
props: /* @__PURE__ */ io({
|
16491
16491
|
name: {},
|
16492
16492
|
label: {},
|
16493
16493
|
placeholder: {},
|
@@ -16551,7 +16551,7 @@ const CH = { class: "text-faded mt-7" }, EH = {
|
|
16551
16551
|
class: "mb-2 ms-1"
|
16552
16552
|
}, MH = /* @__PURE__ */ Re({
|
16553
16553
|
__name: "JTextArea",
|
16554
|
-
props: /* @__PURE__ */
|
16554
|
+
props: /* @__PURE__ */ io({
|
16555
16555
|
name: {},
|
16556
16556
|
label: {},
|
16557
16557
|
readonly: { type: Boolean },
|
@@ -16596,7 +16596,7 @@ const CH = { class: "text-faded mt-7" }, EH = {
|
|
16596
16596
|
},
|
16597
16597
|
emits: ["cancel"],
|
16598
16598
|
setup(n, { emit: e }) {
|
16599
|
-
const t = e, { t: r } =
|
16599
|
+
const t = e, { t: r } = Hr();
|
16600
16600
|
return (o, a) => (q(), me(pt, {
|
16601
16601
|
color: "secondary",
|
16602
16602
|
variant: "outlined",
|
@@ -16620,7 +16620,7 @@ const CH = { class: "text-faded mt-7" }, EH = {
|
|
16620
16620
|
async function o() {
|
16621
16621
|
r.value = !0, await t("onSave"), r.value = !1;
|
16622
16622
|
}
|
16623
|
-
const { t: a } =
|
16623
|
+
const { t: a } = Hr();
|
16624
16624
|
return (c, u) => (q(), me(pt, {
|
16625
16625
|
disabled: c.disabled,
|
16626
16626
|
loading: r.value,
|
@@ -16712,7 +16712,7 @@ const CH = { class: "text-faded mt-7" }, EH = {
|
|
16712
16712
|
emits: ["update:isEdition", "save", "cancel", "delete", "disable"],
|
16713
16713
|
setup(n, { emit: e }) {
|
16714
16714
|
var _;
|
16715
|
-
const t = n, r = e, o =
|
16715
|
+
const t = n, r = e, o = Lr(), a = ((_ = o == null ? void 0 : o.vnode.props) == null ? void 0 : _.onDisable) !== void 0, c = he(t.readonly);
|
16716
16716
|
function u() {
|
16717
16717
|
r("cancel"), c.value = !1, r("update:isEdition", c.value);
|
16718
16718
|
}
|
@@ -16722,7 +16722,7 @@ const CH = { class: "text-faded mt-7" }, EH = {
|
|
16722
16722
|
async function f() {
|
16723
16723
|
r("delete"), r("disable");
|
16724
16724
|
}
|
16725
|
-
const { t: g } =
|
16725
|
+
const { t: g } = Hr();
|
16726
16726
|
return (m, E) => (q(), _e("div", UH, [
|
16727
16727
|
m.id ? (q(), _e("div", xH, [
|
16728
16728
|
E[0] || (E[0] = ve("b", null, "ID:", -1)),
|
@@ -16809,7 +16809,7 @@ const CH = { class: "text-faded mt-7" }, EH = {
|
|
16809
16809
|
},
|
16810
16810
|
emits: ["save", "cancel"],
|
16811
16811
|
setup(n, { emit: e }) {
|
16812
|
-
const t = e, r =
|
16812
|
+
const t = e, r = Lr(), o = Tt(() => {
|
16813
16813
|
var c;
|
16814
16814
|
return !!((c = r == null ? void 0 : r.vnode.props) != null && c.onSave);
|
16815
16815
|
}), a = Tt(() => {
|
@@ -17474,15 +17474,15 @@ function $T(n, e) {
|
|
17474
17474
|
throw X(RT);
|
17475
17475
|
}
|
17476
17476
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
17477
|
-
function
|
17477
|
+
function so() {
|
17478
17478
|
return Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3);
|
17479
17479
|
}
|
17480
17480
|
function Rf(n, e) {
|
17481
17481
|
const t = Number(n) || 0;
|
17482
|
-
return
|
17482
|
+
return so() + e > t;
|
17483
17483
|
}
|
17484
17484
|
function _B(n) {
|
17485
|
-
return Number(n) >
|
17485
|
+
return Number(n) > so();
|
17486
17486
|
}
|
17487
17487
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
17488
17488
|
function Da(n) {
|
@@ -17510,7 +17510,7 @@ function xu(n, e, t, r, o, a, c, u, d, f, g, _, m, E, y) {
|
|
17510
17510
|
homeAccountId: n,
|
17511
17511
|
credentialType: be.ACCESS_TOKEN,
|
17512
17512
|
secret: t,
|
17513
|
-
cachedAt:
|
17513
|
+
cachedAt: so().toString(),
|
17514
17514
|
expiresOn: c.toString(),
|
17515
17515
|
extendedExpiresOn: u.toString(),
|
17516
17516
|
environment: e,
|
@@ -17602,7 +17602,7 @@ function SB(n, e) {
|
|
17602
17602
|
return e ? n.indexOf(au.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;
|
17603
17603
|
}
|
17604
17604
|
function Ny() {
|
17605
|
-
return
|
17605
|
+
return so() + au.REFRESH_TIME_SECONDS;
|
17606
17606
|
}
|
17607
17607
|
function El(n, e, t) {
|
17608
17608
|
n.authorization_endpoint = e.authorization_endpoint, n.token_endpoint = e.token_endpoint, n.end_session_endpoint = e.end_session_endpoint, n.issuer = e.issuer, n.endpointsFromNetwork = t, n.jwks_uri = e.jwks_uri;
|
@@ -17611,7 +17611,7 @@ function Uh(n, e, t) {
|
|
17611
17611
|
n.aliases = e.aliases, n.preferred_cache = e.preferred_cache, n.preferred_network = e.preferred_network, n.aliasesFromNetwork = t;
|
17612
17612
|
}
|
17613
17613
|
function Py(n) {
|
17614
|
-
return n.expiresAt <=
|
17614
|
+
return n.expiresAt <= so();
|
17615
17615
|
}
|
17616
17616
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
17617
17617
|
const KT = "redirect_uri_empty", OB = "claims_request_parsing_error", WT = "authority_uri_insecure", Ns = "url_parse_error", zT = "empty_url_error", GT = "empty_input_scopes_error", qT = "invalid_prompt_value", Fg = "invalid_claims", YT = "token_request_empty", jT = "logout_request_empty", JT = "invalid_code_challenge_method", Hg = "pkce_params_missing", Bg = "invalid_cloud_discovery_metadata", QT = "invalid_authority_metadata", XT = "untrusted_authority", Fu = "missing_ssh_jwk", ZT = "missing_ssh_kid", kB = "missing_nonce_authentication_header", RB = "invalid_authentication_header", ew = "cannot_set_OIDCOptions", tw = "cannot_allow_native_broker", nw = "authority_mismatch";
|
@@ -17649,7 +17649,7 @@ function lt(n) {
|
|
17649
17649
|
return new $g(n);
|
17650
17650
|
}
|
17651
17651
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
17652
|
-
class
|
17652
|
+
class Mr {
|
17653
17653
|
/**
|
17654
17654
|
* Check if stringified object is empty
|
17655
17655
|
* @param strObj
|
@@ -17721,7 +17721,7 @@ class Pr {
|
|
17721
17721
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
17722
17722
|
class Rt {
|
17723
17723
|
constructor(e) {
|
17724
|
-
const t = e ?
|
17724
|
+
const t = e ? Mr.trimArrayEntries([...e]) : [], r = t ? Mr.removeEmptyStringsFromArray(t) : [];
|
17725
17725
|
this.validateInputScopes(r), this.scopes = /* @__PURE__ */ new Set(), r.forEach((o) => this.scopes.add(o));
|
17726
17726
|
}
|
17727
17727
|
/**
|
@@ -17917,7 +17917,7 @@ function Kg(n, e, t, r) {
|
|
17917
17917
|
return o;
|
17918
17918
|
}
|
17919
17919
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
17920
|
-
const
|
17920
|
+
const kr = {
|
17921
17921
|
Default: 0,
|
17922
17922
|
Adfs: 1,
|
17923
17923
|
Dsts: 2,
|
@@ -17994,7 +17994,7 @@ class zt {
|
|
17994
17994
|
static createAccount(e, t, r) {
|
17995
17995
|
var f, g, _, m, E, y;
|
17996
17996
|
const o = new zt();
|
17997
|
-
t.authorityType ===
|
17997
|
+
t.authorityType === kr.Adfs ? o.authorityType = yl.ADFS_ACCOUNT_TYPE : t.protocolMode === ko.AAD ? o.authorityType = yl.MSSTS_ACCOUNT_TYPE : o.authorityType = yl.GENERIC_ACCOUNT_TYPE;
|
17998
17998
|
let a;
|
17999
17999
|
e.clientInfo && r && (a = lu(e.clientInfo, r)), o.clientInfo = e.clientInfo, o.homeAccountId = e.homeAccountId, o.nativeAccountId = e.nativeAccountId;
|
18000
18000
|
const c = e.environment || t && t.getPreferredCache();
|
@@ -18028,7 +18028,7 @@ class zt {
|
|
18028
18028
|
* @param authType
|
18029
18029
|
*/
|
18030
18030
|
static generateHomeAccountId(e, t, r, o, a) {
|
18031
|
-
if (!(t ===
|
18031
|
+
if (!(t === kr.Adfs || t === kr.Dsts)) {
|
18032
18032
|
if (e)
|
18033
18033
|
try {
|
18034
18034
|
const c = lu(e, o.base64Decode);
|
@@ -18097,7 +18097,7 @@ class Ge {
|
|
18097
18097
|
static canonicalizeUri(e) {
|
18098
18098
|
if (e) {
|
18099
18099
|
let t = e.toLowerCase();
|
18100
|
-
return
|
18100
|
+
return Mr.endsWith(t, "?") ? t = t.slice(0, -1) : Mr.endsWith(t, "?/") && (t = t.slice(0, -2)), Mr.endsWith(t, "/") || (t += "/"), t;
|
18101
18101
|
}
|
18102
18102
|
return e;
|
18103
18103
|
}
|
@@ -19886,16 +19886,16 @@ class dn {
|
|
19886
19886
|
*/
|
19887
19887
|
getAuthorityType(e) {
|
19888
19888
|
if (e.HostNameAndPort.endsWith(B.CIAM_AUTH_URL))
|
19889
|
-
return
|
19889
|
+
return kr.Ciam;
|
19890
19890
|
const t = e.PathSegments;
|
19891
19891
|
if (t.length)
|
19892
19892
|
switch (t[0].toLowerCase()) {
|
19893
19893
|
case B.ADFS:
|
19894
|
-
return
|
19894
|
+
return kr.Adfs;
|
19895
19895
|
case B.DSTS:
|
19896
|
-
return
|
19896
|
+
return kr.Dsts;
|
19897
19897
|
}
|
19898
|
-
return
|
19898
|
+
return kr.Default;
|
19899
19899
|
}
|
19900
19900
|
// See above for AuthorityType
|
19901
19901
|
get authorityType() {
|
@@ -19997,7 +19997,7 @@ class dn {
|
|
19997
19997
|
* @private
|
19998
19998
|
*/
|
19999
19999
|
canReplaceTenant(e) {
|
20000
|
-
return e.PathSegments.length === 1 && !dn.reservedTenantDomains.has(e.PathSegments[0]) && this.getAuthorityType(e) ===
|
20000
|
+
return e.PathSegments.length === 1 && !dn.reservedTenantDomains.has(e.PathSegments[0]) && this.getAuthorityType(e) === kr.Default && this.protocolMode === ko.AAD;
|
20001
20001
|
}
|
20002
20002
|
/**
|
20003
20003
|
* Replaces tenant in url path with current tenant. Defaults to common.
|
@@ -20027,7 +20027,7 @@ class dn {
|
|
20027
20027
|
*/
|
20028
20028
|
get defaultOpenIdConfigurationEndpoint() {
|
20029
20029
|
const e = this.hostnameAndPort;
|
20030
|
-
return this.canonicalAuthority.endsWith("v2.0/") || this.authorityType ===
|
20030
|
+
return this.canonicalAuthority.endsWith("v2.0/") || this.authorityType === kr.Adfs || this.protocolMode !== ko.AAD && !this.isAliasOfKnownMicrosoftAuthority(e) ? `${this.canonicalAuthority}.well-known/openid-configuration` : `${this.canonicalAuthority}v2.0/.well-known/openid-configuration`;
|
20031
20031
|
}
|
20032
20032
|
/**
|
20033
20033
|
* Boolean that returns whether or not tenant discovery has been completed.
|
@@ -20232,7 +20232,7 @@ class dn {
|
|
20232
20232
|
* Parse cloudDiscoveryMetadata config or check knownAuthorities
|
20233
20233
|
*/
|
20234
20234
|
getCloudDiscoveryMetadataFromConfig() {
|
20235
|
-
if (this.authorityType ===
|
20235
|
+
if (this.authorityType === kr.Ciam)
|
20236
20236
|
return this.logger.verbose("CIAM authorities do not support cloud discovery metadata, generate the aliases from authority host."), dn.createCloudDiscoveryMetadataFromHost(this.hostnameAndPort);
|
20237
20237
|
if (this.authorityOptions.cloudDiscoveryMetadata) {
|
20238
20238
|
this.logger.verbose("The cloud discovery metadata has been provided as a network response, in the config.");
|
@@ -20449,7 +20449,7 @@ class li extends Ct {
|
|
20449
20449
|
}
|
20450
20450
|
}
|
20451
20451
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
20452
|
-
class
|
20452
|
+
class Xr {
|
20453
20453
|
/**
|
20454
20454
|
* Prepares a RequestThumbprint to be stored as a key.
|
20455
20455
|
* @param thumbprint
|
@@ -20464,7 +20464,7 @@ class Qr {
|
|
20464
20464
|
*/
|
20465
20465
|
static preProcess(e, t) {
|
20466
20466
|
var a;
|
20467
|
-
const r =
|
20467
|
+
const r = Xr.generateThrottlingStorageKey(t), o = e.getThrottlingCache(r);
|
20468
20468
|
if (o) {
|
20469
20469
|
if (o.throttleTime < Date.now()) {
|
20470
20470
|
e.removeItem(r);
|
@@ -20480,15 +20480,15 @@ class Qr {
|
|
20480
20480
|
* @param response
|
20481
20481
|
*/
|
20482
20482
|
static postProcess(e, t, r) {
|
20483
|
-
if (
|
20483
|
+
if (Xr.checkResponseStatus(r) || Xr.checkResponseForRetryAfter(r)) {
|
20484
20484
|
const o = {
|
20485
|
-
throttleTime:
|
20485
|
+
throttleTime: Xr.calculateThrottleTime(parseInt(r.headers[wn.RETRY_AFTER])),
|
20486
20486
|
error: r.body.error,
|
20487
20487
|
errorCodes: r.body.error_codes,
|
20488
20488
|
errorMessage: r.body.error_description,
|
20489
20489
|
subError: r.body.suberror
|
20490
20490
|
};
|
20491
|
-
e.setThrottlingCache(
|
20491
|
+
e.setThrottlingCache(Xr.generateThrottlingStorageKey(t), o);
|
20492
20492
|
}
|
20493
20493
|
}
|
20494
20494
|
/**
|
@@ -20586,7 +20586,7 @@ class qg {
|
|
20586
20586
|
*/
|
20587
20587
|
async sendPostRequest(e, t, r, o) {
|
20588
20588
|
var c, u, d;
|
20589
|
-
|
20589
|
+
Xr.preProcess(this.cacheManager, e);
|
20590
20590
|
let a;
|
20591
20591
|
try {
|
20592
20592
|
a = await te(this.networkClient.sendPostRequestAsync.bind(this.networkClient), U.NetworkClientSendPostRequestAsync, this.logger, this.performanceClient, o)(t, r);
|
@@ -20609,7 +20609,7 @@ class qg {
|
|
20609
20609
|
}
|
20610
20610
|
throw f instanceof Ct ? f : X(AT);
|
20611
20611
|
}
|
20612
|
-
return
|
20612
|
+
return Xr.postProcess(this.cacheManager, e, a), a;
|
20613
20613
|
}
|
20614
20614
|
/**
|
20615
20615
|
* Updates the authority object of the client. Endpoint discovery must be completed.
|
@@ -20654,9 +20654,9 @@ const By = [
|
|
20654
20654
|
[Yg]: "Refresh token has expired.",
|
20655
20655
|
[$u]: "Identity provider returned bad_token due to an expired or invalid refresh token. Please invoke an interactive API to resolve."
|
20656
20656
|
};
|
20657
|
-
class
|
20657
|
+
class xr extends Ct {
|
20658
20658
|
constructor(e, t, r, o, a, c, u, d) {
|
20659
|
-
super(e, t, r), Object.setPrototypeOf(this,
|
20659
|
+
super(e, t, r), Object.setPrototypeOf(this, xr.prototype), this.timestamp = o || B.EMPTY_STRING, this.traceId = a || B.EMPTY_STRING, this.correlationId = c || B.EMPTY_STRING, this.claims = u || B.EMPTY_STRING, this.name = "InteractionRequiredAuthError", this.errorNo = d;
|
20660
20660
|
}
|
20661
20661
|
}
|
20662
20662
|
function $y(n, e, t) {
|
@@ -20664,17 +20664,17 @@ function $y(n, e, t) {
|
|
20664
20664
|
return r || a || o;
|
20665
20665
|
}
|
20666
20666
|
function Mf(n) {
|
20667
|
-
return new
|
20667
|
+
return new xr(n, x$[n]);
|
20668
20668
|
}
|
20669
20669
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
20670
|
-
class
|
20670
|
+
class Dr {
|
20671
20671
|
/**
|
20672
20672
|
* Appends user state with random guid, or returns random guid.
|
20673
20673
|
* @param userState
|
20674
20674
|
* @param randomGuid
|
20675
20675
|
*/
|
20676
20676
|
static setRequestState(e, t, r) {
|
20677
|
-
const o =
|
20677
|
+
const o = Dr.generateLibraryState(e, r);
|
20678
20678
|
return t ? `${o}${B.RESOURCE_DELIM}${t}` : o;
|
20679
20679
|
}
|
20680
20680
|
/**
|
@@ -20770,7 +20770,7 @@ class Ya {
|
|
20770
20770
|
const { resourceRequestMethod: a, resourceRequestUri: c, shrClaims: u, shrNonce: d, shrOptions: f } = r, g = c ? new Ge(c) : void 0, _ = g == null ? void 0 : g.getUrlComponents();
|
20771
20771
|
return this.cryptoUtils.signJwt({
|
20772
20772
|
at: e,
|
20773
|
-
ts:
|
20773
|
+
ts: so(),
|
20774
20774
|
m: a == null ? void 0 : a.toUpperCase(),
|
20775
20775
|
u: _ == null ? void 0 : _.HostNameAndPort,
|
20776
20776
|
nonce: d || this.cryptoUtils.createNewGuid(),
|
@@ -20833,7 +20833,7 @@ class Gi {
|
|
20833
20833
|
throw X(OT);
|
20834
20834
|
if (e.error || e.error_description || e.suberror) {
|
20835
20835
|
const a = B$(e);
|
20836
|
-
throw $y(e.error, e.error_description, e.suberror) ? new
|
20836
|
+
throw $y(e.error, e.error_description, e.suberror) ? new xr(e.error || "", e.error_description, e.suberror, e.timestamp || "", e.trace_id || "", e.correlation_id || "", e.claims || "", a) : new li(e.error || "", e.error_description, e.suberror, a);
|
20837
20837
|
}
|
20838
20838
|
}
|
20839
20839
|
/**
|
@@ -20854,7 +20854,7 @@ ${c}`);
|
|
20854
20854
|
${c}`);
|
20855
20855
|
return;
|
20856
20856
|
}
|
20857
|
-
throw $y(e.error, e.error_description, e.suberror) ? new
|
20857
|
+
throw $y(e.error, e.error_description, e.suberror) ? new xr(e.error, e.error_description, e.suberror, e.timestamp || B.EMPTY_STRING, e.trace_id || B.EMPTY_STRING, e.correlation_id || B.EMPTY_STRING, e.claims || B.EMPTY_STRING, a) : c;
|
20858
20858
|
}
|
20859
20859
|
}
|
20860
20860
|
/**
|
@@ -20878,7 +20878,7 @@ ${c}`);
|
|
20878
20878
|
}
|
20879
20879
|
this.homeAccountIdentifier = zt.generateHomeAccountId(e.client_info || B.EMPTY_STRING, t.authorityType, this.logger, this.cryptoObj, g);
|
20880
20880
|
let _;
|
20881
|
-
a && a.state && (_ =
|
20881
|
+
a && a.state && (_ = Dr.parseRequestState(this.cryptoObj, a.state)), e.key_id = e.key_id || o.sshKid || void 0;
|
20882
20882
|
const m = this.generateCacheRecord(e, t, r, o, g, c, a);
|
20883
20883
|
let E;
|
20884
20884
|
try {
|
@@ -21062,7 +21062,7 @@ class gw extends qg {
|
|
21062
21062
|
var u, d;
|
21063
21063
|
if ((u = this.performanceClient) == null || u.addQueueMeasurement(U.AuthClientAcquireToken, e.correlationId), !e.code)
|
21064
21064
|
throw X(PT);
|
21065
|
-
const r =
|
21065
|
+
const r = so(), o = await te(this.executeTokenRequest.bind(this), U.AuthClientExecuteTokenRequest, this.logger, this.performanceClient, e.correlationId)(this.authority, e), a = (d = o.headers) == null ? void 0 : d[wn.X_MS_REQUEST_ID], c = new Gi(this.config.authOptions.clientId, this.cacheManager, this.cryptoUtils, this.logger, this.config.serializableCache, this.config.persistencePlugin, this.performanceClient);
|
21066
21066
|
return c.validateTokenResponse(o.body), te(c.handleServerTokenResponse.bind(c), U.HandleServerTokenResponse, this.logger, this.performanceClient, e.correlationId)(o.body, this.authority, r, e, t, void 0, void 0, void 0, a);
|
21067
21067
|
}
|
21068
21068
|
/**
|
@@ -21140,7 +21140,7 @@ class gw extends qg {
|
|
21140
21140
|
t.addSshJwk(e.sshJwk);
|
21141
21141
|
else
|
21142
21142
|
throw lt(Fu);
|
21143
|
-
(!
|
21143
|
+
(!Mr.isEmptyObj(e.claims) || this.config.authOptions.clientCapabilities && this.config.authOptions.clientCapabilities.length > 0) && t.addClaims(e.claims, this.config.authOptions.clientCapabilities);
|
21144
21144
|
let r;
|
21145
21145
|
if (e.clientInfo)
|
21146
21146
|
try {
|
@@ -21268,7 +21268,7 @@ class Df extends qg {
|
|
21268
21268
|
async acquireToken(e) {
|
21269
21269
|
var c, u;
|
21270
21270
|
(c = this.performanceClient) == null || c.addQueueMeasurement(U.RefreshTokenClientAcquireToken, e.correlationId);
|
21271
|
-
const t =
|
21271
|
+
const t = so(), r = await te(this.executeTokenRequest.bind(this), U.RefreshTokenClientExecuteTokenRequest, this.logger, this.performanceClient, e.correlationId)(e, this.authority), o = (u = r.headers) == null ? void 0 : u[wn.X_MS_REQUEST_ID], a = new Gi(this.config.authOptions.clientId, this.cacheManager, this.cryptoUtils, this.logger, this.config.serializableCache, this.config.persistencePlugin);
|
21272
21272
|
return a.validateTokenResponse(r.body), te(a.handleServerTokenResponse.bind(a), U.HandleServerTokenResponse, this.logger, this.performanceClient, e.correlationId)(r.body, this.authority, t, e, void 0, void 0, !0, e.forceCache, o);
|
21273
21273
|
}
|
21274
21274
|
/**
|
@@ -21285,7 +21285,7 @@ class Df extends qg {
|
|
21285
21285
|
try {
|
21286
21286
|
return await te(this.acquireTokenWithCachedRefreshToken.bind(this), U.RefreshTokenClientAcquireTokenWithCachedRefreshToken, this.logger, this.performanceClient, e.correlationId)(e, !0);
|
21287
21287
|
} catch (o) {
|
21288
|
-
const a = o instanceof
|
21288
|
+
const a = o instanceof xr && o.errorCode === fu, c = o instanceof li && o.errorCode === by.INVALID_GRANT_ERROR && o.subError === by.CLIENT_MISMATCH_ERROR;
|
21289
21289
|
if (a || c)
|
21290
21290
|
return te(this.acquireTokenWithCachedRefreshToken.bind(this), U.RefreshTokenClientAcquireTokenWithCachedRefreshToken, this.logger, this.performanceClient, e.correlationId)(e, !1);
|
21291
21291
|
throw o;
|
@@ -21316,7 +21316,7 @@ class Df extends qg {
|
|
21316
21316
|
try {
|
21317
21317
|
return await te(this.acquireToken.bind(this), U.RefreshTokenClientAcquireToken, this.logger, this.performanceClient, e.correlationId)(o);
|
21318
21318
|
} catch (c) {
|
21319
|
-
if (c instanceof
|
21319
|
+
if (c instanceof xr && c.subError === $u) {
|
21320
21320
|
this.logger.verbose("acquireTokenWithRefreshToken: bad refresh token, removing from cache");
|
21321
21321
|
const u = Da(r);
|
21322
21322
|
this.cacheManager.removeRefreshToken(u);
|
@@ -21366,7 +21366,7 @@ class Df extends qg {
|
|
21366
21366
|
r.addSshJwk(e.sshJwk);
|
21367
21367
|
else
|
21368
21368
|
throw lt(Fu);
|
21369
|
-
if ((!
|
21369
|
+
if ((!Mr.isEmptyObj(e.claims) || this.config.authOptions.clientCapabilities && this.config.authOptions.clientCapabilities.length > 0) && r.addClaims(e.claims, this.config.authOptions.clientCapabilities), this.config.systemOptions.preventCorsPreflight && e.ccsCredential)
|
21370
21370
|
switch (e.ccsCredential.type) {
|
21371
21371
|
case Qn.HOME_ACCOUNT_ID:
|
21372
21372
|
try {
|
@@ -21419,7 +21419,7 @@ class V$ extends qg {
|
|
21419
21419
|
var d;
|
21420
21420
|
(d = this.performanceClient) == null || d.addQueueMeasurement(U.SilentFlowClientAcquireCachedToken, e.correlationId);
|
21421
21421
|
let t = Xo.NOT_APPLICABLE;
|
21422
|
-
if (e.forceRefresh || !this.config.cacheOptions.claimsBasedCachingEnabled && !
|
21422
|
+
if (e.forceRefresh || !this.config.cacheOptions.claimsBasedCachingEnabled && !Mr.isEmptyObj(e.claims))
|
21423
21423
|
throw this.setCacheOutcome(Xo.FORCE_REFRESH_OR_CLAIMS, e.correlationId), X(Ao);
|
21424
21424
|
if (!e.account)
|
21425
21425
|
throw X(Pg);
|
@@ -22346,7 +22346,7 @@ class Yi extends lm {
|
|
22346
22346
|
Yi.MODULE_NAME = "";
|
22347
22347
|
Yi.ID = "StandardOperatingContext";
|
22348
22348
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
22349
|
-
function
|
22349
|
+
function oo(n) {
|
22350
22350
|
return new TextDecoder().decode(OV(n));
|
22351
22351
|
}
|
22352
22352
|
function OV(n) {
|
@@ -22646,7 +22646,7 @@ class ja {
|
|
22646
22646
|
* @param input
|
22647
22647
|
*/
|
22648
22648
|
base64Decode(e) {
|
22649
|
-
return
|
22649
|
+
return oo(e);
|
22650
22650
|
}
|
22651
22651
|
/**
|
22652
22652
|
* Encodes input string to base64 URL safe string.
|
@@ -22786,7 +22786,7 @@ function tb(n, e) {
|
|
22786
22786
|
if (!e)
|
22787
22787
|
return null;
|
22788
22788
|
try {
|
22789
|
-
return
|
22789
|
+
return Dr.parseRequestState(n, e).libraryState.meta;
|
22790
22790
|
} catch {
|
22791
22791
|
throw X(Ga);
|
22792
22792
|
}
|
@@ -23406,14 +23406,14 @@ class $f extends qa {
|
|
23406
23406
|
* @param addInstanceId
|
23407
23407
|
*/
|
23408
23408
|
generateCacheKey(e) {
|
23409
|
-
return this.validateAndParseJson(e) ? JSON.stringify(e) :
|
23409
|
+
return this.validateAndParseJson(e) ? JSON.stringify(e) : Mr.startsWith(e, B.CACHE_PREFIX) || Mr.startsWith(e, Yt.ADAL_ID_TOKEN) ? e : `${B.CACHE_PREFIX}.${this.clientId}.${e}`;
|
23410
23410
|
}
|
23411
23411
|
/**
|
23412
23412
|
* Create authorityKey to cache authority
|
23413
23413
|
* @param state
|
23414
23414
|
*/
|
23415
23415
|
generateAuthorityKey(e) {
|
23416
|
-
const { libraryState: { id: t } } =
|
23416
|
+
const { libraryState: { id: t } } = Dr.parseRequestState(this.cryptoImpl, e);
|
23417
23417
|
return this.generateCacheKey(`${tt.AUTHORITY}.${t}`);
|
23418
23418
|
}
|
23419
23419
|
/**
|
@@ -23421,7 +23421,7 @@ class $f extends qa {
|
|
23421
23421
|
* @param state
|
23422
23422
|
*/
|
23423
23423
|
generateNonceKey(e) {
|
23424
|
-
const { libraryState: { id: t } } =
|
23424
|
+
const { libraryState: { id: t } } = Dr.parseRequestState(this.cryptoImpl, e);
|
23425
23425
|
return this.generateCacheKey(`${tt.NONCE_IDTOKEN}.${t}`);
|
23426
23426
|
}
|
23427
23427
|
/**
|
@@ -23429,7 +23429,7 @@ class $f extends qa {
|
|
23429
23429
|
* @param stateString State string for the request
|
23430
23430
|
*/
|
23431
23431
|
generateStateKey(e) {
|
23432
|
-
const { libraryState: { id: t } } =
|
23432
|
+
const { libraryState: { id: t } } = Dr.parseRequestState(this.cryptoImpl, e);
|
23433
23433
|
return this.generateCacheKey(`${tt.REQUEST_STATE}.${t}`);
|
23434
23434
|
}
|
23435
23435
|
/**
|
@@ -23518,7 +23518,7 @@ class $f extends qa {
|
|
23518
23518
|
throw ue(Rw);
|
23519
23519
|
let r;
|
23520
23520
|
try {
|
23521
|
-
r = JSON.parse(
|
23521
|
+
r = JSON.parse(oo(t));
|
23522
23522
|
} catch (o) {
|
23523
23523
|
throw this.logger.errorPii(`Attempted to parse: ${t}`), this.logger.error(`Parsing cached token request threw with error: ${o}`), ue(Nw);
|
23524
23524
|
}
|
@@ -23568,7 +23568,7 @@ class $f extends qa {
|
|
23568
23568
|
t && (this.browserStorage.removeItem(this.generateCacheKey(Yt.ID_TOKEN)), this.logger.verbose("Cached MSAL.js v1 id token retrieved"));
|
23569
23569
|
const r = t || e;
|
23570
23570
|
if (r) {
|
23571
|
-
const o = Ji(r,
|
23571
|
+
const o = Ji(r, oo);
|
23572
23572
|
if (o.preferred_username)
|
23573
23573
|
return this.logger.verbose("No SSO params used and ADAL/MSAL v1 token retrieved, setting ADAL/MSAL v1 preferred_username as loginHint"), o.preferred_username;
|
23574
23574
|
if (o.upn)
|
@@ -23609,7 +23609,7 @@ class $f extends qa {
|
|
23609
23609
|
e.scopes.join(" "),
|
23610
23610
|
e.expiresOn ? e.expiresOn.getTime() / 1e3 : 0,
|
23611
23611
|
e.extExpiresOn ? e.extExpiresOn.getTime() / 1e3 : 0,
|
23612
|
-
|
23612
|
+
oo,
|
23613
23613
|
void 0,
|
23614
23614
|
// refreshOn
|
23615
23615
|
e.tokenType,
|
@@ -23898,7 +23898,7 @@ async function um(n, e, t, r) {
|
|
23898
23898
|
r.verbose(`Authentication Scheme set to "${c.authenticationScheme}" as configured in Auth request`);
|
23899
23899
|
}
|
23900
23900
|
return e.cache.claimsBasedCachingEnabled && n.claims && // Checks for empty stringified object "{}" which doesn't qualify as requested claims
|
23901
|
-
!
|
23901
|
+
!Mr.isEmptyObj(n.claims) && (c.requestedClaimsHash = await Qw(n.claims)), c;
|
23902
23902
|
}
|
23903
23903
|
async function jV(n, e, t, r, o) {
|
23904
23904
|
r.addQueueMeasurement(U.InitializeSilentRequest, n.correlationId);
|
@@ -24039,7 +24039,7 @@ class ts extends nb {
|
|
24039
24039
|
this.performanceClient.addQueueMeasurement(U.StandardInteractionClientInitializeAuthorizationRequest, this.correlationId);
|
24040
24040
|
const r = this.getRedirectUri(e.redirectUri), o = {
|
24041
24041
|
interactionType: t
|
24042
|
-
}, a =
|
24042
|
+
}, a = Dr.setRequestState(this.browserCrypto, e && e.state || B.EMPTY_STRING, o), u = {
|
24043
24043
|
...await te(um, U.InitializeBaseRequest, this.logger, this.performanceClient, this.correlationId)({ ...e, correlationId: this.correlationId }, this.config, this.performanceClient, this.logger),
|
24044
24044
|
redirectUri: r,
|
24045
24045
|
state: a,
|
@@ -24064,9 +24064,9 @@ const QV = "USER_INTERACTION_REQUIRED", XV = "USER_CANCEL", ZV = "NO_NETWORK", e
|
|
24064
24064
|
const rK = -2147186943, oK = {
|
24065
24065
|
[rb]: "User attempted to switch accounts in the native broker, which is not allowed. All new accounts must sign-in through the standard web flow first, please try again."
|
24066
24066
|
};
|
24067
|
-
class
|
24067
|
+
class Zr extends Ct {
|
24068
24068
|
constructor(e, t, r) {
|
24069
|
-
super(e, t), Object.setPrototypeOf(this,
|
24069
|
+
super(e, t), Object.setPrototypeOf(this, Zr.prototype), this.name = "NativeAuthError", this.ext = r;
|
24070
24070
|
}
|
24071
24071
|
}
|
24072
24072
|
function Na(n) {
|
@@ -24085,13 +24085,13 @@ function Vf(n, e, t) {
|
|
24085
24085
|
case nK:
|
24086
24086
|
return Mf(hw);
|
24087
24087
|
case QV:
|
24088
|
-
return new
|
24088
|
+
return new xr(n, e);
|
24089
24089
|
case XV:
|
24090
24090
|
return ue(qi);
|
24091
24091
|
case ZV:
|
24092
24092
|
return ue(gu);
|
24093
24093
|
}
|
24094
|
-
return new
|
24094
|
+
return new Zr(n, oK[n] || e, t);
|
24095
24095
|
}
|
24096
24096
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
24097
24097
|
class ob extends ts {
|
@@ -24157,7 +24157,7 @@ class Ha extends nb {
|
|
24157
24157
|
*/
|
24158
24158
|
async acquireToken(e) {
|
24159
24159
|
this.performanceClient.addQueueMeasurement(U.NativeInteractionClientAcquireToken, e.correlationId), this.logger.trace("NativeInteractionClient - acquireToken called.");
|
24160
|
-
const t = this.performanceClient.startMeasurement(U.NativeInteractionClientAcquireToken, e.correlationId), r =
|
24160
|
+
const t = this.performanceClient.startMeasurement(U.NativeInteractionClientAcquireToken, e.correlationId), r = so();
|
24161
24161
|
try {
|
24162
24162
|
const o = await this.initializeNativeRequest(e);
|
24163
24163
|
try {
|
@@ -24187,7 +24187,7 @@ class Ha extends nb {
|
|
24187
24187
|
}), f;
|
24188
24188
|
});
|
24189
24189
|
} catch (o) {
|
24190
|
-
throw o instanceof
|
24190
|
+
throw o instanceof Zr && this.serverTelemetryManager.setNativeBrokerErrorCode(o.errorCode), o;
|
24191
24191
|
}
|
24192
24192
|
}
|
24193
24193
|
/**
|
@@ -24250,7 +24250,7 @@ class Ha extends nb {
|
|
24250
24250
|
const d = await this.nativeMessageHandler.sendMessage(a);
|
24251
24251
|
this.validateNativeResponse(d);
|
24252
24252
|
} catch (d) {
|
24253
|
-
if (d instanceof
|
24253
|
+
if (d instanceof Zr && (this.serverTelemetryManager.setNativeBrokerErrorCode(d.errorCode), Na(d)))
|
24254
24254
|
throw d;
|
24255
24255
|
}
|
24256
24256
|
this.browserStorage.setTemporaryCache(tt.NATIVE_REQUEST, JSON.stringify(o), !0);
|
@@ -24277,7 +24277,7 @@ class Ha extends nb {
|
|
24277
24277
|
const c = {
|
24278
24278
|
method: xi.GetToken,
|
24279
24279
|
request: a
|
24280
|
-
}, u =
|
24280
|
+
}, u = so();
|
24281
24281
|
try {
|
24282
24282
|
this.logger.verbose("NativeInteractionClient - handleRedirectPromise sending message to native broker.");
|
24283
24283
|
const d = await this.nativeMessageHandler.sendMessage(c);
|
@@ -24306,7 +24306,7 @@ class Ha extends nb {
|
|
24306
24306
|
async handleNativeResponse(e, t, r) {
|
24307
24307
|
var g;
|
24308
24308
|
this.logger.trace("NativeInteractionClient - handleNativeResponse called.");
|
24309
|
-
const o = Ji(e.id_token,
|
24309
|
+
const o = Ji(e.id_token, oo), a = this.createHomeAccountIdentifier(e, o), c = (g = this.browserStorage.getAccountInfoFilteredBy({
|
24310
24310
|
nativeAccountId: t.accountId
|
24311
24311
|
})) == null ? void 0 : g.homeAccountId;
|
24312
24312
|
if (a !== c && e.account.id !== t.accountId)
|
@@ -24317,7 +24317,7 @@ class Ha extends nb {
|
|
24317
24317
|
this.browserStorage,
|
24318
24318
|
u,
|
24319
24319
|
a,
|
24320
|
-
|
24320
|
+
oo,
|
24321
24321
|
o,
|
24322
24322
|
e.client_info,
|
24323
24323
|
void 0,
|
@@ -24337,7 +24337,7 @@ class Ha extends nb {
|
|
24337
24337
|
* @returns
|
24338
24338
|
*/
|
24339
24339
|
createHomeAccountIdentifier(e, t) {
|
24340
|
-
return zt.generateHomeAccountId(e.client_info || B.EMPTY_STRING,
|
24340
|
+
return zt.generateHomeAccountId(e.client_info || B.EMPTY_STRING, kr.Default, this.logger, this.browserCrypto, t);
|
24341
24341
|
}
|
24342
24342
|
/**
|
24343
24343
|
* Helper to generate scopes
|
@@ -24426,7 +24426,7 @@ class Ha extends nb {
|
|
24426
24426
|
* @param reqTimestamp
|
24427
24427
|
*/
|
24428
24428
|
cacheNativeTokens(e, t, r, o, a, c, u) {
|
24429
|
-
const d = Uu(r, t.authority, e.id_token || "", t.clientId, o.tid || ""), f = t.tokenType === ot.POP ? B.SHR_NONCE_VALIDITY : (typeof e.expires_in == "string" ? parseInt(e.expires_in, 10) : e.expires_in) || 0, g = u + f, _ = this.generateScopes(e, t), m = xu(r, t.authority, a, t.clientId, o.tid || c, _.printScopes(), g, 0,
|
24429
|
+
const d = Uu(r, t.authority, e.id_token || "", t.clientId, o.tid || ""), f = t.tokenType === ot.POP ? B.SHR_NONCE_VALIDITY : (typeof e.expires_in == "string" ? parseInt(e.expires_in, 10) : e.expires_in) || 0, g = u + f, _ = this.generateScopes(e, t), m = xu(r, t.authority, a, t.clientId, o.tid || c, _.printScopes(), g, 0, oo, void 0, t.tokenType, void 0, t.keyId), E = {
|
24430
24430
|
idToken: d,
|
24431
24431
|
accessToken: m
|
24432
24432
|
};
|
@@ -24577,7 +24577,7 @@ class Ha extends nb {
|
|
24577
24577
|
}
|
24578
24578
|
}
|
24579
24579
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
24580
|
-
class
|
24580
|
+
class eo {
|
24581
24581
|
constructor(e, t, r, o) {
|
24582
24582
|
this.logger = e, this.handshakeTimeoutMs = t, this.extensionId = o, this.resolvers = /* @__PURE__ */ new Map(), this.handshakeResolvers = /* @__PURE__ */ new Map(), this.messageChannel = new MessageChannel(), this.windowListener = this.onWindowMessage.bind(this), this.performanceClient = r, this.handshakeEvent = r.startMeasurement(U.NativeMessageHandlerHandshake);
|
24583
24583
|
}
|
@@ -24607,10 +24607,10 @@ class Zr {
|
|
24607
24607
|
static async createProvider(e, t, r) {
|
24608
24608
|
e.trace("NativeMessageHandler - createProvider called.");
|
24609
24609
|
try {
|
24610
|
-
const o = new
|
24610
|
+
const o = new eo(e, t, r, Ua.PREFERRED_EXTENSION_ID);
|
24611
24611
|
return await o.sendHandshakeRequest(), o;
|
24612
24612
|
} catch {
|
24613
|
-
const a = new
|
24613
|
+
const a = new eo(e, t, r);
|
24614
24614
|
return await a.sendHandshakeRequest(), a;
|
24615
24615
|
}
|
24616
24616
|
}
|
@@ -24856,7 +24856,7 @@ class aK extends ts {
|
|
24856
24856
|
requestAzureCloudOptions: o.azureCloudOptions,
|
24857
24857
|
requestExtraQueryParameters: o.extraQueryParameters,
|
24858
24858
|
account: o.account
|
24859
|
-
}), d =
|
24859
|
+
}), d = eo.isNativeAvailable(this.config, this.logger, this.nativeMessageHandler, e.authenticationScheme);
|
24860
24860
|
let f;
|
24861
24861
|
d && (f = this.performanceClient.startMeasurement(U.FetchAccountIdWithNativeBroker, e.correlationId));
|
24862
24862
|
const g = await u.getAuthCodeUrl({
|
@@ -24865,13 +24865,13 @@ class aK extends ts {
|
|
24865
24865
|
}), _ = new dm(u, this.browserStorage, c, this.logger, this.performanceClient), m = this.initiateAuthRequest(g, t);
|
24866
24866
|
this.eventHandler.emitEvent(we.POPUP_OPENED, pe.Popup, { popupWindow: m }, null);
|
24867
24867
|
const E = await this.monitorPopupForHash(m, t.popupWindowParent), y = Qi(ib, U.DeserializeResponse, this.logger, this.performanceClient, this.correlationId)(E, this.config.auth.OIDCOptions.serverResponseType, this.logger);
|
24868
|
-
if (
|
24868
|
+
if (Xr.removeThrottle(this.browserStorage, this.config.auth.clientId, c), y.accountId) {
|
24869
24869
|
if (this.logger.verbose("Account id found in hash, calling WAM for token"), f && f.end({
|
24870
24870
|
success: !0,
|
24871
24871
|
isNativeBroker: !0
|
24872
24872
|
}), !this.nativeMessageHandler)
|
24873
24873
|
throw ue(_c);
|
24874
|
-
const S = new Ha(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, mt.acquireTokenPopup, this.performanceClient, this.nativeMessageHandler, y.accountId, this.nativeStorage, o.correlationId), { userRequestState: b } =
|
24874
|
+
const S = new Ha(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, mt.acquireTokenPopup, this.performanceClient, this.nativeMessageHandler, y.accountId, this.nativeStorage, o.correlationId), { userRequestState: b } = Dr.parseRequestState(this.browserCrypto, o.state);
|
24875
24875
|
return await S.acquireToken({
|
24876
24876
|
...o,
|
24877
24877
|
state: b,
|
@@ -25144,7 +25144,7 @@ class cK extends ts {
|
|
25144
25144
|
account: t.account
|
25145
25145
|
}), u = new Zy(c, this.browserStorage, a, this.logger, this.performanceClient), d = await c.getAuthCodeUrl({
|
25146
25146
|
...t,
|
25147
|
-
nativeBroker:
|
25147
|
+
nativeBroker: eo.isNativeAvailable(this.config, this.logger, this.nativeMessageHandler, e.authenticationScheme)
|
25148
25148
|
}), f = this.getRedirectStartPage(e.redirectStartPage);
|
25149
25149
|
return this.logger.verbosePii(`Redirect start page: ${f}`), window.addEventListener("pageshow", o), await u.initiateAuthRequest(d, {
|
25150
25150
|
navigationClient: this.navigationClient,
|
@@ -25231,7 +25231,7 @@ class cK extends ts {
|
|
25231
25231
|
if (this.logger.verbose("handleResponse called, retrieved cached request"), e.accountId) {
|
25232
25232
|
if (this.logger.verbose("Account id found in hash, calling WAM for token"), !this.nativeMessageHandler)
|
25233
25233
|
throw ue(_c);
|
25234
|
-
const d = new Ha(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, mt.acquireTokenPopup, this.performanceClient, this.nativeMessageHandler, e.accountId, this.nativeStorage, o.correlationId), { userRequestState: f } =
|
25234
|
+
const d = new Ha(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, mt.acquireTokenPopup, this.performanceClient, this.nativeMessageHandler, e.accountId, this.nativeStorage, o.correlationId), { userRequestState: f } = Dr.parseRequestState(this.browserCrypto, r);
|
25235
25235
|
return d.acquireToken({
|
25236
25236
|
...o,
|
25237
25237
|
state: f,
|
@@ -25245,7 +25245,7 @@ class cK extends ts {
|
|
25245
25245
|
if (!a)
|
25246
25246
|
throw ue(em);
|
25247
25247
|
const c = await te(this.createAuthCodeClient.bind(this), U.StandardInteractionClientCreateAuthCodeClient, this.logger, this.performanceClient, this.correlationId)({ serverTelemetryManager: t, requestAuthority: a });
|
25248
|
-
return
|
25248
|
+
return Xr.removeThrottle(this.browserStorage, this.config.auth.clientId, o), new Zy(c, this.browserStorage, o, this.logger, this.performanceClient).handleCodeResponse(e, r);
|
25249
25249
|
}
|
25250
25250
|
/**
|
25251
25251
|
* Use to log out the current user, and redirect the user to the postLogoutRedirectUri.
|
@@ -25404,12 +25404,12 @@ class gK extends ts {
|
|
25404
25404
|
this.performanceClient.addQueueMeasurement(U.SilentIframeClientTokenHelper, r);
|
25405
25405
|
const o = await te(this.initializeAuthorizationCodeRequest.bind(this), U.StandardInteractionClientInitializeAuthorizationCodeRequest, this.logger, this.performanceClient, r)(t), a = await te(e.getAuthCodeUrl.bind(e), U.GetAuthCodeUrl, this.logger, this.performanceClient, r)({
|
25406
25406
|
...t,
|
25407
|
-
nativeBroker:
|
25407
|
+
nativeBroker: eo.isNativeAvailable(this.config, this.logger, this.nativeMessageHandler, t.authenticationScheme)
|
25408
25408
|
}), c = new dm(e, this.browserStorage, o, this.logger, this.performanceClient), u = await te(lK, U.SilentHandlerInitiateAuthRequest, this.logger, this.performanceClient, r)(a, this.performanceClient, this.logger, r, this.config.system.navigateFrameWait), d = this.config.auth.OIDCOptions.serverResponseType, f = await te(uK, U.SilentHandlerMonitorIframeForHash, this.logger, this.performanceClient, r)(u, this.config.system.iframeHashTimeout, this.config.system.pollIntervalMilliseconds, this.performanceClient, this.logger, r, d), g = Qi(ib, U.DeserializeResponse, this.logger, this.performanceClient, this.correlationId)(f, d, this.logger);
|
25409
25409
|
if (g.accountId) {
|
25410
25410
|
if (this.logger.verbose("Account id found in hash, calling WAM for token"), !this.nativeMessageHandler)
|
25411
25411
|
throw ue(_c);
|
25412
|
-
const _ = new Ha(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, this.apiId, this.performanceClient, this.nativeMessageHandler, g.accountId, this.browserStorage, r), { userRequestState: m } =
|
25412
|
+
const _ = new Ha(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, this.apiId, this.performanceClient, this.nativeMessageHandler, g.accountId, this.browserStorage, r), { userRequestState: m } = Dr.parseRequestState(this.browserCrypto, t.state);
|
25413
25413
|
return te(_.acquireToken.bind(_), U.NativeInteractionClientAcquireToken, this.logger, this.performanceClient, r)({
|
25414
25414
|
...t,
|
25415
25415
|
state: m,
|
@@ -25485,7 +25485,7 @@ class pK {
|
|
25485
25485
|
loadExternalTokens(e, t, r) {
|
25486
25486
|
if (!this.isBrowserEnvironment)
|
25487
25487
|
throw ue(Wu);
|
25488
|
-
const o = t.id_token ? Ji(t.id_token,
|
25488
|
+
const o = t.id_token ? Ji(t.id_token, oo) : void 0, a = {
|
25489
25489
|
protocolMode: this.config.auth.protocolMode,
|
25490
25490
|
knownAuthorities: this.config.auth.knownAuthorities,
|
25491
25491
|
cloudDiscoveryMetadata: this.config.auth.cloudDiscoveryMetadata,
|
@@ -25518,7 +25518,7 @@ class pK {
|
|
25518
25518
|
this.storage,
|
25519
25519
|
o,
|
25520
25520
|
a,
|
25521
|
-
|
25521
|
+
oo,
|
25522
25522
|
r,
|
25523
25523
|
t,
|
25524
25524
|
o.hostnameAndPort,
|
@@ -25563,7 +25563,7 @@ class pK {
|
|
25563
25563
|
} else return this.logger.error("TokenCache - no expiration set on the access token. Cannot add it to the cache."), null;
|
25564
25564
|
else return this.logger.verbose("TokenCache - no access token found in response"), null;
|
25565
25565
|
this.logger.verbose("TokenCache - loading access token");
|
25566
|
-
const u = t.scope ? Rt.fromString(t.scope) : new Rt(e.scopes), d = 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 = xu(r, o, t.access_token, this.config.auth.clientId, a, u.printScopes(), d, f,
|
25566
|
+
const u = t.scope ? Rt.fromString(t.scope) : new Rt(e.scopes), d = 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 = xu(r, o, t.access_token, this.config.auth.clientId, a, u.printScopes(), d, f, oo);
|
25567
25567
|
return this.storage.setAccessTokenCredential(g), g;
|
25568
25568
|
}
|
25569
25569
|
/**
|
@@ -25676,7 +25676,7 @@ class vK extends ts {
|
|
25676
25676
|
}
|
25677
25677
|
}
|
25678
25678
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
25679
|
-
function
|
25679
|
+
function jr(n) {
|
25680
25680
|
const e = n == null ? void 0 : n.idTokenClaims;
|
25681
25681
|
if (e != null && e.tfp || e != null && e.acr)
|
25682
25682
|
return "B2C";
|
@@ -25750,7 +25750,7 @@ class qu {
|
|
25750
25750
|
const t = (e == null ? void 0 : e.correlationId) || this.getRequestCorrelationId(), r = this.config.system.allowNativeBroker, o = this.performanceClient.startMeasurement(U.InitializeClientApplication, t);
|
25751
25751
|
if (this.eventHandler.emitEvent(we.INITIALIZE_START), r)
|
25752
25752
|
try {
|
25753
|
-
this.nativeExtensionProvider = await
|
25753
|
+
this.nativeExtensionProvider = await eo.createProvider(this.logger, this.config.system.nativeBrokerHandshakeTimeout, this.performanceClient);
|
25754
25754
|
} catch (a) {
|
25755
25755
|
this.logger.verbose(a);
|
25756
25756
|
}
|
@@ -25778,7 +25778,7 @@ class qu {
|
|
25778
25778
|
* @returns
|
25779
25779
|
*/
|
25780
25780
|
async handleRedirectPromiseInternal(e) {
|
25781
|
-
const t = this.getAllAccounts(), r = this.browserStorage.getCachedNativeRequest(), o = r &&
|
25781
|
+
const t = this.getAllAccounts(), r = this.browserStorage.getCachedNativeRequest(), o = r && eo.isNativeAvailable(this.config, this.logger, this.nativeExtensionProvider) && this.nativeExtensionProvider && !e, a = o ? r == null ? void 0 : r.correlationId : this.browserStorage.getTemporaryCache(tt.CORRELATION_ID, !0) || "", c = this.performanceClient.startMeasurement(U.AcquireTokenRedirect, a);
|
25782
25782
|
this.eventHandler.emitEvent(we.HANDLE_REDIRECT_START, pe.Redirect);
|
25783
25783
|
let u;
|
25784
25784
|
if (o && this.nativeExtensionProvider) {
|
@@ -25792,7 +25792,7 @@ class qu {
|
|
25792
25792
|
}
|
25793
25793
|
return u.then((d) => (d ? (t.length < this.getAllAccounts().length ? (this.eventHandler.emitEvent(we.LOGIN_SUCCESS, pe.Redirect, d), this.logger.verbose("handleRedirectResponse returned result, login success")) : (this.eventHandler.emitEvent(we.ACQUIRE_TOKEN_SUCCESS, pe.Redirect, d), this.logger.verbose("handleRedirectResponse returned result, acquire token success")), c.end({
|
25794
25794
|
success: !0,
|
25795
|
-
accountType:
|
25795
|
+
accountType: jr(d.account)
|
25796
25796
|
})) : c.event.errorCode ? c.end({ success: !1 }) : c.discard(), this.eventHandler.emitEvent(we.HANDLE_REDIRECT_END, pe.Redirect), d)).catch((d) => {
|
25797
25797
|
const f = d;
|
25798
25798
|
throw t.length > 0 ? this.eventHandler.emitEvent(we.ACQUIRE_TOKEN_FAILURE, pe.Redirect, null, f) : this.eventHandler.emitEvent(we.LOGIN_FAILURE, pe.Redirect, null, f), this.eventHandler.emitEvent(we.HANDLE_REDIRECT_END, pe.Redirect), c.end({
|
@@ -25814,7 +25814,7 @@ class qu {
|
|
25814
25814
|
this.logger.verbose("acquireTokenRedirect called", t);
|
25815
25815
|
const r = this.performanceClient.startMeasurement(U.AcquireTokenPreRedirect, t);
|
25816
25816
|
r.add({
|
25817
|
-
accountType:
|
25817
|
+
accountType: jr(e.account),
|
25818
25818
|
scenarioId: e.scenarioId
|
25819
25819
|
});
|
25820
25820
|
const o = e.onRedirectNavigate;
|
@@ -25835,9 +25835,9 @@ class qu {
|
|
25835
25835
|
jy(this.initialized, this.config), this.browserStorage.setInteractionInProgress(!0), a ? this.eventHandler.emitEvent(we.ACQUIRE_TOKEN_START, pe.Redirect, e) : this.eventHandler.emitEvent(we.LOGIN_START, pe.Redirect, e);
|
25836
25836
|
let c;
|
25837
25837
|
return this.nativeExtensionProvider && this.canUseNative(e) ? c = new Ha(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, mt.acquireTokenRedirect, this.performanceClient, this.nativeExtensionProvider, this.getNativeAccountId(e), this.nativeInternalStorage, t).acquireTokenRedirect(e, r).catch((d) => {
|
25838
|
-
if (d instanceof
|
25838
|
+
if (d instanceof Zr && Na(d))
|
25839
25839
|
return this.nativeExtensionProvider = void 0, this.createRedirectClient(t).acquireToken(e);
|
25840
|
-
if (d instanceof
|
25840
|
+
if (d instanceof xr)
|
25841
25841
|
return this.logger.verbose("acquireTokenRedirect - Resolving interaction required error thrown by native broker by falling back to web flow"), this.createRedirectClient(t).acquireToken(e);
|
25842
25842
|
throw this.browserStorage.setInteractionInProgress(!1), d;
|
25843
25843
|
}) : c = this.createRedirectClient(t).acquireToken(e), await c;
|
@@ -25858,7 +25858,7 @@ class qu {
|
|
25858
25858
|
const t = this.getRequestCorrelationId(e), r = this.performanceClient.startMeasurement(U.AcquireTokenPopup, t);
|
25859
25859
|
r.add({
|
25860
25860
|
scenarioId: e.scenarioId,
|
25861
|
-
accountType:
|
25861
|
+
accountType: jr(e.account)
|
25862
25862
|
});
|
25863
25863
|
try {
|
25864
25864
|
this.logger.verbose("acquireTokenPopup called", t), bl(this.initialized, r), this.browserStorage.setInteractionInProgress(!0);
|
@@ -25874,18 +25874,18 @@ class qu {
|
|
25874
25874
|
}, mt.acquireTokenPopup).then((c) => (this.browserStorage.setInteractionInProgress(!1), r.end({
|
25875
25875
|
success: !0,
|
25876
25876
|
isNativeBroker: !0,
|
25877
|
-
accountType:
|
25877
|
+
accountType: jr(c.account)
|
25878
25878
|
}), c)).catch((c) => {
|
25879
|
-
if (c instanceof
|
25879
|
+
if (c instanceof Zr && Na(c))
|
25880
25880
|
return this.nativeExtensionProvider = void 0, this.createPopupClient(t).acquireToken(e);
|
25881
|
-
if (c instanceof
|
25881
|
+
if (c instanceof xr)
|
25882
25882
|
return this.logger.verbose("acquireTokenPopup - Resolving interaction required error thrown by native broker by falling back to web flow"), this.createPopupClient(t).acquireToken(e);
|
25883
25883
|
throw this.browserStorage.setInteractionInProgress(!1), c;
|
25884
25884
|
}) : a = this.createPopupClient(t).acquireToken(e), a.then((c) => (o.length < this.getAllAccounts().length ? this.eventHandler.emitEvent(we.LOGIN_SUCCESS, pe.Popup, c) : this.eventHandler.emitEvent(we.ACQUIRE_TOKEN_SUCCESS, pe.Popup, c), r.end({
|
25885
25885
|
success: !0,
|
25886
25886
|
accessTokenSize: c.accessToken.length,
|
25887
25887
|
idTokenSize: c.idToken.length,
|
25888
|
-
accountType:
|
25888
|
+
accountType: jr(c.account)
|
25889
25889
|
}), c)).catch((c) => (o.length > 0 ? this.eventHandler.emitEvent(we.ACQUIRE_TOKEN_FAILURE, pe.Popup, null, c) : this.eventHandler.emitEvent(we.LOGIN_FAILURE, pe.Popup, null, c), r.end({
|
25890
25890
|
success: !1
|
25891
25891
|
}, c), Promise.reject(c)));
|
@@ -25923,13 +25923,13 @@ class qu {
|
|
25923
25923
|
};
|
25924
25924
|
this.ssoSilentMeasurement = this.performanceClient.startMeasurement(U.SsoSilent, t), (a = this.ssoSilentMeasurement) == null || a.add({
|
25925
25925
|
scenarioId: e.scenarioId,
|
25926
|
-
accountType:
|
25926
|
+
accountType: jr(e.account)
|
25927
25927
|
}), bl(this.initialized, this.ssoSilentMeasurement), (c = this.ssoSilentMeasurement) == null || c.increment({
|
25928
25928
|
visibilityChangeCount: 0
|
25929
25929
|
}), document.addEventListener("visibilitychange", this.trackPageVisibilityWithMeasurement), this.logger.verbose("ssoSilent called", t), this.eventHandler.emitEvent(we.SSO_SILENT_START, pe.Silent, r);
|
25930
25930
|
let o;
|
25931
25931
|
return this.canUseNative(r) ? o = this.acquireTokenNative(r, mt.ssoSilent).catch((u) => {
|
25932
|
-
if (u instanceof
|
25932
|
+
if (u instanceof Zr && Na(u))
|
25933
25933
|
return this.nativeExtensionProvider = void 0, this.createSilentIframeClient(r.correlationId).acquireToken(r);
|
25934
25934
|
throw u;
|
25935
25935
|
}) : o = this.createSilentIframeClient(r.correlationId).acquireToken(r), o.then((u) => {
|
@@ -25939,7 +25939,7 @@ class qu {
|
|
25939
25939
|
isNativeBroker: u.fromNativeBroker,
|
25940
25940
|
accessTokenSize: u.accessToken.length,
|
25941
25941
|
idTokenSize: u.idToken.length,
|
25942
|
-
accountType:
|
25942
|
+
accountType: jr(u.account)
|
25943
25943
|
}), u;
|
25944
25944
|
}).catch((u) => {
|
25945
25945
|
var d;
|
@@ -25979,7 +25979,7 @@ class qu {
|
|
25979
25979
|
isNativeBroker: c.fromNativeBroker,
|
25980
25980
|
accessTokenSize: c.accessToken.length,
|
25981
25981
|
idTokenSize: c.idToken.length,
|
25982
|
-
accountType:
|
25982
|
+
accountType: jr(c.account)
|
25983
25983
|
}), c)).catch((c) => {
|
25984
25984
|
throw this.hybridAuthCodeResponses.delete(o), this.eventHandler.emitEvent(we.ACQUIRE_TOKEN_BY_CODE_FAILURE, pe.Silent, null, c), r.end({
|
25985
25985
|
success: !1
|
@@ -25991,10 +25991,10 @@ class qu {
|
|
25991
25991
|
...e,
|
25992
25992
|
correlationId: t
|
25993
25993
|
}, mt.acquireTokenByCode, e.nativeAccountId).catch((a) => {
|
25994
|
-
throw a instanceof
|
25994
|
+
throw a instanceof Zr && Na(a) && (this.nativeExtensionProvider = void 0), a;
|
25995
25995
|
});
|
25996
25996
|
return r.end({
|
25997
|
-
accountType:
|
25997
|
+
accountType: jr(o.account),
|
25998
25998
|
success: !0
|
25999
25999
|
}), o;
|
26000
26000
|
} else
|
@@ -26214,7 +26214,7 @@ class qu {
|
|
26214
26214
|
* @param request
|
26215
26215
|
*/
|
26216
26216
|
canUseNative(e, t) {
|
26217
|
-
if (this.logger.trace("canUseNative called"), !
|
26217
|
+
if (this.logger.trace("canUseNative called"), !eo.isNativeAvailable(this.config, this.logger, this.nativeExtensionProvider, e.authenticationScheme))
|
26218
26218
|
return this.logger.trace("canUseNative: isNativeAvailable returned false, returning false"), !1;
|
26219
26219
|
if (e.prompt)
|
26220
26220
|
switch (e.prompt) {
|
@@ -26450,7 +26450,7 @@ class qu {
|
|
26450
26450
|
const o = e.account || this.getActiveAccount();
|
26451
26451
|
if (!o)
|
26452
26452
|
throw ue(kw);
|
26453
|
-
r.add({ accountType:
|
26453
|
+
r.add({ accountType: jr(o) });
|
26454
26454
|
const a = {
|
26455
26455
|
clientId: this.config.auth.clientId,
|
26456
26456
|
authority: e.authority || B.EMPTY_STRING,
|
@@ -26550,8 +26550,8 @@ class qu {
|
|
26550
26550
|
* @returns
|
26551
26551
|
*/
|
26552
26552
|
async acquireTokenSilentNoIframe(e, t) {
|
26553
|
-
return
|
26554
|
-
throw r instanceof
|
26553
|
+
return eo.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, mt.acquireTokenSilent_silentFlow).catch(async (r) => {
|
26554
|
+
throw r instanceof Zr && Na(r) ? (this.logger.verbose("acquireTokenSilent - native platform unavailable, falling back to web flow"), this.nativeExtensionProvider = void 0, X(Ao)) : r;
|
26555
26555
|
})) : (this.logger.verbose("acquireTokenSilent - attempting to acquire token from web flow"), te(this.acquireTokenFromCache.bind(this), U.AcquireTokenFromCache, this.logger, this.performanceClient, e.correlationId)(e, t).catch((r) => {
|
26556
26556
|
if (t === zn.AccessToken)
|
26557
26557
|
throw r;
|
@@ -26560,7 +26560,7 @@ class qu {
|
|
26560
26560
|
}
|
26561
26561
|
}
|
26562
26562
|
function yK(n, e) {
|
26563
|
-
const t = !(n instanceof
|
26563
|
+
const t = !(n instanceof xr && // For refresh token errors, bad_token does not always require interaction (silently resolvable)
|
26564
26564
|
n.subError !== $u), r = n.errorCode === Gn.INVALID_GRANT_ERROR || n.errorCode === Ao, o = t && r || n.errorCode === fu || n.errorCode === Yg, a = nV.includes(e);
|
26565
26565
|
return o && a;
|
26566
26566
|
}
|
@@ -27068,16 +27068,15 @@ const { jToken: tC } = cb(), { server: nC } = ZP(), db = () => {
|
|
27068
27068
|
);
|
27069
27069
|
let e = 1;
|
27070
27070
|
n.interceptors.response.use(
|
27071
|
-
async (o) => (o.notify = () => {
|
27072
|
-
var
|
27071
|
+
async (o) => (o.notify = (a) => {
|
27072
|
+
var c, u;
|
27073
27073
|
nC.value.push({
|
27074
27074
|
type: "success",
|
27075
|
-
url: ((
|
27076
|
-
method: ((
|
27075
|
+
url: ((c = o.config) == null ? void 0 : c.url) || "",
|
27076
|
+
method: ((u = o.config) == null ? void 0 : u.method) || "",
|
27077
27077
|
status: o.status,
|
27078
|
-
data: o.data,
|
27079
27078
|
timestamp: /* @__PURE__ */ new Date()
|
27080
|
-
});
|
27079
|
+
}), a != null && a.toast && Cr()[a.toast.type](a.toast.message);
|
27081
27080
|
}, o),
|
27082
27081
|
async (o) => {
|
27083
27082
|
var a;
|
@@ -27092,17 +27091,16 @@ const { jToken: tC } = cb(), { server: nC } = ZP(), db = () => {
|
|
27092
27091
|
}
|
27093
27092
|
}
|
27094
27093
|
}
|
27095
|
-
return o.response && (o.response.notify = () => {
|
27096
|
-
var
|
27094
|
+
return o.response && (o.response.notify = (c) => {
|
27095
|
+
var u, d, f;
|
27097
27096
|
nC.value.push({
|
27098
27097
|
type: "error",
|
27099
|
-
url: ((
|
27100
|
-
method: ((
|
27101
|
-
status: ((
|
27102
|
-
data: (f = o.response) == null ? void 0 : f.data,
|
27098
|
+
url: ((u = o.config) == null ? void 0 : u.url) || "",
|
27099
|
+
method: ((d = o.config) == null ? void 0 : d.method) || "",
|
27100
|
+
status: ((f = o.response) == null ? void 0 : f.status) || 0,
|
27103
27101
|
message: o.message,
|
27104
27102
|
timestamp: /* @__PURE__ */ new Date()
|
27105
|
-
});
|
27103
|
+
}), c != null && c.toast && Cr()[c.toast.type](c.toast.message);
|
27106
27104
|
}), Promise.reject(o);
|
27107
27105
|
}
|
27108
27106
|
);
|
@@ -27232,7 +27230,7 @@ function fm() {
|
|
27232
27230
|
}
|
27233
27231
|
const AK = {
|
27234
27232
|
path: "/_/dashboard",
|
27235
|
-
component: () => import("./AuthRoute-
|
27233
|
+
component: () => import("./AuthRoute-BM9vV33s.mjs"),
|
27236
27234
|
meta: { requiresAuth: !1 }
|
27237
27235
|
}, IK = {
|
27238
27236
|
path: "/jplan-auth-fail",
|
@@ -27482,7 +27480,7 @@ const cC = {
|
|
27482
27480
|
messages: hb
|
27483
27481
|
});
|
27484
27482
|
function PK() {
|
27485
|
-
const n = yc("https://api.jplan.com.br/management/organization"), { error: e } =
|
27483
|
+
const n = yc("https://api.jplan.com.br/management/organization"), { error: e } = Cr();
|
27486
27484
|
return {
|
27487
27485
|
async getOrgList(t) {
|
27488
27486
|
try {
|
@@ -27550,7 +27548,7 @@ function PK() {
|
|
27550
27548
|
}
|
27551
27549
|
const Ri = PK();
|
27552
27550
|
function MK() {
|
27553
|
-
const n = yc("https://api.jplan.com.br/management/branch/"), { error: e } =
|
27551
|
+
const n = yc("https://api.jplan.com.br/management/branch/"), { error: e } = Cr();
|
27554
27552
|
return {
|
27555
27553
|
async getBranchList(t) {
|
27556
27554
|
try {
|
@@ -27627,7 +27625,7 @@ function MK() {
|
|
27627
27625
|
}
|
27628
27626
|
const Ni = MK();
|
27629
27627
|
function DK() {
|
27630
|
-
const n = yc("https://api.jplan.com.br/management/team"), { error: e } =
|
27628
|
+
const n = yc("https://api.jplan.com.br/management/team"), { error: e } = Cr();
|
27631
27629
|
return {
|
27632
27630
|
async getTeamList(t) {
|
27633
27631
|
try {
|
@@ -27747,7 +27745,7 @@ function DK() {
|
|
27747
27745
|
const pr = DK();
|
27748
27746
|
let Il = !1;
|
27749
27747
|
const Kh = he(!1), sr = he([]), uC = he([]), At = he(null), Ea = he([]), Ta = he([]), LK = () => {
|
27750
|
-
const n =
|
27748
|
+
const n = Cr(), e = async (y) => {
|
27751
27749
|
Kh.value = !0;
|
27752
27750
|
const T = y ? `_active eq true and ${y}` : "_active eq true", S = await Ri.getOrgList(T);
|
27753
27751
|
S && (sr.value = S, Il = !0), Kh.value = !1;
|
@@ -27883,7 +27881,7 @@ const Kh = he(!1), sr = he([]), uC = he([]), At = he(null), Ea = he([]), Ta = he
|
|
27883
27881
|
};
|
27884
27882
|
let Sl = !1;
|
27885
27883
|
const cr = he([]), dC = he([]), Vt = he(null), Wh = he(!1), wa = he([]), UK = () => {
|
27886
|
-
const n =
|
27884
|
+
const n = Cr(), e = async (m) => {
|
27887
27885
|
Wh.value = !0;
|
27888
27886
|
const E = m ? `_active eq true and ${m}` : "_active eq true", y = await pr.getTeamList(E);
|
27889
27887
|
y && (cr.value = y, Sl = !0), Wh.value = !1;
|
@@ -28324,7 +28322,7 @@ const $K = /* @__PURE__ */ cc(FK, [["render", BK], ["__scopeId", "data-v-00d7a69
|
|
28324
28322
|
};
|
28325
28323
|
let zh = !1;
|
28326
28324
|
const Gh = he(!1), lr = he([]), hC = he([]), en = he(null), ba = he([]), D4 = () => {
|
28327
|
-
const n =
|
28325
|
+
const n = Cr(), e = async (m) => {
|
28328
28326
|
Gh.value = !0;
|
28329
28327
|
const E = m ? `_active eq true and ${m}` : "_active eq true", y = await Ni.getBranchList(E);
|
28330
28328
|
y && (lr.value = y, zh = !0), Gh.value = !1;
|
@@ -28417,7 +28415,7 @@ const Gh = he(!1), lr = he([]), hC = he([]), en = he(null), ba = he([]), D4 = ()
|
|
28417
28415
|
};
|
28418
28416
|
};
|
28419
28417
|
function YK() {
|
28420
|
-
const n = yc("https://api.jplan.com.br/management/division"), { error: e } =
|
28418
|
+
const n = yc("https://api.jplan.com.br/management/division"), { error: e } = Cr();
|
28421
28419
|
return {
|
28422
28420
|
async getDivisionList(t) {
|
28423
28421
|
try {
|
@@ -28486,7 +28484,7 @@ function YK() {
|
|
28486
28484
|
const bs = YK();
|
28487
28485
|
let qh = !1;
|
28488
28486
|
const Yh = he(!1), ur = he([]), fC = he([]), tn = he(null), Aa = he([]), L4 = () => {
|
28489
|
-
const n =
|
28487
|
+
const n = Cr(), e = async (m) => {
|
28490
28488
|
Yh.value = !0;
|
28491
28489
|
const E = m ? `_active eq true and ${m}` : "_active eq true", y = await bs.getDivisionList(E);
|
28492
28490
|
y && (ur.value = y, qh = !0), Yh.value = !1;
|
@@ -28576,7 +28574,7 @@ const Yh = he(!1), ur = he([]), fC = he([]), tn = he(null), Aa = he([]), L4 = ()
|
|
28576
28574
|
};
|
28577
28575
|
};
|
28578
28576
|
function jK() {
|
28579
|
-
const n = yc("https://api.jplan.com.br/management/user"), { error: e } =
|
28577
|
+
const n = yc("https://api.jplan.com.br/management/user"), { error: e } = Cr();
|
28580
28578
|
return {
|
28581
28579
|
async getManageUserList(t) {
|
28582
28580
|
try {
|
@@ -28646,7 +28644,7 @@ function jK() {
|
|
28646
28644
|
const As = jK();
|
28647
28645
|
let jh = !1, Jh = he(!1);
|
28648
28646
|
const dr = he([]), gC = he([]), hr = he(null), JK = he(null), QK = he([]), U4 = () => {
|
28649
|
-
const n =
|
28647
|
+
const n = Cr(), e = async (g) => {
|
28650
28648
|
Jh.value = !0;
|
28651
28649
|
const _ = g ? `_active eq true and ${g}` : "_active eq true", m = await As.getManageUserList(_);
|
28652
28650
|
m && (dr.value = m, jh = !0), Jh.value = !1;
|
@@ -28749,7 +28747,7 @@ function x4() {
|
|
28749
28747
|
resetLayout: t
|
28750
28748
|
};
|
28751
28749
|
}
|
28752
|
-
const ZK = ji(() => import("./WidgetTask-
|
28750
|
+
const ZK = ji(() => import("./WidgetTask-CyYM7xMN.mjs")), e4 = ji(() => import("./WidgetImage-B6vopC2A.mjs")), t4 = ji(() => import("./WidgetShortcut-LCb7V01C.mjs")), n4 = ji(() => import("./WidgetSpacer-LUsT2XVq.mjs")), r4 = ji(() => import("./WidgetLabel-BJ26YruZ.mjs")), o4 = ji(() => import("./WidgetChartBar-SQYYhXES.mjs")), i4 = ji(() => import("./WidgetChartPie-DRDzhB9v.mjs")), F4 = {
|
28753
28751
|
WidgetSpacer: n4,
|
28754
28752
|
WidgetLabel: r4,
|
28755
28753
|
WidgetTask: ZK,
|
@@ -28782,7 +28780,7 @@ export {
|
|
28782
28780
|
KK as J,
|
28783
28781
|
R4 as K,
|
28784
28782
|
vu as L,
|
28785
|
-
|
28783
|
+
Cr as M,
|
28786
28784
|
ZP as N,
|
28787
28785
|
Se as O,
|
28788
28786
|
P4 as P,
|