@knime/kds-components 0.31.0 → 0.31.1

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 (62) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/index.css +295 -265
  3. package/dist/index.js +562 -347
  4. package/dist/index.js.map +1 -1
  5. package/dist/src/accessories/Avatar/KdsAvatar.vue.d.ts.map +1 -1
  6. package/dist/src/accessories/Badge/enums.d.ts +1 -1
  7. package/dist/src/accessories/ColorSwatch/KdsColorSwatch.vue.d.ts.map +1 -1
  8. package/dist/src/accessories/Icon/KdsDataType.vue.d.ts.map +1 -1
  9. package/dist/src/accessories/InlineMessage/enums.d.ts +1 -1
  10. package/dist/src/accessories/LiveStatus/KdsLiveStatus.vue.d.ts.map +1 -1
  11. package/dist/src/accessories/ProgressBar/KdsProgressBar.vue.d.ts.map +1 -1
  12. package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
  13. package/dist/src/buttons/KdsProgressButton/enums.d.ts +1 -1
  14. package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts.map +1 -1
  15. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts +10 -10
  16. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts.map +1 -1
  17. package/dist/src/containers/FileExplorer/FileExplorerItemBack.vue.d.ts.map +1 -1
  18. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts +10 -10
  19. package/dist/src/containers/FileExplorer/enums.d.ts +1 -1
  20. package/dist/src/containers/ListItem/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
  21. package/dist/src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue.d.ts.map +1 -1
  22. package/dist/src/containers/ListItem/ListItemSectionTitle/ListItemSectionTitle.vue.d.ts.map +1 -1
  23. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts +2 -2
  24. package/dist/src/forms/Checkbox/BaseCheckbox.vue.d.ts.map +1 -1
  25. package/dist/src/forms/RadioButton/ValueSwitchItem.vue.d.ts.map +1 -1
  26. package/dist/src/forms/_helper/BaseFieldsetWrapper.vue.d.ts.map +1 -1
  27. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  28. package/dist/src/forms/_helper/KdsLabel.vue.d.ts.map +1 -1
  29. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  30. package/dist/src/forms/inputs/BaseInput.vue.d.ts +2 -2
  31. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +5 -5
  32. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts +25 -25
  33. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +5 -5
  34. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +5 -5
  35. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +5 -5
  36. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +5 -5
  37. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +5 -5
  38. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +5 -5
  39. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +20 -20
  40. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts +15 -15
  41. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +5 -5
  42. package/dist/src/forms/inputs/UsernameInput/enums.d.ts +1 -1
  43. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts +25 -25
  44. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +5 -5
  45. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +5 -5
  46. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +5 -5
  47. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +5 -5
  48. package/dist/src/forms/selects/TwinList/enums.d.ts +1 -1
  49. package/dist/src/layouts/Breadcrumb/BreadcrumbItem.vue.d.ts +3 -1
  50. package/dist/src/layouts/Breadcrumb/BreadcrumbItem.vue.d.ts.map +1 -1
  51. package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts.map +1 -1
  52. package/dist/src/layouts/Panel/enums.d.ts +1 -1
  53. package/dist/src/layouts/TabBar/KdsTabBar.vue.d.ts.map +1 -1
  54. package/dist/src/overlays/Modal/KdsModal.vue.d.ts +2 -2
  55. package/dist/src/overlays/Popover/enums.d.ts +1 -1
  56. package/dist/src/overlays/Tooltip/index.d.ts +2 -0
  57. package/dist/src/overlays/Tooltip/index.d.ts.map +1 -0
  58. package/dist/src/overlays/Tooltip/vKdsTooltip.d.ts +6 -0
  59. package/dist/src/overlays/Tooltip/vKdsTooltip.d.ts.map +1 -0
  60. package/dist/src/overlays/index.d.ts +1 -0
  61. package/dist/src/overlays/index.d.ts.map +1 -1
  62. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,7 +1,183 @@
1
- import { defineComponent, createPropsRestProxy, ref, watch, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, Fragment, renderList, createBlock, normalizeStyle, createCommentVNode, shallowRef, markRaw, readonly, toRef, unref, resolveDynamicComponent, mergeProps, useTemplateRef, createVNode, withCtx, renderSlot, h as h$1, useSlots, getCurrentInstance, useModel, mergeModels, onMounted, onUnmounted, nextTick, useId, withModifiers, inject, provide, resolveComponent, withKeys, watchEffect, useAttrs, defineAsyncComponent, toRefs, useCssVars, normalizeProps, guardReactiveProps, createSlots, withDirectives, vShow, onBeforeUpdate, onBeforeUnmount, isRef, vModelText, createTextVNode } from 'vue';
2
- import { useLocalStorage, useDark, usePreferredDark, useResizeObserver, useMutationObserver, onClickOutside, useVirtualList, useElementSize, useMousePressed, useTemplateRefsList } from '@vueuse/core';
1
+ import { effectScope, defineComponent, createPropsRestProxy, ref, watch, computed, withDirectives, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, unref, Fragment, renderList, createBlock, normalizeStyle, createCommentVNode, shallowRef, markRaw, readonly, toRef, resolveDynamicComponent, mergeProps, useTemplateRef, createTextVNode, createVNode, withCtx, renderSlot, h as h$1, useSlots, getCurrentInstance, useModel, mergeModels, onMounted, onUnmounted, nextTick, useId, withModifiers, inject, provide, resolveComponent, withKeys, watchEffect, useAttrs, defineAsyncComponent, toRefs, useCssVars, normalizeProps, guardReactiveProps, createSlots, vShow, onBeforeUpdate, onBeforeUnmount, isRef, vModelText } from 'vue';
2
+ import { useEventListener, useLocalStorage, useDark, usePreferredDark, useResizeObserver, useMutationObserver, onClickOutside, useVirtualList, useElementSize, useMousePressed, useTemplateRefsList } from '@vueuse/core';
3
+
4
+ import './index.css';const SHOW_DELAY = 450;
5
+ const HIDE_DELAY = 150;
6
+ const stateMap = /* @__PURE__ */ new WeakMap();
7
+ let visibleCount = 0;
8
+ let currentVisible = null;
9
+ function generateTooltipDiv(text) {
10
+ const div = document.createElement("div");
11
+ div.classList.add("kds-tooltip");
12
+ div.textContent = text;
13
+ return div;
14
+ }
15
+ function getText(binding) {
16
+ const value = binding.value;
17
+ if (value === null || value === void 0 || value === "") {
18
+ return null;
19
+ }
20
+ return String(value);
21
+ }
22
+ function createPopover(triggerEl, binding) {
23
+ const popover = generateTooltipDiv(getText(binding) ?? "");
24
+ popover.setAttribute("popover", "manual");
25
+ popover.setAttribute("role", "tooltip");
26
+ const id = `kds-tooltip-${crypto.randomUUID()}`;
27
+ popover.id = id;
28
+ triggerEl.setAttribute("aria-describedby", id);
29
+ const anchorName = `--kds-tooltip-anchor-${id}`;
30
+ triggerEl.style.setProperty("anchor-name", anchorName);
31
+ popover.style.setProperty("position-anchor", anchorName);
32
+ document.body.appendChild(popover);
33
+ return popover;
34
+ }
35
+ function cancelTimers(state) {
36
+ if (state.showTimer !== null) {
37
+ clearTimeout(state.showTimer);
38
+ state.showTimer = null;
39
+ }
40
+ if (state.hideTimer !== null) {
41
+ clearTimeout(state.hideTimer);
42
+ state.hideTimer = null;
43
+ }
44
+ }
45
+ function hidePopover(state) {
46
+ if (!state.visible) {
47
+ return;
48
+ }
49
+ state.visible = false;
50
+ visibleCount--;
51
+ if (currentVisible === state) {
52
+ currentVisible = null;
53
+ }
54
+ try {
55
+ state.popoverEl.hidePopover();
56
+ } catch {
57
+ }
58
+ }
59
+ function showPopover(state) {
60
+ if (state.visible) {
61
+ return;
62
+ }
63
+ if (currentVisible && currentVisible !== state) {
64
+ cancelTimers(currentVisible);
65
+ hidePopover(currentVisible);
66
+ }
67
+ try {
68
+ state.popoverEl.showPopover();
69
+ } catch {
70
+ }
71
+ state.visible = true;
72
+ visibleCount++;
73
+ currentVisible = state;
74
+ }
75
+ function scheduleShow(state, delay) {
76
+ cancelTimers(state);
77
+ if (state.dismissed) {
78
+ return;
79
+ }
80
+ state.showTimer = setTimeout(() => {
81
+ state.showTimer = null;
82
+ showPopover(state);
83
+ }, delay);
84
+ }
85
+ function scheduleHide(state) {
86
+ cancelTimers(state);
87
+ state.hideTimer = setTimeout(() => {
88
+ state.hideTimer = null;
89
+ hidePopover(state);
90
+ }, HIDE_DELAY);
91
+ }
92
+ function mount(triggerEl, binding) {
93
+ if (getText(binding) === null) {
94
+ return;
95
+ }
96
+ const popoverEl = createPopover(triggerEl, binding);
97
+ const state = {
98
+ popoverEl,
99
+ showTimer: null,
100
+ hideTimer: null,
101
+ anchorName: popoverEl.id,
102
+ dismissed: false,
103
+ visible: false,
104
+ scope: effectScope()
105
+ };
106
+ stateMap.set(triggerEl, state);
107
+ const onMouseEnter = () => {
108
+ state.dismissed = false;
109
+ const delay = visibleCount > 0 ? 0 : SHOW_DELAY;
110
+ scheduleShow(state, delay);
111
+ };
112
+ const onMouseLeave = () => scheduleHide(state);
113
+ const onFocusIn = () => {
114
+ state.dismissed = false;
115
+ scheduleShow(state, 0);
116
+ };
117
+ const onFocusOut = () => {
118
+ cancelTimers(state);
119
+ hidePopover(state);
120
+ };
121
+ const onDocumentKeyDown = (e) => {
122
+ if (e.key === "Escape" && state.visible) {
123
+ cancelTimers(state);
124
+ hidePopover(state);
125
+ state.dismissed = true;
126
+ }
127
+ };
128
+ const onPopoverMouseEnter = () => {
129
+ cancelTimers(state);
130
+ };
131
+ const onPopoverMouseLeave = () => {
132
+ scheduleHide(state);
133
+ };
134
+ state.scope.run(() => {
135
+ useEventListener(triggerEl, "mouseenter", onMouseEnter);
136
+ useEventListener(triggerEl, "mouseleave", onMouseLeave);
137
+ useEventListener(triggerEl, "focusin", onFocusIn);
138
+ useEventListener(triggerEl, "focusout", onFocusOut);
139
+ useEventListener(document, "keydown", onDocumentKeyDown, true);
140
+ useEventListener(popoverEl, "mouseenter", onPopoverMouseEnter);
141
+ useEventListener(popoverEl, "mouseleave", onPopoverMouseLeave);
142
+ });
143
+ }
144
+ function unmount(triggerEl) {
145
+ const state = stateMap.get(triggerEl);
146
+ if (state) {
147
+ state.scope.stop();
148
+ cancelTimers(state);
149
+ hidePopover(state);
150
+ state.popoverEl.remove();
151
+ stateMap.delete(triggerEl);
152
+ }
153
+ triggerEl.removeAttribute("aria-describedby");
154
+ triggerEl.style.removeProperty("anchor-name");
155
+ }
156
+ const vKdsTooltip = {
157
+ mounted(el, binding) {
158
+ mount(el, binding);
159
+ },
160
+ updated(el, binding) {
161
+ const state = stateMap.get(el);
162
+ const newText = getText(binding);
163
+ if (newText === null) {
164
+ if (state) {
165
+ unmount(el);
166
+ }
167
+ return;
168
+ }
169
+ if (!state) {
170
+ mount(el, binding);
171
+ return;
172
+ }
173
+ state.popoverEl.textContent = newText;
174
+ },
175
+ unmounted(el) {
176
+ unmount(el);
177
+ }
178
+ };
3
179
 
4
- import './index.css';const kdsAvatarSize = {
180
+ const kdsAvatarSize = {
5
181
  SMALL: "small",
6
182
  MEDIUM: "medium",
7
183
  LARGE: "large",
@@ -9,9 +185,9 @@ import './index.css';const kdsAvatarSize = {
9
185
  };
10
186
  const kdsAvatarSizes = Object.values(kdsAvatarSize);
11
187
 
12
- const _hoisted_1$18 = ["role", "title", "aria-hidden", "aria-label", "data-color"];
13
- const _hoisted_2$J = ["src"];
14
- const _hoisted_3$v = {
188
+ const _hoisted_1$17 = ["role", "aria-hidden", "aria-label", "data-color"];
189
+ const _hoisted_2$H = ["src"];
190
+ const _hoisted_3$t = {
15
191
  key: 1,
16
192
  class: "kds-avatar-initials",
17
193
  "aria-hidden": "true"
@@ -65,10 +241,9 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
65
241
  );
66
242
  const avatarColor = computed(() => getAvatarColor(displayedInitials.value));
67
243
  return (_ctx, _cache) => {
68
- return openBlock(), createElementBlock("div", {
244
+ return withDirectives((openBlock(), createElementBlock("div", {
69
245
  class: normalizeClass(["kds-avatar", __props.size]),
70
246
  role: hasTitle.value ? "img" : "presentation",
71
- title: hasTitle.value ? accessibleTitle.value : void 0,
72
247
  "aria-hidden": !hasTitle.value ? "true" : void 0,
73
248
  "aria-label": hasTitle.value ? accessibleTitle.value : void 0,
74
249
  "data-color": avatarColor.value
@@ -80,10 +255,12 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
80
255
  alt: "",
81
256
  "aria-hidden": "true",
82
257
  onError: onImageError
83
- }, null, 40, _hoisted_2$J)) : (openBlock(), createElementBlock("div", _hoisted_3$v, [
258
+ }, null, 40, _hoisted_2$H)) : (openBlock(), createElementBlock("div", _hoisted_3$t, [
84
259
  createElementVNode("span", null, toDisplayString(displayedInitials.value), 1)
85
260
  ]))
86
- ], 10, _hoisted_1$18);
261
+ ], 10, _hoisted_1$17)), [
262
+ [unref(vKdsTooltip), hasTitle.value ? accessibleTitle.value : void 0]
263
+ ]);
87
264
  };
88
265
  }
89
266
  });
@@ -96,11 +273,11 @@ const _export_sfc = (sfc, props) => {
96
273
  return target;
97
274
  };
98
275
 
99
- const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["__scopeId", "data-v-9e1a5abe"]]);
276
+ const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["__scopeId", "data-v-ab63cc85"]]);
100
277
 
101
- const _hoisted_1$17 = ["aria-label"];
102
- const _hoisted_2$I = { class: "avatars" };
103
- const _hoisted_3$u = {
278
+ const _hoisted_1$16 = ["aria-label"];
279
+ const _hoisted_2$G = { class: "avatars" };
280
+ const _hoisted_3$s = {
104
281
  key: 0,
105
282
  class: "more-count",
106
283
  "aria-hidden": "true"
@@ -125,7 +302,7 @@ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
125
302
  role: "group",
126
303
  "aria-label": ariaLabel.value
127
304
  }, [
128
- createElementVNode("div", _hoisted_2$I, [
305
+ createElementVNode("div", _hoisted_2$G, [
129
306
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.avatars, (avatar, index) => {
130
307
  return openBlock(), createBlock(KdsAvatar, {
131
308
  key: index,
@@ -139,8 +316,8 @@ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
139
316
  }, null, 8, ["style", "size", "initials", "title", "src"]);
140
317
  }), 128))
141
318
  ]),
142
- __props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$u, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
143
- ], 8, _hoisted_1$17);
319
+ __props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$s, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
320
+ ], 8, _hoisted_1$16);
144
321
  };
