@scbt-ecom/ui 0.0.38 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{api-D1IPbF1t.js → api-hh0lx9Yk.js} +258 -212
- package/dist/api-hh0lx9Yk.js.map +1 -0
- package/dist/client.d.ts +1 -0
- package/dist/client.js +7212 -6093
- package/dist/client.js.map +1 -1
- package/dist/hybrid.js +577 -588
- package/dist/hybrid.js.map +1 -1
- package/dist/shared/ui/button/Button.d.ts +3 -2
- package/dist/shared/ui/formControlElements/InputControlMask.d.ts +1 -1
- package/dist/shared/ui/formControlElements/TextareaControl.d.ts +1 -1
- package/dist/shared/ui/formControlElements/comboboxControl/ComboboxControl.d.ts +6 -0
- package/dist/shared/ui/formControlElements/comboboxControl/index.d.ts +1 -0
- package/dist/shared/ui/formControlElements/comboboxControl/ui/CustomOption.d.ts +6 -0
- package/dist/shared/ui/formControlElements/dadata/DadataInputControl.d.ts +1 -1
- package/dist/shared/ui/formControlElements/index.d.ts +4 -2
- package/dist/shared/ui/formControlElements/{InputControl.d.ts → inputControl/InputControl.d.ts} +3 -2
- package/dist/shared/ui/formControlElements/inputControl/index.d.ts +1 -0
- package/dist/shared/ui/formControlElements/inputControl/model/hooks.d.ts +5 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/InputSliderControl.d.ts +7 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/dates/getEndWordMonth.d.ts +1 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/dates/getYearEnding.d.ts +1 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/dates/index.d.ts +2 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/formatNumber.d.ts +1 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/getInputSliderSuffix.d.ts +3 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/getStepByVariant.d.ts +2 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/helpers/index.d.ts +4 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/hooks/useSlider.d.ts +6 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/index.d.ts +1 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/model/types.d.ts +10 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/ui/SliderControl.d.ts +4 -0
- package/dist/shared/ui/formControlElements/inputSliderControlNeedFix/ui/index.d.ts +1 -0
- package/dist/shared/ui/formControlElements/model/props-types.d.ts +2 -0
- package/dist/shared/ui/formControlElements/selectControl/SelectControl.d.ts +24 -0
- package/dist/shared/ui/formControlElements/selectControl/index.d.ts +2 -0
- package/dist/shared/ui/formControlElements/selectControl/ui/CustomListboxButton.d.ts +14 -0
- package/dist/shared/ui/formControlElements/selectControl/ui/CustomOption.d.ts +17 -0
- package/dist/shared/ui/formControlElements/selectControl/ui/index.d.ts +2 -0
- package/dist/shared/ui/formControlElements/ui/FieldAttachment.d.ts +2 -1
- package/dist/shared/ui/formControlElements/ui/FieldContainer.d.ts +1 -0
- package/dist/shared/ui/icon/sprite.gen.d.ts +1 -1
- package/dist/shared/ui/index.d.ts +1 -1
- package/dist/sprites/general.svg +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -1
- package/dist/api-D1IPbF1t.js.map +0 -1
- package/dist/shared/ui/formControlElements/SelectControl.d.ts +0 -27
- package/dist/sprites/common.svg +0 -1
package/dist/hybrid.js
CHANGED
|
@@ -1,33 +1,17 @@
|
|
|
1
|
-
import { p as Fe, j as
|
|
2
|
-
import { B as
|
|
1
|
+
import { p as Fe, j as g, c as x, H as st, a as j, I as Ae, i as ot } from "./api-hh0lx9Yk.js";
|
|
2
|
+
import { B as nn, D as an, b as sn, S as on } from "./api-hh0lx9Yk.js";
|
|
3
3
|
import { forwardRef as We } from "react";
|
|
4
4
|
function qe(r) {
|
|
5
5
|
return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
|
|
6
6
|
}
|
|
7
|
-
const
|
|
8
|
-
variants: {
|
|
9
|
-
as: {
|
|
10
|
-
h1: "mob-headline-bold-m desktop:desk-headline-bold-l",
|
|
11
|
-
h2: "mob-headline-bold-s desktop:desk-headline-bold-m",
|
|
12
|
-
h3: "mob-title-bold-l desktop:desk-title-bold-l",
|
|
13
|
-
h4: "mob-title-bold-m desktop:desk-title-bold-s"
|
|
14
|
-
// # add h5 and h6 if need
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
defaultVariants: {
|
|
18
|
-
as: "h2"
|
|
19
|
-
}
|
|
20
|
-
}), lt = ({ as: r = "h2", children: e, className: t, ...n }) => {
|
|
21
|
-
const a = r;
|
|
22
|
-
return /* @__PURE__ */ y.jsx(a, { className: x(dt({ as: r }), t), ...n, children: e });
|
|
23
|
-
}, ct = E("grid", {
|
|
7
|
+
const Vr = (r, e) => JSON.stringify(r) === JSON.stringify(e), zr = typeof window < "u" && window.document !== void 0, Ee = (r) => r.split("-").map((e) => e.charAt(0).toUpperCase() + e.slice(1).toLowerCase()).join("-"), Pr = (r, e = "dd.MM.yyyy") => Fe(r, e, /* @__PURE__ */ new Date()), Br = ({ children: r, className: e, ...t }) => /* @__PURE__ */ g.jsx("section", { className: x("pb-16 desktop:pb-20", e), ...t, children: r }), dt = ({ children: r, className: e }) => /* @__PURE__ */ g.jsx("div", { className: x("w-full px-4 m-auto desktop:max-w-[1188px]", e), children: r }), lt = j("grid", {
|
|
24
8
|
variants: {
|
|
25
9
|
columnCount: {
|
|
26
10
|
twoColumns: "grid-cols-[repeat(2,minmax(172px,_1fr))] desktop:grid-cols-[repeat(2,minmax(172px,_1fr))]",
|
|
27
11
|
threeColumns: "grid-cols-[repeat(3,minmax(172px,_1fr))] desktop:grid-cols-[repeat(3,minmax(312px,_1fr))]"
|
|
28
12
|
}
|
|
29
13
|
}
|
|
30
|
-
}),
|
|
14
|
+
}), ct = j("grid", {
|
|
31
15
|
variants: {
|
|
32
16
|
columnCount: {
|
|
33
17
|
twoColumns: "",
|
|
@@ -60,7 +44,7 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
60
44
|
class: "grid-cols-[repeat(3,_auto)]"
|
|
61
45
|
}
|
|
62
46
|
]
|
|
63
|
-
}),
|
|
47
|
+
}), ut = j("grid", {
|
|
64
48
|
variants: {
|
|
65
49
|
columnCount: {
|
|
66
50
|
twoColumns: "",
|
|
@@ -73,7 +57,7 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
73
57
|
class: "mobile:overflow-x-scroll mobile:max-w-[368px] mb-1"
|
|
74
58
|
}
|
|
75
59
|
]
|
|
76
|
-
}),
|
|
60
|
+
}), ft = j("border-b border-warm-grey-200 py-4 desktop:desk-body-regular-l mob-body-regular-l", {
|
|
77
61
|
variants: {
|
|
78
62
|
columnCount: {
|
|
79
63
|
twoColumns: "",
|
|
@@ -91,34 +75,34 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
91
75
|
class: "border-transparent border-0 p-0"
|
|
92
76
|
}
|
|
93
77
|
]
|
|
94
|
-
}),
|
|
78
|
+
}), Ur = ({
|
|
95
79
|
headTitle: r,
|
|
96
80
|
tableRows: e,
|
|
97
81
|
tableHead: t,
|
|
98
82
|
additionalText: n,
|
|
99
83
|
columnCount: a,
|
|
100
|
-
classes:
|
|
84
|
+
classes: i
|
|
101
85
|
}) => {
|
|
102
|
-
const
|
|
103
|
-
return /* @__PURE__ */
|
|
104
|
-
/* @__PURE__ */
|
|
105
|
-
/* @__PURE__ */
|
|
106
|
-
/* @__PURE__ */
|
|
86
|
+
const s = t && t.length > 0 ? "exist" : "notExist";
|
|
87
|
+
return /* @__PURE__ */ g.jsx(dt, { children: /* @__PURE__ */ g.jsxs("div", { className: x("flex flex-col", i == null ? void 0 : i.tableRootWrapper), children: [
|
|
88
|
+
/* @__PURE__ */ g.jsx(st, { as: "h3", className: x("mob-title-bold-m desktop:desk-title-bold-s pb-6", i == null ? void 0 : i.tableHeading), children: r }),
|
|
89
|
+
/* @__PURE__ */ g.jsxs("div", { className: x(ut({ columnCount: a }), i == null ? void 0 : i.tableBody), children: [
|
|
90
|
+
/* @__PURE__ */ g.jsx("ul", { className: x(lt({ columnCount: a }), i == null ? void 0 : i.tableTitlesContainer), children: t == null ? void 0 : t.map((o) => /* @__PURE__ */ g.jsx(
|
|
107
91
|
"li",
|
|
108
92
|
{
|
|
109
93
|
className: x(
|
|
110
94
|
"border-b border-warm-grey-200 mob-body-regular-l desktop:desk-body-regular-l py-4",
|
|
111
|
-
|
|
95
|
+
i == null ? void 0 : i.tableTitleRow
|
|
112
96
|
),
|
|
113
97
|
children: o
|
|
114
98
|
},
|
|
115
99
|
o
|
|
116
100
|
)) }),
|
|
117
|
-
/* @__PURE__ */
|
|
101
|
+
/* @__PURE__ */ g.jsx("ul", { className: x("mb-4 flex flex-col", i == null ? void 0 : i.tableBodyContainer), children: e.map((o) => /* @__PURE__ */ g.jsx("li", { className: x(ct({ columnCount: a, titlesExist: s }), i == null ? void 0 : i.tableBodyRow), children: o.map((l) => /* @__PURE__ */ g.jsx("p", { className: x(ft({ titlesExist: s, columnCount: a }), i == null ? void 0 : i.tableBodyCeil), children: l.text })) })) })
|
|
118
102
|
] }),
|
|
119
|
-
/* @__PURE__ */
|
|
103
|
+
/* @__PURE__ */ g.jsx("p", { className: x("mob-body-regular-m desktop:desk-body-regular-l", i == null ? void 0 : i.tableAdditionalText), children: n })
|
|
120
104
|
] }) });
|
|
121
|
-
},
|
|
105
|
+
}, Fr = ({ linksList: r }) => /* @__PURE__ */ g.jsx("div", { "aria-label": "Breadcrumb", className: "max-w-[840px] flex items-center gap-2", children: r.map((e) => /* @__PURE__ */ g.jsx(g.Fragment, { children: "path" in e ? /* @__PURE__ */ g.jsxs(
|
|
122
106
|
"div",
|
|
123
107
|
{
|
|
124
108
|
className: x(
|
|
@@ -126,7 +110,7 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
126
110
|
{ "!border-transparent pointer-events-none": e == null ? void 0 : e.isDisabled }
|
|
127
111
|
),
|
|
128
112
|
children: [
|
|
129
|
-
/* @__PURE__ */
|
|
113
|
+
/* @__PURE__ */ g.jsx(
|
|
130
114
|
"a",
|
|
131
115
|
{
|
|
132
116
|
href: e.path,
|
|
@@ -139,8 +123,8 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
139
123
|
children: e.label
|
|
140
124
|
}
|
|
141
125
|
),
|
|
142
|
-
/* @__PURE__ */
|
|
143
|
-
|
|
126
|
+
/* @__PURE__ */ g.jsx(
|
|
127
|
+
Ae,
|
|
144
128
|
{
|
|
145
129
|
name: "arrows/arrowRight",
|
|
146
130
|
className: x("text-icon-primary-default size-4", { "!text-icon-disabled": e == null ? void 0 : e.isDisabled })
|
|
@@ -148,7 +132,7 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
148
132
|
)
|
|
149
133
|
]
|
|
150
134
|
}
|
|
151
|
-
) : /* @__PURE__ */
|
|
135
|
+
) : /* @__PURE__ */ g.jsx("div", { "aria-current": "page", className: "text-color-blue-grey-600 desk-body-regular-m", children: e.label }) })) }), pt = j("", {
|
|
152
136
|
variants: {
|
|
153
137
|
position: {
|
|
154
138
|
absolute: "absolute",
|
|
@@ -159,7 +143,7 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
159
143
|
defaultVariants: {
|
|
160
144
|
position: "static"
|
|
161
145
|
}
|
|
162
|
-
}),
|
|
146
|
+
}), mt = j("border-2 border-solid block animate-spin rounded-full", {
|
|
163
147
|
variants: {
|
|
164
148
|
intent: {
|
|
165
149
|
primary: "border-white border-b-transparent",
|
|
@@ -175,21 +159,21 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
175
159
|
size: "md",
|
|
176
160
|
intent: "primary"
|
|
177
161
|
}
|
|
178
|
-
}),
|
|
179
|
-
/* @__PURE__ */
|
|
180
|
-
a && /* @__PURE__ */
|
|
181
|
-
] }),
|
|
162
|
+
}), ht = ({ size: r = "md", classes: e, intent: t = "secondary", position: n = "static", text: a, ...i }) => /* @__PURE__ */ g.jsxs("div", { className: x(pt({ position: n }), { "flex flex-col items-center gap-2": a }, e == null ? void 0 : e.wrapper), children: [
|
|
163
|
+
/* @__PURE__ */ g.jsx("span", { "data-testid": "loader", className: x(mt({ size: r, intent: t }), e == null ? void 0 : e.loader), ...i }),
|
|
164
|
+
a && /* @__PURE__ */ g.jsx("p", { className: x("desk-body-regular-l text-color-dark", e == null ? void 0 : e.text), children: a })
|
|
165
|
+
] }), yt = (r) => {
|
|
182
166
|
switch (r) {
|
|
183
167
|
case "ghost":
|
|
184
168
|
case "secondary":
|
|
185
169
|
return "secondary";
|
|
186
170
|
case "primary":
|
|
187
|
-
case "
|
|
171
|
+
case "negative":
|
|
188
172
|
return "primary";
|
|
189
173
|
default:
|
|
190
174
|
return r;
|
|
191
175
|
}
|
|
192
|
-
},
|
|
176
|
+
}, gt = j(
|
|
193
177
|
"relative flex items-center justify-center gap-4 cursor-pointer rounded-sm w-[216px] outline-offset-4 outline-transparent outline-2 desk-body-regular-l transition duration-12 active:scale-[0.97] disabled:pointer-events-none",
|
|
194
178
|
{
|
|
195
179
|
variants: {
|
|
@@ -197,7 +181,7 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
197
181
|
primary: "bg-color-primary-default text-color-white outline-offset-[3px] hover:bg-color-primary-hover active:bg-color-primary-hover focus:bg-color-primary-default focus:outline-primary-focus disabled:bg-color-primary-disabled",
|
|
198
182
|
secondary: "bg-transparent text-color-primary-default border border-solid border-primary-default hover:bg-color-primary-tr-hover active:bg-color-primary-tr-pressed active:border-primary-hover focus:outline-primary-focus focus:bg-color-primary-tr-focus disabled:bg-color-blue-grey-200 disabled:text-color-primary-disabled disabled:border-transparent",
|
|
199
183
|
ghost: "bg-transparent text-color-primary-default hover:bg-color-primary-tr-hover hover:text-color-primary-hover focus:bg-color-primary-tr-focus focus:outline-primary-focus active:bg-color-primary-tr-pressed active:text-color-primary-hover disabled:text-color-primary-disabled disabled:bg-transparent",
|
|
200
|
-
|
|
184
|
+
negative: "bg-color-secondary-default text-color-white outline-offset-[3px] hover:bg-color-secondary-hover disabled:bg-color-secondary-disabled active:bg-color-secondary-hover focus:bg-color-secondary-default focus:outline-primary-focus"
|
|
201
185
|
},
|
|
202
186
|
size: {
|
|
203
187
|
sm: "h-10",
|
|
@@ -210,6 +194,9 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
210
194
|
lowercase: "lowercase",
|
|
211
195
|
initial: "initial"
|
|
212
196
|
},
|
|
197
|
+
isFull: {
|
|
198
|
+
true: "w-full px-4"
|
|
199
|
+
},
|
|
213
200
|
isLoading: {
|
|
214
201
|
true: "",
|
|
215
202
|
false: ""
|
|
@@ -232,7 +219,7 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
232
219
|
class: "!bg-color-blue-grey-200"
|
|
233
220
|
},
|
|
234
221
|
{
|
|
235
|
-
intent: "
|
|
222
|
+
intent: "negative",
|
|
236
223
|
isLoading: !0,
|
|
237
224
|
class: "!bg-color-secondary-default"
|
|
238
225
|
}
|
|
@@ -240,38 +227,40 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
240
227
|
defaultVariants: {
|
|
241
228
|
intent: "primary",
|
|
242
229
|
size: "md",
|
|
243
|
-
textFormat: "initial"
|
|
230
|
+
textFormat: "initial",
|
|
231
|
+
isFull: !1
|
|
244
232
|
}
|
|
245
233
|
}
|
|
246
|
-
),
|
|
234
|
+
), Wr = We(
|
|
247
235
|
({
|
|
248
236
|
intent: r,
|
|
249
237
|
size: e,
|
|
250
238
|
className: t,
|
|
251
239
|
children: n,
|
|
252
240
|
type: a = "button",
|
|
253
|
-
iconLeft:
|
|
254
|
-
iconRight:
|
|
241
|
+
iconLeft: i,
|
|
242
|
+
iconRight: s,
|
|
255
243
|
disabled: o = !1,
|
|
256
244
|
isLoading: l = !1,
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
245
|
+
isFull: c = !1,
|
|
246
|
+
textFormat: h,
|
|
247
|
+
...C
|
|
248
|
+
}, he) => /* @__PURE__ */ g.jsx(
|
|
260
249
|
"button",
|
|
261
250
|
{
|
|
262
|
-
ref:
|
|
251
|
+
ref: he,
|
|
263
252
|
type: a,
|
|
264
253
|
disabled: o || l,
|
|
265
|
-
className: x(
|
|
266
|
-
...
|
|
267
|
-
children: l ? /* @__PURE__ */
|
|
268
|
-
|
|
254
|
+
className: x(gt({ intent: r, size: e, textFormat: h, isLoading: l, isFull: c }), t),
|
|
255
|
+
...C,
|
|
256
|
+
children: l ? /* @__PURE__ */ g.jsx(ht, { size: "sm", intent: yt(r) }) : /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
|
|
257
|
+
i && /* @__PURE__ */ g.jsx("span", { className: "size-5 flex items-center justify-center", children: i }),
|
|
269
258
|
n,
|
|
270
|
-
|
|
259
|
+
s && /* @__PURE__ */ g.jsx("span", { className: "size-5 flex items-center justify-center", children: s })
|
|
271
260
|
] })
|
|
272
261
|
}
|
|
273
262
|
)
|
|
274
|
-
),
|
|
263
|
+
), vt = j(
|
|
275
264
|
"group flex items-center justify-center cursor-pointer rounded-full outline-offset-[3px] outline-transparent outline-2 transition duration-12 active:scale-[0.97] disabled:pointer-events-none",
|
|
276
265
|
{
|
|
277
266
|
variants: {
|
|
@@ -291,9 +280,9 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
291
280
|
size: "lg"
|
|
292
281
|
}
|
|
293
282
|
}
|
|
294
|
-
),
|
|
295
|
-
({ size: r, intent: e, children: t, classes: n, type: a = "button", ...
|
|
296
|
-
),
|
|
283
|
+
), qr = We(
|
|
284
|
+
({ size: r, intent: e, children: t, classes: n, type: a = "button", ...i }, s) => /* @__PURE__ */ g.jsx("button", { ref: s, type: a, className: x(vt({ intent: e, size: r }), n == null ? void 0 : n.button), ...i, children: /* @__PURE__ */ g.jsx("span", { className: x(n == null ? void 0 : n.icon), children: t }) })
|
|
285
|
+
), _t = j(
|
|
297
286
|
"group underline underline-offset-4 outline-none p-[2px] rounded-sm border border-solid border-transparent",
|
|
298
287
|
{
|
|
299
288
|
variants: {
|
|
@@ -321,7 +310,7 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
321
310
|
size: "sm"
|
|
322
311
|
}
|
|
323
312
|
}
|
|
324
|
-
),
|
|
313
|
+
), xt = j("size-6", {
|
|
325
314
|
variants: {
|
|
326
315
|
intent: {
|
|
327
316
|
blue: "text-icon-primary-default group-hover:text-icon-primary-hover group-focus:text-icon-primary-default ",
|
|
@@ -336,19 +325,19 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
336
325
|
intent: "blue",
|
|
337
326
|
disabled: !1
|
|
338
327
|
}
|
|
339
|
-
}),
|
|
328
|
+
}), Gr = ({
|
|
340
329
|
Component: r = "a",
|
|
341
330
|
intent: e,
|
|
342
331
|
children: t,
|
|
343
332
|
withIcon: n,
|
|
344
333
|
disabled: a,
|
|
345
|
-
size:
|
|
346
|
-
icon:
|
|
334
|
+
size: i,
|
|
335
|
+
icon: s = "arrows/arrowLink",
|
|
347
336
|
...o
|
|
348
|
-
}) => /* @__PURE__ */
|
|
337
|
+
}) => /* @__PURE__ */ g.jsxs(r, { className: x(_t({ intent: e, withIcon: n, disabled: a, size: i })), ...o, children: [
|
|
349
338
|
t,
|
|
350
|
-
n && /* @__PURE__ */
|
|
351
|
-
] }),
|
|
339
|
+
n && /* @__PURE__ */ g.jsx(Ae, { name: s, className: x(xt({ intent: e, disabled: a })) })
|
|
340
|
+
] }), bt = j("size-8 transition-colors", {
|
|
352
341
|
variants: {
|
|
353
342
|
intent: {
|
|
354
343
|
outline: "text-icon-secondary-dark-default group-hover:text-icon-secondary-dark-hover",
|
|
@@ -358,10 +347,10 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
358
347
|
defaultVariants: {
|
|
359
348
|
intent: "outline"
|
|
360
349
|
}
|
|
361
|
-
}),
|
|
350
|
+
}), wt = {
|
|
362
351
|
filled: "files/documentFilled",
|
|
363
352
|
outline: "files/documentOutline"
|
|
364
|
-
},
|
|
353
|
+
}, Hr = ({ text: r, size: e, sizeType: t, href: n, intent: a = "outline" }) => /* @__PURE__ */ g.jsxs(
|
|
365
354
|
"a",
|
|
366
355
|
{
|
|
367
356
|
href: n,
|
|
@@ -372,10 +361,10 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
372
361
|
"flex items-center gap-2 cursor-pointer group outline outline-2 outline-transparent transition-colors focus-within:outline-primary-focus rounded-sm p-1 max-w-[288px] desktop:max-w-[592px]"
|
|
373
362
|
),
|
|
374
363
|
children: [
|
|
375
|
-
/* @__PURE__ */
|
|
376
|
-
/* @__PURE__ */
|
|
377
|
-
/* @__PURE__ */
|
|
378
|
-
/* @__PURE__ */
|
|
364
|
+
/* @__PURE__ */ g.jsx(Ae, { name: wt[a], className: x(bt({ intent: a })) }),
|
|
365
|
+
/* @__PURE__ */ g.jsxs("div", { className: x("flex flex-col flex-1"), children: [
|
|
366
|
+
/* @__PURE__ */ g.jsx("p", { className: x("desk-body-medium-l text-color-dark "), children: r }),
|
|
367
|
+
/* @__PURE__ */ g.jsxs("div", { className: x("desk-body-regular-m text-color-disabled"), children: [
|
|
379
368
|
e,
|
|
380
369
|
" ",
|
|
381
370
|
t
|
|
@@ -383,20 +372,20 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
383
372
|
] })
|
|
384
373
|
]
|
|
385
374
|
}
|
|
386
|
-
),
|
|
387
|
-
/* @__PURE__ */
|
|
388
|
-
/* @__PURE__ */
|
|
389
|
-
] }),
|
|
390
|
-
r && /* @__PURE__ */
|
|
391
|
-
/* @__PURE__ */
|
|
392
|
-
/* @__PURE__ */
|
|
375
|
+
), Jr = ({ phone: r, text: e, classes: t }) => /* @__PURE__ */ g.jsxs("div", { className: x("flex flex-col", t == null ? void 0 : t.wrapper), children: [
|
|
376
|
+
/* @__PURE__ */ g.jsx("a", { href: `tel:${r}`, className: x("text-color-dark desk-body-medium-l", t == null ? void 0 : t.link), children: r }),
|
|
377
|
+
/* @__PURE__ */ g.jsx("p", { className: x("text-color-tetriary desk-body-regular-l", t == null ? void 0 : t.text), children: e })
|
|
378
|
+
] }), Yr = ({ topContent: r, bottomContent: e, progress: t, maxPercent: n = 100, classes: a }) => /* @__PURE__ */ g.jsxs("div", { className: x("flex flex-col", a == null ? void 0 : a.wrapper), children: [
|
|
379
|
+
r && /* @__PURE__ */ g.jsx("div", { className: x("flex justify-between gap-5 mb-2", a == null ? void 0 : a.topContent), children: r }),
|
|
380
|
+
/* @__PURE__ */ g.jsxs("div", { className: x("relative w-[328xp] desktop:w-[524px] h-2 rounded-md bg-color-blue-grey-100", a == null ? void 0 : a.progressBar), children: [
|
|
381
|
+
/* @__PURE__ */ g.jsx(
|
|
393
382
|
"div",
|
|
394
383
|
{
|
|
395
384
|
style: { width: `${t}%` },
|
|
396
385
|
className: x("relative transition-all bg-color-positive h-2 rounded-md z-[4]", a == null ? void 0 : a.progress)
|
|
397
386
|
}
|
|
398
387
|
),
|
|
399
|
-
/* @__PURE__ */
|
|
388
|
+
/* @__PURE__ */ g.jsx(
|
|
400
389
|
"span",
|
|
401
390
|
{
|
|
402
391
|
style: { maxWidth: `${n}%` },
|
|
@@ -407,8 +396,8 @@ const zr = (r, e) => JSON.stringify(r) === JSON.stringify(e), Pr = typeof window
|
|
|
407
396
|
}
|
|
408
397
|
)
|
|
409
398
|
] }),
|
|
410
|
-
e && /* @__PURE__ */
|
|
411
|
-
] }),
|
|
399
|
+
e && /* @__PURE__ */ g.jsx("div", { className: x("flex justify-between gap-5 mt-2", a == null ? void 0 : a.bottomContent), children: e })
|
|
400
|
+
] }), Xr = ({ className: r }) => /* @__PURE__ */ g.jsx("div", { className: x("skeleton-apply h-full w-full", r) }), kt = /^[\u0400-\u04FF\u00CB\u00EB -]+$/, Me = /^(?:[^-]+(?:-[^-]+){0,4}|[^-]+)$/, Tt = /^[a-zA-Zа-яА-ЯёЁ]+(?:\s*-\s*[a-zA-Zа-яА-ЯёЁ]+){0,4}(?:\s+[a-zA-Zа-яА-ЯёЁ]+(?:\s*-\s*[a-zA-Zа-яА-ЯёЁ]+){0,4})?$/i, ye = {
|
|
412
401
|
REQUIRED: "Поле обязательно к заполнению",
|
|
413
402
|
MIN_LENGTH: "Минимальная длина символов должна быть не менее",
|
|
414
403
|
MAX_LENGTH: "Максимальная длина символов должна быть не более",
|
|
@@ -430,40 +419,40 @@ var b;
|
|
|
430
419
|
throw new Error();
|
|
431
420
|
}
|
|
432
421
|
r.assertNever = t, r.arrayToEnum = (a) => {
|
|
433
|
-
const
|
|
434
|
-
for (const
|
|
435
|
-
s
|
|
436
|
-
return
|
|
422
|
+
const i = {};
|
|
423
|
+
for (const s of a)
|
|
424
|
+
i[s] = s;
|
|
425
|
+
return i;
|
|
437
426
|
}, r.getValidEnumValues = (a) => {
|
|
438
|
-
const
|
|
439
|
-
for (const o of
|
|
440
|
-
|
|
441
|
-
return r.objectValues(
|
|
442
|
-
}, r.objectValues = (a) => r.objectKeys(a).map(function(
|
|
443
|
-
return a[
|
|
427
|
+
const i = r.objectKeys(a).filter((o) => typeof a[a[o]] != "number"), s = {};
|
|
428
|
+
for (const o of i)
|
|
429
|
+
s[o] = a[o];
|
|
430
|
+
return r.objectValues(s);
|
|
431
|
+
}, r.objectValues = (a) => r.objectKeys(a).map(function(i) {
|
|
432
|
+
return a[i];
|
|
444
433
|
}), r.objectKeys = typeof Object.keys == "function" ? (a) => Object.keys(a) : (a) => {
|
|
445
|
-
const
|
|
446
|
-
for (const
|
|
447
|
-
Object.prototype.hasOwnProperty.call(a,
|
|
448
|
-
return
|
|
449
|
-
}, r.find = (a,
|
|
450
|
-
for (const
|
|
451
|
-
if (s
|
|
452
|
-
return
|
|
434
|
+
const i = [];
|
|
435
|
+
for (const s in a)
|
|
436
|
+
Object.prototype.hasOwnProperty.call(a, s) && i.push(s);
|
|
437
|
+
return i;
|
|
438
|
+
}, r.find = (a, i) => {
|
|
439
|
+
for (const s of a)
|
|
440
|
+
if (i(s))
|
|
441
|
+
return s;
|
|
453
442
|
}, r.isInteger = typeof Number.isInteger == "function" ? (a) => Number.isInteger(a) : (a) => typeof a == "number" && isFinite(a) && Math.floor(a) === a;
|
|
454
|
-
function n(a,
|
|
455
|
-
return a.map((
|
|
443
|
+
function n(a, i = " | ") {
|
|
444
|
+
return a.map((s) => typeof s == "string" ? `'${s}'` : s).join(i);
|
|
456
445
|
}
|
|
457
|
-
r.joinValues = n, r.jsonStringifyReplacer = (a,
|
|
446
|
+
r.joinValues = n, r.jsonStringifyReplacer = (a, i) => typeof i == "bigint" ? i.toString() : i;
|
|
458
447
|
})(b || (b = {}));
|
|
459
|
-
var
|
|
448
|
+
var je;
|
|
460
449
|
(function(r) {
|
|
461
450
|
r.mergeShapes = (e, t) => ({
|
|
462
451
|
...e,
|
|
463
452
|
...t
|
|
464
453
|
// second overwrites first
|
|
465
454
|
});
|
|
466
|
-
})(
|
|
455
|
+
})(je || (je = {}));
|
|
467
456
|
const f = b.arrayToEnum([
|
|
468
457
|
"string",
|
|
469
458
|
"nan",
|
|
@@ -523,7 +512,7 @@ const f = b.arrayToEnum([
|
|
|
523
512
|
"invalid_intersection_types",
|
|
524
513
|
"not_multiple_of",
|
|
525
514
|
"not_finite"
|
|
526
|
-
]),
|
|
515
|
+
]), Ct = (r) => JSON.stringify(r, null, 2).replace(/"([^"]+)":/g, "$1:");
|
|
527
516
|
class N extends Error {
|
|
528
517
|
constructor(e) {
|
|
529
518
|
super(), this.issues = [], this.addIssue = (n) => {
|
|
@@ -538,23 +527,23 @@ class N extends Error {
|
|
|
538
527
|
return this.issues;
|
|
539
528
|
}
|
|
540
529
|
format(e) {
|
|
541
|
-
const t = e || function(
|
|
542
|
-
return
|
|
543
|
-
}, n = { _errors: [] }, a = (
|
|
544
|
-
for (const
|
|
545
|
-
if (
|
|
546
|
-
|
|
547
|
-
else if (
|
|
548
|
-
a(
|
|
549
|
-
else if (
|
|
550
|
-
a(
|
|
551
|
-
else if (
|
|
552
|
-
n._errors.push(t(
|
|
530
|
+
const t = e || function(i) {
|
|
531
|
+
return i.message;
|
|
532
|
+
}, n = { _errors: [] }, a = (i) => {
|
|
533
|
+
for (const s of i.issues)
|
|
534
|
+
if (s.code === "invalid_union")
|
|
535
|
+
s.unionErrors.map(a);
|
|
536
|
+
else if (s.code === "invalid_return_type")
|
|
537
|
+
a(s.returnTypeError);
|
|
538
|
+
else if (s.code === "invalid_arguments")
|
|
539
|
+
a(s.argumentsError);
|
|
540
|
+
else if (s.path.length === 0)
|
|
541
|
+
n._errors.push(t(s));
|
|
553
542
|
else {
|
|
554
543
|
let o = n, l = 0;
|
|
555
|
-
for (; l <
|
|
556
|
-
const c =
|
|
557
|
-
l ===
|
|
544
|
+
for (; l < s.path.length; ) {
|
|
545
|
+
const c = s.path[l];
|
|
546
|
+
l === s.path.length - 1 ? (o[c] = o[c] || { _errors: [] }, o[c]._errors.push(t(s))) : o[c] = o[c] || { _errors: [] }, o = o[c], l++;
|
|
558
547
|
}
|
|
559
548
|
}
|
|
560
549
|
};
|
|
@@ -641,35 +630,35 @@ const H = (r, e) => {
|
|
|
641
630
|
return { message: t };
|
|
642
631
|
};
|
|
643
632
|
let Ge = H;
|
|
644
|
-
function
|
|
633
|
+
function Nt(r) {
|
|
645
634
|
Ge = r;
|
|
646
635
|
}
|
|
647
|
-
function
|
|
636
|
+
function ve() {
|
|
648
637
|
return Ge;
|
|
649
638
|
}
|
|
650
|
-
const
|
|
651
|
-
const { data: e, path: t, errorMaps: n, issueData: a } = r,
|
|
639
|
+
const _e = (r) => {
|
|
640
|
+
const { data: e, path: t, errorMaps: n, issueData: a } = r, i = [...t, ...a.path || []], s = {
|
|
652
641
|
...a,
|
|
653
|
-
path:
|
|
642
|
+
path: i
|
|
654
643
|
};
|
|
655
644
|
if (a.message !== void 0)
|
|
656
645
|
return {
|
|
657
646
|
...a,
|
|
658
|
-
path:
|
|
647
|
+
path: i,
|
|
659
648
|
message: a.message
|
|
660
649
|
};
|
|
661
650
|
let o = "";
|
|
662
651
|
const l = n.filter((c) => !!c).slice().reverse();
|
|
663
652
|
for (const c of l)
|
|
664
|
-
o = c(
|
|
653
|
+
o = c(s, { data: e, defaultError: o }).message;
|
|
665
654
|
return {
|
|
666
655
|
...a,
|
|
667
|
-
path:
|
|
656
|
+
path: i,
|
|
668
657
|
message: o
|
|
669
658
|
};
|
|
670
|
-
},
|
|
659
|
+
}, Et = [];
|
|
671
660
|
function u(r, e) {
|
|
672
|
-
const t =
|
|
661
|
+
const t = ve(), n = _e({
|
|
673
662
|
issueData: e,
|
|
674
663
|
data: r.data,
|
|
675
664
|
path: r.path,
|
|
@@ -697,7 +686,7 @@ class k {
|
|
|
697
686
|
const n = [];
|
|
698
687
|
for (const a of t) {
|
|
699
688
|
if (a.status === "aborted")
|
|
700
|
-
return
|
|
689
|
+
return y;
|
|
701
690
|
a.status === "dirty" && e.dirty(), n.push(a.value);
|
|
702
691
|
}
|
|
703
692
|
return { status: e.value, value: n };
|
|
@@ -705,10 +694,10 @@ class k {
|
|
|
705
694
|
static async mergeObjectAsync(e, t) {
|
|
706
695
|
const n = [];
|
|
707
696
|
for (const a of t) {
|
|
708
|
-
const
|
|
697
|
+
const i = await a.key, s = await a.value;
|
|
709
698
|
n.push({
|
|
710
|
-
key:
|
|
711
|
-
value:
|
|
699
|
+
key: i,
|
|
700
|
+
value: s
|
|
712
701
|
});
|
|
713
702
|
}
|
|
714
703
|
return k.mergeObjectSync(e, n);
|
|
@@ -716,18 +705,18 @@ class k {
|
|
|
716
705
|
static mergeObjectSync(e, t) {
|
|
717
706
|
const n = {};
|
|
718
707
|
for (const a of t) {
|
|
719
|
-
const { key:
|
|
720
|
-
if (
|
|
721
|
-
return
|
|
722
|
-
|
|
708
|
+
const { key: i, value: s } = a;
|
|
709
|
+
if (i.status === "aborted" || s.status === "aborted")
|
|
710
|
+
return y;
|
|
711
|
+
i.status === "dirty" && e.dirty(), s.status === "dirty" && e.dirty(), i.value !== "__proto__" && (typeof s.value < "u" || a.alwaysSet) && (n[i.value] = s.value);
|
|
723
712
|
}
|
|
724
713
|
return { status: e.value, value: n };
|
|
725
714
|
}
|
|
726
715
|
}
|
|
727
|
-
const
|
|
716
|
+
const y = Object.freeze({
|
|
728
717
|
status: "aborted"
|
|
729
|
-
}), q = (r) => ({ status: "dirty", value: r }), T = (r) => ({ status: "valid", value: r }),
|
|
730
|
-
function
|
|
718
|
+
}), q = (r) => ({ status: "dirty", value: r }), T = (r) => ({ status: "valid", value: r }), Oe = (r) => r.status === "aborted", Ie = (r) => r.status === "dirty", K = (r) => r.status === "valid", ee = (r) => typeof Promise < "u" && r instanceof Promise;
|
|
719
|
+
function xe(r, e, t, n) {
|
|
731
720
|
if (typeof e == "function" ? r !== e || !n : !e.has(r)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
732
721
|
return e.get(r);
|
|
733
722
|
}
|
|
@@ -769,10 +758,10 @@ function v(r) {
|
|
|
769
758
|
const { errorMap: e, invalid_type_error: t, required_error: n, description: a } = r;
|
|
770
759
|
if (e && (t || n))
|
|
771
760
|
throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);
|
|
772
|
-
return e ? { errorMap: e, description: a } : { errorMap: (
|
|
761
|
+
return e ? { errorMap: e, description: a } : { errorMap: (s, o) => {
|
|
773
762
|
var l, c;
|
|
774
763
|
const { message: h } = r;
|
|
775
|
-
return
|
|
764
|
+
return s.code === "invalid_enum_value" ? { message: h ?? o.defaultError } : typeof o.data > "u" ? { message: (l = h ?? n) !== null && l !== void 0 ? l : o.defaultError } : s.code !== "invalid_type" ? { message: o.defaultError } : { message: (c = h ?? t) !== null && c !== void 0 ? c : o.defaultError };
|
|
776
765
|
}, description: a };
|
|
777
766
|
}
|
|
778
767
|
class _ {
|
|
@@ -837,8 +826,8 @@ class _ {
|
|
|
837
826
|
parent: null,
|
|
838
827
|
data: e,
|
|
839
828
|
parsedType: L(e)
|
|
840
|
-
},
|
|
841
|
-
return Le(a,
|
|
829
|
+
}, i = this._parseSync({ data: e, path: a.path, parent: a });
|
|
830
|
+
return Le(a, i);
|
|
842
831
|
}
|
|
843
832
|
async parseAsync(e, t) {
|
|
844
833
|
const n = await this.safeParseAsync(e, t);
|
|
@@ -858,17 +847,17 @@ class _ {
|
|
|
858
847
|
parent: null,
|
|
859
848
|
data: e,
|
|
860
849
|
parsedType: L(e)
|
|
861
|
-
}, a = this._parse({ data: e, path: n.path, parent: n }),
|
|
862
|
-
return Le(n,
|
|
850
|
+
}, a = this._parse({ data: e, path: n.path, parent: n }), i = await (ee(a) ? a : Promise.resolve(a));
|
|
851
|
+
return Le(n, i);
|
|
863
852
|
}
|
|
864
853
|
refine(e, t) {
|
|
865
854
|
const n = (a) => typeof t == "string" || typeof t > "u" ? { message: t } : typeof t == "function" ? t(a) : t;
|
|
866
|
-
return this._refinement((a,
|
|
867
|
-
const
|
|
855
|
+
return this._refinement((a, i) => {
|
|
856
|
+
const s = e(a), o = () => i.addIssue({
|
|
868
857
|
code: d.custom,
|
|
869
858
|
...n(a)
|
|
870
859
|
});
|
|
871
|
-
return typeof Promise < "u" &&
|
|
860
|
+
return typeof Promise < "u" && s instanceof Promise ? s.then((l) => l ? !0 : (o(), !1)) : s ? !0 : (o(), !1);
|
|
872
861
|
});
|
|
873
862
|
}
|
|
874
863
|
refinement(e, t) {
|
|
@@ -903,7 +892,7 @@ class _ {
|
|
|
903
892
|
return ae.create([this, e], this._def);
|
|
904
893
|
}
|
|
905
894
|
and(e) {
|
|
906
|
-
return
|
|
895
|
+
return ie.create(this, e, this._def);
|
|
907
896
|
}
|
|
908
897
|
transform(e) {
|
|
909
898
|
return new Z({
|
|
@@ -923,7 +912,7 @@ class _ {
|
|
|
923
912
|
});
|
|
924
913
|
}
|
|
925
914
|
brand() {
|
|
926
|
-
return new
|
|
915
|
+
return new De({
|
|
927
916
|
typeName: m.ZodBranded,
|
|
928
917
|
type: this,
|
|
929
918
|
...v(this._def)
|
|
@@ -958,14 +947,14 @@ class _ {
|
|
|
958
947
|
return this.safeParse(null).success;
|
|
959
948
|
}
|
|
960
949
|
}
|
|
961
|
-
const St = /^c[^\s-]{8,}$/i, Zt = /^[0-9a-z]+$/,
|
|
962
|
-
let
|
|
963
|
-
const
|
|
950
|
+
const St = /^c[^\s-]{8,}$/i, Zt = /^[0-9a-z]+$/, jt = /^[0-9A-HJKMNP-TV-Z]{26}$/, Ot = /^[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, It = /^[a-z0-9_-]{21}$/i, Rt = /^[-+]?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)?)??$/, At = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Dt = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
951
|
+
let Se;
|
|
952
|
+
const Mt = /^(?:(?: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])$/, Lt = /^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/, $t = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, Je = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", Vt = new RegExp(`^${Je}$`);
|
|
964
953
|
function Ye(r) {
|
|
965
954
|
let e = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
966
955
|
return r.precision ? e = `${e}\\.\\d{${r.precision}}` : r.precision == null && (e = `${e}(\\.\\d+)?`), e;
|
|
967
956
|
}
|
|
968
|
-
function
|
|
957
|
+
function zt(r) {
|
|
969
958
|
return new RegExp(`^${Ye(r)}$`);
|
|
970
959
|
}
|
|
971
960
|
function Xe(r) {
|
|
@@ -973,150 +962,150 @@ function Xe(r) {
|
|
|
973
962
|
const t = [];
|
|
974
963
|
return t.push(r.local ? "Z?" : "Z"), r.offset && t.push("([+-]\\d{2}:?\\d{2})"), e = `${e}(${t.join("|")})`, new RegExp(`^${e}$`);
|
|
975
964
|
}
|
|
976
|
-
function
|
|
977
|
-
return !!((e === "v4" || !e) &&
|
|
965
|
+
function Pt(r, e) {
|
|
966
|
+
return !!((e === "v4" || !e) && Mt.test(r) || (e === "v6" || !e) && Lt.test(r));
|
|
978
967
|
}
|
|
979
|
-
class
|
|
968
|
+
class E extends _ {
|
|
980
969
|
_parse(e) {
|
|
981
970
|
if (this._def.coerce && (e.data = String(e.data)), this._getType(e) !== f.string) {
|
|
982
|
-
const
|
|
983
|
-
return u(
|
|
971
|
+
const i = this._getOrReturnCtx(e);
|
|
972
|
+
return u(i, {
|
|
984
973
|
code: d.invalid_type,
|
|
985
974
|
expected: f.string,
|
|
986
|
-
received:
|
|
987
|
-
}),
|
|
975
|
+
received: i.parsedType
|
|
976
|
+
}), y;
|
|
988
977
|
}
|
|
989
978
|
const n = new k();
|
|
990
979
|
let a;
|
|
991
|
-
for (const
|
|
992
|
-
if (
|
|
993
|
-
e.data.length <
|
|
980
|
+
for (const i of this._def.checks)
|
|
981
|
+
if (i.kind === "min")
|
|
982
|
+
e.data.length < i.value && (a = this._getOrReturnCtx(e, a), u(a, {
|
|
994
983
|
code: d.too_small,
|
|
995
|
-
minimum:
|
|
984
|
+
minimum: i.value,
|
|
996
985
|
type: "string",
|
|
997
986
|
inclusive: !0,
|
|
998
987
|
exact: !1,
|
|
999
|
-
message:
|
|
988
|
+
message: i.message
|
|
1000
989
|
}), n.dirty());
|
|
1001
|
-
else if (
|
|
1002
|
-
e.data.length >
|
|
990
|
+
else if (i.kind === "max")
|
|
991
|
+
e.data.length > i.value && (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1003
992
|
code: d.too_big,
|
|
1004
|
-
maximum:
|
|
993
|
+
maximum: i.value,
|
|
1005
994
|
type: "string",
|
|
1006
995
|
inclusive: !0,
|
|
1007
996
|
exact: !1,
|
|
1008
|
-
message:
|
|
997
|
+
message: i.message
|
|
1009
998
|
}), n.dirty());
|
|
1010
|
-
else if (
|
|
1011
|
-
const
|
|
1012
|
-
(
|
|
999
|
+
else if (i.kind === "length") {
|
|
1000
|
+
const s = e.data.length > i.value, o = e.data.length < i.value;
|
|
1001
|
+
(s || o) && (a = this._getOrReturnCtx(e, a), s ? u(a, {
|
|
1013
1002
|
code: d.too_big,
|
|
1014
|
-
maximum:
|
|
1003
|
+
maximum: i.value,
|
|
1015
1004
|
type: "string",
|
|
1016
1005
|
inclusive: !0,
|
|
1017
1006
|
exact: !0,
|
|
1018
|
-
message:
|
|
1007
|
+
message: i.message
|
|
1019
1008
|
}) : o && u(a, {
|
|
1020
1009
|
code: d.too_small,
|
|
1021
|
-
minimum:
|
|
1010
|
+
minimum: i.value,
|
|
1022
1011
|
type: "string",
|
|
1023
1012
|
inclusive: !0,
|
|
1024
1013
|
exact: !0,
|
|
1025
|
-
message:
|
|
1014
|
+
message: i.message
|
|
1026
1015
|
}), n.dirty());
|
|
1027
|
-
} else if (
|
|
1028
|
-
|
|
1016
|
+
} else if (i.kind === "email")
|
|
1017
|
+
At.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1029
1018
|
validation: "email",
|
|
1030
1019
|
code: d.invalid_string,
|
|
1031
|
-
message:
|
|
1020
|
+
message: i.message
|
|
1032
1021
|
}), n.dirty());
|
|
1033
|
-
else if (
|
|
1034
|
-
|
|
1022
|
+
else if (i.kind === "emoji")
|
|
1023
|
+
Se || (Se = new RegExp(Dt, "u")), Se.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1035
1024
|
validation: "emoji",
|
|
1036
1025
|
code: d.invalid_string,
|
|
1037
|
-
message:
|
|
1026
|
+
message: i.message
|
|
1038
1027
|
}), n.dirty());
|
|
1039
|
-
else if (
|
|
1040
|
-
|
|
1028
|
+
else if (i.kind === "uuid")
|
|
1029
|
+
Ot.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1041
1030
|
validation: "uuid",
|
|
1042
1031
|
code: d.invalid_string,
|
|
1043
|
-
message:
|
|
1032
|
+
message: i.message
|
|
1044
1033
|
}), n.dirty());
|
|
1045
|
-
else if (
|
|
1046
|
-
|
|
1034
|
+
else if (i.kind === "nanoid")
|
|
1035
|
+
It.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1047
1036
|
validation: "nanoid",
|
|
1048
1037
|
code: d.invalid_string,
|
|
1049
|
-
message:
|
|
1038
|
+
message: i.message
|
|
1050
1039
|
}), n.dirty());
|
|
1051
|
-
else if (
|
|
1040
|
+
else if (i.kind === "cuid")
|
|
1052
1041
|
St.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1053
1042
|
validation: "cuid",
|
|
1054
1043
|
code: d.invalid_string,
|
|
1055
|
-
message:
|
|
1044
|
+
message: i.message
|
|
1056
1045
|
}), n.dirty());
|
|
1057
|
-
else if (
|
|
1046
|
+
else if (i.kind === "cuid2")
|
|
1058
1047
|
Zt.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1059
1048
|
validation: "cuid2",
|
|
1060
1049
|
code: d.invalid_string,
|
|
1061
|
-
message:
|
|
1050
|
+
message: i.message
|
|
1062
1051
|
}), n.dirty());
|
|
1063
|
-
else if (
|
|
1064
|
-
|
|
1052
|
+
else if (i.kind === "ulid")
|
|
1053
|
+
jt.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1065
1054
|
validation: "ulid",
|
|
1066
1055
|
code: d.invalid_string,
|
|
1067
|
-
message:
|
|
1056
|
+
message: i.message
|
|
1068
1057
|
}), n.dirty());
|
|
1069
|
-
else if (
|
|
1058
|
+
else if (i.kind === "url")
|
|
1070
1059
|
try {
|
|
1071
1060
|
new URL(e.data);
|
|
1072
1061
|
} catch {
|
|
1073
1062
|
a = this._getOrReturnCtx(e, a), u(a, {
|
|
1074
1063
|
validation: "url",
|
|
1075
1064
|
code: d.invalid_string,
|
|
1076
|
-
message:
|
|
1065
|
+
message: i.message
|
|
1077
1066
|
}), n.dirty();
|
|
1078
1067
|
}
|
|
1079
|
-
else
|
|
1068
|
+
else i.kind === "regex" ? (i.regex.lastIndex = 0, i.regex.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1080
1069
|
validation: "regex",
|
|
1081
1070
|
code: d.invalid_string,
|
|
1082
|
-
message:
|
|
1083
|
-
}), n.dirty())) :
|
|
1071
|
+
message: i.message
|
|
1072
|
+
}), n.dirty())) : i.kind === "trim" ? e.data = e.data.trim() : i.kind === "includes" ? e.data.includes(i.value, i.position) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1084
1073
|
code: d.invalid_string,
|
|
1085
|
-
validation: { includes:
|
|
1086
|
-
message:
|
|
1087
|
-
}), n.dirty()) :
|
|
1074
|
+
validation: { includes: i.value, position: i.position },
|
|
1075
|
+
message: i.message
|
|
1076
|
+
}), n.dirty()) : i.kind === "toLowerCase" ? e.data = e.data.toLowerCase() : i.kind === "toUpperCase" ? e.data = e.data.toUpperCase() : i.kind === "startsWith" ? e.data.startsWith(i.value) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1088
1077
|
code: d.invalid_string,
|
|
1089
|
-
validation: { startsWith:
|
|
1090
|
-
message:
|
|
1091
|
-
}), n.dirty()) :
|
|
1078
|
+
validation: { startsWith: i.value },
|
|
1079
|
+
message: i.message
|
|
1080
|
+
}), n.dirty()) : i.kind === "endsWith" ? e.data.endsWith(i.value) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1092
1081
|
code: d.invalid_string,
|
|
1093
|
-
validation: { endsWith:
|
|
1094
|
-
message:
|
|
1095
|
-
}), n.dirty()) :
|
|
1082
|
+
validation: { endsWith: i.value },
|
|
1083
|
+
message: i.message
|
|
1084
|
+
}), n.dirty()) : i.kind === "datetime" ? Xe(i).test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1096
1085
|
code: d.invalid_string,
|
|
1097
1086
|
validation: "datetime",
|
|
1098
|
-
message:
|
|
1099
|
-
}), n.dirty()) :
|
|
1087
|
+
message: i.message
|
|
1088
|
+
}), n.dirty()) : i.kind === "date" ? Vt.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1100
1089
|
code: d.invalid_string,
|
|
1101
1090
|
validation: "date",
|
|
1102
|
-
message:
|
|
1103
|
-
}), n.dirty()) :
|
|
1091
|
+
message: i.message
|
|
1092
|
+
}), n.dirty()) : i.kind === "time" ? zt(i).test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1104
1093
|
code: d.invalid_string,
|
|
1105
1094
|
validation: "time",
|
|
1106
|
-
message:
|
|
1107
|
-
}), n.dirty()) :
|
|
1095
|
+
message: i.message
|
|
1096
|
+
}), n.dirty()) : i.kind === "duration" ? Rt.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1108
1097
|
validation: "duration",
|
|
1109
1098
|
code: d.invalid_string,
|
|
1110
|
-
message:
|
|
1111
|
-
}), n.dirty()) :
|
|
1099
|
+
message: i.message
|
|
1100
|
+
}), n.dirty()) : i.kind === "ip" ? Pt(e.data, i.version) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1112
1101
|
validation: "ip",
|
|
1113
1102
|
code: d.invalid_string,
|
|
1114
|
-
message:
|
|
1115
|
-
}), n.dirty()) :
|
|
1103
|
+
message: i.message
|
|
1104
|
+
}), n.dirty()) : i.kind === "base64" ? $t.test(e.data) || (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1116
1105
|
validation: "base64",
|
|
1117
1106
|
code: d.invalid_string,
|
|
1118
|
-
message:
|
|
1119
|
-
}), n.dirty()) : b.assertNever(
|
|
1107
|
+
message: i.message
|
|
1108
|
+
}), n.dirty()) : b.assertNever(i);
|
|
1120
1109
|
return { status: n.value, value: e.data };
|
|
1121
1110
|
}
|
|
1122
1111
|
_regex(e, t, n) {
|
|
@@ -1127,7 +1116,7 @@ class j extends _ {
|
|
|
1127
1116
|
});
|
|
1128
1117
|
}
|
|
1129
1118
|
_addCheck(e) {
|
|
1130
|
-
return new
|
|
1119
|
+
return new E({
|
|
1131
1120
|
...this._def,
|
|
1132
1121
|
checks: [...this._def.checks, e]
|
|
1133
1122
|
});
|
|
@@ -1253,19 +1242,19 @@ class j extends _ {
|
|
|
1253
1242
|
return this.min(1, p.errToObj(e));
|
|
1254
1243
|
}
|
|
1255
1244
|
trim() {
|
|
1256
|
-
return new
|
|
1245
|
+
return new E({
|
|
1257
1246
|
...this._def,
|
|
1258
1247
|
checks: [...this._def.checks, { kind: "trim" }]
|
|
1259
1248
|
});
|
|
1260
1249
|
}
|
|
1261
1250
|
toLowerCase() {
|
|
1262
|
-
return new
|
|
1251
|
+
return new E({
|
|
1263
1252
|
...this._def,
|
|
1264
1253
|
checks: [...this._def.checks, { kind: "toLowerCase" }]
|
|
1265
1254
|
});
|
|
1266
1255
|
}
|
|
1267
1256
|
toUpperCase() {
|
|
1268
|
-
return new
|
|
1257
|
+
return new E({
|
|
1269
1258
|
...this._def,
|
|
1270
1259
|
checks: [...this._def.checks, { kind: "toUpperCase" }]
|
|
1271
1260
|
});
|
|
@@ -1325,18 +1314,18 @@ class j extends _ {
|
|
|
1325
1314
|
return e;
|
|
1326
1315
|
}
|
|
1327
1316
|
}
|
|
1328
|
-
|
|
1317
|
+
E.create = (r) => {
|
|
1329
1318
|
var e;
|
|
1330
|
-
return new
|
|
1319
|
+
return new E({
|
|
1331
1320
|
checks: [],
|
|
1332
1321
|
typeName: m.ZodString,
|
|
1333
1322
|
coerce: (e = r == null ? void 0 : r.coerce) !== null && e !== void 0 ? e : !1,
|
|
1334
1323
|
...v(r)
|
|
1335
1324
|
});
|
|
1336
1325
|
};
|
|
1337
|
-
function
|
|
1338
|
-
const t = (r.toString().split(".")[1] || "").length, n = (e.toString().split(".")[1] || "").length, a = t > n ? t : n,
|
|
1339
|
-
return
|
|
1326
|
+
function Bt(r, e) {
|
|
1327
|
+
const t = (r.toString().split(".")[1] || "").length, n = (e.toString().split(".")[1] || "").length, a = t > n ? t : n, i = parseInt(r.toFixed(a).replace(".", "")), s = parseInt(e.toFixed(a).replace(".", ""));
|
|
1328
|
+
return i % s / Math.pow(10, a);
|
|
1340
1329
|
}
|
|
1341
1330
|
class $ extends _ {
|
|
1342
1331
|
constructor() {
|
|
@@ -1344,43 +1333,43 @@ class $ extends _ {
|
|
|
1344
1333
|
}
|
|
1345
1334
|
_parse(e) {
|
|
1346
1335
|
if (this._def.coerce && (e.data = Number(e.data)), this._getType(e) !== f.number) {
|
|
1347
|
-
const
|
|
1348
|
-
return u(
|
|
1336
|
+
const i = this._getOrReturnCtx(e);
|
|
1337
|
+
return u(i, {
|
|
1349
1338
|
code: d.invalid_type,
|
|
1350
1339
|
expected: f.number,
|
|
1351
|
-
received:
|
|
1352
|
-
}),
|
|
1340
|
+
received: i.parsedType
|
|
1341
|
+
}), y;
|
|
1353
1342
|
}
|
|
1354
1343
|
let n;
|
|
1355
1344
|
const a = new k();
|
|
1356
|
-
for (const
|
|
1357
|
-
|
|
1345
|
+
for (const i of this._def.checks)
|
|
1346
|
+
i.kind === "int" ? b.isInteger(e.data) || (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1358
1347
|
code: d.invalid_type,
|
|
1359
1348
|
expected: "integer",
|
|
1360
1349
|
received: "float",
|
|
1361
|
-
message:
|
|
1362
|
-
}), a.dirty()) :
|
|
1350
|
+
message: i.message
|
|
1351
|
+
}), a.dirty()) : i.kind === "min" ? (i.inclusive ? e.data < i.value : e.data <= i.value) && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1363
1352
|
code: d.too_small,
|
|
1364
|
-
minimum:
|
|
1353
|
+
minimum: i.value,
|
|
1365
1354
|
type: "number",
|
|
1366
|
-
inclusive:
|
|
1355
|
+
inclusive: i.inclusive,
|
|
1367
1356
|
exact: !1,
|
|
1368
|
-
message:
|
|
1369
|
-
}), a.dirty()) :
|
|
1357
|
+
message: i.message
|
|
1358
|
+
}), a.dirty()) : i.kind === "max" ? (i.inclusive ? e.data > i.value : e.data >= i.value) && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1370
1359
|
code: d.too_big,
|
|
1371
|
-
maximum:
|
|
1360
|
+
maximum: i.value,
|
|
1372
1361
|
type: "number",
|
|
1373
|
-
inclusive:
|
|
1362
|
+
inclusive: i.inclusive,
|
|
1374
1363
|
exact: !1,
|
|
1375
|
-
message:
|
|
1376
|
-
}), a.dirty()) :
|
|
1364
|
+
message: i.message
|
|
1365
|
+
}), a.dirty()) : i.kind === "multipleOf" ? Bt(e.data, i.value) !== 0 && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1377
1366
|
code: d.not_multiple_of,
|
|
1378
|
-
multipleOf:
|
|
1379
|
-
message:
|
|
1380
|
-
}), a.dirty()) :
|
|
1367
|
+
multipleOf: i.value,
|
|
1368
|
+
message: i.message
|
|
1369
|
+
}), a.dirty()) : i.kind === "finite" ? Number.isFinite(e.data) || (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1381
1370
|
code: d.not_finite,
|
|
1382
|
-
message:
|
|
1383
|
-
}), a.dirty()) : b.assertNever(
|
|
1371
|
+
message: i.message
|
|
1372
|
+
}), a.dirty()) : b.assertNever(i);
|
|
1384
1373
|
return { status: a.value, value: e.data };
|
|
1385
1374
|
}
|
|
1386
1375
|
gte(e, t) {
|
|
@@ -1516,33 +1505,33 @@ class V extends _ {
|
|
|
1516
1505
|
}
|
|
1517
1506
|
_parse(e) {
|
|
1518
1507
|
if (this._def.coerce && (e.data = BigInt(e.data)), this._getType(e) !== f.bigint) {
|
|
1519
|
-
const
|
|
1520
|
-
return u(
|
|
1508
|
+
const i = this._getOrReturnCtx(e);
|
|
1509
|
+
return u(i, {
|
|
1521
1510
|
code: d.invalid_type,
|
|
1522
1511
|
expected: f.bigint,
|
|
1523
|
-
received:
|
|
1524
|
-
}),
|
|
1512
|
+
received: i.parsedType
|
|
1513
|
+
}), y;
|
|
1525
1514
|
}
|
|
1526
1515
|
let n;
|
|
1527
1516
|
const a = new k();
|
|
1528
|
-
for (const
|
|
1529
|
-
|
|
1517
|
+
for (const i of this._def.checks)
|
|
1518
|
+
i.kind === "min" ? (i.inclusive ? e.data < i.value : e.data <= i.value) && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1530
1519
|
code: d.too_small,
|
|
1531
1520
|
type: "bigint",
|
|
1532
|
-
minimum:
|
|
1533
|
-
inclusive:
|
|
1534
|
-
message:
|
|
1535
|
-
}), a.dirty()) :
|
|
1521
|
+
minimum: i.value,
|
|
1522
|
+
inclusive: i.inclusive,
|
|
1523
|
+
message: i.message
|
|
1524
|
+
}), a.dirty()) : i.kind === "max" ? (i.inclusive ? e.data > i.value : e.data >= i.value) && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1536
1525
|
code: d.too_big,
|
|
1537
1526
|
type: "bigint",
|
|
1538
|
-
maximum:
|
|
1539
|
-
inclusive:
|
|
1540
|
-
message:
|
|
1541
|
-
}), a.dirty()) :
|
|
1527
|
+
maximum: i.value,
|
|
1528
|
+
inclusive: i.inclusive,
|
|
1529
|
+
message: i.message
|
|
1530
|
+
}), a.dirty()) : i.kind === "multipleOf" ? e.data % i.value !== BigInt(0) && (n = this._getOrReturnCtx(e, n), u(n, {
|
|
1542
1531
|
code: d.not_multiple_of,
|
|
1543
|
-
multipleOf:
|
|
1544
|
-
message:
|
|
1545
|
-
}), a.dirty()) : b.assertNever(
|
|
1532
|
+
multipleOf: i.value,
|
|
1533
|
+
message: i.message
|
|
1534
|
+
}), a.dirty()) : b.assertNever(i);
|
|
1546
1535
|
return { status: a.value, value: e.data };
|
|
1547
1536
|
}
|
|
1548
1537
|
gte(e, t) {
|
|
@@ -1646,7 +1635,7 @@ class te extends _ {
|
|
|
1646
1635
|
code: d.invalid_type,
|
|
1647
1636
|
expected: f.boolean,
|
|
1648
1637
|
received: n.parsedType
|
|
1649
|
-
}),
|
|
1638
|
+
}), y;
|
|
1650
1639
|
}
|
|
1651
1640
|
return T(e.data);
|
|
1652
1641
|
}
|
|
@@ -1659,37 +1648,37 @@ te.create = (r) => new te({
|
|
|
1659
1648
|
class U extends _ {
|
|
1660
1649
|
_parse(e) {
|
|
1661
1650
|
if (this._def.coerce && (e.data = new Date(e.data)), this._getType(e) !== f.date) {
|
|
1662
|
-
const
|
|
1663
|
-
return u(
|
|
1651
|
+
const i = this._getOrReturnCtx(e);
|
|
1652
|
+
return u(i, {
|
|
1664
1653
|
code: d.invalid_type,
|
|
1665
1654
|
expected: f.date,
|
|
1666
|
-
received:
|
|
1667
|
-
}),
|
|
1655
|
+
received: i.parsedType
|
|
1656
|
+
}), y;
|
|
1668
1657
|
}
|
|
1669
1658
|
if (isNaN(e.data.getTime())) {
|
|
1670
|
-
const
|
|
1671
|
-
return u(
|
|
1659
|
+
const i = this._getOrReturnCtx(e);
|
|
1660
|
+
return u(i, {
|
|
1672
1661
|
code: d.invalid_date
|
|
1673
|
-
}),
|
|
1662
|
+
}), y;
|
|
1674
1663
|
}
|
|
1675
1664
|
const n = new k();
|
|
1676
1665
|
let a;
|
|
1677
|
-
for (const
|
|
1678
|
-
|
|
1666
|
+
for (const i of this._def.checks)
|
|
1667
|
+
i.kind === "min" ? e.data.getTime() < i.value && (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1679
1668
|
code: d.too_small,
|
|
1680
|
-
message:
|
|
1669
|
+
message: i.message,
|
|
1681
1670
|
inclusive: !0,
|
|
1682
1671
|
exact: !1,
|
|
1683
|
-
minimum:
|
|
1672
|
+
minimum: i.value,
|
|
1684
1673
|
type: "date"
|
|
1685
|
-
}), n.dirty()) :
|
|
1674
|
+
}), n.dirty()) : i.kind === "max" ? e.data.getTime() > i.value && (a = this._getOrReturnCtx(e, a), u(a, {
|
|
1686
1675
|
code: d.too_big,
|
|
1687
|
-
message:
|
|
1676
|
+
message: i.message,
|
|
1688
1677
|
inclusive: !0,
|
|
1689
1678
|
exact: !1,
|
|
1690
|
-
maximum:
|
|
1679
|
+
maximum: i.value,
|
|
1691
1680
|
type: "date"
|
|
1692
|
-
}), n.dirty()) : b.assertNever(
|
|
1681
|
+
}), n.dirty()) : b.assertNever(i);
|
|
1693
1682
|
return {
|
|
1694
1683
|
status: n.value,
|
|
1695
1684
|
value: new Date(e.data.getTime())
|
|
@@ -1734,7 +1723,7 @@ U.create = (r) => new U({
|
|
|
1734
1723
|
typeName: m.ZodDate,
|
|
1735
1724
|
...v(r)
|
|
1736
1725
|
});
|
|
1737
|
-
class
|
|
1726
|
+
class be extends _ {
|
|
1738
1727
|
_parse(e) {
|
|
1739
1728
|
if (this._getType(e) !== f.symbol) {
|
|
1740
1729
|
const n = this._getOrReturnCtx(e);
|
|
@@ -1742,12 +1731,12 @@ class xe extends _ {
|
|
|
1742
1731
|
code: d.invalid_type,
|
|
1743
1732
|
expected: f.symbol,
|
|
1744
1733
|
received: n.parsedType
|
|
1745
|
-
}),
|
|
1734
|
+
}), y;
|
|
1746
1735
|
}
|
|
1747
1736
|
return T(e.data);
|
|
1748
1737
|
}
|
|
1749
1738
|
}
|
|
1750
|
-
|
|
1739
|
+
be.create = (r) => new be({
|
|
1751
1740
|
typeName: m.ZodSymbol,
|
|
1752
1741
|
...v(r)
|
|
1753
1742
|
});
|
|
@@ -1759,7 +1748,7 @@ class re extends _ {
|
|
|
1759
1748
|
code: d.invalid_type,
|
|
1760
1749
|
expected: f.undefined,
|
|
1761
1750
|
received: n.parsedType
|
|
1762
|
-
}),
|
|
1751
|
+
}), y;
|
|
1763
1752
|
}
|
|
1764
1753
|
return T(e.data);
|
|
1765
1754
|
}
|
|
@@ -1776,7 +1765,7 @@ class ne extends _ {
|
|
|
1776
1765
|
code: d.invalid_type,
|
|
1777
1766
|
expected: f.null,
|
|
1778
1767
|
received: n.parsedType
|
|
1779
|
-
}),
|
|
1768
|
+
}), y;
|
|
1780
1769
|
}
|
|
1781
1770
|
return T(e.data);
|
|
1782
1771
|
}
|
|
@@ -1816,14 +1805,14 @@ class M extends _ {
|
|
|
1816
1805
|
code: d.invalid_type,
|
|
1817
1806
|
expected: f.never,
|
|
1818
1807
|
received: t.parsedType
|
|
1819
|
-
}),
|
|
1808
|
+
}), y;
|
|
1820
1809
|
}
|
|
1821
1810
|
}
|
|
1822
1811
|
M.create = (r) => new M({
|
|
1823
1812
|
typeName: m.ZodNever,
|
|
1824
1813
|
...v(r)
|
|
1825
1814
|
});
|
|
1826
|
-
class
|
|
1815
|
+
class we extends _ {
|
|
1827
1816
|
_parse(e) {
|
|
1828
1817
|
if (this._getType(e) !== f.undefined) {
|
|
1829
1818
|
const n = this._getOrReturnCtx(e);
|
|
@@ -1831,12 +1820,12 @@ class be extends _ {
|
|
|
1831
1820
|
code: d.invalid_type,
|
|
1832
1821
|
expected: f.void,
|
|
1833
1822
|
received: n.parsedType
|
|
1834
|
-
}),
|
|
1823
|
+
}), y;
|
|
1835
1824
|
}
|
|
1836
1825
|
return T(e.data);
|
|
1837
1826
|
}
|
|
1838
1827
|
}
|
|
1839
|
-
|
|
1828
|
+
we.create = (r) => new we({
|
|
1840
1829
|
typeName: m.ZodVoid,
|
|
1841
1830
|
...v(r)
|
|
1842
1831
|
});
|
|
@@ -1848,13 +1837,13 @@ class S extends _ {
|
|
|
1848
1837
|
code: d.invalid_type,
|
|
1849
1838
|
expected: f.array,
|
|
1850
1839
|
received: t.parsedType
|
|
1851
|
-
}),
|
|
1840
|
+
}), y;
|
|
1852
1841
|
if (a.exactLength !== null) {
|
|
1853
|
-
const
|
|
1854
|
-
(
|
|
1855
|
-
code:
|
|
1842
|
+
const s = t.data.length > a.exactLength.value, o = t.data.length < a.exactLength.value;
|
|
1843
|
+
(s || o) && (u(t, {
|
|
1844
|
+
code: s ? d.too_big : d.too_small,
|
|
1856
1845
|
minimum: o ? a.exactLength.value : void 0,
|
|
1857
|
-
maximum:
|
|
1846
|
+
maximum: s ? a.exactLength.value : void 0,
|
|
1858
1847
|
type: "array",
|
|
1859
1848
|
inclusive: !0,
|
|
1860
1849
|
exact: !0,
|
|
@@ -1876,9 +1865,9 @@ class S extends _ {
|
|
|
1876
1865
|
exact: !1,
|
|
1877
1866
|
message: a.maxLength.message
|
|
1878
1867
|
}), n.dirty()), t.common.async)
|
|
1879
|
-
return Promise.all([...t.data].map((
|
|
1880
|
-
const
|
|
1881
|
-
return k.mergeArray(n,
|
|
1868
|
+
return Promise.all([...t.data].map((s, o) => a.type._parseAsync(new R(t, s, t.path, o)))).then((s) => k.mergeArray(n, s));
|
|
1869
|
+
const i = [...t.data].map((s, o) => a.type._parseSync(new R(t, s, t.path, o)));
|
|
1870
|
+
return k.mergeArray(n, i);
|
|
1882
1871
|
}
|
|
1883
1872
|
get element() {
|
|
1884
1873
|
return this._def.type;
|
|
@@ -1946,15 +1935,15 @@ class w extends _ {
|
|
|
1946
1935
|
code: d.invalid_type,
|
|
1947
1936
|
expected: f.object,
|
|
1948
1937
|
received: c.parsedType
|
|
1949
|
-
}),
|
|
1938
|
+
}), y;
|
|
1950
1939
|
}
|
|
1951
|
-
const { status: n, ctx: a } = this._processInputParams(e), { shape:
|
|
1940
|
+
const { status: n, ctx: a } = this._processInputParams(e), { shape: i, keys: s } = this._getCached(), o = [];
|
|
1952
1941
|
if (!(this._def.catchall instanceof M && this._def.unknownKeys === "strip"))
|
|
1953
1942
|
for (const c in a.data)
|
|
1954
|
-
|
|
1943
|
+
s.includes(c) || o.push(c);
|
|
1955
1944
|
const l = [];
|
|
1956
|
-
for (const c of
|
|
1957
|
-
const h =
|
|
1945
|
+
for (const c of s) {
|
|
1946
|
+
const h = i[c], C = a.data[c];
|
|
1958
1947
|
l.push({
|
|
1959
1948
|
key: { status: "valid", value: c },
|
|
1960
1949
|
value: h._parse(new R(a, C, a.path, c)),
|
|
@@ -1992,10 +1981,10 @@ class w extends _ {
|
|
|
1992
1981
|
return a.common.async ? Promise.resolve().then(async () => {
|
|
1993
1982
|
const c = [];
|
|
1994
1983
|
for (const h of l) {
|
|
1995
|
-
const C = await h.key,
|
|
1984
|
+
const C = await h.key, he = await h.value;
|
|
1996
1985
|
c.push({
|
|
1997
1986
|
key: C,
|
|
1998
|
-
value:
|
|
1987
|
+
value: he,
|
|
1999
1988
|
alwaysSet: h.alwaysSet
|
|
2000
1989
|
});
|
|
2001
1990
|
}
|
|
@@ -2011,8 +2000,8 @@ class w extends _ {
|
|
|
2011
2000
|
unknownKeys: "strict",
|
|
2012
2001
|
...e !== void 0 ? {
|
|
2013
2002
|
errorMap: (t, n) => {
|
|
2014
|
-
var a,
|
|
2015
|
-
const l = (
|
|
2003
|
+
var a, i, s, o;
|
|
2004
|
+
const l = (s = (i = (a = this._def).errorMap) === null || i === void 0 ? void 0 : i.call(a, t, n).message) !== null && s !== void 0 ? s : n.defaultError;
|
|
2016
2005
|
return t.code === "unrecognized_keys" ? {
|
|
2017
2006
|
message: (o = p.errToObj(e).message) !== null && o !== void 0 ? o : l
|
|
2018
2007
|
} : {
|
|
@@ -2181,10 +2170,10 @@ class w extends _ {
|
|
|
2181
2170
|
if (e && !e[n])
|
|
2182
2171
|
t[n] = this.shape[n];
|
|
2183
2172
|
else {
|
|
2184
|
-
let
|
|
2185
|
-
for (;
|
|
2186
|
-
|
|
2187
|
-
t[n] =
|
|
2173
|
+
let i = this.shape[n];
|
|
2174
|
+
for (; i instanceof I; )
|
|
2175
|
+
i = i._def.innerType;
|
|
2176
|
+
t[n] = i;
|
|
2188
2177
|
}
|
|
2189
2178
|
}), new w({
|
|
2190
2179
|
...this._def,
|
|
@@ -2219,22 +2208,22 @@ w.lazycreate = (r, e) => new w({
|
|
|
2219
2208
|
class ae extends _ {
|
|
2220
2209
|
_parse(e) {
|
|
2221
2210
|
const { ctx: t } = this._processInputParams(e), n = this._def.options;
|
|
2222
|
-
function a(
|
|
2223
|
-
for (const o of
|
|
2211
|
+
function a(i) {
|
|
2212
|
+
for (const o of i)
|
|
2224
2213
|
if (o.result.status === "valid")
|
|
2225
2214
|
return o.result;
|
|
2226
|
-
for (const o of
|
|
2215
|
+
for (const o of i)
|
|
2227
2216
|
if (o.result.status === "dirty")
|
|
2228
2217
|
return t.common.issues.push(...o.ctx.common.issues), o.result;
|
|
2229
|
-
const
|
|
2218
|
+
const s = i.map((o) => new N(o.ctx.common.issues));
|
|
2230
2219
|
return u(t, {
|
|
2231
2220
|
code: d.invalid_union,
|
|
2232
|
-
unionErrors:
|
|
2233
|
-
}),
|
|
2221
|
+
unionErrors: s
|
|
2222
|
+
}), y;
|
|
2234
2223
|
}
|
|
2235
2224
|
if (t.common.async)
|
|
2236
|
-
return Promise.all(n.map(async (
|
|
2237
|
-
const
|
|
2225
|
+
return Promise.all(n.map(async (i) => {
|
|
2226
|
+
const s = {
|
|
2238
2227
|
...t,
|
|
2239
2228
|
common: {
|
|
2240
2229
|
...t.common,
|
|
@@ -2243,17 +2232,17 @@ class ae extends _ {
|
|
|
2243
2232
|
parent: null
|
|
2244
2233
|
};
|
|
2245
2234
|
return {
|
|
2246
|
-
result: await
|
|
2235
|
+
result: await i._parseAsync({
|
|
2247
2236
|
data: t.data,
|
|
2248
2237
|
path: t.path,
|
|
2249
|
-
parent:
|
|
2238
|
+
parent: s
|
|
2250
2239
|
}),
|
|
2251
|
-
ctx:
|
|
2240
|
+
ctx: s
|
|
2252
2241
|
};
|
|
2253
2242
|
})).then(a);
|
|
2254
2243
|
{
|
|
2255
|
-
let
|
|
2256
|
-
const
|
|
2244
|
+
let i;
|
|
2245
|
+
const s = [];
|
|
2257
2246
|
for (const l of n) {
|
|
2258
2247
|
const c = {
|
|
2259
2248
|
...t,
|
|
@@ -2269,15 +2258,15 @@ class ae extends _ {
|
|
|
2269
2258
|
});
|
|
2270
2259
|
if (h.status === "valid")
|
|
2271
2260
|
return h;
|
|
2272
|
-
h.status === "dirty" && !
|
|
2261
|
+
h.status === "dirty" && !i && (i = { result: h, ctx: c }), c.common.issues.length && s.push(c.common.issues);
|
|
2273
2262
|
}
|
|
2274
|
-
if (
|
|
2275
|
-
return t.common.issues.push(...
|
|
2276
|
-
const o =
|
|
2263
|
+
if (i)
|
|
2264
|
+
return t.common.issues.push(...i.ctx.common.issues), i.result;
|
|
2265
|
+
const o = s.map((l) => new N(l));
|
|
2277
2266
|
return u(t, {
|
|
2278
2267
|
code: d.invalid_union,
|
|
2279
2268
|
unionErrors: o
|
|
2280
|
-
}),
|
|
2269
|
+
}), y;
|
|
2281
2270
|
}
|
|
2282
2271
|
}
|
|
2283
2272
|
get options() {
|
|
@@ -2289,8 +2278,8 @@ ae.create = (r, e) => new ae({
|
|
|
2289
2278
|
typeName: m.ZodUnion,
|
|
2290
2279
|
...v(e)
|
|
2291
2280
|
});
|
|
2292
|
-
const D = (r) => r instanceof oe ? D(r.schema) : r instanceof Z ? D(r.innerType()) : r instanceof de ? [r.value] : r instanceof z ? r.options : r instanceof le ? b.objectValues(r.enum) : r instanceof ce ? D(r._def.innerType) : r instanceof re ? [void 0] : r instanceof ne ? [null] : r instanceof I ? [void 0, ...D(r.unwrap())] : r instanceof P ? [null, ...D(r.unwrap())] : r instanceof
|
|
2293
|
-
class
|
|
2281
|
+
const D = (r) => r instanceof oe ? D(r.schema) : r instanceof Z ? D(r.innerType()) : r instanceof de ? [r.value] : r instanceof z ? r.options : r instanceof le ? b.objectValues(r.enum) : r instanceof ce ? D(r._def.innerType) : r instanceof re ? [void 0] : r instanceof ne ? [null] : r instanceof I ? [void 0, ...D(r.unwrap())] : r instanceof P ? [null, ...D(r.unwrap())] : r instanceof De || r instanceof fe ? D(r.unwrap()) : r instanceof ue ? D(r._def.innerType) : [];
|
|
2282
|
+
class Ce extends _ {
|
|
2294
2283
|
_parse(e) {
|
|
2295
2284
|
const { ctx: t } = this._processInputParams(e);
|
|
2296
2285
|
if (t.parsedType !== f.object)
|
|
@@ -2298,13 +2287,13 @@ class Te extends _ {
|
|
|
2298
2287
|
code: d.invalid_type,
|
|
2299
2288
|
expected: f.object,
|
|
2300
2289
|
received: t.parsedType
|
|
2301
|
-
}),
|
|
2302
|
-
const n = this.discriminator, a = t.data[n],
|
|
2303
|
-
return
|
|
2290
|
+
}), y;
|
|
2291
|
+
const n = this.discriminator, a = t.data[n], i = this.optionsMap.get(a);
|
|
2292
|
+
return i ? t.common.async ? i._parseAsync({
|
|
2304
2293
|
data: t.data,
|
|
2305
2294
|
path: t.path,
|
|
2306
2295
|
parent: t
|
|
2307
|
-
}) :
|
|
2296
|
+
}) : i._parseSync({
|
|
2308
2297
|
data: t.data,
|
|
2309
2298
|
path: t.path,
|
|
2310
2299
|
parent: t
|
|
@@ -2312,7 +2301,7 @@ class Te extends _ {
|
|
|
2312
2301
|
code: d.invalid_union_discriminator,
|
|
2313
2302
|
options: Array.from(this.optionsMap.keys()),
|
|
2314
2303
|
path: [n]
|
|
2315
|
-
}),
|
|
2304
|
+
}), y);
|
|
2316
2305
|
}
|
|
2317
2306
|
get discriminator() {
|
|
2318
2307
|
return this._def.discriminator;
|
|
@@ -2333,17 +2322,17 @@ class Te extends _ {
|
|
|
2333
2322
|
*/
|
|
2334
2323
|
static create(e, t, n) {
|
|
2335
2324
|
const a = /* @__PURE__ */ new Map();
|
|
2336
|
-
for (const
|
|
2337
|
-
const
|
|
2338
|
-
if (!
|
|
2325
|
+
for (const i of t) {
|
|
2326
|
+
const s = D(i.shape[e]);
|
|
2327
|
+
if (!s.length)
|
|
2339
2328
|
throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);
|
|
2340
|
-
for (const o of
|
|
2329
|
+
for (const o of s) {
|
|
2341
2330
|
if (a.has(o))
|
|
2342
2331
|
throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(o)}`);
|
|
2343
|
-
a.set(o,
|
|
2332
|
+
a.set(o, i);
|
|
2344
2333
|
}
|
|
2345
2334
|
}
|
|
2346
|
-
return new
|
|
2335
|
+
return new Ce({
|
|
2347
2336
|
typeName: m.ZodDiscriminatedUnion,
|
|
2348
2337
|
discriminator: e,
|
|
2349
2338
|
options: t,
|
|
@@ -2352,25 +2341,25 @@ class Te extends _ {
|
|
|
2352
2341
|
});
|
|
2353
2342
|
}
|
|
2354
2343
|
}
|
|
2355
|
-
function
|
|
2344
|
+
function Re(r, e) {
|
|
2356
2345
|
const t = L(r), n = L(e);
|
|
2357
2346
|
if (r === e)
|
|
2358
2347
|
return { valid: !0, data: r };
|
|
2359
2348
|
if (t === f.object && n === f.object) {
|
|
2360
|
-
const a = b.objectKeys(e),
|
|
2361
|
-
for (const o of
|
|
2362
|
-
const l =
|
|
2349
|
+
const a = b.objectKeys(e), i = b.objectKeys(r).filter((o) => a.indexOf(o) !== -1), s = { ...r, ...e };
|
|
2350
|
+
for (const o of i) {
|
|
2351
|
+
const l = Re(r[o], e[o]);
|
|
2363
2352
|
if (!l.valid)
|
|
2364
2353
|
return { valid: !1 };
|
|
2365
|
-
|
|
2354
|
+
s[o] = l.data;
|
|
2366
2355
|
}
|
|
2367
|
-
return { valid: !0, data:
|
|
2356
|
+
return { valid: !0, data: s };
|
|
2368
2357
|
} else if (t === f.array && n === f.array) {
|
|
2369
2358
|
if (r.length !== e.length)
|
|
2370
2359
|
return { valid: !1 };
|
|
2371
2360
|
const a = [];
|
|
2372
|
-
for (let
|
|
2373
|
-
const
|
|
2361
|
+
for (let i = 0; i < r.length; i++) {
|
|
2362
|
+
const s = r[i], o = e[i], l = Re(s, o);
|
|
2374
2363
|
if (!l.valid)
|
|
2375
2364
|
return { valid: !1 };
|
|
2376
2365
|
a.push(l.data);
|
|
@@ -2378,15 +2367,15 @@ function Ie(r, e) {
|
|
|
2378
2367
|
return { valid: !0, data: a };
|
|
2379
2368
|
} else return t === f.date && n === f.date && +r == +e ? { valid: !0, data: r } : { valid: !1 };
|
|
2380
2369
|
}
|
|
2381
|
-
class
|
|
2370
|
+
class ie extends _ {
|
|
2382
2371
|
_parse(e) {
|
|
2383
|
-
const { status: t, ctx: n } = this._processInputParams(e), a = (
|
|
2384
|
-
if (
|
|
2385
|
-
return
|
|
2386
|
-
const o =
|
|
2387
|
-
return o.valid ? ((
|
|
2372
|
+
const { status: t, ctx: n } = this._processInputParams(e), a = (i, s) => {
|
|
2373
|
+
if (Oe(i) || Oe(s))
|
|
2374
|
+
return y;
|
|
2375
|
+
const o = Re(i.value, s.value);
|
|
2376
|
+
return o.valid ? ((Ie(i) || Ie(s)) && t.dirty(), { status: t.value, value: o.data }) : (u(n, {
|
|
2388
2377
|
code: d.invalid_intersection_types
|
|
2389
|
-
}),
|
|
2378
|
+
}), y);
|
|
2390
2379
|
};
|
|
2391
2380
|
return n.common.async ? Promise.all([
|
|
2392
2381
|
this._def.left._parseAsync({
|
|
@@ -2399,7 +2388,7 @@ class se extends _ {
|
|
|
2399
2388
|
path: n.path,
|
|
2400
2389
|
parent: n
|
|
2401
2390
|
})
|
|
2402
|
-
]).then(([
|
|
2391
|
+
]).then(([i, s]) => a(i, s)) : a(this._def.left._parseSync({
|
|
2403
2392
|
data: n.data,
|
|
2404
2393
|
path: n.path,
|
|
2405
2394
|
parent: n
|
|
@@ -2410,7 +2399,7 @@ class se extends _ {
|
|
|
2410
2399
|
}));
|
|
2411
2400
|
}
|
|
2412
2401
|
}
|
|
2413
|
-
|
|
2402
|
+
ie.create = (r, e, t) => new ie({
|
|
2414
2403
|
left: r,
|
|
2415
2404
|
right: e,
|
|
2416
2405
|
typeName: m.ZodIntersection,
|
|
@@ -2424,7 +2413,7 @@ class A extends _ {
|
|
|
2424
2413
|
code: d.invalid_type,
|
|
2425
2414
|
expected: f.array,
|
|
2426
2415
|
received: n.parsedType
|
|
2427
|
-
}),
|
|
2416
|
+
}), y;
|
|
2428
2417
|
if (n.data.length < this._def.items.length)
|
|
2429
2418
|
return u(n, {
|
|
2430
2419
|
code: d.too_small,
|
|
@@ -2432,7 +2421,7 @@ class A extends _ {
|
|
|
2432
2421
|
inclusive: !0,
|
|
2433
2422
|
exact: !1,
|
|
2434
2423
|
type: "array"
|
|
2435
|
-
}),
|
|
2424
|
+
}), y;
|
|
2436
2425
|
!this._def.rest && n.data.length > this._def.items.length && (u(n, {
|
|
2437
2426
|
code: d.too_big,
|
|
2438
2427
|
maximum: this._def.items.length,
|
|
@@ -2440,11 +2429,11 @@ class A extends _ {
|
|
|
2440
2429
|
exact: !1,
|
|
2441
2430
|
type: "array"
|
|
2442
2431
|
}), t.dirty());
|
|
2443
|
-
const
|
|
2432
|
+
const i = [...n.data].map((s, o) => {
|
|
2444
2433
|
const l = this._def.items[o] || this._def.rest;
|
|
2445
|
-
return l ? l._parse(new R(n,
|
|
2446
|
-
}).filter((
|
|
2447
|
-
return n.common.async ? Promise.all(
|
|
2434
|
+
return l ? l._parse(new R(n, s, n.path, o)) : null;
|
|
2435
|
+
}).filter((s) => !!s);
|
|
2436
|
+
return n.common.async ? Promise.all(i).then((s) => k.mergeArray(t, s)) : k.mergeArray(t, i);
|
|
2448
2437
|
}
|
|
2449
2438
|
get items() {
|
|
2450
2439
|
return this._def.items;
|
|
@@ -2466,7 +2455,7 @@ A.create = (r, e) => {
|
|
|
2466
2455
|
...v(e)
|
|
2467
2456
|
});
|
|
2468
2457
|
};
|
|
2469
|
-
class
|
|
2458
|
+
class se extends _ {
|
|
2470
2459
|
get keySchema() {
|
|
2471
2460
|
return this._def.keyType;
|
|
2472
2461
|
}
|
|
@@ -2480,12 +2469,12 @@ class ie extends _ {
|
|
|
2480
2469
|
code: d.invalid_type,
|
|
2481
2470
|
expected: f.object,
|
|
2482
2471
|
received: n.parsedType
|
|
2483
|
-
}),
|
|
2484
|
-
const a = [],
|
|
2472
|
+
}), y;
|
|
2473
|
+
const a = [], i = this._def.keyType, s = this._def.valueType;
|
|
2485
2474
|
for (const o in n.data)
|
|
2486
2475
|
a.push({
|
|
2487
|
-
key:
|
|
2488
|
-
value:
|
|
2476
|
+
key: i._parse(new R(n, o, n.path, o)),
|
|
2477
|
+
value: s._parse(new R(n, n.data[o], n.path, o)),
|
|
2489
2478
|
alwaysSet: o in n.data
|
|
2490
2479
|
});
|
|
2491
2480
|
return n.common.async ? k.mergeObjectAsync(t, a) : k.mergeObjectSync(t, a);
|
|
@@ -2494,20 +2483,20 @@ class ie extends _ {
|
|
|
2494
2483
|
return this._def.valueType;
|
|
2495
2484
|
}
|
|
2496
2485
|
static create(e, t, n) {
|
|
2497
|
-
return t instanceof _ ? new
|
|
2486
|
+
return t instanceof _ ? new se({
|
|
2498
2487
|
keyType: e,
|
|
2499
2488
|
valueType: t,
|
|
2500
2489
|
typeName: m.ZodRecord,
|
|
2501
2490
|
...v(n)
|
|
2502
|
-
}) : new
|
|
2503
|
-
keyType:
|
|
2491
|
+
}) : new se({
|
|
2492
|
+
keyType: E.create(),
|
|
2504
2493
|
valueType: e,
|
|
2505
2494
|
typeName: m.ZodRecord,
|
|
2506
2495
|
...v(t)
|
|
2507
2496
|
});
|
|
2508
2497
|
}
|
|
2509
2498
|
}
|
|
2510
|
-
class
|
|
2499
|
+
class ke extends _ {
|
|
2511
2500
|
get keySchema() {
|
|
2512
2501
|
return this._def.keyType;
|
|
2513
2502
|
}
|
|
@@ -2521,35 +2510,35 @@ class we extends _ {
|
|
|
2521
2510
|
code: d.invalid_type,
|
|
2522
2511
|
expected: f.map,
|
|
2523
2512
|
received: n.parsedType
|
|
2524
|
-
}),
|
|
2525
|
-
const a = this._def.keyType,
|
|
2513
|
+
}), y;
|
|
2514
|
+
const a = this._def.keyType, i = this._def.valueType, s = [...n.data.entries()].map(([o, l], c) => ({
|
|
2526
2515
|
key: a._parse(new R(n, o, n.path, [c, "key"])),
|
|
2527
|
-
value:
|
|
2516
|
+
value: i._parse(new R(n, l, n.path, [c, "value"]))
|
|
2528
2517
|
}));
|
|
2529
2518
|
if (n.common.async) {
|
|
2530
2519
|
const o = /* @__PURE__ */ new Map();
|
|
2531
2520
|
return Promise.resolve().then(async () => {
|
|
2532
|
-
for (const l of
|
|
2521
|
+
for (const l of s) {
|
|
2533
2522
|
const c = await l.key, h = await l.value;
|
|
2534
2523
|
if (c.status === "aborted" || h.status === "aborted")
|
|
2535
|
-
return
|
|
2524
|
+
return y;
|
|
2536
2525
|
(c.status === "dirty" || h.status === "dirty") && t.dirty(), o.set(c.value, h.value);
|
|
2537
2526
|
}
|
|
2538
2527
|
return { status: t.value, value: o };
|
|
2539
2528
|
});
|
|
2540
2529
|
} else {
|
|
2541
2530
|
const o = /* @__PURE__ */ new Map();
|
|
2542
|
-
for (const l of
|
|
2531
|
+
for (const l of s) {
|
|
2543
2532
|
const c = l.key, h = l.value;
|
|
2544
2533
|
if (c.status === "aborted" || h.status === "aborted")
|
|
2545
|
-
return
|
|
2534
|
+
return y;
|
|
2546
2535
|
(c.status === "dirty" || h.status === "dirty") && t.dirty(), o.set(c.value, h.value);
|
|
2547
2536
|
}
|
|
2548
2537
|
return { status: t.value, value: o };
|
|
2549
2538
|
}
|
|
2550
2539
|
}
|
|
2551
2540
|
}
|
|
2552
|
-
|
|
2541
|
+
ke.create = (r, e, t) => new ke({
|
|
2553
2542
|
valueType: e,
|
|
2554
2543
|
keyType: r,
|
|
2555
2544
|
typeName: m.ZodMap,
|
|
@@ -2563,7 +2552,7 @@ class F extends _ {
|
|
|
2563
2552
|
code: d.invalid_type,
|
|
2564
2553
|
expected: f.set,
|
|
2565
2554
|
received: n.parsedType
|
|
2566
|
-
}),
|
|
2555
|
+
}), y;
|
|
2567
2556
|
const a = this._def;
|
|
2568
2557
|
a.minSize !== null && n.data.size < a.minSize.value && (u(n, {
|
|
2569
2558
|
code: d.too_small,
|
|
@@ -2580,18 +2569,18 @@ class F extends _ {
|
|
|
2580
2569
|
exact: !1,
|
|
2581
2570
|
message: a.maxSize.message
|
|
2582
2571
|
}), t.dirty());
|
|
2583
|
-
const
|
|
2584
|
-
function
|
|
2572
|
+
const i = this._def.valueType;
|
|
2573
|
+
function s(l) {
|
|
2585
2574
|
const c = /* @__PURE__ */ new Set();
|
|
2586
2575
|
for (const h of l) {
|
|
2587
2576
|
if (h.status === "aborted")
|
|
2588
|
-
return
|
|
2577
|
+
return y;
|
|
2589
2578
|
h.status === "dirty" && t.dirty(), c.add(h.value);
|
|
2590
2579
|
}
|
|
2591
2580
|
return { status: t.value, value: c };
|
|
2592
2581
|
}
|
|
2593
|
-
const o = [...n.data.values()].map((l, c) =>
|
|
2594
|
-
return n.common.async ? Promise.all(o).then((l) =>
|
|
2582
|
+
const o = [...n.data.values()].map((l, c) => i._parse(new R(n, l, n.path, c)));
|
|
2583
|
+
return n.common.async ? Promise.all(o).then((l) => s(l)) : s(o);
|
|
2595
2584
|
}
|
|
2596
2585
|
min(e, t) {
|
|
2597
2586
|
return new F({
|
|
@@ -2630,15 +2619,15 @@ class G extends _ {
|
|
|
2630
2619
|
code: d.invalid_type,
|
|
2631
2620
|
expected: f.function,
|
|
2632
2621
|
received: t.parsedType
|
|
2633
|
-
}),
|
|
2622
|
+
}), y;
|
|
2634
2623
|
function n(o, l) {
|
|
2635
|
-
return
|
|
2624
|
+
return _e({
|
|
2636
2625
|
data: o,
|
|
2637
2626
|
path: t.path,
|
|
2638
2627
|
errorMaps: [
|
|
2639
2628
|
t.common.contextualErrorMap,
|
|
2640
2629
|
t.schemaErrorMap,
|
|
2641
|
-
|
|
2630
|
+
ve(),
|
|
2642
2631
|
H
|
|
2643
2632
|
].filter((c) => !!c),
|
|
2644
2633
|
issueData: {
|
|
@@ -2648,13 +2637,13 @@ class G extends _ {
|
|
|
2648
2637
|
});
|
|
2649
2638
|
}
|
|
2650
2639
|
function a(o, l) {
|
|
2651
|
-
return
|
|
2640
|
+
return _e({
|
|
2652
2641
|
data: o,
|
|
2653
2642
|
path: t.path,
|
|
2654
2643
|
errorMaps: [
|
|
2655
2644
|
t.common.contextualErrorMap,
|
|
2656
2645
|
t.schemaErrorMap,
|
|
2657
|
-
|
|
2646
|
+
ve(),
|
|
2658
2647
|
H
|
|
2659
2648
|
].filter((c) => !!c),
|
|
2660
2649
|
issueData: {
|
|
@@ -2663,24 +2652,24 @@ class G extends _ {
|
|
|
2663
2652
|
}
|
|
2664
2653
|
});
|
|
2665
2654
|
}
|
|
2666
|
-
const
|
|
2655
|
+
const i = { errorMap: t.common.contextualErrorMap }, s = t.data;
|
|
2667
2656
|
if (this._def.returns instanceof Y) {
|
|
2668
2657
|
const o = this;
|
|
2669
2658
|
return T(async function(...l) {
|
|
2670
|
-
const c = new N([]), h = await o._def.args.parseAsync(l,
|
|
2671
|
-
throw c.addIssue(n(l,
|
|
2672
|
-
}), C = await Reflect.apply(
|
|
2673
|
-
return await o._def.returns._def.type.parseAsync(C,
|
|
2674
|
-
throw c.addIssue(a(C,
|
|
2659
|
+
const c = new N([]), h = await o._def.args.parseAsync(l, i).catch((Ne) => {
|
|
2660
|
+
throw c.addIssue(n(l, Ne)), c;
|
|
2661
|
+
}), C = await Reflect.apply(s, this, h);
|
|
2662
|
+
return await o._def.returns._def.type.parseAsync(C, i).catch((Ne) => {
|
|
2663
|
+
throw c.addIssue(a(C, Ne)), c;
|
|
2675
2664
|
});
|
|
2676
2665
|
});
|
|
2677
2666
|
} else {
|
|
2678
2667
|
const o = this;
|
|
2679
2668
|
return T(function(...l) {
|
|
2680
|
-
const c = o._def.args.safeParse(l,
|
|
2669
|
+
const c = o._def.args.safeParse(l, i);
|
|
2681
2670
|
if (!c.success)
|
|
2682
2671
|
throw new N([n(l, c.error)]);
|
|
2683
|
-
const h = Reflect.apply(
|
|
2672
|
+
const h = Reflect.apply(s, this, c.data), C = o._def.returns.safeParse(h, i);
|
|
2684
2673
|
if (!C.success)
|
|
2685
2674
|
throw new N([a(h, C.error)]);
|
|
2686
2675
|
return C.data;
|
|
@@ -2742,7 +2731,7 @@ class de extends _ {
|
|
|
2742
2731
|
received: t.data,
|
|
2743
2732
|
code: d.invalid_literal,
|
|
2744
2733
|
expected: this._def.value
|
|
2745
|
-
}),
|
|
2734
|
+
}), y;
|
|
2746
2735
|
}
|
|
2747
2736
|
return { status: "valid", value: e.data };
|
|
2748
2737
|
}
|
|
@@ -2773,15 +2762,15 @@ class z extends _ {
|
|
|
2773
2762
|
expected: b.joinValues(n),
|
|
2774
2763
|
received: t.parsedType,
|
|
2775
2764
|
code: d.invalid_type
|
|
2776
|
-
}),
|
|
2765
|
+
}), y;
|
|
2777
2766
|
}
|
|
2778
|
-
if (
|
|
2767
|
+
if (xe(this, X) || He(this, X, new Set(this._def.values)), !xe(this, X).has(e.data)) {
|
|
2779
2768
|
const t = this._getOrReturnCtx(e), n = this._def.values;
|
|
2780
2769
|
return u(t, {
|
|
2781
2770
|
received: t.data,
|
|
2782
2771
|
code: d.invalid_enum_value,
|
|
2783
2772
|
options: n
|
|
2784
|
-
}),
|
|
2773
|
+
}), y;
|
|
2785
2774
|
}
|
|
2786
2775
|
return T(e.data);
|
|
2787
2776
|
}
|
|
@@ -2833,15 +2822,15 @@ class le extends _ {
|
|
|
2833
2822
|
expected: b.joinValues(a),
|
|
2834
2823
|
received: n.parsedType,
|
|
2835
2824
|
code: d.invalid_type
|
|
2836
|
-
}),
|
|
2825
|
+
}), y;
|
|
2837
2826
|
}
|
|
2838
|
-
if (
|
|
2827
|
+
if (xe(this, Q) || He(this, Q, new Set(b.getValidEnumValues(this._def.values))), !xe(this, Q).has(e.data)) {
|
|
2839
2828
|
const a = b.objectValues(t);
|
|
2840
2829
|
return u(n, {
|
|
2841
2830
|
received: n.data,
|
|
2842
2831
|
code: d.invalid_enum_value,
|
|
2843
2832
|
options: a
|
|
2844
|
-
}),
|
|
2833
|
+
}), y;
|
|
2845
2834
|
}
|
|
2846
2835
|
return T(e.data);
|
|
2847
2836
|
}
|
|
@@ -2866,7 +2855,7 @@ class Y extends _ {
|
|
|
2866
2855
|
code: d.invalid_type,
|
|
2867
2856
|
expected: f.promise,
|
|
2868
2857
|
received: t.parsedType
|
|
2869
|
-
}),
|
|
2858
|
+
}), y;
|
|
2870
2859
|
const n = t.parsedType === f.promise ? t.data : Promise.resolve(t.data);
|
|
2871
2860
|
return T(n.then((a) => this._def.type.parseAsync(a, {
|
|
2872
2861
|
path: t.path,
|
|
@@ -2887,41 +2876,41 @@ class Z extends _ {
|
|
|
2887
2876
|
return this._def.schema._def.typeName === m.ZodEffects ? this._def.schema.sourceType() : this._def.schema;
|
|
2888
2877
|
}
|
|
2889
2878
|
_parse(e) {
|
|
2890
|
-
const { status: t, ctx: n } = this._processInputParams(e), a = this._def.effect || null,
|
|
2891
|
-
addIssue: (
|
|
2892
|
-
u(n,
|
|
2879
|
+
const { status: t, ctx: n } = this._processInputParams(e), a = this._def.effect || null, i = {
|
|
2880
|
+
addIssue: (s) => {
|
|
2881
|
+
u(n, s), s.fatal ? t.abort() : t.dirty();
|
|
2893
2882
|
},
|
|
2894
2883
|
get path() {
|
|
2895
2884
|
return n.path;
|
|
2896
2885
|
}
|
|
2897
2886
|
};
|
|
2898
|
-
if (
|
|
2899
|
-
const
|
|
2887
|
+
if (i.addIssue = i.addIssue.bind(i), a.type === "preprocess") {
|
|
2888
|
+
const s = a.transform(n.data, i);
|
|
2900
2889
|
if (n.common.async)
|
|
2901
|
-
return Promise.resolve(
|
|
2890
|
+
return Promise.resolve(s).then(async (o) => {
|
|
2902
2891
|
if (t.value === "aborted")
|
|
2903
|
-
return
|
|
2892
|
+
return y;
|
|
2904
2893
|
const l = await this._def.schema._parseAsync({
|
|
2905
2894
|
data: o,
|
|
2906
2895
|
path: n.path,
|
|
2907
2896
|
parent: n
|
|
2908
2897
|
});
|
|
2909
|
-
return l.status === "aborted" ?
|
|
2898
|
+
return l.status === "aborted" ? y : l.status === "dirty" || t.value === "dirty" ? q(l.value) : l;
|
|
2910
2899
|
});
|
|
2911
2900
|
{
|
|
2912
2901
|
if (t.value === "aborted")
|
|
2913
|
-
return
|
|
2902
|
+
return y;
|
|
2914
2903
|
const o = this._def.schema._parseSync({
|
|
2915
|
-
data:
|
|
2904
|
+
data: s,
|
|
2916
2905
|
path: n.path,
|
|
2917
2906
|
parent: n
|
|
2918
2907
|
});
|
|
2919
|
-
return o.status === "aborted" ?
|
|
2908
|
+
return o.status === "aborted" ? y : o.status === "dirty" || t.value === "dirty" ? q(o.value) : o;
|
|
2920
2909
|
}
|
|
2921
2910
|
}
|
|
2922
2911
|
if (a.type === "refinement") {
|
|
2923
|
-
const
|
|
2924
|
-
const l = a.refinement(o,
|
|
2912
|
+
const s = (o) => {
|
|
2913
|
+
const l = a.refinement(o, i);
|
|
2925
2914
|
if (n.common.async)
|
|
2926
2915
|
return Promise.resolve(l);
|
|
2927
2916
|
if (l instanceof Promise)
|
|
@@ -2934,25 +2923,25 @@ class Z extends _ {
|
|
|
2934
2923
|
path: n.path,
|
|
2935
2924
|
parent: n
|
|
2936
2925
|
});
|
|
2937
|
-
return o.status === "aborted" ?
|
|
2926
|
+
return o.status === "aborted" ? y : (o.status === "dirty" && t.dirty(), s(o.value), { status: t.value, value: o.value });
|
|
2938
2927
|
} else
|
|
2939
|
-
return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((o) => o.status === "aborted" ?
|
|
2928
|
+
return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((o) => o.status === "aborted" ? y : (o.status === "dirty" && t.dirty(), s(o.value).then(() => ({ status: t.value, value: o.value }))));
|
|
2940
2929
|
}
|
|
2941
2930
|
if (a.type === "transform")
|
|
2942
2931
|
if (n.common.async === !1) {
|
|
2943
|
-
const
|
|
2932
|
+
const s = this._def.schema._parseSync({
|
|
2944
2933
|
data: n.data,
|
|
2945
2934
|
path: n.path,
|
|
2946
2935
|
parent: n
|
|
2947
2936
|
});
|
|
2948
|
-
if (!K(
|
|
2949
|
-
return
|
|
2950
|
-
const o = a.transform(
|
|
2937
|
+
if (!K(s))
|
|
2938
|
+
return s;
|
|
2939
|
+
const o = a.transform(s.value, i);
|
|
2951
2940
|
if (o instanceof Promise)
|
|
2952
2941
|
throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2953
2942
|
return { status: t.value, value: o };
|
|
2954
2943
|
} else
|
|
2955
|
-
return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((
|
|
2944
|
+
return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((s) => K(s) ? Promise.resolve(a.transform(s.value, i)).then((o) => ({ status: t.value, value: o })) : s);
|
|
2956
2945
|
b.assertNever(a);
|
|
2957
2946
|
}
|
|
2958
2947
|
}
|
|
@@ -3029,9 +3018,9 @@ class ue extends _ {
|
|
|
3029
3018
|
...n
|
|
3030
3019
|
}
|
|
3031
3020
|
});
|
|
3032
|
-
return ee(a) ? a.then((
|
|
3021
|
+
return ee(a) ? a.then((i) => ({
|
|
3033
3022
|
status: "valid",
|
|
3034
|
-
value:
|
|
3023
|
+
value: i.status === "valid" ? i.value : this._def.catchValue({
|
|
3035
3024
|
get error() {
|
|
3036
3025
|
return new N(n.common.issues);
|
|
3037
3026
|
},
|
|
@@ -3057,7 +3046,7 @@ ue.create = (r, e) => new ue({
|
|
|
3057
3046
|
catchValue: typeof e.catch == "function" ? e.catch : () => e.catch,
|
|
3058
3047
|
...v(e)
|
|
3059
3048
|
});
|
|
3060
|
-
class
|
|
3049
|
+
class Te extends _ {
|
|
3061
3050
|
_parse(e) {
|
|
3062
3051
|
if (this._getType(e) !== f.nan) {
|
|
3063
3052
|
const n = this._getOrReturnCtx(e);
|
|
@@ -3065,17 +3054,17 @@ class ke extends _ {
|
|
|
3065
3054
|
code: d.invalid_type,
|
|
3066
3055
|
expected: f.nan,
|
|
3067
3056
|
received: n.parsedType
|
|
3068
|
-
}),
|
|
3057
|
+
}), y;
|
|
3069
3058
|
}
|
|
3070
3059
|
return { status: "valid", value: e.data };
|
|
3071
3060
|
}
|
|
3072
3061
|
}
|
|
3073
|
-
|
|
3062
|
+
Te.create = (r) => new Te({
|
|
3074
3063
|
typeName: m.ZodNaN,
|
|
3075
3064
|
...v(r)
|
|
3076
3065
|
});
|
|
3077
|
-
const
|
|
3078
|
-
class
|
|
3066
|
+
const Ut = Symbol("zod_brand");
|
|
3067
|
+
class De extends _ {
|
|
3079
3068
|
_parse(e) {
|
|
3080
3069
|
const { ctx: t } = this._processInputParams(e), n = t.data;
|
|
3081
3070
|
return this._def.type._parse({
|
|
@@ -3093,13 +3082,13 @@ class pe extends _ {
|
|
|
3093
3082
|
const { status: t, ctx: n } = this._processInputParams(e);
|
|
3094
3083
|
if (n.common.async)
|
|
3095
3084
|
return (async () => {
|
|
3096
|
-
const
|
|
3085
|
+
const i = await this._def.in._parseAsync({
|
|
3097
3086
|
data: n.data,
|
|
3098
3087
|
path: n.path,
|
|
3099
3088
|
parent: n
|
|
3100
3089
|
});
|
|
3101
|
-
return
|
|
3102
|
-
data:
|
|
3090
|
+
return i.status === "aborted" ? y : i.status === "dirty" ? (t.dirty(), q(i.value)) : this._def.out._parseAsync({
|
|
3091
|
+
data: i.value,
|
|
3103
3092
|
path: n.path,
|
|
3104
3093
|
parent: n
|
|
3105
3094
|
});
|
|
@@ -3110,7 +3099,7 @@ class pe extends _ {
|
|
|
3110
3099
|
path: n.path,
|
|
3111
3100
|
parent: n
|
|
3112
3101
|
});
|
|
3113
|
-
return a.status === "aborted" ?
|
|
3102
|
+
return a.status === "aborted" ? y : a.status === "dirty" ? (t.dirty(), {
|
|
3114
3103
|
status: "dirty",
|
|
3115
3104
|
value: a.value
|
|
3116
3105
|
}) : this._def.out._parseSync({
|
|
@@ -3144,24 +3133,24 @@ fe.create = (r, e) => new fe({
|
|
|
3144
3133
|
});
|
|
3145
3134
|
function Ke(r, e = {}, t) {
|
|
3146
3135
|
return r ? J.create().superRefine((n, a) => {
|
|
3147
|
-
var
|
|
3136
|
+
var i, s;
|
|
3148
3137
|
if (!r(n)) {
|
|
3149
|
-
const o = typeof e == "function" ? e(n) : typeof e == "string" ? { message: e } : e, l = (
|
|
3138
|
+
const o = typeof e == "function" ? e(n) : typeof e == "string" ? { message: e } : e, l = (s = (i = o.fatal) !== null && i !== void 0 ? i : t) !== null && s !== void 0 ? s : !0, c = typeof o == "string" ? { message: o } : o;
|
|
3150
3139
|
a.addIssue({ code: "custom", ...c, fatal: l });
|
|
3151
3140
|
}
|
|
3152
3141
|
}) : J.create();
|
|
3153
3142
|
}
|
|
3154
|
-
const
|
|
3143
|
+
const Ft = {
|
|
3155
3144
|
object: w.lazycreate
|
|
3156
3145
|
};
|
|
3157
3146
|
var m;
|
|
3158
3147
|
(function(r) {
|
|
3159
3148
|
r.ZodString = "ZodString", r.ZodNumber = "ZodNumber", r.ZodNaN = "ZodNaN", r.ZodBigInt = "ZodBigInt", r.ZodBoolean = "ZodBoolean", r.ZodDate = "ZodDate", r.ZodSymbol = "ZodSymbol", r.ZodUndefined = "ZodUndefined", r.ZodNull = "ZodNull", r.ZodAny = "ZodAny", r.ZodUnknown = "ZodUnknown", r.ZodNever = "ZodNever", r.ZodVoid = "ZodVoid", r.ZodArray = "ZodArray", r.ZodObject = "ZodObject", r.ZodUnion = "ZodUnion", r.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", r.ZodIntersection = "ZodIntersection", r.ZodTuple = "ZodTuple", r.ZodRecord = "ZodRecord", r.ZodMap = "ZodMap", r.ZodSet = "ZodSet", r.ZodFunction = "ZodFunction", r.ZodLazy = "ZodLazy", r.ZodLiteral = "ZodLiteral", r.ZodEnum = "ZodEnum", r.ZodEffects = "ZodEffects", r.ZodNativeEnum = "ZodNativeEnum", r.ZodOptional = "ZodOptional", r.ZodNullable = "ZodNullable", r.ZodDefault = "ZodDefault", r.ZodCatch = "ZodCatch", r.ZodPromise = "ZodPromise", r.ZodBranded = "ZodBranded", r.ZodPipeline = "ZodPipeline", r.ZodReadonly = "ZodReadonly";
|
|
3160
3149
|
})(m || (m = {}));
|
|
3161
|
-
const
|
|
3150
|
+
const Wt = (r, e = {
|
|
3162
3151
|
message: `Input not instance of ${r.name}`
|
|
3163
|
-
}) => Ke((t) => t instanceof r, e), et =
|
|
3164
|
-
string: (r) =>
|
|
3152
|
+
}) => Ke((t) => t instanceof r, e), et = E.create, tt = $.create, qt = Te.create, Gt = V.create, rt = te.create, Ht = U.create, Jt = be.create, Yt = re.create, Xt = ne.create, Qt = J.create, Kt = B.create, er = M.create, tr = we.create, rr = S.create, nr = w.create, ar = w.strictCreate, ir = ae.create, sr = Ce.create, or = ie.create, dr = A.create, lr = se.create, cr = ke.create, ur = F.create, fr = G.create, pr = oe.create, mr = de.create, hr = z.create, yr = le.create, gr = Y.create, $e = Z.create, vr = I.create, _r = P.create, xr = Z.createWithPreprocess, br = pe.create, wr = () => et().optional(), kr = () => tt().optional(), Tr = () => rt().optional(), Cr = {
|
|
3153
|
+
string: (r) => E.create({ ...r, coerce: !0 }),
|
|
3165
3154
|
number: (r) => $.create({ ...r, coerce: !0 }),
|
|
3166
3155
|
boolean: (r) => te.create({
|
|
3167
3156
|
...r,
|
|
@@ -3169,53 +3158,53 @@ const qt = (r, e = {
|
|
|
3169
3158
|
}),
|
|
3170
3159
|
bigint: (r) => V.create({ ...r, coerce: !0 }),
|
|
3171
3160
|
date: (r) => U.create({ ...r, coerce: !0 })
|
|
3172
|
-
},
|
|
3161
|
+
}, Nr = y;
|
|
3173
3162
|
var O = /* @__PURE__ */ Object.freeze({
|
|
3174
3163
|
__proto__: null,
|
|
3175
3164
|
defaultErrorMap: H,
|
|
3176
|
-
setErrorMap:
|
|
3177
|
-
getErrorMap:
|
|
3178
|
-
makeIssue:
|
|
3179
|
-
EMPTY_PATH:
|
|
3165
|
+
setErrorMap: Nt,
|
|
3166
|
+
getErrorMap: ve,
|
|
3167
|
+
makeIssue: _e,
|
|
3168
|
+
EMPTY_PATH: Et,
|
|
3180
3169
|
addIssueToContext: u,
|
|
3181
3170
|
ParseStatus: k,
|
|
3182
|
-
INVALID:
|
|
3171
|
+
INVALID: y,
|
|
3183
3172
|
DIRTY: q,
|
|
3184
3173
|
OK: T,
|
|
3185
|
-
isAborted:
|
|
3186
|
-
isDirty:
|
|
3174
|
+
isAborted: Oe,
|
|
3175
|
+
isDirty: Ie,
|
|
3187
3176
|
isValid: K,
|
|
3188
3177
|
isAsync: ee,
|
|
3189
3178
|
get util() {
|
|
3190
3179
|
return b;
|
|
3191
3180
|
},
|
|
3192
3181
|
get objectUtil() {
|
|
3193
|
-
return
|
|
3182
|
+
return je;
|
|
3194
3183
|
},
|
|
3195
3184
|
ZodParsedType: f,
|
|
3196
3185
|
getParsedType: L,
|
|
3197
3186
|
ZodType: _,
|
|
3198
3187
|
datetimeRegex: Xe,
|
|
3199
|
-
ZodString:
|
|
3188
|
+
ZodString: E,
|
|
3200
3189
|
ZodNumber: $,
|
|
3201
3190
|
ZodBigInt: V,
|
|
3202
3191
|
ZodBoolean: te,
|
|
3203
3192
|
ZodDate: U,
|
|
3204
|
-
ZodSymbol:
|
|
3193
|
+
ZodSymbol: be,
|
|
3205
3194
|
ZodUndefined: re,
|
|
3206
3195
|
ZodNull: ne,
|
|
3207
3196
|
ZodAny: J,
|
|
3208
3197
|
ZodUnknown: B,
|
|
3209
3198
|
ZodNever: M,
|
|
3210
|
-
ZodVoid:
|
|
3199
|
+
ZodVoid: we,
|
|
3211
3200
|
ZodArray: S,
|
|
3212
3201
|
ZodObject: w,
|
|
3213
3202
|
ZodUnion: ae,
|
|
3214
|
-
ZodDiscriminatedUnion:
|
|
3215
|
-
ZodIntersection:
|
|
3203
|
+
ZodDiscriminatedUnion: Ce,
|
|
3204
|
+
ZodIntersection: ie,
|
|
3216
3205
|
ZodTuple: A,
|
|
3217
|
-
ZodRecord:
|
|
3218
|
-
ZodMap:
|
|
3206
|
+
ZodRecord: se,
|
|
3207
|
+
ZodMap: ke,
|
|
3219
3208
|
ZodSet: F,
|
|
3220
3209
|
ZodFunction: G,
|
|
3221
3210
|
ZodLazy: oe,
|
|
@@ -3229,72 +3218,72 @@ var O = /* @__PURE__ */ Object.freeze({
|
|
|
3229
3218
|
ZodNullable: P,
|
|
3230
3219
|
ZodDefault: ce,
|
|
3231
3220
|
ZodCatch: ue,
|
|
3232
|
-
ZodNaN:
|
|
3233
|
-
BRAND:
|
|
3234
|
-
ZodBranded:
|
|
3221
|
+
ZodNaN: Te,
|
|
3222
|
+
BRAND: Ut,
|
|
3223
|
+
ZodBranded: De,
|
|
3235
3224
|
ZodPipeline: pe,
|
|
3236
3225
|
ZodReadonly: fe,
|
|
3237
3226
|
custom: Ke,
|
|
3238
3227
|
Schema: _,
|
|
3239
3228
|
ZodSchema: _,
|
|
3240
|
-
late:
|
|
3229
|
+
late: Ft,
|
|
3241
3230
|
get ZodFirstPartyTypeKind() {
|
|
3242
3231
|
return m;
|
|
3243
3232
|
},
|
|
3244
|
-
coerce:
|
|
3245
|
-
any:
|
|
3246
|
-
array:
|
|
3247
|
-
bigint:
|
|
3233
|
+
coerce: Cr,
|
|
3234
|
+
any: Qt,
|
|
3235
|
+
array: rr,
|
|
3236
|
+
bigint: Gt,
|
|
3248
3237
|
boolean: rt,
|
|
3249
|
-
date:
|
|
3250
|
-
discriminatedUnion:
|
|
3238
|
+
date: Ht,
|
|
3239
|
+
discriminatedUnion: sr,
|
|
3251
3240
|
effect: $e,
|
|
3252
|
-
enum:
|
|
3253
|
-
function:
|
|
3254
|
-
instanceof:
|
|
3255
|
-
intersection:
|
|
3256
|
-
lazy:
|
|
3257
|
-
literal:
|
|
3258
|
-
map:
|
|
3259
|
-
nan:
|
|
3260
|
-
nativeEnum:
|
|
3261
|
-
never:
|
|
3262
|
-
null:
|
|
3263
|
-
nullable:
|
|
3241
|
+
enum: hr,
|
|
3242
|
+
function: fr,
|
|
3243
|
+
instanceof: Wt,
|
|
3244
|
+
intersection: or,
|
|
3245
|
+
lazy: pr,
|
|
3246
|
+
literal: mr,
|
|
3247
|
+
map: cr,
|
|
3248
|
+
nan: qt,
|
|
3249
|
+
nativeEnum: yr,
|
|
3250
|
+
never: er,
|
|
3251
|
+
null: Xt,
|
|
3252
|
+
nullable: _r,
|
|
3264
3253
|
number: tt,
|
|
3265
|
-
object:
|
|
3266
|
-
oboolean:
|
|
3267
|
-
onumber:
|
|
3268
|
-
optional:
|
|
3269
|
-
ostring:
|
|
3270
|
-
pipeline:
|
|
3271
|
-
preprocess:
|
|
3272
|
-
promise:
|
|
3273
|
-
record:
|
|
3274
|
-
set:
|
|
3275
|
-
strictObject:
|
|
3254
|
+
object: nr,
|
|
3255
|
+
oboolean: Tr,
|
|
3256
|
+
onumber: kr,
|
|
3257
|
+
optional: vr,
|
|
3258
|
+
ostring: wr,
|
|
3259
|
+
pipeline: br,
|
|
3260
|
+
preprocess: xr,
|
|
3261
|
+
promise: gr,
|
|
3262
|
+
record: lr,
|
|
3263
|
+
set: ur,
|
|
3264
|
+
strictObject: ar,
|
|
3276
3265
|
string: et,
|
|
3277
|
-
symbol:
|
|
3266
|
+
symbol: Jt,
|
|
3278
3267
|
transformer: $e,
|
|
3279
|
-
tuple:
|
|
3280
|
-
undefined:
|
|
3268
|
+
tuple: dr,
|
|
3269
|
+
undefined: Yt,
|
|
3281
3270
|
union: ir,
|
|
3282
|
-
unknown:
|
|
3283
|
-
void:
|
|
3284
|
-
NEVER:
|
|
3271
|
+
unknown: Kt,
|
|
3272
|
+
void: tr,
|
|
3273
|
+
NEVER: Nr,
|
|
3285
3274
|
ZodIssueCode: d,
|
|
3286
|
-
quotelessJson:
|
|
3275
|
+
quotelessJson: Ct,
|
|
3287
3276
|
ZodError: N
|
|
3288
3277
|
});
|
|
3289
3278
|
const Ve = (r) => {
|
|
3290
|
-
const e = r.trim().replace(/\s+/g, " ").split(" "), [t, n, ...a] = e,
|
|
3279
|
+
const e = r.trim().replace(/\s+/g, " ").split(" "), [t, n, ...a] = e, i = a == null ? void 0 : a.join(" ");
|
|
3291
3280
|
return {
|
|
3292
3281
|
surname: t,
|
|
3293
3282
|
name: n,
|
|
3294
|
-
patronymic:
|
|
3283
|
+
patronymic: i
|
|
3295
3284
|
};
|
|
3296
|
-
},
|
|
3297
|
-
|
|
3285
|
+
}, Qr = O.string({ invalid_type_error: "Обязательно к заполнению", required_error: "Обязательно к заполнению" }).superRefine((r, e) => {
|
|
3286
|
+
kt.test(r) || e.addIssue({
|
|
3298
3287
|
code: O.ZodIssueCode.custom,
|
|
3299
3288
|
message: "Должна быть только кириллица"
|
|
3300
3289
|
});
|
|
@@ -3308,28 +3297,28 @@ const Ve = (r) => {
|
|
|
3308
3297
|
}), Me.test(t) || e.addIssue({
|
|
3309
3298
|
code: O.ZodIssueCode.custom,
|
|
3310
3299
|
message: "Неверно введена фамилия"
|
|
3311
|
-
}), a && (
|
|
3300
|
+
}), a && (Tt.test(a) || e.addIssue({
|
|
3312
3301
|
code: O.ZodIssueCode.custom,
|
|
3313
3302
|
message: "Неверно введено отчество"
|
|
3314
3303
|
}));
|
|
3315
3304
|
}).transform((r) => {
|
|
3316
3305
|
const { surname: e, name: t, patronymic: n } = Ve(r);
|
|
3317
3306
|
return {
|
|
3318
|
-
surname:
|
|
3319
|
-
name:
|
|
3320
|
-
patronymic: n ?
|
|
3307
|
+
surname: Ee(e),
|
|
3308
|
+
name: Ee(t),
|
|
3309
|
+
patronymic: n ? Ee(n) : void 0
|
|
3321
3310
|
};
|
|
3322
|
-
}),
|
|
3323
|
-
const [t, n, a] = (r == null ? void 0 : r.split(".")) ?? "",
|
|
3311
|
+
}), Kr = O.string().length(10, { message: ye.INVALID_DATE }).superRefine((r, e) => {
|
|
3312
|
+
const [t, n, a] = (r == null ? void 0 : r.split(".")) ?? "", i = Fe(`${t}/${n}/${a}`, "dd/MM/yyyy", /* @__PURE__ */ new Date());
|
|
3324
3313
|
+a <= 1950 && e.addIssue({
|
|
3325
3314
|
code: O.ZodIssueCode.custom,
|
|
3326
|
-
message:
|
|
3327
|
-
}),
|
|
3315
|
+
message: ye.INVALID_DATE
|
|
3316
|
+
}), ot(i) || e.addIssue({
|
|
3328
3317
|
code: O.ZodIssueCode.custom,
|
|
3329
|
-
message:
|
|
3330
|
-
}), (/* @__PURE__ */ new Date()).getTime() < new Date(
|
|
3318
|
+
message: ye.INVALID_DATE
|
|
3319
|
+
}), (/* @__PURE__ */ new Date()).getTime() < new Date(i).getTime() && e.addIssue({
|
|
3331
3320
|
code: O.ZodIssueCode.custom,
|
|
3332
|
-
message:
|
|
3321
|
+
message: ye.FUTURE_DATE_NOT_ALLOWED
|
|
3333
3322
|
});
|
|
3334
3323
|
}), me = {
|
|
3335
3324
|
transparent: "transparent",
|
|
@@ -3361,7 +3350,7 @@ const Ve = (r) => {
|
|
|
3361
3350
|
"primary-disabled": "#809bc7",
|
|
3362
3351
|
"secondary-disabled": "#FFB7BF",
|
|
3363
3352
|
...me
|
|
3364
|
-
},
|
|
3353
|
+
}, Er = {
|
|
3365
3354
|
dark: "#292929",
|
|
3366
3355
|
disabled: "#a9b6c5",
|
|
3367
3356
|
footer: "#c3c3c3",
|
|
@@ -3390,7 +3379,7 @@ const Ve = (r) => {
|
|
|
3390
3379
|
"skyblue-200": "#e7f3ff",
|
|
3391
3380
|
"skyblue-300": "#d9edff",
|
|
3392
3381
|
...me
|
|
3393
|
-
},
|
|
3382
|
+
}, ge = {
|
|
3394
3383
|
"accent-default": "#2477ff",
|
|
3395
3384
|
"accent-hover": "#0053da",
|
|
3396
3385
|
"blue-grey-100": "#f3f4f7",
|
|
@@ -3441,14 +3430,14 @@ const Ve = (r) => {
|
|
|
3441
3430
|
md: "8px",
|
|
3442
3431
|
lg: "16px",
|
|
3443
3432
|
full: "9999px"
|
|
3444
|
-
},
|
|
3433
|
+
}, jr = {
|
|
3445
3434
|
30: "30deg",
|
|
3446
3435
|
45: "45deg",
|
|
3447
3436
|
80: "80deg",
|
|
3448
3437
|
90: "90deg",
|
|
3449
3438
|
110: "110deg",
|
|
3450
3439
|
180: "180deg"
|
|
3451
|
-
},
|
|
3440
|
+
}, Or = {
|
|
3452
3441
|
12: "12px",
|
|
3453
3442
|
14: "14px",
|
|
3454
3443
|
16: "16px",
|
|
@@ -3458,7 +3447,7 @@ const Ve = (r) => {
|
|
|
3458
3447
|
28: "28px",
|
|
3459
3448
|
32: "32px",
|
|
3460
3449
|
40: "40px"
|
|
3461
|
-
},
|
|
3450
|
+
}, Ir = {
|
|
3462
3451
|
16: "16px",
|
|
3463
3452
|
20: "20px",
|
|
3464
3453
|
22: "22px",
|
|
@@ -3467,7 +3456,7 @@ const Ve = (r) => {
|
|
|
3467
3456
|
32: "32px",
|
|
3468
3457
|
40: "40px",
|
|
3469
3458
|
48: "48px"
|
|
3470
|
-
},
|
|
3459
|
+
}, Rr = {
|
|
3471
3460
|
/* # Headline */
|
|
3472
3461
|
".mob-headline-bold-m": {
|
|
3473
3462
|
"@apply font-bold text-28 leading-32": ""
|
|
@@ -3544,14 +3533,14 @@ var nt = {}, at = {};
|
|
|
3544
3533
|
};
|
|
3545
3534
|
}
|
|
3546
3535
|
e.withOptions = function(n, a = () => ({})) {
|
|
3547
|
-
const
|
|
3536
|
+
const i = function(s) {
|
|
3548
3537
|
return {
|
|
3549
|
-
__options:
|
|
3550
|
-
handler: n(
|
|
3551
|
-
config: a(
|
|
3538
|
+
__options: s,
|
|
3539
|
+
handler: n(s),
|
|
3540
|
+
config: a(s)
|
|
3552
3541
|
};
|
|
3553
3542
|
};
|
|
3554
|
-
return
|
|
3543
|
+
return i.__isOptionsFunction = !0, i.__pluginFunction = n, i.__configFunction = a, i;
|
|
3555
3544
|
};
|
|
3556
3545
|
const t = e;
|
|
3557
3546
|
})(at);
|
|
@@ -3572,15 +3561,15 @@ var nt = {}, at = {};
|
|
|
3572
3561
|
}
|
|
3573
3562
|
const n = e.default;
|
|
3574
3563
|
})(nt);
|
|
3575
|
-
let
|
|
3576
|
-
var
|
|
3577
|
-
const Be = /* @__PURE__ */ qe(
|
|
3564
|
+
let Ze = nt;
|
|
3565
|
+
var it = (Ze.__esModule ? Ze : { default: Ze }).default;
|
|
3566
|
+
const Be = /* @__PURE__ */ qe(it), Ar = it;
|
|
3578
3567
|
function Ue(r) {
|
|
3579
3568
|
return Object.fromEntries(
|
|
3580
3569
|
Object.entries(r).filter(([e]) => e !== "DEFAULT")
|
|
3581
3570
|
);
|
|
3582
3571
|
}
|
|
3583
|
-
var
|
|
3572
|
+
var Dr = Ar(
|
|
3584
3573
|
({ addUtilities: r, matchUtilities: e, theme: t }) => {
|
|
3585
3574
|
r({
|
|
3586
3575
|
"@keyframes enter": t("keyframes.enter"),
|
|
@@ -3736,7 +3725,7 @@ var Mr = Dr(
|
|
|
3736
3725
|
}
|
|
3737
3726
|
}
|
|
3738
3727
|
);
|
|
3739
|
-
const
|
|
3728
|
+
const Mr = /* @__PURE__ */ qe(Dr), en = {
|
|
3740
3729
|
theme: {
|
|
3741
3730
|
screens: {
|
|
3742
3731
|
mobile: { max: "1187px" },
|
|
@@ -3745,20 +3734,20 @@ const Lr = /* @__PURE__ */ qe(Mr), tn = {
|
|
|
3745
3734
|
backgroundColor: {
|
|
3746
3735
|
color: ze,
|
|
3747
3736
|
banner: Sr,
|
|
3748
|
-
icon:
|
|
3737
|
+
icon: ge
|
|
3749
3738
|
},
|
|
3750
3739
|
textColor: {
|
|
3751
|
-
icon:
|
|
3752
|
-
color:
|
|
3740
|
+
icon: ge,
|
|
3741
|
+
color: Er
|
|
3753
3742
|
},
|
|
3754
|
-
fill:
|
|
3755
|
-
stroke:
|
|
3743
|
+
fill: ge,
|
|
3744
|
+
stroke: ge,
|
|
3756
3745
|
borderColor: Pe,
|
|
3757
3746
|
outlineColor: Pe,
|
|
3758
3747
|
borderRadius: Zr,
|
|
3759
3748
|
fontFamily: { roboto: ["var(--ff-roboto)", "sans-serif"] },
|
|
3760
|
-
fontSize:
|
|
3761
|
-
lineHeight:
|
|
3749
|
+
fontSize: Or,
|
|
3750
|
+
lineHeight: Ir,
|
|
3762
3751
|
gradientColorStops: ze,
|
|
3763
3752
|
boxShadow: {
|
|
3764
3753
|
sm: "0 8px 20px 0 rgba(0, 0, 0, 0.08)",
|
|
@@ -3766,7 +3755,7 @@ const Lr = /* @__PURE__ */ qe(Mr), tn = {
|
|
|
3766
3755
|
lg: "0 16px 24px 0 rgba(0, 33, 87, 0.16)"
|
|
3767
3756
|
},
|
|
3768
3757
|
extend: {
|
|
3769
|
-
bgGradientDeg:
|
|
3758
|
+
bgGradientDeg: jr,
|
|
3770
3759
|
width: {
|
|
3771
3760
|
"popper-content": "var(--radix-popover-content-available-width)",
|
|
3772
3761
|
"popper-trigger": "var(--radix-popover-trigger-width)",
|
|
@@ -3811,9 +3800,9 @@ const Lr = /* @__PURE__ */ qe(Mr), tn = {
|
|
|
3811
3800
|
},
|
|
3812
3801
|
plugins: [
|
|
3813
3802
|
// eslint-disable-next-line global-require
|
|
3814
|
-
|
|
3803
|
+
Mr,
|
|
3815
3804
|
Be(({ addComponents: r }) => {
|
|
3816
|
-
r(
|
|
3805
|
+
r(Rr);
|
|
3817
3806
|
}),
|
|
3818
3807
|
Be(function({ matchUtilities: r, theme: e }) {
|
|
3819
3808
|
r(
|
|
@@ -3830,45 +3819,45 @@ const Lr = /* @__PURE__ */ qe(Mr), tn = {
|
|
|
3830
3819
|
]
|
|
3831
3820
|
};
|
|
3832
3821
|
export {
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3822
|
+
nn as Badge,
|
|
3823
|
+
Fr as Breadcrumbs,
|
|
3824
|
+
Wr as Button,
|
|
3825
|
+
qr as ButtonIcon,
|
|
3826
|
+
Gr as CustomLink,
|
|
3827
|
+
an as DADATA_BASE_CACHE_URL,
|
|
3828
|
+
sn as DADATA_BASE_CONSTANTS_URL,
|
|
3829
|
+
Hr as Document,
|
|
3830
|
+
st as Heading,
|
|
3831
|
+
Ae as Icon,
|
|
3832
|
+
ht as Loader,
|
|
3833
|
+
Jr as PhoneView,
|
|
3834
|
+
Yr as ProgressBar,
|
|
3835
|
+
dt as ResponsiveContainer,
|
|
3847
3836
|
Me as RgxCheckForHyphen,
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3837
|
+
Tt as RgxPatronymic,
|
|
3838
|
+
kt as RgxUnicode,
|
|
3839
|
+
on as SPRITES_META,
|
|
3840
|
+
Br as Section,
|
|
3841
|
+
Xr as Skeleton,
|
|
3842
|
+
Ur as Table,
|
|
3843
|
+
ye as VALIDATION_MESSAGES,
|
|
3855
3844
|
ze as allowedBackgroundColors,
|
|
3856
|
-
|
|
3845
|
+
jr as allowedBackgroundDeg,
|
|
3857
3846
|
Sr as allowedBannersBackgroundColors,
|
|
3858
3847
|
Zr as allowedBorderRadius,
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3848
|
+
Or as allowedFontSize,
|
|
3849
|
+
ge as allowedIconsColors,
|
|
3850
|
+
Ir as allowedLineHeight,
|
|
3862
3851
|
Pe as allowedStrokeColors,
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3852
|
+
Er as allowedTextColors,
|
|
3853
|
+
Rr as allowedTextStyles,
|
|
3854
|
+
Ee as capitalize,
|
|
3866
3855
|
x as cn,
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3856
|
+
Vr as deepCompare,
|
|
3857
|
+
Pr as formatToDate,
|
|
3858
|
+
zr as isClient,
|
|
3859
|
+
en as tailwindConfigBase,
|
|
3860
|
+
Kr as zodCalendarValidate,
|
|
3861
|
+
Qr as zodDadataFioValidate
|
|
3873
3862
|
};
|
|
3874
3863
|
//# sourceMappingURL=hybrid.js.map
|