@quickflo/quickforms-quasar 1.19.38 → 1.19.40
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 +2 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -35193,6 +35193,7 @@ function ED(n, e, t, i, r, o) {
|
|
|
35193
35193
|
type: "time",
|
|
35194
35194
|
dense: "",
|
|
35195
35195
|
borderless: "",
|
|
35196
|
+
"hide-bottom-space": "",
|
|
35196
35197
|
class: "qmgs__time-input",
|
|
35197
35198
|
readonly: t.disabled || t.readonly,
|
|
35198
35199
|
disable: t.disabled,
|
|
@@ -35208,6 +35209,7 @@ function ED(n, e, t, i, r, o) {
|
|
|
35208
35209
|
type: "time",
|
|
35209
35210
|
dense: "",
|
|
35210
35211
|
borderless: "",
|
|
35212
|
+
"hide-bottom-space": "",
|
|
35211
35213
|
class: "qmgs__time-input",
|
|
35212
35214
|
readonly: t.disabled || t.readonly,
|
|
35213
35215
|
disable: t.disabled,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quickflo/quickforms-quasar",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.40",
|
|
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.
|
|
42
|
-
"@quickflo/quickforms-vue": "1.19.
|
|
41
|
+
"@quickflo/quickforms": "1.19.40",
|
|
42
|
+
"@quickflo/quickforms-vue": "1.19.40"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@quasar/extras": "^1.17.0",
|