@knime/kds-components 0.28.3 → 0.28.5

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 (29) hide show
  1. package/dist/cell-renderer-DGnkQWTq.js +23 -0
  2. package/dist/cell-renderer-DGnkQWTq.js.map +1 -0
  3. package/dist/column-width-Cjb-6nqI.js +23 -0
  4. package/dist/column-width-Cjb-6nqI.js.map +1 -0
  5. package/dist/index.css +66 -87
  6. package/dist/index.js +311 -300
  7. package/dist/index.js.map +1 -1
  8. package/dist/path-separator-DRnUilGA.js +23 -0
  9. package/dist/path-separator-DRnUilGA.js.map +1 -0
  10. package/dist/src/accessories/Badge/enums.d.ts +1 -1
  11. package/dist/src/accessories/Icon/KdsDataType.vue.d.ts +3 -1
  12. package/dist/src/accessories/Icon/KdsDataType.vue.d.ts.map +1 -1
  13. package/dist/src/accessories/Icon/KdsIcon.vue.d.ts +3 -1
  14. package/dist/src/accessories/Icon/KdsIcon.vue.d.ts.map +1 -1
  15. package/dist/src/accessories/Icon/types.d.ts +8 -0
  16. package/dist/src/accessories/Icon/types.d.ts.map +1 -1
  17. package/dist/src/accessories/Icon/useIcon.d.ts +5 -1
  18. package/dist/src/accessories/Icon/useIcon.d.ts.map +1 -1
  19. package/dist/src/accessories/InlineMessage/enums.d.ts +1 -1
  20. package/dist/src/buttons/KdsProgressButton/enums.d.ts +1 -1
  21. package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts +1 -0
  22. package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts.map +1 -1
  23. package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts +3 -1
  24. package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts.map +1 -1
  25. package/dist/src/layouts/Panel/KdsPanel.vue.d.ts.map +1 -1
  26. package/dist/src/overlays/Modal/KdsModal.vue.d.ts +1 -1
  27. package/dist/table-statistics-y-P6EXGX.js +23 -0
  28. package/dist/table-statistics-y-P6EXGX.js.map +1 -0
  29. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent, createPropsRestProxy, ref, watch, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, Fragment, renderList, createBlock, normalizeStyle, createCommentVNode, shallowRef, toRef, unref, resolveDynamicComponent, useTemplateRef, createVNode, withCtx, renderSlot, mergeProps, h as h$1, useSlots, getCurrentInstance, useModel, mergeModels, onMounted, onUnmounted, readonly, nextTick, useId, watchEffect, useAttrs, withKeys, withModifiers, useCssVars, normalizeProps, withDirectives, vShow, defineAsyncComponent, onBeforeUpdate, onBeforeUnmount, isRef, vModelText, createTextVNode, createSlots, guardReactiveProps } from 'vue';
1
+ import { defineComponent, createPropsRestProxy, ref, watch, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, Fragment, renderList, createBlock, normalizeStyle, createCommentVNode, shallowRef, readonly, toRef, unref, resolveDynamicComponent, useTemplateRef, createVNode, withCtx, renderSlot, mergeProps, h as h$1, useSlots, getCurrentInstance, useModel, mergeModels, onMounted, onUnmounted, nextTick, useId, watchEffect, useAttrs, withKeys, withModifiers, useCssVars, normalizeProps, withDirectives, vShow, defineAsyncComponent, onBeforeUpdate, onBeforeUnmount, isRef, vModelText, createTextVNode, createSlots, guardReactiveProps } from 'vue';
2
2
  import { useLocalStorage, useDark, usePreferredDark, useResizeObserver, useMutationObserver, useElementSize, useMousePressed, useVirtualList, useTemplateRefsList } from '@vueuse/core';
3
3
 
4
4
  import './index.css';const kdsAvatarSize = {
@@ -9,9 +9,9 @@ import './index.css';const kdsAvatarSize = {
9
9
  };
10
10
  const kdsAvatarSizes = Object.values(kdsAvatarSize);
11
11
 
12
- const _hoisted_1$$ = ["role", "title", "aria-hidden", "aria-label", "data-color"];
13
- const _hoisted_2$C = ["src"];
14
- const _hoisted_3$t = {
12
+ const _hoisted_1$_ = ["role", "title", "aria-hidden", "aria-label", "data-color"];
13
+ const _hoisted_2$B = ["src"];
14
+ const _hoisted_3$s = {
15
15
  key: 1,
16
16
  class: "kds-avatar-initials",
17
17
  "aria-hidden": "true"
@@ -80,10 +80,10 @@ const _sfc_main$1x = /* @__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$B)) : (openBlock(), createElementBlock("div", _hoisted_3$s, [
84
84
  createElementVNode("span", null, toDisplayString(displayedInitials.value), 1)
85
85
  ]))
86
- ], 10, _hoisted_1$$);
86
+ ], 10, _hoisted_1$_);
87
87
  };
88
88
  }
89
89
  });
@@ -98,9 +98,9 @@ const _export_sfc = (sfc, props) => {
98
98
 
99
99
  const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-9e1a5abe"]]);
100
100
 
101
- const _hoisted_1$_ = ["aria-label"];
102
- const _hoisted_2$B = { class: "avatars" };
103
- const _hoisted_3$s = {
101
+ const _hoisted_1$Z = ["aria-label"];
102
+ const _hoisted_2$A = { class: "avatars" };
103
+ const _hoisted_3$r = {
104
104
  key: 0,
105
105
  class: "more-count",
106
106
  "aria-hidden": "true"
@@ -125,7 +125,7 @@ const _sfc_main$1w = /* @__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$A, [
129
129
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.avatars, (avatar, index) => {
130
130
  return openBlock(), createBlock(KdsAvatar, {
131
131
  key: index,
@@ -139,8 +139,8 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
139
139
  }, null, 8, ["style", "size", "initials", "title", "src"]);
140
140
  }), 128))
141
141
  ]),
142
- __props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$s, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
143
- ], 8, _hoisted_1$_);
142
+ __props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$r, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
143
+ ], 8, _hoisted_1$Z);
144
144
  };
145
145
  }
146
146
  });
@@ -161,30 +161,44 @@ function useIcon({
161
161
  }) {
162
162
  const iconCache = /* @__PURE__ */ new Map();
163
163
  const iconComponent = shallowRef(null);
164
+ const status = shallowRef("loading");
164
165
  watch(
165
166
  () => name.value,
166
167
  (newName) => {
167
168
  if (iconCache.has(newName)) {
168
169
  iconComponent.value = iconCache.get(newName);
170
+ status.value = "loaded";
169
171
  return;
170
172
  }
171
- __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/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/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/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/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/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) => {
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/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) => {
172
175
  iconCache.set(newName, module.default);
176
+ if (name.value !== newName) {
177
+ return;
178
+ }
173
179
  iconComponent.value = module.default;
180
+ status.value = "loaded";
174
181
  }).catch((error) => {
175
182
  if (error.name === "AbortError") {
176
183
  return;
177
184
  }
185
+ if (name.value !== newName) {
186
+ return;
187
+ }
178
188
  console.error(
179
189
  `Failed to load icon "${newName}" from folder "${folder}":`,
180
190
  error
181
191
  );
182
192
  iconComponent.value = null;
193
+ status.value = "error";
183
194
  });
184
195
  },
185
196
  { immediate: true }
186
197
  );
187
- return iconComponent;
198
+ return {
199
+ iconComponent: readonly(iconComponent),
200
+ status: readonly(status)
201
+ };
188
202
  }
189
203
 
190
204
  const _sfc_main$1v = /* @__PURE__ */ defineComponent({
@@ -194,12 +208,13 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
194
208
  size: { default: "medium" },
195
209
  disabled: { type: Boolean, default: false }
196
210
  },
197
- setup(__props) {
211
+ setup(__props, { expose: __expose }) {
198
212
  const props = createPropsRestProxy(__props, ["size", "disabled"]);
199
- const iconComponent = useIcon({
213
+ const { iconComponent, status } = useIcon({
200
214
  name: toRef(() => props.name),
201
215
  folder: "icons"
202
216
  });
217
+ __expose({ status });
203
218
  return (_ctx, _cache) => {
204
219
  return unref(iconComponent) ? (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent)), {
205
220
  key: 0,
@@ -216,7 +231,7 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
216
231
  }
217
232
  });
218
233
 
219
- const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-fb124eb6"]]);
234
+ const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-bff4f419"]]);
220
235
 
221
236
  const ID_TO_ICON_MAP = {
222
237
  // Flow Variables
@@ -322,6 +337,7 @@ const iconNames = [
322
337
  "bold",
323
338
  "calendar",
324
339
  "case-sensitive",
340
+ "cell-renderer",
325
341
  "center-aligned",
326
342
  "checkmark",
327
343
  "chevron-down",
@@ -344,6 +360,7 @@ const iconNames = [
344
360
  "code-block",
345
361
  "collection",
346
362
  "color-picker",
363
+ "column-width",
347
364
  "comment",
348
365
  "component",
349
366
  "connection",
@@ -418,6 +435,7 @@ const iconNames = [
418
435
  "open-in-new-window",
419
436
  "pan-mode",
420
437
  "parameter",
438
+ "path-separator",
421
439
  "pending-changes",
422
440
  "pin",
423
441
  "placeholder",
@@ -456,6 +474,7 @@ const iconNames = [
456
474
  "stepwise-execution",
457
475
  "stop",
458
476
  "strikethrough",
477
+ "table-statistics",
459
478
  "tag",
460
479
  "team",
461
480
  "template-gallery",
@@ -554,7 +573,7 @@ const kdsDataTypeSize = {
554
573
  };
555
574
  const kdsDataTypeSizes = Object.values(kdsDataTypeSize);
556
575
 
557
- const _hoisted_1$Z = ["title"];
576
+ const _hoisted_1$Y = ["title"];
558
577
  const _sfc_main$1u = /* @__PURE__ */ defineComponent({
559
578
  __name: "KdsDataType",
560
579
  props: {
@@ -563,7 +582,7 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
563
582
  size: { default: "medium" },
564
583
  disabled: { type: Boolean, default: false }
565
584
  },
566
- setup(__props) {
585
+ setup(__props, { expose: __expose }) {
567
586
  const DATA_TYPE_SIZE_TO_ICON_SIZE = {
568
587
  large: "medium",
569
588
  medium: "small",
@@ -581,10 +600,11 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
581
600
  }
582
601
  return __props.iconName.startsWith("org.knime") ? "default-extension-datatype" : "unknown-datatype";
583
602
  });
584
- const iconComponent = useIcon({
603
+ const { iconComponent, status } = useIcon({
585
604
  name: iconName,
586
605
  folder: "type-icons"
587
606
  });
607
+ __expose({ status });
588
608
  return (_ctx, _cache) => {
589
609
  return openBlock(), createElementBlock("div", {
590
610
  class: normalizeClass(["kds-data-type-icon-container", __props.size, { disabled: __props.disabled }]),
@@ -595,12 +615,12 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
595
615
  "aria-hidden": "true",
596
616
  focusable: "false"
597
617
  }, null, 8, ["class"]))
598
- ], 10, _hoisted_1$Z);
618
+ ], 10, _hoisted_1$Y);
599
619
  };
600
620
  }
601
621
  });
602
622
 
603
- const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__scopeId", "data-v-3b8ebdbd"]]);
623
+ const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__scopeId", "data-v-38e9537f"]]);
604
624
 
605
625
  const kdsBadgeVariant = {
606
626
  NEUTRAL: "neutral",
@@ -617,7 +637,7 @@ const kdsBadgeSize = {
617
637
  };
618
638
  const kdsBadgeSizes = Object.values(kdsBadgeSize);
619
639
 
620
- const _hoisted_1$Y = { class: "label-wrapper" };
640
+ const _hoisted_1$X = { class: "label-wrapper" };
621
641
  const _sfc_main$1t = /* @__PURE__ */ defineComponent({
622
642
  __name: "KdsBadge",
623
643
  props: {
@@ -640,7 +660,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
640
660
  name: __props.leadingIcon,
641
661
  size: sizeToIconSize[__props.size]
642
662
  }, null, 8, ["name", "size"])) : createCommentVNode("", true),
643
- createElementVNode("span", _hoisted_1$Y, toDisplayString(__props.label), 1)
663
+ createElementVNode("span", _hoisted_1$X, toDisplayString(__props.label), 1)
644
664
  ], 2);
645
665
  };
646
666
  }
@@ -665,7 +685,7 @@ const kdsColorSwatchSize = {
665
685
  };
666
686
  const kdsColorSwatchSizes = Object.values(kdsColorSwatchSize);
667
687
 
668
- const _hoisted_1$X = ["role", "title", "aria-hidden", "aria-label"];
688
+ const _hoisted_1$W = ["role", "title", "aria-hidden", "aria-label"];
669
689
  const RGBA_SHORT_HEX_LENGTH = 4;
670
690
  const RGBA_LONG_HEX_LENGTH = 8;
671
691
  const ALPHA_NIBBLE_INDEX = 3;
@@ -747,7 +767,7 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
747
767
  style: normalizeStyle(swatchStyle.value),
748
768
  "aria-hidden": hasTitle.value ? void 0 : "true",
749
769
  "aria-label": hasTitle.value ? accessibleTitle.value : void 0
750
- }, null, 14, _hoisted_1$X);
770
+ }, null, 14, _hoisted_1$W);
751
771
  };
