@quickflo/quickforms-quasar 1.16.18 → 1.16.19

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 +3 -3
package/dist/index.js CHANGED
@@ -1943,7 +1943,7 @@ const $y = () => A("div", {
1943
1943
  label: t.label,
1944
1944
  componentType: "checkbox"
1945
1945
  });
1946
- (n.value === void 0 || n.value === null) && (n.value = !1);
1946
+ (n.value === void 0 || n.value === null) && (n.value = t.schema.default ?? !1);
1947
1947
  const u = { props: t, value: n, label: r, errorMessage: o, fieldId: s, quasarProps: l, fieldGap: a, get QCheckbox() {
1948
1948
  return Zy;
1949
1949
  } };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickflo/quickforms-quasar",
3
- "version": "1.16.18",
3
+ "version": "1.16.19",
4
4
  "description": "Quasar UI components for QuickForms - JSON Schema form generator",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -38,8 +38,8 @@
38
38
  "@codemirror/view": "^6.38.8",
39
39
  "vee-validate": "^4.12.0",
40
40
  "vue-codemirror": "^6.1.1",
41
- "@quickflo/quickforms-vue": "1.16.18",
42
- "@quickflo/quickforms": "1.16.18"
41
+ "@quickflo/quickforms": "1.16.19",
42
+ "@quickflo/quickforms-vue": "1.16.19"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@quasar/extras": "^1.17.0",