@knime/kds-components 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/index.css +147 -26
- package/dist/index.js +1368 -711
- package/dist/index.js.map +1 -1
- package/dist/src/accessories/Icon/KdsDataType.vue.d.ts.map +1 -1
- package/dist/src/accessories/Icon/KdsIcon.vue.d.ts.map +1 -1
- package/dist/src/accessories/Icon/aliases.d.ts +18 -0
- package/dist/src/accessories/Icon/aliases.d.ts.map +1 -0
- package/dist/src/accessories/Icon/useIcon.d.ts +5 -0
- package/dist/src/accessories/Icon/useIcon.d.ts.map +1 -1
- package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts +8 -4
- package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts.map +1 -1
- package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts.map +1 -1
- package/dist/src/layouts/Tree/BaseTree/BaseTree.vue.d.ts +33 -0
- package/dist/src/layouts/Tree/BaseTree/BaseTree.vue.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/TreeNode.vue.d.ts +17 -0
- package/dist/src/layouts/Tree/BaseTree/TreeNode.vue.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/context.d.ts +4 -0
- package/dist/src/layouts/Tree/BaseTree/context.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/renderNode.d.ts +35 -0
- package/dist/src/layouts/Tree/BaseTree/renderNode.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/useTreeData.d.ts +11 -0
- package/dist/src/layouts/Tree/BaseTree/useTreeData.d.ts.map +1 -0
- package/dist/src/layouts/Tree/KdsTree.vue.d.ts +159 -0
- package/dist/src/layouts/Tree/KdsTree.vue.d.ts.map +1 -0
- package/dist/src/layouts/Tree/index.d.ts +3 -0
- package/dist/src/layouts/Tree/index.d.ts.map +1 -0
- package/dist/src/layouts/Tree/types.d.ts +100 -0
- package/dist/src/layouts/Tree/types.d.ts.map +1 -0
- package/dist/src/layouts/index.d.ts +2 -0
- package/dist/src/layouts/index.d.ts.map +1 -1
- package/dist/src/{containers/FileExplorer/useKeyPressedUntilMouseClick/index.d.ts → util/useKeyPressedUntilMouseClick.d.ts} +1 -1
- package/dist/src/util/useKeyPressedUntilMouseClick.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/src/containers/FileExplorer/useKeyPressedUntilMouseClick/index.d.ts.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, effectScope, defineComponent, createPropsRestProxy, watch, computed, withDirectives, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, unref, Fragment, renderList, createBlock, normalizeStyle, createCommentVNode, shallowRef, markRaw, readonly, toRef, resolveDynamicComponent, mergeProps, createTextVNode, withCtx, renderSlot, h as h$1, useSlots, getCurrentInstance, useCssVars, createVNode, useTemplateRef, nextTick, withModifiers, useModel, useId, mergeModels, createSlots, normalizeProps, guardReactiveProps, watchEffect, onMounted, onUnmounted, inject, provide, resolveComponent, withKeys, useAttrs, defineAsyncComponent, toRefs, vShow, onBeforeUpdate, onBeforeUnmount, isRef, vModelText } from 'vue';
|
|
1
|
+
import { ref, effectScope, defineComponent, createPropsRestProxy, watch, computed, withDirectives, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, unref, Fragment, renderList, createBlock, normalizeStyle, createCommentVNode, shallowRef, markRaw, readonly, toRef, resolveDynamicComponent, mergeProps, createTextVNode, withCtx, renderSlot, h as h$1, useSlots, getCurrentInstance, useCssVars, createVNode, useTemplateRef, nextTick, withModifiers, useModel, useId, mergeModels, createSlots, normalizeProps, guardReactiveProps, watchEffect, onMounted, onUnmounted, inject, provide, resolveComponent, withKeys, useAttrs, defineAsyncComponent, toRefs, vShow, onBeforeUpdate, onBeforeUnmount, isRef, vModelText, toRaw } from 'vue';
|
|
2
2
|
import { useResizeObserver, useMutationObserver, useEventListener, useElementSize, onClickOutside, useVirtualList, useMousePressed, useTemplateRefsList, useLocalStorage, useDark, usePreferredDark } from '@vueuse/core';
|
|
3
3
|
|
|
4
4
|
import './index.css';function elementOverflowsHorizontally(element) {
|
|
@@ -248,14 +248,14 @@ const kdsAvatarSize = {
|
|
|
248
248
|
};
|
|
249
249
|
const kdsAvatarSizes = Object.values(kdsAvatarSize);
|
|
250
250
|
|
|
251
|
-
const _hoisted_1$
|
|
252
|
-
const _hoisted_2$
|
|
253
|
-
const _hoisted_3$
|
|
251
|
+
const _hoisted_1$1e = ["role", "aria-hidden", "aria-label", "data-color"];
|
|
252
|
+
const _hoisted_2$L = ["src"];
|
|
253
|
+
const _hoisted_3$w = {
|
|
254
254
|
key: 1,
|
|
255
255
|
class: "kds-avatar-initials",
|
|
256
256
|
"aria-hidden": "true"
|
|
257
257
|
};
|
|
258
|
-
const _sfc_main$
|
|
258
|
+
const _sfc_main$1O = /* @__PURE__ */ defineComponent({
|
|
259
259
|
__name: "KdsAvatar",
|
|
260
260
|
props: {
|
|
261
261
|
initials: {},
|
|
@@ -318,10 +318,10 @@ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
|
|
|
318
318
|
alt: "",
|
|
319
319
|
"aria-hidden": "true",
|
|
320
320
|
onError: onImageError
|
|
321
|
-
}, null, 40, _hoisted_2$
|
|
321
|
+
}, null, 40, _hoisted_2$L)) : (openBlock(), createElementBlock("div", _hoisted_3$w, [
|
|
322
322
|
createElementVNode("span", null, toDisplayString(displayedInitials.value), 1)
|
|
323
323
|
]))
|
|
324
|
-
], 10, _hoisted_1$
|
|
324
|
+
], 10, _hoisted_1$1e)), [
|
|
325
325
|
[unref(vKdsTooltip), hasTitle.value ? accessibleTitle.value : void 0]
|
|
326
326
|
]);
|
|
327
327
|
};
|
|
@@ -336,16 +336,16 @@ const _export_sfc = (sfc, props) => {
|
|
|
336
336
|
return target;
|
|
337
337
|
};
|
|
338
338
|
|
|
339
|
-
const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
339
|
+
const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["__scopeId", "data-v-a75804e1"]]);
|
|
340
340
|
|
|
341
|
-
const _hoisted_1$
|
|
342
|
-
const _hoisted_2$
|
|
343
|
-
const _hoisted_3$
|
|
341
|
+
const _hoisted_1$1d = ["aria-label"];
|
|
342
|
+
const _hoisted_2$K = { class: "avatars" };
|
|
343
|
+
const _hoisted_3$v = {
|
|
344
344
|
key: 0,
|
|
345
345
|
class: "more-count",
|
|
346
346
|
"aria-hidden": "true"
|
|
347
347
|
};
|
|
348
|
-
const _sfc_main$
|
|
348
|
+
const _sfc_main$1N = /* @__PURE__ */ defineComponent({
|
|
349
349
|
__name: "KdsAvatarCounter",
|
|
350
350
|
props: {
|
|
351
351
|
moreCount: { default: 0 },
|
|
@@ -365,7 +365,7 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
|
|
|
365
365
|
role: "group",
|
|
366
366
|
"aria-label": ariaLabel.value
|
|
367
367
|
}, [
|
|
368
|
-
createElementVNode("div", _hoisted_2$
|
|
368
|
+
createElementVNode("div", _hoisted_2$K, [
|
|
369
369
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.avatars, (avatar, index) => {
|
|
370
370
|
return openBlock(), createBlock(KdsAvatar, {
|
|
371
371
|
key: index,
|
|
@@ -379,13 +379,13 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
|
|
|
379
379
|
}, null, 8, ["style", "size", "initials", "title", "src"]);
|
|
380
380
|
}), 128))
|
|
381
381
|
]),
|
|
382
|
-
__props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
383
|
-
], 8, _hoisted_1$
|
|
382
|
+
__props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$v, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
|
|
383
|
+
], 8, _hoisted_1$1d);
|
|
384
384
|
};
|
|
385
385
|
}
|
|
386
386
|
});
|
|
387
387
|
|
|
388
|
-
const KdsAvatarCounter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
388
|
+
const KdsAvatarCounter = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["__scopeId", "data-v-1aef516d"]]);
|
|
389
389
|
|
|
390
390
|
const __variableDynamicImportRuntimeHelper = (glob$1, path$13, segs) => {
|
|
391
391
|
const v = glob$1[path$13];
|
|
@@ -395,25 +395,38 @@ const __variableDynamicImportRuntimeHelper = (glob$1, path$13, segs) => {
|
|
|
395
395
|
});
|
|
396
396
|
};
|
|
397
397
|
|
|
398
|
+
const iconCache = /* @__PURE__ */ new Map();
|
|
399
|
+
const iconLoadPromises = /* @__PURE__ */ new Map();
|
|
398
400
|
function useIcon({
|
|
399
401
|
name,
|
|
400
402
|
folder
|
|
401
403
|
}) {
|
|
402
|
-
const iconCache = /* @__PURE__ */ new Map();
|
|
403
404
|
const iconComponent = shallowRef(null);
|
|
404
405
|
const status = shallowRef("loading");
|
|
405
406
|
watch(
|
|
406
407
|
() => name.value,
|
|
407
408
|
(newName) => {
|
|
408
|
-
|
|
409
|
-
|
|
409
|
+
const cacheKey = `${folder}/${newName}`;
|
|
410
|
+
if (iconCache.has(cacheKey)) {
|
|
411
|
+
iconComponent.value = iconCache.get(cacheKey);
|
|
410
412
|
status.value = "loaded";
|
|
411
413
|
return;
|
|
412
414
|
}
|
|
413
415
|
status.value = "loading";
|
|
414
|
-
__variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/auto-configure.svg": () => import('./auto-configure-BU7AIhL7.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cell-renderer.svg": () => import('./cell-renderer-DGnkQWTq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-unchecked.svg": () => import('./circle-unchecked-DOoOn6iz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/collection.svg": () => import('./collection-BBXRVj4b.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/column-width.svg": () => import('./column-width-Cjb-6nqI.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-D43FaHi-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-browse.svg": () => import('./db-browse-BJj19qUq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-CyCrPzu-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-fetch.svg": () => import('./db-fetch-CJMHzQp5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duplicate.svg": () => import('./duplicate-Mtq886XD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/feedback.svg": () => import('./feedback-CSzO39Ck.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-move.svg": () => import('./folder-move-6L5NfoIs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-search.svg": () => import('./folder-search-DDOYg0f6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/hide-eye.svg": () => import('./hide-eye-BrIKmBWt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import-table.svg": () => import('./import-table-BaqmTPnF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-component.svg": () => import('./linked-component-BOb5aj87.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/login.svg": () => import('./login-DGaxAy8E.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/menu.svg": () => import('./menu-BSS_QnZi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/path-separator.svg": () => import('./path-separator-DRnUilGA.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pin.svg": () => import('./pin-B6vKBZDp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/python.svg": () => import('./python-Bn3ET_9Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/random-seed.svg": () => import('./random-seed-BmLMj_2x.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table-statistics.svg": () => import('./table-statistics-y-P6EXGX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table.svg": () => import('./table-Pffb9Oig.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/update-file.svg": () => import('./update-file-5lTfm97G.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/validate.svg": () => import('./validate-CD0_eO0m.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) => {
|
|
415
|
-
|
|
416
|
-
iconCache.set(newName, component);
|
|
416
|
+
let loadPromise = iconLoadPromises.get(cacheKey);
|
|
417
|
+
if (!loadPromise) {
|
|
418
|
+
loadPromise = __variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/auto-configure.svg": () => import('./auto-configure-BU7AIhL7.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cell-renderer.svg": () => import('./cell-renderer-DGnkQWTq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-unchecked.svg": () => import('./circle-unchecked-DOoOn6iz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/collection.svg": () => import('./collection-BBXRVj4b.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/column-width.svg": () => import('./column-width-Cjb-6nqI.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-D43FaHi-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-browse.svg": () => import('./db-browse-BJj19qUq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-CyCrPzu-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-fetch.svg": () => import('./db-fetch-CJMHzQp5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duplicate.svg": () => import('./duplicate-Mtq886XD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/feedback.svg": () => import('./feedback-CSzO39Ck.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-move.svg": () => import('./folder-move-6L5NfoIs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-search.svg": () => import('./folder-search-DDOYg0f6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/hide-eye.svg": () => import('./hide-eye-BrIKmBWt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import-table.svg": () => import('./import-table-BaqmTPnF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-component.svg": () => import('./linked-component-BOb5aj87.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/login.svg": () => import('./login-DGaxAy8E.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/menu.svg": () => import('./menu-BSS_QnZi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/path-separator.svg": () => import('./path-separator-DRnUilGA.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pin.svg": () => import('./pin-B6vKBZDp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/python.svg": () => import('./python-Bn3ET_9Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/random-seed.svg": () => import('./random-seed-BmLMj_2x.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table-statistics.svg": () => import('./table-statistics-y-P6EXGX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table.svg": () => import('./table-Pffb9Oig.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/update-file.svg": () => import('./update-file-5lTfm97G.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/validate.svg": () => import('./validate-CD0_eO0m.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) => {
|
|
419
|
+
const component = markRaw(module.default);
|
|
420
|
+
iconCache.set(cacheKey, component);
|
|
421
|
+
iconLoadPromises.delete(cacheKey);
|
|
422
|
+
return component;
|
|
423
|
+
}).catch((error) => {
|
|
424
|
+
iconLoadPromises.delete(cacheKey);
|
|
425
|
+
throw error;
|
|
426
|
+
});
|
|
427
|
+
iconLoadPromises.set(cacheKey, loadPromise);
|
|
428
|
+
}
|
|
429
|
+
loadPromise.then((component) => {
|
|
417
430
|
if (name.value !== newName) {
|
|
418
431
|
return;
|
|
419
432
|
}
|
|
@@ -442,7 +455,8 @@ function useIcon({
|
|
|
442
455
|
};
|
|
443
456
|
}
|
|
444
457
|
|
|
445
|
-
const
|
|
458
|
+
const _hoisted_1$1c = ["data-kds-icon-name"];
|
|
459
|
+
const _sfc_main$1M = /* @__PURE__ */ defineComponent({
|
|
446
460
|
__name: "KdsIcon",
|
|
447
461
|
props: {
|
|
448
462
|
name: {},
|
|
@@ -460,19 +474,21 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
|
|
|
460
474
|
return unref(iconComponent) ? (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent)), {
|
|
461
475
|
key: 0,
|
|
462
476
|
class: normalizeClass(["kds-icon", __props.size, { disabled: __props.disabled }]),
|
|
477
|
+
"data-kds-icon-name": props.name,
|
|
463
478
|
"aria-hidden": "true",
|
|
464
479
|
focusable: "false"
|
|
465
|
-
}, null, 8, ["class"])) : (openBlock(), createElementBlock("span", {
|
|
480
|
+
}, null, 8, ["class", "data-kds-icon-name"])) : (openBlock(), createElementBlock("span", {
|
|
466
481
|
key: 1,
|
|
467
482
|
class: normalizeClass(["kds-icon", __props.size, { disabled: __props.disabled }]),
|
|
483
|
+
"data-kds-icon-name": props.name,
|
|
468
484
|
"aria-hidden": "true",
|
|
469
485
|
focusable: "false"
|
|
470
|
-
}, null,
|
|
486
|
+
}, null, 10, _hoisted_1$1c));
|
|
471
487
|
};
|
|
472
488
|
}
|
|
473
489
|
});
|
|
474
490
|
|
|
475
|
-
const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
491
|
+
const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["__scopeId", "data-v-9a9cd3e8"]]);
|
|
476
492
|
|
|
477
493
|
const ID_TO_ICON_MAP = {
|
|
478
494
|
// Flow Variables
|
|
@@ -825,7 +841,8 @@ const kdsDataTypeSize = {
|
|
|
825
841
|
};
|
|
826
842
|
const kdsDataTypeSizes = Object.values(kdsDataTypeSize);
|
|
827
843
|
|
|
828
|
-
const
|
|
844
|
+
const _hoisted_1$1b = ["data-kds-icon-name"];
|
|
845
|
+
const _sfc_main$1L = /* @__PURE__ */ defineComponent({
|
|
829
846
|
__name: "KdsDataType",
|
|
830
847
|
props: {
|
|
831
848
|
iconName: { default: "unknown-datatype" },
|
|
@@ -858,21 +875,22 @@ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
|
|
|
858
875
|
__expose({ status });
|
|
859
876
|
return (_ctx, _cache) => {
|
|
860
877
|
return withDirectives((openBlock(), createElementBlock("div", {
|
|
861
|
-
class: normalizeClass(["kds-data-type-icon-container", __props.size, { disabled: __props.disabled }])
|
|
878
|
+
class: normalizeClass(["kds-data-type-icon-container", __props.size, { disabled: __props.disabled }]),
|
|
879
|
+
"data-kds-icon-name": iconName.value
|
|
862
880
|
}, [
|
|
863
881
|
(openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent)), {
|
|
864
882
|
class: normalizeClass(["kds-icon", "kds-data-type-icon", iconSize.value]),
|
|
865
883
|
"aria-hidden": "true",
|
|
866
884
|
focusable: "false"
|
|
867
885
|
}, null, 8, ["class"]))
|
|
868
|
-
],
|
|
886
|
+
], 10, _hoisted_1$1b)), [
|
|
869
887
|
[unref(vKdsTooltip), __props.iconTitle]
|
|
870
888
|
]);
|
|
871
889
|
};
|
|
872
890
|
}
|
|
873
891
|
});
|
|
874
892
|
|
|
875
|
-
const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
893
|
+
const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["__scopeId", "data-v-b929f2eb"]]);
|
|
876
894
|
|
|
877
895
|
const kdsBadgeVariant = {
|
|
878
896
|
NEUTRAL: "neutral",
|
|
@@ -889,8 +907,8 @@ const kdsBadgeSize = {
|
|
|
889
907
|
};
|
|
890
908
|
const kdsBadgeSizes = Object.values(kdsBadgeSize);
|
|
891
909
|
|
|
892
|
-
const _hoisted_1$
|
|
893
|
-
const _sfc_main$
|
|
910
|
+
const _hoisted_1$1a = { class: "label-wrapper" };
|
|
911
|
+
const _sfc_main$1K = /* @__PURE__ */ defineComponent({
|
|
894
912
|
__name: "KdsBadge",
|
|
895
913
|
props: {
|
|
896
914
|
label: {},
|
|
@@ -912,13 +930,13 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
|
|
|
912
930
|
name: __props.leadingIcon,
|
|
913
931
|
size: sizeToIconSize[__props.size]
|
|
914
932
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true),
|
|
915
|
-
createElementVNode("span", _hoisted_1$
|
|
933
|
+
createElementVNode("span", _hoisted_1$1a, toDisplayString(__props.label), 1)
|
|
916
934
|
], 2);
|
|
917
935
|
};
|
|
918
936
|
}
|
|
919
937
|
});
|
|
920
938
|
|
|
921
|
-
const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
939
|
+
const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["__scopeId", "data-v-df64f7cf"]]);
|
|
922
940
|
|
|
923
941
|
const kdsProgressBarSize = {
|
|
924
942
|
MEDIUM: "medium",
|
|
@@ -926,13 +944,13 @@ const kdsProgressBarSize = {
|
|
|
926
944
|
};
|
|
927
945
|
const kdsProgressBarSizes = Object.values(kdsProgressBarSize);
|
|
928
946
|
|
|
929
|
-
const _hoisted_1$
|
|
930
|
-
const _hoisted_2$
|
|
947
|
+
const _hoisted_1$19 = ["aria-label"];
|
|
948
|
+
const _hoisted_2$J = {
|
|
931
949
|
key: 0,
|
|
932
950
|
class: "indeterminate-bar",
|
|
933
951
|
"aria-hidden": "true"
|
|
934
952
|
};
|
|
935
|
-
const _sfc_main$
|
|
953
|
+
const _sfc_main$1J = /* @__PURE__ */ defineComponent({
|
|
936
954
|
__name: "KdsProgressBar",
|
|
937
955
|
props: {
|
|
938
956
|
size: { default: () => kdsProgressBarSize.MEDIUM },
|
|
@@ -967,16 +985,16 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
|
|
|
967
985
|
withDirectives(createElementVNode("progress", mergeProps({
|
|
968
986
|
"aria-label": title.value,
|
|
969
987
|
class: "progress"
|
|
970
|
-
}, __props.indeterminate ? {} : { value: progressValue.value, max: 100 }), null, 16, _hoisted_1$
|
|
988
|
+
}, __props.indeterminate ? {} : { value: progressValue.value, max: 100 }), null, 16, _hoisted_1$19), [
|
|
971
989
|
[unref(vKdsTooltip), title.value]
|
|
972
990
|
]),
|
|
973
|
-
__props.indeterminate ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
991
|
+
__props.indeterminate ? (openBlock(), createElementBlock("span", _hoisted_2$J)) : createCommentVNode("", true)
|
|
974
992
|
], 2);
|
|
975
993
|
};
|
|
976
994
|
}
|
|
977
995
|
});
|
|
978
996
|
|
|
979
|
-
const KdsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
997
|
+
const KdsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["__scopeId", "data-v-06930dc4"]]);
|
|
980
998
|
|
|
981
999
|
const kdsColorSwatchType = {
|
|
982
1000
|
LEARNER: "learner",
|
|
@@ -995,14 +1013,14 @@ const kdsColorSwatchSize = {
|
|
|
995
1013
|
};
|
|
996
1014
|
const kdsColorSwatchSizes = Object.values(kdsColorSwatchSize);
|
|
997
1015
|
|
|
998
|
-
const _hoisted_1$
|
|
1016
|
+
const _hoisted_1$18 = ["role", "aria-hidden", "aria-label"];
|
|
999
1017
|
const RGBA_SHORT_HEX_LENGTH = 4;
|
|
1000
1018
|
const RGBA_LONG_HEX_LENGTH = 8;
|
|
1001
1019
|
const ALPHA_NIBBLE_INDEX = 3;
|
|
1002
1020
|
const ALPHA_BYTE_START = 6;
|
|
1003
1021
|
const RGB_SHORT_HEX_LENGTH = 3;
|
|
1004
1022
|
const RGB_LONG_HEX_LENGTH = 6;
|
|
1005
|
-
const _sfc_main$
|
|
1023
|
+
const _sfc_main$1I = /* @__PURE__ */ defineComponent({
|
|
1006
1024
|
__name: "KdsColorSwatch",
|
|
1007
1025
|
props: {
|
|
1008
1026
|
color: {},
|
|
@@ -1076,21 +1094,21 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
1076
1094
|
style: normalizeStyle(swatchStyle.value),
|
|
1077
1095
|
"aria-hidden": hasTitle.value ? void 0 : "true",
|
|
1078
1096
|
"aria-label": hasTitle.value ? accessibleTitle.value : void 0
|
|
1079
|
-
}, null, 14, _hoisted_1$
|
|
1097
|
+
}, null, 14, _hoisted_1$18)), [
|
|
1080
1098
|
[unref(vKdsTooltip), hasTitle.value ? accessibleTitle.value : void 0]
|
|
1081
1099
|
]);
|
|
1082
1100
|
};
|
|
1083
1101
|
}
|
|
1084
1102
|
});
|
|
1085
1103
|
|
|
1086
|
-
const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1104
|
+
const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["__scopeId", "data-v-b91cf470"]]);
|
|
1087
1105
|
|
|
1088
|
-
const _hoisted_1$
|
|
1089
|
-
const _hoisted_2$
|
|
1106
|
+
const _hoisted_1$17 = ["aria-label"];
|
|
1107
|
+
const _hoisted_2$I = {
|
|
1090
1108
|
key: 0,
|
|
1091
1109
|
class: "label"
|
|
1092
1110
|
};
|
|
1093
|
-
const _sfc_main$
|
|
1111
|
+
const _sfc_main$1H = /* @__PURE__ */ defineComponent({
|
|
1094
1112
|
__name: "KdsLiveStatus",
|
|
1095
1113
|
props: {
|
|
1096
1114
|
status: { default: "red" },
|
|
@@ -1110,19 +1128,19 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
|
|
|
1110
1128
|
"aria-label": accessibleTitle.value
|
|
1111
1129
|
}, [
|
|
1112
1130
|
_cache[0] || (_cache[0] = createElementVNode("span", { class: "dot" }, null, -1)),
|
|
1113
|
-
__props.label ? withDirectives((openBlock(), createElementBlock("span", _hoisted_2$
|
|
1131
|
+
__props.label ? withDirectives((openBlock(), createElementBlock("span", _hoisted_2$I, [
|
|
1114
1132
|
createTextVNode(toDisplayString(__props.label), 1)
|
|
1115
1133
|
])), [
|
|
1116
1134
|
[unref(vKdsTooltip), __props.label, "truncated"]
|
|
1117
1135
|
]) : createCommentVNode("", true)
|
|
1118
|
-
], 10, _hoisted_1$
|
|
1136
|
+
], 10, _hoisted_1$17)), [
|
|
1119
1137
|
[unref(vKdsTooltip), !__props.label ? accessibleTitle.value : void 0]
|
|
1120
1138
|
]);
|
|
1121
1139
|
};
|
|
1122
1140
|
}
|
|
1123
1141
|
});
|
|
1124
1142
|
|
|
1125
|
-
const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1143
|
+
const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["__scopeId", "data-v-e67b29f5"]]);
|
|
1126
1144
|
|
|
1127
1145
|
const kdsLiveStatusStatus = {
|
|
1128
1146
|
RED: "red",
|
|
@@ -1138,8 +1156,8 @@ const kdsLiveStatusSize = {
|
|
|
1138
1156
|
};
|
|
1139
1157
|
const kdsLiveStatusSizes = Object.values(kdsLiveStatusSize);
|
|
1140
1158
|
|
|
1141
|
-
const _hoisted_1$
|
|
1142
|
-
const _sfc_main$
|
|
1159
|
+
const _hoisted_1$16 = ["data-style"];
|
|
1160
|
+
const _sfc_main$1G = /* @__PURE__ */ defineComponent({
|
|
1143
1161
|
__name: "KdsLoadingSpinner",
|
|
1144
1162
|
props: {
|
|
1145
1163
|
size: { default: "medium" },
|
|
@@ -1164,12 +1182,12 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
|
|
|
1164
1182
|
cy: "60",
|
|
1165
1183
|
r: "50"
|
|
1166
1184
|
}, null, -1)
|
|
1167
|
-
])], 10, _hoisted_1$
|
|
1185
|
+
])], 10, _hoisted_1$16);
|
|
1168
1186
|
};
|
|
1169
1187
|
}
|
|
1170
1188
|
});
|
|
1171
1189
|
|
|
1172
|
-
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1190
|
+
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["__scopeId", "data-v-54835dc0"]]);
|
|
1173
1191
|
|
|
1174
1192
|
const kdsLoadingSpinnerVariant = {
|
|
1175
1193
|
ON_PRIMARY: "onPrimary",
|
|
@@ -1179,7 +1197,7 @@ const kdsLoadingSpinnerVariants = Object.values(
|
|
|
1179
1197
|
kdsLoadingSpinnerVariant
|
|
1180
1198
|
);
|
|
1181
1199
|
|
|
1182
|
-
const _sfc_main$
|
|
1200
|
+
const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
1183
1201
|
__name: "KdsMissingValueIcon",
|
|
1184
1202
|
props: {
|
|
1185
1203
|
size: {}
|
|
@@ -1195,13 +1213,13 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
|
|
|
1195
1213
|
}
|
|
1196
1214
|
});
|
|
1197
1215
|
|
|
1198
|
-
const KdsMissingValueIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1216
|
+
const KdsMissingValueIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["__scopeId", "data-v-df682150"]]);
|
|
1199
1217
|
|
|
1200
|
-
const _hoisted_1$
|
|
1201
|
-
const _hoisted_2$
|
|
1202
|
-
const _hoisted_3$
|
|
1203
|
-
const _hoisted_4$
|
|
1204
|
-
const _hoisted_5$
|
|
1218
|
+
const _hoisted_1$15 = { class: "donut-container" };
|
|
1219
|
+
const _hoisted_2$H = ["height", "width", "viewBox"];
|
|
1220
|
+
const _hoisted_3$u = ["r", "stroke-width"];
|
|
1221
|
+
const _hoisted_4$q = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1222
|
+
const _hoisted_5$g = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1205
1223
|
const _hoisted_6$b = {
|
|
1206
1224
|
key: 0,
|
|
1207
1225
|
class: "donut-text"
|
|
@@ -1213,7 +1231,7 @@ const _hoisted_8$3 = {
|
|
|
1213
1231
|
};
|
|
1214
1232
|
const radius = 22;
|
|
1215
1233
|
const innerRadius = 10;
|
|
1216
|
-
const _sfc_main$
|
|
1234
|
+
const _sfc_main$1E = /* @__PURE__ */ defineComponent({
|
|
1217
1235
|
__name: "KdsDonutChart",
|
|
1218
1236
|
props: {
|
|
1219
1237
|
value: {},
|
|
@@ -1257,7 +1275,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
|
1257
1275
|
const transformWedge = computed(() => `rotate(-90, ${radius}, ${radius})`);
|
|
1258
1276
|
const disabled = computed(() => !Number.isFinite(__props.maxValue));
|
|
1259
1277
|
return (_ctx, _cache) => {
|
|
1260
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1278
|
+
return openBlock(), createElementBlock("div", _hoisted_1$15, [
|
|
1261
1279
|
(openBlock(), createElementBlock("svg", {
|
|
1262
1280
|
height: diameter.value,
|
|
1263
1281
|
width: diameter.value,
|
|
@@ -1271,7 +1289,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
|
1271
1289
|
r: r.value,
|
|
1272
1290
|
"stroke-width": strokeWidth.value,
|
|
1273
1291
|
fill: "transparent"
|
|
1274
|
-
}, null, 8, _hoisted_3$
|
|
1292
|
+
}, null, 8, _hoisted_3$u),
|
|
1275
1293
|
__props.secondaryValue && !disabled.value ? (openBlock(), createElementBlock("circle", {
|
|
1276
1294
|
key: 0,
|
|
1277
1295
|
class: normalizeClass(["value-wedge", "secondary-circle", { animate: __props.animate }]),
|
|
@@ -1283,7 +1301,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
|
1283
1301
|
"stroke-dashoffset": secondaryStrokeDashOffset.value,
|
|
1284
1302
|
fill: "transparent",
|
|
1285
1303
|
transform: transformWedge.value
|
|
1286
|
-
}, null, 10, _hoisted_4$
|
|
1304
|
+
}, null, 10, _hoisted_4$q)) : createCommentVNode("", true),
|
|
1287
1305
|
!disabled.value ? (openBlock(), createElementBlock("circle", {
|
|
1288
1306
|
key: 1,
|
|
1289
1307
|
class: normalizeClass(["value-wedge", "primary-circle", { animate: __props.animate }]),
|
|
@@ -1295,8 +1313,8 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
|
1295
1313
|
"stroke-dashoffset": strokeDashOffset.value,
|
|
1296
1314
|
fill: "transparent",
|
|
1297
1315
|
transform: transformWedge.value
|
|
1298
|
-
}, null, 10, _hoisted_5$
|
|
1299
|
-
], 8, _hoisted_2$
|
|
1316
|
+
}, null, 10, _hoisted_5$g)) : createCommentVNode("", true)
|
|
1317
|
+
], 8, _hoisted_2$H)),
|
|
1300
1318
|
__props.title ? (openBlock(), createElementBlock("div", _hoisted_6$b, [
|
|
1301
1319
|
createElementVNode("div", _hoisted_7$3, toDisplayString(__props.title), 1),
|
|
1302
1320
|
__props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$3, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
|
|
@@ -1306,22 +1324,22 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
|
1306
1324
|
}
|
|
1307
1325
|
});
|
|
1308
1326
|
|
|
1309
|
-
const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1327
|
+
const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["__scopeId", "data-v-f5faf61c"]]);
|
|
1310
1328
|
|
|
1311
|
-
const _sfc_main$
|
|
1329
|
+
const _sfc_main$1D = { };
|
|
1312
1330
|
|
|
1313
|
-
const _hoisted_1$
|
|
1331
|
+
const _hoisted_1$14 = { class: "kds-divider" };
|
|
1314
1332
|
|
|
1315
1333
|
function _sfc_render$1(_ctx, _cache) {
|
|
1316
|
-
return (openBlock(), createElementBlock("hr", _hoisted_1$
|
|
1334
|
+
return (openBlock(), createElementBlock("hr", _hoisted_1$14))
|
|
1317
1335
|
}
|
|
1318
|
-
const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
1336
|
+
const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$1D, [['render',_sfc_render$1],['__scopeId',"data-v-4d059bd3"]]);
|
|
1319
1337
|
|
|
1320
|
-
const _hoisted_1$
|
|
1338
|
+
const _hoisted_1$13 = {
|
|
1321
1339
|
key: 0,
|
|
1322
1340
|
class: "label"
|
|
1323
1341
|
};
|
|
1324
|
-
const _sfc_main$
|
|
1342
|
+
const _sfc_main$1C = /* @__PURE__ */ defineComponent({
|
|
1325
1343
|
__name: "BaseButton",
|
|
1326
1344
|
props: {
|
|
1327
1345
|
dataTestId: {},
|
|
@@ -1384,7 +1402,7 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
|
1384
1402
|
size: iconSize.value
|
|
1385
1403
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true)
|
|
1386
1404
|
], true),
|
|
1387
|
-
props.label ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
1405
|
+
props.label ? (openBlock(), createElementBlock("span", _hoisted_1$13, toDisplayString(props.label), 1)) : createCommentVNode("", true),
|
|
1388
1406
|
props.trailingIcon && props.label ? (openBlock(), createBlock(KdsIcon, {
|
|
1389
1407
|
key: 1,
|
|
1390
1408
|
name: props.trailingIcon,
|
|
@@ -1399,9 +1417,9 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
|
1399
1417
|
}
|
|
1400
1418
|
});
|
|
1401
1419
|
|
|
1402
|
-
const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1420
|
+
const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["__scopeId", "data-v-ee3f8b5d"]]);
|
|
1403
1421
|
|
|
1404
|
-
const _sfc_main$
|
|
1422
|
+
const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
1405
1423
|
__name: "KdsButton",
|
|
1406
1424
|
props: {
|
|
1407
1425
|
dataTestId: {},
|
|
@@ -1467,7 +1485,7 @@ function isExternalUrl(url) {
|
|
|
1467
1485
|
return true;
|
|
1468
1486
|
}
|
|
1469
1487
|
|
|
1470
|
-
const _sfc_main$
|
|
1488
|
+
const _sfc_main$1A = /* @__PURE__ */ defineComponent({
|
|
1471
1489
|
__name: "KdsLinkButton",
|
|
1472
1490
|
props: {
|
|
1473
1491
|
dataTestId: {},
|
|
@@ -1750,14 +1768,14 @@ const kdsModalVariants = Object.values(kdsModalVariant);
|
|
|
1750
1768
|
width: kdsModalWidth.MEDIUM,
|
|
1751
1769
|
closedby: kdsModalClosedBy.CLOSEREQUEST});
|
|
1752
1770
|
|
|
1753
|
-
const _hoisted_1
|
|
1754
|
-
const _hoisted_2$
|
|
1755
|
-
const _hoisted_3$
|
|
1756
|
-
const _hoisted_4$
|
|
1771
|
+
const _hoisted_1$12 = { class: "modal-header" };
|
|
1772
|
+
const _hoisted_2$G = { class: "modal-header-headline" };
|
|
1773
|
+
const _hoisted_3$t = ["data-variant"];
|
|
1774
|
+
const _hoisted_4$p = {
|
|
1757
1775
|
key: 0,
|
|
1758
1776
|
class: "modal-footer"
|
|
1759
1777
|
};
|
|
1760
|
-
const _sfc_main$
|
|
1778
|
+
const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
1761
1779
|
...{ inheritAttrs: false },
|
|
1762
1780
|
__name: "KdsModalLayout",
|
|
1763
1781
|
props: {
|
|
@@ -1774,14 +1792,14 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
1774
1792
|
const props = createPropsRestProxy(__props, ["headline", "variant", "overflow"]);
|
|
1775
1793
|
return (_ctx, _cache) => {
|
|
1776
1794
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
1777
|
-
createElementVNode("header", _hoisted_1
|
|
1795
|
+
createElementVNode("header", _hoisted_1$12, [
|
|
1778
1796
|
props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
|
|
1779
1797
|
key: 0,
|
|
1780
1798
|
name: props.leadingIcon,
|
|
1781
1799
|
size: "medium"
|
|
1782
1800
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
1783
|
-
createElementVNode("div", _hoisted_2$
|
|
1784
|
-
createVNode(_sfc_main$
|
|
1801
|
+
createElementVNode("div", _hoisted_2$G, toDisplayString(__props.headline), 1),
|
|
1802
|
+
createVNode(_sfc_main$1B, {
|
|
1785
1803
|
"leading-icon": "x-close",
|
|
1786
1804
|
variant: "transparent",
|
|
1787
1805
|
size: "medium",
|
|
@@ -1795,8 +1813,8 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
1795
1813
|
"data-variant": __props.variant
|
|
1796
1814
|
}, [
|
|
1797
1815
|
renderSlot(_ctx.$slots, "body", {}, void 0, true)
|
|
1798
|
-
], 8, _hoisted_3$
|
|
1799
|
-
_ctx.$slots.footer ? (openBlock(), createElementBlock("footer", _hoisted_4$
|
|
1816
|
+
], 8, _hoisted_3$t),
|
|
1817
|
+
_ctx.$slots.footer ? (openBlock(), createElementBlock("footer", _hoisted_4$p, [
|
|
1800
1818
|
renderSlot(_ctx.$slots, "footer", {}, void 0, true)
|
|
1801
1819
|
])) : createCommentVNode("", true)
|
|
1802
1820
|
], 64);
|
|
@@ -1804,10 +1822,10 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
1804
1822
|
}
|
|
1805
1823
|
});
|
|
1806
1824
|
|
|
1807
|
-
const KdsModalLayout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1825
|
+
const KdsModalLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-3b9d0ae0"]]);
|
|
1808
1826
|
|
|
1809
|
-
const _hoisted_1$
|
|
1810
|
-
const _sfc_main$
|
|
1827
|
+
const _hoisted_1$11 = ["closedby"];
|
|
1828
|
+
const _sfc_main$1y = /* @__PURE__ */ defineComponent({
|
|
1811
1829
|
__name: "KdsModal",
|
|
1812
1830
|
props: {
|
|
1813
1831
|
leadingIcon: {},
|
|
@@ -1909,16 +1927,16 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
|
1909
1927
|
_: 3
|
|
1910
1928
|
}, 8, ["headline", "leading-icon", "variant", "overflow"])
|
|
1911
1929
|
], true)
|
|
1912
|
-
], 42, _hoisted_1$
|
|
1930
|
+
], 42, _hoisted_1$11)) : createCommentVNode("", true);
|
|
1913
1931
|
};
|
|
1914
1932
|
}
|
|
1915
1933
|
});
|
|
1916
1934
|
|
|
1917
|
-
const KdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1935
|
+
const KdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__scopeId", "data-v-1f306093"]]);
|
|
1918
1936
|
|
|
1919
|
-
const _hoisted_1$
|
|
1920
|
-
const _hoisted_2$
|
|
1921
|
-
const _sfc_main$
|
|
1937
|
+
const _hoisted_1$10 = ["id"];
|
|
1938
|
+
const _hoisted_2$F = { class: "subtext-text" };
|
|
1939
|
+
const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
1922
1940
|
__name: "KdsSubText",
|
|
1923
1941
|
props: {
|
|
1924
1942
|
id: {},
|
|
@@ -1949,27 +1967,27 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
|
1949
1967
|
variant: "onSurface",
|
|
1950
1968
|
"aria-hidden": "true"
|
|
1951
1969
|
})) : createCommentVNode("", true),
|
|
1952
|
-
createElementVNode("span", _hoisted_2$
|
|
1953
|
-
], 10, _hoisted_1$
|
|
1970
|
+
createElementVNode("span", _hoisted_2$F, toDisplayString(props.subText), 1)
|
|
1971
|
+
], 10, _hoisted_1$10)) : createCommentVNode("", true);
|
|
1954
1972
|
};
|
|
1955
1973
|
}
|
|
1956
1974
|
});
|
|
1957
1975
|
|
|
1958
|
-
const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1976
|
+
const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-2e6ba10c"]]);
|
|
1959
1977
|
|
|
1960
|
-
const _hoisted_1
|
|
1961
|
-
const _hoisted_2$
|
|
1962
|
-
const _hoisted_3$
|
|
1978
|
+
const _hoisted_1$$ = ["disabled", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
|
|
1979
|
+
const _hoisted_2$E = { class: "control" };
|
|
1980
|
+
const _hoisted_3$s = {
|
|
1963
1981
|
key: 0,
|
|
1964
1982
|
class: "content"
|
|
1965
1983
|
};
|
|
1966
|
-
const _hoisted_4$
|
|
1967
|
-
const _hoisted_5$
|
|
1984
|
+
const _hoisted_4$o = { class: "label" };
|
|
1985
|
+
const _hoisted_5$f = ["id"];
|
|
1968
1986
|
const _hoisted_6$a = {
|
|
1969
1987
|
key: 0,
|
|
1970
1988
|
class: "subtext-wrapper"
|
|
1971
1989
|
};
|
|
1972
|
-
const _sfc_main$
|
|
1990
|
+
const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
1973
1991
|
__name: "BaseCheckbox",
|
|
1974
1992
|
props: /* @__PURE__ */ mergeModels({
|
|
1975
1993
|
disabled: { type: Boolean, default: false },
|
|
@@ -2041,7 +2059,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
|
2041
2059
|
role: "checkbox",
|
|
2042
2060
|
onClick: handleClick
|
|
2043
2061
|
}, [
|
|
2044
|
-
createElementVNode("div", _hoisted_2$
|
|
2062
|
+
createElementVNode("div", _hoisted_2$E, [
|
|
2045
2063
|
icon.value ? (openBlock(), createBlock(KdsIcon, {
|
|
2046
2064
|
key: 0,
|
|
2047
2065
|
name: icon.value,
|
|
@@ -2049,15 +2067,15 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
|
2049
2067
|
size: "xsmall"
|
|
2050
2068
|
}, null, 8, ["name"])) : createCommentVNode("", true)
|
|
2051
2069
|
]),
|
|
2052
|
-
props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
2053
|
-
createElementVNode("div", _hoisted_4$
|
|
2070
|
+
props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$s, [
|
|
2071
|
+
createElementVNode("div", _hoisted_4$o, toDisplayString(props.label), 1),
|
|
2054
2072
|
props.helperText ? (openBlock(), createElementBlock("div", {
|
|
2055
2073
|
key: 0,
|
|
2056
2074
|
id: unref(helperId),
|
|
2057
2075
|
class: "helper-text"
|
|
2058
|
-
}, toDisplayString(props.helperText), 9, _hoisted_5$
|
|
2076
|
+
}, toDisplayString(props.helperText), 9, _hoisted_5$f)) : createCommentVNode("", true)
|
|
2059
2077
|
])) : createCommentVNode("", true)
|
|
2060
|
-
], 10, _hoisted_1
|
|
2078
|
+
], 10, _hoisted_1$$)), [
|
|
2061
2079
|
[unref(vKdsTooltip), props.title]
|
|
2062
2080
|
]),
|
|
2063
2081
|
props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$a, [
|
|
@@ -2073,9 +2091,9 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
|
2073
2091
|
}
|
|
2074
2092
|
});
|
|
2075
2093
|
|
|
2076
|
-
const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2094
|
+
const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-5138a023"]]);
|
|
2077
2095
|
|
|
2078
|
-
const _sfc_main$
|
|
2096
|
+
const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
2079
2097
|
__name: "KdsCheckbox",
|
|
2080
2098
|
props: /* @__PURE__ */ mergeModels({
|
|
2081
2099
|
disabled: { type: Boolean, default: false },
|
|
@@ -2184,16 +2202,16 @@ const useKdsDynamicModal = () => {
|
|
|
2184
2202
|
};
|
|
2185
2203
|
};
|
|
2186
2204
|
|
|
2187
|
-
const _hoisted_1$
|
|
2205
|
+
const _hoisted_1$_ = {
|
|
2188
2206
|
key: 1,
|
|
2189
2207
|
class: "confirmation"
|
|
2190
2208
|
};
|
|
2191
|
-
const _hoisted_2$
|
|
2192
|
-
const _hoisted_3$
|
|
2209
|
+
const _hoisted_2$D = { class: "message" };
|
|
2210
|
+
const _hoisted_3$r = {
|
|
2193
2211
|
key: 0,
|
|
2194
2212
|
class: "ask-again"
|
|
2195
2213
|
};
|
|
2196
|
-
const _sfc_main$
|
|
2214
|
+
const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
2197
2215
|
__name: "KdsDynamicModalProvider",
|
|
2198
2216
|
setup(__props) {
|
|
2199
2217
|
const askAgain = ref(false);
|
|
@@ -2246,10 +2264,10 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
|
2246
2264
|
unref(config)?.type === "confirm" ? {
|
|
2247
2265
|
name: "body",
|
|
2248
2266
|
fn: withCtx(() => [
|
|
2249
|
-
unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2250
|
-
createElementVNode("div", _hoisted_2$
|
|
2251
|
-
unref(config).value.doNotAskAgain ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
2252
|
-
createVNode(_sfc_main$
|
|
2267
|
+
unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1$_, [
|
|
2268
|
+
createElementVNode("div", _hoisted_2$D, toDisplayString(unref(config).value.message), 1),
|
|
2269
|
+
unref(config).value.doNotAskAgain ? (openBlock(), createElementBlock("div", _hoisted_3$r, [
|
|
2270
|
+
createVNode(_sfc_main$1v, {
|
|
2253
2271
|
modelValue: askAgain.value,
|
|
2254
2272
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => askAgain.value = $event),
|
|
2255
2273
|
label: unref(config).value.doNotAskAgain.label,
|
|
@@ -2264,7 +2282,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
|
2264
2282
|
name: "footer",
|
|
2265
2283
|
fn: withCtx(() => [
|
|
2266
2284
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(config).value.buttons, (button, index) => {
|
|
2267
|
-
return openBlock(), createBlock(_sfc_main$
|
|
2285
|
+
return openBlock(), createBlock(_sfc_main$1B, {
|
|
2268
2286
|
key: index,
|
|
2269
2287
|
destructive: button.destructive,
|
|
2270
2288
|
autofocus: button.autofocus,
|
|
@@ -2294,7 +2312,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
|
2294
2312
|
}
|
|
2295
2313
|
});
|
|
2296
2314
|
|
|
2297
|
-
const KdsDynamicModalProvider = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2315
|
+
const KdsDynamicModalProvider = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__scopeId", "data-v-41fc8d84"]]);
|
|
2298
2316
|
|
|
2299
2317
|
const kdsPopoverPlacement = {
|
|
2300
2318
|
TOP_LEFT: "top-left",
|
|
@@ -2318,12 +2336,12 @@ const kdsPopoverType = {
|
|
|
2318
2336
|
};
|
|
2319
2337
|
const kdsPopoverTypes = Object.values(kdsPopoverType);
|
|
2320
2338
|
|
|
2321
|
-
const _hoisted_1$
|
|
2322
|
-
const _hoisted_2$
|
|
2339
|
+
const _hoisted_1$Z = ["id", "popover", "role"];
|
|
2340
|
+
const _hoisted_2$C = {
|
|
2323
2341
|
key: 0,
|
|
2324
2342
|
class: "kds-popover-default-content"
|
|
2325
2343
|
};
|
|
2326
|
-
const _sfc_main$
|
|
2344
|
+
const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
2327
2345
|
__name: "KdsPopover",
|
|
2328
2346
|
props: /* @__PURE__ */ mergeModels({
|
|
2329
2347
|
modelValue: { type: Boolean },
|
|
@@ -2382,22 +2400,22 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
2382
2400
|
onToggle
|
|
2383
2401
|
}, [
|
|
2384
2402
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
2385
|
-
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
2403
|
+
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$C, toDisplayString(props.content), 1)) : createCommentVNode("", true)
|
|
2386
2404
|
], true)
|
|
2387
|
-
], 46, _hoisted_1$
|
|
2405
|
+
], 46, _hoisted_1$Z);
|
|
2388
2406
|
};
|
|
2389
2407
|
}
|
|
2390
2408
|
});
|
|
2391
2409
|
|
|
2392
|
-
const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2410
|
+
const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-3d51a946"]]);
|
|
2393
2411
|
|
|
2394
2412
|
const KdsPopover$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2395
2413
|
__proto__: null,
|
|
2396
2414
|
default: KdsPopover
|
|
2397
2415
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2398
2416
|
|
|
2399
|
-
const _hoisted_1$
|
|
2400
|
-
const _sfc_main$
|
|
2417
|
+
const _hoisted_1$Y = ["data-width"];
|
|
2418
|
+
const _sfc_main$1s = /* @__PURE__ */ defineComponent({
|
|
2401
2419
|
__name: "KdsSideDrawer",
|
|
2402
2420
|
props: {
|
|
2403
2421
|
isExpanded: { type: Boolean, default: false },
|
|
@@ -2426,19 +2444,19 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
|
2426
2444
|
"data-width": __props.width
|
|
2427
2445
|
}, [
|
|
2428
2446
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
2429
|
-
], 8, _hoisted_1$
|
|
2447
|
+
], 8, _hoisted_1$Y);
|
|
2430
2448
|
};
|
|
2431
2449
|
}
|
|
2432
2450
|
});
|
|
2433
2451
|
|
|
2434
|
-
const KdsSideDrawer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2452
|
+
const KdsSideDrawer = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["__scopeId", "data-v-2ee82be5"]]);
|
|
2435
2453
|
|
|
2436
|
-
const _hoisted_1$
|
|
2437
|
-
const _hoisted_2$
|
|
2454
|
+
const _hoisted_1$X = { class: "label" };
|
|
2455
|
+
const _hoisted_2$B = {
|
|
2438
2456
|
key: 1,
|
|
2439
2457
|
class: "file-size"
|
|
2440
2458
|
};
|
|
2441
|
-
const _sfc_main$
|
|
2459
|
+
const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
2442
2460
|
__name: "KdsLink",
|
|
2443
2461
|
props: {
|
|
2444
2462
|
to: {},
|
|
@@ -2528,13 +2546,13 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
2528
2546
|
onClick
|
|
2529
2547
|
}, {
|
|
2530
2548
|
default: withCtx(() => [
|
|
2531
|
-
createElementVNode("span", _hoisted_1$
|
|
2549
|
+
createElementVNode("span", _hoisted_1$X, toDisplayString(__props.label), 1),
|
|
2532
2550
|
variant.value === "external" ? (openBlock(), createBlock(KdsIcon, {
|
|
2533
2551
|
key: 0,
|
|
2534
2552
|
name: "external-link",
|
|
2535
2553
|
size: "xsmall"
|
|
2536
2554
|
})) : createCommentVNode("", true),
|
|
2537
|
-
normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2555
|
+
normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$B, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
|
|
2538
2556
|
]),
|
|
2539
2557
|
_: 1
|
|
2540
2558
|
}, 8, ["class", "to", "download", "target", "rel", "aria-disabled"])), [
|
|
@@ -2544,7 +2562,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
2544
2562
|
}
|
|
2545
2563
|
});
|
|
2546
2564
|
|
|
2547
|
-
const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2565
|
+
const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__scopeId", "data-v-7e5b55c9"]]);
|
|
2548
2566
|
|
|
2549
2567
|
const kdsLinkSize = {
|
|
2550
2568
|
SMALL: "small",
|
|
@@ -2552,7 +2570,7 @@ const kdsLinkSize = {
|
|
|
2552
2570
|
};
|
|
2553
2571
|
const kdsLinkSizes = Object.values(kdsLinkSize);
|
|
2554
2572
|
|
|
2555
|
-
const _sfc_main$
|
|
2573
|
+
const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
2556
2574
|
__name: "KdsToggleButton",
|
|
2557
2575
|
props: /* @__PURE__ */ mergeModels({
|
|
2558
2576
|
dataTestId: {},
|
|
@@ -2590,9 +2608,9 @@ const kdsToggleButtonVariant = {
|
|
|
2590
2608
|
};
|
|
2591
2609
|
const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
|
|
2592
2610
|
|
|
2593
|
-
const _hoisted_1$
|
|
2594
|
-
const _hoisted_2$
|
|
2595
|
-
const _sfc_main$
|
|
2611
|
+
const _hoisted_1$W = ["data-visible"];
|
|
2612
|
+
const _hoisted_2$A = ["data-visible"];
|
|
2613
|
+
const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
2596
2614
|
__name: "KdsProgressButton",
|
|
2597
2615
|
props: /* @__PURE__ */ mergeModels({
|
|
2598
2616
|
dataTestId: {},
|
|
@@ -2655,7 +2673,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
2655
2673
|
name: props.leadingIcon,
|
|
2656
2674
|
size: iconSize.value
|
|
2657
2675
|
}, null, 8, ["name", "size"])
|
|
2658
|
-
], 8, _hoisted_1$
|
|
2676
|
+
], 8, _hoisted_1$W),
|
|
2659
2677
|
createElementVNode("span", {
|
|
2660
2678
|
class: "spinner",
|
|
2661
2679
|
"data-visible": state.value === "progress"
|
|
@@ -2664,7 +2682,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
2664
2682
|
size: iconSize.value,
|
|
2665
2683
|
variant: __props.variant === "filled" ? "onPrimary" : "onSurface"
|
|
2666
2684
|
}, null, 8, ["size", "variant"])
|
|
2667
|
-
], 8, _hoisted_2$
|
|
2685
|
+
], 8, _hoisted_2$A)
|
|
2668
2686
|
], 2)
|
|
2669
2687
|
]),
|
|
2670
2688
|
_: 1
|
|
@@ -2673,7 +2691,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
2673
2691
|
}
|
|
2674
2692
|
});
|
|
2675
2693
|
|
|
2676
|
-
const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2694
|
+
const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-ca9c134c"]]);
|
|
2677
2695
|
|
|
2678
2696
|
const kdsProgressButtonState = {
|
|
2679
2697
|
DEFAULT: "default",
|
|
@@ -2909,7 +2927,7 @@ const useStableItemIds = (options) => {
|
|
|
2909
2927
|
return { itemsWithPrefix, idPrefix, toUnprefixedId };
|
|
2910
2928
|
};
|
|
2911
2929
|
|
|
2912
|
-
const _sfc_main$
|
|
2930
|
+
const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
2913
2931
|
__name: "ListItemAccessory",
|
|
2914
2932
|
props: {
|
|
2915
2933
|
accessory: {},
|
|
@@ -2952,17 +2970,21 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
2952
2970
|
|
|
2953
2971
|
const kdsListItemAccessorySize = {
|
|
2954
2972
|
SMALL: "small",
|
|
2973
|
+
MEDIUM: "medium",
|
|
2955
2974
|
LARGE: "large"
|
|
2956
2975
|
};
|
|
2976
|
+
Object.values(
|
|
2977
|
+
kdsListItemAccessorySize
|
|
2978
|
+
);
|
|
2957
2979
|
|
|
2958
|
-
const _hoisted_1$
|
|
2959
|
-
const _hoisted_2$
|
|
2980
|
+
const _hoisted_1$V = ["id", "role", "aria-selected", "aria-disabled"];
|
|
2981
|
+
const _hoisted_2$z = {
|
|
2960
2982
|
key: 0,
|
|
2961
2983
|
class: "accessory"
|
|
2962
2984
|
};
|
|
2963
|
-
const _hoisted_3$
|
|
2964
|
-
const _hoisted_4$
|
|
2965
|
-
const _hoisted_5$
|
|
2985
|
+
const _hoisted_3$q = { class: "content" };
|
|
2986
|
+
const _hoisted_4$n = { class: "label" };
|
|
2987
|
+
const _hoisted_5$e = {
|
|
2966
2988
|
key: 0,
|
|
2967
2989
|
class: "prefix"
|
|
2968
2990
|
};
|
|
@@ -2979,7 +3001,7 @@ const _hoisted_9$2 = {
|
|
|
2979
3001
|
key: 3,
|
|
2980
3002
|
class: "trailing-item-reserve-space"
|
|
2981
3003
|
};
|
|
2982
|
-
const _sfc_main$
|
|
3004
|
+
const _sfc_main$1n = /* @__PURE__ */ defineComponent({
|
|
2983
3005
|
__name: "KdsListItem",
|
|
2984
3006
|
props: {
|
|
2985
3007
|
id: {},
|
|
@@ -3033,16 +3055,16 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
3033
3055
|
]),
|
|
3034
3056
|
onClick
|
|
3035
3057
|
}, [
|
|
3036
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
3037
|
-
createVNode(_sfc_main$
|
|
3058
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$z, [
|
|
3059
|
+
createVNode(_sfc_main$1o, {
|
|
3038
3060
|
accessory: props.accessory,
|
|
3039
3061
|
size: accessorySize.value,
|
|
3040
3062
|
disabled: __props.disabled
|
|
3041
3063
|
}, null, 8, ["accessory", "size", "disabled"])
|
|
3042
3064
|
])) : createCommentVNode("", true),
|
|
3043
|
-
createElementVNode("span", _hoisted_3$
|
|
3044
|
-
withDirectives((openBlock(), createElementBlock("span", _hoisted_4$
|
|
3045
|
-
__props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$
|
|
3065
|
+
createElementVNode("span", _hoisted_3$q, [
|
|
3066
|
+
withDirectives((openBlock(), createElementBlock("span", _hoisted_4$n, [
|
|
3067
|
+
__props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$e, "(Missing) ")) : createCommentVNode("", true),
|
|
3046
3068
|
createElementVNode("span", {
|
|
3047
3069
|
class: normalizeClass({ special: __props.special })
|
|
3048
3070
|
}, toDisplayString(props.text), 3)
|
|
@@ -3069,20 +3091,20 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
3069
3091
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
3070
3092
|
!props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_9$2)) : createCommentVNode("", true)
|
|
3071
3093
|
])
|
|
3072
|
-
], 10, _hoisted_1$
|
|
3094
|
+
], 10, _hoisted_1$V);
|
|
3073
3095
|
};
|
|
3074
3096
|
}
|
|
3075
3097
|
});
|
|
3076
3098
|
|
|
3077
|
-
const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3099
|
+
const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["__scopeId", "data-v-634ca251"]]);
|
|
3078
3100
|
|
|
3079
|
-
const _hoisted_1$
|
|
3080
|
-
const _hoisted_2$
|
|
3101
|
+
const _hoisted_1$U = { class: "kds-list-item-section-title" };
|
|
3102
|
+
const _hoisted_2$y = {
|
|
3081
3103
|
key: 0,
|
|
3082
3104
|
class: "icon"
|
|
3083
3105
|
};
|
|
3084
|
-
const _hoisted_3$
|
|
3085
|
-
const _sfc_main$
|
|
3106
|
+
const _hoisted_3$p = { class: "label" };
|
|
3107
|
+
const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
3086
3108
|
__name: "ListItemSectionTitle",
|
|
3087
3109
|
props: {
|
|
3088
3110
|
label: {},
|
|
@@ -3091,14 +3113,14 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
3091
3113
|
setup(__props) {
|
|
3092
3114
|
const props = __props;
|
|
3093
3115
|
return (_ctx, _cache) => {
|
|
3094
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3095
|
-
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
3116
|
+
return openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
3117
|
+
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$y, [
|
|
3096
3118
|
createVNode(KdsIcon, {
|
|
3097
3119
|
name: props.leadingIcon,
|
|
3098
3120
|
size: "small"
|
|
3099
3121
|
}, null, 8, ["name"])
|
|
3100
3122
|
])) : createCommentVNode("", true),
|
|
3101
|
-
withDirectives((openBlock(), createElementBlock("span", _hoisted_3$
|
|
3123
|
+
withDirectives((openBlock(), createElementBlock("span", _hoisted_3$p, [
|
|
3102
3124
|
createTextVNode(toDisplayString(props.label), 1)
|
|
3103
3125
|
])), [
|
|
3104
3126
|
[unref(vKdsTooltip), props.label, "truncated"]
|
|
@@ -3108,9 +3130,9 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
3108
3130
|
}
|
|
3109
3131
|
});
|
|
3110
3132
|
|
|
3111
|
-
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3133
|
+
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__scopeId", "data-v-9a2c8038"]]);
|
|
3112
3134
|
|
|
3113
|
-
const _sfc_main$
|
|
3135
|
+
const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
3114
3136
|
__name: "KdsMenuItem",
|
|
3115
3137
|
props: {
|
|
3116
3138
|
item: {},
|
|
@@ -3280,14 +3302,14 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
3280
3302
|
}
|
|
3281
3303
|
});
|
|
3282
3304
|
|
|
3283
|
-
const KdsMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3305
|
+
const KdsMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__scopeId", "data-v-a4ac96c7"]]);
|
|
3284
3306
|
|
|
3285
3307
|
const ContainerDepthKey = /* @__PURE__ */ Symbol("ContainerDepth");
|
|
3286
3308
|
const ChildItemKey = /* @__PURE__ */ Symbol("ChildItem");
|
|
3287
3309
|
|
|
3288
|
-
const _hoisted_1$
|
|
3289
|
-
const _hoisted_2$
|
|
3290
|
-
const _sfc_main$
|
|
3310
|
+
const _hoisted_1$T = ["id", "aria-label", "aria-activedescendant"];
|
|
3311
|
+
const _hoisted_2$x = ["id"];
|
|
3312
|
+
const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
3291
3313
|
__name: "KdsMenuContainer",
|
|
3292
3314
|
props: {
|
|
3293
3315
|
id: {},
|
|
@@ -3513,19 +3535,19 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
3513
3535
|
items: item.children ?? [],
|
|
3514
3536
|
onItemClick: _cache[0] || (_cache[0] = ($event) => emit("itemClick", $event))
|
|
3515
3537
|
}, null, 8, ["id", "ariaLabel", "items"])
|
|
3516
|
-
], 44, _hoisted_2$
|
|
3538
|
+
], 44, _hoisted_2$x)
|
|
3517
3539
|
]),
|
|
3518
3540
|
_: 2
|
|
3519
3541
|
}, 1032, ["item", "is-last", "active-id", "variant", "onClick", "onMouseenter"]);
|
|
3520
3542
|
}), 128))
|
|
3521
|
-
], 44, _hoisted_1$
|
|
3543
|
+
], 44, _hoisted_1$T);
|
|
3522
3544
|
};
|
|
3523
3545
|
}
|
|
3524
3546
|
});
|
|
3525
3547
|
|
|
3526
|
-
const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3548
|
+
const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["__scopeId", "data-v-5b299c60"]]);
|
|
3527
3549
|
|
|
3528
|
-
const _sfc_main$
|
|
3550
|
+
const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
3529
3551
|
...{
|
|
3530
3552
|
inheritAttrs: false
|
|
3531
3553
|
},
|
|
@@ -3590,7 +3612,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
3590
3612
|
__expose({ menuButtonEl });
|
|
3591
3613
|
return (_ctx, _cache) => {
|
|
3592
3614
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
3593
|
-
createVNode(_sfc_main$
|
|
3615
|
+
createVNode(_sfc_main$1q, mergeProps({ ref: "menuButton" }, toggleButtonProps.value, {
|
|
3594
3616
|
modelValue: isMenuOpen.value,
|
|
3595
3617
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = $event),
|
|
3596
3618
|
"aria-haspopup": "menu",
|
|
@@ -3622,7 +3644,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
3622
3644
|
}
|
|
3623
3645
|
});
|
|
3624
3646
|
|
|
3625
|
-
const _sfc_main$
|
|
3647
|
+
const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
3626
3648
|
__name: "KdsSplitButton",
|
|
3627
3649
|
props: {
|
|
3628
3650
|
dataTestId: {},
|
|
@@ -3723,7 +3745,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
3723
3745
|
}
|
|
3724
3746
|
});
|
|
3725
3747
|
|
|
3726
|
-
const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3748
|
+
const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-e4c177cd"]]);
|
|
3727
3749
|
|
|
3728
3750
|
const kdsActionButtonType = {
|
|
3729
3751
|
BUTTON: "button",
|
|
@@ -3732,12 +3754,12 @@ const kdsActionButtonType = {
|
|
|
3732
3754
|
const kdsActionButtonTypes = Object.values(kdsActionButtonType);
|
|
3733
3755
|
|
|
3734
3756
|
const typeToComponent = {
|
|
3735
|
-
KdsButton: _sfc_main$
|
|
3736
|
-
KdsLinkButton: _sfc_main$
|
|
3757
|
+
KdsButton: _sfc_main$1B,
|
|
3758
|
+
KdsLinkButton: _sfc_main$1A,
|
|
3737
3759
|
KdsSplitButton,
|
|
3738
|
-
KdsMenuButton: _sfc_main$
|
|
3760
|
+
KdsMenuButton: _sfc_main$1j,
|
|
3739
3761
|
KdsProgressButton,
|
|
3740
|
-
KdsToggleButton: _sfc_main$
|
|
3762
|
+
KdsToggleButton: _sfc_main$1q
|
|
3741
3763
|
};
|
|
3742
3764
|
const fullBindings = (entry) => ({
|
|
3743
3765
|
...entry.meta
|
|
@@ -3831,13 +3853,13 @@ const toMenuItem = (entry) => {
|
|
|
3831
3853
|
}
|
|
3832
3854
|
};
|
|
3833
3855
|
|
|
3834
|
-
const _hoisted_1$
|
|
3856
|
+
const _hoisted_1$S = {
|
|
3835
3857
|
ref: "measureContainer",
|
|
3836
3858
|
class: "kds-button-group-measure",
|
|
3837
3859
|
"aria-hidden": "true",
|
|
3838
3860
|
inert: ""
|
|
3839
3861
|
};
|
|
3840
|
-
const _sfc_main$
|
|
3862
|
+
const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
3841
3863
|
...{ inheritAttrs: false },
|
|
3842
3864
|
__name: "KdsResponsiveButtonGroup",
|
|
3843
3865
|
props: {
|
|
@@ -3986,7 +4008,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
3986
4008
|
});
|
|
3987
4009
|
return (_ctx, _cache) => {
|
|
3988
4010
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
3989
|
-
createElementVNode("div", _hoisted_1$
|
|
4011
|
+
createElementVNode("div", _hoisted_1$S, [
|
|
3990
4012
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.buttons, (button) => {
|
|
3991
4013
|
return openBlock(), createBlock(resolveDynamicComponent(unref(typeToComponent)[button.type]), mergeProps({
|
|
3992
4014
|
key: `full-${button.id}`,
|
|
@@ -4005,7 +4027,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
4005
4027
|
unref(iconOnlyBindings)(iconItem.entry, iconItem.leadingIcon, iconItem.label)
|
|
4006
4028
|
), null, 16);
|
|
4007
4029
|
}), 128)),
|
|
4008
|
-
createVNode(_sfc_main$
|
|
4030
|
+
createVNode(_sfc_main$1j, {
|
|
4009
4031
|
ref: "measureMenuButton",
|
|
4010
4032
|
"leading-icon": "more-actions",
|
|
4011
4033
|
ariaLabel: "More actions",
|
|
@@ -4020,7 +4042,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
4020
4042
|
key: visible.entry.id
|
|
4021
4043
|
}, { ref_for: true }, visibleBindings(visible)), null, 16);
|
|
4022
4044
|
}), 128)),
|
|
4023
|
-
overflowMenuItems.value.length ? (openBlock(), createBlock(_sfc_main$
|
|
4045
|
+
overflowMenuItems.value.length ? (openBlock(), createBlock(_sfc_main$1j, {
|
|
4024
4046
|
key: 0,
|
|
4025
4047
|
"leading-icon": "more-actions",
|
|
4026
4048
|
ariaLabel: "More actions",
|
|
@@ -4032,7 +4054,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
4032
4054
|
}
|
|
4033
4055
|
});
|
|
4034
4056
|
|
|
4035
|
-
const KdsResponsiveButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4057
|
+
const KdsResponsiveButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-59d058df"]]);
|
|
4036
4058
|
|
|
4037
4059
|
const kdsResponsiveButtonGroupAlignment = {
|
|
4038
4060
|
LEFT: "left",
|
|
@@ -4057,17 +4079,17 @@ const kdsButtonVariant = {
|
|
|
4057
4079
|
};
|
|
4058
4080
|
const kdsButtonVariants = Object.values(kdsButtonVariant);
|
|
4059
4081
|
|
|
4060
|
-
const _hoisted_1$
|
|
4061
|
-
const _hoisted_2$
|
|
4062
|
-
const _hoisted_3$
|
|
4082
|
+
const _hoisted_1$R = ["aria-disabled"];
|
|
4083
|
+
const _hoisted_2$w = { class: "kds-empty-state-headline" };
|
|
4084
|
+
const _hoisted_3$o = {
|
|
4063
4085
|
key: 1,
|
|
4064
4086
|
class: "kds-empty-state-description"
|
|
4065
4087
|
};
|
|
4066
|
-
const _hoisted_4$
|
|
4088
|
+
const _hoisted_4$m = {
|
|
4067
4089
|
key: 2,
|
|
4068
4090
|
class: "kds-empty-state-action"
|
|
4069
4091
|
};
|
|
4070
|
-
const _sfc_main$
|
|
4092
|
+
const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
4071
4093
|
__name: "KdsEmptyState",
|
|
4072
4094
|
props: {
|
|
4073
4095
|
headline: {},
|
|
@@ -4085,13 +4107,13 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
4085
4107
|
() => props.button && "to" in props.button && props.button.to !== void 0
|
|
4086
4108
|
);
|
|
4087
4109
|
const buttonComponent = computed(
|
|
4088
|
-
() => isLinkButton.value ? _sfc_main$
|
|
4110
|
+
() => isLinkButton.value ? _sfc_main$1A : _sfc_main$1B
|
|
4089
4111
|
);
|
|
4090
4112
|
const isSecondaryLinkButton = computed(
|
|
4091
4113
|
() => props.secondaryButton && "to" in props.secondaryButton && props.secondaryButton.to !== void 0
|
|
4092
4114
|
);
|
|
4093
4115
|
const secondaryButtonComponent = computed(
|
|
4094
|
-
() => isSecondaryLinkButton.value ? _sfc_main$
|
|
4116
|
+
() => isSecondaryLinkButton.value ? _sfc_main$1A : _sfc_main$1B
|
|
4095
4117
|
);
|
|
4096
4118
|
return (_ctx, _cache) => {
|
|
4097
4119
|
return openBlock(), createElementBlock("div", {
|
|
@@ -4105,9 +4127,9 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
4105
4127
|
variant: "onSurface",
|
|
4106
4128
|
"aria-hidden": "true"
|
|
4107
4129
|
})) : createCommentVNode("", true),
|
|
4108
|
-
createElementVNode("p", _hoisted_2$
|
|
4109
|
-
props.description ? (openBlock(), createElementBlock("p", _hoisted_3$
|
|
4110
|
-
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
4130
|
+
createElementVNode("p", _hoisted_2$w, toDisplayString(props.headline), 1),
|
|
4131
|
+
props.description ? (openBlock(), createElementBlock("p", _hoisted_3$o, toDisplayString(props.description), 1)) : createCommentVNode("", true),
|
|
4132
|
+
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
4111
4133
|
(openBlock(), createBlock(resolveDynamicComponent(buttonComponent.value), mergeProps(props.button, {
|
|
4112
4134
|
disabled: props.button?.disabled || __props.disabled,
|
|
4113
4135
|
onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("buttonClick", $event))
|
|
@@ -4117,16 +4139,16 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
4117
4139
|
onClick: _cache[1] || (_cache[1] = ($event) => !__props.disabled && emit("secondaryButtonClick", $event))
|
|
4118
4140
|
}), null, 16, ["disabled"])) : createCommentVNode("", true)
|
|
4119
4141
|
])) : createCommentVNode("", true)
|
|
4120
|
-
], 10, _hoisted_1$
|
|
4142
|
+
], 10, _hoisted_1$R);
|
|
4121
4143
|
};
|
|
4122
4144
|
}
|
|
4123
4145
|
});
|
|
4124
4146
|
|
|
4125
|
-
const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4147
|
+
const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-f5b36ba8"]]);
|
|
4126
4148
|
|
|
4127
|
-
const _hoisted_1$
|
|
4149
|
+
const _hoisted_1$Q = ["aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
|
|
4128
4150
|
const loadingStateText = "Loading entries";
|
|
4129
|
-
const _sfc_main$
|
|
4151
|
+
const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
4130
4152
|
__name: "KdsListContainer",
|
|
4131
4153
|
props: {
|
|
4132
4154
|
possibleValues: {},
|
|
@@ -4249,19 +4271,19 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
4249
4271
|
"loading-spinner": __props.loading
|
|
4250
4272
|
}, null, 8, ["headline", "loading-spinner"])
|
|
4251
4273
|
])) : createCommentVNode("", true)
|
|
4252
|
-
], 16, _hoisted_1$
|
|
4274
|
+
], 16, _hoisted_1$Q);
|
|
4253
4275
|
};
|
|
4254
4276
|
}
|
|
4255
4277
|
});
|
|
4256
4278
|
|
|
4257
|
-
const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4279
|
+
const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-05f72bc6"]]);
|
|
4258
4280
|
|
|
4259
4281
|
const KdsListContainer$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
4260
4282
|
__proto__: null,
|
|
4261
4283
|
default: KdsListContainer
|
|
4262
4284
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
4263
4285
|
|
|
4264
|
-
const _sfc_main$
|
|
4286
|
+
const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
4265
4287
|
...{ inheritAttrs: false },
|
|
4266
4288
|
__name: "KdsMenu",
|
|
4267
4289
|
props: {
|
|
@@ -4361,7 +4383,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
4361
4383
|
}
|
|
4362
4384
|
});
|
|
4363
4385
|
|
|
4364
|
-
const _sfc_main$
|
|
4386
|
+
const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
4365
4387
|
...{ inheritAttrs: false },
|
|
4366
4388
|
__name: "KdsContextMenu",
|
|
4367
4389
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -4442,9 +4464,43 @@ const kdsDimensionComponentHeight2p25x = 36;
|
|
|
4442
4464
|
const kdsSpacingContainer0p10x = 1;
|
|
4443
4465
|
const kdsSpacingContainer0p25x = 4;
|
|
4444
4466
|
|
|
4445
|
-
const
|
|
4446
|
-
|
|
4447
|
-
|
|
4467
|
+
const defaultKeys = [
|
|
4468
|
+
"Tab",
|
|
4469
|
+
"ArrowUp",
|
|
4470
|
+
"ArrowDown",
|
|
4471
|
+
"ArrowLeft",
|
|
4472
|
+
"ArrowRight",
|
|
4473
|
+
" ",
|
|
4474
|
+
"Enter"
|
|
4475
|
+
];
|
|
4476
|
+
const useKeyPressedUntilMouseClick = (keys = defaultKeys) => {
|
|
4477
|
+
const hasUsedKeyboard = ref(false);
|
|
4478
|
+
const turnKeyboardUsageOn = (event) => {
|
|
4479
|
+
if (keys.includes(event.key)) {
|
|
4480
|
+
hasUsedKeyboard.value = true;
|
|
4481
|
+
}
|
|
4482
|
+
};
|
|
4483
|
+
const turnKeyboardUsageOff = () => {
|
|
4484
|
+
hasUsedKeyboard.value = false;
|
|
4485
|
+
};
|
|
4486
|
+
onMounted(() => {
|
|
4487
|
+
document.addEventListener("keydown", turnKeyboardUsageOn, {
|
|
4488
|
+
capture: true
|
|
4489
|
+
});
|
|
4490
|
+
document.addEventListener("pointerdown", turnKeyboardUsageOff, {
|
|
4491
|
+
capture: true
|
|
4492
|
+
});
|
|
4493
|
+
});
|
|
4494
|
+
onUnmounted(() => {
|
|
4495
|
+
document.removeEventListener("keydown", turnKeyboardUsageOn, true);
|
|
4496
|
+
document.removeEventListener("pointerdown", turnKeyboardUsageOff, true);
|
|
4497
|
+
});
|
|
4498
|
+
return hasUsedKeyboard;
|
|
4499
|
+
};
|
|
4500
|
+
|
|
4501
|
+
const _hoisted_1$P = { class: "kds-label-wrapper" };
|
|
4502
|
+
const _hoisted_2$v = ["id", "for"];
|
|
4503
|
+
const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
4448
4504
|
__name: "KdsLabel",
|
|
4449
4505
|
props: {
|
|
4450
4506
|
label: {},
|
|
@@ -4459,14 +4515,14 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
4459
4515
|
() => Promise.resolve().then(() => KdsInfoToggleButton$1)
|
|
4460
4516
|
);
|
|
4461
4517
|
return (_ctx, _cache) => {
|
|
4462
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
4518
|
+
return openBlock(), createElementBlock("div", _hoisted_1$P, [
|
|
4463
4519
|
withDirectives((openBlock(), createElementBlock("label", {
|
|
4464
4520
|
id: props.id,
|
|
4465
4521
|
for: props.for,
|
|
4466
4522
|
class: "label"
|
|
4467
4523
|
}, [
|
|
4468
4524
|
createTextVNode(toDisplayString(props.label), 1)
|
|
4469
|
-
], 8, _hoisted_2$
|
|
4525
|
+
], 8, _hoisted_2$v)), [
|
|
4470
4526
|
[unref(vKdsTooltip), props.label, "truncated"]
|
|
4471
4527
|
]),
|
|
4472
4528
|
props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
|
|
@@ -4479,9 +4535,9 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
4479
4535
|
}
|
|
4480
4536
|
});
|
|
4481
4537
|
|
|
4482
|
-
const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4538
|
+
const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-9b0cb89b"]]);
|
|
4483
4539
|
|
|
4484
|
-
const _sfc_main$
|
|
4540
|
+
const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
4485
4541
|
__name: "BaseFormFieldWrapper",
|
|
4486
4542
|
props: {
|
|
4487
4543
|
id: {},
|
|
@@ -4533,7 +4589,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
4533
4589
|
}
|
|
4534
4590
|
});
|
|
4535
4591
|
|
|
4536
|
-
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4592
|
+
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-49715bc1"]]);
|
|
4537
4593
|
|
|
4538
4594
|
const MIN_SEGMENT_INDEX = 0;
|
|
4539
4595
|
const LARGE_STEP = 10;
|
|
@@ -5213,17 +5269,17 @@ const useInputSegments = (modelValue, getInputElement, configRef) => {
|
|
|
5213
5269
|
};
|
|
5214
5270
|
};
|
|
5215
5271
|
|
|
5216
|
-
const _hoisted_1$
|
|
5272
|
+
const _hoisted_1$O = {
|
|
5217
5273
|
key: 0,
|
|
5218
5274
|
class: "icon-wrapper leading"
|
|
5219
5275
|
};
|
|
5220
|
-
const _hoisted_2$
|
|
5276
|
+
const _hoisted_2$u = {
|
|
5221
5277
|
key: 1,
|
|
5222
5278
|
class: "leading-slot"
|
|
5223
5279
|
};
|
|
5224
|
-
const _hoisted_3$
|
|
5225
|
-
const _hoisted_4$
|
|
5226
|
-
const _hoisted_5$
|
|
5280
|
+
const _hoisted_3$n = ["id", "value", "type", "inputmode", "placeholder", "disabled", "autocomplete", "min", "max", "step", "aria-label", "aria-labelledby", "aria-describedby", "aria-invalid", "role", "pattern", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext", "aria-activedescendant", "aria-haspopup", "aria-controls", "aria-expanded", "aria-autocomplete"];
|
|
5281
|
+
const _hoisted_4$l = ["aria-disabled"];
|
|
5282
|
+
const _hoisted_5$d = {
|
|
5227
5283
|
key: 4,
|
|
5228
5284
|
class: "trailing-slot"
|
|
5229
5285
|
};
|
|
@@ -5231,7 +5287,7 @@ const _hoisted_6$8 = {
|
|
|
5231
5287
|
key: 5,
|
|
5232
5288
|
class: "icon-wrapper trailing"
|
|
5233
5289
|
};
|
|
5234
|
-
const _sfc_main$
|
|
5290
|
+
const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
5235
5291
|
__name: "BaseInput",
|
|
5236
5292
|
props: /* @__PURE__ */ mergeModels({
|
|
5237
5293
|
id: {},
|
|
@@ -5382,13 +5438,13 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
5382
5438
|
}),
|
|
5383
5439
|
onClick: handleContainerClick
|
|
5384
5440
|
}, [
|
|
5385
|
-
props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5441
|
+
props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$O, [
|
|
5386
5442
|
props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
|
|
5387
5443
|
key: 0,
|
|
5388
5444
|
name: props.leadingIcon
|
|
5389
5445
|
}, null, 8, ["name"])) : createCommentVNode("", true)
|
|
5390
5446
|
])) : createCommentVNode("", true),
|
|
5391
|
-
_ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
5447
|
+
_ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$u, [
|
|
5392
5448
|
renderSlot(_ctx.$slots, "leading", {}, void 0, true)
|
|
5393
5449
|
])) : createCommentVNode("", true),
|
|
5394
5450
|
createElementVNode("input", {
|
|
@@ -5433,7 +5489,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
5433
5489
|
onCut: handleInputCut,
|
|
5434
5490
|
onDrop: handleInputDrop,
|
|
5435
5491
|
onDragend: handleInputDragEnd
|
|
5436
|
-
}, null, 42, _hoisted_3$
|
|
5492
|
+
}, null, 42, _hoisted_3$n),
|
|
5437
5493
|
props.unit ? (openBlock(), createElementBlock("span", {
|
|
5438
5494
|
key: 2,
|
|
5439
5495
|
class: normalizeClass({
|
|
@@ -5442,8 +5498,8 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
5442
5498
|
disabled: __props.disabled
|
|
5443
5499
|
}),
|
|
5444
5500
|
"aria-disabled": __props.disabled || void 0
|
|
5445
|
-
}, toDisplayString(props.unit), 11, _hoisted_4$
|
|
5446
|
-
__props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$
|
|
5501
|
+
}, toDisplayString(props.unit), 11, _hoisted_4$l)) : createCommentVNode("", true),
|
|
5502
|
+
__props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1B, {
|
|
5447
5503
|
key: 3,
|
|
5448
5504
|
class: "clear-button",
|
|
5449
5505
|
size: "xsmall",
|
|
@@ -5453,7 +5509,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
5453
5509
|
title: "Clear",
|
|
5454
5510
|
onClick: withModifiers(clearAndFocusInput, ["stop"])
|
|
5455
5511
|
})) : createCommentVNode("", true),
|
|
5456
|
-
_ctx.$slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
5512
|
+
_ctx.$slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_5$d, [
|
|
5457
5513
|
renderSlot(_ctx.$slots, "trailing", {}, void 0, true)
|
|
5458
5514
|
])) : createCommentVNode("", true),
|
|
5459
5515
|
props.trailingIcon ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
|
|
@@ -5466,9 +5522,9 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
5466
5522
|
}
|
|
5467
5523
|
});
|
|
5468
5524
|
|
|
5469
|
-
const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5525
|
+
const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-3455a62d"]]);
|
|
5470
5526
|
|
|
5471
|
-
const _sfc_main$
|
|
5527
|
+
const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
5472
5528
|
__name: "KdsTextInput",
|
|
5473
5529
|
props: /* @__PURE__ */ mergeModels({
|
|
5474
5530
|
description: {},
|
|
@@ -5637,9 +5693,9 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
5637
5693
|
}
|
|
5638
5694
|
});
|
|
5639
5695
|
|
|
5640
|
-
const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5696
|
+
const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-dd35e2a4"]]);
|
|
5641
5697
|
|
|
5642
|
-
const _sfc_main$
|
|
5698
|
+
const _sfc_main$18 = defineComponent({
|
|
5643
5699
|
name: "FileExplorerItemBase",
|
|
5644
5700
|
props: {
|
|
5645
5701
|
isSelected: {
|
|
@@ -5657,7 +5713,7 @@ const _sfc_main$15 = defineComponent({
|
|
|
5657
5713
|
}
|
|
5658
5714
|
});
|
|
5659
5715
|
|
|
5660
|
-
const _hoisted_1$
|
|
5716
|
+
const _hoisted_1$N = ["aria-disabled"];
|
|
5661
5717
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5662
5718
|
return openBlock(), createElementBlock("tr", {
|
|
5663
5719
|
class: normalizeClass(["file-explorer-item-base", {
|
|
@@ -5670,9 +5726,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5670
5726
|
"aria-disabled": _ctx.disabled ? "true" : void 0
|
|
5671
5727
|
}, [
|
|
5672
5728
|
renderSlot(_ctx.$slots, "default")
|
|
5673
|
-
], 10, _hoisted_1$
|
|
5729
|
+
], 10, _hoisted_1$N);
|
|
5674
5730
|
}
|
|
5675
|
-
const FileExplorerItemBase = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5731
|
+
const FileExplorerItemBase = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render], ["__scopeId", "data-v-aad38d13"]]);
|
|
5676
5732
|
|
|
5677
5733
|
const INVALID_NAME_CHARACTERS = /[*?#:";<>%~|/\\]/;
|
|
5678
5734
|
const NAME_CHAR_LIMIT = 255;
|
|
@@ -5711,25 +5767,25 @@ const useNameValidator = (options) => {
|
|
|
5711
5767
|
};
|
|
5712
5768
|
};
|
|
5713
5769
|
|
|
5714
|
-
const _hoisted_1$
|
|
5715
|
-
const _hoisted_2$
|
|
5770
|
+
const _hoisted_1$M = { class: "item-icon" };
|
|
5771
|
+
const _hoisted_2$t = {
|
|
5716
5772
|
key: 0,
|
|
5717
5773
|
class: "open-indicator"
|
|
5718
5774
|
};
|
|
5719
|
-
const _hoisted_3$
|
|
5775
|
+
const _hoisted_3$m = {
|
|
5720
5776
|
key: 0,
|
|
5721
5777
|
class: "inner"
|
|
5722
5778
|
};
|
|
5723
|
-
const _hoisted_4$
|
|
5779
|
+
const _hoisted_4$k = {
|
|
5724
5780
|
key: 0,
|
|
5725
5781
|
class: "item-error"
|
|
5726
5782
|
};
|
|
5727
|
-
const _hoisted_5$
|
|
5783
|
+
const _hoisted_5$c = { class: "inner" };
|
|
5728
5784
|
const _hoisted_6$7 = {
|
|
5729
5785
|
key: 0,
|
|
5730
5786
|
class: /* @__PURE__ */ normalizeClass(["column"])
|
|
5731
5787
|
};
|
|
5732
|
-
const _sfc_main$
|
|
5788
|
+
const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
5733
5789
|
__name: "FileExplorerItem",
|
|
5734
5790
|
props: {
|
|
5735
5791
|
blacklistedNames: {},
|
|
@@ -5830,8 +5886,8 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
5830
5886
|
onDblclick: _cache[11] || (_cache[11] = ($event) => !unref(isRenameActive) && emit("dblclick", $event))
|
|
5831
5887
|
}, {
|
|
5832
5888
|
default: withCtx(() => [
|
|
5833
|
-
createElementVNode("td", _hoisted_1$
|
|
5834
|
-
__props.item.isOpen ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
5889
|
+
createElementVNode("td", _hoisted_1$M, [
|
|
5890
|
+
__props.item.isOpen ? (openBlock(), createElementBlock("span", _hoisted_2$t)) : createCommentVNode("", true),
|
|
5835
5891
|
createVNode(KdsIcon, {
|
|
5836
5892
|
name: __props.item.icon || (__props.item.isDirectory ? "folder" : "file"),
|
|
5837
5893
|
size: "small"
|
|
@@ -5844,7 +5900,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
5844
5900
|
}]),
|
|
5845
5901
|
"data-test-id": "item-name"
|
|
5846
5902
|
}, [
|
|
5847
|
-
!unref(isRenameActive) ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
5903
|
+
!unref(isRenameActive) ? (openBlock(), createElementBlock("div", _hoisted_3$m, toDisplayString(__props.item.name), 1)) : (openBlock(), createElementBlock("div", {
|
|
5848
5904
|
key: 1,
|
|
5849
5905
|
ref_key: "renameInputContainer",
|
|
5850
5906
|
ref: renameInputContainer,
|
|
@@ -5861,7 +5917,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
5861
5917
|
error: !unref(isValid),
|
|
5862
5918
|
onKeydown: _cache[1] || (_cache[1] = withModifiers(($event) => onRenameSubmit($event), ["stop"]))
|
|
5863
5919
|
}, null, 8, ["modelValue", "error"]),
|
|
5864
|
-
!unref(isValid) ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
5920
|
+
!unref(isValid) ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
|
|
5865
5921
|
createElementVNode("span", null, toDisplayString(unref(errorMessage)), 1)
|
|
5866
5922
|
])) : createCommentVNode("", true)
|
|
5867
5923
|
], 512))
|
|
@@ -5873,7 +5929,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
5873
5929
|
key: `dynamicColumn-${name}`,
|
|
5874
5930
|
class: normalizeClass(["column", "dynamic-column"])
|
|
5875
5931
|
}, [
|
|
5876
|
-
createElementVNode("div", _hoisted_5$
|
|
5932
|
+
createElementVNode("div", _hoisted_5$c, [
|
|
5877
5933
|
renderSlot(_ctx.$slots, name, {
|
|
5878
5934
|
isRenameActive: unref(isRenameActive),
|
|
5879
5935
|
isSelected: __props.isSelected
|
|
@@ -5891,9 +5947,9 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
5891
5947
|
}
|
|
5892
5948
|
});
|
|
5893
5949
|
|
|
5894
|
-
const FileExplorerItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5950
|
+
const FileExplorerItem = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-dc2117b4"]]);
|
|
5895
5951
|
|
|
5896
|
-
const _sfc_main$
|
|
5952
|
+
const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
5897
5953
|
__name: "FileExplorerItemBack",
|
|
5898
5954
|
props: {
|
|
5899
5955
|
isDragging: { type: Boolean }
|
|
@@ -5922,7 +5978,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
5922
5978
|
}
|
|
5923
5979
|
});
|
|
5924
5980
|
|
|
5925
|
-
const FileExplorerItemBack = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5981
|
+
const FileExplorerItemBack = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-6053576d"]]);
|
|
5926
5982
|
|
|
5927
5983
|
const getInitialState = () => ({
|
|
5928
5984
|
anchorHistory: [],
|
|
@@ -12787,40 +12843,6 @@ const useItemDragging = (options) => {
|
|
|
12787
12843
|
};
|
|
12788
12844
|
};
|
|
12789
12845
|
|
|
12790
|
-
const defaultKeys = [
|
|
12791
|
-
"Tab",
|
|
12792
|
-
"ArrowUp",
|
|
12793
|
-
"ArrowDown",
|
|
12794
|
-
"ArrowLeft",
|
|
12795
|
-
"ArrowRight",
|
|
12796
|
-
" ",
|
|
12797
|
-
"Enter"
|
|
12798
|
-
];
|
|
12799
|
-
const useKeyPressedUntilMouseClick = (keys = defaultKeys) => {
|
|
12800
|
-
const hasUsedKeyboard = ref(false);
|
|
12801
|
-
const turnKeyboardUsageOn = (event) => {
|
|
12802
|
-
if (keys.includes(event.key)) {
|
|
12803
|
-
hasUsedKeyboard.value = true;
|
|
12804
|
-
}
|
|
12805
|
-
};
|
|
12806
|
-
const turnKeyboardUsageOff = () => {
|
|
12807
|
-
hasUsedKeyboard.value = false;
|
|
12808
|
-
};
|
|
12809
|
-
onMounted(() => {
|
|
12810
|
-
document.addEventListener("keydown", turnKeyboardUsageOn, {
|
|
12811
|
-
capture: true
|
|
12812
|
-
});
|
|
12813
|
-
document.addEventListener("pointerdown", turnKeyboardUsageOff, {
|
|
12814
|
-
capture: true
|
|
12815
|
-
});
|
|
12816
|
-
});
|
|
12817
|
-
onUnmounted(() => {
|
|
12818
|
-
document.removeEventListener("keydown", turnKeyboardUsageOn, true);
|
|
12819
|
-
document.removeEventListener("pointerdown", turnKeyboardUsageOff, true);
|
|
12820
|
-
});
|
|
12821
|
-
return hasUsedKeyboard;
|
|
12822
|
-
};
|
|
12823
|
-
|
|
12824
12846
|
const ELEMENT_ID = "kds-file-explorer-context-menu-anchor-helper";
|
|
12825
12847
|
const remove = () => {
|
|
12826
12848
|
document.querySelector(`#${ELEMENT_ID}`)?.remove();
|
|
@@ -12844,12 +12866,12 @@ const popoverAnchor = {
|
|
|
12844
12866
|
remove
|
|
12845
12867
|
};
|
|
12846
12868
|
|
|
12847
|
-
const _hoisted_1$
|
|
12848
|
-
const _hoisted_2$
|
|
12869
|
+
const _hoisted_1$L = { class: "file-explorer" };
|
|
12870
|
+
const _hoisted_2$s = {
|
|
12849
12871
|
key: 0,
|
|
12850
12872
|
class: "empty"
|
|
12851
12873
|
};
|
|
12852
|
-
const _sfc_main$
|
|
12874
|
+
const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
12853
12875
|
__name: "KdsFileExplorer",
|
|
12854
12876
|
props: /* @__PURE__ */ mergeModels({
|
|
12855
12877
|
activeRenamedItemId: {},
|
|
@@ -12875,7 +12897,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
12875
12897
|
emits: /* @__PURE__ */ mergeModels(["update:selectedItemIds", "changeDirectory", "openFile", "moveItems", "dragend", "drag", "renameFile"], ["update:activeRenamedItemId"]),
|
|
12876
12898
|
setup(__props, { emit: __emit }) {
|
|
12877
12899
|
useCssVars((_ctx) => ({
|
|
12878
|
-
"
|
|
12900
|
+
"v4225dc64": itemHeight.value + "px"
|
|
12879
12901
|
}));
|
|
12880
12902
|
const props = __props;
|
|
12881
12903
|
const activeRenamedItemId = useModel(__props, "activeRenamedItemId");
|
|
@@ -13179,7 +13201,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
13179
13201
|
() => Object.keys(slots).filter((key) => key.startsWith("dynamicColumn"))
|
|
13180
13202
|
);
|
|
13181
13203
|
return (_ctx, _cache) => {
|
|
13182
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
13204
|
+
return openBlock(), createElementBlock("div", _hoisted_1$L, [
|
|
13183
13205
|
createElementVNode("table", mergeProps({
|
|
13184
13206
|
tabindex: "0",
|
|
13185
13207
|
class: ["scroll-container", { "keyboard-focus": unref(keyPressedUntilMouseClick) }],
|
|
@@ -13250,7 +13272,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
13250
13272
|
hasOptionsMenu.value ? {
|
|
13251
13273
|
name: "optionsMenu",
|
|
13252
13274
|
fn: withCtx(() => [
|
|
13253
|
-
createVNode(_sfc_main$
|
|
13275
|
+
createVNode(_sfc_main$1q, {
|
|
13254
13276
|
tabindex: "-1",
|
|
13255
13277
|
"model-value": contextMenuAnchor.value?.item.id === item.id && contextMenuAnchor.value.openedBy === "optionsMenu",
|
|
13256
13278
|
size: __props.size === "small" ? "xsmall" : "small",
|
|
@@ -13276,7 +13298,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
13276
13298
|
} : void 0
|
|
13277
13299
|
]), 1032, ["class", "disabled", "item", "is-dragging", "is-selected", "is-rename-active", "blacklisted-names", "is-dragging-enabled", "has-options-menu", "onDragstart", "onDragenter", "onDragleave", "onDragend", "onDrag", "onClick", "onContextmenu", "onKeydown", "onDrop", "onDblclick"]);
|
|
13278
13300
|
}), 128)),
|
|
13279
|
-
__props.items.length === 0 ? (openBlock(), createElementBlock("tr", _hoisted_2$
|
|
13301
|
+
__props.items.length === 0 ? (openBlock(), createElementBlock("tr", _hoisted_2$s, [
|
|
13280
13302
|
createElementVNode("td", null, [
|
|
13281
13303
|
createVNode(KdsEmptyState, mergeProps({
|
|
13282
13304
|
headline: __props.emptyState?.headline ?? "Folder is empty"
|
|
@@ -13328,7 +13350,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
13328
13350
|
}
|
|
13329
13351
|
});
|
|
13330
13352
|
|
|
13331
|
-
const KdsFileExplorer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13353
|
+
const KdsFileExplorer = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-10e65eb3"]]);
|
|
13332
13354
|
|
|
13333
13355
|
const kdsFileExplorerSize = {
|
|
13334
13356
|
SMALL: "small",
|
|
@@ -13344,14 +13366,14 @@ const kdsFileExplorerDraggingAnimationModes = Object.values(
|
|
|
13344
13366
|
kdsFileExplorerDraggingAnimationMode
|
|
13345
13367
|
);
|
|
13346
13368
|
|
|
13347
|
-
const _hoisted_1$
|
|
13348
|
-
const _hoisted_2$
|
|
13349
|
-
const _hoisted_3$
|
|
13350
|
-
const _hoisted_4$
|
|
13351
|
-
const _hoisted_5$
|
|
13369
|
+
const _hoisted_1$K = { class: "kds-preview-list" };
|
|
13370
|
+
const _hoisted_2$r = { class: "kds-preview-list-title-row" };
|
|
13371
|
+
const _hoisted_3$l = { class: "kds-preview-list-content" };
|
|
13372
|
+
const _hoisted_4$j = { class: "kds-preview-list-headline" };
|
|
13373
|
+
const _hoisted_5$b = ["aria-label"];
|
|
13352
13374
|
const _hoisted_6$6 = { class: "kds-preview-list-show-hide" };
|
|
13353
13375
|
const DEFAULT_MAX_VISIBLE_ITEMS = 6;
|
|
13354
|
-
const _sfc_main$
|
|
13376
|
+
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
13355
13377
|
__name: "KdsPreviewList",
|
|
13356
13378
|
props: /* @__PURE__ */ mergeModels({
|
|
13357
13379
|
expanded: { type: Boolean },
|
|
@@ -13386,8 +13408,8 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
13386
13408
|
})
|
|
13387
13409
|
);
|
|
13388
13410
|
return (_ctx, _cache) => {
|
|
13389
|
-
return openBlock(), createElementBlock("section", _hoisted_1$
|
|
13390
|
-
createElementVNode("header", _hoisted_2$
|
|
13411
|
+
return openBlock(), createElementBlock("section", _hoisted_1$K, [
|
|
13412
|
+
createElementVNode("header", _hoisted_2$r, [
|
|
13391
13413
|
__props.loading && !expanded.value ? (openBlock(), createBlock(KdsLoadingSpinner, {
|
|
13392
13414
|
key: 0,
|
|
13393
13415
|
size: "small",
|
|
@@ -13397,10 +13419,10 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
13397
13419
|
name: __props.leadingIcon,
|
|
13398
13420
|
size: "small"
|
|
13399
13421
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
13400
|
-
createElementVNode("div", _hoisted_3$
|
|
13401
|
-
createElementVNode("span", _hoisted_4$
|
|
13422
|
+
createElementVNode("div", _hoisted_3$l, [
|
|
13423
|
+
createElementVNode("span", _hoisted_4$j, toDisplayString(props.headline), 1)
|
|
13402
13424
|
]),
|
|
13403
|
-
__props.trailingButton ? (openBlock(), createBlock(_sfc_main$
|
|
13425
|
+
__props.trailingButton ? (openBlock(), createBlock(_sfc_main$1B, normalizeProps(mergeProps({ key: 2 }, trailingButtonProps.value)), null, 16)) : createCommentVNode("", true)
|
|
13404
13426
|
]),
|
|
13405
13427
|
withDirectives(createElementVNode("div", {
|
|
13406
13428
|
id: bodyId,
|
|
@@ -13433,12 +13455,12 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
13433
13455
|
}, ["stop"]))
|
|
13434
13456
|
}, null, 8, ["id", "text", "accessory"]);
|
|
13435
13457
|
}), 128))
|
|
13436
|
-
], 8, _hoisted_5$
|
|
13458
|
+
], 8, _hoisted_5$b)) : createCommentVNode("", true)
|
|
13437
13459
|
], 512), [
|
|
13438
13460
|
[vShow, expanded.value]
|
|
13439
13461
|
]),
|
|
13440
13462
|
createElementVNode("footer", _hoisted_6$6, [
|
|
13441
|
-
createVNode(_sfc_main$
|
|
13463
|
+
createVNode(_sfc_main$1B, {
|
|
13442
13464
|
class: "kds-preview-list-toggle",
|
|
13443
13465
|
label: expanded.value ? "Hide all" : "Show all",
|
|
13444
13466
|
"trailing-icon": expanded.value ? "chevron-up" : "chevron-down",
|
|
@@ -13454,13 +13476,13 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
13454
13476
|
}
|
|
13455
13477
|
});
|
|
13456
13478
|
|
|
13457
|
-
const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13479
|
+
const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-a11103f6"]]);
|
|
13458
13480
|
|
|
13459
|
-
const _hoisted_1$
|
|
13460
|
-
const _hoisted_2$
|
|
13461
|
-
const _hoisted_3$
|
|
13462
|
-
const _hoisted_4$
|
|
13463
|
-
const _sfc_main$
|
|
13481
|
+
const _hoisted_1$J = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
|
|
13482
|
+
const _hoisted_2$q = ["id"];
|
|
13483
|
+
const _hoisted_3$k = { class: "legend-text" };
|
|
13484
|
+
const _hoisted_4$i = { class: "kds-fieldset-content" };
|
|
13485
|
+
const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
13464
13486
|
__name: "BaseFieldsetWrapper",
|
|
13465
13487
|
props: {
|
|
13466
13488
|
id: {},
|
|
@@ -13499,7 +13521,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
13499
13521
|
id: legendId.value,
|
|
13500
13522
|
class: "kds-fieldset-legend"
|
|
13501
13523
|
}, [
|
|
13502
|
-
withDirectives((openBlock(), createElementBlock("span", _hoisted_3$
|
|
13524
|
+
withDirectives((openBlock(), createElementBlock("span", _hoisted_3$k, [
|
|
13503
13525
|
createTextVNode(toDisplayString(props.label), 1)
|
|
13504
13526
|
])), [
|
|
13505
13527
|
[unref(vKdsTooltip), props.label, "truncated"]
|
|
@@ -13509,8 +13531,8 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
13509
13531
|
content: props.description,
|
|
13510
13532
|
hidden: !isHovered.value
|
|
13511
13533
|
}, null, 8, ["content", "hidden"])) : createCommentVNode("", true)
|
|
13512
|
-
], 8, _hoisted_2$
|
|
13513
|
-
createElementVNode("div", _hoisted_4$
|
|
13534
|
+
], 8, _hoisted_2$q)) : createCommentVNode("", true),
|
|
13535
|
+
createElementVNode("div", _hoisted_4$i, [
|
|
13514
13536
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
13515
13537
|
]),
|
|
13516
13538
|
createVNode(KdsSubText, {
|
|
@@ -13520,14 +13542,14 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
13520
13542
|
validating: props.validating,
|
|
13521
13543
|
"preserve-sub-text-space": props.preserveSubTextSpace
|
|
13522
13544
|
}, null, 8, ["id", "sub-text", "error", "validating", "preserve-sub-text-space"])
|
|
13523
|
-
], 40, _hoisted_1$
|
|
13545
|
+
], 40, _hoisted_1$J);
|
|
13524
13546
|
};
|
|
13525
13547
|
}
|
|
13526
13548
|
});
|
|
13527
13549
|
|
|
13528
|
-
const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13550
|
+
const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-f3228e9e"]]);
|
|
13529
13551
|
|
|
13530
|
-
const _sfc_main
|
|
13552
|
+
const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
13531
13553
|
__name: "KdsCheckboxGroup",
|
|
13532
13554
|
props: /* @__PURE__ */ mergeModels({
|
|
13533
13555
|
id: {},
|
|
@@ -13607,7 +13629,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
13607
13629
|
}
|
|
13608
13630
|
});
|
|
13609
13631
|
|
|
13610
|
-
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
13632
|
+
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-c6536296"]]);
|
|
13611
13633
|
|
|
13612
13634
|
const kdsCheckboxGroupAlignment = {
|
|
13613
13635
|
VERTICAL: "vertical",
|
|
@@ -13636,18 +13658,18 @@ const kdsToggleSwitchLabelPositions = Object.values(
|
|
|
13636
13658
|
kdsToggleSwitchLabelPosition
|
|
13637
13659
|
);
|
|
13638
13660
|
|
|
13639
|
-
const _hoisted_1$
|
|
13640
|
-
const _hoisted_2$
|
|
13641
|
-
const _hoisted_3$
|
|
13661
|
+
const _hoisted_1$I = ["disabled", "aria-label", "aria-checked"];
|
|
13662
|
+
const _hoisted_2$p = { class: "control" };
|
|
13663
|
+
const _hoisted_3$j = {
|
|
13642
13664
|
class: "knob",
|
|
13643
13665
|
"aria-hidden": "true"
|
|
13644
13666
|
};
|
|
13645
|
-
const _hoisted_4$
|
|
13667
|
+
const _hoisted_4$h = {
|
|
13646
13668
|
key: 0,
|
|
13647
13669
|
class: "content"
|
|
13648
13670
|
};
|
|
13649
|
-
const _hoisted_5$
|
|
13650
|
-
const _sfc_main$
|
|
13671
|
+
const _hoisted_5$a = { class: "label" };
|
|
13672
|
+
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
13651
13673
|
__name: "KdsToggleSwitch",
|
|
13652
13674
|
props: /* @__PURE__ */ mergeModels({
|
|
13653
13675
|
disabled: { type: Boolean, default: false },
|
|
@@ -13687,37 +13709,37 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
13687
13709
|
role: "switch",
|
|
13688
13710
|
onClick: handleClick
|
|
13689
13711
|
}, [
|
|
13690
|
-
createElementVNode("div", _hoisted_2$
|
|
13691
|
-
createElementVNode("div", _hoisted_3$
|
|
13712
|
+
createElementVNode("div", _hoisted_2$p, [
|
|
13713
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
13692
13714
|
createVNode(KdsIcon, {
|
|
13693
13715
|
name: isChecked.value ? "checkmark" : "x-close",
|
|
13694
13716
|
size: __props.size === "small" ? "xsmall" : "small"
|
|
13695
13717
|
}, null, 8, ["name", "size"])
|
|
13696
13718
|
])
|
|
13697
13719
|
]),
|
|
13698
|
-
props.label ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
13699
|
-
createElementVNode("span", _hoisted_5$
|
|
13720
|
+
props.label ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
|
|
13721
|
+
createElementVNode("span", _hoisted_5$a, toDisplayString(props.label), 1)
|
|
13700
13722
|
])) : createCommentVNode("", true)
|
|
13701
|
-
], 10, _hoisted_1$
|
|
13723
|
+
], 10, _hoisted_1$I);
|
|
13702
13724
|
};
|
|
13703
13725
|
}
|
|
13704
13726
|
});
|
|
13705
13727
|
|
|
13706
|
-
const KdsToggleSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13728
|
+
const KdsToggleSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-417fc16d"]]);
|
|
13707
13729
|
|
|
13708
|
-
const _hoisted_1$
|
|
13709
|
-
const _hoisted_2$
|
|
13710
|
-
const _hoisted_3$
|
|
13730
|
+
const _hoisted_1$H = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
|
|
13731
|
+
const _hoisted_2$o = { class: "control" };
|
|
13732
|
+
const _hoisted_3$i = {
|
|
13711
13733
|
key: 0,
|
|
13712
13734
|
class: "dot",
|
|
13713
13735
|
viewBox: "0 0 2 2",
|
|
13714
13736
|
"aria-hidden": "true",
|
|
13715
13737
|
focusable: "false"
|
|
13716
13738
|
};
|
|
13717
|
-
const _hoisted_4$
|
|
13718
|
-
const _hoisted_5$
|
|
13739
|
+
const _hoisted_4$g = { class: "content" };
|
|
13740
|
+
const _hoisted_5$9 = { class: "label" };
|
|
13719
13741
|
const _hoisted_6$5 = ["id"];
|
|
13720
|
-
const _sfc_main$
|
|
13742
|
+
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
13721
13743
|
__name: "KdsRadioButton",
|
|
13722
13744
|
props: /* @__PURE__ */ mergeModels({
|
|
13723
13745
|
modelValue: { type: Boolean },
|
|
@@ -13758,8 +13780,8 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
13758
13780
|
type: "button",
|
|
13759
13781
|
onClick: handleClick
|
|
13760
13782
|
}, [
|
|
13761
|
-
createElementVNode("div", _hoisted_2$
|
|
13762
|
-
modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$
|
|
13783
|
+
createElementVNode("div", _hoisted_2$o, [
|
|
13784
|
+
modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$i, [..._cache[0] || (_cache[0] = [
|
|
13763
13785
|
createElementVNode("circle", {
|
|
13764
13786
|
cx: "1",
|
|
13765
13787
|
cy: "1",
|
|
@@ -13767,20 +13789,20 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
13767
13789
|
}, null, -1)
|
|
13768
13790
|
])])) : createCommentVNode("", true)
|
|
13769
13791
|
]),
|
|
13770
|
-
createElementVNode("div", _hoisted_4$
|
|
13771
|
-
createElementVNode("div", _hoisted_5$
|
|
13792
|
+
createElementVNode("div", _hoisted_4$g, [
|
|
13793
|
+
createElementVNode("div", _hoisted_5$9, toDisplayString(props.text), 1),
|
|
13772
13794
|
props.helperText ? (openBlock(), createElementBlock("div", {
|
|
13773
13795
|
key: 0,
|
|
13774
13796
|
id: `${unref(id)}-helper`,
|
|
13775
13797
|
class: "helper-text"
|
|
13776
13798
|
}, toDisplayString(props.helperText), 9, _hoisted_6$5)) : createCommentVNode("", true)
|
|
13777
13799
|
])
|
|
13778
|
-
], 10, _hoisted_1$
|
|
13800
|
+
], 10, _hoisted_1$H);
|
|
13779
13801
|
};
|
|
13780
13802
|
}
|
|
13781
13803
|
});
|
|
13782
13804
|
|
|
13783
|
-
const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13805
|
+
const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-f4f6392a"]]);
|
|
13784
13806
|
|
|
13785
13807
|
const useRadioSelection = ({
|
|
13786
13808
|
selectedId,
|
|
@@ -13902,7 +13924,7 @@ const useRadioSelection = ({
|
|
|
13902
13924
|
};
|
|
13903
13925
|
};
|
|
13904
13926
|
|
|
13905
|
-
const _sfc_main
|
|
13927
|
+
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
13906
13928
|
__name: "KdsRadioButtonGroup",
|
|
13907
13929
|
props: /* @__PURE__ */ mergeModels({
|
|
13908
13930
|
modelValue: {},
|
|
@@ -13978,14 +14000,14 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
13978
14000
|
}
|
|
13979
14001
|
});
|
|
13980
14002
|
|
|
13981
|
-
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
14003
|
+
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-d78ed4a2"]]);
|
|
13982
14004
|
|
|
13983
|
-
const _hoisted_1$
|
|
13984
|
-
const _hoisted_2$
|
|
14005
|
+
const _hoisted_1$G = ["aria-checked", "aria-label", "disabled", "tabindex"];
|
|
14006
|
+
const _hoisted_2$n = {
|
|
13985
14007
|
key: 1,
|
|
13986
14008
|
class: "option-label"
|
|
13987
14009
|
};
|
|
13988
|
-
const _sfc_main$
|
|
14010
|
+
const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
13989
14011
|
__name: "ValueSwitchItem",
|
|
13990
14012
|
props: {
|
|
13991
14013
|
selected: { type: Boolean },
|
|
@@ -14021,7 +14043,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
14021
14043
|
name: props.leadingIcon,
|
|
14022
14044
|
size: __props.size
|
|
14023
14045
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true),
|
|
14024
|
-
props.text ? withDirectives((openBlock(), createElementBlock("span", _hoisted_2$
|
|
14046
|
+
props.text ? withDirectives((openBlock(), createElementBlock("span", _hoisted_2$n, [
|
|
14025
14047
|
createTextVNode(toDisplayString(props.text), 1)
|
|
14026
14048
|
])), [
|
|
14027
14049
|
[unref(vKdsTooltip), props.text, "truncated"]
|
|
@@ -14031,14 +14053,14 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
14031
14053
|
name: props.trailingIcon,
|
|
14032
14054
|
size: __props.size
|
|
14033
14055
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true)
|
|
14034
|
-
], 10, _hoisted_1$
|
|
14056
|
+
], 10, _hoisted_1$G)), [
|
|
14035
14057
|
[unref(vKdsTooltip), props.title || void 0]
|
|
14036
14058
|
]);
|
|
14037
14059
|
};
|
|
14038
14060
|
}
|
|
14039
14061
|
});
|
|
14040
14062
|
|
|
14041
|
-
const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14063
|
+
const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-158bc82b"]]);
|
|
14042
14064
|
|
|
14043
14065
|
const useValueSwitchIconHiding = ({
|
|
14044
14066
|
width,
|
|
@@ -14089,7 +14111,7 @@ const useValueSwitchIconHiding = ({
|
|
|
14089
14111
|
};
|
|
14090
14112
|
};
|
|
14091
14113
|
|
|
14092
|
-
const _sfc_main$
|
|
14114
|
+
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
14093
14115
|
__name: "KdsValueSwitch",
|
|
14094
14116
|
props: /* @__PURE__ */ mergeModels({
|
|
14095
14117
|
modelValue: {},
|
|
@@ -14179,7 +14201,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
14179
14201
|
}
|
|
14180
14202
|
});
|
|
14181
14203
|
|
|
14182
|
-
const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14204
|
+
const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-f6d51795"]]);
|
|
14183
14205
|
|
|
14184
14206
|
const kdsRadioButtonGroupAlignment = {
|
|
14185
14207
|
VERTICAL: "vertical",
|
|
@@ -14370,7 +14392,7 @@ const createKdsNumberParser = (params) => {
|
|
|
14370
14392
|
|
|
14371
14393
|
const REPEAT_INITIAL_DELAY_MS = 400;
|
|
14372
14394
|
const REPEAT_INTERVAL_MS = 100;
|
|
14373
|
-
const _sfc_main$
|
|
14395
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
14374
14396
|
__name: "KdsNumberInput",
|
|
14375
14397
|
props: /* @__PURE__ */ mergeModels({
|
|
14376
14398
|
description: {},
|
|
@@ -14557,7 +14579,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
14557
14579
|
onBlur: handleBlur
|
|
14558
14580
|
}), {
|
|
14559
14581
|
trailing: withCtx(() => [
|
|
14560
|
-
createVNode(_sfc_main$
|
|
14582
|
+
createVNode(_sfc_main$1B, {
|
|
14561
14583
|
size: "xsmall",
|
|
14562
14584
|
variant: "outlined",
|
|
14563
14585
|
"leading-icon": "minus",
|
|
@@ -14569,7 +14591,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
14569
14591
|
onPointerleave: stopRepeating,
|
|
14570
14592
|
onPointercancel: stopRepeating
|
|
14571
14593
|
}, null, 8, ["ariaLabel", "disabled"]),
|
|
14572
|
-
createVNode(_sfc_main$
|
|
14594
|
+
createVNode(_sfc_main$1B, {
|
|
14573
14595
|
size: "xsmall",
|
|
14574
14596
|
variant: "outlined",
|
|
14575
14597
|
"leading-icon": "plus",
|
|
@@ -14736,8 +14758,8 @@ const removeAlphaFromHexInput = (next) => {
|
|
|
14736
14758
|
return next;
|
|
14737
14759
|
};
|
|
14738
14760
|
|
|
14739
|
-
const _hoisted_1$
|
|
14740
|
-
const _sfc_main$
|
|
14761
|
+
const _hoisted_1$F = ["aria-label", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext"];
|
|
14762
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
14741
14763
|
__name: "ColorPickerSlider",
|
|
14742
14764
|
props: /* @__PURE__ */ mergeModels({
|
|
14743
14765
|
label: {},
|
|
@@ -14821,16 +14843,16 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
14821
14843
|
onKeydown: onKeyDown
|
|
14822
14844
|
}, [..._cache[5] || (_cache[5] = [
|
|
14823
14845
|
createElementVNode("div", { class: "handle" }, null, -1)
|
|
14824
|
-
])], 40, _hoisted_1$
|
|
14846
|
+
])], 40, _hoisted_1$F);
|
|
14825
14847
|
};
|
|
14826
14848
|
}
|
|
14827
14849
|
});
|
|
14828
14850
|
|
|
14829
|
-
const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14851
|
+
const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-f4be2bd4"]]);
|
|
14830
14852
|
|
|
14831
|
-
const _hoisted_1$
|
|
14832
|
-
const _hoisted_2$
|
|
14833
|
-
const _hoisted_3$
|
|
14853
|
+
const _hoisted_1$E = { class: "kds-color-picker" };
|
|
14854
|
+
const _hoisted_2$m = ["aria-valuetext"];
|
|
14855
|
+
const _hoisted_3$h = { class: "value-inputs" };
|
|
14834
14856
|
const DEFAULT_HUE_DEG = 270;
|
|
14835
14857
|
const DEFAULT_SATURATION = 0.8;
|
|
14836
14858
|
const DEFAULT_VALUE = 0.9;
|
|
@@ -14844,7 +14866,7 @@ const KEYBOARD_LARGE_STEP = 0.1;
|
|
|
14844
14866
|
const HUE_KEYBOARD_STEP_DEG = 1;
|
|
14845
14867
|
const HUE_KEYBOARD_LARGE_STEP_DEG = 10;
|
|
14846
14868
|
const TO_BOTTOM_GRADIENT = "linear-gradient(to bottom, transparent, black)";
|
|
14847
|
-
const _sfc_main$
|
|
14869
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
14848
14870
|
__name: "ColorPicker",
|
|
14849
14871
|
props: /* @__PURE__ */ mergeModels({
|
|
14850
14872
|
modelValue: {}
|
|
@@ -14994,7 +15016,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
14994
15016
|
}
|
|
14995
15017
|
};
|
|
14996
15018
|
return (_ctx, _cache) => {
|
|
14997
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
15019
|
+
return openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
14998
15020
|
createElementVNode("div", {
|
|
14999
15021
|
ref_key: "colorspaceEl",
|
|
15000
15022
|
ref: colorspaceEl,
|
|
@@ -15022,7 +15044,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
15022
15044
|
class: "handle",
|
|
15023
15045
|
style: normalizeStyle(colorspaceHandleStyle.value)
|
|
15024
15046
|
}, null, 4)
|
|
15025
|
-
], 44, _hoisted_2$
|
|
15047
|
+
], 44, _hoisted_2$m),
|
|
15026
15048
|
createVNode(ColorPickerSlider, {
|
|
15027
15049
|
modelValue: hue.value,
|
|
15028
15050
|
"onUpdate:modelValue": [
|
|
@@ -15057,7 +15079,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
15057
15079
|
step: KEYBOARD_STEP,
|
|
15058
15080
|
"large-step": KEYBOARD_LARGE_STEP
|
|
15059
15081
|
}, null, 8, ["modelValue", "value-now", "value-text"]),
|
|
15060
|
-
createElementVNode("div", _hoisted_3$
|
|
15082
|
+
createElementVNode("div", _hoisted_3$h, [
|
|
15061
15083
|
createVNode(KdsTextInput, {
|
|
15062
15084
|
"model-value": hexInputValue.value,
|
|
15063
15085
|
ariaLabel: "Color hex value",
|
|
@@ -15065,7 +15087,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
15065
15087
|
"onUpdate:modelValue": updateFromTextValue,
|
|
15066
15088
|
onFocusout: onHexInputFocusOut
|
|
15067
15089
|
}, null, 8, ["model-value"]),
|
|
15068
|
-
createVNode(_sfc_main$
|
|
15090
|
+
createVNode(_sfc_main$Y, {
|
|
15069
15091
|
"model-value": alphaPercent.value,
|
|
15070
15092
|
ariaLabel: "Alpha percentage",
|
|
15071
15093
|
min: 0,
|
|
@@ -15080,7 +15102,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
15080
15102
|
}
|
|
15081
15103
|
});
|
|
15082
15104
|
|
|
15083
|
-
const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15105
|
+
const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-6728e280"]]);
|
|
15084
15106
|
|
|
15085
15107
|
const HEX_LENGTH_1 = 1;
|
|
15086
15108
|
const HEX_LENGTH_2 = 2;
|
|
@@ -15154,7 +15176,7 @@ const useColorInputValidationOnFocusOut = (modelValue) => {
|
|
|
15154
15176
|
return { handleFocusOut };
|
|
15155
15177
|
};
|
|
15156
15178
|
|
|
15157
|
-
const _sfc_main$
|
|
15179
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
15158
15180
|
__name: "KdsColorInput",
|
|
15159
15181
|
props: /* @__PURE__ */ mergeModels({
|
|
15160
15182
|
description: {},
|
|
@@ -15218,7 +15240,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
15218
15240
|
}, null, 8, ["color", "style"])
|
|
15219
15241
|
]),
|
|
15220
15242
|
trailing: withCtx(() => [
|
|
15221
|
-
createVNode(unref(_sfc_main$
|
|
15243
|
+
createVNode(unref(_sfc_main$1q), {
|
|
15222
15244
|
modelValue: open.value,
|
|
15223
15245
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
15224
15246
|
size: "xsmall",
|
|
@@ -15259,7 +15281,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
15259
15281
|
}
|
|
15260
15282
|
});
|
|
15261
15283
|
|
|
15262
|
-
const _sfc_main$
|
|
15284
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
15263
15285
|
__name: "KdsPasswordInput",
|
|
15264
15286
|
props: /* @__PURE__ */ mergeModels({
|
|
15265
15287
|
description: {},
|
|
@@ -15321,7 +15343,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
15321
15343
|
onBlur: handleBlur
|
|
15322
15344
|
}), {
|
|
15323
15345
|
trailing: withCtx(() => [
|
|
15324
|
-
__props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$
|
|
15346
|
+
__props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$1q, {
|
|
15325
15347
|
key: 0,
|
|
15326
15348
|
modelValue: showValue.value,
|
|
15327
15349
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showValue.value = $event),
|
|
@@ -15361,7 +15383,7 @@ const kdsPasswordInputAutocompletes = Object.values(
|
|
|
15361
15383
|
kdsPasswordInputAutocomplete
|
|
15362
15384
|
);
|
|
15363
15385
|
|
|
15364
|
-
const _sfc_main$
|
|
15386
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
15365
15387
|
__name: "KdsUsernameInput",
|
|
15366
15388
|
props: /* @__PURE__ */ mergeModels({
|
|
15367
15389
|
description: {},
|
|
@@ -19373,17 +19395,17 @@ const sn = /*@__PURE__*/ new WeakMap, cn = /*@__PURE__*/ sn.get.bind(sn), un = /
|
|
|
19373
19395
|
DateTimeFormat: Xn
|
|
19374
19396
|
}));
|
|
19375
19397
|
|
|
19376
|
-
const _hoisted_1$
|
|
19398
|
+
const _hoisted_1$D = {
|
|
19377
19399
|
role: "row",
|
|
19378
19400
|
class: "kds-date-picker-header-row"
|
|
19379
19401
|
};
|
|
19380
|
-
const _hoisted_2$
|
|
19381
|
-
const _hoisted_3$
|
|
19382
|
-
const _hoisted_4$
|
|
19402
|
+
const _hoisted_2$l = ["aria-label"];
|
|
19403
|
+
const _hoisted_3$g = { class: "kds-date-picker-day-grid" };
|
|
19404
|
+
const _hoisted_4$f = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
|
|
19383
19405
|
const REFERENCE_YEAR$2 = 2024;
|
|
19384
19406
|
const DAYS_PER_WEEK = 7;
|
|
19385
19407
|
const TOTAL_CELLS = 42;
|
|
19386
|
-
const _sfc_main$
|
|
19408
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
19387
19409
|
__name: "DatePickerDayGrid",
|
|
19388
19410
|
props: {
|
|
19389
19411
|
modelValue: {},
|
|
@@ -19678,17 +19700,17 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
19678
19700
|
role: "grid",
|
|
19679
19701
|
"aria-label": "Calendar"
|
|
19680
19702
|
}, [
|
|
19681
|
-
createElementVNode("div", _hoisted_1$
|
|
19703
|
+
createElementVNode("div", _hoisted_1$D, [
|
|
19682
19704
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(DAY_LABELS), (day, i) => {
|
|
19683
19705
|
return openBlock(), createElementBlock("div", {
|
|
19684
19706
|
key: day,
|
|
19685
19707
|
role: "columnheader",
|
|
19686
19708
|
"aria-label": unref(DAY_FULL_LABELS)[i],
|
|
19687
19709
|
class: "kds-date-picker-weekday"
|
|
19688
|
-
}, toDisplayString(day), 9, _hoisted_2$
|
|
19710
|
+
}, toDisplayString(day), 9, _hoisted_2$l);
|
|
19689
19711
|
}), 128))
|
|
19690
19712
|
]),
|
|
19691
|
-
createElementVNode("div", _hoisted_3$
|
|
19713
|
+
createElementVNode("div", _hoisted_3$g, [
|
|
19692
19714
|
(openBlock(true), createElementBlock(Fragment, null, renderList(weeks.value, (week, wi) => {
|
|
19693
19715
|
return openBlock(), createElementBlock("div", {
|
|
19694
19716
|
key: wi,
|
|
@@ -19717,7 +19739,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
19717
19739
|
onClick: ($event) => selectDate(day),
|
|
19718
19740
|
onKeydown: onDayKeydown,
|
|
19719
19741
|
onFocus: ($event) => onDayFocus(day)
|
|
19720
|
-
}, toDisplayString(day.day), 43, _hoisted_4$
|
|
19742
|
+
}, toDisplayString(day.day), 43, _hoisted_4$f);
|
|
19721
19743
|
}), 128))
|
|
19722
19744
|
]);
|
|
19723
19745
|
}), 128))
|
|
@@ -19727,13 +19749,13 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
19727
19749
|
}
|
|
19728
19750
|
});
|
|
19729
19751
|
|
|
19730
|
-
const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19752
|
+
const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-51807b35"]]);
|
|
19731
19753
|
|
|
19732
|
-
const _hoisted_1$
|
|
19754
|
+
const _hoisted_1$C = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
|
|
19733
19755
|
const REFERENCE_YEAR$1 = 2024;
|
|
19734
19756
|
const MONTHS_PER_YEAR$1 = 12;
|
|
19735
19757
|
const MONTH_GRID_COLS = 3;
|
|
19736
|
-
const _sfc_main$
|
|
19758
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
19737
19759
|
__name: "DatePickerMonthGrid",
|
|
19738
19760
|
props: {
|
|
19739
19761
|
modelValue: {},
|
|
@@ -19923,7 +19945,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
19923
19945
|
onClick: ($event) => selectMonth(cell.month),
|
|
19924
19946
|
onKeydown: ($event) => onKeydown($event, cell.month),
|
|
19925
19947
|
onFocus: ($event) => focusedCell.value = cell.month
|
|
19926
|
-
}, toDisplayString(cell.label), 43, _hoisted_1$
|
|
19948
|
+
}, toDisplayString(cell.label), 43, _hoisted_1$C);
|
|
19927
19949
|
}), 128))
|
|
19928
19950
|
]);
|
|
19929
19951
|
}), 128))
|
|
@@ -19932,12 +19954,12 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
19932
19954
|
}
|
|
19933
19955
|
});
|
|
19934
19956
|
|
|
19935
|
-
const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19957
|
+
const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-63d96e84"]]);
|
|
19936
19958
|
|
|
19937
|
-
const _hoisted_1$
|
|
19959
|
+
const _hoisted_1$B = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
|
|
19938
19960
|
const YEAR_PAGE_SIZE$1 = 15;
|
|
19939
19961
|
const YEAR_GRID_COLS = 3;
|
|
19940
|
-
const _sfc_main$
|
|
19962
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
19941
19963
|
__name: "DatePickerYearGrid",
|
|
19942
19964
|
props: {
|
|
19943
19965
|
modelValue: {},
|
|
@@ -20095,7 +20117,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
20095
20117
|
onClick: ($event) => selectYear(cell.year),
|
|
20096
20118
|
onKeydown: ($event) => onKeydown($event, cell.year),
|
|
20097
20119
|
onFocus: ($event) => focusedCell.value = cell.year
|
|
20098
|
-
}, toDisplayString(cell.label), 43, _hoisted_1$
|
|
20120
|
+
}, toDisplayString(cell.label), 43, _hoisted_1$B);
|
|
20099
20121
|
}), 128))
|
|
20100
20122
|
]);
|
|
20101
20123
|
}), 128))
|
|
@@ -20104,22 +20126,22 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
20104
20126
|
}
|
|
20105
20127
|
});
|
|
20106
20128
|
|
|
20107
|
-
const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20129
|
+
const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-270d55b9"]]);
|
|
20108
20130
|
|
|
20109
|
-
const _hoisted_1$
|
|
20110
|
-
const _hoisted_2$
|
|
20111
|
-
const _hoisted_3$
|
|
20112
|
-
const _hoisted_4$
|
|
20131
|
+
const _hoisted_1$A = { class: "kds-date-picker" };
|
|
20132
|
+
const _hoisted_2$k = { class: "kds-date-picker-header" };
|
|
20133
|
+
const _hoisted_3$f = { class: "kds-date-picker-nav-block" };
|
|
20134
|
+
const _hoisted_4$e = {
|
|
20113
20135
|
key: 1,
|
|
20114
20136
|
class: "kds-date-picker-header-static-label",
|
|
20115
20137
|
"aria-live": "polite"
|
|
20116
20138
|
};
|
|
20117
|
-
const _hoisted_5$
|
|
20139
|
+
const _hoisted_5$8 = { class: "kds-date-picker-nav-block" };
|
|
20118
20140
|
const _hoisted_6$4 = { class: "kds-date-picker-body" };
|
|
20119
20141
|
const MONTHS_PER_YEAR = 12;
|
|
20120
20142
|
const YEAR_PAGE_SIZE = 15;
|
|
20121
20143
|
const REFERENCE_YEAR = 2024;
|
|
20122
|
-
const _sfc_main$
|
|
20144
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
20123
20145
|
__name: "KdsDatePicker",
|
|
20124
20146
|
props: /* @__PURE__ */ mergeModels({
|
|
20125
20147
|
modelValue: {},
|
|
@@ -20316,10 +20338,10 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
20316
20338
|
});
|
|
20317
20339
|
__expose({ focus });
|
|
20318
20340
|
return (_ctx, _cache) => {
|
|
20319
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
20320
|
-
createElementVNode("div", _hoisted_2$
|
|
20321
|
-
createElementVNode("div", _hoisted_3$
|
|
20322
|
-
view.value === "day" ? (openBlock(), createBlock(_sfc_main$
|
|
20341
|
+
return openBlock(), createElementBlock("div", _hoisted_1$A, [
|
|
20342
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
20343
|
+
createElementVNode("div", _hoisted_3$f, [
|
|
20344
|
+
view.value === "day" ? (openBlock(), createBlock(_sfc_main$1B, {
|
|
20323
20345
|
key: 0,
|
|
20324
20346
|
variant: "transparent",
|
|
20325
20347
|
size: "small",
|
|
@@ -20328,7 +20350,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
20328
20350
|
disabled: prevYearDisabled.value,
|
|
20329
20351
|
onClick: onPrevYear
|
|
20330
20352
|
}, null, 8, ["disabled"])) : createCommentVNode("", true),
|
|
20331
|
-
createVNode(_sfc_main$
|
|
20353
|
+
createVNode(_sfc_main$1B, {
|
|
20332
20354
|
variant: "transparent",
|
|
20333
20355
|
size: "small",
|
|
20334
20356
|
"leading-icon": "chevron-left",
|
|
@@ -20337,16 +20359,16 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
20337
20359
|
onClick: onPrev
|
|
20338
20360
|
}, null, 8, ["ariaLabel", "disabled"])
|
|
20339
20361
|
]),
|
|
20340
|
-
view.value !== "year" ? (openBlock(), createBlock(_sfc_main$
|
|
20362
|
+
view.value !== "year" ? (openBlock(), createBlock(_sfc_main$1B, {
|
|
20341
20363
|
key: 0,
|
|
20342
20364
|
class: "kds-date-picker-header-label",
|
|
20343
20365
|
variant: "transparent",
|
|
20344
20366
|
size: "small",
|
|
20345
20367
|
label: headerLabel.value,
|
|
20346
20368
|
onClick: onHeaderLabelClick
|
|
20347
|
-
}, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$
|
|
20348
|
-
createElementVNode("div", _hoisted_5$
|
|
20349
|
-
createVNode(_sfc_main$
|
|
20369
|
+
}, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$e, toDisplayString(headerLabel.value), 1)),
|
|
20370
|
+
createElementVNode("div", _hoisted_5$8, [
|
|
20371
|
+
createVNode(_sfc_main$1B, {
|
|
20350
20372
|
variant: "transparent",
|
|
20351
20373
|
size: "small",
|
|
20352
20374
|
"leading-icon": "chevron-right",
|
|
@@ -20354,7 +20376,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
20354
20376
|
disabled: nextDisabled.value,
|
|
20355
20377
|
onClick: onNext
|
|
20356
20378
|
}, null, 8, ["ariaLabel", "disabled"]),
|
|
20357
|
-
view.value === "day" ? (openBlock(), createBlock(_sfc_main$
|
|
20379
|
+
view.value === "day" ? (openBlock(), createBlock(_sfc_main$1B, {
|
|
20358
20380
|
key: 0,
|
|
20359
20381
|
variant: "transparent",
|
|
20360
20382
|
size: "small",
|
|
@@ -20406,7 +20428,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
20406
20428
|
}
|
|
20407
20429
|
});
|
|
20408
20430
|
|
|
20409
|
-
const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20431
|
+
const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-e46d7e18"]]);
|
|
20410
20432
|
|
|
20411
20433
|
const YEAR_END_INDEX = 4;
|
|
20412
20434
|
const MONTH_START_INDEX = 4;
|
|
@@ -20509,7 +20531,7 @@ const useDateInputMask = (modelValue) => {
|
|
|
20509
20531
|
|
|
20510
20532
|
const incompleteDateMessage = "Invalid date format. Please provide year (YYYY), month (MM), and day (DD).";
|
|
20511
20533
|
const MONTH_NAME_SAMPLE_YEAR = 2001;
|
|
20512
|
-
const _sfc_main$
|
|
20534
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
20513
20535
|
__name: "KdsDateInput",
|
|
20514
20536
|
props: /* @__PURE__ */ mergeModels({
|
|
20515
20537
|
description: {},
|
|
@@ -20639,7 +20661,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
20639
20661
|
onBlur: onTextInputBlur
|
|
20640
20662
|
}), {
|
|
20641
20663
|
trailing: withCtx(() => [
|
|
20642
|
-
createVNode(_sfc_main$
|
|
20664
|
+
createVNode(_sfc_main$1q, {
|
|
20643
20665
|
modelValue: popoverIsVisible.value,
|
|
20644
20666
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
|
|
20645
20667
|
size: "xsmall",
|
|
@@ -20688,8 +20710,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
20688
20710
|
}
|
|
20689
20711
|
});
|
|
20690
20712
|
|
|
20691
|
-
const _hoisted_1$
|
|
20692
|
-
const _sfc_main$
|
|
20713
|
+
const _hoisted_1$z = { class: "kds-date-time-format-popover" };
|
|
20714
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
20693
20715
|
__name: "DateTimeFormatPopover",
|
|
20694
20716
|
props: /* @__PURE__ */ mergeModels({
|
|
20695
20717
|
selection: {},
|
|
@@ -20828,7 +20850,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
20828
20850
|
}));
|
|
20829
20851
|
});
|
|
20830
20852
|
return (_ctx, _cache) => {
|
|
20831
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
20853
|
+
return openBlock(), createElementBlock("div", _hoisted_1$z, [
|
|
20832
20854
|
modeOptions.value.length > 1 ? (openBlock(), createBlock(KdsValueSwitch, {
|
|
20833
20855
|
key: 0,
|
|
20834
20856
|
"model-value": effectiveSelectedMode.value,
|
|
@@ -20860,9 +20882,9 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
20860
20882
|
}
|
|
20861
20883
|
});
|
|
20862
20884
|
|
|
20863
|
-
const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20885
|
+
const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-5c547e68"]]);
|
|
20864
20886
|
|
|
20865
|
-
const _sfc_main$
|
|
20887
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
20866
20888
|
__name: "KdsDateTimeFormatInput",
|
|
20867
20889
|
props: /* @__PURE__ */ mergeModels({
|
|
20868
20890
|
description: {},
|
|
@@ -20910,7 +20932,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
20910
20932
|
autocomplete: props.autocomplete
|
|
20911
20933
|
}), {
|
|
20912
20934
|
trailing: withCtx(() => [
|
|
20913
|
-
createVNode(unref(_sfc_main$
|
|
20935
|
+
createVNode(unref(_sfc_main$1q), {
|
|
20914
20936
|
modelValue: open.value,
|
|
20915
20937
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
20916
20938
|
size: "xsmall",
|
|
@@ -20997,7 +21019,7 @@ const buildRegexFromPatternInput = (input, options) => {
|
|
|
20997
21019
|
return `^(?!.*${withCase}).*$`;
|
|
20998
21020
|
};
|
|
20999
21021
|
|
|
21000
|
-
const _sfc_main$
|
|
21022
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
21001
21023
|
__name: "KdsPatternInput",
|
|
21002
21024
|
props: /* @__PURE__ */ mergeModels({
|
|
21003
21025
|
description: {},
|
|
@@ -21084,7 +21106,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
21084
21106
|
clearable: ""
|
|
21085
21107
|
}), {
|
|
21086
21108
|
trailing: withCtx(() => [
|
|
21087
|
-
createVNode(_sfc_main$
|
|
21109
|
+
createVNode(_sfc_main$1q, {
|
|
21088
21110
|
modelValue: caseSensitive.value,
|
|
21089
21111
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => caseSensitive.value = $event),
|
|
21090
21112
|
size: "xsmall",
|
|
@@ -21094,7 +21116,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
21094
21116
|
ariaLabel: "Case sensitivity",
|
|
21095
21117
|
disabled: __props.disabled
|
|
21096
21118
|
}, null, 8, ["modelValue", "title", "disabled"]),
|
|
21097
|
-
createVNode(_sfc_main$
|
|
21119
|
+
createVNode(_sfc_main$1q, {
|
|
21098
21120
|
modelValue: excludeMatches.value,
|
|
21099
21121
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => excludeMatches.value = $event),
|
|
21100
21122
|
size: "xsmall",
|
|
@@ -21104,7 +21126,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
21104
21126
|
ariaLabel: "Exclude matches",
|
|
21105
21127
|
disabled: __props.disabled
|
|
21106
21128
|
}, null, 8, ["modelValue", "title", "disabled"]),
|
|
21107
|
-
createVNode(_sfc_main$
|
|
21129
|
+
createVNode(_sfc_main$1q, {
|
|
21108
21130
|
modelValue: useRegex.value,
|
|
21109
21131
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => useRegex.value = $event),
|
|
21110
21132
|
size: "xsmall",
|
|
@@ -21124,7 +21146,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
21124
21146
|
}
|
|
21125
21147
|
});
|
|
21126
21148
|
|
|
21127
|
-
const _sfc_main$
|
|
21149
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
21128
21150
|
__name: "KdsSearchInput",
|
|
21129
21151
|
props: /* @__PURE__ */ mergeModels({
|
|
21130
21152
|
description: {},
|
|
@@ -21278,11 +21300,11 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
21278
21300
|
}
|
|
21279
21301
|
});
|
|
21280
21302
|
|
|
21281
|
-
const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21303
|
+
const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-37efab14"]]);
|
|
21282
21304
|
|
|
21283
|
-
const _hoisted_1$
|
|
21305
|
+
const _hoisted_1$y = ["rows", "placeholder", "disabled", "autocomplete"];
|
|
21284
21306
|
const DEFAULT_ROWS = 3;
|
|
21285
|
-
const _sfc_main$
|
|
21307
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
21286
21308
|
__name: "KdsTextarea",
|
|
21287
21309
|
props: /* @__PURE__ */ mergeModels({
|
|
21288
21310
|
description: {},
|
|
@@ -21349,7 +21371,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
21349
21371
|
placeholder: __props.placeholder,
|
|
21350
21372
|
disabled: __props.disabled,
|
|
21351
21373
|
autocomplete: props.autocomplete
|
|
21352
|
-
}), null, 16, _hoisted_1$
|
|
21374
|
+
}), null, 16, _hoisted_1$y), [
|
|
21353
21375
|
[vModelText, modelValue.value]
|
|
21354
21376
|
])
|
|
21355
21377
|
]),
|
|
@@ -21359,16 +21381,16 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
21359
21381
|
}
|
|
21360
21382
|
});
|
|
21361
21383
|
|
|
21362
|
-
const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21384
|
+
const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-36211819"]]);
|
|
21363
21385
|
|
|
21364
|
-
const _hoisted_1$
|
|
21365
|
-
const _hoisted_2$
|
|
21366
|
-
const _hoisted_3$
|
|
21367
|
-
const _hoisted_4$
|
|
21386
|
+
const _hoisted_1$x = { class: "kds-time-picker" };
|
|
21387
|
+
const _hoisted_2$j = { class: "kds-time-picker-fields" };
|
|
21388
|
+
const _hoisted_3$e = { class: "kds-time-picker-fields" };
|
|
21389
|
+
const _hoisted_4$d = {
|
|
21368
21390
|
key: 0,
|
|
21369
21391
|
class: "kds-time-picker-fields"
|
|
21370
21392
|
};
|
|
21371
|
-
const _hoisted_5$
|
|
21393
|
+
const _hoisted_5$7 = {
|
|
21372
21394
|
key: 1,
|
|
21373
21395
|
class: "kds-time-picker-actions"
|
|
21374
21396
|
};
|
|
@@ -21380,7 +21402,7 @@ const MAX_HOUR = 23;
|
|
|
21380
21402
|
const MAX_MINUTE = 59;
|
|
21381
21403
|
const MAX_SECOND = 59;
|
|
21382
21404
|
const MAX_MILLISECOND = 999;
|
|
21383
|
-
const _sfc_main$
|
|
21405
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
21384
21406
|
__name: "TimePicker",
|
|
21385
21407
|
props: /* @__PURE__ */ mergeModels({
|
|
21386
21408
|
modelValue: {},
|
|
@@ -21468,9 +21490,9 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21468
21490
|
};
|
|
21469
21491
|
__expose({ focus });
|
|
21470
21492
|
return (_ctx, _cache) => {
|
|
21471
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
21472
|
-
createElementVNode("div", _hoisted_2$
|
|
21473
|
-
createVNode(_sfc_main$
|
|
21493
|
+
return openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
21494
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
21495
|
+
createVNode(_sfc_main$Y, {
|
|
21474
21496
|
ref: "hourInput",
|
|
21475
21497
|
modelValue: hour.value,
|
|
21476
21498
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => hour.value = $event),
|
|
@@ -21480,7 +21502,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21480
21502
|
max: MAX_HOUR,
|
|
21481
21503
|
step: 1
|
|
21482
21504
|
}, null, 8, ["modelValue"]),
|
|
21483
|
-
createVNode(_sfc_main$
|
|
21505
|
+
createVNode(_sfc_main$Y, {
|
|
21484
21506
|
modelValue: minute.value,
|
|
21485
21507
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => minute.value = $event),
|
|
21486
21508
|
class: "kds-time-picker-field",
|
|
@@ -21495,8 +21517,8 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21495
21517
|
class: "kds-time-picker-divider"
|
|
21496
21518
|
})) : createCommentVNode("", true),
|
|
21497
21519
|
showSecondInput.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
21498
|
-
createElementVNode("div", _hoisted_3$
|
|
21499
|
-
createVNode(_sfc_main$
|
|
21520
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
21521
|
+
createVNode(_sfc_main$Y, {
|
|
21500
21522
|
ref: "secondInput",
|
|
21501
21523
|
modelValue: second.value,
|
|
21502
21524
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => second.value = $event),
|
|
@@ -21506,7 +21528,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21506
21528
|
max: MAX_SECOND,
|
|
21507
21529
|
step: 1
|
|
21508
21530
|
}, null, 8, ["modelValue"]),
|
|
21509
|
-
createVNode(_sfc_main$
|
|
21531
|
+
createVNode(_sfc_main$1B, {
|
|
21510
21532
|
class: "kds-time-picker-field-trash",
|
|
21511
21533
|
variant: "transparent",
|
|
21512
21534
|
"leading-icon": "trash",
|
|
@@ -21515,8 +21537,8 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21515
21537
|
onClick: removeSeconds
|
|
21516
21538
|
})
|
|
21517
21539
|
]),
|
|
21518
|
-
showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
21519
|
-
createVNode(_sfc_main$
|
|
21540
|
+
showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, [
|
|
21541
|
+
createVNode(_sfc_main$Y, {
|
|
21520
21542
|
ref: "millisecondInput",
|
|
21521
21543
|
modelValue: millisecond.value,
|
|
21522
21544
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => millisecond.value = $event),
|
|
@@ -21529,7 +21551,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21529
21551
|
max: MAX_MILLISECOND,
|
|
21530
21552
|
step: 1
|
|
21531
21553
|
}, null, 8, ["modelValue"]),
|
|
21532
|
-
createVNode(_sfc_main$
|
|
21554
|
+
createVNode(_sfc_main$1B, {
|
|
21533
21555
|
class: "kds-time-picker-field-trash",
|
|
21534
21556
|
variant: "transparent",
|
|
21535
21557
|
"leading-icon": "trash",
|
|
@@ -21537,8 +21559,8 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21537
21559
|
title: "Remove milliseconds",
|
|
21538
21560
|
onClick: removeMilliseconds
|
|
21539
21561
|
})
|
|
21540
|
-
])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
21541
|
-
createVNode(_sfc_main$
|
|
21562
|
+
])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_5$7, [
|
|
21563
|
+
createVNode(_sfc_main$1B, {
|
|
21542
21564
|
variant: "outlined",
|
|
21543
21565
|
size: "small",
|
|
21544
21566
|
"leading-icon": "plus",
|
|
@@ -21547,7 +21569,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21547
21569
|
})
|
|
21548
21570
|
])) : createCommentVNode("", true)
|
|
21549
21571
|
], 64)) : __props.maxGranularity !== "minute" ? (openBlock(), createElementBlock("div", _hoisted_6$3, [
|
|
21550
|
-
createVNode(_sfc_main$
|
|
21572
|
+
createVNode(_sfc_main$1B, {
|
|
21551
21573
|
variant: "outlined",
|
|
21552
21574
|
size: "small",
|
|
21553
21575
|
"leading-icon": "plus",
|
|
@@ -21560,7 +21582,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
21560
21582
|
}
|
|
21561
21583
|
});
|
|
21562
21584
|
|
|
21563
|
-
const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21585
|
+
const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-0b8a4eba"]]);
|
|
21564
21586
|
|
|
21565
21587
|
const HOURS_END_INDEX = 2;
|
|
21566
21588
|
const MINUTES_START_INDEX = 2;
|
|
@@ -21770,7 +21792,7 @@ const useTimeInputMask = (modelValue, granularityRef) => {
|
|
|
21770
21792
|
};
|
|
21771
21793
|
|
|
21772
21794
|
const invalidTimeMessage = "The entered time is invalid.";
|
|
21773
|
-
const _sfc_main$
|
|
21795
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
21774
21796
|
__name: "KdsTimeInput",
|
|
21775
21797
|
props: /* @__PURE__ */ mergeModels({
|
|
21776
21798
|
description: {},
|
|
@@ -21887,7 +21909,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
21887
21909
|
onBlur: onTextInputBlur
|
|
21888
21910
|
}), {
|
|
21889
21911
|
trailing: withCtx(() => [
|
|
21890
|
-
createVNode(_sfc_main$
|
|
21912
|
+
createVNode(_sfc_main$1q, {
|
|
21891
21913
|
modelValue: popoverIsVisible.value,
|
|
21892
21914
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
|
|
21893
21915
|
size: "xsmall",
|
|
@@ -22149,11 +22171,11 @@ const stripInactiveFields = (duration, usedFormat) => {
|
|
|
22149
22171
|
};
|
|
22150
22172
|
const toTitleCase = (key) => key.charAt(0).toUpperCase() + key.slice(1).toLowerCase();
|
|
22151
22173
|
|
|
22152
|
-
const _hoisted_1$
|
|
22153
|
-
const _hoisted_2$
|
|
22154
|
-
const _hoisted_3$
|
|
22155
|
-
const _hoisted_4$
|
|
22156
|
-
const _sfc_main$
|
|
22174
|
+
const _hoisted_1$w = { class: "kds-interval-popover" };
|
|
22175
|
+
const _hoisted_2$i = { class: "kds-interval-popover-header" };
|
|
22176
|
+
const _hoisted_3$d = { class: "kds-interval-popover-content" };
|
|
22177
|
+
const _hoisted_4$c = { class: "kds-interval-popover-grid" };
|
|
22178
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
22157
22179
|
__name: "IntervalInputPopover",
|
|
22158
22180
|
props: /* @__PURE__ */ mergeModels({
|
|
22159
22181
|
modelValue: {},
|
|
@@ -22249,8 +22271,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
22249
22271
|
}
|
|
22250
22272
|
});
|
|
22251
22273
|
return (_ctx, _cache) => {
|
|
22252
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
22253
|
-
createElementVNode("div", _hoisted_2$
|
|
22274
|
+
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
22275
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
22254
22276
|
_cache[2] || (_cache[2] = createElementVNode("span", { class: "kds-interval-popover-title" }, "Interval value", -1)),
|
|
22255
22277
|
props.format === unref(kdsIntervalInputFormat).DATE_OR_TIME ? (openBlock(), createBlock(unref(KdsValueSwitch), {
|
|
22256
22278
|
key: 0,
|
|
@@ -22262,7 +22284,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
22262
22284
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
22263
22285
|
]),
|
|
22264
22286
|
_cache[3] || (_cache[3] = createElementVNode("div", { class: "kds-interval-popover-divider" }, null, -1)),
|
|
22265
|
-
createElementVNode("div", _hoisted_3$
|
|
22287
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
22266
22288
|
props.allowDescending ? (openBlock(), createBlock(unref(KdsValueSwitch), {
|
|
22267
22289
|
key: 0,
|
|
22268
22290
|
modelValue: direction.value,
|
|
@@ -22272,9 +22294,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
22272
22294
|
variant: "muted",
|
|
22273
22295
|
"possible-values": directionOptions
|
|
22274
22296
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true),
|
|
22275
|
-
createElementVNode("div", _hoisted_4$
|
|
22297
|
+
createElementVNode("div", _hoisted_4$c, [
|
|
22276
22298
|
mode.value === unref(kdsIntervalInputFormat).DATE ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(periodNumericKeys), (key) => {
|
|
22277
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
22299
|
+
return openBlock(), createBlock(unref(_sfc_main$Y), {
|
|
22278
22300
|
key,
|
|
22279
22301
|
"model-value": activeFields.value[key],
|
|
22280
22302
|
label: fieldLabels[key] ?? unref(toTitleCase)(key),
|
|
@@ -22284,7 +22306,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
22284
22306
|
"onUpdate:modelValue": ($event) => updateField(key, $event)
|
|
22285
22307
|
}, null, 8, ["model-value", "label", "max", "onUpdate:modelValue"]);
|
|
22286
22308
|
}), 128)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(unref(durationNumericKeys), (key) => {
|
|
22287
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
22309
|
+
return openBlock(), createBlock(unref(_sfc_main$Y), {
|
|
22288
22310
|
key,
|
|
22289
22311
|
"model-value": activeFields.value[key],
|
|
22290
22312
|
label: fieldLabels[key] ?? unref(toTitleCase)(key),
|
|
@@ -22301,9 +22323,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
22301
22323
|
}
|
|
22302
22324
|
});
|
|
22303
22325
|
|
|
22304
|
-
const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22326
|
+
const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-02541fd1"]]);
|
|
22305
22327
|
|
|
22306
|
-
const _sfc_main$
|
|
22328
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
22307
22329
|
__name: "KdsIntervalInput",
|
|
22308
22330
|
props: /* @__PURE__ */ mergeModels({
|
|
22309
22331
|
description: {},
|
|
@@ -22466,7 +22488,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
22466
22488
|
onKeydown: withKeys(withModifiers(commitTypedInput, ["prevent"]), ["enter"])
|
|
22467
22489
|
}), {
|
|
22468
22490
|
trailing: withCtx(() => [
|
|
22469
|
-
createVNode(unref(_sfc_main$
|
|
22491
|
+
createVNode(unref(_sfc_main$1q), {
|
|
22470
22492
|
modelValue: isPopoverOpen.value,
|
|
22471
22493
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isPopoverOpen.value = $event),
|
|
22472
22494
|
size: "xsmall",
|
|
@@ -22515,8 +22537,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
22515
22537
|
}
|
|
22516
22538
|
});
|
|
22517
22539
|
|
|
22518
|
-
const _hoisted_1$
|
|
22519
|
-
const _sfc_main$
|
|
22540
|
+
const _hoisted_1$v = { class: "kds-date-time-input" };
|
|
22541
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
22520
22542
|
__name: "KdsDateTimeInput",
|
|
22521
22543
|
props: /* @__PURE__ */ mergeModels({
|
|
22522
22544
|
id: {},
|
|
@@ -22590,8 +22612,8 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
22590
22612
|
"preserve-sub-text-space": __props.preserveSubTextSpace
|
|
22591
22613
|
}, {
|
|
22592
22614
|
default: withCtx(() => [
|
|
22593
|
-
createElementVNode("div", _hoisted_1$
|
|
22594
|
-
createVNode(_sfc_main$
|
|
22615
|
+
createElementVNode("div", _hoisted_1$v, [
|
|
22616
|
+
createVNode(_sfc_main$O, {
|
|
22595
22617
|
ref_key: "dateInput",
|
|
22596
22618
|
ref: dateInput,
|
|
22597
22619
|
"aria-label": "Date",
|
|
@@ -22602,7 +22624,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
22602
22624
|
"max-date": __props.maxDate,
|
|
22603
22625
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => datePart.value = $event)
|
|
22604
22626
|
}, null, 8, ["model-value", "disabled", "error", "min-date", "max-date"]),
|
|
22605
|
-
createVNode(_sfc_main$
|
|
22627
|
+
createVNode(_sfc_main$H, {
|
|
22606
22628
|
ref_key: "timeInput",
|
|
22607
22629
|
ref: timeInput,
|
|
22608
22630
|
"aria-label": "Time",
|
|
@@ -22622,21 +22644,21 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
22622
22644
|
}
|
|
22623
22645
|
});
|
|
22624
22646
|
|
|
22625
|
-
const KdsDateTimeInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22647
|
+
const KdsDateTimeInput = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-f2ad3cef"]]);
|
|
22626
22648
|
|
|
22627
|
-
const _hoisted_1$
|
|
22628
|
-
const _hoisted_2$
|
|
22649
|
+
const _hoisted_1$u = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
|
|
22650
|
+
const _hoisted_2$h = {
|
|
22629
22651
|
key: 0,
|
|
22630
22652
|
class: "leading",
|
|
22631
22653
|
"aria-hidden": "true"
|
|
22632
22654
|
};
|
|
22633
|
-
const _hoisted_3$
|
|
22634
|
-
const _hoisted_4$
|
|
22655
|
+
const _hoisted_3$c = ["id"];
|
|
22656
|
+
const _hoisted_4$b = {
|
|
22635
22657
|
class: "trailing",
|
|
22636
22658
|
"aria-hidden": "true"
|
|
22637
22659
|
};
|
|
22638
22660
|
const TRIGGER_REF = "triggerEl";
|
|
22639
|
-
const _sfc_main$
|
|
22661
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
22640
22662
|
__name: "BaseDropdown",
|
|
22641
22663
|
props: /* @__PURE__ */ mergeModels({
|
|
22642
22664
|
text: {},
|
|
@@ -22716,8 +22738,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
22716
22738
|
onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("click")),
|
|
22717
22739
|
onKeydown
|
|
22718
22740
|
}, [
|
|
22719
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
22720
|
-
createVNode(_sfc_main$
|
|
22741
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$h, [
|
|
22742
|
+
createVNode(_sfc_main$1o, {
|
|
22721
22743
|
accessory: props.accessory,
|
|
22722
22744
|
size: "medium"
|
|
22723
22745
|
}, null, 8, ["accessory"])
|
|
@@ -22728,28 +22750,28 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
22728
22750
|
placeholder: !props.text && !__props.disabled,
|
|
22729
22751
|
missing: __props.missing
|
|
22730
22752
|
}])
|
|
22731
|
-
}, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$
|
|
22732
|
-
createElementVNode("span", _hoisted_4$
|
|
22753
|
+
}, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$c),
|
|
22754
|
+
createElementVNode("span", _hoisted_4$b, [
|
|
22733
22755
|
createVNode(KdsIcon, {
|
|
22734
22756
|
name: open.value ? "chevron-up" : "chevron-down",
|
|
22735
22757
|
size: "small"
|
|
22736
22758
|
}, null, 8, ["name"])
|
|
22737
22759
|
])
|
|
22738
|
-
], 42, _hoisted_1$
|
|
22760
|
+
], 42, _hoisted_1$u);
|
|
22739
22761
|
};
|
|
22740
22762
|
}
|
|
22741
22763
|
});
|
|
22742
22764
|
|
|
22743
|
-
const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22765
|
+
const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-1bb2d375"]]);
|
|
22744
22766
|
|
|
22745
22767
|
const DROPDOWN_SEARCH_THRESHOLD = 12;
|
|
22746
22768
|
|
|
22747
|
-
const _hoisted_1$
|
|
22748
|
-
const _hoisted_2$
|
|
22769
|
+
const _hoisted_1$t = { class: "kds-dropdown-container" };
|
|
22770
|
+
const _hoisted_2$g = {
|
|
22749
22771
|
key: 0,
|
|
22750
22772
|
class: "kds-dropdown-container-sticky-top"
|
|
22751
22773
|
};
|
|
22752
|
-
const _sfc_main$
|
|
22774
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
22753
22775
|
__name: "DropdownContainer",
|
|
22754
22776
|
props: /* @__PURE__ */ mergeModels({
|
|
22755
22777
|
emptyText: {},
|
|
@@ -22833,8 +22855,8 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22833
22855
|
}
|
|
22834
22856
|
});
|
|
22835
22857
|
return (_ctx, _cache) => {
|
|
22836
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
22837
|
-
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
22858
|
+
return openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
22859
|
+
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$g, [
|
|
22838
22860
|
createVNode(BaseInput, {
|
|
22839
22861
|
ref_key: "searchEl",
|
|
22840
22862
|
ref: searchEl,
|
|
@@ -22866,9 +22888,9 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22866
22888
|
}
|
|
22867
22889
|
});
|
|
22868
22890
|
|
|
22869
|
-
const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22891
|
+
const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-0a6ce241"]]);
|
|
22870
22892
|
|
|
22871
|
-
const _sfc_main$
|
|
22893
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
22872
22894
|
__name: "KdsDropdown",
|
|
22873
22895
|
props: /* @__PURE__ */ mergeModels({
|
|
22874
22896
|
placeholder: { default: "Select" },
|
|
@@ -22984,9 +23006,9 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
22984
23006
|
}
|
|
22985
23007
|
});
|
|
22986
23008
|
|
|
22987
|
-
const _hoisted_1$
|
|
22988
|
-
const _hoisted_2$
|
|
22989
|
-
const _sfc_main$
|
|
23009
|
+
const _hoisted_1$s = { class: "kds-zoned-date-time-input" };
|
|
23010
|
+
const _hoisted_2$f = { class: "date-time-row" };
|
|
23011
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
22990
23012
|
__name: "KdsZonedDateTimeInput",
|
|
22991
23013
|
props: /* @__PURE__ */ mergeModels({
|
|
22992
23014
|
id: {},
|
|
@@ -23097,9 +23119,9 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
23097
23119
|
"preserve-sub-text-space": __props.preserveSubTextSpace
|
|
23098
23120
|
}, {
|
|
23099
23121
|
default: withCtx(() => [
|
|
23100
|
-
createElementVNode("div", _hoisted_1$
|
|
23101
|
-
createElementVNode("div", _hoisted_2$
|
|
23102
|
-
createVNode(_sfc_main$
|
|
23122
|
+
createElementVNode("div", _hoisted_1$s, [
|
|
23123
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
23124
|
+
createVNode(_sfc_main$O, {
|
|
23103
23125
|
ref_key: "dateInput",
|
|
23104
23126
|
ref: dateInput,
|
|
23105
23127
|
"aria-label": "Date",
|
|
@@ -23108,7 +23130,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
23108
23130
|
error: __props.error,
|
|
23109
23131
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => datePart.value = $event)
|
|
23110
23132
|
}, null, 8, ["model-value", "disabled", "error"]),
|
|
23111
|
-
createVNode(_sfc_main$
|
|
23133
|
+
createVNode(_sfc_main$H, {
|
|
23112
23134
|
ref_key: "timeInput",
|
|
23113
23135
|
ref: timeInput,
|
|
23114
23136
|
"aria-label": "Time",
|
|
@@ -23121,7 +23143,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
23121
23143
|
"onUpdate:granularity": _cache[2] || (_cache[2] = ($event) => granularity.value = $event)
|
|
23122
23144
|
}, null, 8, ["model-value", "granularity", "max-granularity", "disabled", "error"])
|
|
23123
23145
|
]),
|
|
23124
|
-
createVNode(_sfc_main$
|
|
23146
|
+
createVNode(_sfc_main$B, {
|
|
23125
23147
|
modelValue: timeZonePart.value,
|
|
23126
23148
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => timeZonePart.value = $event),
|
|
23127
23149
|
"possible-values": __props.possibleValues ?? [],
|
|
@@ -23137,11 +23159,11 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
23137
23159
|
}
|
|
23138
23160
|
});
|
|
23139
23161
|
|
|
23140
|
-
const KdsZonedDateTimeInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23162
|
+
const KdsZonedDateTimeInput = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-7dcebccd"]]);
|
|
23141
23163
|
|
|
23142
|
-
const _hoisted_1$
|
|
23143
|
-
const _hoisted_2$
|
|
23144
|
-
const _sfc_main$
|
|
23164
|
+
const _hoisted_1$r = ["disabled"];
|
|
23165
|
+
const _hoisted_2$e = { class: "label" };
|
|
23166
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
23145
23167
|
__name: "KdsListItemButton",
|
|
23146
23168
|
props: {
|
|
23147
23169
|
label: {},
|
|
@@ -23164,28 +23186,28 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
23164
23186
|
size: "small",
|
|
23165
23187
|
disabled: __props.disabled
|
|
23166
23188
|
}, null, 8, ["name", "disabled"]),
|
|
23167
|
-
withDirectives((openBlock(), createElementBlock("span", _hoisted_2$
|
|
23189
|
+
withDirectives((openBlock(), createElementBlock("span", _hoisted_2$e, [
|
|
23168
23190
|
createTextVNode(toDisplayString(props.label), 1)
|
|
23169
23191
|
])), [
|
|
23170
23192
|
[unref(vKdsTooltip), props.label, "truncated"]
|
|
23171
23193
|
])
|
|
23172
|
-
], 8, _hoisted_1$
|
|
23194
|
+
], 8, _hoisted_1$r);
|
|
23173
23195
|
};
|
|
23174
23196
|
}
|
|
23175
23197
|
});
|
|
23176
23198
|
|
|
23177
|
-
const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23199
|
+
const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-12d42f4a"]]);
|
|
23178
23200
|
|
|
23179
|
-
const _hoisted_1$
|
|
23180
|
-
const _hoisted_2$
|
|
23201
|
+
const _hoisted_1$q = { class: "kds-multi-select-dropdown-options" };
|
|
23202
|
+
const _hoisted_2$d = {
|
|
23181
23203
|
key: 0,
|
|
23182
23204
|
class: "kds-multi-select-dropdown-search"
|
|
23183
23205
|
};
|
|
23184
|
-
const _hoisted_3$
|
|
23206
|
+
const _hoisted_3$b = {
|
|
23185
23207
|
key: 1,
|
|
23186
23208
|
class: "kds-multi-select-dropdown-footer"
|
|
23187
23209
|
};
|
|
23188
|
-
const _sfc_main$
|
|
23210
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
23189
23211
|
__name: "MultiSelectDropdownContainer",
|
|
23190
23212
|
props: /* @__PURE__ */ mergeModels({
|
|
23191
23213
|
emptyText: {},
|
|
@@ -23308,8 +23330,8 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
23308
23330
|
}
|
|
23309
23331
|
});
|
|
23310
23332
|
return (_ctx, _cache) => {
|
|
23311
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
23312
|
-
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
23333
|
+
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
23334
|
+
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$d, [
|
|
23313
23335
|
createVNode(BaseInput, {
|
|
23314
23336
|
ref_key: "searchEl",
|
|
23315
23337
|
ref: searchEl,
|
|
@@ -23338,7 +23360,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
23338
23360
|
"aria-label": "Dropdown options",
|
|
23339
23361
|
onItemClick: _cache[4] || (_cache[4] = ($event) => $event !== void 0 && onItemClick($event))
|
|
23340
23362
|
}, null, 8, ["class", "possible-values", "loading", "empty-text", "controlled-externally"]),
|
|
23341
|
-
!__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
23363
|
+
!__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$b, [
|
|
23342
23364
|
createVNode(unref(KdsListItemButton), {
|
|
23343
23365
|
label: anyVisibleSelected.value ? "Clear all" : "Select all",
|
|
23344
23366
|
"leading-icon": anyVisibleSelected.value ? "trash" : "checkmark",
|
|
@@ -23351,9 +23373,9 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
23351
23373
|
}
|
|
23352
23374
|
});
|
|
23353
23375
|
|
|
23354
|
-
const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23376
|
+
const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-68fe366f"]]);
|
|
23355
23377
|
|
|
23356
|
-
const _sfc_main$
|
|
23378
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
23357
23379
|
__name: "KdsMultiSelectDropdown",
|
|
23358
23380
|
props: /* @__PURE__ */ mergeModels({
|
|
23359
23381
|
placeholder: { default: "Select" },
|
|
@@ -23497,9 +23519,9 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
23497
23519
|
}
|
|
23498
23520
|
});
|
|
23499
23521
|
|
|
23500
|
-
const _hoisted_1$
|
|
23501
|
-
const _hoisted_2$
|
|
23502
|
-
const _sfc_main$
|
|
23522
|
+
const _hoisted_1$p = { class: "kds-resize-handle-area" };
|
|
23523
|
+
const _hoisted_2$c = ["aria-label"];
|
|
23524
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
23503
23525
|
__name: "ResizeHandle",
|
|
23504
23526
|
props: {
|
|
23505
23527
|
numberOfHandles: { default: 1 },
|
|
@@ -23521,7 +23543,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
23521
23543
|
return `calc((100% - ${n - 1} * ${gap}) / ${2 * n})`;
|
|
23522
23544
|
});
|
|
23523
23545
|
return (_ctx, _cache) => {
|
|
23524
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
23546
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
23525
23547
|
(openBlock(true), createElementBlock(Fragment, null, renderList(normalizedNumberOfHandles.value, (i) => {
|
|
23526
23548
|
return openBlock(), createElementBlock("button", {
|
|
23527
23549
|
key: i,
|
|
@@ -23530,22 +23552,22 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
23530
23552
|
type: "button"
|
|
23531
23553
|
}, [..._cache[0] || (_cache[0] = [
|
|
23532
23554
|
createElementVNode("span", { class: "kds-resize-handle-line" }, null, -1)
|
|
23533
|
-
])], 8, _hoisted_2$
|
|
23555
|
+
])], 8, _hoisted_2$c);
|
|
23534
23556
|
}), 128))
|
|
23535
23557
|
]);
|
|
23536
23558
|
};
|
|
23537
23559
|
}
|
|
23538
23560
|
});
|
|
23539
23561
|
|
|
23540
|
-
const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23562
|
+
const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-df3803d4"]]);
|
|
23541
23563
|
|
|
23542
|
-
const _hoisted_1$
|
|
23564
|
+
const _hoisted_1$o = {
|
|
23543
23565
|
ref: "content",
|
|
23544
23566
|
class: "kds-resize-container-content"
|
|
23545
23567
|
};
|
|
23546
23568
|
const DEFAULT_INITIAL_HEIGHT = 200;
|
|
23547
23569
|
const KEYBOARD_RESIZE_STEP = 10;
|
|
23548
|
-
const _sfc_main$
|
|
23570
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
23549
23571
|
__name: "KdsResizeContainer",
|
|
23550
23572
|
props: {
|
|
23551
23573
|
height: { default: () => DEFAULT_INITIAL_HEIGHT },
|
|
@@ -23608,7 +23630,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
23608
23630
|
return openBlock(), createElementBlock("div", {
|
|
23609
23631
|
class: normalizeClass(["kds-resize-container", { dragging: unref(activePointerId) !== null }])
|
|
23610
23632
|
}, [
|
|
23611
|
-
createElementVNode("div", _hoisted_1$
|
|
23633
|
+
createElementVNode("div", _hoisted_1$o, [
|
|
23612
23634
|
renderSlot(_ctx.$slots, "default", { contentStyle: contentStyle.value }, void 0, true)
|
|
23613
23635
|
], 512),
|
|
23614
23636
|
createVNode(ResizeHandle, {
|
|
@@ -23626,7 +23648,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
23626
23648
|
}
|
|
23627
23649
|
});
|
|
23628
23650
|
|
|
23629
|
-
const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
23651
|
+
const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-7aabab3a"]]);
|
|
23630
23652
|
|
|
23631
23653
|
const CLICK_META_KEY_TIMEOUT = 250;
|
|
23632
23654
|
const useMultiSelectListBoxSelection = ({
|
|
@@ -23918,17 +23940,17 @@ const useMultiSelectListBoxSelection = ({
|
|
|
23918
23940
|
};
|
|
23919
23941
|
};
|
|
23920
23942
|
|
|
23921
|
-
const _hoisted_1$
|
|
23922
|
-
const _hoisted_2$
|
|
23923
|
-
const _hoisted_3$
|
|
23943
|
+
const _hoisted_1$n = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
|
|
23944
|
+
const _hoisted_2$b = { class: "kds-multiselect-list-box-content-grid" };
|
|
23945
|
+
const _hoisted_3$a = {
|
|
23924
23946
|
key: 0,
|
|
23925
23947
|
class: "kds-multiselect-sticky-bottom"
|
|
23926
23948
|
};
|
|
23927
|
-
const _hoisted_4$
|
|
23949
|
+
const _hoisted_4$a = {
|
|
23928
23950
|
key: 0,
|
|
23929
23951
|
class: "kds-multiselect-empty"
|
|
23930
23952
|
};
|
|
23931
|
-
const _sfc_main$
|
|
23953
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
23932
23954
|
__name: "KdsMultiSelectListBox",
|
|
23933
23955
|
props: /* @__PURE__ */ mergeModels({
|
|
23934
23956
|
description: {},
|
|
@@ -24182,7 +24204,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
24182
24204
|
onBlur: _cache[17] || (_cache[17] = //@ts-ignore
|
|
24183
24205
|
(...args) => unref(onBlur) && unref(onBlur)(...args))
|
|
24184
24206
|
}), [
|
|
24185
|
-
createElementVNode("div", _hoisted_2$
|
|
24207
|
+
createElementVNode("div", _hoisted_2$b, [
|
|
24186
24208
|
createElementVNode("div", mergeProps({ class: "kds-multiselect-list-box-content" }, unref(wrapperProps)), [
|
|
24187
24209
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(virtualList), ({ data: item, index }) => {
|
|
24188
24210
|
return openBlock(), createBlock(unref(KdsListItem), {
|
|
@@ -24209,7 +24231,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
24209
24231
|
}, null, 8, ["id", "class", "text", "accessory", "missing", "special", "data-option-index", "selected", "disabled", "active", "trailing-icon", "onDblclick", "onClick"]);
|
|
24210
24232
|
}), 128))
|
|
24211
24233
|
], 16),
|
|
24212
|
-
visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
24234
|
+
visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
|
|
24213
24235
|
createVNode(unref(KdsListItem), {
|
|
24214
24236
|
id: generateOptionId(visibleBottomValue.value.id),
|
|
24215
24237
|
text: visibleBottomValue.value.text,
|
|
@@ -24229,8 +24251,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
24229
24251
|
}, null, 8, ["id", "text", "accessory", "missing", "data-option-index", "selected", "disabled", "active", "trailing-icon"])
|
|
24230
24252
|
])) : createCommentVNode("", true)
|
|
24231
24253
|
])
|
|
24232
|
-
], 16, _hoisted_1$
|
|
24233
|
-
visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
24254
|
+
], 16, _hoisted_1$n),
|
|
24255
|
+
visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$a, [
|
|
24234
24256
|
createVNode(KdsEmptyState, {
|
|
24235
24257
|
headline: __props.loading ? "Loading data…" : __props.emptyStateLabel,
|
|
24236
24258
|
"loading-spinner": __props.loading,
|
|
@@ -24248,16 +24270,16 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
24248
24270
|
}
|
|
24249
24271
|
});
|
|
24250
24272
|
|
|
24251
|
-
const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24273
|
+
const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-06a9fd0e"]]);
|
|
24252
24274
|
|
|
24253
|
-
const _hoisted_1$
|
|
24254
|
-
const _hoisted_2$
|
|
24255
|
-
const _hoisted_3$
|
|
24256
|
-
const _hoisted_4$
|
|
24275
|
+
const _hoisted_1$m = { class: "kds-list-column" };
|
|
24276
|
+
const _hoisted_2$a = { class: "kds-list-header" };
|
|
24277
|
+
const _hoisted_3$9 = { class: "kds-list-label" };
|
|
24278
|
+
const _hoisted_4$9 = {
|
|
24257
24279
|
key: 0,
|
|
24258
24280
|
class: "kds-list-count"
|
|
24259
24281
|
};
|
|
24260
|
-
const _hoisted_5$
|
|
24282
|
+
const _hoisted_5$6 = { class: "kds-button-column" };
|
|
24261
24283
|
const _hoisted_6$2 = { class: "kds-list-column" };
|
|
24262
24284
|
const _hoisted_7$1 = { class: "kds-list-header" };
|
|
24263
24285
|
const _hoisted_8$1 = { class: "kds-list-label" };
|
|
@@ -24266,7 +24288,7 @@ const _hoisted_9$1 = {
|
|
|
24266
24288
|
class: "kds-list-count"
|
|
24267
24289
|
};
|
|
24268
24290
|
const UNKNOWN_VALUE_ID = "__unknown-value-option__";
|
|
24269
|
-
const _sfc_main$
|
|
24291
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
24270
24292
|
__name: "TwinListBody",
|
|
24271
24293
|
props: /* @__PURE__ */ mergeModels({
|
|
24272
24294
|
disabled: { type: Boolean, default: false },
|
|
@@ -24440,10 +24462,10 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
24440
24462
|
class: "kds-twin-list-body",
|
|
24441
24463
|
style: normalizeStyle(contentStyle)
|
|
24442
24464
|
}, [
|
|
24443
|
-
createElementVNode("div", _hoisted_1$
|
|
24444
|
-
createElementVNode("div", _hoisted_2$
|
|
24445
|
-
createElementVNode("span", _hoisted_3$
|
|
24446
|
-
!__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$
|
|
24465
|
+
createElementVNode("div", _hoisted_1$m, [
|
|
24466
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
24467
|
+
createElementVNode("span", _hoisted_3$9, toDisplayString(__props.excludeLabel), 1),
|
|
24468
|
+
!__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$9, toDisplayString(leftOptions.value.length) + " of " + toDisplayString(excludedItems.value.length), 1)) : createCommentVNode("", true)
|
|
24447
24469
|
]),
|
|
24448
24470
|
createVNode(unref(KdsMultiSelectListBox), {
|
|
24449
24471
|
modelValue: leftSelected.value,
|
|
@@ -24462,8 +24484,8 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
24462
24484
|
onKeyEnter: moveRight
|
|
24463
24485
|
}, null, 8, ["modelValue", "possible-values", "ariaLabel", "disabled", "error", "loading", "empty-state-label", "bottom-value"])
|
|
24464
24486
|
]),
|
|
24465
|
-
createElementVNode("div", _hoisted_5$
|
|
24466
|
-
createVNode(unref(_sfc_main$
|
|
24487
|
+
createElementVNode("div", _hoisted_5$6, [
|
|
24488
|
+
createVNode(unref(_sfc_main$1B), {
|
|
24467
24489
|
"leading-icon": "chevron-right",
|
|
24468
24490
|
ariaLabel: "Move selected values right",
|
|
24469
24491
|
title: "Move selected values right",
|
|
@@ -24472,7 +24494,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
24472
24494
|
disabled: effectiveDisabled.value || leftSelected.value.length === 0,
|
|
24473
24495
|
onClick: _cache[2] || (_cache[2] = ($event) => moveRight(leftSelected.value))
|
|
24474
24496
|
}, null, 8, ["disabled"]),
|
|
24475
|
-
createVNode(unref(_sfc_main$
|
|
24497
|
+
createVNode(unref(_sfc_main$1B), {
|
|
24476
24498
|
"leading-icon": "chevron-right-double",
|
|
24477
24499
|
ariaLabel: "Move all values right",
|
|
24478
24500
|
title: "Move all values right",
|
|
@@ -24484,7 +24506,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
24484
24506
|
...showUnknownValues.value && !modelValue.value.includeUnknownValues ? [UNKNOWN_VALUE_ID] : []
|
|
24485
24507
|
]))
|
|
24486
24508
|
}, null, 8, ["disabled"]),
|
|
24487
|
-
createVNode(unref(_sfc_main$
|
|
24509
|
+
createVNode(unref(_sfc_main$1B), {
|
|
24488
24510
|
"leading-icon": "chevron-left",
|
|
24489
24511
|
ariaLabel: "Move selected values left",
|
|
24490
24512
|
title: "Move selected values left",
|
|
@@ -24493,7 +24515,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
24493
24515
|
disabled: effectiveDisabled.value || rightSelected.value.length === 0,
|
|
24494
24516
|
onClick: _cache[4] || (_cache[4] = ($event) => moveLeft(rightSelected.value))
|
|
24495
24517
|
}, null, 8, ["disabled"]),
|
|
24496
|
-
createVNode(unref(_sfc_main$
|
|
24518
|
+
createVNode(unref(_sfc_main$1B), {
|
|
24497
24519
|
"leading-icon": "chevron-left-double",
|
|
24498
24520
|
ariaLabel: "Move all values left",
|
|
24499
24521
|
title: "Move all values left",
|
|
@@ -24536,7 +24558,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
24536
24558
|
}
|
|
24537
24559
|
});
|
|
24538
24560
|
|
|
24539
|
-
const TwinListBody = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24561
|
+
const TwinListBody = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-eb1bc043"]]);
|
|
24540
24562
|
|
|
24541
24563
|
const kdsTwinListSearchMode = {
|
|
24542
24564
|
MANUAL: "manual",
|
|
@@ -24545,7 +24567,7 @@ const kdsTwinListSearchMode = {
|
|
|
24545
24567
|
};
|
|
24546
24568
|
const kdsTwinListSearchModes = Object.values(kdsTwinListSearchMode);
|
|
24547
24569
|
|
|
24548
|
-
const _sfc_main$
|
|
24570
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
24549
24571
|
__name: "TwinListHeader",
|
|
24550
24572
|
props: /* @__PURE__ */ mergeModels({
|
|
24551
24573
|
filterTypes: { default: () => void 0 },
|
|
@@ -24621,7 +24643,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
24621
24643
|
ariaLabel: "Search values",
|
|
24622
24644
|
placeholder: "Search",
|
|
24623
24645
|
disabled: __props.disabled
|
|
24624
|
-
}, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$
|
|
24646
|
+
}, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$L), {
|
|
24625
24647
|
key: 2,
|
|
24626
24648
|
modelValue: pattern.value,
|
|
24627
24649
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => pattern.value = $event),
|
|
@@ -24635,7 +24657,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
24635
24657
|
placeholder: "Pattern",
|
|
24636
24658
|
disabled: __props.disabled,
|
|
24637
24659
|
"onUpdate:regex": _cache[6] || (_cache[6] = ($event) => emit("update:regex", $event))
|
|
24638
|
-
}, null, 8, ["modelValue", "case-sensitive", "exclude-matches", "use-regex", "disabled"])) : (openBlock(), createBlock(unref(_sfc_main$
|
|
24660
|
+
}, null, 8, ["modelValue", "case-sensitive", "exclude-matches", "use-regex", "disabled"])) : (openBlock(), createBlock(unref(_sfc_main$x), {
|
|
24639
24661
|
key: 3,
|
|
24640
24662
|
modelValue: selectedTypes.value,
|
|
24641
24663
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => selectedTypes.value = $event),
|
|
@@ -24649,8 +24671,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
24649
24671
|
}
|
|
24650
24672
|
});
|
|
24651
24673
|
|
|
24652
|
-
const _hoisted_1$
|
|
24653
|
-
const _sfc_main$
|
|
24674
|
+
const _hoisted_1$l = { class: "kds-twin-list" };
|
|
24675
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
24654
24676
|
__name: "KdsTwinList",
|
|
24655
24677
|
props: /* @__PURE__ */ mergeModels({
|
|
24656
24678
|
description: {},
|
|
@@ -24790,8 +24812,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
24790
24812
|
"preserve-sub-text-space": __props.preserveSubTextSpace
|
|
24791
24813
|
}, {
|
|
24792
24814
|
default: withCtx(() => [
|
|
24793
|
-
createElementVNode("div", _hoisted_1$
|
|
24794
|
-
createVNode(_sfc_main$
|
|
24815
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
24816
|
+
createVNode(_sfc_main$s, {
|
|
24795
24817
|
mode: mode.value,
|
|
24796
24818
|
"onUpdate:mode": _cache[0] || (_cache[0] = ($event) => mode.value = $event),
|
|
24797
24819
|
pattern: pattern.value,
|
|
@@ -24832,7 +24854,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
24832
24854
|
}
|
|
24833
24855
|
});
|
|
24834
24856
|
|
|
24835
|
-
const KdsTwinList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
24857
|
+
const KdsTwinList = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-1a9327b5"]]);
|
|
24836
24858
|
|
|
24837
24859
|
const useSortableListBoxReorder = ({
|
|
24838
24860
|
orderedIds,
|
|
@@ -24891,11 +24913,11 @@ const useSortableListBoxReorder = ({
|
|
|
24891
24913
|
};
|
|
24892
24914
|
};
|
|
24893
24915
|
|
|
24894
|
-
const _hoisted_1$
|
|
24895
|
-
const _hoisted_2$
|
|
24896
|
-
const _hoisted_3$
|
|
24897
|
-
const _hoisted_4$
|
|
24898
|
-
const _sfc_main$
|
|
24916
|
+
const _hoisted_1$k = { class: "kds-sortable-list-box-wrapper" };
|
|
24917
|
+
const _hoisted_2$9 = { class: "kds-sortable-top-buttons" };
|
|
24918
|
+
const _hoisted_3$8 = { class: "kds-sortable-top-buttons-left" };
|
|
24919
|
+
const _hoisted_4$8 = { class: "kds-sortable-footer-buttons" };
|
|
24920
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
24899
24921
|
__name: "KdsSortableListBox",
|
|
24900
24922
|
props: /* @__PURE__ */ mergeModels({
|
|
24901
24923
|
modelValue: {},
|
|
@@ -24953,10 +24975,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
24953
24975
|
"preserve-sub-text-space": __props.preserveSubTextSpace
|
|
24954
24976
|
}), {
|
|
24955
24977
|
default: withCtx(() => [
|
|
24956
|
-
createElementVNode("div", _hoisted_1$
|
|
24957
|
-
createElementVNode("div", _hoisted_2$
|
|
24958
|
-
createElementVNode("div", _hoisted_3$
|
|
24959
|
-
createVNode(_sfc_main$
|
|
24978
|
+
createElementVNode("div", _hoisted_1$k, [
|
|
24979
|
+
createElementVNode("div", _hoisted_2$9, [
|
|
24980
|
+
createElementVNode("div", _hoisted_3$8, [
|
|
24981
|
+
createVNode(_sfc_main$1B, {
|
|
24960
24982
|
size: "small",
|
|
24961
24983
|
variant: "transparent",
|
|
24962
24984
|
"leading-icon": "sort-descending",
|
|
@@ -24964,7 +24986,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
24964
24986
|
disabled: __props.disabled,
|
|
24965
24987
|
onClick: _cache[0] || (_cache[0] = ($event) => applyReorder(unref(sortByText)(true, optionLookup.value)))
|
|
24966
24988
|
}, null, 8, ["disabled"]),
|
|
24967
|
-
createVNode(_sfc_main$
|
|
24989
|
+
createVNode(_sfc_main$1B, {
|
|
24968
24990
|
size: "small",
|
|
24969
24991
|
variant: "transparent",
|
|
24970
24992
|
"leading-icon": "sort-ascending",
|
|
@@ -24973,7 +24995,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
24973
24995
|
onClick: _cache[1] || (_cache[1] = ($event) => applyReorder(unref(sortByText)(false, optionLookup.value)))
|
|
24974
24996
|
}, null, 8, ["disabled"])
|
|
24975
24997
|
]),
|
|
24976
|
-
createVNode(_sfc_main$
|
|
24998
|
+
createVNode(_sfc_main$1B, {
|
|
24977
24999
|
size: "small",
|
|
24978
25000
|
variant: "transparent",
|
|
24979
25001
|
destructive: "",
|
|
@@ -24994,8 +25016,8 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
24994
25016
|
ariaLabel: formFieldProps.label ?? formFieldProps.ariaLabel ?? ""
|
|
24995
25017
|
/* fallback only for TS */
|
|
24996
25018
|
}, null, 8, ["modelValue", "possible-values", "disabled", "error", "ariaLabel"]),
|
|
24997
|
-
createElementVNode("div", _hoisted_4$
|
|
24998
|
-
createVNode(_sfc_main$
|
|
25019
|
+
createElementVNode("div", _hoisted_4$8, [
|
|
25020
|
+
createVNode(_sfc_main$1B, {
|
|
24999
25021
|
size: "small",
|
|
25000
25022
|
variant: "transparent",
|
|
25001
25023
|
"leading-icon": "to-top",
|
|
@@ -25004,7 +25026,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
25004
25026
|
disabled: __props.disabled || !unref(canMoveUp),
|
|
25005
25027
|
onClick: moveToTop
|
|
25006
25028
|
}, null, 8, ["disabled"]),
|
|
25007
|
-
createVNode(_sfc_main$
|
|
25029
|
+
createVNode(_sfc_main$1B, {
|
|
25008
25030
|
size: "small",
|
|
25009
25031
|
variant: "transparent",
|
|
25010
25032
|
"leading-icon": "to-bottom",
|
|
@@ -25013,7 +25035,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
25013
25035
|
disabled: __props.disabled || !unref(canMoveDown),
|
|
25014
25036
|
onClick: moveToBottom
|
|
25015
25037
|
}, null, 8, ["disabled"]),
|
|
25016
|
-
createVNode(_sfc_main$
|
|
25038
|
+
createVNode(_sfc_main$1B, {
|
|
25017
25039
|
size: "small",
|
|
25018
25040
|
variant: "transparent",
|
|
25019
25041
|
"leading-icon": "arrow-up",
|
|
@@ -25022,7 +25044,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
25022
25044
|
disabled: __props.disabled || !unref(canMoveUp),
|
|
25023
25045
|
onClick: moveUp
|
|
25024
25046
|
}, null, 8, ["disabled"]),
|
|
25025
|
-
createVNode(_sfc_main$
|
|
25047
|
+
createVNode(_sfc_main$1B, {
|
|
25026
25048
|
size: "small",
|
|
25027
25049
|
variant: "transparent",
|
|
25028
25050
|
"leading-icon": "arrow-down",
|
|
@@ -25040,10 +25062,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
25040
25062
|
}
|
|
25041
25063
|
});
|
|
25042
25064
|
|
|
25043
|
-
const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25065
|
+
const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-ee7b63e2"]]);
|
|
25044
25066
|
|
|
25045
|
-
const _hoisted_1$
|
|
25046
|
-
const _sfc_main$
|
|
25067
|
+
const _hoisted_1$j = { class: "kds-info-popover-content" };
|
|
25068
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
25047
25069
|
__name: "InfoPopover",
|
|
25048
25070
|
props: {
|
|
25049
25071
|
content: {}
|
|
@@ -25051,7 +25073,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
25051
25073
|
setup(__props) {
|
|
25052
25074
|
const props = __props;
|
|
25053
25075
|
return (_ctx, _cache) => {
|
|
25054
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
25076
|
+
return openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
25055
25077
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
25056
25078
|
createTextVNode(toDisplayString(props.content), 1)
|
|
25057
25079
|
], true)
|
|
@@ -25060,11 +25082,11 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
25060
25082
|
}
|
|
25061
25083
|
});
|
|
25062
25084
|
|
|
25063
|
-
const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25085
|
+
const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-92b68551"]]);
|
|
25064
25086
|
|
|
25065
|
-
const _hoisted_1$
|
|
25087
|
+
const _hoisted_1$i = ["aria-pressed", "aria-expanded", "aria-controls"];
|
|
25066
25088
|
const TITLE = "Click for more information";
|
|
25067
|
-
const _sfc_main$
|
|
25089
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
25068
25090
|
__name: "KdsInfoToggleButton",
|
|
25069
25091
|
props: /* @__PURE__ */ mergeModels({
|
|
25070
25092
|
modelValue: { type: Boolean },
|
|
@@ -25106,7 +25128,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
25106
25128
|
name: "circle-question",
|
|
25107
25129
|
size: "small"
|
|
25108
25130
|
})
|
|
25109
|
-
], 16, _hoisted_1$
|
|
25131
|
+
], 16, _hoisted_1$i)), [
|
|
25110
25132
|
[unref(vKdsTooltip), modelValue.value ? void 0 : TITLE]
|
|
25111
25133
|
]),
|
|
25112
25134
|
createVNode(KdsPopover, {
|
|
@@ -25136,18 +25158,18 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
25136
25158
|
}
|
|
25137
25159
|
});
|
|
25138
25160
|
|
|
25139
|
-
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25161
|
+
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-dbbdabd8"]]);
|
|
25140
25162
|
|
|
25141
25163
|
const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
25142
25164
|
__proto__: null,
|
|
25143
25165
|
default: KdsInfoToggleButton
|
|
25144
25166
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
25145
25167
|
|
|
25146
|
-
const _hoisted_1$
|
|
25168
|
+
const _hoisted_1$h = {
|
|
25147
25169
|
class: "kds-variable-popover",
|
|
25148
25170
|
tabindex: "0"
|
|
25149
25171
|
};
|
|
25150
|
-
const _sfc_main$
|
|
25172
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
25151
25173
|
__name: "VariablePopover",
|
|
25152
25174
|
props: {
|
|
25153
25175
|
content: {}
|
|
@@ -25155,7 +25177,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
25155
25177
|
setup(__props) {
|
|
25156
25178
|
const props = __props;
|
|
25157
25179
|
return (_ctx, _cache) => {
|
|
25158
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
25180
|
+
return openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
25159
25181
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
25160
25182
|
createTextVNode(toDisplayString(props.content), 1)
|
|
25161
25183
|
], true)
|
|
@@ -25164,10 +25186,10 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
25164
25186
|
}
|
|
25165
25187
|
});
|
|
25166
25188
|
|
|
25167
|
-
const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25189
|
+
const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-345e63f3"]]);
|
|
25168
25190
|
|
|
25169
|
-
const _hoisted_1$
|
|
25170
|
-
const _sfc_main$
|
|
25191
|
+
const _hoisted_1$g = ["aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
|
|
25192
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
25171
25193
|
__name: "KdsVariableToggleButton",
|
|
25172
25194
|
props: /* @__PURE__ */ mergeModels({
|
|
25173
25195
|
modelValue: { type: Boolean },
|
|
@@ -25256,7 +25278,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
25256
25278
|
name: iconName.value,
|
|
25257
25279
|
size: "small"
|
|
25258
25280
|
}, null, 8, ["name"])
|
|
25259
|
-
], 16, _hoisted_1$
|
|
25281
|
+
], 16, _hoisted_1$g)), [
|
|
25260
25282
|
[unref(vKdsTooltip), modelValue.value ? void 0 : title.value]
|
|
25261
25283
|
]),
|
|
25262
25284
|
createVNode(KdsPopover, {
|
|
@@ -25286,15 +25308,15 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
25286
25308
|
}
|
|
25287
25309
|
});
|
|
25288
25310
|
|
|
25289
|
-
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25311
|
+
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-d5057ed8"]]);
|
|
25290
25312
|
|
|
25291
|
-
const _hoisted_1$
|
|
25292
|
-
const _hoisted_2$
|
|
25293
|
-
const _hoisted_3$
|
|
25294
|
-
const _hoisted_4$
|
|
25295
|
-
const _hoisted_5$
|
|
25313
|
+
const _hoisted_1$f = { class: "kds-accordion" };
|
|
25314
|
+
const _hoisted_2$8 = ["name", "open", "onToggle"];
|
|
25315
|
+
const _hoisted_3$7 = ["aria-disabled", "tabindex", "onClick", "onKeydown"];
|
|
25316
|
+
const _hoisted_4$7 = { class: "kds-accordion-headline-container" };
|
|
25317
|
+
const _hoisted_5$5 = { class: "kds-accordion-headline" };
|
|
25296
25318
|
const _hoisted_6$1 = { class: "kds-accordion-content" };
|
|
25297
|
-
const _sfc_main$
|
|
25319
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
25298
25320
|
__name: "KdsAccordion",
|
|
25299
25321
|
props: /* @__PURE__ */ mergeModels({
|
|
25300
25322
|
modelValue: {},
|
|
@@ -25420,7 +25442,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
25420
25442
|
() => __props.singleExpand ? `kds-accordion-${accordionId}` : void 0
|
|
25421
25443
|
);
|
|
25422
25444
|
return (_ctx, _cache) => {
|
|
25423
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
25445
|
+
return openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
25424
25446
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item) => {
|
|
25425
25447
|
return openBlock(), createElementBlock("details", {
|
|
25426
25448
|
key: item.id,
|
|
@@ -25438,56 +25460,56 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
25438
25460
|
onClick: ($event) => onSummaryClick($event, item),
|
|
25439
25461
|
onKeydown: ($event) => handleTriggerKeydown($event, item)
|
|
25440
25462
|
}, [
|
|
25441
|
-
createElementVNode("span", _hoisted_4$
|
|
25463
|
+
createElementVNode("span", _hoisted_4$7, [
|
|
25442
25464
|
item.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
|
|
25443
25465
|
key: 0,
|
|
25444
25466
|
name: item.leadingIcon,
|
|
25445
25467
|
size: "small",
|
|
25446
25468
|
disabled: item.disabled
|
|
25447
25469
|
}, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
|
|
25448
|
-
createElementVNode("span", _hoisted_5$
|
|
25470
|
+
createElementVNode("span", _hoisted_5$5, toDisplayString(item.headline), 1)
|
|
25449
25471
|
]),
|
|
25450
25472
|
createVNode(KdsIcon, {
|
|
25451
25473
|
name: isItemExpanded(item.id) ? "chevron-up" : "chevron-down",
|
|
25452
25474
|
size: "small"
|
|
25453
25475
|
}, null, 8, ["name"])
|
|
25454
|
-
], 40, _hoisted_3$
|
|
25476
|
+
], 40, _hoisted_3$7),
|
|
25455
25477
|
createElementVNode("div", _hoisted_6$1, [
|
|
25456
25478
|
renderSlot(_ctx.$slots, item.id, { item }, void 0, true)
|
|
25457
25479
|
])
|
|
25458
|
-
], 40, _hoisted_2$
|
|
25480
|
+
], 40, _hoisted_2$8);
|
|
25459
25481
|
}), 128))
|
|
25460
25482
|
]);
|
|
25461
25483
|
};
|
|
25462
25484
|
}
|
|
25463
25485
|
});
|
|
25464
25486
|
|
|
25465
|
-
const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25487
|
+
const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-35f28ed3"]]);
|
|
25466
25488
|
|
|
25467
|
-
const _hoisted_1$
|
|
25468
|
-
const _hoisted_2$
|
|
25489
|
+
const _hoisted_1$e = { class: "kds-card-header" };
|
|
25490
|
+
const _hoisted_2$7 = {
|
|
25469
25491
|
key: 0,
|
|
25470
25492
|
class: "accessory"
|
|
25471
25493
|
};
|
|
25472
|
-
const _hoisted_3$
|
|
25473
|
-
const _hoisted_4$
|
|
25494
|
+
const _hoisted_3$6 = { key: 1 };
|
|
25495
|
+
const _hoisted_4$6 = {
|
|
25474
25496
|
key: 2,
|
|
25475
25497
|
class: "actions",
|
|
25476
25498
|
"data-kds-card-secondary-action": ""
|
|
25477
25499
|
};
|
|
25478
|
-
const _sfc_main$
|
|
25500
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
25479
25501
|
__name: "CardHeader",
|
|
25480
25502
|
props: {
|
|
25481
25503
|
headline: {}
|
|
25482
25504
|
},
|
|
25483
25505
|
setup(__props) {
|
|
25484
25506
|
return (_ctx, _cache) => {
|
|
25485
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
25486
|
-
_ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
25507
|
+
return openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
25508
|
+
_ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$7, [
|
|
25487
25509
|
renderSlot(_ctx.$slots, "accessory", {}, void 0, true)
|
|
25488
25510
|
])) : createCommentVNode("", true),
|
|
25489
|
-
__props.headline ? (openBlock(), createElementBlock("h6", _hoisted_3$
|
|
25490
|
-
_ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
25511
|
+
__props.headline ? (openBlock(), createElementBlock("h6", _hoisted_3$6, toDisplayString(__props.headline), 1)) : createCommentVNode("", true),
|
|
25512
|
+
_ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_4$6, [
|
|
25491
25513
|
renderSlot(_ctx.$slots, "actions", {}, void 0, true)
|
|
25492
25514
|
])) : createCommentVNode("", true)
|
|
25493
25515
|
]);
|
|
@@ -25495,9 +25517,9 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
25495
25517
|
}
|
|
25496
25518
|
});
|
|
25497
25519
|
|
|
25498
|
-
const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25520
|
+
const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-aacb597b"]]);
|
|
25499
25521
|
|
|
25500
|
-
const _sfc_main$
|
|
25522
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
25501
25523
|
__name: "BaseCard",
|
|
25502
25524
|
props: {
|
|
25503
25525
|
variant: {},
|
|
@@ -25536,9 +25558,9 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
25536
25558
|
}
|
|
25537
25559
|
});
|
|
25538
25560
|
|
|
25539
|
-
const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25561
|
+
const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-7d838f91"]]);
|
|
25540
25562
|
|
|
25541
|
-
const _sfc_main$
|
|
25563
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
25542
25564
|
__name: "KdsCard",
|
|
25543
25565
|
props: {
|
|
25544
25566
|
variant: { default: "outlined" },
|
|
@@ -25575,8 +25597,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
25575
25597
|
}
|
|
25576
25598
|
});
|
|
25577
25599
|
|
|
25578
|
-
const _hoisted_1$
|
|
25579
|
-
const _sfc_main$
|
|
25600
|
+
const _hoisted_1$d = ["aria-label", "aria-labelledby", "disabled"];
|
|
25601
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
25580
25602
|
__name: "KdsClickableCard",
|
|
25581
25603
|
props: {
|
|
25582
25604
|
variant: { default: "filled" },
|
|
@@ -25609,7 +25631,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
25609
25631
|
disabled: __props.disabled,
|
|
25610
25632
|
"data-kds-card-primary-action": "",
|
|
25611
25633
|
onClick
|
|
25612
|
-
}, null, 8, _hoisted_1$
|
|
25634
|
+
}, null, 8, _hoisted_1$d)
|
|
25613
25635
|
]),
|
|
25614
25636
|
default: withCtx(() => [
|
|
25615
25637
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -25635,9 +25657,9 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
25635
25657
|
}
|
|
25636
25658
|
});
|
|
25637
25659
|
|
|
25638
|
-
const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25660
|
+
const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-8b314672"]]);
|
|
25639
25661
|
|
|
25640
|
-
const _sfc_main$
|
|
25662
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
25641
25663
|
__name: "KdsLinkCard",
|
|
25642
25664
|
props: {
|
|
25643
25665
|
variant: { default: "filled" },
|
|
@@ -25701,10 +25723,10 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
25701
25723
|
}
|
|
25702
25724
|
});
|
|
25703
25725
|
|
|
25704
|
-
const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25726
|
+
const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-4b8002a1"]]);
|
|
25705
25727
|
|
|
25706
|
-
const _hoisted_1$
|
|
25707
|
-
const _sfc_main$
|
|
25728
|
+
const _hoisted_1$c = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
|
|
25729
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
25708
25730
|
__name: "KdsSelectableCard",
|
|
25709
25731
|
props: /* @__PURE__ */ mergeModels({
|
|
25710
25732
|
modelValue: { type: Boolean },
|
|
@@ -25743,7 +25765,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
25743
25765
|
"aria-pressed": modelValue.value,
|
|
25744
25766
|
"data-kds-card-primary-action": "",
|
|
25745
25767
|
onClick
|
|
25746
|
-
}, null, 8, _hoisted_1$
|
|
25768
|
+
}, null, 8, _hoisted_1$c)
|
|
25747
25769
|
]),
|
|
25748
25770
|
default: withCtx(() => [
|
|
25749
25771
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -25769,7 +25791,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
25769
25791
|
}
|
|
25770
25792
|
});
|
|
25771
25793
|
|
|
25772
|
-
const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25794
|
+
const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-ac11a0a2"]]);
|
|
25773
25795
|
|
|
25774
25796
|
const kdsCardVariant = {
|
|
25775
25797
|
FILLED: "filled",
|
|
@@ -25791,17 +25813,17 @@ const kdsPanelBodyVariant = {
|
|
|
25791
25813
|
};
|
|
25792
25814
|
const kdsPanelBodyVariants = Object.values(kdsPanelBodyVariant);
|
|
25793
25815
|
|
|
25794
|
-
const _hoisted_1$
|
|
25795
|
-
const _hoisted_2$
|
|
25816
|
+
const _hoisted_1$b = { class: "kds-panel" };
|
|
25817
|
+
const _hoisted_2$6 = {
|
|
25796
25818
|
key: 0,
|
|
25797
25819
|
class: "kds-panel-header"
|
|
25798
25820
|
};
|
|
25799
|
-
const _hoisted_3$
|
|
25800
|
-
const _hoisted_4$
|
|
25821
|
+
const _hoisted_3$5 = ["id"];
|
|
25822
|
+
const _hoisted_4$5 = {
|
|
25801
25823
|
key: 0,
|
|
25802
25824
|
class: "kds-panel-headline-text"
|
|
25803
25825
|
};
|
|
25804
|
-
const _hoisted_5$
|
|
25826
|
+
const _hoisted_5$4 = {
|
|
25805
25827
|
key: 1,
|
|
25806
25828
|
class: "kds-panel-header-trailing"
|
|
25807
25829
|
};
|
|
@@ -25812,7 +25834,7 @@ const _hoisted_7 = {
|
|
|
25812
25834
|
};
|
|
25813
25835
|
const _hoisted_8 = { class: "kds-panel-footer-leading" };
|
|
25814
25836
|
const _hoisted_9 = { class: "kds-panel-footer-trailing" };
|
|
25815
|
-
const _sfc_main$
|
|
25837
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
25816
25838
|
__name: "KdsPanel",
|
|
25817
25839
|
props: {
|
|
25818
25840
|
headline: {},
|
|
@@ -25844,37 +25866,37 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
25844
25866
|
() => isBodyKeyboardFocusable.value && !bodyAriaLabel.value ? slotHeadlineId.value : void 0
|
|
25845
25867
|
);
|
|
25846
25868
|
return (_ctx, _cache) => {
|
|
25847
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
25848
|
-
hasHeader.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
25869
|
+
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
25870
|
+
hasHeader.value ? (openBlock(), createElementBlock("div", _hoisted_2$6, [
|
|
25849
25871
|
__props.headline ? (openBlock(), createElementBlock("div", {
|
|
25850
25872
|
key: 0,
|
|
25851
25873
|
id: unref(headlineId),
|
|
25852
25874
|
class: "kds-panel-headline"
|
|
25853
25875
|
}, [
|
|
25854
|
-
typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$
|
|
25876
|
+
typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$5, toDisplayString(__props.headline), 1)) : __props.headline.type === "button" ? (openBlock(), createBlock(_sfc_main$1B, mergeProps({ key: 1 }, __props.headline.props, {
|
|
25855
25877
|
size: "small",
|
|
25856
25878
|
onClick: __props.headline.onClick
|
|
25857
|
-
}), null, 16, ["onClick"])) : __props.headline.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$
|
|
25879
|
+
}), null, 16, ["onClick"])) : __props.headline.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1j, mergeProps({ key: 2 }, __props.headline.props, {
|
|
25858
25880
|
size: "small",
|
|
25859
25881
|
onItemClick: __props.headline.onItemClick
|
|
25860
25882
|
}), null, 16, ["onItemClick"])) : createCommentVNode("", true)
|
|
25861
|
-
], 8, _hoisted_3$
|
|
25862
|
-
__props.headlineTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
25883
|
+
], 8, _hoisted_3$5)) : createCommentVNode("", true),
|
|
25884
|
+
__props.headlineTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$4, [
|
|
25863
25885
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.headlineTrailingActions, (action, index) => {
|
|
25864
25886
|
return openBlock(), createElementBlock(Fragment, { key: index }, [
|
|
25865
|
-
action.type === "button" ? (openBlock(), createBlock(_sfc_main$
|
|
25887
|
+
action.type === "button" ? (openBlock(), createBlock(_sfc_main$1B, mergeProps({
|
|
25866
25888
|
key: 0,
|
|
25867
25889
|
ref_for: true
|
|
25868
25890
|
}, action.props, {
|
|
25869
25891
|
size: "small",
|
|
25870
25892
|
onClick: action.onClick
|
|
25871
|
-
}), null, 16, ["onClick"])) : action.type === "toggleButton" ? (openBlock(), createBlock(_sfc_main$
|
|
25893
|
+
}), null, 16, ["onClick"])) : action.type === "toggleButton" ? (openBlock(), createBlock(_sfc_main$1q, mergeProps({
|
|
25872
25894
|
key: 1,
|
|
25873
25895
|
ref_for: true
|
|
25874
25896
|
}, action.props, {
|
|
25875
25897
|
size: "small",
|
|
25876
25898
|
"onUpdate:modelValue": action.onUpdateModelValue
|
|
25877
|
-
}), null, 16, ["onUpdate:modelValue"])) : action.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$
|
|
25899
|
+
}), null, 16, ["onUpdate:modelValue"])) : action.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1j, mergeProps({
|
|
25878
25900
|
key: 2,
|
|
25879
25901
|
ref_for: true
|
|
25880
25902
|
}, action.props, {
|
|
@@ -25903,7 +25925,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
25903
25925
|
__props.footerLeadingActions?.length || __props.footerTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_7, [
|
|
25904
25926
|
createElementVNode("div", _hoisted_8, [
|
|
25905
25927
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerLeadingActions, (action, index) => {
|
|
25906
|
-
return openBlock(), createBlock(_sfc_main$
|
|
25928
|
+
return openBlock(), createBlock(_sfc_main$1B, mergeProps({
|
|
25907
25929
|
key: `leading-${index}`
|
|
25908
25930
|
}, { ref_for: true }, action.props, {
|
|
25909
25931
|
onClick: action.onClick
|
|
@@ -25912,7 +25934,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
25912
25934
|
]),
|
|
25913
25935
|
createElementVNode("div", _hoisted_9, [
|
|
25914
25936
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerTrailingActions, (action, index) => {
|
|
25915
|
-
return openBlock(), createBlock(_sfc_main$
|
|
25937
|
+
return openBlock(), createBlock(_sfc_main$1B, mergeProps({
|
|
25916
25938
|
key: `trailing-${index}`
|
|
25917
25939
|
}, { ref_for: true }, action.props, {
|
|
25918
25940
|
onClick: action.onClick
|
|
@@ -25925,9 +25947,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
25925
25947
|
}
|
|
25926
25948
|
});
|
|
25927
25949
|
|
|
25928
|
-
const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
25950
|
+
const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-64966fb2"]]);
|
|
25929
25951
|
|
|
25930
|
-
const _sfc_main$
|
|
25952
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
25931
25953
|
__name: "TabBarItemAccessory",
|
|
25932
25954
|
props: {
|
|
25933
25955
|
accessory: {},
|
|
@@ -26057,15 +26079,15 @@ const useTabBarAdaptiveLayout = ({
|
|
|
26057
26079
|
};
|
|
26058
26080
|
};
|
|
26059
26081
|
|
|
26060
|
-
const _hoisted_1$
|
|
26061
|
-
const _hoisted_2$
|
|
26062
|
-
const _hoisted_3$
|
|
26063
|
-
const _hoisted_4$
|
|
26082
|
+
const _hoisted_1$a = { class: "kds-tab-bar-wrapper" };
|
|
26083
|
+
const _hoisted_2$5 = ["id", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
|
|
26084
|
+
const _hoisted_3$4 = { class: "kds-tab-label" };
|
|
26085
|
+
const _hoisted_4$4 = {
|
|
26064
26086
|
key: 1,
|
|
26065
26087
|
class: "kds-tab-indicator"
|
|
26066
26088
|
};
|
|
26067
26089
|
const MIN_TAB_WIDTH_TOKEN = "--kds-dimension-component-width-4x";
|
|
26068
|
-
const _sfc_main$
|
|
26090
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
26069
26091
|
__name: "KdsTabBar",
|
|
26070
26092
|
props: /* @__PURE__ */ mergeModels({
|
|
26071
26093
|
modelValue: {},
|
|
@@ -26190,7 +26212,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
26190
26212
|
{ immediate: true }
|
|
26191
26213
|
);
|
|
26192
26214
|
return (_ctx, _cache) => {
|
|
26193
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
26215
|
+
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
26194
26216
|
createElementVNode("div", {
|
|
26195
26217
|
ref_key: "availableWidthContainer",
|
|
26196
26218
|
ref: availableWidthContainer,
|
|
@@ -26219,15 +26241,15 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
26219
26241
|
onClick: ($event) => selectTab(tab),
|
|
26220
26242
|
onKeydown: ($event) => handleKeydown($event, tab)
|
|
26221
26243
|
}, [
|
|
26222
|
-
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$
|
|
26244
|
+
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$d, {
|
|
26223
26245
|
key: 0,
|
|
26224
26246
|
accessory: tab.accessory,
|
|
26225
26247
|
"icon-size": __props.size === "large" ? "large" : "medium",
|
|
26226
26248
|
disabled: isTabDisabled(tab)
|
|
26227
26249
|
}, null, 8, ["accessory", "icon-size", "disabled"])) : createCommentVNode("", true),
|
|
26228
|
-
createElementVNode("span", _hoisted_3$
|
|
26229
|
-
modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$
|
|
26230
|
-
], 42, _hoisted_2$
|
|
26250
|
+
createElementVNode("span", _hoisted_3$4, toDisplayString(tab.label), 1),
|
|
26251
|
+
modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$4)) : createCommentVNode("", true)
|
|
26252
|
+
], 42, _hoisted_2$5)), [
|
|
26231
26253
|
[unref(vKdsTooltip), getTabTitle(tab)]
|
|
26232
26254
|
]);
|
|
26233
26255
|
}), 128))
|
|
@@ -26237,7 +26259,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
26237
26259
|
}
|
|
26238
26260
|
});
|
|
26239
26261
|
|
|
26240
|
-
const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26262
|
+
const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-b5cb982f"]]);
|
|
26241
26263
|
|
|
26242
26264
|
const kdsTabBarSize = {
|
|
26243
26265
|
SMALL: "small",
|
|
@@ -26245,7 +26267,7 @@ const kdsTabBarSize = {
|
|
|
26245
26267
|
};
|
|
26246
26268
|
const kdsTabBarSizes = Object.values(kdsTabBarSize);
|
|
26247
26269
|
|
|
26248
|
-
const _sfc_main$
|
|
26270
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
26249
26271
|
__name: "LoadingSkeletonItem",
|
|
26250
26272
|
props: {
|
|
26251
26273
|
shape: { default: "text" }
|
|
@@ -26260,24 +26282,24 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
26260
26282
|
}
|
|
26261
26283
|
});
|
|
26262
26284
|
|
|
26263
|
-
const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26285
|
+
const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-b7565402"]]);
|
|
26264
26286
|
|
|
26265
|
-
const _hoisted_1$
|
|
26287
|
+
const _hoisted_1$9 = {
|
|
26266
26288
|
key: 0,
|
|
26267
26289
|
class: "kds-loading-skeleton",
|
|
26268
26290
|
"aria-busy": "true"
|
|
26269
26291
|
};
|
|
26270
|
-
const _hoisted_2$
|
|
26292
|
+
const _hoisted_2$4 = {
|
|
26271
26293
|
key: 0,
|
|
26272
26294
|
class: "kds-loading-skeleton-headline-with-paragraph"
|
|
26273
26295
|
};
|
|
26274
|
-
const _hoisted_3$
|
|
26275
|
-
const _hoisted_4$
|
|
26296
|
+
const _hoisted_3$3 = { class: "kds-loading-skeleton-paragraph-lines" };
|
|
26297
|
+
const _hoisted_4$3 = {
|
|
26276
26298
|
key: 1,
|
|
26277
26299
|
class: "kds-loading-skeleton-input-with-label"
|
|
26278
26300
|
};
|
|
26279
|
-
const _hoisted_5$
|
|
26280
|
-
const _sfc_main$
|
|
26301
|
+
const _hoisted_5$3 = { class: "kds-loading-skeleton-list-item-text" };
|
|
26302
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
26281
26303
|
__name: "KdsLoadingSkeleton",
|
|
26282
26304
|
props: {
|
|
26283
26305
|
variant: { default: "text" },
|
|
@@ -26290,22 +26312,22 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
26290
26312
|
"v78e8b31c": _ctx.repeatGap
|
|
26291
26313
|
}));
|
|
26292
26314
|
return (_ctx, _cache) => {
|
|
26293
|
-
return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
26315
|
+
return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
26294
26316
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.repeat, (index) => {
|
|
26295
26317
|
return openBlock(), createElementBlock(Fragment, {
|
|
26296
26318
|
key: `skeleton-${index}`
|
|
26297
26319
|
}, [
|
|
26298
|
-
__props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
26320
|
+
__props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
|
|
26299
26321
|
createVNode(LoadingSkeletonItem, {
|
|
26300
26322
|
shape: "text",
|
|
26301
26323
|
class: "headline"
|
|
26302
26324
|
}),
|
|
26303
|
-
createElementVNode("div", _hoisted_3$
|
|
26325
|
+
createElementVNode("div", _hoisted_3$3, [
|
|
26304
26326
|
createVNode(LoadingSkeletonItem, { shape: "text" }),
|
|
26305
26327
|
createVNode(LoadingSkeletonItem, { shape: "text" }),
|
|
26306
26328
|
createVNode(LoadingSkeletonItem, { shape: "text" })
|
|
26307
26329
|
])
|
|
26308
|
-
])) : __props.variant === "input-with-label" ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
26330
|
+
])) : __props.variant === "input-with-label" ? (openBlock(), createElementBlock("div", _hoisted_4$3, [
|
|
26309
26331
|
createVNode(LoadingSkeletonItem, {
|
|
26310
26332
|
shape: "label",
|
|
26311
26333
|
class: "label"
|
|
@@ -26325,7 +26347,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
26325
26347
|
createVNode(LoadingSkeletonItem, {
|
|
26326
26348
|
shape: __props.variant.startsWith("list-item-large") ? "icon-large" : "icon-small"
|
|
26327
26349
|
}, null, 8, ["shape"]),
|
|
26328
|
-
createElementVNode("div", _hoisted_5$
|
|
26350
|
+
createElementVNode("div", _hoisted_5$3, [
|
|
26329
26351
|
createVNode(LoadingSkeletonItem, { shape: "text" }),
|
|
26330
26352
|
__props.variant.endsWith("subtext") ? (openBlock(), createBlock(LoadingSkeletonItem, {
|
|
26331
26353
|
key: 0,
|
|
@@ -26345,7 +26367,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
26345
26367
|
}
|
|
26346
26368
|
});
|
|
26347
26369
|
|
|
26348
|
-
const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26370
|
+
const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-b3b70d6e"]]);
|
|
26349
26371
|
|
|
26350
26372
|
const loadingSkeletonItemShape = {
|
|
26351
26373
|
TEXT: "text",
|
|
@@ -26373,8 +26395,8 @@ const kdsLoadingSkeletonVariants = Object.values(
|
|
|
26373
26395
|
kdsLoadingSkeletonVariant
|
|
26374
26396
|
);
|
|
26375
26397
|
|
|
26376
|
-
const _hoisted_1$
|
|
26377
|
-
const _sfc_main$
|
|
26398
|
+
const _hoisted_1$8 = { class: "label" };
|
|
26399
|
+
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
26378
26400
|
__name: "KdsNavItem",
|
|
26379
26401
|
props: {
|
|
26380
26402
|
label: {},
|
|
@@ -26443,7 +26465,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
26443
26465
|
size: "medium",
|
|
26444
26466
|
disabled: __props.disabled
|
|
26445
26467
|
}, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
|
|
26446
|
-
withDirectives((openBlock(), createElementBlock("span", _hoisted_1$
|
|
26468
|
+
withDirectives((openBlock(), createElementBlock("span", _hoisted_1$8, [
|
|
26447
26469
|
createTextVNode(toDisplayString(__props.label), 1)
|
|
26448
26470
|
])), [
|
|
26449
26471
|
[unref(vKdsTooltip), __props.label, "truncated"]
|
|
@@ -26464,7 +26486,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
26464
26486
|
disabled: __props.disabled
|
|
26465
26487
|
}, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
|
|
26466
26488
|
__props.badge ? (openBlock(), createBlock(unref(KdsBadge), mergeProps({ key: 1 }, __props.badge, { size: "xxsmall" }), null, 16)) : createCommentVNode("", true),
|
|
26467
|
-
__props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$
|
|
26489
|
+
__props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$1B), mergeProps({ key: 2 }, __props.trailingButton, {
|
|
26468
26490
|
size: "xsmall",
|
|
26469
26491
|
onClick: onButtonClick
|
|
26470
26492
|
}), null, 16)) : createCommentVNode("", true)
|
|
@@ -26474,10 +26496,10 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
26474
26496
|
}
|
|
26475
26497
|
});
|
|
26476
26498
|
|
|
26477
|
-
const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26499
|
+
const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-14836519"]]);
|
|
26478
26500
|
|
|
26479
|
-
const _hoisted_1$
|
|
26480
|
-
const _sfc_main$
|
|
26501
|
+
const _hoisted_1$7 = ["aria-label"];
|
|
26502
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
26481
26503
|
__name: "KdsNavigation",
|
|
26482
26504
|
props: /* @__PURE__ */ mergeModels({
|
|
26483
26505
|
modelValue: {},
|
|
@@ -26519,28 +26541,28 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
26519
26541
|
})) : createCommentVNode("", true)
|
|
26520
26542
|
]);
|
|
26521
26543
|
}), 128))
|
|
26522
|
-
], 8, _hoisted_1$
|
|
26544
|
+
], 8, _hoisted_1$7);
|
|
26523
26545
|
};
|
|
26524
26546
|
}
|
|
26525
26547
|
});
|
|
26526
26548
|
|
|
26527
|
-
const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26549
|
+
const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-ceb3e9ac"]]);
|
|
26528
26550
|
|
|
26529
|
-
const _hoisted_1$
|
|
26551
|
+
const _hoisted_1$6 = {
|
|
26530
26552
|
key: 1,
|
|
26531
26553
|
class: "breadcrumb-label"
|
|
26532
26554
|
};
|
|
26533
|
-
const _hoisted_2$
|
|
26534
|
-
const _hoisted_3$
|
|
26555
|
+
const _hoisted_2$3 = ["aria-label", "aria-current"];
|
|
26556
|
+
const _hoisted_3$2 = {
|
|
26535
26557
|
key: 1,
|
|
26536
26558
|
class: "breadcrumb-label"
|
|
26537
26559
|
};
|
|
26538
|
-
const _hoisted_4$
|
|
26539
|
-
const _hoisted_5$
|
|
26560
|
+
const _hoisted_4$2 = ["aria-label", "aria-current"];
|
|
26561
|
+
const _hoisted_5$2 = {
|
|
26540
26562
|
key: 1,
|
|
26541
26563
|
class: "breadcrumb-label"
|
|
26542
26564
|
};
|
|
26543
|
-
const _sfc_main$
|
|
26565
|
+
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
26544
26566
|
__name: "BreadcrumbItem",
|
|
26545
26567
|
props: {
|
|
26546
26568
|
item: {},
|
|
@@ -26575,7 +26597,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
26575
26597
|
name: __props.item.leadingIcon,
|
|
26576
26598
|
class: "breadcrumb-icon"
|
|
26577
26599
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
26578
|
-
__props.item.text ? withDirectives((openBlock(), createElementBlock("span", _hoisted_1$
|
|
26600
|
+
__props.item.text ? withDirectives((openBlock(), createElementBlock("span", _hoisted_1$6, [
|
|
26579
26601
|
createTextVNode(toDisplayString(__props.item.text), 1)
|
|
26580
26602
|
])), [
|
|
26581
26603
|
[unref(vKdsTooltip), __props.item.title, "truncated"]
|
|
@@ -26595,12 +26617,12 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
26595
26617
|
name: __props.item.leadingIcon,
|
|
26596
26618
|
class: "breadcrumb-icon"
|
|
26597
26619
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
26598
|
-
__props.item.text ? withDirectives((openBlock(), createElementBlock("span", _hoisted_3$
|
|
26620
|
+
__props.item.text ? withDirectives((openBlock(), createElementBlock("span", _hoisted_3$2, [
|
|
26599
26621
|
createTextVNode(toDisplayString(__props.item.text), 1)
|
|
26600
26622
|
])), [
|
|
26601
26623
|
[unref(vKdsTooltip), __props.item.title, "truncated"]
|
|
26602
26624
|
]) : createCommentVNode("", true)
|
|
26603
|
-
], 8, _hoisted_2$
|
|
26625
|
+
], 8, _hoisted_2$3)) : (openBlock(), createElementBlock("span", {
|
|
26604
26626
|
key: 2,
|
|
26605
26627
|
class: "kds-breadcrumb-item",
|
|
26606
26628
|
"aria-label": __props.item.ariaLabel,
|
|
@@ -26611,17 +26633,17 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
26611
26633
|
name: __props.item.leadingIcon,
|
|
26612
26634
|
class: "breadcrumb-icon"
|
|
26613
26635
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
26614
|
-
__props.item.text ? withDirectives((openBlock(), createElementBlock("span", _hoisted_5$
|
|
26636
|
+
__props.item.text ? withDirectives((openBlock(), createElementBlock("span", _hoisted_5$2, [
|
|
26615
26637
|
createTextVNode(toDisplayString(__props.item.text), 1)
|
|
26616
26638
|
])), [
|
|
26617
26639
|
[unref(vKdsTooltip), __props.item.title, "truncated"]
|
|
26618
26640
|
]) : createCommentVNode("", true)
|
|
26619
|
-
], 8, _hoisted_4$
|
|
26641
|
+
], 8, _hoisted_4$2));
|
|
26620
26642
|
};
|
|
26621
26643
|
}
|
|
26622
26644
|
});
|
|
26623
26645
|
|
|
26624
|
-
const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26646
|
+
const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-432d445a"]]);
|
|
26625
26647
|
|
|
26626
26648
|
const useBreadcrumbAdaptiveLayout = (listRef, itemRefs, itemsSource) => {
|
|
26627
26649
|
const { width: listWidth } = useElementSize(listRef);
|
|
@@ -26720,8 +26742,8 @@ const useBreadcrumbAdaptiveLayout = (listRef, itemRefs, itemsSource) => {
|
|
|
26720
26742
|
});
|
|
26721
26743
|
};
|
|
26722
26744
|
|
|
26723
|
-
const _hoisted_1$
|
|
26724
|
-
const _sfc_main$
|
|
26745
|
+
const _hoisted_1$5 = ["aria-label"];
|
|
26746
|
+
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
26725
26747
|
__name: "KdsBreadcrumb",
|
|
26726
26748
|
props: {
|
|
26727
26749
|
items: {},
|
|
@@ -26768,46 +26790,44 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
26768
26790
|
], 2);
|
|
26769
26791
|
}), 128))
|
|
26770
26792
|
], 512)
|
|
26771
|
-
], 8, _hoisted_1$
|
|
26793
|
+
], 8, _hoisted_1$5)) : createCommentVNode("", true);
|
|
26772
26794
|
};
|
|
26773
26795
|
}
|
|
26774
26796
|
});
|
|
26775
26797
|
|
|
26776
|
-
const KdsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26798
|
+
const KdsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-8661f06f"]]);
|
|
26777
26799
|
|
|
26778
|
-
const _sfc_main$
|
|
26800
|
+
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
26779
26801
|
__name: "ActionButton",
|
|
26780
26802
|
props: {
|
|
26781
26803
|
type: {},
|
|
26782
26804
|
props: {},
|
|
26783
26805
|
onClick: { type: Function },
|
|
26784
|
-
size: {}
|
|
26806
|
+
size: { default: "medium" }
|
|
26785
26807
|
},
|
|
26786
26808
|
setup(__props) {
|
|
26787
|
-
const props = __props;
|
|
26809
|
+
const props = createPropsRestProxy(__props, ["size"]);
|
|
26788
26810
|
return (_ctx, _cache) => {
|
|
26789
|
-
return props.type === unref(kdsActionButtonType).BUTTON ? (openBlock(), createBlock(_sfc_main$
|
|
26790
|
-
size:
|
|
26811
|
+
return props.type === unref(kdsActionButtonType).BUTTON ? (openBlock(), createBlock(_sfc_main$1B, mergeProps({ key: 0 }, props.props, {
|
|
26812
|
+
size: __props.size,
|
|
26791
26813
|
onClick: _cache[0] || (_cache[0] = (e) => props.onClick?.(e))
|
|
26792
|
-
}), null, 16, ["size"])) : props.type === unref(kdsActionButtonType).LINK_BUTTON ? (openBlock(), createBlock(_sfc_main$
|
|
26793
|
-
size: props.size
|
|
26794
|
-
}), null, 16, ["size"])) : createCommentVNode("", true);
|
|
26814
|
+
}), null, 16, ["size"])) : props.type === unref(kdsActionButtonType).LINK_BUTTON ? (openBlock(), createBlock(_sfc_main$1A, mergeProps({ key: 1 }, props.props, { size: __props.size }), null, 16, ["size"])) : createCommentVNode("", true);
|
|
26795
26815
|
};
|
|
26796
26816
|
}
|
|
26797
26817
|
});
|
|
26798
26818
|
|
|
26799
|
-
const _hoisted_1$
|
|
26800
|
-
const _hoisted_2$
|
|
26801
|
-
const _hoisted_3 = { class: "headline" };
|
|
26802
|
-
const _hoisted_4 = {
|
|
26819
|
+
const _hoisted_1$4 = ["role"];
|
|
26820
|
+
const _hoisted_2$2 = { class: "header" };
|
|
26821
|
+
const _hoisted_3$1 = { class: "headline" };
|
|
26822
|
+
const _hoisted_4$1 = {
|
|
26803
26823
|
key: 0,
|
|
26804
26824
|
class: "body"
|
|
26805
26825
|
};
|
|
26806
|
-
const _hoisted_5 = {
|
|
26826
|
+
const _hoisted_5$1 = {
|
|
26807
26827
|
key: 1,
|
|
26808
26828
|
class: "buttons"
|
|
26809
26829
|
};
|
|
26810
|
-
const _sfc_main$
|
|
26830
|
+
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
26811
26831
|
__name: "KdsInlineMessage",
|
|
26812
26832
|
props: {
|
|
26813
26833
|
headline: {},
|
|
@@ -26838,28 +26858,28 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26838
26858
|
class: normalizeClass(["kds-inline-message", __props.variant]),
|
|
26839
26859
|
role: role.value
|
|
26840
26860
|
}, [
|
|
26841
|
-
createElementVNode("div", _hoisted_2$
|
|
26861
|
+
createElementVNode("div", _hoisted_2$2, [
|
|
26842
26862
|
createVNode(unref(KdsIcon), {
|
|
26843
26863
|
class: "icon",
|
|
26844
26864
|
name: iconName.value,
|
|
26845
26865
|
size: "small"
|
|
26846
26866
|
}, null, 8, ["name"]),
|
|
26847
|
-
createElementVNode("div", _hoisted_3, toDisplayString(props.headline), 1)
|
|
26867
|
+
createElementVNode("div", _hoisted_3$1, toDisplayString(props.headline), 1)
|
|
26848
26868
|
]),
|
|
26849
|
-
props.description ? (openBlock(), createElementBlock("div", _hoisted_4, toDisplayString(props.description), 1)) : createCommentVNode("", true),
|
|
26850
|
-
__props.actions?.length ? (openBlock(), createElementBlock("div", _hoisted_5, [
|
|
26869
|
+
props.description ? (openBlock(), createElementBlock("div", _hoisted_4$1, toDisplayString(props.description), 1)) : createCommentVNode("", true),
|
|
26870
|
+
__props.actions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$1, [
|
|
26851
26871
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.actions, (button) => {
|
|
26852
|
-
return openBlock(), createBlock(_sfc_main$
|
|
26872
|
+
return openBlock(), createBlock(_sfc_main$5, mergeProps({
|
|
26853
26873
|
key: button.props.label ?? button.props.ariaLabel
|
|
26854
26874
|
}, { ref_for: true }, button, { size: "small" }), null, 16);
|
|
26855
26875
|
}), 128))
|
|
26856
26876
|
])) : createCommentVNode("", true)
|
|
26857
|
-
], 10, _hoisted_1$
|
|
26877
|
+
], 10, _hoisted_1$4);
|
|
26858
26878
|
};
|
|
26859
26879
|
}
|
|
26860
26880
|
});
|
|
26861
26881
|
|
|
26862
|
-
const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
26882
|
+
const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-7573041c"]]);
|
|
26863
26883
|
|
|
26864
26884
|
const kdsInlineMessageVariant = {
|
|
26865
26885
|
ERROR: "error",
|
|
@@ -26869,6 +26889,643 @@ const kdsInlineMessageVariant = {
|
|
|
26869
26889
|
};
|
|
26870
26890
|
const kdsInlineMessageVariants = Object.values(kdsInlineMessageVariant);
|
|
26871
26891
|
|
|
26892
|
+
const TreeInjectionKey = /* @__PURE__ */ Symbol("TreeInjectionKey");
|
|
26893
|
+
|
|
26894
|
+
const RenderNode = defineComponent({
|
|
26895
|
+
name: "RenderNode",
|
|
26896
|
+
props: {
|
|
26897
|
+
titleClasses: {
|
|
26898
|
+
type: String,
|
|
26899
|
+
default: ""
|
|
26900
|
+
},
|
|
26901
|
+
node: {
|
|
26902
|
+
type: Object,
|
|
26903
|
+
required: true
|
|
26904
|
+
},
|
|
26905
|
+
context: {
|
|
26906
|
+
type: Object,
|
|
26907
|
+
required: true
|
|
26908
|
+
}
|
|
26909
|
+
},
|
|
26910
|
+
setup(props) {
|
|
26911
|
+
const { context, node, titleClasses } = toRefs(props);
|
|
26912
|
+
return () => {
|
|
26913
|
+
if (context.value.renderNode) {
|
|
26914
|
+
return context.value.renderNode(node.value);
|
|
26915
|
+
}
|
|
26916
|
+
if (context.value.slots.node) {
|
|
26917
|
+
return renderSlot(context.value.slots, "node", { node: node.value });
|
|
26918
|
+
}
|
|
26919
|
+
return h$1("span", { class: titleClasses.value }, node.value.name);
|
|
26920
|
+
};
|
|
26921
|
+
}
|
|
26922
|
+
});
|
|
26923
|
+
|
|
26924
|
+
const _hoisted_1$3 = ["id", "aria-level", "aria-expanded", "aria-selected", "aria-disabled"];
|
|
26925
|
+
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
26926
|
+
__name: "TreeNode",
|
|
26927
|
+
props: {
|
|
26928
|
+
node: {},
|
|
26929
|
+
selectedKeys: {},
|
|
26930
|
+
expandedKeys: {},
|
|
26931
|
+
focusKey: { default: () => void 0 },
|
|
26932
|
+
idPrefix: { default: "tree" }
|
|
26933
|
+
},
|
|
26934
|
+
emits: ["selectChange", "toggleExpand"],
|
|
26935
|
+
setup(__props, { emit: __emit }) {
|
|
26936
|
+
const showArrow = computed(() => __props.node.hasChildren);
|
|
26937
|
+
const domId = computed(() => `${__props.idPrefix}_${__props.node.key}`);
|
|
26938
|
+
const isExpanded = computed(() => __props.expandedKeys.has(__props.node.key));
|
|
26939
|
+
const isSelected = computed(() => __props.selectedKeys.has(__props.node.key));
|
|
26940
|
+
const isDisabled = computed(() => __props.node.disabled);
|
|
26941
|
+
const isFocused = computed(() => __props.focusKey === __props.node.key);
|
|
26942
|
+
const emit = __emit;
|
|
26943
|
+
const treeContext = inject(TreeInjectionKey);
|
|
26944
|
+
const treeNodeStyle = computed(() => ({
|
|
26945
|
+
"--virtual-tree-level": __props.node.level
|
|
26946
|
+
}));
|
|
26947
|
+
const nodeClasses = computed(() => [
|
|
26948
|
+
"virtual-tree-node",
|
|
26949
|
+
{
|
|
26950
|
+
selected: isSelected.value,
|
|
26951
|
+
focused: isFocused.value,
|
|
26952
|
+
disabled: isDisabled.value
|
|
26953
|
+
}
|
|
26954
|
+
]);
|
|
26955
|
+
const titleClasses = computed(() => {
|
|
26956
|
+
let result = "node-title";
|
|
26957
|
+
if (isFocused.value) {
|
|
26958
|
+
result += " focused";
|
|
26959
|
+
}
|
|
26960
|
+
if (isSelected.value) {
|
|
26961
|
+
result += " selected";
|
|
26962
|
+
}
|
|
26963
|
+
if (isDisabled.value) {
|
|
26964
|
+
result += " disabled";
|
|
26965
|
+
}
|
|
26966
|
+
return result;
|
|
26967
|
+
});
|
|
26968
|
+
const handleSelect = (event) => {
|
|
26969
|
+
event.stopPropagation();
|
|
26970
|
+
if (!isDisabled.value) {
|
|
26971
|
+
emit("selectChange", __props.node);
|
|
26972
|
+
}
|
|
26973
|
+
};
|
|
26974
|
+
const handleExpand = () => {
|
|
26975
|
+
if (showArrow.value) {
|
|
26976
|
+
const state = !treeContext.getExpandedKeys().includes(__props.node.key);
|
|
26977
|
+
emit("toggleExpand", {
|
|
26978
|
+
state,
|
|
26979
|
+
node: __props.node
|
|
26980
|
+
});
|
|
26981
|
+
}
|
|
26982
|
+
};
|
|
26983
|
+
const arrowClick = (event) => {
|
|
26984
|
+
event.stopPropagation();
|
|
26985
|
+
handleExpand();
|
|
26986
|
+
};
|
|
26987
|
+
return (_ctx, _cache) => {
|
|
26988
|
+
return openBlock(), createElementBlock("div", {
|
|
26989
|
+
id: domId.value,
|
|
26990
|
+
class: normalizeClass(nodeClasses.value),
|
|
26991
|
+
style: normalizeStyle(treeNodeStyle.value),
|
|
26992
|
+
role: "treeitem",
|
|
26993
|
+
"aria-level": __props.node.level + 1,
|
|
26994
|
+
"aria-expanded": showArrow.value ? isExpanded.value : void 0,
|
|
26995
|
+
"aria-selected": isSelected.value,
|
|
26996
|
+
"aria-disabled": isDisabled.value || void 0,
|
|
26997
|
+
onClick: handleExpand
|
|
26998
|
+
}, [
|
|
26999
|
+
createElementVNode("div", {
|
|
27000
|
+
class: normalizeClass([
|
|
27001
|
+
"node-arrow",
|
|
27002
|
+
__props.node.loading ? "loading" : "",
|
|
27003
|
+
isExpanded.value ? "expanded" : ""
|
|
27004
|
+
]),
|
|
27005
|
+
onClick: arrowClick
|
|
27006
|
+
}, [
|
|
27007
|
+
showArrow.value ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
27008
|
+
__props.node.loading ? (openBlock(), createBlock(KdsLoadingSpinner, {
|
|
27009
|
+
key: 0,
|
|
27010
|
+
size: "small"
|
|
27011
|
+
})) : (openBlock(), createBlock(KdsIcon, {
|
|
27012
|
+
key: 1,
|
|
27013
|
+
name: "chevron-right",
|
|
27014
|
+
size: "small"
|
|
27015
|
+
}))
|
|
27016
|
+
], 64)) : createCommentVNode("", true)
|
|
27017
|
+
], 2),
|
|
27018
|
+
createElementVNode("div", {
|
|
27019
|
+
class: "node-content node-text",
|
|
27020
|
+
onClick: handleSelect
|
|
27021
|
+
}, [
|
|
27022
|
+
createVNode(unref(RenderNode), {
|
|
27023
|
+
"title-classes": titleClasses.value,
|
|
27024
|
+
context: unref(treeContext),
|
|
27025
|
+
node: __props.node
|
|
27026
|
+
}, null, 8, ["title-classes", "context", "node"])
|
|
27027
|
+
])
|
|
27028
|
+
], 14, _hoisted_1$3);
|
|
27029
|
+
};
|
|
27030
|
+
}
|
|
27031
|
+
});
|
|
27032
|
+
|
|
27033
|
+
class BaseTreeNode {
|
|
27034
|
+
key;
|
|
27035
|
+
name;
|
|
27036
|
+
level;
|
|
27037
|
+
accessory;
|
|
27038
|
+
customSlot;
|
|
27039
|
+
disabled;
|
|
27040
|
+
loading = false;
|
|
27041
|
+
hasChildren = false;
|
|
27042
|
+
children = [];
|
|
27043
|
+
parentKey;
|
|
27044
|
+
parentKeys = [];
|
|
27045
|
+
origin;
|
|
27046
|
+
constructor(options, parent) {
|
|
27047
|
+
this.key = options.nodeKey;
|
|
27048
|
+
this.name = options.name;
|
|
27049
|
+
this.accessory = options.accessory;
|
|
27050
|
+
this.customSlot = options.customSlot;
|
|
27051
|
+
this.disabled = options.disabled ?? false;
|
|
27052
|
+
this.parentKey = parent?.key;
|
|
27053
|
+
this.parentKeys = parent ? [...parent.parentKeys, parent.key] : [];
|
|
27054
|
+
this.level = parent ? parent.level + 1 : 0;
|
|
27055
|
+
this.origin = toRaw(options);
|
|
27056
|
+
}
|
|
27057
|
+
}
|
|
27058
|
+
|
|
27059
|
+
function coerceTreeNodes(source, parent) {
|
|
27060
|
+
const recursion = (list, parentNode) => {
|
|
27061
|
+
return list.map((item) => {
|
|
27062
|
+
const node = item instanceof BaseTreeNode ? item : new BaseTreeNode(item, parentNode);
|
|
27063
|
+
node.children = item.children?.length ? recursion(item.children, node) : [];
|
|
27064
|
+
node.hasChildren = item.hasChildren || node.children.length > 0;
|
|
27065
|
+
return node;
|
|
27066
|
+
});
|
|
27067
|
+
};
|
|
27068
|
+
return recursion(source, parent);
|
|
27069
|
+
}
|
|
27070
|
+
function getFlattenTreeData(tree) {
|
|
27071
|
+
const nodes = [];
|
|
27072
|
+
function recursion(list) {
|
|
27073
|
+
list.forEach((node) => {
|
|
27074
|
+
nodes.push(node);
|
|
27075
|
+
recursion(node.children);
|
|
27076
|
+
});
|
|
27077
|
+
}
|
|
27078
|
+
recursion(tree);
|
|
27079
|
+
return nodes;
|
|
27080
|
+
}
|
|
27081
|
+
function getKey2TreeNode(flattenTreeData) {
|
|
27082
|
+
const key2TreeNode = {};
|
|
27083
|
+
flattenTreeData.forEach((node) => {
|
|
27084
|
+
key2TreeNode[node.key] = node;
|
|
27085
|
+
});
|
|
27086
|
+
return key2TreeNode;
|
|
27087
|
+
}
|
|
27088
|
+
function useTreeData(source) {
|
|
27089
|
+
const treeData = coerceTreeNodes(source);
|
|
27090
|
+
const flattenTreeData = getFlattenTreeData(treeData);
|
|
27091
|
+
const key2TreeNode = getKey2TreeNode(flattenTreeData);
|
|
27092
|
+
return { treeData, flattenTreeData, key2TreeNode };
|
|
27093
|
+
}
|
|
27094
|
+
|
|
27095
|
+
const _hoisted_1$2 = {
|
|
27096
|
+
key: 1,
|
|
27097
|
+
class: "virtual-tree-wrap"
|
|
27098
|
+
};
|
|
27099
|
+
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
27100
|
+
__name: "BaseTree",
|
|
27101
|
+
props: {
|
|
27102
|
+
source: { default: () => [] },
|
|
27103
|
+
defaultSelectedKey: { default: "" },
|
|
27104
|
+
defaultExpandedKeys: { default: () => [] },
|
|
27105
|
+
selectable: { type: Boolean, default: true },
|
|
27106
|
+
virtual: { type: Boolean, default: false },
|
|
27107
|
+
idPrefix: { default: "tree" },
|
|
27108
|
+
loadData: { type: Function, default: void 0 },
|
|
27109
|
+
renderNode: { type: Function, default: void 0 }
|
|
27110
|
+
},
|
|
27111
|
+
emits: ["selectChange", "expandChange", "focusChange", "keydown"],
|
|
27112
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
27113
|
+
const VIRTUAL_HEIGHT = kdsDimensionComponentHeight1p5x;
|
|
27114
|
+
const emit = __emit;
|
|
27115
|
+
const flattenTreeData = ref([]);
|
|
27116
|
+
const key2TreeNode = ref({});
|
|
27117
|
+
watch(
|
|
27118
|
+
() => __props.source,
|
|
27119
|
+
(newVal) => {
|
|
27120
|
+
const result = useTreeData(newVal);
|
|
27121
|
+
flattenTreeData.value = result.flattenTreeData;
|
|
27122
|
+
key2TreeNode.value = result.key2TreeNode;
|
|
27123
|
+
},
|
|
27124
|
+
{
|
|
27125
|
+
immediate: true
|
|
27126
|
+
}
|
|
27127
|
+
);
|
|
27128
|
+
const expandedKeys = ref(/* @__PURE__ */ new Set());
|
|
27129
|
+
const visibleList = computed(() => {
|
|
27130
|
+
return flattenTreeData.value.filter((node) => {
|
|
27131
|
+
const isRoot = !node.parentKey;
|
|
27132
|
+
const isVisibleNode = node.parentKeys.every(
|
|
27133
|
+
(key) => expandedKeys.value.has(key)
|
|
27134
|
+
);
|
|
27135
|
+
return isRoot || isVisibleNode;
|
|
27136
|
+
});
|
|
27137
|
+
});
|
|
27138
|
+
const { containerProps, wrapperProps, list } = useVirtualList(visibleList, {
|
|
27139
|
+
itemHeight: VIRTUAL_HEIGHT
|
|
27140
|
+
});
|
|
27141
|
+
watch(
|
|
27142
|
+
() => __props.defaultExpandedKeys,
|
|
27143
|
+
(newVal) => {
|
|
27144
|
+
expandedKeys.value.clear();
|
|
27145
|
+
expandedKeys.value = new Set(newVal);
|
|
27146
|
+
},
|
|
27147
|
+
{
|
|
27148
|
+
immediate: true
|
|
27149
|
+
}
|
|
27150
|
+
);
|
|
27151
|
+
const loading = ref(false);
|
|
27152
|
+
function loadChildren(node) {
|
|
27153
|
+
if (!__props.loadData) {
|
|
27154
|
+
return;
|
|
27155
|
+
}
|
|
27156
|
+
node.loading = true;
|
|
27157
|
+
loading.value = true;
|
|
27158
|
+
__props.loadData(node, (children) => {
|
|
27159
|
+
node.loading = false;
|
|
27160
|
+
loading.value = false;
|
|
27161
|
+
if (children.length) {
|
|
27162
|
+
lazyLoad(node, children);
|
|
27163
|
+
} else {
|
|
27164
|
+
node.children = [];
|
|
27165
|
+
node.hasChildren = false;
|
|
27166
|
+
}
|
|
27167
|
+
});
|
|
27168
|
+
}
|
|
27169
|
+
function addOrDelete(expanded) {
|
|
27170
|
+
return expanded ? "add" : "delete";
|
|
27171
|
+
}
|
|
27172
|
+
function toggleExpand({ state, node, source }) {
|
|
27173
|
+
if (loading.value) {
|
|
27174
|
+
return;
|
|
27175
|
+
}
|
|
27176
|
+
expandedKeys.value[addOrDelete(state)](node.key);
|
|
27177
|
+
if (state && !node.children.length) {
|
|
27178
|
+
loadChildren(node);
|
|
27179
|
+
}
|
|
27180
|
+
emit("expandChange", { state, node, source: source || "click" });
|
|
27181
|
+
}
|
|
27182
|
+
function clearChildren(node) {
|
|
27183
|
+
const indexInFlattenData = flattenTreeData.value.findIndex(
|
|
27184
|
+
(item) => item.key === node.key
|
|
27185
|
+
);
|
|
27186
|
+
const size = getFlattenTreeData(node.children).length;
|
|
27187
|
+
node.children = [];
|
|
27188
|
+
flattenTreeData.value.splice(indexInFlattenData + 1, size);
|
|
27189
|
+
}
|
|
27190
|
+
function lazyLoad(node, children) {
|
|
27191
|
+
const indexInFlattenData = flattenTreeData.value.findIndex(
|
|
27192
|
+
(item) => item.key === node.key
|
|
27193
|
+
);
|
|
27194
|
+
const childrenData = coerceTreeNodes(children, node);
|
|
27195
|
+
node.children = childrenData;
|
|
27196
|
+
const childrenFlattenData = getFlattenTreeData(childrenData);
|
|
27197
|
+
flattenTreeData.value.splice(
|
|
27198
|
+
indexInFlattenData + 1,
|
|
27199
|
+
0,
|
|
27200
|
+
...childrenFlattenData
|
|
27201
|
+
);
|
|
27202
|
+
const key2ChildrenNode = getKey2TreeNode(childrenFlattenData);
|
|
27203
|
+
Object.assign(key2TreeNode.value, key2ChildrenNode);
|
|
27204
|
+
for (const item of childrenFlattenData) {
|
|
27205
|
+
if (expandedKeys.value.has(item.key)) {
|
|
27206
|
+
nextTick(() => {
|
|
27207
|
+
toggleExpand({ state: true, node: item });
|
|
27208
|
+
}).catch(() => {
|
|
27209
|
+
});
|
|
27210
|
+
}
|
|
27211
|
+
}
|
|
27212
|
+
}
|
|
27213
|
+
const selectedKeys = ref(/* @__PURE__ */ new Set());
|
|
27214
|
+
watch(
|
|
27215
|
+
() => __props.defaultSelectedKey,
|
|
27216
|
+
(newVal) => {
|
|
27217
|
+
const newSelectedNode = newVal ? key2TreeNode.value?.[newVal] : void 0;
|
|
27218
|
+
if (newSelectedNode) {
|
|
27219
|
+
selectChange(newSelectedNode);
|
|
27220
|
+
} else {
|
|
27221
|
+
clearSelection();
|
|
27222
|
+
}
|
|
27223
|
+
},
|
|
27224
|
+
{
|
|
27225
|
+
immediate: true
|
|
27226
|
+
}
|
|
27227
|
+
);
|
|
27228
|
+
const selectedNode = computed(
|
|
27229
|
+
() => key2TreeNode.value[Array.from(selectedKeys.value.values())[0]]
|
|
27230
|
+
);
|
|
27231
|
+
const focusKey = ref();
|
|
27232
|
+
function focusChange(node) {
|
|
27233
|
+
if (!node) {
|
|
27234
|
+
return;
|
|
27235
|
+
}
|
|
27236
|
+
focusKey.value = node.key;
|
|
27237
|
+
emit("focusChange", { node });
|
|
27238
|
+
}
|
|
27239
|
+
function onFocusOut() {
|
|
27240
|
+
focusKey.value = void 0;
|
|
27241
|
+
emit("focusChange", { node: null });
|
|
27242
|
+
}
|
|
27243
|
+
const isKeyboardInteraction = useKeyPressedUntilMouseClick();
|
|
27244
|
+
function onFocusIn() {
|
|
27245
|
+
const focusNode = focusKey.value ? key2TreeNode.value[focusKey.value] : null;
|
|
27246
|
+
const restored = selectedNode.value ?? focusNode;
|
|
27247
|
+
if (restored) {
|
|
27248
|
+
focusChange(restored);
|
|
27249
|
+
return;
|
|
27250
|
+
}
|
|
27251
|
+
if (isKeyboardInteraction.value) {
|
|
27252
|
+
focusChange(flattenTreeData.value?.at(0));
|
|
27253
|
+
}
|
|
27254
|
+
}
|
|
27255
|
+
function handleKeyboardNavigation(event) {
|
|
27256
|
+
const { key } = event;
|
|
27257
|
+
if (!focusKey.value) {
|
|
27258
|
+
return;
|
|
27259
|
+
}
|
|
27260
|
+
const currentFocusedNode = key2TreeNode.value[focusKey.value];
|
|
27261
|
+
const getNextNode = (node, offset) => {
|
|
27262
|
+
if (!node) {
|
|
27263
|
+
return void 0;
|
|
27264
|
+
}
|
|
27265
|
+
const index = visibleList.value.findIndex(({ key: key2 }) => key2 === node.key);
|
|
27266
|
+
return visibleList.value?.[index + offset];
|
|
27267
|
+
};
|
|
27268
|
+
const arrowRight = () => {
|
|
27269
|
+
event.stopPropagation();
|
|
27270
|
+
event.preventDefault();
|
|
27271
|
+
if (currentFocusedNode.hasChildren) {
|
|
27272
|
+
if (expandedKeys.value.has(currentFocusedNode.key)) {
|
|
27273
|
+
focusChange(getNextNode(currentFocusedNode, 1));
|
|
27274
|
+
} else {
|
|
27275
|
+
toggleExpand({ node: currentFocusedNode, state: true, source: "key" });
|
|
27276
|
+
}
|
|
27277
|
+
}
|
|
27278
|
+
};
|
|
27279
|
+
const arrowLeft = () => {
|
|
27280
|
+
event.stopPropagation();
|
|
27281
|
+
event.preventDefault();
|
|
27282
|
+
if (expandedKeys.value.has(currentFocusedNode.key)) {
|
|
27283
|
+
toggleExpand({ node: currentFocusedNode, state: false, source: "key" });
|
|
27284
|
+
} else if (currentFocusedNode.parentKey) {
|
|
27285
|
+
focusChange(key2TreeNode.value[currentFocusedNode.parentKey]);
|
|
27286
|
+
}
|
|
27287
|
+
};
|
|
27288
|
+
switch (key) {
|
|
27289
|
+
case "ArrowUp":
|
|
27290
|
+
event.preventDefault();
|
|
27291
|
+
focusChange(getNextNode(currentFocusedNode, -1));
|
|
27292
|
+
break;
|
|
27293
|
+
case "ArrowDown":
|
|
27294
|
+
event.preventDefault();
|
|
27295
|
+
focusChange(getNextNode(currentFocusedNode, 1));
|
|
27296
|
+
break;
|
|
27297
|
+
case "ArrowLeft":
|
|
27298
|
+
event.preventDefault();
|
|
27299
|
+
arrowLeft();
|
|
27300
|
+
break;
|
|
27301
|
+
case "ArrowRight":
|
|
27302
|
+
event.preventDefault();
|
|
27303
|
+
arrowRight();
|
|
27304
|
+
break;
|
|
27305
|
+
}
|
|
27306
|
+
emit("keydown", { event, node: currentFocusedNode });
|
|
27307
|
+
}
|
|
27308
|
+
function clearSelection() {
|
|
27309
|
+
if (!selectedKeys.value.size) {
|
|
27310
|
+
return;
|
|
27311
|
+
}
|
|
27312
|
+
const preSelectedNode = key2TreeNode.value[Array.from(selectedKeys.value.values())[0]];
|
|
27313
|
+
selectedKeys.value.clear();
|
|
27314
|
+
emit("selectChange", { preSelectedNode, node: void 0 });
|
|
27315
|
+
}
|
|
27316
|
+
function selectChange(node) {
|
|
27317
|
+
if (!__props.selectable) {
|
|
27318
|
+
return;
|
|
27319
|
+
}
|
|
27320
|
+
if (node.disabled) {
|
|
27321
|
+
clearSelection();
|
|
27322
|
+
return;
|
|
27323
|
+
}
|
|
27324
|
+
const preSelectedNode = key2TreeNode.value[Array.from(selectedKeys.value.values())[0]];
|
|
27325
|
+
selectedKeys.value.clear();
|
|
27326
|
+
selectedKeys.value.add(node.key);
|
|
27327
|
+
focusChange(node);
|
|
27328
|
+
emit("selectChange", { preSelectedNode, node });
|
|
27329
|
+
}
|
|
27330
|
+
const context = {
|
|
27331
|
+
renderNode: __props.renderNode,
|
|
27332
|
+
slots: useSlots(),
|
|
27333
|
+
expandedKeys: expandedKeys.value,
|
|
27334
|
+
getExpandedKeys: () => [...expandedKeys.value],
|
|
27335
|
+
getSelectedNode: () => selectedNode.value,
|
|
27336
|
+
toggleExpand: (nodeKey, state) => toggleExpand({
|
|
27337
|
+
state: state ?? !expandedKeys.value.has(nodeKey),
|
|
27338
|
+
node: key2TreeNode.value[nodeKey],
|
|
27339
|
+
source: "api"
|
|
27340
|
+
}),
|
|
27341
|
+
loadChildren: (nodeKey) => loadChildren(key2TreeNode.value[nodeKey]),
|
|
27342
|
+
clearChildren: (nodeKey) => clearChildren(key2TreeNode.value[nodeKey])
|
|
27343
|
+
};
|
|
27344
|
+
__expose(toRaw(context));
|
|
27345
|
+
provide(TreeInjectionKey, context);
|
|
27346
|
+
return (_ctx, _cache) => {
|
|
27347
|
+
return openBlock(), createElementBlock("div", mergeProps({
|
|
27348
|
+
class: "virtual-tree",
|
|
27349
|
+
role: "tree",
|
|
27350
|
+
"aria-multiselectable": "false",
|
|
27351
|
+
tabindex: "0"
|
|
27352
|
+
}, __props.virtual ? unref(containerProps) : {}, {
|
|
27353
|
+
onKeydown: handleKeyboardNavigation,
|
|
27354
|
+
onFocusin: onFocusIn,
|
|
27355
|
+
onFocusout: onFocusOut
|
|
27356
|
+
}), [
|
|
27357
|
+
__props.virtual ? (openBlock(), createElementBlock("div", mergeProps({
|
|
27358
|
+
key: 0,
|
|
27359
|
+
class: "virtual-tree-wrap virtual"
|
|
27360
|
+
}, unref(wrapperProps)), [
|
|
27361
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(list), ({ data: item }) => {
|
|
27362
|
+
return openBlock(), createBlock(_sfc_main$3, {
|
|
27363
|
+
key: item.key,
|
|
27364
|
+
style: normalizeStyle({ height: `${unref(VIRTUAL_HEIGHT)}px` }),
|
|
27365
|
+
node: item,
|
|
27366
|
+
"id-prefix": __props.idPrefix,
|
|
27367
|
+
"selected-keys": selectedKeys.value,
|
|
27368
|
+
"expanded-keys": expandedKeys.value,
|
|
27369
|
+
"focus-key": focusKey.value,
|
|
27370
|
+
onToggleExpand: toggleExpand,
|
|
27371
|
+
onSelectChange: selectChange
|
|
27372
|
+
}, null, 8, ["style", "node", "id-prefix", "selected-keys", "expanded-keys", "focus-key"]);
|
|
27373
|
+
}), 128))
|
|
27374
|
+
], 16)) : (openBlock(), createElementBlock("div", _hoisted_1$2, [
|
|
27375
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(visibleList.value, (item) => {
|
|
27376
|
+
return openBlock(), createBlock(_sfc_main$3, {
|
|
27377
|
+
key: item.key,
|
|
27378
|
+
node: item,
|
|
27379
|
+
"id-prefix": __props.idPrefix,
|
|
27380
|
+
"selected-keys": selectedKeys.value,
|
|
27381
|
+
"expanded-keys": expandedKeys.value,
|
|
27382
|
+
"focus-key": focusKey.value,
|
|
27383
|
+
onToggleExpand: toggleExpand,
|
|
27384
|
+
onSelectChange: selectChange
|
|
27385
|
+
}, null, 8, ["node", "id-prefix", "selected-keys", "expanded-keys", "focus-key"]);
|
|
27386
|
+
}), 128))
|
|
27387
|
+
]))
|
|
27388
|
+
], 16);
|
|
27389
|
+
};
|
|
27390
|
+
}
|
|
27391
|
+
});
|
|
27392
|
+
|
|
27393
|
+
const _hoisted_1$1 = { class: "tree-node-wrapper" };
|
|
27394
|
+
const _hoisted_2$1 = ["onClick"];
|
|
27395
|
+
const _hoisted_3 = { class: "tree-node-label" };
|
|
27396
|
+
const _hoisted_4 = {
|
|
27397
|
+
key: 1,
|
|
27398
|
+
class: "tree-node leaf"
|
|
27399
|
+
};
|
|
27400
|
+
const _hoisted_5 = { class: "tree-node-label" };
|
|
27401
|
+
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
27402
|
+
__name: "KdsTree",
|
|
27403
|
+
props: {
|
|
27404
|
+
source: {},
|
|
27405
|
+
loadData: { type: Function, default: void 0 },
|
|
27406
|
+
selectable: { type: Boolean, default: true },
|
|
27407
|
+
expandedKeys: { default: () => [] },
|
|
27408
|
+
idPrefix: { default: "tree" },
|
|
27409
|
+
virtual: { type: Boolean, default: false }
|
|
27410
|
+
},
|
|
27411
|
+
emits: ["keydown", "selectChange", "expandChange"],
|
|
27412
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
27413
|
+
const emit = __emit;
|
|
27414
|
+
const baseTree = ref();
|
|
27415
|
+
const focusedNodeKey = ref();
|
|
27416
|
+
const selectedKey = ref();
|
|
27417
|
+
const keyPressedUntilMouseClick = useKeyPressedUntilMouseClick();
|
|
27418
|
+
const domNodeId = (key) => key ? `${__props.idPrefix}_${key}` : void 0;
|
|
27419
|
+
const onFocusChange = async ({ node }) => {
|
|
27420
|
+
focusedNodeKey.value = node?.key ?? null;
|
|
27421
|
+
if (__props.selectable && focusedNodeKey.value) {
|
|
27422
|
+
selectedKey.value = node?.disabled ? void 0 : focusedNodeKey.value.toString();
|
|
27423
|
+
}
|
|
27424
|
+
if (!keyPressedUntilMouseClick.value) {
|
|
27425
|
+
return;
|
|
27426
|
+
}
|
|
27427
|
+
await nextTick();
|
|
27428
|
+
const id = domNodeId(focusedNodeKey.value);
|
|
27429
|
+
const element = id ? document.getElementById(id) : null;
|
|
27430
|
+
element?.scrollIntoView({
|
|
27431
|
+
behavior: "smooth",
|
|
27432
|
+
block: "nearest"
|
|
27433
|
+
});
|
|
27434
|
+
};
|
|
27435
|
+
const onTreeKeydown = ({ event, node }) => {
|
|
27436
|
+
const { key } = event;
|
|
27437
|
+
const toggleExpand = () => {
|
|
27438
|
+
event.stopPropagation();
|
|
27439
|
+
event.preventDefault();
|
|
27440
|
+
if (node.origin.hasChildren) {
|
|
27441
|
+
baseTree.value.toggleExpand(node.key);
|
|
27442
|
+
}
|
|
27443
|
+
};
|
|
27444
|
+
if (key === "Enter") {
|
|
27445
|
+
toggleExpand();
|
|
27446
|
+
}
|
|
27447
|
+
emit("keydown", { event, node });
|
|
27448
|
+
};
|
|
27449
|
+
const onExpandableClick = (node) => {
|
|
27450
|
+
baseTree.value?.toggleExpand(node.key);
|
|
27451
|
+
};
|
|
27452
|
+
const isTreeNodeExpandable = (node) => {
|
|
27453
|
+
return node.origin.hasChildren || node.origin.children;
|
|
27454
|
+
};
|
|
27455
|
+
const onSelectChange = ({ node, preSelectedNode }) => {
|
|
27456
|
+
if (!__props.selectable) {
|
|
27457
|
+
return;
|
|
27458
|
+
}
|
|
27459
|
+
emit("selectChange", { node, preSelectedNode });
|
|
27460
|
+
};
|
|
27461
|
+
__expose({
|
|
27462
|
+
getExpandedKeys: () => baseTree.value?.getExpandedKeys(),
|
|
27463
|
+
toggleExpand: (nodeKey, state) => baseTree.value?.toggleExpand(nodeKey, state),
|
|
27464
|
+
getSelectedTreeNode: () => __props.selectable ? baseTree.value?.getSelectedNode() : void 0,
|
|
27465
|
+
loadChildren: (nodeKey) => baseTree.value?.loadChildren(nodeKey),
|
|
27466
|
+
clearChildren: (nodeKey) => baseTree.value?.clearChildren(nodeKey)
|
|
27467
|
+
});
|
|
27468
|
+
return (_ctx, _cache) => {
|
|
27469
|
+
return openBlock(), createBlock(_sfc_main$2, {
|
|
27470
|
+
ref_key: "baseTree",
|
|
27471
|
+
ref: baseTree,
|
|
27472
|
+
class: normalizeClass(["virtual-tree", { "keyboard-nav": unref(keyPressedUntilMouseClick) }]),
|
|
27473
|
+
source: __props.source,
|
|
27474
|
+
"load-data": __props.loadData,
|
|
27475
|
+
selectable: __props.selectable,
|
|
27476
|
+
"default-selected-key": selectedKey.value,
|
|
27477
|
+
"default-expanded-keys": __props.expandedKeys,
|
|
27478
|
+
"id-prefix": __props.idPrefix,
|
|
27479
|
+
"aria-activedescendant": domNodeId(focusedNodeKey.value),
|
|
27480
|
+
virtual: __props.virtual,
|
|
27481
|
+
onKeydown: onTreeKeydown,
|
|
27482
|
+
onFocusChange,
|
|
27483
|
+
onSelectChange,
|
|
27484
|
+
onExpandChange: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("expandChange", $event))
|
|
27485
|
+
}, {
|
|
27486
|
+
node: withCtx(({ node }) => [
|
|
27487
|
+
createElementVNode("span", _hoisted_1$1, [
|
|
27488
|
+
isTreeNodeExpandable(node) ? (openBlock(), createElementBlock("span", {
|
|
27489
|
+
key: 0,
|
|
27490
|
+
class: "tree-node expandable",
|
|
27491
|
+
onClick: () => onExpandableClick(node)
|
|
27492
|
+
}, [
|
|
27493
|
+
renderSlot(_ctx.$slots, node.customSlot ?? "expandable", { treeNode: node }, () => [
|
|
27494
|
+
node.accessory ? (openBlock(), createBlock(_sfc_main$1o, {
|
|
27495
|
+
key: 0,
|
|
27496
|
+
accessory: node.accessory,
|
|
27497
|
+
size: unref(kdsListItemAccessorySize).SMALL
|
|
27498
|
+
}, null, 8, ["accessory", "size"])) : createCommentVNode("", true),
|
|
27499
|
+
withDirectives((openBlock(), createElementBlock("span", _hoisted_3, [
|
|
27500
|
+
createTextVNode(toDisplayString(node.name), 1)
|
|
27501
|
+
])), [
|
|
27502
|
+
[unref(vKdsTooltip), node.name, "truncated"]
|
|
27503
|
+
])
|
|
27504
|
+
], true)
|
|
27505
|
+
], 8, _hoisted_2$1)) : (openBlock(), createElementBlock("span", _hoisted_4, [
|
|
27506
|
+
renderSlot(_ctx.$slots, node.customSlot ?? "leaf", { treeNode: node }, () => [
|
|
27507
|
+
node.accessory ? (openBlock(), createBlock(_sfc_main$1o, {
|
|
27508
|
+
key: 0,
|
|
27509
|
+
accessory: node.accessory,
|
|
27510
|
+
size: unref(kdsListItemAccessorySize).SMALL
|
|
27511
|
+
}, null, 8, ["accessory", "size"])) : createCommentVNode("", true),
|
|
27512
|
+
withDirectives((openBlock(), createElementBlock("span", _hoisted_5, [
|
|
27513
|
+
createTextVNode(toDisplayString(node.name), 1)
|
|
27514
|
+
])), [
|
|
27515
|
+
[unref(vKdsTooltip), node.name, "truncated"]
|
|
27516
|
+
])
|
|
27517
|
+
], true)
|
|
27518
|
+
]))
|
|
27519
|
+
])
|
|
27520
|
+
]),
|
|
27521
|
+
_: 3
|
|
27522
|
+
}, 8, ["class", "source", "load-data", "selectable", "default-selected-key", "default-expanded-keys", "id-prefix", "aria-activedescendant", "virtual"]);
|
|
27523
|
+
};
|
|
27524
|
+
}
|
|
27525
|
+
});
|
|
27526
|
+
|
|
27527
|
+
const KdsTree = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-5d13b0e7"]]);
|
|
27528
|
+
|
|
26872
27529
|
const ExternalLinkIconUrl = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20viewBox='0%200%2012%2012'%3e%3cpath%20d='M5.5%201.5h-3a1%201%200%200%200-1%201v7a1%201%200%200%200%201%201h7a1%201%200%200%200%201-1v-3m0-5L6%205.892M10.5%201.5v2.75m0-2.75H7.75'%20vector-effect='non-scaling-stroke'/%3e%3c/svg%3e";
|
|
26873
27530
|
|
|
26874
27531
|
const _hoisted_1 = ["innerHTML"];
|
|
@@ -26987,5 +27644,5 @@ const useKdsLegacyMode = (initialValue = false) => {
|
|
|
26987
27644
|
};
|
|
26988
27645
|
};
|
|
26989
27646
|
|
|
26990
|
-
export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, KdsBreadcrumb, _sfc_main$
|
|
27647
|
+
export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, KdsBreadcrumb, _sfc_main$1B as KdsButton, _sfc_main$i as KdsCard, _sfc_main$1v as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$V as KdsColorInput, KdsColorSwatch, _sfc_main$1d as KdsContextMenu, KdsDataType, _sfc_main$O as KdsDateInput, _sfc_main$M as KdsDateTimeFormatInput, KdsDateTimeInput, KdsDescription, KdsDivider, KdsDonutChart, _sfc_main$B as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsFileExplorer, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$F as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1A as KdsLinkButton, KdsLinkCard, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$1e as KdsMenu, _sfc_main$1j as KdsMenuButton, KdsMissingValueIcon, KdsModal, KdsModalLayout, _sfc_main$x as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$Y as KdsNumberInput, KdsPanel, _sfc_main$U as KdsPasswordInput, _sfc_main$L as KdsPatternInput, KdsPopover, KdsPreviewList, KdsProgressBar, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSelectableCard, KdsSideDrawer, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$H as KdsTimeInput, _sfc_main$1q as KdsToggleButton, KdsToggleSwitch, KdsTree, KdsTwinList, _sfc_main$T as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, KdsZonedDateTimeInput, kdsActionButtonType, kdsActionButtonTypes, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsFileExplorerDraggingAnimationMode, kdsFileExplorerDraggingAnimationModes, kdsFileExplorerSize, kdsFileExplorerSizes, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLinkSize, kdsLinkSizes, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPanelBodyOverflow, kdsPanelBodyOverflows, kdsPanelBodyVariant, kdsPanelBodyVariants, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsPopoverPlacement, kdsPopoverPlacements, kdsPopoverRole, kdsPopoverRoles, kdsPopoverType, kdsPopoverTypes, kdsProgressBarSize, kdsProgressBarSizes, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsToggleSwitchLabelPosition, kdsToggleSwitchLabelPositions, kdsToggleSwitchSize, kdsToggleSwitchSizes, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode, vKdsTooltip };
|
|
26991
27648
|
//# sourceMappingURL=index.js.map
|