@opengis/form 0.0.15 → 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/{emitter → core/src/emitter}/eventBus.d.ts +1 -1
- package/dist/core/src/emitter/eventBus.d.ts.map +1 -0
- package/dist/form/src/components/behavior.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/container-views/index.d.ts.map +1 -1
- 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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -0
- package/dist/form/src/components/icons/icon-zip.vue.d.ts.map +1 -0
- package/dist/form/src/components/icons/index.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/base/vs-input-email.vue.d.ts +2 -2
- package/dist/form/src/components/inputs/base/vs-input-email.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/base/vs-input-mask.vue.d.ts +3 -4
- package/dist/form/src/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/base/vs-input-number.vue.d.ts +1 -1
- 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/{components → form/src/components}/inputs/base/vs-input-switcher.vue.d.ts +7 -6
- package/dist/form/src/components/inputs/base/vs-input-switcher.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/base/vs-input-text.vue.d.ts +2 -2
- package/dist/form/src/components/inputs/base/vs-input-text.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/base/vs-input-textarea.vue.d.ts +2 -2
- package/dist/form/src/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/date/vs-date-text.vue.d.ts +1 -2
- package/dist/form/src/components/inputs/date/vs-date-text.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/date/vs-input-date.vue.d.ts +8 -8
- package/dist/form/src/components/inputs/date/vs-input-date.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/date/vs-input-date1.vue.d.ts +2 -2
- package/dist/form/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/date/vs-input-time.vue.d.ts +2 -2
- package/dist/form/src/components/inputs/date/vs-input-time.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/file/vs-input-file-list-item.vue.d.ts +2 -2
- package/dist/form/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/file/vs-input-file.vue.d.ts +2 -2
- 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.map +1 -0
- package/dist/{components → form/src/components}/inputs/file-list/vs-widget-file-item.vue.d.ts +1 -1
- package/dist/form/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/index.d.ts +67 -45
- package/dist/{components → form/src/components}/inputs/index.d.ts.map +1 -1
- 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.map +1 -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.map +1 -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.map +1 -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.map +1 -0
- package/dist/{components → form/src/components}/inputs/map/map.d.ts +1 -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.map +1 -0
- package/dist/{components → form/src/components}/inputs/options/checkbox/index.d.ts +1 -1
- package/dist/form/src/components/inputs/options/checkbox/index.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +1 -1
- package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +2 -2
- package/dist/form/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +4 -4
- 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/{components → form/src/components}/inputs/options/radio/index.d.ts +12 -0
- package/dist/form/src/components/inputs/options/radio/index.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +4 -1
- package/dist/form/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio-default.vue.d.ts +4 -1
- package/dist/form/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio.vue.d.ts +2 -2
- package/dist/form/src/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/table/vs-input-datatable.vue.d.ts +2 -2
- 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/{components → form/src/components}/inputs/vs-input-container.vue.d.ts +1 -1
- 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/{components → form/src/components}/layouts/index.d.ts +9 -9
- package/dist/form/src/components/layouts/index.d.ts.map +1 -0
- package/dist/{components → form/src/components}/layouts/vs-compact-form-layout.vue.d.ts +5 -5
- package/dist/form/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/layouts/vs-layout-default.vue.d.ts +1 -1
- package/dist/form/src/components/layouts/vs-layout-default.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/layouts/vs-layout-horizontal.vue.d.ts +1 -1
- package/dist/form/src/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/layouts/vs-layout-inline.vue.d.ts +1 -1
- 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.map +1 -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.map +1 -0
- package/dist/form/src/composables/useForm.d.ts.map +1 -0
- package/dist/{composables → form/src/composables}/useStyle.d.ts +1 -1
- package/dist/form/src/composables/useStyle.d.ts.map +1 -0
- package/dist/{index.d.ts → form/src/index.d.ts} +1 -0
- package/dist/form/src/index.d.ts.map +1 -0
- package/dist/form/src/plugin/form-plugin.d.ts.map +1 -0
- package/dist/{schema.d.ts → form/src/schema.d.ts} +130 -1
- package/dist/form/src/schema.d.ts.map +1 -0
- package/dist/{types → form/src/types}/form.d.ts +63 -29
- package/dist/form/src/types/form.d.ts.map +1 -0
- package/dist/{types → form/src/types}/rules.d.ts.map +1 -1
- package/dist/form/src/utils/convertForm.d.ts.map +1 -0
- package/dist/{utils → form/src/utils}/dynamicPosition.d.ts +1 -0
- package/dist/form/src/utils/dynamicPosition.d.ts.map +1 -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.map +1 -0
- package/dist/form/src/utils/formRules.d.ts.map +1 -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 +1664 -1992
- package/dist/index.umd.cjs +2 -2
- package/package.json +9 -8
- package/dist/components/behavior.vue.d.ts.map +0 -1
- package/dist/components/container-views/vs-container-accordion.vue.d.ts.map +0 -1
- package/dist/components/container-views/vs-container-default.vue.d.ts.map +0 -1
- package/dist/components/container-views/vs-container-switcher.vue.d.ts.map +0 -1
- package/dist/components/form/vs-compact-form.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-arrow-top-bottom.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-check.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-chevron-down.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-chevron-top-bottom.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-close.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-csv.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-delete.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-download.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-export.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-file.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-geojson.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-grip-vertical.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-import.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-info.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-magnifying-glass.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-no-data.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-pdf.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-pen.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-plus.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-upload.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-zip.vue.d.ts.map +0 -1
- package/dist/components/icons/index.d.ts.map +0 -1
- package/dist/components/inputs/base/vs-input-email.vue.d.ts.map +0 -1
- package/dist/components/inputs/base/vs-input-html.vue.d.ts +0 -6
- package/dist/components/inputs/base/vs-input-html.vue.d.ts.map +0 -1
- package/dist/components/inputs/base/vs-input-mask.vue.d.ts.map +0 -1
- package/dist/components/inputs/base/vs-input-number.vue.d.ts.map +0 -1
- package/dist/components/inputs/base/vs-input-static.vue.d.ts +0 -8
- package/dist/components/inputs/base/vs-input-static.vue.d.ts.map +0 -1
- package/dist/components/inputs/base/vs-input-switcher.vue.d.ts.map +0 -1
- package/dist/components/inputs/base/vs-input-text.vue.d.ts.map +0 -1
- package/dist/components/inputs/base/vs-input-textarea.vue.d.ts.map +0 -1
- package/dist/components/inputs/date/vs-date-text.vue.d.ts.map +0 -1
- package/dist/components/inputs/date/vs-input-date.vue.d.ts.map +0 -1
- package/dist/components/inputs/date/vs-input-date1.vue.d.ts.map +0 -1
- package/dist/components/inputs/date/vs-input-time.vue.d.ts.map +0 -1
- package/dist/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +0 -1
- package/dist/components/inputs/file/vs-input-file.vue.d.ts.map +0 -1
- package/dist/components/inputs/file-list/vs-input-file-list.vue.d.ts +0 -10
- package/dist/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +0 -1
- package/dist/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +0 -1
- package/dist/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +0 -1
- package/dist/components/inputs/map/icons/icon-compass.vue.d.ts.map +0 -1
- package/dist/components/inputs/map/icons/icon-full-screen.vue.d.ts.map +0 -1
- package/dist/components/inputs/map/icons/icon-line.vue.d.ts.map +0 -1
- package/dist/components/inputs/map/icons/icon-map-pin.vue.d.ts.map +0 -1
- package/dist/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +0 -1
- package/dist/components/inputs/map/icons/icon-poligon.vue.d.ts.map +0 -1
- package/dist/components/inputs/map/map-layers.vue.d.ts.map +0 -1
- package/dist/components/inputs/map/map-search.vue.d.ts.map +0 -1
- package/dist/components/inputs/map/map.d.ts.map +0 -1
- package/dist/components/inputs/map/util.d.ts +0 -2
- package/dist/components/inputs/map/util.d.ts.map +0 -1
- package/dist/components/inputs/map/vs-input-map.vue.d.ts.map +0 -1
- package/dist/components/inputs/options/checkbox/index.d.ts.map +0 -1
- package/dist/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +0 -1
- package/dist/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +0 -1
- package/dist/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +0 -1
- package/dist/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +0 -15
- package/dist/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +0 -1
- package/dist/components/inputs/options/radio/index.d.ts.map +0 -1
- package/dist/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +0 -1
- package/dist/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +0 -1
- package/dist/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +0 -1
- package/dist/components/inputs/table/vs-input-datatable.vue.d.ts.map +0 -1
- package/dist/components/inputs/vs-input-container.vue.d.ts.map +0 -1
- package/dist/components/inputs/vs-input-select.vue.d.ts +0 -24
- package/dist/components/inputs/vs-input-select.vue.d.ts.map +0 -1
- package/dist/components/layouts/index.d.ts.map +0 -1
- package/dist/components/layouts/vs-compact-form-layout.vue.d.ts.map +0 -1
- package/dist/components/layouts/vs-layout-default.vue.d.ts.map +0 -1
- package/dist/components/layouts/vs-layout-horizontal.vue.d.ts.map +0 -1
- package/dist/components/layouts/vs-layout-inline.vue.d.ts.map +0 -1
- package/dist/components/modal/modal-edit.vue.d.ts.map +0 -1
- package/dist/components/ui/vs-calendar.vue.d.ts.map +0 -1
- package/dist/components/ui/vs-popover.vue.d.ts.map +0 -1
- package/dist/composables/useForm.d.ts.map +0 -1
- package/dist/composables/useStyle.d.ts.map +0 -1
- package/dist/emitter/eventBus.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/plugin/form-plugin.d.ts.map +0 -1
- package/dist/schema.d.ts.map +0 -1
- package/dist/types/form.d.ts.map +0 -1
- package/dist/utils/convertForm.d.ts.map +0 -1
- package/dist/utils/dynamicPosition.d.ts.map +0 -1
- package/dist/utils/file.api.d.ts.map +0 -1
- package/dist/utils/file.preview.d.ts +0 -2
- package/dist/utils/file.preview.d.ts.map +0 -1
- package/dist/utils/formConditions.d.ts.map +0 -1
- package/dist/utils/formRules.d.ts.map +0 -1
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/randomId.d.ts +0 -2
- package/dist/utils/randomId.d.ts.map +0 -1
- /package/dist/{components → form/src/components}/behavior.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/container-views/index.d.ts +0 -0
- /package/dist/{components → form/src/components}/container-views/vs-container-accordion.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/container-views/vs-container-default.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/container-views/vs-container-switcher.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/form/vs-compact-form.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-arrow-top-bottom.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-check.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-chevron-down.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-chevron-top-bottom.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-close.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-csv.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-delete.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-download.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-export.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-file.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-geojson.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-grip-vertical.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-import.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-info.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-magnifying-glass.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-no-data.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-pdf.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-pen.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-plus.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-upload.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/icon-zip.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/icons/index.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/file-list/vs-widget-file-info.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/map/icons/icon-compass.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/map/icons/icon-full-screen.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/map/icons/icon-line.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/map/icons/icon-map-pin.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/map/icons/icon-poligon-rectangle.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/map/icons/icon-poligon.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/map/map-layers.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/map/map-search.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/map/vs-input-map.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/modal/modal-edit.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/ui/vs-calendar.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/ui/vs-popover.vue.d.ts +0 -0
- /package/dist/{composables → form/src/composables}/useForm.d.ts +0 -0
- /package/dist/{plugin → form/src/plugin}/form-plugin.d.ts +0 -0
- /package/dist/{types → form/src/types}/rules.d.ts +0 -0
- /package/dist/{utils → form/src/utils}/convertForm.d.ts +0 -0
- /package/dist/{utils → form/src/utils}/file.api.d.ts +0 -0
- /package/dist/{utils → form/src/utils}/formConditions.d.ts +0 -0
- /package/dist/{utils → form/src/utils}/formRules.d.ts +0 -0
- /package/dist/{utils → form/src/utils}/index.d.ts +0 -0
|
@@ -11,14 +11,14 @@ declare const _default: {
|
|
|
11
11
|
error: string | null;
|
|
12
12
|
style: Record<string, any>;
|
|
13
13
|
customClass: string;
|
|
14
|
-
placeholder: string;
|
|
15
14
|
disabled: boolean;
|
|
15
|
+
placeholder: string;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
VsInputRadio: import("vue").DefineComponent<import("../../types/form.js").
|
|
17
|
+
VsInputRadio: import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
|
|
18
18
|
modelValue?: string;
|
|
19
19
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
20
|
"update:modelValue": (value: string) => any;
|
|
21
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputRadioProps & {
|
|
22
22
|
modelValue?: string;
|
|
23
23
|
}> & Readonly<{
|
|
24
24
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -38,8 +38,8 @@ declare const _default: {
|
|
|
38
38
|
error: string | null;
|
|
39
39
|
style: Record<string, any>;
|
|
40
40
|
customClass: string;
|
|
41
|
-
placeholder: string;
|
|
42
41
|
disabled: boolean;
|
|
42
|
+
placeholder: string;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
44
44
|
'vs-input-textarea': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
45
45
|
modelValue?: string;
|
|
@@ -52,14 +52,14 @@ declare const _default: {
|
|
|
52
52
|
}>, {
|
|
53
53
|
style: Record<string, any>;
|
|
54
54
|
customClass: string;
|
|
55
|
-
placeholder: string;
|
|
56
55
|
disabled: boolean;
|
|
56
|
+
placeholder: string;
|
|
57
57
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
58
|
-
'vs-input-mask': import("vue").DefineComponent<import("../../types/form.js").
|
|
58
|
+
'vs-input-mask': import("vue").DefineComponent<import("../../types/form.js").IInputMaskProps & {
|
|
59
59
|
modelValue?: string;
|
|
60
60
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
61
|
"update:modelValue": (value: string) => any;
|
|
62
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").
|
|
62
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputMaskProps & {
|
|
63
63
|
modelValue?: string;
|
|
64
64
|
}> & Readonly<{
|
|
65
65
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -67,10 +67,9 @@ declare const _default: {
|
|
|
67
67
|
style: Record<string, any>;
|
|
68
68
|
mask: string;
|
|
69
69
|
customClass: string;
|
|
70
|
-
placeholder: string;
|
|
71
70
|
disabled: boolean;
|
|
71
|
+
placeholder: string;
|
|
72
72
|
unmask: boolean;
|
|
73
|
-
placeholderChar: string;
|
|
74
73
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
75
74
|
'vs-input-number': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
76
75
|
modelValue?: number;
|
|
@@ -84,11 +83,11 @@ declare const _default: {
|
|
|
84
83
|
style: Record<string, any>;
|
|
85
84
|
placeholder: string;
|
|
86
85
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
87
|
-
'vs-input-radio': import("vue").DefineComponent<import("../../types/form.js").
|
|
86
|
+
'vs-input-radio': import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
|
|
88
87
|
modelValue?: string;
|
|
89
88
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
90
89
|
"update:modelValue": (value: string) => any;
|
|
91
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").
|
|
90
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputRadioProps & {
|
|
92
91
|
modelValue?: string;
|
|
93
92
|
}> & Readonly<{
|
|
94
93
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -96,48 +95,52 @@ declare const _default: {
|
|
|
96
95
|
view: string;
|
|
97
96
|
position: string;
|
|
98
97
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
99
|
-
'vs-input-select': import("vue").DefineComponent<import("../../types/form.js").
|
|
100
|
-
modelValue?: number | string | null
|
|
98
|
+
'vs-input-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps & {
|
|
99
|
+
modelValue?: number | string | null | Array<number | string>;
|
|
101
100
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
102
|
-
"update:modelValue": (value: string | number | null) => any;
|
|
103
|
-
}
|
|
104
|
-
|
|
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>;
|
|
105
106
|
}> & Readonly<{
|
|
106
|
-
|
|
107
|
+
onChange?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
108
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
107
109
|
}>, {
|
|
110
|
+
multiple: boolean;
|
|
111
|
+
prefix: string;
|
|
112
|
+
options: import("../../types/form.js").IOption[];
|
|
108
113
|
error: string | null;
|
|
109
|
-
data: string | null;
|
|
110
114
|
style: Record<string, any>;
|
|
115
|
+
search: boolean;
|
|
111
116
|
customClass: string;
|
|
117
|
+
disabled: boolean;
|
|
112
118
|
placeholder: string;
|
|
113
|
-
prefix: string;
|
|
114
119
|
host: string;
|
|
115
|
-
options: import("../../types/form.js").IOption[];
|
|
116
120
|
maxHeight: number;
|
|
117
|
-
slots: Record<string, any> | null;
|
|
118
|
-
mode: string;
|
|
119
121
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
120
|
-
'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").
|
|
122
|
+
'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputSwitchProps & {
|
|
121
123
|
modelValue?: boolean;
|
|
122
124
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
123
125
|
"update:modelValue": (value: boolean) => any;
|
|
124
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").
|
|
126
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSwitchProps & {
|
|
125
127
|
modelValue?: boolean;
|
|
126
128
|
}> & Readonly<{
|
|
127
129
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
128
130
|
}>, {
|
|
129
|
-
error: string | null;
|
|
130
|
-
i: string;
|
|
131
|
-
style: Record<string, any>;
|
|
132
131
|
text: string;
|
|
132
|
+
rules: (string | object)[];
|
|
133
133
|
view: string;
|
|
134
|
+
label: string;
|
|
135
|
+
i: string;
|
|
136
|
+
error: string | null;
|
|
137
|
+
style: Record<string, any>;
|
|
134
138
|
customClass: string;
|
|
135
139
|
disabled: boolean;
|
|
136
|
-
rules: (string | object)[];
|
|
137
140
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
138
|
-
'vs-input-static': import("vue").DefineComponent<import("../../types/form.js").
|
|
139
|
-
html: string;
|
|
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<{}>, {
|
|
140
142
|
text: string;
|
|
143
|
+
html: string;
|
|
141
144
|
customClass: string;
|
|
142
145
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
143
146
|
'vs-input-container': import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -175,9 +178,9 @@ declare const _default: {
|
|
|
175
178
|
default: () => never[];
|
|
176
179
|
};
|
|
177
180
|
}>> & Readonly<{}>, {
|
|
181
|
+
view: string;
|
|
178
182
|
style: Record<string, any>;
|
|
179
183
|
title: string;
|
|
180
|
-
view: string;
|
|
181
184
|
schema: import("../../types/form.js").ISchemaItem[];
|
|
182
185
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
183
186
|
'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
@@ -191,32 +194,33 @@ declare const _default: {
|
|
|
191
194
|
}>, {
|
|
192
195
|
style: Record<string, any>;
|
|
193
196
|
customClass: string;
|
|
194
|
-
placeholder: string;
|
|
195
197
|
disabled: boolean;
|
|
198
|
+
placeholder: string;
|
|
196
199
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
197
|
-
'vs-input-checkbox': import("vue").DefineComponent<import("../../types/form.js").
|
|
200
|
+
'vs-input-checkbox': import("vue").DefineComponent<import("../../types/form.js").IInputCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
198
201
|
"update:modelValue": (...args: any[]) => void;
|
|
199
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").
|
|
202
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputCheckboxProps> & Readonly<{
|
|
200
203
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
201
204
|
}>, {
|
|
202
|
-
data: string | null;
|
|
203
205
|
options: import("../../types/form.js").IOption[];
|
|
204
|
-
slots: Record<string, any> | null;
|
|
205
|
-
modelValue: any;
|
|
206
206
|
position: string;
|
|
207
|
+
slots: Record<string, any> | null;
|
|
207
208
|
colSpan: number;
|
|
209
|
+
modelValue: any;
|
|
208
210
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
209
|
-
'vs-input-file': import("vue").DefineComponent<import("../../types/form.js").
|
|
211
|
+
'vs-input-file': import("vue").DefineComponent<import("../../types/form.js").IInputFileProps & {
|
|
210
212
|
modelValue?: string | string[];
|
|
211
213
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
212
214
|
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
213
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").
|
|
215
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputFileProps & {
|
|
214
216
|
modelValue?: string | string[];
|
|
215
217
|
}> & Readonly<{
|
|
216
218
|
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
217
219
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
218
|
-
'vs-input-html': import("vue").DefineComponent<import("../../types/form.js").
|
|
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<{}>, {
|
|
219
221
|
text: string;
|
|
222
|
+
html: string;
|
|
223
|
+
customClass: string;
|
|
220
224
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
221
225
|
'vs-input-email': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
|
|
222
226
|
modelValue?: string;
|
|
@@ -230,14 +234,14 @@ declare const _default: {
|
|
|
230
234
|
error: string | null;
|
|
231
235
|
style: Record<string, any>;
|
|
232
236
|
customClass: string;
|
|
233
|
-
placeholder: string;
|
|
234
237
|
disabled: boolean;
|
|
238
|
+
placeholder: string;
|
|
235
239
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
236
|
-
'vs-input-datatable': import("vue").DefineComponent<import("../../types/form.js").
|
|
240
|
+
'vs-input-datatable': import("vue").DefineComponent<import("../../types/form.js").IInputTableProps & {
|
|
237
241
|
modelValue?: any[];
|
|
238
242
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
239
243
|
"update:modelValue": (value: any[]) => any;
|
|
240
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").
|
|
244
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputTableProps & {
|
|
241
245
|
modelValue?: any[];
|
|
242
246
|
}> & Readonly<{
|
|
243
247
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
@@ -247,13 +251,31 @@ declare const _default: {
|
|
|
247
251
|
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
|
|
248
252
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
249
253
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
250
|
-
'vs-input-file-list': import("vue").DefineComponent<import("../../types/form.js").
|
|
254
|
+
'vs-input-file-list': import("vue").DefineComponent<import("../../types/form.js").IInputFileListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
251
255
|
update: (...args: any[]) => void;
|
|
252
|
-
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").
|
|
256
|
+
}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputFileListProps> & Readonly<{
|
|
253
257
|
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
254
258
|
}>, {
|
|
259
|
+
id: string;
|
|
255
260
|
prefix: string;
|
|
256
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>;
|
|
257
279
|
};
|
|
258
280
|
export default _default;
|
|
259
281
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuBA,wBAqBE"}
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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"}
|
package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts
RENAMED
|
@@ -19,8 +19,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
19
19
|
"onUpdate:modelValue"?: ((value: ModelState) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
21
|
label: string | number;
|
|
22
|
-
value: string | number | boolean;
|
|
23
22
|
modelValue: any;
|
|
23
|
+
value: string | number | boolean;
|
|
24
24
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
25
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
26
26
|
export default _default;
|
|
@@ -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"}
|
package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-default.vue.d.ts
RENAMED
|
@@ -4,7 +4,7 @@ interface Props {
|
|
|
4
4
|
disabled: boolean;
|
|
5
5
|
id: string | number;
|
|
6
6
|
modelValue: any;
|
|
7
|
-
info
|
|
7
|
+
info?: string;
|
|
8
8
|
error: string;
|
|
9
9
|
}
|
|
10
10
|
declare var __VLS_4: {};
|
|
@@ -18,8 +18,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
18
18
|
}>, {
|
|
19
19
|
label: string | number;
|
|
20
20
|
disabled: boolean;
|
|
21
|
-
value: string | number;
|
|
22
21
|
modelValue: any;
|
|
22
|
+
value: string | number;
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
25
|
export default _default;
|
|
@@ -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"}
|
|
@@ -3,7 +3,7 @@ interface Props {
|
|
|
3
3
|
label?: string | number;
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
view?: string;
|
|
6
|
-
modelValue: boolean | (string | number)[];
|
|
6
|
+
modelValue: boolean | (string | number)[] | undefined;
|
|
7
7
|
icon?: string;
|
|
8
8
|
imgUrl?: string;
|
|
9
9
|
slots?: any;
|
|
@@ -16,12 +16,12 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
17
17
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
|
-
error: string;
|
|
20
|
-
label: string | number;
|
|
21
19
|
view: string;
|
|
20
|
+
label: string | number;
|
|
21
|
+
error: string;
|
|
22
22
|
disabled: boolean;
|
|
23
|
+
modelValue: boolean | (string | number)[] | undefined;
|
|
23
24
|
value: string | number;
|
|
24
|
-
modelValue: boolean | (string | number)[];
|
|
25
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
export default _default;
|
|
27
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"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
'vs-input-radio-default': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
|
|
3
|
+
value?: any;
|
|
4
|
+
text?: string;
|
|
5
|
+
} & {
|
|
3
6
|
modelValue?: string;
|
|
4
7
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
8
|
"update:modelValue": (value: string) => any;
|
|
6
9
|
}, string, import("vue").PublicProps, Readonly<import("../../../../types/form.js").IInputProps & {
|
|
10
|
+
value?: any;
|
|
11
|
+
text?: string;
|
|
12
|
+
} & {
|
|
7
13
|
modelValue?: string;
|
|
8
14
|
}> & Readonly<{
|
|
9
15
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -12,10 +18,16 @@ declare const _default: {
|
|
|
12
18
|
disabled: boolean;
|
|
13
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
20
|
'vs-input-radio-buttons': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
|
|
21
|
+
value?: any;
|
|
22
|
+
text?: string;
|
|
23
|
+
} & {
|
|
15
24
|
modelValue?: string;
|
|
16
25
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
26
|
"update:modelValue": (value: string) => any;
|
|
18
27
|
}, string, import("vue").PublicProps, Readonly<import("../../../../types/form.js").IInputProps & {
|
|
28
|
+
value?: any;
|
|
29
|
+
text?: string;
|
|
30
|
+
} & {
|
|
19
31
|
modelValue?: string;
|
|
20
32
|
}> & Readonly<{
|
|
21
33
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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"}
|
|
@@ -35,9 +35,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
35
35
|
default: () => never[];
|
|
36
36
|
};
|
|
37
37
|
}>> & Readonly<{}>, {
|
|
38
|
+
view: string;
|
|
38
39
|
style: Record<string, any>;
|
|
39
40
|
title: string;
|
|
40
|
-
view: string;
|
|
41
41
|
schema: ISchemaItem[];
|
|
42
42
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export default _default;
|
|
@@ -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"}
|