@quickflo/quickforms-quasar 1.19.48 → 1.19.50
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.
- package/dist/index.js +1 -0
- package/dist/utils.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2283,6 +2283,7 @@ function Ab(n) {
|
|
|
2283
2283
|
function io(n, e, t) {
|
|
2284
2284
|
const i = (e == null ? void 0 : e.global) || {}, r = t !== "jsoneditor" ? (e == null ? void 0 : e[t]) || {} : {}, l = n["x-component-props"] || {}, o = n["x-quasar-props"] || {};
|
|
2285
2285
|
return {
|
|
2286
|
+
hideBottomSpace: !0,
|
|
2286
2287
|
...i,
|
|
2287
2288
|
...r,
|
|
2288
2289
|
...l,
|
package/dist/utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAavD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,iBAAiB,EAAE,GAAG,GAAG,MAAM,CAM/D;AAED;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,UAAU,EAClB,iBAAiB,EAAE,uBAAuB,GAAG,SAAS,EACtD,aAAa,EACT,OAAO,GACP,QAAQ,GACR,UAAU,GACV,UAAU,GACV,MAAM,GACN,WAAW,GACX,YAAY,GACZ,UAAU,GACb,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAavD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,iBAAiB,EAAE,GAAG,GAAG,MAAM,CAM/D;AAED;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,UAAU,EAClB,iBAAiB,EAAE,uBAAuB,GAAG,SAAS,EACtD,aAAa,EACT,OAAO,GACP,QAAQ,GACR,UAAU,GACV,UAAU,GACV,MAAM,GACN,WAAW,GACX,YAAY,GACZ,UAAU,GACb,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAuBrB;AAED;;;;;;GAMG;AACH,wBAAgB,6BAA6B,CAC3C,MAAM,EAAE,UAAU,EAClB,kBAAkB,EAAE,wBAAwB,GAAG,SAAS,EACxD,aAAa,EAAE,OAAO,GAAG,QAAQ,GAAG,UAAU,GAC7C,wBAAwB,CAW1B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quickflo/quickforms-quasar",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.50",
|
|
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
|
|
42
|
-
"@quickflo/quickforms": "1.19.
|
|
41
|
+
"@quickflo/quickforms": "1.19.50",
|
|
42
|
+
"@quickflo/quickforms-vue": "1.19.50"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@quasar/extras": "^1.17.0",
|