@knime/jsonforms 1.14.2 → 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 +32 -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,5 +1,69 @@
1
1
  export declare const textMessageRenderer: {
2
2
  name: string;
3
- control: import('vue').DefineComponent<import('..').VueControlProps<undefined>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('..').VueControlProps<undefined>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ control: import('vue').DefineComponent<{
4
+ control: {
5
+ data: undefined;
6
+ uischema: {
7
+ providedOptions?: string[];
8
+ id?: string;
9
+ };
10
+ } & Omit<{
11
+ uischema: import('@jsonforms/core').ControlElement;
12
+ schema: NonNullable<import('@jsonforms/core').JsonSchema>;
13
+ path: string;
14
+ enabled: boolean;
15
+ renderers: import('@jsonforms/core').JsonFormsRendererRegistryEntry[];
16
+ cells: import('@jsonforms/core').JsonFormsCellRendererRegistryEntry[] & {
17
+ tester: import('@jsonforms/core').RankedTester;
18
+ cell: any;
19
+ }[];
20
+ config: any;
21
+ label: string;
22
+ description: string;
23
+ required: NonNullable<boolean | undefined>;
24
+ i18nKeyPrefix: string;
25
+ errors: string;
26
+ data: any;
27
+ rootSchema: NonNullable<import('@jsonforms/core').JsonSchema>;
28
+ id: string;
29
+ visible: boolean;
30
+ }, "data">;
31
+ handleChange: (path: string, value: unknown) => void;
32
+ changeValue: (newValue: undefined) => void;
33
+ disabled: boolean;
34
+ labelForId?: null;
35
+ } & import('../higherOrderComponents/control/validation/types').ValidationSettings<undefined>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
36
+ control: {
37
+ data: undefined;
38
+ uischema: {
39
+ providedOptions?: string[];
40
+ id?: string;
41
+ };
42
+ } & Omit<{
43
+ uischema: import('@jsonforms/core').ControlElement;
44
+ schema: NonNullable<import('@jsonforms/core').JsonSchema>;
45
+ path: string;
46
+ enabled: boolean;
47
+ renderers: import('@jsonforms/core').JsonFormsRendererRegistryEntry[];
48
+ cells: import('@jsonforms/core').JsonFormsCellRendererRegistryEntry[] & {
49
+ tester: import('@jsonforms/core').RankedTester;
50
+ cell: any;
51
+ }[];
52
+ config: any;
53
+ label: string;
54
+ description: string;
55
+ required: NonNullable<boolean | undefined>;
56
+ i18nKeyPrefix: string;
57
+ errors: string;
58
+ data: any;
59
+ rootSchema: NonNullable<import('@jsonforms/core').JsonSchema>;
60
+ id: string;
61
+ visible: boolean;
62
+ }, "data">;
63
+ handleChange: (path: string, value: unknown) => void;
64
+ changeValue: (newValue: undefined) => void;
65
+ disabled: boolean;
66
+ labelForId?: null;
67
+ } & import('../higherOrderComponents/control/validation/types').ValidationSettings<undefined>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
4
68
  tester: (uischema: import('@jsonforms/core').UISchemaElement, schema: import('@jsonforms/core').JsonSchema, context: import('@jsonforms/core').TesterContext) => number;
5
69
  };
@@ -1 +1 @@
1
- export declare const textRenderer: import('../higherOrderComponents').SpecialControlRenderer<import('../higherOrderComponents').VueControl<string | null>>;
1
+ export declare const textRenderer: import('..').SpecialControlRenderer<import('..').VueControl<string | null>>;
@@ -1,10 +1,10 @@
1
1
  export declare const verticalLayoutRenderer: {
2
2
  name: string;
3
- layout: import('vue').DefineComponent<import('..').VueLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('..').VueLayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ layout: import('vue').DefineComponent<import('..').VueLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('..').VueLayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
4
4
  tester: (uischema: import('@jsonforms/core').UISchemaElement, schema: import('@jsonforms/core').JsonSchema, context: import('@jsonforms/core').TesterContext) => number;
5
5
  };
6
6
  export declare const verticalLayoutFallbackRenderer: {
7
7
  name: string;
8
- layout: import('vue').DefineComponent<import('..').VueLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('..').VueLayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ layout: import('vue').DefineComponent<import('..').VueLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('..').VueLayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
9
9
  tester: (uischema: import('@jsonforms/core').UISchemaElement, schema: import('@jsonforms/core').JsonSchema, context: import('@jsonforms/core').TesterContext) => number;
10
10
  };
@@ -1,6 +1,6 @@
1
1
  import { UISchemaElement } from '@jsonforms/core';
2
2
  export declare const hasZonedDateTimeFormat: (uischema: UISchemaElement) => boolean;
