@volverjs/form-vue 1.0.0-beta.4 → 1.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +65 -63
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
- package/src/VvForm.ts +8 -0
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as z, computed as k, onMounted as D, onBeforeUnmount as j, inject as U, toRefs as P, watch as
|
|
1
|
+
import { defineComponent as z, computed as k, onMounted as D, onBeforeUnmount as j, inject as U, toRefs as P, watch as A, unref as $, provide as M, readonly as I, resolveComponent as O, defineAsyncComponent as F, h as w, ref as B, toRaw as S, isProxy as ee, withModifiers as re, getCurrentInstance as te } from "vue";
|
|
2
2
|
import { watchIgnorable as ae, throttleFilter as ne } from "@vueuse/core";
|
|
3
|
-
import { ZodObject as
|
|
4
|
-
function
|
|
3
|
+
import { ZodObject as J, ZodDefault as ue, ZodNullable as le, ZodSchema as se, ZodArray as ie, ZodEffects as fe, ZodOptional as oe } from "zod";
|
|
4
|
+
function K(e) {
|
|
5
5
|
return Array.isArray(e);
|
|
6
6
|
}
|
|
7
7
|
function de(e) {
|
|
@@ -16,11 +16,11 @@ function H(e) {
|
|
|
16
16
|
function Q(e) {
|
|
17
17
|
return typeof e == "string";
|
|
18
18
|
}
|
|
19
|
-
function
|
|
19
|
+
function C(e) {
|
|
20
20
|
return typeof e > "u";
|
|
21
21
|
}
|
|
22
22
|
const ve = /^[0-9]+$/, ce = ["__proto__", "prototype", "constructor"];
|
|
23
|
-
function
|
|
23
|
+
function G(e, s, t) {
|
|
24
24
|
const o = de(t) ? t : void 0;
|
|
25
25
|
if (!H(e) || !Q(s))
|
|
26
26
|
return o;
|
|
@@ -30,12 +30,12 @@ function L(e, s, t) {
|
|
|
30
30
|
if (r === "*")
|
|
31
31
|
continue;
|
|
32
32
|
const l = function(a) {
|
|
33
|
-
return a.map((f) =>
|
|
33
|
+
return a.map((f) => C(f) || q(f) ? f : K(f) ? l(f) : f[r]);
|
|
34
34
|
};
|
|
35
|
-
if (
|
|
35
|
+
if (K(e) && !ve.test(r) ? e = l(e) : e = e[r], C(e) || q(e))
|
|
36
36
|
break;
|
|
37
37
|
}
|
|
38
|
-
return
|
|
38
|
+
return C(e) ? o : e;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
function X(e, s, t) {
|
|
@@ -51,13 +51,13 @@ function X(e, s, t) {
|
|
|
51
51
|
e[l] = t;
|
|
52
52
|
return;
|
|
53
53
|
}
|
|
54
|
-
if (l === "*" &&
|
|
54
|
+
if (l === "*" && K(e)) {
|
|
55
55
|
const a = o.slice(r + 1).join(".");
|
|
56
56
|
for (const f of e)
|
|
57
57
|
X(f, a, t);
|
|
58
58
|
return;
|
|
59
59
|
}
|
|
60
|
-
|
|
60
|
+
C(e[l]) && (e[l] = {}), e = e[l];
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
function Y(e) {
|
|
@@ -104,7 +104,7 @@ const me = (e, s, t, o) => z({
|
|
|
104
104
|
const a = k({
|
|
105
105
|
get() {
|
|
106
106
|
if (n != null && n.formData)
|
|
107
|
-
return
|
|
107
|
+
return G(
|
|
108
108
|
Object(n.formData.value),
|
|
109
109
|
String(u.name)
|
|
110
110
|
);
|
|
@@ -129,11 +129,11 @@ const me = (e, s, t, o) => z({
|
|
|
129
129
|
f && f.fields.value.add(u.name);
|
|
130
130
|
const n = U(e), { props: c, name: h } = P(u), V = k(() => {
|
|
131
131
|
if (n != null && n.errors.value)
|
|
132
|
-
return
|
|
132
|
+
return G(n.errors.value, String(u.name));
|
|
133
133
|
}), m = k(() => {
|
|
134
134
|
var i;
|
|
135
135
|
return (i = V.value) == null ? void 0 : i._errors;
|
|
136
|
-
}), v = k(() => V.value !== void 0), b =
|
|
136
|
+
}), v = k(() => V.value !== void 0), b = A(v, () => {
|
|
137
137
|
v.value ? (l("invalid", m.value), f && f.errors.value.set(
|
|
138
138
|
u.name,
|
|
139
139
|
{
|
|
@@ -142,7 +142,7 @@ const me = (e, s, t, o) => z({
|
|
|
142
142
|
)) : (l("valid", a.value), f && f.errors.value.delete(
|
|
143
143
|
u.name
|
|
144
144
|
));
|
|
145
|
-
}), y =
|
|
145
|
+
}), y = A(
|
|
146
146
|
() => n == null ? void 0 : n.formData,
|
|
147
147
|
() => {
|
|
148
148
|
l("update:formData", n == null ? void 0 : n.formData);
|
|
@@ -153,10 +153,10 @@ const me = (e, s, t, o) => z({
|
|
|
153
153
|
}, p = k(() => {
|
|
154
154
|
let i = c.value;
|
|
155
155
|
return typeof i == "function" && (i = i(n == null ? void 0 : n.formData)), Object.keys(i).reduce(
|
|
156
|
-
(
|
|
156
|
+
(N, _) => (N[_] = $(i[_]), N),
|
|
157
157
|
{}
|
|
158
158
|
);
|
|
159
|
-
}),
|
|
159
|
+
}), E = k(() => ({
|
|
160
160
|
...p.value,
|
|
161
161
|
name: p.value.name ?? u.name,
|
|
162
162
|
invalid: v.value,
|
|
@@ -184,8 +184,8 @@ const me = (e, s, t, o) => z({
|
|
|
184
184
|
"onUpdate:modelValue": g
|
|
185
185
|
}));
|
|
186
186
|
return M(t, {
|
|
187
|
-
name:
|
|
188
|
-
errors:
|
|
187
|
+
name: I(h),
|
|
188
|
+
errors: I(V)
|
|
189
189
|
}), { component: k(() => {
|
|
190
190
|
if (u.type === d.custom)
|
|
191
191
|
return {
|
|
@@ -256,12 +256,12 @@ const me = (e, s, t, o) => z({
|
|
|
256
256
|
}
|
|
257
257
|
return import("@volverjs/ui-vue/vv-input-text");
|
|
258
258
|
});
|
|
259
|
-
}), hasProps:
|
|
259
|
+
}), hasProps: E, invalid: v };
|
|
260
260
|
},
|
|
261
261
|
render() {
|
|
262
262
|
return this.is ? w(this.is, this.hasProps, this.$slots) : this.type === d.custom ? w(this.component, null, this.$slots) : w(this.component, this.hasProps, this.$slots);
|
|
263
263
|
}
|
|
264
|
-
}),
|
|
264
|
+
}), R = (e, s = {}) => {
|
|
265
265
|
const t = (r) => {
|
|
266
266
|
let l = r;
|
|
267
267
|
for (; l instanceof fe; )
|
|
@@ -269,7 +269,7 @@ const me = (e, s, t, o) => z({
|
|
|
269
269
|
return l instanceof oe && (l = l._def.innerType), l;
|
|
270
270
|
}, o = t(e);
|
|
271
271
|
return {
|
|
272
|
-
...(o instanceof
|
|
272
|
+
...(o instanceof J ? o._def.unknownKeys === "passthrough" : !1) ? s : {},
|
|
273
273
|
...Object.fromEntries(
|
|
274
274
|
Object.entries(o.shape).map(
|
|
275
275
|
([r, l]) => {
|
|
@@ -284,20 +284,20 @@ const me = (e, s, t, o) => z({
|
|
|
284
284
|
}
|
|
285
285
|
if (f instanceof ie && Array.isArray(a) && a.length) {
|
|
286
286
|
const c = t(f._def.type);
|
|
287
|
-
if (c instanceof
|
|
287
|
+
if (c instanceof J)
|
|
288
288
|
return [
|
|
289
289
|
r,
|
|
290
290
|
a.map(
|
|
291
|
-
(h) =>
|
|
291
|
+
(h) => R(
|
|
292
292
|
c,
|
|
293
293
|
h && typeof h == "object" ? h : void 0
|
|
294
294
|
)
|
|
295
295
|
) ?? n
|
|
296
296
|
];
|
|
297
297
|
}
|
|
298
|
-
return f instanceof
|
|
298
|
+
return f instanceof J ? [
|
|
299
299
|
r,
|
|
300
|
-
|
|
300
|
+
R(
|
|
301
301
|
f,
|
|
302
302
|
a && typeof a == "object" ? a : n
|
|
303
303
|
)
|
|
@@ -307,7 +307,7 @@ const me = (e, s, t, o) => z({
|
|
|
307
307
|
)
|
|
308
308
|
};
|
|
309
309
|
}, he = (e, s, t, o) => {
|
|
310
|
-
const u =
|
|
310
|
+
const u = B(), r = B(), l = k(() => r.value === x.invalid), a = B(), f = async (m = a.value) => {
|
|
311
311
|
const v = await e.safeParseAsync(m);
|
|
312
312
|
return v.success ? (u.value = void 0, r.value = x.valid, a.value = v.data, !0) : (u.value = v.error.format(), r.value = x.invalid, !1);
|
|
313
313
|
}, n = async () => await f() ? (r.value = x.submitting, !0) : !1, { ignoreUpdates: c, stop: h } = ae(
|
|
@@ -342,39 +342,41 @@ const me = (e, s, t, o) => z({
|
|
|
342
342
|
emits: ["invalid", "valid", "submit", "update:modelValue"],
|
|
343
343
|
expose: ["submit", "validate", "errors", "status", "valid", "invalid"],
|
|
344
344
|
setup(m, { emit: v }) {
|
|
345
|
-
return a.value =
|
|
345
|
+
return a.value = R(
|
|
346
346
|
e,
|
|
347
|
-
|
|
348
|
-
),
|
|
347
|
+
S(m.modelValue)
|
|
348
|
+
), A(
|
|
349
349
|
() => m.modelValue,
|
|
350
350
|
(b) => {
|
|
351
351
|
if (b) {
|
|
352
|
-
const y = ee(b) ?
|
|
352
|
+
const y = ee(b) ? S(b) : b;
|
|
353
|
+
if (JSON.stringify(y) === JSON.stringify(S(a.value)))
|
|
354
|
+
return;
|
|
353
355
|
a.value = typeof (y == null ? void 0 : y.clone) == "function" ? y.clone() : JSON.parse(JSON.stringify(y));
|
|
354
356
|
}
|
|
355
357
|
},
|
|
356
358
|
{ deep: !0 }
|
|
357
|
-
),
|
|
358
|
-
var y, g, p,
|
|
359
|
+
), A(r, async (b) => {
|
|
360
|
+
var y, g, p, E, W;
|
|
359
361
|
if (b === x.invalid) {
|
|
360
|
-
const i =
|
|
362
|
+
const i = S(
|
|
361
363
|
u.value
|
|
362
364
|
);
|
|
363
365
|
v("invalid", i), (y = t == null ? void 0 : t.onInvalid) == null || y.call(t, i);
|
|
364
366
|
return;
|
|
365
367
|
}
|
|
366
368
|
if (b === x.valid) {
|
|
367
|
-
const i =
|
|
369
|
+
const i = S(a.value);
|
|
368
370
|
v("valid", i), (g = t == null ? void 0 : t.onValid) == null || g.call(t, i), v("update:modelValue", i), (p = t == null ? void 0 : t.onUpdate) == null || p.call(t, i);
|
|
369
371
|
return;
|
|
370
372
|
}
|
|
371
373
|
if (b === x.submitting) {
|
|
372
|
-
const i =
|
|
373
|
-
v("submit", i), (
|
|
374
|
+
const i = S(a.value);
|
|
375
|
+
v("submit", i), (E = t == null ? void 0 : t.onSubmit) == null || E.call(t, i);
|
|
374
376
|
}
|
|
375
377
|
if (b === x.updated) {
|
|
376
378
|
if ((u.value || t != null && t.continuosValidation || m.continuosValidation) && await f(), !a.value || !m.modelValue || JSON.stringify(a.value) !== JSON.stringify(m.modelValue)) {
|
|
377
|
-
const i =
|
|
379
|
+
const i = S(
|
|
378
380
|
a.value
|
|
379
381
|
);
|
|
380
382
|
v("update:modelValue", i), (W = t == null ? void 0 : t.onUpdate) == null || W.call(t, i);
|
|
@@ -387,8 +389,8 @@ const me = (e, s, t, o) => z({
|
|
|
387
389
|
validate: f,
|
|
388
390
|
ignoreUpdates: c,
|
|
389
391
|
stopUpdatesWatch: h,
|
|
390
|
-
errors:
|
|
391
|
-
status:
|
|
392
|
+
errors: I(u),
|
|
393
|
+
status: I(r),
|
|
392
394
|
invalid: l
|
|
393
395
|
}), {
|
|
394
396
|
formData: a,
|
|
@@ -396,8 +398,8 @@ const me = (e, s, t, o) => z({
|
|
|
396
398
|
validate: f,
|
|
397
399
|
ignoreUpdates: c,
|
|
398
400
|
stopUpdatesWatch: h,
|
|
399
|
-
errors:
|
|
400
|
-
status:
|
|
401
|
+
errors: I(u),
|
|
402
|
+
status: I(r),
|
|
401
403
|
invalid: l
|
|
402
404
|
};
|
|
403
405
|
},
|
|
@@ -465,12 +467,12 @@ const me = (e, s, t, o) => z({
|
|
|
465
467
|
emits: ["invalid", "valid"],
|
|
466
468
|
expose: ["fields", "invalid"],
|
|
467
469
|
setup(o, { emit: u }) {
|
|
468
|
-
const r = U(e), l = U(s, void 0), a =
|
|
470
|
+
const r = U(e), l = U(s, void 0), a = B(/* @__PURE__ */ new Set()), f = B(/* @__PURE__ */ new Map()), { name: n } = P(o);
|
|
469
471
|
M(s, {
|
|
470
|
-
name:
|
|
472
|
+
name: I(n),
|
|
471
473
|
errors: f,
|
|
472
474
|
fields: a
|
|
473
|
-
}),
|
|
475
|
+
}), A(
|
|
474
476
|
a,
|
|
475
477
|
(h) => {
|
|
476
478
|
l != null && l.fields && h.forEach((V) => {
|
|
@@ -478,7 +480,7 @@ const me = (e, s, t, o) => z({
|
|
|
478
480
|
});
|
|
479
481
|
},
|
|
480
482
|
{ deep: !0 }
|
|
481
|
-
),
|
|
483
|
+
), A(
|
|
482
484
|
() => new Map(f.value),
|
|
483
485
|
(h, V) => {
|
|
484
486
|
l != null && l.errors && (Array.from(V.keys()).forEach((m) => {
|
|
@@ -491,7 +493,7 @@ const me = (e, s, t, o) => z({
|
|
|
491
493
|
{ deep: !0 }
|
|
492
494
|
);
|
|
493
495
|
const c = k(() => r != null && r.invalid.value ? f.value.size > 0 : !1);
|
|
494
|
-
return
|
|
496
|
+
return A(c, () => {
|
|
495
497
|
c.value ? u("invalid") : u("valid");
|
|
496
498
|
}), {
|
|
497
499
|
formData: r == null ? void 0 : r.formData,
|
|
@@ -550,23 +552,23 @@ const me = (e, s, t, o) => z({
|
|
|
550
552
|
vvChildren: y,
|
|
551
553
|
vvIf: g,
|
|
552
554
|
vvElseIf: p,
|
|
553
|
-
vvType:
|
|
555
|
+
vvType: E,
|
|
554
556
|
vvDefaultValue: W,
|
|
555
557
|
vvShowValid: i,
|
|
556
|
-
vvContent:
|
|
557
|
-
|
|
558
|
+
vvContent: N,
|
|
559
|
+
..._
|
|
558
560
|
} = V;
|
|
559
561
|
if (g !== void 0) {
|
|
560
|
-
if (typeof g == "string" ? a = !!
|
|
562
|
+
if (typeof g == "string" ? a = !!G(
|
|
561
563
|
Object(r.formData.value),
|
|
562
564
|
g
|
|
563
|
-
) : typeof g == "function" ? a =
|
|
565
|
+
) : typeof g == "function" ? a = $(g(r)) : a = $(g), !a)
|
|
564
566
|
return c;
|
|
565
567
|
} else if (p !== void 0 && a !== void 0) {
|
|
566
|
-
if (a || (typeof p == "string" ? a = !!
|
|
568
|
+
if (a || (typeof p == "string" ? a = !!G(
|
|
567
569
|
Object(r.formData.value),
|
|
568
570
|
p
|
|
569
|
-
) : typeof p == "function" ? a =
|
|
571
|
+
) : typeof p == "function" ? a = $(p(r)) : a = $(p), !a))
|
|
570
572
|
return c;
|
|
571
573
|
} else
|
|
572
574
|
a = void 0;
|
|
@@ -579,18 +581,18 @@ const me = (e, s, t, o) => z({
|
|
|
579
581
|
{
|
|
580
582
|
name: v,
|
|
581
583
|
is: m,
|
|
582
|
-
type:
|
|
584
|
+
type: E,
|
|
583
585
|
defaultValue: W,
|
|
584
586
|
showValid: i,
|
|
585
|
-
props:
|
|
587
|
+
props: _
|
|
586
588
|
},
|
|
587
|
-
b ?? Z ??
|
|
589
|
+
b ?? Z ?? N
|
|
588
590
|
)
|
|
589
591
|
), c) : m ? (c.push(
|
|
590
592
|
w(
|
|
591
593
|
m,
|
|
592
|
-
|
|
593
|
-
b ?? Z ??
|
|
594
|
+
_,
|
|
595
|
+
b ?? Z ?? N
|
|
594
596
|
)
|
|
595
597
|
), c) : (y && c.push(Z), c);
|
|
596
598
|
}, []);
|
|
@@ -608,7 +610,7 @@ const me = (e, s, t, o) => z({
|
|
|
608
610
|
}
|
|
609
611
|
});
|
|
610
612
|
return t;
|
|
611
|
-
},
|
|
613
|
+
}, L = (e, s = {}) => {
|
|
612
614
|
const t = Symbol(), o = Symbol(), u = Symbol(), r = be(
|
|
613
615
|
t,
|
|
614
616
|
o
|
|
@@ -647,23 +649,23 @@ const me = (e, s, t, o) => z({
|
|
|
647
649
|
};
|
|
648
650
|
}, T = Symbol(), xe = (e) => {
|
|
649
651
|
let s = {};
|
|
650
|
-
return e.schema && (s =
|
|
652
|
+
return e.schema && (s = L(e.schema, e)), {
|
|
651
653
|
...s,
|
|
652
654
|
install(t, { global: o = !1 } = {}) {
|
|
653
655
|
t.provide(T, e), o && (t.config.globalProperties.$vvForm = e, s != null && s.VvForm && t.component("VvForm", s.VvForm), s != null && s.VvFormWrapper && t.component("VvFormWrapper", s.VvFormWrapper), s != null && s.VvFormField && t.component("VvFormField", s.VvFormField), s != null && s.VvFormTemplate && t.component("VvFormTemplate", s.VvFormTemplate));
|
|
654
656
|
}
|
|
655
657
|
};
|
|
656
|
-
}, ke = (e, s = {}) => te() ?
|
|
658
|
+
}, ke = (e, s = {}) => te() ? L(
|
|
657
659
|
e,
|
|
658
660
|
{
|
|
659
661
|
...U(T, {}),
|
|
660
662
|
...s
|
|
661
663
|
}
|
|
662
|
-
) :
|
|
664
|
+
) : L(e, s), we = (e, s = {}) => L(e, s);
|
|
663
665
|
export {
|
|
664
666
|
d as FormFieldType,
|
|
665
667
|
xe as createForm,
|
|
666
|
-
|
|
668
|
+
R as defaultObjectBySchema,
|
|
667
669
|
we as formFactory,
|
|
668
670
|
T as pluginInjectionKey,
|
|
669
671
|
ke as useForm
|
package/dist/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(p,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("vue"),require("@vueuse/core"),require("zod")):typeof define=="function"&&define.amd?define(["exports","vue","@vueuse/core","zod"],r):(p=typeof globalThis<"u"?globalThis:p||self,r(p["@volverjs/form-vue"]={},p.Vue,p.VueUseCore,p.zod))})(this,function(p,r,G,O){"use strict";function $(e){return Array.isArray(e)}function M(e){return typeof e<"u"}function L(e){return e===null}function N(e){return typeof e=="object"}function Z(e){return typeof e=="string"}function A(e){return typeof e>"u"}const J=/^[0-9]+$/,P=["__proto__","prototype","constructor"];function E(e,u,a){const d=M(a)?a:void 0;if(!N(e)||!Z(u))return d;const i=q(u);if(i.length!==0){for(const t of i){if(t==="*")continue;const s=function(n){return n.map(f=>A(f)||L(f)?f:$(f)?s(f):f[t])};if($(e)&&!J.test(t)?e=s(e):e=e[t],A(e)||L(e))break}return A(e)?d:e}}function K(e,u,a){if(!N(e)||!Z(u))return;const d=q(u);if(d.length===0)return;const i=d.length;for(let t=0;t<i;t++){const s=d[t];if(t===i-1){e[s]=a;return}if(s==="*"&&$(e)){const n=d.slice(t+1).join(".");for(const f of e)K(f,n,a);return}A(e[s])&&(e[s]={}),e=e[s]}}function q(e){const u=e.split(/[.]|(?:\[(\d|\*)\])/).filter(a=>!!a);return u.some(a=>P.indexOf(a)!==-1)?[]:u}var c=(e=>(e.text="text",e.number="number",e.email="email",e.password="password",e.tel="tel",e.url="url",e.search="search",e.date="date",e.time="time",e.datetimeLocal="datetime-local",e.month="month",e.week="week",e.color="color",e.select="select",e.checkbox="checkbox",e.radio="radio",e.textarea="textarea",e.radioGroup="radioGroup",e.checkboxGroup="checkboxGroup",e.combobox="combobox",e.custom="custom",e))(c||{}),w=(e=>(e.invalid="invalid",e.valid="valid",e.submitting="submitting",e.updated="updated",e.unknown="unknown",e))(w||{});const z=(e,u,a,d)=>r.defineComponent({name:"VvFormField",props:{type:{type:String,validator:i=>Object.values(c).includes(i),default:c.custom},is:{type:[Object,String],default:void 0},name:{type:[String,Number,Boolean,Symbol],required:!0},props:{type:[Object,Function],default:()=>({})},showValid:{type:Boolean,default:!1},defaultValue:{type:[String,Number,Boolean,Array,Object],default:void 0},lazyLoad:{type:Boolean,default:!1}},emits:["invalid","valid","update:formData","update:modelValue"],expose:["invalid","invalidLabel","errors"],setup(i,{slots:t,emit:s}){const n=r.computed({get(){if(l!=null&&l.formData)return E(Object(l.formData.value),String(i.name))},set(o){l!=null&&l.formData&&(K(Object(l.formData.value),String(i.name),o),s("update:modelValue",{newValue:n.value,formData:l==null?void 0:l.formData}))}});r.onMounted(()=>{n.value===void 0&&i.defaultValue!==void 0&&(n.value=i.defaultValue)}),r.onBeforeUnmount(()=>{b(),V()});const f=r.inject(u,void 0);f&&f.fields.value.add(i.name);const l=r.inject(e),{props:v,name:y}=r.toRefs(i),g=r.computed(()=>{if(l!=null&&l.errors.value)return E(l.errors.value,String(i.name))}),h=r.computed(()=>{var o;return(o=g.value)==null?void 0:o._errors}),m=r.computed(()=>g.value!==void 0),b=r.watch(m,()=>{m.value?(s("invalid",h.value),f&&f.errors.value.set(i.name,{_errors:h.value})):(s("valid",n.value),f&&f.errors.value.delete(i.name))}),V=r.watch(()=>l==null?void 0:l.formData,()=>{s("update:formData",l==null?void 0:l.formData)},{deep:!0}),x=o=>{n.value=o},k=r.computed(()=>{let o=v.value;return typeof o=="function"&&(o=o(l==null?void 0:l.formData)),Object.keys(o).reduce((I,U)=>(I[U]=r.unref(o[U]),I),{})}),C=r.computed(()=>({...k.value,name:k.value.name??i.name,invalid:m.value,valid:i.showValid?!!(!m.value&&n.value):void 0,type:(o=>{if([c.text,c.number,c.email,c.password,c.tel,c.url,c.search,c.date,c.time,c.datetimeLocal,c.month,c.week,c.color].includes(o))return o})(i.type),invalidLabel:h.value,modelValue:n.value,"onUpdate:modelValue":x}));return r.provide(a,{name:r.readonly(y),errors:r.readonly(g)}),{component:r.computed(()=>{if(i.type===c.custom)return{render(){var o;return((o=t.default)==null?void 0:o.call(t,{modelValue:n.value,onUpdate:x,submit:l==null?void 0:l.submit,validate:l==null?void 0:l.validate,invalid:m.value,invalidLabel:h.value,formData:l==null?void 0:l.formData.value,formErrors:l==null?void 0:l.errors.value,errors:g.value}))??t.defalut}};if(!((d==null?void 0:d.lazyLoad)??i.lazyLoad)){let o;switch(i.type){case c.select:o=r.resolveComponent("VvSelect");break;case c.checkbox:o=r.resolveComponent("VvCheckbox");break;case c.radio:o=r.resolveComponent("VvRadio");break;case c.textarea:o=r.resolveComponent("VvTextarea");break;case c.radioGroup:o=r.resolveComponent("VvRadioGroup");break;case c.checkboxGroup:o=r.resolveComponent("VvCheckboxGroup");break;case c.combobox:o=r.resolveComponent("VvCombobox");break;default:o=r.resolveComponent("VvInputText")}if(typeof o!="string")return o;console.warn(`[form-vue warn]: ${o} not found, the component will be loaded asynchronously. To avoid this warning, please set "lazyLoad" option.`)}return r.defineAsyncComponent(async()=>{switch(d!=null&&d.sideEffects&&await Promise.resolve(d.sideEffects(i.type)),i.type){case c.textarea:return import("@volverjs/ui-vue/vv-textarea");case c.radio:return import("@volverjs/ui-vue/vv-radio");case c.radioGroup:return import("@volverjs/ui-vue/vv-radio-group");case c.checkbox:return import("@volverjs/ui-vue/vv-checkbox");case c.checkboxGroup:return import("@volverjs/ui-vue/vv-checkbox-group");case c.select:return import("@volverjs/ui-vue/vv-select");case c.combobox:return import("@volverjs/ui-vue/vv-combobox")}return import("@volverjs/ui-vue/vv-input-text")})}),hasProps:C,invalid:m}},render(){return this.is?r.h(this.is,this.hasProps,this.$slots):this.type===c.custom?r.h(this.component,null,this.$slots):r.h(this.component,this.hasProps,this.$slots)}}),W=(e,u={})=>{const a=t=>{let s=t;for(;s instanceof O.ZodEffects;)s=s.innerType();return s instanceof O.ZodOptional&&(s=s._def.innerType),s},d=a(e);return{...(d instanceof O.ZodObject?d._def.unknownKeys==="passthrough":!1)?u:{},...Object.fromEntries(Object.entries(d.shape).map(([t,s])=>{const n=u[t];let f=a(s),l;if(f instanceof O.ZodDefault&&(l=f._def.defaultValue(),f=f._def.innerType),n===null&&f instanceof O.ZodNullable)return[t,n];if(f instanceof O.ZodSchema){const v=s.safeParse(n);if(v.success)return[t,v.data??l]}if(f instanceof O.ZodArray&&Array.isArray(n)&&n.length){const v=a(f._def.type);if(v instanceof O.ZodObject)return[t,n.map(y=>W(v,y&&typeof y=="object"?y:void 0))??l]}return f instanceof O.ZodObject?[t,W(f,n&&typeof n=="object"?n:l)]:[t,l]}))}},T=(e,u,a,d)=>{const i=r.ref(),t=r.ref(),s=r.computed(()=>t.value===w.invalid),n=r.ref(),f=async(h=n.value)=>{const m=await e.safeParseAsync(h);return m.success?(i.value=void 0,t.value=w.valid,n.value=m.data,!0):(i.value=m.error.format(),t.value=w.invalid,!1)},l=async()=>await f()?(t.value=w.submitting,!0):!1,{ignoreUpdates:v,stop:y}=G.watchIgnorable(n,()=>{t.value=w.updated},{deep:!0,eventFilter:G.throttleFilter((a==null?void 0:a.updateThrottle)??500)}),g=r.defineComponent({name:"VvForm",props:{continuosValidation:{type:Boolean,default:!1},modelValue:{type:Object,default:()=>({})},tag:{type:String,default:"form"},template:{type:[Array,Function],default:void 0}},emits:["invalid","valid","submit","update:modelValue"],expose:["submit","validate","errors","status","valid","invalid"],setup(h,{emit:m}){return n.value=W(e,r.toRaw(h.modelValue)),r.watch(()=>h.modelValue,b=>{if(b){const V=r.isProxy(b)?r.toRaw(b):b;n.value=typeof(V==null?void 0:V.clone)=="function"?V.clone():JSON.parse(JSON.stringify(V))}},{deep:!0}),r.watch(t,async b=>{var V,x,k,C,S;if(b===w.invalid){const o=r.toRaw(i.value);m("invalid",o),(V=a==null?void 0:a.onInvalid)==null||V.call(a,o);return}if(b===w.valid){const o=r.toRaw(n.value);m("valid",o),(x=a==null?void 0:a.onValid)==null||x.call(a,o),m("update:modelValue",o),(k=a==null?void 0:a.onUpdate)==null||k.call(a,o);return}if(b===w.submitting){const o=r.toRaw(n.value);m("submit",o),(C=a==null?void 0:a.onSubmit)==null||C.call(a,o)}if(b===w.updated){if((i.value||a!=null&&a.continuosValidation||h.continuosValidation)&&await f(),!n.value||!h.modelValue||JSON.stringify(n.value)!==JSON.stringify(h.modelValue)){const o=r.toRaw(n.value);m("update:modelValue",o),(S=a==null?void 0:a.onUpdate)==null||S.call(a,o)}t.value===w.updated&&(t.value=w.unknown)}}),r.provide(u,{formData:n,submit:l,validate:f,ignoreUpdates:v,stopUpdatesWatch:y,errors:r.readonly(i),status:r.readonly(t),invalid:s}),{formData:n,submit:l,validate:f,ignoreUpdates:v,stopUpdatesWatch:y,errors:r.readonly(i),status:r.readonly(t),invalid:s}},render(){const h=()=>{var m,b;return((b=(m=this.$slots)==null?void 0:m.default)==null?void 0:b.call(m,{formData:this.formData,submit:this.submit,validate:this.validate,ignoreUpdates:this.ignoreUpdates,stopUpdatesWatch:this.stopUpdatesWatch,errors:this.errors,status:this.status,invalid:this.invalid}))??this.$slots.default};return r.h(this.tag,{onSubmit:r.withModifiers(this.submit,["prevent"])},(this.template??(a==null?void 0:a.template))&&d?[r.h(d,{schema:this.template??(a==null?void 0:a.template)},{default:h})]:{default:h})}});return{errors:i,status:t,invalid:s,formData:n,validate:f,submit:l,ignoreUpdates:v,stopUpdatesWatch:y,VvForm:g}},H=(e,u)=>r.defineComponent({name:"VvFormWrapper",props:{name:{type:String,required:!0},tag:{type:String,default:void 0}},emits:["invalid","valid"],expose:["fields","invalid"],setup(d,{emit:i}){const t=r.inject(e),s=r.inject(u,void 0),n=r.ref(new Set),f=r.ref(new Map),{name:l}=r.toRefs(d);r.provide(u,{name:r.readonly(l),errors:f,fields:n}),r.watch(n,y=>{s!=null&&s.fields&&y.forEach(g=>{s==null||s.fields.value.add(g)})},{deep:!0}),r.watch(()=>new Map(f.value),(y,g)=>{s!=null&&s.errors&&(Array.from(g.keys()).forEach(h=>{s.errors.value.delete(h)}),Array.from(y.keys()).forEach(h=>{const m=y.get(h);m&&s.errors.value.set(h,m)}))},{deep:!0});const v=r.computed(()=>t!=null&&t.invalid.value?f.value.size>0:!1);return r.watch(v,()=>{v.value?i("invalid"):i("valid")}),{formData:t==null?void 0:t.formData,errors:t==null?void 0:t.errors,submit:t==null?void 0:t.submit,validate:t==null?void 0:t.validate,invalid:v,fields:n,fieldsErrors:f}},render(){var d,i;return this.tag?r.h(this.tag,null,{default:()=>{var t,s;return((s=(t=this.$slots).default)==null?void 0:s.call(t,{invalid:this.invalid,formData:this.formData,submit:this.submit,validate:this.validate,errors:this.errors,fieldsErrors:this.fieldsErrors}))??this.$slots.defalut}}):((i=(d=this.$slots).default)==null?void 0:i.call(d,{invalid:this.invalid,formData:this.formData,submit:this.submit,validate:this.validate,errors:this.errors,fieldsErrors:this.fieldsErrors}))??this.$slots.defalut}}),Q=(e,u)=>{const a=r.defineComponent({name:"VvFormTemplate",props:{schema:{type:[Array,Function],required:!0}},setup(d,{slots:i}){const t=r.inject(e);if(t!=null&&t.formData)return()=>{var l;const s=typeof d.schema=="function"?d.schema(t):d.schema;let n;const f=s.reduce((v,y)=>{const g=typeof y=="function"?y(t):y,{vvIs:h,vvName:m,vvSlots:b,vvChildren:V,vvIf:x,vvElseIf:k,vvType:C,vvDefaultValue:S,vvShowValid:o,vvContent:I,...U}=g;if(x!==void 0){if(typeof x=="string"?n=!!E(Object(t.formData.value),x):typeof x=="function"?n=r.unref(x(t)):n=r.unref(x),!n)return v}else if(k!==void 0&&n!==void 0){if(n||(typeof k=="string"?n=!!E(Object(t.formData.value),k):typeof k=="function"?n=r.unref(k(t)):n=r.unref(k),!n))return v}else n=void 0;const R=V?r.h(a,{schema:V}):void 0;return m?(v.push(r.h(u,{name:m,is:h,type:C,defaultValue:S,showValid:o,props:U},b??R??I)),v):h?(v.push(r.h(h,U,b??R??I)),v):(V&&v.push(R),v)},[]);return f.push((l=i==null?void 0:i.default)==null?void 0:l.call(i,{formData:t==null?void 0:t.formData.value,submit:t==null?void 0:t.submit,validate:t==null?void 0:t.validate,errors:t==null?void 0:t.errors.value,status:t==null?void 0:t.status.value,invalid:t==null?void 0:t.invalid.value})),f}}});return a},_=(e,u={})=>{const a=Symbol(),d=Symbol(),i=Symbol(),t=H(a,d),s=z(a,d,i,u),n=Q(a,s),{VvForm:f,errors:l,status:v,invalid:y,formData:g,validate:h,submit:m,ignoreUpdates:b,stopUpdatesWatch:V}=T(e,a,u,n);return{VvForm:f,VvFormWrapper:t,VvFormField:s,VvFormTemplate:n,formInjectionKey:a,formWrapperInjectionKey:d,formFieldInjectionKey:i,errors:l,status:v,invalid:y,formData:g,validate:h,submit:m,ignoreUpdates:b,stopUpdatesWatch:V}},B=Symbol(),X=e=>{let u={};return e.schema&&(u=_(e.schema,e)),{...u,install(a,{global:d=!1}={}){a.provide(B,e),d&&(a.config.globalProperties.$vvForm=e,u!=null&&u.VvForm&&a.component("VvForm",u.VvForm),u!=null&&u.VvFormWrapper&&a.component("VvFormWrapper",u.VvFormWrapper),u!=null&&u.VvFormField&&a.component("VvFormField",u.VvFormField),u!=null&&u.VvFormTemplate&&a.component("VvFormTemplate",u.VvFormTemplate))}}},Y=(e,u={})=>r.getCurrentInstance()?_(e,{...r.inject(B,{}),...u}):_(e,u),D=(e,u={})=>_(e,u);p.FormFieldType=c,p.createForm=X,p.defaultObjectBySchema=W,p.formFactory=D,p.pluginInjectionKey=B,p.useForm=Y,Object.defineProperty(p,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(p,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("vue"),require("@vueuse/core"),require("zod")):typeof define=="function"&&define.amd?define(["exports","vue","@vueuse/core","zod"],r):(p=typeof globalThis<"u"?globalThis:p||self,r(p["@volverjs/form-vue"]={},p.Vue,p.VueUseCore,p.zod))})(this,function(p,r,B,k){"use strict";function R(e){return Array.isArray(e)}function J(e){return typeof e<"u"}function G(e){return e===null}function L(e){return typeof e=="object"}function Z(e){return typeof e=="string"}function A(e){return typeof e>"u"}const M=/^[0-9]+$/,P=["__proto__","prototype","constructor"];function E(e,u,a){const d=J(a)?a:void 0;if(!L(e)||!Z(u))return d;const i=q(u);if(i.length!==0){for(const t of i){if(t==="*")continue;const s=function(n){return n.map(f=>A(f)||G(f)?f:R(f)?s(f):f[t])};if(R(e)&&!M.test(t)?e=s(e):e=e[t],A(e)||G(e))break}return A(e)?d:e}}function K(e,u,a){if(!L(e)||!Z(u))return;const d=q(u);if(d.length===0)return;const i=d.length;for(let t=0;t<i;t++){const s=d[t];if(t===i-1){e[s]=a;return}if(s==="*"&&R(e)){const n=d.slice(t+1).join(".");for(const f of e)K(f,n,a);return}A(e[s])&&(e[s]={}),e=e[s]}}function q(e){const u=e.split(/[.]|(?:\[(\d|\*)\])/).filter(a=>!!a);return u.some(a=>P.indexOf(a)!==-1)?[]:u}var c=(e=>(e.text="text",e.number="number",e.email="email",e.password="password",e.tel="tel",e.url="url",e.search="search",e.date="date",e.time="time",e.datetimeLocal="datetime-local",e.month="month",e.week="week",e.color="color",e.select="select",e.checkbox="checkbox",e.radio="radio",e.textarea="textarea",e.radioGroup="radioGroup",e.checkboxGroup="checkboxGroup",e.combobox="combobox",e.custom="custom",e))(c||{}),w=(e=>(e.invalid="invalid",e.valid="valid",e.submitting="submitting",e.updated="updated",e.unknown="unknown",e))(w||{});const z=(e,u,a,d)=>r.defineComponent({name:"VvFormField",props:{type:{type:String,validator:i=>Object.values(c).includes(i),default:c.custom},is:{type:[Object,String],default:void 0},name:{type:[String,Number,Boolean,Symbol],required:!0},props:{type:[Object,Function],default:()=>({})},showValid:{type:Boolean,default:!1},defaultValue:{type:[String,Number,Boolean,Array,Object],default:void 0},lazyLoad:{type:Boolean,default:!1}},emits:["invalid","valid","update:formData","update:modelValue"],expose:["invalid","invalidLabel","errors"],setup(i,{slots:t,emit:s}){const n=r.computed({get(){if(l!=null&&l.formData)return E(Object(l.formData.value),String(i.name))},set(o){l!=null&&l.formData&&(K(Object(l.formData.value),String(i.name),o),s("update:modelValue",{newValue:n.value,formData:l==null?void 0:l.formData}))}});r.onMounted(()=>{n.value===void 0&&i.defaultValue!==void 0&&(n.value=i.defaultValue)}),r.onBeforeUnmount(()=>{b(),V()});const f=r.inject(u,void 0);f&&f.fields.value.add(i.name);const l=r.inject(e),{props:v,name:y}=r.toRefs(i),g=r.computed(()=>{if(l!=null&&l.errors.value)return E(l.errors.value,String(i.name))}),h=r.computed(()=>{var o;return(o=g.value)==null?void 0:o._errors}),m=r.computed(()=>g.value!==void 0),b=r.watch(m,()=>{m.value?(s("invalid",h.value),f&&f.errors.value.set(i.name,{_errors:h.value})):(s("valid",n.value),f&&f.errors.value.delete(i.name))}),V=r.watch(()=>l==null?void 0:l.formData,()=>{s("update:formData",l==null?void 0:l.formData)},{deep:!0}),x=o=>{n.value=o},O=r.computed(()=>{let o=v.value;return typeof o=="function"&&(o=o(l==null?void 0:l.formData)),Object.keys(o).reduce((I,U)=>(I[U]=r.unref(o[U]),I),{})}),S=r.computed(()=>({...O.value,name:O.value.name??i.name,invalid:m.value,valid:i.showValid?!!(!m.value&&n.value):void 0,type:(o=>{if([c.text,c.number,c.email,c.password,c.tel,c.url,c.search,c.date,c.time,c.datetimeLocal,c.month,c.week,c.color].includes(o))return o})(i.type),invalidLabel:h.value,modelValue:n.value,"onUpdate:modelValue":x}));return r.provide(a,{name:r.readonly(y),errors:r.readonly(g)}),{component:r.computed(()=>{if(i.type===c.custom)return{render(){var o;return((o=t.default)==null?void 0:o.call(t,{modelValue:n.value,onUpdate:x,submit:l==null?void 0:l.submit,validate:l==null?void 0:l.validate,invalid:m.value,invalidLabel:h.value,formData:l==null?void 0:l.formData.value,formErrors:l==null?void 0:l.errors.value,errors:g.value}))??t.defalut}};if(!((d==null?void 0:d.lazyLoad)??i.lazyLoad)){let o;switch(i.type){case c.select:o=r.resolveComponent("VvSelect");break;case c.checkbox:o=r.resolveComponent("VvCheckbox");break;case c.radio:o=r.resolveComponent("VvRadio");break;case c.textarea:o=r.resolveComponent("VvTextarea");break;case c.radioGroup:o=r.resolveComponent("VvRadioGroup");break;case c.checkboxGroup:o=r.resolveComponent("VvCheckboxGroup");break;case c.combobox:o=r.resolveComponent("VvCombobox");break;default:o=r.resolveComponent("VvInputText")}if(typeof o!="string")return o;console.warn(`[form-vue warn]: ${o} not found, the component will be loaded asynchronously. To avoid this warning, please set "lazyLoad" option.`)}return r.defineAsyncComponent(async()=>{switch(d!=null&&d.sideEffects&&await Promise.resolve(d.sideEffects(i.type)),i.type){case c.textarea:return import("@volverjs/ui-vue/vv-textarea");case c.radio:return import("@volverjs/ui-vue/vv-radio");case c.radioGroup:return import("@volverjs/ui-vue/vv-radio-group");case c.checkbox:return import("@volverjs/ui-vue/vv-checkbox");case c.checkboxGroup:return import("@volverjs/ui-vue/vv-checkbox-group");case c.select:return import("@volverjs/ui-vue/vv-select");case c.combobox:return import("@volverjs/ui-vue/vv-combobox")}return import("@volverjs/ui-vue/vv-input-text")})}),hasProps:S,invalid:m}},render(){return this.is?r.h(this.is,this.hasProps,this.$slots):this.type===c.custom?r.h(this.component,null,this.$slots):r.h(this.component,this.hasProps,this.$slots)}}),W=(e,u={})=>{const a=t=>{let s=t;for(;s instanceof k.ZodEffects;)s=s.innerType();return s instanceof k.ZodOptional&&(s=s._def.innerType),s},d=a(e);return{...(d instanceof k.ZodObject?d._def.unknownKeys==="passthrough":!1)?u:{},...Object.fromEntries(Object.entries(d.shape).map(([t,s])=>{const n=u[t];let f=a(s),l;if(f instanceof k.ZodDefault&&(l=f._def.defaultValue(),f=f._def.innerType),n===null&&f instanceof k.ZodNullable)return[t,n];if(f instanceof k.ZodSchema){const v=s.safeParse(n);if(v.success)return[t,v.data??l]}if(f instanceof k.ZodArray&&Array.isArray(n)&&n.length){const v=a(f._def.type);if(v instanceof k.ZodObject)return[t,n.map(y=>W(v,y&&typeof y=="object"?y:void 0))??l]}return f instanceof k.ZodObject?[t,W(f,n&&typeof n=="object"?n:l)]:[t,l]}))}},T=(e,u,a,d)=>{const i=r.ref(),t=r.ref(),s=r.computed(()=>t.value===w.invalid),n=r.ref(),f=async(h=n.value)=>{const m=await e.safeParseAsync(h);return m.success?(i.value=void 0,t.value=w.valid,n.value=m.data,!0):(i.value=m.error.format(),t.value=w.invalid,!1)},l=async()=>await f()?(t.value=w.submitting,!0):!1,{ignoreUpdates:v,stop:y}=B.watchIgnorable(n,()=>{t.value=w.updated},{deep:!0,eventFilter:B.throttleFilter((a==null?void 0:a.updateThrottle)??500)}),g=r.defineComponent({name:"VvForm",props:{continuosValidation:{type:Boolean,default:!1},modelValue:{type:Object,default:()=>({})},tag:{type:String,default:"form"},template:{type:[Array,Function],default:void 0}},emits:["invalid","valid","submit","update:modelValue"],expose:["submit","validate","errors","status","valid","invalid"],setup(h,{emit:m}){return n.value=W(e,r.toRaw(h.modelValue)),r.watch(()=>h.modelValue,b=>{if(b){const V=r.isProxy(b)?r.toRaw(b):b;if(JSON.stringify(V)===JSON.stringify(r.toRaw(n.value)))return;n.value=typeof(V==null?void 0:V.clone)=="function"?V.clone():JSON.parse(JSON.stringify(V))}},{deep:!0}),r.watch(t,async b=>{var V,x,O,S,C;if(b===w.invalid){const o=r.toRaw(i.value);m("invalid",o),(V=a==null?void 0:a.onInvalid)==null||V.call(a,o);return}if(b===w.valid){const o=r.toRaw(n.value);m("valid",o),(x=a==null?void 0:a.onValid)==null||x.call(a,o),m("update:modelValue",o),(O=a==null?void 0:a.onUpdate)==null||O.call(a,o);return}if(b===w.submitting){const o=r.toRaw(n.value);m("submit",o),(S=a==null?void 0:a.onSubmit)==null||S.call(a,o)}if(b===w.updated){if((i.value||a!=null&&a.continuosValidation||h.continuosValidation)&&await f(),!n.value||!h.modelValue||JSON.stringify(n.value)!==JSON.stringify(h.modelValue)){const o=r.toRaw(n.value);m("update:modelValue",o),(C=a==null?void 0:a.onUpdate)==null||C.call(a,o)}t.value===w.updated&&(t.value=w.unknown)}}),r.provide(u,{formData:n,submit:l,validate:f,ignoreUpdates:v,stopUpdatesWatch:y,errors:r.readonly(i),status:r.readonly(t),invalid:s}),{formData:n,submit:l,validate:f,ignoreUpdates:v,stopUpdatesWatch:y,errors:r.readonly(i),status:r.readonly(t),invalid:s}},render(){const h=()=>{var m,b;return((b=(m=this.$slots)==null?void 0:m.default)==null?void 0:b.call(m,{formData:this.formData,submit:this.submit,validate:this.validate,ignoreUpdates:this.ignoreUpdates,stopUpdatesWatch:this.stopUpdatesWatch,errors:this.errors,status:this.status,invalid:this.invalid}))??this.$slots.default};return r.h(this.tag,{onSubmit:r.withModifiers(this.submit,["prevent"])},(this.template??(a==null?void 0:a.template))&&d?[r.h(d,{schema:this.template??(a==null?void 0:a.template)},{default:h})]:{default:h})}});return{errors:i,status:t,invalid:s,formData:n,validate:f,submit:l,ignoreUpdates:v,stopUpdatesWatch:y,VvForm:g}},H=(e,u)=>r.defineComponent({name:"VvFormWrapper",props:{name:{type:String,required:!0},tag:{type:String,default:void 0}},emits:["invalid","valid"],expose:["fields","invalid"],setup(d,{emit:i}){const t=r.inject(e),s=r.inject(u,void 0),n=r.ref(new Set),f=r.ref(new Map),{name:l}=r.toRefs(d);r.provide(u,{name:r.readonly(l),errors:f,fields:n}),r.watch(n,y=>{s!=null&&s.fields&&y.forEach(g=>{s==null||s.fields.value.add(g)})},{deep:!0}),r.watch(()=>new Map(f.value),(y,g)=>{s!=null&&s.errors&&(Array.from(g.keys()).forEach(h=>{s.errors.value.delete(h)}),Array.from(y.keys()).forEach(h=>{const m=y.get(h);m&&s.errors.value.set(h,m)}))},{deep:!0});const v=r.computed(()=>t!=null&&t.invalid.value?f.value.size>0:!1);return r.watch(v,()=>{v.value?i("invalid"):i("valid")}),{formData:t==null?void 0:t.formData,errors:t==null?void 0:t.errors,submit:t==null?void 0:t.submit,validate:t==null?void 0:t.validate,invalid:v,fields:n,fieldsErrors:f}},render(){var d,i;return this.tag?r.h(this.tag,null,{default:()=>{var t,s;return((s=(t=this.$slots).default)==null?void 0:s.call(t,{invalid:this.invalid,formData:this.formData,submit:this.submit,validate:this.validate,errors:this.errors,fieldsErrors:this.fieldsErrors}))??this.$slots.defalut}}):((i=(d=this.$slots).default)==null?void 0:i.call(d,{invalid:this.invalid,formData:this.formData,submit:this.submit,validate:this.validate,errors:this.errors,fieldsErrors:this.fieldsErrors}))??this.$slots.defalut}}),Q=(e,u)=>{const a=r.defineComponent({name:"VvFormTemplate",props:{schema:{type:[Array,Function],required:!0}},setup(d,{slots:i}){const t=r.inject(e);if(t!=null&&t.formData)return()=>{var l;const s=typeof d.schema=="function"?d.schema(t):d.schema;let n;const f=s.reduce((v,y)=>{const g=typeof y=="function"?y(t):y,{vvIs:h,vvName:m,vvSlots:b,vvChildren:V,vvIf:x,vvElseIf:O,vvType:S,vvDefaultValue:C,vvShowValid:o,vvContent:I,...U}=g;if(x!==void 0){if(typeof x=="string"?n=!!E(Object(t.formData.value),x):typeof x=="function"?n=r.unref(x(t)):n=r.unref(x),!n)return v}else if(O!==void 0&&n!==void 0){if(n||(typeof O=="string"?n=!!E(Object(t.formData.value),O):typeof O=="function"?n=r.unref(O(t)):n=r.unref(O),!n))return v}else n=void 0;const $=V?r.h(a,{schema:V}):void 0;return m?(v.push(r.h(u,{name:m,is:h,type:S,defaultValue:C,showValid:o,props:U},b??$??I)),v):h?(v.push(r.h(h,U,b??$??I)),v):(V&&v.push($),v)},[]);return f.push((l=i==null?void 0:i.default)==null?void 0:l.call(i,{formData:t==null?void 0:t.formData.value,submit:t==null?void 0:t.submit,validate:t==null?void 0:t.validate,errors:t==null?void 0:t.errors.value,status:t==null?void 0:t.status.value,invalid:t==null?void 0:t.invalid.value})),f}}});return a},N=(e,u={})=>{const a=Symbol(),d=Symbol(),i=Symbol(),t=H(a,d),s=z(a,d,i,u),n=Q(a,s),{VvForm:f,errors:l,status:v,invalid:y,formData:g,validate:h,submit:m,ignoreUpdates:b,stopUpdatesWatch:V}=T(e,a,u,n);return{VvForm:f,VvFormWrapper:t,VvFormField:s,VvFormTemplate:n,formInjectionKey:a,formWrapperInjectionKey:d,formFieldInjectionKey:i,errors:l,status:v,invalid:y,formData:g,validate:h,submit:m,ignoreUpdates:b,stopUpdatesWatch:V}},_=Symbol(),X=e=>{let u={};return e.schema&&(u=N(e.schema,e)),{...u,install(a,{global:d=!1}={}){a.provide(_,e),d&&(a.config.globalProperties.$vvForm=e,u!=null&&u.VvForm&&a.component("VvForm",u.VvForm),u!=null&&u.VvFormWrapper&&a.component("VvFormWrapper",u.VvFormWrapper),u!=null&&u.VvFormField&&a.component("VvFormField",u.VvFormField),u!=null&&u.VvFormTemplate&&a.component("VvFormTemplate",u.VvFormTemplate))}}},Y=(e,u={})=>r.getCurrentInstance()?N(e,{...r.inject(_,{}),...u}):N(e,u),D=(e,u={})=>N(e,u);p.FormFieldType=c,p.createForm=X,p.defaultObjectBySchema=W,p.formFactory=D,p.pluginInjectionKey=_,p.useForm=Y,Object.defineProperty(p,Symbol.toStringTag,{value:"Module"})});
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "https://github.com/volverjs/form-vue/issues"
|
|
21
21
|
},
|
|
22
|
-
"version": "1.0.0-beta.
|
|
22
|
+
"version": "1.0.0-beta.6",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
".": {
|
|
77
77
|
"types": "./dist/index.d.ts",
|
|
78
78
|
"import": "./dist/index.es.js",
|
|
79
|
-
"default": "./dist/index.umd.
|
|
79
|
+
"default": "./dist/index.umd.js"
|
|
80
80
|
},
|
|
81
81
|
"./src/*": "./src/*",
|
|
82
82
|
"./dist/*": "./dist/*"
|
package/src/VvForm.ts
CHANGED
|
@@ -111,6 +111,14 @@ export const defineForm = <Schema extends FormSchema>(
|
|
|
111
111
|
const original = isProxy(newValue)
|
|
112
112
|
? toRaw(newValue)
|
|
113
113
|
: newValue
|
|
114
|
+
|
|
115
|
+
if (
|
|
116
|
+
JSON.stringify(original) ===
|
|
117
|
+
JSON.stringify(toRaw(formData.value))
|
|
118
|
+
) {
|
|
119
|
+
return
|
|
120
|
+
}
|
|
121
|
+
|
|
114
122
|
formData.value =
|
|
115
123
|
typeof original?.clone === 'function'
|
|
116
124
|
? original.clone()
|