@knime/kds-components 0.25.2 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/collection-BBXRVj4b.js +23 -0
  2. package/dist/collection-BBXRVj4b.js.map +1 -0
  3. package/dist/index.css +394 -138
  4. package/dist/index.js +843 -493
  5. package/dist/index.js.map +1 -1
  6. package/dist/src/accessories/Avatar/KdsAvatar.vue.d.ts.map +1 -1
  7. package/dist/src/accessories/Avatar/KdsAvatarCounter.vue.d.ts +4 -0
  8. package/dist/src/accessories/Avatar/KdsAvatarCounter.vue.d.ts.map +1 -0
  9. package/dist/src/accessories/Avatar/demo-user.d.ts +1 -1
  10. package/dist/src/accessories/Avatar/demo-user.d.ts.map +1 -1
  11. package/dist/src/accessories/Avatar/index.d.ts +1 -0
  12. package/dist/src/accessories/Avatar/index.d.ts.map +1 -1
  13. package/dist/src/accessories/Avatar/types.d.ts +18 -0
  14. package/dist/src/accessories/Avatar/types.d.ts.map +1 -1
  15. package/dist/src/accessories/LiveStatus/enums.d.ts +1 -1
  16. package/dist/src/buttons/links/KdsLink/types.d.ts +1 -1
  17. package/dist/src/buttons/links/KdsLink/types.d.ts.map +1 -1
  18. package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts +4 -4
  19. package/dist/src/buttons/links/KdsLinkButton/types.d.ts +1 -1
  20. package/dist/src/buttons/links/KdsLinkButton/types.d.ts.map +1 -1
  21. package/dist/src/containers/ListItem/KdsListItem/enums.d.ts +2 -1
  22. package/dist/src/containers/ListItem/KdsListItem/enums.d.ts.map +1 -1
  23. package/dist/src/containers/ListItem/KdsListItem/types.d.ts +1 -1
  24. package/dist/src/containers/ListItem/KdsListItem/types.d.ts.map +1 -1
  25. package/dist/src/containers/PreviewList/KdsPreviewList/KdsPreviewList.vue.d.ts +12 -0
  26. package/dist/src/containers/PreviewList/KdsPreviewList/KdsPreviewList.vue.d.ts.map +1 -0
  27. package/dist/src/containers/PreviewList/KdsPreviewList/index.d.ts +3 -0
  28. package/dist/src/containers/PreviewList/KdsPreviewList/index.d.ts.map +1 -0
  29. package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts +48 -0
  30. package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts.map +1 -0
  31. package/dist/src/containers/PreviewList/index.d.ts +3 -0
  32. package/dist/src/containers/PreviewList/index.d.ts.map +1 -0
  33. package/dist/src/containers/index.d.ts +2 -0
  34. package/dist/src/containers/index.d.ts.map +1 -1
  35. package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts.map +1 -1
  36. package/dist/src/layouts/Card/BaseCard.vue.d.ts +33 -0
  37. package/dist/src/layouts/Card/BaseCard.vue.d.ts.map +1 -0
  38. package/dist/src/layouts/Card/KdsCard.vue.d.ts +22 -0
  39. package/dist/src/layouts/Card/KdsCard.vue.d.ts.map +1 -0
  40. package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts +50 -0
  41. package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts.map +1 -0
  42. package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts +46 -0
  43. package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts.map +1 -0
  44. package/dist/src/layouts/{KdsCardClickable/KdsCardClickable.vue.d.ts → Card/KdsSelectableCard.vue.d.ts} +7 -9
  45. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts.map +1 -0
  46. package/dist/src/layouts/Card/enums.d.ts.map +1 -0
  47. package/dist/src/layouts/Card/index.d.ts +7 -0
  48. package/dist/src/layouts/Card/index.d.ts.map +1 -0
  49. package/dist/src/layouts/Card/types.d.ts +36 -0
  50. package/dist/src/layouts/Card/types.d.ts.map +1 -0
  51. package/dist/src/layouts/ContainerHeader/KdsContainerHeader.vue.d.ts +20 -0
  52. package/dist/src/layouts/ContainerHeader/KdsContainerHeader.vue.d.ts.map +1 -0
  53. package/dist/src/layouts/ContainerHeader/index.d.ts +3 -0
  54. package/dist/src/layouts/ContainerHeader/index.d.ts.map +1 -0
  55. package/dist/src/layouts/ContainerHeader/types.d.ts +7 -0
  56. package/dist/src/layouts/ContainerHeader/types.d.ts.map +1 -0
  57. package/dist/src/layouts/TabBar/KdsTabBar.vue.d.ts.map +1 -1
  58. package/dist/src/layouts/index.d.ts +4 -2
  59. package/dist/src/layouts/index.d.ts.map +1 -1
  60. package/dist/src/overlays/Modal/KdsModal.vue.d.ts +1 -1
  61. package/dist/src/types/linkTypes.d.ts.map +1 -0
  62. package/package.json +2 -2
  63. package/dist/src/buttons/links/linkTypes.d.ts.map +0 -1
  64. package/dist/src/layouts/KdsCardClickable/KdsCardClickable.vue.d.ts.map +0 -1
  65. package/dist/src/layouts/KdsCardClickable/enums.d.ts.map +0 -1
  66. package/dist/src/layouts/KdsCardClickable/index.d.ts +0 -4
  67. package/dist/src/layouts/KdsCardClickable/index.d.ts.map +0 -1
  68. package/dist/src/layouts/KdsCardClickable/types.d.ts +0 -69
  69. package/dist/src/layouts/KdsCardClickable/types.d.ts.map +0 -1
  70. /package/dist/src/layouts/{KdsCardClickable → Card}/enums.d.ts +0 -0
  71. /package/dist/src/{buttons/links → types}/linkTypes.d.ts +0 -0
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent, createPropsRestProxy, ref, watch, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, shallowRef, toRef, unref, createBlock, resolveDynamicComponent, createCommentVNode, normalizeStyle, useTemplateRef, createVNode, withCtx, renderSlot, mergeProps, h as h$1, useSlots, getCurrentInstance, useModel, mergeModels, onMounted, onUnmounted, readonly, nextTick, useId, Fragment, renderList, watchEffect, useAttrs, withKeys, withModifiers, defineAsyncComponent, onBeforeUpdate, onBeforeUnmount, useCssVars, isRef, withDirectives, vModelText, createTextVNode, normalizeProps, createSlots, guardReactiveProps } from 'vue';
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';
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,14 +9,14 @@ import './index.css';const kdsAvatarSize = {
9
9
  };
10
10
  const kdsAvatarSizes = Object.values(kdsAvatarSize);
11
11
 
12
- const _hoisted_1$X = ["role", "title", "aria-hidden", "aria-label"];
13
- const _hoisted_2$x = ["src"];
14
- const _hoisted_3$o = {
12
+ const _hoisted_1$$ = ["role", "title", "aria-hidden", "aria-label", "data-color"];
13
+ const _hoisted_2$A = ["src"];
14
+ const _hoisted_3$r = {
15
15
  key: 1,
16
16
  class: "kds-avatar-initials",
17
17
  "aria-hidden": "true"
18
18
  };
19
- const _sfc_main$1q = /* @__PURE__ */ defineComponent({
19
+ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
20
20
  __name: "KdsAvatar",
21
21
  props: {
22
22
  initials: {},
@@ -27,6 +27,22 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
27
27
  setup(__props) {
28
28
  const props = createPropsRestProxy(__props, ["size"]);
29
29
  const imageLoadFailed = ref(false);
30
+ const availableAvatarColors = [
31
+ "red",
32
+ "orange",
33
+ "yellow",
34
+ "green",
35
+ "teal",
36
+ "blue",
37
+ "purple",
38
+ "aquamarine",
39
+ "grassgreen",
40
+ "brown"
41
+ ];
42
+ const getAvatarColor = (initials) => {
43
+ const hash = initials.toUpperCase().split("").reduce((acc, char) => acc + (char.codePointAt(0) ?? 0), 0);
44
+ return availableAvatarColors[hash % availableAvatarColors.length];
45
+ };
30
46
  watch(
31
47
  () => props.src,
32
48
  () => {
@@ -44,13 +60,15 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
44
60
  const displayedInitials = computed(
45
61
  () => props.initials.trim().slice(0, 2).toUpperCase()
46
62
  );
63
+ const avatarColor = computed(() => getAvatarColor(displayedInitials.value));
47
64
  return (_ctx, _cache) => {
48
65
  return openBlock(), createElementBlock("div", {
49
66
  class: normalizeClass(["kds-avatar", __props.size]),
50
67
  role: hasTitle.value ? "img" : "presentation",
51
68
  title: hasTitle.value ? accessibleTitle.value : void 0,
52
69
  "aria-hidden": !hasTitle.value ? "true" : void 0,
53
- "aria-label": hasTitle.value ? accessibleTitle.value : void 0
70
+ "aria-label": hasTitle.value ? accessibleTitle.value : void 0,
71
+ "data-color": avatarColor.value
54
72
  }, [
55
73
  shouldShowImage.value ? (openBlock(), createElementBlock("img", {
56
74
  key: 0,
@@ -59,10 +77,10 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
59
77
  alt: "",
60
78
  "aria-hidden": "true",
61
79
  onError: onImageError
62
- }, null, 40, _hoisted_2$x)) : (openBlock(), createElementBlock("div", _hoisted_3$o, [
80
+ }, null, 40, _hoisted_2$A)) : (openBlock(), createElementBlock("div", _hoisted_3$r, [
63
81
  createElementVNode("span", null, toDisplayString(displayedInitials.value), 1)
64
82
  ]))
65
- ], 10, _hoisted_1$X);
83
+ ], 10, _hoisted_1$$);
66
84
  };
67
85
  }
68
86
  });
@@ -75,7 +93,56 @@ const _export_sfc = (sfc, props) => {
75
93
  return target;
76
94
  };
77
95
 
78
- const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["__scopeId", "data-v-c90668bf"]]);
96
+ const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-681eadc1"]]);
97
+
98
+ const _hoisted_1$_ = ["aria-label"];
99
+ const _hoisted_2$z = { class: "avatars" };
100
+ const _hoisted_3$q = {
101
+ key: 0,
102
+ class: "more-count",
103
+ "aria-hidden": "true"
104
+ };
105
+ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
106
+ __name: "KdsAvatarCounter",
107
+ props: {
108
+ moreCount: { default: 0 },
109
+ size: { default: () => kdsAvatarSize.XLARGE },
110
+ avatars: {}
111
+ },
112
+ setup(__props) {
113
+ const ariaLabel = computed(() => {
114
+ const prefix = "Avatar of ";
115
+ const users = __props.avatars.map((avatar) => avatar.title ?? avatar.initials).join(", ");
116
+ const moreText = ` and ${__props.moreCount} more.`;
117
+ return [prefix, users, __props.moreCount > 0 ? moreText : "."].join("");
118
+ });
119
+ return (_ctx, _cache) => {
120
+ return openBlock(), createElementBlock("div", {
121
+ class: "kds-avatar-counter",
122
+ role: "group",
123
+ "aria-label": ariaLabel.value
124
+ }, [
125
+ createElementVNode("div", _hoisted_2$z, [
126
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.avatars, (avatar, index) => {
127
+ return openBlock(), createBlock(KdsAvatar, {
128
+ key: index,
129
+ "aria-hidden": "true",
130
+ style: normalizeStyle({ zIndex: __props.avatars.length - index }),
131
+ class: "avatar",
132
+ size: __props.size,
133
+ initials: avatar.initials,
134
+ title: avatar.title,
135
+ src: avatar.src
136
+ }, null, 8, ["style", "size", "initials", "title", "src"]);
137
+ }), 128))
138
+ ]),
139
+ __props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$q, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
140
+ ], 8, _hoisted_1$_);
141
+ };
142
+ }
143
+ });
144
+
145
+ const KdsAvatarCounter = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-1aef516d"]]);
79
146
 
80
147
  const __variableDynamicImportRuntimeHelper = (glob$1, path$13, segs) => {
81
148
  const v = glob$1[path$13];
@@ -98,7 +165,7 @@ function useIcon({
98
165
  iconComponent.value = iconCache.get(newName);
99
166
  return;
100
167
  }
101
- __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/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) => {
168
+ __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) => {
102
169
  iconCache.set(newName, module.default);
103
170
  iconComponent.value = module.default;
104
171
  }).catch((error) => {
@@ -117,7 +184,7 @@ function useIcon({
117
184
  return iconComponent;
118
185
  }
119
186
 
120
- const _sfc_main$1p = /* @__PURE__ */ defineComponent({
187
+ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
121
188
  __name: "KdsIcon",
122
189
  props: {
123
190
  name: {},
@@ -146,7 +213,7 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
146
213
  }
147
214
  });
148
215
 
149
- const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-fb124eb6"]]);
216
+ const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-fb124eb6"]]);
150
217
 
151
218
  const ID_TO_ICON_MAP = {
152
219
  // Flow Variables
@@ -272,6 +339,7 @@ const iconNames = [
272
339
  "cloud-upload",
273
340
  "cloud-workflow",
274
341
  "code-block",
342
+ "collection",
275
343
  "color-picker",
276
344
  "comment",
277
345
  "component",
@@ -483,8 +551,8 @@ const kdsDataTypeSize = {
483
551
  };
484
552
  const kdsDataTypeSizes = Object.values(kdsDataTypeSize);
485
553
 
486
- const _hoisted_1$W = ["title"];
487
- const _sfc_main$1o = /* @__PURE__ */ defineComponent({
554
+ const _hoisted_1$Z = ["title"];
555
+ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
488
556
  __name: "KdsDataType",
489
557
  props: {
490
558
  iconName: { default: "unknown-datatype" },
@@ -524,12 +592,12 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
524
592
  "aria-hidden": "true",
525
593
  focusable: "false"
526
594
  }, null, 8, ["class"]))
527
- ], 10, _hoisted_1$W);
595
+ ], 10, _hoisted_1$Z);
528
596
  };
529
597
  }
530
598
  });
531
599
 
532
- const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-3b8ebdbd"]]);
600
+ const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__scopeId", "data-v-3b8ebdbd"]]);
533
601
 
534
602
  const kdsBadgeVariant = {
535
603
  NEUTRAL: "neutral",
@@ -546,8 +614,8 @@ const kdsBadgeSize = {
546
614
  };
547
615
  const kdsBadgeSizes = Object.values(kdsBadgeSize);
548
616
 
549
- const _hoisted_1$V = { class: "label-wrapper" };
550
- const _sfc_main$1n = /* @__PURE__ */ defineComponent({
617
+ const _hoisted_1$Y = { class: "label-wrapper" };
618
+ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
551
619
  __name: "KdsBadge",
552
620
  props: {
553
621
  label: {},
@@ -569,13 +637,13 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
569
637
  name: __props.leadingIcon,
570
638
  size: sizeToIconSize[__props.size]
571
639
  }, null, 8, ["name", "size"])) : createCommentVNode("", true),
572
- createElementVNode("span", _hoisted_1$V, toDisplayString(__props.label), 1)
640
+ createElementVNode("span", _hoisted_1$Y, toDisplayString(__props.label), 1)
573
641
  ], 2);
574
642
  };
575
643
  }
576
644
  });
577
645
 
578
- const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["__scopeId", "data-v-df64f7cf"]]);
646
+ const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-df64f7cf"]]);
579
647
 
580
648
  const kdsColorSwatchType = {
581
649
  LEARNER: "learner",
@@ -594,14 +662,14 @@ const kdsColorSwatchSize = {
594
662
  };
595
663
  const kdsColorSwatchSizes = Object.values(kdsColorSwatchSize);
596
664
 
597
- const _hoisted_1$U = ["role", "title", "aria-hidden", "aria-label"];
665
+ const _hoisted_1$X = ["role", "title", "aria-hidden", "aria-label"];
598
666
  const RGBA_SHORT_HEX_LENGTH = 4;
599
667
  const RGBA_LONG_HEX_LENGTH = 8;
600
668
  const ALPHA_NIBBLE_INDEX = 3;
601
669
  const ALPHA_BYTE_START = 6;
602
670
  const RGB_SHORT_HEX_LENGTH = 3;
603
671
  const RGB_LONG_HEX_LENGTH = 6;
604
- const _sfc_main$1m = /* @__PURE__ */ defineComponent({
672
+ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
605
673
  __name: "KdsColorSwatch",
606
674
  props: {
607
675
  color: {},
@@ -676,12 +744,12 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
676
744
  style: normalizeStyle(swatchStyle.value),
677
745
  "aria-hidden": hasTitle.value ? void 0 : "true",
678
746
  "aria-label": hasTitle.value ? accessibleTitle.value : void 0
679
- }, null, 14, _hoisted_1$U);
747
+ }, null, 14, _hoisted_1$X);
680
748
  };
681
749
  }
682
750
  });
683
751
 
684
- const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__scopeId", "data-v-91e0130d"]]);
752
+ const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["__scopeId", "data-v-91e0130d"]]);
685
753
 
686
754
  const kdsDarkModeType = {
687
755
  LIGHT: "light",
@@ -801,9 +869,9 @@ function useKdsIsTruncated(elementRef) {
801
869
  return { isTruncated };
802
870
  }
803
871
 
804
- const _hoisted_1$T = ["title", "aria-label"];
805
- const _hoisted_2$w = ["title"];
806
- const _sfc_main$1l = /* @__PURE__ */ defineComponent({
872
+ const _hoisted_1$W = ["title", "aria-label"];
873
+ const _hoisted_2$y = ["title"];
874
+ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
807
875
  __name: "KdsLiveStatus",
808
876
  props: {
809
877
  status: { default: "red" },
@@ -832,13 +900,13 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
832
900
  ref: labelEl,
833
901
  class: "label",
834
902
  title: unref(isTruncated) ? __props.label : void 0
835
- }, toDisplayString(__props.label), 9, _hoisted_2$w)) : createCommentVNode("", true)
836
- ], 10, _hoisted_1$T);
903
+ }, toDisplayString(__props.label), 9, _hoisted_2$y)) : createCommentVNode("", true)
904
+ ], 10, _hoisted_1$W);
837
905
  };
838
906
  }
839
907
  });
840
908
 
841
- const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__scopeId", "data-v-01555495"]]);
909
+ const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__scopeId", "data-v-01555495"]]);
842
910
 
843
911
  const kdsLiveStatusStatus = {
844
912
  RED: "red",
@@ -854,8 +922,8 @@ const kdsLiveStatusSize = {
854
922
  };
855
923
  const kdsLiveStatusSizes = Object.values(kdsLiveStatusSize);
856
924
 
857
- const _hoisted_1$S = ["data-style"];
858
- const _sfc_main$1k = /* @__PURE__ */ defineComponent({
925
+ const _hoisted_1$V = ["data-style"];
926
+ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
859
927
  __name: "KdsLoadingSpinner",
860
928
  props: {
861
929
  size: { default: "medium" },
@@ -880,12 +948,12 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
880
948
  cy: "60",
881
949
  r: "50"
882
950
  }, null, -1)
883
- ])], 10, _hoisted_1$S);
951
+ ])], 10, _hoisted_1$V);
884
952
  };
885
953
  }
886
954
  });
887
955
 
888
- const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["__scopeId", "data-v-54835dc0"]]);
956
+ const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["__scopeId", "data-v-54835dc0"]]);
889
957
 
890
958
  const kdsLoadingSpinnerVariant = {
891
959
  ON_PRIMARY: "onPrimary",
@@ -895,14 +963,14 @@ const kdsLoadingSpinnerVariants = Object.values(
895
963
  kdsLoadingSpinnerVariant
896
964
  );
897
965
 
898
- const _hoisted_1$R = ["role"];
899
- const _hoisted_2$v = { class: "header" };
900
- const _hoisted_3$n = { class: "headline" };
901
- const _hoisted_4$i = {
966
+ const _hoisted_1$U = ["role"];
967
+ const _hoisted_2$x = { class: "header" };
968
+ const _hoisted_3$p = { class: "headline" };
969
+ const _hoisted_4$j = {
902
970
  key: 0,
903
971
  class: "body"
904
972
  };
905
- const _sfc_main$1j = /* @__PURE__ */ defineComponent({
973
+ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
906
974
  __name: "KdsInlineMessage",
907
975
  props: {
908
976
  headline: {},
@@ -933,21 +1001,21 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
933
1001
  class: normalizeClass(classes.value),
934
1002
  role: role.value
935
1003
  }, [
936
- createElementVNode("div", _hoisted_2$v, [
1004
+ createElementVNode("div", _hoisted_2$x, [
937
1005
  createVNode(KdsIcon, {
938
1006
  class: "icon",
939
1007
  name: iconName.value,
940
1008
  size: "small"
941
1009
  }, null, 8, ["name"]),
942
- createElementVNode("div", _hoisted_3$n, toDisplayString(props.headline), 1)
1010
+ createElementVNode("div", _hoisted_3$p, toDisplayString(props.headline), 1)
943
1011
  ]),
944
- props.description ? (openBlock(), createElementBlock("div", _hoisted_4$i, toDisplayString(props.description), 1)) : createCommentVNode("", true)
945
- ], 10, _hoisted_1$R);
1012
+ props.description ? (openBlock(), createElementBlock("div", _hoisted_4$j, toDisplayString(props.description), 1)) : createCommentVNode("", true)
1013
+ ], 10, _hoisted_1$U);
946
1014
  };
947
1015
  }
948
1016
  });
949
1017
 
950
- const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__scopeId", "data-v-af14056f"]]);
1018
+ const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-af14056f"]]);
951
1019
 
