@opengis/form 0.0.29 → 0.0.31
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/date/vs-input-date1.vue.d.ts +2 -2
- package/dist/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -1
- package/dist/components/inputs/index.d.ts +3 -2
- package/dist/components/inputs/index.d.ts.map +1 -1
- package/dist/components/inputs/vs-input-select.vue.d.ts +1 -0
- package/dist/components/inputs/vs-input-select.vue.d.ts.map +1 -1
- package/dist/index.js +415 -411
- package/dist/index.umd.cjs +3 -3
- package/package.json +1 -1
|
@@ -3,9 +3,9 @@ type __VLS_Props = IInputProps & {
|
|
|
3
3
|
mode?: 'datetime' | 'month' | 'week' | 'time' | 'date';
|
|
4
4
|
};
|
|
5
5
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
|
-
"update:modelValue": (v: string) => any;
|
|
6
|
+
"update:modelValue": (v: string | null) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((v: string) => any) | undefined;
|
|
8
|
+
"onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
|
|
9
9
|
}>, {
|
|
10
10
|
mode: "datetime" | "month" | "week" | "time" | "date";
|
|
11
11
|
style: Record<string, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"AA6DA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CACvD,CAAC;;;;;;UADO,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM;;;;;;AA+FxD,wBAQG"}
|
|
@@ -127,6 +127,7 @@ declare const _default: {
|
|
|
127
127
|
disabled: boolean;
|
|
128
128
|
placeholder: string;
|
|
129
129
|
host: string;
|
|
130
|
+
api: string;
|
|
130
131
|
maxHeight: number;
|
|
131
132
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
132
133
|
'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputSwitchProps & {
|
|
@@ -196,11 +197,11 @@ declare const _default: {
|
|
|
196
197
|
'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
197
198
|
mode?: "datetime" | "month" | "week" | "time" | "date";
|
|
198
199
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
199
|
-
"update:modelValue": (v: string) => any;
|
|
200
|
+
"update:modelValue": (v: string | null) => any;
|
|
200
201
|
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
|
|
201
202
|
mode?: "datetime" | "month" | "week" | "time" | "date";
|
|
202
203
|
}> & Readonly<{
|
|
203
|
-
"onUpdate:modelValue"?: ((v: string) => any) | undefined;
|
|
204
|
+
"onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
|
|
204
205
|
}>, {
|
|
205
206
|
mode: "datetime" | "month" | "week" | "time" | "date";
|
|
206
207
|
style: Record<string, any>;
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BA,wBA0BE"}
|
|
@@ -16,6 +16,7 @@ declare const _default: import("vue").DefineComponent<IInputSelectProps, {}, {},
|
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
placeholder: string;
|
|
18
18
|
host: string;
|
|
19
|
+
api: string;
|
|
19
20
|
maxHeight: number;
|
|
20
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
22
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"AAsyBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;AAykCnE,wBAQG"}
|