145
322
  }
146
323
  });
@@ -585,7 +762,6 @@ const kdsDataTypeSize = {
585
762
  };
586
763
  const kdsDataTypeSizes = Object.values(kdsDataTypeSize);
587
764
 
588
- const _hoisted_1$16 = ["title"];
589
765
  const _sfc_main$1G = /* @__PURE__ */ defineComponent({
590
766
  __name: "KdsDataType",
591
767
  props: {
@@ -618,21 +794,22 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
618
794
  });
619
795
  __expose({ status });
620
796
  return (_ctx, _cache) => {
621
- return openBlock(), createElementBlock("div", {
622
- class: normalizeClass(["kds-data-type-icon-container", __props.size, { disabled: __props.disabled }]),
623
- title: __props.iconTitle
797
+ return withDirectives((openBlock(), createElementBlock("div", {
798
+ class: normalizeClass(["kds-data-type-icon-container", __props.size, { disabled: __props.disabled }])
624
799
  }, [
625
800
  (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent)), {
626
801
  class: normalizeClass(["kds-icon", "kds-data-type-icon", iconSize.value]),
627
802
  "aria-hidden": "true",
628
803
  focusable: "false"
629
804
  }, null, 8, ["class"]))
630
- ], 10, _hoisted_1$16);
805
+ ], 2)), [
806
+ [unref(vKdsTooltip), __props.iconTitle]
807
+ ]);
631
808
  };
632
809
  }
633
810
  });
634
811
 
635
- const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["__scopeId", "data-v-38e9537f"]]);
812
+ const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["__scopeId", "data-v-667bceea"]]);
636
813
 
637
814
  const kdsBadgeVariant = {
638
815
  NEUTRAL: "neutral",
@@ -686,8 +863,8 @@ const kdsProgressBarSize = {
686
863
  };
687
864
  const kdsProgressBarSizes = Object.values(kdsProgressBarSize);
688
865
 
689
- const _hoisted_1$14 = ["title", "aria-label"];
690
- const _hoisted_2$H = {
866
+ const _hoisted_1$14 = ["aria-label"];
867
+ const _hoisted_2$F = {
691
868
  key: 0,
692
869
  class: "indeterminate-bar",
693
870
  "aria-hidden": "true"
@@ -724,18 +901,19 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
724
901
  }
725
902
  ])
726
903
  }, [
727
- createElementVNode("progress", mergeProps({
728
- title: title.value,
904
+ withDirectives(createElementVNode("progress", mergeProps({
729
905
  "aria-label": title.value,
730
906
  class: "progress"
731
- }, __props.indeterminate ? {} : { value: progressValue.value, max: 100 }), null, 16, _hoisted_1$14),
732
- __props.indeterminate ? (openBlock(), createElementBlock("span", _hoisted_2$H)) : createCommentVNode("", true)
907
+ }, __props.indeterminate ? {} : { value: progressValue.value, max: 100 }), null, 16, _hoisted_1$14), [
908
+ [unref(vKdsTooltip), title.value]
909
+ ]),
910
+ __props.indeterminate ? (openBlock(), createElementBlock("span", _hoisted_2$F)) : createCommentVNode("", true)
733
911
  ], 2);
734
912
  };
735
913
  }
736
914
  });
737
915
 
738
- const KdsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["__scopeId", "data-v-884d689a"]]);
916
+ const KdsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["__scopeId", "data-v-06930dc4"]]);
739
917
 
740
918
  const kdsColorSwatchType = {
741
919
  LEARNER: "learner",
@@ -754,7 +932,7 @@ const kdsColorSwatchSize = {
754
932
  };
755
933
  const kdsColorSwatchSizes = Object.values(kdsColorSwatchSize);
756
934
 
757
- const _hoisted_1$13 = ["role", "title", "aria-hidden", "aria-label"];
935
+ const _hoisted_1$13 = ["role", "aria-hidden", "aria-label"];
758
936
  const RGBA_SHORT_HEX_LENGTH = 4;
759
937
  const RGBA_LONG_HEX_LENGTH = 8;
760
938
  const ALPHA_NIBBLE_INDEX = 3;
@@ -829,19 +1007,20 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
829
1007
  const accessibleTitle = computed(() => props.title?.trim() ?? "");
830
1008
  const hasTitle = computed(() => accessibleTitle.value.length > 0);
831
1009
  return (_ctx, _cache) => {
832
- return openBlock(), createElementBlock("span", {
1010
+ return withDirectives((openBlock(), createElementBlock("span", {
833
1011
  role: hasTitle.value ? "img" : "presentation",
834
1012
  class: normalizeClass(["kds-color-swatch", __props.size]),
835
- title: hasTitle.value ? accessibleTitle.value : void 0,
836
1013
  style: normalizeStyle(swatchStyle.value),
837
1014
  "aria-hidden": hasTitle.value ? void 0 : "true",
838
1015
  "aria-label": hasTitle.value ? accessibleTitle.value : void 0
839
- }, null, 14, _hoisted_1$13);
1016
+ }, null, 14, _hoisted_1$13)), [
1017
+ [unref(vKdsTooltip), hasTitle.value ? accessibleTitle.value : void 0]
1018
+ ]);
840
1019
  };
841
1020
  }
842
1021
  });
843
1022
 
844
- const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["__scopeId", "data-v-91e0130d"]]);
1023
+ const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["__scopeId", "data-v-b91cf470"]]);
845
1024
 
846
1025
  const kdsDarkModeType = {
847
1026
  LIGHT: "light",
@@ -961,8 +1140,7 @@ function useKdsIsTruncated(elementRef) {
961
1140
  return { isTruncated };
962
1141
  }
963
1142
 
964
- const _hoisted_1$12 = ["title", "aria-label"];
965
- const _hoisted_2$G = ["title"];
1143
+ const _hoisted_1$12 = ["aria-label"];
966
1144
  const _sfc_main$1C = /* @__PURE__ */ defineComponent({
967
1145
  __name: "KdsLiveStatus",
968
1146
  props: {
@@ -979,26 +1157,30 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
979
1157
  const labelEl = useTemplateRef("labelEl");
980
1158
  const { isTruncated } = useKdsIsTruncated(labelEl);
981
1159
  return (_ctx, _cache) => {
982
- return openBlock(), createElementBlock("span", {
1160
+ return withDirectives((openBlock(), createElementBlock("span", {
983
1161
  class: normalizeClass(["kds-live-status", __props.status, `size-${__props.size}`]),
984
1162
  role: "img",
985
- title: !__props.label ? accessibleTitle.value : void 0,
986
1163
  "aria-label": accessibleTitle.value
987
1164
  }, [
988
1165
  _cache[0] || (_cache[0] = createElementVNode("span", { class: "dot" }, null, -1)),
989
- __props.label ? (openBlock(), createElementBlock("span", {
1166
+ __props.label ? withDirectives((openBlock(), createElementBlock("span", {
990
1167
  key: 0,
991
1168
  ref_key: "labelEl",
992
1169
  ref: labelEl,
993
- class: "label",
994
- title: unref(isTruncated) ? __props.label : void 0
995
- }, toDisplayString(__props.label), 9, _hoisted_2$G)) : createCommentVNode("", true)
996
- ], 10, _hoisted_1$12);
1170
+ class: "label"
1171
+ }, [
1172
+ createTextVNode(toDisplayString(__props.label), 1)
1173
+ ])), [
1174
+ [unref(vKdsTooltip), unref(isTruncated) ? __props.label : void 0]
1175
+ ]) : createCommentVNode("", true)
1176
+ ], 10, _hoisted_1$12)), [
1177
+ [unref(vKdsTooltip), !__props.label ? accessibleTitle.value : void 0]
1178
+ ]);
997
1179
  };
998
1180
  }
999
1181
  });
1000
1182
 
1001
- const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["__scopeId", "data-v-f20c5c00"]]);
1183
+ const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["__scopeId", "data-v-c3dcc5ff"]]);
1002
1184
 
1003
1185
  const kdsLiveStatusStatus = {
1004
1186
  RED: "red",
@@ -1056,9 +1238,9 @@ const kdsLoadingSpinnerVariants = Object.values(
1056
1238
  );
1057
1239
 
1058
1240
  const _hoisted_1$10 = ["role"];
1059
- const _hoisted_2$F = { class: "header" };
1060
- const _hoisted_3$t = { class: "headline" };
1061
- const _hoisted_4$p = {
1241
+ const _hoisted_2$E = { class: "header" };
1242
+ const _hoisted_3$r = { class: "headline" };
1243
+ const _hoisted_4$n = {
1062
1244
  key: 0,
1063
1245
  class: "body"
1064
1246
  };
@@ -1093,15 +1275,15 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
1093
1275
  class: normalizeClass(classes.value),
1094
1276
  role: role.value
1095
1277
  }, [
1096
- createElementVNode("div", _hoisted_2$F, [
1278
+ createElementVNode("div", _hoisted_2$E, [
1097
1279
  createVNode(KdsIcon, {
1098
1280
  class: "icon",
1099
1281
  name: iconName.value,
1100
1282
  size: "small"
1101
1283
  }, null, 8, ["name"]),
1102
- createElementVNode("div", _hoisted_3$t, toDisplayString(props.headline), 1)
1284
+ createElementVNode("div", _hoisted_3$r, toDisplayString(props.headline), 1)
1103
1285
  ]),
1104
- props.description ? (openBlock(), createElementBlock("div", _hoisted_4$p, toDisplayString(props.description), 1)) : createCommentVNode("", true)
1286
+ props.description ? (openBlock(), createElementBlock("div", _hoisted_4$n, toDisplayString(props.description), 1)) : createCommentVNode("", true)
1105
1287
  ], 10, _hoisted_1$10);
1106
1288
  };
1107
1289
  }
@@ -1136,16 +1318,16 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
1136
1318
  const KdsMissingValueIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-df682150"]]);
1137
1319
 
1138
1320
  const _hoisted_1$$ = { class: "donut-container" };
1139
- const _hoisted_2$E = ["height", "width", "viewBox"];
1140
- const _hoisted_3$s = ["r", "stroke-width"];
1141
- const _hoisted_4$o = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
1142
- const _hoisted_5$e = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
1321
+ const _hoisted_2$D = ["height", "width", "viewBox"];
1322
+ const _hoisted_3$q = ["r", "stroke-width"];
1323
+ const _hoisted_4$m = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
1324
+ const _hoisted_5$d = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
1143
1325
  const _hoisted_6$b = {
1144
1326
  key: 0,
1145
1327
  class: "donut-text"
1146
1328
  };
1147
- const _hoisted_7$4 = { class: "title" };
1148
- const _hoisted_8$3 = {
1329
+ const _hoisted_7$3 = { class: "title" };
1330
+ const _hoisted_8$2 = {
1149
1331
  key: 0,
1150
1332
  class: "sub-text"
1151
1333
  };
@@ -1209,7 +1391,7 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
1209
1391
  r: r.value,
1210
1392
  "stroke-width": strokeWidth.value,
1211
1393
  fill: "transparent"
1212
- }, null, 8, _hoisted_3$s),
1394
+ }, null, 8, _hoisted_3$q),
1213
1395
  __props.secondaryValue && !disabled.value ? (openBlock(), createElementBlock("circle", {
1214
1396
  key: 0,
1215
1397
  class: normalizeClass(["value-wedge", "secondary-circle", { animate: __props.animate }]),
@@ -1221,7 +1403,7 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
1221
1403
  "stroke-dashoffset": secondaryStrokeDashOffset.value,
1222
1404
  fill: "transparent",
1223
1405
  transform: transformWedge.value
1224
- }, null, 10, _hoisted_4$o)) : createCommentVNode("", true),
1406
+ }, null, 10, _hoisted_4$m)) : createCommentVNode("", true),
1225
1407
  !disabled.value ? (openBlock(), createElementBlock("circle", {
1226
1408
  key: 1,
1227
1409
  class: normalizeClass(["value-wedge", "primary-circle", { animate: __props.animate }]),
@@ -1233,11 +1415,11 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
1233
1415
  "stroke-dashoffset": strokeDashOffset.value,
1234
1416
  fill: "transparent",
1235
1417
  transform: transformWedge.value
1236
- }, null, 10, _hoisted_5$e)) : createCommentVNode("", true)
1237
- ], 8, _hoisted_2$E)),
1418
+ }, null, 10, _hoisted_5$d)) : createCommentVNode("", true)
1419
+ ], 8, _hoisted_2$D)),
1238
1420
  __props.title ? (openBlock(), createElementBlock("div", _hoisted_6$b, [
1239
- createElementVNode("div", _hoisted_7$4, toDisplayString(__props.title), 1),
1240
- __props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$3, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
1421
+ createElementVNode("div", _hoisted_7$3, toDisplayString(__props.title), 1),
1422
+ __props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$2, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
1241
1423
  ])) : createCommentVNode("", true)
1242
1424
  ]);
1243
1425
  };
@@ -1306,11 +1488,10 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
1306
1488
  }
1307
1489
  }
1308
1490
  return (_ctx, _cache) => {
1309
- return openBlock(), createBlock(resolveDynamicComponent(__props.component), {
1491
+ return withDirectives((openBlock(), createBlock(resolveDynamicComponent(__props.component), {
1310
1492
  type: __props.component === "button" ? "button" : void 0,
1311
1493
  class: normalizeClass(classes.value),
1312
1494
  disabled: __props.disabled,
1313
- title: props.title,
1314
1495
  "aria-label": props.ariaLabel,
1315
1496
  "data-test-id": props.dataTestId,
1316
1497
  onClick: _cache[0] || (_cache[0] = ($event) => onClick($event))
@@ -1331,12 +1512,14 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
1331
1512
  }, null, 8, ["name", "size"])) : createCommentVNode("", true)
1332
1513
  ]),
1333
1514
  _: 3
1334
- }, 8, ["type", "class", "disabled", "title", "aria-label", "data-test-id"]);
1515
+ }, 8, ["type", "class", "disabled", "aria-label", "data-test-id"])), [
1516
+ [unref(vKdsTooltip), props.title]
1517
+ ]);
1335
1518
  };
1336
1519
  }
1337
1520
  });
1338
1521
 
1339
- const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-24ade73a"]]);
1522
+ const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-83f63dc3"]]);
1340
1523
 
