@koumoul/vjsf 3.25.4 → 3.26.0

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 (106) hide show
  1. package/package.json +4 -4
  2. package/src/components/nodes/color-picker.vue +1 -1
  3. package/src/components/nodes/date-picker.vue +3 -3
  4. package/src/components/nodes/date-time-picker.vue +1 -1
  5. package/src/components/nodes/list.vue +7 -8
  6. package/src/composables/use-dnd.js +2 -1
  7. package/src/composables/use-get-items.js +7 -0
  8. package/src/composables/use-node.js +11 -0
  9. package/src/composables/use-vjsf.js +5 -0
  10. package/types/compat/v2.d.ts +1 -1
  11. package/types/compat/v2.d.ts.map +1 -1
  12. package/types/components/fragments/child-subtitle.vue.d.ts +14 -6
  13. package/types/components/fragments/child-subtitle.vue.d.ts.map +1 -1
  14. package/types/components/fragments/help-message.vue.d.ts +14 -6
  15. package/types/components/fragments/help-message.vue.d.ts.map +1 -1
  16. package/types/components/fragments/list-select-key.vue.d.ts +10 -9
  17. package/types/components/fragments/list-select-key.vue.d.ts.map +1 -1
  18. package/types/components/fragments/node-slot.vue.d.ts +15 -14
  19. package/types/components/fragments/node-slot.vue.d.ts.map +1 -1
  20. package/types/components/fragments/section-header.vue.d.ts +24 -8
  21. package/types/components/fragments/section-header.vue.d.ts.map +1 -1
  22. package/types/components/fragments/select-item-header.vue.d.ts +22 -8
  23. package/types/components/fragments/select-item-header.vue.d.ts.map +1 -1
  24. package/types/components/fragments/select-item-icon.vue.d.ts +6 -5
  25. package/types/components/fragments/select-item-icon.vue.d.ts.map +1 -1
  26. package/types/components/fragments/select-item.vue.d.ts +40 -12
  27. package/types/components/fragments/select-item.vue.d.ts.map +1 -1
  28. package/types/components/fragments/select-selection.vue.d.ts +48 -13
  29. package/types/components/fragments/select-selection.vue.d.ts.map +1 -1
  30. package/types/components/fragments/selection-group.vue.d.ts +10 -9
  31. package/types/components/fragments/selection-group.vue.d.ts.map +1 -1
  32. package/types/components/fragments/text-field-menu.vue.d.ts +88 -21
  33. package/types/components/fragments/text-field-menu.vue.d.ts.map +1 -1
  34. package/types/components/node.vue.d.ts +24 -8
  35. package/types/components/node.vue.d.ts.map +1 -1
  36. package/types/components/nodes/autocomplete.vue.d.ts +10 -9
  37. package/types/components/nodes/autocomplete.vue.d.ts.map +1 -1
  38. package/types/components/nodes/card.vue.d.ts +24 -8
  39. package/types/components/nodes/card.vue.d.ts.map +1 -1
  40. package/types/components/nodes/checkbox-group.vue.d.ts +10 -9
  41. package/types/components/nodes/checkbox-group.vue.d.ts.map +1 -1
  42. package/types/components/nodes/checkbox.vue.d.ts +10 -9
  43. package/types/components/nodes/checkbox.vue.d.ts.map +1 -1
  44. package/types/components/nodes/color-picker.vue.d.ts +24 -8
  45. package/types/components/nodes/color-picker.vue.d.ts.map +1 -1
  46. package/types/components/nodes/combobox.vue.d.ts +10 -9
  47. package/types/components/nodes/combobox.vue.d.ts.map +1 -1
  48. package/types/components/nodes/date-picker.vue.d.ts +24 -8
  49. package/types/components/nodes/date-picker.vue.d.ts.map +1 -1
  50. package/types/components/nodes/date-time-picker.vue.d.ts +24 -8
  51. package/types/components/nodes/date-time-picker.vue.d.ts.map +1 -1
  52. package/types/components/nodes/expansion-panels.vue.d.ts +24 -8
  53. package/types/components/nodes/expansion-panels.vue.d.ts.map +1 -1
  54. package/types/components/nodes/file-input.vue.d.ts +10 -9
  55. package/types/components/nodes/file-input.vue.d.ts.map +1 -1
  56. package/types/components/nodes/list.vue.d.ts +24 -8
  57. package/types/components/nodes/list.vue.d.ts.map +1 -1
  58. package/types/components/nodes/number-combobox.vue.d.ts +10 -9
  59. package/types/components/nodes/number-combobox.vue.d.ts.map +1 -1
  60. package/types/components/nodes/number-field.vue.d.ts +10 -9
  61. package/types/components/nodes/number-field.vue.d.ts.map +1 -1
  62. package/types/components/nodes/one-of-select.vue.d.ts +24 -8
  63. package/types/components/nodes/one-of-select.vue.d.ts.map +1 -1
  64. package/types/components/nodes/radio-group.vue.d.ts +10 -9
  65. package/types/components/nodes/radio-group.vue.d.ts.map +1 -1
  66. package/types/components/nodes/section.vue.d.ts +24 -8
  67. package/types/components/nodes/section.vue.d.ts.map +1 -1
  68. package/types/components/nodes/select.vue.d.ts +10 -9
  69. package/types/components/nodes/select.vue.d.ts.map +1 -1
  70. package/types/components/nodes/slider.vue.d.ts +10 -9
  71. package/types/components/nodes/slider.vue.d.ts.map +1 -1
  72. package/types/components/nodes/stepper.vue.d.ts +24 -8
  73. package/types/components/nodes/stepper.vue.d.ts.map +1 -1
  74. package/types/components/nodes/switch-group.vue.d.ts +10 -9
  75. package/types/components/nodes/switch-group.vue.d.ts.map +1 -1
  76. package/types/components/nodes/switch.vue.d.ts +10 -9
  77. package/types/components/nodes/switch.vue.d.ts.map +1 -1
  78. package/types/components/nodes/tabs.vue.d.ts +24 -8
  79. package/types/components/nodes/tabs.vue.d.ts.map +1 -1
  80. package/types/components/nodes/text-field.vue.d.ts +10 -9
  81. package/types/components/nodes/text-field.vue.d.ts.map +1 -1
  82. package/types/components/nodes/textarea.vue.d.ts +10 -9
  83. package/types/components/nodes/textarea.vue.d.ts.map +1 -1
  84. package/types/components/nodes/time-picker.vue.d.ts +24 -8
  85. package/types/components/nodes/time-picker.vue.d.ts.map +1 -1
  86. package/types/components/nodes/vertical-tabs.vue.d.ts +24 -8
  87. package/types/components/nodes/vertical-tabs.vue.d.ts.map +1 -1
  88. package/types/components/tree.vue.d.ts +24 -8
  89. package/types/components/tree.vue.d.ts.map +1 -1
  90. package/types/components/vjsf.vue.d.ts +50 -13
  91. package/types/components/vjsf.vue.d.ts.map +1 -1
  92. package/types/composables/use-comp-defaults.d.ts +1 -1
  93. package/types/composables/use-comp-defaults.d.ts.map +1 -1
  94. package/types/composables/use-dnd.d.ts +1 -1
  95. package/types/composables/use-dnd.d.ts.map +1 -1
  96. package/types/composables/use-get-items.d.ts +11 -4
  97. package/types/composables/use-get-items.d.ts.map +1 -1
  98. package/types/composables/use-node.d.ts +20 -9
  99. package/types/composables/use-node.d.ts.map +1 -1
  100. package/types/composables/use-select-node.d.ts +4 -4
  101. package/types/composables/use-vjsf.d.ts +5 -5
  102. package/types/composables/use-vjsf.d.ts.map +1 -1
  103. package/types/index.d.ts +2 -2
  104. package/types/options.d.ts +2 -2
  105. package/types/options.d.ts.map +1 -1
  106. package/types/utils/arrays.d.ts.map +1 -1
