@knime/jsonforms 1.14.3 → 1.15.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 (165) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/{AnyOfTwinlist-Cwxtyt0Q.js → AnyOfTwinlist-Co_sJAsc.js} +3 -3
  3. package/dist/{Button-BxuGKyL5.js → Button-Cqwayw73.js} +4 -4
  4. package/dist/CheckboxControl-C10_DX1N.js +40 -0
  5. package/dist/{Checkboxes-DIPjJhPO.js → Checkboxes-DWOxHiUX.js} +2 -2
  6. package/dist/{CheckboxesControl-5QlPmjwv.js → CheckboxesControl-BMRFgmO_.js} +7 -10
  7. package/dist/{ComboBoxControl-Dk02x7sN.js → ComboBoxControl-R0DlbAdT.js} +26 -29
  8. package/dist/{DateControl-CddCObVg.js → DateControl-DAGAM92B.js} +3 -3
  9. package/dist/DateTimeControl-DJhIb_U4.js +45 -0
  10. package/dist/{DateTimeFormatInput-bO1zHUyp.js → DateTimeFormatInput-BhLQzC-P.js} +74 -82
  11. package/dist/{DateTimeFormatPickerControl-Dq25_JV2.js → DateTimeFormatPickerControl-V7pxRYaW.js} +5 -8
  12. package/dist/{DateTimeFormatPickerWithTypeControl-DZib_x-B.js → DateTimeFormatPickerWithTypeControl-3fa75rGw.js} +6 -9
  13. package/dist/{DateTimeInput-CEYEV8dt.js → DateTimeInput-Cs0KqlOS.js} +4629 -4556
  14. package/dist/Dropdown-BEx-cvXH.js +608 -0
  15. package/dist/{DropdownControl-BNQKWzTT.js → DropdownControl-DEIA5VD4.js} +4 -4
  16. package/dist/{HorizontalLayout-6GwurgkR.js → HorizontalLayout-DCfhMNq4.js} +2 -2
  17. package/dist/{InputField-BYxW_-G3.js → InputField-OkFB9VHZ.js} +11 -11
  18. package/dist/{IntegerControl-DZIY-wb_.js → IntegerControl-Om8J7hch.js} +3 -3
  19. package/dist/{IntervalControl-Yts36_MI.js → IntervalControl-B7UbyyD-.js} +99 -100
  20. package/dist/{LoadingDropdown-Dw-0WQ8x.js → LoadingDropdown-CINkq_Sw.js} +6 -6
  21. package/dist/{ManualTwinlistControl-C3NnAug1.js → ManualTwinlistControl-BLTfr2gT.js} +24 -30
  22. package/dist/MultiSelectListBoxControl-j1TaFtQj.js +31 -0
  23. package/dist/{MultimodeTwinlistControl-B2Jven29.js → MultimodeTwinlistControl-BsFqHRFM.js} +97 -108
  24. package/dist/{MultimodeTwinlistControl.vue_vue_type_style_index_0_scoped_37fe7036_lang-DGKMWtLi.js → MultimodeTwinlistControl.vue_vue_type_style_index_0_scoped_37fe7036_lang-2fVBipAl.js} +1 -1
  25. package/dist/{MultiselectListBox-CHvGxAhY.js → MultiselectListBox-CMTJnAWr.js} +18 -23
  26. package/dist/{NameFilter-D0hKO5Fr.js → NameFilter-d5k6rDVY.js} +3 -3
  27. package/dist/{NumberControl-DkeQT1iR.js → NumberControl-Kc3hvVef.js} +3 -3
  28. package/dist/NumberControlBase.vue_vue_type_script_setup_true_lang-BOCR1qXG.js +50 -0
  29. package/dist/{NumberInput-DJ38AGiR.js → NumberInput-BepS3tAK.js} +5 -5
  30. package/dist/{OneOfDropdown-NAgE-mPP.js → OneOfDropdown-CLwVXrbC.js} +10 -11
  31. package/dist/{RadioControl-DjrysNQ_.js → RadioControl-DpziR8nA.js} +4 -4
  32. package/dist/RadioControlBase.vue_vue_type_script_setup_true_lang-DVIeg5W1.js +104 -0
  33. package/dist/{RichTextControl-CXY1ULxR.js → RichTextControl-CE6whfV5.js} +4524 -4079
  34. package/dist/SectionHeading-D7znCZXu.js +19 -0
  35. package/dist/SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-DR31vaIu.js +15431 -0
  36. package/dist/{SectionLayout-CJP4sYyB.js → SectionLayout-BhXDOzqB.js} +4 -4
  37. package/dist/SettingsSubPanel-x9uWGoiu.js +5 -0
  38. package/dist/{SettingsSubPanelLayout-YBNVPQOD.js → SettingsSubPanelLayout-BPHBM5n5.js} +12 -11
  39. package/dist/{SimpleButtonControl-ejyUwJdL.js → SimpleButtonControl-DfCSlgZS.js} +9 -9
  40. package/dist/SimpleTwinlistControl-CBalniCf.js +25 -0
  41. package/dist/{SingleSelectControl-B0JgDv7j.js → SingleSelectControl-DC4w0ata.js} +4 -4
  42. package/dist/{SingleSelectListBoxControl-ClQOxnxW.js → SingleSelectListBoxControl-CKj-p8jZ.js} +33 -36
  43. package/dist/{SortListControl-mvJofiWn.js → SortListControl-BIUyPjCi.js} +122 -120
  44. package/dist/{StyledListItem-BXz08pEQ.js → StyledListItem-D-HJWfo5.js} +3 -3
  45. package/dist/{TextAreaControl-S4aoqAv1.js → TextAreaControl-D28TQZEY.js} +23 -26
  46. package/dist/{TextControl-rJrjrBw8.js → TextControl-DUDBWcHy.js} +1 -1
  47. package/dist/{TextControl.vue_vue_type_script_setup_true_lang-Bf6GB1zX.js → TextControl.vue_vue_type_script_setup_true_lang-DpAd3yOu.js} +16 -19
  48. package/dist/TimeControl-HRooO_z3.js +36 -0
  49. package/dist/{TwinlistControlBase-D1l9t7Up.js → TwinlistControlBase-Brfh5pqZ.js} +5 -5
  50. package/dist/{TwinlistLoadingInfo-CQRx9cEu.js → TwinlistLoadingInfo-C4Tta00d.js} +150 -167
  51. package/dist/TypedStringFilter-CdvgPKhD.js +26 -0
  52. package/dist/{ValueSwitch-CUYV7v67.js → ValueSwitch-W4y1YvNM.js} +8 -8
  53. package/dist/{ValueSwitchControl-IP9SxrUs.js → ValueSwitchControl-BaXH8Cjx.js} +3 -3
  54. package/dist/{VerticalLayout-D2eQSYgv.js → VerticalLayout-ChAmRKNj.js} +5 -5
  55. package/dist/VerticalLayoutBase-DAk4vfH5.js +20 -0
  56. package/dist/ZonedDateTimeControl-Qb57KmMT.js +69 -0
  57. package/dist/{_baseEach-cjHvi5iT.js → _baseEach-DdH9cM67.js} +4 -4
  58. package/dist/{_baseIteratee-CIxt0KWU.js → _baseIteratee-BGt-t7Os.js} +27 -27
  59. package/dist/{_getTag-sLUyzSDj.js → _getTag-DAFySze4.js} +10 -10
  60. package/dist/{arrow-dropdown-DdgjzLAO.js → arrow-dropdown-BAFsD8Su.js} +2 -2
  61. package/dist/{arrow-next-CIOU5o42.js → arrow-next-BQVCxGb8.js} +2 -2
  62. package/dist/{close-BuY4mhXV.js → close-DGt8x-x_.js} +2 -2
  63. package/dist/floating-ui.vue-CDo9Kas1.js +1055 -0
  64. package/dist/{hotkeys-kwHHtFKz.js → hotkeys-rxnt4egK.js} +1 -1
  65. package/dist/index-CpKfM262.js +376 -0
  66. package/dist/knime-jsonforms.css +1 -1
  67. package/dist/knime-jsonforms.js +64 -67
  68. package/dist/{localTimeUtils-Dv-1R88J.js → localTimeUtils-NIKgHnIr.js} +179 -181
  69. package/dist/magic-string.es-BQ9KnLz-.js +659 -0
  70. package/dist/navigator-e30QQMkl.js +4 -0
  71. package/dist/popper-LGjf7Wza.js +905 -0
  72. package/dist/{reload-BVbCGubF.js → reload-DCdbNLa2.js} +2 -2
  73. package/dist/src/higherOrderComponents/control/LabeledControl.vue.d.ts +26 -22
  74. package/dist/src/higherOrderComponents/control/errorMessage/ErrorLine.vue.d.ts +3 -4
  75. package/dist/src/higherOrderComponents/control/errorMessage/ErrorMessages.vue.d.ts +16 -10
  76. package/dist/src/higherOrderComponents/control/errorMessage/withErrorMessage.d.ts +1 -1
  77. package/dist/src/higherOrderComponents/control/util.d.ts +7 -33
  78. package/dist/src/higherOrderComponents/layout/util.d.ts +1 -17
  79. package/dist/src/layoutComponents/Form.vue.d.ts +12 -4
  80. package/dist/src/layoutComponents/HorizontalLayout.vue.d.ts +1 -1
  81. package/dist/src/layoutComponents/SectionLayout.vue.d.ts +13 -5
  82. package/dist/src/layoutComponents/VerticalLayout.vue.d.ts +1 -1
  83. package/dist/src/layoutComponents/VerticalLayoutBase.vue.d.ts +16 -9
  84. package/dist/src/layoutComponents/section/SectionHeading.vue.d.ts +13 -6
  85. package/dist/src/layoutComponents/settingsSubPanel/SettingsSubPanel.vue.d.ts +2 -2
  86. package/dist/src/layoutComponents/settingsSubPanel/SettingsSubPanelBackArrow.vue.d.ts +1 -1
  87. package/dist/src/renderers/dateTimeFormatPickerRenderer.d.ts +2 -2
  88. package/dist/src/renderers/defaultRenderers.d.ts +966 -151
  89. package/dist/src/renderers/dropdownRenderer.d.ts +1 -1
  90. package/dist/src/renderers/fallbackRenderers.d.ts +8 -8
  91. package/dist/src/renderers/horizontalLayoutRenderer.d.ts +1 -1
  92. package/dist/src/renderers/sectionLayoutRenderer.d.ts +4 -4
  93. package/dist/src/renderers/simpleButtonRenderer.d.ts +7 -89
  94. package/dist/src/renderers/sortListRenderer.d.ts +853 -20
  95. package/dist/src/renderers/textMessageRenderer.d.ts +65 -1
  96. package/dist/src/renderers/textRenderer.d.ts +1 -1
  97. package/dist/src/renderers/verticalLayoutRenderer.d.ts +2 -2
  98. package/dist/src/renderers/zonedDateTimeRenderer.d.ts +1 -1
  99. package/dist/src/uiComponents/CheckboxControl.vue.d.ts +15 -6
  100. package/dist/src/uiComponents/CheckboxesControl.vue.d.ts +2 -1
  101. package/dist/src/uiComponents/ComboBoxControl.vue.d.ts +2 -1
  102. package/dist/src/uiComponents/DateControl.vue.d.ts +2 -1
  103. package/dist/src/uiComponents/DateTimeControl.vue.d.ts +2 -1
  104. package/dist/src/uiComponents/DateTimeFormatPickerControl.vue.d.ts +2 -1
  105. package/dist/src/uiComponents/DateTimeFormatPickerWithTypeControl.vue.d.ts +2 -1
  106. package/dist/src/uiComponents/DropdownControl.vue.d.ts +2 -1
  107. package/dist/src/uiComponents/IntegerControl.vue.d.ts +2 -1
  108. package/dist/src/uiComponents/IntervalControl.vue.d.ts +2 -1
  109. package/dist/src/uiComponents/MultiSelectListBoxControl.vue.d.ts +2 -1
  110. package/dist/src/uiComponents/NumberControl.vue.d.ts +2 -1
  111. package/dist/src/uiComponents/NumberControlBase.vue.d.ts +5 -9
  112. package/dist/src/uiComponents/OneOfDropdown.vue.d.ts +2 -1
  113. package/dist/src/uiComponents/RadioControl.vue.d.ts +2 -1
  114. package/dist/src/uiComponents/RadioControlBase.vue.d.ts +4 -8
  115. package/dist/src/uiComponents/SimpleButtonControl.vue.d.ts +5 -129
  116. package/dist/src/uiComponents/SingleSelectControl.vue.d.ts +2 -1
  117. package/dist/src/uiComponents/SingleSelectListBoxControl.vue.d.ts +2 -1
  118. package/dist/src/uiComponents/SortListControl.vue.d.ts +845 -12
  119. package/dist/src/uiComponents/TextAreaControl.vue.d.ts +2 -1
  120. package/dist/src/uiComponents/TextControl.vue.d.ts +203 -3
  121. package/dist/src/uiComponents/TextMessageControl.vue.d.ts +2 -1
  122. package/dist/src/uiComponents/TimeControl.vue.d.ts +2 -1
  123. package/dist/src/uiComponents/ValueSwitchControl.vue.d.ts +2 -1
  124. package/dist/src/uiComponents/ZonedDateTimeControl.vue.d.ts +2 -1
  125. package/dist/src/uiComponents/composables/useProvidedState.d.ts +1 -1
  126. package/dist/src/uiComponents/loading/TwinlistLoadingInfo.vue.d.ts +1 -1
  127. package/dist/src/uiComponents/richTextControl/DialogLinkModal.vue.d.ts +3 -1
  128. package/dist/src/uiComponents/richTextControl/RichTextControl.vue.d.ts +230 -1
  129. package/dist/src/uiComponents/twinlist/AnyOfTwinlist.vue.d.ts +2 -1
  130. package/dist/src/uiComponents/twinlist/ManualTwinlistControl.vue.d.ts +2 -1
  131. package/dist/src/uiComponents/twinlist/MultimodeTwinlistControl.vue.d.ts +8 -15
  132. package/dist/src/uiComponents/twinlist/NameFilter.vue.d.ts +2 -1
  133. package/dist/src/uiComponents/twinlist/SimpleTwinlistControl.vue.d.ts +2 -1
  134. package/dist/src/uiComponents/twinlist/TwinlistControlBase.vue.d.ts +5 -10
  135. package/dist/src/uiComponents/twinlist/TypedStringFilter.vue.d.ts +2 -1
  136. package/dist/{svgWithTitle-Cr3Pu3wr.js → svgWithTitle-CnTmPYAB.js} +4 -4
  137. package/dist/testUtils/component.d.ts +18 -18
  138. package/dist/testing.js +8688 -8655
  139. package/dist/{toString-C_MqBj3_.js → toString-BhubvA3m.js} +1 -1
  140. package/dist/{useBuiltinValidations-DP7OS71z.js → useBuiltinValidations-Boxrm71q.js} +1 -1
  141. package/dist/useDropdownNavigation-BfCXUheD.js +817 -0
  142. package/dist/usePossibleValues-DXuWWBh_.js +16 -0
  143. package/package.json +14 -14
  144. package/dist/CheckboxControl-Oe97HhY3.js +0 -40
  145. package/dist/DateTimeControl-DyXUJBHE.js +0 -54
  146. package/dist/Dropdown-CJj0CUA8.js +0 -604
  147. package/dist/MultiSelectListBoxControl-3Q41S4aA.js +0 -34
  148. package/dist/NumberControlBase.vue_vue_type_script_setup_true_lang-B9K5qEs3.js +0 -53
  149. package/dist/RadioControlBase.vue_vue_type_script_setup_true_lang-WaVJMdQq.js +0 -114
  150. package/dist/SectionHeading-BU1W5lDr.js +0 -19
  151. package/dist/SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-CsYyUtDa.js +0 -14015
  152. package/dist/SettingsSubPanel-KxEyzlB6.js +0 -5
  153. package/dist/SimpleTwinlistControl-qXQxRI7h.js +0 -28
  154. package/dist/TimeControl-DfhE8yu9.js +0 -42
  155. package/dist/TypedStringFilter-C6JhWCCC.js +0 -29
  156. package/dist/VerticalLayoutBase-DRfHwc4t.js +0 -20
  157. package/dist/ZonedDateTimeControl-Bi8cV34A.js +0 -75
  158. package/dist/floating-ui.vue-B-MrqKCT.js +0 -1019
  159. package/dist/index-CoRworrE.js +0 -322
  160. package/dist/magic-string.es-D-aKzDFf.js +0 -858
  161. package/dist/navigator-D_R-txCf.js +0 -7
  162. package/dist/popper-CRR--9mA.js +0 -907
  163. package/dist/src/JsonFormsDialog.vue.d.ts +0 -46
  164. package/dist/useDropdownNavigation-7o7SRJSo.js +0 -781
  165. package/dist/usePossibleValues-lz0Rcu_N.js +0 -20