952
1020
  const kdsInlineMessageVariant = {
953
1021
  ERROR: "error",
@@ -957,12 +1025,12 @@ const kdsInlineMessageVariant = {
957
1025
  };
958
1026
  const kdsInlineMessageVariants = Object.values(kdsInlineMessageVariant);
959
1027
 
960
- const _hoisted_1$Q = { class: "donut-container" };
961
- const _hoisted_2$u = ["height", "width", "viewBox"];
962
- const _hoisted_3$m = ["r", "stroke-width"];
963
- const _hoisted_4$h = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
964
- const _hoisted_5$8 = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
965
- const _hoisted_6$7 = {
1028
+ const _hoisted_1$T = { class: "donut-container" };
1029
+ const _hoisted_2$w = ["height", "width", "viewBox"];
1030
+ const _hoisted_3$o = ["r", "stroke-width"];
1031
+ const _hoisted_4$i = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
1032
+ const _hoisted_5$9 = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
1033
+ const _hoisted_6$8 = {
966
1034
  key: 0,
967
1035
  class: "donut-text"
968
1036
  };
@@ -974,7 +1042,7 @@ const _hoisted_8$2 = {
974
1042
  const radius = 22;
975
1043
  const innerRadius = 10;
976
1044
  const backgroundStrokeOffset = 0.5;
977
- const _sfc_main$1i = /* @__PURE__ */ defineComponent({
1045
+ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
978
1046
  __name: "KdsDonutChart",
979
1047
  props: {
980
1048
  value: {},
@@ -1022,7 +1090,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
1022
1090
  const transformWedge = computed(() => `rotate(-90, ${radius}, ${radius})`);
1023
1091
  const disabled = computed(() => !Number.isFinite(__props.maxValue));
1024
1092
  return (_ctx, _cache) => {
1025
- return openBlock(), createElementBlock("div", _hoisted_1$Q, [
1093
+ return openBlock(), createElementBlock("div", _hoisted_1$T, [
1026
1094
  (openBlock(), createElementBlock("svg", {
1027
1095
  height: diameter.value,
1028
1096
  width: diameter.value,
@@ -1036,7 +1104,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
1036
1104
  r: r.value,
1037
1105
  "stroke-width": backgroundStrokeWidth.value,
1038
1106
  fill: "transparent"
1039
- }, null, 8, _hoisted_3$m),
1107
+ }, null, 8, _hoisted_3$o),
1040
1108
  __props.secondaryValue && !disabled.value ? (openBlock(), createElementBlock("circle", {
1041
1109
  key: 0,
1042
1110
  class: normalizeClass(["value-wedge", "secondary-circle", { animate: __props.animate }]),
@@ -1048,7 +1116,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
1048
1116
  "stroke-dashoffset": secondaryStrokeDashOffset.value,
1049
1117
  fill: "transparent",
1050
1118
  transform: transformWedge.value
1051
- }, null, 10, _hoisted_4$h)) : createCommentVNode("", true),
1119
+ }, null, 10, _hoisted_4$i)) : createCommentVNode("", true),
1052
1120
  !disabled.value ? (openBlock(), createElementBlock("circle", {
1053
1121
  key: 1,
1054
1122
  class: normalizeClass(["value-wedge", "primary-circle", { animate: __props.animate }]),
@@ -1060,9 +1128,9 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
1060
1128
  "stroke-dashoffset": strokeDashOffset.value,
1061
1129
  fill: "transparent",
1062
1130
  transform: transformWedge.value
1063
- }, null, 10, _hoisted_5$8)) : createCommentVNode("", true)
1064
- ], 8, _hoisted_2$u)),
1065
- __props.title ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
1131
+ }, null, 10, _hoisted_5$9)) : createCommentVNode("", true)
1132
+ ], 8, _hoisted_2$w)),
1133
+ __props.title ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
1066
1134
  createElementVNode("div", _hoisted_7$3, toDisplayString(__props.title), 1),
1067
1135
  __props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$2, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
1068
1136
  ])) : createCommentVNode("", true)
@@ -1071,22 +1139,22 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
1071
1139
  }
1072
1140
  });
1073
1141
 
1074
- const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-66e88c70"]]);
1142
+ const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-c5a5b387"]]);
1075
1143
 
1076
- const _sfc_main$1h = { };
1144
+ const _sfc_main$1n = { };
1077
1145
 
1078
- const _hoisted_1$P = { class: "kds-divider" };
1146
+ const _hoisted_1$S = { class: "kds-divider" };
1079
1147
 
1080
1148
  function _sfc_render(_ctx, _cache) {
1081
- return (openBlock(), createElementBlock("hr", _hoisted_1$P))
1149
+ return (openBlock(), createElementBlock("hr", _hoisted_1$S))
1082
1150
  }
1083
- const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$1h, [['render',_sfc_render],['__scopeId',"data-v-4d059bd3"]]);
1151
+ const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$1n, [['render',_sfc_render],['__scopeId',"data-v-4d059bd3"]]);
1084
1152
 
1085
- const _hoisted_1$O = {
1153
+ const _hoisted_1$R = {
1086
1154
  key: 0,
1087
1155
  class: "label"
1088
1156
  };
1089
- const _sfc_main$1g = /* @__PURE__ */ defineComponent({
1157
+ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
1090
1158
  __name: "BaseButton",
1091
1159
  props: {
1092
1160
  size: { default: "medium" },
@@ -1148,7 +1216,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
1148
1216
  size: iconSize.value
1149
1217
  }, null, 8, ["name", "size"])) : createCommentVNode("", true)
1150
1218
  ], true),
1151
- props.label ? (openBlock(), createElementBlock("span", _hoisted_1$O, toDisplayString(props.label), 1)) : createCommentVNode("", true),
1219
+ props.label ? (openBlock(), createElementBlock("span", _hoisted_1$R, toDisplayString(props.label), 1)) : createCommentVNode("", true),
1152
1220
  props.trailingIcon && props.label ? (openBlock(), createBlock(KdsIcon, {
1153
1221
  key: 1,
1154
1222
  name: props.trailingIcon,
@@ -1161,9 +1229,9 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
1161
1229
  }
1162
1230
  });
1163
1231
 
1164
- const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-80e22f2e"]]);
1232
+ const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__scopeId", "data-v-80e22f2e"]]);
1165
1233
 
1166
- const _sfc_main$1f = /* @__PURE__ */ defineComponent({
1234
+ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
1167
1235
  __name: "KdsButton",
1168
1236
  props: {
1169
1237
  size: {},
@@ -1228,7 +1296,7 @@ function isExternalUrl(url) {
1228
1296
  return true;
1229
1297
  }
1230
1298
 
1231
- const _sfc_main$1e = /* @__PURE__ */ defineComponent({
1299
+ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
1232
1300
  __name: "KdsLinkButton",
1233
1301
  props: {
1234
1302
  size: {},
@@ -1457,12 +1525,12 @@ function prettyBytes(number, options) {
1457
1525
  return applyFixedWidth(result, options.fixedWidth);
1458
1526
  }
1459
1527
 
1460
- const _hoisted_1$N = { class: "label" };
1461
- const _hoisted_2$t = {
1528
+ const _hoisted_1$Q = { class: "label" };
1529
+ const _hoisted_2$v = {
1462
1530
  key: 1,
1463
1531
  class: "file-size"
1464
1532
  };
1465
- const _sfc_main$1d = /* @__PURE__ */ defineComponent({
1533
+ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
1466
1534
  __name: "KdsLink",
1467
1535
  props: {
1468
1536
  to: {},
@@ -1552,13 +1620,13 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
1552
1620
  onClick
1553
1621
  }, {
1554
1622
  default: withCtx(() => [
1555
- createElementVNode("span", _hoisted_1$N, toDisplayString(__props.label), 1),
1623
+ createElementVNode("span", _hoisted_1$Q, toDisplayString(__props.label), 1),
1556
1624
  variant.value === "external" ? (openBlock(), createBlock(KdsIcon, {
1557
1625
  key: 0,
1558
1626
  name: "external-link",
1559
1627
  size: "xsmall"
1560
1628
  })) : createCommentVNode("", true),
1561
- normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$t, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
1629
+ normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$v, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
1562
1630
  ]),
1563
1631
  _: 1
1564
1632
  }, 8, ["class", "to", "download", "target", "rel", "title", "aria-disabled"]);
@@ -1566,9 +1634,9 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
1566
1634
  }
1567
1635
  });
1568
1636
 
1569
- const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-56e748a8"]]);
1637
+ const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__scopeId", "data-v-56e748a8"]]);
1570
1638
 
1571
- const _sfc_main$1c = /* @__PURE__ */ defineComponent({
1639
+ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
1572
1640
  __name: "KdsToggleButton",
1573
1641
  props: /* @__PURE__ */ mergeModels({
1574
1642
  size: {},
@@ -1604,9 +1672,9 @@ const kdsToggleButtonVariant = {
1604
1672
  };
1605
1673
  const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
1606
1674
 
1607
- const _hoisted_1$M = ["data-visible"];
1608
- const _hoisted_2$s = ["data-visible"];
1609
- const _sfc_main$1b = /* @__PURE__ */ defineComponent({
1675
+ const _hoisted_1$P = ["data-visible"];
1676
+ const _hoisted_2$u = ["data-visible"];
1677
+ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
1610
1678
  __name: "KdsProgressButton",
1611
1679
  props: /* @__PURE__ */ mergeModels({
1612
1680
  size: { default: "medium" },
@@ -1667,7 +1735,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
1667
1735
  name: props.leadingIcon,
1668
1736
  size: iconSize.value
1669
1737
  }, null, 8, ["name", "size"])
1670
- ], 8, _hoisted_1$M),
1738
+ ], 8, _hoisted_1$P),
1671
1739
  createElementVNode("span", {
1672
1740
  class: "spinner",
1673
1741
  "data-visible": state.value === "progress"
@@ -1676,7 +1744,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
1676
1744
  size: iconSize.value,
1677
1745
  variant: __props.variant === "filled" ? "onPrimary" : "onSurface"
1678
1746
  }, null, 8, ["size", "variant"])
1679
- ], 8, _hoisted_2$s)
1747
+ ], 8, _hoisted_2$u)
1680
1748
  ], 2)
1681
1749
  ]),
1682
1750
  _: 1
@@ -1685,7 +1753,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
1685
1753
  }
1686
1754
  });
1687
1755
 
1688
- const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-d38d7ade"]]);
1756
+ const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-d38d7ade"]]);
1689
1757
 
1690
1758
  const kdsProgressButtonState = {
1691
1759
  DEFAULT: "default",
@@ -1909,7 +1977,7 @@ const useStableItemIds = (options) => {
1909
1977
  return { itemsWithPrefix, idPrefix, toUnprefixedId };
1910
1978
  };
1911
1979
 
1912
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
1980
+ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
1913
1981
  __name: "ListItemAccessory",
1914
1982
  props: {
1915
1983
  accessory: {},
@@ -1955,18 +2023,18 @@ const kdsListItemAccessorySize = {
1955
2023
  LARGE: "large"
1956
2024
  };
1957
2025
 
1958
- const _hoisted_1$L = ["id", "role", "aria-selected", "aria-disabled"];
1959
- const _hoisted_2$r = {
2026
+ const _hoisted_1$O = ["id", "role", "aria-selected", "aria-disabled"];
2027
+ const _hoisted_2$t = {
1960
2028
  key: 0,
1961
2029
  class: "accessory"
1962
2030
  };
1963
- const _hoisted_3$l = { class: "content" };
1964
- const _hoisted_4$g = ["title"];
1965
- const _hoisted_5$7 = {
2031
+ const _hoisted_3$n = { class: "content" };
2032
+ const _hoisted_4$h = ["title"];
2033
+ const _hoisted_5$8 = {
1966
2034
  key: 0,
1967
2035
  class: "prefix"
1968
2036
  };
1969
- const _hoisted_6$6 = ["title"];
2037
+ const _hoisted_6$7 = ["title"];
1970
2038
  const _hoisted_7$2 = { class: "trailing-item" };
1971
2039
  const _hoisted_8$1 = {
1972
2040
  key: 0,
@@ -1976,11 +2044,11 @@ const _hoisted_9$1 = {
1976
2044
  key: 3,
1977
2045
  class: "trailing-item-reserve-space"
1978
2046
  };
1979
- const _sfc_main$19 = /* @__PURE__ */ defineComponent({
2047
+ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
1980
2048
  __name: "KdsListItem",
1981
2049
  props: {
1982
2050
  id: {},
1983
- label: {},
2051
+ text: {},
1984
2052
  accessory: {},
1985
2053
  subText: {},
1986
2054
  variant: { default: () => kdsListItemVariant.SMALL },
@@ -2034,32 +2102,32 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
2034
2102
  ]),
2035
2103
  onClick
2036
2104
  }, [
2037
- props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$r, [
2038
- createVNode(_sfc_main$1a, {
2105
+ props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$t, [
2106
+ createVNode(_sfc_main$1g, {
2039
2107
  accessory: props.accessory,
2040
2108
  size: accessorySize.value,
2041
2109
  disabled: __props.disabled
2042
2110
  }, null, 8, ["accessory", "size", "disabled"])
2043
2111
  ])) : createCommentVNode("", true),
2044
- createElementVNode("span", _hoisted_3$l, [
2112
+ createElementVNode("span", _hoisted_3$n, [
2045
2113
  createElementVNode("span", {
2046
2114
  ref_key: "labelEl",
2047
2115
  ref: labelEl,
2048
2116
  class: "label",
2049
- title: unref(isLabelTruncated) ? props.label : void 0
2117
+ title: unref(isLabelTruncated) ? props.text : void 0
2050
2118
  }, [
2051
- __props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$7, "(Missing) ")) : createCommentVNode("", true),
2119
+ __props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$8, "(Missing) ")) : createCommentVNode("", true),
2052
2120
  createElementVNode("span", {
2053
2121
  class: normalizeClass({ special: __props.special })
2054
- }, toDisplayString(props.label), 3)
2055
- ], 8, _hoisted_4$g),
2122
+ }, toDisplayString(props.text), 3)
2123
+ ], 8, _hoisted_4$h),
2056
2124
  props.subText ? (openBlock(), createElementBlock("span", {
2057
2125
  key: 0,
2058
2126
  ref_key: "subtextEl",
2059
2127
  ref: subtextEl,
2060
2128
  class: "subtext",
2061
2129
  title: unref(isSubtextTruncated) ? props.subText : void 0
2062
- }, toDisplayString(props.subText), 9, _hoisted_6$6)) : createCommentVNode("", true)
2130
+ }, toDisplayString(props.subText), 9, _hoisted_6$7)) : createCommentVNode("", true)
2063
2131
  ]),
2064
2132
  createElementVNode("span", _hoisted_7$2, [
2065
2133
  props.shortcut ? (openBlock(), createElementBlock("kbd", _hoisted_8$1, toDisplayString(props.shortcut), 1)) : props.badge ? (openBlock(), createBlock(KdsBadge, {
@@ -2075,20 +2143,20 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
2075
2143
  }, null, 8, ["name"])) : createCommentVNode("", true),
2076
2144
  !props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_9$1)) : createCommentVNode("", true)
2077
2145
  ])
2078
- ], 10, _hoisted_1$L);
2146
+ ], 10, _hoisted_1$O);
2079
2147
  };
2080
2148
  }
2081
2149
  });
2082
2150
 
2083
- const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-def6165b"]]);
2151
+ const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-9625480f"]]);
2084
2152
 
2085
- const _hoisted_1$K = { class: "kds-list-item-section-title" };
2086
- const _hoisted_2$q = {
2153
+ const _hoisted_1$N = { class: "kds-list-item-section-title" };
2154
+ const _hoisted_2$s = {
2087
2155
  key: 0,
2088
2156
  class: "icon"
2089
2157
  };
2090
- const _hoisted_3$k = ["title"];
2091
- const _sfc_main$18 = /* @__PURE__ */ defineComponent({
2158
+ const _hoisted_3$m = ["title"];
2159
+ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
2092
2160
  __name: "ListItemSectionTitle",
2093
2161
  props: {
2094
2162
  label: {},
@@ -2099,8 +2167,8 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
2099
2167
  const labelEl = useTemplateRef("labelEl");
2100
2168
  const { isTruncated } = useKdsIsTruncated(labelEl);
2101
2169
  return (_ctx, _cache) => {
2102
- return openBlock(), createElementBlock("div", _hoisted_1$K, [
2103
- props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$q, [
2170
+ return openBlock(), createElementBlock("div", _hoisted_1$N, [
2171
+ props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$s, [
2104
2172
  createVNode(KdsIcon, {
2105
2173
  name: props.leadingIcon,
2106
2174
  size: "small"
@@ -2111,15 +2179,15 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
2111
2179
  ref: labelEl,
2112
2180
  class: "label",
2113
2181
  title: unref(isTruncated) ? props.label : void 0
2114
- }, toDisplayString(props.label), 9, _hoisted_3$k)
2182
+ }, toDisplayString(props.label), 9, _hoisted_3$m)
2115
2183
  ]);
2116
2184
  };
2117
2185
  }
2118
2186
  });
2119
2187
 
2120
- const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-5eeb1226"]]);
2188
+ const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-5eeb1226"]]);
2121
2189
 
2122
- const _sfc_main$17 = /* @__PURE__ */ defineComponent({
2190
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
2123
2191
  __name: "KdsMenuItem",
2124
2192
  props: {
2125
2193
  item: {},
@@ -2141,7 +2209,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
2141
2209
  key: 1,
2142
2210
  id: __props.item.id,
2143
2211
  accessory: __props.item.accessory,
2144
- label: __props.item.text,
2212
+ text: __props.item.text,
2145
2213
  "sub-text": __props.item.subText,
2146
2214
  disabled: __props.item.disabled,
2147
2215
  active: __props.activeId === __props.item.id,
@@ -2151,7 +2219,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
2151
2219
  role: "menuitem"
2152
2220
  }, _ctx.$attrs, {
2153
2221
  onClick: _cache[0] || (_cache[0] = ($event) => !__props.item.disabled && _ctx.$emit("click", $event))
2154
- }), null, 16, ["id", "accessory", "label", "sub-text", "disabled", "active", "variant", "badge", "shortcut"])),
2222
+ }), null, 16, ["id", "accessory", "text", "sub-text", "disabled", "active", "variant", "badge", "shortcut"])),
2155
2223
  __props.item.separator && !__props.isLast ? (openBlock(), createBlock(unref(KdsDivider), {
2156
2224
  key: 2,
2157
2225
  class: "kds-list-item-divider",
@@ -2163,8 +2231,8 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
2163
2231
  }
2164
2232
  });
2165
2233
 
2166
- const _hoisted_1$J = ["id", "aria-label", "aria-activedescendant"];
2167
- const _sfc_main$16 = /* @__PURE__ */ defineComponent({
2234
+ const _hoisted_1$M = ["id", "aria-label", "aria-activedescendant"];
2235
+ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
2168
2236
  __name: "KdsMenuContainer",
2169
2237
  props: {
2170
2238
  id: {},
@@ -2234,7 +2302,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
2234
2302
  "aria-activedescendant": unref(activeId)
2235
2303
  }, [
2236
2304
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(itemsWithPrefix), (item, index) => {
2237
- return openBlock(), createBlock(_sfc_main$17, {
2305
+ return openBlock(), createBlock(_sfc_main$1d, {
2238
2306
  key: item.id,
2239
2307
  item,
2240
2308
  "is-last": index === unref(itemsWithPrefix).length - 1,
@@ -2243,12 +2311,12 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
2243
2311
  onClick: ($event) => handleItemInteraction(item, $event)
2244
2312
  }, null, 8, ["item", "is-last", "active-id", "variant", "onClick"]);
2245
2313
  }), 128))
2246
- ], 12, _hoisted_1$J);
2314
+ ], 12, _hoisted_1$M);
2247
2315
  };
2248
2316
  }
2249
2317
  });
2250
2318
 
2251
- const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-76ab9f2c"]]);
2319
+ const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-76ab9f2c"]]);
2252
2320
 
2253
2321
  const kdsPopoverPlacement = {
2254
2322
  CUSTOM: "custom"
@@ -2256,12 +2324,12 @@ const kdsPopoverPlacement = {
2256
2324
  const kdsPopoverType = {
2257
2325
  AUTO: "auto"};
2258
2326
 
2259
- const _hoisted_1$I = ["id", "popover", "role"];
2260
- const _hoisted_2$p = {
2327
+ const _hoisted_1$L = ["id", "popover", "role"];
2328
+ const _hoisted_2$r = {
2261
2329
  key: 0,
2262
2330
  class: "kds-popover-default-content"
2263
2331
  };
2264
- const _sfc_main$15 = /* @__PURE__ */ defineComponent({
2332
+ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
2265
2333
  __name: "KdsPopover",
2266
2334
  props: /* @__PURE__ */ mergeModels({
2267
2335
  role: {},
@@ -2319,21 +2387,21 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
2319
2387
  onToggle
2320
2388
  }, [
2321
2389
  renderSlot(_ctx.$slots, "default", {}, () => [
2322
- props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$p, toDisplayString(props.content), 1)) : createCommentVNode("", true)
2390
+ props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$r, toDisplayString(props.content), 1)) : createCommentVNode("", true)
2323
2391
  ], true)
2324
- ], 46, _hoisted_1$I);
2392
+ ], 46, _hoisted_1$L);
2325
2393
  };
2326
2394
  }
2327
2395
  });
2328
2396
 
