@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
package/dist/index.js CHANGED
@@ -1,39 +1,40 @@
1
- import { c as t, a as n, G as u, F as e, H as p, V, C as I, m as r, q as i, v as l, j as o, o as c, p as x, D as d, h, b as g, e as m, n as y, l as A, u as C, s as M, B as S, g as T, f as b, A as k, k as E, d as F, E as f, t as v, a as D, i as L, w as R, x as w, r as j, y as q, z } from "./index-COzdgpYA.js";
1
+ import { c as t, a as n, H as e, G as u, I as p, V as I, D as V, m as r, q as l, v as i, j as o, o as c, p as x, t as d, E as h, h as g, b as S, e as m, n as y, l as A, w as C, s as M, C as T, g as b, f as k, B as E, k as F, d as f, F as v, u as D, a as L, i as R, x as w, y as j, r as q, z, A as B } from "./index-_7bsXqQK.js";
2
2
  export {
3
3
  t as ModalEdit,
4
4
  n as VForm,
5
- u as VsInputAddress,
6
- e as VsInputArray,
5
+ e as VsInputAddress,
6
+ u as VsInputArray,
7
7
  p as VsInputArraySelect,
8
- V as VsInputCheckbox,
9
- I as VsInputCodegen,
8
+ I as VsInputCheckbox,
9
+ V as VsInputCodegen,
10
10
  r as VsInputColor,
11
- i as VsInputContainer,
12
- l as VsInputDate,
11
+ l as VsInputContainer,
12
+ i as VsInputDate,
13
13
  o as VsInputEmail,
14
14
  c as VsInputFile,
15
15
  x as VsInputFileList,
16
- d as VsInputKeyValue,
17
- h as VsInputMask,
18
- g as VsInputMonaco,
16
+ d as VsInputInlineSelect,
17
+ h as VsInputKeyValue,
18
+ g as VsInputMask,
19
+ S as VsInputMonaco,
19
20
  m as VsInputNumber,
20
21
  y as VsInputRadio,
21
22
  A as VsInputRange,
22
23
  C as VsInputRichtext,
23
24
  M as VsInputSelect,
24
- S as VsInputSlug,
25
- T as VsInputStatic,
26
- b as VsInputSwitcher,
27
- k as VsInputTag,
28
- E as VsInputTel,
29
- F as VsInputText,
30
- f as VsInputTextArray,
31
- v as VsInputTextarea,
32
- D as default,
33
- L as inputs,
34
- R as richtextLocaleEn,
35
- w as richtextLocaleUk,
36
- j as richtextMessages,
37
- q as vsInputDatatable,
38
- z as vsInputMap
25
+ T as VsInputSlug,
26
+ b as VsInputStatic,
27
+ k as VsInputSwitcher,
28
+ E as VsInputTag,
29
+ F as VsInputTel,
30
+ f as VsInputText,
31
+ v as VsInputTextArray,
32
+ D as VsInputTextarea,
33
+ L as default,
34
+ R as inputs,
35
+ w as richtextLocaleEn,
36
+ j as richtextLocaleUk,
37
+ q as richtextMessages,
38
+ z as vsInputDatatable,
39
+ B as vsInputMap
39
40
  };