@@ -1,3 +1,4 @@
1
1
  import { VueControlPropsForLabelContent } from '../higherOrderComponents/control/withLabel';
2
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<string>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<string>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ type __VLS_Props = VueControlPropsForLabelContent<string>;
3
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
4
  export default _default;
@@ -1,5 +1,205 @@
1
1
  import { VueControlPropsForLabelContent } from '../higherOrderComponents/control/withLabel';
2
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<string | null>, {
3
- focus?: (() => void) | undefined;
4
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<string | null>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ type __VLS_Props = VueControlPropsForLabelContent<string | null>;
3
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4
+ focus?: () => void;
5
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
6
+ inputField: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
7
+ modelValue: {
8
+ default: string;
9
+ type: (StringConstructor | NumberConstructor | null)[];
10
+ };
11
+ id: {
12
+ type: (StringConstructor | null)[];
13
+ default: null;
14
+ };
15
+ name: {
16
+ type: StringConstructor;
17
+ default: null;
18
+ };
19
+ isValid: {
20
+ default: boolean;
21
+ type: BooleanConstructor;
22
+ };
23
+ type: {
24
+ default: string;
25
+ type: StringConstructor;
26
+ };
27
+ pattern: {
28
+ default: null;
29
+ type: StringConstructor;
30
+ };
31
+ placeholder: {
32
+ default: null;
33
+ type: StringConstructor;
34
+ };
35
+ autocomplete: {
36
+ default: null;
37
+ type: StringConstructor;
38
+ };
39
+ autofocus: {
40
+ default: boolean;
41
+ type: BooleanConstructor;
42
+ };
43
+ focusOnMount: {
44
+ default: boolean;
45
+ type: BooleanConstructor;
46
+ };
47
+ inputClasses: {
48
+ default: string;
49
+ type: StringConstructor;
50
+ };
51
+ disabled: {
52
+ default: boolean;
53
+ type: BooleanConstructor;
54
+ };
55
+ ariaActivedescendant: {
56
+ type: StringConstructor;
57
+ default: null;
58
+ };
59
+ ariaOwns: {
60
+ type: StringConstructor;
61
+ default: null;
62
+ };
63
+ compact: {
64
+ type: BooleanConstructor;
65
+ default: boolean;
66
+ };
67
+ }>> & Readonly<{
68
+ onFocus?: ((...args: any[]) => any) | undefined;
69
+ onKeydown?: ((...args: any[]) => any) | undefined;
70
+ onKeypress?: ((...args: any[]) => any) | undefined;
71
+ onKeyup?: ((...args: any[]) => any) | undefined;
72
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
73
+ }>, {}, {}, {
74
+ hasLeftIcon(): number | undefined;
75
+ hasRightIcon(): number | undefined;
76
+ inputClassList(): string;
77
+ }, {
78
+ getValue(): any;
79
+ onInput(): void;
80
+ focus(): void;
81
+ validate(): {
82
+ isValid: boolean;
83
+ errorMessage: string | null;
84
+ };
85
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focus" | "keydown" | "keypress" | "keyup" | "update:modelValue")[], import('vue').PublicProps, {
86
+ pattern: string;
87
+ type: string;
88
+ name: string;
89
+ placeholder: string;
90
+ compact: boolean;
91
+ disabled: boolean;
92
+ modelValue: string | number | null;
93
+ id: string | null;
94
+ isValid: boolean;
95
+ inputClasses: string;
96
+ autocomplete: string;
97
+ autofocus: boolean;
98
+ focusOnMount: boolean;
99
+ ariaActivedescendant: string;
100
+ ariaOwns: string;
101
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
102
+ P: {};
103
+ B: {};
104
+ D: {};
105
+ C: {};
106
+ M: {};
107
+ Defaults: {};
108
+ }, Readonly<import('vue').ExtractPropTypes<{
109
+ modelValue: {
110
+ default: string;
111
+ type: (StringConstructor | NumberConstructor | null)[];
112
+ };
113
+ id: {
114
+ type: (StringConstructor | null)[];
115
+ default: null;
116
+ };
117
+ name: {
118
+ type: StringConstructor;
119
+ default: null;
120
+ };
121
+ isValid: {
122
+ default: boolean;
123
+ type: BooleanConstructor;
124
+ };
125
+ type: {
126
+ default: string;
127
+ type: StringConstructor;
128
+ };
129
+ pattern: {
130
+ default: null;
131
+ type: StringConstructor;
132
+ };
133
+ placeholder: {
134
+ default: null;
135
+ type: StringConstructor;
136
+ };
137
+ autocomplete: {
138
+ default: null;
139
+ type: StringConstructor;
140
+ };
141
+ autofocus: {
142
+ default: boolean;
143
+ type: BooleanConstructor;
144
+ };
145
+ focusOnMount: {
146
+ default: boolean;
147
+ type: BooleanConstructor;
148
+ };
149
+ inputClasses: {
150
+ default: string;
151
+ type: StringConstructor;
152
+ };
153
+ disabled: {
154
+ default: boolean;
155
+ type: BooleanConstructor;
156
+ };
157
+ ariaActivedescendant: {
158
+ type: StringConstructor;
159
+ default: null;
160
+ };
161
+ ariaOwns: {
162
+ type: StringConstructor;
163
+ default: null;
164
+ };
165
+ compact: {
166
+ type: BooleanConstructor;
167
+ default: boolean;
168
+ };
169
+ }>> & Readonly<{
170
+ onFocus?: ((...args: any[]) => any) | undefined;
171
+ onKeydown?: ((...args: any[]) => any) | undefined;
172
+ onKeypress?: ((...args: any[]) => any) | undefined;
173
+ onKeyup?: ((...args: any[]) => any) | undefined;
174
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
175
+ }>, {}, {}, {
176
+ hasLeftIcon(): number | undefined;
177
+ hasRightIcon(): number | undefined;
178
+ inputClassList(): string;
179
+ }, {
180
+ getValue(): any;
181
+ onInput(): void;
182
+ focus(): void;
183
+ validate(): {
184
+ isValid: boolean;
185
+ errorMessage: string | null;
186
+ };
187
+ }, {
188
+ pattern: string;
189
+ type: string;
190
+ name: string;
191
+ placeholder: string;
192
+ compact: boolean;
193
+ disabled: boolean;
194
+ modelValue: string | number | null;
195
+ id: string | null;
196
+ isValid: boolean;
197
+ inputClasses: string;
198
+ autocomplete: string;
199
+ autofocus: boolean;
200
+ focusOnMount: boolean;
201
+ ariaActivedescendant: string;
202
+ ariaOwns: string;
203
+ }> | null;
204
+ }, any>;
5
205
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { VueControlProps } from '../higherOrderComponents/control/types';
2
- declare const _default: import('vue').DefineComponent<VueControlProps<undefined>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlProps<undefined>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ type __VLS_Props = VueControlProps<undefined>;
3
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { VueControlPropsForLabelContent } from '../higherOrderComponents/control/withLabel';
2
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<string>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<string>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ type __VLS_Props = VueControlPropsForLabelContent<string>;
3
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
4
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { VueControlPropsForLabelContent } from '../higherOrderComponents/control/withLabel';
2
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<string>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<string>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ type __VLS_Props = VueControlPropsForLabelContent<string>;
3
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
4
  export default _default;
