jplan-pack 0.6.33 → 0.6.34
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/{AuthFailRoute-DkEuheqs.js → AuthFailRoute-BAHEa7ge.js} +1 -1
- package/dist/{AuthFailRoute-C12_INz2.mjs → AuthFailRoute-CMwefoLR.mjs} +1 -1
- package/dist/{AuthRoute-O30kjWWH.js → AuthRoute-BS4gssap.js} +1 -1
- package/dist/{AuthRoute-CEZVAjVJ.mjs → AuthRoute-CpbDQrMC.mjs} +1 -1
- package/dist/{index-DDkqr4s0.js → index-DBhmY1Fn.js} +12 -12
- package/dist/{index-DsPf_cVo.mjs → index-v2dkfvbH.mjs} +389 -393
- package/dist/jplan-pack.cjs.js +1 -1
- package/dist/jplan-pack.es.js +1 -1
- package/package.json +1 -1
@@ -7,7 +7,7 @@ import { VIcon as kc } from "vuetify/lib/components/VIcon/index.mjs";
|
|
7
7
|
import { VCard as Pa, VCardTitle as hh, VCardText as Ma, VCardActions as _a } from "vuetify/lib/components/VCard/index.mjs";
|
8
8
|
import { VDialog as uc } from "vuetify/lib/components/VDialog/index.mjs";
|
9
9
|
import { VDivider as Mo } from "vuetify/lib/components/VDivider/index.mjs";
|
10
|
-
import { VCol as kt, VSpacer as Na, VRow as
|
10
|
+
import { VCol as kt, VSpacer as Na, VRow as hr } from "vuetify/lib/components/VGrid/index.mjs";
|
11
11
|
import { VAvatar as $v } from "vuetify/lib/components/VAvatar/index.mjs";
|
12
12
|
import { VImg as Kv } from "vuetify/lib/components/VImg/index.mjs";
|
13
13
|
import { VList as zv, VListItem as dc, VListItemAction as Ck, VListItemTitle as hc, VListItemSubtitle as ju } from "vuetify/lib/components/VList/index.mjs";
|
@@ -278,10 +278,10 @@ const xa = (r) => ha = r, Yv = process.env.NODE_ENV !== "production" ? Symbol("p
|
|
278
278
|
function Ri(r) {
|
279
279
|
return r && typeof r == "object" && Object.prototype.toString.call(r) === "[object Object]" && typeof r.toJSON != "function";
|
280
280
|
}
|
281
|
-
var
|
281
|
+
var fr;
|
282
282
|
(function(r) {
|
283
283
|
r.direct = "direct", r.patchObject = "patch object", r.patchFunction = "patch function";
|
284
|
-
})(
|
284
|
+
})(fr || (fr = {}));
|
285
285
|
const So = typeof window < "u", Qm = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof global == "object" && global.global === global ? global : typeof globalThis == "object" ? globalThis : { HTMLElement: null };
|
286
286
|
function Uk(r, { autoBom: e = !1 } = {}) {
|
287
287
|
return e && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(r.type) ? new Blob(["\uFEFF", r], { type: r.type }) : r;
|
@@ -405,18 +405,18 @@ async function zk(r) {
|
|
405
405
|
wt("Failed to export the state as JSON. Check the console for more details.", "error"), console.error(e);
|
406
406
|
}
|
407
407
|
}
|
408
|
-
let
|
408
|
+
let Or;
|
409
409
|
function Vk() {
|
410
|
-
|
410
|
+
Or || (Or = document.createElement("input"), Or.type = "file", Or.accept = ".json");
|
411
411
|
function r() {
|
412
412
|
return new Promise((e, t) => {
|
413
|
-
|
414
|
-
const n =
|
413
|
+
Or.onchange = async () => {
|
414
|
+
const n = Or.files;
|
415
415
|
if (!n)
|
416
416
|
return e(null);
|
417
417
|
const i = n.item(0);
|
418
418
|
return e(i ? { text: await i.text(), file: i } : null);
|
419
|
-
},
|
419
|
+
}, Or.oncancel = () => e(null), Or.onerror = t, Or.click();
|
420
420
|
});
|
421
421
|
}
|
422
422
|
return r;
|
@@ -438,7 +438,7 @@ function ty(r, e) {
|
|
438
438
|
n ? Object.assign(n, e[t]) : r.state.value[t] = e[t];
|
439
439
|
}
|
440
440
|
}
|
441
|
-
function
|
441
|
+
function jn(r) {
|
442
442
|
return {
|
443
443
|
_custom: {
|
444
444
|
display: r
|
@@ -498,19 +498,19 @@ function jk(r) {
|
|
498
498
|
operations: [],
|
499
499
|
newValue: {}
|
500
500
|
}) : {
|
501
|
-
operation:
|
502
|
-
key:
|
501
|
+
operation: jn(r.type),
|
502
|
+
key: jn(r.key),
|
503
503
|
oldValue: r.oldValue,
|
504
504
|
newValue: r.newValue
|
505
505
|
} : {};
|
506
506
|
}
|
507
507
|
function Yk(r) {
|
508
508
|
switch (r) {
|
509
|
-
case
|
509
|
+
case fr.direct:
|
510
510
|
return "mutation";
|
511
|
-
case
|
511
|
+
case fr.patchFunction:
|
512
512
|
return "$patch";
|
513
|
-
case
|
513
|
+
case fr.patchObject:
|
514
514
|
return "$patch";
|
515
515
|
default:
|
516
516
|
return "unknown";
|
@@ -683,8 +683,8 @@ function Xk(r, e) {
|
|
683
683
|
title: "🛫 " + h,
|
684
684
|
subtitle: "start",
|
685
685
|
data: {
|
686
|
-
store:
|
687
|
-
action:
|
686
|
+
store: jn(e.$id),
|
687
|
+
action: jn(h),
|
688
688
|
args: f
|
689
689
|
},
|
690
690
|
groupId: g
|
@@ -697,8 +697,8 @@ function Xk(r, e) {
|
|
697
697
|
title: "🛬 " + h,
|
698
698
|
subtitle: "end",
|
699
699
|
data: {
|
700
|
-
store:
|
701
|
-
action:
|
700
|
+
store: jn(e.$id),
|
701
|
+
action: jn(h),
|
702
702
|
args: f,
|
703
703
|
result: p
|
704
704
|
},
|
@@ -714,8 +714,8 @@ function Xk(r, e) {
|
|
714
714
|
title: "💥 " + h,
|
715
715
|
subtitle: "end",
|
716
716
|
data: {
|
717
|
-
store:
|
718
|
-
action:
|
717
|
+
store: jn(e.$id),
|
718
|
+
action: jn(h),
|
719
719
|
args: f,
|
720
720
|
error: p
|
721
721
|
},
|
@@ -745,10 +745,10 @@ function Xk(r, e) {
|
|
745
745
|
const f = {
|
746
746
|
time: n(),
|
747
747
|
title: Yk(u),
|
748
|
-
data: Jk({ store:
|
748
|
+
data: Jk({ store: jn(e.$id) }, jk(c)),
|
749
749
|
groupId: to
|
750
750
|
};
|
751
|
-
u ===
|
751
|
+
u === fr.patchFunction ? f.subtitle = "⤵️" : u === fr.patchObject ? f.subtitle = "🧩" : c && !Array.isArray(c) && (f.subtitle = c.type), c && (f.data["rawEvent(s)"] = {
|
752
752
|
_custom: {
|
753
753
|
display: "DebuggerEvent",
|
754
754
|
type: "object",
|
@@ -769,8 +769,8 @@ function Xk(r, e) {
|
|
769
769
|
title: "🔥 " + e.$id,
|
770
770
|
subtitle: "HMR update",
|
771
771
|
data: {
|
772
|
-
store:
|
773
|
-
info:
|
772
|
+
store: jn(e.$id),
|
773
|
+
info: jn("HMR update")
|
774
774
|
}
|
775
775
|
}
|
776
776
|
}), t.notifyComponentUpdate(), t.sendInspectorTree(Lt), t.sendInspectorState(Lt);
|
@@ -911,11 +911,11 @@ function rO(r, e, t = {}, n, i, s) {
|
|
911
911
|
function W(Z) {
|
912
912
|
let J;
|
913
913
|
f = g = !1, process.env.NODE_ENV !== "production" && (E = []), typeof Z == "function" ? (Z(n.state.value[r]), J = {
|
914
|
-
type:
|
914
|
+
type: fr.patchFunction,
|
915
915
|
storeId: r,
|
916
916
|
events: E
|
917
917
|
}) : (iy(n.state.value[r], Z), J = {
|
918
|
-
type:
|
918
|
+
type: fr.patchObject,
|
919
919
|
payload: Z,
|
920
920
|
storeId: r,
|
921
921
|
events: E
|
@@ -978,7 +978,7 @@ function rO(r, e, t = {}, n, i, s) {
|
|
978
978
|
const De = Zm(p, Z, J.detached, () => Ye()), Ye = c.run(() => Di(() => n.state.value[r], (Ot) => {
|
979
979
|
(J.flush === "sync" ? g : f) && Z({
|
980
980
|
storeId: r,
|
981
|
-
type:
|
981
|
+
type: fr.direct,
|
982
982
|
events: E
|
983
983
|
}, Ot);
|
984
984
|
}, Dn({}, h, J)));
|
@@ -1167,7 +1167,7 @@ var iO = Object.defineProperty, rp = Object.getOwnPropertySymbols, aO = Object.p
|
|
1167
1167
|
for (var t of rp(e))
|
1168
1168
|
sO.call(e, t) && op(r, t, e[t]);
|
1169
1169
|
return r;
|
1170
|
-
}, Zc = (r) => typeof r == "function", el = (r) => typeof r == "string", sy = (r) => el(r) && r.trim().length > 0, cO = (r) => typeof r == "number", Io = (r) => typeof r > "u", La = (r) => typeof r == "object" && r !== null, lO = (r) =>
|
1170
|
+
}, Zc = (r) => typeof r == "function", el = (r) => typeof r == "string", sy = (r) => el(r) && r.trim().length > 0, cO = (r) => typeof r == "number", Io = (r) => typeof r > "u", La = (r) => typeof r == "object" && r !== null, lO = (r) => gr(r, "tag") && sy(r.tag), cy = (r) => window.TouchEvent && r instanceof TouchEvent, ly = (r) => gr(r, "component") && uy(r.component), uO = (r) => Zc(r) || La(r), uy = (r) => !Io(r) && (el(r) || uO(r) || ly(r)), ip = (r) => La(r) && ["height", "width", "right", "left", "top", "bottom"].every((e) => cO(r[e])), gr = (r, e) => (La(r) || Zc(r)) && e in r, dO = /* @__PURE__ */ ((r) => () => r++)(0);
|
1171
1171
|
function Qu(r) {
|
1172
1172
|
return cy(r) ? r.targetTouches[0].clientX : r.clientX;
|
1173
1173
|
}
|
@@ -1183,7 +1183,7 @@ var hO = (r) => {
|
|
1183
1183
|
}) : typeof r == "string" ? r : Ii(ae(r)), fO = (r) => {
|
1184
1184
|
if (typeof r == "string")
|
1185
1185
|
return r;
|
1186
|
-
const e =
|
1186
|
+
const e = gr(r, "props") && La(r.props) ? r.props : {}, t = gr(r, "listeners") && La(r.listeners) ? r.listeners : {};
|
1187
1187
|
return { component: Va(r), props: e, listeners: t };
|
1188
1188
|
}, gO = () => typeof window < "u", ph = class {
|
1189
1189
|
constructor() {
|
@@ -1203,7 +1203,7 @@ var hO = (r) => {
|
|
1203
1203
|
emit(r, e) {
|
1204
1204
|
this.getHandlers(r).forEach((n) => n(e));
|
1205
1205
|
}
|
1206
|
-
}, mO = (r) => ["on", "off", "emit"].every((e) =>
|
1206
|
+
}, mO = (r) => ["on", "off", "emit"].every((e) => gr(r, e) && Zc(r[e])), gn;
|
1207
1207
|
(function(r) {
|
1208
1208
|
r.SUCCESS = "success", r.ERROR = "error", r.WARNING = "warning", r.INFO = "info", r.DEFAULT = "default";
|
1209
1209
|
})(gn || (gn = {}));
|
@@ -1215,7 +1215,7 @@ var mn;
|
|
1215
1215
|
(function(r) {
|
1216
1216
|
r.ADD = "add", r.DISMISS = "dismiss", r.UPDATE = "update", r.CLEAR = "clear", r.UPDATE_DEFAULTS = "update_defaults";
|
1217
1217
|
})(mn || (mn = {}));
|
1218
|
-
var
|
1218
|
+
var Qn = "Vue-Toastification", Jn = {
|
1219
1219
|
type: {
|
1220
1220
|
type: String,
|
1221
1221
|
default: gn.DEFAULT
|
@@ -1229,7 +1229,7 @@ var Jn = "Vue-Toastification", Yn = {
|
|
1229
1229
|
default: !0
|
1230
1230
|
}
|
1231
1231
|
}, dy = {
|
1232
|
-
type:
|
1232
|
+
type: Jn.type,
|
1233
1233
|
customIcon: {
|
1234
1234
|
type: [String, Boolean, Object, Function],
|
1235
1235
|
default: !0
|
@@ -1239,7 +1239,7 @@ var Jn = "Vue-Toastification", Yn = {
|
|
1239
1239
|
type: [String, Object, Function, Boolean],
|
1240
1240
|
default: "button"
|
1241
1241
|
},
|
1242
|
-
classNames:
|
1242
|
+
classNames: Jn.classNames,
|
1243
1243
|
showOnHover: {
|
1244
1244
|
type: Boolean,
|
1245
1245
|
default: !1
|
@@ -1264,25 +1264,25 @@ var Jn = "Vue-Toastification", Yn = {
|
|
1264
1264
|
}, hy = {
|
1265
1265
|
transition: {
|
1266
1266
|
type: [Object, String],
|
1267
|
-
default: `${
|
1267
|
+
default: `${Qn}__bounce`
|
1268
1268
|
}
|
1269
1269
|
}, pO = {
|
1270
1270
|
position: {
|
1271
1271
|
type: String,
|
1272
1272
|
default: Pc.TOP_RIGHT
|
1273
1273
|
},
|
1274
|
-
draggable:
|
1274
|
+
draggable: Jn.trueBoolean,
|
1275
1275
|
draggablePercent: {
|
1276
1276
|
type: Number,
|
1277
1277
|
default: 0.6
|
1278
1278
|
},
|
1279
|
-
pauseOnFocusLoss:
|
1280
|
-
pauseOnHover:
|
1281
|
-
closeOnClick:
|
1279
|
+
pauseOnFocusLoss: Jn.trueBoolean,
|
1280
|
+
pauseOnHover: Jn.trueBoolean,
|
1281
|
+
closeOnClick: Jn.trueBoolean,
|
1282
1282
|
timeout: Nd.timeout,
|
1283
1283
|
hideProgressBar: Nd.hideProgressBar,
|
1284
|
-
toastClassName:
|
1285
|
-
bodyClassName:
|
1284
|
+
toastClassName: Jn.classNames,
|
1285
|
+
bodyClassName: Jn.classNames,
|
1286
1286
|
icon: dy.customIcon,
|
1287
1287
|
closeButton: vc.component,
|
1288
1288
|
closeButtonClassName: vc.classNames,
|
@@ -1309,7 +1309,7 @@ var Jn = "Vue-Toastification", Yn = {
|
|
1309
1309
|
required: !0,
|
1310
1310
|
default: 0
|
1311
1311
|
},
|
1312
|
-
type:
|
1312
|
+
type: Jn.type,
|
1313
1313
|
content: {
|
1314
1314
|
type: [String, Object, Function],
|
1315
1315
|
required: !0,
|
@@ -1331,7 +1331,7 @@ var Jn = "Vue-Toastification", Yn = {
|
|
1331
1331
|
],
|
1332
1332
|
default: () => document.body
|
1333
1333
|
},
|
1334
|
-
newestOnTop:
|
1334
|
+
newestOnTop: Jn.trueBoolean,
|
1335
1335
|
maxToasts: {
|
1336
1336
|
type: Number,
|
1337
1337
|
default: 20
|
@@ -1346,7 +1346,7 @@ var Jn = "Vue-Toastification", Yn = {
|
|
1346
1346
|
type: Function,
|
1347
1347
|
default: (r) => r
|
1348
1348
|
},
|
1349
|
-
containerClassName:
|
1349
|
+
containerClassName: Jn.classNames,
|
1350
1350
|
onMounted: Function,
|
1351
1351
|
shareAppContext: [Boolean, Object]
|
1352
1352
|
}, xr = {
|
@@ -1374,7 +1374,7 @@ var Jn = "Vue-Toastification", Yn = {
|
|
1374
1374
|
};
|
1375
1375
|
},
|
1376
1376
|
cpClass() {
|
1377
|
-
return this.hasClass ? `${
|
1377
|
+
return this.hasClass ? `${Qn}__progress-bar` : "";
|
1378
1378
|
}
|
1379
1379
|
},
|
1380
1380
|
watch: {
|
@@ -1409,7 +1409,7 @@ var CO = fy, gy = Te({
|
|
1409
1409
|
return this.component !== !1 ? Va(this.component) : "button";
|
1410
1410
|
},
|
1411
1411
|
classes() {
|
1412
|
-
const r = [`${
|
1412
|
+
const r = [`${Qn}__close-button`];
|
1413
1413
|
return this.showOnHover && r.push("show-on-hover"), r.concat(this.classNames);
|
1414
1414
|
}
|
1415
1415
|
}
|
@@ -1507,13 +1507,13 @@ var KO = yy, _y = Te({
|
|
1507
1507
|
props: xr.ICON,
|
1508
1508
|
computed: {
|
1509
1509
|
customIconChildren() {
|
1510
|
-
return
|
1510
|
+
return gr(this.customIcon, "iconChildren") ? this.trimValue(this.customIcon.iconChildren) : "";
|
1511
1511
|
},
|
1512
1512
|
customIconClass() {
|
1513
|
-
return el(this.customIcon) ? this.trimValue(this.customIcon) :
|
1513
|
+
return el(this.customIcon) ? this.trimValue(this.customIcon) : gr(this.customIcon, "iconClass") ? this.trimValue(this.customIcon.iconClass) : "";
|
1514
1514
|
},
|
1515
1515
|
customIconTag() {
|
1516
|
-
return
|
1516
|
+
return gr(this.customIcon, "iconTag") ? this.trimValue(this.customIcon.iconTag, "i") : "i";
|
1517
1517
|
},
|
1518
1518
|
hasCustomIcon() {
|
1519
1519
|
return this.customIconClass.length > 0;
|
@@ -1531,7 +1531,7 @@ var KO = yy, _y = Te({
|
|
1531
1531
|
}[this.type];
|
1532
1532
|
},
|
1533
1533
|
iconClasses() {
|
1534
|
-
const r = [`${
|
1534
|
+
const r = [`${Qn}__icon`];
|
1535
1535
|
return this.hasCustomIcon ? r.concat(this.customIconClass) : r;
|
1536
1536
|
}
|
1537
1537
|
},
|
@@ -1570,15 +1570,15 @@ var VO = _y, Cy = Te({
|
|
1570
1570
|
computed: {
|
1571
1571
|
classes() {
|
1572
1572
|
const r = [
|
1573
|
-
`${
|
1574
|
-
`${
|
1573
|
+
`${Qn}__toast`,
|
1574
|
+
`${Qn}__toast--${this.type}`,
|
1575
1575
|
`${this.position}`
|
1576
1576
|
].concat(this.toastClassName);
|
1577
|
-
return this.disableTransitions && r.push("disable-transition"), this.rtl && r.push(`${
|
1577
|
+
return this.disableTransitions && r.push("disable-transition"), this.rtl && r.push(`${Qn}__toast--rtl`), r;
|
1578
1578
|
},
|
1579
1579
|
bodyClasses() {
|
1580
1580
|
return [
|
1581
|
-
`${
|
1581
|
+
`${Qn}__toast-${el(this.content) ? "body" : "component-body"}`
|
1582
1582
|
].concat(this.bodyClassName);
|
1583
1583
|
},
|
1584
1584
|
draggableStyle() {
|
@@ -1605,7 +1605,7 @@ var VO = _y, Cy = Te({
|
|
1605
1605
|
this.draggable && this.draggableCleanup(), this.pauseOnFocusLoss && this.focusCleanup();
|
1606
1606
|
},
|
1607
1607
|
methods: {
|
1608
|
-
hasProp:
|
1608
|
+
hasProp: gr,
|
1609
1609
|
getVueComponentFromObj: Va,
|
1610
1610
|
closeToast() {
|
1611
1611
|
this.eventBus.emit(mn.DISMISS, this.id);
|
@@ -1705,7 +1705,7 @@ var GO = Cy, wy = Te({
|
|
1705
1705
|
props: xr.TRANSITION,
|
1706
1706
|
emits: ["leave"],
|
1707
1707
|
methods: {
|
1708
|
-
hasProp:
|
1708
|
+
hasProp: gr,
|
1709
1709
|
leave(r) {
|
1710
1710
|
r instanceof HTMLElement && (r.style.left = r.offsetLeft + "px", r.style.top = r.offsetTop + "px", r.style.width = getComputedStyle(r).width, r.style.position = "absolute");
|
1711
1711
|
}
|
@@ -1792,7 +1792,7 @@ var YO = wy, Ty = Te({
|
|
1792
1792
|
this.toasts[r] ? (e.timeout && e.timeout === this.toasts[r].timeout && e.timeout++, this.setToast(Object.assign({}, this.toasts[r], e))) : t && this.addToast(Object.assign({}, { id: r }, e));
|
1793
1793
|
},
|
1794
1794
|
getClasses(r) {
|
1795
|
-
return [`${
|
1795
|
+
return [`${Qn}__container`, r].concat(this.defaults.containerClassName);
|
1796
1796
|
}
|
1797
1797
|
}
|
1798
1798
|
});
|
@@ -1821,7 +1821,7 @@ var QO = Ty, cp = (r = {}, e = !0) => {
|
|
1821
1821
|
const s = ok(QO, ay({}, r)), c = s.mount(document.createElement("div")), u = r.onMounted;
|
1822
1822
|
if (Io(u) || u(c, s), r.shareAppContext) {
|
1823
1823
|
const h = r.shareAppContext;
|
1824
|
-
h === !0 ? console.warn(`[${
|
1824
|
+
h === !0 ? console.warn(`[${Qn}] App to share context with was not provided.`) : (s._context.components = h._context.components, s._context.directives = h._context.directives, s._context.mixins = h._context.mixins, s._context.provides = h._context.provides, s.config.globalProperties = h.config.globalProperties);
|
1825
1825
|
}
|
1826
1826
|
});
|
1827
1827
|
const n = (s, c) => {
|
@@ -1845,7 +1845,7 @@ var QO = Ty, cp = (r = {}, e = !0) => {
|
|
1845
1845
|
}
|
1846
1846
|
return n.update = i, n.success = (s, c) => n(s, Object.assign({}, c, { type: gn.SUCCESS })), n.info = (s, c) => n(s, Object.assign({}, c, { type: gn.INFO })), n.error = (s, c) => n(s, Object.assign({}, c, { type: gn.ERROR })), n.warning = (s, c) => n(s, Object.assign({}, c, { type: gn.WARNING })), n;
|
1847
1847
|
}, XO = () => {
|
1848
|
-
const r = () => console.warn(`[${
|
1848
|
+
const r = () => console.warn(`[${Qn}] This plugin does not support SSR!`);
|
1849
1849
|
return new Proxy(r, {
|
1850
1850
|
get() {
|
1851
1851
|
return r;
|
@@ -1864,7 +1864,7 @@ var vh = Symbol("VueToastification"), Ey = new ph(), ZO = (r, e) => {
|
|
1864
1864
|
}, qH = (r) => {
|
1865
1865
|
const e = Mc(r);
|
1866
1866
|
za() && rk(vh, e);
|
1867
|
-
},
|
1867
|
+
}, _r = (r) => {
|
1868
1868
|
if (r)
|
1869
1869
|
return Mc(r);
|
1870
1870
|
const e = za() ? Uv(vh, void 0) : void 0;
|
@@ -2830,7 +2830,7 @@ const d0 = /* @__PURE__ */ Te({
|
|
2830
2830
|
function io(r, e) {
|
2831
2831
|
return typeof r == "function" ? r(e) : r && typeof r == "object" && up in r ? r[up](e) : r instanceof Date ? new r.constructor(e) : new Date(e);
|
2832
2832
|
}
|
2833
|
-
function
|
2833
|
+
function tr(r, e) {
|
2834
2834
|
return io(e || r, r);
|
2835
2835
|
}
|
2836
2836
|
let T0 = {};
|
@@ -2839,14 +2839,14 @@ function nl() {
|
|
2839
2839
|
}
|
2840
2840
|
function Ua(r, e) {
|
2841
2841
|
var u, h, f, g;
|
2842
|
-
const t = nl(), n = (e == null ? void 0 : e.weekStartsOn) ?? ((h = (u = e == null ? void 0 : e.locale) == null ? void 0 : u.options) == null ? void 0 : h.weekStartsOn) ?? t.weekStartsOn ?? ((g = (f = t.locale) == null ? void 0 : f.options) == null ? void 0 : g.weekStartsOn) ?? 0, i =
|
2842
|
+
const t = nl(), n = (e == null ? void 0 : e.weekStartsOn) ?? ((h = (u = e == null ? void 0 : e.locale) == null ? void 0 : u.options) == null ? void 0 : h.weekStartsOn) ?? t.weekStartsOn ?? ((g = (f = t.locale) == null ? void 0 : f.options) == null ? void 0 : g.weekStartsOn) ?? 0, i = tr(r, e == null ? void 0 : e.in), s = i.getDay(), c = (s < n ? 7 : 0) + s - n;
|
2843
2843
|
return i.setDate(i.getDate() - c), i.setHours(0, 0, 0, 0), i;
|
2844
2844
|
}
|
2845
2845
|
function Nc(r, e) {
|
2846
2846
|
return Ua(r, { ...e, weekStartsOn: 1 });
|
2847
2847
|
}
|
2848
2848
|
function Ry(r, e) {
|
2849
|
-
const t =
|
2849
|
+
const t = tr(r, e == null ? void 0 : e.in), n = t.getFullYear(), i = io(t, 0);
|
2850
2850
|
i.setFullYear(n + 1, 0, 4), i.setHours(0, 0, 0, 0);
|
2851
2851
|
const s = Nc(i), c = io(t, 0);
|
2852
2852
|
c.setFullYear(n, 0, 4), c.setHours(0, 0, 0, 0);
|
@@ -2854,7 +2854,7 @@ function Ry(r, e) {
|
|
2854
2854
|
return t.getTime() >= s.getTime() ? n + 1 : t.getTime() >= u.getTime() ? n : n - 1;
|
2855
2855
|
}
|
2856
2856
|
function dp(r) {
|
2857
|
-
const e =
|
2857
|
+
const e = tr(r), t = new Date(
|
2858
2858
|
Date.UTC(
|
2859
2859
|
e.getFullYear(),
|
2860
2860
|
e.getMonth(),
|
@@ -2875,7 +2875,7 @@ function E0(r, ...e) {
|
|
2875
2875
|
return e.map(t);
|
2876
2876
|
}
|
2877
2877
|
function hp(r, e) {
|
2878
|
-
const t =
|
2878
|
+
const t = tr(r, e == null ? void 0 : e.in);
|
2879
2879
|
return t.setHours(0, 0, 0, 0), t;
|
2880
2880
|
}
|
2881
2881
|
function A0(r, e, t) {
|
@@ -2894,10 +2894,10 @@ function S0(r) {
|
|
2894
2894
|
return r instanceof Date || typeof r == "object" && Object.prototype.toString.call(r) === "[object Date]";
|
2895
2895
|
}
|
2896
2896
|
function I0(r) {
|
2897
|
-
return !(!S0(r) && typeof r != "number" || isNaN(+
|
2897
|
+
return !(!S0(r) && typeof r != "number" || isNaN(+tr(r)));
|
2898
2898
|
}
|
2899
2899
|
function R0(r, e) {
|
2900
|
-
const t =
|
2900
|
+
const t = tr(r, e == null ? void 0 : e.in);
|
2901
2901
|
return t.setFullYear(t.getFullYear(), 0, 1), t.setHours(0, 0, 0, 0), t;
|
2902
2902
|
}
|
2903
2903
|
const k0 = {
|
@@ -3332,16 +3332,16 @@ const G0 = /^(\d+)(th|st|nd|rd)?/i, j0 = /\d+/i, Y0 = {
|
|
3332
3332
|
}
|
3333
3333
|
};
|
3334
3334
|
function aP(r, e) {
|
3335
|
-
const t =
|
3335
|
+
const t = tr(r, e == null ? void 0 : e.in);
|
3336
3336
|
return A0(t, R0(t)) + 1;
|
3337
3337
|
}
|
3338
3338
|
function sP(r, e) {
|
3339
|
-
const t =
|
3339
|
+
const t = tr(r, e == null ? void 0 : e.in), n = +Nc(t) - +b0(t);
|
3340
3340
|
return Math.round(n / Iy) + 1;
|
3341
3341
|
}
|
3342
3342
|
function ky(r, e) {
|
3343
3343
|
var g, p, y, E;
|
3344
|
-
const t =
|
3344
|
+
const t = tr(r, e == null ? void 0 : e.in), n = t.getFullYear(), i = nl(), s = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((p = (g = e == null ? void 0 : e.locale) == null ? void 0 : g.options) == null ? void 0 : p.firstWeekContainsDate) ?? i.firstWeekContainsDate ?? ((E = (y = i.locale) == null ? void 0 : y.options) == null ? void 0 : E.firstWeekContainsDate) ?? 1, c = io((e == null ? void 0 : e.in) || r, 0);
|
3345
3345
|
c.setFullYear(n + 1, 0, s), c.setHours(0, 0, 0, 0);
|
3346
3346
|
const u = Ua(c, e), h = io((e == null ? void 0 : e.in) || r, 0);
|
3347
3347
|
h.setFullYear(n, 0, s), h.setHours(0, 0, 0, 0);
|
@@ -3354,7 +3354,7 @@ function cP(r, e) {
|
|
3354
3354
|
return s.setFullYear(i, 0, n), s.setHours(0, 0, 0, 0), Ua(s, e);
|
3355
3355
|
}
|
3356
3356
|
function lP(r, e) {
|
3357
|
-
const t =
|
3357
|
+
const t = tr(r, e == null ? void 0 : e.in), n = +Ua(t, e) - +cP(t, e);
|
3358
3358
|
return Math.round(n / Iy) + 1;
|
3359
3359
|
}
|
3360
3360
|
function Be(r, e) {
|
@@ -4056,7 +4056,7 @@ function yP(r, e, t) {
|
|
4056
4056
|
const _P = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, CP = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, wP = /^'([^]*?)'?$/, TP = /''/g, EP = /[a-zA-Z]/;
|
4057
4057
|
function AP(r, e, t) {
|
4058
4058
|
var g, p, y, E, w, I, P, W;
|
4059
|
-
const n = nl(), i = (t == null ? void 0 : t.locale) ?? n.locale ?? _h, s = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((p = (g = t == null ? void 0 : t.locale) == null ? void 0 : g.options) == null ? void 0 : p.firstWeekContainsDate) ?? n.firstWeekContainsDate ?? ((E = (y = n.locale) == null ? void 0 : y.options) == null ? void 0 : E.firstWeekContainsDate) ?? 1, c = (t == null ? void 0 : t.weekStartsOn) ?? ((I = (w = t == null ? void 0 : t.locale) == null ? void 0 : w.options) == null ? void 0 : I.weekStartsOn) ?? n.weekStartsOn ?? ((W = (P = n.locale) == null ? void 0 : P.options) == null ? void 0 : W.weekStartsOn) ?? 0, u =
|
4059
|
+
const n = nl(), i = (t == null ? void 0 : t.locale) ?? n.locale ?? _h, s = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((p = (g = t == null ? void 0 : t.locale) == null ? void 0 : g.options) == null ? void 0 : p.firstWeekContainsDate) ?? n.firstWeekContainsDate ?? ((E = (y = n.locale) == null ? void 0 : y.options) == null ? void 0 : E.firstWeekContainsDate) ?? 1, c = (t == null ? void 0 : t.weekStartsOn) ?? ((I = (w = t == null ? void 0 : t.locale) == null ? void 0 : w.options) == null ? void 0 : I.weekStartsOn) ?? n.weekStartsOn ?? ((W = (P = n.locale) == null ? void 0 : P.options) == null ? void 0 : W.weekStartsOn) ?? 0, u = tr(r, t == null ? void 0 : t.in);
|
4060
4060
|
if (!I0(u))
|
4061
4061
|
throw new RangeError("Invalid time value");
|
4062
4062
|
let h = e.match(CP).map((z) => {
|
@@ -5454,7 +5454,7 @@ const lM = { class: "d-inline-flex" }, uM = { class: "d-inline-flex" }, dM = { c
|
|
5454
5454
|
modelValue: s.value,
|
5455
5455
|
"onUpdate:modelValue": y[0] || (y[0] = (w) => s.value = w)
|
5456
5456
|
}, null, 8, ["modelValue"]),
|
5457
|
-
S(
|
5457
|
+
S(hr, {
|
5458
5458
|
class: "align-center",
|
5459
5459
|
justify: "space-between"
|
5460
5460
|
}, {
|
@@ -5528,7 +5528,7 @@ const lM = { class: "d-inline-flex" }, uM = { class: "d-inline-flex" }, dM = { c
|
|
5528
5528
|
_: 3
|
5529
5529
|
}),
|
5530
5530
|
S(Mo, { class: "my-4" }),
|
5531
|
-
S(
|
5531
|
+
S(hr, {
|
5532
5532
|
justify: "space-between",
|
5533
5533
|
class: "align-center"
|
5534
5534
|
}, {
|
@@ -5545,7 +5545,7 @@ const lM = { class: "d-inline-flex" }, uM = { class: "d-inline-flex" }, dM = { c
|
|
5545
5545
|
_: 3
|
5546
5546
|
}),
|
5547
5547
|
S(Na),
|
5548
|
-
S(
|
5548
|
+
S(hr, {
|
5549
5549
|
justify: "end",
|
5550
5550
|
class: "align-center me-2 min-h-_JTable-header",
|
5551
5551
|
"no-gutters": ""
|
@@ -5643,7 +5643,7 @@ function yp(r, e) {
|
|
5643
5643
|
}
|
5644
5644
|
return t;
|
5645
5645
|
}
|
5646
|
-
function
|
5646
|
+
function vr(r) {
|
5647
5647
|
for (var e = 1; e < arguments.length; e++) {
|
5648
5648
|
var t = arguments[e] != null ? arguments[e] : {};
|
5649
5649
|
e % 2 ? yp(Object(t), !0).forEach(function(n) {
|
@@ -5731,7 +5731,7 @@ function Dc(r, e) {
|
|
5731
5731
|
function AM(r) {
|
5732
5732
|
return r.host && r !== document && r.host.nodeType ? r.host : r.parentNode;
|
5733
5733
|
}
|
5734
|
-
function
|
5734
|
+
function cr(r, e, t, n) {
|
5735
5735
|
if (r) {
|
5736
5736
|
t = t || document;
|
5737
5737
|
do {
|
@@ -5782,14 +5782,14 @@ function Dy(r, e, t) {
|
|
5782
5782
|
}
|
5783
5783
|
return [];
|
5784
5784
|
}
|
5785
|
-
function
|
5785
|
+
function mr() {
|
5786
5786
|
var r = document.scrollingElement;
|
5787
5787
|
return r || document.documentElement;
|
5788
5788
|
}
|
5789
5789
|
function vt(r, e, t, n, i) {
|
5790
5790
|
if (!(!r.getBoundingClientRect && r !== window)) {
|
5791
5791
|
var s, c, u, h, f, g, p;
|
5792
|
-
if (r !== window && r.parentNode && r !==
|
5792
|
+
if (r !== window && r.parentNode && r !== mr() ? (s = r.getBoundingClientRect(), c = s.top, u = s.left, h = s.bottom, f = s.right, g = s.height, p = s.width) : (c = 0, u = 0, h = window.innerHeight, f = window.innerWidth, g = window.innerHeight, p = window.innerWidth), (e || t) && r !== window && (i = i || r.parentNode, !Br))
|
5793
5793
|
do
|
5794
5794
|
if (i && i.getBoundingClientRect && (he(i, "transform") !== "none" || t && he(i, "position") !== "static")) {
|
5795
5795
|
var y = i.getBoundingClientRect();
|
@@ -5815,14 +5815,14 @@ function wp(r, e, t) {
|
|
5815
5815
|
for (var n = no(r, !0), i = vt(r)[e]; n; ) {
|
5816
5816
|
var s = vt(n)[t], c = void 0;
|
5817
5817
|
if (c = i >= s, !c) return n;
|
5818
|
-
if (n ===
|
5818
|
+
if (n === mr()) break;
|
5819
5819
|
n = no(n, !1);
|
5820
5820
|
}
|
5821
5821
|
return !1;
|
5822
5822
|
}
|
5823
5823
|
function ki(r, e, t, n) {
|
5824
5824
|
for (var i = 0, s = 0, c = r.children; s < c.length; ) {
|
5825
|
-
if (c[s].style.display !== "none" && c[s] !== fe.ghost && (n || c[s] !== fe.dragged) &&
|
5825
|
+
if (c[s].style.display !== "none" && c[s] !== fe.ghost && (n || c[s] !== fe.dragged) && cr(c[s], t.draggable, r, !1)) {
|
5826
5826
|
if (i === e)
|
5827
5827
|
return c[s];
|
5828
5828
|
i++;
|
@@ -5845,7 +5845,7 @@ function xn(r, e) {
|
|
5845
5845
|
return t;
|
5846
5846
|
}
|
5847
5847
|
function Tp(r) {
|
5848
|
-
var e = 0, t = 0, n =
|
5848
|
+
var e = 0, t = 0, n = mr();
|
5849
5849
|
if (r)
|
5850
5850
|
do {
|
5851
5851
|
var i = Ai(r), s = i.a, c = i.d;
|
@@ -5862,19 +5862,19 @@ function bM(r, e) {
|
|
5862
5862
|
return -1;
|
5863
5863
|
}
|
5864
5864
|
function no(r, e) {
|
5865
|
-
if (!r || !r.getBoundingClientRect) return
|
5865
|
+
if (!r || !r.getBoundingClientRect) return mr();
|
5866
5866
|
var t = r, n = !1;
|
5867
5867
|
do
|
5868
5868
|
if (t.clientWidth < t.scrollWidth || t.clientHeight < t.scrollHeight) {
|
5869
5869
|
var i = he(t);
|
5870
5870
|
if (t.clientWidth < t.scrollWidth && (i.overflowX == "auto" || i.overflowX == "scroll") || t.clientHeight < t.scrollHeight && (i.overflowY == "auto" || i.overflowY == "scroll")) {
|
5871
|
-
if (!t.getBoundingClientRect || t === document.body) return
|
5871
|
+
if (!t.getBoundingClientRect || t === document.body) return mr();
|
5872
5872
|
if (n || e) return t;
|
5873
5873
|
n = !0;
|
5874
5874
|
}
|
5875
5875
|
}
|
5876
5876
|
while (t = t.parentNode);
|
5877
|
-
return
|
5877
|
+
return mr();
|
5878
5878
|
}
|
5879
5879
|
function SM(r, e) {
|
5880
5880
|
if (r && e)
|
@@ -5919,7 +5919,7 @@ function RM() {
|
|
5919
5919
|
target: i,
|
5920
5920
|
rect: vt(i)
|
5921
5921
|
});
|
5922
|
-
var s =
|
5922
|
+
var s = vr({}, r[r.length - 1].rect);
|
5923
5923
|
if (i.thisAnimationDuration) {
|
5924
5924
|
var c = Ai(i, !0);
|
5925
5925
|
c && (s.top -= c.f, s.left -= c.e);
|
@@ -5989,9 +5989,9 @@ var si = [], td = {
|
|
5989
5989
|
};
|
5990
5990
|
var s = e + "Global";
|
5991
5991
|
si.forEach(function(c) {
|
5992
|
-
t[c.pluginName] && (t[c.pluginName][s] && t[c.pluginName][s](
|
5992
|
+
t[c.pluginName] && (t[c.pluginName][s] && t[c.pluginName][s](vr({
|
5993
5993
|
sortable: t
|
5994
|
-
}, n)), t.options[c.pluginName] && t[c.pluginName][e] && t[c.pluginName][e](
|
5994
|
+
}, n)), t.options[c.pluginName] && t[c.pluginName][e] && t[c.pluginName][e](vr({
|
5995
5995
|
sortable: t
|
5996
5996
|
}, n)));
|
5997
5997
|
});
|
@@ -6031,7 +6031,7 @@ function PM(r) {
|
|
6031
6031
|
bubbles: !0,
|
6032
6032
|
cancelable: !0
|
6033
6033
|
}) : (I = document.createEvent("Event"), I.initEvent(n, !0, !0)), I.to = c || t, I.from = u || t, I.item = i || t, I.clone = s, I.oldIndex = h, I.newIndex = f, I.oldDraggableIndex = g, I.newDraggableIndex = p, I.originalEvent = y, I.pullMode = E ? E.lastPutMode : void 0;
|
6034
|
-
var z =
|
6034
|
+
var z = vr(vr({}, w), Ga.getEventProperties(n, e));
|
6035
6035
|
for (var V in z)
|
6036
6036
|
I[V] = z[V];
|
6037
6037
|
t && t.dispatchEvent(I), P[W] && P[W].call(e, I);
|
@@ -6039,7 +6039,7 @@ function PM(r) {
|
|
6039
6039
|
}
|
6040
6040
|
var MM = ["evt"], Xt = function(e, t) {
|
6041
6041
|
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, i = n.evt, s = wM(n, MM);
|
6042
|
-
Ga.pluginEvent.bind(fe)(e, t,
|
6042
|
+
Ga.pluginEvent.bind(fe)(e, t, vr({
|
6043
6043
|
dragEl: K,
|
6044
6044
|
parentEl: rt,
|
6045
6045
|
ghostEl: ye,
|
@@ -6074,7 +6074,7 @@ var MM = ["evt"], Xt = function(e, t) {
|
|
6074
6074
|
}, s));
|
6075
6075
|
};
|
6076
6076
|
function Vt(r) {
|
6077
|
-
PM(
|
6077
|
+
PM(vr({
|
6078
6078
|
putSortable: Rt,
|
6079
6079
|
cloneEl: ot,
|
6080
6080
|
targetEl: K,
|
@@ -6228,7 +6228,7 @@ fe.prototype = /** @lends Sortable.prototype */
|
|
6228
6228
|
_onTapStart: function(e) {
|
6229
6229
|
if (e.cancelable) {
|
6230
6230
|
var t = this, n = this.el, i = this.options, s = i.preventOnFilter, c = e.type, u = e.touches && e.touches[0] || e.pointerType && e.pointerType === "touch" && e, h = (u || e).target, f = e.target.shadowRoot && (e.path && e.path[0] || e.composedPath && e.composedPath()[0]) || h, g = i.filter;
|
6231
|
-
if (VM(n), !K && !(/mousedown|pointerdown/.test(c) && e.button !== 0 || i.disabled) && !f.isContentEditable && !(!this.nativeDraggable && wa && h && h.tagName.toUpperCase() === "SELECT") && (h =
|
6231
|
+
if (VM(n), !K && !(/mousedown|pointerdown/.test(c) && e.button !== 0 || i.disabled) && !f.isContentEditable && !(!this.nativeDraggable && wa && h && h.tagName.toUpperCase() === "SELECT") && (h = cr(h, i.draggable, n, !1), !(h && h.animated) && _c !== h)) {
|
6232
6232
|
if (Ci = xn(h), Ea = xn(h, i.draggable), typeof g == "function") {
|
6233
6233
|
if (g.call(this, e, h, this)) {
|
6234
6234
|
Vt({
|
@@ -6244,7 +6244,7 @@ fe.prototype = /** @lends Sortable.prototype */
|
|
6244
6244
|
return;
|
6245
6245
|
}
|
6246
6246
|
} else if (g && (g = g.split(",").some(function(p) {
|
6247
|
-
if (p =
|
6247
|
+
if (p = cr(f, p.trim(), n, !1), p)
|
6248
6248
|
return Vt({
|
6249
6249
|
sortable: t,
|
6250
6250
|
rootEl: p,
|
@@ -6259,7 +6259,7 @@ fe.prototype = /** @lends Sortable.prototype */
|
|
6259
6259
|
s && e.cancelable && e.preventDefault();
|
6260
6260
|
return;
|
6261
6261
|
}
|
6262
|
-
i.handle && !
|
6262
|
+
i.handle && !cr(f, i.handle, n, !1) || this._prepareDragStart(e, u, h);
|
6263
6263
|
}
|
6264
6264
|
}
|
6265
6265
|
},
|
@@ -6382,7 +6382,7 @@ fe.prototype = /** @lends Sortable.prototype */
|
|
6382
6382
|
if (Js) {
|
6383
6383
|
for (Dt = e; he(Dt, "position") === "static" && he(Dt, "transform") === "none" && Dt !== document; )
|
6384
6384
|
Dt = Dt.parentNode;
|
6385
|
-
Dt !== document.body && Dt !== document.documentElement ? (Dt === document && (Dt =
|
6385
|
+
Dt !== document.body && Dt !== document.documentElement ? (Dt === document && (Dt = mr()), t.top += Dt.scrollTop, t.left += Dt.scrollLeft) : Dt = mr(), od = Tp(Dt);
|
6386
6386
|
}
|
6387
6387
|
ye = K.cloneNode(!0), ln(ye, n.ghostClass, !1), ln(ye, n.fallbackClass, !0), ln(ye, n.dragClass, !0), he(ye, "transition", ""), he(ye, "transform", ""), he(ye, "box-sizing", "border-box"), he(ye, "margin", 0), he(ye, "top", t.top), he(ye, "left", t.left), he(ye, "width", t.width), he(ye, "height", t.height), he(ye, "opacity", "0.8"), he(ye, "position", Js ? "absolute" : "fixed"), he(ye, "zIndex", "100000"), he(ye, "pointerEvents", "none"), fe.ghost = ye, e.appendChild(ye), he(ye, "transform-origin", Ep / parseInt(ye.style.width) * 100 + "% " + Ap / parseInt(ye.style.height) * 100 + "%");
|
6388
6388
|
}
|
@@ -6407,7 +6407,7 @@ fe.prototype = /** @lends Sortable.prototype */
|
|
6407
6407
|
var t = this.el, n = e.target, i, s, c, u = this.options, h = u.group, f = fe.active, g = js === h, p = u.sort, y = Rt || f, E, w = this, I = !1;
|
6408
6408
|
if (xd) return;
|
6409
6409
|
function P(lt, Pt) {
|
6410
|
-
Xt(lt, w,
|
6410
|
+
Xt(lt, w, vr({
|
6411
6411
|
evt: e,
|
6412
6412
|
isOwner: g,
|
6413
6413
|
axis: E ? "vertical" : "horizontal",
|
@@ -6444,7 +6444,7 @@ fe.prototype = /** @lends Sortable.prototype */
|
|
6444
6444
|
originalEvent: e
|
6445
6445
|
});
|
6446
6446
|
}
|
6447
|
-
if (e.preventDefault !== void 0 && e.cancelable && e.preventDefault(), n =
|
6447
|
+
if (e.preventDefault !== void 0 && e.cancelable && e.preventDefault(), n = cr(n, u.draggable, t, !0), P("dragOver"), fe.eventCanceled) return I;
|
6448
6448
|
if (K.contains(e.target) || n.animated && n.animatingX && n.animatingY || w._ignoreWhileAnimating === n)
|
6449
6449
|
return z(!1);
|
6450
6450
|
if (xc = !1, f && !u.disabled && (g ? p || (c = rt !== Qe) : Rt === this || (this.lastPutMode = js.checkPull(this, f, K, e)) && h.checkPut(this, f, K, e))) {
|
@@ -6576,7 +6576,7 @@ fe.prototype = /** @lends Sortable.prototype */
|
|
6576
6576
|
*/
|
6577
6577
|
toArray: function() {
|
6578
6578
|
for (var e = [], t, n = this.el.children, i = 0, s = n.length, c = this.options; i < s; i++)
|
6579
|
-
t = n[i],
|
6579
|
+
t = n[i], cr(t, c.draggable, this.el, !1) && e.push(t.getAttribute(c.dataIdAttr) || zM(t));
|
6580
6580
|
return e;
|
6581
6581
|
},
|
6582
6582
|
/**
|
@@ -6587,7 +6587,7 @@ fe.prototype = /** @lends Sortable.prototype */
|
|
6587
6587
|
var n = {}, i = this.el;
|
6588
6588
|
this.toArray().forEach(function(s, c) {
|
6589
6589
|
var u = i.children[c];
|
6590
|
-
|
6590
|
+
cr(u, this.options.draggable, i, !1) && (n[s] = u);
|
6591
6591
|
}, this), t && this.captureAnimationState(), e.forEach(function(s) {
|
6592
6592
|
n[s] && (i.removeChild(n[s]), i.appendChild(n[s]));
|
6593
6593
|
}), t && this.animateAll();
|
@@ -6606,7 +6606,7 @@ fe.prototype = /** @lends Sortable.prototype */
|
|
6606
6606
|
* @returns {HTMLElement|null}
|
6607
6607
|
*/
|
6608
6608
|
closest: function(e, t) {
|
6609
|
-
return
|
6609
|
+
return cr(e, t || this.options.draggable, this.el, !1);
|
6610
6610
|
},
|
6611
6611
|
/**
|
6612
6612
|
* Set/get option
|
@@ -6715,11 +6715,11 @@ fe.utils = {
|
|
6715
6715
|
css: he,
|
6716
6716
|
find: Dy,
|
6717
6717
|
is: function(e, t) {
|
6718
|
-
return !!
|
6718
|
+
return !!cr(e, t, e, !1);
|
6719
6719
|
},
|
6720
6720
|
extend: SM,
|
6721
6721
|
throttle: xy,
|
6722
|
-
closest:
|
6722
|
+
closest: cr,
|
6723
6723
|
toggleClass: ln,
|
6724
6724
|
clone: Uy,
|
6725
6725
|
index: xn,
|
@@ -6737,7 +6737,7 @@ fe.mount = function() {
|
|
6737
6737
|
e[0].constructor === Array && (e = e[0]), e.forEach(function(n) {
|
6738
6738
|
if (!n.prototype || !n.prototype.constructor)
|
6739
6739
|
throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(n));
|
6740
|
-
n.utils && (fe.utils =
|
6740
|
+
n.utils && (fe.utils = vr(vr({}, fe.utils), n.utils)), Ga.mount(n);
|
6741
6741
|
});
|
6742
6742
|
};
|
6743
6743
|
fe.create = function(r, e) {
|
@@ -6785,7 +6785,7 @@ function WM() {
|
|
6785
6785
|
f !== h && (h = f, Tc()), cd(t, i.options, f, n);
|
6786
6786
|
}, 10), ad = s, sd = c);
|
6787
6787
|
} else {
|
6788
|
-
if (!this.options.bubbleScroll || no(u, !0) ===
|
6788
|
+
if (!this.options.bubbleScroll || no(u, !0) === mr()) {
|
6789
6789
|
Tc();
|
6790
6790
|
return;
|
6791
6791
|
}
|
@@ -6807,7 +6807,7 @@ function Sp() {
|
|
6807
6807
|
}
|
6808
6808
|
var cd = xy(function(r, e, t, n) {
|
6809
6809
|
if (e.scroll) {
|
6810
|
-
var i = (r.touches ? r.touches[0] : r).clientX, s = (r.touches ? r.touches[0] : r).clientY, c = e.scrollSensitivity, u = e.scrollSpeed, h =
|
6810
|
+
var i = (r.touches ? r.touches[0] : r).clientX, s = (r.touches ? r.touches[0] : r).clientY, c = e.scrollSensitivity, u = e.scrollSpeed, h = mr(), f = !1, g;
|
6811
6811
|
Ud !== t && (Ud = t, Tc(), ga = e.scroll, g = e.scrollFn, ga === !0 && (ga = no(t, !0)));
|
6812
6812
|
var p = 0, y = ga;
|
6813
6813
|
do {
|
@@ -7273,7 +7273,7 @@ const rN = {
|
|
7273
7273
|
default: k(() => [
|
7274
7274
|
S(_a, null, {
|
7275
7275
|
default: k(() => [
|
7276
|
-
S(
|
7276
|
+
S(hr, {
|
7277
7277
|
"no-gutters": "",
|
7278
7278
|
align: "center",
|
7279
7279
|
justify: "end"
|
@@ -7288,7 +7288,7 @@ const rN = {
|
|
7288
7288
|
}),
|
7289
7289
|
S(hh, null, {
|
7290
7290
|
default: k(() => [
|
7291
|
-
S(
|
7291
|
+
S(hr, {
|
7292
7292
|
"no-gutters": "",
|
7293
7293
|
align: "center",
|
7294
7294
|
justify: "center"
|
@@ -7345,7 +7345,7 @@ const rN = {
|
|
7345
7345
|
itemKey: {}
|
7346
7346
|
},
|
7347
7347
|
setup(r) {
|
7348
|
-
return (e, t) => e.view === "card" ? (L(), X(
|
7348
|
+
return (e, t) => e.view === "card" ? (L(), X(hr, {
|
7349
7349
|
key: 0,
|
7350
7350
|
class: "mt-5 border tb-cards-h",
|
7351
7351
|
wrap: ""
|
@@ -7447,7 +7447,7 @@ const rN = {
|
|
7447
7447
|
},
|
7448
7448
|
setup(r) {
|
7449
7449
|
return (e, t) => (L(), ie("div", pN, [
|
7450
|
-
S(
|
7450
|
+
S(hr, {
|
7451
7451
|
"no-gutters": "",
|
7452
7452
|
class: "align-end",
|
7453
7453
|
align: "center",
|
@@ -7682,7 +7682,7 @@ const rN = {
|
|
7682
7682
|
]),
|
7683
7683
|
S(Ma, { class: "pa-0 mx-0 align-content-end" }, {
|
7684
7684
|
default: k(() => [
|
7685
|
-
S(
|
7685
|
+
S(hr, {
|
7686
7686
|
justify: "space-between",
|
7687
7687
|
class: "mt-4"
|
7688
7688
|
}, {
|
@@ -7837,7 +7837,7 @@ const rN = {
|
|
7837
7837
|
])
|
7838
7838
|
]),
|
7839
7839
|
re("div", FN, [
|
7840
|
-
S(
|
7840
|
+
S(hr, {
|
7841
7841
|
"no-gutters": "",
|
7842
7842
|
justify: "space-between",
|
7843
7843
|
class: "w-100"
|
@@ -8480,15 +8480,15 @@ function p_(r, e) {
|
|
8480
8480
|
throw F(i_);
|
8481
8481
|
}
|
8482
8482
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
8483
|
-
function
|
8483
|
+
function yr() {
|
8484
8484
|
return Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3);
|
8485
8485
|
}
|
8486
8486
|
function Wd(r, e) {
|
8487
8487
|
const t = Number(r) || 0;
|
8488
|
-
return
|
8488
|
+
return yr() + e > t;
|
8489
8489
|
}
|
8490
8490
|
function uD(r) {
|
8491
|
-
return Number(r) >
|
8491
|
+
return Number(r) > yr();
|
8492
8492
|
}
|
8493
8493
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
8494
8494
|
function wi(r) {
|
@@ -8516,7 +8516,7 @@ function cl(r, e, t, n, i, s, c, u, h, f, g, p, y, E, w) {
|
|
8516
8516
|
homeAccountId: r,
|
8517
8517
|
credentialType: de.ACCESS_TOKEN,
|
8518
8518
|
secret: t,
|
8519
|
-
cachedAt:
|
8519
|
+
cachedAt: yr().toString(),
|
8520
8520
|
expiresOn: c.toString(),
|
8521
8521
|
extendedExpiresOn: u.toString(),
|
8522
8522
|
environment: e,
|
@@ -8608,7 +8608,7 @@ function CD(r, e) {
|
|
8608
8608
|
return e ? r.indexOf(Fc.CACHE_KEY) === 0 && e.hasOwnProperty("aliases") && e.hasOwnProperty("preferred_cache") && e.hasOwnProperty("preferred_network") && e.hasOwnProperty("canonical_authority") && e.hasOwnProperty("authorization_endpoint") && e.hasOwnProperty("token_endpoint") && e.hasOwnProperty("issuer") && e.hasOwnProperty("aliasesFromNetwork") && e.hasOwnProperty("endpointsFromNetwork") && e.hasOwnProperty("expiresAt") && e.hasOwnProperty("jwks_uri") : !1;
|
8609
8609
|
}
|
8610
8610
|
function Fp() {
|
8611
|
-
return
|
8611
|
+
return yr() + Fc.REFRESH_TIME_SECONDS;
|
8612
8612
|
}
|
8613
8613
|
function nc(r, e, t) {
|
8614
8614
|
r.authorization_endpoint = e.authorization_endpoint, r.token_endpoint = e.token_endpoint, r.end_session_endpoint = e.end_session_endpoint, r.issuer = e.issuer, r.endpointsFromNetwork = t, r.jwks_uri = e.jwks_uri;
|
@@ -8617,7 +8617,7 @@ function hd(r, e, t) {
|
|
8617
8617
|
r.aliases = e.aliases, r.preferred_cache = e.preferred_cache, r.preferred_network = e.preferred_network, r.aliasesFromNetwork = t;
|
8618
8618
|
}
|
8619
8619
|
function Bp(r) {
|
8620
|
-
return r.expiresAt <=
|
8620
|
+
return r.expiresAt <= yr();
|
8621
8621
|
}
|
8622
8622
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
8623
8623
|
const y_ = "redirect_uri_empty", wD = "claims_request_parsing_error", __ = "authority_uri_insecure", pa = "url_parse_error", C_ = "empty_url_error", w_ = "empty_input_scopes_error", T_ = "invalid_prompt_value", xh = "invalid_claims", E_ = "token_request_empty", A_ = "logout_request_empty", b_ = "invalid_code_challenge_method", Lh = "pkce_params_missing", Uh = "invalid_cloud_discovery_metadata", S_ = "invalid_authority_metadata", I_ = "untrusted_authority", ll = "missing_ssh_jwk", R_ = "missing_ssh_kid", TD = "missing_nonce_authentication_header", ED = "invalid_authentication_header", k_ = "cannot_set_OIDCOptions", O_ = "cannot_allow_native_broker", P_ = "authority_mismatch";
|
@@ -8655,7 +8655,7 @@ function ze(r) {
|
|
8655
8655
|
return new Hh(r);
|
8656
8656
|
}
|
8657
8657
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
8658
|
-
class
|
8658
|
+
class Xn {
|
8659
8659
|
/**
|
8660
8660
|
* Check if stringified object is empty
|
8661
8661
|
* @param strObj
|
@@ -8727,7 +8727,7 @@ class Qn {
|
|
8727
8727
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
8728
8728
|
class ct {
|
8729
8729
|
constructor(e) {
|
8730
|
-
const t = e ?
|
8730
|
+
const t = e ? Xn.trimArrayEntries([...e]) : [], n = t ? Xn.removeEmptyStringsFromArray(t) : [];
|
8731
8731
|
this.validateInputScopes(n), this.scopes = /* @__PURE__ */ new Set(), n.forEach((i) => this.scopes.add(i));
|
8732
8732
|
}
|
8733
8733
|
/**
|
@@ -8923,7 +8923,7 @@ function Bh(r, e, t, n) {
|
|
8923
8923
|
return i;
|
8924
8924
|
}
|
8925
8925
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
8926
|
-
const
|
8926
|
+
const Yn = {
|
8927
8927
|
Default: 0,
|
8928
8928
|
Adfs: 1,
|
8929
8929
|
Dsts: 2,
|
@@ -9000,7 +9000,7 @@ class yt {
|
|
9000
9000
|
static createAccount(e, t, n) {
|
9001
9001
|
var f, g, p, y, E, w;
|
9002
9002
|
const i = new yt();
|
9003
|
-
t.authorityType ===
|
9003
|
+
t.authorityType === Yn.Adfs ? i.authorityType = ec.ADFS_ACCOUNT_TYPE : t.protocolMode === Ur.AAD ? i.authorityType = ec.MSSTS_ACCOUNT_TYPE : i.authorityType = ec.GENERIC_ACCOUNT_TYPE;
|
9004
9004
|
let s;
|
9005
9005
|
e.clientInfo && n && (s = Kc(e.clientInfo, n)), i.clientInfo = e.clientInfo, i.homeAccountId = e.homeAccountId, i.nativeAccountId = e.nativeAccountId;
|
9006
9006
|
const c = e.environment || t && t.getPreferredCache();
|
@@ -9034,7 +9034,7 @@ class yt {
|
|
9034
9034
|
* @param authType
|
9035
9035
|
*/
|
9036
9036
|
static generateHomeAccountId(e, t, n, i, s) {
|
9037
|
-
if (!(t ===
|
9037
|
+
if (!(t === Yn.Adfs || t === Yn.Dsts)) {
|
9038
9038
|
if (e)
|
9039
9039
|
try {
|
9040
9040
|
const c = Kc(e, i.base64Decode);
|
@@ -9103,7 +9103,7 @@ class Oe {
|
|
9103
9103
|
static canonicalizeUri(e) {
|
9104
9104
|
if (e) {
|
9105
9105
|
let t = e.toLowerCase();
|
9106
|
-
return
|
9106
|
+
return Xn.endsWith(t, "?") ? t = t.slice(0, -1) : Xn.endsWith(t, "?/") && (t = t.slice(0, -2)), Xn.endsWith(t, "/") || (t += "/"), t;
|
9107
9107
|
}
|
9108
9108
|
return e;
|
9109
9109
|
}
|
@@ -10892,16 +10892,16 @@ class xt {
|
|
10892
10892
|
*/
|
10893
10893
|
getAuthorityType(e) {
|
10894
10894
|
if (e.HostNameAndPort.endsWith(N.CIAM_AUTH_URL))
|
10895
|
-
return
|
10895
|
+
return Yn.Ciam;
|
10896
10896
|
const t = e.PathSegments;
|
10897
10897
|
if (t.length)
|
10898
10898
|
switch (t[0].toLowerCase()) {
|
10899
10899
|
case N.ADFS:
|
10900
|
-
return
|
10900
|
+
return Yn.Adfs;
|
10901
10901
|
case N.DSTS:
|
10902
|
-
return
|
10902
|
+
return Yn.Dsts;
|
10903
10903
|
}
|
10904
|
-
return
|
10904
|
+
return Yn.Default;
|
10905
10905
|
}
|
10906
10906
|
// See above for AuthorityType
|
10907
10907
|
get authorityType() {
|
@@ -11003,7 +11003,7 @@ class xt {
|
|
11003
11003
|
* @private
|
11004
11004
|
*/
|
11005
11005
|
canReplaceTenant(e) {
|
11006
|
-
return e.PathSegments.length === 1 && !xt.reservedTenantDomains.has(e.PathSegments[0]) && this.getAuthorityType(e) ===
|
11006
|
+
return e.PathSegments.length === 1 && !xt.reservedTenantDomains.has(e.PathSegments[0]) && this.getAuthorityType(e) === Yn.Default && this.protocolMode === Ur.AAD;
|
11007
11007
|
}
|
11008
11008
|
/**
|
11009
11009
|
* Replaces tenant in url path with current tenant. Defaults to common.
|
@@ -11033,7 +11033,7 @@ class xt {
|
|
11033
11033
|
*/
|
11034
11034
|
get defaultOpenIdConfigurationEndpoint() {
|
11035
11035
|
const e = this.hostnameAndPort;
|
11036
|
-
return this.canonicalAuthority.endsWith("v2.0/") || this.authorityType ===
|
11036
|
+
return this.canonicalAuthority.endsWith("v2.0/") || this.authorityType === Yn.Adfs || this.protocolMode !== Ur.AAD && !this.isAliasOfKnownMicrosoftAuthority(e) ? `${this.canonicalAuthority}.well-known/openid-configuration` : `${this.canonicalAuthority}v2.0/.well-known/openid-configuration`;
|
11037
11037
|
}
|
11038
11038
|
/**
|
11039
11039
|
* Boolean that returns whether or not tenant discovery has been completed.
|
@@ -11238,7 +11238,7 @@ class xt {
|
|
11238
11238
|
* Parse cloudDiscoveryMetadata config or check knownAuthorities
|
11239
11239
|
*/
|
11240
11240
|
getCloudDiscoveryMetadataFromConfig() {
|
11241
|
-
if (this.authorityType ===
|
11241
|
+
if (this.authorityType === Yn.Ciam)
|
11242
11242
|
return this.logger.verbose("CIAM authorities do not support cloud discovery metadata, generate the aliases from authority host."), xt.createCloudDiscoveryMetadataFromHost(this.hostnameAndPort);
|
11243
11243
|
if (this.authorityOptions.cloudDiscoveryMetadata) {
|
11244
11244
|
this.logger.verbose("The cloud discovery metadata has been provided as a network response, in the config.");
|
@@ -11455,7 +11455,7 @@ class so extends Xe {
|
|
11455
11455
|
}
|
11456
11456
|
}
|
11457
11457
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
11458
|
-
class
|
11458
|
+
class lr {
|
11459
11459
|
/**
|
11460
11460
|
* Prepares a RequestThumbprint to be stored as a key.
|
11461
11461
|
* @param thumbprint
|
@@ -11470,7 +11470,7 @@ class cr {
|
|
11470
11470
|
*/
|
11471
11471
|
static preProcess(e, t) {
|
11472
11472
|
var s;
|
11473
|
-
const n =
|
11473
|
+
const n = lr.generateThrottlingStorageKey(t), i = e.getThrottlingCache(n);
|
11474
11474
|
if (i) {
|
11475
11475
|
if (i.throttleTime < Date.now()) {
|
11476
11476
|
e.removeItem(n);
|
@@ -11486,15 +11486,15 @@ class cr {
|
|
11486
11486
|
* @param response
|
11487
11487
|
*/
|
11488
11488
|
static postProcess(e, t, n) {
|
11489
|
-
if (
|
11489
|
+
if (lr.checkResponseStatus(n) || lr.checkResponseForRetryAfter(n)) {
|
11490
11490
|
const i = {
|
11491
|
-
throttleTime:
|
11491
|
+
throttleTime: lr.calculateThrottleTime(parseInt(n.headers[Wt.RETRY_AFTER])),
|
11492
11492
|
error: n.body.error,
|
11493
11493
|
errorCodes: n.body.error_codes,
|
11494
11494
|
errorMessage: n.body.error_description,
|
11495
11495
|
subError: n.body.suberror
|
11496
11496
|
};
|
11497
|
-
e.setThrottlingCache(
|
11497
|
+
e.setThrottlingCache(lr.generateThrottlingStorageKey(t), i);
|
11498
11498
|
}
|
11499
11499
|
}
|
11500
11500
|
/**
|
@@ -11592,7 +11592,7 @@ class Vh {
|
|
11592
11592
|
*/
|
11593
11593
|
async sendPostRequest(e, t, n, i) {
|
11594
11594
|
var c, u, h;
|
11595
|
-
|
11595
|
+
lr.preProcess(this.cacheManager, e);
|
11596
11596
|
let s;
|
11597
11597
|
try {
|
11598
11598
|
s = await $(this.networkClient.sendPostRequestAsync.bind(this.networkClient), R.NetworkClientSendPostRequestAsync, this.logger, this.performanceClient, i)(t, n);
|
@@ -11615,7 +11615,7 @@ class Vh {
|
|
11615
11615
|
}
|
11616
11616
|
throw f instanceof Xe ? f : F(e_);
|
11617
11617
|
}
|
11618
|
-
return
|
11618
|
+
return lr.postProcess(this.cacheManager, e, s), s;
|
11619
11619
|
}
|
11620
11620
|
/**
|
11621
11621
|
* Updates the authority object of the client. Endpoint discovery must be completed.
|
@@ -11660,9 +11660,9 @@ const jp = [
|
|
11660
11660
|
[Wh]: "Refresh token has expired.",
|
11661
11661
|
[hl]: "Identity provider returned bad_token due to an expired or invalid refresh token. Please invoke an interactive API to resolve."
|
11662
11662
|
};
|
11663
|
-
class
|
11663
|
+
class er extends Xe {
|
11664
11664
|
constructor(e, t, n, i, s, c, u, h) {
|
11665
|
-
super(e, t, n), Object.setPrototypeOf(this,
|
11665
|
+
super(e, t, n), Object.setPrototypeOf(this, er.prototype), this.timestamp = i || N.EMPTY_STRING, this.traceId = s || N.EMPTY_STRING, this.correlationId = c || N.EMPTY_STRING, this.claims = u || N.EMPTY_STRING, this.name = "InteractionRequiredAuthError", this.errorNo = h;
|
11666
11666
|
}
|
11667
11667
|
}
|
11668
11668
|
function Yp(r, e, t) {
|
@@ -11670,17 +11670,17 @@ function Yp(r, e, t) {
|
|
11670
11670
|
return n || s || i;
|
11671
11671
|
}
|
11672
11672
|
function jd(r) {
|
11673
|
-
return new
|
11673
|
+
return new er(r, Ox[r]);
|
11674
11674
|
}
|
11675
11675
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
11676
|
-
class
|
11676
|
+
class Zn {
|
11677
11677
|
/**
|
11678
11678
|
* Appends user state with random guid, or returns random guid.
|
11679
11679
|
* @param userState
|
11680
11680
|
* @param randomGuid
|
11681
11681
|
*/
|
11682
11682
|
static setRequestState(e, t, n) {
|
11683
|
-
const i =
|
11683
|
+
const i = Zn.generateLibraryState(e, n);
|
11684
11684
|
return t ? `${i}${N.RESOURCE_DELIM}${t}` : i;
|
11685
11685
|
}
|
11686
11686
|
/**
|
@@ -11776,7 +11776,7 @@ class Mi {
|
|
11776
11776
|
const { resourceRequestMethod: s, resourceRequestUri: c, shrClaims: u, shrNonce: h, shrOptions: f } = n, g = c ? new Oe(c) : void 0, p = g == null ? void 0 : g.getUrlComponents();
|
11777
11777
|
return this.cryptoUtils.signJwt({
|
11778
11778
|
at: e,
|
11779
|
-
ts:
|
11779
|
+
ts: yr(),
|
11780
11780
|
m: s == null ? void 0 : s.toUpperCase(),
|
11781
11781
|
u: p == null ? void 0 : p.HostNameAndPort,
|
11782
11782
|
nonce: h || this.cryptoUtils.createNewGuid(),
|
@@ -11839,7 +11839,7 @@ class xo {
|
|
11839
11839
|
throw F(r_);
|
11840
11840
|
if (e.error || e.error_description || e.suberror) {
|
11841
11841
|
const s = Nx(e);
|
11842
|
-
throw Yp(e.error, e.error_description, e.suberror) ? new
|
11842
|
+
throw Yp(e.error, e.error_description, e.suberror) ? new er(e.error || "", e.error_description, e.suberror, e.timestamp || "", e.trace_id || "", e.correlation_id || "", e.claims || "", s) : new so(e.error || "", e.error_description, e.suberror, s);
|
11843
11843
|
}
|
11844
11844
|
}
|
11845
11845
|
/**
|
@@ -11860,7 +11860,7 @@ ${c}`);
|
|
11860
11860
|
${c}`);
|
11861
11861
|
return;
|
11862
11862
|
}
|
11863
|
-
throw Yp(e.error, e.error_description, e.suberror) ? new
|
11863
|
+
throw Yp(e.error, e.error_description, e.suberror) ? new er(e.error, e.error_description, e.suberror, e.timestamp || N.EMPTY_STRING, e.trace_id || N.EMPTY_STRING, e.correlation_id || N.EMPTY_STRING, e.claims || N.EMPTY_STRING, s) : c;
|
11864
11864
|
}
|
11865
11865
|
}
|
11866
11866
|
/**
|
@@ -11884,7 +11884,7 @@ ${c}`);
|
|
11884
11884
|
}
|
11885
11885
|
this.homeAccountIdentifier = yt.generateHomeAccountId(e.client_info || N.EMPTY_STRING, t.authorityType, this.logger, this.cryptoObj, g);
|
11886
11886
|
let p;
|
11887
|
-
s && s.state && (p =
|
11887
|
+
s && s.state && (p = Zn.parseRequestState(this.cryptoObj, s.state)), e.key_id = e.key_id || i.sshKid || void 0;
|
11888
11888
|
const y = this.generateCacheRecord(e, t, n, i, g, c, s);
|
11889
11889
|
let E;
|
11890
11890
|
try {
|
@@ -12068,7 +12068,7 @@ class z_ extends Vh {
|
|
12068
12068
|
var u, h;
|
12069
12069
|
if ((u = this.performanceClient) == null || u.addQueueMeasurement(R.AuthClientAcquireToken, e.correlationId), !e.code)
|
12070
12070
|
throw F(s_);
|
12071
|
-
const n =
|
12071
|
+
const n = yr(), i = await $(this.executeTokenRequest.bind(this), R.AuthClientExecuteTokenRequest, this.logger, this.performanceClient, e.correlationId)(this.authority, e), s = (h = i.headers) == null ? void 0 : h[Wt.X_MS_REQUEST_ID], c = new xo(this.config.authOptions.clientId, this.cacheManager, this.cryptoUtils, this.logger, this.config.serializableCache, this.config.persistencePlugin, this.performanceClient);
|
12072
12072
|
return c.validateTokenResponse(i.body), $(c.handleServerTokenResponse.bind(c), R.HandleServerTokenResponse, this.logger, this.performanceClient, e.correlationId)(i.body, this.authority, n, e, t, void 0, void 0, void 0, s);
|
12073
12073
|
}
|
12074
12074
|
/**
|
@@ -12146,7 +12146,7 @@ class z_ extends Vh {
|
|
12146
12146
|
t.addSshJwk(e.sshJwk);
|
12147
12147
|
else
|
12148
12148
|
throw ze(ll);
|
12149
|
-
(!
|
12149
|
+
(!Xn.isEmptyObj(e.claims) || this.config.authOptions.clientCapabilities && this.config.authOptions.clientCapabilities.length > 0) && t.addClaims(e.claims, this.config.authOptions.clientCapabilities);
|
12150
12150
|
let n;
|
12151
12151
|
if (e.clientInfo)
|
12152
12152
|
try {
|
@@ -12274,7 +12274,7 @@ class Yd extends Vh {
|
|
12274
12274
|
async acquireToken(e) {
|
12275
12275
|
var c, u;
|
12276
12276
|
(c = this.performanceClient) == null || c.addQueueMeasurement(R.RefreshTokenClientAcquireToken, e.correlationId);
|
12277
|
-
const t =
|
12277
|
+
const t = yr(), n = await $(this.executeTokenRequest.bind(this), R.RefreshTokenClientExecuteTokenRequest, this.logger, this.performanceClient, e.correlationId)(e, this.authority), i = (u = n.headers) == null ? void 0 : u[Wt.X_MS_REQUEST_ID], s = new xo(this.config.authOptions.clientId, this.cacheManager, this.cryptoUtils, this.logger, this.config.serializableCache, this.config.persistencePlugin);
|
12278
12278
|
return s.validateTokenResponse(n.body), $(s.handleServerTokenResponse.bind(s), R.HandleServerTokenResponse, this.logger, this.performanceClient, e.correlationId)(n.body, this.authority, t, e, void 0, void 0, !0, e.forceCache, i);
|
12279
12279
|
}
|
12280
12280
|
/**
|
@@ -12291,7 +12291,7 @@ class Yd extends Vh {
|
|
12291
12291
|
try {
|
12292
12292
|
return await $(this.acquireTokenWithCachedRefreshToken.bind(this), R.RefreshTokenClientAcquireTokenWithCachedRefreshToken, this.logger, this.performanceClient, e.correlationId)(e, !0);
|
12293
12293
|
} catch (i) {
|
12294
|
-
const s = i instanceof
|
12294
|
+
const s = i instanceof er && i.errorCode === qc, c = i instanceof so && i.errorCode === Mp.INVALID_GRANT_ERROR && i.subError === Mp.CLIENT_MISMATCH_ERROR;
|
12295
12295
|
if (s || c)
|
12296
12296
|
return $(this.acquireTokenWithCachedRefreshToken.bind(this), R.RefreshTokenClientAcquireTokenWithCachedRefreshToken, this.logger, this.performanceClient, e.correlationId)(e, !1);
|
12297
12297
|
throw i;
|
@@ -12322,7 +12322,7 @@ class Yd extends Vh {
|
|
12322
12322
|
try {
|
12323
12323
|
return await $(this.acquireToken.bind(this), R.RefreshTokenClientAcquireToken, this.logger, this.performanceClient, e.correlationId)(i);
|
12324
12324
|
} catch (c) {
|
12325
|
-
if (c instanceof
|
12325
|
+
if (c instanceof er && c.subError === hl) {
|
12326
12326
|
this.logger.verbose("acquireTokenWithRefreshToken: bad refresh token, removing from cache");
|
12327
12327
|
const u = wi(n);
|
12328
12328
|
this.cacheManager.removeRefreshToken(u);
|
@@ -12372,7 +12372,7 @@ class Yd extends Vh {
|
|
12372
12372
|
n.addSshJwk(e.sshJwk);
|
12373
12373
|
else
|
12374
12374
|
throw ze(ll);
|
12375
|
-
if ((!
|
12375
|
+
if ((!Xn.isEmptyObj(e.claims) || this.config.authOptions.clientCapabilities && this.config.authOptions.clientCapabilities.length > 0) && n.addClaims(e.claims, this.config.authOptions.clientCapabilities), this.config.systemOptions.preventCorsPreflight && e.ccsCredential)
|
12376
12376
|
switch (e.ccsCredential.type) {
|
12377
12377
|
case vn.HOME_ACCOUNT_ID:
|
12378
12378
|
try {
|
@@ -12425,7 +12425,7 @@ class xx extends Vh {
|
|
12425
12425
|
var h;
|
12426
12426
|
(h = this.performanceClient) == null || h.addQueueMeasurement(R.SilentFlowClientAcquireCachedToken, e.correlationId);
|
12427
12427
|
let t = Xr.NOT_APPLICABLE;
|
12428
|
-
if (e.forceRefresh || !this.config.cacheOptions.claimsBasedCachingEnabled && !
|
12428
|
+
if (e.forceRefresh || !this.config.cacheOptions.claimsBasedCachingEnabled && !Xn.isEmptyObj(e.claims))
|
12429
12429
|
throw this.setCacheOutcome(Xr.FORCE_REFRESH_OR_CLAIMS, e.correlationId), F(Nr);
|
12430
12430
|
if (!e.account)
|
12431
12431
|
throw F(kh);
|
@@ -12744,23 +12744,23 @@ class Bx {
|
|
12744
12744
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
12745
12745
|
const Yh = "pkce_not_created", Jd = "crypto_nonexistent", fl = "empty_navigate_uri", G_ = "hash_empty_error", Jh = "no_state_in_hash", j_ = "hash_does_not_contain_known_properties", Y_ = "unable_to_parse_state", J_ = "state_interaction_type_mismatch", Q_ = "interaction_in_progress", X_ = "popup_window_error", Z_ = "empty_window_error", Lo = "user_cancelled", $x = "monitor_popup_timeout", eC = "monitor_window_timeout", tC = "redirect_in_iframe", nC = "block_iframe_reload", rC = "block_nested_popups", Kx = "iframe_closed_prematurely", gl = "silent_logout_unsupported", oC = "no_account_error", zx = "silent_prompt_value_error", iC = "no_token_request_cache_error", aC = "unable_to_parse_token_request_cache_error", Qh = "no_cached_authority_error", Vx = "auth_request_not_set_error", Wx = "invalid_cache_type", ml = "non_browser_environment", vi = "database_not_open", Gc = "no_network_connectivity", sC = "post_request_failed", cC = "get_request_failed", Qd = "failed_to_parse_response", lC = "unable_to_load_token", Xh = "crypto_key_not_found", uC = "auth_code_required", dC = "auth_code_or_nativeAccountId_required", hC = "spa_code_and_nativeAccountId_present", Zh = "database_unavailable", fC = "unable_to_acquire_token_from_native_platform", gC = "native_handshake_timeout", mC = "native_extension_not_installed", Ya = "native_connection_not_established", pC = "uninitialized_public_client_application", vC = "native_prompt_not_supported", yC = "invalid_base64_string", _C = "invalid_pop_token_request", CC = "failed_to_build_headers", wC = "failed_to_parse_headers";
|
12746
12746
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
12747
|
-
const
|
12747
|
+
const Pr = "For more visit: aka.ms/msaljs/browser-errors", qx = {
|
12748
12748
|
[Yh]: "The PKCE code challenge and verifier could not be generated.",
|
12749
12749
|
[Jd]: "The crypto object or function is not available.",
|
12750
12750
|
[fl]: "Navigation URI is empty. Please check stack trace for more info.",
|
12751
|
-
[G_]: `Hash value cannot be processed because it is empty. Please verify that your redirectUri is not clearing the hash. ${
|
12751
|
+
[G_]: `Hash value cannot be processed because it is empty. Please verify that your redirectUri is not clearing the hash. ${Pr}`,
|
12752
12752
|
[Jh]: "Hash does not contain state. Please verify that the request originated from msal.",
|
12753
|
-
[j_]: `Hash does not contain known properites. Please verify that your redirectUri is not changing the hash. ${
|
12753
|
+
[j_]: `Hash does not contain known properites. Please verify that your redirectUri is not changing the hash. ${Pr}`,
|
12754
12754
|
[Y_]: "Unable to parse state. Please verify that the request originated from msal.",
|
12755
12755
|
[J_]: "Hash contains state but the interaction type does not match the caller.",
|
12756
|
-
[Q_]: `Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. ${
|
12756
|
+
[Q_]: `Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. ${Pr}`,
|
12757
12757
|
[X_]: "Error opening popup window. This can happen if you are using IE or if popups are blocked in the browser.",
|
12758
12758
|
[Z_]: "window.open returned null or undefined window object.",
|
12759
12759
|
[Lo]: "User cancelled the flow.",
|
12760
|
-
[$x]: `Token acquisition in popup failed due to timeout. ${
|
12761
|
-
[eC]: `Token acquisition in iframe failed due to timeout. ${
|
12760
|
+
[$x]: `Token acquisition in popup failed due to timeout. ${Pr}`,
|
12761
|
+
[eC]: `Token acquisition in iframe failed due to timeout. ${Pr}`,
|
12762
12762
|
[tC]: "Redirects are not supported for iframed or brokered applications. Please ensure you are using MSAL.js in a top frame of the window if using the redirect APIs, or use the popup APIs.",
|
12763
|
-
[nC]: `Request was blocked inside an iframe because MSAL detected an authentication response. ${
|
12763
|
+
[nC]: `Request was blocked inside an iframe because MSAL detected an authentication response. ${Pr}`,
|
12764
12764
|
[rC]: "Request was blocked inside a popup because MSAL detected it was running in a popup.",
|
12765
12765
|
[Kx]: "The iframe being monitored was closed prematurely.",
|
12766
12766
|
[gl]: "Silent logout not supported. Please call logoutRedirect or logoutPopup instead.",
|
@@ -12783,11 +12783,11 @@ const Or = "For more visit: aka.ms/msaljs/browser-errors", qx = {
|
|
12783
12783
|
[dC]: "An authorization code or nativeAccountId must be provided to this flow.",
|
12784
12784
|
[hC]: "Request cannot contain both spa code and native account id.",
|
12785
12785
|
[Zh]: "IndexedDB, which is required for persistent cryptographic key storage, is unavailable. This may be caused by browser privacy features which block persistent storage in third-party contexts.",
|
12786
|
-
[fC]: `Unable to acquire token from native platform. ${
|
12786
|
+
[fC]: `Unable to acquire token from native platform. ${Pr}`,
|
12787
12787
|
[gC]: "Timed out while attempting to establish connection to browser extension",
|
12788
12788
|
[mC]: "Native extension is not installed. If you think this is a mistake call the initialize function.",
|
12789
|
-
[Ya]: `Connection to native platform has not been established. Please install a compatible browser extension and run initialize(). ${
|
12790
|
-
[pC]: `You must call and await the initialize function before attempting to call any other MSAL API. ${
|
12789
|
+
[Ya]: `Connection to native platform has not been established. Please install a compatible browser extension and run initialize(). ${Pr}`,
|
12790
|
+
[pC]: `You must call and await the initialize function before attempting to call any other MSAL API. ${Pr}`,
|
12791
12791
|
[vC]: "The provided prompt is not supported by the native platform. This request should be routed to the web based flow.",
|
12792
12792
|
[yC]: "Invalid base64 encoded string.",
|
12793
12793
|
[_C]: "Invalid PoP token request. The request should not have both a popKid value and signPopToken set to true.",
|
@@ -13352,7 +13352,7 @@ class Uo extends sf {
|
|
13352
13352
|
Uo.MODULE_NAME = "";
|
13353
13353
|
Uo.ID = "StandardOperatingContext";
|
13354
13354
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
13355
|
-
function
|
13355
|
+
function pr(r) {
|
13356
13356
|
return new TextDecoder().decode(wL(r));
|
13357
13357
|
}
|
13358
13358
|
function wL(r) {
|
@@ -13652,7 +13652,7 @@ class Ni {
|
|
13652
13652
|
* @param input
|
13653
13653
|
*/
|
13654
13654
|
base64Decode(e) {
|
13655
|
-
return
|
13655
|
+
return pr(e);
|
13656
13656
|
}
|
13657
13657
|
/**
|
13658
13658
|
* Encodes input string to base64 URL safe string.
|
@@ -13792,7 +13792,7 @@ function OC(r, e) {
|
|
13792
13792
|
if (!e)
|
13793
13793
|
return null;
|
13794
13794
|
try {
|
13795
|
-
return
|
13795
|
+
return Zn.parseRequestState(r, e).libraryState.meta;
|
13796
13796
|
} catch {
|
13797
13797
|
throw F(Oi);
|
13798
13798
|
}
|
@@ -14412,14 +14412,14 @@ class nh extends Pi {
|
|
14412
14412
|
* @param addInstanceId
|
14413
14413
|
*/
|
14414
14414
|
generateCacheKey(e) {
|
14415
|
-
return this.validateAndParseJson(e) ? JSON.stringify(e) :
|
14415
|
+
return this.validateAndParseJson(e) ? JSON.stringify(e) : Xn.startsWith(e, N.CACHE_PREFIX) || Xn.startsWith(e, Ct.ADAL_ID_TOKEN) ? e : `${N.CACHE_PREFIX}.${this.clientId}.${e}`;
|
14416
14416
|
}
|
14417
14417
|
/**
|
14418
14418
|
* Create authorityKey to cache authority
|
14419
14419
|
* @param state
|
14420
14420
|
*/
|
14421
14421
|
generateAuthorityKey(e) {
|
14422
|
-
const { libraryState: { id: t } } =
|
14422
|
+
const { libraryState: { id: t } } = Zn.parseRequestState(this.cryptoImpl, e);
|
14423
14423
|
return this.generateCacheKey(`${Fe.AUTHORITY}.${t}`);
|
14424
14424
|
}
|
14425
14425
|
/**
|
@@ -14427,7 +14427,7 @@ class nh extends Pi {
|
|
14427
14427
|
* @param state
|
14428
14428
|
*/
|
14429
14429
|
generateNonceKey(e) {
|
14430
|
-
const { libraryState: { id: t } } =
|
14430
|
+
const { libraryState: { id: t } } = Zn.parseRequestState(this.cryptoImpl, e);
|
14431
14431
|
return this.generateCacheKey(`${Fe.NONCE_IDTOKEN}.${t}`);
|
14432
14432
|
}
|
14433
14433
|
/**
|
@@ -14435,7 +14435,7 @@ class nh extends Pi {
|
|
14435
14435
|
* @param stateString State string for the request
|
14436
14436
|
*/
|
14437
14437
|
generateStateKey(e) {
|
14438
|
-
const { libraryState: { id: t } } =
|
14438
|
+
const { libraryState: { id: t } } = Zn.parseRequestState(this.cryptoImpl, e);
|
14439
14439
|
return this.generateCacheKey(`${Fe.REQUEST_STATE}.${t}`);
|
14440
14440
|
}
|
14441
14441
|
/**
|
@@ -14524,7 +14524,7 @@ class nh extends Pi {
|
|
14524
14524
|
throw Q(iC);
|
14525
14525
|
let n;
|
14526
14526
|
try {
|
14527
|
-
n = JSON.parse(
|
14527
|
+
n = JSON.parse(pr(t));
|
14528
14528
|
} catch (i) {
|
14529
14529
|
throw this.logger.errorPii(`Attempted to parse: ${t}`), this.logger.error(`Parsing cached token request threw with error: ${i}`), Q(aC);
|
14530
14530
|
}
|
@@ -14574,7 +14574,7 @@ class nh extends Pi {
|
|
14574
14574
|
t && (this.browserStorage.removeItem(this.generateCacheKey(Ct.ID_TOKEN)), this.logger.verbose("Cached MSAL.js v1 id token retrieved"));
|
14575
14575
|
const n = t || e;
|
14576
14576
|
if (n) {
|
14577
|
-
const i = Fo(n,
|
14577
|
+
const i = Fo(n, pr);
|
14578
14578
|
if (i.preferred_username)
|
14579
14579
|
return this.logger.verbose("No SSO params used and ADAL/MSAL v1 token retrieved, setting ADAL/MSAL v1 preferred_username as loginHint"), i.preferred_username;
|
14580
14580
|
if (i.upn)
|
@@ -14615,7 +14615,7 @@ class nh extends Pi {
|
|
14615
14615
|
e.scopes.join(" "),
|
14616
14616
|
e.expiresOn ? e.expiresOn.getTime() / 1e3 : 0,
|
14617
14617
|
e.extExpiresOn ? e.extExpiresOn.getTime() / 1e3 : 0,
|
14618
|
-
|
14618
|
+
pr,
|
14619
14619
|
void 0,
|
14620
14620
|
// refreshOn
|
14621
14621
|
e.tokenType,
|
@@ -14904,7 +14904,7 @@ async function cf(r, e, t, n) {
|
|
14904
14904
|
n.verbose(`Authentication Scheme set to "${c.authenticationScheme}" as configured in Auth request`);
|
14905
14905
|
}
|
14906
14906
|
return e.cache.claimsBasedCachingEnabled && r.claims && // Checks for empty stringified object "{}" which doesn't qualify as requested claims
|
14907
|
-
!
|
14907
|
+
!Xn.isEmptyObj(r.claims) && (c.requestedClaimsHash = await SC(r.claims)), c;
|
14908
14908
|
}
|
14909
14909
|
async function KL(r, e, t, n, i) {
|
14910
14910
|
n.addQueueMeasurement(R.InitializeSilentRequest, r.correlationId);
|
@@ -15045,7 +15045,7 @@ class Li extends PC {
|
|
15045
15045
|
this.performanceClient.addQueueMeasurement(R.StandardInteractionClientInitializeAuthorizationRequest, this.correlationId);
|
15046
15046
|
const n = this.getRedirectUri(e.redirectUri), i = {
|
15047
15047
|
interactionType: t
|
15048
|
-
}, s =
|
15048
|
+
}, s = Zn.setRequestState(this.browserCrypto, e && e.state || N.EMPTY_STRING, i), u = {
|
15049
15049
|
...await $(cf, R.InitializeBaseRequest, this.logger, this.performanceClient, this.correlationId)({ ...e, correlationId: this.correlationId }, this.config, this.performanceClient, this.logger),
|
15050
15050
|
redirectUri: n,
|
15051
15051
|
state: s,
|
@@ -15070,9 +15070,9 @@ const VL = "USER_INTERACTION_REQUIRED", WL = "USER_CANCEL", qL = "NO_NETWORK", G
|
|
15070
15070
|
const JL = -2147186943, QL = {
|
15071
15071
|
[MC]: "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."
|
15072
15072
|
};
|
15073
|
-
class
|
15073
|
+
class ur extends Xe {
|
15074
15074
|
constructor(e, t, n) {
|
15075
|
-
super(e, t), Object.setPrototypeOf(this,
|
15075
|
+
super(e, t), Object.setPrototypeOf(this, ur.prototype), this.name = "NativeAuthError", this.ext = n;
|
15076
15076
|
}
|
15077
15077
|
}
|
15078
15078
|
function yi(r) {
|
@@ -15091,13 +15091,13 @@ function rh(r, e, t) {
|
|
15091
15091
|
case YL:
|
15092
15092
|
return jd($_);
|
15093
15093
|
case VL:
|
15094
|
-
return new
|
15094
|
+
return new er(r, e);
|
15095
15095
|
case WL:
|
15096
15096
|
return Q(Lo);
|
15097
15097
|
case qL:
|
15098
15098
|
return Q(Gc);
|
15099
15099
|
}
|
15100
|
-
return new
|
15100
|
+
return new ur(r, QL[r] || e, t);
|
15101
15101
|
}
|
15102
15102
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
15103
15103
|
class NC extends Li {
|
@@ -15163,7 +15163,7 @@ class Si extends PC {
|
|
15163
15163
|
*/
|
15164
15164
|
async acquireToken(e) {
|
15165
15165
|
this.performanceClient.addQueueMeasurement(R.NativeInteractionClientAcquireToken, e.correlationId), this.logger.trace("NativeInteractionClient - acquireToken called.");
|
15166
|
-
const t = this.performanceClient.startMeasurement(R.NativeInteractionClientAcquireToken, e.correlationId), n =
|
15166
|
+
const t = this.performanceClient.startMeasurement(R.NativeInteractionClientAcquireToken, e.correlationId), n = yr();
|
15167
15167
|
try {
|
15168
15168
|
const i = await this.initializeNativeRequest(e);
|
15169
15169
|
try {
|
@@ -15193,7 +15193,7 @@ class Si extends PC {
|
|
15193
15193
|
}), f;
|
15194
15194
|
});
|
15195
15195
|
} catch (i) {
|
15196
|
-
throw i instanceof
|
15196
|
+
throw i instanceof ur && this.serverTelemetryManager.setNativeBrokerErrorCode(i.errorCode), i;
|
15197
15197
|
}
|
15198
15198
|
}
|
15199
15199
|
/**
|
@@ -15256,7 +15256,7 @@ class Si extends PC {
|
|
15256
15256
|
const h = await this.nativeMessageHandler.sendMessage(s);
|
15257
15257
|
this.validateNativeResponse(h);
|
15258
15258
|
} catch (h) {
|
15259
|
-
if (h instanceof
|
15259
|
+
if (h instanceof ur && (this.serverTelemetryManager.setNativeBrokerErrorCode(h.errorCode), yi(h)))
|
15260
15260
|
throw h;
|
15261
15261
|
}
|
15262
15262
|
this.browserStorage.setTemporaryCache(Fe.NATIVE_REQUEST, JSON.stringify(i), !0);
|
@@ -15283,7 +15283,7 @@ class Si extends PC {
|
|
15283
15283
|
const c = {
|
15284
15284
|
method: Ro.GetToken,
|
15285
15285
|
request: s
|
15286
|
-
}, u =
|
15286
|
+
}, u = yr();
|
15287
15287
|
try {
|
15288
15288
|
this.logger.verbose("NativeInteractionClient - handleRedirectPromise sending message to native broker.");
|
15289
15289
|
const h = await this.nativeMessageHandler.sendMessage(c);
|
@@ -15312,7 +15312,7 @@ class Si extends PC {
|
|
15312
15312
|
async handleNativeResponse(e, t, n) {
|
15313
15313
|
var g;
|
15314
15314
|
this.logger.trace("NativeInteractionClient - handleNativeResponse called.");
|
15315
|
-
const i = Fo(e.id_token,
|
15315
|
+
const i = Fo(e.id_token, pr), s = this.createHomeAccountIdentifier(e, i), c = (g = this.browserStorage.getAccountInfoFilteredBy({
|
15316
15316
|
nativeAccountId: t.accountId
|
15317
15317
|
})) == null ? void 0 : g.homeAccountId;
|
15318
15318
|
if (s !== c && e.account.id !== t.accountId)
|
@@ -15323,7 +15323,7 @@ class Si extends PC {
|
|
15323
15323
|
this.browserStorage,
|
15324
15324
|
u,
|
15325
15325
|
s,
|
15326
|
-
|
15326
|
+
pr,
|
15327
15327
|
i,
|
15328
15328
|
e.client_info,
|
15329
15329
|
void 0,
|
@@ -15343,7 +15343,7 @@ class Si extends PC {
|
|
15343
15343
|
* @returns
|
15344
15344
|
*/
|
15345
15345
|
createHomeAccountIdentifier(e, t) {
|
15346
|
-
return yt.generateHomeAccountId(e.client_info || N.EMPTY_STRING,
|
15346
|
+
return yt.generateHomeAccountId(e.client_info || N.EMPTY_STRING, Yn.Default, this.logger, this.browserCrypto, t);
|
15347
15347
|
}
|
15348
15348
|
/**
|
15349
15349
|
* Helper to generate scopes
|
@@ -15432,7 +15432,7 @@ class Si extends PC {
|
|
15432
15432
|
* @param reqTimestamp
|
15433
15433
|
*/
|
15434
15434
|
cacheNativeTokens(e, t, n, i, s, c, u) {
|
15435
|
-
const h = sl(n, t.authority, e.id_token || "", t.clientId, i.tid || ""), f = t.tokenType === $e.POP ? N.SHR_NONCE_VALIDITY : (typeof e.expires_in == "string" ? parseInt(e.expires_in, 10) : e.expires_in) || 0, g = u + f, p = this.generateScopes(e, t), y = cl(n, t.authority, s, t.clientId, i.tid || c, p.printScopes(), g, 0,
|
15435
|
+
const h = sl(n, t.authority, e.id_token || "", t.clientId, i.tid || ""), f = t.tokenType === $e.POP ? N.SHR_NONCE_VALIDITY : (typeof e.expires_in == "string" ? parseInt(e.expires_in, 10) : e.expires_in) || 0, g = u + f, p = this.generateScopes(e, t), y = cl(n, t.authority, s, t.clientId, i.tid || c, p.printScopes(), g, 0, pr, void 0, t.tokenType, void 0, t.keyId), E = {
|
15436
15436
|
idToken: h,
|
15437
15437
|
accessToken: y
|
15438
15438
|
};
|
@@ -15583,7 +15583,7 @@ class Si extends PC {
|
|
15583
15583
|
}
|
15584
15584
|
}
|
15585
15585
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
15586
|
-
class
|
15586
|
+
class dr {
|
15587
15587
|
constructor(e, t, n, i) {
|
15588
15588
|
this.logger = e, this.handshakeTimeoutMs = t, this.extensionId = i, this.resolvers = /* @__PURE__ */ new Map(), this.handshakeResolvers = /* @__PURE__ */ new Map(), this.messageChannel = new MessageChannel(), this.windowListener = this.onWindowMessage.bind(this), this.performanceClient = n, this.handshakeEvent = n.startMeasurement(R.NativeMessageHandlerHandshake);
|
15589
15589
|
}
|
@@ -15613,10 +15613,10 @@ class ur {
|
|
15613
15613
|
static async createProvider(e, t, n) {
|
15614
15614
|
e.trace("NativeMessageHandler - createProvider called.");
|
15615
15615
|
try {
|
15616
|
-
const i = new
|
15616
|
+
const i = new dr(e, t, n, Ei.PREFERRED_EXTENSION_ID);
|
15617
15617
|
return await i.sendHandshakeRequest(), i;
|
15618
15618
|
} catch {
|
15619
|
-
const s = new
|
15619
|
+
const s = new dr(e, t, n);
|
15620
15620
|
return await s.sendHandshakeRequest(), s;
|
15621
15621
|
}
|
15622
15622
|
}
|
@@ -15862,7 +15862,7 @@ class ZL extends Li {
|
|
15862
15862
|
requestAzureCloudOptions: i.azureCloudOptions,
|
15863
15863
|
requestExtraQueryParameters: i.extraQueryParameters,
|
15864
15864
|
account: i.account
|
15865
|
-
}), h =
|
15865
|
+
}), h = dr.isNativeAvailable(this.config, this.logger, this.nativeMessageHandler, e.authenticationScheme);
|
15866
15866
|
let f;
|
15867
15867
|
h && (f = this.performanceClient.startMeasurement(R.FetchAccountIdWithNativeBroker, e.correlationId));
|
15868
15868
|
const g = await u.getAuthCodeUrl({
|
@@ -15871,13 +15871,13 @@ class ZL extends Li {
|
|
15871
15871
|
}), p = new lf(u, this.browserStorage, c, this.logger, this.performanceClient), y = this.initiateAuthRequest(g, t);
|
15872
15872
|
this.eventHandler.emitEvent(ue.POPUP_OPENED, oe.Popup, { popupWindow: y }, null);
|
15873
15873
|
const E = await this.monitorPopupForHash(y, t.popupWindowParent), w = Bo(DC, R.DeserializeResponse, this.logger, this.performanceClient, this.correlationId)(E, this.config.auth.OIDCOptions.serverResponseType, this.logger);
|
15874
|
-
if (
|
15874
|
+
if (lr.removeThrottle(this.browserStorage, this.config.auth.clientId, c), w.accountId) {
|
15875
15875
|
if (this.logger.verbose("Account id found in hash, calling WAM for token"), f && f.end({
|
15876
15876
|
success: !0,
|
15877
15877
|
isNativeBroker: !0
|
15878
15878
|
}), !this.nativeMessageHandler)
|
15879
15879
|
throw Q(Ya);
|
15880
|
-
const P = new Si(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, Ge.acquireTokenPopup, this.performanceClient, this.nativeMessageHandler, w.accountId, this.nativeStorage, i.correlationId), { userRequestState: W } =
|
15880
|
+
const P = new Si(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, Ge.acquireTokenPopup, this.performanceClient, this.nativeMessageHandler, w.accountId, this.nativeStorage, i.correlationId), { userRequestState: W } = Zn.parseRequestState(this.browserCrypto, i.state);
|
15881
15881
|
return await P.acquireToken({
|
15882
15882
|
...i,
|
15883
15883
|
state: W,
|
@@ -16150,7 +16150,7 @@ class tU extends Li {
|
|
16150
16150
|
account: t.account
|
16151
16151
|
}), u = new sv(c, this.browserStorage, s, this.logger, this.performanceClient), h = await c.getAuthCodeUrl({
|
16152
16152
|
...t,
|
16153
|
-
nativeBroker:
|
16153
|
+
nativeBroker: dr.isNativeAvailable(this.config, this.logger, this.nativeMessageHandler, e.authenticationScheme)
|
16154
16154
|
}), f = this.getRedirectStartPage(e.redirectStartPage);
|
16155
16155
|
return this.logger.verbosePii(`Redirect start page: ${f}`), window.addEventListener("pageshow", i), await u.initiateAuthRequest(h, {
|
16156
16156
|
navigationClient: this.navigationClient,
|
@@ -16237,7 +16237,7 @@ class tU extends Li {
|
|
16237
16237
|
if (this.logger.verbose("handleResponse called, retrieved cached request"), e.accountId) {
|
16238
16238
|
if (this.logger.verbose("Account id found in hash, calling WAM for token"), !this.nativeMessageHandler)
|
16239
16239
|
throw Q(Ya);
|
16240
|
-
const h = new Si(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, Ge.acquireTokenPopup, this.performanceClient, this.nativeMessageHandler, e.accountId, this.nativeStorage, i.correlationId), { userRequestState: f } =
|
16240
|
+
const h = new Si(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, Ge.acquireTokenPopup, this.performanceClient, this.nativeMessageHandler, e.accountId, this.nativeStorage, i.correlationId), { userRequestState: f } = Zn.parseRequestState(this.browserCrypto, n);
|
16241
16241
|
return h.acquireToken({
|
16242
16242
|
...i,
|
16243
16243
|
state: f,
|
@@ -16251,7 +16251,7 @@ class tU extends Li {
|
|
16251
16251
|
if (!s)
|
16252
16252
|
throw Q(Qh);
|
16253
16253
|
const c = await $(this.createAuthCodeClient.bind(this), R.StandardInteractionClientCreateAuthCodeClient, this.logger, this.performanceClient, this.correlationId)({ serverTelemetryManager: t, requestAuthority: s });
|
16254
|
-
return
|
16254
|
+
return lr.removeThrottle(this.browserStorage, this.config.auth.clientId, i), new sv(c, this.browserStorage, i, this.logger, this.performanceClient).handleCodeResponse(e, n);
|
16255
16255
|
}
|
16256
16256
|
/**
|
16257
16257
|
* Use to log out the current user, and redirect the user to the postLogoutRedirectUri.
|
@@ -16410,12 +16410,12 @@ class sU extends Li {
|
|
16410
16410
|
this.performanceClient.addQueueMeasurement(R.SilentIframeClientTokenHelper, n);
|
16411
16411
|
const i = await $(this.initializeAuthorizationCodeRequest.bind(this), R.StandardInteractionClientInitializeAuthorizationCodeRequest, this.logger, this.performanceClient, n)(t), s = await $(e.getAuthCodeUrl.bind(e), R.GetAuthCodeUrl, this.logger, this.performanceClient, n)({
|
16412
16412
|
...t,
|
16413
|
-
nativeBroker:
|
16413
|
+
nativeBroker: dr.isNativeAvailable(this.config, this.logger, this.nativeMessageHandler, t.authenticationScheme)
|
16414
16414
|
}), c = new lf(e, this.browserStorage, i, this.logger, this.performanceClient), u = await $(nU, R.SilentHandlerInitiateAuthRequest, this.logger, this.performanceClient, n)(s, this.performanceClient, this.logger, n, this.config.system.navigateFrameWait), h = this.config.auth.OIDCOptions.serverResponseType, f = await $(rU, R.SilentHandlerMonitorIframeForHash, this.logger, this.performanceClient, n)(u, this.config.system.iframeHashTimeout, this.config.system.pollIntervalMilliseconds, this.performanceClient, this.logger, n, h), g = Bo(DC, R.DeserializeResponse, this.logger, this.performanceClient, this.correlationId)(f, h, this.logger);
|
16415
16415
|
if (g.accountId) {
|
16416
16416
|
if (this.logger.verbose("Account id found in hash, calling WAM for token"), !this.nativeMessageHandler)
|
16417
16417
|
throw Q(Ya);
|
16418
|
-
const p = new Si(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, this.apiId, this.performanceClient, this.nativeMessageHandler, g.accountId, this.browserStorage, n), { userRequestState: y } =
|
16418
|
+
const p = new Si(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, this.apiId, this.performanceClient, this.nativeMessageHandler, g.accountId, this.browserStorage, n), { userRequestState: y } = Zn.parseRequestState(this.browserCrypto, t.state);
|
16419
16419
|
return $(p.acquireToken.bind(p), R.NativeInteractionClientAcquireToken, this.logger, this.performanceClient, n)({
|
16420
16420
|
...t,
|
16421
16421
|
state: y,
|
@@ -16491,7 +16491,7 @@ class lU {
|
|
16491
16491
|
loadExternalTokens(e, t, n) {
|
16492
16492
|
if (!this.isBrowserEnvironment)
|
16493
16493
|
throw Q(ml);
|
16494
|
-
const i = t.id_token ? Fo(t.id_token,
|
16494
|
+
const i = t.id_token ? Fo(t.id_token, pr) : void 0, s = {
|
16495
16495
|
protocolMode: this.config.auth.protocolMode,
|
16496
16496
|
knownAuthorities: this.config.auth.knownAuthorities,
|
16497
16497
|
cloudDiscoveryMetadata: this.config.auth.cloudDiscoveryMetadata,
|
@@ -16524,7 +16524,7 @@ class lU {
|
|
16524
16524
|
this.storage,
|
16525
16525
|
i,
|
16526
16526
|
s,
|
16527
|
-
|
16527
|
+
pr,
|
16528
16528
|
n,
|
16529
16529
|
t,
|
16530
16530
|
i.hostnameAndPort,
|
@@ -16569,7 +16569,7 @@ class lU {
|
|
16569
16569
|
} else return this.logger.error("TokenCache - no expiration set on the access token. Cannot add it to the cache."), null;
|
16570
16570
|
else return this.logger.verbose("TokenCache - no access token found in response"), null;
|
16571
16571
|
this.logger.verbose("TokenCache - loading access token");
|
16572
|
-
const u = t.scope ? ct.fromString(t.scope) : new ct(e.scopes), h = c.expiresOn || t.expires_in + (/* @__PURE__ */ new Date()).getTime() / 1e3, f = c.extendedExpiresOn || (t.ext_expires_in || t.expires_in) + (/* @__PURE__ */ new Date()).getTime() / 1e3, g = cl(n, i, t.access_token, this.config.auth.clientId, s, u.printScopes(), h, f,
|
16572
|
+
const u = t.scope ? ct.fromString(t.scope) : new ct(e.scopes), h = c.expiresOn || t.expires_in + (/* @__PURE__ */ new Date()).getTime() / 1e3, f = c.extendedExpiresOn || (t.ext_expires_in || t.expires_in) + (/* @__PURE__ */ new Date()).getTime() / 1e3, g = cl(n, i, t.access_token, this.config.auth.clientId, s, u.printScopes(), h, f, pr);
|
16573
16573
|
return this.storage.setAccessTokenCredential(g), g;
|
16574
16574
|
}
|
16575
16575
|
/**
|
@@ -16682,7 +16682,7 @@ class dU extends Li {
|
|
16682
16682
|
}
|
16683
16683
|
}
|
16684
16684
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
16685
|
-
function
|
16685
|
+
function ar(r) {
|
16686
16686
|
const e = r == null ? void 0 : r.idTokenClaims;
|
16687
16687
|
if (e != null && e.tfp || e != null && e.acr)
|
16688
16688
|
return "B2C";
|
@@ -16756,7 +16756,7 @@ class yl {
|
|
16756
16756
|
const t = (e == null ? void 0 : e.correlationId) || this.getRequestCorrelationId(), n = this.config.system.allowNativeBroker, i = this.performanceClient.startMeasurement(R.InitializeClientApplication, t);
|
16757
16757
|
if (this.eventHandler.emitEvent(ue.INITIALIZE_START), n)
|
16758
16758
|
try {
|
16759
|
-
this.nativeExtensionProvider = await
|
16759
|
+
this.nativeExtensionProvider = await dr.createProvider(this.logger, this.config.system.nativeBrokerHandshakeTimeout, this.performanceClient);
|
16760
16760
|
} catch (s) {
|
16761
16761
|
this.logger.verbose(s);
|
16762
16762
|
}
|
@@ -16784,7 +16784,7 @@ class yl {
|
|
16784
16784
|
* @returns
|
16785
16785
|
*/
|
16786
16786
|
async handleRedirectPromiseInternal(e) {
|
16787
|
-
const t = this.getAllAccounts(), n = this.browserStorage.getCachedNativeRequest(), i = n &&
|
16787
|
+
const t = this.getAllAccounts(), n = this.browserStorage.getCachedNativeRequest(), i = n && dr.isNativeAvailable(this.config, this.logger, this.nativeExtensionProvider) && this.nativeExtensionProvider && !e, s = i ? n == null ? void 0 : n.correlationId : this.browserStorage.getTemporaryCache(Fe.CORRELATION_ID, !0) || "", c = this.performanceClient.startMeasurement(R.AcquireTokenRedirect, s);
|
16788
16788
|
this.eventHandler.emitEvent(ue.HANDLE_REDIRECT_START, oe.Redirect);
|
16789
16789
|
let u;
|
16790
16790
|
if (i && this.nativeExtensionProvider) {
|
@@ -16798,7 +16798,7 @@ class yl {
|
|
16798
16798
|
}
|
16799
16799
|
return u.then((h) => (h ? (t.length < this.getAllAccounts().length ? (this.eventHandler.emitEvent(ue.LOGIN_SUCCESS, oe.Redirect, h), this.logger.verbose("handleRedirectResponse returned result, login success")) : (this.eventHandler.emitEvent(ue.ACQUIRE_TOKEN_SUCCESS, oe.Redirect, h), this.logger.verbose("handleRedirectResponse returned result, acquire token success")), c.end({
|
16800
16800
|
success: !0,
|
16801
|
-
accountType:
|
16801
|
+
accountType: ar(h.account)
|
16802
16802
|
})) : c.event.errorCode ? c.end({ success: !1 }) : c.discard(), this.eventHandler.emitEvent(ue.HANDLE_REDIRECT_END, oe.Redirect), h)).catch((h) => {
|
16803
16803
|
const f = h;
|
16804
16804
|
throw t.length > 0 ? this.eventHandler.emitEvent(ue.ACQUIRE_TOKEN_FAILURE, oe.Redirect, null, f) : this.eventHandler.emitEvent(ue.LOGIN_FAILURE, oe.Redirect, null, f), this.eventHandler.emitEvent(ue.HANDLE_REDIRECT_END, oe.Redirect), c.end({
|
@@ -16820,7 +16820,7 @@ class yl {
|
|
16820
16820
|
this.logger.verbose("acquireTokenRedirect called", t);
|
16821
16821
|
const n = this.performanceClient.startMeasurement(R.AcquireTokenPreRedirect, t);
|
16822
16822
|
n.add({
|
16823
|
-
accountType:
|
16823
|
+
accountType: ar(e.account),
|
16824
16824
|
scenarioId: e.scenarioId
|
16825
16825
|
});
|
16826
16826
|
const i = e.onRedirectNavigate;
|
@@ -16841,9 +16841,9 @@ class yl {
|
|
16841
16841
|
rv(this.initialized, this.config), this.browserStorage.setInteractionInProgress(!0), s ? this.eventHandler.emitEvent(ue.ACQUIRE_TOKEN_START, oe.Redirect, e) : this.eventHandler.emitEvent(ue.LOGIN_START, oe.Redirect, e);
|
16842
16842
|
let c;
|
16843
16843
|
return this.nativeExtensionProvider && this.canUseNative(e) ? c = new Si(this.config, this.browserStorage, this.browserCrypto, this.logger, this.eventHandler, this.navigationClient, Ge.acquireTokenRedirect, this.performanceClient, this.nativeExtensionProvider, this.getNativeAccountId(e), this.nativeInternalStorage, t).acquireTokenRedirect(e, n).catch((h) => {
|
16844
|
-
if (h instanceof
|
16844
|
+
if (h instanceof ur && yi(h))
|
16845
16845
|
return this.nativeExtensionProvider = void 0, this.createRedirectClient(t).acquireToken(e);
|
16846
|
-
if (h instanceof
|
16846
|
+
if (h instanceof er)
|
16847
16847
|
return this.logger.verbose("acquireTokenRedirect - Resolving interaction required error thrown by native broker by falling back to web flow"), this.createRedirectClient(t).acquireToken(e);
|
16848
16848
|
throw this.browserStorage.setInteractionInProgress(!1), h;
|
16849
16849
|
}) : c = this.createRedirectClient(t).acquireToken(e), await c;
|
@@ -16864,7 +16864,7 @@ class yl {
|
|
16864
16864
|
const t = this.getRequestCorrelationId(e), n = this.performanceClient.startMeasurement(R.AcquireTokenPopup, t);
|
16865
16865
|
n.add({
|
16866
16866
|
scenarioId: e.scenarioId,
|
16867
|
-
accountType:
|
16867
|
+
accountType: ar(e.account)
|
16868
16868
|
});
|
16869
16869
|
try {
|
16870
16870
|
this.logger.verbose("acquireTokenPopup called", t), ic(this.initialized, n), this.browserStorage.setInteractionInProgress(!0);
|
@@ -16880,18 +16880,18 @@ class yl {
|
|
16880
16880
|
}, Ge.acquireTokenPopup).then((c) => (this.browserStorage.setInteractionInProgress(!1), n.end({
|
16881
16881
|
success: !0,
|
16882
16882
|
isNativeBroker: !0,
|
16883
|
-
accountType:
|
16883
|
+
accountType: ar(c.account)
|
16884
16884
|
}), c)).catch((c) => {
|
16885
|
-
if (c instanceof
|
16885
|
+
if (c instanceof ur && yi(c))
|
16886
16886
|
return this.nativeExtensionProvider = void 0, this.createPopupClient(t).acquireToken(e);
|
16887
|
-
if (c instanceof
|
16887
|
+
if (c instanceof er)
|
16888
16888
|
return this.logger.verbose("acquireTokenPopup - Resolving interaction required error thrown by native broker by falling back to web flow"), this.createPopupClient(t).acquireToken(e);
|
16889
16889
|
throw this.browserStorage.setInteractionInProgress(!1), c;
|
16890
16890
|
}) : s = this.createPopupClient(t).acquireToken(e), s.then((c) => (i.length < this.getAllAccounts().length ? this.eventHandler.emitEvent(ue.LOGIN_SUCCESS, oe.Popup, c) : this.eventHandler.emitEvent(ue.ACQUIRE_TOKEN_SUCCESS, oe.Popup, c), n.end({
|
16891
16891
|
success: !0,
|
16892
16892
|
accessTokenSize: c.accessToken.length,
|
16893
16893
|
idTokenSize: c.idToken.length,
|
16894
|
-
accountType:
|
16894
|
+
accountType: ar(c.account)
|
16895
16895
|
}), c)).catch((c) => (i.length > 0 ? this.eventHandler.emitEvent(ue.ACQUIRE_TOKEN_FAILURE, oe.Popup, null, c) : this.eventHandler.emitEvent(ue.LOGIN_FAILURE, oe.Popup, null, c), n.end({
|
16896
16896
|
success: !1
|
16897
16897
|
}, c), Promise.reject(c)));
|
@@ -16929,13 +16929,13 @@ class yl {
|
|
16929
16929
|
};
|
16930
16930
|
this.ssoSilentMeasurement = this.performanceClient.startMeasurement(R.SsoSilent, t), (s = this.ssoSilentMeasurement) == null || s.add({
|
16931
16931
|
scenarioId: e.scenarioId,
|
16932
|
-
accountType:
|
16932
|
+
accountType: ar(e.account)
|
16933
16933
|
}), ic(this.initialized, this.ssoSilentMeasurement), (c = this.ssoSilentMeasurement) == null || c.increment({
|
16934
16934
|
visibilityChangeCount: 0
|
16935
16935
|
}), document.addEventListener("visibilitychange", this.trackPageVisibilityWithMeasurement), this.logger.verbose("ssoSilent called", t), this.eventHandler.emitEvent(ue.SSO_SILENT_START, oe.Silent, n);
|
16936
16936
|
let i;
|
16937
16937
|
return this.canUseNative(n) ? i = this.acquireTokenNative(n, Ge.ssoSilent).catch((u) => {
|
16938
|
-
if (u instanceof
|
16938
|
+
if (u instanceof ur && yi(u))
|
16939
16939
|
return this.nativeExtensionProvider = void 0, this.createSilentIframeClient(n.correlationId).acquireToken(n);
|
16940
16940
|
throw u;
|
16941
16941
|
}) : i = this.createSilentIframeClient(n.correlationId).acquireToken(n), i.then((u) => {
|
@@ -16945,7 +16945,7 @@ class yl {
|
|
16945
16945
|
isNativeBroker: u.fromNativeBroker,
|
16946
16946
|
accessTokenSize: u.accessToken.length,
|
16947
16947
|
idTokenSize: u.idToken.length,
|
16948
|
-
accountType:
|
16948
|
+
accountType: ar(u.account)
|
16949
16949
|
}), u;
|
16950
16950
|
}).catch((u) => {
|
16951
16951
|
var h;
|
@@ -16985,7 +16985,7 @@ class yl {
|
|
16985
16985
|
isNativeBroker: c.fromNativeBroker,
|
16986
16986
|
accessTokenSize: c.accessToken.length,
|
16987
16987
|
idTokenSize: c.idToken.length,
|
16988
|
-
accountType:
|
16988
|
+
accountType: ar(c.account)
|
16989
16989
|
}), c)).catch((c) => {
|
16990
16990
|
throw this.hybridAuthCodeResponses.delete(i), this.eventHandler.emitEvent(ue.ACQUIRE_TOKEN_BY_CODE_FAILURE, oe.Silent, null, c), n.end({
|
16991
16991
|
success: !1
|
@@ -16997,10 +16997,10 @@ class yl {
|
|
16997
16997
|
...e,
|
16998
16998
|
correlationId: t
|
16999
16999
|
}, Ge.acquireTokenByCode, e.nativeAccountId).catch((s) => {
|
17000
|
-
throw s instanceof
|
17000
|
+
throw s instanceof ur && yi(s) && (this.nativeExtensionProvider = void 0), s;
|
17001
17001
|
});
|
17002
17002
|
return n.end({
|
17003
|
-
accountType:
|
17003
|
+
accountType: ar(i.account),
|
17004
17004
|
success: !0
|
17005
17005
|
}), i;
|
17006
17006
|
} else
|
@@ -17220,7 +17220,7 @@ class yl {
|
|
17220
17220
|
* @param request
|
17221
17221
|
*/
|
17222
17222
|
canUseNative(e, t) {
|
17223
|
-
if (this.logger.trace("canUseNative called"), !
|
17223
|
+
if (this.logger.trace("canUseNative called"), !dr.isNativeAvailable(this.config, this.logger, this.nativeExtensionProvider, e.authenticationScheme))
|
17224
17224
|
return this.logger.trace("canUseNative: isNativeAvailable returned false, returning false"), !1;
|
17225
17225
|
if (e.prompt)
|
17226
17226
|
switch (e.prompt) {
|
@@ -17456,7 +17456,7 @@ class yl {
|
|
17456
17456
|
const i = e.account || this.getActiveAccount();
|
17457
17457
|
if (!i)
|
17458
17458
|
throw Q(oC);
|
17459
|
-
n.add({ accountType:
|
17459
|
+
n.add({ accountType: ar(i) });
|
17460
17460
|
const s = {
|
17461
17461
|
clientId: this.config.auth.clientId,
|
17462
17462
|
authority: e.authority || N.EMPTY_STRING,
|
@@ -17556,8 +17556,8 @@ class yl {
|
|
17556
17556
|
* @returns
|
17557
17557
|
*/
|
17558
17558
|
async acquireTokenSilentNoIframe(e, t) {
|
17559
|
-
return
|
17560
|
-
throw n instanceof
|
17559
|
+
return dr.isNativeAvailable(this.config, this.logger, this.nativeExtensionProvider, e.authenticationScheme) && e.account.nativeAccountId ? (this.logger.verbose("acquireTokenSilent - attempting to acquire token from native platform"), this.acquireTokenNative(e, Ge.acquireTokenSilent_silentFlow).catch(async (n) => {
|
17560
|
+
throw n instanceof ur && yi(n) ? (this.logger.verbose("acquireTokenSilent - native platform unavailable, falling back to web flow"), this.nativeExtensionProvider = void 0, F(Nr)) : n;
|
17561
17561
|
})) : (this.logger.verbose("acquireTokenSilent - attempting to acquire token from web flow"), $(this.acquireTokenFromCache.bind(this), R.AcquireTokenFromCache, this.logger, this.performanceClient, e.correlationId)(e, t).catch((n) => {
|
17562
17562
|
if (t === hn.AccessToken)
|
17563
17563
|
throw n;
|
@@ -17566,7 +17566,7 @@ class yl {
|
|
17566
17566
|
}
|
17567
17567
|
}
|
17568
17568
|
function hU(r, e) {
|
17569
|
-
const t = !(r instanceof
|
17569
|
+
const t = !(r instanceof er && // For refresh token errors, bad_token does not always require interaction (silently resolvable)
|
17570
17570
|
r.subError !== hl), n = r.errorCode === fn.INVALID_GRANT_ERROR || r.errorCode === Nr, i = t && n || r.errorCode === qc || r.errorCode === Wh, s = Yx.includes(e);
|
17571
17571
|
return i && s;
|
17572
17572
|
}
|
@@ -17951,20 +17951,20 @@ function LC() {
|
|
17951
17951
|
setJToken: r
|
17952
17952
|
};
|
17953
17953
|
}
|
17954
|
-
const vU = () => process.env.JPLAN_WEBAPP__URL_AUTH || "http://localhost:5173/_/dashboard",
|
17954
|
+
const vU = () => process.env.JPLAN_WEBAPP__URL_AUTH || "http://localhost:5173/_/dashboard", Gn = te(null), ac = te(null);
|
17955
17955
|
function UC() {
|
17956
|
-
const { setJToken: r } = LC(), e = Ft(() => !!
|
17956
|
+
const { setJToken: r } = LC(), e = Ft(() => !!Gn.value), t = Ft(() => Gn.value);
|
17957
17957
|
async function n(f) {
|
17958
17958
|
if (!e.value)
|
17959
17959
|
switch (f) {
|
17960
17960
|
case "redirect":
|
17961
|
-
await
|
17961
|
+
await c();
|
17962
17962
|
break;
|
17963
17963
|
case "tab":
|
17964
17964
|
await i();
|
17965
17965
|
break;
|
17966
17966
|
default:
|
17967
|
-
await
|
17967
|
+
await c();
|
17968
17968
|
break;
|
17969
17969
|
}
|
17970
17970
|
}
|
@@ -17981,7 +17981,7 @@ function UC() {
|
|
17981
17981
|
clearInterval(w), console.error("Authentication canceled or timeout reached."), g("Authentication canceled or timeout reached.");
|
17982
17982
|
return;
|
17983
17983
|
}
|
17984
|
-
Object.keys(localStorage).some((P) => P.startsWith("msal.account.keys")) && (clearInterval(w),
|
17984
|
+
Object.keys(localStorage).some((P) => P.startsWith("msal.account.keys")) && (clearInterval(w), s(), p.close(), f());
|
17985
17985
|
}, 500);
|
17986
17986
|
} catch (p) {
|
17987
17987
|
console.error("Error in handleRedirect:", p), g(p);
|
@@ -17990,33 +17990,29 @@ function UC() {
|
|
17990
17990
|
try {
|
17991
17991
|
await zt.initialize();
|
17992
17992
|
const f = zt.getActiveAccount();
|
17993
|
-
if (
|
17994
|
-
|
17995
|
-
|
17996
|
-
|
17997
|
-
|
17998
|
-
await zt.initialize();
|
17999
|
-
const p = yU();
|
18000
|
-
await zt.loginRedirect(p);
|
18001
|
-
return;
|
17993
|
+
if (f)
|
17994
|
+
Gn.value = f;
|
17995
|
+
else {
|
17996
|
+
const g = await zt.handleRedirectPromise();
|
17997
|
+
g ? (zt.setActiveAccount(g.account), Gn.value = zt.getActiveAccount()) : console.error("Falha na autenticação");
|
18002
17998
|
}
|
18003
17999
|
} catch (f) {
|
18004
|
-
console.error("
|
18000
|
+
console.error("Erro no processo de autenticação:", f);
|
18005
18001
|
}
|
18002
|
+
Gn.value && await r(Gn.value);
|
18006
18003
|
}, c = async () => {
|
18007
18004
|
try {
|
18008
18005
|
await zt.initialize();
|
18009
|
-
const f = zt.
|
18010
|
-
if (f)
|
18011
|
-
|
18012
|
-
|
18013
|
-
|
18014
|
-
g ? (zt.setActiveAccount(g.account), Pr.value = zt.getActiveAccount()) : console.error("Falha na autenticação");
|
18006
|
+
const f = await zt.handleRedirectPromise();
|
18007
|
+
if (!f || zt.getAllAccounts().length === 0) {
|
18008
|
+
const g = yU();
|
18009
|
+
await zt.loginRedirect(g);
|
18010
|
+
return;
|
18015
18011
|
}
|
18012
|
+
zt.setActiveAccount(f.account), Gn.value = zt.getActiveAccount(), Gn.value && await r(Gn.value);
|
18016
18013
|
} catch (f) {
|
18017
|
-
console.error("
|
18014
|
+
console.error("handleRedirect failed", f);
|
18018
18015
|
}
|
18019
|
-
Pr.value && await r(Pr.value);
|
18020
18016
|
};
|
18021
18017
|
async function u() {
|
18022
18018
|
ac.value = "updating";
|
@@ -18024,7 +18020,7 @@ function UC() {
|
|
18024
18020
|
const f = await zt.acquireTokenSilent({
|
18025
18021
|
scopes: ["https://graph.microsoft.com/.default", "openid", "profile"]
|
18026
18022
|
});
|
18027
|
-
zt.setActiveAccount(f.account), await r(
|
18023
|
+
zt.setActiveAccount(f.account), await r(Gn.value), ac.value = "updated";
|
18028
18024
|
} catch (f) {
|
18029
18025
|
console.error("Falha ao renovar token, forçando novo login.", f), ac.value = "error", await n();
|
18030
18026
|
}
|
@@ -18039,7 +18035,7 @@ function UC() {
|
|
18039
18035
|
}
|
18040
18036
|
};
|
18041
18037
|
return Di(
|
18042
|
-
|
18038
|
+
Gn,
|
18043
18039
|
async (f, g) => {
|
18044
18040
|
var y, E, w;
|
18045
18041
|
if (((y = f == null ? void 0 : f.idTokenClaims) == null ? void 0 : y.exp) === ((E = g == null ? void 0 : g.idTokenClaims) == null ? void 0 : E.exp)) return;
|
@@ -18074,11 +18070,11 @@ function HC(r, e) {
|
|
18074
18070
|
const { toString: _U } = Object.prototype, { getPrototypeOf: df } = Object, _l = /* @__PURE__ */ ((r) => (e) => {
|
18075
18071
|
const t = _U.call(e);
|
18076
18072
|
return r[t] || (r[t] = t.slice(8, -1).toLowerCase());
|
18077
|
-
})(/* @__PURE__ */ Object.create(null)),
|
18073
|
+
})(/* @__PURE__ */ Object.create(null)), nr = (r) => (r = r.toLowerCase(), (e) => _l(e) === r), Cl = (r) => (e) => typeof e === r, { isArray: Ui } = Array, Ba = Cl("undefined");
|
18078
18074
|
function CU(r) {
|
18079
18075
|
return r !== null && !Ba(r) && r.constructor !== null && !Ba(r.constructor) && yn(r.constructor.isBuffer) && r.constructor.isBuffer(r);
|
18080
18076
|
}
|
18081
|
-
const FC =
|
18077
|
+
const FC = nr("ArrayBuffer");
|
18082
18078
|
function wU(r) {
|
18083
18079
|
let e;
|
18084
18080
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? e = ArrayBuffer.isView(r) : e = r && r.buffer && FC(r.buffer), e;
|
@@ -18088,11 +18084,11 @@ const TU = Cl("string"), yn = Cl("function"), BC = Cl("number"), wl = (r) => r !
|
|
18088
18084
|
return !1;
|
18089
18085
|
const e = df(r);
|
18090
18086
|
return (e === null || e === Object.prototype || Object.getPrototypeOf(e) === null) && !(Symbol.toStringTag in r) && !(Symbol.iterator in r);
|
18091
|
-
}, AU =
|
18087
|
+
}, AU = nr("Date"), bU = nr("File"), SU = nr("Blob"), IU = nr("FileList"), RU = (r) => wl(r) && yn(r.pipe), kU = (r) => {
|
18092
18088
|
let e;
|
18093
18089
|
return r && (typeof FormData == "function" && r instanceof FormData || yn(r.append) && ((e = _l(r)) === "formdata" || // detect form-data instance
|
18094
18090
|
e === "object" && yn(r.toString) && r.toString() === "[object FormData]"));
|
18095
|
-
}, OU =
|
18091
|
+
}, OU = nr("URLSearchParams"), [PU, MU, NU, DU] = ["ReadableStream", "Request", "Response", "Headers"].map(nr), xU = (r) => r.trim ? r.trim() : r.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
18096
18092
|
function Qa(r, e, { allOwnKeys: t = !1 } = {}) {
|
18097
18093
|
if (r === null || typeof r > "u")
|
18098
18094
|
return;
|
@@ -18168,12 +18164,12 @@ const LU = (r, e, t, { allOwnKeys: n } = {}) => (Qa(e, (i, s) => {
|
|
18168
18164
|
for (; (t = r.exec(e)) !== null; )
|
18169
18165
|
n.push(t);
|
18170
18166
|
return n;
|
18171
|
-
}, WU =
|
18167
|
+
}, WU = nr("HTMLFormElement"), qU = (r) => r.toLowerCase().replace(
|
18172
18168
|
/[-_\s]([a-z\d])(\w*)/g,
|
18173
18169
|
function(t, n, i) {
|
18174
18170
|
return n.toUpperCase() + i;
|
18175
18171
|
}
|
18176
|
-
), uv = (({ hasOwnProperty: r }) => (e, t) => r.call(e, t))(Object.prototype), GU =
|
18172
|
+
), uv = (({ hasOwnProperty: r }) => (e, t) => r.call(e, t))(Object.prototype), GU = nr("RegExp"), zC = (r, e) => {
|
18177
18173
|
const t = Object.getOwnPropertyDescriptors(r), n = {};
|
18178
18174
|
Qa(t, (i, s) => {
|
18179
18175
|
let c;
|
@@ -18233,7 +18229,7 @@ const e2 = (r) => {
|
|
18233
18229
|
return n;
|
18234
18230
|
};
|
18235
18231
|
return t(r, 0);
|
18236
|
-
}, t2 =
|
18232
|
+
}, t2 = nr("AsyncFunction"), n2 = (r) => r && (wl(r) || yn(r)) && yn(r.then) && yn(r.catch), WC = ((r, e) => r ? setImmediate : e ? ((t, n) => (ko.addEventListener("message", ({ source: i, data: s }) => {
|
18237
18233
|
i === ko && s === t && n.length && n.shift()();
|
18238
18234
|
}, !1), (i) => {
|
18239
18235
|
n.push(i), ko.postMessage(t, "*");
|
@@ -18273,7 +18269,7 @@ const e2 = (r) => {
|
|
18273
18269
|
inherits: HU,
|
18274
18270
|
toFlatObject: FU,
|
18275
18271
|
kindOf: _l,
|
18276
|
-
kindOfTest:
|
18272
|
+
kindOfTest: nr,
|
18277
18273
|
endsWith: BU,
|
18278
18274
|
toArray: $U,
|
18279
18275
|
forEachEntry: zU,
|
@@ -19449,7 +19445,7 @@ function W2(r, e, t) {
|
|
19449
19445
|
const Sc = {
|
19450
19446
|
assertOptions: W2,
|
19451
19447
|
validators: Al
|
19452
|
-
},
|
19448
|
+
}, sr = Sc.validators;
|
19453
19449
|
class No {
|
19454
19450
|
constructor(e) {
|
19455
19451
|
this.defaults = e, this.interceptors = {
|
@@ -19486,17 +19482,17 @@ class No {
|
|
19486
19482
|
typeof e == "string" ? (t = t || {}, t.url = e) : t = e || {}, t = Ho(this.defaults, t);
|
19487
19483
|
const { transitional: n, paramsSerializer: i, headers: s } = t;
|
19488
19484
|
n !== void 0 && Sc.assertOptions(n, {
|
19489
|
-
silentJSONParsing:
|
19490
|
-
forcedJSONParsing:
|
19491
|
-
clarifyTimeoutError:
|
19485
|
+
silentJSONParsing: sr.transitional(sr.boolean),
|
19486
|
+
forcedJSONParsing: sr.transitional(sr.boolean),
|
19487
|
+
clarifyTimeoutError: sr.transitional(sr.boolean)
|
19492
19488
|
}, !1), i != null && (M.isFunction(i) ? t.paramsSerializer = {
|
19493
19489
|
serialize: i
|
19494
19490
|
} : Sc.assertOptions(i, {
|
19495
|
-
encode:
|
19496
|
-
serialize:
|
19491
|
+
encode: sr.function,
|
19492
|
+
serialize: sr.function
|
19497
19493
|
}, !0)), Sc.assertOptions(t, {
|
19498
|
-
baseUrl:
|
19499
|
-
withXsrfToken:
|
19494
|
+
baseUrl: sr.spelling("baseURL"),
|
19495
|
+
withXsrfToken: sr.spelling("withXSRFToken")
|
19500
19496
|
}, !0), t.method = (t.method || this.defaults.method || "get").toLowerCase();
|
19501
19497
|
let c = s && M.merge(
|
19502
19498
|
s.common,
|
@@ -19910,7 +19906,7 @@ function J2() {
|
|
19910
19906
|
["partial", ne],
|
19911
19907
|
["partialRight", Me],
|
19912
19908
|
["rearg", ft]
|
19913
|
-
], $o = "[object Arguments]", ts = "[object Array]", dw = "[object AsyncFunction]", $i = "[object Boolean]", Ki = "[object Date]", hw = "[object DOMException]", ns = "[object Error]", rs = "[object Function]", pf = "[object GeneratorFunction]", Bn = "[object Map]", zi = "[object Number]", fw = "[object Null]",
|
19909
|
+
], $o = "[object Arguments]", ts = "[object Array]", dw = "[object AsyncFunction]", $i = "[object Boolean]", Ki = "[object Date]", hw = "[object DOMException]", ns = "[object Error]", rs = "[object Function]", pf = "[object GeneratorFunction]", Bn = "[object Map]", zi = "[object Number]", fw = "[object Null]", Cr = "[object Object]", vf = "[object Promise]", gw = "[object Proxy]", Vi = "[object RegExp]", $n = "[object Set]", Wi = "[object String]", os = "[object Symbol]", mw = "[object Undefined]", qi = "[object WeakMap]", pw = "[object WeakSet]", Gi = "[object ArrayBuffer]", Ko = "[object DataView]", Sl = "[object Float32Array]", Il = "[object Float64Array]", Rl = "[object Int8Array]", kl = "[object Int16Array]", Ol = "[object Int32Array]", Pl = "[object Uint8Array]", Ml = "[object Uint8ClampedArray]", Nl = "[object Uint16Array]", Dl = "[object Uint32Array]", vw = /\b__p \+= '';/g, yw = /\b(__p \+=) '' \+/g, _w = /(__e\(.*?\)|\b__t\)) \+\n'';/g, yf = /&(?:amp|lt|gt|quot|#39);/g, _f = /[&<>"']/g, Cw = RegExp(yf.source), ww = RegExp(_f.source), Tw = /<%-([\s\S]+?)%>/g, Ew = /<%([\s\S]+?)%>/g, Cf = /<%=([\s\S]+?)%>/g, Aw = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, bw = /^\w*$/, Sw = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, xl = /[\\^$.*+?()[\]{}|]/g, Iw = RegExp(xl.source), Ll = /^\s+/, Rw = /\s/, kw = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, Ow = /\{\n\/\* \[wrapped with (.+)\] \*/, Pw = /,? & /, Mw = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, Nw = /[()=,{}\[\]\/\s]/, Dw = /\\(\\)?/g, xw = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, wf = /\w*$/, Lw = /^[-+]0x[0-9a-f]+$/i, Uw = /^0b[01]+$/i, Hw = /^\[object .+?Constructor\]$/, Fw = /^0o[0-7]+$/i, Bw = /^(?:0|[1-9]\d*)$/, $w = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, is = /($^)/, Kw = /['\n\r\u2028\u2029\\]/g, as = "\\ud800-\\udfff", zw = "\\u0300-\\u036f", Vw = "\\ufe20-\\ufe2f", Ww = "\\u20d0-\\u20ff", Tf = zw + Vw + Ww, Ef = "\\u2700-\\u27bf", Af = "a-z\\xdf-\\xf6\\xf8-\\xff", qw = "\\xac\\xb1\\xd7\\xf7", Gw = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", jw = "\\u2000-\\u206f", Yw = " \\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", bf = "A-Z\\xc0-\\xd6\\xd8-\\xde", Sf = "\\ufe0e\\ufe0f", If = qw + Gw + jw + Yw, Ul = "['’]", Jw = "[" + as + "]", Rf = "[" + If + "]", ss = "[" + Tf + "]", kf = "\\d+", Qw = "[" + Ef + "]", Of = "[" + Af + "]", Pf = "[^" + as + If + kf + Ef + Af + bf + "]", Hl = "\\ud83c[\\udffb-\\udfff]", Xw = "(?:" + ss + "|" + Hl + ")", Mf = "[^" + as + "]", Fl = "(?:\\ud83c[\\udde6-\\uddff]){2}", Bl = "[\\ud800-\\udbff][\\udc00-\\udfff]", zo = "[" + bf + "]", Nf = "\\u200d", Df = "(?:" + Of + "|" + Pf + ")", Zw = "(?:" + zo + "|" + Pf + ")", xf = "(?:" + Ul + "(?:d|ll|m|re|s|t|ve))?", Lf = "(?:" + Ul + "(?:D|LL|M|RE|S|T|VE))?", Uf = Xw + "?", Hf = "[" + Sf + "]?", eT = "(?:" + Nf + "(?:" + [Mf, Fl, Bl].join("|") + ")" + Hf + Uf + ")*", tT = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", nT = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Ff = Hf + Uf + eT, rT = "(?:" + [Qw, Fl, Bl].join("|") + ")" + Ff, oT = "(?:" + [Mf + ss + "?", ss, Fl, Bl, Jw].join("|") + ")", iT = RegExp(Ul, "g"), aT = RegExp(ss, "g"), $l = RegExp(Hl + "(?=" + Hl + ")|" + oT + Ff, "g"), sT = RegExp([
|
19914
19910
|
zo + "?" + Of + "+" + xf + "(?=" + [Rf, zo, "$"].join("|") + ")",
|
19915
19911
|
Zw + "+" + Lf + "(?=" + [Rf, zo + Df, "$"].join("|") + ")",
|
19916
19912
|
zo + "?" + Df + "+" + xf,
|
@@ -19951,9 +19947,9 @@ function J2() {
|
|
19951
19947
|
"parseInt",
|
19952
19948
|
"setTimeout"
|
19953
19949
|
], dT = -1, qe = {};
|
19954
|
-
qe[Sl] = qe[Il] = qe[Rl] = qe[kl] = qe[Ol] = qe[Pl] = qe[Ml] = qe[Nl] = qe[Dl] = !0, qe[$o] = qe[ts] = qe[Gi] = qe[$i] = qe[Ko] = qe[Ki] = qe[ns] = qe[rs] = qe[Bn] = qe[zi] = qe[
|
19950
|
+
qe[Sl] = qe[Il] = qe[Rl] = qe[kl] = qe[Ol] = qe[Pl] = qe[Ml] = qe[Nl] = qe[Dl] = !0, qe[$o] = qe[ts] = qe[Gi] = qe[$i] = qe[Ko] = qe[Ki] = qe[ns] = qe[rs] = qe[Bn] = qe[zi] = qe[Cr] = qe[Vi] = qe[$n] = qe[Wi] = qe[qi] = !1;
|
19955
19951
|
var Ve = {};
|
19956
|
-
Ve[$o] = Ve[ts] = Ve[Gi] = Ve[Ko] = Ve[$i] = Ve[Ki] = Ve[Sl] = Ve[Il] = Ve[Rl] = Ve[kl] = Ve[Ol] = Ve[Bn] = Ve[zi] = Ve[
|
19952
|
+
Ve[$o] = Ve[ts] = Ve[Gi] = Ve[Ko] = Ve[$i] = Ve[Ki] = Ve[Sl] = Ve[Il] = Ve[Rl] = Ve[kl] = Ve[Ol] = Ve[Bn] = Ve[zi] = Ve[Cr] = Ve[Vi] = Ve[$n] = Ve[Wi] = Ve[os] = Ve[Pl] = Ve[Ml] = Ve[Nl] = Ve[Dl] = !0, Ve[ns] = Ve[rs] = Ve[qi] = !1;
|
19957
19953
|
var hT = {
|
19958
19954
|
// Latin-1 Supplement block.
|
19959
19955
|
À: "A",
|
@@ -20597,7 +20593,7 @@ function J2() {
|
|
20597
20593
|
return this.size += this.has(o) ? 0 : 1, l[o] = Xi && a === t ? h : a, this;
|
20598
20594
|
}
|
20599
20595
|
uo.prototype.clear = hE, uo.prototype.delete = fE, uo.prototype.get = gE, uo.prototype.has = mE, uo.prototype.set = pE;
|
20600
|
-
function
|
20596
|
+
function wr(o) {
|
20601
20597
|
var a = -1, l = o == null ? 0 : o.length;
|
20602
20598
|
for (this.clear(); ++a < l; ) {
|
20603
20599
|
var d = o[a];
|
@@ -20625,8 +20621,8 @@ function J2() {
|
|
20625
20621
|
var l = this.__data__, d = bs(l, o);
|
20626
20622
|
return d < 0 ? (++this.size, l.push([o, a])) : l[d][1] = a, this;
|
20627
20623
|
}
|
20628
|
-
|
20629
|
-
function
|
20624
|
+
wr.prototype.clear = vE, wr.prototype.delete = yE, wr.prototype.get = _E, wr.prototype.has = CE, wr.prototype.set = wE;
|
20625
|
+
function Tr(o) {
|
20630
20626
|
var a = -1, l = o == null ? 0 : o.length;
|
20631
20627
|
for (this.clear(); ++a < l; ) {
|
20632
20628
|
var d = o[a];
|
@@ -20636,7 +20632,7 @@ function J2() {
|
|
20636
20632
|
function TE() {
|
20637
20633
|
this.size = 0, this.__data__ = {
|
20638
20634
|
hash: new uo(),
|
20639
|
-
map: new (Ji ||
|
20635
|
+
map: new (Ji || wr)(),
|
20640
20636
|
string: new uo()
|
20641
20637
|
};
|
20642
20638
|
}
|
@@ -20654,10 +20650,10 @@ function J2() {
|
|
20654
20650
|
var l = Us(this, o), d = l.size;
|
20655
20651
|
return l.set(o, a), this.size += l.size == d ? 0 : 1, this;
|
20656
20652
|
}
|
20657
|
-
|
20653
|
+
Tr.prototype.clear = TE, Tr.prototype.delete = EE, Tr.prototype.get = AE, Tr.prototype.has = bE, Tr.prototype.set = SE;
|
20658
20654
|
function ho(o) {
|
20659
20655
|
var a = -1, l = o == null ? 0 : o.length;
|
20660
|
-
for (this.__data__ = new
|
20656
|
+
for (this.__data__ = new Tr(); ++a < l; )
|
20661
20657
|
this.add(o[a]);
|
20662
20658
|
}
|
20663
20659
|
function IE(o) {
|
@@ -20668,11 +20664,11 @@ function J2() {
|
|
20668
20664
|
}
|
20669
20665
|
ho.prototype.add = ho.prototype.push = IE, ho.prototype.has = RE;
|
20670
20666
|
function zn(o) {
|
20671
|
-
var a = this.__data__ = new
|
20667
|
+
var a = this.__data__ = new wr(o);
|
20672
20668
|
this.size = a.size;
|
20673
20669
|
}
|
20674
20670
|
function kE() {
|
20675
|
-
this.__data__ = new
|
20671
|
+
this.__data__ = new wr(), this.size = 0;
|
20676
20672
|
}
|
20677
20673
|
function OE(o) {
|
20678
20674
|
var a = this.__data__, l = a.delete(o);
|
@@ -20686,11 +20682,11 @@ function J2() {
|
|
20686
20682
|
}
|
20687
20683
|
function NE(o, a) {
|
20688
20684
|
var l = this.__data__;
|
20689
|
-
if (l instanceof
|
20685
|
+
if (l instanceof wr) {
|
20690
20686
|
var d = l.__data__;
|
20691
20687
|
if (!Ji || d.length < i - 1)
|
20692
20688
|
return d.push([o, a]), this.size = ++l.size, this;
|
20693
|
-
l = this.__data__ = new
|
20689
|
+
l = this.__data__ = new Tr(d);
|
20694
20690
|
}
|
20695
20691
|
return l.set(o, a), this.size = l.size, this;
|
20696
20692
|
}
|
@@ -20702,7 +20698,7 @@ function J2() {
|
|
20702
20698
|
(x == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
20703
20699
|
m && (x == "offset" || x == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
20704
20700
|
_ && (x == "buffer" || x == "byteLength" || x == "byteOffset") || // Skip index properties.
|
20705
|
-
|
20701
|
+
Sr(x, b))) && T.push(x);
|
20706
20702
|
return T;
|
20707
20703
|
}
|
20708
20704
|
function fg(o) {
|
@@ -20716,11 +20712,11 @@ function J2() {
|
|
20716
20712
|
return Hs(jt(o));
|
20717
20713
|
}
|
20718
20714
|
function ru(o, a, l) {
|
20719
|
-
(l !== t && !Vn(o[a], l) || l === t && !(a in o)) &&
|
20715
|
+
(l !== t && !Vn(o[a], l) || l === t && !(a in o)) && Er(o, a, l);
|
20720
20716
|
}
|
20721
20717
|
function ea(o, a, l) {
|
20722
20718
|
var d = o[a];
|
20723
|
-
(!(He.call(o, a) && Vn(d, l)) || l === t && !(a in o)) &&
|
20719
|
+
(!(He.call(o, a) && Vn(d, l)) || l === t && !(a in o)) && Er(o, a, l);
|
20724
20720
|
}
|
20725
20721
|
function bs(o, a) {
|
20726
20722
|
for (var l = o.length; l--; )
|
@@ -20734,12 +20730,12 @@ function J2() {
|
|
20734
20730
|
}), d;
|
20735
20731
|
}
|
20736
20732
|
function gg(o, a) {
|
20737
|
-
return o &&
|
20733
|
+
return o && or(a, _t(a), o);
|
20738
20734
|
}
|
20739
20735
|
function UE(o, a) {
|
20740
|
-
return o &&
|
20736
|
+
return o && or(a, Jt(a), o);
|
20741
20737
|
}
|
20742
|
-
function
|
20738
|
+
function Er(o, a, l) {
|
20743
20739
|
a == "__proto__" && _s ? _s(o, a, {
|
20744
20740
|
configurable: !0,
|
20745
20741
|
enumerable: !0,
|
@@ -20769,7 +20765,7 @@ function J2() {
|
|
20769
20765
|
var H = Nt(o), q = H == rs || H == pf;
|
20770
20766
|
if (Yr(o))
|
20771
20767
|
return Hg(o, T);
|
20772
|
-
if (H ==
|
20768
|
+
if (H == Cr || H == $o || q && !m) {
|
20773
20769
|
if (C = b || q ? {} : rm(o), !T)
|
20774
20770
|
return b ? gA(o, UE(C, o)) : fA(o, gg(C, o));
|
20775
20771
|
} else {
|
@@ -20833,7 +20829,7 @@ function J2() {
|
|
20833
20829
|
}
|
20834
20830
|
return b;
|
20835
20831
|
}
|
20836
|
-
var Wr = zg(
|
20832
|
+
var Wr = zg(rr), vg = zg(au, !0);
|
20837
20833
|
function FE(o, a) {
|
20838
20834
|
var l = !0;
|
20839
20835
|
return Wr(o, function(d, m, _) {
|
@@ -20869,7 +20865,7 @@ function J2() {
|
|
20869
20865
|
return m;
|
20870
20866
|
}
|
20871
20867
|
var iu = Vg(), _g = Vg(!0);
|
20872
|
-
function
|
20868
|
+
function rr(o, a) {
|
20873
20869
|
return o && iu(o, a, _t);
|
20874
20870
|
}
|
20875
20871
|
function au(o, a) {
|
@@ -20877,13 +20873,13 @@ function J2() {
|
|
20877
20873
|
}
|
20878
20874
|
function Is(o, a) {
|
20879
20875
|
return $r(a, function(l) {
|
20880
|
-
return
|
20876
|
+
return Ir(o[l]);
|
20881
20877
|
});
|
20882
20878
|
}
|
20883
20879
|
function go(o, a) {
|
20884
20880
|
a = Gr(a, o);
|
20885
20881
|
for (var l = 0, d = a.length; o != null && l < d; )
|
20886
|
-
o = o[
|
20882
|
+
o = o[ir(a[l++])];
|
20887
20883
|
return l && l == d ? o : t;
|
20888
20884
|
}
|
20889
20885
|
function Cg(o, a, l) {
|
@@ -20927,13 +20923,13 @@ function J2() {
|
|
20927
20923
|
return x;
|
20928
20924
|
}
|
20929
20925
|
function VE(o, a, l, d) {
|
20930
|
-
return
|
20926
|
+
return rr(o, function(m, _, C) {
|
20931
20927
|
a(d, l(m), _, C);
|
20932
20928
|
}), d;
|
20933
20929
|
}
|
20934
20930
|
function na(o, a, l) {
|
20935
20931
|
a = Gr(a, o), o = sm(o, a);
|
20936
|
-
var d = o == null ? o : o[
|
20932
|
+
var d = o == null ? o : o[ir(Sn(a))];
|
20937
20933
|
return d == null ? t : nn(d, o, l);
|
20938
20934
|
}
|
20939
20935
|
function wg(o) {
|
@@ -20950,8 +20946,8 @@ function J2() {
|
|
20950
20946
|
}
|
20951
20947
|
function GE(o, a, l, d, m, _) {
|
20952
20948
|
var C = ve(o), T = ve(a), b = C ? ts : Nt(o), x = T ? ts : Nt(a);
|
20953
|
-
b = b == $o ?
|
20954
|
-
var U = b ==
|
20949
|
+
b = b == $o ? Cr : b, x = x == $o ? Cr : x;
|
20950
|
+
var U = b == Cr, H = x == Cr, q = b == x;
|
20955
20951
|
if (q && Yr(o)) {
|
20956
20952
|
if (!Yr(a))
|
20957
20953
|
return !1;
|
@@ -20999,7 +20995,7 @@ function J2() {
|
|
20999
20995
|
function Tg(o) {
|
21000
20996
|
if (!Ze(o) || OA(o))
|
21001
20997
|
return !1;
|
21002
|
-
var a =
|
20998
|
+
var a = Ir(o) ? jT : Hw;
|
21003
20999
|
return a.test(po(o));
|
21004
21000
|
}
|
21005
21001
|
function YE(o) {
|
@@ -21046,7 +21042,7 @@ function J2() {
|
|
21046
21042
|
};
|
21047
21043
|
}
|
21048
21044
|
function Sg(o, a) {
|
21049
|
-
return Ru(o) && om(a) ? im(
|
21045
|
+
return Ru(o) && om(a) ? im(ir(o), a) : function(l) {
|
21050
21046
|
var d = Hu(l, o);
|
21051
21047
|
return d === t && d === a ? Fu(l, o) : ra(a, d, w | I);
|
21052
21048
|
};
|
@@ -21070,14 +21066,14 @@ function J2() {
|
|
21070
21066
|
var U = _ ? _(T, b, l + "", o, a, C) : t, H = U === t;
|
21071
21067
|
if (H) {
|
21072
21068
|
var q = ve(b), ee = !q && Yr(b), ce = !q && !ee && ti(b);
|
21073
|
-
U = b, q || ee || ce ? ve(T) ? U = T : at(T) ? U = jt(T) : ee ? (H = !1, U = Hg(b, !0)) : ce ? (H = !1, U = Fg(b, !0)) : U = [] : ca(b) || vo(b) ? (U = T, vo(T) ? U = xm(T) : (!Ze(T) ||
|
21069
|
+
U = b, q || ee || ce ? ve(T) ? U = T : at(T) ? U = jt(T) : ee ? (H = !1, U = Hg(b, !0)) : ce ? (H = !1, U = Fg(b, !0)) : U = [] : ca(b) || vo(b) ? (U = T, vo(T) ? U = xm(T) : (!Ze(T) || Ir(T)) && (U = rm(b))) : H = !1;
|
21074
21070
|
}
|
21075
21071
|
H && (C.set(b, U), m(U, b, d, _, C), C.delete(b)), ru(o, l, U);
|
21076
21072
|
}
|
21077
21073
|
function Ig(o, a) {
|
21078
21074
|
var l = o.length;
|
21079
21075
|
if (l)
|
21080
|
-
return a += a < 0 ? l : 0,
|
21076
|
+
return a += a < 0 ? l : 0, Sr(a, l) ? o[a] : t;
|
21081
21077
|
}
|
21082
21078
|
function Rg(o, a, l) {
|
21083
21079
|
a.length ? a = Je(a, function(_) {
|
@@ -21126,7 +21122,7 @@ function J2() {
|
|
21126
21122
|
var m = a[l];
|
21127
21123
|
if (l == d || m !== _) {
|
21128
21124
|
var _ = m;
|
21129
|
-
|
21125
|
+
Sr(m) ? ys.call(o, m, 1) : pu(o, m);
|
21130
21126
|
}
|
21131
21127
|
}
|
21132
21128
|
return o;
|
@@ -21163,12 +21159,12 @@ function J2() {
|
|
21163
21159
|
return o;
|
21164
21160
|
a = Gr(a, o);
|
21165
21161
|
for (var m = -1, _ = a.length, C = _ - 1, T = o; T != null && ++m < _; ) {
|
21166
|
-
var b =
|
21162
|
+
var b = ir(a[m]), x = l;
|
21167
21163
|
if (b === "__proto__" || b === "constructor" || b === "prototype")
|
21168
21164
|
return o;
|
21169
21165
|
if (m != C) {
|
21170
21166
|
var U = T[b];
|
21171
|
-
x = d ? d(U, b, T) : t, x === t && (x = Ze(U) ? U :
|
21167
|
+
x = d ? d(U, b, T) : t, x === t && (x = Ze(U) ? U : Sr(a[m + 1]) ? [] : {});
|
21172
21168
|
}
|
21173
21169
|
ea(T, b, x), T = T[b];
|
21174
21170
|
}
|
@@ -21272,7 +21268,7 @@ function J2() {
|
|
21272
21268
|
return T;
|
21273
21269
|
}
|
21274
21270
|
function pu(o, a) {
|
21275
|
-
return a = Gr(a, o), o = sm(o, a), o == null || delete o[
|
21271
|
+
return a = Gr(a, o), o = sm(o, a), o == null || delete o[ir(Sn(a))];
|
21276
21272
|
}
|
21277
21273
|
function Dg(o, a, l, d) {
|
21278
21274
|
return oa(o, a, l(go(o, a)), d);
|
@@ -21392,20 +21388,20 @@ function J2() {
|
|
21392
21388
|
a[l] = o[l];
|
21393
21389
|
return a;
|
21394
21390
|
}
|
21395
|
-
function
|
21391
|
+
function or(o, a, l, d) {
|
21396
21392
|
var m = !l;
|
21397
21393
|
l || (l = {});
|
21398
21394
|
for (var _ = -1, C = a.length; ++_ < C; ) {
|
21399
21395
|
var T = a[_], b = d ? d(l[T], o[T], T, l, o) : t;
|
21400
|
-
b === t && (b = o[T]), m ?
|
21396
|
+
b === t && (b = o[T]), m ? Er(l, T, b) : ea(l, T, b);
|
21401
21397
|
}
|
21402
21398
|
return l;
|
21403
21399
|
}
|
21404
21400
|
function fA(o, a) {
|
21405
|
-
return
|
21401
|
+
return or(o, Iu(o), a);
|
21406
21402
|
}
|
21407
21403
|
function gA(o, a) {
|
21408
|
-
return
|
21404
|
+
return or(o, tm(o), a);
|
21409
21405
|
}
|
21410
21406
|
function Ps(o, a) {
|
21411
21407
|
return function(l, d) {
|
@@ -21527,7 +21523,7 @@ function J2() {
|
|
21527
21523
|
};
|
21528
21524
|
}
|
21529
21525
|
function Gg(o) {
|
21530
|
-
return
|
21526
|
+
return br(function(a) {
|
21531
21527
|
var l = a.length, d = l, m = En.prototype.thru;
|
21532
21528
|
for (o && a.reverse(); d--; ) {
|
21533
21529
|
var _ = a[d];
|
@@ -21573,8 +21569,8 @@ function J2() {
|
|
21573
21569
|
x - Ie
|
21574
21570
|
);
|
21575
21571
|
}
|
21576
|
-
var Wn = H ? l : this,
|
21577
|
-
return Ie = ke.length, T ? ke = LA(ke, T) : ce && Ie > 1 && ke.reverse(), U && b < Ie && (ke.length = b), this && this !== Et && this instanceof le && (
|
21572
|
+
var Wn = H ? l : this, kr = q ? Wn[o] : o;
|
21573
|
+
return Ie = ke.length, T ? ke = LA(ke, T) : ce && Ie > 1 && ke.reverse(), U && b < Ie && (ke.length = b), this && this !== Et && this instanceof le && (kr = Ee || ia(kr)), kr.apply(Wn, ke);
|
21578
21574
|
}
|
21579
21575
|
return le;
|
21580
21576
|
}
|
@@ -21597,7 +21593,7 @@ function J2() {
|
|
21597
21593
|
};
|
21598
21594
|
}
|
21599
21595
|
function wu(o) {
|
21600
|
-
return
|
21596
|
+
return br(function(a) {
|
21601
21597
|
return a = Je(a, rn(se())), Ae(function(l) {
|
21602
21598
|
var d = this;
|
21603
21599
|
return o(a, function(m) {
|
@@ -21627,7 +21623,7 @@ function J2() {
|
|
21627
21623
|
}
|
21628
21624
|
function Yg(o) {
|
21629
21625
|
return function(a, l, d) {
|
21630
|
-
return d && typeof d != "number" && $t(a, l, d) && (l = d = t), a =
|
21626
|
+
return d && typeof d != "number" && $t(a, l, d) && (l = d = t), a = Rr(a), l === t ? (l = a, a = 0) : l = Rr(l), d = d === t ? a < l ? 1 : -1 : Rr(d), nA(a, l, d, o);
|
21631
21627
|
};
|
21632
21628
|
}
|
21633
21629
|
function xs(o) {
|
@@ -21671,7 +21667,7 @@ function J2() {
|
|
21671
21667
|
return l == Bn ? Xl(a) : l == $n ? xT(a) : IT(a, o(a));
|
21672
21668
|
};
|
21673
21669
|
}
|
21674
|
-
function
|
21670
|
+
function Ar(o, a, l, d, m, _, C, T) {
|
21675
21671
|
var b = a & W;
|
21676
21672
|
if (!b && typeof o != "function")
|
21677
21673
|
throw new Tn(c);
|
@@ -21806,7 +21802,7 @@ function J2() {
|
|
21806
21802
|
}
|
21807
21803
|
return _.delete(o), _.delete(a), Ee;
|
21808
21804
|
}
|
21809
|
-
function
|
21805
|
+
function br(o) {
|
21810
21806
|
return Pu(am(o, t, mm), o + "");
|
21811
21807
|
}
|
21812
21808
|
function Eu(o) {
|
@@ -21869,7 +21865,7 @@ function J2() {
|
|
21869
21865
|
return a;
|
21870
21866
|
} : Wu, Nt = Bt;
|
21871
21867
|
(tu && Nt(new tu(new ArrayBuffer(1))) != Ko || Ji && Nt(new Ji()) != Bn || nu && Nt(nu.resolve()) != vf || Yo && Nt(new Yo()) != $n || Qi && Nt(new Qi()) != qi) && (Nt = function(o) {
|
21872
|
-
var a = Bt(o), l = a ==
|
21868
|
+
var a = Bt(o), l = a == Cr ? o.constructor : t, d = l ? po(l) : "";
|
21873
21869
|
if (d)
|
21874
21870
|
switch (d) {
|
21875
21871
|
case oE:
|
@@ -21912,12 +21908,12 @@ function J2() {
|
|
21912
21908
|
function nm(o, a, l) {
|
21913
21909
|
a = Gr(a, o);
|
21914
21910
|
for (var d = -1, m = a.length, _ = !1; ++d < m; ) {
|
21915
|
-
var C =
|
21911
|
+
var C = ir(a[d]);
|
21916
21912
|
if (!(_ = o != null && l(o, C)))
|
21917
21913
|
break;
|
21918
21914
|
o = o[C];
|
21919
21915
|
}
|
21920
|
-
return _ || ++d != m ? _ : (m = o == null ? 0 : o.length, !!m && Vs(m) &&
|
21916
|
+
return _ || ++d != m ? _ : (m = o == null ? 0 : o.length, !!m && Vs(m) && Sr(C, m) && (ve(o) || vo(o)));
|
21921
21917
|
}
|
21922
21918
|
function bA(o) {
|
21923
21919
|
var a = o.length, l = new o.constructor(a);
|
@@ -21971,7 +21967,7 @@ function J2() {
|
|
21971
21967
|
function RA(o) {
|
21972
21968
|
return ve(o) || vo(o) || !!(cg && o && o[cg]);
|
21973
21969
|
}
|
21974
|
-
function
|
21970
|
+
function Sr(o, a) {
|
21975
21971
|
var l = typeof o;
|
21976
21972
|
return a = a ?? lt, !!a && (l == "number" || l != "symbol" && Bw.test(o)) && o > -1 && o % 1 == 0 && o < a;
|
21977
21973
|
}
|
@@ -21979,7 +21975,7 @@ function J2() {
|
|
21979
21975
|
if (!Ze(l))
|
21980
21976
|
return !1;
|
21981
21977
|
var d = typeof a;
|
21982
|
-
return (d == "number" ? Yt(l) &&
|
21978
|
+
return (d == "number" ? Yt(l) && Sr(a, l.length) : d == "string" && a in l) ? Vn(l[a], o) : !1;
|
21983
21979
|
}
|
21984
21980
|
function Ru(o, a) {
|
21985
21981
|
if (ve(o))
|
@@ -22003,7 +21999,7 @@ function J2() {
|
|
22003
21999
|
function OA(o) {
|
22004
22000
|
return !!og && og in o;
|
22005
22001
|
}
|
22006
|
-
var PA = hs ?
|
22002
|
+
var PA = hs ? Ir : qu;
|
22007
22003
|
function aa(o) {
|
22008
22004
|
var a = o && o.constructor, l = typeof a == "function" && a.prototype || jo;
|
22009
22005
|
return o === l;
|
@@ -22060,7 +22056,7 @@ function J2() {
|
|
22060
22056
|
function LA(o, a) {
|
22061
22057
|
for (var l = o.length, d = Mt(a.length, l), m = jt(o); d--; ) {
|
22062
22058
|
var _ = a[d];
|
22063
|
-
o[d] =
|
22059
|
+
o[d] = Sr(_, l) ? m[_] : t;
|
22064
22060
|
}
|
22065
22061
|
return o;
|
22066
22062
|
}
|
@@ -22101,7 +22097,7 @@ function J2() {
|
|
22101
22097
|
a.push(m ? _.replace(Dw, "$1") : d || l);
|
22102
22098
|
}), a;
|
22103
22099
|
});
|
22104
|
-
function
|
22100
|
+
function ir(o) {
|
22105
22101
|
if (typeof o == "string" || an(o))
|
22106
22102
|
return o;
|
22107
22103
|
var a = o + "";
|
@@ -22267,10 +22263,10 @@ function J2() {
|
|
22267
22263
|
function cb(o, a, l) {
|
22268
22264
|
return o && o.length && a && a.length ? hu(o, a, t, l) : o;
|
22269
22265
|
}
|
22270
|
-
var lb =
|
22266
|
+
var lb = br(function(o, a) {
|
22271
22267
|
var l = o == null ? 0 : o.length, d = ou(o, a);
|
22272
22268
|
return Og(o, Je(a, function(m) {
|
22273
|
-
return
|
22269
|
+
return Sr(m, l) ? +m : m;
|
22274
22270
|
}).sort(Bg)), d;
|
22275
22271
|
});
|
22276
22272
|
function ub(o, a) {
|
@@ -22412,11 +22408,11 @@ function J2() {
|
|
22412
22408
|
function Fs(o, a) {
|
22413
22409
|
return a(o);
|
22414
22410
|
}
|
22415
|
-
var Bb =
|
22411
|
+
var Bb = br(function(o) {
|
22416
22412
|
var a = o.length, l = a ? o[0] : 0, d = this.__wrapped__, m = function(_) {
|
22417
22413
|
return ou(_, o);
|
22418
22414
|
};
|
22419
|
-
return a > 1 || this.__actions__.length || !(d instanceof Re) || !
|
22415
|
+
return a > 1 || this.__actions__.length || !(d instanceof Re) || !Sr(l) ? this.thru(m) : (d = d.slice(l, +l + (a ? 1 : 0)), d.__actions__.push({
|
22420
22416
|
func: Fs,
|
22421
22417
|
args: [m],
|
22422
22418
|
thisArg: t
|
@@ -22463,7 +22459,7 @@ function J2() {
|
|
22463
22459
|
return xg(this.__wrapped__, this.__actions__);
|
22464
22460
|
}
|
22465
22461
|
var jb = Ps(function(o, a, l) {
|
22466
|
-
He.call(o, l) ? ++o[l] :
|
22462
|
+
He.call(o, l) ? ++o[l] : Er(o, l, 1);
|
22467
22463
|
});
|
22468
22464
|
function Yb(o, a, l) {
|
22469
22465
|
var d = ve(o) ? jf : FE;
|
@@ -22492,7 +22488,7 @@ function J2() {
|
|
22492
22488
|
return l(o, se(a, 3));
|
22493
22489
|
}
|
22494
22490
|
var nS = Ps(function(o, a, l) {
|
22495
|
-
He.call(o, l) ? o[l].push(a) :
|
22491
|
+
He.call(o, l) ? o[l].push(a) : Er(o, l, [a]);
|
22496
22492
|
});
|
22497
22493
|
function rS(o, a, l, d) {
|
22498
22494
|
o = Yt(o) ? o : ni(o), l = l && !d ? we(l) : 0;
|
@@ -22505,7 +22501,7 @@ function J2() {
|
|
22505
22501
|
_[++d] = m ? nn(a, C, l) : na(C, a, l);
|
22506
22502
|
}), _;
|
22507
22503
|
}), iS = Ps(function(o, a, l) {
|
22508
|
-
|
22504
|
+
Er(o, l, a);
|
22509
22505
|
});
|
22510
22506
|
function Bs(o, a) {
|
22511
22507
|
var l = ve(o) ? Je : Ag;
|
@@ -22573,7 +22569,7 @@ function J2() {
|
|
22573
22569
|
};
|
22574
22570
|
}
|
22575
22571
|
function Tm(o, a, l) {
|
22576
|
-
return a = l ? t : a, a = o && a == null ? o.length : a,
|
22572
|
+
return a = l ? t : a, a = o && a == null ? o.length : a, Ar(o, j, t, t, t, t, a);
|
22577
22573
|
}
|
22578
22574
|
function Em(o, a) {
|
22579
22575
|
var l;
|
@@ -22589,23 +22585,23 @@ function J2() {
|
|
22589
22585
|
var m = zr(l, ei(Du));
|
22590
22586
|
d |= ne;
|
22591
22587
|
}
|
22592
|
-
return
|
22588
|
+
return Ar(o, d, a, l, m);
|
22593
22589
|
}), Am = Ae(function(o, a, l) {
|
22594
22590
|
var d = P | W;
|
22595
22591
|
if (l.length) {
|
22596
22592
|
var m = zr(l, ei(Am));
|
22597
22593
|
d |= ne;
|
22598
22594
|
}
|
22599
|
-
return
|
22595
|
+
return Ar(a, d, o, l, m);
|
22600
22596
|
});
|
22601
22597
|
function bm(o, a, l) {
|
22602
22598
|
a = l ? t : a;
|
22603
|
-
var d =
|
22599
|
+
var d = Ar(o, V, t, t, t, t, t, a);
|
22604
22600
|
return d.placeholder = bm.placeholder, d;
|
22605
22601
|
}
|
22606
22602
|
function Sm(o, a, l) {
|
22607
22603
|
a = l ? t : a;
|
22608
|
-
var d =
|
22604
|
+
var d = Ar(o, G, t, t, t, t, t, a);
|
22609
22605
|
return d.placeholder = Sm.placeholder, d;
|
22610
22606
|
}
|
22611
22607
|
function Im(o, a, l) {
|
@@ -22614,19 +22610,19 @@ function J2() {
|
|
22614
22610
|
throw new Tn(c);
|
22615
22611
|
a = In(a) || 0, Ze(l) && (U = !!l.leading, H = "maxWait" in l, _ = H ? mt(In(l.maxWait) || 0, a) : _, q = "trailing" in l ? !!l.trailing : q);
|
22616
22612
|
function ee(st) {
|
22617
|
-
var Wn = d,
|
22618
|
-
return d = m = t, x = st, C = o.apply(
|
22613
|
+
var Wn = d, kr = m;
|
22614
|
+
return d = m = t, x = st, C = o.apply(kr, Wn), C;
|
22619
22615
|
}
|
22620
22616
|
function ce(st) {
|
22621
22617
|
return x = st, T = sa(Ie, a), U ? ee(st) : C;
|
22622
22618
|
}
|
22623
22619
|
function Ee(st) {
|
22624
|
-
var Wn = st - b,
|
22625
|
-
return H ? Mt(qm, _ -
|
22620
|
+
var Wn = st - b, kr = st - x, qm = a - Wn;
|
22621
|
+
return H ? Mt(qm, _ - kr) : qm;
|
22626
22622
|
}
|
22627
22623
|
function le(st) {
|
22628
|
-
var Wn = st - b,
|
22629
|
-
return b === t || Wn >= a || Wn < 0 || H &&
|
22624
|
+
var Wn = st - b, kr = st - x;
|
22625
|
+
return b === t || Wn >= a || Wn < 0 || H && kr >= _;
|
22630
22626
|
}
|
22631
22627
|
function Ie() {
|
22632
22628
|
var st = $s();
|
@@ -22661,7 +22657,7 @@ function J2() {
|
|
22661
22657
|
return pg(o, In(a) || 0, l);
|
22662
22658
|
});
|
22663
22659
|
function CS(o) {
|
22664
|
-
return
|
22660
|
+
return Ar(o, Ne);
|
22665
22661
|
}
|
22666
22662
|
function Ks(o, a) {
|
22667
22663
|
if (typeof o != "function" || a != null && typeof a != "function")
|
@@ -22673,9 +22669,9 @@ function J2() {
|
|
22673
22669
|
var C = o.apply(this, d);
|
22674
22670
|
return l.cache = _.set(m, C) || _, C;
|
22675
22671
|
};
|
22676
|
-
return l.cache = new (Ks.Cache ||
|
22672
|
+
return l.cache = new (Ks.Cache || Tr)(), l;
|
22677
22673
|
}
|
22678
|
-
Ks.Cache =
|
22674
|
+
Ks.Cache = Tr;
|
22679
22675
|
function zs(o) {
|
22680
22676
|
if (typeof o != "function")
|
22681
22677
|
throw new Tn(c);
|
@@ -22707,12 +22703,12 @@ function J2() {
|
|
22707
22703
|
});
|
22708
22704
|
}), xu = Ae(function(o, a) {
|
22709
22705
|
var l = zr(a, ei(xu));
|
22710
|
-
return
|
22706
|
+
return Ar(o, ne, t, a, l);
|
22711
22707
|
}), Rm = Ae(function(o, a) {
|
22712
22708
|
var l = zr(a, ei(Rm));
|
22713
|
-
return
|
22714
|
-
}), ES =
|
22715
|
-
return
|
22709
|
+
return Ar(o, Me, t, a, l);
|
22710
|
+
}), ES = br(function(o, a) {
|
22711
|
+
return Ar(o, ft, t, t, t, a);
|
22716
22712
|
});
|
22717
22713
|
function AS(o, a) {
|
22718
22714
|
if (typeof o != "function")
|
@@ -22775,7 +22771,7 @@ function J2() {
|
|
22775
22771
|
return tt(o) && He.call(o, "callee") && !sg.call(o, "callee");
|
22776
22772
|
}, ve = O.isArray, US = Kf ? rn(Kf) : WE;
|
22777
22773
|
function Yt(o) {
|
22778
|
-
return o != null && Vs(o.length) && !
|
22774
|
+
return o != null && Vs(o.length) && !Ir(o);
|
22779
22775
|
}
|
22780
22776
|
function at(o) {
|
22781
22777
|
return tt(o) && Yt(o);
|
@@ -22819,7 +22815,7 @@ function J2() {
|
|
22819
22815
|
function VS(o) {
|
22820
22816
|
return typeof o == "number" && lg(o);
|
22821
22817
|
}
|
22822
|
-
function
|
22818
|
+
function Ir(o) {
|
22823
22819
|
if (!Ze(o))
|
22824
22820
|
return !1;
|
22825
22821
|
var a = Bt(o);
|
@@ -22863,7 +22859,7 @@ function J2() {
|
|
22863
22859
|
return typeof o == "number" || tt(o) && Bt(o) == zi;
|
22864
22860
|
}
|
22865
22861
|
function ca(o) {
|
22866
|
-
if (!tt(o) || Bt(o) !=
|
22862
|
+
if (!tt(o) || Bt(o) != Cr)
|
22867
22863
|
return !1;
|
22868
22864
|
var a = vs(o);
|
22869
22865
|
if (a === null)
|
@@ -22905,7 +22901,7 @@ function J2() {
|
|
22905
22901
|
var a = Nt(o), l = a == Bn ? Xl : a == $n ? us : ni;
|
22906
22902
|
return l(o);
|
22907
22903
|
}
|
22908
|
-
function
|
22904
|
+
function Rr(o) {
|
22909
22905
|
if (!o)
|
22910
22906
|
return o === 0 ? o : 0;
|
22911
22907
|
if (o = In(o), o === Gt || o === -Gt) {
|
@@ -22915,7 +22911,7 @@ function J2() {
|
|
22915
22911
|
return o === o ? o : 0;
|
22916
22912
|
}
|
22917
22913
|
function we(o) {
|
22918
|
-
var a =
|
22914
|
+
var a = Rr(o), l = a % 1;
|
22919
22915
|
return a === a ? l ? a - l : a : 0;
|
22920
22916
|
}
|
22921
22917
|
function Dm(o) {
|
@@ -22937,7 +22933,7 @@ function J2() {
|
|
22937
22933
|
return l || Fw.test(o) ? vT(o.slice(2), l ? 2 : 8) : Lw.test(o) ? Bi : +o;
|
22938
22934
|
}
|
22939
22935
|
function xm(o) {
|
22940
|
-
return
|
22936
|
+
return or(o, Jt(o));
|
22941
22937
|
}
|
22942
22938
|
function rI(o) {
|
22943
22939
|
return o ? fo(we(o), -lt, lt) : o === 0 ? o : 0;
|
@@ -22947,18 +22943,18 @@ function J2() {
|
|
22947
22943
|
}
|
22948
22944
|
var oI = Xo(function(o, a) {
|
22949
22945
|
if (aa(a) || Yt(a)) {
|
22950
|
-
|
22946
|
+
or(a, _t(a), o);
|
22951
22947
|
return;
|
22952
22948
|
}
|
22953
22949
|
for (var l in a)
|
22954
22950
|
He.call(a, l) && ea(o, l, a[l]);
|
22955
22951
|
}), Lm = Xo(function(o, a) {
|
22956
|
-
|
22952
|
+
or(a, Jt(a), o);
|
22957
22953
|
}), qs = Xo(function(o, a, l, d) {
|
22958
|
-
|
22954
|
+
or(a, Jt(a), o, d);
|
22959
22955
|
}), iI = Xo(function(o, a, l, d) {
|
22960
|
-
|
22961
|
-
}), aI =
|
22956
|
+
or(a, _t(a), o, d);
|
22957
|
+
}), aI = br(ou);
|
22962
22958
|
function sI(o, a) {
|
22963
22959
|
var l = Qo(o);
|
22964
22960
|
return a == null ? l : gg(l, a);
|
@@ -22976,7 +22972,7 @@ function J2() {
|
|
22976
22972
|
return o.push(t, Zg), nn(Um, t, o);
|
22977
22973
|
});
|
22978
22974
|
function uI(o, a) {
|
22979
|
-
return Yf(o, se(a, 3),
|
22975
|
+
return Yf(o, se(a, 3), rr);
|
22980
22976
|
}
|
22981
22977
|
function dI(o, a) {
|
22982
22978
|
return Yf(o, se(a, 3), au);
|
@@ -22988,7 +22984,7 @@ function J2() {
|
|
22988
22984
|
return o == null ? o : _g(o, se(a, 3), Jt);
|
22989
22985
|
}
|
22990
22986
|
function gI(o, a) {
|
22991
|
-
return o &&
|
22987
|
+
return o && rr(o, se(a, 3));
|
22992
22988
|
}
|
22993
22989
|
function mI(o, a) {
|
22994
22990
|
return o && au(o, se(a, 3));
|
@@ -23022,28 +23018,28 @@ function J2() {
|
|
23022
23018
|
}
|
23023
23019
|
function TI(o, a) {
|
23024
23020
|
var l = {};
|
23025
|
-
return a = se(a, 3),
|
23026
|
-
|
23021
|
+
return a = se(a, 3), rr(o, function(d, m, _) {
|
23022
|
+
Er(l, a(d, m, _), d);
|
23027
23023
|
}), l;
|
23028
23024
|
}
|
23029
23025
|
function EI(o, a) {
|
23030
23026
|
var l = {};
|
23031
|
-
return a = se(a, 3),
|
23032
|
-
|
23027
|
+
return a = se(a, 3), rr(o, function(d, m, _) {
|
23028
|
+
Er(l, m, a(d, m, _));
|
23033
23029
|
}), l;
|
23034
23030
|
}
|
23035
23031
|
var AI = Xo(function(o, a, l) {
|
23036
23032
|
Rs(o, a, l);
|
23037
23033
|
}), Um = Xo(function(o, a, l, d) {
|
23038
23034
|
Rs(o, a, l, d);
|
23039
|
-
}), bI =
|
23035
|
+
}), bI = br(function(o, a) {
|
23040
23036
|
var l = {};
|
23041
23037
|
if (o == null)
|
23042
23038
|
return l;
|
23043
23039
|
var d = !1;
|
23044
23040
|
a = Je(a, function(_) {
|
23045
23041
|
return _ = Gr(_, o), d || (d = _.length > 1), _;
|
23046
|
-
}),
|
23042
|
+
}), or(o, Au(o), l), d && (l = An(l, p | y | E, _A));
|
23047
23043
|
for (var m = a.length; m--; )
|
23048
23044
|
pu(l, a[m]);
|
23049
23045
|
return l;
|
@@ -23051,7 +23047,7 @@ function J2() {
|
|
23051
23047
|
function SI(o, a) {
|
23052
23048
|
return Hm(o, zs(se(a)));
|
23053
23049
|
}
|
23054
|
-
var II =
|
23050
|
+
var II = br(function(o, a) {
|
23055
23051
|
return o == null ? {} : eA(o, a);
|
23056
23052
|
});
|
23057
23053
|
function Hm(o, a) {
|
@@ -23068,8 +23064,8 @@ function J2() {
|
|
23068
23064
|
a = Gr(a, o);
|
23069
23065
|
var d = -1, m = a.length;
|
23070
23066
|
for (m || (m = 1, o = t); ++d < m; ) {
|
23071
|
-
var _ = o == null ? t : o[
|
23072
|
-
_ === t && (d = m, _ = l), o =
|
23067
|
+
var _ = o == null ? t : o[ir(a[d])];
|
23068
|
+
_ === t && (d = m, _ = l), o = Ir(_) ? _.call(o) : _;
|
23073
23069
|
}
|
23074
23070
|
return o;
|
23075
23071
|
}
|
@@ -23084,9 +23080,9 @@ function J2() {
|
|
23084
23080
|
var d = ve(o), m = d || Yr(o) || ti(o);
|
23085
23081
|
if (a = se(a, 4), l == null) {
|
23086
23082
|
var _ = o && o.constructor;
|
23087
|
-
m ? l = d ? new _() : [] : Ze(o) ? l =
|
23083
|
+
m ? l = d ? new _() : [] : Ze(o) ? l = Ir(_) ? Qo(vs(o)) : {} : l = {};
|
23088
23084
|
}
|
23089
|
-
return (m ? wn :
|
23085
|
+
return (m ? wn : rr)(o, function(C, T, b) {
|
23090
23086
|
return a(l, C, T, b);
|
23091
23087
|
}), l;
|
23092
23088
|
}
|
@@ -23109,10 +23105,10 @@ function J2() {
|
|
23109
23105
|
return l === t && (l = a, a = t), l !== t && (l = In(l), l = l === l ? l : 0), a !== t && (a = In(a), a = a === a ? a : 0), fo(In(o), a, l);
|
23110
23106
|
}
|
23111
23107
|
function UI(o, a, l) {
|
23112
|
-
return a =
|
23108
|
+
return a = Rr(a), l === t ? (l = a, a = 0) : l = Rr(l), o = In(o), zE(o, a, l);
|
23113
23109
|
}
|
23114
23110
|
function HI(o, a, l) {
|
23115
|
-
if (l && typeof l != "boolean" && $t(o, a, l) && (a = l = t), l === t && (typeof a == "boolean" ? (l = a, a = t) : typeof o == "boolean" && (l = o, o = t)), o === t && a === t ? (o = 0, a = 1) : (o =
|
23111
|
+
if (l && typeof l != "boolean" && $t(o, a, l) && (a = l = t), l === t && (typeof a == "boolean" ? (l = a, a = t) : typeof o == "boolean" && (l = o, o = t)), o === t && a === t ? (o = 0, a = 1) : (o = Rr(o), a === t ? (a = o, o = 0) : a = Rr(a)), o > a) {
|
23116
23112
|
var d = o;
|
23117
23113
|
o = a, a = d;
|
23118
23114
|
}
|
@@ -23307,9 +23303,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
23307
23303
|
} catch (l) {
|
23308
23304
|
return Lu(l) ? l : new pe(l);
|
23309
23305
|
}
|
23310
|
-
}), dR =
|
23306
|
+
}), dR = br(function(o, a) {
|
23311
23307
|
return wn(a, function(l) {
|
23312
|
-
l =
|
23308
|
+
l = ir(l), Er(o, l, Du(o[l], o));
|
23313
23309
|
}), o;
|
23314
23310
|
});
|
23315
23311
|
function hR(o) {
|
@@ -23362,7 +23358,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
23362
23358
|
function zu(o, a, l) {
|
23363
23359
|
var d = _t(a), m = Is(a, d);
|
23364
23360
|
l == null && !(Ze(a) && (m.length || !d.length)) && (l = a, a = o, o = this, m = Is(a, _t(a)));
|
23365
|
-
var _ = !(Ze(l) && "chain" in l) || !!l.chain, C =
|
23361
|
+
var _ = !(Ze(l) && "chain" in l) || !!l.chain, C = Ir(o);
|
23366
23362
|
return wn(m, function(T) {
|
23367
23363
|
var b = a[T];
|
23368
23364
|
o[T] = b, C && (o.prototype[T] = function() {
|
@@ -23387,7 +23383,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
23387
23383
|
}
|
23388
23384
|
var ER = wu(Je), AR = wu(jf), bR = wu(ql);
|
23389
23385
|
function Wm(o) {
|
23390
|
-
return Ru(o) ? Gl(
|
23386
|
+
return Ru(o) ? Gl(ir(o)) : tA(o);
|
23391
23387
|
}
|
23392
23388
|
function SR(o) {
|
23393
23389
|
return function(a) {
|
@@ -23420,7 +23416,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
23420
23416
|
return m;
|
23421
23417
|
}
|
23422
23418
|
function NR(o) {
|
23423
|
-
return ve(o) ? Je(o,
|
23419
|
+
return ve(o) ? Je(o, ir) : an(o) ? [o] : jt(dm(Ue(o)));
|
23424
23420
|
}
|
23425
23421
|
function DR(o) {
|
23426
23422
|
var a = ++WT;
|
@@ -23460,9 +23456,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
23460
23456
|
function YR(o, a) {
|
23461
23457
|
return o && o.length ? Yl(o, se(a, 2)) : 0;
|
23462
23458
|
}
|
23463
|
-
return v.after = vS, v.ary = Tm, v.assign = oI, v.assignIn = Lm, v.assignInWith = qs, v.assignWith = iI, v.at = aI, v.before = Em, v.bind = Du, v.bindAll = dR, v.bindKey = Am, v.castArray = kS, v.chain = _m, v.chunk = HA, v.compact = FA, v.concat = BA, v.cond = hR, v.conforms = fR, v.constant = $u, v.countBy = jb, v.create = sI, v.curry = bm, v.curryRight = Sm, v.debounce = Im, v.defaults = cI, v.defaultsDeep = lI, v.defer = yS, v.delay = _S, v.difference = $A, v.differenceBy = KA, v.differenceWith = zA, v.drop = VA, v.dropRight = WA, v.dropRightWhile = qA, v.dropWhile = GA, v.fill = jA, v.filter = Jb, v.flatMap = Zb, v.flatMapDeep = eS, v.flatMapDepth = tS, v.flatten = mm, v.flattenDeep = YA, v.flattenDepth = JA, v.flip = CS, v.flow = mR, v.flowRight = pR, v.fromPairs = QA, v.functions = pI, v.functionsIn = vI, v.groupBy = nS, v.initial = ZA, v.intersection = eb, v.intersectionBy = tb, v.intersectionWith = nb, v.invert = _I, v.invertBy = CI, v.invokeMap = oS, v.iteratee = Ku, v.keyBy = iS, v.keys = _t, v.keysIn = Jt, v.map = Bs, v.mapKeys = TI, v.mapValues = EI, v.matches = vR, v.matchesProperty = yR, v.memoize = Ks, v.merge = AI, v.mergeWith = Um, v.method = _R, v.methodOf = CR, v.mixin = zu, v.negate = zs, v.nthArg = TR, v.omit = bI, v.omitBy = SI, v.once = wS, v.orderBy = aS, v.over = ER, v.overArgs = TS, v.overEvery = AR, v.overSome = bR, v.partial = xu, v.partialRight = Rm, v.partition = sS, v.pick = II, v.pickBy = Hm, v.property = Wm, v.propertyOf = SR, v.pull = ab, v.pullAll = vm, v.pullAllBy = sb, v.pullAllWith = cb, v.pullAt = lb, v.range = IR, v.rangeRight = RR, v.rearg = ES, v.reject = uS, v.remove = ub, v.rest = AS, v.reverse = Mu, v.sampleSize = hS, v.set = kI, v.setWith = OI, v.shuffle = fS, v.slice = db, v.sortBy = pS, v.sortedUniq = yb, v.sortedUniqBy = _b, v.split = ZI, v.spread = bS, v.tail = Cb, v.take = wb, v.takeRight = Tb, v.takeRightWhile = Eb, v.takeWhile = Ab, v.tap = Fb, v.throttle = SS, v.thru = Fs, v.toArray = Nm, v.toPairs = Fm, v.toPairsIn = Bm, v.toPath = NR, v.toPlainObject = xm, v.transform = PI, v.unary = IS, v.union = bb, v.unionBy = Sb, v.unionWith = Ib, v.uniq = Rb, v.uniqBy = kb, v.uniqWith = Ob, v.unset = MI, v.unzip = Nu, v.unzipWith = ym, v.update = NI, v.updateWith = DI, v.values = ni, v.valuesIn = xI, v.without = Pb, v.words = zm, v.wrap = RS, v.xor = Mb, v.xorBy = Nb, v.xorWith = Db, v.zip = xb, v.zipObject = Lb, v.zipObjectDeep = Ub, v.zipWith = Hb, v.entries = Fm, v.entriesIn = Bm, v.extend = Lm, v.extendWith = qs, zu(v, v), v.add = xR, v.attempt = Vm, v.camelCase = FI, v.capitalize = $m, v.ceil = LR, v.clamp = LI, v.clone = OS, v.cloneDeep = MS, v.cloneDeepWith = NS, v.cloneWith = PS, v.conformsTo = DS, v.deburr = Km, v.defaultTo = gR, v.divide = UR, v.endsWith = BI, v.eq = Vn, v.escape = $I, v.escapeRegExp = KI, v.every = Yb, v.find = Qb, v.findIndex = fm, v.findKey = uI, v.findLast = Xb, v.findLastIndex = gm, v.findLastKey = dI, v.floor = HR, v.forEach = Cm, v.forEachRight = wm, v.forIn = hI, v.forInRight = fI, v.forOwn = gI, v.forOwnRight = mI, v.get = Hu, v.gt = xS, v.gte = LS, v.has = yI, v.hasIn = Fu, v.head = pm, v.identity = Qt, v.includes = rS, v.indexOf = XA, v.inRange = UI, v.invoke = wI, v.isArguments = vo, v.isArray = ve, v.isArrayBuffer = US, v.isArrayLike = Yt, v.isArrayLikeObject = at, v.isBoolean = HS, v.isBuffer = Yr, v.isDate = FS, v.isElement = BS, v.isEmpty = $S, v.isEqual = KS, v.isEqualWith = zS, v.isError = Lu, v.isFinite = VS, v.isFunction =
|
23459
|
+
return v.after = vS, v.ary = Tm, v.assign = oI, v.assignIn = Lm, v.assignInWith = qs, v.assignWith = iI, v.at = aI, v.before = Em, v.bind = Du, v.bindAll = dR, v.bindKey = Am, v.castArray = kS, v.chain = _m, v.chunk = HA, v.compact = FA, v.concat = BA, v.cond = hR, v.conforms = fR, v.constant = $u, v.countBy = jb, v.create = sI, v.curry = bm, v.curryRight = Sm, v.debounce = Im, v.defaults = cI, v.defaultsDeep = lI, v.defer = yS, v.delay = _S, v.difference = $A, v.differenceBy = KA, v.differenceWith = zA, v.drop = VA, v.dropRight = WA, v.dropRightWhile = qA, v.dropWhile = GA, v.fill = jA, v.filter = Jb, v.flatMap = Zb, v.flatMapDeep = eS, v.flatMapDepth = tS, v.flatten = mm, v.flattenDeep = YA, v.flattenDepth = JA, v.flip = CS, v.flow = mR, v.flowRight = pR, v.fromPairs = QA, v.functions = pI, v.functionsIn = vI, v.groupBy = nS, v.initial = ZA, v.intersection = eb, v.intersectionBy = tb, v.intersectionWith = nb, v.invert = _I, v.invertBy = CI, v.invokeMap = oS, v.iteratee = Ku, v.keyBy = iS, v.keys = _t, v.keysIn = Jt, v.map = Bs, v.mapKeys = TI, v.mapValues = EI, v.matches = vR, v.matchesProperty = yR, v.memoize = Ks, v.merge = AI, v.mergeWith = Um, v.method = _R, v.methodOf = CR, v.mixin = zu, v.negate = zs, v.nthArg = TR, v.omit = bI, v.omitBy = SI, v.once = wS, v.orderBy = aS, v.over = ER, v.overArgs = TS, v.overEvery = AR, v.overSome = bR, v.partial = xu, v.partialRight = Rm, v.partition = sS, v.pick = II, v.pickBy = Hm, v.property = Wm, v.propertyOf = SR, v.pull = ab, v.pullAll = vm, v.pullAllBy = sb, v.pullAllWith = cb, v.pullAt = lb, v.range = IR, v.rangeRight = RR, v.rearg = ES, v.reject = uS, v.remove = ub, v.rest = AS, v.reverse = Mu, v.sampleSize = hS, v.set = kI, v.setWith = OI, v.shuffle = fS, v.slice = db, v.sortBy = pS, v.sortedUniq = yb, v.sortedUniqBy = _b, v.split = ZI, v.spread = bS, v.tail = Cb, v.take = wb, v.takeRight = Tb, v.takeRightWhile = Eb, v.takeWhile = Ab, v.tap = Fb, v.throttle = SS, v.thru = Fs, v.toArray = Nm, v.toPairs = Fm, v.toPairsIn = Bm, v.toPath = NR, v.toPlainObject = xm, v.transform = PI, v.unary = IS, v.union = bb, v.unionBy = Sb, v.unionWith = Ib, v.uniq = Rb, v.uniqBy = kb, v.uniqWith = Ob, v.unset = MI, v.unzip = Nu, v.unzipWith = ym, v.update = NI, v.updateWith = DI, v.values = ni, v.valuesIn = xI, v.without = Pb, v.words = zm, v.wrap = RS, v.xor = Mb, v.xorBy = Nb, v.xorWith = Db, v.zip = xb, v.zipObject = Lb, v.zipObjectDeep = Ub, v.zipWith = Hb, v.entries = Fm, v.entriesIn = Bm, v.extend = Lm, v.extendWith = qs, zu(v, v), v.add = xR, v.attempt = Vm, v.camelCase = FI, v.capitalize = $m, v.ceil = LR, v.clamp = LI, v.clone = OS, v.cloneDeep = MS, v.cloneDeepWith = NS, v.cloneWith = PS, v.conformsTo = DS, v.deburr = Km, v.defaultTo = gR, v.divide = UR, v.endsWith = BI, v.eq = Vn, v.escape = $I, v.escapeRegExp = KI, v.every = Yb, v.find = Qb, v.findIndex = fm, v.findKey = uI, v.findLast = Xb, v.findLastIndex = gm, v.findLastKey = dI, v.floor = HR, v.forEach = Cm, v.forEachRight = wm, v.forIn = hI, v.forInRight = fI, v.forOwn = gI, v.forOwnRight = mI, v.get = Hu, v.gt = xS, v.gte = LS, v.has = yI, v.hasIn = Fu, v.head = pm, v.identity = Qt, v.includes = rS, v.indexOf = XA, v.inRange = UI, v.invoke = wI, v.isArguments = vo, v.isArray = ve, v.isArrayBuffer = US, v.isArrayLike = Yt, v.isArrayLikeObject = at, v.isBoolean = HS, v.isBuffer = Yr, v.isDate = FS, v.isElement = BS, v.isEmpty = $S, v.isEqual = KS, v.isEqualWith = zS, v.isError = Lu, v.isFinite = VS, v.isFunction = Ir, v.isInteger = km, v.isLength = Vs, v.isMap = Om, v.isMatch = WS, v.isMatchWith = qS, v.isNaN = GS, v.isNative = jS, v.isNil = JS, v.isNull = YS, v.isNumber = Pm, v.isObject = Ze, v.isObjectLike = tt, v.isPlainObject = ca, v.isRegExp = Uu, v.isSafeInteger = QS, v.isSet = Mm, v.isString = Ws, v.isSymbol = an, v.isTypedArray = ti, v.isUndefined = XS, v.isWeakMap = ZS, v.isWeakSet = eI, v.join = rb, v.kebabCase = zI, v.last = Sn, v.lastIndexOf = ob, v.lowerCase = VI, v.lowerFirst = WI, v.lt = tI, v.lte = nI, v.max = FR, v.maxBy = BR, v.mean = $R, v.meanBy = KR, v.min = zR, v.minBy = VR, v.stubArray = Wu, v.stubFalse = qu, v.stubObject = kR, v.stubString = OR, v.stubTrue = PR, v.multiply = WR, v.nth = ib, v.noConflict = wR, v.noop = Vu, v.now = $s, v.pad = qI, v.padEnd = GI, v.padStart = jI, v.parseInt = YI, v.random = HI, v.reduce = cS, v.reduceRight = lS, v.repeat = JI, v.replace = QI, v.result = RI, v.round = qR, v.runInContext = A, v.sample = dS, v.size = gS, v.snakeCase = XI, v.some = mS, v.sortedIndex = hb, v.sortedIndexBy = fb, v.sortedIndexOf = gb, v.sortedLastIndex = mb, v.sortedLastIndexBy = pb, v.sortedLastIndexOf = vb, v.startCase = eR, v.startsWith = tR, v.subtract = GR, v.sum = jR, v.sumBy = YR, v.template = nR, v.times = MR, v.toFinite = Rr, v.toInteger = we, v.toLength = Dm, v.toLower = rR, v.toNumber = In, v.toSafeInteger = rI, v.toString = Ue, v.toUpper = oR, v.trim = iR, v.trimEnd = aR, v.trimStart = sR, v.truncate = cR, v.unescape = lR, v.uniqueId = DR, v.upperCase = uR, v.upperFirst = Bu, v.each = Cm, v.eachRight = wm, v.first = pm, zu(v, function() {
|
23464
23460
|
var o = {};
|
23465
|
-
return
|
23461
|
+
return rr(v, function(a, l) {
|
23466
23462
|
He.call(v.prototype, l) || (o[l] = a);
|
23467
23463
|
}), o;
|
23468
23464
|
}(), { chain: !1 }), v.VERSION = n, wn(["bind", "bindKey", "curry", "curryRight", "partial", "partialRight"], function(o) {
|
@@ -23517,7 +23513,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
23517
23513
|
return this.reverse().takeWhile(o).reverse();
|
23518
23514
|
}, Re.prototype.toArray = function() {
|
23519
23515
|
return this.take(tn);
|
23520
|
-
},
|
23516
|
+
}, rr(Re.prototype, function(o, a) {
|
23521
23517
|
var l = /^(?:filter|find|map|reject)|While$/.test(a), d = /^(?:head|last)$/.test(a), m = v[d ? "take" + (a == "last" ? "Right" : "") : a], _ = d || /^find/.test(a);
|
23522
23518
|
m && (v.prototype[a] = function() {
|
23523
23519
|
var C = this.__wrapped__, T = d ? [1] : arguments, b = C instanceof Re, x = T[0], U = b || ve(C), H = function(Ie) {
|
@@ -23545,7 +23541,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
23545
23541
|
return a.apply(ve(C) ? C : [], m);
|
23546
23542
|
});
|
23547
23543
|
};
|
23548
|
-
}),
|
23544
|
+
}), rr(Re.prototype, function(o, a) {
|
23549
23545
|
var l = v[a];
|
23550
23546
|
if (l) {
|
23551
23547
|
var d = l.name + "";
|
@@ -23563,11 +23559,11 @@ function print() { __p += __j.call(arguments, '') }
|
|
23563
23559
|
var Fi = J2();
|
23564
23560
|
const Ic = /* @__PURE__ */ j2(Fi), Q2 = {
|
23565
23561
|
path: "/_/dashboard",
|
23566
|
-
component: () => import("./AuthRoute-
|
23562
|
+
component: () => import("./AuthRoute-CpbDQrMC.mjs"),
|
23567
23563
|
meta: { requiresAuth: !1 }
|
23568
23564
|
}, X2 = {
|
23569
23565
|
path: "/jplan-auth-fail",
|
23570
|
-
component: () => import("./AuthFailRoute-
|
23566
|
+
component: () => import("./AuthFailRoute-CMwefoLR.mjs"),
|
23571
23567
|
meta: { requiresAuth: !1 }
|
23572
23568
|
}, { isAuthenticated: kv, handleRedirect: Z2 } = UC(), eH = mf();
|
23573
23569
|
function GH(r, e) {
|
@@ -23631,7 +23627,7 @@ function Za(r) {
|
|
23631
23627
|
});
|
23632
23628
|
}
|
23633
23629
|
function nH() {
|
23634
|
-
const r = Za("https://api.jplan.com.br/management/organization"), { error: e } =
|
23630
|
+
const r = Za("https://api.jplan.com.br/management/organization"), { error: e } = _r();
|
23635
23631
|
return {
|
23636
23632
|
async getOrgList(t) {
|
23637
23633
|
try {
|
@@ -23699,7 +23695,7 @@ function nH() {
|
|
23699
23695
|
}
|
23700
23696
|
const Eo = nH();
|
23701
23697
|
function rH() {
|
23702
|
-
const r = Za("https://api.jplan.com.br/management/branch/"), { error: e } =
|
23698
|
+
const r = Za("https://api.jplan.com.br/management/branch/"), { error: e } = _r();
|
23703
23699
|
return {
|
23704
23700
|
async getBranchList(t) {
|
23705
23701
|
try {
|
@@ -23776,7 +23772,7 @@ function rH() {
|
|
23776
23772
|
}
|
23777
23773
|
const Ao = rH();
|
23778
23774
|
function oH() {
|
23779
|
-
const r = Za("https://api.jplan.com.br/management/team"), { error: e } =
|
23775
|
+
const r = Za("https://api.jplan.com.br/management/team"), { error: e } = _r();
|
23780
23776
|
return {
|
23781
23777
|
async getTeamList(t) {
|
23782
23778
|
try {
|
@@ -23932,7 +23928,7 @@ function aH(r) {
|
|
23932
23928
|
}
|
23933
23929
|
let cc = !1;
|
23934
23930
|
const Ed = te(!1), Rn = te([]), Pv = te([]), nt = te(null), ui = te([]), di = te([]), sH = () => {
|
23935
|
-
const r =
|
23931
|
+
const r = _r(), e = async (w) => {
|
23936
23932
|
Ed.value = !0;
|
23937
23933
|
const I = w ? `_active eq true and ${w}` : "_active eq true", P = await Eo.getOrgList(I);
|
23938
23934
|
P && (Rn.value = P, cc = !0), Ed.value = !1;
|
@@ -24068,7 +24064,7 @@ const Ed = te(!1), Rn = te([]), Pv = te([]), nt = te(null), ui = te([]), di = te
|
|
24068
24064
|
};
|
24069
24065
|
let lc = !1;
|
24070
24066
|
const kn = te([]), Mv = te([]), pt = te(null), Ad = te(!1), hi = te([]), cH = () => {
|
24071
|
-
const r =
|
24067
|
+
const r = _r(), e = async (y) => {
|
24072
24068
|
Ad.value = !0;
|
24073
24069
|
const E = y ? `_active eq true and ${y}` : "_active eq true", w = await Ln.getTeamList(E);
|
24074
24070
|
w && (kn.value = w, lc = !0), Ad.value = !1;
|
@@ -24221,7 +24217,7 @@ const kn = te([]), Mv = te([]), pt = te(null), Ad = te(!1), hi = te([]), cH = ()
|
|
24221
24217
|
}, {
|
24222
24218
|
default: k(() => [
|
24223
24219
|
re("div", null, [
|
24224
|
-
S(
|
24220
|
+
S(hr, null, {
|
24225
24221
|
default: k(() => [
|
24226
24222
|
S(kt, {
|
24227
24223
|
cols: "4",
|
@@ -24471,7 +24467,7 @@ const fH = /* @__PURE__ */ Wa(uH, [["render", hH], ["__scopeId", "data-v-00d7a69
|
|
24471
24467
|
};
|
24472
24468
|
let bd = !1;
|
24473
24469
|
const Sd = te(!1), On = te([]), Nv = te([]), bt = te(null), fi = te([]), YH = () => {
|
24474
|
-
const r =
|
24470
|
+
const r = _r(), e = async (y) => {
|
24475
24471
|
Sd.value = !0;
|
24476
24472
|
const E = y ? `_active eq true and ${y}` : "_active eq true", w = await Ao.getBranchList(E);
|
24477
24473
|
w && (On.value = w, bd = !0), Sd.value = !1;
|
@@ -24564,7 +24560,7 @@ const Sd = te(!1), On = te([]), Nv = te([]), bt = te(null), fi = te([]), YH = ()
|
|
24564
24560
|
};
|
24565
24561
|
};
|
24566
24562
|
function _H() {
|
24567
|
-
const r = Za("https://api.jplan.com.br/management/division"), { error: e } =
|
24563
|
+
const r = Za("https://api.jplan.com.br/management/division"), { error: e } = _r();
|
24568
24564
|
return {
|
24569
24565
|
async getDivisionList(t) {
|
24570
24566
|
try {
|
@@ -24633,7 +24629,7 @@ function _H() {
|
|
24633
24629
|
const ua = _H();
|
24634
24630
|
let Id = !1;
|
24635
24631
|
const Rd = te(!1), Pn = te([]), Dv = te([]), St = te(null), gi = te([]), JH = () => {
|
24636
|
-
const r =
|
24632
|
+
const r = _r(), e = async (y) => {
|
24637
24633
|
Rd.value = !0;
|
24638
24634
|
const E = y ? `_active eq true and ${y}` : "_active eq true", w = await ua.getDivisionList(E);
|
24639
24635
|
w && (Pn.value = w, Id = !0), Rd.value = !1;
|
@@ -24723,7 +24719,7 @@ const Rd = te(!1), Pn = te([]), Dv = te([]), St = te(null), gi = te([]), JH = ()
|
|
24723
24719
|
};
|
24724
24720
|
};
|
24725
24721
|
function CH() {
|
24726
|
-
const r = Za("https://api.jplan.com.br/management/user"), { error: e } =
|
24722
|
+
const r = Za("https://api.jplan.com.br/management/user"), { error: e } = _r();
|
24727
24723
|
return {
|
24728
24724
|
async getManageUserList(t) {
|
24729
24725
|
try {
|
@@ -24793,7 +24789,7 @@ function CH() {
|
|
24793
24789
|
const da = CH();
|
24794
24790
|
let kd = !1, Od = te(!1);
|
24795
24791
|
const Mn = te([]), xv = te([]), Nn = te(null), wH = te(null), TH = te([]), QH = () => {
|
24796
|
-
const r =
|
24792
|
+
const r = _r(), e = async (g) => {
|
24797
24793
|
Od.value = !0;
|
24798
24794
|
const p = g ? `_active eq true and ${g}` : "_active eq true", y = await da.getManageUserList(p);
|
24799
24795
|
y && (Mn.value = y, kd = !0), Od.value = !1;
|
@@ -24874,7 +24870,7 @@ export {
|
|
24874
24870
|
$N as F,
|
24875
24871
|
WH as G,
|
24876
24872
|
Xc as H,
|
24877
|
-
|
24873
|
+
_r as I,
|
24878
24874
|
me as J,
|
24879
24875
|
jH as K,
|
24880
24876
|
es as L,
|