752
772
  }
753
773
  });
@@ -872,8 +892,8 @@ function useKdsIsTruncated(elementRef) {
872
892
  return { isTruncated };
873
893
  }
874
894
 
875
- const _hoisted_1$W = ["title", "aria-label"];
876
- const _hoisted_2$A = ["title"];
895
+ const _hoisted_1$V = ["title", "aria-label"];
896
+ const _hoisted_2$z = ["title"];
877
897
  const _sfc_main$1r = /* @__PURE__ */ defineComponent({
878
898
  __name: "KdsLiveStatus",
879
899
  props: {
@@ -903,8 +923,8 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
903
923
  ref: labelEl,
904
924
  class: "label",
905
925
  title: unref(isTruncated) ? __props.label : void 0
906
- }, toDisplayString(__props.label), 9, _hoisted_2$A)) : createCommentVNode("", true)
907
- ], 10, _hoisted_1$W);
926
+ }, toDisplayString(__props.label), 9, _hoisted_2$z)) : createCommentVNode("", true)
927
+ ], 10, _hoisted_1$V);
908
928
  };
909
929
  }
910
930
  });
@@ -925,7 +945,7 @@ const kdsLiveStatusSize = {
925
945
  };
926
946
  const kdsLiveStatusSizes = Object.values(kdsLiveStatusSize);
927
947
 
928
- const _hoisted_1$V = ["data-style"];
948
+ const _hoisted_1$U = ["data-style"];
929
949
  const _sfc_main$1q = /* @__PURE__ */ defineComponent({
930
950
  __name: "KdsLoadingSpinner",
931
951
  props: {
@@ -951,7 +971,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
951
971
  cy: "60",
952
972
  r: "50"
953
973
  }, null, -1)
954
- ])], 10, _hoisted_1$V);
974
+ ])], 10, _hoisted_1$U);
955
975
  };
956
976
  }
957
977
  });
@@ -966,9 +986,9 @@ const kdsLoadingSpinnerVariants = Object.values(
966
986
  kdsLoadingSpinnerVariant
967
987
  );
968
988
 
969
- const _hoisted_1$U = ["role"];
970
- const _hoisted_2$z = { class: "header" };
971
- const _hoisted_3$r = { class: "headline" };
989
+ const _hoisted_1$T = ["role"];
990
+ const _hoisted_2$y = { class: "header" };
991
+ const _hoisted_3$q = { class: "headline" };
972
992
  const _hoisted_4$m = {
973
993
  key: 0,
974
994
  class: "body"
@@ -1004,16 +1024,16 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
1004
1024
  class: normalizeClass(classes.value),
1005
1025
  role: role.value
1006
1026
  }, [
1007
- createElementVNode("div", _hoisted_2$z, [
1027
+ createElementVNode("div", _hoisted_2$y, [
1008
1028
  createVNode(KdsIcon, {
1009
1029
  class: "icon",
1010
1030
  name: iconName.value,
1011
1031
  size: "small"
1012
1032
  }, null, 8, ["name"]),
1013
- createElementVNode("div", _hoisted_3$r, toDisplayString(props.headline), 1)
1033
+ createElementVNode("div", _hoisted_3$q, toDisplayString(props.headline), 1)
1014
1034
  ]),
1015
1035
  props.description ? (openBlock(), createElementBlock("div", _hoisted_4$m, toDisplayString(props.description), 1)) : createCommentVNode("", true)
1016
- ], 10, _hoisted_1$U);
1036
+ ], 10, _hoisted_1$T);
1017
1037
  };
1018
1038
  }
1019
1039
  });
@@ -1028,9 +1048,9 @@ const kdsInlineMessageVariant = {
1028
1048
  };
1029
1049
  const kdsInlineMessageVariants = Object.values(kdsInlineMessageVariant);
1030
1050
 
1031
- const _hoisted_1$T = { class: "donut-container" };
1032
- const _hoisted_2$y = ["height", "width", "viewBox"];
1033
- const _hoisted_3$q = ["r", "stroke-width"];
1051
+ const _hoisted_1$S = { class: "donut-container" };
1052
+ const _hoisted_2$x = ["height", "width", "viewBox"];
1053
+ const _hoisted_3$p = ["r", "stroke-width"];
1034
1054
  const _hoisted_4$l = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
1035
1055
  const _hoisted_5$b = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
1036
1056
  const _hoisted_6$a = {
@@ -1088,7 +1108,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
1088
1108
  const transformWedge = computed(() => `rotate(-90, ${radius}, ${radius})`);
1089
1109
  const disabled = computed(() => !Number.isFinite(__props.maxValue));
1090
1110
  return (_ctx, _cache) => {
1091
- return openBlock(), createElementBlock("div", _hoisted_1$T, [
1111
+ return openBlock(), createElementBlock("div", _hoisted_1$S, [
1092
1112
  (openBlock(), createElementBlock("svg", {
1093
1113
  height: diameter.value,
1094
1114
  width: diameter.value,
@@ -1102,7 +1122,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
1102
1122
  r: r.value,
1103
1123
  "stroke-width": strokeWidth.value,
1104
1124
  fill: "transparent"
1105
- }, null, 8, _hoisted_3$q),
1125
+ }, null, 8, _hoisted_3$p),
1106
1126
  __props.secondaryValue && !disabled.value ? (openBlock(), createElementBlock("circle", {
1107
1127
  key: 0,
1108
1128
  class: normalizeClass(["value-wedge", "secondary-circle", { animate: __props.animate }]),
@@ -1127,7 +1147,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
1127
1147
  fill: "transparent",
1128
1148
  transform: transformWedge.value
1129
1149
  }, null, 10, _hoisted_5$b)) : createCommentVNode("", true)
1130
- ], 8, _hoisted_2$y)),
1150
+ ], 8, _hoisted_2$x)),
1131
1151
  __props.title ? (openBlock(), createElementBlock("div", _hoisted_6$a, [
1132
1152
  createElementVNode("div", _hoisted_7$3, toDisplayString(__props.title), 1),
1133
1153
  __props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$3, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
@@ -1141,14 +1161,14 @@ const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "
1141
1161
 
1142
1162
  const _sfc_main$1n = { };
1143
1163
 
1144
- const _hoisted_1$S = { class: "kds-divider" };
1164
+ const _hoisted_1$R = { class: "kds-divider" };
1145
1165
 
1146
1166
  function _sfc_render(_ctx, _cache) {
1147
- return (openBlock(), createElementBlock("hr", _hoisted_1$S))
1167
+ return (openBlock(), createElementBlock("hr", _hoisted_1$R))
1148
1168
  }
1149
1169
  const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$1n, [['render',_sfc_render],['__scopeId',"data-v-4d059bd3"]]);
1150
1170
 
1151
- const _hoisted_1$R = {
1171
+ const _hoisted_1$Q = {
1152
1172
  key: 0,
1153
1173
  class: "label"
1154
1174
  };
@@ -1216,7 +1236,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
1216
1236
  size: iconSize.value
1217
1237
  }, null, 8, ["name", "size"])) : createCommentVNode("", true)
1218
1238
  ], true),
1219
- props.label ? (openBlock(), createElementBlock("span", _hoisted_1$R, toDisplayString(props.label), 1)) : createCommentVNode("", true),
1239
+ props.label ? (openBlock(), createElementBlock("span", _hoisted_1$Q, toDisplayString(props.label), 1)) : createCommentVNode("", true),
1220
1240
  props.trailingIcon && props.label ? (openBlock(), createBlock(KdsIcon, {
1221
1241
  key: 1,
1222
1242
  name: props.trailingIcon,
@@ -1527,8 +1547,8 @@ function prettyBytes(number, options) {
1527
1547
  return applyFixedWidth(result, options.fixedWidth);
1528
1548
  }
1529
1549
 
1530
- const _hoisted_1$Q = { class: "label" };
1531
- const _hoisted_2$x = {
1550
+ const _hoisted_1$P = { class: "label" };
1551
+ const _hoisted_2$w = {
1532
1552
  key: 1,
1533
1553
  class: "file-size"
1534
1554
  };
@@ -1622,13 +1642,13 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
1622
1642
  onClick
1623
1643
  }, {
1624
1644
  default: withCtx(() => [
1625
- createElementVNode("span", _hoisted_1$Q, toDisplayString(__props.label), 1),
1645
+ createElementVNode("span", _hoisted_1$P, toDisplayString(__props.label), 1),
1626
1646
  variant.value === "external" ? (openBlock(), createBlock(KdsIcon, {
1627
1647
  key: 0,
1628
1648
  name: "external-link",
1629
1649
  size: "xsmall"
1630
1650
  })) : createCommentVNode("", true),
1631
- normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$x, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
1651
+ normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$w, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
1632
1652
  ]),
1633
1653
  _: 1
1634
1654
  }, 8, ["class", "to", "download", "target", "rel", "title", "aria-disabled"]);
@@ -1675,8 +1695,8 @@ const kdsToggleButtonVariant = {
1675
1695
  };
1676
1696
  const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
1677
1697
 
1678
- const _hoisted_1$P = ["data-visible"];
1679
- const _hoisted_2$w = ["data-visible"];
1698
+ const _hoisted_1$O = ["data-visible"];
1699
+ const _hoisted_2$v = ["data-visible"];
1680
1700
  const _sfc_main$1h = /* @__PURE__ */ defineComponent({
1681
1701
  __name: "KdsProgressButton",
1682
1702
  props: /* @__PURE__ */ mergeModels({
@@ -1739,7 +1759,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
1739
1759
  name: props.leadingIcon,
1740
1760
  size: iconSize.value
1741
1761
  }, null, 8, ["name", "size"])
1742
- ], 8, _hoisted_1$P),
1762
+ ], 8, _hoisted_1$O),
1743
1763
  createElementVNode("span", {
1744
1764
  class: "spinner",
1745
1765
  "data-visible": state.value === "progress"
@@ -1748,7 +1768,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
1748
1768
  size: iconSize.value,
1749
1769
  variant: __props.variant === "filled" ? "onPrimary" : "onSurface"
1750
1770
  }, null, 8, ["size", "variant"])
1751
- ], 8, _hoisted_2$w)
1771
+ ], 8, _hoisted_2$v)
1752
1772
  ], 2)
1753
1773
  ]),
1754
1774
  _: 1
@@ -2027,12 +2047,12 @@ const kdsListItemAccessorySize = {
2027
2047
  LARGE: "large"
2028
2048
  };
2029
2049
 
2030
- const _hoisted_1$O = ["id", "role", "aria-selected", "aria-disabled"];
2031
- const _hoisted_2$v = {
2050
+ const _hoisted_1$N = ["id", "role", "aria-selected", "aria-disabled"];
2051
+ const _hoisted_2$u = {
2032
2052
  key: 0,
2033
2053
  class: "accessory"
2034
2054
  };
2035
- const _hoisted_3$p = { class: "content" };
2055
+ const _hoisted_3$o = { class: "content" };
2036
2056
  const _hoisted_4$k = ["title"];
2037
2057
  const _hoisted_5$a = {
2038
2058
  key: 0,
@@ -2106,14 +2126,14 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
2106
2126
  ]),
