@knime/kds-components 0.28.8 → 0.28.10

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 (55) hide show
  1. package/CHANGELOG.md +915 -0
  2. package/dist/{copy-DAYm6-mo.js → copy-D43FaHi-.js} +2 -2
  3. package/dist/copy-D43FaHi-.js.map +1 -0
  4. package/dist/duplicate-Mtq886XD.js +23 -0
  5. package/dist/duplicate-Mtq886XD.js.map +1 -0
  6. package/dist/folder-move-6L5NfoIs.js +23 -0
  7. package/dist/folder-move-6L5NfoIs.js.map +1 -0
  8. package/dist/index.css +182 -11
  9. package/dist/index.js +562 -464
  10. package/dist/index.js.map +1 -1
  11. package/dist/linked-component-BOb5aj87.js +23 -0
  12. package/dist/linked-component-BOb5aj87.js.map +1 -0
  13. package/dist/src/accessories/MissingValueIcon/KdsMissingValueIcon.vue.d.ts +7 -0
  14. package/dist/src/accessories/MissingValueIcon/KdsMissingValueIcon.vue.d.ts.map +1 -0
  15. package/dist/src/accessories/MissingValueIcon/index.d.ts +2 -0
  16. package/dist/src/accessories/MissingValueIcon/index.d.ts.map +1 -0
  17. package/dist/src/accessories/index.d.ts +1 -0
  18. package/dist/src/accessories/index.d.ts.map +1 -1
  19. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +29 -19
  20. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  21. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +15 -15
  22. package/dist/src/containers/Menu/KdsMenu.vue.d.ts +30 -30
  23. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts.map +1 -1
  24. package/dist/src/containers/MenuContainer/types.d.ts +5 -0
  25. package/dist/src/containers/MenuContainer/types.d.ts.map +1 -1
  26. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +30 -30
  27. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +30 -30
  28. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +15 -15
  29. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +15 -15
  30. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +15 -15
  31. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +15 -15
  32. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +15 -15
  33. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +15 -15
  34. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +15 -15
  35. package/dist/src/forms/selects/Dropdown/BaseDropdown.vue.d.ts +3 -1
  36. package/dist/src/forms/selects/Dropdown/BaseDropdown.vue.d.ts.map +1 -1
  37. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +46 -16
  38. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
  39. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +46 -16
  40. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
  41. package/dist/src/index.d.ts +2 -0
  42. package/dist/src/index.d.ts.map +1 -1
  43. package/dist/src/overlays/Modal/KdsModal.vue.d.ts +1 -1
  44. package/dist/src/overlays/index.d.ts +2 -0
  45. package/dist/src/overlays/index.d.ts.map +1 -1
  46. package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +30 -19
  47. package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
  48. package/dist/src/richText/Description/KdsDescription.vue.d.ts +7 -0
  49. package/dist/src/richText/Description/KdsDescription.vue.d.ts.map +1 -0
  50. package/dist/src/richText/Description/index.d.ts +2 -0
  51. package/dist/src/richText/Description/index.d.ts.map +1 -0
  52. package/dist/src/richText/index.d.ts +3 -0
  53. package/dist/src/richText/index.d.ts.map +1 -0
  54. package/package.json +4 -3
  55. package/dist/copy-DAYm6-mo.js.map +0 -1
package/dist/index.js CHANGED
@@ -9,14 +9,14 @@ import './index.css';const kdsAvatarSize = {
9
9
  };
10
10
  const kdsAvatarSizes = Object.values(kdsAvatarSize);
11
11
 
12
- const _hoisted_1$10 = ["role", "title", "aria-hidden", "aria-label", "data-color"];
13
- const _hoisted_2$C = ["src"];
12
+ const _hoisted_1$11 = ["role", "title", "aria-hidden", "aria-label", "data-color"];
13
+ const _hoisted_2$D = ["src"];
14
14
  const _hoisted_3$t = {
15
15
  key: 1,
16
16
  class: "kds-avatar-initials",
17
17
  "aria-hidden": "true"
18
18
  };
19
- const _sfc_main$1z = /* @__PURE__ */ defineComponent({
19
+ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
20
20
  __name: "KdsAvatar",
21
21
  props: {
22
22
  initials: {},
@@ -80,10 +80,10 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
80
80
  alt: "",
81
81
  "aria-hidden": "true",
82
82
  onError: onImageError
83
- }, null, 40, _hoisted_2$C)) : (openBlock(), createElementBlock("div", _hoisted_3$t, [
83
+ }, null, 40, _hoisted_2$D)) : (openBlock(), createElementBlock("div", _hoisted_3$t, [
84
84
  createElementVNode("span", null, toDisplayString(displayedInitials.value), 1)
85
85
  ]))
86
- ], 10, _hoisted_1$10);
86
+ ], 10, _hoisted_1$11);
87
87
  };
88
88
  }
89
89
  });
@@ -96,16 +96,16 @@ const _export_sfc = (sfc, props) => {
96
96
  return target;
97
97
  };
98
98
 
99
- const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-9e1a5abe"]]);
99
+ const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["__scopeId", "data-v-9e1a5abe"]]);
100
100
 
101
- const _hoisted_1$$ = ["aria-label"];
102
- const _hoisted_2$B = { class: "avatars" };
101
+ const _hoisted_1$10 = ["aria-label"];
102
+ const _hoisted_2$C = { class: "avatars" };
103
103
  const _hoisted_3$s = {
104
104
  key: 0,
105
105
  class: "more-count",
106
106
  "aria-hidden": "true"
107
107
  };
108
- const _sfc_main$1y = /* @__PURE__ */ defineComponent({
108
+ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
109
109
  __name: "KdsAvatarCounter",
110
110
  props: {
111
111
  moreCount: { default: 0 },
@@ -125,7 +125,7 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
125
125
  role: "group",
126
126
  "aria-label": ariaLabel.value
127
127
  }, [
128
- createElementVNode("div", _hoisted_2$B, [
128
+ createElementVNode("div", _hoisted_2$C, [
129
129
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.avatars, (avatar, index) => {
130
130
  return openBlock(), createBlock(KdsAvatar, {
131
131
  key: index,
@@ -140,12 +140,12 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
140
140
  }), 128))
141
141
  ]),
142
142
  __props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$s, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
143
- ], 8, _hoisted_1$$);
143
+ ], 8, _hoisted_1$10);
144
144
  };
145
145
  }
146
146
  });
147
147
 
148
- const KdsAvatarCounter = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__scopeId", "data-v-1aef516d"]]);
148
+ const KdsAvatarCounter = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["__scopeId", "data-v-1aef516d"]]);
149
149
 
150
150
  const __variableDynamicImportRuntimeHelper = (glob$1, path$13, segs) => {
151
151
  const v = glob$1[path$13];
@@ -171,7 +171,7 @@ function useIcon({
171
171
  return;
172
172
  }
173
173
  status.value = "loading";
174
- __variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/auto-configure.svg": () => import('./auto-configure-BU7AIhL7.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cell-renderer.svg": () => import('./cell-renderer-DGnkQWTq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-unchecked.svg": () => import('./circle-unchecked-DOoOn6iz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/collection.svg": () => import('./collection-BBXRVj4b.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/column-width.svg": () => import('./column-width-Cjb-6nqI.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-DAYm6-mo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-browse.svg": () => import('./db-browse-BJj19qUq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-CyCrPzu-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-fetch.svg": () => import('./db-fetch-CJMHzQp5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-search.svg": () => import('./folder-search-DDOYg0f6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/hide-eye.svg": () => import('./hide-eye-BrIKmBWt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/menu.svg": () => import('./menu-BSS_QnZi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/path-separator.svg": () => import('./path-separator-DRnUilGA.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pin.svg": () => import('./pin-B6vKBZDp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/python.svg": () => import('./python-Bn3ET_9Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table-statistics.svg": () => import('./table-statistics-y-P6EXGX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/tag.svg": () => import('./tag-_fZiuJaC.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/template-gallery.svg": () => import('./template-gallery-BtXi4GHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/text.svg": () => import('./text-DFu-L62Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/textstyles.svg": () => import('./textstyles-j0GQtKYE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-down.svg": () => import('./thumbs-down-CiozrdIW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-up.svg": () => import('./thumbs-up-E4uRtjhi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/time.svg": () => import('./time-DU80J5X8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-bottom.svg": () => import('./to-bottom-B8wat1Dk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-top.svg": () => import('./to-top-CCAfU4xz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trash.svg": () => import('./trash-Dq5FHwNO.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trigger.svg": () => import('./trigger-Qns9VYQG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/underline.svg": () => import('./underline-CDZcVZHB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/undo.svg": () => import('./undo-CnghWcXK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/unlink.svg": () => import('./unlink-CL0kTZX2.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/usage.svg": () => import('./usage-827uIQyn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
174
+ __variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/auto-configure.svg": () => import('./auto-configure-BU7AIhL7.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cell-renderer.svg": () => import('./cell-renderer-DGnkQWTq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-unchecked.svg": () => import('./circle-unchecked-DOoOn6iz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/collection.svg": () => import('./collection-BBXRVj4b.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/column-width.svg": () => import('./column-width-Cjb-6nqI.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-D43FaHi-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-browse.svg": () => import('./db-browse-BJj19qUq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-CyCrPzu-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-fetch.svg": () => import('./db-fetch-CJMHzQp5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duplicate.svg": () => import('./duplicate-Mtq886XD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-move.svg": () => import('./folder-move-6L5NfoIs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-search.svg": () => import('./folder-search-DDOYg0f6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/hide-eye.svg": () => import('./hide-eye-BrIKmBWt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-component.svg": () => import('./linked-component-BOb5aj87.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/menu.svg": () => import('./menu-BSS_QnZi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/path-separator.svg": () => import('./path-separator-DRnUilGA.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pin.svg": () => import('./pin-B6vKBZDp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/python.svg": () => import('./python-Bn3ET_9Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table-statistics.svg": () => import('./table-statistics-y-P6EXGX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/tag.svg": () => import('./tag-_fZiuJaC.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/template-gallery.svg": () => import('./template-gallery-BtXi4GHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/text.svg": () => import('./text-DFu-L62Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/textstyles.svg": () => import('./textstyles-j0GQtKYE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-down.svg": () => import('./thumbs-down-CiozrdIW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-up.svg": () => import('./thumbs-up-E4uRtjhi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/time.svg": () => import('./time-DU80J5X8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-bottom.svg": () => import('./to-bottom-B8wat1Dk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-top.svg": () => import('./to-top-CCAfU4xz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trash.svg": () => import('./trash-Dq5FHwNO.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trigger.svg": () => import('./trigger-Qns9VYQG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/underline.svg": () => import('./underline-CDZcVZHB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/undo.svg": () => import('./undo-CnghWcXK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/unlink.svg": () => import('./unlink-CL0kTZX2.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/usage.svg": () => import('./usage-827uIQyn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
175
175
  const component = markRaw(module.default);
176
176
  iconCache.set(newName, component);
177
177
  if (name.value !== newName) {
@@ -202,7 +202,7 @@ function useIcon({
202
202
  };
203
203
  }
204
204
 
205
- const _sfc_main$1x = /* @__PURE__ */ defineComponent({
205
+ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
206
206
  __name: "KdsIcon",
207
207
  props: {
208
208
  name: {},
@@ -232,7 +232,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
232
232
  }
233
233
  });
234
234
 
235
- const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-bff4f419"]]);
235
+ const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-bff4f419"]]);
236
236
 
237
237
  const ID_TO_ICON_MAP = {
238
238
  // Flow Variables
@@ -380,6 +380,7 @@ const iconNames = [
380
380
  "deploy",
381
381
  "detect",
382
382
  "divider",
383
+ "duplicate",
383
384
  "duration",
384
385
  "edit",
385
386
  "education",
@@ -399,6 +400,7 @@ const iconNames = [
399
400
  "flow-variable-in-out",
400
401
  "flow-variable-in",
401
402
  "flow-variable-out",
403
+ "folder-move",
402
404
  "folder-plus",
403
405
  "folder-search",
404
406
  "folder-workflow",
@@ -417,6 +419,7 @@ const iconNames = [
417
419
  "like",
418
420
  "limit",
419
421
  "link",
422
+ "linked-component",
420
423
  "linked-metanode",
421
424
  "list-bulletpoint",
422
425
  "list-number",
@@ -575,8 +578,8 @@ const kdsDataTypeSize = {
575
578
  };
576
579
  const kdsDataTypeSizes = Object.values(kdsDataTypeSize);
577
580
 
578
- const _hoisted_1$_ = ["title"];
579
- const _sfc_main$1w = /* @__PURE__ */ defineComponent({
581
+ const _hoisted_1$$ = ["title"];
582
+ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
580
583
  __name: "KdsDataType",
581
584
  props: {
582
585
  iconName: { default: "unknown-datatype" },
@@ -617,12 +620,12 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
617
620
  "aria-hidden": "true",
618
621
  focusable: "false"
619
622
  }, null, 8, ["class"]))
620
- ], 10, _hoisted_1$_);
623
+ ], 10, _hoisted_1$$);
621
624
  };
622
625
  }
623
626
  });
624
627
 
625
- const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-38e9537f"]]);
628
+ const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__scopeId", "data-v-38e9537f"]]);
626
629
 
627
630
  const kdsBadgeVariant = {
628
631
  NEUTRAL: "neutral",
@@ -639,8 +642,8 @@ const kdsBadgeSize = {
639
642
  };
640
643
  const kdsBadgeSizes = Object.values(kdsBadgeSize);
641
644
 
642
- const _hoisted_1$Z = { class: "label-wrapper" };
643
- const _sfc_main$1v = /* @__PURE__ */ defineComponent({
645
+ const _hoisted_1$_ = { class: "label-wrapper" };
646
+ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
644
647
  __name: "KdsBadge",
645
648
  props: {
646
649
  label: {},
@@ -662,13 +665,13 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
662
665
  name: __props.leadingIcon,
663
666
  size: sizeToIconSize[__props.size]
664
667
  }, null, 8, ["name", "size"])) : createCommentVNode("", true),
665
- createElementVNode("span", _hoisted_1$Z, toDisplayString(__props.label), 1)
668
+ createElementVNode("span", _hoisted_1$_, toDisplayString(__props.label), 1)
666
669
  ], 2);
667
670
  };
668
671
  }
669
672
  });
670
673
 
671
- const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-df64f7cf"]]);
674
+ const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-df64f7cf"]]);
672
675
 
673
676
  const kdsColorSwatchType = {
674
677
  LEARNER: "learner",
@@ -687,14 +690,14 @@ const kdsColorSwatchSize = {
687
690
  };
688
691
  const kdsColorSwatchSizes = Object.values(kdsColorSwatchSize);
689
692
 
690
- const _hoisted_1$Y = ["role", "title", "aria-hidden", "aria-label"];
693
+ const _hoisted_1$Z = ["role", "title", "aria-hidden", "aria-label"];
691
694
  const RGBA_SHORT_HEX_LENGTH = 4;
692
695
  const RGBA_LONG_HEX_LENGTH = 8;
693
696
  const ALPHA_NIBBLE_INDEX = 3;
694
697
  const ALPHA_BYTE_START = 6;
695
698
  const RGB_SHORT_HEX_LENGTH = 3;
696
699
  const RGB_LONG_HEX_LENGTH = 6;
697
- const _sfc_main$1u = /* @__PURE__ */ defineComponent({
700
+ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
698
701
  __name: "KdsColorSwatch",
699
702
  props: {
700
703
  color: {},
@@ -769,12 +772,12 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
769
772
  style: normalizeStyle(swatchStyle.value),
770
773
  "aria-hidden": hasTitle.value ? void 0 : "true",
771
774
  "aria-label": hasTitle.value ? accessibleTitle.value : void 0
772
- }, null, 14, _hoisted_1$Y);
775
+ }, null, 14, _hoisted_1$Z);
773
776
  };
774
777
  }
775
778
  });
776
779
 
777
- const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__scopeId", "data-v-91e0130d"]]);
780
+ const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-91e0130d"]]);
778
781
 
779
782
  const kdsDarkModeType = {
780
783
  LIGHT: "light",
@@ -894,9 +897,9 @@ function useKdsIsTruncated(elementRef) {
894
897
  return { isTruncated };
895
898
  }
896
899
 
897
- const _hoisted_1$X = ["title", "aria-label"];
898
- const _hoisted_2$A = ["title"];
899
- const _sfc_main$1t = /* @__PURE__ */ defineComponent({
900
+ const _hoisted_1$Y = ["title", "aria-label"];
901
+ const _hoisted_2$B = ["title"];
902
+ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
900
903
  __name: "KdsLiveStatus",
901
904
  props: {
902
905
  status: { default: "red" },
@@ -925,13 +928,13 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
925
928
  ref: labelEl,
926
929
  class: "label",
927
930
  title: unref(isTruncated) ? __props.label : void 0
928
- }, toDisplayString(__props.label), 9, _hoisted_2$A)) : createCommentVNode("", true)
929
- ], 10, _hoisted_1$X);
931
+ }, toDisplayString(__props.label), 9, _hoisted_2$B)) : createCommentVNode("", true)
932
+ ], 10, _hoisted_1$Y);
930
933
  };
931
934
  }
932
935
  });
933
936
 
934
- const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-01555495"]]);
937
+ const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-01555495"]]);
935
938
 
936
939
  const kdsLiveStatusStatus = {
937
940
  RED: "red",
@@ -947,8 +950,8 @@ const kdsLiveStatusSize = {
947
950
  };
948
951
  const kdsLiveStatusSizes = Object.values(kdsLiveStatusSize);
949
952
 
950
- const _hoisted_1$W = ["data-style"];
951
- const _sfc_main$1s = /* @__PURE__ */ defineComponent({
953
+ const _hoisted_1$X = ["data-style"];
954
+ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
952
955
  __name: "KdsLoadingSpinner",
953
956
  props: {
954
957
  size: { default: "medium" },
@@ -973,12 +976,12 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
973
976
  cy: "60",
974
977
  r: "50"
975
978
  }, null, -1)
976
- ])], 10, _hoisted_1$W);
979
+ ])], 10, _hoisted_1$X);
977
980
  };
978
981
  }
979
982
  });
980
983
 
981
- const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["__scopeId", "data-v-54835dc0"]]);
984
+ const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__scopeId", "data-v-54835dc0"]]);
982
985
 
983
986
  const kdsLoadingSpinnerVariant = {
984
987
  ON_PRIMARY: "onPrimary",
@@ -988,14 +991,14 @@ const kdsLoadingSpinnerVariants = Object.values(
988
991
  kdsLoadingSpinnerVariant
989
992
  );
990
993
 
991
- const _hoisted_1$V = ["role"];
992
- const _hoisted_2$z = { class: "header" };
994
+ const _hoisted_1$W = ["role"];
995
+ const _hoisted_2$A = { class: "header" };
993
996
  const _hoisted_3$r = { class: "headline" };
994
997
  const _hoisted_4$n = {
995
998
  key: 0,
996
999
  class: "body"
997
1000
  };
998
- const _sfc_main$1r = /* @__PURE__ */ defineComponent({
1001
+ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
999
1002
  __name: "KdsInlineMessage",
1000
1003
  props: {
1001
1004
  headline: {},
@@ -1026,7 +1029,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
1026
1029
  class: normalizeClass(classes.value),
1027
1030
  role: role.value
1028
1031
  }, [
1029
- createElementVNode("div", _hoisted_2$z, [
1032
+ createElementVNode("div", _hoisted_2$A, [
1030
1033
  createVNode(KdsIcon, {
1031
1034
  class: "icon",
1032
1035
  name: iconName.value,
@@ -1035,12 +1038,12 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
1035
1038
  createElementVNode("div", _hoisted_3$r, toDisplayString(props.headline), 1)
1036
1039
  ]),
1037
1040
  props.description ? (openBlock(), createElementBlock("div", _hoisted_4$n, toDisplayString(props.description), 1)) : createCommentVNode("", true)
1038
- ], 10, _hoisted_1$V);
1041
+ ], 10, _hoisted_1$W);
1039
1042
  };
1040
1043
  }
1041
1044
  });
1042
1045
 
1043
- const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__scopeId", "data-v-af14056f"]]);
1046
+ const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-af14056f"]]);
1044
1047
 
1045
1048
  const kdsInlineMessageVariant = {
1046
1049
  ERROR: "error",
@@ -1050,8 +1053,26 @@ const kdsInlineMessageVariant = {
1050
1053
  };
1051
1054
  const kdsInlineMessageVariants = Object.values(kdsInlineMessageVariant);
1052
1055
 
1053
- const _hoisted_1$U = { class: "donut-container" };
1054
- const _hoisted_2$y = ["height", "width", "viewBox"];
1056
+ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
1057
+ __name: "KdsMissingValueIcon",
1058
+ props: {
1059
+ size: {}
1060
+ },
1061
+ setup(__props) {
1062
+ return (_ctx, _cache) => {
1063
+ return openBlock(), createBlock(KdsIcon, {
1064
+ name: "circle-question",
1065
+ size: __props.size,
1066
+ class: "kds-missing-value-icon"
1067
+ }, null, 8, ["size"]);
1068
+ };
1069
+ }
1070
+ });
1071
+
1072
+ const KdsMissingValueIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["__scopeId", "data-v-df682150"]]);
1073
+
1074
+ const _hoisted_1$V = { class: "donut-container" };
1075
+ const _hoisted_2$z = ["height", "width", "viewBox"];
1055
1076
  const _hoisted_3$q = ["r", "stroke-width"];