@@ -3,5 +3,6 @@ type ZonedDateTime = {
3
3
  dateTime: string;
4
4
  timeZone: string;
5
5
  };
6
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<ZonedDateTime>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<ZonedDateTime>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
+ type __VLS_Props = VueControlPropsForLabelContent<ZonedDateTime>;
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7
8
  export default _default;
@@ -14,5 +14,5 @@ export type Paths<T, D extends number = 2> = [D] extends [never] ? never : T ext
14
14
  [K in keyof T]-?: K extends string ? `${K}` | Join<K, Paths<T[K], Prev[D]>> : never;
15
15
  }[keyof T] : "";
16
16
  export type ExtractNestedValue<T, P extends string> = P extends `${infer Key}.${infer Rest}` ? Key extends keyof T ? ExtractNestedValue<T[Key], Rest> : never : P extends keyof T ? T[P] : never;
17
- declare const _default: <U extends UiSchemaWithProvidedOptions<Record<string, unknown>>, K_3 extends NonUndefined<U["options"]> extends infer T ? T extends NonUndefined<U["options"]> ? T extends object ? { [K in keyof T]-?: K extends string ? `${K}` | Join<K, T[K] extends infer T_1 ? T_1 extends T[K] ? T_1 extends object ? { [K_1 in keyof T_1]-?: K_1 extends string ? `${K_1}` | Join<K_1, T_1[K_1] extends infer T_2 ? T_2 extends T_1[K_1] ? T_2 extends object ? { [K_2 in keyof T_2]-?: K_2 extends string ? `${K_2}` | Join<K_2, never> : never; }[keyof T_2] : "" : never : never> : never; }[keyof T_1] : "" : never : never> : never; }[keyof T] : "" : never : never, D = ExtractNestedValue<NonUndefined<U["options"]>, K_3> | null>(uischema: Ref<U>, providedOptionName: K_3, defaultValue?: D | null) => Ref<NonUndefined<D>, NonUndefined<D>>;
17
+ declare const _default: <U extends UiSchemaWithProvidedOptions<Record<string, unknown>>, K extends Paths<NonUndefined<U["options"]>>, D = ExtractNestedValue<NonUndefined<U["options"]>, K> | null>(uischema: Ref<U>, providedOptionName: K, defaultValue?: D | null) => Ref<NonUndefined<D>, NonUndefined<D>>;
18
18
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -16,5 +16,7 @@ export type Props = {
16
16
  };
