@opengis/form 0.0.120 → 0.0.121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +61 -61
- package/dist/api/suggest/suggestions_list.json +7 -7
- package/dist/index-BuPGF652.js +8573 -0
- package/dist/index.css +1 -1
- package/dist/index.js +37 -9312
- package/dist/index.umd.cjs +48 -3
- package/dist/src/components/behavior.vue.d.ts.map +1 -0
- package/dist/{components/layouts → src/components/container-views}/index.d.ts.map +1 -1
- package/dist/src/components/container-views/vs-container-accordion.vue.d.ts.map +1 -0
- package/dist/src/components/container-views/vs-container-default.vue.d.ts.map +1 -0
- package/dist/src/components/container-views/vs-container-switcher.vue.d.ts.map +1 -0
- package/dist/src/components/form/vs-compact-form-navigation.vue.d.ts.map +1 -0
- package/dist/src/components/form/vs-compact-form.vue.d.ts.map +1 -0
- package/dist/src/components/icons/icon-no-data.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/address/vs-input-address.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/array/vs-input-array.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/array-select/vs-input-array-select.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-color.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-email.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-mask.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-number.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-password.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-range.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-static.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-switcher.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-tel.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-text.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/base/vs-input-textarea.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/inputs/date/datepicker/Datepicker.vue.d.ts +16 -4
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/inputs/date/datepicker/DayPicker.vue.d.ts +4 -1
- package/dist/src/components/inputs/date/datepicker/DayPicker.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/inputs/date/datepicker/MonthPicker.vue.d.ts +4 -1
- package/dist/src/components/inputs/date/datepicker/MonthPicker.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/inputs/date/datepicker/PickerPopup.vue.d.ts +4 -1
- package/dist/src/components/inputs/date/datepicker/PickerPopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/inputs/date/datepicker/Timepicker.vue.d.ts +4 -1
- package/dist/src/components/inputs/date/datepicker/Timepicker.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/inputs/date/datepicker/YearPicker.vue.d.ts +4 -1
- package/dist/src/components/inputs/date/datepicker/YearPicker.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/date/datepicker/types.d.ts.map +1 -0
- package/dist/src/components/inputs/date/vs-date-text.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/date/vs-input-date.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/date/vs-input-date2.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/date/vs-input-time.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/file/vs-input-file.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/file/vs-input-file2.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/file-list/vs-input-file-list.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/file-list/vs-widget-file-info.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/file-list/vs-widget-file-item.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/inputs/index.d.ts +8 -1
- package/dist/{components → src/components}/inputs/index.d.ts.map +1 -1
- package/dist/src/components/inputs/list/vs-input-dataform.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/list/vs-input-datalist.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/map/icons/icon-line.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/map/icons/icon-poligon-rectangle.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/map/icons/icon-poligon.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/map/map-layers.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/map/map-search.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/map/map.d.ts.map +1 -0
- package/dist/src/components/inputs/map/util.d.ts.map +1 -0
- package/dist/src/components/inputs/map/vs-input-map.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/options/checkbox/index.d.ts.map +1 -0
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +2 -2
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/options/checkbox/vs-input-checkbox.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/options/radio/index.d.ts.map +1 -0
- package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/options/radio/vs-input-radio.vue.d.ts.map +1 -0
- package/dist/{components/inputs/base → src/components/inputs/richtext}/vs-input-richtext.vue.d.ts +2 -0
- package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/inputs/table/vs-input-datatable.vue.d.ts +2 -2
- package/dist/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/tag/vs-input-tag.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/vs-input-codegen.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/vs-input-container.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/vs-input-key-value.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/inputs/vs-input-monaco.vue.d.ts +5 -1
- package/dist/src/components/inputs/vs-input-monaco.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/vs-input-select.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/vs-input-slug.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/vs-input-text-array.vue.d.ts.map +1 -0
- package/dist/src/components/layouts/index.d.ts.map +1 -0
- package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -0
- package/dist/src/components/layouts/vs-layout-default.vue.d.ts.map +1 -0
- package/dist/src/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -0
- package/dist/src/components/layouts/vs-layout-inline.vue.d.ts.map +1 -0
- package/dist/src/components/layouts/vs-layout-settings.vue.d.ts.map +1 -0
- package/dist/src/components/modal/modal-edit.vue.d.ts.map +1 -0
- package/dist/src/components/ui/vs-calendar.vue.d.ts.map +1 -0
- package/dist/src/components/ui/vs-info-tooltip.vue.d.ts.map +1 -0
- package/dist/src/composables/i18n.d.ts.map +1 -0
- package/dist/src/composables/useForm.d.ts.map +1 -0
- package/dist/src/composables/useLocale.d.ts.map +1 -0
- package/dist/src/composables/useStyle.d.ts.map +1 -0
- package/dist/{index.d.ts → src/index.d.ts} +2 -1
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/plugin/form-plugin.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/index.d.ts +31 -0
- package/dist/src/richtext/components/controls/index.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-align.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-align.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-background-color.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-background-color.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-blockquote.vue.d.ts +11 -0
- package/dist/src/richtext/components/controls/vs-editor-blockquote.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-boldtext.vue.d.ts +11 -0
- package/dist/src/richtext/components/controls/vs-editor-boldtext.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-bullet-list.vue.d.ts +11 -0
- package/dist/src/richtext/components/controls/vs-editor-bullet-list.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-clear-formatting.vue.d.ts +11 -0
- package/dist/src/richtext/components/controls/vs-editor-clear-formatting.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-codeblock.vue.d.ts +11 -0
- package/dist/src/richtext/components/controls/vs-editor-codeblock.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-color.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-color.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-font-family.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-font-family.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-font-size.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-font-size.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-fullscreen.vue.d.ts +9 -0
- package/dist/src/richtext/components/controls/vs-editor-fullscreen.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-heading.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-heading.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-help.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-help.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-highlight.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-highlight.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-history.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-history.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-horizontal-rule.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-horizontal-rule.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-image.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-image.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-italic.vue.d.ts +11 -0
- package/dist/src/richtext/components/controls/vs-editor-italic.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-link.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-link.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-ordered-list.vue.d.ts +11 -0
- package/dist/src/richtext/components/controls/vs-editor-ordered-list.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-strike.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-strike.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-subscript.vue.d.ts +11 -0
- package/dist/src/richtext/components/controls/vs-editor-subscript.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-superscript.vue.d.ts +11 -0
- package/dist/src/richtext/components/controls/vs-editor-superscript.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-tab.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-tab.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-table.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-table.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-type-tag.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-type-tag.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/controls/vs-editor-underline.vue.d.ts +8 -0
- package/dist/src/richtext/components/controls/vs-editor-underline.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/shared-components/vs-dialog.vue.d.ts +68 -0
- package/dist/src/richtext/components/shared-components/vs-dialog.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/shared-components/vs-form-color-picker.vue.d.ts +179 -0
- package/dist/src/richtext/components/shared-components/vs-form-color-picker.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/shared-components/vs-popover.vue.d.ts +33 -0
- package/dist/src/richtext/components/shared-components/vs-popover.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/shared-components/vs-text.vue.d.ts +135 -0
- package/dist/src/richtext/components/shared-components/vs-text.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts +17 -0
- package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts.map +1 -0
- package/dist/src/richtext/components/vs-richtext.vue.d.ts +15 -0
- package/dist/src/richtext/components/vs-richtext.vue.d.ts.map +1 -0
- package/dist/src/richtext/composables/contentFormat.d.ts +5 -0
- package/dist/src/richtext/composables/contentFormat.d.ts.map +1 -0
- package/dist/src/richtext/locales.d.ts +132 -0
- package/dist/src/richtext/locales.d.ts.map +1 -0
- package/dist/src/schema.d.ts.map +1 -0
- package/dist/{types → src/types}/form.d.ts +1 -1
- package/dist/src/types/form.d.ts.map +1 -0
- package/dist/{types → src/types}/rules.d.ts.map +1 -1
- package/dist/src/utils/convertForm.d.ts.map +1 -0
- package/dist/src/utils/dateHelper.d.ts.map +1 -0
- package/dist/src/utils/dynamicPosition.d.ts.map +1 -0
- package/dist/src/utils/file.api.d.ts.map +1 -0
- package/dist/src/utils/file.preview.d.ts +3 -0
- package/dist/src/utils/file.preview.d.ts.map +1 -0
- package/dist/src/utils/formConditions.d.ts.map +1 -0
- package/dist/src/utils/formRules.d.ts.map +1 -0
- package/dist/src/utils/index.d.ts.map +1 -0
- package/dist/src/utils/randomId.d.ts.map +1 -0
- package/dist/vs-richtext-DQBsTWOL.js +3005 -0
- package/locales/en.json +34 -0
- package/locales/uk.json +34 -0
- package/package.json +79 -75
- 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-navigation.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 +0 -3
- package/dist/components/icons/icon-arrow-top-bottom.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-check.vue.d.ts +0 -3
- package/dist/components/icons/icon-check.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-chevron-down.vue.d.ts +0 -3
- package/dist/components/icons/icon-chevron-down.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-chevron-top-bottom.vue.d.ts +0 -3
- package/dist/components/icons/icon-chevron-top-bottom.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-close.vue.d.ts +0 -3
- package/dist/components/icons/icon-close.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-copy.vue.d.ts +0 -3
- package/dist/components/icons/icon-copy.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-csv.vue.d.ts +0 -3
- package/dist/components/icons/icon-csv.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-delete.vue.d.ts +0 -3
- package/dist/components/icons/icon-delete.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-download.vue.d.ts +0 -3
- package/dist/components/icons/icon-download.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-export.vue.d.ts +0 -3
- package/dist/components/icons/icon-export.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-file.vue.d.ts +0 -3
- package/dist/components/icons/icon-file.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-geojson.vue.d.ts +0 -3
- package/dist/components/icons/icon-geojson.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-grip-vertical.vue.d.ts +0 -3
- package/dist/components/icons/icon-grip-vertical.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-import.vue.d.ts +0 -3
- package/dist/components/icons/icon-import.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-info.vue.d.ts +0 -3
- package/dist/components/icons/icon-info.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-magnifying-glass.vue.d.ts +0 -3
- 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 +0 -3
- package/dist/components/icons/icon-pdf.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-pen.vue.d.ts +0 -3
- package/dist/components/icons/icon-pen.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-plus.vue.d.ts +0 -3
- package/dist/components/icons/icon-plus.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-upload.vue.d.ts +0 -3
- package/dist/components/icons/icon-upload.vue.d.ts.map +0 -1
- package/dist/components/icons/icon-zip.vue.d.ts +0 -3
- package/dist/components/icons/icon-zip.vue.d.ts.map +0 -1
- package/dist/components/icons/index.d.ts +0 -6
- package/dist/components/icons/index.d.ts.map +0 -1
- package/dist/components/inputs/address/vs-input-address.vue.d.ts.map +0 -1
- package/dist/components/inputs/array/vs-input-array.vue.d.ts.map +0 -1
- package/dist/components/inputs/array-select/vs-input-array-select.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-richtext.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-tel.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/datepicker/Datepicker.vue.d.ts.map +0 -1
- package/dist/components/inputs/date/datepicker/DayPicker.vue.d.ts.map +0 -1
- package/dist/components/inputs/date/datepicker/MonthPicker.vue.d.ts.map +0 -1
- package/dist/components/inputs/date/datepicker/PickerPopup.vue.d.ts.map +0 -1
- package/dist/components/inputs/date/datepicker/Timepicker.vue.d.ts.map +0 -1
- package/dist/components/inputs/date/datepicker/YearPicker.vue.d.ts.map +0 -1
- package/dist/components/inputs/date/datepicker/types.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-date2.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/vs-input-file2.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/list/vs-input-dataform.vue.d.ts.map +0 -1
- package/dist/components/inputs/list/vs-input-datalist.vue.d.ts.map +0 -1
- package/dist/components/inputs/map/icons/icon-compass.vue.d.ts +0 -3
- 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 +0 -3
- 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 +0 -3
- 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-codegen.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-monaco.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/inputs/vs-input-text-array.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/components/ui/vs-info-tooltip.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/dateHelper.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 -3
- 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 → src/components}/behavior.vue.d.ts +0 -0
- /package/dist/{components → src/components}/container-views/index.d.ts +0 -0
- /package/dist/{components → src/components}/container-views/vs-container-accordion.vue.d.ts +0 -0
- /package/dist/{components → src/components}/container-views/vs-container-default.vue.d.ts +0 -0
- /package/dist/{components → src/components}/container-views/vs-container-switcher.vue.d.ts +0 -0
- /package/dist/{components → src/components}/form/vs-compact-form-navigation.vue.d.ts +0 -0
- /package/dist/{components → src/components}/form/vs-compact-form.vue.d.ts +0 -0
- /package/dist/{components → src/components}/icons/icon-no-data.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/address/vs-input-address.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/array/vs-input-array.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/array-select/vs-input-array-select.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-color.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-email.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-mask.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-number.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-password.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-range.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-static.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-switcher.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-tel.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-text.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/base/vs-input-textarea.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/date/datepicker/types.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/date/vs-date-text.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/date/vs-input-date.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/date/vs-input-date1.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/date/vs-input-date2.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/date/vs-input-time.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/file/vs-input-file-list-item.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/file/vs-input-file.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/file/vs-input-file2.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/file-list/vs-input-file-list.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/file-list/vs-widget-file-info.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/file-list/vs-widget-file-item.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/list/vs-input-dataform.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/list/vs-input-datalist.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/map/icons/icon-line.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/map/icons/icon-poligon-rectangle.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/map/icons/icon-poligon.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/map/map-layers.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/map/map-search.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/map/map.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/map/util.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/map/vs-input-map.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/options/checkbox/index.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/options/checkbox/vs-input-checkbox.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/options/radio/index.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/options/radio/vs-input-radio-default.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/options/radio/vs-input-radio.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/tag/vs-input-tag.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/vs-input-codegen.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/vs-input-container.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/vs-input-key-value.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/vs-input-select.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/vs-input-slug.vue.d.ts +0 -0
- /package/dist/{components → src/components}/inputs/vs-input-text-array.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layouts/index.d.ts +0 -0
- /package/dist/{components → src/components}/layouts/vs-compact-form-layout.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layouts/vs-layout-default.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layouts/vs-layout-horizontal.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layouts/vs-layout-inline.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layouts/vs-layout-settings.vue.d.ts +0 -0
- /package/dist/{components → src/components}/modal/modal-edit.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/vs-calendar.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/vs-info-tooltip.vue.d.ts +0 -0
- /package/dist/{composables → src/composables}/i18n.d.ts +0 -0
- /package/dist/{composables → src/composables}/useForm.d.ts +0 -0
- /package/dist/{composables → src/composables}/useLocale.d.ts +0 -0
- /package/dist/{composables → src/composables}/useStyle.d.ts +0 -0
- /package/dist/{plugin → src/plugin}/form-plugin.d.ts +0 -0
- /package/dist/{schema.d.ts → src/schema.d.ts} +0 -0
- /package/dist/{types → src/types}/rules.d.ts +0 -0
- /package/dist/{utils → src/utils}/convertForm.d.ts +0 -0
- /package/dist/{utils → src/utils}/dateHelper.d.ts +0 -0
- /package/dist/{utils → src/utils}/dynamicPosition.d.ts +0 -0
- /package/dist/{utils → src/utils}/file.api.d.ts +0 -0
- /package/dist/{utils → src/utils}/formConditions.d.ts +0 -0
- /package/dist/{utils → src/utils}/formRules.d.ts +0 -0
- /package/dist/{utils → src/utils}/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/randomId.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLocale.d.ts","sourceRoot":"","sources":["../../../src/composables/useLocale.ts"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,SAAS,QAGhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useStyle.d.ts","sourceRoot":"","sources":["../../../src/composables/useStyle.ts"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS;;EAW7D;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -18,7 +18,8 @@ export { default as VsInputFileList } from './components/inputs/file-list/vs-inp
|
|
|
18
18
|
export { default as VsInputContainer } from './components/inputs/vs-input-container.vue';
|
|
19
19
|
export { default as VsInputSelect } from './components/inputs/vs-input-select.vue';
|
|
20
20
|
export { default as VsInputTextarea } from './components/inputs/base/vs-input-textarea.vue';
|
|
21
|
-
export { default as VsInputRichtext } from './components/inputs/
|
|
21
|
+
export { default as VsInputRichtext } from './components/inputs/richtext/vs-input-richtext.vue';
|
|
22
|
+
export { richtextMessages, richtextLocaleEn, richtextLocaleUk } from './richtext/locales';
|
|
22
23
|
export { default as vsInputDatatable } from './components/inputs/table/vs-input-datatable.vue';
|
|
23
24
|
export { default as vsInputMap } from "./components/inputs/map/vs-input-map.vue";
|
|
24
25
|
export { default as VsInputTag } from "./components/inputs/tag/vs-input-tag.vue";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAE9D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,gDAAgD,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAGtF,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sDAAsD,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,4DAA4D,CAAC;AAGxG,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,6CAA6C,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,sDAAsD,CAAC;AAClG,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,gDAAgD,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,oDAAoD,CAAC;AAChG,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,0CAA0C,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,0CAA0C,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,0CAA0C,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kDAAkD,CAAC;AAC7F,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4DAA4D,CAAC;AAC3G,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAEnF,OAAO,MAAM,MAAM,uCAAuC,CAAC;AAO3D,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-plugin.d.ts","sourceRoot":"","sources":["../../../src/plugin/form-plugin.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,WAAW;IAC1B,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,IAAI,GACR,OAAM,WAA4C,KACjD,OAAO,CAAC,GAAG,CAoBZ,CAAC;AAEH,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
bold: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
3
|
+
italic: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
4
|
+
color: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
5
|
+
background_color: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
6
|
+
highlight: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
7
|
+
bullet_list: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
8
|
+
ordered_list: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
9
|
+
blockquote: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
10
|
+
codeblock: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
11
|
+
underline: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
12
|
+
strike: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
13
|
+
link: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
14
|
+
table: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
15
|
+
text_align: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
16
|
+
type_tag: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
17
|
+
font_family: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
18
|
+
font_size: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
19
|
+
superscript: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
20
|
+
subscript: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
21
|
+
heading: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
22
|
+
clear_formatting: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
23
|
+
image: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
24
|
+
history: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
25
|
+
help: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
26
|
+
horizontal_rule: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
27
|
+
fullscreen: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
28
|
+
tab: import("vue").DefineComponent<Record<string, unknown>, Record<string, unknown>, any>;
|
|
29
|
+
};
|
|
30
|
+
export default _default;
|
|
31
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BA,wBA4BC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-align.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-align.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-align.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-background-color.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-background-color.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-background-color.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
editor: ObjectConstructor;
|
|
3
|
+
}>, {}, {}, {}, {
|
|
4
|
+
toggleBlockquote(): void;
|
|
5
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
editor: ObjectConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
+
Quote: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=vs-editor-blockquote.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-blockquote.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-blockquote.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
editor: ObjectConstructor;
|
|
3
|
+
}>, {}, {}, {}, {
|
|
4
|
+
toggleBold(): void;
|
|
5
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
editor: ObjectConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
+
Bold: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=vs-editor-boldtext.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-boldtext.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-boldtext.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
editor: ObjectConstructor;
|
|
3
|
+
}>, {}, {}, {}, {
|
|
4
|
+
toggleBulletList(): void;
|
|
5
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
editor: ObjectConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
+
List: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=vs-editor-bullet-list.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-bullet-list.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-bullet-list.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
editor: ObjectConstructor;
|
|
3
|
+
}>, {}, {}, {}, {
|
|
4
|
+
clearFormatting(): void;
|
|
5
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
editor: ObjectConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
+
RemoveFormatting: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=vs-editor-clear-formatting.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-clear-formatting.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-clear-formatting.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
editor: ObjectConstructor;
|
|
3
|
+
}>, {}, {}, {}, {
|
|
4
|
+
toggleCodeBlock(): void;
|
|
5
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
editor: ObjectConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
+
CodeXml: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=vs-editor-codeblock.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-codeblock.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-codeblock.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-color.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-color.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-color.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-font-family.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-font-family.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-font-family.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-font-size.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-font-size.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-font-size.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: (event: "toggle-fullscreen", ...args: any[]) => void;
|
|
3
|
+
editor?: Record<string, any> | undefined;
|
|
4
|
+
$props: {
|
|
5
|
+
readonly editor?: Record<string, any> | undefined;
|
|
6
|
+
};
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
9
|
+
//# sourceMappingURL=vs-editor-fullscreen.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-fullscreen.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-fullscreen.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-heading.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-heading.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-heading.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-help.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-help.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-help.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-highlight.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-highlight.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-highlight.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-history.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-history.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-history.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-horizontal-rule.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-horizontal-rule.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-horizontal-rule.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor: Record<string, any>;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-image.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-image.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-image.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
editor: ObjectConstructor;
|
|
3
|
+
}>, {}, {}, {}, {
|
|
4
|
+
toggleItalic(): void;
|
|
5
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
editor: ObjectConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
+
Italic: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=vs-editor-italic.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-italic.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-italic.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-link.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-link.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-link.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
editor: ObjectConstructor;
|
|
3
|
+
}>, {}, {}, {}, {
|
|
4
|
+
toggleOrderedList(): void;
|
|
5
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
editor: ObjectConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
+
ListOrdered: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=vs-editor-ordered-list.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-ordered-list.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-ordered-list.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-strike.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-strike.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-strike.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
editor: ObjectConstructor;
|
|
3
|
+
}>, {}, {}, {}, {
|
|
4
|
+
toggleSubscript(): void;
|
|
5
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
editor: ObjectConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
+
Subscript: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=vs-editor-subscript.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-subscript.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-subscript.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
editor: ObjectConstructor;
|
|
3
|
+
}>, {}, {}, {}, {
|
|
4
|
+
toggleSuperscript(): void;
|
|
5
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
editor: ObjectConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
8
|
+
Superscript: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
9
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=vs-editor-superscript.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-superscript.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-superscript.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor: Record<string, any>;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-tab.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-tab.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-tab.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-table.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-table.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-table.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-type-tag.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-type-tag.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-type-tag.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
editor?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly editor?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=vs-editor-underline.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-editor-underline.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-underline.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
visible: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: () => boolean;
|
|
5
|
+
};
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: () => boolean;
|
|
9
|
+
};
|
|
10
|
+
title: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: () => string;
|
|
13
|
+
};
|
|
14
|
+
size: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: () => string;
|
|
17
|
+
};
|
|
18
|
+
closeClickBack: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: () => boolean;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {
|
|
23
|
+
hasSlot(): boolean;
|
|
24
|
+
checkSize(): "md:w-5/12 w-9/12" | "md:w-6/12 w-9/12" | "lg:w-7/12 w-11/12";
|
|
25
|
+
}, {
|
|
26
|
+
checkKey({ key }: KeyboardEvent): void;
|
|
27
|
+
handleClose(): void;
|
|
28
|
+
handleConfirm(): void;
|
|
29
|
+
handleCancel(): void;
|
|
30
|
+
closeByClickBack(event: MouseEvent, closeClickBack: boolean): void;
|
|
31
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:modelValue" | "confirm" | "onClose" | "update:visible")[], "cancel" | "update:modelValue" | "confirm" | "onClose" | "update:visible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
visible: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: () => boolean;
|
|
35
|
+
};
|
|
36
|
+
modelValue: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: () => boolean;
|
|
39
|
+
};
|
|
40
|
+
title: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: () => string;
|
|
43
|
+
};
|
|
44
|
+
size: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: () => string;
|
|
47
|
+
};
|
|
48
|
+
closeClickBack: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: () => boolean;
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{
|
|
53
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
55
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
onOnClose?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
}>, {
|
|
59
|
+
title: string;
|
|
60
|
+
visible: boolean;
|
|
61
|
+
modelValue: boolean;
|
|
62
|
+
size: string;
|
|
63
|
+
closeClickBack: boolean;
|
|
64
|
+
}, {}, {
|
|
65
|
+
X: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
66
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
67
|
+
export default _default;
|
|
68
|
+
//# sourceMappingURL=vs-dialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs-dialog.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/shared-components/vs-dialog.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;sBAwMsB,aAAa;mBAGhB,IAAI;qBAKF,IAAI;oBAIL,IAAI;4BAII,UAAU,kBAAkB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA7C/D,wBAsDG"}
|