@opengis/form 0.0.43 → 0.0.44
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/components/base/button.vue.d.ts +19 -0
- package/dist/core/src/components/base/button.vue.d.ts.map +1 -0
- package/dist/core/src/components/base/vs-grid-gallery.vue.d.ts +4 -0
- package/dist/core/src/components/base/vs-grid-gallery.vue.d.ts.map +1 -0
- package/dist/core/src/components/base/vs-lightbox.vue.d.ts +12 -0
- package/dist/core/src/components/base/vs-lightbox.vue.d.ts.map +1 -0
- package/dist/core/src/components/base/vs-switch.vue.d.ts +49 -0
- package/dist/core/src/components/base/vs-switch.vue.d.ts.map +1 -0
- package/dist/core/src/components/navigation/vs-pagination.vue.d.ts +19 -0
- package/dist/core/src/components/navigation/vs-pagination.vue.d.ts.map +1 -0
- package/dist/core/src/components/navigation/vs-slider.vue.d.ts +7 -0
- package/dist/core/src/components/navigation/vs-slider.vue.d.ts.map +1 -0
- package/dist/core/src/components/overlays/message-box.vue.d.ts +32 -0
- package/dist/core/src/components/overlays/message-box.vue.d.ts.map +1 -0
- package/dist/core/src/components/overlays/vs-confirm-modal.vue.d.ts +29 -0
- package/dist/core/src/components/overlays/vs-confirm-modal.vue.d.ts.map +1 -0
- package/dist/core/src/components/overlays/vs-drawer.vue.d.ts +31 -0
- package/dist/core/src/components/overlays/vs-drawer.vue.d.ts.map +1 -0
- package/dist/core/src/components/overlays/vs-loading.vue.d.ts +6 -0
- package/dist/core/src/components/overlays/vs-loading.vue.d.ts.map +1 -0
- package/dist/core/src/components/overlays/vs-modal.vue.d.ts +44 -0
- package/dist/core/src/components/overlays/vs-modal.vue.d.ts.map +1 -0
- package/dist/core/src/components/overlays/vs-notify.vue.d.ts +4 -0
- package/dist/core/src/components/overlays/vs-notify.vue.d.ts.map +1 -0
- package/dist/core/src/components/overlays/vs-popover.vue.d.ts +40 -0
- package/dist/core/src/components/overlays/vs-popover.vue.d.ts.map +1 -0
- package/dist/core/src/components/types/vs-badge-value.vue.d.ts +32 -0
- package/dist/core/src/components/types/vs-badge-value.vue.d.ts.map +1 -0
- package/dist/core/src/components/types/vs-data-value.vue.d.ts +17 -0
- package/dist/core/src/components/types/vs-data-value.vue.d.ts.map +1 -0
- package/dist/core/src/directives/focus.d.ts +4 -0
- package/dist/core/src/directives/focus.d.ts.map +1 -0
- package/dist/core/src/directives/loading.d.ts +11 -0
- package/dist/core/src/directives/loading.d.ts.map +1 -0
- package/dist/core/src/directives/tooltip.d.ts +7 -0
- package/dist/core/src/directives/tooltip.d.ts.map +1 -0
- package/dist/core/src/emitter/eventBus.d.ts +12 -0
- package/dist/core/src/emitter/eventBus.d.ts.map +1 -0
- package/dist/core/src/icons/chevron-down-icon.vue.d.ts +3 -0
- package/dist/core/src/icons/chevron-down-icon.vue.d.ts.map +1 -0
- package/dist/core/src/icons/close-Icon.vue.d.ts +3 -0
- package/dist/core/src/icons/close-Icon.vue.d.ts.map +1 -0
- package/dist/core/src/icons/delete-icon.vue.d.ts +3 -0
- package/dist/core/src/icons/delete-icon.vue.d.ts.map +1 -0
- package/dist/core/src/icons/download-icon.vue.d.ts +3 -0
- package/dist/core/src/icons/download-icon.vue.d.ts.map +1 -0
- package/dist/core/src/icons/notify/icon-error.vue.d.ts +3 -0
- package/dist/core/src/icons/notify/icon-error.vue.d.ts.map +1 -0
- package/dist/core/src/icons/notify/icon-info.vue.d.ts.map +1 -0
- package/dist/core/src/icons/notify/icon-success.vue.d.ts +3 -0
- package/dist/core/src/icons/notify/icon-success.vue.d.ts.map +1 -0
- package/dist/core/src/icons/notify/icon-warning.vue.d.ts +3 -0
- package/dist/core/src/icons/notify/icon-warning.vue.d.ts.map +1 -0
- package/dist/core/src/icons/pagination/icon-arrow-down.vue.d.ts +3 -0
- package/dist/core/src/icons/pagination/icon-arrow-down.vue.d.ts.map +1 -0
- package/dist/core/src/icons/pagination/icon-arrow-left.vue.d.ts +3 -0
- package/dist/core/src/icons/pagination/icon-arrow-left.vue.d.ts.map +1 -0
- package/dist/core/src/icons/pagination/icon-arrow-right.vue.d.ts +3 -0
- package/dist/core/src/icons/pagination/icon-arrow-right.vue.d.ts.map +1 -0
- package/dist/core/src/icons/pagination/icon-check.vue.d.ts.map +1 -0
- package/dist/core/src/index.d.ts +29 -0
- package/dist/core/src/index.d.ts.map +1 -0
- package/dist/core/src/plugins/api.d.ts +13 -0
- package/dist/core/src/plugins/api.d.ts.map +1 -0
- package/dist/core/src/plugins/confirm.d.ts +18 -0
- package/dist/core/src/plugins/confirm.d.ts.map +1 -0
- package/dist/core/src/plugins/loading.d.ts +3 -0
- package/dist/core/src/plugins/loading.d.ts.map +1 -0
- package/dist/core/src/plugins/modal.d.ts +6 -0
- package/dist/core/src/plugins/modal.d.ts.map +1 -0
- package/dist/core/src/plugins/notify.d.ts +4 -0
- package/dist/core/src/plugins/notify.d.ts.map +1 -0
- package/dist/core/src/types/drawer.d.ts +8 -0
- package/dist/core/src/types/drawer.d.ts.map +1 -0
- package/dist/core/src/types/gallery.d.ts +11 -0
- package/dist/core/src/types/gallery.d.ts.map +1 -0
- package/dist/core/src/types/lightbox.d.ts +14 -0
- package/dist/core/src/types/lightbox.d.ts.map +1 -0
- package/dist/core/src/types/modal.d.ts +12 -0
- package/dist/core/src/types/modal.d.ts.map +1 -0
- package/dist/core/src/types/notify.d.ts +14 -0
- package/dist/core/src/types/notify.d.ts.map +1 -0
- package/dist/core/src/types/pagination.d.ts +17 -0
- package/dist/core/src/types/pagination.d.ts.map +1 -0
- package/dist/core/src/types/slider.d.ts +5 -0
- package/dist/core/src/types/slider.d.ts.map +1 -0
- package/dist/core/src/utils/colorFormater.d.ts +3 -0
- package/dist/core/src/utils/colorFormater.d.ts.map +1 -0
- package/dist/core/src/utils/dynamic.position.d.ts +3 -0
- package/dist/core/src/utils/dynamic.position.d.ts.map +1 -0
- package/dist/form/src/components/behavior.vue.d.ts.map +1 -0
- package/dist/{components/layouts → 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-navigation.vue.d.ts +17 -0
- package/dist/form/src/components/form/vs-compact-form-navigation.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/form/vs-compact-form.vue.d.ts +4 -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 +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.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 +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.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/form/src/components/inputs/array/vs-input-array.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-color.vue.d.ts.map +1 -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.map +1 -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-password.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/base/vs-input-range.vue.d.ts.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -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/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 +4 -2
- 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-scroll-wheel-toggle.vue.d.ts +10 -0
- package/dist/form/src/components/inputs/map/map-scroll-wheel-toggle.vue.d.ts.map +1 -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.map +1 -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/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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -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.map +1 -0
- package/dist/form/src/components/inputs/vs-input-key-value.vue.d.ts.map +1 -0
- package/dist/{components → form/src/components}/inputs/vs-input-select.vue.d.ts +2 -1
- package/dist/form/src/components/inputs/vs-input-select.vue.d.ts.map +1 -0
- package/dist/form/src/components/inputs/vs-input-slug.vue.d.ts.map +1 -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.map +1 -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.map +1 -0
- package/dist/form/src/components/layouts/vs-layout-inline.vue.d.ts.map +1 -0
- package/dist/form/src/components/layouts/vs-layout-settings.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/composables/i18n.d.ts.map +1 -0
- package/dist/form/src/composables/useForm.d.ts.map +1 -0
- package/dist/form/src/composables/useLocale.d.ts.map +1 -0
- package/dist/form/src/composables/useStyle.d.ts.map +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/form/src/schema.d.ts.map +1 -0
- package/dist/{types → form/src/types}/form.d.ts +1 -0
- 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/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.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.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +2387 -1881
- package/dist/index.umd.cjs +3 -3
- package/package.json +67 -67
- package/dist/components/behavior.vue.d.ts.map +0 -1
- package/dist/components/container-views/index.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/array/vs-input-array.vue.d.ts.map +0 -1
- package/dist/components/inputs/base/vs-input-color.vue.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-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-password.vue.d.ts.map +0 -1
- package/dist/components/inputs/base/vs-input-range.vue.d.ts.map +0 -1
- 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.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.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.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/tag/vs-input-tag.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-key-value.vue.d.ts.map +0 -1
- package/dist/components/inputs/vs-input-select.vue.d.ts.map +0 -1
- package/dist/components/inputs/vs-input-slug.vue.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/layouts/vs-layout-settings.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/composables/i18n.d.ts.map +0 -1
- package/dist/composables/useForm.d.ts.map +0 -1
- package/dist/composables/useLocale.d.ts.map +0 -1
- package/dist/composables/useStyle.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.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.map +0 -1
- /package/dist/{components/icons → core/src/icons/notify}/icon-info.vue.d.ts +0 -0
- /package/dist/{components/icons → core/src/icons/pagination}/icon-check.vue.d.ts +0 -0
- /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}/icons/icon-arrow-top-bottom.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-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/array/vs-input-array.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/base/vs-input-color.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/base/vs-input-email.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/base/vs-input-mask.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/base/vs-input-number.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/base/vs-input-password.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/base/vs-input-range.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/base/vs-input-static.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/base/vs-input-switcher.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/base/vs-input-text.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/base/vs-input-textarea.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/date/vs-date-text.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/date/vs-input-date.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/date/vs-input-date1.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/date/vs-input-time.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/file/vs-input-file-list-item.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/file/vs-input-file.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/file-list/vs-input-file-list.vue.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/file-list/vs-widget-file-item.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/map.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/map/util.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}/inputs/options/checkbox/index.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/options/radio/index.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio-default.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/options/radio/vs-input-radio.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/table/vs-input-datatable.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/tag/vs-input-tag.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/vs-input-container.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/vs-input-key-value.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/inputs/vs-input-slug.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/layouts/index.d.ts +0 -0
- /package/dist/{components → form/src/components}/layouts/vs-compact-form-layout.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/layouts/vs-layout-default.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/layouts/vs-layout-horizontal.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/layouts/vs-layout-inline.vue.d.ts +0 -0
- /package/dist/{components → form/src/components}/layouts/vs-layout-settings.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/{composables → form/src/composables}/i18n.d.ts +0 -0
- /package/dist/{composables → form/src/composables}/useForm.d.ts +0 -0
- /package/dist/{composables → form/src/composables}/useLocale.d.ts +0 -0
- /package/dist/{composables → form/src/composables}/useStyle.d.ts +0 -0
- /package/dist/{index.d.ts → form/src/index.d.ts} +0 -0
- /package/dist/{plugin → form/src/plugin}/form-plugin.d.ts +0 -0
- /package/dist/{schema.d.ts → form/src/schema.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}/dynamicPosition.d.ts +0 -0
- /package/dist/{utils → form/src/utils}/file.api.d.ts +0 -0
- /package/dist/{utils → form/src/utils}/file.preview.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
- /package/dist/{utils → form/src/utils}/randomId.d.ts +0 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { App } from 'vue';
|
|
2
|
+
import VsButton from './components/base/button.vue';
|
|
3
|
+
import VsBadgeValue from './components/types/vs-badge-value.vue';
|
|
4
|
+
import VsDataValue from './components/types/vs-data-value.vue';
|
|
5
|
+
import VsGridGallery from './components/base/vs-grid-gallery.vue';
|
|
6
|
+
import Lightbox from './components/base/vs-lightbox.vue';
|
|
7
|
+
import VsSwitch from './components/base/vs-switch.vue';
|
|
8
|
+
import VsPopover from './components/overlays/vs-popover.vue';
|
|
9
|
+
import VsModal from './components/overlays/vs-modal.vue';
|
|
10
|
+
import VsDrawer from './components/overlays/vs-drawer.vue';
|
|
11
|
+
import VsConfirm from './components/overlays/vs-confirm-modal.vue';
|
|
12
|
+
import MessageBox from './components/overlays/message-box.vue';
|
|
13
|
+
import VsLoading from './components/overlays/vs-loading.vue';
|
|
14
|
+
import VsNotify from "./components/overlays/vs-notify.vue";
|
|
15
|
+
import VsPagination from './components/navigation/vs-pagination.vue';
|
|
16
|
+
import VsSlider from './components/navigation/vs-slider.vue';
|
|
17
|
+
import TooltipDirective from './directives/tooltip';
|
|
18
|
+
import LoadingDirective from './directives/loading';
|
|
19
|
+
import { confirm, alert, prompt } from './plugins/confirm';
|
|
20
|
+
import loading from './plugins/loading';
|
|
21
|
+
import modal from './plugins/modal';
|
|
22
|
+
import notify from './plugins/notify';
|
|
23
|
+
import emitter from './emitter/eventBus';
|
|
24
|
+
export { VsButton, VsDataValue, VsBadgeValue, VsGridGallery, TooltipDirective, VsSwitch, LoadingDirective, Lightbox, emitter, VsSlider, VsPagination, VsModal, VsDrawer, VsConfirm, VsPopover, VsLoading, MessageBox, VsNotify, confirm, alert, prompt, loading, modal, notify, };
|
|
25
|
+
declare const _default: {
|
|
26
|
+
install: (app: App) => void;
|
|
27
|
+
};
|
|
28
|
+
export default _default;
|
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../core/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAG1B,OAAO,QAAQ,MAAM,8BAA8B,CAAC;AACpD,OAAO,YAAY,MAAM,uCAAuC,CAAC;AACjE,OAAO,WAAW,MAAM,sCAAsC,CAAC;AAC/D,OAAO,aAAa,MAAM,uCAAuC,CAAC;AAClE,OAAO,QAAQ,MAAM,mCAAmC,CAAC;AAEzD,OAAO,QAAQ,MAAM,iCAAiC,CAAC;AAGvD,OAAO,SAAS,MAAM,sCAAsC,CAAC;AAC7D,OAAO,OAAO,MAAM,oCAAoC,CAAC;AACzD,OAAO,QAAQ,MAAM,qCAAqC,CAAC;AAC3D,OAAO,SAAS,MAAM,4CAA4C,CAAC;AACnE,OAAO,UAAU,MAAM,uCAAuC,CAAC;AAC/D,OAAO,SAAS,MAAM,sCAAsC,CAAC;AAC7D,OAAO,QAAQ,MAAM,qCAAqC,CAAC;AAG3D,OAAO,YAAY,MAAM,2CAA2C,CAAC;AACrE,OAAO,QAAQ,MAAM,uCAAuC,CAAC;AAG7D,OAAO,gBAAgB,MAAM,sBAAsB,CAAC;AACpD,OAAO,gBAAgB,MAAM,sBAAsB,CAAC;AAKpD,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,OAAO,MAAM,mBAAmB,CAAC;AACxC,OAAO,KAAK,MAAM,iBAAiB,CAAC;AACpC,OAAO,MAAM,MAAM,kBAAkB,CAAC;AAEtC,OAAO,OAAO,MAAM,oBAAoB,CAAC;AACzC,OAAO,EACL,QAAQ,EAER,WAAW,EACX,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,QAAQ,EACR,gBAAgB,EAChB,QAAQ,EAGR,OAAO,EAGP,QAAQ,EACR,YAAY,EAGZ,OAAO,EACP,QAAQ,EACR,SAAS,EACT,SAAS,EACT,SAAS,EACT,UAAU,EACV,QAAQ,EAGR,OAAO,EACP,KAAK,EACL,MAAM,EACN,OAAO,EACP,KAAK,EACL,MAAM,GACP,CAAC;;mBAKe,GAAG;;AADpB,wBA0CE"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface ApiOptions {
|
|
2
|
+
api: string;
|
|
3
|
+
method: string;
|
|
4
|
+
confirm: {
|
|
5
|
+
title: string;
|
|
6
|
+
text: string;
|
|
7
|
+
cancel: string;
|
|
8
|
+
confirm: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare const api: (options: ApiOptions) => Promise<void>;
|
|
12
|
+
export default api;
|
|
13
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../core/src/plugins/api.ts"],"names":[],"mappings":"AAGA,UAAU,UAAU;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;KAAE,CAAC;CAC5E;AAED,eAAO,MAAM,GAAG,GAAU,SAAS,UAAU,kBA6B5C,CAAC;AAEF,eAAe,GAAG,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
type Confirm = {
|
|
2
|
+
message: string;
|
|
3
|
+
title: string;
|
|
4
|
+
mode?: 'alert' | 'confirm' | 'prompt';
|
|
5
|
+
type?: 'success' | 'error' | 'warning' | 'info';
|
|
6
|
+
confirmButtonText?: string;
|
|
7
|
+
cancelButtonText?: string;
|
|
8
|
+
onConfirm?(): void;
|
|
9
|
+
onCancel?(): void;
|
|
10
|
+
cascade?: boolean;
|
|
11
|
+
confirmButtonStyle?: string;
|
|
12
|
+
cancelButtonStyle?: string;
|
|
13
|
+
};
|
|
14
|
+
declare const confirm: (params: Confirm) => void;
|
|
15
|
+
declare function alert(params?: Confirm): void;
|
|
16
|
+
declare function prompt(params?: Confirm): void;
|
|
17
|
+
export { confirm, alert, prompt };
|
|
18
|
+
//# sourceMappingURL=confirm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confirm.d.ts","sourceRoot":"","sources":["../../../../../core/src/plugins/confirm.ts"],"names":[],"mappings":"AAIA,KAAK,OAAO,GAAG;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,QAAQ,CAAC;IACtC,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IAChD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,IAAI,IAAI,CAAC;IACnB,QAAQ,CAAC,IAAI,IAAI,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAC,MAAM,CAAA;CAC5B,CAAA;AAED,QAAA,MAAM,OAAO,GAAI,QAAQ,OAAO,SA4C/B,CAAC;AAEF,iBAAS,KAAK,CAAC,MAAM,GAAS,OAAO,QAGpC;AACD,iBAAS,MAAM,CAAC,MAAM,GAAS,OAAO,QAGrC;AACD,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../../core/src/plugins/loading.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO,GAAI,UAAU,OAAO,EAAE,KAAK,MAAM,SA0B9C,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../../core/src/plugins/modal.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,QAAA,MAAM,KAAK,GAAI,QAAQ,UAAU;;CAuChC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notify.d.ts","sourceRoot":"","sources":["../../../../../core/src/plugins/notify.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAkB,MAAM,iBAAiB,CAAC;AASzD,eAAO,MAAM,MAAM,GAAI,QAAQ,MAAM,SA2DpC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/drawer.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,WAAW;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gallery.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/gallery.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,MAAM,WAAW,KAAK;IAClB,MAAM,EAAE,MAAM,EAAE,GAAG,OAAO,EAAE,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface Emits {
|
|
2
|
+
(e: 'update:modelValue', v: boolean): void;
|
|
3
|
+
(e: 'update:index', i: number): void;
|
|
4
|
+
(e: 'delete', i: string): void;
|
|
5
|
+
}
|
|
6
|
+
export interface Props {
|
|
7
|
+
modelValue: boolean;
|
|
8
|
+
ignoreFormat?: boolean;
|
|
9
|
+
images: string[];
|
|
10
|
+
startIndex?: number;
|
|
11
|
+
download?: boolean;
|
|
12
|
+
delete?: boolean;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=lightbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lightbox.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/lightbox.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,KAAK;IACpB,CAAC,CAAC,EAAE,mBAAmB,EAAE,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC1C,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpC,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC/B;AAED,MAAM,WAAW,KAAK;IACpB,UAAU,EAAE,OAAO,CAAA;IACnB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Component } from "vue";
|
|
2
|
+
export interface ModalProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
template?: string;
|
|
5
|
+
visible: boolean;
|
|
6
|
+
size?: 'small' | 'medium' | 'lg';
|
|
7
|
+
closeClickBack?: boolean;
|
|
8
|
+
content?: Component;
|
|
9
|
+
buttonText?: string;
|
|
10
|
+
contentProps?: any;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=modal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/modal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAEhC,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,IAAI,CAAC;IACjC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,GAAG,CAAC;CACpB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type NotifyType = 'success' | 'warning' | 'error' | 'info';
|
|
2
|
+
export type NotifyPosition = 'top' | 'right-bottom' | 'left-bottom' | 'bottom';
|
|
3
|
+
export type Notify = {
|
|
4
|
+
type?: NotifyType;
|
|
5
|
+
title: string;
|
|
6
|
+
message: string;
|
|
7
|
+
position?: NotifyPosition;
|
|
8
|
+
};
|
|
9
|
+
export interface NotifyProps {
|
|
10
|
+
type: NotifyType;
|
|
11
|
+
title: string;
|
|
12
|
+
message: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=notify.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notify.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/notify.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,QAAQ,CAAC;AAE/E,MAAM,MAAM,MAAM,GAAG;IACnB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface PaginationProps {
|
|
2
|
+
pageSize: number;
|
|
3
|
+
page: number;
|
|
4
|
+
total: number;
|
|
5
|
+
view?: 'button' | 'input' | 'xy';
|
|
6
|
+
pageSizes?: number[];
|
|
7
|
+
showPageSizes?: boolean;
|
|
8
|
+
pageRange?: number;
|
|
9
|
+
size?: number;
|
|
10
|
+
color?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface PaginationEmits {
|
|
13
|
+
(e: "update:page", value: number): void;
|
|
14
|
+
(e: "pageChange", value: number): void;
|
|
15
|
+
(e: "pageSizeChange", value: number): void;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/pagination.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAA;IAChC,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,CAAC,CAAC,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,CAAC,CAAC,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,CAAC,CAAC,EAAE,gBAAgB,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../../../core/src/types/slider.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colorFormater.d.ts","sourceRoot":"","sources":["../../../../../core/src/utils/colorFormater.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,UAAU,GAAI,OAAO,MAAM,EAAE,QAAO,MAAY,WAyDrD,CAAC;AACF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic.position.d.ts","sourceRoot":"","sources":["../../../../../core/src/utils/dynamic.position.ts"],"names":[],"mappings":"yBAEsB,WAAW,GAAG,EAAE,SAAS,GAAG,EAAE,SAAS,GAAG,EAAE,MAAK,MAAW;AAAlF,wBA8LE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"behavior.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/behavior.vue"],"names":[],"mappings":"AAoDA,KAAK,WAAW,GAAG;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,GAAG,CAAA;CACZ,CAAC;;AAgGF,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/container-views/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAIE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-container-accordion.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/container-views/vs-container-accordion.vue"],"names":[],"mappings":"AAqKA,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;AAkC/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAmBnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-container-default.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/container-views/vs-container-default.vue"],"names":[],"mappings":"AA6DA,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;AA4B/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;4EAenB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-container-switcher.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/container-views/vs-container-switcher.vue"],"names":[],"mappings":"AA6JA,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;AAkC/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAmBnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
target?: HTMLElement | null;
|
|
3
|
+
scrollContainer?: HTMLElement | null;
|
|
4
|
+
title?: string;
|
|
5
|
+
enabled?: boolean;
|
|
6
|
+
width?: number | string;
|
|
7
|
+
};
|
|
8
|
+
declare function scheduleHeadingsUpdate(): void;
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
10
|
+
refresh: typeof scheduleHeadingsUpdate;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
title: string;
|
|
13
|
+
width: number | string;
|
|
14
|
+
enabled: boolean;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=vs-compact-form-navigation.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-compact-form-navigation.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/vs-compact-form-navigation.vue"],"names":[],"mappings":"AAoTA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,eAAe,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAC;AA2GF,iBAAS,sBAAsB,SAW9B;;;;WAzHS,MAAM;WAEN,MAAM,GAAG,MAAM;aADb,OAAO;;AAwVnB,wBAQG"}
|
|
@@ -6,6 +6,8 @@ interface FormProps {
|
|
|
6
6
|
layout?: string;
|
|
7
7
|
formId?: string;
|
|
8
8
|
disabled?: boolean;
|
|
9
|
+
navEnabled?: boolean;
|
|
10
|
+
navWidth?: number;
|
|
9
11
|
}
|
|
10
12
|
type __VLS_Props = FormProps;
|
|
11
13
|
type __VLS_PublicProps = __VLS_Props & {
|
|
@@ -33,6 +35,8 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
33
35
|
layout: string;
|
|
34
36
|
schema: ISchemaItem[] | any;
|
|
35
37
|
formId: string;
|
|
38
|
+
navEnabled: boolean;
|
|
39
|
+
navWidth: number;
|
|
36
40
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
37
41
|
export default _default;
|
|
38
42
|
//# sourceMappingURL=vs-compact-form.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-compact-form.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/form/vs-compact-form.vue"],"names":[],"mappings":"AAsIA,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAQ3D,UAAU,SAAS;IACjB,MAAM,EAAE,WAAW,EAAE,GAAG,GAAG,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,KAAK,WAAW,GAAG,SAAS,CAAC;AA6E7B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC9B,CAAC;;;;;;;;;;;;;;;;;WAzFQ,MAAM;cAIH,OAAO;YAFT,MAAM;YAHP,WAAW,EAAE,GAAG,GAAG;YAIlB,MAAM;gBAEF,OAAO;cACT,MAAM;;AAuNnB,wBASG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-arrow-top-bottom.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-arrow-top-bottom.vue"],"names":[],"mappings":";AAoEA,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-check.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-check.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-check.vue"],"names":[],"mappings":";AAiEA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-chevron-down.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-chevron-down.vue"],"names":[],"mappings":";AAiEA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-chevron-top-bottom.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-chevron-top-bottom.vue"],"names":[],"mappings":";AAyDA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-close.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-close.vue"],"names":[],"mappings":";AAqEA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-csv.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-csv.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-delete.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-delete.vue"],"names":[],"mappings":";AAqFA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-download.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-download.vue"],"names":[],"mappings":";AA6EA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-export.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-export.vue"],"names":[],"mappings":";AAiEA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-file.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-file.vue"],"names":[],"mappings":";AA+EA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-geojson.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-geojson.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-grip-vertical.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-grip-vertical.vue"],"names":[],"mappings":";AAmFA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-import.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-import.vue"],"names":[],"mappings":";AAoEA,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-info.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-info.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-info.vue"],"names":[],"mappings":";AAuEA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-magnifying-glass.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-magnifying-glass.vue"],"names":[],"mappings":";AAuEA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-no-data.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-no-data.vue"],"names":[],"mappings":";AA4SA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-pdf.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-pdf.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-pen.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-pen.vue"],"names":[],"mappings":";AAoDA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-plus.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-plus.vue"],"names":[],"mappings":";AA6DA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-upload.vue"],"names":[],"mappings":";AA6EA,wBAKG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-zip.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/icon-zip.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-array.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/array/vs-input-array.vue"],"names":[],"mappings":"AA+DA,OAAO,EAAC,gBAAgB,EAAc,MAAM,qBAAqB,CAAC;AAGlE,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAiDpC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAG,CAAC;CACjC,CAAC;;;;;;;;;;;;;;;AA+DF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-color.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-color.vue"],"names":[],"mappings":"AAmDA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;AAuGlD,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-email.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-email.vue"],"names":[],"mappings":"AAsDA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AA4FF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-mask.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-mask.vue"],"names":[],"mappings":"AA6FA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,eAAe,CAAC;AA+EnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;AAqDF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-number.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-number.vue"],"names":[],"mappings":"AAgCA,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAmBrC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAmDF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-password.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-password.vue"],"names":[],"mappings":"AAkCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AAmDF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-range.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-range.vue"],"names":[],"mappings":"AAiDA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;SAHM,MAAM;SACN,MAAM;;;;;UACL,MAAM;;AAkGf,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-static.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-static.vue"],"names":[],"mappings":"AAiBA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;;;;;;AAiDxD,wBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-switcher.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-switcher.vue"],"names":[],"mappings":"AA+CA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AA+BrC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;;;;;;;AAuHF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-text.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-text.vue"],"names":[],"mappings":"AAkCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;AAmDF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-textarea.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/base/vs-input-textarea.vue"],"names":[],"mappings":"AAgCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAmDF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-date-text.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/vs-date-text.vue"],"names":[],"mappings":"AAuCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;;;;;;;;;AA+CF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-date.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/vs-input-date.vue"],"names":[],"mappings":"AA8PA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;AA0ctD,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"AA6DA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CACvD,CAAC;;;;;;UADO,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM;;;;;;AA+FxD,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-time.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/vs-input-time.vue"],"names":[],"mappings":"AAiCA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;AAuB/B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;AAkDF,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-file-list-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/file/vs-input-file-list-item.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAK9D,KAAK,WAAW,GAAG,eAAe,CAAC;AAQnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;;;AAqJF,wBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-file.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/file/vs-input-file.vue"],"names":[],"mappings":"AAoFA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,KAAK,WAAW,GAAG,eAAe,CAAC;AAkCnC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC9B,CAAC;;;;;;AAmKF,wBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-input-file-list.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/file-list/vs-input-file-list.vue"],"names":[],"mappings":"AA8NA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;;AAkb7D,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-widget-file-info.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/file-list/vs-widget-file-info.vue"],"names":[],"mappings":"AAwFA,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,GAAG,CAAA;CAAE,CAAC;;UAAN,GAAG;;AA+I9B,wBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-widget-file-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/file-list/vs-widget-file-item.vue"],"names":[],"mappings":"AAiJA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;;;;eASS,MAAM;iBACJ,MAAM;2BACI,MAAM;0BACP,MAAM;iBACf,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;8BACb,OAAO;;;cAEM,GAAG;eAAS,MAAM;;;;;eAP9C,MAAM;iBACJ,MAAM;2BACI,MAAM;0BACP,MAAM;iBACf,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;8BACb,OAAO;;;cAEM,GAAG;eAAS,MAAM;;;YAjB/C,MAAM;UAFR,GAAG;WACF,MAAM;;AA4Tf,wBAQG"}
|
|
@@ -127,8 +127,9 @@ declare const _default: {
|
|
|
127
127
|
customClass: string;
|
|
128
128
|
disabled: boolean;
|
|
129
129
|
placeholder: string;
|
|
130
|
-
|
|
130
|
+
teleport: string;
|
|
131
131
|
api: string;
|
|
132
|
+
host: string;
|
|
132
133
|
maxHeight: number;
|
|
133
134
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
134
135
|
'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputSwitchProps & {
|
|
@@ -369,8 +370,9 @@ declare const _default: {
|
|
|
369
370
|
customClass: string;
|
|
370
371
|
disabled: boolean;
|
|
371
372
|
placeholder: string;
|
|
372
|
-
|
|
373
|
+
teleport: string;
|
|
373
374
|
api: string;
|
|
375
|
+
host: string;
|
|
374
376
|
maxHeight: number;
|
|
375
377
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
376
378
|
'vs-input-array': import("vue").DefineComponent<import("../../types/form.js").IInputArrayProps & {
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BA,wBA4BE"}
|
|
@@ -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":"AAwCA,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,CAAC;QAAC,IAAI,CAAC,EAAC,MAAM,CAAA;KAAE,CAAC,CAAC;CACzF,CAAC;;;;;;AAsFF,wBAOG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
|
+
"update:modelValue": (value: boolean) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=map-scroll-wheel-toggle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-scroll-wheel-toggle.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/map/map-scroll-wheel-toggle.vue"],"names":[],"mappings":"AAyBA,KAAK,WAAW,GAAG;IAAE,UAAU,EAAE,OAAO,CAAA;CAAE,CAAC;;;;;;AAmE3C,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":"AAyBA,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,OA2B3C;AAED,eAAe,kBAAkB,CAAC"}
|