@quickflo/quickforms-vue 1.14.4 → 1.14.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.
@@ -1 +1 @@
1
- {"version":3,"file":"useFormField.d.ts","sourceRoot":"","sources":["../../src/composables/useFormField.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAkDvD;;GAEG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,UAAU,EAClB,OAAO,GAAE;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAO;;;;;;;;;;;EA6RjC"}
1
+ {"version":3,"file":"useFormField.d.ts","sourceRoot":"","sources":["../../src/composables/useFormField.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAkDvD;;GAEG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,UAAU,EAClB,OAAO,GAAE;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAO;;;;;;;;;;;EAmSjC"}
package/dist/index.js CHANGED
@@ -5053,7 +5053,9 @@ function xt(n, e, t = {}) {
5053
5053
  validateOnMount: !1
5054
5054
  // Note: VeeValidate will still validate, we just control when errors are displayed
5055
5055
  }
5056
- ), w = ee(() => t.label !== void 0 ? t.label : n === "__root__" ? e.title || "" : e.title || n), S = ee(() => {
5056
+ );
5057
+ e.type === "string" && d.value === void 0 && g("");
5058
+ const w = ee(() => t.label !== void 0 ? t.label : n === "__root__" ? e.title || "" : e.title || n), S = ee(() => {
5057
5059
  const $ = _w(e);
5058
5060
  if ($)
5059
5061
  return i != null && i.hintRenderer ? i.hintRenderer($, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickflo/quickforms-vue",
3
- "version": "1.14.4",
3
+ "version": "1.14.6",
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.4"
40
+ "@quickflo/quickforms": "1.14.6"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^20.0.0",