17
17
  useFlowVarTemplates?: boolean;
18
18
  };
19
- declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
20
+ linkDialog: HTMLDialogElement;
21
+ }, HTMLDialogElement>;
20
22
  export default _default;
@@ -1,3 +1,232 @@
1
1
  import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
2
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<string>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<string>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ type __VLS_Props = VueControlPropsForLabelContent<string>;
3
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
4
+ richTextEditorElement: ({
5
+ $: import('vue').ComponentInternalInstance;
6
+ $data: {};
7
+ $props: {
8
+ readonly modelValue: string;
9
+ readonly editable?: boolean | undefined;
10
+ readonly minHeight?: number | null | undefined;
11
+ readonly maxHeight?: number | null | undefined;
12
+ readonly baseExtensions?: (import('@knime/rich-text-editor').BaseExtensionsConfig | ({
13
+ bold?: undefined;
14
+ italic?: undefined;
15
+ underline?: undefined;
16
+ textAlign?: undefined;
17
+ bulletList?: undefined;
18
+ orderedList?: undefined;
19
+ heading?: undefined;
20
+ paragraphTextStyle?: undefined;
21
+ blockquote?: undefined;
22
+ code?: undefined;
23
+ codeBlock?: undefined;
24
+ horizontalRule?: undefined;
25
+ strike?: undefined;
26
+ link?: undefined;
27
+ } & {
28
+ all: boolean;
29
+ })) | undefined;
30
+ readonly hotkeyFormatter?: ((hotkey: Array<string>) => string) | undefined;
31
+ readonly customExtensions?: Array<import('@tiptap/core').AnyExtension> | undefined;
32
+ readonly autofocus?: boolean | undefined;
33
+ readonly withBorder?: boolean | undefined;
34
+ readonly disabled?: boolean | undefined;
35
+ readonly linkToolOptions?: import('@knime/rich-text-editor').LinkToolOptions | undefined;
36
+ readonly characterLimit?: number | undefined;
37
+ readonly onBlur?: (() => any) | undefined;
38
+ readonly "onUpdate:modelValue"?: ((content: string) => any) | undefined;
39
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
40
+ $attrs: {
41
+ [x: string]: unknown;
42
+ };
43
+ $refs: {
44
+ [x: string]: unknown;
45
+ };
46
+ $slots: Readonly<{
47
+ [name: string]: import('vue').Slot<any> | undefined;
48
+ }>;
49
+ $root: import('vue').ComponentPublicInstance | null;
50
+ $parent: import('vue').ComponentPublicInstance | null;
51
+ $host: Element | null;
52
+ $emit: ((event: "blur") => void) & ((event: "update:modelValue", content: string) => void);
53
+ $el: HTMLDivElement;
54
+ $options: import('vue').ComponentOptionsBase<Readonly<{
55
+ modelValue: string;
56
+ editable?: boolean;
57
+ minHeight?: number | null;
58
+ maxHeight?: number | null;
59
+ baseExtensions?: import('@knime/rich-text-editor').BaseExtensionsConfig | ({
60
+ bold?: undefined;
61
+ italic?: undefined;
62
+ underline?: undefined;
63
+ textAlign?: undefined;
64
+ bulletList?: undefined;
65
+ orderedList?: undefined;
66
+ heading?: undefined;
67
+ paragraphTextStyle?: undefined;
68
+ blockquote?: undefined;
69
+ code?: undefined;
70
+ codeBlock?: undefined;
71
+ horizontalRule?: undefined;
72
+ strike?: undefined;
73
+ link?: undefined;
74
+ } & {
75
+ all: boolean;
76
+ });
77
+ hotkeyFormatter?: (hotkey: Array<string>) => string;
78
+ customExtensions?: Array<import('@tiptap/core').AnyExtension>;
79
+ autofocus?: boolean;
80
+ withBorder?: boolean;
81
+ disabled?: boolean;
82
+ linkToolOptions?: import('@knime/rich-text-editor').LinkToolOptions;
83
+ characterLimit?: number;
84
+ }> & Readonly<{
85
+ onBlur?: (() => any) | undefined;
86
+ "onUpdate:modelValue"?: ((content: string) => any) | undefined;
87
+ }>, {
88
+ focus: () => void;
89
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
90
+ blur: () => any;
91
+ "update:modelValue": (content: string) => any;
92
+ }, string, {
93
+ withBorder: boolean;
94
+ disabled: boolean;
95
+ maxHeight: number | null;
96
+ minHeight: number | null;
97
+ autofocus: boolean;
98
+ linkToolOptions: import('@knime/rich-text-editor').LinkToolOptions;
99
+ baseExtensions: import('@knime/rich-text-editor').BaseExtensionsConfig | ({
100
+ bold?: undefined;
101
+ italic?: undefined;
102
+ underline?: undefined;
103
+ textAlign?: undefined;
104
+ bulletList?: undefined;
105
+ orderedList?: undefined;
106
+ heading?: undefined;
107
+ paragraphTextStyle?: undefined;
108
+ blockquote?: undefined;
109
+ code?: undefined;
110
+ codeBlock?: undefined;
111
+ horizontalRule?: undefined;
112
+ strike?: undefined;
113
+ link?: undefined;
114
+ } & {
115
+ all: boolean;
116
+ });
117
+ hotkeyFormatter: (hotkey: Array<string>) => string;
118
+ editable: boolean;
119
+ customExtensions: Array<import('@tiptap/core').AnyExtension>;
120
+ characterLimit: number;
121
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
122
+ beforeCreate?: (() => void) | (() => void)[];
123
+ created?: (() => void) | (() => void)[];
124
+ beforeMount?: (() => void) | (() => void)[];
125
+ mounted?: (() => void) | (() => void)[];
126
+ beforeUpdate?: (() => void) | (() => void)[];
127
+ updated?: (() => void) | (() => void)[];
128
+ activated?: (() => void) | (() => void)[];
129
+ deactivated?: (() => void) | (() => void)[];
130
+ beforeDestroy?: (() => void) | (() => void)[];
131
+ beforeUnmount?: (() => void) | (() => void)[];
132
+ destroyed?: (() => void) | (() => void)[];
133
+ unmounted?: (() => void) | (() => void)[];
134
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
135
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
136
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
137
+ };
138
+ $forceUpdate: () => void;
139
+ $nextTick: typeof import('vue').nextTick;
140
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
141
+ } & Readonly<{
142
+ withBorder: boolean;
143
+ disabled: boolean;
144
+ maxHeight: number | null;
145
+ minHeight: number | null;
146
+ autofocus: boolean;
147
+ linkToolOptions: import('@knime/rich-text-editor').LinkToolOptions;
148
+ baseExtensions: import('@knime/rich-text-editor').BaseExtensionsConfig | ({
149
+ bold?: undefined;
150
+ italic?: undefined;
151
+ underline?: undefined;
152
+ textAlign?: undefined;
153
+ bulletList?: undefined;
154
+ orderedList?: undefined;
155
+ heading?: undefined;
156
+ paragraphTextStyle?: undefined;
157
+ blockquote?: undefined;
158
+ code?: undefined;
159
+ codeBlock?: undefined;
160
+ horizontalRule?: undefined;
161
+ strike?: undefined;
162
+ link?: undefined;
163
+ } & {
164
+ all: boolean;
165
+ });
166
+ hotkeyFormatter: (hotkey: Array<string>) => string;
167
+ editable: boolean;
168
+ customExtensions: Array<import('@tiptap/core').AnyExtension>;
169
+ characterLimit: number;
170
+ }> & Omit<Readonly<{
171
+ modelValue: string;
172
+ editable?: boolean;
173
+ minHeight?: number | null;
174
+ maxHeight?: number | null;
175
+ baseExtensions?: import('@knime/rich-text-editor').BaseExtensionsConfig | ({
176
+ bold?: undefined;
177
+ italic?: undefined;
178
+ underline?: undefined;
179
+ textAlign?: undefined;
180
+ bulletList?: undefined;
181
+ orderedList?: undefined;
182
+ heading?: undefined;
183
+ paragraphTextStyle?: undefined;
184
+ blockquote?: undefined;
185
+ code?: undefined;
186
+ codeBlock?: undefined;
187
+ horizontalRule?: undefined;
188
+ strike?: undefined;
189
+ link?: undefined;
190
+ } & {
191
+ all: boolean;
192
+ });
193
+ hotkeyFormatter?: (hotkey: Array<string>) => string;
194
+ customExtensions?: Array<import('@tiptap/core').AnyExtension>;
195
+ autofocus?: boolean;
196
+ withBorder?: boolean;
197
+ disabled?: boolean;
198
+ linkToolOptions?: import('@knime/rich-text-editor').LinkToolOptions;
199
+ characterLimit?: number;
200
+ }> & Readonly<{
201
+ onBlur?: (() => any) | undefined;
202
+ "onUpdate:modelValue"?: ((content: string) => any) | undefined;
203
+ }>, "focus" | ("withBorder" | "disabled" | "maxHeight" | "minHeight" | "autofocus" | "linkToolOptions" | "baseExtensions" | "hotkeyFormatter" | "editable" | "customExtensions" | "characterLimit")> & import('vue').ShallowUnwrapRef<{
204
+ focus: () => void;
205
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
206
+ $slots: {
207
+ customToolbar?(_: {
208
+ editor: import('@tiptap/vue-3').Editor;
209
+ tools: import('@knime/rich-text-editor').EditorTools;
210
+ hotkeyFormatter: (hotkey: Array<string>) => string;
211
+ }): any;
212
+ linkModal?(_: {
213
+ linkTool: {
214
+ onLinkToolClick: () => void;
215
+ props: {
216
+ url: import('vue').Ref<string, string>;
217
+ text: import('vue').Ref<string, string>;
218
+ isActive: import('vue').Ref<boolean, boolean>;
219
+ isEdit: import('vue').ComputedRef<boolean>;
220
+ urlValidator: (url: string) => boolean;
221
+ };
222
+ events: {
223
+ addLink: (text: string, urlText: string) => void;
224
+ removeLink: () => void;
225
+ cancelAddLink: () => void;
226
+ };
227
+ } | null;
228
+ }): any;
229
+ };
230
+ }) | null;
231
+ }, HTMLDivElement>;
3
232
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
2
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<string[]>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<string[]>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ type __VLS_Props = VueControlPropsForLabelContent<string[]>;
3
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
4
  export default _default;