1341
1524
  const _sfc_main$1v = /* @__PURE__ */ defineComponent({
1342
1525
  __name: "KdsButton",
@@ -1635,7 +1818,7 @@ function prettyBytes(number, options) {
1635
1818
  }
1636
1819
 
1637
1820
  const _hoisted_1$Y = { class: "label" };
1638
- const _hoisted_2$D = {
1821
+ const _hoisted_2$C = {
1639
1822
  key: 1,
1640
1823
  class: "file-size"
1641
1824
  };
@@ -1718,13 +1901,12 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
1718
1901
  emit("click", event);
1719
1902
  }
1720
1903
  return (_ctx, _cache) => {
1721
- return openBlock(), createBlock(resolveDynamicComponent(component.value), {
1904
+ return withDirectives((openBlock(), createBlock(resolveDynamicComponent(component.value), {
1722
1905
  class: normalizeClass(["kds-link", `variant-${variant.value}`, { disabled: __props.disabled }]),
1723
1906
  to: effectiveTo.value,
1724
1907
  download: __props.disabled ? void 0 : __props.download,
1725
1908
  target: effectiveTarget.value,
1726
1909
  rel: effectiveRel.value,
1727
- title: effectiveTitle.value,
1728
1910
  "aria-disabled": __props.disabled ? "true" : void 0,
1729
1911
  onClick
1730
1912
  }, {
@@ -1735,15 +1917,17 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
1735
1917
  name: "external-link",
1736
1918
  size: "xsmall"
1737
1919
  })) : createCommentVNode("", true),
1738
- normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$D, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
1920
+ normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$C, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
1739
1921
  ]),
1740
1922
  _: 1
1741
- }, 8, ["class", "to", "download", "target", "rel", "title", "aria-disabled"]);
1923
+ }, 8, ["class", "to", "download", "target", "rel", "aria-disabled"])), [
1924
+ [unref(vKdsTooltip), effectiveTitle.value]
1925
+ ]);
1742
1926
  };
1743
1927
  }
1744
1928
  });
1745
1929
 
1746
- const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-56e748a8"]]);
1930
+ const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-6f9a0cf6"]]);
1747
1931
 
1748
1932
  const _sfc_main$1s = /* @__PURE__ */ defineComponent({
1749
1933
  __name: "KdsToggleButton",
@@ -1783,7 +1967,7 @@ const kdsToggleButtonVariant = {
1783
1967
  const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
1784
1968
 
1785
1969
  const _hoisted_1$X = ["data-visible"];
1786
- const _hoisted_2$C = ["data-visible"];
1970
+ const _hoisted_2$B = ["data-visible"];
1787
1971
  const _sfc_main$1r = /* @__PURE__ */ defineComponent({
1788
1972
  __name: "KdsProgressButton",
1789
1973
  props: /* @__PURE__ */ mergeModels({
@@ -1855,7 +2039,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
1855
2039
  size: iconSize.value,
1856
2040
  variant: __props.variant === "filled" ? "onPrimary" : "onSurface"
1857
2041
  }, null, 8, ["size", "variant"])
1858
- ], 8, _hoisted_2$C)
2042
+ ], 8, _hoisted_2$B)
1859
2043
  ], 2)
1860
2044
  ]),
1861
2045
  _: 1
@@ -2147,23 +2331,21 @@ const kdsListItemAccessorySize = {
2147
2331
  };
2148
2332
 
2149
2333
  const _hoisted_1$W = ["id", "role", "aria-selected", "aria-disabled"];
2150
- const _hoisted_2$B = {
2334
+ const _hoisted_2$A = {
2151
2335
  key: 0,
2152
2336
  class: "accessory"
2153
2337
  };
2154
- const _hoisted_3$r = { class: "content" };
2155
- const _hoisted_4$n = ["title"];
2156
- const _hoisted_5$d = {
2338
+ const _hoisted_3$p = { class: "content" };
2339
+ const _hoisted_4$l = {
2157
2340
  key: 0,
2158
2341
  class: "prefix"
2159
2342
  };
2160
- const _hoisted_6$a = ["title"];
2161
- const _hoisted_7$3 = { class: "trailing-item" };
2162
- const _hoisted_8$2 = {
2343
+ const _hoisted_5$c = { class: "trailing-item" };
2344
+ const _hoisted_6$a = {
2163
2345
  key: 0,
2164
2346
  class: "shortcut"
2165
2347
  };
2166
- const _hoisted_9$2 = {
2348
+ const _hoisted_7$2 = {
2167
2349
  key: 3,
2168
2350
  class: "trailing-item-reserve-space"
2169
2351
  };
@@ -2225,35 +2407,39 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
2225
2407
  ]),
2226
2408
  onClick
2227
2409
  }, [
2228
- props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$B, [
2410
+ props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$A, [
2229
2411
  createVNode(_sfc_main$1q, {
2230
2412
  accessory: props.accessory,
2231
2413
  size: accessorySize.value,
2232
2414
  disabled: __props.disabled
2233
2415
  }, null, 8, ["accessory", "size", "disabled"])
2234
2416
  ])) : createCommentVNode("", true),
2235
- createElementVNode("span", _hoisted_3$r, [
2236
- createElementVNode("span", {
2417
+ createElementVNode("span", _hoisted_3$p, [
2418
+ withDirectives((openBlock(), createElementBlock("span", {
2237
2419
  ref_key: "labelEl",
2238
2420
  ref: labelEl,
2239
- class: "label",
2240
- title: unref(isLabelTruncated) ? props.text : void 0
2421
+ class: "label"
2241
2422
  }, [
2242
- __props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$d, "(Missing) ")) : createCommentVNode("", true),
2423
+ __props.missing ? (openBlock(), createElementBlock("span", _hoisted_4$l, "(Missing) ")) : createCommentVNode("", true),
2243
2424
  createElementVNode("span", {
2244
2425
  class: normalizeClass({ special: __props.special })
2245
2426
  }, toDisplayString(props.text), 3)
2246
- ], 8, _hoisted_4$n),
2247
- props.subText ? (openBlock(), createElementBlock("span", {
2427
+ ])), [
2428
+ [unref(vKdsTooltip), unref(isLabelTruncated) ? props.text : void 0]
2429
+ ]),
2430
+ props.subText ? withDirectives((openBlock(), createElementBlock("span", {
2248
2431
  key: 0,
2249
2432
  ref_key: "subtextEl",
2250
2433
  ref: subtextEl,
2251
- class: "subtext",
2252
- title: unref(isSubtextTruncated) ? props.subText : void 0
2253
- }, toDisplayString(props.subText), 9, _hoisted_6$a)) : createCommentVNode("", true)
2434
+ class: "subtext"
2435
+ }, [
2436
+ createTextVNode(toDisplayString(props.subText), 1)
2437
+ ])), [
2438
+ [unref(vKdsTooltip), unref(isSubtextTruncated) ? props.subText : void 0]
2439
+ ]) : createCommentVNode("", true)
2254
2440
  ]),
2255
- createElementVNode("span", _hoisted_7$3, [
2256
- props.shortcut ? (openBlock(), createElementBlock("kbd", _hoisted_8$2, toDisplayString(props.shortcut), 1)) : props.badge ? (openBlock(), createBlock(KdsBadge, {
2441
+ createElementVNode("span", _hoisted_5$c, [
2442
+ props.shortcut ? (openBlock(), createElementBlock("kbd", _hoisted_6$a, toDisplayString(props.shortcut), 1)) : props.badge ? (openBlock(), createBlock(KdsBadge, {
2257
2443
  key: 1,
2258
2444
  size: badgeSize.value,
2259
2445
  label: props.badge.label,
@@ -2264,21 +2450,20 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
2264
2450
  size: "small",
2265
2451
  name: props.trailingIcon
2266
2452
  }, null, 8, ["name"])) : createCommentVNode("", true),
2267
- !props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_9$2)) : createCommentVNode("", true)
2453
+ !props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_7$2)) : createCommentVNode("", true)
2268
2454
  ])
2269
2455
  ], 10, _hoisted_1$W);
2270
2456
  };
2271
2457
  }
2272
2458
  });
2273
2459
 
2274
- const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-a3d6c86f"]]);
2460
+ const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-36ccb8f8"]]);
2275
2461
 
2276
2462
  const _hoisted_1$V = { class: "kds-list-item-section-title" };
2277
- const _hoisted_2$A = {
2463
+ const _hoisted_2$z = {
2278
2464
  key: 0,
2279
2465
  class: "icon"
2280
2466
  };
2281
- const _hoisted_3$q = ["title"];
2282
2467
  const _sfc_main$1o = /* @__PURE__ */ defineComponent({
2283
2468
  __name: "ListItemSectionTitle",
2284
2469
  props: {
@@ -2291,24 +2476,27 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
2291
2476
  const { isTruncated } = useKdsIsTruncated(labelEl);
2292
2477
  return (_ctx, _cache) => {
2293
2478
  return openBlock(), createElementBlock("div", _hoisted_1$V, [
2294
- props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$A, [
2479
+ props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$z, [
2295
2480
  createVNode(KdsIcon, {
2296
2481
  name: props.leadingIcon,
2297
2482
  size: "small"
2298
2483
  }, null, 8, ["name"])
2299
2484
  ])) : createCommentVNode("", true),
2300
- createElementVNode("span", {
2485
+ withDirectives((openBlock(), createElementBlock("span", {
2301
2486
  ref_key: "labelEl",
2302
2487
  ref: labelEl,
2303
- class: "label",
2304
- title: unref(isTruncated) ? props.label : void 0
2305
- }, toDisplayString(props.label), 9, _hoisted_3$q)
2488
+ class: "label"
2489
+ }, [
2490
+ createTextVNode(toDisplayString(props.label), 1)
2491
+ ])), [
2492
+ [unref(vKdsTooltip), unref(isTruncated) ? props.label : void 0]
2493
+ ])
2306
2494
  ]);
2307
2495
  };
2308
2496
  }
2309
2497
  });
2310
2498
 
2311
- const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-5eeb1226"]]);
2499
+ const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-012ece68"]]);
2312
2500
 
2313
2501
  const _sfc_main$1n = /* @__PURE__ */ defineComponent({
2314
2502
  __name: "KdsMenuItem",
@@ -2486,7 +2674,7 @@ const ContainerDepthKey = /* @__PURE__ */ Symbol("ContainerDepth");
2486
2674
  const ChildItemKey = /* @__PURE__ */ Symbol("ChildItem");
2487
2675
 
2488
2676
  const _hoisted_1$U = ["id", "aria-label", "aria-activedescendant"];
2489
- const _hoisted_2$z = ["id"];
2677
+ const _hoisted_2$y = ["id"];
2490
2678
  const _sfc_main$1m = /* @__PURE__ */ defineComponent({
2491
2679
  __name: "KdsMenuContainer",
2492
2680
  props: {
@@ -2713,7 +2901,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
2713
2901
  items: item.children ?? [],
2714
2902
  onItemClick: _cache[0] || (_cache[0] = ($event) => emit("itemClick", $event))
2715
2903
  }, null, 8, ["id", "ariaLabel", "items"])
2716
- ], 44, _hoisted_2$z)
2904
+ ], 44, _hoisted_2$y)
2717
2905
  ]),
2718
2906
  _: 2
2719
2907
  }, 1032, ["item", "is-last", "active-id", "variant", "onClick", "onMouseenter"]);
@@ -2748,7 +2936,7 @@ const kdsPopoverType = {
2748
2936
  const kdsPopoverTypes = Object.values(kdsPopoverType);
2749
2937
 
2750
2938
  const _hoisted_1$T = ["id", "popover", "role"];
2751
- const _hoisted_2$y = {
2939
+ const _hoisted_2$x = {
2752
2940
  key: 0,
2753
2941
  class: "kds-popover-default-content"
2754
2942
  };
@@ -2810,7 +2998,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
2810
2998
  onToggle
2811
2999
  }, [
2812
3000
  renderSlot(_ctx.$slots, "default", {}, () => [
2813
- props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$y, toDisplayString(props.content), 1)) : createCommentVNode("", true)
3001
+ props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$x, toDisplayString(props.content), 1)) : createCommentVNode("", true)
2814
3002
  ], true)
2815
3003
  ], 46, _hoisted_1$T);
2816
3004
  };
@@ -3038,12 +3226,12 @@ const kdsButtonVariant = {
3038
3226
  const kdsButtonVariants = Object.values(kdsButtonVariant);
3039
3227
 
3040
3228
  const _hoisted_1$S = ["aria-disabled"];
3041
- const _hoisted_2$x = { class: "kds-empty-state-headline" };
3042
- const _hoisted_3$p = {
3229
+ const _hoisted_2$w = { class: "kds-empty-state-headline" };
3230
+ const _hoisted_3$o = {
3043
3231
  key: 1,
3044
3232
  class: "kds-empty-state-description"
3045
3233
  };
3046
- const _hoisted_4$m = {
3234
+ const _hoisted_4$k = {
3047
3235
  key: 2,
3048
3236
  class: "kds-empty-state-action"
3049
3237
  };
@@ -3085,9 +3273,9 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
3085
3273
  variant: "onSurface",
3086
3274
  "aria-hidden": "true"
3087
3275
  })) : createCommentVNode("", true),
3088
- createElementVNode("p", _hoisted_2$x, toDisplayString(props.headline), 1),
3089
- props.description ? (openBlock(), createElementBlock("p", _hoisted_3$p, toDisplayString(props.description), 1)) : createCommentVNode("", true),
3090
- props.button ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
3276
+ createElementVNode("p", _hoisted_2$w, toDisplayString(props.headline), 1),
3277
+ props.description ? (openBlock(), createElementBlock("p", _hoisted_3$o, toDisplayString(props.description), 1)) : createCommentVNode("", true),
3278
+ props.button ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
3091
3279
  (openBlock(), createBlock(resolveDynamicComponent(buttonComponent.value), mergeProps(props.button, {
3092
3280
  disabled: props.button?.disabled || __props.disabled,
3093
3281
  onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("buttonClick", $event))
@@ -3442,7 +3630,7 @@ const kdsSpacingContainer0p10x = 1;
3442
3630
  const kdsSpacingContainer0p25x = 4;
3443
3631
 
3444
3632
  const _hoisted_1$Q = { class: "kds-label-wrapper" };
3445
- const _hoisted_2$w = ["id", "for", "title"];
3633
+ const _hoisted_2$v = ["id", "for"];
3446
3634
  const _sfc_main$1e = /* @__PURE__ */ defineComponent({
3447
3635
  __name: "KdsLabel",
3448
3636
  props: {
@@ -3461,14 +3649,17 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
3461
3649
  const { isTruncated } = useKdsIsTruncated(labelEl);
3462
3650
  return (_ctx, _cache) => {
3463
3651
  return openBlock(), createElementBlock("div", _hoisted_1$Q, [
3464
- createElementVNode("label", {
3652
+ withDirectives((openBlock(), createElementBlock("label", {
3465
3653
  id: props.id,
3466
3654
  ref_key: "labelEl",
3467
3655
  ref: labelEl,
3468
3656
  for: props.for,
3469
- class: "label",
3470
- title: unref(isTruncated) ? props.label : void 0
3471
- }, toDisplayString(props.label), 9, _hoisted_2$w),
3657
+ class: "label"
3658
+ }, [
3659
+ createTextVNode(toDisplayString(props.label), 1)
3660
+ ], 8, _hoisted_2$v)), [
3661
+ [unref(vKdsTooltip), unref(isTruncated) ? props.label : void 0]
3662
+ ]),
3472
3663
  props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
3473
3664
  key: 0,
3474
3665
  content: props.description,
@@ -3479,10 +3670,10 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
3479
3670
  }
3480
3671
  });
3481
3672
 
3482
- const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-efe3313e"]]);
3673
+ const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-2d3c5cbb"]]);
3483
3674
 
3484
3675
  const _hoisted_1$P = ["id"];
3485
- const _hoisted_2$v = { class: "subtext-text" };
3676
+ const _hoisted_2$u = { class: "subtext-text" };
3486
3677
  const _sfc_main$1d = /* @__PURE__ */ defineComponent({
3487
3678
  __name: "KdsSubText",
3488
3679
  props: {
@@ -3514,7 +3705,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
3514
3705
  variant: "onSurface",
3515
3706
  "aria-hidden": "true"
3516
3707
  })) : createCommentVNode("", true),
3517
- createElementVNode("span", _hoisted_2$v, toDisplayString(props.subText), 1)
3708
+ createElementVNode("span", _hoisted_2$u, toDisplayString(props.subText), 1)
3518
3709
  ], 10, _hoisted_1$P)) : createCommentVNode("", true);
3519
3710
  };
3520
3711
  }
@@ -4258,13 +4449,13 @@ const _hoisted_1$O = {
4258
4449
  key: 0,
4259
4450
  class: "icon-wrapper leading"
4260
4451
  };
4261
- const _hoisted_2$u = {
4452
+ const _hoisted_2$t = {
4262
4453
  key: 1,
4263
4454
  class: "leading-slot"
4264
4455
  };
4265
- const _hoisted_3$o = ["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"];
4266
- const _hoisted_4$l = ["aria-disabled"];
4267
- const _hoisted_5$c = {
4456
+ const _hoisted_3$n = ["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"];
4457
+ const _hoisted_4$j = ["aria-disabled"];
4458
+ const _hoisted_5$b = {
4268
4459
  key: 4,
4269
4460
  class: "trailing-slot"
4270
4461
  };
@@ -4429,7 +4620,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4429
4620
  name: props.leadingIcon
4430
4621
  }, null, 8, ["name"])) : createCommentVNode("", true)
