@ogc-maps/storybook-components 0.5.3 → 0.6.1
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/Legend-B6uIqOSw.js +239 -0
- package/dist/components/LayerEditor/LayerEditor.d.ts +2 -1
- package/dist/components/LayerEditor/LayerEditor.d.ts.map +1 -1
- package/dist/components/LayerEditor/LayerList.d.ts +2 -1
- package/dist/components/LayerEditor/LayerList.d.ts.map +1 -1
- package/dist/components/Legend/Legend.d.ts +2 -1
- package/dist/components/Legend/Legend.d.ts.map +1 -1
- package/dist/components/Legend/index.js +1 -1
- package/dist/components/LegendEditor/LegendEditor.d.ts +3 -2
- package/dist/components/LegendEditor/LegendEditor.d.ts.map +1 -1
- package/dist/components/SpriteEditor/SpriteSourceEditor.d.ts +7 -0
- package/dist/components/SpriteEditor/SpriteSourceEditor.d.ts.map +1 -0
- package/dist/components/SpriteEditor/SpriteSourceList.d.ts +7 -0
- package/dist/components/SpriteEditor/SpriteSourceList.d.ts.map +1 -0
- package/dist/components/SpriteEditor/index.d.ts +5 -0
- package/dist/components/SpriteEditor/index.d.ts.map +1 -0
- package/dist/components/StyleEditor/DataDrivenColorEditor.d.ts +9 -0
- package/dist/components/StyleEditor/DataDrivenColorEditor.d.ts.map +1 -0
- package/dist/components/StyleEditor/IconImagePicker.d.ts +8 -0
- package/dist/components/StyleEditor/IconImagePicker.d.ts.map +1 -0
- package/dist/components/StyleEditor/PropertyField.d.ts +5 -1
- package/dist/components/StyleEditor/PropertyField.d.ts.map +1 -1
- package/dist/components/StyleEditor/PropertyGroup.d.ts +5 -1
- package/dist/components/StyleEditor/PropertyGroup.d.ts.map +1 -1
- package/dist/components/StyleEditor/StyleEditor.d.ts +6 -2
- package/dist/components/StyleEditor/StyleEditor.d.ts.map +1 -1
- package/dist/components/StyleEditor/StylePreview.d.ts.map +1 -1
- package/dist/components/StyleEditor/index.d.ts +2 -0
- package/dist/components/StyleEditor/index.d.ts.map +1 -1
- package/dist/components/StyleEditor/propertyMetadata.d.ts +1 -1
- package/dist/components/StyleEditor/propertyMetadata.d.ts.map +1 -1
- package/dist/components/UIConfigEditor/UIConfigEditor.d.ts.map +1 -1
- package/dist/components/admin/FormField.d.ts +2 -1
- package/dist/components/admin/FormField.d.ts.map +1 -1
- package/dist/components/admin/InfoTip.d.ts +6 -0
- package/dist/components/admin/InfoTip.d.ts.map +1 -0
- package/dist/components/admin/index.d.ts +2 -0
- package/dist/components/admin/index.d.ts.map +1 -1
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/cql2-onoyCbps.js +413 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +18 -17
- package/dist/{index-DoToolWp.js → index-B4i0zJXf.js} +336 -327
- package/dist/main.js +2062 -1177
- package/dist/schemas/config.d.ts +393 -288
- package/dist/schemas/config.d.ts.map +1 -1
- package/dist/schemas/index.js +3 -3
- package/dist/style.css +1 -1
- package/dist/types/index.d.ts +3 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +16 -15
- package/dist/utils/__tests__/expressionColors.test.d.ts +2 -0
- package/dist/utils/__tests__/expressionColors.test.d.ts.map +1 -0
- package/dist/utils/colorPalettes.d.ts +5 -0
- package/dist/utils/colorPalettes.d.ts.map +1 -0
- package/dist/utils/expressionColors.d.ts +20 -0
- package/dist/utils/expressionColors.d.ts.map +1 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/queryableHelpers.d.ts +17 -0
- package/dist/utils/queryableHelpers.d.ts.map +1 -1
- package/dist/utils/spriteUtils.d.ts +32 -0
- package/dist/utils/spriteUtils.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/Legend-TTWWpWDT.js +0 -97
- package/dist/cql2-Dhe6Ny6v.js +0 -352
|
@@ -35,14 +35,14 @@ var x;
|
|
|
35
35
|
}
|
|
36
36
|
a.joinValues = n, a.jsonStringifyReplacer = (r, s) => typeof s == "bigint" ? s.toString() : s;
|
|
37
37
|
})(x || (x = {}));
|
|
38
|
-
var
|
|
38
|
+
var ke;
|
|
39
39
|
(function(a) {
|
|
40
40
|
a.mergeShapes = (e, t) => ({
|
|
41
41
|
...e,
|
|
42
42
|
...t
|
|
43
43
|
// second overwrites first
|
|
44
44
|
});
|
|
45
|
-
})(
|
|
45
|
+
})(ke || (ke = {}));
|
|
46
46
|
const u = x.arrayToEnum([
|
|
47
47
|
"string",
|
|
48
48
|
"nan",
|
|
@@ -167,7 +167,7 @@ class $ extends Error {
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
$.create = (a) => new $(a);
|
|
170
|
-
const
|
|
170
|
+
const le = (a, e) => {
|
|
171
171
|
let t;
|
|
172
172
|
switch (a.code) {
|
|
173
173
|
case c.invalid_type:
|
|
@@ -223,11 +223,11 @@ const ce = (a, e) => {
|
|
|
223
223
|
}
|
|
224
224
|
return { message: t };
|
|
225
225
|
};
|
|
226
|
-
let
|
|
227
|
-
function
|
|
228
|
-
return
|
|
226
|
+
let Pe = le;
|
|
227
|
+
function ze() {
|
|
228
|
+
return Pe;
|
|
229
229
|
}
|
|
230
|
-
const
|
|
230
|
+
const De = (a) => {
|
|
231
231
|
const { data: e, path: t, errorMaps: n, issueData: r } = a, s = [...t, ...r.path || []], i = {
|
|
232
232
|
...r,
|
|
233
233
|
path: s
|
|
@@ -249,7 +249,7 @@ const Ve = (a) => {
|
|
|
249
249
|
};
|
|
250
250
|
};
|
|
251
251
|
function l(a, e) {
|
|
252
|
-
const t =
|
|
252
|
+
const t = ze(), n = De({
|
|
253
253
|
issueData: e,
|
|
254
254
|
data: a.data,
|
|
255
255
|
path: a.path,
|
|
@@ -260,7 +260,7 @@ function l(a, e) {
|
|
|
260
260
|
// then schema-bound map if available
|
|
261
261
|
t,
|
|
262
262
|
// then global override map
|
|
263
|
-
t ===
|
|
263
|
+
t === le ? void 0 : le
|
|
264
264
|
// then global default map
|
|
265
265
|
].filter((r) => !!r)
|
|
266
266
|
});
|
|
@@ -309,7 +309,7 @@ class C {
|
|
|
309
309
|
}
|
|
310
310
|
const m = Object.freeze({
|
|
311
311
|
status: "aborted"
|
|
312
|
-
}),
|
|
312
|
+
}), Y = (a) => ({ status: "dirty", value: a }), N = (a) => ({ status: "valid", value: a }), be = (a) => a.status === "aborted", we = (a) => a.status === "dirty", q = (a) => a.status === "valid", Q = (a) => typeof Promise < "u" && a instanceof Promise;
|
|
313
313
|
var f;
|
|
314
314
|
(function(a) {
|
|
315
315
|
a.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, a.toString = (e) => typeof e == "string" ? e : e == null ? void 0 : e.message;
|
|
@@ -322,8 +322,8 @@ class Z {
|
|
|
322
322
|
return this._cachedPath.length || (Array.isArray(this._key) ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
|
-
const
|
|
326
|
-
if (
|
|
325
|
+
const Se = (a, e) => {
|
|
326
|
+
if (q(e))
|
|
327
327
|
return { success: !0, data: e.value };
|
|
328
328
|
if (!a.common.issues.length)
|
|
329
329
|
throw new Error("Validation failed but no issues detected.");
|
|
@@ -348,7 +348,7 @@ function g(a) {
|
|
|
348
348
|
return i.code === "invalid_enum_value" ? { message: h ?? o.defaultError } : typeof o.data > "u" ? { message: h ?? n ?? o.defaultError } : i.code !== "invalid_type" ? { message: o.defaultError } : { message: h ?? t ?? o.defaultError };
|
|
349
349
|
}, description: r };
|
|
350
350
|
}
|
|
351
|
-
class
|
|
351
|
+
class _ {
|
|
352
352
|
get description() {
|
|
353
353
|
return this._def.description;
|
|
354
354
|
}
|
|
@@ -380,7 +380,7 @@ class v {
|
|
|
380
380
|
}
|
|
381
381
|
_parseSync(e) {
|
|
382
382
|
const t = this._parse(e);
|
|
383
|
-
if (
|
|
383
|
+
if (Q(t))
|
|
384
384
|
throw new Error("Synchronous parse encountered promise.");
|
|
385
385
|
return t;
|
|
386
386
|
}
|
|
@@ -407,7 +407,7 @@ class v {
|
|
|
407
407
|
data: e,
|
|
408
408
|
parsedType: M(e)
|
|
409
409
|
}, r = this._parseSync({ data: e, path: n.path, parent: n });
|
|
410
|
-
return
|
|
410
|
+
return Se(n, r);
|
|
411
411
|
}
|
|
412
412
|
"~validate"(e) {
|
|
413
413
|
var n, r;
|
|
@@ -425,7 +425,7 @@ class v {
|
|
|
425
425
|
if (!this["~standard"].async)
|
|
426
426
|
try {
|
|
427
427
|
const s = this._parseSync({ data: e, path: [], parent: t });
|
|
428
|
-
return
|
|
428
|
+
return q(s) ? {
|
|
429
429
|
value: s.value
|
|
430
430
|
} : {
|
|
431
431
|
issues: t.common.issues
|
|
@@ -436,7 +436,7 @@ class v {
|
|
|
436
436
|
async: !0
|
|
437
437
|
};
|
|
438
438
|
}
|
|
439
|
-
return this._parseAsync({ data: e, path: [], parent: t }).then((s) =>
|
|
439
|
+
return this._parseAsync({ data: e, path: [], parent: t }).then((s) => q(s) ? {
|
|
440
440
|
value: s.value
|
|
441
441
|
} : {
|
|
442
442
|
issues: t.common.issues
|
|
@@ -460,8 +460,8 @@ class v {
|
|
|
460
460
|
parent: null,
|
|
461
461
|
data: e,
|
|
462
462
|
parsedType: M(e)
|
|
463
|
-
}, r = this._parse({ data: e, path: n.path, parent: n }), s = await (
|
|
464
|
-
return
|
|
463
|
+
}, r = this._parse({ data: e, path: n.path, parent: n }), s = await (Q(r) ? r : Promise.resolve(r));
|
|
464
|
+
return Se(n, s);
|
|
465
465
|
}
|
|
466
466
|
refine(e, t) {
|
|
467
467
|
const n = (r) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(r) : t;
|
|
@@ -503,16 +503,16 @@ class v {
|
|
|
503
503
|
return this.nullable().optional();
|
|
504
504
|
}
|
|
505
505
|
array() {
|
|
506
|
-
return
|
|
506
|
+
return A.create(this);
|
|
507
507
|
}
|
|
508
508
|
promise() {
|
|
509
|
-
return
|
|
509
|
+
return ne.create(this, this._def);
|
|
510
510
|
}
|
|
511
511
|
or(e) {
|
|
512
|
-
return
|
|
512
|
+
return K.create([this, e], this._def);
|
|
513
513
|
}
|
|
514
514
|
and(e) {
|
|
515
|
-
return
|
|
515
|
+
return ee.create(this, e, this._def);
|
|
516
516
|
}
|
|
517
517
|
transform(e) {
|
|
518
518
|
return new D({
|
|
@@ -524,7 +524,7 @@ class v {
|
|
|
524
524
|
}
|
|
525
525
|
default(e) {
|
|
526
526
|
const t = typeof e == "function" ? e : () => e;
|
|
527
|
-
return new
|
|
527
|
+
return new re({
|
|
528
528
|
...g(this._def),
|
|
529
529
|
innerType: this,
|
|
530
530
|
defaultValue: t,
|
|
@@ -532,7 +532,7 @@ class v {
|
|
|
532
532
|
});
|
|
533
533
|
}
|
|
534
534
|
brand() {
|
|
535
|
-
return new
|
|
535
|
+
return new Ie({
|
|
536
536
|
typeName: y.ZodBranded,
|
|
537
537
|
type: this,
|
|
538
538
|
...g(this._def)
|
|
@@ -540,7 +540,7 @@ class v {
|
|
|
540
540
|
}
|
|
541
541
|
catch(e) {
|
|
542
542
|
const t = typeof e == "function" ? e : () => e;
|
|
543
|
-
return new
|
|
543
|
+
return new se({
|
|
544
544
|
...g(this._def),
|
|
545
545
|
innerType: this,
|
|
546
546
|
catchValue: t,
|
|
@@ -555,10 +555,10 @@ class v {
|
|
|
555
555
|
});
|
|
556
556
|
}
|
|
557
557
|
pipe(e) {
|
|
558
|
-
return
|
|
558
|
+
return _e.create(this, e);
|
|
559
559
|
}
|
|
560
560
|
readonly() {
|
|
561
|
-
return
|
|
561
|
+
return ie.create(this);
|
|
562
562
|
}
|
|
563
563
|
isOptional() {
|
|
564
564
|
return this.safeParse(void 0).success;
|
|
@@ -567,28 +567,28 @@ class v {
|
|
|
567
567
|
return this.safeParse(null).success;
|
|
568
568
|
}
|
|
569
569
|
}
|
|
570
|
-
const
|
|
571
|
-
let
|
|
572
|
-
const
|
|
573
|
-
function
|
|
570
|
+
const Fe = /^c[^\s-]{8,}$/i, Ue = /^[0-9a-z]+$/, Be = /^[0-9A-HJKMNP-TV-Z]{26}$/i, qe = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, We = /^[a-z0-9_-]{21}$/i, Je = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, Ye = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, He = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Ge = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
571
|
+
let ce;
|
|
572
|
+
const Qe = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, Xe = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/, Ke = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/, et = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, tt = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, at = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, Ze = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", nt = new RegExp(`^${Ze}$`);
|
|
573
|
+
function Re(a) {
|
|
574
574
|
let e = "[0-5]\\d";
|
|
575
575
|
a.precision ? e = `${e}\\.\\d{${a.precision}}` : a.precision == null && (e = `${e}(\\.\\d+)?`);
|
|
576
576
|
const t = a.precision ? "+" : "?";
|
|
577
577
|
return `([01]\\d|2[0-3]):[0-5]\\d(:${e})${t}`;
|
|
578
578
|
}
|
|
579
|
-
function
|
|
580
|
-
return new RegExp(`^${
|
|
579
|
+
function rt(a) {
|
|
580
|
+
return new RegExp(`^${Re(a)}$`);
|
|
581
581
|
}
|
|
582
|
-
function
|
|
583
|
-
let e = `${
|
|
582
|
+
function st(a) {
|
|
583
|
+
let e = `${Ze}T${Re(a)}`;
|
|
584
584
|
const t = [];
|
|
585
585
|
return t.push(a.local ? "Z?" : "Z"), a.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
|
|
586
586
|
}
|
|
587
|
-
function
|
|
588
|
-
return !!((e === "v4" || !e) &&
|
|
587
|
+
function it(a, e) {
|
|
588
|
+
return !!((e === "v4" || !e) && Qe.test(a) || (e === "v6" || !e) && Ke.test(a));
|
|
589
589
|
}
|
|
590
|
-
function
|
|
591
|
-
if (!
|
|
590
|
+
function ot(a, e) {
|
|
591
|
+
if (!Je.test(a))
|
|
592
592
|
return !1;
|
|
593
593
|
try {
|
|
594
594
|
const [t] = a.split(".");
|
|
@@ -600,10 +600,10 @@ function nt(a, e) {
|
|
|
600
600
|
return !1;
|
|
601
601
|
}
|
|
602
602
|
}
|
|
603
|
-
function
|
|
604
|
-
return !!((e === "v4" || !e) &&
|
|
603
|
+
function ct(a, e) {
|
|
604
|
+
return !!((e === "v4" || !e) && Xe.test(a) || (e === "v6" || !e) && et.test(a));
|
|
605
605
|
}
|
|
606
|
-
class j extends
|
|
606
|
+
class j extends _ {
|
|
607
607
|
_parse(e) {
|
|
608
608
|
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== u.string) {
|
|
609
609
|
const s = this._getOrReturnCtx(e);
|
|
@@ -652,43 +652,43 @@ class j extends v {
|
|
|
652
652
|
message: s.message
|
|
653
653
|
}), n.dirty());
|
|
654
654
|
} else if (s.kind === "email")
|
|
655
|
-
|
|
655
|
+
He.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
656
656
|
validation: "email",
|
|
657
657
|
code: c.invalid_string,
|
|
658
658
|
message: s.message
|
|
659
659
|
}), n.dirty());
|
|
660
660
|
else if (s.kind === "emoji")
|
|
661
|
-
|
|
661
|
+
ce || (ce = new RegExp(Ge, "u")), ce.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
662
662
|
validation: "emoji",
|
|
663
663
|
code: c.invalid_string,
|
|
664
664
|
message: s.message
|
|
665
665
|
}), n.dirty());
|
|
666
666
|
else if (s.kind === "uuid")
|
|
667
|
-
|
|
667
|
+
qe.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
668
668
|
validation: "uuid",
|
|
669
669
|
code: c.invalid_string,
|
|
670
670
|
message: s.message
|
|
671
671
|
}), n.dirty());
|
|
672
672
|
else if (s.kind === "nanoid")
|
|
673
|
-
|
|
673
|
+
We.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
674
674
|
validation: "nanoid",
|
|
675
675
|
code: c.invalid_string,
|
|
676
676
|
message: s.message
|
|
677
677
|
}), n.dirty());
|
|
678
678
|
else if (s.kind === "cuid")
|
|
679
|
-
|
|
679
|
+
Fe.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
680
680
|
validation: "cuid",
|
|
681
681
|
code: c.invalid_string,
|
|
682
682
|
message: s.message
|
|
683
683
|
}), n.dirty());
|
|
684
684
|
else if (s.kind === "cuid2")
|
|
685
|
-
|
|
685
|
+
Ue.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
686
686
|
validation: "cuid2",
|
|
687
687
|
code: c.invalid_string,
|
|
688
688
|
message: s.message
|
|
689
689
|
}), n.dirty());
|
|
690
690
|
else if (s.kind === "ulid")
|
|
691
|
-
|
|
691
|
+
Be.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
692
692
|
validation: "ulid",
|
|
693
693
|
code: c.invalid_string,
|
|
694
694
|
message: s.message
|
|
@@ -719,39 +719,39 @@ class j extends v {
|
|
|
719
719
|
code: c.invalid_string,
|
|
720
720
|
validation: { endsWith: s.value },
|
|
721
721
|
message: s.message
|
|
722
|
-
}), n.dirty()) : s.kind === "datetime" ?
|
|
722
|
+
}), n.dirty()) : s.kind === "datetime" ? st(s).test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
723
723
|
code: c.invalid_string,
|
|
724
724
|
validation: "datetime",
|
|
725
725
|
message: s.message
|
|
726
|
-
}), n.dirty()) : s.kind === "date" ?
|
|
726
|
+
}), n.dirty()) : s.kind === "date" ? nt.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
727
727
|
code: c.invalid_string,
|
|
728
728
|
validation: "date",
|
|
729
729
|
message: s.message
|
|
730
|
-
}), n.dirty()) : s.kind === "time" ?
|
|
730
|
+
}), n.dirty()) : s.kind === "time" ? rt(s).test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
731
731
|
code: c.invalid_string,
|
|
732
732
|
validation: "time",
|
|
733
733
|
message: s.message
|
|
734
|
-
}), n.dirty()) : s.kind === "duration" ?
|
|
734
|
+
}), n.dirty()) : s.kind === "duration" ? Ye.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
735
735
|
validation: "duration",
|
|
736
736
|
code: c.invalid_string,
|
|
737
737
|
message: s.message
|
|
738
|
-
}), n.dirty()) : s.kind === "ip" ?
|
|
738
|
+
}), n.dirty()) : s.kind === "ip" ? it(e.data, s.version) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
739
739
|
validation: "ip",
|
|
740
740
|
code: c.invalid_string,
|
|
741
741
|
message: s.message
|
|
742
|
-
}), n.dirty()) : s.kind === "jwt" ?
|
|
742
|
+
}), n.dirty()) : s.kind === "jwt" ? ot(e.data, s.alg) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
743
743
|
validation: "jwt",
|
|
744
744
|
code: c.invalid_string,
|
|
745
745
|
message: s.message
|
|
746
|
-
}), n.dirty()) : s.kind === "cidr" ?
|
|
746
|
+
}), n.dirty()) : s.kind === "cidr" ? ct(e.data, s.version) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
747
747
|
validation: "cidr",
|
|
748
748
|
code: c.invalid_string,
|
|
749
749
|
message: s.message
|
|
750
|
-
}), n.dirty()) : s.kind === "base64" ?
|
|
750
|
+
}), n.dirty()) : s.kind === "base64" ? tt.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
751
751
|
validation: "base64",
|
|
752
752
|
code: c.invalid_string,
|
|
753
753
|
message: s.message
|
|
754
|
-
}), n.dirty()) : s.kind === "base64url" ?
|
|
754
|
+
}), n.dirty()) : s.kind === "base64url" ? at.test(e.data) || (r = this._getOrReturnCtx(e, r), l(r, {
|
|
755
755
|
validation: "base64url",
|
|
756
756
|
code: c.invalid_string,
|
|
757
757
|
message: s.message
|
|
@@ -986,11 +986,11 @@ j.create = (a) => new j({
|
|
|
986
986
|
coerce: (a == null ? void 0 : a.coerce) ?? !1,
|
|
987
987
|
...g(a)
|
|
988
988
|
});
|
|
989
|
-
function
|
|
989
|
+
function lt(a, e) {
|
|
990
990
|
const t = (a.toString().split(".")[1] || "").length, n = (e.toString().split(".")[1] || "").length, r = t > n ? t : n, s = Number.parseInt(a.toFixed(r).replace(".", "")), i = Number.parseInt(e.toFixed(r).replace(".", ""));
|
|
991
991
|
return s % i / 10 ** r;
|
|
992
992
|
}
|
|
993
|
-
class
|
|
993
|
+
class W extends _ {
|
|
994
994
|
constructor() {
|
|
995
995
|
super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
|
|
996
996
|
}
|
|
@@ -1025,7 +1025,7 @@ class q extends v {
|
|
|
1025
1025
|
inclusive: s.inclusive,
|
|
1026
1026
|
exact: !1,
|
|
1027
1027
|
message: s.message
|
|
1028
|
-
}), r.dirty()) : s.kind === "multipleOf" ?
|
|
1028
|
+
}), r.dirty()) : s.kind === "multipleOf" ? lt(e.data, s.value) !== 0 && (n = this._getOrReturnCtx(e, n), l(n, {
|
|
1029
1029
|
code: c.not_multiple_of,
|
|
1030
1030
|
multipleOf: s.value,
|
|
1031
1031
|
message: s.message
|
|
@@ -1048,7 +1048,7 @@ class q extends v {
|
|
|
1048
1048
|
return this.setLimit("max", e, !1, f.toString(t));
|
|
1049
1049
|
}
|
|
1050
1050
|
setLimit(e, t, n, r) {
|
|
1051
|
-
return new
|
|
1051
|
+
return new W({
|
|
1052
1052
|
...this._def,
|
|
1053
1053
|
checks: [
|
|
1054
1054
|
...this._def.checks,
|
|
@@ -1062,7 +1062,7 @@ class q extends v {
|
|
|
1062
1062
|
});
|
|
1063
1063
|
}
|
|
1064
1064
|
_addCheck(e) {
|
|
1065
|
-
return new
|
|
1065
|
+
return new W({
|
|
1066
1066
|
...this._def,
|
|
1067
1067
|
checks: [...this._def.checks, e]
|
|
1068
1068
|
});
|
|
@@ -1156,13 +1156,13 @@ class q extends v {
|
|
|
1156
1156
|
return Number.isFinite(t) && Number.isFinite(e);
|
|
1157
1157
|
}
|
|
1158
1158
|
}
|
|
1159
|
-
|
|
1159
|
+
W.create = (a) => new W({
|
|
1160
1160
|
checks: [],
|
|
1161
1161
|
typeName: y.ZodNumber,
|
|
1162
1162
|
coerce: (a == null ? void 0 : a.coerce) || !1,
|
|
1163
1163
|
...g(a)
|
|
1164
1164
|
});
|
|
1165
|
-
class
|
|
1165
|
+
class H extends _ {
|
|
1166
1166
|
constructor() {
|
|
1167
1167
|
super(...arguments), this.min = this.gte, this.max = this.lte;
|
|
1168
1168
|
}
|
|
@@ -1218,7 +1218,7 @@ class Y extends v {
|
|
|
1218
1218
|
return this.setLimit("max", e, !1, f.toString(t));
|
|
1219
1219
|
}
|
|
1220
1220
|
setLimit(e, t, n, r) {
|
|
1221
|
-
return new
|
|
1221
|
+
return new H({
|
|
1222
1222
|
...this._def,
|
|
1223
1223
|
checks: [
|
|
1224
1224
|
...this._def.checks,
|
|
@@ -1232,7 +1232,7 @@ class Y extends v {
|
|
|
1232
1232
|
});
|
|
1233
1233
|
}
|
|
1234
1234
|
_addCheck(e) {
|
|
1235
|
-
return new
|
|
1235
|
+
return new H({
|
|
1236
1236
|
...this._def,
|
|
1237
1237
|
checks: [...this._def.checks, e]
|
|
1238
1238
|
});
|
|
@@ -1289,13 +1289,13 @@ class Y extends v {
|
|
|
1289
1289
|
return e;
|
|
1290
1290
|
}
|
|
1291
1291
|
}
|
|
1292
|
-
|
|
1292
|
+
H.create = (a) => new H({
|
|
1293
1293
|
checks: [],
|
|
1294
1294
|
typeName: y.ZodBigInt,
|
|
1295
1295
|
coerce: (a == null ? void 0 : a.coerce) ?? !1,
|
|
1296
1296
|
...g(a)
|
|
1297
1297
|
});
|
|
1298
|
-
class
|
|
1298
|
+
class de extends _ {
|
|
1299
1299
|
_parse(e) {
|
|
1300
1300
|
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== u.boolean) {
|
|
1301
1301
|
const n = this._getOrReturnCtx(e);
|
|
@@ -1305,15 +1305,15 @@ class le extends v {
|
|
|
1305
1305
|
received: n.parsedType
|
|
1306
1306
|
}), m;
|
|
1307
1307
|
}
|
|
1308
|
-
return
|
|
1308
|
+
return N(e.data);
|
|
1309
1309
|
}
|
|
1310
1310
|
}
|
|
1311
|
-
|
|
1311
|
+
de.create = (a) => new de({
|
|
1312
1312
|
typeName: y.ZodBoolean,
|
|
1313
1313
|
coerce: (a == null ? void 0 : a.coerce) || !1,
|
|
1314
1314
|
...g(a)
|
|
1315
1315
|
});
|
|
1316
|
-
class
|
|
1316
|
+
class X extends _ {
|
|
1317
1317
|
_parse(e) {
|
|
1318
1318
|
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== u.date) {
|
|
1319
1319
|
const s = this._getOrReturnCtx(e);
|
|
@@ -1353,7 +1353,7 @@ class Q extends v {
|
|
|
1353
1353
|
};
|
|
1354
1354
|
}
|
|
1355
1355
|
_addCheck(e) {
|
|
1356
|
-
return new
|
|
1356
|
+
return new X({
|
|
1357
1357
|
...this._def,
|
|
1358
1358
|
checks: [...this._def.checks, e]
|
|
1359
1359
|
});
|
|
@@ -1385,13 +1385,13 @@ class Q extends v {
|
|
|
1385
1385
|
return e != null ? new Date(e) : null;
|
|
1386
1386
|
}
|
|
1387
1387
|
}
|
|
1388
|
-
|
|
1388
|
+
X.create = (a) => new X({
|
|
1389
1389
|
checks: [],
|
|
1390
1390
|
coerce: (a == null ? void 0 : a.coerce) || !1,
|
|
1391
1391
|
typeName: y.ZodDate,
|
|
1392
1392
|
...g(a)
|
|
1393
1393
|
});
|
|
1394
|
-
class
|
|
1394
|
+
class Te extends _ {
|
|
1395
1395
|
_parse(e) {
|
|
1396
1396
|
if (this._getType(e) !== u.symbol) {
|
|
1397
1397
|
const n = this._getOrReturnCtx(e);
|
|
@@ -1401,14 +1401,14 @@ class ke extends v {
|
|
|
1401
1401
|
received: n.parsedType
|
|
1402
1402
|
}), m;
|
|
1403
1403
|
}
|
|
1404
|
-
return
|
|
1404
|
+
return N(e.data);
|
|
1405
1405
|
}
|
|
1406
1406
|
}
|
|
1407
|
-
|
|
1407
|
+
Te.create = (a) => new Te({
|
|
1408
1408
|
typeName: y.ZodSymbol,
|
|
1409
1409
|
...g(a)
|
|
1410
1410
|
});
|
|
1411
|
-
class
|
|
1411
|
+
class ue extends _ {
|
|
1412
1412
|
_parse(e) {
|
|
1413
1413
|
if (this._getType(e) !== u.undefined) {
|
|
1414
1414
|
const n = this._getOrReturnCtx(e);
|
|
@@ -1418,14 +1418,14 @@ class de extends v {
|
|
|
1418
1418
|
received: n.parsedType
|
|
1419
1419
|
}), m;
|
|
1420
1420
|
}
|
|
1421
|
-
return
|
|
1421
|
+
return N(e.data);
|
|
1422
1422
|
}
|
|
1423
1423
|
}
|
|
1424
|
-
|
|
1424
|
+
ue.create = (a) => new ue({
|
|
1425
1425
|
typeName: y.ZodUndefined,
|
|
1426
1426
|
...g(a)
|
|
1427
1427
|
});
|
|
1428
|
-
class
|
|
1428
|
+
class fe extends _ {
|
|
1429
1429
|
_parse(e) {
|
|
1430
1430
|
if (this._getType(e) !== u.null) {
|
|
1431
1431
|
const n = this._getOrReturnCtx(e);
|
|
@@ -1435,38 +1435,38 @@ class ue extends v {
|
|
|
1435
1435
|
received: n.parsedType
|
|
1436
1436
|
}), m;
|
|
1437
1437
|
}
|
|
1438
|
-
return
|
|
1438
|
+
return N(e.data);
|
|
1439
1439
|
}
|
|
1440
1440
|
}
|
|
1441
|
-
|
|
1441
|
+
fe.create = (a) => new fe({
|
|
1442
1442
|
typeName: y.ZodNull,
|
|
1443
1443
|
...g(a)
|
|
1444
1444
|
});
|
|
1445
|
-
class
|
|
1445
|
+
class Ce extends _ {
|
|
1446
1446
|
constructor() {
|
|
1447
1447
|
super(...arguments), this._any = !0;
|
|
1448
1448
|
}
|
|
1449
1449
|
_parse(e) {
|
|
1450
|
-
return
|
|
1450
|
+
return N(e.data);
|
|
1451
1451
|
}
|
|
1452
1452
|
}
|
|
1453
|
-
|
|
1453
|
+
Ce.create = (a) => new Ce({
|
|
1454
1454
|
typeName: y.ZodAny,
|
|
1455
1455
|
...g(a)
|
|
1456
1456
|
});
|
|
1457
|
-
class
|
|
1457
|
+
class he extends _ {
|
|
1458
1458
|
constructor() {
|
|
1459
1459
|
super(...arguments), this._unknown = !0;
|
|
1460
1460
|
}
|
|
1461
1461
|
_parse(e) {
|
|
1462
|
-
return
|
|
1462
|
+
return N(e.data);
|
|
1463
1463
|
}
|
|
1464
1464
|
}
|
|
1465
|
-
|
|
1465
|
+
he.create = (a) => new he({
|
|
1466
1466
|
typeName: y.ZodUnknown,
|
|
1467
1467
|
...g(a)
|
|
1468
1468
|
});
|
|
1469
|
-
class
|
|
1469
|
+
class L extends _ {
|
|
1470
1470
|
_parse(e) {
|
|
1471
1471
|
const t = this._getOrReturnCtx(e);
|
|
1472
1472
|
return l(t, {
|
|
@@ -1476,11 +1476,11 @@ class V extends v {
|
|
|
1476
1476
|
}), m;
|
|
1477
1477
|
}
|
|
1478
1478
|
}
|
|
1479
|
-
|
|
1479
|
+
L.create = (a) => new L({
|
|
1480
1480
|
typeName: y.ZodNever,
|
|
1481
1481
|
...g(a)
|
|
1482
1482
|
});
|
|
1483
|
-
class
|
|
1483
|
+
class Oe extends _ {
|
|
1484
1484
|
_parse(e) {
|
|
1485
1485
|
if (this._getType(e) !== u.undefined) {
|
|
1486
1486
|
const n = this._getOrReturnCtx(e);
|
|
@@ -1490,14 +1490,14 @@ class Se extends v {
|
|
|
1490
1490
|
received: n.parsedType
|
|
1491
1491
|
}), m;
|
|
1492
1492
|
}
|
|
1493
|
-
return
|
|
1493
|
+
return N(e.data);
|
|
1494
1494
|
}
|
|
1495
1495
|
}
|
|
1496
|
-
|
|
1496
|
+
Oe.create = (a) => new Oe({
|
|
1497
1497
|
typeName: y.ZodVoid,
|
|
1498
1498
|
...g(a)
|
|
1499
1499
|
});
|
|
1500
|
-
class
|
|
1500
|
+
class A extends _ {
|
|
1501
1501
|
_parse(e) {
|
|
1502
1502
|
const { ctx: t, status: n } = this._processInputParams(e), r = this._def;
|
|
1503
1503
|
if (t.parsedType !== u.array)
|
|
@@ -1541,19 +1541,19 @@ class N extends v {
|
|
|
1541
1541
|
return this._def.type;
|
|
1542
1542
|
}
|
|
1543
1543
|
min(e, t) {
|
|
1544
|
-
return new
|
|
1544
|
+
return new A({
|
|
1545
1545
|
...this._def,
|
|
1546
1546
|
minLength: { value: e, message: f.toString(t) }
|
|
1547
1547
|
});
|
|
1548
1548
|
}
|
|
1549
1549
|
max(e, t) {
|
|
1550
|
-
return new
|
|
1550
|
+
return new A({
|
|
1551
1551
|
...this._def,
|
|
1552
1552
|
maxLength: { value: e, message: f.toString(t) }
|
|
1553
1553
|
});
|
|
1554
1554
|
}
|
|
1555
1555
|
length(e, t) {
|
|
1556
|
-
return new
|
|
1556
|
+
return new A({
|
|
1557
1557
|
...this._def,
|
|
1558
1558
|
exactLength: { value: e, message: f.toString(t) }
|
|
1559
1559
|
});
|
|
@@ -1562,7 +1562,7 @@ class N extends v {
|
|
|
1562
1562
|
return this.min(1, e);
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
|
-
|
|
1565
|
+
A.create = (a, e) => new A({
|
|
1566
1566
|
type: a,
|
|
1567
1567
|
minLength: null,
|
|
1568
1568
|
maxLength: null,
|
|
@@ -1581,12 +1581,12 @@ function U(a) {
|
|
|
1581
1581
|
...a._def,
|
|
1582
1582
|
shape: () => e
|
|
1583
1583
|
});
|
|
1584
|
-
} else return a instanceof
|
|
1584
|
+
} else return a instanceof A ? new A({
|
|
1585
1585
|
...a._def,
|
|
1586
1586
|
type: U(a.element)
|
|
1587
1587
|
}) : a instanceof I ? I.create(U(a.unwrap())) : a instanceof F ? F.create(U(a.unwrap())) : a instanceof P ? P.create(a.items.map((e) => U(e))) : a;
|
|
1588
1588
|
}
|
|
1589
|
-
class T extends
|
|
1589
|
+
class T extends _ {
|
|
1590
1590
|
constructor() {
|
|
1591
1591
|
super(...arguments), this._cached = null, this.nonstrict = this.passthrough, this.augment = this.extend;
|
|
1592
1592
|
}
|
|
@@ -1606,19 +1606,19 @@ class T extends v {
|
|
|
1606
1606
|
}), m;
|
|
1607
1607
|
}
|
|
1608
1608
|
const { status: n, ctx: r } = this._processInputParams(e), { shape: s, keys: i } = this._getCached(), o = [];
|
|
1609
|
-
if (!(this._def.catchall instanceof
|
|
1609
|
+
if (!(this._def.catchall instanceof L && this._def.unknownKeys === "strip"))
|
|
1610
1610
|
for (const p in r.data)
|
|
1611
1611
|
i.includes(p) || o.push(p);
|
|
1612
1612
|
const h = [];
|
|
1613
1613
|
for (const p of i) {
|
|
1614
|
-
const k = s[p],
|
|
1614
|
+
const k = s[p], J = r.data[p];
|
|
1615
1615
|
h.push({
|
|
1616
1616
|
key: { status: "valid", value: p },
|
|
1617
|
-
value: k._parse(new Z(r,
|
|
1617
|
+
value: k._parse(new Z(r, J, r.path, p)),
|
|
1618
1618
|
alwaysSet: p in r.data
|
|
1619
1619
|
});
|
|
1620
1620
|
}
|
|
1621
|
-
if (this._def.catchall instanceof
|
|
1621
|
+
if (this._def.catchall instanceof L) {
|
|
1622
1622
|
const p = this._def.unknownKeys;
|
|
1623
1623
|
if (p === "passthrough")
|
|
1624
1624
|
for (const k of o)
|
|
@@ -1635,11 +1635,11 @@ class T extends v {
|
|
|
1635
1635
|
} else {
|
|
1636
1636
|
const p = this._def.catchall;
|
|
1637
1637
|
for (const k of o) {
|
|
1638
|
-
const
|
|
1638
|
+
const J = r.data[k];
|
|
1639
1639
|
h.push({
|
|
1640
1640
|
key: { status: "valid", value: k },
|
|
1641
1641
|
value: p._parse(
|
|
1642
|
-
new Z(r,
|
|
1642
|
+
new Z(r, J, r.path, k)
|
|
1643
1643
|
//, ctx.child(key), value, getParsedType(value)
|
|
1644
1644
|
),
|
|
1645
1645
|
alwaysSet: k in r.data
|
|
@@ -1649,10 +1649,10 @@ class T extends v {
|
|
|
1649
1649
|
return r.common.async ? Promise.resolve().then(async () => {
|
|
1650
1650
|
const p = [];
|
|
1651
1651
|
for (const k of h) {
|
|
1652
|
-
const
|
|
1652
|
+
const J = await k.key, Ve = await k.value;
|
|
1653
1653
|
p.push({
|
|
1654
|
-
key:
|
|
1655
|
-
value:
|
|
1654
|
+
key: J,
|
|
1655
|
+
value: Ve,
|
|
1656
1656
|
alwaysSet: k.alwaysSet
|
|
1657
1657
|
});
|
|
1658
1658
|
}
|
|
@@ -1850,31 +1850,31 @@ class T extends v {
|
|
|
1850
1850
|
});
|
|
1851
1851
|
}
|
|
1852
1852
|
keyof() {
|
|
1853
|
-
return
|
|
1853
|
+
return je(x.objectKeys(this.shape));
|
|
1854
1854
|
}
|
|
1855
1855
|
}
|
|
1856
1856
|
T.create = (a, e) => new T({
|
|
1857
1857
|
shape: () => a,
|
|
1858
1858
|
unknownKeys: "strip",
|
|
1859
|
-
catchall:
|
|
1859
|
+
catchall: L.create(),
|
|
1860
1860
|
typeName: y.ZodObject,
|
|
1861
1861
|
...g(e)
|
|
1862
1862
|
});
|
|
1863
1863
|
T.strictCreate = (a, e) => new T({
|
|
1864
1864
|
shape: () => a,
|
|
1865
1865
|
unknownKeys: "strict",
|
|
1866
|
-
catchall:
|
|
1866
|
+
catchall: L.create(),
|
|
1867
1867
|
typeName: y.ZodObject,
|
|
1868
1868
|
...g(e)
|
|
1869
1869
|
});
|
|
1870
1870
|
T.lazycreate = (a, e) => new T({
|
|
1871
1871
|
shape: a,
|
|
1872
1872
|
unknownKeys: "strip",
|
|
1873
|
-
catchall:
|
|
1873
|
+
catchall: L.create(),
|
|
1874
1874
|
typeName: y.ZodObject,
|
|
1875
1875
|
...g(e)
|
|
1876
1876
|
});
|
|
1877
|
-
class
|
|
1877
|
+
class K extends _ {
|
|
1878
1878
|
_parse(e) {
|
|
1879
1879
|
const { ctx: t } = this._processInputParams(e), n = this._def.options;
|
|
1880
1880
|
function r(s) {
|
|
@@ -1942,13 +1942,13 @@ class X extends v {
|
|
|
1942
1942
|
return this._def.options;
|
|
1943
1943
|
}
|
|
1944
1944
|
}
|
|
1945
|
-
|
|
1945
|
+
K.create = (a, e) => new K({
|
|
1946
1946
|
options: a,
|
|
1947
1947
|
typeName: y.ZodUnion,
|
|
1948
1948
|
...g(e)
|
|
1949
1949
|
});
|
|
1950
|
-
const R = (a) => a instanceof
|
|
1951
|
-
class
|
|
1950
|
+
const R = (a) => a instanceof me ? R(a.schema) : a instanceof D ? R(a.innerType()) : a instanceof ae ? [a.value] : a instanceof z ? a.options : a instanceof ye ? x.objectValues(a.enum) : a instanceof re ? R(a._def.innerType) : a instanceof ue ? [void 0] : a instanceof fe ? [null] : a instanceof I ? [void 0, ...R(a.unwrap())] : a instanceof F ? [null, ...R(a.unwrap())] : a instanceof Ie || a instanceof ie ? R(a.unwrap()) : a instanceof se ? R(a._def.innerType) : [];
|
|
1951
|
+
class ge extends _ {
|
|
1952
1952
|
_parse(e) {
|
|
1953
1953
|
const { ctx: t } = this._processInputParams(e);
|
|
1954
1954
|
if (t.parsedType !== u.object)
|
|
@@ -2001,7 +2001,7 @@ class me extends v {
|
|
|
2001
2001
|
r.set(o, s);
|
|
2002
2002
|
}
|
|
2003
2003
|
}
|
|
2004
|
-
return new
|
|
2004
|
+
return new ge({
|
|
2005
2005
|
typeName: y.ZodDiscriminatedUnion,
|
|
2006
2006
|
discriminator: e,
|
|
2007
2007
|
options: t,
|
|
@@ -2010,14 +2010,14 @@ class me extends v {
|
|
|
2010
2010
|
});
|
|
2011
2011
|
}
|
|
2012
2012
|
}
|
|
2013
|
-
function
|
|
2013
|
+
function pe(a, e) {
|
|
2014
2014
|
const t = M(a), n = M(e);
|
|
2015
2015
|
if (a === e)
|
|
2016
2016
|
return { valid: !0, data: a };
|
|
2017
2017
|
if (t === u.object && n === u.object) {
|
|
2018
2018
|
const r = x.objectKeys(e), s = x.objectKeys(a).filter((o) => r.indexOf(o) !== -1), i = { ...a, ...e };
|
|
2019
2019
|
for (const o of s) {
|
|
2020
|
-
const h =
|
|
2020
|
+
const h = pe(a[o], e[o]);
|
|
2021
2021
|
if (!h.valid)
|
|
2022
2022
|
return { valid: !1 };
|
|
2023
2023
|
i[o] = h.data;
|
|
@@ -2028,7 +2028,7 @@ function fe(a, e) {
|
|
|
2028
2028
|
return { valid: !1 };
|
|
2029
2029
|
const r = [];
|
|
2030
2030
|
for (let s = 0; s < a.length; s++) {
|
|
2031
|
-
const i = a[s], o = e[s], h =
|
|
2031
|
+
const i = a[s], o = e[s], h = pe(i, o);
|
|
2032
2032
|
if (!h.valid)
|
|
2033
2033
|
return { valid: !1 };
|
|
2034
2034
|
r.push(h.data);
|
|
@@ -2036,13 +2036,13 @@ function fe(a, e) {
|
|
|
2036
2036
|
return { valid: !0, data: r };
|
|
2037
2037
|
} else return t === u.date && n === u.date && +a == +e ? { valid: !0, data: a } : { valid: !1 };
|
|
2038
2038
|
}
|
|
2039
|
-
class
|
|
2039
|
+
class ee extends _ {
|
|
2040
2040
|
_parse(e) {
|
|
2041
2041
|
const { status: t, ctx: n } = this._processInputParams(e), r = (s, i) => {
|
|
2042
|
-
if (
|
|
2042
|
+
if (be(s) || be(i))
|
|
2043
2043
|
return m;
|
|
2044
|
-
const o =
|
|
2045
|
-
return o.valid ? ((
|
|
2044
|
+
const o = pe(s.value, i.value);
|
|
2045
|
+
return o.valid ? ((we(s) || we(i)) && t.dirty(), { status: t.value, value: o.data }) : (l(n, {
|
|
2046
2046
|
code: c.invalid_intersection_types
|
|
2047
2047
|
}), m);
|
|
2048
2048
|
};
|
|
@@ -2068,13 +2068,13 @@ class K extends v {
|
|
|
2068
2068
|
}));
|
|
2069
2069
|
}
|
|
2070
2070
|
}
|
|
2071
|
-
|
|
2071
|
+
ee.create = (a, e, t) => new ee({
|
|
2072
2072
|
left: a,
|
|
2073
2073
|
right: e,
|
|
2074
2074
|
typeName: y.ZodIntersection,
|
|
2075
2075
|
...g(t)
|
|
2076
2076
|
});
|
|
2077
|
-
class P extends
|
|
2077
|
+
class P extends _ {
|
|
2078
2078
|
_parse(e) {
|
|
2079
2079
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2080
2080
|
if (n.parsedType !== u.array)
|
|
@@ -2124,7 +2124,7 @@ P.create = (a, e) => {
|
|
|
2124
2124
|
...g(e)
|
|
2125
2125
|
});
|
|
2126
2126
|
};
|
|
2127
|
-
class
|
|
2127
|
+
class te extends _ {
|
|
2128
2128
|
get keySchema() {
|
|
2129
2129
|
return this._def.keyType;
|
|
2130
2130
|
}
|
|
@@ -2152,12 +2152,12 @@ class ee extends v {
|
|
|
2152
2152
|
return this._def.valueType;
|
|
2153
2153
|
}
|
|
2154
2154
|
static create(e, t, n) {
|
|
2155
|
-
return t instanceof
|
|
2155
|
+
return t instanceof _ ? new te({
|
|
2156
2156
|
keyType: e,
|
|
2157
2157
|
valueType: t,
|
|
2158
2158
|
typeName: y.ZodRecord,
|
|
2159
2159
|
...g(n)
|
|
2160
|
-
}) : new
|
|
2160
|
+
}) : new te({
|
|
2161
2161
|
keyType: j.create(),
|
|
2162
2162
|
valueType: e,
|
|
2163
2163
|
typeName: y.ZodRecord,
|
|
@@ -2165,7 +2165,7 @@ class ee extends v {
|
|
|
2165
2165
|
});
|
|
2166
2166
|
}
|
|
2167
2167
|
}
|
|
2168
|
-
class
|
|
2168
|
+
class Ne extends _ {
|
|
2169
2169
|
get keySchema() {
|
|
2170
2170
|
return this._def.keyType;
|
|
2171
2171
|
}
|
|
@@ -2207,13 +2207,13 @@ class Te extends v {
|
|
|
2207
2207
|
}
|
|
2208
2208
|
}
|
|
2209
2209
|
}
|
|
2210
|
-
|
|
2210
|
+
Ne.create = (a, e, t) => new Ne({
|
|
2211
2211
|
valueType: e,
|
|
2212
2212
|
keyType: a,
|
|
2213
2213
|
typeName: y.ZodMap,
|
|
2214
2214
|
...g(t)
|
|
2215
2215
|
});
|
|
2216
|
-
class
|
|
2216
|
+
class G extends _ {
|
|
2217
2217
|
_parse(e) {
|
|
2218
2218
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2219
2219
|
if (n.parsedType !== u.set)
|
|
@@ -2252,13 +2252,13 @@ class H extends v {
|
|
|
2252
2252
|
return n.common.async ? Promise.all(o).then((h) => i(h)) : i(o);
|
|
2253
2253
|
}
|
|
2254
2254
|
min(e, t) {
|
|
2255
|
-
return new
|
|
2255
|
+
return new G({
|
|
2256
2256
|
...this._def,
|
|
2257
2257
|
minSize: { value: e, message: f.toString(t) }
|
|
2258
2258
|
});
|
|
2259
2259
|
}
|
|
2260
2260
|
max(e, t) {
|
|
2261
|
-
return new
|
|
2261
|
+
return new G({
|
|
2262
2262
|
...this._def,
|
|
2263
2263
|
maxSize: { value: e, message: f.toString(t) }
|
|
2264
2264
|
});
|
|
@@ -2270,14 +2270,14 @@ class H extends v {
|
|
|
2270
2270
|
return this.min(1, e);
|
|
2271
2271
|
}
|
|
2272
2272
|
}
|
|
2273
|
-
|
|
2273
|
+
G.create = (a, e) => new G({
|
|
2274
2274
|
valueType: a,
|
|
2275
2275
|
minSize: null,
|
|
2276
2276
|
maxSize: null,
|
|
2277
2277
|
typeName: y.ZodSet,
|
|
2278
2278
|
...g(e)
|
|
2279
2279
|
});
|
|
2280
|
-
class
|
|
2280
|
+
class me extends _ {
|
|
2281
2281
|
get schema() {
|
|
2282
2282
|
return this._def.getter();
|
|
2283
2283
|
}
|
|
@@ -2286,12 +2286,12 @@ class he extends v {
|
|
|
2286
2286
|
return this._def.getter()._parse({ data: t.data, path: t.path, parent: t });
|
|
2287
2287
|
}
|
|
2288
2288
|
}
|
|
2289
|
-
|
|
2289
|
+
me.create = (a, e) => new me({
|
|
2290
2290
|
getter: a,
|
|
2291
2291
|
typeName: y.ZodLazy,
|
|
2292
2292
|
...g(e)
|
|
2293
2293
|
});
|
|
2294
|
-
class
|
|
2294
|
+
class ae extends _ {
|
|
2295
2295
|
_parse(e) {
|
|
2296
2296
|
if (e.data !== this._def.value) {
|
|
2297
2297
|
const t = this._getOrReturnCtx(e);
|
|
@@ -2307,19 +2307,19 @@ class te extends v {
|
|
|
2307
2307
|
return this._def.value;
|
|
2308
2308
|
}
|
|
2309
2309
|
}
|
|
2310
|
-
|
|
2310
|
+
ae.create = (a, e) => new ae({
|
|
2311
2311
|
value: a,
|
|
2312
2312
|
typeName: y.ZodLiteral,
|
|
2313
2313
|
...g(e)
|
|
2314
2314
|
});
|
|
2315
|
-
function
|
|
2315
|
+
function je(a, e) {
|
|
2316
2316
|
return new z({
|
|
2317
2317
|
values: a,
|
|
2318
2318
|
typeName: y.ZodEnum,
|
|
2319
2319
|
...g(e)
|
|
2320
2320
|
});
|
|
2321
2321
|
}
|
|
2322
|
-
class z extends
|
|
2322
|
+
class z extends _ {
|
|
2323
2323
|
_parse(e) {
|
|
2324
2324
|
if (typeof e.data != "string") {
|
|
2325
2325
|
const t = this._getOrReturnCtx(e), n = this._def.values;
|
|
@@ -2337,7 +2337,7 @@ class z extends v {
|
|
|
2337
2337
|
options: n
|
|
2338
2338
|
}), m;
|
|
2339
2339
|
}
|
|
2340
|
-
return
|
|
2340
|
+
return N(e.data);
|
|
2341
2341
|
}
|
|
2342
2342
|
get options() {
|
|
2343
2343
|
return this._def.values;
|
|
@@ -2373,8 +2373,8 @@ class z extends v {
|
|
|
2373
2373
|
});
|
|
2374
2374
|
}
|
|
2375
2375
|
}
|
|
2376
|
-
z.create =
|
|
2377
|
-
class
|
|
2376
|
+
z.create = je;
|
|
2377
|
+
class ye extends _ {
|
|
2378
2378
|
_parse(e) {
|
|
2379
2379
|
const t = x.getValidEnumValues(this._def.values), n = this._getOrReturnCtx(e);
|
|
2380
2380
|
if (n.parsedType !== u.string && n.parsedType !== u.number) {
|
|
@@ -2393,18 +2393,18 @@ class pe extends v {
|
|
|
2393
2393
|
options: r
|
|
2394
2394
|
}), m;
|
|
2395
2395
|
}
|
|
2396
|
-
return
|
|
2396
|
+
return N(e.data);
|
|
2397
2397
|
}
|
|
2398
2398
|
get enum() {
|
|
2399
2399
|
return this._def.values;
|
|
2400
2400
|
}
|
|
2401
2401
|
}
|
|
2402
|
-
|
|
2402
|
+
ye.create = (a, e) => new ye({
|
|
2403
2403
|
values: a,
|
|
2404
2404
|
typeName: y.ZodNativeEnum,
|
|
2405
2405
|
...g(e)
|
|
2406
2406
|
});
|
|
2407
|
-
class
|
|
2407
|
+
class ne extends _ {
|
|
2408
2408
|
unwrap() {
|
|
2409
2409
|
return this._def.type;
|
|
2410
2410
|
}
|
|
@@ -2417,18 +2417,18 @@ class ae extends v {
|
|
|
2417
2417
|
received: t.parsedType
|
|
2418
2418
|
}), m;
|
|
2419
2419
|
const n = t.parsedType === u.promise ? t.data : Promise.resolve(t.data);
|
|
2420
|
-
return
|
|
2420
|
+
return N(n.then((r) => this._def.type.parseAsync(r, {
|
|
2421
2421
|
path: t.path,
|
|
2422
2422
|
errorMap: t.common.contextualErrorMap
|
|
2423
2423
|
})));
|
|
2424
2424
|
}
|
|
2425
2425
|
}
|
|
2426
|
-
|
|
2426
|
+
ne.create = (a, e) => new ne({
|
|
2427
2427
|
type: a,
|
|
2428
2428
|
typeName: y.ZodPromise,
|
|
2429
2429
|
...g(e)
|
|
2430
2430
|
});
|
|
2431
|
-
class D extends
|
|
2431
|
+
class D extends _ {
|
|
2432
2432
|
innerType() {
|
|
2433
2433
|
return this._def.schema;
|
|
2434
2434
|
}
|
|
@@ -2455,7 +2455,7 @@ class D extends v {
|
|
|
2455
2455
|
path: n.path,
|
|
2456
2456
|
parent: n
|
|
2457
2457
|
});
|
|
2458
|
-
return h.status === "aborted" ? m : h.status === "dirty" || t.value === "dirty" ?
|
|
2458
|
+
return h.status === "aborted" ? m : h.status === "dirty" || t.value === "dirty" ? Y(h.value) : h;
|
|
2459
2459
|
});
|
|
2460
2460
|
{
|
|
2461
2461
|
if (t.value === "aborted")
|
|
@@ -2465,7 +2465,7 @@ class D extends v {
|
|
|
2465
2465
|
path: n.path,
|
|
2466
2466
|
parent: n
|
|
2467
2467
|
});
|
|
2468
|
-
return o.status === "aborted" ? m : o.status === "dirty" || t.value === "dirty" ?
|
|
2468
|
+
return o.status === "aborted" ? m : o.status === "dirty" || t.value === "dirty" ? Y(o.value) : o;
|
|
2469
2469
|
}
|
|
2470
2470
|
}
|
|
2471
2471
|
if (r.type === "refinement") {
|
|
@@ -2494,14 +2494,14 @@ class D extends v {
|
|
|
2494
2494
|
path: n.path,
|
|
2495
2495
|
parent: n
|
|
2496
2496
|
});
|
|
2497
|
-
if (!
|
|
2497
|
+
if (!q(i))
|
|
2498
2498
|
return m;
|
|
2499
2499
|
const o = r.transform(i.value, s);
|
|
2500
2500
|
if (o instanceof Promise)
|
|
2501
2501
|
throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2502
2502
|
return { status: t.value, value: o };
|
|
2503
2503
|
} else
|
|
2504
|
-
return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((i) =>
|
|
2504
|
+
return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((i) => q(i) ? Promise.resolve(r.transform(i.value, s)).then((o) => ({
|
|
2505
2505
|
status: t.value,
|
|
2506
2506
|
value: o
|
|
2507
2507
|
})) : m);
|
|
@@ -2520,9 +2520,9 @@ D.createWithPreprocess = (a, e, t) => new D({
|
|
|
2520
2520
|
typeName: y.ZodEffects,
|
|
2521
2521
|
...g(t)
|
|
2522
2522
|
});
|
|
2523
|
-
class I extends
|
|
2523
|
+
class I extends _ {
|
|
2524
2524
|
_parse(e) {
|
|
2525
|
-
return this._getType(e) === u.undefined ?
|
|
2525
|
+
return this._getType(e) === u.undefined ? N(void 0) : this._def.innerType._parse(e);
|
|
2526
2526
|
}
|
|
2527
2527
|
unwrap() {
|
|
2528
2528
|
return this._def.innerType;
|
|
@@ -2533,9 +2533,9 @@ I.create = (a, e) => new I({
|
|
|
2533
2533
|
typeName: y.ZodOptional,
|
|
2534
2534
|
...g(e)
|
|
2535
2535
|
});
|
|
2536
|
-
class F extends
|
|
2536
|
+
class F extends _ {
|
|
2537
2537
|
_parse(e) {
|
|
2538
|
-
return this._getType(e) === u.null ?
|
|
2538
|
+
return this._getType(e) === u.null ? N(null) : this._def.innerType._parse(e);
|
|
2539
2539
|
}
|
|
2540
2540
|
unwrap() {
|
|
2541
2541
|
return this._def.innerType;
|
|
@@ -2546,7 +2546,7 @@ F.create = (a, e) => new F({
|
|
|
2546
2546
|
typeName: y.ZodNullable,
|
|
2547
2547
|
...g(e)
|
|
2548
2548
|
});
|
|
2549
|
-
class
|
|
2549
|
+
class re extends _ {
|
|
2550
2550
|
_parse(e) {
|
|
2551
2551
|
const { ctx: t } = this._processInputParams(e);
|
|
2552
2552
|
let n = t.data;
|
|
@@ -2560,13 +2560,13 @@ class ne extends v {
|
|
|
2560
2560
|
return this._def.innerType;
|
|
2561
2561
|
}
|
|
2562
2562
|
}
|
|
2563
|
-
|
|
2563
|
+
re.create = (a, e) => new re({
|
|
2564
2564
|
innerType: a,
|
|
2565
2565
|
typeName: y.ZodDefault,
|
|
2566
2566
|
defaultValue: typeof e.default == "function" ? e.default : () => e.default,
|
|
2567
2567
|
...g(e)
|
|
2568
2568
|
});
|
|
2569
|
-
class
|
|
2569
|
+
class se extends _ {
|
|
2570
2570
|
_parse(e) {
|
|
2571
2571
|
const { ctx: t } = this._processInputParams(e), n = {
|
|
2572
2572
|
...t,
|
|
@@ -2581,7 +2581,7 @@ class re extends v {
|
|
|
2581
2581
|
...n
|
|
2582
2582
|
}
|
|
2583
2583
|
});
|
|
2584
|
-
return
|
|
2584
|
+
return Q(r) ? r.then((s) => ({
|
|
2585
2585
|
status: "valid",
|
|
2586
2586
|
value: s.status === "valid" ? s.value : this._def.catchValue({
|
|
2587
2587
|
get error() {
|
|
@@ -2603,13 +2603,13 @@ class re extends v {
|
|
|
2603
2603
|
return this._def.innerType;
|
|
2604
2604
|
}
|
|
2605
2605
|
}
|
|
2606
|
-
|
|
2606
|
+
se.create = (a, e) => new se({
|
|
2607
2607
|
innerType: a,
|
|
2608
2608
|
typeName: y.ZodCatch,
|
|
2609
2609
|
catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
|
|
2610
2610
|
...g(e)
|
|
2611
2611
|
});
|
|
2612
|
-
class
|
|
2612
|
+
class Ae extends _ {
|
|
2613
2613
|
_parse(e) {
|
|
2614
2614
|
if (this._getType(e) !== u.nan) {
|
|
2615
2615
|
const n = this._getOrReturnCtx(e);
|
|
@@ -2622,11 +2622,11 @@ class Ce extends v {
|
|
|
2622
2622
|
return { status: "valid", value: e.data };
|
|
2623
2623
|
}
|
|
2624
2624
|
}
|
|
2625
|
-
|
|
2625
|
+
Ae.create = (a) => new Ae({
|
|
2626
2626
|
typeName: y.ZodNaN,
|
|
2627
2627
|
...g(a)
|
|
2628
2628
|
});
|
|
2629
|
-
class
|
|
2629
|
+
class Ie extends _ {
|
|
2630
2630
|
_parse(e) {
|
|
2631
2631
|
const { ctx: t } = this._processInputParams(e), n = t.data;
|
|
2632
2632
|
return this._def.type._parse({
|
|
@@ -2639,7 +2639,7 @@ class Ze extends v {
|
|
|
2639
2639
|
return this._def.type;
|
|
2640
2640
|
}
|
|
2641
2641
|
}
|
|
2642
|
-
class
|
|
2642
|
+
class _e extends _ {
|
|
2643
2643
|
_parse(e) {
|
|
2644
2644
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
2645
2645
|
if (n.common.async)
|
|
@@ -2649,7 +2649,7 @@ class ye extends v {
|
|
|
2649
2649
|
path: n.path,
|
|
2650
2650
|
parent: n
|
|
2651
2651
|
});
|
|
2652
|
-
return s.status === "aborted" ? m : s.status === "dirty" ? (t.dirty(),
|
|
2652
|
+
return s.status === "aborted" ? m : s.status === "dirty" ? (t.dirty(), Y(s.value)) : this._def.out._parseAsync({
|
|
2653
2653
|
data: s.value,
|
|
2654
2654
|
path: n.path,
|
|
2655
2655
|
parent: n
|
|
@@ -2672,23 +2672,23 @@ class ye extends v {
|
|
|
2672
2672
|
}
|
|
2673
2673
|
}
|
|
2674
2674
|
static create(e, t) {
|
|
2675
|
-
return new
|
|
2675
|
+
return new _e({
|
|
2676
2676
|
in: e,
|
|
2677
2677
|
out: t,
|
|
2678
2678
|
typeName: y.ZodPipeline
|
|
2679
2679
|
});
|
|
2680
2680
|
}
|
|
2681
2681
|
}
|
|
2682
|
-
class
|
|
2682
|
+
class ie extends _ {
|
|
2683
2683
|
_parse(e) {
|
|
2684
|
-
const t = this._def.innerType._parse(e), n = (r) => (
|
|
2685
|
-
return
|
|
2684
|
+
const t = this._def.innerType._parse(e), n = (r) => (q(r) && (r.value = Object.freeze(r.value)), r);
|
|
2685
|
+
return Q(t) ? t.then((r) => n(r)) : n(t);
|
|
2686
2686
|
}
|
|
2687
2687
|
unwrap() {
|
|
2688
2688
|
return this._def.innerType;
|
|
2689
2689
|
}
|
|
2690
2690
|
}
|
|
2691
|
-
|
|
2691
|
+
ie.create = (a, e) => new ie({
|
|
2692
2692
|
innerType: a,
|
|
2693
2693
|
typeName: y.ZodReadonly,
|
|
2694
2694
|
...g(e)
|
|
@@ -2697,50 +2697,50 @@ var y;
|
|
|
2697
2697
|
(function(a) {
|
|
2698
2698
|
a.ZodString = "ZodString", a.ZodNumber = "ZodNumber", a.ZodNaN = "ZodNaN", a.ZodBigInt = "ZodBigInt", a.ZodBoolean = "ZodBoolean", a.ZodDate = "ZodDate", a.ZodSymbol = "ZodSymbol", a.ZodUndefined = "ZodUndefined", a.ZodNull = "ZodNull", a.ZodAny = "ZodAny", a.ZodUnknown = "ZodUnknown", a.ZodNever = "ZodNever", a.ZodVoid = "ZodVoid", a.ZodArray = "ZodArray", a.ZodObject = "ZodObject", a.ZodUnion = "ZodUnion", a.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", a.ZodIntersection = "ZodIntersection", a.ZodTuple = "ZodTuple", a.ZodRecord = "ZodRecord", a.ZodMap = "ZodMap", a.ZodSet = "ZodSet", a.ZodFunction = "ZodFunction", a.ZodLazy = "ZodLazy", a.ZodLiteral = "ZodLiteral", a.ZodEnum = "ZodEnum", a.ZodEffects = "ZodEffects", a.ZodNativeEnum = "ZodNativeEnum", a.ZodOptional = "ZodOptional", a.ZodNullable = "ZodNullable", a.ZodDefault = "ZodDefault", a.ZodCatch = "ZodCatch", a.ZodPromise = "ZodPromise", a.ZodBranded = "ZodBranded", a.ZodPipeline = "ZodPipeline", a.ZodReadonly = "ZodReadonly";
|
|
2699
2699
|
})(y || (y = {}));
|
|
2700
|
-
const
|
|
2701
|
-
|
|
2702
|
-
const
|
|
2703
|
-
|
|
2704
|
-
const E = P.create,
|
|
2705
|
-
|
|
2700
|
+
const v = j.create, d = W.create, S = de.create, dt = he.create;
|
|
2701
|
+
L.create;
|
|
2702
|
+
const O = A.create, w = T.create, ve = K.create, Ee = ge.create;
|
|
2703
|
+
ee.create;
|
|
2704
|
+
const E = P.create, $e = te.create, V = ae.create, b = z.create;
|
|
2705
|
+
ne.create;
|
|
2706
2706
|
I.create;
|
|
2707
2707
|
F.create;
|
|
2708
|
-
const
|
|
2708
|
+
const Me = O(dt()), xe = (a) => ve([v(), Me]).default(a), B = () => ve([v(), Me]).optional(), ut = w({
|
|
2709
2709
|
latitude: d().min(-90).max(90),
|
|
2710
2710
|
longitude: d().min(-180).max(180),
|
|
2711
2711
|
zoom: d().min(0).max(24),
|
|
2712
2712
|
pitch: d().min(0).max(85).default(0),
|
|
2713
2713
|
bearing: d().min(-180).max(180).default(0)
|
|
2714
|
-
}),
|
|
2715
|
-
id:
|
|
2716
|
-
url:
|
|
2717
|
-
label:
|
|
2718
|
-
tileMatrixSetId:
|
|
2719
|
-
}),
|
|
2720
|
-
"fill-color":
|
|
2714
|
+
}), ft = w({
|
|
2715
|
+
id: v().min(1),
|
|
2716
|
+
url: v().url(),
|
|
2717
|
+
label: v().optional(),
|
|
2718
|
+
tileMatrixSetId: v().optional().default("WebMercatorQuad")
|
|
2719
|
+
}), ht = w({
|
|
2720
|
+
"fill-color": xe("#000000"),
|
|
2721
2721
|
"fill-opacity": d().min(0).max(1).default(1),
|
|
2722
|
-
"fill-outline-color":
|
|
2722
|
+
"fill-outline-color": B(),
|
|
2723
2723
|
"fill-antialias": S().optional(),
|
|
2724
2724
|
"fill-translate": E([d(), d()]).optional(),
|
|
2725
2725
|
"fill-translate-anchor": b(["map", "viewport"]).optional(),
|
|
2726
|
-
"fill-pattern":
|
|
2727
|
-
}),
|
|
2728
|
-
"line-color":
|
|
2726
|
+
"fill-pattern": v().optional()
|
|
2727
|
+
}), pt = w({
|
|
2728
|
+
"line-color": xe("#000000"),
|
|
2729
2729
|
"line-width": d().min(0).default(1),
|
|
2730
2730
|
"line-opacity": d().min(0).max(1).default(1),
|
|
2731
|
-
"line-dasharray":
|
|
2731
|
+
"line-dasharray": O(d()).optional(),
|
|
2732
2732
|
"line-translate": E([d(), d()]).optional(),
|
|
2733
2733
|
"line-translate-anchor": b(["map", "viewport"]).optional(),
|
|
2734
2734
|
"line-gap-width": d().min(0).optional(),
|
|
2735
2735
|
"line-offset": d().optional(),
|
|
2736
2736
|
"line-blur": d().min(0).optional(),
|
|
2737
|
-
"line-pattern":
|
|
2738
|
-
"line-gradient":
|
|
2739
|
-
}),
|
|
2740
|
-
"circle-color":
|
|
2737
|
+
"line-pattern": v().optional(),
|
|
2738
|
+
"line-gradient": v().optional()
|
|
2739
|
+
}), mt = w({
|
|
2740
|
+
"circle-color": xe("#000000"),
|
|
2741
2741
|
"circle-radius": d().min(0).default(5),
|
|
2742
2742
|
"circle-opacity": d().min(0).max(1).default(1),
|
|
2743
|
-
"circle-stroke-color":
|
|
2743
|
+
"circle-stroke-color": B(),
|
|
2744
2744
|
"circle-stroke-width": d().min(0).optional(),
|
|
2745
2745
|
"circle-blur": d().min(0).optional(),
|
|
2746
2746
|
"circle-translate": E([d(), d()]).optional(),
|
|
@@ -2748,35 +2748,35 @@ const ot = w({
|
|
|
2748
2748
|
"circle-pitch-scale": b(["map", "viewport"]).optional(),
|
|
2749
2749
|
"circle-pitch-alignment": b(["map", "viewport"]).optional(),
|
|
2750
2750
|
"circle-stroke-opacity": d().min(0).max(1).optional()
|
|
2751
|
-
}),
|
|
2751
|
+
}), yt = w({
|
|
2752
2752
|
"icon-opacity": d().min(0).max(1).optional(),
|
|
2753
|
-
"icon-color":
|
|
2754
|
-
"icon-halo-color":
|
|
2753
|
+
"icon-color": B(),
|
|
2754
|
+
"icon-halo-color": B(),
|
|
2755
2755
|
"icon-halo-width": d().min(0).optional(),
|
|
2756
2756
|
"icon-halo-blur": d().min(0).optional(),
|
|
2757
2757
|
"icon-translate": E([d(), d()]).optional(),
|
|
2758
2758
|
"icon-translate-anchor": b(["map", "viewport"]).optional(),
|
|
2759
2759
|
"text-opacity": d().min(0).max(1).optional(),
|
|
2760
|
-
"text-color":
|
|
2761
|
-
"text-halo-color":
|
|
2760
|
+
"text-color": B(),
|
|
2761
|
+
"text-halo-color": B(),
|
|
2762
2762
|
"text-halo-width": d().min(0).optional(),
|
|
2763
2763
|
"text-halo-blur": d().min(0).optional(),
|
|
2764
2764
|
"text-translate": E([d(), d()]).optional(),
|
|
2765
2765
|
"text-translate-anchor": b(["map", "viewport"]).optional()
|
|
2766
|
-
}),
|
|
2766
|
+
}), gt = w({
|
|
2767
2767
|
"fill-sort-key": d().optional(),
|
|
2768
2768
|
visibility: b(["visible", "none"]).optional()
|
|
2769
|
-
}),
|
|
2769
|
+
}), _t = w({
|
|
2770
2770
|
"line-cap": b(["butt", "round", "square"]).optional(),
|
|
2771
2771
|
"line-join": b(["bevel", "round", "miter"]).optional(),
|
|
2772
2772
|
"line-miter-limit": d().optional(),
|
|
2773
2773
|
"line-round-limit": d().optional(),
|
|
2774
2774
|
"line-sort-key": d().optional(),
|
|
2775
2775
|
visibility: b(["visible", "none"]).optional()
|
|
2776
|
-
}),
|
|
2776
|
+
}), vt = w({
|
|
2777
2777
|
"circle-sort-key": d().optional(),
|
|
2778
2778
|
visibility: b(["visible", "none"]).optional()
|
|
2779
|
-
}),
|
|
2779
|
+
}), xt = w({
|
|
2780
2780
|
"symbol-placement": b(["point", "line", "line-center"]).optional(),
|
|
2781
2781
|
"symbol-spacing": d().min(1).optional(),
|
|
2782
2782
|
"symbol-avoid-edges": S().optional(),
|
|
@@ -2789,7 +2789,7 @@ const ot = w({
|
|
|
2789
2789
|
"icon-size": d().min(0).optional(),
|
|
2790
2790
|
"icon-text-fit": b(["none", "width", "height", "both"]).optional(),
|
|
2791
2791
|
"icon-text-fit-padding": E([d(), d(), d(), d()]).optional(),
|
|
2792
|
-
"icon-image":
|
|
2792
|
+
"icon-image": v().optional(),
|
|
2793
2793
|
"icon-rotate": d().optional(),
|
|
2794
2794
|
"icon-padding": d().min(0).optional(),
|
|
2795
2795
|
"icon-keep-upright": S().optional(),
|
|
@@ -2798,8 +2798,8 @@ const ot = w({
|
|
|
2798
2798
|
"icon-pitch-alignment": b(["map", "viewport", "auto"]).optional(),
|
|
2799
2799
|
"text-pitch-alignment": b(["map", "viewport", "auto"]).optional(),
|
|
2800
2800
|
"text-rotation-alignment": b(["map", "viewport", "viewport-glyph", "auto"]).optional(),
|
|
2801
|
-
"text-field":
|
|
2802
|
-
"text-font":
|
|
2801
|
+
"text-field": v().optional(),
|
|
2802
|
+
"text-font": O(v()).optional(),
|
|
2803
2803
|
"text-size": d().min(0).optional(),
|
|
2804
2804
|
"text-max-width": d().min(0).optional(),
|
|
2805
2805
|
"text-line-height": d().optional(),
|
|
@@ -2816,92 +2816,98 @@ const ot = w({
|
|
|
2816
2816
|
"text-ignore-placement": S().optional(),
|
|
2817
2817
|
"text-optional": S().optional(),
|
|
2818
2818
|
visibility: b(["visible", "none"]).optional()
|
|
2819
|
-
}),
|
|
2820
|
-
type:
|
|
2821
|
-
paint:
|
|
2822
|
-
layout:
|
|
2823
|
-
}),
|
|
2824
|
-
type:
|
|
2825
|
-
paint:
|
|
2826
|
-
layout:
|
|
2827
|
-
}), vt = w({
|
|
2828
|
-
type: L("circle"),
|
|
2829
|
-
paint: ut,
|
|
2830
|
-
layout: mt.optional()
|
|
2831
|
-
}), xt = w({
|
|
2832
|
-
type: L("symbol"),
|
|
2833
|
-
paint: ft,
|
|
2834
|
-
layout: yt.optional()
|
|
2835
|
-
}), kt = Re("type", [
|
|
2836
|
-
gt,
|
|
2837
|
-
_t,
|
|
2838
|
-
vt,
|
|
2839
|
-
xt
|
|
2840
|
-
]), bt = w({
|
|
2841
|
-
label: _(),
|
|
2842
|
-
color: _(),
|
|
2843
|
-
shape: b(["circle", "line", "square"]).optional()
|
|
2819
|
+
}), kt = w({
|
|
2820
|
+
type: V("fill"),
|
|
2821
|
+
paint: ht,
|
|
2822
|
+
layout: gt.optional()
|
|
2823
|
+
}), bt = w({
|
|
2824
|
+
type: V("line"),
|
|
2825
|
+
paint: pt,
|
|
2826
|
+
layout: _t.optional()
|
|
2844
2827
|
}), wt = w({
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2828
|
+
type: V("circle"),
|
|
2829
|
+
paint: mt,
|
|
2830
|
+
layout: vt.optional()
|
|
2831
|
+
}), St = w({
|
|
2832
|
+
type: V("symbol"),
|
|
2833
|
+
paint: yt,
|
|
2834
|
+
layout: xt.optional()
|
|
2835
|
+
}), Tt = Ee("type", [
|
|
2836
|
+
kt,
|
|
2837
|
+
bt,
|
|
2838
|
+
wt,
|
|
2839
|
+
St
|
|
2840
|
+
]), Ct = w({
|
|
2841
|
+
label: v(),
|
|
2842
|
+
color: v(),
|
|
2843
|
+
shape: b(["circle", "line", "square"]).optional()
|
|
2844
|
+
}), Ot = w({
|
|
2845
|
+
entries: O(Ct).min(1),
|
|
2846
|
+
displayMode: b(["categorical", "gradient", "simple"]).optional(),
|
|
2847
|
+
showLabelsCollapsed: S().optional(),
|
|
2848
|
+
gradientProperty: v().optional()
|
|
2849
|
+
}), oe = {
|
|
2850
|
+
property: v().min(1),
|
|
2851
|
+
label: v(),
|
|
2852
|
+
placeholder: v().optional()
|
|
2853
|
+
}, Nt = w({
|
|
2854
|
+
...oe,
|
|
2855
|
+
type: V("text"),
|
|
2853
2856
|
autocomplete: S().default(!1),
|
|
2854
2857
|
prefetch: S().optional(),
|
|
2855
|
-
options:
|
|
2856
|
-
}),
|
|
2857
|
-
...
|
|
2858
|
-
type:
|
|
2858
|
+
options: O(v()).optional()
|
|
2859
|
+
}), At = w({
|
|
2860
|
+
...oe,
|
|
2861
|
+
type: V("number"),
|
|
2859
2862
|
inputMode: b(["input", "slider"]).default("input"),
|
|
2860
2863
|
operator: b(["eq", "gt", "lt", "gte", "lte", "between"]).default("eq"),
|
|
2861
2864
|
min: d().optional(),
|
|
2862
2865
|
max: d().optional(),
|
|
2863
2866
|
step: d().optional()
|
|
2864
|
-
}),
|
|
2865
|
-
...
|
|
2866
|
-
type:
|
|
2867
|
+
}), Zt = w({
|
|
2868
|
+
...oe,
|
|
2869
|
+
type: V("datetime"),
|
|
2867
2870
|
range: S().default(!1)
|
|
2868
|
-
}),
|
|
2869
|
-
...
|
|
2870
|
-
type:
|
|
2871
|
-
options:
|
|
2871
|
+
}), Rt = w({
|
|
2872
|
+
...oe,
|
|
2873
|
+
type: V("select"),
|
|
2874
|
+
options: O(v()).optional(),
|
|
2872
2875
|
prefetch: S().optional()
|
|
2873
|
-
}),
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
]),
|
|
2879
|
-
fields:
|
|
2880
|
-
}),
|
|
2881
|
-
label:
|
|
2876
|
+
}), jt = Ee("type", [
|
|
2877
|
+
Nt,
|
|
2878
|
+
At,
|
|
2879
|
+
Zt,
|
|
2880
|
+
Rt
|
|
2881
|
+
]), It = w({
|
|
2882
|
+
fields: O(jt).min(1)
|
|
2883
|
+
}), Et = w({
|
|
2884
|
+
label: v().optional(),
|
|
2882
2885
|
visible: S().optional().default(!0)
|
|
2883
|
-
}),
|
|
2884
|
-
properties:
|
|
2886
|
+
}), $t = $e(v(), Et), Mt = w({
|
|
2887
|
+
properties: $e(ve([v(), d(), S(), O(v())])).optional(),
|
|
2885
2888
|
bbox: E([d(), d(), d(), d()]).optional(),
|
|
2886
|
-
datetime:
|
|
2887
|
-
}),
|
|
2888
|
-
id:
|
|
2889
|
-
sourceId:
|
|
2890
|
-
collection:
|
|
2891
|
-
label:
|
|
2889
|
+
datetime: v().optional()
|
|
2890
|
+
}), Lt = w({
|
|
2891
|
+
id: v().min(1),
|
|
2892
|
+
sourceId: v().min(1),
|
|
2893
|
+
collection: v().min(1),
|
|
2894
|
+
label: v(),
|
|
2892
2895
|
visible: S().default(!0),
|
|
2893
2896
|
dataMode: b(["vector-tiles", "geojson"]),
|
|
2894
|
-
style:
|
|
2895
|
-
legend:
|
|
2896
|
-
filters:
|
|
2897
|
-
search:
|
|
2898
|
-
propertyDisplay:
|
|
2899
|
-
}),
|
|
2900
|
-
id:
|
|
2901
|
-
label:
|
|
2902
|
-
url:
|
|
2903
|
-
thumbnail:
|
|
2904
|
-
}),
|
|
2897
|
+
style: Tt.optional(),
|
|
2898
|
+
legend: Ot.optional(),
|
|
2899
|
+
filters: Mt.optional(),
|
|
2900
|
+
search: It.optional(),
|
|
2901
|
+
propertyDisplay: $t.optional()
|
|
2902
|
+
}), Vt = w({
|
|
2903
|
+
id: v().min(1),
|
|
2904
|
+
label: v(),
|
|
2905
|
+
url: v().url(),
|
|
2906
|
+
thumbnail: v().url().optional()
|
|
2907
|
+
}), Pt = w({
|
|
2908
|
+
id: v().min(1),
|
|
2909
|
+
url: v().url()
|
|
2910
|
+
}), zt = w({
|
|
2905
2911
|
showLayerPanel: S().default(!0),
|
|
2906
2912
|
showLegend: S().default(!0),
|
|
2907
2913
|
showBasemapSwitcher: S().default(!0),
|
|
@@ -2909,51 +2915,54 @@ const ot = w({
|
|
|
2909
2915
|
showCoordinateDisplay: S().default(!0),
|
|
2910
2916
|
showFeatureDetail: S().default(!0),
|
|
2911
2917
|
showFeatureTooltip: S().default(!0),
|
|
2912
|
-
showExportButton: S().default(!0)
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2918
|
+
showExportButton: S().default(!0),
|
|
2919
|
+
showLegendOpacity: S().default(!1)
|
|
2920
|
+
}), Le = w({
|
|
2921
|
+
sources: O(ft).min(1),
|
|
2922
|
+
layers: O(Lt),
|
|
2923
|
+
basemaps: O(Vt).min(1),
|
|
2924
|
+
sprites: O(Pt).optional(),
|
|
2925
|
+
ui: zt.default({}),
|
|
2926
|
+
initialView: ut
|
|
2919
2927
|
});
|
|
2920
|
-
function
|
|
2921
|
-
return
|
|
2928
|
+
function Dt(a) {
|
|
2929
|
+
return Le.parse(a);
|
|
2922
2930
|
}
|
|
2923
|
-
function
|
|
2924
|
-
return
|
|
2931
|
+
function Ft(a) {
|
|
2932
|
+
return Le.safeParse(a);
|
|
2925
2933
|
}
|
|
2926
2934
|
export {
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2935
|
+
Vt as B,
|
|
2936
|
+
vt as C,
|
|
2937
|
+
Zt as D,
|
|
2938
|
+
gt as F,
|
|
2939
|
+
Lt as L,
|
|
2940
|
+
Le as M,
|
|
2941
|
+
At as N,
|
|
2942
|
+
ft as O,
|
|
2943
|
+
$t as P,
|
|
2944
|
+
It as S,
|
|
2945
|
+
Nt as T,
|
|
2946
|
+
zt as U,
|
|
2947
|
+
ut as V,
|
|
2948
|
+
mt as a,
|
|
2949
|
+
wt as b,
|
|
2950
|
+
ht as c,
|
|
2951
|
+
kt as d,
|
|
2952
|
+
Mt as e,
|
|
2953
|
+
Ot as f,
|
|
2954
|
+
Ct as g,
|
|
2955
|
+
_t as h,
|
|
2956
|
+
pt as i,
|
|
2957
|
+
bt as j,
|
|
2958
|
+
Et as k,
|
|
2959
|
+
jt as l,
|
|
2960
|
+
Rt as m,
|
|
2961
|
+
Pt as n,
|
|
2962
|
+
Tt as o,
|
|
2963
|
+
xt as p,
|
|
2964
|
+
yt as q,
|
|
2965
|
+
St as r,
|
|
2966
|
+
Ft as s,
|
|
2967
|
+
Dt as v
|
|
2959
2968
|
};
|