1056
1077
  const _hoisted_4$m = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
1057
1078
  const _hoisted_5$c = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
@@ -1066,7 +1087,7 @@ const _hoisted_8$3 = {
1066
1087
  };
1067
1088
  const radius = 22;
1068
1089
  const innerRadius = 10;
1069
- const _sfc_main$1q = /* @__PURE__ */ defineComponent({
1090
+ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
1070
1091
  __name: "KdsDonutChart",
1071
1092
  props: {
1072
1093
  value: {},
@@ -1110,7 +1131,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
1110
1131
  const transformWedge = computed(() => `rotate(-90, ${radius}, ${radius})`);
1111
1132
  const disabled = computed(() => !Number.isFinite(__props.maxValue));
1112
1133
  return (_ctx, _cache) => {
1113
- return openBlock(), createElementBlock("div", _hoisted_1$U, [
1134
+ return openBlock(), createElementBlock("div", _hoisted_1$V, [
1114
1135
  (openBlock(), createElementBlock("svg", {
1115
1136
  height: diameter.value,
1116
1137
  width: diameter.value,
@@ -1149,7 +1170,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
1149
1170
  fill: "transparent",
1150
1171
  transform: transformWedge.value
1151
1172
  }, null, 10, _hoisted_5$c)) : createCommentVNode("", true)
1152
- ], 8, _hoisted_2$y)),
1173
+ ], 8, _hoisted_2$z)),
1153
1174
  __props.title ? (openBlock(), createElementBlock("div", _hoisted_6$a, [
1154
1175
  createElementVNode("div", _hoisted_7$3, toDisplayString(__props.title), 1),
1155
1176
  __props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$3, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
@@ -1159,22 +1180,22 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
1159
1180
  }
1160
1181
  });
1161
1182
 
1162
- const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["__scopeId", "data-v-f5faf61c"]]);
1183
+ const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__scopeId", "data-v-f5faf61c"]]);
1163
1184
 
1164
- const _sfc_main$1p = { };
1185
+ const _sfc_main$1q = { };
1165
1186
 
1166
- const _hoisted_1$T = { class: "kds-divider" };
1187
+ const _hoisted_1$U = { class: "kds-divider" };
1167
1188
 
1168
1189
  function _sfc_render(_ctx, _cache) {
1169
- return (openBlock(), createElementBlock("hr", _hoisted_1$T))
1190
+ return (openBlock(), createElementBlock("hr", _hoisted_1$U))
1170
1191
  }
1171
- const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$1p, [['render',_sfc_render],['__scopeId',"data-v-4d059bd3"]]);
1192
+ const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$1q, [['render',_sfc_render],['__scopeId',"data-v-4d059bd3"]]);
1172
1193
 
1173
- const _hoisted_1$S = {
1194
+ const _hoisted_1$T = {
1174
1195
  key: 0,
1175
1196
  class: "label"
1176
1197
  };
1177
- const _sfc_main$1o = /* @__PURE__ */ defineComponent({
1198
+ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
1178
1199
  __name: "BaseButton",
1179
1200
  props: {
1180
1201
  dataTestId: {},
@@ -1238,7 +1259,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
1238
1259
  size: iconSize.value
1239
1260
  }, null, 8, ["name", "size"])) : createCommentVNode("", true)
1240
1261
  ], true),
1241
- props.label ? (openBlock(), createElementBlock("span", _hoisted_1$S, toDisplayString(props.label), 1)) : createCommentVNode("", true),
1262
+ props.label ? (openBlock(), createElementBlock("span", _hoisted_1$T, toDisplayString(props.label), 1)) : createCommentVNode("", true),
1242
1263
  props.trailingIcon && props.label ? (openBlock(), createBlock(KdsIcon, {
1243
1264
  key: 1,
1244
1265
  name: props.trailingIcon,
@@ -1251,9 +1272,9 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
1251
1272
  }
1252
1273
  });
1253
1274
 
1254
- const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-190ac311"]]);
1275
+ const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-190ac311"]]);
1255
1276
 
1256
- const _sfc_main$1n = /* @__PURE__ */ defineComponent({
1277
+ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
1257
1278
  __name: "KdsButton",
1258
1279
  props: {
1259
1280
  dataTestId: {},
@@ -1319,7 +1340,7 @@ function isExternalUrl(url) {
1319
1340
  return true;
1320
1341
  }
1321
1342
 
1322
- const _sfc_main$1m = /* @__PURE__ */ defineComponent({
1343
+ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
1323
1344
  __name: "KdsLinkButton",
1324
1345
  props: {
1325
1346
  dataTestId: {},
@@ -1549,12 +1570,12 @@ function prettyBytes(number, options) {
1549
1570
  return applyFixedWidth(result, options.fixedWidth);
1550
1571
  }
1551
1572
 
1552
- const _hoisted_1$R = { class: "label" };
1553
- const _hoisted_2$x = {
1573
+ const _hoisted_1$S = { class: "label" };
1574
+ const _hoisted_2$y = {
1554
1575
  key: 1,
1555
1576
  class: "file-size"
1556
1577
  };
1557
- const _sfc_main$1l = /* @__PURE__ */ defineComponent({
1578
+ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
1558
1579
  __name: "KdsLink",
1559
1580
  props: {
1560
1581
  to: {},
@@ -1644,13 +1665,13 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
1644
1665
  onClick
1645
1666
  }, {
1646
1667
  default: withCtx(() => [
1647
- createElementVNode("span", _hoisted_1$R, toDisplayString(__props.label), 1),
1668
+ createElementVNode("span", _hoisted_1$S, toDisplayString(__props.label), 1),
1648
1669
  variant.value === "external" ? (openBlock(), createBlock(KdsIcon, {
1649
1670
  key: 0,
1650
1671
  name: "external-link",
1651
1672
  size: "xsmall"
1652
1673
  })) : createCommentVNode("", true),
1653
- normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$x, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
1674
+ normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$y, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
1654
1675
  ]),
1655
1676
  _: 1
1656
1677
  }, 8, ["class", "to", "download", "target", "rel", "title", "aria-disabled"]);
@@ -1658,9 +1679,9 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
1658
1679
  }
1659
1680
  });
1660
1681
 
1661
- const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__scopeId", "data-v-56e748a8"]]);
1682
+ const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__scopeId", "data-v-56e748a8"]]);
1662
1683
 
1663
- const _sfc_main$1k = /* @__PURE__ */ defineComponent({
1684
+ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
1664
1685
  __name: "KdsToggleButton",
1665
1686
  props: /* @__PURE__ */ mergeModels({
1666
1687
  dataTestId: {},
@@ -1697,9 +1718,9 @@ const kdsToggleButtonVariant = {
1697
1718
  };
1698
1719
  const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
1699
1720
 
1700
- const _hoisted_1$Q = ["data-visible"];
1701
- const _hoisted_2$w = ["data-visible"];
1702
- const _sfc_main$1j = /* @__PURE__ */ defineComponent({
1721
+ const _hoisted_1$R = ["data-visible"];
1722
+ const _hoisted_2$x = ["data-visible"];
1723
+ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
1703
1724
  __name: "KdsProgressButton",
1704
1725
  props: /* @__PURE__ */ mergeModels({
1705
1726
  dataTestId: {},
@@ -1761,7 +1782,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
1761
1782
  name: props.leadingIcon,
1762
1783
  size: iconSize.value
1763
1784
  }, null, 8, ["name", "size"])
1764
- ], 8, _hoisted_1$Q),
1785
+ ], 8, _hoisted_1$R),
1765
1786
  createElementVNode("span", {
1766
1787
  class: "spinner",
1767
1788
  "data-visible": state.value === "progress"
@@ -1770,7 +1791,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
1770
1791
  size: iconSize.value,
1771
1792
  variant: __props.variant === "filled" ? "onPrimary" : "onSurface"
1772
1793
  }, null, 8, ["size", "variant"])
1773
- ], 8, _hoisted_2$w)
1794
+ ], 8, _hoisted_2$x)
1774
1795
  ], 2)
1775
1796
  ]),
1776
1797
  _: 1
@@ -1779,7 +1800,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
1779
1800
  }
1780
1801
  });
1781
1802
 
1782
- const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__scopeId", "data-v-d38d7ade"]]);
1803
+ const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["__scopeId", "data-v-d38d7ade"]]);
1783
1804
 
1784
1805
  const kdsProgressButtonState = {
1785
1806
  DEFAULT: "default",
@@ -2003,7 +2024,7 @@ const useStableItemIds = (options) => {
2003
2024
  return { itemsWithPrefix, idPrefix, toUnprefixedId };
2004
2025
  };
2005
2026
 
2006
- const _sfc_main$1i = /* @__PURE__ */ defineComponent({
2027
+ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
2007
2028
  __name: "ListItemAccessory",
2008
2029
  props: {
2009
2030
  accessory: {},
@@ -2049,8 +2070,8 @@ const kdsListItemAccessorySize = {
2049
2070
  LARGE: "large"
2050
2071
  };
2051
2072
 
2052
- const _hoisted_1$P = ["id", "role", "aria-selected", "aria-disabled"];
2053
- const _hoisted_2$v = {
2073
+ const _hoisted_1$Q = ["id", "role", "aria-selected", "aria-disabled"];
2074
+ const _hoisted_2$w = {
2054
2075
  key: 0,
2055
2076
  class: "accessory"
2056
2077
  };
@@ -2070,7 +2091,7 @@ const _hoisted_9$2 = {
2070
2091
  key: 3,
2071
2092
  class: "trailing-item-reserve-space"
2072
2093
  };
2073
- const _sfc_main$1h = /* @__PURE__ */ defineComponent({
2094
+ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
2074
2095
  __name: "KdsListItem",
2075
2096
  props: {
2076
2097
  id: {},
@@ -2128,8 +2149,8 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
2128
2149
  ]),
2129
2150
  onClick
2130
2151
  }, [
2131
- props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$v, [
2132
- createVNode(_sfc_main$1i, {
2152
+ props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$w, [
2153
+ createVNode(_sfc_main$1j, {
2133
2154
  accessory: props.accessory,
2134
2155
  size: accessorySize.value,
2135
2156
  disabled: __props.disabled
@@ -2169,20 +2190,20 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
2169
2190
  }, null, 8, ["name"])) : createCommentVNode("", true),
2170
2191
  !props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_9$2)) : createCommentVNode("", true)
2171
2192
  ])
2172
- ], 10, _hoisted_1$P);
2193
+ ], 10, _hoisted_1$Q);
2173
2194
  };
2174
2195
  }
2175
2196
  });
2176
2197
 
2177
- const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-a3d6c86f"]]);
2198
+ const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-a3d6c86f"]]);
2178
2199
 
2179
- const _hoisted_1$O = { class: "kds-list-item-section-title" };
2180
- const _hoisted_2$u = {
2200
+ const _hoisted_1$P = { class: "kds-list-item-section-title" };
2201
+ const _hoisted_2$v = {
2181
2202
  key: 0,
2182
2203
  class: "icon"
2183
2204
  };
2184
2205
  const _hoisted_3$o = ["title"];
2185
- const _sfc_main$1g = /* @__PURE__ */ defineComponent({
2206
+ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
2186
2207
  __name: "ListItemSectionTitle",
2187
2208
  props: {
2188
2209
  label: {},
@@ -2193,8 +2214,8 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
2193
2214
  const labelEl = useTemplateRef("labelEl");
2194
2215
  const { isTruncated } = useKdsIsTruncated(labelEl);
2195
2216
  return (_ctx, _cache) => {
2196
- return openBlock(), createElementBlock("div", _hoisted_1$O, [
2197
- props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$u, [
2217
+ return openBlock(), createElementBlock("div", _hoisted_1$P, [
2218
+ props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$v, [
2198
2219
  createVNode(KdsIcon, {
2199
2220
  name: props.leadingIcon,
2200
2221
  size: "small"
@@ -2211,9 +2232,9 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
2211
2232
  }
2212
2233
  });
2213
2234
 
2214
- const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-5eeb1226"]]);
2235
+ const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-5eeb1226"]]);
2215
2236
 
2216
- const _sfc_main$1f = /* @__PURE__ */ defineComponent({
2237
+ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
2217
2238
  __name: "KdsMenuItem",
2218
2239
  props: {
2219
2240
  item: {},
@@ -2337,11 +2358,12 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
2337
2358
  active: __props.activeId === __props.item.id,
2338
2359
  variant: __props.variant,
2339
2360
  badge: __props.item.badge,
2361
+ "trailing-icon": __props.item.trailingIcon,
2340
2362
  shortcut: __props.item.shortcut,
2341
2363
  role: "menuitem"
2342
2364
  }, _ctx.$attrs, {
2343
2365
  onClick: _cache[2] || (_cache[2] = ($event) => !__props.item.disabled && _ctx.$emit("click", $event))
2344
- }), null, 16, ["id", "accessory", "text", "sub-text", "disabled", "active", "variant", "badge", "shortcut"])),
2366
+ }), null, 16, ["id", "accessory", "text", "sub-text", "disabled", "active", "variant", "badge", "trailing-icon", "shortcut"])),
2345
2367
  __props.item.separator && !__props.isLast ? (openBlock(), createBlock(unref(KdsDivider), {
2346
2368
  key: 3,
2347
2369
  class: "kds-list-item-divider",
@@ -2353,10 +2375,10 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
2353
2375
  }
2354
2376
  });
2355
2377
 
2356
- const KdsMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-00c46d78"]]);
2378
+ const KdsMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-677d6ca6"]]);
2357
2379
 
2358
- const _hoisted_1$N = ["id", "aria-label", "aria-activedescendant"];
2359
- const _sfc_main$1e = /* @__PURE__ */ defineComponent({
2380
+ const _hoisted_1$O = ["id", "aria-label", "aria-activedescendant"];
2381
+ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
2360
2382
  __name: "KdsMenuContainer",
2361
2383
  props: {
2362
2384
  id: {},
@@ -2459,25 +2481,39 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
2459
2481
  onClick: ($event) => handleItemInteraction(item, $event)
2460
2482
  }, null, 8, ["item", "is-last", "active-id", "variant", "onClick"]);
2461
2483
  }), 128))
2462
- ], 12, _hoisted_1$N);
2484
+ ], 12, _hoisted_1$O);
2463
2485
  };
2464
2486
  }
2465
2487
  });
2466
2488
 
2467
- const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-cce3fc40"]]);
2489
+ const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-cce3fc40"]]);
2468
2490
 
2469
2491
  const kdsPopoverPlacement = {
2492
+ TOP_LEFT: "top-left",
2493
+ TOP_RIGHT: "top-right",
2494
+ BOTTOM_LEFT: "bottom-left",
2495
+ BOTTOM_RIGHT: "bottom-right",
2470
2496
  CUSTOM: "custom"
2471
2497
  };
2498
+ const kdsPopoverPlacements = Object.values(kdsPopoverPlacement);
2499
+ const kdsPopoverRole = {
2500
+ DIALOG: "dialog",
2501
+ MENU: "menu",
2502
+ LISTBOX: "listbox"
2503
+ };
2504
+ const kdsPopoverRoles = Object.values(kdsPopoverRole);
2472
2505
  const kdsPopoverType = {
2473
- AUTO: "auto"};
2506
+ AUTO: "auto",
2507
+ MANUAL: "manual"
2508
+ };
2509
+ const kdsPopoverTypes = Object.values(kdsPopoverType);
2474
2510
 
2475
- const _hoisted_1$M = ["id", "popover", "role"];
2476
- const _hoisted_2$t = {
2511
+ const _hoisted_1$N = ["id", "popover", "role"];
2512
+ const _hoisted_2$u = {
2477
2513
  key: 0,
2478
2514
  class: "kds-popover-default-content"
2479
2515
  };
2480
- const _sfc_main$1d = /* @__PURE__ */ defineComponent({
2516
+ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
2481
2517
  __name: "KdsPopover",
2482
2518
  props: /* @__PURE__ */ mergeModels({
2483
2519
  role: {},
@@ -2535,26 +2571,26 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
2535
2571
  onToggle
2536
2572
  }, [
2537
2573
  renderSlot(_ctx.$slots, "default", {}, () => [
2538
- props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$t, toDisplayString(props.content), 1)) : createCommentVNode("", true)
2574
+ props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$u, toDisplayString(props.content), 1)) : createCommentVNode("", true)
2539
2575
  ], true)
2540
- ], 46, _hoisted_1$M);
2576
+ ], 46, _hoisted_1$N);
2541
2577
  };
2542
2578
  }
2543
2579
  });
2544
2580
 
2545
- const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-1e5f9d24"]]);
2581
+ const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-1e5f9d24"]]);
2546
2582
 
2547
2583
  const KdsPopover$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
2548
2584
  __proto__: null,
2549
2585
  default: KdsPopover
2550
2586
  }, Symbol.toStringTag, { value: 'Module' }));
2551
2587
 
2552
- const _sfc_main$1c = /* @__PURE__ */ defineComponent({
2588
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
2553
2589
  ...{
2554
2590
  inheritAttrs: false
2555
2591
  },
2556
2592
  __name: "KdsMenuButton",
2557
- props: {
2593
+ props: /* @__PURE__ */ mergeModels({
2558
2594
  dataTestId: {},
2559
2595
  size: {},
2560
2596
  disabled: { type: Boolean },
@@ -2566,8 +2602,11 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
2566
2602
  ariaLabel: {},
2567
2603
  items: {},
2568
2604
  menuMaxHeight: {}
2569
- },
2570
- emits: ["itemClick"],
2605
+ }, {
2606
+ "modelValue": { type: Boolean, ...{ default: false } },
2607
+ "modelModifiers": {}
2608
+ }),
2609
+ emits: /* @__PURE__ */ mergeModels(["itemClick"], ["update:modelValue"]),
2571
2610
  setup(__props, { expose: __expose, emit: __emit }) {
2572
2611
  const props = createPropsRestProxy(__props, ["variant", "menuMaxHeight"]);
2573
2612
  const attrs = useAttrs();
@@ -2581,7 +2620,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
2581
2620
  } = attrs;
2582
2621
  return { ...safeAttrs, ...rest, variant: __props.variant };
2583
2622
  });
2584
- const isMenuOpen = ref(false);
2623
+ const isMenuOpen = useModel(__props, "modelValue");
2585
2624
  const popoverEl = useTemplateRef("popover");
2586
2625
  const menuContainerEl = useTemplateRef("menuContainer");
2587
2626
  const menuButtonEl = useTemplateRef("menuButton");
@@ -2600,7 +2639,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
2600
2639
  __expose({ menuButtonEl });
2601
2640
  return (_ctx, _cache) => {
2602
2641
  return openBlock(), createElementBlock(Fragment, null, [
2603
- createVNode(_sfc_main$1k, mergeProps({
2642
+ createVNode(_sfc_main$1l, mergeProps({
2604
2643
  ref: "menuButton",
2605
2644
  modelValue: isMenuOpen.value,
2606
2645
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = $event)
@@ -2633,7 +2672,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
2633
2672
  }
2634
2673
  });
2635
2674
 
2636
- const _sfc_main$1b = /* @__PURE__ */ defineComponent({
2675
+ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
2637
2676
  __name: "KdsSplitButton",
2638
2677
  props: {
2639
2678
  dataTestId: {},
@@ -2721,7 +2760,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
2721
2760
  }
2722
2761
  });
2723
2762
 
2724
- const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-8f48b87a"]]);
2763
+ const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-8f48b87a"]]);
2725
2764
 
2726
2765
  const kdsButtonSize = {
2727
2766
  XSMALL: "xsmall",
@@ -2737,8 +2776,8 @@ const kdsButtonVariant = {
2737
2776
  };
2738
2777
  const kdsButtonVariants = Object.values(kdsButtonVariant);
2739
2778
 
2740
- const _hoisted_1$L = ["aria-disabled"];
2741
- const _hoisted_2$s = { class: "kds-empty-state-headline" };
2779
+ const _hoisted_1$M = ["aria-disabled"];
2780
+ const _hoisted_2$t = { class: "kds-empty-state-headline" };
2742
2781
  const _hoisted_3$n = {
2743
2782
  key: 1,
2744
2783
  class: "kds-empty-state-description"
@@ -2747,7 +2786,7 @@ const _hoisted_4$k = {
2747
2786
  key: 2,
2748
2787
  class: "kds-empty-state-action"
2749
2788
  };
2750
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
2789
+ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
2751
2790
  __name: "KdsEmptyState",
2752
2791
  props: {
2753
2792
  headline: {},
@@ -2765,13 +2804,13 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
2765
2804
  () => props.button && "to" in props.button && props.button.to !== void 0
2766
2805
  );
2767
2806
  const buttonComponent = computed(
2768
- () => isLinkButton.value ? _sfc_main$1m : _sfc_main$1n
2807
+ () => isLinkButton.value ? _sfc_main$1n : _sfc_main$1o
2769
2808
  );
2770
2809
  const isSecondaryLinkButton = computed(
2771
2810
  () => props.secondaryButton && "to" in props.secondaryButton && props.secondaryButton.to !== void 0
2772
2811
  );
2773
2812
  const secondaryButtonComponent = computed(
2774
- () => isSecondaryLinkButton.value ? _sfc_main$1m : _sfc_main$1n
2813
+ () => isSecondaryLinkButton.value ? _sfc_main$1n : _sfc_main$1o
2775
2814
  );
2776
2815
  return (_ctx, _cache) => {
2777
2816
  return openBlock(), createElementBlock("div", {
@@ -2785,7 +2824,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
2785
2824
  variant: "onSurface",
2786
2825
  "aria-hidden": "true"
2787
2826
  })) : createCommentVNode("", true),
2788
- createElementVNode("p", _hoisted_2$s, toDisplayString(props.headline), 1),
2827
+ createElementVNode("p", _hoisted_2$t, toDisplayString(props.headline), 1),
2789
2828
  props.description ? (openBlock(), createElementBlock("p", _hoisted_3$n, toDisplayString(props.description), 1)) : createCommentVNode("", true),
2790
2829
  props.button ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
2791
2830
  (openBlock(), createBlock(resolveDynamicComponent(buttonComponent.value), mergeProps(props.button, {
@@ -2797,16 +2836,16 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
2797
2836
  onClick: _cache[1] || (_cache[1] = ($event) => !__props.disabled && emit("secondaryButtonClick", $event))
2798
2837
  }), null, 16, ["disabled"])) : createCommentVNode("", true)
2799
2838
  ])) : createCommentVNode("", true)
2800
- ], 10, _hoisted_1$L);
2839
+ ], 10, _hoisted_1$M);
2801
2840
  };
