@ambita/design-system 4.0.1-511.0 → 4.0.1-531.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/aux.js +2 -2
- package/dist/aux.js.map +1 -1
- package/dist/aux.mjs +808 -808
- package/dist/aux.mjs.map +1 -1
- package/dist/aux.umd.js +11 -11
- package/dist/aux.umd.js.map +1 -1
- package/dist/index.css +1 -1
- package/package.json +1 -1
package/dist/aux.mjs
CHANGED
|
@@ -86,7 +86,7 @@ const wo = { render: i$ }, u$ = {
|
|
|
86
86
|
function d$(e, t) {
|
|
87
87
|
return U(), W("svg", u$, l$);
|
|
88
88
|
}
|
|
89
|
-
const
|
|
89
|
+
const Pc = { render: d$ }, f$ = {
|
|
90
90
|
xmlns: "http://www.w3.org/2000/svg",
|
|
91
91
|
viewBox: "0 0 256 256"
|
|
92
92
|
}, h$ = /* @__PURE__ */ G("path", { d: "M120 144V96a8 8 0 0 1 16 0v48a8 8 0 0 1-16 0Zm8 24a12 12 0 1 0 12 12 12 12 0 0 0-12-12Zm108.768 43.981a23.754 23.754 0 0 1-20.791 12.011H40.023a24 24 0 0 1-20.771-36.022l87.977-151.993a24 24 0 0 1 41.543 0l87.976 151.992a23.754 23.754 0 0 1 .02 24.012ZM222.9 195.984 134.924 43.992a8 8 0 0 0-13.848 0L33.1 195.984a8 8 0 0 0 6.923 12.008h175.954a8 8 0 0 0 6.923-12.008Z" }, null, -1), p$ = [
|
|
@@ -187,11 +187,11 @@ function E$(e, t, r) {
|
|
|
187
187
|
t[n + s] = a[s];
|
|
188
188
|
return t || w$(a);
|
|
189
189
|
}
|
|
190
|
-
var S$ = E$,
|
|
191
|
-
Zo.v1 =
|
|
190
|
+
var S$ = E$, A$ = _$, af = S$, Zo = af;
|
|
191
|
+
Zo.v1 = A$;
|
|
192
192
|
Zo.v4 = af;
|
|
193
193
|
var sf = Zo;
|
|
194
|
-
const It = sf.v4,
|
|
194
|
+
const It = sf.v4, P$ = te({
|
|
195
195
|
name: "aux-banner",
|
|
196
196
|
props: {
|
|
197
197
|
type: {
|
|
@@ -234,7 +234,7 @@ const It = sf.v4, A$ = te({
|
|
|
234
234
|
case "error":
|
|
235
235
|
return Ya;
|
|
236
236
|
case "warning":
|
|
237
|
-
return
|
|
237
|
+
return Pc;
|
|
238
238
|
case "success":
|
|
239
239
|
return bo;
|
|
240
240
|
default:
|
|
@@ -250,7 +250,7 @@ const It = sf.v4, A$ = te({
|
|
|
250
250
|
components: {
|
|
251
251
|
SuccessBannerIcon: bo,
|
|
252
252
|
InfoBannerIcon: wo,
|
|
253
|
-
WarningBannerIcon:
|
|
253
|
+
WarningBannerIcon: Pc,
|
|
254
254
|
ErrorBannerIcon: Ya
|
|
255
255
|
}
|
|
256
256
|
});
|
|
@@ -279,7 +279,7 @@ function I$(e, t, r, n, a, s) {
|
|
|
279
279
|
], 8, C$)
|
|
280
280
|
], 10, O$);
|
|
281
281
|
}
|
|
282
|
-
const xz = /* @__PURE__ */ se(
|
|
282
|
+
const xz = /* @__PURE__ */ se(P$, [["render", I$], ["__scopeId", "data-v-a13bf3ff"]]), R$ = te({
|
|
283
283
|
name: "aux-spinner",
|
|
284
284
|
props: {
|
|
285
285
|
size: {
|
|
@@ -798,7 +798,7 @@ function Ev(e, t, r, n, a, s) {
|
|
|
798
798
|
_: 1
|
|
799
799
|
}, 8, ["label", "hide-label", "description", "id"]);
|
|
800
800
|
}
|
|
801
|
-
const Sv = /* @__PURE__ */ se(_v, [["render", Ev], ["__scopeId", "data-v-6d8ae1ce"]]),
|
|
801
|
+
const Sv = /* @__PURE__ */ se(_v, [["render", Ev], ["__scopeId", "data-v-6d8ae1ce"]]), Av = te({
|
|
802
802
|
name: "aux-link",
|
|
803
803
|
props: {
|
|
804
804
|
size: {
|
|
@@ -825,7 +825,7 @@ const Sv = /* @__PURE__ */ se(_v, [["render", Ev], ["__scopeId", "data-v-6d8ae1c
|
|
|
825
825
|
};
|
|
826
826
|
}
|
|
827
827
|
});
|
|
828
|
-
const
|
|
828
|
+
const Pv = {
|
|
829
829
|
key: 0,
|
|
830
830
|
class: "aux-link-container-left"
|
|
831
831
|
}, Ov = {
|
|
@@ -839,7 +839,7 @@ function Tv(e, t, r, n, a, s) {
|
|
|
839
839
|
onClick: t[0] || (t[0] = (o) => e.$emit("click", o))
|
|
840
840
|
}, {
|
|
841
841
|
default: Ie(() => [
|
|
842
|
-
e.$slots.left ? (U(), W("div",
|
|
842
|
+
e.$slots.left ? (U(), W("div", Pv, [
|
|
843
843
|
Re(e.$slots, "left", {}, void 0, !0)
|
|
844
844
|
])) : pe("", !0),
|
|
845
845
|
Re(e.$slots, "default", {}, void 0, !0),
|
|
@@ -850,7 +850,7 @@ function Tv(e, t, r, n, a, s) {
|
|
|
850
850
|
_: 3
|
|
851
851
|
}, 8, ["href", "class"]);
|
|
852
852
|
}
|
|
853
|
-
const Qz = /* @__PURE__ */ se(
|
|
853
|
+
const Qz = /* @__PURE__ */ se(Av, [["render", Tv], ["__scopeId", "data-v-728be97e"]]), Cv = te({
|
|
854
854
|
name: "aux-modal-actions",
|
|
855
855
|
props: {
|
|
856
856
|
actions: {
|
|
@@ -1033,7 +1033,7 @@ function Vv(e, t, r, n, a, s) {
|
|
|
1033
1033
|
])) : pe("", !0)
|
|
1034
1034
|
], 10, jv);
|
|
1035
1035
|
}
|
|
1036
|
-
const eq = /* @__PURE__ */ se(Nv, [["render", Vv], ["__scopeId", "data-v-
|
|
1036
|
+
const eq = /* @__PURE__ */ se(Nv, [["render", Vv], ["__scopeId", "data-v-9fe66068"]]), Uv = te({
|
|
1037
1037
|
name: "aux-textarea",
|
|
1038
1038
|
props: {
|
|
1039
1039
|
modelValue: {
|
|
@@ -1312,7 +1312,7 @@ const hy = /* @__PURE__ */ se(ay, [["render", fy], ["__scopeId", "data-v-418ebf0
|
|
|
1312
1312
|
b(w);
|
|
1313
1313
|
}, b = (h) => {
|
|
1314
1314
|
const v = i && i.length, w = Object.keys(h), T = e == null ? void 0 : e.maxAttachmentCount, D = e == null ? void 0 : e.maxFileSize, S = w.length + v > T;
|
|
1315
|
-
w.reduce((
|
|
1315
|
+
w.reduce((P, N) => {
|
|
1316
1316
|
const z = h[N].size / 1024 / 1024, H = z >= D, K = z <= 0;
|
|
1317
1317
|
switch (!0) {
|
|
1318
1318
|
case S:
|
|
@@ -1324,7 +1324,7 @@ const hy = /* @__PURE__ */ se(ay, [["render", fy], ["__scopeId", "data-v-418ebf0
|
|
|
1324
1324
|
case K:
|
|
1325
1325
|
return o.value = `Filen er for liten: ${z.toFixed(0)}MB.`, o.value;
|
|
1326
1326
|
default:
|
|
1327
|
-
return o.value =
|
|
1327
|
+
return o.value = P, P;
|
|
1328
1328
|
}
|
|
1329
1329
|
}, "");
|
|
1330
1330
|
}, m = (h) => {
|
|
@@ -1431,12 +1431,12 @@ const rq = /* @__PURE__ */ se(py, [["render", wy], ["__scopeId", "data-v-b7cb622
|
|
|
1431
1431
|
name: "aux-card"
|
|
1432
1432
|
});
|
|
1433
1433
|
const Sy = { class: "aux-card" };
|
|
1434
|
-
function
|
|
1434
|
+
function Ay(e, t, r, n, a, s) {
|
|
1435
1435
|
return U(), W("div", Sy, [
|
|
1436
1436
|
Re(e.$slots, "default", {}, void 0, !0)
|
|
1437
1437
|
]);
|
|
1438
1438
|
}
|
|
1439
|
-
const nq = /* @__PURE__ */ se(Ey, [["render",
|
|
1439
|
+
const nq = /* @__PURE__ */ se(Ey, [["render", Ay], ["__scopeId", "data-v-83366966"]]), Py = [
|
|
1440
1440
|
"grey-2",
|
|
1441
1441
|
"yellow",
|
|
1442
1442
|
"red",
|
|
@@ -1451,7 +1451,7 @@ const nq = /* @__PURE__ */ se(Ey, [["render", Py], ["__scopeId", "data-v-8336696
|
|
|
1451
1451
|
color: {
|
|
1452
1452
|
type: String,
|
|
1453
1453
|
default: "grey-2",
|
|
1454
|
-
validator: (e) => [...
|
|
1454
|
+
validator: (e) => [...Py].includes(e)
|
|
1455
1455
|
}
|
|
1456
1456
|
},
|
|
1457
1457
|
setup(e) {
|
|
@@ -1749,8 +1749,8 @@ const $g = { render: mg }, vg = te({
|
|
|
1749
1749
|
}
|
|
1750
1750
|
},
|
|
1751
1751
|
setup(e, { emit: t }) {
|
|
1752
|
-
const r = tt(0), n = tt(!1), a = tt(), s = new ResizeObserver((
|
|
1753
|
-
for (const V of
|
|
1752
|
+
const r = tt(0), n = tt(!1), a = tt(), s = new ResizeObserver((P) => {
|
|
1753
|
+
for (const V of P) {
|
|
1754
1754
|
const z = V.contentBoxSize[0].inlineSize;
|
|
1755
1755
|
n.value = z <= 470;
|
|
1756
1756
|
}
|
|
@@ -1759,18 +1759,18 @@ const $g = { render: mg }, vg = te({
|
|
|
1759
1759
|
s.observe(a.value);
|
|
1760
1760
|
});
|
|
1761
1761
|
const o = () => w.value - p() <= 1, i = () => w.value + p() >= v.value, c = () => {
|
|
1762
|
-
let
|
|
1763
|
-
return o() && (
|
|
1762
|
+
let P = w.value + p();
|
|
1763
|
+
return o() && (P = e.width + 1), P;
|
|
1764
1764
|
}, l = () => {
|
|
1765
|
-
let
|
|
1766
|
-
return
|
|
1765
|
+
let P = w.value - p();
|
|
1766
|
+
return P <= 1 ? P = 2 : i() && (P = v.value - e.width), P - 1;
|
|
1767
1767
|
}, d = () => {
|
|
1768
|
-
const
|
|
1768
|
+
const P = [];
|
|
1769
1769
|
for (let N = 1; N < v.value; N++)
|
|
1770
|
-
|
|
1771
|
-
return
|
|
1772
|
-
}, p = () => Math.floor(e.width / 2), _ = (
|
|
1773
|
-
r.value = (
|
|
1770
|
+
P.push(N);
|
|
1771
|
+
return P;
|
|
1772
|
+
}, p = () => Math.floor(e.width / 2), _ = (P) => {
|
|
1773
|
+
r.value = (P - 1) * e.config.limit, t("change", {
|
|
1774
1774
|
offset: r.value,
|
|
1775
1775
|
currentPage: w.value,
|
|
1776
1776
|
width: e.width,
|
|
@@ -1780,15 +1780,15 @@ const $g = { render: mg }, vg = te({
|
|
|
1780
1780
|
_(w.value + 1);
|
|
1781
1781
|
}, $ = () => {
|
|
1782
1782
|
_(w.value - 1);
|
|
1783
|
-
}, b = (
|
|
1784
|
-
_(
|
|
1783
|
+
}, b = (P) => {
|
|
1784
|
+
_(P);
|
|
1785
1785
|
}, m = () => {
|
|
1786
1786
|
_(w.value - e.width);
|
|
1787
1787
|
}, h = () => {
|
|
1788
1788
|
_(w.value + e.width);
|
|
1789
1789
|
}, v = ie(() => Math.ceil(e.config.totalCount / e.config.limit)), w = ie(() => r.value / e.config.limit + 1), T = ie(() => {
|
|
1790
|
-
const
|
|
1791
|
-
return w.value - p() > 2 && (N.shift(), N.unshift("ellipsis-left")), w.value + p() <
|
|
1790
|
+
const P = d(), N = [...P.slice(l(), c())];
|
|
1791
|
+
return w.value - p() > 2 && (N.shift(), N.unshift("ellipsis-left")), w.value + p() < P.length && (N.pop(), N.push("ellipsis-right")), N.unshift(1), N.push(v.value), N;
|
|
1792
1792
|
}), D = ie(() => Object.prototype.hasOwnProperty.call(e.config, "offset") && Object.prototype.hasOwnProperty.call(e.config, "limit") && Object.prototype.hasOwnProperty.call(e.config, "totalCount"));
|
|
1793
1793
|
return (() => {
|
|
1794
1794
|
r.value = e.config.offset, D.value || console.warn("Pagination require: offset, limit, and totalCount");
|
|
@@ -1823,7 +1823,7 @@ const Zn = (e) => (gs("data-v-25d5b90c"), e = e(), _s(), e), yg = {
|
|
|
1823
1823
|
}, bg = {
|
|
1824
1824
|
key: 0,
|
|
1825
1825
|
class: "aux-ellipsis aux-pagination-item"
|
|
1826
|
-
}, wg = /* @__PURE__ */ Zn(() => /* @__PURE__ */ G("span", { class: "aux-sr-only" }, "Gå til første side", -1)), Eg = { "aria-hidden": "true" }, Sg = /* @__PURE__ */ Zn(() => /* @__PURE__ */ G("span", { class: "aux-sr-only" }, "Gå til siste side", -1)),
|
|
1826
|
+
}, wg = /* @__PURE__ */ Zn(() => /* @__PURE__ */ G("span", { class: "aux-sr-only" }, "Gå til første side", -1)), Eg = { "aria-hidden": "true" }, Sg = /* @__PURE__ */ Zn(() => /* @__PURE__ */ G("span", { class: "aux-sr-only" }, "Gå til siste side", -1)), Ag = { "aria-hidden": "true" }, Pg = /* @__PURE__ */ Zn(() => /* @__PURE__ */ G("span", { class: "aux-sr-only" }, "Gå til side ", -1)), Og = { class: "aux-sr-only" }, Tg = {
|
|
1827
1827
|
key: 2,
|
|
1828
1828
|
class: "aux-ellipsis aux-pagination-item"
|
|
1829
1829
|
}, Cg = /* @__PURE__ */ Zn(() => /* @__PURE__ */ G("span", { class: "aux-sr-only" }, "Gå til neste side", -1));
|
|
@@ -1861,9 +1861,9 @@ function Ig(e, t, r, n, a, s) {
|
|
|
1861
1861
|
G("span", Eg, ve(d), 1)
|
|
1862
1862
|
], 64)) : d === e.totalPages ? (U(), W(xe, { key: 1 }, [
|
|
1863
1863
|
Sg,
|
|
1864
|
-
G("span",
|
|
1864
|
+
G("span", Ag, ve(d), 1)
|
|
1865
1865
|
], 64)) : d !== 1 && d !== e.totalPages ? (U(), W(xe, { key: 2 }, [
|
|
1866
|
-
|
|
1866
|
+
Pg,
|
|
1867
1867
|
Ct(" " + ve(d) + " ", 1),
|
|
1868
1868
|
G("span", Og, " av totalt " + ve(e.totalPages), 1)
|
|
1869
1869
|
], 64)) : pe("", !0)
|
|
@@ -2087,14 +2087,14 @@ var E_ = w_;
|
|
|
2087
2087
|
function S_(e, t) {
|
|
2088
2088
|
return e === t || e !== e && t !== t;
|
|
2089
2089
|
}
|
|
2090
|
-
var Yn = S_,
|
|
2091
|
-
function
|
|
2090
|
+
var Yn = S_, A_ = Yn;
|
|
2091
|
+
function P_(e, t) {
|
|
2092
2092
|
for (var r = e.length; r--; )
|
|
2093
|
-
if (
|
|
2093
|
+
if (A_(e[r][0], t))
|
|
2094
2094
|
return r;
|
|
2095
2095
|
return -1;
|
|
2096
2096
|
}
|
|
2097
|
-
var bs =
|
|
2097
|
+
var bs = P_, O_ = bs, T_ = Array.prototype, C_ = T_.splice;
|
|
2098
2098
|
function I_(e) {
|
|
2099
2099
|
var t = this.__data__, r = O_(t, e);
|
|
2100
2100
|
if (r < 0)
|
|
@@ -2179,8 +2179,8 @@ function $0(e) {
|
|
|
2179
2179
|
}
|
|
2180
2180
|
return "";
|
|
2181
2181
|
}
|
|
2182
|
-
var hf = $0, v0 = Xn, y0 = h0, g0 = yt, _0 = hf, b0 = /[\\^$.*+?()[\]{}|]/g, w0 = /^\[object .+?Constructor\]$/, E0 = Function.prototype, S0 = Object.prototype,
|
|
2183
|
-
"^" +
|
|
2182
|
+
var hf = $0, v0 = Xn, y0 = h0, g0 = yt, _0 = hf, b0 = /[\\^$.*+?()[\]{}|]/g, w0 = /^\[object .+?Constructor\]$/, E0 = Function.prototype, S0 = Object.prototype, A0 = E0.toString, P0 = S0.hasOwnProperty, O0 = RegExp(
|
|
2183
|
+
"^" + A0.call(P0).replace(b0, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
2184
2184
|
);
|
|
2185
2185
|
function T0(e) {
|
|
2186
2186
|
if (!g0(e) || y0(e))
|
|
@@ -2265,11 +2265,11 @@ var b1 = _1, w1 = Ss;
|
|
|
2265
2265
|
function E1(e) {
|
|
2266
2266
|
return w1(this, e).get(e);
|
|
2267
2267
|
}
|
|
2268
|
-
var S1 = E1,
|
|
2269
|
-
function
|
|
2270
|
-
return
|
|
2268
|
+
var S1 = E1, A1 = Ss;
|
|
2269
|
+
function P1(e) {
|
|
2270
|
+
return A1(this, e).has(e);
|
|
2271
2271
|
}
|
|
2272
|
-
var O1 =
|
|
2272
|
+
var O1 = P1, T1 = Ss;
|
|
2273
2273
|
function C1(e, t) {
|
|
2274
2274
|
var r = T1(this, e), n = r.size;
|
|
2275
2275
|
return r.set(e, t), this.size += r.size == n ? 0 : 1, this;
|
|
@@ -2308,7 +2308,7 @@ dn.prototype.delete = B1;
|
|
|
2308
2308
|
dn.prototype.get = K1;
|
|
2309
2309
|
dn.prototype.has = G1;
|
|
2310
2310
|
dn.prototype.set = H1;
|
|
2311
|
-
var
|
|
2311
|
+
var As = dn, x1 = "__lodash_hash_undefined__";
|
|
2312
2312
|
function J1(e) {
|
|
2313
2313
|
return this.__data__.set(e, x1), this;
|
|
2314
2314
|
}
|
|
@@ -2383,7 +2383,7 @@ function mb(e) {
|
|
|
2383
2383
|
r[++t] = n;
|
|
2384
2384
|
}), r;
|
|
2385
2385
|
}
|
|
2386
|
-
var Qo = mb, Fc = sn, Vc = vf, $b = Yn, vb = $f, yb = pb, gb = Qo, _b = 1, bb = 2, wb = "[object Boolean]", Eb = "[object Date]", Sb = "[object Error]",
|
|
2386
|
+
var Qo = mb, Fc = sn, Vc = vf, $b = Yn, vb = $f, yb = pb, gb = Qo, _b = 1, bb = 2, wb = "[object Boolean]", Eb = "[object Date]", Sb = "[object Error]", Ab = "[object Map]", Pb = "[object Number]", Ob = "[object RegExp]", Tb = "[object Set]", Cb = "[object String]", Ib = "[object Symbol]", Rb = "[object ArrayBuffer]", Nb = "[object DataView]", Uc = Fc ? Fc.prototype : void 0, xs = Uc ? Uc.valueOf : void 0;
|
|
2387
2387
|
function jb(e, t, r, n, a, s, o) {
|
|
2388
2388
|
switch (r) {
|
|
2389
2389
|
case Nb:
|
|
@@ -2394,14 +2394,14 @@ function jb(e, t, r, n, a, s, o) {
|
|
|
2394
2394
|
return !(e.byteLength != t.byteLength || !s(new Vc(e), new Vc(t)));
|
|
2395
2395
|
case wb:
|
|
2396
2396
|
case Eb:
|
|
2397
|
-
case
|
|
2397
|
+
case Pb:
|
|
2398
2398
|
return $b(+e, +t);
|
|
2399
2399
|
case Sb:
|
|
2400
2400
|
return e.name == t.name && e.message == t.message;
|
|
2401
2401
|
case Ob:
|
|
2402
2402
|
case Cb:
|
|
2403
2403
|
return e == t + "";
|
|
2404
|
-
case
|
|
2404
|
+
case Ab:
|
|
2405
2405
|
var i = yb;
|
|
2406
2406
|
case Tb:
|
|
2407
2407
|
var c = n & _b;
|
|
@@ -2485,9 +2485,9 @@ var ea = cw, lw = 9007199254740991;
|
|
|
2485
2485
|
function dw(e) {
|
|
2486
2486
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= lw;
|
|
2487
2487
|
}
|
|
2488
|
-
var ri = dw, fw = vr, hw = ri, pw = dt, mw = "[object Arguments]", $w = "[object Array]", vw = "[object Boolean]", yw = "[object Date]", gw = "[object Error]", _w = "[object Function]", bw = "[object Map]", ww = "[object Number]", Ew = "[object Object]", Sw = "[object RegExp]",
|
|
2488
|
+
var ri = dw, fw = vr, hw = ri, pw = dt, mw = "[object Arguments]", $w = "[object Array]", vw = "[object Boolean]", yw = "[object Date]", gw = "[object Error]", _w = "[object Function]", bw = "[object Map]", ww = "[object Number]", Ew = "[object Object]", Sw = "[object RegExp]", Aw = "[object Set]", Pw = "[object String]", Ow = "[object WeakMap]", Tw = "[object ArrayBuffer]", Cw = "[object DataView]", Iw = "[object Float32Array]", Rw = "[object Float64Array]", Nw = "[object Int8Array]", jw = "[object Int16Array]", Dw = "[object Int32Array]", kw = "[object Uint8Array]", Mw = "[object Uint8ClampedArray]", Lw = "[object Uint16Array]", Fw = "[object Uint32Array]", Se = {};
|
|
2489
2489
|
Se[Iw] = Se[Rw] = Se[Nw] = Se[jw] = Se[Dw] = Se[kw] = Se[Mw] = Se[Lw] = Se[Fw] = !0;
|
|
2490
|
-
Se[mw] = Se[$w] = Se[Tw] = Se[vw] = Se[Cw] = Se[yw] = Se[gw] = Se[_w] = Se[bw] = Se[ww] = Se[Ew] = Se[Sw] = Se[
|
|
2490
|
+
Se[mw] = Se[$w] = Se[Tw] = Se[vw] = Se[Cw] = Se[yw] = Se[gw] = Se[_w] = Se[bw] = Se[ww] = Se[Ew] = Se[Sw] = Se[Aw] = Se[Pw] = Se[Ow] = !1;
|
|
2491
2491
|
function Vw(e) {
|
|
2492
2492
|
return pw(e) && hw(e.length) && !!Se[fw(e)];
|
|
2493
2493
|
}
|
|
@@ -2515,7 +2515,7 @@ var ni = zw, Xr = {}, qw = {
|
|
|
2515
2515
|
}();
|
|
2516
2516
|
e.exports = i;
|
|
2517
2517
|
})(qw, Xr);
|
|
2518
|
-
var Ww = Uw, Bw = ni, Wc = Xr, Bc = Wc && Wc.isTypedArray, Kw = Bc ? Bw(Bc) : Ww,
|
|
2518
|
+
var Ww = Uw, Bw = ni, Wc = Xr, Bc = Wc && Wc.isTypedArray, Kw = Bc ? Bw(Bc) : Ww, Ps = Kw, Gw = xb, Hw = Qn, xw = ze, Jw = $r, Zw = ea, Yw = Ps, Xw = Object.prototype, Qw = Xw.hasOwnProperty;
|
|
2519
2519
|
function eE(e, t) {
|
|
2520
2520
|
var r = xw(e), n = !r && Hw(e), a = !r && !n && Jw(e), s = !r && !n && !a && Yw(e), o = r || n || a || s, i = o ? Gw(e.length, String) : [], c = i.length;
|
|
2521
2521
|
for (var l in e)
|
|
@@ -2558,14 +2558,14 @@ var gr = yE, gE = yf, _E = ti, bE = gr;
|
|
|
2558
2558
|
function wE(e) {
|
|
2559
2559
|
return gE(e, bE, _E);
|
|
2560
2560
|
}
|
|
2561
|
-
var Sf = wE, Kc = Sf, EE = 1, SE = Object.prototype,
|
|
2562
|
-
function
|
|
2561
|
+
var Sf = wE, Kc = Sf, EE = 1, SE = Object.prototype, AE = SE.hasOwnProperty;
|
|
2562
|
+
function PE(e, t, r, n, a, s) {
|
|
2563
2563
|
var o = r & EE, i = Kc(e), c = i.length, l = Kc(t), d = l.length;
|
|
2564
2564
|
if (c != d && !o)
|
|
2565
2565
|
return !1;
|
|
2566
2566
|
for (var p = c; p--; ) {
|
|
2567
2567
|
var _ = i[p];
|
|
2568
|
-
if (!(o ? _ in t :
|
|
2568
|
+
if (!(o ? _ in t : AE.call(t, _)))
|
|
2569
2569
|
return !1;
|
|
2570
2570
|
}
|
|
2571
2571
|
var E = s.get(e), $ = s.get(t);
|
|
@@ -2590,8 +2590,8 @@ function AE(e, t, r, n, a, s) {
|
|
|
2590
2590
|
}
|
|
2591
2591
|
return s.delete(e), s.delete(t), b;
|
|
2592
2592
|
}
|
|
2593
|
-
var OE =
|
|
2594
|
-
(Eo &&
|
|
2593
|
+
var OE = PE, TE = Fr, CE = ut, IE = TE(CE, "DataView"), RE = IE, NE = Fr, jE = ut, DE = NE(jE, "Promise"), kE = DE, ME = Fr, LE = ut, FE = ME(LE, "Set"), Af = FE, VE = Fr, UE = ut, zE = VE(UE, "WeakMap"), Pf = zE, Eo = RE, So = Yo, Ao = kE, Po = Af, Oo = Pf, Of = vr, fn = hf, Gc = "[object Map]", qE = "[object Object]", Hc = "[object Promise]", xc = "[object Set]", Jc = "[object WeakMap]", Zc = "[object DataView]", WE = fn(Eo), BE = fn(So), KE = fn(Ao), GE = fn(Po), HE = fn(Oo), Ar = Of;
|
|
2594
|
+
(Eo && Ar(new Eo(new ArrayBuffer(1))) != Zc || So && Ar(new So()) != Gc || Ao && Ar(Ao.resolve()) != Hc || Po && Ar(new Po()) != xc || Oo && Ar(new Oo()) != Jc) && (Ar = function(e) {
|
|
2595
2595
|
var t = Of(e), r = t == qE ? e.constructor : void 0, n = r ? fn(r) : "";
|
|
2596
2596
|
if (n)
|
|
2597
2597
|
switch (n) {
|
|
@@ -2608,7 +2608,7 @@ var OE = AE, TE = Fr, CE = ut, IE = TE(CE, "DataView"), RE = IE, NE = Fr, jE = u
|
|
|
2608
2608
|
}
|
|
2609
2609
|
return t;
|
|
2610
2610
|
});
|
|
2611
|
-
var hn =
|
|
2611
|
+
var hn = Ar, Js = As, xE = $f, JE = Db, ZE = OE, Yc = hn, Xc = ze, Qc = $r, YE = Ps, XE = 1, el = "[object Arguments]", tl = "[object Array]", Ea = "[object Object]", QE = Object.prototype, rl = QE.hasOwnProperty;
|
|
2612
2612
|
function eS(e, t, r, n, a, s) {
|
|
2613
2613
|
var o = Xc(e), i = Xc(t), c = o ? tl : Yc(e), l = i ? tl : Yc(t);
|
|
2614
2614
|
c = c == el ? Ea : c, l = l == el ? Ea : l;
|
|
@@ -2633,7 +2633,7 @@ var tS = eS, rS = tS, nl = dt;
|
|
|
2633
2633
|
function Tf(e, t, r, n, a) {
|
|
2634
2634
|
return e === t ? !0 : e == null || t == null || !nl(e) && !nl(t) ? e !== e && t !== t : rS(e, t, r, n, Tf, a);
|
|
2635
2635
|
}
|
|
2636
|
-
var si = Tf, nS =
|
|
2636
|
+
var si = Tf, nS = As, aS = si, sS = 1, oS = 2;
|
|
2637
2637
|
function iS(e, t, r, n) {
|
|
2638
2638
|
var a = r.length, s = a, o = !n;
|
|
2639
2639
|
if (e == null)
|
|
@@ -2685,16 +2685,16 @@ function gS(e) {
|
|
|
2685
2685
|
};
|
|
2686
2686
|
}
|
|
2687
2687
|
var _S = gS, bS = ze, wS = on, ES = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, SS = /^\w*$/;
|
|
2688
|
-
function
|
|
2688
|
+
function AS(e, t) {
|
|
2689
2689
|
if (bS(e))
|
|
2690
2690
|
return !1;
|
|
2691
2691
|
var r = typeof e;
|
|
2692
2692
|
return r == "number" || r == "symbol" || r == "boolean" || e == null || wS(e) ? !0 : SS.test(e) || !ES.test(e) || t != null && e in Object(t);
|
|
2693
2693
|
}
|
|
2694
|
-
var oi =
|
|
2694
|
+
var oi = AS, Rf = Xo, PS = "Expected a function";
|
|
2695
2695
|
function ii(e, t) {
|
|
2696
2696
|
if (typeof e != "function" || t != null && typeof t != "function")
|
|
2697
|
-
throw new TypeError(
|
|
2697
|
+
throw new TypeError(PS);
|
|
2698
2698
|
var r = function() {
|
|
2699
2699
|
var n = arguments, a = t ? t.apply(this, n) : n[0], s = r.cache;
|
|
2700
2700
|
if (s.has(a))
|
|
@@ -2781,13 +2781,13 @@ function p2(e, t) {
|
|
|
2781
2781
|
return e != null && h2(e, t, f2);
|
|
2782
2782
|
}
|
|
2783
2783
|
var m2 = p2, $2 = si, v2 = Je, y2 = m2, g2 = oi, _2 = Cf, b2 = If, w2 = pn, E2 = 1, S2 = 2;
|
|
2784
|
-
function
|
|
2784
|
+
function A2(e, t) {
|
|
2785
2785
|
return g2(e) && _2(t) ? b2(w2(e), t) : function(r) {
|
|
2786
2786
|
var n = v2(r, e);
|
|
2787
2787
|
return n === void 0 && n === t ? y2(r, e) : $2(t, n, E2 | S2);
|
|
2788
2788
|
};
|
|
2789
2789
|
}
|
|
2790
|
-
var
|
|
2790
|
+
var P2 = A2;
|
|
2791
2791
|
function O2(e) {
|
|
2792
2792
|
return e;
|
|
2793
2793
|
}
|
|
@@ -2807,7 +2807,7 @@ var N2 = R2, j2 = C2, D2 = N2, k2 = oi, M2 = pn;
|
|
|
2807
2807
|
function L2(e) {
|
|
2808
2808
|
return k2(e) ? j2(M2(e)) : D2(e);
|
|
2809
2809
|
}
|
|
2810
|
-
var F2 = L2, V2 = _S, U2 =
|
|
2810
|
+
var F2 = L2, V2 = _S, U2 = P2, z2 = Ts, q2 = ze, W2 = F2;
|
|
2811
2811
|
function B2(e) {
|
|
2812
2812
|
return typeof e == "function" ? e : e == null ? z2 : typeof e == "object" ? q2(e) ? U2(e[0], e[1]) : V2(e) : W2(e);
|
|
2813
2813
|
}
|
|
@@ -2815,36 +2815,36 @@ var ra = B2, K2 = g_, G2 = b_, H2 = ra;
|
|
|
2815
2815
|
function x2(e, t) {
|
|
2816
2816
|
return e && e.length ? K2(e, H2(t), G2) : void 0;
|
|
2817
2817
|
}
|
|
2818
|
-
var li = x2, J2 = ai, Z2 = hn, Y2 = Qn, X2 = ze, Q2 = yr,
|
|
2819
|
-
function
|
|
2818
|
+
var li = x2, J2 = ai, Z2 = hn, Y2 = Qn, X2 = ze, Q2 = yr, eA = $r, tA = Os, rA = Ps, nA = "[object Map]", aA = "[object Set]", sA = Object.prototype, oA = sA.hasOwnProperty;
|
|
2819
|
+
function iA(e) {
|
|
2820
2820
|
if (e == null)
|
|
2821
2821
|
return !0;
|
|
2822
|
-
if (Q2(e) && (X2(e) || typeof e == "string" || typeof e.splice == "function" ||
|
|
2822
|
+
if (Q2(e) && (X2(e) || typeof e == "string" || typeof e.splice == "function" || eA(e) || rA(e) || Y2(e)))
|
|
2823
2823
|
return !e.length;
|
|
2824
2824
|
var t = Z2(e);
|
|
2825
|
-
if (t ==
|
|
2825
|
+
if (t == nA || t == aA)
|
|
2826
2826
|
return !e.size;
|
|
2827
|
-
if (
|
|
2827
|
+
if (tA(e))
|
|
2828
2828
|
return !J2(e).length;
|
|
2829
2829
|
for (var r in e)
|
|
2830
|
-
if (
|
|
2830
|
+
if (oA.call(e, r))
|
|
2831
2831
|
return !1;
|
|
2832
2832
|
return !0;
|
|
2833
2833
|
}
|
|
2834
|
-
var _e =
|
|
2835
|
-
function
|
|
2834
|
+
var _e = iA;
|
|
2835
|
+
function uA(e, t, r, n) {
|
|
2836
2836
|
var a = -1, s = e == null ? 0 : e.length;
|
|
2837
2837
|
for (n && s && (r = e[++a]); ++a < s; )
|
|
2838
2838
|
r = t(r, e[a], a, e);
|
|
2839
2839
|
return r;
|
|
2840
2840
|
}
|
|
2841
|
-
var
|
|
2842
|
-
function
|
|
2841
|
+
var cA = uA;
|
|
2842
|
+
function lA(e) {
|
|
2843
2843
|
return function(t) {
|
|
2844
2844
|
return e == null ? void 0 : e[t];
|
|
2845
2845
|
};
|
|
2846
2846
|
}
|
|
2847
|
-
var
|
|
2847
|
+
var dA = lA, fA = dA, hA = {
|
|
2848
2848
|
// Latin-1 Supplement block.
|
|
2849
2849
|
À: "A",
|
|
2850
2850
|
Á: "A",
|
|
@@ -3037,79 +3037,79 @@ var dP = lP, fP = dP, hP = {
|
|
|
3037
3037
|
œ: "oe",
|
|
3038
3038
|
ʼn: "'n",
|
|
3039
3039
|
ſ: "s"
|
|
3040
|
-
},
|
|
3041
|
-
function
|
|
3042
|
-
return e =
|
|
3040
|
+
}, pA = fA(hA), mA = pA, $A = mA, vA = ta, yA = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, gA = "\\u0300-\\u036f", _A = "\\ufe20-\\ufe2f", bA = "\\u20d0-\\u20ff", wA = gA + _A + bA, EA = "[" + wA + "]", SA = RegExp(EA, "g");
|
|
3041
|
+
function AA(e) {
|
|
3042
|
+
return e = vA(e), e && e.replace(yA, $A).replace(SA, "");
|
|
3043
3043
|
}
|
|
3044
|
-
var
|
|
3045
|
-
function
|
|
3046
|
-
return e.match(
|
|
3044
|
+
var PA = AA, OA = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
|
3045
|
+
function TA(e) {
|
|
3046
|
+
return e.match(OA) || [];
|
|
3047
3047
|
}
|
|
3048
|
-
var
|
|
3049
|
-
function
|
|
3050
|
-
return
|
|
3048
|
+
var CA = TA, IA = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
|
|
3049
|
+
function RA(e) {
|
|
3050
|
+
return IA.test(e);
|
|
3051
3051
|
}
|
|
3052
|
-
var
|
|
3052
|
+
var NA = RA, Mf = "\\ud800-\\udfff", jA = "\\u0300-\\u036f", DA = "\\ufe20-\\ufe2f", kA = "\\u20d0-\\u20ff", MA = jA + DA + kA, Lf = "\\u2700-\\u27bf", Ff = "a-z\\xdf-\\xf6\\xf8-\\xff", LA = "\\xac\\xb1\\xd7\\xf7", FA = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", VA = "\\u2000-\\u206f", UA = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Vf = "A-Z\\xc0-\\xd6\\xd8-\\xde", zA = "\\ufe0e\\ufe0f", Uf = LA + FA + VA + UA, zf = "['’]", il = "[" + Uf + "]", qA = "[" + MA + "]", qf = "\\d+", WA = "[" + Lf + "]", Wf = "[" + Ff + "]", Bf = "[^" + Mf + Uf + qf + Lf + Ff + Vf + "]", BA = "\\ud83c[\\udffb-\\udfff]", KA = "(?:" + qA + "|" + BA + ")", GA = "[^" + Mf + "]", Kf = "(?:\\ud83c[\\udde6-\\uddff]){2}", Gf = "[\\ud800-\\udbff][\\udc00-\\udfff]", Hr = "[" + Vf + "]", HA = "\\u200d", ul = "(?:" + Wf + "|" + Bf + ")", xA = "(?:" + Hr + "|" + Bf + ")", cl = "(?:" + zf + "(?:d|ll|m|re|s|t|ve))?", ll = "(?:" + zf + "(?:D|LL|M|RE|S|T|VE))?", Hf = KA + "?", xf = "[" + zA + "]?", JA = "(?:" + HA + "(?:" + [GA, Kf, Gf].join("|") + ")" + xf + Hf + ")*", ZA = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", YA = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", XA = xf + Hf + JA, QA = "(?:" + [WA, Kf, Gf].join("|") + ")" + XA, eP = RegExp([
|
|
3053
3053
|
Hr + "?" + Wf + "+" + cl + "(?=" + [il, Hr, "$"].join("|") + ")",
|
|
3054
|
-
|
|
3054
|
+
xA + "+" + ll + "(?=" + [il, Hr + ul, "$"].join("|") + ")",
|
|
3055
3055
|
Hr + "?" + ul + "+" + cl,
|
|
3056
3056
|
Hr + "+" + ll,
|
|
3057
|
-
|
|
3058
|
-
|
|
3057
|
+
YA,
|
|
3058
|
+
ZA,
|
|
3059
3059
|
qf,
|
|
3060
|
-
|
|
3060
|
+
QA
|
|
3061
3061
|
].join("|"), "g");
|
|
3062
|
-
function
|
|
3063
|
-
return e.match(
|
|
3062
|
+
function tP(e) {
|
|
3063
|
+
return e.match(eP) || [];
|
|
3064
3064
|
}
|
|
3065
|
-
var
|
|
3066
|
-
function
|
|
3067
|
-
return e =
|
|
3065
|
+
var rP = tP, nP = CA, aP = NA, sP = ta, oP = rP;
|
|
3066
|
+
function iP(e, t, r) {
|
|
3067
|
+
return e = sP(e), t = r ? void 0 : t, t === void 0 ? aP(e) ? oP(e) : nP(e) : e.match(t) || [];
|
|
3068
3068
|
}
|
|
3069
|
-
var
|
|
3070
|
-
function
|
|
3069
|
+
var uP = iP, cP = cA, lP = PA, dP = uP, fP = "['’]", hP = RegExp(fP, "g");
|
|
3070
|
+
function pP(e) {
|
|
3071
3071
|
return function(t) {
|
|
3072
|
-
return
|
|
3072
|
+
return cP(dP(lP(t).replace(hP, "")), e, "");
|
|
3073
3073
|
};
|
|
3074
3074
|
}
|
|
3075
|
-
var
|
|
3076
|
-
function $
|
|
3075
|
+
var mP = pP;
|
|
3076
|
+
function $P(e, t, r) {
|
|
3077
3077
|
var n = -1, a = e.length;
|
|
3078
3078
|
t < 0 && (t = -t > a ? 0 : a + t), r = r > a ? a : r, r < 0 && (r += a), a = t > r ? 0 : r - t >>> 0, t >>>= 0;
|
|
3079
3079
|
for (var s = Array(a); ++n < a; )
|
|
3080
3080
|
s[n] = e[n + t];
|
|
3081
3081
|
return s;
|
|
3082
3082
|
}
|
|
3083
|
-
var
|
|
3084
|
-
function
|
|
3083
|
+
var vP = $P, yP = vP;
|
|
3084
|
+
function gP(e, t, r) {
|
|
3085
3085
|
var n = e.length;
|
|
3086
|
-
return r = r === void 0 ? n : r, !t && r >= n ? e :
|
|
3086
|
+
return r = r === void 0 ? n : r, !t && r >= n ? e : yP(e, t, r);
|
|
3087
3087
|
}
|
|
3088
|
-
var
|
|
3089
|
-
function
|
|
3090
|
-
return
|
|
3088
|
+
var _P = gP, bP = "\\ud800-\\udfff", wP = "\\u0300-\\u036f", EP = "\\ufe20-\\ufe2f", SP = "\\u20d0-\\u20ff", AP = wP + EP + SP, PP = "\\ufe0e\\ufe0f", OP = "\\u200d", TP = RegExp("[" + OP + bP + AP + PP + "]");
|
|
3089
|
+
function CP(e) {
|
|
3090
|
+
return TP.test(e);
|
|
3091
3091
|
}
|
|
3092
|
-
var Jf =
|
|
3093
|
-
function
|
|
3092
|
+
var Jf = CP;
|
|
3093
|
+
function IP(e) {
|
|
3094
3094
|
return e.split("");
|
|
3095
3095
|
}
|
|
3096
|
-
var
|
|
3097
|
-
function
|
|
3098
|
-
return e.match(
|
|
3096
|
+
var RP = IP, Zf = "\\ud800-\\udfff", NP = "\\u0300-\\u036f", jP = "\\ufe20-\\ufe2f", DP = "\\u20d0-\\u20ff", kP = NP + jP + DP, MP = "\\ufe0e\\ufe0f", LP = "[" + Zf + "]", To = "[" + kP + "]", Co = "\\ud83c[\\udffb-\\udfff]", FP = "(?:" + To + "|" + Co + ")", Yf = "[^" + Zf + "]", Xf = "(?:\\ud83c[\\udde6-\\uddff]){2}", Qf = "[\\ud800-\\udbff][\\udc00-\\udfff]", VP = "\\u200d", eh = FP + "?", th = "[" + MP + "]?", UP = "(?:" + VP + "(?:" + [Yf, Xf, Qf].join("|") + ")" + th + eh + ")*", zP = th + eh + UP, qP = "(?:" + [Yf + To + "?", To, Xf, Qf, LP].join("|") + ")", WP = RegExp(Co + "(?=" + Co + ")|" + qP + zP, "g");
|
|
3097
|
+
function BP(e) {
|
|
3098
|
+
return e.match(WP) || [];
|
|
3099
3099
|
}
|
|
3100
|
-
var
|
|
3101
|
-
function
|
|
3102
|
-
return
|
|
3100
|
+
var KP = BP, GP = RP, HP = Jf, xP = KP;
|
|
3101
|
+
function JP(e) {
|
|
3102
|
+
return HP(e) ? xP(e) : GP(e);
|
|
3103
3103
|
}
|
|
3104
|
-
var
|
|
3104
|
+
var ZP = JP, YP = _P, XP = Jf, QP = ZP, eO = ta;
|
|
3105
3105
|
function tO(e) {
|
|
3106
3106
|
return function(t) {
|
|
3107
3107
|
t = eO(t);
|
|
3108
|
-
var r =
|
|
3108
|
+
var r = XP(t) ? QP(t) : void 0, n = r ? r[0] : t.charAt(0), a = r ? YP(r, 1).join("") : t.slice(1);
|
|
3109
3109
|
return n[e]() + a;
|
|
3110
3110
|
};
|
|
3111
3111
|
}
|
|
3112
|
-
var rO = tO, nO = rO, aO = nO("toUpperCase"), sO = aO, oO =
|
|
3112
|
+
var rO = tO, nO = rO, aO = nO("toUpperCase"), sO = aO, oO = mP, iO = sO, uO = oO(function(e, t, r) {
|
|
3113
3113
|
return e + (r ? " " : "") + iO(t);
|
|
3114
3114
|
}), rh = uO, dl = sn, cO = Qn, lO = ze, fl = dl ? dl.isConcatSpreadable : void 0;
|
|
3115
3115
|
function dO(e) {
|
|
@@ -3168,20 +3168,20 @@ var gO = yO, _O = Fr, bO = function() {
|
|
|
3168
3168
|
value: wO(t),
|
|
3169
3169
|
writable: !0
|
|
3170
3170
|
});
|
|
3171
|
-
} : EO,
|
|
3171
|
+
} : EO, AO = SO, PO = 800, OO = 16, TO = Date.now;
|
|
3172
3172
|
function CO(e) {
|
|
3173
3173
|
var t = 0, r = 0;
|
|
3174
3174
|
return function() {
|
|
3175
3175
|
var n = TO(), a = OO - (n - r);
|
|
3176
3176
|
if (r = n, a > 0) {
|
|
3177
|
-
if (++t >=
|
|
3177
|
+
if (++t >= PO)
|
|
3178
3178
|
return arguments[0];
|
|
3179
3179
|
} else
|
|
3180
3180
|
t = 0;
|
|
3181
3181
|
return e.apply(void 0, arguments);
|
|
3182
3182
|
};
|
|
3183
3183
|
}
|
|
3184
|
-
var ih = CO, IO =
|
|
3184
|
+
var ih = CO, IO = AO, RO = ih, NO = RO(IO), fi = NO, jO = Ts, DO = sh, kO = fi;
|
|
3185
3185
|
function MO(e, t) {
|
|
3186
3186
|
return kO(DO(e, t, jO), e + "");
|
|
3187
3187
|
}
|
|
@@ -3222,7 +3222,7 @@ function xO(e, t, r) {
|
|
|
3222
3222
|
var JO = xO;
|
|
3223
3223
|
function ZO() {
|
|
3224
3224
|
}
|
|
3225
|
-
var fh = ZO, Zs =
|
|
3225
|
+
var fh = ZO, Zs = Af, YO = fh, XO = Qo, QO = 1 / 0, eT = Zs && 1 / XO(new Zs([, -0]))[1] == QO ? function(e) {
|
|
3226
3226
|
return new Zs(e);
|
|
3227
3227
|
} : YO, tT = eT, rT = pf, nT = dh, aT = JO, sT = mf, oT = tT, iT = Qo, uT = 200;
|
|
3228
3228
|
function cT(e, t, r) {
|
|
@@ -3279,7 +3279,7 @@ function ST(e) {
|
|
|
3279
3279
|
return t;
|
|
3280
3280
|
};
|
|
3281
3281
|
}
|
|
3282
|
-
var
|
|
3282
|
+
var AT = ST, PT = AT, OT = PT(), mh = OT, Wn = {}, TT = {
|
|
3283
3283
|
get exports() {
|
|
3284
3284
|
return Wn;
|
|
3285
3285
|
},
|
|
@@ -3385,7 +3385,7 @@ var sa = vC, yC = aa, gC = sa;
|
|
|
3385
3385
|
function _C(e) {
|
|
3386
3386
|
return yC(e, gC(e));
|
|
3387
3387
|
}
|
|
3388
|
-
var bC = _C, yl = ph, wC = Wn, EC = $h, SC = na,
|
|
3388
|
+
var bC = _C, yl = ph, wC = Wn, EC = $h, SC = na, AC = vh, gl = Qn, _l = ze, PC = hh, OC = $r, TC = Xn, CC = yt, IC = gh, RC = Ps, bl = _h, NC = bC;
|
|
3389
3389
|
function jC(e, t, r, n, a, s, o) {
|
|
3390
3390
|
var i = bl(e, r), c = bl(t, r), l = o.get(c);
|
|
3391
3391
|
if (l) {
|
|
@@ -3395,11 +3395,11 @@ function jC(e, t, r, n, a, s, o) {
|
|
|
3395
3395
|
var d = s ? s(i, c, r + "", e, t, o) : void 0, p = d === void 0;
|
|
3396
3396
|
if (p) {
|
|
3397
3397
|
var _ = _l(c), E = !_ && OC(c), $ = !_ && !E && RC(c);
|
|
3398
|
-
d = c, _ || E || $ ? _l(i) ? d = i :
|
|
3398
|
+
d = c, _ || E || $ ? _l(i) ? d = i : PC(i) ? d = SC(i) : E ? (p = !1, d = wC(c, !0)) : $ ? (p = !1, d = EC(c, !0)) : d = [] : IC(c) || gl(c) ? (d = i, gl(i) ? d = NC(i) : (!CC(i) || TC(i)) && (d = AC(c))) : p = !1;
|
|
3399
3399
|
}
|
|
3400
3400
|
p && (o.set(c, d), a(d, c, n, s, o), o.delete(c)), yl(e, r, d);
|
|
3401
3401
|
}
|
|
3402
|
-
var DC = jC, kC =
|
|
3402
|
+
var DC = jC, kC = As, MC = ph, LC = mh, FC = DC, VC = yt, UC = sa, zC = _h;
|
|
3403
3403
|
function bh(e, t, r, n, a) {
|
|
3404
3404
|
e !== t && LC(t, function(s, o) {
|
|
3405
3405
|
if (a || (a = new kC()), VC(s))
|
|
@@ -3456,9 +3456,9 @@ var hI = fI, pI = ei, mI = mi, $I = ti, vI = _f, yI = Object.getOwnPropertySymbo
|
|
|
3456
3456
|
function wI(e, t) {
|
|
3457
3457
|
return _I(e, bI(e), t);
|
|
3458
3458
|
}
|
|
3459
|
-
var EI = wI, SI = yf,
|
|
3459
|
+
var EI = wI, SI = yf, AI = Sh, PI = sa;
|
|
3460
3460
|
function OI(e) {
|
|
3461
|
-
return SI(e,
|
|
3461
|
+
return SI(e, PI, AI);
|
|
3462
3462
|
}
|
|
3463
3463
|
var TI = OI, CI = Object.prototype, II = CI.hasOwnProperty;
|
|
3464
3464
|
function RI(e) {
|
|
@@ -3517,13 +3517,13 @@ var fR = dR, hR = hn, pR = dt, mR = "[object Map]";
|
|
|
3517
3517
|
function $R(e) {
|
|
3518
3518
|
return pR(e) && hR(e) == mR;
|
|
3519
3519
|
}
|
|
3520
|
-
var vR = $R, yR = vR, gR = ni,
|
|
3521
|
-
function
|
|
3520
|
+
var vR = $R, yR = vR, gR = ni, Al = Xr, Pl = Al && Al.isMap, _R = Pl ? gR(Pl) : yR, bR = _R, wR = hn, ER = dt, SR = "[object Set]";
|
|
3521
|
+
function AR(e) {
|
|
3522
3522
|
return ER(e) && wR(e) == SR;
|
|
3523
3523
|
}
|
|
3524
|
-
var
|
|
3525
|
-
we[
|
|
3526
|
-
we[sN] = we[
|
|
3524
|
+
var PR = AR, OR = PR, TR = ni, Ol = Xr, Tl = Ol && Ol.isSet, CR = Tl ? TR(Tl) : OR, IR = CR, RR = As, NR = vi, jR = $i, DR = Eh, kR = cI, MR = Wn, LR = na, FR = hI, VR = EI, UR = Sf, zR = TI, qR = hn, WR = NI, BR = fR, KR = vh, GR = ze, HR = $r, xR = bR, JR = yt, ZR = IR, YR = gr, XR = sa, QR = 1, eN = 2, tN = 4, Ah = "[object Arguments]", rN = "[object Array]", nN = "[object Boolean]", aN = "[object Date]", sN = "[object Error]", Ph = "[object Function]", oN = "[object GeneratorFunction]", iN = "[object Map]", uN = "[object Number]", Oh = "[object Object]", cN = "[object RegExp]", lN = "[object Set]", dN = "[object String]", fN = "[object Symbol]", hN = "[object WeakMap]", pN = "[object ArrayBuffer]", mN = "[object DataView]", $N = "[object Float32Array]", vN = "[object Float64Array]", yN = "[object Int8Array]", gN = "[object Int16Array]", _N = "[object Int32Array]", bN = "[object Uint8Array]", wN = "[object Uint8ClampedArray]", EN = "[object Uint16Array]", SN = "[object Uint32Array]", we = {};
|
|
3525
|
+
we[Ah] = we[rN] = we[pN] = we[mN] = we[nN] = we[aN] = we[$N] = we[vN] = we[yN] = we[gN] = we[_N] = we[iN] = we[uN] = we[Oh] = we[cN] = we[lN] = we[dN] = we[fN] = we[bN] = we[wN] = we[EN] = we[SN] = !0;
|
|
3526
|
+
we[sN] = we[Ph] = we[hN] = !1;
|
|
3527
3527
|
function La(e, t, r, n, a, s) {
|
|
3528
3528
|
var o, i = t & QR, c = t & eN, l = t & tN;
|
|
3529
3529
|
if (r && (o = a ? r(e, n, a, s) : r(e)), o !== void 0)
|
|
@@ -3535,10 +3535,10 @@ function La(e, t, r, n, a, s) {
|
|
|
3535
3535
|
if (o = WR(e), !i)
|
|
3536
3536
|
return LR(e, o);
|
|
3537
3537
|
} else {
|
|
3538
|
-
var p = qR(e), _ = p ==
|
|
3538
|
+
var p = qR(e), _ = p == Ph || p == oN;
|
|
3539
3539
|
if (HR(e))
|
|
3540
3540
|
return MR(e, i);
|
|
3541
|
-
if (p == Oh || p ==
|
|
3541
|
+
if (p == Oh || p == Ah || _ && !a) {
|
|
3542
3542
|
if (o = c || _ ? {} : KR(e), !i)
|
|
3543
3543
|
return c ? VR(e, kR(o, e)) : FR(e, DR(o, e));
|
|
3544
3544
|
} else {
|
|
@@ -3561,9 +3561,9 @@ function La(e, t, r, n, a, s) {
|
|
|
3561
3561
|
b && (h = m, m = e[h]), jR(o, h, La(m, t, r, h, e, s));
|
|
3562
3562
|
}), o;
|
|
3563
3563
|
}
|
|
3564
|
-
var yi = La,
|
|
3564
|
+
var yi = La, AN = yi, PN = 1, ON = 4;
|
|
3565
3565
|
function TN(e) {
|
|
3566
|
-
return
|
|
3566
|
+
return AN(e, PN | ON);
|
|
3567
3567
|
}
|
|
3568
3568
|
var Cl = TN, Th = {};
|
|
3569
3569
|
(function(e) {
|
|
@@ -4143,7 +4143,7 @@ function Io(e, t, r, n) {
|
|
|
4143
4143
|
rearg: e.rearg,
|
|
4144
4144
|
toInteger: e.toInteger,
|
|
4145
4145
|
toPath: e.toPath
|
|
4146
|
-
}, E = _.ary, $ = _.assign, b = _.clone, m = _.curry, h = _.forEach, v = _.isArray, w = _.isError, T = _.isFunction, D = _.isWeakMap, S = _.keys,
|
|
4146
|
+
}, E = _.ary, $ = _.assign, b = _.clone, m = _.curry, h = _.forEach, v = _.isArray, w = _.isError, T = _.isFunction, D = _.isWeakMap, S = _.keys, P = _.rearg, N = _.toInteger, V = _.toPath, z = S(Ve.aryMethod), H = {
|
|
4147
4147
|
castArray: function(f) {
|
|
4148
4148
|
return function() {
|
|
4149
4149
|
var y = arguments[0];
|
|
@@ -4210,7 +4210,7 @@ function Io(e, t, r, n) {
|
|
|
4210
4210
|
return y;
|
|
4211
4211
|
}
|
|
4212
4212
|
function Ne(f, y, j) {
|
|
4213
|
-
return o.rearg && j > 1 && (d || !Ve.skipRearg[f]) ?
|
|
4213
|
+
return o.rearg && j > 1 && (d || !Ve.skipRearg[f]) ? P(y, Ve.methodRearg[f] || Ve.aryRearg[j]) : y;
|
|
4214
4214
|
}
|
|
4215
4215
|
function rt(f, y) {
|
|
4216
4216
|
y = V(y);
|
|
@@ -4221,7 +4221,7 @@ function Io(e, t, r, n) {
|
|
|
4221
4221
|
return B;
|
|
4222
4222
|
}
|
|
4223
4223
|
function ft(f) {
|
|
4224
|
-
return
|
|
4224
|
+
return A.runInContext.convert(f)(void 0);
|
|
4225
4225
|
}
|
|
4226
4226
|
function ht(f, y) {
|
|
4227
4227
|
var j = Ve.aliasToReal[f] || f, k = Ve.remap[j] || j, q = n;
|
|
@@ -4238,7 +4238,7 @@ function Io(e, t, r, n) {
|
|
|
4238
4238
|
function M(f, y) {
|
|
4239
4239
|
return g(f, function(j) {
|
|
4240
4240
|
var k = y.length;
|
|
4241
|
-
return IN(
|
|
4241
|
+
return IN(P(Xs(j, k), y), k);
|
|
4242
4242
|
});
|
|
4243
4243
|
}
|
|
4244
4244
|
function g(f, y) {
|
|
@@ -4267,14 +4267,14 @@ function Io(e, t, r, n) {
|
|
|
4267
4267
|
}
|
|
4268
4268
|
if (!s)
|
|
4269
4269
|
return I(t, r, i);
|
|
4270
|
-
var
|
|
4270
|
+
var A = r, u = [];
|
|
4271
4271
|
return h(z, function(f) {
|
|
4272
4272
|
h(Ve.aryMethod[f], function(y) {
|
|
4273
|
-
var j =
|
|
4274
|
-
j && u.push([y, I(y, j,
|
|
4273
|
+
var j = A[Ve.remap[y] || y];
|
|
4274
|
+
j && u.push([y, I(y, j, A)]);
|
|
4275
4275
|
});
|
|
4276
|
-
}), h(S(
|
|
4277
|
-
var y =
|
|
4276
|
+
}), h(S(A), function(f) {
|
|
4277
|
+
var y = A[f];
|
|
4278
4278
|
if (typeof y == "function") {
|
|
4279
4279
|
for (var j = u.length; j--; )
|
|
4280
4280
|
if (u[j][0] == f)
|
|
@@ -4282,14 +4282,14 @@ function Io(e, t, r, n) {
|
|
|
4282
4282
|
y.convert = ht(f, y), u.push([f, y]);
|
|
4283
4283
|
}
|
|
4284
4284
|
}), h(u, function(f) {
|
|
4285
|
-
|
|
4286
|
-
}),
|
|
4285
|
+
A[f[0]] = f[1];
|
|
4286
|
+
}), A.convert = ft, A.placeholder = A, h(S(A), function(f) {
|
|
4287
4287
|
h(Ve.realToAlias[f] || [], function(y) {
|
|
4288
|
-
|
|
4288
|
+
A[y] = A[f];
|
|
4289
4289
|
});
|
|
4290
|
-
}),
|
|
4290
|
+
}), A;
|
|
4291
4291
|
}
|
|
4292
|
-
var jN = Io, jl =
|
|
4292
|
+
var jN = Io, jl = Pf, DN = jl && new jl(), Ih = DN, kN = Ts, Dl = Ih, MN = Dl ? function(e, t) {
|
|
4293
4293
|
return Dl.set(e, t), e;
|
|
4294
4294
|
} : kN, Rh = MN, LN = Cs, FN = yt;
|
|
4295
4295
|
function VN(e) {
|
|
@@ -4355,99 +4355,99 @@ function JN(e, t) {
|
|
|
4355
4355
|
var ZN = JN;
|
|
4356
4356
|
function YN() {
|
|
4357
4357
|
}
|
|
4358
|
-
var gi = YN, XN = Cs, QN = gi,
|
|
4358
|
+
var gi = YN, XN = Cs, QN = gi, e8 = 4294967295;
|
|
4359
4359
|
function es(e) {
|
|
4360
|
-
this.__wrapped__ = e, this.__actions__ = [], this.__dir__ = 1, this.__filtered__ = !1, this.__iteratees__ = [], this.__takeCount__ =
|
|
4360
|
+
this.__wrapped__ = e, this.__actions__ = [], this.__dir__ = 1, this.__filtered__ = !1, this.__iteratees__ = [], this.__takeCount__ = e8, this.__views__ = [];
|
|
4361
4361
|
}
|
|
4362
4362
|
es.prototype = XN(QN.prototype);
|
|
4363
4363
|
es.prototype.constructor = es;
|
|
4364
|
-
var _i = es, kl = Ih,
|
|
4364
|
+
var _i = es, kl = Ih, t8 = fh, r8 = kl ? function(e) {
|
|
4365
4365
|
return kl.get(e);
|
|
4366
|
-
} :
|
|
4367
|
-
function
|
|
4368
|
-
for (var t = e.name + "", r = Ml[t], n =
|
|
4366
|
+
} : t8, Dh = r8, n8 = {}, a8 = n8, Ml = a8, s8 = Object.prototype, o8 = s8.hasOwnProperty;
|
|
4367
|
+
function i8(e) {
|
|
4368
|
+
for (var t = e.name + "", r = Ml[t], n = o8.call(Ml, t) ? r.length : 0; n--; ) {
|
|
4369
4369
|
var a = r[n], s = a.func;
|
|
4370
4370
|
if (s == null || s == e)
|
|
4371
4371
|
return a.name;
|
|
4372
4372
|
}
|
|
4373
4373
|
return t;
|
|
4374
4374
|
}
|
|
4375
|
-
var
|
|
4375
|
+
var u8 = i8, c8 = Cs, l8 = gi;
|
|
4376
4376
|
function ts(e, t) {
|
|
4377
4377
|
this.__wrapped__ = e, this.__actions__ = [], this.__chain__ = !!t, this.__index__ = 0, this.__values__ = void 0;
|
|
4378
4378
|
}
|
|
4379
|
-
ts.prototype =
|
|
4379
|
+
ts.prototype = c8(l8.prototype);
|
|
4380
4380
|
ts.prototype.constructor = ts;
|
|
4381
|
-
var kh = ts,
|
|
4382
|
-
function
|
|
4383
|
-
if (e instanceof
|
|
4381
|
+
var kh = ts, d8 = _i, f8 = kh, h8 = na;
|
|
4382
|
+
function p8(e) {
|
|
4383
|
+
if (e instanceof d8)
|
|
4384
4384
|
return e.clone();
|
|
4385
|
-
var t = new
|
|
4386
|
-
return t.__actions__ =
|
|
4385
|
+
var t = new f8(e.__wrapped__, e.__chain__);
|
|
4386
|
+
return t.__actions__ = h8(e.__actions__), t.__index__ = e.__index__, t.__values__ = e.__values__, t;
|
|
4387
4387
|
}
|
|
4388
|
-
var
|
|
4388
|
+
var m8 = p8, $8 = _i, Ll = kh, v8 = gi, y8 = ze, g8 = dt, _8 = m8, b8 = Object.prototype, w8 = b8.hasOwnProperty;
|
|
4389
4389
|
function rs(e) {
|
|
4390
|
-
if (
|
|
4390
|
+
if (g8(e) && !y8(e) && !(e instanceof $8)) {
|
|
4391
4391
|
if (e instanceof Ll)
|
|
4392
4392
|
return e;
|
|
4393
|
-
if (
|
|
4394
|
-
return
|
|
4393
|
+
if (w8.call(e, "__wrapped__"))
|
|
4394
|
+
return _8(e);
|
|
4395
4395
|
}
|
|
4396
4396
|
return new Ll(e);
|
|
4397
4397
|
}
|
|
4398
|
-
rs.prototype =
|
|
4398
|
+
rs.prototype = v8.prototype;
|
|
4399
4399
|
rs.prototype.constructor = rs;
|
|
4400
|
-
var
|
|
4401
|
-
function
|
|
4402
|
-
var t =
|
|
4403
|
-
if (typeof r != "function" || !(t in
|
|
4400
|
+
var E8 = rs, S8 = _i, A8 = Dh, P8 = u8, O8 = E8;
|
|
4401
|
+
function T8(e) {
|
|
4402
|
+
var t = P8(e), r = O8[t];
|
|
4403
|
+
if (typeof r != "function" || !(t in S8.prototype))
|
|
4404
4404
|
return !1;
|
|
4405
4405
|
if (e === r)
|
|
4406
4406
|
return !0;
|
|
4407
|
-
var n =
|
|
4407
|
+
var n = A8(r);
|
|
4408
4408
|
return !!n && e === n[0];
|
|
4409
4409
|
}
|
|
4410
|
-
var
|
|
4411
|
-
function
|
|
4412
|
-
var t = e.match(
|
|
4413
|
-
return t ? t[1].split(
|
|
4410
|
+
var C8 = T8, I8 = Rh, R8 = ih, N8 = R8(I8), Mh = N8, j8 = /\{\n\/\* \[wrapped with (.+)\] \*/, D8 = /,? & /;
|
|
4411
|
+
function k8(e) {
|
|
4412
|
+
var t = e.match(j8);
|
|
4413
|
+
return t ? t[1].split(D8) : [];
|
|
4414
4414
|
}
|
|
4415
|
-
var
|
|
4416
|
-
function
|
|
4415
|
+
var M8 = k8, L8 = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;
|
|
4416
|
+
function F8(e, t) {
|
|
4417
4417
|
var r = t.length;
|
|
4418
4418
|
if (!r)
|
|
4419
4419
|
return e;
|
|
4420
4420
|
var n = r - 1;
|
|
4421
|
-
return t[n] = (r > 1 ? "& " : "") + t[n], t = t.join(r > 2 ? ", " : " "), e.replace(
|
|
4421
|
+
return t[n] = (r > 1 ? "& " : "") + t[n], t = t.join(r > 2 ? ", " : " "), e.replace(L8, `{
|
|
4422
4422
|
/* [wrapped with ` + t + `] */
|
|
4423
4423
|
`);
|
|
4424
4424
|
}
|
|
4425
|
-
var
|
|
4426
|
-
["ary",
|
|
4427
|
-
["bind",
|
|
4428
|
-
["bindKey",
|
|
4429
|
-
["curry",
|
|
4430
|
-
["curryRight",
|
|
4431
|
-
["flip",
|
|
4432
|
-
["partial",
|
|
4433
|
-
["partialRight",
|
|
4434
|
-
["rearg",
|
|
4425
|
+
var V8 = F8, U8 = vi, z8 = dh, q8 = 1, W8 = 2, B8 = 8, K8 = 16, G8 = 32, H8 = 64, x8 = 128, J8 = 256, Z8 = 512, Y8 = [
|
|
4426
|
+
["ary", x8],
|
|
4427
|
+
["bind", q8],
|
|
4428
|
+
["bindKey", W8],
|
|
4429
|
+
["curry", B8],
|
|
4430
|
+
["curryRight", K8],
|
|
4431
|
+
["flip", Z8],
|
|
4432
|
+
["partial", G8],
|
|
4433
|
+
["partialRight", H8],
|
|
4434
|
+
["rearg", J8]
|
|
4435
4435
|
];
|
|
4436
|
-
function
|
|
4437
|
-
return
|
|
4436
|
+
function X8(e, t) {
|
|
4437
|
+
return U8(Y8, function(r) {
|
|
4438
4438
|
var n = "_." + r[0];
|
|
4439
|
-
t & r[1] && !
|
|
4439
|
+
t & r[1] && !z8(e, n) && e.push(n);
|
|
4440
4440
|
}), e.sort();
|
|
4441
4441
|
}
|
|
4442
|
-
var
|
|
4443
|
-
function
|
|
4442
|
+
var Q8 = X8, ej = M8, tj = V8, rj = fi, nj = Q8;
|
|
4443
|
+
function aj(e, t, r) {
|
|
4444
4444
|
var n = t + "";
|
|
4445
|
-
return
|
|
4445
|
+
return rj(e, tj(n, nj(ej(n), r)));
|
|
4446
4446
|
}
|
|
4447
|
-
var Lh =
|
|
4448
|
-
function
|
|
4449
|
-
var d = t &
|
|
4450
|
-
t |= d ? Fl : Vl, t &= ~(d ? Vl : Fl), t &
|
|
4447
|
+
var Lh = aj, sj = C8, oj = Mh, ij = Lh, uj = 1, cj = 2, lj = 4, dj = 8, Fl = 32, Vl = 64;
|
|
4448
|
+
function fj(e, t, r, n, a, s, o, i, c, l) {
|
|
4449
|
+
var d = t & dj, p = d ? o : void 0, _ = d ? void 0 : o, E = d ? s : void 0, $ = d ? void 0 : s;
|
|
4450
|
+
t |= d ? Fl : Vl, t &= ~(d ? Vl : Fl), t & lj || (t &= ~(uj | cj));
|
|
4451
4451
|
var b = [
|
|
4452
4452
|
e,
|
|
4453
4453
|
t,
|
|
@@ -4460,40 +4460,40 @@ function f8(e, t, r, n, a, s, o, i, c, l) {
|
|
|
4460
4460
|
c,
|
|
4461
4461
|
l
|
|
4462
4462
|
], m = r.apply(void 0, b);
|
|
4463
|
-
return
|
|
4463
|
+
return sj(e) && oj(m, b), m.placeholder = n, ij(m, e, t);
|
|
4464
4464
|
}
|
|
4465
|
-
var Fh =
|
|
4466
|
-
function
|
|
4465
|
+
var Fh = fj;
|
|
4466
|
+
function hj(e) {
|
|
4467
4467
|
var t = e;
|
|
4468
4468
|
return t.placeholder;
|
|
4469
4469
|
}
|
|
4470
|
-
var Vh =
|
|
4471
|
-
function
|
|
4472
|
-
for (var r = e.length, n = $
|
|
4470
|
+
var Vh = hj, pj = na, mj = ea, $j = Math.min;
|
|
4471
|
+
function vj(e, t) {
|
|
4472
|
+
for (var r = e.length, n = $j(t.length, r), a = pj(e); n--; ) {
|
|
4473
4473
|
var s = t[n];
|
|
4474
|
-
e[n] =
|
|
4474
|
+
e[n] = mj(s, r) ? a[s] : void 0;
|
|
4475
4475
|
}
|
|
4476
4476
|
return e;
|
|
4477
4477
|
}
|
|
4478
|
-
var
|
|
4479
|
-
function
|
|
4478
|
+
var yj = vj, Ul = "__lodash_placeholder__";
|
|
4479
|
+
function gj(e, t) {
|
|
4480
4480
|
for (var r = -1, n = e.length, a = 0, s = []; ++r < n; ) {
|
|
4481
4481
|
var o = e[r];
|
|
4482
4482
|
(o === t || o === Ul) && (e[r] = Ul, s[a++] = r);
|
|
4483
4483
|
}
|
|
4484
4484
|
return s;
|
|
4485
4485
|
}
|
|
4486
|
-
var bi =
|
|
4486
|
+
var bi = gj, _j = Nh, bj = jh, wj = ZN, zl = Is, Ej = Fh, Sj = Vh, Aj = yj, Pj = bi, Oj = ut, Tj = 1, Cj = 2, Ij = 8, Rj = 16, Nj = 128, jj = 512;
|
|
4487
4487
|
function Uh(e, t, r, n, a, s, o, i, c, l) {
|
|
4488
|
-
var d = t &
|
|
4488
|
+
var d = t & Nj, p = t & Tj, _ = t & Cj, E = t & (Ij | Rj), $ = t & jj, b = _ ? void 0 : zl(e);
|
|
4489
4489
|
function m() {
|
|
4490
4490
|
for (var h = arguments.length, v = Array(h), w = h; w--; )
|
|
4491
4491
|
v[w] = arguments[w];
|
|
4492
4492
|
if (E)
|
|
4493
|
-
var T =
|
|
4494
|
-
if (n && (v =
|
|
4495
|
-
var S =
|
|
4496
|
-
return
|
|
4493
|
+
var T = Sj(m), D = wj(v, T);
|
|
4494
|
+
if (n && (v = _j(v, n, a, E)), s && (v = bj(v, s, o, E)), h -= D, E && h < l) {
|
|
4495
|
+
var S = Pj(v, T);
|
|
4496
|
+
return Ej(
|
|
4497
4497
|
e,
|
|
4498
4498
|
t,
|
|
4499
4499
|
Uh,
|
|
@@ -4506,23 +4506,23 @@ function Uh(e, t, r, n, a, s, o, i, c, l) {
|
|
|
4506
4506
|
l - h
|
|
4507
4507
|
);
|
|
4508
4508
|
}
|
|
4509
|
-
var
|
|
4510
|
-
return h = v.length, i ? v =
|
|
4509
|
+
var P = p ? r : this, N = _ ? P[e] : e;
|
|
4510
|
+
return h = v.length, i ? v = Aj(v, i) : $ && h > 1 && v.reverse(), d && c < h && (v.length = c), this && this !== Oj && this instanceof m && (N = b || zl(N)), N.apply(P, v);
|
|
4511
4511
|
}
|
|
4512
4512
|
return m;
|
|
4513
4513
|
}
|
|
4514
|
-
var zh = Uh,
|
|
4515
|
-
function
|
|
4516
|
-
var n =
|
|
4514
|
+
var zh = Uh, Dj = di, kj = Is, Mj = zh, Lj = Fh, Fj = Vh, Vj = bi, Uj = ut;
|
|
4515
|
+
function zj(e, t, r) {
|
|
4516
|
+
var n = kj(e);
|
|
4517
4517
|
function a() {
|
|
4518
|
-
for (var s = arguments.length, o = Array(s), i = s, c =
|
|
4518
|
+
for (var s = arguments.length, o = Array(s), i = s, c = Fj(a); i--; )
|
|
4519
4519
|
o[i] = arguments[i];
|
|
4520
|
-
var l = s < 3 && o[0] !== c && o[s - 1] !== c ? [] :
|
|
4520
|
+
var l = s < 3 && o[0] !== c && o[s - 1] !== c ? [] : Vj(o, c);
|
|
4521
4521
|
if (s -= l.length, s < r)
|
|
4522
|
-
return
|
|
4522
|
+
return Lj(
|
|
4523
4523
|
e,
|
|
4524
4524
|
t,
|
|
4525
|
-
|
|
4525
|
+
Mj,
|
|
4526
4526
|
a.placeholder,
|
|
4527
4527
|
void 0,
|
|
4528
4528
|
o,
|
|
@@ -4531,51 +4531,51 @@ function z8(e, t, r) {
|
|
|
4531
4531
|
void 0,
|
|
4532
4532
|
r - s
|
|
4533
4533
|
);
|
|
4534
|
-
var d = this && this !==
|
|
4535
|
-
return
|
|
4534
|
+
var d = this && this !== Uj && this instanceof a ? n : e;
|
|
4535
|
+
return Dj(d, this, o);
|
|
4536
4536
|
}
|
|
4537
4537
|
return a;
|
|
4538
4538
|
}
|
|
4539
|
-
var
|
|
4540
|
-
function
|
|
4541
|
-
var a = t &
|
|
4539
|
+
var qj = zj, Wj = di, Bj = Is, Kj = ut, Gj = 1;
|
|
4540
|
+
function Hj(e, t, r, n) {
|
|
4541
|
+
var a = t & Gj, s = Bj(e);
|
|
4542
4542
|
function o() {
|
|
4543
|
-
for (var i = -1, c = arguments.length, l = -1, d = n.length, p = Array(d + c), _ = this && this !==
|
|
4543
|
+
for (var i = -1, c = arguments.length, l = -1, d = n.length, p = Array(d + c), _ = this && this !== Kj && this instanceof o ? s : e; ++l < d; )
|
|
4544
4544
|
p[l] = n[l];
|
|
4545
4545
|
for (; c--; )
|
|
4546
4546
|
p[l++] = arguments[++i];
|
|
4547
|
-
return
|
|
4547
|
+
return Wj(_, a ? r : this, p);
|
|
4548
4548
|
}
|
|
4549
4549
|
return o;
|
|
4550
4550
|
}
|
|
4551
|
-
var
|
|
4552
|
-
function
|
|
4553
|
-
var r = e[1], n = t[1], a = r | n, s = a < (eo |
|
|
4551
|
+
var xj = Hj, Jj = Nh, Zj = jh, ql = bi, Wl = "__lodash_placeholder__", eo = 1, Yj = 2, Xj = 4, Bl = 8, An = 128, Kl = 256, Qj = Math.min;
|
|
4552
|
+
function e9(e, t) {
|
|
4553
|
+
var r = e[1], n = t[1], a = r | n, s = a < (eo | Yj | An), o = n == An && r == Bl || n == An && r == Kl && e[7].length <= t[8] || n == (An | Kl) && t[7].length <= t[8] && r == Bl;
|
|
4554
4554
|
if (!(s || o))
|
|
4555
4555
|
return e;
|
|
4556
|
-
n & eo && (e[2] = t[2], a |= r & eo ? 0 :
|
|
4556
|
+
n & eo && (e[2] = t[2], a |= r & eo ? 0 : Xj);
|
|
4557
4557
|
var i = t[3];
|
|
4558
4558
|
if (i) {
|
|
4559
4559
|
var c = e[3];
|
|
4560
|
-
e[3] = c ?
|
|
4560
|
+
e[3] = c ? Jj(c, i, t[4]) : i, e[4] = c ? ql(e[3], Wl) : t[4];
|
|
4561
4561
|
}
|
|
4562
|
-
return i = t[5], i && (c = e[5], e[5] = c ?
|
|
4562
|
+
return i = t[5], i && (c = e[5], e[5] = c ? Zj(c, i, t[6]) : i, e[6] = c ? ql(e[5], Wl) : t[6]), i = t[7], i && (e[7] = i), n & An && (e[8] = e[8] == null ? t[8] : Qj(e[8], t[8])), e[9] == null && (e[9] = t[9]), e[0] = t[0], e[1] = a, e;
|
|
4563
4563
|
}
|
|
4564
|
-
var
|
|
4565
|
-
function
|
|
4566
|
-
for (var t = e.length; t-- &&
|
|
4564
|
+
var t9 = e9, r9 = /\s/;
|
|
4565
|
+
function n9(e) {
|
|
4566
|
+
for (var t = e.length; t-- && r9.test(e.charAt(t)); )
|
|
4567
4567
|
;
|
|
4568
4568
|
return t;
|
|
4569
4569
|
}
|
|
4570
|
-
var
|
|
4571
|
-
function
|
|
4572
|
-
return e && e.slice(0,
|
|
4570
|
+
var a9 = n9, s9 = a9, o9 = /^\s+/;
|
|
4571
|
+
function i9(e) {
|
|
4572
|
+
return e && e.slice(0, s9(e) + 1).replace(o9, "");
|
|
4573
4573
|
}
|
|
4574
|
-
var
|
|
4575
|
-
function
|
|
4574
|
+
var u9 = i9, c9 = u9, Gl = yt, l9 = on, Hl = 0 / 0, d9 = /^[-+]0x[0-9a-f]+$/i, f9 = /^0b[01]+$/i, h9 = /^0o[0-7]+$/i, p9 = parseInt;
|
|
4575
|
+
function m9(e) {
|
|
4576
4576
|
if (typeof e == "number")
|
|
4577
4577
|
return e;
|
|
4578
|
-
if (
|
|
4578
|
+
if (l9(e))
|
|
4579
4579
|
return Hl;
|
|
4580
4580
|
if (Gl(e)) {
|
|
4581
4581
|
var t = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
@@ -4583,36 +4583,36 @@ function mD(e) {
|
|
|
4583
4583
|
}
|
|
4584
4584
|
if (typeof e != "string")
|
|
4585
4585
|
return e === 0 ? e : +e;
|
|
4586
|
-
e =
|
|
4587
|
-
var r =
|
|
4588
|
-
return r ||
|
|
4586
|
+
e = c9(e);
|
|
4587
|
+
var r = f9.test(e);
|
|
4588
|
+
return r || h9.test(e) ? p9(e.slice(2), r ? 2 : 8) : d9.test(e) ? Hl : +e;
|
|
4589
4589
|
}
|
|
4590
|
-
var $
|
|
4591
|
-
function
|
|
4590
|
+
var $9 = m9, v9 = $9, xl = 1 / 0, y9 = 17976931348623157e292;
|
|
4591
|
+
function g9(e) {
|
|
4592
4592
|
if (!e)
|
|
4593
4593
|
return e === 0 ? e : 0;
|
|
4594
|
-
if (e =
|
|
4594
|
+
if (e = v9(e), e === xl || e === -xl) {
|
|
4595
4595
|
var t = e < 0 ? -1 : 1;
|
|
4596
|
-
return t *
|
|
4596
|
+
return t * y9;
|
|
4597
4597
|
}
|
|
4598
4598
|
return e === e ? e : 0;
|
|
4599
4599
|
}
|
|
4600
|
-
var qh =
|
|
4601
|
-
function
|
|
4602
|
-
var t =
|
|
4600
|
+
var qh = g9, _9 = qh;
|
|
4601
|
+
function b9(e) {
|
|
4602
|
+
var t = _9(e), r = t % 1;
|
|
4603
4603
|
return t === t ? r ? t - r : t : 0;
|
|
4604
4604
|
}
|
|
4605
|
-
var Rs =
|
|
4606
|
-
function
|
|
4607
|
-
var c = t &
|
|
4605
|
+
var Rs = b9, w9 = Rh, E9 = BN, S9 = qj, A9 = zh, P9 = xj, O9 = Dh, T9 = t9, C9 = Mh, I9 = Lh, Jl = Rs, R9 = "Expected a function", Zl = 1, N9 = 2, to = 8, ro = 16, no = 32, Yl = 64, Xl = Math.max;
|
|
4606
|
+
function j9(e, t, r, n, a, s, o, i) {
|
|
4607
|
+
var c = t & N9;
|
|
4608
4608
|
if (!c && typeof e != "function")
|
|
4609
|
-
throw new TypeError(
|
|
4609
|
+
throw new TypeError(R9);
|
|
4610
4610
|
var l = n ? n.length : 0;
|
|
4611
4611
|
if (l || (t &= ~(no | Yl), n = a = void 0), o = o === void 0 ? o : Xl(Jl(o), 0), i = i === void 0 ? i : Jl(i), l -= a ? a.length : 0, t & Yl) {
|
|
4612
4612
|
var d = n, p = a;
|
|
4613
4613
|
n = a = void 0;
|
|
4614
4614
|
}
|
|
4615
|
-
var _ = c ? void 0 :
|
|
4615
|
+
var _ = c ? void 0 : O9(e), E = [
|
|
4616
4616
|
e,
|
|
4617
4617
|
t,
|
|
4618
4618
|
r,
|
|
@@ -4624,79 +4624,79 @@ function jD(e, t, r, n, a, s, o, i) {
|
|
|
4624
4624
|
o,
|
|
4625
4625
|
i
|
|
4626
4626
|
];
|
|
4627
|
-
if (_ &&
|
|
4628
|
-
var $ =
|
|
4627
|
+
if (_ && T9(E, _), e = E[0], t = E[1], r = E[2], n = E[3], a = E[4], i = E[9] = E[9] === void 0 ? c ? 0 : e.length : Xl(E[9] - l, 0), !i && t & (to | ro) && (t &= ~(to | ro)), !t || t == Zl)
|
|
4628
|
+
var $ = E9(e, t, r);
|
|
4629
4629
|
else
|
|
4630
|
-
t == to || t == ro ? $ =
|
|
4631
|
-
var b = _ ?
|
|
4632
|
-
return
|
|
4630
|
+
t == to || t == ro ? $ = S9(e, t, i) : (t == no || t == (Zl | no)) && !a.length ? $ = P9(e, t, r, n) : $ = A9.apply(void 0, E);
|
|
4631
|
+
var b = _ ? w9 : C9;
|
|
4632
|
+
return I9(b($, E), e, t);
|
|
4633
4633
|
}
|
|
4634
|
-
var wi =
|
|
4635
|
-
function
|
|
4636
|
-
return t = r ? void 0 : t, t = e && t == null ? e.length : t,
|
|
4634
|
+
var wi = j9, D9 = wi, k9 = 128;
|
|
4635
|
+
function M9(e, t, r) {
|
|
4636
|
+
return t = r ? void 0 : t, t = e && t == null ? e.length : t, D9(e, k9, void 0, void 0, void 0, void 0, t);
|
|
4637
4637
|
}
|
|
4638
|
-
var
|
|
4639
|
-
function
|
|
4640
|
-
return
|
|
4638
|
+
var L9 = M9, F9 = yi, V9 = 4;
|
|
4639
|
+
function U9(e) {
|
|
4640
|
+
return F9(e, V9);
|
|
4641
4641
|
}
|
|
4642
|
-
var
|
|
4642
|
+
var z9 = U9, q9 = wi, W9 = 8;
|
|
4643
4643
|
function Ei(e, t, r) {
|
|
4644
4644
|
t = r ? void 0 : t;
|
|
4645
|
-
var n =
|
|
4645
|
+
var n = q9(e, W9, void 0, void 0, void 0, void 0, void 0, t);
|
|
4646
4646
|
return n.placeholder = Ei.placeholder, n;
|
|
4647
4647
|
}
|
|
4648
4648
|
Ei.placeholder = {};
|
|
4649
|
-
var
|
|
4650
|
-
function
|
|
4651
|
-
if (!
|
|
4649
|
+
var B9 = Ei, K9 = vr, G9 = dt, H9 = gh, x9 = "[object DOMException]", J9 = "[object Error]";
|
|
4650
|
+
function Z9(e) {
|
|
4651
|
+
if (!G9(e))
|
|
4652
4652
|
return !1;
|
|
4653
|
-
var t =
|
|
4654
|
-
return t ==
|
|
4653
|
+
var t = K9(e);
|
|
4654
|
+
return t == J9 || t == x9 || typeof e.message == "string" && typeof e.name == "string" && !H9(e);
|
|
4655
4655
|
}
|
|
4656
|
-
var
|
|
4657
|
-
function
|
|
4658
|
-
return
|
|
4656
|
+
var Y9 = Z9, X9 = hn, Q9 = dt, eD = "[object WeakMap]";
|
|
4657
|
+
function tD(e) {
|
|
4658
|
+
return Q9(e) && X9(e) == eD;
|
|
4659
4659
|
}
|
|
4660
|
-
var
|
|
4661
|
-
function
|
|
4662
|
-
return
|
|
4660
|
+
var rD = tD, nD = yi, aD = ra, sD = 1;
|
|
4661
|
+
function oD(e) {
|
|
4662
|
+
return aD(typeof e == "function" ? e : nD(e, sD));
|
|
4663
4663
|
}
|
|
4664
|
-
var
|
|
4665
|
-
function
|
|
4664
|
+
var iD = oD, uD = ah;
|
|
4665
|
+
function cD(e) {
|
|
4666
4666
|
var t = e == null ? 0 : e.length;
|
|
4667
|
-
return t ?
|
|
4667
|
+
return t ? uD(e, 1) : [];
|
|
4668
4668
|
}
|
|
4669
|
-
var
|
|
4670
|
-
function
|
|
4671
|
-
return
|
|
4669
|
+
var lD = cD, dD = lD, fD = sh, hD = fi;
|
|
4670
|
+
function pD(e) {
|
|
4671
|
+
return hD(fD(e, void 0, dD), e + "");
|
|
4672
4672
|
}
|
|
4673
|
-
var
|
|
4674
|
-
return $
|
|
4675
|
-
}),
|
|
4676
|
-
function
|
|
4677
|
-
return
|
|
4673
|
+
var mD = pD, $D = wi, vD = mD, yD = 256, gD = vD(function(e, t) {
|
|
4674
|
+
return $D(e, yD, void 0, void 0, void 0, t);
|
|
4675
|
+
}), _D = gD, bD = ui, wD = na, ED = ze, SD = on, AD = Nf, PD = pn, OD = ta;
|
|
4676
|
+
function TD(e) {
|
|
4677
|
+
return ED(e) ? bD(e, PD) : SD(e) ? [e] : wD(AD(OD(e)));
|
|
4678
4678
|
}
|
|
4679
|
-
var
|
|
4680
|
-
ary:
|
|
4679
|
+
var CD = TD, ID = {
|
|
4680
|
+
ary: L9,
|
|
4681
4681
|
assign: Eh,
|
|
4682
|
-
clone:
|
|
4683
|
-
curry:
|
|
4682
|
+
clone: z9,
|
|
4683
|
+
curry: B9,
|
|
4684
4684
|
forEach: vi,
|
|
4685
4685
|
isArray: ze,
|
|
4686
|
-
isError:
|
|
4686
|
+
isError: Y9,
|
|
4687
4687
|
isFunction: Xn,
|
|
4688
|
-
isWeakMap:
|
|
4689
|
-
iteratee:
|
|
4688
|
+
isWeakMap: rD,
|
|
4689
|
+
iteratee: iD,
|
|
4690
4690
|
keys: ai,
|
|
4691
|
-
rearg:
|
|
4691
|
+
rearg: _D,
|
|
4692
4692
|
toInteger: Rs,
|
|
4693
|
-
toPath:
|
|
4694
|
-
},
|
|
4695
|
-
function
|
|
4696
|
-
return
|
|
4693
|
+
toPath: CD
|
|
4694
|
+
}, RD = jN, ND = ID;
|
|
4695
|
+
function jD(e, t, r) {
|
|
4696
|
+
return RD(ND, e, t, r);
|
|
4697
4697
|
}
|
|
4698
|
-
var
|
|
4699
|
-
function
|
|
4698
|
+
var DD = jD, ao, Ql;
|
|
4699
|
+
function kD() {
|
|
4700
4700
|
if (Ql)
|
|
4701
4701
|
return ao;
|
|
4702
4702
|
Ql = 1;
|
|
@@ -4720,44 +4720,44 @@ function k9() {
|
|
|
4720
4720
|
return ao = s, ao;
|
|
4721
4721
|
}
|
|
4722
4722
|
var so, ed;
|
|
4723
|
-
function
|
|
4723
|
+
function MD() {
|
|
4724
4724
|
if (ed)
|
|
4725
4725
|
return so;
|
|
4726
4726
|
ed = 1;
|
|
4727
|
-
var e =
|
|
4727
|
+
var e = kD();
|
|
4728
4728
|
function t(r, n, a) {
|
|
4729
4729
|
return r == null ? r : e(r, n, a);
|
|
4730
4730
|
}
|
|
4731
4731
|
return so = t, so;
|
|
4732
4732
|
}
|
|
4733
|
-
var
|
|
4733
|
+
var LD = DD, Wh = LD("set", MD());
|
|
4734
4734
|
Wh.placeholder = Ch();
|
|
4735
|
-
var
|
|
4736
|
-
function
|
|
4737
|
-
return e &&
|
|
4735
|
+
var FD = Wh, VD = mh, UD = gr;
|
|
4736
|
+
function zD(e, t) {
|
|
4737
|
+
return e && VD(e, t, UD);
|
|
4738
4738
|
}
|
|
4739
|
-
var
|
|
4740
|
-
function
|
|
4739
|
+
var qD = zD, WD = yr;
|
|
4740
|
+
function BD(e, t) {
|
|
4741
4741
|
return function(r, n) {
|
|
4742
4742
|
if (r == null)
|
|
4743
4743
|
return r;
|
|
4744
|
-
if (!
|
|
4744
|
+
if (!WD(r))
|
|
4745
4745
|
return e(r, n);
|
|
4746
4746
|
for (var a = r.length, s = t ? a : -1, o = Object(r); (t ? s-- : ++s < a) && n(o[s], s, o) !== !1; )
|
|
4747
4747
|
;
|
|
4748
4748
|
return r;
|
|
4749
4749
|
};
|
|
4750
4750
|
}
|
|
4751
|
-
var
|
|
4752
|
-
function
|
|
4751
|
+
var KD = BD, GD = qD, HD = KD, xD = HD(GD), JD = xD, ZD = JD;
|
|
4752
|
+
function YD(e, t) {
|
|
4753
4753
|
var r = [];
|
|
4754
|
-
return
|
|
4754
|
+
return ZD(e, function(n, a, s) {
|
|
4755
4755
|
t(n, a, s) && r.push(n);
|
|
4756
4756
|
}), r;
|
|
4757
4757
|
}
|
|
4758
|
-
var
|
|
4758
|
+
var XD = YD, QD = gf, ek = XD, tk = ra, rk = ze;
|
|
4759
4759
|
function nk(e, t) {
|
|
4760
|
-
var r = rk(e) ?
|
|
4760
|
+
var r = rk(e) ? QD : ek;
|
|
4761
4761
|
return r(e, tk(t));
|
|
4762
4762
|
}
|
|
4763
4763
|
var td = nk, ak = si;
|
|
@@ -4779,12 +4779,12 @@ function vk(e) {
|
|
|
4779
4779
|
return e == null ? [] : mk(e, $k(e));
|
|
4780
4780
|
}
|
|
4781
4781
|
var yk = vk, gk = lh, _k = yr, bk = dk, wk = Rs, Ek = yk, Sk = Math.max;
|
|
4782
|
-
function
|
|
4782
|
+
function Ak(e, t, r, n) {
|
|
4783
4783
|
e = _k(e) ? e : Ek(e), r = r && !n ? wk(r) : 0;
|
|
4784
4784
|
var a = e.length;
|
|
4785
4785
|
return r < 0 && (r = Sk(a + r, 0)), bk(e) ? r <= a && e.indexOf(t, r) > -1 : !!a && gk(e, t, r) > -1;
|
|
4786
4786
|
}
|
|
4787
|
-
var
|
|
4787
|
+
var Pk = Ak, Ok = ra, Tk = yr, Ck = gr;
|
|
4788
4788
|
function Ik(e) {
|
|
4789
4789
|
return function(t, r, n) {
|
|
4790
4790
|
var a = Object(t);
|
|
@@ -4833,7 +4833,7 @@ var o4 = s4, ns = {}, i4 = {
|
|
|
4833
4833
|
set exports(e) {
|
|
4834
4834
|
ns = e;
|
|
4835
4835
|
}
|
|
4836
|
-
}, Kh = {},
|
|
4836
|
+
}, Kh = {}, Pt = {}, Qr = {}, oa = {}, le = {}, Bn = {};
|
|
4837
4837
|
(function(e) {
|
|
4838
4838
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.regexpCode = e.getEsmExportName = e.getProperty = e.safeStringify = e.stringify = e.strConcat = e.addCodeArg = e.str = e._ = e.nil = e._Code = e.Name = e.IDENTIFIER = e._CodeOrName = void 0;
|
|
4839
4839
|
class t {
|
|
@@ -5337,12 +5337,12 @@ var Ro = {};
|
|
|
5337
5337
|
}
|
|
5338
5338
|
}
|
|
5339
5339
|
S.kind = "func";
|
|
5340
|
-
class
|
|
5340
|
+
class P extends E {
|
|
5341
5341
|
render(u) {
|
|
5342
5342
|
return "return " + super.render(u);
|
|
5343
5343
|
}
|
|
5344
5344
|
}
|
|
5345
|
-
|
|
5345
|
+
P.kind = "return";
|
|
5346
5346
|
class N extends $ {
|
|
5347
5347
|
render(u) {
|
|
5348
5348
|
let f = "try" + super.render(u);
|
|
@@ -5510,10 +5510,10 @@ var Ro = {};
|
|
|
5510
5510
|
}
|
|
5511
5511
|
// `return` statement
|
|
5512
5512
|
return(u) {
|
|
5513
|
-
const f = new
|
|
5513
|
+
const f = new P();
|
|
5514
5514
|
if (this._blockNode(f), this.code(u), f.nodes.length !== 1)
|
|
5515
5515
|
throw new Error('CodeGen: "return" should have one node');
|
|
5516
|
-
return this._endBlockNode(
|
|
5516
|
+
return this._endBlockNode(P);
|
|
5517
5517
|
}
|
|
5518
5518
|
// `try` statement
|
|
5519
5519
|
try(u, f, y) {
|
|
@@ -5587,20 +5587,20 @@ var Ro = {};
|
|
|
5587
5587
|
}
|
|
5588
5588
|
}
|
|
5589
5589
|
e.CodeGen = H;
|
|
5590
|
-
function K(
|
|
5590
|
+
function K(A, u) {
|
|
5591
5591
|
for (const f in u)
|
|
5592
|
-
|
|
5593
|
-
return
|
|
5592
|
+
A[f] = (A[f] || 0) + (u[f] || 0);
|
|
5593
|
+
return A;
|
|
5594
5594
|
}
|
|
5595
|
-
function ye(
|
|
5596
|
-
return u instanceof t._CodeOrName ? K(
|
|
5595
|
+
function ye(A, u) {
|
|
5596
|
+
return u instanceof t._CodeOrName ? K(A, u.names) : A;
|
|
5597
5597
|
}
|
|
5598
|
-
function ae(
|
|
5599
|
-
if (
|
|
5600
|
-
return y(
|
|
5601
|
-
if (!j(
|
|
5602
|
-
return
|
|
5603
|
-
return new t._Code(
|
|
5598
|
+
function ae(A, u, f) {
|
|
5599
|
+
if (A instanceof t.Name)
|
|
5600
|
+
return y(A);
|
|
5601
|
+
if (!j(A))
|
|
5602
|
+
return A;
|
|
5603
|
+
return new t._Code(A._items.reduce((k, q) => (q instanceof t.Name && (q = y(q)), q instanceof t._Code ? k.push(...q._items) : k.push(q), k), []));
|
|
5604
5604
|
function y(k) {
|
|
5605
5605
|
const q = f[k.str];
|
|
5606
5606
|
return q === void 0 || u[k.str] !== 1 ? k : (delete u[k.str], q);
|
|
@@ -5609,29 +5609,29 @@ var Ro = {};
|
|
|
5609
5609
|
return k instanceof t._Code && k._items.some((q) => q instanceof t.Name && u[q.str] === 1 && f[q.str] !== void 0);
|
|
5610
5610
|
}
|
|
5611
5611
|
}
|
|
5612
|
-
function Ne(
|
|
5612
|
+
function Ne(A, u) {
|
|
5613
5613
|
for (const f in u)
|
|
5614
|
-
|
|
5614
|
+
A[f] = (A[f] || 0) - (u[f] || 0);
|
|
5615
5615
|
}
|
|
5616
|
-
function rt(
|
|
5617
|
-
return typeof
|
|
5616
|
+
function rt(A) {
|
|
5617
|
+
return typeof A == "boolean" || typeof A == "number" || A === null ? !A : (0, t._)`!${I(A)}`;
|
|
5618
5618
|
}
|
|
5619
5619
|
e.not = rt;
|
|
5620
5620
|
const ft = g(e.operators.AND);
|
|
5621
|
-
function ht(...
|
|
5622
|
-
return
|
|
5621
|
+
function ht(...A) {
|
|
5622
|
+
return A.reduce(ft);
|
|
5623
5623
|
}
|
|
5624
5624
|
e.and = ht;
|
|
5625
5625
|
const ct = g(e.operators.OR);
|
|
5626
|
-
function M(...
|
|
5627
|
-
return
|
|
5626
|
+
function M(...A) {
|
|
5627
|
+
return A.reduce(ct);
|
|
5628
5628
|
}
|
|
5629
5629
|
e.or = M;
|
|
5630
|
-
function g(
|
|
5631
|
-
return (u, f) => u === t.nil ? f : f === t.nil ? u : (0, t._)`${I(u)} ${
|
|
5630
|
+
function g(A) {
|
|
5631
|
+
return (u, f) => u === t.nil ? f : f === t.nil ? u : (0, t._)`${I(u)} ${A} ${I(f)}`;
|
|
5632
5632
|
}
|
|
5633
|
-
function I(
|
|
5634
|
-
return
|
|
5633
|
+
function I(A) {
|
|
5634
|
+
return A instanceof t.Name ? A : (0, t._)`(${A})`;
|
|
5635
5635
|
}
|
|
5636
5636
|
})(le);
|
|
5637
5637
|
var me = {};
|
|
@@ -5639,51 +5639,51 @@ var me = {};
|
|
|
5639
5639
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.checkStrictMode = e.getErrorPath = e.Type = e.useFunc = e.setEvaluated = e.evaluatedPropsToName = e.mergeEvaluated = e.eachItem = e.unescapeJsonPointer = e.escapeJsonPointer = e.escapeFragment = e.unescapeFragment = e.schemaRefOrVal = e.schemaHasRulesButRef = e.schemaHasRules = e.checkUnknownRules = e.alwaysValidSchema = e.toHash = void 0;
|
|
5640
5640
|
const t = le, r = Bn;
|
|
5641
5641
|
function n(S) {
|
|
5642
|
-
const
|
|
5642
|
+
const P = {};
|
|
5643
5643
|
for (const N of S)
|
|
5644
|
-
|
|
5645
|
-
return
|
|
5644
|
+
P[N] = !0;
|
|
5645
|
+
return P;
|
|
5646
5646
|
}
|
|
5647
5647
|
e.toHash = n;
|
|
5648
|
-
function a(S,
|
|
5649
|
-
return typeof
|
|
5648
|
+
function a(S, P) {
|
|
5649
|
+
return typeof P == "boolean" ? P : Object.keys(P).length === 0 ? !0 : (s(S, P), !o(P, S.self.RULES.all));
|
|
5650
5650
|
}
|
|
5651
5651
|
e.alwaysValidSchema = a;
|
|
5652
|
-
function s(S,
|
|
5652
|
+
function s(S, P = S.schema) {
|
|
5653
5653
|
const { opts: N, self: V } = S;
|
|
5654
|
-
if (!N.strictSchema || typeof
|
|
5654
|
+
if (!N.strictSchema || typeof P == "boolean")
|
|
5655
5655
|
return;
|
|
5656
5656
|
const z = V.RULES.keywords;
|
|
5657
|
-
for (const H in
|
|
5657
|
+
for (const H in P)
|
|
5658
5658
|
z[H] || D(S, `unknown keyword: "${H}"`);
|
|
5659
5659
|
}
|
|
5660
5660
|
e.checkUnknownRules = s;
|
|
5661
|
-
function o(S,
|
|
5661
|
+
function o(S, P) {
|
|
5662
5662
|
if (typeof S == "boolean")
|
|
5663
5663
|
return !S;
|
|
5664
5664
|
for (const N in S)
|
|
5665
|
-
if (
|
|
5665
|
+
if (P[N])
|
|
5666
5666
|
return !0;
|
|
5667
5667
|
return !1;
|
|
5668
5668
|
}
|
|
5669
5669
|
e.schemaHasRules = o;
|
|
5670
|
-
function i(S,
|
|
5670
|
+
function i(S, P) {
|
|
5671
5671
|
if (typeof S == "boolean")
|
|
5672
5672
|
return !S;
|
|
5673
5673
|
for (const N in S)
|
|
5674
|
-
if (N !== "$ref" &&
|
|
5674
|
+
if (N !== "$ref" && P.all[N])
|
|
5675
5675
|
return !0;
|
|
5676
5676
|
return !1;
|
|
5677
5677
|
}
|
|
5678
5678
|
e.schemaHasRulesButRef = i;
|
|
5679
|
-
function c({ topSchemaRef: S, schemaPath:
|
|
5679
|
+
function c({ topSchemaRef: S, schemaPath: P }, N, V, z) {
|
|
5680
5680
|
if (!z) {
|
|
5681
5681
|
if (typeof N == "number" || typeof N == "boolean")
|
|
5682
5682
|
return N;
|
|
5683
5683
|
if (typeof N == "string")
|
|
5684
5684
|
return (0, t._)`${N}`;
|
|
5685
5685
|
}
|
|
5686
|
-
return (0, t._)`${S}${
|
|
5686
|
+
return (0, t._)`${S}${P}${(0, t.getProperty)(V)}`;
|
|
5687
5687
|
}
|
|
5688
5688
|
e.schemaRefOrVal = c;
|
|
5689
5689
|
function l(S) {
|
|
@@ -5702,54 +5702,54 @@ var me = {};
|
|
|
5702
5702
|
return S.replace(/~1/g, "/").replace(/~0/g, "~");
|
|
5703
5703
|
}
|
|
5704
5704
|
e.unescapeJsonPointer = _;
|
|
5705
|
-
function E(S,
|
|
5705
|
+
function E(S, P) {
|
|
5706
5706
|
if (Array.isArray(S))
|
|
5707
5707
|
for (const N of S)
|
|
5708
|
-
|
|
5708
|
+
P(N);
|
|
5709
5709
|
else
|
|
5710
|
-
|
|
5710
|
+
P(S);
|
|
5711
5711
|
}
|
|
5712
5712
|
e.eachItem = E;
|
|
5713
|
-
function $({ mergeNames: S, mergeToName:
|
|
5713
|
+
function $({ mergeNames: S, mergeToName: P, mergeValues: N, resultToName: V }) {
|
|
5714
5714
|
return (z, H, K, ye) => {
|
|
5715
|
-
const ae = K === void 0 ? H : K instanceof t.Name ? (H instanceof t.Name ? S(z, H, K) :
|
|
5715
|
+
const ae = K === void 0 ? H : K instanceof t.Name ? (H instanceof t.Name ? S(z, H, K) : P(z, H, K), K) : H instanceof t.Name ? (P(z, K, H), H) : N(H, K);
|
|
5716
5716
|
return ye === t.Name && !(ae instanceof t.Name) ? V(z, ae) : ae;
|
|
5717
5717
|
};
|
|
5718
5718
|
}
|
|
5719
5719
|
e.mergeEvaluated = {
|
|
5720
5720
|
props: $({
|
|
5721
|
-
mergeNames: (S,
|
|
5722
|
-
S.if((0, t._)`${
|
|
5721
|
+
mergeNames: (S, P, N) => S.if((0, t._)`${N} !== true && ${P} !== undefined`, () => {
|
|
5722
|
+
S.if((0, t._)`${P} === true`, () => S.assign(N, !0), () => S.assign(N, (0, t._)`${N} || {}`).code((0, t._)`Object.assign(${N}, ${P})`));
|
|
5723
5723
|
}),
|
|
5724
|
-
mergeToName: (S,
|
|
5725
|
-
|
|
5724
|
+
mergeToName: (S, P, N) => S.if((0, t._)`${N} !== true`, () => {
|
|
5725
|
+
P === !0 ? S.assign(N, !0) : (S.assign(N, (0, t._)`${N} || {}`), m(S, N, P));
|
|
5726
5726
|
}),
|
|
5727
|
-
mergeValues: (S,
|
|
5727
|
+
mergeValues: (S, P) => S === !0 ? !0 : { ...S, ...P },
|
|
5728
5728
|
resultToName: b
|
|
5729
5729
|
}),
|
|
5730
5730
|
items: $({
|
|
5731
|
-
mergeNames: (S,
|
|
5732
|
-
mergeToName: (S,
|
|
5733
|
-
mergeValues: (S,
|
|
5734
|
-
resultToName: (S,
|
|
5731
|
+
mergeNames: (S, P, N) => S.if((0, t._)`${N} !== true && ${P} !== undefined`, () => S.assign(N, (0, t._)`${P} === true ? true : ${N} > ${P} ? ${N} : ${P}`)),
|
|
5732
|
+
mergeToName: (S, P, N) => S.if((0, t._)`${N} !== true`, () => S.assign(N, P === !0 ? !0 : (0, t._)`${N} > ${P} ? ${N} : ${P}`)),
|
|
5733
|
+
mergeValues: (S, P) => S === !0 ? !0 : Math.max(S, P),
|
|
5734
|
+
resultToName: (S, P) => S.var("items", P)
|
|
5735
5735
|
})
|
|
5736
5736
|
};
|
|
5737
|
-
function b(S,
|
|
5738
|
-
if (
|
|
5737
|
+
function b(S, P) {
|
|
5738
|
+
if (P === !0)
|
|
5739
5739
|
return S.var("props", !0);
|
|
5740
5740
|
const N = S.var("props", (0, t._)`{}`);
|
|
5741
|
-
return
|
|
5741
|
+
return P !== void 0 && m(S, N, P), N;
|
|
5742
5742
|
}
|
|
5743
5743
|
e.evaluatedPropsToName = b;
|
|
5744
|
-
function m(S,
|
|
5745
|
-
Object.keys(N).forEach((V) => S.assign((0, t._)`${
|
|
5744
|
+
function m(S, P, N) {
|
|
5745
|
+
Object.keys(N).forEach((V) => S.assign((0, t._)`${P}${(0, t.getProperty)(V)}`, !0));
|
|
5746
5746
|
}
|
|
5747
5747
|
e.setEvaluated = m;
|
|
5748
5748
|
const h = {};
|
|
5749
|
-
function v(S,
|
|
5749
|
+
function v(S, P) {
|
|
5750
5750
|
return S.scopeValue("func", {
|
|
5751
|
-
ref:
|
|
5752
|
-
code: h[
|
|
5751
|
+
ref: P,
|
|
5752
|
+
code: h[P.code] || (h[P.code] = new r._Code(P.code))
|
|
5753
5753
|
});
|
|
5754
5754
|
}
|
|
5755
5755
|
e.useFunc = v;
|
|
@@ -5757,19 +5757,19 @@ var me = {};
|
|
|
5757
5757
|
(function(S) {
|
|
5758
5758
|
S[S.Num = 0] = "Num", S[S.Str = 1] = "Str";
|
|
5759
5759
|
})(w = e.Type || (e.Type = {}));
|
|
5760
|
-
function T(S,
|
|
5760
|
+
function T(S, P, N) {
|
|
5761
5761
|
if (S instanceof t.Name) {
|
|
5762
|
-
const V =
|
|
5762
|
+
const V = P === w.Num;
|
|
5763
5763
|
return N ? V ? (0, t._)`"[" + ${S} + "]"` : (0, t._)`"['" + ${S} + "']"` : V ? (0, t._)`"/" + ${S}` : (0, t._)`"/" + ${S}.replace(/~/g, "~0").replace(/\\//g, "~1")`;
|
|
5764
5764
|
}
|
|
5765
5765
|
return N ? (0, t.getProperty)(S).toString() : "/" + p(S);
|
|
5766
5766
|
}
|
|
5767
5767
|
e.getErrorPath = T;
|
|
5768
|
-
function D(S,
|
|
5768
|
+
function D(S, P, N = S.opts.strictSchema) {
|
|
5769
5769
|
if (N) {
|
|
5770
|
-
if (
|
|
5771
|
-
throw new Error(
|
|
5772
|
-
S.self.logger.warn(
|
|
5770
|
+
if (P = `strict mode: ${P}`, N === !0)
|
|
5771
|
+
throw new Error(P);
|
|
5772
|
+
S.self.logger.warn(P);
|
|
5773
5773
|
}
|
|
5774
5774
|
}
|
|
5775
5775
|
e.checkStrictMode = D;
|
|
@@ -5809,13 +5809,13 @@ Kt.default = u4;
|
|
|
5809
5809
|
message: ({ keyword: m, schemaType: h }) => h ? (0, t.str)`"${m}" keyword must be ${h} ($data)` : (0, t.str)`"${m}" keyword is invalid ($data)`
|
|
5810
5810
|
};
|
|
5811
5811
|
function a(m, h = e.keywordError, v, w) {
|
|
5812
|
-
const { it: T } = m, { gen: D, compositeRule: S, allErrors:
|
|
5813
|
-
w ?? (S ||
|
|
5812
|
+
const { it: T } = m, { gen: D, compositeRule: S, allErrors: P } = T, N = p(m, h, v);
|
|
5813
|
+
w ?? (S || P) ? c(D, N) : l(T, (0, t._)`[${N}]`);
|
|
5814
5814
|
}
|
|
5815
5815
|
e.reportError = a;
|
|
5816
5816
|
function s(m, h = e.keywordError, v) {
|
|
5817
|
-
const { it: w } = m, { gen: T, compositeRule: D, allErrors: S } = w,
|
|
5818
|
-
c(T,
|
|
5817
|
+
const { it: w } = m, { gen: T, compositeRule: D, allErrors: S } = w, P = p(m, h, v);
|
|
5818
|
+
c(T, P), D || S || l(w, n.default.vErrors);
|
|
5819
5819
|
}
|
|
5820
5820
|
e.reportExtraError = s;
|
|
5821
5821
|
function o(m, h) {
|
|
@@ -5826,8 +5826,8 @@ Kt.default = u4;
|
|
|
5826
5826
|
if (T === void 0)
|
|
5827
5827
|
throw new Error("ajv implementation error");
|
|
5828
5828
|
const S = m.name("err");
|
|
5829
|
-
m.forRange("i", T, n.default.errors, (
|
|
5830
|
-
m.const(S, (0, t._)`${n.default.vErrors}[${
|
|
5829
|
+
m.forRange("i", T, n.default.errors, (P) => {
|
|
5830
|
+
m.const(S, (0, t._)`${n.default.vErrors}[${P}]`), m.if((0, t._)`${S}.instancePath === undefined`, () => m.assign((0, t._)`${S}.instancePath`, (0, t.strConcat)(n.default.instancePath, D.errorPath))), m.assign((0, t._)`${S}.schemaPath`, (0, t.str)`${D.errSchemaPath}/${h}`), D.opts.verbose && (m.assign((0, t._)`${S}.schema`, v), m.assign((0, t._)`${S}.data`, w));
|
|
5831
5831
|
});
|
|
5832
5832
|
}
|
|
5833
5833
|
e.extendErrors = i;
|
|
@@ -5868,7 +5868,7 @@ Kt.default = u4;
|
|
|
5868
5868
|
return v && (T = (0, t.str)`${T}${(0, r.getErrorPath)(v, r.Type.Str)}`), [d.schemaPath, T];
|
|
5869
5869
|
}
|
|
5870
5870
|
function b(m, { params: h, message: v }, w) {
|
|
5871
|
-
const { keyword: T, data: D, schemaValue: S, it:
|
|
5871
|
+
const { keyword: T, data: D, schemaValue: S, it: P } = m, { opts: N, propertyName: V, topSchemaRef: z, schemaPath: H } = P;
|
|
5872
5872
|
w.push([d.keyword, T], [d.params, typeof h == "function" ? h(m) : h || (0, t._)`{}`]), N.messages && w.push([d.message, typeof v == "function" ? v(m) : v]), N.verbose && w.push([d.schema, S], [d.parentSchema, (0, t._)`${z}${H}`], [n.default.data, D]), V && w.push([d.propertyName, V]);
|
|
5873
5873
|
}
|
|
5874
5874
|
})(oa);
|
|
@@ -5969,9 +5969,9 @@ er.shouldUseRule = xh;
|
|
|
5969
5969
|
}
|
|
5970
5970
|
e.getJSONTypes = c;
|
|
5971
5971
|
function l(w, T) {
|
|
5972
|
-
const { gen: D, data: S, opts:
|
|
5972
|
+
const { gen: D, data: S, opts: P } = w, N = p(T, P.coerceTypes), V = T.length > 0 && !(N.length === 0 && T.length === 1 && (0, r.schemaHasRulesForType)(w, T[0]));
|
|
5973
5973
|
if (V) {
|
|
5974
|
-
const z = b(T, S,
|
|
5974
|
+
const z = b(T, S, P.strictNumbers, o.Wrong);
|
|
5975
5975
|
D.if(z, () => {
|
|
5976
5976
|
N.length ? _(w, T, N) : h(w);
|
|
5977
5977
|
});
|
|
@@ -5984,35 +5984,35 @@ er.shouldUseRule = xh;
|
|
|
5984
5984
|
return T ? w.filter((D) => d.has(D) || T === "array" && D === "array") : [];
|
|
5985
5985
|
}
|
|
5986
5986
|
function _(w, T, D) {
|
|
5987
|
-
const { gen: S, data:
|
|
5988
|
-
N.coerceTypes === "array" && S.if((0, a._)`${V} == 'object' && Array.isArray(${
|
|
5987
|
+
const { gen: S, data: P, opts: N } = w, V = S.let("dataType", (0, a._)`typeof ${P}`), z = S.let("coerced", (0, a._)`undefined`);
|
|
5988
|
+
N.coerceTypes === "array" && S.if((0, a._)`${V} == 'object' && Array.isArray(${P}) && ${P}.length == 1`, () => S.assign(P, (0, a._)`${P}[0]`).assign(V, (0, a._)`typeof ${P}`).if(b(T, P, N.strictNumbers), () => S.assign(z, P))), S.if((0, a._)`${z} !== undefined`);
|
|
5989
5989
|
for (const K of D)
|
|
5990
5990
|
(d.has(K) || K === "array" && N.coerceTypes === "array") && H(K);
|
|
5991
5991
|
S.else(), h(w), S.endIf(), S.if((0, a._)`${z} !== undefined`, () => {
|
|
5992
|
-
S.assign(
|
|
5992
|
+
S.assign(P, z), E(w, z);
|
|
5993
5993
|
});
|
|
5994
5994
|
function H(K) {
|
|
5995
5995
|
switch (K) {
|
|
5996
5996
|
case "string":
|
|
5997
|
-
S.elseIf((0, a._)`${V} == "number" || ${V} == "boolean"`).assign(z, (0, a._)`"" + ${
|
|
5997
|
+
S.elseIf((0, a._)`${V} == "number" || ${V} == "boolean"`).assign(z, (0, a._)`"" + ${P}`).elseIf((0, a._)`${P} === null`).assign(z, (0, a._)`""`);
|
|
5998
5998
|
return;
|
|
5999
5999
|
case "number":
|
|
6000
|
-
S.elseIf((0, a._)`${V} == "boolean" || ${
|
|
6001
|
-
|| (${V} == "string" && ${
|
|
6000
|
+
S.elseIf((0, a._)`${V} == "boolean" || ${P} === null
|
|
6001
|
+
|| (${V} == "string" && ${P} && ${P} == +${P})`).assign(z, (0, a._)`+${P}`);
|
|
6002
6002
|
return;
|
|
6003
6003
|
case "integer":
|
|
6004
|
-
S.elseIf((0, a._)`${V} === "boolean" || ${
|
|
6005
|
-
|| (${V} === "string" && ${
|
|
6004
|
+
S.elseIf((0, a._)`${V} === "boolean" || ${P} === null
|
|
6005
|
+
|| (${V} === "string" && ${P} && ${P} == +${P} && !(${P} % 1))`).assign(z, (0, a._)`+${P}`);
|
|
6006
6006
|
return;
|
|
6007
6007
|
case "boolean":
|
|
6008
|
-
S.elseIf((0, a._)`${
|
|
6008
|
+
S.elseIf((0, a._)`${P} === "false" || ${P} === 0 || ${P} === null`).assign(z, !1).elseIf((0, a._)`${P} === "true" || ${P} === 1`).assign(z, !0);
|
|
6009
6009
|
return;
|
|
6010
6010
|
case "null":
|
|
6011
|
-
S.elseIf((0, a._)`${
|
|
6011
|
+
S.elseIf((0, a._)`${P} === "" || ${P} === 0 || ${P} === false`), S.assign(z, null);
|
|
6012
6012
|
return;
|
|
6013
6013
|
case "array":
|
|
6014
6014
|
S.elseIf((0, a._)`${V} === "string" || ${V} === "number"
|
|
6015
|
-
|| ${V} === "boolean" || ${
|
|
6015
|
+
|| ${V} === "boolean" || ${P} === null`).assign(z, (0, a._)`[${P}]`);
|
|
6016
6016
|
}
|
|
6017
6017
|
}
|
|
6018
6018
|
}
|
|
@@ -6020,11 +6020,11 @@ er.shouldUseRule = xh;
|
|
|
6020
6020
|
w.if((0, a._)`${T} !== undefined`, () => w.assign((0, a._)`${T}[${D}]`, S));
|
|
6021
6021
|
}
|
|
6022
6022
|
function $(w, T, D, S = o.Correct) {
|
|
6023
|
-
const
|
|
6023
|
+
const P = S === o.Correct ? a.operators.EQ : a.operators.NEQ;
|
|
6024
6024
|
let N;
|
|
6025
6025
|
switch (w) {
|
|
6026
6026
|
case "null":
|
|
6027
|
-
return (0, a._)`${T} ${
|
|
6027
|
+
return (0, a._)`${T} ${P} null`;
|
|
6028
6028
|
case "array":
|
|
6029
6029
|
N = (0, a._)`Array.isArray(${T})`;
|
|
6030
6030
|
break;
|
|
@@ -6038,7 +6038,7 @@ er.shouldUseRule = xh;
|
|
|
6038
6038
|
N = V();
|
|
6039
6039
|
break;
|
|
6040
6040
|
default:
|
|
6041
|
-
return (0, a._)`typeof ${T} ${
|
|
6041
|
+
return (0, a._)`typeof ${T} ${P} ${w}`;
|
|
6042
6042
|
}
|
|
6043
6043
|
return S === o.Correct ? N : (0, a.not)(N);
|
|
6044
6044
|
function V(z = a.nil) {
|
|
@@ -6049,17 +6049,17 @@ er.shouldUseRule = xh;
|
|
|
6049
6049
|
function b(w, T, D, S) {
|
|
6050
6050
|
if (w.length === 1)
|
|
6051
6051
|
return $(w[0], T, D, S);
|
|
6052
|
-
let
|
|
6052
|
+
let P;
|
|
6053
6053
|
const N = (0, s.toHash)(w);
|
|
6054
6054
|
if (N.array && N.object) {
|
|
6055
6055
|
const V = (0, a._)`typeof ${T} != "object"`;
|
|
6056
|
-
|
|
6056
|
+
P = N.null ? V : (0, a._)`!${T} || ${V}`, delete N.null, delete N.array, delete N.object;
|
|
6057
6057
|
} else
|
|
6058
|
-
|
|
6058
|
+
P = a.nil;
|
|
6059
6059
|
N.number && delete N.integer;
|
|
6060
6060
|
for (const V in N)
|
|
6061
|
-
|
|
6062
|
-
return
|
|
6061
|
+
P = (0, a.and)(P, $(V, T, D, S));
|
|
6062
|
+
return P;
|
|
6063
6063
|
}
|
|
6064
6064
|
e.checkDataTypes = b;
|
|
6065
6065
|
const m = {
|
|
@@ -6072,14 +6072,14 @@ er.shouldUseRule = xh;
|
|
|
6072
6072
|
}
|
|
6073
6073
|
e.reportTypeError = h;
|
|
6074
6074
|
function v(w) {
|
|
6075
|
-
const { gen: T, data: D, schema: S } = w,
|
|
6075
|
+
const { gen: T, data: D, schema: S } = w, P = (0, s.schemaRefOrVal)(w, S, "type");
|
|
6076
6076
|
return {
|
|
6077
6077
|
gen: T,
|
|
6078
6078
|
keyword: "type",
|
|
6079
6079
|
data: D,
|
|
6080
6080
|
schema: S.type,
|
|
6081
|
-
schemaCode:
|
|
6082
|
-
schemaValue:
|
|
6081
|
+
schemaCode: P,
|
|
6082
|
+
schemaValue: P,
|
|
6083
6083
|
parentSchema: S,
|
|
6084
6084
|
params: {},
|
|
6085
6085
|
it: w
|
|
@@ -6114,44 +6114,44 @@ function rd(e, t, r) {
|
|
|
6114
6114
|
var qt = {}, ue = {};
|
|
6115
6115
|
Object.defineProperty(ue, "__esModule", { value: !0 });
|
|
6116
6116
|
ue.validateUnion = ue.validateArray = ue.usePattern = ue.callValidateCode = ue.schemaProperties = ue.allSchemaProperties = ue.noPropertyInData = ue.propertyInData = ue.isOwnProperty = ue.hasPropFunc = ue.reportMissingProp = ue.checkMissingProp = ue.checkReportMissingProp = void 0;
|
|
6117
|
-
const
|
|
6117
|
+
const Ae = le, Si = me, ir = Kt, w4 = me;
|
|
6118
6118
|
function E4(e, t) {
|
|
6119
6119
|
const { gen: r, data: n, it: a } = e;
|
|
6120
|
-
r.if(
|
|
6121
|
-
e.setParams({ missingProperty: (0,
|
|
6120
|
+
r.if(Pi(r, n, t, a.opts.ownProperties), () => {
|
|
6121
|
+
e.setParams({ missingProperty: (0, Ae._)`${t}` }, !0), e.error();
|
|
6122
6122
|
});
|
|
6123
6123
|
}
|
|
6124
6124
|
ue.checkReportMissingProp = E4;
|
|
6125
6125
|
function S4({ gen: e, data: t, it: { opts: r } }, n, a) {
|
|
6126
|
-
return (0,
|
|
6126
|
+
return (0, Ae.or)(...n.map((s) => (0, Ae.and)(Pi(e, t, s, r.ownProperties), (0, Ae._)`${a} = ${s}`)));
|
|
6127
6127
|
}
|
|
6128
6128
|
ue.checkMissingProp = S4;
|
|
6129
|
-
function
|
|
6129
|
+
function A4(e, t) {
|
|
6130
6130
|
e.setParams({ missingProperty: t }, !0), e.error();
|
|
6131
6131
|
}
|
|
6132
|
-
ue.reportMissingProp =
|
|
6132
|
+
ue.reportMissingProp = A4;
|
|
6133
6133
|
function Jh(e) {
|
|
6134
6134
|
return e.scopeValue("func", {
|
|
6135
6135
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
|
6136
6136
|
ref: Object.prototype.hasOwnProperty,
|
|
6137
|
-
code: (0,
|
|
6137
|
+
code: (0, Ae._)`Object.prototype.hasOwnProperty`
|
|
6138
6138
|
});
|
|
6139
6139
|
}
|
|
6140
6140
|
ue.hasPropFunc = Jh;
|
|
6141
|
-
function
|
|
6142
|
-
return (0,
|
|
6141
|
+
function Ai(e, t, r) {
|
|
6142
|
+
return (0, Ae._)`${Jh(e)}.call(${t}, ${r})`;
|
|
6143
6143
|
}
|
|
6144
|
-
ue.isOwnProperty =
|
|
6145
|
-
function
|
|
6146
|
-
const a = (0,
|
|
6147
|
-
return n ? (0,
|
|
6144
|
+
ue.isOwnProperty = Ai;
|
|
6145
|
+
function P4(e, t, r, n) {
|
|
6146
|
+
const a = (0, Ae._)`${t}${(0, Ae.getProperty)(r)} !== undefined`;
|
|
6147
|
+
return n ? (0, Ae._)`${a} && ${Ai(e, t, r)}` : a;
|
|
6148
6148
|
}
|
|
6149
|
-
ue.propertyInData =
|
|
6150
|
-
function
|
|
6151
|
-
const a = (0,
|
|
6152
|
-
return n ? (0,
|
|
6149
|
+
ue.propertyInData = P4;
|
|
6150
|
+
function Pi(e, t, r, n) {
|
|
6151
|
+
const a = (0, Ae._)`${t}${(0, Ae.getProperty)(r)} === undefined`;
|
|
6152
|
+
return n ? (0, Ae.or)(a, (0, Ae.not)(Ai(e, t, r))) : a;
|
|
6153
6153
|
}
|
|
6154
|
-
ue.noPropertyInData =
|
|
6154
|
+
ue.noPropertyInData = Pi;
|
|
6155
6155
|
function Zh(e) {
|
|
6156
6156
|
return e ? Object.keys(e).filter((t) => t !== "__proto__") : [];
|
|
6157
6157
|
}
|
|
@@ -6161,24 +6161,24 @@ function O4(e, t) {
|
|
|
6161
6161
|
}
|
|
6162
6162
|
ue.schemaProperties = O4;
|
|
6163
6163
|
function T4({ schemaCode: e, data: t, it: { gen: r, topSchemaRef: n, schemaPath: a, errorPath: s }, it: o }, i, c, l) {
|
|
6164
|
-
const d = l ? (0,
|
|
6165
|
-
[ir.default.instancePath, (0,
|
|
6164
|
+
const d = l ? (0, Ae._)`${e}, ${t}, ${n}${a}` : t, p = [
|
|
6165
|
+
[ir.default.instancePath, (0, Ae.strConcat)(ir.default.instancePath, s)],
|
|
6166
6166
|
[ir.default.parentData, o.parentData],
|
|
6167
6167
|
[ir.default.parentDataProperty, o.parentDataProperty],
|
|
6168
6168
|
[ir.default.rootData, ir.default.rootData]
|
|
6169
6169
|
];
|
|
6170
6170
|
o.opts.dynamicRef && p.push([ir.default.dynamicAnchors, ir.default.dynamicAnchors]);
|
|
6171
|
-
const _ = (0,
|
|
6172
|
-
return c !==
|
|
6171
|
+
const _ = (0, Ae._)`${d}, ${r.object(...p)}`;
|
|
6172
|
+
return c !== Ae.nil ? (0, Ae._)`${i}.call(${c}, ${_})` : (0, Ae._)`${i}(${_})`;
|
|
6173
6173
|
}
|
|
6174
6174
|
ue.callValidateCode = T4;
|
|
6175
|
-
const C4 = (0,
|
|
6175
|
+
const C4 = (0, Ae._)`new RegExp`;
|
|
6176
6176
|
function I4({ gen: e, it: { opts: t } }, r) {
|
|
6177
6177
|
const n = t.unicodeRegExp ? "u" : "", { regExp: a } = t.code, s = a(r, n);
|
|
6178
6178
|
return e.scopeValue("pattern", {
|
|
6179
6179
|
key: s.toString(),
|
|
6180
6180
|
ref: s,
|
|
6181
|
-
code: (0,
|
|
6181
|
+
code: (0, Ae._)`${a.code === "new RegExp" ? C4 : (0, w4.useFunc)(e, a)}(${r}, ${n})`
|
|
6182
6182
|
});
|
|
6183
6183
|
}
|
|
6184
6184
|
ue.usePattern = I4;
|
|
@@ -6190,13 +6190,13 @@ function R4(e) {
|
|
|
6190
6190
|
}
|
|
6191
6191
|
return t.var(s, !0), o(() => t.break()), s;
|
|
6192
6192
|
function o(i) {
|
|
6193
|
-
const c = t.const("len", (0,
|
|
6193
|
+
const c = t.const("len", (0, Ae._)`${r}.length`);
|
|
6194
6194
|
t.forRange("i", 0, c, (l) => {
|
|
6195
6195
|
e.subschema({
|
|
6196
6196
|
keyword: n,
|
|
6197
6197
|
dataProp: l,
|
|
6198
6198
|
dataPropType: Si.Type.Num
|
|
6199
|
-
}, s), t.if((0,
|
|
6199
|
+
}, s), t.if((0, Ae.not)(s), i);
|
|
6200
6200
|
});
|
|
6201
6201
|
}
|
|
6202
6202
|
}
|
|
@@ -6214,13 +6214,13 @@ function N4(e) {
|
|
|
6214
6214
|
schemaProp: l,
|
|
6215
6215
|
compositeRule: !0
|
|
6216
6216
|
}, i);
|
|
6217
|
-
t.assign(o, (0,
|
|
6217
|
+
t.assign(o, (0, Ae._)`${o} || ${i}`), e.mergeValidEvaluated(d, i) || t.if((0, Ae.not)(o));
|
|
6218
6218
|
})), e.result(o, () => e.reset(), () => e.error(!0));
|
|
6219
6219
|
}
|
|
6220
6220
|
ue.validateUnion = N4;
|
|
6221
6221
|
Object.defineProperty(qt, "__esModule", { value: !0 });
|
|
6222
6222
|
qt.validateKeywordUsage = qt.validSchemaType = qt.funcKeywordCode = qt.macroKeywordCode = void 0;
|
|
6223
|
-
const Qe = le,
|
|
6223
|
+
const Qe = le, Pr = Kt, j4 = ue, D4 = oa;
|
|
6224
6224
|
function k4(e, t) {
|
|
6225
6225
|
const { gen: r, keyword: n, schema: a, parentSchema: s, it: o } = e, i = t.macro.call(o.self, a, s, o), c = Yh(r, n, i);
|
|
6226
6226
|
o.opts.validateSchema !== !1 && o.self.validateSchema(i, !0);
|
|
@@ -6257,7 +6257,7 @@ function M4(e, t) {
|
|
|
6257
6257
|
return n.assign(h, null), b(Qe.nil), h;
|
|
6258
6258
|
}
|
|
6259
6259
|
function b(h = t.async ? (0, Qe._)`await ` : Qe.nil) {
|
|
6260
|
-
const v = c.opts.passContext ?
|
|
6260
|
+
const v = c.opts.passContext ? Pr.default.this : Pr.default.self, w = !("compile" in t && !i || t.schema === !1);
|
|
6261
6261
|
n.assign(p, (0, Qe._)`${h}${(0, j4.callValidateCode)(e, d, v, w)}`, t.modifying);
|
|
6262
6262
|
}
|
|
6263
6263
|
function m(h) {
|
|
@@ -6273,7 +6273,7 @@ function nd(e) {
|
|
|
6273
6273
|
function L4(e, t) {
|
|
6274
6274
|
const { gen: r } = e;
|
|
6275
6275
|
r.if((0, Qe._)`Array.isArray(${t})`, () => {
|
|
6276
|
-
r.assign(
|
|
6276
|
+
r.assign(Pr.default.vErrors, (0, Qe._)`${Pr.default.vErrors} === null ? ${t} : ${Pr.default.vErrors}.concat(${t})`).assign(Pr.default.errors, (0, Qe._)`${Pr.default.vErrors}.length`), (0, D4.extendErrors)(e);
|
|
6277
6277
|
}, () => e.error());
|
|
6278
6278
|
}
|
|
6279
6279
|
function F4({ schemaEnv: e }, t) {
|
|
@@ -6578,9 +6578,9 @@ function tM(e, t) {
|
|
|
6578
6578
|
}
|
|
6579
6579
|
}
|
|
6580
6580
|
Ge.getSchemaRefs = tM;
|
|
6581
|
-
Object.defineProperty(
|
|
6582
|
-
|
|
6583
|
-
const rp = Qr, ad = ia, Oi = er, as = ia, rM = Ns, jn = qt, io = pr, x = le, Q = Kt, nM = Ge, tr = me,
|
|
6581
|
+
Object.defineProperty(Pt, "__esModule", { value: !0 });
|
|
6582
|
+
Pt.getData = Pt.KeywordCxt = Pt.validateFunctionCode = void 0;
|
|
6583
|
+
const rp = Qr, ad = ia, Oi = er, as = ia, rM = Ns, jn = qt, io = pr, x = le, Q = Kt, nM = Ge, tr = me, Pn = oa;
|
|
6584
6584
|
function aM(e) {
|
|
6585
6585
|
if (sp(e) && (op(e), ap(e))) {
|
|
6586
6586
|
iM(e);
|
|
@@ -6588,7 +6588,7 @@ function aM(e) {
|
|
|
6588
6588
|
}
|
|
6589
6589
|
np(e, () => (0, rp.topBoolOrEmptySchema)(e));
|
|
6590
6590
|
}
|
|
6591
|
-
|
|
6591
|
+
Pt.validateFunctionCode = aM;
|
|
6592
6592
|
function np({ gen: e, validateName: t, schema: r, schemaEnv: n, opts: a }, s) {
|
|
6593
6593
|
a.code.es5 ? e.func(t, (0, x._)`${Q.default.data}, ${Q.default.valCxt}`, n.$async, () => {
|
|
6594
6594
|
e.code((0, x._)`"use strict"; ${sd(r, a)}`), oM(e, a), e.code(s);
|
|
@@ -6786,15 +6786,15 @@ let lp = class {
|
|
|
6786
6786
|
this._error(t, n);
|
|
6787
6787
|
}
|
|
6788
6788
|
_error(t, r) {
|
|
6789
|
-
(t ?
|
|
6789
|
+
(t ? Pn.reportExtraError : Pn.reportError)(this, this.def.error, r);
|
|
6790
6790
|
}
|
|
6791
6791
|
$dataError() {
|
|
6792
|
-
(0,
|
|
6792
|
+
(0, Pn.reportError)(this, this.def.$dataError || Pn.keyword$DataError);
|
|
6793
6793
|
}
|
|
6794
6794
|
reset() {
|
|
6795
6795
|
if (this.errsCount === void 0)
|
|
6796
6796
|
throw new Error('add "trackErrors" to keyword definition');
|
|
6797
|
-
(0,
|
|
6797
|
+
(0, Pn.resetErrorsCount)(this.gen, this.errsCount);
|
|
6798
6798
|
}
|
|
6799
6799
|
ok(t) {
|
|
6800
6800
|
this.allErrors || this.gen.if(t);
|
|
@@ -6849,7 +6849,7 @@ let lp = class {
|
|
|
6849
6849
|
return a.if(r, () => this.mergeEvaluated(t, x.Name)), !0;
|
|
6850
6850
|
}
|
|
6851
6851
|
};
|
|
6852
|
-
|
|
6852
|
+
Pt.KeywordCxt = lp;
|
|
6853
6853
|
function dp(e, t, r, n) {
|
|
6854
6854
|
const a = new lp(e, r, t);
|
|
6855
6855
|
"code" in r ? r.code(a, n) : a.$data && r.validate ? (0, jn.funcKeywordCode)(a, r) : "macro" in r ? (0, jn.macroKeywordCode)(a, r) : (r.compile || r.validate) && (0, jn.funcKeywordCode)(a, r);
|
|
@@ -6887,28 +6887,28 @@ function fp(e, { dataLevel: t, dataNames: r, dataPathArr: n }) {
|
|
|
6887
6887
|
return `Cannot access ${l} ${d} levels up, current level is ${t}`;
|
|
6888
6888
|
}
|
|
6889
6889
|
}
|
|
6890
|
-
|
|
6890
|
+
Pt.getData = fp;
|
|
6891
6891
|
var ua = {};
|
|
6892
6892
|
Object.defineProperty(ua, "__esModule", { value: !0 });
|
|
6893
|
-
let
|
|
6893
|
+
let AM = class extends Error {
|
|
6894
6894
|
constructor(t) {
|
|
6895
6895
|
super("validation failed"), this.errors = t, this.ajv = this.validation = !0;
|
|
6896
6896
|
}
|
|
6897
6897
|
};
|
|
6898
|
-
ua.default =
|
|
6898
|
+
ua.default = AM;
|
|
6899
6899
|
var ca = {};
|
|
6900
6900
|
Object.defineProperty(ca, "__esModule", { value: !0 });
|
|
6901
6901
|
const uo = Ge;
|
|
6902
|
-
let
|
|
6902
|
+
let PM = class extends Error {
|
|
6903
6903
|
constructor(t, r, n, a) {
|
|
6904
6904
|
super(a || `can't resolve reference ${n} from id ${r}`), this.missingRef = (0, uo.resolveUrl)(t, r, n), this.missingSchema = (0, uo.normalizeId)((0, uo.getFullPath)(t, this.missingRef));
|
|
6905
6905
|
}
|
|
6906
6906
|
};
|
|
6907
|
-
ca.default =
|
|
6907
|
+
ca.default = PM;
|
|
6908
6908
|
var ot = {};
|
|
6909
6909
|
Object.defineProperty(ot, "__esModule", { value: !0 });
|
|
6910
6910
|
ot.resolveSchema = ot.getCompilingSchema = ot.resolveRef = ot.compileSchema = ot.SchemaEnv = void 0;
|
|
6911
|
-
const _t = le, OM = ua, Er = Kt, St = Ge, ud = me, TM =
|
|
6911
|
+
const _t = le, OM = ua, Er = Kt, St = Ge, ud = me, TM = Pt;
|
|
6912
6912
|
let Ds = class {
|
|
6913
6913
|
constructor(t) {
|
|
6914
6914
|
var r;
|
|
@@ -7179,7 +7179,7 @@ var Ii = {}, Kn = {}, zM = {
|
|
|
7179
7179
|
return R;
|
|
7180
7180
|
} else
|
|
7181
7181
|
return Array.from(C);
|
|
7182
|
-
}, $ = 2147483647, b = 36, m = 1, h = 26, v = 38, w = 700, T = 72, D = 128, S = "-",
|
|
7182
|
+
}, $ = 2147483647, b = 36, m = 1, h = 26, v = 38, w = 700, T = 72, D = 128, S = "-", P = /^xn--/, N = /[^\0-\x7E]/, V = /[\x2E\u3002\uFF0E\uFF61]/g, z = {
|
|
7183
7183
|
overflow: "Overflow: input needs wider integers to process",
|
|
7184
7184
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
7185
7185
|
"invalid-input": "Invalid input"
|
|
@@ -7250,7 +7250,7 @@ var Ii = {}, Kn = {}, zM = {
|
|
|
7250
7250
|
Y = g(L - fe, Ce, fe == 0), K(L / Ce) > $ - Z && ae("overflow"), Z += K(L / Ce), L %= Ce, R.splice(L++, 0, Z);
|
|
7251
7251
|
}
|
|
7252
7252
|
return String.fromCodePoint.apply(String, R);
|
|
7253
|
-
},
|
|
7253
|
+
}, A = function(O) {
|
|
7254
7254
|
var R = [];
|
|
7255
7255
|
O = ft(O);
|
|
7256
7256
|
var F = O.length, L = D, Z = 0, Y = T, he = !0, Ee = !1, De = void 0;
|
|
@@ -7303,8 +7303,8 @@ var Ii = {}, Kn = {}, zM = {
|
|
|
7303
7303
|
var ba = _a <= Y ? m : _a >= Y + h ? h : _a - Y;
|
|
7304
7304
|
if (ga < ba)
|
|
7305
7305
|
break;
|
|
7306
|
-
var Sc = ga - ba,
|
|
7307
|
-
R.push(ye(M(ba + Sc %
|
|
7306
|
+
var Sc = ga - ba, Ac = b - ba;
|
|
7307
|
+
R.push(ye(M(ba + Sc % Ac, 0))), ga = K(Sc / Ac);
|
|
7308
7308
|
}
|
|
7309
7309
|
R.push(ye(M(ga, 0))), Y = g(Z, mt, Te == re), Z = 0, ++Te;
|
|
7310
7310
|
}
|
|
@@ -7324,11 +7324,11 @@ var Ii = {}, Kn = {}, zM = {
|
|
|
7324
7324
|
return R.join("");
|
|
7325
7325
|
}, u = function(O) {
|
|
7326
7326
|
return rt(O, function(R) {
|
|
7327
|
-
return
|
|
7327
|
+
return P.test(R) ? I(R.slice(4).toLowerCase()) : R;
|
|
7328
7328
|
});
|
|
7329
7329
|
}, f = function(O) {
|
|
7330
7330
|
return rt(O, function(R) {
|
|
7331
|
-
return N.test(R) ? "xn--" +
|
|
7331
|
+
return N.test(R) ? "xn--" + A(R) : R;
|
|
7332
7332
|
});
|
|
7333
7333
|
}, y = {
|
|
7334
7334
|
/**
|
|
@@ -7349,7 +7349,7 @@ var Ii = {}, Kn = {}, zM = {
|
|
|
7349
7349
|
encode: ht
|
|
7350
7350
|
},
|
|
7351
7351
|
decode: I,
|
|
7352
|
-
encode:
|
|
7352
|
+
encode: A,
|
|
7353
7353
|
toASCII: f,
|
|
7354
7354
|
toUnicode: u
|
|
7355
7355
|
}, j = {};
|
|
@@ -7648,7 +7648,7 @@ pp.code = 'require("ajv/dist/runtime/uri").default';
|
|
|
7648
7648
|
Ii.default = pp;
|
|
7649
7649
|
(function(e) {
|
|
7650
7650
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.CodeGen = e.Name = e.nil = e.stringify = e.str = e._ = e.KeywordCxt = void 0;
|
|
7651
|
-
var t =
|
|
7651
|
+
var t = Pt;
|
|
7652
7652
|
Object.defineProperty(e, "KeywordCxt", { enumerable: !0, get: function() {
|
|
7653
7653
|
return t.KeywordCxt;
|
|
7654
7654
|
} });
|
|
@@ -7704,8 +7704,8 @@ Ii.default = pp;
|
|
|
7704
7704
|
unicode: '"minLength"/"maxLength" account for unicode characters by default.'
|
|
7705
7705
|
}, v = 200;
|
|
7706
7706
|
function w(M) {
|
|
7707
|
-
var g, I,
|
|
7708
|
-
const lt = M.strict, Zt = (g = M.code) === null || g === void 0 ? void 0 : g.optimize, _r = Zt === !0 || Zt === void 0 ? 1 : Zt || 0, Xe = (
|
|
7707
|
+
var g, I, A, u, f, y, j, k, q, B, X, ge, je, pt, gt, qe, Ht, Rt, Nt, jt, xt, nt, Ue, Dt, Jt;
|
|
7708
|
+
const lt = M.strict, Zt = (g = M.code) === null || g === void 0 ? void 0 : g.optimize, _r = Zt === !0 || Zt === void 0 ? 1 : Zt || 0, Xe = (A = (I = M.code) === null || I === void 0 ? void 0 : I.regExp) !== null && A !== void 0 ? A : E, Yt = (u = M.uriResolver) !== null && u !== void 0 ? u : _.default;
|
|
7709
7709
|
return {
|
|
7710
7710
|
strictSchema: (y = (f = M.strictSchema) !== null && f !== void 0 ? f : lt) !== null && y !== void 0 ? y : !0,
|
|
7711
7711
|
strictNumbers: (k = (j = M.strictNumbers) !== null && j !== void 0 ? j : lt) !== null && k !== void 0 ? k : !0,
|
|
@@ -7730,41 +7730,41 @@ Ii.default = pp;
|
|
|
7730
7730
|
class T {
|
|
7731
7731
|
constructor(g = {}) {
|
|
7732
7732
|
this.schemas = {}, this.refs = {}, this.formats = {}, this._compilations = /* @__PURE__ */ new Set(), this._loading = {}, this._cache = /* @__PURE__ */ new Map(), g = this.opts = { ...g, ...w(g) };
|
|
7733
|
-
const { es5: I, lines:
|
|
7734
|
-
this.scope = new i.ValueScope({ scope: {}, prefixes: b, es5: I, lines:
|
|
7733
|
+
const { es5: I, lines: A } = this.opts.code;
|
|
7734
|
+
this.scope = new i.ValueScope({ scope: {}, prefixes: b, es5: I, lines: A }), this.logger = K(g.logger);
|
|
7735
7735
|
const u = g.validateFormats;
|
|
7736
|
-
g.validateFormats = !1, this.RULES = (0, s.getRules)(), D.call(this, m, g, "NOT SUPPORTED"), D.call(this, h, g, "DEPRECATED", "warn"), this._metaOpts = z.call(this), g.formats && N.call(this), this._addVocabularies(), this._addDefaultMetaSchema(), g.keywords && V.call(this, g.keywords), typeof g.meta == "object" && this.addMetaSchema(g.meta),
|
|
7736
|
+
g.validateFormats = !1, this.RULES = (0, s.getRules)(), D.call(this, m, g, "NOT SUPPORTED"), D.call(this, h, g, "DEPRECATED", "warn"), this._metaOpts = z.call(this), g.formats && N.call(this), this._addVocabularies(), this._addDefaultMetaSchema(), g.keywords && V.call(this, g.keywords), typeof g.meta == "object" && this.addMetaSchema(g.meta), P.call(this), g.validateFormats = u;
|
|
7737
7737
|
}
|
|
7738
7738
|
_addVocabularies() {
|
|
7739
7739
|
this.addKeyword("$async");
|
|
7740
7740
|
}
|
|
7741
7741
|
_addDefaultMetaSchema() {
|
|
7742
|
-
const { $data: g, meta: I, schemaId:
|
|
7742
|
+
const { $data: g, meta: I, schemaId: A } = this.opts;
|
|
7743
7743
|
let u = p;
|
|
7744
|
-
|
|
7744
|
+
A === "id" && (u = { ...p }, u.id = u.$id, delete u.$id), I && g && this.addMetaSchema(u, u[A], !1);
|
|
7745
7745
|
}
|
|
7746
7746
|
defaultMeta() {
|
|
7747
7747
|
const { meta: g, schemaId: I } = this.opts;
|
|
7748
7748
|
return this.opts.defaultMeta = typeof g == "object" ? g[I] || g : void 0;
|
|
7749
7749
|
}
|
|
7750
7750
|
validate(g, I) {
|
|
7751
|
-
let
|
|
7751
|
+
let A;
|
|
7752
7752
|
if (typeof g == "string") {
|
|
7753
|
-
if (
|
|
7753
|
+
if (A = this.getSchema(g), !A)
|
|
7754
7754
|
throw new Error(`no schema with key or ref "${g}"`);
|
|
7755
7755
|
} else
|
|
7756
|
-
|
|
7757
|
-
const u =
|
|
7758
|
-
return "$async" in
|
|
7756
|
+
A = this.compile(g);
|
|
7757
|
+
const u = A(I);
|
|
7758
|
+
return "$async" in A || (this.errors = A.errors), u;
|
|
7759
7759
|
}
|
|
7760
7760
|
compile(g, I) {
|
|
7761
|
-
const
|
|
7762
|
-
return
|
|
7761
|
+
const A = this._addSchema(g, I);
|
|
7762
|
+
return A.validate || this._compileSchemaEnv(A);
|
|
7763
7763
|
}
|
|
7764
7764
|
compileAsync(g, I) {
|
|
7765
7765
|
if (typeof this.opts.loadSchema != "function")
|
|
7766
7766
|
throw new Error("options.loadSchema should be a function");
|
|
7767
|
-
const { loadSchema:
|
|
7767
|
+
const { loadSchema: A } = this.opts;
|
|
7768
7768
|
return u.call(this, g, I);
|
|
7769
7769
|
async function u(B, X) {
|
|
7770
7770
|
await f.call(this, B.$schema);
|
|
@@ -7796,17 +7796,17 @@ Ii.default = pp;
|
|
|
7796
7796
|
if (X)
|
|
7797
7797
|
return X;
|
|
7798
7798
|
try {
|
|
7799
|
-
return await (this._loading[B] =
|
|
7799
|
+
return await (this._loading[B] = A(B));
|
|
7800
7800
|
} finally {
|
|
7801
7801
|
delete this._loading[B];
|
|
7802
7802
|
}
|
|
7803
7803
|
}
|
|
7804
7804
|
}
|
|
7805
7805
|
// Adds schema to the instance
|
|
7806
|
-
addSchema(g, I,
|
|
7806
|
+
addSchema(g, I, A, u = this.opts.validateSchema) {
|
|
7807
7807
|
if (Array.isArray(g)) {
|
|
7808
7808
|
for (const y of g)
|
|
7809
|
-
this.addSchema(y, void 0,
|
|
7809
|
+
this.addSchema(y, void 0, A, u);
|
|
7810
7810
|
return this;
|
|
7811
7811
|
}
|
|
7812
7812
|
let f;
|
|
@@ -7815,23 +7815,23 @@ Ii.default = pp;
|
|
|
7815
7815
|
if (f = g[y], f !== void 0 && typeof f != "string")
|
|
7816
7816
|
throw new Error(`schema ${y} must be string`);
|
|
7817
7817
|
}
|
|
7818
|
-
return I = (0, c.normalizeId)(I || f), this._checkUnique(I), this.schemas[I] = this._addSchema(g,
|
|
7818
|
+
return I = (0, c.normalizeId)(I || f), this._checkUnique(I), this.schemas[I] = this._addSchema(g, A, I, u, !0), this;
|
|
7819
7819
|
}
|
|
7820
7820
|
// Add schema that will be used to validate other schemas
|
|
7821
7821
|
// options in META_IGNORE_OPTIONS are alway set to false
|
|
7822
|
-
addMetaSchema(g, I,
|
|
7823
|
-
return this.addSchema(g, I, !0,
|
|
7822
|
+
addMetaSchema(g, I, A = this.opts.validateSchema) {
|
|
7823
|
+
return this.addSchema(g, I, !0, A), this;
|
|
7824
7824
|
}
|
|
7825
7825
|
// Validate schema against its meta-schema
|
|
7826
7826
|
validateSchema(g, I) {
|
|
7827
7827
|
if (typeof g == "boolean")
|
|
7828
7828
|
return !0;
|
|
7829
|
-
let
|
|
7830
|
-
if (
|
|
7829
|
+
let A;
|
|
7830
|
+
if (A = g.$schema, A !== void 0 && typeof A != "string")
|
|
7831
7831
|
throw new Error("$schema must be a string");
|
|
7832
|
-
if (
|
|
7832
|
+
if (A = A || this.opts.defaultMeta || this.defaultMeta(), !A)
|
|
7833
7833
|
return this.logger.warn("meta-schema not available"), this.errors = null, !0;
|
|
7834
|
-
const u = this.validate(
|
|
7834
|
+
const u = this.validate(A, g);
|
|
7835
7835
|
if (!u && I) {
|
|
7836
7836
|
const f = "schema is invalid: " + this.errorsText();
|
|
7837
7837
|
if (this.opts.validateSchema === "log")
|
|
@@ -7848,7 +7848,7 @@ Ii.default = pp;
|
|
|
7848
7848
|
for (; typeof (I = S.call(this, g)) == "string"; )
|
|
7849
7849
|
g = I;
|
|
7850
7850
|
if (I === void 0) {
|
|
7851
|
-
const { schemaId:
|
|
7851
|
+
const { schemaId: A } = this.opts, u = new o.SchemaEnv({ schema: {}, schemaId: A });
|
|
7852
7852
|
if (I = o.resolveSchema.call(this, u, g), !I)
|
|
7853
7853
|
return;
|
|
7854
7854
|
this.refs[g] = I;
|
|
@@ -7872,8 +7872,8 @@ Ii.default = pp;
|
|
|
7872
7872
|
case "object": {
|
|
7873
7873
|
const I = g;
|
|
7874
7874
|
this._cache.delete(I);
|
|
7875
|
-
let
|
|
7876
|
-
return
|
|
7875
|
+
let A = g[this.opts.schemaId];
|
|
7876
|
+
return A && (A = (0, c.normalizeId)(A), delete this.schemas[A], delete this.refs[A]), this;
|
|
7877
7877
|
}
|
|
7878
7878
|
default:
|
|
7879
7879
|
throw new Error("ajv.removeSchema: invalid parameter");
|
|
@@ -7886,23 +7886,23 @@ Ii.default = pp;
|
|
|
7886
7886
|
return this;
|
|
7887
7887
|
}
|
|
7888
7888
|
addKeyword(g, I) {
|
|
7889
|
-
let
|
|
7889
|
+
let A;
|
|
7890
7890
|
if (typeof g == "string")
|
|
7891
|
-
|
|
7891
|
+
A = g, typeof I == "object" && (this.logger.warn("these parameters are deprecated, see docs for addKeyword"), I.keyword = A);
|
|
7892
7892
|
else if (typeof g == "object" && I === void 0) {
|
|
7893
|
-
if (I = g,
|
|
7893
|
+
if (I = g, A = I.keyword, Array.isArray(A) && !A.length)
|
|
7894
7894
|
throw new Error("addKeywords: keyword must be string or non-empty array");
|
|
7895
7895
|
} else
|
|
7896
7896
|
throw new Error("invalid addKeywords parameters");
|
|
7897
|
-
if (ae.call(this,
|
|
7898
|
-
return (0, d.eachItem)(
|
|
7897
|
+
if (ae.call(this, A, I), !I)
|
|
7898
|
+
return (0, d.eachItem)(A, (f) => Ne.call(this, f)), this;
|
|
7899
7899
|
ft.call(this, I);
|
|
7900
7900
|
const u = {
|
|
7901
7901
|
...I,
|
|
7902
7902
|
type: (0, l.getJSONTypes)(I.type),
|
|
7903
7903
|
schemaType: (0, l.getJSONTypes)(I.schemaType)
|
|
7904
7904
|
};
|
|
7905
|
-
return (0, d.eachItem)(
|
|
7905
|
+
return (0, d.eachItem)(A, u.type.length === 0 ? (f) => Ne.call(this, f, u) : (f) => u.type.forEach((y) => Ne.call(this, f, u, y))), this;
|
|
7906
7906
|
}
|
|
7907
7907
|
getKeyword(g) {
|
|
7908
7908
|
const I = this.RULES.all[g];
|
|
@@ -7912,9 +7912,9 @@ Ii.default = pp;
|
|
|
7912
7912
|
removeKeyword(g) {
|
|
7913
7913
|
const { RULES: I } = this;
|
|
7914
7914
|
delete I.keywords[g], delete I.all[g];
|
|
7915
|
-
for (const
|
|
7916
|
-
const u =
|
|
7917
|
-
u >= 0 &&
|
|
7915
|
+
for (const A of I.rules) {
|
|
7916
|
+
const u = A.rules.findIndex((f) => f.keyword === g);
|
|
7917
|
+
u >= 0 && A.rules.splice(u, 1);
|
|
7918
7918
|
}
|
|
7919
7919
|
return this;
|
|
7920
7920
|
}
|
|
@@ -7922,19 +7922,19 @@ Ii.default = pp;
|
|
|
7922
7922
|
addFormat(g, I) {
|
|
7923
7923
|
return typeof I == "string" && (I = new RegExp(I)), this.formats[g] = I, this;
|
|
7924
7924
|
}
|
|
7925
|
-
errorsText(g = this.errors, { separator: I = ", ", dataVar:
|
|
7926
|
-
return !g || g.length === 0 ? "No errors" : g.map((u) => `${
|
|
7925
|
+
errorsText(g = this.errors, { separator: I = ", ", dataVar: A = "data" } = {}) {
|
|
7926
|
+
return !g || g.length === 0 ? "No errors" : g.map((u) => `${A}${u.instancePath} ${u.message}`).reduce((u, f) => u + I + f);
|
|
7927
7927
|
}
|
|
7928
7928
|
$dataMetaSchema(g, I) {
|
|
7929
|
-
const
|
|
7929
|
+
const A = this.RULES.all;
|
|
7930
7930
|
g = JSON.parse(JSON.stringify(g));
|
|
7931
7931
|
for (const u of I) {
|
|
7932
7932
|
const f = u.split("/").slice(1);
|
|
7933
7933
|
let y = g;
|
|
7934
7934
|
for (const j of f)
|
|
7935
7935
|
y = y[j];
|
|
7936
|
-
for (const j in
|
|
7937
|
-
const k =
|
|
7936
|
+
for (const j in A) {
|
|
7937
|
+
const k = A[j];
|
|
7938
7938
|
if (typeof k != "object")
|
|
7939
7939
|
continue;
|
|
7940
7940
|
const { $data: q } = k.definition, B = y[j];
|
|
@@ -7944,12 +7944,12 @@ Ii.default = pp;
|
|
|
7944
7944
|
return g;
|
|
7945
7945
|
}
|
|
7946
7946
|
_removeAllSchemas(g, I) {
|
|
7947
|
-
for (const
|
|
7948
|
-
const u = g[
|
|
7949
|
-
(!I || I.test(
|
|
7947
|
+
for (const A in g) {
|
|
7948
|
+
const u = g[A];
|
|
7949
|
+
(!I || I.test(A)) && (typeof u == "string" ? delete g[A] : u && !u.meta && (this._cache.delete(u.schema), delete g[A]));
|
|
7950
7950
|
}
|
|
7951
7951
|
}
|
|
7952
|
-
_addSchema(g, I,
|
|
7952
|
+
_addSchema(g, I, A, u = this.opts.validateSchema, f = this.opts.addUsedSchema) {
|
|
7953
7953
|
let y;
|
|
7954
7954
|
const { schemaId: j } = this.opts;
|
|
7955
7955
|
if (typeof g == "object")
|
|
@@ -7963,9 +7963,9 @@ Ii.default = pp;
|
|
|
7963
7963
|
let k = this._cache.get(g);
|
|
7964
7964
|
if (k !== void 0)
|
|
7965
7965
|
return k;
|
|
7966
|
-
|
|
7967
|
-
const q = c.getSchemaRefs.call(this, g,
|
|
7968
|
-
return k = new o.SchemaEnv({ schema: g, schemaId: j, meta: I, baseId:
|
|
7966
|
+
A = (0, c.normalizeId)(y || A);
|
|
7967
|
+
const q = c.getSchemaRefs.call(this, g, A);
|
|
7968
|
+
return k = new o.SchemaEnv({ schema: g, schemaId: j, meta: I, baseId: A, localRefs: q }), this._cache.set(k.schema, k), f && !A.startsWith("#") && (A && this._checkUnique(A), this.refs[A] = k), u && this.validateSchema(g, !0), k;
|
|
7969
7969
|
}
|
|
7970
7970
|
_checkUnique(g) {
|
|
7971
7971
|
if (this.schemas[g] || this.refs[g])
|
|
@@ -7987,16 +7987,16 @@ Ii.default = pp;
|
|
|
7987
7987
|
}
|
|
7988
7988
|
}
|
|
7989
7989
|
e.default = T, T.ValidationError = n.default, T.MissingRefError = a.default;
|
|
7990
|
-
function D(M, g, I,
|
|
7990
|
+
function D(M, g, I, A = "error") {
|
|
7991
7991
|
for (const u in M) {
|
|
7992
7992
|
const f = u;
|
|
7993
|
-
f in g && this.logger[
|
|
7993
|
+
f in g && this.logger[A](`${I}: option ${u}. ${M[f]}`);
|
|
7994
7994
|
}
|
|
7995
7995
|
}
|
|
7996
7996
|
function S(M) {
|
|
7997
7997
|
return M = (0, c.normalizeId)(M), this.schemas[M] || this.refs[M];
|
|
7998
7998
|
}
|
|
7999
|
-
function
|
|
7999
|
+
function P() {
|
|
8000
8000
|
const M = this.opts.schemas;
|
|
8001
8001
|
if (M)
|
|
8002
8002
|
if (Array.isArray(M))
|
|
@@ -8044,16 +8044,16 @@ Ii.default = pp;
|
|
|
8044
8044
|
const ye = /^[a-z_$][a-z0-9_$:-]*$/i;
|
|
8045
8045
|
function ae(M, g) {
|
|
8046
8046
|
const { RULES: I } = this;
|
|
8047
|
-
if ((0, d.eachItem)(M, (
|
|
8048
|
-
if (I.keywords[
|
|
8049
|
-
throw new Error(`Keyword ${
|
|
8050
|
-
if (!ye.test(
|
|
8051
|
-
throw new Error(`Keyword ${
|
|
8047
|
+
if ((0, d.eachItem)(M, (A) => {
|
|
8048
|
+
if (I.keywords[A])
|
|
8049
|
+
throw new Error(`Keyword ${A} is already defined`);
|
|
8050
|
+
if (!ye.test(A))
|
|
8051
|
+
throw new Error(`Keyword ${A} has invalid name`);
|
|
8052
8052
|
}), !!g && g.$data && !("code" in g || "validate" in g))
|
|
8053
8053
|
throw new Error('$data keyword must have "code" or "validate" function');
|
|
8054
8054
|
}
|
|
8055
8055
|
function Ne(M, g, I) {
|
|
8056
|
-
var
|
|
8056
|
+
var A;
|
|
8057
8057
|
const u = g == null ? void 0 : g.post;
|
|
8058
8058
|
if (I && u)
|
|
8059
8059
|
throw new Error('keyword with "post" flag cannot have "type"');
|
|
@@ -8069,11 +8069,11 @@ Ii.default = pp;
|
|
|
8069
8069
|
schemaType: (0, l.getJSONTypes)(g.schemaType)
|
|
8070
8070
|
}
|
|
8071
8071
|
};
|
|
8072
|
-
g.before ? rt.call(this, y, j, g.before) : y.rules.push(j), f.all[M] = j, (
|
|
8072
|
+
g.before ? rt.call(this, y, j, g.before) : y.rules.push(j), f.all[M] = j, (A = g.implements) === null || A === void 0 || A.forEach((k) => this.addKeyword(k));
|
|
8073
8073
|
}
|
|
8074
8074
|
function rt(M, g, I) {
|
|
8075
|
-
const
|
|
8076
|
-
|
|
8075
|
+
const A = M.rules.findIndex((u) => u.keyword === I);
|
|
8076
|
+
A >= 0 ? M.rules.splice(A, 0, g) : (M.rules.push(g), this.logger.warn(`rule ${I} is not defined`));
|
|
8077
8077
|
}
|
|
8078
8078
|
function ft(M) {
|
|
8079
8079
|
let { metaSchema: g } = M;
|
|
@@ -8471,12 +8471,12 @@ const Rn = le, _3 = me, b3 = la, w3 = {
|
|
|
8471
8471
|
};
|
|
8472
8472
|
Ki.default = E3;
|
|
8473
8473
|
Object.defineProperty(Di, "__esModule", { value: !0 });
|
|
8474
|
-
const S3 = ki,
|
|
8474
|
+
const S3 = ki, A3 = Mi, P3 = Li, O3 = Vi, T3 = Ui, C3 = zi, I3 = qi, R3 = Wi, N3 = Bi, j3 = Ki, D3 = [
|
|
8475
8475
|
// number
|
|
8476
8476
|
S3.default,
|
|
8477
|
-
P3.default,
|
|
8478
|
-
// string
|
|
8479
8477
|
A3.default,
|
|
8478
|
+
// string
|
|
8479
|
+
P3.default,
|
|
8480
8480
|
O3.default,
|
|
8481
8481
|
// object
|
|
8482
8482
|
T3.default,
|
|
@@ -8594,7 +8594,7 @@ const fd = le, z3 = me, q3 = ue, W3 = mn, B3 = {
|
|
|
8594
8594
|
xi.default = K3;
|
|
8595
8595
|
var Ji = {};
|
|
8596
8596
|
Object.defineProperty(Ji, "__esModule", { value: !0 });
|
|
8597
|
-
const $t = le,
|
|
8597
|
+
const $t = le, Aa = me, G3 = {
|
|
8598
8598
|
message: ({ params: { min: e, max: t } }) => t === void 0 ? (0, $t.str)`must contain at least ${e} valid item(s)` : (0, $t.str)`must contain at least ${e} and no more than ${t} valid item(s)`,
|
|
8599
8599
|
params: ({ params: { min: e, max: t } }) => t === void 0 ? (0, $t._)`{minContains: ${e}}` : (0, $t._)`{minContains: ${e}, maxContains: ${t}}`
|
|
8600
8600
|
}, H3 = {
|
|
@@ -8611,14 +8611,14 @@ const $t = le, Pa = me, G3 = {
|
|
|
8611
8611
|
s.opts.next ? (o = c === void 0 ? 1 : c, i = l) : o = 1;
|
|
8612
8612
|
const d = t.const("len", (0, $t._)`${a}.length`);
|
|
8613
8613
|
if (e.setParams({ min: o, max: i }), i === void 0 && o === 0) {
|
|
8614
|
-
(0,
|
|
8614
|
+
(0, Aa.checkStrictMode)(s, '"minContains" == 0 without "maxContains": "contains" keyword ignored');
|
|
8615
8615
|
return;
|
|
8616
8616
|
}
|
|
8617
8617
|
if (i !== void 0 && o > i) {
|
|
8618
|
-
(0,
|
|
8618
|
+
(0, Aa.checkStrictMode)(s, '"minContains" > "maxContains" is always invalid'), e.fail();
|
|
8619
8619
|
return;
|
|
8620
8620
|
}
|
|
8621
|
-
if ((0,
|
|
8621
|
+
if ((0, Aa.alwaysValidSchema)(s, r)) {
|
|
8622
8622
|
let b = (0, $t._)`${d} >= ${o}`;
|
|
8623
8623
|
i !== void 0 && (b = (0, $t._)`${b} && ${d} <= ${i}`), e.pass(b);
|
|
8624
8624
|
return;
|
|
@@ -8635,7 +8635,7 @@ const $t = le, Pa = me, G3 = {
|
|
|
8635
8635
|
e.subschema({
|
|
8636
8636
|
keyword: "contains",
|
|
8637
8637
|
dataProp: h,
|
|
8638
|
-
dataPropType:
|
|
8638
|
+
dataPropType: Aa.Type.Num,
|
|
8639
8639
|
compositeRule: !0
|
|
8640
8640
|
}, b), m();
|
|
8641
8641
|
});
|
|
@@ -8748,7 +8748,7 @@ const bp = le, x3 = me, J3 = {
|
|
|
8748
8748
|
Zi.default = Z3;
|
|
8749
8749
|
var Ms = {};
|
|
8750
8750
|
Object.defineProperty(Ms, "__esModule", { value: !0 });
|
|
8751
|
-
const
|
|
8751
|
+
const Pa = ue, wt = le, Y3 = Kt, Oa = me, X3 = {
|
|
8752
8752
|
message: "must NOT have additional properties",
|
|
8753
8753
|
params: ({ params: e }) => (0, wt._)`{additionalProperty: ${e.additionalProperty}}`
|
|
8754
8754
|
}, Q3 = {
|
|
@@ -8765,7 +8765,7 @@ const Aa = ue, wt = le, Y3 = Kt, Oa = me, X3 = {
|
|
|
8765
8765
|
const { allErrors: i, opts: c } = o;
|
|
8766
8766
|
if (o.props = !0, c.removeAdditional !== "all" && (0, Oa.alwaysValidSchema)(o, r))
|
|
8767
8767
|
return;
|
|
8768
|
-
const l = (0,
|
|
8768
|
+
const l = (0, Pa.allSchemaProperties)(n.properties), d = (0, Pa.allSchemaProperties)(n.patternProperties);
|
|
8769
8769
|
p(), e.ok((0, wt._)`${s} === ${Y3.default.errors}`);
|
|
8770
8770
|
function p() {
|
|
8771
8771
|
t.forIn("key", a, (m) => {
|
|
@@ -8776,10 +8776,10 @@ const Aa = ue, wt = le, Y3 = Kt, Oa = me, X3 = {
|
|
|
8776
8776
|
let h;
|
|
8777
8777
|
if (l.length > 8) {
|
|
8778
8778
|
const v = (0, Oa.schemaRefOrVal)(o, n.properties, "properties");
|
|
8779
|
-
h = (0,
|
|
8779
|
+
h = (0, Pa.isOwnProperty)(t, v, m);
|
|
8780
8780
|
} else
|
|
8781
8781
|
l.length ? h = (0, wt.or)(...l.map((v) => (0, wt._)`${m} === ${v}`)) : h = wt.nil;
|
|
8782
|
-
return d.length && (h = (0, wt.or)(h, ...d.map((v) => (0, wt._)`${(0,
|
|
8782
|
+
return d.length && (h = (0, wt.or)(h, ...d.map((v) => (0, wt._)`${(0, Pa.usePattern)(e, v)}.test(${m})`))), (0, wt.not)(h);
|
|
8783
8783
|
}
|
|
8784
8784
|
function E(m) {
|
|
8785
8785
|
t.code((0, wt._)`delete ${a}[${m}]`);
|
|
@@ -8817,7 +8817,7 @@ const Aa = ue, wt = le, Y3 = Kt, Oa = me, X3 = {
|
|
|
8817
8817
|
Ms.default = Q3;
|
|
8818
8818
|
var Yi = {};
|
|
8819
8819
|
Object.defineProperty(Yi, "__esModule", { value: !0 });
|
|
8820
|
-
const e5 =
|
|
8820
|
+
const e5 = Pt, hd = ue, fo = me, pd = Ms, t5 = {
|
|
8821
8821
|
keyword: "properties",
|
|
8822
8822
|
type: "object",
|
|
8823
8823
|
schemaType: "object",
|
|
@@ -9026,11 +9026,11 @@ const p5 = me, m5 = {
|
|
|
9026
9026
|
};
|
|
9027
9027
|
au.default = m5;
|
|
9028
9028
|
Object.defineProperty(Gi, "__esModule", { value: !0 });
|
|
9029
|
-
const $5 = mn, v5 = Hi, y5 = $n, g5 = xi, _5 = Ji, b5 = _p, w5 = Zi, E5 = Ms, S5 = Yi,
|
|
9029
|
+
const $5 = mn, v5 = Hi, y5 = $n, g5 = xi, _5 = Ji, b5 = _p, w5 = Zi, E5 = Ms, S5 = Yi, A5 = Xi, P5 = Qi, O5 = eu, T5 = tu, C5 = ru, I5 = nu, R5 = au;
|
|
9030
9030
|
function N5(e = !1) {
|
|
9031
9031
|
const t = [
|
|
9032
9032
|
// any
|
|
9033
|
-
|
|
9033
|
+
P5.default,
|
|
9034
9034
|
O5.default,
|
|
9035
9035
|
T5.default,
|
|
9036
9036
|
C5.default,
|
|
@@ -9041,7 +9041,7 @@ function N5(e = !1) {
|
|
|
9041
9041
|
E5.default,
|
|
9042
9042
|
b5.default,
|
|
9043
9043
|
S5.default,
|
|
9044
|
-
|
|
9044
|
+
A5.default
|
|
9045
9045
|
];
|
|
9046
9046
|
return e ? t.push(v5.default, g5.default) : t.push($5.default, y5.default), t.push(_5.default), t;
|
|
9047
9047
|
}
|
|
@@ -9097,8 +9097,8 @@ const Me = le, j5 = {
|
|
|
9097
9097
|
}
|
|
9098
9098
|
}
|
|
9099
9099
|
function w(D) {
|
|
9100
|
-
const S = D instanceof RegExp ? (0, Me.regexpCode)(D) : c.code.formats ? (0, Me._)`${c.code.formats}${(0, Me.getProperty)(s)}` : void 0,
|
|
9101
|
-
return typeof D == "object" && !(D instanceof RegExp) ? [D.type || "string", D.validate, (0, Me._)`${
|
|
9100
|
+
const S = D instanceof RegExp ? (0, Me.regexpCode)(D) : c.code.formats ? (0, Me._)`${c.code.formats}${(0, Me.getProperty)(s)}` : void 0, P = r.scopeValue("formats", { key: s, ref: D, code: S });
|
|
9101
|
+
return typeof D == "object" && !(D instanceof RegExp) ? [D.type || "string", D.validate, (0, Me._)`${P}.validate`] : ["string", D, P];
|
|
9102
9102
|
}
|
|
9103
9103
|
function T() {
|
|
9104
9104
|
if (typeof $ == "object" && !($ instanceof RegExp) && $.async) {
|
|
@@ -9476,7 +9476,7 @@ const K5 = "http://json-schema.org/draft-07/schema#", G5 = "http://json-schema.o
|
|
|
9476
9476
|
}
|
|
9477
9477
|
}
|
|
9478
9478
|
e.exports = t = c, Object.defineProperty(t, "__esModule", { value: !0 }), t.default = c;
|
|
9479
|
-
var l =
|
|
9479
|
+
var l = Pt;
|
|
9480
9480
|
Object.defineProperty(t, "KeywordCxt", { enumerable: !0, get: function() {
|
|
9481
9481
|
return l.KeywordCxt;
|
|
9482
9482
|
} });
|
|
@@ -9634,9 +9634,9 @@ var cs = {}, Q5 = {
|
|
|
9634
9634
|
function S() {
|
|
9635
9635
|
return !0;
|
|
9636
9636
|
}
|
|
9637
|
-
const
|
|
9637
|
+
const P = /[^\\]\\Z/;
|
|
9638
9638
|
function N(V) {
|
|
9639
|
-
if (
|
|
9639
|
+
if (P.test(V))
|
|
9640
9640
|
return !1;
|
|
9641
9641
|
try {
|
|
9642
9642
|
return new RegExp(V), !0;
|
|
@@ -9645,14 +9645,14 @@ var cs = {}, Q5 = {
|
|
|
9645
9645
|
}
|
|
9646
9646
|
}
|
|
9647
9647
|
})(Sp);
|
|
9648
|
-
var
|
|
9648
|
+
var Ap = {}, ls = {}, e6 = {
|
|
9649
9649
|
get exports() {
|
|
9650
9650
|
return ls;
|
|
9651
9651
|
},
|
|
9652
9652
|
set exports(e) {
|
|
9653
9653
|
ls = e;
|
|
9654
9654
|
}
|
|
9655
|
-
},
|
|
9655
|
+
}, Pp = {}, Ot = {}, tn = {}, da = {}, oe = {}, Gn = {};
|
|
9656
9656
|
(function(e) {
|
|
9657
9657
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.regexpCode = e.getEsmExportName = e.getProperty = e.safeStringify = e.stringify = e.strConcat = e.addCodeArg = e.str = e._ = e.nil = e._Code = e.Name = e.IDENTIFIER = e._CodeOrName = void 0;
|
|
9658
9658
|
class t {
|
|
@@ -10156,12 +10156,12 @@ var Lo = {};
|
|
|
10156
10156
|
}
|
|
10157
10157
|
}
|
|
10158
10158
|
S.kind = "func";
|
|
10159
|
-
class
|
|
10159
|
+
class P extends E {
|
|
10160
10160
|
render(u) {
|
|
10161
10161
|
return "return " + super.render(u);
|
|
10162
10162
|
}
|
|
10163
10163
|
}
|
|
10164
|
-
|
|
10164
|
+
P.kind = "return";
|
|
10165
10165
|
class N extends $ {
|
|
10166
10166
|
render(u) {
|
|
10167
10167
|
let f = "try" + super.render(u);
|
|
@@ -10329,10 +10329,10 @@ var Lo = {};
|
|
|
10329
10329
|
}
|
|
10330
10330
|
// `return` statement
|
|
10331
10331
|
return(u) {
|
|
10332
|
-
const f = new
|
|
10332
|
+
const f = new P();
|
|
10333
10333
|
if (this._blockNode(f), this.code(u), f.nodes.length !== 1)
|
|
10334
10334
|
throw new Error('CodeGen: "return" should have one node');
|
|
10335
|
-
return this._endBlockNode(
|
|
10335
|
+
return this._endBlockNode(P);
|
|
10336
10336
|
}
|
|
10337
10337
|
// `try` statement
|
|
10338
10338
|
try(u, f, y) {
|
|
@@ -10406,20 +10406,20 @@ var Lo = {};
|
|
|
10406
10406
|
}
|
|
10407
10407
|
}
|
|
10408
10408
|
e.CodeGen = H;
|
|
10409
|
-
function K(
|
|
10409
|
+
function K(A, u) {
|
|
10410
10410
|
for (const f in u)
|
|
10411
|
-
|
|
10412
|
-
return
|
|
10411
|
+
A[f] = (A[f] || 0) + (u[f] || 0);
|
|
10412
|
+
return A;
|
|
10413
10413
|
}
|
|
10414
|
-
function ye(
|
|
10415
|
-
return u instanceof t._CodeOrName ? K(
|
|
10414
|
+
function ye(A, u) {
|
|
10415
|
+
return u instanceof t._CodeOrName ? K(A, u.names) : A;
|
|
10416
10416
|
}
|
|
10417
|
-
function ae(
|
|
10418
|
-
if (
|
|
10419
|
-
return y(
|
|
10420
|
-
if (!j(
|
|
10421
|
-
return
|
|
10422
|
-
return new t._Code(
|
|
10417
|
+
function ae(A, u, f) {
|
|
10418
|
+
if (A instanceof t.Name)
|
|
10419
|
+
return y(A);
|
|
10420
|
+
if (!j(A))
|
|
10421
|
+
return A;
|
|
10422
|
+
return new t._Code(A._items.reduce((k, q) => (q instanceof t.Name && (q = y(q)), q instanceof t._Code ? k.push(...q._items) : k.push(q), k), []));
|
|
10423
10423
|
function y(k) {
|
|
10424
10424
|
const q = f[k.str];
|
|
10425
10425
|
return q === void 0 || u[k.str] !== 1 ? k : (delete u[k.str], q);
|
|
@@ -10428,29 +10428,29 @@ var Lo = {};
|
|
|
10428
10428
|
return k instanceof t._Code && k._items.some((q) => q instanceof t.Name && u[q.str] === 1 && f[q.str] !== void 0);
|
|
10429
10429
|
}
|
|
10430
10430
|
}
|
|
10431
|
-
function Ne(
|
|
10431
|
+
function Ne(A, u) {
|
|
10432
10432
|
for (const f in u)
|
|
10433
|
-
|
|
10433
|
+
A[f] = (A[f] || 0) - (u[f] || 0);
|
|
10434
10434
|
}
|
|
10435
|
-
function rt(
|
|
10436
|
-
return typeof
|
|
10435
|
+
function rt(A) {
|
|
10436
|
+
return typeof A == "boolean" || typeof A == "number" || A === null ? !A : (0, t._)`!${I(A)}`;
|
|
10437
10437
|
}
|
|
10438
10438
|
e.not = rt;
|
|
10439
10439
|
const ft = g(e.operators.AND);
|
|
10440
|
-
function ht(...
|
|
10441
|
-
return
|
|
10440
|
+
function ht(...A) {
|
|
10441
|
+
return A.reduce(ft);
|
|
10442
10442
|
}
|
|
10443
10443
|
e.and = ht;
|
|
10444
10444
|
const ct = g(e.operators.OR);
|
|
10445
|
-
function M(...
|
|
10446
|
-
return
|
|
10445
|
+
function M(...A) {
|
|
10446
|
+
return A.reduce(ct);
|
|
10447
10447
|
}
|
|
10448
10448
|
e.or = M;
|
|
10449
|
-
function g(
|
|
10450
|
-
return (u, f) => u === t.nil ? f : f === t.nil ? u : (0, t._)`${I(u)} ${
|
|
10449
|
+
function g(A) {
|
|
10450
|
+
return (u, f) => u === t.nil ? f : f === t.nil ? u : (0, t._)`${I(u)} ${A} ${I(f)}`;
|
|
10451
10451
|
}
|
|
10452
|
-
function I(
|
|
10453
|
-
return
|
|
10452
|
+
function I(A) {
|
|
10453
|
+
return A instanceof t.Name ? A : (0, t._)`(${A})`;
|
|
10454
10454
|
}
|
|
10455
10455
|
})(oe);
|
|
10456
10456
|
var $e = {};
|
|
@@ -10458,51 +10458,51 @@ var $e = {};
|
|
|
10458
10458
|
Object.defineProperty(e, "__esModule", { value: !0 }), e.checkStrictMode = e.getErrorPath = e.Type = e.useFunc = e.setEvaluated = e.evaluatedPropsToName = e.mergeEvaluated = e.eachItem = e.unescapeJsonPointer = e.escapeJsonPointer = e.escapeFragment = e.unescapeFragment = e.schemaRefOrVal = e.schemaHasRulesButRef = e.schemaHasRules = e.checkUnknownRules = e.alwaysValidSchema = e.toHash = void 0;
|
|
10459
10459
|
const t = oe, r = Gn;
|
|
10460
10460
|
function n(S) {
|
|
10461
|
-
const
|
|
10461
|
+
const P = {};
|
|
10462
10462
|
for (const N of S)
|
|
10463
|
-
|
|
10464
|
-
return
|
|
10463
|
+
P[N] = !0;
|
|
10464
|
+
return P;
|
|
10465
10465
|
}
|
|
10466
10466
|
e.toHash = n;
|
|
10467
|
-
function a(S,
|
|
10468
|
-
return typeof
|
|
10467
|
+
function a(S, P) {
|
|
10468
|
+
return typeof P == "boolean" ? P : Object.keys(P).length === 0 ? !0 : (s(S, P), !o(P, S.self.RULES.all));
|
|
10469
10469
|
}
|
|
10470
10470
|
e.alwaysValidSchema = a;
|
|
10471
|
-
function s(S,
|
|
10471
|
+
function s(S, P = S.schema) {
|
|
10472
10472
|
const { opts: N, self: V } = S;
|
|
10473
|
-
if (!N.strictSchema || typeof
|
|
10473
|
+
if (!N.strictSchema || typeof P == "boolean")
|
|
10474
10474
|
return;
|
|
10475
10475
|
const z = V.RULES.keywords;
|
|
10476
|
-
for (const H in
|
|
10476
|
+
for (const H in P)
|
|
10477
10477
|
z[H] || D(S, `unknown keyword: "${H}"`);
|
|
10478
10478
|
}
|
|
10479
10479
|
e.checkUnknownRules = s;
|
|
10480
|
-
function o(S,
|
|
10480
|
+
function o(S, P) {
|
|
10481
10481
|
if (typeof S == "boolean")
|
|
10482
10482
|
return !S;
|
|
10483
10483
|
for (const N in S)
|
|
10484
|
-
if (
|
|
10484
|
+
if (P[N])
|
|
10485
10485
|
return !0;
|
|
10486
10486
|
return !1;
|
|
10487
10487
|
}
|
|
10488
10488
|
e.schemaHasRules = o;
|
|
10489
|
-
function i(S,
|
|
10489
|
+
function i(S, P) {
|
|
10490
10490
|
if (typeof S == "boolean")
|
|
10491
10491
|
return !S;
|
|
10492
10492
|
for (const N in S)
|
|
10493
|
-
if (N !== "$ref" &&
|
|
10493
|
+
if (N !== "$ref" && P.all[N])
|
|
10494
10494
|
return !0;
|
|
10495
10495
|
return !1;
|
|
10496
10496
|
}
|
|
10497
10497
|
e.schemaHasRulesButRef = i;
|
|
10498
|
-
function c({ topSchemaRef: S, schemaPath:
|
|
10498
|
+
function c({ topSchemaRef: S, schemaPath: P }, N, V, z) {
|
|
10499
10499
|
if (!z) {
|
|
10500
10500
|
if (typeof N == "number" || typeof N == "boolean")
|
|
10501
10501
|
return N;
|
|
10502
10502
|
if (typeof N == "string")
|
|
10503
10503
|
return (0, t._)`${N}`;
|
|
10504
10504
|
}
|
|
10505
|
-
return (0, t._)`${S}${
|
|
10505
|
+
return (0, t._)`${S}${P}${(0, t.getProperty)(V)}`;
|
|
10506
10506
|
}
|
|
10507
10507
|
e.schemaRefOrVal = c;
|
|
10508
10508
|
function l(S) {
|
|
@@ -10521,54 +10521,54 @@ var $e = {};
|
|
|
10521
10521
|
return S.replace(/~1/g, "/").replace(/~0/g, "~");
|
|
10522
10522
|
}
|
|
10523
10523
|
e.unescapeJsonPointer = _;
|
|
10524
|
-
function E(S,
|
|
10524
|
+
function E(S, P) {
|
|
10525
10525
|
if (Array.isArray(S))
|
|
10526
10526
|
for (const N of S)
|
|
10527
|
-
|
|
10527
|
+
P(N);
|
|
10528
10528
|
else
|
|
10529
|
-
|
|
10529
|
+
P(S);
|
|
10530
10530
|
}
|
|
10531
10531
|
e.eachItem = E;
|
|
10532
|
-
function $({ mergeNames: S, mergeToName:
|
|
10532
|
+
function $({ mergeNames: S, mergeToName: P, mergeValues: N, resultToName: V }) {
|
|
10533
10533
|
return (z, H, K, ye) => {
|
|
10534
|
-
const ae = K === void 0 ? H : K instanceof t.Name ? (H instanceof t.Name ? S(z, H, K) :
|
|
10534
|
+
const ae = K === void 0 ? H : K instanceof t.Name ? (H instanceof t.Name ? S(z, H, K) : P(z, H, K), K) : H instanceof t.Name ? (P(z, K, H), H) : N(H, K);
|
|
10535
10535
|
return ye === t.Name && !(ae instanceof t.Name) ? V(z, ae) : ae;
|
|
10536
10536
|
};
|
|
10537
10537
|
}
|
|
10538
10538
|
e.mergeEvaluated = {
|
|
10539
10539
|
props: $({
|
|
10540
|
-
mergeNames: (S,
|
|
10541
|
-
S.if((0, t._)`${
|
|
10540
|
+
mergeNames: (S, P, N) => S.if((0, t._)`${N} !== true && ${P} !== undefined`, () => {
|
|
10541
|
+
S.if((0, t._)`${P} === true`, () => S.assign(N, !0), () => S.assign(N, (0, t._)`${N} || {}`).code((0, t._)`Object.assign(${N}, ${P})`));
|
|
10542
10542
|
}),
|
|
10543
|
-
mergeToName: (S,
|
|
10544
|
-
|
|
10543
|
+
mergeToName: (S, P, N) => S.if((0, t._)`${N} !== true`, () => {
|
|
10544
|
+
P === !0 ? S.assign(N, !0) : (S.assign(N, (0, t._)`${N} || {}`), m(S, N, P));
|
|
10545
10545
|
}),
|
|
10546
|
-
mergeValues: (S,
|
|
10546
|
+
mergeValues: (S, P) => S === !0 ? !0 : { ...S, ...P },
|
|
10547
10547
|
resultToName: b
|
|
10548
10548
|
}),
|
|
10549
10549
|
items: $({
|
|
10550
|
-
mergeNames: (S,
|
|
10551
|
-
mergeToName: (S,
|
|
10552
|
-
mergeValues: (S,
|
|
10553
|
-
resultToName: (S,
|
|
10550
|
+
mergeNames: (S, P, N) => S.if((0, t._)`${N} !== true && ${P} !== undefined`, () => S.assign(N, (0, t._)`${P} === true ? true : ${N} > ${P} ? ${N} : ${P}`)),
|
|
10551
|
+
mergeToName: (S, P, N) => S.if((0, t._)`${N} !== true`, () => S.assign(N, P === !0 ? !0 : (0, t._)`${N} > ${P} ? ${N} : ${P}`)),
|
|
10552
|
+
mergeValues: (S, P) => S === !0 ? !0 : Math.max(S, P),
|
|
10553
|
+
resultToName: (S, P) => S.var("items", P)
|
|
10554
10554
|
})
|
|
10555
10555
|
};
|
|
10556
|
-
function b(S,
|
|
10557
|
-
if (
|
|
10556
|
+
function b(S, P) {
|
|
10557
|
+
if (P === !0)
|
|
10558
10558
|
return S.var("props", !0);
|
|
10559
10559
|
const N = S.var("props", (0, t._)`{}`);
|
|
10560
|
-
return
|
|
10560
|
+
return P !== void 0 && m(S, N, P), N;
|
|
10561
10561
|
}
|
|
10562
10562
|
e.evaluatedPropsToName = b;
|
|
10563
|
-
function m(S,
|
|
10564
|
-
Object.keys(N).forEach((V) => S.assign((0, t._)`${
|
|
10563
|
+
function m(S, P, N) {
|
|
10564
|
+
Object.keys(N).forEach((V) => S.assign((0, t._)`${P}${(0, t.getProperty)(V)}`, !0));
|
|
10565
10565
|
}
|
|
10566
10566
|
e.setEvaluated = m;
|
|
10567
10567
|
const h = {};
|
|
10568
|
-
function v(S,
|
|
10568
|
+
function v(S, P) {
|
|
10569
10569
|
return S.scopeValue("func", {
|
|
10570
|
-
ref:
|
|
10571
|
-
code: h[
|
|
10570
|
+
ref: P,
|
|
10571
|
+
code: h[P.code] || (h[P.code] = new r._Code(P.code))
|
|
10572
10572
|
});
|
|
10573
10573
|
}
|
|
10574
10574
|
e.useFunc = v;
|
|
@@ -10576,19 +10576,19 @@ var $e = {};
|
|
|
10576
10576
|
(function(S) {
|
|
10577
10577
|
S[S.Num = 0] = "Num", S[S.Str = 1] = "Str";
|
|
10578
10578
|
})(w = e.Type || (e.Type = {}));
|
|
10579
|
-
function T(S,
|
|
10579
|
+
function T(S, P, N) {
|
|
10580
10580
|
if (S instanceof t.Name) {
|
|
10581
|
-
const V =
|
|
10581
|
+
const V = P === w.Num;
|
|
10582
10582
|
return N ? V ? (0, t._)`"[" + ${S} + "]"` : (0, t._)`"['" + ${S} + "']"` : V ? (0, t._)`"/" + ${S}` : (0, t._)`"/" + ${S}.replace(/~/g, "~0").replace(/\\//g, "~1")`;
|
|
10583
10583
|
}
|
|
10584
10584
|
return N ? (0, t.getProperty)(S).toString() : "/" + p(S);
|
|
10585
10585
|
}
|
|
10586
10586
|
e.getErrorPath = T;
|
|
10587
|
-
function D(S,
|
|
10587
|
+
function D(S, P, N = S.opts.strictSchema) {
|
|
10588
10588
|
if (N) {
|
|
10589
|
-
if (
|
|
10590
|
-
throw new Error(
|
|
10591
|
-
S.self.logger.warn(
|
|
10589
|
+
if (P = `strict mode: ${P}`, N === !0)
|
|
10590
|
+
throw new Error(P);
|
|
10591
|
+
S.self.logger.warn(P);
|
|
10592
10592
|
}
|
|
10593
10593
|
}
|
|
10594
10594
|
e.checkStrictMode = D;
|
|
@@ -10628,13 +10628,13 @@ Gt.default = t6;
|
|
|
10628
10628
|
message: ({ keyword: m, schemaType: h }) => h ? (0, t.str)`"${m}" keyword must be ${h} ($data)` : (0, t.str)`"${m}" keyword is invalid ($data)`
|
|
10629
10629
|
};
|
|
10630
10630
|
function a(m, h = e.keywordError, v, w) {
|
|
10631
|
-
const { it: T } = m, { gen: D, compositeRule: S, allErrors:
|
|
10632
|
-
w ?? (S ||
|
|
10631
|
+
const { it: T } = m, { gen: D, compositeRule: S, allErrors: P } = T, N = p(m, h, v);
|
|
10632
|
+
w ?? (S || P) ? c(D, N) : l(T, (0, t._)`[${N}]`);
|
|
10633
10633
|
}
|
|
10634
10634
|
e.reportError = a;
|
|
10635
10635
|
function s(m, h = e.keywordError, v) {
|
|
10636
|
-
const { it: w } = m, { gen: T, compositeRule: D, allErrors: S } = w,
|
|
10637
|
-
c(T,
|
|
10636
|
+
const { it: w } = m, { gen: T, compositeRule: D, allErrors: S } = w, P = p(m, h, v);
|
|
10637
|
+
c(T, P), D || S || l(w, n.default.vErrors);
|
|
10638
10638
|
}
|
|
10639
10639
|
e.reportExtraError = s;
|
|
10640
10640
|
function o(m, h) {
|
|
@@ -10645,8 +10645,8 @@ Gt.default = t6;
|
|
|
10645
10645
|
if (T === void 0)
|
|
10646
10646
|
throw new Error("ajv implementation error");
|
|
10647
10647
|
const S = m.name("err");
|
|
10648
|
-
m.forRange("i", T, n.default.errors, (
|
|
10649
|
-
m.const(S, (0, t._)`${n.default.vErrors}[${
|
|
10648
|
+
m.forRange("i", T, n.default.errors, (P) => {
|
|
10649
|
+
m.const(S, (0, t._)`${n.default.vErrors}[${P}]`), m.if((0, t._)`${S}.instancePath === undefined`, () => m.assign((0, t._)`${S}.instancePath`, (0, t.strConcat)(n.default.instancePath, D.errorPath))), m.assign((0, t._)`${S}.schemaPath`, (0, t.str)`${D.errSchemaPath}/${h}`), D.opts.verbose && (m.assign((0, t._)`${S}.schema`, v), m.assign((0, t._)`${S}.data`, w));
|
|
10650
10650
|
});
|
|
10651
10651
|
}
|
|
10652
10652
|
e.extendErrors = i;
|
|
@@ -10687,7 +10687,7 @@ Gt.default = t6;
|
|
|
10687
10687
|
return v && (T = (0, t.str)`${T}${(0, r.getErrorPath)(v, r.Type.Str)}`), [d.schemaPath, T];
|
|
10688
10688
|
}
|
|
10689
10689
|
function b(m, { params: h, message: v }, w) {
|
|
10690
|
-
const { keyword: T, data: D, schemaValue: S, it:
|
|
10690
|
+
const { keyword: T, data: D, schemaValue: S, it: P } = m, { opts: N, propertyName: V, topSchemaRef: z, schemaPath: H } = P;
|
|
10691
10691
|
w.push([d.keyword, T], [d.params, typeof h == "function" ? h(m) : h || (0, t._)`{}`]), N.messages && w.push([d.message, typeof v == "function" ? v(m) : v]), N.verbose && w.push([d.schema, S], [d.parentSchema, (0, t._)`${z}${H}`], [n.default.data, D]), V && w.push([d.propertyName, V]);
|
|
10692
10692
|
}
|
|
10693
10693
|
})(da);
|
|
@@ -10788,9 +10788,9 @@ rr.shouldUseRule = Cp;
|
|
|
10788
10788
|
}
|
|
10789
10789
|
e.getJSONTypes = c;
|
|
10790
10790
|
function l(w, T) {
|
|
10791
|
-
const { gen: D, data: S, opts:
|
|
10791
|
+
const { gen: D, data: S, opts: P } = w, N = p(T, P.coerceTypes), V = T.length > 0 && !(N.length === 0 && T.length === 1 && (0, r.schemaHasRulesForType)(w, T[0]));
|
|
10792
10792
|
if (V) {
|
|
10793
|
-
const z = b(T, S,
|
|
10793
|
+
const z = b(T, S, P.strictNumbers, o.Wrong);
|
|
10794
10794
|
D.if(z, () => {
|
|
10795
10795
|
N.length ? _(w, T, N) : h(w);
|
|
10796
10796
|
});
|
|
@@ -10803,35 +10803,35 @@ rr.shouldUseRule = Cp;
|
|
|
10803
10803
|
return T ? w.filter((D) => d.has(D) || T === "array" && D === "array") : [];
|
|
10804
10804
|
}
|
|
10805
10805
|
function _(w, T, D) {
|
|
10806
|
-
const { gen: S, data:
|
|
10807
|
-
N.coerceTypes === "array" && S.if((0, a._)`${V} == 'object' && Array.isArray(${
|
|
10806
|
+
const { gen: S, data: P, opts: N } = w, V = S.let("dataType", (0, a._)`typeof ${P}`), z = S.let("coerced", (0, a._)`undefined`);
|
|
10807
|
+
N.coerceTypes === "array" && S.if((0, a._)`${V} == 'object' && Array.isArray(${P}) && ${P}.length == 1`, () => S.assign(P, (0, a._)`${P}[0]`).assign(V, (0, a._)`typeof ${P}`).if(b(T, P, N.strictNumbers), () => S.assign(z, P))), S.if((0, a._)`${z} !== undefined`);
|
|
10808
10808
|
for (const K of D)
|
|
10809
10809
|
(d.has(K) || K === "array" && N.coerceTypes === "array") && H(K);
|
|
10810
10810
|
S.else(), h(w), S.endIf(), S.if((0, a._)`${z} !== undefined`, () => {
|
|
10811
|
-
S.assign(
|
|
10811
|
+
S.assign(P, z), E(w, z);
|
|
10812
10812
|
});
|
|
10813
10813
|
function H(K) {
|
|
10814
10814
|
switch (K) {
|
|
10815
10815
|
case "string":
|
|
10816
|
-
S.elseIf((0, a._)`${V} == "number" || ${V} == "boolean"`).assign(z, (0, a._)`"" + ${
|
|
10816
|
+
S.elseIf((0, a._)`${V} == "number" || ${V} == "boolean"`).assign(z, (0, a._)`"" + ${P}`).elseIf((0, a._)`${P} === null`).assign(z, (0, a._)`""`);
|
|
10817
10817
|
return;
|
|
10818
10818
|
case "number":
|
|
10819
|
-
S.elseIf((0, a._)`${V} == "boolean" || ${
|
|
10820
|
-
|| (${V} == "string" && ${
|
|
10819
|
+
S.elseIf((0, a._)`${V} == "boolean" || ${P} === null
|
|
10820
|
+
|| (${V} == "string" && ${P} && ${P} == +${P})`).assign(z, (0, a._)`+${P}`);
|
|
10821
10821
|
return;
|
|
10822
10822
|
case "integer":
|
|
10823
|
-
S.elseIf((0, a._)`${V} === "boolean" || ${
|
|
10824
|
-
|| (${V} === "string" && ${
|
|
10823
|
+
S.elseIf((0, a._)`${V} === "boolean" || ${P} === null
|
|
10824
|
+
|| (${V} === "string" && ${P} && ${P} == +${P} && !(${P} % 1))`).assign(z, (0, a._)`+${P}`);
|
|
10825
10825
|
return;
|
|
10826
10826
|
case "boolean":
|
|
10827
|
-
S.elseIf((0, a._)`${
|
|
10827
|
+
S.elseIf((0, a._)`${P} === "false" || ${P} === 0 || ${P} === null`).assign(z, !1).elseIf((0, a._)`${P} === "true" || ${P} === 1`).assign(z, !0);
|
|
10828
10828
|
return;
|
|
10829
10829
|
case "null":
|
|
10830
|
-
S.elseIf((0, a._)`${
|
|
10830
|
+
S.elseIf((0, a._)`${P} === "" || ${P} === 0 || ${P} === false`), S.assign(z, null);
|
|
10831
10831
|
return;
|
|
10832
10832
|
case "array":
|
|
10833
10833
|
S.elseIf((0, a._)`${V} === "string" || ${V} === "number"
|
|
10834
|
-
|| ${V} === "boolean" || ${
|
|
10834
|
+
|| ${V} === "boolean" || ${P} === null`).assign(z, (0, a._)`[${P}]`);
|
|
10835
10835
|
}
|
|
10836
10836
|
}
|
|
10837
10837
|
}
|
|
@@ -10839,11 +10839,11 @@ rr.shouldUseRule = Cp;
|
|
|
10839
10839
|
w.if((0, a._)`${T} !== undefined`, () => w.assign((0, a._)`${T}[${D}]`, S));
|
|
10840
10840
|
}
|
|
10841
10841
|
function $(w, T, D, S = o.Correct) {
|
|
10842
|
-
const
|
|
10842
|
+
const P = S === o.Correct ? a.operators.EQ : a.operators.NEQ;
|
|
10843
10843
|
let N;
|
|
10844
10844
|
switch (w) {
|
|
10845
10845
|
case "null":
|
|
10846
|
-
return (0, a._)`${T} ${
|
|
10846
|
+
return (0, a._)`${T} ${P} null`;
|
|
10847
10847
|
case "array":
|
|
10848
10848
|
N = (0, a._)`Array.isArray(${T})`;
|
|
10849
10849
|
break;
|
|
@@ -10857,7 +10857,7 @@ rr.shouldUseRule = Cp;
|
|
|
10857
10857
|
N = V();
|
|
10858
10858
|
break;
|
|
10859
10859
|
default:
|
|
10860
|
-
return (0, a._)`typeof ${T} ${
|
|
10860
|
+
return (0, a._)`typeof ${T} ${P} ${w}`;
|
|
10861
10861
|
}
|
|
10862
10862
|
return S === o.Correct ? N : (0, a.not)(N);
|
|
10863
10863
|
function V(z = a.nil) {
|
|
@@ -10868,17 +10868,17 @@ rr.shouldUseRule = Cp;
|
|
|
10868
10868
|
function b(w, T, D, S) {
|
|
10869
10869
|
if (w.length === 1)
|
|
10870
10870
|
return $(w[0], T, D, S);
|
|
10871
|
-
let
|
|
10871
|
+
let P;
|
|
10872
10872
|
const N = (0, s.toHash)(w);
|
|
10873
10873
|
if (N.array && N.object) {
|
|
10874
10874
|
const V = (0, a._)`typeof ${T} != "object"`;
|
|
10875
|
-
|
|
10875
|
+
P = N.null ? V : (0, a._)`!${T} || ${V}`, delete N.null, delete N.array, delete N.object;
|
|
10876
10876
|
} else
|
|
10877
|
-
|
|
10877
|
+
P = a.nil;
|
|
10878
10878
|
N.number && delete N.integer;
|
|
10879
10879
|
for (const V in N)
|
|
10880
|
-
|
|
10881
|
-
return
|
|
10880
|
+
P = (0, a.and)(P, $(V, T, D, S));
|
|
10881
|
+
return P;
|
|
10882
10882
|
}
|
|
10883
10883
|
e.checkDataTypes = b;
|
|
10884
10884
|
const m = {
|
|
@@ -10891,14 +10891,14 @@ rr.shouldUseRule = Cp;
|
|
|
10891
10891
|
}
|
|
10892
10892
|
e.reportTypeError = h;
|
|
10893
10893
|
function v(w) {
|
|
10894
|
-
const { gen: T, data: D, schema: S } = w,
|
|
10894
|
+
const { gen: T, data: D, schema: S } = w, P = (0, s.schemaRefOrVal)(w, S, "type");
|
|
10895
10895
|
return {
|
|
10896
10896
|
gen: T,
|
|
10897
10897
|
keyword: "type",
|
|
10898
10898
|
data: D,
|
|
10899
10899
|
schema: S.type,
|
|
10900
|
-
schemaCode:
|
|
10901
|
-
schemaValue:
|
|
10900
|
+
schemaCode: P,
|
|
10901
|
+
schemaValue: P,
|
|
10902
10902
|
parentSchema: S,
|
|
10903
10903
|
params: {},
|
|
10904
10904
|
it: w
|
|
@@ -10933,16 +10933,16 @@ function bd(e, t, r) {
|
|
|
10933
10933
|
var Wt = {}, ce = {};
|
|
10934
10934
|
Object.defineProperty(ce, "__esModule", { value: !0 });
|
|
10935
10935
|
ce.validateUnion = ce.validateArray = ce.usePattern = ce.callValidateCode = ce.schemaProperties = ce.allSchemaProperties = ce.noPropertyInData = ce.propertyInData = ce.isOwnProperty = ce.hasPropFunc = ce.reportMissingProp = ce.checkMissingProp = ce.checkReportMissingProp = void 0;
|
|
10936
|
-
const
|
|
10936
|
+
const Pe = oe, uu = $e, cr = Gt, m6 = $e;
|
|
10937
10937
|
function $6(e, t) {
|
|
10938
10938
|
const { gen: r, data: n, it: a } = e;
|
|
10939
10939
|
r.if(lu(r, n, t, a.opts.ownProperties), () => {
|
|
10940
|
-
e.setParams({ missingProperty: (0,
|
|
10940
|
+
e.setParams({ missingProperty: (0, Pe._)`${t}` }, !0), e.error();
|
|
10941
10941
|
});
|
|
10942
10942
|
}
|
|
10943
10943
|
ce.checkReportMissingProp = $6;
|
|
10944
10944
|
function v6({ gen: e, data: t, it: { opts: r } }, n, a) {
|
|
10945
|
-
return (0,
|
|
10945
|
+
return (0, Pe.or)(...n.map((s) => (0, Pe.and)(lu(e, t, s, r.ownProperties), (0, Pe._)`${a} = ${s}`)));
|
|
10946
10946
|
}
|
|
10947
10947
|
ce.checkMissingProp = v6;
|
|
10948
10948
|
function y6(e, t) {
|
|
@@ -10953,22 +10953,22 @@ function Ip(e) {
|
|
|
10953
10953
|
return e.scopeValue("func", {
|
|
10954
10954
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
|
10955
10955
|
ref: Object.prototype.hasOwnProperty,
|
|
10956
|
-
code: (0,
|
|
10956
|
+
code: (0, Pe._)`Object.prototype.hasOwnProperty`
|
|
10957
10957
|
});
|
|
10958
10958
|
}
|
|
10959
10959
|
ce.hasPropFunc = Ip;
|
|
10960
10960
|
function cu(e, t, r) {
|
|
10961
|
-
return (0,
|
|
10961
|
+
return (0, Pe._)`${Ip(e)}.call(${t}, ${r})`;
|
|
10962
10962
|
}
|
|
10963
10963
|
ce.isOwnProperty = cu;
|
|
10964
10964
|
function g6(e, t, r, n) {
|
|
10965
|
-
const a = (0,
|
|
10966
|
-
return n ? (0,
|
|
10965
|
+
const a = (0, Pe._)`${t}${(0, Pe.getProperty)(r)} !== undefined`;
|
|
10966
|
+
return n ? (0, Pe._)`${a} && ${cu(e, t, r)}` : a;
|
|
10967
10967
|
}
|
|
10968
10968
|
ce.propertyInData = g6;
|
|
10969
10969
|
function lu(e, t, r, n) {
|
|
10970
|
-
const a = (0,
|
|
10971
|
-
return n ? (0,
|
|
10970
|
+
const a = (0, Pe._)`${t}${(0, Pe.getProperty)(r)} === undefined`;
|
|
10971
|
+
return n ? (0, Pe.or)(a, (0, Pe.not)(cu(e, t, r))) : a;
|
|
10972
10972
|
}
|
|
10973
10973
|
ce.noPropertyInData = lu;
|
|
10974
10974
|
function Rp(e) {
|
|
@@ -10980,24 +10980,24 @@ function _6(e, t) {
|
|
|
10980
10980
|
}
|
|
10981
10981
|
ce.schemaProperties = _6;
|
|
10982
10982
|
function b6({ schemaCode: e, data: t, it: { gen: r, topSchemaRef: n, schemaPath: a, errorPath: s }, it: o }, i, c, l) {
|
|
10983
|
-
const d = l ? (0,
|
|
10984
|
-
[cr.default.instancePath, (0,
|
|
10983
|
+
const d = l ? (0, Pe._)`${e}, ${t}, ${n}${a}` : t, p = [
|
|
10984
|
+
[cr.default.instancePath, (0, Pe.strConcat)(cr.default.instancePath, s)],
|
|
10985
10985
|
[cr.default.parentData, o.parentData],
|
|
10986
10986
|
[cr.default.parentDataProperty, o.parentDataProperty],
|
|
10987
10987
|
[cr.default.rootData, cr.default.rootData]
|
|
10988
10988
|
];
|
|
10989
10989
|
o.opts.dynamicRef && p.push([cr.default.dynamicAnchors, cr.default.dynamicAnchors]);
|
|
10990
|
-
const _ = (0,
|
|
10991
|
-
return c !==
|
|
10990
|
+
const _ = (0, Pe._)`${d}, ${r.object(...p)}`;
|
|
10991
|
+
return c !== Pe.nil ? (0, Pe._)`${i}.call(${c}, ${_})` : (0, Pe._)`${i}(${_})`;
|
|
10992
10992
|
}
|
|
10993
10993
|
ce.callValidateCode = b6;
|
|
10994
|
-
const w6 = (0,
|
|
10994
|
+
const w6 = (0, Pe._)`new RegExp`;
|
|
10995
10995
|
function E6({ gen: e, it: { opts: t } }, r) {
|
|
10996
10996
|
const n = t.unicodeRegExp ? "u" : "", { regExp: a } = t.code, s = a(r, n);
|
|
10997
10997
|
return e.scopeValue("pattern", {
|
|
10998
10998
|
key: s.toString(),
|
|
10999
10999
|
ref: s,
|
|
11000
|
-
code: (0,
|
|
11000
|
+
code: (0, Pe._)`${a.code === "new RegExp" ? w6 : (0, m6.useFunc)(e, a)}(${r}, ${n})`
|
|
11001
11001
|
});
|
|
11002
11002
|
}
|
|
11003
11003
|
ce.usePattern = E6;
|
|
@@ -11009,18 +11009,18 @@ function S6(e) {
|
|
|
11009
11009
|
}
|
|
11010
11010
|
return t.var(s, !0), o(() => t.break()), s;
|
|
11011
11011
|
function o(i) {
|
|
11012
|
-
const c = t.const("len", (0,
|
|
11012
|
+
const c = t.const("len", (0, Pe._)`${r}.length`);
|
|
11013
11013
|
t.forRange("i", 0, c, (l) => {
|
|
11014
11014
|
e.subschema({
|
|
11015
11015
|
keyword: n,
|
|
11016
11016
|
dataProp: l,
|
|
11017
11017
|
dataPropType: uu.Type.Num
|
|
11018
|
-
}, s), t.if((0,
|
|
11018
|
+
}, s), t.if((0, Pe.not)(s), i);
|
|
11019
11019
|
});
|
|
11020
11020
|
}
|
|
11021
11021
|
}
|
|
11022
11022
|
ce.validateArray = S6;
|
|
11023
|
-
function
|
|
11023
|
+
function A6(e) {
|
|
11024
11024
|
const { gen: t, schema: r, keyword: n, it: a } = e;
|
|
11025
11025
|
if (!Array.isArray(r))
|
|
11026
11026
|
throw new Error("ajv implementation error");
|
|
@@ -11033,13 +11033,13 @@ function P6(e) {
|
|
|
11033
11033
|
schemaProp: l,
|
|
11034
11034
|
compositeRule: !0
|
|
11035
11035
|
}, i);
|
|
11036
|
-
t.assign(o, (0,
|
|
11036
|
+
t.assign(o, (0, Pe._)`${o} || ${i}`), e.mergeValidEvaluated(d, i) || t.if((0, Pe.not)(o));
|
|
11037
11037
|
})), e.result(o, () => e.reset(), () => e.error(!0));
|
|
11038
11038
|
}
|
|
11039
|
-
ce.validateUnion =
|
|
11039
|
+
ce.validateUnion = A6;
|
|
11040
11040
|
Object.defineProperty(Wt, "__esModule", { value: !0 });
|
|
11041
11041
|
Wt.validateKeywordUsage = Wt.validSchemaType = Wt.funcKeywordCode = Wt.macroKeywordCode = void 0;
|
|
11042
|
-
const et = oe, Cr = Gt,
|
|
11042
|
+
const et = oe, Cr = Gt, P6 = ce, O6 = da;
|
|
11043
11043
|
function T6(e, t) {
|
|
11044
11044
|
const { gen: r, keyword: n, schema: a, parentSchema: s, it: o } = e, i = t.macro.call(o.self, a, s, o), c = Np(r, n, i);
|
|
11045
11045
|
o.opts.validateSchema !== !1 && o.self.validateSchema(i, !0);
|
|
@@ -11077,7 +11077,7 @@ function C6(e, t) {
|
|
|
11077
11077
|
}
|
|
11078
11078
|
function b(h = t.async ? (0, et._)`await ` : et.nil) {
|
|
11079
11079
|
const v = c.opts.passContext ? Cr.default.this : Cr.default.self, w = !("compile" in t && !i || t.schema === !1);
|
|
11080
|
-
n.assign(p, (0, et._)`${h}${(0,
|
|
11080
|
+
n.assign(p, (0, et._)`${h}${(0, P6.callValidateCode)(e, d, v, w)}`, t.modifying);
|
|
11081
11081
|
}
|
|
11082
11082
|
function m(h) {
|
|
11083
11083
|
var v;
|
|
@@ -11432,9 +11432,9 @@ function zp(e) {
|
|
|
11432
11432
|
}
|
|
11433
11433
|
function qp(e, t) {
|
|
11434
11434
|
if (e.opts.jtd)
|
|
11435
|
-
return
|
|
11435
|
+
return Ad(e, [], !1, t);
|
|
11436
11436
|
const r = (0, Ed.getSchemaTypes)(e.schema), n = (0, Ed.coerceAndCheckDataType)(e, r);
|
|
11437
|
-
|
|
11437
|
+
Ad(e, r, !n, t);
|
|
11438
11438
|
}
|
|
11439
11439
|
function aL(e) {
|
|
11440
11440
|
const { schema: t, errSchemaPath: r, opts: n, self: a } = e;
|
|
@@ -11468,7 +11468,7 @@ function uL(e) {
|
|
|
11468
11468
|
function cL({ gen: e, evaluated: t, props: r, items: n }) {
|
|
11469
11469
|
r instanceof J.Name && e.assign((0, J._)`${t}.props`, r), n instanceof J.Name && e.assign((0, J._)`${t}.items`, n);
|
|
11470
11470
|
}
|
|
11471
|
-
function
|
|
11471
|
+
function Ad(e, t, r, n) {
|
|
11472
11472
|
const { gen: a, schema: s, data: o, allErrors: i, opts: c, self: l } = e, { RULES: d } = l;
|
|
11473
11473
|
if (s.$ref && (c.ignoreKeywordsWithRef || !(0, nr.schemaHasRulesButRef)(s, d))) {
|
|
11474
11474
|
a.block(() => Gp(e, "$ref", d.all.$ref.definition));
|
|
@@ -11480,10 +11480,10 @@ function Pd(e, t, r, n) {
|
|
|
11480
11480
|
p(d.post);
|
|
11481
11481
|
});
|
|
11482
11482
|
function p(_) {
|
|
11483
|
-
(0, du.shouldUseGroup)(s, _) && (_.type ? (a.if((0, ds.checkDataType)(_.type, o, c.strictNumbers)),
|
|
11483
|
+
(0, du.shouldUseGroup)(s, _) && (_.type ? (a.if((0, ds.checkDataType)(_.type, o, c.strictNumbers)), Pd(e, _), t.length === 1 && t[0] === _.type && r && (a.else(), (0, ds.reportTypeError)(e)), a.endIf()) : Pd(e, _), i || a.if((0, J._)`${ee.default.errors} === ${n || 0}`));
|
|
11484
11484
|
}
|
|
11485
11485
|
}
|
|
11486
|
-
function
|
|
11486
|
+
function Pd(e, t) {
|
|
11487
11487
|
const { gen: r, schema: n, opts: { useDefaults: a } } = e;
|
|
11488
11488
|
a && (0, J6.assignDefaults)(e, t.type), r.block(() => {
|
|
11489
11489
|
for (const s of t.rules)
|
|
@@ -11693,13 +11693,13 @@ pa.default = gL;
|
|
|
11693
11693
|
var it = {};
|
|
11694
11694
|
Object.defineProperty(it, "__esModule", { value: !0 });
|
|
11695
11695
|
it.resolveSchema = it.getCompilingSchema = it.resolveRef = it.compileSchema = it.SchemaEnv = void 0;
|
|
11696
|
-
const bt = oe, _L = ha, Sr = Gt,
|
|
11696
|
+
const bt = oe, _L = ha, Sr = Gt, At = He, Od = $e, bL = Ot;
|
|
11697
11697
|
class Fs {
|
|
11698
11698
|
constructor(t) {
|
|
11699
11699
|
var r;
|
|
11700
11700
|
this.refs = {}, this.dynamicAnchors = {};
|
|
11701
11701
|
let n;
|
|
11702
|
-
typeof t.schema == "object" && (n = t.schema), this.schema = t.schema, this.schemaId = t.schemaId, this.root = t.root || this, this.baseId = (r = t.baseId) !== null && r !== void 0 ? r : (0,
|
|
11702
|
+
typeof t.schema == "object" && (n = t.schema), this.schema = t.schema, this.schemaId = t.schemaId, this.root = t.root || this, this.baseId = (r = t.baseId) !== null && r !== void 0 ? r : (0, At.normalizeId)(n == null ? void 0 : n[t.schemaId || "$id"]), this.schemaPath = t.schemaPath, this.localRefs = t.localRefs, this.meta = t.meta, this.$async = n == null ? void 0 : n.$async, this.refs = {};
|
|
11703
11703
|
}
|
|
11704
11704
|
}
|
|
11705
11705
|
it.SchemaEnv = Fs;
|
|
@@ -11707,7 +11707,7 @@ function hu(e) {
|
|
|
11707
11707
|
const t = xp.call(this, e);
|
|
11708
11708
|
if (t)
|
|
11709
11709
|
return t;
|
|
11710
|
-
const r = (0,
|
|
11710
|
+
const r = (0, At.getFullPath)(this.opts.uriResolver, e.root.baseId), { es5: n, lines: a } = this.opts.code, { ownProperties: s } = this.opts, o = new bt.CodeGen(this.scope, { es5: n, lines: a, ownProperties: s });
|
|
11711
11711
|
let i;
|
|
11712
11712
|
e.$async && (i = o.scopeValue("Error", {
|
|
11713
11713
|
ref: _L.default,
|
|
@@ -11764,11 +11764,11 @@ function hu(e) {
|
|
|
11764
11764
|
it.compileSchema = hu;
|
|
11765
11765
|
function wL(e, t, r) {
|
|
11766
11766
|
var n;
|
|
11767
|
-
r = (0,
|
|
11767
|
+
r = (0, At.resolveUrl)(this.opts.uriResolver, t, r);
|
|
11768
11768
|
const a = e.refs[r];
|
|
11769
11769
|
if (a)
|
|
11770
11770
|
return a;
|
|
11771
|
-
let s =
|
|
11771
|
+
let s = AL.call(this, e, r);
|
|
11772
11772
|
if (s === void 0) {
|
|
11773
11773
|
const o = (n = e.localRefs) === null || n === void 0 ? void 0 : n[r], { schemaId: i } = this.opts;
|
|
11774
11774
|
o && (s = new Fs({ schema: o, schemaId: i, root: e, baseId: t }));
|
|
@@ -11778,7 +11778,7 @@ function wL(e, t, r) {
|
|
|
11778
11778
|
}
|
|
11779
11779
|
it.resolveRef = wL;
|
|
11780
11780
|
function EL(e) {
|
|
11781
|
-
return (0,
|
|
11781
|
+
return (0, At.inlineRef)(e.schema, this.opts.inlineRefs) ? e.schema : e.validate ? e : hu.call(this, e);
|
|
11782
11782
|
}
|
|
11783
11783
|
function xp(e) {
|
|
11784
11784
|
for (const t of this._compilations)
|
|
@@ -11789,32 +11789,32 @@ it.getCompilingSchema = xp;
|
|
|
11789
11789
|
function SL(e, t) {
|
|
11790
11790
|
return e.schema === t.schema && e.root === t.root && e.baseId === t.baseId;
|
|
11791
11791
|
}
|
|
11792
|
-
function
|
|
11792
|
+
function AL(e, t) {
|
|
11793
11793
|
let r;
|
|
11794
11794
|
for (; typeof (r = this.refs[t]) == "string"; )
|
|
11795
11795
|
t = r;
|
|
11796
11796
|
return r || this.schemas[t] || Vs.call(this, e, t);
|
|
11797
11797
|
}
|
|
11798
11798
|
function Vs(e, t) {
|
|
11799
|
-
const r = this.opts.uriResolver.parse(t), n = (0,
|
|
11800
|
-
let a = (0,
|
|
11799
|
+
const r = this.opts.uriResolver.parse(t), n = (0, At._getFullPath)(this.opts.uriResolver, r);
|
|
11800
|
+
let a = (0, At.getFullPath)(this.opts.uriResolver, e.baseId, void 0);
|
|
11801
11801
|
if (Object.keys(e.schema).length > 0 && n === a)
|
|
11802
11802
|
return mo.call(this, r, e);
|
|
11803
|
-
const s = (0,
|
|
11803
|
+
const s = (0, At.normalizeId)(n), o = this.refs[s] || this.schemas[s];
|
|
11804
11804
|
if (typeof o == "string") {
|
|
11805
11805
|
const i = Vs.call(this, e, o);
|
|
11806
11806
|
return typeof (i == null ? void 0 : i.schema) != "object" ? void 0 : mo.call(this, r, i);
|
|
11807
11807
|
}
|
|
11808
11808
|
if (typeof (o == null ? void 0 : o.schema) == "object") {
|
|
11809
|
-
if (o.validate || hu.call(this, o), s === (0,
|
|
11809
|
+
if (o.validate || hu.call(this, o), s === (0, At.normalizeId)(t)) {
|
|
11810
11810
|
const { schema: i } = o, { schemaId: c } = this.opts, l = i[c];
|
|
11811
|
-
return l && (a = (0,
|
|
11811
|
+
return l && (a = (0, At.resolveUrl)(this.opts.uriResolver, a, l)), new Fs({ schema: i, schemaId: c, root: e, baseId: a });
|
|
11812
11812
|
}
|
|
11813
11813
|
return mo.call(this, r, o);
|
|
11814
11814
|
}
|
|
11815
11815
|
}
|
|
11816
11816
|
it.resolveSchema = Vs;
|
|
11817
|
-
const
|
|
11817
|
+
const PL = /* @__PURE__ */ new Set([
|
|
11818
11818
|
"properties",
|
|
11819
11819
|
"patternProperties",
|
|
11820
11820
|
"enum",
|
|
@@ -11833,11 +11833,11 @@ function mo(e, { baseId: t, schema: r, root: n }) {
|
|
|
11833
11833
|
return;
|
|
11834
11834
|
r = c;
|
|
11835
11835
|
const l = typeof r == "object" && r[this.opts.schemaId];
|
|
11836
|
-
!
|
|
11836
|
+
!PL.has(i) && l && (t = (0, At.resolveUrl)(this.opts.uriResolver, t, l));
|
|
11837
11837
|
}
|
|
11838
11838
|
let s;
|
|
11839
11839
|
if (typeof r != "boolean" && r.$ref && !(0, Od.schemaHasRulesButRef)(r, this.RULES)) {
|
|
11840
|
-
const i = (0,
|
|
11840
|
+
const i = (0, At.resolveUrl)(this.opts.uriResolver, t, r.$ref);
|
|
11841
11841
|
s = Vs.call(this, n, i);
|
|
11842
11842
|
}
|
|
11843
11843
|
const { schemaId: o } = this.opts;
|
|
@@ -11929,8 +11929,8 @@ pu.default = Jp;
|
|
|
11929
11929
|
unicode: '"minLength"/"maxLength" account for unicode characters by default.'
|
|
11930
11930
|
}, v = 200;
|
|
11931
11931
|
function w(M) {
|
|
11932
|
-
var g, I,
|
|
11933
|
-
const lt = M.strict, Zt = (g = M.code) === null || g === void 0 ? void 0 : g.optimize, _r = Zt === !0 || Zt === void 0 ? 1 : Zt || 0, Xe = (
|
|
11932
|
+
var g, I, A, u, f, y, j, k, q, B, X, ge, je, pt, gt, qe, Ht, Rt, Nt, jt, xt, nt, Ue, Dt, Jt;
|
|
11933
|
+
const lt = M.strict, Zt = (g = M.code) === null || g === void 0 ? void 0 : g.optimize, _r = Zt === !0 || Zt === void 0 ? 1 : Zt || 0, Xe = (A = (I = M.code) === null || I === void 0 ? void 0 : I.regExp) !== null && A !== void 0 ? A : E, Yt = (u = M.uriResolver) !== null && u !== void 0 ? u : _.default;
|
|
11934
11934
|
return {
|
|
11935
11935
|
strictSchema: (y = (f = M.strictSchema) !== null && f !== void 0 ? f : lt) !== null && y !== void 0 ? y : !0,
|
|
11936
11936
|
strictNumbers: (k = (j = M.strictNumbers) !== null && j !== void 0 ? j : lt) !== null && k !== void 0 ? k : !0,
|
|
@@ -11955,41 +11955,41 @@ pu.default = Jp;
|
|
|
11955
11955
|
class T {
|
|
11956
11956
|
constructor(g = {}) {
|
|
11957
11957
|
this.schemas = {}, this.refs = {}, this.formats = {}, this._compilations = /* @__PURE__ */ new Set(), this._loading = {}, this._cache = /* @__PURE__ */ new Map(), g = this.opts = { ...g, ...w(g) };
|
|
11958
|
-
const { es5: I, lines:
|
|
11959
|
-
this.scope = new i.ValueScope({ scope: {}, prefixes: b, es5: I, lines:
|
|
11958
|
+
const { es5: I, lines: A } = this.opts.code;
|
|
11959
|
+
this.scope = new i.ValueScope({ scope: {}, prefixes: b, es5: I, lines: A }), this.logger = K(g.logger);
|
|
11960
11960
|
const u = g.validateFormats;
|
|
11961
|
-
g.validateFormats = !1, this.RULES = (0, s.getRules)(), D.call(this, m, g, "NOT SUPPORTED"), D.call(this, h, g, "DEPRECATED", "warn"), this._metaOpts = z.call(this), g.formats && N.call(this), this._addVocabularies(), this._addDefaultMetaSchema(), g.keywords && V.call(this, g.keywords), typeof g.meta == "object" && this.addMetaSchema(g.meta),
|
|
11961
|
+
g.validateFormats = !1, this.RULES = (0, s.getRules)(), D.call(this, m, g, "NOT SUPPORTED"), D.call(this, h, g, "DEPRECATED", "warn"), this._metaOpts = z.call(this), g.formats && N.call(this), this._addVocabularies(), this._addDefaultMetaSchema(), g.keywords && V.call(this, g.keywords), typeof g.meta == "object" && this.addMetaSchema(g.meta), P.call(this), g.validateFormats = u;
|
|
11962
11962
|
}
|
|
11963
11963
|
_addVocabularies() {
|
|
11964
11964
|
this.addKeyword("$async");
|
|
11965
11965
|
}
|
|
11966
11966
|
_addDefaultMetaSchema() {
|
|
11967
|
-
const { $data: g, meta: I, schemaId:
|
|
11967
|
+
const { $data: g, meta: I, schemaId: A } = this.opts;
|
|
11968
11968
|
let u = p;
|
|
11969
|
-
|
|
11969
|
+
A === "id" && (u = { ...p }, u.id = u.$id, delete u.$id), I && g && this.addMetaSchema(u, u[A], !1);
|
|
11970
11970
|
}
|
|
11971
11971
|
defaultMeta() {
|
|
11972
11972
|
const { meta: g, schemaId: I } = this.opts;
|
|
11973
11973
|
return this.opts.defaultMeta = typeof g == "object" ? g[I] || g : void 0;
|
|
11974
11974
|
}
|
|
11975
11975
|
validate(g, I) {
|
|
11976
|
-
let
|
|
11976
|
+
let A;
|
|
11977
11977
|
if (typeof g == "string") {
|
|
11978
|
-
if (
|
|
11978
|
+
if (A = this.getSchema(g), !A)
|
|
11979
11979
|
throw new Error(`no schema with key or ref "${g}"`);
|
|
11980
11980
|
} else
|
|
11981
|
-
|
|
11982
|
-
const u =
|
|
11983
|
-
return "$async" in
|
|
11981
|
+
A = this.compile(g);
|
|
11982
|
+
const u = A(I);
|
|
11983
|
+
return "$async" in A || (this.errors = A.errors), u;
|
|
11984
11984
|
}
|
|
11985
11985
|
compile(g, I) {
|
|
11986
|
-
const
|
|
11987
|
-
return
|
|
11986
|
+
const A = this._addSchema(g, I);
|
|
11987
|
+
return A.validate || this._compileSchemaEnv(A);
|
|
11988
11988
|
}
|
|
11989
11989
|
compileAsync(g, I) {
|
|
11990
11990
|
if (typeof this.opts.loadSchema != "function")
|
|
11991
11991
|
throw new Error("options.loadSchema should be a function");
|
|
11992
|
-
const { loadSchema:
|
|
11992
|
+
const { loadSchema: A } = this.opts;
|
|
11993
11993
|
return u.call(this, g, I);
|
|
11994
11994
|
async function u(B, X) {
|
|
11995
11995
|
await f.call(this, B.$schema);
|
|
@@ -12021,17 +12021,17 @@ pu.default = Jp;
|
|
|
12021
12021
|
if (X)
|
|
12022
12022
|
return X;
|
|
12023
12023
|
try {
|
|
12024
|
-
return await (this._loading[B] =
|
|
12024
|
+
return await (this._loading[B] = A(B));
|
|
12025
12025
|
} finally {
|
|
12026
12026
|
delete this._loading[B];
|
|
12027
12027
|
}
|
|
12028
12028
|
}
|
|
12029
12029
|
}
|
|
12030
12030
|
// Adds schema to the instance
|
|
12031
|
-
addSchema(g, I,
|
|
12031
|
+
addSchema(g, I, A, u = this.opts.validateSchema) {
|
|
12032
12032
|
if (Array.isArray(g)) {
|
|
12033
12033
|
for (const y of g)
|
|
12034
|
-
this.addSchema(y, void 0,
|
|
12034
|
+
this.addSchema(y, void 0, A, u);
|
|
12035
12035
|
return this;
|
|
12036
12036
|
}
|
|
12037
12037
|
let f;
|
|
@@ -12040,23 +12040,23 @@ pu.default = Jp;
|
|
|
12040
12040
|
if (f = g[y], f !== void 0 && typeof f != "string")
|
|
12041
12041
|
throw new Error(`schema ${y} must be string`);
|
|
12042
12042
|
}
|
|
12043
|
-
return I = (0, c.normalizeId)(I || f), this._checkUnique(I), this.schemas[I] = this._addSchema(g,
|
|
12043
|
+
return I = (0, c.normalizeId)(I || f), this._checkUnique(I), this.schemas[I] = this._addSchema(g, A, I, u, !0), this;
|
|
12044
12044
|
}
|
|
12045
12045
|
// Add schema that will be used to validate other schemas
|
|
12046
12046
|
// options in META_IGNORE_OPTIONS are alway set to false
|
|
12047
|
-
addMetaSchema(g, I,
|
|
12048
|
-
return this.addSchema(g, I, !0,
|
|
12047
|
+
addMetaSchema(g, I, A = this.opts.validateSchema) {
|
|
12048
|
+
return this.addSchema(g, I, !0, A), this;
|
|
12049
12049
|
}
|
|
12050
12050
|
// Validate schema against its meta-schema
|
|
12051
12051
|
validateSchema(g, I) {
|
|
12052
12052
|
if (typeof g == "boolean")
|
|
12053
12053
|
return !0;
|
|
12054
|
-
let
|
|
12055
|
-
if (
|
|
12054
|
+
let A;
|
|
12055
|
+
if (A = g.$schema, A !== void 0 && typeof A != "string")
|
|
12056
12056
|
throw new Error("$schema must be a string");
|
|
12057
|
-
if (
|
|
12057
|
+
if (A = A || this.opts.defaultMeta || this.defaultMeta(), !A)
|
|
12058
12058
|
return this.logger.warn("meta-schema not available"), this.errors = null, !0;
|
|
12059
|
-
const u = this.validate(
|
|
12059
|
+
const u = this.validate(A, g);
|
|
12060
12060
|
if (!u && I) {
|
|
12061
12061
|
const f = "schema is invalid: " + this.errorsText();
|
|
12062
12062
|
if (this.opts.validateSchema === "log")
|
|
@@ -12073,7 +12073,7 @@ pu.default = Jp;
|
|
|
12073
12073
|
for (; typeof (I = S.call(this, g)) == "string"; )
|
|
12074
12074
|
g = I;
|
|
12075
12075
|
if (I === void 0) {
|
|
12076
|
-
const { schemaId:
|
|
12076
|
+
const { schemaId: A } = this.opts, u = new o.SchemaEnv({ schema: {}, schemaId: A });
|
|
12077
12077
|
if (I = o.resolveSchema.call(this, u, g), !I)
|
|
12078
12078
|
return;
|
|
12079
12079
|
this.refs[g] = I;
|
|
@@ -12097,8 +12097,8 @@ pu.default = Jp;
|
|
|
12097
12097
|
case "object": {
|
|
12098
12098
|
const I = g;
|
|
12099
12099
|
this._cache.delete(I);
|
|
12100
|
-
let
|
|
12101
|
-
return
|
|
12100
|
+
let A = g[this.opts.schemaId];
|
|
12101
|
+
return A && (A = (0, c.normalizeId)(A), delete this.schemas[A], delete this.refs[A]), this;
|
|
12102
12102
|
}
|
|
12103
12103
|
default:
|
|
12104
12104
|
throw new Error("ajv.removeSchema: invalid parameter");
|
|
@@ -12111,23 +12111,23 @@ pu.default = Jp;
|
|
|
12111
12111
|
return this;
|
|
12112
12112
|
}
|
|
12113
12113
|
addKeyword(g, I) {
|
|
12114
|
-
let
|
|
12114
|
+
let A;
|
|
12115
12115
|
if (typeof g == "string")
|
|
12116
|
-
|
|
12116
|
+
A = g, typeof I == "object" && (this.logger.warn("these parameters are deprecated, see docs for addKeyword"), I.keyword = A);
|
|
12117
12117
|
else if (typeof g == "object" && I === void 0) {
|
|
12118
|
-
if (I = g,
|
|
12118
|
+
if (I = g, A = I.keyword, Array.isArray(A) && !A.length)
|
|
12119
12119
|
throw new Error("addKeywords: keyword must be string or non-empty array");
|
|
12120
12120
|
} else
|
|
12121
12121
|
throw new Error("invalid addKeywords parameters");
|
|
12122
|
-
if (ae.call(this,
|
|
12123
|
-
return (0, d.eachItem)(
|
|
12122
|
+
if (ae.call(this, A, I), !I)
|
|
12123
|
+
return (0, d.eachItem)(A, (f) => Ne.call(this, f)), this;
|
|
12124
12124
|
ft.call(this, I);
|
|
12125
12125
|
const u = {
|
|
12126
12126
|
...I,
|
|
12127
12127
|
type: (0, l.getJSONTypes)(I.type),
|
|
12128
12128
|
schemaType: (0, l.getJSONTypes)(I.schemaType)
|
|
12129
12129
|
};
|
|
12130
|
-
return (0, d.eachItem)(
|
|
12130
|
+
return (0, d.eachItem)(A, u.type.length === 0 ? (f) => Ne.call(this, f, u) : (f) => u.type.forEach((y) => Ne.call(this, f, u, y))), this;
|
|
12131
12131
|
}
|
|
12132
12132
|
getKeyword(g) {
|
|
12133
12133
|
const I = this.RULES.all[g];
|
|
@@ -12137,9 +12137,9 @@ pu.default = Jp;
|
|
|
12137
12137
|
removeKeyword(g) {
|
|
12138
12138
|
const { RULES: I } = this;
|
|
12139
12139
|
delete I.keywords[g], delete I.all[g];
|
|
12140
|
-
for (const
|
|
12141
|
-
const u =
|
|
12142
|
-
u >= 0 &&
|
|
12140
|
+
for (const A of I.rules) {
|
|
12141
|
+
const u = A.rules.findIndex((f) => f.keyword === g);
|
|
12142
|
+
u >= 0 && A.rules.splice(u, 1);
|
|
12143
12143
|
}
|
|
12144
12144
|
return this;
|
|
12145
12145
|
}
|
|
@@ -12147,19 +12147,19 @@ pu.default = Jp;
|
|
|
12147
12147
|
addFormat(g, I) {
|
|
12148
12148
|
return typeof I == "string" && (I = new RegExp(I)), this.formats[g] = I, this;
|
|
12149
12149
|
}
|
|
12150
|
-
errorsText(g = this.errors, { separator: I = ", ", dataVar:
|
|
12151
|
-
return !g || g.length === 0 ? "No errors" : g.map((u) => `${
|
|
12150
|
+
errorsText(g = this.errors, { separator: I = ", ", dataVar: A = "data" } = {}) {
|
|
12151
|
+
return !g || g.length === 0 ? "No errors" : g.map((u) => `${A}${u.instancePath} ${u.message}`).reduce((u, f) => u + I + f);
|
|
12152
12152
|
}
|
|
12153
12153
|
$dataMetaSchema(g, I) {
|
|
12154
|
-
const
|
|
12154
|
+
const A = this.RULES.all;
|
|
12155
12155
|
g = JSON.parse(JSON.stringify(g));
|
|
12156
12156
|
for (const u of I) {
|
|
12157
12157
|
const f = u.split("/").slice(1);
|
|
12158
12158
|
let y = g;
|
|
12159
12159
|
for (const j of f)
|
|
12160
12160
|
y = y[j];
|
|
12161
|
-
for (const j in
|
|
12162
|
-
const k =
|
|
12161
|
+
for (const j in A) {
|
|
12162
|
+
const k = A[j];
|
|
12163
12163
|
if (typeof k != "object")
|
|
12164
12164
|
continue;
|
|
12165
12165
|
const { $data: q } = k.definition, B = y[j];
|
|
@@ -12169,12 +12169,12 @@ pu.default = Jp;
|
|
|
12169
12169
|
return g;
|
|
12170
12170
|
}
|
|
12171
12171
|
_removeAllSchemas(g, I) {
|
|
12172
|
-
for (const
|
|
12173
|
-
const u = g[
|
|
12174
|
-
(!I || I.test(
|
|
12172
|
+
for (const A in g) {
|
|
12173
|
+
const u = g[A];
|
|
12174
|
+
(!I || I.test(A)) && (typeof u == "string" ? delete g[A] : u && !u.meta && (this._cache.delete(u.schema), delete g[A]));
|
|
12175
12175
|
}
|
|
12176
12176
|
}
|
|
12177
|
-
_addSchema(g, I,
|
|
12177
|
+
_addSchema(g, I, A, u = this.opts.validateSchema, f = this.opts.addUsedSchema) {
|
|
12178
12178
|
let y;
|
|
12179
12179
|
const { schemaId: j } = this.opts;
|
|
12180
12180
|
if (typeof g == "object")
|
|
@@ -12188,9 +12188,9 @@ pu.default = Jp;
|
|
|
12188
12188
|
let k = this._cache.get(g);
|
|
12189
12189
|
if (k !== void 0)
|
|
12190
12190
|
return k;
|
|
12191
|
-
|
|
12192
|
-
const q = c.getSchemaRefs.call(this, g,
|
|
12193
|
-
return k = new o.SchemaEnv({ schema: g, schemaId: j, meta: I, baseId:
|
|
12191
|
+
A = (0, c.normalizeId)(y || A);
|
|
12192
|
+
const q = c.getSchemaRefs.call(this, g, A);
|
|
12193
|
+
return k = new o.SchemaEnv({ schema: g, schemaId: j, meta: I, baseId: A, localRefs: q }), this._cache.set(k.schema, k), f && !A.startsWith("#") && (A && this._checkUnique(A), this.refs[A] = k), u && this.validateSchema(g, !0), k;
|
|
12194
12194
|
}
|
|
12195
12195
|
_checkUnique(g) {
|
|
12196
12196
|
if (this.schemas[g] || this.refs[g])
|
|
@@ -12212,16 +12212,16 @@ pu.default = Jp;
|
|
|
12212
12212
|
}
|
|
12213
12213
|
}
|
|
12214
12214
|
e.default = T, T.ValidationError = n.default, T.MissingRefError = a.default;
|
|
12215
|
-
function D(M, g, I,
|
|
12215
|
+
function D(M, g, I, A = "error") {
|
|
12216
12216
|
for (const u in M) {
|
|
12217
12217
|
const f = u;
|
|
12218
|
-
f in g && this.logger[
|
|
12218
|
+
f in g && this.logger[A](`${I}: option ${u}. ${M[f]}`);
|
|
12219
12219
|
}
|
|
12220
12220
|
}
|
|
12221
12221
|
function S(M) {
|
|
12222
12222
|
return M = (0, c.normalizeId)(M), this.schemas[M] || this.refs[M];
|
|
12223
12223
|
}
|
|
12224
|
-
function
|
|
12224
|
+
function P() {
|
|
12225
12225
|
const M = this.opts.schemas;
|
|
12226
12226
|
if (M)
|
|
12227
12227
|
if (Array.isArray(M))
|
|
@@ -12269,16 +12269,16 @@ pu.default = Jp;
|
|
|
12269
12269
|
const ye = /^[a-z_$][a-z0-9_$:-]*$/i;
|
|
12270
12270
|
function ae(M, g) {
|
|
12271
12271
|
const { RULES: I } = this;
|
|
12272
|
-
if ((0, d.eachItem)(M, (
|
|
12273
|
-
if (I.keywords[
|
|
12274
|
-
throw new Error(`Keyword ${
|
|
12275
|
-
if (!ye.test(
|
|
12276
|
-
throw new Error(`Keyword ${
|
|
12272
|
+
if ((0, d.eachItem)(M, (A) => {
|
|
12273
|
+
if (I.keywords[A])
|
|
12274
|
+
throw new Error(`Keyword ${A} is already defined`);
|
|
12275
|
+
if (!ye.test(A))
|
|
12276
|
+
throw new Error(`Keyword ${A} has invalid name`);
|
|
12277
12277
|
}), !!g && g.$data && !("code" in g || "validate" in g))
|
|
12278
12278
|
throw new Error('$data keyword must have "code" or "validate" function');
|
|
12279
12279
|
}
|
|
12280
12280
|
function Ne(M, g, I) {
|
|
12281
|
-
var
|
|
12281
|
+
var A;
|
|
12282
12282
|
const u = g == null ? void 0 : g.post;
|
|
12283
12283
|
if (I && u)
|
|
12284
12284
|
throw new Error('keyword with "post" flag cannot have "type"');
|
|
@@ -12294,11 +12294,11 @@ pu.default = Jp;
|
|
|
12294
12294
|
schemaType: (0, l.getJSONTypes)(g.schemaType)
|
|
12295
12295
|
}
|
|
12296
12296
|
};
|
|
12297
|
-
g.before ? rt.call(this, y, j, g.before) : y.rules.push(j), f.all[M] = j, (
|
|
12297
|
+
g.before ? rt.call(this, y, j, g.before) : y.rules.push(j), f.all[M] = j, (A = g.implements) === null || A === void 0 || A.forEach((k) => this.addKeyword(k));
|
|
12298
12298
|
}
|
|
12299
12299
|
function rt(M, g, I) {
|
|
12300
|
-
const
|
|
12301
|
-
|
|
12300
|
+
const A = M.rules.findIndex((u) => u.keyword === I);
|
|
12301
|
+
A >= 0 ? M.rules.splice(A, 0, g) : (M.rules.push(g), this.logger.warn(`rule ${I} is not defined`));
|
|
12302
12302
|
}
|
|
12303
12303
|
function ft(M) {
|
|
12304
12304
|
let { metaSchema: g } = M;
|
|
@@ -12310,7 +12310,7 @@ pu.default = Jp;
|
|
|
12310
12310
|
function ct(M) {
|
|
12311
12311
|
return { anyOf: [M, ht] };
|
|
12312
12312
|
}
|
|
12313
|
-
})(
|
|
12313
|
+
})(Pp);
|
|
12314
12314
|
var mu = {}, $u = {}, vu = {};
|
|
12315
12315
|
Object.defineProperty(vu, "__esModule", { value: !0 });
|
|
12316
12316
|
const DL = {
|
|
@@ -12524,8 +12524,8 @@ const Un = oe, YL = {
|
|
|
12524
12524
|
}
|
|
12525
12525
|
};
|
|
12526
12526
|
Su.default = XL;
|
|
12527
|
-
var
|
|
12528
|
-
Object.defineProperty(
|
|
12527
|
+
var Au = {};
|
|
12528
|
+
Object.defineProperty(Au, "__esModule", { value: !0 });
|
|
12529
12529
|
const Cn = ce, zn = oe, QL = $e, eF = {
|
|
12530
12530
|
message: ({ params: { missingProperty: e } }) => (0, zn.str)`must have required property '${e}'`,
|
|
12531
12531
|
params: ({ params: { missingProperty: e } }) => (0, zn._)`{missingProperty: ${e}}`
|
|
@@ -12577,9 +12577,9 @@ const Cn = ce, zn = oe, QL = $e, eF = {
|
|
|
12577
12577
|
}
|
|
12578
12578
|
}
|
|
12579
12579
|
};
|
|
12580
|
-
|
|
12581
|
-
var
|
|
12582
|
-
Object.defineProperty(
|
|
12580
|
+
Au.default = tF;
|
|
12581
|
+
var Pu = {};
|
|
12582
|
+
Object.defineProperty(Pu, "__esModule", { value: !0 });
|
|
12583
12583
|
const qn = oe, rF = {
|
|
12584
12584
|
message({ keyword: e, schemaCode: t }) {
|
|
12585
12585
|
const r = e === "maxItems" ? "more" : "fewer";
|
|
@@ -12597,7 +12597,7 @@ const qn = oe, rF = {
|
|
|
12597
12597
|
e.fail$data((0, qn._)`${r}.length ${a} ${n}`);
|
|
12598
12598
|
}
|
|
12599
12599
|
};
|
|
12600
|
-
|
|
12600
|
+
Pu.default = nF;
|
|
12601
12601
|
var Ou = {}, ma = {};
|
|
12602
12602
|
Object.defineProperty(ma, "__esModule", { value: !0 });
|
|
12603
12603
|
const Xp = js;
|
|
@@ -12696,7 +12696,7 @@ const Nn = oe, fF = $e, hF = ma, pF = {
|
|
|
12696
12696
|
};
|
|
12697
12697
|
Cu.default = mF;
|
|
12698
12698
|
Object.defineProperty(yu, "__esModule", { value: !0 });
|
|
12699
|
-
const $F = gu, vF = _u, yF = bu, gF = Eu, _F = Su, bF =
|
|
12699
|
+
const $F = gu, vF = _u, yF = bu, gF = Eu, _F = Su, bF = Au, wF = Pu, EF = Ou, SF = Tu, AF = Cu, PF = [
|
|
12700
12700
|
// number
|
|
12701
12701
|
$F.default,
|
|
12702
12702
|
vF.default,
|
|
@@ -12713,9 +12713,9 @@ const $F = gu, vF = _u, yF = bu, gF = Eu, _F = Su, bF = Pu, wF = Au, EF = Ou, SF
|
|
|
12713
12713
|
{ keyword: "type", schemaType: ["string", "array"] },
|
|
12714
12714
|
{ keyword: "nullable", schemaType: "boolean" },
|
|
12715
12715
|
SF.default,
|
|
12716
|
-
|
|
12716
|
+
AF.default
|
|
12717
12717
|
];
|
|
12718
|
-
yu.default =
|
|
12718
|
+
yu.default = PF;
|
|
12719
12719
|
var Iu = {}, vn = {};
|
|
12720
12720
|
Object.defineProperty(vn, "__esModule", { value: !0 });
|
|
12721
12721
|
vn.validateAdditionalItems = void 0;
|
|
@@ -13273,15 +13273,15 @@ function SV(e = !1) {
|
|
|
13273
13273
|
Iu.default = SV;
|
|
13274
13274
|
var Wu = {}, Bu = {};
|
|
13275
13275
|
Object.defineProperty(Bu, "__esModule", { value: !0 });
|
|
13276
|
-
const Le = oe,
|
|
13276
|
+
const Le = oe, AV = {
|
|
13277
13277
|
message: ({ schemaCode: e }) => (0, Le.str)`must match format "${e}"`,
|
|
13278
13278
|
params: ({ schemaCode: e }) => (0, Le._)`{format: ${e}}`
|
|
13279
|
-
},
|
|
13279
|
+
}, PV = {
|
|
13280
13280
|
keyword: "format",
|
|
13281
13281
|
type: ["number", "string"],
|
|
13282
13282
|
schemaType: "string",
|
|
13283
13283
|
$data: !0,
|
|
13284
|
-
error:
|
|
13284
|
+
error: AV,
|
|
13285
13285
|
code(e, t) {
|
|
13286
13286
|
const { gen: r, data: n, $data: a, schema: s, schemaCode: o, it: i } = e, { opts: c, errSchemaPath: l, schemaEnv: d, self: p } = i;
|
|
13287
13287
|
if (!c.validateFormats)
|
|
@@ -13322,8 +13322,8 @@ const Le = oe, PV = {
|
|
|
13322
13322
|
}
|
|
13323
13323
|
}
|
|
13324
13324
|
function w(D) {
|
|
13325
|
-
const S = D instanceof RegExp ? (0, Le.regexpCode)(D) : c.code.formats ? (0, Le._)`${c.code.formats}${(0, Le.getProperty)(s)}` : void 0,
|
|
13326
|
-
return typeof D == "object" && !(D instanceof RegExp) ? [D.type || "string", D.validate, (0, Le._)`${
|
|
13325
|
+
const S = D instanceof RegExp ? (0, Le.regexpCode)(D) : c.code.formats ? (0, Le._)`${c.code.formats}${(0, Le.getProperty)(s)}` : void 0, P = r.scopeValue("formats", { key: s, ref: D, code: S });
|
|
13326
|
+
return typeof D == "object" && !(D instanceof RegExp) ? [D.type || "string", D.validate, (0, Le._)`${P}.validate`] : ["string", D, P];
|
|
13327
13327
|
}
|
|
13328
13328
|
function T() {
|
|
13329
13329
|
if (typeof $ == "object" && !($ instanceof RegExp) && $.async) {
|
|
@@ -13336,7 +13336,7 @@ const Le = oe, PV = {
|
|
|
13336
13336
|
}
|
|
13337
13337
|
}
|
|
13338
13338
|
};
|
|
13339
|
-
Bu.default =
|
|
13339
|
+
Bu.default = PV;
|
|
13340
13340
|
Object.defineProperty(Wu, "__esModule", { value: !0 });
|
|
13341
13341
|
const OV = Bu, TV = [OV.default];
|
|
13342
13342
|
Wu.default = TV;
|
|
@@ -13685,7 +13685,7 @@ const LV = "http://json-schema.org/draft-07/schema#", FV = "http://json-schema.o
|
|
|
13685
13685
|
};
|
|
13686
13686
|
(function(e, t) {
|
|
13687
13687
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.MissingRefError = t.ValidationError = t.CodeGen = t.Name = t.nil = t.stringify = t.str = t._ = t.KeywordCxt = void 0;
|
|
13688
|
-
const r =
|
|
13688
|
+
const r = Pp, n = mu, a = Ku, s = WV, o = ["/properties"], i = "http://json-schema.org/draft-07/schema";
|
|
13689
13689
|
class c extends r.default {
|
|
13690
13690
|
_addVocabularies() {
|
|
13691
13691
|
super._addVocabularies(), n.default.forEach(($) => this.addVocabulary($)), this.opts.discriminator && this.addKeyword(a.default);
|
|
@@ -13779,10 +13779,10 @@ const LV = "http://json-schema.org/draft-07/schema#", FV = "http://json-schema.o
|
|
|
13779
13779
|
};
|
|
13780
13780
|
const o = (i) => (i.addKeyword(e.formatLimitDefinition), i);
|
|
13781
13781
|
e.default = o;
|
|
13782
|
-
})(
|
|
13782
|
+
})(Ap);
|
|
13783
13783
|
(function(e, t) {
|
|
13784
13784
|
Object.defineProperty(t, "__esModule", { value: !0 });
|
|
13785
|
-
const r = Sp, n =
|
|
13785
|
+
const r = Sp, n = Ap, a = oe, s = new a.Name("fullFormats"), o = new a.Name("fastFormats"), i = (l, d = { keywords: !0 }) => {
|
|
13786
13786
|
if (Array.isArray(d))
|
|
13787
13787
|
return c(l, d, r.fullFormats, s), l;
|
|
13788
13788
|
const [p, _] = d.mode === "fast" ? [r.fastFormats, o] : [r.fullFormats, s], E = d.formats || r.formatNames;
|
|
@@ -13966,7 +13966,7 @@ const om = (e) => typeof e == "object" && e !== null && typeof e.i18n == "string
|
|
|
13966
13966
|
errors: n
|
|
13967
13967
|
};
|
|
13968
13968
|
} else {
|
|
13969
|
-
const r = Je(e.data, t.path), n = t.updater(Cl(r)), a =
|
|
13969
|
+
const r = Je(e.data, t.path), n = t.updater(Cl(r)), a = FD(t.path, n, e.data === void 0 ? {} : e.data), s = Qt(e.validator, a);
|
|
13970
13970
|
return {
|
|
13971
13971
|
...e,
|
|
13972
13972
|
data: a,
|
|
@@ -14097,11 +14097,11 @@ const om = (e) => typeof e == "object" && e !== null && typeof e.i18n == "string
|
|
|
14097
14097
|
return !1;
|
|
14098
14098
|
let s = r;
|
|
14099
14099
|
return $m(r, "object") && (s = Hn(r, a, n == null ? void 0 : n.rootSchema)), s === void 0 ? !1 : e(s, n == null ? void 0 : n.rootSchema);
|
|
14100
|
-
}, gn = (e) => gU((t) => !_e(t) && $m(t, e)), $a = (e) => (t) => !_e(t) && t.type === e, va = (...e) => (t, r, n) => e.reduce((a, s) => a && s(t, r, n), !0), Vr = (e, t) => (r, n, a) => t(r, n, a) ? e : cm, _U = va($a("Control"), gn("boolean")), bU = va($a("Control"), gn("object")), wU = va($a("Control"), gn("integer")), EU = va($a("Control"), gn("number")), SU = va($a("Control"), gn("string")),
|
|
14100
|
+
}, gn = (e) => gU((t) => !_e(t) && $m(t, e)), $a = (e) => (t) => !_e(t) && t.type === e, va = (...e) => (t, r, n) => e.reduce((a, s) => a && s(t, r, n), !0), Vr = (e, t) => (r, n, a) => t(r, n, a) ? e : cm, _U = va($a("Control"), gn("boolean")), bU = va($a("Control"), gn("object")), wU = va($a("Control"), gn("integer")), EU = va($a("Control"), gn("number")), SU = va($a("Control"), gn("string")), AU = (e) => (t, r, n) => {
|
|
14101
14101
|
const a = li(e, (s) => s.tester(t, r, n));
|
|
14102
14102
|
if (a !== void 0 && a.tester(t, r, n) !== cm)
|
|
14103
14103
|
return a.uischema;
|
|
14104
|
-
},
|
|
14104
|
+
}, PU = (e, t, r, n, a = "VerticalLayout", s, o) => {
|
|
14105
14105
|
if (s && s.options && s.options.detail) {
|
|
14106
14106
|
if (typeof s.options.detail == "string") {
|
|
14107
14107
|
if (s.options.detail.toUpperCase() === "GENERATE")
|
|
@@ -14109,7 +14109,7 @@ const om = (e) => typeof e == "object" && e !== null && typeof e.i18n == "string
|
|
|
14109
14109
|
} else if (typeof s.options.detail == "object" && s.options.detail.type && typeof s.options.detail.type == "string")
|
|
14110
14110
|
return s.options.detail;
|
|
14111
14111
|
}
|
|
14112
|
-
const i =
|
|
14112
|
+
const i = AU(e)(t, r, n);
|
|
14113
14113
|
return i === void 0 ? typeof a == "function" ? a() : Nr.uiSchema(t, a, "#", o) : i;
|
|
14114
14114
|
}, lm = (e, t) => (r) => dU(e, t)(r.jsonforms.core), nn = (e) => e.jsonforms.config, dm = () => (e) => $U(Je(e, "jsonforms.i18n")), OU = () => (e) => vU(Je(e, "jsonforms.i18n")), xu = (e) => rU(Je(e, "jsonforms.core")), vs = (e) => nU(Je(e, "jsonforms.core")), TU = (e) => aU(Je(e, "jsonforms.core")), zs = (e) => sU(Je(e, "jsonforms.core")), CU = (e) => Je(e, "jsonforms.renderers"), IU = (e) => Je(e, "jsonforms.cells"), RU = (e, t) => {
|
|
14115
14115
|
let r = e;
|
|
@@ -14186,7 +14186,7 @@ const om = (e) => typeof e == "object" && e !== null && typeof e.i18n == "string
|
|
|
14186
14186
|
var o, i, c;
|
|
14187
14187
|
return (o = e == null ? void 0 : e.jsonforms) != null && o.readonly ? !1 : r && zU(r) ? qU(r, a, t == null ? void 0 : t.path, zs(e)) : typeof ((i = r == null ? void 0 : r.options) == null ? void 0 : i.readonly) == "boolean" ? !r.options.readonly : typeof ((c = r == null ? void 0 : r.options) == null ? void 0 : c.readOnly) == "boolean" ? !r.options.readOnly : typeof (s == null ? void 0 : s.readonly) == "boolean" ? !s.readonly : typeof (s == null ? void 0 : s.readOnly) == "boolean" ? !s.readOnly : (n == null ? void 0 : n.readOnly) === !0 ? !1 : typeof (t == null ? void 0 : t.enabled) == "boolean" ? t.enabled : !0;
|
|
14188
14188
|
}, mm = (e) => e == null ? "" : e.join(`
|
|
14189
|
-
`), $m = (e, t) =>
|
|
14189
|
+
`), $m = (e, t) => Pk(ys(e), t), ys = (e) => {
|
|
14190
14190
|
if (_e(e))
|
|
14191
14191
|
return [];
|
|
14192
14192
|
if (!_e(e.type) && typeof e.type == "string")
|
|
@@ -14232,11 +14232,11 @@ const om = (e) => typeof e == "object" && e !== null && typeof e.i18n == "string
|
|
|
14232
14232
|
const n = t.split("/"), a = n[n.length - 1], o = n.slice(0, n.length - 2).join("/"), i = xn.schema(e, o, r);
|
|
14233
14233
|
return i !== void 0 && i.required !== void 0 && i.required.indexOf(a) !== -1;
|
|
14234
14234
|
}, KU = (e, t) => {
|
|
14235
|
-
const { uischema: r } = t, n = xu(e), a = fm(r, t.path), s = t.visible === void 0 || pm(r) ? Zu(r, n, t.path, zs(e)) : t.visible, o = r, i = t.id, c = vs(e), l = o.scope !== void 0 && BU(t.schema, o.scope, c), d = xn.schema(t.schema || c, o.scope, c), p = lm(a, d)(e), _ = d !== void 0 ? d.description : "", E = xn.data(n, a), $ = WU(r, d), b = $.show ? $.text : "", m = nn(e), h = Yu(e, t, r, d || c, n, m), v = d ?? c, w = dm()(e), T = OU()(e), D = w($s(v, r, a, "label"), b, { schema: v, uischema: r, path: a, errors: p }), S = w($s(v, r, a, "description"), _, { schema: v, uischema: r, path: a, errors: p }),
|
|
14235
|
+
const { uischema: r } = t, n = xu(e), a = fm(r, t.path), s = t.visible === void 0 || pm(r) ? Zu(r, n, t.path, zs(e)) : t.visible, o = r, i = t.id, c = vs(e), l = o.scope !== void 0 && BU(t.schema, o.scope, c), d = xn.schema(t.schema || c, o.scope, c), p = lm(a, d)(e), _ = d !== void 0 ? d.description : "", E = xn.data(n, a), $ = WU(r, d), b = $.show ? $.text : "", m = nn(e), h = Yu(e, t, r, d || c, n, m), v = d ?? c, w = dm()(e), T = OU()(e), D = w($s(v, r, a, "label"), b, { schema: v, uischema: r, path: a, errors: p }), S = w($s(v, r, a, "description"), _, { schema: v, uischema: r, path: a, errors: p }), P = pU(p, T, w, v, r, a);
|
|
14236
14236
|
return {
|
|
14237
14237
|
data: E,
|
|
14238
14238
|
description: S,
|
|
14239
|
-
errors:
|
|
14239
|
+
errors: P,
|
|
14240
14240
|
label: D,
|
|
14241
14241
|
visible: s,
|
|
14242
14242
|
enabled: h,
|
|
@@ -14402,7 +14402,7 @@ const om = (e) => typeof e == "object" && e !== null && typeof e.i18n == "string
|
|
|
14402
14402
|
jsonSchema: sm,
|
|
14403
14403
|
uiSchema: bm,
|
|
14404
14404
|
controlElement: Ja
|
|
14405
|
-
}, Qu = "jsonforms/INIT", ec = "jsonforms/UPDATE_CORE", tc = "jsonforms/SET_AJV", rc = "jsonforms/UPDATE", nc = "jsonforms/UPDATE_ERRORS", a7 = "jsonforms/VALIDATE", wm = "jsonforms/ADD_RENDERER", Em = "jsonforms/REMOVE_RENDERER", Sm = "jsonforms/ADD_CELL",
|
|
14405
|
+
}, Qu = "jsonforms/INIT", ec = "jsonforms/UPDATE_CORE", tc = "jsonforms/SET_AJV", rc = "jsonforms/UPDATE", nc = "jsonforms/UPDATE_ERRORS", a7 = "jsonforms/VALIDATE", wm = "jsonforms/ADD_RENDERER", Em = "jsonforms/REMOVE_RENDERER", Sm = "jsonforms/ADD_CELL", Am = "jsonforms/REMOVE_CELL", ac = "jsonforms/SET_CONFIG", Pm = "jsonforms/ADD_UI_SCHEMA", Om = "jsonforms/REMOVE_UI_SCHEMA", sc = "jsonforms/SET_SCHEMA", oc = "jsonforms/SET_UISCHEMA", ic = "jsonforms/SET_VALIDATION_MODE", uc = "jsonforms/SET_LOCALE", cc = "jsonforms/SET_TRANSLATOR", lc = "jsonforms/UPDATE_I18N", Tm = "jsonforms/ADD_DEFAULT_DATA", Cm = "jsonforms/REMOVE_DEFAULT_DATA", s7 = (e, t = sm(e), r, n) => ({
|
|
14406
14406
|
type: Qu,
|
|
14407
14407
|
data: e,
|
|
14408
14408
|
schema: t,
|
|
@@ -14440,7 +14440,7 @@ const om = (e) => typeof e == "object" && e !== null && typeof e.i18n == "string
|
|
|
14440
14440
|
tester: e,
|
|
14441
14441
|
cell: t
|
|
14442
14442
|
}), h7 = (e, t) => ({
|
|
14443
|
-
type:
|
|
14443
|
+
type: Am,
|
|
14444
14444
|
tester: e,
|
|
14445
14445
|
cell: t
|
|
14446
14446
|
}), p7 = (e, t) => ({
|
|
@@ -14454,7 +14454,7 @@ const om = (e) => typeof e == "object" && e !== null && typeof e.i18n == "string
|
|
|
14454
14454
|
type: ic,
|
|
14455
14455
|
validationMode: e
|
|
14456
14456
|
}), v7 = (e, t) => ({
|
|
14457
|
-
type:
|
|
14457
|
+
type: Pm,
|
|
14458
14458
|
tester: e,
|
|
14459
14459
|
uischema: t
|
|
14460
14460
|
}), y7 = (e) => ({
|
|
@@ -14490,9 +14490,9 @@ var Gr = /* @__PURE__ */ Object.freeze({
|
|
|
14490
14490
|
ADD_RENDERER: wm,
|
|
14491
14491
|
REMOVE_RENDERER: Em,
|
|
14492
14492
|
ADD_CELL: Sm,
|
|
14493
|
-
REMOVE_CELL:
|
|
14493
|
+
REMOVE_CELL: Am,
|
|
14494
14494
|
SET_CONFIG: ac,
|
|
14495
|
-
ADD_UI_SCHEMA:
|
|
14495
|
+
ADD_UI_SCHEMA: Pm,
|
|
14496
14496
|
REMOVE_UI_SCHEMA: Om,
|
|
14497
14497
|
SET_SCHEMA: sc,
|
|
14498
14498
|
SET_UISCHEMA: oc,
|
|
@@ -14559,7 +14559,7 @@ function S7(e, t, r) {
|
|
|
14559
14559
|
writable: !0
|
|
14560
14560
|
}) : e[t] = r, e;
|
|
14561
14561
|
}
|
|
14562
|
-
function
|
|
14562
|
+
function A7(e, t) {
|
|
14563
14563
|
if (e == null)
|
|
14564
14564
|
return {};
|
|
14565
14565
|
var r = {}, n = Object.keys(e), a, s;
|
|
@@ -14570,7 +14570,7 @@ function P7(e, t) {
|
|
|
14570
14570
|
function dc(e, t) {
|
|
14571
14571
|
if (e == null)
|
|
14572
14572
|
return {};
|
|
14573
|
-
var r =
|
|
14573
|
+
var r = A7(e, t), n, a;
|
|
14574
14574
|
if (Object.getOwnPropertySymbols) {
|
|
14575
14575
|
var s = Object.getOwnPropertySymbols(e);
|
|
14576
14576
|
for (a = 0; a < s.length; a++)
|
|
@@ -14581,10 +14581,10 @@ function dc(e, t) {
|
|
|
14581
14581
|
var fc = te({
|
|
14582
14582
|
name: "unknown-renderer"
|
|
14583
14583
|
});
|
|
14584
|
-
function
|
|
14584
|
+
function P7(e, t, r, n, a, s) {
|
|
14585
14585
|
return U(), W("div", null, "No applicable renderer found.");
|
|
14586
14586
|
}
|
|
14587
|
-
fc.render =
|
|
14587
|
+
fc.render = P7;
|
|
14588
14588
|
var O7 = ["control"], T7 = ["rootSchema"], C7 = ["control"], sr = function() {
|
|
14589
14589
|
return {
|
|
14590
14590
|
schema: {
|
|
@@ -14943,7 +14943,7 @@ const Jd = { render: q7 }, W7 = te({
|
|
|
14943
14943
|
},
|
|
14944
14944
|
props: {
|
|
14945
14945
|
errorMessages: {
|
|
14946
|
-
type:
|
|
14946
|
+
type: Array,
|
|
14947
14947
|
required: !0
|
|
14948
14948
|
}
|
|
14949
14949
|
},
|
|
@@ -14981,7 +14981,7 @@ function G7(e, t, r, n, a, s) {
|
|
|
14981
14981
|
])) : pe("", !0)
|
|
14982
14982
|
], 2);
|
|
14983
14983
|
}
|
|
14984
|
-
const H7 = /* @__PURE__ */ se(W7, [["render", G7], ["__scopeId", "data-v-
|
|
14984
|
+
const H7 = /* @__PURE__ */ se(W7, [["render", G7], ["__scopeId", "data-v-8b29f0ba"]]), x7 = te({
|
|
14985
14985
|
name: "wrapper-control",
|
|
14986
14986
|
props: {
|
|
14987
14987
|
control: {
|
|
@@ -15447,7 +15447,7 @@ function Ez(e, t, r, n, a, s) {
|
|
|
15447
15447
|
]))), 128))
|
|
15448
15448
|
])) : pe("", !0);
|
|
15449
15449
|
}
|
|
15450
|
-
const Sz = /* @__PURE__ */ se(bz, [["render", Ez]]),
|
|
15450
|
+
const Sz = /* @__PURE__ */ se(bz, [["render", Ez]]), Az = te({
|
|
15451
15451
|
name: "object-renderer",
|
|
15452
15452
|
components: {
|
|
15453
15453
|
DispatchRenderer: qs
|
|
@@ -15457,7 +15457,7 @@ const Sz = /* @__PURE__ */ se(bz, [["render", Ez]]), Pz = te({
|
|
|
15457
15457
|
},
|
|
15458
15458
|
methods: {
|
|
15459
15459
|
generateUISchema(e) {
|
|
15460
|
-
return e.uischemas = e.uischemas || [],
|
|
15460
|
+
return e.uischemas = e.uischemas || [], PU(
|
|
15461
15461
|
e.uischemas,
|
|
15462
15462
|
e.schema,
|
|
15463
15463
|
e.uischema.scope,
|
|
@@ -15471,10 +15471,10 @@ const Sz = /* @__PURE__ */ se(bz, [["render", Ez]]), Pz = te({
|
|
|
15471
15471
|
setup(e) {
|
|
15472
15472
|
return _n(e);
|
|
15473
15473
|
}
|
|
15474
|
-
}),
|
|
15474
|
+
}), Pz = { key: 0 }, Oz = { key: 0 };
|
|
15475
15475
|
function Tz(e, t, r, n, a, s) {
|
|
15476
15476
|
const o = ne("dispatch-renderer");
|
|
15477
|
-
return e.control.visible ? (U(), W("fieldset",
|
|
15477
|
+
return e.control.visible ? (U(), W("fieldset", Pz, [
|
|
15478
15478
|
e.control.label ? (U(), W("legend", Oz, ve(e.control.label), 1)) : pe("", !0),
|
|
15479
15479
|
(U(!0), W(xe, null, Tt(e.generateUISchema(e.control).elements, (i, c) => (U(), W("div", {
|
|
15480
15480
|
key: `${e.control.path}-${c}`
|
|
@@ -15490,7 +15490,7 @@ function Tz(e, t, r, n, a, s) {
|
|
|
15490
15490
|
]))), 128))
|
|
15491
15491
|
])) : pe("", !0);
|
|
15492
15492
|
}
|
|
15493
|
-
const Cz = /* @__PURE__ */ se(
|
|
15493
|
+
const Cz = /* @__PURE__ */ se(Az, [["render", Tz]]), Iz = {
|
|
15494
15494
|
renderer: ar(sz),
|
|
15495
15495
|
tester: Vr(1, SU)
|
|
15496
15496
|
}, Rz = {
|