@opengis/form 0.0.56 → 0.0.57
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/components/inputs/index.d.ts +9 -0
- package/dist/components/inputs/index.d.ts.map +1 -1
- package/dist/components/inputs/tag/vs-input-tag.vue.d.ts.map +1 -1
- package/dist/components/inputs/vs-input-container.vue.d.ts +9 -0
- package/dist/components/inputs/vs-input-container.vue.d.ts.map +1 -1
- package/dist/components/inputs/vs-input-select.vue.d.ts.map +1 -1
- package/dist/index.js +837 -824
- package/dist/index.umd.cjs +3 -3
- package/dist/schema.d.ts +11 -0
- package/dist/schema.d.ts.map +1 -1
- package/dist/utils/convertForm.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -169,6 +169,10 @@ declare const _default: {
|
|
|
169
169
|
type: StringConstructor;
|
|
170
170
|
default: string;
|
|
171
171
|
};
|
|
172
|
+
name: {
|
|
173
|
+
type: StringConstructor;
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
172
176
|
schema: {
|
|
173
177
|
type: import("vue").PropType<import("../../types/form.js").ISchemaItem[]>;
|
|
174
178
|
default: () => never[];
|
|
@@ -186,6 +190,10 @@ declare const _default: {
|
|
|
186
190
|
type: StringConstructor;
|
|
187
191
|
default: string;
|
|
188
192
|
};
|
|
193
|
+
name: {
|
|
194
|
+
type: StringConstructor;
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
189
197
|
schema: {
|
|
190
198
|
type: import("vue").PropType<import("../../types/form.js").ISchemaItem[]>;
|
|
191
199
|
default: () => never[];
|
|
@@ -194,6 +202,7 @@ declare const _default: {
|
|
|
194
202
|
view: string;
|
|
195
203
|
style: Record<string, any>;
|
|
196
204
|
title: string;
|
|
205
|
+
name: string;
|
|
197
206
|
schema: import("../../types/form.js").ISchemaItem[];
|
|
198
207
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
199
208
|
'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA,wBA4BE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-tag.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/tag/vs-input-tag.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-tag.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/tag/vs-input-tag.vue"],"names":[],"mappings":"AA+MA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,KAAK,WAAW,GAAG,aAAa,CAAC;AA4GjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB,CAAC;;;;;;;;;;;;;;AA2OF,wBAQG"}
|
|
@@ -13,6 +13,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
13
|
type: StringConstructor;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
|
+
name: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
16
20
|
schema: {
|
|
17
21
|
type: PropType<ISchemaItem[]>;
|
|
18
22
|
default: () => never[];
|
|
@@ -30,6 +34,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
30
34
|
type: StringConstructor;
|
|
31
35
|
default: string;
|
|
32
36
|
};
|
|
37
|
+
name: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
33
41
|
schema: {
|
|
34
42
|
type: PropType<ISchemaItem[]>;
|
|
35
43
|
default: () => never[];
|
|
@@ -38,6 +46,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
38
46
|
view: string;
|
|
39
47
|
style: Record<string, any>;
|
|
40
48
|
title: string;
|
|
49
|
+
name: string;
|
|
41
50
|
schema: ISchemaItem[];
|
|
42
51
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
52
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-container.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-container.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-container.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-container.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,QAAQ,EAAO,MAAM,KAAK,CAAC;AAGzC,OAAO,KAAK,EAAS,WAAW,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;cA8KxC,QAAQ,CAAC,WAAW,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;cAAvB,QAAQ,CAAC,WAAW,EAAE,CAAC;;;;;;;;;;AAvB1C,wBA2BG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"AAk6BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"AAk6BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;AAqwCnE,wBAQG"}
|