@quickflo/quickforms-vue 1.16.0 → 1.16.2
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicForm.vue.d.ts","sourceRoot":"","sources":["../../src/components/DynamicForm.vue"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAEvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"DynamicForm.vue.d.ts","sourceRoot":"","sources":["../../src/components/DynamicForm.vue"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAEvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAqSrD,iBAAS,cAAc;qBA4HO,GAAG;EAGhC;AAmBD,QAAA,MAAM,eAAe;gBAxJT,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;kBAqK8I,IAAI;;;;;;;;;;;;;;eA7apL,OAAO;gBAAU,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;;;gBAwQ5D,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;kBAqK8I,IAAI;;;;;;;;;;;;;;eA7apL,OAAO;gBAAU,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;;;aAd5D,WAAW,CAAC,GAAG,CAAC;wBACL,OAAO;4EAub5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -24919,7 +24919,7 @@ const rn = "__root__", R2 = /* @__PURE__ */ it({
|
|
|
24919
24919
|
setup(n, { expose: e, emit: t }) {
|
|
24920
24920
|
var I, B, R, P, U;
|
|
24921
24921
|
e();
|
|
24922
|
-
const i = n, r = y0(n, "modelValue"), s = t, o = i.options.registry || D2(), l = ee(() => i.schema.type === "object" && !i.schema.properties), a = l.value ? {
|
|
24922
|
+
const i = n, r = y0(n, "modelValue"), s = t, o = i.options.registry || D2(), l = ee(() => i.schema["x-render"] ? !0 : i.schema.type === "object" && !i.schema.properties), a = l.value ? {
|
|
24923
24923
|
[rn]: r.value && typeof r.value == "object" && Object.keys(r.value).length > 0 ? r.value : i.options.useDefaults !== !1 ? ni.getDefaultValue(i.schema) : {}
|
|
24924
24924
|
} : i.options.useDefaults !== !1 ? { ...ni.getDefaultValue(i.schema), ...r.value } : { ...r.value }, { handleSubmit: c, values: h, setValues: f, setFieldValue: u, errors: d, meta: m } = S0({
|
|
24925
24925
|
initialValues: a,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quickflo/quickforms-vue",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.2",
|
|
4
4
|
"description": "Vue 3 bindings for QuickForms - JSON Schema form generator",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@codemirror/view": "^6.38.8",
|
|
38
38
|
"vee-validate": "^4.12.0",
|
|
39
39
|
"vue-codemirror": "^6.1.1",
|
|
40
|
-
"@quickflo/quickforms": "1.16.
|
|
40
|
+
"@quickflo/quickforms": "1.16.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^20.0.0",
|