@opengis/form 0.0.153 → 0.0.155
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/{index-COzdgpYA.js → index-_7bsXqQK.js} +4481 -4199
- package/dist/index.js +26 -25
- package/dist/index.umd.cjs +22 -22
- package/dist/src/components/form/vs-compact-form.vue.d.ts +1 -1
- package/dist/src/components/form/vs-compact-form.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/address/vs-input-address.vue.d.ts +1 -1
- package/dist/src/components/inputs/array/vs-input-array.vue.d.ts +2 -2
- package/dist/src/components/inputs/array-select/vs-input-array-select.vue.d.ts +3 -3
- package/dist/src/components/inputs/base/vs-input-color.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-email.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-mask.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-number.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-password.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-range.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-range.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/base/vs-input-switcher.vue.d.ts +3 -3
- package/dist/src/components/inputs/base/vs-input-tel.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-text.vue.d.ts +2 -2
- package/dist/src/components/inputs/base/vs-input-textarea.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-date-text.vue.d.ts +1 -1
- package/dist/src/components/inputs/date/vs-input-date.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/vs-input-date2.vue.d.ts +2 -2
- package/dist/src/components/inputs/date/vs-input-time.vue.d.ts +2 -2
- package/dist/src/components/inputs/index.d.ts +144 -54
- package/dist/src/components/inputs/index.d.ts.map +1 -1
- package/dist/src/components/inputs/list/vs-input-dataform.vue.d.ts +1 -1
- package/dist/src/components/inputs/map/vs-input-map.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -1
- package/dist/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 -1
- package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +2 -2
- package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/radio/index.d.ts +2 -2
- package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +1 -1
- package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts +2 -2
- package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/tag/vs-input-tag.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-container.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts +30 -0
- package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts.map +1 -0
- package/dist/src/components/inputs/vs-input-select.vue.d.ts +4 -4
- package/dist/src/components/inputs/vs-input-text-array.vue.d.ts +2 -2
- package/dist/src/components/inputs/vs-input-text-array.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/index.d.ts +9 -9
- package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts +2 -2
- package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/vs-layout-horizontal.vue.d.ts +3 -3
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/richtext/components/shared-components/vs-form-color-picker.vue.d.ts +4 -4
- package/dist/src/richtext/components/shared-components/vs-popover.vue.d.ts +2 -2
- package/dist/src/richtext/components/shared-components/vs-text.vue.d.ts +3 -3
- package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts +1 -1
- package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts.map +1 -1
- package/dist/src/schema.d.ts.map +1 -1
- package/dist/src/types/form.d.ts +3 -0
- package/dist/src/types/form.d.ts.map +1 -1
- package/dist/src/utils/convertForm.d.ts.map +1 -1
- package/dist/{vs-richtext-BJZllwDF.js → vs-richtext-B0sui0px.js} +1 -1
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.