2329
- const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-1e5f9d24"]]);
2397
+ const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-1e5f9d24"]]);
2330
2398
 
2331
2399
  const KdsPopover$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
2332
2400
  __proto__: null,
2333
2401
  default: KdsPopover
2334
2402
  }, Symbol.toStringTag, { value: 'Module' }));
2335
2403
 
2336
- const _sfc_main$14 = /* @__PURE__ */ defineComponent({
2404
+ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
2337
2405
  ...{
2338
2406
  inheritAttrs: false
2339
2407
  },
@@ -2383,7 +2451,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
2383
2451
  __expose({ menuButtonEl });
2384
2452
  return (_ctx, _cache) => {
2385
2453
  return openBlock(), createElementBlock(Fragment, null, [
2386
- createVNode(_sfc_main$1c, mergeProps({
2454
+ createVNode(_sfc_main$1i, mergeProps({
2387
2455
  ref: "menuButton",
2388
2456
  modelValue: isMenuOpen.value,
2389
2457
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = $event)
@@ -2416,7 +2484,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
2416
2484
  }
2417
2485
  });
2418
2486
 
2419
- const _sfc_main$13 = /* @__PURE__ */ defineComponent({
2487
+ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
2420
2488
  __name: "KdsSplitButton",
2421
2489
  props: {
2422
2490
  size: { default: "medium" },
@@ -2503,7 +2571,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
2503
2571
  }
2504
2572
  });
2505
2573
 
2506
- const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-8f48b87a"]]);
2574
+ const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-8f48b87a"]]);
2507
2575
 
2508
2576
  const kdsButtonSize = {
2509
2577
  XSMALL: "xsmall",
@@ -2519,17 +2587,17 @@ const kdsButtonVariant = {
2519
2587
  };
2520
2588
  const kdsButtonVariants = Object.values(kdsButtonVariant);
2521
2589
 
2522
- const _hoisted_1$H = ["aria-disabled"];
2523
- const _hoisted_2$o = { class: "kds-empty-state-headline" };
2524
- const _hoisted_3$j = {
2590
+ const _hoisted_1$K = ["aria-disabled"];
2591
+ const _hoisted_2$q = { class: "kds-empty-state-headline" };
2592
+ const _hoisted_3$l = {
2525
2593
  key: 1,
2526
2594
  class: "kds-empty-state-description"
2527
2595
  };
2528
- const _hoisted_4$f = {
2596
+ const _hoisted_4$g = {
2529
2597
  key: 2,
2530
2598
  class: "kds-empty-state-action"
2531
2599
  };
2532
- const _sfc_main$12 = /* @__PURE__ */ defineComponent({
2600
+ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
2533
2601
  __name: "KdsEmptyState",
2534
2602
  props: {
2535
2603
  headline: {},
@@ -2547,13 +2615,13 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
2547
2615
  () => props.button && "to" in props.button && props.button.to !== void 0
2548
2616
  );
2549
2617
  const buttonComponent = computed(
2550
- () => isLinkButton.value ? _sfc_main$1e : _sfc_main$1f
2618
+ () => isLinkButton.value ? _sfc_main$1k : _sfc_main$1l
2551
2619
  );
2552
2620
  const isSecondaryLinkButton = computed(
2553
2621
  () => props.secondaryButton && "to" in props.secondaryButton && props.secondaryButton.to !== void 0
2554
2622
  );
2555
2623
  const secondaryButtonComponent = computed(
2556
- () => isSecondaryLinkButton.value ? _sfc_main$1e : _sfc_main$1f
2624
+ () => isSecondaryLinkButton.value ? _sfc_main$1k : _sfc_main$1l
2557
2625
  );
2558
2626
  return (_ctx, _cache) => {
2559
2627
  return openBlock(), createElementBlock("div", {
@@ -2567,9 +2635,9 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
2567
2635
  variant: "onSurface",
2568
2636
  "aria-hidden": "true"
2569
2637
  })) : createCommentVNode("", true),
2570
- createElementVNode("p", _hoisted_2$o, toDisplayString(props.headline), 1),
2571
- props.description ? (openBlock(), createElementBlock("p", _hoisted_3$j, toDisplayString(props.description), 1)) : createCommentVNode("", true),
2572
- props.button ? (openBlock(), createElementBlock("div", _hoisted_4$f, [
2638
+ createElementVNode("p", _hoisted_2$q, toDisplayString(props.headline), 1),
2639
+ props.description ? (openBlock(), createElementBlock("p", _hoisted_3$l, toDisplayString(props.description), 1)) : createCommentVNode("", true),
2640
+ props.button ? (openBlock(), createElementBlock("div", _hoisted_4$g, [
2573
2641
  (openBlock(), createBlock(resolveDynamicComponent(buttonComponent.value), mergeProps(props.button, {
2574
2642
  disabled: props.button?.disabled || __props.disabled,
2575
2643
  onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("buttonClick", $event))
@@ -2579,16 +2647,16 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
2579
2647
  onClick: _cache[1] || (_cache[1] = ($event) => !__props.disabled && emit("secondaryButtonClick", $event))
2580
2648
  }), null, 16, ["disabled"])) : createCommentVNode("", true)
2581
2649
  ])) : createCommentVNode("", true)
2582
- ], 10, _hoisted_1$H);
2650
+ ], 10, _hoisted_1$K);
2583
2651
  };
2584
2652
  }
2585
2653
  });
2586
2654
 
2587
- const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-e913660a"]]);
2655
+ const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-e913660a"]]);
2588
2656
 
2589
- const _hoisted_1$G = ["aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
2657
+ const _hoisted_1$J = ["aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
2590
2658
  const loadingStateText = "Loading entries";
2591
- const _sfc_main$11 = /* @__PURE__ */ defineComponent({
2659
+ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
2592
2660
  __name: "KdsListContainer",
2593
2661
  props: {
2594
2662
  possibleValues: {},
@@ -2677,7 +2745,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
2677
2745
  key: 1,
2678
2746
  id: item.id,
2679
2747
  accessory: item.accessory,
2680
- label: item.text,
2748
+ text: item.text,
2681
2749
  "sub-text": item.subText,
2682
2750
  selected: item.selected,
2683
2751
  disabled: item.disabled,
@@ -2689,7 +2757,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
2689
2757
  role: "option",
2690
2758
  onMousedown: _cache[0] || (_cache[0] = ($event) => props.controlledExternally && $event.preventDefault()),
2691
2759
  onClick: ($event) => !item.disabled && emit("itemClick", toOptionId(item.id))
2692
- }, null, 8, ["id", "accessory", "label", "sub-text", "selected", "disabled", "active", "special", "missing", "variant", "trailing-icon", "onClick"])),
2760
+ }, null, 8, ["id", "accessory", "text", "sub-text", "selected", "disabled", "active", "special", "missing", "variant", "trailing-icon", "onClick"])),
2693
2761
  item.separator && index < unref(itemsWithPrefix).length - 1 ? (openBlock(), createBlock(unref(KdsDivider), {
2694
2762
  key: 2,
2695
2763
  class: "kds-list-item-divider",
@@ -2711,19 +2779,19 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
2711
2779
  "loading-spinner": __props.loading
2712
2780
  }, null, 8, ["headline", "loading-spinner"])
2713
2781
  ])) : createCommentVNode("", true)
2714
- ], 16, _hoisted_1$G);
2782
+ ], 16, _hoisted_1$J);
2715
2783
  };
2716
2784
  }
2717
2785
  });
2718
2786
 
2719
- const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-570992f0"]]);
2787
+ const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-118706ad"]]);
2720
2788
 
2721
2789
  const KdsListContainer$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
2722
2790
  __proto__: null,
2723
2791
  default: KdsListContainer
2724
2792
  }, Symbol.toStringTag, { value: 'Module' }));
2725
2793
 
2726
- const _sfc_main$10 = /* @__PURE__ */ defineComponent({
2794
+ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
2727
2795
  ...{ inheritAttrs: false },
2728
2796
  __name: "KdsMenu",
2729
2797
  props: {
@@ -2812,7 +2880,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
2812
2880
  }
2813
2881
  });
2814
2882
 
2815
- const _sfc_main$$ = /* @__PURE__ */ defineComponent({
2883
+ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
2816
2884
  ...{ inheritAttrs: false },
2817
2885
  __name: "KdsContextMenu",
2818
2886
  props: /* @__PURE__ */ mergeModels({
@@ -2872,9 +2940,120 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
2872
2940
  }
2873
2941
  });
2874
2942
 
2875
- const _hoisted_1$F = { class: "kds-label-wrapper" };
2876
- const _hoisted_2$n = ["id", "for", "title"];
2877
- const _sfc_main$_ = /* @__PURE__ */ defineComponent({
2943
+ const _hoisted_1$I = { class: "kds-preview-list" };
2944
+ const _hoisted_2$p = { class: "kds-preview-list-title-row" };
2945
+ const _hoisted_3$k = { class: "kds-preview-list-content" };
2946
+ const _hoisted_4$f = { class: "kds-preview-list-headline" };
2947
+ const _hoisted_5$7 = ["aria-label"];
2948
+ const _hoisted_6$6 = { class: "kds-preview-list-show-hide" };
2949
+ const DEFAULT_MAX_VISIBLE_ITEMS = 6;
2950
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
2951
+ __name: "KdsPreviewList",
2952
+ props: /* @__PURE__ */ mergeModels({
2953
+ headline: {},
2954
+ leadingIcon: { default: () => void 0 },
2955
+ loading: { type: Boolean, default: false },
2956
+ trailingButton: { default: () => void 0 },
2957
+ items: {},
2958
+ emptyStateHeadline: { default: "No entries" },
2959
+ maxVisibleItems: { default: () => DEFAULT_MAX_VISIBLE_ITEMS }
2960
+ }, {
2961
+ "expanded": { type: Boolean, ...{ default: true } },
2962
+ "expandedModifiers": {}
2963
+ }),
2964
+ emits: ["update:expanded"],
2965
+ setup(__props) {
2966
+ useCssVars((_ctx) => ({
2967
+ "a5f79e12": safeMaxVisibleItems.value
2968
+ }));
2969
+ const props = createPropsRestProxy(__props, ["loading", "leadingIcon", "trailingButton", "emptyStateHeadline", "maxVisibleItems"]);
2970
+ const bodyId = `kds-preview-list-body-${useId()}`;
2971
+ const expanded = useModel(__props, "expanded");
2972
+ const safeMaxVisibleItems = computed(() => Math.max(1, __props.maxVisibleItems));
2973
+ const { itemsWithPrefix } = useStableItemIds({
2974
+ items: toRef(() => props.items)
2975
+ });
2976
+ const trailingButtonProps = computed(
2977
+ () => ({
2978
+ ...__props.trailingButton,
2979
+ size: "xsmall",
2980
+ variant: "transparent"
2981
+ })
2982
+ );
2983
+ return (_ctx, _cache) => {
2984
+ return openBlock(), createElementBlock("section", _hoisted_1$I, [
2985
+ createElementVNode("header", _hoisted_2$p, [
2986
+ __props.loading && !expanded.value ? (openBlock(), createBlock(KdsLoadingSpinner, {
2987
+ key: 0,
2988
+ size: "small",
2989
+ variant: "onSurface"
2990
+ })) : __props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
2991
+ key: 1,
2992
+ name: __props.leadingIcon,
2993
+ size: "small"
2994
+ }, null, 8, ["name"])) : createCommentVNode("", true),
2995
+ createElementVNode("div", _hoisted_3$k, [
2996
+ createElementVNode("span", _hoisted_4$f, toDisplayString(props.headline), 1)
2997
+ ]),
2998
+ __props.trailingButton ? (openBlock(), createBlock(_sfc_main$1l, normalizeProps(mergeProps({ key: 2 }, trailingButtonProps.value)), null, 16)) : createCommentVNode("", true)
2999
+ ]),
3000
+ withDirectives(createElementVNode("div", {
3001
+ id: bodyId,
3002
+ class: "kds-preview-list-body"
3003
+ }, [
3004
+ __props.loading ? (openBlock(), createBlock(KdsEmptyState, {
3005
+ key: 0,
3006
+ class: "kds-preview-list-loading",
3007
+ headline: "Loading",
3008
+ "loading-spinner": ""
3009
+ })) : props.items.length === 0 ? (openBlock(), createBlock(KdsEmptyState, {
3010
+ key: 1,
3011
+ class: "kds-preview-list-empty",
3012
+ headline: __props.emptyStateHeadline
3013
+ }, null, 8, ["headline"])) : expanded.value ? (openBlock(), createElementBlock("ul", {
3014
+ key: 2,
3015
+ class: "kds-preview-list-items",
3016
+ tabindex: "0",
3017
+ "aria-label": props.headline
3018
+ }, [
3019
+ (openBlock(true), createElementBlock(Fragment, null, renderList(unref(itemsWithPrefix), (item) => {
3020
+ return openBlock(), createBlock(KdsListItem, {
3021
+ id: item.id,
3022
+ key: item.id,
3023
+ role: "listitem",
3024
+ text: item.text,
3025
+ accessory: item.accessory,
3026
+ class: "kds-preview-list-item",
3027
+ onClick: _cache[0] || (_cache[0] = withModifiers(() => {
3028
+ }, ["stop"]))
3029
+ }, null, 8, ["id", "text", "accessory"]);
3030
+ }), 128))
3031
+ ], 8, _hoisted_5$7)) : createCommentVNode("", true)
3032
+ ], 512), [
3033
+ [vShow, expanded.value]
3034
+ ]),
3035
+ createElementVNode("footer", _hoisted_6$6, [
3036
+ createVNode(_sfc_main$1l, {
3037
+ class: "kds-preview-list-toggle",
3038
+ label: expanded.value ? "Hide all" : "Show all",
3039
+ "trailing-icon": expanded.value ? "chevron-up" : "chevron-down",
3040
+ size: "xsmall",
3041
+ variant: "transparent",
3042
+ "aria-expanded": expanded.value,
3043
+ "aria-controls": bodyId,
3044
+ onClick: _cache[1] || (_cache[1] = ($event) => expanded.value = !expanded.value)
3045
+ }, null, 8, ["label", "trailing-icon", "aria-expanded"])
3046
+ ])
3047
+ ]);
3048
+ };
3049
+ }
3050
+ });
3051
+
3052
+ const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-192cd67d"]]);
3053
+
3054
+ const _hoisted_1$H = { class: "kds-label-wrapper" };
3055
+ const _hoisted_2$o = ["id", "for", "title"];
3056
+ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
2878
3057
  __name: "KdsLabel",
2879
3058
  props: {
2880
3059
  label: {},
@@ -2891,7 +3070,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
2891
3070
  const labelEl = useTemplateRef("labelEl");
2892
3071
  const { isTruncated } = useKdsIsTruncated(labelEl);
2893
3072
  return (_ctx, _cache) => {
2894
- return openBlock(), createElementBlock("div", _hoisted_1$F, [
3073
+ return openBlock(), createElementBlock("div", _hoisted_1$H, [
2895
3074
  createElementVNode("label", {
2896
3075
  id: props.id,
2897
3076
  ref_key: "labelEl",
@@ -2899,7 +3078,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
2899
3078
  for: props.for,
2900
3079
  class: "label",
2901
3080
  title: unref(isTruncated) ? props.label : void 0
2902
- }, toDisplayString(props.label), 9, _hoisted_2$n),
3081
+ }, toDisplayString(props.label), 9, _hoisted_2$o),
2903
3082
  props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
2904
3083
  key: 0,
2905
3084
  content: props.description,
@@ -2910,11 +3089,11 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
2910
3089
  }
2911
3090
  });
2912
3091
 
2913
- const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-efe3313e"]]);
3092
+ const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-efe3313e"]]);
2914
3093
 
2915
- const _hoisted_1$E = ["id"];
2916
- const _hoisted_2$m = { class: "subtext-text" };
2917
- const _sfc_main$Z = /* @__PURE__ */ defineComponent({
3094
+ const _hoisted_1$G = ["id"];
3095
+ const _hoisted_2$n = { class: "subtext-text" };
3096
+ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
2918
3097
  __name: "KdsSubText",
2919
3098
  props: {
2920
3099
  id: {},
@@ -2945,17 +3124,17 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
2945
3124
  variant: "onSurface",
2946
3125
  "aria-hidden": "true"
2947
3126
  })) : createCommentVNode("", true),
2948
- createElementVNode("span", _hoisted_2$m, toDisplayString(props.subText), 1)
2949
- ], 10, _hoisted_1$E)) : createCommentVNode("", true);
3127
+ createElementVNode("span", _hoisted_2$n, toDisplayString(props.subText), 1)
3128
+ ], 10, _hoisted_1$G)) : createCommentVNode("", true);
2950
3129
  };
2951
3130
  }
2952
3131
  });
2953
3132
 
2954
- const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-2e6ba10c"]]);
3133
+ const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-2e6ba10c"]]);
2955
3134
 
2956
- const _hoisted_1$D = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
2957
- const _hoisted_2$l = { class: "control" };
2958
- const _hoisted_3$i = {
3135
+ const _hoisted_1$F = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
3136
+ const _hoisted_2$m = { class: "control" };
3137
+ const _hoisted_3$j = {
2959
3138
  key: 0,
2960
3139
  class: "content"
2961
3140
  };
@@ -2965,7 +3144,7 @@ const _hoisted_6$5 = {
2965
3144
  key: 0,
2966
3145
  class: "subtext-wrapper"
2967
3146
  };
2968
- const _sfc_main$Y = /* @__PURE__ */ defineComponent({
3147
+ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
2969
3148
  __name: "BaseCheckbox",
2970
3149
  props: /* @__PURE__ */ mergeModels({
2971
3150
  disabled: { type: Boolean, default: false },
@@ -3038,7 +3217,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
3038
3217
  role: "checkbox",
3039
3218
  onClick: handleClick
3040
3219
  }, [
3041
- createElementVNode("div", _hoisted_2$l, [
3220
+ createElementVNode("div", _hoisted_2$m, [
3042
3221
  icon.value ? (openBlock(), createBlock(KdsIcon, {
3043
3222
  key: 0,
3044
3223
  name: icon.value,
@@ -3046,7 +3225,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
3046
3225
  size: "xsmall"
3047
3226
  }, null, 8, ["name"])) : createCommentVNode("", true)
3048
3227
  ]),
3049
- props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
3228
+ props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$j, [
3050
3229
  createElementVNode("div", _hoisted_4$e, toDisplayString(props.label), 1),
3051
3230
  props.helperText ? (openBlock(), createElementBlock("div", {
3052
3231
  key: 0,
@@ -3054,7 +3233,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
3054
3233
  class: "helper-text"
3055
3234
  }, toDisplayString(props.helperText), 9, _hoisted_5$6)) : createCommentVNode("", true)
3056
3235
  ])) : createCommentVNode("", true)
3057
- ], 10, _hoisted_1$D),
3236
+ ], 10, _hoisted_1$F),
3058
3237
  props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$5, [
3059
3238
  createVNode(KdsSubText, {
3060
3239
  id: unref(descriptionId),
@@ -3068,9 +3247,9 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
3068
3247
  }
3069
3248
  });
3070
3249
 
3071
- const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-7bfc5667"]]);
3250
+ const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-7bfc5667"]]);
3072
3251
 
3073
- const _sfc_main$X = /* @__PURE__ */ defineComponent({
3252
+ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
3074
3253
  __name: "KdsCheckbox",
3075
3254
  props: /* @__PURE__ */ mergeModels({
3076
3255
  disabled: { type: Boolean, default: false },
@@ -3100,11 +3279,11 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
3100
3279
  }
3101
3280
  });
3102
3281
 
3103
- const _hoisted_1$C = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
3104
- const _hoisted_2$k = ["id"];
3105
- const _hoisted_3$h = ["title"];
3282
+ const _hoisted_1$E = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
3283
+ const _hoisted_2$l = ["id"];
3284
+ const _hoisted_3$i = ["title"];
3106
3285
  const _hoisted_4$d = { class: "kds-fieldset-content" };
3107
- const _sfc_main$W = /* @__PURE__ */ defineComponent({
3286
+ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
3108
3287
  __name: "BaseFieldsetWrapper",
3109
3288
  props: {
3110
3289
  id: {},
@@ -3150,13 +3329,13 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
3150
3329
  ref: legendTextEl,
3151
3330
  class: "legend-text",
3152
3331
  title: unref(isTruncated) ? props.label : void 0
3153
- }, toDisplayString(props.label), 9, _hoisted_3$h),
3332
+ }, toDisplayString(props.label), 9, _hoisted_3$i),
3154
3333
  props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
3155
3334
  key: 0,
3156
3335
  content: props.description,
3157
3336
  hidden: !isHovered.value
3158
3337
  }, null, 8, ["content", "hidden"])) : createCommentVNode("", true)
3159
- ], 8, _hoisted_2$k)) : createCommentVNode("", true),
3338
+ ], 8, _hoisted_2$l)) : createCommentVNode("", true),
3160
3339
  createElementVNode("div", _hoisted_4$d, [
3161
3340
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
3162
3341
  ]),
@@ -3167,14 +3346,14 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
3167
3346
  validating: props.validating,
3168
3347
  "preserve-sub-text-space": props.preserveSubTextSpace
3169
3348
  }, null, 8, ["id", "sub-text", "error", "validating", "preserve-sub-text-space"])
3170
- ], 40, _hoisted_1$C);
3349
+ ], 40, _hoisted_1$E);
3171
3350
  };
3172
3351
  }
3173
3352
  });
3174
3353
 