2107
2127
  onClick
2108
2128
  }, [
2109
- props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$v, [
2129
+ props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$u, [
2110
2130
  createVNode(_sfc_main$1g, {
2111
2131
  accessory: props.accessory,
2112
2132
  size: accessorySize.value,
2113
2133
  disabled: __props.disabled
2114
2134
  }, null, 8, ["accessory", "size", "disabled"])
2115
2135
  ])) : createCommentVNode("", true),
2116
- createElementVNode("span", _hoisted_3$p, [
2136
+ createElementVNode("span", _hoisted_3$o, [
2117
2137
  createElementVNode("span", {
2118
2138
  ref_key: "labelEl",
2119
2139
  ref: labelEl,
@@ -2147,19 +2167,19 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
2147
2167
  }, null, 8, ["name"])) : createCommentVNode("", true),
2148
2168
  !props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_9$2)) : createCommentVNode("", true)
2149
2169
  ])
2150
- ], 10, _hoisted_1$O);
2170
+ ], 10, _hoisted_1$N);
2151
2171
  };
2152
2172
  }
2153
2173
  });
2154
2174
 
2155
2175
  const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-9625480f"]]);
2156
2176
 
2157
- const _hoisted_1$N = { class: "kds-list-item-section-title" };
2158
- const _hoisted_2$u = {
2177
+ const _hoisted_1$M = { class: "kds-list-item-section-title" };
2178
+ const _hoisted_2$t = {
2159
2179
  key: 0,
2160
2180
  class: "icon"
2161
2181
  };
2162
- const _hoisted_3$o = ["title"];
2182
+ const _hoisted_3$n = ["title"];
2163
2183
  const _sfc_main$1e = /* @__PURE__ */ defineComponent({
2164
2184
  __name: "ListItemSectionTitle",
2165
2185
  props: {
@@ -2171,8 +2191,8 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
2171
2191
  const labelEl = useTemplateRef("labelEl");
2172
2192
  const { isTruncated } = useKdsIsTruncated(labelEl);
2173
2193
  return (_ctx, _cache) => {
2174
- return openBlock(), createElementBlock("div", _hoisted_1$N, [
2175
- props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$u, [
2194
+ return openBlock(), createElementBlock("div", _hoisted_1$M, [
2195
+ props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$t, [
2176
2196
  createVNode(KdsIcon, {
2177
2197
  name: props.leadingIcon,
2178
2198
  size: "small"
@@ -2183,7 +2203,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
2183
2203
  ref: labelEl,
2184
2204
  class: "label",
2185
2205
  title: unref(isTruncated) ? props.label : void 0
2186
- }, toDisplayString(props.label), 9, _hoisted_3$o)
2206
+ }, toDisplayString(props.label), 9, _hoisted_3$n)
2187
2207
  ]);
2188
2208
  };
2189
2209
  }
@@ -2235,7 +2255,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
2235
2255
  }
2236
2256
  });
2237
2257
 
2238
- const _hoisted_1$M = ["id", "aria-label", "aria-activedescendant"];
2258
+ const _hoisted_1$L = ["id", "aria-label", "aria-activedescendant"];
2239
2259
  const _sfc_main$1c = /* @__PURE__ */ defineComponent({
2240
2260
  __name: "KdsMenuContainer",
2241
2261
  props: {
@@ -2315,7 +2335,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
2315
2335
  onClick: ($event) => handleItemInteraction(item, $event)
2316
2336
  }, null, 8, ["item", "is-last", "active-id", "variant", "onClick"]);
2317
2337
  }), 128))
2318
- ], 12, _hoisted_1$M);
2338
+ ], 12, _hoisted_1$L);
2319
2339
  };
2320
2340
  }
2321
2341
  });
@@ -2328,8 +2348,8 @@ const kdsPopoverPlacement = {
2328
2348
  const kdsPopoverType = {
2329
2349
  AUTO: "auto"};
2330
2350
 
2331
- const _hoisted_1$L = ["id", "popover", "role"];
2332
- const _hoisted_2$t = {
2351
+ const _hoisted_1$K = ["id", "popover", "role"];
2352
+ const _hoisted_2$s = {
2333
2353
  key: 0,
2334
2354
  class: "kds-popover-default-content"
2335
2355
  };
@@ -2391,9 +2411,9 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
2391
2411
  onToggle
2392
2412
  }, [
2393
2413
  renderSlot(_ctx.$slots, "default", {}, () => [
2394
- props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$t, toDisplayString(props.content), 1)) : createCommentVNode("", true)
2414
+ props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$s, toDisplayString(props.content), 1)) : createCommentVNode("", true)
2395
2415
  ], true)
2396
- ], 46, _hoisted_1$L);
2416
+ ], 46, _hoisted_1$K);
2397
2417
  };
2398
2418
  }
2399
2419
  });
@@ -2593,9 +2613,9 @@ const kdsButtonVariant = {
2593
2613
  };
2594
2614
  const kdsButtonVariants = Object.values(kdsButtonVariant);
2595
2615
 
2596
- const _hoisted_1$K = ["aria-disabled"];
2597
- const _hoisted_2$s = { class: "kds-empty-state-headline" };
2598
- const _hoisted_3$n = {
2616
+ const _hoisted_1$J = ["aria-disabled"];
2617
+ const _hoisted_2$r = { class: "kds-empty-state-headline" };
2618
+ const _hoisted_3$m = {
2599
2619
  key: 1,
2600
2620
  class: "kds-empty-state-description"
2601
2621
  };
@@ -2641,8 +2661,8 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
2641
2661
  variant: "onSurface",
2642
2662
  "aria-hidden": "true"
2643
2663
  })) : createCommentVNode("", true),
2644
- createElementVNode("p", _hoisted_2$s, toDisplayString(props.headline), 1),
2645
- props.description ? (openBlock(), createElementBlock("p", _hoisted_3$n, toDisplayString(props.description), 1)) : createCommentVNode("", true),
2664
+ createElementVNode("p", _hoisted_2$r, toDisplayString(props.headline), 1),
2665
+ props.description ? (openBlock(), createElementBlock("p", _hoisted_3$m, toDisplayString(props.description), 1)) : createCommentVNode("", true),
2646
2666
  props.button ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
2647
2667
  (openBlock(), createBlock(resolveDynamicComponent(buttonComponent.value), mergeProps(props.button, {
2648
2668
  disabled: props.button?.disabled || __props.disabled,
@@ -2653,14 +2673,14 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
2653
2673
  onClick: _cache[1] || (_cache[1] = ($event) => !__props.disabled && emit("secondaryButtonClick", $event))
2654
2674
  }), null, 16, ["disabled"])) : createCommentVNode("", true)
2655
2675
  ])) : createCommentVNode("", true)
2656
- ], 10, _hoisted_1$K);
2676
+ ], 10, _hoisted_1$J);
2657
2677
  };
2658
2678
  }
2659
2679
  });
2660
2680
 
2661
2681
  const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-e913660a"]]);
2662
2682
 
2663
- const _hoisted_1$J = ["aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
2683
+ const _hoisted_1$I = ["aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
2664
2684
  const loadingStateText = "Loading entries";
2665
2685
  const _sfc_main$17 = /* @__PURE__ */ defineComponent({
2666
2686
  __name: "KdsListContainer",
@@ -2785,7 +2805,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
2785
2805
  "loading-spinner": __props.loading
2786
2806
  }, null, 8, ["headline", "loading-spinner"])
2787
2807
  ])) : createCommentVNode("", true)
2788
- ], 16, _hoisted_1$J);
2808
+ ], 16, _hoisted_1$I);
2789
2809
  };
2790
2810
  }
2791
2811
  });
@@ -2946,9 +2966,9 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
2946
2966
  }
2947
2967
  });
2948
2968
 
2949
- const _hoisted_1$I = { class: "kds-preview-list" };
2950
- const _hoisted_2$r = { class: "kds-preview-list-title-row" };
2951
- const _hoisted_3$m = { class: "kds-preview-list-content" };
2969
+ const _hoisted_1$H = { class: "kds-preview-list" };
2970
+ const _hoisted_2$q = { class: "kds-preview-list-title-row" };
2971
+ const _hoisted_3$l = { class: "kds-preview-list-content" };
2952
2972
  const _hoisted_4$i = { class: "kds-preview-list-headline" };
2953
2973
  const _hoisted_5$9 = ["aria-label"];
2954
2974
  const _hoisted_6$8 = { class: "kds-preview-list-show-hide" };
@@ -2987,8 +3007,8 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
2987
3007
  })
2988
3008
  );
2989
3009
  return (_ctx, _cache) => {
2990
- return openBlock(), createElementBlock("section", _hoisted_1$I, [
2991
- createElementVNode("header", _hoisted_2$r, [
3010
+ return openBlock(), createElementBlock("section", _hoisted_1$H, [
3011
+ createElementVNode("header", _hoisted_2$q, [
2992
3012
  __props.loading && !expanded.value ? (openBlock(), createBlock(KdsLoadingSpinner, {
2993
3013
  key: 0,
2994
3014
  size: "small",
@@ -2998,7 +3018,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
2998
3018
  name: __props.leadingIcon,
2999
3019
  size: "small"
3000
3020
  }, null, 8, ["name"])) : createCommentVNode("", true),
3001
- createElementVNode("div", _hoisted_3$m, [
3021
+ createElementVNode("div", _hoisted_3$l, [
3002
3022
  createElementVNode("span", _hoisted_4$i, toDisplayString(props.headline), 1)
3003
3023
  ]),
3004
3024
  __props.trailingButton ? (openBlock(), createBlock(_sfc_main$1l, normalizeProps(mergeProps({ key: 2 }, trailingButtonProps.value)), null, 16)) : createCommentVNode("", true)
@@ -3057,8 +3077,8 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
3057
3077
 
3058
3078
  const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-a11103f6"]]);
3059
3079
 
3060
- const _hoisted_1$H = { class: "kds-label-wrapper" };
3061
- const _hoisted_2$q = ["id", "for", "title"];
3080
+ const _hoisted_1$G = { class: "kds-label-wrapper" };
3081
+ const _hoisted_2$p = ["id", "for", "title"];
3062
3082
  const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3063
3083
  __name: "KdsLabel",
3064
3084
  props: {
@@ -3076,7 +3096,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3076
3096
  const labelEl = useTemplateRef("labelEl");
3077
3097
  const { isTruncated } = useKdsIsTruncated(labelEl);
3078
3098
  return (_ctx, _cache) => {
3079
- return openBlock(), createElementBlock("div", _hoisted_1$H, [
3099
+ return openBlock(), createElementBlock("div", _hoisted_1$G, [
3080
3100
  createElementVNode("label", {
3081
3101
  id: props.id,
3082
3102
  ref_key: "labelEl",
@@ -3084,7 +3104,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3084
3104
  for: props.for,
3085
3105
  class: "label",
3086
3106
  title: unref(isTruncated) ? props.label : void 0
3087
- }, toDisplayString(props.label), 9, _hoisted_2$q),
3107
+ }, toDisplayString(props.label), 9, _hoisted_2$p),
3088
3108
  props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
3089
3109
  key: 0,
3090
3110
  content: props.description,
@@ -3097,8 +3117,8 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
3097
3117
 
3098
3118
  const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-efe3313e"]]);
3099
3119
 
3100
- const _hoisted_1$G = ["id"];
3101
- const _hoisted_2$p = { class: "subtext-text" };
3120
+ const _hoisted_1$F = ["id"];
3121
+ const _hoisted_2$o = { class: "subtext-text" };
3102
3122
  const _sfc_main$12 = /* @__PURE__ */ defineComponent({
3103
3123
  __name: "KdsSubText",
3104
3124
  props: {
@@ -3130,17 +3150,17 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
3130
3150
  variant: "onSurface",
3131
3151
  "aria-hidden": "true"
3132
3152
  })) : createCommentVNode("", true),
3133
- createElementVNode("span", _hoisted_2$p, toDisplayString(props.subText), 1)
3134
- ], 10, _hoisted_1$G)) : createCommentVNode("", true);
3153
+ createElementVNode("span", _hoisted_2$o, toDisplayString(props.subText), 1)
3154
+ ], 10, _hoisted_1$F)) : createCommentVNode("", true);
3135
3155
  };
3136
3156
  }
3137
3157
  });
3138
3158
 
3139
3159
  const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-2e6ba10c"]]);
3140
3160
 
3141
- const _hoisted_1$F = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
3142
- const _hoisted_2$o = { class: "control" };
3143
- const _hoisted_3$l = {
3161
+ const _hoisted_1$E = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
3162
+ const _hoisted_2$n = { class: "control" };
3163
+ const _hoisted_3$k = {
3144
3164
  key: 0,
3145
3165
  class: "content"
3146
3166
  };
@@ -3223,7 +3243,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
3223
3243
  role: "checkbox",
3224
3244
  onClick: handleClick
3225
3245
  }, [
3226
- createElementVNode("div", _hoisted_2$o, [
3246
+ createElementVNode("div", _hoisted_2$n, [
3227
3247
  icon.value ? (openBlock(), createBlock(KdsIcon, {
3228
3248
  key: 0,
3229
3249
  name: icon.value,
@@ -3231,7 +3251,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
3231
3251
  size: "xsmall"
3232
3252
  }, null, 8, ["name"])) : createCommentVNode("", true)
3233
3253
  ]),
3234
- props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$l, [
3254
+ props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$k, [
3235
3255
  createElementVNode("div", _hoisted_4$h, toDisplayString(props.label), 1),
3236
3256
  props.helperText ? (openBlock(), createElementBlock("div", {
3237
3257
  key: 0,
@@ -3239,7 +3259,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
3239
3259
  class: "helper-text"
3240
3260
  }, toDisplayString(props.helperText), 9, _hoisted_5$8)) : createCommentVNode("", true)
3241
3261
  ])) : createCommentVNode("", true)
3242
- ], 10, _hoisted_1$F),
3262
+ ], 10, _hoisted_1$E),
3243
3263
  props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
3244
3264
  createVNode(KdsSubText, {
3245
3265
  id: unref(descriptionId),
@@ -3285,9 +3305,9 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
3285
3305
  }
3286
3306
  });
3287
3307
 
3288
- const _hoisted_1$E = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
3289
- const _hoisted_2$n = ["id"];
3290
- const _hoisted_3$k = ["title"];
3308
+ const _hoisted_1$D = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
3309
+ const _hoisted_2$m = ["id"];
3310
+ const _hoisted_3$j = ["title"];
3291
3311
  const _hoisted_4$g = { class: "kds-fieldset-content" };
3292
3312
  const _sfc_main$$ = /* @__PURE__ */ defineComponent({
3293
3313
  __name: "BaseFieldsetWrapper",
@@ -3335,13 +3355,13 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
3335
3355
  ref: legendTextEl,
3336
3356
  class: "legend-text",
3337
3357
  title: unref(isTruncated) ? props.label : void 0
3338
- }, toDisplayString(props.label), 9, _hoisted_3$k),
3358
+ }, toDisplayString(props.label), 9, _hoisted_3$j),
3339
3359
  props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
