@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
@@ -0,0 +1,26 @@
1
+ import { defineComponent as l, computed as a, createBlock as s, openBlock as i, mergeProps as p } from "vue";
2
+ import r from "./MultimodeTwinlistControl-BsFqHRFM.js";
3
+ const d = /* @__PURE__ */ l({
4
+ __name: "TypedStringFilter",
5
+ props: {
6
+ control: {},
7
+ handleChange: { type: Function },
8
+ changeValue: { type: Function },
9
+ disabled: { type: Boolean },
10
+ isValid: { type: Boolean },
11
+ onRegisterValidation: { type: Function },
12
+ labelForId: {}
13
+ },
14
+ setup(o) {
15
+ const e = o, t = a(() => e.control.uischema.options);
16
+ return (n, u) => (i(), s(r, p({ ...n.$props, ...n.$attrs }, {
17
+ "show-unknown-values": "",
18
+ "unknown-values-text": t.value.unknownValuesText,
19
+ "empty-state-label": t.value.emptyStateLabel,
20
+ "twinlist-size": e.control.uischema.options?.twinlistSize
21
+ }), null, 16, ["unknown-values-text", "empty-state-label", "twinlist-size"]));
22
+ }
23
+ });
24
+ export {
25
+ d as default
26
+ };
@@ -1,5 +1,5 @@
1
- import { defineComponent as u, openBlock as o, createElementBlock as d, Fragment as n, renderList as V, normalizeClass as i, createElementVNode as s, toDisplayString as r, renderSlot as p, createCommentVNode as B, resolveComponent as v, createBlock as $, withCtx as g, normalizeProps as h, guardReactiveProps as S } from "vue";
2
- import { A as k, _ as m } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-CsYyUtDa.js";
1
+ import { defineComponent as u, createElementBlock as d, openBlock as o, Fragment as n, renderList as v, normalizeClass as i, createElementVNode as s, renderSlot as p, createCommentVNode as B, toDisplayString as r, resolveComponent as V, createBlock as $, withCtx as g, normalizeProps as h, guardReactiveProps as S } from "vue";
2
+ import { B as k, _ as m } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-DR31vaIu.js";
3
3
  const w = u({
4
4
  name: "BaseRadioButtons",
5
5
  props: {
@@ -38,13 +38,13 @@ const w = u({
38
38
  this.$emit("update:modelValue", a);
39
39
  }
40
40
  }
41
- }), C = ["id"], R = ["checked", "value", "name", "disabled"], A = ["title"];
42
- function I(e, a, f, b, y, c) {
41
+ }), C = ["id"], R = ["checked", "value", "name", "disabled"], I = ["title"];
42
+ function A(e, a, f, b, y, c) {
43
43
  return o(), d("div", {
44
44
  id: e.id,
45
45
  role: "radiogroup"
46
46
  }, [
47
- (o(!0), d(n, null, V(e.possibleValues, (l) => (o(), d("label", {
47
+ (o(!0), d(n, null, v(e.possibleValues, (l) => (o(), d("label", {
48
48
  key: `radio-${l.id}`,
49
49
  class: i({ disabled: e.disabled || l.disabled })
50
50
  }, [
@@ -60,7 +60,7 @@ function I(e, a, f, b, y, c) {
60
60
  }, null, 40, R),
61
61
  s("span", {
62
62
  title: l.text
63
- }, r(l.text), 9, A),
63
+ }, r(l.text), 9, I),
64
64
  p(e.$slots, "default", { item: l }, void 0, !0),
65
65
  l.subtext ? (o(), d(n, { key: 0 }, [
66
66
  a[1] || (a[1] = s("br", null, null, -1)),
@@ -69,7 +69,7 @@ function I(e, a, f, b, y, c) {
69
69
  ], 2))), 128))
70
70
  ], 8, C);
71
71
  }
72
- const P = /* @__PURE__ */ m(w, [["render", I], ["__scopeId", "data-v-2bbebb4b"]]), _ = u({
72
+ const P = /* @__PURE__ */ m(w, [["render", A], ["__scopeId", "data-v-2bbebb4b"]]), _ = u({
73
73
  name: "ValueSwitch",
74
74
  components: {
75
75
  BaseRadioButtons: P
@@ -103,7 +103,7 @@ const P = /* @__PURE__ */ m(w, [["render", I], ["__scopeId", "data-v-2bbebb4b"]]
103
103
  emits: ["update:modelValue"]
104
104
  });
105
105
  function z(e, a, f, b, y, c) {
106
- const l = v("BaseRadioButtons");
106
+ const l = V("BaseRadioButtons");
107
107
  return o(), $(l, {
108
108
  id: e.id,
109
109
  ref: "radioButton",
@@ -1,5 +1,5 @@
1
- import { defineComponent as o, openBlock as n, createBlock as t, mergeProps as a } from "vue";
2
- import { _ as p } from "./RadioControlBase.vue_vue_type_script_setup_true_lang-WaVJMdQq.js";
1
+ import { defineComponent as o, createBlock as n, openBlock as t, mergeProps as a } from "vue";
2
+ import { _ as p } from "./RadioControlBase.vue_vue_type_script_setup_true_lang-DVIeg5W1.js";
3
3
  const s = /* @__PURE__ */ o({
4
4
  __name: "ValueSwitchControl",
5
5
  props: {
@@ -12,7 +12,7 @@ const s = /* @__PURE__ */ o({
12
12
  labelForId: {}
13
13
  },
14
14
  setup(r) {
15
- return (e, l) => (n(), t(p, a(e.$props, { type: "valueSwitch" }), null, 16));
15
+ return (e, l) => (t(), n(p, a(e.$props, { type: "valueSwitch" }), null, 16));
16
16
  }
17
17
  });
18
18
  export {
@@ -1,17 +1,17 @@
1
- import { defineComponent as o, openBlock as a, createBlock as l, withCtx as s, unref as n } from "vue";
2
- import { v as u } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-CsYyUtDa.js";
3
- import { V as m } from "./VerticalLayoutBase-DRfHwc4t.js";
1
+ import { defineComponent as o, createBlock as a, openBlock as l, withCtx as s, unref as n } from "vue";
2
+ import { x as u } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-DR31vaIu.js";
3
+ import { V as m } from "./VerticalLayoutBase-DAk4vfH5.js";
4
4
  const d = /* @__PURE__ */ o({
5
5
  __name: "VerticalLayout",
6
6
  props: {
7
7
  layout: {}
8
8
  },
9
9
  setup(p) {
10
- return (e, c) => (a(), l(m, {
10
+ return (e, c) => (l(), a(m, {
11
11
  elements: e.layout.uischema.elements
12
12
  }, {
13
13
  default: s(({ element: t, index: r }) => [
14
- (a(), l(n(u), {
14
+ (l(), a(n(u), {
15
15
  key: `${e.layout.path}-${r}`,
16
16
  schema: e.layout.schema,
17
17
  uischema: t,
@@ -0,0 +1,20 @@
1
+ import { defineComponent as s, createElementBlock as r, openBlock as o, Fragment as n, renderList as c, renderSlot as l } from "vue";
2
+ import { _ } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-DR31vaIu.js";
3
+ const p = { class: "vertical-layout" }, m = /* @__PURE__ */ s({
4
+ __name: "VerticalLayoutBase",
5
+ props: {
6
+ elements: {}
7
+ },
8
+ setup(u) {
9
+ return (e, i) => (o(), r("div", p, [
10
+ (o(!0), r(n, null, c(e.elements, (a, t) => l(e.$slots, "default", {
11
+ key: t,
12
+ element: a,
13
+ index: t
14
+ }, void 0, !0)), 128))
15
+ ]));
16
+ }
17
+ }), v = /* @__PURE__ */ _(m, [["__scopeId", "data-v-99aa13c1"]]);
18
+ export {
19
+ v as V
20
+ };
@@ -0,0 +1,69 @@
1
+ import { defineComponent as p, computed as a, createElementBlock as v, openBlock as V, createVNode as u, unref as m } from "vue";
2
+ import { D as b } from "./DateTimeInput-Cs0KqlOS.js";
3
+ import { _ as f } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-DR31vaIu.js";
4
+ import { t as h, f as T } from "./localTimeUtils-NIKgHnIr.js";
5
+ import { D as w } from "./Dropdown-BEx-cvXH.js";
6
+ const g = ["id"], C = /* @__PURE__ */ p({
7
+ __name: "ZonedDateTimeControl",
8
+ props: {
9
+ control: {},
10
+ handleChange: { type: Function },
11
+ changeValue: { type: Function },
12
+ disabled: { type: Boolean },
13
+ isValid: { type: Boolean },
14
+ onRegisterValidation: { type: Function },
15
+ labelForId: {}
16
+ },
17
+ setup(r) {
18
+ const s = r, t = a(() => s.control.uischema.options), o = a({
19
+ get: () => s.control.data,
20
+ set: s.changeValue
21
+ }), n = a({
22
+ get: () => h(o.value.dateTime),
23
+ set: (e) => {
24
+ o.value = {
25
+ ...o.value,
26
+ // get wall time of UTC time
27
+ dateTime: T(e)
28
+ };
29
+ }
30
+ }), d = a({
31
+ get: () => o.value.timeZone,
32
+ set: (e) => {
33
+ o.value = {
34
+ ...o.value,
35
+ timeZone: e
36
+ };
37
+ }
38
+ }), c = a(() => t.value?.possibleValues ?? []);
39
+ return (e, l) => (V(), v("div", {
40
+ id: e.labelForId,
41
+ class: "layout-container"
42
+ }, [
43
+ u(m(b), {
44
+ modelValue: n.value,
45
+ "onUpdate:modelValue": l[0] || (l[0] = (i) => n.value = i),
46
+ required: !0,
47
+ "show-timezone": !1,
48
+ "show-seconds": t.value?.showSeconds,
49
+ "show-milliseconds": t.value?.showMilliseconds,
50
+ timezone: "UTC",
51
+ "is-valid": e.isValid,
52
+ compact: "",
53
+ disabled: e.disabled
54
+ }, null, 8, ["modelValue", "show-seconds", "show-milliseconds", "is-valid", "disabled"]),
55
+ u(m(w), {
56
+ modelValue: d.value,
57
+ "onUpdate:modelValue": l[1] || (l[1] = (i) => d.value = i),
58
+ "is-valid": e.isValid,
59
+ compact: "",
60
+ "possible-values": c.value,
61
+ disabled: e.disabled,
62
+ ariaLabel: "Timezone"
63
+ }, null, 8, ["modelValue", "is-valid", "possible-values", "disabled"])
64
+ ], 8, g));
65
+ }
66
+ }), B = /* @__PURE__ */ f(C, [["__scopeId", "data-v-a27c15c5"]]);
67
+ export {
68
+ B as default
69
+ };
@@ -1,5 +1,5 @@
1
- import { k as h } from "./_baseIteratee-CIxt0KWU.js";
2
- import { c as b } from "./_getTag-sLUyzSDj.js";
1
+ import { k as h } from "./_baseIteratee-BGt-t7Os.js";
2
+ import { d as b } from "./_getTag-DAFySze4.js";
3
3
  function g(n) {
4
4
  return function(e, r, f) {
5
5
  for (var i = -1, a = Object(e), t = f(e), u = t.length; u--; ) {
@@ -25,7 +25,7 @@ function v(n, e) {
25
25
  return r;
26
26
  };
27
27
  }
28
- var x = v(p);
28
+ var w = v(p);
29
29
  export {
30
- x as b
30
+ w as b
31
31
  };
@@ -1,7 +1,7 @@
1
- import { i as J, a as $, b as Q, c as fn, d as un, g as ln, M as W, e as H, f as _n } from "./_getTag-sLUyzSDj.js";
2
- import { o as V, H as on, S as N, I as F, G as hn } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-CsYyUtDa.js";
1
+ import { i as Y, a as $, b as Q, c as fn, d as un, g as ln, M as W, e as N, f as _n } from "./_getTag-DAFySze4.js";
2
+ import { o as V, I as on, S as H, J as F, G as hn } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-DR31vaIu.js";
3
3
  import { i as O } from "./isArray-WzO_os3q.js";
4
- import { t as pn } from "./toString-C_MqBj3_.js";
4
+ import { t as pn } from "./toString-BhubvA3m.js";
5
5
  function dn(n) {
6
6
  return n;
7
7
  }
@@ -20,7 +20,7 @@ function vn(n, e) {
20
20
  }
21
21
  var yn = Object.prototype, An = yn.hasOwnProperty;
22
22
  function On(n, e) {
23
- var r = O(n), t = !r && J(n), a = !r && !t && $(n), i = !r && !t && !a && Q(n), s = r || t || a || i, u = s ? vn(n.length, String) : [], l = u.length;
23
+ var r = O(n), t = !r && Y(n), a = !r && !t && $(n), i = !r && !t && !a && Q(n), s = r || t || a || i, u = s ? vn(n.length, String) : [], l = u.length;
24
24
  for (var f in n)
25
25
  An.call(n, f) && !(s && // Safari 9 has enumerable `arguments.length` in strict mode.
26
26
  (f == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
@@ -30,7 +30,7 @@ function On(n, e) {
30
30
  return u;
31
31
  }
32
32
  function nn(n) {
33
- return fn(n) ? On(n) : un(n);
33
+ return un(n) ? On(n) : fn(n);
34
34
  }
35
35
  var wn = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Pn = /^\w*$/;
36
36
  function M(n, e) {
@@ -95,11 +95,11 @@ function bn(n) {
95
95
  var t = e.length - 1;
96
96
  return r == t ? e.pop() : zn.call(e, r, 1), --this.size, !0;
97
97
  }
98
- function Hn(n) {
98
+ function Nn(n) {
99
99
  var e = this.__data__, r = L(e, n);
100
100
  return r < 0 ? void 0 : e[r][1];
101
101
  }
102
- function Nn(n) {
102
+ function Hn(n) {
103
103
  return L(this.__data__, n) > -1;
104
104
  }
105
105
  function Fn(n, e) {
@@ -115,8 +115,8 @@ function v(n) {
115
115
  }
116
116
  v.prototype.clear = Mn;
117
117
  v.prototype.delete = bn;
118
- v.prototype.get = Hn;
119
- v.prototype.has = Nn;
118
+ v.prototype.get = Nn;
119
+ v.prototype.has = Hn;
120
120
  v.prototype.set = Fn;
121
121
  function Un() {
122
122
  this.size = 0, this.__data__ = {
@@ -159,10 +159,10 @@ y.prototype.delete = Bn;
159
159
  y.prototype.get = Xn;
160
160
  y.prototype.has = Zn;
161
161
  y.prototype.set = qn;
162
- var Yn = "Expected a function";
162
+ var Jn = "Expected a function";
163
163
  function G(n, e) {
164
164
  if (typeof n != "function" || e != null && typeof e != "function")
165
- throw new TypeError(Yn);
165
+ throw new TypeError(Jn);
166
166
  var r = function() {
167
167
  var t = arguments, a = e ? e.apply(this, t) : t[0], i = r.cache;
168
168
  if (i.has(a))
@@ -173,10 +173,10 @@ function G(n, e) {
173
173
  return r.cache = new (G.Cache || y)(), r;
174
174
  }
175
175
  G.Cache = y;
176
- var Jn = 500;
176
+ var Yn = 500;
177
177
  function Qn(n) {
178
178
  var e = G(n, function(t) {
179
- return r.size === Jn && r.clear(), t;
179
+ return r.size === Yn && r.clear(), t;
180
180
  }), r = e.cache;
181
181
  return e;
182
182
  }
@@ -334,7 +334,7 @@ function we(n) {
334
334
  r[++e] = t;
335
335
  }), r;
336
336
  }
337
- var Pe = 1, Ee = 2, Te = "[object Boolean]", Ce = "[object Date]", me = "[object Error]", Ie = "[object Map]", Re = "[object Number]", Le = "[object RegExp]", Se = "[object Set]", xe = "[object String]", De = "[object Symbol]", $e = "[object ArrayBuffer]", Me = "[object DataView]", X = N ? N.prototype : void 0, D = X ? X.valueOf : void 0;
337
+ var Pe = 1, Ee = 2, Te = "[object Boolean]", Ce = "[object Date]", me = "[object Error]", Ie = "[object Map]", Re = "[object Number]", Le = "[object RegExp]", Se = "[object Set]", xe = "[object String]", De = "[object Symbol]", $e = "[object ArrayBuffer]", Me = "[object DataView]", X = H ? H.prototype : void 0, D = X ? X.valueOf : void 0;
338
338
  function Ge(n, e, r, t, a, i, s) {
339
339
  switch (r) {
340
340
  case Me:
@@ -370,14 +370,14 @@ function Ge(n, e, r, t, a, i, s) {
370
370
  }
371
371
  return !1;
372
372
  }
373
- var ze = 1, be = Object.prototype, He = be.hasOwnProperty;
374
- function Ne(n, e, r, t, a, i) {
373
+ var ze = 1, be = Object.prototype, Ne = be.hasOwnProperty;
374
+ function He(n, e, r, t, a, i) {
375
375
  var s = r & ze, u = K(n), l = u.length, f = K(e), h = f.length;
376
376
  if (l != h && !s)
377
377
  return !1;
378
378
  for (var o = l; o--; ) {
379
379
  var _ = u[o];
380
- if (!(s ? _ in e : He.call(e, _)))
380
+ if (!(s ? _ in e : Ne.call(e, _)))
381
381
  return !1;
382
382
  }
383
383
  var c = i.get(n), p = i.get(e);
@@ -402,9 +402,9 @@ function Ne(n, e, r, t, a, i) {
402
402
  }
403
403
  return i.delete(n), i.delete(e), d;
404
404
  }
405
- var Fe = 1, Z = "[object Arguments]", q = "[object Array]", I = "[object Object]", Ue = Object.prototype, Y = Ue.hasOwnProperty;
405
+ var Fe = 1, Z = "[object Arguments]", q = "[object Array]", I = "[object Object]", Ue = Object.prototype, J = Ue.hasOwnProperty;
406
406
  function Ke(n, e, r, t, a, i) {
407
- var s = O(n), u = O(e), l = s ? q : H(n), f = u ? q : H(e);
407
+ var s = O(n), u = O(e), l = s ? q : N(n), f = u ? q : N(e);
408
408
  l = l == Z ? I : l, f = f == Z ? I : f;
409
409
  var h = l == I, o = f == I, _ = l == f;
410
410
  if (_ && $(n)) {
@@ -415,13 +415,13 @@ function Ke(n, e, r, t, a, i) {
415
415
  if (_ && !h)
416
416
  return i || (i = new g()), s || Q(n) ? tn(n, e, r, t, a, i) : Ge(n, e, l, r, t, a, i);
417
417
  if (!(r & Fe)) {
418
- var c = h && Y.call(n, "__wrapped__"), p = o && Y.call(e, "__wrapped__");
418
+ var c = h && J.call(n, "__wrapped__"), p = o && J.call(e, "__wrapped__");
419
419
  if (c || p) {
420
420
  var d = c ? n.value() : n, A = p ? e.value() : e;
421
421
  return i || (i = new g()), a(d, A, r, t, i);
422
422
  }
423
423
  }
424
- return _ ? (i || (i = new g()), Ne(n, e, r, t, a, i)) : !1;
424
+ return _ ? (i || (i = new g()), He(n, e, r, t, a, i)) : !1;
425
425
  }
426
426
  function z(n, e, r, t, a) {
427
427
  return n === e ? !0 : n == null || e == null || !F(n) && !F(e) ? n !== n && e !== e : Ke(n, e, r, t, z, a);
@@ -465,13 +465,13 @@ function sn(n, e) {
465
465
  return r == null ? !1 : r[n] === e && (e !== void 0 || n in Object(r));
466
466
  };
467
467
  }
468
- function Ye(n) {
468
+ function Je(n) {
469
469
  var e = qe(n);
470
470
  return e.length == 1 && e[0][2] ? sn(e[0][0], e[0][1]) : function(r) {
471
471
  return r === n || Ze(r, n, e);
472
472
  };
473
473
  }
474
- function Je(n, e) {
474
+ function Ye(n, e) {
475
475
  return n != null && e in Object(n);
476
476
  }
477
477
  function Qe(n, e, r) {
@@ -482,10 +482,10 @@ function Qe(n, e, r) {
482
482
  break;
483
483
  n = n[s];
484
484
  }
485
- return i || ++t != a ? i : (a = n == null ? 0 : n.length, !!a && _n(a) && j(s, a) && (O(n) || J(n)));
485
+ return i || ++t != a ? i : (a = n == null ? 0 : n.length, !!a && _n(a) && j(s, a) && (O(n) || Y(n)));
486
486
  }
487
487
  function We(n, e) {
488
- return n != null && Qe(n, e, Je);
488
+ return n != null && Qe(n, e, Ye);
489
489
  }
490
490
  var Ve = 1, je = 2;
491
491
  function ke(n, e) {
@@ -496,7 +496,7 @@ function ke(n, e) {
496
496
  }
497
497
  function nr(n) {
498
498
  return function(e) {
499
- return e == null ? void 0 : e[n];
499
+ return e?.[n];
500
500
  };
501
501
  }
502
502
  function er(n) {
@@ -508,7 +508,7 @@ function rr(n) {
508
508
  return M(n) ? nr(x(n)) : er(n);
509
509
  }
510
510
  function fr(n) {
511
- return typeof n == "function" ? n : n == null ? dn : typeof n == "object" ? O(n) ? ke(n[0], n[1]) : Ye(n) : rr(n);
511
+ return typeof n == "function" ? n : n == null ? dn : typeof n == "object" ? O(n) ? ke(n[0], n[1]) : Je(n) : rr(n);
512
512
  }
513
513
  export {
514
514
  fr as b,
@@ -1,4 +1,4 @@
1
- import { G as I, J as i, H as o, I as v, K as _ } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-CsYyUtDa.js";
1
+ import { G as I, K as i, I as o, J as v, M as _ } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-DR31vaIu.js";
2
2
  var V = "[object AsyncFunction]", D = "[object Function]", U = "[object GeneratorFunction]", G = "[object Proxy]";
3
3
  function E(r) {
4
4
  if (!I(r))
@@ -27,8 +27,8 @@ function n(r) {
27
27
  }
28
28
  return "";
29
29
  }
30
- var W = /[\\^$.*+?()[\]{}|]/g, L = /^\[object .+?Constructor\]$/, q = Function.prototype, H = Object.prototype, J = q.toString, X = H.hasOwnProperty, z = RegExp(
31
- "^" + J.call(X).replace(W, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
30
+ var W = /[\\^$.*+?()[\]{}|]/g, L = /^\[object .+?Constructor\]$/, q = Function.prototype, J = Object.prototype, H = q.toString, X = J.hasOwnProperty, z = RegExp(
31
+ "^" + H.call(X).replace(W, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
32
32
  );
33
33
  function Q(r) {
34
34
  if (!I(r) || N(r))
@@ -37,7 +37,7 @@ function Q(r) {
37
37
  return e.test(n(r));
38
38
  }
39
39
  function Y(r, e) {
40
- return r == null ? void 0 : r[e];
40
+ return r?.[e];
41
41
  }
42
42
  function u(r, e) {
43
43
  var a = Y(r, e);
@@ -59,7 +59,7 @@ var tr = "[object Arguments]";
59
59
  function m(r) {
60
60
  return v(r) && i(r) == tr;
61
61
  }
62
- var C = Object.prototype, ar = C.hasOwnProperty, or = C.propertyIsEnumerable, Hr = m(/* @__PURE__ */ function() {
62
+ var C = Object.prototype, ar = C.hasOwnProperty, or = C.propertyIsEnumerable, Jr = m(/* @__PURE__ */ function() {
63
63
  return arguments;
64
64
  }()) ? m : function(r) {
65
65
  return v(r) && ar.call(r, "callee") && !or.call(r, "callee");
@@ -67,7 +67,7 @@ var C = Object.prototype, ar = C.hasOwnProperty, or = C.propertyIsEnumerable, Hr
67
67
  function nr() {
68
68
  return !1;
69
69
  }
70
- var F = typeof exports == "object" && exports && !exports.nodeType && exports, A = F && typeof module == "object" && module && !module.nodeType && module, cr = A && A.exports === F, $ = cr ? o.Buffer : void 0, sr = $ ? $.isBuffer : void 0, Jr = sr || nr, ir = "[object Arguments]", ur = "[object Array]", pr = "[object Boolean]", fr = "[object Date]", gr = "[object Error]", br = "[object Function]", yr = "[object Map]", jr = "[object Number]", Tr = "[object Object]", vr = "[object RegExp]", dr = "[object Set]", lr = "[object String]", mr = "[object WeakMap]", Ar = "[object ArrayBuffer]", $r = "[object DataView]", wr = "[object Float32Array]", xr = "[object Float64Array]", Or = "[object Int8Array]", Pr = "[object Int16Array]", Sr = "[object Int32Array]", hr = "[object Uint8Array]", Mr = "[object Uint8ClampedArray]", Ir = "[object Uint16Array]", Er = "[object Uint32Array]", t = {};
70
+ var F = typeof exports == "object" && exports && !exports.nodeType && exports, A = F && typeof module == "object" && module && !module.nodeType && module, cr = A && A.exports === F, $ = cr ? o.Buffer : void 0, sr = $ ? $.isBuffer : void 0, Hr = sr || nr, ir = "[object Arguments]", ur = "[object Array]", pr = "[object Boolean]", fr = "[object Date]", gr = "[object Error]", br = "[object Function]", yr = "[object Map]", jr = "[object Number]", Tr = "[object Object]", vr = "[object RegExp]", dr = "[object Set]", lr = "[object String]", mr = "[object WeakMap]", Ar = "[object ArrayBuffer]", $r = "[object DataView]", wr = "[object Float32Array]", xr = "[object Float64Array]", Or = "[object Int8Array]", Pr = "[object Int16Array]", Sr = "[object Int32Array]", hr = "[object Uint8Array]", Mr = "[object Uint8ClampedArray]", Ir = "[object Uint16Array]", Er = "[object Uint32Array]", t = {};
71
71
  t[wr] = t[xr] = t[Or] = t[Pr] = t[Sr] = t[hr] = t[Mr] = t[Ir] = t[Er] = !0;
72
72
  t[ir] = t[ur] = t[Ar] = t[pr] = t[$r] = t[fr] = t[gr] = t[br] = t[yr] = t[jr] = t[Tr] = t[vr] = t[dr] = t[lr] = t[mr] = !1;
73
73
  function kr(r) {
@@ -119,13 +119,13 @@ var b = u(o, "Map"), y = u(o, "DataView"), j = u(o, "Promise"), T = u(o, "Set"),
119
119
  });
120
120
  export {
121
121
  b as M,
122
- Jr as a,
122
+ Hr as a,
123
123
  Xr as b,
124
- qr as c,
125
- zr as d,
124
+ zr as c,
125
+ qr as d,
126
126
  c as e,
127
127
  k as f,
128
128
  u as g,
129
129
  er as h,
130
- Hr as i
130
+ Jr as i
131
131
  };
@@ -1,4 +1,4 @@
1
- import { openBlock as o, createElementBlock as n, createElementVNode as r } from "vue";
1
+ import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
2
2
  const t = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
@@ -7,7 +7,7 @@ const t = {
7
7
  viewBox: "0 0 32 32"
8
8
  };
9
9
  function l(s, e) {
10
- return o(), n("svg", t, e[0] || (e[0] = [
10
+ return n(), o("svg", t, e[0] || (e[0] = [
11
11
  r("path", { d: "M28.7 9.7 16 22.3 3.3 9.7" }, null, -1)
12
12
  ]));
13
13
  }
@@ -1,4 +1,4 @@
1
- import { openBlock as o, createElementBlock as n, createElementVNode as t } from "vue";
1
+ import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
2
2
  const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
@@ -7,7 +7,7 @@ const r = {
7
7
  viewBox: "0 0 32 32"
8
8
  };
9
9
  function l(s, e) {
10
- return o(), n("svg", r, e[0] || (e[0] = [
10
+ return n(), o("svg", r, e[0] || (e[0] = [
11
11
  t("path", { d: "m10.5 5 11 11-11 11" }, null, -1)
12
12
  ]));
13
13
  }
@@ -1,4 +1,4 @@
1
- import { openBlock as o, createElementBlock as n, createElementVNode as t } from "vue";
1
+ import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
2
2
  const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
@@ -7,7 +7,7 @@ const r = {
7
7
  viewBox: "0 0 32 32"
8
8
  };
9
9
  function l(s, e) {
10
- return o(), n("svg", r, e[0] || (e[0] = [
10
+ return n(), o("svg", r, e[0] || (e[0] = [
11
11
  t("path", { d: "M5 27 27 5M5 5l22 22" }, null, -1)
12
12
  ]));
13
13
  }