@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":"icon-compass.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/map/icons/icon-compass.vue"],"names":[],"mappings":";AA0EA,wBAKG"}
|
|
@@ -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-full-screen.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-full-screen.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/map/icons/icon-full-screen.vue"],"names":[],"mappings":";AAgFA,wBAKG"}
|
|
@@ -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-line.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-line.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/map/icons/icon-line.vue"],"names":[],"mappings":";AAkEA,wBAKG"}
|
|
@@ -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-map-pin.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-map-pin.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/map/icons/icon-map-pin.vue"],"names":[],"mappings":";AA8DA,wBAKG"}
|
|
@@ -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-poligon-rectangle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-poligon-rectangle.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/map/icons/icon-poligon-rectangle.vue"],"names":[],"mappings":";AAsFA,wBAKG"}
|
|
@@ -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-poligon.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-poligon.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/map/icons/icon-poligon.vue"],"names":[],"mappings":";AAsFA,wBAKG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
basemaps: Record<string, {
|
|
3
|
+
url: string;
|
|
4
|
+
preview: string;
|
|
5
|
+
options?: any;
|
|
6
|
+
}>;
|
|
7
|
+
defaultLayer: string;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
+
onLayerChange: (data: string) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
+
onOnLayerChange?: ((data: string) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=map-layers.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-layers.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/map-layers.vue"],"names":[],"mappings":"AAuCA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC,CAAC;IAC1E,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;;;;;;AAsFF,wBAOG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
placeholder?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
|
+
goToCoordinates: (data: [number, number]) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
onGoToCoordinates?: ((data: [number, number]) => any) | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
placeholder: string;
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=map-search.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-search.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/map-search.vue"],"names":[],"mappings":"AA8OA,KAAK,WAAW,GAAG;IAAE,WAAW,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;;;;;;iBAAT,MAAM;;AAsfzC,wBAQG"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
export declare const MAP_LOCALE: {
|
|
2
|
+
draw: {
|
|
3
|
+
toolbar: {
|
|
4
|
+
actions: {
|
|
5
|
+
title: string;
|
|
6
|
+
text: string;
|
|
7
|
+
};
|
|
8
|
+
finish: {
|
|
9
|
+
title: string;
|
|
10
|
+
text: string;
|
|
11
|
+
};
|
|
12
|
+
undo: {
|
|
13
|
+
title: string;
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
buttons: {
|
|
17
|
+
polyline: string;
|
|
18
|
+
polygon: string;
|
|
19
|
+
rectangle: string;
|
|
20
|
+
circle: string;
|
|
21
|
+
marker: string;
|
|
22
|
+
circlemarker: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
handlers: {
|
|
26
|
+
circle: {
|
|
27
|
+
tooltip: {
|
|
28
|
+
start: string;
|
|
29
|
+
end: string;
|
|
30
|
+
};
|
|
31
|
+
radius: string;
|
|
32
|
+
};
|
|
33
|
+
circlemarker: {
|
|
34
|
+
tooltip: {
|
|
35
|
+
start: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
marker: {
|
|
39
|
+
tooltip: {
|
|
40
|
+
start: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
polygon: {
|
|
44
|
+
tooltip: {
|
|
45
|
+
start: string;
|
|
46
|
+
cont: string;
|
|
47
|
+
end: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
polyline: {
|
|
51
|
+
error: string;
|
|
52
|
+
tooltip: {
|
|
53
|
+
start: string;
|
|
54
|
+
cont: string;
|
|
55
|
+
end: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
rectangle: {
|
|
59
|
+
tooltip: {
|
|
60
|
+
start: string;
|
|
61
|
+
end: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
simpleshape: {
|
|
65
|
+
tooltip: {
|
|
66
|
+
end: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
edit: {
|
|
72
|
+
toolbar: {
|
|
73
|
+
actions: {
|
|
74
|
+
save: {
|
|
75
|
+
title: string;
|
|
76
|
+
text: string;
|
|
77
|
+
};
|
|
78
|
+
cancel: {
|
|
79
|
+
title: string;
|
|
80
|
+
text: string;
|
|
81
|
+
};
|
|
82
|
+
clearAll: {
|
|
83
|
+
title: string;
|
|
84
|
+
text: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
buttons: {
|
|
88
|
+
edit: string;
|
|
89
|
+
editDisabled: string;
|
|
90
|
+
remove: string;
|
|
91
|
+
removeDisabled: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
handlers: {
|
|
95
|
+
edit: {
|
|
96
|
+
tooltip: {
|
|
97
|
+
text: string;
|
|
98
|
+
subtext: string;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
remove: {
|
|
102
|
+
tooltip: {
|
|
103
|
+
text: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
export default MAP_LOCALE;
|
|
110
|
+
//# sourceMappingURL=map.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/map.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GtB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/util.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,OA2B3C;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IInputProps } from "../../../types/form.ts";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<IInputProps> & Readonly<{
|
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-input-map.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-map.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/vs-input-map.vue"],"names":[],"mappings":"AA2kBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;;;;;;AA2uB1D,wBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,2BAA2B,CAAC;AAC1D,OAAO,iBAAiB,MAAM,2BAA2B,CAAC;AAE1D,OAAO,EACL,iBAAiB,EACjB,iBAAiB,GAClB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
type ModelState = string | boolean | (string | number)[];
|
|
2
|
+
interface Props {
|
|
3
|
+
value?: string | number | boolean;
|
|
4
|
+
label?: string | number;
|
|
5
|
+
modelValue?: any;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
id?: string | number;
|
|
8
|
+
icon?: string;
|
|
9
|
+
imgUrl?: string;
|
|
10
|
+
style?: any;
|
|
11
|
+
}
|
|
12
|
+
declare var __VLS_1: {};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
default?: (props: typeof __VLS_1) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
17
|
+
"update:modelValue": (value: ModelState) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: ((value: ModelState) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
label: string | number;
|
|
22
|
+
modelValue: any;
|
|
23
|
+
value: string | number | boolean;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=vs-checkbox-buttons.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-checkbox-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/checkbox/vs-checkbox-buttons.vue"],"names":[],"mappings":"AA2EE,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;AAE3D,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAC;CACb;AA2GD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;;;;;WA5IX,MAAM,GAAG,MAAM;gBACV,GAAG;WAFR,MAAM,GAAG,MAAM,GAAG,OAAO;6EAqJjC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
value: string | number;
|
|
3
|
+
label: string | number;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
id: string | number;
|
|
6
|
+
modelValue: any;
|
|
7
|
+
info?: string;
|
|
8
|
+
error: string;
|
|
9
|
+
}
|
|
10
|
+
declare var __VLS_4: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
default?: (props: typeof __VLS_4) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
+
"update:modelValue": (...args: any[]) => void;
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
label: string | number;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
modelValue: any;
|
|
22
|
+
value: string | number;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=vs-checkbox-default.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-checkbox-default.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/checkbox/vs-checkbox-default.vue"],"names":[],"mappings":"AA+DA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;IAClB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,UAAU,EAAE,GAAG,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAmHD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAuB/C,QAAA,MAAM,eAAe;;;;;WAlJZ,MAAM,GAAG,MAAM;cACZ,OAAO;gBAEL,GAAG;WAJR,MAAM,GAAG,MAAM;6EA2JtB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
value?: string | number;
|
|
3
|
+
label?: string | number;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
view?: string;
|
|
6
|
+
modelValue: boolean | (string | number)[] | undefined;
|
|
7
|
+
icon?: string;
|
|
8
|
+
imgUrl?: string;
|
|
9
|
+
slots?: any;
|
|
10
|
+
option?: object | string;
|
|
11
|
+
style?: string;
|
|
12
|
+
error?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
+
"update:modelValue": (...args: any[]) => void;
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
view: string;
|
|
20
|
+
label: string | number;
|
|
21
|
+
error: string;
|
|
22
|
+
disabled: boolean;
|
|
23
|
+
modelValue: boolean | (string | number)[] | undefined;
|
|
24
|
+
value: string | number;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
export default _default;
|
|
27
|
+
//# sourceMappingURL=vs-input-checkbox-item.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-checkbox-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/checkbox/vs-input-checkbox-item.vue"],"names":[],"mappings":"AAsFA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;;;;;;UARQ,MAAM;WAFL,MAAM,GAAE,MAAM;WASd,MAAM;cARH,OAAO;gBAEN,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS;WAJ7C,MAAM,GAAE,MAAM;;AAsIxB,wBAQG"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IInputCheckboxProps, IOption } from "../../../../types/form";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<IInputCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
+
"update:modelValue": (...args: any[]) => void;
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<IInputCheckboxProps> & Readonly<{
|
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
options: IOption[];
|
|
8
|
+
position: string;
|
|
9
|
+
slots: Record<string, any> | null;
|
|
10
|
+
colSpan: number;
|
|
11
|
+
modelValue: any;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=vs-input-checkbox.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/checkbox/vs-input-checkbox.vue"],"names":[],"mappings":"AA6JA,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;;;;;AAqMtE,wBAQG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'vs-input-radio-default': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
|
|
3
|
+
value?: any;
|
|
4
|
+
text?: string;
|
|
5
|
+
} & {
|
|
6
|
+
modelValue?: string;
|
|
7
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<import("../../../../types/form.js").IInputProps & {
|
|
10
|
+
value?: any;
|
|
11
|
+
text?: string;
|
|
12
|
+
} & {
|
|
13
|
+
modelValue?: string;
|
|
14
|
+
}> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
customClass: string;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
'vs-input-radio-buttons': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
|
|
21
|
+
value?: any;
|
|
22
|
+
text?: string;
|
|
23
|
+
} & {
|
|
24
|
+
modelValue?: string;
|
|
25
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
+
"update:modelValue": (value: string) => any;
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<import("../../../../types/form.js").IInputProps & {
|
|
28
|
+
value?: any;
|
|
29
|
+
text?: string;
|
|
30
|
+
} & {
|
|
31
|
+
modelValue?: string;
|
|
32
|
+
}> & Readonly<{
|
|
33
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
34
|
+
}>, {
|
|
35
|
+
customClass: string;
|
|
36
|
+
disabled: boolean;
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
};
|
|
39
|
+
export default _default;
|
|
40
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/radio/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAGE"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { IInputProps } from "../../../../types/form.ts";
|
|
2
|
+
type __VLS_Props = IInputProps & {
|
|
3
|
+
value?: any;
|
|
4
|
+
text?: string;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
7
|
+
modelValue?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (value: string) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
customClass: string;
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=vs-input-radio-buttons.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-radio-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/radio/vs-input-radio-buttons.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,GAAC;IAC7B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAmBF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AA2DF,wBAQG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { IInputProps } from "../../../../types/form.ts";
|
|
2
|
+
type __VLS_Props = IInputProps & {
|
|
3
|
+
value?: any;
|
|
4
|
+
text?: string;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
7
|
+
modelValue?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (value: string) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
customClass: string;
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=vs-input-radio-default.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-radio-default.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/radio/vs-input-radio-default.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,KAAK,WAAW,GAAG,WAAW,GAAE;IAC9B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAmBF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AA+EF,wBAQG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IInputRadioProps } from "../../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputRadioProps;
|
|
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
|
+
view: string;
|
|
12
|
+
position: string;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=vs-input-radio.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-radio.vue.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/options/radio/vs-input-radio.vue"],"names":[],"mappings":"AAoCA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAkBpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAuDF,wBAQG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IInputTableProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = IInputTableProps;
|
|
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
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=vs-input-datatable.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-datatable.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/table/vs-input-datatable.vue"],"names":[],"mappings":"AA2TA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAoJpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;CAClB,CAAC;;;;;;AA8pBF,wBAOG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TagInputProps } from "../../../types/form";
|
|
2
|
+
type __VLS_Props = TagInputProps;
|
|
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
|
+
} & {
|
|
9
|
+
"update:modelValue": (value: string[]) => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
unique: boolean;
|
|
14
|
+
style: Record<string, any>;
|
|
15
|
+
customClass: string;
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
placeholder: string;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
export default _default;
|
|
20
|
+
//# sourceMappingURL=vs-input-tag.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-tag.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/tag/vs-input-tag.vue"],"names":[],"mappings":"AA6MA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,KAAK,WAAW,GAAG,aAAa,CAAC;AA0GjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB,CAAC;;;;;;;;;;;;;;AA2OF,wBAQG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { ISchemaItem } from '../../types/form';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
style: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
default: () => {};
|
|
7
|
+
};
|
|
8
|
+
title: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
view: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
schema: {
|
|
17
|
+
type: PropType<ISchemaItem[]>;
|
|
18
|
+
default: () => never[];
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
style: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
default: () => {};
|
|
24
|
+
};
|
|
25
|
+
title: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
view: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
schema: {
|
|
34
|
+
type: PropType<ISchemaItem[]>;
|
|
35
|
+
default: () => never[];
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
38
|
+
view: string;
|
|
39
|
+
style: Record<string, any>;
|
|
40
|
+
title: string;
|
|
41
|
+
schema: ISchemaItem[];
|
|
42
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
export default _default;
|
|
44
|
+
//# sourceMappingURL=vs-input-container.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-container.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/vs-input-container.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAGpC,OAAO,KAAK,EAAS,WAAW,EAAE,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;;;cA+IxC,QAAQ,CAAC,WAAW,EAAE,CAAC;;;;;;;;;;;;;;;;;cAAvB,QAAQ,CAAC,WAAW,EAAE,CAAC;;;;;;;;;AAnB1C,wBAuBG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IInputSelectProps, IOption } from '../../types/form';
|
|
2
|
+
type __VLS_Props = IInputSelectProps;
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
|
+
modelValue?: number | string | null | Array<number | string>;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
8
|
+
} & {
|
|
9
|
+
change: (value: string | number | (string | number)[] | null) => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
|
+
onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
12
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
multiple: boolean;
|
|
15
|
+
prefix: string;
|
|
16
|
+
options: IOption[];
|
|
17
|
+
error: string | null;
|
|
18
|
+
style: Record<string, any>;
|
|
19
|
+
search: boolean;
|
|
20
|
+
customClass: string;
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
placeholder: string;
|
|
23
|
+
host: string;
|
|
24
|
+
maxHeight: number;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
export default _default;
|
|
27
|
+
//# sourceMappingURL=vs-input-select.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-select.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/vs-input-select.vue"],"names":[],"mappings":"AA+jBA,OAAO,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAO9D,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAmYrC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IAEvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;CAC5D,CAAC;;;;;;;;;;;;;;;;;;;;;AA0bF,wBAQG"}
|