@@ -1,10 +1,26 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../types.js").VjsfDatePickerNode;
3
- statefulLayout: import("../../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../types.js").VjsfDatePickerNode | undefined;
6
- readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
9
2
  export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
4
+ modelValue: {
5
+ /** @type import('vue').PropType<import('../../types.js').VjsfDatePickerNode> */
6
+ type: import("vue").PropType<import("../../types.js").VjsfDatePickerNode>;
7
+ required: true;
8
+ };
9
+ statefulLayout: {
10
+ /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
12
+ required: true;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
+ modelValue: {
16
+ /** @type import('vue').PropType<import('../../types.js').VjsfDatePickerNode> */
17
+ type: import("vue").PropType<import("../../types.js").VjsfDatePickerNode>;
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
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
10
26
  //# sourceMappingURL=date-time-picker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"date-time-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/date-time-picker.vue.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"date-time-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/date-time-picker.vue"],"names":[],"mappings":"wBA8ZqB,OAAO,YAAY;;AAdxC;;QAGI,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;QAL7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAK9E"}
@@ -1,10 +1,26 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../types.js").VjsfExpansionPanelsNode;
3
- statefulLayout: import("../../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../types.js").VjsfExpansionPanelsNode | undefined;
6
- readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
9
2
  export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
4
+ modelValue: {
5
+ /** @type import('vue').PropType<import('../../types.js').VjsfExpansionPanelsNode> */
6
+ type: import("vue").PropType<import("../../types.js").VjsfExpansionPanelsNode>;
7
+ required: true;
8
+ };
9
+ statefulLayout: {
10
+ /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
12
+ required: true;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
+ modelValue: {
16
+ /** @type import('vue').PropType<import('../../types.js').VjsfExpansionPanelsNode> */
17
+ type: import("vue").PropType<import("../../types.js").VjsfExpansionPanelsNode>;
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
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
10
26
  //# sourceMappingURL=expansion-panels.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"expansion-panels.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/expansion-panels.vue.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"expansion-panels.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/expansion-panels.vue"],"names":[],"mappings":"wBAsRqB,OAAO,YAAY;;AAdxC;;QAGI,qFAAqF;cAA3E,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,uBAAuB,CAAC;;;;QAKlF,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;QAL7E,qFAAqF;cAA3E,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,uBAAuB,CAAC;;;;QAKlF,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAK9E"}
@@ -1,27 +1,28 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
2
4
  modelValue: {
3
5
  /** @type import('vue').PropType<import('../../types.js').VjsfFileInputNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfFileInputNode>;
6
+ type: import("vue").PropType<import("../../types.js").VjsfFileInputNode>;
5
7
  required: true;
6
8
  };
7
9
  statefulLayout: {
8
10
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
10
12
  required: true;
11
13
  };
12
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ }>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
13
15
  [key: string]: any;
14
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
17
  modelValue: {
16
18
  /** @type import('vue').PropType<import('../../types.js').VjsfFileInputNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfFileInputNode>;
19
+ type: import("vue").PropType<import("../../types.js").VjsfFileInputNode>;
18
20
  required: true;
19
21
  };
20
22
  statefulLayout: {
21
23
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
24
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
23
25
  required: true;
24
26
  };
25
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- export default _default;
27
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
27
28
  //# sourceMappingURL=file-input.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"file-input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/file-input.vue.js"],"names":[],"mappings":";;QAUM,+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
+ {"version":3,"file":"file-input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/file-input.vue"],"names":[],"mappings":"wBAuDqB,OAAO,YAAY;;AAQxC;;QAGM,+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;;;6IAwBhF"}
@@ -1,10 +1,26 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- modelValue: import("../../types.js").VjsfListNode;
3
- statefulLayout: import("../../types.js").VjsfStatefulLayout;
4
- $props: {
5
- readonly modelValue?: import("../../types.js").VjsfListNode | undefined;
6
- readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
9
2
  export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
4
+ modelValue: {
5
+ /** @type import('vue').PropType<import('../../types.js').VjsfListNode> */
6
+ type: import("vue").PropType<import("../../types.js").VjsfListNode>;
7
+ required: true;
8
+ };
9
+ statefulLayout: {
10
+ /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
12
+ required: true;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
+ modelValue: {
16
+ /** @type import('vue').PropType<import('../../types.js').VjsfListNode> */
17
+ type: import("vue").PropType<import("../../types.js").VjsfListNode>;
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
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
10
26
  //# sourceMappingURL=list.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/list.vue.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"list.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/list.vue"],"names":[],"mappings":"wBAgmEqB,OAAO,YAAY;;AAdxC;;QAGI,0EAA0E;cAAhE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,YAAY,CAAC;;;;QAKvE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;QAL7E,0EAA0E;cAAhE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,YAAY,CAAC;;;;QAKvE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAK9E"}
@@ -1,27 +1,28 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
2
4
  modelValue: {
3
5
  /** @type import('vue').PropType<import('../../types.js').VjsfComboboxNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfComboboxNode>;
6
+ type: import("vue").PropType<import("../../types.js").VjsfComboboxNode>;
5
7
  required: true;
6
8
  };
7
9
  statefulLayout: {
8
10
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
10
12
  required: true;
11
13
  };
12
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ }>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
13
15
  [key: string]: any;
14
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
17
  modelValue: {
16
18
  /** @type import('vue').PropType<import('../../types.js').VjsfComboboxNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfComboboxNode>;
19
+ type: import("vue").PropType<import("../../types.js").VjsfComboboxNode>;
18
20
  required: true;
19
21
  };
20
22
  statefulLayout: {
21
23
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
24
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
23
25
  required: true;
24
26
  };
25
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- export default _default;
27
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
27
28
  //# sourceMappingURL=number-combobox.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"number-combobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/number-combobox.vue.js"],"names":[],"mappings":";;QAYM,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
+ {"version":3,"file":"number-combobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/number-combobox.vue"],"names":[],"mappings":"wBAmEqB,OAAO,YAAY;;AAQxC;;QAGM,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;;;6IAsChF"}
@@ -1,27 +1,28 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
2
4
  modelValue: {
3
5
  /** @type import('vue').PropType<import('../../types.js').VjsfNumberFieldNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfNumberFieldNode>;
6
+ type: import("vue").PropType<import("../../types.js").VjsfNumberFieldNode>;
5
7
  required: true;
6
8
  };
7
9
  statefulLayout: {
8
10
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
10
12
  required: true;
11
13
  };
12
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ }>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
13
15
  [key: string]: any;
14
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
17
  modelValue: {
16
18
  /** @type import('vue').PropType<import('../../types.js').VjsfNumberFieldNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfNumberFieldNode>;
19
+ type: import("vue").PropType<import("../../types.js").VjsfNumberFieldNode>;
18
20
  required: true;
19
21
  };
20
22
  statefulLayout: {
21
23
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
24
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
23
25
  required: true;
24
26
  };
25
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- export default _default;
27
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
27
28
  //# sourceMappingURL=number-field.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"number-field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/number-field.vue.js"],"names":[],"mappings":";;QAUM,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
+ {"version":3,"file":"number-field.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/number-field.vue"],"names":[],"mappings":"wBA+CqB,OAAO,YAAY;;AAQxC;;QAGM,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;;;6IAsBhF"}
@@ -1,10 +1,26 @@
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
9
2
  export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
4
+ modelValue: {
5
+ /** @type import('vue').PropType<import('../../types.js').VjsfOneOfSelectNode> */
6
+ type: import("vue").PropType<import("../../types.js").VjsfOneOfSelectNode>;
7
+ required: true;
8
+ };
9
+ statefulLayout: {
10
+ /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
12
+ required: true;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
+ modelValue: {
16
+ /** @type import('vue').PropType<import('../../types.js').VjsfOneOfSelectNode> */
17
+ type: import("vue").PropType<import("../../types.js").VjsfOneOfSelectNode>;
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
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
10
26
  //# sourceMappingURL=one-of-select.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"one-of-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/one-of-select.vue.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"one-of-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/one-of-select.vue"],"names":[],"mappings":"wBA2XqB,OAAO,YAAY;;AAdxC;;QAGI,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;;;6IAK9E"}
@@ -1,27 +1,28 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
2
4
  modelValue: {
3
5
  /** @type import('vue').PropType<import('../../types.js').VjsfRadioGroupNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfRadioGroupNode>;
6
+ type: import("vue").PropType<import("../../types.js").VjsfRadioGroupNode>;
5
7
  required: true;
6
8
  };
7
9
  statefulLayout: {
8
10
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
10
12
  required: true;
11
13
  };
12
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ }>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
13
15
  [key: string]: any;
14
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
17
  modelValue: {
16
18
  /** @type import('vue').PropType<import('../../types.js').VjsfRadioGroupNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfRadioGroupNode>;
19
+ type: import("vue").PropType<import("../../types.js").VjsfRadioGroupNode>;
18
20
  required: true;
19
21
  };
20
22
  statefulLayout: {
21
23
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
24
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
23
25
  required: true;
24
26
  };
25
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- export default _default;
27
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
27
28
  //# sourceMappingURL=radio-group.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio-group.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/radio-group.vue.js"],"names":[],"mappings":";;QAaM,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC"}
1
+ {"version":3,"file":"radio-group.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/radio-group.vue"],"names":[],"mappings":"wBAqEqB,OAAO,YAAY;;AAQxC;;QAGM,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAsChF"}
@@ -1,10 +1,26 @@
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
9
2
  export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
4
+ modelValue: {
5
+ /** @type import('vue').PropType<import('../../types.js').VjsfSectionNode> */
6
+ type: import("vue").PropType<import("../../types.js").VjsfSectionNode>;
7
+ required: true;
8
+ };
9
+ statefulLayout: {
10
+ /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
12
+ required: true;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
+ modelValue: {
16
+ /** @type import('vue').PropType<import('../../types.js').VjsfSectionNode> */
17
+ type: import("vue").PropType<import("../../types.js").VjsfSectionNode>;
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
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
10
26
  //# sourceMappingURL=section.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"section.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/section.vue.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"section.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/section.vue"],"names":[],"mappings":"wBAgIqB,OAAO,YAAY;;AAdxC;;QAGI,6EAA6E;cAAnE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,eAAe,CAAC;;;;QAK1E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;QAL7E,6EAA6E;cAAnE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,eAAe,CAAC;;;;QAK1E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAK9E"}
@@ -1,27 +1,28 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
2
4
  modelValue: {
3
5
  /** @type import('vue').PropType<import('../../types.js').VjsfSelectNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfSelectNode>;
6
+ type: import("vue").PropType<import("../../types.js").VjsfSelectNode>;
5
7
  required: true;
6
8
  };
7
9
  statefulLayout: {
8
10
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
10
12
  required: true;
11
13
  };
12
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ }>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
13
15
  [key: string]: any;
14
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
17
  modelValue: {
16
18
  /** @type import('vue').PropType<import('../../types.js').VjsfSelectNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfSelectNode>;
19
+ type: import("vue").PropType<import("../../types.js").VjsfSelectNode>;
18
20
  required: true;
19
21
  };
20
22
  statefulLayout: {
21
23
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
24
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
23
25
  required: true;
24
26
  };
25
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- export default _default;
27
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
27
28
  //# sourceMappingURL=select.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/select.vue.js"],"names":[],"mappings":";;QAWM,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
+ {"version":3,"file":"select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/select.vue"],"names":[],"mappings":"wBAiDqB,OAAO,YAAY;;AAQxC;;QAGM,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;;;6IAsBhF"}
@@ -1,27 +1,28 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
2
4
  modelValue: {
3
5
  /** @type import('vue').PropType<import('../../types.js').VjsfSliderNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfSliderNode>;
6
+ type: import("vue").PropType<import("../../types.js").VjsfSliderNode>;
5
7
  required: true;
6
8
  };
7
9
  statefulLayout: {
8
10
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
10
12
  required: true;
11
13
  };
12
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ }>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
13
15
  [key: string]: any;
14
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
17
  modelValue: {
16
18
  /** @type import('vue').PropType<import('../../types.js').VjsfSliderNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfSliderNode>;
19
+ type: import("vue").PropType<import("../../types.js").VjsfSliderNode>;
18
20
  required: true;
19
21
  };
20
22
  statefulLayout: {
21
23
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
24
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
23
25
  required: true;
24
26
  };
25
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- export default _default;
27
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
27
28
  //# sourceMappingURL=slider.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"slider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/slider.vue.js"],"names":[],"mappings":";;QAUM,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
+ {"version":3,"file":"slider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/slider.vue"],"names":[],"mappings":"wBAiDqB,OAAO,YAAY;;AAQxC;;QAGM,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;;;6IAyBhF"}
@@ -1,10 +1,26 @@
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
9
2
  export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
4
+ modelValue: {
5
+ /** @type import('vue').PropType<import('../../types.js').VjsfStepperNode> */
6
+ type: import("vue").PropType<import("../../types.js").VjsfStepperNode>;
7
+ required: true;
8
+ };
9
+ statefulLayout: {
10
+ /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
12
+ required: true;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
+ modelValue: {
16
+ /** @type import('vue').PropType<import('../../types.js').VjsfStepperNode> */
17
+ type: import("vue").PropType<import("../../types.js").VjsfStepperNode>;
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
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
10
26
  //# sourceMappingURL=stepper.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/stepper.vue.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"stepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/stepper.vue"],"names":[],"mappings":"wBAubqB,OAAO,YAAY;;AAdxC;;QAGI,6EAA6E;cAAnE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,eAAe,CAAC;;;;QAK1E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;QAL7E,6EAA6E;cAAnE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,eAAe,CAAC;;;;QAK1E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAK9E"}
@@ -1,27 +1,28 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
2
4
  modelValue: {
3
5
  /** @type import('vue').PropType<import('../../types.js').VjsfCheckboxGroupNode> */
4
- type: import('vue').PropType<import('../../types.js').VjsfCheckboxGroupNode>;
6
+ type: import("vue").PropType<import("../../types.js").VjsfCheckboxGroupNode>;
5
7
  required: true;
6
8
  };
7
9
  statefulLayout: {
8
10
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
9
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
11
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
10
12
  required: true;
11
13
  };
12
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ }>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
13
15
  [key: string]: any;
14
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
15
17
  modelValue: {
16
18
  /** @type import('vue').PropType<import('../../types.js').VjsfCheckboxGroupNode> */
17
- type: import('vue').PropType<import('../../types.js').VjsfCheckboxGroupNode>;
19
+ type: import("vue").PropType<import("../../types.js").VjsfCheckboxGroupNode>;
18
20
  required: true;
19
21
  };
20
22
  statefulLayout: {
21
23
  /** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
22
- type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
24
+ type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
23
25
  required: true;
24
26
  };
25
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- export default _default;
27
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
27
28
  //# sourceMappingURL=switch-group.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"switch-group.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/switch-group.vue.js"],"names":[],"mappings":";;QASI,mFAAmF;cAAzE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,qBAAqB,CAAC;;;;QAKhF,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,mFAAmF;cAAzE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,qBAAqB,CAAC;;;;QAKhF,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC"}
1
+ {"version":3,"file":"switch-group.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/switch-group.vue"],"names":[],"mappings":"wBA8CqB,OAAO,YAAY;;AAQxC;;QAGI,mFAAmF;cAAzE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,qBAAqB,CAAC;;;;QAKhF,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,mFAAmF;cAAzE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,qBAAqB,CAAC;;;;QAKhF,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAiB9E"}