2802
2841
  }
2803
2842
  });
2804
2843
 
2805
- const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-e913660a"]]);
2844
+ const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-e913660a"]]);
2806
2845
 
2807
- const _hoisted_1$K = ["aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
2846
+ const _hoisted_1$L = ["aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
2808
2847
  const loadingStateText = "Loading entries";
2809
- const _sfc_main$19 = /* @__PURE__ */ defineComponent({
2848
+ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
2810
2849
  __name: "KdsListContainer",
2811
2850
  props: {
2812
2851
  possibleValues: {},
@@ -2929,19 +2968,19 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
2929
2968
  "loading-spinner": __props.loading
2930
2969
  }, null, 8, ["headline", "loading-spinner"])
2931
2970
  ])) : createCommentVNode("", true)
2932
- ], 16, _hoisted_1$K);
2971
+ ], 16, _hoisted_1$L);
2933
2972
  };
2934
2973
  }
2935
2974
  });
2936
2975
 
2937
- const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-118706ad"]]);
2976
+ const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-118706ad"]]);
2938
2977
 
2939
2978
  const KdsListContainer$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
2940
2979
  __proto__: null,
2941
2980
  default: KdsListContainer
2942
2981
  }, Symbol.toStringTag, { value: 'Module' }));
2943
2982
 
2944
- const _sfc_main$18 = /* @__PURE__ */ defineComponent({
2983
+ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
2945
2984
  ...{ inheritAttrs: false },
2946
2985
  __name: "KdsMenu",
2947
2986
  props: {
@@ -3030,7 +3069,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
3030
3069
  }
3031
3070
  });
3032
3071
 
3033
- const _sfc_main$17 = /* @__PURE__ */ defineComponent({
3072
+ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
3034
3073
  ...{ inheritAttrs: false },
3035
3074
  __name: "KdsContextMenu",
3036
3075
  props: /* @__PURE__ */ mergeModels({
@@ -3090,14 +3129,14 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
3090
3129
  }
3091
3130
  });
3092
3131
 
3093
- const _hoisted_1$J = { class: "kds-preview-list" };
3094
- const _hoisted_2$r = { class: "kds-preview-list-title-row" };
3132
+ const _hoisted_1$K = { class: "kds-preview-list" };
3133
+ const _hoisted_2$s = { class: "kds-preview-list-title-row" };
3095
3134
  const _hoisted_3$m = { class: "kds-preview-list-content" };
3096
3135
  const _hoisted_4$j = { class: "kds-preview-list-headline" };
3097
3136
  const _hoisted_5$a = ["aria-label"];
3098
3137
  const _hoisted_6$8 = { class: "kds-preview-list-show-hide" };
3099
3138
  const DEFAULT_MAX_VISIBLE_ITEMS = 6;
3100
- const _sfc_main$16 = /* @__PURE__ */ defineComponent({
3139
+ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
3101
3140
  __name: "KdsPreviewList",
3102
3141
  props: /* @__PURE__ */ mergeModels({
3103
3142
  headline: {},
@@ -3131,8 +3170,8 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
3131
3170
  })
3132
3171
  );
3133
3172
  return (_ctx, _cache) => {
3134
- return openBlock(), createElementBlock("section", _hoisted_1$J, [
3135
- createElementVNode("header", _hoisted_2$r, [
3173
+ return openBlock(), createElementBlock("section", _hoisted_1$K, [
3174
+ createElementVNode("header", _hoisted_2$s, [
3136
3175
  __props.loading && !expanded.value ? (openBlock(), createBlock(KdsLoadingSpinner, {
3137
3176
  key: 0,
3138
3177
  size: "small",
@@ -3145,7 +3184,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
3145
3184
  createElementVNode("div", _hoisted_3$m, [
3146
3185
  createElementVNode("span", _hoisted_4$j, toDisplayString(props.headline), 1)
3147
3186
  ]),
3148
- __props.trailingButton ? (openBlock(), createBlock(_sfc_main$1n, normalizeProps(mergeProps({ key: 2 }, trailingButtonProps.value)), null, 16)) : createCommentVNode("", true)
3187
+ __props.trailingButton ? (openBlock(), createBlock(_sfc_main$1o, normalizeProps(mergeProps({ key: 2 }, trailingButtonProps.value)), null, 16)) : createCommentVNode("", true)
3149
3188
  ]),
3150
3189
  withDirectives(createElementVNode("div", {
3151
3190
  id: bodyId,
@@ -3183,7 +3222,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
3183
3222
  [vShow, expanded.value]
3184
3223
  ]),
3185
3224
  createElementVNode("footer", _hoisted_6$8, [
3186
- createVNode(_sfc_main$1n, {
3225
+ createVNode(_sfc_main$1o, {
3187
3226
  class: "kds-preview-list-toggle",
3188
3227
  label: expanded.value ? "Hide all" : "Show all",
3189
3228
  "trailing-icon": expanded.value ? "chevron-up" : "chevron-down",
@@ -3199,11 +3238,11 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
3199
3238
  }
3200
3239
  });
3201
3240
 
3202
- const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-a11103f6"]]);
3241
+ const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-a11103f6"]]);
3203
3242
 
3204
- const _hoisted_1$I = { class: "kds-label-wrapper" };
3205
- const _hoisted_2$q = ["id", "for", "title"];
3206
- const _sfc_main$15 = /* @__PURE__ */ defineComponent({
3243
+ const _hoisted_1$J = { class: "kds-label-wrapper" };
3244
+ const _hoisted_2$r = ["id", "for", "title"];
3245
+ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
3207
3246
  __name: "KdsLabel",
3208
3247
  props: {
3209
3248
  label: {},
@@ -3220,7 +3259,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
3220
3259
  const labelEl = useTemplateRef("labelEl");
3221
3260
  const { isTruncated } = useKdsIsTruncated(labelEl);
3222
3261
  return (_ctx, _cache) => {
3223
- return openBlock(), createElementBlock("div", _hoisted_1$I, [
3262
+ return openBlock(), createElementBlock("div", _hoisted_1$J, [
3224
3263
  createElementVNode("label", {
3225
3264
  id: props.id,
3226
3265
  ref_key: "labelEl",
@@ -3228,7 +3267,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
3228
3267
  for: props.for,
3229
3268
  class: "label",
3230
3269
  title: unref(isTruncated) ? props.label : void 0
3231
- }, toDisplayString(props.label), 9, _hoisted_2$q),
3270
+ }, toDisplayString(props.label), 9, _hoisted_2$r),
3232
3271
  props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
3233
3272
  key: 0,
3234
3273
  content: props.description,
@@ -3239,11 +3278,11 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
3239
3278
  }
3240
3279
  });
3241
3280
 
3242
- const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-efe3313e"]]);
3281
+ const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-efe3313e"]]);
3243
3282
 
3244
- const _hoisted_1$H = ["id"];
3245
- const _hoisted_2$p = { class: "subtext-text" };
3246
- const _sfc_main$14 = /* @__PURE__ */ defineComponent({
3283
+ const _hoisted_1$I = ["id"];
3284
+ const _hoisted_2$q = { class: "subtext-text" };
3285
+ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
3247
3286
  __name: "KdsSubText",
3248
3287
  props: {
3249
3288
  id: {},
@@ -3274,16 +3313,16 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
3274
3313
  variant: "onSurface",
3275
3314
  "aria-hidden": "true"
3276
3315
  })) : createCommentVNode("", true),
3277
- createElementVNode("span", _hoisted_2$p, toDisplayString(props.subText), 1)
3278
- ], 10, _hoisted_1$H)) : createCommentVNode("", true);
3316
+ createElementVNode("span", _hoisted_2$q, toDisplayString(props.subText), 1)
3317
+ ], 10, _hoisted_1$I)) : createCommentVNode("", true);
3279
3318
  };
3280
3319
  }
3281
3320
  });
3282
3321
 
3283
- const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-2e6ba10c"]]);
3322
+ const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-2e6ba10c"]]);
3284
3323
 
3285
- const _hoisted_1$G = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
3286
- const _hoisted_2$o = { class: "control" };
3324
+ const _hoisted_1$H = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
3325
+ const _hoisted_2$p = { class: "control" };
3287
3326
  const _hoisted_3$l = {
3288
3327
  key: 0,
3289
3328
  class: "content"
@@ -3294,7 +3333,7 @@ const _hoisted_6$7 = {
3294
3333
  key: 0,
3295
3334
  class: "subtext-wrapper"
3296
3335
  };
3297
- const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3336
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
3298
3337
  __name: "BaseCheckbox",
3299
3338
  props: /* @__PURE__ */ mergeModels({
3300
3339
  disabled: { type: Boolean, default: false },
@@ -3367,7 +3406,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3367
3406
  role: "checkbox",
3368
3407
  onClick: handleClick
3369
3408
  }, [
3370
- createElementVNode("div", _hoisted_2$o, [
3409
+ createElementVNode("div", _hoisted_2$p, [
3371
3410
  icon.value ? (openBlock(), createBlock(KdsIcon, {
3372
3411
  key: 0,
3373
3412
  name: icon.value,
@@ -3383,7 +3422,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3383
3422
  class: "helper-text"
3384
3423
  }, toDisplayString(props.helperText), 9, _hoisted_5$9)) : createCommentVNode("", true)
3385
3424
  ])) : createCommentVNode("", true)
3386
- ], 10, _hoisted_1$G),
3425
+ ], 10, _hoisted_1$H),
3387
3426
  props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
3388
3427
  createVNode(KdsSubText, {
3389
3428
  id: unref(descriptionId),
@@ -3397,9 +3436,9 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3397
3436
  }
3398
3437
  });
3399
3438
 
3400
- const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-7bfc5667"]]);
3439
+ const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-7bfc5667"]]);
3401
3440
 
3402
- const _sfc_main$12 = /* @__PURE__ */ defineComponent({
3441
+ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3403
3442
  __name: "KdsCheckbox",
3404
3443
  props: /* @__PURE__ */ mergeModels({
3405
3444
  disabled: { type: Boolean, default: false },
@@ -3429,11 +3468,11 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
3429
3468
  }
3430
3469
  });
3431
3470
 
3432
- const _hoisted_1$F = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
3433
- const _hoisted_2$n = ["id"];
3471
+ const _hoisted_1$G = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
3472
+ const _hoisted_2$o = ["id"];
3434
3473
  const _hoisted_3$k = ["title"];
3435
3474
  const _hoisted_4$h = { class: "kds-fieldset-content" };
3436
- const _sfc_main$11 = /* @__PURE__ */ defineComponent({
3475
+ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
3437
3476
  __name: "BaseFieldsetWrapper",
3438
3477
  props: {
3439
3478
  id: {},
@@ -3485,7 +3524,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
3485
3524
  content: props.description,
3486
3525
  hidden: !isHovered.value
3487
3526
  }, null, 8, ["content", "hidden"])) : createCommentVNode("", true)
3488
- ], 8, _hoisted_2$n)) : createCommentVNode("", true),
3527
+ ], 8, _hoisted_2$o)) : createCommentVNode("", true),
3489
3528
  createElementVNode("div", _hoisted_4$h, [
3490
3529
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
3491
3530
  ]),
@@ -3496,14 +3535,14 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
3496
3535
  validating: props.validating,
3497
3536
  "preserve-sub-text-space": props.preserveSubTextSpace
3498
3537
  }, null, 8, ["id", "sub-text", "error", "validating", "preserve-sub-text-space"])
3499
- ], 40, _hoisted_1$F);
3538
+ ], 40, _hoisted_1$G);
3500
3539
  };
3501
3540
  }
3502
3541
  });
3503
3542
 
3504
- const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-a44731da"]]);
3543
+ const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-a44731da"]]);
3505
3544
 
3506
- const _sfc_main$10 = /* @__PURE__ */ defineComponent({
3545
+ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
3507
3546
  __name: "KdsCheckboxGroup",
3508
3547
  props: /* @__PURE__ */ mergeModels({
3509
3548
  id: {},
@@ -3582,7 +3621,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
3582
3621
  }
3583
3622
  });
3584
3623
 
3585
- const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-c6536296"]]);
3624
+ const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-c6536296"]]);
3586
3625
 
3587
3626
  const kdsCheckboxGroupAlignment = {
3588
3627
  VERTICAL: "vertical",
@@ -3598,8 +3637,8 @@ const kdsCheckboxValue = {
3598
3637
  };
3599
3638
  const kdsCheckboxValues = Object.values(kdsCheckboxValue);
3600
3639
 
3601
- const _hoisted_1$E = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
3602
- const _hoisted_2$m = { class: "control" };
3640
+ const _hoisted_1$F = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
3641
+ const _hoisted_2$n = { class: "control" };
3603
3642
  const _hoisted_3$j = {
3604
3643
  key: 0,
3605
3644
  class: "dot",
@@ -3610,7 +3649,7 @@ const _hoisted_3$j = {
3610
3649
  const _hoisted_4$g = { class: "content" };
3611
3650
  const _hoisted_5$8 = { class: "label" };
3612
3651
  const _hoisted_6$6 = ["id"];
3613
- const _sfc_main$$ = /* @__PURE__ */ defineComponent({
3652
+ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
3614
3653
  __name: "KdsRadioButton",
3615
3654
  props: /* @__PURE__ */ mergeModels({
3616
3655
  text: {},
@@ -3650,7 +3689,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
3650
3689
  type: "button",
3651
3690
  onClick: handleClick
3652
3691
  }, [
3653
- createElementVNode("div", _hoisted_2$m, [
3692
+ createElementVNode("div", _hoisted_2$n, [
3654
3693
  modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$j, [..._cache[0] || (_cache[0] = [
3655
3694
  createElementVNode("circle", {
3656
3695
  cx: "1",
@@ -3667,12 +3706,12 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
3667
3706
  class: "helper-text"
3668
3707
  }, toDisplayString(props.helperText), 9, _hoisted_6$6)) : createCommentVNode("", true)
3669
3708
  ])
3670
- ], 10, _hoisted_1$E);
3709
+ ], 10, _hoisted_1$F);
3671
3710
  };
3672
3711
  }
3673
3712
  });
3674
3713
 
3675
- const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-f4f6392a"]]);
3714
+ const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-f4f6392a"]]);
3676
3715
 
3677
3716
  const useRadioSelection = ({
3678
3717
  selectedId,
@@ -3794,7 +3833,7 @@ const useRadioSelection = ({
3794
3833
  };
3795
3834
  };
3796
3835
 
3797
- const _sfc_main$_ = /* @__PURE__ */ defineComponent({
3836
+ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
3798
3837
  __name: "KdsRadioButtonGroup",
3799
3838
  props: /* @__PURE__ */ mergeModels({
3800
3839
  id: {},
@@ -3869,10 +3908,10 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
3869
3908
  }
3870
3909
  });
3871
3910
 
3872
- const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-d78ed4a2"]]);
3911
+ const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-d78ed4a2"]]);
3873
3912
 
3874
- const _hoisted_1$D = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
3875
- const _sfc_main$Z = /* @__PURE__ */ defineComponent({
3913
+ const _hoisted_1$E = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
3914
+ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
3876
3915
  __name: "ValueSwitchItem",
3877
3916
  props: {
3878
3917
  selected: { type: Boolean },
@@ -3922,12 +3961,12 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
3922
3961
  name: props.trailingIcon,
3923
3962
  size: __props.size
3924
3963
  }, null, 8, ["name", "size"])) : createCommentVNode("", true)
3925
- ], 10, _hoisted_1$D);
3964
+ ], 10, _hoisted_1$E);
3926
3965
  };
3927
3966
  }
3928
3967
  });
3929
3968
 
3930
- const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-5c6f0f1f"]]);
3969
+ const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-5c6f0f1f"]]);
3931
3970
 
3932
3971
  const useValueSwitchIconHiding = ({
3933
3972
  width,
@@ -3978,7 +4017,7 @@ const useValueSwitchIconHiding = ({
3978
4017
  };
3979
4018
  };
3980
4019
 
3981
- const _sfc_main$Y = /* @__PURE__ */ defineComponent({
4020
+ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
3982
4021
  __name: "KdsValueSwitch",
3983
4022
  props: /* @__PURE__ */ mergeModels({
3984
4023
  id: {},
@@ -4067,7 +4106,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
4067
4106
  }
4068
4107
  });
4069
4108
 
4070
- const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-f6d51795"]]);
4109
+ const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-f6d51795"]]);
4071
4110
 
4072
4111
  const kdsRadioButtonGroupAlignment = {
4073
4112
  VERTICAL: "vertical",
@@ -4087,7 +4126,7 @@ const kdsValueSwitchVariant = {
4087
4126
  };
4088
4127
  const kdsValueSwitchVariants = Object.values(kdsValueSwitchVariant);
4089
4128
 
4090
- const _sfc_main$X = /* @__PURE__ */ defineComponent({
4129
+ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
4091
4130
  __name: "BaseFormFieldWrapper",
4092
4131
  props: {
4093
4132
  id: {},
@@ -4139,7 +4178,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
4139
4178
  }
4140
4179
  });
4141
4180
 
4142
- const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-5d99c134"]]);
4181
+ const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-5d99c134"]]);
4143
4182
 
4144
4183
  const MIN_SEGMENT_INDEX = 0;
4145
4184
  const LARGE_STEP = 10;
@@ -4819,11 +4858,11 @@ const useInputSegments = (modelValue, getInputElement, configRef) => {
4819
4858
  };
4820
4859
  };
4821
4860
 
4822
- const _hoisted_1$C = {
4861
+ const _hoisted_1$D = {
4823
4862
  key: 0,
4824
4863
  class: "icon-wrapper leading"
4825
4864
  };
4826
- const _hoisted_2$l = {
4865
+ const _hoisted_2$m = {
4827
4866
  key: 1,
4828
4867
  class: "leading-slot"
4829
4868
  };
@@ -4837,7 +4876,7 @@ const _hoisted_6$5 = {
4837
4876
  key: 5,
4838
4877
  class: "icon-wrapper trailing"
4839
4878
  };
4840
- const _sfc_main$W = /* @__PURE__ */ defineComponent({
4879
+ const _sfc_main$X = /* @__PURE__ */ defineComponent({
4841
4880
  __name: "BaseInput",
4842
4881
  props: /* @__PURE__ */ mergeModels({
4843
4882
  id: {},
@@ -4988,13 +5027,13 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
4988
5027
  }),
4989
5028
  onClick: handleContainerClick
4990
5029
  }, [
4991
- props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$C, [
5030
+ props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$D, [
4992
5031
  props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
4993
5032
  key: 0,
4994
5033
  name: props.leadingIcon
4995
5034
  }, null, 8, ["name"])) : createCommentVNode("", true)
4996
5035
  ])) : createCommentVNode("", true),
4997
- _ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
5036
+ _ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$m, [
4998
5037
  renderSlot(_ctx.$slots, "leading", {}, void 0, true)
4999
5038
  ])) : createCommentVNode("", true),
5000
5039
  createElementVNode("input", {
@@ -5049,7 +5088,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
5049
5088
  }),
5050
5089
  "aria-disabled": __props.disabled || void 0
5051
5090
  }, toDisplayString(props.unit), 11, _hoisted_4$f)) : createCommentVNode("", true),