3
- export declare const zonedDateTimeRenderer: import('../higherOrderComponents').SpecialControlRenderer<import('../higherOrderComponents').VueControl<{
3
+ export declare const zonedDateTimeRenderer: import('..').SpecialControlRenderer<import('..').VueControl<{
4
4
  dateTime: string;
5
5
  timeZone: string;
6
6
  }>>;
@@ -1,10 +1,19 @@
1
1
  import { VueControlProps } from '../higherOrderComponents/control/types';
2
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<VueControlProps<boolean>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlProps<boolean>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
3
- icon?(_: {}): any;
4
- buttons?(_: {
5
- hover: boolean;
6
- }): any;
7
- }>;
2
+ type __VLS_Props = VueControlProps<boolean>;
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ icon?(_: {}): any;
7
+ buttons?(_: {
8
+ hover: boolean;
9
+ }): any;
10
+ };
11
+ refs: {};
12
+ rootEl: HTMLDivElement;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
8
17
  export default _default;
9
18
  type __VLS_WithTemplateSlots<T, S> = T & {
10
19
  new (): {
@@ -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;
@@ -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;
@@ -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, {}, HTMLDivElement>;
3
4
  export default _default;
@@ -1,4 +1,5 @@
1
1
  import { DateTimeFormatModel } from '@knime/components';
2
2
  import { VueControlPropsForLabelContent } from '../higherOrderComponents/control/withLabel';
3
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<DateTimeFormatModel>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<DateTimeFormatModel>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ type __VLS_Props = VueControlPropsForLabelContent<DateTimeFormatModel>;
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, {}, HTMLDivElement>;
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 | null>, {}, {}, {}, {}, 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, {}, {}, {}, {}, 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<number>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<number>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ type __VLS_Props = VueControlPropsForLabelContent<number>;
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, {}, HTMLDivElement>;
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<number>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<number>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
2
+ type __VLS_Props = VueControlPropsForLabelContent<number>;
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,10 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<Omit<import('..').VueControlProps<number>, "messages" | "labelForId"> & {
2
- labelForId: string;
3
- } & {
4
- type: "double" | "integer";
5
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Omit<import('..').VueControlProps<number>, "messages" | "labelForId"> & {
6
- labelForId: string;
7
- } & {
8
- type: "double" | "integer";
9
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
1
+ import { VueControlPropsForLabelContent } from '../higherOrderComponents/control/withLabel';
2
+ type __VLS_Props = VueControlPropsForLabelContent<number> & {
3
+ type: "integer" | "double";
4
+ };
5
+ 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>;
10
6
  export default _default;
@@ -1,3 +1,4 @@
1
1
  import { VueControlPropsForLabelContent } from '../higherOrderComponents';
2
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<string | null>, {}, {}, {}, {}, 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, {}, {}, {}, {}, 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,10 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<Omit<import('..').VueControlProps<string>, "messages" | "labelForId"> & {
2
- labelForId: string;
3
- } & {
1
+ import { VueControlPropsForLabelContent } from '../higherOrderComponents/control/withLabel';
2
+ type __VLS_Props = VueControlPropsForLabelContent<string> & {
4
3
  type: "radio" | "valueSwitch";
5
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Omit<import('..').VueControlProps<string>, "messages" | "labelForId"> & {
6
- labelForId: string;
7
- } & {
8
- type: "radio" | "valueSwitch";
9
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
4
+ };
5
+ 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>;
10
6
  export default _default;
@@ -1,83 +1,6 @@
1
- declare const _default: <SettingValue>(__VLS_props: {
2
- control: {
3
- data: undefined;
4
- uischema: {
5
- providedOptions?: string[] | undefined;
6
- id?: string | undefined;
7
- };
8
- } & Omit<{
9
- uischema: import('@jsonforms/core').ControlElement;
10
- schema: NonNullable<import('@jsonforms/core').JsonSchema>;
11
- path: string;
12
- enabled: boolean;
13
- renderers: import('@jsonforms/core').JsonFormsRendererRegistryEntry[];
14
- cells: import('@jsonforms/core').JsonFormsCellRendererRegistryEntry[] & {
15
- tester: import('@jsonforms/core').RankedTester;
16
- cell: any;
17
- }[];
18
- config: any;
19
- label: string;
20
- description: string;
21
- required: NonNullable<boolean | undefined>;
22
- i18nKeyPrefix: string;
23
- errors: string;
24
- data: any;
25
- rootSchema: NonNullable<import('@jsonforms/core').JsonSchema>;
26
- id: string;
27
- visible: boolean;
28
- }, "data">;
29
- handleChange: (path: string, value: unknown) => void;
30
- changeValue: (newValue: undefined) => void;
31
- disabled: boolean;
32
- labelForId?: null | undefined;
33
- isValid: boolean;
34
- messages: import('../higherOrderComponents/control/validation/types').Messages;
35
- onRegisterValidation: (validation: import('../higherOrderComponents/control/validation/types').ValidationMethod<undefined>) => () => void;
36
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
37
- slots: {
38
- buttons?(_: {
39
- hover: boolean;
40
- }): any;
41
- };
42
- attrs: any;
43
- emit: {};
44
- } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
45
- props: {
46
- control: {
47
- data: undefined;
48
- uischema: {
49
- providedOptions?: string[] | undefined;
50
- id?: string | undefined;
51
- };
52
- } & Omit<{
53
- uischema: import('@jsonforms/core').ControlElement;
54
- schema: NonNullable<import('@jsonforms/core').JsonSchema>;
55
- path: string;
56
- enabled: boolean;
57
- renderers: import('@jsonforms/core').JsonFormsRendererRegistryEntry[];
58
- cells: import('@jsonforms/core').JsonFormsCellRendererRegistryEntry[] & {
59
- tester: import('@jsonforms/core').RankedTester;
60
- cell: any;
61
- }[];
62
- config: any;
63
- label: string;
64
- description: string;
65
- required: NonNullable<boolean | undefined>;
66
- i18nKeyPrefix: string;
67
- errors: string;
68
- data: any;
69
- rootSchema: NonNullable<import('@jsonforms/core').JsonSchema>;
70
- id: string;
71
- visible: boolean;
72
- }, "data">;
73
- handleChange: (path: string, value: unknown) => void;
74
- changeValue: (newValue: undefined) => void;
75
- disabled: boolean;
76
- labelForId?: null | undefined;
77
- isValid: boolean;
78
- messages: import('../higherOrderComponents/control/validation/types').Messages;
79
- onRegisterValidation: (validation: import('../higherOrderComponents/control/validation/types').ValidationMethod<undefined>) => () => void;
80
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1
+ import { VueControlProps } from '../higherOrderComponents/control/types';
2
+ declare const _default: <SettingValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & VueControlProps<undefined> & Partial<{}>> & import('vue').PublicProps;
81
4
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
82
5
  attrs: any;
83
6
  slots: {
@@ -86,55 +9,8 @@ declare const _default: <SettingValue>(__VLS_props: {
86
9
  }): any;
87
10
  };
88
11
  emit: {};
89
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
90
- [key: string]: any;
91
- }> & {
92
- __ctx?: {
93
- props: {
94
- control: {
95
- data: undefined;
96
- uischema: {
97
- providedOptions?: string[] | undefined;
98
- id?: string | undefined;
99
- };
100
- } & Omit<{
101
- uischema: import('@jsonforms/core').ControlElement;
102
- schema: NonNullable<import('@jsonforms/core').JsonSchema>;
103
- path: string;
104
- enabled: boolean;
105
- renderers: import('@jsonforms/core').JsonFormsRendererRegistryEntry[];
106
- cells: import('@jsonforms/core').JsonFormsCellRendererRegistryEntry[] & {
107
- tester: import('@jsonforms/core').RankedTester;
108
- cell: any;
109
- }[];
110
- config: any;
111
- label: string;
112
- description: string;
113
- required: NonNullable<boolean | undefined>;
114
- i18nKeyPrefix: string;
115
- errors: string;
116
- data: any;
117
- rootSchema: NonNullable<import('@jsonforms/core').JsonSchema>;
118
- id: string;
119
- visible: boolean;
120
- }, "data">;
121
- handleChange: (path: string, value: unknown) => void;
122
- changeValue: (newValue: undefined) => void;
123
- disabled: boolean;
124
- labelForId?: null | undefined;
125
- isValid: boolean;
126
- messages: import('../higherOrderComponents/control/validation/types').Messages;
127
- onRegisterValidation: (validation: import('../higherOrderComponents/control/validation/types').ValidationMethod<undefined>) => () => void;
128
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
129
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
130
- attrs: any;
131
- slots: {
132
- buttons?(_: {
133
- hover: boolean;
134
- }): any;
135
- };
136
- emit: {};
137
- } | undefined;
12
+ }>) => import('vue').VNode & {
13
+ __ctx?: Awaited<typeof __VLS_setup>;
138
14
  };
139
15
  export default _default;
140
16
  type __VLS_PrettifyLocal<T> = {
@@ -7,5 +7,6 @@ type SingleSelectValue = {
7
7
  specialChoice: string;
8
8
  regularChoice: string;
9
9
  } | undefined | null;
10
- declare const _default: import('vue').DefineComponent<VueControlPropsForLabelContent<SingleSelectValue>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueControlPropsForLabelContent<SingleSelectValue>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ type __VLS_Props = VueControlPropsForLabelContent<SingleSelectValue>;
11
+ 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>;
11
12
  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;