4431
4622
  ])) : createCommentVNode("", true),
4432
- _ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$u, [
4623
+ _ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$t, [
4433
4624
  renderSlot(_ctx.$slots, "leading", {}, void 0, true)
4434
4625
  ])) : createCommentVNode("", true),
4435
4626
  createElementVNode("input", {
@@ -4474,7 +4665,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4474
4665
  onCut: handleInputCut,
4475
4666
  onDrop: handleInputDrop,
4476
4667
  onDragend: handleInputDragEnd
4477
- }, null, 42, _hoisted_3$o),
4668
+ }, null, 42, _hoisted_3$n),
4478
4669
  props.unit ? (openBlock(), createElementBlock("span", {
4479
4670
  key: 2,
4480
4671
  class: normalizeClass({
@@ -4483,7 +4674,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4483
4674
  disabled: __props.disabled
4484
4675
  }),
4485
4676
  "aria-disabled": __props.disabled || void 0
4486
- }, toDisplayString(props.unit), 11, _hoisted_4$l)) : createCommentVNode("", true),
4677
+ }, toDisplayString(props.unit), 11, _hoisted_4$j)) : createCommentVNode("", true),
4487
4678
  __props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1v, {
4488
4679
  key: 3,
4489
4680
  class: "clear-button",
@@ -4494,7 +4685,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
4494
4685
  title: "Clear",
4495
4686
  onClick: withModifiers(clearAndFocusInput, ["stop"])
4496
4687
  })) : createCommentVNode("", true),
4497
- _ctx.$slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_5$c, [
4688
+ _ctx.$slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_5$b, [
4498
4689
  renderSlot(_ctx.$slots, "trailing", {}, void 0, true)
4499
4690
  ])) : createCommentVNode("", true),
4500
4691
  props.trailingIcon ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
@@ -4762,21 +4953,20 @@ const filterSlotsForDynamicColumns = (slots) => {
4762
4953
  };
4763
4954
 
4764
4955
  const _hoisted_1$M = { class: "item-icon" };
