@ws-ui/shared 1.6.10 → 1.7.0
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/index.cjs.js +38 -38
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1080 -1058
- package/dist/index.es.js.map +1 -1
- package/dist/utils/parser.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -108,13 +108,13 @@ function wi(e, t, r) {
|
|
|
108
108
|
t === void 0 && (t = !1), r === void 0 && (r = !1);
|
|
109
109
|
var o = e.getBoundingClientRect(), a = 1, s = 1;
|
|
110
110
|
t && or(e) && (a = e.offsetWidth > 0 && yi(o.width) / e.offsetWidth || 1, s = e.offsetHeight > 0 && yi(o.height) / e.offsetHeight || 1);
|
|
111
|
-
var l = Wn(e) ? jt(e) : window, c = l.visualViewport, h = !Vg() && r, y = (o.left + (h && c ? c.offsetLeft : 0)) / a, v = (o.top + (h && c ? c.offsetTop : 0)) / s, g = o.width / a,
|
|
111
|
+
var l = Wn(e) ? jt(e) : window, c = l.visualViewport, h = !Vg() && r, y = (o.left + (h && c ? c.offsetLeft : 0)) / a, v = (o.top + (h && c ? c.offsetTop : 0)) / s, g = o.width / a, d = o.height / s;
|
|
112
112
|
return {
|
|
113
113
|
width: g,
|
|
114
|
-
height:
|
|
114
|
+
height: d,
|
|
115
115
|
top: v,
|
|
116
116
|
right: y + g,
|
|
117
|
-
bottom: v +
|
|
117
|
+
bottom: v + d,
|
|
118
118
|
left: y,
|
|
119
119
|
x: y,
|
|
120
120
|
y: v
|
|
@@ -226,7 +226,7 @@ var vE = function(t, r) {
|
|
|
226
226
|
function mE(e) {
|
|
227
227
|
var t, r = e.state, o = e.name, a = e.options, s = r.elements.arrow, l = r.modifiersData.popperOffsets, c = kr(r.placement), h = pc(c), y = [Ft, sr].indexOf(c) >= 0, v = y ? "height" : "width";
|
|
228
228
|
if (!(!s || !l)) {
|
|
229
|
-
var g = vE(a.padding, r),
|
|
229
|
+
var g = vE(a.padding, r), d = dc(s), w = h === "y" ? Mt : Ft, S = h === "y" ? ar : sr, f = r.rects.reference[v] + r.rects.reference[h] - l[h] - r.rects.popper[v], b = l[h] - r.rects.reference[h], p = ko(s), x = p ? h === "y" ? p.clientHeight || 0 : p.clientWidth || 0 : 0, _ = f / 2 - b / 2, R = g[w], A = x - d[v] - g[S], C = x / 2 - d[v] / 2 + _, W = yo(R, C, A), L = h;
|
|
230
230
|
r.modifiersData[o] = (t = {}, t[L] = W, t.centerOffset = W - C, t);
|
|
231
231
|
}
|
|
232
232
|
}
|
|
@@ -260,7 +260,7 @@ function SE(e, t) {
|
|
|
260
260
|
};
|
|
261
261
|
}
|
|
262
262
|
function _p(e) {
|
|
263
|
-
var t, r = e.popper, o = e.popperRect, a = e.placement, s = e.variation, l = e.offsets, c = e.position, h = e.gpuAcceleration, y = e.adaptive, v = e.roundOffsets, g = e.isFixed,
|
|
263
|
+
var t, r = e.popper, o = e.popperRect, a = e.placement, s = e.variation, l = e.offsets, c = e.position, h = e.gpuAcceleration, y = e.adaptive, v = e.roundOffsets, g = e.isFixed, d = l.x, w = d === void 0 ? 0 : d, S = l.y, f = S === void 0 ? 0 : S, b = typeof v == "function" ? v({
|
|
264
264
|
x: w,
|
|
265
265
|
y: f
|
|
266
266
|
}) : {
|
|
@@ -268,7 +268,7 @@ function _p(e) {
|
|
|
268
268
|
y: f
|
|
269
269
|
};
|
|
270
270
|
w = b.x, f = b.y;
|
|
271
|
-
var
|
|
271
|
+
var p = l.hasOwnProperty("x"), x = l.hasOwnProperty("y"), _ = Ft, R = Mt, A = window;
|
|
272
272
|
if (y) {
|
|
273
273
|
var C = ko(r), W = "clientHeight", L = "clientWidth";
|
|
274
274
|
if (C === jt(r) && (C = wn(r), Kr(C).position !== "static" && c === "absolute" && (W = "scrollHeight", L = "scrollWidth")), C = C, a === Mt || (a === Ft || a === sr) && s === _o) {
|
|
@@ -299,9 +299,9 @@ function _p(e) {
|
|
|
299
299
|
};
|
|
300
300
|
if (w = I.x, f = I.y, h) {
|
|
301
301
|
var B;
|
|
302
|
-
return Object.assign({}, D, (B = {}, B[R] = x ? "0" : "", B[_] =
|
|
302
|
+
return Object.assign({}, D, (B = {}, B[R] = x ? "0" : "", B[_] = p ? "0" : "", B.transform = (A.devicePixelRatio || 1) <= 1 ? "translate(" + w + "px, " + f + "px)" : "translate3d(" + w + "px, " + f + "px, 0)", B));
|
|
303
303
|
}
|
|
304
|
-
return Object.assign({}, D, (t = {}, t[R] = x ? f + "px" : "", t[_] =
|
|
304
|
+
return Object.assign({}, D, (t = {}, t[R] = x ? f + "px" : "", t[_] = p ? w + "px" : "", t.transform = "", t));
|
|
305
305
|
}
|
|
306
306
|
function xE(e) {
|
|
307
307
|
var t = e.state, r = e.options, o = r.gpuAcceleration, a = o === void 0 ? !0 : o, s = r.adaptive, l = s === void 0 ? !0 : s, c = r.roundOffsets, h = c === void 0 ? !0 : c, y = {
|
|
@@ -501,17 +501,17 @@ function tv(e) {
|
|
|
501
501
|
}
|
|
502
502
|
function Eo(e, t) {
|
|
503
503
|
t === void 0 && (t = {});
|
|
504
|
-
var r = t, o = r.placement, a = o === void 0 ? e.placement : o, s = r.strategy, l = s === void 0 ? e.strategy : s, c = r.boundary, h = c === void 0 ? J_ : c, y = r.rootBoundary, v = y === void 0 ? Gg : y, g = r.elementContext,
|
|
504
|
+
var r = t, o = r.placement, a = o === void 0 ? e.placement : o, s = r.strategy, l = s === void 0 ? e.strategy : s, c = r.boundary, h = c === void 0 ? J_ : c, y = r.rootBoundary, v = y === void 0 ? Gg : y, g = r.elementContext, d = g === void 0 ? Wi : g, w = r.altBoundary, S = w === void 0 ? !1 : w, f = r.padding, b = f === void 0 ? 0 : f, p = Jg(typeof b != "number" ? b : Qg(b, Po)), x = d === Wi ? Q_ : Wi, _ = e.rects.popper, R = e.elements[S ? x : d], A = $E(Wn(R) ? R : R.contextElement || wn(e.elements.popper), h, v, l), C = wi(e.elements.reference), W = tv({
|
|
505
505
|
reference: C,
|
|
506
506
|
element: _,
|
|
507
507
|
placement: a
|
|
508
|
-
}), L = Ul(Object.assign({}, _, W)), M =
|
|
509
|
-
top: A.top - M.top +
|
|
510
|
-
bottom: M.bottom - A.bottom +
|
|
511
|
-
left: A.left - M.left +
|
|
512
|
-
right: M.right - A.right +
|
|
508
|
+
}), L = Ul(Object.assign({}, _, W)), M = d === Wi ? L : C, j = {
|
|
509
|
+
top: A.top - M.top + p.top,
|
|
510
|
+
bottom: M.bottom - A.bottom + p.bottom,
|
|
511
|
+
left: A.left - M.left + p.left,
|
|
512
|
+
right: M.right - A.right + p.right
|
|
513
513
|
}, D = e.modifiersData.offset;
|
|
514
|
-
if (
|
|
514
|
+
if (d === Wi && D) {
|
|
515
515
|
var I = D[a];
|
|
516
516
|
Object.keys(j).forEach(function(B) {
|
|
517
517
|
var H = [sr, ar].indexOf(B) >= 0 ? 1 : -1, k = [Mt, ar].indexOf(B) >= 0 ? "y" : "x";
|
|
@@ -524,11 +524,11 @@ function IE(e, t) {
|
|
|
524
524
|
t === void 0 && (t = {});
|
|
525
525
|
var r = t, o = r.placement, a = r.boundary, s = r.rootBoundary, l = r.padding, c = r.flipVariations, h = r.allowedAutoPlacements, y = h === void 0 ? Kg : h, v = bi(o), g = v ? c ? Sp : Sp.filter(function(S) {
|
|
526
526
|
return bi(S) === v;
|
|
527
|
-
}) : Po,
|
|
527
|
+
}) : Po, d = g.filter(function(S) {
|
|
528
528
|
return y.indexOf(S) >= 0;
|
|
529
529
|
});
|
|
530
|
-
|
|
531
|
-
var w =
|
|
530
|
+
d.length === 0 && (d = g);
|
|
531
|
+
var w = d.reduce(function(S, f) {
|
|
532
532
|
return S[f] = Eo(e, {
|
|
533
533
|
placement: f,
|
|
534
534
|
boundary: a,
|
|
@@ -549,7 +549,7 @@ function LE(e) {
|
|
|
549
549
|
function ME(e) {
|
|
550
550
|
var t = e.state, r = e.options, o = e.name;
|
|
551
551
|
if (!t.modifiersData[o]._skip) {
|
|
552
|
-
for (var a = r.mainAxis, s = a === void 0 ? !0 : a, l = r.altAxis, c = l === void 0 ? !0 : l, h = r.fallbackPlacements, y = r.padding, v = r.boundary, g = r.rootBoundary,
|
|
552
|
+
for (var a = r.mainAxis, s = a === void 0 ? !0 : a, l = r.altAxis, c = l === void 0 ? !0 : l, h = r.fallbackPlacements, y = r.padding, v = r.boundary, g = r.rootBoundary, d = r.altBoundary, w = r.flipVariations, S = w === void 0 ? !0 : w, f = r.allowedAutoPlacements, b = t.options.placement, p = kr(b), x = p === b, _ = h || (x || !S ? [Ka(b)] : LE(b)), R = [b].concat(_).reduce(function(re, le) {
|
|
553
553
|
return re.concat(kr(le) === cc ? IE(t, {
|
|
554
554
|
placement: le,
|
|
555
555
|
boundary: v,
|
|
@@ -563,7 +563,7 @@ function ME(e) {
|
|
|
563
563
|
placement: D,
|
|
564
564
|
boundary: v,
|
|
565
565
|
rootBoundary: g,
|
|
566
|
-
altBoundary:
|
|
566
|
+
altBoundary: d,
|
|
567
567
|
padding: y
|
|
568
568
|
}), V = H ? B ? sr : Ft : B ? ar : Mt;
|
|
569
569
|
A[k] > C[k] && (V = Ka(V));
|
|
@@ -687,12 +687,12 @@ function qE(e) {
|
|
|
687
687
|
return e === "x" ? "y" : "x";
|
|
688
688
|
}
|
|
689
689
|
function jE(e) {
|
|
690
|
-
var t = e.state, r = e.options, o = e.name, a = r.mainAxis, s = a === void 0 ? !0 : a, l = r.altAxis, c = l === void 0 ? !1 : l, h = r.boundary, y = r.rootBoundary, v = r.altBoundary, g = r.padding,
|
|
690
|
+
var t = e.state, r = e.options, o = e.name, a = r.mainAxis, s = a === void 0 ? !0 : a, l = r.altAxis, c = l === void 0 ? !1 : l, h = r.boundary, y = r.rootBoundary, v = r.altBoundary, g = r.padding, d = r.tether, w = d === void 0 ? !0 : d, S = r.tetherOffset, f = S === void 0 ? 0 : S, b = Eo(t, {
|
|
691
691
|
boundary: h,
|
|
692
692
|
rootBoundary: y,
|
|
693
693
|
padding: g,
|
|
694
694
|
altBoundary: v
|
|
695
|
-
}),
|
|
695
|
+
}), p = kr(t.placement), x = bi(t.placement), _ = !x, R = pc(p), A = qE(R), C = t.modifiersData.popperOffsets, W = t.rects.reference, L = t.rects.popper, M = typeof f == "function" ? f(Object.assign({}, t.rects, {
|
|
696
696
|
placement: t.placement
|
|
697
697
|
})) : f, j = typeof M == "number" ? {
|
|
698
698
|
mainAxis: M,
|
|
@@ -713,7 +713,7 @@ function jE(e) {
|
|
|
713
713
|
C[R] = Mo, I[R] = Mo - V;
|
|
714
714
|
}
|
|
715
715
|
if (c) {
|
|
716
|
-
var Zt, Fo = R === "x" ? Mt : Ft, Cs = R === "x" ? ar : sr, Nt = C[A], wt = A === "y" ? "height" : "width", Xr = Nt + b[Fo], bn = Nt - b[Cs], Ei = [Mt, Ft].indexOf(
|
|
716
|
+
var Zt, Fo = R === "x" ? Mt : Ft, Cs = R === "x" ? ar : sr, Nt = C[A], wt = A === "y" ? "height" : "width", Xr = Nt + b[Fo], bn = Nt - b[Cs], Ei = [Mt, Ft].indexOf(p) !== -1, Jr = (Zt = D == null ? void 0 : D[A]) != null ? Zt : 0, No = Ei ? Xr : Nt - W[wt] - L[wt] - Jr + j.altAxis, Qr = Ei ? Nt + W[wt] + L[wt] - Jr - j.altAxis : bn, Ir = w && Ei ? gE(No, Nt, Qr) : yo(w ? No : Xr, Nt, w ? Qr : bn);
|
|
717
717
|
C[A] = Ir, I[A] = Ir - Nt;
|
|
718
718
|
}
|
|
719
719
|
t.modifiersData[o] = I;
|
|
@@ -833,10 +833,10 @@ function tO(e) {
|
|
|
833
833
|
},
|
|
834
834
|
attributes: {},
|
|
835
835
|
styles: {}
|
|
836
|
-
}, g = [],
|
|
836
|
+
}, g = [], d = !1, w = {
|
|
837
837
|
state: v,
|
|
838
|
-
setOptions: function(
|
|
839
|
-
var x = typeof
|
|
838
|
+
setOptions: function(p) {
|
|
839
|
+
var x = typeof p == "function" ? p(v.options) : p;
|
|
840
840
|
f(), v.options = Object.assign({}, s, v.options, x), v.scrollParents = {
|
|
841
841
|
reference: Wn(c) ? wo(c) : c.contextElement ? wo(c.contextElement) : [],
|
|
842
842
|
popper: wo(h)
|
|
@@ -852,8 +852,8 @@ function tO(e) {
|
|
|
852
852
|
// For high frequency updates (e.g. `resize` and `scroll` events), always
|
|
853
853
|
// prefer the async Popper#update method
|
|
854
854
|
forceUpdate: function() {
|
|
855
|
-
if (!
|
|
856
|
-
var
|
|
855
|
+
if (!d) {
|
|
856
|
+
var p = v.elements, x = p.reference, _ = p.popper;
|
|
857
857
|
if (Pp(x, _)) {
|
|
858
858
|
v.rects = {
|
|
859
859
|
reference: YE(x, ko(_), v.options.strategy === "fixed"),
|
|
@@ -885,21 +885,21 @@ function tO(e) {
|
|
|
885
885
|
});
|
|
886
886
|
}),
|
|
887
887
|
destroy: function() {
|
|
888
|
-
f(),
|
|
888
|
+
f(), d = !0;
|
|
889
889
|
}
|
|
890
890
|
};
|
|
891
891
|
if (!Pp(c, h))
|
|
892
892
|
return w;
|
|
893
893
|
w.setOptions(y).then(function(b) {
|
|
894
|
-
!
|
|
894
|
+
!d && y.onFirstUpdate && y.onFirstUpdate(b);
|
|
895
895
|
});
|
|
896
896
|
function S() {
|
|
897
897
|
v.orderedModifiers.forEach(function(b) {
|
|
898
|
-
var
|
|
898
|
+
var p = b.name, x = b.options, _ = x === void 0 ? {} : x, R = b.effect;
|
|
899
899
|
if (typeof R == "function") {
|
|
900
900
|
var A = R({
|
|
901
901
|
state: v,
|
|
902
|
-
name:
|
|
902
|
+
name: p,
|
|
903
903
|
instance: w,
|
|
904
904
|
options: _
|
|
905
905
|
}), C = function() {
|
|
@@ -1025,7 +1025,7 @@ var sO = [], nv = function(t, r, o) {
|
|
|
1025
1025
|
requires: ["computeStyles"]
|
|
1026
1026
|
};
|
|
1027
1027
|
}, []), v = N.useMemo(function() {
|
|
1028
|
-
var
|
|
1028
|
+
var d = {
|
|
1029
1029
|
onFirstUpdate: s.onFirstUpdate,
|
|
1030
1030
|
placement: s.placement,
|
|
1031
1031
|
strategy: s.strategy,
|
|
@@ -1034,13 +1034,13 @@ var sO = [], nv = function(t, r, o) {
|
|
|
1034
1034
|
enabled: !1
|
|
1035
1035
|
}])
|
|
1036
1036
|
};
|
|
1037
|
-
return aO(a.current,
|
|
1037
|
+
return aO(a.current, d) ? a.current || d : (a.current = d, d);
|
|
1038
1038
|
}, [s.onFirstUpdate, s.placement, s.strategy, s.modifiers, y]), g = N.useRef();
|
|
1039
1039
|
return bp(function() {
|
|
1040
1040
|
g.current && g.current.setOptions(v);
|
|
1041
1041
|
}, [v]), bp(function() {
|
|
1042
1042
|
if (!(t == null || r == null)) {
|
|
1043
|
-
var
|
|
1043
|
+
var d = o.createPopper || nO, w = d(t, r, v);
|
|
1044
1044
|
return g.current = w, function() {
|
|
1045
1045
|
w.destroy(), g.current = null;
|
|
1046
1046
|
};
|
|
@@ -1066,7 +1066,7 @@ const uO = (e) => /* @__PURE__ */ G("div", { className: "absolute inset-0 z-[199
|
|
|
1066
1066
|
"data-cy": "dialogBody",
|
|
1067
1067
|
children: e
|
|
1068
1068
|
}
|
|
1069
|
-
)),
|
|
1069
|
+
)), dI = ({
|
|
1070
1070
|
referenceElement: e,
|
|
1071
1071
|
placement: t,
|
|
1072
1072
|
isOpen: r,
|
|
@@ -1168,10 +1168,10 @@ function Up(e, t) {
|
|
|
1168
1168
|
const y = r ? +l[2] : void 0, v = l[0].replace(gO, `
|
|
1169
1169
|
`).match(a);
|
|
1170
1170
|
let g = !1;
|
|
1171
|
-
return { items: v.map(function(
|
|
1172
|
-
const S = s.exec(
|
|
1171
|
+
return { items: v.map(function(d, w) {
|
|
1172
|
+
const S = s.exec(d)[0].length, f = RegExp("^ {1," + S + "}", "gm"), b = d.replace(f, "").replace(s, ""), p = w === v.length - 1, x = b.indexOf(`
|
|
1173
1173
|
|
|
1174
|
-
`) !== -1 ||
|
|
1174
|
+
`) !== -1 || p && g;
|
|
1175
1175
|
g = x;
|
|
1176
1176
|
const _ = h.inline, R = h.list;
|
|
1177
1177
|
let A;
|
|
@@ -1309,22 +1309,22 @@ function ul(e, t, r) {
|
|
|
1309
1309
|
function gA(e = "", t = {}) {
|
|
1310
1310
|
t.overrides = t.overrides || {}, t.namedCodesToUnicode = t.namedCodesToUnicode ? In({}, Ip, t.namedCodesToUnicode) : Ip;
|
|
1311
1311
|
const r = t.slugify || Bi, o = t.sanitizer || fA, a = t.createElement || N.createElement, s = [Lp, Mp, Fp, t.enforceAtxHeadings ? Dp : Np, zp, Bp, fv, dv], l = [...s, LO, nl, Wp, il];
|
|
1312
|
-
function c(
|
|
1313
|
-
for (let _ = 0; _ <
|
|
1312
|
+
function c(p, x) {
|
|
1313
|
+
for (let _ = 0; _ < p.length; _++) if (p[_].test(x)) return !0;
|
|
1314
1314
|
return !1;
|
|
1315
1315
|
}
|
|
1316
|
-
function h(
|
|
1317
|
-
const R = ul(t.overrides,
|
|
1316
|
+
function h(p, x, ..._) {
|
|
1317
|
+
const R = ul(t.overrides, p + ".props", {});
|
|
1318
1318
|
return a((function(A, C) {
|
|
1319
1319
|
const W = ul(C, A);
|
|
1320
1320
|
return W ? typeof W == "function" || typeof W == "object" && "render" in W ? W : ul(C, A + ".component", A) : A;
|
|
1321
|
-
})(
|
|
1321
|
+
})(p, t.overrides), In({}, x, R, { className: hA(x == null ? void 0 : x.className, R.className) || void 0 }), ..._);
|
|
1322
1322
|
}
|
|
1323
|
-
function y(
|
|
1324
|
-
|
|
1323
|
+
function y(p) {
|
|
1324
|
+
p = p.replace(AO, "");
|
|
1325
1325
|
let x = !1;
|
|
1326
|
-
t.forceInline ? x = !0 : t.forceBlock || (x = DO.test(
|
|
1327
|
-
const _ = f(S(x ?
|
|
1326
|
+
t.forceInline ? x = !0 : t.forceBlock || (x = DO.test(p) === !1);
|
|
1327
|
+
const _ = f(S(x ? p : bo(p).replace(JO, "") + `
|
|
1328
1328
|
|
|
1329
1329
|
`, { inline: x }));
|
|
1330
1330
|
for (; Hp(_[_.length - 1]) && !_[_.length - 1].trim(); ) _.pop();
|
|
@@ -1338,7 +1338,7 @@ function gA(e = "", t = {}) {
|
|
|
1338
1338
|
}
|
|
1339
1339
|
return a(R, { key: "outer" }, A);
|
|
1340
1340
|
}
|
|
1341
|
-
function v(
|
|
1341
|
+
function v(p, x) {
|
|
1342
1342
|
if (!x || !x.trim()) return null;
|
|
1343
1343
|
const _ = x.match(hO);
|
|
1344
1344
|
return _ ? _.reduce(function(R, A) {
|
|
@@ -1385,55 +1385,55 @@ function gA(e = "", t = {}) {
|
|
|
1385
1385
|
})(B).reduce(function(k, [X, V]) {
|
|
1386
1386
|
return k[X.replace(/(-[a-z])/g, (ee) => ee[1].toUpperCase())] = H(V, D, X), k;
|
|
1387
1387
|
}, {}) : pO.indexOf(I) !== -1 ? H(_r(B), D, I) : (B.match(kO) && (B = _r(B.slice(1, B.length - 1))), B === "true" || B !== "false" && B);
|
|
1388
|
-
})(
|
|
1388
|
+
})(p, W, L, o);
|
|
1389
1389
|
typeof j == "string" && (nl.test(j) || il.test(j)) && (R[M] = y(j.trim()));
|
|
1390
1390
|
} else A !== "style" && (R[$p[A] || A] = !0);
|
|
1391
1391
|
return R;
|
|
1392
1392
|
}, {}) : null;
|
|
1393
1393
|
}
|
|
1394
|
-
const g = [],
|
|
1395
|
-
const [, R, A] =
|
|
1394
|
+
const g = [], d = {}, w = { 0: { t: [">"], o: Hr(Lp), i: 1, u(p, x, _) {
|
|
1395
|
+
const [, R, A] = p[0].replace(vO, "").match(mO);
|
|
1396
1396
|
return { alert: R, children: x(A, _) };
|
|
1397
|
-
}, l(
|
|
1397
|
+
}, l(p, x, _) {
|
|
1398
1398
|
const R = { key: _.key };
|
|
1399
|
-
return
|
|
1400
|
-
} }, 1: { t: [" "], o: Ra(yO), i: 1, u: al, l: (
|
|
1401
|
-
const x =
|
|
1399
|
+
return p.alert && (R.className = "markdown-alert-" + r(p.alert.toLowerCase(), Bi), p.children.unshift({ attrs: {}, children: [{ type: "27", text: p.alert }], noInnerParse: !0, type: "11", tag: "header" })), h("blockquote", R, x(p.children, _));
|
|
1400
|
+
} }, 1: { t: [" "], o: Ra(yO), i: 1, u: al, l: (p, x, _) => h("br", { key: _.key }) }, 2: { t: ["--", "__", "**", "- ", "* ", "_ "], o: Hr(wO), i: 1, u: al, l: (p, x, _) => h("hr", { key: _.key }) }, 3: { t: [" "], o: Hr(Fp), i: 0, u: (p) => ({ lang: void 0, text: _r(bo(p[0].replace(/^ {4}/gm, ""))) }), l: (p, x, _) => h("pre", { key: _.key }, h("code", In({}, p.attrs, { className: p.lang ? "lang-" + p.lang : "" }), p.text)) }, 4: { t: ["```", "~~~"], o: Hr(Mp), i: 0, u: (p) => ({ attrs: v("code", p[3] || ""), lang: p[2] || void 0, text: p[4], type: "3" }) }, 5: { t: ["`"], o: cn(bO), i: 3, u: (p) => ({ text: _r(p[2]) }), l: (p, x, _) => h("code", { key: _.key }, p.text) }, 6: { t: ["[^"], o: Hr(_O), i: 0, u: (p) => (g.push({ footnote: p[2], identifier: p[1] }), {}), l: sl }, 7: { t: ["[^"], o: kn(EO), i: 1, u: (p) => ({ target: "#" + r(p[1], Bi), text: p[1] }), l: (p, x, _) => h("a", { key: _.key, href: o(p.target, "a", "href") }, h("sup", { key: _.key }, p.text)) }, 8: { t: ["[ ]", "[x]"], o: kn(TO), i: 1, u: (p) => ({ completed: p[1].toLowerCase() === "x" }), l: (p, x, _) => h("input", { checked: p.completed, key: _.key, readOnly: !0, type: "checkbox" }) }, 9: { t: ["#"], o: Hr(t.enforceAtxHeadings ? Dp : Np), i: 1, u: (p, x, _) => ({ children: Ya(x, p[2], _), id: r(p[2], Bi), level: p[1].length }), l: (p, x, _) => h("h" + p.level, { id: p.id, key: _.key }, x(p.children, _)) }, 10: { t: (p) => {
|
|
1401
|
+
const x = p.indexOf(`
|
|
1402
1402
|
`);
|
|
1403
|
-
return x > 0 && x <
|
|
1404
|
-
}, o: Hr(zp), i: 0, u: (
|
|
1405
|
-
const [, R] =
|
|
1406
|
-
if (_.inAnchor = _.inAnchor || L === "a", M) D.text =
|
|
1403
|
+
return x > 0 && x < p.length - 1 && (p[x + 1] === "=" || p[x + 1] === "-");
|
|
1404
|
+
}, o: Hr(zp), i: 0, u: (p, x, _) => ({ children: Ya(x, p[1], _), level: p[2] === "=" ? 1 : 2, type: "9" }) }, 11: { t: ["<"], o: Ra(nl), i: 1, u(p, x, _) {
|
|
1405
|
+
const [, R] = p[3].match(QO), A = RegExp("^" + R, "gm"), C = p[3].replace(A, ""), W = c(l, C) ? pA : Ya, L = p[1].toLowerCase(), M = dO.indexOf(L) !== -1, j = (M ? L : p[1]).trim(), D = { attrs: v(j, p[2]), noInnerParse: M, tag: j };
|
|
1406
|
+
if (_.inAnchor = _.inAnchor || L === "a", M) D.text = p[3];
|
|
1407
1407
|
else {
|
|
1408
1408
|
const I = _.inHTML;
|
|
1409
1409
|
_.inHTML = !0, D.children = W(x, C, _), _.inHTML = I;
|
|
1410
1410
|
}
|
|
1411
1411
|
return _.inAnchor = !1, D;
|
|
1412
|
-
}, l: (
|
|
1413
|
-
const x =
|
|
1414
|
-
return { attrs: v(x,
|
|
1415
|
-
}, l: (
|
|
1416
|
-
let x =
|
|
1412
|
+
}, l: (p, x, _) => h(p.tag, In({ key: _.key }, p.attrs), p.text || (p.children ? x(p.children, _) : "")) }, 13: { t: ["<"], o: Ra(il), i: 1, u(p) {
|
|
1413
|
+
const x = p[1].trim();
|
|
1414
|
+
return { attrs: v(x, p[2] || ""), tag: x };
|
|
1415
|
+
}, l: (p, x, _) => h(p.tag, In({}, p.attrs, { key: _.key })) }, 12: { t: ["<!--"], o: Ra(Wp), i: 1, u: () => ({}), l: sl }, 14: { t: ["!["], o: cn(aA), i: 1, u: (p) => ({ alt: _r(p[1]), target: _r(p[2]), title: _r(p[3]) }), l: (p, x, _) => h("img", { key: _.key, alt: p.alt || void 0, title: p.title || void 0, src: o(p.target, "img", "src") }) }, 15: { t: ["["], o: kn(oA), i: 3, u: (p, x, _) => ({ children: dA(x, p[1], _), target: _r(p[2]), title: _r(p[3]) }), l: (p, x, _) => h("a", { key: _.key, href: o(p.target, "a", "href"), title: p.title }, x(p.children, _)) }, 16: { t: ["<"], o: kn($O), i: 0, u(p) {
|
|
1416
|
+
let x = p[1], _ = !1;
|
|
1417
1417
|
return x.indexOf("@") !== -1 && x.indexOf("//") === -1 && (_ = !0, x = x.replace("mailto:", "")), { children: [{ text: x, type: "27" }], target: _ ? "mailto:" + x : x, type: "15" };
|
|
1418
|
-
} }, 17: { t: (
|
|
1418
|
+
} }, 17: { t: (p, x) => !x.inAnchor && !t.disableAutoLink && (Va(p, "http://") || Va(p, "https://")), o: kn(CO), i: 0, u: (p) => ({ children: [{ text: p[1], type: "27" }], target: p[1], title: void 0, type: "15" }) }, 20: Up(h, 1), 33: Up(h, 2), 19: { t: [`
|
|
1419
1419
|
`], o: Hr(SO), i: 3, u: al, l: () => `
|
|
1420
|
-
` }, 21: { o: Si(function(
|
|
1421
|
-
if (x.inline || x.simple || x.inHTML &&
|
|
1420
|
+
` }, 21: { o: Si(function(p, x) {
|
|
1421
|
+
if (x.inline || x.simple || x.inHTML && p.indexOf(`
|
|
1422
1422
|
|
|
1423
1423
|
`) === -1 && x.prevCapture.indexOf(`
|
|
1424
1424
|
|
|
1425
1425
|
`) === -1) return null;
|
|
1426
1426
|
let _ = "", R = 0;
|
|
1427
1427
|
for (; ; ) {
|
|
1428
|
-
const C =
|
|
1429
|
-
`, R), W =
|
|
1428
|
+
const C = p.indexOf(`
|
|
1429
|
+
`, R), W = p.slice(R, C === -1 ? void 0 : C + 1);
|
|
1430
1430
|
if (c(s, W) || (_ += W, C === -1 || !W.trim())) break;
|
|
1431
1431
|
R = C + 1;
|
|
1432
1432
|
}
|
|
1433
1433
|
const A = bo(_);
|
|
1434
1434
|
return A === "" ? null : [_, , A];
|
|
1435
|
-
}), i: 3, u: ol, l: (
|
|
1436
|
-
const R =
|
|
1435
|
+
}), i: 3, u: ol, l: (p, x, _) => h("p", { key: _.key }, x(p.children, _)) }, 22: { t: ["["], o: kn(MO), i: 0, u: (p) => (d[p[1]] = { target: p[2], title: p[4] }, {}), l: sl }, 23: { t: ["!["], o: cn(FO), i: 0, u: (p) => ({ alt: p[1] ? _r(p[1]) : void 0, ref: p[2] }), l: (p, x, _) => d[p.ref] ? h("img", { key: _.key, alt: p.alt, src: o(d[p.ref].target, "img", "src"), title: d[p.ref].title }) : null }, 24: { t: (p) => p[0] === "[" && p.indexOf("](") === -1, o: kn(NO), i: 0, u: (p, x, _) => ({ children: x(p[1], _), fallbackChildren: p[0], ref: p[2] }), l: (p, x, _) => d[p.ref] ? h("a", { key: _.key, href: o(d[p.ref].target, "a", "href"), title: d[p.ref].title }, x(p.children, _)) : h("span", { key: _.key }, p.fallbackChildren) }, 25: { t: ["|"], o: Hr(Bp), i: 1, u: lA, l(p, x, _) {
|
|
1436
|
+
const R = p;
|
|
1437
1437
|
return h("table", { key: _.key }, h("thead", null, h("tr", null, R.header.map(function(A, C) {
|
|
1438
1438
|
return h("th", { key: C, style: jp(R, C) }, x(A, _));
|
|
1439
1439
|
}))), h("tbody", null, R.cells.map(function(A, C) {
|
|
@@ -1441,23 +1441,23 @@ function gA(e = "", t = {}) {
|
|
|
1441
1441
|
return h("td", { key: L, style: jp(R, L) }, x(W, _));
|
|
1442
1442
|
}));
|
|
1443
1443
|
})));
|
|
1444
|
-
} }, 27: { o: Si(function(
|
|
1444
|
+
} }, 27: { o: Si(function(p, x) {
|
|
1445
1445
|
let _;
|
|
1446
|
-
return Va(
|
|
1447
|
-
}), i: 4, u(
|
|
1448
|
-
const x =
|
|
1446
|
+
return Va(p, ":") && (_ = KO.exec(p)), _ || XO.exec(p);
|
|
1447
|
+
}), i: 4, u(p) {
|
|
1448
|
+
const x = p[0];
|
|
1449
1449
|
return { text: x.indexOf("&") === -1 ? x : x.replace(RO, (_, R) => t.namedCodesToUnicode[R] || _) };
|
|
1450
|
-
}, l: (
|
|
1451
|
-
const x =
|
|
1452
|
-
return (x === "*" || x === "_") &&
|
|
1453
|
-
}, o: cn(jO), i: 3, u: (
|
|
1450
|
+
}, l: (p) => p.text }, 28: { t: ["**", "__"], o: cn(qO), i: 2, u: (p, x, _) => ({ children: x(p[2], _) }), l: (p, x, _) => h("strong", { key: _.key }, x(p.children, _)) }, 29: { t: (p) => {
|
|
1451
|
+
const x = p[0];
|
|
1452
|
+
return (x === "*" || x === "_") && p[1] !== x;
|
|
1453
|
+
}, o: cn(jO), i: 3, u: (p, x, _) => ({ children: x(p[2], _) }), l: (p, x, _) => h("em", { key: _.key }, x(p.children, _)) }, 30: { t: ["\\"], o: cn(VO), i: 1, u: (p) => ({ text: p[1], type: "27" }) }, 31: { t: ["=="], o: cn(ZO), i: 3, u: ol, l: (p, x, _) => h("mark", { key: _.key }, x(p.children, _)) }, 32: { t: ["~~"], o: cn(GO), i: 3, u: ol, l: (p, x, _) => h("del", { key: _.key }, x(p.children, _)) } };
|
|
1454
1454
|
t.disableParsingRawHTML === !0 && (delete w[11], delete w[13]);
|
|
1455
|
-
const S = (function(
|
|
1456
|
-
var x = Object.keys(
|
|
1455
|
+
const S = (function(p) {
|
|
1456
|
+
var x = Object.keys(p);
|
|
1457
1457
|
function _(R, A) {
|
|
1458
1458
|
var C = [];
|
|
1459
1459
|
if (A.prevCapture = A.prevCapture || "", R.trim()) for (; R; ) for (var W = 0; W < x.length; ) {
|
|
1460
|
-
var L = x[W], M =
|
|
1460
|
+
var L = x[W], M = p[L];
|
|
1461
1461
|
if (!M.t || sA(R, A, M.t)) {
|
|
1462
1462
|
var j = M.o(R, A);
|
|
1463
1463
|
if (j && j[0]) {
|
|
@@ -1472,14 +1472,14 @@ function gA(e = "", t = {}) {
|
|
|
1472
1472
|
return A.prevCapture = "", C;
|
|
1473
1473
|
}
|
|
1474
1474
|
return x.sort(function(R, A) {
|
|
1475
|
-
return
|
|
1475
|
+
return p[R].i - p[A].i || (R < A ? -1 : 1);
|
|
1476
1476
|
}), function(R, A) {
|
|
1477
1477
|
return _((function(C) {
|
|
1478
1478
|
return C.replace(xO, `
|
|
1479
1479
|
`).replace(OO, "").replace(zO, " ");
|
|
1480
1480
|
})(R), A);
|
|
1481
1481
|
};
|
|
1482
|
-
})(w), f = /* @__PURE__ */ (function(
|
|
1482
|
+
})(w), f = /* @__PURE__ */ (function(p, x) {
|
|
1483
1483
|
return function _(R, A = {}) {
|
|
1484
1484
|
if (Array.isArray(R)) {
|
|
1485
1485
|
const C = A.key, W = [];
|
|
@@ -1492,13 +1492,13 @@ function gA(e = "", t = {}) {
|
|
|
1492
1492
|
return A.key = C, W;
|
|
1493
1493
|
}
|
|
1494
1494
|
return (function(C, W, L) {
|
|
1495
|
-
const M =
|
|
1495
|
+
const M = p[C.type].l;
|
|
1496
1496
|
return x ? x(() => M(C, W, L), C, W, L) : M(C, W, L);
|
|
1497
1497
|
})(R, _, A);
|
|
1498
1498
|
};
|
|
1499
1499
|
})(w, t.renderRule), b = y(e);
|
|
1500
|
-
return g.length ? h("div", null, b, h("footer", { key: "footer" }, g.map(function(
|
|
1501
|
-
return h("div", { id: r(
|
|
1500
|
+
return g.length ? h("div", null, b, h("footer", { key: "footer" }, g.map(function(p) {
|
|
1501
|
+
return h("div", { id: r(p.identifier, Bi), key: p.identifier }, p.identifier, f(S(p.footnote, { inline: !0 })));
|
|
1502
1502
|
}))) : b;
|
|
1503
1503
|
}
|
|
1504
1504
|
const ns = (e) => {
|
|
@@ -1525,7 +1525,7 @@ const ns = (e) => {
|
|
|
1525
1525
|
default:
|
|
1526
1526
|
return null;
|
|
1527
1527
|
}
|
|
1528
|
-
},
|
|
1528
|
+
}, pI = ({
|
|
1529
1529
|
id: e,
|
|
1530
1530
|
onClose: t,
|
|
1531
1531
|
kind: r,
|
|
@@ -1677,7 +1677,7 @@ function yA() {
|
|
|
1677
1677
|
}
|
|
1678
1678
|
let o, a, s = 0, l = 0;
|
|
1679
1679
|
function c(y, v, g) {
|
|
1680
|
-
let
|
|
1680
|
+
let d = v && g || 0;
|
|
1681
1681
|
const w = v || new Array(16);
|
|
1682
1682
|
y = y || {};
|
|
1683
1683
|
let S = y.node || o, f = y.clockseq !== void 0 ? y.clockseq : a;
|
|
@@ -1685,17 +1685,17 @@ function yA() {
|
|
|
1685
1685
|
const A = y.random || (y.rng || e.default)();
|
|
1686
1686
|
S == null && (S = o = [A[0] | 1, A[1], A[2], A[3], A[4], A[5]]), f == null && (f = a = (A[6] << 8 | A[7]) & 16383);
|
|
1687
1687
|
}
|
|
1688
|
-
let b = y.msecs !== void 0 ? y.msecs : Date.now(),
|
|
1689
|
-
const x = b - s + (
|
|
1690
|
-
if (x < 0 && y.clockseq === void 0 && (f = f + 1 & 16383), (x < 0 || b > s) && y.nsecs === void 0 && (
|
|
1688
|
+
let b = y.msecs !== void 0 ? y.msecs : Date.now(), p = y.nsecs !== void 0 ? y.nsecs : l + 1;
|
|
1689
|
+
const x = b - s + (p - l) / 1e4;
|
|
1690
|
+
if (x < 0 && y.clockseq === void 0 && (f = f + 1 & 16383), (x < 0 || b > s) && y.nsecs === void 0 && (p = 0), p >= 1e4)
|
|
1691
1691
|
throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
|
|
1692
|
-
s = b, l =
|
|
1693
|
-
const _ = ((b & 268435455) * 1e4 +
|
|
1694
|
-
w[
|
|
1692
|
+
s = b, l = p, a = f, b += 122192928e5;
|
|
1693
|
+
const _ = ((b & 268435455) * 1e4 + p) % 4294967296;
|
|
1694
|
+
w[d++] = _ >>> 24 & 255, w[d++] = _ >>> 16 & 255, w[d++] = _ >>> 8 & 255, w[d++] = _ & 255;
|
|
1695
1695
|
const R = b / 4294967296 * 1e4 & 268435455;
|
|
1696
|
-
w[
|
|
1696
|
+
w[d++] = R >>> 8 & 255, w[d++] = R & 255, w[d++] = R >>> 24 & 15 | 16, w[d++] = R >>> 16 & 255, w[d++] = f >>> 8 | 128, w[d++] = f & 255;
|
|
1697
1697
|
for (let A = 0; A < 6; ++A)
|
|
1698
|
-
w[
|
|
1698
|
+
w[d + A] = S[A];
|
|
1699
1699
|
return v || (0, t.unsafeStringify)(w);
|
|
1700
1700
|
}
|
|
1701
1701
|
var h = c;
|
|
@@ -1743,15 +1743,15 @@ function gv() {
|
|
|
1743
1743
|
const s = "6ba7b811-9dad-11d1-80b4-00c04fd430c8";
|
|
1744
1744
|
fn.URL = s;
|
|
1745
1745
|
function l(c, h, y) {
|
|
1746
|
-
function v(g,
|
|
1746
|
+
function v(g, d, w, S) {
|
|
1747
1747
|
var f;
|
|
1748
|
-
if (typeof g == "string" && (g = o(g)), typeof
|
|
1748
|
+
if (typeof g == "string" && (g = o(g)), typeof d == "string" && (d = (0, t.default)(d)), ((f = d) === null || f === void 0 ? void 0 : f.length) !== 16)
|
|
1749
1749
|
throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");
|
|
1750
1750
|
let b = new Uint8Array(16 + g.length);
|
|
1751
|
-
if (b.set(
|
|
1751
|
+
if (b.set(d), b.set(g, d.length), b = y(b), b[6] = b[6] & 15 | h, b[8] = b[8] & 63 | 128, w) {
|
|
1752
1752
|
S = S || 0;
|
|
1753
|
-
for (let
|
|
1754
|
-
w[S +
|
|
1753
|
+
for (let p = 0; p < 16; ++p)
|
|
1754
|
+
w[S + p] = b[p];
|
|
1755
1755
|
return w;
|
|
1756
1756
|
}
|
|
1757
1757
|
return (0, e.unsafeStringify)(b);
|
|
@@ -1781,8 +1781,8 @@ function wA() {
|
|
|
1781
1781
|
}
|
|
1782
1782
|
function t(w) {
|
|
1783
1783
|
const S = [], f = w.length * 32, b = "0123456789abcdef";
|
|
1784
|
-
for (let
|
|
1785
|
-
const x = w[
|
|
1784
|
+
for (let p = 0; p < f; p += 8) {
|
|
1785
|
+
const x = w[p >> 5] >>> p % 32 & 255, _ = parseInt(b.charAt(x >>> 4 & 15) + b.charAt(x & 15), 16);
|
|
1786
1786
|
S.push(_);
|
|
1787
1787
|
}
|
|
1788
1788
|
return S;
|
|
@@ -1792,12 +1792,12 @@ function wA() {
|
|
|
1792
1792
|
}
|
|
1793
1793
|
function o(w, S) {
|
|
1794
1794
|
w[S >> 5] |= 128 << S % 32, w[r(S) - 1] = S;
|
|
1795
|
-
let f = 1732584193, b = -271733879,
|
|
1795
|
+
let f = 1732584193, b = -271733879, p = -1732584194, x = 271733878;
|
|
1796
1796
|
for (let _ = 0; _ < w.length; _ += 16) {
|
|
1797
|
-
const R = f, A = b, C =
|
|
1798
|
-
f = h(f, b,
|
|
1797
|
+
const R = f, A = b, C = p, W = x;
|
|
1798
|
+
f = h(f, b, p, x, w[_], 7, -680876936), x = h(x, f, b, p, w[_ + 1], 12, -389564586), p = h(p, x, f, b, w[_ + 2], 17, 606105819), b = h(b, p, x, f, w[_ + 3], 22, -1044525330), f = h(f, b, p, x, w[_ + 4], 7, -176418897), x = h(x, f, b, p, w[_ + 5], 12, 1200080426), p = h(p, x, f, b, w[_ + 6], 17, -1473231341), b = h(b, p, x, f, w[_ + 7], 22, -45705983), f = h(f, b, p, x, w[_ + 8], 7, 1770035416), x = h(x, f, b, p, w[_ + 9], 12, -1958414417), p = h(p, x, f, b, w[_ + 10], 17, -42063), b = h(b, p, x, f, w[_ + 11], 22, -1990404162), f = h(f, b, p, x, w[_ + 12], 7, 1804603682), x = h(x, f, b, p, w[_ + 13], 12, -40341101), p = h(p, x, f, b, w[_ + 14], 17, -1502002290), b = h(b, p, x, f, w[_ + 15], 22, 1236535329), f = y(f, b, p, x, w[_ + 1], 5, -165796510), x = y(x, f, b, p, w[_ + 6], 9, -1069501632), p = y(p, x, f, b, w[_ + 11], 14, 643717713), b = y(b, p, x, f, w[_], 20, -373897302), f = y(f, b, p, x, w[_ + 5], 5, -701558691), x = y(x, f, b, p, w[_ + 10], 9, 38016083), p = y(p, x, f, b, w[_ + 15], 14, -660478335), b = y(b, p, x, f, w[_ + 4], 20, -405537848), f = y(f, b, p, x, w[_ + 9], 5, 568446438), x = y(x, f, b, p, w[_ + 14], 9, -1019803690), p = y(p, x, f, b, w[_ + 3], 14, -187363961), b = y(b, p, x, f, w[_ + 8], 20, 1163531501), f = y(f, b, p, x, w[_ + 13], 5, -1444681467), x = y(x, f, b, p, w[_ + 2], 9, -51403784), p = y(p, x, f, b, w[_ + 7], 14, 1735328473), b = y(b, p, x, f, w[_ + 12], 20, -1926607734), f = v(f, b, p, x, w[_ + 5], 4, -378558), x = v(x, f, b, p, w[_ + 8], 11, -2022574463), p = v(p, x, f, b, w[_ + 11], 16, 1839030562), b = v(b, p, x, f, w[_ + 14], 23, -35309556), f = v(f, b, p, x, w[_ + 1], 4, -1530992060), x = v(x, f, b, p, w[_ + 4], 11, 1272893353), p = v(p, x, f, b, w[_ + 7], 16, -155497632), b = v(b, p, x, f, w[_ + 10], 23, -1094730640), f = v(f, b, p, x, w[_ + 13], 4, 681279174), x = v(x, f, b, p, w[_], 11, -358537222), p = v(p, x, f, b, w[_ + 3], 16, -722521979), b = v(b, p, x, f, w[_ + 6], 23, 76029189), f = v(f, b, p, x, w[_ + 9], 4, -640364487), x = v(x, f, b, p, w[_ + 12], 11, -421815835), p = v(p, x, f, b, w[_ + 15], 16, 530742520), b = v(b, p, x, f, w[_ + 2], 23, -995338651), f = g(f, b, p, x, w[_], 6, -198630844), x = g(x, f, b, p, w[_ + 7], 10, 1126891415), p = g(p, x, f, b, w[_ + 14], 15, -1416354905), b = g(b, p, x, f, w[_ + 5], 21, -57434055), f = g(f, b, p, x, w[_ + 12], 6, 1700485571), x = g(x, f, b, p, w[_ + 3], 10, -1894986606), p = g(p, x, f, b, w[_ + 10], 15, -1051523), b = g(b, p, x, f, w[_ + 1], 21, -2054922799), f = g(f, b, p, x, w[_ + 8], 6, 1873313359), x = g(x, f, b, p, w[_ + 15], 10, -30611744), p = g(p, x, f, b, w[_ + 6], 15, -1560198380), b = g(b, p, x, f, w[_ + 13], 21, 1309151649), f = g(f, b, p, x, w[_ + 4], 6, -145523070), x = g(x, f, b, p, w[_ + 11], 10, -1120210379), p = g(p, x, f, b, w[_ + 2], 15, 718787259), b = g(b, p, x, f, w[_ + 9], 21, -343485551), f = s(f, R), b = s(b, A), p = s(p, C), x = s(x, W);
|
|
1799
1799
|
}
|
|
1800
|
-
return [f, b,
|
|
1800
|
+
return [f, b, p, x];
|
|
1801
1801
|
}
|
|
1802
1802
|
function a(w) {
|
|
1803
1803
|
if (w.length === 0)
|
|
@@ -1814,23 +1814,23 @@ function wA() {
|
|
|
1814
1814
|
function l(w, S) {
|
|
1815
1815
|
return w << S | w >>> 32 - S;
|
|
1816
1816
|
}
|
|
1817
|
-
function c(w, S, f, b,
|
|
1818
|
-
return s(l(s(s(S, w), s(b, x)),
|
|
1817
|
+
function c(w, S, f, b, p, x) {
|
|
1818
|
+
return s(l(s(s(S, w), s(b, x)), p), f);
|
|
1819
1819
|
}
|
|
1820
|
-
function h(w, S, f, b,
|
|
1821
|
-
return c(S & f | ~S & b, w, S,
|
|
1820
|
+
function h(w, S, f, b, p, x, _) {
|
|
1821
|
+
return c(S & f | ~S & b, w, S, p, x, _);
|
|
1822
1822
|
}
|
|
1823
|
-
function y(w, S, f, b,
|
|
1824
|
-
return c(S & b | f & ~b, w, S,
|
|
1823
|
+
function y(w, S, f, b, p, x, _) {
|
|
1824
|
+
return c(S & b | f & ~b, w, S, p, x, _);
|
|
1825
1825
|
}
|
|
1826
|
-
function v(w, S, f, b,
|
|
1827
|
-
return c(S ^ f ^ b, w, S,
|
|
1826
|
+
function v(w, S, f, b, p, x, _) {
|
|
1827
|
+
return c(S ^ f ^ b, w, S, p, x, _);
|
|
1828
1828
|
}
|
|
1829
|
-
function g(w, S, f, b,
|
|
1830
|
-
return c(f ^ (S | ~b), w, S,
|
|
1829
|
+
function g(w, S, f, b, p, x, _) {
|
|
1830
|
+
return c(f ^ (S | ~b), w, S, p, x, _);
|
|
1831
1831
|
}
|
|
1832
|
-
var
|
|
1833
|
-
return Gi.default =
|
|
1832
|
+
var d = e;
|
|
1833
|
+
return Gi.default = d, Gi;
|
|
1834
1834
|
}
|
|
1835
1835
|
var th;
|
|
1836
1836
|
function bA() {
|
|
@@ -1915,23 +1915,23 @@ function _A() {
|
|
|
1915
1915
|
const c = a.length / 4 + 2, h = Math.ceil(c / 16), y = new Array(h);
|
|
1916
1916
|
for (let v = 0; v < h; ++v) {
|
|
1917
1917
|
const g = new Uint32Array(16);
|
|
1918
|
-
for (let
|
|
1919
|
-
g[
|
|
1918
|
+
for (let d = 0; d < 16; ++d)
|
|
1919
|
+
g[d] = a[v * 64 + d * 4] << 24 | a[v * 64 + d * 4 + 1] << 16 | a[v * 64 + d * 4 + 2] << 8 | a[v * 64 + d * 4 + 3];
|
|
1920
1920
|
y[v] = g;
|
|
1921
1921
|
}
|
|
1922
1922
|
y[h - 1][14] = (a.length - 1) * 8 / Math.pow(2, 32), y[h - 1][14] = Math.floor(y[h - 1][14]), y[h - 1][15] = (a.length - 1) * 8 & 4294967295;
|
|
1923
1923
|
for (let v = 0; v < h; ++v) {
|
|
1924
1924
|
const g = new Uint32Array(80);
|
|
1925
|
-
for (let
|
|
1926
|
-
g[
|
|
1927
|
-
for (let
|
|
1928
|
-
g[
|
|
1929
|
-
let
|
|
1930
|
-
for (let
|
|
1931
|
-
const x = Math.floor(
|
|
1932
|
-
b = f, f = S, S = t(w, 30) >>> 0, w =
|
|
1925
|
+
for (let p = 0; p < 16; ++p)
|
|
1926
|
+
g[p] = y[v][p];
|
|
1927
|
+
for (let p = 16; p < 80; ++p)
|
|
1928
|
+
g[p] = t(g[p - 3] ^ g[p - 8] ^ g[p - 14] ^ g[p - 16], 1);
|
|
1929
|
+
let d = l[0], w = l[1], S = l[2], f = l[3], b = l[4];
|
|
1930
|
+
for (let p = 0; p < 80; ++p) {
|
|
1931
|
+
const x = Math.floor(p / 20), _ = t(d, 5) + e(x, w, S, f) + b + s[x] + g[p] >>> 0;
|
|
1932
|
+
b = f, f = S, S = t(w, 30) >>> 0, w = d, d = _;
|
|
1933
1933
|
}
|
|
1934
|
-
l[0] = l[0] +
|
|
1934
|
+
l[0] = l[0] + d >>> 0, l[1] = l[1] + w >>> 0, l[2] = l[2] + S >>> 0, l[3] = l[3] + f >>> 0, l[4] = l[4] + b >>> 0;
|
|
1935
1935
|
}
|
|
1936
1936
|
return [l[0] >> 24 & 255, l[0] >> 16 & 255, l[0] >> 8 & 255, l[0] & 255, l[1] >> 24 & 255, l[1] >> 16 & 255, l[1] >> 8 & 255, l[1] & 255, l[2] >> 24 & 255, l[2] >> 16 & 255, l[2] >> 8 & 255, l[2] & 255, l[3] >> 24 & 255, l[3] >> 16 & 255, l[3] >> 8 & 255, l[3] & 255, l[4] >> 24 & 255, l[4] >> 16 & 255, l[4] >> 8 & 255, l[4] & 255];
|
|
1937
1937
|
}
|
|
@@ -2091,36 +2091,36 @@ function kA() {
|
|
|
2091
2091
|
};
|
|
2092
2092
|
let s;
|
|
2093
2093
|
const l = (y, v, g) => {
|
|
2094
|
-
const
|
|
2095
|
-
return !g || !g.consistentLength ?
|
|
2094
|
+
const d = v(y.toLowerCase().replace(/-/g, ""));
|
|
2095
|
+
return !g || !g.consistentLength ? d : d.padStart(
|
|
2096
2096
|
g.shortIdLength,
|
|
2097
2097
|
g.paddingChar
|
|
2098
2098
|
);
|
|
2099
2099
|
}, c = (y, v) => {
|
|
2100
|
-
const
|
|
2101
|
-
return [
|
|
2100
|
+
const d = v(y).padStart(32, "0").match(/(\w{8})(\w{4})(\w{4})(\w{4})(\w{12})/);
|
|
2101
|
+
return [d[1], d[2], d[3], d[4], d[5]].join("-");
|
|
2102
2102
|
}, h = (y) => Math.ceil(Math.log(2 ** 128) / Math.log(y));
|
|
2103
2103
|
return dl = (() => {
|
|
2104
2104
|
const y = (v, g) => {
|
|
2105
|
-
const
|
|
2106
|
-
if ([...new Set(Array.from(
|
|
2105
|
+
const d = v || o.flickrBase58, w = { ...a, ...g };
|
|
2106
|
+
if ([...new Set(Array.from(d))].length !== d.length)
|
|
2107
2107
|
throw new Error("The provided Alphabet has duplicate characters resulting in unreliable results");
|
|
2108
|
-
const S = h(
|
|
2108
|
+
const S = h(d.length), f = {
|
|
2109
2109
|
shortIdLength: S,
|
|
2110
2110
|
consistentLength: w.consistentLength,
|
|
2111
|
-
paddingChar:
|
|
2112
|
-
}, b = r(r.HEX,
|
|
2113
|
-
alphabet:
|
|
2111
|
+
paddingChar: d[0]
|
|
2112
|
+
}, b = r(r.HEX, d), p = r(d, r.HEX), x = () => l(e(), b, f), R = {
|
|
2113
|
+
alphabet: d,
|
|
2114
2114
|
fromUUID: (A) => l(A, b, f),
|
|
2115
2115
|
maxLength: S,
|
|
2116
2116
|
generate: x,
|
|
2117
2117
|
new: x,
|
|
2118
|
-
toUUID: (A) => c(A,
|
|
2118
|
+
toUUID: (A) => c(A, p),
|
|
2119
2119
|
uuid: e,
|
|
2120
2120
|
validate: (A, C = !1) => {
|
|
2121
2121
|
if (!A || typeof A != "string") return !1;
|
|
2122
|
-
const W = w.consistentLength ? A.length === S : A.length <= S, L = A.split("").every((M) =>
|
|
2123
|
-
return C === !1 ? W && L : W && L && t(c(A,
|
|
2122
|
+
const W = w.consistentLength ? A.length === S : A.length <= S, L = A.split("").every((M) => d.includes(M));
|
|
2123
|
+
return C === !1 ? W && L : W && L && t(c(A, p));
|
|
2124
2124
|
}
|
|
2125
2125
|
};
|
|
2126
2126
|
return Object.freeze(R), R;
|
|
@@ -2301,7 +2301,7 @@ const CA = ({
|
|
|
2301
2301
|
),
|
|
2302
2302
|
IA(e, o)
|
|
2303
2303
|
] });
|
|
2304
|
-
}, ka = (e) => (t) => e === t,
|
|
2304
|
+
}, ka = (e) => (t) => e === t, hI = function({
|
|
2305
2305
|
treeData: t,
|
|
2306
2306
|
renderNode: r,
|
|
2307
2307
|
onNodeClick: o,
|
|
@@ -2322,58 +2322,58 @@ const CA = ({
|
|
|
2322
2322
|
expandedKeys: l || v.expandedKeys
|
|
2323
2323
|
});
|
|
2324
2324
|
}, [l]);
|
|
2325
|
-
const
|
|
2326
|
-
(
|
|
2327
|
-
if (!
|
|
2328
|
-
const x = v.expandedKeys.findIndex(ka(
|
|
2325
|
+
const d = nr(
|
|
2326
|
+
(p) => {
|
|
2327
|
+
if (!p) return;
|
|
2328
|
+
const x = v.expandedKeys.findIndex(ka(p.key));
|
|
2329
2329
|
let _ = [];
|
|
2330
|
-
x === -1 ? (_ = [...v.expandedKeys,
|
|
2330
|
+
x === -1 ? (_ = [...v.expandedKeys, p.key], g(() => ({
|
|
2331
2331
|
...v,
|
|
2332
2332
|
expandedKeys: _
|
|
2333
|
-
})), a && a(_)) : (_ = v.expandedKeys.filter((R) => R !==
|
|
2333
|
+
})), a && a(_)) : (_ = v.expandedKeys.filter((R) => R !== p.key), g(() => ({
|
|
2334
2334
|
...v,
|
|
2335
2335
|
expandedKeys: _
|
|
2336
2336
|
})), a && a(_));
|
|
2337
2337
|
},
|
|
2338
2338
|
[v]
|
|
2339
2339
|
), w = nr(
|
|
2340
|
-
(
|
|
2340
|
+
(p) => {
|
|
2341
2341
|
var _;
|
|
2342
|
-
if (!((_ =
|
|
2343
|
-
v.selectedKeys.findIndex(ka(
|
|
2342
|
+
if (!((_ = p == null ? void 0 : p.options) != null && _.selectable)) return;
|
|
2343
|
+
v.selectedKeys.findIndex(ka(p.key)) === -1 && g({
|
|
2344
2344
|
...v,
|
|
2345
|
-
selectedKeys: [...v.selectedKeys,
|
|
2345
|
+
selectedKeys: [...v.selectedKeys, p.key]
|
|
2346
2346
|
});
|
|
2347
2347
|
},
|
|
2348
2348
|
[v]
|
|
2349
2349
|
), S = nr(
|
|
2350
|
-
(
|
|
2350
|
+
(p) => {
|
|
2351
2351
|
var _;
|
|
2352
|
-
if (!((_ =
|
|
2353
|
-
v.selectedKeys.findIndex(ka(
|
|
2352
|
+
if (!((_ = p == null ? void 0 : p.options) != null && _.selectable)) return;
|
|
2353
|
+
v.selectedKeys.findIndex(ka(p.key)) === -1 && g({ ...v, selectedKeys: [p.key] });
|
|
2354
2354
|
},
|
|
2355
2355
|
[v]
|
|
2356
2356
|
), f = nr(
|
|
2357
|
-
(
|
|
2357
|
+
(p) => {
|
|
2358
2358
|
var _;
|
|
2359
|
-
if (!((_ =
|
|
2359
|
+
if (!((_ = p == null ? void 0 : p.options) != null && _.selectable)) {
|
|
2360
2360
|
g({ ...v, selectedKeys: [] });
|
|
2361
2361
|
return;
|
|
2362
2362
|
}
|
|
2363
|
-
v.selectedKeys.findIndex(ka(
|
|
2363
|
+
v.selectedKeys.findIndex(ka(p.key)) !== -1 && g({
|
|
2364
2364
|
...v,
|
|
2365
|
-
selectedKeys: v.selectedKeys.filter((R) => R !==
|
|
2365
|
+
selectedKeys: v.selectedKeys.filter((R) => R !== p.key)
|
|
2366
2366
|
});
|
|
2367
2367
|
},
|
|
2368
2368
|
[v]
|
|
2369
2369
|
), b = yr(
|
|
2370
2370
|
() => ({
|
|
2371
|
-
expand:
|
|
2371
|
+
expand: d,
|
|
2372
2372
|
select: w,
|
|
2373
2373
|
selectSingle: S,
|
|
2374
2374
|
deselect: f
|
|
2375
2375
|
}),
|
|
2376
|
-
[f,
|
|
2376
|
+
[f, d, w, S]
|
|
2377
2377
|
);
|
|
2378
2378
|
return /* @__PURE__ */ G(
|
|
2379
2379
|
"div",
|
|
@@ -2381,10 +2381,10 @@ const CA = ({
|
|
|
2381
2381
|
className: nt("fd-tree", y, {
|
|
2382
2382
|
"pl-2 mb-1 rounded border bg-grey-900 p-1": h
|
|
2383
2383
|
}),
|
|
2384
|
-
children: t.map((
|
|
2384
|
+
children: t.map((p) => /* @__PURE__ */ G(
|
|
2385
2385
|
vv,
|
|
2386
2386
|
{
|
|
2387
|
-
node:
|
|
2387
|
+
node: p,
|
|
2388
2388
|
searchQuery: s || "",
|
|
2389
2389
|
depth: 0,
|
|
2390
2390
|
expandedKeys: v.expandedKeys,
|
|
@@ -2393,12 +2393,12 @@ const CA = ({
|
|
|
2393
2393
|
renderNode: r,
|
|
2394
2394
|
onNodeClick: o
|
|
2395
2395
|
},
|
|
2396
|
-
|
|
2396
|
+
p.key
|
|
2397
2397
|
))
|
|
2398
2398
|
}
|
|
2399
2399
|
);
|
|
2400
2400
|
};
|
|
2401
|
-
function
|
|
2401
|
+
function gI(e) {
|
|
2402
2402
|
return e.of && e.children ? /* @__PURE__ */ G(ir, { children: e.children }) : null;
|
|
2403
2403
|
}
|
|
2404
2404
|
function pt() {
|
|
@@ -2674,12 +2674,12 @@ var wv = function(t, r, o) {
|
|
|
2674
2674
|
if (s !== void 0 && g.push("label:" + s + ";"), v[0] == null || v[0].raw === void 0)
|
|
2675
2675
|
g.push.apply(g, v);
|
|
2676
2676
|
else {
|
|
2677
|
-
var
|
|
2678
|
-
g.push(
|
|
2677
|
+
var d = v[0];
|
|
2678
|
+
g.push(d[0]);
|
|
2679
2679
|
for (var w = v.length, S = 1; S < w; S++)
|
|
2680
|
-
g.push(v[S],
|
|
2680
|
+
g.push(v[S], d[S]);
|
|
2681
2681
|
}
|
|
2682
|
-
var f = K_(function(b,
|
|
2682
|
+
var f = K_(function(b, p, x) {
|
|
2683
2683
|
var _ = y && b.as || a, R = "", A = [], C = b;
|
|
2684
2684
|
if (b.theme == null) {
|
|
2685
2685
|
C = {};
|
|
@@ -2687,14 +2687,14 @@ var wv = function(t, r, o) {
|
|
|
2687
2687
|
C[W] = b[W];
|
|
2688
2688
|
C.theme = N.useContext(V_);
|
|
2689
2689
|
}
|
|
2690
|
-
typeof b.className == "string" ? R = ZA(
|
|
2691
|
-
var L = BA(g.concat(A),
|
|
2692
|
-
R +=
|
|
2690
|
+
typeof b.className == "string" ? R = ZA(p.registered, A, b.className) : b.className != null && (R = b.className + " ");
|
|
2691
|
+
var L = BA(g.concat(A), p.registered, C);
|
|
2692
|
+
R += p.key + "-" + L.name, l !== void 0 && (R += " " + l);
|
|
2693
2693
|
var M = y && c === void 0 ? gh(_) : h, j = {};
|
|
2694
2694
|
for (var D in b)
|
|
2695
2695
|
y && D === "as" || M(D) && (j[D] = b[D]);
|
|
2696
2696
|
return j.className = R, x && (j.ref = x), /* @__PURE__ */ N.createElement(N.Fragment, null, /* @__PURE__ */ N.createElement(JA, {
|
|
2697
|
-
cache:
|
|
2697
|
+
cache: p,
|
|
2698
2698
|
serialized: L,
|
|
2699
2699
|
isStringTag: typeof _ == "string"
|
|
2700
2700
|
}), /* @__PURE__ */ N.createElement(_, j));
|
|
@@ -2703,9 +2703,9 @@ var wv = function(t, r, o) {
|
|
|
2703
2703
|
value: function() {
|
|
2704
2704
|
return "." + l;
|
|
2705
2705
|
}
|
|
2706
|
-
}), f.withComponent = function(b,
|
|
2707
|
-
var x = e(b, pt({}, r,
|
|
2708
|
-
shouldForwardProp: vh(f,
|
|
2706
|
+
}), f.withComponent = function(b, p) {
|
|
2707
|
+
var x = e(b, pt({}, r, p, {
|
|
2708
|
+
shouldForwardProp: vh(f, p, !0)
|
|
2709
2709
|
}));
|
|
2710
2710
|
return x.apply(void 0, g);
|
|
2711
2711
|
}, f;
|
|
@@ -2874,22 +2874,22 @@ var tT = function(e) {
|
|
|
2874
2874
|
};
|
|
2875
2875
|
a.forEach(y);
|
|
2876
2876
|
var v = function(g) {
|
|
2877
|
-
!g || h.has(g) || Array.prototype.forEach.call(g.children, function(
|
|
2878
|
-
if (c.has(
|
|
2879
|
-
v(
|
|
2877
|
+
!g || h.has(g) || Array.prototype.forEach.call(g.children, function(d) {
|
|
2878
|
+
if (c.has(d))
|
|
2879
|
+
v(d);
|
|
2880
2880
|
else
|
|
2881
2881
|
try {
|
|
2882
|
-
var w =
|
|
2883
|
-
ci.set(
|
|
2884
|
-
} catch (
|
|
2885
|
-
console.error("aria-hidden: cannot operate on ",
|
|
2882
|
+
var w = d.getAttribute(o), S = w !== null && w !== "false", f = (ci.get(d) || 0) + 1, b = (s.get(d) || 0) + 1;
|
|
2883
|
+
ci.set(d, f), s.set(d, b), l.push(d), f === 1 && S && Ca.set(d, !0), b === 1 && d.setAttribute(r, "true"), S || d.setAttribute(o, "true");
|
|
2884
|
+
} catch (p) {
|
|
2885
|
+
console.error("aria-hidden: cannot operate on ", d, p);
|
|
2886
2886
|
}
|
|
2887
2887
|
});
|
|
2888
2888
|
};
|
|
2889
2889
|
return v(t), c.clear(), hl++, function() {
|
|
2890
2890
|
l.forEach(function(g) {
|
|
2891
|
-
var
|
|
2892
|
-
ci.set(g,
|
|
2891
|
+
var d = ci.get(g) - 1, w = s.get(g) - 1;
|
|
2892
|
+
ci.set(g, d), s.set(g, w), d || (Ca.has(g) || g.removeAttribute(o), Ca.delete(g)), w || g.removeAttribute(r);
|
|
2893
2893
|
}), hl--, hl || (ci = /* @__PURE__ */ new WeakMap(), ci = /* @__PURE__ */ new WeakMap(), Ca = /* @__PURE__ */ new WeakMap(), $a = {});
|
|
2894
2894
|
};
|
|
2895
2895
|
}, iT = function(e, t, r) {
|
|
@@ -3090,7 +3090,7 @@ var _v = dT(), vl = function() {
|
|
|
3090
3090
|
onScrollCapture: vl,
|
|
3091
3091
|
onWheelCapture: vl,
|
|
3092
3092
|
onTouchMoveCapture: vl
|
|
3093
|
-
}), a = o[0], s = o[1], l = e.forwardProps, c = e.children, h = e.className, y = e.removeScrollBar, v = e.enabled, g = e.shards,
|
|
3093
|
+
}), a = o[0], s = o[1], l = e.forwardProps, c = e.children, h = e.className, y = e.removeScrollBar, v = e.enabled, g = e.shards, d = e.sideCar, w = e.noRelative, S = e.noIsolation, f = e.inert, b = e.allowPinchZoom, p = e.as, x = p === void 0 ? "div" : p, _ = e.gapMode, R = Sv(e, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noRelative", "noIsolation", "inert", "allowPinchZoom", "as", "gapMode"]), A = d, C = lT([r, t]), W = Rr(Rr({}, R), a);
|
|
3094
3094
|
return N.createElement(
|
|
3095
3095
|
N.Fragment,
|
|
3096
3096
|
null,
|
|
@@ -3293,12 +3293,12 @@ var fi = Zl ? { passive: !1 } : !1, TT = function(e) {
|
|
|
3293
3293
|
}, $T = function(e, t) {
|
|
3294
3294
|
return e === "h" && t === "rtl" ? -1 : 1;
|
|
3295
3295
|
}, IT = function(e, t, r, o, a) {
|
|
3296
|
-
var s = $T(e, window.getComputedStyle(t).direction), l = s * o, c = r.target, h = t.contains(c), y = !1, v = l > 0, g = 0,
|
|
3296
|
+
var s = $T(e, window.getComputedStyle(t).direction), l = s * o, c = r.target, h = t.contains(c), y = !1, v = l > 0, g = 0, d = 0;
|
|
3297
3297
|
do {
|
|
3298
3298
|
if (!c)
|
|
3299
3299
|
break;
|
|
3300
|
-
var w = Tv(e, c), S = w[0], f = w[1], b = w[2],
|
|
3301
|
-
(S ||
|
|
3300
|
+
var w = Tv(e, c), S = w[0], f = w[1], b = w[2], p = f - b - s * S;
|
|
3301
|
+
(S || p) && Av(e, c) && (g += p, d += S);
|
|
3302
3302
|
var x = c.parentNode;
|
|
3303
3303
|
c = x && x.nodeType === Node.DOCUMENT_FRAGMENT_NODE ? x.host : x;
|
|
3304
3304
|
} while (
|
|
@@ -3306,7 +3306,7 @@ var fi = Zl ? { passive: !1 } : !1, TT = function(e) {
|
|
|
3306
3306
|
!h && c !== document.body || // self content
|
|
3307
3307
|
h && (t.contains(c) || t === c)
|
|
3308
3308
|
);
|
|
3309
|
-
return (v && Math.abs(g) < 1 || !v && Math.abs(
|
|
3309
|
+
return (v && Math.abs(g) < 1 || !v && Math.abs(d) < 1) && (y = !0), y;
|
|
3310
3310
|
}, La = function(e) {
|
|
3311
3311
|
return "changedTouches" in e ? [e.changedTouches[0].clientX, e.changedTouches[0].clientY] : [0, 0];
|
|
3312
3312
|
}, bh = function(e) {
|
|
@@ -3341,7 +3341,7 @@ function NT(e) {
|
|
|
3341
3341
|
var c = N.useCallback(function(f, b) {
|
|
3342
3342
|
if ("touches" in f && f.touches.length === 2 || f.type === "wheel" && f.ctrlKey)
|
|
3343
3343
|
return !l.current.allowPinchZoom;
|
|
3344
|
-
var
|
|
3344
|
+
var p = La(f), x = r.current, _ = "deltaX" in f ? f.deltaX : x[0] - p[0], R = "deltaY" in f ? f.deltaY : x[1] - p[1], A, C = f.target, W = Math.abs(_) > Math.abs(R) ? "h" : "v";
|
|
3345
3345
|
if ("touches" in f && W === "h" && C.type === "range")
|
|
3346
3346
|
return !1;
|
|
3347
3347
|
var L = wh(W, C);
|
|
@@ -3356,8 +3356,8 @@ function NT(e) {
|
|
|
3356
3356
|
}, []), h = N.useCallback(function(f) {
|
|
3357
3357
|
var b = f;
|
|
3358
3358
|
if (!(!di.length || di[di.length - 1] !== s)) {
|
|
3359
|
-
var
|
|
3360
|
-
return A.name === b.type && (A.target === b.target || b.target === A.shadowParent) && LT(A.delta,
|
|
3359
|
+
var p = "deltaY" in b ? bh(b) : La(b), x = t.current.filter(function(A) {
|
|
3360
|
+
return A.name === b.type && (A.target === b.target || b.target === A.shadowParent) && LT(A.delta, p);
|
|
3361
3361
|
})[0];
|
|
3362
3362
|
if (x && x.should) {
|
|
3363
3363
|
b.cancelable && b.preventDefault();
|
|
@@ -3370,8 +3370,8 @@ function NT(e) {
|
|
|
3370
3370
|
R && b.cancelable && b.preventDefault();
|
|
3371
3371
|
}
|
|
3372
3372
|
}
|
|
3373
|
-
}, []), y = N.useCallback(function(f, b,
|
|
3374
|
-
var _ = { name: f, delta: b, target:
|
|
3373
|
+
}, []), y = N.useCallback(function(f, b, p, x) {
|
|
3374
|
+
var _ = { name: f, delta: b, target: p, should: x, shadowParent: DT(p) };
|
|
3375
3375
|
t.current.push(_), setTimeout(function() {
|
|
3376
3376
|
t.current = t.current.filter(function(R) {
|
|
3377
3377
|
return R !== _;
|
|
@@ -3381,14 +3381,14 @@ function NT(e) {
|
|
|
3381
3381
|
r.current = La(f), o.current = void 0;
|
|
3382
3382
|
}, []), g = N.useCallback(function(f) {
|
|
3383
3383
|
y(f.type, bh(f), f.target, c(f, e.lockRef.current));
|
|
3384
|
-
}, []),
|
|
3384
|
+
}, []), d = N.useCallback(function(f) {
|
|
3385
3385
|
y(f.type, La(f), f.target, c(f, e.lockRef.current));
|
|
3386
3386
|
}, []);
|
|
3387
3387
|
N.useEffect(function() {
|
|
3388
3388
|
return di.push(s), e.setCallbacks({
|
|
3389
3389
|
onScrollCapture: g,
|
|
3390
3390
|
onWheelCapture: g,
|
|
3391
|
-
onTouchMoveCapture:
|
|
3391
|
+
onTouchMoveCapture: d
|
|
3392
3392
|
}), document.addEventListener("wheel", h, fi), document.addEventListener("touchmove", h, fi), document.addEventListener("touchstart", v, fi), function() {
|
|
3393
3393
|
di = di.filter(function(f) {
|
|
3394
3394
|
return f !== s;
|
|
@@ -3463,28 +3463,28 @@ const xi = ["a", "button", "div", "h2", "h3", "img", "li", "nav", "ol", "p", "sp
|
|
|
3463
3463
|
})) })), {}), _h = globalThis != null && globalThis.document ? N.useLayoutEffect : () => {
|
|
3464
3464
|
}, Cv = (e) => {
|
|
3465
3465
|
const { present: t, children: r } = e, o = (function(l) {
|
|
3466
|
-
const [c, h] = N.useState(), y = N.useRef({}), v = N.useRef(l), g = N.useRef("none"),
|
|
3467
|
-
return N.useReducer(((
|
|
3468
|
-
const _ = b[
|
|
3469
|
-
return _ ??
|
|
3466
|
+
const [c, h] = N.useState(), y = N.useRef({}), v = N.useRef(l), g = N.useRef("none"), d = l ? "mounted" : "unmounted", [w, S] = (function(f, b) {
|
|
3467
|
+
return N.useReducer(((p, x) => {
|
|
3468
|
+
const _ = b[p][x];
|
|
3469
|
+
return _ ?? p;
|
|
3470
3470
|
}), f);
|
|
3471
|
-
})(
|
|
3471
|
+
})(d, { mounted: { UNMOUNT: "unmounted", ANIMATION_OUT: "unmountSuspended" }, unmountSuspended: { MOUNT: "mounted", ANIMATION_END: "unmounted" }, unmounted: { MOUNT: "mounted" } });
|
|
3472
3472
|
return N.useEffect((() => {
|
|
3473
3473
|
const f = Ma(y.current);
|
|
3474
3474
|
g.current = w === "mounted" ? f : "none";
|
|
3475
3475
|
}), [w]), _h((() => {
|
|
3476
3476
|
const f = y.current, b = v.current;
|
|
3477
3477
|
if (b !== l) {
|
|
3478
|
-
const
|
|
3479
|
-
l ? S("MOUNT") : x === "none" || (f == null ? void 0 : f.display) === "none" ? S("UNMOUNT") : S(b &&
|
|
3478
|
+
const p = g.current, x = Ma(f);
|
|
3479
|
+
l ? S("MOUNT") : x === "none" || (f == null ? void 0 : f.display) === "none" ? S("UNMOUNT") : S(b && p !== x ? "ANIMATION_OUT" : "UNMOUNT"), v.current = l;
|
|
3480
3480
|
}
|
|
3481
3481
|
}), [l, S]), _h((() => {
|
|
3482
3482
|
if (c) {
|
|
3483
|
-
const f = (
|
|
3484
|
-
const x = Ma(y.current).includes(
|
|
3485
|
-
|
|
3486
|
-
}, b = (
|
|
3487
|
-
|
|
3483
|
+
const f = (p) => {
|
|
3484
|
+
const x = Ma(y.current).includes(p.animationName);
|
|
3485
|
+
p.target === c && x && S("ANIMATION_END");
|
|
3486
|
+
}, b = (p) => {
|
|
3487
|
+
p.target === c && (g.current = Ma(y.current));
|
|
3488
3488
|
};
|
|
3489
3489
|
return c.addEventListener("animationstart", b), c.addEventListener("animationcancel", f), c.addEventListener("animationend", f), () => {
|
|
3490
3490
|
c.removeEventListener("animationstart", b), c.removeEventListener("animationcancel", f), c.removeEventListener("animationend", f);
|
|
@@ -3533,19 +3533,19 @@ function Bn(e) {
|
|
|
3533
3533
|
}), []);
|
|
3534
3534
|
}
|
|
3535
3535
|
const Oh = { bubbles: !1, cancelable: !0 }, KT = /* @__PURE__ */ N.forwardRef(((e, t) => {
|
|
3536
|
-
const { loop: r = !1, trapped: o = !1, onMountAutoFocus: a, onUnmountAutoFocus: s, ...l } = e, [c, h] = N.useState(null), y = Bn(a), v = Bn(s), g = N.useRef(null),
|
|
3536
|
+
const { loop: r = !1, trapped: o = !1, onMountAutoFocus: a, onUnmountAutoFocus: s, ...l } = e, [c, h] = N.useState(null), y = Bn(a), v = Bn(s), g = N.useRef(null), d = qn(t, ((f) => h(f))), w = N.useRef({ paused: !1, pause() {
|
|
3537
3537
|
this.paused = !0;
|
|
3538
3538
|
}, resume() {
|
|
3539
3539
|
this.paused = !1;
|
|
3540
3540
|
} }).current;
|
|
3541
3541
|
N.useEffect((() => {
|
|
3542
3542
|
if (o) {
|
|
3543
|
-
let f = function(
|
|
3543
|
+
let f = function(p) {
|
|
3544
3544
|
if (w.paused || !c) return;
|
|
3545
|
-
const x =
|
|
3545
|
+
const x = p.target;
|
|
3546
3546
|
c.contains(x) ? g.current = x : Cn(g.current, { select: !0 });
|
|
3547
|
-
}, b = function(
|
|
3548
|
-
!w.paused && c && (c.contains(
|
|
3547
|
+
}, b = function(p) {
|
|
3548
|
+
!w.paused && c && (c.contains(p.relatedTarget) || Cn(g.current, { select: !0 }));
|
|
3549
3549
|
};
|
|
3550
3550
|
return document.addEventListener("focusin", f), document.addEventListener("focusout", b), () => {
|
|
3551
3551
|
document.removeEventListener("focusin", f), document.removeEventListener("focusout", b);
|
|
@@ -3556,16 +3556,16 @@ const Oh = { bubbles: !1, cancelable: !0 }, KT = /* @__PURE__ */ N.forwardRef(((
|
|
|
3556
3556
|
Rh.add(w);
|
|
3557
3557
|
const b = document.activeElement;
|
|
3558
3558
|
if (!c.contains(b)) {
|
|
3559
|
-
const
|
|
3560
|
-
c.addEventListener("focusScope.autoFocusOnMount", y), c.dispatchEvent(
|
|
3559
|
+
const p = new Event("focusScope.autoFocusOnMount", Oh);
|
|
3560
|
+
c.addEventListener("focusScope.autoFocusOnMount", y), c.dispatchEvent(p), p.defaultPrevented || ((function(x, { select: _ = !1 } = {}) {
|
|
3561
3561
|
const R = document.activeElement;
|
|
3562
3562
|
for (const A of x) if (Cn(A, { select: _ }), document.activeElement !== R) return;
|
|
3563
3563
|
})((f = Ah(c), f.filter(((x) => x.tagName !== "A"))), { select: !0 }), document.activeElement === b && Cn(c));
|
|
3564
3564
|
}
|
|
3565
3565
|
return () => {
|
|
3566
3566
|
c.removeEventListener("focusScope.autoFocusOnMount", y), setTimeout((() => {
|
|
3567
|
-
const
|
|
3568
|
-
c.addEventListener("focusScope.autoFocusOnUnmount", v), c.dispatchEvent(
|
|
3567
|
+
const p = new Event("focusScope.autoFocusOnUnmount", Oh);
|
|
3568
|
+
c.addEventListener("focusScope.autoFocusOnUnmount", v), c.dispatchEvent(p), p.defaultPrevented || Cn(b ?? document.body, { select: !0 }), c.removeEventListener("focusScope.autoFocusOnUnmount", v), Rh.remove(w);
|
|
3569
3569
|
}), 0);
|
|
3570
3570
|
};
|
|
3571
3571
|
}
|
|
@@ -3573,16 +3573,16 @@ const Oh = { bubbles: !1, cancelable: !0 }, KT = /* @__PURE__ */ N.forwardRef(((
|
|
|
3573
3573
|
}), [c, y, v, w]);
|
|
3574
3574
|
const S = N.useCallback(((f) => {
|
|
3575
3575
|
if (!r && !o || w.paused) return;
|
|
3576
|
-
const b = f.key === "Tab" && !f.altKey && !f.ctrlKey && !f.metaKey,
|
|
3577
|
-
if (b &&
|
|
3576
|
+
const b = f.key === "Tab" && !f.altKey && !f.ctrlKey && !f.metaKey, p = document.activeElement;
|
|
3577
|
+
if (b && p) {
|
|
3578
3578
|
const x = f.currentTarget, [_, R] = (function(A) {
|
|
3579
3579
|
const C = Ah(A), W = Th(C, A), L = Th(C.reverse(), A);
|
|
3580
3580
|
return [W, L];
|
|
3581
3581
|
})(x);
|
|
3582
|
-
_ && R ? f.shiftKey ||
|
|
3582
|
+
_ && R ? f.shiftKey || p !== R ? f.shiftKey && p === _ && (f.preventDefault(), r && Cn(R, { select: !0 })) : (f.preventDefault(), r && Cn(_, { select: !0 })) : p === x && f.preventDefault();
|
|
3583
3583
|
}
|
|
3584
3584
|
}), [r, o, w.paused]);
|
|
3585
|
-
return N.createElement(xi.div, pt({ tabIndex: -1 }, l, { ref:
|
|
3585
|
+
return N.createElement(xi.div, pt({ tabIndex: -1 }, l, { ref: d, onKeyDown: S }));
|
|
3586
3586
|
}));
|
|
3587
3587
|
function Ah(e) {
|
|
3588
3588
|
const t = [], r = document.createTreeWalker(e, NodeFilter.SHOW_ELEMENT, { acceptNode: (o) => {
|
|
@@ -3659,7 +3659,7 @@ function zn(e, t, { checkForDefaultPrevented: r = !0 } = {}) {
|
|
|
3659
3659
|
};
|
|
3660
3660
|
}
|
|
3661
3661
|
const QT = /* @__PURE__ */ N.createContext({ layers: /* @__PURE__ */ new Set(), layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(), branches: /* @__PURE__ */ new Set() }), eR = /* @__PURE__ */ N.forwardRef(((e, t) => {
|
|
3662
|
-
const { disableOutsidePointerEvents: r = !1, onEscapeKeyDown: o, onPointerDownOutside: a, onFocusOutside: s, onInteractOutside: l, onDismiss: c, ...h } = e, y = N.useContext(QT), [v, g] = N.useState(null), [,
|
|
3662
|
+
const { disableOutsidePointerEvents: r = !1, onEscapeKeyDown: o, onPointerDownOutside: a, onFocusOutside: s, onInteractOutside: l, onDismiss: c, ...h } = e, y = N.useContext(QT), [v, g] = N.useState(null), [, d] = N.useState({}), w = qn(t, ((C) => g(C))), S = Array.from(y.layers), [f] = [...y.layersWithOutsidePointerEventsDisabled].slice(-1), b = S.indexOf(f), p = v ? S.indexOf(v) : -1, x = y.layersWithOutsidePointerEventsDisabled.size > 0, _ = p >= b, R = (function(C) {
|
|
3663
3663
|
const W = Bn(C), L = N.useRef(!1);
|
|
3664
3664
|
return N.useEffect((() => {
|
|
3665
3665
|
const M = (D) => {
|
|
@@ -3687,13 +3687,13 @@ const QT = /* @__PURE__ */ N.createContext({ layers: /* @__PURE__ */ new Set(),
|
|
|
3687
3687
|
[...y.branches].some(((L) => L.contains(W))) || (s == null || s(C), l == null || l(C), C.defaultPrevented || c == null || c());
|
|
3688
3688
|
}));
|
|
3689
3689
|
return YT(((C) => {
|
|
3690
|
-
|
|
3690
|
+
p === y.layers.size - 1 && (o == null || o(C), C.defaultPrevented || c == null || c());
|
|
3691
3691
|
})), JT({ disabled: r }), N.useEffect((() => {
|
|
3692
3692
|
v && (r && y.layersWithOutsidePointerEventsDisabled.add(v), y.layers.add(v), Ch());
|
|
3693
3693
|
}), [v, r, y]), N.useEffect((() => () => {
|
|
3694
3694
|
v && (y.layers.delete(v), y.layersWithOutsidePointerEventsDisabled.delete(v), Ch());
|
|
3695
3695
|
}), [v, y]), N.useEffect((() => {
|
|
3696
|
-
const C = () =>
|
|
3696
|
+
const C = () => d({});
|
|
3697
3697
|
return document.addEventListener("dismissableLayer.update", C), () => document.removeEventListener("dismissableLayer.update", C);
|
|
3698
3698
|
}), []), /* @__PURE__ */ N.createElement(xi.div, pt({}, h, { ref: w, style: { pointerEvents: x ? _ ? "auto" : "none" : void 0, ...e.style }, onFocusCapture: zn(e.onFocusCapture, A.onFocusCapture), onBlurCapture: zn(e.onBlurCapture, A.onBlurCapture), onPointerDownCapture: zn(e.onPointerDownCapture, R.onPointerDownCapture) }));
|
|
3699
3699
|
}));
|
|
@@ -3771,12 +3771,12 @@ function Lv(e, t = []) {
|
|
|
3771
3771
|
return o.scopeName = e, [function(a, s) {
|
|
3772
3772
|
const l = /* @__PURE__ */ N.createContext(s), c = r.length;
|
|
3773
3773
|
function h(y) {
|
|
3774
|
-
const { scope: v, children: g, ...
|
|
3774
|
+
const { scope: v, children: g, ...d } = y, w = (v == null ? void 0 : v[e][c]) || l, S = N.useMemo((() => d), Object.values(d));
|
|
3775
3775
|
return N.createElement(w.Provider, { value: S }, g);
|
|
3776
3776
|
}
|
|
3777
3777
|
return r = [...r, s], h.displayName = a + "Provider", [h, function(y, v) {
|
|
3778
|
-
const g = (v == null ? void 0 : v[e][c]) || l,
|
|
3779
|
-
if (
|
|
3778
|
+
const g = (v == null ? void 0 : v[e][c]) || l, d = N.useContext(g);
|
|
3779
|
+
if (d) return d;
|
|
3780
3780
|
if (s !== void 0) return s;
|
|
3781
3781
|
throw new Error(`\`${y}\` must be used within \`${a}\``);
|
|
3782
3782
|
}];
|
|
@@ -3799,21 +3799,21 @@ function iR({ anchorRect: e, popperSize: t, arrowSize: r, arrowOffset: o = 0, si
|
|
|
3799
3799
|
const g = (function(W, L, M = 0, j = 0, D) {
|
|
3800
3800
|
const I = D ? D.height : 0, B = Lh(L, W, "x"), H = Lh(L, W, "y"), k = H.before - M - I, X = H.after + M + I, V = B.before - M - I, ee = B.after + M + I;
|
|
3801
3801
|
return { top: { start: { x: B.start + j, y: k }, center: { x: B.center, y: k }, end: { x: B.end - j, y: k } }, right: { start: { x: ee, y: H.start + j }, center: { x: ee, y: H.center }, end: { x: ee, y: H.end - j } }, bottom: { start: { x: B.start + j, y: X }, center: { x: B.center, y: X }, end: { x: B.end - j, y: X } }, left: { start: { x: V, y: H.start + j }, center: { x: V, y: H.center }, end: { x: V, y: H.end - j } } };
|
|
3802
|
-
})(t, e, s, c, r),
|
|
3802
|
+
})(t, e, s, c, r), d = g[a][l];
|
|
3803
3803
|
if (h === !1) {
|
|
3804
|
-
const W = Mh(
|
|
3804
|
+
const W = Mh(d);
|
|
3805
3805
|
let L = wl;
|
|
3806
3806
|
return r && (L = Nh({ popperSize: t, arrowSize: r, arrowOffset: o, side: a, align: l })), { popperStyles: { ...W, "--radix-popper-transform-origin": Fh(t, a, l, o, r) }, arrowStyles: L, placedSide: a, placedAlign: l };
|
|
3807
3807
|
}
|
|
3808
|
-
const w = DOMRect.fromRect({ ...t, ...
|
|
3808
|
+
const w = DOMRect.fromRect({ ...t, ...d }), S = (f = y, b = v, DOMRect.fromRect({ width: f.width - 2 * b, height: f.height - 2 * b, x: f.left + b, y: f.top + b }));
|
|
3809
3809
|
var f, b;
|
|
3810
|
-
const
|
|
3810
|
+
const p = zh(w, S), x = g[Dh(a)][l], _ = (function(W, L, M) {
|
|
3811
3811
|
const j = Dh(W);
|
|
3812
3812
|
return L[W] && !M[j] ? j : W;
|
|
3813
|
-
})(a,
|
|
3813
|
+
})(a, p, zh(DOMRect.fromRect({ ...t, ...x }), S)), R = (function(W, L, M, j, D) {
|
|
3814
3814
|
const I = M === "top" || M === "bottom", B = I ? "left" : "top", H = I ? "right" : "bottom", k = I ? "width" : "height", X = L[k] > W[k];
|
|
3815
3815
|
return (j === "start" || j === "center") && (D[B] && X || D[H] && !X) ? "end" : (j === "end" || j === "center") && (D[H] && X || D[B] && !X) ? "start" : j;
|
|
3816
|
-
})(t, e, a, l,
|
|
3816
|
+
})(t, e, a, l, p), A = Mh(g[_][R]);
|
|
3817
3817
|
let C = wl;
|
|
3818
3818
|
return r && (C = Nh({ popperSize: t, arrowSize: r, arrowOffset: o, side: _, align: R })), { popperStyles: { ...A, "--radix-popper-transform-origin": Fh(t, _, R, o, r) }, arrowStyles: C, placedSide: _, placedAlign: R };
|
|
3819
3819
|
}
|
|
@@ -3851,8 +3851,8 @@ const [Mv, Fv] = Lv("Popper"), [sR, Nv] = Mv("Popper"), uR = (e) => {
|
|
|
3851
3851
|
return N.useEffect((() => {
|
|
3852
3852
|
s.onAnchorChange((o == null ? void 0 : o.current) || l.current);
|
|
3853
3853
|
})), o ? null : /* @__PURE__ */ N.createElement(xi.div, pt({}, a, { ref: c }));
|
|
3854
|
-
})), [cR,
|
|
3855
|
-
const { __scopePopper: r, side: o = "bottom", sideOffset: a, align: s = "center", alignOffset: l, collisionTolerance: c, avoidCollisions: h = !0, ...y } = e, v = Nv("PopperContent", r), [g,
|
|
3854
|
+
})), [cR, vI] = Mv("PopperContent"), fR = /* @__PURE__ */ N.forwardRef(((e, t) => {
|
|
3855
|
+
const { __scopePopper: r, side: o = "bottom", sideOffset: a, align: s = "center", alignOffset: l, collisionTolerance: c, avoidCollisions: h = !0, ...y } = e, v = Nv("PopperContent", r), [g, d] = N.useState(), w = rR(v.anchor), [S, f] = N.useState(null), b = Ih(S), [p, x] = N.useState(null), _ = Ih(p), R = qn(t, ((I) => f(I))), A = (function() {
|
|
3856
3856
|
const [I, B] = N.useState(void 0);
|
|
3857
3857
|
return N.useEffect((() => {
|
|
3858
3858
|
let H;
|
|
@@ -3865,15 +3865,15 @@ const [Mv, Fv] = Lv("Popper"), [sR, Nv] = Mv("Popper"), uR = (e) => {
|
|
|
3865
3865
|
return k(), window.addEventListener("resize", X), () => window.removeEventListener("resize", X);
|
|
3866
3866
|
}), []), I;
|
|
3867
3867
|
})(), C = A ? DOMRect.fromRect({ ...A, x: 0, y: 0 }) : void 0, { popperStyles: W, arrowStyles: L, placedSide: M, placedAlign: j } = iR({ anchorRect: w, popperSize: b, arrowSize: _, arrowOffset: g, side: o, sideOffset: a, align: s, alignOffset: l, shouldAvoidCollisions: h, collisionBoundariesRect: C, collisionTolerance: c }), D = M !== void 0;
|
|
3868
|
-
return N.createElement("div", { style: W, "data-radix-popper-content-wrapper": "" }, /* @__PURE__ */ N.createElement(cR, { scope: r, arrowStyles: L, onArrowChange: x, onArrowOffsetChange:
|
|
3868
|
+
return N.createElement("div", { style: W, "data-radix-popper-content-wrapper": "" }, /* @__PURE__ */ N.createElement(cR, { scope: r, arrowStyles: L, onArrowChange: x, onArrowOffsetChange: d }, /* @__PURE__ */ N.createElement(xi.div, pt({ "data-side": M, "data-align": j }, y, { style: { ...y.style, animation: D ? void 0 : "none" }, ref: R }))));
|
|
3869
3869
|
})), dR = uR, pR = lR, hR = fR;
|
|
3870
3870
|
function gR({ prop: e, defaultProp: t, onChange: r = (() => {
|
|
3871
3871
|
}) }) {
|
|
3872
3872
|
const [o, a] = (function({ defaultProp: h, onChange: y }) {
|
|
3873
|
-
const v = N.useState(h), [g] = v,
|
|
3873
|
+
const v = N.useState(h), [g] = v, d = N.useRef(g), w = Bn(y);
|
|
3874
3874
|
return N.useEffect((() => {
|
|
3875
|
-
|
|
3876
|
-
}), [g,
|
|
3875
|
+
d.current !== g && (w(g), d.current = g);
|
|
3876
|
+
}), [g, d, w]), v;
|
|
3877
3877
|
})({ defaultProp: t, onChange: r }), s = e !== void 0, l = s ? e : o, c = Bn(r);
|
|
3878
3878
|
return [l, N.useCallback(((h) => {
|
|
3879
3879
|
if (s) {
|
|
@@ -3883,8 +3883,8 @@ function gR({ prop: e, defaultProp: t, onChange: r = (() => {
|
|
|
3883
3883
|
}), [s, e, a, c])];
|
|
3884
3884
|
}
|
|
3885
3885
|
const [vR] = Lv("Popover", [Fv]), bc = Fv(), [mR, Co] = vR("Popover"), yR = (e) => {
|
|
3886
|
-
const { __scopePopover: t, children: r, open: o, defaultOpen: a, onOpenChange: s, modal: l = !1 } = e, c = bc(t), h = N.useRef(null), [y, v] = N.useState(!1), [g = !1,
|
|
3887
|
-
return N.createElement(dR, c, /* @__PURE__ */ N.createElement(mR, { scope: t, contentId: HT(), triggerRef: h, open: g, onOpenChange:
|
|
3886
|
+
const { __scopePopover: t, children: r, open: o, defaultOpen: a, onOpenChange: s, modal: l = !1 } = e, c = bc(t), h = N.useRef(null), [y, v] = N.useState(!1), [g = !1, d] = gR({ prop: o, defaultProp: a, onChange: s });
|
|
3887
|
+
return N.createElement(dR, c, /* @__PURE__ */ N.createElement(mR, { scope: t, contentId: HT(), triggerRef: h, open: g, onOpenChange: d, onOpenToggle: N.useCallback((() => d(((w) => !w))), [d]), hasCustomAnchor: y, onCustomAnchorAdd: N.useCallback((() => v(!0)), []), onCustomAnchorRemove: N.useCallback((() => v(!1)), []), modal: l }, r));
|
|
3888
3888
|
}, wR = /* @__PURE__ */ N.forwardRef(((e, t) => {
|
|
3889
3889
|
const { __scopePopover: r, ...o } = e, a = Co("PopoverTrigger", r), s = bc(r), l = qn(t, a.triggerRef), c = /* @__PURE__ */ N.createElement(xi.button, pt({ type: "button", "aria-haspopup": "dialog", "aria-expanded": a.open, "aria-controls": a.contentId, "data-state": zv(a.open) }, o, { ref: l, onClick: zn(e.onClick, a.onOpenToggle) }));
|
|
3890
3890
|
return a.hasCustomAnchor ? c : /* @__PURE__ */ N.createElement(pR, pt({ asChild: !0 }, s), c);
|
|
@@ -3902,7 +3902,7 @@ const [vR] = Lv("Popover", [Fv]), bc = Fv(), [mR, Co] = vR("Popover"), yR = (e)
|
|
|
3902
3902
|
var g;
|
|
3903
3903
|
v.preventDefault(), h.current || (g = s.triggerRef.current) === null || g === void 0 || g.focus();
|
|
3904
3904
|
})), onPointerDownOutside: zn(e.onPointerDownOutside, ((v) => {
|
|
3905
|
-
const g = v.detail.originalEvent,
|
|
3905
|
+
const g = v.detail.originalEvent, d = g.button === 0 && g.ctrlKey === !0, w = g.button === 2 || d;
|
|
3906
3906
|
h.current = w;
|
|
3907
3907
|
}), { checkForDefaultPrevented: !1 }), onFocusOutside: zn(e.onFocusOutside, ((v) => v.preventDefault()), { checkForDefaultPrevented: !1 }) }))));
|
|
3908
3908
|
})), xR = /* @__PURE__ */ N.forwardRef(((e, t) => {
|
|
@@ -3917,8 +3917,8 @@ const [vR] = Lv("Popover", [Fv]), bc = Fv(), [mR, Co] = vR("Popover"), yR = (e)
|
|
|
3917
3917
|
!((y = a.triggerRef.current) === null || y === void 0) && y.contains(v) && c.preventDefault();
|
|
3918
3918
|
} })));
|
|
3919
3919
|
})), Dv = /* @__PURE__ */ N.forwardRef(((e, t) => {
|
|
3920
|
-
const { __scopePopover: r, trapFocus: o, onOpenAutoFocus: a, onCloseAutoFocus: s, disableOutsidePointerEvents: l, onEscapeKeyDown: c, onPointerDownOutside: h, onFocusOutside: y, onInteractOutside: v, ...g } = e,
|
|
3921
|
-
return ZT(), /* @__PURE__ */ N.createElement(KT, { asChild: !0, loop: !0, trapped: o, onMountAutoFocus: a, onUnmountAutoFocus: s }, /* @__PURE__ */ N.createElement(eR, { asChild: !0, disableOutsidePointerEvents: l, onInteractOutside: v, onEscapeKeyDown: c, onPointerDownOutside: h, onFocusOutside: y, onDismiss: () =>
|
|
3920
|
+
const { __scopePopover: r, trapFocus: o, onOpenAutoFocus: a, onCloseAutoFocus: s, disableOutsidePointerEvents: l, onEscapeKeyDown: c, onPointerDownOutside: h, onFocusOutside: y, onInteractOutside: v, ...g } = e, d = Co("PopoverContent", r), w = bc(r);
|
|
3921
|
+
return ZT(), /* @__PURE__ */ N.createElement(KT, { asChild: !0, loop: !0, trapped: o, onMountAutoFocus: a, onUnmountAutoFocus: s }, /* @__PURE__ */ N.createElement(eR, { asChild: !0, disableOutsidePointerEvents: l, onInteractOutside: v, onEscapeKeyDown: c, onPointerDownOutside: h, onFocusOutside: y, onDismiss: () => d.onOpenChange(!1) }, /* @__PURE__ */ N.createElement(hR, pt({ "data-state": zv(d.open), role: "dialog", id: d.contentId }, w, g, { ref: t, style: { ...g.style, "--radix-popover-content-transform-origin": "var(--radix-popper-transform-origin)" } }))));
|
|
3922
3922
|
}));
|
|
3923
3923
|
function zv(e) {
|
|
3924
3924
|
return e ? "open" : "closed";
|
|
@@ -3937,7 +3937,7 @@ var Wh;
|
|
|
3937
3937
|
function AR() {
|
|
3938
3938
|
if (Wh) return Ie;
|
|
3939
3939
|
Wh = 1;
|
|
3940
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, h = e ? Symbol.for("react.async_mode") : 60111, y = e ? Symbol.for("react.concurrent_mode") : 60111, v = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113,
|
|
3940
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, h = e ? Symbol.for("react.async_mode") : 60111, y = e ? Symbol.for("react.concurrent_mode") : 60111, v = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, d = e ? Symbol.for("react.suspense_list") : 60120, w = e ? Symbol.for("react.memo") : 60115, S = e ? Symbol.for("react.lazy") : 60116, f = e ? Symbol.for("react.block") : 60121, b = e ? Symbol.for("react.fundamental") : 60117, p = e ? Symbol.for("react.responder") : 60118, x = e ? Symbol.for("react.scope") : 60119;
|
|
3941
3941
|
function _(A) {
|
|
3942
3942
|
if (typeof A == "object" && A !== null) {
|
|
3943
3943
|
var C = A.$$typeof;
|
|
@@ -3996,7 +3996,7 @@ function AR() {
|
|
|
3996
3996
|
}, Ie.isSuspense = function(A) {
|
|
3997
3997
|
return _(A) === g;
|
|
3998
3998
|
}, Ie.isValidElementType = function(A) {
|
|
3999
|
-
return typeof A == "string" || typeof A == "function" || A === o || A === y || A === s || A === a || A === g || A ===
|
|
3999
|
+
return typeof A == "string" || typeof A == "function" || A === o || A === y || A === s || A === a || A === g || A === d || typeof A == "object" && A !== null && (A.$$typeof === S || A.$$typeof === w || A.$$typeof === l || A.$$typeof === c || A.$$typeof === v || A.$$typeof === b || A.$$typeof === p || A.$$typeof === x || A.$$typeof === f);
|
|
4000
4000
|
}, Ie.typeOf = _, Ie;
|
|
4001
4001
|
}
|
|
4002
4002
|
var Le = {};
|
|
@@ -4011,10 +4011,10 @@ var Le = {};
|
|
|
4011
4011
|
var Bh;
|
|
4012
4012
|
function TR() {
|
|
4013
4013
|
return Bh || (Bh = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
4014
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, h = e ? Symbol.for("react.async_mode") : 60111, y = e ? Symbol.for("react.concurrent_mode") : 60111, v = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113,
|
|
4014
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, h = e ? Symbol.for("react.async_mode") : 60111, y = e ? Symbol.for("react.concurrent_mode") : 60111, v = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, d = e ? Symbol.for("react.suspense_list") : 60120, w = e ? Symbol.for("react.memo") : 60115, S = e ? Symbol.for("react.lazy") : 60116, f = e ? Symbol.for("react.block") : 60121, b = e ? Symbol.for("react.fundamental") : 60117, p = e ? Symbol.for("react.responder") : 60118, x = e ? Symbol.for("react.scope") : 60119;
|
|
4015
4015
|
function _(ne) {
|
|
4016
4016
|
return typeof ne == "string" || typeof ne == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
4017
|
-
ne === o || ne === y || ne === s || ne === a || ne === g || ne ===
|
|
4017
|
+
ne === o || ne === y || ne === s || ne === a || ne === g || ne === d || typeof ne == "object" && ne !== null && (ne.$$typeof === S || ne.$$typeof === w || ne.$$typeof === l || ne.$$typeof === c || ne.$$typeof === v || ne.$$typeof === b || ne.$$typeof === p || ne.$$typeof === x || ne.$$typeof === f);
|
|
4018
4018
|
}
|
|
4019
4019
|
function R(ne) {
|
|
4020
4020
|
if (typeof ne == "object" && ne !== null) {
|
|
@@ -4139,8 +4139,8 @@ function RR() {
|
|
|
4139
4139
|
t.call(c, g) && (h[g] = c[g]);
|
|
4140
4140
|
if (e) {
|
|
4141
4141
|
y = e(c);
|
|
4142
|
-
for (var
|
|
4143
|
-
r.call(c, y[
|
|
4142
|
+
for (var d = 0; d < y.length; d++)
|
|
4143
|
+
r.call(c, y[d]) && (h[y[d]] = c[y[d]]);
|
|
4144
4144
|
}
|
|
4145
4145
|
}
|
|
4146
4146
|
return h;
|
|
@@ -4181,10 +4181,10 @@ function PR() {
|
|
|
4181
4181
|
var g;
|
|
4182
4182
|
try {
|
|
4183
4183
|
if (typeof s[v] != "function") {
|
|
4184
|
-
var
|
|
4184
|
+
var d = Error(
|
|
4185
4185
|
(h || "React class") + ": " + c + " type `" + v + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof s[v] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
4186
4186
|
);
|
|
4187
|
-
throw
|
|
4187
|
+
throw d.name = "Invariant Violation", d;
|
|
4188
4188
|
}
|
|
4189
4189
|
g = s[v](l, v, h, c, null, t);
|
|
4190
4190
|
} catch (S) {
|
|
@@ -4230,15 +4230,15 @@ function kR() {
|
|
|
4230
4230
|
if (typeof J == "function")
|
|
4231
4231
|
return J;
|
|
4232
4232
|
}
|
|
4233
|
-
var
|
|
4234
|
-
array:
|
|
4235
|
-
bigint:
|
|
4236
|
-
bool:
|
|
4237
|
-
func:
|
|
4238
|
-
number:
|
|
4239
|
-
object:
|
|
4240
|
-
string:
|
|
4241
|
-
symbol:
|
|
4233
|
+
var d = "<<anonymous>>", w = {
|
|
4234
|
+
array: p("array"),
|
|
4235
|
+
bigint: p("bigint"),
|
|
4236
|
+
bool: p("boolean"),
|
|
4237
|
+
func: p("function"),
|
|
4238
|
+
number: p("number"),
|
|
4239
|
+
object: p("object"),
|
|
4240
|
+
string: p("string"),
|
|
4241
|
+
symbol: p("symbol"),
|
|
4242
4242
|
any: x(),
|
|
4243
4243
|
arrayOf: _,
|
|
4244
4244
|
element: R(),
|
|
@@ -4262,7 +4262,7 @@ function kR() {
|
|
|
4262
4262
|
if (process.env.NODE_ENV !== "production")
|
|
4263
4263
|
var J = {}, oe = 0;
|
|
4264
4264
|
function se(le, ce, me, ge, xe, Oe, Ge) {
|
|
4265
|
-
if (ge = ge ||
|
|
4265
|
+
if (ge = ge || d, Oe = Oe || me, Ge !== r) {
|
|
4266
4266
|
if (h) {
|
|
4267
4267
|
var ne = new Error(
|
|
4268
4268
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
@@ -4281,7 +4281,7 @@ function kR() {
|
|
|
4281
4281
|
var re = se.bind(null, !1);
|
|
4282
4282
|
return re.isRequired = se.bind(null, !0), re;
|
|
4283
4283
|
}
|
|
4284
|
-
function
|
|
4284
|
+
function p(q) {
|
|
4285
4285
|
function J(oe, se, re, le, ce, me) {
|
|
4286
4286
|
var ge = oe[se], xe = X(ge);
|
|
4287
4287
|
if (xe !== q) {
|
|
@@ -4341,7 +4341,7 @@ function kR() {
|
|
|
4341
4341
|
function C(q) {
|
|
4342
4342
|
function J(oe, se, re, le, ce) {
|
|
4343
4343
|
if (!(oe[se] instanceof q)) {
|
|
4344
|
-
var me = q.name ||
|
|
4344
|
+
var me = q.name || d, ge = fe(oe[se]);
|
|
4345
4345
|
return new f("Invalid " + le + " `" + ce + "` of type " + ("`" + ge + "` supplied to `" + re + "`, expected ") + ("instance of `" + me + "`."));
|
|
4346
4346
|
}
|
|
4347
4347
|
return null;
|
|
@@ -4522,7 +4522,7 @@ Valid keys: ` + JSON.stringify(Object.keys(q), null, " ")
|
|
|
4522
4522
|
}
|
|
4523
4523
|
}
|
|
4524
4524
|
function fe(q) {
|
|
4525
|
-
return !q.constructor || !q.constructor.name ?
|
|
4525
|
+
return !q.constructor || !q.constructor.name ? d : q.constructor.name;
|
|
4526
4526
|
}
|
|
4527
4527
|
return w.checkPropTypes = a, w.resetWarningCache = a.resetWarningCache, w.PropTypes = w, w;
|
|
4528
4528
|
}, Ol;
|
|
@@ -4539,10 +4539,10 @@ function CR() {
|
|
|
4539
4539
|
return r.resetWarningCache = t, Al = function() {
|
|
4540
4540
|
function o(l, c, h, y, v, g) {
|
|
4541
4541
|
if (g !== e) {
|
|
4542
|
-
var
|
|
4542
|
+
var d = new Error(
|
|
4543
4543
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
|
|
4544
4544
|
);
|
|
4545
|
-
throw
|
|
4545
|
+
throw d.name = "Invariant Violation", d;
|
|
4546
4546
|
}
|
|
4547
4547
|
}
|
|
4548
4548
|
o.isRequired = o;
|
|
@@ -4634,7 +4634,7 @@ function IR() {
|
|
|
4634
4634
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4635
4635
|
return _ && (typeof _ == "object" || typeof _ == "function") ? _ : x;
|
|
4636
4636
|
}
|
|
4637
|
-
function
|
|
4637
|
+
function d(x, _) {
|
|
4638
4638
|
if (typeof _ != "function" && _ !== null)
|
|
4639
4639
|
throw new TypeError("Super expression must either be null or a function, not " + typeof _);
|
|
4640
4640
|
x.prototype = Object.create(_ && _.prototype, {
|
|
@@ -4668,8 +4668,8 @@ function IR() {
|
|
|
4668
4668
|
var C = x.screenX, W = x.screenY;
|
|
4669
4669
|
return { x: C, y: W };
|
|
4670
4670
|
}
|
|
4671
|
-
var
|
|
4672
|
-
|
|
4671
|
+
var p = (function(x) {
|
|
4672
|
+
d(_, x);
|
|
4673
4673
|
function _() {
|
|
4674
4674
|
var R;
|
|
4675
4675
|
y(this, _);
|
|
@@ -4763,7 +4763,7 @@ function IR() {
|
|
|
4763
4763
|
}
|
|
4764
4764
|
}]), _;
|
|
4765
4765
|
})(r.Component);
|
|
4766
|
-
|
|
4766
|
+
p.displayName = "ReactSwipe", p.propTypes = {
|
|
4767
4767
|
tagName: s.default.string,
|
|
4768
4768
|
className: s.default.string,
|
|
4769
4769
|
style: s.default.object,
|
|
@@ -4778,7 +4778,7 @@ function IR() {
|
|
|
4778
4778
|
onSwipeEnd: s.default.func,
|
|
4779
4779
|
innerRef: s.default.func,
|
|
4780
4780
|
tolerance: s.default.number.isRequired
|
|
4781
|
-
},
|
|
4781
|
+
}, p.defaultProps = {
|
|
4782
4782
|
tagName: "div",
|
|
4783
4783
|
allowMouseEvents: !1,
|
|
4784
4784
|
onSwipeUp: function() {
|
|
@@ -4798,7 +4798,7 @@ function IR() {
|
|
|
4798
4798
|
innerRef: function() {
|
|
4799
4799
|
},
|
|
4800
4800
|
tolerance: 0
|
|
4801
|
-
}, t.default =
|
|
4801
|
+
}, t.default = p;
|
|
4802
4802
|
});
|
|
4803
4803
|
})(Da)), Da;
|
|
4804
4804
|
}
|
|
@@ -4980,14 +4980,14 @@ function jv() {
|
|
|
4980
4980
|
if (!(L instanceof M))
|
|
4981
4981
|
throw new TypeError("Cannot call a class as a function");
|
|
4982
4982
|
}
|
|
4983
|
-
function
|
|
4983
|
+
function d(L, M) {
|
|
4984
4984
|
for (var j = 0; j < M.length; j++) {
|
|
4985
4985
|
var D = M[j];
|
|
4986
4986
|
D.enumerable = D.enumerable || !1, D.configurable = !0, "value" in D && (D.writable = !0), Object.defineProperty(L, D.key, D);
|
|
4987
4987
|
}
|
|
4988
4988
|
}
|
|
4989
4989
|
function w(L, M, j) {
|
|
4990
|
-
return M &&
|
|
4990
|
+
return M && d(L.prototype, M), L;
|
|
4991
4991
|
}
|
|
4992
4992
|
function S(L, M) {
|
|
4993
4993
|
if (typeof M != "function" && M !== null)
|
|
@@ -5008,10 +5008,10 @@ function jv() {
|
|
|
5008
5008
|
I = Reflect.construct(D, arguments, B);
|
|
5009
5009
|
} else
|
|
5010
5010
|
I = D.apply(this, arguments);
|
|
5011
|
-
return
|
|
5011
|
+
return p(this, I);
|
|
5012
5012
|
};
|
|
5013
5013
|
}
|
|
5014
|
-
function
|
|
5014
|
+
function p(L, M) {
|
|
5015
5015
|
return M && (y(M) === "object" || typeof M == "function") ? M : x(L);
|
|
5016
5016
|
}
|
|
5017
5017
|
function x(L) {
|
|
@@ -5270,16 +5270,16 @@ function Zv() {
|
|
|
5270
5270
|
return 0;
|
|
5271
5271
|
var g = e.Children.count(v.children);
|
|
5272
5272
|
if (v.centerMode && v.axis === "horizontal") {
|
|
5273
|
-
var
|
|
5274
|
-
return y && (y !== w || v.infiniteLoop) ?
|
|
5273
|
+
var d = -y * v.centerSlidePercentage, w = g - 1;
|
|
5274
|
+
return y && (y !== w || v.infiniteLoop) ? d += (100 - v.centerSlidePercentage) / 2 : y === w && (d += 100 - v.centerSlidePercentage), d;
|
|
5275
5275
|
}
|
|
5276
5276
|
return -y * 100;
|
|
5277
5277
|
};
|
|
5278
5278
|
qt.getPosition = l;
|
|
5279
5279
|
var c = function(y, v) {
|
|
5280
5280
|
var g = {};
|
|
5281
|
-
return ["WebkitTransform", "MozTransform", "MsTransform", "OTransform", "transform", "msTransform"].forEach(function(
|
|
5282
|
-
g[
|
|
5281
|
+
return ["WebkitTransform", "MozTransform", "MsTransform", "OTransform", "transform", "msTransform"].forEach(function(d) {
|
|
5282
|
+
g[d] = (0, t.default)(y, "%", v);
|
|
5283
5283
|
}), g;
|
|
5284
5284
|
};
|
|
5285
5285
|
return qt.setPosition = c, qt;
|
|
@@ -5294,20 +5294,20 @@ function FR() {
|
|
|
5294
5294
|
function o(g) {
|
|
5295
5295
|
return g && g.__esModule ? g : { default: g };
|
|
5296
5296
|
}
|
|
5297
|
-
function a(g,
|
|
5297
|
+
function a(g, d) {
|
|
5298
5298
|
var w = Object.keys(g);
|
|
5299
5299
|
if (Object.getOwnPropertySymbols) {
|
|
5300
5300
|
var S = Object.getOwnPropertySymbols(g);
|
|
5301
|
-
|
|
5301
|
+
d && (S = S.filter(function(f) {
|
|
5302
5302
|
return Object.getOwnPropertyDescriptor(g, f).enumerable;
|
|
5303
5303
|
})), w.push.apply(w, S);
|
|
5304
5304
|
}
|
|
5305
5305
|
return w;
|
|
5306
5306
|
}
|
|
5307
5307
|
function s(g) {
|
|
5308
|
-
for (var
|
|
5309
|
-
var w = arguments[
|
|
5310
|
-
|
|
5308
|
+
for (var d = 1; d < arguments.length; d++) {
|
|
5309
|
+
var w = arguments[d] != null ? arguments[d] : {};
|
|
5310
|
+
d % 2 ? a(Object(w), !0).forEach(function(S) {
|
|
5311
5311
|
l(g, S, w[S]);
|
|
5312
5312
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(g, Object.getOwnPropertyDescriptors(w)) : a(Object(w)).forEach(function(S) {
|
|
5313
5313
|
Object.defineProperty(g, S, Object.getOwnPropertyDescriptor(w, S));
|
|
@@ -5315,14 +5315,14 @@ function FR() {
|
|
|
5315
5315
|
}
|
|
5316
5316
|
return g;
|
|
5317
5317
|
}
|
|
5318
|
-
function l(g,
|
|
5319
|
-
return
|
|
5318
|
+
function l(g, d, w) {
|
|
5319
|
+
return d in g ? Object.defineProperty(g, d, { value: w, enumerable: !0, configurable: !0, writable: !0 }) : g[d] = w, g;
|
|
5320
5320
|
}
|
|
5321
|
-
var c = function(
|
|
5322
|
-
var S = {}, f = w.selectedItem, b = f,
|
|
5321
|
+
var c = function(d, w) {
|
|
5322
|
+
var S = {}, f = w.selectedItem, b = f, p = e.Children.count(d.children) - 1, x = d.infiniteLoop && (f < 0 || f > p);
|
|
5323
5323
|
if (x)
|
|
5324
|
-
return b < 0 ?
|
|
5325
|
-
var _ = (0, r.getPosition)(f,
|
|
5324
|
+
return b < 0 ? d.centerMode && d.centerSlidePercentage && d.axis === "horizontal" ? S.itemListStyle = (0, r.setPosition)(-(p + 2) * d.centerSlidePercentage - (100 - d.centerSlidePercentage) / 2, d.axis) : S.itemListStyle = (0, r.setPosition)(-(p + 2) * 100, d.axis) : b > p && (S.itemListStyle = (0, r.setPosition)(0, d.axis)), S;
|
|
5325
|
+
var _ = (0, r.getPosition)(f, d), R = (0, t.default)(_, "%", d.axis), A = d.transitionTime + "ms";
|
|
5326
5326
|
return S.itemListStyle = {
|
|
5327
5327
|
WebkitTransform: R,
|
|
5328
5328
|
msTransform: R,
|
|
@@ -5337,8 +5337,8 @@ function FR() {
|
|
|
5337
5337
|
})), S;
|
|
5338
5338
|
};
|
|
5339
5339
|
dr.slideAnimationHandler = c;
|
|
5340
|
-
var h = function(
|
|
5341
|
-
var b = {},
|
|
5340
|
+
var h = function(d, w, S, f) {
|
|
5341
|
+
var b = {}, p = w.axis === "horizontal", x = e.Children.count(w.children), _ = 0, R = (0, r.getPosition)(S.selectedItem, w), A = w.infiniteLoop ? (0, r.getPosition)(x - 1, w) - 100 : (0, r.getPosition)(x - 1, w), C = p ? d.x : d.y, W = C;
|
|
5342
5342
|
R === _ && C > 0 && (W = 0), R === A && C < 0 && (W = 0);
|
|
5343
5343
|
var L = R + 100 / (S.itemSize / W), M = Math.abs(C) > w.swipeScrollTolerance;
|
|
5344
5344
|
return w.infiniteLoop && M && (S.selectedItem === 0 && L > -100 ? L -= x * 100 : S.selectedItem === x - 1 && L < -x * 100 && (L += x * 100)), (!w.preventMovementUntilSwipeScrollTolerance || M || S.swipeMovementStarted) && (S.swipeMovementStarted || f({
|
|
@@ -5348,15 +5348,15 @@ function FR() {
|
|
|
5348
5348
|
}), b;
|
|
5349
5349
|
};
|
|
5350
5350
|
dr.slideSwipeAnimationHandler = h;
|
|
5351
|
-
var y = function(
|
|
5352
|
-
var S = (0, r.getPosition)(w.selectedItem,
|
|
5351
|
+
var y = function(d, w) {
|
|
5352
|
+
var S = (0, r.getPosition)(w.selectedItem, d), f = (0, r.setPosition)(S, d.axis);
|
|
5353
5353
|
return {
|
|
5354
5354
|
itemListStyle: f
|
|
5355
5355
|
};
|
|
5356
5356
|
};
|
|
5357
5357
|
dr.slideStopSwipingHandler = y;
|
|
5358
|
-
var v = function(
|
|
5359
|
-
var S =
|
|
5358
|
+
var v = function(d, w) {
|
|
5359
|
+
var S = d.transitionTime + "ms", f = "ease-in-out", b = {
|
|
5360
5360
|
position: "absolute",
|
|
5361
5361
|
display: "block",
|
|
5362
5362
|
zIndex: -2,
|
|
@@ -5430,15 +5430,15 @@ function NR() {
|
|
|
5430
5430
|
return B && typeof Symbol == "function" && B.constructor === Symbol && B !== Symbol.prototype ? "symbol" : typeof B;
|
|
5431
5431
|
}, g(D);
|
|
5432
5432
|
}
|
|
5433
|
-
function
|
|
5434
|
-
return
|
|
5433
|
+
function d() {
|
|
5434
|
+
return d = Object.assign || function(D) {
|
|
5435
5435
|
for (var I = 1; I < arguments.length; I++) {
|
|
5436
5436
|
var B = arguments[I];
|
|
5437
5437
|
for (var H in B)
|
|
5438
5438
|
Object.prototype.hasOwnProperty.call(B, H) && (D[H] = B[H]);
|
|
5439
5439
|
}
|
|
5440
5440
|
return D;
|
|
5441
|
-
},
|
|
5441
|
+
}, d.apply(this, arguments);
|
|
5442
5442
|
}
|
|
5443
5443
|
function w(D, I) {
|
|
5444
5444
|
var B = Object.keys(D);
|
|
@@ -5471,7 +5471,7 @@ function NR() {
|
|
|
5471
5471
|
H.enumerable = H.enumerable || !1, H.configurable = !0, "value" in H && (H.writable = !0), Object.defineProperty(D, H.key, H);
|
|
5472
5472
|
}
|
|
5473
5473
|
}
|
|
5474
|
-
function
|
|
5474
|
+
function p(D, I, B) {
|
|
5475
5475
|
return I && b(D.prototype, I), D;
|
|
5476
5476
|
}
|
|
5477
5477
|
function x(D, I) {
|
|
@@ -5682,7 +5682,7 @@ function NR() {
|
|
|
5682
5682
|
};
|
|
5683
5683
|
return k.animationHandler = typeof H.animationHandler == "function" && H.animationHandler || H.animationHandler === "fade" && c.fadeAnimationHandler || c.slideAnimationHandler, k.state = S(S({}, X), k.animationHandler(H, X)), k;
|
|
5684
5684
|
}
|
|
5685
|
-
return
|
|
5685
|
+
return p(B, [{
|
|
5686
5686
|
key: "componentDidMount",
|
|
5687
5687
|
value: function() {
|
|
5688
5688
|
this.props.children && this.setupCarousel();
|
|
@@ -5839,7 +5839,7 @@ function NR() {
|
|
|
5839
5839
|
}, this.renderControls(), this.props.renderArrowPrev(this.onClickPrev, fe, this.props.labels.leftArrow), /* @__PURE__ */ e.default.createElement("div", {
|
|
5840
5840
|
className: r.default.WRAPPER(!0, this.props.axis),
|
|
5841
5841
|
style: le
|
|
5842
|
-
}, X ? /* @__PURE__ */ e.default.createElement(t.default,
|
|
5842
|
+
}, X ? /* @__PURE__ */ e.default.createElement(t.default, d({
|
|
5843
5843
|
tagName: "ul",
|
|
5844
5844
|
innerRef: this.setListRef
|
|
5845
5845
|
}, re, {
|
|
@@ -6112,7 +6112,7 @@ function cg(e, t) {
|
|
|
6112
6112
|
o.key === t && r.push(o);
|
|
6113
6113
|
}), r;
|
|
6114
6114
|
}
|
|
6115
|
-
const
|
|
6115
|
+
const mI = ({
|
|
6116
6116
|
children: e,
|
|
6117
6117
|
enabled: t,
|
|
6118
6118
|
baseUrl: r = "https://raw.githubusercontent.com/4d/Web-studio-TIPS/main"
|
|
@@ -6165,7 +6165,7 @@ const vI = ({
|
|
|
6165
6165
|
&[data-state='open'] > * {
|
|
6166
6166
|
display: block !important;
|
|
6167
6167
|
}
|
|
6168
|
-
`,
|
|
6168
|
+
`, yI = ({ tipKey: e, side: t = "right", alwaysOn: r, asButton: o = !1 }) => {
|
|
6169
6169
|
const { tip: a, enabled: s } = jR(e), [l, c] = st(!1), h = Ze(null);
|
|
6170
6170
|
return ut(() => {
|
|
6171
6171
|
if (h.current) {
|
|
@@ -6369,16 +6369,16 @@ function Ba(e, t = {}, r, o, a) {
|
|
|
6369
6369
|
"className" in h && h.className && typeof h.className == "function" && (h.className = h.className(t));
|
|
6370
6370
|
let g = {};
|
|
6371
6371
|
if (t) {
|
|
6372
|
-
let
|
|
6373
|
-
for (let [S, f] of Object.entries(t)) typeof f == "boolean" && (
|
|
6374
|
-
|
|
6372
|
+
let d = !1, w = [];
|
|
6373
|
+
for (let [S, f] of Object.entries(t)) typeof f == "boolean" && (d = !0), f === !0 && w.push(S);
|
|
6374
|
+
d && (g["data-headlessui-state"] = w.join(" "));
|
|
6375
6375
|
}
|
|
6376
6376
|
if (s === vr && Object.keys(Vl(h)).length > 0) {
|
|
6377
6377
|
if (!F_(v) || Array.isArray(v) && v.length > 1) throw new Error(['Passing props on "Fragment"!', "", `The current component <${o} /> is rendering a "Fragment".`, "However we need to passthrough the following props:", Object.keys(h).map((f) => ` - ${f}`).join(`
|
|
6378
6378
|
`), "", "You can apply a few solutions:", ['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".', "Render a single element as the child so that we can forward the props onto that element."].map((f) => ` - ${f}`).join(`
|
|
6379
6379
|
`)].join(`
|
|
6380
6380
|
`));
|
|
6381
|
-
let
|
|
6381
|
+
let d = v.props, w = typeof (d == null ? void 0 : d.className) == "function" ? (...f) => as(d == null ? void 0 : d.className(...f), h.className) : as(d == null ? void 0 : d.className, h.className), S = w ? { className: w } : {};
|
|
6382
6382
|
return N_(v, Object.assign({}, Yv(v.props, Vl(Rl(h, ["ref"]))), g, y, { ref: a(v.ref, y.ref) }, S));
|
|
6383
6383
|
}
|
|
6384
6384
|
return sc(s, Object.assign({}, Rl(h, ["ref"]), s !== vr && y, s !== vr && g), v);
|
|
@@ -6542,7 +6542,7 @@ function SP(e) {
|
|
|
6542
6542
|
let xP = "button";
|
|
6543
6543
|
function _P(e, t) {
|
|
6544
6544
|
var r;
|
|
6545
|
-
let o = Oc(), { id: a = `headlessui-switch-${o}`, checked: s, defaultChecked: l = !1, onChange: c, disabled: h = !1, name: y, value: v, form: g, ...
|
|
6545
|
+
let o = Oc(), { id: a = `headlessui-switch-${o}`, checked: s, defaultChecked: l = !1, onChange: c, disabled: h = !1, name: y, value: v, form: g, ...d } = e, w = Vr(Rc), S = Ze(null), f = Io(S, t, w === null ? null : w.setSwitch), [b, p] = YR(s, c, l), x = Et(() => p == null ? void 0 : p(!b)), _ = Et((M) => {
|
|
6546
6546
|
if (aP(M.currentTarget)) return M.preventDefault();
|
|
6547
6547
|
M.preventDefault(), x();
|
|
6548
6548
|
}), R = Et((M) => {
|
|
@@ -6552,9 +6552,9 @@ function _P(e, t) {
|
|
|
6552
6552
|
var M;
|
|
6553
6553
|
let j = (M = S.current) == null ? void 0 : M.closest("form");
|
|
6554
6554
|
j && l !== void 0 && L.addEventListener(j, "reset", () => {
|
|
6555
|
-
|
|
6555
|
+
p(l);
|
|
6556
6556
|
});
|
|
6557
|
-
}, [S,
|
|
6557
|
+
}, [S, p]), Pe.createElement(Pe.Fragment, null, y != null && b && Pe.createElement(iP, { features: Xv.Hidden, ...Vl({ as: "input", type: "checkbox", hidden: !0, readOnly: !0, disabled: h, form: g, checked: b, name: y, value: v }) }), jn({ ourProps: W, theirProps: d, slot: C, defaultTag: xP, name: "Switch" }));
|
|
6558
6558
|
}
|
|
6559
6559
|
let EP = Zn(_P), OP = SP, AP = Object.assign(EP, { Group: OP, Label: yP, Description: pP });
|
|
6560
6560
|
function TP(e) {
|
|
@@ -6651,15 +6651,15 @@ function nm(e, t) {
|
|
|
6651
6651
|
h.current.splice(0), t && (t.chains.current[S] = t.chains.current[S].filter(([b]) => b !== w)), t == null || t.chains.current[S].push([w, new Promise((b) => {
|
|
6652
6652
|
h.current.push(b);
|
|
6653
6653
|
})]), t == null || t.chains.current[S].push([w, new Promise((b) => {
|
|
6654
|
-
Promise.all(v.current[S].map(([
|
|
6654
|
+
Promise.all(v.current[S].map(([p, x]) => x)).then(() => b());
|
|
6655
6655
|
})]), S === "enter" ? y.current = y.current.then(() => t == null ? void 0 : t.wait.current).then(() => f(S)) : f(S);
|
|
6656
|
-
}),
|
|
6657
|
-
Promise.all(v.current[S].splice(0).map(([b,
|
|
6656
|
+
}), d = Et((w, S, f) => {
|
|
6657
|
+
Promise.all(v.current[S].splice(0).map(([b, p]) => p)).then(() => {
|
|
6658
6658
|
var b;
|
|
6659
6659
|
(b = h.current.shift()) == null || b();
|
|
6660
6660
|
}).then(() => f(S));
|
|
6661
6661
|
});
|
|
6662
|
-
return yr(() => ({ children: o, register: c, unregister: l, onStart: g, onStop:
|
|
6662
|
+
return yr(() => ({ children: o, register: c, unregister: l, onStart: g, onStop: d, wait: y, chains: v }), [c, l, o, g, d, v, y]);
|
|
6663
6663
|
}
|
|
6664
6664
|
function LP() {
|
|
6665
6665
|
}
|
|
@@ -6679,7 +6679,7 @@ function FP(e) {
|
|
|
6679
6679
|
let NP = "div", im = Vv.RenderStrategy;
|
|
6680
6680
|
function DP(e, t) {
|
|
6681
6681
|
var r, o;
|
|
6682
|
-
let { beforeEnter: a, afterEnter: s, beforeLeave: l, afterLeave: c, enter: h, enterFrom: y, enterTo: v, entered: g, leave:
|
|
6682
|
+
let { beforeEnter: a, afterEnter: s, beforeLeave: l, afterLeave: c, enter: h, enterFrom: y, enterTo: v, entered: g, leave: d, leaveFrom: w, leaveTo: S, ...f } = e, b = Ze(null), p = Io(b, t), x = (r = f.unmount) == null || r ? vn.Unmount : vn.Hidden, { show: _, appear: R, initial: A } = $P(), [C, W] = st(_ ? "visible" : "hidden"), L = IP(), { register: M, unregister: j } = L;
|
|
6683
6683
|
ut(() => M(b), [M, b]), ut(() => {
|
|
6684
6684
|
if (x === vn.Hidden && b.current) {
|
|
6685
6685
|
if (_ && C !== "visible") {
|
|
@@ -6689,7 +6689,7 @@ function DP(e, t) {
|
|
|
6689
6689
|
return Pr(C, { hidden: () => j(b), visible: () => M(b) });
|
|
6690
6690
|
}
|
|
6691
6691
|
}, [C, b, M, j, _, x]);
|
|
6692
|
-
let D = gi({ base: dn(f.className), enter: dn(h), enterFrom: dn(y), enterTo: dn(v), entered: dn(g), leave: dn(
|
|
6692
|
+
let D = gi({ base: dn(f.className), enter: dn(h), enterFrom: dn(y), enterTo: dn(v), entered: dn(g), leave: dn(d), leaveFrom: dn(w), leaveTo: dn(S) }), I = FP({ beforeEnter: a, afterEnter: s, beforeLeave: l, afterLeave: c }), B = Ec();
|
|
6693
6693
|
ut(() => {
|
|
6694
6694
|
if (B && C === "visible" && b.current === null) throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?");
|
|
6695
6695
|
}, [b, C, B]);
|
|
@@ -6711,7 +6711,7 @@ function DP(e, t) {
|
|
|
6711
6711
|
}), onStop: gi((re) => {
|
|
6712
6712
|
J.current = !1, q.onStop(b, re, fe), re === "leave" && !Es(q) && (W("hidden"), j(b));
|
|
6713
6713
|
}) });
|
|
6714
|
-
let oe = f, se = { ref:
|
|
6714
|
+
let oe = f, se = { ref: p };
|
|
6715
6715
|
return k ? oe = { ...oe, className: as(f.className, ...D.current.enter, ...D.current.enterFrom) } : J.current && (oe.className = as(f.className, (o = b.current) == null ? void 0 : o.className), oe.className === "" && delete oe.className), Pe.createElement(_s.Provider, { value: q }, Pe.createElement(oP, { value: Pr(C, { visible: jr.Open, hidden: jr.Closed }) | V.flags }, jn({ ourProps: se, theirProps: oe, defaultTag: NP, features: im, visible: C === "visible", name: "Transition.Child" })));
|
|
6716
6716
|
}
|
|
6717
6717
|
function zP(e, t) {
|
|
@@ -6721,11 +6721,11 @@ function zP(e, t) {
|
|
|
6721
6721
|
if (r === void 0 && h !== null && (r = (h & jr.Open) === jr.Open), ![!0, !1].includes(r)) throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");
|
|
6722
6722
|
let [y, v] = st(r ? "visible" : "hidden"), g = nm(() => {
|
|
6723
6723
|
v("hidden");
|
|
6724
|
-
}), [
|
|
6724
|
+
}), [d, w] = st(!0), S = Ze([r]);
|
|
6725
6725
|
$r(() => {
|
|
6726
|
-
|
|
6726
|
+
d !== !1 && S.current[S.current.length - 1] !== r && (S.current.push(r), w(!1));
|
|
6727
6727
|
}, [S, r]);
|
|
6728
|
-
let f = yr(() => ({ show: r, appear: o, initial:
|
|
6728
|
+
let f = yr(() => ({ show: r, appear: o, initial: d }), [r, o, d]);
|
|
6729
6729
|
ut(() => {
|
|
6730
6730
|
if (r) v("visible");
|
|
6731
6731
|
else if (!Es(g)) v("hidden");
|
|
@@ -6736,14 +6736,14 @@ function zP(e, t) {
|
|
|
6736
6736
|
R.x === 0 && R.y === 0 && R.width === 0 && R.height === 0 && v("hidden");
|
|
6737
6737
|
}
|
|
6738
6738
|
}, [r, g]);
|
|
6739
|
-
let b = { unmount: a },
|
|
6739
|
+
let b = { unmount: a }, p = Et(() => {
|
|
6740
6740
|
var _;
|
|
6741
|
-
|
|
6741
|
+
d && w(!1), (_ = e.beforeEnter) == null || _.call(e);
|
|
6742
6742
|
}), x = Et(() => {
|
|
6743
6743
|
var _;
|
|
6744
|
-
|
|
6744
|
+
d && w(!1), (_ = e.beforeLeave) == null || _.call(e);
|
|
6745
6745
|
});
|
|
6746
|
-
return Pe.createElement(_s.Provider, { value: g }, Pe.createElement(xs.Provider, { value: f }, jn({ ourProps: { ...b, as: vr, children: Pe.createElement(om, { ref: c, ...b, ...s, beforeEnter:
|
|
6746
|
+
return Pe.createElement(_s.Provider, { value: g }, Pe.createElement(xs.Provider, { value: f }, jn({ ourProps: { ...b, as: vr, children: Pe.createElement(om, { ref: c, ...b, ...s, beforeEnter: p, beforeLeave: x }) }, theirProps: {}, defaultTag: vr, features: im, visible: y === "visible", name: "Transition" })));
|
|
6747
6747
|
}
|
|
6748
6748
|
function WP(e, t) {
|
|
6749
6749
|
let r = Vr(xs) !== null, o = Jv() !== null;
|
|
@@ -6938,19 +6938,19 @@ ${y}` : y, a = a ? `${a}
|
|
|
6938
6938
|
${v}` : v;
|
|
6939
6939
|
let g = this.lexer.state.top;
|
|
6940
6940
|
if (this.lexer.state.top = !0, this.lexer.blockTokens(v, s, !0), this.lexer.state.top = g, r.length === 0) break;
|
|
6941
|
-
let
|
|
6942
|
-
if ((
|
|
6943
|
-
if ((
|
|
6944
|
-
let w =
|
|
6941
|
+
let d = s.at(-1);
|
|
6942
|
+
if ((d == null ? void 0 : d.type) === "code") break;
|
|
6943
|
+
if ((d == null ? void 0 : d.type) === "blockquote") {
|
|
6944
|
+
let w = d, S = w.raw + `
|
|
6945
6945
|
` + r.join(`
|
|
6946
6946
|
`), f = this.blockquote(S);
|
|
6947
6947
|
s[s.length - 1] = f, o = o.substring(0, o.length - w.raw.length) + f.raw, a = a.substring(0, a.length - w.text.length) + f.text;
|
|
6948
6948
|
break;
|
|
6949
|
-
} else if ((
|
|
6950
|
-
let w =
|
|
6949
|
+
} else if ((d == null ? void 0 : d.type) === "list") {
|
|
6950
|
+
let w = d, S = w.raw + `
|
|
6951
6951
|
` + r.join(`
|
|
6952
6952
|
`), f = this.list(S);
|
|
6953
|
-
s[s.length - 1] = f, o = o.substring(0, o.length -
|
|
6953
|
+
s[s.length - 1] = f, o = o.substring(0, o.length - d.raw.length) + f.raw, a = a.substring(0, a.length - w.raw.length) + f.raw, r = S.substring(s.at(-1).raw.length).split(`
|
|
6954
6954
|
`);
|
|
6955
6955
|
continue;
|
|
6956
6956
|
}
|
|
@@ -6969,23 +6969,23 @@ ${v}` : v;
|
|
|
6969
6969
|
if (!(t = s.exec(e)) || this.rules.block.hr.test(e)) break;
|
|
6970
6970
|
y = t[0], e = e.substring(y.length);
|
|
6971
6971
|
let g = t[2].split(`
|
|
6972
|
-
`, 1)[0].replace(this.rules.other.listReplaceTabs, (
|
|
6972
|
+
`, 1)[0].replace(this.rules.other.listReplaceTabs, (p) => " ".repeat(3 * p.length)), d = e.split(`
|
|
6973
6973
|
`, 1)[0], w = !g.trim(), S = 0;
|
|
6974
|
-
if (this.options.pedantic ? (S = 2, v = g.trimStart()) : w ? S = t[1].length + 1 : (S = t[2].search(this.rules.other.nonSpaceChar), S = S > 4 ? 1 : S, v = g.slice(S), S += t[1].length), w && this.rules.other.blankLine.test(
|
|
6975
|
-
`, e = e.substring(
|
|
6976
|
-
let
|
|
6974
|
+
if (this.options.pedantic ? (S = 2, v = g.trimStart()) : w ? S = t[1].length + 1 : (S = t[2].search(this.rules.other.nonSpaceChar), S = S > 4 ? 1 : S, v = g.slice(S), S += t[1].length), w && this.rules.other.blankLine.test(d) && (y += d + `
|
|
6975
|
+
`, e = e.substring(d.length + 1), h = !0), !h) {
|
|
6976
|
+
let p = this.rules.other.nextBulletRegex(S), x = this.rules.other.hrRegex(S), _ = this.rules.other.fencesBeginRegex(S), R = this.rules.other.headingBeginRegex(S), A = this.rules.other.htmlBeginRegex(S);
|
|
6977
6977
|
for (; e; ) {
|
|
6978
6978
|
let C = e.split(`
|
|
6979
6979
|
`, 1)[0], W;
|
|
6980
|
-
if (
|
|
6981
|
-
if (W.search(this.rules.other.nonSpaceChar) >= S || !
|
|
6980
|
+
if (d = C, this.options.pedantic ? (d = d.replace(this.rules.other.listReplaceNesting, " "), W = d) : W = d.replace(this.rules.other.tabCharGlobal, " "), _.test(d) || R.test(d) || A.test(d) || p.test(d) || x.test(d)) break;
|
|
6981
|
+
if (W.search(this.rules.other.nonSpaceChar) >= S || !d.trim()) v += `
|
|
6982
6982
|
` + W.slice(S);
|
|
6983
6983
|
else {
|
|
6984
6984
|
if (w || g.replace(this.rules.other.tabCharGlobal, " ").search(this.rules.other.nonSpaceChar) >= 4 || _.test(g) || R.test(g) || x.test(g)) break;
|
|
6985
6985
|
v += `
|
|
6986
|
-
` +
|
|
6986
|
+
` + d;
|
|
6987
6987
|
}
|
|
6988
|
-
!w && !
|
|
6988
|
+
!w && !d.trim() && (w = !0), y += C + `
|
|
6989
6989
|
`, e = e.substring(C.length + 1), g = W.slice(S);
|
|
6990
6990
|
}
|
|
6991
6991
|
}
|
|
@@ -7108,8 +7108,8 @@ ${v}` : v;
|
|
|
7108
7108
|
let w = g.slice(1, -1);
|
|
7109
7109
|
return { type: "em", raw: g, text: w, tokens: this.lexer.inlineTokens(w) };
|
|
7110
7110
|
}
|
|
7111
|
-
let
|
|
7112
|
-
return { type: "strong", raw: g, text:
|
|
7111
|
+
let d = g.slice(2, -2);
|
|
7112
|
+
return { type: "strong", raw: g, text: d, tokens: this.lexer.inlineTokens(d) };
|
|
7113
7113
|
}
|
|
7114
7114
|
}
|
|
7115
7115
|
}
|
|
@@ -7252,8 +7252,8 @@ ${v}` : v;
|
|
|
7252
7252
|
let h = t;
|
|
7253
7253
|
if ((l = this.options.extensions) != null && l.startBlock) {
|
|
7254
7254
|
let y = 1 / 0, v = t.slice(1), g;
|
|
7255
|
-
this.options.extensions.startBlock.forEach((
|
|
7256
|
-
g =
|
|
7255
|
+
this.options.extensions.startBlock.forEach((d) => {
|
|
7256
|
+
g = d.call({ lexer: this }, v), typeof g == "number" && g >= 0 && (y = Math.min(y, g));
|
|
7257
7257
|
}), y < 1 / 0 && y >= 0 && (h = t.substring(0, y + 1));
|
|
7258
7258
|
}
|
|
7259
7259
|
if (this.state.top && (c = this.tokenizer.paragraph(h))) {
|
|
@@ -7290,8 +7290,8 @@ ${v}` : v;
|
|
|
7290
7290
|
var c, h, y, v, g;
|
|
7291
7291
|
let o = t, a = null;
|
|
7292
7292
|
if (this.tokens.links) {
|
|
7293
|
-
let
|
|
7294
|
-
if (
|
|
7293
|
+
let d = Object.keys(this.tokens.links);
|
|
7294
|
+
if (d.length > 0) for (; (a = this.tokenizer.rules.inline.reflinkSearch.exec(o)) != null; ) d.includes(a[0].slice(a[0].lastIndexOf("[") + 1, -1)) && (o = o.slice(0, a.index) + "[" + "a".repeat(a[0].length - 2) + "]" + o.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex));
|
|
7295
7295
|
}
|
|
7296
7296
|
for (; (a = this.tokenizer.rules.inline.anyPunctuation.exec(o)) != null; ) o = o.slice(0, a.index) + "++" + o.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);
|
|
7297
7297
|
for (; (a = this.tokenizer.rules.inline.blockSkip.exec(o)) != null; ) o = o.slice(0, a.index) + "[" + "a".repeat(a[0].length - 2) + "]" + o.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);
|
|
@@ -7299,61 +7299,61 @@ ${v}` : v;
|
|
|
7299
7299
|
let s = !1, l = "";
|
|
7300
7300
|
for (; t; ) {
|
|
7301
7301
|
s || (l = ""), s = !1;
|
|
7302
|
-
let
|
|
7303
|
-
if ((v = (y = this.options.extensions) == null ? void 0 : y.inline) != null && v.some((S) => (
|
|
7304
|
-
if (
|
|
7305
|
-
t = t.substring(
|
|
7302
|
+
let d;
|
|
7303
|
+
if ((v = (y = this.options.extensions) == null ? void 0 : y.inline) != null && v.some((S) => (d = S.call({ lexer: this }, t, r)) ? (t = t.substring(d.raw.length), r.push(d), !0) : !1)) continue;
|
|
7304
|
+
if (d = this.tokenizer.escape(t)) {
|
|
7305
|
+
t = t.substring(d.raw.length), r.push(d);
|
|
7306
7306
|
continue;
|
|
7307
7307
|
}
|
|
7308
|
-
if (
|
|
7309
|
-
t = t.substring(
|
|
7308
|
+
if (d = this.tokenizer.tag(t)) {
|
|
7309
|
+
t = t.substring(d.raw.length), r.push(d);
|
|
7310
7310
|
continue;
|
|
7311
7311
|
}
|
|
7312
|
-
if (
|
|
7313
|
-
t = t.substring(
|
|
7312
|
+
if (d = this.tokenizer.link(t)) {
|
|
7313
|
+
t = t.substring(d.raw.length), r.push(d);
|
|
7314
7314
|
continue;
|
|
7315
7315
|
}
|
|
7316
|
-
if (
|
|
7317
|
-
t = t.substring(
|
|
7316
|
+
if (d = this.tokenizer.reflink(t, this.tokens.links)) {
|
|
7317
|
+
t = t.substring(d.raw.length);
|
|
7318
7318
|
let S = r.at(-1);
|
|
7319
|
-
|
|
7319
|
+
d.type === "text" && (S == null ? void 0 : S.type) === "text" ? (S.raw += d.raw, S.text += d.text) : r.push(d);
|
|
7320
7320
|
continue;
|
|
7321
7321
|
}
|
|
7322
|
-
if (
|
|
7323
|
-
t = t.substring(
|
|
7322
|
+
if (d = this.tokenizer.emStrong(t, o, l)) {
|
|
7323
|
+
t = t.substring(d.raw.length), r.push(d);
|
|
7324
7324
|
continue;
|
|
7325
7325
|
}
|
|
7326
|
-
if (
|
|
7327
|
-
t = t.substring(
|
|
7326
|
+
if (d = this.tokenizer.codespan(t)) {
|
|
7327
|
+
t = t.substring(d.raw.length), r.push(d);
|
|
7328
7328
|
continue;
|
|
7329
7329
|
}
|
|
7330
|
-
if (
|
|
7331
|
-
t = t.substring(
|
|
7330
|
+
if (d = this.tokenizer.br(t)) {
|
|
7331
|
+
t = t.substring(d.raw.length), r.push(d);
|
|
7332
7332
|
continue;
|
|
7333
7333
|
}
|
|
7334
|
-
if (
|
|
7335
|
-
t = t.substring(
|
|
7334
|
+
if (d = this.tokenizer.del(t)) {
|
|
7335
|
+
t = t.substring(d.raw.length), r.push(d);
|
|
7336
7336
|
continue;
|
|
7337
7337
|
}
|
|
7338
|
-
if (
|
|
7339
|
-
t = t.substring(
|
|
7338
|
+
if (d = this.tokenizer.autolink(t)) {
|
|
7339
|
+
t = t.substring(d.raw.length), r.push(d);
|
|
7340
7340
|
continue;
|
|
7341
7341
|
}
|
|
7342
|
-
if (!this.state.inLink && (
|
|
7343
|
-
t = t.substring(
|
|
7342
|
+
if (!this.state.inLink && (d = this.tokenizer.url(t))) {
|
|
7343
|
+
t = t.substring(d.raw.length), r.push(d);
|
|
7344
7344
|
continue;
|
|
7345
7345
|
}
|
|
7346
7346
|
let w = t;
|
|
7347
7347
|
if ((g = this.options.extensions) != null && g.startInline) {
|
|
7348
7348
|
let S = 1 / 0, f = t.slice(1), b;
|
|
7349
|
-
this.options.extensions.startInline.forEach((
|
|
7350
|
-
b =
|
|
7349
|
+
this.options.extensions.startInline.forEach((p) => {
|
|
7350
|
+
b = p.call({ lexer: this }, f), typeof b == "number" && b >= 0 && (S = Math.min(S, b));
|
|
7351
7351
|
}), S < 1 / 0 && S >= 0 && (w = t.substring(0, S + 1));
|
|
7352
7352
|
}
|
|
7353
|
-
if (
|
|
7354
|
-
t = t.substring(
|
|
7353
|
+
if (d = this.tokenizer.inlineText(w)) {
|
|
7354
|
+
t = t.substring(d.raw.length), d.raw.slice(-1) !== "_" && (l = d.raw.slice(-1)), s = !0;
|
|
7355
7355
|
let S = r.at(-1);
|
|
7356
|
-
(S == null ? void 0 : S.type) === "text" ? (S.raw +=
|
|
7356
|
+
(S == null ? void 0 : S.type) === "text" ? (S.raw += d.raw, S.text += d.text) : r.push(d);
|
|
7357
7357
|
continue;
|
|
7358
7358
|
}
|
|
7359
7359
|
if (t) {
|
|
@@ -7945,9 +7945,9 @@ var Ak = class {
|
|
|
7945
7945
|
this.renderer.elIdList.push(0);
|
|
7946
7946
|
const c = o.rows.map((y) => {
|
|
7947
7947
|
this.renderer.elIdList.push(0);
|
|
7948
|
-
const v = y.map((g,
|
|
7948
|
+
const v = y.map((g, d) => this.renderer.tableCell(this.parseInline(g.tokens), {
|
|
7949
7949
|
header: !1,
|
|
7950
|
-
align: r.align[
|
|
7950
|
+
align: r.align[d]
|
|
7951
7951
|
}));
|
|
7952
7952
|
return this.renderer.elIdList.pop(), this.renderer.tableRow(v);
|
|
7953
7953
|
});
|
|
@@ -8136,7 +8136,7 @@ const kk = (e) => {
|
|
|
8136
8136
|
return sc(vr, null, h);
|
|
8137
8137
|
};
|
|
8138
8138
|
var Lk = Ik, Mk = Lk;
|
|
8139
|
-
const
|
|
8139
|
+
const bI = ({
|
|
8140
8140
|
children: e,
|
|
8141
8141
|
label: t,
|
|
8142
8142
|
placement: r = "top",
|
|
@@ -8144,7 +8144,7 @@ const wI = ({
|
|
|
8144
8144
|
}) => {
|
|
8145
8145
|
const [a, s] = st(
|
|
8146
8146
|
null
|
|
8147
|
-
), l = Ze(null), [c, h] = st(null), [y, v] = st(!1), { styles: g, attributes:
|
|
8147
|
+
), l = Ze(null), [c, h] = st(null), [y, v] = st(!1), { styles: g, attributes: d } = nv(a, c, {
|
|
8148
8148
|
placement: r,
|
|
8149
8149
|
modifiers: [
|
|
8150
8150
|
{
|
|
@@ -8176,7 +8176,7 @@ const wI = ({
|
|
|
8176
8176
|
{
|
|
8177
8177
|
ref: h,
|
|
8178
8178
|
style: g.popper,
|
|
8179
|
-
...
|
|
8179
|
+
...d.popper,
|
|
8180
8180
|
className: nt(
|
|
8181
8181
|
"z-10 select-none rounded bg-purple-200 font-poppins font-medium text-s px-2 py-0.5 text-purple-900 shadow-md",
|
|
8182
8182
|
o
|
|
@@ -8217,7 +8217,7 @@ const wI = ({
|
|
|
8217
8217
|
stroke-dasharray: 700;
|
|
8218
8218
|
stroke-dashoffset: 700;
|
|
8219
8219
|
}
|
|
8220
|
-
`,
|
|
8220
|
+
`, SI = ({
|
|
8221
8221
|
message: e,
|
|
8222
8222
|
version: t
|
|
8223
8223
|
}) => /* @__PURE__ */ G("div", { className: "absolute inset-0 flex h-screen w-screen flex-col items-center justify-center bg-fd-gray-default text-white", children: /* @__PURE__ */ ze("div", { className: "flex flex-col text-center", children: [
|
|
@@ -8280,10 +8280,10 @@ var Dk = po.exports, xg;
|
|
|
8280
8280
|
function zk() {
|
|
8281
8281
|
return xg || (xg = 1, (function(e, t) {
|
|
8282
8282
|
(function() {
|
|
8283
|
-
var r, o = "4.17.21", a = 200, s = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", l = "Expected a function", c = "Invalid `variable` option passed into `_.template`", h = "__lodash_hash_undefined__", y = 500, v = "__lodash_placeholder__", g = 1,
|
|
8283
|
+
var r, o = "4.17.21", a = 200, s = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", l = "Expected a function", c = "Invalid `variable` option passed into `_.template`", h = "__lodash_hash_undefined__", y = 500, v = "__lodash_placeholder__", g = 1, d = 2, w = 4, S = 1, f = 2, b = 1, p = 2, x = 4, _ = 8, R = 16, A = 32, C = 64, W = 128, L = 256, M = 512, j = 30, D = "...", I = 800, B = 16, H = 1, k = 2, X = 3, V = 1 / 0, ee = 9007199254740991, fe = 17976931348623157e292, q = NaN, J = 4294967295, oe = J - 1, se = J >>> 1, re = [
|
|
8284
8284
|
["ary", W],
|
|
8285
8285
|
["bind", b],
|
|
8286
|
-
["bindKey",
|
|
8286
|
+
["bindKey", p],
|
|
8287
8287
|
["curry", _],
|
|
8288
8288
|
["curryRight", R],
|
|
8289
8289
|
["flip", M],
|
|
@@ -9136,7 +9136,7 @@ function zk() {
|
|
|
9136
9136
|
return n === n && (u !== r && (n = n <= u ? n : u), i !== r && (n = n >= i ? n : i)), n;
|
|
9137
9137
|
}
|
|
9138
9138
|
function Xt(n, i, u, m, E, T) {
|
|
9139
|
-
var P, $ = i & g, z = i &
|
|
9139
|
+
var P, $ = i & g, z = i & d, K = i & w;
|
|
9140
9140
|
if (u && (P = E ? u(n, m, E, T) : u(n)), P !== r)
|
|
9141
9141
|
return P;
|
|
9142
9142
|
if (!Ke(n))
|
|
@@ -9932,7 +9932,7 @@ function zk() {
|
|
|
9932
9932
|
});
|
|
9933
9933
|
}
|
|
9934
9934
|
function fa(n, i, u, m, E, T, P, $, z, K) {
|
|
9935
|
-
var Y = i & W, Q = i & b, ie = i &
|
|
9935
|
+
var Y = i & W, Q = i & b, ie = i & p, ue = i & (_ | R), pe = i & M, Se = ie ? r : Fi(n);
|
|
9936
9936
|
function he() {
|
|
9937
9937
|
for (var Ee = arguments.length, Te = U(Ee), Ut = Ee; Ut--; )
|
|
9938
9938
|
Te[Ut] = arguments[Ut];
|
|
@@ -10052,7 +10052,7 @@ function zk() {
|
|
|
10052
10052
|
};
|
|
10053
10053
|
}
|
|
10054
10054
|
function Nr(n, i, u, m, E, T, P, $) {
|
|
10055
|
-
var z = i &
|
|
10055
|
+
var z = i & p;
|
|
10056
10056
|
if (!z && typeof n != "function")
|
|
10057
10057
|
throw new Vt(l);
|
|
10058
10058
|
var K = m ? m.length : 0;
|
|
@@ -10403,7 +10403,7 @@ function zk() {
|
|
|
10403
10403
|
return i;
|
|
10404
10404
|
}
|
|
10405
10405
|
function v1(n, i) {
|
|
10406
|
-
var u = n[1], m = i[1], E = u | m, T = E < (b |
|
|
10406
|
+
var u = n[1], m = i[1], E = u | m, T = E < (b | p | W), P = m == W && u == _ || m == W && u == L && n[7].length <= i[8] || m == (W | L) && i[7].length <= i[8] && u == _;
|
|
10407
10407
|
if (!(T || P))
|
|
10408
10408
|
return n;
|
|
10409
10409
|
m & b && (n[2] = i[2], E |= u & b ? 0 : x);
|
|
@@ -10971,7 +10971,7 @@ function zk() {
|
|
|
10971
10971
|
}
|
|
10972
10972
|
return Nr(n, m, i, u, E);
|
|
10973
10973
|
}), Vd = _e(function(n, i, u) {
|
|
10974
|
-
var m = b |
|
|
10974
|
+
var m = b | p;
|
|
10975
10975
|
if (u.length) {
|
|
10976
10976
|
var E = rn(u, ai(Vd));
|
|
10977
10977
|
m |= A;
|
|
@@ -11423,7 +11423,7 @@ function zk() {
|
|
|
11423
11423
|
var m = !1;
|
|
11424
11424
|
i = He(i, function(T) {
|
|
11425
11425
|
return T = sn(T, n), m || (m = T.length > 1), T;
|
|
11426
|
-
}), Sr(n, ku(n), u), m && (u = Xt(u, g |
|
|
11426
|
+
}), Sr(n, ku(n), u), m && (u = Xt(u, g | d | w, r1));
|
|
11427
11427
|
for (var E = i.length; E--; )
|
|
11428
11428
|
xu(u, i[E]);
|
|
11429
11429
|
return u;
|
|
@@ -11931,7 +11931,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
11931
11931
|
var m = u.name + "";
|
|
11932
11932
|
Me.call(ri, m) || (ri[m] = []), ri[m].push({ name: i, func: u });
|
|
11933
11933
|
}
|
|
11934
|
-
}), ri[fa(r,
|
|
11934
|
+
}), ri[fa(r, p).name] = [{
|
|
11935
11935
|
name: "wrapper",
|
|
11936
11936
|
func: r
|
|
11937
11937
|
}], Ae.prototype.clone = Zy, Ae.prototype.reverse = Gy, Ae.prototype.value = Ky, O.prototype.at = _b, O.prototype.chain = Eb, O.prototype.commit = Ob, O.prototype.next = Ab, O.prototype.plant = Rb, O.prototype.reverse = Pb, O.prototype.toJSON = O.prototype.valueOf = O.prototype.value = kb, O.prototype.first = O.prototype.head, Ai && (O.prototype[Ai] = Tb), O;
|
|
@@ -11988,7 +11988,7 @@ const bm = {
|
|
|
11988
11988
|
}) => {
|
|
11989
11989
|
const o = _g[e] || _g.FdInfoCircle, a = `text-${bm[t].icon}`;
|
|
11990
11990
|
return /* @__PURE__ */ G(o, { className: nt(r, a) });
|
|
11991
|
-
},
|
|
11991
|
+
}, xI = ({
|
|
11992
11992
|
id: e,
|
|
11993
11993
|
title: t,
|
|
11994
11994
|
message: r,
|
|
@@ -12002,7 +12002,7 @@ const bm = {
|
|
|
12002
12002
|
onClose: v,
|
|
12003
12003
|
onEdit: g
|
|
12004
12004
|
}) => {
|
|
12005
|
-
const
|
|
12005
|
+
const d = (f) => {
|
|
12006
12006
|
v({
|
|
12007
12007
|
id: e,
|
|
12008
12008
|
reason: f
|
|
@@ -12010,7 +12010,7 @@ const bm = {
|
|
|
12010
12010
|
};
|
|
12011
12011
|
ut(() => {
|
|
12012
12012
|
function f(b) {
|
|
12013
|
-
b.key === "Escape" &&
|
|
12013
|
+
b.key === "Escape" && d(ho.CANCELED);
|
|
12014
12014
|
}
|
|
12015
12015
|
return window.addEventListener("keyup", f), () => {
|
|
12016
12016
|
window.removeEventListener("keyup", f);
|
|
@@ -12022,10 +12022,10 @@ const bm = {
|
|
|
12022
12022
|
), S = (f, b) => {
|
|
12023
12023
|
var x;
|
|
12024
12024
|
if (!(c != null && c.toggles)) return;
|
|
12025
|
-
const
|
|
12026
|
-
(x =
|
|
12025
|
+
const p = rt.cloneDeep(c);
|
|
12026
|
+
(x = p.toggles) != null && x[f] && (p.toggles[f].value = b), g({
|
|
12027
12027
|
id: e,
|
|
12028
|
-
views:
|
|
12028
|
+
views: p
|
|
12029
12029
|
});
|
|
12030
12030
|
};
|
|
12031
12031
|
return uc.createPortal(
|
|
@@ -12037,7 +12037,7 @@ const bm = {
|
|
|
12037
12037
|
{ "bg-black bg-opacity-80": y }
|
|
12038
12038
|
),
|
|
12039
12039
|
style: { zIndex: l },
|
|
12040
|
-
onClick: () =>
|
|
12040
|
+
onClick: () => d(ho.CANCELED),
|
|
12041
12041
|
children: /* @__PURE__ */ G(
|
|
12042
12042
|
ss.Child,
|
|
12043
12043
|
{
|
|
@@ -12077,7 +12077,7 @@ const bm = {
|
|
|
12077
12077
|
{
|
|
12078
12078
|
autoFocus: !0,
|
|
12079
12079
|
color: s,
|
|
12080
|
-
onClick: () =>
|
|
12080
|
+
onClick: () => d(ho.CONFIRMED),
|
|
12081
12081
|
children: "Confirm"
|
|
12082
12082
|
}
|
|
12083
12083
|
),
|
|
@@ -12086,11 +12086,11 @@ const bm = {
|
|
|
12086
12086
|
{
|
|
12087
12087
|
color: s,
|
|
12088
12088
|
variant: "outlined",
|
|
12089
|
-
onClick: () =>
|
|
12089
|
+
onClick: () => d(ho.CANCELED),
|
|
12090
12090
|
children: "Cancel"
|
|
12091
12091
|
}
|
|
12092
12092
|
)
|
|
12093
|
-
] }) : /* @__PURE__ */ G($l, { autoFocus: !0, onClick: () =>
|
|
12093
|
+
] }) : /* @__PURE__ */ G($l, { autoFocus: !0, onClick: () => d(), children: "OK" }) })
|
|
12094
12094
|
] })
|
|
12095
12095
|
}
|
|
12096
12096
|
)
|
|
@@ -12131,7 +12131,7 @@ const bm = {
|
|
|
12131
12131
|
`modal-warnings-${r}`
|
|
12132
12132
|
)) }) }) : null;
|
|
12133
12133
|
var Hk = /* @__PURE__ */ ((e) => (e[e.MIN = 0.5] = "MIN", e[e.MAX = 10] = "MAX", e[e.STEP = 0.5] = "STEP", e[e.INIT = 1] = "INIT", e[e.TRANSITION = 200] = "TRANSITION", e))(Hk || {});
|
|
12134
|
-
const
|
|
12134
|
+
const _I = ({
|
|
12135
12135
|
zoom: e,
|
|
12136
12136
|
minZoom: t = 0.5,
|
|
12137
12137
|
maxZoom: r = 10,
|
|
@@ -12163,7 +12163,7 @@ const xI = ({
|
|
|
12163
12163
|
}
|
|
12164
12164
|
)
|
|
12165
12165
|
] });
|
|
12166
|
-
function
|
|
12166
|
+
function EI(e, t) {
|
|
12167
12167
|
const r = Ze(!1);
|
|
12168
12168
|
ut(() => {
|
|
12169
12169
|
if (r.current) return e();
|
|
@@ -12391,11 +12391,11 @@ const Ha = (e) => {
|
|
|
12391
12391
|
const c = l.split(a), h = c.length, y = c[h - 1], v = y === "*" ? "*" : _i(y);
|
|
12392
12392
|
if (!Ve[v]) return;
|
|
12393
12393
|
r || (r = To());
|
|
12394
|
-
const g = h > 1 ? Sm(mr, c) : [],
|
|
12394
|
+
const g = h > 1 ? Sm(mr, c) : [], d = [];
|
|
12395
12395
|
Ve[v] = Ve[v].filter((w) => {
|
|
12396
12396
|
const f = (o ? w.method === o : !0) && w.scope === r && qk(w.mods, g);
|
|
12397
|
-
return f &&
|
|
12398
|
-
}),
|
|
12397
|
+
return f && d.push(w.element), !f;
|
|
12398
|
+
}), d.forEach((w) => Dc(w));
|
|
12399
12399
|
});
|
|
12400
12400
|
};
|
|
12401
12401
|
function Eg(e, t, r, o) {
|
|
@@ -12439,16 +12439,16 @@ function Og(e, t) {
|
|
|
12439
12439
|
const h = s[c], {
|
|
12440
12440
|
splitKey: y
|
|
12441
12441
|
} = h, v = h.key.split(y), g = [];
|
|
12442
|
-
for (let
|
|
12443
|
-
g.push(_i(v[
|
|
12442
|
+
for (let d = 0; d < v.length; d++)
|
|
12443
|
+
g.push(_i(v[d]));
|
|
12444
12444
|
g.sort().join("") === je.sort().join("") && Eg(e, h, a, t);
|
|
12445
12445
|
}
|
|
12446
12446
|
}
|
|
12447
12447
|
function gr(e, t, r) {
|
|
12448
12448
|
je = [];
|
|
12449
12449
|
const o = xm(e);
|
|
12450
|
-
let a = [], s = "all", l = document, c = 0, h = !1, y = !0, v = "+", g = !1,
|
|
12451
|
-
for (r === void 0 && typeof t == "function" && (r = t), Object.prototype.toString.call(t) === "[object Object]" && (t.scope && (s = t.scope), t.element && (l = t.element), t.keyup && (h = t.keyup), t.keydown !== void 0 && (y = t.keydown), t.capture !== void 0 && (g = t.capture), typeof t.splitKey == "string" && (v = t.splitKey), t.single === !0 && (
|
|
12450
|
+
let a = [], s = "all", l = document, c = 0, h = !1, y = !0, v = "+", g = !1, d = !1;
|
|
12451
|
+
for (r === void 0 && typeof t == "function" && (r = t), Object.prototype.toString.call(t) === "[object Object]" && (t.scope && (s = t.scope), t.element && (l = t.element), t.keyup && (h = t.keyup), t.keydown !== void 0 && (y = t.keydown), t.capture !== void 0 && (g = t.capture), typeof t.splitKey == "string" && (v = t.splitKey), t.single === !0 && (d = !0)), typeof t == "string" && (s = t), d && Om(e, s); c < o.length; c++)
|
|
12452
12452
|
e = o[c].split(v), a = [], e.length > 1 && (a = Sm(mr, e)), e = e[e.length - 1], e = e === "*" ? "*" : _i(e), e in Ve || (Ve[e] = []), Ve[e].push({
|
|
12453
12453
|
keyup: h,
|
|
12454
12454
|
keydown: y,
|
|
@@ -12546,7 +12546,7 @@ if (typeof window < "u") {
|
|
|
12546
12546
|
gr.noConflict = (t) => (t && window.hotkeys === gr && (window.hotkeys = e), gr), window.hotkeys = gr;
|
|
12547
12547
|
}
|
|
12548
12548
|
gr.filter = () => !0;
|
|
12549
|
-
function
|
|
12549
|
+
function OI(e, t, r, o) {
|
|
12550
12550
|
r instanceof Array && (o = r, r = void 0), o = o || [], r = r || {};
|
|
12551
12551
|
const { preventDefault: a = !0 } = r, s = nr(
|
|
12552
12552
|
(c, h) => {
|
|
@@ -12558,7 +12558,7 @@ function EI(e, t, r, o) {
|
|
|
12558
12558
|
};
|
|
12559
12559
|
ut(() => (gr(e, r, s), l), [e, r, s]);
|
|
12560
12560
|
}
|
|
12561
|
-
const
|
|
12561
|
+
const AI = (e) => {
|
|
12562
12562
|
const t = Ze(null);
|
|
12563
12563
|
return ut(() => {
|
|
12564
12564
|
const r = (o) => {
|
|
@@ -12569,25 +12569,25 @@ const OI = (e) => {
|
|
|
12569
12569
|
};
|
|
12570
12570
|
}, [e]), t;
|
|
12571
12571
|
};
|
|
12572
|
-
function
|
|
12572
|
+
function TI(e) {
|
|
12573
12573
|
const t = Ze();
|
|
12574
12574
|
return ut(() => {
|
|
12575
12575
|
t.current = e;
|
|
12576
12576
|
}, [e]), t.current;
|
|
12577
12577
|
}
|
|
12578
|
-
function
|
|
12578
|
+
function RI(e) {
|
|
12579
12579
|
const t = Ze(e);
|
|
12580
12580
|
return ut(() => {
|
|
12581
12581
|
t.current = e;
|
|
12582
12582
|
}, [e]), t;
|
|
12583
12583
|
}
|
|
12584
|
-
function
|
|
12584
|
+
function PI(e) {
|
|
12585
12585
|
const t = Ze(null);
|
|
12586
12586
|
return ut(() => {
|
|
12587
12587
|
e && (typeof e == "function" ? e(t.current) : e.current = t.current);
|
|
12588
12588
|
}), t;
|
|
12589
12589
|
}
|
|
12590
|
-
function
|
|
12590
|
+
function kI(e) {
|
|
12591
12591
|
const [t, r] = st(e), o = (s, l) => {
|
|
12592
12592
|
r((c) => ({
|
|
12593
12593
|
...c,
|
|
@@ -12610,7 +12610,7 @@ function PI(e) {
|
|
|
12610
12610
|
isFeatureEnabled: a
|
|
12611
12611
|
};
|
|
12612
12612
|
}
|
|
12613
|
-
const Am = yn(""),
|
|
12613
|
+
const Am = yn(""), CI = (e) => /* @__PURE__ */ G(Am.Provider, { value: e.value, children: e.children }), $I = () => {
|
|
12614
12614
|
const e = Vr(Am);
|
|
12615
12615
|
if (typeof e != "string")
|
|
12616
12616
|
throw new Error(
|
|
@@ -12618,7 +12618,7 @@ const Am = yn(""), kI = (e) => /* @__PURE__ */ G(Am.Provider, { value: e.value,
|
|
|
12618
12618
|
);
|
|
12619
12619
|
return e;
|
|
12620
12620
|
};
|
|
12621
|
-
function
|
|
12621
|
+
function II(e) {
|
|
12622
12622
|
const [t, r] = st(e), o = yr(() => tC(t, r), []);
|
|
12623
12623
|
return {
|
|
12624
12624
|
state: t,
|
|
@@ -12648,7 +12648,7 @@ function tC(e, t = () => {
|
|
|
12648
12648
|
{}
|
|
12649
12649
|
);
|
|
12650
12650
|
}
|
|
12651
|
-
const
|
|
12651
|
+
const LI = (e, t, r = {}) => {
|
|
12652
12652
|
r = {
|
|
12653
12653
|
timeout: 200,
|
|
12654
12654
|
...r
|
|
@@ -12727,7 +12727,7 @@ var Ts = (function() {
|
|
|
12727
12727
|
if (g) {
|
|
12728
12728
|
this._finalizers = null;
|
|
12729
12729
|
try {
|
|
12730
|
-
for (var
|
|
12730
|
+
for (var d = ql(g), w = d.next(); !w.done; w = d.next()) {
|
|
12731
12731
|
var S = w.value;
|
|
12732
12732
|
try {
|
|
12733
12733
|
Ag(S);
|
|
@@ -12739,7 +12739,7 @@ var Ts = (function() {
|
|
|
12739
12739
|
o = { error: f };
|
|
12740
12740
|
} finally {
|
|
12741
12741
|
try {
|
|
12742
|
-
w && !w.done && (a =
|
|
12742
|
+
w && !w.done && (a = d.return) && a.call(d);
|
|
12743
12743
|
} finally {
|
|
12744
12744
|
if (o) throw o.error;
|
|
12745
12745
|
}
|
|
@@ -13078,13 +13078,13 @@ var pC = Tm(function(e) {
|
|
|
13078
13078
|
return (a = (o = this.source) === null || o === void 0 ? void 0 : o.subscribe(r)) !== null && a !== void 0 ? a : Rm;
|
|
13079
13079
|
}, t;
|
|
13080
13080
|
})(Yr), hC = /* @__PURE__ */ ((e) => (e.RELOAD = "reload", e.RECOMPUTE = "recompute", e))(hC || {}), gC = /* @__PURE__ */ ((e) => (e.RENAME = "rename", e.TYPE_CHANGE = "type-change", e))(gC || {});
|
|
13081
|
-
const
|
|
13081
|
+
const MI = new Yr(), FI = new Yr(), vC = new Yr();
|
|
13082
13082
|
var mC = /* @__PURE__ */ ((e) => (e.SAVE_ALL = "save-all", e))(mC || {});
|
|
13083
|
-
const FI = new Yr();
|
|
13084
|
-
var yC = /* @__PURE__ */ ((e) => (e.WILL_SAVE = "will-save", e.DID_SAVE = "did-save", e.WILL_CREATE = "will-create", e.WILL_RENAME = "will-rename", e.WILL_DELETE = "will-delete", e.DID_CREATE = "did-create", e.DID_RENAME = "did-rename", e.DID_DELETE = "did-delete", e.DIAGNOSTIC_REFRESH = "diagnostic-refresh", e))(yC || {});
|
|
13085
13083
|
const NI = new Yr();
|
|
13084
|
+
var yC = /* @__PURE__ */ ((e) => (e.WILL_SAVE = "will-save", e.DID_SAVE = "did-save", e.WILL_CREATE = "will-create", e.WILL_RENAME = "will-rename", e.WILL_DELETE = "will-delete", e.DID_CREATE = "did-create", e.DID_RENAME = "did-rename", e.DID_DELETE = "did-delete", e.DIAGNOSTIC_REFRESH = "diagnostic-refresh", e))(yC || {});
|
|
13085
|
+
const DI = new Yr();
|
|
13086
13086
|
var wC = /* @__PURE__ */ ((e) => (e.RESEND_BREAKPOINTS = "resend-breakpoints", e))(wC || {});
|
|
13087
|
-
const
|
|
13087
|
+
const zI = new Yr(), WI = new Yr();
|
|
13088
13088
|
var fs = /* @__PURE__ */ ((e) => (e.EVENT_STARTED = "event-started", e.EVENT_ENDED = "event-ended", e.EVENT_EMITED = "event-emited", e.REQUEST_SENT = "request-sent", e))(fs || {});
|
|
13089
13089
|
const ic = new Yr(), Cm = 31;
|
|
13090
13090
|
var $m = ((e) => (e.EMPTY = "Please enter a valid name", e.LENGTH_EXCEEDED = `The name is too long, it should not exceed ${Cm} characters`, e.SHOULD_START_WITH_LETTER = "The name can only start with a letter or a Japanese character", e.INVALID = "Invalid name", e))($m || {});
|
|
@@ -13108,7 +13108,7 @@ function bC(e) {
|
|
|
13108
13108
|
);
|
|
13109
13109
|
return !0;
|
|
13110
13110
|
}
|
|
13111
|
-
function
|
|
13111
|
+
function BI(e) {
|
|
13112
13112
|
if (!e) return null;
|
|
13113
13113
|
if (typeof e == "string")
|
|
13114
13114
|
try {
|
|
@@ -13117,7 +13117,7 @@ function WI(e) {
|
|
|
13117
13117
|
return t.message;
|
|
13118
13118
|
}
|
|
13119
13119
|
}
|
|
13120
|
-
function
|
|
13120
|
+
function UI(e, t) {
|
|
13121
13121
|
let r = "";
|
|
13122
13122
|
if (["array", "object"].includes(t))
|
|
13123
13123
|
try {
|
|
@@ -13130,12 +13130,34 @@ function BI(e, t) {
|
|
|
13130
13130
|
/^(0?[1-9]|[12][0-9]|3[01])[/-](0?[1-9]|1[012])[/-]\d{4}$/
|
|
13131
13131
|
).test(e) || (r = `Invalid value for type ${t}`)), t === "number" && isNaN(+e) && (r = `Invalid value for type ${t}`), ["boolean", "bool"].includes(t) && typeof e != "boolean" && !["true", "false"].includes(e) && (r = `Invalid value for type ${t}`), r;
|
|
13132
13132
|
}
|
|
13133
|
+
function SC() {
|
|
13134
|
+
return {
|
|
13135
|
+
PLACEHOLDER_PREFIX: `@!MASK_${Date.now().toString(36) + Math.random().toString(36).substring(2, 8)}_`,
|
|
13136
|
+
counter: 0
|
|
13137
|
+
};
|
|
13138
|
+
}
|
|
13133
13139
|
function zc(e) {
|
|
13134
|
-
const t =
|
|
13135
|
-
|
|
13136
|
-
|
|
13140
|
+
const { PLACEHOLDER_PREFIX: t, counter: r } = SC();
|
|
13141
|
+
let o = r;
|
|
13142
|
+
const a = [], s = "@!", l = (v) => (a.push(v), `${t}${o++}${s}`);
|
|
13143
|
+
let c = e.replace(
|
|
13144
|
+
/("(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*')/g,
|
|
13145
|
+
l
|
|
13137
13146
|
);
|
|
13138
|
-
|
|
13147
|
+
c = c.replace(
|
|
13148
|
+
/([\{\s]\s*\w+\s*)(:\s*\d+)/g,
|
|
13149
|
+
(v, g, d) => g + l(d)
|
|
13150
|
+
), c = c.replace(/:\d{2}:\d{2}/g, l);
|
|
13151
|
+
const h = new RegExp(":(?!4D\\.\\w+)[CPK]?\\d+", "g");
|
|
13152
|
+
let y = c.replace(h, "");
|
|
13153
|
+
for (let v = 0; v < a.length; v++) {
|
|
13154
|
+
const d = `${t}${v}${s}`.replace(
|
|
13155
|
+
/([.*+?^${}()|[\]\\])/g,
|
|
13156
|
+
"\\$1"
|
|
13157
|
+
), w = new RegExp(d, "g");
|
|
13158
|
+
y = y.replace(w, a[v]);
|
|
13159
|
+
}
|
|
13160
|
+
return y;
|
|
13139
13161
|
}
|
|
13140
13162
|
var Im = /* @__PURE__ */ ((e) => (e.METHODS = "method", e.WEBFORMS = "webform", e.CLASSES = "class", e.WELCOME = "welcome", e.SETTINGS = "settings", e.ROOT = "root", e.REPORTS = "report", e))(Im || {});
|
|
13141
13163
|
const Ln = {
|
|
@@ -13148,8 +13170,8 @@ const Ln = {
|
|
|
13148
13170
|
DEBUGGER: "Debugger"
|
|
13149
13171
|
};
|
|
13150
13172
|
var _t = /* @__PURE__ */ ((e) => (e.FOLDER = "folder", e.WEBFORM = "webform", e.REPORT = "report", e.METHOD = "method", e.CLASS = "class", e.CLASS_FOLDER = "classfolder", e.DEBUGGER = "debugger", e.WELCOME = "welcome", e.SETTINGS = "settings", e.METHODS = "method", e.WEBFORMS = "webform", e.CLASSES = "class", e.DEBUGGERS = "debugger", e.MODELS = "models", e.ROLES = "roles", e.HTTP_HANDLERS = "http-handlers", e.LOCALIZATION = "localization", e.MODEL = "model", e.DATA_EXPLORER = "dataexplorer", e.MOBILE = "mobile", e.MOBILEFORM = "mform", e.FILE = "file", e.TEXT = "text", e))(_t || {}), Kn = /* @__PURE__ */ ((e) => (e.GET_FOLDER = "getFolder", e.GET = "get", e.SAVE = "save", e.RENAME = "rename", e.DROP = "drop", e.ADD_FOLDER = "addFolder", e.CREATE_FOLDER = "mkdir", e.RENAME_FOLDER = "renameFolder", e.DROP_FOLDER = "dropFolder", e.REMOVE_ITEM = "removeItem", e.MOVE_ITEM = "moveItem", e.GET_INFO = "getInfo", e.SAVE_CONTENT = "save", e.UPDATE_CHECK = "update:check", e.UPDATE_INSTALL = "update:install", e.GET_APP_SETTINGS = "getWebServerInfo", e.GET_FILE_CONTENT = "getFileContent", e.SET_FILE_CONTENT = "setFileContent", e.GET_FILES_INFO = "getFilesInfo", e))(Kn || {}), Lm = /* @__PURE__ */ ((e) => (e[e.DISABLED = 0] = "DISABLED", e[e.ENABLED = 1] = "ENABLED", e))(Lm || {});
|
|
13151
|
-
const
|
|
13152
|
-
function
|
|
13173
|
+
const xC = "roles.json", _C = "qodlyApp.json", HI = "model.4DModel", EC = "HTTPHandlers.json", OC = "Shared/i18n.json";
|
|
13174
|
+
function qI(e) {
|
|
13153
13175
|
const t = Mm(e);
|
|
13154
13176
|
switch (t) {
|
|
13155
13177
|
case _t.SETTINGS:
|
|
@@ -13192,19 +13214,19 @@ function Mm(e) {
|
|
|
13192
13214
|
return _t.METHOD;
|
|
13193
13215
|
case (["4dm", "4qs", "4qm"].includes(r) && o === Ln.CLASSES):
|
|
13194
13216
|
return _t.CLASS;
|
|
13195
|
-
case e ===
|
|
13217
|
+
case e === xC:
|
|
13196
13218
|
return _t.ROLES;
|
|
13197
|
-
case e ===
|
|
13219
|
+
case e === EC:
|
|
13198
13220
|
return _t.HTTP_HANDLERS;
|
|
13199
|
-
case e ===
|
|
13221
|
+
case e === _C:
|
|
13200
13222
|
return _t.SETTINGS;
|
|
13201
|
-
case e ===
|
|
13223
|
+
case e === OC:
|
|
13202
13224
|
return _t.LOCALIZATION;
|
|
13203
13225
|
default:
|
|
13204
13226
|
return _t.TEXT;
|
|
13205
13227
|
}
|
|
13206
13228
|
}
|
|
13207
|
-
function
|
|
13229
|
+
function jI(e, t = !1) {
|
|
13208
13230
|
switch (e) {
|
|
13209
13231
|
case Ln.REPORTS:
|
|
13210
13232
|
case "report":
|
|
@@ -13224,11 +13246,11 @@ function qI(e, t = !1) {
|
|
|
13224
13246
|
return "";
|
|
13225
13247
|
}
|
|
13226
13248
|
}
|
|
13227
|
-
function
|
|
13249
|
+
function ZI(e, t = "") {
|
|
13228
13250
|
const r = new RegExp("(?<=\\/)(\\w+)(?=\\.)").exec(e);
|
|
13229
13251
|
return r ? r[1] : t;
|
|
13230
13252
|
}
|
|
13231
|
-
class
|
|
13253
|
+
class AC {
|
|
13232
13254
|
constructor() {
|
|
13233
13255
|
this.current = Promise.resolve();
|
|
13234
13256
|
}
|
|
@@ -13241,7 +13263,7 @@ class OC {
|
|
|
13241
13263
|
}
|
|
13242
13264
|
}
|
|
13243
13265
|
function Fm() {
|
|
13244
|
-
const e = new
|
|
13266
|
+
const e = new AC();
|
|
13245
13267
|
return async (t) => {
|
|
13246
13268
|
const r = await e.lock();
|
|
13247
13269
|
try {
|
|
@@ -13253,18 +13275,18 @@ function Fm() {
|
|
|
13253
13275
|
}
|
|
13254
13276
|
};
|
|
13255
13277
|
}
|
|
13256
|
-
const
|
|
13278
|
+
const TC = rt.curry(
|
|
13257
13279
|
(e, t, r) => e && rt.get(r, e) === t
|
|
13258
|
-
),
|
|
13259
|
-
function
|
|
13260
|
-
return r.findIndex(
|
|
13280
|
+
), GI = rt.curry((e, t, r) => rt.get(r, e) !== t), KI = rt.curry((e, t) => rt.get(t, "id") !== e), VI = rt.curry((e, t) => rt.get(t, "id") === e), YI = rt.curry((e, t) => rt.get(t, "path") === e);
|
|
13281
|
+
function XI(e = "id", t, r) {
|
|
13282
|
+
return r.findIndex(TC(e, t)) !== -1;
|
|
13261
13283
|
}
|
|
13262
|
-
function
|
|
13284
|
+
function JI(e) {
|
|
13263
13285
|
if (!e) return "";
|
|
13264
13286
|
const { id: t, namespace: r } = e;
|
|
13265
13287
|
return r && t ? `${r}:${t}` : t;
|
|
13266
13288
|
}
|
|
13267
|
-
function
|
|
13289
|
+
function RC(e) {
|
|
13268
13290
|
return [
|
|
13269
13291
|
"bool",
|
|
13270
13292
|
"word",
|
|
@@ -13282,69 +13304,69 @@ function TC(e) {
|
|
|
13282
13304
|
"blob"
|
|
13283
13305
|
].includes(e.type || "");
|
|
13284
13306
|
}
|
|
13285
|
-
function
|
|
13307
|
+
function QI(e) {
|
|
13286
13308
|
return e.type === "object";
|
|
13287
13309
|
}
|
|
13288
|
-
function
|
|
13310
|
+
function PC(e) {
|
|
13289
13311
|
var t;
|
|
13290
13312
|
return e.kind === "relatedEntities" || ((t = e.type) == null ? void 0 : t.includes("Selection")) || e.behavior === "relatedEntities";
|
|
13291
13313
|
}
|
|
13292
|
-
function
|
|
13293
|
-
return e.kind === "relatedEntity" || e.behavior === "relatedEntity" || !
|
|
13314
|
+
function kC(e) {
|
|
13315
|
+
return e.kind === "relatedEntity" || e.behavior === "relatedEntity" || !RC(e);
|
|
13294
13316
|
}
|
|
13295
|
-
function
|
|
13296
|
-
return
|
|
13317
|
+
function eL(e) {
|
|
13318
|
+
return PC(e) || kC(e);
|
|
13297
13319
|
}
|
|
13298
|
-
function
|
|
13320
|
+
function tL(e) {
|
|
13299
13321
|
return e.applyTo === "dataStore";
|
|
13300
13322
|
}
|
|
13301
|
-
function
|
|
13323
|
+
function rL(e) {
|
|
13302
13324
|
return e.applyTo === "dataClass";
|
|
13303
13325
|
}
|
|
13304
|
-
function
|
|
13326
|
+
function nL(e) {
|
|
13305
13327
|
return e.applyTo === "entity";
|
|
13306
13328
|
}
|
|
13307
|
-
function
|
|
13329
|
+
function iL(e) {
|
|
13308
13330
|
return e.applyTo === "entityCollection";
|
|
13309
13331
|
}
|
|
13310
|
-
function
|
|
13332
|
+
function oL(e) {
|
|
13311
13333
|
return e.type === "entity";
|
|
13312
13334
|
}
|
|
13313
|
-
function
|
|
13335
|
+
function aL(e) {
|
|
13314
13336
|
return e.type === "entitysel";
|
|
13315
13337
|
}
|
|
13316
|
-
function
|
|
13338
|
+
function CC(e) {
|
|
13317
13339
|
return e.dataType === "array";
|
|
13318
13340
|
}
|
|
13319
|
-
function
|
|
13341
|
+
function $C(e) {
|
|
13320
13342
|
return e.dataType === "object";
|
|
13321
13343
|
}
|
|
13322
|
-
function
|
|
13344
|
+
function IC(e) {
|
|
13323
13345
|
return e.type === "scalar";
|
|
13324
13346
|
}
|
|
13325
|
-
function
|
|
13326
|
-
return
|
|
13347
|
+
function sL(e) {
|
|
13348
|
+
return CC(e) || $C(e) || IC(e);
|
|
13327
13349
|
}
|
|
13328
|
-
const
|
|
13329
|
-
function
|
|
13350
|
+
const uL = (e) => e != null && e.type === "entity", lL = (e) => e.type === "entitysel", cL = (e) => e.type === "array" || e.type === "scalar" && e.dataType === "array", fL = (e) => e.type === "object" || e.type === "scalar" && e.dataType === "object", dL = (e) => e.type === "scalar" && e.dataType === "date";
|
|
13351
|
+
function pL() {
|
|
13330
13352
|
return new Promise((e, t) => {
|
|
13331
13353
|
window.addEventListener("bundle:ready", (r) => r.data ? e() : t(r.caughtErr));
|
|
13332
13354
|
});
|
|
13333
13355
|
}
|
|
13334
|
-
function
|
|
13356
|
+
function hL() {
|
|
13335
13357
|
return new Promise((e) => {
|
|
13336
13358
|
window.addEventListener("i18n:ready", () => e());
|
|
13337
13359
|
});
|
|
13338
13360
|
}
|
|
13339
|
-
var ds = /* @__PURE__ */ ((e) => (e.capable = "capable", e.incapable = "incapable", e.indifferent = "indifferent", e))(ds || {}),
|
|
13340
|
-
const
|
|
13361
|
+
var ds = /* @__PURE__ */ ((e) => (e.capable = "capable", e.incapable = "incapable", e.indifferent = "indifferent", e))(ds || {}), LC = /* @__PURE__ */ ((e) => (e.soap = "soap", e.web = "web", e.sql = "sql", e.rest = "rest", e))(LC || {}), Nm = /* @__PURE__ */ ((e) => (e.table = "table", e.catalog = "catalog", e.currentRecord = "currentRecord", e.currentSelection = "currentSelection", e))(Nm || {});
|
|
13362
|
+
const gL = {
|
|
13341
13363
|
publishedSoap: "soap",
|
|
13342
13364
|
publishedWeb: "web",
|
|
13343
13365
|
publishedSql: "sql",
|
|
13344
13366
|
publishedRest: "rest"
|
|
13345
13367
|
/* rest */
|
|
13346
13368
|
};
|
|
13347
|
-
function
|
|
13369
|
+
function vL(e) {
|
|
13348
13370
|
var s;
|
|
13349
13371
|
let t = {};
|
|
13350
13372
|
try {
|
|
@@ -13372,26 +13394,26 @@ function g2(e) {
|
|
|
13372
13394
|
...o
|
|
13373
13395
|
};
|
|
13374
13396
|
}
|
|
13375
|
-
function
|
|
13397
|
+
function MC(e) {
|
|
13376
13398
|
const t = {};
|
|
13377
13399
|
return e.invisible && (t.invisible = !0), e.shared && (t.shared = !0), e.executedOnServer && (t.executedOnServer = !0), e.preemptive && [ds.capable, ds.incapable].includes(e.preemptive) && (t.preemptive = e.preemptive), e.publishedSoap && (t.publishedSoap = !0, e.publishedWsdl && (t.publishedWsdl = !0)), e.publishedWeb && (t.publishedWeb = !0), e.publishedSql && (t.publishedSql = !0), e.publishedRest && e.publishedRestOptions && (t.published4DMobile = e.publishedRestOptions), JSON.stringify(t).replace(/"(true|false)"/g, "$1");
|
|
13378
13400
|
}
|
|
13379
|
-
function
|
|
13380
|
-
const o = rt.isString(t) ? t :
|
|
13381
|
-
if (!r &&
|
|
13401
|
+
function mL(e, t, r = !1) {
|
|
13402
|
+
const o = rt.isString(t) ? t : MC(t);
|
|
13403
|
+
if (!r && FC(e))
|
|
13382
13404
|
return e;
|
|
13383
|
-
const a =
|
|
13405
|
+
const a = NC(e);
|
|
13384
13406
|
return `//%attributes = ${o}\r
|
|
13385
13407
|
${a}`;
|
|
13386
13408
|
}
|
|
13387
|
-
function
|
|
13409
|
+
function FC(e) {
|
|
13388
13410
|
return /^\/\/%attributes.*(?:\r\n|\n)?/g.test(e);
|
|
13389
13411
|
}
|
|
13390
|
-
function
|
|
13412
|
+
function NC(e) {
|
|
13391
13413
|
return e.replace(/^\/\/%attributes.*(?:\r\n|\n)?/g, "");
|
|
13392
13414
|
}
|
|
13393
|
-
const
|
|
13394
|
-
function
|
|
13415
|
+
const yL = () => wc.uuid().replaceAll("-", "").toUpperCase(), lt = "/rest/$designer", Rs = "/rest/$designer-ext";
|
|
13416
|
+
function wL(...e) {
|
|
13395
13417
|
return (t) => {
|
|
13396
13418
|
if (e.length === 0)
|
|
13397
13419
|
return t;
|
|
@@ -13432,27 +13454,27 @@ async function Ne(e, t) {
|
|
|
13432
13454
|
}
|
|
13433
13455
|
return await r.json();
|
|
13434
13456
|
}
|
|
13435
|
-
function
|
|
13457
|
+
function bL(e) {
|
|
13436
13458
|
return ic.next({ action: fs.REQUEST_SENT }), e;
|
|
13437
13459
|
}
|
|
13438
13460
|
var Er = {}, vt = {}, $g;
|
|
13439
13461
|
function Mn() {
|
|
13440
13462
|
if ($g) return vt;
|
|
13441
13463
|
$g = 1;
|
|
13442
|
-
var e = vt.ValidationError = function(f, b,
|
|
13464
|
+
var e = vt.ValidationError = function(f, b, p, x, _, R) {
|
|
13443
13465
|
if (Array.isArray(x) ? (this.path = x, this.property = x.reduce(function(C, W) {
|
|
13444
13466
|
return C + c(W);
|
|
13445
|
-
}, "instance")) : x !== void 0 && (this.property = x), f && (this.message = f),
|
|
13446
|
-
var A =
|
|
13447
|
-
this.schema = A ||
|
|
13467
|
+
}, "instance")) : x !== void 0 && (this.property = x), f && (this.message = f), p) {
|
|
13468
|
+
var A = p.$id || p.id;
|
|
13469
|
+
this.schema = A || p;
|
|
13448
13470
|
}
|
|
13449
13471
|
b !== void 0 && (this.instance = b), this.name = _, this.argument = R, this.stack = this.toString();
|
|
13450
13472
|
};
|
|
13451
13473
|
e.prototype.toString = function() {
|
|
13452
13474
|
return this.property + " " + this.message;
|
|
13453
13475
|
};
|
|
13454
|
-
var t = vt.ValidatorResult = function(f, b,
|
|
13455
|
-
this.instance = f, this.schema = b, this.options =
|
|
13476
|
+
var t = vt.ValidatorResult = function(f, b, p, x) {
|
|
13477
|
+
this.instance = f, this.schema = b, this.options = p, this.path = x.path, this.propertyPath = x.propertyPath, this.errors = [], this.throwError = p && p.throwError, this.throwFirst = p && p.throwFirst, this.throwAll = p && p.throwAll, this.disableFormat = p && p.disableFormat === !0;
|
|
13456
13478
|
};
|
|
13457
13479
|
t.prototype.addError = function(f) {
|
|
13458
13480
|
var b;
|
|
@@ -13495,17 +13517,17 @@ function Mn() {
|
|
|
13495
13517
|
name: { value: "SchemaError", enumerable: !1 }
|
|
13496
13518
|
}
|
|
13497
13519
|
);
|
|
13498
|
-
var s = vt.SchemaContext = function(f, b,
|
|
13499
|
-
this.schema = f, this.options = b, Array.isArray(
|
|
13520
|
+
var s = vt.SchemaContext = function(f, b, p, x, _) {
|
|
13521
|
+
this.schema = f, this.options = b, Array.isArray(p) ? (this.path = p, this.propertyPath = p.reduce(function(R, A) {
|
|
13500
13522
|
return R + c(A);
|
|
13501
|
-
}, "instance")) : this.propertyPath =
|
|
13523
|
+
}, "instance")) : this.propertyPath = p, this.base = x, this.schemas = _;
|
|
13502
13524
|
};
|
|
13503
13525
|
s.prototype.resolve = function(f) {
|
|
13504
13526
|
return w(this.base, f);
|
|
13505
13527
|
}, s.prototype.makeChild = function(f, b) {
|
|
13506
|
-
var
|
|
13528
|
+
var p = b === void 0 ? this.path : this.path.concat([b]), x = f.$id || f.id;
|
|
13507
13529
|
let _ = w(this.base, x || "");
|
|
13508
|
-
var R = new s(f, this.options,
|
|
13530
|
+
var R = new s(f, this.options, p, _, Object.create(this.schemas));
|
|
13509
13531
|
return x && !R.schemas[_] && (R.schemas[_] = f), R;
|
|
13510
13532
|
};
|
|
13511
13533
|
var l = vt.FORMAT_REGEXPS = {
|
|
@@ -13561,14 +13583,14 @@ function Mn() {
|
|
|
13561
13583
|
alpha: /^[a-zA-Z]+$/,
|
|
13562
13584
|
alphanumeric: /^[a-zA-Z0-9]+$/
|
|
13563
13585
|
};
|
|
13564
|
-
l.regexp = l.regex, l.pattern = l.regex, l.ipv4 = l["ip-address"], vt.isFormat = function(f, b,
|
|
13586
|
+
l.regexp = l.regex, l.pattern = l.regex, l.ipv4 = l["ip-address"], vt.isFormat = function(f, b, p) {
|
|
13565
13587
|
if (typeof f == "string" && l[b] !== void 0) {
|
|
13566
13588
|
if (l[b] instanceof RegExp)
|
|
13567
13589
|
return l[b].test(f);
|
|
13568
13590
|
if (typeof l[b] == "function")
|
|
13569
13591
|
return l[b](f);
|
|
13570
|
-
} else if (
|
|
13571
|
-
return
|
|
13592
|
+
} else if (p && p.customFormats && typeof p.customFormats[b] == "function")
|
|
13593
|
+
return p.customFormats[b](f);
|
|
13572
13594
|
return !0;
|
|
13573
13595
|
};
|
|
13574
13596
|
var c = vt.makeSuffix = function(f) {
|
|
@@ -13584,66 +13606,66 @@ function Mn() {
|
|
|
13584
13606
|
if (typeof f == "object") {
|
|
13585
13607
|
if (!f || !b)
|
|
13586
13608
|
return f === b;
|
|
13587
|
-
var
|
|
13588
|
-
return
|
|
13609
|
+
var p = Object.keys(f), x = Object.keys(b);
|
|
13610
|
+
return p.length !== x.length ? !1 : p.every(function(_) {
|
|
13589
13611
|
return S(f[_], b[_]);
|
|
13590
13612
|
});
|
|
13591
13613
|
}
|
|
13592
13614
|
return f === b;
|
|
13593
13615
|
};
|
|
13594
|
-
function h(S, f, b,
|
|
13595
|
-
typeof b == "object" ? f[
|
|
13616
|
+
function h(S, f, b, p) {
|
|
13617
|
+
typeof b == "object" ? f[p] = g(S[p], b) : S.indexOf(b) === -1 && f.push(b);
|
|
13596
13618
|
}
|
|
13597
13619
|
function y(S, f, b) {
|
|
13598
13620
|
f[b] = S[b];
|
|
13599
13621
|
}
|
|
13600
|
-
function v(S, f, b,
|
|
13601
|
-
typeof f[
|
|
13622
|
+
function v(S, f, b, p) {
|
|
13623
|
+
typeof f[p] != "object" || !f[p] ? b[p] = f[p] : S[p] ? b[p] = g(S[p], f[p]) : b[p] = f[p];
|
|
13602
13624
|
}
|
|
13603
13625
|
function g(S, f) {
|
|
13604
|
-
var b = Array.isArray(f),
|
|
13605
|
-
return b ? (S = S || [],
|
|
13626
|
+
var b = Array.isArray(f), p = b && [] || {};
|
|
13627
|
+
return b ? (S = S || [], p = p.concat(S), f.forEach(h.bind(null, S, p))) : (S && typeof S == "object" && Object.keys(S).forEach(y.bind(null, S, p)), Object.keys(f).forEach(v.bind(null, S, f, p))), p;
|
|
13606
13628
|
}
|
|
13607
13629
|
vt.deepMerge = g, vt.objectGetPath = function(f, b) {
|
|
13608
|
-
for (var
|
|
13630
|
+
for (var p = b.split("/").slice(1), x; typeof (x = p.shift()) == "string"; ) {
|
|
13609
13631
|
var _ = decodeURIComponent(x.replace(/~0/, "~").replace(/~1/g, "/"));
|
|
13610
13632
|
if (!(_ in f)) return;
|
|
13611
13633
|
f = f[_];
|
|
13612
13634
|
}
|
|
13613
13635
|
return f;
|
|
13614
13636
|
};
|
|
13615
|
-
function
|
|
13637
|
+
function d(S) {
|
|
13616
13638
|
return "/" + encodeURIComponent(S).replace(/~/g, "%7E");
|
|
13617
13639
|
}
|
|
13618
13640
|
vt.encodePath = function(f) {
|
|
13619
|
-
return f.map(
|
|
13641
|
+
return f.map(d).join("");
|
|
13620
13642
|
}, vt.getDecimalPlaces = function(f) {
|
|
13621
13643
|
var b = 0;
|
|
13622
13644
|
if (isNaN(f)) return b;
|
|
13623
13645
|
typeof f != "number" && (f = Number(f));
|
|
13624
|
-
var
|
|
13625
|
-
if (
|
|
13626
|
-
if (
|
|
13646
|
+
var p = f.toString().split("e");
|
|
13647
|
+
if (p.length === 2) {
|
|
13648
|
+
if (p[1][0] !== "-")
|
|
13627
13649
|
return b;
|
|
13628
|
-
b = Number(
|
|
13650
|
+
b = Number(p[1].slice(1));
|
|
13629
13651
|
}
|
|
13630
|
-
var x =
|
|
13652
|
+
var x = p[0].split(".");
|
|
13631
13653
|
return x.length === 2 && (b += x[1].length), b;
|
|
13632
13654
|
}, vt.isSchema = function(f) {
|
|
13633
13655
|
return typeof f == "object" && f || typeof f == "boolean";
|
|
13634
13656
|
};
|
|
13635
13657
|
var w = vt.resolveUrl = function(f, b) {
|
|
13636
|
-
const
|
|
13637
|
-
if (
|
|
13638
|
-
const { pathname: x, search: _, hash: R } =
|
|
13658
|
+
const p = new URL(b, new URL(f, "resolve://"));
|
|
13659
|
+
if (p.protocol === "resolve:") {
|
|
13660
|
+
const { pathname: x, search: _, hash: R } = p;
|
|
13639
13661
|
return x + _ + R;
|
|
13640
13662
|
}
|
|
13641
|
-
return
|
|
13663
|
+
return p.toString();
|
|
13642
13664
|
};
|
|
13643
13665
|
return vt;
|
|
13644
13666
|
}
|
|
13645
13667
|
var Nl, Ig;
|
|
13646
|
-
function
|
|
13668
|
+
function DC() {
|
|
13647
13669
|
if (Ig) return Nl;
|
|
13648
13670
|
Ig = 1;
|
|
13649
13671
|
var e = Mn(), t = e.ValidatorResult, r = e.SchemaError, o = {};
|
|
@@ -13663,12 +13685,12 @@ function NC() {
|
|
|
13663
13685
|
extends: !0
|
|
13664
13686
|
};
|
|
13665
13687
|
var a = o.validators = {};
|
|
13666
|
-
a.type = function(g,
|
|
13688
|
+
a.type = function(g, d, w, S) {
|
|
13667
13689
|
if (g === void 0)
|
|
13668
13690
|
return null;
|
|
13669
|
-
var f = new t(g,
|
|
13670
|
-
if (!b.some(this.testType.bind(this, g,
|
|
13671
|
-
var
|
|
13691
|
+
var f = new t(g, d, w, S), b = Array.isArray(d.type) ? d.type : [d.type];
|
|
13692
|
+
if (!b.some(this.testType.bind(this, g, d, w, S))) {
|
|
13693
|
+
var p = b.map(function(x) {
|
|
13672
13694
|
if (x) {
|
|
13673
13695
|
var _ = x.$id || x.id;
|
|
13674
13696
|
return _ ? "<" + _ + ">" : x + "";
|
|
@@ -13676,25 +13698,25 @@ function NC() {
|
|
|
13676
13698
|
});
|
|
13677
13699
|
f.addError({
|
|
13678
13700
|
name: "type",
|
|
13679
|
-
argument:
|
|
13680
|
-
message: "is not of a type(s) " +
|
|
13701
|
+
argument: p,
|
|
13702
|
+
message: "is not of a type(s) " + p
|
|
13681
13703
|
});
|
|
13682
13704
|
}
|
|
13683
13705
|
return f;
|
|
13684
13706
|
};
|
|
13685
|
-
function s(v, g,
|
|
13707
|
+
function s(v, g, d, w, S) {
|
|
13686
13708
|
var f = g.throwError, b = g.throwAll;
|
|
13687
13709
|
g.throwError = !1, g.throwAll = !1;
|
|
13688
|
-
var
|
|
13689
|
-
return g.throwError = f, g.throwAll = b, !
|
|
13710
|
+
var p = this.validateSchema(v, S, g, d);
|
|
13711
|
+
return g.throwError = f, g.throwAll = b, !p.valid && w instanceof Function && w(p), p.valid;
|
|
13690
13712
|
}
|
|
13691
|
-
a.anyOf = function(g,
|
|
13713
|
+
a.anyOf = function(g, d, w, S) {
|
|
13692
13714
|
if (g === void 0)
|
|
13693
13715
|
return null;
|
|
13694
|
-
var f = new t(g,
|
|
13695
|
-
if (!Array.isArray(
|
|
13716
|
+
var f = new t(g, d, w, S), b = new t(g, d, w, S);
|
|
13717
|
+
if (!Array.isArray(d.anyOf))
|
|
13696
13718
|
throw new r("anyOf must be an array");
|
|
13697
|
-
if (!
|
|
13719
|
+
if (!d.anyOf.some(
|
|
13698
13720
|
s.bind(
|
|
13699
13721
|
this,
|
|
13700
13722
|
g,
|
|
@@ -13705,27 +13727,27 @@ function NC() {
|
|
|
13705
13727
|
}
|
|
13706
13728
|
)
|
|
13707
13729
|
)) {
|
|
13708
|
-
var
|
|
13730
|
+
var p = d.anyOf.map(function(x, _) {
|
|
13709
13731
|
var R = x.$id || x.id;
|
|
13710
13732
|
return R ? "<" + R + ">" : x.title && JSON.stringify(x.title) || x.$ref && "<" + x.$ref + ">" || "[subschema " + _ + "]";
|
|
13711
13733
|
});
|
|
13712
13734
|
w.nestedErrors && f.importErrors(b), f.addError({
|
|
13713
13735
|
name: "anyOf",
|
|
13714
|
-
argument:
|
|
13715
|
-
message: "is not any of " +
|
|
13736
|
+
argument: p,
|
|
13737
|
+
message: "is not any of " + p.join(",")
|
|
13716
13738
|
});
|
|
13717
13739
|
}
|
|
13718
13740
|
return f;
|
|
13719
|
-
}, a.allOf = function(g,
|
|
13741
|
+
}, a.allOf = function(g, d, w, S) {
|
|
13720
13742
|
if (g === void 0)
|
|
13721
13743
|
return null;
|
|
13722
|
-
if (!Array.isArray(
|
|
13744
|
+
if (!Array.isArray(d.allOf))
|
|
13723
13745
|
throw new r("allOf must be an array");
|
|
13724
|
-
var f = new t(g,
|
|
13725
|
-
return
|
|
13726
|
-
var _ = b.validateSchema(g,
|
|
13746
|
+
var f = new t(g, d, w, S), b = this;
|
|
13747
|
+
return d.allOf.forEach(function(p, x) {
|
|
13748
|
+
var _ = b.validateSchema(g, p, w, S);
|
|
13727
13749
|
if (!_.valid) {
|
|
13728
|
-
var R =
|
|
13750
|
+
var R = p.$id || p.id, A = R || p.title && JSON.stringify(p.title) || p.$ref && "<" + p.$ref + ">" || "[subschema " + x + "]";
|
|
13729
13751
|
f.addError({
|
|
13730
13752
|
name: "allOf",
|
|
13731
13753
|
argument: { id: A, length: _.errors.length, valid: _ },
|
|
@@ -13733,12 +13755,12 @@ function NC() {
|
|
|
13733
13755
|
}), f.importErrors(_);
|
|
13734
13756
|
}
|
|
13735
13757
|
}), f;
|
|
13736
|
-
}, a.oneOf = function(g,
|
|
13758
|
+
}, a.oneOf = function(g, d, w, S) {
|
|
13737
13759
|
if (g === void 0)
|
|
13738
13760
|
return null;
|
|
13739
|
-
if (!Array.isArray(
|
|
13761
|
+
if (!Array.isArray(d.oneOf))
|
|
13740
13762
|
throw new r("oneOf must be an array");
|
|
13741
|
-
var f = new t(g,
|
|
13763
|
+
var f = new t(g, d, w, S), b = new t(g, d, w, S), p = d.oneOf.filter(
|
|
13742
13764
|
s.bind(
|
|
13743
13765
|
this,
|
|
13744
13766
|
g,
|
|
@@ -13748,27 +13770,27 @@ function NC() {
|
|
|
13748
13770
|
b.importErrors(_);
|
|
13749
13771
|
}
|
|
13750
13772
|
)
|
|
13751
|
-
).length, x =
|
|
13773
|
+
).length, x = d.oneOf.map(function(_, R) {
|
|
13752
13774
|
var A = _.$id || _.id;
|
|
13753
13775
|
return A || _.title && JSON.stringify(_.title) || _.$ref && "<" + _.$ref + ">" || "[subschema " + R + "]";
|
|
13754
13776
|
});
|
|
13755
|
-
return
|
|
13777
|
+
return p !== 1 && (w.nestedErrors && f.importErrors(b), f.addError({
|
|
13756
13778
|
name: "oneOf",
|
|
13757
13779
|
argument: x,
|
|
13758
13780
|
message: "is not exactly one from " + x.join(",")
|
|
13759
13781
|
})), f;
|
|
13760
|
-
}, a.if = function(g,
|
|
13782
|
+
}, a.if = function(g, d, w, S) {
|
|
13761
13783
|
if (g === void 0) return null;
|
|
13762
|
-
if (!e.isSchema(
|
|
13763
|
-
var f = s.call(this, g, w, S, null,
|
|
13784
|
+
if (!e.isSchema(d.if)) throw new Error('Expected "if" keyword to be a schema');
|
|
13785
|
+
var f = s.call(this, g, w, S, null, d.if), b = new t(g, d, w, S), p;
|
|
13764
13786
|
if (f) {
|
|
13765
|
-
if (
|
|
13766
|
-
if (!e.isSchema(
|
|
13767
|
-
|
|
13787
|
+
if (d.then === void 0) return;
|
|
13788
|
+
if (!e.isSchema(d.then)) throw new Error('Expected "then" keyword to be a schema');
|
|
13789
|
+
p = this.validateSchema(g, d.then, w, S.makeChild(d.then)), b.importErrors(p);
|
|
13768
13790
|
} else {
|
|
13769
|
-
if (
|
|
13770
|
-
if (!e.isSchema(
|
|
13771
|
-
|
|
13791
|
+
if (d.else === void 0) return;
|
|
13792
|
+
if (!e.isSchema(d.else)) throw new Error('Expected "else" keyword to be a schema');
|
|
13793
|
+
p = this.validateSchema(g, d.else, w, S.makeChild(d.else)), b.importErrors(p);
|
|
13772
13794
|
}
|
|
13773
13795
|
return b;
|
|
13774
13796
|
};
|
|
@@ -13779,34 +13801,34 @@ function NC() {
|
|
|
13779
13801
|
if (Object.propertyIsEnumerable.call(v, g)) return v[g];
|
|
13780
13802
|
}
|
|
13781
13803
|
}
|
|
13782
|
-
a.propertyNames = function(g,
|
|
13804
|
+
a.propertyNames = function(g, d, w, S) {
|
|
13783
13805
|
if (this.types.object(g)) {
|
|
13784
|
-
var f = new t(g,
|
|
13806
|
+
var f = new t(g, d, w, S), b = d.propertyNames !== void 0 ? d.propertyNames : {};
|
|
13785
13807
|
if (!e.isSchema(b)) throw new r('Expected "propertyNames" to be a schema (object or boolean)');
|
|
13786
|
-
for (var
|
|
13787
|
-
if (l(g,
|
|
13788
|
-
var x = this.validateSchema(
|
|
13808
|
+
for (var p in g)
|
|
13809
|
+
if (l(g, p) !== void 0) {
|
|
13810
|
+
var x = this.validateSchema(p, b, w, S.makeChild(b));
|
|
13789
13811
|
f.importErrors(x);
|
|
13790
13812
|
}
|
|
13791
13813
|
return f;
|
|
13792
13814
|
}
|
|
13793
|
-
}, a.properties = function(g,
|
|
13815
|
+
}, a.properties = function(g, d, w, S) {
|
|
13794
13816
|
if (this.types.object(g)) {
|
|
13795
|
-
var f = new t(g,
|
|
13796
|
-
for (var
|
|
13797
|
-
var x = b[
|
|
13817
|
+
var f = new t(g, d, w, S), b = d.properties || {};
|
|
13818
|
+
for (var p in b) {
|
|
13819
|
+
var x = b[p];
|
|
13798
13820
|
if (x !== void 0) {
|
|
13799
13821
|
if (x === null)
|
|
13800
13822
|
throw new r('Unexpected null, expected schema in "properties"');
|
|
13801
|
-
typeof w.preValidateProperty == "function" && w.preValidateProperty(g,
|
|
13802
|
-
var _ = l(g,
|
|
13803
|
-
R.instance !== f.instance[
|
|
13823
|
+
typeof w.preValidateProperty == "function" && w.preValidateProperty(g, p, x, w, S);
|
|
13824
|
+
var _ = l(g, p), R = this.validateSchema(_, x, w, S.makeChild(x, p));
|
|
13825
|
+
R.instance !== f.instance[p] && (f.instance[p] = R.instance), f.importErrors(R);
|
|
13804
13826
|
}
|
|
13805
13827
|
}
|
|
13806
13828
|
return f;
|
|
13807
13829
|
}
|
|
13808
13830
|
};
|
|
13809
|
-
function c(v, g,
|
|
13831
|
+
function c(v, g, d, w, S, f) {
|
|
13810
13832
|
if (this.types.object(v) && !(g.properties && g.properties[S] !== void 0))
|
|
13811
13833
|
if (g.additionalProperties === !1)
|
|
13812
13834
|
f.addError({
|
|
@@ -13816,15 +13838,15 @@ function NC() {
|
|
|
13816
13838
|
});
|
|
13817
13839
|
else {
|
|
13818
13840
|
var b = g.additionalProperties || {};
|
|
13819
|
-
typeof
|
|
13820
|
-
var
|
|
13821
|
-
|
|
13841
|
+
typeof d.preValidateProperty == "function" && d.preValidateProperty(v, S, b, d, w);
|
|
13842
|
+
var p = this.validateSchema(v[S], b, d, w.makeChild(b, S));
|
|
13843
|
+
p.instance !== f.instance[S] && (f.instance[S] = p.instance), f.importErrors(p);
|
|
13822
13844
|
}
|
|
13823
13845
|
}
|
|
13824
|
-
a.patternProperties = function(g,
|
|
13846
|
+
a.patternProperties = function(g, d, w, S) {
|
|
13825
13847
|
if (this.types.object(g)) {
|
|
13826
|
-
var f = new t(g,
|
|
13827
|
-
for (var
|
|
13848
|
+
var f = new t(g, d, w, S), b = d.patternProperties || {};
|
|
13849
|
+
for (var p in g) {
|
|
13828
13850
|
var x = !0;
|
|
13829
13851
|
for (var _ in b) {
|
|
13830
13852
|
var R = b[_];
|
|
@@ -13836,53 +13858,53 @@ function NC() {
|
|
|
13836
13858
|
} catch {
|
|
13837
13859
|
A = new RegExp(_);
|
|
13838
13860
|
}
|
|
13839
|
-
if (A.test(
|
|
13840
|
-
x = !1, typeof w.preValidateProperty == "function" && w.preValidateProperty(g,
|
|
13841
|
-
var C = this.validateSchema(g[
|
|
13842
|
-
C.instance !== f.instance[
|
|
13861
|
+
if (A.test(p)) {
|
|
13862
|
+
x = !1, typeof w.preValidateProperty == "function" && w.preValidateProperty(g, p, R, w, S);
|
|
13863
|
+
var C = this.validateSchema(g[p], R, w, S.makeChild(R, p));
|
|
13864
|
+
C.instance !== f.instance[p] && (f.instance[p] = C.instance), f.importErrors(C);
|
|
13843
13865
|
}
|
|
13844
13866
|
}
|
|
13845
13867
|
}
|
|
13846
|
-
x && c.call(this, g,
|
|
13868
|
+
x && c.call(this, g, d, w, S, p, f);
|
|
13847
13869
|
}
|
|
13848
13870
|
return f;
|
|
13849
13871
|
}
|
|
13850
|
-
}, a.additionalProperties = function(g,
|
|
13872
|
+
}, a.additionalProperties = function(g, d, w, S) {
|
|
13851
13873
|
if (this.types.object(g)) {
|
|
13852
|
-
if (
|
|
13874
|
+
if (d.patternProperties)
|
|
13853
13875
|
return null;
|
|
13854
|
-
var f = new t(g,
|
|
13876
|
+
var f = new t(g, d, w, S);
|
|
13855
13877
|
for (var b in g)
|
|
13856
|
-
c.call(this, g,
|
|
13878
|
+
c.call(this, g, d, w, S, b, f);
|
|
13857
13879
|
return f;
|
|
13858
13880
|
}
|
|
13859
|
-
}, a.minProperties = function(g,
|
|
13881
|
+
}, a.minProperties = function(g, d, w, S) {
|
|
13860
13882
|
if (this.types.object(g)) {
|
|
13861
|
-
var f = new t(g,
|
|
13862
|
-
return b.length >=
|
|
13883
|
+
var f = new t(g, d, w, S), b = Object.keys(g);
|
|
13884
|
+
return b.length >= d.minProperties || f.addError({
|
|
13863
13885
|
name: "minProperties",
|
|
13864
|
-
argument:
|
|
13865
|
-
message: "does not meet minimum property length of " +
|
|
13886
|
+
argument: d.minProperties,
|
|
13887
|
+
message: "does not meet minimum property length of " + d.minProperties
|
|
13866
13888
|
}), f;
|
|
13867
13889
|
}
|
|
13868
|
-
}, a.maxProperties = function(g,
|
|
13890
|
+
}, a.maxProperties = function(g, d, w, S) {
|
|
13869
13891
|
if (this.types.object(g)) {
|
|
13870
|
-
var f = new t(g,
|
|
13871
|
-
return b.length <=
|
|
13892
|
+
var f = new t(g, d, w, S), b = Object.keys(g);
|
|
13893
|
+
return b.length <= d.maxProperties || f.addError({
|
|
13872
13894
|
name: "maxProperties",
|
|
13873
|
-
argument:
|
|
13874
|
-
message: "does not meet maximum property length of " +
|
|
13895
|
+
argument: d.maxProperties,
|
|
13896
|
+
message: "does not meet maximum property length of " + d.maxProperties
|
|
13875
13897
|
}), f;
|
|
13876
13898
|
}
|
|
13877
|
-
}, a.items = function(g,
|
|
13899
|
+
}, a.items = function(g, d, w, S) {
|
|
13878
13900
|
var f = this;
|
|
13879
|
-
if (this.types.array(g) &&
|
|
13880
|
-
var b = new t(g,
|
|
13881
|
-
return g.every(function(
|
|
13882
|
-
if (Array.isArray(
|
|
13883
|
-
var _ =
|
|
13901
|
+
if (this.types.array(g) && d.items !== void 0) {
|
|
13902
|
+
var b = new t(g, d, w, S);
|
|
13903
|
+
return g.every(function(p, x) {
|
|
13904
|
+
if (Array.isArray(d.items))
|
|
13905
|
+
var _ = d.items[x] === void 0 ? d.additionalItems : d.items[x];
|
|
13884
13906
|
else
|
|
13885
|
-
var _ =
|
|
13907
|
+
var _ = d.items;
|
|
13886
13908
|
if (_ === void 0)
|
|
13887
13909
|
return !0;
|
|
13888
13910
|
if (_ === !1)
|
|
@@ -13890,181 +13912,181 @@ function NC() {
|
|
|
13890
13912
|
name: "items",
|
|
13891
13913
|
message: "additionalItems not permitted"
|
|
13892
13914
|
}), !1;
|
|
13893
|
-
var R = f.validateSchema(
|
|
13915
|
+
var R = f.validateSchema(p, _, w, S.makeChild(_, x));
|
|
13894
13916
|
return R.instance !== b.instance[x] && (b.instance[x] = R.instance), b.importErrors(R), !0;
|
|
13895
13917
|
}), b;
|
|
13896
13918
|
}
|
|
13897
|
-
}, a.contains = function(g,
|
|
13919
|
+
}, a.contains = function(g, d, w, S) {
|
|
13898
13920
|
var f = this;
|
|
13899
|
-
if (this.types.array(g) &&
|
|
13900
|
-
if (!e.isSchema(
|
|
13901
|
-
var b = new t(g,
|
|
13902
|
-
var R = f.validateSchema(x,
|
|
13921
|
+
if (this.types.array(g) && d.contains !== void 0) {
|
|
13922
|
+
if (!e.isSchema(d.contains)) throw new Error('Expected "contains" keyword to be a schema');
|
|
13923
|
+
var b = new t(g, d, w, S), p = g.some(function(x, _) {
|
|
13924
|
+
var R = f.validateSchema(x, d.contains, w, S.makeChild(d.contains, _));
|
|
13903
13925
|
return R.errors.length === 0;
|
|
13904
13926
|
});
|
|
13905
|
-
return
|
|
13927
|
+
return p === !1 && b.addError({
|
|
13906
13928
|
name: "contains",
|
|
13907
|
-
argument:
|
|
13929
|
+
argument: d.contains,
|
|
13908
13930
|
message: "must contain an item matching given schema"
|
|
13909
13931
|
}), b;
|
|
13910
13932
|
}
|
|
13911
|
-
}, a.minimum = function(g,
|
|
13933
|
+
}, a.minimum = function(g, d, w, S) {
|
|
13912
13934
|
if (this.types.number(g)) {
|
|
13913
|
-
var f = new t(g,
|
|
13914
|
-
return
|
|
13935
|
+
var f = new t(g, d, w, S);
|
|
13936
|
+
return d.exclusiveMinimum && d.exclusiveMinimum === !0 ? g > d.minimum || f.addError({
|
|
13915
13937
|
name: "minimum",
|
|
13916
|
-
argument:
|
|
13917
|
-
message: "must be greater than " +
|
|
13918
|
-
}) : g >=
|
|
13938
|
+
argument: d.minimum,
|
|
13939
|
+
message: "must be greater than " + d.minimum
|
|
13940
|
+
}) : g >= d.minimum || f.addError({
|
|
13919
13941
|
name: "minimum",
|
|
13920
|
-
argument:
|
|
13921
|
-
message: "must be greater than or equal to " +
|
|
13942
|
+
argument: d.minimum,
|
|
13943
|
+
message: "must be greater than or equal to " + d.minimum
|
|
13922
13944
|
}), f;
|
|
13923
13945
|
}
|
|
13924
|
-
}, a.maximum = function(g,
|
|
13946
|
+
}, a.maximum = function(g, d, w, S) {
|
|
13925
13947
|
if (this.types.number(g)) {
|
|
13926
|
-
var f = new t(g,
|
|
13927
|
-
return
|
|
13948
|
+
var f = new t(g, d, w, S);
|
|
13949
|
+
return d.exclusiveMaximum && d.exclusiveMaximum === !0 ? g < d.maximum || f.addError({
|
|
13928
13950
|
name: "maximum",
|
|
13929
|
-
argument:
|
|
13930
|
-
message: "must be less than " +
|
|
13931
|
-
}) : g <=
|
|
13951
|
+
argument: d.maximum,
|
|
13952
|
+
message: "must be less than " + d.maximum
|
|
13953
|
+
}) : g <= d.maximum || f.addError({
|
|
13932
13954
|
name: "maximum",
|
|
13933
|
-
argument:
|
|
13934
|
-
message: "must be less than or equal to " +
|
|
13955
|
+
argument: d.maximum,
|
|
13956
|
+
message: "must be less than or equal to " + d.maximum
|
|
13935
13957
|
}), f;
|
|
13936
13958
|
}
|
|
13937
|
-
}, a.exclusiveMinimum = function(g,
|
|
13938
|
-
if (typeof
|
|
13939
|
-
var f = new t(g,
|
|
13959
|
+
}, a.exclusiveMinimum = function(g, d, w, S) {
|
|
13960
|
+
if (typeof d.exclusiveMinimum != "boolean" && this.types.number(g)) {
|
|
13961
|
+
var f = new t(g, d, w, S), b = g > d.exclusiveMinimum;
|
|
13940
13962
|
return b || f.addError({
|
|
13941
13963
|
name: "exclusiveMinimum",
|
|
13942
|
-
argument:
|
|
13943
|
-
message: "must be strictly greater than " +
|
|
13964
|
+
argument: d.exclusiveMinimum,
|
|
13965
|
+
message: "must be strictly greater than " + d.exclusiveMinimum
|
|
13944
13966
|
}), f;
|
|
13945
13967
|
}
|
|
13946
|
-
}, a.exclusiveMaximum = function(g,
|
|
13947
|
-
if (typeof
|
|
13948
|
-
var f = new t(g,
|
|
13968
|
+
}, a.exclusiveMaximum = function(g, d, w, S) {
|
|
13969
|
+
if (typeof d.exclusiveMaximum != "boolean" && this.types.number(g)) {
|
|
13970
|
+
var f = new t(g, d, w, S), b = g < d.exclusiveMaximum;
|
|
13949
13971
|
return b || f.addError({
|
|
13950
13972
|
name: "exclusiveMaximum",
|
|
13951
|
-
argument:
|
|
13952
|
-
message: "must be strictly less than " +
|
|
13973
|
+
argument: d.exclusiveMaximum,
|
|
13974
|
+
message: "must be strictly less than " + d.exclusiveMaximum
|
|
13953
13975
|
}), f;
|
|
13954
13976
|
}
|
|
13955
13977
|
};
|
|
13956
|
-
var h = function(g,
|
|
13978
|
+
var h = function(g, d, w, S, f, b) {
|
|
13957
13979
|
if (this.types.number(g)) {
|
|
13958
|
-
var
|
|
13959
|
-
if (
|
|
13980
|
+
var p = d[f];
|
|
13981
|
+
if (p == 0)
|
|
13960
13982
|
throw new r(f + " cannot be zero");
|
|
13961
|
-
var x = new t(g,
|
|
13962
|
-
return Math.round(g * C) % Math.round(
|
|
13983
|
+
var x = new t(g, d, w, S), _ = e.getDecimalPlaces(g), R = e.getDecimalPlaces(p), A = Math.max(_, R), C = Math.pow(10, A);
|
|
13984
|
+
return Math.round(g * C) % Math.round(p * C) !== 0 && x.addError({
|
|
13963
13985
|
name: f,
|
|
13964
|
-
argument:
|
|
13965
|
-
message: b + JSON.stringify(
|
|
13986
|
+
argument: p,
|
|
13987
|
+
message: b + JSON.stringify(p)
|
|
13966
13988
|
}), x;
|
|
13967
13989
|
}
|
|
13968
13990
|
};
|
|
13969
|
-
a.multipleOf = function(g,
|
|
13970
|
-
return h.call(this, g,
|
|
13971
|
-
}, a.divisibleBy = function(g,
|
|
13972
|
-
return h.call(this, g,
|
|
13973
|
-
}, a.required = function(g,
|
|
13974
|
-
var f = new t(g,
|
|
13975
|
-
return g === void 0 &&
|
|
13991
|
+
a.multipleOf = function(g, d, w, S) {
|
|
13992
|
+
return h.call(this, g, d, w, S, "multipleOf", "is not a multiple of (divisible by) ");
|
|
13993
|
+
}, a.divisibleBy = function(g, d, w, S) {
|
|
13994
|
+
return h.call(this, g, d, w, S, "divisibleBy", "is not divisible by (multiple of) ");
|
|
13995
|
+
}, a.required = function(g, d, w, S) {
|
|
13996
|
+
var f = new t(g, d, w, S);
|
|
13997
|
+
return g === void 0 && d.required === !0 ? f.addError({
|
|
13976
13998
|
name: "required",
|
|
13977
13999
|
message: "is required"
|
|
13978
|
-
}) : this.types.object(g) && Array.isArray(
|
|
14000
|
+
}) : this.types.object(g) && Array.isArray(d.required) && d.required.forEach(function(b) {
|
|
13979
14001
|
l(g, b) === void 0 && f.addError({
|
|
13980
14002
|
name: "required",
|
|
13981
14003
|
argument: b,
|
|
13982
14004
|
message: "requires property " + JSON.stringify(b)
|
|
13983
14005
|
});
|
|
13984
14006
|
}), f;
|
|
13985
|
-
}, a.pattern = function(g,
|
|
14007
|
+
}, a.pattern = function(g, d, w, S) {
|
|
13986
14008
|
if (this.types.string(g)) {
|
|
13987
|
-
var f = new t(g,
|
|
14009
|
+
var f = new t(g, d, w, S), b = d.pattern;
|
|
13988
14010
|
try {
|
|
13989
|
-
var
|
|
14011
|
+
var p = new RegExp(b, "u");
|
|
13990
14012
|
} catch {
|
|
13991
|
-
|
|
14013
|
+
p = new RegExp(b);
|
|
13992
14014
|
}
|
|
13993
|
-
return g.match(
|
|
14015
|
+
return g.match(p) || f.addError({
|
|
13994
14016
|
name: "pattern",
|
|
13995
|
-
argument:
|
|
13996
|
-
message: "does not match pattern " + JSON.stringify(
|
|
14017
|
+
argument: d.pattern,
|
|
14018
|
+
message: "does not match pattern " + JSON.stringify(d.pattern.toString())
|
|
13997
14019
|
}), f;
|
|
13998
14020
|
}
|
|
13999
|
-
}, a.format = function(g,
|
|
14021
|
+
}, a.format = function(g, d, w, S) {
|
|
14000
14022
|
if (g !== void 0) {
|
|
14001
|
-
var f = new t(g,
|
|
14002
|
-
return !f.disableFormat && !e.isFormat(g,
|
|
14023
|
+
var f = new t(g, d, w, S);
|
|
14024
|
+
return !f.disableFormat && !e.isFormat(g, d.format, this) && f.addError({
|
|
14003
14025
|
name: "format",
|
|
14004
|
-
argument:
|
|
14005
|
-
message: "does not conform to the " + JSON.stringify(
|
|
14026
|
+
argument: d.format,
|
|
14027
|
+
message: "does not conform to the " + JSON.stringify(d.format) + " format"
|
|
14006
14028
|
}), f;
|
|
14007
14029
|
}
|
|
14008
|
-
}, a.minLength = function(g,
|
|
14030
|
+
}, a.minLength = function(g, d, w, S) {
|
|
14009
14031
|
if (this.types.string(g)) {
|
|
14010
|
-
var f = new t(g,
|
|
14011
|
-
return
|
|
14032
|
+
var f = new t(g, d, w, S), b = g.match(/[\uDC00-\uDFFF]/g), p = g.length - (b ? b.length : 0);
|
|
14033
|
+
return p >= d.minLength || f.addError({
|
|
14012
14034
|
name: "minLength",
|
|
14013
|
-
argument:
|
|
14014
|
-
message: "does not meet minimum length of " +
|
|
14035
|
+
argument: d.minLength,
|
|
14036
|
+
message: "does not meet minimum length of " + d.minLength
|
|
14015
14037
|
}), f;
|
|
14016
14038
|
}
|
|
14017
|
-
}, a.maxLength = function(g,
|
|
14039
|
+
}, a.maxLength = function(g, d, w, S) {
|
|
14018
14040
|
if (this.types.string(g)) {
|
|
14019
|
-
var f = new t(g,
|
|
14020
|
-
return
|
|
14041
|
+
var f = new t(g, d, w, S), b = g.match(/[\uDC00-\uDFFF]/g), p = g.length - (b ? b.length : 0);
|
|
14042
|
+
return p <= d.maxLength || f.addError({
|
|
14021
14043
|
name: "maxLength",
|
|
14022
|
-
argument:
|
|
14023
|
-
message: "does not meet maximum length of " +
|
|
14044
|
+
argument: d.maxLength,
|
|
14045
|
+
message: "does not meet maximum length of " + d.maxLength
|
|
14024
14046
|
}), f;
|
|
14025
14047
|
}
|
|
14026
|
-
}, a.minItems = function(g,
|
|
14048
|
+
}, a.minItems = function(g, d, w, S) {
|
|
14027
14049
|
if (this.types.array(g)) {
|
|
14028
|
-
var f = new t(g,
|
|
14029
|
-
return g.length >=
|
|
14050
|
+
var f = new t(g, d, w, S);
|
|
14051
|
+
return g.length >= d.minItems || f.addError({
|
|
14030
14052
|
name: "minItems",
|
|
14031
|
-
argument:
|
|
14032
|
-
message: "does not meet minimum length of " +
|
|
14053
|
+
argument: d.minItems,
|
|
14054
|
+
message: "does not meet minimum length of " + d.minItems
|
|
14033
14055
|
}), f;
|
|
14034
14056
|
}
|
|
14035
|
-
}, a.maxItems = function(g,
|
|
14057
|
+
}, a.maxItems = function(g, d, w, S) {
|
|
14036
14058
|
if (this.types.array(g)) {
|
|
14037
|
-
var f = new t(g,
|
|
14038
|
-
return g.length <=
|
|
14059
|
+
var f = new t(g, d, w, S);
|
|
14060
|
+
return g.length <= d.maxItems || f.addError({
|
|
14039
14061
|
name: "maxItems",
|
|
14040
|
-
argument:
|
|
14041
|
-
message: "does not meet maximum length of " +
|
|
14062
|
+
argument: d.maxItems,
|
|
14063
|
+
message: "does not meet maximum length of " + d.maxItems
|
|
14042
14064
|
}), f;
|
|
14043
14065
|
}
|
|
14044
14066
|
};
|
|
14045
|
-
function y(v, g,
|
|
14046
|
-
var w, S =
|
|
14067
|
+
function y(v, g, d) {
|
|
14068
|
+
var w, S = d.length;
|
|
14047
14069
|
for (w = g + 1, S; w < S; w++)
|
|
14048
|
-
if (e.deepCompareStrict(v,
|
|
14070
|
+
if (e.deepCompareStrict(v, d[w]))
|
|
14049
14071
|
return !1;
|
|
14050
14072
|
return !0;
|
|
14051
14073
|
}
|
|
14052
|
-
return a.uniqueItems = function(g,
|
|
14053
|
-
if (
|
|
14054
|
-
var f = new t(g,
|
|
14074
|
+
return a.uniqueItems = function(g, d, w, S) {
|
|
14075
|
+
if (d.uniqueItems === !0 && this.types.array(g)) {
|
|
14076
|
+
var f = new t(g, d, w, S);
|
|
14055
14077
|
return g.every(y) || f.addError({
|
|
14056
14078
|
name: "uniqueItems",
|
|
14057
14079
|
message: "contains duplicate item"
|
|
14058
14080
|
}), f;
|
|
14059
14081
|
}
|
|
14060
|
-
}, a.dependencies = function(g,
|
|
14082
|
+
}, a.dependencies = function(g, d, w, S) {
|
|
14061
14083
|
if (this.types.object(g)) {
|
|
14062
|
-
var f = new t(g,
|
|
14063
|
-
for (var b in
|
|
14084
|
+
var f = new t(g, d, w, S);
|
|
14085
|
+
for (var b in d.dependencies)
|
|
14064
14086
|
if (g[b] !== void 0) {
|
|
14065
|
-
var
|
|
14066
|
-
if (typeof
|
|
14067
|
-
|
|
14087
|
+
var p = d.dependencies[b], x = S.makeChild(p, b);
|
|
14088
|
+
if (typeof p == "string" && (p = [p]), Array.isArray(p))
|
|
14089
|
+
p.forEach(function(R) {
|
|
14068
14090
|
g[R] === void 0 && f.addError({
|
|
14069
14091
|
// FIXME there's two different "dependencies" errors here with slightly different outputs
|
|
14070
14092
|
// Can we make these the same? Or should we create different error types?
|
|
@@ -14074,7 +14096,7 @@ function NC() {
|
|
|
14074
14096
|
});
|
|
14075
14097
|
});
|
|
14076
14098
|
else {
|
|
14077
|
-
var _ = this.validateSchema(g,
|
|
14099
|
+
var _ = this.validateSchema(g, p, w, x);
|
|
14078
14100
|
f.instance !== _.instance && (f.instance = _.instance), _ && _.errors.length && (f.addError({
|
|
14079
14101
|
name: "dependencies",
|
|
14080
14102
|
argument: x.propertyPath,
|
|
@@ -14084,32 +14106,32 @@ function NC() {
|
|
|
14084
14106
|
}
|
|
14085
14107
|
return f;
|
|
14086
14108
|
}
|
|
14087
|
-
}, a.enum = function(g,
|
|
14109
|
+
}, a.enum = function(g, d, w, S) {
|
|
14088
14110
|
if (g === void 0)
|
|
14089
14111
|
return null;
|
|
14090
|
-
if (!Array.isArray(
|
|
14091
|
-
throw new r("enum expects an array",
|
|
14092
|
-
var f = new t(g,
|
|
14093
|
-
return
|
|
14112
|
+
if (!Array.isArray(d.enum))
|
|
14113
|
+
throw new r("enum expects an array", d);
|
|
14114
|
+
var f = new t(g, d, w, S);
|
|
14115
|
+
return d.enum.some(e.deepCompareStrict.bind(null, g)) || f.addError({
|
|
14094
14116
|
name: "enum",
|
|
14095
|
-
argument:
|
|
14096
|
-
message: "is not one of enum values: " +
|
|
14117
|
+
argument: d.enum,
|
|
14118
|
+
message: "is not one of enum values: " + d.enum.map(String).join(",")
|
|
14097
14119
|
}), f;
|
|
14098
|
-
}, a.const = function(g,
|
|
14120
|
+
}, a.const = function(g, d, w, S) {
|
|
14099
14121
|
if (g === void 0)
|
|
14100
14122
|
return null;
|
|
14101
|
-
var f = new t(g,
|
|
14102
|
-
return e.deepCompareStrict(
|
|
14123
|
+
var f = new t(g, d, w, S);
|
|
14124
|
+
return e.deepCompareStrict(d.const, g) || f.addError({
|
|
14103
14125
|
name: "const",
|
|
14104
|
-
argument:
|
|
14105
|
-
message: "does not exactly match expected constant: " +
|
|
14126
|
+
argument: d.const,
|
|
14127
|
+
message: "does not exactly match expected constant: " + d.const
|
|
14106
14128
|
}), f;
|
|
14107
|
-
}, a.not = a.disallow = function(g,
|
|
14129
|
+
}, a.not = a.disallow = function(g, d, w, S) {
|
|
14108
14130
|
var f = this;
|
|
14109
14131
|
if (g === void 0) return null;
|
|
14110
|
-
var b = new t(g,
|
|
14111
|
-
return
|
|
14112
|
-
if (f.testType(g,
|
|
14132
|
+
var b = new t(g, d, w, S), p = d.not || d.disallow;
|
|
14133
|
+
return p ? (Array.isArray(p) || (p = [p]), p.forEach(function(x) {
|
|
14134
|
+
if (f.testType(g, d, w, S, x)) {
|
|
14113
14135
|
var _ = x && (x.$id || x.id), R = _ || x;
|
|
14114
14136
|
b.addError({
|
|
14115
14137
|
name: "not",
|
|
@@ -14137,9 +14159,9 @@ function oc() {
|
|
|
14137
14159
|
y[f] = y[f] ? y[f] + 1 : 0;
|
|
14138
14160
|
return;
|
|
14139
14161
|
}
|
|
14140
|
-
var
|
|
14141
|
-
let w = e.resolveUrl(v,
|
|
14142
|
-
var S =
|
|
14162
|
+
var d = g.$id || g.id;
|
|
14163
|
+
let w = e.resolveUrl(v, d);
|
|
14164
|
+
var S = d ? w : v;
|
|
14143
14165
|
if (S) {
|
|
14144
14166
|
if (S.indexOf("#") < 0 && (S += "#"), h[S]) {
|
|
14145
14167
|
if (!e.deepCompareStrict(h[S], g))
|
|
@@ -14152,68 +14174,68 @@ function oc() {
|
|
|
14152
14174
|
}
|
|
14153
14175
|
function l(v, g) {
|
|
14154
14176
|
if (Array.isArray(g))
|
|
14155
|
-
for (var
|
|
14156
|
-
s(v + "/" +
|
|
14177
|
+
for (var d = 0; d < g.length; d++)
|
|
14178
|
+
s(v + "/" + d, g[d]);
|
|
14157
14179
|
}
|
|
14158
14180
|
function c(v, g) {
|
|
14159
14181
|
if (!(!g || typeof g != "object"))
|
|
14160
|
-
for (var
|
|
14161
|
-
s(v + "/" +
|
|
14182
|
+
for (var d in g)
|
|
14183
|
+
s(v + "/" + d, g[d]);
|
|
14162
14184
|
}
|
|
14163
14185
|
var h = {}, y = {};
|
|
14164
14186
|
return s(o, a), new t(h, y);
|
|
14165
14187
|
}, ja;
|
|
14166
14188
|
}
|
|
14167
14189
|
var Dl, Mg;
|
|
14168
|
-
function
|
|
14190
|
+
function zC() {
|
|
14169
14191
|
if (Mg) return Dl;
|
|
14170
14192
|
Mg = 1;
|
|
14171
|
-
var e =
|
|
14193
|
+
var e = DC(), t = Mn(), r = oc().scan, o = t.ValidatorResult, a = t.ValidatorResultError, s = t.SchemaError, l = t.SchemaContext, c = "/", h = function g() {
|
|
14172
14194
|
this.customFormats = Object.create(g.prototype.customFormats), this.schemas = {}, this.unresolvedRefs = [], this.types = Object.create(v), this.attributes = Object.create(e.validators);
|
|
14173
14195
|
};
|
|
14174
|
-
h.prototype.customFormats = {}, h.prototype.schemas = null, h.prototype.types = null, h.prototype.attributes = null, h.prototype.unresolvedRefs = null, h.prototype.addSchema = function(
|
|
14196
|
+
h.prototype.customFormats = {}, h.prototype.schemas = null, h.prototype.types = null, h.prototype.attributes = null, h.prototype.unresolvedRefs = null, h.prototype.addSchema = function(d, w) {
|
|
14175
14197
|
var S = this;
|
|
14176
|
-
if (!
|
|
14198
|
+
if (!d)
|
|
14177
14199
|
return null;
|
|
14178
|
-
var f = r(w || c,
|
|
14179
|
-
for (var
|
|
14180
|
-
this.schemas[
|
|
14181
|
-
for (var
|
|
14182
|
-
this.unresolvedRefs.push(
|
|
14200
|
+
var f = r(w || c, d), b = w || d.$id || d.id;
|
|
14201
|
+
for (var p in f.id)
|
|
14202
|
+
this.schemas[p] = f.id[p];
|
|
14203
|
+
for (var p in f.ref)
|
|
14204
|
+
this.unresolvedRefs.push(p);
|
|
14183
14205
|
return this.unresolvedRefs = this.unresolvedRefs.filter(function(x) {
|
|
14184
14206
|
return typeof S.schemas[x] > "u";
|
|
14185
14207
|
}), this.schemas[b];
|
|
14186
|
-
}, h.prototype.addSubSchemaArray = function(
|
|
14208
|
+
}, h.prototype.addSubSchemaArray = function(d, w) {
|
|
14187
14209
|
if (Array.isArray(w))
|
|
14188
14210
|
for (var S = 0; S < w.length; S++)
|
|
14189
|
-
this.addSubSchema(
|
|
14190
|
-
}, h.prototype.addSubSchemaObject = function(
|
|
14211
|
+
this.addSubSchema(d, w[S]);
|
|
14212
|
+
}, h.prototype.addSubSchemaObject = function(d, w) {
|
|
14191
14213
|
if (!(!w || typeof w != "object"))
|
|
14192
14214
|
for (var S in w)
|
|
14193
|
-
this.addSubSchema(
|
|
14194
|
-
}, h.prototype.setSchemas = function(
|
|
14195
|
-
this.schemas =
|
|
14196
|
-
}, h.prototype.getSchema = function(
|
|
14197
|
-
return this.schemas[
|
|
14198
|
-
}, h.prototype.validate = function(
|
|
14215
|
+
this.addSubSchema(d, w[S]);
|
|
14216
|
+
}, h.prototype.setSchemas = function(d) {
|
|
14217
|
+
this.schemas = d;
|
|
14218
|
+
}, h.prototype.getSchema = function(d) {
|
|
14219
|
+
return this.schemas[d];
|
|
14220
|
+
}, h.prototype.validate = function(d, w, S, f) {
|
|
14199
14221
|
if (typeof w != "boolean" && typeof w != "object" || w === null)
|
|
14200
14222
|
throw new s("Expected `schema` to be an object or boolean");
|
|
14201
14223
|
S || (S = {});
|
|
14202
14224
|
var b = w.$id || w.id;
|
|
14203
|
-
let
|
|
14225
|
+
let p = t.resolveUrl(S.base, b || "");
|
|
14204
14226
|
if (!f) {
|
|
14205
|
-
f = new l(w, S, [],
|
|
14206
|
-
var x = r(
|
|
14227
|
+
f = new l(w, S, [], p, Object.create(this.schemas)), f.schemas[p] || (f.schemas[p] = w);
|
|
14228
|
+
var x = r(p, w);
|
|
14207
14229
|
for (var _ in x.id) {
|
|
14208
14230
|
var R = x.id[_];
|
|
14209
14231
|
f.schemas[_] = R;
|
|
14210
14232
|
}
|
|
14211
14233
|
}
|
|
14212
|
-
if (S.required &&
|
|
14213
|
-
var A = new o(
|
|
14234
|
+
if (S.required && d === void 0) {
|
|
14235
|
+
var A = new o(d, w, S, f);
|
|
14214
14236
|
return A.addError("is required, but is undefined"), A;
|
|
14215
14237
|
}
|
|
14216
|
-
var A = this.validateSchema(
|
|
14238
|
+
var A = this.validateSchema(d, w, S, f);
|
|
14217
14239
|
if (A) {
|
|
14218
14240
|
if (S.throwAll && A.errors.length)
|
|
14219
14241
|
throw new a(A);
|
|
@@ -14221,104 +14243,104 @@ function DC() {
|
|
|
14221
14243
|
return A;
|
|
14222
14244
|
};
|
|
14223
14245
|
function y(g) {
|
|
14224
|
-
var
|
|
14225
|
-
return typeof
|
|
14246
|
+
var d = typeof g == "string" ? g : g.$ref;
|
|
14247
|
+
return typeof d == "string" ? d : !1;
|
|
14226
14248
|
}
|
|
14227
|
-
h.prototype.validateSchema = function(
|
|
14228
|
-
var b = new o(
|
|
14249
|
+
h.prototype.validateSchema = function(d, w, S, f) {
|
|
14250
|
+
var b = new o(d, w, S, f);
|
|
14229
14251
|
if (typeof w == "boolean")
|
|
14230
14252
|
w === !0 ? w = {} : w === !1 && (w = { type: [] });
|
|
14231
14253
|
else if (!w)
|
|
14232
14254
|
throw new Error("schema is undefined");
|
|
14233
14255
|
if (w.extends)
|
|
14234
14256
|
if (Array.isArray(w.extends)) {
|
|
14235
|
-
var
|
|
14236
|
-
w.extends.forEach(this.schemaTraverser.bind(this,
|
|
14257
|
+
var p = { schema: w, ctx: f };
|
|
14258
|
+
w.extends.forEach(this.schemaTraverser.bind(this, p)), w = p.schema, p.schema = null, p.ctx = null, p = null;
|
|
14237
14259
|
} else
|
|
14238
14260
|
w = t.deepMerge(w, this.superResolve(w.extends, f));
|
|
14239
14261
|
var x = y(w);
|
|
14240
14262
|
if (x) {
|
|
14241
14263
|
var _ = this.resolve(w, x, f), R = new l(_.subschema, S, f.path, _.switchSchema, f.schemas);
|
|
14242
|
-
return this.validateSchema(
|
|
14264
|
+
return this.validateSchema(d, _.subschema, S, R);
|
|
14243
14265
|
}
|
|
14244
14266
|
var A = S && S.skipAttributes || [];
|
|
14245
14267
|
for (var C in w)
|
|
14246
14268
|
if (!e.ignoreProperties[C] && A.indexOf(C) < 0) {
|
|
14247
14269
|
var W = null, L = this.attributes[C];
|
|
14248
14270
|
if (L)
|
|
14249
|
-
W = L.call(this,
|
|
14271
|
+
W = L.call(this, d, w, S, f);
|
|
14250
14272
|
else if (S.allowUnknownAttributes === !1)
|
|
14251
14273
|
throw new s("Unsupported attribute: " + C, w);
|
|
14252
14274
|
W && b.importErrors(W);
|
|
14253
14275
|
}
|
|
14254
14276
|
if (typeof S.rewrite == "function") {
|
|
14255
|
-
var M = S.rewrite.call(this,
|
|
14277
|
+
var M = S.rewrite.call(this, d, w, S, f);
|
|
14256
14278
|
b.instance = M;
|
|
14257
14279
|
}
|
|
14258
14280
|
return b;
|
|
14259
|
-
}, h.prototype.schemaTraverser = function(
|
|
14260
|
-
|
|
14261
|
-
}, h.prototype.superResolve = function(
|
|
14262
|
-
var S = y(
|
|
14263
|
-
return S ? this.resolve(
|
|
14264
|
-
}, h.prototype.resolve = function(
|
|
14281
|
+
}, h.prototype.schemaTraverser = function(d, w) {
|
|
14282
|
+
d.schema = t.deepMerge(d.schema, this.superResolve(w, d.ctx));
|
|
14283
|
+
}, h.prototype.superResolve = function(d, w) {
|
|
14284
|
+
var S = y(d);
|
|
14285
|
+
return S ? this.resolve(d, S, w).subschema : d;
|
|
14286
|
+
}, h.prototype.resolve = function(d, w, S) {
|
|
14265
14287
|
if (w = S.resolve(w), S.schemas[w])
|
|
14266
14288
|
return { subschema: S.schemas[w], switchSchema: w };
|
|
14267
14289
|
let b = new URL(w, "thismessage::/").hash;
|
|
14268
|
-
var
|
|
14269
|
-
if (!
|
|
14270
|
-
throw new s("no such schema <" + w + ">",
|
|
14271
|
-
var x = t.objectGetPath(S.schemas[
|
|
14290
|
+
var p = b && b.length && w.substr(0, w.length - b.length);
|
|
14291
|
+
if (!p || !S.schemas[p])
|
|
14292
|
+
throw new s("no such schema <" + w + ">", d);
|
|
14293
|
+
var x = t.objectGetPath(S.schemas[p], b.substr(1));
|
|
14272
14294
|
if (x === void 0)
|
|
14273
|
-
throw new s("no such schema " + b + " located in <" +
|
|
14295
|
+
throw new s("no such schema " + b + " located in <" + p + ">", d);
|
|
14274
14296
|
return { subschema: x, switchSchema: w };
|
|
14275
|
-
}, h.prototype.testType = function(
|
|
14297
|
+
}, h.prototype.testType = function(d, w, S, f, b) {
|
|
14276
14298
|
if (b !== void 0) {
|
|
14277
14299
|
if (b === null)
|
|
14278
14300
|
throw new s('Unexpected null in "type" keyword');
|
|
14279
14301
|
if (typeof this.types[b] == "function")
|
|
14280
|
-
return this.types[b].call(this,
|
|
14302
|
+
return this.types[b].call(this, d);
|
|
14281
14303
|
if (b && typeof b == "object") {
|
|
14282
|
-
var
|
|
14283
|
-
return
|
|
14304
|
+
var p = this.validateSchema(d, b, S, f);
|
|
14305
|
+
return p === void 0 || !(p && p.errors.length);
|
|
14284
14306
|
}
|
|
14285
14307
|
return !0;
|
|
14286
14308
|
}
|
|
14287
14309
|
};
|
|
14288
14310
|
var v = h.prototype.types = {};
|
|
14289
|
-
return v.string = function(
|
|
14290
|
-
return typeof
|
|
14291
|
-
}, v.number = function(
|
|
14292
|
-
return typeof
|
|
14293
|
-
}, v.integer = function(
|
|
14294
|
-
return typeof
|
|
14295
|
-
}, v.boolean = function(
|
|
14296
|
-
return typeof
|
|
14297
|
-
}, v.array = function(
|
|
14298
|
-
return Array.isArray(
|
|
14299
|
-
}, v.null = function(
|
|
14300
|
-
return
|
|
14301
|
-
}, v.date = function(
|
|
14302
|
-
return
|
|
14303
|
-
}, v.any = function(
|
|
14311
|
+
return v.string = function(d) {
|
|
14312
|
+
return typeof d == "string";
|
|
14313
|
+
}, v.number = function(d) {
|
|
14314
|
+
return typeof d == "number" && isFinite(d);
|
|
14315
|
+
}, v.integer = function(d) {
|
|
14316
|
+
return typeof d == "number" && d % 1 === 0;
|
|
14317
|
+
}, v.boolean = function(d) {
|
|
14318
|
+
return typeof d == "boolean";
|
|
14319
|
+
}, v.array = function(d) {
|
|
14320
|
+
return Array.isArray(d);
|
|
14321
|
+
}, v.null = function(d) {
|
|
14322
|
+
return d === null;
|
|
14323
|
+
}, v.date = function(d) {
|
|
14324
|
+
return d instanceof Date;
|
|
14325
|
+
}, v.any = function(d) {
|
|
14304
14326
|
return !0;
|
|
14305
|
-
}, v.object = function(
|
|
14306
|
-
return
|
|
14327
|
+
}, v.object = function(d) {
|
|
14328
|
+
return d && typeof d == "object" && !Array.isArray(d) && !(d instanceof Date);
|
|
14307
14329
|
}, Dl = h, Dl;
|
|
14308
14330
|
}
|
|
14309
14331
|
var Fg;
|
|
14310
|
-
function
|
|
14332
|
+
function WC() {
|
|
14311
14333
|
if (Fg) return Er;
|
|
14312
14334
|
Fg = 1;
|
|
14313
|
-
var e = Er.Validator =
|
|
14335
|
+
var e = Er.Validator = zC();
|
|
14314
14336
|
return Er.ValidatorResult = Mn().ValidatorResult, Er.ValidatorResultError = Mn().ValidatorResultError, Er.ValidationError = Mn().ValidationError, Er.SchemaError = Mn().SchemaError, Er.SchemaScanResult = oc().SchemaScanResult, Er.scan = oc().scan, Er.validate = function(t, r, o) {
|
|
14315
14337
|
var a = new e();
|
|
14316
14338
|
return a.validate(t, r, o);
|
|
14317
14339
|
}, Er;
|
|
14318
14340
|
}
|
|
14319
|
-
var
|
|
14341
|
+
var BC = WC();
|
|
14320
14342
|
const Dm = (e, t, r) => {
|
|
14321
|
-
const o = e instanceof RegExp ? Ng(e, r) : e, a = t instanceof RegExp ? Ng(t, r) : t, s = o !== null && a != null &&
|
|
14343
|
+
const o = e instanceof RegExp ? Ng(e, r) : e, a = t instanceof RegExp ? Ng(t, r) : t, s = o !== null && a != null && UC(o, a, r);
|
|
14322
14344
|
return s && {
|
|
14323
14345
|
start: s[0],
|
|
14324
14346
|
end: s[1],
|
|
@@ -14329,7 +14351,7 @@ const Dm = (e, t, r) => {
|
|
|
14329
14351
|
}, Ng = (e, t) => {
|
|
14330
14352
|
const r = t.match(e);
|
|
14331
14353
|
return r ? r[0] : null;
|
|
14332
|
-
},
|
|
14354
|
+
}, UC = (e, t, r) => {
|
|
14333
14355
|
let o, a, s, l, c, h = r.indexOf(e), y = r.indexOf(t, h + 1), v = h;
|
|
14334
14356
|
if (h >= 0 && y > 0) {
|
|
14335
14357
|
if (e === t)
|
|
@@ -14347,15 +14369,15 @@ const Dm = (e, t, r) => {
|
|
|
14347
14369
|
o.length && l !== void 0 && (c = [s, l]);
|
|
14348
14370
|
}
|
|
14349
14371
|
return c;
|
|
14350
|
-
}, zm = "\0SLASH" + Math.random() + "\0", Wm = "\0OPEN" + Math.random() + "\0", Wc = "\0CLOSE" + Math.random() + "\0", Bm = "\0COMMA" + Math.random() + "\0", Um = "\0PERIOD" + Math.random() + "\0",
|
|
14372
|
+
}, zm = "\0SLASH" + Math.random() + "\0", Wm = "\0OPEN" + Math.random() + "\0", Wc = "\0CLOSE" + Math.random() + "\0", Bm = "\0COMMA" + Math.random() + "\0", Um = "\0PERIOD" + Math.random() + "\0", HC = new RegExp(zm, "g"), qC = new RegExp(Wm, "g"), jC = new RegExp(Wc, "g"), ZC = new RegExp(Bm, "g"), GC = new RegExp(Um, "g"), KC = /\\\\/g, VC = /\\{/g, YC = /\\}/g, XC = /\\,/g, JC = /\\./g;
|
|
14351
14373
|
function zl(e) {
|
|
14352
14374
|
return isNaN(e) ? e.charCodeAt(0) : parseInt(e, 10);
|
|
14353
14375
|
}
|
|
14354
|
-
function JC(e) {
|
|
14355
|
-
return e.replace(GC, zm).replace(KC, Wm).replace(VC, Wc).replace(YC, Bm).replace(XC, Um);
|
|
14356
|
-
}
|
|
14357
14376
|
function QC(e) {
|
|
14358
|
-
return e.replace(
|
|
14377
|
+
return e.replace(KC, zm).replace(VC, Wm).replace(YC, Wc).replace(XC, Bm).replace(JC, Um);
|
|
14378
|
+
}
|
|
14379
|
+
function e$(e) {
|
|
14380
|
+
return e.replace(HC, "\\").replace(qC, "{").replace(jC, "}").replace(ZC, ",").replace(GC, ".");
|
|
14359
14381
|
}
|
|
14360
14382
|
function Hm(e) {
|
|
14361
14383
|
if (!e)
|
|
@@ -14368,19 +14390,19 @@ function Hm(e) {
|
|
|
14368
14390
|
const c = Hm(s);
|
|
14369
14391
|
return s.length && (l[l.length - 1] += c.shift(), l.push.apply(l, c)), t.push.apply(t, l), t;
|
|
14370
14392
|
}
|
|
14371
|
-
function e$(e) {
|
|
14372
|
-
return e ? (e.slice(0, 2) === "{}" && (e = "\\{\\}" + e.slice(2)), vo(JC(e), !0).map(QC)) : [];
|
|
14373
|
-
}
|
|
14374
14393
|
function t$(e) {
|
|
14375
|
-
return "{"
|
|
14394
|
+
return e ? (e.slice(0, 2) === "{}" && (e = "\\{\\}" + e.slice(2)), vo(QC(e), !0).map(e$)) : [];
|
|
14376
14395
|
}
|
|
14377
14396
|
function r$(e) {
|
|
14397
|
+
return "{" + e + "}";
|
|
14398
|
+
}
|
|
14399
|
+
function n$(e) {
|
|
14378
14400
|
return /^-?0\d/.test(e);
|
|
14379
14401
|
}
|
|
14380
|
-
function
|
|
14402
|
+
function i$(e, t) {
|
|
14381
14403
|
return e <= t;
|
|
14382
14404
|
}
|
|
14383
|
-
function
|
|
14405
|
+
function o$(e, t) {
|
|
14384
14406
|
return e >= t;
|
|
14385
14407
|
}
|
|
14386
14408
|
function vo(e, t) {
|
|
@@ -14400,16 +14422,16 @@ function vo(e, t) {
|
|
|
14400
14422
|
let v;
|
|
14401
14423
|
if (h)
|
|
14402
14424
|
v = o.body.split(/\.\./);
|
|
14403
|
-
else if (v = Hm(o.body), v.length === 1 && v[0] !== void 0 && (v = vo(v[0], !1).map(
|
|
14404
|
-
return s.map((
|
|
14425
|
+
else if (v = Hm(o.body), v.length === 1 && v[0] !== void 0 && (v = vo(v[0], !1).map(r$), v.length === 1))
|
|
14426
|
+
return s.map((d) => o.pre + v[0] + d);
|
|
14405
14427
|
let g;
|
|
14406
14428
|
if (h && v[0] !== void 0 && v[1] !== void 0) {
|
|
14407
|
-
const
|
|
14408
|
-
let f = v.length === 3 && v[2] !== void 0 ? Math.abs(zl(v[2])) : 1, b =
|
|
14409
|
-
w <
|
|
14410
|
-
const x = v.some(
|
|
14429
|
+
const d = zl(v[0]), w = zl(v[1]), S = Math.max(v[0].length, v[1].length);
|
|
14430
|
+
let f = v.length === 3 && v[2] !== void 0 ? Math.abs(zl(v[2])) : 1, b = i$;
|
|
14431
|
+
w < d && (f *= -1, b = o$);
|
|
14432
|
+
const x = v.some(n$);
|
|
14411
14433
|
g = [];
|
|
14412
|
-
for (let _ =
|
|
14434
|
+
for (let _ = d; b(_, w); _ += f) {
|
|
14413
14435
|
let R;
|
|
14414
14436
|
if (c)
|
|
14415
14437
|
R = String.fromCharCode(_), R === "\\" && (R = "");
|
|
@@ -14424,23 +14446,23 @@ function vo(e, t) {
|
|
|
14424
14446
|
}
|
|
14425
14447
|
} else {
|
|
14426
14448
|
g = [];
|
|
14427
|
-
for (let
|
|
14428
|
-
g.push.apply(g, vo(v[
|
|
14449
|
+
for (let d = 0; d < v.length; d++)
|
|
14450
|
+
g.push.apply(g, vo(v[d], !1));
|
|
14429
14451
|
}
|
|
14430
|
-
for (let
|
|
14452
|
+
for (let d = 0; d < g.length; d++)
|
|
14431
14453
|
for (let w = 0; w < s.length; w++) {
|
|
14432
|
-
const S = a + g[
|
|
14454
|
+
const S = a + g[d] + s[w];
|
|
14433
14455
|
(!t || h || S) && r.push(S);
|
|
14434
14456
|
}
|
|
14435
14457
|
}
|
|
14436
14458
|
return r;
|
|
14437
14459
|
}
|
|
14438
|
-
const
|
|
14460
|
+
const a$ = 1024 * 64, ps = (e) => {
|
|
14439
14461
|
if (typeof e != "string")
|
|
14440
14462
|
throw new TypeError("invalid pattern");
|
|
14441
|
-
if (e.length >
|
|
14463
|
+
if (e.length > a$)
|
|
14442
14464
|
throw new TypeError("pattern is too long");
|
|
14443
|
-
},
|
|
14465
|
+
}, s$ = {
|
|
14444
14466
|
"[:alnum:]": ["\\p{L}\\p{Nl}\\p{Nd}", !0],
|
|
14445
14467
|
"[:alpha:]": ["\\p{L}\\p{Nl}", !0],
|
|
14446
14468
|
"[:ascii:]": ["\\x00-\\x7f", !1],
|
|
@@ -14455,7 +14477,7 @@ const o$ = 1024 * 64, ps = (e) => {
|
|
|
14455
14477
|
"[:upper:]": ["\\p{Lu}", !0],
|
|
14456
14478
|
"[:word:]": ["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}", !0],
|
|
14457
14479
|
"[:xdigit:]": ["A-Fa-f0-9", !1]
|
|
14458
|
-
}, co = (e) => e.replace(/[[\]\\-]/g, "\\$&"),
|
|
14480
|
+
}, co = (e) => e.replace(/[[\]\\-]/g, "\\$&"), u$ = (e) => e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), Dg = (e) => e.join(""), l$ = (e, t) => {
|
|
14459
14481
|
const r = t;
|
|
14460
14482
|
if (e.charAt(r) !== "[")
|
|
14461
14483
|
throw new Error("not in a brace expression");
|
|
@@ -14476,11 +14498,11 @@ const o$ = 1024 * 64, ps = (e) => {
|
|
|
14476
14498
|
continue;
|
|
14477
14499
|
}
|
|
14478
14500
|
if (f === "[" && !h) {
|
|
14479
|
-
for (const [b, [
|
|
14501
|
+
for (const [b, [p, x, _]] of Object.entries(s$))
|
|
14480
14502
|
if (e.startsWith(b, s)) {
|
|
14481
14503
|
if (g)
|
|
14482
14504
|
return ["$.", !1, e.length - r, !0];
|
|
14483
|
-
s += b.length, _ ? a.push(
|
|
14505
|
+
s += b.length, _ ? a.push(p) : o.push(p), c = c || x;
|
|
14484
14506
|
continue e;
|
|
14485
14507
|
}
|
|
14486
14508
|
}
|
|
@@ -14504,11 +14526,11 @@ const o$ = 1024 * 64, ps = (e) => {
|
|
|
14504
14526
|
return ["$.", !1, e.length - r, !0];
|
|
14505
14527
|
if (a.length === 0 && o.length === 1 && /^\\?.$/.test(o[0]) && !y) {
|
|
14506
14528
|
const f = o[0].length === 2 ? o[0].slice(-1) : o[0];
|
|
14507
|
-
return [
|
|
14529
|
+
return [u$(f), !1, v - r, !1];
|
|
14508
14530
|
}
|
|
14509
|
-
const
|
|
14510
|
-
return [o.length && a.length ? "(" +
|
|
14511
|
-
}, mo = (e, { windowsPathsNoEscape: t = !1 } = {}) => t ? e.replace(/\[([^\/\\])\]/g, "$1") : e.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1"),
|
|
14531
|
+
const d = "[" + (y ? "^" : "") + Dg(o) + "]", w = "[" + (y ? "" : "^") + Dg(a) + "]";
|
|
14532
|
+
return [o.length && a.length ? "(" + d + "|" + w + ")" : o.length ? d : w, c, v - r, !0];
|
|
14533
|
+
}, mo = (e, { windowsPathsNoEscape: t = !1 } = {}) => t ? e.replace(/\[([^\/\\])\]/g, "$1") : e.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1"), c$ = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]), zg = (e) => c$.has(e), f$ = "(?!(?:^|/)\\.\\.?(?:$|/))", Za = "(?!\\.)", d$ = /* @__PURE__ */ new Set(["[", "."]), p$ = /* @__PURE__ */ new Set(["..", "."]), h$ = new Set("().*{}+?[]^$\\!"), g$ = (e) => e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), Bc = "[^/]", Wg = Bc + "*?", Bg = Bc + "+?";
|
|
14512
14534
|
var at, dt, Zr, qe, tt, hn, Fn, gn, Ar, Nn, Ro, Hn, qm, mn, ts, ac, jm;
|
|
14513
14535
|
const Pt = class Pt {
|
|
14514
14536
|
constructor(t, r, o = {}) {
|
|
@@ -14687,22 +14709,22 @@ const Pt = class Pt {
|
|
|
14687
14709
|
if (te(this, at) === this && $e(this, Hn, qm).call(this), !this.type) {
|
|
14688
14710
|
const y = this.isStart() && this.isEnd(), v = te(this, qe).map((S) => {
|
|
14689
14711
|
var _;
|
|
14690
|
-
const [f, b,
|
|
14691
|
-
return Xe(this, dt, te(this, dt) ||
|
|
14712
|
+
const [f, b, p, x] = typeof S == "string" ? $e(_ = Pt, mn, jm).call(_, S, te(this, dt), y) : S.toRegExpSource(t);
|
|
14713
|
+
return Xe(this, dt, te(this, dt) || p), Xe(this, Zr, te(this, Zr) || x), f;
|
|
14692
14714
|
}).join("");
|
|
14693
14715
|
let g = "";
|
|
14694
|
-
if (this.isStart() && typeof te(this, qe)[0] == "string" && !(te(this, qe).length === 1 &&
|
|
14695
|
-
const f =
|
|
14716
|
+
if (this.isStart() && typeof te(this, qe)[0] == "string" && !(te(this, qe).length === 1 && p$.has(te(this, qe)[0]))) {
|
|
14717
|
+
const f = d$, b = (
|
|
14696
14718
|
// dots are allowed, and the pattern starts with [ or .
|
|
14697
14719
|
r && f.has(v.charAt(0)) || // the pattern starts with \., and then [ or .
|
|
14698
14720
|
v.startsWith("\\.") && f.has(v.charAt(2)) || // the pattern starts with \.\., and then [ or .
|
|
14699
14721
|
v.startsWith("\\.\\.") && f.has(v.charAt(4))
|
|
14700
|
-
),
|
|
14701
|
-
g = b ?
|
|
14722
|
+
), p = !r && !t && f.has(v.charAt(0));
|
|
14723
|
+
g = b ? f$ : p ? Za : "";
|
|
14702
14724
|
}
|
|
14703
|
-
let
|
|
14704
|
-
return this.isEnd() && te(te(this, at), gn) && ((h = te(this, tt)) == null ? void 0 : h.type) === "!" && (
|
|
14705
|
-
g + v +
|
|
14725
|
+
let d = "";
|
|
14726
|
+
return this.isEnd() && te(te(this, at), gn) && ((h = te(this, tt)) == null ? void 0 : h.type) === "!" && (d = "(?:$|\\/)"), [
|
|
14727
|
+
g + v + d,
|
|
14706
14728
|
mo(v),
|
|
14707
14729
|
Xe(this, dt, !!te(this, dt)),
|
|
14708
14730
|
te(this, Zr)
|
|
@@ -14762,57 +14784,57 @@ at = new WeakMap(), dt = new WeakMap(), Zr = new WeakMap(), qe = new WeakMap(),
|
|
|
14762
14784
|
if (r.type === null) {
|
|
14763
14785
|
let f = o, b = "";
|
|
14764
14786
|
for (; f < t.length; ) {
|
|
14765
|
-
const
|
|
14766
|
-
if (s ||
|
|
14767
|
-
s = !s, b +=
|
|
14787
|
+
const p = t.charAt(f++);
|
|
14788
|
+
if (s || p === "\\") {
|
|
14789
|
+
s = !s, b += p;
|
|
14768
14790
|
continue;
|
|
14769
14791
|
}
|
|
14770
14792
|
if (l) {
|
|
14771
|
-
f === c + 1 ? (
|
|
14793
|
+
f === c + 1 ? (p === "^" || p === "!") && (h = !0) : p === "]" && !(f === c + 2 && h) && (l = !1), b += p;
|
|
14772
14794
|
continue;
|
|
14773
|
-
} else if (
|
|
14774
|
-
l = !0, c = f, h = !1, b +=
|
|
14795
|
+
} else if (p === "[") {
|
|
14796
|
+
l = !0, c = f, h = !1, b += p;
|
|
14775
14797
|
continue;
|
|
14776
14798
|
}
|
|
14777
|
-
if (!a.noext && zg(
|
|
14799
|
+
if (!a.noext && zg(p) && t.charAt(f) === "(") {
|
|
14778
14800
|
r.push(b), b = "";
|
|
14779
|
-
const x = new Pt(
|
|
14801
|
+
const x = new Pt(p, r);
|
|
14780
14802
|
f = $e(w = Pt, mn, ts).call(w, t, x, f, a), r.push(x);
|
|
14781
14803
|
continue;
|
|
14782
14804
|
}
|
|
14783
|
-
b +=
|
|
14805
|
+
b += p;
|
|
14784
14806
|
}
|
|
14785
14807
|
return r.push(b), f;
|
|
14786
14808
|
}
|
|
14787
14809
|
let y = o + 1, v = new Pt(null, r);
|
|
14788
14810
|
const g = [];
|
|
14789
|
-
let
|
|
14811
|
+
let d = "";
|
|
14790
14812
|
for (; y < t.length; ) {
|
|
14791
14813
|
const f = t.charAt(y++);
|
|
14792
14814
|
if (s || f === "\\") {
|
|
14793
|
-
s = !s,
|
|
14815
|
+
s = !s, d += f;
|
|
14794
14816
|
continue;
|
|
14795
14817
|
}
|
|
14796
14818
|
if (l) {
|
|
14797
|
-
y === c + 1 ? (f === "^" || f === "!") && (h = !0) : f === "]" && !(y === c + 2 && h) && (l = !1),
|
|
14819
|
+
y === c + 1 ? (f === "^" || f === "!") && (h = !0) : f === "]" && !(y === c + 2 && h) && (l = !1), d += f;
|
|
14798
14820
|
continue;
|
|
14799
14821
|
} else if (f === "[") {
|
|
14800
|
-
l = !0, c = y, h = !1,
|
|
14822
|
+
l = !0, c = y, h = !1, d += f;
|
|
14801
14823
|
continue;
|
|
14802
14824
|
}
|
|
14803
14825
|
if (zg(f) && t.charAt(y) === "(") {
|
|
14804
|
-
v.push(
|
|
14826
|
+
v.push(d), d = "";
|
|
14805
14827
|
const b = new Pt(f, v);
|
|
14806
14828
|
v.push(b), y = $e(S = Pt, mn, ts).call(S, t, b, y, a);
|
|
14807
14829
|
continue;
|
|
14808
14830
|
}
|
|
14809
14831
|
if (f === "|") {
|
|
14810
|
-
v.push(
|
|
14832
|
+
v.push(d), d = "", g.push(v), v = new Pt(null, r);
|
|
14811
14833
|
continue;
|
|
14812
14834
|
}
|
|
14813
14835
|
if (f === ")")
|
|
14814
|
-
return
|
|
14815
|
-
|
|
14836
|
+
return d === "" && te(r, qe).length === 0 && Xe(r, Ro, !0), v.push(d), d = "", r.push(...g, v), y;
|
|
14837
|
+
d += f;
|
|
14816
14838
|
}
|
|
14817
14839
|
return r.type = null, Xe(r, dt, void 0), Xe(r, qe, [t.substring(o - 1)]), y;
|
|
14818
14840
|
}, ac = function(t) {
|
|
@@ -14827,7 +14849,7 @@ at = new WeakMap(), dt = new WeakMap(), Zr = new WeakMap(), qe = new WeakMap(),
|
|
|
14827
14849
|
for (let c = 0; c < t.length; c++) {
|
|
14828
14850
|
const h = t.charAt(c);
|
|
14829
14851
|
if (a) {
|
|
14830
|
-
a = !1, s += (
|
|
14852
|
+
a = !1, s += (h$.has(h) ? "\\" : "") + h;
|
|
14831
14853
|
continue;
|
|
14832
14854
|
}
|
|
14833
14855
|
if (h === "\\") {
|
|
@@ -14835,9 +14857,9 @@ at = new WeakMap(), dt = new WeakMap(), Zr = new WeakMap(), qe = new WeakMap(),
|
|
|
14835
14857
|
continue;
|
|
14836
14858
|
}
|
|
14837
14859
|
if (h === "[") {
|
|
14838
|
-
const [y, v, g,
|
|
14860
|
+
const [y, v, g, d] = l$(t, c);
|
|
14839
14861
|
if (g) {
|
|
14840
|
-
s += y, l = l || v, c += g - 1, r = r ||
|
|
14862
|
+
s += y, l = l || v, c += g - 1, r = r || d;
|
|
14841
14863
|
continue;
|
|
14842
14864
|
}
|
|
14843
14865
|
}
|
|
@@ -14849,21 +14871,21 @@ at = new WeakMap(), dt = new WeakMap(), Zr = new WeakMap(), qe = new WeakMap(),
|
|
|
14849
14871
|
s += Bc, r = !0;
|
|
14850
14872
|
continue;
|
|
14851
14873
|
}
|
|
14852
|
-
s +=
|
|
14874
|
+
s += g$(h);
|
|
14853
14875
|
}
|
|
14854
14876
|
return [s, mo(t), !!r, l];
|
|
14855
14877
|
}, xt(Pt, mn);
|
|
14856
14878
|
let hs = Pt;
|
|
14857
|
-
const
|
|
14879
|
+
const v$ = (e, { windowsPathsNoEscape: t = !1 } = {}) => t ? e.replace(/[?*()[\]]/g, "[$&]") : e.replace(/[?*()[\]\\]/g, "\\$&"), Ot = (e, t, r = {}) => (ps(t), !r.nocomment && t.charAt(0) === "#" ? !1 : new Ps(t, r).match(e)), m$ = /^\*+([^+@!?\*\[\(]*)$/, y$ = (e) => (t) => !t.startsWith(".") && t.endsWith(e), w$ = (e) => (t) => t.endsWith(e), b$ = (e) => (e = e.toLowerCase(), (t) => !t.startsWith(".") && t.toLowerCase().endsWith(e)), S$ = (e) => (e = e.toLowerCase(), (t) => t.toLowerCase().endsWith(e)), x$ = /^\*+\.\*+$/, _$ = (e) => !e.startsWith(".") && e.includes("."), E$ = (e) => e !== "." && e !== ".." && e.includes("."), O$ = /^\.\*+$/, A$ = (e) => e !== "." && e !== ".." && e.startsWith("."), T$ = /^\*+$/, R$ = (e) => e.length !== 0 && !e.startsWith("."), P$ = (e) => e.length !== 0 && e !== "." && e !== "..", k$ = /^\?+([^+@!?\*\[\(]*)?$/, C$ = ([e, t = ""]) => {
|
|
14858
14880
|
const r = Zm([e]);
|
|
14859
14881
|
return t ? (t = t.toLowerCase(), (o) => r(o) && o.toLowerCase().endsWith(t)) : r;
|
|
14860
|
-
},
|
|
14882
|
+
}, $$ = ([e, t = ""]) => {
|
|
14861
14883
|
const r = Gm([e]);
|
|
14862
14884
|
return t ? (t = t.toLowerCase(), (o) => r(o) && o.toLowerCase().endsWith(t)) : r;
|
|
14863
|
-
},
|
|
14885
|
+
}, I$ = ([e, t = ""]) => {
|
|
14864
14886
|
const r = Gm([e]);
|
|
14865
14887
|
return t ? (o) => r(o) && o.endsWith(t) : r;
|
|
14866
|
-
},
|
|
14888
|
+
}, L$ = ([e, t = ""]) => {
|
|
14867
14889
|
const r = Zm([e]);
|
|
14868
14890
|
return t ? (o) => r(o) && o.endsWith(t) : r;
|
|
14869
14891
|
}, Zm = ([e]) => {
|
|
@@ -14875,13 +14897,13 @@ const g$ = (e, { windowsPathsNoEscape: t = !1 } = {}) => t ? e.replace(/[?*()[\]
|
|
|
14875
14897
|
}, Km = typeof process == "object" && process ? typeof process.env == "object" && process.env && process.env.__MINIMATCH_TESTING_PLATFORM__ || process.platform : "posix", Ug = {
|
|
14876
14898
|
win32: { sep: "\\" },
|
|
14877
14899
|
posix: { sep: "/" }
|
|
14878
|
-
},
|
|
14879
|
-
Ot.sep =
|
|
14900
|
+
}, M$ = Km === "win32" ? Ug.win32.sep : Ug.posix.sep;
|
|
14901
|
+
Ot.sep = M$;
|
|
14880
14902
|
const rr = Symbol("globstar **");
|
|
14881
14903
|
Ot.GLOBSTAR = rr;
|
|
14882
|
-
const
|
|
14883
|
-
Ot.filter =
|
|
14884
|
-
const tr = (e, t = {}) => Object.assign({}, e, t),
|
|
14904
|
+
const F$ = "[^/]", N$ = F$ + "*?", D$ = "(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?", z$ = "(?:(?!(?:\\/|^)\\.).)*?", W$ = (e, t = {}) => (r) => Ot(r, e, t);
|
|
14905
|
+
Ot.filter = W$;
|
|
14906
|
+
const tr = (e, t = {}) => Object.assign({}, e, t), B$ = (e) => {
|
|
14885
14907
|
if (!e || typeof e != "object" || !Object.keys(e).length)
|
|
14886
14908
|
return Ot;
|
|
14887
14909
|
const t = Ot;
|
|
@@ -14915,17 +14937,17 @@ const tr = (e, t = {}) => Object.assign({}, e, t), W$ = (e) => {
|
|
|
14915
14937
|
GLOBSTAR: rr
|
|
14916
14938
|
});
|
|
14917
14939
|
};
|
|
14918
|
-
Ot.defaults =
|
|
14919
|
-
const Vm = (e, t = {}) => (ps(e), t.nobrace || !/\{(?:(?!\{).)*\}/.test(e) ? [e] :
|
|
14940
|
+
Ot.defaults = B$;
|
|
14941
|
+
const Vm = (e, t = {}) => (ps(e), t.nobrace || !/\{(?:(?!\{).)*\}/.test(e) ? [e] : t$(e));
|
|
14920
14942
|
Ot.braceExpand = Vm;
|
|
14921
|
-
const
|
|
14922
|
-
Ot.makeRe =
|
|
14923
|
-
const
|
|
14943
|
+
const U$ = (e, t = {}) => new Ps(e, t).makeRe();
|
|
14944
|
+
Ot.makeRe = U$;
|
|
14945
|
+
const H$ = (e, t, r = {}) => {
|
|
14924
14946
|
const o = new Ps(t, r);
|
|
14925
14947
|
return e = e.filter((a) => o.match(a)), o.options.nonull && !e.length && e.push(t), e;
|
|
14926
14948
|
};
|
|
14927
|
-
Ot.match =
|
|
14928
|
-
const Hg = /[?*]|[+@!]\(.*?\)|\[|\]/,
|
|
14949
|
+
Ot.match = H$;
|
|
14950
|
+
const Hg = /[?*]|[+@!]\(.*?\)|\[|\]/, q$ = (e) => e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
|
|
14929
14951
|
class Ps {
|
|
14930
14952
|
constructor(t, r = {}) {
|
|
14931
14953
|
ve(this, "options");
|
|
@@ -15153,7 +15175,7 @@ class Ps {
|
|
|
15153
15175
|
matchOne(t, r, o = !1) {
|
|
15154
15176
|
const a = this.options;
|
|
15155
15177
|
if (this.isWindows) {
|
|
15156
|
-
const f = typeof t[0] == "string" && /^[a-z]:$/i.test(t[0]), b = !f && t[0] === "" && t[1] === "" && t[2] === "?" && /^[a-z]:$/i.test(t[3]),
|
|
15178
|
+
const f = typeof t[0] == "string" && /^[a-z]:$/i.test(t[0]), b = !f && t[0] === "" && t[1] === "" && t[2] === "?" && /^[a-z]:$/i.test(t[3]), p = typeof r[0] == "string" && /^[a-z]:$/i.test(r[0]), x = !p && r[0] === "" && r[1] === "" && r[2] === "?" && typeof r[3] == "string" && /^[a-z]:$/i.test(r[3]), _ = b ? 3 : f ? 0 : void 0, R = x ? 3 : p ? 0 : void 0;
|
|
15157
15179
|
if (typeof _ == "number" && typeof R == "number") {
|
|
15158
15180
|
const [A, C] = [t[_], r[R]];
|
|
15159
15181
|
A.toLowerCase() === C.toLowerCase() && (r[R] = A, R > _ ? r = r.slice(R) : _ > R && (t = t.slice(_)));
|
|
@@ -15168,26 +15190,26 @@ class Ps {
|
|
|
15168
15190
|
return !1;
|
|
15169
15191
|
if (v === rr) {
|
|
15170
15192
|
this.debug("GLOBSTAR", [r, v, g]);
|
|
15171
|
-
var
|
|
15193
|
+
var d = l, w = c + 1;
|
|
15172
15194
|
if (w === y) {
|
|
15173
15195
|
for (this.debug("** at the end"); l < h; l++)
|
|
15174
15196
|
if (t[l] === "." || t[l] === ".." || !a.dot && t[l].charAt(0) === ".")
|
|
15175
15197
|
return !1;
|
|
15176
15198
|
return !0;
|
|
15177
15199
|
}
|
|
15178
|
-
for (;
|
|
15179
|
-
var S = t[
|
|
15200
|
+
for (; d < h; ) {
|
|
15201
|
+
var S = t[d];
|
|
15180
15202
|
if (this.debug(`
|
|
15181
|
-
globstar while`, t,
|
|
15182
|
-
return this.debug("globstar found match!",
|
|
15203
|
+
globstar while`, t, d, r, w, S), this.matchOne(t.slice(d), r.slice(w), o))
|
|
15204
|
+
return this.debug("globstar found match!", d, h, S), !0;
|
|
15183
15205
|
if (S === "." || S === ".." || !a.dot && S.charAt(0) === ".") {
|
|
15184
|
-
this.debug("dot detected!", t,
|
|
15206
|
+
this.debug("dot detected!", t, d, r, w);
|
|
15185
15207
|
break;
|
|
15186
15208
|
}
|
|
15187
|
-
this.debug("globstar swallow a segment, and continue"),
|
|
15209
|
+
this.debug("globstar swallow a segment, and continue"), d++;
|
|
15188
15210
|
}
|
|
15189
15211
|
return !!(o && (this.debug(`
|
|
15190
|
-
>>> no match, partial?`, t,
|
|
15212
|
+
>>> no match, partial?`, t, d, r, w), d === h));
|
|
15191
15213
|
}
|
|
15192
15214
|
let f;
|
|
15193
15215
|
if (typeof v == "string" ? (f = g === v, this.debug("string match", v, g, f)) : (f = v.test(g), this.debug("pattern match", v, g, f)), !f)
|
|
@@ -15212,7 +15234,7 @@ globstar while`, t, p, r, w, S), this.matchOne(t.slice(p), r.slice(w), o))
|
|
|
15212
15234
|
if (t === "")
|
|
15213
15235
|
return "";
|
|
15214
15236
|
let o, a = null;
|
|
15215
|
-
(o = t.match(
|
|
15237
|
+
(o = t.match(T$)) ? a = r.dot ? P$ : R$ : (o = t.match(m$)) ? a = (r.nocase ? r.dot ? S$ : b$ : r.dot ? w$ : y$)(o[1]) : (o = t.match(k$)) ? a = (r.nocase ? r.dot ? $$ : C$ : r.dot ? I$ : L$)(o) : (o = t.match(x$)) ? a = r.dot ? E$ : _$ : (o = t.match(O$)) && (a = A$);
|
|
15216
15238
|
const s = hs.fromGlob(t, this.options).toMMPattern();
|
|
15217
15239
|
return a && typeof s == "object" && Reflect.defineProperty(s, "test", { value: a }), s;
|
|
15218
15240
|
}
|
|
@@ -15222,17 +15244,17 @@ globstar while`, t, p, r, w, S), this.matchOne(t.slice(p), r.slice(w), o))
|
|
|
15222
15244
|
const t = this.set;
|
|
15223
15245
|
if (!t.length)
|
|
15224
15246
|
return this.regexp = !1, this.regexp;
|
|
15225
|
-
const r = this.options, o = r.noglobstar ?
|
|
15247
|
+
const r = this.options, o = r.noglobstar ? N$ : r.dot ? D$ : z$, a = new Set(r.nocase ? ["i"] : []);
|
|
15226
15248
|
let s = t.map((h) => {
|
|
15227
15249
|
const y = h.map((v) => {
|
|
15228
15250
|
if (v instanceof RegExp)
|
|
15229
15251
|
for (const g of v.flags.split(""))
|
|
15230
15252
|
a.add(g);
|
|
15231
|
-
return typeof v == "string" ?
|
|
15253
|
+
return typeof v == "string" ? q$(v) : v === rr ? rr : v._src;
|
|
15232
15254
|
});
|
|
15233
15255
|
return y.forEach((v, g) => {
|
|
15234
|
-
const
|
|
15235
|
-
v !== rr || w === rr || (w === void 0 ?
|
|
15256
|
+
const d = y[g + 1], w = y[g - 1];
|
|
15257
|
+
v !== rr || w === rr || (w === void 0 ? d !== void 0 && d !== rr ? y[g + 1] = "(?:\\/|" + o + "\\/)?" + d : y[g] = o : d === void 0 ? y[g - 1] = w + "(?:\\/|" + o + ")?" : d !== rr && (y[g - 1] = w + "(?:\\/|\\/" + o + "\\/)" + d, y[g + 1] = rr));
|
|
15236
15258
|
}), y.filter((v) => v !== rr).join("/");
|
|
15237
15259
|
}).join("|");
|
|
15238
15260
|
const [l, c] = t.length > 1 ? ["(?:", ")"] : ["", ""];
|
|
@@ -15278,9 +15300,9 @@ globstar while`, t, p, r, w, S), this.matchOne(t.slice(p), r.slice(w), o))
|
|
|
15278
15300
|
}
|
|
15279
15301
|
Ot.AST = hs;
|
|
15280
15302
|
Ot.Minimatch = Ps;
|
|
15281
|
-
Ot.escape =
|
|
15303
|
+
Ot.escape = v$;
|
|
15282
15304
|
Ot.unescape = mo;
|
|
15283
|
-
const Ym = "/$shared",
|
|
15305
|
+
const Ym = "/$shared", j$ = {
|
|
15284
15306
|
"**/saved_conditions.json": {
|
|
15285
15307
|
parser: "json",
|
|
15286
15308
|
content: {
|
|
@@ -15360,7 +15382,7 @@ const Ym = "/$shared", q$ = {
|
|
|
15360
15382
|
}
|
|
15361
15383
|
};
|
|
15362
15384
|
function Xm(e) {
|
|
15363
|
-
const t = Object.entries(
|
|
15385
|
+
const t = Object.entries(j$).find(
|
|
15364
15386
|
([r]) => Ot(e, r)
|
|
15365
15387
|
);
|
|
15366
15388
|
return t == null ? void 0 : t[1];
|
|
@@ -15402,12 +15424,12 @@ function ks({
|
|
|
15402
15424
|
} catch {
|
|
15403
15425
|
throw new Error("Cannot parse");
|
|
15404
15426
|
}
|
|
15405
|
-
if (a.schema && !new
|
|
15427
|
+
if (a.schema && !new BC.Validator().validate(s, a.schema).valid)
|
|
15406
15428
|
throw new Error("Invalid Schema");
|
|
15407
15429
|
return s;
|
|
15408
15430
|
}).catch((o) => {
|
|
15409
|
-
if (
|
|
15410
|
-
const a =
|
|
15431
|
+
if (Z$(o) && t) {
|
|
15432
|
+
const a = G$(o, e);
|
|
15411
15433
|
vC.next({
|
|
15412
15434
|
message: a,
|
|
15413
15435
|
kind: "warning"
|
|
@@ -15416,11 +15438,11 @@ function ks({
|
|
|
15416
15438
|
throw o;
|
|
15417
15439
|
});
|
|
15418
15440
|
}
|
|
15419
|
-
function
|
|
15441
|
+
function Z$(e) {
|
|
15420
15442
|
var t;
|
|
15421
15443
|
return ((t = e == null ? void 0 : e.response) == null ? void 0 : t.status) === 404 || (e == null ? void 0 : e.message) === "Invalid Schema" || (e == null ? void 0 : e.message) === "Cannot parse" || (e == null ? void 0 : e.name) === "SyntaxError";
|
|
15422
15444
|
}
|
|
15423
|
-
function
|
|
15445
|
+
function G$(e, t) {
|
|
15424
15446
|
var r;
|
|
15425
15447
|
switch (!0) {
|
|
15426
15448
|
case ((e == null ? void 0 : e.message) === "Cannot parse " || (e == null ? void 0 : e.name) === "SyntaxError"):
|
|
@@ -15433,7 +15455,7 @@ function Z$(e, t) {
|
|
|
15433
15455
|
return e == null ? void 0 : e.message;
|
|
15434
15456
|
}
|
|
15435
15457
|
}
|
|
15436
|
-
function
|
|
15458
|
+
function _L(e) {
|
|
15437
15459
|
return Ne(Rs, {
|
|
15438
15460
|
method: "POST",
|
|
15439
15461
|
body: JSON.stringify(e),
|
|
@@ -15442,7 +15464,7 @@ function x2(e) {
|
|
|
15442
15464
|
})
|
|
15443
15465
|
});
|
|
15444
15466
|
}
|
|
15445
|
-
function
|
|
15467
|
+
function EL(e) {
|
|
15446
15468
|
return Ne(Rs, {
|
|
15447
15469
|
method: "POST",
|
|
15448
15470
|
body: JSON.stringify(e),
|
|
@@ -15451,7 +15473,7 @@ function _2(e) {
|
|
|
15451
15473
|
})
|
|
15452
15474
|
});
|
|
15453
15475
|
}
|
|
15454
|
-
const
|
|
15476
|
+
const K$ = () => {
|
|
15455
15477
|
const { host: e, protocol: t } = window.location, r = t === "https:";
|
|
15456
15478
|
return {
|
|
15457
15479
|
projectOpened: !1,
|
|
@@ -15466,7 +15488,7 @@ const G$ = () => {
|
|
|
15466
15488
|
isRestActive: !0
|
|
15467
15489
|
};
|
|
15468
15490
|
};
|
|
15469
|
-
async function
|
|
15491
|
+
async function OL() {
|
|
15470
15492
|
const { hostname: e, host: t, protocol: r } = window.location, o = r === "https:";
|
|
15471
15493
|
try {
|
|
15472
15494
|
const a = await Ne(lt, {
|
|
@@ -15496,10 +15518,10 @@ async function E2() {
|
|
|
15496
15518
|
isRestActive: a.isRESTActive
|
|
15497
15519
|
};
|
|
15498
15520
|
} catch (a) {
|
|
15499
|
-
return console.error(a),
|
|
15521
|
+
return console.error(a), K$();
|
|
15500
15522
|
}
|
|
15501
15523
|
}
|
|
15502
|
-
async function
|
|
15524
|
+
async function V$(e) {
|
|
15503
15525
|
return await Ne(lt, {
|
|
15504
15526
|
method: "POST",
|
|
15505
15527
|
body: JSON.stringify(e),
|
|
@@ -15508,10 +15530,10 @@ async function K$(e) {
|
|
|
15508
15530
|
})
|
|
15509
15531
|
});
|
|
15510
15532
|
}
|
|
15511
|
-
async function
|
|
15533
|
+
async function AL(...e) {
|
|
15512
15534
|
return (await Promise.all(
|
|
15513
15535
|
e.map(
|
|
15514
|
-
(o) =>
|
|
15536
|
+
(o) => V$({
|
|
15515
15537
|
root: o,
|
|
15516
15538
|
verb: Kn.GET_FOLDER
|
|
15517
15539
|
})
|
|
@@ -15525,7 +15547,7 @@ async function O2(...e) {
|
|
|
15525
15547
|
}))
|
|
15526
15548
|
).flat();
|
|
15527
15549
|
}
|
|
15528
|
-
function
|
|
15550
|
+
function TL(e, t = {}) {
|
|
15529
15551
|
const { sanitize: r = !0 } = t;
|
|
15530
15552
|
return Ne(`/rest/$getWebForm/${e}`, {
|
|
15531
15553
|
method: "GET"
|
|
@@ -15547,9 +15569,9 @@ function A2(e, t = {}) {
|
|
|
15547
15569
|
}).reduce((s, [l, c, h]) => {
|
|
15548
15570
|
var y;
|
|
15549
15571
|
return c.nodes && (c.nodes = c.nodes.map((v) => a.get(v) || v)), c.linkedNodes && (c.linkedNodes = rt.entries(c.linkedNodes).reduce(
|
|
15550
|
-
(v, [g,
|
|
15572
|
+
(v, [g, d]) => ({
|
|
15551
15573
|
...v,
|
|
15552
|
-
[g]: a.get(
|
|
15574
|
+
[g]: a.get(d) || d
|
|
15553
15575
|
}),
|
|
15554
15576
|
{}
|
|
15555
15577
|
)), (y = c.props) != null && y.events && (c.props.events = c.props.events.map(
|
|
@@ -15568,7 +15590,7 @@ function A2(e, t = {}) {
|
|
|
15568
15590
|
};
|
|
15569
15591
|
});
|
|
15570
15592
|
}
|
|
15571
|
-
function
|
|
15593
|
+
function RL(e) {
|
|
15572
15594
|
return Ne(lt, {
|
|
15573
15595
|
method: "POST",
|
|
15574
15596
|
headers: new Headers({
|
|
@@ -15582,7 +15604,7 @@ function T2(e) {
|
|
|
15582
15604
|
) ? zc(t.content) : t.content
|
|
15583
15605
|
}));
|
|
15584
15606
|
}
|
|
15585
|
-
function
|
|
15607
|
+
function PL(e) {
|
|
15586
15608
|
return e.type === "folder" ? Ne(Rs, {
|
|
15587
15609
|
method: "POST",
|
|
15588
15610
|
body: JSON.stringify(e),
|
|
@@ -15597,7 +15619,7 @@ function R2(e) {
|
|
|
15597
15619
|
})
|
|
15598
15620
|
});
|
|
15599
15621
|
}
|
|
15600
|
-
async function
|
|
15622
|
+
async function kL(e) {
|
|
15601
15623
|
return e.type === "folder" ? (await Ne(Rs, {
|
|
15602
15624
|
method: "POST",
|
|
15603
15625
|
body: JSON.stringify(e),
|
|
@@ -15612,7 +15634,7 @@ async function P2(e) {
|
|
|
15612
15634
|
})
|
|
15613
15635
|
})).deleted;
|
|
15614
15636
|
}
|
|
15615
|
-
function
|
|
15637
|
+
function CL(e) {
|
|
15616
15638
|
return Ne(lt, {
|
|
15617
15639
|
method: "POST",
|
|
15618
15640
|
body: JSON.stringify(e),
|
|
@@ -15621,7 +15643,7 @@ function k2(e) {
|
|
|
15621
15643
|
})
|
|
15622
15644
|
});
|
|
15623
15645
|
}
|
|
15624
|
-
function
|
|
15646
|
+
function $L(e) {
|
|
15625
15647
|
return Ne(lt, {
|
|
15626
15648
|
method: "POST",
|
|
15627
15649
|
body: JSON.stringify(e),
|
|
@@ -15630,7 +15652,7 @@ function C2(e) {
|
|
|
15630
15652
|
})
|
|
15631
15653
|
});
|
|
15632
15654
|
}
|
|
15633
|
-
async function
|
|
15655
|
+
async function IL(e) {
|
|
15634
15656
|
return (await Ne(lt, {
|
|
15635
15657
|
method: "POST",
|
|
15636
15658
|
body: JSON.stringify(e),
|
|
@@ -15639,7 +15661,7 @@ async function $2(e) {
|
|
|
15639
15661
|
})
|
|
15640
15662
|
})).deleted;
|
|
15641
15663
|
}
|
|
15642
|
-
async function
|
|
15664
|
+
async function LL(...e) {
|
|
15643
15665
|
return await Ne(lt, {
|
|
15644
15666
|
method: "POST",
|
|
15645
15667
|
body: JSON.stringify({
|
|
@@ -15651,7 +15673,7 @@ async function I2(...e) {
|
|
|
15651
15673
|
})
|
|
15652
15674
|
});
|
|
15653
15675
|
}
|
|
15654
|
-
async function
|
|
15676
|
+
async function ML(e) {
|
|
15655
15677
|
const t = await Ne("/api/login", {
|
|
15656
15678
|
method: "POST",
|
|
15657
15679
|
body: JSON.stringify({
|
|
@@ -15663,7 +15685,7 @@ async function L2(e) {
|
|
|
15663
15685
|
});
|
|
15664
15686
|
return t.isLogged && t.success;
|
|
15665
15687
|
}
|
|
15666
|
-
async function
|
|
15688
|
+
async function FL() {
|
|
15667
15689
|
return await Ne(
|
|
15668
15690
|
"/rest/$catalog/$all?$metadata=full",
|
|
15669
15691
|
{
|
|
@@ -15674,7 +15696,7 @@ async function M2() {
|
|
|
15674
15696
|
}
|
|
15675
15697
|
);
|
|
15676
15698
|
}
|
|
15677
|
-
async function
|
|
15699
|
+
async function NL(e) {
|
|
15678
15700
|
try {
|
|
15679
15701
|
const t = process.env.NODE_ENV === "development" ? "/i18n/languages.json" : `/$lib/${e ? "studio" : "renderer"}/i18n/languages.json`, o = await (await fetch(t)).text(), { supported: a } = JSON.parse(o);
|
|
15680
15702
|
return a;
|
|
@@ -15682,7 +15704,7 @@ async function F2(e) {
|
|
|
15682
15704
|
return [];
|
|
15683
15705
|
}
|
|
15684
15706
|
}
|
|
15685
|
-
async function
|
|
15707
|
+
async function DL({
|
|
15686
15708
|
name: e,
|
|
15687
15709
|
path: t = "",
|
|
15688
15710
|
root: r = "root",
|
|
@@ -15700,7 +15722,7 @@ async function N2({
|
|
|
15700
15722
|
headers: new Headers({ "Content-Type": "application/json" })
|
|
15701
15723
|
});
|
|
15702
15724
|
}
|
|
15703
|
-
async function
|
|
15725
|
+
async function zL(e = {}) {
|
|
15704
15726
|
try {
|
|
15705
15727
|
return await ks({
|
|
15706
15728
|
path: "shared_datasources.json",
|
|
@@ -15710,7 +15732,7 @@ async function D2(e = {}) {
|
|
|
15710
15732
|
return {};
|
|
15711
15733
|
}
|
|
15712
15734
|
}
|
|
15713
|
-
async function
|
|
15735
|
+
async function WL(e = {}) {
|
|
15714
15736
|
try {
|
|
15715
15737
|
return await ks({
|
|
15716
15738
|
path: "shared_app_events.json",
|
|
@@ -15721,7 +15743,7 @@ async function z2(e = {}) {
|
|
|
15721
15743
|
return [];
|
|
15722
15744
|
}
|
|
15723
15745
|
}
|
|
15724
|
-
async function
|
|
15746
|
+
async function BL(e = {}) {
|
|
15725
15747
|
try {
|
|
15726
15748
|
return await ks({
|
|
15727
15749
|
path: "shared_css.json",
|
|
@@ -15731,7 +15753,7 @@ async function W2(e = {}) {
|
|
|
15731
15753
|
return { classes: [] };
|
|
15732
15754
|
}
|
|
15733
15755
|
}
|
|
15734
|
-
async function
|
|
15756
|
+
async function UL(e = {}) {
|
|
15735
15757
|
try {
|
|
15736
15758
|
return await ks({
|
|
15737
15759
|
path: "saved_conditions.json",
|
|
@@ -15741,7 +15763,7 @@ async function B2(e = {}) {
|
|
|
15741
15763
|
return { conditions: [] };
|
|
15742
15764
|
}
|
|
15743
15765
|
}
|
|
15744
|
-
async function
|
|
15766
|
+
async function HL() {
|
|
15745
15767
|
try {
|
|
15746
15768
|
return await Ne(
|
|
15747
15769
|
"/rest/$info/privileges",
|
|
@@ -15756,14 +15778,14 @@ async function U2() {
|
|
|
15756
15778
|
return { privileges: [] };
|
|
15757
15779
|
}
|
|
15758
15780
|
}
|
|
15759
|
-
async function
|
|
15781
|
+
async function qL() {
|
|
15760
15782
|
try {
|
|
15761
15783
|
return await (await fetch(`monaco_theme.json?t=${Date.now()}`)).json();
|
|
15762
15784
|
} catch {
|
|
15763
15785
|
return null;
|
|
15764
15786
|
}
|
|
15765
15787
|
}
|
|
15766
|
-
const
|
|
15788
|
+
const Y$ = Fm(), jL = async (e) => {
|
|
15767
15789
|
const t = {
|
|
15768
15790
|
verb: Kn.SET_FILE_CONTENT,
|
|
15769
15791
|
asText: !1,
|
|
@@ -15772,14 +15794,14 @@ const V$ = Fm(), q2 = async (e) => {
|
|
|
15772
15794
|
root: "shared",
|
|
15773
15795
|
content: e
|
|
15774
15796
|
};
|
|
15775
|
-
return
|
|
15797
|
+
return Y$(async () => (await Ne(lt, {
|
|
15776
15798
|
method: "POST",
|
|
15777
15799
|
body: JSON.stringify(t),
|
|
15778
15800
|
headers: new Headers({
|
|
15779
15801
|
"Content-Type": "application/json"
|
|
15780
15802
|
})
|
|
15781
15803
|
}), e));
|
|
15782
|
-
},
|
|
15804
|
+
}, X$ = Fm(), ZL = async (e) => {
|
|
15783
15805
|
const t = {
|
|
15784
15806
|
verb: Kn.SET_FILE_CONTENT,
|
|
15785
15807
|
asText: !1,
|
|
@@ -15788,7 +15810,7 @@ const V$ = Fm(), q2 = async (e) => {
|
|
|
15788
15810
|
root: "shared",
|
|
15789
15811
|
content: e
|
|
15790
15812
|
};
|
|
15791
|
-
return
|
|
15813
|
+
return X$(async () => (await Ne(lt, {
|
|
15792
15814
|
method: "POST",
|
|
15793
15815
|
body: JSON.stringify(t),
|
|
15794
15816
|
headers: new Headers({
|
|
@@ -15814,12 +15836,12 @@ const V$ = Fm(), q2 = async (e) => {
|
|
|
15814
15836
|
type: r,
|
|
15815
15837
|
size: 0
|
|
15816
15838
|
};
|
|
15817
|
-
},
|
|
15839
|
+
}, GL = async (e) => await Qm({
|
|
15818
15840
|
name: "crafted_components.json",
|
|
15819
15841
|
path: Ln.WEBFORMS,
|
|
15820
15842
|
content: e
|
|
15821
15843
|
});
|
|
15822
|
-
function
|
|
15844
|
+
function KL(e) {
|
|
15823
15845
|
return Ne(lt, {
|
|
15824
15846
|
method: "POST",
|
|
15825
15847
|
body: JSON.stringify(e),
|
|
@@ -15828,7 +15850,7 @@ function G2(e) {
|
|
|
15828
15850
|
})
|
|
15829
15851
|
});
|
|
15830
15852
|
}
|
|
15831
|
-
function
|
|
15853
|
+
function VL(e) {
|
|
15832
15854
|
return Ne(lt, {
|
|
15833
15855
|
method: "POST",
|
|
15834
15856
|
body: JSON.stringify(e),
|
|
@@ -15837,7 +15859,7 @@ function K2(e) {
|
|
|
15837
15859
|
})
|
|
15838
15860
|
});
|
|
15839
15861
|
}
|
|
15840
|
-
function
|
|
15862
|
+
function YL(e) {
|
|
15841
15863
|
return Ne(lt, {
|
|
15842
15864
|
method: "POST",
|
|
15843
15865
|
body: JSON.stringify(e),
|
|
@@ -15846,7 +15868,7 @@ function V2(e) {
|
|
|
15846
15868
|
})
|
|
15847
15869
|
});
|
|
15848
15870
|
}
|
|
15849
|
-
function
|
|
15871
|
+
function XL(e) {
|
|
15850
15872
|
return Ne(lt, {
|
|
15851
15873
|
method: "POST",
|
|
15852
15874
|
body: JSON.stringify(e),
|
|
@@ -15861,7 +15883,7 @@ function Y2(e) {
|
|
|
15861
15883
|
throw ((o = (r = t.data) == null ? void 0 : r.__ERROR[0]) == null ? void 0 : o.errCode) === 1839 && Jm(e.path), t;
|
|
15862
15884
|
});
|
|
15863
15885
|
}
|
|
15864
|
-
function
|
|
15886
|
+
function JL(e) {
|
|
15865
15887
|
return Ne(lt, {
|
|
15866
15888
|
method: "POST",
|
|
15867
15889
|
body: JSON.stringify(e),
|
|
@@ -15870,25 +15892,25 @@ function X2(e) {
|
|
|
15870
15892
|
})
|
|
15871
15893
|
});
|
|
15872
15894
|
}
|
|
15873
|
-
function
|
|
15895
|
+
function J$(e) {
|
|
15874
15896
|
const t = new RegExp(/^\((.+)(?=\))/gi).exec(e);
|
|
15875
15897
|
return t !== null ? t[1] : "";
|
|
15876
15898
|
}
|
|
15877
|
-
function
|
|
15899
|
+
function Q$(e) {
|
|
15878
15900
|
const t = new RegExp(/(->)(.*)/gi).exec(e);
|
|
15879
15901
|
if (t !== null)
|
|
15880
15902
|
return t[0].replace("->", "");
|
|
15881
15903
|
const r = /:([^)]*)$/.exec(e);
|
|
15882
15904
|
return r !== null ? `result : ${r[1].trim()}` : "";
|
|
15883
15905
|
}
|
|
15884
|
-
function
|
|
15885
|
-
const t =
|
|
15906
|
+
function eI(e) {
|
|
15907
|
+
const t = J$(e).split(/[;,]/g).filter(Boolean).map((a) => {
|
|
15886
15908
|
const s = a.split(":")[0].trim(), l = a.split(":")[1].trim();
|
|
15887
15909
|
return {
|
|
15888
15910
|
name: s,
|
|
15889
15911
|
type: l
|
|
15890
15912
|
};
|
|
15891
|
-
}), r =
|
|
15913
|
+
}), r = Q$(e), o = r ? {
|
|
15892
15914
|
name: r.split(":")[0].trim(),
|
|
15893
15915
|
type: r.split(":")[1].trim()
|
|
15894
15916
|
} : {
|
|
@@ -15900,7 +15922,7 @@ function Q$(e) {
|
|
|
15900
15922
|
result: o
|
|
15901
15923
|
};
|
|
15902
15924
|
}
|
|
15903
|
-
async function
|
|
15925
|
+
async function QL(e, t) {
|
|
15904
15926
|
const o = e.split(".").pop();
|
|
15905
15927
|
try {
|
|
15906
15928
|
const a = await Ne(lt, {
|
|
@@ -15915,7 +15937,7 @@ async function J2(e, t) {
|
|
|
15915
15937
|
})
|
|
15916
15938
|
});
|
|
15917
15939
|
a.content = zc(a.content);
|
|
15918
|
-
const { params: s, result: l } =
|
|
15940
|
+
const { params: s, result: l } = eI(a.parameters);
|
|
15919
15941
|
return {
|
|
15920
15942
|
...a,
|
|
15921
15943
|
params: s,
|
|
@@ -15931,8 +15953,8 @@ async function J2(e, t) {
|
|
|
15931
15953
|
};
|
|
15932
15954
|
}
|
|
15933
15955
|
}
|
|
15934
|
-
var
|
|
15935
|
-
function
|
|
15956
|
+
var tI = /* @__PURE__ */ ((e) => (e.STUDIO_LOADED = "UA-1-0", e.WELCOME_TOUR_INIT = "UA-1-3", e.WELCOME_TOUR_END = "UA-1-4", e))(tI || {});
|
|
15957
|
+
function e2(e, t) {
|
|
15936
15958
|
fetch("/api/v1/activity", {
|
|
15937
15959
|
body: JSON.stringify({
|
|
15938
15960
|
AID: e,
|
|
@@ -15945,11 +15967,11 @@ function Q2(e, t) {
|
|
|
15945
15967
|
}).catch((r) => {
|
|
15946
15968
|
});
|
|
15947
15969
|
}
|
|
15948
|
-
function
|
|
15970
|
+
function t2(e) {
|
|
15949
15971
|
window.pagesense = window.pagesense || [], window.pagesense.push(["trackEvent", e]);
|
|
15950
15972
|
}
|
|
15951
|
-
var
|
|
15952
|
-
const
|
|
15973
|
+
var rI = /* @__PURE__ */ ((e) => (e.LOCAL = "local", e.SHARED = "shared", e.THEME = "theme", e))(rI || {}), nI = /* @__PURE__ */ ((e) => (e[e.METHOD = 1] = "METHOD", e[e.CLASS = 10] = "CLASS", e))(nI || {}), iI = /* @__PURE__ */ ((e) => (e.WelCome = "WelCome", e.ActionPanel = "ActionPanel", e.SideBar = "SideBar", e.Settings = "Settings", e.Main = "Main", e.Explorer = "Explorer", e.Header = "Header", e.ComponentList = "ComponentList", e))(iI || {}), oI = /* @__PURE__ */ ((e) => (e[e.FILE_NOT_FOUND = 1839] = "FILE_NOT_FOUND", e[e.JSON_MALFORMED = 554] = "JSON_MALFORMED", e[e.JSON_MALFORMED_AT_LINE = 550] = "JSON_MALFORMED_AT_LINE", e))(oI || {});
|
|
15974
|
+
const r2 = {
|
|
15953
15975
|
transparent: {
|
|
15954
15976
|
backgroundColor: "transparent"
|
|
15955
15977
|
},
|
|
@@ -15965,7 +15987,7 @@ const tL = {
|
|
|
15965
15987
|
padding: "3px 5px",
|
|
15966
15988
|
borderRadius: 5
|
|
15967
15989
|
}
|
|
15968
|
-
},
|
|
15990
|
+
}, n2 = {
|
|
15969
15991
|
Code: {
|
|
15970
15992
|
key: "editors:code",
|
|
15971
15993
|
config: { language: "4d", theme: "fd-dark" }
|
|
@@ -15976,167 +15998,167 @@ const tL = {
|
|
|
15976
15998
|
};
|
|
15977
15999
|
export {
|
|
15978
16000
|
lt as API_PREFIX,
|
|
15979
|
-
|
|
16001
|
+
SI as AppLoader,
|
|
15980
16002
|
UP as ControlledSwitch,
|
|
15981
|
-
|
|
16003
|
+
r2 as DATASOURCE_THEMES,
|
|
15982
16004
|
gC as DatasourcesActions,
|
|
15983
16005
|
wC as DebuggerActions,
|
|
15984
16006
|
Kn as DesignerRequestVerb,
|
|
15985
|
-
|
|
16007
|
+
dI as Dialog,
|
|
15986
16008
|
lO as DialogBody,
|
|
15987
|
-
|
|
15988
|
-
|
|
15989
|
-
|
|
15990
|
-
|
|
15991
|
-
|
|
16009
|
+
tI as EActivity,
|
|
16010
|
+
n2 as EDITOR,
|
|
16011
|
+
iI as EIDENTIFIERS,
|
|
16012
|
+
oI as ERROR_CODES,
|
|
16013
|
+
rI as EWebFormStyleClassScope,
|
|
15992
16014
|
Rs as EXT_API_PREFIX,
|
|
15993
16015
|
_t as FileFolderType,
|
|
15994
16016
|
Ln as FolderRootPath,
|
|
15995
16017
|
Im as FolderRootType,
|
|
15996
16018
|
Cg as HTTPError,
|
|
15997
|
-
|
|
16019
|
+
EC as HTTP_HANDLERS_TAB_PATH,
|
|
15998
16020
|
ds as IPreemptive,
|
|
15999
|
-
|
|
16021
|
+
LC as IPublished,
|
|
16000
16022
|
Nm as IPublishedRestScope,
|
|
16001
|
-
|
|
16002
|
-
|
|
16023
|
+
CI as IdentityProvider,
|
|
16024
|
+
gI as Incase,
|
|
16003
16025
|
CA as IndentLines,
|
|
16004
|
-
|
|
16026
|
+
OC as LOCALIZATION_TAB_PATH,
|
|
16005
16027
|
Nk as LogoSVG,
|
|
16006
16028
|
yC as LspActions,
|
|
16007
16029
|
Cm as MAX_FILE_NAME_LENGTH,
|
|
16008
|
-
|
|
16009
|
-
|
|
16030
|
+
HI as MODEL_TAB_PATH,
|
|
16031
|
+
xI as Modal,
|
|
16010
16032
|
ho as ModalCloseReason,
|
|
16011
16033
|
vi as ModalColor,
|
|
16012
16034
|
_g as ModalIcons,
|
|
16013
16035
|
wm as ModalType,
|
|
16014
|
-
|
|
16036
|
+
AC as Mutex,
|
|
16015
16037
|
$m as NameError,
|
|
16016
16038
|
uO as Overlay,
|
|
16017
16039
|
X_ as Portal,
|
|
16018
|
-
|
|
16019
|
-
|
|
16040
|
+
gL as PublishOptions,
|
|
16041
|
+
xC as ROLES_TAB_PATH,
|
|
16020
16042
|
Lm as RemoteDebuggerMode,
|
|
16021
|
-
|
|
16043
|
+
_C as SETTINGS_TAB_PATH,
|
|
16022
16044
|
Ym as SHARED_API_PREFIX,
|
|
16023
|
-
|
|
16045
|
+
nI as SourceCodeDescriptor,
|
|
16024
16046
|
$A as Switcher,
|
|
16025
16047
|
mC as TabEventsActions,
|
|
16026
|
-
|
|
16027
|
-
|
|
16028
|
-
|
|
16029
|
-
|
|
16030
|
-
|
|
16048
|
+
yI as Tip,
|
|
16049
|
+
mI as TipsProvider,
|
|
16050
|
+
pI as Toast,
|
|
16051
|
+
bI as Tooltip,
|
|
16052
|
+
hI as Tree,
|
|
16031
16053
|
vA as TreeIcon,
|
|
16032
16054
|
vv as TreeNode,
|
|
16033
16055
|
hC as WebformActions,
|
|
16034
16056
|
fs as WebformEventsActions,
|
|
16035
|
-
|
|
16057
|
+
_I as ZoomComponent,
|
|
16036
16058
|
Hk as ZoomLevel,
|
|
16037
|
-
|
|
16038
|
-
|
|
16039
|
-
|
|
16040
|
-
|
|
16041
|
-
|
|
16042
|
-
|
|
16043
|
-
|
|
16044
|
-
|
|
16045
|
-
|
|
16046
|
-
|
|
16047
|
-
|
|
16048
|
-
|
|
16049
|
-
|
|
16050
|
-
|
|
16051
|
-
|
|
16052
|
-
|
|
16053
|
-
|
|
16054
|
-
|
|
16055
|
-
|
|
16056
|
-
|
|
16057
|
-
|
|
16058
|
-
|
|
16059
|
-
|
|
16060
|
-
|
|
16061
|
-
|
|
16062
|
-
|
|
16063
|
-
|
|
16064
|
-
|
|
16065
|
-
|
|
16066
|
-
|
|
16067
|
-
|
|
16068
|
-
|
|
16069
|
-
|
|
16070
|
-
|
|
16071
|
-
|
|
16059
|
+
cL as _isArrayDatasource,
|
|
16060
|
+
fL as _isObjectDatasource,
|
|
16061
|
+
mL as addAttributesToContent,
|
|
16062
|
+
CL as addFolder,
|
|
16063
|
+
TC as by,
|
|
16064
|
+
VI as byId,
|
|
16065
|
+
YI as byPath,
|
|
16066
|
+
bL as callServerSideParser,
|
|
16067
|
+
_L as checkUpdates,
|
|
16068
|
+
KL as createFolder,
|
|
16069
|
+
MI as datasourcesSubject,
|
|
16070
|
+
zI as debuggerSubject,
|
|
16071
|
+
kL as dropFile,
|
|
16072
|
+
IL as dropFolder,
|
|
16073
|
+
XI as exists,
|
|
16074
|
+
ZI as extractWebformName,
|
|
16075
|
+
yL as generateUUID,
|
|
16076
|
+
OL as getAppSettings,
|
|
16077
|
+
FL as getCatalog,
|
|
16078
|
+
JI as getDatasourceId,
|
|
16079
|
+
K$ as getDefaultAppSettings,
|
|
16080
|
+
RL as getFile,
|
|
16081
|
+
DL as getFileContent,
|
|
16082
|
+
jI as getFileExtentionFromType,
|
|
16083
|
+
qI as getFilenameAndTypeFromPath,
|
|
16084
|
+
LL as getFilesInfo,
|
|
16085
|
+
V$ as getFolder,
|
|
16086
|
+
AL as getFolders,
|
|
16087
|
+
QL as getFunctionContent,
|
|
16088
|
+
qL as getMonacoTheme,
|
|
16089
|
+
XL as getNodeInfo,
|
|
16090
|
+
UL as getSavedConditions,
|
|
16091
|
+
WL as getSharedAppEvents,
|
|
16092
|
+
BL as getSharedCSS,
|
|
16093
|
+
zL as getSharedDatasources,
|
|
16072
16094
|
ks as getSharedResource,
|
|
16073
|
-
|
|
16095
|
+
NL as getSupportedLanguages,
|
|
16074
16096
|
Mm as getTypeFromExtension,
|
|
16075
|
-
|
|
16076
|
-
|
|
16077
|
-
|
|
16097
|
+
HL as getUserPrivileges,
|
|
16098
|
+
TL as getWebForm,
|
|
16099
|
+
FC as hasAttributesString,
|
|
16078
16100
|
Ne as http,
|
|
16079
|
-
|
|
16080
|
-
|
|
16081
|
-
|
|
16082
|
-
|
|
16083
|
-
|
|
16084
|
-
|
|
16085
|
-
|
|
16086
|
-
|
|
16087
|
-
|
|
16088
|
-
|
|
16089
|
-
|
|
16090
|
-
|
|
16091
|
-
|
|
16092
|
-
|
|
16093
|
-
|
|
16094
|
-
|
|
16095
|
-
|
|
16096
|
-
|
|
16097
|
-
|
|
16098
|
-
|
|
16099
|
-
|
|
16100
|
-
|
|
16101
|
-
|
|
16102
|
-
|
|
16103
|
-
|
|
16104
|
-
|
|
16105
|
-
|
|
16106
|
-
|
|
16101
|
+
EL as installUpdates,
|
|
16102
|
+
CC as isArrayDatasource,
|
|
16103
|
+
rL as isDataClassMethod,
|
|
16104
|
+
tL as isDataStoreMethod,
|
|
16105
|
+
dL as isDateDatasource,
|
|
16106
|
+
uL as isEntity,
|
|
16107
|
+
oL as isEntityDatasource,
|
|
16108
|
+
nL as isEntityMethod,
|
|
16109
|
+
lL as isEntitySelection,
|
|
16110
|
+
aL as isEntitySelectionDatasource,
|
|
16111
|
+
iL as isEntitySelectionMethod,
|
|
16112
|
+
QI as isObjectAttribute,
|
|
16113
|
+
$C as isObjectDatasource,
|
|
16114
|
+
eL as isRelatedAttribute,
|
|
16115
|
+
PC as isRelatedEntitiesAttribute,
|
|
16116
|
+
kC as isRelatedEntityAttribute,
|
|
16117
|
+
IC as isScalarDatasource,
|
|
16118
|
+
RC as isSimpleAttribute,
|
|
16119
|
+
sL as isSimpleDatasource,
|
|
16120
|
+
pL as loadDS,
|
|
16121
|
+
hL as loadI18n,
|
|
16122
|
+
e2 as log,
|
|
16123
|
+
ML as login,
|
|
16124
|
+
DI as lspSubject,
|
|
16125
|
+
YL as moveItem,
|
|
16126
|
+
GI as outBy,
|
|
16127
|
+
KI as outById,
|
|
16128
|
+
vL as parseAttributes,
|
|
16107
16129
|
Fm as queue,
|
|
16108
|
-
|
|
16109
|
-
|
|
16110
|
-
|
|
16111
|
-
|
|
16130
|
+
NC as removeAttributesString,
|
|
16131
|
+
VL as removeItem,
|
|
16132
|
+
PL as renameFile,
|
|
16133
|
+
$L as renameFolder,
|
|
16112
16134
|
zc as sanitizeContent,
|
|
16113
|
-
|
|
16114
|
-
|
|
16135
|
+
JL as saveContent,
|
|
16136
|
+
GL as setCraftedComponents,
|
|
16115
16137
|
Qm as setFileContent,
|
|
16116
|
-
|
|
16117
|
-
|
|
16118
|
-
|
|
16119
|
-
|
|
16120
|
-
|
|
16138
|
+
ZL as setSharedAppEvents,
|
|
16139
|
+
jL as setSharedSources,
|
|
16140
|
+
MC as stringifyAttributes,
|
|
16141
|
+
NI as tabEventsSubject,
|
|
16142
|
+
WI as tasksManagerSubject,
|
|
16121
16143
|
vC as toastSubject,
|
|
16122
|
-
|
|
16123
|
-
|
|
16144
|
+
t2 as trackEvent,
|
|
16145
|
+
wL as transformDates,
|
|
16124
16146
|
Jm as tryCreateSharedResource,
|
|
16125
|
-
|
|
16126
|
-
|
|
16127
|
-
|
|
16128
|
-
|
|
16129
|
-
|
|
16130
|
-
|
|
16131
|
-
|
|
16132
|
-
|
|
16133
|
-
|
|
16134
|
-
|
|
16147
|
+
EI as useDidMountEffect,
|
|
16148
|
+
LI as useDoubleClick,
|
|
16149
|
+
kI as useFeatureFlags,
|
|
16150
|
+
PI as useForwardedRef,
|
|
16151
|
+
OI as useHotkeys,
|
|
16152
|
+
$I as useIdentity,
|
|
16153
|
+
AI as useOutsideClick,
|
|
16154
|
+
TI as usePrevious,
|
|
16155
|
+
II as useStateObject,
|
|
16156
|
+
RI as useStateRef,
|
|
16135
16157
|
jR as useTip,
|
|
16136
16158
|
bC as validateName,
|
|
16137
|
-
|
|
16138
|
-
|
|
16159
|
+
BI as validateServerSide,
|
|
16160
|
+
UI as validateValue,
|
|
16139
16161
|
ic as webformEventsSubject,
|
|
16140
|
-
|
|
16162
|
+
FI as webformSubject
|
|
16141
16163
|
};
|
|
16142
16164
|
//# sourceMappingURL=index.es.js.map
|