@koumoul/vjsf 3.0.0-beta.3 → 3.0.0-beta.4

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 (114) hide show
  1. package/package.json +2 -2
  2. package/src/components/fragments/section-header.vue +1 -2
  3. package/src/components/node.vue +1 -1
  4. package/src/components/nodes/checkbox.vue +6 -1
  5. package/src/components/nodes/switch.vue +6 -3
  6. package/src/components/options.js +0 -1
  7. package/src/types.ts +3 -0
  8. package/src/utils/props.js +4 -18
  9. package/types/compat/v2.d.ts +0 -10
  10. package/types/compat/v2.d.ts.map +0 -1
  11. package/types/compile/index.d.ts +0 -8
  12. package/types/compile/index.d.ts.map +0 -1
  13. package/types/compile/options.d.ts +0 -4
  14. package/types/compile/options.d.ts.map +0 -1
  15. package/types/components/fragments/help-message.vue.d.ts +0 -8
  16. package/types/components/fragments/help-message.vue.d.ts.map +0 -1
  17. package/types/components/fragments/node-slot.vue.d.ts +0 -47
  18. package/types/components/fragments/node-slot.vue.d.ts.map +0 -1
  19. package/types/components/fragments/section-header.vue.d.ts +0 -8
  20. package/types/components/fragments/section-header.vue.d.ts.map +0 -1
  21. package/types/components/fragments/select-item-icon.vue.d.ts +0 -15
  22. package/types/components/fragments/select-item-icon.vue.d.ts.map +0 -1
  23. package/types/components/fragments/select-item.vue.d.ts +0 -12
  24. package/types/components/fragments/select-item.vue.d.ts.map +0 -1
  25. package/types/components/fragments/select-selection.vue.d.ts +0 -12
  26. package/types/components/fragments/select-selection.vue.d.ts.map +0 -1
  27. package/types/components/fragments/text-field-menu.vue.d.ts +0 -20
  28. package/types/components/fragments/text-field-menu.vue.d.ts.map +0 -1
  29. package/types/components/global-register.d.ts +0 -8
  30. package/types/components/global-register.d.ts.map +0 -1
  31. package/types/components/node.vue.d.ts +0 -10
  32. package/types/components/node.vue.d.ts.map +0 -1
  33. package/types/components/nodes/autocomplete.vue.d.ts +0 -27
  34. package/types/components/nodes/autocomplete.vue.d.ts.map +0 -1
  35. package/types/components/nodes/checkbox.vue.d.ts +0 -10
  36. package/types/components/nodes/checkbox.vue.d.ts.map +0 -1
  37. package/types/components/nodes/color-picker.vue.d.ts +0 -10
  38. package/types/components/nodes/color-picker.vue.d.ts.map +0 -1
  39. package/types/components/nodes/combobox.vue.d.ts +0 -27
  40. package/types/components/nodes/combobox.vue.d.ts.map +0 -1
  41. package/types/components/nodes/date-picker.vue.d.ts +0 -10
  42. package/types/components/nodes/date-picker.vue.d.ts.map +0 -1
  43. package/types/components/nodes/date-time-picker.vue.d.ts +0 -10
  44. package/types/components/nodes/date-time-picker.vue.d.ts.map +0 -1
  45. package/types/components/nodes/expansion-panels.vue.d.ts +0 -10
  46. package/types/components/nodes/expansion-panels.vue.d.ts.map +0 -1
  47. package/types/components/nodes/file-input.vue.d.ts +0 -27
  48. package/types/components/nodes/file-input.vue.d.ts.map +0 -1
  49. package/types/components/nodes/list.vue.d.ts +0 -10
  50. package/types/components/nodes/list.vue.d.ts.map +0 -1
  51. package/types/components/nodes/markdown.vue.d.ts +0 -27
  52. package/types/components/nodes/markdown.vue.d.ts.map +0 -1
  53. package/types/components/nodes/number-combobox.vue.d.ts +0 -27
  54. package/types/components/nodes/number-combobox.vue.d.ts.map +0 -1
  55. package/types/components/nodes/number-field.vue.d.ts +0 -27
  56. package/types/components/nodes/number-field.vue.d.ts.map +0 -1
  57. package/types/components/nodes/one-of-select.vue.d.ts +0 -10
  58. package/types/components/nodes/one-of-select.vue.d.ts.map +0 -1
  59. package/types/components/nodes/section.vue.d.ts +0 -10
  60. package/types/components/nodes/section.vue.d.ts.map +0 -1
  61. package/types/components/nodes/select.vue.d.ts +0 -27
  62. package/types/components/nodes/select.vue.d.ts.map +0 -1
  63. package/types/components/nodes/slider.vue.d.ts +0 -10
  64. package/types/components/nodes/slider.vue.d.ts.map +0 -1
  65. package/types/components/nodes/stepper.vue.d.ts +0 -10
  66. package/types/components/nodes/stepper.vue.d.ts.map +0 -1
  67. package/types/components/nodes/switch.vue.d.ts +0 -10
  68. package/types/components/nodes/switch.vue.d.ts.map +0 -1
  69. package/types/components/nodes/tabs.vue.d.ts +0 -10
  70. package/types/components/nodes/tabs.vue.d.ts.map +0 -1
  71. package/types/components/nodes/text-field copy.vue.d.ts +0 -10
  72. package/types/components/nodes/text-field copy.vue.d.ts.map +0 -1
  73. package/types/components/nodes/text-field.vue.d.ts +0 -27
  74. package/types/components/nodes/text-field.vue.d.ts.map +0 -1
  75. package/types/components/nodes/textarea.vue.d.ts +0 -27
  76. package/types/components/nodes/textarea.vue.d.ts.map +0 -1
  77. package/types/components/nodes/time-picker.vue.d.ts +0 -3
  78. package/types/components/nodes/time-picker.vue.d.ts.map +0 -1
  79. package/types/components/nodes/vertical-tabs.vue.d.ts +0 -10
  80. package/types/components/nodes/vertical-tabs.vue.d.ts.map +0 -1
  81. package/types/components/options.d.ts +0 -4
  82. package/types/components/options.d.ts.map +0 -1
  83. package/types/components/tree.vue.d.ts +0 -10
  84. package/types/components/tree.vue.d.ts.map +0 -1
  85. package/types/components/types.d.ts +0 -91
  86. package/types/components/types.d.ts.map +0 -1
  87. package/types/components/v-jsf.vue.d.ts +0 -13
  88. package/types/components/v-jsf.vue.d.ts.map +0 -1
  89. package/types/components/vjsf.vue.d.ts +0 -15
  90. package/types/components/vjsf.vue.d.ts.map +0 -1
  91. package/types/composables/use-dnd.d.ts +0 -25
  92. package/types/composables/use-dnd.d.ts.map +0 -1
  93. package/types/composables/use-vjsf.d.ts +0 -16
  94. package/types/composables/use-vjsf.d.ts.map +0 -1
  95. package/types/index.d.ts +0 -5
  96. package/types/index.d.ts.map +0 -1
  97. package/types/types.d.ts +0 -81
  98. package/types/types.d.ts.map +0 -1
  99. package/types/utils/arrays.d.ts +0 -9
  100. package/types/utils/arrays.d.ts.map +0 -1
  101. package/types/utils/build.d.ts +0 -2
  102. package/types/utils/build.d.ts.map +0 -1
  103. package/types/utils/clone.d.ts +0 -3
  104. package/types/utils/clone.d.ts.map +0 -1
  105. package/types/utils/dates.d.ts +0 -7
  106. package/types/utils/dates.d.ts.map +0 -1
  107. package/types/utils/global-register.d.ts +0 -8
  108. package/types/utils/global-register.d.ts.map +0 -1
  109. package/types/utils/index.d.ts +0 -6
  110. package/types/utils/index.d.ts.map +0 -1
  111. package/types/utils/props.d.ts +0 -23
  112. package/types/utils/props.d.ts.map +0 -1
  113. package/types/utils/slots.d.ts +0 -7
  114. package/types/utils/slots.d.ts.map +0 -1