3340
3360
  key: 0,
3341
3361
  content: props.description,
3342
3362
  hidden: !isHovered.value
3343
3363
  }, null, 8, ["content", "hidden"])) : createCommentVNode("", true)
3344
- ], 8, _hoisted_2$n)) : createCommentVNode("", true),
3364
+ ], 8, _hoisted_2$m)) : createCommentVNode("", true),
3345
3365
  createElementVNode("div", _hoisted_4$g, [
3346
3366
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
3347
3367
  ]),
@@ -3352,7 +3372,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
3352
3372
  validating: props.validating,
3353
3373
  "preserve-sub-text-space": props.preserveSubTextSpace
3354
3374
  }, null, 8, ["id", "sub-text", "error", "validating", "preserve-sub-text-space"])
3355
- ], 40, _hoisted_1$E);
3375
+ ], 40, _hoisted_1$D);
3356
3376
  };
3357
3377
  }
3358
3378
  });
@@ -3454,9 +3474,9 @@ const kdsCheckboxValue = {
3454
3474
  };
3455
3475
  const kdsCheckboxValues = Object.values(kdsCheckboxValue);
3456
3476
 
3457
- const _hoisted_1$D = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
3458
- const _hoisted_2$m = { class: "control" };
3459
- const _hoisted_3$j = {
3477
+ const _hoisted_1$C = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
3478
+ const _hoisted_2$l = { class: "control" };
3479
+ const _hoisted_3$i = {
3460
3480
  key: 0,
3461
3481
  class: "dot",
3462
3482
  viewBox: "0 0 2 2",
@@ -3506,8 +3526,8 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
3506
3526
  type: "button",
3507
3527
  onClick: handleClick
3508
3528
  }, [
3509
- createElementVNode("div", _hoisted_2$m, [
3510
- modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$j, [..._cache[0] || (_cache[0] = [
3529
+ createElementVNode("div", _hoisted_2$l, [
3530
+ modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$i, [..._cache[0] || (_cache[0] = [
3511
3531
  createElementVNode("circle", {
3512
3532
  cx: "1",
3513
3533
  cy: "1",
@@ -3523,7 +3543,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
3523
3543
  class: "helper-text"
3524
3544
  }, toDisplayString(props.helperText), 9, _hoisted_6$6)) : createCommentVNode("", true)
3525
3545
  ])
3526
- ], 10, _hoisted_1$D);
3546
+ ], 10, _hoisted_1$C);
3527
3547
  };
3528
3548
  }
3529
3549
  });
@@ -3727,7 +3747,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
3727
3747
 
3728
3748
  const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-d78ed4a2"]]);
3729
3749
 
3730
- const _hoisted_1$C = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
3750
+ const _hoisted_1$B = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
3731
3751
  const _sfc_main$X = /* @__PURE__ */ defineComponent({
3732
3752
  __name: "ValueSwitchItem",
3733
3753
  props: {
@@ -3778,7 +3798,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
3778
3798
  name: props.trailingIcon,
3779
3799
  size: __props.size
3780
3800
  }, null, 8, ["name", "size"])) : createCommentVNode("", true)
3781
- ], 10, _hoisted_1$C);
3801
+ ], 10, _hoisted_1$B);
3782
3802
  };
3783
3803
  }
3784
3804
  });
@@ -4675,15 +4695,15 @@ const useInputSegments = (modelValue, getInputElement, configRef) => {
4675
4695
  };
4676
4696
  };
4677
4697
 
4678
- const _hoisted_1$B = {
4698
+ const _hoisted_1$A = {
4679
4699
  key: 0,
4680
4700
  class: "icon-wrapper leading"
4681
4701
  };
4682
- const _hoisted_2$l = {
4702
+ const _hoisted_2$k = {
4683
4703
  key: 1,
4684
4704
  class: "leading-slot"
4685
4705
  };
4686
- const _hoisted_3$i = ["id", "value", "type", "inputmode", "placeholder", "disabled", "autocomplete", "min", "max", "step", "aria-label", "aria-labelledby", "aria-describedby", "aria-invalid", "role", "pattern", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext", "aria-activedescendant", "aria-haspopup", "aria-controls", "aria-expanded", "aria-autocomplete"];
4706
+ const _hoisted_3$h = ["id", "value", "type", "inputmode", "placeholder", "disabled", "autocomplete", "min", "max", "step", "aria-label", "aria-labelledby", "aria-describedby", "aria-invalid", "role", "pattern", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext", "aria-activedescendant", "aria-haspopup", "aria-controls", "aria-expanded", "aria-autocomplete"];
4687
4707
  const _hoisted_4$e = ["aria-disabled"];
4688
4708
  const _hoisted_5$6 = {
4689
4709
  key: 4,
@@ -4844,13 +4864,13 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
4844
4864
  }),
4845
4865
  onClick: handleContainerClick
4846
4866
  }, [
4847
- props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$B, [
4867
+ props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$A, [
4848
4868
  props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
4849
4869
  key: 0,
4850
4870
  name: props.leadingIcon
4851
4871
  }, null, 8, ["name"])) : createCommentVNode("", true)
4852
4872
  ])) : createCommentVNode("", true),
4853
- _ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
4873
+ _ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$k, [
4854
4874
  renderSlot(_ctx.$slots, "leading", {}, void 0, true)
4855
4875
  ])) : createCommentVNode("", true),
4856
4876
  createElementVNode("input", {
@@ -4895,7 +4915,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
4895
4915
  onCut: handleInputCut,
4896
4916
  onDrop: handleInputDrop,
4897
4917
  onDragend: handleInputDragEnd
4898
- }, null, 42, _hoisted_3$i),
4918
+ }, null, 42, _hoisted_3$h),
4899
4919
  props.unit ? (openBlock(), createElementBlock("span", {
4900
4920
  key: 2,
4901
4921
  class: normalizeClass({
@@ -5638,7 +5658,7 @@ const removeAlphaFromHexInput = (next) => {
5638
5658
  return next;
5639
5659
  };
5640
5660
 
5641
- const _hoisted_1$A = ["aria-label", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext"];
5661
+ const _hoisted_1$z = ["aria-label", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext"];
5642
5662
  const _sfc_main$R = /* @__PURE__ */ defineComponent({
5643
5663
  __name: "ColorPickerSlider",
5644
5664
  props: /* @__PURE__ */ mergeModels({
@@ -5723,16 +5743,16 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
5723
5743
  onKeydown: onKeyDown
5724
5744
  }, [..._cache[5] || (_cache[5] = [
5725
5745
  createElementVNode("div", { class: "handle" }, null, -1)
5726
- ])], 40, _hoisted_1$A);
5746
+ ])], 40, _hoisted_1$z);
5727
5747
  };
5728
5748
  }
5729
5749
  });
5730
5750
 
5731
5751
  const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-f4be2bd4"]]);
5732
5752
 
5733
- const _hoisted_1$z = { class: "kds-color-picker" };
5734
- const _hoisted_2$k = ["aria-valuetext"];
5735
- const _hoisted_3$h = { class: "value-inputs" };
5753
+ const _hoisted_1$y = { class: "kds-color-picker" };
5754
+ const _hoisted_2$j = ["aria-valuetext"];
5755
+ const _hoisted_3$g = { class: "value-inputs" };
5736
5756
  const DEFAULT_HUE_DEG = 270;
5737
5757
  const DEFAULT_SATURATION = 0.8;
5738
5758
  const DEFAULT_VALUE = 0.9;
@@ -5894,7 +5914,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
5894
5914
  }
5895
5915
  };
