@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.
Files changed (67) hide show
  1. package/dist/{index-COzdgpYA.js → index-_7bsXqQK.js} +4481 -4199
  2. package/dist/index.js +26 -25
  3. package/dist/index.umd.cjs +22 -22
  4. package/dist/src/components/form/vs-compact-form.vue.d.ts +1 -1
  5. package/dist/src/components/form/vs-compact-form.vue.d.ts.map +1 -1
  6. package/dist/src/components/inputs/address/vs-input-address.vue.d.ts +1 -1
  7. package/dist/src/components/inputs/array/vs-input-array.vue.d.ts +2 -2
  8. package/dist/src/components/inputs/array-select/vs-input-array-select.vue.d.ts +3 -3
  9. package/dist/src/components/inputs/base/vs-input-color.vue.d.ts +2 -2
  10. package/dist/src/components/inputs/base/vs-input-email.vue.d.ts +2 -2
  11. package/dist/src/components/inputs/base/vs-input-mask.vue.d.ts +2 -2
  12. package/dist/src/components/inputs/base/vs-input-number.vue.d.ts +2 -2
  13. package/dist/src/components/inputs/base/vs-input-password.vue.d.ts +2 -2
  14. package/dist/src/components/inputs/base/vs-input-range.vue.d.ts +2 -2
  15. package/dist/src/components/inputs/base/vs-input-range.vue.d.ts.map +1 -1
  16. package/dist/src/components/inputs/base/vs-input-switcher.vue.d.ts +3 -3
  17. package/dist/src/components/inputs/base/vs-input-tel.vue.d.ts +2 -2
  18. package/dist/src/components/inputs/base/vs-input-text.vue.d.ts +2 -2
  19. package/dist/src/components/inputs/base/vs-input-textarea.vue.d.ts +2 -2
  20. package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts +2 -2
  21. package/dist/src/components/inputs/date/vs-date-text.vue.d.ts +1 -1
  22. package/dist/src/components/inputs/date/vs-input-date.vue.d.ts +2 -2
  23. package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts +2 -2
  24. package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -1
  25. package/dist/src/components/inputs/date/vs-input-date2.vue.d.ts +2 -2
  26. package/dist/src/components/inputs/date/vs-input-time.vue.d.ts +2 -2
  27. package/dist/src/components/inputs/index.d.ts +144 -54
  28. package/dist/src/components/inputs/index.d.ts.map +1 -1
  29. package/dist/src/components/inputs/list/vs-input-dataform.vue.d.ts +1 -1
  30. package/dist/src/components/inputs/map/vs-input-map.vue.d.ts +1 -1
  31. package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +1 -1
  32. package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -1
  33. package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +2 -2
  34. package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -1
  35. package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +2 -2
  36. package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -1
  37. package/dist/src/components/inputs/options/radio/index.d.ts +2 -2
  38. package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +1 -1
  39. package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -1
  40. package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +1 -1
  41. package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -1
  42. package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts +2 -2
  43. package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts.map +1 -1
  44. package/dist/src/components/inputs/tag/vs-input-tag.vue.d.ts +2 -2
  45. package/dist/src/components/inputs/vs-input-container.vue.d.ts +2 -2
  46. package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts +30 -0
  47. package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts.map +1 -0
  48. package/dist/src/components/inputs/vs-input-select.vue.d.ts +4 -4
  49. package/dist/src/components/inputs/vs-input-text-array.vue.d.ts +2 -2
  50. package/dist/src/components/inputs/vs-input-text-array.vue.d.ts.map +1 -1
  51. package/dist/src/components/layouts/index.d.ts +9 -9
  52. package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts +2 -2
  53. package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -1
  54. package/dist/src/components/layouts/vs-layout-horizontal.vue.d.ts +3 -3
  55. package/dist/src/index.d.ts +1 -0
  56. package/dist/src/index.d.ts.map +1 -1
  57. package/dist/src/richtext/components/shared-components/vs-form-color-picker.vue.d.ts +4 -4
  58. package/dist/src/richtext/components/shared-components/vs-popover.vue.d.ts +2 -2
  59. package/dist/src/richtext/components/shared-components/vs-text.vue.d.ts +3 -3
  60. package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts +1 -1
  61. package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts.map +1 -1
  62. package/dist/src/schema.d.ts.map +1 -1
  63. package/dist/src/types/form.d.ts +3 -0
  64. package/dist/src/types/form.d.ts.map +1 -1
  65. package/dist/src/utils/convertForm.d.ts.map +1 -1
  66. package/dist/{vs-richtext-BJZllwDF.js → vs-richtext-B0sui0px.js} +1 -1
  67. 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.