@@ -1,27 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- modelValue: {
3
- /** @type import('vue').PropType<import('../../types.js').VjsfComboboxNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfComboboxNode>;
5
- required: true;
6
- };
7
- statefulLayout: {
8
- /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
10
- required: true;
11
- };
12
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
- [key: string]: any;
14
- }>, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
- modelValue: {
16
- /** @type import('vue').PropType<import('../../types.js').VjsfComboboxNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfComboboxNode>;
18
- required: true;
19
- };
20
- statefulLayout: {
21
- /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
23
- required: true;
24
- };
25
- }>>, {}, {}>;
26
- export default _default;
27
- //# sourceMappingURL=number-combobox.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"number-combobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/number-combobox.vue.js"],"names":[],"mappings":";;QASM,8EAA8E;cAApE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,gBAAgB,CAAC;;;;QAK3E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,8EAA8E;cAApE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,gBAAgB,CAAC;;;;QAK3E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC"}
@@ -1,27 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- modelValue: {
3
- /** @type import('vue').PropType<import('../../types.js').VjsfNumberFieldNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfNumberFieldNode>;
5
- required: true;
6
- };
7
- statefulLayout: {
8
- /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
10
- required: true;
11
- };
12
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
- [key: string]: any;
14
- }>, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
- modelValue: {
16
- /** @type import('vue').PropType<import('../../types.js').VjsfNumberFieldNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfNumberFieldNode>;
18
- required: true;
19
- };
20
- statefulLayout: {
21
- /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
23
- required: true;
24
- };
25
- }>>, {}, {}>;
26
- export default _default;
27
- //# sourceMappingURL=number-field.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"number-field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/number-field.vue.js"],"names":[],"mappings":";;QASM,iFAAiF;cAAvE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,mBAAmB,CAAC;;;;QAK9E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,iFAAiF;cAAvE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,mBAAmB,CAAC;;;;QAK9E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC"}
@@ -1,10 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../types.js").VjsfOneOfSelectNode;
3
- statefulLayout: import("../../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../types.js").VjsfOneOfSelectNode | undefined;
6
- readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
10
- //# sourceMappingURL=one-of-select.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"one-of-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/one-of-select.vue.js"],"names":[],"mappings":""}
@@ -1,10 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../types.js").VjsfSectionNode;
3
- statefulLayout: import("../../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../types.js").VjsfSectionNode | undefined;
6
- readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
10
- //# sourceMappingURL=section.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"section.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/section.vue.js"],"names":[],"mappings":""}
@@ -1,27 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- modelValue: {
3
- /** @type import('vue').PropType<import('../../types.js').VjsfSelectNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfSelectNode>;
5
- required: true;
6
- };
7
- statefulLayout: {
8
- /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
10
- required: true;
11
- };
12
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
- [key: string]: any;
14
- }>, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
- modelValue: {
16
- /** @type import('vue').PropType<import('../../types.js').VjsfSelectNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfSelectNode>;
18
- required: true;
19
- };
20
- statefulLayout: {
21
- /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
23
- required: true;
24
- };
25
- }>>, {}, {}>;
26
- export default _default;
27
- //# sourceMappingURL=select.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/select.vue.js"],"names":[],"mappings":";;QAWI,4EAA4E;cAAlE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,cAAc,CAAC;;;;QAKzE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,4EAA4E;cAAlE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,cAAc,CAAC;;;;QAKzE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC"}
@@ -1,10 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../types.js").VjsfSliderNode;
3
- statefulLayout: import("../../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../types.js").VjsfSliderNode | undefined;
6
- readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
10
- //# sourceMappingURL=slider.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"slider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/slider.vue.js"],"names":[],"mappings":""}
@@ -1,10 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../types.js").VjsfStepperNode;
3
- statefulLayout: import("../../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../types.js").VjsfStepperNode | undefined;
6
- readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
10
- //# sourceMappingURL=stepper.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/stepper.vue.js"],"names":[],"mappings":""}
@@ -1,10 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../types.js").VjsfSwitchNode;
3
- statefulLayout: import("../../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../types.js").VjsfSwitchNode | undefined;
6
- readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
10
- //# sourceMappingURL=switch.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"switch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/switch.vue.js"],"names":[],"mappings":""}
@@ -1,10 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../types.js").VjsfTabsNode;
3
- statefulLayout: import("../../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../types.js").VjsfTabsNode | undefined;
6
- readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
10
- //# sourceMappingURL=tabs.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/tabs.vue.js"],"names":[],"mappings":""}
@@ -1,10 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../../../node_modules/@json-layout/core/types/state/types.js").TextFieldNode;
3
- statefulLayout: import("@json-layout/core").StatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../../../node_modules/@json-layout/core/types/state/types.js").TextFieldNode | undefined;
6
- readonly statefulLayout?: import("@json-layout/core").StatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
10
- //# sourceMappingURL=text-field%20copy.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text-field copy.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/text-field copy.vue.js"],"names":[],"mappings":""}
@@ -1,27 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- modelValue: {
3
- /** @type import('vue').PropType<import('../../types.js').VjsfTextFieldNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfTextFieldNode>;
5
- required: true;
6
- };
7
- statefulLayout: {
8
- /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
10
- required: true;
11
- };
12
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
- [key: string]: any;
14
- }>, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
- modelValue: {
16
- /** @type import('vue').PropType<import('../../types.js').VjsfTextFieldNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfTextFieldNode>;
18
- required: true;
19
- };
20
- statefulLayout: {
21
- /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
23
- required: true;
24
- };
25
- }>>, {}, {}>;
26
- export default _default;
27
- //# sourceMappingURL=text-field.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text-field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/text-field.vue.js"],"names":[],"mappings":";;QASM,+EAA+E;cAArE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,iBAAiB,CAAC;;;;QAK5E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,+EAA+E;cAArE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,iBAAiB,CAAC;;;;QAK5E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC"}
@@ -1,27 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- modelValue: {
3
- /** @type import('vue').PropType<import('../../types.js').VjsfTextareaNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfTextareaNode>;
5
- required: true;
6
- };
7
- statefulLayout: {
8
- /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
10
- required: true;
11
- };
12
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
- [key: string]: any;
14
- }>, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
- modelValue: {
16
- /** @type import('vue').PropType<import('../../types.js').VjsfTextareaNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfTextareaNode>;
18
- required: true;
19
- };
20
- statefulLayout: {
21
- /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
23
- required: true;
24
- };
25
- }>>, {}, {}>;
26
- export default _default;
27
- //# sourceMappingURL=textarea.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"textarea.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/textarea.vue.js"],"names":[],"mappings":";;QASM,8EAA8E;cAApE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,gBAAgB,CAAC;;;;QAK3E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,8EAA8E;cAApE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,gBAAgB,CAAC;;;;QAK3E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC"}
@@ -1,3 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
3
- //# sourceMappingURL=time-picker.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"time-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/time-picker.vue.js"],"names":[],"mappings":""}
@@ -1,10 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../types.js").VjsfVerticalTabsNode;
3
- statefulLayout: import("../../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../types.js").VjsfVerticalTabsNode | undefined;
6
- readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
10
- //# sourceMappingURL=vertical-tabs.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vertical-tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/vertical-tabs.vue.js"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- /** @type {import("../types.js").PartialVjsfOptions} */
2
- export const defaultOptions: import("../types.js").PartialVjsfOptions;
3
- export function getFullOptions(options: Partial<import("../types.js").VjsfOptions> | null, form: any, width: number, slots: import("vue").Slots, nodeComponents: Record<string, import('vue').Component>): import("../types.js").VjsfOptions;
4
- //# sourceMappingURL=options.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../src/components/options.js"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,6BADW,OAAO,aAAa,EAAE,kBAAkB,CAKlD;AAWM,wCAPI,QAAQ,OAAO,aAAa,EAAE,WAAW,CAAC,GAAG,IAAI,QACjD,GAAG,SACH,MAAM,SACN,OAAO,KAAK,EAAE,KAAK,kBACnB,OAAO,MAAM,EAAE,OAAO,KAAK,EAAE,SAAS,CAAC,qCAcjD"}
@@ -1,10 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../../node_modules/@json-layout/core/types/state/types.js").StateTree;
3
- statefulLayout: import("../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../../node_modules/@json-layout/core/types/state/types.js").StateTree | undefined;
6
- readonly statefulLayout?: import("../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
10
- //# sourceMappingURL=tree.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tree.vue.d.ts","sourceRoot":"","sources":["../../src/components/tree.vue.js"],"names":[],"mappings":""}
@@ -1,91 +0,0 @@
1
- import { Component } from 'vue';
2
- import { StatefulLayout, StatefulLayoutOptions, StateNode, CheckboxNode, ColorPickerNode, DatePickerNode, DateTimePickerNode, TabsNode, ExpansionPanelsNode, ListNode, NumberFieldNode, OneOfSelectNode, SectionNode, SelectNode, SliderNode, SwitchNode, TextFieldNode, TextareaNode, VerticalTabsNode, StepperNode, ComboboxNode, MarkdownNode, FileInputNode, CompileOptions } from '@json-layout/core';
3
- export type Density = 'default' | 'comfortable' | 'compact';
4
- export type VjsfStatefulLayoutOptions = StatefulLayoutOptions & {
5
- density: Density;
6
- fieldProps: Record<string, unknown>;
7
- fieldPropsCompact: Record<string, unknown>;
8
- fieldPropsComfortable: Record<string, unknown>;
9
- fieldPropsReadOnly: Record<string, unknown>;
10
- textfieldProps: Record<string, unknown>;
11
- textfieldPropsReadOnly: Record<string, unknown>;
12
- textareaProps: Record<string, unknown>;
13
- textareaPropsReadOnly: Record<string, unknown>;
14
- checkboxProps: Record<string, unknown>;
15
- checkboxPropsReadOnly: Record<string, unknown>;
16
- switchProps: Record<string, unknown>;
17
- switchPropsReadOnly: Record<string, unknown>;
18
- errorAlertProps: Record<string, unknown>;
19
- vjsfSlots: Record<string, () => unknown>;
20
- easyMDEOptions: Record<string, unknown>;
21
- nodeComponents: Record<string, Component>;
22
- };
23
- export type VjsfOptions = CompileOptions & VjsfStatefulLayoutOptions;
24
- export type VjsfStatefulLayout = Omit<StatefulLayout, 'options'> & {
25
- options: VjsfStatefulLayoutOptions;
26
- };
27
- export type PartialVjsfOptions = Partial<Omit<VjsfOptions, 'width'>>;
28
- export type VjsfNode = Omit<StateNode, 'options'> & {
29
- options: VjsfOptions;
30
- };
31
- export type VjsfTabsNode = Omit<TabsNode, 'options'> & {
32
- options: VjsfOptions;
33
- };
34
- export type VjsfCheckboxNode = Omit<CheckboxNode, 'options'> & {
35
- options: VjsfOptions;
36
- };
37
- export type VjsfColorPickerNode = Omit<ColorPickerNode, 'options'> & {
38
- options: VjsfOptions;
39
- };
40
- export type VjsfDatePickerNode = Omit<DatePickerNode, 'options'> & {
41
- options: VjsfOptions;
42
- };
43
- export type VjsfDateTimePickerNode = Omit<DateTimePickerNode, 'options'> & {
44
- options: VjsfOptions;
45
- };
46
- export type VjsfExpansionPanelsNode = Omit<ExpansionPanelsNode, 'options'> & {
47
- options: VjsfOptions;
48
- };
49
- export type VjsfListNode = Omit<ListNode, 'options'> & {
50
- options: VjsfOptions;
51
- };
52
- export type VjsfNumberFieldNode = Omit<NumberFieldNode, 'options'> & {
53
- options: VjsfOptions;
54
- };
55
- export type VjsfOneOfSelectNode = Omit<OneOfSelectNode, 'options'> & {
56
- options: VjsfOptions;
57
- };
58
- export type VjsfSectionNode = Omit<SectionNode, 'options'> & {
59
- options: VjsfOptions;
60
- };
61
- export type VjsfSelectNode = Omit<SelectNode, 'options'> & {
62
- options: VjsfOptions;
63
- };
64
- export type VjsfSliderNode = Omit<SliderNode, 'options'> & {
65
- options: VjsfOptions;
66
- };
67
- export type VjsfSwitchNode = Omit<SwitchNode, 'options'> & {
68
- options: VjsfOptions;
69
- };
70
- export type VjsfTextFieldNode = Omit<TextFieldNode, 'options'> & {
71
- options: VjsfOptions;
72
- };
73
- export type VjsfTextareaNode = Omit<TextareaNode, 'options'> & {
74
- options: VjsfOptions;
75
- };
76
- export type VjsfMarkdownNode = Omit<MarkdownNode, 'options'> & {
77
- options: VjsfOptions;
78
- };
79
- export type VjsfVerticalTabsNode = Omit<VerticalTabsNode, 'options'> & {
80
- options: VjsfOptions;
81
- };
82
- export type VjsfStepperNode = Omit<StepperNode, 'options'> & {
83
- options: VjsfOptions;
84
- };
85
- export type VjsfComboboxNode = Omit<ComboboxNode, 'options'> & {
86
- options: VjsfOptions;
87
- };
88
- export type VjsfFileInputNode = Omit<FileInputNode, 'options'> & {
89
- options: VjsfOptions;
90
- };
91
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/components/types.ts"],"names":[],"mappings":"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"}
@@ -1,13 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $emit: (event: "update:modelValue" | "update:state", ...args: any[]) => void;
3
- options: Partial<Omit<import("./types.js").VjsfOptions, "width">>;
4
- modelValue: string | number | boolean | Record<string, any>;
5
- schema: Record<string, any>;
6
- $props: {
7
- readonly options?: Partial<Omit<import("./types.js").VjsfOptions, "width">> | undefined;
8
- readonly modelValue?: string | number | boolean | Record<string, any> | undefined;
9
- readonly schema?: Record<string, any> | undefined;
10
- };
11
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
12
- export default _default;
13
- //# sourceMappingURL=v-jsf.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"v-jsf.vue.d.ts","sourceRoot":"","sources":["../../src/components/v-jsf.vue.js"],"names":[],"mappings":""}
@@ -1,15 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $emit: ((event: "update:modelValue", data: any) => void) & ((event: "update:state", state: import("../types.js").VjsfStatefulLayout) => void);
3
- options: Partial<Omit<import("../types.js").VjsfOptions, "width">> | null;
4
- modelValue: any;
5
- schema: Record<string, any>;
6
- precompiledLayout: import("../../../node_modules/@json-layout/core/types/compile/types.js").CompiledLayout;
7
- $props: {
8
- readonly options?: Partial<Omit<import("../types.js").VjsfOptions, "width">> | null | undefined;
9
- readonly modelValue?: any;
10
- readonly schema?: Record<string, any> | undefined;
11
- readonly precompiledLayout?: import("../../../node_modules/@json-layout/core/types/compile/types.js").CompiledLayout | undefined;
12
- };
13
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
14
- export default _default;
15
- //# sourceMappingURL=vjsf.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vjsf.vue.d.ts","sourceRoot":"","sources":["../../src/components/vjsf.vue.js"],"names":[],"mappings":""}
@@ -1,25 +0,0 @@
1
- /**
2
- * @template T
3
- * @param {T[]} array
4
- * @param {() => void} callback
5
- * @returns
6
- */
7
- export default function useDnd<T>(array: T[], callback: () => void): {
8
- activeDnd: import("vue").ComputedRef<boolean>;
9
- sortableArray: import("vue").ShallowRef<T[]>;
10
- hovered: import("vue").Ref<number>;
11
- draggable: import("vue").Ref<number>;
12
- dragging: import("vue").Ref<number>;
13
- itemBind: (itemIndex: number) => {
14
- onMouseenter: () => void;
15
- onMouseleave: () => void;
16
- onDragstart: () => void;
17
- onDragover: () => void;
18
- onDragend: () => void;
19
- };
20
- handleBind: (itemIndex: number) => {
21
- onMouseover(): void;
22
- onMouseout(): void;
23
- };
24
- };
25
- //# sourceMappingURL=use-dnd.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-dnd.d.ts","sourceRoot":"","sources":["../../src/composables/use-dnd.js"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH,wDAHW,MAAM,IAAI;;;;;;0BAoBU,MAAM;;;;;;;4BAuBJ,MAAM;;;;EAmBtC"}
@@ -1,16 +0,0 @@
1
- export const emits: {
2
- /**
3
- * @arg {any} data
4
- */
5
- 'update:modelValue': (data: any) => boolean;
6
- /**
7
- * @arg {import('../types.js').VjsfStatefulLayout} state
8
- */
9
- 'update:state': (state: import('../types.js').VjsfStatefulLayout) => boolean;
10
- };
11
- export function useVjsf(schema: import('vue').Ref<Object>, modelValue: import('vue').Ref<any>, options: import('vue').Ref<import("../types.js").PartialVjsfOptions | null>, nodeComponents: Record<string, import('vue').Component>, emit: any, compile?: typeof import("@json-layout/core").compile | undefined, precompiledLayout?: import("vue").Ref<import("../../../node_modules/@json-layout/core/types/compile/types.js").CompiledLayout> | undefined): {
12
- el: import("vue").Ref<null>;
13
- statefulLayout: import("vue").ShallowRef<import("../types.js").VjsfStatefulLayout | null>;
14
- stateTree: import("vue").ShallowRef<import("../../../node_modules/@json-layout/core/types/state/types.js").StateTree | null>;
15
- };
16
- //# sourceMappingURL=use-vjsf.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-vjsf.d.ts","sourceRoot":"","sources":["../../src/composables/use-vjsf.js"],"names":[],"mappings":"AAMA;IACE;;MAEE;gCADO,GAAG;IAGZ;;MAEE;4BADO,OAAO,aAAa,EAAE,kBAAkB;EAGlD;AAWM,gCARI,OAAO,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,cACzB,OAAO,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,WACtB,OAAO,KAAK,EAAE,GAAG,CAAC,OAAO,aAAa,EAAE,kBAAkB,GAAG,IAAI,CAAC,kBAClE,OAAO,MAAM,EAAE,OAAO,KAAK,EAAE,SAAS,CAAC,QACvC,GAAG;;;;EAmGb"}
package/types/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- export default Vjsf;
2
- import Vjsf from './components/vjsf.vue';
3
- import { defaultOptions } from './components/options.js';
4
- export { Vjsf, defaultOptions };
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":";iBAAiB,uBAAuB;+BACT,yBAAyB"}
package/types/types.d.ts DELETED
@@ -1,81 +0,0 @@
1
- import { Component } from 'vue';
2
- import { StatefulLayout, StatefulLayoutOptions, StateNode, CheckboxNode, ColorPickerNode, DatePickerNode, DateTimePickerNode, TabsNode, ExpansionPanelsNode, ListNode, NumberFieldNode, OneOfSelectNode, SectionNode, SelectNode, SliderNode, SwitchNode, TextFieldNode, TextareaNode, VerticalTabsNode, StepperNode, ComboboxNode, MarkdownNode, FileInputNode, CompileOptions } from '@json-layout/core';
3
- export type Density = 'default' | 'comfortable' | 'compact';
4
- export type VjsfStatefulLayoutOptions = StatefulLayoutOptions & {
5
- vjsfSlots: Record<string, () => unknown>;
6
- nodeComponents: Record<string, Component>;
7
- plugins: Record<string, unknown>;
8
- };
9
- export type VjsfCompileOptions = CompileOptions & {
10
- nodeComponentImports: Record<string, string>;
11
- };
12
- export type VjsfOptions = VjsfCompileOptions & VjsfStatefulLayoutOptions;
13
- export type VjsfStatefulLayout = Omit<StatefulLayout, 'options'> & {
14
- options: VjsfStatefulLayoutOptions;
15
- };
16
- export type PartialVjsfCompileOptions = Partial<Omit<VjsfCompileOptions, 'width'>>;
17
- export type PartialVjsfOptions = Partial<Omit<VjsfOptions, 'width'>>;
18
- export type VjsfNode = Omit<StateNode, 'options'> & {
19
- options: VjsfOptions;
20
- };
21
- export type VjsfTabsNode = Omit<TabsNode, 'options'> & {
22
- options: VjsfOptions;
23
- };
24
- export type VjsfCheckboxNode = Omit<CheckboxNode, 'options'> & {
25
- options: VjsfOptions;
26
- };
27
- export type VjsfColorPickerNode = Omit<ColorPickerNode, 'options'> & {
28
- options: VjsfOptions;
29
- };
30
- export type VjsfDatePickerNode = Omit<DatePickerNode, 'options'> & {
31
- options: VjsfOptions;
32
- };
33
- export type VjsfDateTimePickerNode = Omit<DateTimePickerNode, 'options'> & {
34
- options: VjsfOptions;
35
- };
36
- export type VjsfExpansionPanelsNode = Omit<ExpansionPanelsNode, 'options'> & {
37
- options: VjsfOptions;
38
- };
39
- export type VjsfListNode = Omit<ListNode, 'options'> & {
40
- options: VjsfOptions;
41
- };
42
- export type VjsfNumberFieldNode = Omit<NumberFieldNode, 'options'> & {
43
- options: VjsfOptions;
44
- };
45
- export type VjsfOneOfSelectNode = Omit<OneOfSelectNode, 'options'> & {
46
- options: VjsfOptions;
47
- };
48
- export type VjsfSectionNode = Omit<SectionNode, 'options'> & {
49
- options: VjsfOptions;
50
- };
51
- export type VjsfSelectNode = Omit<SelectNode, 'options'> & {
52
- options: VjsfOptions;
53
- };
54
- export type VjsfSliderNode = Omit<SliderNode, 'options'> & {
55
- options: VjsfOptions;
56
- };
57
- export type VjsfSwitchNode = Omit<SwitchNode, 'options'> & {
58
- options: VjsfOptions;
59
- };
60
- export type VjsfTextFieldNode = Omit<TextFieldNode, 'options'> & {
61
- options: VjsfOptions;
62
- };
63
- export type VjsfTextareaNode = Omit<TextareaNode, 'options'> & {
64
- options: VjsfOptions;
65
- };
66
- export type VjsfMarkdownNode = Omit<MarkdownNode, 'options'> & {
67
- options: VjsfOptions;
68
- };
69
- export type VjsfVerticalTabsNode = Omit<VerticalTabsNode, 'options'> & {
70
- options: VjsfOptions;
71
- };
72
- export type VjsfStepperNode = Omit<StepperNode, 'options'> & {
73
- options: VjsfOptions;
74
- };
75
- export type VjsfComboboxNode = Omit<ComboboxNode, 'options'> & {
76
- options: VjsfOptions;
77
- };
78
- export type VjsfFileInputNode = Omit<FileInputNode, 'options'> & {
79
- options: VjsfOptions;
80
- };
81
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}