storybook 9.1.0-alpha.6 → 9.1.0-alpha.8
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/assets/browser/favicon-wrapper.svg +46 -0
- package/assets/browser/favicon.svg +1 -1
- package/dist/bin/index.cjs +43 -43
- package/dist/bin/index.js +43 -43
- package/dist/cli/bin/index.cjs +513 -513
- package/dist/cli/bin/index.js +535 -535
- package/dist/cli/index.cjs +2454 -2453
- package/dist/cli/index.d.ts +10 -3
- package/dist/cli/index.js +2436 -2435
- package/dist/common/index.cjs +64 -61
- package/dist/common/index.d.ts +9 -3
- package/dist/common/index.js +64 -61
- package/dist/components/index.cjs +4602 -4427
- package/dist/components/index.d.ts +9 -11
- package/dist/components/index.js +2760 -2580
- package/dist/core-server/index.cjs +5833 -5819
- package/dist/core-server/index.d.ts +4 -1
- package/dist/core-server/index.js +4848 -4835
- package/dist/core-server/presets/common-manager.js +3410 -3332
- package/dist/core-server/presets/common-preset.cjs +1831 -1837
- package/dist/core-server/presets/common-preset.js +1787 -1792
- package/dist/csf/index.cjs +2536 -736
- package/dist/csf/index.d.ts +250 -9
- package/dist/csf/index.js +2558 -749
- package/dist/csf-tools/index.cjs +319 -321
- package/dist/csf-tools/index.js +239 -241
- package/dist/instrumenter/index.cjs +1150 -1099
- package/dist/instrumenter/index.d.ts +1 -0
- package/dist/instrumenter/index.js +1261 -1214
- package/dist/manager/globals-module-info.cjs +0 -1
- package/dist/manager/globals-module-info.js +0 -1
- package/dist/manager/globals-runtime.js +21740 -24218
- package/dist/manager/runtime.js +3715 -3536
- package/dist/manager-api/index.cjs +3 -3
- package/dist/manager-api/index.d.ts +4 -1
- package/dist/manager-api/index.js +3 -3
- package/dist/node-logger/index.cjs +1620 -1620
- package/dist/node-logger/index.js +1619 -1619
- package/dist/preview/runtime.js +13337 -16032
- package/dist/preview-api/index.cjs +273 -271
- package/dist/preview-api/index.d.ts +4 -1
- package/dist/preview-api/index.js +14 -12
- package/dist/telemetry/index.cjs +500 -500
- package/dist/telemetry/index.d.ts +1 -1
- package/dist/telemetry/index.js +478 -478
- package/dist/test/index.cjs +9136 -9815
- package/dist/test/index.js +8339 -9025
- package/dist/types/index.d.ts +12 -12
- package/package.json +5 -196
- package/dist/actions/preview.cjs +0 -159
- package/dist/actions/preview.d.ts +0 -45
- package/dist/actions/preview.js +0 -149
- package/dist/backgrounds/index.cjs +0 -16
- package/dist/backgrounds/index.d.ts +0 -2
- package/dist/backgrounds/index.js +0 -0
- package/dist/backgrounds/preview.cjs +0 -143
- package/dist/backgrounds/preview.d.ts +0 -53
- package/dist/backgrounds/preview.js +0 -127
- package/dist/component-testing/index.cjs +0 -23
- package/dist/component-testing/index.d.ts +0 -3
- package/dist/component-testing/index.js +0 -5
- package/dist/component-testing/preview.cjs +0 -40
- package/dist/component-testing/preview.d.ts +0 -5
- package/dist/component-testing/preview.js +0 -25
- package/dist/controls/preview.cjs +0 -26
- package/dist/controls/preview.d.ts +0 -43
- package/dist/controls/preview.js +0 -9
- package/dist/highlight/preview.cjs +0 -590
- package/dist/highlight/preview.d.ts +0 -20
- package/dist/highlight/preview.js +0 -575
- package/dist/measure/index.cjs +0 -16
- package/dist/measure/index.d.ts +0 -2
- package/dist/measure/index.js +0 -0
- package/dist/measure/preview.cjs +0 -466
- package/dist/measure/preview.d.ts +0 -25
- package/dist/measure/preview.js +0 -450
- package/dist/outline/index.cjs +0 -16
- package/dist/outline/index.d.ts +0 -2
- package/dist/outline/index.js +0 -0
- package/dist/outline/preview.cjs +0 -518
- package/dist/outline/preview.d.ts +0 -25
- package/dist/outline/preview.js +0 -486
- package/dist/test/preview.cjs +0 -73
- package/dist/test/preview.d.ts +0 -17
- package/dist/test/preview.js +0 -66
- package/dist/viewport/preview.cjs +0 -35
- package/dist/viewport/preview.d.ts +0 -62
- package/dist/viewport/preview.js +0 -19
package/dist/cli/bin/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { dirname as ESM_COMPAT_dirname } from 'node:path';
|
|
|
4
4
|
const __filename = ESM_COMPAT_fileURLToPath(import.meta.url);
|
|
5
5
|
const __dirname = ESM_COMPAT_dirname(__filename);
|
|
6
6
|
const require = ESM_COMPAT_Module.createRequire(import.meta.url);
|
|
7
|
-
var
|
|
7
|
+
var jr = Object.create;
|
|
8
8
|
var Qe = Object.defineProperty;
|
|
9
9
|
var Rr = Object.getOwnPropertyDescriptor;
|
|
10
10
|
var Zr = Object.getOwnPropertyNames;
|
|
@@ -23,7 +23,7 @@ var Vr = (s, e, t, r) => {
|
|
|
23
23
|
!Nr.call(s, i) && i !== t && Qe(s, i, { get: () => e[i], enumerable: !(r = Rr(e, i)) || r.enumerable });
|
|
24
24
|
return s;
|
|
25
25
|
};
|
|
26
|
-
var ye = (s, e, t) => (t = s != null ?
|
|
26
|
+
var ye = (s, e, t) => (t = s != null ? jr(Pr(s)) : {}, Vr(
|
|
27
27
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
28
28
|
// file that has been converted to a CommonJS file using a Babel-
|
|
29
29
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
@@ -406,36 +406,36 @@ var nt = O((Pt) => {
|
|
|
406
406
|
`).replace(/^/gm, " ".repeat(n));
|
|
407
407
|
}
|
|
408
408
|
d(l, "formatList");
|
|
409
|
-
let
|
|
410
|
-
|
|
411
|
-
t.wrap(
|
|
409
|
+
let h = [`Usage: ${t.commandUsage(e)}`, ""], p = t.commandDescription(e);
|
|
410
|
+
p.length > 0 && (h = h.concat([
|
|
411
|
+
t.wrap(p, i, 0),
|
|
412
412
|
""
|
|
413
413
|
]));
|
|
414
414
|
let y = t.visibleArguments(e).map((I) => a(
|
|
415
415
|
t.argumentTerm(I),
|
|
416
416
|
t.argumentDescription(I)
|
|
417
417
|
));
|
|
418
|
-
y.length > 0 && (
|
|
418
|
+
y.length > 0 && (h = h.concat(["Arguments:", l(y), ""]));
|
|
419
419
|
let k = t.visibleOptions(e).map((I) => a(
|
|
420
420
|
t.optionTerm(I),
|
|
421
421
|
t.optionDescription(I)
|
|
422
422
|
));
|
|
423
|
-
if (k.length > 0 && (
|
|
423
|
+
if (k.length > 0 && (h = h.concat(["Options:", l(k), ""])), this.showGlobalOptions) {
|
|
424
424
|
let I = t.visibleGlobalOptions(e).map((W) => a(
|
|
425
425
|
t.optionTerm(W),
|
|
426
426
|
t.optionDescription(W)
|
|
427
427
|
));
|
|
428
|
-
I.length > 0 && (
|
|
428
|
+
I.length > 0 && (h = h.concat([
|
|
429
429
|
"Global Options:",
|
|
430
430
|
l(I),
|
|
431
431
|
""
|
|
432
432
|
]));
|
|
433
433
|
}
|
|
434
|
-
let
|
|
434
|
+
let S = t.visibleCommands(e).map((I) => a(
|
|
435
435
|
t.subcommandTerm(I),
|
|
436
436
|
t.subcommandDescription(I)
|
|
437
437
|
));
|
|
438
|
-
return
|
|
438
|
+
return S.length > 0 && (h = h.concat(["Commands:", l(S), ""])), h.join(`
|
|
439
439
|
`);
|
|
440
440
|
}
|
|
441
441
|
/**
|
|
@@ -469,15 +469,15 @@ var nt = O((Pt) => {
|
|
|
469
469
|
if (e.match(o)) return e;
|
|
470
470
|
let a = t - r;
|
|
471
471
|
if (a < i) return e;
|
|
472
|
-
let l = e.slice(0, r),
|
|
472
|
+
let l = e.slice(0, r), h = e.slice(r).replace(`\r
|
|
473
473
|
`, `
|
|
474
|
-
`),
|
|
474
|
+
`), p = " ".repeat(r), k = "\\s\u200B", S = new RegExp(
|
|
475
475
|
`
|
|
476
476
|
|.{1,${a - 1}}([${k}]|$)|[^${k}]+?([${k}]|$)`,
|
|
477
477
|
"g"
|
|
478
|
-
), I =
|
|
478
|
+
), I = h.match(S) || [];
|
|
479
479
|
return l + I.map((W, Xe) => W === `
|
|
480
|
-
` ? "" : (Xe > 0 ?
|
|
480
|
+
` ? "" : (Xe > 0 ? p : "") + W.trimEnd()).join(`
|
|
481
481
|
`);
|
|
482
482
|
}
|
|
483
483
|
};
|
|
@@ -499,7 +499,7 @@ var ct = O((dt) => {
|
|
|
499
499
|
constructor(e, t) {
|
|
500
500
|
this.flags = e, this.description = t || "", this.required = e.includes("<"), this.optional = e.includes("["), this.variadic = /\w\.\.\.[>\]]$/.
|
|
501
501
|
test(e), this.mandatory = !1;
|
|
502
|
-
let r =
|
|
502
|
+
let r = Fr(e);
|
|
503
503
|
this.short = r.shortFlag, this.long = r.longFlag, this.negate = !1, this.long && (this.negate = this.long.startsWith("--no-")), this.defaultValue =
|
|
504
504
|
void 0, this.defaultValueDescription = void 0, this.presetArg = void 0, this.envVar = void 0, this.parseArg = void 0, this.hidden = !1,
|
|
505
505
|
this.argChoices = void 0, this.conflictsWith = [], this.implied = void 0;
|
|
@@ -690,19 +690,19 @@ var ct = O((dt) => {
|
|
|
690
690
|
return s.split("-").reduce((e, t) => e + t[0].toUpperCase() + t.slice(1));
|
|
691
691
|
}
|
|
692
692
|
d(Ur, "camelcase");
|
|
693
|
-
function
|
|
693
|
+
function Fr(s) {
|
|
694
694
|
let e, t, r = s.split(/[ |,]+/);
|
|
695
695
|
return r.length > 1 && !/^[[<]/.test(r[1]) && (e = r.shift()), t = r.shift(), !e && /^-[^-]$/.test(t) && (e = t, t = void 0), { shortFlag: e,
|
|
696
696
|
longFlag: t };
|
|
697
697
|
}
|
|
698
|
-
d(
|
|
698
|
+
d(Fr, "splitOptionFlags");
|
|
699
699
|
dt.Option = ot;
|
|
700
700
|
dt.DualOptions = at;
|
|
701
701
|
});
|
|
702
702
|
|
|
703
703
|
// ../node_modules/commander/lib/suggestSimilar.js
|
|
704
704
|
var Vt = O((Nt) => {
|
|
705
|
-
function
|
|
705
|
+
function qr(s, e) {
|
|
706
706
|
if (Math.abs(s.length - e.length) > 3)
|
|
707
707
|
return Math.max(s.length, e.length);
|
|
708
708
|
let t = [];
|
|
@@ -724,7 +724,7 @@ var Vt = O((Nt) => {
|
|
|
724
724
|
}
|
|
725
725
|
return t[s.length][e.length];
|
|
726
726
|
}
|
|
727
|
-
d(
|
|
727
|
+
d(qr, "editDistance");
|
|
728
728
|
function Wr(s, e) {
|
|
729
729
|
if (!e || e.length === 0) return "";
|
|
730
730
|
e = Array.from(new Set(e));
|
|
@@ -733,7 +733,7 @@ var Vt = O((Nt) => {
|
|
|
733
733
|
let r = [], i = 3, n = 0.4;
|
|
734
734
|
return e.forEach((o) => {
|
|
735
735
|
if (o.length <= 1) return;
|
|
736
|
-
let a =
|
|
736
|
+
let a = qr(s, o), l = Math.max(s.length, o.length);
|
|
737
737
|
(l - a) / l > n && (a < i ? (i = a, r = [o]) : a === i && r.push(o));
|
|
738
738
|
}), r.sort((o, a) => o.localeCompare(a)), t && (r = r.map((o) => `--${o}`)), r.length > 1 ? `
|
|
739
739
|
(Did you mean one of ${r.join(", ")}?)` : r.length === 1 ? `
|
|
@@ -746,8 +746,8 @@ var Vt = O((Nt) => {
|
|
|
746
746
|
// ../node_modules/commander/lib/command.js
|
|
747
747
|
var Ut = O((Lt) => {
|
|
748
748
|
var Br = ge("node:events").EventEmitter, ut = ge("node:child_process"), L = ge("node:path"), lt = ge("node:fs"), C = ge("node:process"), {
|
|
749
|
-
Argument: Hr, humanReadableArgName: Kr } = De(), { CommanderError:
|
|
750
|
-
{ suggestSimilar: $t } = Vt(),
|
|
749
|
+
Argument: Hr, humanReadableArgName: Kr } = De(), { CommanderError: ht } = Te(), { Help: zr } = nt(), { Option: Dt, DualOptions: Gr } = ct(),
|
|
750
|
+
{ suggestSimilar: $t } = Vt(), pt = class s extends Br {
|
|
751
751
|
static {
|
|
752
752
|
d(this, "Command");
|
|
753
753
|
}
|
|
@@ -1058,7 +1058,7 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
1058
1058
|
* @private
|
|
1059
1059
|
*/
|
|
1060
1060
|
_exit(e, t, r) {
|
|
1061
|
-
this._exitCallback && this._exitCallback(new
|
|
1061
|
+
this._exitCallback && this._exitCallback(new ht(e, t, r)), C.exit(e);
|
|
1062
1062
|
}
|
|
1063
1063
|
/**
|
|
1064
1064
|
* Register callback `fn` for the command.
|
|
@@ -1196,9 +1196,9 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
1196
1196
|
o.default(n).argParser(i);
|
|
1197
1197
|
else if (i instanceof RegExp) {
|
|
1198
1198
|
let a = i;
|
|
1199
|
-
i = /* @__PURE__ */ d((l,
|
|
1200
|
-
let
|
|
1201
|
-
return
|
|
1199
|
+
i = /* @__PURE__ */ d((l, h) => {
|
|
1200
|
+
let p = a.exec(l);
|
|
1201
|
+
return p ? p[0] : h;
|
|
1202
1202
|
}, "fn"), o.default(n).argParser(i);
|
|
1203
1203
|
} else
|
|
1204
1204
|
o.default(i);
|
|
@@ -1477,42 +1477,42 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
1477
1477
|
_executeSubCommand(e, t) {
|
|
1478
1478
|
t = t.slice();
|
|
1479
1479
|
let r = !1, i = [".js", ".ts", ".tsx", ".mjs", ".cjs"];
|
|
1480
|
-
function n(
|
|
1481
|
-
let k = L.resolve(
|
|
1480
|
+
function n(p, y) {
|
|
1481
|
+
let k = L.resolve(p, y);
|
|
1482
1482
|
if (lt.existsSync(k)) return k;
|
|
1483
1483
|
if (i.includes(L.extname(y))) return;
|
|
1484
|
-
let
|
|
1484
|
+
let S = i.find(
|
|
1485
1485
|
(I) => lt.existsSync(`${k}${I}`)
|
|
1486
1486
|
);
|
|
1487
|
-
if (
|
|
1487
|
+
if (S) return `${k}${S}`;
|
|
1488
1488
|
}
|
|
1489
1489
|
d(n, "findFile"), this._checkForMissingMandatoryOptions(), this._checkForConflictingOptions();
|
|
1490
1490
|
let o = e._executableFile || `${this._name}-${e._name}`, a = this._executableDir || "";
|
|
1491
1491
|
if (this._scriptPath) {
|
|
1492
|
-
let
|
|
1492
|
+
let p;
|
|
1493
1493
|
try {
|
|
1494
|
-
|
|
1494
|
+
p = lt.realpathSync(this._scriptPath);
|
|
1495
1495
|
} catch {
|
|
1496
|
-
|
|
1496
|
+
p = this._scriptPath;
|
|
1497
1497
|
}
|
|
1498
1498
|
a = L.resolve(
|
|
1499
|
-
L.dirname(
|
|
1499
|
+
L.dirname(p),
|
|
1500
1500
|
a
|
|
1501
1501
|
);
|
|
1502
1502
|
}
|
|
1503
1503
|
if (a) {
|
|
1504
|
-
let
|
|
1505
|
-
if (!
|
|
1504
|
+
let p = n(a, o);
|
|
1505
|
+
if (!p && !e._executableFile && this._scriptPath) {
|
|
1506
1506
|
let y = L.basename(
|
|
1507
1507
|
this._scriptPath,
|
|
1508
1508
|
L.extname(this._scriptPath)
|
|
1509
1509
|
);
|
|
1510
|
-
y !== this._name && (
|
|
1510
|
+
y !== this._name && (p = n(
|
|
1511
1511
|
a,
|
|
1512
1512
|
`${y}-${e._name}`
|
|
1513
1513
|
));
|
|
1514
1514
|
}
|
|
1515
|
-
o =
|
|
1515
|
+
o = p || o;
|
|
1516
1516
|
}
|
|
1517
1517
|
r = i.includes(L.extname(o));
|
|
1518
1518
|
let l;
|
|
@@ -1523,17 +1523,17 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
1523
1523
|
l.killed === !1 && l.exitCode === null && l.kill(y);
|
|
1524
1524
|
});
|
|
1525
1525
|
});
|
|
1526
|
-
let
|
|
1527
|
-
l.on("close", (
|
|
1528
|
-
|
|
1529
|
-
new
|
|
1530
|
-
|
|
1526
|
+
let h = this._exitCallback;
|
|
1527
|
+
l.on("close", (p) => {
|
|
1528
|
+
p = p ?? 1, h ? h(
|
|
1529
|
+
new ht(
|
|
1530
|
+
p,
|
|
1531
1531
|
"commander.executeSubCommandAsync",
|
|
1532
1532
|
"(close)"
|
|
1533
1533
|
)
|
|
1534
|
-
) : C.exit(
|
|
1535
|
-
}), l.on("error", (
|
|
1536
|
-
if (
|
|
1534
|
+
) : C.exit(p);
|
|
1535
|
+
}), l.on("error", (p) => {
|
|
1536
|
+
if (p.code === "ENOENT") {
|
|
1537
1537
|
let y = a ? `searched for local subcommand relative to directory '${a}'` : "no directory for search for local subcommand, use .exe\
|
|
1538
1538
|
cutableDir() to supply a custom directory", k = `'${o}' does not exist
|
|
1539
1539
|
- if '${e._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead\
|
|
@@ -1541,17 +1541,17 @@ cutableDir() to supply a custom directory", k = `'${o}' does not exist
|
|
|
1541
1541
|
- if the default executable name is not suitable, use the executableFile option to supply a custom name or path
|
|
1542
1542
|
- ${y}`;
|
|
1543
1543
|
throw new Error(k);
|
|
1544
|
-
} else if (
|
|
1544
|
+
} else if (p.code === "EACCES")
|
|
1545
1545
|
throw new Error(`'${o}' not executable`);
|
|
1546
|
-
if (!
|
|
1546
|
+
if (!h)
|
|
1547
1547
|
C.exit(1);
|
|
1548
1548
|
else {
|
|
1549
|
-
let y = new
|
|
1549
|
+
let y = new ht(
|
|
1550
1550
|
1,
|
|
1551
1551
|
"commander.executeSubCommandAsync",
|
|
1552
1552
|
"(error)"
|
|
1553
1553
|
);
|
|
1554
|
-
y.nestedError =
|
|
1554
|
+
y.nestedError = p, h(y);
|
|
1555
1555
|
}
|
|
1556
1556
|
}), this.runningCommand = l;
|
|
1557
1557
|
}
|
|
@@ -1808,32 +1808,32 @@ cutableDir() to supply a custom directory", k = `'${o}' does not exist
|
|
|
1808
1808
|
continue;
|
|
1809
1809
|
}
|
|
1810
1810
|
if (a = null, o(l)) {
|
|
1811
|
-
let
|
|
1812
|
-
if (
|
|
1813
|
-
if (
|
|
1814
|
-
let
|
|
1815
|
-
|
|
1816
|
-
} else if (
|
|
1817
|
-
let
|
|
1818
|
-
n.length > 0 && !o(n[0]) && (
|
|
1811
|
+
let h = this._findOption(l);
|
|
1812
|
+
if (h) {
|
|
1813
|
+
if (h.required) {
|
|
1814
|
+
let p = n.shift();
|
|
1815
|
+
p === void 0 && this.optionMissingArgument(h), this.emit(`option:${h.name()}`, p);
|
|
1816
|
+
} else if (h.optional) {
|
|
1817
|
+
let p = null;
|
|
1818
|
+
n.length > 0 && !o(n[0]) && (p = n.shift()), this.emit(`option:${h.name()}`, p);
|
|
1819
1819
|
} else
|
|
1820
|
-
this.emit(`option:${
|
|
1821
|
-
a =
|
|
1820
|
+
this.emit(`option:${h.name()}`);
|
|
1821
|
+
a = h.variadic ? h : null;
|
|
1822
1822
|
continue;
|
|
1823
1823
|
}
|
|
1824
1824
|
}
|
|
1825
1825
|
if (l.length > 2 && l[0] === "-" && l[1] !== "-") {
|
|
1826
|
-
let
|
|
1827
|
-
if (
|
|
1828
|
-
|
|
1829
|
-
:${
|
|
1826
|
+
let h = this._findOption(`-${l[1]}`);
|
|
1827
|
+
if (h) {
|
|
1828
|
+
h.required || h.optional && this._combineFlagAndOptionalValue ? this.emit(`option:${h.name()}`, l.slice(2)) : (this.emit(`option\
|
|
1829
|
+
:${h.name()}`), n.unshift(`-${l.slice(2)}`));
|
|
1830
1830
|
continue;
|
|
1831
1831
|
}
|
|
1832
1832
|
}
|
|
1833
1833
|
if (/^--[^=]+=/.test(l)) {
|
|
1834
|
-
let
|
|
1835
|
-
if (
|
|
1836
|
-
this.emit(`option:${
|
|
1834
|
+
let h = l.indexOf("="), p = this._findOption(l.slice(0, h));
|
|
1835
|
+
if (p && (p.required || p.optional)) {
|
|
1836
|
+
this.emit(`option:${p.name()}`, l.slice(h + 1));
|
|
1837
1837
|
continue;
|
|
1838
1838
|
}
|
|
1839
1839
|
}
|
|
@@ -1981,12 +1981,12 @@ cutableDir() to supply a custom directory", k = `'${o}' does not exist
|
|
|
1981
1981
|
*/
|
|
1982
1982
|
_conflictingOption(e, t) {
|
|
1983
1983
|
let r = /* @__PURE__ */ d((o) => {
|
|
1984
|
-
let a = o.attributeName(), l = this.getOptionValue(a),
|
|
1984
|
+
let a = o.attributeName(), l = this.getOptionValue(a), h = this.options.find(
|
|
1985
1985
|
(y) => y.negate && a === y.attributeName()
|
|
1986
|
-
),
|
|
1986
|
+
), p = this.options.find(
|
|
1987
1987
|
(y) => !y.negate && a === y.attributeName()
|
|
1988
1988
|
);
|
|
1989
|
-
return
|
|
1989
|
+
return h && (h.presetArg === void 0 && l === !1 || h.presetArg !== void 0 && l === h.presetArg) ? h : p || o;
|
|
1990
1990
|
}, "findBestOptionFromValue"), i = /* @__PURE__ */ d((o) => {
|
|
1991
1991
|
let a = r(o), l = a.attributeName();
|
|
1992
1992
|
return this.getOptionValueSource(l) === "env" ? `environment variable '${a.envVar}'` : `option '${a.flags}'`;
|
|
@@ -2303,23 +2303,23 @@ Expecting one of '${r.join("', '")}'`);
|
|
|
2303
2303
|
});
|
|
2304
2304
|
}
|
|
2305
2305
|
d(Mt, "incrementNodeInspectorPort");
|
|
2306
|
-
Lt.Command =
|
|
2306
|
+
Lt.Command = pt;
|
|
2307
2307
|
});
|
|
2308
2308
|
|
|
2309
2309
|
// ../node_modules/commander/index.js
|
|
2310
2310
|
var Bt = O((R) => {
|
|
2311
|
-
var { Argument:
|
|
2312
|
-
R.program = new
|
|
2313
|
-
R.createCommand = (s) => new
|
|
2311
|
+
var { Argument: Ft } = De(), { Command: ft } = Ut(), { CommanderError: Jr, InvalidArgumentError: qt } = Te(), { Help: Yr } = nt(), { Option: Wt } = ct();
|
|
2312
|
+
R.program = new ft();
|
|
2313
|
+
R.createCommand = (s) => new ft(s);
|
|
2314
2314
|
R.createOption = (s, e) => new Wt(s, e);
|
|
2315
|
-
R.createArgument = (s, e) => new
|
|
2316
|
-
R.Command =
|
|
2315
|
+
R.createArgument = (s, e) => new Ft(s, e);
|
|
2316
|
+
R.Command = ft;
|
|
2317
2317
|
R.Option = Wt;
|
|
2318
|
-
R.Argument =
|
|
2318
|
+
R.Argument = Ft;
|
|
2319
2319
|
R.Help = Yr;
|
|
2320
2320
|
R.CommanderError = Jr;
|
|
2321
|
-
R.InvalidArgumentError =
|
|
2322
|
-
R.InvalidOptionArgumentError =
|
|
2321
|
+
R.InvalidArgumentError = qt;
|
|
2322
|
+
R.InvalidOptionArgumentError = qt;
|
|
2323
2323
|
});
|
|
2324
2324
|
|
|
2325
2325
|
// ../node_modules/walk-up-path/dist/cjs/index.js
|
|
@@ -2403,7 +2403,7 @@ var Xt = O((xn, yt) => {
|
|
|
2403
2403
|
});
|
|
2404
2404
|
|
|
2405
2405
|
// ../node_modules/ts-dedent/dist/index.js
|
|
2406
|
-
var
|
|
2406
|
+
var vt = O((Ee) => {
|
|
2407
2407
|
"use strict";
|
|
2408
2408
|
Object.defineProperty(Ee, "__esModule", { value: !0 });
|
|
2409
2409
|
Ee.dedent = void 0;
|
|
@@ -2413,10 +2413,10 @@ var bt = O((Ee) => {
|
|
|
2413
2413
|
var r = Array.from(typeof s == "string" ? [s] : s);
|
|
2414
2414
|
r[r.length - 1] = r[r.length - 1].replace(/\r?\n([\t ]*)$/, "");
|
|
2415
2415
|
var i = r.reduce(function(a, l) {
|
|
2416
|
-
var
|
|
2417
|
-
return
|
|
2416
|
+
var h = l.match(/\n([\t ]+|(?!\s).)/g);
|
|
2417
|
+
return h ? a.concat(h.map(function(p) {
|
|
2418
2418
|
var y, k;
|
|
2419
|
-
return (k = (y =
|
|
2419
|
+
return (k = (y = p.match(/[\t ]/g)) === null || y === void 0 ? void 0 : y.length) !== null && k !== void 0 ? k : 0;
|
|
2420
2420
|
})) : a;
|
|
2421
2421
|
}, []);
|
|
2422
2422
|
if (i.length) {
|
|
@@ -2430,11 +2430,11 @@ var bt = O((Ee) => {
|
|
|
2430
2430
|
r[0] = r[0].replace(/^\r?\n/, "");
|
|
2431
2431
|
var o = r[0];
|
|
2432
2432
|
return e.forEach(function(a, l) {
|
|
2433
|
-
var
|
|
2433
|
+
var h = o.match(/(?:^|\n)( *)$/), p = h ? h[1] : "", y = a;
|
|
2434
2434
|
typeof a == "string" && a.includes(`
|
|
2435
2435
|
`) && (y = String(a).split(`
|
|
2436
|
-
`).map(function(k,
|
|
2437
|
-
return
|
|
2436
|
+
`).map(function(k, S) {
|
|
2437
|
+
return S === 0 ? k : "" + p + k;
|
|
2438
2438
|
}).join(`
|
|
2439
2439
|
`)), o += y + r[l + 1];
|
|
2440
2440
|
}), o;
|
|
@@ -2516,7 +2516,7 @@ var Ae = O((w) => {
|
|
|
2516
2516
|
"map",
|
|
2517
2517
|
"set"
|
|
2518
2518
|
]);
|
|
2519
|
-
var
|
|
2519
|
+
var vs = /* @__PURE__ */ d((s) => {
|
|
2520
2520
|
switch (typeof s) {
|
|
2521
2521
|
case "undefined":
|
|
2522
2522
|
return w.ZodParsedType.undefined;
|
|
@@ -2540,7 +2540,7 @@ u" && s instanceof Set ? w.ZodParsedType.set : typeof Date < "u" && s instanceof
|
|
|
2540
2540
|
return w.ZodParsedType.unknown;
|
|
2541
2541
|
}
|
|
2542
2542
|
}, "getParsedType");
|
|
2543
|
-
w.getParsedType =
|
|
2543
|
+
w.getParsedType = vs;
|
|
2544
2544
|
});
|
|
2545
2545
|
|
|
2546
2546
|
// ../node_modules/zod/lib/ZodError.js
|
|
@@ -2569,7 +2569,7 @@ var Ue = O((K) => {
|
|
|
2569
2569
|
]);
|
|
2570
2570
|
var xs = /* @__PURE__ */ d((s) => JSON.stringify(s, null, 2).replace(/"([^"]+)":/g, "$1:"), "quotelessJson");
|
|
2571
2571
|
K.quotelessJson = xs;
|
|
2572
|
-
var
|
|
2572
|
+
var Se = class s extends Error {
|
|
2573
2573
|
static {
|
|
2574
2574
|
d(this, "ZodError");
|
|
2575
2575
|
}
|
|
@@ -2601,8 +2601,8 @@ var Ue = O((K) => {
|
|
|
2601
2601
|
else {
|
|
2602
2602
|
let a = r, l = 0;
|
|
2603
2603
|
for (; l < o.path.length; ) {
|
|
2604
|
-
let
|
|
2605
|
-
l === o.path.length - 1 ? (a[
|
|
2604
|
+
let h = o.path[l];
|
|
2605
|
+
l === o.path.length - 1 ? (a[h] = a[h] || { _errors: [] }, a[h]._errors.push(t(o))) : a[h] = a[h] || { _errors: [] }, a = a[h],
|
|
2606
2606
|
l++;
|
|
2607
2607
|
}
|
|
2608
2608
|
}
|
|
@@ -2632,8 +2632,8 @@ var Ue = O((K) => {
|
|
|
2632
2632
|
return this.flatten();
|
|
2633
2633
|
}
|
|
2634
2634
|
};
|
|
2635
|
-
K.ZodError =
|
|
2636
|
-
|
|
2635
|
+
K.ZodError = Se;
|
|
2636
|
+
Se.create = (s) => new Se(s);
|
|
2637
2637
|
});
|
|
2638
2638
|
|
|
2639
2639
|
// ../node_modules/zod/lib/locales/en.js
|
|
@@ -2713,7 +2713,7 @@ ater than "}${new Date(Number(s.minimum))}` : t = "Invalid input";
|
|
|
2713
2713
|
});
|
|
2714
2714
|
|
|
2715
2715
|
// ../node_modules/zod/lib/errors.js
|
|
2716
|
-
var
|
|
2716
|
+
var Fe = O((D) => {
|
|
2717
2717
|
"use strict";
|
|
2718
2718
|
var ks = D && D.__importDefault || function(s) {
|
|
2719
2719
|
return s && s.__esModule ? s : { default: s };
|
|
@@ -2744,7 +2744,7 @@ var Ot = O((x) => {
|
|
|
2744
2744
|
Object.defineProperty(x, "__esModule", { value: !0 });
|
|
2745
2745
|
x.isAsync = x.isValid = x.isDirty = x.isAborted = x.OK = x.DIRTY = x.INVALID = x.ParseStatus = x.addIssueToContext = x.EMPTY_PATH = x.makeIssue =
|
|
2746
2746
|
void 0;
|
|
2747
|
-
var Ts =
|
|
2747
|
+
var Ts = Fe(), ar = Os(Ct()), Es = /* @__PURE__ */ d((s) => {
|
|
2748
2748
|
let { data: e, path: t, errorMaps: r, issueData: i } = s, n = [...t, ...i.path || []], o = {
|
|
2749
2749
|
...i,
|
|
2750
2750
|
path: n
|
|
@@ -2755,9 +2755,9 @@ var Ot = O((x) => {
|
|
|
2755
2755
|
path: n,
|
|
2756
2756
|
message: i.message
|
|
2757
2757
|
};
|
|
2758
|
-
let a = "", l = r.filter((
|
|
2759
|
-
for (let
|
|
2760
|
-
a =
|
|
2758
|
+
let a = "", l = r.filter((h) => !!h).slice().reverse();
|
|
2759
|
+
for (let h of l)
|
|
2760
|
+
a = h(o, { data: e, defaultError: a }).message;
|
|
2761
2761
|
return {
|
|
2762
2762
|
...i,
|
|
2763
2763
|
path: n,
|
|
@@ -2835,10 +2835,10 @@ var Ot = O((x) => {
|
|
|
2835
2835
|
x.INVALID = Object.freeze({
|
|
2836
2836
|
status: "aborted"
|
|
2837
2837
|
});
|
|
2838
|
-
var
|
|
2839
|
-
x.DIRTY =
|
|
2840
|
-
var
|
|
2841
|
-
x.OK =
|
|
2838
|
+
var Ss = /* @__PURE__ */ d((s) => ({ status: "dirty", value: s }), "DIRTY");
|
|
2839
|
+
x.DIRTY = Ss;
|
|
2840
|
+
var js = /* @__PURE__ */ d((s) => ({ status: "valid", value: s }), "OK");
|
|
2841
|
+
x.OK = js;
|
|
2842
2842
|
var Rs = /* @__PURE__ */ d((s) => s.status === "aborted", "isAborted");
|
|
2843
2843
|
x.isAborted = Rs;
|
|
2844
2844
|
var Zs = /* @__PURE__ */ d((s) => s.status === "dirty", "isDirty");
|
|
@@ -2856,14 +2856,14 @@ var cr = O((dr) => {
|
|
|
2856
2856
|
});
|
|
2857
2857
|
|
|
2858
2858
|
// ../node_modules/zod/lib/helpers/errorUtil.js
|
|
2859
|
-
var lr = O((
|
|
2859
|
+
var lr = O((qe) => {
|
|
2860
2860
|
"use strict";
|
|
2861
|
-
Object.defineProperty(
|
|
2862
|
-
|
|
2861
|
+
Object.defineProperty(qe, "__esModule", { value: !0 });
|
|
2862
|
+
qe.errorUtil = void 0;
|
|
2863
2863
|
var ur;
|
|
2864
2864
|
(function(s) {
|
|
2865
2865
|
s.errToObj = (e) => typeof e == "string" ? { message: e } : e || {}, s.toString = (e) => typeof e == "string" ? e : e?.message;
|
|
2866
|
-
})(ur || (
|
|
2866
|
+
})(ur || (qe.errorUtil = ur = {}));
|
|
2867
2867
|
});
|
|
2868
2868
|
|
|
2869
2869
|
// ../node_modules/zod/lib/types.js
|
|
@@ -2874,13 +2874,13 @@ var Cr = O((c) => {
|
|
|
2874
2874
|
if (typeof e == "function" ? s !== e || !r : !e.has(s)) throw new TypeError("Cannot read private member from an object whose class did n\
|
|
2875
2875
|
ot declare it");
|
|
2876
2876
|
return t === "m" ? r : t === "a" ? r.call(s) : r ? r.value : e.get(s);
|
|
2877
|
-
},
|
|
2877
|
+
}, fr = c && c.__classPrivateFieldSet || function(s, e, t, r, i) {
|
|
2878
2878
|
if (r === "m") throw new TypeError("Private method is not writable");
|
|
2879
2879
|
if (r === "a" && !i) throw new TypeError("Private accessor was defined without a setter");
|
|
2880
2880
|
if (typeof e == "function" ? s !== e || !i : !e.has(s)) throw new TypeError("Cannot write private member to an object whose class did no\
|
|
2881
2881
|
t declare it");
|
|
2882
2882
|
return r === "a" ? i.call(s, t) : i ? i.value = t : e.set(s, t), t;
|
|
2883
|
-
},
|
|
2883
|
+
}, je, Re;
|
|
2884
2884
|
Object.defineProperty(c, "__esModule", { value: !0 });
|
|
2885
2885
|
c.boolean = c.bigint = c.array = c.any = c.coerce = c.ZodFirstPartyTypeKind = c.late = c.ZodSchema = c.Schema = c.custom = c.ZodReadonly =
|
|
2886
2886
|
c.ZodPipeline = c.ZodBranded = c.BRAND = c.ZodNaN = c.ZodCatch = c.ZodDefault = c.ZodNullable = c.ZodOptional = c.ZodTransformer = c.ZodEffects =
|
|
@@ -2891,7 +2891,7 @@ t declare it");
|
|
|
2891
2891
|
c.promise = c.preprocess = c.pipeline = c.ostring = c.optional = c.onumber = c.oboolean = c.object = c.number = c.nullable = c.null = c.never =
|
|
2892
2892
|
c.nativeEnum = c.nan = c.map = c.literal = c.lazy = c.intersection = c.instanceof = c.function = c.enum = c.effect = c.discriminatedUnion =
|
|
2893
2893
|
c.date = void 0;
|
|
2894
|
-
var We =
|
|
2894
|
+
var We = Fe(), g = lr(), u = Ot(), m = Ae(), f = Ue(), P = class {
|
|
2895
2895
|
static {
|
|
2896
2896
|
d(this, "ParseInputLazyPath");
|
|
2897
2897
|
}
|
|
@@ -2902,7 +2902,7 @@ t declare it");
|
|
|
2902
2902
|
return this._cachedPath.length || (this._key instanceof Array ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.
|
|
2903
2903
|
push(...this._path, this._key)), this._cachedPath;
|
|
2904
2904
|
}
|
|
2905
|
-
},
|
|
2905
|
+
}, hr = /* @__PURE__ */ d((s, e) => {
|
|
2906
2906
|
if ((0, u.isValid)(e))
|
|
2907
2907
|
return { success: !0, data: e.value };
|
|
2908
2908
|
if (!s.common.issues.length)
|
|
@@ -2912,27 +2912,27 @@ t declare it");
|
|
|
2912
2912
|
get error() {
|
|
2913
2913
|
if (this._error)
|
|
2914
2914
|
return this._error;
|
|
2915
|
-
let t = new
|
|
2915
|
+
let t = new f.ZodError(s.common.issues);
|
|
2916
2916
|
return this._error = t, this._error;
|
|
2917
2917
|
}
|
|
2918
2918
|
};
|
|
2919
2919
|
}, "handleResult");
|
|
2920
|
-
function
|
|
2920
|
+
function b(s) {
|
|
2921
2921
|
if (!s)
|
|
2922
2922
|
return {};
|
|
2923
2923
|
let { errorMap: e, invalid_type_error: t, required_error: r, description: i } = s;
|
|
2924
2924
|
if (e && (t || r))
|
|
2925
2925
|
throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);
|
|
2926
2926
|
return e ? { errorMap: e, description: i } : { errorMap: /* @__PURE__ */ d((o, a) => {
|
|
2927
|
-
var l,
|
|
2928
|
-
let { message:
|
|
2929
|
-
return o.code === "invalid_enum_value" ? { message:
|
|
2930
|
-
void 0 ? l : a.defaultError } : o.code !== "invalid_type" ? { message: a.defaultError } : { message: (
|
|
2931
|
-
|
|
2927
|
+
var l, h;
|
|
2928
|
+
let { message: p } = s;
|
|
2929
|
+
return o.code === "invalid_enum_value" ? { message: p ?? a.defaultError } : typeof a.data > "u" ? { message: (l = p ?? r) !== null && l !==
|
|
2930
|
+
void 0 ? l : a.defaultError } : o.code !== "invalid_type" ? { message: a.defaultError } : { message: (h = p ?? t) !== null && h !== void 0 ?
|
|
2931
|
+
h : a.defaultError };
|
|
2932
2932
|
}, "customMap"), description: i };
|
|
2933
2933
|
}
|
|
2934
|
-
d(
|
|
2935
|
-
var
|
|
2934
|
+
d(b, "processCreateParams");
|
|
2935
|
+
var v = class {
|
|
2936
2936
|
static {
|
|
2937
2937
|
d(this, "ZodType");
|
|
2938
2938
|
}
|
|
@@ -2940,13 +2940,13 @@ t declare it");
|
|
|
2940
2940
|
return this._def.description;
|
|
2941
2941
|
}
|
|
2942
2942
|
_getType(e) {
|
|
2943
|
-
return (0,
|
|
2943
|
+
return (0, m.getParsedType)(e.data);
|
|
2944
2944
|
}
|
|
2945
2945
|
_getOrReturnCtx(e, t) {
|
|
2946
2946
|
return t || {
|
|
2947
2947
|
common: e.parent.common,
|
|
2948
2948
|
data: e.data,
|
|
2949
|
-
parsedType: (0,
|
|
2949
|
+
parsedType: (0, m.getParsedType)(e.data),
|
|
2950
2950
|
schemaErrorMap: this._def.errorMap,
|
|
2951
2951
|
path: e.path,
|
|
2952
2952
|
parent: e.parent
|
|
@@ -2958,7 +2958,7 @@ t declare it");
|
|
|
2958
2958
|
ctx: {
|
|
2959
2959
|
common: e.parent.common,
|
|
2960
2960
|
data: e.data,
|
|
2961
|
-
parsedType: (0,
|
|
2961
|
+
parsedType: (0, m.getParsedType)(e.data),
|
|
2962
2962
|
schemaErrorMap: this._def.errorMap,
|
|
2963
2963
|
path: e.path,
|
|
2964
2964
|
parent: e.parent
|
|
@@ -2993,9 +2993,9 @@ t declare it");
|
|
|
2993
2993
|
schemaErrorMap: this._def.errorMap,
|
|
2994
2994
|
parent: null,
|
|
2995
2995
|
data: e,
|
|
2996
|
-
parsedType: (0,
|
|
2996
|
+
parsedType: (0, m.getParsedType)(e)
|
|
2997
2997
|
}, n = this._parseSync({ data: e, path: i.path, parent: i });
|
|
2998
|
-
return
|
|
2998
|
+
return hr(i, n);
|
|
2999
2999
|
}
|
|
3000
3000
|
"~validate"(e) {
|
|
3001
3001
|
var t, r;
|
|
@@ -3008,7 +3008,7 @@ t declare it");
|
|
|
3008
3008
|
schemaErrorMap: this._def.errorMap,
|
|
3009
3009
|
parent: null,
|
|
3010
3010
|
data: e,
|
|
3011
|
-
parsedType: (0,
|
|
3011
|
+
parsedType: (0, m.getParsedType)(e)
|
|
3012
3012
|
};
|
|
3013
3013
|
if (!this["~standard"].async)
|
|
3014
3014
|
try {
|
|
@@ -3048,16 +3048,16 @@ t declare it");
|
|
|
3048
3048
|
schemaErrorMap: this._def.errorMap,
|
|
3049
3049
|
parent: null,
|
|
3050
3050
|
data: e,
|
|
3051
|
-
parsedType: (0,
|
|
3051
|
+
parsedType: (0, m.getParsedType)(e)
|
|
3052
3052
|
}, i = this._parse({ data: e, path: r.path, parent: r }), n = await ((0, u.isAsync)(i) ? i : Promise.resolve(i));
|
|
3053
|
-
return
|
|
3053
|
+
return hr(r, n);
|
|
3054
3054
|
}
|
|
3055
3055
|
refine(e, t) {
|
|
3056
3056
|
let r = /* @__PURE__ */ d((i) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(i) : t, "getIssu\
|
|
3057
3057
|
eProperties");
|
|
3058
3058
|
return this._refinement((i, n) => {
|
|
3059
3059
|
let o = e(i), a = /* @__PURE__ */ d(() => n.addIssue({
|
|
3060
|
-
code:
|
|
3060
|
+
code: f.ZodIssueCode.custom,
|
|
3061
3061
|
...r(i)
|
|
3062
3062
|
}), "setError");
|
|
3063
3063
|
return typeof Promise < "u" && o instanceof Promise ? o.then((l) => l ? !0 : (a(), !1)) : o ? !0 : (a(), !1);
|
|
@@ -3067,7 +3067,7 @@ eProperties");
|
|
|
3067
3067
|
return this._refinement((r, i) => e(r) ? !0 : (i.addIssue(typeof t == "function" ? t(r, i) : t), !1));
|
|
3068
3068
|
}
|
|
3069
3069
|
_refinement(e) {
|
|
3070
|
-
return new
|
|
3070
|
+
return new j({
|
|
3071
3071
|
schema: this,
|
|
3072
3072
|
typeName: _.ZodEffects,
|
|
3073
3073
|
effect: { type: "refinement", refinement: e }
|
|
@@ -3100,7 +3100,7 @@ eProperties");
|
|
|
3100
3100
|
return this.nullable().optional();
|
|
3101
3101
|
}
|
|
3102
3102
|
array() {
|
|
3103
|
-
return
|
|
3103
|
+
return q.create(this);
|
|
3104
3104
|
}
|
|
3105
3105
|
promise() {
|
|
3106
3106
|
return J.create(this, this._def);
|
|
@@ -3112,8 +3112,8 @@ eProperties");
|
|
|
3112
3112
|
return oe.create(this, e, this._def);
|
|
3113
3113
|
}
|
|
3114
3114
|
transform(e) {
|
|
3115
|
-
return new
|
|
3116
|
-
...
|
|
3115
|
+
return new j({
|
|
3116
|
+
...b(this._def),
|
|
3117
3117
|
schema: this,
|
|
3118
3118
|
typeName: _.ZodEffects,
|
|
3119
3119
|
effect: { type: "transform", transform: e }
|
|
@@ -3122,7 +3122,7 @@ eProperties");
|
|
|
3122
3122
|
default(e) {
|
|
3123
3123
|
let t = typeof e == "function" ? e : () => e;
|
|
3124
3124
|
return new le({
|
|
3125
|
-
...
|
|
3125
|
+
...b(this._def),
|
|
3126
3126
|
innerType: this,
|
|
3127
3127
|
defaultValue: t,
|
|
3128
3128
|
typeName: _.ZodDefault
|
|
@@ -3132,13 +3132,13 @@ eProperties");
|
|
|
3132
3132
|
return new Ze({
|
|
3133
3133
|
typeName: _.ZodBranded,
|
|
3134
3134
|
type: this,
|
|
3135
|
-
...
|
|
3135
|
+
...b(this._def)
|
|
3136
3136
|
});
|
|
3137
3137
|
}
|
|
3138
3138
|
catch(e) {
|
|
3139
3139
|
let t = typeof e == "function" ? e : () => e;
|
|
3140
|
-
return new
|
|
3141
|
-
...
|
|
3140
|
+
return new he({
|
|
3141
|
+
...b(this._def),
|
|
3142
3142
|
innerType: this,
|
|
3143
3143
|
catchValue: t,
|
|
3144
3144
|
typeName: _.ZodCatch
|
|
@@ -3155,7 +3155,7 @@ eProperties");
|
|
|
3155
3155
|
return Pe.create(this, e);
|
|
3156
3156
|
}
|
|
3157
3157
|
readonly() {
|
|
3158
|
-
return
|
|
3158
|
+
return pe.create(this);
|
|
3159
3159
|
}
|
|
3160
3160
|
isOptional() {
|
|
3161
3161
|
return this.safeParse(void 0).success;
|
|
@@ -3164,18 +3164,18 @@ eProperties");
|
|
|
3164
3164
|
return this.safeParse(null).success;
|
|
3165
3165
|
}
|
|
3166
3166
|
};
|
|
3167
|
-
c.ZodType =
|
|
3168
|
-
c.Schema =
|
|
3169
|
-
c.ZodSchema =
|
|
3167
|
+
c.ZodType = v;
|
|
3168
|
+
c.Schema = v;
|
|
3169
|
+
c.ZodSchema = v;
|
|
3170
3170
|
var Vs = /^c[^\s-]{8,}$/i, Ds = /^[0-9a-z]+$/, $s = /^[0-9A-HJKMNP-TV-Z]{26}$/i, Ms = /^[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,
|
|
3171
|
-
Ls = /^[a-z0-9_-]{21}$/i, Us = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,
|
|
3172
|
-
|
|
3171
|
+
Ls = /^[a-z0-9_-]{21}$/i, Us = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, Fs = /^[-+]?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)?)??$/,
|
|
3172
|
+
qs = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Ws = "^(\\p{Extended_Pictographic}|\\p{Emoji_Comp\
|
|
3173
3173
|
onent})+$", Tt, Bs = /^(?:(?: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])$/, Hs = /^(?:(?: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])$/,
|
|
3174
3174
|
Ks = /^(([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]))$/,
|
|
3175
3175
|
zs = /^(([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])$/,
|
|
3176
3176
|
Gs = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, Js = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,
|
|
3177
|
-
|
|
3178
|
-
]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", Ys = new RegExp(`^${
|
|
3177
|
+
mr = "((\\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\
|
|
3178
|
+
]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", Ys = new RegExp(`^${mr}$`);
|
|
3179
3179
|
function gr(s) {
|
|
3180
3180
|
let e = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
3181
3181
|
return s.precision ? e = `${e}\\.\\d{${s.precision}}` : s.precision == null && (e = `${e}(\\.\\d+)?`), e;
|
|
@@ -3186,7 +3186,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3186
3186
|
}
|
|
3187
3187
|
d(Xs, "timeRegex");
|
|
3188
3188
|
function yr(s) {
|
|
3189
|
-
let e = `${
|
|
3189
|
+
let e = `${mr}T${gr(s)}`, t = [];
|
|
3190
3190
|
return t.push(s.local ? "Z?" : "Z"), s.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
|
|
3191
3191
|
}
|
|
3192
3192
|
d(yr, "datetimeRegex");
|
|
@@ -3211,16 +3211,16 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3211
3211
|
return !!((e === "v4" || !e) && Hs.test(s) || (e === "v6" || !e) && zs.test(s));
|
|
3212
3212
|
}
|
|
3213
3213
|
d(ti, "isValidCidr");
|
|
3214
|
-
var z = class s extends
|
|
3214
|
+
var z = class s extends v {
|
|
3215
3215
|
static {
|
|
3216
3216
|
d(this, "ZodString");
|
|
3217
3217
|
}
|
|
3218
3218
|
_parse(e) {
|
|
3219
|
-
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !==
|
|
3219
|
+
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== m.ZodParsedType.string) {
|
|
3220
3220
|
let n = this._getOrReturnCtx(e);
|
|
3221
3221
|
return (0, u.addIssueToContext)(n, {
|
|
3222
|
-
code:
|
|
3223
|
-
expected:
|
|
3222
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3223
|
+
expected: m.ZodParsedType.string,
|
|
3224
3224
|
received: n.parsedType
|
|
3225
3225
|
}), u.INVALID;
|
|
3226
3226
|
}
|
|
@@ -3228,7 +3228,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3228
3228
|
for (let n of this._def.checks)
|
|
3229
3229
|
if (n.kind === "min")
|
|
3230
3230
|
e.data.length < n.value && (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3231
|
-
code:
|
|
3231
|
+
code: f.ZodIssueCode.too_small,
|
|
3232
3232
|
minimum: n.value,
|
|
3233
3233
|
type: "string",
|
|
3234
3234
|
inclusive: !0,
|
|
@@ -3237,7 +3237,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3237
3237
|
}), r.dirty());
|
|
3238
3238
|
else if (n.kind === "max")
|
|
3239
3239
|
e.data.length > n.value && (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3240
|
-
code:
|
|
3240
|
+
code: f.ZodIssueCode.too_big,
|
|
3241
3241
|
maximum: n.value,
|
|
3242
3242
|
type: "string",
|
|
3243
3243
|
inclusive: !0,
|
|
@@ -3247,14 +3247,14 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3247
3247
|
else if (n.kind === "length") {
|
|
3248
3248
|
let o = e.data.length > n.value, a = e.data.length < n.value;
|
|
3249
3249
|
(o || a) && (i = this._getOrReturnCtx(e, i), o ? (0, u.addIssueToContext)(i, {
|
|
3250
|
-
code:
|
|
3250
|
+
code: f.ZodIssueCode.too_big,
|
|
3251
3251
|
maximum: n.value,
|
|
3252
3252
|
type: "string",
|
|
3253
3253
|
inclusive: !0,
|
|
3254
3254
|
exact: !0,
|
|
3255
3255
|
message: n.message
|
|
3256
3256
|
}) : a && (0, u.addIssueToContext)(i, {
|
|
3257
|
-
code:
|
|
3257
|
+
code: f.ZodIssueCode.too_small,
|
|
3258
3258
|
minimum: n.value,
|
|
3259
3259
|
type: "string",
|
|
3260
3260
|
inclusive: !0,
|
|
@@ -3262,45 +3262,45 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3262
3262
|
message: n.message
|
|
3263
3263
|
}), r.dirty());
|
|
3264
3264
|
} else if (n.kind === "email")
|
|
3265
|
-
|
|
3265
|
+
qs.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3266
3266
|
validation: "email",
|
|
3267
|
-
code:
|
|
3267
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3268
3268
|
message: n.message
|
|
3269
3269
|
}), r.dirty());
|
|
3270
3270
|
else if (n.kind === "emoji")
|
|
3271
3271
|
Tt || (Tt = new RegExp(Ws, "u")), Tt.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3272
3272
|
validation: "emoji",
|
|
3273
|
-
code:
|
|
3273
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3274
3274
|
message: n.message
|
|
3275
3275
|
}), r.dirty());
|
|
3276
3276
|
else if (n.kind === "uuid")
|
|
3277
3277
|
Ms.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3278
3278
|
validation: "uuid",
|
|
3279
|
-
code:
|
|
3279
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3280
3280
|
message: n.message
|
|
3281
3281
|
}), r.dirty());
|
|
3282
3282
|
else if (n.kind === "nanoid")
|
|
3283
3283
|
Ls.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3284
3284
|
validation: "nanoid",
|
|
3285
|
-
code:
|
|
3285
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3286
3286
|
message: n.message
|
|
3287
3287
|
}), r.dirty());
|
|
3288
3288
|
else if (n.kind === "cuid")
|
|
3289
3289
|
Vs.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3290
3290
|
validation: "cuid",
|
|
3291
|
-
code:
|
|
3291
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3292
3292
|
message: n.message
|
|
3293
3293
|
}), r.dirty());
|
|
3294
3294
|
else if (n.kind === "cuid2")
|
|
3295
3295
|
Ds.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3296
3296
|
validation: "cuid2",
|
|
3297
|
-
code:
|
|
3297
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3298
3298
|
message: n.message
|
|
3299
3299
|
}), r.dirty());
|
|
3300
3300
|
else if (n.kind === "ulid")
|
|
3301
3301
|
$s.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3302
3302
|
validation: "ulid",
|
|
3303
|
-
code:
|
|
3303
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3304
3304
|
message: n.message
|
|
3305
3305
|
}), r.dirty());
|
|
3306
3306
|
else if (n.kind === "url")
|
|
@@ -3309,72 +3309,72 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3309
3309
|
} catch {
|
|
3310
3310
|
i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3311
3311
|
validation: "url",
|
|
3312
|
-
code:
|
|
3312
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3313
3313
|
message: n.message
|
|
3314
3314
|
}), r.dirty();
|
|
3315
3315
|
}
|
|
3316
3316
|
else n.kind === "regex" ? (n.regex.lastIndex = 0, n.regex.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(
|
|
3317
3317
|
i, {
|
|
3318
3318
|
validation: "regex",
|
|
3319
|
-
code:
|
|
3319
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3320
3320
|
message: n.message
|
|
3321
3321
|
}), r.dirty())) : n.kind === "trim" ? e.data = e.data.trim() : n.kind === "includes" ? e.data.includes(n.value, n.position) || (i = this.
|
|
3322
3322
|
_getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3323
|
-
code:
|
|
3323
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3324
3324
|
validation: { includes: n.value, position: n.position },
|
|
3325
3325
|
message: n.message
|
|
3326
3326
|
}), r.dirty()) : n.kind === "toLowerCase" ? e.data = e.data.toLowerCase() : n.kind === "toUpperCase" ? e.data = e.data.toUpperCase() :
|
|
3327
3327
|
n.kind === "startsWith" ? e.data.startsWith(n.value) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3328
|
-
code:
|
|
3328
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3329
3329
|
validation: { startsWith: n.value },
|
|
3330
3330
|
message: n.message
|
|
3331
3331
|
}), r.dirty()) : n.kind === "endsWith" ? e.data.endsWith(n.value) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3332
|
-
code:
|
|
3332
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3333
3333
|
validation: { endsWith: n.value },
|
|
3334
3334
|
message: n.message
|
|
3335
3335
|
}), r.dirty()) : n.kind === "datetime" ? yr(n).test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3336
|
-
code:
|
|
3336
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3337
3337
|
validation: "datetime",
|
|
3338
3338
|
message: n.message
|
|
3339
3339
|
}), r.dirty()) : n.kind === "date" ? Ys.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3340
|
-
code:
|
|
3340
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3341
3341
|
validation: "date",
|
|
3342
3342
|
message: n.message
|
|
3343
3343
|
}), r.dirty()) : n.kind === "time" ? Xs(n).test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3344
|
-
code:
|
|
3344
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3345
3345
|
validation: "time",
|
|
3346
3346
|
message: n.message
|
|
3347
|
-
}), r.dirty()) : n.kind === "duration" ?
|
|
3347
|
+
}), r.dirty()) : n.kind === "duration" ? Fs.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3348
3348
|
validation: "duration",
|
|
3349
|
-
code:
|
|
3349
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3350
3350
|
message: n.message
|
|
3351
3351
|
}), r.dirty()) : n.kind === "ip" ? Qs(e.data, n.version) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3352
3352
|
validation: "ip",
|
|
3353
|
-
code:
|
|
3353
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3354
3354
|
message: n.message
|
|
3355
3355
|
}), r.dirty()) : n.kind === "jwt" ? ei(e.data, n.alg) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3356
3356
|
validation: "jwt",
|
|
3357
|
-
code:
|
|
3357
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3358
3358
|
message: n.message
|
|
3359
3359
|
}), r.dirty()) : n.kind === "cidr" ? ti(e.data, n.version) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3360
3360
|
validation: "cidr",
|
|
3361
|
-
code:
|
|
3361
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3362
3362
|
message: n.message
|
|
3363
3363
|
}), r.dirty()) : n.kind === "base64" ? Gs.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3364
3364
|
validation: "base64",
|
|
3365
|
-
code:
|
|
3365
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3366
3366
|
message: n.message
|
|
3367
3367
|
}), r.dirty()) : n.kind === "base64url" ? Js.test(e.data) || (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3368
3368
|
validation: "base64url",
|
|
3369
|
-
code:
|
|
3369
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3370
3370
|
message: n.message
|
|
3371
|
-
}), r.dirty()) :
|
|
3371
|
+
}), r.dirty()) : m.util.assertNever(n);
|
|
3372
3372
|
return { status: r.value, value: e.data };
|
|
3373
3373
|
}
|
|
3374
3374
|
_regex(e, t, r) {
|
|
3375
3375
|
return this.refinement((i) => e.test(i), {
|
|
3376
3376
|
validation: t,
|
|
3377
|
-
code:
|
|
3377
|
+
code: f.ZodIssueCode.invalid_string,
|
|
3378
3378
|
...g.errorUtil.errToObj(r)
|
|
3379
3379
|
});
|
|
3380
3380
|
}
|
|
@@ -3601,7 +3601,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3601
3601
|
checks: [],
|
|
3602
3602
|
typeName: _.ZodString,
|
|
3603
3603
|
coerce: (e = s?.coerce) !== null && e !== void 0 ? e : !1,
|
|
3604
|
-
...
|
|
3604
|
+
...b(s)
|
|
3605
3605
|
});
|
|
3606
3606
|
};
|
|
3607
3607
|
function ri(s, e) {
|
|
@@ -3610,7 +3610,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3610
3610
|
return n % o / Math.pow(10, i);
|
|
3611
3611
|
}
|
|
3612
3612
|
d(ri, "floatSafeRemainder");
|
|
3613
|
-
var Q = class s extends
|
|
3613
|
+
var Q = class s extends v {
|
|
3614
3614
|
static {
|
|
3615
3615
|
d(this, "ZodNumber");
|
|
3616
3616
|
}
|
|
@@ -3618,24 +3618,24 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3618
3618
|
super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
|
|
3619
3619
|
}
|
|
3620
3620
|
_parse(e) {
|
|
3621
|
-
if (this._def.coerce && (e.data = Number(e.data)), this._getType(e) !==
|
|
3621
|
+
if (this._def.coerce && (e.data = Number(e.data)), this._getType(e) !== m.ZodParsedType.number) {
|
|
3622
3622
|
let n = this._getOrReturnCtx(e);
|
|
3623
3623
|
return (0, u.addIssueToContext)(n, {
|
|
3624
|
-
code:
|
|
3625
|
-
expected:
|
|
3624
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3625
|
+
expected: m.ZodParsedType.number,
|
|
3626
3626
|
received: n.parsedType
|
|
3627
3627
|
}), u.INVALID;
|
|
3628
3628
|
}
|
|
3629
3629
|
let r, i = new u.ParseStatus();
|
|
3630
3630
|
for (let n of this._def.checks)
|
|
3631
|
-
n.kind === "int" ?
|
|
3632
|
-
code:
|
|
3631
|
+
n.kind === "int" ? m.util.isInteger(e.data) || (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(r, {
|
|
3632
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3633
3633
|
expected: "integer",
|
|
3634
3634
|
received: "float",
|
|
3635
3635
|
message: n.message
|
|
3636
3636
|
}), i.dirty()) : n.kind === "min" ? (n.inclusive ? e.data < n.value : e.data <= n.value) && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(
|
|
3637
3637
|
r, {
|
|
3638
|
-
code:
|
|
3638
|
+
code: f.ZodIssueCode.too_small,
|
|
3639
3639
|
minimum: n.value,
|
|
3640
3640
|
type: "number",
|
|
3641
3641
|
inclusive: n.inclusive,
|
|
@@ -3643,7 +3643,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3643
3643
|
message: n.message
|
|
3644
3644
|
}), i.dirty()) : n.kind === "max" ? (n.inclusive ? e.data > n.value : e.data >= n.value) && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(
|
|
3645
3645
|
r, {
|
|
3646
|
-
code:
|
|
3646
|
+
code: f.ZodIssueCode.too_big,
|
|
3647
3647
|
maximum: n.value,
|
|
3648
3648
|
type: "number",
|
|
3649
3649
|
inclusive: n.inclusive,
|
|
@@ -3651,13 +3651,13 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3651
3651
|
message: n.message
|
|
3652
3652
|
}), i.dirty()) : n.kind === "multipleOf" ? ri(e.data, n.value) !== 0 && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(r,
|
|
3653
3653
|
{
|
|
3654
|
-
code:
|
|
3654
|
+
code: f.ZodIssueCode.not_multiple_of,
|
|
3655
3655
|
multipleOf: n.value,
|
|
3656
3656
|
message: n.message
|
|
3657
3657
|
}), i.dirty()) : n.kind === "finite" ? Number.isFinite(e.data) || (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(r, {
|
|
3658
|
-
code:
|
|
3658
|
+
code: f.ZodIssueCode.not_finite,
|
|
3659
3659
|
message: n.message
|
|
3660
|
-
}), i.dirty()) :
|
|
3660
|
+
}), i.dirty()) : m.util.assertNever(n);
|
|
3661
3661
|
return { status: i.value, value: e.data };
|
|
3662
3662
|
}
|
|
3663
3663
|
gte(e, t) {
|
|
@@ -3769,7 +3769,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3769
3769
|
return e;
|
|
3770
3770
|
}
|
|
3771
3771
|
get isInt() {
|
|
3772
|
-
return !!this._def.checks.find((e) => e.kind === "int" || e.kind === "multipleOf" &&
|
|
3772
|
+
return !!this._def.checks.find((e) => e.kind === "int" || e.kind === "multipleOf" && m.util.isInteger(e.value));
|
|
3773
3773
|
}
|
|
3774
3774
|
get isFinite() {
|
|
3775
3775
|
let e = null, t = null;
|
|
@@ -3786,9 +3786,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3786
3786
|
checks: [],
|
|
3787
3787
|
typeName: _.ZodNumber,
|
|
3788
3788
|
coerce: s?.coerce || !1,
|
|
3789
|
-
...
|
|
3789
|
+
...b(s)
|
|
3790
3790
|
});
|
|
3791
|
-
var ee = class s extends
|
|
3791
|
+
var ee = class s extends v {
|
|
3792
3792
|
static {
|
|
3793
3793
|
d(this, "ZodBigInt");
|
|
3794
3794
|
}
|
|
@@ -3802,37 +3802,37 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3802
3802
|
} catch {
|
|
3803
3803
|
return this._getInvalidInput(e);
|
|
3804
3804
|
}
|
|
3805
|
-
if (this._getType(e) !==
|
|
3805
|
+
if (this._getType(e) !== m.ZodParsedType.bigint)
|
|
3806
3806
|
return this._getInvalidInput(e);
|
|
3807
3807
|
let r, i = new u.ParseStatus();
|
|
3808
3808
|
for (let n of this._def.checks)
|
|
3809
3809
|
n.kind === "min" ? (n.inclusive ? e.data < n.value : e.data <= n.value) && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(
|
|
3810
3810
|
r, {
|
|
3811
|
-
code:
|
|
3811
|
+
code: f.ZodIssueCode.too_small,
|
|
3812
3812
|
type: "bigint",
|
|
3813
3813
|
minimum: n.value,
|
|
3814
3814
|
inclusive: n.inclusive,
|
|
3815
3815
|
message: n.message
|
|
3816
3816
|
}), i.dirty()) : n.kind === "max" ? (n.inclusive ? e.data > n.value : e.data >= n.value) && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(
|
|
3817
3817
|
r, {
|
|
3818
|
-
code:
|
|
3818
|
+
code: f.ZodIssueCode.too_big,
|
|
3819
3819
|
type: "bigint",
|
|
3820
3820
|
maximum: n.value,
|
|
3821
3821
|
inclusive: n.inclusive,
|
|
3822
3822
|
message: n.message
|
|
3823
3823
|
}), i.dirty()) : n.kind === "multipleOf" ? e.data % n.value !== BigInt(0) && (r = this._getOrReturnCtx(e, r), (0, u.addIssueToContext)(
|
|
3824
3824
|
r, {
|
|
3825
|
-
code:
|
|
3825
|
+
code: f.ZodIssueCode.not_multiple_of,
|
|
3826
3826
|
multipleOf: n.value,
|
|
3827
3827
|
message: n.message
|
|
3828
|
-
}), i.dirty()) :
|
|
3828
|
+
}), i.dirty()) : m.util.assertNever(n);
|
|
3829
3829
|
return { status: i.value, value: e.data };
|
|
3830
3830
|
}
|
|
3831
3831
|
_getInvalidInput(e) {
|
|
3832
3832
|
let t = this._getOrReturnCtx(e);
|
|
3833
3833
|
return (0, u.addIssueToContext)(t, {
|
|
3834
|
-
code:
|
|
3835
|
-
expected:
|
|
3834
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3835
|
+
expected: m.ZodParsedType.bigint,
|
|
3836
3836
|
received: t.parsedType
|
|
3837
3837
|
}), u.INVALID;
|
|
3838
3838
|
}
|
|
@@ -3927,19 +3927,19 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3927
3927
|
checks: [],
|
|
3928
3928
|
typeName: _.ZodBigInt,
|
|
3929
3929
|
coerce: (e = s?.coerce) !== null && e !== void 0 ? e : !1,
|
|
3930
|
-
...
|
|
3930
|
+
...b(s)
|
|
3931
3931
|
});
|
|
3932
3932
|
};
|
|
3933
|
-
var te = class extends
|
|
3933
|
+
var te = class extends v {
|
|
3934
3934
|
static {
|
|
3935
3935
|
d(this, "ZodBoolean");
|
|
3936
3936
|
}
|
|
3937
3937
|
_parse(e) {
|
|
3938
|
-
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !==
|
|
3938
|
+
if (this._def.coerce && (e.data = !!e.data), this._getType(e) !== m.ZodParsedType.boolean) {
|
|
3939
3939
|
let r = this._getOrReturnCtx(e);
|
|
3940
3940
|
return (0, u.addIssueToContext)(r, {
|
|
3941
|
-
code:
|
|
3942
|
-
expected:
|
|
3941
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3942
|
+
expected: m.ZodParsedType.boolean,
|
|
3943
3943
|
received: r.parsedType
|
|
3944
3944
|
}), u.INVALID;
|
|
3945
3945
|
}
|
|
@@ -3950,44 +3950,44 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
3950
3950
|
te.create = (s) => new te({
|
|
3951
3951
|
typeName: _.ZodBoolean,
|
|
3952
3952
|
coerce: s?.coerce || !1,
|
|
3953
|
-
...
|
|
3953
|
+
...b(s)
|
|
3954
3954
|
});
|
|
3955
|
-
var re = class s extends
|
|
3955
|
+
var re = class s extends v {
|
|
3956
3956
|
static {
|
|
3957
3957
|
d(this, "ZodDate");
|
|
3958
3958
|
}
|
|
3959
3959
|
_parse(e) {
|
|
3960
|
-
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !==
|
|
3960
|
+
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== m.ZodParsedType.date) {
|
|
3961
3961
|
let n = this._getOrReturnCtx(e);
|
|
3962
3962
|
return (0, u.addIssueToContext)(n, {
|
|
3963
|
-
code:
|
|
3964
|
-
expected:
|
|
3963
|
+
code: f.ZodIssueCode.invalid_type,
|
|
3964
|
+
expected: m.ZodParsedType.date,
|
|
3965
3965
|
received: n.parsedType
|
|
3966
3966
|
}), u.INVALID;
|
|
3967
3967
|
}
|
|
3968
3968
|
if (isNaN(e.data.getTime())) {
|
|
3969
3969
|
let n = this._getOrReturnCtx(e);
|
|
3970
3970
|
return (0, u.addIssueToContext)(n, {
|
|
3971
|
-
code:
|
|
3971
|
+
code: f.ZodIssueCode.invalid_date
|
|
3972
3972
|
}), u.INVALID;
|
|
3973
3973
|
}
|
|
3974
3974
|
let r = new u.ParseStatus(), i;
|
|
3975
3975
|
for (let n of this._def.checks)
|
|
3976
3976
|
n.kind === "min" ? e.data.getTime() < n.value && (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3977
|
-
code:
|
|
3977
|
+
code: f.ZodIssueCode.too_small,
|
|
3978
3978
|
message: n.message,
|
|
3979
3979
|
inclusive: !0,
|
|
3980
3980
|
exact: !1,
|
|
3981
3981
|
minimum: n.value,
|
|
3982
3982
|
type: "date"
|
|
3983
3983
|
}), r.dirty()) : n.kind === "max" ? e.data.getTime() > n.value && (i = this._getOrReturnCtx(e, i), (0, u.addIssueToContext)(i, {
|
|
3984
|
-
code:
|
|
3984
|
+
code: f.ZodIssueCode.too_big,
|
|
3985
3985
|
message: n.message,
|
|
3986
3986
|
inclusive: !0,
|
|
3987
3987
|
exact: !1,
|
|
3988
3988
|
maximum: n.value,
|
|
3989
3989
|
type: "date"
|
|
3990
|
-
}), r.dirty()) :
|
|
3990
|
+
}), r.dirty()) : m.util.assertNever(n);
|
|
3991
3991
|
return {
|
|
3992
3992
|
status: r.value,
|
|
3993
3993
|
value: new Date(e.data.getTime())
|
|
@@ -4031,39 +4031,39 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4031
4031
|
checks: [],
|
|
4032
4032
|
coerce: s?.coerce || !1,
|
|
4033
4033
|
typeName: _.ZodDate,
|
|
4034
|
-
...
|
|
4034
|
+
...b(s)
|
|
4035
4035
|
});
|
|
4036
|
-
var
|
|
4036
|
+
var be = class extends v {
|
|
4037
4037
|
static {
|
|
4038
4038
|
d(this, "ZodSymbol");
|
|
4039
4039
|
}
|
|
4040
4040
|
_parse(e) {
|
|
4041
|
-
if (this._getType(e) !==
|
|
4041
|
+
if (this._getType(e) !== m.ZodParsedType.symbol) {
|
|
4042
4042
|
let r = this._getOrReturnCtx(e);
|
|
4043
4043
|
return (0, u.addIssueToContext)(r, {
|
|
4044
|
-
code:
|
|
4045
|
-
expected:
|
|
4044
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4045
|
+
expected: m.ZodParsedType.symbol,
|
|
4046
4046
|
received: r.parsedType
|
|
4047
4047
|
}), u.INVALID;
|
|
4048
4048
|
}
|
|
4049
4049
|
return (0, u.OK)(e.data);
|
|
4050
4050
|
}
|
|
4051
4051
|
};
|
|
4052
|
-
c.ZodSymbol =
|
|
4053
|
-
|
|
4052
|
+
c.ZodSymbol = be;
|
|
4053
|
+
be.create = (s) => new be({
|
|
4054
4054
|
typeName: _.ZodSymbol,
|
|
4055
|
-
...
|
|
4055
|
+
...b(s)
|
|
4056
4056
|
});
|
|
4057
|
-
var se = class extends
|
|
4057
|
+
var se = class extends v {
|
|
4058
4058
|
static {
|
|
4059
4059
|
d(this, "ZodUndefined");
|
|
4060
4060
|
}
|
|
4061
4061
|
_parse(e) {
|
|
4062
|
-
if (this._getType(e) !==
|
|
4062
|
+
if (this._getType(e) !== m.ZodParsedType.undefined) {
|
|
4063
4063
|
let r = this._getOrReturnCtx(e);
|
|
4064
4064
|
return (0, u.addIssueToContext)(r, {
|
|
4065
|
-
code:
|
|
4066
|
-
expected:
|
|
4065
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4066
|
+
expected: m.ZodParsedType.undefined,
|
|
4067
4067
|
received: r.parsedType
|
|
4068
4068
|
}), u.INVALID;
|
|
4069
4069
|
}
|
|
@@ -4073,18 +4073,18 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4073
4073
|
c.ZodUndefined = se;
|
|
4074
4074
|
se.create = (s) => new se({
|
|
4075
4075
|
typeName: _.ZodUndefined,
|
|
4076
|
-
...
|
|
4076
|
+
...b(s)
|
|
4077
4077
|
});
|
|
4078
|
-
var ie = class extends
|
|
4078
|
+
var ie = class extends v {
|
|
4079
4079
|
static {
|
|
4080
4080
|
d(this, "ZodNull");
|
|
4081
4081
|
}
|
|
4082
4082
|
_parse(e) {
|
|
4083
|
-
if (this._getType(e) !==
|
|
4083
|
+
if (this._getType(e) !== m.ZodParsedType.null) {
|
|
4084
4084
|
let r = this._getOrReturnCtx(e);
|
|
4085
4085
|
return (0, u.addIssueToContext)(r, {
|
|
4086
|
-
code:
|
|
4087
|
-
expected:
|
|
4086
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4087
|
+
expected: m.ZodParsedType.null,
|
|
4088
4088
|
received: r.parsedType
|
|
4089
4089
|
}), u.INVALID;
|
|
4090
4090
|
}
|
|
@@ -4094,9 +4094,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4094
4094
|
c.ZodNull = ie;
|
|
4095
4095
|
ie.create = (s) => new ie({
|
|
4096
4096
|
typeName: _.ZodNull,
|
|
4097
|
-
...
|
|
4097
|
+
...b(s)
|
|
4098
4098
|
});
|
|
4099
|
-
var G = class extends
|
|
4099
|
+
var G = class extends v {
|
|
4100
4100
|
static {
|
|
4101
4101
|
d(this, "ZodAny");
|
|
4102
4102
|
}
|
|
@@ -4110,9 +4110,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4110
4110
|
c.ZodAny = G;
|
|
4111
4111
|
G.create = (s) => new G({
|
|
4112
4112
|
typeName: _.ZodAny,
|
|
4113
|
-
...
|
|
4113
|
+
...b(s)
|
|
4114
4114
|
});
|
|
4115
|
-
var
|
|
4115
|
+
var F = class extends v {
|
|
4116
4116
|
static {
|
|
4117
4117
|
d(this, "ZodUnknown");
|
|
4118
4118
|
}
|
|
@@ -4123,20 +4123,20 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4123
4123
|
return (0, u.OK)(e.data);
|
|
4124
4124
|
}
|
|
4125
4125
|
};
|
|
4126
|
-
c.ZodUnknown =
|
|
4127
|
-
|
|
4126
|
+
c.ZodUnknown = F;
|
|
4127
|
+
F.create = (s) => new F({
|
|
4128
4128
|
typeName: _.ZodUnknown,
|
|
4129
|
-
...
|
|
4129
|
+
...b(s)
|
|
4130
4130
|
});
|
|
4131
|
-
var V = class extends
|
|
4131
|
+
var V = class extends v {
|
|
4132
4132
|
static {
|
|
4133
4133
|
d(this, "ZodNever");
|
|
4134
4134
|
}
|
|
4135
4135
|
_parse(e) {
|
|
4136
4136
|
let t = this._getOrReturnCtx(e);
|
|
4137
4137
|
return (0, u.addIssueToContext)(t, {
|
|
4138
|
-
code:
|
|
4139
|
-
expected:
|
|
4138
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4139
|
+
expected: m.ZodParsedType.never,
|
|
4140
4140
|
received: t.parsedType
|
|
4141
4141
|
}), u.INVALID;
|
|
4142
4142
|
}
|
|
@@ -4144,45 +4144,45 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4144
4144
|
c.ZodNever = V;
|
|
4145
4145
|
V.create = (s) => new V({
|
|
4146
4146
|
typeName: _.ZodNever,
|
|
4147
|
-
...
|
|
4147
|
+
...b(s)
|
|
4148
4148
|
});
|
|
4149
|
-
var
|
|
4149
|
+
var ve = class extends v {
|
|
4150
4150
|
static {
|
|
4151
4151
|
d(this, "ZodVoid");
|
|
4152
4152
|
}
|
|
4153
4153
|
_parse(e) {
|
|
4154
|
-
if (this._getType(e) !==
|
|
4154
|
+
if (this._getType(e) !== m.ZodParsedType.undefined) {
|
|
4155
4155
|
let r = this._getOrReturnCtx(e);
|
|
4156
4156
|
return (0, u.addIssueToContext)(r, {
|
|
4157
|
-
code:
|
|
4158
|
-
expected:
|
|
4157
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4158
|
+
expected: m.ZodParsedType.void,
|
|
4159
4159
|
received: r.parsedType
|
|
4160
4160
|
}), u.INVALID;
|
|
4161
4161
|
}
|
|
4162
4162
|
return (0, u.OK)(e.data);
|
|
4163
4163
|
}
|
|
4164
4164
|
};
|
|
4165
|
-
c.ZodVoid =
|
|
4166
|
-
|
|
4165
|
+
c.ZodVoid = ve;
|
|
4166
|
+
ve.create = (s) => new ve({
|
|
4167
4167
|
typeName: _.ZodVoid,
|
|
4168
|
-
...
|
|
4168
|
+
...b(s)
|
|
4169
4169
|
});
|
|
4170
|
-
var
|
|
4170
|
+
var q = class s extends v {
|
|
4171
4171
|
static {
|
|
4172
4172
|
d(this, "ZodArray");
|
|
4173
4173
|
}
|
|
4174
4174
|
_parse(e) {
|
|
4175
4175
|
let { ctx: t, status: r } = this._processInputParams(e), i = this._def;
|
|
4176
|
-
if (t.parsedType !==
|
|
4176
|
+
if (t.parsedType !== m.ZodParsedType.array)
|
|
4177
4177
|
return (0, u.addIssueToContext)(t, {
|
|
4178
|
-
code:
|
|
4179
|
-
expected:
|
|
4178
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4179
|
+
expected: m.ZodParsedType.array,
|
|
4180
4180
|
received: t.parsedType
|
|
4181
4181
|
}), u.INVALID;
|
|
4182
4182
|
if (i.exactLength !== null) {
|
|
4183
4183
|
let o = t.data.length > i.exactLength.value, a = t.data.length < i.exactLength.value;
|
|
4184
4184
|
(o || a) && ((0, u.addIssueToContext)(t, {
|
|
4185
|
-
code: o ?
|
|
4185
|
+
code: o ? f.ZodIssueCode.too_big : f.ZodIssueCode.too_small,
|
|
4186
4186
|
minimum: a ? i.exactLength.value : void 0,
|
|
4187
4187
|
maximum: o ? i.exactLength.value : void 0,
|
|
4188
4188
|
type: "array",
|
|
@@ -4192,14 +4192,14 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4192
4192
|
}), r.dirty());
|
|
4193
4193
|
}
|
|
4194
4194
|
if (i.minLength !== null && t.data.length < i.minLength.value && ((0, u.addIssueToContext)(t, {
|
|
4195
|
-
code:
|
|
4195
|
+
code: f.ZodIssueCode.too_small,
|
|
4196
4196
|
minimum: i.minLength.value,
|
|
4197
4197
|
type: "array",
|
|
4198
4198
|
inclusive: !0,
|
|
4199
4199
|
exact: !1,
|
|
4200
4200
|
message: i.minLength.message
|
|
4201
4201
|
}), r.dirty()), i.maxLength !== null && t.data.length > i.maxLength.value && ((0, u.addIssueToContext)(t, {
|
|
4202
|
-
code:
|
|
4202
|
+
code: f.ZodIssueCode.too_big,
|
|
4203
4203
|
maximum: i.maxLength.value,
|
|
4204
4204
|
type: "array",
|
|
4205
4205
|
inclusive: !0,
|
|
@@ -4235,14 +4235,14 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4235
4235
|
return this.min(1, e);
|
|
4236
4236
|
}
|
|
4237
4237
|
};
|
|
4238
|
-
c.ZodArray =
|
|
4239
|
-
|
|
4238
|
+
c.ZodArray = q;
|
|
4239
|
+
q.create = (s, e) => new q({
|
|
4240
4240
|
type: s,
|
|
4241
4241
|
minLength: null,
|
|
4242
4242
|
maxLength: null,
|
|
4243
4243
|
exactLength: null,
|
|
4244
4244
|
typeName: _.ZodArray,
|
|
4245
|
-
...
|
|
4245
|
+
...b(e)
|
|
4246
4246
|
});
|
|
4247
4247
|
function _e(s) {
|
|
4248
4248
|
if (s instanceof E) {
|
|
@@ -4255,14 +4255,14 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4255
4255
|
...s._def,
|
|
4256
4256
|
shape: /* @__PURE__ */ d(() => e, "shape")
|
|
4257
4257
|
});
|
|
4258
|
-
} else return s instanceof
|
|
4258
|
+
} else return s instanceof q ? new q({
|
|
4259
4259
|
...s._def,
|
|
4260
4260
|
type: _e(s.element)
|
|
4261
4261
|
}) : s instanceof Z ? Z.create(_e(s.unwrap())) : s instanceof M ? M.create(_e(s.unwrap())) : s instanceof $ ? $.create(s.items.map((e) => _e(
|
|
4262
4262
|
e))) : s;
|
|
4263
4263
|
}
|
|
4264
4264
|
d(_e, "deepPartialify");
|
|
4265
|
-
var E = class s extends
|
|
4265
|
+
var E = class s extends v {
|
|
4266
4266
|
static {
|
|
4267
4267
|
d(this, "ZodObject");
|
|
4268
4268
|
}
|
|
@@ -4272,72 +4272,72 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4272
4272
|
_getCached() {
|
|
4273
4273
|
if (this._cached !== null)
|
|
4274
4274
|
return this._cached;
|
|
4275
|
-
let e = this._def.shape(), t =
|
|
4275
|
+
let e = this._def.shape(), t = m.util.objectKeys(e);
|
|
4276
4276
|
return this._cached = { shape: e, keys: t };
|
|
4277
4277
|
}
|
|
4278
4278
|
_parse(e) {
|
|
4279
|
-
if (this._getType(e) !==
|
|
4280
|
-
let
|
|
4281
|
-
return (0, u.addIssueToContext)(
|
|
4282
|
-
code:
|
|
4283
|
-
expected:
|
|
4284
|
-
received:
|
|
4279
|
+
if (this._getType(e) !== m.ZodParsedType.object) {
|
|
4280
|
+
let h = this._getOrReturnCtx(e);
|
|
4281
|
+
return (0, u.addIssueToContext)(h, {
|
|
4282
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4283
|
+
expected: m.ZodParsedType.object,
|
|
4284
|
+
received: h.parsedType
|
|
4285
4285
|
}), u.INVALID;
|
|
4286
4286
|
}
|
|
4287
4287
|
let { status: r, ctx: i } = this._processInputParams(e), { shape: n, keys: o } = this._getCached(), a = [];
|
|
4288
4288
|
if (!(this._def.catchall instanceof V && this._def.unknownKeys === "strip"))
|
|
4289
|
-
for (let
|
|
4290
|
-
o.includes(
|
|
4289
|
+
for (let h in i.data)
|
|
4290
|
+
o.includes(h) || a.push(h);
|
|
4291
4291
|
let l = [];
|
|
4292
|
-
for (let
|
|
4293
|
-
let
|
|
4292
|
+
for (let h of o) {
|
|
4293
|
+
let p = n[h], y = i.data[h];
|
|
4294
4294
|
l.push({
|
|
4295
|
-
key: { status: "valid", value:
|
|
4296
|
-
value:
|
|
4297
|
-
alwaysSet:
|
|
4295
|
+
key: { status: "valid", value: h },
|
|
4296
|
+
value: p._parse(new P(i, y, i.path, h)),
|
|
4297
|
+
alwaysSet: h in i.data
|
|
4298
4298
|
});
|
|
4299
4299
|
}
|
|
4300
4300
|
if (this._def.catchall instanceof V) {
|
|
4301
|
-
let
|
|
4302
|
-
if (
|
|
4303
|
-
for (let
|
|
4301
|
+
let h = this._def.unknownKeys;
|
|
4302
|
+
if (h === "passthrough")
|
|
4303
|
+
for (let p of a)
|
|
4304
4304
|
l.push({
|
|
4305
|
-
key: { status: "valid", value:
|
|
4306
|
-
value: { status: "valid", value: i.data[
|
|
4305
|
+
key: { status: "valid", value: p },
|
|
4306
|
+
value: { status: "valid", value: i.data[p] }
|
|
4307
4307
|
});
|
|
4308
|
-
else if (
|
|
4308
|
+
else if (h === "strict")
|
|
4309
4309
|
a.length > 0 && ((0, u.addIssueToContext)(i, {
|
|
4310
|
-
code:
|
|
4310
|
+
code: f.ZodIssueCode.unrecognized_keys,
|
|
4311
4311
|
keys: a
|
|
4312
4312
|
}), r.dirty());
|
|
4313
|
-
else if (
|
|
4313
|
+
else if (h !== "strip")
|
|
4314
4314
|
throw new Error("Internal ZodObject error: invalid unknownKeys value.");
|
|
4315
4315
|
} else {
|
|
4316
|
-
let
|
|
4317
|
-
for (let
|
|
4318
|
-
let y = i.data[
|
|
4316
|
+
let h = this._def.catchall;
|
|
4317
|
+
for (let p of a) {
|
|
4318
|
+
let y = i.data[p];
|
|
4319
4319
|
l.push({
|
|
4320
|
-
key: { status: "valid", value:
|
|
4321
|
-
value:
|
|
4322
|
-
new P(i, y, i.path,
|
|
4320
|
+
key: { status: "valid", value: p },
|
|
4321
|
+
value: h._parse(
|
|
4322
|
+
new P(i, y, i.path, p)
|
|
4323
4323
|
//, ctx.child(key), value, getParsedType(value)
|
|
4324
4324
|
),
|
|
4325
|
-
alwaysSet:
|
|
4325
|
+
alwaysSet: p in i.data
|
|
4326
4326
|
});
|
|
4327
4327
|
}
|
|
4328
4328
|
}
|
|
4329
4329
|
return i.common.async ? Promise.resolve().then(async () => {
|
|
4330
|
-
let
|
|
4331
|
-
for (let
|
|
4332
|
-
let y = await
|
|
4333
|
-
|
|
4330
|
+
let h = [];
|
|
4331
|
+
for (let p of l) {
|
|
4332
|
+
let y = await p.key, k = await p.value;
|
|
4333
|
+
h.push({
|
|
4334
4334
|
key: y,
|
|
4335
4335
|
value: k,
|
|
4336
|
-
alwaysSet:
|
|
4336
|
+
alwaysSet: p.alwaysSet
|
|
4337
4337
|
});
|
|
4338
4338
|
}
|
|
4339
|
-
return
|
|
4340
|
-
}).then((
|
|
4339
|
+
return h;
|
|
4340
|
+
}).then((h) => u.ParseStatus.mergeObjectSync(r, h)) : u.ParseStatus.mergeObjectSync(r, l);
|
|
4341
4341
|
}
|
|
4342
4342
|
get shape() {
|
|
4343
4343
|
return this._def.shape();
|
|
@@ -4481,7 +4481,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4481
4481
|
}
|
|
4482
4482
|
pick(e) {
|
|
4483
4483
|
let t = {};
|
|
4484
|
-
return
|
|
4484
|
+
return m.util.objectKeys(e).forEach((r) => {
|
|
4485
4485
|
e[r] && this.shape[r] && (t[r] = this.shape[r]);
|
|
4486
4486
|
}), new s({
|
|
4487
4487
|
...this._def,
|
|
@@ -4490,7 +4490,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4490
4490
|
}
|
|
4491
4491
|
omit(e) {
|
|
4492
4492
|
let t = {};
|
|
4493
|
-
return
|
|
4493
|
+
return m.util.objectKeys(this.shape).forEach((r) => {
|
|
4494
4494
|
e[r] || (t[r] = this.shape[r]);
|
|
4495
4495
|
}), new s({
|
|
4496
4496
|
...this._def,
|
|
@@ -4505,7 +4505,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4505
4505
|
}
|
|
4506
4506
|
partial(e) {
|
|
4507
4507
|
let t = {};
|
|
4508
|
-
return
|
|
4508
|
+
return m.util.objectKeys(this.shape).forEach((r) => {
|
|
4509
4509
|
let i = this.shape[r];
|
|
4510
4510
|
e && !e[r] ? t[r] = i : t[r] = i.optional();
|
|
4511
4511
|
}), new s({
|
|
@@ -4515,7 +4515,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4515
4515
|
}
|
|
4516
4516
|
required(e) {
|
|
4517
4517
|
let t = {};
|
|
4518
|
-
return
|
|
4518
|
+
return m.util.objectKeys(this.shape).forEach((r) => {
|
|
4519
4519
|
if (e && !e[r])
|
|
4520
4520
|
t[r] = this.shape[r];
|
|
4521
4521
|
else {
|
|
@@ -4530,7 +4530,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4530
4530
|
});
|
|
4531
4531
|
}
|
|
4532
4532
|
keyof() {
|
|
4533
|
-
return _r(
|
|
4533
|
+
return _r(m.util.objectKeys(this.shape));
|
|
4534
4534
|
}
|
|
4535
4535
|
};
|
|
4536
4536
|
c.ZodObject = E;
|
|
@@ -4539,23 +4539,23 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4539
4539
|
unknownKeys: "strip",
|
|
4540
4540
|
catchall: V.create(),
|
|
4541
4541
|
typeName: _.ZodObject,
|
|
4542
|
-
...
|
|
4542
|
+
...b(e)
|
|
4543
4543
|
});
|
|
4544
4544
|
E.strictCreate = (s, e) => new E({
|
|
4545
4545
|
shape: /* @__PURE__ */ d(() => s, "shape"),
|
|
4546
4546
|
unknownKeys: "strict",
|
|
4547
4547
|
catchall: V.create(),
|
|
4548
4548
|
typeName: _.ZodObject,
|
|
4549
|
-
...
|
|
4549
|
+
...b(e)
|
|
4550
4550
|
});
|
|
4551
4551
|
E.lazycreate = (s, e) => new E({
|
|
4552
4552
|
shape: s,
|
|
4553
4553
|
unknownKeys: "strip",
|
|
4554
4554
|
catchall: V.create(),
|
|
4555
4555
|
typeName: _.ZodObject,
|
|
4556
|
-
...
|
|
4556
|
+
...b(e)
|
|
4557
4557
|
});
|
|
4558
|
-
var ne = class extends
|
|
4558
|
+
var ne = class extends v {
|
|
4559
4559
|
static {
|
|
4560
4560
|
d(this, "ZodUnion");
|
|
4561
4561
|
}
|
|
@@ -4568,9 +4568,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4568
4568
|
for (let a of n)
|
|
4569
4569
|
if (a.result.status === "dirty")
|
|
4570
4570
|
return t.common.issues.push(...a.ctx.common.issues), a.result;
|
|
4571
|
-
let o = n.map((a) => new
|
|
4571
|
+
let o = n.map((a) => new f.ZodError(a.ctx.common.issues));
|
|
4572
4572
|
return (0, u.addIssueToContext)(t, {
|
|
4573
|
-
code:
|
|
4573
|
+
code: f.ZodIssueCode.invalid_union,
|
|
4574
4574
|
unionErrors: o
|
|
4575
4575
|
}), u.INVALID;
|
|
4576
4576
|
}
|
|
@@ -4596,27 +4596,27 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4596
4596
|
{
|
|
4597
4597
|
let n, o = [];
|
|
4598
4598
|
for (let l of r) {
|
|
4599
|
-
let
|
|
4599
|
+
let h = {
|
|
4600
4600
|
...t,
|
|
4601
4601
|
common: {
|
|
4602
4602
|
...t.common,
|
|
4603
4603
|
issues: []
|
|
4604
4604
|
},
|
|
4605
4605
|
parent: null
|
|
4606
|
-
},
|
|
4606
|
+
}, p = l._parseSync({
|
|
4607
4607
|
data: t.data,
|
|
4608
4608
|
path: t.path,
|
|
4609
|
-
parent:
|
|
4609
|
+
parent: h
|
|
4610
4610
|
});
|
|
4611
|
-
if (
|
|
4612
|
-
return
|
|
4613
|
-
|
|
4611
|
+
if (p.status === "valid")
|
|
4612
|
+
return p;
|
|
4613
|
+
p.status === "dirty" && !n && (n = { result: p, ctx: h }), h.common.issues.length && o.push(h.common.issues);
|
|
4614
4614
|
}
|
|
4615
4615
|
if (n)
|
|
4616
4616
|
return t.common.issues.push(...n.ctx.common.issues), n.result;
|
|
4617
|
-
let a = o.map((l) => new
|
|
4617
|
+
let a = o.map((l) => new f.ZodError(l));
|
|
4618
4618
|
return (0, u.addIssueToContext)(t, {
|
|
4619
|
-
code:
|
|
4619
|
+
code: f.ZodIssueCode.invalid_union,
|
|
4620
4620
|
unionErrors: a
|
|
4621
4621
|
}), u.INVALID;
|
|
4622
4622
|
}
|
|
@@ -4629,21 +4629,21 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4629
4629
|
ne.create = (s, e) => new ne({
|
|
4630
4630
|
options: s,
|
|
4631
4631
|
typeName: _.ZodUnion,
|
|
4632
|
-
...
|
|
4632
|
+
...b(e)
|
|
4633
4633
|
});
|
|
4634
|
-
var U = /* @__PURE__ */ d((s) => s instanceof ae ? U(s.schema) : s instanceof
|
|
4635
|
-
ce ? s.options : s instanceof ue ?
|
|
4636
|
-
ie ? [null] : s instanceof Z ? [void 0, ...U(s.unwrap())] : s instanceof M ? [null, ...U(s.unwrap())] : s instanceof Ze || s instanceof
|
|
4637
|
-
U(s.unwrap()) : s instanceof
|
|
4634
|
+
var U = /* @__PURE__ */ d((s) => s instanceof ae ? U(s.schema) : s instanceof j ? U(s.innerType()) : s instanceof de ? [s.value] : s instanceof
|
|
4635
|
+
ce ? s.options : s instanceof ue ? m.util.objectValues(s.enum) : s instanceof le ? U(s._def.innerType) : s instanceof se ? [void 0] : s instanceof
|
|
4636
|
+
ie ? [null] : s instanceof Z ? [void 0, ...U(s.unwrap())] : s instanceof M ? [null, ...U(s.unwrap())] : s instanceof Ze || s instanceof pe ?
|
|
4637
|
+
U(s.unwrap()) : s instanceof he ? U(s._def.innerType) : [], "getDiscriminator"), He = class s extends v {
|
|
4638
4638
|
static {
|
|
4639
4639
|
d(this, "ZodDiscriminatedUnion");
|
|
4640
4640
|
}
|
|
4641
4641
|
_parse(e) {
|
|
4642
4642
|
let { ctx: t } = this._processInputParams(e);
|
|
4643
|
-
if (t.parsedType !==
|
|
4643
|
+
if (t.parsedType !== m.ZodParsedType.object)
|
|
4644
4644
|
return (0, u.addIssueToContext)(t, {
|
|
4645
|
-
code:
|
|
4646
|
-
expected:
|
|
4645
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4646
|
+
expected: m.ZodParsedType.object,
|
|
4647
4647
|
received: t.parsedType
|
|
4648
4648
|
}), u.INVALID;
|
|
4649
4649
|
let r = this.discriminator, i = t.data[r], n = this.optionsMap.get(i);
|
|
@@ -4656,7 +4656,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4656
4656
|
path: t.path,
|
|
4657
4657
|
parent: t
|
|
4658
4658
|
}) : ((0, u.addIssueToContext)(t, {
|
|
4659
|
-
code:
|
|
4659
|
+
code: f.ZodIssueCode.invalid_union_discriminator,
|
|
4660
4660
|
options: Array.from(this.optionsMap.keys()),
|
|
4661
4661
|
path: [r]
|
|
4662
4662
|
}), u.INVALID);
|
|
@@ -4695,17 +4695,17 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4695
4695
|
discriminator: e,
|
|
4696
4696
|
options: t,
|
|
4697
4697
|
optionsMap: i,
|
|
4698
|
-
...
|
|
4698
|
+
...b(r)
|
|
4699
4699
|
});
|
|
4700
4700
|
}
|
|
4701
4701
|
};
|
|
4702
4702
|
c.ZodDiscriminatedUnion = He;
|
|
4703
4703
|
function Et(s, e) {
|
|
4704
|
-
let t = (0,
|
|
4704
|
+
let t = (0, m.getParsedType)(s), r = (0, m.getParsedType)(e);
|
|
4705
4705
|
if (s === e)
|
|
4706
4706
|
return { valid: !0, data: s };
|
|
4707
|
-
if (t ===
|
|
4708
|
-
let i =
|
|
4707
|
+
if (t === m.ZodParsedType.object && r === m.ZodParsedType.object) {
|
|
4708
|
+
let i = m.util.objectKeys(e), n = m.util.objectKeys(s).filter((a) => i.indexOf(a) !== -1), o = { ...s, ...e };
|
|
4709
4709
|
for (let a of n) {
|
|
4710
4710
|
let l = Et(s[a], e[a]);
|
|
4711
4711
|
if (!l.valid)
|
|
@@ -4713,7 +4713,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4713
4713
|
o[a] = l.data;
|
|
4714
4714
|
}
|
|
4715
4715
|
return { valid: !0, data: o };
|
|
4716
|
-
} else if (t ===
|
|
4716
|
+
} else if (t === m.ZodParsedType.array && r === m.ZodParsedType.array) {
|
|
4717
4717
|
if (s.length !== e.length)
|
|
4718
4718
|
return { valid: !1 };
|
|
4719
4719
|
let i = [];
|
|
@@ -4724,10 +4724,10 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4724
4724
|
i.push(l.data);
|
|
4725
4725
|
}
|
|
4726
4726
|
return { valid: !0, data: i };
|
|
4727
|
-
} else return t ===
|
|
4727
|
+
} else return t === m.ZodParsedType.date && r === m.ZodParsedType.date && +s == +e ? { valid: !0, data: s } : { valid: !1 };
|
|
4728
4728
|
}
|
|
4729
4729
|
d(Et, "mergeValues");
|
|
4730
|
-
var oe = class extends
|
|
4730
|
+
var oe = class extends v {
|
|
4731
4731
|
static {
|
|
4732
4732
|
d(this, "ZodIntersection");
|
|
4733
4733
|
}
|
|
@@ -4738,7 +4738,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4738
4738
|
let a = Et(n.value, o.value);
|
|
4739
4739
|
return a.valid ? (((0, u.isDirty)(n) || (0, u.isDirty)(o)) && t.dirty(), { status: t.value, value: a.data }) : ((0, u.addIssueToContext)(
|
|
4740
4740
|
r, {
|
|
4741
|
-
code:
|
|
4741
|
+
code: f.ZodIssueCode.invalid_intersection_types
|
|
4742
4742
|
}), u.INVALID);
|
|
4743
4743
|
}, "handleParsed");
|
|
4744
4744
|
return r.common.async ? Promise.all([
|
|
@@ -4768,30 +4768,30 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4768
4768
|
left: s,
|
|
4769
4769
|
right: e,
|
|
4770
4770
|
typeName: _.ZodIntersection,
|
|
4771
|
-
...
|
|
4771
|
+
...b(t)
|
|
4772
4772
|
});
|
|
4773
|
-
var $ = class s extends
|
|
4773
|
+
var $ = class s extends v {
|
|
4774
4774
|
static {
|
|
4775
4775
|
d(this, "ZodTuple");
|
|
4776
4776
|
}
|
|
4777
4777
|
_parse(e) {
|
|
4778
4778
|
let { status: t, ctx: r } = this._processInputParams(e);
|
|
4779
|
-
if (r.parsedType !==
|
|
4779
|
+
if (r.parsedType !== m.ZodParsedType.array)
|
|
4780
4780
|
return (0, u.addIssueToContext)(r, {
|
|
4781
|
-
code:
|
|
4782
|
-
expected:
|
|
4781
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4782
|
+
expected: m.ZodParsedType.array,
|
|
4783
4783
|
received: r.parsedType
|
|
4784
4784
|
}), u.INVALID;
|
|
4785
4785
|
if (r.data.length < this._def.items.length)
|
|
4786
4786
|
return (0, u.addIssueToContext)(r, {
|
|
4787
|
-
code:
|
|
4787
|
+
code: f.ZodIssueCode.too_small,
|
|
4788
4788
|
minimum: this._def.items.length,
|
|
4789
4789
|
inclusive: !0,
|
|
4790
4790
|
exact: !1,
|
|
4791
4791
|
type: "array"
|
|
4792
4792
|
}), u.INVALID;
|
|
4793
4793
|
!this._def.rest && r.data.length > this._def.items.length && ((0, u.addIssueToContext)(r, {
|
|
4794
|
-
code:
|
|
4794
|
+
code: f.ZodIssueCode.too_big,
|
|
4795
4795
|
maximum: this._def.items.length,
|
|
4796
4796
|
inclusive: !0,
|
|
4797
4797
|
exact: !1,
|
|
@@ -4821,10 +4821,10 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4821
4821
|
items: s,
|
|
4822
4822
|
typeName: _.ZodTuple,
|
|
4823
4823
|
rest: null,
|
|
4824
|
-
...
|
|
4824
|
+
...b(e)
|
|
4825
4825
|
});
|
|
4826
4826
|
};
|
|
4827
|
-
var Ke = class s extends
|
|
4827
|
+
var Ke = class s extends v {
|
|
4828
4828
|
static {
|
|
4829
4829
|
d(this, "ZodRecord");
|
|
4830
4830
|
}
|
|
@@ -4836,10 +4836,10 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4836
4836
|
}
|
|
4837
4837
|
_parse(e) {
|
|
4838
4838
|
let { status: t, ctx: r } = this._processInputParams(e);
|
|
4839
|
-
if (r.parsedType !==
|
|
4839
|
+
if (r.parsedType !== m.ZodParsedType.object)
|
|
4840
4840
|
return (0, u.addIssueToContext)(r, {
|
|
4841
|
-
code:
|
|
4842
|
-
expected:
|
|
4841
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4842
|
+
expected: m.ZodParsedType.object,
|
|
4843
4843
|
received: r.parsedType
|
|
4844
4844
|
}), u.INVALID;
|
|
4845
4845
|
let i = [], n = this._def.keyType, o = this._def.valueType;
|
|
@@ -4855,21 +4855,21 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4855
4855
|
return this._def.valueType;
|
|
4856
4856
|
}
|
|
4857
4857
|
static create(e, t, r) {
|
|
4858
|
-
return t instanceof
|
|
4858
|
+
return t instanceof v ? new s({
|
|
4859
4859
|
keyType: e,
|
|
4860
4860
|
valueType: t,
|
|
4861
4861
|
typeName: _.ZodRecord,
|
|
4862
|
-
...
|
|
4862
|
+
...b(r)
|
|
4863
4863
|
}) : new s({
|
|
4864
4864
|
keyType: z.create(),
|
|
4865
4865
|
valueType: e,
|
|
4866
4866
|
typeName: _.ZodRecord,
|
|
4867
|
-
...
|
|
4867
|
+
...b(t)
|
|
4868
4868
|
});
|
|
4869
4869
|
}
|
|
4870
4870
|
};
|
|
4871
4871
|
c.ZodRecord = Ke;
|
|
4872
|
-
var xe = class extends
|
|
4872
|
+
var xe = class extends v {
|
|
4873
4873
|
static {
|
|
4874
4874
|
d(this, "ZodMap");
|
|
4875
4875
|
}
|
|
@@ -4881,34 +4881,34 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4881
4881
|
}
|
|
4882
4882
|
_parse(e) {
|
|
4883
4883
|
let { status: t, ctx: r } = this._processInputParams(e);
|
|
4884
|
-
if (r.parsedType !==
|
|
4884
|
+
if (r.parsedType !== m.ZodParsedType.map)
|
|
4885
4885
|
return (0, u.addIssueToContext)(r, {
|
|
4886
|
-
code:
|
|
4887
|
-
expected:
|
|
4886
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4887
|
+
expected: m.ZodParsedType.map,
|
|
4888
4888
|
received: r.parsedType
|
|
4889
4889
|
}), u.INVALID;
|
|
4890
|
-
let i = this._def.keyType, n = this._def.valueType, o = [...r.data.entries()].map(([a, l],
|
|
4891
|
-
key: i._parse(new P(r, a, r.path, [
|
|
4892
|
-
value: n._parse(new P(r, l, r.path, [
|
|
4890
|
+
let i = this._def.keyType, n = this._def.valueType, o = [...r.data.entries()].map(([a, l], h) => ({
|
|
4891
|
+
key: i._parse(new P(r, a, r.path, [h, "key"])),
|
|
4892
|
+
value: n._parse(new P(r, l, r.path, [h, "value"]))
|
|
4893
4893
|
}));
|
|
4894
4894
|
if (r.common.async) {
|
|
4895
4895
|
let a = /* @__PURE__ */ new Map();
|
|
4896
4896
|
return Promise.resolve().then(async () => {
|
|
4897
4897
|
for (let l of o) {
|
|
4898
|
-
let
|
|
4899
|
-
if (
|
|
4898
|
+
let h = await l.key, p = await l.value;
|
|
4899
|
+
if (h.status === "aborted" || p.status === "aborted")
|
|
4900
4900
|
return u.INVALID;
|
|
4901
|
-
(
|
|
4901
|
+
(h.status === "dirty" || p.status === "dirty") && t.dirty(), a.set(h.value, p.value);
|
|
4902
4902
|
}
|
|
4903
4903
|
return { status: t.value, value: a };
|
|
4904
4904
|
});
|
|
4905
4905
|
} else {
|
|
4906
4906
|
let a = /* @__PURE__ */ new Map();
|
|
4907
4907
|
for (let l of o) {
|
|
4908
|
-
let
|
|
4909
|
-
if (
|
|
4908
|
+
let h = l.key, p = l.value;
|
|
4909
|
+
if (h.status === "aborted" || p.status === "aborted")
|
|
4910
4910
|
return u.INVALID;
|
|
4911
|
-
(
|
|
4911
|
+
(h.status === "dirty" || p.status === "dirty") && t.dirty(), a.set(h.value, p.value);
|
|
4912
4912
|
}
|
|
4913
4913
|
return { status: t.value, value: a };
|
|
4914
4914
|
}
|
|
@@ -4919,30 +4919,30 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4919
4919
|
valueType: e,
|
|
4920
4920
|
keyType: s,
|
|
4921
4921
|
typeName: _.ZodMap,
|
|
4922
|
-
...
|
|
4922
|
+
...b(t)
|
|
4923
4923
|
});
|
|
4924
|
-
var we = class s extends
|
|
4924
|
+
var we = class s extends v {
|
|
4925
4925
|
static {
|
|
4926
4926
|
d(this, "ZodSet");
|
|
4927
4927
|
}
|
|
4928
4928
|
_parse(e) {
|
|
4929
4929
|
let { status: t, ctx: r } = this._processInputParams(e);
|
|
4930
|
-
if (r.parsedType !==
|
|
4930
|
+
if (r.parsedType !== m.ZodParsedType.set)
|
|
4931
4931
|
return (0, u.addIssueToContext)(r, {
|
|
4932
|
-
code:
|
|
4933
|
-
expected:
|
|
4932
|
+
code: f.ZodIssueCode.invalid_type,
|
|
4933
|
+
expected: m.ZodParsedType.set,
|
|
4934
4934
|
received: r.parsedType
|
|
4935
4935
|
}), u.INVALID;
|
|
4936
4936
|
let i = this._def;
|
|
4937
4937
|
i.minSize !== null && r.data.size < i.minSize.value && ((0, u.addIssueToContext)(r, {
|
|
4938
|
-
code:
|
|
4938
|
+
code: f.ZodIssueCode.too_small,
|
|
4939
4939
|
minimum: i.minSize.value,
|
|
4940
4940
|
type: "set",
|
|
4941
4941
|
inclusive: !0,
|
|
4942
4942
|
exact: !1,
|
|
4943
4943
|
message: i.minSize.message
|
|
4944
4944
|
}), t.dirty()), i.maxSize !== null && r.data.size > i.maxSize.value && ((0, u.addIssueToContext)(r, {
|
|
4945
|
-
code:
|
|
4945
|
+
code: f.ZodIssueCode.too_big,
|
|
4946
4946
|
maximum: i.maxSize.value,
|
|
4947
4947
|
type: "set",
|
|
4948
4948
|
inclusive: !0,
|
|
@@ -4951,16 +4951,16 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4951
4951
|
}), t.dirty());
|
|
4952
4952
|
let n = this._def.valueType;
|
|
4953
4953
|
function o(l) {
|
|
4954
|
-
let
|
|
4955
|
-
for (let
|
|
4956
|
-
if (
|
|
4954
|
+
let h = /* @__PURE__ */ new Set();
|
|
4955
|
+
for (let p of l) {
|
|
4956
|
+
if (p.status === "aborted")
|
|
4957
4957
|
return u.INVALID;
|
|
4958
|
-
|
|
4958
|
+
p.status === "dirty" && t.dirty(), h.add(p.value);
|
|
4959
4959
|
}
|
|
4960
|
-
return { status: t.value, value:
|
|
4960
|
+
return { status: t.value, value: h };
|
|
4961
4961
|
}
|
|
4962
4962
|
d(o, "finalizeSet");
|
|
4963
|
-
let a = [...r.data.values()].map((l,
|
|
4963
|
+
let a = [...r.data.values()].map((l, h) => n._parse(new P(r, l, r.path, h)));
|
|
4964
4964
|
return r.common.async ? Promise.all(a).then((l) => o(l)) : o(a);
|
|
4965
4965
|
}
|
|
4966
4966
|
min(e, t) {
|
|
@@ -4988,9 +4988,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4988
4988
|
minSize: null,
|
|
4989
4989
|
maxSize: null,
|
|
4990
4990
|
typeName: _.ZodSet,
|
|
4991
|
-
...
|
|
4991
|
+
...b(e)
|
|
4992
4992
|
});
|
|
4993
|
-
var ze = class s extends
|
|
4993
|
+
var ze = class s extends v {
|
|
4994
4994
|
static {
|
|
4995
4995
|
d(this, "ZodFunction");
|
|
4996
4996
|
}
|
|
@@ -4999,10 +4999,10 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
4999
4999
|
}
|
|
5000
5000
|
_parse(e) {
|
|
5001
5001
|
let { ctx: t } = this._processInputParams(e);
|
|
5002
|
-
if (t.parsedType !==
|
|
5002
|
+
if (t.parsedType !== m.ZodParsedType.function)
|
|
5003
5003
|
return (0, u.addIssueToContext)(t, {
|
|
5004
|
-
code:
|
|
5005
|
-
expected:
|
|
5004
|
+
code: f.ZodIssueCode.invalid_type,
|
|
5005
|
+
expected: m.ZodParsedType.function,
|
|
5006
5006
|
received: t.parsedType
|
|
5007
5007
|
}), u.INVALID;
|
|
5008
5008
|
function r(a, l) {
|
|
@@ -5014,9 +5014,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5014
5014
|
t.schemaErrorMap,
|
|
5015
5015
|
(0, We.getErrorMap)(),
|
|
5016
5016
|
We.defaultErrorMap
|
|
5017
|
-
].filter((
|
|
5017
|
+
].filter((h) => !!h),
|
|
5018
5018
|
issueData: {
|
|
5019
|
-
code:
|
|
5019
|
+
code: f.ZodIssueCode.invalid_arguments,
|
|
5020
5020
|
argumentsError: l
|
|
5021
5021
|
}
|
|
5022
5022
|
});
|
|
@@ -5031,9 +5031,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5031
5031
|
t.schemaErrorMap,
|
|
5032
5032
|
(0, We.getErrorMap)(),
|
|
5033
5033
|
We.defaultErrorMap
|
|
5034
|
-
].filter((
|
|
5034
|
+
].filter((h) => !!h),
|
|
5035
5035
|
issueData: {
|
|
5036
|
-
code:
|
|
5036
|
+
code: f.ZodIssueCode.invalid_return_type,
|
|
5037
5037
|
returnTypeError: l
|
|
5038
5038
|
}
|
|
5039
5039
|
});
|
|
@@ -5043,22 +5043,22 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5043
5043
|
if (this._def.returns instanceof J) {
|
|
5044
5044
|
let a = this;
|
|
5045
5045
|
return (0, u.OK)(async function(...l) {
|
|
5046
|
-
let
|
|
5047
|
-
throw
|
|
5048
|
-
}), y = await Reflect.apply(o, this,
|
|
5049
|
-
return await a._def.returns._def.type.parseAsync(y, n).catch((
|
|
5050
|
-
throw
|
|
5046
|
+
let h = new f.ZodError([]), p = await a._def.args.parseAsync(l, n).catch((S) => {
|
|
5047
|
+
throw h.addIssue(r(l, S)), h;
|
|
5048
|
+
}), y = await Reflect.apply(o, this, p);
|
|
5049
|
+
return await a._def.returns._def.type.parseAsync(y, n).catch((S) => {
|
|
5050
|
+
throw h.addIssue(i(y, S)), h;
|
|
5051
5051
|
});
|
|
5052
5052
|
});
|
|
5053
5053
|
} else {
|
|
5054
5054
|
let a = this;
|
|
5055
5055
|
return (0, u.OK)(function(...l) {
|
|
5056
|
-
let
|
|
5057
|
-
if (!
|
|
5058
|
-
throw new
|
|
5059
|
-
let
|
|
5056
|
+
let h = a._def.args.safeParse(l, n);
|
|
5057
|
+
if (!h.success)
|
|
5058
|
+
throw new f.ZodError([r(l, h.error)]);
|
|
5059
|
+
let p = Reflect.apply(o, this, h.data), y = a._def.returns.safeParse(p, n);
|
|
5060
5060
|
if (!y.success)
|
|
5061
|
-
throw new
|
|
5061
|
+
throw new f.ZodError([i(p, y.error)]);
|
|
5062
5062
|
return y.data;
|
|
5063
5063
|
});
|
|
5064
5064
|
}
|
|
@@ -5072,7 +5072,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5072
5072
|
args(...e) {
|
|
5073
5073
|
return new s({
|
|
5074
5074
|
...this._def,
|
|
5075
|
-
args: $.create(e).rest(
|
|
5075
|
+
args: $.create(e).rest(F.create())
|
|
5076
5076
|
});
|
|
5077
5077
|
}
|
|
5078
5078
|
returns(e) {
|
|
@@ -5089,15 +5089,15 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5089
5089
|
}
|
|
5090
5090
|
static create(e, t, r) {
|
|
5091
5091
|
return new s({
|
|
5092
|
-
args: e || $.create([]).rest(
|
|
5093
|
-
returns: t ||
|
|
5092
|
+
args: e || $.create([]).rest(F.create()),
|
|
5093
|
+
returns: t || F.create(),
|
|
5094
5094
|
typeName: _.ZodFunction,
|
|
5095
|
-
...
|
|
5095
|
+
...b(r)
|
|
5096
5096
|
});
|
|
5097
5097
|
}
|
|
5098
5098
|
};
|
|
5099
5099
|
c.ZodFunction = ze;
|
|
5100
|
-
var ae = class extends
|
|
5100
|
+
var ae = class extends v {
|
|
5101
5101
|
static {
|
|
5102
5102
|
d(this, "ZodLazy");
|
|
5103
5103
|
}
|
|
@@ -5113,9 +5113,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5113
5113
|
ae.create = (s, e) => new ae({
|
|
5114
5114
|
getter: s,
|
|
5115
5115
|
typeName: _.ZodLazy,
|
|
5116
|
-
...
|
|
5116
|
+
...b(e)
|
|
5117
5117
|
});
|
|
5118
|
-
var de = class extends
|
|
5118
|
+
var de = class extends v {
|
|
5119
5119
|
static {
|
|
5120
5120
|
d(this, "ZodLiteral");
|
|
5121
5121
|
}
|
|
@@ -5124,7 +5124,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5124
5124
|
let t = this._getOrReturnCtx(e);
|
|
5125
5125
|
return (0, u.addIssueToContext)(t, {
|
|
5126
5126
|
received: t.data,
|
|
5127
|
-
code:
|
|
5127
|
+
code: f.ZodIssueCode.invalid_literal,
|
|
5128
5128
|
expected: this._def.value
|
|
5129
5129
|
}), u.INVALID;
|
|
5130
5130
|
}
|
|
@@ -5138,37 +5138,37 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5138
5138
|
de.create = (s, e) => new de({
|
|
5139
5139
|
value: s,
|
|
5140
5140
|
typeName: _.ZodLiteral,
|
|
5141
|
-
...
|
|
5141
|
+
...b(e)
|
|
5142
5142
|
});
|
|
5143
5143
|
function _r(s, e) {
|
|
5144
5144
|
return new ce({
|
|
5145
5145
|
values: s,
|
|
5146
5146
|
typeName: _.ZodEnum,
|
|
5147
|
-
...
|
|
5147
|
+
...b(e)
|
|
5148
5148
|
});
|
|
5149
5149
|
}
|
|
5150
5150
|
d(_r, "createZodEnum");
|
|
5151
|
-
var ce = class s extends
|
|
5151
|
+
var ce = class s extends v {
|
|
5152
5152
|
static {
|
|
5153
5153
|
d(this, "ZodEnum");
|
|
5154
5154
|
}
|
|
5155
5155
|
constructor() {
|
|
5156
|
-
super(...arguments),
|
|
5156
|
+
super(...arguments), je.set(this, void 0);
|
|
5157
5157
|
}
|
|
5158
5158
|
_parse(e) {
|
|
5159
5159
|
if (typeof e.data != "string") {
|
|
5160
5160
|
let t = this._getOrReturnCtx(e), r = this._def.values;
|
|
5161
5161
|
return (0, u.addIssueToContext)(t, {
|
|
5162
|
-
expected:
|
|
5162
|
+
expected: m.util.joinValues(r),
|
|
5163
5163
|
received: t.parsedType,
|
|
5164
|
-
code:
|
|
5164
|
+
code: f.ZodIssueCode.invalid_type
|
|
5165
5165
|
}), u.INVALID;
|
|
5166
5166
|
}
|
|
5167
|
-
if (Be(this,
|
|
5167
|
+
if (Be(this, je, "f") || fr(this, je, new Set(this._def.values), "f"), !Be(this, je, "f").has(e.data)) {
|
|
5168
5168
|
let t = this._getOrReturnCtx(e), r = this._def.values;
|
|
5169
5169
|
return (0, u.addIssueToContext)(t, {
|
|
5170
5170
|
received: t.data,
|
|
5171
|
-
code:
|
|
5171
|
+
code: f.ZodIssueCode.invalid_enum_value,
|
|
5172
5172
|
options: r
|
|
5173
5173
|
}), u.INVALID;
|
|
5174
5174
|
}
|
|
@@ -5209,9 +5209,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5209
5209
|
}
|
|
5210
5210
|
};
|
|
5211
5211
|
c.ZodEnum = ce;
|
|
5212
|
-
|
|
5212
|
+
je = /* @__PURE__ */ new WeakMap();
|
|
5213
5213
|
ce.create = _r;
|
|
5214
|
-
var ue = class extends
|
|
5214
|
+
var ue = class extends v {
|
|
5215
5215
|
static {
|
|
5216
5216
|
d(this, "ZodNativeEnum");
|
|
5217
5217
|
}
|
|
@@ -5219,20 +5219,20 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5219
5219
|
super(...arguments), Re.set(this, void 0);
|
|
5220
5220
|
}
|
|
5221
5221
|
_parse(e) {
|
|
5222
|
-
let t =
|
|
5223
|
-
if (r.parsedType !==
|
|
5224
|
-
let i =
|
|
5222
|
+
let t = m.util.getValidEnumValues(this._def.values), r = this._getOrReturnCtx(e);
|
|
5223
|
+
if (r.parsedType !== m.ZodParsedType.string && r.parsedType !== m.ZodParsedType.number) {
|
|
5224
|
+
let i = m.util.objectValues(t);
|
|
5225
5225
|
return (0, u.addIssueToContext)(r, {
|
|
5226
|
-
expected:
|
|
5226
|
+
expected: m.util.joinValues(i),
|
|
5227
5227
|
received: r.parsedType,
|
|
5228
|
-
code:
|
|
5228
|
+
code: f.ZodIssueCode.invalid_type
|
|
5229
5229
|
}), u.INVALID;
|
|
5230
5230
|
}
|
|
5231
|
-
if (Be(this, Re, "f") ||
|
|
5232
|
-
let i =
|
|
5231
|
+
if (Be(this, Re, "f") || fr(this, Re, new Set(m.util.getValidEnumValues(this._def.values)), "f"), !Be(this, Re, "f").has(e.data)) {
|
|
5232
|
+
let i = m.util.objectValues(t);
|
|
5233
5233
|
return (0, u.addIssueToContext)(r, {
|
|
5234
5234
|
received: r.data,
|
|
5235
|
-
code:
|
|
5235
|
+
code: f.ZodIssueCode.invalid_enum_value,
|
|
5236
5236
|
options: i
|
|
5237
5237
|
}), u.INVALID;
|
|
5238
5238
|
}
|
|
@@ -5247,9 +5247,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5247
5247
|
ue.create = (s, e) => new ue({
|
|
5248
5248
|
values: s,
|
|
5249
5249
|
typeName: _.ZodNativeEnum,
|
|
5250
|
-
...
|
|
5250
|
+
...b(e)
|
|
5251
5251
|
});
|
|
5252
|
-
var J = class extends
|
|
5252
|
+
var J = class extends v {
|
|
5253
5253
|
static {
|
|
5254
5254
|
d(this, "ZodPromise");
|
|
5255
5255
|
}
|
|
@@ -5258,13 +5258,13 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5258
5258
|
}
|
|
5259
5259
|
_parse(e) {
|
|
5260
5260
|
let { ctx: t } = this._processInputParams(e);
|
|
5261
|
-
if (t.parsedType !==
|
|
5261
|
+
if (t.parsedType !== m.ZodParsedType.promise && t.common.async === !1)
|
|
5262
5262
|
return (0, u.addIssueToContext)(t, {
|
|
5263
|
-
code:
|
|
5264
|
-
expected:
|
|
5263
|
+
code: f.ZodIssueCode.invalid_type,
|
|
5264
|
+
expected: m.ZodParsedType.promise,
|
|
5265
5265
|
received: t.parsedType
|
|
5266
5266
|
}), u.INVALID;
|
|
5267
|
-
let r = t.parsedType ===
|
|
5267
|
+
let r = t.parsedType === m.ZodParsedType.promise ? t.data : Promise.resolve(t.data);
|
|
5268
5268
|
return (0, u.OK)(r.then((i) => this._def.type.parseAsync(i, {
|
|
5269
5269
|
path: t.path,
|
|
5270
5270
|
errorMap: t.common.contextualErrorMap
|
|
@@ -5275,9 +5275,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5275
5275
|
J.create = (s, e) => new J({
|
|
5276
5276
|
type: s,
|
|
5277
5277
|
typeName: _.ZodPromise,
|
|
5278
|
-
...
|
|
5278
|
+
...b(e)
|
|
5279
5279
|
});
|
|
5280
|
-
var
|
|
5280
|
+
var j = class extends v {
|
|
5281
5281
|
static {
|
|
5282
5282
|
d(this, "ZodEffects");
|
|
5283
5283
|
}
|
|
@@ -5356,29 +5356,29 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5356
5356
|
} else
|
|
5357
5357
|
return this._def.schema._parseAsync({ data: r.data, path: r.path, parent: r }).then((o) => (0, u.isValid)(o) ? Promise.resolve(i.transform(
|
|
5358
5358
|
o.value, n)).then((a) => ({ status: t.value, value: a })) : o);
|
|
5359
|
-
|
|
5359
|
+
m.util.assertNever(i);
|
|
5360
5360
|
}
|
|
5361
5361
|
};
|
|
5362
|
-
c.ZodEffects =
|
|
5363
|
-
c.ZodTransformer =
|
|
5364
|
-
|
|
5362
|
+
c.ZodEffects = j;
|
|
5363
|
+
c.ZodTransformer = j;
|
|
5364
|
+
j.create = (s, e, t) => new j({
|
|
5365
5365
|
schema: s,
|
|
5366
5366
|
typeName: _.ZodEffects,
|
|
5367
5367
|
effect: e,
|
|
5368
|
-
...
|
|
5368
|
+
...b(t)
|
|
5369
5369
|
});
|
|
5370
|
-
|
|
5370
|
+
j.createWithPreprocess = (s, e, t) => new j({
|
|
5371
5371
|
schema: e,
|
|
5372
5372
|
effect: { type: "preprocess", transform: s },
|
|
5373
5373
|
typeName: _.ZodEffects,
|
|
5374
|
-
...
|
|
5374
|
+
...b(t)
|
|
5375
5375
|
});
|
|
5376
|
-
var Z = class extends
|
|
5376
|
+
var Z = class extends v {
|
|
5377
5377
|
static {
|
|
5378
5378
|
d(this, "ZodOptional");
|
|
5379
5379
|
}
|
|
5380
5380
|
_parse(e) {
|
|
5381
|
-
return this._getType(e) ===
|
|
5381
|
+
return this._getType(e) === m.ZodParsedType.undefined ? (0, u.OK)(void 0) : this._def.innerType._parse(e);
|
|
5382
5382
|
}
|
|
5383
5383
|
unwrap() {
|
|
5384
5384
|
return this._def.innerType;
|
|
@@ -5388,14 +5388,14 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5388
5388
|
Z.create = (s, e) => new Z({
|
|
5389
5389
|
innerType: s,
|
|
5390
5390
|
typeName: _.ZodOptional,
|
|
5391
|
-
...
|
|
5391
|
+
...b(e)
|
|
5392
5392
|
});
|
|
5393
|
-
var M = class extends
|
|
5393
|
+
var M = class extends v {
|
|
5394
5394
|
static {
|
|
5395
5395
|
d(this, "ZodNullable");
|
|
5396
5396
|
}
|
|
5397
5397
|
_parse(e) {
|
|
5398
|
-
return this._getType(e) ===
|
|
5398
|
+
return this._getType(e) === m.ZodParsedType.null ? (0, u.OK)(null) : this._def.innerType._parse(e);
|
|
5399
5399
|
}
|
|
5400
5400
|
unwrap() {
|
|
5401
5401
|
return this._def.innerType;
|
|
@@ -5405,15 +5405,15 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5405
5405
|
M.create = (s, e) => new M({
|
|
5406
5406
|
innerType: s,
|
|
5407
5407
|
typeName: _.ZodNullable,
|
|
5408
|
-
...
|
|
5408
|
+
...b(e)
|
|
5409
5409
|
});
|
|
5410
|
-
var le = class extends
|
|
5410
|
+
var le = class extends v {
|
|
5411
5411
|
static {
|
|
5412
5412
|
d(this, "ZodDefault");
|
|
5413
5413
|
}
|
|
5414
5414
|
_parse(e) {
|
|
5415
5415
|
let { ctx: t } = this._processInputParams(e), r = t.data;
|
|
5416
|
-
return t.parsedType ===
|
|
5416
|
+
return t.parsedType === m.ZodParsedType.undefined && (r = this._def.defaultValue()), this._def.innerType._parse({
|
|
5417
5417
|
data: r,
|
|
5418
5418
|
path: t.path,
|
|
5419
5419
|
parent: t
|
|
@@ -5428,9 +5428,9 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5428
5428
|
innerType: s,
|
|
5429
5429
|
typeName: _.ZodDefault,
|
|
5430
5430
|
defaultValue: typeof e.default == "function" ? e.default : () => e.default,
|
|
5431
|
-
...
|
|
5431
|
+
...b(e)
|
|
5432
5432
|
});
|
|
5433
|
-
var
|
|
5433
|
+
var he = class extends v {
|
|
5434
5434
|
static {
|
|
5435
5435
|
d(this, "ZodCatch");
|
|
5436
5436
|
}
|
|
@@ -5452,7 +5452,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5452
5452
|
status: "valid",
|
|
5453
5453
|
value: n.status === "valid" ? n.value : this._def.catchValue({
|
|
5454
5454
|
get error() {
|
|
5455
|
-
return new
|
|
5455
|
+
return new f.ZodError(r.common.issues);
|
|
5456
5456
|
},
|
|
5457
5457
|
input: r.data
|
|
5458
5458
|
})
|
|
@@ -5460,7 +5460,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5460
5460
|
status: "valid",
|
|
5461
5461
|
value: i.status === "valid" ? i.value : this._def.catchValue({
|
|
5462
5462
|
get error() {
|
|
5463
|
-
return new
|
|
5463
|
+
return new f.ZodError(r.common.issues);
|
|
5464
5464
|
},
|
|
5465
5465
|
input: r.data
|
|
5466
5466
|
})
|
|
@@ -5470,23 +5470,23 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5470
5470
|
return this._def.innerType;
|
|
5471
5471
|
}
|
|
5472
5472
|
};
|
|
5473
|
-
c.ZodCatch =
|
|
5474
|
-
|
|
5473
|
+
c.ZodCatch = he;
|
|
5474
|
+
he.create = (s, e) => new he({
|
|
5475
5475
|
innerType: s,
|
|
5476
5476
|
typeName: _.ZodCatch,
|
|
5477
5477
|
catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
|
|
5478
|
-
...
|
|
5478
|
+
...b(e)
|
|
5479
5479
|
});
|
|
5480
|
-
var ke = class extends
|
|
5480
|
+
var ke = class extends v {
|
|
5481
5481
|
static {
|
|
5482
5482
|
d(this, "ZodNaN");
|
|
5483
5483
|
}
|
|
5484
5484
|
_parse(e) {
|
|
5485
|
-
if (this._getType(e) !==
|
|
5485
|
+
if (this._getType(e) !== m.ZodParsedType.nan) {
|
|
5486
5486
|
let r = this._getOrReturnCtx(e);
|
|
5487
5487
|
return (0, u.addIssueToContext)(r, {
|
|
5488
|
-
code:
|
|
5489
|
-
expected:
|
|
5488
|
+
code: f.ZodIssueCode.invalid_type,
|
|
5489
|
+
expected: m.ZodParsedType.nan,
|
|
5490
5490
|
received: r.parsedType
|
|
5491
5491
|
}), u.INVALID;
|
|
5492
5492
|
}
|
|
@@ -5496,10 +5496,10 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5496
5496
|
c.ZodNaN = ke;
|
|
5497
5497
|
ke.create = (s) => new ke({
|
|
5498
5498
|
typeName: _.ZodNaN,
|
|
5499
|
-
...
|
|
5499
|
+
...b(s)
|
|
5500
5500
|
});
|
|
5501
5501
|
c.BRAND = Symbol("zod_brand");
|
|
5502
|
-
var Ze = class extends
|
|
5502
|
+
var Ze = class extends v {
|
|
5503
5503
|
static {
|
|
5504
5504
|
d(this, "ZodBranded");
|
|
5505
5505
|
}
|
|
@@ -5516,7 +5516,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5516
5516
|
}
|
|
5517
5517
|
};
|
|
5518
5518
|
c.ZodBranded = Ze;
|
|
5519
|
-
var Pe = class s extends
|
|
5519
|
+
var Pe = class s extends v {
|
|
5520
5520
|
static {
|
|
5521
5521
|
d(this, "ZodPipeline");
|
|
5522
5522
|
}
|
|
@@ -5561,7 +5561,7 @@ onent})+$", Tt, Bs = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.
|
|
|
5561
5561
|
}
|
|
5562
5562
|
};
|
|
5563
5563
|
c.ZodPipeline = Pe;
|
|
5564
|
-
var
|
|
5564
|
+
var pe = class extends v {
|
|
5565
5565
|
static {
|
|
5566
5566
|
d(this, "ZodReadonly");
|
|
5567
5567
|
}
|
|
@@ -5574,37 +5574,37 @@ eze");
|
|
|
5574
5574
|
return this._def.innerType;
|
|
5575
5575
|
}
|
|
5576
5576
|
};
|
|
5577
|
-
c.ZodReadonly =
|
|
5578
|
-
|
|
5577
|
+
c.ZodReadonly = pe;
|
|
5578
|
+
pe.create = (s, e) => new pe({
|
|
5579
5579
|
innerType: s,
|
|
5580
5580
|
typeName: _.ZodReadonly,
|
|
5581
|
-
...
|
|
5581
|
+
...b(e)
|
|
5582
5582
|
});
|
|
5583
|
-
function
|
|
5583
|
+
function pr(s, e) {
|
|
5584
5584
|
let t = typeof s == "function" ? s(e) : typeof s == "string" ? { message: s } : s;
|
|
5585
5585
|
return typeof t == "string" ? { message: t } : t;
|
|
5586
5586
|
}
|
|
5587
|
-
d(
|
|
5588
|
-
function
|
|
5587
|
+
d(pr, "cleanParams");
|
|
5588
|
+
function br(s, e = {}, t) {
|
|
5589
5589
|
return s ? G.create().superRefine((r, i) => {
|
|
5590
5590
|
var n, o;
|
|
5591
5591
|
let a = s(r);
|
|
5592
5592
|
if (a instanceof Promise)
|
|
5593
5593
|
return a.then((l) => {
|
|
5594
|
-
var
|
|
5594
|
+
var h, p;
|
|
5595
5595
|
if (!l) {
|
|
5596
|
-
let y =
|
|
5596
|
+
let y = pr(e, r), k = (p = (h = y.fatal) !== null && h !== void 0 ? h : t) !== null && p !== void 0 ? p : !0;
|
|
5597
5597
|
i.addIssue({ code: "custom", ...y, fatal: k });
|
|
5598
5598
|
}
|
|
5599
5599
|
});
|
|
5600
5600
|
if (!a) {
|
|
5601
|
-
let l =
|
|
5602
|
-
i.addIssue({ code: "custom", ...l, fatal:
|
|
5601
|
+
let l = pr(e, r), h = (o = (n = l.fatal) !== null && n !== void 0 ? n : t) !== null && o !== void 0 ? o : !0;
|
|
5602
|
+
i.addIssue({ code: "custom", ...l, fatal: h });
|
|
5603
5603
|
}
|
|
5604
5604
|
}) : G.create();
|
|
5605
5605
|
}
|
|
5606
|
-
d(
|
|
5607
|
-
c.custom =
|
|
5606
|
+
d(br, "custom");
|
|
5607
|
+
c.custom = br;
|
|
5608
5608
|
c.late = {
|
|
5609
5609
|
object: E.lazycreate
|
|
5610
5610
|
};
|
|
@@ -5621,10 +5621,10 @@ adonly";
|
|
|
5621
5621
|
})(_ || (c.ZodFirstPartyTypeKind = _ = {}));
|
|
5622
5622
|
var si = /* @__PURE__ */ d((s, e = {
|
|
5623
5623
|
message: `Input not instance of ${s.name}`
|
|
5624
|
-
}) =>
|
|
5624
|
+
}) => br((t) => t instanceof s, e), "instanceOfType");
|
|
5625
5625
|
c.instanceof = si;
|
|
5626
|
-
var
|
|
5627
|
-
c.string =
|
|
5626
|
+
var vr = z.create;
|
|
5627
|
+
c.string = vr;
|
|
5628
5628
|
var xr = Q.create;
|
|
5629
5629
|
c.number = xr;
|
|
5630
5630
|
var ii = ke.create;
|
|
@@ -5635,7 +5635,7 @@ adonly";
|
|
|
5635
5635
|
c.boolean = wr;
|
|
5636
5636
|
var oi = re.create;
|
|
5637
5637
|
c.date = oi;
|
|
5638
|
-
var ai =
|
|
5638
|
+
var ai = be.create;
|
|
5639
5639
|
c.symbol = ai;
|
|
5640
5640
|
var di = se.create;
|
|
5641
5641
|
c.undefined = di;
|
|
@@ -5643,26 +5643,26 @@ adonly";
|
|
|
5643
5643
|
c.null = ci;
|
|
5644
5644
|
var ui = G.create;
|
|
5645
5645
|
c.any = ui;
|
|
5646
|
-
var li =
|
|
5646
|
+
var li = F.create;
|
|
5647
5647
|
c.unknown = li;
|
|
5648
|
-
var
|
|
5649
|
-
c.never =
|
|
5650
|
-
var
|
|
5651
|
-
c.void =
|
|
5652
|
-
var
|
|
5653
|
-
c.array =
|
|
5654
|
-
var
|
|
5655
|
-
c.object =
|
|
5648
|
+
var hi = V.create;
|
|
5649
|
+
c.never = hi;
|
|
5650
|
+
var pi = ve.create;
|
|
5651
|
+
c.void = pi;
|
|
5652
|
+
var fi = q.create;
|
|
5653
|
+
c.array = fi;
|
|
5654
|
+
var mi = E.create;
|
|
5655
|
+
c.object = mi;
|
|
5656
5656
|
var gi = E.strictCreate;
|
|
5657
5657
|
c.strictObject = gi;
|
|
5658
5658
|
var yi = ne.create;
|
|
5659
5659
|
c.union = yi;
|
|
5660
5660
|
var _i = He.create;
|
|
5661
5661
|
c.discriminatedUnion = _i;
|
|
5662
|
-
var
|
|
5663
|
-
c.intersection =
|
|
5664
|
-
var
|
|
5665
|
-
c.tuple =
|
|
5662
|
+
var bi = oe.create;
|
|
5663
|
+
c.intersection = bi;
|
|
5664
|
+
var vi = $.create;
|
|
5665
|
+
c.tuple = vi;
|
|
5666
5666
|
var xi = Ke.create;
|
|
5667
5667
|
c.record = xi;
|
|
5668
5668
|
var wi = xe.create;
|
|
@@ -5681,18 +5681,18 @@ adonly";
|
|
|
5681
5681
|
c.nativeEnum = Ei;
|
|
5682
5682
|
var Ai = J.create;
|
|
5683
5683
|
c.promise = Ai;
|
|
5684
|
-
var kr =
|
|
5684
|
+
var kr = j.create;
|
|
5685
5685
|
c.effect = kr;
|
|
5686
5686
|
c.transformer = kr;
|
|
5687
|
-
var
|
|
5688
|
-
c.optional =
|
|
5689
|
-
var
|
|
5690
|
-
c.nullable =
|
|
5691
|
-
var Ri =
|
|
5687
|
+
var Si = Z.create;
|
|
5688
|
+
c.optional = Si;
|
|
5689
|
+
var ji = M.create;
|
|
5690
|
+
c.nullable = ji;
|
|
5691
|
+
var Ri = j.createWithPreprocess;
|
|
5692
5692
|
c.preprocess = Ri;
|
|
5693
5693
|
var Zi = Pe.create;
|
|
5694
5694
|
c.pipeline = Zi;
|
|
5695
|
-
var Pi = /* @__PURE__ */ d(() =>
|
|
5695
|
+
var Pi = /* @__PURE__ */ d(() => vr().optional(), "ostring");
|
|
5696
5696
|
c.ostring = Pi;
|
|
5697
5697
|
var Ni = /* @__PURE__ */ d(() => xr().optional(), "onumber");
|
|
5698
5698
|
c.onumber = Ni;
|
|
@@ -5726,7 +5726,7 @@ var At = O((N) => {
|
|
|
5726
5726
|
for (var t in s) t !== "default" && !Object.prototype.hasOwnProperty.call(e, t) && Di(e, s, t);
|
|
5727
5727
|
};
|
|
5728
5728
|
Object.defineProperty(N, "__esModule", { value: !0 });
|
|
5729
|
-
Ce(
|
|
5729
|
+
Ce(Fe(), N);
|
|
5730
5730
|
Ce(Ot(), N);
|
|
5731
5731
|
Ce(cr(), N);
|
|
5732
5732
|
Ce(Ae(), N);
|
|
@@ -5768,14 +5768,14 @@ var Tr = O((A) => {
|
|
|
5768
5768
|
// src/cli/bin/index.ts
|
|
5769
5769
|
var Ne = ye(Bt(), 1);
|
|
5770
5770
|
import { getEnvConfig as Rt, parseList as Ki } from "storybook/internal/common";
|
|
5771
|
-
import { logTracker as
|
|
5771
|
+
import { logTracker as jt, logger as fe } from "storybook/internal/node-logger";
|
|
5772
5772
|
import { addToGlobalContext as zi } from "storybook/internal/telemetry";
|
|
5773
5773
|
|
|
5774
5774
|
// ../node_modules/fd-package-json/dist/esm/main.js
|
|
5775
5775
|
var zt = ye(Kt(), 1);
|
|
5776
5776
|
import { resolve as Qr } from "node:path";
|
|
5777
5777
|
import { stat as es, readFile as ts } from "node:fs/promises";
|
|
5778
|
-
import { statSync as
|
|
5778
|
+
import { statSync as mn, readFileSync as gn } from "node:fs";
|
|
5779
5779
|
async function rs(s) {
|
|
5780
5780
|
try {
|
|
5781
5781
|
return (await es(s)).isFile();
|
|
@@ -5806,8 +5806,8 @@ async function B(s) {
|
|
|
5806
5806
|
}
|
|
5807
5807
|
d(B, "findPackage");
|
|
5808
5808
|
|
|
5809
|
-
// node_modules/leven/index.js
|
|
5810
|
-
var
|
|
5809
|
+
// ../node_modules/leven/index.js
|
|
5810
|
+
var mt = [], Gt = [];
|
|
5811
5811
|
function gt(s, e) {
|
|
5812
5812
|
if (s === e)
|
|
5813
5813
|
return 0;
|
|
@@ -5821,18 +5821,18 @@ function gt(s, e) {
|
|
|
5821
5821
|
n++;
|
|
5822
5822
|
if (r -= n, i -= n, r === 0)
|
|
5823
5823
|
return i;
|
|
5824
|
-
let o, a, l,
|
|
5825
|
-
for (;
|
|
5826
|
-
Gt[
|
|
5824
|
+
let o, a, l, h, p = 0, y = 0;
|
|
5825
|
+
for (; p < r; )
|
|
5826
|
+
Gt[p] = s.charCodeAt(n + p), mt[p] = ++p;
|
|
5827
5827
|
for (; y < i; )
|
|
5828
|
-
for (o = e.charCodeAt(n + y), l = y++, a = y,
|
|
5829
|
-
|
|
5828
|
+
for (o = e.charCodeAt(n + y), l = y++, a = y, p = 0; p < r; p++)
|
|
5829
|
+
h = o === Gt[p] ? l : l + 1, l = mt[p], a = mt[p] = l > a ? h > a ? a + 1 : h : h > l ? l + 1 : h;
|
|
5830
5830
|
return a;
|
|
5831
5831
|
}
|
|
5832
5832
|
d(gt, "leven");
|
|
5833
5833
|
|
|
5834
5834
|
// src/cli/bin/index.ts
|
|
5835
|
-
var
|
|
5835
|
+
var me = ye(Xt(), 1);
|
|
5836
5836
|
|
|
5837
5837
|
// ../node_modules/tiny-invariant/dist/esm/tiny-invariant.js
|
|
5838
5838
|
var as = process.env.NODE_ENV === "production", _t = "Invariant failed";
|
|
@@ -5847,7 +5847,7 @@ function H(s, e) {
|
|
|
5847
5847
|
d(H, "invariant");
|
|
5848
5848
|
|
|
5849
5849
|
// package.json
|
|
5850
|
-
var
|
|
5850
|
+
var bt = "9.1.0-alpha.8";
|
|
5851
5851
|
|
|
5852
5852
|
// src/cli/build.ts
|
|
5853
5853
|
import { cache as cs } from "storybook/internal/common";
|
|
@@ -5872,8 +5872,8 @@ var Qt = /* @__PURE__ */ d(async (s) => {
|
|
|
5872
5872
|
}, "build");
|
|
5873
5873
|
|
|
5874
5874
|
// src/cli/buildIndex.ts
|
|
5875
|
-
import { cache as
|
|
5876
|
-
import { buildIndexStandalone as
|
|
5875
|
+
import { cache as hs } from "storybook/internal/common";
|
|
5876
|
+
import { buildIndexStandalone as ps, withTelemetry as fs } from "storybook/internal/core-server";
|
|
5877
5877
|
var er = /* @__PURE__ */ d(async (s) => {
|
|
5878
5878
|
let e = {
|
|
5879
5879
|
...s,
|
|
@@ -5881,22 +5881,22 @@ var er = /* @__PURE__ */ d(async (s) => {
|
|
|
5881
5881
|
outputFile: s.outputFile || "index.json",
|
|
5882
5882
|
ignorePreview: !0,
|
|
5883
5883
|
configType: "PRODUCTION",
|
|
5884
|
-
cache:
|
|
5884
|
+
cache: hs,
|
|
5885
5885
|
packageJson: s.packageJson
|
|
5886
5886
|
}, t = {
|
|
5887
5887
|
...e,
|
|
5888
5888
|
corePresets: [],
|
|
5889
5889
|
overridePresets: []
|
|
5890
5890
|
};
|
|
5891
|
-
await
|
|
5891
|
+
await fs("index", { cliOptions: s, presetOptions: t }, () => ps(e));
|
|
5892
5892
|
}, "buildIndex");
|
|
5893
5893
|
|
|
5894
5894
|
// src/cli/dev.ts
|
|
5895
|
-
import { cache as
|
|
5895
|
+
import { cache as ms } from "storybook/internal/common";
|
|
5896
5896
|
import { buildDevStandalone as gs, withTelemetry as ys } from "storybook/internal/core-server";
|
|
5897
5897
|
import { logger as Y, instance as _s } from "storybook/internal/node-logger";
|
|
5898
|
-
var xt = ye(
|
|
5899
|
-
function
|
|
5898
|
+
var xt = ye(vt(), 1);
|
|
5899
|
+
function bs(s) {
|
|
5900
5900
|
_s.heading = "", s instanceof Error ? s.error ? Y.error(s.error) : s.stats && s.stats.compilation.errors ? s.stats.compilation.errors.forEach(
|
|
5901
5901
|
(e) => Y.plain(e)) : Y.error(s) : s.compilation?.errors && s.compilation.errors.forEach((e) => Y.plain(e)), Y.line(), Y.warn(
|
|
5902
5902
|
s.close ? xt.dedent`
|
|
@@ -5908,7 +5908,7 @@ function vs(s) {
|
|
|
5908
5908
|
`
|
|
5909
5909
|
), Y.line();
|
|
5910
5910
|
}
|
|
5911
|
-
d(
|
|
5911
|
+
d(bs, "printError");
|
|
5912
5912
|
var rr = /* @__PURE__ */ d(async (s) => {
|
|
5913
5913
|
let { env: e } = process;
|
|
5914
5914
|
e.NODE_ENV = e.NODE_ENV || "development";
|
|
@@ -5919,7 +5919,7 @@ var rr = /* @__PURE__ */ d(async (s) => {
|
|
|
5919
5919
|
configDir: s.configDir || "./.storybook",
|
|
5920
5920
|
configType: "DEVELOPMENT",
|
|
5921
5921
|
ignorePreview: !!s.previewUrl && !s.forceBuildPreview,
|
|
5922
|
-
cache:
|
|
5922
|
+
cache: ms,
|
|
5923
5923
|
packageJson: t
|
|
5924
5924
|
};
|
|
5925
5925
|
await ys(
|
|
@@ -5927,7 +5927,7 @@ var rr = /* @__PURE__ */ d(async (s) => {
|
|
|
5927
5927
|
{
|
|
5928
5928
|
cliOptions: s,
|
|
5929
5929
|
presetOptions: r,
|
|
5930
|
-
printError:
|
|
5930
|
+
printError: bs
|
|
5931
5931
|
},
|
|
5932
5932
|
() => gs(r)
|
|
5933
5933
|
);
|
|
@@ -5935,12 +5935,12 @@ var rr = /* @__PURE__ */ d(async (s) => {
|
|
|
5935
5935
|
|
|
5936
5936
|
// src/cli/globalSettings.ts
|
|
5937
5937
|
var Oe = ye(Tr(), 1);
|
|
5938
|
-
import
|
|
5938
|
+
import St from "node:fs/promises";
|
|
5939
5939
|
import { homedir as Ui } from "node:os";
|
|
5940
|
-
import { dirname as
|
|
5940
|
+
import { dirname as Fi, join as qi } from "node:path";
|
|
5941
5941
|
|
|
5942
5942
|
// src/server-errors.ts
|
|
5943
|
-
var Ar = ye(
|
|
5943
|
+
var Ar = ye(vt(), 1);
|
|
5944
5944
|
|
|
5945
5945
|
// src/storybook-error.ts
|
|
5946
5946
|
function Er({
|
|
@@ -6010,25 +6010,25 @@ var Je = class extends Ge {
|
|
|
6010
6010
|
};
|
|
6011
6011
|
|
|
6012
6012
|
// src/cli/globalSettings.ts
|
|
6013
|
-
var Wi =
|
|
6013
|
+
var Wi = qi(Ui(), ".storybook", "settings.json"), Bi = 1, Hi = Oe.z.object({
|
|
6014
6014
|
version: Oe.z.number(),
|
|
6015
6015
|
// NOTE: every key (and subkey) below must be optional, for forwards compatibility reasons
|
|
6016
6016
|
// (we can remove keys once they are deprecated)
|
|
6017
6017
|
userSince: Oe.z.number().optional(),
|
|
6018
6018
|
init: Oe.z.object({ skipOnboarding: Oe.z.boolean().optional() }).optional()
|
|
6019
6019
|
}), Ie;
|
|
6020
|
-
async function
|
|
6020
|
+
async function Sr(s = Wi) {
|
|
6021
6021
|
if (Ie)
|
|
6022
6022
|
return Ie;
|
|
6023
6023
|
try {
|
|
6024
|
-
let e = await
|
|
6024
|
+
let e = await St.readFile(s, "utf8"), t = Hi.parse(JSON.parse(e));
|
|
6025
6025
|
Ie = new Ye(s, t);
|
|
6026
6026
|
} catch {
|
|
6027
6027
|
Ie = new Ye(s, { version: Bi, userSince: Date.now() }), await Ie.save();
|
|
6028
6028
|
}
|
|
6029
6029
|
return Ie;
|
|
6030
6030
|
}
|
|
6031
|
-
d(
|
|
6031
|
+
d(Sr, "globalSettings");
|
|
6032
6032
|
var Ye = class {
|
|
6033
6033
|
static {
|
|
6034
6034
|
d(this, "Settings");
|
|
@@ -6045,7 +6045,7 @@ var Ye = class {
|
|
|
6045
6045
|
/** Save settings to the file */
|
|
6046
6046
|
async save() {
|
|
6047
6047
|
try {
|
|
6048
|
-
await
|
|
6048
|
+
await St.mkdir(Fi(this.filePath), { recursive: !0 }), await St.writeFile(this.filePath, JSON.stringify(this.value, null, 2));
|
|
6049
6049
|
} catch (e) {
|
|
6050
6050
|
throw new Je({
|
|
6051
6051
|
filePath: this.filePath,
|
|
@@ -6056,7 +6056,7 @@ var Ye = class {
|
|
|
6056
6056
|
};
|
|
6057
6057
|
|
|
6058
6058
|
// src/cli/bin/index.ts
|
|
6059
|
-
zi("cliVersion",
|
|
6059
|
+
zi("cliVersion", bt);
|
|
6060
6060
|
var Zt = /* @__PURE__ */ d((s) => Ne.program.command(s).option(
|
|
6061
6061
|
"--disable-telemetry",
|
|
6062
6062
|
"Disable sending telemetry data",
|
|
@@ -6067,15 +6067,15 @@ var Zt = /* @__PURE__ */ d((s) => Ne.program.command(s).option(
|
|
|
6067
6067
|
ile at the end of the run").hook("preAction", async (e) => {
|
|
6068
6068
|
try {
|
|
6069
6069
|
let t = e.opts();
|
|
6070
|
-
t.loglevel &&
|
|
6070
|
+
t.loglevel && fe.setLogLevel(t.loglevel), t.writeLogs && jt.enableLogWriting(), await Sr();
|
|
6071
6071
|
} catch (t) {
|
|
6072
|
-
|
|
6072
|
+
fe.error(`Error loading global settings:
|
|
6073
6073
|
` + String(t));
|
|
6074
6074
|
}
|
|
6075
6075
|
}).hook("postAction", async () => {
|
|
6076
|
-
if (
|
|
6077
|
-
let e = await
|
|
6078
|
-
|
|
6076
|
+
if (jt.shouldWriteLogsToFile) {
|
|
6077
|
+
let e = await jt.writeToFile();
|
|
6078
|
+
fe.outro(`Storybook debug logs can be found at: ${e}`);
|
|
6079
6079
|
}
|
|
6080
6080
|
}), "command");
|
|
6081
6081
|
Zt("dev").option("-p, --port <number>", "Port to run Storybook", (s) => parseInt(s, 10)).option("-h, --host <string>", "Host to run Storyboo\
|
|
@@ -6101,7 +6101,7 @@ ly site using addon-docs").option("--exact-port", "Exit early if the desired por
|
|
|
6101
6101
|
"URL path to be appended when visiting Storybook for the first time"
|
|
6102
6102
|
).option("--preview-only", "Use the preview without the manager UI").action(async (s) => {
|
|
6103
6103
|
let e = await B(__dirname);
|
|
6104
|
-
H(e, "Failed to find the closest package.json file."),
|
|
6104
|
+
H(e, "Failed to find the closest package.json file."), fe.log(me.default.bold(`${e.name} v${e.version}`) + me.default.reset(`
|
|
6105
6105
|
`)), Rt(s, {
|
|
6106
6106
|
port: "SBCONFIG_PORT",
|
|
6107
6107
|
host: "SBCONFIG_HOSTNAME",
|
|
@@ -6124,7 +6124,7 @@ ut the manager UI").action(async (s) => {
|
|
|
6124
6124
|
let { env: e } = process;
|
|
6125
6125
|
e.NODE_ENV = e.NODE_ENV || "production";
|
|
6126
6126
|
let t = await B(__dirname);
|
|
6127
|
-
H(t, "Failed to find the closest package.json file."),
|
|
6127
|
+
H(t, "Failed to find the closest package.json file."), fe.log(me.default.bold(`${t.name} v${t.version}
|
|
6128
6128
|
`)), Rt(s, {
|
|
6129
6129
|
staticDir: "SBCONFIG_STATIC_DIR",
|
|
6130
6130
|
outputDir: "SBCONFIG_OUTPUT_DIR",
|
|
@@ -6140,7 +6140,7 @@ oad Storybook configurations from").option("--quiet", "Suppress verbose build ou
|
|
|
6140
6140
|
let { env: e } = process;
|
|
6141
6141
|
e.NODE_ENV = e.NODE_ENV || "production";
|
|
6142
6142
|
let t = await B(__dirname);
|
|
6143
|
-
H(t, "Failed to find the closest package.json file."),
|
|
6143
|
+
H(t, "Failed to find the closest package.json file."), fe.log(me.default.bold(`${t.name} v${t.version}
|
|
6144
6144
|
`)), Rt(s, {
|
|
6145
6145
|
configDir: "SBCONFIG_CONFIG_DIR",
|
|
6146
6146
|
outputFile: "SBCONFIG_OUTPUT_FILE"
|
|
@@ -6150,9 +6150,9 @@ oad Storybook configurations from").option("--quiet", "Suppress verbose build ou
|
|
|
6150
6150
|
}).catch(() => process.exit(1));
|
|
6151
6151
|
});
|
|
6152
6152
|
Ne.program.on("command:*", ([s]) => {
|
|
6153
|
-
let e = ` Invalid command: ${
|
|
6153
|
+
let e = ` Invalid command: ${me.default.bold(s)}.
|
|
6154
6154
|
See --help for a list of available commands.`, r = Ne.program.commands.map((i) => i.name()).find((i) => gt(i, s) < 3);
|
|
6155
6155
|
r && (e += `
|
|
6156
|
-
Did you mean ${
|
|
6156
|
+
Did you mean ${me.default.yellow(r)}?`), fe.error(e), process.exit(1);
|
|
6157
6157
|
});
|
|
6158
|
-
Ne.program.usage("<command> [options]").version(String(
|
|
6158
|
+
Ne.program.usage("<command> [options]").version(String(bt)).parse(process.argv);
|