@quickflo/quickforms-vue 1.14.6 → 1.14.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -5054,7 +5054,7 @@ function xt(n, e, t = {}) {
5054
5054
  // Note: VeeValidate will still validate, we just control when errors are displayed
5055
5055
  }
5056
5056
  );
5057
- e.type === "string" && d.value === void 0 && g("");
5057
+ e.type === "string" && d.value === void 0 && g("", !1);
5058
5058
  const w = ee(() => t.label !== void 0 ? t.label : n === "__root__" ? e.title || "" : e.title || n), S = ee(() => {
5059
5059
  const $ = _w(e);
5060
5060
  if ($)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickflo/quickforms-vue",
3
- "version": "1.14.6",
3
+ "version": "1.14.8",
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.14.6"
40
+ "@quickflo/quickforms": "1.14.8"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^20.0.0",