5896
5916
  return (_ctx, _cache) => {
5897
- return openBlock(), createElementBlock("div", _hoisted_1$z, [
5917
+ return openBlock(), createElementBlock("div", _hoisted_1$y, [
5898
5918
  createElementVNode("div", {
5899
5919
  ref_key: "colorspaceEl",
5900
5920
  ref: colorspaceEl,
@@ -5922,7 +5942,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
5922
5942
  class: "handle",
5923
5943
  style: normalizeStyle(colorspaceHandleStyle.value)
5924
5944
  }, null, 4)
5925
- ], 44, _hoisted_2$k),
5945
+ ], 44, _hoisted_2$j),
5926
5946
  createVNode(ColorPickerSlider, {
5927
5947
  modelValue: hue.value,
5928
5948
  "onUpdate:modelValue": [
@@ -5957,7 +5977,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
5957
5977
  step: KEYBOARD_STEP,
5958
5978
  "large-step": KEYBOARD_LARGE_STEP
5959
5979
  }, null, 8, ["modelValue", "value-now", "value-text"]),
5960
- createElementVNode("div", _hoisted_3$h, [
5980
+ createElementVNode("div", _hoisted_3$g, [
5961
5981
  createVNode(KdsTextInput, {
5962
5982
  "model-value": hexInputValue.value,
5963
5983
  ariaLabel: "Color hex value",
@@ -10269,12 +10289,12 @@ const sn = /*@__PURE__*/ new WeakMap, cn = /*@__PURE__*/ sn.get.bind(sn), un = /
10269
10289
  DateTimeFormat: Xn
10270
10290
  }));
10271
10291
 
10272
- const _hoisted_1$y = {
10292
+ const _hoisted_1$x = {
10273
10293
  role: "row",
10274
10294
  class: "kds-date-picker-header-row"
10275
10295
  };
10276
- const _hoisted_2$j = ["aria-label"];
10277
- const _hoisted_3$g = { class: "kds-date-picker-day-grid" };
10296
+ const _hoisted_2$i = ["aria-label"];
10297
+ const _hoisted_3$f = { class: "kds-date-picker-day-grid" };
10278
10298
  const _hoisted_4$d = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
10279
10299
  const REFERENCE_YEAR$2 = 2024;
10280
10300
  const DAYS_PER_WEEK = 7;
@@ -10574,17 +10594,17 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
10574
10594
  role: "grid",
10575
10595
  "aria-label": "Calendar"
10576
10596
  }, [
10577
- createElementVNode("div", _hoisted_1$y, [
10597
+ createElementVNode("div", _hoisted_1$x, [
10578
10598
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(DAY_LABELS), (day, i) => {
10579
10599
  return openBlock(), createElementBlock("div", {
10580
10600
  key: day,
10581
10601
  role: "columnheader",
10582
10602
  "aria-label": unref(DAY_FULL_LABELS)[i],
10583
10603
  class: "kds-date-picker-weekday"
10584
- }, toDisplayString(day), 9, _hoisted_2$j);
10604
+ }, toDisplayString(day), 9, _hoisted_2$i);
10585
10605
  }), 128))
10586
10606
  ]),
10587
- createElementVNode("div", _hoisted_3$g, [
10607
+ createElementVNode("div", _hoisted_3$f, [
10588
10608
  (openBlock(true), createElementBlock(Fragment, null, renderList(weeks.value, (week, wi) => {
10589
10609
  return openBlock(), createElementBlock("div", {
10590
10610
  key: wi,
@@ -10625,7 +10645,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
10625
10645
 
10626
10646
  const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-51807b35"]]);
10627
10647
 
10628
- const _hoisted_1$x = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10648
+ const _hoisted_1$w = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10629
10649
  const REFERENCE_YEAR$1 = 2024;
10630
10650
  const MONTHS_PER_YEAR$1 = 12;
10631
10651
  const MONTH_GRID_COLS = 3;
@@ -10819,7 +10839,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
10819
10839
  onClick: ($event) => selectMonth(cell.month),
10820
10840
  onKeydown: ($event) => onKeydown($event, cell.month),
10821
10841
  onFocus: ($event) => focusedCell.value = cell.month
10822
- }, toDisplayString(cell.label), 43, _hoisted_1$x);
10842
+ }, toDisplayString(cell.label), 43, _hoisted_1$w);
10823
10843
  }), 128))
10824
10844
  ]);
10825
10845
  }), 128))
@@ -10830,7 +10850,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
10830
10850
 
10831
10851
  const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-63d96e84"]]);
10832
10852
 
10833
- const _hoisted_1$w = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10853
+ const _hoisted_1$v = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10834
10854
  const YEAR_PAGE_SIZE$1 = 15;
10835
10855
  const YEAR_GRID_COLS = 3;
10836
10856
  const _sfc_main$K = /* @__PURE__ */ defineComponent({
@@ -10991,7 +11011,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
10991
11011
  onClick: ($event) => selectYear(cell.year),
10992
11012
  onKeydown: ($event) => onKeydown($event, cell.year),
10993
11013
  onFocus: ($event) => focusedCell.value = cell.year
10994
- }, toDisplayString(cell.label), 43, _hoisted_1$w);
11014
+ }, toDisplayString(cell.label), 43, _hoisted_1$v);
10995
11015
  }), 128))
10996
11016
  ]);
10997
11017
  }), 128))
@@ -11002,9 +11022,9 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
11002
11022
 
11003
11023
  const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-270d55b9"]]);
11004
11024
 
11005
- const _hoisted_1$v = { class: "kds-date-picker" };
11006
- const _hoisted_2$i = { class: "kds-date-picker-header" };
11007
- const _hoisted_3$f = { class: "kds-date-picker-nav-block" };
11025
+ const _hoisted_1$u = { class: "kds-date-picker" };
11026
+ const _hoisted_2$h = { class: "kds-date-picker-header" };
11027
+ const _hoisted_3$e = { class: "kds-date-picker-nav-block" };
11008
11028
  const _hoisted_4$c = {
11009
11029
  key: 1,
11010
11030
  class: "kds-date-picker-header-static-label",
@@ -11211,9 +11231,9 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
11211
11231
  });
11212
11232
  __expose({ focus });
