@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,27 +1,27 @@
1
- import { defineComponent as c, ref as i, onMounted as P, openBlock as u, createElementBlock as v, createElementVNode as y, createCommentVNode as T, provide as x, computed as C, watch as E, createBlock as A, Suspense as w, withCtx as d, createVNode as l, renderSlot as h, unref as B, nextTick as j } from "vue";
2
- import { _ as S, p as F, F as M, s as O, U as I, i as R } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-CsYyUtDa.js";
3
- import { E as Z, L as ee, a as te, c as oe, f as se, e as ae, d as re, g as ne, h as de, k as le, l as ie, j as ue, m as ce, b as pe, n as me, t as fe, u as _e, w as ge } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-CsYyUtDa.js";
4
- import { default as De } from "./SimpleButtonControl-ejyUwJdL.js";
5
- import { _ as ye } from "./TextControl.vue_vue_type_script_setup_true_lang-Bf6GB1zX.js";
6
- import { V as Le } from "./VerticalLayoutBase-DRfHwc4t.js";
7
- import { S as ke } from "./SectionHeading-BU1W5lDr.js";
8
- import { S as Te } from "./SettingsSubPanel-KxEyzlB6.js";
9
- const V = {
1
+ import { defineComponent as c, ref as i, onMounted as k, createElementBlock as v, createCommentVNode as P, openBlock as u, createElementVNode as D, provide as T, computed as x, watch as C, createBlock as E, Suspense as A, withCtx as d, createVNode as l, renderSlot as g, unref as w, nextTick as B } from "vue";
2
+ import { _ as y, p as j, F, s as M, U as O, i as I } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-DR31vaIu.js";
3
+ import { E as W, L as Z, a as ee, c as te, f as oe, e as se, d as ae, g as re, h as ne, k as de, l as le, j as ie, m as ue, b as ce, n as pe, t as me, u as fe, w as _e } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-DR31vaIu.js";
4
+ import { default as he } from "./SimpleButtonControl-DfCSlgZS.js";
5
+ import { _ as De } from "./TextControl.vue_vue_type_script_setup_true_lang-DpAd3yOu.js";
6
+ import { V as Se } from "./VerticalLayoutBase-DAk4vfH5.js";
7
+ import { S as be } from "./SectionHeading-D7znCZXu.js";
8
+ import { S as Pe } from "./SettingsSubPanel-x9uWGoiu.js";
9
+ const R = {
10
10
  key: 0,
11
11
  class: "loading-dialog skeleton-wrapper"
12
- }, $ = 200, N = /* @__PURE__ */ c({
12
+ }, V = 200, $ = /* @__PURE__ */ c({
13
13
  __name: "LoadingDialog",
14
14
  setup(r) {
15
15
  const s = i(!1);
16
- return P(() => {
16
+ return k(() => {
17
17
  setTimeout(() => {
18
18
  s.value = !0;
19
- }, $);
20
- }), (p, o) => s.value ? (u(), v("div", V, o[0] || (o[0] = [
21
- y("div", { class: "loading-dialog-content skeleton" }, null, -1)
22
- ]))) : T("", !0);
19
+ }, V);
20
+ }), (p, o) => s.value ? (u(), v("div", R, o[0] || (o[0] = [
21
+ D("div", { class: "loading-dialog-content skeleton" }, null, -1)
22
+ ]))) : P("", !0);
23
23
  }
24
- }), U = /* @__PURE__ */ S(N, [["__scopeId", "data-v-7dabb11d"]]), J = { class: "dialog" }, D = "EXPOSED_METHOD", G = /* @__PURE__ */ c({
24
+ }), N = /* @__PURE__ */ y($, [["__scopeId", "data-v-7dabb11d"]]), U = { class: "dialog" }, h = "EXPOSED_METHOD", J = /* @__PURE__ */ c({
25
25
  __name: "JsonFormsDialog",
26
26
  props: {
27
27
  schema: {},
@@ -31,27 +31,24 @@ const V = {
31
31
  },
32
32
  emits: ["updateData", "trigger", "change", "alert", "stateProviderListener"],
33
33
  setup(r, { expose: s, emit: p }) {
34
- const o = p, L = (e, t, n) => {
35
- var g;
36
- return t.type === I && // @ts-expect-error source doesn't exist on type object
37
- ((g = t.context) == null ? void 0 : g.source) !== D && setTimeout(() => j(() => o("updateData", t.path))), n(e, t);
38
- }, b = (e) => {
34
+ const o = p, S = (e, t, n) => (t.type === O && // @ts-expect-error source doesn't exist on type object
35
+ t.context?.source !== h && setTimeout(() => B(() => o("updateData", t.path))), n(e, t)), L = (e) => {
39
36
  o("change", e);
40
37
  };
41
38
  Object.entries({
42
39
  trigger: (e) => o("trigger", e),
43
40
  addStateProviderListener: (e, t) => o("stateProviderListener", e, t),
44
41
  sendAlert: (e) => o("alert", e)
45
- }).forEach(([e, t]) => x(e, t));
42
+ }).forEach(([e, t]) => T(e, t));
46
43
  const a = i(null), m = [], f = (e, t) => {
47
44
  a.value.dispatch(
48
- R.update(e, () => t, {
49
- source: D
45
+ I.update(e, () => t, {
46
+ source: h
50
47
  })
51
48
  );
52
- }, k = C(() => a.value !== null);
53
- E(
54
- () => k.value,
49
+ }, b = x(() => a.value !== null);
50
+ C(
51
+ () => b.value,
55
52
  (e) => e && m.forEach(
56
53
  ({ path: t, value: n }) => f(t, n)
57
54
  )
@@ -61,30 +58,30 @@ const V = {
61
58
  }
62
59
  });
63
60
  const _ = i(null);
64
- return F(_), (e, t) => (u(), v("div", J, [
65
- y("div", {
61
+ return j(_), (e, t) => (u(), v("div", U, [
62
+ D("div", {
66
63
  ref_key: "subPanelTeleportDest",
67
64
  ref: _
68
65
  }, null, 512),
69
- (u(), A(w, null, {
66
+ (u(), E(A, null, {
70
67
  fallback: d(() => [
71
- l(U)
68
+ l(N)
72
69
  ]),
73
70
  default: d(() => [
74
- l(M, null, {
71
+ l(F, null, {
75
72
  default: d(() => [
76
- h(e.$slots, "top", {}, void 0, !0),
77
- l(B(O), {
73
+ g(e.$slots, "top", {}, void 0, !0),
74
+ l(w(M), {
78
75
  ref_key: "jsonforms",
79
76
  ref: a,
80
77
  data: e.data,
81
78
  schema: e.schema,
82
79
  uischema: e.uischema,
83
80
  renderers: e.renderers,
84
- middleware: L,
85
- onChange: b
81
+ middleware: S,
82
+ onChange: L
86
83
  }, null, 8, ["data", "schema", "uischema", "renderers"]),
87
- h(e.$slots, "bottom", {}, void 0, !0)
84
+ g(e.$slots, "bottom", {}, void 0, !0)
88
85
  ]),
89
86
  _: 3
90
87
  })
@@ -93,40 +90,40 @@ const V = {
93
90
  }))
94
91
  ]));
95
92
  }
96
- }), z = /* @__PURE__ */ S(G, [["__scopeId", "data-v-fe2b9614"]]), H = {
93
+ }), Y = /* @__PURE__ */ y(J, [["__scopeId", "data-v-fe2b9614"]]), G = {
97
94
  layout: {
98
95
  type: Object,
99
96
  required: !0
100
97
  }
101
- }, K = (r) => c(r, {
102
- props: H
98
+ }, z = (r) => c(r, {
99
+ props: G
103
100
  });
104
101
  export {
105
- Z as ErrorMessages,
106
- M as Form,
107
- z as JsonFormsDialog,
108
- ee as LabeledControl,
109
- ke as SectionHeading,
110
- Te as SettingsSubPanel,
111
- De as SimpleButtonControl,
112
- ye as TextControl,
113
- Le as VerticalLayoutBase,
114
- te as controlProps,
115
- oe as controlToRenderer,
116
- se as controls,
117
- ae as defaultRenderers,
118
- re as defineControl,
119
- K as defineLayout,
120
- ne as getAsyncSetupMethod,
121
- de as handleAsyncComponents,
122
- le as inputFormats,
123
- H as layoutProps,
124
- ie as layoutToRenderer,
125
- ue as layouts,
126
- ce as mapControls,
127
- pe as mapLayouts,
128
- me as priorityRanks,
129
- fe as toRenderers,
130
- _e as useProvidedState,
131
- ge as withLabel
102
+ W as ErrorMessages,
103
+ F as Form,
104
+ Y as JsonFormsDialog,
105
+ Z as LabeledControl,
106
+ be as SectionHeading,
107
+ Pe as SettingsSubPanel,
108
+ he as SimpleButtonControl,
109
+ De as TextControl,
110
+ Se as VerticalLayoutBase,
111
+ ee as controlProps,
112
+ te as controlToRenderer,
113
+ oe as controls,
114
+ se as defaultRenderers,
115
+ ae as defineControl,
116
+ z as defineLayout,
117
+ re as getAsyncSetupMethod,
118
+ ne as handleAsyncComponents,
119
+ de as inputFormats,
120
+ G as layoutProps,
121
+ le as layoutToRenderer,
122
+ ie as layouts,
123
+ ue as mapControls,
124
+ ce as mapLayouts,
125
+ pe as priorityRanks,
126
+ me as toRenderers,
127
+ fe as useProvidedState,
128
+ _e as withLabel
132
129
  };