@quickflo/quickforms-quasar 1.3.4 → 1.3.5
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 -1
- package/dist/utils.d.ts +2 -2
- package/dist/utils.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8767,7 +8767,7 @@ const Cs = /* @__PURE__ */ lt(vs, [["render", xs], ["__file", "/Users/zachsherbo
|
|
|
8767
8767
|
}, Bs = {
|
|
8768
8768
|
key: 2,
|
|
8769
8769
|
class: "text-caption text-grey-7 q-mb-sm"
|
|
8770
|
-
}, Fs = { class: "
|
|
8770
|
+
}, Fs = { class: "rounded-borders" }, Ps = {
|
|
8771
8771
|
key: 0,
|
|
8772
8772
|
class: "row items-center q-gutter-sm q-mb-sm"
|
|
8773
8773
|
}, Ds = {
|
package/dist/utils.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { JSONSchema } from '@quickflo/quickforms';
|
|
|
8
8
|
* NOTE: This only handles NATIVE Quasar props that get passed via v-bind
|
|
9
9
|
* For QuickForms convenience features (icons, etc), use mergeQuickFormsQuasarFeatures
|
|
10
10
|
*/
|
|
11
|
-
export declare function mergeQuasarProps(schema: JSONSchema, componentDefaults: QuasarComponentDefaults | undefined, componentType:
|
|
11
|
+
export declare function mergeQuasarProps(schema: JSONSchema, componentDefaults: QuasarComponentDefaults | undefined, componentType: "input" | "select" | "checkbox" | "datetime" | "card" | "expansion" | "jsoneditor" | "keyvalue"): Record<string, any>;
|
|
12
12
|
/**
|
|
13
13
|
* Merges QuickForms convenience features from defaults and schema
|
|
14
14
|
* Priority (lowest to highest): global defaults -> component-specific defaults -> x-quickforms-quasar
|
|
@@ -16,5 +16,5 @@ export declare function mergeQuasarProps(schema: JSONSchema, componentDefaults:
|
|
|
16
16
|
* These are NOT native Quasar props - they're convenience features we interpret
|
|
17
17
|
* and render (e.g. icons into slots)
|
|
18
18
|
*/
|
|
19
|
-
export declare function mergeQuickFormsQuasarFeatures(schema: JSONSchema, quickformsDefaults: QuickFormsQuasarDefaults | undefined, componentType:
|
|
19
|
+
export declare function mergeQuickFormsQuasarFeatures(schema: JSONSchema, quickformsDefaults: QuickFormsQuasarDefaults | undefined, componentType: "input" | "select" | "datetime"): QuickFormsQuasarFeatures;
|
|
20
20
|
//# sourceMappingURL=utils.d.ts.map
|
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,
|
|
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;AAEvD;;;;;;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,CAarB;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.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "Quasar UI components for QuickForms - JSON Schema form generator",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"vee-validate": "^4.12.0",
|
|
34
|
-
"@quickflo/quickforms": "1.3.
|
|
35
|
-
"@quickflo/quickforms-vue": "1.3.
|
|
34
|
+
"@quickflo/quickforms": "1.3.5",
|
|
35
|
+
"@quickflo/quickforms-vue": "1.3.5"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@quasar/extras": "^1.17.0",
|