@opengis/form 0.0.167 → 0.0.169
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/README.md +61 -61
- package/dist/api/suggest/suggestions_list.json +7 -7
- package/dist/index-D42jrW1B.js +11738 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +24 -24
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts +144 -24
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/DayPicker.vue.d.ts +32 -3
- package/dist/src/components/inputs/date/datepicker/DayPicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/MonthPicker.vue.d.ts +28 -3
- package/dist/src/components/inputs/date/datepicker/MonthPicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/PickerPopup.vue.d.ts +28 -3
- package/dist/src/components/inputs/date/datepicker/PickerPopup.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/Timepicker.vue.d.ts +48 -14
- package/dist/src/components/inputs/date/datepicker/Timepicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/YearPicker.vue.d.ts +28 -3
- package/dist/src/components/inputs/date/datepicker/YearPicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/vs-input-date2.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/index.d.ts +8 -9
- package/dist/src/components/inputs/index.d.ts.map +1 -1
- package/dist/src/components/inputs/map/vs-input-map.vue.d.ts.map +1 -1
- package/dist/src/composables/useInputOptions.d.ts +2 -2
- package/dist/src/composables/useInputOptions.d.ts.map +1 -1
- package/dist/src/types/form.d.ts +4 -0
- package/dist/src/types/form.d.ts.map +1 -1
- package/dist/{vs-richtext-DjaHmy2r.js → vs-richtext-CxzLx91c.js} +8 -8
- package/locales/en.json +34 -34
- package/locales/uk.json +34 -34
- package/package.json +79 -79
- package/dist/index-DxzWzxg8.js +0 -11516
- package/dist/src/components/inputs/date/vs-input-date.vue.d.ts +0 -18
- package/dist/src/components/inputs/date/vs-input-date.vue.d.ts.map +0 -1
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts +0 -17
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts.map +0 -1
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IInputDateProps } from "../../../types/form";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<IInputDateProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
"update:modelValue": (...args: any[]) => void;
|
|
4
|
-
}, string, import("vue").PublicProps, Readonly<IInputDateProps> & Readonly<{
|
|
5
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
placeholder: string;
|
|
8
|
-
disabled: boolean;
|
|
9
|
-
style: Record<string, any>;
|
|
10
|
-
clearable: boolean;
|
|
11
|
-
now: boolean;
|
|
12
|
-
editable: boolean;
|
|
13
|
-
time: boolean;
|
|
14
|
-
isInfinity: boolean;
|
|
15
|
-
modelValue: any;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
export default _default;
|
|
18
|
-
//# sourceMappingURL=vs-input-date.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-date.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/date/vs-input-date.vue"],"names":[],"mappings":"AAkPA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;AAuctD,wBAQG"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IInputProps } from "../../../types/form";
|
|
2
|
-
type __VLS_Props = IInputProps & {
|
|
3
|
-
mode?: 'datetime' | 'month' | 'week' | 'time' | 'date';
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
|
-
"update:modelValue": (v: string | null) => any;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
|
|
9
|
-
}>, {
|
|
10
|
-
placeholder: string;
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
style: Record<string, any>;
|
|
13
|
-
mode: "datetime" | "month" | "week" | "time" | "date";
|
|
14
|
-
customClass: string;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
export default _default;
|
|
17
|
-
//# sourceMappingURL=vs-input-date1.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"AAgEA,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;;;AAoGxD,wBAQG"}
|