@knime/kds-components 0.18.3 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/db-browse-BJj19qUq.js +23 -0
- package/dist/db-browse-BJj19qUq.js.map +1 -0
- package/dist/db-fetch-CJMHzQp5.js +23 -0
- package/dist/db-fetch-CJMHzQp5.js.map +1 -0
- package/dist/index.css +119 -0
- package/dist/index.js +540 -222
- package/dist/index.js.map +1 -1
- package/dist/layouts/TabBar/KdsTabBar.vue.d.ts +18 -0
- package/dist/layouts/TabBar/KdsTabBar.vue.d.ts.map +1 -0
- package/dist/layouts/TabBar/TabBarItemAccessory.vue.d.ts +10 -0
- package/dist/layouts/TabBar/TabBarItemAccessory.vue.d.ts.map +1 -0
- package/dist/layouts/TabBar/enums.d.ts +6 -0
- package/dist/layouts/TabBar/enums.d.ts.map +1 -0
- package/dist/layouts/TabBar/index.d.ts +4 -0
- package/dist/layouts/TabBar/index.d.ts.map +1 -0
- package/dist/layouts/TabBar/types.d.ts +40 -0
- package/dist/layouts/TabBar/types.d.ts.map +1 -0
- package/dist/layouts/TabBar/useTabBarAdaptiveLayout.d.ts +37 -0
- package/dist/layouts/TabBar/useTabBarAdaptiveLayout.d.ts.map +1 -0
- package/dist/layouts/index.d.ts +2 -0
- package/dist/layouts/index.d.ts.map +1 -1
- package/dist/overlays/Modal/KdsModal.vue.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, shallowRef, toRef, unref, createBlock, resolveDynamicComponent, createCommentVNode, normalizeStyle, useTemplateRef, createVNode, withCtx, renderSlot, mergeProps, h, useSlots, getCurrentInstance, useModel, mergeModels, useId, nextTick, Fragment, renderList, watchEffect, useAttrs, defineAsyncComponent, onBeforeUpdate, withModifiers, normalizeProps, guardReactiveProps, reactive, onMounted, onUnmounted, toRefs, inject, withKeys, withDirectives, provide, createTextVNode, isRef, resolveComponent, Transition, resolveDirective, toHandlers, onBeforeUnmount, vModelText, useCssVars, mergeDefaults, createSlots } from 'vue';
|
|
2
|
-
import { useLocalStorage, useDark, usePreferredDark, useResizeObserver, useMutationObserver, useElementSize } from '@vueuse/core';
|
|
2
|
+
import { useLocalStorage, useDark, usePreferredDark, useResizeObserver, useMutationObserver, useElementSize, useTemplateRefsList } from '@vueuse/core';
|
|
3
3
|
|
|
4
4
|
import './index.css';const kdsAvatarSize = {
|
|
5
5
|
SMALL: "small",
|
|
@@ -9,14 +9,14 @@ import './index.css';const kdsAvatarSize = {
|
|
|
9
9
|
};
|
|
10
10
|
const kdsAvatarSizes = Object.values(kdsAvatarSize);
|
|
11
11
|
|
|
12
|
-
const _hoisted_1$
|
|
12
|
+
const _hoisted_1$E = ["role", "title", "aria-hidden", "aria-label"];
|
|
13
13
|
const _hoisted_2$n = ["src"];
|
|
14
14
|
const _hoisted_3$f = {
|
|
15
15
|
key: 1,
|
|
16
16
|
class: "kds-avatar-initials",
|
|
17
17
|
"aria-hidden": "true"
|
|
18
18
|
};
|
|
19
|
-
const _sfc_main$
|
|
19
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
20
20
|
__name: "KdsAvatar",
|
|
21
21
|
props: {
|
|
22
22
|
initials: {},
|
|
@@ -62,7 +62,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
62
62
|
}, null, 40, _hoisted_2$n)) : (openBlock(), createElementBlock("div", _hoisted_3$f, [
|
|
63
63
|
createElementVNode("span", null, toDisplayString(displayedInitials.value), 1)
|
|
64
64
|
]))
|
|
65
|
-
], 10, _hoisted_1$
|
|
65
|
+
], 10, _hoisted_1$E);
|
|
66
66
|
};
|
|
67
67
|
}
|
|
68
68
|
});
|
|
@@ -75,7 +75,7 @@ const _export_sfc$1 = (sfc, props) => {
|
|
|
75
75
|
return target;
|
|
76
76
|
};
|
|
77
77
|
|
|
78
|
-
const KdsAvatar = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
78
|
+
const KdsAvatar = /* @__PURE__ */ _export_sfc$1(_sfc_main$Y, [["__scopeId", "data-v-d6a313f1"]]);
|
|
79
79
|
|
|
80
80
|
const __variableDynamicImportRuntimeHelper = (glob$1, path$13, segs) => {
|
|
81
81
|
const v = glob$1[path$13];
|
|
@@ -98,7 +98,7 @@ function useIcon({
|
|
|
98
98
|
iconComponent.value = iconCache.get(newName);
|
|
99
99
|
return;
|
|
100
100
|
}
|
|
101
|
-
__variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-DAYm6-mo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-DYNQa14y.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-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/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/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/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.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/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
|
|
101
|
+
__variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-DAYm6-mo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-browse.svg": () => import('./db-browse-BJj19qUq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-DYNQa14y.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-fetch.svg": () => import('./db-fetch-CJMHzQp5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-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/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/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/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.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/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
|
|
102
102
|
iconCache.set(newName, module.default);
|
|
103
103
|
iconComponent.value = module.default;
|
|
104
104
|
}).catch((error) => {
|
|
@@ -117,7 +117,7 @@ function useIcon({
|
|
|
117
117
|
return iconComponent;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
const _sfc_main$
|
|
120
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
121
121
|
__name: "KdsIcon",
|
|
122
122
|
props: {
|
|
123
123
|
name: {},
|
|
@@ -143,7 +143,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
143
143
|
}
|
|
144
144
|
});
|
|
145
145
|
|
|
146
|
-
const KdsIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
146
|
+
const KdsIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$X, [["__scopeId", "data-v-4da5bf3e"]]);
|
|
147
147
|
|
|
148
148
|
const ID_TO_ICON_MAP = {
|
|
149
149
|
// Flow Variables
|
|
@@ -277,7 +277,9 @@ const iconNames = [
|
|
|
277
277
|
"data-app",
|
|
278
278
|
"data-value-view",
|
|
279
279
|
"date-time",
|
|
280
|
+
"db-browse",
|
|
280
281
|
"db-database",
|
|
282
|
+
"db-fetch",
|
|
281
283
|
"db-schema",
|
|
282
284
|
"db-table-view",
|
|
283
285
|
"db-table",
|
|
@@ -469,8 +471,8 @@ const kdsDataTypeSize = {
|
|
|
469
471
|
};
|
|
470
472
|
const kdsDataTypeSizes = Object.values(kdsDataTypeSize);
|
|
471
473
|
|
|
472
|
-
const _hoisted_1$
|
|
473
|
-
const _sfc_main$
|
|
474
|
+
const _hoisted_1$D = ["title"];
|
|
475
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
474
476
|
__name: "KdsDataType",
|
|
475
477
|
props: {
|
|
476
478
|
iconName: { default: "unknown-datatype" },
|
|
@@ -511,12 +513,12 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
511
513
|
"aria-hidden": "true",
|
|
512
514
|
focusable: "false"
|
|
513
515
|
}, null, 8, ["class"]))
|
|
514
|
-
], 10, _hoisted_1$
|
|
516
|
+
], 10, _hoisted_1$D);
|
|
515
517
|
};
|
|
516
518
|
}
|
|
517
519
|
});
|
|
518
520
|
|
|
519
|
-
const KdsDataType = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
521
|
+
const KdsDataType = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["__scopeId", "data-v-806087da"]]);
|
|
520
522
|
|
|
521
523
|
const kdsBadgeVariant = {
|
|
522
524
|
NEUTRAL: "neutral",
|
|
@@ -533,8 +535,8 @@ const kdsBadgeSize = {
|
|
|
533
535
|
};
|
|
534
536
|
const kdsBadgeSizes = Object.values(kdsBadgeSize);
|
|
535
537
|
|
|
536
|
-
const _hoisted_1$
|
|
537
|
-
const _sfc_main$
|
|
538
|
+
const _hoisted_1$C = { class: "label-wrapper" };
|
|
539
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
538
540
|
__name: "KdsBadge",
|
|
539
541
|
props: {
|
|
540
542
|
label: {},
|
|
@@ -556,13 +558,13 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
556
558
|
name: __props.leadingIcon,
|
|
557
559
|
size: sizeToIconSize[__props.size]
|
|
558
560
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true),
|
|
559
|
-
createElementVNode("span", _hoisted_1$
|
|
561
|
+
createElementVNode("span", _hoisted_1$C, toDisplayString(__props.label), 1)
|
|
560
562
|
], 2);
|
|
561
563
|
};
|
|
562
564
|
}
|
|
563
565
|
});
|
|
564
566
|
|
|
565
|
-
const KdsBadge = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
567
|
+
const KdsBadge = /* @__PURE__ */ _export_sfc$1(_sfc_main$V, [["__scopeId", "data-v-0dc42bfc"]]);
|
|
566
568
|
|
|
567
569
|
const kdsColorSwatchType = {
|
|
568
570
|
LEARNER: "learner",
|
|
@@ -581,8 +583,8 @@ const kdsColorSwatchSize = {
|
|
|
581
583
|
};
|
|
582
584
|
const kdsColorSwatchSizes = Object.values(kdsColorSwatchSize);
|
|
583
585
|
|
|
584
|
-
const _hoisted_1$
|
|
585
|
-
const _sfc_main$
|
|
586
|
+
const _hoisted_1$B = ["role", "title", "aria-hidden", "aria-label"];
|
|
587
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
586
588
|
__name: "KdsColorSwatch",
|
|
587
589
|
props: {
|
|
588
590
|
color: {},
|
|
@@ -617,12 +619,12 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
617
619
|
style: normalizeStyle({ backgroundColor: backgroundColor.value }),
|
|
618
620
|
"aria-hidden": hasTitle.value ? void 0 : "true",
|
|
619
621
|
"aria-label": hasTitle.value ? accessibleTitle.value : void 0
|
|
620
|
-
}, null, 14, _hoisted_1$
|
|
622
|
+
}, null, 14, _hoisted_1$B);
|
|
621
623
|
};
|
|
622
624
|
}
|
|
623
625
|
});
|
|
624
626
|
|
|
625
|
-
const KdsColorSwatch = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
627
|
+
const KdsColorSwatch = /* @__PURE__ */ _export_sfc$1(_sfc_main$U, [["__scopeId", "data-v-bdb3dd24"]]);
|
|
626
628
|
|
|
627
629
|
const kdsDarkModeType = {
|
|
628
630
|
LIGHT: "light",
|
|
@@ -742,9 +744,9 @@ function useKdsIsTruncated(elementRef) {
|
|
|
742
744
|
return { isTruncated };
|
|
743
745
|
}
|
|
744
746
|
|
|
745
|
-
const _hoisted_1$
|
|
747
|
+
const _hoisted_1$A = ["title", "aria-label"];
|
|
746
748
|
const _hoisted_2$m = ["title"];
|
|
747
|
-
const _sfc_main$
|
|
749
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
748
750
|
__name: "KdsLiveStatus",
|
|
749
751
|
props: {
|
|
750
752
|
status: { default: "red" },
|
|
@@ -774,12 +776,12 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
774
776
|
class: "label",
|
|
775
777
|
title: unref(isTruncated) ? props.label : void 0
|
|
776
778
|
}, toDisplayString(props.label), 9, _hoisted_2$m)) : createCommentVNode("", true)
|
|
777
|
-
], 10, _hoisted_1$
|
|
779
|
+
], 10, _hoisted_1$A);
|
|
778
780
|
};
|
|
779
781
|
}
|
|
780
782
|
});
|
|
781
783
|
|
|
782
|
-
const KdsLiveStatus = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
784
|
+
const KdsLiveStatus = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["__scopeId", "data-v-3bd44b22"]]);
|
|
783
785
|
|
|
784
786
|
const kdsLiveStatusStatus = {
|
|
785
787
|
RED: "red",
|
|
@@ -795,8 +797,8 @@ const kdsLiveStatusSize = {
|
|
|
795
797
|
};
|
|
796
798
|
const kdsLiveStatusSizes = Object.values(kdsLiveStatusSize);
|
|
797
799
|
|
|
798
|
-
const _hoisted_1$
|
|
799
|
-
const _sfc_main$
|
|
800
|
+
const _hoisted_1$z = ["data-style"];
|
|
801
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
800
802
|
__name: "KdsLoadingSpinner",
|
|
801
803
|
props: {
|
|
802
804
|
size: { default: "medium" },
|
|
@@ -821,12 +823,12 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
821
823
|
cy: "60",
|
|
822
824
|
r: "50"
|
|
823
825
|
}, null, -1)
|
|
824
|
-
])], 10, _hoisted_1$
|
|
826
|
+
])], 10, _hoisted_1$z);
|
|
825
827
|
};
|
|
826
828
|
}
|
|
827
829
|
});
|
|
828
830
|
|
|
829
|
-
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
831
|
+
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["__scopeId", "data-v-74bb7c3d"]]);
|
|
830
832
|
|
|
831
833
|
const kdsLoadingSpinnerVariant = {
|
|
832
834
|
ON_PRIMARY: "onPrimary",
|
|
@@ -836,14 +838,14 @@ const kdsLoadingSpinnerVariants = Object.values(
|
|
|
836
838
|
kdsLoadingSpinnerVariant
|
|
837
839
|
);
|
|
838
840
|
|
|
839
|
-
const _hoisted_1$
|
|
841
|
+
const _hoisted_1$y = ["role"];
|
|
840
842
|
const _hoisted_2$l = { class: "header" };
|
|
841
843
|
const _hoisted_3$e = { class: "headline" };
|
|
842
844
|
const _hoisted_4$a = {
|
|
843
845
|
key: 0,
|
|
844
846
|
class: "body"
|
|
845
847
|
};
|
|
846
|
-
const _sfc_main$
|
|
848
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
847
849
|
__name: "KdsInlineMessage",
|
|
848
850
|
props: {
|
|
849
851
|
headline: {},
|
|
@@ -883,12 +885,12 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
883
885
|
createElementVNode("div", _hoisted_3$e, toDisplayString(props.headline), 1)
|
|
884
886
|
]),
|
|
885
887
|
props.description ? (openBlock(), createElementBlock("div", _hoisted_4$a, toDisplayString(props.description), 1)) : createCommentVNode("", true)
|
|
886
|
-
], 10, _hoisted_1$
|
|
888
|
+
], 10, _hoisted_1$y);
|
|
887
889
|
};
|
|
888
890
|
}
|
|
889
891
|
});
|
|
890
892
|
|
|
891
|
-
const KdsInlineMessage = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
893
|
+
const KdsInlineMessage = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["__scopeId", "data-v-3d79be7c"]]);
|
|
892
894
|
|
|
893
895
|
const kdsInlineMessageVariant = {
|
|
894
896
|
ERROR: "error",
|
|
@@ -898,11 +900,11 @@ const kdsInlineMessageVariant = {
|
|
|
898
900
|
};
|
|
899
901
|
const kdsInlineMessageVariants = Object.values(kdsInlineMessageVariant);
|
|
900
902
|
|
|
901
|
-
const _hoisted_1$
|
|
903
|
+
const _hoisted_1$x = {
|
|
902
904
|
key: 0,
|
|
903
905
|
class: "label"
|
|
904
906
|
};
|
|
905
|
-
const _sfc_main$
|
|
907
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
906
908
|
__name: "BaseButton",
|
|
907
909
|
props: {
|
|
908
910
|
size: { default: "medium" },
|
|
@@ -961,7 +963,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
961
963
|
size: iconSize.value
|
|
962
964
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true)
|
|
963
965
|
], true),
|
|
964
|
-
props.label ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
966
|
+
props.label ? (openBlock(), createElementBlock("span", _hoisted_1$x, toDisplayString(props.label), 1)) : createCommentVNode("", true),
|
|
965
967
|
props.trailingIcon && props.label ? (openBlock(), createBlock(KdsIcon, {
|
|
966
968
|
key: 1,
|
|
967
969
|
name: props.trailingIcon,
|
|
@@ -974,9 +976,9 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
974
976
|
}
|
|
975
977
|
});
|
|
976
978
|
|
|
977
|
-
const BaseButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
979
|
+
const BaseButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["__scopeId", "data-v-b0f9559f"]]);
|
|
978
980
|
|
|
979
|
-
const _sfc_main$
|
|
981
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
980
982
|
__name: "KdsButton",
|
|
981
983
|
props: {
|
|
982
984
|
size: {},
|
|
@@ -1029,7 +1031,7 @@ const resolveNuxtLinkComponent = () => {
|
|
|
1029
1031
|
return fallbackComponent;
|
|
1030
1032
|
};
|
|
1031
1033
|
|
|
1032
|
-
const _sfc_main$
|
|
1034
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
1033
1035
|
__name: "KdsLinkButton",
|
|
1034
1036
|
props: {
|
|
1035
1037
|
size: {},
|
|
@@ -1065,7 +1067,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
1065
1067
|
}
|
|
1066
1068
|
});
|
|
1067
1069
|
|
|
1068
|
-
const _sfc_main$
|
|
1070
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
1069
1071
|
__name: "KdsToggleButton",
|
|
1070
1072
|
props: /* @__PURE__ */ mergeModels({
|
|
1071
1073
|
size: {},
|
|
@@ -1100,9 +1102,9 @@ const kdsToggleButtonVariant = {
|
|
|
1100
1102
|
};
|
|
1101
1103
|
const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
|
|
1102
1104
|
|
|
1103
|
-
const _hoisted_1$
|
|
1105
|
+
const _hoisted_1$w = ["data-visible"];
|
|
1104
1106
|
const _hoisted_2$k = ["data-visible"];
|
|
1105
|
-
const _sfc_main$
|
|
1107
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
1106
1108
|
__name: "KdsProgressButton",
|
|
1107
1109
|
props: /* @__PURE__ */ mergeModels({
|
|
1108
1110
|
size: { default: "medium" },
|
|
@@ -1165,7 +1167,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
1165
1167
|
name: props.leadingIcon,
|
|
1166
1168
|
size: iconSize.value
|
|
1167
1169
|
}, null, 8, ["name", "size"])
|
|
1168
|
-
], 8, _hoisted_1$
|
|
1170
|
+
], 8, _hoisted_1$w),
|
|
1169
1171
|
createElementVNode("span", {
|
|
1170
1172
|
class: "spinner",
|
|
1171
1173
|
"data-visible": state.value === "progress"
|
|
@@ -1183,7 +1185,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
1183
1185
|
}
|
|
1184
1186
|
});
|
|
1185
1187
|
|
|
1186
|
-
const KdsProgressButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1188
|
+
const KdsProgressButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["__scopeId", "data-v-ec08a9ba"]]);
|
|
1187
1189
|
|
|
1188
1190
|
const kdsProgressButtonState = {
|
|
1189
1191
|
DEFAULT: "default",
|
|
@@ -1193,7 +1195,7 @@ const kdsProgressButtonState = {
|
|
|
1193
1195
|
};
|
|
1194
1196
|
const kdsProgressButtonStates = Object.values(kdsProgressButtonState);
|
|
1195
1197
|
|
|
1196
|
-
const _hoisted_1$
|
|
1198
|
+
const _hoisted_1$v = { class: "kds-empty-state" };
|
|
1197
1199
|
const _hoisted_2$j = { class: "kds-empty-state-headline" };
|
|
1198
1200
|
const _hoisted_3$d = {
|
|
1199
1201
|
key: 1,
|
|
@@ -1203,7 +1205,7 @@ const _hoisted_4$9 = {
|
|
|
1203
1205
|
key: 2,
|
|
1204
1206
|
class: "kds-empty-state-action"
|
|
1205
1207
|
};
|
|
1206
|
-
const _sfc_main$
|
|
1208
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
1207
1209
|
__name: "KdsEmptyState",
|
|
1208
1210
|
props: {
|
|
1209
1211
|
headline: {},
|
|
@@ -1219,10 +1221,10 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
1219
1221
|
() => props.button && "to" in props.button && props.button.to !== void 0
|
|
1220
1222
|
);
|
|
1221
1223
|
const buttonComponent = computed(
|
|
1222
|
-
() => isLinkButton.value ? _sfc_main$
|
|
1224
|
+
() => isLinkButton.value ? _sfc_main$O : _sfc_main$P
|
|
1223
1225
|
);
|
|
1224
1226
|
return (_ctx, _cache) => {
|
|
1225
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1227
|
+
return openBlock(), createElementBlock("div", _hoisted_1$v, [
|
|
1226
1228
|
props.loadingSpinner ? (openBlock(), createBlock(KdsLoadingSpinner, {
|
|
1227
1229
|
key: 0,
|
|
1228
1230
|
"data-testid": "loading-spinner",
|
|
@@ -1242,9 +1244,9 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
1242
1244
|
}
|
|
1243
1245
|
});
|
|
1244
1246
|
|
|
1245
|
-
const KdsEmptyState = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1247
|
+
const KdsEmptyState = /* @__PURE__ */ _export_sfc$1(_sfc_main$L, [["__scopeId", "data-v-02149081"]]);
|
|
1246
1248
|
|
|
1247
|
-
const _sfc_main$
|
|
1249
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
1248
1250
|
__name: "ListItemAccessory",
|
|
1249
1251
|
props: {
|
|
1250
1252
|
accessory: {},
|
|
@@ -1295,7 +1297,7 @@ const kdsListItemVariant = {
|
|
|
1295
1297
|
LARGE: "large"
|
|
1296
1298
|
};
|
|
1297
1299
|
|
|
1298
|
-
const _hoisted_1$
|
|
1300
|
+
const _hoisted_1$u = ["id", "role", "aria-selected", "aria-disabled"];
|
|
1299
1301
|
const _hoisted_2$i = {
|
|
1300
1302
|
key: 0,
|
|
1301
1303
|
class: "accessory"
|
|
@@ -1316,7 +1318,7 @@ const _hoisted_9 = {
|
|
|
1316
1318
|
key: 2,
|
|
1317
1319
|
class: "trailing-item-reserve-space"
|
|
1318
1320
|
};
|
|
1319
|
-
const _sfc_main$
|
|
1321
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
1320
1322
|
__name: "KdsListItem",
|
|
1321
1323
|
props: {
|
|
1322
1324
|
id: {},
|
|
@@ -1371,7 +1373,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
1371
1373
|
onClick
|
|
1372
1374
|
}, [
|
|
1373
1375
|
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$i, [
|
|
1374
|
-
createVNode(_sfc_main$
|
|
1376
|
+
createVNode(_sfc_main$K, {
|
|
1375
1377
|
accessory: props.accessory,
|
|
1376
1378
|
size: accessorySize.value,
|
|
1377
1379
|
disabled: props.disabled
|
|
@@ -1405,29 +1407,29 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
1405
1407
|
size: "small"
|
|
1406
1408
|
}, null, 8, ["name"])) : (openBlock(), createElementBlock("span", _hoisted_9))
|
|
1407
1409
|
])
|
|
1408
|
-
], 10, _hoisted_1$
|
|
1410
|
+
], 10, _hoisted_1$u);
|
|
1409
1411
|
};
|
|
1410
1412
|
}
|
|
1411
1413
|
});
|
|
1412
1414
|
|
|
1413
|
-
const KdsListItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1415
|
+
const KdsListItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["__scopeId", "data-v-7fba4bc1"]]);
|
|
1414
1416
|
|
|
1415
|
-
const _sfc_main$
|
|
1417
|
+
const _sfc_main$I = { };
|
|
1416
1418
|
|
|
1417
|
-
const _hoisted_1$
|
|
1419
|
+
const _hoisted_1$t = { class: "kds-list-item-divider" };
|
|
1418
1420
|
|
|
1419
1421
|
function _sfc_render$8(_ctx, _cache) {
|
|
1420
|
-
return (openBlock(), createElementBlock("hr", _hoisted_1$
|
|
1422
|
+
return (openBlock(), createElementBlock("hr", _hoisted_1$t))
|
|
1421
1423
|
}
|
|
1422
|
-
const ListItemDivider = /*#__PURE__*/_export_sfc$1(_sfc_main$
|
|
1424
|
+
const ListItemDivider = /*#__PURE__*/_export_sfc$1(_sfc_main$I, [['render',_sfc_render$8],['__scopeId',"data-v-3ee92695"]]);
|
|
1423
1425
|
|
|
1424
|
-
const _hoisted_1$
|
|
1426
|
+
const _hoisted_1$s = { class: "kds-list-item-section-title" };
|
|
1425
1427
|
const _hoisted_2$h = {
|
|
1426
1428
|
key: 0,
|
|
1427
1429
|
class: "icon"
|
|
1428
1430
|
};
|
|
1429
1431
|
const _hoisted_3$b = ["title"];
|
|
1430
|
-
const _sfc_main$
|
|
1432
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
1431
1433
|
__name: "ListItemSectionTitle",
|
|
1432
1434
|
props: {
|
|
1433
1435
|
label: {},
|
|
@@ -1438,7 +1440,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
1438
1440
|
const labelEl = useTemplateRef("labelEl");
|
|
1439
1441
|
const { isTruncated } = useKdsIsTruncated(labelEl);
|
|
1440
1442
|
return (_ctx, _cache) => {
|
|
1441
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1443
|
+
return openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
1442
1444
|
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$h, [
|
|
1443
1445
|
createVNode(KdsIcon, {
|
|
1444
1446
|
name: props.leadingIcon,
|
|
@@ -1456,12 +1458,12 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
1456
1458
|
}
|
|
1457
1459
|
});
|
|
1458
1460
|
|
|
1459
|
-
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1461
|
+
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["__scopeId", "data-v-53382531"]]);
|
|
1460
1462
|
|
|
1461
|
-
const _hoisted_1$
|
|
1463
|
+
const _hoisted_1$r = ["role", "aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
|
|
1462
1464
|
const _hoisted_2$g = ["role"];
|
|
1463
1465
|
const loadingStateText = "Loading entries";
|
|
1464
|
-
const _sfc_main$
|
|
1466
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
1465
1467
|
__name: "KdsListContainer",
|
|
1466
1468
|
props: {
|
|
1467
1469
|
possibleValues: {},
|
|
@@ -1696,24 +1698,24 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
1696
1698
|
"loading-spinner": props.loading
|
|
1697
1699
|
}, null, 8, ["headline", "loading-spinner"])
|
|
1698
1700
|
], 8, _hoisted_2$g)) : createCommentVNode("", true)
|
|
1699
|
-
], 16, _hoisted_1$
|
|
1701
|
+
], 16, _hoisted_1$r);
|
|
1700
1702
|
};
|
|
1701
1703
|
}
|
|
1702
1704
|
});
|
|
1703
1705
|
|
|
1704
|
-
const KdsListContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1706
|
+
const KdsListContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["__scopeId", "data-v-9b505d0b"]]);
|
|
1705
1707
|
|
|
1706
1708
|
const KdsListContainer$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
1707
1709
|
__proto__: null,
|
|
1708
1710
|
default: KdsListContainer
|
|
1709
1711
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
1710
1712
|
|
|
1711
|
-
const _hoisted_1$
|
|
1713
|
+
const _hoisted_1$q = ["id", "popover", "role"];
|
|
1712
1714
|
const _hoisted_2$f = {
|
|
1713
1715
|
key: 0,
|
|
1714
1716
|
class: "kds-popover-default-content"
|
|
1715
1717
|
};
|
|
1716
|
-
const _sfc_main$
|
|
1718
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
1717
1719
|
__name: "KdsPopover",
|
|
1718
1720
|
props: /* @__PURE__ */ mergeModels({
|
|
1719
1721
|
placement: { default: "bottom-left" },
|
|
@@ -1758,19 +1760,19 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
1758
1760
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
1759
1761
|
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$f, toDisplayString(props.content), 1)) : createCommentVNode("", true)
|
|
1760
1762
|
], true)
|
|
1761
|
-
], 46, _hoisted_1$
|
|
1763
|
+
], 46, _hoisted_1$q);
|
|
1762
1764
|
};
|
|
1763
1765
|
}
|
|
1764
1766
|
});
|
|
1765
1767
|
|
|
1766
|
-
const KdsPopover = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1768
|
+
const KdsPopover = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["__scopeId", "data-v-6e5d3976"]]);
|
|
1767
1769
|
|
|
1768
1770
|
const KdsPopover$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
1769
1771
|
__proto__: null,
|
|
1770
1772
|
default: KdsPopover
|
|
1771
1773
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
1772
1774
|
|
|
1773
|
-
const _sfc_main$
|
|
1775
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
1774
1776
|
...{
|
|
1775
1777
|
inheritAttrs: false
|
|
1776
1778
|
},
|
|
@@ -1823,7 +1825,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
1823
1825
|
};
|
|
1824
1826
|
return (_ctx, _cache) => {
|
|
1825
1827
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
1826
|
-
createVNode(_sfc_main$
|
|
1828
|
+
createVNode(_sfc_main$N, mergeProps({
|
|
1827
1829
|
modelValue: isMenuOpen.value,
|
|
1828
1830
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = $event)
|
|
1829
1831
|
}, toggleButtonProps.value, {
|
|
@@ -1868,7 +1870,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
1868
1870
|
}
|
|
1869
1871
|
});
|
|
1870
1872
|
|
|
1871
|
-
const KdsMenuButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1873
|
+
const KdsMenuButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["__scopeId", "data-v-b9edc498"]]);
|
|
1872
1874
|
|
|
1873
1875
|
const kdsButtonSize = {
|
|
1874
1876
|
XSMALL: "xsmall",
|
|
@@ -1884,9 +1886,9 @@ const kdsButtonVariant = {
|
|
|
1884
1886
|
};
|
|
1885
1887
|
const kdsButtonVariants = Object.values(kdsButtonVariant);
|
|
1886
1888
|
|
|
1887
|
-
const _hoisted_1$
|
|
1889
|
+
const _hoisted_1$p = { class: "kds-label-wrapper" };
|
|
1888
1890
|
const _hoisted_2$e = ["id", "for", "title"];
|
|
1889
|
-
const _sfc_main$
|
|
1891
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
1890
1892
|
__name: "KdsLabel",
|
|
1891
1893
|
props: {
|
|
1892
1894
|
label: {},
|
|
@@ -1903,7 +1905,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
1903
1905
|
const labelEl = useTemplateRef("labelEl");
|
|
1904
1906
|
const { isTruncated } = useKdsIsTruncated(labelEl);
|
|
1905
1907
|
return (_ctx, _cache) => {
|
|
1906
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1908
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
1907
1909
|
createElementVNode("label", {
|
|
1908
1910
|
id: props.id,
|
|
1909
1911
|
ref_key: "labelEl",
|
|
@@ -1922,11 +1924,11 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
1922
1924
|
}
|
|
1923
1925
|
});
|
|
1924
1926
|
|
|
1925
|
-
const KdsLabel = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1927
|
+
const KdsLabel = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["__scopeId", "data-v-11fbd55f"]]);
|
|
1926
1928
|
|
|
1927
|
-
const _hoisted_1$
|
|
1929
|
+
const _hoisted_1$o = ["id"];
|
|
1928
1930
|
const _hoisted_2$d = { class: "subtext-text" };
|
|
1929
|
-
const _sfc_main$
|
|
1931
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
1930
1932
|
__name: "KdsSubText",
|
|
1931
1933
|
props: {
|
|
1932
1934
|
id: {},
|
|
@@ -1958,14 +1960,14 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
1958
1960
|
"aria-hidden": "true"
|
|
1959
1961
|
})) : createCommentVNode("", true),
|
|
1960
1962
|
createElementVNode("span", _hoisted_2$d, toDisplayString(props.subText), 1)
|
|
1961
|
-
], 10, _hoisted_1$
|
|
1963
|
+
], 10, _hoisted_1$o)) : createCommentVNode("", true);
|
|
1962
1964
|
};
|
|
1963
1965
|
}
|
|
1964
1966
|
});
|
|
1965
1967
|
|
|
1966
|
-
const KdsSubText = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1968
|
+
const KdsSubText = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["__scopeId", "data-v-df9a85a4"]]);
|
|
1967
1969
|
|
|
1968
|
-
const _hoisted_1$
|
|
1970
|
+
const _hoisted_1$n = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
|
|
1969
1971
|
const _hoisted_2$c = { class: "control" };
|
|
1970
1972
|
const _hoisted_3$a = {
|
|
1971
1973
|
key: 0,
|
|
@@ -1977,7 +1979,7 @@ const _hoisted_6$3 = {
|
|
|
1977
1979
|
key: 0,
|
|
1978
1980
|
class: "subtext-wrapper"
|
|
1979
1981
|
};
|
|
1980
|
-
const _sfc_main$
|
|
1982
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
1981
1983
|
__name: "BaseCheckbox",
|
|
1982
1984
|
props: /* @__PURE__ */ mergeModels({
|
|
1983
1985
|
disabled: { type: Boolean, default: false },
|
|
@@ -2066,7 +2068,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2066
2068
|
class: "helper-text"
|
|
2067
2069
|
}, toDisplayString(props.helperText), 9, _hoisted_5$5)) : createCommentVNode("", true)
|
|
2068
2070
|
])) : createCommentVNode("", true)
|
|
2069
|
-
], 10, _hoisted_1$
|
|
2071
|
+
], 10, _hoisted_1$n),
|
|
2070
2072
|
props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$3, [
|
|
2071
2073
|
createVNode(KdsSubText, {
|
|
2072
2074
|
id: unref(descriptionId),
|
|
@@ -2080,9 +2082,9 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
2080
2082
|
}
|
|
2081
2083
|
});
|
|
2082
2084
|
|
|
2083
|
-
const BaseCheckbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2085
|
+
const BaseCheckbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-32f17780"]]);
|
|
2084
2086
|
|
|
2085
|
-
const _sfc_main$
|
|
2087
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
2086
2088
|
__name: "KdsCheckbox",
|
|
2087
2089
|
props: /* @__PURE__ */ mergeModels({
|
|
2088
2090
|
disabled: { type: Boolean, default: false },
|
|
@@ -2114,8 +2116,8 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
2114
2116
|
}
|
|
2115
2117
|
});
|
|
2116
2118
|
|
|
2117
|
-
const _hoisted_1$
|
|
2118
|
-
const _sfc_main$
|
|
2119
|
+
const _hoisted_1$m = ["id", "aria-labelledby", "aria-describedby"];
|
|
2120
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
2119
2121
|
__name: "KdsCheckboxGroup",
|
|
2120
2122
|
props: /* @__PURE__ */ mergeModels({
|
|
2121
2123
|
id: {},
|
|
@@ -2199,12 +2201,12 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
2199
2201
|
"preserve-sub-text-space": props.preserveSubTextSpace,
|
|
2200
2202
|
error: hasError.value
|
|
2201
2203
|
}, null, 8, ["id", "sub-text", "preserve-sub-text-space", "error"])
|
|
2202
|
-
], 8, _hoisted_1$
|
|
2204
|
+
], 8, _hoisted_1$m);
|
|
2203
2205
|
};
|
|
2204
2206
|
}
|
|
2205
2207
|
});
|
|
2206
2208
|
|
|
2207
|
-
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2209
|
+
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-c38eeda5"]]);
|
|
2208
2210
|
|
|
2209
2211
|
const kdsCheckboxGroupAlignment = {
|
|
2210
2212
|
VERTICAL: "vertical",
|
|
@@ -2220,7 +2222,7 @@ const kdsCheckboxValue = {
|
|
|
2220
2222
|
};
|
|
2221
2223
|
const kdsCheckboxValues = Object.values(kdsCheckboxValue);
|
|
2222
2224
|
|
|
2223
|
-
const _hoisted_1$
|
|
2225
|
+
const _hoisted_1$l = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
|
|
2224
2226
|
const _hoisted_2$b = { class: "control" };
|
|
2225
2227
|
const _hoisted_3$9 = {
|
|
2226
2228
|
key: 0,
|
|
@@ -2232,7 +2234,7 @@ const _hoisted_3$9 = {
|
|
|
2232
2234
|
const _hoisted_4$6 = { class: "content" };
|
|
2233
2235
|
const _hoisted_5$4 = { class: "label" };
|
|
2234
2236
|
const _hoisted_6$2 = ["id"];
|
|
2235
|
-
const _sfc_main$
|
|
2237
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
2236
2238
|
__name: "KdsRadioButton",
|
|
2237
2239
|
props: /* @__PURE__ */ mergeModels({
|
|
2238
2240
|
text: {},
|
|
@@ -2289,12 +2291,12 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
2289
2291
|
class: "helper-text"
|
|
2290
2292
|
}, toDisplayString(props.helperText), 9, _hoisted_6$2)) : createCommentVNode("", true)
|
|
2291
2293
|
])
|
|
2292
|
-
], 10, _hoisted_1$
|
|
2294
|
+
], 10, _hoisted_1$l);
|
|
2293
2295
|
};
|
|
2294
2296
|
}
|
|
2295
2297
|
});
|
|
2296
2298
|
|
|
2297
|
-
const KdsRadioButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2299
|
+
const KdsRadioButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["__scopeId", "data-v-27c361e4"]]);
|
|
2298
2300
|
|
|
2299
2301
|
const useRadioSelection = ({
|
|
2300
2302
|
selectedId,
|
|
@@ -2416,8 +2418,8 @@ const useRadioSelection = ({
|
|
|
2416
2418
|
};
|
|
2417
2419
|
};
|
|
2418
2420
|
|
|
2419
|
-
const _hoisted_1$
|
|
2420
|
-
const _sfc_main$
|
|
2421
|
+
const _hoisted_1$k = ["id", "aria-labelledby", "aria-describedby"];
|
|
2422
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
2421
2423
|
__name: "KdsRadioButtonGroup",
|
|
2422
2424
|
props: /* @__PURE__ */ mergeModels({
|
|
2423
2425
|
id: {},
|
|
@@ -2496,15 +2498,15 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
2496
2498
|
"preserve-sub-text-space": props.preserveSubTextSpace,
|
|
2497
2499
|
error: unref(hasError)
|
|
2498
2500
|
}, null, 8, ["id", "sub-text", "preserve-sub-text-space", "error"])
|
|
2499
|
-
], 8, _hoisted_1$
|
|
2501
|
+
], 8, _hoisted_1$k);
|
|
2500
2502
|
};
|
|
2501
2503
|
}
|
|
2502
2504
|
});
|
|
2503
2505
|
|
|
2504
|
-
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2506
|
+
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["__scopeId", "data-v-9cc4dcdd"]]);
|
|
2505
2507
|
|
|
2506
|
-
const _hoisted_1$
|
|
2507
|
-
const _sfc_main$
|
|
2508
|
+
const _hoisted_1$j = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
|
|
2509
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
2508
2510
|
__name: "ValueSwitchItem",
|
|
2509
2511
|
props: {
|
|
2510
2512
|
selected: { type: Boolean },
|
|
@@ -2554,12 +2556,12 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
2554
2556
|
name: props.trailingIcon,
|
|
2555
2557
|
size: props.size
|
|
2556
2558
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true)
|
|
2557
|
-
], 10, _hoisted_1$
|
|
2559
|
+
], 10, _hoisted_1$j);
|
|
2558
2560
|
};
|
|
2559
2561
|
}
|
|
2560
2562
|
});
|
|
2561
2563
|
|
|
2562
|
-
const ValueSwitchItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2564
|
+
const ValueSwitchItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-93f3f577"]]);
|
|
2563
2565
|
|
|
2564
2566
|
const useValueSwitchIconHiding = ({
|
|
2565
2567
|
width,
|
|
@@ -2610,8 +2612,8 @@ const useValueSwitchIconHiding = ({
|
|
|
2610
2612
|
};
|
|
2611
2613
|
};
|
|
2612
2614
|
|
|
2613
|
-
const _hoisted_1$
|
|
2614
|
-
const _sfc_main$
|
|
2615
|
+
const _hoisted_1$i = ["id", "aria-invalid", "aria-labelledby", "aria-describedby"];
|
|
2616
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
2615
2617
|
__name: "KdsValueSwitch",
|
|
2616
2618
|
props: /* @__PURE__ */ mergeModels({
|
|
2617
2619
|
id: {},
|
|
@@ -2704,12 +2706,12 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
2704
2706
|
"preserve-sub-text-space": props.preserveSubTextSpace,
|
|
2705
2707
|
error: props.error
|
|
2706
2708
|
}, null, 8, ["id", "sub-text", "preserve-sub-text-space", "error"])
|
|
2707
|
-
], 10, _hoisted_1$
|
|
2709
|
+
], 10, _hoisted_1$i);
|
|
2708
2710
|
};
|
|
2709
2711
|
}
|
|
2710
2712
|
});
|
|
2711
2713
|
|
|
2712
|
-
const KdsValueSwitch = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2714
|
+
const KdsValueSwitch = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-666d4c10"]]);
|
|
2713
2715
|
|
|
2714
2716
|
const kdsRadioButtonGroupAlignment = {
|
|
2715
2717
|
VERTICAL: "vertical",
|
|
@@ -2729,7 +2731,7 @@ const kdsValueSwitchVariant = {
|
|
|
2729
2731
|
};
|
|
2730
2732
|
const kdsValueSwitchVariants = Object.values(kdsValueSwitchVariant);
|
|
2731
2733
|
|
|
2732
|
-
const _sfc_main$
|
|
2734
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
2733
2735
|
__name: "BaseFormFieldWrapper",
|
|
2734
2736
|
props: {
|
|
2735
2737
|
id: {},
|
|
@@ -2781,9 +2783,9 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
2781
2783
|
}
|
|
2782
2784
|
});
|
|
2783
2785
|
|
|
2784
|
-
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2786
|
+
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__scopeId", "data-v-5d99c134"]]);
|
|
2785
2787
|
|
|
2786
|
-
const _hoisted_1$
|
|
2788
|
+
const _hoisted_1$h = {
|
|
2787
2789
|
key: 0,
|
|
2788
2790
|
class: "icon-wrapper leading"
|
|
2789
2791
|
};
|
|
@@ -2801,7 +2803,7 @@ const _hoisted_6$1 = {
|
|
|
2801
2803
|
key: 5,
|
|
2802
2804
|
class: "icon-wrapper trailing"
|
|
2803
2805
|
};
|
|
2804
|
-
const _sfc_main$
|
|
2806
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
2805
2807
|
__name: "BaseInput",
|
|
2806
2808
|
props: /* @__PURE__ */ mergeModels({
|
|
2807
2809
|
id: { default: void 0 },
|
|
@@ -2880,7 +2882,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
2880
2882
|
}),
|
|
2881
2883
|
onClick: handleContainerClick
|
|
2882
2884
|
}, [
|
|
2883
|
-
props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
2885
|
+
props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
2884
2886
|
props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
|
|
2885
2887
|
key: 0,
|
|
2886
2888
|
name: props.leadingIcon
|
|
@@ -2932,7 +2934,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
2932
2934
|
}),
|
|
2933
2935
|
"aria-disabled": props.disabled || void 0
|
|
2934
2936
|
}, toDisplayString(props.unit), 11, _hoisted_4$5)) : createCommentVNode("", true),
|
|
2935
|
-
props.clearable && hasValue.value && !props.disabled ? (openBlock(), createBlock(_sfc_main$
|
|
2937
|
+
props.clearable && hasValue.value && !props.disabled ? (openBlock(), createBlock(_sfc_main$P, {
|
|
2936
2938
|
key: 3,
|
|
2937
2939
|
class: "clear-button",
|
|
2938
2940
|
type: "button",
|
|
@@ -2956,7 +2958,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
2956
2958
|
}
|
|
2957
2959
|
});
|
|
2958
2960
|
|
|
2959
|
-
const BaseInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2961
|
+
const BaseInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["__scopeId", "data-v-380127b2"]]);
|
|
2960
2962
|
|
|
2961
2963
|
const usePointerHandler = (updateFromEvent) => {
|
|
2962
2964
|
const activePointerId = ref(null);
|
|
@@ -2996,7 +2998,7 @@ const usePointerHandler = (updateFromEvent) => {
|
|
|
2996
2998
|
};
|
|
2997
2999
|
};
|
|
2998
3000
|
|
|
2999
|
-
const _sfc_main$
|
|
3001
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
3000
3002
|
__name: "KdsTextInput",
|
|
3001
3003
|
props: /* @__PURE__ */ mergeModels({
|
|
3002
3004
|
description: {},
|
|
@@ -3157,7 +3159,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
3157
3159
|
}
|
|
3158
3160
|
});
|
|
3159
3161
|
|
|
3160
|
-
const KdsTextInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
3162
|
+
const KdsTextInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["__scopeId", "data-v-e06ba773"]]);
|
|
3161
3163
|
|
|
3162
3164
|
const HEX_RADIX = 16;
|
|
3163
3165
|
const RGB_MAX = 255;
|
|
@@ -3279,7 +3281,7 @@ const hsvToRgb = ({ h, s, v }) => {
|
|
|
3279
3281
|
};
|
|
3280
3282
|
const hsvToHex = (hsv) => rgbToHex(hsvToRgb(hsv));
|
|
3281
3283
|
|
|
3282
|
-
const _hoisted_1$
|
|
3284
|
+
const _hoisted_1$g = { class: "kds-color-picker" };
|
|
3283
3285
|
const _hoisted_2$9 = ["aria-valuetext"];
|
|
3284
3286
|
const _hoisted_3$7 = ["aria-valuenow", "aria-valuetext"];
|
|
3285
3287
|
const DEFAULT_HUE_DEG = 270;
|
|
@@ -3293,7 +3295,7 @@ const KEYBOARD_LARGE_STEP = 0.1;
|
|
|
3293
3295
|
const HUE_KEYBOARD_STEP_DEG = 1;
|
|
3294
3296
|
const HUE_KEYBOARD_LARGE_STEP_DEG = 10;
|
|
3295
3297
|
const TO_BOTTOM_GRADIENT = "linear-gradient(to bottom, transparent, black)";
|
|
3296
|
-
const _sfc_main$
|
|
3298
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
3297
3299
|
__name: "ColorPicker",
|
|
3298
3300
|
props: {
|
|
3299
3301
|
"modelValue": { default: "" },
|
|
@@ -3444,7 +3446,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
3444
3446
|
}
|
|
3445
3447
|
};
|
|
3446
3448
|
return (_ctx, _cache) => {
|
|
3447
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3449
|
+
return openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
3448
3450
|
createElementVNode("div", {
|
|
3449
3451
|
ref_key: "colorspaceEl",
|
|
3450
3452
|
ref: colorspaceEl,
|
|
@@ -3515,7 +3517,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
3515
3517
|
}
|
|
3516
3518
|
});
|
|
3517
3519
|
|
|
3518
|
-
const ColorPicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
3520
|
+
const ColorPicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["__scopeId", "data-v-2a488ace"]]);
|
|
3519
3521
|
|
|
3520
3522
|
const HEX_LENGTH_1 = 1;
|
|
3521
3523
|
const HEX_LENGTH_2 = 2;
|
|
@@ -3575,7 +3577,7 @@ const useColorInputValidationOnFocusOut = (modelValue) => {
|
|
|
3575
3577
|
return { handleFocusOut };
|
|
3576
3578
|
};
|
|
3577
3579
|
|
|
3578
|
-
const _sfc_main$
|
|
3580
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
3579
3581
|
__name: "KdsColorInput",
|
|
3580
3582
|
props: /* @__PURE__ */ mergeModels({
|
|
3581
3583
|
description: {},
|
|
@@ -3634,7 +3636,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
3634
3636
|
}, null, 8, ["color", "style"])
|
|
3635
3637
|
]),
|
|
3636
3638
|
trailing: withCtx(() => [
|
|
3637
|
-
createVNode(unref(_sfc_main$
|
|
3639
|
+
createVNode(unref(_sfc_main$N), {
|
|
3638
3640
|
modelValue: open.value,
|
|
3639
3641
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
3640
3642
|
size: "xsmall",
|
|
@@ -3674,7 +3676,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
3674
3676
|
}
|
|
3675
3677
|
});
|
|
3676
3678
|
|
|
3677
|
-
const _sfc_main$
|
|
3679
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
3678
3680
|
__name: "KdsPasswordInput",
|
|
3679
3681
|
props: /* @__PURE__ */ mergeModels({
|
|
3680
3682
|
description: {},
|
|
@@ -3731,7 +3733,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
3731
3733
|
onBlur: handleBlur
|
|
3732
3734
|
}), {
|
|
3733
3735
|
trailing: withCtx(() => [
|
|
3734
|
-
props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$
|
|
3736
|
+
props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$N, {
|
|
3735
3737
|
key: 0,
|
|
3736
3738
|
modelValue: showValue.value,
|
|
3737
3739
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showValue.value = $event),
|
|
@@ -3772,7 +3774,7 @@ const kdsPasswordInputAutocompletes = Object.values(
|
|
|
3772
3774
|
kdsPasswordInputAutocomplete
|
|
3773
3775
|
);
|
|
3774
3776
|
|
|
3775
|
-
const _sfc_main$
|
|
3777
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
3776
3778
|
__name: "KdsUsernameInput",
|
|
3777
3779
|
props: /* @__PURE__ */ mergeModels({
|
|
3778
3780
|
description: {},
|
|
@@ -4091,7 +4093,7 @@ function contains(parent, child) {
|
|
|
4091
4093
|
return false;
|
|
4092
4094
|
}
|
|
4093
4095
|
|
|
4094
|
-
function getComputedStyle(element) {
|
|
4096
|
+
function getComputedStyle$1(element) {
|
|
4095
4097
|
return getWindow(element).getComputedStyle(element);
|
|
4096
4098
|
}
|
|
4097
4099
|
|
|
@@ -4124,7 +4126,7 @@ function getParentNode(element) {
|
|
|
4124
4126
|
|
|
4125
4127
|
function getTrueOffsetParent(element) {
|
|
4126
4128
|
if (!isHTMLElement(element) || // https://github.com/popperjs/popper-core/issues/837
|
|
4127
|
-
getComputedStyle(element).position === 'fixed') {
|
|
4129
|
+
getComputedStyle$1(element).position === 'fixed') {
|
|
4128
4130
|
return null;
|
|
4129
4131
|
}
|
|
4130
4132
|
|
|
@@ -4139,7 +4141,7 @@ function getContainingBlock(element) {
|
|
|
4139
4141
|
|
|
4140
4142
|
if (isIE && isHTMLElement(element)) {
|
|
4141
4143
|
// In IE 9, 10 and 11 fixed elements containing block is always established by the viewport
|
|
4142
|
-
var elementCss = getComputedStyle(element);
|
|
4144
|
+
var elementCss = getComputedStyle$1(element);
|
|
4143
4145
|
|
|
4144
4146
|
if (elementCss.position === 'fixed') {
|
|
4145
4147
|
return null;
|
|
@@ -4153,7 +4155,7 @@ function getContainingBlock(element) {
|
|
|
4153
4155
|
}
|
|
4154
4156
|
|
|
4155
4157
|
while (isHTMLElement(currentNode) && ['html', 'body'].indexOf(getNodeName(currentNode)) < 0) {
|
|
4156
|
-
var css = getComputedStyle(currentNode); // This is non-exhaustive but covers the most common CSS properties that
|
|
4158
|
+
var css = getComputedStyle$1(currentNode); // This is non-exhaustive but covers the most common CSS properties that
|
|
4157
4159
|
// create a containing block.
|
|
4158
4160
|
// https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block
|
|
4159
4161
|
|
|
@@ -4173,11 +4175,11 @@ function getOffsetParent(element) {
|
|
|
4173
4175
|
var window = getWindow(element);
|
|
4174
4176
|
var offsetParent = getTrueOffsetParent(element);
|
|
4175
4177
|
|
|
4176
|
-
while (offsetParent && isTableElement(offsetParent) && getComputedStyle(offsetParent).position === 'static') {
|
|
4178
|
+
while (offsetParent && isTableElement(offsetParent) && getComputedStyle$1(offsetParent).position === 'static') {
|
|
4177
4179
|
offsetParent = getTrueOffsetParent(offsetParent);
|
|
4178
4180
|
}
|
|
4179
4181
|
|
|
4180
|
-
if (offsetParent && (getNodeName(offsetParent) === 'html' || getNodeName(offsetParent) === 'body' && getComputedStyle(offsetParent).position === 'static')) {
|
|
4182
|
+
if (offsetParent && (getNodeName(offsetParent) === 'html' || getNodeName(offsetParent) === 'body' && getComputedStyle$1(offsetParent).position === 'static')) {
|
|
4181
4183
|
return window;
|
|
4182
4184
|
}
|
|
4183
4185
|
|
|
@@ -4362,7 +4364,7 @@ function mapToStyles(_ref2) {
|
|
|
4362
4364
|
if (offsetParent === getWindow(popper)) {
|
|
4363
4365
|
offsetParent = getDocumentElement(popper);
|
|
4364
4366
|
|
|
4365
|
-
if (getComputedStyle(offsetParent).position !== 'static' && position === 'absolute') {
|
|
4367
|
+
if (getComputedStyle$1(offsetParent).position !== 'static' && position === 'absolute') {
|
|
4366
4368
|
heightProp = 'scrollHeight';
|
|
4367
4369
|
widthProp = 'scrollWidth';
|
|
4368
4370
|
}
|
|
@@ -4594,7 +4596,7 @@ function getDocumentRect(element) {
|
|
|
4594
4596
|
var x = -winScroll.scrollLeft + getWindowScrollBarX(element);
|
|
4595
4597
|
var y = -winScroll.scrollTop;
|
|
4596
4598
|
|
|
4597
|
-
if (getComputedStyle(body || html).direction === 'rtl') {
|
|
4599
|
+
if (getComputedStyle$1(body || html).direction === 'rtl') {
|
|
4598
4600
|
x += max(html.clientWidth, body ? body.clientWidth : 0) - width;
|
|
4599
4601
|
}
|
|
4600
4602
|
|
|
@@ -4608,7 +4610,7 @@ function getDocumentRect(element) {
|
|
|
4608
4610
|
|
|
4609
4611
|
function isScrollParent(element) {
|
|
4610
4612
|
// Firefox wants us to check `-x` and `-y` variations as well
|
|
4611
|
-
var _getComputedStyle = getComputedStyle(element),
|
|
4613
|
+
var _getComputedStyle = getComputedStyle$1(element),
|
|
4612
4614
|
overflow = _getComputedStyle.overflow,
|
|
4613
4615
|
overflowX = _getComputedStyle.overflowX,
|
|
4614
4616
|
overflowY = _getComputedStyle.overflowY;
|
|
@@ -4683,7 +4685,7 @@ function getClientRectFromMixedType(element, clippingParent, strategy) {
|
|
|
4683
4685
|
|
|
4684
4686
|
function getClippingParents(element) {
|
|
4685
4687
|
var clippingParents = listScrollParents(getParentNode(element));
|
|
4686
|
-
var canEscapeClipping = ['absolute', 'fixed'].indexOf(getComputedStyle(element).position) >= 0;
|
|
4688
|
+
var canEscapeClipping = ['absolute', 'fixed'].indexOf(getComputedStyle$1(element).position) >= 0;
|
|
4687
4689
|
var clipperElement = canEscapeClipping && isHTMLElement(element) ? getOffsetParent(element) : element;
|
|
4688
4690
|
|
|
4689
4691
|
if (!isElement(clipperElement)) {
|
|
@@ -11691,7 +11693,7 @@ const _sfc_main$i$1 = /* @__PURE__ */ defineComponent({
|
|
|
11691
11693
|
}
|
|
11692
11694
|
});
|
|
11693
11695
|
const _hoisted_1$b$1 = { class: "vc-day-popover-container" };
|
|
11694
|
-
const _hoisted_2$6 = {
|
|
11696
|
+
const _hoisted_2$6$1 = {
|
|
11695
11697
|
key: 0,
|
|
11696
11698
|
class: "vc-day-popover-header"
|
|
11697
11699
|
};
|
|
@@ -11722,7 +11724,7 @@ const _sfc_main$h$1 = /* @__PURE__ */ defineComponent({
|
|
|
11722
11724
|
}, {
|
|
11723
11725
|
default: withCtx(() => [
|
|
11724
11726
|
createElementVNode("div", _hoisted_1$b$1, [
|
|
11725
|
-
unref(masks2).dayPopover ? (openBlock(), createElementBlock("div", _hoisted_2$6, toDisplayString(dayTitle(day)), 1)) : createCommentVNode("", true),
|
|
11727
|
+
unref(masks2).dayPopover ? (openBlock(), createElementBlock("div", _hoisted_2$6$1, toDisplayString(dayTitle(day)), 1)) : createCommentVNode("", true),
|
|
11726
11728
|
(openBlock(true), createElementBlock(Fragment, null, renderList(attributes, (attribute) => {
|
|
11727
11729
|
return openBlock(), createBlock(_sfc_main$j$1, {
|
|
11728
11730
|
key: attribute.key,
|
|
@@ -11824,7 +11826,7 @@ const _hoisted_2$5$1 = {
|
|
|
11824
11826
|
key: 1,
|
|
11825
11827
|
class: "vc-title-wrapper"
|
|
11826
11828
|
};
|
|
11827
|
-
const _hoisted_3$4 = {
|
|
11829
|
+
const _hoisted_3$4$1 = {
|
|
11828
11830
|
type: "button",
|
|
11829
11831
|
class: "vc-title"
|
|
11830
11832
|
};
|
|
@@ -11940,7 +11942,7 @@ const _sfc_main$b$1 = /* @__PURE__ */ defineComponent({
|
|
|
11940
11942
|
show.value.title ? (openBlock(), createElementBlock("div", _hoisted_2$5$1, [
|
|
11941
11943
|
createVNode(_sfc_main$i$1, { name: "header-title-wrapper" }, {
|
|
11942
11944
|
default: withCtx(() => [
|
|
11943
|
-
withDirectives((openBlock(), createElementBlock("button", _hoisted_3$4, [
|
|
11945
|
+
withDirectives((openBlock(), createElementBlock("button", _hoisted_3$4$1, [
|
|
11944
11946
|
createVNode(_sfc_main$i$1, {
|
|
11945
11947
|
name: "header-title",
|
|
11946
11948
|
title: _ctx.page.title
|
|
@@ -12044,7 +12046,7 @@ function usePage() {
|
|
|
12044
12046
|
const _hoisted_1$5$1 = { class: "vc-nav-header" };
|
|
12045
12047
|
const _hoisted_2$4$1 = ["disabled"];
|
|
12046
12048
|
const _hoisted_3$3$1 = ["disabled"];
|
|
12047
|
-
const _hoisted_4$2 = { class: "vc-nav-items" };
|
|
12049
|
+
const _hoisted_4$2$1 = { class: "vc-nav-items" };
|
|
12048
12050
|
const _hoisted_5$2 = ["data-id", "aria-label", "disabled", "onClick", "onKeydown"];
|
|
12049
12051
|
const yearGroupCount = 12;
|
|
12050
12052
|
const _sfc_main$a$1 = /* @__PURE__ */ defineComponent({
|
|
@@ -12243,7 +12245,7 @@ const _sfc_main$a$1 = /* @__PURE__ */ defineComponent({
|
|
|
12243
12245
|
}, 8, ["disabled"])
|
|
12244
12246
|
], 40, _hoisted_3$3$1)
|
|
12245
12247
|
]),
|
|
12246
|
-
createElementVNode("div", _hoisted_4$2, [
|
|
12248
|
+
createElementVNode("div", _hoisted_4$2$1, [
|
|
12247
12249
|
(openBlock(true), createElementBlock(Fragment, null, renderList(activeItems.value, (item) => {
|
|
12248
12250
|
return openBlock(), createElementBlock("button", {
|
|
12249
12251
|
key: item.label,
|
|
@@ -13608,7 +13610,7 @@ const _sfc_main$4$1 = /* @__PURE__ */ defineComponent({
|
|
|
13608
13610
|
};
|
|
13609
13611
|
}
|
|
13610
13612
|
});
|
|
13611
|
-
const _hoisted_1$
|
|
13613
|
+
const _hoisted_1$f = {
|
|
13612
13614
|
key: 0,
|
|
13613
13615
|
class: "vc-time-header"
|
|
13614
13616
|
};
|
|
@@ -13649,7 +13651,7 @@ const _sfc_main$3$1 = /* @__PURE__ */ defineComponent({
|
|
|
13649
13651
|
}, [
|
|
13650
13652
|
createVNode(_sfc_main$i$1, { name: "time-header" }, {
|
|
13651
13653
|
default: withCtx(() => [
|
|
13652
|
-
unref(showHeader) && unref(date) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
13654
|
+
unref(showHeader) && unref(date) ? (openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
13653
13655
|
createElementVNode("span", _hoisted_2$8, toDisplayString(unref(locale).formatDate(unref(date), "WWW")), 1),
|
|
13654
13656
|
createElementVNode("span", _hoisted_3$6, toDisplayString(unref(locale).formatDate(unref(date), "MMM")), 1),
|
|
13655
13657
|
createElementVNode("span", _hoisted_4$4, toDisplayString(unref(locale).formatDate(unref(date), "D")), 1),
|
|
@@ -13802,7 +13804,7 @@ const _sfc_main$1$1 = /* @__PURE__ */ defineComponent({
|
|
|
13802
13804
|
};
|
|
13803
13805
|
}
|
|
13804
13806
|
});
|
|
13805
|
-
const _sfc_main$
|
|
13807
|
+
const _sfc_main$n = defineComponent({
|
|
13806
13808
|
inheritAttrs: false,
|
|
13807
13809
|
emits,
|
|
13808
13810
|
props: propsDef,
|
|
@@ -13821,7 +13823,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13821
13823
|
createVNode(_component_DatePickerPopover, normalizeProps(guardReactiveProps(_ctx.$attrs)), null, 16)
|
|
13822
13824
|
], 64)) : (openBlock(), createBlock(_component_DatePickerBase, normalizeProps(mergeProps({ key: 1 }, _ctx.$attrs)), null, 16));
|
|
13823
13825
|
}
|
|
13824
|
-
const DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13826
|
+
const DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render]]);
|
|
13825
13827
|
|
|
13826
13828
|
const tryParseAnyDate = (value) => {
|
|
13827
13829
|
if (!value) {
|
|
@@ -13869,7 +13871,7 @@ const formatDateToString = (date) => {
|
|
|
13869
13871
|
|
|
13870
13872
|
const legacyDateFormat = "yyyy-MM-dd";
|
|
13871
13873
|
const invalidDateFormatMessage = "Invalid date format. The expected date format is yyyy-MM-dd (e.g. 2026-03-11).";
|
|
13872
|
-
const _sfc_main$
|
|
13874
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
13873
13875
|
__name: "KdsDateInput",
|
|
13874
13876
|
props: /* @__PURE__ */ mergeModels({
|
|
13875
13877
|
description: {},
|
|
@@ -13950,7 +13952,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
13950
13952
|
onBlur: onTextInputBlur
|
|
13951
13953
|
}), {
|
|
13952
13954
|
trailing: withCtx(() => [
|
|
13953
|
-
createVNode(_sfc_main$
|
|
13955
|
+
createVNode(_sfc_main$N, {
|
|
13954
13956
|
modelValue: popoverIsVisible.value,
|
|
13955
13957
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
|
|
13956
13958
|
type: "button",
|
|
@@ -14005,8 +14007,8 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
14005
14007
|
}
|
|
14006
14008
|
});
|
|
14007
14009
|
|
|
14008
|
-
const _hoisted_1$
|
|
14009
|
-
const _sfc_main$
|
|
14010
|
+
const _hoisted_1$e = { class: "kds-date-time-format-popover" };
|
|
14011
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
14010
14012
|
__name: "DateTimeFormatPopover",
|
|
14011
14013
|
props: /* @__PURE__ */ mergeModels({
|
|
14012
14014
|
allDefaultFormats: {},
|
|
@@ -14144,7 +14146,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
14144
14146
|
}));
|
|
14145
14147
|
});
|
|
14146
14148
|
return (_ctx, _cache) => {
|
|
14147
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
14149
|
+
return openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
14148
14150
|
modeOptions.value.length > 1 ? (openBlock(), createBlock(KdsValueSwitch, {
|
|
14149
14151
|
key: 0,
|
|
14150
14152
|
"model-value": effectiveSelectedMode.value,
|
|
@@ -14176,9 +14178,9 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
14176
14178
|
}
|
|
14177
14179
|
});
|
|
14178
14180
|
|
|
14179
|
-
const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
14181
|
+
const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["__scopeId", "data-v-f75ebe1b"]]);
|
|
14180
14182
|
|
|
14181
|
-
const _sfc_main$
|
|
14183
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
14182
14184
|
__name: "KdsDateTimeFormatInput",
|
|
14183
14185
|
props: /* @__PURE__ */ mergeModels({
|
|
14184
14186
|
description: {},
|
|
@@ -14221,7 +14223,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
14221
14223
|
autocomplete: props.autocomplete
|
|
14222
14224
|
}), {
|
|
14223
14225
|
trailing: withCtx(() => [
|
|
14224
|
-
createVNode(unref(_sfc_main$
|
|
14226
|
+
createVNode(unref(_sfc_main$N), {
|
|
14225
14227
|
modelValue: open.value,
|
|
14226
14228
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
14227
14229
|
size: "xsmall",
|
|
@@ -14414,7 +14416,7 @@ const createKdsNumberParser = (params) => {
|
|
|
14414
14416
|
|
|
14415
14417
|
const REPEAT_INITIAL_DELAY_MS = 400;
|
|
14416
14418
|
const REPEAT_INTERVAL_MS = 100;
|
|
14417
|
-
const _sfc_main$
|
|
14419
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
14418
14420
|
__name: "KdsNumberInput",
|
|
14419
14421
|
props: /* @__PURE__ */ mergeModels({
|
|
14420
14422
|
description: {},
|
|
@@ -14596,7 +14598,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
14596
14598
|
onBlur: handleBlur
|
|
14597
14599
|
}), {
|
|
14598
14600
|
trailing: withCtx(() => [
|
|
14599
|
-
createVNode(_sfc_main$
|
|
14601
|
+
createVNode(_sfc_main$P, {
|
|
14600
14602
|
type: "button",
|
|
14601
14603
|
size: "xsmall",
|
|
14602
14604
|
variant: "outlined",
|
|
@@ -14609,7 +14611,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
14609
14611
|
onPointerleave: stopRepeating,
|
|
14610
14612
|
onPointercancel: stopRepeating
|
|
14611
14613
|
}, null, 8, ["aria-label", "disabled"]),
|
|
14612
|
-
createVNode(_sfc_main$
|
|
14614
|
+
createVNode(_sfc_main$P, {
|
|
14613
14615
|
type: "button",
|
|
14614
14616
|
size: "xsmall",
|
|
14615
14617
|
variant: "outlined",
|
|
@@ -14719,7 +14721,7 @@ const parseRegexToPatternInputValue = (regex, options) => {
|
|
|
14719
14721
|
return wildcard ?? body;
|
|
14720
14722
|
};
|
|
14721
14723
|
|
|
14722
|
-
const _sfc_main$
|
|
14724
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
14723
14725
|
__name: "KdsPatternInput",
|
|
14724
14726
|
props: /* @__PURE__ */ mergeModels({
|
|
14725
14727
|
description: {},
|
|
@@ -14797,7 +14799,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
14797
14799
|
clearable: ""
|
|
14798
14800
|
}), {
|
|
14799
14801
|
trailing: withCtx(() => [
|
|
14800
|
-
createVNode(_sfc_main$
|
|
14802
|
+
createVNode(_sfc_main$N, {
|
|
14801
14803
|
modelValue: caseSensitive.value,
|
|
14802
14804
|
"onUpdate:modelValue": [
|
|
14803
14805
|
_cache[0] || (_cache[0] = ($event) => caseSensitive.value = $event),
|
|
@@ -14810,7 +14812,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
14810
14812
|
"aria-label": caseSensitiveAriaLabel.value,
|
|
14811
14813
|
disabled: props.disabled
|
|
14812
14814
|
}, null, 8, ["modelValue", "title", "aria-label", "disabled"]),
|
|
14813
|
-
createVNode(_sfc_main$
|
|
14815
|
+
createVNode(_sfc_main$N, {
|
|
14814
14816
|
modelValue: excludeMatches.value,
|
|
14815
14817
|
"onUpdate:modelValue": [
|
|
14816
14818
|
_cache[1] || (_cache[1] = ($event) => excludeMatches.value = $event),
|
|
@@ -14823,7 +14825,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
14823
14825
|
"aria-label": excludeMatchesAriaLabel.value,
|
|
14824
14826
|
disabled: props.disabled
|
|
14825
14827
|
}, null, 8, ["modelValue", "title", "aria-label", "disabled"]),
|
|
14826
|
-
createVNode(_sfc_main$
|
|
14828
|
+
createVNode(_sfc_main$N, {
|
|
14827
14829
|
modelValue: useRegex.value,
|
|
14828
14830
|
"onUpdate:modelValue": [
|
|
14829
14831
|
_cache[2] || (_cache[2] = ($event) => useRegex.value = $event),
|
|
@@ -14846,7 +14848,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
14846
14848
|
}
|
|
14847
14849
|
});
|
|
14848
14850
|
|
|
14849
|
-
const _sfc_main$
|
|
14851
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
14850
14852
|
__name: "KdsSearchInput",
|
|
14851
14853
|
props: /* @__PURE__ */ mergeModels({
|
|
14852
14854
|
description: {},
|
|
@@ -14997,10 +14999,10 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
14997
14999
|
}
|
|
14998
15000
|
});
|
|
14999
15001
|
|
|
15000
|
-
const KdsSearchInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15002
|
+
const KdsSearchInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["__scopeId", "data-v-622ba27e"]]);
|
|
15001
15003
|
|
|
15002
|
-
const _hoisted_1$
|
|
15003
|
-
const _sfc_main$
|
|
15004
|
+
const _hoisted_1$d = ["rows", "placeholder", "disabled", "autocomplete"];
|
|
15005
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
15004
15006
|
__name: "KdsTextarea",
|
|
15005
15007
|
props: /* @__PURE__ */ mergeModels({
|
|
15006
15008
|
description: {},
|
|
@@ -15057,7 +15059,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
15057
15059
|
placeholder: props.placeholder,
|
|
15058
15060
|
disabled: props.disabled,
|
|
15059
15061
|
autocomplete: props.autocomplete
|
|
15060
|
-
}), null, 16, _hoisted_1$
|
|
15062
|
+
}), null, 16, _hoisted_1$d), [
|
|
15061
15063
|
[vModelText, modelValue.value]
|
|
15062
15064
|
])
|
|
15063
15065
|
]),
|
|
@@ -15067,20 +15069,20 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
15067
15069
|
}
|
|
15068
15070
|
});
|
|
15069
15071
|
|
|
15070
|
-
const KdsTextarea = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15072
|
+
const KdsTextarea = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["__scopeId", "data-v-7a6592b5"]]);
|
|
15071
15073
|
|
|
15072
|
-
const _hoisted_1$
|
|
15073
|
-
const _hoisted_2$
|
|
15074
|
+
const _hoisted_1$c = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
|
|
15075
|
+
const _hoisted_2$6 = {
|
|
15074
15076
|
key: 0,
|
|
15075
15077
|
class: "leading",
|
|
15076
15078
|
"aria-hidden": "true"
|
|
15077
15079
|
};
|
|
15078
|
-
const _hoisted_3$
|
|
15079
|
-
const _hoisted_4$
|
|
15080
|
+
const _hoisted_3$4 = ["id"];
|
|
15081
|
+
const _hoisted_4$2 = {
|
|
15080
15082
|
class: "trailing",
|
|
15081
15083
|
"aria-hidden": "true"
|
|
15082
15084
|
};
|
|
15083
|
-
const _sfc_main$
|
|
15085
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
15084
15086
|
__name: "BaseDropdown",
|
|
15085
15087
|
props: /* @__PURE__ */ mergeModels({
|
|
15086
15088
|
text: { default: void 0 },
|
|
@@ -15152,8 +15154,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
15152
15154
|
onClick: _cache[0] || (_cache[0] = ($event) => !props.disabled && emit("click")),
|
|
15153
15155
|
onKeydown
|
|
15154
15156
|
}, [
|
|
15155
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
15156
|
-
createVNode(_sfc_main$
|
|
15157
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$6, [
|
|
15158
|
+
createVNode(_sfc_main$K, {
|
|
15157
15159
|
accessory: props.accessory,
|
|
15158
15160
|
size: "medium"
|
|
15159
15161
|
}, null, 8, ["accessory"])
|
|
@@ -15164,23 +15166,23 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
15164
15166
|
placeholder: !props.text && !props.disabled,
|
|
15165
15167
|
missing: props.missing
|
|
15166
15168
|
}])
|
|
15167
|
-
}, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$
|
|
15168
|
-
createElementVNode("span", _hoisted_4$
|
|
15169
|
+
}, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$4),
|
|
15170
|
+
createElementVNode("span", _hoisted_4$2, [
|
|
15169
15171
|
createVNode(KdsIcon, {
|
|
15170
15172
|
name: open.value ? "chevron-up" : "chevron-down",
|
|
15171
15173
|
size: "small"
|
|
15172
15174
|
}, null, 8, ["name"])
|
|
15173
15175
|
])
|
|
15174
|
-
], 42, _hoisted_1$
|
|
15176
|
+
], 42, _hoisted_1$c);
|
|
15175
15177
|
};
|
|
15176
15178
|
}
|
|
15177
15179
|
});
|
|
15178
15180
|
|
|
15179
|
-
const BaseDropdown = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15181
|
+
const BaseDropdown = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["__scopeId", "data-v-bdb9c0d3"]]);
|
|
15180
15182
|
|
|
15181
|
-
const _hoisted_1$
|
|
15182
|
-
const _hoisted_2$
|
|
15183
|
-
const _sfc_main$
|
|
15183
|
+
const _hoisted_1$b = { class: "kds-dropdown-container" };
|
|
15184
|
+
const _hoisted_2$5 = { class: "kds-dropdown-container-sticky-top" };
|
|
15185
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
15184
15186
|
__name: "DropdownContainer",
|
|
15185
15187
|
props: /* @__PURE__ */ mergeModels({
|
|
15186
15188
|
emptyText: {},
|
|
@@ -15247,8 +15249,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
15247
15249
|
focus: () => searchEl.value?.focus()
|
|
15248
15250
|
});
|
|
15249
15251
|
return (_ctx, _cache) => {
|
|
15250
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
15251
|
-
createElementVNode("div", _hoisted_2$
|
|
15252
|
+
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
15253
|
+
createElementVNode("div", _hoisted_2$5, [
|
|
15252
15254
|
createVNode(BaseInput, {
|
|
15253
15255
|
ref_key: "searchEl",
|
|
15254
15256
|
ref: searchEl,
|
|
@@ -15280,9 +15282,9 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
15280
15282
|
}
|
|
15281
15283
|
});
|
|
15282
15284
|
|
|
15283
|
-
const DropdownContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15285
|
+
const DropdownContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$e, [["__scopeId", "data-v-9f49ff8b"]]);
|
|
15284
15286
|
|
|
15285
|
-
const _sfc_main$
|
|
15287
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
15286
15288
|
__name: "KdsDropdown",
|
|
15287
15289
|
props: /* @__PURE__ */ mergeModels({
|
|
15288
15290
|
placeholder: { default: "Select" },
|
|
@@ -15376,9 +15378,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
15376
15378
|
}
|
|
15377
15379
|
});
|
|
15378
15380
|
|
|
15379
|
-
const _hoisted_1$
|
|
15380
|
-
const _hoisted_2$
|
|
15381
|
-
const _sfc_main$
|
|
15381
|
+
const _hoisted_1$a = ["disabled"];
|
|
15382
|
+
const _hoisted_2$4 = ["title"];
|
|
15383
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
15382
15384
|
__name: "KdsListItemButton",
|
|
15383
15385
|
props: {
|
|
15384
15386
|
label: {},
|
|
@@ -15408,21 +15410,21 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
15408
15410
|
ref: labelEl,
|
|
15409
15411
|
class: "label",
|
|
15410
15412
|
title: unref(isLabelTruncated) ? props.label : void 0
|
|
15411
|
-
}, toDisplayString(props.label), 9, _hoisted_2$
|
|
15412
|
-
], 8, _hoisted_1$
|
|
15413
|
+
}, toDisplayString(props.label), 9, _hoisted_2$4)
|
|
15414
|
+
], 8, _hoisted_1$a);
|
|
15413
15415
|
};
|
|
15414
15416
|
}
|
|
15415
15417
|
});
|
|
15416
15418
|
|
|
15417
|
-
const KdsListItemButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15419
|
+
const KdsListItemButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["__scopeId", "data-v-ba674605"]]);
|
|
15418
15420
|
|
|
15419
|
-
const _hoisted_1$
|
|
15420
|
-
const _hoisted_2$
|
|
15421
|
-
const _hoisted_3$
|
|
15421
|
+
const _hoisted_1$9 = { class: "kds-multi-select-dropdown-options" };
|
|
15422
|
+
const _hoisted_2$3 = { class: "kds-multi-select-dropdown-search" };
|
|
15423
|
+
const _hoisted_3$3 = {
|
|
15422
15424
|
key: 0,
|
|
15423
15425
|
class: "kds-multi-select-dropdown-footer"
|
|
15424
15426
|
};
|
|
15425
|
-
const _sfc_main$
|
|
15427
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
15426
15428
|
__name: "MultiSelectDropdownContainer",
|
|
15427
15429
|
props: /* @__PURE__ */ mergeModels({
|
|
15428
15430
|
emptyText: {},
|
|
@@ -15538,8 +15540,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
15538
15540
|
}
|
|
15539
15541
|
});
|
|
15540
15542
|
return (_ctx, _cache) => {
|
|
15541
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
15542
|
-
createElementVNode("div", _hoisted_2$
|
|
15543
|
+
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
15544
|
+
createElementVNode("div", _hoisted_2$3, [
|
|
15543
15545
|
createVNode(BaseInput, {
|
|
15544
15546
|
ref_key: "searchEl",
|
|
15545
15547
|
ref: searchEl,
|
|
@@ -15568,7 +15570,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
15568
15570
|
"aria-label": "Dropdown options",
|
|
15569
15571
|
onItemClick: _cache[4] || (_cache[4] = ($event) => $event !== void 0 && onItemClick($event))
|
|
15570
15572
|
}, null, 8, ["class", "possible-values", "loading", "empty-text"]),
|
|
15571
|
-
!props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
15573
|
+
!props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$3, [
|
|
15572
15574
|
createVNode(unref(KdsListItemButton), {
|
|
15573
15575
|
label: anyVisibleSelected.value ? "Clear all" : "Select all",
|
|
15574
15576
|
"leading-icon": anyVisibleSelected.value ? "trash" : "checkmark",
|
|
@@ -15581,9 +15583,9 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
15581
15583
|
}
|
|
15582
15584
|
});
|
|
15583
15585
|
|
|
15584
|
-
const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15586
|
+
const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["__scopeId", "data-v-be1b84c3"]]);
|
|
15585
15587
|
|
|
15586
|
-
const _sfc_main$
|
|
15588
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
15587
15589
|
__name: "KdsMultiSelectDropdown",
|
|
15588
15590
|
props: /* @__PURE__ */ mergeModels({
|
|
15589
15591
|
placeholder: { default: "Select" },
|
|
@@ -15707,8 +15709,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
15707
15709
|
}
|
|
15708
15710
|
});
|
|
15709
15711
|
|
|
15710
|
-
const _hoisted_1$
|
|
15711
|
-
const _sfc_main$
|
|
15712
|
+
const _hoisted_1$8 = { class: "kds-info-popover-content" };
|
|
15713
|
+
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
15712
15714
|
__name: "InfoPopover",
|
|
15713
15715
|
props: {
|
|
15714
15716
|
content: {}
|
|
@@ -15716,7 +15718,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
15716
15718
|
setup(__props) {
|
|
15717
15719
|
const props = __props;
|
|
15718
15720
|
return (_ctx, _cache) => {
|
|
15719
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
15721
|
+
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
15720
15722
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15721
15723
|
createTextVNode(toDisplayString(props.content), 1)
|
|
15722
15724
|
], true)
|
|
@@ -15725,11 +15727,11 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
15725
15727
|
}
|
|
15726
15728
|
});
|
|
15727
15729
|
|
|
15728
|
-
const InfoPopover = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15730
|
+
const InfoPopover = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["__scopeId", "data-v-951f2a2b"]]);
|
|
15729
15731
|
|
|
15730
|
-
const _hoisted_1$
|
|
15732
|
+
const _hoisted_1$7 = ["aria-pressed", "aria-expanded", "aria-controls"];
|
|
15731
15733
|
const TITLE = "Click for more information";
|
|
15732
|
-
const _sfc_main$
|
|
15734
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
15733
15735
|
__name: "KdsInfoToggleButton",
|
|
15734
15736
|
props: /* @__PURE__ */ mergeModels({
|
|
15735
15737
|
content: {},
|
|
@@ -15771,7 +15773,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
15771
15773
|
name: "circle-question",
|
|
15772
15774
|
size: "small"
|
|
15773
15775
|
})
|
|
15774
|
-
], 16, _hoisted_1$
|
|
15776
|
+
], 16, _hoisted_1$7),
|
|
15775
15777
|
createVNode(KdsPopover, {
|
|
15776
15778
|
ref_key: "popoverEl",
|
|
15777
15779
|
ref: popoverEl,
|
|
@@ -15798,18 +15800,18 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
15798
15800
|
}
|
|
15799
15801
|
});
|
|
15800
15802
|
|
|
15801
|
-
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15803
|
+
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["__scopeId", "data-v-b1e3f011"]]);
|
|
15802
15804
|
|
|
15803
15805
|
const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
15804
15806
|
__proto__: null,
|
|
15805
15807
|
default: KdsInfoToggleButton
|
|
15806
15808
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
15807
15809
|
|
|
15808
|
-
const _hoisted_1$
|
|
15810
|
+
const _hoisted_1$6 = {
|
|
15809
15811
|
class: "kds-variable-popover",
|
|
15810
15812
|
tabindex: "0"
|
|
15811
15813
|
};
|
|
15812
|
-
const _sfc_main$
|
|
15814
|
+
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
15813
15815
|
__name: "VariablePopover",
|
|
15814
15816
|
props: {
|
|
15815
15817
|
content: {}
|
|
@@ -15817,7 +15819,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
15817
15819
|
setup(__props) {
|
|
15818
15820
|
const props = __props;
|
|
15819
15821
|
return (_ctx, _cache) => {
|
|
15820
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
15822
|
+
return openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
15821
15823
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15822
15824
|
createTextVNode(toDisplayString(props.content), 1)
|
|
15823
15825
|
], true)
|
|
@@ -15826,10 +15828,10 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
15826
15828
|
}
|
|
15827
15829
|
});
|
|
15828
15830
|
|
|
15829
|
-
const VariablePopover = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15831
|
+
const VariablePopover = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["__scopeId", "data-v-8a0c56d0"]]);
|
|
15830
15832
|
|
|
15831
|
-
const _hoisted_1$
|
|
15832
|
-
const _sfc_main$
|
|
15833
|
+
const _hoisted_1$5 = ["title", "aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
|
|
15834
|
+
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
15833
15835
|
__name: "KdsVariableToggleButton",
|
|
15834
15836
|
props: /* @__PURE__ */ mergeModels({
|
|
15835
15837
|
content: {},
|
|
@@ -15918,7 +15920,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
15918
15920
|
name: iconName.value,
|
|
15919
15921
|
size: "small"
|
|
15920
15922
|
}, null, 8, ["name"])
|
|
15921
|
-
], 16, _hoisted_1$
|
|
15923
|
+
], 16, _hoisted_1$5),
|
|
15922
15924
|
createVNode(KdsPopover, {
|
|
15923
15925
|
ref_key: "popoverEl",
|
|
15924
15926
|
ref: popoverEl,
|
|
@@ -15946,10 +15948,10 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
15946
15948
|
}
|
|
15947
15949
|
});
|
|
15948
15950
|
|
|
15949
|
-
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15951
|
+
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["__scopeId", "data-v-f4f626d4"]]);
|
|
15950
15952
|
|
|
15951
|
-
const _hoisted_1$
|
|
15952
|
-
const _sfc_main$
|
|
15953
|
+
const _hoisted_1$4 = ["aria-label", "aria-labelledby", "aria-pressed", "disabled"];
|
|
15954
|
+
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
15953
15955
|
__name: "KdsCardClickable",
|
|
15954
15956
|
props: /* @__PURE__ */ mergeModels({
|
|
15955
15957
|
variant: { default: "filled" },
|
|
@@ -15984,12 +15986,12 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
15984
15986
|
onClick: handleClick
|
|
15985
15987
|
}, [
|
|
15986
15988
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
15987
|
-
], 10, _hoisted_1$
|
|
15989
|
+
], 10, _hoisted_1$4);
|
|
15988
15990
|
};
|
|
15989
15991
|
}
|
|
15990
15992
|
});
|
|
15991
15993
|
|
|
15992
|
-
const KdsCardClickable = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
15994
|
+
const KdsCardClickable = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["__scopeId", "data-v-4607badd"]]);
|
|
15993
15995
|
|
|
15994
15996
|
const kdsCardVariant = {
|
|
15995
15997
|
FILLED: "filled",
|
|
@@ -15998,6 +16000,322 @@ const kdsCardVariant = {
|
|
|
15998
16000
|
};
|
|
15999
16001
|
const kdsCardVariants = Object.values(kdsCardVariant);
|
|
16000
16002
|
|
|
16003
|
+
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
16004
|
+
__name: "TabBarItemAccessory",
|
|
16005
|
+
props: {
|
|
16006
|
+
accessory: {},
|
|
16007
|
+
iconSize: {},
|
|
16008
|
+
disabled: { type: Boolean }
|
|
16009
|
+
},
|
|
16010
|
+
setup(__props) {
|
|
16011
|
+
const props = __props;
|
|
16012
|
+
return (_ctx, _cache) => {
|
|
16013
|
+
return props.accessory.type === "icon" ? (openBlock(), createBlock(KdsIcon, {
|
|
16014
|
+
key: 0,
|
|
16015
|
+
name: props.accessory.name,
|
|
16016
|
+
size: props.iconSize,
|
|
16017
|
+
class: "kds-tab-icon",
|
|
16018
|
+
disabled: props.disabled
|
|
16019
|
+
}, null, 8, ["name", "size", "disabled"])) : props.accessory.type === "liveStatus" ? (openBlock(), createBlock(KdsLiveStatus, {
|
|
16020
|
+
key: 1,
|
|
16021
|
+
status: props.accessory.status,
|
|
16022
|
+
class: "kds-tab-live-status"
|
|
16023
|
+
}, null, 8, ["status"])) : createCommentVNode("", true);
|
|
16024
|
+
};
|
|
16025
|
+
}
|
|
16026
|
+
});
|
|
16027
|
+
|
|
16028
|
+
const useTabBarAdaptiveLayout = ({
|
|
16029
|
+
width,
|
|
16030
|
+
tabs,
|
|
16031
|
+
containerEl,
|
|
16032
|
+
fullWidth,
|
|
16033
|
+
minTabWidth
|
|
16034
|
+
}) => {
|
|
16035
|
+
const itemEls = shallowRef(
|
|
16036
|
+
/* @__PURE__ */ new Map()
|
|
16037
|
+
);
|
|
16038
|
+
onBeforeUpdate(() => {
|
|
16039
|
+
itemEls.value = /* @__PURE__ */ new Map();
|
|
16040
|
+
});
|
|
16041
|
+
const setItemEl = (key, el) => {
|
|
16042
|
+
const elementToRegister = el && typeof el === "object" && "$el" in el ? el.$el : el;
|
|
16043
|
+
if (elementToRegister instanceof HTMLButtonElement) {
|
|
16044
|
+
itemEls.value.set(key, elementToRegister);
|
|
16045
|
+
}
|
|
16046
|
+
};
|
|
16047
|
+
const hasLabelEllipsis = (key) => {
|
|
16048
|
+
const el = itemEls.value.get(key);
|
|
16049
|
+
if (!el) {
|
|
16050
|
+
return false;
|
|
16051
|
+
}
|
|
16052
|
+
const label = el.querySelector(".kds-tab-label");
|
|
16053
|
+
return elementOverflowsHorizontally(label);
|
|
16054
|
+
};
|
|
16055
|
+
const anyItemHasEllipsis = () => tabs.value.some((tab) => {
|
|
16056
|
+
if (tab.accessory?.type !== "icon") {
|
|
16057
|
+
return false;
|
|
16058
|
+
}
|
|
16059
|
+
return hasLabelEllipsis(tab.value);
|
|
16060
|
+
});
|
|
16061
|
+
const isOverflowing = () => {
|
|
16062
|
+
const el = containerEl.value;
|
|
16063
|
+
if (!el) {
|
|
16064
|
+
return false;
|
|
16065
|
+
}
|
|
16066
|
+
return el.scrollWidth > el.clientWidth + 1;
|
|
16067
|
+
};
|
|
16068
|
+
const shouldHideIconsOnEllipsis = ref(false);
|
|
16069
|
+
const shouldHideIconsOnOverflow = ref(false);
|
|
16070
|
+
const updateTabMinWidths = () => {
|
|
16071
|
+
if (fullWidth?.value || !minTabWidth) {
|
|
16072
|
+
return;
|
|
16073
|
+
}
|
|
16074
|
+
const el = containerEl.value;
|
|
16075
|
+
if (!el) {
|
|
16076
|
+
return;
|
|
16077
|
+
}
|
|
16078
|
+
const tokenPx = Number.parseFloat(
|
|
16079
|
+
getComputedStyle(el).getPropertyValue(minTabWidth)
|
|
16080
|
+
);
|
|
16081
|
+
if (Number.isNaN(tokenPx) || tokenPx <= 0) {
|
|
16082
|
+
return;
|
|
16083
|
+
}
|
|
16084
|
+
const entries = [...itemEls.value.entries()];
|
|
16085
|
+
const tabsByKey = new Map(tabs.value.map((tab) => [tab.value, tab]));
|
|
16086
|
+
for (const [key, tabEl] of entries) {
|
|
16087
|
+
tabEl.style.flexShrink = "0";
|
|
16088
|
+
tabEl.style.minWidth = "0";
|
|
16089
|
+
if (tabsByKey.get(key)?.accessory?.type === "icon") {
|
|
16090
|
+
const accessory = tabEl.firstElementChild;
|
|
16091
|
+
if (accessory instanceof HTMLElement && !accessory.classList.contains("kds-tab-label")) {
|
|
16092
|
+
accessory.style.display = "none";
|
|
16093
|
+
}
|
|
16094
|
+
}
|
|
16095
|
+
}
|
|
16096
|
+
const naturalWidths = entries.map(
|
|
16097
|
+
([, tabEl]) => tabEl.getBoundingClientRect().width
|
|
16098
|
+
);
|
|
16099
|
+
for (let i = 0; i < entries.length; i++) {
|
|
16100
|
+
const [key, tabEl] = entries[i];
|
|
16101
|
+
tabEl.style.flexShrink = "";
|
|
16102
|
+
if (tabsByKey.get(key)?.accessory?.type === "icon") {
|
|
16103
|
+
const accessory = tabEl.firstElementChild;
|
|
16104
|
+
if (accessory instanceof HTMLElement && !accessory.classList.contains("kds-tab-label")) {
|
|
16105
|
+
accessory.style.display = "";
|
|
16106
|
+
}
|
|
16107
|
+
}
|
|
16108
|
+
tabEl.style.minWidth = naturalWidths[i] < tokenPx ? `${naturalWidths[i]}px` : "";
|
|
16109
|
+
}
|
|
16110
|
+
};
|
|
16111
|
+
watch(
|
|
16112
|
+
() => [width.value, tabs.value, containerEl.value],
|
|
16113
|
+
async () => {
|
|
16114
|
+
shouldHideIconsOnEllipsis.value = false;
|
|
16115
|
+
shouldHideIconsOnOverflow.value = false;
|
|
16116
|
+
await nextTick();
|
|
16117
|
+
updateTabMinWidths();
|
|
16118
|
+
shouldHideIconsOnEllipsis.value = anyItemHasEllipsis();
|
|
16119
|
+
shouldHideIconsOnOverflow.value = isOverflowing();
|
|
16120
|
+
},
|
|
16121
|
+
{ immediate: true }
|
|
16122
|
+
);
|
|
16123
|
+
const shouldHideIcons = computed(
|
|
16124
|
+
() => shouldHideIconsOnOverflow.value || shouldHideIconsOnEllipsis.value
|
|
16125
|
+
);
|
|
16126
|
+
return {
|
|
16127
|
+
shouldHideIcons,
|
|
16128
|
+
setItemEl,
|
|
16129
|
+
minTabWidth
|
|
16130
|
+
};
|
|
16131
|
+
};
|
|
16132
|
+
|
|
16133
|
+
const _hoisted_1$3 = { class: "kds-tab-bar-wrapper" };
|
|
16134
|
+
const _hoisted_2$2 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
|
|
16135
|
+
const _hoisted_3$2 = { class: "kds-tab-label" };
|
|
16136
|
+
const _hoisted_4$1 = {
|
|
16137
|
+
key: 1,
|
|
16138
|
+
class: "kds-tab-indicator"
|
|
16139
|
+
};
|
|
16140
|
+
const MIN_TAB_WIDTH_TOKEN = "--kds-dimension-component-width-4x";
|
|
16141
|
+
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
16142
|
+
__name: "KdsTabBar",
|
|
16143
|
+
props: /* @__PURE__ */ mergeModels({
|
|
16144
|
+
tabs: {},
|
|
16145
|
+
size: { default: "small" },
|
|
16146
|
+
fullWidth: { type: Boolean, default: false },
|
|
16147
|
+
disabled: { type: Boolean, default: false }
|
|
16148
|
+
}, {
|
|
16149
|
+
"modelValue": { required: false },
|
|
16150
|
+
"modelModifiers": {}
|
|
16151
|
+
}),
|
|
16152
|
+
emits: ["update:modelValue"],
|
|
16153
|
+
setup(__props) {
|
|
16154
|
+
useCssVars((_ctx) => ({
|
|
16155
|
+
"v6a57ab00": minTabWidthCss
|
|
16156
|
+
}));
|
|
16157
|
+
const props = __props;
|
|
16158
|
+
const modelValue = useModel(__props, "modelValue");
|
|
16159
|
+
const tabEls = useTemplateRefsList();
|
|
16160
|
+
const getTabEl = (value) => {
|
|
16161
|
+
const idx = props.tabs.findIndex((t) => t.value === value);
|
|
16162
|
+
return tabEls.value[idx];
|
|
16163
|
+
};
|
|
16164
|
+
const isTabDisabled = (tab) => props.disabled || tab.disabled;
|
|
16165
|
+
const selectTab = (tab) => {
|
|
16166
|
+
if (!isTabDisabled(tab) && modelValue.value !== tab.value) {
|
|
16167
|
+
modelValue.value = tab.value;
|
|
16168
|
+
}
|
|
16169
|
+
};
|
|
16170
|
+
const getEnabledTabs = () => props.tabs.filter((tab) => !isTabDisabled(tab));
|
|
16171
|
+
const focusAndSelect = (tab) => {
|
|
16172
|
+
selectTab(tab);
|
|
16173
|
+
getTabEl(tab.value)?.focus();
|
|
16174
|
+
};
|
|
16175
|
+
const handleKeydown = (event, currentTab) => {
|
|
16176
|
+
const enabledTabs = getEnabledTabs();
|
|
16177
|
+
const currentIndex = enabledTabs.findIndex(
|
|
16178
|
+
(tab) => tab.value === currentTab.value
|
|
16179
|
+
);
|
|
16180
|
+
switch (event.key) {
|
|
16181
|
+
case "ArrowLeft": {
|
|
16182
|
+
event.preventDefault();
|
|
16183
|
+
const prevIndex = currentIndex > 0 ? currentIndex - 1 : enabledTabs.length - 1;
|
|
16184
|
+
focusAndSelect(enabledTabs[prevIndex]);
|
|
16185
|
+
break;
|
|
16186
|
+
}
|
|
16187
|
+
case "ArrowRight": {
|
|
16188
|
+
event.preventDefault();
|
|
16189
|
+
const nextIndex = currentIndex < enabledTabs.length - 1 ? currentIndex + 1 : 0;
|
|
16190
|
+
focusAndSelect(enabledTabs[nextIndex]);
|
|
16191
|
+
break;
|
|
16192
|
+
}
|
|
16193
|
+
case "Home":
|
|
16194
|
+
event.preventDefault();
|
|
16195
|
+
focusAndSelect(enabledTabs[0]);
|
|
16196
|
+
break;
|
|
16197
|
+
case "End":
|
|
16198
|
+
event.preventDefault();
|
|
16199
|
+
focusAndSelect(enabledTabs[enabledTabs.length - 1]);
|
|
16200
|
+
break;
|
|
16201
|
+
}
|
|
16202
|
+
};
|
|
16203
|
+
const availableWidthContainer = useTemplateRef(
|
|
16204
|
+
"availableWidthContainer"
|
|
16205
|
+
);
|
|
16206
|
+
const { width } = useElementSize(availableWidthContainer);
|
|
16207
|
+
const { shouldHideIcons, setItemEl, minTabWidth } = useTabBarAdaptiveLayout({
|
|
16208
|
+
width,
|
|
16209
|
+
tabs: toRef(props, "tabs"),
|
|
16210
|
+
containerEl: availableWidthContainer,
|
|
16211
|
+
fullWidth: toRef(props, "fullWidth"),
|
|
16212
|
+
minTabWidth: MIN_TAB_WIDTH_TOKEN
|
|
16213
|
+
});
|
|
16214
|
+
const minTabWidthCss = `var(${minTabWidth})`;
|
|
16215
|
+
const tabBarClass = computed(() => ({
|
|
16216
|
+
"kds-tab-bar": true,
|
|
16217
|
+
[`kds-tab-bar-${props.size}`]: true,
|
|
16218
|
+
"kds-tab-bar-full-width": props.fullWidth
|
|
16219
|
+
}));
|
|
16220
|
+
const focusableTabValue = computed(() => {
|
|
16221
|
+
const enabledTabs = getEnabledTabs();
|
|
16222
|
+
const selectedIsEnabled = enabledTabs.some(
|
|
16223
|
+
(tab) => tab.value === modelValue.value
|
|
16224
|
+
);
|
|
16225
|
+
if (selectedIsEnabled) {
|
|
16226
|
+
return modelValue.value;
|
|
16227
|
+
}
|
|
16228
|
+
return enabledTabs[0]?.value ?? null;
|
|
16229
|
+
});
|
|
16230
|
+
const truncatedTabs = ref(/* @__PURE__ */ new Set());
|
|
16231
|
+
watch(
|
|
16232
|
+
() => [width.value, shouldHideIcons.value, props.tabs],
|
|
16233
|
+
async () => {
|
|
16234
|
+
await nextTick();
|
|
16235
|
+
const newSet = /* @__PURE__ */ new Set();
|
|
16236
|
+
for (let i = 0; i < props.tabs.length; i++) {
|
|
16237
|
+
const el = tabEls.value[i];
|
|
16238
|
+
const label = el?.querySelector(".kds-tab-label");
|
|
16239
|
+
if (elementOverflowsHorizontally(label)) {
|
|
16240
|
+
newSet.add(props.tabs[i].value);
|
|
16241
|
+
}
|
|
16242
|
+
}
|
|
16243
|
+
truncatedTabs.value = newSet;
|
|
16244
|
+
},
|
|
16245
|
+
{ immediate: true }
|
|
16246
|
+
);
|
|
16247
|
+
const getTabTitle = (tab) => truncatedTabs.value.has(tab.value) ? tab.title ?? tab.label : void 0;
|
|
16248
|
+
watch(
|
|
16249
|
+
() => [props.tabs, props.disabled, modelValue.value],
|
|
16250
|
+
() => {
|
|
16251
|
+
const enabledTabs = getEnabledTabs();
|
|
16252
|
+
const isCurrentSelectionValid = enabledTabs.some(
|
|
16253
|
+
(tab) => tab.value === modelValue.value
|
|
16254
|
+
);
|
|
16255
|
+
if (!isCurrentSelectionValid) {
|
|
16256
|
+
const firstEnabled = enabledTabs[0];
|
|
16257
|
+
if (firstEnabled) {
|
|
16258
|
+
modelValue.value = firstEnabled.value;
|
|
16259
|
+
}
|
|
16260
|
+
}
|
|
16261
|
+
},
|
|
16262
|
+
{ immediate: true }
|
|
16263
|
+
);
|
|
16264
|
+
return (_ctx, _cache) => {
|
|
16265
|
+
return openBlock(), createElementBlock("div", _hoisted_1$3, [
|
|
16266
|
+
createElementVNode("div", {
|
|
16267
|
+
ref_key: "availableWidthContainer",
|
|
16268
|
+
ref: availableWidthContainer,
|
|
16269
|
+
class: normalizeClass(tabBarClass.value),
|
|
16270
|
+
role: "tablist"
|
|
16271
|
+
}, [
|
|
16272
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.tabs, (tab) => {
|
|
16273
|
+
return openBlock(), createElementBlock("button", {
|
|
16274
|
+
id: tab.id,
|
|
16275
|
+
key: tab.value,
|
|
16276
|
+
ref_for: true,
|
|
16277
|
+
ref: (el) => {
|
|
16278
|
+
unref(tabEls).set(el);
|
|
16279
|
+
unref(setItemEl)(tab.value, el);
|
|
16280
|
+
},
|
|
16281
|
+
type: "button",
|
|
16282
|
+
role: "tab",
|
|
16283
|
+
title: getTabTitle(tab),
|
|
16284
|
+
"aria-selected": modelValue.value === tab.value,
|
|
16285
|
+
"aria-controls": tab.panelId,
|
|
16286
|
+
tabindex: focusableTabValue.value === tab.value ? 0 : -1,
|
|
16287
|
+
disabled: isTabDisabled(tab),
|
|
16288
|
+
class: normalizeClass({
|
|
16289
|
+
"kds-tab": true,
|
|
16290
|
+
"kds-tab-selected": modelValue.value === tab.value
|
|
16291
|
+
}),
|
|
16292
|
+
onClick: ($event) => selectTab(tab),
|
|
16293
|
+
onKeydown: ($event) => handleKeydown($event, tab)
|
|
16294
|
+
}, [
|
|
16295
|
+
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$4, {
|
|
16296
|
+
key: 0,
|
|
16297
|
+
accessory: tab.accessory,
|
|
16298
|
+
"icon-size": props.size === "large" ? "large" : "medium",
|
|
16299
|
+
disabled: isTabDisabled(tab)
|
|
16300
|
+
}, null, 8, ["accessory", "icon-size", "disabled"])) : createCommentVNode("", true),
|
|
16301
|
+
createElementVNode("span", _hoisted_3$2, toDisplayString(tab.label), 1),
|
|
16302
|
+
modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$1)) : createCommentVNode("", true)
|
|
16303
|
+
], 42, _hoisted_2$2);
|
|
16304
|
+
}), 128))
|
|
16305
|
+
], 2)
|
|
16306
|
+
]);
|
|
16307
|
+
};
|
|
16308
|
+
}
|
|
16309
|
+
});
|
|
16310
|
+
|
|
16311
|
+
const KdsTabBar = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["__scopeId", "data-v-5cb2cbc0"]]);
|
|
16312
|
+
|
|
16313
|
+
const kdsTabBarSize = {
|
|
16314
|
+
SMALL: "small",
|
|
16315
|
+
LARGE: "large"
|
|
16316
|
+
};
|
|
16317
|
+
const kdsTabBarSizes = Object.values(kdsTabBarSize);
|
|
16318
|
+
|
|
16001
16319
|
const createUnwrappedPromise = () => {
|
|
16002
16320
|
let resolve = () => {
|
|
16003
16321
|
};
|
|
@@ -16083,7 +16401,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
16083
16401
|
size: "medium"
|
|
16084
16402
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
16085
16403
|
createElementVNode("div", _hoisted_2$1, toDisplayString(props.headline), 1),
|
|
16086
|
-
createVNode(_sfc_main$
|
|
16404
|
+
createVNode(_sfc_main$P, {
|
|
16087
16405
|
"leading-icon": "x-close",
|
|
16088
16406
|
variant: "transparent",
|
|
16089
16407
|
size: "medium",
|
|
@@ -16356,7 +16674,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16356
16674
|
unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
16357
16675
|
createElementVNode("div", _hoisted_2, toDisplayString(unref(config).value.message), 1),
|
|
16358
16676
|
unref(config).value.doNotAskAgain ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
16359
|
-
createVNode(_sfc_main$
|
|
16677
|
+
createVNode(_sfc_main$A, {
|
|
16360
16678
|
modelValue: askAgain.value,
|
|
16361
16679
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => askAgain.value = $event),
|
|
16362
16680
|
label: unref(config).value.doNotAskAgain.label,
|
|
@@ -16371,7 +16689,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16371
16689
|
name: "footer",
|
|
16372
16690
|
fn: withCtx(() => [
|
|
16373
16691
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(config).value.buttons, (button, index) => {
|
|
16374
|
-
return openBlock(), createBlock(_sfc_main$
|
|
16692
|
+
return openBlock(), createBlock(_sfc_main$P, {
|
|
16375
16693
|
key: index,
|
|
16376
16694
|
destructive: button.destructive,
|
|
16377
16695
|
autofocus: button.autofocus,
|
|
@@ -16403,5 +16721,5 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16403
16721
|
|
|
16404
16722
|
const KdsDynamicModalProvider = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["__scopeId", "data-v-41fc8d84"]]);
|
|
16405
16723
|
|
|
16406
|
-
export { KdsAvatar, KdsBadge, _sfc_main$
|
|
16724
|
+
export { KdsAvatar, KdsBadge, _sfc_main$P as KdsButton, KdsCardClickable, _sfc_main$A as KdsCheckbox, KdsCheckboxGroup, _sfc_main$q as KdsColorInput, KdsColorSwatch, KdsDataType, _sfc_main$m as KdsDateInput, _sfc_main$k as KdsDateTimeFormatInput, _sfc_main$d as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, KdsLabel, _sfc_main$O as KdsLinkButton, KdsLiveStatus, KdsLoadingSpinner, KdsMenuButton, KdsModal, KdsModalLayout, _sfc_main$a as KdsMultiSelectDropdown, _sfc_main$j as KdsNumberInput, _sfc_main$p as KdsPasswordInput, _sfc_main$i as KdsPatternInput, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsSearchInput, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$N as KdsToggleButton, _sfc_main$o as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
|
|
16407
16725
|
//# sourceMappingURL=index.js.map
|