@opengis/form 0.0.152 → 0.0.154
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-B_Xh8KNs.js +11102 -0
- package/dist/index.css +1 -1
- package/dist/index.js +25 -26
- package/dist/index.umd.cjs +21 -21
- package/dist/src/components/form/vs-compact-form.vue.d.ts +1 -1
- package/dist/src/components/form/vs-compact-form.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/address/vs-input-address.vue.d.ts +1 -1
- package/dist/src/components/inputs/array/vs-input-array.vue.d.ts +2 -2
- package/dist/src/components/inputs/array-select/vs-input-array-select.vue.d.ts +3 -3
- package/dist/src/components/inputs/base/vs-input-color.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-email.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-mask.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-number.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-password.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-range.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-range.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/base/vs-input-switcher.vue.d.ts +3 -3
- package/dist/src/components/inputs/base/vs-input-tel.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-text.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-textarea.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/vs-date-text.vue.d.ts +1 -1
- package/dist/src/components/inputs/date/vs-input-date.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/vs-input-date2.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-time.vue.d.ts +2 -2
- package/dist/src/components/inputs/index.d.ts +55 -145
- package/dist/src/components/inputs/index.d.ts.map +1 -1
- package/dist/src/components/inputs/list/vs-input-dataform.vue.d.ts +1 -1
- package/dist/src/components/inputs/map/vs-input-map.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +2 -2
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +2 -2
- package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/radio/index.d.ts +2 -2
- package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts +2 -2
- package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/tag/vs-input-tag.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-container.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-select.vue.d.ts +4 -4
- package/dist/src/components/inputs/vs-input-text-array.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-text-array.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/index.d.ts +9 -9
- package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts +2 -2
- package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/vs-layout-horizontal.vue.d.ts +3 -3
- package/dist/src/composables/useInputOptions.d.ts +2 -2
- package/dist/src/composables/useInputOptions.d.ts.map +1 -1
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/richtext/components/shared-components/vs-form-color-picker.vue.d.ts +4 -4
- package/dist/src/richtext/components/shared-components/vs-popover.vue.d.ts +2 -2
- package/dist/src/richtext/components/shared-components/vs-text.vue.d.ts +3 -3
- package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts +1 -1
- package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts.map +1 -1
- package/dist/src/schema.d.ts.map +1 -1
- package/dist/src/types/form.d.ts +3 -0
- package/dist/src/types/form.d.ts.map +1 -1
- package/dist/src/utils/convertForm.d.ts.map +1 -1
- package/dist/{vs-richtext-DnZ7dUDV.js → vs-richtext-Cp0nNddl.js} +8 -8
- package/locales/en.json +34 -34
- package/locales/uk.json +34 -34
- package/package.json +79 -79
- package/dist/index-CbYNss3z.js +0 -11258
- package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts +0 -30
- package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts.map +0 -1
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { IInputSelectProps, IOption } from '../../types/form';
|
|
2
|
-
type ValueSelectedPayload = {
|
|
3
|
-
name?: string;
|
|
4
|
-
value: number | string | null;
|
|
5
|
-
option: IOption | null;
|
|
6
|
-
};
|
|
7
|
-
declare const _default: import("vue").DefineComponent<IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
|
-
change: (value: string | number | null) => any;
|
|
9
|
-
"update:modelValue": (value: string | number | null) => any;
|
|
10
|
-
"value-selected": (payload: ValueSelectedPayload) => any;
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<IInputSelectProps> & Readonly<{
|
|
12
|
-
onChange?: ((value: string | number | null) => any) | undefined;
|
|
13
|
-
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
14
|
-
"onValue-selected"?: ((payload: ValueSelectedPayload) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
options: IOption[];
|
|
17
|
-
data: string;
|
|
18
|
-
api: string;
|
|
19
|
-
prefix: string;
|
|
20
|
-
host: string;
|
|
21
|
-
start: 0 | 1;
|
|
22
|
-
style: Record<string, any>;
|
|
23
|
-
error: string | null;
|
|
24
|
-
teleport: string;
|
|
25
|
-
disabled: boolean;
|
|
26
|
-
placeholder: string;
|
|
27
|
-
customClass: string;
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
-
export default _default;
|
|
30
|
-
//# sourceMappingURL=vs-input-inline-select.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-inline-select.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/vs-input-inline-select.vue"],"names":[],"mappings":"AAyXA,OAAO,KAAK,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAOnE,KAAK,oBAAoB,GAAG;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB,CAAC;;;;;;;;;;;;;;;;;;;;;;;AAihBF,wBAQG"}
|