@opengis/form 0.0.29 → 0.0.30

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.
@@ -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":"AAoDA,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;;;;;;AAsFxD,wBAQG"}
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"}
@@ -196,11 +196,11 @@ declare const _default: {
196
196
  'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
197
197
  mode?: "datetime" | "month" | "week" | "time" | "date";
198
198
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
199
- "update:modelValue": (v: string) => any;
199
+ "update:modelValue": (v: string | null) => any;
200
200
  }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
201
201
  mode?: "datetime" | "month" | "week" | "time" | "date";
202
202
  }> & Readonly<{
203
- "onUpdate:modelValue"?: ((v: string) => any) | undefined;
203
+ "onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
204
204
  }>, {
205
205
  mode: "datetime" | "month" | "week" | "time" | "date";
206
206
  style: Record<string, any>;