@opengis/form 0.0.14 → 0.0.16
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/core/src/emitter/eventBus.d.ts +6 -0
- package/dist/core/src/emitter/eventBus.d.ts.map +1 -0
- package/dist/form/src/components/behavior.vue.d.ts +10 -0
- package/dist/form/src/components/behavior.vue.d.ts.map +1 -0
- package/dist/form/src/components/container-views/index.d.ts +193 -0
- package/dist/form/src/components/container-views/index.d.ts.map +1 -0
- package/dist/form/src/components/container-views/vs-container-accordion.vue.d.ts +43 -0
- package/dist/form/src/components/container-views/vs-container-accordion.vue.d.ts.map +1 -0
- package/dist/form/src/components/container-views/vs-container-default.vue.d.ts +34 -0
- package/dist/form/src/components/container-views/vs-container-default.vue.d.ts.map +1 -0
- package/dist/form/src/components/container-views/vs-container-switcher.vue.d.ts +43 -0
- package/dist/form/src/components/container-views/vs-container-switcher.vue.d.ts.map +1 -0
- package/dist/form/src/components/form/vs-compact-form.vue.d.ts +29 -0
- package/dist/form/src/components/form/vs-compact-form.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-arrow-top-bottom.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-arrow-top-bottom.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-check.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-check.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-chevron-down.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-chevron-down.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-chevron-top-bottom.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-chevron-top-bottom.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-close.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-close.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-csv.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-csv.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-delete.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-delete.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-download.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-download.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-export.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-export.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-file.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-file.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-geojson.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-geojson.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-grip-vertical.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-grip-vertical.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-import.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-import.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-info.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-info.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-magnifying-glass.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-magnifying-glass.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-no-data.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-no-data.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-pdf.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-pdf.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-pen.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-pen.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-plus.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-plus.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-upload.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-upload.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/icon-zip.vue.d.ts +3 -0
- package/dist/form/src/components/icons/icon-zip.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/index.d.ts +6 -0
- package/dist/form/src/components/icons/index.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts +18 -0
- package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts +19 -0
- package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-number.vue.d.ts +15 -0
- package/dist/form/src/components/inputs/base/vs-input-number.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts +8 -0
- package/dist/form/src/components/inputs/base/vs-input-static.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts +22 -0
- package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts +18 -0
- package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts +17 -0
- package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts +15 -0
- package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts +18 -0
- package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts +17 -0
- package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts +17 -0
- package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts +15 -0
- package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/file/vs-input-file.vue.d.ts +12 -0
- package/dist/form/src/components/inputs/file/vs-input-file.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts +11 -0
- package/dist/form/src/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts +8 -0
- package/dist/form/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts +40 -0
- package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/index.d.ts +281 -0
- package/dist/form/src/components/inputs/index.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-compass.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-compass.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-full-screen.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-line.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-line.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-map-pin.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/icons/icon-poligon.vue.d.ts +3 -0
- package/dist/form/src/components/inputs/map/icons/icon-poligon.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/map-layers.vue.d.ts +15 -0
- package/dist/form/src/components/inputs/map/map-layers.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/map-search.vue.d.ts +12 -0
- package/dist/form/src/components/inputs/map/map-search.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/map.d.ts +110 -0
- package/dist/form/src/components/inputs/map/map.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/util.d.ts +3 -0
- package/dist/form/src/components/inputs/map/util.d.ts.map +1 -0
- package/dist/form/src/components/inputs/map/vs-input-map.vue.d.ts +8 -0
- package/dist/form/src/components/inputs/map/vs-input-map.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/checkbox/index.d.ts +4 -0
- package/dist/form/src/components/inputs/options/checkbox/index.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +32 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +31 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +27 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +14 -0
- package/dist/form/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/radio/index.d.ts +40 -0
- package/dist/form/src/components/inputs/options/radio/index.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +18 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +18 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts +15 -0
- package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/table/vs-input-datatable.vue.d.ts +12 -0
- package/dist/form/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts +20 -0
- package/dist/form/src/components/inputs/tag/vs-input-tag.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/vs-input-container.vue.d.ts +44 -0
- package/dist/form/src/components/inputs/vs-input-container.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/vs-input-select.vue.d.ts +27 -0
- package/dist/form/src/components/inputs/vs-input-select.vue.d.ts.map +1 -0
- package/dist/form/src/components/layouts/index.d.ts +100 -0
- package/dist/form/src/components/layouts/index.d.ts.map +1 -0
- package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts +17 -0
- package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -0
- package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts +19 -0
- package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts.map +1 -0
- package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts +19 -0
- package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -0
- package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts +19 -0
- package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts.map +1 -0
- package/dist/form/src/components/modal/modal-edit.vue.d.ts +12 -0
- package/dist/form/src/components/modal/modal-edit.vue.d.ts.map +1 -0
- package/dist/form/src/components/ui/vs-calendar.vue.d.ts +37 -0
- package/dist/form/src/components/ui/vs-calendar.vue.d.ts.map +1 -0
- package/dist/form/src/components/ui/vs-popover.vue.d.ts +89 -0
- package/dist/form/src/components/ui/vs-popover.vue.d.ts.map +1 -0
- package/dist/form/src/composables/useForm.d.ts +9 -0
- package/dist/form/src/composables/useForm.d.ts.map +1 -0
- package/dist/form/src/composables/useStyle.d.ts +9 -0
- package/dist/form/src/composables/useStyle.d.ts.map +1 -0
- package/dist/form/src/index.d.ts +7 -0
- package/dist/form/src/index.d.ts.map +1 -0
- package/dist/form/src/plugin/form-plugin.d.ts +10 -0
- package/dist/form/src/plugin/form-plugin.d.ts.map +1 -0
- package/dist/form/src/schema.d.ts +406 -0
- package/dist/form/src/schema.d.ts.map +1 -0
- package/dist/form/src/types/form.d.ts +127 -0
- package/dist/form/src/types/form.d.ts.map +1 -0
- package/dist/form/src/types/rules.d.ts +1 -0
- package/dist/form/src/types/rules.d.ts.map +1 -0
- package/dist/form/src/utils/convertForm.d.ts +4 -0
- package/dist/form/src/utils/convertForm.d.ts.map +1 -0
- package/dist/form/src/utils/dynamicPosition.d.ts +3 -0
- package/dist/form/src/utils/dynamicPosition.d.ts.map +1 -0
- package/dist/form/src/utils/file.api.d.ts +4 -0
- package/dist/form/src/utils/file.api.d.ts.map +1 -0
- package/dist/form/src/utils/file.preview.d.ts +3 -0
- package/dist/form/src/utils/file.preview.d.ts.map +1 -0
- package/dist/form/src/utils/formConditions.d.ts +16 -0
- package/dist/form/src/utils/formConditions.d.ts.map +1 -0
- package/dist/form/src/utils/formRules.d.ts +4 -0
- package/dist/form/src/utils/formRules.d.ts.map +1 -0
- package/dist/form/src/utils/index.d.ts +3 -0
- package/dist/form/src/utils/index.d.ts.map +1 -0
- package/dist/form/src/utils/randomId.d.ts +3 -0
- package/dist/form/src/utils/randomId.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1929 -2276
- package/dist/index.umd.cjs +2 -2
- package/package.json +14 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-email.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-email.vue"],"names":[],"mappings":"AAsDA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AA2FF,wBAQG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { IInputMaskProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputMaskProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: string) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
style: Record<string, any>;
|
|
12
|
+
mask: string;
|
|
13
|
+
customClass: string;
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
placeholder: string;
|
|
16
|
+
unmask: boolean;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=vs-input-mask.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-mask.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-mask.vue"],"names":[],"mappings":"AA8FA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,eAAe,CAAC;AAgFnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;AAoDF,wBAQG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IInputProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: number;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: number) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
style: Record<string, any>;
|
|
12
|
+
placeholder: string;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=vs-input-number.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-number.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-number.vue"],"names":[],"mappings":"AA8BA,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAEhD,KAAK,WAAW,GAAG,WAAW,CAAC;AAmB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAgDF,wBAQG"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IInputStaticProps } from "../../../types/form";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<IInputStaticProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IInputStaticProps> & Readonly<{}>, {
|
|
3
|
+
text: string;
|
|
4
|
+
html: string;
|
|
5
|
+
customClass: string;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-input-static.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-static.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-static.vue"],"names":[],"mappings":"AAiBA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;;;;;;AA8CxD,wBAOG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IInputSwitchProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputSwitchProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
text: string;
|
|
12
|
+
rules: (string | object)[];
|
|
13
|
+
view: string;
|
|
14
|
+
label: string;
|
|
15
|
+
i: string;
|
|
16
|
+
error: string | null;
|
|
17
|
+
style: Record<string, any>;
|
|
18
|
+
customClass: string;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
export default _default;
|
|
22
|
+
//# sourceMappingURL=vs-input-switcher.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-switcher.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-switcher.vue"],"names":[],"mappings":"AA+CA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AA+BrC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;;;;;;;AAuHF,wBAQG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IInputProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: string) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
error: string | null;
|
|
12
|
+
style: Record<string, any>;
|
|
13
|
+
customClass: string;
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
placeholder: string;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=vs-input-text.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-text.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-text.vue"],"names":[],"mappings":"AAkCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AAkDF,wBAQG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IInputProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: string) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
style: Record<string, any>;
|
|
12
|
+
customClass: string;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=vs-input-textarea.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-textarea.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-textarea.vue"],"names":[],"mappings":"AAgCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAkDF,wBAQG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IInputProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: any;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: any) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
style: Record<string, any>;
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=vs-date-text.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-date-text.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/vs-date-text.vue"],"names":[],"mappings":"AAqCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;;;;AA8CF,wBAQG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
clearable: boolean;
|
|
8
|
+
now: boolean;
|
|
9
|
+
editable: boolean;
|
|
10
|
+
time: boolean;
|
|
11
|
+
isInfinity: boolean;
|
|
12
|
+
style: Record<string, any>;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
modelValue: any;
|
|
15
|
+
placeholder: string;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=vs-input-date.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-date.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/vs-input-date.vue"],"names":[],"mappings":"AA8PA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;AAyctD,wBAQG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IInputProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: string) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
style: Record<string, any>;
|
|
12
|
+
customClass: string;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=vs-input-date1.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"AAiCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAiDF,wBAQG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IInputProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: string) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
style: Record<string, any>;
|
|
12
|
+
customClass: string;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=vs-input-time.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-time.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/vs-input-time.vue"],"names":[],"mappings":"AAiCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAiDF,wBAQG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { IInputFileProps } from "../../../types/form.ts";
|
|
2
|
+
type __VLS_Props = IInputFileProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
'value'?: string | string[];
|
|
5
|
+
'item'?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
"update:value": (value: string | string[] | undefined) => any;
|
|
9
|
+
"update:item": (value: string | undefined) => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
|
+
"onUpdate:value"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
12
|
+
"onUpdate:item"?: ((value: string | undefined) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=vs-input-file-list-item.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-file-list-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/file/vs-input-file-list-item.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAK9D,KAAK,WAAW,GAAG,eAAe,CAAC;AAQnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;;;AAqJF,wBAOG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IInputFileProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputFileProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: string | string[];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=vs-input-file.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-file.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/file/vs-input-file.vue"],"names":[],"mappings":"AAoFA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,eAAe,CAAC;AAkCnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC9B,CAAC;;;;;;AAmKF,wBAOG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IInputFileListProps } from "../../../types/form.js";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<IInputFileListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
+
update: (...args: any[]) => void;
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<IInputFileListProps> & Readonly<{
|
|
5
|
+
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
id: string;
|
|
8
|
+
prefix: string;
|
|
9
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=vs-input-file-list.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-file-list.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/file-list/vs-input-file-list.vue"],"names":[],"mappings":"AA6MA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;;AAia7D,wBAQG"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
item: any;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
item: any;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-widget-file-info.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-widget-file-info.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/file-list/vs-widget-file-info.vue"],"names":[],"mappings":"AAwFA,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,GAAG,CAAA;CAAE,CAAC;;UAAN,GAAG;;AA+I9B,wBAOG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
item: any;
|
|
3
|
+
index: number;
|
|
4
|
+
prefix: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
+
update: () => any;
|
|
8
|
+
openModal: (payload: {
|
|
9
|
+
title: string;
|
|
10
|
+
message: string;
|
|
11
|
+
confirmButtonText: string;
|
|
12
|
+
cancelButtonText: string;
|
|
13
|
+
confirm: () => Promise<void> | void;
|
|
14
|
+
updateListOnConfirm?: boolean;
|
|
15
|
+
}) => any;
|
|
16
|
+
openLightbox: (payload: {
|
|
17
|
+
item: any;
|
|
18
|
+
index: number;
|
|
19
|
+
}) => any;
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
+
onUpdate?: (() => any) | undefined;
|
|
22
|
+
onOpenModal?: ((payload: {
|
|
23
|
+
title: string;
|
|
24
|
+
message: string;
|
|
25
|
+
confirmButtonText: string;
|
|
26
|
+
cancelButtonText: string;
|
|
27
|
+
confirm: () => Promise<void> | void;
|
|
28
|
+
updateListOnConfirm?: boolean;
|
|
29
|
+
}) => any) | undefined;
|
|
30
|
+
onOpenLightbox?: ((payload: {
|
|
31
|
+
item: any;
|
|
32
|
+
index: number;
|
|
33
|
+
}) => any) | undefined;
|
|
34
|
+
}>, {
|
|
35
|
+
prefix: string;
|
|
36
|
+
item: any;
|
|
37
|
+
index: number;
|
|
38
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
export default _default;
|
|
40
|
+
//# sourceMappingURL=vs-widget-file-item.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-widget-file-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/file-list/vs-widget-file-item.vue"],"names":[],"mappings":"AAiJA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;;;;eASS,MAAM;iBACJ,MAAM;2BACI,MAAM;0BACP,MAAM;iBACf,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;8BACb,OAAO;;;cAEM,GAAG;eAAS,MAAM;;;;;eAP9C,MAAM;iBACJ,MAAM;2BACI,MAAM;0BACP,MAAM;iBACf,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;8BACb,OAAO;;;cAEM,GAAG;eAAS,MAAM;;;YAjB/C,MAAM;UAFR,GAAG;WACF,MAAM;;AA4Tf,wBAQG"}
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
VsInputText: import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
3
|
+
modelValue?: string;
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: string) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
|
|
7
|
+
modelValue?: string;
|
|
8
|
+
}> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
error: string | null;
|
|
12
|
+
style: Record<string, any>;
|
|
13
|
+
customClass: string;
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
placeholder: string;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
VsInputRadio: import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
|
|
18
|
+
modelValue?: string;
|
|
19
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
+
"update:modelValue": (value: string) => any;
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputRadioProps & {
|
|
22
|
+
modelValue?: string;
|
|
23
|
+
}> & Readonly<{
|
|
24
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
25
|
+
}>, {
|
|
26
|
+
view: string;
|
|
27
|
+
position: string;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
'vs-input-text': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
30
|
+
modelValue?: string;
|
|
31
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
|
+
"update:modelValue": (value: string) => any;
|
|
33
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
|
|
34
|
+
modelValue?: string;
|
|
35
|
+
}> & Readonly<{
|
|
36
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
37
|
+
}>, {
|
|
38
|
+
error: string | null;
|
|
39
|
+
style: Record<string, any>;
|
|
40
|
+
customClass: string;
|
|
41
|
+
disabled: boolean;
|
|
42
|
+
placeholder: string;
|
|
43
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
44
|
+
'vs-input-textarea': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
45
|
+
modelValue?: string;
|
|
46
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
47
|
+
"update:modelValue": (value: string) => any;
|
|
48
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
|
|
49
|
+
modelValue?: string;
|
|
50
|
+
}> & Readonly<{
|
|
51
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
52
|
+
}>, {
|
|
53
|
+
style: Record<string, any>;
|
|
54
|
+
customClass: string;
|
|
55
|
+
disabled: boolean;
|
|
56
|
+
placeholder: string;
|
|
57
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
58
|
+
'vs-input-mask': import("vue").DefineComponent<import("../../types/form.js").IInputMaskProps & {
|
|
59
|
+
modelValue?: string;
|
|
60
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
|
+
"update:modelValue": (value: string) => any;
|
|
62
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputMaskProps & {
|
|
63
|
+
modelValue?: string;
|
|
64
|
+
}> & Readonly<{
|
|
65
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
66
|
+
}>, {
|
|
67
|
+
style: Record<string, any>;
|
|
68
|
+
mask: string;
|
|
69
|
+
customClass: string;
|
|
70
|
+
disabled: boolean;
|
|
71
|
+
placeholder: string;
|
|
72
|
+
unmask: boolean;
|
|
73
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
74
|
+
'vs-input-number': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
75
|
+
modelValue?: number;
|
|
76
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
77
|
+
"update:modelValue": (value: number) => any;
|
|
78
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
|
|
79
|
+
modelValue?: number;
|
|
80
|
+
}> & Readonly<{
|
|
81
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
82
|
+
}>, {
|
|
83
|
+
style: Record<string, any>;
|
|
84
|
+
placeholder: string;
|
|
85
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
86
|
+
'vs-input-radio': import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
|
|
87
|
+
modelValue?: string;
|
|
88
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
89
|
+
"update:modelValue": (value: string) => any;
|
|
90
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputRadioProps & {
|
|
91
|
+
modelValue?: string;
|
|
92
|
+
}> & Readonly<{
|
|
93
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
94
|
+
}>, {
|
|
95
|
+
view: string;
|
|
96
|
+
position: string;
|
|
97
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
98
|
+
'vs-input-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps & {
|
|
99
|
+
modelValue?: number | string | null | Array<number | string>;
|
|
100
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
101
|
+
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
102
|
+
} & {
|
|
103
|
+
change: (value: string | number | (string | number)[] | null) => any;
|
|
104
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSelectProps & {
|
|
105
|
+
modelValue?: number | string | null | Array<number | string>;
|
|
106
|
+
}> & Readonly<{
|
|
107
|
+
onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
108
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
109
|
+
}>, {
|
|
110
|
+
multiple: boolean;
|
|
111
|
+
prefix: string;
|
|
112
|
+
options: import("../../types/form.js").IOption[];
|
|
113
|
+
error: string | null;
|
|
114
|
+
style: Record<string, any>;
|
|
115
|
+
search: boolean;
|
|
116
|
+
customClass: string;
|
|
117
|
+
disabled: boolean;
|
|
118
|
+
placeholder: string;
|
|
119
|
+
host: string;
|
|
120
|
+
maxHeight: number;
|
|
121
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
122
|
+
'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputSwitchProps & {
|
|
123
|
+
modelValue?: boolean;
|
|
124
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
125
|
+
"update:modelValue": (value: boolean) => any;
|
|
126
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSwitchProps & {
|
|
127
|
+
modelValue?: boolean;
|
|
128
|
+
}> & Readonly<{
|
|
129
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
130
|
+
}>, {
|
|
131
|
+
text: string;
|
|
132
|
+
rules: (string | object)[];
|
|
133
|
+
view: string;
|
|
134
|
+
label: string;
|
|
135
|
+
i: string;
|
|
136
|
+
error: string | null;
|
|
137
|
+
style: Record<string, any>;
|
|
138
|
+
customClass: string;
|
|
139
|
+
disabled: boolean;
|
|
140
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
141
|
+
'vs-input-static': import("vue").DefineComponent<import("../../types/form.js").IInputStaticProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputStaticProps> & Readonly<{}>, {
|
|
142
|
+
text: string;
|
|
143
|
+
html: string;
|
|
144
|
+
customClass: string;
|
|
145
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
146
|
+
'vs-input-container': import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
147
|
+
style: {
|
|
148
|
+
type: ObjectConstructor;
|
|
149
|
+
default: () => {};
|
|
150
|
+
};
|
|
151
|
+
title: {
|
|
152
|
+
type: StringConstructor;
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
155
|
+
view: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
schema: {
|
|
160
|
+
type: import("vue").PropType<import("../../types/form.js").ISchemaItem[]>;
|
|
161
|
+
default: () => never[];
|
|
162
|
+
};
|
|
163
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
164
|
+
style: {
|
|
165
|
+
type: ObjectConstructor;
|
|
166
|
+
default: () => {};
|
|
167
|
+
};
|
|
168
|
+
title: {
|
|
169
|
+
type: StringConstructor;
|
|
170
|
+
default: string;
|
|
171
|
+
};
|
|
172
|
+
view: {
|
|
173
|
+
type: StringConstructor;
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
176
|
+
schema: {
|
|
177
|
+
type: import("vue").PropType<import("../../types/form.js").ISchemaItem[]>;
|
|
178
|
+
default: () => never[];
|
|
179
|
+
};
|
|
180
|
+
}>> & Readonly<{}>, {
|
|
181
|
+
view: string;
|
|
182
|
+
style: Record<string, any>;
|
|
183
|
+
title: string;
|
|
184
|
+
schema: import("../../types/form.js").ISchemaItem[];
|
|
185
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
186
|
+
'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
187
|
+
modelValue?: string;
|
|
188
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
189
|
+
"update:modelValue": (value: string) => any;
|
|
190
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
|
|
191
|
+
modelValue?: string;
|
|
192
|
+
}> & Readonly<{
|
|
193
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
194
|
+
}>, {
|
|
195
|
+
style: Record<string, any>;
|
|
196
|
+
customClass: string;
|
|
197
|
+
disabled: boolean;
|
|
198
|
+
placeholder: string;
|
|
199
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
200
|
+
'vs-input-checkbox': import("vue").DefineComponent<import("../../types/form.js").IInputCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
201
|
+
"update:modelValue": (...args: any[]) => void;
|
|
202
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputCheckboxProps> & Readonly<{
|
|
203
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
204
|
+
}>, {
|
|
205
|
+
options: import("../../types/form.js").IOption[];
|
|
206
|
+
position: string;
|
|
207
|
+
slots: Record<string, any> | null;
|
|
208
|
+
colSpan: number;
|
|
209
|
+
modelValue: any;
|
|
210
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
211
|
+
'vs-input-file': import("vue").DefineComponent<import("../../types/form.js").IInputFileProps & {
|
|
212
|
+
modelValue?: string | string[];
|
|
213
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
214
|
+
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
215
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputFileProps & {
|
|
216
|
+
modelValue?: string | string[];
|
|
217
|
+
}> & Readonly<{
|
|
218
|
+
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
219
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
220
|
+
'vs-input-html': import("vue").DefineComponent<import("../../types/form.js").IInputStaticProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputStaticProps> & Readonly<{}>, {
|
|
221
|
+
text: string;
|
|
222
|
+
html: string;
|
|
223
|
+
customClass: string;
|
|
224
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
225
|
+
'vs-input-email': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
226
|
+
modelValue?: string;
|
|
227
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
228
|
+
"update:modelValue": (value: string) => any;
|
|
229
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps & {
|
|
230
|
+
modelValue?: string;
|
|
231
|
+
}> & Readonly<{
|
|
232
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
233
|
+
}>, {
|
|
234
|
+
error: string | null;
|
|
235
|
+
style: Record<string, any>;
|
|
236
|
+
customClass: string;
|
|
237
|
+
disabled: boolean;
|
|
238
|
+
placeholder: string;
|
|
239
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
240
|
+
'vs-input-datatable': import("vue").DefineComponent<import("../../types/form.js").IInputTableProps & {
|
|
241
|
+
modelValue?: any[];
|
|
242
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
243
|
+
"update:modelValue": (value: any[]) => any;
|
|
244
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputTableProps & {
|
|
245
|
+
modelValue?: any[];
|
|
246
|
+
}> & Readonly<{
|
|
247
|
+
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
248
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
249
|
+
'vs-input-map': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
250
|
+
"update:modelValue": (...args: any[]) => void;
|
|
251
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
|
|
252
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
253
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
254
|
+
'vs-input-file-list': import("vue").DefineComponent<import("../../types/form.js").IInputFileListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
255
|
+
update: (...args: any[]) => void;
|
|
256
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputFileListProps> & Readonly<{
|
|
257
|
+
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
258
|
+
}>, {
|
|
259
|
+
id: string;
|
|
260
|
+
prefix: string;
|
|
261
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
262
|
+
'vs-input-tag': import("vue").DefineComponent<import("../../types/form.js").TagInputProps & {
|
|
263
|
+
modelValue?: string[];
|
|
264
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
265
|
+
"update:modelValue": (value: string[]) => any;
|
|
266
|
+
} & {
|
|
267
|
+
"update:modelValue": (value: string[]) => any;
|
|
268
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").TagInputProps & {
|
|
269
|
+
modelValue?: string[];
|
|
270
|
+
}> & Readonly<{
|
|
271
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
272
|
+
}>, {
|
|
273
|
+
unique: boolean;
|
|
274
|
+
style: Record<string, any>;
|
|
275
|
+
customClass: string;
|
|
276
|
+
disabled: boolean;
|
|
277
|
+
placeholder: string;
|
|
278
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
279
|
+
};
|
|
280
|
+
export default _default;
|
|
281
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuBA,wBAqBE"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=icon-compass.vue.d.ts.map
|