@quickflo/quickforms-quasar 1.19.19 → 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 +2 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -28963,7 +28963,7 @@ function IT(i, e, t, n, r, o) {
28963
28963
  be(
28964
28964
  "div",
28965
28965
  {
28966
- style: dt(n.isFlat ? { marginTop: "0.75rem" } : {
28966
+ style: dt(n.isFlat ? { marginTop: "1rem" } : {
28967
28967
  marginTop: "1rem",
28968
28968
  paddingTop: "1rem",
28969
28969
  borderTop: "1px solid #eee"
@@ -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
@@ -29067,7 +29066,7 @@ function IT(i, e, t, n, r, o) {
29067
29066
  be(
29068
29067
  "div",
29069
29068
  {
29070
- style: dt(n.isFlat ? { marginTop: "0.75rem" } : {
29069
+ style: dt(n.isFlat ? { marginTop: "1rem" } : {
29071
29070
  marginTop: "1rem",
29072
29071
  paddingTop: "1rem",
29073
29072
  borderTop: "1px dashed #ddd"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickflo/quickforms-quasar",
3
- "version": "1.19.19",
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.19",
42
- "@quickflo/quickforms-vue": "1.19.19"
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",