5052
- __props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1n, {
5091
+ __props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1o, {
5053
5092
  key: 3,
5054
5093
  class: "clear-button",
5055
5094
  size: "xsmall",
@@ -5072,7 +5111,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
5072
5111
  }
5073
5112
  });
5074
5113
 
5075
- const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-93daa14e"]]);
5114
+ const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-93daa14e"]]);
5076
5115
 
5077
5116
  const usePointerHandler = (updateFromEvent) => {
5078
5117
  const activePointerId = ref(null);
@@ -5245,7 +5284,7 @@ const createKdsNumberParser = (params) => {
5245
5284
 
5246
5285
  const REPEAT_INITIAL_DELAY_MS = 400;
5247
5286
  const REPEAT_INTERVAL_MS = 100;
5248
- const _sfc_main$V = /* @__PURE__ */ defineComponent({
5287
+ const _sfc_main$W = /* @__PURE__ */ defineComponent({
5249
5288
  __name: "KdsNumberInput",
5250
5289
  props: /* @__PURE__ */ mergeModels({
5251
5290
  description: {},
@@ -5431,7 +5470,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
5431
5470
  onBlur: handleBlur
5432
5471
  }), {
5433
5472
  trailing: withCtx(() => [
5434
- createVNode(_sfc_main$1n, {
5473
+ createVNode(_sfc_main$1o, {
5435
5474
  size: "xsmall",
5436
5475
  variant: "outlined",
5437
5476
  "leading-icon": "minus",
@@ -5443,7 +5482,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
5443
5482
  onPointerleave: stopRepeating,
5444
5483
  onPointercancel: stopRepeating
5445
5484
  }, null, 8, ["ariaLabel", "disabled"]),
5446
- createVNode(_sfc_main$1n, {
5485
+ createVNode(_sfc_main$1o, {
5447
5486
  size: "xsmall",
5448
5487
  variant: "outlined",
5449
5488
  "leading-icon": "plus",
@@ -5465,7 +5504,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
5465
5504
  }
5466
5505
  });
5467
5506
 
5468
- const _sfc_main$U = /* @__PURE__ */ defineComponent({
5507
+ const _sfc_main$V = /* @__PURE__ */ defineComponent({
5469
5508
  __name: "KdsTextInput",
5470
5509
  props: /* @__PURE__ */ mergeModels({
5471
5510
  description: {},
@@ -5635,7 +5674,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
5635
5674
  }
5636
5675
  });
5637
5676
 
5638
- const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-83f45d15"]]);
5677
+ const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-83f45d15"]]);
5639
5678
 
5640
5679
  const HEX_RADIX = 16;
5641
5680
  const RGB_MAX = 255;
@@ -5782,8 +5821,8 @@ const removeAlphaFromHexInput = (next) => {
5782
5821
  return next;
5783
5822
  };
5784
5823
 
5785
- const _hoisted_1$B = ["aria-label", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext"];
5786
- const _sfc_main$T = /* @__PURE__ */ defineComponent({
5824
+ const _hoisted_1$C = ["aria-label", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext"];
5825
+ const _sfc_main$U = /* @__PURE__ */ defineComponent({
5787
5826
  __name: "ColorPickerSlider",
5788
5827
  props: /* @__PURE__ */ mergeModels({
5789
5828
  label: {},
@@ -5867,15 +5906,15 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
5867
5906
  onKeydown: onKeyDown
5868
5907
  }, [..._cache[5] || (_cache[5] = [
5869
5908
  createElementVNode("div", { class: "handle" }, null, -1)
5870
- ])], 40, _hoisted_1$B);
5909
+ ])], 40, _hoisted_1$C);
5871
5910
  };
5872
5911
  }
5873
5912
  });
5874
5913
 
5875
- const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-f4be2bd4"]]);
5914
+ const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-f4be2bd4"]]);
5876
5915
 
5877
- const _hoisted_1$A = { class: "kds-color-picker" };
5878
- const _hoisted_2$k = ["aria-valuetext"];
5916
+ const _hoisted_1$B = { class: "kds-color-picker" };
5917
+ const _hoisted_2$l = ["aria-valuetext"];
5879
5918
  const _hoisted_3$h = { class: "value-inputs" };
5880
5919
  const DEFAULT_HUE_DEG = 270;
5881
5920
  const DEFAULT_SATURATION = 0.8;
@@ -5890,7 +5929,7 @@ const KEYBOARD_LARGE_STEP = 0.1;
5890
5929
  const HUE_KEYBOARD_STEP_DEG = 1;
5891
5930
  const HUE_KEYBOARD_LARGE_STEP_DEG = 10;
5892
5931
  const TO_BOTTOM_GRADIENT = "linear-gradient(to bottom, transparent, black)";
5893
- const _sfc_main$S = /* @__PURE__ */ defineComponent({
5932
+ const _sfc_main$T = /* @__PURE__ */ defineComponent({
5894
5933
  __name: "ColorPicker",
5895
5934
  props: {
5896
5935
  "modelValue": { default: "" },
@@ -6038,7 +6077,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
6038
6077
  }
6039
6078
  };
6040
6079
  return (_ctx, _cache) => {
6041
- return openBlock(), createElementBlock("div", _hoisted_1$A, [
6080
+ return openBlock(), createElementBlock("div", _hoisted_1$B, [
6042
6081
  createElementVNode("div", {
6043
6082
  ref_key: "colorspaceEl",
6044
6083
  ref: colorspaceEl,
@@ -6066,7 +6105,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
6066
6105
  class: "handle",
6067
6106
  style: normalizeStyle(colorspaceHandleStyle.value)
6068
6107
  }, null, 4)
6069
- ], 44, _hoisted_2$k),
6108
+ ], 44, _hoisted_2$l),
6070
6109
  createVNode(ColorPickerSlider, {
6071
6110
  modelValue: hue.value,
6072
6111
  "onUpdate:modelValue": [
@@ -6109,7 +6148,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
6109
6148
  "onUpdate:modelValue": updateFromTextValue,
6110
6149
  onFocusout: onHexInputFocusOut
6111
6150
  }, null, 8, ["model-value"]),
6112
- createVNode(_sfc_main$V, {
6151
+ createVNode(_sfc_main$W, {
6113
6152
  "model-value": alphaPercent.value,
6114
6153
  ariaLabel: "Alpha percentage",
6115
6154
  min: 0,
@@ -6124,7 +6163,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
6124
6163
  }
6125
6164
  });
6126
6165
 
6127
- const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-2daeaa68"]]);
6166
+ const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-2daeaa68"]]);
6128
6167
 
6129
6168
  const HEX_LENGTH_1 = 1;
6130
6169
  const HEX_LENGTH_2 = 2;
@@ -6198,7 +6237,7 @@ const useColorInputValidationOnFocusOut = (modelValue) => {
6198
6237
  return { handleFocusOut };
6199
6238
  };
6200
6239
 
6201
- const _sfc_main$R = /* @__PURE__ */ defineComponent({
6240
+ const _sfc_main$S = /* @__PURE__ */ defineComponent({
6202
6241
  __name: "KdsColorInput",
6203
6242
  props: /* @__PURE__ */ mergeModels({
6204
6243
  description: {},
@@ -6261,7 +6300,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
6261
6300
  }, null, 8, ["color", "style"])
6262
6301
  ]),
6263
6302
  trailing: withCtx(() => [
6264
- createVNode(unref(_sfc_main$1k), {
6303
+ createVNode(unref(_sfc_main$1l), {
6265
6304
  modelValue: open.value,
6266
6305
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
6267
6306
  size: "xsmall",
@@ -6301,7 +6340,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
6301
6340
  }
6302
6341
  });
6303
6342
 
6304
- const _sfc_main$Q = /* @__PURE__ */ defineComponent({
6343
+ const _sfc_main$R = /* @__PURE__ */ defineComponent({
6305
6344
  __name: "KdsPasswordInput",
6306
6345
  props: /* @__PURE__ */ mergeModels({
6307
6346
  description: {},
@@ -6362,7 +6401,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
6362
6401
  onBlur: handleBlur
6363
6402
  }), {
6364
6403
  trailing: withCtx(() => [
6365
- __props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$1k, {
6404
+ __props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$1l, {
6366
6405
  key: 0,
6367
6406
  modelValue: showValue.value,
6368
6407
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showValue.value = $event),
@@ -6402,7 +6441,7 @@ const kdsPasswordInputAutocompletes = Object.values(
6402
6441
  kdsPasswordInputAutocomplete
6403
6442
  );
6404
6443
 
6405
- const _sfc_main$P = /* @__PURE__ */ defineComponent({
6444
+ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
6406
6445
  __name: "KdsUsernameInput",
6407
6446
  props: /* @__PURE__ */ mergeModels({
6408
6447
  description: {},
@@ -10413,17 +10452,17 @@ const sn = /*@__PURE__*/ new WeakMap, cn = /*@__PURE__*/ sn.get.bind(sn), un = /
10413
10452
  DateTimeFormat: Xn
10414
10453
  }));
10415
10454
 
10416
- const _hoisted_1$z = {
10455
+ const _hoisted_1$A = {
10417
10456
  role: "row",
10418
10457
  class: "kds-date-picker-header-row"
10419
10458
  };
10420
- const _hoisted_2$j = ["aria-label"];
10459
+ const _hoisted_2$k = ["aria-label"];
10421
10460
  const _hoisted_3$g = { class: "kds-date-picker-day-grid" };
10422
10461
  const _hoisted_4$e = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
10423
10462
  const REFERENCE_YEAR$2 = 2024;
10424
10463
  const DAYS_PER_WEEK = 7;
10425
10464
  const TOTAL_CELLS = 42;
10426
- const _sfc_main$O = /* @__PURE__ */ defineComponent({
10465
+ const _sfc_main$P = /* @__PURE__ */ defineComponent({
10427
10466
  __name: "DatePickerDayGrid",
10428
10467
  props: {
10429
10468
  modelValue: {},
@@ -10718,14 +10757,14 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
10718
10757
  role: "grid",
10719
10758
  "aria-label": "Calendar"
10720
10759
  }, [
10721
- createElementVNode("div", _hoisted_1$z, [
10760
+ createElementVNode("div", _hoisted_1$A, [
10722
10761
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(DAY_LABELS), (day, i) => {
10723
10762
  return openBlock(), createElementBlock("div", {
10724
10763
  key: day,
10725
10764
  role: "columnheader",
10726
10765
  "aria-label": unref(DAY_FULL_LABELS)[i],
10727
10766
  class: "kds-date-picker-weekday"
10728
- }, toDisplayString(day), 9, _hoisted_2$j);
10767
+ }, toDisplayString(day), 9, _hoisted_2$k);
10729
10768
  }), 128))
10730
10769
  ]),
10731
10770
  createElementVNode("div", _hoisted_3$g, [
@@ -10767,13 +10806,13 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
10767
10806
  }
10768
10807
  });
10769
10808
 
10770
- const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-51807b35"]]);
10809
+ const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-51807b35"]]);
10771
10810
 
10772
- const _hoisted_1$y = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10811
+ const _hoisted_1$z = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10773
10812
  const REFERENCE_YEAR$1 = 2024;
10774
10813
  const MONTHS_PER_YEAR$1 = 12;
10775
10814
  const MONTH_GRID_COLS = 3;
10776
- const _sfc_main$N = /* @__PURE__ */ defineComponent({
10815
+ const _sfc_main$O = /* @__PURE__ */ defineComponent({
10777
10816
  __name: "DatePickerMonthGrid",
10778
10817
  props: {
10779
10818
  modelValue: {},
@@ -10963,7 +11002,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
10963
11002
  onClick: ($event) => selectMonth(cell.month),
10964
11003
  onKeydown: ($event) => onKeydown($event, cell.month),
10965
11004
  onFocus: ($event) => focusedCell.value = cell.month
10966
- }, toDisplayString(cell.label), 43, _hoisted_1$y);
11005
+ }, toDisplayString(cell.label), 43, _hoisted_1$z);
10967
11006
  }), 128))
10968
11007
  ]);
10969
11008
  }), 128))
@@ -10972,12 +11011,12 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
10972
11011
  }
10973
11012
  });
10974
11013
 
10975
- const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-63d96e84"]]);
11014
+ const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-63d96e84"]]);
10976
11015
 
10977
- const _hoisted_1$x = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
11016
+ const _hoisted_1$y = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10978
11017
  const YEAR_PAGE_SIZE$1 = 15;
10979
11018
  const YEAR_GRID_COLS = 3;
10980
- const _sfc_main$M = /* @__PURE__ */ defineComponent({
11019
+ const _sfc_main$N = /* @__PURE__ */ defineComponent({
10981
11020
  __name: "DatePickerYearGrid",
10982
11021
  props: {
10983
11022
  modelValue: {},
@@ -11135,7 +11174,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
11135
11174
  onClick: ($event) => selectYear(cell.year),
11136
11175
  onKeydown: ($event) => onKeydown($event, cell.year),
11137
11176
  onFocus: ($event) => focusedCell.value = cell.year
11138
- }, toDisplayString(cell.label), 43, _hoisted_1$x);
11177
+ }, toDisplayString(cell.label), 43, _hoisted_1$y);
11139
11178
  }), 128))
11140
11179
  ]);
11141
11180
  }), 128))
@@ -11144,10 +11183,10 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
11144
11183
  }
11145
11184
  });
11146
11185
 
11147
- const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-270d55b9"]]);
11186
+ const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-270d55b9"]]);
11148
11187
 
11149
- const _hoisted_1$w = { class: "kds-date-picker" };
11150
- const _hoisted_2$i = { class: "kds-date-picker-header" };
11188
+ const _hoisted_1$x = { class: "kds-date-picker" };
11189
+ const _hoisted_2$j = { class: "kds-date-picker-header" };
11151
11190
  const _hoisted_3$f = { class: "kds-date-picker-nav-block" };
11152
11191
  const _hoisted_4$d = {
11153
11192
  key: 1,
@@ -11159,7 +11198,7 @@ const _hoisted_6$4 = { class: "kds-date-picker-body" };
11159
11198
  const MONTHS_PER_YEAR = 12;
11160
11199
  const YEAR_PAGE_SIZE = 15;
11161
11200
  const REFERENCE_YEAR = 2024;
11162
- const _sfc_main$L = /* @__PURE__ */ defineComponent({
11201
+ const _sfc_main$M = /* @__PURE__ */ defineComponent({
11163
11202
  __name: "KdsDatePicker",
11164
11203
  props: /* @__PURE__ */ mergeModels({
11165
11204
  minDate: {},
@@ -11355,10 +11394,10 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
11355
11394
  });
11356
11395
  __expose({ focus });
11357
11396
  return (_ctx, _cache) => {
11358
- return openBlock(), createElementBlock("div", _hoisted_1$w, [
11359
- createElementVNode("div", _hoisted_2$i, [
11397
+ return openBlock(), createElementBlock("div", _hoisted_1$x, [
11398
+ createElementVNode("div", _hoisted_2$j, [
11360
11399
  createElementVNode("div", _hoisted_3$f, [
11361
- view.value === "day" ? (openBlock(), createBlock(_sfc_main$1n, {
11400
+ view.value === "day" ? (openBlock(), createBlock(_sfc_main$1o, {
11362
11401
  key: 0,
11363
11402
  variant: "transparent",
11364
11403
  size: "small",
@@ -11367,7 +11406,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
11367
11406
  disabled: prevYearDisabled.value,
11368
11407
  onClick: onPrevYear
11369
11408
  }, null, 8, ["disabled"])) : createCommentVNode("", true),
11370
- createVNode(_sfc_main$1n, {
11409
+ createVNode(_sfc_main$1o, {
11371
11410
  variant: "transparent",
11372
11411
  size: "small",
11373
11412
  "leading-icon": "chevron-left",
@@ -11376,7 +11415,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
11376
11415
  onClick: onPrev
11377
11416
  }, null, 8, ["ariaLabel", "disabled"])
11378
11417
  ]),
11379
- view.value !== "year" ? (openBlock(), createBlock(_sfc_main$1n, {
11418
+ view.value !== "year" ? (openBlock(), createBlock(_sfc_main$1o, {
11380
11419
  key: 0,
11381
11420
  class: "kds-date-picker-header-label",
11382
11421
  variant: "transparent",
@@ -11385,7 +11424,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
11385
11424
  onClick: onHeaderLabelClick
11386
11425
  }, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$d, toDisplayString(headerLabel.value), 1)),
11387
11426
  createElementVNode("div", _hoisted_5$6, [
11388
- createVNode(_sfc_main$1n, {
11427
+ createVNode(_sfc_main$1o, {
11389
11428
  variant: "transparent",
11390
11429
  size: "small",
11391
11430
  "leading-icon": "chevron-right",
@@ -11393,7 +11432,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
11393
11432
  disabled: nextDisabled.value,
11394
11433
  onClick: onNext
11395
11434
  }, null, 8, ["ariaLabel", "disabled"]),
11396
- view.value === "day" ? (openBlock(), createBlock(_sfc_main$1n, {
11435
+ view.value === "day" ? (openBlock(), createBlock(_sfc_main$1o, {
11397
11436
  key: 0,
11398
11437
  variant: "transparent",
11399
11438
  size: "small",
@@ -11445,7 +11484,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
11445
11484
  }
11446
11485
  });
11447
11486
 
11448
- const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-e46d7e18"]]);
11487
+ const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-e46d7e18"]]);
11449
11488
 
11450
11489
  const YEAR_END_INDEX = 4;
11451
11490
  const MONTH_START_INDEX = 4;
@@ -11548,7 +11587,7 @@ const useDateInputMask = (modelValue) => {
11548
11587
 
11549
11588
  const incompleteDateMessage = "Invalid date format. Please provide year (YYYY), month (MM), and day (DD).";
11550
11589
  const MONTH_NAME_SAMPLE_YEAR = 2001;
11551
- const _sfc_main$K = /* @__PURE__ */ defineComponent({
11590
+ const _sfc_main$L = /* @__PURE__ */ defineComponent({
11552
11591
  __name: "KdsDateInput",
11553
11592
  props: /* @__PURE__ */ mergeModels({
11554
11593
  description: {},
@@ -11677,7 +11716,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
11677
11716
  onBlur: onTextInputBlur
11678
11717
  }), {
11679
11718
  trailing: withCtx(() => [
11680
- createVNode(_sfc_main$1k, {
11719
+ createVNode(_sfc_main$1l, {
11681
11720
  modelValue: popoverIsVisible.value,
11682
11721
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
11683
11722
  size: "xsmall",
@@ -11726,8 +11765,8 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
11726
11765
  }
11727
11766
  });
11728
11767
 
11729
- const _hoisted_1$v = { class: "kds-date-time-format-popover" };
11730
- const _sfc_main$J = /* @__PURE__ */ defineComponent({
11768
+ const _hoisted_1$w = { class: "kds-date-time-format-popover" };
11769
+ const _sfc_main$K = /* @__PURE__ */ defineComponent({
11731
11770
  __name: "DateTimeFormatPopover",
11732
11771
  props: /* @__PURE__ */ mergeModels({
11733
11772
  allDefaultFormats: {},
@@ -11865,7 +11904,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
11865
11904
  }));
11866
11905
  });
11867
11906
  return (_ctx, _cache) => {
11868
- return openBlock(), createElementBlock("div", _hoisted_1$v, [
11907
+ return openBlock(), createElementBlock("div", _hoisted_1$w, [
11869
11908
  modeOptions.value.length > 1 ? (openBlock(), createBlock(KdsValueSwitch, {
11870
11909
  key: 0,
11871
11910
  "model-value": effectiveSelectedMode.value,
@@ -11897,9 +11936,9 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
11897
11936
  }
11898
11937
  });
11899
11938
 
11900
- const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-8c697d02"]]);
11939
+ const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-8c697d02"]]);
11901
11940
 
11902
- const _sfc_main$I = /* @__PURE__ */ defineComponent({
11941
+ const _sfc_main$J = /* @__PURE__ */ defineComponent({
11903
11942
  __name: "KdsDateTimeFormatInput",
11904
11943
  props: /* @__PURE__ */ mergeModels({
11905
11944
  description: {},
@@ -11946,7 +11985,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
11946
11985
  autocomplete: props.autocomplete
11947
11986
  }), {
11948
11987
  trailing: withCtx(() => [
11949
- createVNode(unref(_sfc_main$1k), {
11988
+ createVNode(unref(_sfc_main$1l), {
11950
11989
  modelValue: open.value,
11951
11990
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
11952
11991
  size: "xsmall",
@@ -12032,7 +12071,7 @@ const buildRegexFromPatternInput = (input, options) => {
12032
12071
  return `^(?!.*${withCase}).*$`;
12033
12072
  };
12034
12073
 
12035
- const _sfc_main$H = /* @__PURE__ */ defineComponent({
12074
+ const _sfc_main$I = /* @__PURE__ */ defineComponent({
12036
12075
  __name: "KdsPatternInput",
12037
12076
  props: /* @__PURE__ */ mergeModels({
12038
12077
  description: {},
@@ -12115,7 +12154,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
12115
12154
  clearable: ""
12116
12155
  }), {
12117
12156
  trailing: withCtx(() => [
12118
- createVNode(_sfc_main$1k, {
12157
+ createVNode(_sfc_main$1l, {
12119
12158
  modelValue: caseSensitive.value,
12120
12159
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => caseSensitive.value = $event),
12121
12160
  size: "xsmall",
@@ -12125,7 +12164,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
12125
12164
  ariaLabel: "Case sensitivity",
12126
12165
  disabled: __props.disabled
12127
12166
  }, null, 8, ["modelValue", "title", "disabled"]),
12128
- createVNode(_sfc_main$1k, {
12167
+ createVNode(_sfc_main$1l, {
12129
12168
  modelValue: excludeMatches.value,
12130
12169
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => excludeMatches.value = $event),
12131
12170
  size: "xsmall",
@@ -12135,7 +12174,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
12135
12174
  ariaLabel: "Exclude matches",
12136
12175
  disabled: __props.disabled
12137
12176
  }, null, 8, ["modelValue", "title", "disabled"]),
12138
- createVNode(_sfc_main$1k, {
12177
+ createVNode(_sfc_main$1l, {
12139
12178
  modelValue: useRegex.value,
12140
12179
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => useRegex.value = $event),
12141
12180
  size: "xsmall",
@@ -12155,7 +12194,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
12155
12194
  }
12156
12195
  });
12157
12196
 
12158
- const _sfc_main$G = /* @__PURE__ */ defineComponent({
12197
+ const _sfc_main$H = /* @__PURE__ */ defineComponent({
12159
12198
  __name: "KdsSearchInput",
12160
12199
  props: /* @__PURE__ */ mergeModels({
12161
12200
  description: {},
@@ -12308,11 +12347,11 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
12308
12347
  }
12309
12348
  });
12310
12349
 
12311
- const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-aec3e3d0"]]);
12350
+ const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-aec3e3d0"]]);
12312
12351
 
12313
- const _hoisted_1$u = ["rows", "placeholder", "disabled", "autocomplete"];
12352
+ const _hoisted_1$v = ["rows", "placeholder", "disabled", "autocomplete"];
12314
12353
  const DEFAULT_ROWS = 3;
12315
- const _sfc_main$F = /* @__PURE__ */ defineComponent({
12354
+ const _sfc_main$G = /* @__PURE__ */ defineComponent({
12316
12355
  __name: "KdsTextarea",
12317
12356
  props: /* @__PURE__ */ mergeModels({
12318
12357
  description: {},
@@ -12378,7 +12417,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
12378
12417
  placeholder: __props.placeholder,
12379
12418
  disabled: __props.disabled,
12380
12419
  autocomplete: props.autocomplete
12381
- }), null, 16, _hoisted_1$u), [
12420
+ }), null, 16, _hoisted_1$v), [
12382
12421
  [vModelText, modelValue.value]
12383
12422
  ])
12384
12423
  ]),
@@ -12388,10 +12427,10 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
12388
12427
  }
12389
12428
  });
12390
12429
 
12391
- const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-36211819"]]);
12430
+ const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-36211819"]]);
12392
12431
 
12393
- const _hoisted_1$t = { class: "kds-time-picker" };
12394
- const _hoisted_2$h = { class: "kds-time-picker-fields" };
12432
+ const _hoisted_1$u = { class: "kds-time-picker" };
12433
+ const _hoisted_2$i = { class: "kds-time-picker-fields" };
12395
12434
  const _hoisted_3$e = { class: "kds-time-picker-fields" };
12396
12435
  const _hoisted_4$c = {
12397
12436
  key: 0,
@@ -12409,7 +12448,7 @@ const MAX_HOUR = 23;
12409
12448
  const MAX_MINUTE = 59;
12410
12449
  const MAX_SECOND = 59;
12411
12450
  const MAX_MILLISECOND = 999;
12412
- const _sfc_main$E = /* @__PURE__ */ defineComponent({
12451
+ const _sfc_main$F = /* @__PURE__ */ defineComponent({
12413
12452
  __name: "TimePicker",
12414
12453
  props: /* @__PURE__ */ mergeModels({
12415
12454
  maxGranularity: {}
@@ -12495,9 +12534,9 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12495
12534
  };
12496
12535
  __expose({ focus });
12497
12536
  return (_ctx, _cache) => {
12498
- return openBlock(), createElementBlock("div", _hoisted_1$t, [
12499
- createElementVNode("div", _hoisted_2$h, [
12500
- createVNode(_sfc_main$V, {
12537
+ return openBlock(), createElementBlock("div", _hoisted_1$u, [
12538
+ createElementVNode("div", _hoisted_2$i, [
12539
+ createVNode(_sfc_main$W, {
12501
12540
  ref: "hourInput",
12502
12541
  modelValue: hour.value,
12503
12542
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => hour.value = $event),
@@ -12507,7 +12546,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12507
12546
  max: MAX_HOUR,
12508
12547
  step: 1
12509
12548
  }, null, 8, ["modelValue"]),
12510
- createVNode(_sfc_main$V, {
12549
+ createVNode(_sfc_main$W, {
12511
12550
  modelValue: minute.value,
12512
12551
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => minute.value = $event),
12513
12552
  class: "kds-time-picker-field",
@@ -12523,7 +12562,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12523
12562
  })) : createCommentVNode("", true),
12524
12563
  showSecondInput.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
12525
12564
  createElementVNode("div", _hoisted_3$e, [
12526
- createVNode(_sfc_main$V, {
12565
+ createVNode(_sfc_main$W, {
12527
12566
  ref: "secondInput",
12528
12567
  modelValue: second.value,
12529
12568
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => second.value = $event),
@@ -12533,7 +12572,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12533
12572
  max: MAX_SECOND,
12534
12573
  step: 1
12535
12574
  }, null, 8, ["modelValue"]),
12536
- createVNode(_sfc_main$1n, {
12575
+ createVNode(_sfc_main$1o, {
12537
12576
  class: "kds-time-picker-field-trash",
12538
12577
  variant: "transparent",
12539
12578
  "leading-icon": "trash",
@@ -12543,7 +12582,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12543
12582
  })
12544
12583
  ]),
12545
12584
  showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
12546
- createVNode(_sfc_main$V, {
12585
+ createVNode(_sfc_main$W, {
12547
12586
  ref: "millisecondInput",
12548
12587
  modelValue: millisecond.value,
12549
12588
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => millisecond.value = $event),
@@ -12556,7 +12595,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12556
12595
  max: MAX_MILLISECOND,
12557
12596
  step: 1
12558
12597
  }, null, 8, ["modelValue"]),
12559
- createVNode(_sfc_main$1n, {
12598
+ createVNode(_sfc_main$1o, {
12560
12599
  class: "kds-time-picker-field-trash",
12561
12600
  variant: "transparent",
12562
12601
  "leading-icon": "trash",
@@ -12565,7 +12604,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12565
12604
  onClick: removeMilliseconds
12566
12605
  })
12567
12606
  ])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
12568
- createVNode(_sfc_main$1n, {
12607
+ createVNode(_sfc_main$1o, {
12569
12608
  variant: "outlined",
12570
12609
  size: "small",
12571
12610
  "leading-icon": "plus",
@@ -12574,7 +12613,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12574
12613
  })
12575
12614
  ])) : createCommentVNode("", true)
12576
12615
  ], 64)) : __props.maxGranularity !== "minute" ? (openBlock(), createElementBlock("div", _hoisted_6$3, [
12577
- createVNode(_sfc_main$1n, {
12616
+ createVNode(_sfc_main$1o, {
12578
12617
  variant: "outlined",
12579
12618
  size: "small",
12580
12619
  "leading-icon": "plus",
@@ -12587,7 +12626,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12587
12626
  }
12588
12627
  });
12589
12628
 
12590
- const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-c2bc1234"]]);
12629
+ const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-c2bc1234"]]);
12591
12630
 
12592
12631
  const HOURS_END_INDEX = 2;
12593
12632
  const MINUTES_START_INDEX = 2;
@@ -12797,7 +12836,7 @@ const useTimeInputMask = (modelValue, granularityRef) => {
12797
12836
  };
12798
12837
 
12799
12838
  const invalidTimeMessage = "The entered time is invalid.";
12800
- const _sfc_main$D = /* @__PURE__ */ defineComponent({
12839
+ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12801
12840
  __name: "KdsTimeInput",
12802
12841
  props: /* @__PURE__ */ mergeModels({
12803
12842
  description: {},
@@ -12912,7 +12951,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
12912
12951
  onBlur: onTextInputBlur
12913
12952
  }), {
12914
12953
  trailing: withCtx(() => [
12915
- createVNode(_sfc_main$1k, {
12954
+ createVNode(_sfc_main$1l, {
12916
12955
  modelValue: popoverIsVisible.value,
12917
12956
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
12918
12957
  size: "xsmall",
@@ -13174,11 +13213,11 @@ const stripInactiveFields = (duration, usedFormat) => {
13174
13213
  };
13175
13214
  const toTitleCase = (key) => key.charAt(0).toUpperCase() + key.slice(1).toLowerCase();
13176
13215
 
13177
- const _hoisted_1$s = { class: "kds-interval-popover" };
13178
- const _hoisted_2$g = { class: "kds-interval-popover-header" };
13216
+ const _hoisted_1$t = { class: "kds-interval-popover" };
13217
+ const _hoisted_2$h = { class: "kds-interval-popover-header" };
13179
13218
  const _hoisted_3$d = { class: "kds-interval-popover-content" };
13180
13219
  const _hoisted_4$b = { class: "kds-interval-popover-grid" };
13181
- const _sfc_main$C = /* @__PURE__ */ defineComponent({
13220
+ const _sfc_main$D = /* @__PURE__ */ defineComponent({
13182
13221
  __name: "IntervalInputPopover",
13183
13222
  props: /* @__PURE__ */ mergeModels({
13184
13223
  format: {},
@@ -13272,8 +13311,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
13272
13311
  }
13273
13312
  });
13274
13313
  return (_ctx, _cache) => {
13275
- return openBlock(), createElementBlock("div", _hoisted_1$s, [
13276
- createElementVNode("div", _hoisted_2$g, [
13314
+ return openBlock(), createElementBlock("div", _hoisted_1$t, [
13315
+ createElementVNode("div", _hoisted_2$h, [
13277
13316
  _cache[2] || (_cache[2] = createElementVNode("span", { class: "kds-interval-popover-title" }, "Interval value", -1)),
13278
13317
  props.format === unref(kdsIntervalInputFormat).DATE_OR_TIME ? (openBlock(), createBlock(unref(KdsValueSwitch), {
13279
13318
  key: 0,
@@ -13297,7 +13336,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
13297
13336
  }, null, 8, ["modelValue"])) : createCommentVNode("", true),
13298
13337
  createElementVNode("div", _hoisted_4$b, [
13299
13338
  mode.value === unref(kdsIntervalInputFormat).DATE ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(periodNumericKeys), (key) => {
13300
- return openBlock(), createBlock(unref(_sfc_main$V), {
13339
+ return openBlock(), createBlock(unref(_sfc_main$W), {
13301
13340
  key,
13302
13341
  "model-value": activeFields.value[key],
13303
13342
  label: fieldLabels[key] ?? unref(toTitleCase)(key),
@@ -13307,7 +13346,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
13307
13346
  "onUpdate:modelValue": ($event) => updateField(key, $event)
13308
13347
  }, null, 8, ["model-value", "label", "max", "onUpdate:modelValue"]);
13309
13348
  }), 128)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(unref(durationNumericKeys), (key) => {
13310
- return openBlock(), createBlock(unref(_sfc_main$V), {
13349
+ return openBlock(), createBlock(unref(_sfc_main$W), {
13311
13350
  key,
13312
13351
  "model-value": activeFields.value[key],
13313
13352
  label: fieldLabels[key] ?? unref(toTitleCase)(key),
@@ -13324,9 +13363,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
13324
13363
  }
13325
13364
  });
13326
13365
 
13327
- const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-02541fd1"]]);
13366
+ const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-02541fd1"]]);
13328
13367
 
13329
- const _sfc_main$B = /* @__PURE__ */ defineComponent({
13368
+ const _sfc_main$C = /* @__PURE__ */ defineComponent({
13330
13369
  __name: "KdsIntervalInput",
13331
13370
  props: /* @__PURE__ */ mergeModels({
13332
13371
  description: {},
@@ -13488,7 +13527,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
13488
13527
  onKeydown: withKeys(withModifiers(commitTypedInput, ["prevent"]), ["enter"])
13489
13528
  }), {
13490
13529
  trailing: withCtx(() => [
13491
- createVNode(unref(_sfc_main$1k), {
13530
+ createVNode(unref(_sfc_main$1l), {
13492
13531
  modelValue: isPopoverOpen.value,
13493
13532
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isPopoverOpen.value = $event),
13494
13533
  size: "xsmall",
@@ -13536,8 +13575,8 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
13536
13575
  }
13537
13576
  });
13538
13577
 
13539
- const _hoisted_1$r = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
13540
- const _hoisted_2$f = {
13578
+ const _hoisted_1$s = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
13579
+ const _hoisted_2$g = {
13541
13580
  key: 0,
13542
13581
  class: "leading",
13543
13582
  "aria-hidden": "true"
@@ -13547,7 +13586,8 @@ const _hoisted_4$a = {
13547
13586
  class: "trailing",
13548
13587
  "aria-hidden": "true"
13549
13588
  };
13550
- const _sfc_main$A = /* @__PURE__ */ defineComponent({
13589
+ const TRIGGER_REF = "triggerEl";
13590
+ const _sfc_main$B = /* @__PURE__ */ defineComponent({
13551
13591
  __name: "BaseDropdown",
13552
13592
  props: /* @__PURE__ */ mergeModels({
13553
13593
  text: {},
@@ -13567,10 +13607,17 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
13567
13607
  "openModifiers": {}
13568
13608
  }),
13569
13609
  emits: /* @__PURE__ */ mergeModels(["click", "keydown"], ["update:open"]),
13570
- setup(__props, { emit: __emit }) {
13610
+ setup(__props, { expose: __expose, emit: __emit }) {
13571
13611
  const props = createPropsRestProxy(__props, ["disabled", "error", "missing", "ariaInvalid"]);
13572
13612
  const open = useModel(__props, "open");
13573
13613
  const valueTextId = useId();
13614
+ const triggerEl = useTemplateRef(TRIGGER_REF);
13615
+ __expose({
13616
+ /**
13617
+ * Focuses the trigger button
13618
+ */
13619
+ focus: () => triggerEl.value?.focus()
13620
+ });
13574
13621
  const ariaLabelledby = computed(() => {
13575
13622
  if (props.ariaLabel) {
13576
13623
  return void 0;
@@ -13606,6 +13653,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
13606
13653
  return (_ctx, _cache) => {
13607
13654
  return openBlock(), createElementBlock("button", {
13608
13655
  id: props.id,
13656
+ ref: TRIGGER_REF,
13609
13657
  class: normalizeClass(["kds-dropdown-trigger-button", { error: __props.error }]),
13610
13658
  type: "button",
13611
13659
  "aria-expanded": open.value,
@@ -13619,8 +13667,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
13619
13667
  onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("click")),
13620
13668
  onKeydown
13621
13669
  }, [
13622
- props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$f, [
13623
- createVNode(_sfc_main$1i, {
13670
+ props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$g, [
13671
+ createVNode(_sfc_main$1j, {
13624
13672
  accessory: props.accessory,
13625
13673
  size: "medium"
13626
13674
  }, null, 8, ["accessory"])
@@ -13638,21 +13686,21 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
13638
13686
  size: "small"
13639
13687
  }, null, 8, ["name"])
13640
13688
  ])
13641
- ], 42, _hoisted_1$r);
13689
+ ], 42, _hoisted_1$s);
13642
13690
  };
13643
13691
  }
13644
13692
  });
13645
13693
 
13646
- const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-0f4de8fb"]]);
13694
+ const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-1bb2d375"]]);
13647
13695
 
13648
13696
  const DROPDOWN_SEARCH_THRESHOLD = 12;
13649
13697
 
13650
- const _hoisted_1$q = { class: "kds-dropdown-container" };
13651
- const _hoisted_2$e = {
13698
+ const _hoisted_1$r = { class: "kds-dropdown-container" };
13699
+ const _hoisted_2$f = {
13652
13700
  key: 0,
13653
13701
  class: "kds-dropdown-container-sticky-top"
13654
13702
  };
13655
- const _sfc_main$z = /* @__PURE__ */ defineComponent({
13703
+ const _sfc_main$A = /* @__PURE__ */ defineComponent({
13656
13704
  __name: "DropdownContainer",
13657
13705
  props: /* @__PURE__ */ mergeModels({
13658
13706
  emptyText: {},
@@ -13736,8 +13784,8 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
13736
13784
  }
13737
13785
  });
13738
13786
  return (_ctx, _cache) => {
13739
- return openBlock(), createElementBlock("div", _hoisted_1$q, [
13740
- searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
13787
+ return openBlock(), createElementBlock("div", _hoisted_1$r, [
13788
+ searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$f, [
13741
13789
  createVNode(BaseInput, {
13742
13790
  ref_key: "searchEl",
13743
13791
  ref: searchEl,
@@ -13769,9 +13817,9 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
13769
13817
  }
13770
13818
  });
13771
13819
 
13772
- const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-cdb20fd2"]]);
13820
+ const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-cdb20fd2"]]);
13773
13821
 
13774
- const _sfc_main$y = /* @__PURE__ */ defineComponent({
13822
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
13775
13823
  __name: "KdsDropdown",
13776
13824
  props: /* @__PURE__ */ mergeModels({
13777
13825
  placeholder: { default: "Select" },
@@ -13791,12 +13839,13 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
13791
13839
  "modelModifiers": {}
13792
13840
  }),
13793
13841
  emits: ["update:modelValue"],
13794
- setup(__props) {
13842
+ setup(__props, { expose: __expose }) {
13795
13843
  const props = createPropsRestProxy(__props, ["placeholder", "disabled", "loading", "error", "validating", "preserveSubTextSpace"]);
13796
13844
  const modelValue = useModel(__props, "modelValue");
13797
13845
  const open = ref(false);
13798
13846
  const popoverEl = useTemplateRef("popoverEl");
13799
13847
  const dropdownContainerEl = useTemplateRef("dropdownContainerEl");
13848
+ const baseDropdownEl = useTemplateRef("baseDropdownEl");
13800
13849
  const selectedOption = computed(
13801
13850
  () => props.possibleValues.find((o) => o.id === modelValue.value)
13802
13851
  );
@@ -13808,6 +13857,12 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
13808
13857
  const closeDropdown = () => {
13809
13858
  open.value = false;
13810
13859
  };
13860
+ __expose({
13861
+ /**
13862
+ * Focuses the trigger button
13863
+ */
13864
+ focus: () => baseDropdownEl.value?.focus()
13865
+ });
13811
13866
  return (_ctx, _cache) => {
13812
13867
  return openBlock(), createBlock(BaseFormFieldWrapper, {
13813
13868
  id: props.id,
@@ -13820,7 +13875,10 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
13820
13875
  "preserve-sub-text-space": __props.preserveSubTextSpace
13821
13876
  }, {
13822
13877
  default: withCtx((slotProps) => [
13823
- createVNode(BaseDropdown, mergeProps(slotProps, {
13878
+ createVNode(BaseDropdown, mergeProps({
13879
+ ref_key: "baseDropdownEl",
13880
+ ref: baseDropdownEl
13881
+ }, slotProps, {
13824
13882
  open: open.value,
13825
13883
  "onUpdate:open": _cache[0] || (_cache[0] = ($event) => open.value = $event),
13826
13884
  text: modelValue.value && !selectedOption.value ? `(Missing) ${modelValue.value}` : selectedOption.value?.text,
@@ -13864,9 +13922,9 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
13864
13922
  }
13865
13923
  });
13866
13924
 
13867
- const _hoisted_1$p = ["disabled"];
13868
- const _hoisted_2$d = ["title"];
13869
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
13925
+ const _hoisted_1$q = ["disabled"];
13926
+ const _hoisted_2$e = ["title"];
13927
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
13870
13928
  __name: "KdsListItemButton",
13871
13929
  props: {
13872
13930
  label: {},
@@ -13896,16 +13954,16 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
13896
13954
  ref: labelEl,
13897
13955
  class: "label",
13898
13956
  title: unref(isLabelTruncated) ? props.label : void 0
13899
- }, toDisplayString(props.label), 9, _hoisted_2$d)
13900
- ], 8, _hoisted_1$p);
13957
+ }, toDisplayString(props.label), 9, _hoisted_2$e)
13958
+ ], 8, _hoisted_1$q);
13901
13959
  };
13902
13960
  }
13903
13961
  });
13904
13962
 
13905
- const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-21fb5571"]]);
13963
+ const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-21fb5571"]]);
13906
13964
 
13907
- const _hoisted_1$o = { class: "kds-multi-select-dropdown-options" };
13908
- const _hoisted_2$c = {
13965
+ const _hoisted_1$p = { class: "kds-multi-select-dropdown-options" };
13966
+ const _hoisted_2$d = {
13909
13967
  key: 0,
13910
13968
  class: "kds-multi-select-dropdown-search"
13911
13969
  };
@@ -13913,7 +13971,7 @@ const _hoisted_3$b = {
13913
13971
  key: 1,
13914
13972
  class: "kds-multi-select-dropdown-footer"
13915
13973
  };
13916
- const _sfc_main$w = /* @__PURE__ */ defineComponent({
13974
+ const _sfc_main$x = /* @__PURE__ */ defineComponent({
13917
13975
  __name: "MultiSelectDropdownContainer",
13918
13976
  props: /* @__PURE__ */ mergeModels({
13919
13977
  emptyText: {},
@@ -14036,8 +14094,8 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
14036
14094
  }
14037
14095
  });
14038
14096
  return (_ctx, _cache) => {
14039
- return openBlock(), createElementBlock("div", _hoisted_1$o, [
14040
- searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$c, [
14097
+ return openBlock(), createElementBlock("div", _hoisted_1$p, [
14098
+ searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$d, [
14041
14099
  createVNode(BaseInput, {
14042
14100
  ref_key: "searchEl",
14043
14101
  ref: searchEl,
@@ -14079,9 +14137,9 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
14079
14137
  }
14080
14138
  });
14081
14139
 
14082
- const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-68fe366f"]]);
14140
+ const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-68fe366f"]]);
14083
14141
 
14084
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
14142
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
14085
14143
  __name: "KdsMultiSelectDropdown",
14086
14144
  props: /* @__PURE__ */ mergeModels({
14087
14145
  placeholder: { default: "Select" },
@@ -14102,12 +14160,13 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
14102
14160
  "modelModifiers": {}
14103
14161
  }),
14104
14162
  emits: ["update:modelValue"],
14105
- setup(__props) {
14163
+ setup(__props, { expose: __expose }) {
14106
14164
  const props = createPropsRestProxy(__props, ["placeholder", "disabled", "loading", "allowNewValues", "error", "validating", "preserveSubTextSpace"]);
14107
14165
  const modelValue = useModel(__props, "modelValue");
14108
14166
  const open = ref(false);
14109
14167
  const dropdownContainerEl = useTemplateRef("dropdownContainerEl");
14110
14168
  const popoverEl = useTemplateRef("popoverEl");
14169
+ const baseDropdownEl = useTemplateRef("baseDropdownEl");
14111
14170
  watchEffect(() => {
14112
14171
  if (open.value) {
14113
14172
  nextTick(() => dropdownContainerEl.value?.focus());
@@ -14146,6 +14205,12 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
14146
14205
  addedOptions.value = [...addedOptions.value, { id: text, text }];
14147
14206
  modelValue.value = [...modelValue.value, text];
14148
14207
  };
14208
+ __expose({
14209
+ /**
14210
+ * Focuses the trigger button
14211
+ */
14212
+ focus: () => baseDropdownEl.value?.focus()
14213
+ });
14149
14214
  return (_ctx, _cache) => {
14150
14215
  return openBlock(), createBlock(BaseFormFieldWrapper, {
14151
14216
  id: props.id,
@@ -14158,7 +14223,10 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
14158
14223
  "preserve-sub-text-space": __props.preserveSubTextSpace
14159
14224
  }, {
14160
14225
  default: withCtx((slotProps) => [
14161
- createVNode(BaseDropdown, mergeProps(slotProps, {
14226
+ createVNode(BaseDropdown, mergeProps({
14227
+ ref_key: "baseDropdownEl",
14228
+ ref: baseDropdownEl
14229
+ }, slotProps, {
14162
14230
  open: open.value,
14163
14231
  "onUpdate:open": _cache[0] || (_cache[0] = ($event) => open.value = $event),
14164
14232
  text: summary.value,
@@ -14208,9 +14276,9 @@ const kdsDimensionComponentHeight20x = 320;
14208
14276
  const kdsSpacingContainer0p10x = 1;
14209
14277
  const kdsSpacingContainer0p25x = 4;
14210
14278
 
14211
- const _hoisted_1$n = { class: "kds-resize-handle-area" };
14212
- const _hoisted_2$b = ["aria-label"];
14213
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
14279
+ const _hoisted_1$o = { class: "kds-resize-handle-area" };
14280
+ const _hoisted_2$c = ["aria-label"];
14281
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
14214
14282
  __name: "ResizeHandle",
14215
14283
  props: {
14216
14284
  numberOfHandles: { default: 1 },
@@ -14232,7 +14300,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
14232
14300
  return `calc((100% - ${n - 1} * ${gap}) / ${2 * n})`;
14233
14301
  });
14234
14302
  return (_ctx, _cache) => {
14235
- return openBlock(), createElementBlock("div", _hoisted_1$n, [
14303
+ return openBlock(), createElementBlock("div", _hoisted_1$o, [
14236
14304
  (openBlock(true), createElementBlock(Fragment, null, renderList(normalizedNumberOfHandles.value, (i) => {
14237
14305
  return openBlock(), createElementBlock("button", {
14238
14306
  key: i,
@@ -14241,22 +14309,22 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
14241
14309
  type: "button"
14242
14310
  }, [..._cache[0] || (_cache[0] = [
14243
14311
  createElementVNode("span", { class: "kds-resize-handle-line" }, null, -1)
14244
- ])], 8, _hoisted_2$b);
14312
+ ])], 8, _hoisted_2$c);
14245
14313
  }), 128))
14246
14314
  ]);
14247
14315
  };
14248
14316
  }
14249
14317
  });
14250
14318
 
14251
- const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-df3803d4"]]);
14319
+ const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-df3803d4"]]);
14252
14320
 
14253
- const _hoisted_1$m = {
14321
+ const _hoisted_1$n = {
14254
14322
  ref: "content",
14255
14323
  class: "kds-resize-container-content"
14256
14324
  };
14257
14325
  const DEFAULT_INITIAL_HEIGHT = 200;
14258
14326
  const KEYBOARD_RESIZE_STEP = 10;
14259
- const _sfc_main$t = /* @__PURE__ */ defineComponent({
14327
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
14260
14328
  __name: "KdsResizeContainer",
14261
14329
  props: {
14262
14330
  height: { default: () => DEFAULT_INITIAL_HEIGHT },
@@ -14319,7 +14387,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
14319
14387
  return openBlock(), createElementBlock("div", {
14320
14388
  class: normalizeClass(["kds-resize-container", { dragging: unref(activePointerId) !== null }])
14321
14389
  }, [
14322
- createElementVNode("div", _hoisted_1$m, [
14390
+ createElementVNode("div", _hoisted_1$n, [
14323
14391
  renderSlot(_ctx.$slots, "default", { contentStyle: contentStyle.value }, void 0, true)
14324
14392
  ], 512),
14325
14393
  createVNode(ResizeHandle, {
@@ -14337,7 +14405,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
14337
14405
  }
14338
14406
  });
14339
14407
 
14340
- const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-46b33b01"]]);
14408
+ const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-46b33b01"]]);
14341
14409
 
14342
14410
  const CLICK_META_KEY_TIMEOUT = 250;
14343
14411
  const useMultiSelectListBoxSelection = ({
@@ -14629,8 +14697,8 @@ const useMultiSelectListBoxSelection = ({
14629
14697
  };
14630
14698
  };
14631
14699
 
14632
- const _hoisted_1$l = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
14633
- const _hoisted_2$a = { class: "kds-multiselect-list-box-content-grid" };
14700
+ const _hoisted_1$m = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
14701
+ const _hoisted_2$b = { class: "kds-multiselect-list-box-content-grid" };
14634
14702
  const _hoisted_3$a = {
14635
14703
  key: 0,
14636
14704
  class: "kds-multiselect-sticky-bottom"
@@ -14639,7 +14707,7 @@ const _hoisted_4$9 = {
14639
14707
  key: 0,
14640
14708
  class: "kds-multiselect-empty"
14641
14709
  };
14642
- const _sfc_main$s = /* @__PURE__ */ defineComponent({
14710
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
14643
14711
  __name: "KdsMultiSelectListBox",
14644
14712
  props: /* @__PURE__ */ mergeModels({
14645
14713
  description: {},
@@ -14892,7 +14960,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
14892
14960
  onBlur: _cache[17] || (_cache[17] = //@ts-ignore
14893
14961
  (...args) => unref(onBlur) && unref(onBlur)(...args))
14894
14962
  }), [
14895
- createElementVNode("div", _hoisted_2$a, [
14963
+ createElementVNode("div", _hoisted_2$b, [
14896
14964
  createElementVNode("div", mergeProps({ class: "kds-multiselect-list-box-content" }, unref(wrapperProps)), [
14897
14965
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(virtualList), ({ data: item, index }) => {
14898
14966
  return openBlock(), createBlock(unref(KdsListItem), {
@@ -14939,7 +15007,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
14939
15007
  }, null, 8, ["id", "text", "accessory", "missing", "data-option-index", "selected", "disabled", "active", "trailing-icon"])
14940
15008
  ])) : createCommentVNode("", true)
14941
15009
  ])
14942
- ], 16, _hoisted_1$l),
15010
+ ], 16, _hoisted_1$m),
14943
15011
  visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
14944
15012
  createVNode(KdsEmptyState, {
14945
15013
  headline: __props.loading ? "Loading data…" : __props.emptyStateLabel,
@@ -14958,10 +15026,10 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
14958
15026
  }
14959
15027
  });
14960
15028
 
14961
- const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-2c5e2dda"]]);
15029
+ const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-2c5e2dda"]]);
14962
15030
 
14963
- const _hoisted_1$k = { class: "kds-list-column" };
14964
- const _hoisted_2$9 = { class: "kds-list-header" };
15031
+ const _hoisted_1$l = { class: "kds-list-column" };
15032
+ const _hoisted_2$a = { class: "kds-list-header" };
14965
15033
  const _hoisted_3$9 = { class: "kds-list-label" };
14966
15034
  const _hoisted_4$8 = {
14967
15035
  key: 0,
@@ -14976,7 +15044,7 @@ const _hoisted_9$1 = {
14976
15044
  class: "kds-list-count"
14977
15045
  };
14978
15046
  const UNKNOWN_VALUE_ID = "__unknown-value-option__";
14979
- const _sfc_main$r = /* @__PURE__ */ defineComponent({
15047
+ const _sfc_main$s = /* @__PURE__ */ defineComponent({
14980
15048
  __name: "TwinListBody",
14981
15049
  props: /* @__PURE__ */ mergeModels({
14982
15050
  disabled: { type: Boolean, default: false },
@@ -15150,8 +15218,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
15150
15218
  class: "kds-twin-list-body",
15151
15219
  style: normalizeStyle(contentStyle)
15152
15220
  }, [
15153
- createElementVNode("div", _hoisted_1$k, [
15154
- createElementVNode("div", _hoisted_2$9, [
15221
+ createElementVNode("div", _hoisted_1$l, [
15222
+ createElementVNode("div", _hoisted_2$a, [
15155
15223
  createElementVNode("span", _hoisted_3$9, toDisplayString(__props.excludeLabel), 1),
15156
15224
  !__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$8, toDisplayString(leftOptions.value.length) + " of " + toDisplayString(excludedItems.value.length), 1)) : createCommentVNode("", true)
15157
15225
  ]),
@@ -15173,7 +15241,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
15173
15241
  }, null, 8, ["modelValue", "possible-values", "ariaLabel", "disabled", "error", "loading", "empty-state-label", "bottom-value"])
15174
15242
  ]),
15175
15243
  createElementVNode("div", _hoisted_5$4, [
15176
- createVNode(unref(_sfc_main$1n), {
15244
+ createVNode(unref(_sfc_main$1o), {
15177
15245
  "leading-icon": "chevron-right",
15178
15246
  ariaLabel: "Move selected values right",
15179
15247
  title: "Move selected values right",
@@ -15182,7 +15250,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
15182
15250
  disabled: effectiveDisabled.value || leftSelected.value.length === 0,
15183
15251
  onClick: _cache[2] || (_cache[2] = ($event) => moveRight(leftSelected.value))
15184
15252
  }, null, 8, ["disabled"]),
15185
- createVNode(unref(_sfc_main$1n), {
15253
+ createVNode(unref(_sfc_main$1o), {
15186
15254
  "leading-icon": "chevron-right-double",
15187
15255
  ariaLabel: "Move all values right",
15188
15256
  title: "Move all values right",
@@ -15194,7 +15262,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
15194
15262
  ...showUnknownValues.value && !modelValue.value.includeUnknownValues ? [UNKNOWN_VALUE_ID] : []
15195
15263
  ]))
15196
15264
  }, null, 8, ["disabled"]),
15197
- createVNode(unref(_sfc_main$1n), {
15265
+ createVNode(unref(_sfc_main$1o), {
15198
15266
  "leading-icon": "chevron-left",
15199
15267
  ariaLabel: "Move selected values left",
15200
15268
  title: "Move selected values left",
@@ -15203,7 +15271,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
15203
15271
  disabled: effectiveDisabled.value || rightSelected.value.length === 0,
15204
15272
  onClick: _cache[4] || (_cache[4] = ($event) => moveLeft(rightSelected.value))
15205
15273
  }, null, 8, ["disabled"]),
15206
- createVNode(unref(_sfc_main$1n), {
15274
+ createVNode(unref(_sfc_main$1o), {
15207
15275
  "leading-icon": "chevron-left-double",
15208
15276
  ariaLabel: "Move all values left",
15209
15277
  title: "Move all values left",
@@ -15246,7 +15314,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
15246
15314
  }
15247
15315
  });
15248
15316
 
15249
- const TwinListBody = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-11062d8e"]]);
15317
+ const TwinListBody = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-11062d8e"]]);
15250
15318
 
15251
15319
  const kdsTwinListSearchMode = {
15252
15320
  MANUAL: "manual",
@@ -15255,7 +15323,7 @@ const kdsTwinListSearchMode = {
15255
15323
  };
15256
15324
  const kdsTwinListSearchModes = Object.values(kdsTwinListSearchMode);
15257
15325
 
15258
- const _sfc_main$q = /* @__PURE__ */ defineComponent({
15326
+ const _sfc_main$r = /* @__PURE__ */ defineComponent({
15259
15327
  __name: "TwinListHeader",
15260
15328
  props: /* @__PURE__ */ mergeModels({
15261
15329
  filterTypes: { default: () => void 0 },
@@ -15331,7 +15399,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
15331
15399
  ariaLabel: "Search values",
15332
15400
  placeholder: "Search",
15333
15401
  disabled: __props.disabled
15334
- }, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$H), {
15402
+ }, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$I), {
15335
15403
  key: 2,
15336
15404
  modelValue: pattern.value,
15337
15405
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => pattern.value = $event),
@@ -15345,7 +15413,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
15345
15413
  placeholder: "Pattern",
15346
15414
  disabled: __props.disabled,
15347
15415
  "onUpdate:regex": _cache[6] || (_cache[6] = ($event) => emit("update:regex", $event))
15348
- }, null, 8, ["modelValue", "case-sensitive", "exclude-matches", "use-regex", "disabled"])) : (openBlock(), createBlock(unref(_sfc_main$v), {
15416
+ }, null, 8, ["modelValue", "case-sensitive", "exclude-matches", "use-regex", "disabled"])) : (openBlock(), createBlock(unref(_sfc_main$w), {
15349
15417
  key: 3,
15350
15418
  modelValue: selectedTypes.value,
15351
15419
  "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => selectedTypes.value = $event),
@@ -15359,8 +15427,8 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
15359
15427
  }
15360
15428
  });
15361
15429
 
15362
- const _hoisted_1$j = { class: "kds-twin-list" };
15363
- const _sfc_main$p = /* @__PURE__ */ defineComponent({
15430
+ const _hoisted_1$k = { class: "kds-twin-list" };
15431
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
15364
15432
  __name: "KdsTwinList",
15365
15433
  props: /* @__PURE__ */ mergeModels({
15366
15434
  description: {},
@@ -15491,8 +15559,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
15491
15559
  "preserve-sub-text-space": __props.preserveSubTextSpace
15492
15560
  }, {
15493
15561
  default: withCtx(() => [
15494
- createElementVNode("div", _hoisted_1$j, [
15495
- createVNode(_sfc_main$q, {
15562
+ createElementVNode("div", _hoisted_1$k, [
15563
+ createVNode(_sfc_main$r, {
15496
15564
  mode: mode.value,
15497
15565
  "onUpdate:mode": _cache[0] || (_cache[0] = ($event) => mode.value = $event),
15498
15566
  pattern: pattern.value,
@@ -15533,7 +15601,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
15533
15601
  }
15534
15602
  });
15535
15603
 
15536
- const KdsTwinList = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-1a9327b5"]]);
15604
+ const KdsTwinList = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-1a9327b5"]]);
15537
15605
 
15538
15606
  const useSortableListBoxReorder = ({
15539
15607
  orderedIds,
@@ -15592,11 +15660,11 @@ const useSortableListBoxReorder = ({
15592
15660
  };
15593
15661
  };
15594
15662
 
15595
- const _hoisted_1$i = { class: "kds-sortable-list-box-wrapper" };
15596
- const _hoisted_2$8 = { class: "kds-sortable-top-buttons" };
15663
+ const _hoisted_1$j = { class: "kds-sortable-list-box-wrapper" };
15664
+ const _hoisted_2$9 = { class: "kds-sortable-top-buttons" };
15597
15665
  const _hoisted_3$8 = { class: "kds-sortable-top-buttons-left" };
15598
15666
  const _hoisted_4$7 = { class: "kds-sortable-footer-buttons" };
15599
- const _sfc_main$o = /* @__PURE__ */ defineComponent({
15667
+ const _sfc_main$p = /* @__PURE__ */ defineComponent({
15600
15668
  __name: "KdsSortableListBox",
15601
15669
  props: /* @__PURE__ */ mergeModels({
15602
15670
  possibleValues: {},
@@ -15653,10 +15721,10 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
15653
15721
  "preserve-sub-text-space": __props.preserveSubTextSpace
15654
15722
  }), {
15655
15723
  default: withCtx(() => [
15656
- createElementVNode("div", _hoisted_1$i, [
15657
- createElementVNode("div", _hoisted_2$8, [
15724
+ createElementVNode("div", _hoisted_1$j, [
15725
+ createElementVNode("div", _hoisted_2$9, [
15658
15726
  createElementVNode("div", _hoisted_3$8, [
15659
- createVNode(_sfc_main$1n, {
15727
+ createVNode(_sfc_main$1o, {
15660
15728
  size: "small",
15661
15729
  variant: "transparent",
15662
15730
  "leading-icon": "sort-descending",
@@ -15664,7 +15732,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
15664
15732
  disabled: __props.disabled,
15665
15733
  onClick: _cache[0] || (_cache[0] = ($event) => applyReorder(unref(sortByText)(true, optionLookup.value)))
15666
15734
  }, null, 8, ["disabled"]),
15667
- createVNode(_sfc_main$1n, {
15735
+ createVNode(_sfc_main$1o, {
15668
15736
  size: "small",
15669
15737
  variant: "transparent",
15670
15738
  "leading-icon": "sort-ascending",
@@ -15673,7 +15741,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
15673
15741
  onClick: _cache[1] || (_cache[1] = ($event) => applyReorder(unref(sortByText)(false, optionLookup.value)))
15674
15742
  }, null, 8, ["disabled"])
15675
15743
  ]),
15676
- createVNode(_sfc_main$1n, {
15744
+ createVNode(_sfc_main$1o, {
15677
15745
  size: "small",
15678
15746
  variant: "transparent",
15679
15747
  destructive: "",
@@ -15695,7 +15763,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
15695
15763
  /* fallback only for TS */
15696
15764
  }, null, 8, ["modelValue", "possible-values", "disabled", "error", "ariaLabel"]),
15697
15765
  createElementVNode("div", _hoisted_4$7, [
15698
- createVNode(_sfc_main$1n, {
15766
+ createVNode(_sfc_main$1o, {
15699
15767
  size: "small",
15700
15768
  variant: "transparent",
15701
15769
  "leading-icon": "to-top",
@@ -15704,7 +15772,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
15704
15772
  disabled: __props.disabled || !unref(canMoveUp),
15705
15773
  onClick: moveToTop
15706
15774
  }, null, 8, ["disabled"]),
15707
- createVNode(_sfc_main$1n, {
15775
+ createVNode(_sfc_main$1o, {
15708
15776
  size: "small",
15709
15777
  variant: "transparent",
15710
15778
  "leading-icon": "to-bottom",
@@ -15713,7 +15781,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
15713
15781
  disabled: __props.disabled || !unref(canMoveDown),
15714
15782
  onClick: moveToBottom
15715
15783
  }, null, 8, ["disabled"]),
15716
- createVNode(_sfc_main$1n, {
15784
+ createVNode(_sfc_main$1o, {
15717
15785
  size: "small",
15718
15786
  variant: "transparent",
15719
15787
  "leading-icon": "arrow-up",
@@ -15722,7 +15790,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
15722
15790
  disabled: __props.disabled || !unref(canMoveUp),
15723
15791
  onClick: moveUp
15724
15792
  }, null, 8, ["disabled"]),
15725
- createVNode(_sfc_main$1n, {
15793
+ createVNode(_sfc_main$1o, {
15726
15794
  size: "small",
15727
15795
  variant: "transparent",
15728
15796
  "leading-icon": "arrow-down",
@@ -15740,10 +15808,10 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
15740
15808
  }
15741
15809
  });
15742
15810
 
15743
- const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-ee7b63e2"]]);
15811
+ const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-ee7b63e2"]]);
15744
15812
 
15745
- const _hoisted_1$h = { class: "kds-info-popover-content" };
15746
- const _sfc_main$n = /* @__PURE__ */ defineComponent({
15813
+ const _hoisted_1$i = { class: "kds-info-popover-content" };
15814
+ const _sfc_main$o = /* @__PURE__ */ defineComponent({
15747
15815
  __name: "InfoPopover",
15748
15816
  props: {
15749
15817
  content: {}
@@ -15751,7 +15819,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
15751
15819
  setup(__props) {
15752
15820
  const props = __props;
15753
15821
  return (_ctx, _cache) => {
15754
- return openBlock(), createElementBlock("div", _hoisted_1$h, [
15822
+ return openBlock(), createElementBlock("div", _hoisted_1$i, [
15755
15823
  renderSlot(_ctx.$slots, "default", {}, () => [
15756
15824
  createTextVNode(toDisplayString(props.content), 1)
15757
15825
  ], true)
@@ -15760,11 +15828,11 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
15760
15828
  }
15761
15829
  });
15762
15830
 
15763
- const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-951f2a2b"]]);
15831
+ const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-951f2a2b"]]);
15764
15832
 
15765
- const _hoisted_1$g = ["aria-pressed", "aria-expanded", "aria-controls"];
15833
+ const _hoisted_1$h = ["aria-pressed", "aria-expanded", "aria-controls"];
15766
15834
  const TITLE = "Click for more information";
15767
- const _sfc_main$m = /* @__PURE__ */ defineComponent({
15835
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
15768
15836
  __name: "KdsInfoToggleButton",
15769
15837
  props: /* @__PURE__ */ mergeModels({
15770
15838
  content: {},
@@ -15806,7 +15874,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
15806
15874
  name: "circle-question",
15807
15875
  size: "small"
15808
15876
  })
15809
- ], 16, _hoisted_1$g),
15877
+ ], 16, _hoisted_1$h),
15810
15878
  createVNode(KdsPopover, {
15811
15879
  ref_key: "popoverEl",
15812
15880
  ref: popoverEl,
@@ -15833,18 +15901,18 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
15833
15901
  }
15834
15902
  });
15835
15903
 
15836
- const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-2e9ef96a"]]);
15904
+ const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-2e9ef96a"]]);
15837
15905
 
15838
15906
  const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
15839
15907
  __proto__: null,
15840
15908
  default: KdsInfoToggleButton
15841
15909
  }, Symbol.toStringTag, { value: 'Module' }));
15842
15910
 
15843
- const _hoisted_1$f = {
15911
+ const _hoisted_1$g = {
15844
15912
  class: "kds-variable-popover",
15845
15913
  tabindex: "0"
15846
15914
  };
15847
- const _sfc_main$l = /* @__PURE__ */ defineComponent({
15915
+ const _sfc_main$m = /* @__PURE__ */ defineComponent({
15848
15916
  __name: "VariablePopover",
15849
15917
  props: {
15850
15918
  content: {}
@@ -15852,7 +15920,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
15852
15920
  setup(__props) {
15853
15921
  const props = __props;
15854
15922
  return (_ctx, _cache) => {
15855
- return openBlock(), createElementBlock("div", _hoisted_1$f, [
15923
+ return openBlock(), createElementBlock("div", _hoisted_1$g, [
15856
15924
  renderSlot(_ctx.$slots, "default", {}, () => [
15857
15925
  createTextVNode(toDisplayString(props.content), 1)
15858
15926
  ], true)
@@ -15861,10 +15929,10 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
15861
15929
  }
15862
15930
  });
15863
15931
 
15864
- const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-8a0c56d0"]]);
15932
+ const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-8a0c56d0"]]);
15865
15933
 
15866
- const _hoisted_1$e = ["title", "aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
15867
- const _sfc_main$k = /* @__PURE__ */ defineComponent({
15934
+ const _hoisted_1$f = ["title", "aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
15935
+ const _sfc_main$l = /* @__PURE__ */ defineComponent({
15868
15936
  __name: "KdsVariableToggleButton",
15869
15937
  props: /* @__PURE__ */ mergeModels({
15870
15938
  content: {},
@@ -15953,7 +16021,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
15953
16021
  name: iconName.value,
15954
16022
  size: "small"
15955
16023
  }, null, 8, ["name"])
15956
- ], 16, _hoisted_1$e),
16024
+ ], 16, _hoisted_1$f),
15957
16025
  createVNode(KdsPopover, {
15958
16026
  ref_key: "popoverEl",
15959
16027
  ref: popoverEl,
@@ -15981,15 +16049,15 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
15981
16049
  }
15982
16050
  });
15983
16051
 
15984
- const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-b6d29842"]]);
16052
+ const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-b6d29842"]]);
15985
16053
 
15986
- const _hoisted_1$d = { class: "kds-accordion" };
15987
- const _hoisted_2$7 = ["name", "open", "onToggle"];
16054
+ const _hoisted_1$e = { class: "kds-accordion" };
16055
+ const _hoisted_2$8 = ["name", "open", "onToggle"];
15988
16056
  const _hoisted_3$7 = ["aria-disabled", "tabindex", "onClick", "onKeydown"];
15989
16057
  const _hoisted_4$6 = { class: "kds-accordion-headline-container" };
15990
16058
  const _hoisted_5$3 = { class: "kds-accordion-headline" };
15991
16059
  const _hoisted_6$1 = { class: "kds-accordion-content" };
15992
- const _sfc_main$j = /* @__PURE__ */ defineComponent({
16060
+ const _sfc_main$k = /* @__PURE__ */ defineComponent({
15993
16061
  __name: "KdsAccordion",
15994
16062
  props: /* @__PURE__ */ mergeModels({
15995
16063
  items: {},
@@ -16114,7 +16182,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
16114
16182
  () => __props.singleExpand ? `kds-accordion-${accordionId}` : void 0
16115
16183
  );
16116
16184
  return (_ctx, _cache) => {
16117
- return openBlock(), createElementBlock("div", _hoisted_1$d, [
16185
+ return openBlock(), createElementBlock("div", _hoisted_1$e, [
16118
16186
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item) => {
16119
16187
  return openBlock(), createElementBlock("details", {
16120
16188
  key: item.id,
@@ -16149,17 +16217,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
16149
16217
  createElementVNode("div", _hoisted_6$1, [
16150
16218
  renderSlot(_ctx.$slots, item.id, { item }, void 0, true)
16151
16219
  ])
16152
- ], 40, _hoisted_2$7);
16220
+ ], 40, _hoisted_2$8);
16153
16221
  }), 128))
16154
16222
  ]);
16155
16223
  };
16156
16224
  }
16157
16225
  });
16158
16226
 
16159
- const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-0beea165"]]);
16227
+ const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-0beea165"]]);
16160
16228
 
16161
- const _hoisted_1$c = { class: "kds-card-header" };
16162
- const _hoisted_2$6 = {
16229
+ const _hoisted_1$d = { class: "kds-card-header" };
16230
+ const _hoisted_2$7 = {
16163
16231
  key: 0,
16164
16232
  class: "accessory"
16165
16233
  };
@@ -16169,15 +16237,15 @@ const _hoisted_4$5 = {
16169
16237
  class: "actions",
16170
16238
  "data-kds-card-secondary-action": ""
16171
16239
  };
16172
- const _sfc_main$i = /* @__PURE__ */ defineComponent({
16240
+ const _sfc_main$j = /* @__PURE__ */ defineComponent({
16173
16241
  __name: "CardHeader",
16174
16242
  props: {
16175
16243
  headline: {}
16176
16244
  },
16177
16245
  setup(__props) {
16178
16246
  return (_ctx, _cache) => {
16179
- return openBlock(), createElementBlock("div", _hoisted_1$c, [
16180
- _ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$6, [
16247
+ return openBlock(), createElementBlock("div", _hoisted_1$d, [
16248
+ _ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$7, [
16181
16249
  renderSlot(_ctx.$slots, "accessory", {}, void 0, true)
16182
16250
  ])) : createCommentVNode("", true),
16183
16251
  __props.headline ? (openBlock(), createElementBlock("h6", _hoisted_3$6, toDisplayString(__props.headline), 1)) : createCommentVNode("", true),
@@ -16189,9 +16257,9 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
16189
16257
  }
16190
16258
  });
16191
16259
 
16192
- const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-09093cc0"]]);
16260
+ const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-09093cc0"]]);
16193
16261
 
16194
- const _sfc_main$h = /* @__PURE__ */ defineComponent({
16262
+ const _sfc_main$i = /* @__PURE__ */ defineComponent({
16195
16263
  __name: "BaseCard",
16196
16264
  props: {
16197
16265
  variant: {},
@@ -16230,9 +16298,9 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
16230
16298
  }
16231
16299
  });
16232
16300
 
16233
- const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-a1aff6d6"]]);
16301
+ const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-a1aff6d6"]]);
16234
16302
 
16235
- const _sfc_main$g = /* @__PURE__ */ defineComponent({
16303
+ const _sfc_main$h = /* @__PURE__ */ defineComponent({
16236
16304
  __name: "KdsCard",
16237
16305
  props: {
16238
16306
  variant: { default: "outlined" },
@@ -16269,8 +16337,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
16269
16337
  }
16270
16338
  });
16271
16339
 
16272
- const _hoisted_1$b = ["aria-label", "aria-labelledby", "disabled"];
16273
- const _sfc_main$f = /* @__PURE__ */ defineComponent({
16340
+ const _hoisted_1$c = ["aria-label", "aria-labelledby", "disabled"];
16341
+ const _sfc_main$g = /* @__PURE__ */ defineComponent({
16274
16342
  __name: "KdsClickableCard",
16275
16343
  props: {
16276
16344
  variant: { default: "filled" },
@@ -16303,7 +16371,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
16303
16371
  disabled: __props.disabled,
16304
16372
  "data-kds-card-primary-action": "",
16305
16373
  onClick
16306
- }, null, 8, _hoisted_1$b)
16374
+ }, null, 8, _hoisted_1$c)
16307
16375
  ]),
16308
16376
  default: withCtx(() => [
16309
16377
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
@@ -16329,9 +16397,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
16329
16397
  }
16330
16398
  });
16331
16399
 
16332
- const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-04004cbf"]]);
16400
+ const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-04004cbf"]]);
16333
16401
 
16334
- const _sfc_main$e = /* @__PURE__ */ defineComponent({
16402
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
16335
16403
  __name: "KdsLinkCard",
16336
16404
  props: {
16337
16405
  variant: { default: "filled" },
@@ -16395,10 +16463,10 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
16395
16463
  }
16396
16464
  });
16397
16465
 
16398
- const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-1696fd9e"]]);
16466
+ const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-1696fd9e"]]);
16399
16467
 
16400
- const _hoisted_1$a = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
16401
- const _sfc_main$d = /* @__PURE__ */ defineComponent({
16468
+ const _hoisted_1$b = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
16469
+ const _sfc_main$e = /* @__PURE__ */ defineComponent({
16402
16470
  __name: "KdsSelectableCard",
16403
16471
  props: /* @__PURE__ */ mergeModels({
16404
16472
  variant: { default: "filled" },
@@ -16436,7 +16504,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
16436
16504
  "aria-pressed": modelValue.value,
16437
16505
  "data-kds-card-primary-action": "",
16438
16506
  onClick
16439
- }, null, 8, _hoisted_1$a)
16507
+ }, null, 8, _hoisted_1$b)
16440
16508
  ]),
16441
16509
  default: withCtx(() => [
16442
16510
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
@@ -16462,7 +16530,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
16462
16530
  }
16463
16531
  });
16464
16532
 
16465
- const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-af9b9bf6"]]);
16533
+ const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-af9b9bf6"]]);
16466
16534
 
16467
16535
  const kdsCardVariant = {
16468
16536
  FILLED: "filled",
@@ -16483,8 +16551,8 @@ const kdsPanelBodyVariant = {
16483
16551
  };
16484
16552
  const kdsPanelBodyVariants = Object.values(kdsPanelBodyVariant);
16485
16553
 
16486
- const _hoisted_1$9 = { class: "kds-panel" };
16487
- const _hoisted_2$5 = {
16554
+ const _hoisted_1$a = { class: "kds-panel" };
16555
+ const _hoisted_2$6 = {
16488
16556
  key: 0,
16489
16557
  class: "kds-panel-header"
16490
16558
  };
@@ -16504,7 +16572,7 @@ const _hoisted_7 = {
16504
16572
  };
16505
16573
  const _hoisted_8 = { class: "kds-panel-footer-leading" };
16506
16574
  const _hoisted_9 = { class: "kds-panel-footer-trailing" };
16507
- const _sfc_main$c = /* @__PURE__ */ defineComponent({
16575
+ const _sfc_main$d = /* @__PURE__ */ defineComponent({
16508
16576
  __name: "KdsPanel",
16509
16577
  props: {
16510
16578
  headline: {},
@@ -16536,17 +16604,17 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
16536
16604
  () => isBodyKeyboardFocusable.value && !bodyAriaLabel.value ? slotHeadlineId.value : void 0
16537
16605
  );
16538
16606
  return (_ctx, _cache) => {
16539
- return openBlock(), createElementBlock("div", _hoisted_1$9, [
16540
- hasHeader.value ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
16607
+ return openBlock(), createElementBlock("div", _hoisted_1$a, [
16608
+ hasHeader.value ? (openBlock(), createElementBlock("div", _hoisted_2$6, [
16541
16609
  __props.headline ? (openBlock(), createElementBlock("div", {
16542
16610
  key: 0,
16543
16611
  id: unref(headlineId),
16544
16612
  class: "kds-panel-headline"
16545
16613
  }, [
16546
- typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$4, toDisplayString(__props.headline), 1)) : __props.headline.type === "button" ? (openBlock(), createBlock(_sfc_main$1n, mergeProps({ key: 1 }, __props.headline.props, {
16614
+ typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$4, toDisplayString(__props.headline), 1)) : __props.headline.type === "button" ? (openBlock(), createBlock(_sfc_main$1o, mergeProps({ key: 1 }, __props.headline.props, {
16547
16615
  size: "small",
16548
16616
  onClick: __props.headline.onClick
16549
- }), null, 16, ["onClick"])) : __props.headline.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1c, mergeProps({ key: 2 }, __props.headline.props, {
16617
+ }), null, 16, ["onClick"])) : __props.headline.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1d, mergeProps({ key: 2 }, __props.headline.props, {
16550
16618
  size: "small",
16551
16619
  onItemClick: __props.headline.onItemClick
16552
16620
  }), null, 16, ["onItemClick"])) : createCommentVNode("", true)
@@ -16554,19 +16622,19 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
16554
16622
  __props.headlineTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
16555
16623
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.headlineTrailingActions, (action, index) => {
16556
16624
  return openBlock(), createElementBlock(Fragment, { key: index }, [
16557
- action.type === "button" ? (openBlock(), createBlock(_sfc_main$1n, mergeProps({
16625
+ action.type === "button" ? (openBlock(), createBlock(_sfc_main$1o, mergeProps({
16558
16626
  key: 0,
16559
16627
  ref_for: true
16560
16628
  }, action.props, {
16561
16629
  size: "small",
16562
16630
  onClick: action.onClick
16563
- }), null, 16, ["onClick"])) : action.type === "toggleButton" ? (openBlock(), createBlock(_sfc_main$1k, mergeProps({
16631
+ }), null, 16, ["onClick"])) : action.type === "toggleButton" ? (openBlock(), createBlock(_sfc_main$1l, mergeProps({
16564
16632
  key: 1,
16565
16633
  ref_for: true
16566
16634
  }, action.props, {
16567
16635
  size: "small",
16568
16636
  "onUpdate:modelValue": action.onUpdateModelValue
16569
- }), null, 16, ["onUpdate:modelValue"])) : action.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1c, mergeProps({
16637
+ }), null, 16, ["onUpdate:modelValue"])) : action.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1d, mergeProps({
16570
16638
  key: 2,
16571
16639
  ref_for: true
16572
16640
  }, action.props, {
@@ -16595,7 +16663,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
16595
16663
  __props.footerLeadingActions?.length || __props.footerTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_7, [
16596
16664
  createElementVNode("div", _hoisted_8, [
16597
16665
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerLeadingActions, (action, index) => {
16598
- return openBlock(), createBlock(_sfc_main$1n, mergeProps({
16666
+ return openBlock(), createBlock(_sfc_main$1o, mergeProps({
16599
16667
  key: `leading-${index}`
16600
16668
  }, { ref_for: true }, action.props, {
16601
16669
  onClick: action.onClick
@@ -16604,7 +16672,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
16604
16672
  ]),
16605
16673
  createElementVNode("div", _hoisted_9, [
16606
16674
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerTrailingActions, (action, index) => {
16607
- return openBlock(), createBlock(_sfc_main$1n, mergeProps({
16675
+ return openBlock(), createBlock(_sfc_main$1o, mergeProps({
16608
16676
  key: `trailing-${index}`
16609
16677
  }, { ref_for: true }, action.props, {
16610
16678
  onClick: action.onClick
@@ -16617,9 +16685,9 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
16617
16685
  }
16618
16686
  });
16619
16687
 
16620
- const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-d3124a50"]]);
16688
+ const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-d3124a50"]]);
16621
16689
 
16622
- const _sfc_main$b = /* @__PURE__ */ defineComponent({
16690
+ const _sfc_main$c = /* @__PURE__ */ defineComponent({
16623
16691
  __name: "TabBarItemAccessory",
16624
16692
  props: {
16625
16693
  accessory: {},
@@ -16749,15 +16817,15 @@ const useTabBarAdaptiveLayout = ({
16749
16817
  };
16750
16818
  };
16751
16819
 
16752
- const _hoisted_1$8 = { class: "kds-tab-bar-wrapper" };
16753
- const _hoisted_2$4 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
16820
+ const _hoisted_1$9 = { class: "kds-tab-bar-wrapper" };
16821
+ const _hoisted_2$5 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
16754
16822
  const _hoisted_3$4 = { class: "kds-tab-label" };
16755
16823
  const _hoisted_4$3 = {
16756
16824
  key: 1,
16757
16825
  class: "kds-tab-indicator"
16758
16826
  };
16759
16827
  const MIN_TAB_WIDTH_TOKEN = "--kds-dimension-component-width-4x";
16760
- const _sfc_main$a = /* @__PURE__ */ defineComponent({
16828
+ const _sfc_main$b = /* @__PURE__ */ defineComponent({
16761
16829
  __name: "KdsTabBar",
16762
16830
  props: /* @__PURE__ */ mergeModels({
16763
16831
  tabs: {},
@@ -16881,7 +16949,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16881
16949
  { immediate: true }
16882
16950
  );
16883
16951
  return (_ctx, _cache) => {
16884
- return openBlock(), createElementBlock("div", _hoisted_1$8, [
16952
+ return openBlock(), createElementBlock("div", _hoisted_1$9, [
16885
16953
  createElementVNode("div", {
16886
16954
  ref_key: "availableWidthContainer",
16887
16955
  ref: availableWidthContainer,
@@ -16911,7 +16979,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16911
16979
  onClick: ($event) => selectTab(tab),
16912
16980
  onKeydown: ($event) => handleKeydown($event, tab)
16913
16981
  }, [
16914
- tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$b, {
16982
+ tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$c, {
16915
16983
  key: 0,
16916
16984
  accessory: tab.accessory,
16917
16985
  "icon-size": __props.size === "large" ? "large" : "medium",
@@ -16919,7 +16987,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16919
16987
  }, null, 8, ["accessory", "icon-size", "disabled"])) : createCommentVNode("", true),
16920
16988
  createElementVNode("span", _hoisted_3$4, toDisplayString(tab.label), 1),
16921
16989
  modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$3)) : createCommentVNode("", true)
16922
- ], 42, _hoisted_2$4);
16990
+ ], 42, _hoisted_2$5);
16923
16991
  }), 128))
16924
16992
  ], 2)
16925
16993
  ]);
@@ -16927,7 +16995,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16927
16995
  }
16928
16996
  });
16929
16997
 
16930
- const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-91f95f5f"]]);
16998
+ const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-91f95f5f"]]);
16931
16999
 
16932
17000
  const kdsTabBarSize = {
16933
17001
  SMALL: "small",
@@ -16935,7 +17003,7 @@ const kdsTabBarSize = {
16935
17003
  };
16936
17004
  const kdsTabBarSizes = Object.values(kdsTabBarSize);
16937
17005
 
16938
- const _sfc_main$9 = /* @__PURE__ */ defineComponent({
17006
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16939
17007
  __name: "LoadingSkeletonItem",
16940
17008
  props: {
16941
17009
  shape: { default: "text" }
@@ -16950,14 +17018,14 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
16950
17018
  }
16951
17019
  });
16952
17020
 
16953
- const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-86829b28"]]);
17021
+ const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-86829b28"]]);
16954
17022
 
16955
- const _hoisted_1$7 = {
17023
+ const _hoisted_1$8 = {
16956
17024
  key: 0,
16957
17025
  class: "kds-loading-skeleton",
16958
17026
  "aria-busy": "true"
16959
17027
  };
16960
- const _hoisted_2$3 = {
17028
+ const _hoisted_2$4 = {
16961
17029
  key: 0,
16962
17030
  class: "kds-loading-skeleton-headline-with-paragraph"
16963
17031
  };
@@ -16967,7 +17035,7 @@ const _hoisted_4$2 = {
16967
17035
  class: "kds-loading-skeleton-input-with-label"
16968
17036
  };
16969
17037
  const _hoisted_5$1 = { class: "kds-loading-skeleton-list-item-text" };
16970
- const _sfc_main$8 = /* @__PURE__ */ defineComponent({
17038
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
16971
17039
  __name: "KdsLoadingSkeleton",
16972
17040
  props: {
16973
17041
  variant: { default: "text" },
@@ -16980,12 +17048,12 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
16980
17048
  "v59c08829": _ctx.repeatGap
16981
17049
  }));
16982
17050
  return (_ctx, _cache) => {
16983
- return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$7, [
17051
+ return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$8, [
16984
17052
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.repeat, (index) => {
16985
17053
  return openBlock(), createElementBlock(Fragment, {
16986
17054
  key: `skeleton-${index}`
16987
17055
  }, [
16988
- __props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$3, [
17056
+ __props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
16989
17057
  createVNode(LoadingSkeletonItem, {
16990
17058
  shape: "text",
16991
17059
  class: "headline"
@@ -17035,7 +17103,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
17035
17103
  }
17036
17104
  });
17037
17105
 
17038
- const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-e6597718"]]);
17106
+ const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-e6597718"]]);
17039
17107
 
17040
17108
  const loadingSkeletonItemShape = {
17041
17109
  TEXT: "text",
@@ -17062,7 +17130,7 @@ const kdsLoadingSkeletonVariants = Object.values(
17062
17130
  kdsLoadingSkeletonVariant
17063
17131
  );
17064
17132
 
17065
- const _sfc_main$7 = /* @__PURE__ */ defineComponent({
17133
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
17066
17134
  __name: "KdsNavItem",
17067
17135
  props: {
17068
17136
  label: {},
@@ -17155,7 +17223,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
17155
17223
  disabled: __props.disabled
17156
17224
  }, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
17157
17225
  __props.badge ? (openBlock(), createBlock(unref(KdsBadge), mergeProps({ key: 1 }, __props.badge, { size: "xxsmall" }), null, 16)) : createCommentVNode("", true),
17158
- __props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$1n), mergeProps({ key: 2 }, __props.trailingButton, {
17226
+ __props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$1o), mergeProps({ key: 2 }, __props.trailingButton, {
17159
17227
  size: "xsmall",
17160
17228
  onClick: onButtonClick
17161
17229
  }), null, 16)) : createCommentVNode("", true)
@@ -17165,10 +17233,10 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
17165
17233
  }
17166
17234
  });
17167
17235
 
17168
- const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-17711664"]]);
17236
+ const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-17711664"]]);
17169
17237
 
17170
- const _hoisted_1$6 = ["aria-label"];
17171
- const _sfc_main$6 = /* @__PURE__ */ defineComponent({
17238
+ const _hoisted_1$7 = ["aria-label"];
17239
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
17172
17240
  __name: "KdsNavigation",
17173
17241
  props: /* @__PURE__ */ mergeModels({
17174
17242
  ariaLabel: {},
@@ -17209,18 +17277,18 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
17209
17277
  })) : createCommentVNode("", true)
17210
17278
  ]);
17211
17279
  }), 128))
17212
- ], 8, _hoisted_1$6);
17280
+ ], 8, _hoisted_1$7);
17213
17281
  };
17214
17282
  }
17215
17283
  });
17216
17284
 
17217
- const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-6cc9519f"]]);
17285
+ const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-6cc9519f"]]);
17218
17286
 
17219
- const _hoisted_1$5 = {
17287
+ const _hoisted_1$6 = {
17220
17288
  key: 1,
17221
17289
  class: "breadcrumb-label"
17222
17290
  };
17223
- const _hoisted_2$2 = ["aria-label", "aria-current", "title"];
17291
+ const _hoisted_2$3 = ["aria-label", "aria-current", "title"];
17224
17292
  const _hoisted_3$2 = {
17225
17293
  key: 1,
17226
17294
  class: "breadcrumb-label"
@@ -17230,7 +17298,7 @@ const _hoisted_5 = {
17230
17298
  key: 1,
17231
17299
  class: "breadcrumb-label"
17232
17300
  };
17233
- const _sfc_main$5 = /* @__PURE__ */ defineComponent({
17301
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
17234
17302
  __name: "BreadcrumbItem",
17235
17303
  props: {
17236
17304
  item: {},
@@ -17266,7 +17334,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
17266
17334
  name: __props.item.leadingIcon,
17267
17335
  class: "breadcrumb-icon"
17268
17336
  }, null, 8, ["name"])) : createCommentVNode("", true),
17269
- __props.item.text ? (openBlock(), createElementBlock("span", _hoisted_1$5, toDisplayString(__props.item.text), 1)) : createCommentVNode("", true)
17337
+ __props.item.text ? (openBlock(), createElementBlock("span", _hoisted_1$6, toDisplayString(__props.item.text), 1)) : createCommentVNode("", true)
17270
17338
  ]),
17271
17339
  _: 1
17272
17340
  }, 8, ["to", "aria-label", "aria-current", "title"])) : isButtonItem.value ? (openBlock(), createElementBlock("button", {
@@ -17284,7 +17352,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
17284
17352
  class: "breadcrumb-icon"
17285
17353
  }, null, 8, ["name"])) : createCommentVNode("", true),
17286
17354
  __props.item.text ? (openBlock(), createElementBlock("span", _hoisted_3$2, toDisplayString(__props.item.text), 1)) : createCommentVNode("", true)
17287
- ], 8, _hoisted_2$2)) : (openBlock(), createElementBlock("span", {
17355
+ ], 8, _hoisted_2$3)) : (openBlock(), createElementBlock("span", {
17288
17356
  key: 2,
17289
17357
  class: "kds-breadcrumb-item",
17290
17358
  "aria-label": __props.item.ariaLabel,
@@ -17302,7 +17370,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
17302
17370
  }
17303
17371
  });
17304
17372
 
17305
- const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-fd7537fc"]]);
17373
+ const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-fd7537fc"]]);
17306
17374
 
17307
17375
  const useBreadcrumbAdaptiveLayout = (listRef, itemRefs, itemsSource) => {
17308
17376
  const { width: listWidth } = useElementSize(listRef);
@@ -17401,8 +17469,8 @@ const useBreadcrumbAdaptiveLayout = (listRef, itemRefs, itemsSource) => {
17401
17469
  });
17402
17470
  };
17403
17471
 
17404
- const _hoisted_1$4 = ["aria-label"];
17405
- const _sfc_main$4 = /* @__PURE__ */ defineComponent({
17472
+ const _hoisted_1$5 = ["aria-label"];
17473
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
17406
17474
  __name: "KdsBreadcrumb",
17407
17475
  props: {
17408
17476
  items: {},
@@ -17445,12 +17513,12 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
17445
17513
  ], 2);
17446
17514
  }), 128))
17447
17515
  ], 512)
17448
- ], 8, _hoisted_1$4)) : createCommentVNode("", true);
17516
+ ], 8, _hoisted_1$5)) : createCommentVNode("", true);
17449
17517
  };
17450
17518
  }
17451
17519
  });
17452
17520
 
17453
- const KdsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-e93667af"]]);
17521
+ const KdsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-e93667af"]]);
17454
17522
 
17455
17523
  const createUnwrappedPromise = () => {
17456
17524
  let resolve = () => {
@@ -17499,14 +17567,14 @@ const kdsModalVariants = Object.values(kdsModalVariant);
17499
17567
  width: kdsModalWidth.MEDIUM,
17500
17568
  closedby: kdsModalClosedBy.CLOSEREQUEST});
17501
17569
 
17502
- const _hoisted_1$3 = { class: "modal-header" };
17503
- const _hoisted_2$1 = { class: "modal-header-headline" };
17570
+ const _hoisted_1$4 = { class: "modal-header" };
17571
+ const _hoisted_2$2 = { class: "modal-header-headline" };
17504
17572
  const _hoisted_3$1 = ["data-variant"];
17505
17573
  const _hoisted_4 = {
17506
17574
  key: 0,
17507
17575
  class: "modal-footer"
17508
17576
  };
17509
- const _sfc_main$3 = /* @__PURE__ */ defineComponent({
17577
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
17510
17578
  ...{ inheritAttrs: false },
17511
17579
  __name: "KdsModalLayout",
17512
17580
  props: {
@@ -17523,14 +17591,14 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
17523
17591
  const props = createPropsRestProxy(__props, ["headline", "variant", "overflow"]);
17524
17592
  return (_ctx, _cache) => {
17525
17593
  return openBlock(), createElementBlock(Fragment, null, [
17526
- createElementVNode("header", _hoisted_1$3, [
17594
+ createElementVNode("header", _hoisted_1$4, [
17527
17595
  props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
17528
17596
  key: 0,
17529
17597
  name: props.leadingIcon,
17530
17598
  size: "medium"
17531
17599
  }, null, 8, ["name"])) : createCommentVNode("", true),
17532
- createElementVNode("div", _hoisted_2$1, toDisplayString(__props.headline), 1),
17533
- createVNode(_sfc_main$1n, {
17600
+ createElementVNode("div", _hoisted_2$2, toDisplayString(__props.headline), 1),
17601
+ createVNode(_sfc_main$1o, {
17534
17602
  "leading-icon": "x-close",
17535
17603
  variant: "transparent",
17536
17604
  size: "medium",
@@ -17553,10 +17621,10 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
17553
17621
  }
17554
17622
  });
17555
17623
 
17556
- const KdsModalLayout = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-62740dc9"]]);
17624
+ const KdsModalLayout = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-62740dc9"]]);
17557
17625
 
17558
- const _hoisted_1$2 = ["closedby"];
17559
- const _sfc_main$2 = /* @__PURE__ */ defineComponent({
17626
+ const _hoisted_1$3 = ["closedby"];
17627
+ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
17560
17628
  __name: "KdsModal",
17561
17629
  props: {
17562
17630
  leadingIcon: {},
@@ -17652,12 +17720,12 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
17652
17720
  _: 3
17653
17721
  }, 8, ["headline", "leading-icon", "variant", "overflow"])
17654
17722
  ], true)
17655
- ], 42, _hoisted_1$2)) : createCommentVNode("", true);
17723
+ ], 42, _hoisted_1$3)) : createCommentVNode("", true);
17656
17724
  };
17657
17725
  }
17658
17726
  });
17659
17727
 
17660
- const KdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-f4a6776f"]]);
17728
+ const KdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-f4a6776f"]]);
17661
17729
 
17662
17730
  const defaultCancelButton = {
17663
17731
  type: "cancel",
@@ -17738,16 +17806,16 @@ const useKdsDynamicModal = () => {
17738
17806
  };
17739
17807
  };
17740
17808
 
17741
- const _hoisted_1$1 = {
17809
+ const _hoisted_1$2 = {
17742
17810
  key: 1,
17743
17811
  class: "confirmation"
17744
17812
  };
17745
- const _hoisted_2 = { class: "message" };
17813
+ const _hoisted_2$1 = { class: "message" };
17746
17814
  const _hoisted_3 = {
17747
17815
  key: 0,
17748
17816
  class: "ask-again"
17749
17817
  };
17750
- const _sfc_main$1 = /* @__PURE__ */ defineComponent({
17818
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
17751
17819
  __name: "KdsDynamicModalProvider",
17752
17820
  setup(__props) {
17753
17821
  const askAgain = ref(false);
@@ -17800,10 +17868,10 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
17800
17868
  unref(config)?.type === "confirm" ? {
17801
17869
  name: "body",
17802
17870
  fn: withCtx(() => [
17803
- unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1$1, [
17804
- createElementVNode("div", _hoisted_2, toDisplayString(unref(config).value.message), 1),
17871
+ unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1$2, [
17872
+ createElementVNode("div", _hoisted_2$1, toDisplayString(unref(config).value.message), 1),
17805
17873
  unref(config).value.doNotAskAgain ? (openBlock(), createElementBlock("div", _hoisted_3, [
17806
- createVNode(_sfc_main$12, {
17874
+ createVNode(_sfc_main$13, {
17807
17875
  modelValue: askAgain.value,
17808
17876
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => askAgain.value = $event),
17809
17877
  label: unref(config).value.doNotAskAgain.label,
@@ -17818,7 +17886,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
17818
17886
  name: "footer",
17819
17887
  fn: withCtx(() => [
17820
17888
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(config).value.buttons, (button, index) => {
17821
- return openBlock(), createBlock(_sfc_main$1n, {
17889
+ return openBlock(), createBlock(_sfc_main$1o, {
17822
17890
  key: index,
17823
17891
  destructive: button.destructive,
17824
17892
  autofocus: button.autofocus,
@@ -17848,15 +17916,15 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
17848
17916
  }
17849
17917
  });
17850
17918
 
17851
- const KdsDynamicModalProvider = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-41fc8d84"]]);
17919
+ const KdsDynamicModalProvider = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-41fc8d84"]]);
17852
17920
 
17853
- const _hoisted_1 = {
17921
+ const _hoisted_1$1 = {
17854
17922
  ref: "measureContainer",
17855
17923
  class: "kds-button-group-measure",
17856
17924
  "aria-hidden": "true",
17857
17925
  inert: ""
17858
17926
  };
17859
- const _sfc_main = /* @__PURE__ */ defineComponent({
17927
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
17860
17928
  ...{ inheritAttrs: false },
17861
17929
  __name: "KdsResponsiveButtonGroup",
17862
17930
  props: {
@@ -17944,9 +18012,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17944
18012
  });
17945
18013
  return (_ctx, _cache) => {
17946
18014
  return openBlock(), createElementBlock(Fragment, null, [
17947
- createElementVNode("div", _hoisted_1, [
18015
+ createElementVNode("div", _hoisted_1$1, [
17948
18016
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.buttons, (button) => {
17949
- return openBlock(), createBlock(_sfc_main$1n, {
18017
+ return openBlock(), createBlock(_sfc_main$1o, {
17950
18018
  ref_for: true,
17951
18019
  ref: "measureButton",
17952
18020
  key: button.id,
@@ -17955,7 +18023,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17955
18023
  "leading-icon": button.leadingIcon
17956
18024
  }, null, 8, ["label", "variant", "leading-icon"]);
17957
18025
  }), 128)),
17958
- createVNode(_sfc_main$1c, {
18026
+ createVNode(_sfc_main$1d, {
17959
18027
  ref: "measureMenuButton",
17960
18028
  "leading-icon": "more-actions",
17961
18029
  ariaLabel: "More actions",
@@ -17966,7 +18034,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17966
18034
  class: ["kds-button-group", __props.alignment]
17967
18035
  }), [
17968
18036
  (openBlock(true), createElementBlock(Fragment, null, renderList(visibleButtons.value, (button) => {
17969
- return openBlock(), createBlock(_sfc_main$1n, {
18037
+ return openBlock(), createBlock(_sfc_main$1o, {
17970
18038
  key: button.id,
17971
18039
  label: button.label,
17972
18040
  variant: button.variant ?? "outlined",
@@ -17977,7 +18045,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17977
18045
  onClick: ($event) => emit("buttonClick", button.id)
17978
18046
  }, null, 8, ["label", "variant", "disabled", "leading-icon", "destructive", "title", "onClick"]);
17979
18047
  }), 128)),
17980
- overflowButtons.value.length ? (openBlock(), createBlock(_sfc_main$1c, {
18048
+ overflowButtons.value.length ? (openBlock(), createBlock(_sfc_main$1d, {
17981
18049
  key: 0,
17982
18050
  "leading-icon": "more-actions",
17983
18051
  ariaLabel: "More actions",
@@ -17990,7 +18058,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17990
18058
  }
17991
18059
  });
17992
18060
 
17993
- const KdsResponsiveButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a945c295"]]);
18061
+ const KdsResponsiveButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-a945c295"]]);
17994
18062
 
17995
18063
  const kdsResponsiveButtonGroupAlignment = {
17996
18064
  LEFT: "left",
@@ -18001,5 +18069,35 @@ const kdsResponsiveButtonGroupAlignments = Object.values(
18001
18069
  kdsResponsiveButtonGroupAlignment
18002
18070
  );
18003
18071
 
18004
- export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, KdsBreadcrumb, _sfc_main$1n as KdsButton, _sfc_main$g as KdsCard, _sfc_main$12 as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$R as KdsColorInput, KdsColorSwatch, _sfc_main$17 as KdsContextMenu, KdsDataType, _sfc_main$K as KdsDateInput, _sfc_main$I as KdsDateTimeFormatInput, KdsDivider, KdsDonutChart, _sfc_main$y as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$B as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1m as KdsLinkButton, KdsLinkCard, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$18 as KdsMenu, _sfc_main$1c as KdsMenuButton, KdsModal, KdsModalLayout, _sfc_main$v as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$V as KdsNumberInput, KdsPanel, _sfc_main$Q as KdsPasswordInput, _sfc_main$H as KdsPatternInput, KdsPreviewList, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSelectableCard, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$D as KdsTimeInput, _sfc_main$1k as KdsToggleButton, KdsTwinList, _sfc_main$P as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPanelBodyOverflow, kdsPanelBodyOverflows, kdsPanelBodyVariant, kdsPanelBodyVariants, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
18072
+ const ExternalLinkIconUrl = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20viewBox='0%200%2012%2012'%3e%3cpath%20d='M5.5%201.5h-3a1%201%200%200%200-1%201v7a1%201%200%200%200%201%201h7a1%201%200%200%200%201-1v-3m0-5L6%205.892M10.5%201.5v2.75m0-2.75H7.75'%20vector-effect='non-scaling-stroke'/%3e%3c/svg%3e";
18073
+
18074
+ const _hoisted_1 = ["innerHTML"];
18075
+ const _hoisted_2 = ["textContent"];
18076
+ const _sfc_main = /* @__PURE__ */ defineComponent({
18077
+ __name: "KdsDescription",
18078
+ props: {
18079
+ text: {},
18080
+ renderAsHtml: { type: Boolean, default: false }
18081
+ },
18082
+ setup(__props) {
18083
+ useCssVars((_ctx) => ({
18084
+ "v0c7d182f": externalIcon
18085
+ }));
18086
+ const externalIcon = `url("${ExternalLinkIconUrl}")`;
18087
+ return (_ctx, _cache) => {
18088
+ return __props.renderAsHtml ? (openBlock(), createElementBlock("div", mergeProps({ key: 0 }, { ..._ctx.$attrs }, {
18089
+ class: "description",
18090
+ innerHTML: __props.text
18091
+ }), null, 16, _hoisted_1)) : (openBlock(), createElementBlock("div", {
18092
+ key: 1,
18093
+ class: "description plain",
18094
+ textContent: toDisplayString(__props.text)
18095
+ }, null, 8, _hoisted_2));
18096
+ };
18097
+ }
18098
+ });
18099
+
18100
+ const KdsDescription = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-43067f23"]]);
18101
+
18102
+ export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, KdsBreadcrumb, _sfc_main$1o as KdsButton, _sfc_main$h as KdsCard, _sfc_main$13 as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$S as KdsColorInput, KdsColorSwatch, _sfc_main$18 as KdsContextMenu, KdsDataType, _sfc_main$L as KdsDateInput, _sfc_main$J as KdsDateTimeFormatInput, KdsDescription, KdsDivider, KdsDonutChart, _sfc_main$z as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$C as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1n as KdsLinkButton, KdsLinkCard, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$19 as KdsMenu, _sfc_main$1d as KdsMenuButton, KdsMissingValueIcon, KdsModal, KdsModalLayout, _sfc_main$w as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$W as KdsNumberInput, KdsPanel, _sfc_main$R as KdsPasswordInput, _sfc_main$I as KdsPatternInput, KdsPopover, KdsPreviewList, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSelectableCard, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$E as KdsTimeInput, _sfc_main$1l as KdsToggleButton, KdsTwinList, _sfc_main$Q as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPanelBodyOverflow, kdsPanelBodyOverflows, kdsPanelBodyVariant, kdsPanelBodyVariants, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsPopoverPlacement, kdsPopoverPlacements, kdsPopoverRole, kdsPopoverRoles, kdsPopoverType, kdsPopoverTypes, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
18005
18103
  //# sourceMappingURL=index.js.map