@knime/kds-components 0.25.1 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/collection-BBXRVj4b.js +23 -0
- package/dist/collection-BBXRVj4b.js.map +1 -0
- package/dist/index.css +396 -140
- package/dist/index.js +848 -502
- package/dist/index.js.map +1 -1
- package/dist/src/accessories/Avatar/KdsAvatar.vue.d.ts.map +1 -1
- package/dist/src/accessories/Avatar/KdsAvatarCounter.vue.d.ts +4 -0
- package/dist/src/accessories/Avatar/KdsAvatarCounter.vue.d.ts.map +1 -0
- package/dist/src/accessories/Avatar/demo-user.d.ts +1 -1
- package/dist/src/accessories/Avatar/demo-user.d.ts.map +1 -1
- package/dist/src/accessories/Avatar/index.d.ts +1 -0
- package/dist/src/accessories/Avatar/index.d.ts.map +1 -1
- package/dist/src/accessories/Avatar/types.d.ts +18 -0
- package/dist/src/accessories/Avatar/types.d.ts.map +1 -1
- package/dist/src/accessories/LiveStatus/enums.d.ts +1 -1
- package/dist/src/buttons/links/KdsLink/types.d.ts +1 -1
- package/dist/src/buttons/links/KdsLink/types.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts +4 -4
- package/dist/src/buttons/links/KdsLinkButton/types.d.ts +1 -1
- package/dist/src/buttons/links/KdsLinkButton/types.d.ts.map +1 -1
- package/dist/src/containers/ListItem/KdsListItem/enums.d.ts +2 -1
- package/dist/src/containers/ListItem/KdsListItem/enums.d.ts.map +1 -1
- package/dist/src/containers/ListItem/KdsListItem/types.d.ts +1 -1
- package/dist/src/containers/ListItem/KdsListItem/types.d.ts.map +1 -1
- package/dist/src/containers/PreviewList/KdsPreviewList/KdsPreviewList.vue.d.ts +12 -0
- package/dist/src/containers/PreviewList/KdsPreviewList/KdsPreviewList.vue.d.ts.map +1 -0
- package/dist/src/containers/PreviewList/KdsPreviewList/index.d.ts +3 -0
- package/dist/src/containers/PreviewList/KdsPreviewList/index.d.ts.map +1 -0
- package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts +48 -0
- package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts.map +1 -0
- package/dist/src/containers/PreviewList/index.d.ts +3 -0
- package/dist/src/containers/PreviewList/index.d.ts.map +1 -0
- package/dist/src/containers/_helpers/useListItemKeyboardNav.d.ts +2 -2
- package/dist/src/containers/_helpers/useListItemKeyboardNav.d.ts.map +1 -1
- package/dist/src/containers/index.d.ts +2 -0
- package/dist/src/containers/index.d.ts.map +1 -1
- package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts.map +1 -1
- package/dist/src/layouts/Card/BaseCard.vue.d.ts +33 -0
- package/dist/src/layouts/Card/BaseCard.vue.d.ts.map +1 -0
- package/dist/src/layouts/Card/KdsCard.vue.d.ts +22 -0
- package/dist/src/layouts/Card/KdsCard.vue.d.ts.map +1 -0
- package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts +50 -0
- package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts.map +1 -0
- package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts +46 -0
- package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts.map +1 -0
- package/dist/src/layouts/{KdsCardClickable/KdsCardClickable.vue.d.ts → Card/KdsSelectableCard.vue.d.ts} +7 -9
- package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts.map +1 -0
- package/dist/src/layouts/Card/enums.d.ts.map +1 -0
- package/dist/src/layouts/Card/index.d.ts +7 -0
- package/dist/src/layouts/Card/index.d.ts.map +1 -0
- package/dist/src/layouts/Card/types.d.ts +36 -0
- package/dist/src/layouts/Card/types.d.ts.map +1 -0
- package/dist/src/layouts/ContainerHeader/KdsContainerHeader.vue.d.ts +20 -0
- package/dist/src/layouts/ContainerHeader/KdsContainerHeader.vue.d.ts.map +1 -0
- package/dist/src/layouts/ContainerHeader/index.d.ts +3 -0
- package/dist/src/layouts/ContainerHeader/index.d.ts.map +1 -0
- package/dist/src/layouts/ContainerHeader/types.d.ts +7 -0
- package/dist/src/layouts/ContainerHeader/types.d.ts.map +1 -0
- package/dist/src/layouts/TabBar/KdsTabBar.vue.d.ts.map +1 -1
- package/dist/src/layouts/index.d.ts +4 -2
- package/dist/src/layouts/index.d.ts.map +1 -1
- package/dist/src/overlays/Modal/KdsModal.vue.d.ts +1 -1
- package/dist/src/types/linkTypes.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/src/buttons/links/linkTypes.d.ts.map +0 -1
- package/dist/src/layouts/KdsCardClickable/KdsCardClickable.vue.d.ts.map +0 -1
- package/dist/src/layouts/KdsCardClickable/enums.d.ts.map +0 -1
- package/dist/src/layouts/KdsCardClickable/index.d.ts +0 -4
- package/dist/src/layouts/KdsCardClickable/index.d.ts.map +0 -1
- package/dist/src/layouts/KdsCardClickable/types.d.ts +0 -69
- package/dist/src/layouts/KdsCardClickable/types.d.ts.map +0 -1
- /package/dist/src/layouts/{KdsCardClickable → Card}/enums.d.ts +0 -0
- /package/dist/src/{buttons/links → types}/linkTypes.d.ts +0 -0
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, createPropsRestProxy, ref, watch, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString,
|
|
1
|
+
import { defineComponent, createPropsRestProxy, ref, watch, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, Fragment, renderList, createBlock, normalizeStyle, createCommentVNode, shallowRef, toRef, unref, resolveDynamicComponent, useTemplateRef, createVNode, withCtx, renderSlot, mergeProps, h as h$1, useSlots, getCurrentInstance, useModel, mergeModels, onMounted, onUnmounted, readonly, nextTick, useId, watchEffect, useAttrs, withKeys, withModifiers, useCssVars, normalizeProps, withDirectives, vShow, defineAsyncComponent, onBeforeUpdate, onBeforeUnmount, isRef, vModelText, createTextVNode, createSlots, guardReactiveProps } from 'vue';
|
|
2
2
|
import { useLocalStorage, useDark, usePreferredDark, useResizeObserver, useMutationObserver, useElementSize, useMousePressed, useVirtualList, useTemplateRefsList } from '@vueuse/core';
|
|
3
3
|
|
|
4
4
|
import './index.css';const kdsAvatarSize = {
|
|
@@ -9,14 +9,14 @@ import './index.css';const kdsAvatarSize = {
|
|
|
9
9
|
};
|
|
10
10
|
const kdsAvatarSizes = Object.values(kdsAvatarSize);
|
|
11
11
|
|
|
12
|
-
const _hoisted_1
|
|
13
|
-
const _hoisted_2$
|
|
14
|
-
const _hoisted_3$
|
|
12
|
+
const _hoisted_1$$ = ["role", "title", "aria-hidden", "aria-label", "data-color"];
|
|
13
|
+
const _hoisted_2$A = ["src"];
|
|
14
|
+
const _hoisted_3$r = {
|
|
15
15
|
key: 1,
|
|
16
16
|
class: "kds-avatar-initials",
|
|
17
17
|
"aria-hidden": "true"
|
|
18
18
|
};
|
|
19
|
-
const _sfc_main$
|
|
19
|
+
const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
20
20
|
__name: "KdsAvatar",
|
|
21
21
|
props: {
|
|
22
22
|
initials: {},
|
|
@@ -27,6 +27,22 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
27
27
|
setup(__props) {
|
|
28
28
|
const props = createPropsRestProxy(__props, ["size"]);
|
|
29
29
|
const imageLoadFailed = ref(false);
|
|
30
|
+
const availableAvatarColors = [
|
|
31
|
+
"red",
|
|
32
|
+
"orange",
|
|
33
|
+
"yellow",
|
|
34
|
+
"green",
|
|
35
|
+
"teal",
|
|
36
|
+
"blue",
|
|
37
|
+
"purple",
|
|
38
|
+
"aquamarine",
|
|
39
|
+
"grassgreen",
|
|
40
|
+
"brown"
|
|
41
|
+
];
|
|
42
|
+
const getAvatarColor = (initials) => {
|
|
43
|
+
const hash = initials.toUpperCase().split("").reduce((acc, char) => acc + (char.codePointAt(0) ?? 0), 0);
|
|
44
|
+
return availableAvatarColors[hash % availableAvatarColors.length];
|
|
45
|
+
};
|
|
30
46
|
watch(
|
|
31
47
|
() => props.src,
|
|
32
48
|
() => {
|
|
@@ -44,13 +60,15 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
44
60
|
const displayedInitials = computed(
|
|
45
61
|
() => props.initials.trim().slice(0, 2).toUpperCase()
|
|
46
62
|
);
|
|
63
|
+
const avatarColor = computed(() => getAvatarColor(displayedInitials.value));
|
|
47
64
|
return (_ctx, _cache) => {
|
|
48
65
|
return openBlock(), createElementBlock("div", {
|
|
49
66
|
class: normalizeClass(["kds-avatar", __props.size]),
|
|
50
67
|
role: hasTitle.value ? "img" : "presentation",
|
|
51
68
|
title: hasTitle.value ? accessibleTitle.value : void 0,
|
|
52
69
|
"aria-hidden": !hasTitle.value ? "true" : void 0,
|
|
53
|
-
"aria-label": hasTitle.value ? accessibleTitle.value : void 0
|
|
70
|
+
"aria-label": hasTitle.value ? accessibleTitle.value : void 0,
|
|
71
|
+
"data-color": avatarColor.value
|
|
54
72
|
}, [
|
|
55
73
|
shouldShowImage.value ? (openBlock(), createElementBlock("img", {
|
|
56
74
|
key: 0,
|
|
@@ -59,10 +77,10 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
59
77
|
alt: "",
|
|
60
78
|
"aria-hidden": "true",
|
|
61
79
|
onError: onImageError
|
|
62
|
-
}, null, 40, _hoisted_2$
|
|
80
|
+
}, null, 40, _hoisted_2$A)) : (openBlock(), createElementBlock("div", _hoisted_3$r, [
|
|
63
81
|
createElementVNode("span", null, toDisplayString(displayedInitials.value), 1)
|
|
64
82
|
]))
|
|
65
|
-
], 10, _hoisted_1
|
|
83
|
+
], 10, _hoisted_1$$);
|
|
66
84
|
};
|
|
67
85
|
}
|
|
68
86
|
});
|
|
@@ -75,7 +93,56 @@ const _export_sfc = (sfc, props) => {
|
|
|
75
93
|
return target;
|
|
76
94
|
};
|
|
77
95
|
|
|
78
|
-
const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
96
|
+
const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-681eadc1"]]);
|
|
97
|
+
|
|
98
|
+
const _hoisted_1$_ = ["aria-label"];
|
|
99
|
+
const _hoisted_2$z = { class: "avatars" };
|
|
100
|
+
const _hoisted_3$q = {
|
|
101
|
+
key: 0,
|
|
102
|
+
class: "more-count",
|
|
103
|
+
"aria-hidden": "true"
|
|
104
|
+
};
|
|
105
|
+
const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
106
|
+
__name: "KdsAvatarCounter",
|
|
107
|
+
props: {
|
|
108
|
+
moreCount: { default: 0 },
|
|
109
|
+
size: { default: () => kdsAvatarSize.XLARGE },
|
|
110
|
+
avatars: {}
|
|
111
|
+
},
|
|
112
|
+
setup(__props) {
|
|
113
|
+
const ariaLabel = computed(() => {
|
|
114
|
+
const prefix = "Avatar of ";
|
|
115
|
+
const users = __props.avatars.map((avatar) => avatar.title ?? avatar.initials).join(", ");
|
|
116
|
+
const moreText = ` and ${__props.moreCount} more.`;
|
|
117
|
+
return [prefix, users, __props.moreCount > 0 ? moreText : "."].join("");
|
|
118
|
+
});
|
|
119
|
+
return (_ctx, _cache) => {
|
|
120
|
+
return openBlock(), createElementBlock("div", {
|
|
121
|
+
class: "kds-avatar-counter",
|
|
122
|
+
role: "group",
|
|
123
|
+
"aria-label": ariaLabel.value
|
|
124
|
+
}, [
|
|
125
|
+
createElementVNode("div", _hoisted_2$z, [
|
|
126
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.avatars, (avatar, index) => {
|
|
127
|
+
return openBlock(), createBlock(KdsAvatar, {
|
|
128
|
+
key: index,
|
|
129
|
+
"aria-hidden": "true",
|
|
130
|
+
style: normalizeStyle({ zIndex: __props.avatars.length - index }),
|
|
131
|
+
class: "avatar",
|
|
132
|
+
size: __props.size,
|
|
133
|
+
initials: avatar.initials,
|
|
134
|
+
title: avatar.title,
|
|
135
|
+
src: avatar.src
|
|
136
|
+
}, null, 8, ["style", "size", "initials", "title", "src"]);
|
|
137
|
+
}), 128))
|
|
138
|
+
]),
|
|
139
|
+
__props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$q, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
|
|
140
|
+
], 8, _hoisted_1$_);
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
});
|
|
144
|
+
|
|
145
|
+
const KdsAvatarCounter = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-1aef516d"]]);
|
|
79
146
|
|
|
80
147
|
const __variableDynamicImportRuntimeHelper = (glob$1, path$13, segs) => {
|
|
81
148
|
const v = glob$1[path$13];
|
|
@@ -98,7 +165,7 @@ function useIcon({
|
|
|
98
165
|
iconComponent.value = iconCache.get(newName);
|
|
99
166
|
return;
|
|
100
167
|
}
|
|
101
|
-
__variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-unchecked.svg": () => import('./circle-unchecked-DOoOn6iz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-DAYm6-mo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-browse.svg": () => import('./db-browse-BJj19qUq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-CyCrPzu-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-fetch.svg": () => import('./db-fetch-CJMHzQp5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-search.svg": () => import('./folder-search-DDOYg0f6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/hide-eye.svg": () => import('./hide-eye-BrIKmBWt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/menu.svg": () => import('./menu-BSS_QnZi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pin.svg": () => import('./pin-B6vKBZDp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/python.svg": () => import('./python-Bn3ET_9Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/tag.svg": () => import('./tag-_fZiuJaC.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/template-gallery.svg": () => import('./template-gallery-BtXi4GHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/text.svg": () => import('./text-DFu-L62Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/textstyles.svg": () => import('./textstyles-j0GQtKYE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-down.svg": () => import('./thumbs-down-CiozrdIW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-up.svg": () => import('./thumbs-up-E4uRtjhi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/time.svg": () => import('./time-DU80J5X8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-bottom.svg": () => import('./to-bottom-B8wat1Dk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-top.svg": () => import('./to-top-CCAfU4xz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trash.svg": () => import('./trash-Dq5FHwNO.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trigger.svg": () => import('./trigger-Qns9VYQG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/underline.svg": () => import('./underline-CDZcVZHB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/undo.svg": () => import('./undo-CnghWcXK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/unlink.svg": () => import('./unlink-CL0kTZX2.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/usage.svg": () => import('./usage-827uIQyn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
|
|
168
|
+
__variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-unchecked.svg": () => import('./circle-unchecked-DOoOn6iz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/collection.svg": () => import('./collection-BBXRVj4b.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-DAYm6-mo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-browse.svg": () => import('./db-browse-BJj19qUq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-CyCrPzu-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-fetch.svg": () => import('./db-fetch-CJMHzQp5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-search.svg": () => import('./folder-search-DDOYg0f6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/hide-eye.svg": () => import('./hide-eye-BrIKmBWt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/menu.svg": () => import('./menu-BSS_QnZi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pin.svg": () => import('./pin-B6vKBZDp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/python.svg": () => import('./python-Bn3ET_9Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/tag.svg": () => import('./tag-_fZiuJaC.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/template-gallery.svg": () => import('./template-gallery-BtXi4GHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/text.svg": () => import('./text-DFu-L62Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/textstyles.svg": () => import('./textstyles-j0GQtKYE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-down.svg": () => import('./thumbs-down-CiozrdIW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-up.svg": () => import('./thumbs-up-E4uRtjhi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/time.svg": () => import('./time-DU80J5X8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-bottom.svg": () => import('./to-bottom-B8wat1Dk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-top.svg": () => import('./to-top-CCAfU4xz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trash.svg": () => import('./trash-Dq5FHwNO.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trigger.svg": () => import('./trigger-Qns9VYQG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/underline.svg": () => import('./underline-CDZcVZHB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/undo.svg": () => import('./undo-CnghWcXK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/unlink.svg": () => import('./unlink-CL0kTZX2.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/usage.svg": () => import('./usage-827uIQyn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
|
|
102
169
|
iconCache.set(newName, module.default);
|
|
103
170
|
iconComponent.value = module.default;
|
|
104
171
|
}).catch((error) => {
|
|
@@ -117,7 +184,7 @@ function useIcon({
|
|
|
117
184
|
return iconComponent;
|
|
118
185
|
}
|
|
119
186
|
|
|
120
|
-
const _sfc_main$
|
|
187
|
+
const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
121
188
|
__name: "KdsIcon",
|
|
122
189
|
props: {
|
|
123
190
|
name: {},
|
|
@@ -146,7 +213,7 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
|
146
213
|
}
|
|
147
214
|
});
|
|
148
215
|
|
|
149
|
-
const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
216
|
+
const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-fb124eb6"]]);
|
|
150
217
|
|
|
151
218
|
const ID_TO_ICON_MAP = {
|
|
152
219
|
// Flow Variables
|
|
@@ -272,6 +339,7 @@ const iconNames = [
|
|
|
272
339
|
"cloud-upload",
|
|
273
340
|
"cloud-workflow",
|
|
274
341
|
"code-block",
|
|
342
|
+
"collection",
|
|
275
343
|
"color-picker",
|
|
276
344
|
"comment",
|
|
277
345
|
"component",
|
|
@@ -483,8 +551,8 @@ const kdsDataTypeSize = {
|
|
|
483
551
|
};
|
|
484
552
|
const kdsDataTypeSizes = Object.values(kdsDataTypeSize);
|
|
485
553
|
|
|
486
|
-
const _hoisted_1$
|
|
487
|
-
const _sfc_main$
|
|
554
|
+
const _hoisted_1$Z = ["title"];
|
|
555
|
+
const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
488
556
|
__name: "KdsDataType",
|
|
489
557
|
props: {
|
|
490
558
|
iconName: { default: "unknown-datatype" },
|
|
@@ -524,12 +592,12 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
524
592
|
"aria-hidden": "true",
|
|
525
593
|
focusable: "false"
|
|
526
594
|
}, null, 8, ["class"]))
|
|
527
|
-
], 10, _hoisted_1$
|
|
595
|
+
], 10, _hoisted_1$Z);
|
|
528
596
|
};
|
|
529
597
|
}
|
|
530
598
|
});
|
|
531
599
|
|
|
532
|
-
const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
600
|
+
const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__scopeId", "data-v-3b8ebdbd"]]);
|
|
533
601
|
|
|
534
602
|
const kdsBadgeVariant = {
|
|
535
603
|
NEUTRAL: "neutral",
|
|
@@ -546,8 +614,8 @@ const kdsBadgeSize = {
|
|
|
546
614
|
};
|
|
547
615
|
const kdsBadgeSizes = Object.values(kdsBadgeSize);
|
|
548
616
|
|
|
549
|
-
const _hoisted_1$
|
|
550
|
-
const _sfc_main$
|
|
617
|
+
const _hoisted_1$Y = { class: "label-wrapper" };
|
|
618
|
+
const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
551
619
|
__name: "KdsBadge",
|
|
552
620
|
props: {
|
|
553
621
|
label: {},
|
|
@@ -569,13 +637,13 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
|
|
|
569
637
|
name: __props.leadingIcon,
|
|
570
638
|
size: sizeToIconSize[__props.size]
|
|
571
639
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true),
|
|
572
|
-
createElementVNode("span", _hoisted_1$
|
|
640
|
+
createElementVNode("span", _hoisted_1$Y, toDisplayString(__props.label), 1)
|
|
573
641
|
], 2);
|
|
574
642
|
};
|
|
575
643
|
}
|
|
576
644
|
});
|
|
577
645
|
|
|
578
|
-
const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
646
|
+
const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-df64f7cf"]]);
|
|
579
647
|
|
|
580
648
|
const kdsColorSwatchType = {
|
|
581
649
|
LEARNER: "learner",
|
|
@@ -594,14 +662,14 @@ const kdsColorSwatchSize = {
|
|
|
594
662
|
};
|
|
595
663
|
const kdsColorSwatchSizes = Object.values(kdsColorSwatchSize);
|
|
596
664
|
|
|
597
|
-
const _hoisted_1$
|
|
665
|
+
const _hoisted_1$X = ["role", "title", "aria-hidden", "aria-label"];
|
|
598
666
|
const RGBA_SHORT_HEX_LENGTH = 4;
|
|
599
667
|
const RGBA_LONG_HEX_LENGTH = 8;
|
|
600
668
|
const ALPHA_NIBBLE_INDEX = 3;
|
|
601
669
|
const ALPHA_BYTE_START = 6;
|
|
602
670
|
const RGB_SHORT_HEX_LENGTH = 3;
|
|
603
671
|
const RGB_LONG_HEX_LENGTH = 6;
|
|
604
|
-
const _sfc_main$
|
|
672
|
+
const _sfc_main$1s = /* @__PURE__ */ defineComponent({
|
|
605
673
|
__name: "KdsColorSwatch",
|
|
606
674
|
props: {
|
|
607
675
|
color: {},
|
|
@@ -676,12 +744,12 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
676
744
|
style: normalizeStyle(swatchStyle.value),
|
|
677
745
|
"aria-hidden": hasTitle.value ? void 0 : "true",
|
|
678
746
|
"aria-label": hasTitle.value ? accessibleTitle.value : void 0
|
|
679
|
-
}, null, 14, _hoisted_1$
|
|
747
|
+
}, null, 14, _hoisted_1$X);
|
|
680
748
|
};
|
|
681
749
|
}
|
|
682
750
|
});
|
|
683
751
|
|
|
684
|
-
const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
752
|
+
const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["__scopeId", "data-v-91e0130d"]]);
|
|
685
753
|
|
|
686
754
|
const kdsDarkModeType = {
|
|
687
755
|
LIGHT: "light",
|
|
@@ -801,9 +869,9 @@ function useKdsIsTruncated(elementRef) {
|
|
|
801
869
|
return { isTruncated };
|
|
802
870
|
}
|
|
803
871
|
|
|
804
|
-
const _hoisted_1$
|
|
805
|
-
const _hoisted_2$
|
|
806
|
-
const _sfc_main$
|
|
872
|
+
const _hoisted_1$W = ["title", "aria-label"];
|
|
873
|
+
const _hoisted_2$y = ["title"];
|
|
874
|
+
const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
807
875
|
__name: "KdsLiveStatus",
|
|
808
876
|
props: {
|
|
809
877
|
status: { default: "red" },
|
|
@@ -832,13 +900,13 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
832
900
|
ref: labelEl,
|
|
833
901
|
class: "label",
|
|
834
902
|
title: unref(isTruncated) ? __props.label : void 0
|
|
835
|
-
}, toDisplayString(__props.label), 9, _hoisted_2$
|
|
836
|
-
], 10, _hoisted_1$
|
|
903
|
+
}, toDisplayString(__props.label), 9, _hoisted_2$y)) : createCommentVNode("", true)
|
|
904
|
+
], 10, _hoisted_1$W);
|
|
837
905
|
};
|
|
838
906
|
}
|
|
839
907
|
});
|
|
840
908
|
|
|
841
|
-
const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
909
|
+
const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__scopeId", "data-v-01555495"]]);
|
|
842
910
|
|
|
843
911
|
const kdsLiveStatusStatus = {
|
|
844
912
|
RED: "red",
|
|
@@ -854,8 +922,8 @@ const kdsLiveStatusSize = {
|
|
|
854
922
|
};
|
|
855
923
|
const kdsLiveStatusSizes = Object.values(kdsLiveStatusSize);
|
|
856
924
|
|
|
857
|
-
const _hoisted_1$
|
|
858
|
-
const _sfc_main$
|
|
925
|
+
const _hoisted_1$V = ["data-style"];
|
|
926
|
+
const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
859
927
|
__name: "KdsLoadingSpinner",
|
|
860
928
|
props: {
|
|
861
929
|
size: { default: "medium" },
|
|
@@ -880,12 +948,12 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
880
948
|
cy: "60",
|
|
881
949
|
r: "50"
|
|
882
950
|
}, null, -1)
|
|
883
|
-
])], 10, _hoisted_1$
|
|
951
|
+
])], 10, _hoisted_1$V);
|
|
884
952
|
};
|
|
885
953
|
}
|
|
886
954
|
});
|
|
887
955
|
|
|
888
|
-
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
956
|
+
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["__scopeId", "data-v-54835dc0"]]);
|
|
889
957
|
|
|
890
958
|
const kdsLoadingSpinnerVariant = {
|
|
891
959
|
ON_PRIMARY: "onPrimary",
|
|
@@ -895,14 +963,14 @@ const kdsLoadingSpinnerVariants = Object.values(
|
|
|
895
963
|
kdsLoadingSpinnerVariant
|
|
896
964
|
);
|
|
897
965
|
|
|
898
|
-
const _hoisted_1$
|
|
899
|
-
const _hoisted_2$
|
|
900
|
-
const _hoisted_3$
|
|
901
|
-
const _hoisted_4$
|
|
966
|
+
const _hoisted_1$U = ["role"];
|
|
967
|
+
const _hoisted_2$x = { class: "header" };
|
|
968
|
+
const _hoisted_3$p = { class: "headline" };
|
|
969
|
+
const _hoisted_4$j = {
|
|
902
970
|
key: 0,
|
|
903
971
|
class: "body"
|
|
904
972
|
};
|
|
905
|
-
const _sfc_main$
|
|
973
|
+
const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
906
974
|
__name: "KdsInlineMessage",
|
|
907
975
|
props: {
|
|
908
976
|
headline: {},
|
|
@@ -933,21 +1001,21 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
933
1001
|
class: normalizeClass(classes.value),
|
|
934
1002
|
role: role.value
|
|
935
1003
|
}, [
|
|
936
|
-
createElementVNode("div", _hoisted_2$
|
|
1004
|
+
createElementVNode("div", _hoisted_2$x, [
|
|
937
1005
|
createVNode(KdsIcon, {
|
|
938
1006
|
class: "icon",
|
|
939
1007
|
name: iconName.value,
|
|
940
1008
|
size: "small"
|
|
941
1009
|
}, null, 8, ["name"]),
|
|
942
|
-
createElementVNode("div", _hoisted_3$
|
|
1010
|
+
createElementVNode("div", _hoisted_3$p, toDisplayString(props.headline), 1)
|
|
943
1011
|
]),
|
|
944
|
-
props.description ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
945
|
-
], 10, _hoisted_1$
|
|
1012
|
+
props.description ? (openBlock(), createElementBlock("div", _hoisted_4$j, toDisplayString(props.description), 1)) : createCommentVNode("", true)
|
|
1013
|
+
], 10, _hoisted_1$U);
|
|
946
1014
|
};
|
|
947
1015
|
}
|
|
948
1016
|
});
|
|
949
1017
|
|
|
950
|
-
const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1018
|
+
const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-af14056f"]]);
|
|
951
1019
|
|
|
952
1020
|
const kdsInlineMessageVariant = {
|
|
953
1021
|
ERROR: "error",
|
|
@@ -957,12 +1025,12 @@ const kdsInlineMessageVariant = {
|
|
|
957
1025
|
};
|
|
958
1026
|
const kdsInlineMessageVariants = Object.values(kdsInlineMessageVariant);
|
|
959
1027
|
|
|
960
|
-
const _hoisted_1$
|
|
961
|
-
const _hoisted_2$
|
|
962
|
-
const _hoisted_3$
|
|
963
|
-
const _hoisted_4$
|
|
964
|
-
const _hoisted_5$
|
|
965
|
-
const _hoisted_6$
|
|
1028
|
+
const _hoisted_1$T = { class: "donut-container" };
|
|
1029
|
+
const _hoisted_2$w = ["height", "width", "viewBox"];
|
|
1030
|
+
const _hoisted_3$o = ["r", "stroke-width"];
|
|
1031
|
+
const _hoisted_4$i = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1032
|
+
const _hoisted_5$9 = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1033
|
+
const _hoisted_6$8 = {
|
|
966
1034
|
key: 0,
|
|
967
1035
|
class: "donut-text"
|
|
968
1036
|
};
|
|
@@ -974,7 +1042,7 @@ const _hoisted_8$2 = {
|
|
|
974
1042
|
const radius = 22;
|
|
975
1043
|
const innerRadius = 10;
|
|
976
1044
|
const backgroundStrokeOffset = 0.5;
|
|
977
|
-
const _sfc_main$
|
|
1045
|
+
const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
978
1046
|
__name: "KdsDonutChart",
|
|
979
1047
|
props: {
|
|
980
1048
|
value: {},
|
|
@@ -1022,7 +1090,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
1022
1090
|
const transformWedge = computed(() => `rotate(-90, ${radius}, ${radius})`);
|
|
1023
1091
|
const disabled = computed(() => !Number.isFinite(__props.maxValue));
|
|
1024
1092
|
return (_ctx, _cache) => {
|
|
1025
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1093
|
+
return openBlock(), createElementBlock("div", _hoisted_1$T, [
|
|
1026
1094
|
(openBlock(), createElementBlock("svg", {
|
|
1027
1095
|
height: diameter.value,
|
|
1028
1096
|
width: diameter.value,
|
|
@@ -1036,7 +1104,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
1036
1104
|
r: r.value,
|
|
1037
1105
|
"stroke-width": backgroundStrokeWidth.value,
|
|
1038
1106
|
fill: "transparent"
|
|
1039
|
-
}, null, 8, _hoisted_3$
|
|
1107
|
+
}, null, 8, _hoisted_3$o),
|
|
1040
1108
|
__props.secondaryValue && !disabled.value ? (openBlock(), createElementBlock("circle", {
|
|
1041
1109
|
key: 0,
|
|
1042
1110
|
class: normalizeClass(["value-wedge", "secondary-circle", { animate: __props.animate }]),
|
|
@@ -1048,7 +1116,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
1048
1116
|
"stroke-dashoffset": secondaryStrokeDashOffset.value,
|
|
1049
1117
|
fill: "transparent",
|
|
1050
1118
|
transform: transformWedge.value
|
|
1051
|
-
}, null, 10, _hoisted_4$
|
|
1119
|
+
}, null, 10, _hoisted_4$i)) : createCommentVNode("", true),
|
|
1052
1120
|
!disabled.value ? (openBlock(), createElementBlock("circle", {
|
|
1053
1121
|
key: 1,
|
|
1054
1122
|
class: normalizeClass(["value-wedge", "primary-circle", { animate: __props.animate }]),
|
|
@@ -1060,9 +1128,9 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
1060
1128
|
"stroke-dashoffset": strokeDashOffset.value,
|
|
1061
1129
|
fill: "transparent",
|
|
1062
1130
|
transform: transformWedge.value
|
|
1063
|
-
}, null, 10, _hoisted_5$
|
|
1064
|
-
], 8, _hoisted_2$
|
|
1065
|
-
__props.title ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
1131
|
+
}, null, 10, _hoisted_5$9)) : createCommentVNode("", true)
|
|
1132
|
+
], 8, _hoisted_2$w)),
|
|
1133
|
+
__props.title ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
|
|
1066
1134
|
createElementVNode("div", _hoisted_7$3, toDisplayString(__props.title), 1),
|
|
1067
1135
|
__props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$2, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
|
|
1068
1136
|
])) : createCommentVNode("", true)
|
|
@@ -1071,22 +1139,22 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
1071
1139
|
}
|
|
1072
1140
|
});
|
|
1073
1141
|
|
|
1074
|
-
const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1142
|
+
const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-c5a5b387"]]);
|
|
1075
1143
|
|
|
1076
|
-
const _sfc_main$
|
|
1144
|
+
const _sfc_main$1n = { };
|
|
1077
1145
|
|
|
1078
|
-
const _hoisted_1$
|
|
1146
|
+
const _hoisted_1$S = { class: "kds-divider" };
|
|
1079
1147
|
|
|
1080
1148
|
function _sfc_render(_ctx, _cache) {
|
|
1081
|
-
return (openBlock(), createElementBlock("hr", _hoisted_1$
|
|
1149
|
+
return (openBlock(), createElementBlock("hr", _hoisted_1$S))
|
|
1082
1150
|
}
|
|
1083
|
-
const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
1151
|
+
const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$1n, [['render',_sfc_render],['__scopeId',"data-v-4d059bd3"]]);
|
|
1084
1152
|
|
|
1085
|
-
const _hoisted_1$
|
|
1153
|
+
const _hoisted_1$R = {
|
|
1086
1154
|
key: 0,
|
|
1087
1155
|
class: "label"
|
|
1088
1156
|
};
|
|
1089
|
-
const _sfc_main$
|
|
1157
|
+
const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
1090
1158
|
__name: "BaseButton",
|
|
1091
1159
|
props: {
|
|
1092
1160
|
size: { default: "medium" },
|
|
@@ -1148,7 +1216,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
1148
1216
|
size: iconSize.value
|
|
1149
1217
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true)
|
|
1150
1218
|
], true),
|
|
1151
|
-
props.label ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
1219
|
+
props.label ? (openBlock(), createElementBlock("span", _hoisted_1$R, toDisplayString(props.label), 1)) : createCommentVNode("", true),
|
|
1152
1220
|
props.trailingIcon && props.label ? (openBlock(), createBlock(KdsIcon, {
|
|
1153
1221
|
key: 1,
|
|
1154
1222
|
name: props.trailingIcon,
|
|
@@ -1161,9 +1229,9 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
1161
1229
|
}
|
|
1162
1230
|
});
|
|
1163
1231
|
|
|
1164
|
-
const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1232
|
+
const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__scopeId", "data-v-80e22f2e"]]);
|
|
1165
1233
|
|
|
1166
|
-
const _sfc_main$
|
|
1234
|
+
const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
1167
1235
|
__name: "KdsButton",
|
|
1168
1236
|
props: {
|
|
1169
1237
|
size: {},
|
|
@@ -1228,7 +1296,7 @@ function isExternalUrl(url) {
|
|
|
1228
1296
|
return true;
|
|
1229
1297
|
}
|
|
1230
1298
|
|
|
1231
|
-
const _sfc_main$
|
|
1299
|
+
const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
1232
1300
|
__name: "KdsLinkButton",
|
|
1233
1301
|
props: {
|
|
1234
1302
|
size: {},
|
|
@@ -1457,12 +1525,12 @@ function prettyBytes(number, options) {
|
|
|
1457
1525
|
return applyFixedWidth(result, options.fixedWidth);
|
|
1458
1526
|
}
|
|
1459
1527
|
|
|
1460
|
-
const _hoisted_1$
|
|
1461
|
-
const _hoisted_2$
|
|
1528
|
+
const _hoisted_1$Q = { class: "label" };
|
|
1529
|
+
const _hoisted_2$v = {
|
|
1462
1530
|
key: 1,
|
|
1463
1531
|
class: "file-size"
|
|
1464
1532
|
};
|
|
1465
|
-
const _sfc_main$
|
|
1533
|
+
const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
1466
1534
|
__name: "KdsLink",
|
|
1467
1535
|
props: {
|
|
1468
1536
|
to: {},
|
|
@@ -1552,13 +1620,13 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
1552
1620
|
onClick
|
|
1553
1621
|
}, {
|
|
1554
1622
|
default: withCtx(() => [
|
|
1555
|
-
createElementVNode("span", _hoisted_1$
|
|
1623
|
+
createElementVNode("span", _hoisted_1$Q, toDisplayString(__props.label), 1),
|
|
1556
1624
|
variant.value === "external" ? (openBlock(), createBlock(KdsIcon, {
|
|
1557
1625
|
key: 0,
|
|
1558
1626
|
name: "external-link",
|
|
1559
1627
|
size: "xsmall"
|
|
1560
1628
|
})) : createCommentVNode("", true),
|
|
1561
|
-
normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
1629
|
+
normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$v, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
|
|
1562
1630
|
]),
|
|
1563
1631
|
_: 1
|
|
1564
1632
|
}, 8, ["class", "to", "download", "target", "rel", "title", "aria-disabled"]);
|
|
@@ -1566,9 +1634,9 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
1566
1634
|
}
|
|
1567
1635
|
});
|
|
1568
1636
|
|
|
1569
|
-
const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1637
|
+
const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__scopeId", "data-v-56e748a8"]]);
|
|
1570
1638
|
|
|
1571
|
-
const _sfc_main$
|
|
1639
|
+
const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
1572
1640
|
__name: "KdsToggleButton",
|
|
1573
1641
|
props: /* @__PURE__ */ mergeModels({
|
|
1574
1642
|
size: {},
|
|
@@ -1604,9 +1672,9 @@ const kdsToggleButtonVariant = {
|
|
|
1604
1672
|
};
|
|
1605
1673
|
const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
|
|
1606
1674
|
|
|
1607
|
-
const _hoisted_1$
|
|
1608
|
-
const _hoisted_2$
|
|
1609
|
-
const _sfc_main$
|
|
1675
|
+
const _hoisted_1$P = ["data-visible"];
|
|
1676
|
+
const _hoisted_2$u = ["data-visible"];
|
|
1677
|
+
const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
1610
1678
|
__name: "KdsProgressButton",
|
|
1611
1679
|
props: /* @__PURE__ */ mergeModels({
|
|
1612
1680
|
size: { default: "medium" },
|
|
@@ -1667,7 +1735,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
1667
1735
|
name: props.leadingIcon,
|
|
1668
1736
|
size: iconSize.value
|
|
1669
1737
|
}, null, 8, ["name", "size"])
|
|
1670
|
-
], 8, _hoisted_1$
|
|
1738
|
+
], 8, _hoisted_1$P),
|
|
1671
1739
|
createElementVNode("span", {
|
|
1672
1740
|
class: "spinner",
|
|
1673
1741
|
"data-visible": state.value === "progress"
|
|
@@ -1676,7 +1744,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
1676
1744
|
size: iconSize.value,
|
|
1677
1745
|
variant: __props.variant === "filled" ? "onPrimary" : "onSurface"
|
|
1678
1746
|
}, null, 8, ["size", "variant"])
|
|
1679
|
-
], 8, _hoisted_2$
|
|
1747
|
+
], 8, _hoisted_2$u)
|
|
1680
1748
|
], 2)
|
|
1681
1749
|
]),
|
|
1682
1750
|
_: 1
|
|
@@ -1685,7 +1753,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
1685
1753
|
}
|
|
1686
1754
|
});
|
|
1687
1755
|
|
|
1688
|
-
const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1756
|
+
const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-d38d7ade"]]);
|
|
1689
1757
|
|
|
1690
1758
|
const kdsProgressButtonState = {
|
|
1691
1759
|
DEFAULT: "default",
|
|
@@ -1756,19 +1824,15 @@ const useListItemKeyboardNav = (options) => {
|
|
|
1756
1824
|
event.preventDefault();
|
|
1757
1825
|
break;
|
|
1758
1826
|
case "Enter":
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
event.preventDefault();
|
|
1762
|
-
}
|
|
1827
|
+
options.triggers?.onEnter?.(activeId.value, targetItem, event);
|
|
1828
|
+
event.preventDefault();
|
|
1763
1829
|
break;
|
|
1764
1830
|
case " ":
|
|
1765
1831
|
if (isTextInput(event.target)) {
|
|
1766
1832
|
break;
|
|
1767
1833
|
}
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
event.preventDefault();
|
|
1771
|
-
}
|
|
1834
|
+
options.triggers?.onSpace?.(activeId.value, targetItem, event);
|
|
1835
|
+
event.preventDefault();
|
|
1772
1836
|
break;
|
|
1773
1837
|
case "Home":
|
|
1774
1838
|
activeId.value = enabledItems.value[0].id;
|
|
@@ -1913,7 +1977,7 @@ const useStableItemIds = (options) => {
|
|
|
1913
1977
|
return { itemsWithPrefix, idPrefix, toUnprefixedId };
|
|
1914
1978
|
};
|
|
1915
1979
|
|
|
1916
|
-
const _sfc_main$
|
|
1980
|
+
const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
1917
1981
|
__name: "ListItemAccessory",
|
|
1918
1982
|
props: {
|
|
1919
1983
|
accessory: {},
|
|
@@ -1959,18 +2023,18 @@ const kdsListItemAccessorySize = {
|
|
|
1959
2023
|
LARGE: "large"
|
|
1960
2024
|
};
|
|
1961
2025
|
|
|
1962
|
-
const _hoisted_1$
|
|
1963
|
-
const _hoisted_2$
|
|
2026
|
+
const _hoisted_1$O = ["id", "role", "aria-selected", "aria-disabled"];
|
|
2027
|
+
const _hoisted_2$t = {
|
|
1964
2028
|
key: 0,
|
|
1965
2029
|
class: "accessory"
|
|
1966
2030
|
};
|
|
1967
|
-
const _hoisted_3$
|
|
1968
|
-
const _hoisted_4$
|
|
1969
|
-
const _hoisted_5$
|
|
2031
|
+
const _hoisted_3$n = { class: "content" };
|
|
2032
|
+
const _hoisted_4$h = ["title"];
|
|
2033
|
+
const _hoisted_5$8 = {
|
|
1970
2034
|
key: 0,
|
|
1971
2035
|
class: "prefix"
|
|
1972
2036
|
};
|
|
1973
|
-
const _hoisted_6$
|
|
2037
|
+
const _hoisted_6$7 = ["title"];
|
|
1974
2038
|
const _hoisted_7$2 = { class: "trailing-item" };
|
|
1975
2039
|
const _hoisted_8$1 = {
|
|
1976
2040
|
key: 0,
|
|
@@ -1980,11 +2044,11 @@ const _hoisted_9$1 = {
|
|
|
1980
2044
|
key: 3,
|
|
1981
2045
|
class: "trailing-item-reserve-space"
|
|
1982
2046
|
};
|
|
1983
|
-
const _sfc_main$
|
|
2047
|
+
const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
1984
2048
|
__name: "KdsListItem",
|
|
1985
2049
|
props: {
|
|
1986
2050
|
id: {},
|
|
1987
|
-
|
|
2051
|
+
text: {},
|
|
1988
2052
|
accessory: {},
|
|
1989
2053
|
subText: {},
|
|
1990
2054
|
variant: { default: () => kdsListItemVariant.SMALL },
|
|
@@ -2038,32 +2102,32 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
2038
2102
|
]),
|
|
2039
2103
|
onClick
|
|
2040
2104
|
}, [
|
|
2041
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2042
|
-
createVNode(_sfc_main$
|
|
2105
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$t, [
|
|
2106
|
+
createVNode(_sfc_main$1g, {
|
|
2043
2107
|
accessory: props.accessory,
|
|
2044
2108
|
size: accessorySize.value,
|
|
2045
2109
|
disabled: __props.disabled
|
|
2046
2110
|
}, null, 8, ["accessory", "size", "disabled"])
|
|
2047
2111
|
])) : createCommentVNode("", true),
|
|
2048
|
-
createElementVNode("span", _hoisted_3$
|
|
2112
|
+
createElementVNode("span", _hoisted_3$n, [
|
|
2049
2113
|
createElementVNode("span", {
|
|
2050
2114
|
ref_key: "labelEl",
|
|
2051
2115
|
ref: labelEl,
|
|
2052
2116
|
class: "label",
|
|
2053
|
-
title: unref(isLabelTruncated) ? props.
|
|
2117
|
+
title: unref(isLabelTruncated) ? props.text : void 0
|
|
2054
2118
|
}, [
|
|
2055
|
-
__props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$
|
|
2119
|
+
__props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$8, "(Missing) ")) : createCommentVNode("", true),
|
|
2056
2120
|
createElementVNode("span", {
|
|
2057
2121
|
class: normalizeClass({ special: __props.special })
|
|
2058
|
-
}, toDisplayString(props.
|
|
2059
|
-
], 8, _hoisted_4$
|
|
2122
|
+
}, toDisplayString(props.text), 3)
|
|
2123
|
+
], 8, _hoisted_4$h),
|
|
2060
2124
|
props.subText ? (openBlock(), createElementBlock("span", {
|
|
2061
2125
|
key: 0,
|
|
2062
2126
|
ref_key: "subtextEl",
|
|
2063
2127
|
ref: subtextEl,
|
|
2064
2128
|
class: "subtext",
|
|
2065
2129
|
title: unref(isSubtextTruncated) ? props.subText : void 0
|
|
2066
|
-
}, toDisplayString(props.subText), 9, _hoisted_6$
|
|
2130
|
+
}, toDisplayString(props.subText), 9, _hoisted_6$7)) : createCommentVNode("", true)
|
|
2067
2131
|
]),
|
|
2068
2132
|
createElementVNode("span", _hoisted_7$2, [
|
|
2069
2133
|
props.shortcut ? (openBlock(), createElementBlock("kbd", _hoisted_8$1, toDisplayString(props.shortcut), 1)) : props.badge ? (openBlock(), createBlock(KdsBadge, {
|
|
@@ -2079,20 +2143,20 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
2079
2143
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
2080
2144
|
!props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_9$1)) : createCommentVNode("", true)
|
|
2081
2145
|
])
|
|
2082
|
-
], 10, _hoisted_1$
|
|
2146
|
+
], 10, _hoisted_1$O);
|
|
2083
2147
|
};
|
|
2084
2148
|
}
|
|
2085
2149
|
});
|
|
2086
2150
|
|
|
2087
|
-
const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2151
|
+
const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-9625480f"]]);
|
|
2088
2152
|
|
|
2089
|
-
const _hoisted_1$
|
|
2090
|
-
const _hoisted_2$
|
|
2153
|
+
const _hoisted_1$N = { class: "kds-list-item-section-title" };
|
|
2154
|
+
const _hoisted_2$s = {
|
|
2091
2155
|
key: 0,
|
|
2092
2156
|
class: "icon"
|
|
2093
2157
|
};
|
|
2094
|
-
const _hoisted_3$
|
|
2095
|
-
const _sfc_main$
|
|
2158
|
+
const _hoisted_3$m = ["title"];
|
|
2159
|
+
const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
2096
2160
|
__name: "ListItemSectionTitle",
|
|
2097
2161
|
props: {
|
|
2098
2162
|
label: {},
|
|
@@ -2103,8 +2167,8 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
2103
2167
|
const labelEl = useTemplateRef("labelEl");
|
|
2104
2168
|
const { isTruncated } = useKdsIsTruncated(labelEl);
|
|
2105
2169
|
return (_ctx, _cache) => {
|
|
2106
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2107
|
-
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2170
|
+
return openBlock(), createElementBlock("div", _hoisted_1$N, [
|
|
2171
|
+
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$s, [
|
|
2108
2172
|
createVNode(KdsIcon, {
|
|
2109
2173
|
name: props.leadingIcon,
|
|
2110
2174
|
size: "small"
|
|
@@ -2115,15 +2179,15 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
2115
2179
|
ref: labelEl,
|
|
2116
2180
|
class: "label",
|
|
2117
2181
|
title: unref(isTruncated) ? props.label : void 0
|
|
2118
|
-
}, toDisplayString(props.label), 9, _hoisted_3$
|
|
2182
|
+
}, toDisplayString(props.label), 9, _hoisted_3$m)
|
|
2119
2183
|
]);
|
|
2120
2184
|
};
|
|
2121
2185
|
}
|
|
2122
2186
|
});
|
|
2123
2187
|
|
|
2124
|
-
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2188
|
+
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-5eeb1226"]]);
|
|
2125
2189
|
|
|
2126
|
-
const _sfc_main$
|
|
2190
|
+
const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
2127
2191
|
__name: "KdsMenuItem",
|
|
2128
2192
|
props: {
|
|
2129
2193
|
item: {},
|
|
@@ -2145,7 +2209,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
2145
2209
|
key: 1,
|
|
2146
2210
|
id: __props.item.id,
|
|
2147
2211
|
accessory: __props.item.accessory,
|
|
2148
|
-
|
|
2212
|
+
text: __props.item.text,
|
|
2149
2213
|
"sub-text": __props.item.subText,
|
|
2150
2214
|
disabled: __props.item.disabled,
|
|
2151
2215
|
active: __props.activeId === __props.item.id,
|
|
@@ -2155,7 +2219,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
2155
2219
|
role: "menuitem"
|
|
2156
2220
|
}, _ctx.$attrs, {
|
|
2157
2221
|
onClick: _cache[0] || (_cache[0] = ($event) => !__props.item.disabled && _ctx.$emit("click", $event))
|
|
2158
|
-
}), null, 16, ["id", "accessory", "
|
|
2222
|
+
}), null, 16, ["id", "accessory", "text", "sub-text", "disabled", "active", "variant", "badge", "shortcut"])),
|
|
2159
2223
|
__props.item.separator && !__props.isLast ? (openBlock(), createBlock(unref(KdsDivider), {
|
|
2160
2224
|
key: 2,
|
|
2161
2225
|
class: "kds-list-item-divider",
|
|
@@ -2167,8 +2231,8 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
2167
2231
|
}
|
|
2168
2232
|
});
|
|
2169
2233
|
|
|
2170
|
-
const _hoisted_1$
|
|
2171
|
-
const _sfc_main$
|
|
2234
|
+
const _hoisted_1$M = ["id", "aria-label", "aria-activedescendant"];
|
|
2235
|
+
const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
2172
2236
|
__name: "KdsMenuContainer",
|
|
2173
2237
|
props: {
|
|
2174
2238
|
id: {},
|
|
@@ -2192,7 +2256,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
2192
2256
|
() => selectableItems.value.filter((item) => !item.disabled)
|
|
2193
2257
|
);
|
|
2194
2258
|
const handleItemInteraction = (item, event) => {
|
|
2195
|
-
const id = toUnprefixedId(item
|
|
2259
|
+
const id = toUnprefixedId(item?.id);
|
|
2196
2260
|
const originalItem = props.items.find((i) => i.id === id);
|
|
2197
2261
|
try {
|
|
2198
2262
|
originalItem?.handler?.(originalItem, event);
|
|
@@ -2238,7 +2302,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
2238
2302
|
"aria-activedescendant": unref(activeId)
|
|
2239
2303
|
}, [
|
|
2240
2304
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(itemsWithPrefix), (item, index) => {
|
|
2241
|
-
return openBlock(), createBlock(_sfc_main$
|
|
2305
|
+
return openBlock(), createBlock(_sfc_main$1d, {
|
|
2242
2306
|
key: item.id,
|
|
2243
2307
|
item,
|
|
2244
2308
|
"is-last": index === unref(itemsWithPrefix).length - 1,
|
|
@@ -2247,12 +2311,12 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
2247
2311
|
onClick: ($event) => handleItemInteraction(item, $event)
|
|
2248
2312
|
}, null, 8, ["item", "is-last", "active-id", "variant", "onClick"]);
|
|
2249
2313
|
}), 128))
|
|
2250
|
-
], 12, _hoisted_1$
|
|
2314
|
+
], 12, _hoisted_1$M);
|
|
2251
2315
|
};
|
|
2252
2316
|
}
|
|
2253
2317
|
});
|
|
2254
2318
|
|
|
2255
|
-
const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2319
|
+
const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-76ab9f2c"]]);
|
|
2256
2320
|
|
|
2257
2321
|
const kdsPopoverPlacement = {
|
|
2258
2322
|
CUSTOM: "custom"
|
|
@@ -2260,12 +2324,12 @@ const kdsPopoverPlacement = {
|
|
|
2260
2324
|
const kdsPopoverType = {
|
|
2261
2325
|
AUTO: "auto"};
|
|
2262
2326
|
|
|
2263
|
-
const _hoisted_1$
|
|
2264
|
-
const _hoisted_2$
|
|
2327
|
+
const _hoisted_1$L = ["id", "popover", "role"];
|
|
2328
|
+
const _hoisted_2$r = {
|
|
2265
2329
|
key: 0,
|
|
2266
2330
|
class: "kds-popover-default-content"
|
|
2267
2331
|
};
|
|
2268
|
-
const _sfc_main$
|
|
2332
|
+
const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
2269
2333
|
__name: "KdsPopover",
|
|
2270
2334
|
props: /* @__PURE__ */ mergeModels({
|
|
2271
2335
|
role: {},
|
|
@@ -2323,21 +2387,21 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
2323
2387
|
onToggle
|
|
2324
2388
|
}, [
|
|
2325
2389
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
2326
|
-
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
2390
|
+
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$r, toDisplayString(props.content), 1)) : createCommentVNode("", true)
|
|
2327
2391
|
], true)
|
|
2328
|
-
], 46, _hoisted_1$
|
|
2392
|
+
], 46, _hoisted_1$L);
|
|
2329
2393
|
};
|
|
2330
2394
|
}
|
|
2331
2395
|
});
|
|
2332
2396
|
|
|
2333
|
-
const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2397
|
+
const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-1e5f9d24"]]);
|
|
2334
2398
|
|
|
2335
2399
|
const KdsPopover$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2336
2400
|
__proto__: null,
|
|
2337
2401
|
default: KdsPopover
|
|
2338
2402
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2339
2403
|
|
|
2340
|
-
const _sfc_main$
|
|
2404
|
+
const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
2341
2405
|
...{
|
|
2342
2406
|
inheritAttrs: false
|
|
2343
2407
|
},
|
|
@@ -2387,7 +2451,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
2387
2451
|
__expose({ menuButtonEl });
|
|
2388
2452
|
return (_ctx, _cache) => {
|
|
2389
2453
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
2390
|
-
createVNode(_sfc_main$
|
|
2454
|
+
createVNode(_sfc_main$1i, mergeProps({
|
|
2391
2455
|
ref: "menuButton",
|
|
2392
2456
|
modelValue: isMenuOpen.value,
|
|
2393
2457
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = $event)
|
|
@@ -2420,7 +2484,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
2420
2484
|
}
|
|
2421
2485
|
});
|
|
2422
2486
|
|
|
2423
|
-
const _sfc_main$
|
|
2487
|
+
const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
2424
2488
|
__name: "KdsSplitButton",
|
|
2425
2489
|
props: {
|
|
2426
2490
|
size: { default: "medium" },
|
|
@@ -2507,7 +2571,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
2507
2571
|
}
|
|
2508
2572
|
});
|
|
2509
2573
|
|
|
2510
|
-
const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2574
|
+
const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-8f48b87a"]]);
|
|
2511
2575
|
|
|
2512
2576
|
const kdsButtonSize = {
|
|
2513
2577
|
XSMALL: "xsmall",
|
|
@@ -2523,17 +2587,17 @@ const kdsButtonVariant = {
|
|
|
2523
2587
|
};
|
|
2524
2588
|
const kdsButtonVariants = Object.values(kdsButtonVariant);
|
|
2525
2589
|
|
|
2526
|
-
const _hoisted_1$
|
|
2527
|
-
const _hoisted_2$
|
|
2528
|
-
const _hoisted_3$
|
|
2590
|
+
const _hoisted_1$K = ["aria-disabled"];
|
|
2591
|
+
const _hoisted_2$q = { class: "kds-empty-state-headline" };
|
|
2592
|
+
const _hoisted_3$l = {
|
|
2529
2593
|
key: 1,
|
|
2530
2594
|
class: "kds-empty-state-description"
|
|
2531
2595
|
};
|
|
2532
|
-
const _hoisted_4$
|
|
2596
|
+
const _hoisted_4$g = {
|
|
2533
2597
|
key: 2,
|
|
2534
2598
|
class: "kds-empty-state-action"
|
|
2535
2599
|
};
|
|
2536
|
-
const _sfc_main$
|
|
2600
|
+
const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
2537
2601
|
__name: "KdsEmptyState",
|
|
2538
2602
|
props: {
|
|
2539
2603
|
headline: {},
|
|
@@ -2551,13 +2615,13 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
2551
2615
|
() => props.button && "to" in props.button && props.button.to !== void 0
|
|
2552
2616
|
);
|
|
2553
2617
|
const buttonComponent = computed(
|
|
2554
|
-
() => isLinkButton.value ? _sfc_main$
|
|
2618
|
+
() => isLinkButton.value ? _sfc_main$1k : _sfc_main$1l
|
|
2555
2619
|
);
|
|
2556
2620
|
const isSecondaryLinkButton = computed(
|
|
2557
2621
|
() => props.secondaryButton && "to" in props.secondaryButton && props.secondaryButton.to !== void 0
|
|
2558
2622
|
);
|
|
2559
2623
|
const secondaryButtonComponent = computed(
|
|
2560
|
-
() => isSecondaryLinkButton.value ? _sfc_main$
|
|
2624
|
+
() => isSecondaryLinkButton.value ? _sfc_main$1k : _sfc_main$1l
|
|
2561
2625
|
);
|
|
2562
2626
|
return (_ctx, _cache) => {
|
|
2563
2627
|
return openBlock(), createElementBlock("div", {
|
|
@@ -2571,9 +2635,9 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
2571
2635
|
variant: "onSurface",
|
|
2572
2636
|
"aria-hidden": "true"
|
|
2573
2637
|
})) : createCommentVNode("", true),
|
|
2574
|
-
createElementVNode("p", _hoisted_2$
|
|
2575
|
-
props.description ? (openBlock(), createElementBlock("p", _hoisted_3$
|
|
2576
|
-
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
2638
|
+
createElementVNode("p", _hoisted_2$q, toDisplayString(props.headline), 1),
|
|
2639
|
+
props.description ? (openBlock(), createElementBlock("p", _hoisted_3$l, toDisplayString(props.description), 1)) : createCommentVNode("", true),
|
|
2640
|
+
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$g, [
|
|
2577
2641
|
(openBlock(), createBlock(resolveDynamicComponent(buttonComponent.value), mergeProps(props.button, {
|
|
2578
2642
|
disabled: props.button?.disabled || __props.disabled,
|
|
2579
2643
|
onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("buttonClick", $event))
|
|
@@ -2583,16 +2647,16 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
2583
2647
|
onClick: _cache[1] || (_cache[1] = ($event) => !__props.disabled && emit("secondaryButtonClick", $event))
|
|
2584
2648
|
}), null, 16, ["disabled"])) : createCommentVNode("", true)
|
|
2585
2649
|
])) : createCommentVNode("", true)
|
|
2586
|
-
], 10, _hoisted_1$
|
|
2650
|
+
], 10, _hoisted_1$K);
|
|
2587
2651
|
};
|
|
2588
2652
|
}
|
|
2589
2653
|
});
|
|
2590
2654
|
|
|
2591
|
-
const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2655
|
+
const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-e913660a"]]);
|
|
2592
2656
|
|
|
2593
|
-
const _hoisted_1$
|
|
2657
|
+
const _hoisted_1$J = ["aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
|
|
2594
2658
|
const loadingStateText = "Loading entries";
|
|
2595
|
-
const _sfc_main$
|
|
2659
|
+
const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
2596
2660
|
__name: "KdsListContainer",
|
|
2597
2661
|
props: {
|
|
2598
2662
|
possibleValues: {},
|
|
@@ -2681,7 +2745,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
2681
2745
|
key: 1,
|
|
2682
2746
|
id: item.id,
|
|
2683
2747
|
accessory: item.accessory,
|
|
2684
|
-
|
|
2748
|
+
text: item.text,
|
|
2685
2749
|
"sub-text": item.subText,
|
|
2686
2750
|
selected: item.selected,
|
|
2687
2751
|
disabled: item.disabled,
|
|
@@ -2693,7 +2757,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
2693
2757
|
role: "option",
|
|
2694
2758
|
onMousedown: _cache[0] || (_cache[0] = ($event) => props.controlledExternally && $event.preventDefault()),
|
|
2695
2759
|
onClick: ($event) => !item.disabled && emit("itemClick", toOptionId(item.id))
|
|
2696
|
-
}, null, 8, ["id", "accessory", "
|
|
2760
|
+
}, null, 8, ["id", "accessory", "text", "sub-text", "selected", "disabled", "active", "special", "missing", "variant", "trailing-icon", "onClick"])),
|
|
2697
2761
|
item.separator && index < unref(itemsWithPrefix).length - 1 ? (openBlock(), createBlock(unref(KdsDivider), {
|
|
2698
2762
|
key: 2,
|
|
2699
2763
|
class: "kds-list-item-divider",
|
|
@@ -2715,19 +2779,19 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
2715
2779
|
"loading-spinner": __props.loading
|
|
2716
2780
|
}, null, 8, ["headline", "loading-spinner"])
|
|
2717
2781
|
])) : createCommentVNode("", true)
|
|
2718
|
-
], 16, _hoisted_1$
|
|
2782
|
+
], 16, _hoisted_1$J);
|
|
2719
2783
|
};
|
|
2720
2784
|
}
|
|
2721
2785
|
});
|
|
2722
2786
|
|
|
2723
|
-
const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2787
|
+
const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-118706ad"]]);
|
|
2724
2788
|
|
|
2725
2789
|
const KdsListContainer$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2726
2790
|
__proto__: null,
|
|
2727
2791
|
default: KdsListContainer
|
|
2728
2792
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2729
2793
|
|
|
2730
|
-
const _sfc_main$
|
|
2794
|
+
const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
2731
2795
|
...{ inheritAttrs: false },
|
|
2732
2796
|
__name: "KdsMenu",
|
|
2733
2797
|
props: {
|
|
@@ -2816,7 +2880,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
2816
2880
|
}
|
|
2817
2881
|
});
|
|
2818
2882
|
|
|
2819
|
-
const _sfc_main
|
|
2883
|
+
const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
2820
2884
|
...{ inheritAttrs: false },
|
|
2821
2885
|
__name: "KdsContextMenu",
|
|
2822
2886
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -2876,9 +2940,120 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
2876
2940
|
}
|
|
2877
2941
|
});
|
|
2878
2942
|
|
|
2879
|
-
const _hoisted_1$
|
|
2880
|
-
const _hoisted_2$
|
|
2881
|
-
const
|
|
2943
|
+
const _hoisted_1$I = { class: "kds-preview-list" };
|
|
2944
|
+
const _hoisted_2$p = { class: "kds-preview-list-title-row" };
|
|
2945
|
+
const _hoisted_3$k = { class: "kds-preview-list-content" };
|
|
2946
|
+
const _hoisted_4$f = { class: "kds-preview-list-headline" };
|
|
2947
|
+
const _hoisted_5$7 = ["aria-label"];
|
|
2948
|
+
const _hoisted_6$6 = { class: "kds-preview-list-show-hide" };
|
|
2949
|
+
const DEFAULT_MAX_VISIBLE_ITEMS = 6;
|
|
2950
|
+
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
2951
|
+
__name: "KdsPreviewList",
|
|
2952
|
+
props: /* @__PURE__ */ mergeModels({
|
|
2953
|
+
headline: {},
|
|
2954
|
+
leadingIcon: { default: () => void 0 },
|
|
2955
|
+
loading: { type: Boolean, default: false },
|
|
2956
|
+
trailingButton: { default: () => void 0 },
|
|
2957
|
+
items: {},
|
|
2958
|
+
emptyStateHeadline: { default: "No entries" },
|
|
2959
|
+
maxVisibleItems: { default: () => DEFAULT_MAX_VISIBLE_ITEMS }
|
|
2960
|
+
}, {
|
|
2961
|
+
"expanded": { type: Boolean, ...{ default: true } },
|
|
2962
|
+
"expandedModifiers": {}
|
|
2963
|
+
}),
|
|
2964
|
+
emits: ["update:expanded"],
|
|
2965
|
+
setup(__props) {
|
|
2966
|
+
useCssVars((_ctx) => ({
|
|
2967
|
+
"a5f79e12": safeMaxVisibleItems.value
|
|
2968
|
+
}));
|
|
2969
|
+
const props = createPropsRestProxy(__props, ["loading", "leadingIcon", "trailingButton", "emptyStateHeadline", "maxVisibleItems"]);
|
|
2970
|
+
const bodyId = `kds-preview-list-body-${useId()}`;
|
|
2971
|
+
const expanded = useModel(__props, "expanded");
|
|
2972
|
+
const safeMaxVisibleItems = computed(() => Math.max(1, __props.maxVisibleItems));
|
|
2973
|
+
const { itemsWithPrefix } = useStableItemIds({
|
|
2974
|
+
items: toRef(() => props.items)
|
|
2975
|
+
});
|
|
2976
|
+
const trailingButtonProps = computed(
|
|
2977
|
+
() => ({
|
|
2978
|
+
...__props.trailingButton,
|
|
2979
|
+
size: "xsmall",
|
|
2980
|
+
variant: "transparent"
|
|
2981
|
+
})
|
|
2982
|
+
);
|
|
2983
|
+
return (_ctx, _cache) => {
|
|
2984
|
+
return openBlock(), createElementBlock("section", _hoisted_1$I, [
|
|
2985
|
+
createElementVNode("header", _hoisted_2$p, [
|
|
2986
|
+
__props.loading && !expanded.value ? (openBlock(), createBlock(KdsLoadingSpinner, {
|
|
2987
|
+
key: 0,
|
|
2988
|
+
size: "small",
|
|
2989
|
+
variant: "onSurface"
|
|
2990
|
+
})) : __props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
|
|
2991
|
+
key: 1,
|
|
2992
|
+
name: __props.leadingIcon,
|
|
2993
|
+
size: "small"
|
|
2994
|
+
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
2995
|
+
createElementVNode("div", _hoisted_3$k, [
|
|
2996
|
+
createElementVNode("span", _hoisted_4$f, toDisplayString(props.headline), 1)
|
|
2997
|
+
]),
|
|
2998
|
+
__props.trailingButton ? (openBlock(), createBlock(_sfc_main$1l, normalizeProps(mergeProps({ key: 2 }, trailingButtonProps.value)), null, 16)) : createCommentVNode("", true)
|
|
2999
|
+
]),
|
|
3000
|
+
withDirectives(createElementVNode("div", {
|
|
3001
|
+
id: bodyId,
|
|
3002
|
+
class: "kds-preview-list-body"
|
|
3003
|
+
}, [
|
|
3004
|
+
__props.loading ? (openBlock(), createBlock(KdsEmptyState, {
|
|
3005
|
+
key: 0,
|
|
3006
|
+
class: "kds-preview-list-loading",
|
|
3007
|
+
headline: "Loading",
|
|
3008
|
+
"loading-spinner": ""
|
|
3009
|
+
})) : props.items.length === 0 ? (openBlock(), createBlock(KdsEmptyState, {
|
|
3010
|
+
key: 1,
|
|
3011
|
+
class: "kds-preview-list-empty",
|
|
3012
|
+
headline: __props.emptyStateHeadline
|
|
3013
|
+
}, null, 8, ["headline"])) : expanded.value ? (openBlock(), createElementBlock("ul", {
|
|
3014
|
+
key: 2,
|
|
3015
|
+
class: "kds-preview-list-items",
|
|
3016
|
+
tabindex: "0",
|
|
3017
|
+
"aria-label": props.headline
|
|
3018
|
+
}, [
|
|
3019
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(itemsWithPrefix), (item) => {
|
|
3020
|
+
return openBlock(), createBlock(KdsListItem, {
|
|
3021
|
+
id: item.id,
|
|
3022
|
+
key: item.id,
|
|
3023
|
+
role: "listitem",
|
|
3024
|
+
text: item.text,
|
|
3025
|
+
accessory: item.accessory,
|
|
3026
|
+
class: "kds-preview-list-item",
|
|
3027
|
+
onClick: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
3028
|
+
}, ["stop"]))
|
|
3029
|
+
}, null, 8, ["id", "text", "accessory"]);
|
|
3030
|
+
}), 128))
|
|
3031
|
+
], 8, _hoisted_5$7)) : createCommentVNode("", true)
|
|
3032
|
+
], 512), [
|
|
3033
|
+
[vShow, expanded.value]
|
|
3034
|
+
]),
|
|
3035
|
+
createElementVNode("footer", _hoisted_6$6, [
|
|
3036
|
+
createVNode(_sfc_main$1l, {
|
|
3037
|
+
class: "kds-preview-list-toggle",
|
|
3038
|
+
label: expanded.value ? "Hide all" : "Show all",
|
|
3039
|
+
"trailing-icon": expanded.value ? "chevron-up" : "chevron-down",
|
|
3040
|
+
size: "xsmall",
|
|
3041
|
+
variant: "transparent",
|
|
3042
|
+
"aria-expanded": expanded.value,
|
|
3043
|
+
"aria-controls": bodyId,
|
|
3044
|
+
onClick: _cache[1] || (_cache[1] = ($event) => expanded.value = !expanded.value)
|
|
3045
|
+
}, null, 8, ["label", "trailing-icon", "aria-expanded"])
|
|
3046
|
+
])
|
|
3047
|
+
]);
|
|
3048
|
+
};
|
|
3049
|
+
}
|
|
3050
|
+
});
|
|
3051
|
+
|
|
3052
|
+
const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-192cd67d"]]);
|
|
3053
|
+
|
|
3054
|
+
const _hoisted_1$H = { class: "kds-label-wrapper" };
|
|
3055
|
+
const _hoisted_2$o = ["id", "for", "title"];
|
|
3056
|
+
const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
2882
3057
|
__name: "KdsLabel",
|
|
2883
3058
|
props: {
|
|
2884
3059
|
label: {},
|
|
@@ -2895,7 +3070,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
2895
3070
|
const labelEl = useTemplateRef("labelEl");
|
|
2896
3071
|
const { isTruncated } = useKdsIsTruncated(labelEl);
|
|
2897
3072
|
return (_ctx, _cache) => {
|
|
2898
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3073
|
+
return openBlock(), createElementBlock("div", _hoisted_1$H, [
|
|
2899
3074
|
createElementVNode("label", {
|
|
2900
3075
|
id: props.id,
|
|
2901
3076
|
ref_key: "labelEl",
|
|
@@ -2903,7 +3078,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
2903
3078
|
for: props.for,
|
|
2904
3079
|
class: "label",
|
|
2905
3080
|
title: unref(isTruncated) ? props.label : void 0
|
|
2906
|
-
}, toDisplayString(props.label), 9, _hoisted_2$
|
|
3081
|
+
}, toDisplayString(props.label), 9, _hoisted_2$o),
|
|
2907
3082
|
props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
|
|
2908
3083
|
key: 0,
|
|
2909
3084
|
content: props.description,
|
|
@@ -2914,11 +3089,11 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
2914
3089
|
}
|
|
2915
3090
|
});
|
|
2916
3091
|
|
|
2917
|
-
const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3092
|
+
const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-efe3313e"]]);
|
|
2918
3093
|
|
|
2919
|
-
const _hoisted_1$
|
|
2920
|
-
const _hoisted_2$
|
|
2921
|
-
const _sfc_main$
|
|
3094
|
+
const _hoisted_1$G = ["id"];
|
|
3095
|
+
const _hoisted_2$n = { class: "subtext-text" };
|
|
3096
|
+
const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
2922
3097
|
__name: "KdsSubText",
|
|
2923
3098
|
props: {
|
|
2924
3099
|
id: {},
|
|
@@ -2949,17 +3124,17 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
2949
3124
|
variant: "onSurface",
|
|
2950
3125
|
"aria-hidden": "true"
|
|
2951
3126
|
})) : createCommentVNode("", true),
|
|
2952
|
-
createElementVNode("span", _hoisted_2$
|
|
2953
|
-
], 10, _hoisted_1$
|
|
3127
|
+
createElementVNode("span", _hoisted_2$n, toDisplayString(props.subText), 1)
|
|
3128
|
+
], 10, _hoisted_1$G)) : createCommentVNode("", true);
|
|
2954
3129
|
};
|
|
2955
3130
|
}
|
|
2956
3131
|
});
|
|
2957
3132
|
|
|
2958
|
-
const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3133
|
+
const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-2e6ba10c"]]);
|
|
2959
3134
|
|
|
2960
|
-
const _hoisted_1$
|
|
2961
|
-
const _hoisted_2$
|
|
2962
|
-
const _hoisted_3$
|
|
3135
|
+
const _hoisted_1$F = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
|
|
3136
|
+
const _hoisted_2$m = { class: "control" };
|
|
3137
|
+
const _hoisted_3$j = {
|
|
2963
3138
|
key: 0,
|
|
2964
3139
|
class: "content"
|
|
2965
3140
|
};
|
|
@@ -2969,7 +3144,7 @@ const _hoisted_6$5 = {
|
|
|
2969
3144
|
key: 0,
|
|
2970
3145
|
class: "subtext-wrapper"
|
|
2971
3146
|
};
|
|
2972
|
-
const _sfc_main$
|
|
3147
|
+
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
2973
3148
|
__name: "BaseCheckbox",
|
|
2974
3149
|
props: /* @__PURE__ */ mergeModels({
|
|
2975
3150
|
disabled: { type: Boolean, default: false },
|
|
@@ -3042,7 +3217,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
3042
3217
|
role: "checkbox",
|
|
3043
3218
|
onClick: handleClick
|
|
3044
3219
|
}, [
|
|
3045
|
-
createElementVNode("div", _hoisted_2$
|
|
3220
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
3046
3221
|
icon.value ? (openBlock(), createBlock(KdsIcon, {
|
|
3047
3222
|
key: 0,
|
|
3048
3223
|
name: icon.value,
|
|
@@ -3050,7 +3225,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
3050
3225
|
size: "xsmall"
|
|
3051
3226
|
}, null, 8, ["name"])) : createCommentVNode("", true)
|
|
3052
3227
|
]),
|
|
3053
|
-
props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
3228
|
+
props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$j, [
|
|
3054
3229
|
createElementVNode("div", _hoisted_4$e, toDisplayString(props.label), 1),
|
|
3055
3230
|
props.helperText ? (openBlock(), createElementBlock("div", {
|
|
3056
3231
|
key: 0,
|
|
@@ -3058,7 +3233,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
3058
3233
|
class: "helper-text"
|
|
3059
3234
|
}, toDisplayString(props.helperText), 9, _hoisted_5$6)) : createCommentVNode("", true)
|
|
3060
3235
|
])) : createCommentVNode("", true)
|
|
3061
|
-
], 10, _hoisted_1$
|
|
3236
|
+
], 10, _hoisted_1$F),
|
|
3062
3237
|
props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
3063
3238
|
createVNode(KdsSubText, {
|
|
3064
3239
|
id: unref(descriptionId),
|
|
@@ -3072,9 +3247,9 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
3072
3247
|
}
|
|
3073
3248
|
});
|
|
3074
3249
|
|
|
3075
|
-
const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3250
|
+
const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-7bfc5667"]]);
|
|
3076
3251
|
|
|
3077
|
-
const _sfc_main$
|
|
3252
|
+
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
3078
3253
|
__name: "KdsCheckbox",
|
|
3079
3254
|
props: /* @__PURE__ */ mergeModels({
|
|
3080
3255
|
disabled: { type: Boolean, default: false },
|
|
@@ -3104,11 +3279,11 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
3104
3279
|
}
|
|
3105
3280
|
});
|
|
3106
3281
|
|
|
3107
|
-
const _hoisted_1$
|
|
3108
|
-
const _hoisted_2$
|
|
3109
|
-
const _hoisted_3$
|
|
3282
|
+
const _hoisted_1$E = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
|
|
3283
|
+
const _hoisted_2$l = ["id"];
|
|
3284
|
+
const _hoisted_3$i = ["title"];
|
|
3110
3285
|
const _hoisted_4$d = { class: "kds-fieldset-content" };
|
|
3111
|
-
const _sfc_main
|
|
3286
|
+
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
3112
3287
|
__name: "BaseFieldsetWrapper",
|
|
3113
3288
|
props: {
|
|
3114
3289
|
id: {},
|
|
@@ -3154,13 +3329,13 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
3154
3329
|
ref: legendTextEl,
|
|
3155
3330
|
class: "legend-text",
|
|
3156
3331
|
title: unref(isTruncated) ? props.label : void 0
|
|
3157
|
-
}, toDisplayString(props.label), 9, _hoisted_3$
|
|
3332
|
+
}, toDisplayString(props.label), 9, _hoisted_3$i),
|
|
3158
3333
|
props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
|
|
3159
3334
|
key: 0,
|
|
3160
3335
|
content: props.description,
|
|
3161
3336
|
hidden: !isHovered.value
|
|
3162
3337
|
}, null, 8, ["content", "hidden"])) : createCommentVNode("", true)
|
|
3163
|
-
], 8, _hoisted_2$
|
|
3338
|
+
], 8, _hoisted_2$l)) : createCommentVNode("", true),
|
|
3164
3339
|
createElementVNode("div", _hoisted_4$d, [
|
|
3165
3340
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
3166
3341
|
]),
|
|
@@ -3171,14 +3346,14 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
3171
3346
|
validating: props.validating,
|
|
3172
3347
|
"preserve-sub-text-space": props.preserveSubTextSpace
|
|
3173
3348
|
}, null, 8, ["id", "sub-text", "error", "validating", "preserve-sub-text-space"])
|
|
3174
|
-
], 40, _hoisted_1$
|
|
3349
|
+
], 40, _hoisted_1$E);
|
|
3175
3350
|
};
|
|
3176
3351
|
}
|
|
3177
3352
|
});
|
|
3178
3353
|
|
|
3179
|
-
const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
3354
|
+
const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-a44731da"]]);
|
|
3180
3355
|
|
|
3181
|
-
const _sfc_main$
|
|
3356
|
+
const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
3182
3357
|
__name: "KdsCheckboxGroup",
|
|
3183
3358
|
props: /* @__PURE__ */ mergeModels({
|
|
3184
3359
|
id: {},
|
|
@@ -3257,7 +3432,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
3257
3432
|
}
|
|
3258
3433
|
});
|
|
3259
3434
|
|
|
3260
|
-
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3435
|
+
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-c6536296"]]);
|
|
3261
3436
|
|
|
3262
3437
|
const kdsCheckboxGroupAlignment = {
|
|
3263
3438
|
VERTICAL: "vertical",
|
|
@@ -3273,9 +3448,9 @@ const kdsCheckboxValue = {
|
|
|
3273
3448
|
};
|
|
3274
3449
|
const kdsCheckboxValues = Object.values(kdsCheckboxValue);
|
|
3275
3450
|
|
|
3276
|
-
const _hoisted_1$
|
|
3277
|
-
const _hoisted_2$
|
|
3278
|
-
const _hoisted_3$
|
|
3451
|
+
const _hoisted_1$D = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
|
|
3452
|
+
const _hoisted_2$k = { class: "control" };
|
|
3453
|
+
const _hoisted_3$h = {
|
|
3279
3454
|
key: 0,
|
|
3280
3455
|
class: "dot",
|
|
3281
3456
|
viewBox: "0 0 2 2",
|
|
@@ -3285,7 +3460,7 @@ const _hoisted_3$g = {
|
|
|
3285
3460
|
const _hoisted_4$c = { class: "content" };
|
|
3286
3461
|
const _hoisted_5$5 = { class: "label" };
|
|
3287
3462
|
const _hoisted_6$4 = ["id"];
|
|
3288
|
-
const _sfc_main$
|
|
3463
|
+
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
3289
3464
|
__name: "KdsRadioButton",
|
|
3290
3465
|
props: /* @__PURE__ */ mergeModels({
|
|
3291
3466
|
text: {},
|
|
@@ -3325,8 +3500,8 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
3325
3500
|
type: "button",
|
|
3326
3501
|
onClick: handleClick
|
|
3327
3502
|
}, [
|
|
3328
|
-
createElementVNode("div", _hoisted_2$
|
|
3329
|
-
modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$
|
|
3503
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
3504
|
+
modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$h, [..._cache[0] || (_cache[0] = [
|
|
3330
3505
|
createElementVNode("circle", {
|
|
3331
3506
|
cx: "1",
|
|
3332
3507
|
cy: "1",
|
|
@@ -3342,12 +3517,12 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
3342
3517
|
class: "helper-text"
|
|
3343
3518
|
}, toDisplayString(props.helperText), 9, _hoisted_6$4)) : createCommentVNode("", true)
|
|
3344
3519
|
])
|
|
3345
|
-
], 10, _hoisted_1$
|
|
3520
|
+
], 10, _hoisted_1$D);
|
|
3346
3521
|
};
|
|
3347
3522
|
}
|
|
3348
3523
|
});
|
|
3349
3524
|
|
|
3350
|
-
const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3525
|
+
const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-f4f6392a"]]);
|
|
3351
3526
|
|
|
3352
3527
|
const useRadioSelection = ({
|
|
3353
3528
|
selectedId,
|
|
@@ -3469,7 +3644,7 @@ const useRadioSelection = ({
|
|
|
3469
3644
|
};
|
|
3470
3645
|
};
|
|
3471
3646
|
|
|
3472
|
-
const _sfc_main$
|
|
3647
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
3473
3648
|
__name: "KdsRadioButtonGroup",
|
|
3474
3649
|
props: /* @__PURE__ */ mergeModels({
|
|
3475
3650
|
id: {},
|
|
@@ -3544,10 +3719,10 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
3544
3719
|
}
|
|
3545
3720
|
});
|
|
3546
3721
|
|
|
3547
|
-
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3722
|
+
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-d78ed4a2"]]);
|
|
3548
3723
|
|
|
3549
|
-
const _hoisted_1$
|
|
3550
|
-
const _sfc_main$
|
|
3724
|
+
const _hoisted_1$C = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
|
|
3725
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
3551
3726
|
__name: "ValueSwitchItem",
|
|
3552
3727
|
props: {
|
|
3553
3728
|
selected: { type: Boolean },
|
|
@@ -3597,12 +3772,12 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
3597
3772
|
name: props.trailingIcon,
|
|
3598
3773
|
size: __props.size
|
|
3599
3774
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true)
|
|
3600
|
-
], 10, _hoisted_1$
|
|
3775
|
+
], 10, _hoisted_1$C);
|
|
3601
3776
|
};
|
|
3602
3777
|
}
|
|
3603
3778
|
});
|
|
3604
3779
|
|
|
3605
|
-
const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3780
|
+
const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-5c6f0f1f"]]);
|
|
3606
3781
|
|
|
3607
3782
|
const useValueSwitchIconHiding = ({
|
|
3608
3783
|
width,
|
|
@@ -3653,7 +3828,7 @@ const useValueSwitchIconHiding = ({
|
|
|
3653
3828
|
};
|
|
3654
3829
|
};
|
|
3655
3830
|
|
|
3656
|
-
const _sfc_main$
|
|
3831
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
3657
3832
|
__name: "KdsValueSwitch",
|
|
3658
3833
|
props: /* @__PURE__ */ mergeModels({
|
|
3659
3834
|
id: {},
|
|
@@ -3740,7 +3915,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
3740
3915
|
}
|
|
3741
3916
|
});
|
|
3742
3917
|
|
|
3743
|
-
const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3918
|
+
const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-640271e0"]]);
|
|
3744
3919
|
|
|
3745
3920
|
const kdsRadioButtonGroupAlignment = {
|
|
3746
3921
|
VERTICAL: "vertical",
|
|
@@ -3760,7 +3935,7 @@ const kdsValueSwitchVariant = {
|
|
|
3760
3935
|
};
|
|
3761
3936
|
const kdsValueSwitchVariants = Object.values(kdsValueSwitchVariant);
|
|
3762
3937
|
|
|
3763
|
-
const _sfc_main$
|
|
3938
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
3764
3939
|
__name: "BaseFormFieldWrapper",
|
|
3765
3940
|
props: {
|
|
3766
3941
|
id: {},
|
|
@@ -3812,7 +3987,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
3812
3987
|
}
|
|
3813
3988
|
});
|
|
3814
3989
|
|
|
3815
|
-
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3990
|
+
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-5d99c134"]]);
|
|
3816
3991
|
|
|
3817
3992
|
const MIN_SEGMENT_INDEX = 0;
|
|
3818
3993
|
const LARGE_STEP = 10;
|
|
@@ -4492,15 +4667,15 @@ const useInputSegments = (modelValue, getInputElement, configRef) => {
|
|
|
4492
4667
|
};
|
|
4493
4668
|
};
|
|
4494
4669
|
|
|
4495
|
-
const _hoisted_1$
|
|
4670
|
+
const _hoisted_1$B = {
|
|
4496
4671
|
key: 0,
|
|
4497
4672
|
class: "icon-wrapper leading"
|
|
4498
4673
|
};
|
|
4499
|
-
const _hoisted_2$
|
|
4674
|
+
const _hoisted_2$j = {
|
|
4500
4675
|
key: 1,
|
|
4501
4676
|
class: "leading-slot"
|
|
4502
4677
|
};
|
|
4503
|
-
const _hoisted_3$
|
|
4678
|
+
const _hoisted_3$g = ["id", "value", "type", "inputmode", "placeholder", "disabled", "autocomplete", "min", "max", "step", "aria-label", "aria-labelledby", "aria-describedby", "aria-invalid", "role", "pattern", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext", "aria-activedescendant", "aria-haspopup", "aria-controls", "aria-expanded", "aria-autocomplete"];
|
|
4504
4679
|
const _hoisted_4$b = ["aria-disabled"];
|
|
4505
4680
|
const _hoisted_5$4 = {
|
|
4506
4681
|
key: 4,
|
|
@@ -4510,7 +4685,7 @@ const _hoisted_6$3 = {
|
|
|
4510
4685
|
key: 5,
|
|
4511
4686
|
class: "icon-wrapper trailing"
|
|
4512
4687
|
};
|
|
4513
|
-
const _sfc_main$
|
|
4688
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
4514
4689
|
__name: "BaseInput",
|
|
4515
4690
|
props: /* @__PURE__ */ mergeModels({
|
|
4516
4691
|
id: {},
|
|
@@ -4661,13 +4836,13 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
4661
4836
|
}),
|
|
4662
4837
|
onClick: handleContainerClick
|
|
4663
4838
|
}, [
|
|
4664
|
-
props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4839
|
+
props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$B, [
|
|
4665
4840
|
props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
|
|
4666
4841
|
key: 0,
|
|
4667
4842
|
name: props.leadingIcon
|
|
4668
4843
|
}, null, 8, ["name"])) : createCommentVNode("", true)
|
|
4669
4844
|
])) : createCommentVNode("", true),
|
|
4670
|
-
_ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4845
|
+
_ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$j, [
|
|
4671
4846
|
renderSlot(_ctx.$slots, "leading", {}, void 0, true)
|
|
4672
4847
|
])) : createCommentVNode("", true),
|
|
4673
4848
|
createElementVNode("input", {
|
|
@@ -4712,7 +4887,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
4712
4887
|
onCut: handleInputCut,
|
|
4713
4888
|
onDrop: handleInputDrop,
|
|
4714
4889
|
onDragend: handleInputDragEnd
|
|
4715
|
-
}, null, 42, _hoisted_3$
|
|
4890
|
+
}, null, 42, _hoisted_3$g),
|
|
4716
4891
|
props.unit ? (openBlock(), createElementBlock("span", {
|
|
4717
4892
|
key: 2,
|
|
4718
4893
|
class: normalizeClass({
|
|
@@ -4722,7 +4897,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
4722
4897
|
}),
|
|
4723
4898
|
"aria-disabled": __props.disabled || void 0
|
|
4724
4899
|
}, toDisplayString(props.unit), 11, _hoisted_4$b)) : createCommentVNode("", true),
|
|
4725
|
-
__props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$
|
|
4900
|
+
__props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1l, {
|
|
4726
4901
|
key: 3,
|
|
4727
4902
|
class: "clear-button",
|
|
4728
4903
|
size: "xsmall",
|
|
@@ -4745,7 +4920,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
4745
4920
|
}
|
|
4746
4921
|
});
|
|
4747
4922
|
|
|
4748
|
-
const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4923
|
+
const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-b8ccb955"]]);
|
|
4749
4924
|
|
|
4750
4925
|
const usePointerHandler = (updateFromEvent) => {
|
|
4751
4926
|
const activePointerId = ref(null);
|
|
@@ -4918,7 +5093,7 @@ const createKdsNumberParser = (params) => {
|
|
|
4918
5093
|
|
|
4919
5094
|
const REPEAT_INITIAL_DELAY_MS = 400;
|
|
4920
5095
|
const REPEAT_INTERVAL_MS = 100;
|
|
4921
|
-
const _sfc_main$
|
|
5096
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
4922
5097
|
__name: "KdsNumberInput",
|
|
4923
5098
|
props: /* @__PURE__ */ mergeModels({
|
|
4924
5099
|
description: {},
|
|
@@ -5104,7 +5279,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
5104
5279
|
onBlur: handleBlur
|
|
5105
5280
|
}), {
|
|
5106
5281
|
trailing: withCtx(() => [
|
|
5107
|
-
createVNode(_sfc_main$
|
|
5282
|
+
createVNode(_sfc_main$1l, {
|
|
5108
5283
|
size: "xsmall",
|
|
5109
5284
|
variant: "outlined",
|
|
5110
5285
|
"leading-icon": "minus",
|
|
@@ -5116,7 +5291,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
5116
5291
|
onPointerleave: stopRepeating,
|
|
5117
5292
|
onPointercancel: stopRepeating
|
|
5118
5293
|
}, null, 8, ["ariaLabel", "disabled"]),
|
|
5119
|
-
createVNode(_sfc_main$
|
|
5294
|
+
createVNode(_sfc_main$1l, {
|
|
5120
5295
|
size: "xsmall",
|
|
5121
5296
|
variant: "outlined",
|
|
5122
5297
|
"leading-icon": "plus",
|
|
@@ -5138,7 +5313,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
5138
5313
|
}
|
|
5139
5314
|
});
|
|
5140
5315
|
|
|
5141
|
-
const _sfc_main$
|
|
5316
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
5142
5317
|
__name: "KdsTextInput",
|
|
5143
5318
|
props: /* @__PURE__ */ mergeModels({
|
|
5144
5319
|
description: {},
|
|
@@ -5308,7 +5483,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
5308
5483
|
}
|
|
5309
5484
|
});
|
|
5310
5485
|
|
|
5311
|
-
const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5486
|
+
const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-c9f1be40"]]);
|
|
5312
5487
|
|
|
5313
5488
|
const HEX_RADIX = 16;
|
|
5314
5489
|
const RGB_MAX = 255;
|
|
@@ -5455,8 +5630,8 @@ const removeAlphaFromHexInput = (next) => {
|
|
|
5455
5630
|
return next;
|
|
5456
5631
|
};
|
|
5457
5632
|
|
|
5458
|
-
const _hoisted_1$
|
|
5459
|
-
const _sfc_main$
|
|
5633
|
+
const _hoisted_1$A = ["aria-label", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext"];
|
|
5634
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
5460
5635
|
__name: "ColorPickerSlider",
|
|
5461
5636
|
props: /* @__PURE__ */ mergeModels({
|
|
5462
5637
|
label: {},
|
|
@@ -5540,16 +5715,16 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
5540
5715
|
onKeydown: onKeyDown
|
|
5541
5716
|
}, [..._cache[5] || (_cache[5] = [
|
|
5542
5717
|
createElementVNode("div", { class: "handle" }, null, -1)
|
|
5543
|
-
])], 40, _hoisted_1$
|
|
5718
|
+
])], 40, _hoisted_1$A);
|
|
5544
5719
|
};
|
|
5545
5720
|
}
|
|
5546
5721
|
});
|
|
5547
5722
|
|
|
5548
|
-
const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5723
|
+
const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-f4be2bd4"]]);
|
|
5549
5724
|
|
|
5550
|
-
const _hoisted_1$
|
|
5551
|
-
const _hoisted_2$
|
|
5552
|
-
const _hoisted_3$
|
|
5725
|
+
const _hoisted_1$z = { class: "kds-color-picker" };
|
|
5726
|
+
const _hoisted_2$i = ["aria-valuetext"];
|
|
5727
|
+
const _hoisted_3$f = { class: "value-inputs" };
|
|
5553
5728
|
const DEFAULT_HUE_DEG = 270;
|
|
5554
5729
|
const DEFAULT_SATURATION = 0.8;
|
|
5555
5730
|
const DEFAULT_VALUE = 0.9;
|
|
@@ -5563,7 +5738,7 @@ const KEYBOARD_LARGE_STEP = 0.1;
|
|
|
5563
5738
|
const HUE_KEYBOARD_STEP_DEG = 1;
|
|
5564
5739
|
const HUE_KEYBOARD_LARGE_STEP_DEG = 10;
|
|
5565
5740
|
const TO_BOTTOM_GRADIENT = "linear-gradient(to bottom, transparent, black)";
|
|
5566
|
-
const _sfc_main$
|
|
5741
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
5567
5742
|
__name: "ColorPicker",
|
|
5568
5743
|
props: {
|
|
5569
5744
|
"modelValue": { default: "" },
|
|
@@ -5711,7 +5886,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5711
5886
|
}
|
|
5712
5887
|
};
|
|
5713
5888
|
return (_ctx, _cache) => {
|
|
5714
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5889
|
+
return openBlock(), createElementBlock("div", _hoisted_1$z, [
|
|
5715
5890
|
createElementVNode("div", {
|
|
5716
5891
|
ref_key: "colorspaceEl",
|
|
5717
5892
|
ref: colorspaceEl,
|
|
@@ -5739,7 +5914,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5739
5914
|
class: "handle",
|
|
5740
5915
|
style: normalizeStyle(colorspaceHandleStyle.value)
|
|
5741
5916
|
}, null, 4)
|
|
5742
|
-
], 44, _hoisted_2$
|
|
5917
|
+
], 44, _hoisted_2$i),
|
|
5743
5918
|
createVNode(ColorPickerSlider, {
|
|
5744
5919
|
modelValue: hue.value,
|
|
5745
5920
|
"onUpdate:modelValue": [
|
|
@@ -5774,7 +5949,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5774
5949
|
step: KEYBOARD_STEP,
|
|
5775
5950
|
"large-step": KEYBOARD_LARGE_STEP
|
|
5776
5951
|
}, null, 8, ["modelValue", "value-now", "value-text"]),
|
|
5777
|
-
createElementVNode("div", _hoisted_3$
|
|
5952
|
+
createElementVNode("div", _hoisted_3$f, [
|
|
5778
5953
|
createVNode(KdsTextInput, {
|
|
5779
5954
|
"model-value": hexInputValue.value,
|
|
5780
5955
|
ariaLabel: "Color hex value",
|
|
@@ -5782,7 +5957,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5782
5957
|
"onUpdate:modelValue": updateFromTextValue,
|
|
5783
5958
|
onFocusout: onHexInputFocusOut
|
|
5784
5959
|
}, null, 8, ["model-value"]),
|
|
5785
|
-
createVNode(_sfc_main$
|
|
5960
|
+
createVNode(_sfc_main$T, {
|
|
5786
5961
|
"model-value": alphaPercent.value,
|
|
5787
5962
|
ariaLabel: "Alpha percentage",
|
|
5788
5963
|
min: 0,
|
|
@@ -5797,7 +5972,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
5797
5972
|
}
|
|
5798
5973
|
});
|
|
5799
5974
|
|
|
5800
|
-
const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5975
|
+
const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-2daeaa68"]]);
|
|
5801
5976
|
|
|
5802
5977
|
const HEX_LENGTH_1 = 1;
|
|
5803
5978
|
const HEX_LENGTH_2 = 2;
|
|
@@ -5871,7 +6046,7 @@ const useColorInputValidationOnFocusOut = (modelValue) => {
|
|
|
5871
6046
|
return { handleFocusOut };
|
|
5872
6047
|
};
|
|
5873
6048
|
|
|
5874
|
-
const _sfc_main$
|
|
6049
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
5875
6050
|
__name: "KdsColorInput",
|
|
5876
6051
|
props: /* @__PURE__ */ mergeModels({
|
|
5877
6052
|
description: {},
|
|
@@ -5934,7 +6109,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
5934
6109
|
}, null, 8, ["color", "style"])
|
|
5935
6110
|
]),
|
|
5936
6111
|
trailing: withCtx(() => [
|
|
5937
|
-
createVNode(unref(_sfc_main$
|
|
6112
|
+
createVNode(unref(_sfc_main$1i), {
|
|
5938
6113
|
modelValue: open.value,
|
|
5939
6114
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
5940
6115
|
size: "xsmall",
|
|
@@ -5974,7 +6149,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
5974
6149
|
}
|
|
5975
6150
|
});
|
|
5976
6151
|
|
|
5977
|
-
const _sfc_main$
|
|
6152
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
5978
6153
|
__name: "KdsPasswordInput",
|
|
5979
6154
|
props: /* @__PURE__ */ mergeModels({
|
|
5980
6155
|
description: {},
|
|
@@ -6035,7 +6210,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
6035
6210
|
onBlur: handleBlur
|
|
6036
6211
|
}), {
|
|
6037
6212
|
trailing: withCtx(() => [
|
|
6038
|
-
__props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$
|
|
6213
|
+
__props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$1i, {
|
|
6039
6214
|
key: 0,
|
|
6040
6215
|
modelValue: showValue.value,
|
|
6041
6216
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showValue.value = $event),
|
|
@@ -6075,7 +6250,7 @@ const kdsPasswordInputAutocompletes = Object.values(
|
|
|
6075
6250
|
kdsPasswordInputAutocomplete
|
|
6076
6251
|
);
|
|
6077
6252
|
|
|
6078
|
-
const _sfc_main$
|
|
6253
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
6079
6254
|
__name: "KdsUsernameInput",
|
|
6080
6255
|
props: /* @__PURE__ */ mergeModels({
|
|
6081
6256
|
description: {},
|
|
@@ -10086,17 +10261,17 @@ const sn = /*@__PURE__*/ new WeakMap, cn = /*@__PURE__*/ sn.get.bind(sn), un = /
|
|
|
10086
10261
|
DateTimeFormat: Xn
|
|
10087
10262
|
}));
|
|
10088
10263
|
|
|
10089
|
-
const _hoisted_1$
|
|
10264
|
+
const _hoisted_1$y = {
|
|
10090
10265
|
role: "row",
|
|
10091
10266
|
class: "kds-date-picker-header-row"
|
|
10092
10267
|
};
|
|
10093
|
-
const _hoisted_2$
|
|
10094
|
-
const _hoisted_3$
|
|
10268
|
+
const _hoisted_2$h = ["aria-label"];
|
|
10269
|
+
const _hoisted_3$e = { class: "kds-date-picker-day-grid" };
|
|
10095
10270
|
const _hoisted_4$a = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
|
|
10096
10271
|
const REFERENCE_YEAR$2 = 2024;
|
|
10097
10272
|
const DAYS_PER_WEEK = 7;
|
|
10098
10273
|
const TOTAL_CELLS = 42;
|
|
10099
|
-
const _sfc_main$
|
|
10274
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
10100
10275
|
__name: "DatePickerDayGrid",
|
|
10101
10276
|
props: {
|
|
10102
10277
|
modelValue: {},
|
|
@@ -10391,17 +10566,17 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
10391
10566
|
role: "grid",
|
|
10392
10567
|
"aria-label": "Calendar"
|
|
10393
10568
|
}, [
|
|
10394
|
-
createElementVNode("div", _hoisted_1$
|
|
10569
|
+
createElementVNode("div", _hoisted_1$y, [
|
|
10395
10570
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(DAY_LABELS), (day, i) => {
|
|
10396
10571
|
return openBlock(), createElementBlock("div", {
|
|
10397
10572
|
key: day,
|
|
10398
10573
|
role: "columnheader",
|
|
10399
10574
|
"aria-label": unref(DAY_FULL_LABELS)[i],
|
|
10400
10575
|
class: "kds-date-picker-weekday"
|
|
10401
|
-
}, toDisplayString(day), 9, _hoisted_2$
|
|
10576
|
+
}, toDisplayString(day), 9, _hoisted_2$h);
|
|
10402
10577
|
}), 128))
|
|
10403
10578
|
]),
|
|
10404
|
-
createElementVNode("div", _hoisted_3$
|
|
10579
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
10405
10580
|
(openBlock(true), createElementBlock(Fragment, null, renderList(weeks.value, (week, wi) => {
|
|
10406
10581
|
return openBlock(), createElementBlock("div", {
|
|
10407
10582
|
key: wi,
|
|
@@ -10440,13 +10615,13 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
10440
10615
|
}
|
|
10441
10616
|
});
|
|
10442
10617
|
|
|
10443
|
-
const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10618
|
+
const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-51807b35"]]);
|
|
10444
10619
|
|
|
10445
|
-
const _hoisted_1$
|
|
10620
|
+
const _hoisted_1$x = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
|
|
10446
10621
|
const REFERENCE_YEAR$1 = 2024;
|
|
10447
10622
|
const MONTHS_PER_YEAR$1 = 12;
|
|
10448
10623
|
const MONTH_GRID_COLS = 3;
|
|
10449
|
-
const _sfc_main$
|
|
10624
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
10450
10625
|
__name: "DatePickerMonthGrid",
|
|
10451
10626
|
props: {
|
|
10452
10627
|
modelValue: {},
|
|
@@ -10636,7 +10811,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
10636
10811
|
onClick: ($event) => selectMonth(cell.month),
|
|
10637
10812
|
onKeydown: ($event) => onKeydown($event, cell.month),
|
|
10638
10813
|
onFocus: ($event) => focusedCell.value = cell.month
|
|
10639
|
-
}, toDisplayString(cell.label), 43, _hoisted_1$
|
|
10814
|
+
}, toDisplayString(cell.label), 43, _hoisted_1$x);
|
|
10640
10815
|
}), 128))
|
|
10641
10816
|
]);
|
|
10642
10817
|
}), 128))
|
|
@@ -10645,12 +10820,12 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
10645
10820
|
}
|
|
10646
10821
|
});
|
|
10647
10822
|
|
|
10648
|
-
const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10823
|
+
const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-63d96e84"]]);
|
|
10649
10824
|
|
|
10650
|
-
const _hoisted_1$
|
|
10825
|
+
const _hoisted_1$w = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
|
|
10651
10826
|
const YEAR_PAGE_SIZE$1 = 15;
|
|
10652
10827
|
const YEAR_GRID_COLS = 3;
|
|
10653
|
-
const _sfc_main$
|
|
10828
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
10654
10829
|
__name: "DatePickerYearGrid",
|
|
10655
10830
|
props: {
|
|
10656
10831
|
modelValue: {},
|
|
@@ -10808,7 +10983,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
10808
10983
|
onClick: ($event) => selectYear(cell.year),
|
|
10809
10984
|
onKeydown: ($event) => onKeydown($event, cell.year),
|
|
10810
10985
|
onFocus: ($event) => focusedCell.value = cell.year
|
|
10811
|
-
}, toDisplayString(cell.label), 43, _hoisted_1$
|
|
10986
|
+
}, toDisplayString(cell.label), 43, _hoisted_1$w);
|
|
10812
10987
|
}), 128))
|
|
10813
10988
|
]);
|
|
10814
10989
|
}), 128))
|
|
@@ -10817,11 +10992,11 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
10817
10992
|
}
|
|
10818
10993
|
});
|
|
10819
10994
|
|
|
10820
|
-
const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10995
|
+
const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-270d55b9"]]);
|
|
10821
10996
|
|
|
10822
|
-
const _hoisted_1$
|
|
10823
|
-
const _hoisted_2$
|
|
10824
|
-
const _hoisted_3$
|
|
10997
|
+
const _hoisted_1$v = { class: "kds-date-picker" };
|
|
10998
|
+
const _hoisted_2$g = { class: "kds-date-picker-header" };
|
|
10999
|
+
const _hoisted_3$d = { class: "kds-date-picker-nav-block" };
|
|
10825
11000
|
const _hoisted_4$9 = {
|
|
10826
11001
|
key: 1,
|
|
10827
11002
|
class: "kds-date-picker-header-static-label",
|
|
@@ -10832,7 +11007,7 @@ const _hoisted_6$2 = { class: "kds-date-picker-body" };
|
|
|
10832
11007
|
const MONTHS_PER_YEAR = 12;
|
|
10833
11008
|
const YEAR_PAGE_SIZE = 15;
|
|
10834
11009
|
const REFERENCE_YEAR = 2024;
|
|
10835
|
-
const _sfc_main$
|
|
11010
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
10836
11011
|
__name: "KdsDatePicker",
|
|
10837
11012
|
props: /* @__PURE__ */ mergeModels({
|
|
10838
11013
|
minDate: {},
|
|
@@ -11028,10 +11203,10 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11028
11203
|
});
|
|
11029
11204
|
__expose({ focus });
|
|
11030
11205
|
return (_ctx, _cache) => {
|
|
11031
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
11032
|
-
createElementVNode("div", _hoisted_2$
|
|
11033
|
-
createElementVNode("div", _hoisted_3$
|
|
11034
|
-
view.value === "day" ? (openBlock(), createBlock(_sfc_main$
|
|
11206
|
+
return openBlock(), createElementBlock("div", _hoisted_1$v, [
|
|
11207
|
+
createElementVNode("div", _hoisted_2$g, [
|
|
11208
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
11209
|
+
view.value === "day" ? (openBlock(), createBlock(_sfc_main$1l, {
|
|
11035
11210
|
key: 0,
|
|
11036
11211
|
variant: "transparent",
|
|
11037
11212
|
size: "small",
|
|
@@ -11040,7 +11215,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11040
11215
|
disabled: prevYearDisabled.value,
|
|
11041
11216
|
onClick: onPrevYear
|
|
11042
11217
|
}, null, 8, ["disabled"])) : createCommentVNode("", true),
|
|
11043
|
-
createVNode(_sfc_main$
|
|
11218
|
+
createVNode(_sfc_main$1l, {
|
|
11044
11219
|
variant: "transparent",
|
|
11045
11220
|
size: "small",
|
|
11046
11221
|
"leading-icon": "chevron-left",
|
|
@@ -11049,7 +11224,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11049
11224
|
onClick: onPrev
|
|
11050
11225
|
}, null, 8, ["ariaLabel", "disabled"])
|
|
11051
11226
|
]),
|
|
11052
|
-
view.value !== "year" ? (openBlock(), createBlock(_sfc_main$
|
|
11227
|
+
view.value !== "year" ? (openBlock(), createBlock(_sfc_main$1l, {
|
|
11053
11228
|
key: 0,
|
|
11054
11229
|
class: "kds-date-picker-header-label",
|
|
11055
11230
|
variant: "transparent",
|
|
@@ -11058,7 +11233,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11058
11233
|
onClick: onHeaderLabelClick
|
|
11059
11234
|
}, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$9, toDisplayString(headerLabel.value), 1)),
|
|
11060
11235
|
createElementVNode("div", _hoisted_5$3, [
|
|
11061
|
-
createVNode(_sfc_main$
|
|
11236
|
+
createVNode(_sfc_main$1l, {
|
|
11062
11237
|
variant: "transparent",
|
|
11063
11238
|
size: "small",
|
|
11064
11239
|
"leading-icon": "chevron-right",
|
|
@@ -11066,7 +11241,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11066
11241
|
disabled: nextDisabled.value,
|
|
11067
11242
|
onClick: onNext
|
|
11068
11243
|
}, null, 8, ["ariaLabel", "disabled"]),
|
|
11069
|
-
view.value === "day" ? (openBlock(), createBlock(_sfc_main$
|
|
11244
|
+
view.value === "day" ? (openBlock(), createBlock(_sfc_main$1l, {
|
|
11070
11245
|
key: 0,
|
|
11071
11246
|
variant: "transparent",
|
|
11072
11247
|
size: "small",
|
|
@@ -11118,7 +11293,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11118
11293
|
}
|
|
11119
11294
|
});
|
|
11120
11295
|
|
|
11121
|
-
const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11296
|
+
const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-e46d7e18"]]);
|
|
11122
11297
|
|
|
11123
11298
|
const YEAR_END_INDEX = 4;
|
|
11124
11299
|
const MONTH_START_INDEX = 4;
|
|
@@ -11221,7 +11396,7 @@ const useDateInputMask = (modelValue) => {
|
|
|
11221
11396
|
|
|
11222
11397
|
const incompleteDateMessage = "Invalid date format. Please provide year (YYYY), month (MM), and day (DD).";
|
|
11223
11398
|
const MONTH_NAME_SAMPLE_YEAR = 2001;
|
|
11224
|
-
const _sfc_main$
|
|
11399
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
11225
11400
|
__name: "KdsDateInput",
|
|
11226
11401
|
props: /* @__PURE__ */ mergeModels({
|
|
11227
11402
|
description: {},
|
|
@@ -11350,7 +11525,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11350
11525
|
onBlur: onTextInputBlur
|
|
11351
11526
|
}), {
|
|
11352
11527
|
trailing: withCtx(() => [
|
|
11353
|
-
createVNode(_sfc_main$
|
|
11528
|
+
createVNode(_sfc_main$1i, {
|
|
11354
11529
|
modelValue: popoverIsVisible.value,
|
|
11355
11530
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
|
|
11356
11531
|
size: "xsmall",
|
|
@@ -11399,8 +11574,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11399
11574
|
}
|
|
11400
11575
|
});
|
|
11401
11576
|
|
|
11402
|
-
const _hoisted_1$
|
|
11403
|
-
const _sfc_main$
|
|
11577
|
+
const _hoisted_1$u = { class: "kds-date-time-format-popover" };
|
|
11578
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
11404
11579
|
__name: "DateTimeFormatPopover",
|
|
11405
11580
|
props: /* @__PURE__ */ mergeModels({
|
|
11406
11581
|
allDefaultFormats: {},
|
|
@@ -11538,7 +11713,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11538
11713
|
}));
|
|
11539
11714
|
});
|
|
11540
11715
|
return (_ctx, _cache) => {
|
|
11541
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
11716
|
+
return openBlock(), createElementBlock("div", _hoisted_1$u, [
|
|
11542
11717
|
modeOptions.value.length > 1 ? (openBlock(), createBlock(KdsValueSwitch, {
|
|
11543
11718
|
key: 0,
|
|
11544
11719
|
"model-value": effectiveSelectedMode.value,
|
|
@@ -11570,9 +11745,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11570
11745
|
}
|
|
11571
11746
|
});
|
|
11572
11747
|
|
|
11573
|
-
const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11748
|
+
const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-8c697d02"]]);
|
|
11574
11749
|
|
|
11575
|
-
const _sfc_main$
|
|
11750
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
11576
11751
|
__name: "KdsDateTimeFormatInput",
|
|
11577
11752
|
props: /* @__PURE__ */ mergeModels({
|
|
11578
11753
|
description: {},
|
|
@@ -11619,7 +11794,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
11619
11794
|
autocomplete: props.autocomplete
|
|
11620
11795
|
}), {
|
|
11621
11796
|
trailing: withCtx(() => [
|
|
11622
|
-
createVNode(unref(_sfc_main$
|
|
11797
|
+
createVNode(unref(_sfc_main$1i), {
|
|
11623
11798
|
modelValue: open.value,
|
|
11624
11799
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
11625
11800
|
size: "xsmall",
|
|
@@ -11705,7 +11880,7 @@ const buildRegexFromPatternInput = (input, options) => {
|
|
|
11705
11880
|
return `^(?!.*${withCase}).*$`;
|
|
11706
11881
|
};
|
|
11707
11882
|
|
|
11708
|
-
const _sfc_main$
|
|
11883
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
11709
11884
|
__name: "KdsPatternInput",
|
|
11710
11885
|
props: /* @__PURE__ */ mergeModels({
|
|
11711
11886
|
description: {},
|
|
@@ -11788,7 +11963,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
11788
11963
|
clearable: ""
|
|
11789
11964
|
}), {
|
|
11790
11965
|
trailing: withCtx(() => [
|
|
11791
|
-
createVNode(_sfc_main$
|
|
11966
|
+
createVNode(_sfc_main$1i, {
|
|
11792
11967
|
modelValue: caseSensitive.value,
|
|
11793
11968
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => caseSensitive.value = $event),
|
|
11794
11969
|
size: "xsmall",
|
|
@@ -11798,7 +11973,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
11798
11973
|
ariaLabel: "Case sensitivity",
|
|
11799
11974
|
disabled: __props.disabled
|
|
11800
11975
|
}, null, 8, ["modelValue", "title", "disabled"]),
|
|
11801
|
-
createVNode(_sfc_main$
|
|
11976
|
+
createVNode(_sfc_main$1i, {
|
|
11802
11977
|
modelValue: excludeMatches.value,
|
|
11803
11978
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => excludeMatches.value = $event),
|
|
11804
11979
|
size: "xsmall",
|
|
@@ -11808,7 +11983,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
11808
11983
|
ariaLabel: "Exclude matches",
|
|
11809
11984
|
disabled: __props.disabled
|
|
11810
11985
|
}, null, 8, ["modelValue", "title", "disabled"]),
|
|
11811
|
-
createVNode(_sfc_main$
|
|
11986
|
+
createVNode(_sfc_main$1i, {
|
|
11812
11987
|
modelValue: useRegex.value,
|
|
11813
11988
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => useRegex.value = $event),
|
|
11814
11989
|
size: "xsmall",
|
|
@@ -11828,7 +12003,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
11828
12003
|
}
|
|
11829
12004
|
});
|
|
11830
12005
|
|
|
11831
|
-
const _sfc_main$
|
|
12006
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
11832
12007
|
__name: "KdsSearchInput",
|
|
11833
12008
|
props: /* @__PURE__ */ mergeModels({
|
|
11834
12009
|
description: {},
|
|
@@ -11981,11 +12156,11 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
11981
12156
|
}
|
|
11982
12157
|
});
|
|
11983
12158
|
|
|
11984
|
-
const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12159
|
+
const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-3e274ed2"]]);
|
|
11985
12160
|
|
|
11986
|
-
const _hoisted_1$
|
|
12161
|
+
const _hoisted_1$t = ["rows", "placeholder", "disabled", "autocomplete"];
|
|
11987
12162
|
const DEFAULT_ROWS = 3;
|
|
11988
|
-
const _sfc_main$
|
|
12163
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
11989
12164
|
__name: "KdsTextarea",
|
|
11990
12165
|
props: /* @__PURE__ */ mergeModels({
|
|
11991
12166
|
description: {},
|
|
@@ -12015,13 +12190,18 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
12015
12190
|
if (!element) {
|
|
12016
12191
|
return;
|
|
12017
12192
|
}
|
|
12018
|
-
|
|
12019
|
-
|
|
12020
|
-
|
|
12021
|
-
|
|
12022
|
-
|
|
12023
|
-
|
|
12024
|
-
|
|
12193
|
+
requestAnimationFrame(() => {
|
|
12194
|
+
if (!textareaElement.value) {
|
|
12195
|
+
return;
|
|
12196
|
+
}
|
|
12197
|
+
element.style.height = "auto";
|
|
12198
|
+
const scrollHeight = element.scrollHeight;
|
|
12199
|
+
const offsetHeight = element.offsetHeight;
|
|
12200
|
+
if (scrollHeight <= offsetHeight) {
|
|
12201
|
+
return;
|
|
12202
|
+
}
|
|
12203
|
+
element.style.height = `${scrollHeight}px`;
|
|
12204
|
+
});
|
|
12025
12205
|
}
|
|
12026
12206
|
useResizeObserver(textareaElement, resize);
|
|
12027
12207
|
watch(modelValue, resize, { immediate: true });
|
|
@@ -12046,7 +12226,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
12046
12226
|
placeholder: __props.placeholder,
|
|
12047
12227
|
disabled: __props.disabled,
|
|
12048
12228
|
autocomplete: props.autocomplete
|
|
12049
|
-
}), null, 16, _hoisted_1$
|
|
12229
|
+
}), null, 16, _hoisted_1$t), [
|
|
12050
12230
|
[vModelText, modelValue.value]
|
|
12051
12231
|
])
|
|
12052
12232
|
]),
|
|
@@ -12056,11 +12236,11 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
12056
12236
|
}
|
|
12057
12237
|
});
|
|
12058
12238
|
|
|
12059
|
-
const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12239
|
+
const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-8e5a54cf"]]);
|
|
12060
12240
|
|
|
12061
|
-
const _hoisted_1$
|
|
12062
|
-
const _hoisted_2$
|
|
12063
|
-
const _hoisted_3$
|
|
12241
|
+
const _hoisted_1$s = { class: "kds-time-picker" };
|
|
12242
|
+
const _hoisted_2$f = { class: "kds-time-picker-selected-time" };
|
|
12243
|
+
const _hoisted_3$c = { class: "kds-time-picker-fields" };
|
|
12064
12244
|
const _hoisted_4$8 = { class: "kds-time-picker-fields" };
|
|
12065
12245
|
const _hoisted_5$2 = {
|
|
12066
12246
|
key: 0,
|
|
@@ -12078,7 +12258,7 @@ const MAX_HOUR = 23;
|
|
|
12078
12258
|
const MAX_MINUTE = 59;
|
|
12079
12259
|
const MAX_SECOND = 59;
|
|
12080
12260
|
const MAX_MILLISECOND = 999;
|
|
12081
|
-
const _sfc_main$
|
|
12261
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
12082
12262
|
__name: "TimePicker",
|
|
12083
12263
|
props: /* @__PURE__ */ mergeModels({
|
|
12084
12264
|
maxGranularity: {}
|
|
@@ -12179,10 +12359,10 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
12179
12359
|
};
|
|
12180
12360
|
__expose({ focus });
|
|
12181
12361
|
return (_ctx, _cache) => {
|
|
12182
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
12183
|
-
createElementVNode("div", _hoisted_2$
|
|
12184
|
-
createElementVNode("div", _hoisted_3$
|
|
12185
|
-
createVNode(_sfc_main$
|
|
12362
|
+
return openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
12363
|
+
createElementVNode("div", _hoisted_2$f, toDisplayString(selectedTimeLabel.value), 1),
|
|
12364
|
+
createElementVNode("div", _hoisted_3$c, [
|
|
12365
|
+
createVNode(_sfc_main$T, {
|
|
12186
12366
|
ref: "hourInput",
|
|
12187
12367
|
modelValue: hour.value,
|
|
12188
12368
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => hour.value = $event),
|
|
@@ -12192,7 +12372,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
12192
12372
|
max: MAX_HOUR,
|
|
12193
12373
|
step: 1
|
|
12194
12374
|
}, null, 8, ["modelValue"]),
|
|
12195
|
-
createVNode(_sfc_main$
|
|
12375
|
+
createVNode(_sfc_main$T, {
|
|
12196
12376
|
modelValue: minute.value,
|
|
12197
12377
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => minute.value = $event),
|
|
12198
12378
|
class: "kds-time-picker-field",
|
|
@@ -12208,7 +12388,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
12208
12388
|
})) : createCommentVNode("", true),
|
|
12209
12389
|
showSecondInput.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
12210
12390
|
createElementVNode("div", _hoisted_4$8, [
|
|
12211
|
-
createVNode(_sfc_main$
|
|
12391
|
+
createVNode(_sfc_main$T, {
|
|
12212
12392
|
ref: "secondInput",
|
|
12213
12393
|
modelValue: second.value,
|
|
12214
12394
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => second.value = $event),
|
|
@@ -12218,7 +12398,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
12218
12398
|
max: MAX_SECOND,
|
|
12219
12399
|
step: 1
|
|
12220
12400
|
}, null, 8, ["modelValue"]),
|
|
12221
|
-
createVNode(_sfc_main$
|
|
12401
|
+
createVNode(_sfc_main$1l, {
|
|
12222
12402
|
class: "kds-time-picker-field-trash",
|
|
12223
12403
|
variant: "transparent",
|
|
12224
12404
|
"leading-icon": "trash",
|
|
@@ -12228,7 +12408,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
12228
12408
|
})
|
|
12229
12409
|
]),
|
|
12230
12410
|
showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
|
|
12231
|
-
createVNode(_sfc_main$
|
|
12411
|
+
createVNode(_sfc_main$T, {
|
|
12232
12412
|
ref: "millisecondInput",
|
|
12233
12413
|
modelValue: millisecond.value,
|
|
12234
12414
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => millisecond.value = $event),
|
|
@@ -12241,7 +12421,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
12241
12421
|
max: MAX_MILLISECOND,
|
|
12242
12422
|
step: 1
|
|
12243
12423
|
}, null, 8, ["modelValue"]),
|
|
12244
|
-
createVNode(_sfc_main$
|
|
12424
|
+
createVNode(_sfc_main$1l, {
|
|
12245
12425
|
class: "kds-time-picker-field-trash",
|
|
12246
12426
|
variant: "transparent",
|
|
12247
12427
|
"leading-icon": "trash",
|
|
@@ -12250,7 +12430,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
12250
12430
|
onClick: removeMilliseconds
|
|
12251
12431
|
})
|
|
12252
12432
|
])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_6$1, [
|
|
12253
|
-
createVNode(_sfc_main$
|
|
12433
|
+
createVNode(_sfc_main$1l, {
|
|
12254
12434
|
variant: "outlined",
|
|
12255
12435
|
size: "small",
|
|
12256
12436
|
"leading-icon": "plus",
|
|
@@ -12259,7 +12439,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
12259
12439
|
})
|
|
12260
12440
|
])) : createCommentVNode("", true)
|
|
12261
12441
|
], 64)) : __props.maxGranularity !== "minute" ? (openBlock(), createElementBlock("div", _hoisted_7$1, [
|
|
12262
|
-
createVNode(_sfc_main$
|
|
12442
|
+
createVNode(_sfc_main$1l, {
|
|
12263
12443
|
variant: "outlined",
|
|
12264
12444
|
size: "small",
|
|
12265
12445
|
"leading-icon": "plus",
|
|
@@ -12272,7 +12452,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
12272
12452
|
}
|
|
12273
12453
|
});
|
|
12274
12454
|
|
|
12275
|
-
const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12455
|
+
const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-c2f06c87"]]);
|
|
12276
12456
|
|
|
12277
12457
|
const HOURS_END_INDEX = 2;
|
|
12278
12458
|
const MINUTES_START_INDEX = 2;
|
|
@@ -12482,7 +12662,7 @@ const useTimeInputMask = (modelValue, granularityRef) => {
|
|
|
12482
12662
|
};
|
|
12483
12663
|
|
|
12484
12664
|
const invalidTimeMessage = "The entered time is invalid.";
|
|
12485
|
-
const _sfc_main$
|
|
12665
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
12486
12666
|
__name: "KdsTimeInput",
|
|
12487
12667
|
props: /* @__PURE__ */ mergeModels({
|
|
12488
12668
|
description: {},
|
|
@@ -12597,7 +12777,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
12597
12777
|
onBlur: onTextInputBlur
|
|
12598
12778
|
}), {
|
|
12599
12779
|
trailing: withCtx(() => [
|
|
12600
|
-
createVNode(_sfc_main$
|
|
12780
|
+
createVNode(_sfc_main$1i, {
|
|
12601
12781
|
modelValue: popoverIsVisible.value,
|
|
12602
12782
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
|
|
12603
12783
|
size: "xsmall",
|
|
@@ -12859,11 +13039,11 @@ const stripInactiveFields = (duration, usedFormat) => {
|
|
|
12859
13039
|
};
|
|
12860
13040
|
const toTitleCase = (key) => key.charAt(0).toUpperCase() + key.slice(1).toLowerCase();
|
|
12861
13041
|
|
|
12862
|
-
const _hoisted_1$
|
|
12863
|
-
const _hoisted_2$
|
|
12864
|
-
const _hoisted_3$
|
|
13042
|
+
const _hoisted_1$r = { class: "kds-interval-popover" };
|
|
13043
|
+
const _hoisted_2$e = { class: "kds-interval-popover-header" };
|
|
13044
|
+
const _hoisted_3$b = { class: "kds-interval-popover-content" };
|
|
12865
13045
|
const _hoisted_4$7 = { class: "kds-interval-popover-grid" };
|
|
12866
|
-
const _sfc_main$
|
|
13046
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
12867
13047
|
__name: "IntervalInputPopover",
|
|
12868
13048
|
props: /* @__PURE__ */ mergeModels({
|
|
12869
13049
|
format: {},
|
|
@@ -12957,8 +13137,8 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
12957
13137
|
}
|
|
12958
13138
|
});
|
|
12959
13139
|
return (_ctx, _cache) => {
|
|
12960
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
12961
|
-
createElementVNode("div", _hoisted_2$
|
|
13140
|
+
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
13141
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
12962
13142
|
_cache[2] || (_cache[2] = createElementVNode("span", { class: "kds-interval-popover-title" }, "Interval value", -1)),
|
|
12963
13143
|
props.format === unref(kdsIntervalInputFormat).DATE_OR_TIME ? (openBlock(), createBlock(unref(KdsValueSwitch), {
|
|
12964
13144
|
key: 0,
|
|
@@ -12970,7 +13150,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
12970
13150
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
12971
13151
|
]),
|
|
12972
13152
|
_cache[3] || (_cache[3] = createElementVNode("div", { class: "kds-interval-popover-divider" }, null, -1)),
|
|
12973
|
-
createElementVNode("div", _hoisted_3$
|
|
13153
|
+
createElementVNode("div", _hoisted_3$b, [
|
|
12974
13154
|
props.allowDescending ? (openBlock(), createBlock(unref(KdsValueSwitch), {
|
|
12975
13155
|
key: 0,
|
|
12976
13156
|
modelValue: direction.value,
|
|
@@ -12982,7 +13162,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
12982
13162
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true),
|
|
12983
13163
|
createElementVNode("div", _hoisted_4$7, [
|
|
12984
13164
|
mode.value === unref(kdsIntervalInputFormat).DATE ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(periodNumericKeys), (key) => {
|
|
12985
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
13165
|
+
return openBlock(), createBlock(unref(_sfc_main$T), {
|
|
12986
13166
|
key,
|
|
12987
13167
|
"model-value": activeFields.value[key],
|
|
12988
13168
|
label: fieldLabels[key] ?? unref(toTitleCase)(key),
|
|
@@ -12992,7 +13172,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
12992
13172
|
"onUpdate:modelValue": ($event) => updateField(key, $event)
|
|
12993
13173
|
}, null, 8, ["model-value", "label", "max", "onUpdate:modelValue"]);
|
|
12994
13174
|
}), 128)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(unref(durationNumericKeys), (key) => {
|
|
12995
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
13175
|
+
return openBlock(), createBlock(unref(_sfc_main$T), {
|
|
12996
13176
|
key,
|
|
12997
13177
|
"model-value": activeFields.value[key],
|
|
12998
13178
|
label: fieldLabels[key] ?? unref(toTitleCase)(key),
|
|
@@ -13009,9 +13189,9 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
13009
13189
|
}
|
|
13010
13190
|
});
|
|
13011
13191
|
|
|
13012
|
-
const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13192
|
+
const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-02541fd1"]]);
|
|
13013
13193
|
|
|
13014
|
-
const _sfc_main$
|
|
13194
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
13015
13195
|
__name: "KdsIntervalInput",
|
|
13016
13196
|
props: /* @__PURE__ */ mergeModels({
|
|
13017
13197
|
description: {},
|
|
@@ -13173,7 +13353,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
13173
13353
|
onKeydown: withKeys(withModifiers(commitTypedInput, ["prevent"]), ["enter"])
|
|
13174
13354
|
}), {
|
|
13175
13355
|
trailing: withCtx(() => [
|
|
13176
|
-
createVNode(unref(_sfc_main$
|
|
13356
|
+
createVNode(unref(_sfc_main$1i), {
|
|
13177
13357
|
modelValue: isPopoverOpen.value,
|
|
13178
13358
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isPopoverOpen.value = $event),
|
|
13179
13359
|
size: "xsmall",
|
|
@@ -13221,18 +13401,18 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
13221
13401
|
}
|
|
13222
13402
|
});
|
|
13223
13403
|
|
|
13224
|
-
const _hoisted_1$
|
|
13225
|
-
const _hoisted_2$
|
|
13404
|
+
const _hoisted_1$q = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
|
|
13405
|
+
const _hoisted_2$d = {
|
|
13226
13406
|
key: 0,
|
|
13227
13407
|
class: "leading",
|
|
13228
13408
|
"aria-hidden": "true"
|
|
13229
13409
|
};
|
|
13230
|
-
const _hoisted_3$
|
|
13410
|
+
const _hoisted_3$a = ["id"];
|
|
13231
13411
|
const _hoisted_4$6 = {
|
|
13232
13412
|
class: "trailing",
|
|
13233
13413
|
"aria-hidden": "true"
|
|
13234
13414
|
};
|
|
13235
|
-
const _sfc_main$
|
|
13415
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
13236
13416
|
__name: "BaseDropdown",
|
|
13237
13417
|
props: /* @__PURE__ */ mergeModels({
|
|
13238
13418
|
text: {},
|
|
@@ -13304,8 +13484,8 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
13304
13484
|
onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("click")),
|
|
13305
13485
|
onKeydown
|
|
13306
13486
|
}, [
|
|
13307
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13308
|
-
createVNode(_sfc_main$
|
|
13487
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$d, [
|
|
13488
|
+
createVNode(_sfc_main$1g, {
|
|
13309
13489
|
accessory: props.accessory,
|
|
13310
13490
|
size: "medium"
|
|
13311
13491
|
}, null, 8, ["accessory"])
|
|
@@ -13316,28 +13496,28 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
13316
13496
|
placeholder: !props.text && !__props.disabled,
|
|
13317
13497
|
missing: __props.missing
|
|
13318
13498
|
}])
|
|
13319
|
-
}, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$
|
|
13499
|
+
}, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$a),
|
|
13320
13500
|
createElementVNode("span", _hoisted_4$6, [
|
|
13321
13501
|
createVNode(KdsIcon, {
|
|
13322
13502
|
name: open.value ? "chevron-up" : "chevron-down",
|
|
13323
13503
|
size: "small"
|
|
13324
13504
|
}, null, 8, ["name"])
|
|
13325
13505
|
])
|
|
13326
|
-
], 42, _hoisted_1$
|
|
13506
|
+
], 42, _hoisted_1$q);
|
|
13327
13507
|
};
|
|
13328
13508
|
}
|
|
13329
13509
|
});
|
|
13330
13510
|
|
|
13331
|
-
const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13511
|
+
const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-0f4de8fb"]]);
|
|
13332
13512
|
|
|
13333
13513
|
const DROPDOWN_SEARCH_THRESHOLD = 12;
|
|
13334
13514
|
|
|
13335
|
-
const _hoisted_1$
|
|
13336
|
-
const _hoisted_2$
|
|
13515
|
+
const _hoisted_1$p = { class: "kds-dropdown-container" };
|
|
13516
|
+
const _hoisted_2$c = {
|
|
13337
13517
|
key: 0,
|
|
13338
13518
|
class: "kds-dropdown-container-sticky-top"
|
|
13339
13519
|
};
|
|
13340
|
-
const _sfc_main$
|
|
13520
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
13341
13521
|
__name: "DropdownContainer",
|
|
13342
13522
|
props: /* @__PURE__ */ mergeModels({
|
|
13343
13523
|
emptyText: {},
|
|
@@ -13421,8 +13601,8 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
13421
13601
|
}
|
|
13422
13602
|
});
|
|
13423
13603
|
return (_ctx, _cache) => {
|
|
13424
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
13425
|
-
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
13604
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
13605
|
+
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$c, [
|
|
13426
13606
|
createVNode(BaseInput, {
|
|
13427
13607
|
ref_key: "searchEl",
|
|
13428
13608
|
ref: searchEl,
|
|
@@ -13454,9 +13634,9 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
13454
13634
|
}
|
|
13455
13635
|
});
|
|
13456
13636
|
|
|
13457
|
-
const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13637
|
+
const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-cdb20fd2"]]);
|
|
13458
13638
|
|
|
13459
|
-
const _sfc_main$
|
|
13639
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
13460
13640
|
__name: "KdsDropdown",
|
|
13461
13641
|
props: /* @__PURE__ */ mergeModels({
|
|
13462
13642
|
placeholder: { default: "Select" },
|
|
@@ -13549,9 +13729,9 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
13549
13729
|
}
|
|
13550
13730
|
});
|
|
13551
13731
|
|
|
13552
|
-
const _hoisted_1$
|
|
13553
|
-
const _hoisted_2$
|
|
13554
|
-
const _sfc_main$
|
|
13732
|
+
const _hoisted_1$o = ["disabled"];
|
|
13733
|
+
const _hoisted_2$b = ["title"];
|
|
13734
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
13555
13735
|
__name: "KdsListItemButton",
|
|
13556
13736
|
props: {
|
|
13557
13737
|
label: {},
|
|
@@ -13581,24 +13761,24 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
13581
13761
|
ref: labelEl,
|
|
13582
13762
|
class: "label",
|
|
13583
13763
|
title: unref(isLabelTruncated) ? props.label : void 0
|
|
13584
|
-
}, toDisplayString(props.label), 9, _hoisted_2$
|
|
13585
|
-
], 8, _hoisted_1$
|
|
13764
|
+
}, toDisplayString(props.label), 9, _hoisted_2$b)
|
|
13765
|
+
], 8, _hoisted_1$o);
|
|
13586
13766
|
};
|
|
13587
13767
|
}
|
|
13588
13768
|
});
|
|
13589
13769
|
|
|
13590
|
-
const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13770
|
+
const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-21fb5571"]]);
|
|
13591
13771
|
|
|
13592
|
-
const _hoisted_1$
|
|
13593
|
-
const _hoisted_2$
|
|
13772
|
+
const _hoisted_1$n = { class: "kds-multi-select-dropdown-options" };
|
|
13773
|
+
const _hoisted_2$a = {
|
|
13594
13774
|
key: 0,
|
|
13595
13775
|
class: "kds-multi-select-dropdown-search"
|
|
13596
13776
|
};
|
|
13597
|
-
const _hoisted_3$
|
|
13777
|
+
const _hoisted_3$9 = {
|
|
13598
13778
|
key: 1,
|
|
13599
13779
|
class: "kds-multi-select-dropdown-footer"
|
|
13600
13780
|
};
|
|
13601
|
-
const _sfc_main$
|
|
13781
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
13602
13782
|
__name: "MultiSelectDropdownContainer",
|
|
13603
13783
|
props: /* @__PURE__ */ mergeModels({
|
|
13604
13784
|
emptyText: {},
|
|
@@ -13721,8 +13901,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
13721
13901
|
}
|
|
13722
13902
|
});
|
|
13723
13903
|
return (_ctx, _cache) => {
|
|
13724
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
13725
|
-
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
13904
|
+
return openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
13905
|
+
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$a, [
|
|
13726
13906
|
createVNode(BaseInput, {
|
|
13727
13907
|
ref_key: "searchEl",
|
|
13728
13908
|
ref: searchEl,
|
|
@@ -13751,7 +13931,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
13751
13931
|
"aria-label": "Dropdown options",
|
|
13752
13932
|
onItemClick: _cache[4] || (_cache[4] = ($event) => $event !== void 0 && onItemClick($event))
|
|
13753
13933
|
}, null, 8, ["class", "possible-values", "loading", "empty-text", "controlled-externally"]),
|
|
13754
|
-
!__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13934
|
+
!__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$9, [
|
|
13755
13935
|
createVNode(unref(KdsListItemButton), {
|
|
13756
13936
|
label: anyVisibleSelected.value ? "Clear all" : "Select all",
|
|
13757
13937
|
"leading-icon": anyVisibleSelected.value ? "trash" : "checkmark",
|
|
@@ -13764,9 +13944,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
13764
13944
|
}
|
|
13765
13945
|
});
|
|
13766
13946
|
|
|
13767
|
-
const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13947
|
+
const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-68fe366f"]]);
|
|
13768
13948
|
|
|
13769
|
-
const _sfc_main$
|
|
13949
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
13770
13950
|
__name: "KdsMultiSelectDropdown",
|
|
13771
13951
|
props: /* @__PURE__ */ mergeModels({
|
|
13772
13952
|
placeholder: { default: "Select" },
|
|
@@ -13893,9 +14073,9 @@ const kdsDimensionComponentHeight20x = 320;
|
|
|
13893
14073
|
const kdsSpacingContainer0p10x = 1;
|
|
13894
14074
|
const kdsSpacingContainer0p25x = 4;
|
|
13895
14075
|
|
|
13896
|
-
const _hoisted_1$
|
|
13897
|
-
const _hoisted_2$
|
|
13898
|
-
const _sfc_main$
|
|
14076
|
+
const _hoisted_1$m = { class: "kds-resize-handle-area" };
|
|
14077
|
+
const _hoisted_2$9 = ["aria-label"];
|
|
14078
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
13899
14079
|
__name: "ResizeHandle",
|
|
13900
14080
|
props: {
|
|
13901
14081
|
numberOfHandles: { default: 1 },
|
|
@@ -13917,7 +14097,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
13917
14097
|
return `calc((100% - ${n - 1} * ${gap}) / ${2 * n})`;
|
|
13918
14098
|
});
|
|
13919
14099
|
return (_ctx, _cache) => {
|
|
13920
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
14100
|
+
return openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
13921
14101
|
(openBlock(true), createElementBlock(Fragment, null, renderList(normalizedNumberOfHandles.value, (i) => {
|
|
13922
14102
|
return openBlock(), createElementBlock("button", {
|
|
13923
14103
|
key: i,
|
|
@@ -13926,22 +14106,22 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
13926
14106
|
type: "button"
|
|
13927
14107
|
}, [..._cache[0] || (_cache[0] = [
|
|
13928
14108
|
createElementVNode("span", { class: "kds-resize-handle-line" }, null, -1)
|
|
13929
|
-
])], 8, _hoisted_2$
|
|
14109
|
+
])], 8, _hoisted_2$9);
|
|
13930
14110
|
}), 128))
|
|
13931
14111
|
]);
|
|
13932
14112
|
};
|
|
13933
14113
|
}
|
|
13934
14114
|
});
|
|
13935
14115
|
|
|
13936
|
-
const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14116
|
+
const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-df3803d4"]]);
|
|
13937
14117
|
|
|
13938
|
-
const _hoisted_1$
|
|
14118
|
+
const _hoisted_1$l = {
|
|
13939
14119
|
ref: "content",
|
|
13940
14120
|
class: "kds-resize-container-content"
|
|
13941
14121
|
};
|
|
13942
14122
|
const DEFAULT_INITIAL_HEIGHT = 200;
|
|
13943
14123
|
const KEYBOARD_RESIZE_STEP = 10;
|
|
13944
|
-
const _sfc_main$
|
|
14124
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
13945
14125
|
__name: "KdsResizeContainer",
|
|
13946
14126
|
props: {
|
|
13947
14127
|
height: { default: () => DEFAULT_INITIAL_HEIGHT },
|
|
@@ -14004,7 +14184,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
14004
14184
|
return openBlock(), createElementBlock("div", {
|
|
14005
14185
|
class: normalizeClass(["kds-resize-container", { dragging: unref(activePointerId) !== null }])
|
|
14006
14186
|
}, [
|
|
14007
|
-
createElementVNode("div", _hoisted_1$
|
|
14187
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
14008
14188
|
renderSlot(_ctx.$slots, "default", { contentStyle: contentStyle.value }, void 0, true)
|
|
14009
14189
|
], 512),
|
|
14010
14190
|
createVNode(ResizeHandle, {
|
|
@@ -14022,7 +14202,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
14022
14202
|
}
|
|
14023
14203
|
});
|
|
14024
14204
|
|
|
14025
|
-
const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14205
|
+
const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-46b33b01"]]);
|
|
14026
14206
|
|
|
14027
14207
|
const CLICK_META_KEY_TIMEOUT = 250;
|
|
14028
14208
|
const useMultiSelectListBoxSelection = ({
|
|
@@ -14314,9 +14494,9 @@ const useMultiSelectListBoxSelection = ({
|
|
|
14314
14494
|
};
|
|
14315
14495
|
};
|
|
14316
14496
|
|
|
14317
|
-
const _hoisted_1$
|
|
14318
|
-
const _hoisted_2$
|
|
14319
|
-
const _hoisted_3$
|
|
14497
|
+
const _hoisted_1$k = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
|
|
14498
|
+
const _hoisted_2$8 = { class: "kds-multiselect-list-box-content-grid" };
|
|
14499
|
+
const _hoisted_3$8 = {
|
|
14320
14500
|
key: 0,
|
|
14321
14501
|
class: "kds-multiselect-sticky-bottom"
|
|
14322
14502
|
};
|
|
@@ -14324,7 +14504,7 @@ const _hoisted_4$5 = {
|
|
|
14324
14504
|
key: 0,
|
|
14325
14505
|
class: "kds-multiselect-empty"
|
|
14326
14506
|
};
|
|
14327
|
-
const _sfc_main$
|
|
14507
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
14328
14508
|
__name: "KdsMultiSelectListBox",
|
|
14329
14509
|
props: /* @__PURE__ */ mergeModels({
|
|
14330
14510
|
description: {},
|
|
@@ -14577,7 +14757,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
14577
14757
|
onBlur: _cache[17] || (_cache[17] = //@ts-ignore
|
|
14578
14758
|
(...args) => unref(onBlur) && unref(onBlur)(...args))
|
|
14579
14759
|
}), [
|
|
14580
|
-
createElementVNode("div", _hoisted_2$
|
|
14760
|
+
createElementVNode("div", _hoisted_2$8, [
|
|
14581
14761
|
createElementVNode("div", mergeProps({ class: "kds-multiselect-list-box-content" }, unref(wrapperProps)), [
|
|
14582
14762
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(virtualList), ({ data: item, index }) => {
|
|
14583
14763
|
return openBlock(), createBlock(unref(KdsListItem), {
|
|
@@ -14587,7 +14767,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
14587
14767
|
"kds-multiselect-list-box-item",
|
|
14588
14768
|
{ "kds-multiselect-list-box-item-first": index === 0 }
|
|
14589
14769
|
]),
|
|
14590
|
-
|
|
14770
|
+
text: item.text,
|
|
14591
14771
|
accessory: item.accessory,
|
|
14592
14772
|
missing: item.missing,
|
|
14593
14773
|
special: item.special,
|
|
@@ -14601,13 +14781,13 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
14601
14781
|
_cache[0] || (_cache[0] = withModifiers(($event) => handleShiftDblClick(), ["shift"]))
|
|
14602
14782
|
],
|
|
14603
14783
|
onClick: ($event) => unref(handleClick)($event, item.id, index)
|
|
14604
|
-
}, null, 8, ["id", "class", "
|
|
14784
|
+
}, null, 8, ["id", "class", "text", "accessory", "missing", "special", "data-option-index", "selected", "disabled", "active", "trailing-icon", "onDblclick", "onClick"]);
|
|
14605
14785
|
}), 128))
|
|
14606
14786
|
], 16),
|
|
14607
|
-
visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14787
|
+
visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$8, [
|
|
14608
14788
|
createVNode(unref(KdsListItem), {
|
|
14609
14789
|
id: generateOptionId(visibleBottomValue.value.id),
|
|
14610
|
-
|
|
14790
|
+
text: visibleBottomValue.value.text,
|
|
14611
14791
|
accessory: visibleBottomValue.value.accessory,
|
|
14612
14792
|
missing: visibleBottomValue.value.missing,
|
|
14613
14793
|
"data-option-index": bottomIndex.value,
|
|
@@ -14621,10 +14801,10 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
14621
14801
|
_cache[2] || (_cache[2] = withModifiers(($event) => handleShiftDblClick(), ["shift"])),
|
|
14622
14802
|
_cache[3] || (_cache[3] = withModifiers(($event) => handleDblClick(visibleBottomValue.value.id, bottomIndex.value), ["exact"]))
|
|
14623
14803
|
]
|
|
14624
|
-
}, null, 8, ["id", "
|
|
14804
|
+
}, null, 8, ["id", "text", "accessory", "missing", "data-option-index", "selected", "disabled", "active", "trailing-icon"])
|
|
14625
14805
|
])) : createCommentVNode("", true)
|
|
14626
14806
|
])
|
|
14627
|
-
], 16, _hoisted_1$
|
|
14807
|
+
], 16, _hoisted_1$k),
|
|
14628
14808
|
visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$5, [
|
|
14629
14809
|
createVNode(KdsEmptyState, {
|
|
14630
14810
|
headline: __props.loading ? "Loading data…" : __props.emptyStateLabel,
|
|
@@ -14643,11 +14823,11 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
14643
14823
|
}
|
|
14644
14824
|
});
|
|
14645
14825
|
|
|
14646
|
-
const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14826
|
+
const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-2c5e2dda"]]);
|
|
14647
14827
|
|
|
14648
|
-
const _hoisted_1$
|
|
14649
|
-
const _hoisted_2$
|
|
14650
|
-
const _hoisted_3$
|
|
14828
|
+
const _hoisted_1$j = { class: "kds-list-column" };
|
|
14829
|
+
const _hoisted_2$7 = { class: "kds-list-header" };
|
|
14830
|
+
const _hoisted_3$7 = { class: "kds-list-label" };
|
|
14651
14831
|
const _hoisted_4$4 = {
|
|
14652
14832
|
key: 0,
|
|
14653
14833
|
class: "kds-list-count"
|
|
@@ -14661,7 +14841,7 @@ const _hoisted_9 = {
|
|
|
14661
14841
|
class: "kds-list-count"
|
|
14662
14842
|
};
|
|
14663
14843
|
const UNKNOWN_VALUE_ID = "__unknown-value-option__";
|
|
14664
|
-
const _sfc_main$
|
|
14844
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
14665
14845
|
__name: "TwinListBody",
|
|
14666
14846
|
props: /* @__PURE__ */ mergeModels({
|
|
14667
14847
|
disabled: { type: Boolean, default: false },
|
|
@@ -14835,9 +15015,9 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
14835
15015
|
class: "kds-twin-list-body",
|
|
14836
15016
|
style: normalizeStyle(contentStyle)
|
|
14837
15017
|
}, [
|
|
14838
|
-
createElementVNode("div", _hoisted_1$
|
|
14839
|
-
createElementVNode("div", _hoisted_2$
|
|
14840
|
-
createElementVNode("span", _hoisted_3$
|
|
15018
|
+
createElementVNode("div", _hoisted_1$j, [
|
|
15019
|
+
createElementVNode("div", _hoisted_2$7, [
|
|
15020
|
+
createElementVNode("span", _hoisted_3$7, toDisplayString(__props.excludeLabel), 1),
|
|
14841
15021
|
!__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$4, toDisplayString(leftOptions.value.length) + " of " + toDisplayString(excludedItems.value.length), 1)) : createCommentVNode("", true)
|
|
14842
15022
|
]),
|
|
14843
15023
|
createVNode(unref(KdsMultiSelectListBox), {
|
|
@@ -14858,7 +15038,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
14858
15038
|
}, null, 8, ["modelValue", "possible-values", "ariaLabel", "disabled", "error", "loading", "empty-state-label", "bottom-value"])
|
|
14859
15039
|
]),
|
|
14860
15040
|
createElementVNode("div", _hoisted_5$1, [
|
|
14861
|
-
createVNode(unref(_sfc_main$
|
|
15041
|
+
createVNode(unref(_sfc_main$1l), {
|
|
14862
15042
|
"leading-icon": "chevron-right",
|
|
14863
15043
|
ariaLabel: "Move selected values right",
|
|
14864
15044
|
title: "Move selected values right",
|
|
@@ -14867,7 +15047,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
14867
15047
|
disabled: effectiveDisabled.value || leftSelected.value.length === 0,
|
|
14868
15048
|
onClick: _cache[2] || (_cache[2] = ($event) => moveRight(leftSelected.value))
|
|
14869
15049
|
}, null, 8, ["disabled"]),
|
|
14870
|
-
createVNode(unref(_sfc_main$
|
|
15050
|
+
createVNode(unref(_sfc_main$1l), {
|
|
14871
15051
|
"leading-icon": "chevron-right-double",
|
|
14872
15052
|
ariaLabel: "Move all values right",
|
|
14873
15053
|
title: "Move all values right",
|
|
@@ -14879,7 +15059,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
14879
15059
|
...showUnknownValues.value && !modelValue.value.includeUnknownValues ? [UNKNOWN_VALUE_ID] : []
|
|
14880
15060
|
]))
|
|
14881
15061
|
}, null, 8, ["disabled"]),
|
|
14882
|
-
createVNode(unref(_sfc_main$
|
|
15062
|
+
createVNode(unref(_sfc_main$1l), {
|
|
14883
15063
|
"leading-icon": "chevron-left",
|
|
14884
15064
|
ariaLabel: "Move selected values left",
|
|
14885
15065
|
title: "Move selected values left",
|
|
@@ -14888,7 +15068,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
14888
15068
|
disabled: effectiveDisabled.value || rightSelected.value.length === 0,
|
|
14889
15069
|
onClick: _cache[4] || (_cache[4] = ($event) => moveLeft(rightSelected.value))
|
|
14890
15070
|
}, null, 8, ["disabled"]),
|
|
14891
|
-
createVNode(unref(_sfc_main$
|
|
15071
|
+
createVNode(unref(_sfc_main$1l), {
|
|
14892
15072
|
"leading-icon": "chevron-left-double",
|
|
14893
15073
|
ariaLabel: "Move all values left",
|
|
14894
15074
|
title: "Move all values left",
|
|
@@ -14931,7 +15111,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
14931
15111
|
}
|
|
14932
15112
|
});
|
|
14933
15113
|
|
|
14934
|
-
const TwinListBody = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15114
|
+
const TwinListBody = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-11062d8e"]]);
|
|
14935
15115
|
|
|
14936
15116
|
const kdsTwinListSearchMode = {
|
|
14937
15117
|
MANUAL: "manual",
|
|
@@ -14940,7 +15120,7 @@ const kdsTwinListSearchMode = {
|
|
|
14940
15120
|
};
|
|
14941
15121
|
const kdsTwinListSearchModes = Object.values(kdsTwinListSearchMode);
|
|
14942
15122
|
|
|
14943
|
-
const _sfc_main$
|
|
15123
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
14944
15124
|
__name: "TwinListHeader",
|
|
14945
15125
|
props: /* @__PURE__ */ mergeModels({
|
|
14946
15126
|
filterTypes: { default: () => void 0 },
|
|
@@ -15016,7 +15196,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
15016
15196
|
ariaLabel: "Search values",
|
|
15017
15197
|
placeholder: "Search",
|
|
15018
15198
|
disabled: __props.disabled
|
|
15019
|
-
}, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$
|
|
15199
|
+
}, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$F), {
|
|
15020
15200
|
key: 2,
|
|
15021
15201
|
modelValue: pattern.value,
|
|
15022
15202
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => pattern.value = $event),
|
|
@@ -15030,7 +15210,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
15030
15210
|
placeholder: "Pattern",
|
|
15031
15211
|
disabled: __props.disabled,
|
|
15032
15212
|
"onUpdate:regex": _cache[6] || (_cache[6] = ($event) => emit("update:regex", $event))
|
|
15033
|
-
}, null, 8, ["modelValue", "case-sensitive", "exclude-matches", "use-regex", "disabled"])) : (openBlock(), createBlock(unref(_sfc_main$
|
|
15213
|
+
}, null, 8, ["modelValue", "case-sensitive", "exclude-matches", "use-regex", "disabled"])) : (openBlock(), createBlock(unref(_sfc_main$t), {
|
|
15034
15214
|
key: 3,
|
|
15035
15215
|
modelValue: selectedTypes.value,
|
|
15036
15216
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => selectedTypes.value = $event),
|
|
@@ -15044,8 +15224,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
15044
15224
|
}
|
|
15045
15225
|
});
|
|
15046
15226
|
|
|
15047
|
-
const _hoisted_1$
|
|
15048
|
-
const _sfc_main$
|
|
15227
|
+
const _hoisted_1$i = { class: "kds-twin-list" };
|
|
15228
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
15049
15229
|
__name: "KdsTwinList",
|
|
15050
15230
|
props: /* @__PURE__ */ mergeModels({
|
|
15051
15231
|
description: {},
|
|
@@ -15176,8 +15356,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
15176
15356
|
"preserve-sub-text-space": __props.preserveSubTextSpace
|
|
15177
15357
|
}, {
|
|
15178
15358
|
default: withCtx(() => [
|
|
15179
|
-
createElementVNode("div", _hoisted_1$
|
|
15180
|
-
createVNode(_sfc_main$
|
|
15359
|
+
createElementVNode("div", _hoisted_1$i, [
|
|
15360
|
+
createVNode(_sfc_main$o, {
|
|
15181
15361
|
mode: mode.value,
|
|
15182
15362
|
"onUpdate:mode": _cache[0] || (_cache[0] = ($event) => mode.value = $event),
|
|
15183
15363
|
pattern: pattern.value,
|
|
@@ -15218,7 +15398,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
15218
15398
|
}
|
|
15219
15399
|
});
|
|
15220
15400
|
|
|
15221
|
-
const KdsTwinList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15401
|
+
const KdsTwinList = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-1a9327b5"]]);
|
|
15222
15402
|
|
|
15223
15403
|
const useSortableListBoxReorder = ({
|
|
15224
15404
|
orderedIds,
|
|
@@ -15277,11 +15457,11 @@ const useSortableListBoxReorder = ({
|
|
|
15277
15457
|
};
|
|
15278
15458
|
};
|
|
15279
15459
|
|
|
15280
|
-
const _hoisted_1$
|
|
15281
|
-
const _hoisted_2$
|
|
15282
|
-
const _hoisted_3$
|
|
15460
|
+
const _hoisted_1$h = { class: "kds-sortable-list-box-wrapper" };
|
|
15461
|
+
const _hoisted_2$6 = { class: "kds-sortable-top-buttons" };
|
|
15462
|
+
const _hoisted_3$6 = { class: "kds-sortable-top-buttons-left" };
|
|
15283
15463
|
const _hoisted_4$3 = { class: "kds-sortable-footer-buttons" };
|
|
15284
|
-
const _sfc_main$
|
|
15464
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
15285
15465
|
__name: "KdsSortableListBox",
|
|
15286
15466
|
props: /* @__PURE__ */ mergeModels({
|
|
15287
15467
|
possibleValues: {},
|
|
@@ -15338,10 +15518,10 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
15338
15518
|
"preserve-sub-text-space": __props.preserveSubTextSpace
|
|
15339
15519
|
}), {
|
|
15340
15520
|
default: withCtx(() => [
|
|
15341
|
-
createElementVNode("div", _hoisted_1$
|
|
15342
|
-
createElementVNode("div", _hoisted_2$
|
|
15343
|
-
createElementVNode("div", _hoisted_3$
|
|
15344
|
-
createVNode(_sfc_main$
|
|
15521
|
+
createElementVNode("div", _hoisted_1$h, [
|
|
15522
|
+
createElementVNode("div", _hoisted_2$6, [
|
|
15523
|
+
createElementVNode("div", _hoisted_3$6, [
|
|
15524
|
+
createVNode(_sfc_main$1l, {
|
|
15345
15525
|
size: "small",
|
|
15346
15526
|
variant: "transparent",
|
|
15347
15527
|
"leading-icon": "sort-descending",
|
|
@@ -15349,7 +15529,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
15349
15529
|
disabled: __props.disabled,
|
|
15350
15530
|
onClick: _cache[0] || (_cache[0] = ($event) => applyReorder(unref(sortByText)(true, optionLookup.value)))
|
|
15351
15531
|
}, null, 8, ["disabled"]),
|
|
15352
|
-
createVNode(_sfc_main$
|
|
15532
|
+
createVNode(_sfc_main$1l, {
|
|
15353
15533
|
size: "small",
|
|
15354
15534
|
variant: "transparent",
|
|
15355
15535
|
"leading-icon": "sort-ascending",
|
|
@@ -15358,7 +15538,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
15358
15538
|
onClick: _cache[1] || (_cache[1] = ($event) => applyReorder(unref(sortByText)(false, optionLookup.value)))
|
|
15359
15539
|
}, null, 8, ["disabled"])
|
|
15360
15540
|
]),
|
|
15361
|
-
createVNode(_sfc_main$
|
|
15541
|
+
createVNode(_sfc_main$1l, {
|
|
15362
15542
|
size: "small",
|
|
15363
15543
|
variant: "transparent",
|
|
15364
15544
|
destructive: "",
|
|
@@ -15380,7 +15560,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
15380
15560
|
/* fallback only for TS */
|
|
15381
15561
|
}, null, 8, ["modelValue", "possible-values", "disabled", "error", "ariaLabel"]),
|
|
15382
15562
|
createElementVNode("div", _hoisted_4$3, [
|
|
15383
|
-
createVNode(_sfc_main$
|
|
15563
|
+
createVNode(_sfc_main$1l, {
|
|
15384
15564
|
size: "small",
|
|
15385
15565
|
variant: "transparent",
|
|
15386
15566
|
"leading-icon": "to-top",
|
|
@@ -15389,7 +15569,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
15389
15569
|
disabled: __props.disabled || !unref(canMoveUp),
|
|
15390
15570
|
onClick: moveToTop
|
|
15391
15571
|
}, null, 8, ["disabled"]),
|
|
15392
|
-
createVNode(_sfc_main$
|
|
15572
|
+
createVNode(_sfc_main$1l, {
|
|
15393
15573
|
size: "small",
|
|
15394
15574
|
variant: "transparent",
|
|
15395
15575
|
"leading-icon": "to-bottom",
|
|
@@ -15398,7 +15578,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
15398
15578
|
disabled: __props.disabled || !unref(canMoveDown),
|
|
15399
15579
|
onClick: moveToBottom
|
|
15400
15580
|
}, null, 8, ["disabled"]),
|
|
15401
|
-
createVNode(_sfc_main$
|
|
15581
|
+
createVNode(_sfc_main$1l, {
|
|
15402
15582
|
size: "small",
|
|
15403
15583
|
variant: "transparent",
|
|
15404
15584
|
"leading-icon": "arrow-up",
|
|
@@ -15407,7 +15587,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
15407
15587
|
disabled: __props.disabled || !unref(canMoveUp),
|
|
15408
15588
|
onClick: moveUp
|
|
15409
15589
|
}, null, 8, ["disabled"]),
|
|
15410
|
-
createVNode(_sfc_main$
|
|
15590
|
+
createVNode(_sfc_main$1l, {
|
|
15411
15591
|
size: "small",
|
|
15412
15592
|
variant: "transparent",
|
|
15413
15593
|
"leading-icon": "arrow-down",
|
|
@@ -15425,10 +15605,10 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
15425
15605
|
}
|
|
15426
15606
|
});
|
|
15427
15607
|
|
|
15428
|
-
const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15608
|
+
const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-ee7b63e2"]]);
|
|
15429
15609
|
|
|
15430
|
-
const _hoisted_1$
|
|
15431
|
-
const _sfc_main$
|
|
15610
|
+
const _hoisted_1$g = { class: "kds-info-popover-content" };
|
|
15611
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
15432
15612
|
__name: "InfoPopover",
|
|
15433
15613
|
props: {
|
|
15434
15614
|
content: {}
|
|
@@ -15436,7 +15616,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
15436
15616
|
setup(__props) {
|
|
15437
15617
|
const props = __props;
|
|
15438
15618
|
return (_ctx, _cache) => {
|
|
15439
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
15619
|
+
return openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
15440
15620
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15441
15621
|
createTextVNode(toDisplayString(props.content), 1)
|
|
15442
15622
|
], true)
|
|
@@ -15445,11 +15625,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
15445
15625
|
}
|
|
15446
15626
|
});
|
|
15447
15627
|
|
|
15448
|
-
const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15628
|
+
const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-951f2a2b"]]);
|
|
15449
15629
|
|
|
15450
|
-
const _hoisted_1$
|
|
15630
|
+
const _hoisted_1$f = ["aria-pressed", "aria-expanded", "aria-controls"];
|
|
15451
15631
|
const TITLE = "Click for more information";
|
|
15452
|
-
const _sfc_main$
|
|
15632
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
15453
15633
|
__name: "KdsInfoToggleButton",
|
|
15454
15634
|
props: /* @__PURE__ */ mergeModels({
|
|
15455
15635
|
content: {},
|
|
@@ -15491,7 +15671,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
15491
15671
|
name: "circle-question",
|
|
15492
15672
|
size: "small"
|
|
15493
15673
|
})
|
|
15494
|
-
], 16, _hoisted_1$
|
|
15674
|
+
], 16, _hoisted_1$f),
|
|
15495
15675
|
createVNode(KdsPopover, {
|
|
15496
15676
|
ref_key: "popoverEl",
|
|
15497
15677
|
ref: popoverEl,
|
|
@@ -15518,18 +15698,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
15518
15698
|
}
|
|
15519
15699
|
});
|
|
15520
15700
|
|
|
15521
|
-
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15701
|
+
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-2e9ef96a"]]);
|
|
15522
15702
|
|
|
15523
15703
|
const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
15524
15704
|
__proto__: null,
|
|
15525
15705
|
default: KdsInfoToggleButton
|
|
15526
15706
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
15527
15707
|
|
|
15528
|
-
const _hoisted_1$
|
|
15708
|
+
const _hoisted_1$e = {
|
|
15529
15709
|
class: "kds-variable-popover",
|
|
15530
15710
|
tabindex: "0"
|
|
15531
15711
|
};
|
|
15532
|
-
const _sfc_main$
|
|
15712
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
15533
15713
|
__name: "VariablePopover",
|
|
15534
15714
|
props: {
|
|
15535
15715
|
content: {}
|
|
@@ -15537,7 +15717,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
15537
15717
|
setup(__props) {
|
|
15538
15718
|
const props = __props;
|
|
15539
15719
|
return (_ctx, _cache) => {
|
|
15540
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
15720
|
+
return openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
15541
15721
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15542
15722
|
createTextVNode(toDisplayString(props.content), 1)
|
|
15543
15723
|
], true)
|
|
@@ -15546,10 +15726,10 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
15546
15726
|
}
|
|
15547
15727
|
});
|
|
15548
15728
|
|
|
15549
|
-
const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15729
|
+
const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-8a0c56d0"]]);
|
|
15550
15730
|
|
|
15551
|
-
const _hoisted_1$
|
|
15552
|
-
const _sfc_main$
|
|
15731
|
+
const _hoisted_1$d = ["title", "aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
|
|
15732
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
15553
15733
|
__name: "KdsVariableToggleButton",
|
|
15554
15734
|
props: /* @__PURE__ */ mergeModels({
|
|
15555
15735
|
content: {},
|
|
@@ -15638,7 +15818,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
15638
15818
|
name: iconName.value,
|
|
15639
15819
|
size: "small"
|
|
15640
15820
|
}, null, 8, ["name"])
|
|
15641
|
-
], 16, _hoisted_1$
|
|
15821
|
+
], 16, _hoisted_1$d),
|
|
15642
15822
|
createVNode(KdsPopover, {
|
|
15643
15823
|
ref_key: "popoverEl",
|
|
15644
15824
|
ref: popoverEl,
|
|
@@ -15666,14 +15846,142 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
15666
15846
|
}
|
|
15667
15847
|
});
|
|
15668
15848
|
|
|
15669
|
-
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15849
|
+
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-b6d29842"]]);
|
|
15670
15850
|
|
|
15671
|
-
const
|
|
15672
|
-
|
|
15673
|
-
|
|
15851
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
15852
|
+
__name: "BaseCard",
|
|
15853
|
+
props: {
|
|
15854
|
+
variant: {},
|
|
15855
|
+
clickable: { type: Boolean, default: false },
|
|
15856
|
+
selected: { type: Boolean, default: false }
|
|
15857
|
+
},
|
|
15858
|
+
setup(__props) {
|
|
15859
|
+
return (_ctx, _cache) => {
|
|
15860
|
+
return openBlock(), createElementBlock("div", {
|
|
15861
|
+
class: normalizeClass(["kds-base-card", [`variant-${__props.variant}`, { selected: __props.selected, clickable: __props.clickable }]])
|
|
15862
|
+
}, [
|
|
15863
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
15864
|
+
], 2);
|
|
15865
|
+
};
|
|
15866
|
+
}
|
|
15867
|
+
});
|
|
15868
|
+
|
|
15869
|
+
const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-37984e9f"]]);
|
|
15870
|
+
|
|
15871
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
15872
|
+
__name: "KdsCard",
|
|
15873
|
+
props: {
|
|
15874
|
+
variant: { default: "outlined" }
|
|
15875
|
+
},
|
|
15876
|
+
setup(__props) {
|
|
15877
|
+
return (_ctx, _cache) => {
|
|
15878
|
+
return openBlock(), createBlock(BaseCard, {
|
|
15879
|
+
variant: __props.variant,
|
|
15880
|
+
class: "kds-card"
|
|
15881
|
+
}, {
|
|
15882
|
+
default: withCtx(() => [
|
|
15883
|
+
renderSlot(_ctx.$slots, "default")
|
|
15884
|
+
]),
|
|
15885
|
+
_: 3
|
|
15886
|
+
}, 8, ["variant"]);
|
|
15887
|
+
};
|
|
15888
|
+
}
|
|
15889
|
+
});
|
|
15890
|
+
|
|
15891
|
+
const _hoisted_1$c = ["aria-label", "aria-labelledby", "disabled"];
|
|
15892
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
15893
|
+
__name: "KdsClickableCard",
|
|
15894
|
+
props: {
|
|
15895
|
+
variant: { default: "filled" },
|
|
15896
|
+
disabled: { type: Boolean, default: false },
|
|
15897
|
+
ariaLabel: {},
|
|
15898
|
+
ariaLabelledby: {}
|
|
15899
|
+
},
|
|
15900
|
+
emits: ["click"],
|
|
15901
|
+
setup(__props, { emit: __emit }) {
|
|
15902
|
+
const emit = __emit;
|
|
15903
|
+
const onClick = (event) => {
|
|
15904
|
+
if (__props.disabled) {
|
|
15905
|
+
return;
|
|
15906
|
+
}
|
|
15907
|
+
emit("click", event);
|
|
15908
|
+
};
|
|
15909
|
+
return (_ctx, _cache) => {
|
|
15910
|
+
return openBlock(), createBlock(BaseCard, {
|
|
15911
|
+
variant: __props.variant,
|
|
15912
|
+
clickable: !__props.disabled,
|
|
15913
|
+
class: "kds-clickable-card"
|
|
15914
|
+
}, {
|
|
15915
|
+
default: withCtx(() => [
|
|
15916
|
+
createElementVNode("button", {
|
|
15917
|
+
type: "button",
|
|
15918
|
+
"aria-label": __props.ariaLabel,
|
|
15919
|
+
"aria-labelledby": __props.ariaLabelledby,
|
|
15920
|
+
disabled: __props.disabled,
|
|
15921
|
+
"data-kds-card-primary-action": "",
|
|
15922
|
+
onClick
|
|
15923
|
+
}, null, 8, _hoisted_1$c),
|
|
15924
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
15925
|
+
]),
|
|
15926
|
+
_: 3
|
|
15927
|
+
}, 8, ["variant", "clickable"]);
|
|
15928
|
+
};
|
|
15929
|
+
}
|
|
15930
|
+
});
|
|
15931
|
+
|
|
15932
|
+
const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-671dfb5a"]]);
|
|
15933
|
+
|
|
15934
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
15935
|
+
__name: "KdsLinkCard",
|
|
15936
|
+
props: {
|
|
15937
|
+
to: {},
|
|
15938
|
+
download: { type: Boolean },
|
|
15939
|
+
target: {},
|
|
15940
|
+
rel: {},
|
|
15941
|
+
variant: { default: "filled" },
|
|
15942
|
+
disabled: { type: Boolean, default: false },
|
|
15943
|
+
ariaLabel: {},
|
|
15944
|
+
ariaLabelledby: {}
|
|
15945
|
+
},
|
|
15946
|
+
setup(__props) {
|
|
15947
|
+
const linkComponent = computed(() => {
|
|
15948
|
+
return resolveNuxtLinkComponent();
|
|
15949
|
+
});
|
|
15950
|
+
return (_ctx, _cache) => {
|
|
15951
|
+
return openBlock(), createBlock(BaseCard, {
|
|
15952
|
+
variant: __props.variant,
|
|
15953
|
+
clickable: !__props.disabled,
|
|
15954
|
+
class: "kds-link-card",
|
|
15955
|
+
"aria-disabled": __props.disabled ? true : void 0,
|
|
15956
|
+
"aria-label": __props.disabled ? __props.ariaLabel : void 0,
|
|
15957
|
+
"aria-labelledby": __props.disabled ? __props.ariaLabelledby : void 0
|
|
15958
|
+
}, {
|
|
15959
|
+
default: withCtx(() => [
|
|
15960
|
+
!__props.disabled ? (openBlock(), createBlock(resolveDynamicComponent(linkComponent.value), {
|
|
15961
|
+
key: 0,
|
|
15962
|
+
to: __props.to,
|
|
15963
|
+
"data-kds-card-primary-action": "",
|
|
15964
|
+
"aria-label": __props.ariaLabel,
|
|
15965
|
+
"aria-labelledby": __props.ariaLabelledby,
|
|
15966
|
+
download: __props.download,
|
|
15967
|
+
rel: __props.rel,
|
|
15968
|
+
target: __props.target
|
|
15969
|
+
}, null, 8, ["to", "aria-label", "aria-labelledby", "download", "rel", "target"])) : createCommentVNode("", true),
|
|
15970
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
15971
|
+
]),
|
|
15972
|
+
_: 3
|
|
15973
|
+
}, 8, ["variant", "clickable", "aria-disabled", "aria-label", "aria-labelledby"]);
|
|
15974
|
+
};
|
|
15975
|
+
}
|
|
15976
|
+
});
|
|
15977
|
+
|
|
15978
|
+
const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-a5b105b2"]]);
|
|
15979
|
+
|
|
15980
|
+
const _hoisted_1$b = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
|
|
15981
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
15982
|
+
__name: "KdsSelectableCard",
|
|
15674
15983
|
props: /* @__PURE__ */ mergeModels({
|
|
15675
15984
|
variant: { default: "filled" },
|
|
15676
|
-
selectable: { type: Boolean, default: false },
|
|
15677
15985
|
disabled: { type: Boolean, default: false },
|
|
15678
15986
|
ariaLabel: {},
|
|
15679
15987
|
ariaLabelledby: {}
|
|
@@ -15681,35 +15989,41 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
15681
15989
|
"modelValue": { type: Boolean, ...{ default: false } },
|
|
15682
15990
|
"modelModifiers": {}
|
|
15683
15991
|
}),
|
|
15684
|
-
emits:
|
|
15685
|
-
setup(__props
|
|
15992
|
+
emits: ["update:modelValue"],
|
|
15993
|
+
setup(__props) {
|
|
15686
15994
|
const modelValue = useModel(__props, "modelValue");
|
|
15687
|
-
const
|
|
15688
|
-
|
|
15689
|
-
|
|
15690
|
-
if (__props.selectable) {
|
|
15691
|
-
modelValue.value = !modelValue.value;
|
|
15692
|
-
} else {
|
|
15693
|
-
emit("click", event);
|
|
15995
|
+
const onClick = () => {
|
|
15996
|
+
if (__props.disabled) {
|
|
15997
|
+
return;
|
|
15694
15998
|
}
|
|
15999
|
+
modelValue.value = !modelValue.value;
|
|
15695
16000
|
};
|
|
15696
16001
|
return (_ctx, _cache) => {
|
|
15697
|
-
return openBlock(),
|
|
15698
|
-
|
|
15699
|
-
|
|
15700
|
-
|
|
15701
|
-
"
|
|
15702
|
-
|
|
15703
|
-
|
|
15704
|
-
|
|
15705
|
-
|
|
15706
|
-
|
|
15707
|
-
|
|
16002
|
+
return openBlock(), createBlock(BaseCard, {
|
|
16003
|
+
variant: __props.variant,
|
|
16004
|
+
selected: modelValue.value,
|
|
16005
|
+
clickable: !__props.disabled,
|
|
16006
|
+
class: "kds-selectable-card"
|
|
16007
|
+
}, {
|
|
16008
|
+
default: withCtx(() => [
|
|
16009
|
+
createElementVNode("button", {
|
|
16010
|
+
type: "button",
|
|
16011
|
+
"aria-label": __props.ariaLabel,
|
|
16012
|
+
"aria-labelledby": __props.ariaLabelledby,
|
|
16013
|
+
disabled: __props.disabled,
|
|
16014
|
+
"aria-pressed": modelValue.value,
|
|
16015
|
+
"data-kds-card-primary-action": "",
|
|
16016
|
+
onClick
|
|
16017
|
+
}, null, 8, _hoisted_1$b),
|
|
16018
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
16019
|
+
]),
|
|
16020
|
+
_: 3
|
|
16021
|
+
}, 8, ["variant", "selected", "clickable"]);
|
|
15708
16022
|
};
|
|
15709
16023
|
}
|
|
15710
16024
|
});
|
|
15711
16025
|
|
|
15712
|
-
const
|
|
16026
|
+
const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-80c51086"]]);
|
|
15713
16027
|
|
|
15714
16028
|
const kdsCardVariant = {
|
|
15715
16029
|
FILLED: "filled",
|
|
@@ -15718,8 +16032,8 @@ const kdsCardVariant = {
|
|
|
15718
16032
|
};
|
|
15719
16033
|
const kdsCardVariants = Object.values(kdsCardVariant);
|
|
15720
16034
|
|
|
15721
|
-
const _hoisted_1$
|
|
15722
|
-
const _sfc_main$
|
|
16035
|
+
const _hoisted_1$a = { class: "kds-panel-header" };
|
|
16036
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
15723
16037
|
__name: "KdsPanelHeader",
|
|
15724
16038
|
props: {
|
|
15725
16039
|
headline: {}
|
|
@@ -15729,9 +16043,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
15729
16043
|
const emit = __emit;
|
|
15730
16044
|
const handleClick = (event) => emit("close", event);
|
|
15731
16045
|
return (_ctx, _cache) => {
|
|
15732
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16046
|
+
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
15733
16047
|
createElementVNode("h6", null, toDisplayString(__props.headline), 1),
|
|
15734
|
-
createVNode(_sfc_main$
|
|
16048
|
+
createVNode(_sfc_main$1l, {
|
|
15735
16049
|
class: "kds-close-button",
|
|
15736
16050
|
"leading-icon": "x-close",
|
|
15737
16051
|
size: "small",
|
|
@@ -15744,9 +16058,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
15744
16058
|
}
|
|
15745
16059
|
});
|
|
15746
16060
|
|
|
15747
|
-
const KdsPanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16061
|
+
const KdsPanelHeader = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-dd28904c"]]);
|
|
15748
16062
|
|
|
15749
|
-
const _sfc_main$
|
|
16063
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
15750
16064
|
__name: "TabBarItemAccessory",
|
|
15751
16065
|
props: {
|
|
15752
16066
|
accessory: {},
|
|
@@ -15876,15 +16190,15 @@ const useTabBarAdaptiveLayout = ({
|
|
|
15876
16190
|
};
|
|
15877
16191
|
};
|
|
15878
16192
|
|
|
15879
|
-
const _hoisted_1$
|
|
15880
|
-
const _hoisted_2$
|
|
15881
|
-
const _hoisted_3$
|
|
16193
|
+
const _hoisted_1$9 = { class: "kds-tab-bar-wrapper" };
|
|
16194
|
+
const _hoisted_2$5 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
|
|
16195
|
+
const _hoisted_3$5 = { class: "kds-tab-label" };
|
|
15882
16196
|
const _hoisted_4$2 = {
|
|
15883
16197
|
key: 1,
|
|
15884
16198
|
class: "kds-tab-indicator"
|
|
15885
16199
|
};
|
|
15886
16200
|
const MIN_TAB_WIDTH_TOKEN = "--kds-dimension-component-width-4x";
|
|
15887
|
-
const _sfc_main$
|
|
16201
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
15888
16202
|
__name: "KdsTabBar",
|
|
15889
16203
|
props: /* @__PURE__ */ mergeModels({
|
|
15890
16204
|
tabs: {},
|
|
@@ -15898,7 +16212,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
15898
16212
|
emits: ["update:modelValue"],
|
|
15899
16213
|
setup(__props) {
|
|
15900
16214
|
useCssVars((_ctx) => ({
|
|
15901
|
-
"
|
|
16215
|
+
"v09be89a3": minTabWidthCss
|
|
15902
16216
|
}));
|
|
15903
16217
|
const props = createPropsRestProxy(__props, ["size", "fullWidth", "disabled"]);
|
|
15904
16218
|
const modelValue = useModel(__props, "modelValue");
|
|
@@ -16008,7 +16322,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
16008
16322
|
{ immediate: true }
|
|
16009
16323
|
);
|
|
16010
16324
|
return (_ctx, _cache) => {
|
|
16011
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16325
|
+
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
16012
16326
|
createElementVNode("div", {
|
|
16013
16327
|
ref_key: "availableWidthContainer",
|
|
16014
16328
|
ref: availableWidthContainer,
|
|
@@ -16038,15 +16352,15 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
16038
16352
|
onClick: ($event) => selectTab(tab),
|
|
16039
16353
|
onKeydown: ($event) => handleKeydown($event, tab)
|
|
16040
16354
|
}, [
|
|
16041
|
-
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$
|
|
16355
|
+
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$b, {
|
|
16042
16356
|
key: 0,
|
|
16043
16357
|
accessory: tab.accessory,
|
|
16044
16358
|
"icon-size": __props.size === "large" ? "large" : "medium",
|
|
16045
16359
|
disabled: isTabDisabled(tab)
|
|
16046
16360
|
}, null, 8, ["accessory", "icon-size", "disabled"])) : createCommentVNode("", true),
|
|
16047
|
-
createElementVNode("span", _hoisted_3$
|
|
16361
|
+
createElementVNode("span", _hoisted_3$5, toDisplayString(tab.label), 1),
|
|
16048
16362
|
modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$2)) : createCommentVNode("", true)
|
|
16049
|
-
], 42, _hoisted_2$
|
|
16363
|
+
], 42, _hoisted_2$5);
|
|
16050
16364
|
}), 128))
|
|
16051
16365
|
], 2)
|
|
16052
16366
|
]);
|
|
@@ -16054,7 +16368,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
16054
16368
|
}
|
|
16055
16369
|
});
|
|
16056
16370
|
|
|
16057
|
-
const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16371
|
+
const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-91f95f5f"]]);
|
|
16058
16372
|
|
|
16059
16373
|
const kdsTabBarSize = {
|
|
16060
16374
|
SMALL: "small",
|
|
@@ -16062,7 +16376,7 @@ const kdsTabBarSize = {
|
|
|
16062
16376
|
};
|
|
16063
16377
|
const kdsTabBarSizes = Object.values(kdsTabBarSize);
|
|
16064
16378
|
|
|
16065
|
-
const _sfc_main$
|
|
16379
|
+
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
16066
16380
|
__name: "LoadingSkeletonItem",
|
|
16067
16381
|
props: {
|
|
16068
16382
|
shape: { default: "text" }
|
|
@@ -16077,24 +16391,24 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
16077
16391
|
}
|
|
16078
16392
|
});
|
|
16079
16393
|
|
|
16080
|
-
const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16394
|
+
const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-86829b28"]]);
|
|
16081
16395
|
|
|
16082
|
-
const _hoisted_1$
|
|
16396
|
+
const _hoisted_1$8 = {
|
|
16083
16397
|
key: 0,
|
|
16084
16398
|
class: "kds-loading-skeleton",
|
|
16085
16399
|
"aria-busy": "true"
|
|
16086
16400
|
};
|
|
16087
|
-
const _hoisted_2$
|
|
16401
|
+
const _hoisted_2$4 = {
|
|
16088
16402
|
key: 0,
|
|
16089
16403
|
class: "kds-loading-skeleton-headline-with-paragraph"
|
|
16090
16404
|
};
|
|
16091
|
-
const _hoisted_3$
|
|
16405
|
+
const _hoisted_3$4 = { class: "kds-loading-skeleton-paragraph-lines" };
|
|
16092
16406
|
const _hoisted_4$1 = {
|
|
16093
16407
|
key: 1,
|
|
16094
16408
|
class: "kds-loading-skeleton-input-with-label"
|
|
16095
16409
|
};
|
|
16096
16410
|
const _hoisted_5 = { class: "kds-loading-skeleton-list-item-text" };
|
|
16097
|
-
const _sfc_main$
|
|
16411
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
16098
16412
|
__name: "KdsLoadingSkeleton",
|
|
16099
16413
|
props: {
|
|
16100
16414
|
variant: { default: "text" },
|
|
@@ -16107,17 +16421,17 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
16107
16421
|
"v59c08829": _ctx.repeatGap
|
|
16108
16422
|
}));
|
|
16109
16423
|
return (_ctx, _cache) => {
|
|
16110
|
-
return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
16424
|
+
return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
16111
16425
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.repeat, (index) => {
|
|
16112
16426
|
return openBlock(), createElementBlock(Fragment, {
|
|
16113
16427
|
key: `skeleton-${index}`
|
|
16114
16428
|
}, [
|
|
16115
|
-
__props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
16429
|
+
__props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
|
|
16116
16430
|
createVNode(LoadingSkeletonItem, {
|
|
16117
16431
|
shape: "text",
|
|
16118
16432
|
class: "headline"
|
|
16119
16433
|
}),
|
|
16120
|
-
createElementVNode("div", _hoisted_3$
|
|
16434
|
+
createElementVNode("div", _hoisted_3$4, [
|
|
16121
16435
|
createVNode(LoadingSkeletonItem, { shape: "text" }),
|
|
16122
16436
|
createVNode(LoadingSkeletonItem, { shape: "text" }),
|
|
16123
16437
|
createVNode(LoadingSkeletonItem, { shape: "text" })
|
|
@@ -16162,7 +16476,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
16162
16476
|
}
|
|
16163
16477
|
});
|
|
16164
16478
|
|
|
16165
|
-
const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16479
|
+
const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-e6597718"]]);
|
|
16166
16480
|
|
|
16167
16481
|
const loadingSkeletonItemShape = {
|
|
16168
16482
|
TEXT: "text",
|
|
@@ -16189,8 +16503,8 @@ const kdsLoadingSkeletonVariants = Object.values(
|
|
|
16189
16503
|
kdsLoadingSkeletonVariant
|
|
16190
16504
|
);
|
|
16191
16505
|
|
|
16192
|
-
const _hoisted_1$
|
|
16193
|
-
const _sfc_main$
|
|
16506
|
+
const _hoisted_1$7 = { class: "kds-panel-button-bar" };
|
|
16507
|
+
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
16194
16508
|
__name: "KdsPanelButtonBar",
|
|
16195
16509
|
props: {
|
|
16196
16510
|
applyLabel: { default: "Apply" },
|
|
@@ -16203,15 +16517,15 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
16203
16517
|
const handleCancel = (event) => emit("cancel", event);
|
|
16204
16518
|
const handleApply = (event) => emit("apply", event);
|
|
16205
16519
|
return (_ctx, _cache) => {
|
|
16206
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16207
|
-
createVNode(_sfc_main$
|
|
16520
|
+
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
16521
|
+
createVNode(_sfc_main$1l, {
|
|
16208
16522
|
disabled: __props.disabled,
|
|
16209
16523
|
label: __props.cancelLabel,
|
|
16210
16524
|
size: "small",
|
|
16211
16525
|
variant: "transparent",
|
|
16212
16526
|
onClick: handleCancel
|
|
16213
16527
|
}, null, 8, ["disabled", "label"]),
|
|
16214
|
-
createVNode(_sfc_main$
|
|
16528
|
+
createVNode(_sfc_main$1l, {
|
|
16215
16529
|
disabled: __props.disabled,
|
|
16216
16530
|
label: __props.applyLabel,
|
|
16217
16531
|
size: "small",
|
|
@@ -16223,15 +16537,15 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
16223
16537
|
}
|
|
16224
16538
|
});
|
|
16225
16539
|
|
|
16226
|
-
const KdsPanelButtonBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16540
|
+
const KdsPanelButtonBar = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-aeb00620"]]);
|
|
16227
16541
|
|
|
16228
|
-
const _hoisted_1$
|
|
16542
|
+
const _hoisted_1$6 = {
|
|
16229
16543
|
key: 0,
|
|
16230
16544
|
class: "indicator-selected"
|
|
16231
16545
|
};
|
|
16232
|
-
const _hoisted_2$
|
|
16233
|
-
const _hoisted_3$
|
|
16234
|
-
const _sfc_main$
|
|
16546
|
+
const _hoisted_2$3 = { class: "content" };
|
|
16547
|
+
const _hoisted_3$3 = { class: "trailing-items" };
|
|
16548
|
+
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
16235
16549
|
__name: "KdsNavItem",
|
|
16236
16550
|
props: {
|
|
16237
16551
|
label: {},
|
|
@@ -16302,8 +16616,8 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
16302
16616
|
onClick
|
|
16303
16617
|
}), {
|
|
16304
16618
|
default: withCtx(() => [
|
|
16305
|
-
__props.selected ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
16306
|
-
createElementVNode("span", _hoisted_2$
|
|
16619
|
+
__props.selected ? (openBlock(), createElementBlock("div", _hoisted_1$6)) : createCommentVNode("", true),
|
|
16620
|
+
createElementVNode("span", _hoisted_2$3, [
|
|
16307
16621
|
__props.leadingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
|
|
16308
16622
|
key: 0,
|
|
16309
16623
|
name: __props.leadingIcon,
|
|
@@ -16319,7 +16633,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
16319
16633
|
]),
|
|
16320
16634
|
_: 1
|
|
16321
16635
|
}, 16, ["disabled", "aria-current", "title"])),
|
|
16322
|
-
createElementVNode("div", _hoisted_3$
|
|
16636
|
+
createElementVNode("div", _hoisted_3$3, [
|
|
16323
16637
|
__props.trailingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
|
|
16324
16638
|
key: 0,
|
|
16325
16639
|
class: "trailing-icon",
|
|
@@ -16328,17 +16642,17 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
16328
16642
|
disabled: __props.disabled
|
|
16329
16643
|
}, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
|
|
16330
16644
|
__props.badge ? (openBlock(), createBlock(unref(KdsBadge), normalizeProps(mergeProps({ key: 1 }, badgeProps.value)), null, 16)) : createCommentVNode("", true),
|
|
16331
|
-
__props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$
|
|
16645
|
+
__props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$1l), mergeProps({ key: 2 }, buttonProps.value, { onClick: onButtonClick }), null, 16)) : createCommentVNode("", true)
|
|
16332
16646
|
])
|
|
16333
16647
|
], 2);
|
|
16334
16648
|
};
|
|
16335
16649
|
}
|
|
16336
16650
|
});
|
|
16337
16651
|
|
|
16338
|
-
const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16652
|
+
const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-d5db7ff7"]]);
|
|
16339
16653
|
|
|
16340
|
-
const _hoisted_1$
|
|
16341
|
-
const _sfc_main$
|
|
16654
|
+
const _hoisted_1$5 = ["aria-label"];
|
|
16655
|
+
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
16342
16656
|
__name: "KdsNavigation",
|
|
16343
16657
|
props: /* @__PURE__ */ mergeModels({
|
|
16344
16658
|
ariaLabel: {},
|
|
@@ -16379,12 +16693,44 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
16379
16693
|
})) : createCommentVNode("", true)
|
|
16380
16694
|
]);
|
|
16381
16695
|
}), 128))
|
|
16382
|
-
], 8, _hoisted_1$
|
|
16696
|
+
], 8, _hoisted_1$5);
|
|
16697
|
+
};
|
|
16698
|
+
}
|
|
16699
|
+
});
|
|
16700
|
+
|
|
16701
|
+
const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-6cc9519f"]]);
|
|
16702
|
+
|
|
16703
|
+
const _hoisted_1$4 = { class: "kds-container-header" };
|
|
16704
|
+
const _hoisted_2$2 = {
|
|
16705
|
+
key: 0,
|
|
16706
|
+
class: "accessory"
|
|
16707
|
+
};
|
|
16708
|
+
const _hoisted_3$2 = {
|
|
16709
|
+
key: 1,
|
|
16710
|
+
class: "actions",
|
|
16711
|
+
"data-kds-card-secondary-action": ""
|
|
16712
|
+
};
|
|
16713
|
+
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
16714
|
+
__name: "KdsContainerHeader",
|
|
16715
|
+
props: {
|
|
16716
|
+
title: {}
|
|
16717
|
+
},
|
|
16718
|
+
setup(__props) {
|
|
16719
|
+
return (_ctx, _cache) => {
|
|
16720
|
+
return openBlock(), createElementBlock("div", _hoisted_1$4, [
|
|
16721
|
+
_ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$2, [
|
|
16722
|
+
renderSlot(_ctx.$slots, "accessory", {}, void 0, true)
|
|
16723
|
+
])) : createCommentVNode("", true),
|
|
16724
|
+
createElementVNode("h6", null, toDisplayString(__props.title), 1),
|
|
16725
|
+
_ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_3$2, [
|
|
16726
|
+
renderSlot(_ctx.$slots, "actions", {}, void 0, true)
|
|
16727
|
+
])) : createCommentVNode("", true)
|
|
16728
|
+
]);
|
|
16383
16729
|
};
|
|
16384
16730
|
}
|
|
16385
16731
|
});
|
|
16386
16732
|
|
|
16387
|
-
const
|
|
16733
|
+
const KdsContainerHeader = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-bbaa1f3b"]]);
|
|
16388
16734
|
|
|
16389
16735
|
const createUnwrappedPromise = () => {
|
|
16390
16736
|
let resolve = () => {
|
|
@@ -16464,7 +16810,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
16464
16810
|
size: "medium"
|
|
16465
16811
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
16466
16812
|
createElementVNode("div", _hoisted_2$1, toDisplayString(__props.headline), 1),
|
|
16467
|
-
createVNode(_sfc_main$
|
|
16813
|
+
createVNode(_sfc_main$1l, {
|
|
16468
16814
|
"leading-icon": "x-close",
|
|
16469
16815
|
variant: "transparent",
|
|
16470
16816
|
size: "medium",
|
|
@@ -16737,7 +17083,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
16737
17083
|
unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1$1, [
|
|
16738
17084
|
createElementVNode("div", _hoisted_2, toDisplayString(unref(config).value.message), 1),
|
|
16739
17085
|
unref(config).value.doNotAskAgain ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
16740
|
-
createVNode(_sfc_main$
|
|
17086
|
+
createVNode(_sfc_main$10, {
|
|
16741
17087
|
modelValue: askAgain.value,
|
|
16742
17088
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => askAgain.value = $event),
|
|
16743
17089
|
label: unref(config).value.doNotAskAgain.label,
|
|
@@ -16752,7 +17098,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
16752
17098
|
name: "footer",
|
|
16753
17099
|
fn: withCtx(() => [
|
|
16754
17100
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(config).value.buttons, (button, index) => {
|
|
16755
|
-
return openBlock(), createBlock(_sfc_main$
|
|
17101
|
+
return openBlock(), createBlock(_sfc_main$1l, {
|
|
16756
17102
|
key: index,
|
|
16757
17103
|
destructive: button.destructive,
|
|
16758
17104
|
autofocus: button.autofocus,
|
|
@@ -16880,7 +17226,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16880
17226
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16881
17227
|
createElementVNode("div", _hoisted_1, [
|
|
16882
17228
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.buttons, (button) => {
|
|
16883
|
-
return openBlock(), createBlock(_sfc_main$
|
|
17229
|
+
return openBlock(), createBlock(_sfc_main$1l, {
|
|
16884
17230
|
ref_for: true,
|
|
16885
17231
|
ref: "measureButton",
|
|
16886
17232
|
key: button.id,
|
|
@@ -16889,7 +17235,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16889
17235
|
"leading-icon": button.leadingIcon
|
|
16890
17236
|
}, null, 8, ["label", "variant", "leading-icon"]);
|
|
16891
17237
|
}), 128)),
|
|
16892
|
-
createVNode(_sfc_main$
|
|
17238
|
+
createVNode(_sfc_main$1a, {
|
|
16893
17239
|
ref: "measureMenuButton",
|
|
16894
17240
|
"leading-icon": "more-actions",
|
|
16895
17241
|
ariaLabel: "More actions",
|
|
@@ -16900,7 +17246,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16900
17246
|
class: ["kds-button-group", __props.alignment]
|
|
16901
17247
|
}), [
|
|
16902
17248
|
(openBlock(true), createElementBlock(Fragment, null, renderList(visibleButtons.value, (button) => {
|
|
16903
|
-
return openBlock(), createBlock(_sfc_main$
|
|
17249
|
+
return openBlock(), createBlock(_sfc_main$1l, {
|
|
16904
17250
|
key: button.id,
|
|
16905
17251
|
label: button.label,
|
|
16906
17252
|
variant: button.variant ?? "outlined",
|
|
@@ -16911,7 +17257,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16911
17257
|
onClick: ($event) => emit("buttonClick", button.id)
|
|
16912
17258
|
}, null, 8, ["label", "variant", "disabled", "leading-icon", "destructive", "title", "onClick"]);
|
|
16913
17259
|
}), 128)),
|
|
16914
|
-
overflowButtons.value.length ? (openBlock(), createBlock(_sfc_main$
|
|
17260
|
+
overflowButtons.value.length ? (openBlock(), createBlock(_sfc_main$1a, {
|
|
16915
17261
|
key: 0,
|
|
16916
17262
|
"leading-icon": "more-actions",
|
|
16917
17263
|
ariaLabel: "More actions",
|
|
@@ -16935,5 +17281,5 @@ const kdsResponsiveButtonGroupAlignments = Object.values(
|
|
|
16935
17281
|
kdsResponsiveButtonGroupAlignment
|
|
16936
17282
|
);
|
|
16937
17283
|
|
|
16938
|
-
export { KdsAvatar, KdsBadge, _sfc_main$
|
|
17284
|
+
export { KdsAvatar, KdsAvatarCounter, KdsBadge, _sfc_main$1l as KdsButton, _sfc_main$g as KdsCard, _sfc_main$10 as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$P as KdsColorInput, KdsColorSwatch, KdsContainerHeader, _sfc_main$15 as KdsContextMenu, KdsDataType, _sfc_main$I as KdsDateInput, _sfc_main$G as KdsDateTimeFormatInput, KdsDivider, KdsDonutChart, _sfc_main$w as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$z as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1k as KdsLinkButton, KdsLinkCard, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$16 as KdsMenu, _sfc_main$1a as KdsMenuButton, KdsModal, KdsModalLayout, _sfc_main$t as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$T as KdsNumberInput, KdsPanelButtonBar, KdsPanelHeader, _sfc_main$O as KdsPasswordInput, _sfc_main$F as KdsPatternInput, KdsPreviewList, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSelectableCard, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$B as KdsTimeInput, _sfc_main$1i as KdsToggleButton, KdsTwinList, _sfc_main$N as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
|
|
16939
17285
|
//# sourceMappingURL=index.js.map
|