11213
11233
  return (_ctx, _cache) => {
11214
- return openBlock(), createElementBlock("div", _hoisted_1$v, [
11215
- createElementVNode("div", _hoisted_2$i, [
11216
- createElementVNode("div", _hoisted_3$f, [
11234
+ return openBlock(), createElementBlock("div", _hoisted_1$u, [
11235
+ createElementVNode("div", _hoisted_2$h, [
11236
+ createElementVNode("div", _hoisted_3$e, [
11217
11237
  view.value === "day" ? (openBlock(), createBlock(_sfc_main$1l, {
11218
11238
  key: 0,
11219
11239
  variant: "transparent",
@@ -11582,7 +11602,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
11582
11602
  }
11583
11603
  });
11584
11604
 
11585
- const _hoisted_1$u = { class: "kds-date-time-format-popover" };
11605
+ const _hoisted_1$t = { class: "kds-date-time-format-popover" };
11586
11606
  const _sfc_main$H = /* @__PURE__ */ defineComponent({
11587
11607
  __name: "DateTimeFormatPopover",
11588
11608
  props: /* @__PURE__ */ mergeModels({
@@ -11721,7 +11741,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
11721
11741
  }));
11722
11742
  });
11723
11743
  return (_ctx, _cache) => {
11724
- return openBlock(), createElementBlock("div", _hoisted_1$u, [
11744
+ return openBlock(), createElementBlock("div", _hoisted_1$t, [
11725
11745
  modeOptions.value.length > 1 ? (openBlock(), createBlock(KdsValueSwitch, {
11726
11746
  key: 0,
11727
11747
  "model-value": effectiveSelectedMode.value,
@@ -12166,7 +12186,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
12166
12186
 
12167
12187
  const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-3e274ed2"]]);
12168
12188
 
12169
- const _hoisted_1$t = ["rows", "placeholder", "disabled", "autocomplete"];
12189
+ const _hoisted_1$s = ["rows", "placeholder", "disabled", "autocomplete"];
12170
12190
  const DEFAULT_ROWS = 3;
12171
12191
  const _sfc_main$D = /* @__PURE__ */ defineComponent({
12172
12192
  __name: "KdsTextarea",
@@ -12234,7 +12254,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
12234
12254
  placeholder: __props.placeholder,
12235
12255
  disabled: __props.disabled,
12236
12256
  autocomplete: props.autocomplete
12237
- }), null, 16, _hoisted_1$t), [
12257
+ }), null, 16, _hoisted_1$s), [
12238
12258
  [vModelText, modelValue.value]
12239
12259
  ])
12240
12260
  ]),
@@ -12246,9 +12266,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
12246
12266
 
12247
12267
  const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-8e5a54cf"]]);
12248
12268
 
12249
- const _hoisted_1$s = { class: "kds-time-picker" };
12250
- const _hoisted_2$h = { class: "kds-time-picker-fields" };
12251
- const _hoisted_3$e = { class: "kds-time-picker-fields" };
12269
+ const _hoisted_1$r = { class: "kds-time-picker" };
12270
+ const _hoisted_2$g = { class: "kds-time-picker-fields" };
12271
+ const _hoisted_3$d = { class: "kds-time-picker-fields" };
12252
12272
  const _hoisted_4$b = {
12253
12273
  key: 0,
12254
12274
  class: "kds-time-picker-fields"
@@ -12351,8 +12371,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
12351
12371
  };
12352
12372
  __expose({ focus });
12353
12373
  return (_ctx, _cache) => {
12354
- return openBlock(), createElementBlock("div", _hoisted_1$s, [
12355
- createElementVNode("div", _hoisted_2$h, [
12374
+ return openBlock(), createElementBlock("div", _hoisted_1$r, [
12375
+ createElementVNode("div", _hoisted_2$g, [
12356
12376
  createVNode(_sfc_main$T, {
12357
12377
  ref: "hourInput",
12358
12378
  modelValue: hour.value,
@@ -12378,7 +12398,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
12378
12398
  class: "kds-time-picker-divider"
12379
12399
  })) : createCommentVNode("", true),
12380
12400
  showSecondInput.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
12381
- createElementVNode("div", _hoisted_3$e, [
12401
+ createElementVNode("div", _hoisted_3$d, [
12382
12402
  createVNode(_sfc_main$T, {
12383
12403
  ref: "secondInput",
12384
12404
  modelValue: second.value,
@@ -13030,9 +13050,9 @@ const stripInactiveFields = (duration, usedFormat) => {
13030
13050
  };
13031
13051
  const toTitleCase = (key) => key.charAt(0).toUpperCase() + key.slice(1).toLowerCase();
13032
13052
 
13033
- const _hoisted_1$r = { class: "kds-interval-popover" };
13034
- const _hoisted_2$g = { class: "kds-interval-popover-header" };
13035
- const _hoisted_3$d = { class: "kds-interval-popover-content" };
13053
+ const _hoisted_1$q = { class: "kds-interval-popover" };
13054
+ const _hoisted_2$f = { class: "kds-interval-popover-header" };
13055
+ const _hoisted_3$c = { class: "kds-interval-popover-content" };
13036
13056
  const _hoisted_4$a = { class: "kds-interval-popover-grid" };
13037
13057
  const _sfc_main$A = /* @__PURE__ */ defineComponent({
13038
13058
  __name: "IntervalInputPopover",
@@ -13128,8 +13148,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
13128
13148
  }
13129
13149
  });
13130
13150
  return (_ctx, _cache) => {
13131
- return openBlock(), createElementBlock("div", _hoisted_1$r, [
13132
- createElementVNode("div", _hoisted_2$g, [
13151
+ return openBlock(), createElementBlock("div", _hoisted_1$q, [
13152
+ createElementVNode("div", _hoisted_2$f, [
13133
13153
  _cache[2] || (_cache[2] = createElementVNode("span", { class: "kds-interval-popover-title" }, "Interval value", -1)),
13134
13154
  props.format === unref(kdsIntervalInputFormat).DATE_OR_TIME ? (openBlock(), createBlock(unref(KdsValueSwitch), {
13135
13155
  key: 0,
@@ -13141,7 +13161,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
13141
13161
  }, null, 8, ["modelValue"])) : createCommentVNode("", true)
13142
13162
  ]),
13143
13163
  _cache[3] || (_cache[3] = createElementVNode("div", { class: "kds-interval-popover-divider" }, null, -1)),
13144
- createElementVNode("div", _hoisted_3$d, [
13164
+ createElementVNode("div", _hoisted_3$c, [
13145
13165
  props.allowDescending ? (openBlock(), createBlock(unref(KdsValueSwitch), {
13146
13166
  key: 0,
13147
13167
  modelValue: direction.value,
@@ -13392,13 +13412,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
13392
13412
  }
13393
13413
  });
13394
13414
 
13395
- const _hoisted_1$q = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
13396
- const _hoisted_2$f = {
13415
+ const _hoisted_1$p = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
13416
+ const _hoisted_2$e = {
13397
13417
  key: 0,
13398
13418
  class: "leading",
13399
13419
  "aria-hidden": "true"
13400
13420
  };
13401
- const _hoisted_3$c = ["id"];
13421
+ const _hoisted_3$b = ["id"];
13402
13422
  const _hoisted_4$9 = {
13403
13423
  class: "trailing",
13404
13424
  "aria-hidden": "true"
@@ -13475,7 +13495,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
13475
13495
  onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("click")),
13476
13496
  onKeydown
13477
13497
  }, [
13478
- props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$f, [
13498
+ props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$e, [
13479
13499
  createVNode(_sfc_main$1g, {
13480
13500
  accessory: props.accessory,
13481
13501
  size: "medium"
@@ -13487,14 +13507,14 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
13487
13507
  placeholder: !props.text && !__props.disabled,
13488
13508
  missing: __props.missing
13489
13509
  }])
13490
- }, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$c),
13510
+ }, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$b),
13491
13511
  createElementVNode("span", _hoisted_4$9, [
13492
13512
  createVNode(KdsIcon, {
13493
13513
  name: open.value ? "chevron-up" : "chevron-down",
13494
13514
  size: "small"
13495
13515
  }, null, 8, ["name"])
13496
13516
  ])
13497
- ], 42, _hoisted_1$q);
13517
+ ], 42, _hoisted_1$p);
13498
13518
  };
13499
13519
  }
13500
13520
  });
@@ -13503,8 +13523,8 @@ const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "da
13503
13523
 
13504
13524
  const DROPDOWN_SEARCH_THRESHOLD = 12;
13505
13525
 
13506
- const _hoisted_1$p = { class: "kds-dropdown-container" };
13507
- const _hoisted_2$e = {
13526
+ const _hoisted_1$o = { class: "kds-dropdown-container" };
13527
+ const _hoisted_2$d = {
13508
13528
  key: 0,
13509
13529
  class: "kds-dropdown-container-sticky-top"
13510
13530
  };
@@ -13592,8 +13612,8 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
13592
13612
  }
13593
13613
  });
13594
13614
  return (_ctx, _cache) => {
13595
- return openBlock(), createElementBlock("div", _hoisted_1$p, [
13596
- searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
13615
+ return openBlock(), createElementBlock("div", _hoisted_1$o, [
13616
+ searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$d, [
13597
13617
  createVNode(BaseInput, {
13598
13618
  ref_key: "searchEl",
13599
13619
  ref: searchEl,
@@ -13720,8 +13740,8 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
13720
13740
  }
13721
13741
  });
13722
13742
 
13723
- const _hoisted_1$o = ["disabled"];
13724
- const _hoisted_2$d = ["title"];
13743
+ const _hoisted_1$n = ["disabled"];
13744
+ const _hoisted_2$c = ["title"];
13725
13745
  const _sfc_main$v = /* @__PURE__ */ defineComponent({
13726
13746
  __name: "KdsListItemButton",
13727
13747
  props: {
@@ -13752,20 +13772,20 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
13752
13772
  ref: labelEl,
13753
13773
  class: "label",
13754
13774
  title: unref(isLabelTruncated) ? props.label : void 0
13755
- }, toDisplayString(props.label), 9, _hoisted_2$d)
13756
- ], 8, _hoisted_1$o);
13775
+ }, toDisplayString(props.label), 9, _hoisted_2$c)
13776
+ ], 8, _hoisted_1$n);
13757
13777
  };
13758
13778
  }
13759
13779
  });
13760
13780
 
13761
13781
  const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-21fb5571"]]);
13762
13782
 
13763
- const _hoisted_1$n = { class: "kds-multi-select-dropdown-options" };
13764
- const _hoisted_2$c = {
13783
+ const _hoisted_1$m = { class: "kds-multi-select-dropdown-options" };
13784
+ const _hoisted_2$b = {
13765
13785
  key: 0,
13766
13786
  class: "kds-multi-select-dropdown-search"
13767
13787
  };
13768
- const _hoisted_3$b = {
13788
+ const _hoisted_3$a = {
13769
13789
  key: 1,
13770
13790
  class: "kds-multi-select-dropdown-footer"
13771
13791
  };
@@ -13892,8 +13912,8 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
13892
13912
  }
13893
13913
  });
13894
13914
  return (_ctx, _cache) => {
13895
- return openBlock(), createElementBlock("div", _hoisted_1$n, [
13896
- searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$c, [
13915
+ return openBlock(), createElementBlock("div", _hoisted_1$m, [
13916
+ searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$b, [
13897
13917
  createVNode(BaseInput, {
13898
13918
  ref_key: "searchEl",
13899
13919
  ref: searchEl,
@@ -13922,7 +13942,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
13922
13942
  "aria-label": "Dropdown options",
13923
13943
  onItemClick: _cache[4] || (_cache[4] = ($event) => $event !== void 0 && onItemClick($event))
13924
13944
  }, null, 8, ["class", "possible-values", "loading", "empty-text", "controlled-externally"]),
13925
- !__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$b, [
13945
+ !__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
13926
13946
  createVNode(unref(KdsListItemButton), {
13927
13947
  label: anyVisibleSelected.value ? "Clear all" : "Select all",
13928
13948
  "leading-icon": anyVisibleSelected.value ? "trash" : "checkmark",
@@ -14064,8 +14084,8 @@ const kdsDimensionComponentHeight20x = 320;
14064
14084
  const kdsSpacingContainer0p10x = 1;
14065
14085
  const kdsSpacingContainer0p25x = 4;
14066
14086
 
14067
- const _hoisted_1$m = { class: "kds-resize-handle-area" };
14068
- const _hoisted_2$b = ["aria-label"];
14087
+ const _hoisted_1$l = { class: "kds-resize-handle-area" };
14088
+ const _hoisted_2$a = ["aria-label"];
14069
14089
  const _sfc_main$s = /* @__PURE__ */ defineComponent({
14070
14090
  __name: "ResizeHandle",
14071
14091
  props: {
@@ -14088,7 +14108,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
14088
14108
  return `calc((100% - ${n - 1} * ${gap}) / ${2 * n})`;
14089
14109
  });
14090
14110
  return (_ctx, _cache) => {
14091
- return openBlock(), createElementBlock("div", _hoisted_1$m, [
14111
+ return openBlock(), createElementBlock("div", _hoisted_1$l, [
14092
14112
  (openBlock(true), createElementBlock(Fragment, null, renderList(normalizedNumberOfHandles.value, (i) => {
14093
14113
  return openBlock(), createElementBlock("button", {
14094
14114
  key: i,
@@ -14097,7 +14117,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
14097
14117
  type: "button"
14098
14118
  }, [..._cache[0] || (_cache[0] = [
14099
14119
  createElementVNode("span", { class: "kds-resize-handle-line" }, null, -1)
14100
- ])], 8, _hoisted_2$b);
14120
+ ])], 8, _hoisted_2$a);
14101
14121
  }), 128))
14102
14122
  ]);
14103
14123
  };
@@ -14106,7 +14126,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
14106
14126
 
14107
14127
  const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-df3803d4"]]);
14108
14128
 
14109
- const _hoisted_1$l = {
14129
+ const _hoisted_1$k = {
14110
14130
  ref: "content",
14111
14131
  class: "kds-resize-container-content"
14112
14132
  };
@@ -14175,7 +14195,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
14175
14195
  return openBlock(), createElementBlock("div", {
14176
14196
  class: normalizeClass(["kds-resize-container", { dragging: unref(activePointerId) !== null }])
14177
14197
  }, [
14178
- createElementVNode("div", _hoisted_1$l, [
14198
+ createElementVNode("div", _hoisted_1$k, [
14179
14199
  renderSlot(_ctx.$slots, "default", { contentStyle: contentStyle.value }, void 0, true)
14180
14200
  ], 512),
14181
14201
  createVNode(ResizeHandle, {
@@ -14485,9 +14505,9 @@ const useMultiSelectListBoxSelection = ({
14485
14505
  };
14486
14506
  };
14487
14507
 
14488
- const _hoisted_1$k = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
14489
- const _hoisted_2$a = { class: "kds-multiselect-list-box-content-grid" };
14490
- const _hoisted_3$a = {
14508
+ const _hoisted_1$j = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
14509
+ const _hoisted_2$9 = { class: "kds-multiselect-list-box-content-grid" };
14510
+ const _hoisted_3$9 = {
14491
14511
  key: 0,
14492
14512
  class: "kds-multiselect-sticky-bottom"
14493
14513
  };
@@ -14748,7 +14768,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
14748
14768
  onBlur: _cache[17] || (_cache[17] = //@ts-ignore
14749
14769
  (...args) => unref(onBlur) && unref(onBlur)(...args))
14750
14770
  }), [
14751
- createElementVNode("div", _hoisted_2$a, [
14771
+ createElementVNode("div", _hoisted_2$9, [
14752
14772
  createElementVNode("div", mergeProps({ class: "kds-multiselect-list-box-content" }, unref(wrapperProps)), [
14753
14773
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(virtualList), ({ data: item, index }) => {
14754
14774
  return openBlock(), createBlock(unref(KdsListItem), {
@@ -14775,7 +14795,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
14775
14795
  }, null, 8, ["id", "class", "text", "accessory", "missing", "special", "data-option-index", "selected", "disabled", "active", "trailing-icon", "onDblclick", "onClick"]);
14776
14796
  }), 128))
14777
14797
  ], 16),
14778
- visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
14798
+ visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$9, [
14779
14799
  createVNode(unref(KdsListItem), {
14780
14800
  id: generateOptionId(visibleBottomValue.value.id),
14781
14801
  text: visibleBottomValue.value.text,
@@ -14795,7 +14815,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
14795
14815
  }, null, 8, ["id", "text", "accessory", "missing", "data-option-index", "selected", "disabled", "active", "trailing-icon"])
14796
14816
  ])) : createCommentVNode("", true)
14797
14817
  ])
14798
- ], 16, _hoisted_1$k),
14818
+ ], 16, _hoisted_1$j),
14799
14819
  visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
14800
14820
  createVNode(KdsEmptyState, {
14801
14821
  headline: __props.loading ? "Loading data…" : __props.emptyStateLabel,
@@ -14816,9 +14836,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
14816
14836
 
14817
14837
  const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-2c5e2dda"]]);
14818
14838
 
14819
- const _hoisted_1$j = { class: "kds-list-column" };
14820
- const _hoisted_2$9 = { class: "kds-list-header" };
14821
- const _hoisted_3$9 = { class: "kds-list-label" };
14839
+ const _hoisted_1$i = { class: "kds-list-column" };
14840
+ const _hoisted_2$8 = { class: "kds-list-header" };
14841
+ const _hoisted_3$8 = { class: "kds-list-label" };
14822
14842
  const _hoisted_4$7 = {
14823
14843
  key: 0,
14824
14844
  class: "kds-list-count"
@@ -15006,9 +15026,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
15006
15026
  class: "kds-twin-list-body",
15007
15027
  style: normalizeStyle(contentStyle)
15008
15028
  }, [
15009
- createElementVNode("div", _hoisted_1$j, [
15010
- createElementVNode("div", _hoisted_2$9, [
15011
- createElementVNode("span", _hoisted_3$9, toDisplayString(__props.excludeLabel), 1),
15029
+ createElementVNode("div", _hoisted_1$i, [
15030
+ createElementVNode("div", _hoisted_2$8, [
15031
+ createElementVNode("span", _hoisted_3$8, toDisplayString(__props.excludeLabel), 1),
15012
15032
  !__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$7, toDisplayString(leftOptions.value.length) + " of " + toDisplayString(excludedItems.value.length), 1)) : createCommentVNode("", true)
15013
15033
  ]),
15014
15034
  createVNode(unref(KdsMultiSelectListBox), {
@@ -15215,7 +15235,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
15215
15235
  }
15216
15236
  });
15217
15237
 
15218
- const _hoisted_1$i = { class: "kds-twin-list" };
15238
+ const _hoisted_1$h = { class: "kds-twin-list" };
15219
15239
  const _sfc_main$n = /* @__PURE__ */ defineComponent({
15220
15240
  __name: "KdsTwinList",
15221
15241
  props: /* @__PURE__ */ mergeModels({
@@ -15347,7 +15367,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
15347
15367
  "preserve-sub-text-space": __props.preserveSubTextSpace
15348
15368
  }, {
15349
15369
  default: withCtx(() => [
15350
- createElementVNode("div", _hoisted_1$i, [
15370
+ createElementVNode("div", _hoisted_1$h, [
15351
15371
  createVNode(_sfc_main$o, {
15352
15372
  mode: mode.value,
15353
15373
  "onUpdate:mode": _cache[0] || (_cache[0] = ($event) => mode.value = $event),
@@ -15448,9 +15468,9 @@ const useSortableListBoxReorder = ({
15448
15468
  };
15449
15469
  };
15450
15470
 
15451
- const _hoisted_1$h = { class: "kds-sortable-list-box-wrapper" };
15452
- const _hoisted_2$8 = { class: "kds-sortable-top-buttons" };
15453
- const _hoisted_3$8 = { class: "kds-sortable-top-buttons-left" };
15471
+ const _hoisted_1$g = { class: "kds-sortable-list-box-wrapper" };
15472
+ const _hoisted_2$7 = { class: "kds-sortable-top-buttons" };
15473
+ const _hoisted_3$7 = { class: "kds-sortable-top-buttons-left" };
15454
15474
  const _hoisted_4$6 = { class: "kds-sortable-footer-buttons" };
15455
15475
  const _sfc_main$m = /* @__PURE__ */ defineComponent({
15456
15476
  __name: "KdsSortableListBox",
@@ -15509,9 +15529,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
15509
15529
  "preserve-sub-text-space": __props.preserveSubTextSpace
15510
15530
  }), {
15511
15531
  default: withCtx(() => [
15512
- createElementVNode("div", _hoisted_1$h, [
15513
- createElementVNode("div", _hoisted_2$8, [
15514
- createElementVNode("div", _hoisted_3$8, [
15532
+ createElementVNode("div", _hoisted_1$g, [
15533
+ createElementVNode("div", _hoisted_2$7, [
15534
+ createElementVNode("div", _hoisted_3$7, [
15515
15535
  createVNode(_sfc_main$1l, {
15516
15536
  size: "small",
15517
15537
  variant: "transparent",
@@ -15598,7 +15618,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
15598
15618
 
15599
15619
  const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-ee7b63e2"]]);
15600
15620
 
15601
- const _hoisted_1$g = { class: "kds-info-popover-content" };
15621
+ const _hoisted_1$f = { class: "kds-info-popover-content" };
15602
15622
  const _sfc_main$l = /* @__PURE__ */ defineComponent({
15603
15623
  __name: "InfoPopover",
15604
15624
  props: {
@@ -15607,7 +15627,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
15607
15627
  setup(__props) {
15608
15628
  const props = __props;
15609
15629
  return (_ctx, _cache) => {
15610
- return openBlock(), createElementBlock("div", _hoisted_1$g, [
15630
+ return openBlock(), createElementBlock("div", _hoisted_1$f, [
15611
15631
  renderSlot(_ctx.$slots, "default", {}, () => [
15612
15632
  createTextVNode(toDisplayString(props.content), 1)
15613
15633
  ], true)
@@ -15618,7 +15638,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
15618
15638
 
15619
15639
  const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-951f2a2b"]]);
15620
15640
 
15621
- const _hoisted_1$f = ["aria-pressed", "aria-expanded", "aria-controls"];
15641
+ const _hoisted_1$e = ["aria-pressed", "aria-expanded", "aria-controls"];
15622
15642
  const TITLE = "Click for more information";
15623
15643
  const _sfc_main$k = /* @__PURE__ */ defineComponent({
15624
15644
  __name: "KdsInfoToggleButton",
@@ -15662,7 +15682,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
15662
15682
  name: "circle-question",
15663
15683
  size: "small"
15664
15684
  })
15665
- ], 16, _hoisted_1$f),
15685
+ ], 16, _hoisted_1$e),
15666
15686
  createVNode(KdsPopover, {
15667
15687
  ref_key: "popoverEl",
15668
15688
  ref: popoverEl,
@@ -15696,7 +15716,7 @@ const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.def
15696
15716
  default: KdsInfoToggleButton
15697
15717
  }, Symbol.toStringTag, { value: 'Module' }));
15698
15718
 
15699
- const _hoisted_1$e = {
15719
+ const _hoisted_1$d = {
15700
15720
  class: "kds-variable-popover",
15701
15721
  tabindex: "0"
15702
15722
  };
@@ -15708,7 +15728,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
15708
15728
  setup(__props) {
15709
15729
  const props = __props;
15710
15730
  return (_ctx, _cache) => {
15711
- return openBlock(), createElementBlock("div", _hoisted_1$e, [
15731
+ return openBlock(), createElementBlock("div", _hoisted_1$d, [
15712
15732
  renderSlot(_ctx.$slots, "default", {}, () => [
15713
15733
  createTextVNode(toDisplayString(props.content), 1)
15714
15734
  ], true)
@@ -15719,7 +15739,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
15719
15739
 
15720
15740
  const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-8a0c56d0"]]);
15721
15741
 
15722
- const _hoisted_1$d = ["title", "aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
15742
+ const _hoisted_1$c = ["title", "aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
15723
15743
  const _sfc_main$i = /* @__PURE__ */ defineComponent({
15724
15744
  __name: "KdsVariableToggleButton",
15725
15745
  props: /* @__PURE__ */ mergeModels({
@@ -15809,7 +15829,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
15809
15829
  name: iconName.value,
15810
15830
  size: "small"
15811
15831
  }, null, 8, ["name"])
15812
- ], 16, _hoisted_1$d),
15832
+ ], 16, _hoisted_1$c),
15813
15833
  createVNode(KdsPopover, {
15814
15834
  ref_key: "popoverEl",
15815
15835
  ref: popoverEl,
@@ -15839,9 +15859,9 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
15839
15859
 
15840
15860
  const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-b6d29842"]]);
15841
15861
 
15842
- const _hoisted_1$c = { class: "kds-accordion" };
15843
- const _hoisted_2$7 = ["name", "open", "onToggle"];
15844
- const _hoisted_3$7 = ["aria-disabled", "tabindex", "onClick", "onKeydown"];
15862
+ const _hoisted_1$b = { class: "kds-accordion" };
15863
+ const _hoisted_2$6 = ["name", "open", "onToggle"];
15864
+ const _hoisted_3$6 = ["aria-disabled", "tabindex", "onClick", "onKeydown"];
15845
15865
  const _hoisted_4$5 = { class: "kds-accordion-headline-container" };
15846
15866
  const _hoisted_5$2 = { class: "kds-accordion-headline" };
15847
15867
  const _hoisted_6$1 = { class: "kds-accordion-content" };
@@ -15970,7 +15990,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
15970
15990
  () => __props.singleExpand ? `kds-accordion-${accordionId}` : void 0
15971
15991
  );
15972
15992
  return (_ctx, _cache) => {
15973
- return openBlock(), createElementBlock("div", _hoisted_1$c, [
15993
+ return openBlock(), createElementBlock("div", _hoisted_1$b, [
15974
15994
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item) => {
15975
15995
  return openBlock(), createElementBlock("details", {
15976
15996
  key: item.id,
@@ -16001,11 +16021,11 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
16001
16021
  name: isItemExpanded(item.id) ? "chevron-up" : "chevron-down",
16002
16022
  size: "small"
16003
16023
  }, null, 8, ["name"])
16004
- ], 40, _hoisted_3$7),
16024
+ ], 40, _hoisted_3$6),
16005
16025
  createElementVNode("div", _hoisted_6$1, [
16006
16026
  renderSlot(_ctx.$slots, item.id, { item }, void 0, true)
16007
16027
  ])
16008
- ], 40, _hoisted_2$7);
16028
+ ], 40, _hoisted_2$6);
16009
16029
  }), 128))
16010
16030
  ]);
16011
16031
  };
@@ -16014,12 +16034,12 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
16014
16034
 
16015
16035
  const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-0beea165"]]);
16016
16036
 
16017
- const _hoisted_1$b = { class: "kds-card-header" };
16018
- const _hoisted_2$6 = {
16037
+ const _hoisted_1$a = { class: "kds-card-header" };
16038
+ const _hoisted_2$5 = {
16019
16039
  key: 0,
16020
16040
  class: "accessory"
16021
16041
  };
16022
- const _hoisted_3$6 = { key: 1 };
16042
+ const _hoisted_3$5 = { key: 1 };
16023
16043
  const _hoisted_4$4 = {
16024
16044
  key: 2,
16025
16045
  class: "actions",
@@ -16032,11 +16052,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
16032
16052
  },
16033
16053
  setup(__props) {
16034
16054
  return (_ctx, _cache) => {
16035
- return openBlock(), createElementBlock("div", _hoisted_1$b, [
16036
- _ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$6, [
16055
+ return openBlock(), createElementBlock("div", _hoisted_1$a, [
16056
+ _ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
16037
16057
  renderSlot(_ctx.$slots, "accessory", {}, void 0, true)
16038
16058
  ])) : createCommentVNode("", true),
16039
- __props.headline ? (openBlock(), createElementBlock("h6", _hoisted_3$6, toDisplayString(__props.headline), 1)) : createCommentVNode("", true),
16059
+ __props.headline ? (openBlock(), createElementBlock("h6", _hoisted_3$5, toDisplayString(__props.headline), 1)) : createCommentVNode("", true),
16040
16060
  _ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_4$4, [
16041
16061
  renderSlot(_ctx.$slots, "actions", {}, void 0, true)
16042
16062
  ])) : createCommentVNode("", true)
@@ -16125,7 +16145,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
16125
16145
  }
16126
16146
  });
16127
16147
 
16128
- const _hoisted_1$a = ["aria-label", "aria-labelledby", "disabled"];
16148
+ const _hoisted_1$9 = ["aria-label", "aria-labelledby", "disabled"];
16129
16149
  const _sfc_main$d = /* @__PURE__ */ defineComponent({
16130
16150
  __name: "KdsClickableCard",
16131
16151
  props: {
@@ -16159,7 +16179,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
16159
16179
  disabled: __props.disabled,
16160
16180
  "data-kds-card-primary-action": "",
16161
16181
  onClick
16162
- }, null, 8, _hoisted_1$a)
16182
+ }, null, 8, _hoisted_1$9)
16163
16183
  ]),
16164
16184
  default: withCtx(() => [
16165
16185
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
@@ -16253,7 +16273,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
16253
16273
 
16254
16274
  const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-1696fd9e"]]);
16255
16275
 
16256
- const _hoisted_1$9 = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
16276
+ const _hoisted_1$8 = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
16257
16277
  const _sfc_main$b = /* @__PURE__ */ defineComponent({
16258
16278
  __name: "KdsSelectableCard",
16259
16279
  props: /* @__PURE__ */ mergeModels({
@@ -16292,7 +16312,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
16292
16312
  "aria-pressed": modelValue.value,
16293
16313
  "data-kds-card-primary-action": "",
16294
16314
  onClick
16295
- }, null, 8, _hoisted_1$9)
16315
+ }, null, 8, _hoisted_1$8)
16296
16316
  ]),
16297
16317
  default: withCtx(() => [
16298
16318
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
@@ -16339,12 +16359,12 @@ const kdsPanelBodyVariant = {
16339
16359
  };
16340
16360
  const kdsPanelBodyVariants = Object.values(kdsPanelBodyVariant);
16341
16361
 
16342
- const _hoisted_1$8 = { class: "kds-panel" };
16343
- const _hoisted_2$5 = {
16362
+ const _hoisted_1$7 = { class: "kds-panel" };
16363
+ const _hoisted_2$4 = {
16344
16364
  key: 0,
16345
16365
  class: "kds-panel-header"
16346
16366
  };
16347
- const _hoisted_3$5 = ["id"];
16367
+ const _hoisted_3$4 = ["id"];
16348
16368
  const _hoisted_4$3 = {
16349
16369
  key: 0,
16350
16370
  class: "kds-panel-headline-text"
@@ -16373,7 +16393,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16373
16393
  },
16374
16394
  setup(__props) {
16375
16395
  useCssVars((_ctx) => ({
16376
- "cd61c39a": _ctx.bodyOverflow
16396
+ "v2ddcad1c": _ctx.bodyOverflow
16377
16397
  }));
16378
16398
  const headlineId = useId();
16379
16399
  const hasHeader = computed(
@@ -16392,8 +16412,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16392
16412
  () => isBodyKeyboardFocusable.value && !bodyAriaLabel.value ? slotHeadlineId.value : void 0
16393
16413
  );
16394
16414
  return (_ctx, _cache) => {
16395
- return openBlock(), createElementBlock("div", _hoisted_1$8, [
16396
- hasHeader.value ? (openBlock(), createElementBlock("div", _hoisted_2$5, [
16415
+ return openBlock(), createElementBlock("div", _hoisted_1$7, [
16416
+ hasHeader.value ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
16397
16417
  __props.headline ? (openBlock(), createElementBlock("div", {
16398
16418
  key: 0,
16399
16419
  id: unref(headlineId),
@@ -16406,7 +16426,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16406
16426
  size: "small",
16407
16427
  onItemClick: __props.headline.onItemClick
16408
16428
  }), null, 16, ["onItemClick"])) : createCommentVNode("", true)
16409
- ], 8, _hoisted_3$5)) : createCommentVNode("", true),
16429
+ ], 8, _hoisted_3$4)) : createCommentVNode("", true),
16410
16430
  __props.headlineTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$1, [
16411
16431
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.headlineTrailingActions, (action, index) => {
16412
16432
  return openBlock(), createElementBlock(Fragment, { key: index }, [
@@ -16454,7 +16474,6 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16454
16474
  return openBlock(), createBlock(_sfc_main$1l, mergeProps({
16455
16475
  key: `leading-${index}`
16456
16476
  }, { ref_for: true }, action.props, {
16457
- size: "small",
16458
16477
  onClick: action.onClick
16459
16478
  }), null, 16, ["onClick"]);
16460
16479
  }), 128))
@@ -16464,7 +16483,6 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16464
16483
  return openBlock(), createBlock(_sfc_main$1l, mergeProps({
16465
16484
  key: `trailing-${index}`
16466
16485
  }, { ref_for: true }, action.props, {
16467
- size: "small",
16468
16486
  onClick: action.onClick
16469
16487
  }), null, 16, ["onClick"]);
16470
16488
  }), 128))
@@ -16475,7 +16493,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
16475
16493
  }
16476
16494
  });
16477
16495
 
16478
- const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-b56ad38d"]]);
16496
+ const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-d3124a50"]]);
16479
16497
 
16480
16498
  const _sfc_main$9 = /* @__PURE__ */ defineComponent({
16481
16499
  __name: "TabBarItemAccessory",
@@ -16607,9 +16625,9 @@ const useTabBarAdaptiveLayout = ({
16607
16625
  };
16608
16626
  };
16609
16627
 
16610
- const _hoisted_1$7 = { class: "kds-tab-bar-wrapper" };
16611
- const _hoisted_2$4 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
16612
- const _hoisted_3$4 = { class: "kds-tab-label" };
16628
+ const _hoisted_1$6 = { class: "kds-tab-bar-wrapper" };
16629
+ const _hoisted_2$3 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
16630
+ const _hoisted_3$3 = { class: "kds-tab-label" };
16613
16631
  const _hoisted_4$2 = {
16614
16632
  key: 1,
16615
16633
  class: "kds-tab-indicator"
@@ -16739,7 +16757,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
16739
16757
  { immediate: true }
16740
16758
  );
16741
16759
  return (_ctx, _cache) => {
16742
- return openBlock(), createElementBlock("div", _hoisted_1$7, [
16760
+ return openBlock(), createElementBlock("div", _hoisted_1$6, [
16743
16761
  createElementVNode("div", {
16744
16762
  ref_key: "availableWidthContainer",
16745
16763
  ref: availableWidthContainer,
@@ -16775,9 +16793,9 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
16775
16793
  "icon-size": __props.size === "large" ? "large" : "medium",
16776
16794
  disabled: isTabDisabled(tab)
16777
16795
  }, null, 8, ["accessory", "icon-size", "disabled"])) : createCommentVNode("", true),
16778
- createElementVNode("span", _hoisted_3$4, toDisplayString(tab.label), 1),
16796
+ createElementVNode("span", _hoisted_3$3, toDisplayString(tab.label), 1),
16779
16797
  modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$2)) : createCommentVNode("", true)
16780
- ], 42, _hoisted_2$4);
16798
+ ], 42, _hoisted_2$3);
16781
16799
  }), 128))
16782
16800
  ], 2)
16783
16801
  ]);
@@ -16810,16 +16828,16 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
16810
16828
 
16811
16829
  const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-86829b28"]]);
16812
16830
 
16813
- const _hoisted_1$6 = {
16831
+ const _hoisted_1$5 = {
16814
16832
  key: 0,
16815
16833
  class: "kds-loading-skeleton",
16816
16834
  "aria-busy": "true"
16817
16835
  };
16818
- const _hoisted_2$3 = {
16836
+ const _hoisted_2$2 = {
16819
16837
  key: 0,
16820
16838
  class: "kds-loading-skeleton-headline-with-paragraph"
16821
16839
  };
16822
- const _hoisted_3$3 = { class: "kds-loading-skeleton-paragraph-lines" };
16840
+ const _hoisted_3$2 = { class: "kds-loading-skeleton-paragraph-lines" };
16823
16841
  const _hoisted_4$1 = {
16824
16842
  key: 1,
16825
16843
  class: "kds-loading-skeleton-input-with-label"
@@ -16838,17 +16856,17 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
16838
16856
  "v59c08829": _ctx.repeatGap
16839
16857
  }));
16840
16858
  return (_ctx, _cache) => {
16841
- return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$6, [
16859
+ return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$5, [
16842
16860
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.repeat, (index) => {
16843
16861
  return openBlock(), createElementBlock(Fragment, {
16844
16862
  key: `skeleton-${index}`
16845
16863
  }, [
16846
- __props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$3, [
16864
+ __props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$2, [
16847
16865
  createVNode(LoadingSkeletonItem, {
16848
16866
  shape: "text",
16849
16867
  class: "headline"
16850
16868
  }),
16851
- createElementVNode("div", _hoisted_3$3, [
16869
+ createElementVNode("div", _hoisted_3$2, [
16852
16870
  createVNode(LoadingSkeletonItem, { shape: "text" }),
16853
16871
  createVNode(LoadingSkeletonItem, { shape: "text" }),
16854
16872
  createVNode(LoadingSkeletonItem, { shape: "text" })
@@ -16920,12 +16938,6 @@ const kdsLoadingSkeletonVariants = Object.values(
16920
16938
  kdsLoadingSkeletonVariant
16921
16939
  );
16922
16940
 
16923
- const _hoisted_1$5 = {
16924
- key: 0,
16925
- class: "indicator-selected"
16926
- };
16927
- const _hoisted_2$2 = { class: "content" };
16928
- const _hoisted_3$2 = { class: "trailing-items" };
16929
16941
  const _sfc_main$5 = /* @__PURE__ */ defineComponent({
16930
16942
  __name: "KdsNavItem",
16931
16943
  props: {
@@ -16940,34 +16952,18 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
16940
16952
  },
16941
16953
  emits: ["click", "trailingButtonClick"],
16942
16954
  setup(__props, { emit: __emit }) {
16955
+ useCssVars((_ctx) => ({
16956
+ "v29854424": paddingRight.value
16957
+ }));
16943
16958
  const props = __props;
16944
16959
  const emit = __emit;
16945
- const onClick = (event) => {
16946
- if (props.disabled) {
16947
- event.stopPropagation();
16948
- event.preventDefault();
16949
- return;
16950
- }
16951
- emit("click", event);
16952
- };
16960
+ const onClick = (event) => emit("click", event);
16953
16961
  const onButtonClick = (event) => {
16954
16962
  event.stopPropagation();
16955
16963
  emit("trailingButtonClick", event);
16956
16964
  };
16957
16965
  const labelEl = useTemplateRef("labelEl");
16958
16966
  const { isTruncated: isLabelTruncated } = useKdsIsTruncated(labelEl);
16959
- const buttonProps = computed(() => {
16960
- return {
16961
- ...props.trailingButton,
16962
- size: "xsmall"
16963
- };
16964
- });
16965
- const badgeProps = computed(() => {
16966
- return {
16967
- ...props.badge,
16968
- size: "xxsmall"
16969
- };
16970
- });
16971
16967
  const navComponent = computed(() => {
16972
16968
  if (props.disabled || !props.to) {
16973
16969
  return "button";
@@ -16980,6 +16976,17 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
16980
16976
  }
16981
16977
  return { to: props.to };
16982
16978
  });
16979
+ const hasTrailingItems = computed(
16980
+ () => Boolean(props.trailingIcon) || Boolean(props.badge) || Boolean(props.trailingButton)
16981
+ );
16982
+ const trailingItemsEl = useTemplateRef("trailingItemsEl");
16983
+ const trailingItemsWidth = ref(0);
16984
+ useResizeObserver(trailingItemsEl, ([entry]) => {
16985
+ trailingItemsWidth.value = entry.contentRect.width;
16986
+ });
16987
+ const paddingRight = computed(
16988
+ () => hasTrailingItems.value ? `calc(${trailingItemsWidth.value}px + 2 * var(--kds-spacing-container-0-75x))` : "var(--kds-spacing-container-0-75x)"
16989
+ );
16983
16990
  return (_ctx, _cache) => {
16984
16991
  return openBlock(), createElementBlock("div", {
16985
16992
  class: normalizeClass([
@@ -16997,40 +17004,44 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
16997
17004
  onClick
16998
17005
  }), {
16999
17006
  default: withCtx(() => [
17000
- __props.selected ? (openBlock(), createElementBlock("div", _hoisted_1$5)) : createCommentVNode("", true),
17001
- createElementVNode("span", _hoisted_2$2, [
17002
- __props.leadingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
17003
- key: 0,
17004
- name: __props.leadingIcon,
17005
- size: "medium",
17006
- disabled: __props.disabled
17007
- }, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
17008
- createElementVNode("span", {
17009
- ref_key: "labelEl",
17010
- ref: labelEl,
17011
- class: "label"
17012
- }, toDisplayString(__props.label), 513)
17013
- ])
17007
+ __props.leadingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
17008
+ key: 0,
17009
+ name: __props.leadingIcon,
17010
+ size: "medium",
17011
+ disabled: __props.disabled
17012
+ }, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
17013
+ createElementVNode("span", {
17014
+ ref_key: "labelEl",
17015
+ ref: labelEl,
17016
+ class: "label"
17017
+ }, toDisplayString(__props.label), 513)
17014
17018
  ]),
17015
17019
  _: 1
17016
17020
  }, 16, ["disabled", "aria-current", "title"])),
17017
- createElementVNode("div", _hoisted_3$2, [
17021
+ hasTrailingItems.value ? (openBlock(), createElementBlock("div", {
17022
+ key: 0,
17023
+ ref_key: "trailingItemsEl",
17024
+ ref: trailingItemsEl,
17025
+ class: "trailing-items"
17026
+ }, [
17018
17027
  __props.trailingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
17019
17028
  key: 0,
17020
- class: "trailing-icon",
17021
17029
  name: __props.trailingIcon,
17022
17030
  size: "small",
17023
17031
  disabled: __props.disabled
17024
17032
  }, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
17025
- __props.badge ? (openBlock(), createBlock(unref(KdsBadge), normalizeProps(mergeProps({ key: 1 }, badgeProps.value)), null, 16)) : createCommentVNode("", true),
17026
- __props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$1l), mergeProps({ key: 2 }, buttonProps.value, { onClick: onButtonClick }), null, 16)) : createCommentVNode("", true)
17027
- ])
17033
+ __props.badge ? (openBlock(), createBlock(unref(KdsBadge), mergeProps({ key: 1 }, __props.badge, { size: "xxsmall" }), null, 16)) : createCommentVNode("", true),
17034
+ __props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$1l), mergeProps({ key: 2 }, __props.trailingButton, {
17035
+ size: "xsmall",
17036
+ onClick: onButtonClick
17037
+ }), null, 16)) : createCommentVNode("", true)
17038
+ ], 512)) : createCommentVNode("", true)
17028
17039
  ], 2);
17029
17040
  };
17030
17041
  }
17031
17042
  });
17032
17043
 
17033
- const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-d5db7ff7"]]);
17044
+ const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-17711664"]]);
17034
17045
 
17035
17046
  const _hoisted_1$4 = ["aria-label"];
17036
17047
  const _sfc_main$4 = /* @__PURE__ */ defineComponent({