@quickflo/quickforms-quasar 1.19.20 → 1.19.21

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 +0 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -29024,7 +29024,6 @@ function IT(i, e, t, n, r, o) {
29024
29024
  "input-debounce": 0,
29025
29025
  "fill-input": n.useFilter,
29026
29026
  "hide-selected": n.useFilter,
29027
- clearable: "",
29028
29027
  "emit-value": "",
29029
29028
  "map-options": "",
29030
29029
  onFilter: n.filterFn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickflo/quickforms-quasar",
3
- "version": "1.19.20",
3
+ "version": "1.19.21",
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": "1.19.20",
42
- "@quickflo/quickforms-vue": "1.19.20"
41
+ "@quickflo/quickforms": "1.19.21",
42
+ "@quickflo/quickforms-vue": "1.19.21"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@quasar/extras": "^1.17.0",