@@ -4,5 +4,6 @@ export type ManualTwinlistData = {
4
4
  manuallyDeselected: string[];
5
5
  includeUnknownColumns: boolean;
6
6
  };
7
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<ManualTwinlistData>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<ManualTwinlistData>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7
+ type __VLS_Props = VueControlPropsForLabelContent<ManualTwinlistData>;
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
9
  export default _default;
@@ -1,3 +1,4 @@
1
+ import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
1
2
  import { IdAndText } from '../../types/ChoicesUiSchema';
2
3
  export type TwinlistData = {
3
4
  mode: string;
@@ -17,21 +18,13 @@ export type TwinlistData = {
17
18
  };
18
19
  selected: string[] | null | undefined;
19
20
  };
20
- declare const _default: import('vue').DefineComponent<Omit<import('../..').VueControlProps<TwinlistData>, "messages" | "labelForId"> & {
21
- labelForId: string;
22
- } & {
23
- twinlistSize?: number | undefined;
24
- twinlistLeftLabel?: string | undefined;
25
- showUnknownValues?: boolean | undefined;
26
- twinlistRightLabel?: string | undefined;
27
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Omit<import('../..').VueControlProps<TwinlistData>, "messages" | "labelForId"> & {
28
- labelForId: string;
29
- } & {
30
- twinlistSize?: number | undefined;
31
- twinlistLeftLabel?: string | undefined;
32
- showUnknownValues?: boolean | undefined;
33
- twinlistRightLabel?: string | undefined;
34
- }> & Readonly<{}>, {
21
+ type __VLS_Props = VueControlPropsForLabelContent<TwinlistData> & {
22
+ twinlistSize?: number;
23
+ twinlistLeftLabel?: string;
24
+ showUnknownValues?: boolean;
25
+ twinlistRightLabel?: string;
26
+ };
27
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
35
28
  twinlistSize: number;
36
29
  twinlistLeftLabel: string;
37
30
  showUnknownValues: boolean;
@@ -1,4 +1,5 @@
1
1
  import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
2
2
  import { TwinlistData } from './MultimodeTwinlistControl.vue';
3
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<TwinlistData>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<TwinlistData>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ type __VLS_Props = VueControlPropsForLabelContent<TwinlistData>;
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
4
5
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
2
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<string[]>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<string[]>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ type __VLS_Props = VueControlPropsForLabelContent<string[]>;
3
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
4
  export default _default;
@@ -1,15 +1,10 @@
1
+ import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
1
2
  import { IdAndText } from '../../types/ChoicesUiSchema';
2
- declare const _default: import('vue').DefineComponent<Omit<import('../..').VueControlProps<string[]>, "messages" | "labelForId"> & {
3
- labelForId: string;
4
- } & {
5
- twinlistSize?: number | undefined;
3
+ type __VLS_Props = VueControlPropsForLabelContent<string[]> & {
4
+ twinlistSize?: number;
6
5
  possibleValues: IdAndText[] | null;
7
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Omit<import('../..').VueControlProps<string[]>, "messages" | "labelForId"> & {
8
- labelForId: string;
9
- } & {
10
- twinlistSize?: number | undefined;
11
- possibleValues: IdAndText[] | null;
12
- }> & Readonly<{}>, {
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
8
  twinlistSize: number;
14
9
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
10
  export default _default;
@@ -1,4 +1,5 @@
1
1
  import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
2
2
  import { TwinlistData } from './MultimodeTwinlistControl.vue';
3
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<TwinlistData>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<TwinlistData>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ type __VLS_Props = VueControlPropsForLabelContent<TwinlistData>;
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
4
5
  export default _default;
@@ -1,11 +1,11 @@
1
- import { defineComponent as r, openBlock as c, createBlock as s, unref as a, h as i } from "vue";
2
- import { R as d } from "./reload-BVbCGubF.js";
3
- import { _ } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-CsYyUtDa.js";
1
+ import { defineComponent as r, createBlock as c, openBlock as s, unref as a, h as i } from "vue";
2
+ import { R as d } from "./reload-DCdbNLa2.js";
3
+ import { _ } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-DR31vaIu.js";
4
4
  const p = /* @__PURE__ */ r({
5
5
  __name: "LoadingIcon",
6
6
  setup(t) {
7
7
  const e = l(d, "Loading…");
8
- return (o, n) => (c(), s(a(e)));
8
+ return (o, n) => (s(), c(a(e)));
9
9
  }
10
10
  }), u = /* @__PURE__ */ _(p, [["__scopeId", "data-v-faec3cac"]]), l = (t, e) => ({
11
11
  render() {