4765
- const _hoisted_2$t = {
4956
+ const _hoisted_2$s = {
4766
4957
  key: 0,
4767
4958
  class: "open-indicator"
4768
4959
  };
4769
- const _hoisted_3$n = ["title"];
4770
- const _hoisted_4$k = {
4960
+ const _hoisted_3$m = {
4771
4961
  key: 0,
4772
4962
  class: "inner"
4773
4963
  };
4774
- const _hoisted_5$b = {
4964
+ const _hoisted_4$i = {
4775
4965
  key: 0,
4776
4966
  class: "item-error"
4777
4967
  };
4778
- const _hoisted_6$8 = { class: "inner" };
4779
- const _hoisted_7$2 = {
4968
+ const _hoisted_5$a = { class: "inner" };
4969
+ const _hoisted_6$8 = {
4780
4970
  key: 0,
4781
4971
  class: /* @__PURE__ */ normalizeClass(["column"])
4782
4972
  };
@@ -4882,21 +5072,20 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4882
5072
  }, {
4883
5073
  default: withCtx(() => [
4884
5074
  createElementVNode("td", _hoisted_1$M, [
4885
- __props.item.isOpen ? (openBlock(), createElementBlock("span", _hoisted_2$t)) : createCommentVNode("", true),
5075
+ __props.item.isOpen ? (openBlock(), createElementBlock("span", _hoisted_2$s)) : createCommentVNode("", true),
4886
5076
  createVNode(KdsIcon, {
4887
5077
  name: __props.item.icon || (__props.item.isDirectory ? "folder" : "file"),
4888
5078
  size: "small"
4889
5079
  }, null, 8, ["name"])
4890
5080
  ]),
4891
- createElementVNode("td", {
5081
+ withDirectives((openBlock(), createElementBlock("td", {
4892
5082
  class: normalizeClass(["column", {
4893
5083
  light: !__props.item.isDirectory,
4894
5084
  "rename-active": unref(isRenameActive)
4895
5085
  }]),
4896
- "data-test-id": "item-name",
4897
- title: __props.item.name
5086
+ "data-test-id": "item-name"
4898
5087
  }, [
4899
- !unref(isRenameActive) ? (openBlock(), createElementBlock("div", _hoisted_4$k, toDisplayString(__props.item.name), 1)) : (openBlock(), createElementBlock("div", {
5088
+ !unref(isRenameActive) ? (openBlock(), createElementBlock("div", _hoisted_3$m, toDisplayString(__props.item.name), 1)) : (openBlock(), createElementBlock("div", {
4900
5089
  key: 1,
4901
5090
  ref_key: "renameInputContainer",
4902
5091
  ref: renameInputContainer,
@@ -4909,22 +5098,23 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4909
5098
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => renameValue.value = $event),
4910
5099
  class: "rename-input",
4911
5100
  type: "text",
4912
- title: "rename",
4913
5101
  ariaLabel: "rename input",
4914
5102
  error: !unref(isValid),
4915
5103
  onKeydown: _cache[1] || (_cache[1] = withModifiers(($event) => onRenameSubmit($event), ["stop"]))
4916
5104
  }, null, 8, ["modelValue", "error"]),
4917
- !unref(isValid) ? (openBlock(), createElementBlock("div", _hoisted_5$b, [
5105
+ !unref(isValid) ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
4918
5106
  createElementVNode("span", null, toDisplayString(unref(errorMessage)), 1)
4919
5107
  ])) : createCommentVNode("", true)
4920
5108
  ], 512))
4921
- ], 10, _hoisted_3$n),
5109
+ ], 2)), [
5110
+ [unref(vKdsTooltip), __props.item.name]
5111
+ ]),
4922
5112
  (openBlock(true), createElementBlock(Fragment, null, renderList(dynamicColumnSlotNames.value, (name) => {
4923
5113
  return openBlock(), createElementBlock("td", {
4924
5114
  key: `dynamicColumn-${name}`,
4925
5115
  class: normalizeClass(["column", "dynamic-column"])
4926
5116
  }, [
4927
- createElementVNode("div", _hoisted_6$8, [
5117
+ createElementVNode("div", _hoisted_5$a, [
4928
5118
  renderSlot(_ctx.$slots, name, {
4929
5119
  isRenameActive: unref(isRenameActive),
4930
5120
  isSelected: __props.isSelected
@@ -4932,7 +5122,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4932
5122
  ])
4933
5123
  ]);
4934
5124
  }), 128)),
4935
- _ctx.$slots.optionsMenu ? (openBlock(), createElementBlock("td", _hoisted_7$2, [
5125
+ _ctx.$slots.optionsMenu ? (openBlock(), createElementBlock("td", _hoisted_6$8, [
4936
5126
  renderSlot(_ctx.$slots, "optionsMenu", {}, void 0, true)
4937
5127
  ])) : createCommentVNode("", true)
4938
5128
  ]),
@@ -4942,7 +5132,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4942
5132
  }
4943
5133
  });
4944
5134
 
4945
- const FileExplorerItem = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-91cbcaae"]]);
5135
+ const FileExplorerItem = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-4811e8e8"]]);
4946
5136
 
4947
5137
  const _sfc_main$17 = /* @__PURE__ */ defineComponent({
4948
5138
  __name: "FileExplorerItemBack",
@@ -4951,11 +5141,10 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
4951
5141
  },
4952
5142
  setup(__props) {
4953
5143
  return (_ctx, _cache) => {
4954
- return openBlock(), createBlock(FileExplorerItemBase, {
5144
+ return withDirectives((openBlock(), createBlock(FileExplorerItemBase, {
4955
5145
  "is-dragging": __props.isDragging,
4956
5146
  "is-selected": false,
4957
- class: "file-explorer-item-back",
4958
- title: "Go back"
5147
+ class: "file-explorer-item-back"
4959
5148
  }, {
4960
5149
  default: withCtx(() => [
4961
5150
  createElementVNode("td", null, [
@@ -4967,12 +5156,14 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
4967
5156
  _cache[0] || (_cache[0] = createElementVNode("td", { class: "item-name hidden" }, "Go back to parent directory", -1))
4968
5157
  ]),
4969
5158
  _: 1
4970
- }, 8, ["is-dragging"]);
5159
+ }, 8, ["is-dragging"])), [
5160
+ [unref(vKdsTooltip), "Go back"]
5161
+ ]);
4971
5162
  };
4972
5163
  }
4973
5164
  });
4974
5165
 
4975
- const FileExplorerItemBack = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-a5de970a"]]);
5166
+ const FileExplorerItemBack = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-6053576d"]]);
4976
5167
 
4977
5168
  const getInitialState = () => ({
4978
5169
  anchorHistory: [],
@@ -11869,7 +12060,7 @@ const popoverAnchor = {
11869
12060
  };
11870
12061
 
11871
12062
  const _hoisted_1$L = { class: "file-explorer" };
11872
- const _hoisted_2$s = {
12063
+ const _hoisted_2$r = {
11873
12064
  key: 0,
11874
12065
  class: "empty"
11875
12066
  };
@@ -12299,7 +12490,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
12299
12490
  } : void 0
12300
12491
  ]), 1032, ["class", "disabled", "item", "is-dragging", "is-selected", "is-rename-active", "blacklisted-names", "is-dragging-enabled", "has-options-menu", "onDragstart", "onDragenter", "onDragleave", "onDragend", "onDrag", "onClick", "onContextmenu", "onKeydown", "onDrop", "onDblclick"]);
12301
12492
  }), 128)),
12302
- __props.items.length === 0 ? (openBlock(), createElementBlock("tr", _hoisted_2$s, [
12493
+ __props.items.length === 0 ? (openBlock(), createElementBlock("tr", _hoisted_2$r, [
12303
12494
  createElementVNode("td", null, [
12304
12495
  createVNode(KdsEmptyState, mergeProps({
12305
12496
  headline: __props.emptyState?.headline ?? "Folder is empty"
@@ -12368,10 +12559,10 @@ const kdsFileExplorerDraggingAnimationModes = Object.values(
12368
12559
  );
12369
12560
 
12370
12561
  const _hoisted_1$K = { class: "kds-preview-list" };
12371
- const _hoisted_2$r = { class: "kds-preview-list-title-row" };
12372
- const _hoisted_3$m = { class: "kds-preview-list-content" };
12373
- const _hoisted_4$j = { class: "kds-preview-list-headline" };
12374
- const _hoisted_5$a = ["aria-label"];
12562
+ const _hoisted_2$q = { class: "kds-preview-list-title-row" };
12563
+ const _hoisted_3$l = { class: "kds-preview-list-content" };
12564
+ const _hoisted_4$h = { class: "kds-preview-list-headline" };
12565
+ const _hoisted_5$9 = ["aria-label"];
12375
12566
  const _hoisted_6$7 = { class: "kds-preview-list-show-hide" };
12376
12567
  const DEFAULT_MAX_VISIBLE_ITEMS = 6;
12377
12568
  const _sfc_main$15 = /* @__PURE__ */ defineComponent({
@@ -12409,7 +12600,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
12409
12600
  );
12410
12601
  return (_ctx, _cache) => {
12411
12602
  return openBlock(), createElementBlock("section", _hoisted_1$K, [
12412
- createElementVNode("header", _hoisted_2$r, [
12603
+ createElementVNode("header", _hoisted_2$q, [
12413
12604
  __props.loading && !expanded.value ? (openBlock(), createBlock(KdsLoadingSpinner, {
12414
12605
  key: 0,
12415
12606
  size: "small",
@@ -12419,8 +12610,8 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
12419
12610
  name: __props.leadingIcon,
12420
12611
  size: "small"
12421
12612
  }, null, 8, ["name"])) : createCommentVNode("", true),
12422
- createElementVNode("div", _hoisted_3$m, [
12423
- createElementVNode("span", _hoisted_4$j, toDisplayString(props.headline), 1)
12613
+ createElementVNode("div", _hoisted_3$l, [
12614
+ createElementVNode("span", _hoisted_4$h, toDisplayString(props.headline), 1)
12424
12615
  ]),
12425
12616
  __props.trailingButton ? (openBlock(), createBlock(_sfc_main$1v, normalizeProps(mergeProps({ key: 2 }, trailingButtonProps.value)), null, 16)) : createCommentVNode("", true)
12426
12617
  ]),
@@ -12455,7 +12646,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
12455
12646
  }, ["stop"]))
12456
12647
  }, null, 8, ["id", "text", "accessory"]);
12457
12648
  }), 128))
12458
- ], 8, _hoisted_5$a)) : createCommentVNode("", true)
12649
+ ], 8, _hoisted_5$9)) : createCommentVNode("", true)
12459
12650
  ], 512), [
12460
12651
  [vShow, expanded.value]
12461
12652
  ]),
@@ -12478,14 +12669,14 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
12478
12669
 
12479
12670
  const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-a11103f6"]]);
12480
12671
 
12481
- const _hoisted_1$J = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
12482
- const _hoisted_2$q = { class: "control" };
12483
- const _hoisted_3$l = {
12672
+ const _hoisted_1$J = ["disabled", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
12673
+ const _hoisted_2$p = { class: "control" };
12674
+ const _hoisted_3$k = {
12484
12675
  key: 0,
12485
12676
  class: "content"
12486
12677
  };
12487
- const _hoisted_4$i = { class: "label" };
12488
- const _hoisted_5$9 = ["id"];
12678
+ const _hoisted_4$g = { class: "label" };
12679
+ const _hoisted_5$8 = ["id"];
12489
12680
  const _hoisted_6$6 = {
12490
12681
  key: 0,
12491
12682
  class: "subtext-wrapper"
@@ -12545,7 +12736,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
12545
12736
  };
12546
12737
  return (_ctx, _cache) => {
12547
12738
  return openBlock(), createElementBlock("div", null, [
12548
- createElementVNode("button", {
12739
+ withDirectives((openBlock(), createElementBlock("button", {
12549
12740
  class: normalizeClass({
12550
12741
  checkbox: true,
12551
12742
  checked: isChecked.value,
@@ -12554,7 +12745,6 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
12554
12745
  error: __props.error
12555
12746
  }),
12556
12747
  disabled: __props.disabled,
12557
- title: props.title,
12558
12748
  "aria-label": props.title,
12559
12749
  "aria-checked": ariaChecked.value,
12560
12750
  "aria-describedby": ariaDescribedBy.value,
@@ -12563,7 +12753,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
12563
12753
  role: "checkbox",
12564
12754
  onClick: handleClick
12565
12755
  }, [
12566
- createElementVNode("div", _hoisted_2$q, [
12756
+ createElementVNode("div", _hoisted_2$p, [
12567
12757
  icon.value ? (openBlock(), createBlock(KdsIcon, {
12568
12758
  key: 0,
12569
12759
  name: icon.value,
@@ -12571,15 +12761,17 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
12571
12761
  size: "xsmall"
12572
12762
  }, null, 8, ["name"])) : createCommentVNode("", true)
12573
12763
  ]),
12574
- props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$l, [
12575
- createElementVNode("div", _hoisted_4$i, toDisplayString(props.label), 1),
12764
+ props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$k, [
12765
+ createElementVNode("div", _hoisted_4$g, toDisplayString(props.label), 1),
12576
12766
  props.helperText ? (openBlock(), createElementBlock("div", {
12577
12767
  key: 0,
12578
12768
  id: unref(helperId),
12579
12769
  class: "helper-text"
12580
- }, toDisplayString(props.helperText), 9, _hoisted_5$9)) : createCommentVNode("", true)
12770
+ }, toDisplayString(props.helperText), 9, _hoisted_5$8)) : createCommentVNode("", true)
12581
12771
  ])) : createCommentVNode("", true)
12582
- ], 10, _hoisted_1$J),
12772
+ ], 10, _hoisted_1$J)), [
12773
+ [unref(vKdsTooltip), props.title]
12774
+ ]),
12583
12775
  props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$6, [
12584
12776
  createVNode(KdsSubText, {
12585
12777
  id: unref(descriptionId),
@@ -12593,7 +12785,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
12593
12785
  }
12594
12786
  });
12595
12787
 
12596
- const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-0bec87ad"]]);
12788
+ const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-5138a023"]]);
12597
12789
 
12598
12790
  const _sfc_main$13 = /* @__PURE__ */ defineComponent({
12599
12791
  __name: "KdsCheckbox",
@@ -12626,9 +12818,8 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
12626
12818
  });
12627
12819
 
12628
12820
  const _hoisted_1$I = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
12629
- const _hoisted_2$p = ["id"];
12630
- const _hoisted_3$k = ["title"];
12631
- const _hoisted_4$h = { class: "kds-fieldset-content" };
12821
+ const _hoisted_2$o = ["id"];
12822
+ const _hoisted_3$j = { class: "kds-fieldset-content" };
12632
12823
  const _sfc_main$12 = /* @__PURE__ */ defineComponent({
12633
12824
  __name: "BaseFieldsetWrapper",
12634
12825
  props: {
@@ -12670,19 +12861,22 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
12670
12861
  id: legendId.value,
12671
12862
  class: "kds-fieldset-legend"
12672
12863
  }, [
12673
- createElementVNode("span", {
12864
+ withDirectives((openBlock(), createElementBlock("span", {
12674
12865
  ref_key: "legendTextEl",
12675
12866
  ref: legendTextEl,
12676
- class: "legend-text",
12677
- title: unref(isTruncated) ? props.label : void 0
12678
- }, toDisplayString(props.label), 9, _hoisted_3$k),
12867
+ class: "legend-text"
12868
+ }, [
12869
+ createTextVNode(toDisplayString(props.label), 1)
12870
+ ])), [
12871
+ [unref(vKdsTooltip), unref(isTruncated) ? props.label : void 0]
12872
+ ]),
12679
12873
  props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
12680
12874
  key: 0,
12681
12875
  content: props.description,
12682
12876
  hidden: !isHovered.value
12683
12877
  }, null, 8, ["content", "hidden"])) : createCommentVNode("", true)
12684
- ], 8, _hoisted_2$p)) : createCommentVNode("", true),
12685
- createElementVNode("div", _hoisted_4$h, [
12878
+ ], 8, _hoisted_2$o)) : createCommentVNode("", true),
12879
+ createElementVNode("div", _hoisted_3$j, [
12686
12880
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
12687
12881
  ]),
12688
12882
  createVNode(KdsSubText, {
@@ -12697,7 +12891,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
12697
12891
  }
12698
12892
  });
12699
12893
 
12700
- const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-a44731da"]]);
12894
+ const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-698f7098"]]);
12701
12895
 
12702
12896
  const _sfc_main$11 = /* @__PURE__ */ defineComponent({
12703
12897
  __name: "KdsCheckboxGroup",
@@ -12808,16 +13002,16 @@ const kdsToggleSwitchLabelPositions = Object.values(
12808
13002
  );
12809
13003
 
12810
13004
  const _hoisted_1$H = ["disabled", "aria-label", "aria-checked"];
12811
- const _hoisted_2$o = { class: "control" };
12812
- const _hoisted_3$j = {
13005
+ const _hoisted_2$n = { class: "control" };
13006
+ const _hoisted_3$i = {
12813
13007
  class: "knob",
12814
13008
  "aria-hidden": "true"
12815
13009
  };
12816
- const _hoisted_4$g = {
13010
+ const _hoisted_4$f = {
12817
13011
  key: 0,
12818
13012
  class: "content"
12819
13013
  };
12820
- const _hoisted_5$8 = { class: "label" };
13014
+ const _hoisted_5$7 = { class: "label" };
12821
13015
  const _sfc_main$10 = /* @__PURE__ */ defineComponent({
12822
13016
  __name: "KdsToggleSwitch",
12823
13017
  props: /* @__PURE__ */ mergeModels({
@@ -12857,16 +13051,16 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
12857
13051
  role: "switch",
12858
13052
  onClick: handleClick
12859
13053
  }, [
12860
- createElementVNode("div", _hoisted_2$o, [
12861
- createElementVNode("div", _hoisted_3$j, [
13054
+ createElementVNode("div", _hoisted_2$n, [
13055
+ createElementVNode("div", _hoisted_3$i, [
12862
13056
  createVNode(KdsIcon, {
12863
13057
  name: isChecked.value ? "checkmark" : "x-close",
12864
13058
  size: __props.size === "small" ? "xsmall" : "small"
12865
13059
  }, null, 8, ["name", "size"])
12866
13060
  ])
12867
13061
  ]),
12868
- props.label ? (openBlock(), createElementBlock("div", _hoisted_4$g, [
12869
- createElementVNode("span", _hoisted_5$8, toDisplayString(props.label), 1)
13062
+ props.label ? (openBlock(), createElementBlock("div", _hoisted_4$f, [
13063
+ createElementVNode("span", _hoisted_5$7, toDisplayString(props.label), 1)
12870
13064
  ])) : createCommentVNode("", true)
12871
13065
  ], 10, _hoisted_1$H);
12872
13066
  };
@@ -12876,16 +13070,16 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
12876
13070
  const KdsToggleSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-417fc16d"]]);
12877
13071
 
12878
13072
  const _hoisted_1$G = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
12879
- const _hoisted_2$n = { class: "control" };
12880
- const _hoisted_3$i = {
13073
+ const _hoisted_2$m = { class: "control" };
13074
+ const _hoisted_3$h = {
12881
13075
  key: 0,
12882
13076
  class: "dot",
12883
13077
  viewBox: "0 0 2 2",
12884
13078
  "aria-hidden": "true",
12885
13079
  focusable: "false"
12886
13080
  };
12887
- const _hoisted_4$f = { class: "content" };
12888
- const _hoisted_5$7 = { class: "label" };
13081
+ const _hoisted_4$e = { class: "content" };
13082
+ const _hoisted_5$6 = { class: "label" };
12889
13083
  const _hoisted_6$5 = ["id"];
12890
13084
  const _sfc_main$$ = /* @__PURE__ */ defineComponent({
12891
13085
  __name: "KdsRadioButton",
@@ -12927,8 +13121,8 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
12927
13121
  type: "button",
12928
13122
  onClick: handleClick
12929
13123
  }, [
12930
- createElementVNode("div", _hoisted_2$n, [
12931
- modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$i, [..._cache[0] || (_cache[0] = [
13124
+ createElementVNode("div", _hoisted_2$m, [
13125
+ modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$h, [..._cache[0] || (_cache[0] = [
12932
13126
  createElementVNode("circle", {
12933
13127
  cx: "1",
12934
13128
  cy: "1",
@@ -12936,8 +13130,8 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
12936
13130
  }, null, -1)
12937
13131
  ])])) : createCommentVNode("", true)
12938
13132
  ]),
12939
- createElementVNode("div", _hoisted_4$f, [
12940
- createElementVNode("div", _hoisted_5$7, toDisplayString(props.text), 1),
13133
+ createElementVNode("div", _hoisted_4$e, [
13134
+ createElementVNode("div", _hoisted_5$6, toDisplayString(props.text), 1),
12941
13135
  props.helperText ? (openBlock(), createElementBlock("div", {
12942
13136
  key: 0,
12943
13137
  id: `${unref(id)}-helper`,
@@ -13148,7 +13342,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
13148
13342
 
13149
13343
  const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-d78ed4a2"]]);
13150
13344
 
13151
- const _hoisted_1$F = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
13345
+ const _hoisted_1$F = ["aria-checked", "aria-label", "disabled", "tabindex"];
13152
13346
  const _sfc_main$Z = /* @__PURE__ */ defineComponent({
13153
13347
  __name: "ValueSwitchItem",
13154
13348
  props: {
@@ -13168,7 +13362,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
13168
13362
  const optionTextEl = useTemplateRef("optionTextEl");
13169
13363
  const { isTruncated } = useKdsIsTruncated(optionTextEl);
13170
13364
  return (_ctx, _cache) => {
13171
- return openBlock(), createElementBlock("button", {
13365
+ return withDirectives((openBlock(), createElementBlock("button", {
13172
13366
  role: "radio",
13173
13367
  "aria-checked": props.selected,
13174
13368
  "aria-label": props.text ? void 0 : props.title,
@@ -13180,8 +13374,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
13180
13374
  "size-small": __props.size === "small"
13181
13375
  }),
13182
13376
  disabled: __props.disabled,
13183
- tabindex: __props.tabIndex,
13184
- title: props.title ?? (unref(isTruncated) && props.text ? props.text : void 0)
13377
+ tabindex: __props.tabIndex
13185
13378
  }, [
13186
13379
  props.leadingIcon && (!props.hideIcons || !props.text) ? (openBlock(), createBlock(KdsIcon, {
13187
13380
  key: 0,
@@ -13199,12 +13392,17 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
13199
13392
  name: props.trailingIcon,
13200
13393
  size: __props.size
13201
13394
  }, null, 8, ["name", "size"])) : createCommentVNode("", true)
13202
- ], 10, _hoisted_1$F);
13395
+ ], 10, _hoisted_1$F)), [
13396
+ [
13397
+ unref(vKdsTooltip),
13398
+ props.title ?? (unref(isTruncated) && props.text ? props.text : void 0)
13399
+ ]
13400
+ ]);
13203
13401
  };
13204
13402
  }
13205
13403
  });
13206
13404
 
13207
- const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-5c6f0f1f"]]);
13405
+ const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-cd4995e6"]]);
13208
13406
 
13209
13407
  const useValueSwitchIconHiding = ({
13210
13408
  width,
@@ -13993,8 +14191,8 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
13993
14191
  const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-f4be2bd4"]]);
13994
14192
 
13995
14193
  const _hoisted_1$D = { class: "kds-color-picker" };
13996
- const _hoisted_2$m = ["aria-valuetext"];
13997
- const _hoisted_3$h = { class: "value-inputs" };
14194
+ const _hoisted_2$l = ["aria-valuetext"];
14195
+ const _hoisted_3$g = { class: "value-inputs" };
13998
14196
  const DEFAULT_HUE_DEG = 270;
13999
14197
  const DEFAULT_SATURATION = 0.8;
14000
14198
  const DEFAULT_VALUE = 0.9;
@@ -14184,7 +14382,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
14184
14382
  class: "handle",
14185
14383
  style: normalizeStyle(colorspaceHandleStyle.value)
14186
14384
  }, null, 4)
14187
- ], 44, _hoisted_2$m),
14385
+ ], 44, _hoisted_2$l),
14188
14386
  createVNode(ColorPickerSlider, {
14189
14387
  modelValue: hue.value,
14190
14388
  "onUpdate:modelValue": [
@@ -14219,7 +14417,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
14219
14417
  step: KEYBOARD_STEP,
14220
14418
  "large-step": KEYBOARD_LARGE_STEP
14221
14419
  }, null, 8, ["modelValue", "value-now", "value-text"]),
14222
- createElementVNode("div", _hoisted_3$h, [
14420
+ createElementVNode("div", _hoisted_3$g, [
14223
14421
  createVNode(KdsTextInput, {
14224
14422
  "model-value": hexInputValue.value,
14225
14423
  ariaLabel: "Color hex value",
@@ -18536,9 +18734,9 @@ const _hoisted_1$C = {
18536
18734
  role: "row",
18537
18735
  class: "kds-date-picker-header-row"
18538
18736
  };
18539
- const _hoisted_2$l = ["aria-label"];
18540
- const _hoisted_3$g = { class: "kds-date-picker-day-grid" };
18541
- const _hoisted_4$e = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
18737
+ const _hoisted_2$k = ["aria-label"];
18738
+ const _hoisted_3$f = { class: "kds-date-picker-day-grid" };
18739
+ const _hoisted_4$d = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
18542
18740
  const REFERENCE_YEAR$2 = 2024;
18543
18741
  const DAYS_PER_WEEK = 7;
18544
18742
  const TOTAL_CELLS = 42;
@@ -18844,10 +19042,10 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
18844
19042
  role: "columnheader",
18845
19043
  "aria-label": unref(DAY_FULL_LABELS)[i],
18846
19044
  class: "kds-date-picker-weekday"
18847
- }, toDisplayString(day), 9, _hoisted_2$l);
19045
+ }, toDisplayString(day), 9, _hoisted_2$k);
18848
19046
  }), 128))
18849
19047
  ]),
18850
- createElementVNode("div", _hoisted_3$g, [
19048
+ createElementVNode("div", _hoisted_3$f, [
18851
19049
  (openBlock(true), createElementBlock(Fragment, null, renderList(weeks.value, (week, wi) => {
18852
19050
  return openBlock(), createElementBlock("div", {
18853
19051
  key: wi,
@@ -18876,7 +19074,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
18876
19074
  onClick: ($event) => selectDate(day),
18877
19075
  onKeydown: onDayKeydown,
18878
19076
  onFocus: ($event) => onDayFocus(day)
18879
- }, toDisplayString(day.day), 43, _hoisted_4$e);
19077
+ }, toDisplayString(day.day), 43, _hoisted_4$d);
18880
19078
  }), 128))
18881
19079
  ]);
18882
19080
  }), 128))
@@ -19266,14 +19464,14 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
19266
19464
  const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-270d55b9"]]);
19267
19465
 
19268
19466
  const _hoisted_1$z = { class: "kds-date-picker" };
19269
- const _hoisted_2$k = { class: "kds-date-picker-header" };
19270
- const _hoisted_3$f = { class: "kds-date-picker-nav-block" };
19271
- const _hoisted_4$d = {
19467
+ const _hoisted_2$j = { class: "kds-date-picker-header" };
19468
+ const _hoisted_3$e = { class: "kds-date-picker-nav-block" };
19469
+ const _hoisted_4$c = {
19272
19470
  key: 1,
19273
19471
  class: "kds-date-picker-header-static-label",
19274
19472
  "aria-live": "polite"
19275
19473
  };
19276
- const _hoisted_5$6 = { class: "kds-date-picker-nav-block" };
19474
+ const _hoisted_5$5 = { class: "kds-date-picker-nav-block" };
19277
19475
  const _hoisted_6$4 = { class: "kds-date-picker-body" };
19278
19476
  const MONTHS_PER_YEAR = 12;
19279
19477
  const YEAR_PAGE_SIZE = 15;
@@ -19475,8 +19673,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
19475
19673
  __expose({ focus });
19476
19674
  return (_ctx, _cache) => {
19477
19675
  return openBlock(), createElementBlock("div", _hoisted_1$z, [
19478
- createElementVNode("div", _hoisted_2$k, [
19479
- createElementVNode("div", _hoisted_3$f, [
19676
+ createElementVNode("div", _hoisted_2$j, [
19677
+ createElementVNode("div", _hoisted_3$e, [
19480
19678
  view.value === "day" ? (openBlock(), createBlock(_sfc_main$1v, {
19481
19679
  key: 0,
19482
19680
  variant: "transparent",
@@ -19502,8 +19700,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
19502
19700
  size: "small",
19503
19701
  label: headerLabel.value,
19504
19702
  onClick: onHeaderLabelClick
19505
- }, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$d, toDisplayString(headerLabel.value), 1)),
19506
- createElementVNode("div", _hoisted_5$6, [
19703
+ }, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$c, toDisplayString(headerLabel.value), 1)),
19704
+ createElementVNode("div", _hoisted_5$5, [
19507
19705
  createVNode(_sfc_main$1v, {
19508
19706
  variant: "transparent",
19509
19707
  size: "small",
@@ -20510,13 +20708,13 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
20510
20708
  const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-36211819"]]);
20511
20709
 
20512
20710
  const _hoisted_1$w = { class: "kds-time-picker" };
20513
- const _hoisted_2$j = { class: "kds-time-picker-fields" };
20514
- const _hoisted_3$e = { class: "kds-time-picker-fields" };
20515
- const _hoisted_4$c = {
20711
+ const _hoisted_2$i = { class: "kds-time-picker-fields" };
20712
+ const _hoisted_3$d = { class: "kds-time-picker-fields" };
20713
+ const _hoisted_4$b = {
20516
20714
  key: 0,
20517
20715
  class: "kds-time-picker-fields"
20518
20716
  };
20519
- const _hoisted_5$5 = {
20717
+ const _hoisted_5$4 = {
20520
20718
  key: 1,
20521
20719
  class: "kds-time-picker-actions"
20522
20720
  };
@@ -20615,7 +20813,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
20615
20813
  __expose({ focus });
20616
20814
  return (_ctx, _cache) => {
20617
20815
  return openBlock(), createElementBlock("div", _hoisted_1$w, [
20618
- createElementVNode("div", _hoisted_2$j, [
20816
+ createElementVNode("div", _hoisted_2$i, [
20619
20817
  createVNode(_sfc_main$X, {
20620
20818
  ref: "hourInput",
20621
20819
  modelValue: hour.value,
@@ -20641,7 +20839,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
20641
20839
  class: "kds-time-picker-divider"
20642
20840
  })) : createCommentVNode("", true),
20643
20841
  showSecondInput.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
20644
- createElementVNode("div", _hoisted_3$e, [
20842
+ createElementVNode("div", _hoisted_3$d, [
20645
20843
  createVNode(_sfc_main$X, {
20646
20844
  ref: "secondInput",
20647
20845
  modelValue: second.value,
@@ -20661,7 +20859,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
20661
20859
  onClick: removeSeconds
20662
20860
  })
20663
20861
  ]),
20664
- showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
20862
+ showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_4$b, [
20665
20863
  createVNode(_sfc_main$X, {
20666
20864
  ref: "millisecondInput",
20667
20865
  modelValue: millisecond.value,
@@ -20683,7 +20881,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
20683
20881
  title: "Remove milliseconds",
20684
20882
  onClick: removeMilliseconds
20685
20883
  })
20686
- ])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
20884
+ ])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_5$4, [
20687
20885
  createVNode(_sfc_main$1v, {
20688
20886
  variant: "outlined",
20689
20887
  size: "small",
@@ -21294,9 +21492,9 @@ const stripInactiveFields = (duration, usedFormat) => {
21294
21492
  const toTitleCase = (key) => key.charAt(0).toUpperCase() + key.slice(1).toLowerCase();
21295
21493
 
21296
21494
  const _hoisted_1$v = { class: "kds-interval-popover" };
21297
- const _hoisted_2$i = { class: "kds-interval-popover-header" };
21298
- const _hoisted_3$d = { class: "kds-interval-popover-content" };
21299
- const _hoisted_4$b = { class: "kds-interval-popover-grid" };
21495
+ const _hoisted_2$h = { class: "kds-interval-popover-header" };
21496
+ const _hoisted_3$c = { class: "kds-interval-popover-content" };
21497
+ const _hoisted_4$a = { class: "kds-interval-popover-grid" };
21300
21498
  const _sfc_main$F = /* @__PURE__ */ defineComponent({
21301
21499
  __name: "IntervalInputPopover",
21302
21500
  props: /* @__PURE__ */ mergeModels({
@@ -21392,7 +21590,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21392
21590
  });
21393
21591
  return (_ctx, _cache) => {
21394
21592
  return openBlock(), createElementBlock("div", _hoisted_1$v, [
21395
- createElementVNode("div", _hoisted_2$i, [
21593
+ createElementVNode("div", _hoisted_2$h, [
21396
21594
  _cache[2] || (_cache[2] = createElementVNode("span", { class: "kds-interval-popover-title" }, "Interval value", -1)),
21397
21595
  props.format === unref(kdsIntervalInputFormat).DATE_OR_TIME ? (openBlock(), createBlock(unref(KdsValueSwitch), {
21398
21596
  key: 0,
@@ -21404,7 +21602,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21404
21602
  }, null, 8, ["modelValue"])) : createCommentVNode("", true)
21405
21603
  ]),
21406
21604
  _cache[3] || (_cache[3] = createElementVNode("div", { class: "kds-interval-popover-divider" }, null, -1)),
21407
- createElementVNode("div", _hoisted_3$d, [
21605
+ createElementVNode("div", _hoisted_3$c, [
21408
21606
  props.allowDescending ? (openBlock(), createBlock(unref(KdsValueSwitch), {
21409
21607
  key: 0,
21410
21608
  modelValue: direction.value,
@@ -21414,7 +21612,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21414
21612
  variant: "muted",
21415
21613
  "possible-values": directionOptions
21416
21614
  }, null, 8, ["modelValue"])) : createCommentVNode("", true),
21417
- createElementVNode("div", _hoisted_4$b, [
21615
+ createElementVNode("div", _hoisted_4$a, [
21418
21616
  mode.value === unref(kdsIntervalInputFormat).DATE ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(periodNumericKeys), (key) => {
21419
21617
  return openBlock(), createBlock(unref(_sfc_main$X), {
21420
21618
  key,
@@ -21764,13 +21962,13 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
21764
21962
  const KdsDateTimeInput = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-f2ad3cef"]]);
21765
21963
 
21766
21964
  const _hoisted_1$t = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
21767
- const _hoisted_2$h = {
21965
+ const _hoisted_2$g = {
21768
21966
  key: 0,
21769
21967
  class: "leading",
21770
21968
  "aria-hidden": "true"
21771
21969
  };
21772
- const _hoisted_3$c = ["id"];
21773
- const _hoisted_4$a = {
21970
+ const _hoisted_3$b = ["id"];
21971
+ const _hoisted_4$9 = {
21774
21972
  class: "trailing",
21775
21973
  "aria-hidden": "true"
21776
21974
  };
@@ -21855,7 +22053,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
21855
22053
  onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("click")),
21856
22054
  onKeydown
21857
22055
  }, [
21858
- props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$h, [
22056
+ props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$g, [
21859
22057
  createVNode(_sfc_main$1q, {
21860
22058
  accessory: props.accessory,
21861
22059
  size: "medium"
@@ -21867,8 +22065,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
21867
22065
  placeholder: !props.text && !__props.disabled,
21868
22066
  missing: __props.missing
21869
22067
  }])
21870
- }, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$c),
21871
- createElementVNode("span", _hoisted_4$a, [
22068
+ }, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$b),
22069
+ createElementVNode("span", _hoisted_4$9, [
21872
22070
  createVNode(KdsIcon, {
21873
22071
  name: open.value ? "chevron-up" : "chevron-down",
21874
22072
  size: "small"
@@ -21884,7 +22082,7 @@ const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "da
21884
22082
  const DROPDOWN_SEARCH_THRESHOLD = 12;
21885
22083
 
21886
22084
  const _hoisted_1$s = { class: "kds-dropdown-container" };
21887
- const _hoisted_2$g = {
22085
+ const _hoisted_2$f = {
21888
22086
  key: 0,
21889
22087
  class: "kds-dropdown-container-sticky-top"
21890
22088
  };
@@ -21973,7 +22171,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
21973
22171
  });
21974
22172
  return (_ctx, _cache) => {
21975
22173
  return openBlock(), createElementBlock("div", _hoisted_1$s, [
21976
- searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$g, [
22174
+ searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$f, [
21977
22175
  createVNode(BaseInput, {
21978
22176
  ref_key: "searchEl",
21979
22177
  ref: searchEl,
@@ -22123,7 +22321,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
22123
22321
  });
22124
22322
 
22125
22323
  const _hoisted_1$r = { class: "kds-zoned-date-time-input" };
22126
- const _hoisted_2$f = { class: "date-time-row" };
22324
+ const _hoisted_2$e = { class: "date-time-row" };
22127
22325
  const _sfc_main$z = /* @__PURE__ */ defineComponent({
22128
22326
  __name: "KdsZonedDateTimeInput",
22129
22327
  props: /* @__PURE__ */ mergeModels({
@@ -22234,7 +22432,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
22234
22432
  }, {
22235
22433
  default: withCtx(() => [
22236
22434
  createElementVNode("div", _hoisted_1$r, [
22237
- createElementVNode("div", _hoisted_2$f, [
22435
+ createElementVNode("div", _hoisted_2$e, [
22238
22436
  createVNode(_sfc_main$N, {
22239
22437
  ref_key: "dateInput",
22240
22438
  ref: dateInput,
@@ -22276,7 +22474,6 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
22276
22474
  const KdsZonedDateTimeInput = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-7dcebccd"]]);
22277
22475
 
22278
22476
  const _hoisted_1$q = ["disabled"];
22279
- const _hoisted_2$e = ["title"];
22280
22477
  const _sfc_main$y = /* @__PURE__ */ defineComponent({
22281
22478
  __name: "KdsListItemButton",
22282
22479
  props: {
@@ -22302,25 +22499,28 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
22302
22499
  size: "small",
22303
22500
  disabled: __props.disabled
22304
22501
  }, null, 8, ["name", "disabled"]),
22305
- createElementVNode("span", {
22502
+ withDirectives((openBlock(), createElementBlock("span", {
22306
22503
  ref_key: "labelEl",
22307
22504
  ref: labelEl,
22308
- class: "label",
22309
- title: unref(isLabelTruncated) ? props.label : void 0
22310
- }, toDisplayString(props.label), 9, _hoisted_2$e)
22505
+ class: "label"
22506
+ }, [
22507
+ createTextVNode(toDisplayString(props.label), 1)
22508
+ ])), [
22509
+ [unref(vKdsTooltip), unref(isLabelTruncated) ? props.label : void 0]
22510
+ ])
22311
22511
  ], 8, _hoisted_1$q);
22312
22512
  };
22313
22513
  }
22314
22514
  });
22315
22515
 
22316
- const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-21fb5571"]]);
22516
+ const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-ac05d049"]]);
22317
22517
 
22318
22518
  const _hoisted_1$p = { class: "kds-multi-select-dropdown-options" };
22319
22519
  const _hoisted_2$d = {
22320
22520
  key: 0,
22321
22521
  class: "kds-multi-select-dropdown-search"
22322
22522
  };
22323
- const _hoisted_3$b = {
22523
+ const _hoisted_3$a = {
22324
22524
  key: 1,
22325
22525
  class: "kds-multi-select-dropdown-footer"
22326
22526
  };
@@ -22477,7 +22677,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
22477
22677
  "aria-label": "Dropdown options",
22478
22678
  onItemClick: _cache[4] || (_cache[4] = ($event) => $event !== void 0 && onItemClick($event))
22479
22679
  }, null, 8, ["class", "possible-values", "loading", "empty-text", "controlled-externally"]),
22480
- !__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$b, [
22680
+ !__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
22481
22681
  createVNode(unref(KdsListItemButton), {
22482
22682
  label: anyVisibleSelected.value ? "Clear all" : "Select all",
22483
22683
  "leading-icon": anyVisibleSelected.value ? "trash" : "checkmark",
@@ -23058,11 +23258,11 @@ const useMultiSelectListBoxSelection = ({
23058
23258
 
23059
23259
  const _hoisted_1$m = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
23060
23260
  const _hoisted_2$b = { class: "kds-multiselect-list-box-content-grid" };
23061
- const _hoisted_3$a = {
23261
+ const _hoisted_3$9 = {
23062
23262
  key: 0,
23063
23263
  class: "kds-multiselect-sticky-bottom"
23064
23264
  };
23065
- const _hoisted_4$9 = {
23265
+ const _hoisted_4$8 = {
23066
23266
  key: 0,
23067
23267
  class: "kds-multiselect-empty"
23068
23268
  };
@@ -23346,7 +23546,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
23346
23546
  }, null, 8, ["id", "class", "text", "accessory", "missing", "special", "data-option-index", "selected", "disabled", "active", "trailing-icon", "onDblclick", "onClick"]);
23347
23547
  }), 128))
23348
23548
  ], 16),
23349
- visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
23549
+ visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$9, [
23350
23550
  createVNode(unref(KdsListItem), {
23351
23551
  id: generateOptionId(visibleBottomValue.value.id),
23352
23552
  text: visibleBottomValue.value.text,
@@ -23367,7 +23567,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
23367
23567
  ])) : createCommentVNode("", true)
23368
23568
  ])
23369
23569
  ], 16, _hoisted_1$m),
23370
- visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
23570
+ visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
23371
23571
  createVNode(KdsEmptyState, {
23372
23572
  headline: __props.loading ? "Loading data…" : __props.emptyStateLabel,
23373
23573
  "loading-spinner": __props.loading,
@@ -23389,12 +23589,12 @@ const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scop
23389
23589
 
23390
23590
  const _hoisted_1$l = { class: "kds-list-column" };
23391
23591
  const _hoisted_2$a = { class: "kds-list-header" };
23392
- const _hoisted_3$9 = { class: "kds-list-label" };
23393
- const _hoisted_4$8 = {
23592
+ const _hoisted_3$8 = { class: "kds-list-label" };
23593
+ const _hoisted_4$7 = {
23394
23594
  key: 0,
23395
23595
  class: "kds-list-count"
23396
23596
  };
23397
- const _hoisted_5$4 = { class: "kds-button-column" };
23597
+ const _hoisted_5$3 = { class: "kds-button-column" };
23398
23598
  const _hoisted_6$2 = { class: "kds-list-column" };
23399
23599
  const _hoisted_7$1 = { class: "kds-list-header" };
23400
23600
  const _hoisted_8$1 = { class: "kds-list-label" };
@@ -23579,8 +23779,8 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
23579
23779
  }, [
23580
23780
  createElementVNode("div", _hoisted_1$l, [
23581
23781
  createElementVNode("div", _hoisted_2$a, [
23582
- createElementVNode("span", _hoisted_3$9, toDisplayString(__props.excludeLabel), 1),
23583
- !__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$8, toDisplayString(leftOptions.value.length) + " of " + toDisplayString(excludedItems.value.length), 1)) : createCommentVNode("", true)
23782
+ createElementVNode("span", _hoisted_3$8, toDisplayString(__props.excludeLabel), 1),
23783
+ !__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$7, toDisplayString(leftOptions.value.length) + " of " + toDisplayString(excludedItems.value.length), 1)) : createCommentVNode("", true)
23584
23784
  ]),
23585
23785
  createVNode(unref(KdsMultiSelectListBox), {
23586
23786
  modelValue: leftSelected.value,
@@ -23599,7 +23799,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
23599
23799
  onKeyEnter: moveRight
23600
23800
  }, null, 8, ["modelValue", "possible-values", "ariaLabel", "disabled", "error", "loading", "empty-state-label", "bottom-value"])
23601
23801
  ]),
23602
- createElementVNode("div", _hoisted_5$4, [
23802
+ createElementVNode("div", _hoisted_5$3, [
23603
23803
  createVNode(unref(_sfc_main$1v), {
23604
23804
  "leading-icon": "chevron-right",
23605
23805
  ariaLabel: "Move selected values right",
@@ -24021,8 +24221,8 @@ const useSortableListBoxReorder = ({
24021
24221
 
24022
24222
  const _hoisted_1$j = { class: "kds-sortable-list-box-wrapper" };
24023
24223
  const _hoisted_2$9 = { class: "kds-sortable-top-buttons" };
24024
- const _hoisted_3$8 = { class: "kds-sortable-top-buttons-left" };
24025
- const _hoisted_4$7 = { class: "kds-sortable-footer-buttons" };
24224
+ const _hoisted_3$7 = { class: "kds-sortable-top-buttons-left" };
24225
+ const _hoisted_4$6 = { class: "kds-sortable-footer-buttons" };
24026
24226
  const _sfc_main$p = /* @__PURE__ */ defineComponent({
24027
24227
  __name: "KdsSortableListBox",
24028
24228
  props: /* @__PURE__ */ mergeModels({
@@ -24082,7 +24282,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
24082
24282
  default: withCtx(() => [
24083
24283
  createElementVNode("div", _hoisted_1$j, [
24084
24284
  createElementVNode("div", _hoisted_2$9, [
24085
- createElementVNode("div", _hoisted_3$8, [
24285
+ createElementVNode("div", _hoisted_3$7, [
24086
24286
  createVNode(_sfc_main$1v, {
24087
24287
  size: "small",
24088
24288
  variant: "transparent",
@@ -24121,7 +24321,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
24121
24321
  ariaLabel: formFieldProps.label ?? formFieldProps.ariaLabel ?? ""
24122
24322
  /* fallback only for TS */
24123
24323
  }, null, 8, ["modelValue", "possible-values", "disabled", "error", "ariaLabel"]),
24124
- createElementVNode("div", _hoisted_4$7, [
24324
+ createElementVNode("div", _hoisted_4$6, [
24125
24325
  createVNode(_sfc_main$1v, {
24126
24326
  size: "small",
24127
24327
  variant: "transparent",
@@ -24209,13 +24409,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
24209
24409
  const isFocused = ref(false);
24210
24410
  return (_ctx, _cache) => {
24211
24411
  return openBlock(), createElementBlock(Fragment, null, [
24212
- createElementVNode("button", mergeProps(_ctx.$attrs, {
24412
+ withDirectives((openBlock(), createElementBlock("button", mergeProps(_ctx.$attrs, {
24213
24413
  class: {
24214
24414
  "info-toggle-button": true,
24215
24415
  selected: modelValue.value,
24216
24416
  hidden: __props.hidden && !modelValue.value && !isHovered.value && !isFocused.value
24217
24417
  },
24218
- title: TITLE,
24219
24418
  "aria-label": TITLE,
24220
24419
  "aria-pressed": modelValue.value,
24221
24420
  "aria-expanded": modelValue.value,
@@ -24233,7 +24432,9 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
24233
24432
  name: "circle-question",
24234
24433
  size: "small"
24235
24434
  })
24236
- ], 16, _hoisted_1$h),
24435
+ ], 16, _hoisted_1$h)), [
24436
+ [unref(vKdsTooltip), TITLE]
24437
+ ]),
24237
24438
  createVNode(KdsPopover, {
24238
24439
  ref_key: "popoverEl",
24239
24440
  ref: popoverEl,
@@ -24261,7 +24462,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
24261
24462
  }
24262
24463
  });
24263
24464
 
24264
- const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-67a8974e"]]);
24465
+ const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-020b385c"]]);
24265
24466
 
24266
24467
  const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
24267
24468
  __proto__: null,
@@ -24291,7 +24492,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
24291
24492
 
24292
24493
  const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-8a0c56d0"]]);
24293
24494
 
24294
- const _hoisted_1$f = ["title", "aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
24495
+ const _hoisted_1$f = ["aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
24295
24496
  const _sfc_main$l = /* @__PURE__ */ defineComponent({
24296
24497
  __name: "KdsVariableToggleButton",
24297
24498
  props: /* @__PURE__ */ mergeModels({
@@ -24356,14 +24557,13 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
24356
24557
  });
24357
24558
  return (_ctx, _cache) => {
24358
24559
  return openBlock(), createElementBlock(Fragment, null, [
24359
- createElementVNode("button", mergeProps(_ctx.$attrs, {
24560
+ withDirectives((openBlock(), createElementBlock("button", mergeProps(_ctx.$attrs, {
24360
24561
  class: {
24361
24562
  "variable-toggle-button": true,
24362
24563
  error: __props.error,
24363
24564
  "pressed-or-set": modelValue.value || __props.inSet || __props.outSet,
24364
24565
  hidden: __props.hidden && !modelValue.value && !isHovered.value && !isFocused.value
24365
24566
  },
24366
- title: title.value,
24367
24567
  "aria-label": title.value,
24368
24568
  "aria-pressed": modelValue.value,
24369
24569
  "aria-expanded": modelValue.value,
@@ -24381,7 +24581,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
24381
24581
  name: iconName.value,
24382
24582
  size: "small"
24383
24583
  }, null, 8, ["name"])
24384
- ], 16, _hoisted_1$f),
24584
+ ], 16, _hoisted_1$f)), [
24585
+ [unref(vKdsTooltip), title.value]
24586
+ ]),
24385
24587
  createVNode(KdsPopover, {
24386
24588
  ref_key: "popoverEl",
24387
24589
  ref: popoverEl,
@@ -24409,13 +24611,13 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
24409
24611
  }
24410
24612
  });
24411
24613
 
24412
- const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-b6d29842"]]);
24614
+ const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-3e9b0390"]]);
24413
24615
 
24414
24616
  const _hoisted_1$e = { class: "kds-accordion" };
24415
24617
  const _hoisted_2$8 = ["name", "open", "onToggle"];
24416
- const _hoisted_3$7 = ["aria-disabled", "tabindex", "onClick", "onKeydown"];
24417
- const _hoisted_4$6 = { class: "kds-accordion-headline-container" };
24418
- const _hoisted_5$3 = { class: "kds-accordion-headline" };
24618
+ const _hoisted_3$6 = ["aria-disabled", "tabindex", "onClick", "onKeydown"];
24619
+ const _hoisted_4$5 = { class: "kds-accordion-headline-container" };
24620
+ const _hoisted_5$2 = { class: "kds-accordion-headline" };
24419
24621
  const _hoisted_6$1 = { class: "kds-accordion-content" };
24420
24622
  const _sfc_main$k = /* @__PURE__ */ defineComponent({
24421
24623
  __name: "KdsAccordion",
@@ -24560,20 +24762,20 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
24560
24762
  onClick: ($event) => onSummaryClick($event, item),
24561
24763
  onKeydown: ($event) => handleTriggerKeydown($event, item)
24562
24764
  }, [
24563
- createElementVNode("span", _hoisted_4$6, [
24765
+ createElementVNode("span", _hoisted_4$5, [
24564
24766
  item.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
24565
24767
  key: 0,
24566
24768
  name: item.leadingIcon,
24567
24769
  size: "small",
24568
24770
  disabled: item.disabled
24569
24771
  }, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
24570
- createElementVNode("span", _hoisted_5$3, toDisplayString(item.headline), 1)
24772
+ createElementVNode("span", _hoisted_5$2, toDisplayString(item.headline), 1)
24571
24773
  ]),
24572
24774
  createVNode(KdsIcon, {
24573
24775
  name: isItemExpanded(item.id) ? "chevron-up" : "chevron-down",
24574
24776
  size: "small"
24575
24777
  }, null, 8, ["name"])
24576
- ], 40, _hoisted_3$7),
24778
+ ], 40, _hoisted_3$6),
24577
24779
  createElementVNode("div", _hoisted_6$1, [
24578
24780
  renderSlot(_ctx.$slots, item.id, { item }, void 0, true)
24579
24781
  ])
@@ -24591,8 +24793,8 @@ const _hoisted_2$7 = {
24591
24793
  key: 0,
24592
24794
  class: "accessory"
24593
24795
  };
24594
- const _hoisted_3$6 = { key: 1 };
24595
- const _hoisted_4$5 = {
24796
+ const _hoisted_3$5 = { key: 1 };
24797
+ const _hoisted_4$4 = {
24596
24798
  key: 2,
24597
24799
  class: "actions",
24598
24800
  "data-kds-card-secondary-action": ""
@@ -24608,8 +24810,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
24608
24810
  _ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$7, [
24609
24811
  renderSlot(_ctx.$slots, "accessory", {}, void 0, true)
24610
24812
  ])) : createCommentVNode("", true),
24611
- __props.headline ? (openBlock(), createElementBlock("h6", _hoisted_3$6, toDisplayString(__props.headline), 1)) : createCommentVNode("", true),
24612
- _ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_4$5, [
24813
+ __props.headline ? (openBlock(), createElementBlock("h6", _hoisted_3$5, toDisplayString(__props.headline), 1)) : createCommentVNode("", true),
24814
+ _ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_4$4, [
24613
24815
  renderSlot(_ctx.$slots, "actions", {}, void 0, true)
24614
24816
  ])) : createCommentVNode("", true)
24615
24817
  ]);
@@ -24916,12 +25118,12 @@ const _hoisted_2$6 = {
24916
25118
  key: 0,
24917
25119
  class: "kds-panel-header"
24918
25120
  };
24919
- const _hoisted_3$5 = ["id"];
24920
- const _hoisted_4$4 = {
25121
+ const _hoisted_3$4 = ["id"];
25122
+ const _hoisted_4$3 = {
24921
25123
  key: 0,
24922
25124
  class: "kds-panel-headline-text"
24923
25125
  };
24924
- const _hoisted_5$2 = {
25126
+ const _hoisted_5$1 = {
24925
25127
  key: 1,
24926
25128
  class: "kds-panel-header-trailing"
24927
25129
  };
@@ -24971,15 +25173,15 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
24971
25173
  id: unref(headlineId),
24972
25174
  class: "kds-panel-headline"
24973
25175
  }, [
24974
- typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$4, toDisplayString(__props.headline), 1)) : __props.headline.type === "button" ? (openBlock(), createBlock(_sfc_main$1v, mergeProps({ key: 1 }, __props.headline.props, {
25176
+ typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$3, toDisplayString(__props.headline), 1)) : __props.headline.type === "button" ? (openBlock(), createBlock(_sfc_main$1v, mergeProps({ key: 1 }, __props.headline.props, {
24975
25177
  size: "small",
24976
25178
  onClick: __props.headline.onClick
24977
25179
  }), null, 16, ["onClick"])) : __props.headline.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1k, mergeProps({ key: 2 }, __props.headline.props, {
24978
25180
  size: "small",
24979
25181
  onItemClick: __props.headline.onItemClick
24980
25182
  }), null, 16, ["onItemClick"])) : createCommentVNode("", true)
24981
- ], 8, _hoisted_3$5)) : createCommentVNode("", true),
24982
- __props.headlineTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
25183
+ ], 8, _hoisted_3$4)) : createCommentVNode("", true),
25184
+ __props.headlineTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$1, [
24983
25185
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.headlineTrailingActions, (action, index) => {
24984
25186
  return openBlock(), createElementBlock(Fragment, { key: index }, [
24985
25187
  action.type === "button" ? (openBlock(), createBlock(_sfc_main$1v, mergeProps({
@@ -25178,9 +25380,9 @@ const useTabBarAdaptiveLayout = ({
25178
25380
  };
25179
25381
 
25180
25382
  const _hoisted_1$9 = { class: "kds-tab-bar-wrapper" };
25181
- const _hoisted_2$5 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
25182
- const _hoisted_3$4 = { class: "kds-tab-label" };
25183
- const _hoisted_4$3 = {
25383
+ const _hoisted_2$5 = ["id", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
25384
+ const _hoisted_3$3 = { class: "kds-tab-label" };
25385
+ const _hoisted_4$2 = {
25184
25386
  key: 1,
25185
25387
  class: "kds-tab-indicator"
25186
25388
  };
@@ -25199,7 +25401,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
25199
25401
  emits: ["update:modelValue"],
25200
25402
  setup(__props) {
25201
25403
  useCssVars((_ctx) => ({
25202
- "v09be89a3": minTabWidthCss
25404
+ "v9ef1548e": minTabWidthCss
25203
25405
  }));
25204
25406
  const props = createPropsRestProxy(__props, ["size", "fullWidth", "disabled"]);
25205
25407
  const modelValue = useModel(__props, "modelValue");
@@ -25317,7 +25519,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
25317
25519
  role: "tablist"
25318
25520
  }, [
25319
25521
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.tabs, (tab) => {
25320
- return openBlock(), createElementBlock("button", {
25522
+ return withDirectives((openBlock(), createElementBlock("button", {
25321
25523
  id: tab.id,
25322
25524
  key: tab.value,
25323
25525
  ref_for: true,
@@ -25327,7 +25529,6 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
25327
25529
  },
25328
25530
  type: "button",
25329
25531
  role: "tab",
25330
- title: getTabTitle(tab),
25331
25532
  "aria-selected": modelValue.value === tab.value,
25332
25533
  "aria-controls": tab.panelId,
25333
25534
  tabindex: focusableTabValue.value === tab.value ? 0 : -1,
@@ -25345,9 +25546,11 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
25345
25546
  "icon-size": __props.size === "large" ? "large" : "medium",
25346
25547
  disabled: isTabDisabled(tab)
25347
25548
  }, null, 8, ["accessory", "icon-size", "disabled"])) : createCommentVNode("", true),
25348
- createElementVNode("span", _hoisted_3$4, toDisplayString(tab.label), 1),
25349
- modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$3)) : createCommentVNode("", true)
25350
- ], 42, _hoisted_2$5);
25549
+ createElementVNode("span", _hoisted_3$3, toDisplayString(tab.label), 1),
25550
+ modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$2)) : createCommentVNode("", true)
25551
+ ], 42, _hoisted_2$5)), [
25552
+ [unref(vKdsTooltip), getTabTitle(tab)]
25553
+ ]);
25351
25554
  }), 128))
25352
25555
  ], 2)
25353
25556
  ]);
@@ -25355,7 +25558,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
25355
25558
  }
25356
25559
  });
25357
25560
 
25358
- const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-91f95f5f"]]);
25561
+ const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-9a4461cc"]]);
25359
25562
 
25360
25563
  const kdsTabBarSize = {
25361
25564
  SMALL: "small",
@@ -25389,12 +25592,12 @@ const _hoisted_2$4 = {
25389
25592
  key: 0,
25390
25593
  class: "kds-loading-skeleton-headline-with-paragraph"
25391
25594
  };
25392
- const _hoisted_3$3 = { class: "kds-loading-skeleton-paragraph-lines" };
25393
- const _hoisted_4$2 = {
25595
+ const _hoisted_3$2 = { class: "kds-loading-skeleton-paragraph-lines" };
25596
+ const _hoisted_4$1 = {
25394
25597
  key: 1,
25395
25598
  class: "kds-loading-skeleton-input-with-label"
25396
25599
  };
25397
- const _hoisted_5$1 = { class: "kds-loading-skeleton-list-item-text" };
25600
+ const _hoisted_5 = { class: "kds-loading-skeleton-list-item-text" };
25398
25601
  const _sfc_main$9 = /* @__PURE__ */ defineComponent({
25399
25602
  __name: "KdsLoadingSkeleton",
25400
25603
  props: {
@@ -25418,12 +25621,12 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
25418
25621
  shape: "text",
25419
25622
  class: "headline"
25420
25623
  }),
25421
- createElementVNode("div", _hoisted_3$3, [
25624
+ createElementVNode("div", _hoisted_3$2, [
25422
25625
  createVNode(LoadingSkeletonItem, { shape: "text" }),
25423
25626
  createVNode(LoadingSkeletonItem, { shape: "text" }),
25424
25627
  createVNode(LoadingSkeletonItem, { shape: "text" })
25425
25628
  ])
25426
- ])) : __props.variant === "input-with-label" ? (openBlock(), createElementBlock("div", _hoisted_4$2, [
25629
+ ])) : __props.variant === "input-with-label" ? (openBlock(), createElementBlock("div", _hoisted_4$1, [
25427
25630
  createVNode(LoadingSkeletonItem, {
25428
25631
  shape: "label",
25429
25632
  class: "label"
@@ -25443,7 +25646,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
25443
25646
  createVNode(LoadingSkeletonItem, {
25444
25647
  shape: __props.variant.startsWith("list-item-large") ? "icon-large" : "icon-small"
25445
25648
  }, null, 8, ["shape"]),
25446
- createElementVNode("div", _hoisted_5$1, [
25649
+ createElementVNode("div", _hoisted_5, [
25447
25650
  createVNode(LoadingSkeletonItem, { shape: "text" }),
25448
25651
  __props.variant.endsWith("subtext") ? (openBlock(), createBlock(LoadingSkeletonItem, {
25449
25652
  key: 0,
@@ -25505,7 +25708,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
25505
25708
  emits: ["click", "trailingButtonClick"],
25506
25709
  setup(__props, { emit: __emit }) {
25507
25710
  useCssVars((_ctx) => ({
25508
- "v29854424": paddingRight.value
25711
+ "b532af5e": paddingRight.value
25509
25712
  }));
25510
25713
  const props = __props;
25511
25714
  const emit = __emit;
@@ -25549,10 +25752,9 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
25549
25752
  }
25550
25753
  ])
25551
25754
  }, [
25552
- (openBlock(), createBlock(resolveDynamicComponent(navComponent.value), mergeProps({ class: "kds-nav-button" }, navComponentAttrs.value, {
25755
+ withDirectives((openBlock(), createBlock(resolveDynamicComponent(navComponent.value), mergeProps({ class: "kds-nav-button" }, navComponentAttrs.value, {
25553
25756
  disabled: __props.disabled,
25554
25757
  "aria-current": __props.selected ? "page" : void 0,
25555
- title: unref(isLabelTruncated) ? __props.label : void 0,
25556
25758
  onClick
25557
25759
  }), {
25558
25760
  default: withCtx(() => [
@@ -25569,7 +25771,9 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
25569
25771
  }, toDisplayString(__props.label), 513)
25570
25772
  ]),
25571
25773
  _: 1
25572
- }, 16, ["disabled", "aria-current", "title"])),
25774
+ }, 16, ["disabled", "aria-current"])), [
25775
+ [unref(vKdsTooltip), unref(isLabelTruncated) ? __props.label : void 0]
25776
+ ]),
25573
25777
  hasTrailingItems.value ? (openBlock(), createElementBlock("div", {
25574
25778
  key: 0,
25575
25779
  ref_key: "trailingItemsEl",
@@ -25593,7 +25797,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
25593
25797
  }
25594
25798
  });
25595
25799
 
25596
- const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-17711664"]]);
25800
+ const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-3d410fd0"]]);
25597
25801
 
25598
25802
  const _hoisted_1$7 = ["aria-label"];
25599
25803
  const _sfc_main$7 = /* @__PURE__ */ defineComponent({
@@ -25644,20 +25848,8 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
25644
25848
 
25645
25849
  const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-6cc9519f"]]);
25646
25850
 
25647
- const _hoisted_1$6 = {
25648
- key: 1,
25649
- class: "breadcrumb-label"
25650
- };
25651
- const _hoisted_2$3 = ["aria-label", "aria-current", "title"];
25652
- const _hoisted_3$2 = {
25653
- key: 1,
25654
- class: "breadcrumb-label"
25655
- };
25656
- const _hoisted_4$1 = ["aria-label", "aria-current", "title"];
25657
- const _hoisted_5 = {
25658
- key: 1,
25659
- class: "breadcrumb-label"
25660
- };
25851
+ const _hoisted_1$6 = ["aria-label", "aria-current"];
25852
+ const _hoisted_2$3 = ["aria-label", "aria-current"];
25661
25853
  const _sfc_main$6 = /* @__PURE__ */ defineComponent({
25662
25854
  __name: "BreadcrumbItem",
25663
25855
  props: {
@@ -25668,6 +25860,11 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
25668
25860
  setup(__props, { emit: __emit }) {
25669
25861
  const emit = __emit;
25670
25862
  const linkComponent = resolveNuxtLinkComponent();
25863
+ const labelEl = useTemplateRef("labelEl");
25864
+ const { isTruncated } = useKdsIsTruncated(labelEl);
25865
+ const tooltipText = computed(
25866
+ () => isTruncated.value ? __props.item.title : void 0
25867
+ );
25671
25868
  const isLinkItem = computed(
25672
25869
  () => !__props.isCurrentItem && "to" in __props.item && Boolean(__props.item.to)
25673
25870
  );
@@ -25680,13 +25877,12 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
25680
25877
  }
25681
25878
  };
25682
25879
  return (_ctx, _cache) => {
25683
- return isLinkItem.value ? (openBlock(), createBlock(resolveDynamicComponent(unref(linkComponent)), {
25880
+ return isLinkItem.value ? withDirectives((openBlock(), createBlock(resolveDynamicComponent(unref(linkComponent)), {
25684
25881
  key: 0,
25685
25882
  class: "kds-breadcrumb-item",
25686
25883
  to: __props.item.to,
25687
25884
  "aria-label": __props.item.ariaLabel,
25688
- "aria-current": __props.isCurrentItem ? "page" : void 0,
25689
- title: __props.item.title
25885
+ "aria-current": __props.isCurrentItem ? "page" : void 0
25690
25886
  }, {
25691
25887
  default: withCtx(() => [
25692
25888
  __props.item.leadingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
@@ -25694,16 +25890,22 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
25694
25890
  name: __props.item.leadingIcon,
25695
25891
  class: "breadcrumb-icon"
25696
25892
  }, null, 8, ["name"])) : createCommentVNode("", true),
25697
- __props.item.text ? (openBlock(), createElementBlock("span", _hoisted_1$6, toDisplayString(__props.item.text), 1)) : createCommentVNode("", true)
25893
+ __props.item.text ? (openBlock(), createElementBlock("span", {
25894
+ key: 1,
25895
+ ref_key: "labelEl",
25896
+ ref: labelEl,
25897
+ class: "breadcrumb-label"
25898
+ }, toDisplayString(__props.item.text), 513)) : createCommentVNode("", true)
25698
25899
  ]),
25699
25900
  _: 1
25700
- }, 8, ["to", "aria-label", "aria-current", "title"])) : isButtonItem.value ? (openBlock(), createElementBlock("button", {
25901
+ }, 8, ["to", "aria-label", "aria-current"])), [
25902
+ [unref(vKdsTooltip), tooltipText.value]
25903
+ ]) : isButtonItem.value ? withDirectives((openBlock(), createElementBlock("button", {
25701
25904
  key: 1,
25702
25905
  type: "button",
25703
25906
  class: "kds-breadcrumb-item",
25704
25907
  "aria-label": __props.item.ariaLabel,
25705
25908
  "aria-current": __props.isCurrentItem ? "page" : void 0,
25706
- title: __props.item.title,
25707
25909
  onClick: onItemClick
25708
25910
  }, [
25709
25911
  __props.item.leadingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
@@ -25711,26 +25913,39 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
25711
25913
  name: __props.item.leadingIcon,
25712
25914
  class: "breadcrumb-icon"
25713
25915
  }, null, 8, ["name"])) : createCommentVNode("", true),
25714
- __props.item.text ? (openBlock(), createElementBlock("span", _hoisted_3$2, toDisplayString(__props.item.text), 1)) : createCommentVNode("", true)
25715
- ], 8, _hoisted_2$3)) : (openBlock(), createElementBlock("span", {
25916
+ __props.item.text ? (openBlock(), createElementBlock("span", {
25917
+ key: 1,
25918
+ ref_key: "labelEl",
25919
+ ref: labelEl,
25920
+ class: "breadcrumb-label"
25921
+ }, toDisplayString(__props.item.text), 513)) : createCommentVNode("", true)
25922
+ ], 8, _hoisted_1$6)), [
25923
+ [unref(vKdsTooltip), tooltipText.value]
25924
+ ]) : withDirectives((openBlock(), createElementBlock("span", {
25716
25925
  key: 2,
25717
25926
  class: "kds-breadcrumb-item",
25718
25927
  "aria-label": __props.item.ariaLabel,
25719
- "aria-current": __props.isCurrentItem ? "page" : void 0,
25720
- title: __props.item.title
25928
+ "aria-current": __props.isCurrentItem ? "page" : void 0
25721
25929
  }, [
25722
25930
  __props.item.leadingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
25723
25931
  key: 0,
25724
25932
  name: __props.item.leadingIcon,
25725
25933
  class: "breadcrumb-icon"
25726
25934
  }, null, 8, ["name"])) : createCommentVNode("", true),
25727
- __props.item.text ? (openBlock(), createElementBlock("span", _hoisted_5, toDisplayString(__props.item.text), 1)) : createCommentVNode("", true)
25728
- ], 8, _hoisted_4$1));
25935
+ __props.item.text ? (openBlock(), createElementBlock("span", {
25936
+ key: 1,
25937
+ ref_key: "labelEl",
25938
+ ref: labelEl,
25939
+ class: "breadcrumb-label"
25940
+ }, toDisplayString(__props.item.text), 513)) : createCommentVNode("", true)
25941
+ ], 8, _hoisted_2$3)), [
25942
+ [unref(vKdsTooltip), tooltipText.value]
25943
+ ]);
25729
25944
  };
25730
25945
  }
25731
25946
  });
25732
25947
 
25733
- const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-fd7537fc"]]);
25948
+ const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-6fd3d680"]]);
25734
25949
 
25735
25950
  const useBreadcrumbAdaptiveLayout = (listRef, itemRefs, itemsSource) => {
25736
25951
  const { width: listWidth } = useElementSize(listRef);
@@ -26453,5 +26668,5 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26453
26668
 
26454
26669
  const KdsDescription = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ed6ba7bb"]]);
26455
26670
 
26456
- export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, KdsBreadcrumb, _sfc_main$1v as KdsButton, _sfc_main$h as KdsCard, _sfc_main$13 as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$U as KdsColorInput, KdsColorSwatch, _sfc_main$1f as KdsContextMenu, KdsDataType, _sfc_main$N as KdsDateInput, _sfc_main$L as KdsDateTimeFormatInput, KdsDateTimeInput, KdsDescription, KdsDivider, KdsDonutChart, _sfc_main$A as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsFileExplorer, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$E as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1u as KdsLinkButton, KdsLinkCard, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$1g as KdsMenu, _sfc_main$1k as KdsMenuButton, KdsMissingValueIcon, KdsModal, KdsModalLayout, _sfc_main$w as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$X as KdsNumberInput, KdsPanel, _sfc_main$T as KdsPasswordInput, _sfc_main$K as KdsPatternInput, KdsPopover, KdsPreviewList, KdsProgressBar, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSelectableCard, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$G as KdsTimeInput, _sfc_main$1s as KdsToggleButton, KdsToggleSwitch, KdsTwinList, _sfc_main$S as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, KdsZonedDateTimeInput, 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, kdsFileExplorerDraggingAnimationMode, kdsFileExplorerDraggingAnimationModes, kdsFileExplorerSize, kdsFileExplorerSizes, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPanelBodyOverflow, kdsPanelBodyOverflows, kdsPanelBodyVariant, kdsPanelBodyVariants, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsPopoverPlacement, kdsPopoverPlacements, kdsPopoverRole, kdsPopoverRoles, kdsPopoverType, kdsPopoverTypes, kdsProgressBarSize, kdsProgressBarSizes, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsToggleSwitchLabelPosition, kdsToggleSwitchLabelPositions, kdsToggleSwitchSize, kdsToggleSwitchSizes, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
26671
+ export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, KdsBreadcrumb, _sfc_main$1v as KdsButton, _sfc_main$h as KdsCard, _sfc_main$13 as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$U as KdsColorInput, KdsColorSwatch, _sfc_main$1f as KdsContextMenu, KdsDataType, _sfc_main$N as KdsDateInput, _sfc_main$L as KdsDateTimeFormatInput, KdsDateTimeInput, KdsDescription, KdsDivider, KdsDonutChart, _sfc_main$A as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsFileExplorer, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$E as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1u as KdsLinkButton, KdsLinkCard, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$1g as KdsMenu, _sfc_main$1k as KdsMenuButton, KdsMissingValueIcon, KdsModal, KdsModalLayout, _sfc_main$w as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$X as KdsNumberInput, KdsPanel, _sfc_main$T as KdsPasswordInput, _sfc_main$K as KdsPatternInput, KdsPopover, KdsPreviewList, KdsProgressBar, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSelectableCard, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$G as KdsTimeInput, _sfc_main$1s as KdsToggleButton, KdsToggleSwitch, KdsTwinList, _sfc_main$S as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, KdsZonedDateTimeInput, 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, kdsFileExplorerDraggingAnimationMode, kdsFileExplorerDraggingAnimationModes, kdsFileExplorerSize, kdsFileExplorerSizes, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPanelBodyOverflow, kdsPanelBodyOverflows, kdsPanelBodyVariant, kdsPanelBodyVariants, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsPopoverPlacement, kdsPopoverPlacements, kdsPopoverRole, kdsPopoverRoles, kdsPopoverType, kdsPopoverTypes, kdsProgressBarSize, kdsProgressBarSizes, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsToggleSwitchLabelPosition, kdsToggleSwitchLabelPositions, kdsToggleSwitchSize, kdsToggleSwitchSizes, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode, vKdsTooltip };
26457
26672
  //# sourceMappingURL=index.js.map