3175
- const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-a44731da"]]);
3354
+ const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-a44731da"]]);
3176
3355
 
3177
- const _sfc_main$V = /* @__PURE__ */ defineComponent({
3356
+ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
3178
3357
  __name: "KdsCheckboxGroup",
3179
3358
  props: /* @__PURE__ */ mergeModels({
3180
3359
  id: {},
@@ -3253,7 +3432,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
3253
3432
  }
3254
3433
  });
3255
3434
 
3256
- const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-c6536296"]]);
3435
+ const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-c6536296"]]);
3257
3436
 
3258
3437
  const kdsCheckboxGroupAlignment = {
3259
3438
  VERTICAL: "vertical",
@@ -3269,9 +3448,9 @@ const kdsCheckboxValue = {
3269
3448
  };
3270
3449
  const kdsCheckboxValues = Object.values(kdsCheckboxValue);
3271
3450
 
3272
- const _hoisted_1$B = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
3273
- const _hoisted_2$j = { class: "control" };
3274
- const _hoisted_3$g = {
3451
+ const _hoisted_1$D = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
3452
+ const _hoisted_2$k = { class: "control" };
3453
+ const _hoisted_3$h = {
3275
3454
  key: 0,
3276
3455
  class: "dot",
3277
3456
  viewBox: "0 0 2 2",
@@ -3281,7 +3460,7 @@ const _hoisted_3$g = {
3281
3460
  const _hoisted_4$c = { class: "content" };
3282
3461
  const _hoisted_5$5 = { class: "label" };
3283
3462
  const _hoisted_6$4 = ["id"];
3284
- const _sfc_main$U = /* @__PURE__ */ defineComponent({
3463
+ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
3285
3464
  __name: "KdsRadioButton",
3286
3465
  props: /* @__PURE__ */ mergeModels({
3287
3466
  text: {},
@@ -3321,8 +3500,8 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
3321
3500
  type: "button",
3322
3501
  onClick: handleClick
3323
3502
  }, [
3324
- createElementVNode("div", _hoisted_2$j, [
3325
- modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$g, [..._cache[0] || (_cache[0] = [
3503
+ createElementVNode("div", _hoisted_2$k, [
3504
+ modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$h, [..._cache[0] || (_cache[0] = [
3326
3505
  createElementVNode("circle", {
3327
3506
  cx: "1",
3328
3507
  cy: "1",
@@ -3338,12 +3517,12 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
3338
3517
  class: "helper-text"
3339
3518
  }, toDisplayString(props.helperText), 9, _hoisted_6$4)) : createCommentVNode("", true)
3340
3519
  ])
3341
- ], 10, _hoisted_1$B);
3520
+ ], 10, _hoisted_1$D);
3342
3521
  };
3343
3522
  }
3344
3523
  });
3345
3524
 
3346
- const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-f4f6392a"]]);
3525
+ const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-f4f6392a"]]);
3347
3526
 
3348
3527
  const useRadioSelection = ({
3349
3528
  selectedId,
@@ -3465,7 +3644,7 @@ const useRadioSelection = ({
3465
3644
  };
3466
3645
  };
3467
3646
 
3468
- const _sfc_main$T = /* @__PURE__ */ defineComponent({
3647
+ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
3469
3648
  __name: "KdsRadioButtonGroup",
3470
3649
  props: /* @__PURE__ */ mergeModels({
3471
3650
  id: {},
@@ -3540,10 +3719,10 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
3540
3719
  }
3541
3720
  });
3542
3721
 
3543
- const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-d78ed4a2"]]);
3722
+ const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-d78ed4a2"]]);
3544
3723
 
3545
- const _hoisted_1$A = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
3546
- const _sfc_main$S = /* @__PURE__ */ defineComponent({
3724
+ const _hoisted_1$C = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
3725
+ const _sfc_main$X = /* @__PURE__ */ defineComponent({
3547
3726
  __name: "ValueSwitchItem",
3548
3727
  props: {
3549
3728
  selected: { type: Boolean },
@@ -3593,12 +3772,12 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
3593
3772
  name: props.trailingIcon,
3594
3773
  size: __props.size
3595
3774
  }, null, 8, ["name", "size"])) : createCommentVNode("", true)
3596
- ], 10, _hoisted_1$A);
3775
+ ], 10, _hoisted_1$C);
3597
3776
  };
3598
3777
  }
3599
3778
  });
3600
3779
 
3601
- const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-5c6f0f1f"]]);
3780
+ const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-5c6f0f1f"]]);
3602
3781
 
3603
3782
  const useValueSwitchIconHiding = ({
3604
3783
  width,
@@ -3649,7 +3828,7 @@ const useValueSwitchIconHiding = ({
3649
3828
  };
3650
3829
  };
3651
3830
 
3652
- const _sfc_main$R = /* @__PURE__ */ defineComponent({
3831
+ const _sfc_main$W = /* @__PURE__ */ defineComponent({
3653
3832
  __name: "KdsValueSwitch",
3654
3833
  props: /* @__PURE__ */ mergeModels({
3655
3834
  id: {},
@@ -3736,7 +3915,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
3736
3915
  }
3737
3916
  });
3738
3917
 
3739
- const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-640271e0"]]);
3918
+ const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-640271e0"]]);
3740
3919
 
3741
3920
  const kdsRadioButtonGroupAlignment = {
3742
3921
  VERTICAL: "vertical",
@@ -3756,7 +3935,7 @@ const kdsValueSwitchVariant = {
3756
3935
  };
3757
3936
  const kdsValueSwitchVariants = Object.values(kdsValueSwitchVariant);
3758
3937
 
3759
- const _sfc_main$Q = /* @__PURE__ */ defineComponent({
3938
+ const _sfc_main$V = /* @__PURE__ */ defineComponent({
3760
3939
  __name: "BaseFormFieldWrapper",
3761
3940
  props: {
3762
3941
  id: {},
@@ -3808,7 +3987,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
3808
3987
  }
3809
3988
  });
3810
3989
 
3811
- const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-5d99c134"]]);
3990
+ const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-5d99c134"]]);
3812
3991
 
3813
3992
  const MIN_SEGMENT_INDEX = 0;
3814
3993
  const LARGE_STEP = 10;
@@ -4488,15 +4667,15 @@ const useInputSegments = (modelValue, getInputElement, configRef) => {
4488
4667
  };
4489
4668
  };
4490
4669
 
4491
- const _hoisted_1$z = {
4670
+ const _hoisted_1$B = {
4492
4671
  key: 0,
4493
4672
  class: "icon-wrapper leading"
4494
4673
  };
4495
- const _hoisted_2$i = {
4674
+ const _hoisted_2$j = {
4496
4675
  key: 1,
4497
4676
  class: "leading-slot"
4498
4677
  };
4499
- const _hoisted_3$f = ["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"];
4678
+ const _hoisted_3$g = ["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"];
4500
4679
  const _hoisted_4$b = ["aria-disabled"];
4501
4680
  const _hoisted_5$4 = {
4502
4681
  key: 4,
@@ -4506,7 +4685,7 @@ const _hoisted_6$3 = {
4506
4685
  key: 5,
4507
4686
  class: "icon-wrapper trailing"
4508
4687
  };
4509
- const _sfc_main$P = /* @__PURE__ */ defineComponent({
4688
+ const _sfc_main$U = /* @__PURE__ */ defineComponent({
4510
4689
  __name: "BaseInput",
4511
4690
  props: /* @__PURE__ */ mergeModels({
4512
4691
  id: {},
@@ -4657,13 +4836,13 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
4657
4836
  }),
4658
4837
  onClick: handleContainerClick
4659
4838
  }, [
4660
- props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$z, [
4839
+ props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$B, [
4661
4840
  props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
4662
4841
  key: 0,
4663
4842
  name: props.leadingIcon
4664
4843
  }, null, 8, ["name"])) : createCommentVNode("", true)
4665
4844
  ])) : createCommentVNode("", true),
4666
- _ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$i, [
4845
+ _ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$j, [
4667
4846
  renderSlot(_ctx.$slots, "leading", {}, void 0, true)
4668
4847
  ])) : createCommentVNode("", true),
4669
4848
  createElementVNode("input", {
@@ -4708,7 +4887,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
4708
4887
  onCut: handleInputCut,
4709
4888
  onDrop: handleInputDrop,
4710
4889
  onDragend: handleInputDragEnd
4711
- }, null, 42, _hoisted_3$f),
4890
+ }, null, 42, _hoisted_3$g),
4712
4891
  props.unit ? (openBlock(), createElementBlock("span", {
4713
4892
  key: 2,
4714
4893
  class: normalizeClass({
@@ -4718,7 +4897,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
4718
4897
  }),
4719
4898
  "aria-disabled": __props.disabled || void 0
4720
4899
  }, toDisplayString(props.unit), 11, _hoisted_4$b)) : createCommentVNode("", true),
4721
- __props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1f, {
4900
+ __props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1l, {
4722
4901
  key: 3,
4723
4902
  class: "clear-button",
4724
4903
  size: "xsmall",
@@ -4741,7 +4920,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
4741
4920
  }
4742
4921
  });
4743
4922
 
4744
- const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-b8ccb955"]]);
4923
+ const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-b8ccb955"]]);
4745
4924
 
4746
4925
  const usePointerHandler = (updateFromEvent) => {
4747
4926
  const activePointerId = ref(null);
@@ -4914,7 +5093,7 @@ const createKdsNumberParser = (params) => {
4914
5093
 
4915
5094
  const REPEAT_INITIAL_DELAY_MS = 400;
4916
5095
  const REPEAT_INTERVAL_MS = 100;
4917
- const _sfc_main$O = /* @__PURE__ */ defineComponent({
5096
+ const _sfc_main$T = /* @__PURE__ */ defineComponent({
4918
5097
  __name: "KdsNumberInput",
4919
5098
  props: /* @__PURE__ */ mergeModels({
4920
5099
  description: {},
@@ -5100,7 +5279,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
5100
5279
  onBlur: handleBlur
5101
5280
  }), {
5102
5281
  trailing: withCtx(() => [
5103
- createVNode(_sfc_main$1f, {
5282
+ createVNode(_sfc_main$1l, {
5104
5283
  size: "xsmall",
5105
5284
  variant: "outlined",
5106
5285
  "leading-icon": "minus",
@@ -5112,7 +5291,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
5112
5291
  onPointerleave: stopRepeating,
5113
5292
  onPointercancel: stopRepeating
5114
5293
  }, null, 8, ["ariaLabel", "disabled"]),
5115
- createVNode(_sfc_main$1f, {
5294
+ createVNode(_sfc_main$1l, {
5116
5295
  size: "xsmall",
5117
5296
  variant: "outlined",
5118
5297
  "leading-icon": "plus",
@@ -5134,7 +5313,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
5134
5313
  }
5135
5314
  });
5136
5315
 
5137
- const _sfc_main$N = /* @__PURE__ */ defineComponent({
5316
+ const _sfc_main$S = /* @__PURE__ */ defineComponent({
5138
5317
  __name: "KdsTextInput",
5139
5318
  props: /* @__PURE__ */ mergeModels({
5140
5319
  description: {},
@@ -5304,7 +5483,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
5304
5483
  }
5305
5484
  });
5306
5485
 
5307
- const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-c9f1be40"]]);
5486
+ const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-c9f1be40"]]);
5308
5487
 
5309
5488
  const HEX_RADIX = 16;
5310
5489
  const RGB_MAX = 255;
@@ -5451,8 +5630,8 @@ const removeAlphaFromHexInput = (next) => {
5451
5630
  return next;
5452
5631
  };
5453
5632
 
5454
- const _hoisted_1$y = ["aria-label", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext"];
5455
- const _sfc_main$M = /* @__PURE__ */ defineComponent({
5633
+ const _hoisted_1$A = ["aria-label", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext"];
5634
+ const _sfc_main$R = /* @__PURE__ */ defineComponent({
5456
5635
  __name: "ColorPickerSlider",
5457
5636
  props: /* @__PURE__ */ mergeModels({
5458
5637
  label: {},
@@ -5536,16 +5715,16 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
5536
5715
  onKeydown: onKeyDown
5537
5716
  }, [..._cache[5] || (_cache[5] = [
5538
5717
  createElementVNode("div", { class: "handle" }, null, -1)
5539
- ])], 40, _hoisted_1$y);
5718
+ ])], 40, _hoisted_1$A);
5540
5719
  };
5541
5720
  }
5542
5721
  });
5543
5722
 
5544
- const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-f4be2bd4"]]);
5723
+ const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-f4be2bd4"]]);
5545
5724
 
5546
- const _hoisted_1$x = { class: "kds-color-picker" };
5547
- const _hoisted_2$h = ["aria-valuetext"];
5548
- const _hoisted_3$e = { class: "value-inputs" };
5725
+ const _hoisted_1$z = { class: "kds-color-picker" };
5726
+ const _hoisted_2$i = ["aria-valuetext"];
5727
+ const _hoisted_3$f = { class: "value-inputs" };
5549
5728
  const DEFAULT_HUE_DEG = 270;
5550
5729
  const DEFAULT_SATURATION = 0.8;
5551
5730
  const DEFAULT_VALUE = 0.9;
@@ -5559,7 +5738,7 @@ const KEYBOARD_LARGE_STEP = 0.1;
5559
5738
  const HUE_KEYBOARD_STEP_DEG = 1;
5560
5739
  const HUE_KEYBOARD_LARGE_STEP_DEG = 10;
5561
5740
  const TO_BOTTOM_GRADIENT = "linear-gradient(to bottom, transparent, black)";
5562
- const _sfc_main$L = /* @__PURE__ */ defineComponent({
5741
+ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
5563
5742
  __name: "ColorPicker",
5564
5743
  props: {
5565
5744
  "modelValue": { default: "" },
@@ -5707,7 +5886,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5707
5886
  }
5708
5887
  };
5709
5888
  return (_ctx, _cache) => {
5710
- return openBlock(), createElementBlock("div", _hoisted_1$x, [
5889
+ return openBlock(), createElementBlock("div", _hoisted_1$z, [
5711
5890
  createElementVNode("div", {
5712
5891
  ref_key: "colorspaceEl",
5713
5892
  ref: colorspaceEl,
@@ -5735,7 +5914,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5735
5914
  class: "handle",
5736
5915
  style: normalizeStyle(colorspaceHandleStyle.value)
5737
5916
  }, null, 4)
5738
- ], 44, _hoisted_2$h),
5917
+ ], 44, _hoisted_2$i),
5739
5918
  createVNode(ColorPickerSlider, {
5740
5919
  modelValue: hue.value,
5741
5920
  "onUpdate:modelValue": [
@@ -5770,7 +5949,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5770
5949
  step: KEYBOARD_STEP,
5771
5950
  "large-step": KEYBOARD_LARGE_STEP
5772
5951
  }, null, 8, ["modelValue", "value-now", "value-text"]),
5773
- createElementVNode("div", _hoisted_3$e, [
5952
+ createElementVNode("div", _hoisted_3$f, [
5774
5953
  createVNode(KdsTextInput, {
5775
5954
  "model-value": hexInputValue.value,
5776
5955
  ariaLabel: "Color hex value",
@@ -5778,7 +5957,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5778
5957
  "onUpdate:modelValue": updateFromTextValue,
5779
5958
  onFocusout: onHexInputFocusOut
5780
5959
  }, null, 8, ["model-value"]),
5781
- createVNode(_sfc_main$O, {
5960
+ createVNode(_sfc_main$T, {
5782
5961
  "model-value": alphaPercent.value,
5783
5962
  ariaLabel: "Alpha percentage",
5784
5963
  min: 0,
@@ -5793,7 +5972,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5793
5972
  }
5794
5973
  });
5795
5974
 
5796
- const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-2daeaa68"]]);
5975
+ const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-2daeaa68"]]);
5797
5976
 
5798
5977
  const HEX_LENGTH_1 = 1;
5799
5978
  const HEX_LENGTH_2 = 2;
@@ -5867,7 +6046,7 @@ const useColorInputValidationOnFocusOut = (modelValue) => {
5867
6046
  return { handleFocusOut };
5868
6047
  };
5869
6048
 
5870
- const _sfc_main$K = /* @__PURE__ */ defineComponent({
6049
+ const _sfc_main$P = /* @__PURE__ */ defineComponent({
5871
6050
  __name: "KdsColorInput",
5872
6051
  props: /* @__PURE__ */ mergeModels({
5873
6052
  description: {},
@@ -5930,7 +6109,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
5930
6109
  }, null, 8, ["color", "style"])
5931
6110
  ]),
5932
6111
  trailing: withCtx(() => [
5933
- createVNode(unref(_sfc_main$1c), {
6112
+ createVNode(unref(_sfc_main$1i), {
5934
6113
  modelValue: open.value,
5935
6114
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
5936
6115
  size: "xsmall",
@@ -5970,7 +6149,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
5970
6149
  }
5971
6150
  });
5972
6151
 
5973
- const _sfc_main$J = /* @__PURE__ */ defineComponent({
6152
+ const _sfc_main$O = /* @__PURE__ */ defineComponent({
5974
6153
  __name: "KdsPasswordInput",
5975
6154
  props: /* @__PURE__ */ mergeModels({
5976
6155
  description: {},
@@ -6031,7 +6210,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
6031
6210
  onBlur: handleBlur
6032
6211
  }), {
6033
6212
  trailing: withCtx(() => [
6034
- __props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$1c, {
6213
+ __props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$1i, {
6035
6214
  key: 0,
6036
6215
  modelValue: showValue.value,
6037
6216
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showValue.value = $event),
@@ -6071,7 +6250,7 @@ const kdsPasswordInputAutocompletes = Object.values(
6071
6250
  kdsPasswordInputAutocomplete
6072
6251
  );
6073
6252
 
6074
- const _sfc_main$I = /* @__PURE__ */ defineComponent({
6253
+ const _sfc_main$N = /* @__PURE__ */ defineComponent({
6075
6254
  __name: "KdsUsernameInput",
6076
6255
  props: /* @__PURE__ */ mergeModels({
6077
6256
  description: {},
@@ -10082,17 +10261,17 @@ const sn = /*@__PURE__*/ new WeakMap, cn = /*@__PURE__*/ sn.get.bind(sn), un = /
10082
10261
  DateTimeFormat: Xn
10083
10262
  }));
10084
10263
 
10085
- const _hoisted_1$w = {
10264
+ const _hoisted_1$y = {
10086
10265
  role: "row",
10087
10266
  class: "kds-date-picker-header-row"
10088
10267
  };
10089
- const _hoisted_2$g = ["aria-label"];
10090
- const _hoisted_3$d = { class: "kds-date-picker-day-grid" };
10268
+ const _hoisted_2$h = ["aria-label"];
10269
+ const _hoisted_3$e = { class: "kds-date-picker-day-grid" };
10091
10270
  const _hoisted_4$a = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
10092
10271
  const REFERENCE_YEAR$2 = 2024;
10093
10272
  const DAYS_PER_WEEK = 7;
10094
10273
  const TOTAL_CELLS = 42;
10095
- const _sfc_main$H = /* @__PURE__ */ defineComponent({
10274
+ const _sfc_main$M = /* @__PURE__ */ defineComponent({
10096
10275
  __name: "DatePickerDayGrid",
10097
10276
  props: {
10098
10277
  modelValue: {},
@@ -10387,17 +10566,17 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
10387
10566
  role: "grid",
10388
10567
  "aria-label": "Calendar"
10389
10568
  }, [
10390
- createElementVNode("div", _hoisted_1$w, [
10569
+ createElementVNode("div", _hoisted_1$y, [
10391
10570
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(DAY_LABELS), (day, i) => {
10392
10571
  return openBlock(), createElementBlock("div", {
10393
10572
  key: day,
10394
10573
  role: "columnheader",
10395
10574
  "aria-label": unref(DAY_FULL_LABELS)[i],
10396
10575
  class: "kds-date-picker-weekday"
10397
- }, toDisplayString(day), 9, _hoisted_2$g);
10576
+ }, toDisplayString(day), 9, _hoisted_2$h);
10398
10577
  }), 128))
10399
10578
  ]),
10400
- createElementVNode("div", _hoisted_3$d, [
10579
+ createElementVNode("div", _hoisted_3$e, [
10401
10580
  (openBlock(true), createElementBlock(Fragment, null, renderList(weeks.value, (week, wi) => {
10402
10581
  return openBlock(), createElementBlock("div", {
10403
10582
  key: wi,
@@ -10436,13 +10615,13 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
10436
10615
  }
10437
10616
  });
10438
10617
 
10439
- const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-51807b35"]]);
10618
+ const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-51807b35"]]);
10440
10619
 
10441
- const _hoisted_1$v = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10620
+ const _hoisted_1$x = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10442
10621
  const REFERENCE_YEAR$1 = 2024;
10443
10622
  const MONTHS_PER_YEAR$1 = 12;
10444
10623
  const MONTH_GRID_COLS = 3;
10445
- const _sfc_main$G = /* @__PURE__ */ defineComponent({
10624
+ const _sfc_main$L = /* @__PURE__ */ defineComponent({
10446
10625
  __name: "DatePickerMonthGrid",
10447
10626
  props: {
10448
10627
  modelValue: {},
@@ -10632,7 +10811,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
10632
10811
  onClick: ($event) => selectMonth(cell.month),
10633
10812
  onKeydown: ($event) => onKeydown($event, cell.month),
10634
10813
  onFocus: ($event) => focusedCell.value = cell.month
10635
- }, toDisplayString(cell.label), 43, _hoisted_1$v);
10814
+ }, toDisplayString(cell.label), 43, _hoisted_1$x);
10636
10815
  }), 128))
10637
10816
  ]);
10638
10817
  }), 128))
@@ -10641,12 +10820,12 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
10641
10820
  }
10642
10821
  });
10643
10822
 
10644
- const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-63d96e84"]]);
10823
+ const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-63d96e84"]]);
10645
10824
 
10646
- const _hoisted_1$u = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10825
+ const _hoisted_1$w = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
10647
10826
  const YEAR_PAGE_SIZE$1 = 15;
10648
10827
  const YEAR_GRID_COLS = 3;
10649
- const _sfc_main$F = /* @__PURE__ */ defineComponent({
10828
+ const _sfc_main$K = /* @__PURE__ */ defineComponent({
10650
10829
  __name: "DatePickerYearGrid",
10651
10830
  props: {
10652
10831
  modelValue: {},
@@ -10804,7 +10983,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
10804
10983
  onClick: ($event) => selectYear(cell.year),
10805
10984
  onKeydown: ($event) => onKeydown($event, cell.year),
10806
10985
  onFocus: ($event) => focusedCell.value = cell.year
10807
- }, toDisplayString(cell.label), 43, _hoisted_1$u);
10986
+ }, toDisplayString(cell.label), 43, _hoisted_1$w);
10808
10987
  }), 128))
10809
10988
  ]);
10810
10989
  }), 128))
@@ -10813,11 +10992,11 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
10813
10992
  }
10814
10993
  });
10815
10994
 
10816
- const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-270d55b9"]]);
10995
+ const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-270d55b9"]]);
10817
10996
 
10818
- const _hoisted_1$t = { class: "kds-date-picker" };
10819
- const _hoisted_2$f = { class: "kds-date-picker-header" };
10820
- const _hoisted_3$c = { class: "kds-date-picker-nav-block" };
10997
+ const _hoisted_1$v = { class: "kds-date-picker" };
10998
+ const _hoisted_2$g = { class: "kds-date-picker-header" };
10999
+ const _hoisted_3$d = { class: "kds-date-picker-nav-block" };
10821
11000
  const _hoisted_4$9 = {
10822
11001
  key: 1,
10823
11002
  class: "kds-date-picker-header-static-label",
@@ -10828,7 +11007,7 @@ const _hoisted_6$2 = { class: "kds-date-picker-body" };
10828
11007
  const MONTHS_PER_YEAR = 12;
10829
11008
  const YEAR_PAGE_SIZE = 15;
10830
11009
  const REFERENCE_YEAR = 2024;
10831
- const _sfc_main$E = /* @__PURE__ */ defineComponent({
11010
+ const _sfc_main$J = /* @__PURE__ */ defineComponent({
10832
11011
  __name: "KdsDatePicker",
10833
11012
  props: /* @__PURE__ */ mergeModels({
10834
11013
  minDate: {},
@@ -11024,10 +11203,10 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
11024
11203
  });
11025
11204
  __expose({ focus });
11026
11205
  return (_ctx, _cache) => {
11027
- return openBlock(), createElementBlock("div", _hoisted_1$t, [
11028
- createElementVNode("div", _hoisted_2$f, [
11029
- createElementVNode("div", _hoisted_3$c, [
11030
- view.value === "day" ? (openBlock(), createBlock(_sfc_main$1f, {
11206
+ return openBlock(), createElementBlock("div", _hoisted_1$v, [
11207
+ createElementVNode("div", _hoisted_2$g, [
11208
+ createElementVNode("div", _hoisted_3$d, [
11209
+ view.value === "day" ? (openBlock(), createBlock(_sfc_main$1l, {
11031
11210
  key: 0,
11032
11211
  variant: "transparent",
11033
11212
  size: "small",
@@ -11036,7 +11215,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
11036
11215
  disabled: prevYearDisabled.value,
11037
11216
  onClick: onPrevYear
11038
11217
  }, null, 8, ["disabled"])) : createCommentVNode("", true),
11039
- createVNode(_sfc_main$1f, {
11218
+ createVNode(_sfc_main$1l, {
11040
11219
  variant: "transparent",
11041
11220
  size: "small",
11042
11221
  "leading-icon": "chevron-left",
@@ -11045,7 +11224,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
11045
11224
  onClick: onPrev
11046
11225
  }, null, 8, ["ariaLabel", "disabled"])
11047
11226
  ]),
11048
- view.value !== "year" ? (openBlock(), createBlock(_sfc_main$1f, {
11227
+ view.value !== "year" ? (openBlock(), createBlock(_sfc_main$1l, {
11049
11228
  key: 0,
11050
11229
  class: "kds-date-picker-header-label",
11051
11230
  variant: "transparent",
@@ -11054,7 +11233,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
11054
11233
  onClick: onHeaderLabelClick
11055
11234
  }, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$9, toDisplayString(headerLabel.value), 1)),
11056
11235
  createElementVNode("div", _hoisted_5$3, [
11057
- createVNode(_sfc_main$1f, {
11236
+ createVNode(_sfc_main$1l, {
11058
11237
  variant: "transparent",
11059
11238
  size: "small",
11060
11239
  "leading-icon": "chevron-right",
@@ -11062,7 +11241,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
11062
11241
  disabled: nextDisabled.value,
11063
11242
  onClick: onNext
11064
11243
  }, null, 8, ["ariaLabel", "disabled"]),
11065
- view.value === "day" ? (openBlock(), createBlock(_sfc_main$1f, {
11244
+ view.value === "day" ? (openBlock(), createBlock(_sfc_main$1l, {
11066
11245
  key: 0,
11067
11246
  variant: "transparent",
11068
11247
  size: "small",
@@ -11114,7 +11293,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
11114
11293
  }
11115
11294
  });
11116
11295
 
11117
- const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-e46d7e18"]]);
11296
+ const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-e46d7e18"]]);
11118
11297
 
11119
11298
  const YEAR_END_INDEX = 4;
11120
11299
  const MONTH_START_INDEX = 4;
@@ -11217,7 +11396,7 @@ const useDateInputMask = (modelValue) => {
11217
11396
 
11218
11397
  const incompleteDateMessage = "Invalid date format. Please provide year (YYYY), month (MM), and day (DD).";
11219
11398
  const MONTH_NAME_SAMPLE_YEAR = 2001;
11220
- const _sfc_main$D = /* @__PURE__ */ defineComponent({
11399
+ const _sfc_main$I = /* @__PURE__ */ defineComponent({
11221
11400
  __name: "KdsDateInput",
11222
11401
  props: /* @__PURE__ */ mergeModels({
11223
11402
  description: {},
@@ -11346,7 +11525,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
11346
11525
  onBlur: onTextInputBlur
11347
11526
  }), {
11348
11527
  trailing: withCtx(() => [
11349
- createVNode(_sfc_main$1c, {
11528
+ createVNode(_sfc_main$1i, {
11350
11529
  modelValue: popoverIsVisible.value,
11351
11530
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
11352
11531
  size: "xsmall",
@@ -11395,8 +11574,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
11395
11574
  }
11396
11575
  });
11397
11576
 
11398
- const _hoisted_1$s = { class: "kds-date-time-format-popover" };
11399
- const _sfc_main$C = /* @__PURE__ */ defineComponent({
11577
+ const _hoisted_1$u = { class: "kds-date-time-format-popover" };
11578
+ const _sfc_main$H = /* @__PURE__ */ defineComponent({
11400
11579
  __name: "DateTimeFormatPopover",
11401
11580
  props: /* @__PURE__ */ mergeModels({
11402
11581
  allDefaultFormats: {},
@@ -11534,7 +11713,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
11534
11713
  }));
11535
11714
  });
11536
11715
  return (_ctx, _cache) => {
11537
- return openBlock(), createElementBlock("div", _hoisted_1$s, [
11716
+ return openBlock(), createElementBlock("div", _hoisted_1$u, [
11538
11717
  modeOptions.value.length > 1 ? (openBlock(), createBlock(KdsValueSwitch, {
11539
11718
  key: 0,
11540
11719
  "model-value": effectiveSelectedMode.value,
@@ -11566,9 +11745,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
11566
11745
  }
11567
11746
  });
11568
11747
 
11569
- const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-8c697d02"]]);
11748
+ const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-8c697d02"]]);
11570
11749
 
11571
- const _sfc_main$B = /* @__PURE__ */ defineComponent({
11750
+ const _sfc_main$G = /* @__PURE__ */ defineComponent({
11572
11751
  __name: "KdsDateTimeFormatInput",
11573
11752
  props: /* @__PURE__ */ mergeModels({
11574
11753
  description: {},
@@ -11615,7 +11794,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
11615
11794
  autocomplete: props.autocomplete
11616
11795
  }), {
11617
11796
  trailing: withCtx(() => [
11618
- createVNode(unref(_sfc_main$1c), {
11797
+ createVNode(unref(_sfc_main$1i), {
11619
11798
  modelValue: open.value,
11620
11799
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
11621
11800
  size: "xsmall",
@@ -11701,7 +11880,7 @@ const buildRegexFromPatternInput = (input, options) => {
11701
11880
  return `^(?!.*${withCase}).*$`;
11702
11881
  };
11703
11882
 
11704
- const _sfc_main$A = /* @__PURE__ */ defineComponent({
11883
+ const _sfc_main$F = /* @__PURE__ */ defineComponent({
11705
11884
  __name: "KdsPatternInput",
11706
11885
  props: /* @__PURE__ */ mergeModels({
11707
11886
  description: {},
@@ -11784,7 +11963,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
11784
11963
  clearable: ""
11785
11964
  }), {
11786
11965
  trailing: withCtx(() => [
11787
- createVNode(_sfc_main$1c, {
11966
+ createVNode(_sfc_main$1i, {
11788
11967
  modelValue: caseSensitive.value,
11789
11968
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => caseSensitive.value = $event),
11790
11969
  size: "xsmall",
@@ -11794,7 +11973,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
11794
11973
  ariaLabel: "Case sensitivity",
11795
11974
  disabled: __props.disabled
11796
11975
  }, null, 8, ["modelValue", "title", "disabled"]),
11797
- createVNode(_sfc_main$1c, {
11976
+ createVNode(_sfc_main$1i, {
11798
11977
  modelValue: excludeMatches.value,
11799
11978
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => excludeMatches.value = $event),
11800
11979
  size: "xsmall",
@@ -11804,7 +11983,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
11804
11983
  ariaLabel: "Exclude matches",
11805
11984
  disabled: __props.disabled
11806
11985
  }, null, 8, ["modelValue", "title", "disabled"]),
11807
- createVNode(_sfc_main$1c, {
11986
+ createVNode(_sfc_main$1i, {
11808
11987
  modelValue: useRegex.value,
11809
11988
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => useRegex.value = $event),
11810
11989
  size: "xsmall",
@@ -11824,7 +12003,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
11824
12003
  }
11825
12004
  });
11826
12005
 
11827
- const _sfc_main$z = /* @__PURE__ */ defineComponent({
12006
+ const _sfc_main$E = /* @__PURE__ */ defineComponent({
11828
12007
  __name: "KdsSearchInput",
11829
12008
  props: /* @__PURE__ */ mergeModels({
11830
12009
  description: {},
@@ -11977,11 +12156,11 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
11977
12156
  }
11978
12157
  });
11979
12158
 
11980
- const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-3e274ed2"]]);
12159
+ const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-3e274ed2"]]);
11981
12160
 
11982
- const _hoisted_1$r = ["rows", "placeholder", "disabled", "autocomplete"];
12161
+ const _hoisted_1$t = ["rows", "placeholder", "disabled", "autocomplete"];
11983
12162
  const DEFAULT_ROWS = 3;
11984
- const _sfc_main$y = /* @__PURE__ */ defineComponent({
12163
+ const _sfc_main$D = /* @__PURE__ */ defineComponent({
11985
12164
  __name: "KdsTextarea",
11986
12165
  props: /* @__PURE__ */ mergeModels({
11987
12166
  description: {},
@@ -12011,13 +12190,18 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
12011
12190
  if (!element) {
12012
12191
  return;
12013
12192
  }
12014
- element.style.height = "auto";
12015
- const scrollHeight = element.scrollHeight;
12016
- const offsetHeight = element.offsetHeight;
12017
- if (scrollHeight <= offsetHeight) {
12018
- return;
12019
- }
12020
- element.style.height = `${scrollHeight}px`;
12193
+ requestAnimationFrame(() => {
12194
+ if (!textareaElement.value) {
12195
+ return;
12196
+ }
12197
+ element.style.height = "auto";
12198
+ const scrollHeight = element.scrollHeight;
12199
+ const offsetHeight = element.offsetHeight;
12200
+ if (scrollHeight <= offsetHeight) {
12201
+ return;
12202
+ }
12203
+ element.style.height = `${scrollHeight}px`;
12204
+ });
12021
12205
  }
12022
12206
  useResizeObserver(textareaElement, resize);
12023
12207
  watch(modelValue, resize, { immediate: true });
@@ -12042,7 +12226,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
12042
12226
  placeholder: __props.placeholder,
12043
12227
  disabled: __props.disabled,
12044
12228
  autocomplete: props.autocomplete
12045
- }), null, 16, _hoisted_1$r), [
12229
+ }), null, 16, _hoisted_1$t), [
12046
12230
  [vModelText, modelValue.value]
12047
12231
  ])
12048
12232
  ]),
@@ -12052,11 +12236,11 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
12052
12236
  }
12053
12237
  });
12054
12238
 
12055
- const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-bdf12ef9"]]);
12239
+ const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-8e5a54cf"]]);
12056
12240
 
12057
- const _hoisted_1$q = { class: "kds-time-picker" };
12058
- const _hoisted_2$e = { class: "kds-time-picker-selected-time" };
12059
- const _hoisted_3$b = { class: "kds-time-picker-fields" };
12241
+ const _hoisted_1$s = { class: "kds-time-picker" };
12242
+ const _hoisted_2$f = { class: "kds-time-picker-selected-time" };
12243
+ const _hoisted_3$c = { class: "kds-time-picker-fields" };
12060
12244
  const _hoisted_4$8 = { class: "kds-time-picker-fields" };
12061
12245
  const _hoisted_5$2 = {
12062
12246
  key: 0,
@@ -12074,7 +12258,7 @@ const MAX_HOUR = 23;
12074
12258
  const MAX_MINUTE = 59;
12075
12259
  const MAX_SECOND = 59;
12076
12260
  const MAX_MILLISECOND = 999;
12077
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
12261
+ const _sfc_main$C = /* @__PURE__ */ defineComponent({
12078
12262
  __name: "TimePicker",
12079
12263
  props: /* @__PURE__ */ mergeModels({
12080
12264
  maxGranularity: {}
@@ -12175,10 +12359,10 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
12175
12359
  };
12176
12360
  __expose({ focus });
12177
12361
  return (_ctx, _cache) => {
12178
- return openBlock(), createElementBlock("div", _hoisted_1$q, [
12179
- createElementVNode("div", _hoisted_2$e, toDisplayString(selectedTimeLabel.value), 1),
12180
- createElementVNode("div", _hoisted_3$b, [
12181
- createVNode(_sfc_main$O, {
12362
+ return openBlock(), createElementBlock("div", _hoisted_1$s, [
12363
+ createElementVNode("div", _hoisted_2$f, toDisplayString(selectedTimeLabel.value), 1),
12364
+ createElementVNode("div", _hoisted_3$c, [
12365
+ createVNode(_sfc_main$T, {
12182
12366
  ref: "hourInput",
12183
12367
  modelValue: hour.value,
12184
12368
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => hour.value = $event),
@@ -12188,7 +12372,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
12188
12372
  max: MAX_HOUR,
12189
12373
  step: 1
12190
12374
  }, null, 8, ["modelValue"]),
12191
- createVNode(_sfc_main$O, {
12375
+ createVNode(_sfc_main$T, {
12192
12376
  modelValue: minute.value,
12193
12377
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => minute.value = $event),
12194
12378
  class: "kds-time-picker-field",
@@ -12204,7 +12388,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
12204
12388
  })) : createCommentVNode("", true),
12205
12389
  showSecondInput.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
12206
12390
  createElementVNode("div", _hoisted_4$8, [
12207
- createVNode(_sfc_main$O, {
12391
+ createVNode(_sfc_main$T, {
12208
12392
  ref: "secondInput",
12209
12393
  modelValue: second.value,
12210
12394
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => second.value = $event),
@@ -12214,7 +12398,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
12214
12398
  max: MAX_SECOND,
12215
12399
  step: 1
12216
12400
  }, null, 8, ["modelValue"]),
12217
- createVNode(_sfc_main$1f, {
12401
+ createVNode(_sfc_main$1l, {
12218
12402
  class: "kds-time-picker-field-trash",
12219
12403
  variant: "transparent",
12220
12404
  "leading-icon": "trash",
@@ -12224,7 +12408,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
12224
12408
  })
12225
12409
  ]),
12226
12410
  showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
12227
- createVNode(_sfc_main$O, {
12411
+ createVNode(_sfc_main$T, {
12228
12412
  ref: "millisecondInput",
12229
12413
  modelValue: millisecond.value,
12230
12414
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => millisecond.value = $event),
@@ -12237,7 +12421,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
12237
12421
  max: MAX_MILLISECOND,
12238
12422
  step: 1
12239
12423
  }, null, 8, ["modelValue"]),
12240
- createVNode(_sfc_main$1f, {
12424
+ createVNode(_sfc_main$1l, {
12241
12425
  class: "kds-time-picker-field-trash",
12242
12426
  variant: "transparent",
12243
12427
  "leading-icon": "trash",
@@ -12246,7 +12430,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
12246
12430
  onClick: removeMilliseconds
12247
12431
  })
12248
12432
  ])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_6$1, [
12249
- createVNode(_sfc_main$1f, {
12433
+ createVNode(_sfc_main$1l, {
12250
12434
  variant: "outlined",
12251
12435
  size: "small",
12252
12436
  "leading-icon": "plus",
@@ -12255,7 +12439,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
12255
12439
  })
12256
12440
  ])) : createCommentVNode("", true)
12257
12441
  ], 64)) : __props.maxGranularity !== "minute" ? (openBlock(), createElementBlock("div", _hoisted_7$1, [
12258
- createVNode(_sfc_main$1f, {
12442
+ createVNode(_sfc_main$1l, {
12259
12443
  variant: "outlined",
12260
12444
  size: "small",
12261
12445
  "leading-icon": "plus",
@@ -12268,7 +12452,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
12268
12452
  }
12269
12453
  });
12270
12454
 
12271
- const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-c2f06c87"]]);
12455
+ const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-c2f06c87"]]);
12272
12456
 
12273
12457
  const HOURS_END_INDEX = 2;
12274
12458
  const MINUTES_START_INDEX = 2;
@@ -12478,7 +12662,7 @@ const useTimeInputMask = (modelValue, granularityRef) => {
12478
12662
  };
12479
12663
 
12480
12664
  const invalidTimeMessage = "The entered time is invalid.";
12481
- const _sfc_main$w = /* @__PURE__ */ defineComponent({
12665
+ const _sfc_main$B = /* @__PURE__ */ defineComponent({
12482
12666
  __name: "KdsTimeInput",
12483
12667
  props: /* @__PURE__ */ mergeModels({
12484
12668
  description: {},
@@ -12593,7 +12777,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
12593
12777
  onBlur: onTextInputBlur
12594
12778
  }), {
12595
12779
  trailing: withCtx(() => [
12596
- createVNode(_sfc_main$1c, {
12780
+ createVNode(_sfc_main$1i, {
12597
12781
  modelValue: popoverIsVisible.value,
12598
12782
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
12599
12783
  size: "xsmall",
@@ -12855,11 +13039,11 @@ const stripInactiveFields = (duration, usedFormat) => {
12855
13039
  };
12856
13040
  const toTitleCase = (key) => key.charAt(0).toUpperCase() + key.slice(1).toLowerCase();
12857
13041
 
12858
- const _hoisted_1$p = { class: "kds-interval-popover" };
12859
- const _hoisted_2$d = { class: "kds-interval-popover-header" };
12860
- const _hoisted_3$a = { class: "kds-interval-popover-content" };
13042
+ const _hoisted_1$r = { class: "kds-interval-popover" };
13043
+ const _hoisted_2$e = { class: "kds-interval-popover-header" };
13044
+ const _hoisted_3$b = { class: "kds-interval-popover-content" };
12861
13045
  const _hoisted_4$7 = { class: "kds-interval-popover-grid" };
12862
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
13046
+ const _sfc_main$A = /* @__PURE__ */ defineComponent({
12863
13047
  __name: "IntervalInputPopover",
12864
13048
  props: /* @__PURE__ */ mergeModels({
12865
13049
  format: {},
@@ -12953,8 +13137,8 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
12953
13137
  }
12954
13138
  });
12955
13139
  return (_ctx, _cache) => {
12956
- return openBlock(), createElementBlock("div", _hoisted_1$p, [
12957
- createElementVNode("div", _hoisted_2$d, [
13140
+ return openBlock(), createElementBlock("div", _hoisted_1$r, [
13141
+ createElementVNode("div", _hoisted_2$e, [
12958
13142
  _cache[2] || (_cache[2] = createElementVNode("span", { class: "kds-interval-popover-title" }, "Interval value", -1)),
12959
13143
  props.format === unref(kdsIntervalInputFormat).DATE_OR_TIME ? (openBlock(), createBlock(unref(KdsValueSwitch), {
12960
13144
  key: 0,
@@ -12966,7 +13150,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
12966
13150
  }, null, 8, ["modelValue"])) : createCommentVNode("", true)
12967
13151
  ]),
12968
13152
  _cache[3] || (_cache[3] = createElementVNode("div", { class: "kds-interval-popover-divider" }, null, -1)),
12969
- createElementVNode("div", _hoisted_3$a, [
13153
+ createElementVNode("div", _hoisted_3$b, [
12970
13154
  props.allowDescending ? (openBlock(), createBlock(unref(KdsValueSwitch), {
12971
13155
  key: 0,
12972
13156
  modelValue: direction.value,
@@ -12978,7 +13162,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
12978
13162
  }, null, 8, ["modelValue"])) : createCommentVNode("", true),
12979
13163
  createElementVNode("div", _hoisted_4$7, [
12980
13164
  mode.value === unref(kdsIntervalInputFormat).DATE ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(periodNumericKeys), (key) => {
12981
- return openBlock(), createBlock(unref(_sfc_main$O), {
13165
+ return openBlock(), createBlock(unref(_sfc_main$T), {
12982
13166
  key,
12983
13167
  "model-value": activeFields.value[key],
12984
13168
  label: fieldLabels[key] ?? unref(toTitleCase)(key),
@@ -12988,7 +13172,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
12988
13172
  "onUpdate:modelValue": ($event) => updateField(key, $event)
12989
13173
  }, null, 8, ["model-value", "label", "max", "onUpdate:modelValue"]);
12990
13174
  }), 128)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(unref(durationNumericKeys), (key) => {
12991
- return openBlock(), createBlock(unref(_sfc_main$O), {
13175
+ return openBlock(), createBlock(unref(_sfc_main$T), {
12992
13176
  key,
12993
13177
  "model-value": activeFields.value[key],
12994
13178
  label: fieldLabels[key] ?? unref(toTitleCase)(key),
@@ -13005,9 +13189,9 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
13005
13189
  }
13006
13190
  });
13007
13191
 
13008
- const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-02541fd1"]]);
13192
+ const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-02541fd1"]]);
13009
13193
 
13010
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
13194
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
13011
13195
  __name: "KdsIntervalInput",
13012
13196
  props: /* @__PURE__ */ mergeModels({
13013
13197
  description: {},
@@ -13169,7 +13353,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
13169
13353
  onKeydown: withKeys(withModifiers(commitTypedInput, ["prevent"]), ["enter"])
13170
13354
  }), {
13171
13355
  trailing: withCtx(() => [
13172
- createVNode(unref(_sfc_main$1c), {
13356
+ createVNode(unref(_sfc_main$1i), {
13173
13357
  modelValue: isPopoverOpen.value,
13174
13358
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isPopoverOpen.value = $event),
13175
13359
  size: "xsmall",
@@ -13217,18 +13401,18 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
13217
13401
  }
13218
13402
  });
13219
13403
 
13220
- const _hoisted_1$o = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
13221
- const _hoisted_2$c = {
13404
+ const _hoisted_1$q = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
13405
+ const _hoisted_2$d = {
13222
13406
  key: 0,
13223
13407
  class: "leading",
13224
13408
  "aria-hidden": "true"
13225
13409
  };
13226
- const _hoisted_3$9 = ["id"];
13410
+ const _hoisted_3$a = ["id"];
13227
13411
  const _hoisted_4$6 = {
13228
13412
  class: "trailing",
13229
13413
  "aria-hidden": "true"
13230
13414
  };
13231
- const _sfc_main$t = /* @__PURE__ */ defineComponent({
13415
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
13232
13416
  __name: "BaseDropdown",
13233
13417
  props: /* @__PURE__ */ mergeModels({
13234
13418
  text: {},
@@ -13300,8 +13484,8 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
13300
13484
  onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("click")),
13301
13485
  onKeydown
13302
13486
  }, [
13303
- props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$c, [
13304
- createVNode(_sfc_main$1a, {
13487
+ props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$d, [
13488
+ createVNode(_sfc_main$1g, {
13305
13489
  accessory: props.accessory,
13306
13490
  size: "medium"
13307
13491
  }, null, 8, ["accessory"])
@@ -13312,28 +13496,28 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
13312
13496
  placeholder: !props.text && !__props.disabled,
13313
13497
  missing: __props.missing
13314
13498
  }])
13315
- }, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$9),
13499
+ }, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$a),
13316
13500
  createElementVNode("span", _hoisted_4$6, [
13317
13501
  createVNode(KdsIcon, {
13318
13502
  name: open.value ? "chevron-up" : "chevron-down",
13319
13503
  size: "small"
13320
13504
  }, null, 8, ["name"])
13321
13505
  ])
13322
- ], 42, _hoisted_1$o);
13506
+ ], 42, _hoisted_1$q);
13323
13507
  };
13324
13508
  }
13325
13509
  });
13326
13510
 
13327
- const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-0f4de8fb"]]);
13511
+ const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-0f4de8fb"]]);
13328
13512
 
13329
13513
  const DROPDOWN_SEARCH_THRESHOLD = 12;
13330
13514
 
13331
- const _hoisted_1$n = { class: "kds-dropdown-container" };
13332
- const _hoisted_2$b = {
13515
+ const _hoisted_1$p = { class: "kds-dropdown-container" };
13516
+ const _hoisted_2$c = {
13333
13517
  key: 0,
13334
13518
  class: "kds-dropdown-container-sticky-top"
13335
13519
  };
13336
- const _sfc_main$s = /* @__PURE__ */ defineComponent({
13520
+ const _sfc_main$x = /* @__PURE__ */ defineComponent({
13337
13521
  __name: "DropdownContainer",
13338
13522
  props: /* @__PURE__ */ mergeModels({
13339
13523
  emptyText: {},
@@ -13417,8 +13601,8 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
13417
13601
  }
13418
13602
  });
13419
13603
  return (_ctx, _cache) => {
13420
- return openBlock(), createElementBlock("div", _hoisted_1$n, [
13421
- searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$b, [
13604
+ return openBlock(), createElementBlock("div", _hoisted_1$p, [
13605
+ searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$c, [
13422
13606
  createVNode(BaseInput, {
13423
13607
  ref_key: "searchEl",
13424
13608
  ref: searchEl,
@@ -13450,9 +13634,9 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
13450
13634
  }
13451
13635
  });
13452
13636
 
13453
- const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-cdb20fd2"]]);
13637
+ const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-cdb20fd2"]]);
13454
13638
 
13455
- const _sfc_main$r = /* @__PURE__ */ defineComponent({
13639
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
13456
13640
  __name: "KdsDropdown",
13457
13641
  props: /* @__PURE__ */ mergeModels({
13458
13642
  placeholder: { default: "Select" },
@@ -13545,9 +13729,9 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
13545
13729
  }
13546
13730
  });
13547
13731
 
13548
- const _hoisted_1$m = ["disabled"];
13549
- const _hoisted_2$a = ["title"];
13550
- const _sfc_main$q = /* @__PURE__ */ defineComponent({
13732
+ const _hoisted_1$o = ["disabled"];
13733
+ const _hoisted_2$b = ["title"];
13734
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
13551
13735
  __name: "KdsListItemButton",
13552
13736
  props: {
13553
13737
  label: {},
@@ -13577,24 +13761,24 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
13577
13761
  ref: labelEl,
13578
13762
  class: "label",
13579
13763
  title: unref(isLabelTruncated) ? props.label : void 0
13580
- }, toDisplayString(props.label), 9, _hoisted_2$a)
13581
- ], 8, _hoisted_1$m);
13764
+ }, toDisplayString(props.label), 9, _hoisted_2$b)
13765
+ ], 8, _hoisted_1$o);
13582
13766
  };
13583
13767
  }
13584
13768
  });
13585
13769
 
13586
- const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-21fb5571"]]);
13770
+ const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-21fb5571"]]);
13587
13771
 
13588
- const _hoisted_1$l = { class: "kds-multi-select-dropdown-options" };
13589
- const _hoisted_2$9 = {
13772
+ const _hoisted_1$n = { class: "kds-multi-select-dropdown-options" };
13773
+ const _hoisted_2$a = {
13590
13774
  key: 0,
13591
13775
  class: "kds-multi-select-dropdown-search"
13592
13776
  };
13593
- const _hoisted_3$8 = {
13777
+ const _hoisted_3$9 = {
13594
13778
  key: 1,
13595
13779
  class: "kds-multi-select-dropdown-footer"
13596
13780
  };
13597
- const _sfc_main$p = /* @__PURE__ */ defineComponent({
13781
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
13598
13782
  __name: "MultiSelectDropdownContainer",
13599
13783
  props: /* @__PURE__ */ mergeModels({
13600
13784
  emptyText: {},
@@ -13717,8 +13901,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
13717
13901
  }
13718
13902
  });
13719
13903
  return (_ctx, _cache) => {
13720
- return openBlock(), createElementBlock("div", _hoisted_1$l, [
13721
- searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$9, [
13904
+ return openBlock(), createElementBlock("div", _hoisted_1$n, [
13905
+ searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$a, [
13722
13906
  createVNode(BaseInput, {
13723
13907
  ref_key: "searchEl",
13724
13908
  ref: searchEl,
@@ -13747,7 +13931,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
13747
13931
  "aria-label": "Dropdown options",
13748
13932
  onItemClick: _cache[4] || (_cache[4] = ($event) => $event !== void 0 && onItemClick($event))
13749
13933
  }, null, 8, ["class", "possible-values", "loading", "empty-text", "controlled-externally"]),
13750
- !__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$8, [
13934
+ !__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$9, [
13751
13935
  createVNode(unref(KdsListItemButton), {
13752
13936
  label: anyVisibleSelected.value ? "Clear all" : "Select all",
13753
13937
  "leading-icon": anyVisibleSelected.value ? "trash" : "checkmark",
@@ -13760,9 +13944,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
13760
13944
  }
13761
13945
  });
13762
13946
 
13763
- const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-68fe366f"]]);
13947
+ const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-68fe366f"]]);
13764
13948
 
13765
- const _sfc_main$o = /* @__PURE__ */ defineComponent({
13949
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
13766
13950
  __name: "KdsMultiSelectDropdown",
13767
13951
  props: /* @__PURE__ */ mergeModels({
13768
13952
  placeholder: { default: "Select" },
@@ -13889,9 +14073,9 @@ const kdsDimensionComponentHeight20x = 320;
13889
14073
  const kdsSpacingContainer0p10x = 1;
13890
14074
  const kdsSpacingContainer0p25x = 4;
13891
14075
 
13892
- const _hoisted_1$k = { class: "kds-resize-handle-area" };
13893
- const _hoisted_2$8 = ["aria-label"];
13894
- const _sfc_main$n = /* @__PURE__ */ defineComponent({
14076
+ const _hoisted_1$m = { class: "kds-resize-handle-area" };
14077
+ const _hoisted_2$9 = ["aria-label"];
14078
+ const _sfc_main$s = /* @__PURE__ */ defineComponent({
13895
14079
  __name: "ResizeHandle",
13896
14080
  props: {
13897
14081
  numberOfHandles: { default: 1 },
@@ -13913,7 +14097,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
13913
14097
  return `calc((100% - ${n - 1} * ${gap}) / ${2 * n})`;
13914
14098
  });
13915
14099
  return (_ctx, _cache) => {
13916
- return openBlock(), createElementBlock("div", _hoisted_1$k, [
14100
+ return openBlock(), createElementBlock("div", _hoisted_1$m, [
13917
14101
  (openBlock(true), createElementBlock(Fragment, null, renderList(normalizedNumberOfHandles.value, (i) => {
13918
14102
  return openBlock(), createElementBlock("button", {
13919
14103
  key: i,
@@ -13922,22 +14106,22 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
13922
14106
  type: "button"
13923
14107
  }, [..._cache[0] || (_cache[0] = [
13924
14108
  createElementVNode("span", { class: "kds-resize-handle-line" }, null, -1)
13925
- ])], 8, _hoisted_2$8);
14109
+ ])], 8, _hoisted_2$9);
13926
14110
  }), 128))
13927
14111
  ]);
13928
14112
  };
13929
14113
  }
13930
14114
  });
13931
14115
 
13932
- const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-df3803d4"]]);
14116
+ const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-df3803d4"]]);
13933
14117
 
13934
- const _hoisted_1$j = {
14118
+ const _hoisted_1$l = {
13935
14119
  ref: "content",
13936
14120
  class: "kds-resize-container-content"
13937
14121
  };
13938
14122
  const DEFAULT_INITIAL_HEIGHT = 200;
13939
14123
  const KEYBOARD_RESIZE_STEP = 10;
13940
- const _sfc_main$m = /* @__PURE__ */ defineComponent({
14124
+ const _sfc_main$r = /* @__PURE__ */ defineComponent({
13941
14125
  __name: "KdsResizeContainer",
13942
14126
  props: {
13943
14127
  height: { default: () => DEFAULT_INITIAL_HEIGHT },
@@ -14000,7 +14184,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
14000
14184
  return openBlock(), createElementBlock("div", {
14001
14185
  class: normalizeClass(["kds-resize-container", { dragging: unref(activePointerId) !== null }])
14002
14186
  }, [
14003
- createElementVNode("div", _hoisted_1$j, [
14187
+ createElementVNode("div", _hoisted_1$l, [
14004
14188
  renderSlot(_ctx.$slots, "default", { contentStyle: contentStyle.value }, void 0, true)
14005
14189
  ], 512),
14006
14190
  createVNode(ResizeHandle, {
@@ -14018,7 +14202,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
14018
14202
  }
14019
14203
  });
14020
14204
 
14021
- const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-46b33b01"]]);
14205
+ const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-46b33b01"]]);
14022
14206
 
14023
14207
  const CLICK_META_KEY_TIMEOUT = 250;
14024
14208
  const useMultiSelectListBoxSelection = ({
@@ -14310,9 +14494,9 @@ const useMultiSelectListBoxSelection = ({
14310
14494
  };
14311
14495
  };
14312
14496
 
14313
- const _hoisted_1$i = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
14314
- const _hoisted_2$7 = { class: "kds-multiselect-list-box-content-grid" };
14315
- const _hoisted_3$7 = {
14497
+ const _hoisted_1$k = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
14498
+ const _hoisted_2$8 = { class: "kds-multiselect-list-box-content-grid" };
14499
+ const _hoisted_3$8 = {
14316
14500
  key: 0,
14317
14501
  class: "kds-multiselect-sticky-bottom"
14318
14502
  };
@@ -14320,7 +14504,7 @@ const _hoisted_4$5 = {
14320
14504
  key: 0,
14321
14505
  class: "kds-multiselect-empty"
14322
14506
  };
14323
- const _sfc_main$l = /* @__PURE__ */ defineComponent({
14507
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
14324
14508
  __name: "KdsMultiSelectListBox",
14325
14509
  props: /* @__PURE__ */ mergeModels({
14326
14510
  description: {},
@@ -14573,7 +14757,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
14573
14757
  onBlur: _cache[17] || (_cache[17] = //@ts-ignore
14574
14758
  (...args) => unref(onBlur) && unref(onBlur)(...args))
14575
14759
  }), [
14576
- createElementVNode("div", _hoisted_2$7, [
14760
+ createElementVNode("div", _hoisted_2$8, [
14577
14761
  createElementVNode("div", mergeProps({ class: "kds-multiselect-list-box-content" }, unref(wrapperProps)), [
14578
14762
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(virtualList), ({ data: item, index }) => {
14579
14763
  return openBlock(), createBlock(unref(KdsListItem), {
@@ -14583,7 +14767,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
14583
14767
  "kds-multiselect-list-box-item",
14584
14768
  { "kds-multiselect-list-box-item-first": index === 0 }
14585
14769
  ]),
14586
- label: item.text,
14770
+ text: item.text,
14587
14771
  accessory: item.accessory,
14588
14772
  missing: item.missing,
14589
14773
  special: item.special,
@@ -14597,13 +14781,13 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
14597
14781
  _cache[0] || (_cache[0] = withModifiers(($event) => handleShiftDblClick(), ["shift"]))
14598
14782
  ],
14599
14783
  onClick: ($event) => unref(handleClick)($event, item.id, index)
14600
- }, null, 8, ["id", "class", "label", "accessory", "missing", "special", "data-option-index", "selected", "disabled", "active", "trailing-icon", "onDblclick", "onClick"]);
14784
+ }, null, 8, ["id", "class", "text", "accessory", "missing", "special", "data-option-index", "selected", "disabled", "active", "trailing-icon", "onDblclick", "onClick"]);
14601
14785
  }), 128))
14602
14786
  ], 16),
14603
- visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$7, [
14787
+ visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$8, [
14604
14788
  createVNode(unref(KdsListItem), {
14605
14789
  id: generateOptionId(visibleBottomValue.value.id),
14606
- label: visibleBottomValue.value.text,
14790
+ text: visibleBottomValue.value.text,
14607
14791
  accessory: visibleBottomValue.value.accessory,
14608
14792
  missing: visibleBottomValue.value.missing,
14609
14793
  "data-option-index": bottomIndex.value,
@@ -14617,10 +14801,10 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
14617
14801
  _cache[2] || (_cache[2] = withModifiers(($event) => handleShiftDblClick(), ["shift"])),
14618
14802
  _cache[3] || (_cache[3] = withModifiers(($event) => handleDblClick(visibleBottomValue.value.id, bottomIndex.value), ["exact"]))
14619
14803
  ]
14620
- }, null, 8, ["id", "label", "accessory", "missing", "data-option-index", "selected", "disabled", "active", "trailing-icon"])
14804
+ }, null, 8, ["id", "text", "accessory", "missing", "data-option-index", "selected", "disabled", "active", "trailing-icon"])
14621
14805
  ])) : createCommentVNode("", true)
14622
14806
  ])
14623
- ], 16, _hoisted_1$i),
14807
+ ], 16, _hoisted_1$k),
14624
14808
  visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$5, [
14625
14809
  createVNode(KdsEmptyState, {
14626
14810
  headline: __props.loading ? "Loading data…" : __props.emptyStateLabel,
@@ -14639,11 +14823,11 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
14639
14823
  }
14640
14824
  });
14641
14825
 
14642
- const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-ee1c7bd0"]]);
14826
+ const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-2c5e2dda"]]);
14643
14827
 
14644
- const _hoisted_1$h = { class: "kds-list-column" };
14645
- const _hoisted_2$6 = { class: "kds-list-header" };
14646
- const _hoisted_3$6 = { class: "kds-list-label" };
14828
+ const _hoisted_1$j = { class: "kds-list-column" };
14829
+ const _hoisted_2$7 = { class: "kds-list-header" };
14830
+ const _hoisted_3$7 = { class: "kds-list-label" };
14647
14831
  const _hoisted_4$4 = {
14648
14832
  key: 0,
14649
14833
  class: "kds-list-count"
@@ -14657,7 +14841,7 @@ const _hoisted_9 = {
14657
14841
  class: "kds-list-count"
14658
14842
  };
14659
14843
  const UNKNOWN_VALUE_ID = "__unknown-value-option__";
14660
- const _sfc_main$k = /* @__PURE__ */ defineComponent({
14844
+ const _sfc_main$p = /* @__PURE__ */ defineComponent({
14661
14845
  __name: "TwinListBody",
14662
14846
  props: /* @__PURE__ */ mergeModels({
14663
14847
  disabled: { type: Boolean, default: false },
@@ -14831,9 +15015,9 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
14831
15015
  class: "kds-twin-list-body",
14832
15016
  style: normalizeStyle(contentStyle)
14833
15017
  }, [
14834
- createElementVNode("div", _hoisted_1$h, [
14835
- createElementVNode("div", _hoisted_2$6, [
14836
- createElementVNode("span", _hoisted_3$6, toDisplayString(__props.excludeLabel), 1),
15018
+ createElementVNode("div", _hoisted_1$j, [
15019
+ createElementVNode("div", _hoisted_2$7, [
15020
+ createElementVNode("span", _hoisted_3$7, toDisplayString(__props.excludeLabel), 1),
14837
15021
  !__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$4, toDisplayString(leftOptions.value.length) + " of " + toDisplayString(excludedItems.value.length), 1)) : createCommentVNode("", true)
14838
15022
  ]),
14839
15023
  createVNode(unref(KdsMultiSelectListBox), {
@@ -14854,7 +15038,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
14854
15038
  }, null, 8, ["modelValue", "possible-values", "ariaLabel", "disabled", "error", "loading", "empty-state-label", "bottom-value"])
14855
15039
  ]),
14856
15040
  createElementVNode("div", _hoisted_5$1, [
14857
- createVNode(unref(_sfc_main$1f), {
15041
+ createVNode(unref(_sfc_main$1l), {
14858
15042
  "leading-icon": "chevron-right",
14859
15043
  ariaLabel: "Move selected values right",
14860
15044
  title: "Move selected values right",
@@ -14863,7 +15047,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
14863
15047
  disabled: effectiveDisabled.value || leftSelected.value.length === 0,
14864
15048
  onClick: _cache[2] || (_cache[2] = ($event) => moveRight(leftSelected.value))
14865
15049
  }, null, 8, ["disabled"]),
14866
- createVNode(unref(_sfc_main$1f), {
15050
+ createVNode(unref(_sfc_main$1l), {
14867
15051
  "leading-icon": "chevron-right-double",
14868
15052
  ariaLabel: "Move all values right",
14869
15053
  title: "Move all values right",
@@ -14875,7 +15059,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
14875
15059
  ...showUnknownValues.value && !modelValue.value.includeUnknownValues ? [UNKNOWN_VALUE_ID] : []
14876
15060
  ]))
14877
15061
  }, null, 8, ["disabled"]),
14878
- createVNode(unref(_sfc_main$1f), {
15062
+ createVNode(unref(_sfc_main$1l), {
14879
15063
  "leading-icon": "chevron-left",
14880
15064
  ariaLabel: "Move selected values left",
14881
15065
  title: "Move selected values left",
@@ -14884,7 +15068,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
14884
15068
  disabled: effectiveDisabled.value || rightSelected.value.length === 0,
14885
15069
  onClick: _cache[4] || (_cache[4] = ($event) => moveLeft(rightSelected.value))
14886
15070
  }, null, 8, ["disabled"]),
14887
- createVNode(unref(_sfc_main$1f), {
15071
+ createVNode(unref(_sfc_main$1l), {
14888
15072
  "leading-icon": "chevron-left-double",
14889
15073
  ariaLabel: "Move all values left",
14890
15074
  title: "Move all values left",
@@ -14927,7 +15111,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
14927
15111
  }
14928
15112
  });
14929
15113
 
14930
- const TwinListBody = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-11062d8e"]]);
15114
+ const TwinListBody = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-11062d8e"]]);
14931
15115
 
14932
15116
  const kdsTwinListSearchMode = {
14933
15117
  MANUAL: "manual",
@@ -14936,7 +15120,7 @@ const kdsTwinListSearchMode = {
14936
15120
  };
14937
15121
  const kdsTwinListSearchModes = Object.values(kdsTwinListSearchMode);
14938
15122
 
14939
- const _sfc_main$j = /* @__PURE__ */ defineComponent({
15123
+ const _sfc_main$o = /* @__PURE__ */ defineComponent({
14940
15124
  __name: "TwinListHeader",
14941
15125
  props: /* @__PURE__ */ mergeModels({
14942
15126
  filterTypes: { default: () => void 0 },
@@ -15012,7 +15196,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
15012
15196
  ariaLabel: "Search values",
15013
15197
  placeholder: "Search",
15014
15198
  disabled: __props.disabled
15015
- }, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$A), {
15199
+ }, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$F), {
15016
15200
  key: 2,
15017
15201
  modelValue: pattern.value,
15018
15202
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => pattern.value = $event),
@@ -15026,7 +15210,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
15026
15210
  placeholder: "Pattern",
15027
15211
  disabled: __props.disabled,
15028
15212
  "onUpdate:regex": _cache[6] || (_cache[6] = ($event) => emit("update:regex", $event))
15029
- }, null, 8, ["modelValue", "case-sensitive", "exclude-matches", "use-regex", "disabled"])) : (openBlock(), createBlock(unref(_sfc_main$o), {
15213
+ }, null, 8, ["modelValue", "case-sensitive", "exclude-matches", "use-regex", "disabled"])) : (openBlock(), createBlock(unref(_sfc_main$t), {
15030
15214
  key: 3,
15031
15215
  modelValue: selectedTypes.value,
15032
15216
  "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => selectedTypes.value = $event),
@@ -15040,8 +15224,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
15040
15224
  }
15041
15225
  });
15042
15226
 
15043
- const _hoisted_1$g = { class: "kds-twin-list" };
15044
- const _sfc_main$i = /* @__PURE__ */ defineComponent({
15227
+ const _hoisted_1$i = { class: "kds-twin-list" };
15228
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
15045
15229
  __name: "KdsTwinList",
15046
15230
  props: /* @__PURE__ */ mergeModels({
15047
15231
  description: {},
@@ -15172,8 +15356,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
15172
15356
  "preserve-sub-text-space": __props.preserveSubTextSpace
15173
15357
  }, {
15174
15358
  default: withCtx(() => [
15175
- createElementVNode("div", _hoisted_1$g, [
15176
- createVNode(_sfc_main$j, {
15359
+ createElementVNode("div", _hoisted_1$i, [
15360
+ createVNode(_sfc_main$o, {
15177
15361
  mode: mode.value,
15178
15362
  "onUpdate:mode": _cache[0] || (_cache[0] = ($event) => mode.value = $event),
15179
15363
  pattern: pattern.value,
@@ -15214,7 +15398,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
15214
15398
  }
15215
15399
  });
15216
15400
 
15217
- const KdsTwinList = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-1a9327b5"]]);
15401
+ const KdsTwinList = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-1a9327b5"]]);
15218
15402
 
15219
15403
  const useSortableListBoxReorder = ({
15220
15404
  orderedIds,
@@ -15273,11 +15457,11 @@ const useSortableListBoxReorder = ({
15273
15457
  };
15274
15458
  };
15275
15459
 
15276
- const _hoisted_1$f = { class: "kds-sortable-list-box-wrapper" };
15277
- const _hoisted_2$5 = { class: "kds-sortable-top-buttons" };
15278
- const _hoisted_3$5 = { class: "kds-sortable-top-buttons-left" };
15460
+ const _hoisted_1$h = { class: "kds-sortable-list-box-wrapper" };
15461
+ const _hoisted_2$6 = { class: "kds-sortable-top-buttons" };
15462
+ const _hoisted_3$6 = { class: "kds-sortable-top-buttons-left" };
15279
15463
  const _hoisted_4$3 = { class: "kds-sortable-footer-buttons" };
15280
- const _sfc_main$h = /* @__PURE__ */ defineComponent({
15464
+ const _sfc_main$m = /* @__PURE__ */ defineComponent({
15281
15465
  __name: "KdsSortableListBox",
15282
15466
  props: /* @__PURE__ */ mergeModels({
15283
15467
  possibleValues: {},
@@ -15334,10 +15518,10 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
15334
15518
  "preserve-sub-text-space": __props.preserveSubTextSpace
15335
15519
  }), {
15336
15520
  default: withCtx(() => [
15337
- createElementVNode("div", _hoisted_1$f, [
15338
- createElementVNode("div", _hoisted_2$5, [
15339
- createElementVNode("div", _hoisted_3$5, [
15340
- createVNode(_sfc_main$1f, {
15521
+ createElementVNode("div", _hoisted_1$h, [
15522
+ createElementVNode("div", _hoisted_2$6, [
15523
+ createElementVNode("div", _hoisted_3$6, [
15524
+ createVNode(_sfc_main$1l, {
15341
15525
  size: "small",
15342
15526
  variant: "transparent",
15343
15527
  "leading-icon": "sort-descending",
@@ -15345,7 +15529,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
15345
15529
  disabled: __props.disabled,
15346
15530
  onClick: _cache[0] || (_cache[0] = ($event) => applyReorder(unref(sortByText)(true, optionLookup.value)))
15347
15531
  }, null, 8, ["disabled"]),
15348
- createVNode(_sfc_main$1f, {
15532
+ createVNode(_sfc_main$1l, {
15349
15533
  size: "small",
15350
15534
  variant: "transparent",
15351
15535
  "leading-icon": "sort-ascending",
@@ -15354,7 +15538,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
15354
15538
  onClick: _cache[1] || (_cache[1] = ($event) => applyReorder(unref(sortByText)(false, optionLookup.value)))
15355
15539
  }, null, 8, ["disabled"])
15356
15540
  ]),
15357
- createVNode(_sfc_main$1f, {
15541
+ createVNode(_sfc_main$1l, {
15358
15542
  size: "small",
15359
15543
  variant: "transparent",
15360
15544
  destructive: "",
@@ -15376,7 +15560,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
15376
15560
  /* fallback only for TS */
15377
15561
  }, null, 8, ["modelValue", "possible-values", "disabled", "error", "ariaLabel"]),
15378
15562
  createElementVNode("div", _hoisted_4$3, [
15379
- createVNode(_sfc_main$1f, {
15563
+ createVNode(_sfc_main$1l, {
15380
15564
  size: "small",
15381
15565
  variant: "transparent",
15382
15566
  "leading-icon": "to-top",
@@ -15385,7 +15569,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
15385
15569
  disabled: __props.disabled || !unref(canMoveUp),
15386
15570
  onClick: moveToTop
15387
15571
  }, null, 8, ["disabled"]),
15388
- createVNode(_sfc_main$1f, {
15572
+ createVNode(_sfc_main$1l, {
15389
15573
  size: "small",
15390
15574
  variant: "transparent",
15391
15575
  "leading-icon": "to-bottom",
@@ -15394,7 +15578,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
15394
15578
  disabled: __props.disabled || !unref(canMoveDown),
15395
15579
  onClick: moveToBottom
15396
15580
  }, null, 8, ["disabled"]),
15397
- createVNode(_sfc_main$1f, {
15581
+ createVNode(_sfc_main$1l, {
15398
15582
  size: "small",
15399
15583
  variant: "transparent",
15400
15584
  "leading-icon": "arrow-up",
@@ -15403,7 +15587,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
15403
15587
  disabled: __props.disabled || !unref(canMoveUp),
15404
15588
  onClick: moveUp
15405
15589
  }, null, 8, ["disabled"]),
15406
- createVNode(_sfc_main$1f, {
15590
+ createVNode(_sfc_main$1l, {
15407
15591
  size: "small",
15408
15592
  variant: "transparent",
15409
15593
  "leading-icon": "arrow-down",
@@ -15421,10 +15605,10 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
15421
15605
  }
15422
15606
  });
15423
15607
 
15424
- const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-ee7b63e2"]]);
15608
+ const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-ee7b63e2"]]);
15425
15609
 
15426
- const _hoisted_1$e = { class: "kds-info-popover-content" };
15427
- const _sfc_main$g = /* @__PURE__ */ defineComponent({
15610
+ const _hoisted_1$g = { class: "kds-info-popover-content" };
15611
+ const _sfc_main$l = /* @__PURE__ */ defineComponent({
15428
15612
  __name: "InfoPopover",
15429
15613
  props: {
15430
15614
  content: {}
@@ -15432,7 +15616,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
15432
15616
  setup(__props) {
15433
15617
  const props = __props;
15434
15618
  return (_ctx, _cache) => {
15435
- return openBlock(), createElementBlock("div", _hoisted_1$e, [
15619
+ return openBlock(), createElementBlock("div", _hoisted_1$g, [
15436
15620
  renderSlot(_ctx.$slots, "default", {}, () => [
15437
15621
  createTextVNode(toDisplayString(props.content), 1)
15438
15622
  ], true)
@@ -15441,11 +15625,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
15441
15625
  }
15442
15626
  });
15443
15627
 
15444
- const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-951f2a2b"]]);
15628
+ const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-951f2a2b"]]);
15445
15629
 
15446
- const _hoisted_1$d = ["aria-pressed", "aria-expanded", "aria-controls"];
15630
+ const _hoisted_1$f = ["aria-pressed", "aria-expanded", "aria-controls"];
15447
15631
  const TITLE = "Click for more information";
15448
- const _sfc_main$f = /* @__PURE__ */ defineComponent({
15632
+ const _sfc_main$k = /* @__PURE__ */ defineComponent({
15449
15633
  __name: "KdsInfoToggleButton",
15450
15634
  props: /* @__PURE__ */ mergeModels({
15451
15635
  content: {},
@@ -15487,7 +15671,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
15487
15671
  name: "circle-question",
15488
15672
  size: "small"
15489
15673
  })
15490
- ], 16, _hoisted_1$d),
15674
+ ], 16, _hoisted_1$f),
15491
15675
  createVNode(KdsPopover, {
15492
15676
  ref_key: "popoverEl",
15493
15677
  ref: popoverEl,
@@ -15514,18 +15698,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
15514
15698
  }
15515
15699
  });
15516
15700
 
15517
- const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-2e9ef96a"]]);
15701
+ const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-2e9ef96a"]]);
15518
15702
 
15519
15703
  const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
15520
15704
  __proto__: null,
15521
15705
  default: KdsInfoToggleButton
15522
15706
  }, Symbol.toStringTag, { value: 'Module' }));
15523
15707
 
15524
- const _hoisted_1$c = {
15708
+ const _hoisted_1$e = {
15525
15709
  class: "kds-variable-popover",
15526
15710
  tabindex: "0"
15527
15711
  };
15528
- const _sfc_main$e = /* @__PURE__ */ defineComponent({
15712
+ const _sfc_main$j = /* @__PURE__ */ defineComponent({
15529
15713
  __name: "VariablePopover",
15530
15714
  props: {
15531
15715
  content: {}
@@ -15533,7 +15717,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
15533
15717
  setup(__props) {
15534
15718
  const props = __props;
15535
15719
  return (_ctx, _cache) => {
15536
- return openBlock(), createElementBlock("div", _hoisted_1$c, [
15720
+ return openBlock(), createElementBlock("div", _hoisted_1$e, [
15537
15721
  renderSlot(_ctx.$slots, "default", {}, () => [
15538
15722
  createTextVNode(toDisplayString(props.content), 1)
15539
15723
  ], true)
@@ -15542,10 +15726,10 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
15542
15726
  }
15543
15727
  });
15544
15728
 
15545
- const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-8a0c56d0"]]);
15729
+ const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-8a0c56d0"]]);
15546
15730
 
15547
- const _hoisted_1$b = ["title", "aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
15548
- const _sfc_main$d = /* @__PURE__ */ defineComponent({
15731
+ const _hoisted_1$d = ["title", "aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
15732
+ const _sfc_main$i = /* @__PURE__ */ defineComponent({
15549
15733
  __name: "KdsVariableToggleButton",
15550
15734
  props: /* @__PURE__ */ mergeModels({
15551
15735
  content: {},
@@ -15634,7 +15818,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
15634
15818
  name: iconName.value,
15635
15819
  size: "small"
15636
15820
  }, null, 8, ["name"])
15637
- ], 16, _hoisted_1$b),
15821
+ ], 16, _hoisted_1$d),
15638
15822
  createVNode(KdsPopover, {
15639
15823
  ref_key: "popoverEl",
15640
15824
  ref: popoverEl,
@@ -15662,14 +15846,142 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
15662
15846
  }
15663
15847
  });
15664
15848
 
15665
- const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-b6d29842"]]);
15849
+ const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-b6d29842"]]);
15666
15850
 
15667
- const _hoisted_1$a = ["aria-label", "aria-labelledby", "aria-pressed", "disabled"];
15668
- const _sfc_main$c = /* @__PURE__ */ defineComponent({
15669
- __name: "KdsCardClickable",
15851
+ const _sfc_main$h = /* @__PURE__ */ defineComponent({
15852
+ __name: "BaseCard",
15853
+ props: {
15854
+ variant: {},
15855
+ clickable: { type: Boolean, default: false },
15856
+ selected: { type: Boolean, default: false }
15857
+ },
15858
+ setup(__props) {
15859
+ return (_ctx, _cache) => {
15860
+ return openBlock(), createElementBlock("div", {
15861
+ class: normalizeClass(["kds-base-card", [`variant-${__props.variant}`, { selected: __props.selected, clickable: __props.clickable }]])
15862
+ }, [
15863
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
15864
+ ], 2);
15865
+ };
15866
+ }
15867
+ });
15868
+
15869
+ const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-37984e9f"]]);
15870
+
15871
+ const _sfc_main$g = /* @__PURE__ */ defineComponent({
15872
+ __name: "KdsCard",
15873
+ props: {
15874
+ variant: { default: "outlined" }
15875
+ },
15876
+ setup(__props) {
15877
+ return (_ctx, _cache) => {
15878
+ return openBlock(), createBlock(BaseCard, {
15879
+ variant: __props.variant,
15880
+ class: "kds-card"
15881
+ }, {
15882
+ default: withCtx(() => [
15883
+ renderSlot(_ctx.$slots, "default")
15884
+ ]),
15885
+ _: 3
15886
+ }, 8, ["variant"]);
15887
+ };
15888
+ }
15889
+ });
15890
+
15891
+ const _hoisted_1$c = ["aria-label", "aria-labelledby", "disabled"];
15892
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
15893
+ __name: "KdsClickableCard",
15894
+ props: {
15895
+ variant: { default: "filled" },
15896
+ disabled: { type: Boolean, default: false },
15897
+ ariaLabel: {},
15898
+ ariaLabelledby: {}
15899
+ },
15900
+ emits: ["click"],
15901
+ setup(__props, { emit: __emit }) {
15902
+ const emit = __emit;
15903
+ const onClick = (event) => {
15904
+ if (__props.disabled) {
15905
+ return;
15906
+ }
15907
+ emit("click", event);
15908
+ };
15909
+ return (_ctx, _cache) => {
15910
+ return openBlock(), createBlock(BaseCard, {
15911
+ variant: __props.variant,
15912
+ clickable: !__props.disabled,
15913
+ class: "kds-clickable-card"
15914
+ }, {
15915
+ default: withCtx(() => [
15916
+ createElementVNode("button", {
15917
+ type: "button",
15918
+ "aria-label": __props.ariaLabel,
15919
+ "aria-labelledby": __props.ariaLabelledby,
15920
+ disabled: __props.disabled,
15921
+ "data-kds-card-primary-action": "",
15922
+ onClick
15923
+ }, null, 8, _hoisted_1$c),
15924
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
15925
+ ]),
15926
+ _: 3
15927
+ }, 8, ["variant", "clickable"]);
15928
+ };
15929
+ }
15930
+ });
15931
+
15932
+ const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-671dfb5a"]]);
15933
+
15934
+ const _sfc_main$e = /* @__PURE__ */ defineComponent({
15935
+ __name: "KdsLinkCard",
15936
+ props: {
15937
+ to: {},
15938
+ download: { type: Boolean },
15939
+ target: {},
15940
+ rel: {},
15941
+ variant: { default: "filled" },
15942
+ disabled: { type: Boolean, default: false },
15943
+ ariaLabel: {},
15944
+ ariaLabelledby: {}
15945
+ },
15946
+ setup(__props) {
15947
+ const linkComponent = computed(() => {
15948
+ return resolveNuxtLinkComponent();
15949
+ });
15950
+ return (_ctx, _cache) => {
15951
+ return openBlock(), createBlock(BaseCard, {
15952
+ variant: __props.variant,
15953
+ clickable: !__props.disabled,
15954
+ class: "kds-link-card",
15955
+ "aria-disabled": __props.disabled ? true : void 0,
15956
+ "aria-label": __props.disabled ? __props.ariaLabel : void 0,
15957
+ "aria-labelledby": __props.disabled ? __props.ariaLabelledby : void 0
15958
+ }, {
15959
+ default: withCtx(() => [
15960
+ !__props.disabled ? (openBlock(), createBlock(resolveDynamicComponent(linkComponent.value), {
15961
+ key: 0,
15962
+ to: __props.to,
15963
+ "data-kds-card-primary-action": "",
15964
+ "aria-label": __props.ariaLabel,
15965
+ "aria-labelledby": __props.ariaLabelledby,
15966
+ download: __props.download,
15967
+ rel: __props.rel,
15968
+ target: __props.target
15969
+ }, null, 8, ["to", "aria-label", "aria-labelledby", "download", "rel", "target"])) : createCommentVNode("", true),
15970
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
15971
+ ]),
15972
+ _: 3
15973
+ }, 8, ["variant", "clickable", "aria-disabled", "aria-label", "aria-labelledby"]);
15974
+ };
15975
+ }
15976
+ });
15977
+
15978
+ const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-a5b105b2"]]);
15979
+
15980
+ const _hoisted_1$b = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
15981
+ const _sfc_main$d = /* @__PURE__ */ defineComponent({
15982
+ __name: "KdsSelectableCard",
15670
15983
  props: /* @__PURE__ */ mergeModels({
15671
15984
  variant: { default: "filled" },
15672
- selectable: { type: Boolean, default: false },
15673
15985
  disabled: { type: Boolean, default: false },
15674
15986
  ariaLabel: {},
15675
15987
  ariaLabelledby: {}
@@ -15677,35 +15989,41 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
15677
15989
  "modelValue": { type: Boolean, ...{ default: false } },
15678
15990
  "modelModifiers": {}
15679
15991
  }),
15680
- emits: /* @__PURE__ */ mergeModels(["click"], ["update:modelValue"]),
15681
- setup(__props, { emit: __emit }) {
15992
+ emits: ["update:modelValue"],
15993
+ setup(__props) {
15682
15994
  const modelValue = useModel(__props, "modelValue");
15683
- const emit = __emit;
15684
- const selected = computed(() => modelValue.value && __props.selectable);
15685
- const handleClick = (event) => {
15686
- if (__props.selectable) {
15687
- modelValue.value = !modelValue.value;
15688
- } else {
15689
- emit("click", event);
15995
+ const onClick = () => {
15996
+ if (__props.disabled) {
15997
+ return;
15690
15998
  }
15999
+ modelValue.value = !modelValue.value;
15691
16000
  };
15692
16001
  return (_ctx, _cache) => {
15693
- return openBlock(), createElementBlock("button", {
15694
- type: "button",
15695
- class: normalizeClass(["kds-card", [`variant-${__props.variant}`, { selected: selected.value }]]),
15696
- "aria-label": __props.ariaLabel,
15697
- "aria-labelledby": __props.ariaLabelledby,
15698
- "aria-pressed": __props.selectable ? modelValue.value : void 0,
15699
- disabled: __props.disabled,
15700
- onClick: handleClick
15701
- }, [
15702
- renderSlot(_ctx.$slots, "default", {}, void 0, true)
15703
- ], 10, _hoisted_1$a);
16002
+ return openBlock(), createBlock(BaseCard, {
16003
+ variant: __props.variant,
16004
+ selected: modelValue.value,
16005
+ clickable: !__props.disabled,
16006
+ class: "kds-selectable-card"
16007
+ }, {
16008
+ default: withCtx(() => [
16009
+ createElementVNode("button", {
16010
+ type: "button",
16011
+ "aria-label": __props.ariaLabel,
16012
+ "aria-labelledby": __props.ariaLabelledby,
16013
+ disabled: __props.disabled,
16014
+ "aria-pressed": modelValue.value,
16015
+ "data-kds-card-primary-action": "",
16016
+ onClick
16017
+ }, null, 8, _hoisted_1$b),
16018
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
16019
+ ]),
16020
+ _: 3
16021
+ }, 8, ["variant", "selected", "clickable"]);
15704
16022
  };
15705
16023
  }
15706
16024
  });
15707
16025
 
15708
- const KdsCardClickable = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-4607badd"]]);
16026
+ const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-80c51086"]]);
15709
16027
 
15710
16028
  const kdsCardVariant = {
15711
16029
  FILLED: "filled",
@@ -15714,8 +16032,8 @@ const kdsCardVariant = {
15714
16032
  };
15715
16033
  const kdsCardVariants = Object.values(kdsCardVariant);
15716
16034
 
15717
- const _hoisted_1$9 = { class: "kds-panel-header" };
15718
- const _sfc_main$b = /* @__PURE__ */ defineComponent({
16035
+ const _hoisted_1$a = { class: "kds-panel-header" };
16036
+ const _sfc_main$c = /* @__PURE__ */ defineComponent({
15719
16037
  __name: "KdsPanelHeader",
15720
16038
  props: {
15721
16039
  headline: {}
@@ -15725,9 +16043,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
15725
16043
  const emit = __emit;
15726
16044
  const handleClick = (event) => emit("close", event);
15727
16045
  return (_ctx, _cache) => {
15728
- return openBlock(), createElementBlock("div", _hoisted_1$9, [
16046
+ return openBlock(), createElementBlock("div", _hoisted_1$a, [
15729
16047
  createElementVNode("h6", null, toDisplayString(__props.headline), 1),
15730
- createVNode(_sfc_main$1f, {
16048
+ createVNode(_sfc_main$1l, {
15731
16049
  class: "kds-close-button",
15732
16050
  "leading-icon": "x-close",
15733
16051
  size: "small",
@@ -15740,9 +16058,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
15740
16058
  }
15741
16059
  });
15742
16060
 
15743
- const KdsPanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-dd28904c"]]);
16061
+ const KdsPanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-dd28904c"]]);
15744
16062
 
15745
- const _sfc_main$a = /* @__PURE__ */ defineComponent({
16063
+ const _sfc_main$b = /* @__PURE__ */ defineComponent({
15746
16064
  __name: "TabBarItemAccessory",
15747
16065
  props: {
15748
16066
  accessory: {},
@@ -15872,15 +16190,15 @@ const useTabBarAdaptiveLayout = ({
15872
16190
  };
15873
16191
  };
15874
16192
 
15875
- const _hoisted_1$8 = { class: "kds-tab-bar-wrapper" };
15876
- const _hoisted_2$4 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
15877
- const _hoisted_3$4 = { class: "kds-tab-label" };
16193
+ const _hoisted_1$9 = { class: "kds-tab-bar-wrapper" };
16194
+ const _hoisted_2$5 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
16195
+ const _hoisted_3$5 = { class: "kds-tab-label" };
15878
16196
  const _hoisted_4$2 = {
15879
16197
  key: 1,
15880
16198
  class: "kds-tab-indicator"
15881
16199
  };
15882
16200
  const MIN_TAB_WIDTH_TOKEN = "--kds-dimension-component-width-4x";
15883
- const _sfc_main$9 = /* @__PURE__ */ defineComponent({
16201
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
15884
16202
  __name: "KdsTabBar",
15885
16203
  props: /* @__PURE__ */ mergeModels({
15886
16204
  tabs: {},
@@ -15894,7 +16212,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
15894
16212
  emits: ["update:modelValue"],
15895
16213
  setup(__props) {
15896
16214
  useCssVars((_ctx) => ({
15897
- "c97fca9c": minTabWidthCss
16215
+ "v09be89a3": minTabWidthCss
15898
16216
  }));
15899
16217
  const props = createPropsRestProxy(__props, ["size", "fullWidth", "disabled"]);
15900
16218
  const modelValue = useModel(__props, "modelValue");
@@ -16004,7 +16322,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
16004
16322
  { immediate: true }
16005
16323
  );
16006
16324
  return (_ctx, _cache) => {
16007
- return openBlock(), createElementBlock("div", _hoisted_1$8, [
16325
+ return openBlock(), createElementBlock("div", _hoisted_1$9, [
16008
16326
  createElementVNode("div", {
16009
16327
  ref_key: "availableWidthContainer",
16010
16328
  ref: availableWidthContainer,
@@ -16034,15 +16352,15 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
16034
16352
  onClick: ($event) => selectTab(tab),
16035
16353
  onKeydown: ($event) => handleKeydown($event, tab)
16036
16354
  }, [
16037
- tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$a, {
16355
+ tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$b, {
16038
16356
  key: 0,
16039
16357
  accessory: tab.accessory,
16040
16358
  "icon-size": __props.size === "large" ? "large" : "medium",
16041
16359
  disabled: isTabDisabled(tab)
16042
16360
  }, null, 8, ["accessory", "icon-size", "disabled"])) : createCommentVNode("", true),
16043
- createElementVNode("span", _hoisted_3$4, toDisplayString(tab.label), 1),
16361
+ createElementVNode("span", _hoisted_3$5, toDisplayString(tab.label), 1),
16044
16362
  modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$2)) : createCommentVNode("", true)
16045
- ], 42, _hoisted_2$4);
16363
+ ], 42, _hoisted_2$5);
16046
16364
  }), 128))
16047
16365
  ], 2)
16048
16366
  ]);
@@ -16050,7 +16368,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
16050
16368
  }
16051
16369
  });
16052
16370
 
16053
- const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-d5737ccf"]]);
16371
+ const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-91f95f5f"]]);
16054
16372
 
16055
16373
  const kdsTabBarSize = {
16056
16374
  SMALL: "small",
@@ -16058,7 +16376,7 @@ const kdsTabBarSize = {
16058
16376
  };
16059
16377
  const kdsTabBarSizes = Object.values(kdsTabBarSize);
16060
16378
 
16061
- const _sfc_main$8 = /* @__PURE__ */ defineComponent({
16379
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
16062
16380
  __name: "LoadingSkeletonItem",
16063
16381
  props: {
16064
16382
  shape: { default: "text" }
@@ -16073,24 +16391,24 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
16073
16391
  }
16074
16392
  });
16075
16393
 
16076
- const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-86829b28"]]);
16394
+ const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-86829b28"]]);
16077
16395
 
16078
- const _hoisted_1$7 = {
16396
+ const _hoisted_1$8 = {
16079
16397
  key: 0,
16080
16398
  class: "kds-loading-skeleton",
16081
16399
  "aria-busy": "true"
16082
16400
  };
16083
- const _hoisted_2$3 = {
16401
+ const _hoisted_2$4 = {
16084
16402
  key: 0,
16085
16403
  class: "kds-loading-skeleton-headline-with-paragraph"
16086
16404
  };
16087
- const _hoisted_3$3 = { class: "kds-loading-skeleton-paragraph-lines" };
16405
+ const _hoisted_3$4 = { class: "kds-loading-skeleton-paragraph-lines" };
16088
16406
  const _hoisted_4$1 = {
16089
16407
  key: 1,
16090
16408
  class: "kds-loading-skeleton-input-with-label"
16091
16409
  };
16092
16410
  const _hoisted_5 = { class: "kds-loading-skeleton-list-item-text" };
16093
- const _sfc_main$7 = /* @__PURE__ */ defineComponent({
16411
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
16094
16412
  __name: "KdsLoadingSkeleton",
16095
16413
  props: {
16096
16414
  variant: { default: "text" },
@@ -16103,17 +16421,17 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
16103
16421
  "v59c08829": _ctx.repeatGap
16104
16422
  }));
16105
16423
  return (_ctx, _cache) => {
16106
- return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$7, [
16424
+ return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$8, [
16107
16425
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.repeat, (index) => {
16108
16426
  return openBlock(), createElementBlock(Fragment, {
16109
16427
  key: `skeleton-${index}`
16110
16428
  }, [
16111
- __props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$3, [
16429
+ __props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
16112
16430
  createVNode(LoadingSkeletonItem, {
16113
16431
  shape: "text",
16114
16432
  class: "headline"
16115
16433
  }),
16116
- createElementVNode("div", _hoisted_3$3, [
16434
+ createElementVNode("div", _hoisted_3$4, [
16117
16435
  createVNode(LoadingSkeletonItem, { shape: "text" }),
16118
16436
  createVNode(LoadingSkeletonItem, { shape: "text" }),
16119
16437
  createVNode(LoadingSkeletonItem, { shape: "text" })
@@ -16158,7 +16476,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
16158
16476
  }
16159
16477
  });
16160
16478
 
16161
- const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-e6597718"]]);
16479
+ const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-e6597718"]]);
16162
16480
 
16163
16481
  const loadingSkeletonItemShape = {
16164
16482
  TEXT: "text",
@@ -16185,8 +16503,8 @@ const kdsLoadingSkeletonVariants = Object.values(
16185
16503
  kdsLoadingSkeletonVariant
16186
16504
  );
16187
16505
 
16188
- const _hoisted_1$6 = { class: "kds-panel-button-bar" };
16189
- const _sfc_main$6 = /* @__PURE__ */ defineComponent({
16506
+ const _hoisted_1$7 = { class: "kds-panel-button-bar" };
16507
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
16190
16508
  __name: "KdsPanelButtonBar",
16191
16509
  props: {
16192
16510
  applyLabel: { default: "Apply" },
@@ -16199,15 +16517,15 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
16199
16517
  const handleCancel = (event) => emit("cancel", event);
16200
16518
  const handleApply = (event) => emit("apply", event);
16201
16519
  return (_ctx, _cache) => {
16202
- return openBlock(), createElementBlock("div", _hoisted_1$6, [
16203
- createVNode(_sfc_main$1f, {
16520
+ return openBlock(), createElementBlock("div", _hoisted_1$7, [
16521
+ createVNode(_sfc_main$1l, {
16204
16522
  disabled: __props.disabled,
16205
16523
  label: __props.cancelLabel,
16206
16524
  size: "small",
16207
16525
  variant: "transparent",
16208
16526
  onClick: handleCancel
16209
16527
  }, null, 8, ["disabled", "label"]),
16210
- createVNode(_sfc_main$1f, {
16528
+ createVNode(_sfc_main$1l, {
16211
16529
  disabled: __props.disabled,
16212
16530
  label: __props.applyLabel,
16213
16531
  size: "small",
@@ -16219,15 +16537,15 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
16219
16537
  }
16220
16538
  });
16221
16539
 
16222
- const KdsPanelButtonBar = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-aeb00620"]]);
16540
+ const KdsPanelButtonBar = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-aeb00620"]]);
16223
16541
 
16224
- const _hoisted_1$5 = {
16542
+ const _hoisted_1$6 = {
16225
16543
  key: 0,
16226
16544
  class: "indicator-selected"
16227
16545
  };
16228
- const _hoisted_2$2 = { class: "content" };
16229
- const _hoisted_3$2 = { class: "trailing-items" };
16230
- const _sfc_main$5 = /* @__PURE__ */ defineComponent({
16546
+ const _hoisted_2$3 = { class: "content" };
16547
+ const _hoisted_3$3 = { class: "trailing-items" };
16548
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
16231
16549
  __name: "KdsNavItem",
16232
16550
  props: {
16233
16551
  label: {},
@@ -16298,8 +16616,8 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
16298
16616
  onClick
16299
16617
  }), {
16300
16618
  default: withCtx(() => [
16301
- __props.selected ? (openBlock(), createElementBlock("div", _hoisted_1$5)) : createCommentVNode("", true),
16302
- createElementVNode("span", _hoisted_2$2, [
16619
+ __props.selected ? (openBlock(), createElementBlock("div", _hoisted_1$6)) : createCommentVNode("", true),
16620
+ createElementVNode("span", _hoisted_2$3, [
16303
16621
  __props.leadingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
16304
16622
  key: 0,
16305
16623
  name: __props.leadingIcon,
@@ -16315,7 +16633,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
16315
16633
  ]),
16316
16634
  _: 1
16317
16635
  }, 16, ["disabled", "aria-current", "title"])),
16318
- createElementVNode("div", _hoisted_3$2, [
16636
+ createElementVNode("div", _hoisted_3$3, [
16319
16637
  __props.trailingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
16320
16638
  key: 0,
16321
16639
  class: "trailing-icon",
@@ -16324,17 +16642,17 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
16324
16642
  disabled: __props.disabled
16325
16643
  }, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
16326
16644
  __props.badge ? (openBlock(), createBlock(unref(KdsBadge), normalizeProps(mergeProps({ key: 1 }, badgeProps.value)), null, 16)) : createCommentVNode("", true),
16327
- __props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$1f), mergeProps({ key: 2 }, buttonProps.value, { onClick: onButtonClick }), null, 16)) : createCommentVNode("", true)
16645
+ __props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$1l), mergeProps({ key: 2 }, buttonProps.value, { onClick: onButtonClick }), null, 16)) : createCommentVNode("", true)
16328
16646
  ])
16329
16647
  ], 2);
16330
16648
  };
16331
16649
  }
16332
16650
  });
16333
16651
 
16334
- const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-d5db7ff7"]]);
16652
+ const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-d5db7ff7"]]);
16335
16653
 
16336
- const _hoisted_1$4 = ["aria-label"];
16337
- const _sfc_main$4 = /* @__PURE__ */ defineComponent({
16654
+ const _hoisted_1$5 = ["aria-label"];
16655
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
16338
16656
  __name: "KdsNavigation",
16339
16657
  props: /* @__PURE__ */ mergeModels({
16340
16658
  ariaLabel: {},
@@ -16375,12 +16693,44 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
16375
16693
  })) : createCommentVNode("", true)
16376
16694
  ]);
16377
16695
  }), 128))
16378
- ], 8, _hoisted_1$4);
16696
+ ], 8, _hoisted_1$5);
16697
+ };
16698
+ }
16699
+ });
16700
+
16701
+ const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-6cc9519f"]]);
16702
+
16703
+ const _hoisted_1$4 = { class: "kds-container-header" };
16704
+ const _hoisted_2$2 = {
16705
+ key: 0,
16706
+ class: "accessory"
16707
+ };
16708
+ const _hoisted_3$2 = {
16709
+ key: 1,
16710
+ class: "actions",
16711
+ "data-kds-card-secondary-action": ""
16712
+ };
16713
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
16714
+ __name: "KdsContainerHeader",
16715
+ props: {
16716
+ title: {}
16717
+ },
16718
+ setup(__props) {
16719
+ return (_ctx, _cache) => {
16720
+ return openBlock(), createElementBlock("div", _hoisted_1$4, [
16721
+ _ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$2, [
16722
+ renderSlot(_ctx.$slots, "accessory", {}, void 0, true)
16723
+ ])) : createCommentVNode("", true),
16724
+ createElementVNode("h6", null, toDisplayString(__props.title), 1),
16725
+ _ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_3$2, [
16726
+ renderSlot(_ctx.$slots, "actions", {}, void 0, true)
16727
+ ])) : createCommentVNode("", true)
16728
+ ]);
16379
16729
  };
16380
16730
  }
16381
16731
  });
16382
16732
 
16383
- const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-6cc9519f"]]);
16733
+ const KdsContainerHeader = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-bbaa1f3b"]]);
16384
16734
 
16385
16735
  const createUnwrappedPromise = () => {
16386
16736
  let resolve = () => {
@@ -16460,7 +16810,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
16460
16810
  size: "medium"
16461
16811
  }, null, 8, ["name"])) : createCommentVNode("", true),
16462
16812
  createElementVNode("div", _hoisted_2$1, toDisplayString(__props.headline), 1),
16463
- createVNode(_sfc_main$1f, {
16813
+ createVNode(_sfc_main$1l, {
16464
16814
  "leading-icon": "x-close",
16465
16815
  variant: "transparent",
16466
16816
  size: "medium",
@@ -16733,7 +17083,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
16733
17083
  unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1$1, [
16734
17084
  createElementVNode("div", _hoisted_2, toDisplayString(unref(config).value.message), 1),
16735
17085
  unref(config).value.doNotAskAgain ? (openBlock(), createElementBlock("div", _hoisted_3, [
16736
- createVNode(_sfc_main$X, {
17086
+ createVNode(_sfc_main$10, {
16737
17087
  modelValue: askAgain.value,
16738
17088
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => askAgain.value = $event),
16739
17089
  label: unref(config).value.doNotAskAgain.label,
@@ -16748,7 +17098,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
16748
17098
  name: "footer",
16749
17099
  fn: withCtx(() => [
16750
17100
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(config).value.buttons, (button, index) => {
16751
- return openBlock(), createBlock(_sfc_main$1f, {
17101
+ return openBlock(), createBlock(_sfc_main$1l, {
16752
17102
  key: index,
16753
17103
  destructive: button.destructive,
16754
17104
  autofocus: button.autofocus,
@@ -16876,7 +17226,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
16876
17226
  return openBlock(), createElementBlock(Fragment, null, [
16877
17227
  createElementVNode("div", _hoisted_1, [
16878
17228
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.buttons, (button) => {
16879
- return openBlock(), createBlock(_sfc_main$1f, {
17229
+ return openBlock(), createBlock(_sfc_main$1l, {
16880
17230
  ref_for: true,
16881
17231
  ref: "measureButton",
16882
17232
  key: button.id,
@@ -16885,7 +17235,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
16885
17235
  "leading-icon": button.leadingIcon
16886
17236
  }, null, 8, ["label", "variant", "leading-icon"]);
16887
17237
  }), 128)),
16888
- createVNode(_sfc_main$14, {
17238
+ createVNode(_sfc_main$1a, {
16889
17239
  ref: "measureMenuButton",
16890
17240
  "leading-icon": "more-actions",
16891
17241
  ariaLabel: "More actions",
@@ -16896,7 +17246,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
16896
17246
  class: ["kds-button-group", __props.alignment]
16897
17247
  }), [
16898
17248
  (openBlock(true), createElementBlock(Fragment, null, renderList(visibleButtons.value, (button) => {
16899
- return openBlock(), createBlock(_sfc_main$1f, {
17249
+ return openBlock(), createBlock(_sfc_main$1l, {
16900
17250
  key: button.id,
16901
17251
  label: button.label,
16902
17252
  variant: button.variant ?? "outlined",
@@ -16907,7 +17257,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
16907
17257
  onClick: ($event) => emit("buttonClick", button.id)
16908
17258
  }, null, 8, ["label", "variant", "disabled", "leading-icon", "destructive", "title", "onClick"]);
16909
17259
  }), 128)),
16910
- overflowButtons.value.length ? (openBlock(), createBlock(_sfc_main$14, {
17260
+ overflowButtons.value.length ? (openBlock(), createBlock(_sfc_main$1a, {
16911
17261
  key: 0,
16912
17262
  "leading-icon": "more-actions",
16913
17263
  ariaLabel: "More actions",
@@ -16931,5 +17281,5 @@ const kdsResponsiveButtonGroupAlignments = Object.values(
16931
17281
  kdsResponsiveButtonGroupAlignment
16932
17282
  );
16933
17283
 
16934
- export { KdsAvatar, KdsBadge, _sfc_main$1f as KdsButton, KdsCardClickable, _sfc_main$X as KdsCheckbox, KdsCheckboxGroup, _sfc_main$K as KdsColorInput, KdsColorSwatch, _sfc_main$$ as KdsContextMenu, KdsDataType, _sfc_main$D as KdsDateInput, _sfc_main$B as KdsDateTimeFormatInput, KdsDivider, KdsDonutChart, _sfc_main$r as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$u as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1e as KdsLinkButton, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$10 as KdsMenu, _sfc_main$14 as KdsMenuButton, KdsModal, KdsModalLayout, _sfc_main$o as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$O as KdsNumberInput, KdsPanelButtonBar, KdsPanelHeader, _sfc_main$J as KdsPasswordInput, _sfc_main$A as KdsPatternInput, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$w as KdsTimeInput, _sfc_main$1c as KdsToggleButton, KdsTwinList, _sfc_main$I as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
17284
+ export { KdsAvatar, KdsAvatarCounter, KdsBadge, _sfc_main$1l as KdsButton, _sfc_main$g as KdsCard, _sfc_main$10 as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$P as KdsColorInput, KdsColorSwatch, KdsContainerHeader, _sfc_main$15 as KdsContextMenu, KdsDataType, _sfc_main$I as KdsDateInput, _sfc_main$G as KdsDateTimeFormatInput, KdsDivider, KdsDonutChart, _sfc_main$w as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$z as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1k as KdsLinkButton, KdsLinkCard, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$16 as KdsMenu, _sfc_main$1a as KdsMenuButton, KdsModal, KdsModalLayout, _sfc_main$t as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$T as KdsNumberInput, KdsPanelButtonBar, KdsPanelHeader, _sfc_main$O as KdsPasswordInput, _sfc_main$F as KdsPatternInput, KdsPreviewList, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSelectableCard, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$B as KdsTimeInput, _sfc_main$1i as KdsToggleButton, KdsTwinList, _sfc_main$N as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
16935
17285
  //# sourceMappingURL=index.js.map