@quickflo/quickforms-vue 1.0.1 → 1.0.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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6152,7 +6152,7 @@ const $f = /* @__PURE__ */ me({
|
|
|
6152
6152
|
var y, S, E, O;
|
|
6153
6153
|
t();
|
|
6154
6154
|
const n = e, s = r, a = new vt(), o = n.options.registry || bf(), { handleSubmit: i, values: d, setValues: c, errors: u, meta: h } = oa({
|
|
6155
|
-
initialValues: n.options.useDefaults !== !1 ? { ...a.getDefaultValue(n.schema), ...n.modelValue } : n.modelValue
|
|
6155
|
+
initialValues: n.options.useDefaults !== !1 ? { ...a.getDefaultValue(n.schema), ...n.modelValue } : { ...n.modelValue }
|
|
6156
6156
|
}), w = {
|
|
6157
6157
|
selectPlaceholder: "Select an option...",
|
|
6158
6158
|
addItem: "Add item",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quickflo/quickforms-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Vue 3 bindings for QuickForms - JSON Schema form generator",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"vee-validate": "^4.12.0",
|
|
33
|
-
"@quickflo/quickforms": "1.0.
|
|
33
|
+
"@quickflo/quickforms": "1.0.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^20.0.0",
|