jplan-pack 0.5.55 → 0.5.56
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/jplan-pack.cjs.js +9 -9
- package/dist/jplan-pack.es.js +300 -299
- package/package.json +1 -1
package/dist/jplan-pack.es.js
CHANGED
@@ -905,7 +905,7 @@ function $k(r, e) {
|
|
905
905
|
groupId: m
|
906
906
|
}
|
907
907
|
}), c((_) => {
|
908
|
-
|
908
|
+
Zr = void 0, t.addTimelineEvent({
|
909
909
|
layerId: vi,
|
910
910
|
event: {
|
911
911
|
time: n(),
|
@@ -921,7 +921,7 @@ function $k(r, e) {
|
|
921
921
|
}
|
922
922
|
});
|
923
923
|
}), u((_) => {
|
924
|
-
|
924
|
+
Zr = void 0, t.addTimelineEvent({
|
925
925
|
layerId: vi,
|
926
926
|
event: {
|
927
927
|
time: n(),
|
@@ -950,7 +950,7 @@ function $k(r, e) {
|
|
950
950
|
newValue: u,
|
951
951
|
oldValue: h
|
952
952
|
},
|
953
|
-
groupId:
|
953
|
+
groupId: Zr
|
954
954
|
}
|
955
955
|
});
|
956
956
|
}, { deep: !0 });
|
@@ -961,7 +961,7 @@ function $k(r, e) {
|
|
961
961
|
time: n(),
|
962
962
|
title: Hk(u),
|
963
963
|
data: Fk({ store: zn(e.$id) }, Uk(c)),
|
964
|
-
groupId:
|
964
|
+
groupId: Zr
|
965
965
|
};
|
966
966
|
u === lr.patchFunction ? f.subtitle = "⤵️" : u === lr.patchObject ? f.subtitle = "🧩" : c && !Array.isArray(c) && (f.subtitle = c.type), c && (f.data["rawEvent(s)"] = {
|
967
967
|
_custom: {
|
@@ -996,22 +996,22 @@ function $k(r, e) {
|
|
996
996
|
}, t.notifyComponentUpdate(), t.sendInspectorTree(Dt), t.sendInspectorState(Dt), t.getSettings().logStoreChanges && _t(`"${e.$id}" store installed 🆕`);
|
997
997
|
});
|
998
998
|
}
|
999
|
-
let qv = 0,
|
999
|
+
let qv = 0, Zr;
|
1000
1000
|
function zm(r, e, t) {
|
1001
1001
|
const n = e.reduce((o, s) => (o[s] = Ao(r)[s], o), {});
|
1002
1002
|
for (const o in n)
|
1003
1003
|
r[o] = function() {
|
1004
1004
|
const s = qv, c = t ? new Proxy(r, {
|
1005
1005
|
get(...h) {
|
1006
|
-
return
|
1006
|
+
return Zr = s, Reflect.get(...h);
|
1007
1007
|
},
|
1008
1008
|
set(...h) {
|
1009
|
-
return
|
1009
|
+
return Zr = s, Reflect.set(...h);
|
1010
1010
|
}
|
1011
1011
|
}) : r;
|
1012
|
-
|
1012
|
+
Zr = s;
|
1013
1013
|
const u = n[o].apply(c, arguments);
|
1014
|
-
return
|
1014
|
+
return Zr = void 0, u;
|
1015
1015
|
};
|
1016
1016
|
}
|
1017
1017
|
function Kk({ app: r, store: e, options: t }) {
|
@@ -1559,7 +1559,7 @@ var qn = "Vue-Toastification", Vn = {
|
|
1559
1559
|
containerClassName: Vn.classNames,
|
1560
1560
|
onMounted: Function,
|
1561
1561
|
shareAppContext: [Boolean, Object]
|
1562
|
-
},
|
1562
|
+
}, Nr = {
|
1563
1563
|
CORE_TOAST: oO,
|
1564
1564
|
TOAST: aO,
|
1565
1565
|
CONTAINER: sO,
|
@@ -1569,7 +1569,7 @@ var qn = "Vue-Toastification", Vn = {
|
|
1569
1569
|
CLOSE_BUTTON: ac
|
1570
1570
|
}, ny = Re({
|
1571
1571
|
name: "VtProgressBar",
|
1572
|
-
props:
|
1572
|
+
props: Nr.PROGRESS_BAR,
|
1573
1573
|
data() {
|
1574
1574
|
return {
|
1575
1575
|
hasClass: !0
|
@@ -1613,7 +1613,7 @@ function cO(r, e) {
|
|
1613
1613
|
ny.render = cO;
|
1614
1614
|
var lO = ny, ry = Re({
|
1615
1615
|
name: "VtCloseButton",
|
1616
|
-
props:
|
1616
|
+
props: Nr.CLOSE_BUTTON,
|
1617
1617
|
computed: {
|
1618
1618
|
buttonComponent() {
|
1619
1619
|
return this.component !== !1 ? Na(this.component) : "button";
|
@@ -1714,7 +1714,7 @@ function OO(r, e) {
|
|
1714
1714
|
sy.render = OO;
|
1715
1715
|
var PO = sy, cy = Re({
|
1716
1716
|
name: "VtIcon",
|
1717
|
-
props:
|
1717
|
+
props: Nr.ICON,
|
1718
1718
|
computed: {
|
1719
1719
|
customIconChildren() {
|
1720
1720
|
return ur(this.customIcon, "iconChildren") ? this.trimValue(this.customIcon.iconChildren) : "";
|
@@ -1766,7 +1766,7 @@ var NO = cy, ly = Re({
|
|
1766
1766
|
name: "VtToast",
|
1767
1767
|
components: { ProgressBar: lO, CloseButton: hO, Icon: NO },
|
1768
1768
|
inheritAttrs: !1,
|
1769
|
-
props: Object.assign({},
|
1769
|
+
props: Object.assign({}, Nr.CORE_TOAST, Nr.TOAST),
|
1770
1770
|
data() {
|
1771
1771
|
return {
|
1772
1772
|
isRunning: !0,
|
@@ -1912,7 +1912,7 @@ function xO(r, e) {
|
|
1912
1912
|
ly.render = xO;
|
1913
1913
|
var LO = ly, uy = Re({
|
1914
1914
|
name: "VtTransition",
|
1915
|
-
props:
|
1915
|
+
props: Nr.TRANSITION,
|
1916
1916
|
emits: ["leave"],
|
1917
1917
|
methods: {
|
1918
1918
|
hasProp: ur,
|
@@ -1942,7 +1942,7 @@ var HO = uy, dy = Re({
|
|
1942
1942
|
hide: !0
|
1943
1943
|
},
|
1944
1944
|
components: { Toast: LO, VtTransition: HO },
|
1945
|
-
props: Object.assign({},
|
1945
|
+
props: Object.assign({}, Nr.CORE_TOAST, Nr.CONTAINER, Nr.TRANSITION),
|
1946
1946
|
data() {
|
1947
1947
|
return {
|
1948
1948
|
count: 0,
|
@@ -2462,15 +2462,15 @@ function nP(r, e, t) {
|
|
2462
2462
|
writable: !0
|
2463
2463
|
}) : r[e] = t, r;
|
2464
2464
|
}
|
2465
|
-
function
|
2466
|
-
return
|
2465
|
+
function Lr() {
|
2466
|
+
return Lr = Object.assign || function(r) {
|
2467
2467
|
for (var e = 1; e < arguments.length; e++) {
|
2468
2468
|
var t = arguments[e];
|
2469
2469
|
for (var n in t)
|
2470
2470
|
Object.prototype.hasOwnProperty.call(t, n) && (r[n] = t[n]);
|
2471
2471
|
}
|
2472
2472
|
return r;
|
2473
|
-
},
|
2473
|
+
}, Lr.apply(this, arguments);
|
2474
2474
|
}
|
2475
2475
|
function rP(r, e) {
|
2476
2476
|
if (r == null) return {};
|
@@ -2490,19 +2490,19 @@ function iP(r, e) {
|
|
2490
2490
|
return t;
|
2491
2491
|
}
|
2492
2492
|
var oP = "1.14.0";
|
2493
|
-
function
|
2493
|
+
function Dr(r) {
|
2494
2494
|
if (typeof window < "u" && window.navigator)
|
2495
2495
|
return !!/* @__PURE__ */ navigator.userAgent.match(r);
|
2496
2496
|
}
|
2497
|
-
var
|
2497
|
+
var Hr = Dr(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), Da = Dr(/Edge/i), np = Dr(/firefox/i), pa = Dr(/safari/i) && !Dr(/chrome/i) && !Dr(/android/i), gy = Dr(/iP(ad|od|hone)/i), aP = Dr(/chrome/i) && Dr(/android/i), my = {
|
2498
2498
|
capture: !1,
|
2499
2499
|
passive: !1
|
2500
2500
|
};
|
2501
2501
|
function xe(r, e, t) {
|
2502
|
-
r.addEventListener(e, t, !
|
2502
|
+
r.addEventListener(e, t, !Hr && my);
|
2503
2503
|
}
|
2504
2504
|
function Oe(r, e, t) {
|
2505
|
-
r.removeEventListener(e, t, !
|
2505
|
+
r.removeEventListener(e, t, !Hr && my);
|
2506
2506
|
}
|
2507
2507
|
function Ac(r, e) {
|
2508
2508
|
if (e) {
|
@@ -2581,7 +2581,7 @@ function dr() {
|
|
2581
2581
|
function mt(r, e, t, n, o) {
|
2582
2582
|
if (!(!r.getBoundingClientRect && r !== window)) {
|
2583
2583
|
var s, c, u, h, f, m, _;
|
2584
|
-
if (r !== window && r.parentNode && r !== dr() ? (s = r.getBoundingClientRect(), c = s.top, u = s.left, h = s.bottom, f = s.right, m = s.height, _ = s.width) : (c = 0, u = 0, h = window.innerHeight, f = window.innerWidth, m = window.innerHeight, _ = window.innerWidth), (e || t) && r !== window && (o = o || r.parentNode, !
|
2584
|
+
if (r !== window && r.parentNode && r !== dr() ? (s = r.getBoundingClientRect(), c = s.top, u = s.left, h = s.bottom, f = s.right, m = s.height, _ = s.width) : (c = 0, u = 0, h = window.innerHeight, f = window.innerWidth, m = window.innerHeight, _ = window.innerWidth), (e || t) && r !== window && (o = o || r.parentNode, !Hr))
|
2585
2585
|
do
|
2586
2586
|
if (o && o.getBoundingClientRect && (ue(o, "transform") !== "none" || t && ue(o, "position") !== "static")) {
|
2587
2587
|
var y = o.getBoundingClientRect();
|
@@ -2604,11 +2604,11 @@ function mt(r, e, t, n, o) {
|
|
2604
2604
|
}
|
2605
2605
|
}
|
2606
2606
|
function ip(r, e, t) {
|
2607
|
-
for (var n =
|
2607
|
+
for (var n = ei(r, !0), o = mt(r)[e]; n; ) {
|
2608
2608
|
var s = mt(n)[t], c = void 0;
|
2609
2609
|
if (c = o >= s, !c) return n;
|
2610
2610
|
if (n === dr()) break;
|
2611
|
-
n =
|
2611
|
+
n = ei(n, !1);
|
2612
2612
|
}
|
2613
2613
|
return !1;
|
2614
2614
|
}
|
@@ -2653,7 +2653,7 @@ function cP(r, e) {
|
|
2653
2653
|
}
|
2654
2654
|
return -1;
|
2655
2655
|
}
|
2656
|
-
function
|
2656
|
+
function ei(r, e) {
|
2657
2657
|
if (!r || !r.getBoundingClientRect) return dr();
|
2658
2658
|
var t = r, n = !1;
|
2659
2659
|
do
|
@@ -2793,7 +2793,7 @@ var no = [], qu = {
|
|
2793
2793
|
var h = u.pluginName;
|
2794
2794
|
if (!(!e.options[h] && !u.initializeByDefault)) {
|
2795
2795
|
var f = new u(e, t, e.options);
|
2796
|
-
f.sortable = e, f.options = e.options, e[h] = f,
|
2796
|
+
f.sortable = e, f.options = e.options, e[h] = f, Lr(n, f.defaults);
|
2797
2797
|
}
|
2798
2798
|
});
|
2799
2799
|
for (var s in e.options)
|
@@ -2805,7 +2805,7 @@ var no = [], qu = {
|
|
2805
2805
|
getEventProperties: function(e, t) {
|
2806
2806
|
var n = {};
|
2807
2807
|
return no.forEach(function(o) {
|
2808
|
-
typeof o.eventProperties == "function" &&
|
2808
|
+
typeof o.eventProperties == "function" && Lr(n, o.eventProperties.call(t[o.pluginName], e));
|
2809
2809
|
}), n;
|
2810
2810
|
},
|
2811
2811
|
modifyOption: function(e, t, n) {
|
@@ -2819,7 +2819,7 @@ function gP(r) {
|
|
2819
2819
|
var e = r.sortable, t = r.rootEl, n = r.name, o = r.targetEl, s = r.cloneEl, c = r.toEl, u = r.fromEl, h = r.oldIndex, f = r.newIndex, m = r.oldDraggableIndex, _ = r.newDraggableIndex, y = r.originalEvent, E = r.putSortable, w = r.extraEventProperties;
|
2820
2820
|
if (e = e || t && t[fn], !!e) {
|
2821
2821
|
var I, O = e.options, V = "on" + n.charAt(0).toUpperCase() + n.substr(1);
|
2822
|
-
window.CustomEvent && !
|
2822
|
+
window.CustomEvent && !Hr && !Da ? I = new CustomEvent(n, {
|
2823
2823
|
bubbles: !0,
|
2824
2824
|
cancelable: !0
|
2825
2825
|
}) : (I = document.createEvent("Event"), I.initEvent(n, !0, !0)), I.to = c || t, I.from = u || t, I.item = o || t, I.clone = s, I.oldIndex = h, I.newIndex = f, I.oldDraggableIndex = m, I.newDraggableIndex = _, I.originalEvent = y, I.pullMode = E ? E.lastPutMode : void 0;
|
@@ -2839,7 +2839,7 @@ var mP = ["evt"], jt = function(e, t) {
|
|
2839
2839
|
nextEl: yi,
|
2840
2840
|
lastDownEl: cc,
|
2841
2841
|
cloneEl: nt,
|
2842
|
-
cloneHidden:
|
2842
|
+
cloneHidden: Xr,
|
2843
2843
|
dragStarted: la,
|
2844
2844
|
putSortable: bt,
|
2845
2845
|
activeSortable: de.active,
|
@@ -2847,14 +2847,14 @@ var mP = ["evt"], jt = function(e, t) {
|
|
2847
2847
|
oldIndex: vo,
|
2848
2848
|
oldDraggableIndex: ya,
|
2849
2849
|
newIndex: sn,
|
2850
|
-
newDraggableIndex:
|
2850
|
+
newDraggableIndex: Qr,
|
2851
2851
|
hideGhostForTarget: Ey,
|
2852
2852
|
unhideGhostForTarget: Ay,
|
2853
2853
|
cloneNowHidden: function() {
|
2854
|
-
|
2854
|
+
Xr = !0;
|
2855
2855
|
},
|
2856
2856
|
cloneNowShown: function() {
|
2857
|
-
|
2857
|
+
Xr = !1;
|
2858
2858
|
},
|
2859
2859
|
dispatchSortableEvent: function(u) {
|
2860
2860
|
Bt({
|
@@ -2874,12 +2874,12 @@ function Bt(r) {
|
|
2874
2874
|
oldIndex: vo,
|
2875
2875
|
oldDraggableIndex: ya,
|
2876
2876
|
newIndex: sn,
|
2877
|
-
newDraggableIndex:
|
2877
|
+
newDraggableIndex: Qr
|
2878
2878
|
}, r));
|
2879
2879
|
}
|
2880
|
-
var $, tt, me, Ye, yi, cc, nt,
|
2880
|
+
var $, tt, me, Ye, yi, cc, nt, Xr, vo, sn, ya, Qr, Us, bt, ho = !1, Sc = !1, Ic = [], gi, Kn, Gu, ju, ap, sp, la, ro, _a, Ca = !1, Hs = !1, lc, Mt, Yu = [], Id = !1, bc = [], Yc = typeof document < "u", Fs = gy, cp = Da || Hr ? "cssFloat" : "float", pP = Yc && !aP && !gy && "draggable" in document.createElement("div"), Cy = function() {
|
2881
2881
|
if (Yc) {
|
2882
|
-
if (
|
2882
|
+
if (Hr)
|
2883
2883
|
return !1;
|
2884
2884
|
var r = document.createElement("x");
|
2885
2885
|
return r.style.cssText = "pointer-events:auto", r.style.pointerEvents === "auto";
|
@@ -2937,7 +2937,7 @@ Yc && document.addEventListener("click", function(r) {
|
|
2937
2937
|
if (Sc)
|
2938
2938
|
return r.preventDefault(), r.stopPropagation && r.stopPropagation(), r.stopImmediatePropagation && r.stopImmediatePropagation(), Sc = !1, !1;
|
2939
2939
|
}, !0);
|
2940
|
-
var
|
2940
|
+
var mi = function(e) {
|
2941
2941
|
if ($) {
|
2942
2942
|
e = e.touches ? e.touches[0] : e;
|
2943
2943
|
var t = yP(e.clientX, e.clientY);
|
@@ -2954,7 +2954,7 @@ var gi = function(e) {
|
|
2954
2954
|
function de(r, e) {
|
2955
2955
|
if (!(r && r.nodeType && r.nodeType === 1))
|
2956
2956
|
throw "Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(r));
|
2957
|
-
this.el = r, this.options = e =
|
2957
|
+
this.el = r, this.options = e = Lr({}, e), r[fn] = this;
|
2958
2958
|
var t = {
|
2959
2959
|
group: null,
|
2960
2960
|
sort: !0,
|
@@ -3006,7 +3006,7 @@ function de(r, e) {
|
|
3006
3006
|
Ty(e);
|
3007
3007
|
for (var o in this)
|
3008
3008
|
o.charAt(0) === "_" && typeof this[o] == "function" && (this[o] = this[o].bind(this));
|
3009
|
-
this.nativeDraggable = e.forceFallback ? !1 : pP, this.nativeDraggable && (this.options.touchStartThreshold = 1), e.supportPointer ? xe(r, "pointerdown", this._onTapStart) : (xe(r, "mousedown", this._onTapStart), xe(r, "touchstart", this._onTapStart)), this.nativeDraggable && (xe(r, "dragover", this), xe(r, "dragenter", this)), Ic.push(this.el), e.store && e.store.get && this.sort(e.store.get(this) || []),
|
3009
|
+
this.nativeDraggable = e.forceFallback ? !1 : pP, this.nativeDraggable && (this.options.touchStartThreshold = 1), e.supportPointer ? xe(r, "pointerdown", this._onTapStart) : (xe(r, "mousedown", this._onTapStart), xe(r, "touchstart", this._onTapStart)), this.nativeDraggable && (xe(r, "dragover", this), xe(r, "dragenter", this)), Ic.push(this.el), e.store && e.store.get && this.sort(e.store.get(this) || []), Lr(this, dP());
|
3010
3010
|
}
|
3011
3011
|
de.prototype = /** @lends Sortable.prototype */
|
3012
3012
|
{
|
@@ -3059,11 +3059,11 @@ de.prototype = /** @lends Sortable.prototype */
|
|
3059
3059
|
var o = this, s = o.el, c = o.options, u = s.ownerDocument, h;
|
3060
3060
|
if (n && !$ && n.parentNode === s) {
|
3061
3061
|
var f = mt(n);
|
3062
|
-
if (Ye = s, $ = n, tt = $.parentNode, yi = $.nextSibling, cc = n, Us = c.group, de.dragged = $,
|
3062
|
+
if (Ye = s, $ = n, tt = $.parentNode, yi = $.nextSibling, cc = n, Us = c.group, de.dragged = $, gi = {
|
3063
3063
|
target: $,
|
3064
3064
|
clientX: (t || e).clientX,
|
3065
3065
|
clientY: (t || e).clientY
|
3066
|
-
}, ap =
|
3066
|
+
}, ap = gi.clientX - f.left, sp = gi.clientY - f.top, this._lastX = (t || e).clientX, this._lastY = (t || e).clientY, $.style["will-change"] = "all", h = function() {
|
3067
3067
|
if (jt("delayEnded", o, {
|
3068
3068
|
evt: e
|
3069
3069
|
}), de.eventCanceled) {
|
@@ -3077,9 +3077,9 @@ de.prototype = /** @lends Sortable.prototype */
|
|
3077
3077
|
}), an($, c.chosenClass, !0);
|
3078
3078
|
}, c.ignore.split(",").forEach(function(m) {
|
3079
3079
|
py($, m.trim(), Ju);
|
3080
|
-
}), xe(u, "dragover",
|
3080
|
+
}), xe(u, "dragover", mi), xe(u, "mousemove", mi), xe(u, "touchmove", mi), xe(u, "mouseup", o._onDrop), xe(u, "touchend", o._onDrop), xe(u, "touchcancel", o._onDrop), np && this.nativeDraggable && (this.options.touchStartThreshold = 4, $.draggable = !0), jt("delayStart", this, {
|
3081
3081
|
evt: e
|
3082
|
-
}), c.delay && (!c.delayOnTouchOnly || t) && (!this.nativeDraggable || !(Da ||
|
3082
|
+
}), c.delay && (!c.delayOnTouchOnly || t) && (!this.nativeDraggable || !(Da || Hr))) {
|
3083
3083
|
if (de.eventCanceled) {
|
3084
3084
|
this._onDrop();
|
3085
3085
|
return;
|
@@ -3146,8 +3146,8 @@ de.prototype = /** @lends Sortable.prototype */
|
|
3146
3146
|
}
|
3147
3147
|
},
|
3148
3148
|
_onTouchMove: function(e) {
|
3149
|
-
if (
|
3150
|
-
var t = this.options, n = t.fallbackTolerance, o = t.fallbackOffset, s = e.touches ? e.touches[0] : e, c = me && wo(me, !0), u = me && c && c.a, h = me && c && c.d, f = Fs && Mt && op(Mt), m = (s.clientX -
|
3149
|
+
if (gi) {
|
3150
|
+
var t = this.options, n = t.fallbackTolerance, o = t.fallbackOffset, s = e.touches ? e.touches[0] : e, c = me && wo(me, !0), u = me && c && c.a, h = me && c && c.d, f = Fs && Mt && op(Mt), m = (s.clientX - gi.clientX + o.x) / (u || 1) + (f ? f[0] - Yu[0] : 0) / (u || 1), _ = (s.clientY - gi.clientY + o.y) / (h || 1) + (f ? f[1] - Yu[1] : 0) / (h || 1);
|
3151
3151
|
if (!de.active && !ho) {
|
3152
3152
|
if (n && Math.max(Math.abs(s.clientX - this._lastX), Math.abs(s.clientY - this._lastY)) < n)
|
3153
3153
|
return;
|
@@ -3224,15 +3224,15 @@ de.prototype = /** @lends Sortable.prototype */
|
|
3224
3224
|
insertion: st
|
3225
3225
|
}), st && (m ? f._hideClone() : f._showClone(w), w !== y && (an($, bt ? bt.options.ghostClass : f.options.ghostClass, !1), an($, u.ghostClass, !0)), bt !== w && w !== de.active ? bt = w : w === de.active && bt && (bt = null), y === w && (w._ignoreWhileAnimating = n), w.animateAll(function() {
|
3226
3226
|
O("dragOverAnimationComplete"), w._ignoreWhileAnimating = null;
|
3227
|
-
}), w !== y && (y.animateAll(), y._ignoreWhileAnimating = null)), (n === $ && !$.animated || n === t && !n.animated) && (ro = null), !u.dragoverBubble && !e.rootEl && n !== document && ($.parentNode[fn]._isOutsideThisEl(e.target), !st &&
|
3227
|
+
}), w !== y && (y.animateAll(), y._ignoreWhileAnimating = null)), (n === $ && !$.animated || n === t && !n.animated) && (ro = null), !u.dragoverBubble && !e.rootEl && n !== document && ($.parentNode[fn]._isOutsideThisEl(e.target), !st && mi(e)), !u.dragoverBubble && e.stopPropagation && e.stopPropagation(), I = !0;
|
3228
3228
|
}
|
3229
3229
|
function z() {
|
3230
|
-
sn = Mn($),
|
3230
|
+
sn = Mn($), Qr = Mn($, u.draggable), Bt({
|
3231
3231
|
sortable: w,
|
3232
3232
|
name: "change",
|
3233
3233
|
toEl: t,
|
3234
3234
|
newIndex: sn,
|
3235
|
-
newDraggableIndex:
|
3235
|
+
newDraggableIndex: Qr,
|
3236
3236
|
originalEvent: e
|
3237
3237
|
});
|
3238
3238
|
}
|
@@ -3282,7 +3282,7 @@ de.prototype = /** @lends Sortable.prototype */
|
|
3282
3282
|
},
|
3283
3283
|
_ignoreWhileAnimating: null,
|
3284
3284
|
_offMoveEvents: function() {
|
3285
|
-
Oe(document, "mousemove", this._onTouchMove), Oe(document, "touchmove", this._onTouchMove), Oe(document, "pointermove", this._onTouchMove), Oe(document, "dragover",
|
3285
|
+
Oe(document, "mousemove", this._onTouchMove), Oe(document, "touchmove", this._onTouchMove), Oe(document, "pointermove", this._onTouchMove), Oe(document, "dragover", mi), Oe(document, "mousemove", mi), Oe(document, "touchmove", mi);
|
3286
3286
|
},
|
3287
3287
|
_offUpEvents: function() {
|
3288
3288
|
var e = this.el.ownerDocument;
|
@@ -3290,9 +3290,9 @@ de.prototype = /** @lends Sortable.prototype */
|
|
3290
3290
|
},
|
3291
3291
|
_onDrop: function(e) {
|
3292
3292
|
var t = this.el, n = this.options;
|
3293
|
-
if (sn = Mn($),
|
3293
|
+
if (sn = Mn($), Qr = Mn($, n.draggable), jt("drop", this, {
|
3294
3294
|
evt: e
|
3295
|
-
}), tt = $ && $.parentNode, sn = Mn($),
|
3295
|
+
}), tt = $ && $.parentNode, sn = Mn($), Qr = Mn($, n.draggable), de.eventCanceled) {
|
3296
3296
|
this._nulling();
|
3297
3297
|
return;
|
3298
3298
|
}
|
@@ -3335,7 +3335,7 @@ de.prototype = /** @lends Sortable.prototype */
|
|
3335
3335
|
name: "sort",
|
3336
3336
|
toEl: tt,
|
3337
3337
|
originalEvent: e
|
3338
|
-
})), de.active && ((sn == null || sn === -1) && (sn = vo,
|
3338
|
+
})), de.active && ((sn == null || sn === -1) && (sn = vo, Qr = ya), Bt({
|
3339
3339
|
sortable: this,
|
3340
3340
|
name: "end",
|
3341
3341
|
toEl: tt,
|
@@ -3343,7 +3343,7 @@ de.prototype = /** @lends Sortable.prototype */
|
|
3343
3343
|
}), this.save()))), this._nulling();
|
3344
3344
|
},
|
3345
3345
|
_nulling: function() {
|
3346
|
-
jt("nulling", this), Ye = $ = tt = me = yi = nt = cc =
|
3346
|
+
jt("nulling", this), Ye = $ = tt = me = yi = nt = cc = Xr = gi = Kn = la = sn = Qr = vo = ya = ro = _a = bt = Us = de.dragged = de.ghost = de.clone = de.active = null, bc.forEach(function(e) {
|
3347
3347
|
e.checked = !0;
|
3348
3348
|
}), bc.length = Gu = ju = 0;
|
3349
3349
|
},
|
@@ -3424,9 +3424,9 @@ de.prototype = /** @lends Sortable.prototype */
|
|
3424
3424
|
}), this._onDrop(), this._disableDelayedDragEvents(), Ic.splice(Ic.indexOf(this.el), 1), this.el = e = null;
|
3425
3425
|
},
|
3426
3426
|
_hideClone: function() {
|
3427
|
-
if (!
|
3427
|
+
if (!Xr) {
|
3428
3428
|
if (jt("hideClone", this), de.eventCanceled) return;
|
3429
|
-
ue(nt, "display", "none"), this.options.removeCloneOnHide && nt.parentNode && nt.parentNode.removeChild(nt),
|
3429
|
+
ue(nt, "display", "none"), this.options.removeCloneOnHide && nt.parentNode && nt.parentNode.removeChild(nt), Xr = !0;
|
3430
3430
|
}
|
3431
3431
|
},
|
3432
3432
|
_showClone: function(e) {
|
@@ -3434,9 +3434,9 @@ de.prototype = /** @lends Sortable.prototype */
|
|
3434
3434
|
this._hideClone();
|
3435
3435
|
return;
|
3436
3436
|
}
|
3437
|
-
if (
|
3437
|
+
if (Xr) {
|
3438
3438
|
if (jt("showClone", this), de.eventCanceled) return;
|
3439
|
-
$.parentNode == Ye && !this.options.group.revertClone ? Ye.insertBefore(nt, $) : yi ? Ye.insertBefore(nt, yi) : Ye.appendChild(nt), this.options.group.revertClone && this.animate($, nt), ue(nt, "display", ""),
|
3439
|
+
$.parentNode == Ye && !this.options.group.revertClone ? Ye.insertBefore(nt, $) : yi ? Ye.insertBefore(nt, yi) : Ye.appendChild(nt), this.options.group.revertClone && this.animate($, nt), ue(nt, "display", ""), Xr = !1;
|
3440
3440
|
}
|
3441
3441
|
}
|
3442
3442
|
};
|
@@ -3445,7 +3445,7 @@ function CP(r) {
|
|
3445
3445
|
}
|
3446
3446
|
function Bs(r, e, t, n, o, s, c, u) {
|
3447
3447
|
var h, f = r[fn], m = f.options.onMove, _;
|
3448
|
-
return window.CustomEvent && !
|
3448
|
+
return window.CustomEvent && !Hr && !Da ? h = new CustomEvent("move", {
|
3449
3449
|
bubbles: !0,
|
3450
3450
|
cancelable: !0
|
3451
3451
|
}) : (h = document.createEvent("Event"), h.initEvent("move", !0, !0)), h.to = e, h.from = r, h.dragged = t, h.draggedRect = n, h.related = o || e, h.relatedRect = s || mt(e), h.willInsertAfter = u, h.originalEvent = c, r.dispatchEvent(h), m && (_ = m.call(f, h, c)), _;
|
@@ -3569,22 +3569,22 @@ function RP() {
|
|
3569
3569
|
},
|
3570
3570
|
_handleAutoScroll: function(t, n) {
|
3571
3571
|
var o = this, s = (t.touches ? t.touches[0] : t).clientX, c = (t.touches ? t.touches[0] : t).clientY, u = document.elementFromPoint(s, c);
|
3572
|
-
if (Rc = t, n || this.options.forceAutoScrollFallback || Da ||
|
3572
|
+
if (Rc = t, n || this.options.forceAutoScrollFallback || Da || Hr || pa) {
|
3573
3573
|
Zu(t, this.options, u, n);
|
3574
|
-
var h =
|
3574
|
+
var h = ei(u, !0);
|
3575
3575
|
kd && (!da || s !== Qu || c !== Xu) && (da && lp(), da = setInterval(function() {
|
3576
|
-
var f =
|
3576
|
+
var f = ei(document.elementFromPoint(s, c), !0);
|
3577
3577
|
f !== h && (h = f, dc()), Zu(t, o.options, f, n);
|
3578
3578
|
}, 10), Qu = s, Xu = c);
|
3579
3579
|
} else {
|
3580
|
-
if (!this.options.bubbleScroll ||
|
3580
|
+
if (!this.options.bubbleScroll || ei(u, !0) === dr()) {
|
3581
3581
|
dc();
|
3582
3582
|
return;
|
3583
3583
|
}
|
3584
|
-
Zu(t, this.options,
|
3584
|
+
Zu(t, this.options, ei(u, !1), !1);
|
3585
3585
|
}
|
3586
3586
|
}
|
3587
|
-
},
|
3587
|
+
}, Lr(r, {
|
3588
3588
|
pluginName: "scroll",
|
3589
3589
|
initializeByDefault: !0
|
3590
3590
|
});
|
@@ -3600,7 +3600,7 @@ function lp() {
|
|
3600
3600
|
var Zu = vy(function(r, e, t, n) {
|
3601
3601
|
if (e.scroll) {
|
3602
3602
|
var o = (r.touches ? r.touches[0] : r).clientX, s = (r.touches ? r.touches[0] : r).clientY, c = e.scrollSensitivity, u = e.scrollSpeed, h = dr(), f = !1, m;
|
3603
|
-
Rd !== t && (Rd = t, dc(), ua = e.scroll, m = e.scrollFn, ua === !0 && (ua =
|
3603
|
+
Rd !== t && (Rd = t, dc(), ua = e.scroll, m = e.scrollFn, ua === !0 && (ua = ei(t, !0)));
|
3604
3604
|
var _ = 0, y = ua;
|
3605
3605
|
do {
|
3606
3606
|
var E = y, w = mt(E), I = w.top, O = w.bottom, V = w.left, K = w.right, z = w.width, G = w.height, ee = void 0, Pe = void 0, j = E.scrollWidth, dt = E.scrollHeight, Me = ue(E), X = E.scrollLeft, J = E.scrollTop;
|
@@ -3616,7 +3616,7 @@ var Zu = vy(function(r, e, t, n) {
|
|
3616
3616
|
}).bind({
|
3617
3617
|
layer: _
|
3618
3618
|
}), 24))), _++;
|
3619
|
-
} while (e.bubbleScroll && y !== h && (y =
|
3619
|
+
} while (e.bubbleScroll && y !== h && (y = ei(y, !1)));
|
3620
3620
|
kd = f;
|
3621
3621
|
}
|
3622
3622
|
}, 30), Sy = function(e) {
|
@@ -3647,7 +3647,7 @@ dh.prototype = {
|
|
3647
3647
|
},
|
3648
3648
|
drop: Sy
|
3649
3649
|
};
|
3650
|
-
|
3650
|
+
Lr(dh, {
|
3651
3651
|
pluginName: "revertOnSpill"
|
3652
3652
|
});
|
3653
3653
|
function hh() {
|
@@ -3659,7 +3659,7 @@ hh.prototype = {
|
|
3659
3659
|
},
|
3660
3660
|
drop: Sy
|
3661
3661
|
};
|
3662
|
-
|
3662
|
+
Lr(hh, {
|
3663
3663
|
pluginName: "removeOnSpill"
|
3664
3664
|
});
|
3665
3665
|
de.mount(new RP());
|
@@ -4935,7 +4935,7 @@ const P = {
|
|
4935
4935
|
ACTIVE_ACCOUNT: "active-account",
|
4936
4936
|
ACTIVE_ACCOUNT_FILTERS: "active-account-filters"
|
4937
4937
|
// new cache entry for active_account for a more robust version for browser
|
4938
|
-
},
|
4938
|
+
}, ti = {
|
4939
4939
|
COMMON: "common",
|
4940
4940
|
ORGANIZATIONS: "organizations",
|
4941
4941
|
CONSUMERS: "consumers"
|
@@ -5033,7 +5033,7 @@ const P = {
|
|
5033
5033
|
CONFIGURED_NOT_DETECTED: "3",
|
5034
5034
|
AUTO_DETECTION_REQUESTED_SUCCESSFUL: "4",
|
5035
5035
|
AUTO_DETECTION_REQUESTED_FAILED: "5"
|
5036
|
-
},
|
5036
|
+
}, Jr = {
|
5037
5037
|
// When a token is found in the cache or the cache is not supposed to be hit when making the request
|
5038
5038
|
NOT_APPLICABLE: "0",
|
5039
5039
|
// When the token request goes to the identity provider because force_refresh was set to true. Also occurs if claims were requested
|
@@ -5069,14 +5069,14 @@ function My(r, e) {
|
|
5069
5069
|
return new Je(r, e ? `${yp[r]} ${e}` : yp[r]);
|
5070
5070
|
}
|
5071
5071
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
5072
|
-
const ph = "client_info_decoding_error", Ny = "client_info_empty_error", vh = "token_parsing_error", Dy = "null_or_empty_token",
|
5072
|
+
const ph = "client_info_decoding_error", Ny = "client_info_empty_error", vh = "token_parsing_error", Dy = "null_or_empty_token", Or = "endpoints_resolution_error", xy = "network_error", Ly = "openid_config_error", Uy = "hash_not_deserialized", bo = "invalid_state", Hy = "state_mismatch", Oc = "state_not_found", Fy = "nonce_mismatch", yh = "auth_time_not_found", By = "max_age_transpired", D0 = "multiple_matching_tokens", x0 = "multiple_matching_accounts", $y = "multiple_matching_appMetadata", Ky = "request_cannot_be_made", zy = "cannot_remove_empty_scope", Wy = "cannot_append_scopeset", Md = "empty_input_scopeset", L0 = "device_code_polling_cancelled", U0 = "device_code_expired", H0 = "device_code_unknown_error", _h = "no_account_in_silent_request", Vy = "invalid_cache_record", Ch = "invalid_cache_environment", Nd = "no_account_found", Dd = "no_crypto_object", xd = "unexpected_credential_type", F0 = "invalid_assertion", B0 = "invalid_client_credential", Pr = "token_refresh_required", $0 = "user_timeout_reached", qy = "token_claims_cnf_required_for_signedjwt", Gy = "authorization_code_missing_from_server_response", jy = "binding_key_not_removed", Yy = "end_session_endpoint_not_supported", wh = "key_id_missing", K0 = "no_network_connectivity", z0 = "user_canceled", W0 = "missing_tenant_id_error", Te = "method_not_implemented", V0 = "nested_app_auth_bridge_disabled";
|
5073
5073
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
5074
5074
|
const _p = {
|
5075
5075
|
[ph]: "The client info could not be parsed/decoded correctly",
|
5076
5076
|
[Ny]: "The client info was empty",
|
5077
5077
|
[vh]: "Token cannot be parsed",
|
5078
5078
|
[Dy]: "The token is null or empty",
|
5079
|
-
[
|
5079
|
+
[Or]: "Endpoints cannot be resolved",
|
5080
5080
|
[xy]: "Network request failed",
|
5081
5081
|
[Ly]: "Could not retrieve endpoints. Check your authority and verify the .well-known/openid-configuration endpoint returns the required endpoints.",
|
5082
5082
|
[Uy]: "The hash parameters could not be deserialized",
|
@@ -5104,7 +5104,7 @@ const _p = {
|
|
5104
5104
|
[xd]: "Unexpected credential type.",
|
5105
5105
|
[F0]: "Client assertion must meet requirements described in https://tools.ietf.org/html/rfc7515",
|
5106
5106
|
[B0]: "Client credential (secret, certificate, or assertion) must not be empty when creating a confidential client. An application should at most have one credential",
|
5107
|
-
[
|
5107
|
+
[Pr]: "Cannot return token from cache because it must be refreshed. This may be due to one of the following reasons: forceRefresh parameter is set to true, claims have been requested, there is no cached access token or it is expired.",
|
5108
5108
|
[$0]: "User defined timeout for device code polling reached",
|
5109
5109
|
[qy]: "Cannot generate a POP jwt if the token_claims are not populated",
|
5110
5110
|
[Gy]: "Server response does not contain an authorization code to proceed",
|
@@ -5163,11 +5163,11 @@ var We;
|
|
5163
5163
|
(function(r) {
|
5164
5164
|
r[r.Error = 0] = "Error", r[r.Warning = 1] = "Warning", r[r.Info = 2] = "Info", r[r.Verbose = 3] = "Verbose", r[r.Trace = 4] = "Trace";
|
5165
5165
|
})(We || (We = {}));
|
5166
|
-
class
|
5166
|
+
class ni {
|
5167
5167
|
constructor(e, t, n) {
|
5168
5168
|
this.level = We.Info;
|
5169
5169
|
const o = () => {
|
5170
|
-
}, s = e ||
|
5170
|
+
}, s = e || ni.createDefaultLoggerOptions();
|
5171
5171
|
this.localCallback = s.loggerCallback || o, this.piiLoggingEnabled = s.piiLoggingEnabled || !1, this.level = typeof s.logLevel == "number" ? s.logLevel : We.Info, this.correlationId = s.correlationId || P.EMPTY_STRING, this.packageName = t || P.EMPTY_STRING, this.packageVersion = n || P.EMPTY_STRING;
|
5172
5172
|
}
|
5173
5173
|
static createDefaultLoggerOptions() {
|
@@ -5182,7 +5182,7 @@ class ti {
|
|
5182
5182
|
* Create new Logger with existing configurations.
|
5183
5183
|
*/
|
5184
5184
|
clone(e, t, n) {
|
5185
|
-
return new
|
5185
|
+
return new ni({
|
5186
5186
|
loggerCallback: this.localCallback,
|
5187
5187
|
piiLoggingEnabled: this.piiLoggingEnabled,
|
5188
5188
|
logLevel: this.level,
|
@@ -5805,7 +5805,7 @@ function f_(r) {
|
|
5805
5805
|
return r && (r.tid || r.tfp || r.acr) || null;
|
5806
5806
|
}
|
5807
5807
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
5808
|
-
const
|
5808
|
+
const xr = {
|
5809
5809
|
AAD: "AAD",
|
5810
5810
|
OIDC: "OIDC"
|
5811
5811
|
};
|
@@ -5871,7 +5871,7 @@ class pt {
|
|
5871
5871
|
static createAccount(e, t, n) {
|
5872
5872
|
var f, m, _, y, E, w;
|
5873
5873
|
const o = new pt();
|
5874
|
-
t.authorityType === Wn.Adfs ? o.authorityType = zs.ADFS_ACCOUNT_TYPE : t.protocolMode ===
|
5874
|
+
t.authorityType === Wn.Adfs ? o.authorityType = zs.ADFS_ACCOUNT_TYPE : t.protocolMode === xr.AAD ? o.authorityType = zs.MSSTS_ACCOUNT_TYPE : o.authorityType = zs.GENERIC_ACCOUNT_TYPE;
|
5875
5875
|
let s;
|
5876
5876
|
e.clientInfo && n && (s = Mc(e.clientInfo, n)), o.clientInfo = e.clientInfo, o.homeAccountId = e.homeAccountId, o.nativeAccountId = e.nativeAccountId;
|
5877
5877
|
const c = e.environment || t && t.getPreferredCache();
|
@@ -6015,7 +6015,7 @@ class ke {
|
|
6015
6015
|
*/
|
6016
6016
|
replaceTenantPath(e) {
|
6017
6017
|
const t = this.getUrlComponents(), n = t.PathSegments;
|
6018
|
-
return e && n.length !== 0 && (n[0] ===
|
6018
|
+
return e && n.length !== 0 && (n[0] === ti.COMMON || n[0] === ti.ORGANIZATIONS) && (n[0] = e), ke.constructAuthorityUriFromObject(t);
|
6019
6019
|
}
|
6020
6020
|
/**
|
6021
6021
|
* Parses out the components from a url string.
|
@@ -6974,7 +6974,7 @@ function yM({ authOptions: r, systemOptions: e, loggerOptions: t, cacheOptions:
|
|
6974
6974
|
systemOptions: { ...y_, ...e },
|
6975
6975
|
loggerOptions: E,
|
6976
6976
|
cacheOptions: { ...hM, ...n },
|
6977
|
-
storageInterface: o || new uM(r.clientId, Pc, new
|
6977
|
+
storageInterface: o || new uM(r.clientId, Pc, new ni(E)),
|
6978
6978
|
networkInterface: s || fM,
|
6979
6979
|
cryptoInterface: c || Pc,
|
6980
6980
|
clientCredentials: u || mM,
|
@@ -6995,7 +6995,7 @@ function _M(r) {
|
|
6995
6995
|
};
|
6996
6996
|
}
|
6997
6997
|
function Ud(r) {
|
6998
|
-
return r.authOptions.authority.options.protocolMode ===
|
6998
|
+
return r.authOptions.authority.options.protocolMode === xr.OIDC;
|
6999
6999
|
}
|
7000
7000
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
7001
7001
|
const gn = {
|
@@ -7826,7 +7826,7 @@ class Nt {
|
|
7826
7826
|
get authorizationEndpoint() {
|
7827
7827
|
if (this.discoveryComplete())
|
7828
7828
|
return this.replacePath(this.metadata.authorization_endpoint);
|
7829
|
-
throw H(
|
7829
|
+
throw H(Or);
|
7830
7830
|
}
|
7831
7831
|
/**
|
7832
7832
|
* OAuth /token endpoint for requests
|
@@ -7834,12 +7834,12 @@ class Nt {
|
|
7834
7834
|
get tokenEndpoint() {
|
7835
7835
|
if (this.discoveryComplete())
|
7836
7836
|
return this.replacePath(this.metadata.token_endpoint);
|
7837
|
-
throw H(
|
7837
|
+
throw H(Or);
|
7838
7838
|
}
|
7839
7839
|
get deviceCodeEndpoint() {
|
7840
7840
|
if (this.discoveryComplete())
|
7841
7841
|
return this.replacePath(this.metadata.token_endpoint.replace("/token", "/devicecode"));
|
7842
|
-
throw H(
|
7842
|
+
throw H(Or);
|
7843
7843
|
}
|
7844
7844
|
/**
|
7845
7845
|
* OAuth logout endpoint for requests
|
@@ -7850,7 +7850,7 @@ class Nt {
|
|
7850
7850
|
throw H(Yy);
|
7851
7851
|
return this.replacePath(this.metadata.end_session_endpoint);
|
7852
7852
|
} else
|
7853
|
-
throw H(
|
7853
|
+
throw H(Or);
|
7854
7854
|
}
|
7855
7855
|
/**
|
7856
7856
|
* OAuth issuer for requests
|
@@ -7858,7 +7858,7 @@ class Nt {
|
|
7858
7858
|
get selfSignedJwtAudience() {
|
7859
7859
|
if (this.discoveryComplete())
|
7860
7860
|
return this.replacePath(this.metadata.issuer);
|
7861
|
-
throw H(
|
7861
|
+
throw H(Or);
|
7862
7862
|
}
|
7863
7863
|
/**
|
7864
7864
|
* Jwks_uri for token signing keys
|
@@ -7866,7 +7866,7 @@ class Nt {
|
|
7866
7866
|
get jwksUri() {
|
7867
7867
|
if (this.discoveryComplete())
|
7868
7868
|
return this.replacePath(this.metadata.jwks_uri);
|
7869
|
-
throw H(
|
7869
|
+
throw H(Or);
|
7870
7870
|
}
|
7871
7871
|
/**
|
7872
7872
|
* Returns a flag indicating that tenant name can be replaced in authority {@link IUri}
|
@@ -7874,7 +7874,7 @@ class Nt {
|
|
7874
7874
|
* @private
|
7875
7875
|
*/
|
7876
7876
|
canReplaceTenant(e) {
|
7877
|
-
return e.PathSegments.length === 1 && !Nt.reservedTenantDomains.has(e.PathSegments[0]) && this.getAuthorityType(e) === Wn.Default && this.protocolMode ===
|
7877
|
+
return e.PathSegments.length === 1 && !Nt.reservedTenantDomains.has(e.PathSegments[0]) && this.getAuthorityType(e) === Wn.Default && this.protocolMode === xr.AAD;
|
7878
7878
|
}
|
7879
7879
|
/**
|
7880
7880
|
* Replaces tenant in url path with current tenant. Defaults to common.
|
@@ -7904,7 +7904,7 @@ class Nt {
|
|
7904
7904
|
*/
|
7905
7905
|
get defaultOpenIdConfigurationEndpoint() {
|
7906
7906
|
const e = this.hostnameAndPort;
|
7907
|
-
return this.canonicalAuthority.endsWith("v2.0/") || this.authorityType === Wn.Adfs || this.protocolMode !==
|
7907
|
+
return this.canonicalAuthority.endsWith("v2.0/") || this.authorityType === Wn.Adfs || this.protocolMode !== xr.AAD && !this.isAliasOfKnownMicrosoftAuthority(e) ? `${this.canonicalAuthority}.well-known/openid-configuration` : `${this.canonicalAuthority}v2.0/.well-known/openid-configuration`;
|
7908
7908
|
}
|
7909
7909
|
/**
|
7910
7910
|
* Boolean that returns whether or not tenant discovery has been completed.
|
@@ -8200,7 +8200,7 @@ Error Description: ${c.message}`);
|
|
8200
8200
|
return P.DEFAULT_AUTHORITY_HOST;
|
8201
8201
|
if (this.discoveryComplete())
|
8202
8202
|
return this.metadata.preferred_cache;
|
8203
|
-
throw H(
|
8203
|
+
throw H(Or);
|
8204
8204
|
}
|
8205
8205
|
/**
|
8206
8206
|
* Returns whether or not the provided host is an alias of this authority instance
|
@@ -8275,17 +8275,17 @@ Error Description: ${c.message}`);
|
|
8275
8275
|
Nt.reservedTenantDomains = /* @__PURE__ */ new Set([
|
8276
8276
|
"{tenant}",
|
8277
8277
|
"{tenantid}",
|
8278
|
-
|
8279
|
-
|
8280
|
-
|
8278
|
+
ti.COMMON,
|
8279
|
+
ti.CONSUMERS,
|
8280
|
+
ti.ORGANIZATIONS
|
8281
8281
|
]);
|
8282
8282
|
function sN(r) {
|
8283
8283
|
var o;
|
8284
8284
|
const n = (o = new ke(r).getUrlComponents().PathSegments.slice(-1)[0]) == null ? void 0 : o.toLowerCase();
|
8285
8285
|
switch (n) {
|
8286
|
-
case
|
8287
|
-
case
|
8288
|
-
case
|
8286
|
+
case ti.COMMON:
|
8287
|
+
case ti.ORGANIZATIONS:
|
8288
|
+
case ti.CONSUMERS:
|
8289
8289
|
return;
|
8290
8290
|
default:
|
8291
8291
|
return n;
|
@@ -8316,13 +8316,13 @@ async function w_(r, e, t, n, o, s, c) {
|
|
8316
8316
|
try {
|
8317
8317
|
return await B(h.resolveEndpointsAsync.bind(h), b.AuthorityResolveEndpointsAsync, o, c, s)(), h;
|
8318
8318
|
} catch {
|
8319
|
-
throw H(
|
8319
|
+
throw H(Or);
|
8320
8320
|
}
|
8321
8321
|
}
|
8322
8322
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
8323
|
-
class
|
8323
|
+
class ri extends Je {
|
8324
8324
|
constructor(e, t, n, o, s) {
|
8325
|
-
super(e, t, n), this.name = "ServerError", this.errorNo = o, this.status = s, Object.setPrototypeOf(this,
|
8325
|
+
super(e, t, n), this.name = "ServerError", this.errorNo = o, this.status = s, Object.setPrototypeOf(this, ri.prototype);
|
8326
8326
|
}
|
8327
8327
|
}
|
8328
8328
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
@@ -8347,7 +8347,7 @@ class ir {
|
|
8347
8347
|
e.removeItem(n);
|
8348
8348
|
return;
|
8349
8349
|
}
|
8350
|
-
throw new
|
8350
|
+
throw new ri(((s = o.errorCodes) == null ? void 0 : s.join(" ")) || P.EMPTY_STRING, o.errorMessage, o.subError);
|
8351
8351
|
}
|
8352
8352
|
}
|
8353
8353
|
/**
|
@@ -8418,7 +8418,7 @@ function Pp(r, e, t) {
|
|
8418
8418
|
/*! @azure/msal-common v14.16.0 2024-11-05 */
|
8419
8419
|
class Dh {
|
8420
8420
|
constructor(e, t) {
|
8421
|
-
this.config = yM(e), this.logger = new
|
8421
|
+
this.config = yM(e), this.logger = new ni(this.config.loggerOptions, Jy, Th), this.cryptoUtils = this.config.cryptoInterface, this.cacheManager = this.config.storageInterface, this.networkClient = this.config.networkInterface, this.serverTelemetryManager = this.config.serverTelemetryManager, this.authority = this.config.authOptions.authority, this.performanceClient = t;
|
8422
8422
|
}
|
8423
8423
|
/**
|
8424
8424
|
* Creates default headers for requests to token endpoint
|
@@ -8710,7 +8710,7 @@ class Oi {
|
|
8710
8710
|
throw H(Hy);
|
8711
8711
|
if (e.error || e.error_description || e.suberror) {
|
8712
8712
|
const s = pN(e);
|
8713
|
-
throw Np(e.error, e.error_description, e.suberror) ? new Yn(e.error || "", e.error_description, e.suberror, e.timestamp || "", e.trace_id || "", e.correlation_id || "", e.claims || "", s) : new
|
8713
|
+
throw Np(e.error, e.error_description, e.suberror) ? new Yn(e.error || "", e.error_description, e.suberror, e.timestamp || "", e.trace_id || "", e.correlation_id || "", e.claims || "", s) : new ri(e.error || "", e.error_description, e.suberror, s);
|
8714
8714
|
}
|
8715
8715
|
}
|
8716
8716
|
/**
|
@@ -8721,7 +8721,7 @@ class Oi {
|
|
8721
8721
|
validateTokenResponse(e, t) {
|
8722
8722
|
var n;
|
8723
8723
|
if (e.error || e.error_description || e.suberror) {
|
8724
|
-
const o = `Error(s): ${e.error_codes || P.NOT_AVAILABLE} - Timestamp: ${e.timestamp || P.NOT_AVAILABLE} - Description: ${e.error_description || P.NOT_AVAILABLE} - Correlation ID: ${e.correlation_id || P.NOT_AVAILABLE} - Trace ID: ${e.trace_id || P.NOT_AVAILABLE}`, s = (n = e.error_codes) != null && n.length ? e.error_codes[0] : void 0, c = new
|
8724
|
+
const o = `Error(s): ${e.error_codes || P.NOT_AVAILABLE} - Timestamp: ${e.timestamp || P.NOT_AVAILABLE} - Description: ${e.error_description || P.NOT_AVAILABLE} - Correlation ID: ${e.correlation_id || P.NOT_AVAILABLE} - Trace ID: ${e.trace_id || P.NOT_AVAILABLE}`, s = (n = e.error_codes) != null && n.length ? e.error_codes[0] : void 0, c = new ri(e.error, o, e.suberror, s, e.status);
|
8725
8725
|
if (t && e.status && e.status >= $s.SERVER_ERROR_RANGE_START && e.status <= $s.SERVER_ERROR_RANGE_END) {
|
8726
8726
|
this.logger.warning(`executeTokenRequest:validateTokenResponse - AAD is currently unavailable and the access token is unable to be refreshed.
|
8727
8727
|
${c}`);
|
@@ -9162,7 +9162,7 @@ class Bd extends Dh {
|
|
9162
9162
|
try {
|
9163
9163
|
return await B(this.acquireTokenWithCachedRefreshToken.bind(this), b.RefreshTokenClientAcquireTokenWithCachedRefreshToken, this.logger, this.performanceClient, e.correlationId)(e, !0);
|
9164
9164
|
} catch (o) {
|
9165
|
-
const s = o instanceof Yn && o.errorCode === Lc, c = o instanceof
|
9165
|
+
const s = o instanceof Yn && o.errorCode === Lc, c = o instanceof ri && o.errorCode === pp.INVALID_GRANT_ERROR && o.subError === pp.CLIENT_MISMATCH_ERROR;
|
9166
9166
|
if (s || c)
|
9167
9167
|
return B(this.acquireTokenWithCachedRefreshToken.bind(this), b.RefreshTokenClientAcquireTokenWithCachedRefreshToken, this.logger, this.performanceClient, e.correlationId)(e, !1);
|
9168
9168
|
throw o;
|
@@ -9280,10 +9280,10 @@ class yN extends Dh {
|
|
9280
9280
|
...e,
|
9281
9281
|
scopes: (t = e.scopes) != null && t.length ? e.scopes : [...Po]
|
9282
9282
|
});
|
9283
|
-
return o ===
|
9283
|
+
return o === Jr.PROACTIVELY_REFRESHED && (this.logger.info("SilentFlowClient:acquireCachedToken - Cached access token's refreshOn property has been exceeded'. It's not expired, but must be refreshed."), new Bd(this.config, this.performanceClient).acquireTokenByRefreshToken(e).catch(() => {
|
9284
9284
|
})), n;
|
9285
9285
|
} catch (n) {
|
9286
|
-
if (n instanceof Qc && n.errorCode ===
|
9286
|
+
if (n instanceof Qc && n.errorCode === Pr)
|
9287
9287
|
return new Bd(this.config, this.performanceClient).acquireTokenByRefreshToken(e);
|
9288
9288
|
throw n;
|
9289
9289
|
}
|
@@ -9295,17 +9295,17 @@ class yN extends Dh {
|
|
9295
9295
|
async acquireCachedToken(e) {
|
9296
9296
|
var h;
|
9297
9297
|
(h = this.performanceClient) == null || h.addQueueMeasurement(b.SilentFlowClientAcquireCachedToken, e.correlationId);
|
9298
|
-
let t =
|
9298
|
+
let t = Jr.NOT_APPLICABLE;
|
9299
9299
|
if (e.forceRefresh || !this.config.cacheOptions.claimsBasedCachingEnabled && !Gn.isEmptyObj(e.claims))
|
9300
|
-
throw this.setCacheOutcome(
|
9300
|
+
throw this.setCacheOutcome(Jr.FORCE_REFRESH_OR_CLAIMS, e.correlationId), H(Pr);
|
9301
9301
|
if (!e.account)
|
9302
9302
|
throw H(_h);
|
9303
9303
|
const n = e.account.tenantId || sN(e.authority), o = this.cacheManager.getTokenKeys(), s = this.cacheManager.getAccessToken(e.account, e, o, n, this.performanceClient, e.correlationId);
|
9304
9304
|
if (s) {
|
9305
9305
|
if (G0(s.cachedAt) || Ld(s.expiresOn, this.config.systemOptions.tokenRenewalOffsetSeconds))
|
9306
|
-
throw this.setCacheOutcome(
|
9307
|
-
s.refreshOn && Ld(s.refreshOn, 0) && (t =
|
9308
|
-
} else throw this.setCacheOutcome(
|
9306
|
+
throw this.setCacheOutcome(Jr.CACHED_ACCESS_TOKEN_EXPIRED, e.correlationId), H(Pr);
|
9307
|
+
s.refreshOn && Ld(s.refreshOn, 0) && (t = Jr.PROACTIVELY_REFRESHED);
|
9308
|
+
} else throw this.setCacheOutcome(Jr.NO_CACHED_ACCESS_TOKEN, e.correlationId), H(Pr);
|
9309
9309
|
const c = e.authority || this.authority.getPreferredCache(), u = {
|
9310
9310
|
account: this.cacheManager.readAccountFromCache(e.account),
|
9311
9311
|
accessToken: s,
|
@@ -9322,7 +9322,7 @@ class yN extends Dh {
|
|
9322
9322
|
var n, o;
|
9323
9323
|
(n = this.serverTelemetryManager) == null || n.setCacheOutcome(e), (o = this.performanceClient) == null || o.addFields({
|
9324
9324
|
cacheOutcome: e
|
9325
|
-
}, t), e !==
|
9325
|
+
}, t), e !== Jr.NOT_APPLICABLE && this.logger.info(`Token refresh is required due to cache outcome: ${e}`);
|
9326
9326
|
}
|
9327
9327
|
/**
|
9328
9328
|
* Helper function to build response object from the CacheRecord
|
@@ -9375,7 +9375,7 @@ function wN(r) {
|
|
9375
9375
|
}
|
9376
9376
|
class Ra {
|
9377
9377
|
constructor(e, t) {
|
9378
|
-
this.cacheOutcome =
|
9378
|
+
this.cacheOutcome = Jr.NOT_APPLICABLE, this.cacheManager = t, this.apiId = e.apiId, this.correlationId = e.correlationId, this.wrapperSKU = e.wrapperSKU || P.EMPTY_STRING, this.wrapperVer = e.wrapperVer || P.EMPTY_STRING, this.telemetryCacheKey = It.CACHE_KEY + xt.CACHE_KEY_SEPARATOR + e.clientId;
|
9379
9379
|
}
|
9380
9380
|
/**
|
9381
9381
|
* API to add MSER Telemetry to request
|
@@ -9735,7 +9735,7 @@ const un = {
|
|
9735
9735
|
CORRELATION_ID: "request.correlationId",
|
9736
9736
|
NATIVE_REQUEST: "request.native",
|
9737
9737
|
REDIRECT_CONTEXT: "request.redirect.context"
|
9738
|
-
},
|
9738
|
+
}, jr = {
|
9739
9739
|
ACCOUNT_KEYS: "msal.account.keys",
|
9740
9740
|
TOKEN_KEYS: "msal.token.keys"
|
9741
9741
|
}, qs = {
|
@@ -9838,7 +9838,7 @@ function BN(r) {
|
|
9838
9838
|
function od() {
|
9839
9839
|
return window.crypto.getRandomValues(Bp), Bp[0];
|
9840
9840
|
}
|
9841
|
-
function
|
9841
|
+
function Ur() {
|
9842
9842
|
const r = Date.now(), e = od() * 1024 + (od() & 1023), t = new Uint8Array(16), n = Math.trunc(e / 2 ** 30), o = e & 2 ** 30 - 1, s = od();
|
9843
9843
|
t[0] = r / 2 ** 40, t[1] = r / 2 ** 32, t[2] = r / 2 ** 24, t[3] = r / 2 ** 16, t[4] = r / 2 ** 8, t[5] = r, t[6] = 112 | n >>> 8, t[7] = n, t[8] = 128 | o >>> 24, t[9] = o >>> 16, t[10] = o >>> 8, t[11] = o, t[12] = s >>> 24, t[13] = s >>> 16, t[14] = s >>> 8, t[15] = s;
|
9844
9844
|
let c = "";
|
@@ -9893,7 +9893,7 @@ function jh() {
|
|
9893
9893
|
function qN() {
|
9894
9894
|
return typeof window < "u" && !!window.opener && window.opener !== window && typeof window.name == "string" && window.name.indexOf(`${un.POPUP_NAME_PREFIX}.`) === 0;
|
9895
9895
|
}
|
9896
|
-
function
|
9896
|
+
function Mr() {
|
9897
9897
|
return typeof window < "u" && window.location ? window.location.href.split("?")[0].split("#")[0] : "";
|
9898
9898
|
}
|
9899
9899
|
function GN() {
|
@@ -9937,7 +9937,7 @@ function uC(r) {
|
|
9937
9937
|
}, 1e4);
|
9938
9938
|
}
|
9939
9939
|
function QN() {
|
9940
|
-
return
|
9940
|
+
return Ur();
|
9941
9941
|
}
|
9942
9942
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
9943
9943
|
class Fc {
|
@@ -10062,11 +10062,11 @@ function n1({ auth: r, cache: e, system: t, telemetry: n }, o) {
|
|
10062
10062
|
knownAuthorities: [],
|
10063
10063
|
cloudDiscoveryMetadata: P.EMPTY_STRING,
|
10064
10064
|
authorityMetadata: P.EMPTY_STRING,
|
10065
|
-
redirectUri: typeof window < "u" ?
|
10065
|
+
redirectUri: typeof window < "u" ? Mr() : "",
|
10066
10066
|
postLogoutRedirectUri: P.EMPTY_STRING,
|
10067
10067
|
navigateToLoginRequestUrl: !0,
|
10068
10068
|
clientCapabilities: [],
|
10069
|
-
protocolMode:
|
10069
|
+
protocolMode: xr.AAD,
|
10070
10070
|
OIDCOptions: {
|
10071
10071
|
serverResponseType: Ua.FRAGMENT,
|
10072
10072
|
defaultScopes: [
|
@@ -10123,7 +10123,7 @@ function n1({ auth: r, cache: e, system: t, telemetry: n }, o) {
|
|
10123
10123
|
},
|
10124
10124
|
client: new EN()
|
10125
10125
|
};
|
10126
|
-
if ((r == null ? void 0 : r.protocolMode) !==
|
10126
|
+
if ((r == null ? void 0 : r.protocolMode) !== xr.OIDC && (r != null && r.OIDCOptions) && new ni(f.loggerOptions).warning(JSON.stringify(Ke(u_))), r != null && r.protocolMode && r.protocolMode !== xr.AAD && (f != null && f.allowNativeBroker))
|
10127
10127
|
throw Ke(d_);
|
10128
10128
|
return {
|
10129
10129
|
auth: {
|
@@ -10171,7 +10171,7 @@ class Jh {
|
|
10171
10171
|
} catch {
|
10172
10172
|
}
|
10173
10173
|
const n = t == null ? void 0 : t.getItem(NN), o = (h = t == null ? void 0 : t.getItem(DN)) == null ? void 0 : h.toLowerCase(), s = o === "true" ? !0 : o === "false" ? !1 : void 0, c = { ...this.config.system.loggerOptions }, u = n && Object.keys(We).includes(n) ? We[n] : void 0;
|
10174
|
-
u && (c.loggerCallback = Jh.loggerCallback, c.logLevel = u), s !== void 0 && (c.piiLoggingEnabled = s), this.logger = new
|
10174
|
+
u && (c.loggerCallback = Jh.loggerCallback, c.logLevel = u), s !== void 0 && (c.piiLoggingEnabled = s), this.logger = new ni(c, r1, cl), this.available = !1;
|
10175
10175
|
}
|
10176
10176
|
/**
|
10177
10177
|
* Return the MSAL config
|
@@ -10509,7 +10509,7 @@ class Oo {
|
|
10509
10509
|
* @returns string (GUID)
|
10510
10510
|
*/
|
10511
10511
|
createNewGuid() {
|
10512
|
-
return
|
10512
|
+
return Ur();
|
10513
10513
|
}
|
10514
10514
|
/**
|
10515
10515
|
* Encodes input string to base64.
|
@@ -10759,7 +10759,7 @@ class Gd extends Ro {
|
|
10759
10759
|
*/
|
10760
10760
|
createKeyMaps() {
|
10761
10761
|
this.logger.trace("BrowserCacheManager - createKeyMaps called.");
|
10762
|
-
const e = this.getItem(
|
10762
|
+
const e = this.getItem(jr.ACCOUNT_KEYS), t = this.getItem(`${jr.TOKEN_KEYS}.${this.clientId}`);
|
10763
10763
|
if (e && t) {
|
10764
10764
|
this.logger.verbose("BrowserCacheManager:createKeyMaps - account and token key maps already exist, skipping migration.");
|
10765
10765
|
return;
|
@@ -10875,7 +10875,7 @@ class Gd extends Ro {
|
|
10875
10875
|
*/
|
10876
10876
|
getAccountKeys() {
|
10877
10877
|
this.logger.trace("BrowserCacheManager.getAccountKeys called");
|
10878
|
-
const e = this.getItem(
|
10878
|
+
const e = this.getItem(jr.ACCOUNT_KEYS);
|
10879
10879
|
return e ? JSON.parse(e) : (this.logger.verbose("BrowserCacheManager.getAccountKeys - No account keys found"), []);
|
10880
10880
|
}
|
10881
10881
|
/**
|
@@ -10885,7 +10885,7 @@ class Gd extends Ro {
|
|
10885
10885
|
addAccountKeyToMap(e) {
|
10886
10886
|
this.logger.trace("BrowserCacheManager.addAccountKeyToMap called"), this.logger.tracePii(`BrowserCacheManager.addAccountKeyToMap called with key: ${e}`);
|
10887
10887
|
const t = this.getAccountKeys();
|
10888
|
-
t.indexOf(e) === -1 ? (t.push(e), this.setItem(
|
10888
|
+
t.indexOf(e) === -1 ? (t.push(e), this.setItem(jr.ACCOUNT_KEYS, JSON.stringify(t)), this.logger.verbose("BrowserCacheManager.addAccountKeyToMap account key added")) : this.logger.verbose("BrowserCacheManager.addAccountKeyToMap account key already exists in map");
|
10889
10889
|
}
|
10890
10890
|
/**
|
10891
10891
|
* Remove an account from the key map
|
@@ -10894,7 +10894,7 @@ class Gd extends Ro {
|
|
10894
10894
|
removeAccountKeyFromMap(e) {
|
10895
10895
|
this.logger.trace("BrowserCacheManager.removeAccountKeyFromMap called"), this.logger.tracePii(`BrowserCacheManager.removeAccountKeyFromMap called with key: ${e}`);
|
10896
10896
|
const t = this.getAccountKeys(), n = t.indexOf(e);
|
10897
|
-
n > -1 ? (t.splice(n, 1), this.setItem(
|
10897
|
+
n > -1 ? (t.splice(n, 1), this.setItem(jr.ACCOUNT_KEYS, JSON.stringify(t)), this.logger.trace("BrowserCacheManager.removeAccountKeyFromMap account key removed")) : this.logger.trace("BrowserCacheManager.removeAccountKeyFromMap key not found in existing map");
|
10898
10898
|
}
|
10899
10899
|
/**
|
10900
10900
|
* Extends inherited removeAccount function to include removal of the account key from the map
|
@@ -10937,7 +10937,7 @@ class Gd extends Ro {
|
|
10937
10937
|
*/
|
10938
10938
|
getTokenKeys() {
|
10939
10939
|
this.logger.trace("BrowserCacheManager.getTokenKeys called");
|
10940
|
-
const e = this.getItem(`${
|
10940
|
+
const e = this.getItem(`${jr.TOKEN_KEYS}.${this.clientId}`);
|
10941
10941
|
if (e) {
|
10942
10942
|
const t = this.validateAndParseJson(e);
|
10943
10943
|
if (t && t.hasOwnProperty("idToken") && t.hasOwnProperty("accessToken") && t.hasOwnProperty("refreshToken"))
|
@@ -10972,7 +10972,7 @@ class Gd extends Ro {
|
|
10972
10972
|
default:
|
10973
10973
|
throw this.logger.error(`BrowserCacheManager:addTokenKey - CredentialType provided invalid. CredentialType: ${t}`), H(xd);
|
10974
10974
|
}
|
10975
|
-
this.setItem(`${
|
10975
|
+
this.setItem(`${jr.TOKEN_KEYS}.${this.clientId}`, JSON.stringify(n));
|
10976
10976
|
}
|
10977
10977
|
/**
|
10978
10978
|
* Removes the given key from the token key map
|
@@ -11001,7 +11001,7 @@ class Gd extends Ro {
|
|
11001
11001
|
default:
|
11002
11002
|
throw this.logger.error(`BrowserCacheManager:removeTokenKey - CredentialType provided invalid. CredentialType: ${t}`), H(xd);
|
11003
11003
|
}
|
11004
|
-
this.setItem(`${
|
11004
|
+
this.setItem(`${jr.TOKEN_KEYS}.${this.clientId}`, JSON.stringify(n));
|
11005
11005
|
}
|
11006
11006
|
/**
|
11007
11007
|
* generates idToken entity from a string
|
@@ -11608,7 +11608,7 @@ const ce = {
|
|
11608
11608
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
11609
11609
|
class C1 {
|
11610
11610
|
constructor(e) {
|
11611
|
-
this.eventCallbacks = /* @__PURE__ */ new Map(), this.logger = e || new
|
11611
|
+
this.eventCallbacks = /* @__PURE__ */ new Map(), this.logger = e || new ni({});
|
11612
11612
|
}
|
11613
11613
|
/**
|
11614
11614
|
* Adds event callbacks to array
|
@@ -11655,7 +11655,7 @@ class C1 {
|
|
11655
11655
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
11656
11656
|
class hC {
|
11657
11657
|
constructor(e, t, n, o, s, c, u, h, f) {
|
11658
|
-
this.config = e, this.browserStorage = t, this.browserCrypto = n, this.networkClient = this.config.system.networkClient, this.eventHandler = s, this.navigationClient = c, this.nativeMessageHandler = h, this.correlationId = f ||
|
11658
|
+
this.config = e, this.browserStorage = t, this.browserCrypto = n, this.networkClient = this.config.system.networkClient, this.eventHandler = s, this.navigationClient = c, this.nativeMessageHandler = h, this.correlationId = f || Ur(), this.logger = o.clone(un.MSAL_SKU, cl, this.correlationId), this.performanceClient = u;
|
11659
11659
|
}
|
11660
11660
|
async clearCacheOnLogout(e) {
|
11661
11661
|
if (e) {
|
@@ -11682,7 +11682,7 @@ class hC {
|
|
11682
11682
|
getRedirectUri(e) {
|
11683
11683
|
this.logger.verbose("getRedirectUri called");
|
11684
11684
|
const t = e || this.config.auth.redirectUri;
|
11685
|
-
return ke.getAbsoluteUrl(t,
|
11685
|
+
return ke.getAbsoluteUrl(t, Mr());
|
11686
11686
|
}
|
11687
11687
|
/**
|
11688
11688
|
*
|
@@ -11810,7 +11810,7 @@ class Mo extends hC {
|
|
11810
11810
|
initializeLogoutRequest(e) {
|
11811
11811
|
this.logger.verbose("initializeLogoutRequest called", e == null ? void 0 : e.correlationId);
|
11812
11812
|
const t = {
|
11813
|
-
correlationId: this.correlationId ||
|
11813
|
+
correlationId: this.correlationId || Ur(),
|
11814
11814
|
...e
|
11815
11815
|
};
|
11816
11816
|
if (e)
|
@@ -11823,7 +11823,7 @@ class Mo extends hC {
|
|
11823
11823
|
this.logger.verbose("logoutHint was not set and account was not passed into logout request, logoutHint will not be set");
|
11824
11824
|
else
|
11825
11825
|
this.logger.verbose("logoutHint will not be set since no logout request was configured");
|
11826
|
-
return !e || e.postLogoutRedirectUri !== null ? e && e.postLogoutRedirectUri ? (this.logger.verbose("Setting postLogoutRedirectUri to uri set on logout request", t.correlationId), t.postLogoutRedirectUri = ke.getAbsoluteUrl(e.postLogoutRedirectUri,
|
11826
|
+
return !e || e.postLogoutRedirectUri !== null ? e && e.postLogoutRedirectUri ? (this.logger.verbose("Setting postLogoutRedirectUri to uri set on logout request", t.correlationId), t.postLogoutRedirectUri = ke.getAbsoluteUrl(e.postLogoutRedirectUri, Mr())) : this.config.auth.postLogoutRedirectUri === null ? this.logger.verbose("postLogoutRedirectUri configured as null and no uri set on request, not passing post logout redirect", t.correlationId) : this.config.auth.postLogoutRedirectUri ? (this.logger.verbose("Setting postLogoutRedirectUri to configured uri", t.correlationId), t.postLogoutRedirectUri = ke.getAbsoluteUrl(this.config.auth.postLogoutRedirectUri, Mr())) : (this.logger.verbose("Setting postLogoutRedirectUri to current page", t.correlationId), t.postLogoutRedirectUri = ke.getAbsoluteUrl(Mr(), Mr())) : this.logger.verbose("postLogoutRedirectUri passed as null, not setting post logout redirect uri", t.correlationId), t;
|
11827
11827
|
}
|
11828
11828
|
/**
|
11829
11829
|
* Parses login_hint ID Token Claim out of AccountInfo object to be used as
|
@@ -11920,7 +11920,7 @@ class Mo extends hC {
|
|
11920
11920
|
...await B(Qh, b.InitializeBaseRequest, this.logger, this.performanceClient, this.correlationId)({ ...e, correlationId: this.correlationId }, this.config, this.performanceClient, this.logger),
|
11921
11921
|
redirectUri: n,
|
11922
11922
|
state: s,
|
11923
|
-
nonce: e.nonce ||
|
11923
|
+
nonce: e.nonce || Ur(),
|
11924
11924
|
responseMode: this.config.auth.OIDCOptions.serverResponseType
|
11925
11925
|
};
|
11926
11926
|
if (e.loginHint || e.sid)
|
@@ -12467,7 +12467,7 @@ class ar {
|
|
12467
12467
|
const t = {
|
12468
12468
|
channel: Co.CHANNEL_ID,
|
12469
12469
|
extensionId: this.extensionId,
|
12470
|
-
responseId:
|
12470
|
+
responseId: Ur(),
|
12471
12471
|
body: e
|
12472
12472
|
};
|
12473
12473
|
return this.logger.trace("NativeMessageHandler - Sending request to browser extension"), this.logger.tracePii(`NativeMessageHandler - Sending request to browser extension: ${JSON.stringify(t)}`), this.messageChannel.port1.postMessage(t), new Promise((n, o) => {
|
@@ -12499,7 +12499,7 @@ class ar {
|
|
12499
12499
|
const e = {
|
12500
12500
|
channel: Co.CHANNEL_ID,
|
12501
12501
|
extensionId: this.extensionId,
|
12502
|
-
responseId:
|
12502
|
+
responseId: Ur(),
|
12503
12503
|
body: {
|
12504
12504
|
method: Si.HandshakeRequest
|
12505
12505
|
}
|
@@ -12624,7 +12624,7 @@ class Xh {
|
|
12624
12624
|
try {
|
12625
12625
|
n = this.authModule.handleFragmentResponse(e, t.state);
|
12626
12626
|
} catch (o) {
|
12627
|
-
throw o instanceof
|
12627
|
+
throw o instanceof ri && o.subError === Pi ? Q(Pi) : o;
|
12628
12628
|
}
|
12629
12629
|
return B(this.handleCodeResponseFromServer.bind(this), b.HandleCodeResponseFromServer, this.logger, this.performanceClient, t.correlationId)(n, t);
|
12630
12630
|
}
|
@@ -12784,13 +12784,13 @@ class L1 extends Mo {
|
|
12784
12784
|
try {
|
12785
12785
|
m.authority.endSessionEndpoint;
|
12786
12786
|
} catch {
|
12787
|
-
if ((c = e.account) != null && c.homeAccountId && e.postLogoutRedirectUri && m.authority.protocolMode ===
|
12787
|
+
if ((c = e.account) != null && c.homeAccountId && e.postLogoutRedirectUri && m.authority.protocolMode === xr.OIDC) {
|
12788
12788
|
if (this.browserStorage.removeAccount((u = e.account) == null ? void 0 : u.homeAccountId), this.eventHandler.emitEvent(ce.LOGOUT_SUCCESS, ne.Popup, e), o) {
|
12789
12789
|
const E = {
|
12790
12790
|
apiId: qe.logoutPopup,
|
12791
12791
|
timeout: this.config.system.redirectNavigationTimeout,
|
12792
12792
|
noHistory: !1
|
12793
|
-
}, w = ke.getAbsoluteUrl(o,
|
12793
|
+
}, w = ke.getAbsoluteUrl(o, Mr());
|
12794
12794
|
await this.navigationClient.navigateInternal(w, E);
|
12795
12795
|
}
|
12796
12796
|
(h = t.popup) == null || h.close();
|
@@ -12806,7 +12806,7 @@ class L1 extends Mo {
|
|
12806
12806
|
apiId: qe.logoutPopup,
|
12807
12807
|
timeout: this.config.system.redirectNavigationTimeout,
|
12808
12808
|
noHistory: !1
|
12809
|
-
}, w = ke.getAbsoluteUrl(o,
|
12809
|
+
}, w = ke.getAbsoluteUrl(o, Mr());
|
12810
12810
|
this.logger.verbose("Redirecting main window to url specified in the request"), this.logger.verbosePii(`Redirecting main window to: ${w}`), await this.navigationClient.navigateInternal(w, E);
|
12811
12811
|
} else
|
12812
12812
|
this.logger.verbose("No main window navigation requested");
|
@@ -12965,7 +12965,7 @@ class Vp {
|
|
12965
12965
|
try {
|
12966
12966
|
s = this.authModule.handleFragmentResponse(e, o);
|
12967
12967
|
} catch (f) {
|
12968
|
-
throw f instanceof
|
12968
|
+
throw f instanceof ri && f.subError === Pi ? Q(Pi) : f;
|
12969
12969
|
}
|
12970
12970
|
const c = this.browserStorage.generateNonceKey(o), u = this.browserStorage.getTemporaryCache(c);
|
12971
12971
|
if (this.authCodeRequest.code = s.code, s.cloud_instance_host_name && await B(this.authModule.updateAuthority.bind(this.authModule), b.UpdateTokenEndpointAuthority, this.logger, this.performanceClient, this.authCodeRequest.correlationId)(s.cloud_instance_host_name, this.authCodeRequest.correlationId), s.nonce = u || void 0, s.state = o, s.client_info)
|
@@ -13145,7 +13145,7 @@ class H1 extends Mo {
|
|
13145
13145
|
requestExtraQueryParameters: e == null ? void 0 : e.extraQueryParameters,
|
13146
13146
|
account: e && e.account || void 0
|
13147
13147
|
});
|
13148
|
-
if (u.authority.protocolMode ===
|
13148
|
+
if (u.authority.protocolMode === xr.OIDC)
|
13149
13149
|
try {
|
13150
13150
|
u.authority.endSessionEndpoint;
|
13151
13151
|
} catch {
|
@@ -13176,7 +13176,7 @@ class H1 extends Mo {
|
|
13176
13176
|
*/
|
13177
13177
|
getRedirectStartPage(e) {
|
13178
13178
|
const t = e || window.location.href;
|
13179
|
-
return ke.getAbsoluteUrl(t,
|
13179
|
+
return ke.getAbsoluteUrl(t, Mr());
|
13180
13180
|
}
|
13181
13181
|
}
|
13182
13182
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
@@ -13368,7 +13368,7 @@ class q1 {
|
|
13368
13368
|
cloudDiscoveryMetadata: this.config.auth.cloudDiscoveryMetadata,
|
13369
13369
|
authorityMetadata: this.config.auth.authorityMetadata,
|
13370
13370
|
skipAuthorityMetadataCache: this.config.auth.skipAuthorityMetadataCache
|
13371
|
-
}, c = e.authority ? new Nt(Nt.generateAuthority(e.authority, e.azureCloudOptions), this.config.system.networkClient, this.storage, s, this.logger, e.correlationId ||
|
13371
|
+
}, c = e.authority ? new Nt(Nt.generateAuthority(e.authority, e.azureCloudOptions), this.config.system.networkClient, this.storage, s, this.logger, e.correlationId || Ur()) : void 0, u = this.loadAccount(e, n.clientInfo || t.client_info || "", o, c), h = this.loadIdToken(t, u.homeAccountId, u.environment, u.realm), f = this.loadAccessToken(e, t, u.homeAccountId, u.environment, u.realm, n), m = this.loadRefreshToken(t, u.homeAccountId, u.environment);
|
13372
13372
|
return this.generateAuthenticationResult(e, {
|
13373
13373
|
account: u,
|
13374
13374
|
idToken: h,
|
@@ -13924,7 +13924,7 @@ class ll {
|
|
13924
13924
|
const n = this.createSilentCacheClient(e.correlationId);
|
13925
13925
|
return B(n.acquireToken.bind(n), b.SilentCacheClientAcquireToken, this.logger, this.performanceClient, e.correlationId)(e);
|
13926
13926
|
default:
|
13927
|
-
throw H(
|
13927
|
+
throw H(Pr);
|
13928
13928
|
}
|
13929
13929
|
}
|
13930
13930
|
/**
|
@@ -13942,7 +13942,7 @@ class ll {
|
|
13942
13942
|
const n = this.createSilentRefreshClient(e.correlationId);
|
13943
13943
|
return B(n.acquireToken.bind(n), b.SilentRefreshClientAcquireToken, this.logger, this.performanceClient, e.correlationId)(e);
|
13944
13944
|
default:
|
13945
|
-
throw H(
|
13945
|
+
throw H(Pr);
|
13946
13946
|
}
|
13947
13947
|
}
|
13948
13948
|
/**
|
@@ -14279,7 +14279,7 @@ class ll {
|
|
14279
14279
|
* @returns {string}
|
14280
14280
|
*/
|
14281
14281
|
getRequestCorrelationId(e) {
|
14282
|
-
return e != null && e.correlationId ? e.correlationId : this.isBrowserEnvironment ?
|
14282
|
+
return e != null && e.correlationId ? e.correlationId : this.isBrowserEnvironment ? Ur() : P.EMPTY_STRING;
|
14283
14283
|
}
|
14284
14284
|
// #endregion
|
14285
14285
|
/**
|
@@ -14428,7 +14428,7 @@ class ll {
|
|
14428
14428
|
*/
|
14429
14429
|
async acquireTokenSilentNoIframe(e, t) {
|
14430
14430
|
return ar.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, qe.acquireTokenSilent_silentFlow).catch(async (n) => {
|
14431
|
-
throw n instanceof or && mo(n) ? (this.logger.verbose("acquireTokenSilent - native platform unavailable, falling back to web flow"), this.nativeExtensionProvider = void 0, H(
|
14431
|
+
throw n instanceof or && mo(n) ? (this.logger.verbose("acquireTokenSilent - native platform unavailable, falling back to web flow"), this.nativeExtensionProvider = void 0, H(Pr)) : n;
|
14432
14432
|
})) : (this.logger.verbose("acquireTokenSilent - attempting to acquire token from web flow"), B(this.acquireTokenFromCache.bind(this), b.AcquireTokenFromCache, this.logger, this.performanceClient, e.correlationId)(e, t).catch((n) => {
|
14433
14433
|
if (t === ln.AccessToken)
|
14434
14434
|
throw n;
|
@@ -14438,7 +14438,7 @@ class ll {
|
|
14438
14438
|
}
|
14439
14439
|
function Y1(r, e) {
|
14440
14440
|
const t = !(r instanceof Yn && // For refresh token errors, bad_token does not always require interaction (silently resolvable)
|
14441
|
-
r.subError !== rl), n = r.errorCode === un.INVALID_GRANT_ERROR || r.errorCode ===
|
14441
|
+
r.subError !== rl), n = r.errorCode === un.INVALID_GRANT_ERROR || r.errorCode === Pr, o = t && n || r.errorCode === Lc || r.errorCode === xh, s = MN.includes(e);
|
14442
14442
|
return o && s;
|
14443
14443
|
}
|
14444
14444
|
/*! @azure/msal-browser v3.28.1 2025-01-14 */
|
@@ -14791,12 +14791,12 @@ const sd = process.env.JPLAN_WEBAPP__APP_PROXY_TENANT_NAME ?? "", Q1 = process.e
|
|
14791
14791
|
logLevel: We.Warning
|
14792
14792
|
}
|
14793
14793
|
}
|
14794
|
-
},
|
14794
|
+
}, pi = new Zh(eD), qp = se(null);
|
14795
14795
|
function vC() {
|
14796
14796
|
async function r(e) {
|
14797
14797
|
var t;
|
14798
|
-
if (console.log(e), !!e) {
|
14799
|
-
console.log(e);
|
14798
|
+
if (console.log("useToken", e), !!e) {
|
14799
|
+
console.log("useToken", e);
|
14800
14800
|
try {
|
14801
14801
|
const n = e.idTokenClaims;
|
14802
14802
|
if (!(n != null && n.aud))
|
@@ -14824,9 +14824,9 @@ function vC() {
|
|
14824
14824
|
setJToken: r
|
14825
14825
|
};
|
14826
14826
|
}
|
14827
|
-
const tD = "https://app-files.jplan.com.br/pub/msal-auth/index.html",
|
14827
|
+
const tD = "https://app-files.jplan.com.br/pub/msal-auth/index.html", kr = se(null);
|
14828
14828
|
function yC() {
|
14829
|
-
const { setJToken: r } = vC(), e = Qt(() => !!
|
14829
|
+
const { setJToken: r } = vC(), e = Qt(() => !!kr.value), t = Qt(() => kr.value);
|
14830
14830
|
async function n() {
|
14831
14831
|
debugger;
|
14832
14832
|
e.value || await o();
|
@@ -14847,32 +14847,33 @@ function yC() {
|
|
14847
14847
|
}
|
14848
14848
|
}), s = async () => {
|
14849
14849
|
try {
|
14850
|
-
await
|
14851
|
-
const u =
|
14850
|
+
await pi.initialize();
|
14851
|
+
const u = pi.getActiveAccount();
|
14852
14852
|
if (u)
|
14853
|
-
|
14853
|
+
kr.value = u;
|
14854
14854
|
else {
|
14855
|
-
const h = await
|
14856
|
-
h ? (
|
14855
|
+
const h = await pi.handleRedirectPromise();
|
14856
|
+
h ? (pi.setActiveAccount(h.account), kr.value = pi.getActiveAccount()) : console.error("Falha na autenticação");
|
14857
14857
|
}
|
14858
14858
|
} catch (u) {
|
14859
14859
|
console.error("Erro no processo de autenticação:", u);
|
14860
14860
|
}
|
14861
|
+
kr.value && await r(kr.value);
|
14861
14862
|
};
|
14862
14863
|
async function c() {
|
14863
14864
|
try {
|
14864
|
-
const u = await
|
14865
|
+
const u = await pi.acquireTokenSilent({
|
14865
14866
|
scopes: ["https://graph.microsoft.com/.default", "openid", "profile"]
|
14866
14867
|
});
|
14867
|
-
|
14868
|
+
pi.setActiveAccount(u.account), await r(kr.value);
|
14868
14869
|
} catch (u) {
|
14869
14870
|
console.error("Falha ao renovar token, forçando novo login.", u), await n();
|
14870
14871
|
}
|
14871
14872
|
}
|
14872
|
-
return Di(
|
14873
|
+
return Di(kr, async (u, h) => {
|
14873
14874
|
var m, _, y;
|
14874
14875
|
debugger;
|
14875
|
-
if (console.log(
|
14876
|
+
if (console.log(kr.value), ((m = u == null ? void 0 : u.idTokenClaims) == null ? void 0 : m.exp) === ((_ = h == null ? void 0 : h.idTokenClaims) == null ? void 0 : _.exp)) return;
|
14876
14877
|
const f = (y = u == null ? void 0 : u.idTokenClaims) == null ? void 0 : y.exp;
|
14877
14878
|
if (f) {
|
14878
14879
|
const E = Math.floor(Date.now() / 1e3), I = (f - E - 120) * 1e3;
|
@@ -16998,9 +16999,9 @@ function Nx() {
|
|
16998
16999
|
"\r": "r",
|
16999
17000
|
"\u2028": "u2028",
|
17000
17001
|
"\u2029": "u2029"
|
17001
|
-
}, nT = parseFloat, rT = parseInt, Of = typeof Ys == "object" && Ys && Ys.Object === Object && Ys, iT = typeof self == "object" && self && self.Object === Object && self, Tt = Of || iT || Function("return this")(), xl = e && !e.nodeType && e,
|
17002
|
+
}, nT = parseFloat, rT = parseInt, Of = typeof Ys == "object" && Ys && Ys.Object === Object && Ys, iT = typeof self == "object" && self && self.Object === Object && self, Tt = Of || iT || Function("return this")(), xl = e && !e.nodeType && e, oi = xl && !0 && r && !r.nodeType && r, Pf = oi && oi.exports === xl, Ll = Pf && Of.process, vn = function() {
|
17002
17003
|
try {
|
17003
|
-
var A =
|
17004
|
+
var A = oi && oi.require && oi.require("util").types;
|
17004
17005
|
return A || Ll && Ll.binding && Ll.binding("util");
|
17005
17006
|
} catch {
|
17006
17007
|
}
|
@@ -17041,7 +17042,7 @@ function Nx() {
|
|
17041
17042
|
return !1;
|
17042
17043
|
return !0;
|
17043
17044
|
}
|
17044
|
-
function
|
17045
|
+
function Fr(A, M) {
|
17045
17046
|
for (var R = -1, Y = A == null ? 0 : A.length, he = 0, De = []; ++R < Y; ) {
|
17046
17047
|
var ht = A[R];
|
17047
17048
|
M(ht, R, A) && (De[he++] = ht);
|
@@ -17063,7 +17064,7 @@ function Nx() {
|
|
17063
17064
|
he[R] = M(A[R], R, A);
|
17064
17065
|
return he;
|
17065
17066
|
}
|
17066
|
-
function
|
17067
|
+
function Br(A, M) {
|
17067
17068
|
for (var R = -1, Y = M.length, he = A.length; ++R < Y; )
|
17068
17069
|
A[he + R] = M[R];
|
17069
17070
|
return A;
|
@@ -17220,7 +17221,7 @@ function Nx() {
|
|
17220
17221
|
return A(M(R));
|
17221
17222
|
};
|
17222
17223
|
}
|
17223
|
-
function
|
17224
|
+
function $r(A, M) {
|
17224
17225
|
for (var R = -1, Y = A.length, he = 0, De = []; ++R < Y; ) {
|
17225
17226
|
var ht = A[R];
|
17226
17227
|
(ht === M || ht === m) && (A[R] = m, De[he++] = R);
|
@@ -17281,13 +17282,13 @@ function Nx() {
|
|
17281
17282
|
return i ? "Symbol(src)_1." + i : "";
|
17282
17283
|
}(), rs = Wi.toString, MT = ns.call($e), NT = Tt._, DT = ql(
|
17283
17284
|
"^" + ns.call(Ue).replace(Rl, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
17284
|
-
), is = Pf ? M.Buffer : t,
|
17285
|
+
), is = Pf ? M.Buffer : t, Kr = M.Symbol, os = M.Uint8Array, Yf = is ? is.allocUnsafe : t, as = qf($e.getPrototypeOf, $e), Jf = $e.create, Qf = Wi.propertyIsEnumerable, ss = es.splice, Xf = Kr ? Kr.isConcatSpreadable : t, Vo = Kr ? Kr.iterator : t, ai = Kr ? Kr.toStringTag : t, cs = function() {
|
17285
17286
|
try {
|
17286
|
-
var i =
|
17287
|
+
var i = di($e, "defineProperty");
|
17287
17288
|
return i({}, "", {}), i;
|
17288
17289
|
} catch {
|
17289
17290
|
}
|
17290
|
-
}(), xT = M.clearTimeout !== Tt.clearTimeout && M.clearTimeout, LT = Y && Y.now !== Tt.Date.now && Y.now, UT = M.setTimeout !== Tt.setTimeout && M.setTimeout, ls = ht.ceil, us = ht.floor, Gl = $e.getOwnPropertySymbols, HT = is ? is.isBuffer : t, Zf = M.isFinite, FT = es.join, BT = qf($e.keys, $e), ft = ht.max, Ot = ht.min, $T = Y.now, KT = M.parseInt, eg = ht.random, zT = es.reverse, jl =
|
17291
|
+
}(), xT = M.clearTimeout !== Tt.clearTimeout && M.clearTimeout, LT = Y && Y.now !== Tt.Date.now && Y.now, UT = M.setTimeout !== Tt.setTimeout && M.setTimeout, ls = ht.ceil, us = ht.floor, Gl = $e.getOwnPropertySymbols, HT = is ? is.isBuffer : t, Zf = M.isFinite, FT = es.join, BT = qf($e.keys, $e), ft = ht.max, Ot = ht.min, $T = Y.now, KT = M.parseInt, eg = ht.random, zT = es.reverse, jl = di(M, "DataView"), qo = di(M, "Map"), Yl = di(M, "Promise"), Vi = di(M, "Set"), Go = di(M, "WeakMap"), jo = di($e, "create"), ds = Go && new Go(), qi = {}, WT = hi(jl), VT = hi(qo), qT = hi(Yl), GT = hi(Vi), jT = hi(Go), hs = Kr ? Kr.prototype : t, Yo = hs ? hs.valueOf : t, tg = hs ? hs.toString : t;
|
17291
17292
|
function p(i) {
|
17292
17293
|
if (Ze(i) && !fe(i) && !(i instanceof Se)) {
|
17293
17294
|
if (i instanceof Cn)
|
@@ -17398,7 +17399,7 @@ function Nx() {
|
|
17398
17399
|
return ie;
|
17399
17400
|
}
|
17400
17401
|
Se.prototype = Gi(fs.prototype), Se.prototype.constructor = Se;
|
17401
|
-
function
|
17402
|
+
function si(i) {
|
17402
17403
|
var a = -1, l = i == null ? 0 : i.length;
|
17403
17404
|
for (this.clear(); ++a < l; ) {
|
17404
17405
|
var d = i[a];
|
@@ -17428,7 +17429,7 @@ function Nx() {
|
|
17428
17429
|
var l = this.__data__;
|
17429
17430
|
return this.size += this.has(i) ? 0 : 1, l[i] = jo && a === t ? h : a, this;
|
17430
17431
|
}
|
17431
|
-
|
17432
|
+
si.prototype.clear = XT, si.prototype.delete = ZT, si.prototype.get = eE, si.prototype.has = tE, si.prototype.set = nE;
|
17432
17433
|
function yr(i) {
|
17433
17434
|
var a = -1, l = i == null ? 0 : i.length;
|
17434
17435
|
for (this.clear(); ++a < l; ) {
|
@@ -17467,9 +17468,9 @@ function Nx() {
|
|
17467
17468
|
}
|
17468
17469
|
function cE() {
|
17469
17470
|
this.size = 0, this.__data__ = {
|
17470
|
-
hash: new
|
17471
|
+
hash: new si(),
|
17471
17472
|
map: new (qo || yr)(),
|
17472
|
-
string: new
|
17473
|
+
string: new si()
|
17473
17474
|
};
|
17474
17475
|
}
|
17475
17476
|
function lE(i) {
|
@@ -17487,7 +17488,7 @@ function Nx() {
|
|
17487
17488
|
return l.set(i, a), this.size += l.size == d ? 0 : 1, this;
|
17488
17489
|
}
|
17489
17490
|
_r.prototype.clear = cE, _r.prototype.delete = lE, _r.prototype.get = uE, _r.prototype.has = dE, _r.prototype.set = hE;
|
17490
|
-
function
|
17491
|
+
function ci(i) {
|
17491
17492
|
var a = -1, l = i == null ? 0 : i.length;
|
17492
17493
|
for (this.__data__ = new _r(); ++a < l; )
|
17493
17494
|
this.add(i[a]);
|
@@ -17498,7 +17499,7 @@ function Nx() {
|
|
17498
17499
|
function gE(i) {
|
17499
17500
|
return this.__data__.has(i);
|
17500
17501
|
}
|
17501
|
-
|
17502
|
+
ci.prototype.add = ci.prototype.push = fE, ci.prototype.has = gE;
|
17502
17503
|
function Fn(i) {
|
17503
17504
|
var a = this.__data__ = new yr(i);
|
17504
17505
|
this.size = a.size;
|
@@ -17528,7 +17529,7 @@ function Nx() {
|
|
17528
17529
|
}
|
17529
17530
|
Fn.prototype.clear = mE, Fn.prototype.delete = pE, Fn.prototype.get = vE, Fn.prototype.has = yE, Fn.prototype.set = _E;
|
17530
17531
|
function ng(i, a) {
|
17531
|
-
var l = fe(i), d = !l &&
|
17532
|
+
var l = fe(i), d = !l && fi(i), g = !l && !d && Gr(i), v = !l && !d && !g && Qi(i), C = l || d || g || v, T = C ? zl(i.length, kT) : [], S = T.length;
|
17532
17533
|
for (var D in i)
|
17533
17534
|
(a || Ue.call(i, D)) && !(C && // Safari 9 has enumerable `arguments.length` in strict mode.
|
17534
17535
|
(D == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
@@ -17542,7 +17543,7 @@ function Nx() {
|
|
17542
17543
|
return a ? i[au(0, a - 1)] : t;
|
17543
17544
|
}
|
17544
17545
|
function CE(i, a) {
|
17545
|
-
return bs(Wt(i),
|
17546
|
+
return bs(Wt(i), li(a, 0, i.length));
|
17546
17547
|
}
|
17547
17548
|
function wE(i) {
|
17548
17549
|
return bs(Wt(i));
|
@@ -17561,7 +17562,7 @@ function Nx() {
|
|
17561
17562
|
return -1;
|
17562
17563
|
}
|
17563
17564
|
function TE(i, a, l, d) {
|
17564
|
-
return
|
17565
|
+
return zr(i, function(g, v, C) {
|
17565
17566
|
a(d, g, l(g), C);
|
17566
17567
|
}), d;
|
17567
17568
|
}
|
@@ -17584,7 +17585,7 @@ function Nx() {
|
|
17584
17585
|
g[l] = v ? t : Pu(i, a[l]);
|
17585
17586
|
return g;
|
17586
17587
|
}
|
17587
|
-
function
|
17588
|
+
function li(i, a, l) {
|
17588
17589
|
return i === i && (l !== t && (i = i <= l ? i : l), a !== t && (i = i >= a ? i : a)), i;
|
17589
17590
|
}
|
17590
17591
|
function wn(i, a, l, d, g, v) {
|
@@ -17599,7 +17600,7 @@ function Nx() {
|
|
17599
17600
|
return Wt(i, C);
|
17600
17601
|
} else {
|
17601
17602
|
var U = Pt(i), W = U == qa || U == af;
|
17602
|
-
if (
|
17603
|
+
if (Gr(i))
|
17603
17604
|
return Rg(i, T);
|
17604
17605
|
if (U == vr || U == Ui || W && !g) {
|
17605
17606
|
if (C = S || W ? {} : Gg(i), !T)
|
@@ -17652,7 +17653,7 @@ function Nx() {
|
|
17652
17653
|
var g = -1, v = Qa, C = !0, T = i.length, S = [], D = a.length;
|
17653
17654
|
if (!T)
|
17654
17655
|
return S;
|
17655
|
-
l && (a = je(a, en(l))), d ? (v = Ul, C = !1) : a.length >= o && (v = Wo, C = !1, a = new
|
17656
|
+
l && (a = je(a, en(l))), d ? (v = Ul, C = !1) : a.length >= o && (v = Wo, C = !1, a = new ci(a));
|
17656
17657
|
e:
|
17657
17658
|
for (; ++g < T; ) {
|
17658
17659
|
var x = i[g], U = l == null ? x : l(x);
|
@@ -17665,10 +17666,10 @@ function Nx() {
|
|
17665
17666
|
}
|
17666
17667
|
return S;
|
17667
17668
|
}
|
17668
|
-
var
|
17669
|
+
var zr = Ng(Xn), sg = Ng(Zl, !0);
|
17669
17670
|
function SE(i, a) {
|
17670
17671
|
var l = !0;
|
17671
|
-
return
|
17672
|
+
return zr(i, function(d, g, v) {
|
17672
17673
|
return l = !!a(d, g, v), l;
|
17673
17674
|
}), l;
|
17674
17675
|
}
|
@@ -17688,7 +17689,7 @@ function Nx() {
|
|
17688
17689
|
}
|
17689
17690
|
function cg(i, a) {
|
17690
17691
|
var l = [];
|
17691
|
-
return
|
17692
|
+
return zr(i, function(d, g, v) {
|
17692
17693
|
a(d, g, v) && l.push(d);
|
17693
17694
|
}), l;
|
17694
17695
|
}
|
@@ -17696,7 +17697,7 @@ function Nx() {
|
|
17696
17697
|
var v = -1, C = i.length;
|
17697
17698
|
for (l || (l = gA), g || (g = []); ++v < C; ) {
|
17698
17699
|
var T = i[v];
|
17699
|
-
a > 0 && l(T) ? a > 1 ? Et(T, a - 1, l, d, g) :
|
17700
|
+
a > 0 && l(T) ? a > 1 ? Et(T, a - 1, l, d, g) : Br(g, T) : d || (g[g.length] = T);
|
17700
17701
|
}
|
17701
17702
|
return g;
|
17702
17703
|
}
|
@@ -17708,22 +17709,22 @@ function Nx() {
|
|
17708
17709
|
return i && lg(i, a, vt);
|
17709
17710
|
}
|
17710
17711
|
function ps(i, a) {
|
17711
|
-
return
|
17712
|
+
return Fr(a, function(l) {
|
17712
17713
|
return Ar(i[l]);
|
17713
17714
|
});
|
17714
17715
|
}
|
17715
|
-
function
|
17716
|
-
a =
|
17716
|
+
function ui(i, a) {
|
17717
|
+
a = Vr(a, i);
|
17717
17718
|
for (var l = 0, d = a.length; i != null && l < d; )
|
17718
17719
|
i = i[er(a[l++])];
|
17719
17720
|
return l && l == d ? i : t;
|
17720
17721
|
}
|
17721
17722
|
function ug(i, a, l) {
|
17722
17723
|
var d = a(i);
|
17723
|
-
return fe(i) ? d :
|
17724
|
+
return fe(i) ? d : Br(d, l(i));
|
17724
17725
|
}
|
17725
17726
|
function Ut(i) {
|
17726
|
-
return i == null ? i === t ? tw : ZC :
|
17727
|
+
return i == null ? i === t ? tw : ZC : ai && ai in $e(i) ? cA(i) : wA(i);
|
17727
17728
|
}
|
17728
17729
|
function eu(i, a) {
|
17729
17730
|
return i > a;
|
@@ -17740,7 +17741,7 @@ function Nx() {
|
|
17740
17741
|
function tu(i, a, l) {
|
17741
17742
|
for (var d = l ? Ul : Qa, g = i[0].length, v = i.length, C = v, T = R(v), S = 1 / 0, D = []; C--; ) {
|
17742
17743
|
var x = i[C];
|
17743
|
-
C && a && (x = je(x, en(a))), S = Ot(x.length, S), T[C] = !l && (a || g >= 120 && x.length >= 120) ? new
|
17744
|
+
C && a && (x = je(x, en(a))), S = Ot(x.length, S), T[C] = !l && (a || g >= 120 && x.length >= 120) ? new ci(C && x) : t;
|
17744
17745
|
}
|
17745
17746
|
x = i[0];
|
17746
17747
|
var U = -1, W = T[0];
|
@@ -17764,7 +17765,7 @@ function Nx() {
|
|
17764
17765
|
}), d;
|
17765
17766
|
}
|
17766
17767
|
function Xo(i, a, l) {
|
17767
|
-
a =
|
17768
|
+
a = Vr(a, i), i = Qg(i, a);
|
17768
17769
|
var d = i == null ? i : i[er(En(a))];
|
17769
17770
|
return d == null ? t : Zt(d, i, l);
|
17770
17771
|
}
|
@@ -17784,8 +17785,8 @@ function Nx() {
|
|
17784
17785
|
var C = fe(i), T = fe(a), S = C ? Wa : Pt(i), D = T ? Wa : Pt(a);
|
17785
17786
|
S = S == Ui ? vr : S, D = D == Ui ? vr : D;
|
17786
17787
|
var x = S == vr, U = D == vr, W = S == D;
|
17787
|
-
if (W &&
|
17788
|
-
if (!
|
17788
|
+
if (W && Gr(i)) {
|
17789
|
+
if (!Gr(a))
|
17789
17790
|
return !1;
|
17790
17791
|
C = !0, x = !1;
|
17791
17792
|
}
|
@@ -17832,7 +17833,7 @@ function Nx() {
|
|
17832
17833
|
if (!Qe(i) || pA(i))
|
17833
17834
|
return !1;
|
17834
17835
|
var a = Ar(i) ? DT : Aw;
|
17835
|
-
return a.test(
|
17836
|
+
return a.test(hi(i));
|
17836
17837
|
}
|
17837
17838
|
function xE(i) {
|
17838
17839
|
return Ze(i) && Ut(i) == Bo;
|
@@ -17867,7 +17868,7 @@ function Nx() {
|
|
17867
17868
|
}
|
17868
17869
|
function gg(i, a) {
|
17869
17870
|
var l = -1, d = Vt(i) ? R(i.length) : [];
|
17870
|
-
return
|
17871
|
+
return zr(i, function(g, v, C) {
|
17871
17872
|
d[++l] = a(g, v, C);
|
17872
17873
|
}), d;
|
17873
17874
|
}
|
@@ -17901,8 +17902,8 @@ function Nx() {
|
|
17901
17902
|
}
|
17902
17903
|
var x = v ? v(T, S, l + "", i, a, C) : t, U = x === t;
|
17903
17904
|
if (U) {
|
17904
|
-
var W = fe(S), Z = !W &&
|
17905
|
-
x = S, W || Z || ie ? fe(T) ? x = T : it(T) ? x = Wt(T) : Z ? (U = !1, x = Rg(S, !0)) : ie ? (U = !1, x = kg(S, !0)) : x = [] : ia(S) ||
|
17905
|
+
var W = fe(S), Z = !W && Gr(S), ie = !W && !Z && Qi(S);
|
17906
|
+
x = S, W || Z || ie ? fe(T) ? x = T : it(T) ? x = Wt(T) : Z ? (U = !1, x = Rg(S, !0)) : ie ? (U = !1, x = kg(S, !0)) : x = [] : ia(S) || fi(S) ? (x = T, fi(T) ? x = Sm(T) : (!Qe(T) || Ar(T)) && (x = Gg(S))) : U = !1;
|
17906
17907
|
}
|
17907
17908
|
U && (C.set(S, x), g(x, S, d, v, C), C.delete(S)), Jl(i, l, x);
|
17908
17909
|
}
|
@@ -17914,7 +17915,7 @@ function Nx() {
|
|
17914
17915
|
function yg(i, a, l) {
|
17915
17916
|
a.length ? a = je(a, function(v) {
|
17916
17917
|
return fe(v) ? function(C) {
|
17917
|
-
return
|
17918
|
+
return ui(C, v.length === 1 ? v[0] : v);
|
17918
17919
|
} : v;
|
17919
17920
|
}) : a = [Gt];
|
17920
17921
|
var d = -1;
|
@@ -17936,14 +17937,14 @@ function Nx() {
|
|
17936
17937
|
}
|
17937
17938
|
function _g(i, a, l) {
|
17938
17939
|
for (var d = -1, g = a.length, v = {}; ++d < g; ) {
|
17939
|
-
var C = a[d], T =
|
17940
|
-
l(T, C) && ea(v,
|
17940
|
+
var C = a[d], T = ui(i, C);
|
17941
|
+
l(T, C) && ea(v, Vr(C, i), T);
|
17941
17942
|
}
|
17942
17943
|
return v;
|
17943
17944
|
}
|
17944
17945
|
function $E(i) {
|
17945
17946
|
return function(a) {
|
17946
|
-
return
|
17947
|
+
return ui(a, i);
|
17947
17948
|
};
|
17948
17949
|
}
|
17949
17950
|
function ou(i, a, l, d) {
|
@@ -17988,12 +17989,12 @@ function Nx() {
|
|
17988
17989
|
}
|
17989
17990
|
function WE(i, a) {
|
17990
17991
|
var l = Xi(i);
|
17991
|
-
return bs(l,
|
17992
|
+
return bs(l, li(a, 0, l.length));
|
17992
17993
|
}
|
17993
17994
|
function ea(i, a, l, d) {
|
17994
17995
|
if (!Qe(i))
|
17995
17996
|
return i;
|
17996
|
-
a =
|
17997
|
+
a = Vr(a, i);
|
17997
17998
|
for (var g = -1, v = a.length, C = v - 1, T = i; T != null && ++g < v; ) {
|
17998
17999
|
var S = er(a[g]), D = l;
|
17999
18000
|
if (S === "__proto__" || S === "constructor" || S === "prototype")
|
@@ -18028,7 +18029,7 @@ function Nx() {
|
|
18028
18029
|
}
|
18029
18030
|
function GE(i, a) {
|
18030
18031
|
var l;
|
18031
|
-
return
|
18032
|
+
return zr(i, function(d, g, v) {
|
18032
18033
|
return l = a(d, g, v), !l;
|
18033
18034
|
}), !!l;
|
18034
18035
|
}
|
@@ -18080,7 +18081,7 @@ function Nx() {
|
|
18080
18081
|
var a = i + "";
|
18081
18082
|
return a == "0" && 1 / i == -zt ? "-0" : a;
|
18082
18083
|
}
|
18083
|
-
function
|
18084
|
+
function Wr(i, a, l) {
|
18084
18085
|
var d = -1, g = Qa, v = i.length, C = !0, T = [], S = T;
|
18085
18086
|
if (l)
|
18086
18087
|
C = !1, g = Ul;
|
@@ -18088,7 +18089,7 @@ function Nx() {
|
|
18088
18089
|
var D = a ? null : iA(i);
|
18089
18090
|
if (D)
|
18090
18091
|
return Za(D);
|
18091
|
-
C = !1, g = Wo, S = new
|
18092
|
+
C = !1, g = Wo, S = new ci();
|
18092
18093
|
} else
|
18093
18094
|
S = a ? [] : T;
|
18094
18095
|
e:
|
@@ -18104,10 +18105,10 @@ function Nx() {
|
|
18104
18105
|
return T;
|
18105
18106
|
}
|
18106
18107
|
function lu(i, a) {
|
18107
|
-
return a =
|
18108
|
+
return a = Vr(a, i), i = Qg(i, a), i == null || delete i[er(En(a))];
|
18108
18109
|
}
|
18109
18110
|
function Ag(i, a, l, d) {
|
18110
|
-
return ea(i, a, l(
|
18111
|
+
return ea(i, a, l(ui(i, a)), d);
|
18111
18112
|
}
|
18112
18113
|
function _s(i, a, l, d) {
|
18113
18114
|
for (var g = i.length, v = d ? g : -1; (d ? v-- : ++v < g) && a(i[v], v, i); )
|
@@ -18117,17 +18118,17 @@ function Nx() {
|
|
18117
18118
|
function Sg(i, a) {
|
18118
18119
|
var l = i;
|
18119
18120
|
return l instanceof Se && (l = l.value()), Hl(a, function(d, g) {
|
18120
|
-
return g.func.apply(g.thisArg,
|
18121
|
+
return g.func.apply(g.thisArg, Br([d], g.args));
|
18121
18122
|
}, l);
|
18122
18123
|
}
|
18123
18124
|
function uu(i, a, l) {
|
18124
18125
|
var d = i.length;
|
18125
18126
|
if (d < 2)
|
18126
|
-
return d ?
|
18127
|
+
return d ? Wr(i[0]) : [];
|
18127
18128
|
for (var g = -1, v = R(d); ++g < d; )
|
18128
18129
|
for (var C = i[g], T = -1; ++T < d; )
|
18129
18130
|
T != g && (v[g] = Qo(v[g] || C, i[T], a, l));
|
18130
|
-
return
|
18131
|
+
return Wr(Et(v, 1), a, l);
|
18131
18132
|
}
|
18132
18133
|
function Ig(i, a, l) {
|
18133
18134
|
for (var d = -1, g = i.length, v = a.length, C = {}; ++d < g; ) {
|
@@ -18142,11 +18143,11 @@ function Nx() {
|
|
18142
18143
|
function hu(i) {
|
18143
18144
|
return typeof i == "function" ? i : Gt;
|
18144
18145
|
}
|
18145
|
-
function
|
18146
|
+
function Vr(i, a) {
|
18146
18147
|
return fe(i) ? i : wu(i, a) ? [i] : tm(Le(i));
|
18147
18148
|
}
|
18148
18149
|
var jE = we;
|
18149
|
-
function
|
18150
|
+
function qr(i, a, l) {
|
18150
18151
|
var d = i.length;
|
18151
18152
|
return l = l === t ? d : l, !a && l >= d ? i : Tn(i, a, l);
|
18152
18153
|
}
|
@@ -18287,7 +18288,7 @@ function Nx() {
|
|
18287
18288
|
function xg(i) {
|
18288
18289
|
return function(a) {
|
18289
18290
|
a = Le(a);
|
18290
|
-
var l = $i(a) ? Hn(a) : t, d = l ? l[0] : a.charAt(0), g = l ?
|
18291
|
+
var l = $i(a) ? Hn(a) : t, d = l ? l[0] : a.charAt(0), g = l ? qr(l, 1).join("") : a.slice(1);
|
18291
18292
|
return d[i]() + g;
|
18292
18293
|
};
|
18293
18294
|
}
|
@@ -18326,7 +18327,7 @@ function Nx() {
|
|
18326
18327
|
function g() {
|
18327
18328
|
for (var v = arguments.length, C = R(v), T = v, S = Ji(g); T--; )
|
18328
18329
|
C[T] = arguments[T];
|
18329
|
-
var D = v < 3 && C[0] !== S && C[v - 1] !== S ? [] :
|
18330
|
+
var D = v < 3 && C[0] !== S && C[v - 1] !== S ? [] : $r(C, S);
|
18330
18331
|
if (v -= D.length, v < l)
|
18331
18332
|
return Bg(
|
18332
18333
|
i,
|
@@ -18391,7 +18392,7 @@ function Nx() {
|
|
18391
18392
|
if (Z)
|
18392
18393
|
var Ft = Ji(oe), on = gT(be, Ft);
|
18393
18394
|
if (d && (be = Pg(be, d, g, Z)), v && (be = Mg(be, v, C, Z)), Ae -= on, Z && Ae < D) {
|
18394
|
-
var ot =
|
18395
|
+
var ot = $r(be, Ft);
|
18395
18396
|
return Bg(
|
18396
18397
|
i,
|
18397
18398
|
a,
|
@@ -18444,7 +18445,7 @@ function Nx() {
|
|
18444
18445
|
if (l < 2)
|
18445
18446
|
return l ? su(a, i) : a;
|
18446
18447
|
var d = su(a, ls(i / Ki(a)));
|
18447
|
-
return $i(a) ?
|
18448
|
+
return $i(a) ? qr(Hn(d), 0, i).join("") : d.slice(0, i);
|
18448
18449
|
}
|
18449
18450
|
function rA(i, a, l, d) {
|
18450
18451
|
var g = a & O, v = ta(i);
|
@@ -18546,7 +18547,7 @@ function Nx() {
|
|
18546
18547
|
var D = v.get(i), x = v.get(a);
|
18547
18548
|
if (D && x)
|
18548
18549
|
return D == a && x == i;
|
18549
|
-
var U = -1, W = !0, Z = l & I ? new
|
18550
|
+
var U = -1, W = !0, Z = l & I ? new ci() : t;
|
18550
18551
|
for (v.set(i, a), v.set(a, i); ++U < T; ) {
|
18551
18552
|
var ie = i[U], _e = a[U];
|
18552
18553
|
if (d)
|
@@ -18677,31 +18678,31 @@ function Nx() {
|
|
18677
18678
|
}
|
18678
18679
|
return a;
|
18679
18680
|
}
|
18680
|
-
function
|
18681
|
+
function di(i, a) {
|
18681
18682
|
var l = yT(i, a);
|
18682
18683
|
return hg(l) ? l : t;
|
18683
18684
|
}
|
18684
18685
|
function cA(i) {
|
18685
|
-
var a = Ue.call(i,
|
18686
|
+
var a = Ue.call(i, ai), l = i[ai];
|
18686
18687
|
try {
|
18687
|
-
i[
|
18688
|
+
i[ai] = t;
|
18688
18689
|
var d = !0;
|
18689
18690
|
} catch {
|
18690
18691
|
}
|
18691
18692
|
var g = rs.call(i);
|
18692
|
-
return d && (a ? i[
|
18693
|
+
return d && (a ? i[ai] = l : delete i[ai]), g;
|
18693
18694
|
}
|
18694
18695
|
var Cu = Gl ? function(i) {
|
18695
|
-
return i == null ? [] : (i = $e(i),
|
18696
|
+
return i == null ? [] : (i = $e(i), Fr(Gl(i), function(a) {
|
18696
18697
|
return Qf.call(i, a);
|
18697
18698
|
}));
|
18698
18699
|
} : Hu, Vg = Gl ? function(i) {
|
18699
18700
|
for (var a = []; i; )
|
18700
|
-
|
18701
|
+
Br(a, Cu(i)), i = as(i);
|
18701
18702
|
return a;
|
18702
18703
|
} : Hu, Pt = Ut;
|
18703
18704
|
(jl && Pt(new jl(new ArrayBuffer(1))) != Hi || qo && Pt(new qo()) != Ln || Yl && Pt(Yl.resolve()) != sf || Vi && Pt(new Vi()) != Un || Go && Pt(new Go()) != Ko) && (Pt = function(i) {
|
18704
|
-
var a = Ut(i), l = a == vr ? i.constructor : t, d = l ?
|
18705
|
+
var a = Ut(i), l = a == vr ? i.constructor : t, d = l ? hi(l) : "";
|
18705
18706
|
if (d)
|
18706
18707
|
switch (d) {
|
18707
18708
|
case WT:
|
@@ -18742,14 +18743,14 @@ function Nx() {
|
|
18742
18743
|
return a ? a[1].split(vw) : [];
|
18743
18744
|
}
|
18744
18745
|
function qg(i, a, l) {
|
18745
|
-
a =
|
18746
|
+
a = Vr(a, i);
|
18746
18747
|
for (var d = -1, g = a.length, v = !1; ++d < g; ) {
|
18747
18748
|
var C = er(a[d]);
|
18748
18749
|
if (!(v = i != null && l(i, C)))
|
18749
18750
|
break;
|
18750
18751
|
i = i[C];
|
18751
18752
|
}
|
18752
|
-
return v || ++d != g ? v : (g = i == null ? 0 : i.length, !!g && Ns(g) && Er(C, g) && (fe(i) ||
|
18753
|
+
return v || ++d != g ? v : (g = i == null ? 0 : i.length, !!g && Ns(g) && Er(C, g) && (fe(i) || fi(i)));
|
18753
18754
|
}
|
18754
18755
|
function dA(i) {
|
18755
18756
|
var a = i.length, l = new i.constructor(a);
|
@@ -18801,7 +18802,7 @@ function Nx() {
|
|
18801
18802
|
`);
|
18802
18803
|
}
|
18803
18804
|
function gA(i) {
|
18804
|
-
return fe(i) ||
|
18805
|
+
return fe(i) || fi(i) || !!(Xf && i && i[Xf]);
|
18805
18806
|
}
|
18806
18807
|
function Er(i, a) {
|
18807
18808
|
var l = typeof i;
|
@@ -18862,9 +18863,9 @@ function Nx() {
|
|
18862
18863
|
var T = a[3];
|
18863
18864
|
if (T) {
|
18864
18865
|
var S = i[3];
|
18865
|
-
i[3] = S ? Pg(S, T, a[4]) : T, i[4] = S ?
|
18866
|
+
i[3] = S ? Pg(S, T, a[4]) : T, i[4] = S ? $r(i[3], m) : a[4];
|
18866
18867
|
}
|
18867
|
-
return T = a[5], T && (S = i[5], i[5] = S ? Mg(S, T, a[6]) : T, i[6] = S ?
|
18868
|
+
return T = a[5], T && (S = i[5], i[5] = S ? Mg(S, T, a[6]) : T, i[6] = S ? $r(i[5], m) : a[6]), T = a[7], T && (i[7] = T), d & j && (i[8] = i[8] == null ? a[8] : Ot(i[8], a[8])), i[9] == null && (i[9] = a[9]), i[0] = a[0], i[1] = g, i;
|
18868
18869
|
}
|
18869
18870
|
function CA(i) {
|
18870
18871
|
var a = [];
|
@@ -18887,7 +18888,7 @@ function Nx() {
|
|
18887
18888
|
};
|
18888
18889
|
}
|
18889
18890
|
function Qg(i, a) {
|
18890
|
-
return a.length < 2 ? i :
|
18891
|
+
return a.length < 2 ? i : ui(i, Tn(a, 0, -1));
|
18891
18892
|
}
|
18892
18893
|
function TA(i, a) {
|
18893
18894
|
for (var l = i.length, d = Ot(a.length, l), g = Wt(i); d--; ) {
|
@@ -18939,7 +18940,7 @@ function Nx() {
|
|
18939
18940
|
var a = i + "";
|
18940
18941
|
return a == "0" && 1 / i == -zt ? "-0" : a;
|
18941
18942
|
}
|
18942
|
-
function
|
18943
|
+
function hi(i) {
|
18943
18944
|
if (i != null) {
|
18944
18945
|
try {
|
18945
18946
|
return ns.call(i);
|
@@ -18986,7 +18987,7 @@ function Nx() {
|
|
18986
18987
|
return [];
|
18987
18988
|
for (var a = R(i - 1), l = arguments[0], d = i; d--; )
|
18988
18989
|
a[d - 1] = arguments[d];
|
18989
|
-
return
|
18990
|
+
return Br(fe(l) ? Wt(l) : [l], Et(a, 1));
|
18990
18991
|
}
|
18991
18992
|
var bA = we(function(i, a) {
|
18992
18993
|
return it(i) ? Qo(i, Et(a, 1, it, !0)) : [];
|
@@ -19177,28 +19178,28 @@ function Nx() {
|
|
19177
19178
|
return i && i.length ? _s(i, re(a, 3)) : [];
|
19178
19179
|
}
|
19179
19180
|
var dS = we(function(i) {
|
19180
|
-
return
|
19181
|
+
return Wr(Et(i, 1, it, !0));
|
19181
19182
|
}), hS = we(function(i) {
|
19182
19183
|
var a = En(i);
|
19183
|
-
return it(a) && (a = t),
|
19184
|
+
return it(a) && (a = t), Wr(Et(i, 1, it, !0), re(a, 2));
|
19184
19185
|
}), fS = we(function(i) {
|
19185
19186
|
var a = En(i);
|
19186
|
-
return a = typeof a == "function" ? a : t,
|
19187
|
+
return a = typeof a == "function" ? a : t, Wr(Et(i, 1, it, !0), t, a);
|
19187
19188
|
});
|
19188
19189
|
function gS(i) {
|
19189
|
-
return i && i.length ?
|
19190
|
+
return i && i.length ? Wr(i) : [];
|
19190
19191
|
}
|
19191
19192
|
function mS(i, a) {
|
19192
|
-
return i && i.length ?
|
19193
|
+
return i && i.length ? Wr(i, re(a, 2)) : [];
|
19193
19194
|
}
|
19194
19195
|
function pS(i, a) {
|
19195
|
-
return a = typeof a == "function" ? a : t, i && i.length ?
|
19196
|
+
return a = typeof a == "function" ? a : t, i && i.length ? Wr(i, t, a) : [];
|
19196
19197
|
}
|
19197
19198
|
function Iu(i) {
|
19198
19199
|
if (!(i && i.length))
|
19199
19200
|
return [];
|
19200
19201
|
var a = 0;
|
19201
|
-
return i =
|
19202
|
+
return i = Fr(i, function(l) {
|
19202
19203
|
if (it(l))
|
19203
19204
|
return a = ft(l.length, a), !0;
|
19204
19205
|
}), zl(a, function(l) {
|
@@ -19216,13 +19217,13 @@ function Nx() {
|
|
19216
19217
|
var vS = we(function(i, a) {
|
19217
19218
|
return it(i) ? Qo(i, a) : [];
|
19218
19219
|
}), yS = we(function(i) {
|
19219
|
-
return uu(
|
19220
|
+
return uu(Fr(i, it));
|
19220
19221
|
}), _S = we(function(i) {
|
19221
19222
|
var a = En(i);
|
19222
|
-
return it(a) && (a = t), uu(
|
19223
|
+
return it(a) && (a = t), uu(Fr(i, it), re(a, 2));
|
19223
19224
|
}), CS = we(function(i) {
|
19224
19225
|
var a = En(i);
|
19225
|
-
return a = typeof a == "function" ? a : t, uu(
|
19226
|
+
return a = typeof a == "function" ? a : t, uu(Fr(i, it), t, a);
|
19226
19227
|
}), wS = we(Iu);
|
19227
19228
|
function TS(i, a) {
|
19228
19229
|
return Ig(i || [], a || [], Jo);
|
@@ -19302,7 +19303,7 @@ function Nx() {
|
|
19302
19303
|
return l && Ht(i, a, l) && (a = t), d(i, re(a, 3));
|
19303
19304
|
}
|
19304
19305
|
function LS(i, a) {
|
19305
|
-
var l = fe(i) ?
|
19306
|
+
var l = fe(i) ? Fr : cg;
|
19306
19307
|
return l(i, re(a, 3));
|
19307
19308
|
}
|
19308
19309
|
var US = Lg(rm), HS = Lg(im);
|
@@ -19316,7 +19317,7 @@ function Nx() {
|
|
19316
19317
|
return l = l === t ? 1 : ye(l), Et(ks(i, a), l);
|
19317
19318
|
}
|
19318
19319
|
function um(i, a) {
|
19319
|
-
var l = fe(i) ? yn :
|
19320
|
+
var l = fe(i) ? yn : zr;
|
19320
19321
|
return l(i, re(a, 3));
|
19321
19322
|
}
|
19322
19323
|
function dm(i, a) {
|
@@ -19333,7 +19334,7 @@ function Nx() {
|
|
19333
19334
|
}
|
19334
19335
|
var WS = we(function(i, a, l) {
|
19335
19336
|
var d = -1, g = typeof a == "function", v = Vt(i) ? R(i.length) : [];
|
19336
|
-
return
|
19337
|
+
return zr(i, function(C) {
|
19337
19338
|
v[++d] = g ? Zt(a, C, l) : Xo(C, a, l);
|
19338
19339
|
}), v;
|
19339
19340
|
}), VS = Cs(function(i, a, l) {
|
@@ -19353,14 +19354,14 @@ function Nx() {
|
|
19353
19354
|
});
|
19354
19355
|
function jS(i, a, l) {
|
19355
19356
|
var d = fe(i) ? Hl : Kf, g = arguments.length < 3;
|
19356
|
-
return d(i, re(a, 4), l, g,
|
19357
|
+
return d(i, re(a, 4), l, g, zr);
|
19357
19358
|
}
|
19358
19359
|
function YS(i, a, l) {
|
19359
19360
|
var d = fe(i) ? sT : Kf, g = arguments.length < 3;
|
19360
19361
|
return d(i, re(a, 4), l, g, sg);
|
19361
19362
|
}
|
19362
19363
|
function JS(i, a) {
|
19363
|
-
var l = fe(i) ?
|
19364
|
+
var l = fe(i) ? Fr : cg;
|
19364
19365
|
return l(i, Ms(re(a, 3)));
|
19365
19366
|
}
|
19366
19367
|
function QS(i) {
|
@@ -19418,14 +19419,14 @@ function Nx() {
|
|
19418
19419
|
var bu = we(function(i, a, l) {
|
19419
19420
|
var d = O;
|
19420
19421
|
if (l.length) {
|
19421
|
-
var g =
|
19422
|
+
var g = $r(l, Ji(bu));
|
19422
19423
|
d |= ee;
|
19423
19424
|
}
|
19424
19425
|
return wr(i, d, a, l, g);
|
19425
19426
|
}), gm = we(function(i, a, l) {
|
19426
19427
|
var d = O | V;
|
19427
19428
|
if (l.length) {
|
19428
|
-
var g =
|
19429
|
+
var g = $r(l, Ji(gm));
|
19429
19430
|
d |= ee;
|
19430
19431
|
}
|
19431
19432
|
return wr(a, d, i, l, g);
|
@@ -19538,10 +19539,10 @@ function Nx() {
|
|
19538
19539
|
return Zt(i, this, d);
|
19539
19540
|
});
|
19540
19541
|
}), Ru = we(function(i, a) {
|
19541
|
-
var l =
|
19542
|
+
var l = $r(a, Ji(Ru));
|
19542
19543
|
return wr(i, ee, t, a, l);
|
19543
19544
|
}), ym = we(function(i, a) {
|
19544
|
-
var l =
|
19545
|
+
var l = $r(a, Ji(ym));
|
19545
19546
|
return wr(i, Pe, t, a, l);
|
19546
19547
|
}), lI = Tr(function(i, a) {
|
19547
19548
|
return wr(i, dt, t, t, t, a);
|
@@ -19555,8 +19556,8 @@ function Nx() {
|
|
19555
19556
|
if (typeof i != "function")
|
19556
19557
|
throw new _n(c);
|
19557
19558
|
return a = a == null ? 0 : ft(ye(a), 0), we(function(l) {
|
19558
|
-
var d = l[a], g =
|
19559
|
-
return d &&
|
19559
|
+
var d = l[a], g = qr(l, 0, a);
|
19560
|
+
return d && Br(g, d), Zt(i, this, g);
|
19560
19561
|
});
|
19561
19562
|
}
|
19562
19563
|
function hI(i, a, l) {
|
@@ -19601,7 +19602,7 @@ function Nx() {
|
|
19601
19602
|
}
|
19602
19603
|
var wI = As(eu), TI = As(function(i, a) {
|
19603
19604
|
return i >= a;
|
19604
|
-
}),
|
19605
|
+
}), fi = dg(/* @__PURE__ */ function() {
|
19605
19606
|
return arguments;
|
19606
19607
|
}()) ? dg : function(i) {
|
19607
19608
|
return Ze(i) && Ue.call(i, "callee") && !Qf.call(i, "callee");
|
@@ -19615,14 +19616,14 @@ function Nx() {
|
|
19615
19616
|
function AI(i) {
|
19616
19617
|
return i === !0 || i === !1 || Ze(i) && Ut(i) == Uo;
|
19617
19618
|
}
|
19618
|
-
var
|
19619
|
+
var Gr = HT || Fu, SI = Nf ? en(Nf) : ME;
|
19619
19620
|
function II(i) {
|
19620
19621
|
return Ze(i) && i.nodeType === 1 && !ia(i);
|
19621
19622
|
}
|
19622
19623
|
function bI(i) {
|
19623
19624
|
if (i == null)
|
19624
19625
|
return !0;
|
19625
|
-
if (Vt(i) && (fe(i) || typeof i == "string" || typeof i.splice == "function" ||
|
19626
|
+
if (Vt(i) && (fe(i) || typeof i == "string" || typeof i.splice == "function" || Gr(i) || Qi(i) || fi(i)))
|
19626
19627
|
return !i.length;
|
19627
19628
|
var a = Pt(i);
|
19628
19629
|
if (a == Ln || a == Un)
|
@@ -19751,7 +19752,7 @@ function Nx() {
|
|
19751
19752
|
return a === a ? l ? a - l : a : 0;
|
19752
19753
|
}
|
19753
19754
|
function Am(i) {
|
19754
|
-
return i ?
|
19755
|
+
return i ? li(ye(i), 0, Xt) : 0;
|
19755
19756
|
}
|
19756
19757
|
function An(i) {
|
19757
19758
|
if (typeof i == "number")
|
@@ -19772,7 +19773,7 @@ function Nx() {
|
|
19772
19773
|
return Zn(i, qt(i));
|
19773
19774
|
}
|
19774
19775
|
function zI(i) {
|
19775
|
-
return i ?
|
19776
|
+
return i ? li(ye(i), -st, st) : i === 0 ? i : 0;
|
19776
19777
|
}
|
19777
19778
|
function Le(i) {
|
19778
19779
|
return i == null ? "" : tn(i);
|
@@ -19832,7 +19833,7 @@ function Nx() {
|
|
19832
19833
|
return i == null ? [] : ps(i, qt(i));
|
19833
19834
|
}
|
19834
19835
|
function Pu(i, a, l) {
|
19835
|
-
var d = i == null ? t :
|
19836
|
+
var d = i == null ? t : ui(i, a);
|
19836
19837
|
return d === t ? l : d;
|
19837
19838
|
}
|
19838
19839
|
function ib(i, a) {
|
@@ -19874,7 +19875,7 @@ function Nx() {
|
|
19874
19875
|
return l;
|
19875
19876
|
var d = !1;
|
19876
19877
|
a = je(a, function(v) {
|
19877
|
-
return v =
|
19878
|
+
return v = Vr(v, i), d || (d = v.length > 1), v;
|
19878
19879
|
}), Zn(i, vu(i), l), d && (l = wn(l, _ | y | E, oA));
|
19879
19880
|
for (var g = a.length; g--; )
|
19880
19881
|
lu(l, a[g]);
|
@@ -19897,7 +19898,7 @@ function Nx() {
|
|
19897
19898
|
});
|
19898
19899
|
}
|
19899
19900
|
function gb(i, a, l) {
|
19900
|
-
a =
|
19901
|
+
a = Vr(a, i);
|
19901
19902
|
var d = -1, g = a.length;
|
19902
19903
|
for (g || (g = 1, i = t); ++d < g; ) {
|
19903
19904
|
var v = i == null ? t : i[er(a[d])];
|
@@ -19913,7 +19914,7 @@ function Nx() {
|
|
19913
19914
|
}
|
19914
19915
|
var km = $g(vt), Om = $g(qt);
|
19915
19916
|
function vb(i, a, l) {
|
19916
|
-
var d = fe(i), g = d ||
|
19917
|
+
var d = fe(i), g = d || Gr(i) || Qi(i);
|
19917
19918
|
if (a = re(a, 4), l == null) {
|
19918
19919
|
var v = i && i.constructor;
|
19919
19920
|
g ? l = d ? new v() : [] : Qe(i) ? l = Ar(v) ? Gi(as(i)) : {} : l = {};
|
@@ -19938,7 +19939,7 @@ function Nx() {
|
|
19938
19939
|
return i == null ? [] : Wl(i, qt(i));
|
19939
19940
|
}
|
19940
19941
|
function Tb(i, a, l) {
|
19941
|
-
return l === t && (l = a, a = t), l !== t && (l = An(l), l = l === l ? l : 0), a !== t && (a = An(a), a = a === a ? a : 0),
|
19942
|
+
return l === t && (l = a, a = t), l !== t && (l = An(l), l = l === l ? l : 0), a !== t && (a = An(a), a = a === a ? a : 0), li(An(i), a, l);
|
19942
19943
|
}
|
19943
19944
|
function Eb(i, a, l) {
|
19944
19945
|
return a = Sr(a), l === t ? (l = a, a = 0) : l = Sr(l), i = An(i), kE(i, a, l);
|
@@ -19966,7 +19967,7 @@ function Nx() {
|
|
19966
19967
|
function Ib(i, a, l) {
|
19967
19968
|
i = Le(i), a = tn(a);
|
19968
19969
|
var d = i.length;
|
19969
|
-
l = l === t ? d :
|
19970
|
+
l = l === t ? d : li(ye(l), 0, d);
|
19970
19971
|
var g = l;
|
19971
19972
|
return l -= a.length, l >= 0 && i.slice(l, g) == a;
|
19972
19973
|
}
|
@@ -20013,13 +20014,13 @@ function Nx() {
|
|
20013
20014
|
return i + (l ? "_" : "") + a.toLowerCase();
|
20014
20015
|
});
|
20015
20016
|
function Fb(i, a, l) {
|
20016
|
-
return l && typeof l != "number" && Ht(i, a, l) && (a = l = t), l = l === t ? Xt : l >>> 0, l ? (i = Le(i), i && (typeof a == "string" || a != null && !Ou(a)) && (a = tn(a), !a && $i(i)) ?
|
20017
|
+
return l && typeof l != "number" && Ht(i, a, l) && (a = l = t), l = l === t ? Xt : l >>> 0, l ? (i = Le(i), i && (typeof a == "string" || a != null && !Ou(a)) && (a = tn(a), !a && $i(i)) ? qr(Hn(i), 0, l) : i.split(a, l)) : [];
|
20017
20018
|
}
|
20018
20019
|
var Bb = Yi(function(i, a, l) {
|
20019
20020
|
return i + (l ? " " : "") + Nu(a);
|
20020
20021
|
});
|
20021
20022
|
function $b(i, a, l) {
|
20022
|
-
return i = Le(i), l = l == null ? 0 :
|
20023
|
+
return i = Le(i), l = l == null ? 0 : li(ye(l), 0, i.length), a = tn(a), i.slice(l, l + a.length) == a;
|
20023
20024
|
}
|
20024
20025
|
function Kb(i, a, l) {
|
20025
20026
|
var d = p.templateSettings;
|
@@ -20073,7 +20074,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
20073
20074
|
if (!i || !(a = tn(a)))
|
20074
20075
|
return i;
|
20075
20076
|
var d = Hn(i), g = Hn(a), v = Wf(d, g), C = Vf(d, g) + 1;
|
20076
|
-
return
|
20077
|
+
return qr(d, v, C).join("");
|
20077
20078
|
}
|
20078
20079
|
function qb(i, a, l) {
|
20079
20080
|
if (i = Le(i), i && (l || a === t))
|
@@ -20081,7 +20082,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
20081
20082
|
if (!i || !(a = tn(a)))
|
20082
20083
|
return i;
|
20083
20084
|
var d = Hn(i), g = Vf(d, Hn(a)) + 1;
|
20084
|
-
return
|
20085
|
+
return qr(d, 0, g).join("");
|
20085
20086
|
}
|
20086
20087
|
function Gb(i, a, l) {
|
20087
20088
|
if (i = Le(i), i && (l || a === t))
|
@@ -20089,7 +20090,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
20089
20090
|
if (!i || !(a = tn(a)))
|
20090
20091
|
return i;
|
20091
20092
|
var d = Hn(i), g = Wf(d, Hn(a));
|
20092
|
-
return
|
20093
|
+
return qr(d, g).join("");
|
20093
20094
|
}
|
20094
20095
|
function jb(i, a) {
|
20095
20096
|
var l = X, d = J;
|
@@ -20108,7 +20109,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
20108
20109
|
var T = l - Ki(d);
|
20109
20110
|
if (T < 1)
|
20110
20111
|
return d;
|
20111
|
-
var S = C ?
|
20112
|
+
var S = C ? qr(C, 0, T).join("") : i.slice(0, T);
|
20112
20113
|
if (g === t)
|
20113
20114
|
return S + d;
|
20114
20115
|
if (C && (T += S.length - T), Ou(g)) {
|
@@ -20203,7 +20204,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
20203
20204
|
var x = i(this.__wrapped__), U = x.__actions__ = Wt(this.__actions__);
|
20204
20205
|
return U.push({ func: S, args: arguments, thisArg: i }), x.__chain__ = D, x;
|
20205
20206
|
}
|
20206
|
-
return S.apply(i,
|
20207
|
+
return S.apply(i, Br([this.value()], arguments));
|
20207
20208
|
});
|
20208
20209
|
}), i;
|
20209
20210
|
}
|
@@ -20223,7 +20224,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
20223
20224
|
}
|
20224
20225
|
function hR(i) {
|
20225
20226
|
return function(a) {
|
20226
|
-
return i == null ? t :
|
20227
|
+
return i == null ? t : ui(i, a);
|
20227
20228
|
};
|
20228
20229
|
}
|
20229
20230
|
var fR = Fg(), gR = Fg(!0);
|
@@ -20292,7 +20293,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
20292
20293
|
function xR(i, a) {
|
20293
20294
|
return i && i.length ? Kl(i, re(a, 2)) : 0;
|
20294
20295
|
}
|
20295
|
-
return p.after = rI, p.ary = hm, p.assign = WI, p.assignIn = Im, p.assignInWith = xs, p.assignWith = VI, p.at = qI, p.before = fm, p.bind = bu, p.bindAll = Qb, p.bindKey = gm, p.castArray = mI, p.chain = lm, p.chunk = AA, p.compact = SA, p.concat = IA, p.cond = Xb, p.conforms = Zb, p.constant = Du, p.countBy = DS, p.create = GI, p.curry = mm, p.curryRight = pm, p.debounce = vm, p.defaults = jI, p.defaultsDeep = YI, p.defer = iI, p.delay = oI, p.difference = bA, p.differenceBy = RA, p.differenceWith = kA, p.drop = OA, p.dropRight = PA, p.dropRightWhile = MA, p.dropWhile = NA, p.fill = DA, p.filter = LS, p.flatMap = FS, p.flatMapDeep = BS, p.flatMapDepth = $S, p.flatten = om, p.flattenDeep = xA, p.flattenDepth = LA, p.flip = aI, p.flow = tR, p.flowRight = nR, p.fromPairs = UA, p.functions = nb, p.functionsIn = rb, p.groupBy = KS, p.initial = FA, p.intersection = BA, p.intersectionBy = $A, p.intersectionWith = KA, p.invert = ob, p.invertBy = ab, p.invokeMap = WS, p.iteratee = xu, p.keyBy = VS, p.keys = vt, p.keysIn = qt, p.map = ks, p.mapKeys = cb, p.mapValues = lb, p.matches = rR, p.matchesProperty = iR, p.memoize = Ps, p.merge = ub, p.mergeWith = bm, p.method = oR, p.methodOf = aR, p.mixin = Lu, p.negate = Ms, p.nthArg = cR, p.omit = db, p.omitBy = hb, p.once = sI, p.orderBy = qS, p.over = lR, p.overArgs = cI, p.overEvery = uR, p.overSome = dR, p.partial = Ru, p.partialRight = ym, p.partition = GS, p.pick = fb, p.pickBy = Rm, p.property = xm, p.propertyOf = hR, p.pull = qA, p.pullAll = sm, p.pullAllBy = GA, p.pullAllWith = jA, p.pullAt = YA, p.range = fR, p.rangeRight = gR, p.rearg = lI, p.reject = JS, p.remove = JA, p.rest = uI, p.reverse = Su, p.sampleSize = XS, p.set = mb, p.setWith = pb, p.shuffle = ZS, p.slice = QA, p.sortBy = nI, p.sortedUniq = iS, p.sortedUniqBy = oS, p.split = Fb, p.spread = dI, p.tail = aS, p.take = sS, p.takeRight = cS, p.takeRightWhile = lS, p.takeWhile = uS, p.tap = SS, p.throttle = hI, p.thru = Rs, p.toArray = Em, p.toPairs = km, p.toPairsIn = Om, p.toPath = _R, p.toPlainObject = Sm, p.transform = vb, p.unary = fI, p.union = dS, p.unionBy = hS, p.unionWith = fS, p.uniq = gS, p.uniqBy = mS, p.uniqWith = pS, p.unset = yb, p.unzip = Iu, p.unzipWith = cm, p.update = _b, p.updateWith = Cb, p.values = Xi, p.valuesIn = wb, p.without = vS, p.words = Nm, p.wrap = gI, p.xor = yS, p.xorBy = _S, p.xorWith = CS, p.zip = wS, p.zipObject = TS, p.zipObjectDeep = ES, p.zipWith = AS, p.entries = km, p.entriesIn = Om, p.extend = Im, p.extendWith = xs, Lu(p, p), p.add = wR, p.attempt = Dm, p.camelCase = Sb, p.capitalize = Pm, p.ceil = TR, p.clamp = Tb, p.clone = pI, p.cloneDeep = yI, p.cloneDeepWith = _I, p.cloneWith = vI, p.conformsTo = CI, p.deburr = Mm, p.defaultTo = eR, p.divide = ER, p.endsWith = Ib, p.eq = Bn, p.escape = bb, p.escapeRegExp = Rb, p.every = xS, p.find = US, p.findIndex = rm, p.findKey = JI, p.findLast = HS, p.findLastIndex = im, p.findLastKey = QI, p.floor = AR, p.forEach = um, p.forEachRight = dm, p.forIn = XI, p.forInRight = ZI, p.forOwn = eb, p.forOwnRight = tb, p.get = Pu, p.gt = wI, p.gte = TI, p.has = ib, p.hasIn = Mu, p.head = am, p.identity = Gt, p.includes = zS, p.indexOf = HA, p.inRange = Eb, p.invoke = sb, p.isArguments =
|
20296
|
+
return p.after = rI, p.ary = hm, p.assign = WI, p.assignIn = Im, p.assignInWith = xs, p.assignWith = VI, p.at = qI, p.before = fm, p.bind = bu, p.bindAll = Qb, p.bindKey = gm, p.castArray = mI, p.chain = lm, p.chunk = AA, p.compact = SA, p.concat = IA, p.cond = Xb, p.conforms = Zb, p.constant = Du, p.countBy = DS, p.create = GI, p.curry = mm, p.curryRight = pm, p.debounce = vm, p.defaults = jI, p.defaultsDeep = YI, p.defer = iI, p.delay = oI, p.difference = bA, p.differenceBy = RA, p.differenceWith = kA, p.drop = OA, p.dropRight = PA, p.dropRightWhile = MA, p.dropWhile = NA, p.fill = DA, p.filter = LS, p.flatMap = FS, p.flatMapDeep = BS, p.flatMapDepth = $S, p.flatten = om, p.flattenDeep = xA, p.flattenDepth = LA, p.flip = aI, p.flow = tR, p.flowRight = nR, p.fromPairs = UA, p.functions = nb, p.functionsIn = rb, p.groupBy = KS, p.initial = FA, p.intersection = BA, p.intersectionBy = $A, p.intersectionWith = KA, p.invert = ob, p.invertBy = ab, p.invokeMap = WS, p.iteratee = xu, p.keyBy = VS, p.keys = vt, p.keysIn = qt, p.map = ks, p.mapKeys = cb, p.mapValues = lb, p.matches = rR, p.matchesProperty = iR, p.memoize = Ps, p.merge = ub, p.mergeWith = bm, p.method = oR, p.methodOf = aR, p.mixin = Lu, p.negate = Ms, p.nthArg = cR, p.omit = db, p.omitBy = hb, p.once = sI, p.orderBy = qS, p.over = lR, p.overArgs = cI, p.overEvery = uR, p.overSome = dR, p.partial = Ru, p.partialRight = ym, p.partition = GS, p.pick = fb, p.pickBy = Rm, p.property = xm, p.propertyOf = hR, p.pull = qA, p.pullAll = sm, p.pullAllBy = GA, p.pullAllWith = jA, p.pullAt = YA, p.range = fR, p.rangeRight = gR, p.rearg = lI, p.reject = JS, p.remove = JA, p.rest = uI, p.reverse = Su, p.sampleSize = XS, p.set = mb, p.setWith = pb, p.shuffle = ZS, p.slice = QA, p.sortBy = nI, p.sortedUniq = iS, p.sortedUniqBy = oS, p.split = Fb, p.spread = dI, p.tail = aS, p.take = sS, p.takeRight = cS, p.takeRightWhile = lS, p.takeWhile = uS, p.tap = SS, p.throttle = hI, p.thru = Rs, p.toArray = Em, p.toPairs = km, p.toPairsIn = Om, p.toPath = _R, p.toPlainObject = Sm, p.transform = vb, p.unary = fI, p.union = dS, p.unionBy = hS, p.unionWith = fS, p.uniq = gS, p.uniqBy = mS, p.uniqWith = pS, p.unset = yb, p.unzip = Iu, p.unzipWith = cm, p.update = _b, p.updateWith = Cb, p.values = Xi, p.valuesIn = wb, p.without = vS, p.words = Nm, p.wrap = gI, p.xor = yS, p.xorBy = _S, p.xorWith = CS, p.zip = wS, p.zipObject = TS, p.zipObjectDeep = ES, p.zipWith = AS, p.entries = km, p.entriesIn = Om, p.extend = Im, p.extendWith = xs, Lu(p, p), p.add = wR, p.attempt = Dm, p.camelCase = Sb, p.capitalize = Pm, p.ceil = TR, p.clamp = Tb, p.clone = pI, p.cloneDeep = yI, p.cloneDeepWith = _I, p.cloneWith = vI, p.conformsTo = CI, p.deburr = Mm, p.defaultTo = eR, p.divide = ER, p.endsWith = Ib, p.eq = Bn, p.escape = bb, p.escapeRegExp = Rb, p.every = xS, p.find = US, p.findIndex = rm, p.findKey = JI, p.findLast = HS, p.findLastIndex = im, p.findLastKey = QI, p.floor = AR, p.forEach = um, p.forEachRight = dm, p.forIn = XI, p.forInRight = ZI, p.forOwn = eb, p.forOwnRight = tb, p.get = Pu, p.gt = wI, p.gte = TI, p.has = ib, p.hasIn = Mu, p.head = am, p.identity = Gt, p.includes = zS, p.indexOf = HA, p.inRange = Eb, p.invoke = sb, p.isArguments = fi, p.isArray = fe, p.isArrayBuffer = EI, p.isArrayLike = Vt, p.isArrayLikeObject = it, p.isBoolean = AI, p.isBuffer = Gr, p.isDate = SI, p.isElement = II, p.isEmpty = bI, p.isEqual = RI, p.isEqualWith = kI, p.isError = ku, p.isFinite = OI, p.isFunction = Ar, p.isInteger = _m, p.isLength = Ns, p.isMap = Cm, p.isMatch = PI, p.isMatchWith = MI, p.isNaN = NI, p.isNative = DI, p.isNil = LI, p.isNull = xI, p.isNumber = wm, p.isObject = Qe, p.isObjectLike = Ze, p.isPlainObject = ia, p.isRegExp = Ou, p.isSafeInteger = UI, p.isSet = Tm, p.isString = Ds, p.isSymbol = nn, p.isTypedArray = Qi, p.isUndefined = HI, p.isWeakMap = FI, p.isWeakSet = BI, p.join = zA, p.kebabCase = kb, p.last = En, p.lastIndexOf = WA, p.lowerCase = Ob, p.lowerFirst = Pb, p.lt = $I, p.lte = KI, p.max = SR, p.maxBy = IR, p.mean = bR, p.meanBy = RR, p.min = kR, p.minBy = OR, p.stubArray = Hu, p.stubFalse = Fu, p.stubObject = mR, p.stubString = pR, p.stubTrue = vR, p.multiply = PR, p.nth = VA, p.noConflict = sR, p.noop = Uu, p.now = Os, p.pad = Mb, p.padEnd = Nb, p.padStart = Db, p.parseInt = xb, p.random = Ab, p.reduce = jS, p.reduceRight = YS, p.repeat = Lb, p.replace = Ub, p.result = gb, p.round = MR, p.runInContext = A, p.sample = QS, p.size = eI, p.snakeCase = Hb, p.some = tI, p.sortedIndex = XA, p.sortedIndexBy = ZA, p.sortedIndexOf = eS, p.sortedLastIndex = tS, p.sortedLastIndexBy = nS, p.sortedLastIndexOf = rS, p.startCase = Bb, p.startsWith = $b, p.subtract = NR, p.sum = DR, p.sumBy = xR, p.template = Kb, p.times = yR, p.toFinite = Sr, p.toInteger = ye, p.toLength = Am, p.toLower = zb, p.toNumber = An, p.toSafeInteger = zI, p.toString = Le, p.toUpper = Wb, p.trim = Vb, p.trimEnd = qb, p.trimStart = Gb, p.truncate = jb, p.unescape = Yb, p.uniqueId = CR, p.upperCase = Jb, p.upperFirst = Nu, p.each = um, p.eachRight = dm, p.first = am, Lu(p, function() {
|
20296
20297
|
var i = {};
|
20297
20298
|
return Xn(p, function(a, l) {
|
20298
20299
|
Ue.call(p.prototype, l) || (i[l] = a);
|
@@ -20353,7 +20354,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
20353
20354
|
var l = /^(?:filter|find|map|reject)|While$/.test(a), d = /^(?:head|last)$/.test(a), g = p[d ? "take" + (a == "last" ? "Right" : "") : a], v = d || /^find/.test(a);
|
20354
20355
|
g && (p.prototype[a] = function() {
|
20355
20356
|
var C = this.__wrapped__, T = d ? [1] : arguments, S = C instanceof Se, D = T[0], x = S || fe(C), U = function(Ae) {
|
20356
|
-
var be = g.apply(p,
|
20357
|
+
var be = g.apply(p, Br([Ae], T));
|
20357
20358
|
return d && W ? be[0] : be;
|
20358
20359
|
};
|
20359
20360
|
x && l && typeof D == "function" && D.length != 1 && (S = x = !1);
|
@@ -20388,7 +20389,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
20388
20389
|
func: t
|
20389
20390
|
}], Se.prototype.clone = YT, Se.prototype.reverse = JT, Se.prototype.value = QT, p.prototype.at = IS, p.prototype.chain = bS, p.prototype.commit = RS, p.prototype.next = kS, p.prototype.plant = PS, p.prototype.reverse = MS, p.prototype.toJSON = p.prototype.valueOf = p.prototype.value = NS, p.prototype.first = p.prototype.head, Vo && (p.prototype[Vo] = OS), p;
|
20390
20391
|
}, zi = RT();
|
20391
|
-
|
20392
|
+
oi ? ((oi.exports = zi)._ = zi, xl._ = zi) : Tt._ = zi;
|
20392
20393
|
}).call(Mx);
|
20393
20394
|
}(fa, fa.exports)), fa.exports;
|
20394
20395
|
}
|
@@ -20714,11 +20715,11 @@ function Hx(r) {
|
|
20714
20715
|
return pc.trim(r).toLowerCase().replace(/\s+/g, " ");
|
20715
20716
|
}
|
20716
20717
|
const VC = 6048e5, Fx = 864e5, dv = Symbol.for("constructDateFrom");
|
20717
|
-
function
|
20718
|
+
function ii(r, e) {
|
20718
20719
|
return typeof r == "function" ? r(e) : r && typeof r == "object" && dv in r ? r[dv](e) : r instanceof Date ? new r.constructor(e) : new Date(e);
|
20719
20720
|
}
|
20720
20721
|
function Qn(r, e) {
|
20721
|
-
return
|
20722
|
+
return ii(e || r, r);
|
20722
20723
|
}
|
20723
20724
|
let Bx = {};
|
20724
20725
|
function pl() {
|
@@ -20733,9 +20734,9 @@ function zc(r, e) {
|
|
20733
20734
|
return Pa(r, { ...e, weekStartsOn: 1 });
|
20734
20735
|
}
|
20735
20736
|
function qC(r, e) {
|
20736
|
-
const t = Qn(r, e == null ? void 0 : e.in), n = t.getFullYear(), o =
|
20737
|
+
const t = Qn(r, e == null ? void 0 : e.in), n = t.getFullYear(), o = ii(t, 0);
|
20737
20738
|
o.setFullYear(n + 1, 0, 4), o.setHours(0, 0, 0, 0);
|
20738
|
-
const s = zc(o), c =
|
20739
|
+
const s = zc(o), c = ii(t, 0);
|
20739
20740
|
c.setFullYear(n, 0, 4), c.setHours(0, 0, 0, 0);
|
20740
20741
|
const u = zc(c);
|
20741
20742
|
return t.getTime() >= s.getTime() ? n + 1 : t.getTime() >= u.getTime() ? n : n - 1;
|
@@ -20755,7 +20756,7 @@ function hv(r) {
|
|
20755
20756
|
return t.setUTCFullYear(e.getFullYear()), +r - +t;
|
20756
20757
|
}
|
20757
20758
|
function $x(r, ...e) {
|
20758
|
-
const t =
|
20759
|
+
const t = ii.bind(
|
20759
20760
|
null,
|
20760
20761
|
e.find((n) => typeof n == "object")
|
20761
20762
|
);
|
@@ -20774,7 +20775,7 @@ function Kx(r, e, t) {
|
|
20774
20775
|
return Math.round((u - h) / Fx);
|
20775
20776
|
}
|
20776
20777
|
function zx(r, e) {
|
20777
|
-
const t = qC(r, e), n =
|
20778
|
+
const t = qC(r, e), n = ii(r, 0);
|
20778
20779
|
return n.setFullYear(t, 0, 4), n.setHours(0, 0, 0, 0), zc(n);
|
20779
20780
|
}
|
20780
20781
|
function Wx(r) {
|
@@ -21228,16 +21229,16 @@ function SL(r, e) {
|
|
21228
21229
|
}
|
21229
21230
|
function GC(r, e) {
|
21230
21231
|
var m, _, y, E;
|
21231
|
-
const t = Qn(r, e == null ? void 0 : e.in), n = t.getFullYear(), o = pl(), s = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((_ = (m = e == null ? void 0 : e.locale) == null ? void 0 : m.options) == null ? void 0 : _.firstWeekContainsDate) ?? o.firstWeekContainsDate ?? ((E = (y = o.locale) == null ? void 0 : y.options) == null ? void 0 : E.firstWeekContainsDate) ?? 1, c =
|
21232
|
+
const t = Qn(r, e == null ? void 0 : e.in), n = t.getFullYear(), o = pl(), s = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((_ = (m = e == null ? void 0 : e.locale) == null ? void 0 : m.options) == null ? void 0 : _.firstWeekContainsDate) ?? o.firstWeekContainsDate ?? ((E = (y = o.locale) == null ? void 0 : y.options) == null ? void 0 : E.firstWeekContainsDate) ?? 1, c = ii((e == null ? void 0 : e.in) || r, 0);
|
21232
21233
|
c.setFullYear(n + 1, 0, s), c.setHours(0, 0, 0, 0);
|
21233
|
-
const u = Pa(c, e), h =
|
21234
|
+
const u = Pa(c, e), h = ii((e == null ? void 0 : e.in) || r, 0);
|
21234
21235
|
h.setFullYear(n, 0, s), h.setHours(0, 0, 0, 0);
|
21235
21236
|
const f = Pa(h, e);
|
21236
21237
|
return +t >= +u ? n + 1 : +t >= +f ? n : n - 1;
|
21237
21238
|
}
|
21238
21239
|
function IL(r, e) {
|
21239
21240
|
var u, h, f, m;
|
21240
|
-
const t = pl(), n = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((h = (u = e == null ? void 0 : e.locale) == null ? void 0 : u.options) == null ? void 0 : h.firstWeekContainsDate) ?? t.firstWeekContainsDate ?? ((m = (f = t.locale) == null ? void 0 : f.options) == null ? void 0 : m.firstWeekContainsDate) ?? 1, o = GC(r, e), s =
|
21241
|
+
const t = pl(), n = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((h = (u = e == null ? void 0 : e.locale) == null ? void 0 : u.options) == null ? void 0 : h.firstWeekContainsDate) ?? t.firstWeekContainsDate ?? ((m = (f = t.locale) == null ? void 0 : f.options) == null ? void 0 : m.firstWeekContainsDate) ?? 1, o = GC(r, e), s = ii((e == null ? void 0 : e.in) || r, 0);
|
21241
21242
|
return s.setFullYear(o, 0, n), s.setHours(0, 0, 0, 0), Pa(s, e);
|
21242
21243
|
}
|
21243
21244
|
function bL(r, e) {
|
@@ -21248,7 +21249,7 @@ function Fe(r, e) {
|
|
21248
21249
|
const t = r < 0 ? "-" : "", n = Math.abs(r).toString().padStart(e, "0");
|
21249
21250
|
return t + n;
|
21250
21251
|
}
|
21251
|
-
const
|
21252
|
+
const Yr = {
|
21252
21253
|
// Year
|
21253
21254
|
y(r, e) {
|
21254
21255
|
const t = r.getFullYear(), n = t > 0 ? t : 1 - t;
|
@@ -21336,7 +21337,7 @@ const jr = {
|
|
21336
21337
|
const n = r.getFullYear(), o = n > 0 ? n : 1 - n;
|
21337
21338
|
return t.ordinalNumber(o, { unit: "year" });
|
21338
21339
|
}
|
21339
|
-
return
|
21340
|
+
return Yr.y(r, e);
|
21340
21341
|
},
|
21341
21342
|
// Local week-numbering year
|
21342
21343
|
Y: function(r, e, t, n) {
|
@@ -21439,7 +21440,7 @@ const jr = {
|
|
21439
21440
|
switch (e) {
|
21440
21441
|
case "M":
|
21441
21442
|
case "MM":
|
21442
|
-
return
|
21443
|
+
return Yr.M(r, e);
|
21443
21444
|
// 1st, 2nd, ..., 12th
|
21444
21445
|
case "Mo":
|
21445
21446
|
return t.ordinalNumber(n + 1, { unit: "month" });
|
@@ -21504,7 +21505,7 @@ const jr = {
|
|
21504
21505
|
},
|
21505
21506
|
// Day of the month
|
21506
21507
|
d: function(r, e, t) {
|
21507
|
-
return e === "do" ? t.ordinalNumber(r.getDate(), { unit: "date" }) :
|
21508
|
+
return e === "do" ? t.ordinalNumber(r.getDate(), { unit: "date" }) : Yr.d(r, e);
|
21508
21509
|
},
|
21509
21510
|
// Day of year
|
21510
21511
|
D: function(r, e, t) {
|
@@ -21750,11 +21751,11 @@ const jr = {
|
|
21750
21751
|
let n = r.getHours() % 12;
|
21751
21752
|
return n === 0 && (n = 12), t.ordinalNumber(n, { unit: "hour" });
|
21752
21753
|
}
|
21753
|
-
return
|
21754
|
+
return Yr.h(r, e);
|
21754
21755
|
},
|
21755
21756
|
// Hour [0-23]
|
21756
21757
|
H: function(r, e, t) {
|
21757
|
-
return e === "Ho" ? t.ordinalNumber(r.getHours(), { unit: "hour" }) :
|
21758
|
+
return e === "Ho" ? t.ordinalNumber(r.getHours(), { unit: "hour" }) : Yr.H(r, e);
|
21758
21759
|
},
|
21759
21760
|
// Hour [0-11]
|
21760
21761
|
K: function(r, e, t) {
|
@@ -21768,15 +21769,15 @@ const jr = {
|
|
21768
21769
|
},
|
21769
21770
|
// Minute
|
21770
21771
|
m: function(r, e, t) {
|
21771
|
-
return e === "mo" ? t.ordinalNumber(r.getMinutes(), { unit: "minute" }) :
|
21772
|
+
return e === "mo" ? t.ordinalNumber(r.getMinutes(), { unit: "minute" }) : Yr.m(r, e);
|
21772
21773
|
},
|
21773
21774
|
// Second
|
21774
21775
|
s: function(r, e, t) {
|
21775
|
-
return e === "so" ? t.ordinalNumber(r.getSeconds(), { unit: "second" }) :
|
21776
|
+
return e === "so" ? t.ordinalNumber(r.getSeconds(), { unit: "second" }) : Yr.s(r, e);
|
21776
21777
|
},
|
21777
21778
|
// Fraction of second
|
21778
21779
|
S: function(r, e) {
|
21779
|
-
return
|
21780
|
+
return Yr.S(r, e);
|
21780
21781
|
},
|
21781
21782
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
21782
21783
|
X: function(r, e, t) {
|