@knime/kds-components 0.28.9 → 0.28.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +915 -0
- package/dist/{copy-DAYm6-mo.js → copy-D43FaHi-.js} +2 -2
- package/dist/copy-D43FaHi-.js.map +1 -0
- package/dist/duplicate-Mtq886XD.js +23 -0
- package/dist/duplicate-Mtq886XD.js.map +1 -0
- package/dist/folder-move-6L5NfoIs.js +23 -0
- package/dist/folder-move-6L5NfoIs.js.map +1 -0
- package/dist/index.css +166 -0
- package/dist/index.js +488 -455
- package/dist/index.js.map +1 -1
- package/dist/linked-component-BOb5aj87.js +23 -0
- package/dist/linked-component-BOb5aj87.js.map +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/overlays/Modal/KdsModal.vue.d.ts +1 -1
- package/dist/src/richText/Description/KdsDescription.vue.d.ts +7 -0
- package/dist/src/richText/Description/KdsDescription.vue.d.ts.map +1 -0
- package/dist/src/richText/Description/index.d.ts +2 -0
- package/dist/src/richText/Description/index.d.ts.map +1 -0
- package/dist/src/richText/index.d.ts +3 -0
- package/dist/src/richText/index.d.ts.map +1 -0
- package/package.json +4 -3
- package/dist/copy-DAYm6-mo.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -9,14 +9,14 @@ import './index.css';const kdsAvatarSize = {
|
|
|
9
9
|
};
|
|
10
10
|
const kdsAvatarSizes = Object.values(kdsAvatarSize);
|
|
11
11
|
|
|
12
|
-
const _hoisted_1$
|
|
13
|
-
const _hoisted_2$
|
|
12
|
+
const _hoisted_1$11 = ["role", "title", "aria-hidden", "aria-label", "data-color"];
|
|
13
|
+
const _hoisted_2$D = ["src"];
|
|
14
14
|
const _hoisted_3$t = {
|
|
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$1B = /* @__PURE__ */ defineComponent({
|
|
20
20
|
__name: "KdsAvatar",
|
|
21
21
|
props: {
|
|
22
22
|
initials: {},
|
|
@@ -80,10 +80,10 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
|
|
|
80
80
|
alt: "",
|
|
81
81
|
"aria-hidden": "true",
|
|
82
82
|
onError: onImageError
|
|
83
|
-
}, null, 40, _hoisted_2$
|
|
83
|
+
}, null, 40, _hoisted_2$D)) : (openBlock(), createElementBlock("div", _hoisted_3$t, [
|
|
84
84
|
createElementVNode("span", null, toDisplayString(displayedInitials.value), 1)
|
|
85
85
|
]))
|
|
86
|
-
], 10, _hoisted_1$
|
|
86
|
+
], 10, _hoisted_1$11);
|
|
87
87
|
};
|
|
88
88
|
}
|
|
89
89
|
});
|
|
@@ -96,16 +96,16 @@ const _export_sfc = (sfc, props) => {
|
|
|
96
96
|
return target;
|
|
97
97
|
};
|
|
98
98
|
|
|
99
|
-
const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
99
|
+
const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["__scopeId", "data-v-9e1a5abe"]]);
|
|
100
100
|
|
|
101
|
-
const _hoisted_1
|
|
102
|
-
const _hoisted_2$
|
|
101
|
+
const _hoisted_1$10 = ["aria-label"];
|
|
102
|
+
const _hoisted_2$C = { class: "avatars" };
|
|
103
103
|
const _hoisted_3$s = {
|
|
104
104
|
key: 0,
|
|
105
105
|
class: "more-count",
|
|
106
106
|
"aria-hidden": "true"
|
|
107
107
|
};
|
|
108
|
-
const _sfc_main$
|
|
108
|
+
const _sfc_main$1A = /* @__PURE__ */ defineComponent({
|
|
109
109
|
__name: "KdsAvatarCounter",
|
|
110
110
|
props: {
|
|
111
111
|
moreCount: { default: 0 },
|
|
@@ -125,7 +125,7 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
|
125
125
|
role: "group",
|
|
126
126
|
"aria-label": ariaLabel.value
|
|
127
127
|
}, [
|
|
128
|
-
createElementVNode("div", _hoisted_2$
|
|
128
|
+
createElementVNode("div", _hoisted_2$C, [
|
|
129
129
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.avatars, (avatar, index) => {
|
|
130
130
|
return openBlock(), createBlock(KdsAvatar, {
|
|
131
131
|
key: index,
|
|
@@ -140,12 +140,12 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
|
140
140
|
}), 128))
|
|
141
141
|
]),
|
|
142
142
|
__props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$s, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
|
|
143
|
-
], 8, _hoisted_1
|
|
143
|
+
], 8, _hoisted_1$10);
|
|
144
144
|
};
|
|
145
145
|
}
|
|
146
146
|
});
|
|
147
147
|
|
|
148
|
-
const KdsAvatarCounter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
148
|
+
const KdsAvatarCounter = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["__scopeId", "data-v-1aef516d"]]);
|
|
149
149
|
|
|
150
150
|
const __variableDynamicImportRuntimeHelper = (glob$1, path$13, segs) => {
|
|
151
151
|
const v = glob$1[path$13];
|
|
@@ -171,7 +171,7 @@ function useIcon({
|
|
|
171
171
|
return;
|
|
172
172
|
}
|
|
173
173
|
status.value = "loading";
|
|
174
|
-
__variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/auto-configure.svg": () => import('./auto-configure-BU7AIhL7.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cell-renderer.svg": () => import('./cell-renderer-DGnkQWTq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-unchecked.svg": () => import('./circle-unchecked-DOoOn6iz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/collection.svg": () => import('./collection-BBXRVj4b.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/column-width.svg": () => import('./column-width-Cjb-6nqI.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-DAYm6-mo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-browse.svg": () => import('./db-browse-BJj19qUq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-CyCrPzu-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-fetch.svg": () => import('./db-fetch-CJMHzQp5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-search.svg": () => import('./folder-search-DDOYg0f6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/hide-eye.svg": () => import('./hide-eye-BrIKmBWt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/menu.svg": () => import('./menu-BSS_QnZi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/path-separator.svg": () => import('./path-separator-DRnUilGA.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pin.svg": () => import('./pin-B6vKBZDp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/python.svg": () => import('./python-Bn3ET_9Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table-statistics.svg": () => import('./table-statistics-y-P6EXGX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/tag.svg": () => import('./tag-_fZiuJaC.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/template-gallery.svg": () => import('./template-gallery-BtXi4GHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/text.svg": () => import('./text-DFu-L62Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/textstyles.svg": () => import('./textstyles-j0GQtKYE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-down.svg": () => import('./thumbs-down-CiozrdIW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-up.svg": () => import('./thumbs-up-E4uRtjhi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/time.svg": () => import('./time-DU80J5X8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-bottom.svg": () => import('./to-bottom-B8wat1Dk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-top.svg": () => import('./to-top-CCAfU4xz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trash.svg": () => import('./trash-Dq5FHwNO.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trigger.svg": () => import('./trigger-Qns9VYQG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/underline.svg": () => import('./underline-CDZcVZHB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/undo.svg": () => import('./undo-CnghWcXK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/unlink.svg": () => import('./unlink-CL0kTZX2.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/usage.svg": () => import('./usage-827uIQyn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
|
|
174
|
+
__variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/auto-configure.svg": () => import('./auto-configure-BU7AIhL7.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cell-renderer.svg": () => import('./cell-renderer-DGnkQWTq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-unchecked.svg": () => import('./circle-unchecked-DOoOn6iz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/collection.svg": () => import('./collection-BBXRVj4b.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/column-width.svg": () => import('./column-width-Cjb-6nqI.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-D43FaHi-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-browse.svg": () => import('./db-browse-BJj19qUq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-CyCrPzu-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-fetch.svg": () => import('./db-fetch-CJMHzQp5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duplicate.svg": () => import('./duplicate-Mtq886XD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-move.svg": () => import('./folder-move-6L5NfoIs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-search.svg": () => import('./folder-search-DDOYg0f6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/hide-eye.svg": () => import('./hide-eye-BrIKmBWt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-component.svg": () => import('./linked-component-BOb5aj87.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/menu.svg": () => import('./menu-BSS_QnZi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/path-separator.svg": () => import('./path-separator-DRnUilGA.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pin.svg": () => import('./pin-B6vKBZDp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/python.svg": () => import('./python-Bn3ET_9Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table-statistics.svg": () => import('./table-statistics-y-P6EXGX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/tag.svg": () => import('./tag-_fZiuJaC.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/template-gallery.svg": () => import('./template-gallery-BtXi4GHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/text.svg": () => import('./text-DFu-L62Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/textstyles.svg": () => import('./textstyles-j0GQtKYE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-down.svg": () => import('./thumbs-down-CiozrdIW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-up.svg": () => import('./thumbs-up-E4uRtjhi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/time.svg": () => import('./time-DU80J5X8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-bottom.svg": () => import('./to-bottom-B8wat1Dk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-top.svg": () => import('./to-top-CCAfU4xz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trash.svg": () => import('./trash-Dq5FHwNO.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trigger.svg": () => import('./trigger-Qns9VYQG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/underline.svg": () => import('./underline-CDZcVZHB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/undo.svg": () => import('./undo-CnghWcXK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/unlink.svg": () => import('./unlink-CL0kTZX2.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/usage.svg": () => import('./usage-827uIQyn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
|
|
175
175
|
const component = markRaw(module.default);
|
|
176
176
|
iconCache.set(newName, component);
|
|
177
177
|
if (name.value !== newName) {
|
|
@@ -202,7 +202,7 @@ function useIcon({
|
|
|
202
202
|
};
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
const _sfc_main$
|
|
205
|
+
const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
206
206
|
__name: "KdsIcon",
|
|
207
207
|
props: {
|
|
208
208
|
name: {},
|
|
@@ -232,7 +232,7 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
|
|
|
232
232
|
}
|
|
233
233
|
});
|
|
234
234
|
|
|
235
|
-
const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
235
|
+
const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-bff4f419"]]);
|
|
236
236
|
|
|
237
237
|
const ID_TO_ICON_MAP = {
|
|
238
238
|
// Flow Variables
|
|
@@ -380,6 +380,7 @@ const iconNames = [
|
|
|
380
380
|
"deploy",
|
|
381
381
|
"detect",
|
|
382
382
|
"divider",
|
|
383
|
+
"duplicate",
|
|
383
384
|
"duration",
|
|
384
385
|
"edit",
|
|
385
386
|
"education",
|
|
@@ -399,6 +400,7 @@ const iconNames = [
|
|
|
399
400
|
"flow-variable-in-out",
|
|
400
401
|
"flow-variable-in",
|
|
401
402
|
"flow-variable-out",
|
|
403
|
+
"folder-move",
|
|
402
404
|
"folder-plus",
|
|
403
405
|
"folder-search",
|
|
404
406
|
"folder-workflow",
|
|
@@ -417,6 +419,7 @@ const iconNames = [
|
|
|
417
419
|
"like",
|
|
418
420
|
"limit",
|
|
419
421
|
"link",
|
|
422
|
+
"linked-component",
|
|
420
423
|
"linked-metanode",
|
|
421
424
|
"list-bulletpoint",
|
|
422
425
|
"list-number",
|
|
@@ -575,8 +578,8 @@ const kdsDataTypeSize = {
|
|
|
575
578
|
};
|
|
576
579
|
const kdsDataTypeSizes = Object.values(kdsDataTypeSize);
|
|
577
580
|
|
|
578
|
-
const _hoisted_1
|
|
579
|
-
const _sfc_main$
|
|
581
|
+
const _hoisted_1$$ = ["title"];
|
|
582
|
+
const _sfc_main$1y = /* @__PURE__ */ defineComponent({
|
|
580
583
|
__name: "KdsDataType",
|
|
581
584
|
props: {
|
|
582
585
|
iconName: { default: "unknown-datatype" },
|
|
@@ -617,12 +620,12 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
|
617
620
|
"aria-hidden": "true",
|
|
618
621
|
focusable: "false"
|
|
619
622
|
}, null, 8, ["class"]))
|
|
620
|
-
], 10, _hoisted_1
|
|
623
|
+
], 10, _hoisted_1$$);
|
|
621
624
|
};
|
|
622
625
|
}
|
|
623
626
|
});
|
|
624
627
|
|
|
625
|
-
const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
628
|
+
const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__scopeId", "data-v-38e9537f"]]);
|
|
626
629
|
|
|
627
630
|
const kdsBadgeVariant = {
|
|
628
631
|
NEUTRAL: "neutral",
|
|
@@ -639,8 +642,8 @@ const kdsBadgeSize = {
|
|
|
639
642
|
};
|
|
640
643
|
const kdsBadgeSizes = Object.values(kdsBadgeSize);
|
|
641
644
|
|
|
642
|
-
const _hoisted_1$
|
|
643
|
-
const _sfc_main$
|
|
645
|
+
const _hoisted_1$_ = { class: "label-wrapper" };
|
|
646
|
+
const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
644
647
|
__name: "KdsBadge",
|
|
645
648
|
props: {
|
|
646
649
|
label: {},
|
|
@@ -662,13 +665,13 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
662
665
|
name: __props.leadingIcon,
|
|
663
666
|
size: sizeToIconSize[__props.size]
|
|
664
667
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true),
|
|
665
|
-
createElementVNode("span", _hoisted_1$
|
|
668
|
+
createElementVNode("span", _hoisted_1$_, toDisplayString(__props.label), 1)
|
|
666
669
|
], 2);
|
|
667
670
|
};
|
|
668
671
|
}
|
|
669
672
|
});
|
|
670
673
|
|
|
671
|
-
const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
674
|
+
const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-df64f7cf"]]);
|
|
672
675
|
|
|
673
676
|
const kdsColorSwatchType = {
|
|
674
677
|
LEARNER: "learner",
|
|
@@ -687,14 +690,14 @@ const kdsColorSwatchSize = {
|
|
|
687
690
|
};
|
|
688
691
|
const kdsColorSwatchSizes = Object.values(kdsColorSwatchSize);
|
|
689
692
|
|
|
690
|
-
const _hoisted_1$
|
|
693
|
+
const _hoisted_1$Z = ["role", "title", "aria-hidden", "aria-label"];
|
|
691
694
|
const RGBA_SHORT_HEX_LENGTH = 4;
|
|
692
695
|
const RGBA_LONG_HEX_LENGTH = 8;
|
|
693
696
|
const ALPHA_NIBBLE_INDEX = 3;
|
|
694
697
|
const ALPHA_BYTE_START = 6;
|
|
695
698
|
const RGB_SHORT_HEX_LENGTH = 3;
|
|
696
699
|
const RGB_LONG_HEX_LENGTH = 6;
|
|
697
|
-
const _sfc_main$
|
|
700
|
+
const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
698
701
|
__name: "KdsColorSwatch",
|
|
699
702
|
props: {
|
|
700
703
|
color: {},
|
|
@@ -769,12 +772,12 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
|
769
772
|
style: normalizeStyle(swatchStyle.value),
|
|
770
773
|
"aria-hidden": hasTitle.value ? void 0 : "true",
|
|
771
774
|
"aria-label": hasTitle.value ? accessibleTitle.value : void 0
|
|
772
|
-
}, null, 14, _hoisted_1$
|
|
775
|
+
}, null, 14, _hoisted_1$Z);
|
|
773
776
|
};
|
|
774
777
|
}
|
|
775
778
|
});
|
|
776
779
|
|
|
777
|
-
const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
780
|
+
const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-91e0130d"]]);
|
|
778
781
|
|
|
779
782
|
const kdsDarkModeType = {
|
|
780
783
|
LIGHT: "light",
|
|
@@ -894,9 +897,9 @@ function useKdsIsTruncated(elementRef) {
|
|
|
894
897
|
return { isTruncated };
|
|
895
898
|
}
|
|
896
899
|
|
|
897
|
-
const _hoisted_1$
|
|
898
|
-
const _hoisted_2$
|
|
899
|
-
const _sfc_main$
|
|
900
|
+
const _hoisted_1$Y = ["title", "aria-label"];
|
|
901
|
+
const _hoisted_2$B = ["title"];
|
|
902
|
+
const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
900
903
|
__name: "KdsLiveStatus",
|
|
901
904
|
props: {
|
|
902
905
|
status: { default: "red" },
|
|
@@ -925,13 +928,13 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
|
925
928
|
ref: labelEl,
|
|
926
929
|
class: "label",
|
|
927
930
|
title: unref(isTruncated) ? __props.label : void 0
|
|
928
|
-
}, toDisplayString(__props.label), 9, _hoisted_2$
|
|
929
|
-
], 10, _hoisted_1$
|
|
931
|
+
}, toDisplayString(__props.label), 9, _hoisted_2$B)) : createCommentVNode("", true)
|
|
932
|
+
], 10, _hoisted_1$Y);
|
|
930
933
|
};
|
|
931
934
|
}
|
|
932
935
|
});
|
|
933
936
|
|
|
934
|
-
const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
937
|
+
const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-01555495"]]);
|
|
935
938
|
|
|
936
939
|
const kdsLiveStatusStatus = {
|
|
937
940
|
RED: "red",
|
|
@@ -947,8 +950,8 @@ const kdsLiveStatusSize = {
|
|
|
947
950
|
};
|
|
948
951
|
const kdsLiveStatusSizes = Object.values(kdsLiveStatusSize);
|
|
949
952
|
|
|
950
|
-
const _hoisted_1$
|
|
951
|
-
const _sfc_main$
|
|
953
|
+
const _hoisted_1$X = ["data-style"];
|
|
954
|
+
const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
952
955
|
__name: "KdsLoadingSpinner",
|
|
953
956
|
props: {
|
|
954
957
|
size: { default: "medium" },
|
|
@@ -973,12 +976,12 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
|
973
976
|
cy: "60",
|
|
974
977
|
r: "50"
|
|
975
978
|
}, null, -1)
|
|
976
|
-
])], 10, _hoisted_1$
|
|
979
|
+
])], 10, _hoisted_1$X);
|
|
977
980
|
};
|
|
978
981
|
}
|
|
979
982
|
});
|
|
980
983
|
|
|
981
|
-
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
984
|
+
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__scopeId", "data-v-54835dc0"]]);
|
|
982
985
|
|
|
983
986
|
const kdsLoadingSpinnerVariant = {
|
|
984
987
|
ON_PRIMARY: "onPrimary",
|
|
@@ -988,14 +991,14 @@ const kdsLoadingSpinnerVariants = Object.values(
|
|
|
988
991
|
kdsLoadingSpinnerVariant
|
|
989
992
|
);
|
|
990
993
|
|
|
991
|
-
const _hoisted_1$
|
|
992
|
-
const _hoisted_2$
|
|
994
|
+
const _hoisted_1$W = ["role"];
|
|
995
|
+
const _hoisted_2$A = { class: "header" };
|
|
993
996
|
const _hoisted_3$r = { class: "headline" };
|
|
994
997
|
const _hoisted_4$n = {
|
|
995
998
|
key: 0,
|
|
996
999
|
class: "body"
|
|
997
1000
|
};
|
|
998
|
-
const _sfc_main$
|
|
1001
|
+
const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
999
1002
|
__name: "KdsInlineMessage",
|
|
1000
1003
|
props: {
|
|
1001
1004
|
headline: {},
|
|
@@ -1026,7 +1029,7 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
|
|
|
1026
1029
|
class: normalizeClass(classes.value),
|
|
1027
1030
|
role: role.value
|
|
1028
1031
|
}, [
|
|
1029
|
-
createElementVNode("div", _hoisted_2$
|
|
1032
|
+
createElementVNode("div", _hoisted_2$A, [
|
|
1030
1033
|
createVNode(KdsIcon, {
|
|
1031
1034
|
class: "icon",
|
|
1032
1035
|
name: iconName.value,
|
|
@@ -1035,12 +1038,12 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
|
|
|
1035
1038
|
createElementVNode("div", _hoisted_3$r, toDisplayString(props.headline), 1)
|
|
1036
1039
|
]),
|
|
1037
1040
|
props.description ? (openBlock(), createElementBlock("div", _hoisted_4$n, toDisplayString(props.description), 1)) : createCommentVNode("", true)
|
|
1038
|
-
], 10, _hoisted_1$
|
|
1041
|
+
], 10, _hoisted_1$W);
|
|
1039
1042
|
};
|
|
1040
1043
|
}
|
|
1041
1044
|
});
|
|
1042
1045
|
|
|
1043
|
-
const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1046
|
+
const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-af14056f"]]);
|
|
1044
1047
|
|
|
1045
1048
|
const kdsInlineMessageVariant = {
|
|
1046
1049
|
ERROR: "error",
|
|
@@ -1050,7 +1053,7 @@ const kdsInlineMessageVariant = {
|
|
|
1050
1053
|
};
|
|
1051
1054
|
const kdsInlineMessageVariants = Object.values(kdsInlineMessageVariant);
|
|
1052
1055
|
|
|
1053
|
-
const _sfc_main$
|
|
1056
|
+
const _sfc_main$1s = /* @__PURE__ */ defineComponent({
|
|
1054
1057
|
__name: "KdsMissingValueIcon",
|
|
1055
1058
|
props: {
|
|
1056
1059
|
size: {}
|
|
@@ -1066,10 +1069,10 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
|
1066
1069
|
}
|
|
1067
1070
|
});
|
|
1068
1071
|
|
|
1069
|
-
const KdsMissingValueIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1072
|
+
const KdsMissingValueIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["__scopeId", "data-v-df682150"]]);
|
|
1070
1073
|
|
|
1071
|
-
const _hoisted_1$
|
|
1072
|
-
const _hoisted_2$
|
|
1074
|
+
const _hoisted_1$V = { class: "donut-container" };
|
|
1075
|
+
const _hoisted_2$z = ["height", "width", "viewBox"];
|
|
1073
1076
|
const _hoisted_3$q = ["r", "stroke-width"];
|
|
1074
1077
|
const _hoisted_4$m = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1075
1078
|
const _hoisted_5$c = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
@@ -1084,7 +1087,7 @@ const _hoisted_8$3 = {
|
|
|
1084
1087
|
};
|
|
1085
1088
|
const radius = 22;
|
|
1086
1089
|
const innerRadius = 10;
|
|
1087
|
-
const _sfc_main$
|
|
1090
|
+
const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
1088
1091
|
__name: "KdsDonutChart",
|
|
1089
1092
|
props: {
|
|
1090
1093
|
value: {},
|
|
@@ -1128,7 +1131,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
1128
1131
|
const transformWedge = computed(() => `rotate(-90, ${radius}, ${radius})`);
|
|
1129
1132
|
const disabled = computed(() => !Number.isFinite(__props.maxValue));
|
|
1130
1133
|
return (_ctx, _cache) => {
|
|
1131
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1134
|
+
return openBlock(), createElementBlock("div", _hoisted_1$V, [
|
|
1132
1135
|
(openBlock(), createElementBlock("svg", {
|
|
1133
1136
|
height: diameter.value,
|
|
1134
1137
|
width: diameter.value,
|
|
@@ -1167,7 +1170,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
1167
1170
|
fill: "transparent",
|
|
1168
1171
|
transform: transformWedge.value
|
|
1169
1172
|
}, null, 10, _hoisted_5$c)) : createCommentVNode("", true)
|
|
1170
|
-
], 8, _hoisted_2$
|
|
1173
|
+
], 8, _hoisted_2$z)),
|
|
1171
1174
|
__props.title ? (openBlock(), createElementBlock("div", _hoisted_6$a, [
|
|
1172
1175
|
createElementVNode("div", _hoisted_7$3, toDisplayString(__props.title), 1),
|
|
1173
1176
|
__props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$3, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
|
|
@@ -1177,22 +1180,22 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
1177
1180
|
}
|
|
1178
1181
|
});
|
|
1179
1182
|
|
|
1180
|
-
const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1183
|
+
const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__scopeId", "data-v-f5faf61c"]]);
|
|
1181
1184
|
|
|
1182
|
-
const _sfc_main$
|
|
1185
|
+
const _sfc_main$1q = { };
|
|
1183
1186
|
|
|
1184
|
-
const _hoisted_1$
|
|
1187
|
+
const _hoisted_1$U = { class: "kds-divider" };
|
|
1185
1188
|
|
|
1186
1189
|
function _sfc_render(_ctx, _cache) {
|
|
1187
|
-
return (openBlock(), createElementBlock("hr", _hoisted_1$
|
|
1190
|
+
return (openBlock(), createElementBlock("hr", _hoisted_1$U))
|
|
1188
1191
|
}
|
|
1189
|
-
const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
1192
|
+
const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$1q, [['render',_sfc_render],['__scopeId',"data-v-4d059bd3"]]);
|
|
1190
1193
|
|
|
1191
|
-
const _hoisted_1$
|
|
1194
|
+
const _hoisted_1$T = {
|
|
1192
1195
|
key: 0,
|
|
1193
1196
|
class: "label"
|
|
1194
1197
|
};
|
|
1195
|
-
const _sfc_main$
|
|
1198
|
+
const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
1196
1199
|
__name: "BaseButton",
|
|
1197
1200
|
props: {
|
|
1198
1201
|
dataTestId: {},
|
|
@@ -1256,7 +1259,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
1256
1259
|
size: iconSize.value
|
|
1257
1260
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true)
|
|
1258
1261
|
], true),
|
|
1259
|
-
props.label ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
1262
|
+
props.label ? (openBlock(), createElementBlock("span", _hoisted_1$T, toDisplayString(props.label), 1)) : createCommentVNode("", true),
|
|
1260
1263
|
props.trailingIcon && props.label ? (openBlock(), createBlock(KdsIcon, {
|
|
1261
1264
|
key: 1,
|
|
1262
1265
|
name: props.trailingIcon,
|
|
@@ -1269,9 +1272,9 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
1269
1272
|
}
|
|
1270
1273
|
});
|
|
1271
1274
|
|
|
1272
|
-
const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1275
|
+
const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-190ac311"]]);
|
|
1273
1276
|
|
|
1274
|
-
const _sfc_main$
|
|
1277
|
+
const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
1275
1278
|
__name: "KdsButton",
|
|
1276
1279
|
props: {
|
|
1277
1280
|
dataTestId: {},
|
|
@@ -1337,7 +1340,7 @@ function isExternalUrl(url) {
|
|
|
1337
1340
|
return true;
|
|
1338
1341
|
}
|
|
1339
1342
|
|
|
1340
|
-
const _sfc_main$
|
|
1343
|
+
const _sfc_main$1n = /* @__PURE__ */ defineComponent({
|
|
1341
1344
|
__name: "KdsLinkButton",
|
|
1342
1345
|
props: {
|
|
1343
1346
|
dataTestId: {},
|
|
@@ -1567,12 +1570,12 @@ function prettyBytes(number, options) {
|
|
|
1567
1570
|
return applyFixedWidth(result, options.fixedWidth);
|
|
1568
1571
|
}
|
|
1569
1572
|
|
|
1570
|
-
const _hoisted_1$
|
|
1571
|
-
const _hoisted_2$
|
|
1573
|
+
const _hoisted_1$S = { class: "label" };
|
|
1574
|
+
const _hoisted_2$y = {
|
|
1572
1575
|
key: 1,
|
|
1573
1576
|
class: "file-size"
|
|
1574
1577
|
};
|
|
1575
|
-
const _sfc_main$
|
|
1578
|
+
const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
1576
1579
|
__name: "KdsLink",
|
|
1577
1580
|
props: {
|
|
1578
1581
|
to: {},
|
|
@@ -1662,13 +1665,13 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
1662
1665
|
onClick
|
|
1663
1666
|
}, {
|
|
1664
1667
|
default: withCtx(() => [
|
|
1665
|
-
createElementVNode("span", _hoisted_1$
|
|
1668
|
+
createElementVNode("span", _hoisted_1$S, toDisplayString(__props.label), 1),
|
|
1666
1669
|
variant.value === "external" ? (openBlock(), createBlock(KdsIcon, {
|
|
1667
1670
|
key: 0,
|
|
1668
1671
|
name: "external-link",
|
|
1669
1672
|
size: "xsmall"
|
|
1670
1673
|
})) : createCommentVNode("", true),
|
|
1671
|
-
normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
1674
|
+
normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$y, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
|
|
1672
1675
|
]),
|
|
1673
1676
|
_: 1
|
|
1674
1677
|
}, 8, ["class", "to", "download", "target", "rel", "title", "aria-disabled"]);
|
|
@@ -1676,9 +1679,9 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
1676
1679
|
}
|
|
1677
1680
|
});
|
|
1678
1681
|
|
|
1679
|
-
const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1682
|
+
const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__scopeId", "data-v-56e748a8"]]);
|
|
1680
1683
|
|
|
1681
|
-
const _sfc_main$
|
|
1684
|
+
const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
1682
1685
|
__name: "KdsToggleButton",
|
|
1683
1686
|
props: /* @__PURE__ */ mergeModels({
|
|
1684
1687
|
dataTestId: {},
|
|
@@ -1715,9 +1718,9 @@ const kdsToggleButtonVariant = {
|
|
|
1715
1718
|
};
|
|
1716
1719
|
const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
|
|
1717
1720
|
|
|
1718
|
-
const _hoisted_1$
|
|
1719
|
-
const _hoisted_2$
|
|
1720
|
-
const _sfc_main$
|
|
1721
|
+
const _hoisted_1$R = ["data-visible"];
|
|
1722
|
+
const _hoisted_2$x = ["data-visible"];
|
|
1723
|
+
const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
1721
1724
|
__name: "KdsProgressButton",
|
|
1722
1725
|
props: /* @__PURE__ */ mergeModels({
|
|
1723
1726
|
dataTestId: {},
|
|
@@ -1779,7 +1782,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
1779
1782
|
name: props.leadingIcon,
|
|
1780
1783
|
size: iconSize.value
|
|
1781
1784
|
}, null, 8, ["name", "size"])
|
|
1782
|
-
], 8, _hoisted_1$
|
|
1785
|
+
], 8, _hoisted_1$R),
|
|
1783
1786
|
createElementVNode("span", {
|
|
1784
1787
|
class: "spinner",
|
|
1785
1788
|
"data-visible": state.value === "progress"
|
|
@@ -1788,7 +1791,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
1788
1791
|
size: iconSize.value,
|
|
1789
1792
|
variant: __props.variant === "filled" ? "onPrimary" : "onSurface"
|
|
1790
1793
|
}, null, 8, ["size", "variant"])
|
|
1791
|
-
], 8, _hoisted_2$
|
|
1794
|
+
], 8, _hoisted_2$x)
|
|
1792
1795
|
], 2)
|
|
1793
1796
|
]),
|
|
1794
1797
|
_: 1
|
|
@@ -1797,7 +1800,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
1797
1800
|
}
|
|
1798
1801
|
});
|
|
1799
1802
|
|
|
1800
|
-
const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1803
|
+
const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["__scopeId", "data-v-d38d7ade"]]);
|
|
1801
1804
|
|
|
1802
1805
|
const kdsProgressButtonState = {
|
|
1803
1806
|
DEFAULT: "default",
|
|
@@ -2021,7 +2024,7 @@ const useStableItemIds = (options) => {
|
|
|
2021
2024
|
return { itemsWithPrefix, idPrefix, toUnprefixedId };
|
|
2022
2025
|
};
|
|
2023
2026
|
|
|
2024
|
-
const _sfc_main$
|
|
2027
|
+
const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
2025
2028
|
__name: "ListItemAccessory",
|
|
2026
2029
|
props: {
|
|
2027
2030
|
accessory: {},
|
|
@@ -2067,8 +2070,8 @@ const kdsListItemAccessorySize = {
|
|
|
2067
2070
|
LARGE: "large"
|
|
2068
2071
|
};
|
|
2069
2072
|
|
|
2070
|
-
const _hoisted_1$
|
|
2071
|
-
const _hoisted_2$
|
|
2073
|
+
const _hoisted_1$Q = ["id", "role", "aria-selected", "aria-disabled"];
|
|
2074
|
+
const _hoisted_2$w = {
|
|
2072
2075
|
key: 0,
|
|
2073
2076
|
class: "accessory"
|
|
2074
2077
|
};
|
|
@@ -2088,7 +2091,7 @@ const _hoisted_9$2 = {
|
|
|
2088
2091
|
key: 3,
|
|
2089
2092
|
class: "trailing-item-reserve-space"
|
|
2090
2093
|
};
|
|
2091
|
-
const _sfc_main$
|
|
2094
|
+
const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
2092
2095
|
__name: "KdsListItem",
|
|
2093
2096
|
props: {
|
|
2094
2097
|
id: {},
|
|
@@ -2146,8 +2149,8 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
2146
2149
|
]),
|
|
2147
2150
|
onClick
|
|
2148
2151
|
}, [
|
|
2149
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2150
|
-
createVNode(_sfc_main$
|
|
2152
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$w, [
|
|
2153
|
+
createVNode(_sfc_main$1j, {
|
|
2151
2154
|
accessory: props.accessory,
|
|
2152
2155
|
size: accessorySize.value,
|
|
2153
2156
|
disabled: __props.disabled
|
|
@@ -2187,20 +2190,20 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
2187
2190
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
2188
2191
|
!props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_9$2)) : createCommentVNode("", true)
|
|
2189
2192
|
])
|
|
2190
|
-
], 10, _hoisted_1$
|
|
2193
|
+
], 10, _hoisted_1$Q);
|
|
2191
2194
|
};
|
|
2192
2195
|
}
|
|
2193
2196
|
});
|
|
2194
2197
|
|
|
2195
|
-
const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2198
|
+
const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-a3d6c86f"]]);
|
|
2196
2199
|
|
|
2197
|
-
const _hoisted_1$
|
|
2198
|
-
const _hoisted_2$
|
|
2200
|
+
const _hoisted_1$P = { class: "kds-list-item-section-title" };
|
|
2201
|
+
const _hoisted_2$v = {
|
|
2199
2202
|
key: 0,
|
|
2200
2203
|
class: "icon"
|
|
2201
2204
|
};
|
|
2202
2205
|
const _hoisted_3$o = ["title"];
|
|
2203
|
-
const _sfc_main$
|
|
2206
|
+
const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
2204
2207
|
__name: "ListItemSectionTitle",
|
|
2205
2208
|
props: {
|
|
2206
2209
|
label: {},
|
|
@@ -2211,8 +2214,8 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
2211
2214
|
const labelEl = useTemplateRef("labelEl");
|
|
2212
2215
|
const { isTruncated } = useKdsIsTruncated(labelEl);
|
|
2213
2216
|
return (_ctx, _cache) => {
|
|
2214
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2215
|
-
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2217
|
+
return openBlock(), createElementBlock("div", _hoisted_1$P, [
|
|
2218
|
+
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$v, [
|
|
2216
2219
|
createVNode(KdsIcon, {
|
|
2217
2220
|
name: props.leadingIcon,
|
|
2218
2221
|
size: "small"
|
|
@@ -2229,9 +2232,9 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
2229
2232
|
}
|
|
2230
2233
|
});
|
|
2231
2234
|
|
|
2232
|
-
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2235
|
+
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-5eeb1226"]]);
|
|
2233
2236
|
|
|
2234
|
-
const _sfc_main$
|
|
2237
|
+
const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
2235
2238
|
__name: "KdsMenuItem",
|
|
2236
2239
|
props: {
|
|
2237
2240
|
item: {},
|
|
@@ -2372,10 +2375,10 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
2372
2375
|
}
|
|
2373
2376
|
});
|
|
2374
2377
|
|
|
2375
|
-
const KdsMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2378
|
+
const KdsMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-677d6ca6"]]);
|
|
2376
2379
|
|
|
2377
|
-
const _hoisted_1$
|
|
2378
|
-
const _sfc_main$
|
|
2380
|
+
const _hoisted_1$O = ["id", "aria-label", "aria-activedescendant"];
|
|
2381
|
+
const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
2379
2382
|
__name: "KdsMenuContainer",
|
|
2380
2383
|
props: {
|
|
2381
2384
|
id: {},
|
|
@@ -2478,12 +2481,12 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
2478
2481
|
onClick: ($event) => handleItemInteraction(item, $event)
|
|
2479
2482
|
}, null, 8, ["item", "is-last", "active-id", "variant", "onClick"]);
|
|
2480
2483
|
}), 128))
|
|
2481
|
-
], 12, _hoisted_1$
|
|
2484
|
+
], 12, _hoisted_1$O);
|
|
2482
2485
|
};
|
|
2483
2486
|
}
|
|
2484
2487
|
});
|
|
2485
2488
|
|
|
2486
|
-
const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2489
|
+
const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-cce3fc40"]]);
|
|
2487
2490
|
|
|
2488
2491
|
const kdsPopoverPlacement = {
|
|
2489
2492
|
TOP_LEFT: "top-left",
|
|
@@ -2505,12 +2508,12 @@ const kdsPopoverType = {
|
|
|
2505
2508
|
};
|
|
2506
2509
|
const kdsPopoverTypes = Object.values(kdsPopoverType);
|
|
2507
2510
|
|
|
2508
|
-
const _hoisted_1$
|
|
2509
|
-
const _hoisted_2$
|
|
2511
|
+
const _hoisted_1$N = ["id", "popover", "role"];
|
|
2512
|
+
const _hoisted_2$u = {
|
|
2510
2513
|
key: 0,
|
|
2511
2514
|
class: "kds-popover-default-content"
|
|
2512
2515
|
};
|
|
2513
|
-
const _sfc_main$
|
|
2516
|
+
const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
2514
2517
|
__name: "KdsPopover",
|
|
2515
2518
|
props: /* @__PURE__ */ mergeModels({
|
|
2516
2519
|
role: {},
|
|
@@ -2568,21 +2571,21 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
2568
2571
|
onToggle
|
|
2569
2572
|
}, [
|
|
2570
2573
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
2571
|
-
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
2574
|
+
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$u, toDisplayString(props.content), 1)) : createCommentVNode("", true)
|
|
2572
2575
|
], true)
|
|
2573
|
-
], 46, _hoisted_1$
|
|
2576
|
+
], 46, _hoisted_1$N);
|
|
2574
2577
|
};
|
|
2575
2578
|
}
|
|
2576
2579
|
});
|
|
2577
2580
|
|
|
2578
|
-
const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2581
|
+
const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-1e5f9d24"]]);
|
|
2579
2582
|
|
|
2580
2583
|
const KdsPopover$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2581
2584
|
__proto__: null,
|
|
2582
2585
|
default: KdsPopover
|
|
2583
2586
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2584
2587
|
|
|
2585
|
-
const _sfc_main$
|
|
2588
|
+
const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
2586
2589
|
...{
|
|
2587
2590
|
inheritAttrs: false
|
|
2588
2591
|
},
|
|
@@ -2636,7 +2639,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
2636
2639
|
__expose({ menuButtonEl });
|
|
2637
2640
|
return (_ctx, _cache) => {
|
|
2638
2641
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
2639
|
-
createVNode(_sfc_main$
|
|
2642
|
+
createVNode(_sfc_main$1l, mergeProps({
|
|
2640
2643
|
ref: "menuButton",
|
|
2641
2644
|
modelValue: isMenuOpen.value,
|
|
2642
2645
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = $event)
|
|
@@ -2669,7 +2672,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
2669
2672
|
}
|
|
2670
2673
|
});
|
|
2671
2674
|
|
|
2672
|
-
const _sfc_main$
|
|
2675
|
+
const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
2673
2676
|
__name: "KdsSplitButton",
|
|
2674
2677
|
props: {
|
|
2675
2678
|
dataTestId: {},
|
|
@@ -2757,7 +2760,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
2757
2760
|
}
|
|
2758
2761
|
});
|
|
2759
2762
|
|
|
2760
|
-
const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2763
|
+
const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-8f48b87a"]]);
|
|
2761
2764
|
|
|
2762
2765
|
const kdsButtonSize = {
|
|
2763
2766
|
XSMALL: "xsmall",
|
|
@@ -2773,8 +2776,8 @@ const kdsButtonVariant = {
|
|
|
2773
2776
|
};
|
|
2774
2777
|
const kdsButtonVariants = Object.values(kdsButtonVariant);
|
|
2775
2778
|
|
|
2776
|
-
const _hoisted_1$
|
|
2777
|
-
const _hoisted_2$
|
|
2779
|
+
const _hoisted_1$M = ["aria-disabled"];
|
|
2780
|
+
const _hoisted_2$t = { class: "kds-empty-state-headline" };
|
|
2778
2781
|
const _hoisted_3$n = {
|
|
2779
2782
|
key: 1,
|
|
2780
2783
|
class: "kds-empty-state-description"
|
|
@@ -2783,7 +2786,7 @@ const _hoisted_4$k = {
|
|
|
2783
2786
|
key: 2,
|
|
2784
2787
|
class: "kds-empty-state-action"
|
|
2785
2788
|
};
|
|
2786
|
-
const _sfc_main$
|
|
2789
|
+
const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
2787
2790
|
__name: "KdsEmptyState",
|
|
2788
2791
|
props: {
|
|
2789
2792
|
headline: {},
|
|
@@ -2801,13 +2804,13 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
|
2801
2804
|
() => props.button && "to" in props.button && props.button.to !== void 0
|
|
2802
2805
|
);
|
|
2803
2806
|
const buttonComponent = computed(
|
|
2804
|
-
() => isLinkButton.value ? _sfc_main$
|
|
2807
|
+
() => isLinkButton.value ? _sfc_main$1n : _sfc_main$1o
|
|
2805
2808
|
);
|
|
2806
2809
|
const isSecondaryLinkButton = computed(
|
|
2807
2810
|
() => props.secondaryButton && "to" in props.secondaryButton && props.secondaryButton.to !== void 0
|
|
2808
2811
|
);
|
|
2809
2812
|
const secondaryButtonComponent = computed(
|
|
2810
|
-
() => isSecondaryLinkButton.value ? _sfc_main$
|
|
2813
|
+
() => isSecondaryLinkButton.value ? _sfc_main$1n : _sfc_main$1o
|
|
2811
2814
|
);
|
|
2812
2815
|
return (_ctx, _cache) => {
|
|
2813
2816
|
return openBlock(), createElementBlock("div", {
|
|
@@ -2821,7 +2824,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
|
2821
2824
|
variant: "onSurface",
|
|
2822
2825
|
"aria-hidden": "true"
|
|
2823
2826
|
})) : createCommentVNode("", true),
|
|
2824
|
-
createElementVNode("p", _hoisted_2$
|
|
2827
|
+
createElementVNode("p", _hoisted_2$t, toDisplayString(props.headline), 1),
|
|
2825
2828
|
props.description ? (openBlock(), createElementBlock("p", _hoisted_3$n, toDisplayString(props.description), 1)) : createCommentVNode("", true),
|
|
2826
2829
|
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$k, [
|
|
2827
2830
|
(openBlock(), createBlock(resolveDynamicComponent(buttonComponent.value), mergeProps(props.button, {
|
|
@@ -2833,16 +2836,16 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
|
2833
2836
|
onClick: _cache[1] || (_cache[1] = ($event) => !__props.disabled && emit("secondaryButtonClick", $event))
|
|
2834
2837
|
}), null, 16, ["disabled"])) : createCommentVNode("", true)
|
|
2835
2838
|
])) : createCommentVNode("", true)
|
|
2836
|
-
], 10, _hoisted_1$
|
|
2839
|
+
], 10, _hoisted_1$M);
|
|
2837
2840
|
};
|
|
2838
2841
|
}
|
|
2839
2842
|
});
|
|
2840
2843
|
|
|
2841
|
-
const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2844
|
+
const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-e913660a"]]);
|
|
2842
2845
|
|
|
2843
|
-
const _hoisted_1$
|
|
2846
|
+
const _hoisted_1$L = ["aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
|
|
2844
2847
|
const loadingStateText = "Loading entries";
|
|
2845
|
-
const _sfc_main$
|
|
2848
|
+
const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
2846
2849
|
__name: "KdsListContainer",
|
|
2847
2850
|
props: {
|
|
2848
2851
|
possibleValues: {},
|
|
@@ -2965,19 +2968,19 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
2965
2968
|
"loading-spinner": __props.loading
|
|
2966
2969
|
}, null, 8, ["headline", "loading-spinner"])
|
|
2967
2970
|
])) : createCommentVNode("", true)
|
|
2968
|
-
], 16, _hoisted_1$
|
|
2971
|
+
], 16, _hoisted_1$L);
|
|
2969
2972
|
};
|
|
2970
2973
|
}
|
|
2971
2974
|
});
|
|
2972
2975
|
|
|
2973
|
-
const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2976
|
+
const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-118706ad"]]);
|
|
2974
2977
|
|
|
2975
2978
|
const KdsListContainer$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2976
2979
|
__proto__: null,
|
|
2977
2980
|
default: KdsListContainer
|
|
2978
2981
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2979
2982
|
|
|
2980
|
-
const _sfc_main$
|
|
2983
|
+
const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
2981
2984
|
...{ inheritAttrs: false },
|
|
2982
2985
|
__name: "KdsMenu",
|
|
2983
2986
|
props: {
|
|
@@ -3066,7 +3069,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
3066
3069
|
}
|
|
3067
3070
|
});
|
|
3068
3071
|
|
|
3069
|
-
const _sfc_main$
|
|
3072
|
+
const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
3070
3073
|
...{ inheritAttrs: false },
|
|
3071
3074
|
__name: "KdsContextMenu",
|
|
3072
3075
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -3126,14 +3129,14 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
3126
3129
|
}
|
|
3127
3130
|
});
|
|
3128
3131
|
|
|
3129
|
-
const _hoisted_1$
|
|
3130
|
-
const _hoisted_2$
|
|
3132
|
+
const _hoisted_1$K = { class: "kds-preview-list" };
|
|
3133
|
+
const _hoisted_2$s = { class: "kds-preview-list-title-row" };
|
|
3131
3134
|
const _hoisted_3$m = { class: "kds-preview-list-content" };
|
|
3132
3135
|
const _hoisted_4$j = { class: "kds-preview-list-headline" };
|
|
3133
3136
|
const _hoisted_5$a = ["aria-label"];
|
|
3134
3137
|
const _hoisted_6$8 = { class: "kds-preview-list-show-hide" };
|
|
3135
3138
|
const DEFAULT_MAX_VISIBLE_ITEMS = 6;
|
|
3136
|
-
const _sfc_main$
|
|
3139
|
+
const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
3137
3140
|
__name: "KdsPreviewList",
|
|
3138
3141
|
props: /* @__PURE__ */ mergeModels({
|
|
3139
3142
|
headline: {},
|
|
@@ -3167,8 +3170,8 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
3167
3170
|
})
|
|
3168
3171
|
);
|
|
3169
3172
|
return (_ctx, _cache) => {
|
|
3170
|
-
return openBlock(), createElementBlock("section", _hoisted_1$
|
|
3171
|
-
createElementVNode("header", _hoisted_2$
|
|
3173
|
+
return openBlock(), createElementBlock("section", _hoisted_1$K, [
|
|
3174
|
+
createElementVNode("header", _hoisted_2$s, [
|
|
3172
3175
|
__props.loading && !expanded.value ? (openBlock(), createBlock(KdsLoadingSpinner, {
|
|
3173
3176
|
key: 0,
|
|
3174
3177
|
size: "small",
|
|
@@ -3181,7 +3184,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
3181
3184
|
createElementVNode("div", _hoisted_3$m, [
|
|
3182
3185
|
createElementVNode("span", _hoisted_4$j, toDisplayString(props.headline), 1)
|
|
3183
3186
|
]),
|
|
3184
|
-
__props.trailingButton ? (openBlock(), createBlock(_sfc_main$
|
|
3187
|
+
__props.trailingButton ? (openBlock(), createBlock(_sfc_main$1o, normalizeProps(mergeProps({ key: 2 }, trailingButtonProps.value)), null, 16)) : createCommentVNode("", true)
|
|
3185
3188
|
]),
|
|
3186
3189
|
withDirectives(createElementVNode("div", {
|
|
3187
3190
|
id: bodyId,
|
|
@@ -3219,7 +3222,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
3219
3222
|
[vShow, expanded.value]
|
|
3220
3223
|
]),
|
|
3221
3224
|
createElementVNode("footer", _hoisted_6$8, [
|
|
3222
|
-
createVNode(_sfc_main$
|
|
3225
|
+
createVNode(_sfc_main$1o, {
|
|
3223
3226
|
class: "kds-preview-list-toggle",
|
|
3224
3227
|
label: expanded.value ? "Hide all" : "Show all",
|
|
3225
3228
|
"trailing-icon": expanded.value ? "chevron-up" : "chevron-down",
|
|
@@ -3235,11 +3238,11 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
3235
3238
|
}
|
|
3236
3239
|
});
|
|
3237
3240
|
|
|
3238
|
-
const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3241
|
+
const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-a11103f6"]]);
|
|
3239
3242
|
|
|
3240
|
-
const _hoisted_1$
|
|
3241
|
-
const _hoisted_2$
|
|
3242
|
-
const _sfc_main$
|
|
3243
|
+
const _hoisted_1$J = { class: "kds-label-wrapper" };
|
|
3244
|
+
const _hoisted_2$r = ["id", "for", "title"];
|
|
3245
|
+
const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
3243
3246
|
__name: "KdsLabel",
|
|
3244
3247
|
props: {
|
|
3245
3248
|
label: {},
|
|
@@ -3256,7 +3259,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
3256
3259
|
const labelEl = useTemplateRef("labelEl");
|
|
3257
3260
|
const { isTruncated } = useKdsIsTruncated(labelEl);
|
|
3258
3261
|
return (_ctx, _cache) => {
|
|
3259
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3262
|
+
return openBlock(), createElementBlock("div", _hoisted_1$J, [
|
|
3260
3263
|
createElementVNode("label", {
|
|
3261
3264
|
id: props.id,
|
|
3262
3265
|
ref_key: "labelEl",
|
|
@@ -3264,7 +3267,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
3264
3267
|
for: props.for,
|
|
3265
3268
|
class: "label",
|
|
3266
3269
|
title: unref(isTruncated) ? props.label : void 0
|
|
3267
|
-
}, toDisplayString(props.label), 9, _hoisted_2$
|
|
3270
|
+
}, toDisplayString(props.label), 9, _hoisted_2$r),
|
|
3268
3271
|
props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
|
|
3269
3272
|
key: 0,
|
|
3270
3273
|
content: props.description,
|
|
@@ -3275,11 +3278,11 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
3275
3278
|
}
|
|
3276
3279
|
});
|
|
3277
3280
|
|
|
3278
|
-
const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3281
|
+
const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-efe3313e"]]);
|
|
3279
3282
|
|
|
3280
|
-
const _hoisted_1$
|
|
3281
|
-
const _hoisted_2$
|
|
3282
|
-
const _sfc_main$
|
|
3283
|
+
const _hoisted_1$I = ["id"];
|
|
3284
|
+
const _hoisted_2$q = { class: "subtext-text" };
|
|
3285
|
+
const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
3283
3286
|
__name: "KdsSubText",
|
|
3284
3287
|
props: {
|
|
3285
3288
|
id: {},
|
|
@@ -3310,16 +3313,16 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
3310
3313
|
variant: "onSurface",
|
|
3311
3314
|
"aria-hidden": "true"
|
|
3312
3315
|
})) : createCommentVNode("", true),
|
|
3313
|
-
createElementVNode("span", _hoisted_2$
|
|
3314
|
-
], 10, _hoisted_1$
|
|
3316
|
+
createElementVNode("span", _hoisted_2$q, toDisplayString(props.subText), 1)
|
|
3317
|
+
], 10, _hoisted_1$I)) : createCommentVNode("", true);
|
|
3315
3318
|
};
|
|
3316
3319
|
}
|
|
3317
3320
|
});
|
|
3318
3321
|
|
|
3319
|
-
const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3322
|
+
const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-2e6ba10c"]]);
|
|
3320
3323
|
|
|
3321
|
-
const _hoisted_1$
|
|
3322
|
-
const _hoisted_2$
|
|
3324
|
+
const _hoisted_1$H = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
|
|
3325
|
+
const _hoisted_2$p = { class: "control" };
|
|
3323
3326
|
const _hoisted_3$l = {
|
|
3324
3327
|
key: 0,
|
|
3325
3328
|
class: "content"
|
|
@@ -3330,7 +3333,7 @@ const _hoisted_6$7 = {
|
|
|
3330
3333
|
key: 0,
|
|
3331
3334
|
class: "subtext-wrapper"
|
|
3332
3335
|
};
|
|
3333
|
-
const _sfc_main$
|
|
3336
|
+
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
3334
3337
|
__name: "BaseCheckbox",
|
|
3335
3338
|
props: /* @__PURE__ */ mergeModels({
|
|
3336
3339
|
disabled: { type: Boolean, default: false },
|
|
@@ -3403,7 +3406,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
3403
3406
|
role: "checkbox",
|
|
3404
3407
|
onClick: handleClick
|
|
3405
3408
|
}, [
|
|
3406
|
-
createElementVNode("div", _hoisted_2$
|
|
3409
|
+
createElementVNode("div", _hoisted_2$p, [
|
|
3407
3410
|
icon.value ? (openBlock(), createBlock(KdsIcon, {
|
|
3408
3411
|
key: 0,
|
|
3409
3412
|
name: icon.value,
|
|
@@ -3419,7 +3422,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
3419
3422
|
class: "helper-text"
|
|
3420
3423
|
}, toDisplayString(props.helperText), 9, _hoisted_5$9)) : createCommentVNode("", true)
|
|
3421
3424
|
])) : createCommentVNode("", true)
|
|
3422
|
-
], 10, _hoisted_1$
|
|
3425
|
+
], 10, _hoisted_1$H),
|
|
3423
3426
|
props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
|
|
3424
3427
|
createVNode(KdsSubText, {
|
|
3425
3428
|
id: unref(descriptionId),
|
|
@@ -3433,9 +3436,9 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
3433
3436
|
}
|
|
3434
3437
|
});
|
|
3435
3438
|
|
|
3436
|
-
const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3439
|
+
const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-7bfc5667"]]);
|
|
3437
3440
|
|
|
3438
|
-
const _sfc_main$
|
|
3441
|
+
const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
3439
3442
|
__name: "KdsCheckbox",
|
|
3440
3443
|
props: /* @__PURE__ */ mergeModels({
|
|
3441
3444
|
disabled: { type: Boolean, default: false },
|
|
@@ -3465,11 +3468,11 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
3465
3468
|
}
|
|
3466
3469
|
});
|
|
3467
3470
|
|
|
3468
|
-
const _hoisted_1$
|
|
3469
|
-
const _hoisted_2$
|
|
3471
|
+
const _hoisted_1$G = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
|
|
3472
|
+
const _hoisted_2$o = ["id"];
|
|
3470
3473
|
const _hoisted_3$k = ["title"];
|
|
3471
3474
|
const _hoisted_4$h = { class: "kds-fieldset-content" };
|
|
3472
|
-
const _sfc_main$
|
|
3475
|
+
const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
3473
3476
|
__name: "BaseFieldsetWrapper",
|
|
3474
3477
|
props: {
|
|
3475
3478
|
id: {},
|
|
@@ -3521,7 +3524,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
3521
3524
|
content: props.description,
|
|
3522
3525
|
hidden: !isHovered.value
|
|
3523
3526
|
}, null, 8, ["content", "hidden"])) : createCommentVNode("", true)
|
|
3524
|
-
], 8, _hoisted_2$
|
|
3527
|
+
], 8, _hoisted_2$o)) : createCommentVNode("", true),
|
|
3525
3528
|
createElementVNode("div", _hoisted_4$h, [
|
|
3526
3529
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
3527
3530
|
]),
|
|
@@ -3532,14 +3535,14 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
3532
3535
|
validating: props.validating,
|
|
3533
3536
|
"preserve-sub-text-space": props.preserveSubTextSpace
|
|
3534
3537
|
}, null, 8, ["id", "sub-text", "error", "validating", "preserve-sub-text-space"])
|
|
3535
|
-
], 40, _hoisted_1$
|
|
3538
|
+
], 40, _hoisted_1$G);
|
|
3536
3539
|
};
|
|
3537
3540
|
}
|
|
3538
3541
|
});
|
|
3539
3542
|
|
|
3540
|
-
const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3543
|
+
const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-a44731da"]]);
|
|
3541
3544
|
|
|
3542
|
-
const _sfc_main$
|
|
3545
|
+
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
3543
3546
|
__name: "KdsCheckboxGroup",
|
|
3544
3547
|
props: /* @__PURE__ */ mergeModels({
|
|
3545
3548
|
id: {},
|
|
@@ -3618,7 +3621,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
3618
3621
|
}
|
|
3619
3622
|
});
|
|
3620
3623
|
|
|
3621
|
-
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3624
|
+
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-c6536296"]]);
|
|
3622
3625
|
|
|
3623
3626
|
const kdsCheckboxGroupAlignment = {
|
|
3624
3627
|
VERTICAL: "vertical",
|
|
@@ -3634,8 +3637,8 @@ const kdsCheckboxValue = {
|
|
|
3634
3637
|
};
|
|
3635
3638
|
const kdsCheckboxValues = Object.values(kdsCheckboxValue);
|
|
3636
3639
|
|
|
3637
|
-
const _hoisted_1$
|
|
3638
|
-
const _hoisted_2$
|
|
3640
|
+
const _hoisted_1$F = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
|
|
3641
|
+
const _hoisted_2$n = { class: "control" };
|
|
3639
3642
|
const _hoisted_3$j = {
|
|
3640
3643
|
key: 0,
|
|
3641
3644
|
class: "dot",
|
|
@@ -3646,7 +3649,7 @@ const _hoisted_3$j = {
|
|
|
3646
3649
|
const _hoisted_4$g = { class: "content" };
|
|
3647
3650
|
const _hoisted_5$8 = { class: "label" };
|
|
3648
3651
|
const _hoisted_6$6 = ["id"];
|
|
3649
|
-
const _sfc_main
|
|
3652
|
+
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
3650
3653
|
__name: "KdsRadioButton",
|
|
3651
3654
|
props: /* @__PURE__ */ mergeModels({
|
|
3652
3655
|
text: {},
|
|
@@ -3686,7 +3689,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
3686
3689
|
type: "button",
|
|
3687
3690
|
onClick: handleClick
|
|
3688
3691
|
}, [
|
|
3689
|
-
createElementVNode("div", _hoisted_2$
|
|
3692
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
3690
3693
|
modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$j, [..._cache[0] || (_cache[0] = [
|
|
3691
3694
|
createElementVNode("circle", {
|
|
3692
3695
|
cx: "1",
|
|
@@ -3703,12 +3706,12 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
3703
3706
|
class: "helper-text"
|
|
3704
3707
|
}, toDisplayString(props.helperText), 9, _hoisted_6$6)) : createCommentVNode("", true)
|
|
3705
3708
|
])
|
|
3706
|
-
], 10, _hoisted_1$
|
|
3709
|
+
], 10, _hoisted_1$F);
|
|
3707
3710
|
};
|
|
3708
3711
|
}
|
|
3709
3712
|
});
|
|
3710
3713
|
|
|
3711
|
-
const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
3714
|
+
const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-f4f6392a"]]);
|
|
3712
3715
|
|
|
3713
3716
|
const useRadioSelection = ({
|
|
3714
3717
|
selectedId,
|
|
@@ -3830,7 +3833,7 @@ const useRadioSelection = ({
|
|
|
3830
3833
|
};
|
|
3831
3834
|
};
|
|
3832
3835
|
|
|
3833
|
-
const _sfc_main
|
|
3836
|
+
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
3834
3837
|
__name: "KdsRadioButtonGroup",
|
|
3835
3838
|
props: /* @__PURE__ */ mergeModels({
|
|
3836
3839
|
id: {},
|
|
@@ -3905,10 +3908,10 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
3905
3908
|
}
|
|
3906
3909
|
});
|
|
3907
3910
|
|
|
3908
|
-
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
3911
|
+
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-d78ed4a2"]]);
|
|
3909
3912
|
|
|
3910
|
-
const _hoisted_1$
|
|
3911
|
-
const _sfc_main$
|
|
3913
|
+
const _hoisted_1$E = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
|
|
3914
|
+
const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
3912
3915
|
__name: "ValueSwitchItem",
|
|
3913
3916
|
props: {
|
|
3914
3917
|
selected: { type: Boolean },
|
|
@@ -3958,12 +3961,12 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
3958
3961
|
name: props.trailingIcon,
|
|
3959
3962
|
size: __props.size
|
|
3960
3963
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true)
|
|
3961
|
-
], 10, _hoisted_1$
|
|
3964
|
+
], 10, _hoisted_1$E);
|
|
3962
3965
|
};
|
|
3963
3966
|
}
|
|
3964
3967
|
});
|
|
3965
3968
|
|
|
3966
|
-
const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3969
|
+
const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-5c6f0f1f"]]);
|
|
3967
3970
|
|
|
3968
3971
|
const useValueSwitchIconHiding = ({
|
|
3969
3972
|
width,
|
|
@@ -4014,7 +4017,7 @@ const useValueSwitchIconHiding = ({
|
|
|
4014
4017
|
};
|
|
4015
4018
|
};
|
|
4016
4019
|
|
|
4017
|
-
const _sfc_main$
|
|
4020
|
+
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
4018
4021
|
__name: "KdsValueSwitch",
|
|
4019
4022
|
props: /* @__PURE__ */ mergeModels({
|
|
4020
4023
|
id: {},
|
|
@@ -4103,7 +4106,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
4103
4106
|
}
|
|
4104
4107
|
});
|
|
4105
4108
|
|
|
4106
|
-
const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4109
|
+
const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-f6d51795"]]);
|
|
4107
4110
|
|
|
4108
4111
|
const kdsRadioButtonGroupAlignment = {
|
|
4109
4112
|
VERTICAL: "vertical",
|
|
@@ -4123,7 +4126,7 @@ const kdsValueSwitchVariant = {
|
|
|
4123
4126
|
};
|
|
4124
4127
|
const kdsValueSwitchVariants = Object.values(kdsValueSwitchVariant);
|
|
4125
4128
|
|
|
4126
|
-
const _sfc_main$
|
|
4129
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
4127
4130
|
__name: "BaseFormFieldWrapper",
|
|
4128
4131
|
props: {
|
|
4129
4132
|
id: {},
|
|
@@ -4175,7 +4178,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
4175
4178
|
}
|
|
4176
4179
|
});
|
|
4177
4180
|
|
|
4178
|
-
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4181
|
+
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-5d99c134"]]);
|
|
4179
4182
|
|
|
4180
4183
|
const MIN_SEGMENT_INDEX = 0;
|
|
4181
4184
|
const LARGE_STEP = 10;
|
|
@@ -4855,11 +4858,11 @@ const useInputSegments = (modelValue, getInputElement, configRef) => {
|
|
|
4855
4858
|
};
|
|
4856
4859
|
};
|
|
4857
4860
|
|
|
4858
|
-
const _hoisted_1$
|
|
4861
|
+
const _hoisted_1$D = {
|
|
4859
4862
|
key: 0,
|
|
4860
4863
|
class: "icon-wrapper leading"
|
|
4861
4864
|
};
|
|
4862
|
-
const _hoisted_2$
|
|
4865
|
+
const _hoisted_2$m = {
|
|
4863
4866
|
key: 1,
|
|
4864
4867
|
class: "leading-slot"
|
|
4865
4868
|
};
|
|
@@ -4873,7 +4876,7 @@ const _hoisted_6$5 = {
|
|
|
4873
4876
|
key: 5,
|
|
4874
4877
|
class: "icon-wrapper trailing"
|
|
4875
4878
|
};
|
|
4876
|
-
const _sfc_main$
|
|
4879
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
4877
4880
|
__name: "BaseInput",
|
|
4878
4881
|
props: /* @__PURE__ */ mergeModels({
|
|
4879
4882
|
id: {},
|
|
@@ -5024,13 +5027,13 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
5024
5027
|
}),
|
|
5025
5028
|
onClick: handleContainerClick
|
|
5026
5029
|
}, [
|
|
5027
|
-
props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5030
|
+
props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$D, [
|
|
5028
5031
|
props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
|
|
5029
5032
|
key: 0,
|
|
5030
5033
|
name: props.leadingIcon
|
|
5031
5034
|
}, null, 8, ["name"])) : createCommentVNode("", true)
|
|
5032
5035
|
])) : createCommentVNode("", true),
|
|
5033
|
-
_ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
5036
|
+
_ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$m, [
|
|
5034
5037
|
renderSlot(_ctx.$slots, "leading", {}, void 0, true)
|
|
5035
5038
|
])) : createCommentVNode("", true),
|
|
5036
5039
|
createElementVNode("input", {
|
|
@@ -5085,7 +5088,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
5085
5088
|
}),
|
|
5086
5089
|
"aria-disabled": __props.disabled || void 0
|
|
5087
5090
|
}, toDisplayString(props.unit), 11, _hoisted_4$f)) : createCommentVNode("", true),
|
|
5088
|
-
__props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$
|
|
5091
|
+
__props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1o, {
|
|
5089
5092
|
key: 3,
|
|
5090
5093
|
class: "clear-button",
|
|
5091
5094
|
size: "xsmall",
|
|
@@ -5108,7 +5111,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
5108
5111
|
}
|
|
5109
5112
|
});
|
|
5110
5113
|
|
|
5111
|
-
const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5114
|
+
const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-93daa14e"]]);
|
|
5112
5115
|
|
|
5113
5116
|
const usePointerHandler = (updateFromEvent) => {
|
|
5114
5117
|
const activePointerId = ref(null);
|
|
@@ -5281,7 +5284,7 @@ const createKdsNumberParser = (params) => {
|
|
|
5281
5284
|
|
|
5282
5285
|
const REPEAT_INITIAL_DELAY_MS = 400;
|
|
5283
5286
|
const REPEAT_INTERVAL_MS = 100;
|
|
5284
|
-
const _sfc_main$
|
|
5287
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
5285
5288
|
__name: "KdsNumberInput",
|
|
5286
5289
|
props: /* @__PURE__ */ mergeModels({
|
|
5287
5290
|
description: {},
|
|
@@ -5467,7 +5470,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
5467
5470
|
onBlur: handleBlur
|
|
5468
5471
|
}), {
|
|
5469
5472
|
trailing: withCtx(() => [
|
|
5470
|
-
createVNode(_sfc_main$
|
|
5473
|
+
createVNode(_sfc_main$1o, {
|
|
5471
5474
|
size: "xsmall",
|
|
5472
5475
|
variant: "outlined",
|
|
5473
5476
|
"leading-icon": "minus",
|
|
@@ -5479,7 +5482,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
5479
5482
|
onPointerleave: stopRepeating,
|
|
5480
5483
|
onPointercancel: stopRepeating
|
|
5481
5484
|
}, null, 8, ["ariaLabel", "disabled"]),
|
|
5482
|
-
createVNode(_sfc_main$
|
|
5485
|
+
createVNode(_sfc_main$1o, {
|
|
5483
5486
|
size: "xsmall",
|
|
5484
5487
|
variant: "outlined",
|
|
5485
5488
|
"leading-icon": "plus",
|
|
@@ -5501,7 +5504,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
5501
5504
|
}
|
|
5502
5505
|
});
|
|
5503
5506
|
|
|
5504
|
-
const _sfc_main$
|
|
5507
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
5505
5508
|
__name: "KdsTextInput",
|
|
5506
5509
|
props: /* @__PURE__ */ mergeModels({
|
|
5507
5510
|
description: {},
|
|
@@ -5671,7 +5674,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
5671
5674
|
}
|
|
5672
5675
|
});
|
|
5673
5676
|
|
|
5674
|
-
const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5677
|
+
const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-83f45d15"]]);
|
|
5675
5678
|
|
|
5676
5679
|
const HEX_RADIX = 16;
|
|
5677
5680
|
const RGB_MAX = 255;
|
|
@@ -5818,8 +5821,8 @@ const removeAlphaFromHexInput = (next) => {
|
|
|
5818
5821
|
return next;
|
|
5819
5822
|
};
|
|
5820
5823
|
|
|
5821
|
-
const _hoisted_1$
|
|
5822
|
-
const _sfc_main$
|
|
5824
|
+
const _hoisted_1$C = ["aria-label", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext"];
|
|
5825
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
5823
5826
|
__name: "ColorPickerSlider",
|
|
5824
5827
|
props: /* @__PURE__ */ mergeModels({
|
|
5825
5828
|
label: {},
|
|
@@ -5903,15 +5906,15 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
5903
5906
|
onKeydown: onKeyDown
|
|
5904
5907
|
}, [..._cache[5] || (_cache[5] = [
|
|
5905
5908
|
createElementVNode("div", { class: "handle" }, null, -1)
|
|
5906
|
-
])], 40, _hoisted_1$
|
|
5909
|
+
])], 40, _hoisted_1$C);
|
|
5907
5910
|
};
|
|
5908
5911
|
}
|
|
5909
5912
|
});
|
|
5910
5913
|
|
|
5911
|
-
const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5914
|
+
const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-f4be2bd4"]]);
|
|
5912
5915
|
|
|
5913
|
-
const _hoisted_1$
|
|
5914
|
-
const _hoisted_2$
|
|
5916
|
+
const _hoisted_1$B = { class: "kds-color-picker" };
|
|
5917
|
+
const _hoisted_2$l = ["aria-valuetext"];
|
|
5915
5918
|
const _hoisted_3$h = { class: "value-inputs" };
|
|
5916
5919
|
const DEFAULT_HUE_DEG = 270;
|
|
5917
5920
|
const DEFAULT_SATURATION = 0.8;
|
|
@@ -5926,7 +5929,7 @@ const KEYBOARD_LARGE_STEP = 0.1;
|
|
|
5926
5929
|
const HUE_KEYBOARD_STEP_DEG = 1;
|
|
5927
5930
|
const HUE_KEYBOARD_LARGE_STEP_DEG = 10;
|
|
5928
5931
|
const TO_BOTTOM_GRADIENT = "linear-gradient(to bottom, transparent, black)";
|
|
5929
|
-
const _sfc_main$
|
|
5932
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
5930
5933
|
__name: "ColorPicker",
|
|
5931
5934
|
props: {
|
|
5932
5935
|
"modelValue": { default: "" },
|
|
@@ -6074,7 +6077,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
6074
6077
|
}
|
|
6075
6078
|
};
|
|
6076
6079
|
return (_ctx, _cache) => {
|
|
6077
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6080
|
+
return openBlock(), createElementBlock("div", _hoisted_1$B, [
|
|
6078
6081
|
createElementVNode("div", {
|
|
6079
6082
|
ref_key: "colorspaceEl",
|
|
6080
6083
|
ref: colorspaceEl,
|
|
@@ -6102,7 +6105,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
6102
6105
|
class: "handle",
|
|
6103
6106
|
style: normalizeStyle(colorspaceHandleStyle.value)
|
|
6104
6107
|
}, null, 4)
|
|
6105
|
-
], 44, _hoisted_2$
|
|
6108
|
+
], 44, _hoisted_2$l),
|
|
6106
6109
|
createVNode(ColorPickerSlider, {
|
|
6107
6110
|
modelValue: hue.value,
|
|
6108
6111
|
"onUpdate:modelValue": [
|
|
@@ -6145,7 +6148,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
6145
6148
|
"onUpdate:modelValue": updateFromTextValue,
|
|
6146
6149
|
onFocusout: onHexInputFocusOut
|
|
6147
6150
|
}, null, 8, ["model-value"]),
|
|
6148
|
-
createVNode(_sfc_main$
|
|
6151
|
+
createVNode(_sfc_main$W, {
|
|
6149
6152
|
"model-value": alphaPercent.value,
|
|
6150
6153
|
ariaLabel: "Alpha percentage",
|
|
6151
6154
|
min: 0,
|
|
@@ -6160,7 +6163,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
6160
6163
|
}
|
|
6161
6164
|
});
|
|
6162
6165
|
|
|
6163
|
-
const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6166
|
+
const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-2daeaa68"]]);
|
|
6164
6167
|
|
|
6165
6168
|
const HEX_LENGTH_1 = 1;
|
|
6166
6169
|
const HEX_LENGTH_2 = 2;
|
|
@@ -6234,7 +6237,7 @@ const useColorInputValidationOnFocusOut = (modelValue) => {
|
|
|
6234
6237
|
return { handleFocusOut };
|
|
6235
6238
|
};
|
|
6236
6239
|
|
|
6237
|
-
const _sfc_main$
|
|
6240
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
6238
6241
|
__name: "KdsColorInput",
|
|
6239
6242
|
props: /* @__PURE__ */ mergeModels({
|
|
6240
6243
|
description: {},
|
|
@@ -6297,7 +6300,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
6297
6300
|
}, null, 8, ["color", "style"])
|
|
6298
6301
|
]),
|
|
6299
6302
|
trailing: withCtx(() => [
|
|
6300
|
-
createVNode(unref(_sfc_main$
|
|
6303
|
+
createVNode(unref(_sfc_main$1l), {
|
|
6301
6304
|
modelValue: open.value,
|
|
6302
6305
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
6303
6306
|
size: "xsmall",
|
|
@@ -6337,7 +6340,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
6337
6340
|
}
|
|
6338
6341
|
});
|
|
6339
6342
|
|
|
6340
|
-
const _sfc_main$
|
|
6343
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
6341
6344
|
__name: "KdsPasswordInput",
|
|
6342
6345
|
props: /* @__PURE__ */ mergeModels({
|
|
6343
6346
|
description: {},
|
|
@@ -6398,7 +6401,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
6398
6401
|
onBlur: handleBlur
|
|
6399
6402
|
}), {
|
|
6400
6403
|
trailing: withCtx(() => [
|
|
6401
|
-
__props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$
|
|
6404
|
+
__props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$1l, {
|
|
6402
6405
|
key: 0,
|
|
6403
6406
|
modelValue: showValue.value,
|
|
6404
6407
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showValue.value = $event),
|
|
@@ -6438,7 +6441,7 @@ const kdsPasswordInputAutocompletes = Object.values(
|
|
|
6438
6441
|
kdsPasswordInputAutocomplete
|
|
6439
6442
|
);
|
|
6440
6443
|
|
|
6441
|
-
const _sfc_main$
|
|
6444
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
6442
6445
|
__name: "KdsUsernameInput",
|
|
6443
6446
|
props: /* @__PURE__ */ mergeModels({
|
|
6444
6447
|
description: {},
|
|
@@ -10449,17 +10452,17 @@ const sn = /*@__PURE__*/ new WeakMap, cn = /*@__PURE__*/ sn.get.bind(sn), un = /
|
|
|
10449
10452
|
DateTimeFormat: Xn
|
|
10450
10453
|
}));
|
|
10451
10454
|
|
|
10452
|
-
const _hoisted_1$
|
|
10455
|
+
const _hoisted_1$A = {
|
|
10453
10456
|
role: "row",
|
|
10454
10457
|
class: "kds-date-picker-header-row"
|
|
10455
10458
|
};
|
|
10456
|
-
const _hoisted_2$
|
|
10459
|
+
const _hoisted_2$k = ["aria-label"];
|
|
10457
10460
|
const _hoisted_3$g = { class: "kds-date-picker-day-grid" };
|
|
10458
10461
|
const _hoisted_4$e = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
|
|
10459
10462
|
const REFERENCE_YEAR$2 = 2024;
|
|
10460
10463
|
const DAYS_PER_WEEK = 7;
|
|
10461
10464
|
const TOTAL_CELLS = 42;
|
|
10462
|
-
const _sfc_main$
|
|
10465
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
10463
10466
|
__name: "DatePickerDayGrid",
|
|
10464
10467
|
props: {
|
|
10465
10468
|
modelValue: {},
|
|
@@ -10754,14 +10757,14 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
10754
10757
|
role: "grid",
|
|
10755
10758
|
"aria-label": "Calendar"
|
|
10756
10759
|
}, [
|
|
10757
|
-
createElementVNode("div", _hoisted_1$
|
|
10760
|
+
createElementVNode("div", _hoisted_1$A, [
|
|
10758
10761
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(DAY_LABELS), (day, i) => {
|
|
10759
10762
|
return openBlock(), createElementBlock("div", {
|
|
10760
10763
|
key: day,
|
|
10761
10764
|
role: "columnheader",
|
|
10762
10765
|
"aria-label": unref(DAY_FULL_LABELS)[i],
|
|
10763
10766
|
class: "kds-date-picker-weekday"
|
|
10764
|
-
}, toDisplayString(day), 9, _hoisted_2$
|
|
10767
|
+
}, toDisplayString(day), 9, _hoisted_2$k);
|
|
10765
10768
|
}), 128))
|
|
10766
10769
|
]),
|
|
10767
10770
|
createElementVNode("div", _hoisted_3$g, [
|
|
@@ -10803,13 +10806,13 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
10803
10806
|
}
|
|
10804
10807
|
});
|
|
10805
10808
|
|
|
10806
|
-
const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10809
|
+
const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-51807b35"]]);
|
|
10807
10810
|
|
|
10808
|
-
const _hoisted_1$
|
|
10811
|
+
const _hoisted_1$z = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
|
|
10809
10812
|
const REFERENCE_YEAR$1 = 2024;
|
|
10810
10813
|
const MONTHS_PER_YEAR$1 = 12;
|
|
10811
10814
|
const MONTH_GRID_COLS = 3;
|
|
10812
|
-
const _sfc_main$
|
|
10815
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
10813
10816
|
__name: "DatePickerMonthGrid",
|
|
10814
10817
|
props: {
|
|
10815
10818
|
modelValue: {},
|
|
@@ -10999,7 +11002,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
10999
11002
|
onClick: ($event) => selectMonth(cell.month),
|
|
11000
11003
|
onKeydown: ($event) => onKeydown($event, cell.month),
|
|
11001
11004
|
onFocus: ($event) => focusedCell.value = cell.month
|
|
11002
|
-
}, toDisplayString(cell.label), 43, _hoisted_1$
|
|
11005
|
+
}, toDisplayString(cell.label), 43, _hoisted_1$z);
|
|
11003
11006
|
}), 128))
|
|
11004
11007
|
]);
|
|
11005
11008
|
}), 128))
|
|
@@ -11008,12 +11011,12 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
11008
11011
|
}
|
|
11009
11012
|
});
|
|
11010
11013
|
|
|
11011
|
-
const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11014
|
+
const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-63d96e84"]]);
|
|
11012
11015
|
|
|
11013
|
-
const _hoisted_1$
|
|
11016
|
+
const _hoisted_1$y = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
|
|
11014
11017
|
const YEAR_PAGE_SIZE$1 = 15;
|
|
11015
11018
|
const YEAR_GRID_COLS = 3;
|
|
11016
|
-
const _sfc_main$
|
|
11019
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
11017
11020
|
__name: "DatePickerYearGrid",
|
|
11018
11021
|
props: {
|
|
11019
11022
|
modelValue: {},
|
|
@@ -11171,7 +11174,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
11171
11174
|
onClick: ($event) => selectYear(cell.year),
|
|
11172
11175
|
onKeydown: ($event) => onKeydown($event, cell.year),
|
|
11173
11176
|
onFocus: ($event) => focusedCell.value = cell.year
|
|
11174
|
-
}, toDisplayString(cell.label), 43, _hoisted_1$
|
|
11177
|
+
}, toDisplayString(cell.label), 43, _hoisted_1$y);
|
|
11175
11178
|
}), 128))
|
|
11176
11179
|
]);
|
|
11177
11180
|
}), 128))
|
|
@@ -11180,10 +11183,10 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
11180
11183
|
}
|
|
11181
11184
|
});
|
|
11182
11185
|
|
|
11183
|
-
const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11186
|
+
const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-270d55b9"]]);
|
|
11184
11187
|
|
|
11185
|
-
const _hoisted_1$
|
|
11186
|
-
const _hoisted_2$
|
|
11188
|
+
const _hoisted_1$x = { class: "kds-date-picker" };
|
|
11189
|
+
const _hoisted_2$j = { class: "kds-date-picker-header" };
|
|
11187
11190
|
const _hoisted_3$f = { class: "kds-date-picker-nav-block" };
|
|
11188
11191
|
const _hoisted_4$d = {
|
|
11189
11192
|
key: 1,
|
|
@@ -11195,7 +11198,7 @@ const _hoisted_6$4 = { class: "kds-date-picker-body" };
|
|
|
11195
11198
|
const MONTHS_PER_YEAR = 12;
|
|
11196
11199
|
const YEAR_PAGE_SIZE = 15;
|
|
11197
11200
|
const REFERENCE_YEAR = 2024;
|
|
11198
|
-
const _sfc_main$
|
|
11201
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
11199
11202
|
__name: "KdsDatePicker",
|
|
11200
11203
|
props: /* @__PURE__ */ mergeModels({
|
|
11201
11204
|
minDate: {},
|
|
@@ -11391,10 +11394,10 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
11391
11394
|
});
|
|
11392
11395
|
__expose({ focus });
|
|
11393
11396
|
return (_ctx, _cache) => {
|
|
11394
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
11395
|
-
createElementVNode("div", _hoisted_2$
|
|
11397
|
+
return openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
11398
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
11396
11399
|
createElementVNode("div", _hoisted_3$f, [
|
|
11397
|
-
view.value === "day" ? (openBlock(), createBlock(_sfc_main$
|
|
11400
|
+
view.value === "day" ? (openBlock(), createBlock(_sfc_main$1o, {
|
|
11398
11401
|
key: 0,
|
|
11399
11402
|
variant: "transparent",
|
|
11400
11403
|
size: "small",
|
|
@@ -11403,7 +11406,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
11403
11406
|
disabled: prevYearDisabled.value,
|
|
11404
11407
|
onClick: onPrevYear
|
|
11405
11408
|
}, null, 8, ["disabled"])) : createCommentVNode("", true),
|
|
11406
|
-
createVNode(_sfc_main$
|
|
11409
|
+
createVNode(_sfc_main$1o, {
|
|
11407
11410
|
variant: "transparent",
|
|
11408
11411
|
size: "small",
|
|
11409
11412
|
"leading-icon": "chevron-left",
|
|
@@ -11412,7 +11415,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
11412
11415
|
onClick: onPrev
|
|
11413
11416
|
}, null, 8, ["ariaLabel", "disabled"])
|
|
11414
11417
|
]),
|
|
11415
|
-
view.value !== "year" ? (openBlock(), createBlock(_sfc_main$
|
|
11418
|
+
view.value !== "year" ? (openBlock(), createBlock(_sfc_main$1o, {
|
|
11416
11419
|
key: 0,
|
|
11417
11420
|
class: "kds-date-picker-header-label",
|
|
11418
11421
|
variant: "transparent",
|
|
@@ -11421,7 +11424,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
11421
11424
|
onClick: onHeaderLabelClick
|
|
11422
11425
|
}, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$d, toDisplayString(headerLabel.value), 1)),
|
|
11423
11426
|
createElementVNode("div", _hoisted_5$6, [
|
|
11424
|
-
createVNode(_sfc_main$
|
|
11427
|
+
createVNode(_sfc_main$1o, {
|
|
11425
11428
|
variant: "transparent",
|
|
11426
11429
|
size: "small",
|
|
11427
11430
|
"leading-icon": "chevron-right",
|
|
@@ -11429,7 +11432,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
11429
11432
|
disabled: nextDisabled.value,
|
|
11430
11433
|
onClick: onNext
|
|
11431
11434
|
}, null, 8, ["ariaLabel", "disabled"]),
|
|
11432
|
-
view.value === "day" ? (openBlock(), createBlock(_sfc_main$
|
|
11435
|
+
view.value === "day" ? (openBlock(), createBlock(_sfc_main$1o, {
|
|
11433
11436
|
key: 0,
|
|
11434
11437
|
variant: "transparent",
|
|
11435
11438
|
size: "small",
|
|
@@ -11481,7 +11484,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
11481
11484
|
}
|
|
11482
11485
|
});
|
|
11483
11486
|
|
|
11484
|
-
const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11487
|
+
const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-e46d7e18"]]);
|
|
11485
11488
|
|
|
11486
11489
|
const YEAR_END_INDEX = 4;
|
|
11487
11490
|
const MONTH_START_INDEX = 4;
|
|
@@ -11584,7 +11587,7 @@ const useDateInputMask = (modelValue) => {
|
|
|
11584
11587
|
|
|
11585
11588
|
const incompleteDateMessage = "Invalid date format. Please provide year (YYYY), month (MM), and day (DD).";
|
|
11586
11589
|
const MONTH_NAME_SAMPLE_YEAR = 2001;
|
|
11587
|
-
const _sfc_main$
|
|
11590
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
11588
11591
|
__name: "KdsDateInput",
|
|
11589
11592
|
props: /* @__PURE__ */ mergeModels({
|
|
11590
11593
|
description: {},
|
|
@@ -11713,7 +11716,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
11713
11716
|
onBlur: onTextInputBlur
|
|
11714
11717
|
}), {
|
|
11715
11718
|
trailing: withCtx(() => [
|
|
11716
|
-
createVNode(_sfc_main$
|
|
11719
|
+
createVNode(_sfc_main$1l, {
|
|
11717
11720
|
modelValue: popoverIsVisible.value,
|
|
11718
11721
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
|
|
11719
11722
|
size: "xsmall",
|
|
@@ -11762,8 +11765,8 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
11762
11765
|
}
|
|
11763
11766
|
});
|
|
11764
11767
|
|
|
11765
|
-
const _hoisted_1$
|
|
11766
|
-
const _sfc_main$
|
|
11768
|
+
const _hoisted_1$w = { class: "kds-date-time-format-popover" };
|
|
11769
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
11767
11770
|
__name: "DateTimeFormatPopover",
|
|
11768
11771
|
props: /* @__PURE__ */ mergeModels({
|
|
11769
11772
|
allDefaultFormats: {},
|
|
@@ -11901,7 +11904,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11901
11904
|
}));
|
|
11902
11905
|
});
|
|
11903
11906
|
return (_ctx, _cache) => {
|
|
11904
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
11907
|
+
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
11905
11908
|
modeOptions.value.length > 1 ? (openBlock(), createBlock(KdsValueSwitch, {
|
|
11906
11909
|
key: 0,
|
|
11907
11910
|
"model-value": effectiveSelectedMode.value,
|
|
@@ -11933,9 +11936,9 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11933
11936
|
}
|
|
11934
11937
|
});
|
|
11935
11938
|
|
|
11936
|
-
const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11939
|
+
const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-8c697d02"]]);
|
|
11937
11940
|
|
|
11938
|
-
const _sfc_main$
|
|
11941
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
11939
11942
|
__name: "KdsDateTimeFormatInput",
|
|
11940
11943
|
props: /* @__PURE__ */ mergeModels({
|
|
11941
11944
|
description: {},
|
|
@@ -11982,7 +11985,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
11982
11985
|
autocomplete: props.autocomplete
|
|
11983
11986
|
}), {
|
|
11984
11987
|
trailing: withCtx(() => [
|
|
11985
|
-
createVNode(unref(_sfc_main$
|
|
11988
|
+
createVNode(unref(_sfc_main$1l), {
|
|
11986
11989
|
modelValue: open.value,
|
|
11987
11990
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
11988
11991
|
size: "xsmall",
|
|
@@ -12068,7 +12071,7 @@ const buildRegexFromPatternInput = (input, options) => {
|
|
|
12068
12071
|
return `^(?!.*${withCase}).*$`;
|
|
12069
12072
|
};
|
|
12070
12073
|
|
|
12071
|
-
const _sfc_main$
|
|
12074
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
12072
12075
|
__name: "KdsPatternInput",
|
|
12073
12076
|
props: /* @__PURE__ */ mergeModels({
|
|
12074
12077
|
description: {},
|
|
@@ -12151,7 +12154,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
12151
12154
|
clearable: ""
|
|
12152
12155
|
}), {
|
|
12153
12156
|
trailing: withCtx(() => [
|
|
12154
|
-
createVNode(_sfc_main$
|
|
12157
|
+
createVNode(_sfc_main$1l, {
|
|
12155
12158
|
modelValue: caseSensitive.value,
|
|
12156
12159
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => caseSensitive.value = $event),
|
|
12157
12160
|
size: "xsmall",
|
|
@@ -12161,7 +12164,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
12161
12164
|
ariaLabel: "Case sensitivity",
|
|
12162
12165
|
disabled: __props.disabled
|
|
12163
12166
|
}, null, 8, ["modelValue", "title", "disabled"]),
|
|
12164
|
-
createVNode(_sfc_main$
|
|
12167
|
+
createVNode(_sfc_main$1l, {
|
|
12165
12168
|
modelValue: excludeMatches.value,
|
|
12166
12169
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => excludeMatches.value = $event),
|
|
12167
12170
|
size: "xsmall",
|
|
@@ -12171,7 +12174,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
12171
12174
|
ariaLabel: "Exclude matches",
|
|
12172
12175
|
disabled: __props.disabled
|
|
12173
12176
|
}, null, 8, ["modelValue", "title", "disabled"]),
|
|
12174
|
-
createVNode(_sfc_main$
|
|
12177
|
+
createVNode(_sfc_main$1l, {
|
|
12175
12178
|
modelValue: useRegex.value,
|
|
12176
12179
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => useRegex.value = $event),
|
|
12177
12180
|
size: "xsmall",
|
|
@@ -12191,7 +12194,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
12191
12194
|
}
|
|
12192
12195
|
});
|
|
12193
12196
|
|
|
12194
|
-
const _sfc_main$
|
|
12197
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
12195
12198
|
__name: "KdsSearchInput",
|
|
12196
12199
|
props: /* @__PURE__ */ mergeModels({
|
|
12197
12200
|
description: {},
|
|
@@ -12344,11 +12347,11 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
12344
12347
|
}
|
|
12345
12348
|
});
|
|
12346
12349
|
|
|
12347
|
-
const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12350
|
+
const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-aec3e3d0"]]);
|
|
12348
12351
|
|
|
12349
|
-
const _hoisted_1$
|
|
12352
|
+
const _hoisted_1$v = ["rows", "placeholder", "disabled", "autocomplete"];
|
|
12350
12353
|
const DEFAULT_ROWS = 3;
|
|
12351
|
-
const _sfc_main$
|
|
12354
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
12352
12355
|
__name: "KdsTextarea",
|
|
12353
12356
|
props: /* @__PURE__ */ mergeModels({
|
|
12354
12357
|
description: {},
|
|
@@ -12414,7 +12417,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
12414
12417
|
placeholder: __props.placeholder,
|
|
12415
12418
|
disabled: __props.disabled,
|
|
12416
12419
|
autocomplete: props.autocomplete
|
|
12417
|
-
}), null, 16, _hoisted_1$
|
|
12420
|
+
}), null, 16, _hoisted_1$v), [
|
|
12418
12421
|
[vModelText, modelValue.value]
|
|
12419
12422
|
])
|
|
12420
12423
|
]),
|
|
@@ -12424,10 +12427,10 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
12424
12427
|
}
|
|
12425
12428
|
});
|
|
12426
12429
|
|
|
12427
|
-
const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12430
|
+
const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-36211819"]]);
|
|
12428
12431
|
|
|
12429
|
-
const _hoisted_1$
|
|
12430
|
-
const _hoisted_2$
|
|
12432
|
+
const _hoisted_1$u = { class: "kds-time-picker" };
|
|
12433
|
+
const _hoisted_2$i = { class: "kds-time-picker-fields" };
|
|
12431
12434
|
const _hoisted_3$e = { class: "kds-time-picker-fields" };
|
|
12432
12435
|
const _hoisted_4$c = {
|
|
12433
12436
|
key: 0,
|
|
@@ -12445,7 +12448,7 @@ const MAX_HOUR = 23;
|
|
|
12445
12448
|
const MAX_MINUTE = 59;
|
|
12446
12449
|
const MAX_SECOND = 59;
|
|
12447
12450
|
const MAX_MILLISECOND = 999;
|
|
12448
|
-
const _sfc_main$
|
|
12451
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
12449
12452
|
__name: "TimePicker",
|
|
12450
12453
|
props: /* @__PURE__ */ mergeModels({
|
|
12451
12454
|
maxGranularity: {}
|
|
@@ -12531,9 +12534,9 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
12531
12534
|
};
|
|
12532
12535
|
__expose({ focus });
|
|
12533
12536
|
return (_ctx, _cache) => {
|
|
12534
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
12535
|
-
createElementVNode("div", _hoisted_2$
|
|
12536
|
-
createVNode(_sfc_main$
|
|
12537
|
+
return openBlock(), createElementBlock("div", _hoisted_1$u, [
|
|
12538
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
12539
|
+
createVNode(_sfc_main$W, {
|
|
12537
12540
|
ref: "hourInput",
|
|
12538
12541
|
modelValue: hour.value,
|
|
12539
12542
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => hour.value = $event),
|
|
@@ -12543,7 +12546,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
12543
12546
|
max: MAX_HOUR,
|
|
12544
12547
|
step: 1
|
|
12545
12548
|
}, null, 8, ["modelValue"]),
|
|
12546
|
-
createVNode(_sfc_main$
|
|
12549
|
+
createVNode(_sfc_main$W, {
|
|
12547
12550
|
modelValue: minute.value,
|
|
12548
12551
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => minute.value = $event),
|
|
12549
12552
|
class: "kds-time-picker-field",
|
|
@@ -12559,7 +12562,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
12559
12562
|
})) : createCommentVNode("", true),
|
|
12560
12563
|
showSecondInput.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
12561
12564
|
createElementVNode("div", _hoisted_3$e, [
|
|
12562
|
-
createVNode(_sfc_main$
|
|
12565
|
+
createVNode(_sfc_main$W, {
|
|
12563
12566
|
ref: "secondInput",
|
|
12564
12567
|
modelValue: second.value,
|
|
12565
12568
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => second.value = $event),
|
|
@@ -12569,7 +12572,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
12569
12572
|
max: MAX_SECOND,
|
|
12570
12573
|
step: 1
|
|
12571
12574
|
}, null, 8, ["modelValue"]),
|
|
12572
|
-
createVNode(_sfc_main$
|
|
12575
|
+
createVNode(_sfc_main$1o, {
|
|
12573
12576
|
class: "kds-time-picker-field-trash",
|
|
12574
12577
|
variant: "transparent",
|
|
12575
12578
|
"leading-icon": "trash",
|
|
@@ -12579,7 +12582,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
12579
12582
|
})
|
|
12580
12583
|
]),
|
|
12581
12584
|
showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
|
|
12582
|
-
createVNode(_sfc_main$
|
|
12585
|
+
createVNode(_sfc_main$W, {
|
|
12583
12586
|
ref: "millisecondInput",
|
|
12584
12587
|
modelValue: millisecond.value,
|
|
12585
12588
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => millisecond.value = $event),
|
|
@@ -12592,7 +12595,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
12592
12595
|
max: MAX_MILLISECOND,
|
|
12593
12596
|
step: 1
|
|
12594
12597
|
}, null, 8, ["modelValue"]),
|
|
12595
|
-
createVNode(_sfc_main$
|
|
12598
|
+
createVNode(_sfc_main$1o, {
|
|
12596
12599
|
class: "kds-time-picker-field-trash",
|
|
12597
12600
|
variant: "transparent",
|
|
12598
12601
|
"leading-icon": "trash",
|
|
@@ -12601,7 +12604,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
12601
12604
|
onClick: removeMilliseconds
|
|
12602
12605
|
})
|
|
12603
12606
|
])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
|
|
12604
|
-
createVNode(_sfc_main$
|
|
12607
|
+
createVNode(_sfc_main$1o, {
|
|
12605
12608
|
variant: "outlined",
|
|
12606
12609
|
size: "small",
|
|
12607
12610
|
"leading-icon": "plus",
|
|
@@ -12610,7 +12613,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
12610
12613
|
})
|
|
12611
12614
|
])) : createCommentVNode("", true)
|
|
12612
12615
|
], 64)) : __props.maxGranularity !== "minute" ? (openBlock(), createElementBlock("div", _hoisted_6$3, [
|
|
12613
|
-
createVNode(_sfc_main$
|
|
12616
|
+
createVNode(_sfc_main$1o, {
|
|
12614
12617
|
variant: "outlined",
|
|
12615
12618
|
size: "small",
|
|
12616
12619
|
"leading-icon": "plus",
|
|
@@ -12623,7 +12626,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
12623
12626
|
}
|
|
12624
12627
|
});
|
|
12625
12628
|
|
|
12626
|
-
const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12629
|
+
const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-c2bc1234"]]);
|
|
12627
12630
|
|
|
12628
12631
|
const HOURS_END_INDEX = 2;
|
|
12629
12632
|
const MINUTES_START_INDEX = 2;
|
|
@@ -12833,7 +12836,7 @@ const useTimeInputMask = (modelValue, granularityRef) => {
|
|
|
12833
12836
|
};
|
|
12834
12837
|
|
|
12835
12838
|
const invalidTimeMessage = "The entered time is invalid.";
|
|
12836
|
-
const _sfc_main$
|
|
12839
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
12837
12840
|
__name: "KdsTimeInput",
|
|
12838
12841
|
props: /* @__PURE__ */ mergeModels({
|
|
12839
12842
|
description: {},
|
|
@@ -12948,7 +12951,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
12948
12951
|
onBlur: onTextInputBlur
|
|
12949
12952
|
}), {
|
|
12950
12953
|
trailing: withCtx(() => [
|
|
12951
|
-
createVNode(_sfc_main$
|
|
12954
|
+
createVNode(_sfc_main$1l, {
|
|
12952
12955
|
modelValue: popoverIsVisible.value,
|
|
12953
12956
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
|
|
12954
12957
|
size: "xsmall",
|
|
@@ -13210,11 +13213,11 @@ const stripInactiveFields = (duration, usedFormat) => {
|
|
|
13210
13213
|
};
|
|
13211
13214
|
const toTitleCase = (key) => key.charAt(0).toUpperCase() + key.slice(1).toLowerCase();
|
|
13212
13215
|
|
|
13213
|
-
const _hoisted_1$
|
|
13214
|
-
const _hoisted_2$
|
|
13216
|
+
const _hoisted_1$t = { class: "kds-interval-popover" };
|
|
13217
|
+
const _hoisted_2$h = { class: "kds-interval-popover-header" };
|
|
13215
13218
|
const _hoisted_3$d = { class: "kds-interval-popover-content" };
|
|
13216
13219
|
const _hoisted_4$b = { class: "kds-interval-popover-grid" };
|
|
13217
|
-
const _sfc_main$
|
|
13220
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
13218
13221
|
__name: "IntervalInputPopover",
|
|
13219
13222
|
props: /* @__PURE__ */ mergeModels({
|
|
13220
13223
|
format: {},
|
|
@@ -13308,8 +13311,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
13308
13311
|
}
|
|
13309
13312
|
});
|
|
13310
13313
|
return (_ctx, _cache) => {
|
|
13311
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
13312
|
-
createElementVNode("div", _hoisted_2$
|
|
13314
|
+
return openBlock(), createElementBlock("div", _hoisted_1$t, [
|
|
13315
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
13313
13316
|
_cache[2] || (_cache[2] = createElementVNode("span", { class: "kds-interval-popover-title" }, "Interval value", -1)),
|
|
13314
13317
|
props.format === unref(kdsIntervalInputFormat).DATE_OR_TIME ? (openBlock(), createBlock(unref(KdsValueSwitch), {
|
|
13315
13318
|
key: 0,
|
|
@@ -13333,7 +13336,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
13333
13336
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true),
|
|
13334
13337
|
createElementVNode("div", _hoisted_4$b, [
|
|
13335
13338
|
mode.value === unref(kdsIntervalInputFormat).DATE ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(periodNumericKeys), (key) => {
|
|
13336
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
13339
|
+
return openBlock(), createBlock(unref(_sfc_main$W), {
|
|
13337
13340
|
key,
|
|
13338
13341
|
"model-value": activeFields.value[key],
|
|
13339
13342
|
label: fieldLabels[key] ?? unref(toTitleCase)(key),
|
|
@@ -13343,7 +13346,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
13343
13346
|
"onUpdate:modelValue": ($event) => updateField(key, $event)
|
|
13344
13347
|
}, null, 8, ["model-value", "label", "max", "onUpdate:modelValue"]);
|
|
13345
13348
|
}), 128)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(unref(durationNumericKeys), (key) => {
|
|
13346
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
13349
|
+
return openBlock(), createBlock(unref(_sfc_main$W), {
|
|
13347
13350
|
key,
|
|
13348
13351
|
"model-value": activeFields.value[key],
|
|
13349
13352
|
label: fieldLabels[key] ?? unref(toTitleCase)(key),
|
|
@@ -13360,9 +13363,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
13360
13363
|
}
|
|
13361
13364
|
});
|
|
13362
13365
|
|
|
13363
|
-
const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13366
|
+
const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-02541fd1"]]);
|
|
13364
13367
|
|
|
13365
|
-
const _sfc_main$
|
|
13368
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
13366
13369
|
__name: "KdsIntervalInput",
|
|
13367
13370
|
props: /* @__PURE__ */ mergeModels({
|
|
13368
13371
|
description: {},
|
|
@@ -13524,7 +13527,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
13524
13527
|
onKeydown: withKeys(withModifiers(commitTypedInput, ["prevent"]), ["enter"])
|
|
13525
13528
|
}), {
|
|
13526
13529
|
trailing: withCtx(() => [
|
|
13527
|
-
createVNode(unref(_sfc_main$
|
|
13530
|
+
createVNode(unref(_sfc_main$1l), {
|
|
13528
13531
|
modelValue: isPopoverOpen.value,
|
|
13529
13532
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isPopoverOpen.value = $event),
|
|
13530
13533
|
size: "xsmall",
|
|
@@ -13572,8 +13575,8 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
13572
13575
|
}
|
|
13573
13576
|
});
|
|
13574
13577
|
|
|
13575
|
-
const _hoisted_1$
|
|
13576
|
-
const _hoisted_2$
|
|
13578
|
+
const _hoisted_1$s = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
|
|
13579
|
+
const _hoisted_2$g = {
|
|
13577
13580
|
key: 0,
|
|
13578
13581
|
class: "leading",
|
|
13579
13582
|
"aria-hidden": "true"
|
|
@@ -13584,7 +13587,7 @@ const _hoisted_4$a = {
|
|
|
13584
13587
|
"aria-hidden": "true"
|
|
13585
13588
|
};
|
|
13586
13589
|
const TRIGGER_REF = "triggerEl";
|
|
13587
|
-
const _sfc_main$
|
|
13590
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
13588
13591
|
__name: "BaseDropdown",
|
|
13589
13592
|
props: /* @__PURE__ */ mergeModels({
|
|
13590
13593
|
text: {},
|
|
@@ -13664,8 +13667,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
13664
13667
|
onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("click")),
|
|
13665
13668
|
onKeydown
|
|
13666
13669
|
}, [
|
|
13667
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13668
|
-
createVNode(_sfc_main$
|
|
13670
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$g, [
|
|
13671
|
+
createVNode(_sfc_main$1j, {
|
|
13669
13672
|
accessory: props.accessory,
|
|
13670
13673
|
size: "medium"
|
|
13671
13674
|
}, null, 8, ["accessory"])
|
|
@@ -13683,21 +13686,21 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
13683
13686
|
size: "small"
|
|
13684
13687
|
}, null, 8, ["name"])
|
|
13685
13688
|
])
|
|
13686
|
-
], 42, _hoisted_1$
|
|
13689
|
+
], 42, _hoisted_1$s);
|
|
13687
13690
|
};
|
|
13688
13691
|
}
|
|
13689
13692
|
});
|
|
13690
13693
|
|
|
13691
|
-
const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13694
|
+
const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-1bb2d375"]]);
|
|
13692
13695
|
|
|
13693
13696
|
const DROPDOWN_SEARCH_THRESHOLD = 12;
|
|
13694
13697
|
|
|
13695
|
-
const _hoisted_1$
|
|
13696
|
-
const _hoisted_2$
|
|
13698
|
+
const _hoisted_1$r = { class: "kds-dropdown-container" };
|
|
13699
|
+
const _hoisted_2$f = {
|
|
13697
13700
|
key: 0,
|
|
13698
13701
|
class: "kds-dropdown-container-sticky-top"
|
|
13699
13702
|
};
|
|
13700
|
-
const _sfc_main$
|
|
13703
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
13701
13704
|
__name: "DropdownContainer",
|
|
13702
13705
|
props: /* @__PURE__ */ mergeModels({
|
|
13703
13706
|
emptyText: {},
|
|
@@ -13781,8 +13784,8 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
13781
13784
|
}
|
|
13782
13785
|
});
|
|
13783
13786
|
return (_ctx, _cache) => {
|
|
13784
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
13785
|
-
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
13787
|
+
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
13788
|
+
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$f, [
|
|
13786
13789
|
createVNode(BaseInput, {
|
|
13787
13790
|
ref_key: "searchEl",
|
|
13788
13791
|
ref: searchEl,
|
|
@@ -13814,9 +13817,9 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
13814
13817
|
}
|
|
13815
13818
|
});
|
|
13816
13819
|
|
|
13817
|
-
const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13820
|
+
const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-cdb20fd2"]]);
|
|
13818
13821
|
|
|
13819
|
-
const _sfc_main$
|
|
13822
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
13820
13823
|
__name: "KdsDropdown",
|
|
13821
13824
|
props: /* @__PURE__ */ mergeModels({
|
|
13822
13825
|
placeholder: { default: "Select" },
|
|
@@ -13919,9 +13922,9 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13919
13922
|
}
|
|
13920
13923
|
});
|
|
13921
13924
|
|
|
13922
|
-
const _hoisted_1$
|
|
13923
|
-
const _hoisted_2$
|
|
13924
|
-
const _sfc_main$
|
|
13925
|
+
const _hoisted_1$q = ["disabled"];
|
|
13926
|
+
const _hoisted_2$e = ["title"];
|
|
13927
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
13925
13928
|
__name: "KdsListItemButton",
|
|
13926
13929
|
props: {
|
|
13927
13930
|
label: {},
|
|
@@ -13951,16 +13954,16 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
13951
13954
|
ref: labelEl,
|
|
13952
13955
|
class: "label",
|
|
13953
13956
|
title: unref(isLabelTruncated) ? props.label : void 0
|
|
13954
|
-
}, toDisplayString(props.label), 9, _hoisted_2$
|
|
13955
|
-
], 8, _hoisted_1$
|
|
13957
|
+
}, toDisplayString(props.label), 9, _hoisted_2$e)
|
|
13958
|
+
], 8, _hoisted_1$q);
|
|
13956
13959
|
};
|
|
13957
13960
|
}
|
|
13958
13961
|
});
|
|
13959
13962
|
|
|
13960
|
-
const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13963
|
+
const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-21fb5571"]]);
|
|
13961
13964
|
|
|
13962
|
-
const _hoisted_1$
|
|
13963
|
-
const _hoisted_2$
|
|
13965
|
+
const _hoisted_1$p = { class: "kds-multi-select-dropdown-options" };
|
|
13966
|
+
const _hoisted_2$d = {
|
|
13964
13967
|
key: 0,
|
|
13965
13968
|
class: "kds-multi-select-dropdown-search"
|
|
13966
13969
|
};
|
|
@@ -13968,7 +13971,7 @@ const _hoisted_3$b = {
|
|
|
13968
13971
|
key: 1,
|
|
13969
13972
|
class: "kds-multi-select-dropdown-footer"
|
|
13970
13973
|
};
|
|
13971
|
-
const _sfc_main$
|
|
13974
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
13972
13975
|
__name: "MultiSelectDropdownContainer",
|
|
13973
13976
|
props: /* @__PURE__ */ mergeModels({
|
|
13974
13977
|
emptyText: {},
|
|
@@ -14091,8 +14094,8 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14091
14094
|
}
|
|
14092
14095
|
});
|
|
14093
14096
|
return (_ctx, _cache) => {
|
|
14094
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
14095
|
-
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
14097
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
14098
|
+
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$d, [
|
|
14096
14099
|
createVNode(BaseInput, {
|
|
14097
14100
|
ref_key: "searchEl",
|
|
14098
14101
|
ref: searchEl,
|
|
@@ -14134,9 +14137,9 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14134
14137
|
}
|
|
14135
14138
|
});
|
|
14136
14139
|
|
|
14137
|
-
const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14140
|
+
const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-68fe366f"]]);
|
|
14138
14141
|
|
|
14139
|
-
const _sfc_main$
|
|
14142
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
14140
14143
|
__name: "KdsMultiSelectDropdown",
|
|
14141
14144
|
props: /* @__PURE__ */ mergeModels({
|
|
14142
14145
|
placeholder: { default: "Select" },
|
|
@@ -14273,9 +14276,9 @@ const kdsDimensionComponentHeight20x = 320;
|
|
|
14273
14276
|
const kdsSpacingContainer0p10x = 1;
|
|
14274
14277
|
const kdsSpacingContainer0p25x = 4;
|
|
14275
14278
|
|
|
14276
|
-
const _hoisted_1$
|
|
14277
|
-
const _hoisted_2$
|
|
14278
|
-
const _sfc_main$
|
|
14279
|
+
const _hoisted_1$o = { class: "kds-resize-handle-area" };
|
|
14280
|
+
const _hoisted_2$c = ["aria-label"];
|
|
14281
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
14279
14282
|
__name: "ResizeHandle",
|
|
14280
14283
|
props: {
|
|
14281
14284
|
numberOfHandles: { default: 1 },
|
|
@@ -14297,7 +14300,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
14297
14300
|
return `calc((100% - ${n - 1} * ${gap}) / ${2 * n})`;
|
|
14298
14301
|
});
|
|
14299
14302
|
return (_ctx, _cache) => {
|
|
14300
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
14303
|
+
return openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
14301
14304
|
(openBlock(true), createElementBlock(Fragment, null, renderList(normalizedNumberOfHandles.value, (i) => {
|
|
14302
14305
|
return openBlock(), createElementBlock("button", {
|
|
14303
14306
|
key: i,
|
|
@@ -14306,22 +14309,22 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
14306
14309
|
type: "button"
|
|
14307
14310
|
}, [..._cache[0] || (_cache[0] = [
|
|
14308
14311
|
createElementVNode("span", { class: "kds-resize-handle-line" }, null, -1)
|
|
14309
|
-
])], 8, _hoisted_2$
|
|
14312
|
+
])], 8, _hoisted_2$c);
|
|
14310
14313
|
}), 128))
|
|
14311
14314
|
]);
|
|
14312
14315
|
};
|
|
14313
14316
|
}
|
|
14314
14317
|
});
|
|
14315
14318
|
|
|
14316
|
-
const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14319
|
+
const ResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-df3803d4"]]);
|
|
14317
14320
|
|
|
14318
|
-
const _hoisted_1$
|
|
14321
|
+
const _hoisted_1$n = {
|
|
14319
14322
|
ref: "content",
|
|
14320
14323
|
class: "kds-resize-container-content"
|
|
14321
14324
|
};
|
|
14322
14325
|
const DEFAULT_INITIAL_HEIGHT = 200;
|
|
14323
14326
|
const KEYBOARD_RESIZE_STEP = 10;
|
|
14324
|
-
const _sfc_main$
|
|
14327
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
14325
14328
|
__name: "KdsResizeContainer",
|
|
14326
14329
|
props: {
|
|
14327
14330
|
height: { default: () => DEFAULT_INITIAL_HEIGHT },
|
|
@@ -14384,7 +14387,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
14384
14387
|
return openBlock(), createElementBlock("div", {
|
|
14385
14388
|
class: normalizeClass(["kds-resize-container", { dragging: unref(activePointerId) !== null }])
|
|
14386
14389
|
}, [
|
|
14387
|
-
createElementVNode("div", _hoisted_1$
|
|
14390
|
+
createElementVNode("div", _hoisted_1$n, [
|
|
14388
14391
|
renderSlot(_ctx.$slots, "default", { contentStyle: contentStyle.value }, void 0, true)
|
|
14389
14392
|
], 512),
|
|
14390
14393
|
createVNode(ResizeHandle, {
|
|
@@ -14402,7 +14405,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
14402
14405
|
}
|
|
14403
14406
|
});
|
|
14404
14407
|
|
|
14405
|
-
const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14408
|
+
const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-46b33b01"]]);
|
|
14406
14409
|
|
|
14407
14410
|
const CLICK_META_KEY_TIMEOUT = 250;
|
|
14408
14411
|
const useMultiSelectListBoxSelection = ({
|
|
@@ -14694,8 +14697,8 @@ const useMultiSelectListBoxSelection = ({
|
|
|
14694
14697
|
};
|
|
14695
14698
|
};
|
|
14696
14699
|
|
|
14697
|
-
const _hoisted_1$
|
|
14698
|
-
const _hoisted_2$
|
|
14700
|
+
const _hoisted_1$m = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
|
|
14701
|
+
const _hoisted_2$b = { class: "kds-multiselect-list-box-content-grid" };
|
|
14699
14702
|
const _hoisted_3$a = {
|
|
14700
14703
|
key: 0,
|
|
14701
14704
|
class: "kds-multiselect-sticky-bottom"
|
|
@@ -14704,7 +14707,7 @@ const _hoisted_4$9 = {
|
|
|
14704
14707
|
key: 0,
|
|
14705
14708
|
class: "kds-multiselect-empty"
|
|
14706
14709
|
};
|
|
14707
|
-
const _sfc_main$
|
|
14710
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
14708
14711
|
__name: "KdsMultiSelectListBox",
|
|
14709
14712
|
props: /* @__PURE__ */ mergeModels({
|
|
14710
14713
|
description: {},
|
|
@@ -14957,7 +14960,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
14957
14960
|
onBlur: _cache[17] || (_cache[17] = //@ts-ignore
|
|
14958
14961
|
(...args) => unref(onBlur) && unref(onBlur)(...args))
|
|
14959
14962
|
}), [
|
|
14960
|
-
createElementVNode("div", _hoisted_2$
|
|
14963
|
+
createElementVNode("div", _hoisted_2$b, [
|
|
14961
14964
|
createElementVNode("div", mergeProps({ class: "kds-multiselect-list-box-content" }, unref(wrapperProps)), [
|
|
14962
14965
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(virtualList), ({ data: item, index }) => {
|
|
14963
14966
|
return openBlock(), createBlock(unref(KdsListItem), {
|
|
@@ -15004,7 +15007,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
15004
15007
|
}, null, 8, ["id", "text", "accessory", "missing", "data-option-index", "selected", "disabled", "active", "trailing-icon"])
|
|
15005
15008
|
])) : createCommentVNode("", true)
|
|
15006
15009
|
])
|
|
15007
|
-
], 16, _hoisted_1$
|
|
15010
|
+
], 16, _hoisted_1$m),
|
|
15008
15011
|
visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$9, [
|
|
15009
15012
|
createVNode(KdsEmptyState, {
|
|
15010
15013
|
headline: __props.loading ? "Loading data…" : __props.emptyStateLabel,
|
|
@@ -15023,10 +15026,10 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
15023
15026
|
}
|
|
15024
15027
|
});
|
|
15025
15028
|
|
|
15026
|
-
const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15029
|
+
const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-2c5e2dda"]]);
|
|
15027
15030
|
|
|
15028
|
-
const _hoisted_1$
|
|
15029
|
-
const _hoisted_2$
|
|
15031
|
+
const _hoisted_1$l = { class: "kds-list-column" };
|
|
15032
|
+
const _hoisted_2$a = { class: "kds-list-header" };
|
|
15030
15033
|
const _hoisted_3$9 = { class: "kds-list-label" };
|
|
15031
15034
|
const _hoisted_4$8 = {
|
|
15032
15035
|
key: 0,
|
|
@@ -15041,7 +15044,7 @@ const _hoisted_9$1 = {
|
|
|
15041
15044
|
class: "kds-list-count"
|
|
15042
15045
|
};
|
|
15043
15046
|
const UNKNOWN_VALUE_ID = "__unknown-value-option__";
|
|
15044
|
-
const _sfc_main$
|
|
15047
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
15045
15048
|
__name: "TwinListBody",
|
|
15046
15049
|
props: /* @__PURE__ */ mergeModels({
|
|
15047
15050
|
disabled: { type: Boolean, default: false },
|
|
@@ -15215,8 +15218,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15215
15218
|
class: "kds-twin-list-body",
|
|
15216
15219
|
style: normalizeStyle(contentStyle)
|
|
15217
15220
|
}, [
|
|
15218
|
-
createElementVNode("div", _hoisted_1$
|
|
15219
|
-
createElementVNode("div", _hoisted_2$
|
|
15221
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
15222
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
15220
15223
|
createElementVNode("span", _hoisted_3$9, toDisplayString(__props.excludeLabel), 1),
|
|
15221
15224
|
!__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$8, toDisplayString(leftOptions.value.length) + " of " + toDisplayString(excludedItems.value.length), 1)) : createCommentVNode("", true)
|
|
15222
15225
|
]),
|
|
@@ -15238,7 +15241,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15238
15241
|
}, null, 8, ["modelValue", "possible-values", "ariaLabel", "disabled", "error", "loading", "empty-state-label", "bottom-value"])
|
|
15239
15242
|
]),
|
|
15240
15243
|
createElementVNode("div", _hoisted_5$4, [
|
|
15241
|
-
createVNode(unref(_sfc_main$
|
|
15244
|
+
createVNode(unref(_sfc_main$1o), {
|
|
15242
15245
|
"leading-icon": "chevron-right",
|
|
15243
15246
|
ariaLabel: "Move selected values right",
|
|
15244
15247
|
title: "Move selected values right",
|
|
@@ -15247,7 +15250,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15247
15250
|
disabled: effectiveDisabled.value || leftSelected.value.length === 0,
|
|
15248
15251
|
onClick: _cache[2] || (_cache[2] = ($event) => moveRight(leftSelected.value))
|
|
15249
15252
|
}, null, 8, ["disabled"]),
|
|
15250
|
-
createVNode(unref(_sfc_main$
|
|
15253
|
+
createVNode(unref(_sfc_main$1o), {
|
|
15251
15254
|
"leading-icon": "chevron-right-double",
|
|
15252
15255
|
ariaLabel: "Move all values right",
|
|
15253
15256
|
title: "Move all values right",
|
|
@@ -15259,7 +15262,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15259
15262
|
...showUnknownValues.value && !modelValue.value.includeUnknownValues ? [UNKNOWN_VALUE_ID] : []
|
|
15260
15263
|
]))
|
|
15261
15264
|
}, null, 8, ["disabled"]),
|
|
15262
|
-
createVNode(unref(_sfc_main$
|
|
15265
|
+
createVNode(unref(_sfc_main$1o), {
|
|
15263
15266
|
"leading-icon": "chevron-left",
|
|
15264
15267
|
ariaLabel: "Move selected values left",
|
|
15265
15268
|
title: "Move selected values left",
|
|
@@ -15268,7 +15271,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15268
15271
|
disabled: effectiveDisabled.value || rightSelected.value.length === 0,
|
|
15269
15272
|
onClick: _cache[4] || (_cache[4] = ($event) => moveLeft(rightSelected.value))
|
|
15270
15273
|
}, null, 8, ["disabled"]),
|
|
15271
|
-
createVNode(unref(_sfc_main$
|
|
15274
|
+
createVNode(unref(_sfc_main$1o), {
|
|
15272
15275
|
"leading-icon": "chevron-left-double",
|
|
15273
15276
|
ariaLabel: "Move all values left",
|
|
15274
15277
|
title: "Move all values left",
|
|
@@ -15311,7 +15314,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15311
15314
|
}
|
|
15312
15315
|
});
|
|
15313
15316
|
|
|
15314
|
-
const TwinListBody = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15317
|
+
const TwinListBody = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-11062d8e"]]);
|
|
15315
15318
|
|
|
15316
15319
|
const kdsTwinListSearchMode = {
|
|
15317
15320
|
MANUAL: "manual",
|
|
@@ -15320,7 +15323,7 @@ const kdsTwinListSearchMode = {
|
|
|
15320
15323
|
};
|
|
15321
15324
|
const kdsTwinListSearchModes = Object.values(kdsTwinListSearchMode);
|
|
15322
15325
|
|
|
15323
|
-
const _sfc_main$
|
|
15326
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
15324
15327
|
__name: "TwinListHeader",
|
|
15325
15328
|
props: /* @__PURE__ */ mergeModels({
|
|
15326
15329
|
filterTypes: { default: () => void 0 },
|
|
@@ -15396,7 +15399,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15396
15399
|
ariaLabel: "Search values",
|
|
15397
15400
|
placeholder: "Search",
|
|
15398
15401
|
disabled: __props.disabled
|
|
15399
|
-
}, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$
|
|
15402
|
+
}, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$I), {
|
|
15400
15403
|
key: 2,
|
|
15401
15404
|
modelValue: pattern.value,
|
|
15402
15405
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => pattern.value = $event),
|
|
@@ -15410,7 +15413,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15410
15413
|
placeholder: "Pattern",
|
|
15411
15414
|
disabled: __props.disabled,
|
|
15412
15415
|
"onUpdate:regex": _cache[6] || (_cache[6] = ($event) => emit("update:regex", $event))
|
|
15413
|
-
}, null, 8, ["modelValue", "case-sensitive", "exclude-matches", "use-regex", "disabled"])) : (openBlock(), createBlock(unref(_sfc_main$
|
|
15416
|
+
}, null, 8, ["modelValue", "case-sensitive", "exclude-matches", "use-regex", "disabled"])) : (openBlock(), createBlock(unref(_sfc_main$w), {
|
|
15414
15417
|
key: 3,
|
|
15415
15418
|
modelValue: selectedTypes.value,
|
|
15416
15419
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => selectedTypes.value = $event),
|
|
@@ -15424,8 +15427,8 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15424
15427
|
}
|
|
15425
15428
|
});
|
|
15426
15429
|
|
|
15427
|
-
const _hoisted_1$
|
|
15428
|
-
const _sfc_main$
|
|
15430
|
+
const _hoisted_1$k = { class: "kds-twin-list" };
|
|
15431
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
15429
15432
|
__name: "KdsTwinList",
|
|
15430
15433
|
props: /* @__PURE__ */ mergeModels({
|
|
15431
15434
|
description: {},
|
|
@@ -15556,8 +15559,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15556
15559
|
"preserve-sub-text-space": __props.preserveSubTextSpace
|
|
15557
15560
|
}, {
|
|
15558
15561
|
default: withCtx(() => [
|
|
15559
|
-
createElementVNode("div", _hoisted_1$
|
|
15560
|
-
createVNode(_sfc_main$
|
|
15562
|
+
createElementVNode("div", _hoisted_1$k, [
|
|
15563
|
+
createVNode(_sfc_main$r, {
|
|
15561
15564
|
mode: mode.value,
|
|
15562
15565
|
"onUpdate:mode": _cache[0] || (_cache[0] = ($event) => mode.value = $event),
|
|
15563
15566
|
pattern: pattern.value,
|
|
@@ -15598,7 +15601,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15598
15601
|
}
|
|
15599
15602
|
});
|
|
15600
15603
|
|
|
15601
|
-
const KdsTwinList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15604
|
+
const KdsTwinList = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-1a9327b5"]]);
|
|
15602
15605
|
|
|
15603
15606
|
const useSortableListBoxReorder = ({
|
|
15604
15607
|
orderedIds,
|
|
@@ -15657,11 +15660,11 @@ const useSortableListBoxReorder = ({
|
|
|
15657
15660
|
};
|
|
15658
15661
|
};
|
|
15659
15662
|
|
|
15660
|
-
const _hoisted_1$
|
|
15661
|
-
const _hoisted_2$
|
|
15663
|
+
const _hoisted_1$j = { class: "kds-sortable-list-box-wrapper" };
|
|
15664
|
+
const _hoisted_2$9 = { class: "kds-sortable-top-buttons" };
|
|
15662
15665
|
const _hoisted_3$8 = { class: "kds-sortable-top-buttons-left" };
|
|
15663
15666
|
const _hoisted_4$7 = { class: "kds-sortable-footer-buttons" };
|
|
15664
|
-
const _sfc_main$
|
|
15667
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
15665
15668
|
__name: "KdsSortableListBox",
|
|
15666
15669
|
props: /* @__PURE__ */ mergeModels({
|
|
15667
15670
|
possibleValues: {},
|
|
@@ -15718,10 +15721,10 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15718
15721
|
"preserve-sub-text-space": __props.preserveSubTextSpace
|
|
15719
15722
|
}), {
|
|
15720
15723
|
default: withCtx(() => [
|
|
15721
|
-
createElementVNode("div", _hoisted_1$
|
|
15722
|
-
createElementVNode("div", _hoisted_2$
|
|
15724
|
+
createElementVNode("div", _hoisted_1$j, [
|
|
15725
|
+
createElementVNode("div", _hoisted_2$9, [
|
|
15723
15726
|
createElementVNode("div", _hoisted_3$8, [
|
|
15724
|
-
createVNode(_sfc_main$
|
|
15727
|
+
createVNode(_sfc_main$1o, {
|
|
15725
15728
|
size: "small",
|
|
15726
15729
|
variant: "transparent",
|
|
15727
15730
|
"leading-icon": "sort-descending",
|
|
@@ -15729,7 +15732,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15729
15732
|
disabled: __props.disabled,
|
|
15730
15733
|
onClick: _cache[0] || (_cache[0] = ($event) => applyReorder(unref(sortByText)(true, optionLookup.value)))
|
|
15731
15734
|
}, null, 8, ["disabled"]),
|
|
15732
|
-
createVNode(_sfc_main$
|
|
15735
|
+
createVNode(_sfc_main$1o, {
|
|
15733
15736
|
size: "small",
|
|
15734
15737
|
variant: "transparent",
|
|
15735
15738
|
"leading-icon": "sort-ascending",
|
|
@@ -15738,7 +15741,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15738
15741
|
onClick: _cache[1] || (_cache[1] = ($event) => applyReorder(unref(sortByText)(false, optionLookup.value)))
|
|
15739
15742
|
}, null, 8, ["disabled"])
|
|
15740
15743
|
]),
|
|
15741
|
-
createVNode(_sfc_main$
|
|
15744
|
+
createVNode(_sfc_main$1o, {
|
|
15742
15745
|
size: "small",
|
|
15743
15746
|
variant: "transparent",
|
|
15744
15747
|
destructive: "",
|
|
@@ -15760,7 +15763,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15760
15763
|
/* fallback only for TS */
|
|
15761
15764
|
}, null, 8, ["modelValue", "possible-values", "disabled", "error", "ariaLabel"]),
|
|
15762
15765
|
createElementVNode("div", _hoisted_4$7, [
|
|
15763
|
-
createVNode(_sfc_main$
|
|
15766
|
+
createVNode(_sfc_main$1o, {
|
|
15764
15767
|
size: "small",
|
|
15765
15768
|
variant: "transparent",
|
|
15766
15769
|
"leading-icon": "to-top",
|
|
@@ -15769,7 +15772,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15769
15772
|
disabled: __props.disabled || !unref(canMoveUp),
|
|
15770
15773
|
onClick: moveToTop
|
|
15771
15774
|
}, null, 8, ["disabled"]),
|
|
15772
|
-
createVNode(_sfc_main$
|
|
15775
|
+
createVNode(_sfc_main$1o, {
|
|
15773
15776
|
size: "small",
|
|
15774
15777
|
variant: "transparent",
|
|
15775
15778
|
"leading-icon": "to-bottom",
|
|
@@ -15778,7 +15781,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15778
15781
|
disabled: __props.disabled || !unref(canMoveDown),
|
|
15779
15782
|
onClick: moveToBottom
|
|
15780
15783
|
}, null, 8, ["disabled"]),
|
|
15781
|
-
createVNode(_sfc_main$
|
|
15784
|
+
createVNode(_sfc_main$1o, {
|
|
15782
15785
|
size: "small",
|
|
15783
15786
|
variant: "transparent",
|
|
15784
15787
|
"leading-icon": "arrow-up",
|
|
@@ -15787,7 +15790,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15787
15790
|
disabled: __props.disabled || !unref(canMoveUp),
|
|
15788
15791
|
onClick: moveUp
|
|
15789
15792
|
}, null, 8, ["disabled"]),
|
|
15790
|
-
createVNode(_sfc_main$
|
|
15793
|
+
createVNode(_sfc_main$1o, {
|
|
15791
15794
|
size: "small",
|
|
15792
15795
|
variant: "transparent",
|
|
15793
15796
|
"leading-icon": "arrow-down",
|
|
@@ -15805,10 +15808,10 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15805
15808
|
}
|
|
15806
15809
|
});
|
|
15807
15810
|
|
|
15808
|
-
const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15811
|
+
const KdsSortableListBox = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-ee7b63e2"]]);
|
|
15809
15812
|
|
|
15810
|
-
const _hoisted_1$
|
|
15811
|
-
const _sfc_main$
|
|
15813
|
+
const _hoisted_1$i = { class: "kds-info-popover-content" };
|
|
15814
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
15812
15815
|
__name: "InfoPopover",
|
|
15813
15816
|
props: {
|
|
15814
15817
|
content: {}
|
|
@@ -15816,7 +15819,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
15816
15819
|
setup(__props) {
|
|
15817
15820
|
const props = __props;
|
|
15818
15821
|
return (_ctx, _cache) => {
|
|
15819
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
15822
|
+
return openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
15820
15823
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15821
15824
|
createTextVNode(toDisplayString(props.content), 1)
|
|
15822
15825
|
], true)
|
|
@@ -15825,11 +15828,11 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
15825
15828
|
}
|
|
15826
15829
|
});
|
|
15827
15830
|
|
|
15828
|
-
const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15831
|
+
const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-951f2a2b"]]);
|
|
15829
15832
|
|
|
15830
|
-
const _hoisted_1$
|
|
15833
|
+
const _hoisted_1$h = ["aria-pressed", "aria-expanded", "aria-controls"];
|
|
15831
15834
|
const TITLE = "Click for more information";
|
|
15832
|
-
const _sfc_main$
|
|
15835
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
15833
15836
|
__name: "KdsInfoToggleButton",
|
|
15834
15837
|
props: /* @__PURE__ */ mergeModels({
|
|
15835
15838
|
content: {},
|
|
@@ -15871,7 +15874,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
15871
15874
|
name: "circle-question",
|
|
15872
15875
|
size: "small"
|
|
15873
15876
|
})
|
|
15874
|
-
], 16, _hoisted_1$
|
|
15877
|
+
], 16, _hoisted_1$h),
|
|
15875
15878
|
createVNode(KdsPopover, {
|
|
15876
15879
|
ref_key: "popoverEl",
|
|
15877
15880
|
ref: popoverEl,
|
|
@@ -15898,18 +15901,18 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
15898
15901
|
}
|
|
15899
15902
|
});
|
|
15900
15903
|
|
|
15901
|
-
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15904
|
+
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-2e9ef96a"]]);
|
|
15902
15905
|
|
|
15903
15906
|
const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
15904
15907
|
__proto__: null,
|
|
15905
15908
|
default: KdsInfoToggleButton
|
|
15906
15909
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
15907
15910
|
|
|
15908
|
-
const _hoisted_1$
|
|
15911
|
+
const _hoisted_1$g = {
|
|
15909
15912
|
class: "kds-variable-popover",
|
|
15910
15913
|
tabindex: "0"
|
|
15911
15914
|
};
|
|
15912
|
-
const _sfc_main$
|
|
15915
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
15913
15916
|
__name: "VariablePopover",
|
|
15914
15917
|
props: {
|
|
15915
15918
|
content: {}
|
|
@@ -15917,7 +15920,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
15917
15920
|
setup(__props) {
|
|
15918
15921
|
const props = __props;
|
|
15919
15922
|
return (_ctx, _cache) => {
|
|
15920
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
15923
|
+
return openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
15921
15924
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
15922
15925
|
createTextVNode(toDisplayString(props.content), 1)
|
|
15923
15926
|
], true)
|
|
@@ -15926,10 +15929,10 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
15926
15929
|
}
|
|
15927
15930
|
});
|
|
15928
15931
|
|
|
15929
|
-
const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15932
|
+
const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-8a0c56d0"]]);
|
|
15930
15933
|
|
|
15931
|
-
const _hoisted_1$
|
|
15932
|
-
const _sfc_main$
|
|
15934
|
+
const _hoisted_1$f = ["title", "aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
|
|
15935
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
15933
15936
|
__name: "KdsVariableToggleButton",
|
|
15934
15937
|
props: /* @__PURE__ */ mergeModels({
|
|
15935
15938
|
content: {},
|
|
@@ -16018,7 +16021,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
16018
16021
|
name: iconName.value,
|
|
16019
16022
|
size: "small"
|
|
16020
16023
|
}, null, 8, ["name"])
|
|
16021
|
-
], 16, _hoisted_1$
|
|
16024
|
+
], 16, _hoisted_1$f),
|
|
16022
16025
|
createVNode(KdsPopover, {
|
|
16023
16026
|
ref_key: "popoverEl",
|
|
16024
16027
|
ref: popoverEl,
|
|
@@ -16046,15 +16049,15 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
16046
16049
|
}
|
|
16047
16050
|
});
|
|
16048
16051
|
|
|
16049
|
-
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16052
|
+
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-b6d29842"]]);
|
|
16050
16053
|
|
|
16051
|
-
const _hoisted_1$
|
|
16052
|
-
const _hoisted_2$
|
|
16054
|
+
const _hoisted_1$e = { class: "kds-accordion" };
|
|
16055
|
+
const _hoisted_2$8 = ["name", "open", "onToggle"];
|
|
16053
16056
|
const _hoisted_3$7 = ["aria-disabled", "tabindex", "onClick", "onKeydown"];
|
|
16054
16057
|
const _hoisted_4$6 = { class: "kds-accordion-headline-container" };
|
|
16055
16058
|
const _hoisted_5$3 = { class: "kds-accordion-headline" };
|
|
16056
16059
|
const _hoisted_6$1 = { class: "kds-accordion-content" };
|
|
16057
|
-
const _sfc_main$
|
|
16060
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
16058
16061
|
__name: "KdsAccordion",
|
|
16059
16062
|
props: /* @__PURE__ */ mergeModels({
|
|
16060
16063
|
items: {},
|
|
@@ -16179,7 +16182,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
16179
16182
|
() => __props.singleExpand ? `kds-accordion-${accordionId}` : void 0
|
|
16180
16183
|
);
|
|
16181
16184
|
return (_ctx, _cache) => {
|
|
16182
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16185
|
+
return openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
16183
16186
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item) => {
|
|
16184
16187
|
return openBlock(), createElementBlock("details", {
|
|
16185
16188
|
key: item.id,
|
|
@@ -16214,17 +16217,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
16214
16217
|
createElementVNode("div", _hoisted_6$1, [
|
|
16215
16218
|
renderSlot(_ctx.$slots, item.id, { item }, void 0, true)
|
|
16216
16219
|
])
|
|
16217
|
-
], 40, _hoisted_2$
|
|
16220
|
+
], 40, _hoisted_2$8);
|
|
16218
16221
|
}), 128))
|
|
16219
16222
|
]);
|
|
16220
16223
|
};
|
|
16221
16224
|
}
|
|
16222
16225
|
});
|
|
16223
16226
|
|
|
16224
|
-
const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16227
|
+
const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-0beea165"]]);
|
|
16225
16228
|
|
|
16226
|
-
const _hoisted_1$
|
|
16227
|
-
const _hoisted_2$
|
|
16229
|
+
const _hoisted_1$d = { class: "kds-card-header" };
|
|
16230
|
+
const _hoisted_2$7 = {
|
|
16228
16231
|
key: 0,
|
|
16229
16232
|
class: "accessory"
|
|
16230
16233
|
};
|
|
@@ -16234,15 +16237,15 @@ const _hoisted_4$5 = {
|
|
|
16234
16237
|
class: "actions",
|
|
16235
16238
|
"data-kds-card-secondary-action": ""
|
|
16236
16239
|
};
|
|
16237
|
-
const _sfc_main$
|
|
16240
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
16238
16241
|
__name: "CardHeader",
|
|
16239
16242
|
props: {
|
|
16240
16243
|
headline: {}
|
|
16241
16244
|
},
|
|
16242
16245
|
setup(__props) {
|
|
16243
16246
|
return (_ctx, _cache) => {
|
|
16244
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16245
|
-
_ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
16247
|
+
return openBlock(), createElementBlock("div", _hoisted_1$d, [
|
|
16248
|
+
_ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$7, [
|
|
16246
16249
|
renderSlot(_ctx.$slots, "accessory", {}, void 0, true)
|
|
16247
16250
|
])) : createCommentVNode("", true),
|
|
16248
16251
|
__props.headline ? (openBlock(), createElementBlock("h6", _hoisted_3$6, toDisplayString(__props.headline), 1)) : createCommentVNode("", true),
|
|
@@ -16254,9 +16257,9 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
16254
16257
|
}
|
|
16255
16258
|
});
|
|
16256
16259
|
|
|
16257
|
-
const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16260
|
+
const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-09093cc0"]]);
|
|
16258
16261
|
|
|
16259
|
-
const _sfc_main$
|
|
16262
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
16260
16263
|
__name: "BaseCard",
|
|
16261
16264
|
props: {
|
|
16262
16265
|
variant: {},
|
|
@@ -16295,9 +16298,9 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
16295
16298
|
}
|
|
16296
16299
|
});
|
|
16297
16300
|
|
|
16298
|
-
const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16301
|
+
const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-a1aff6d6"]]);
|
|
16299
16302
|
|
|
16300
|
-
const _sfc_main$
|
|
16303
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
16301
16304
|
__name: "KdsCard",
|
|
16302
16305
|
props: {
|
|
16303
16306
|
variant: { default: "outlined" },
|
|
@@ -16334,8 +16337,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
16334
16337
|
}
|
|
16335
16338
|
});
|
|
16336
16339
|
|
|
16337
|
-
const _hoisted_1$
|
|
16338
|
-
const _sfc_main$
|
|
16340
|
+
const _hoisted_1$c = ["aria-label", "aria-labelledby", "disabled"];
|
|
16341
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
16339
16342
|
__name: "KdsClickableCard",
|
|
16340
16343
|
props: {
|
|
16341
16344
|
variant: { default: "filled" },
|
|
@@ -16368,7 +16371,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
16368
16371
|
disabled: __props.disabled,
|
|
16369
16372
|
"data-kds-card-primary-action": "",
|
|
16370
16373
|
onClick
|
|
16371
|
-
}, null, 8, _hoisted_1$
|
|
16374
|
+
}, null, 8, _hoisted_1$c)
|
|
16372
16375
|
]),
|
|
16373
16376
|
default: withCtx(() => [
|
|
16374
16377
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -16394,9 +16397,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
16394
16397
|
}
|
|
16395
16398
|
});
|
|
16396
16399
|
|
|
16397
|
-
const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16400
|
+
const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-04004cbf"]]);
|
|
16398
16401
|
|
|
16399
|
-
const _sfc_main$
|
|
16402
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
16400
16403
|
__name: "KdsLinkCard",
|
|
16401
16404
|
props: {
|
|
16402
16405
|
variant: { default: "filled" },
|
|
@@ -16460,10 +16463,10 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
16460
16463
|
}
|
|
16461
16464
|
});
|
|
16462
16465
|
|
|
16463
|
-
const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16466
|
+
const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-1696fd9e"]]);
|
|
16464
16467
|
|
|
16465
|
-
const _hoisted_1$
|
|
16466
|
-
const _sfc_main$
|
|
16468
|
+
const _hoisted_1$b = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
|
|
16469
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
16467
16470
|
__name: "KdsSelectableCard",
|
|
16468
16471
|
props: /* @__PURE__ */ mergeModels({
|
|
16469
16472
|
variant: { default: "filled" },
|
|
@@ -16501,7 +16504,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
16501
16504
|
"aria-pressed": modelValue.value,
|
|
16502
16505
|
"data-kds-card-primary-action": "",
|
|
16503
16506
|
onClick
|
|
16504
|
-
}, null, 8, _hoisted_1$
|
|
16507
|
+
}, null, 8, _hoisted_1$b)
|
|
16505
16508
|
]),
|
|
16506
16509
|
default: withCtx(() => [
|
|
16507
16510
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -16527,7 +16530,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
16527
16530
|
}
|
|
16528
16531
|
});
|
|
16529
16532
|
|
|
16530
|
-
const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16533
|
+
const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-af9b9bf6"]]);
|
|
16531
16534
|
|
|
16532
16535
|
const kdsCardVariant = {
|
|
16533
16536
|
FILLED: "filled",
|
|
@@ -16548,8 +16551,8 @@ const kdsPanelBodyVariant = {
|
|
|
16548
16551
|
};
|
|
16549
16552
|
const kdsPanelBodyVariants = Object.values(kdsPanelBodyVariant);
|
|
16550
16553
|
|
|
16551
|
-
const _hoisted_1$
|
|
16552
|
-
const _hoisted_2$
|
|
16554
|
+
const _hoisted_1$a = { class: "kds-panel" };
|
|
16555
|
+
const _hoisted_2$6 = {
|
|
16553
16556
|
key: 0,
|
|
16554
16557
|
class: "kds-panel-header"
|
|
16555
16558
|
};
|
|
@@ -16569,7 +16572,7 @@ const _hoisted_7 = {
|
|
|
16569
16572
|
};
|
|
16570
16573
|
const _hoisted_8 = { class: "kds-panel-footer-leading" };
|
|
16571
16574
|
const _hoisted_9 = { class: "kds-panel-footer-trailing" };
|
|
16572
|
-
const _sfc_main$
|
|
16575
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
16573
16576
|
__name: "KdsPanel",
|
|
16574
16577
|
props: {
|
|
16575
16578
|
headline: {},
|
|
@@ -16601,17 +16604,17 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
16601
16604
|
() => isBodyKeyboardFocusable.value && !bodyAriaLabel.value ? slotHeadlineId.value : void 0
|
|
16602
16605
|
);
|
|
16603
16606
|
return (_ctx, _cache) => {
|
|
16604
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16605
|
-
hasHeader.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
16607
|
+
return openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
16608
|
+
hasHeader.value ? (openBlock(), createElementBlock("div", _hoisted_2$6, [
|
|
16606
16609
|
__props.headline ? (openBlock(), createElementBlock("div", {
|
|
16607
16610
|
key: 0,
|
|
16608
16611
|
id: unref(headlineId),
|
|
16609
16612
|
class: "kds-panel-headline"
|
|
16610
16613
|
}, [
|
|
16611
|
-
typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$4, toDisplayString(__props.headline), 1)) : __props.headline.type === "button" ? (openBlock(), createBlock(_sfc_main$
|
|
16614
|
+
typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$4, toDisplayString(__props.headline), 1)) : __props.headline.type === "button" ? (openBlock(), createBlock(_sfc_main$1o, mergeProps({ key: 1 }, __props.headline.props, {
|
|
16612
16615
|
size: "small",
|
|
16613
16616
|
onClick: __props.headline.onClick
|
|
16614
|
-
}), null, 16, ["onClick"])) : __props.headline.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$
|
|
16617
|
+
}), null, 16, ["onClick"])) : __props.headline.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1d, mergeProps({ key: 2 }, __props.headline.props, {
|
|
16615
16618
|
size: "small",
|
|
16616
16619
|
onItemClick: __props.headline.onItemClick
|
|
16617
16620
|
}), null, 16, ["onItemClick"])) : createCommentVNode("", true)
|
|
@@ -16619,19 +16622,19 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
16619
16622
|
__props.headlineTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
|
|
16620
16623
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.headlineTrailingActions, (action, index) => {
|
|
16621
16624
|
return openBlock(), createElementBlock(Fragment, { key: index }, [
|
|
16622
|
-
action.type === "button" ? (openBlock(), createBlock(_sfc_main$
|
|
16625
|
+
action.type === "button" ? (openBlock(), createBlock(_sfc_main$1o, mergeProps({
|
|
16623
16626
|
key: 0,
|
|
16624
16627
|
ref_for: true
|
|
16625
16628
|
}, action.props, {
|
|
16626
16629
|
size: "small",
|
|
16627
16630
|
onClick: action.onClick
|
|
16628
|
-
}), null, 16, ["onClick"])) : action.type === "toggleButton" ? (openBlock(), createBlock(_sfc_main$
|
|
16631
|
+
}), null, 16, ["onClick"])) : action.type === "toggleButton" ? (openBlock(), createBlock(_sfc_main$1l, mergeProps({
|
|
16629
16632
|
key: 1,
|
|
16630
16633
|
ref_for: true
|
|
16631
16634
|
}, action.props, {
|
|
16632
16635
|
size: "small",
|
|
16633
16636
|
"onUpdate:modelValue": action.onUpdateModelValue
|
|
16634
|
-
}), null, 16, ["onUpdate:modelValue"])) : action.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$
|
|
16637
|
+
}), null, 16, ["onUpdate:modelValue"])) : action.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1d, mergeProps({
|
|
16635
16638
|
key: 2,
|
|
16636
16639
|
ref_for: true
|
|
16637
16640
|
}, action.props, {
|
|
@@ -16660,7 +16663,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
16660
16663
|
__props.footerLeadingActions?.length || __props.footerTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_7, [
|
|
16661
16664
|
createElementVNode("div", _hoisted_8, [
|
|
16662
16665
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerLeadingActions, (action, index) => {
|
|
16663
|
-
return openBlock(), createBlock(_sfc_main$
|
|
16666
|
+
return openBlock(), createBlock(_sfc_main$1o, mergeProps({
|
|
16664
16667
|
key: `leading-${index}`
|
|
16665
16668
|
}, { ref_for: true }, action.props, {
|
|
16666
16669
|
onClick: action.onClick
|
|
@@ -16669,7 +16672,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
16669
16672
|
]),
|
|
16670
16673
|
createElementVNode("div", _hoisted_9, [
|
|
16671
16674
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerTrailingActions, (action, index) => {
|
|
16672
|
-
return openBlock(), createBlock(_sfc_main$
|
|
16675
|
+
return openBlock(), createBlock(_sfc_main$1o, mergeProps({
|
|
16673
16676
|
key: `trailing-${index}`
|
|
16674
16677
|
}, { ref_for: true }, action.props, {
|
|
16675
16678
|
onClick: action.onClick
|
|
@@ -16682,9 +16685,9 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
16682
16685
|
}
|
|
16683
16686
|
});
|
|
16684
16687
|
|
|
16685
|
-
const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16688
|
+
const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-d3124a50"]]);
|
|
16686
16689
|
|
|
16687
|
-
const _sfc_main$
|
|
16690
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
16688
16691
|
__name: "TabBarItemAccessory",
|
|
16689
16692
|
props: {
|
|
16690
16693
|
accessory: {},
|
|
@@ -16814,15 +16817,15 @@ const useTabBarAdaptiveLayout = ({
|
|
|
16814
16817
|
};
|
|
16815
16818
|
};
|
|
16816
16819
|
|
|
16817
|
-
const _hoisted_1$
|
|
16818
|
-
const _hoisted_2$
|
|
16820
|
+
const _hoisted_1$9 = { class: "kds-tab-bar-wrapper" };
|
|
16821
|
+
const _hoisted_2$5 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
|
|
16819
16822
|
const _hoisted_3$4 = { class: "kds-tab-label" };
|
|
16820
16823
|
const _hoisted_4$3 = {
|
|
16821
16824
|
key: 1,
|
|
16822
16825
|
class: "kds-tab-indicator"
|
|
16823
16826
|
};
|
|
16824
16827
|
const MIN_TAB_WIDTH_TOKEN = "--kds-dimension-component-width-4x";
|
|
16825
|
-
const _sfc_main$
|
|
16828
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
16826
16829
|
__name: "KdsTabBar",
|
|
16827
16830
|
props: /* @__PURE__ */ mergeModels({
|
|
16828
16831
|
tabs: {},
|
|
@@ -16946,7 +16949,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
16946
16949
|
{ immediate: true }
|
|
16947
16950
|
);
|
|
16948
16951
|
return (_ctx, _cache) => {
|
|
16949
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16952
|
+
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
16950
16953
|
createElementVNode("div", {
|
|
16951
16954
|
ref_key: "availableWidthContainer",
|
|
16952
16955
|
ref: availableWidthContainer,
|
|
@@ -16976,7 +16979,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
16976
16979
|
onClick: ($event) => selectTab(tab),
|
|
16977
16980
|
onKeydown: ($event) => handleKeydown($event, tab)
|
|
16978
16981
|
}, [
|
|
16979
|
-
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$
|
|
16982
|
+
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$c, {
|
|
16980
16983
|
key: 0,
|
|
16981
16984
|
accessory: tab.accessory,
|
|
16982
16985
|
"icon-size": __props.size === "large" ? "large" : "medium",
|
|
@@ -16984,7 +16987,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
16984
16987
|
}, null, 8, ["accessory", "icon-size", "disabled"])) : createCommentVNode("", true),
|
|
16985
16988
|
createElementVNode("span", _hoisted_3$4, toDisplayString(tab.label), 1),
|
|
16986
16989
|
modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$3)) : createCommentVNode("", true)
|
|
16987
|
-
], 42, _hoisted_2$
|
|
16990
|
+
], 42, _hoisted_2$5);
|
|
16988
16991
|
}), 128))
|
|
16989
16992
|
], 2)
|
|
16990
16993
|
]);
|
|
@@ -16992,7 +16995,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
16992
16995
|
}
|
|
16993
16996
|
});
|
|
16994
16997
|
|
|
16995
|
-
const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16998
|
+
const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-91f95f5f"]]);
|
|
16996
16999
|
|
|
16997
17000
|
const kdsTabBarSize = {
|
|
16998
17001
|
SMALL: "small",
|
|
@@ -17000,7 +17003,7 @@ const kdsTabBarSize = {
|
|
|
17000
17003
|
};
|
|
17001
17004
|
const kdsTabBarSizes = Object.values(kdsTabBarSize);
|
|
17002
17005
|
|
|
17003
|
-
const _sfc_main$
|
|
17006
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
17004
17007
|
__name: "LoadingSkeletonItem",
|
|
17005
17008
|
props: {
|
|
17006
17009
|
shape: { default: "text" }
|
|
@@ -17015,14 +17018,14 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
17015
17018
|
}
|
|
17016
17019
|
});
|
|
17017
17020
|
|
|
17018
|
-
const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17021
|
+
const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-86829b28"]]);
|
|
17019
17022
|
|
|
17020
|
-
const _hoisted_1$
|
|
17023
|
+
const _hoisted_1$8 = {
|
|
17021
17024
|
key: 0,
|
|
17022
17025
|
class: "kds-loading-skeleton",
|
|
17023
17026
|
"aria-busy": "true"
|
|
17024
17027
|
};
|
|
17025
|
-
const _hoisted_2$
|
|
17028
|
+
const _hoisted_2$4 = {
|
|
17026
17029
|
key: 0,
|
|
17027
17030
|
class: "kds-loading-skeleton-headline-with-paragraph"
|
|
17028
17031
|
};
|
|
@@ -17032,7 +17035,7 @@ const _hoisted_4$2 = {
|
|
|
17032
17035
|
class: "kds-loading-skeleton-input-with-label"
|
|
17033
17036
|
};
|
|
17034
17037
|
const _hoisted_5$1 = { class: "kds-loading-skeleton-list-item-text" };
|
|
17035
|
-
const _sfc_main$
|
|
17038
|
+
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
17036
17039
|
__name: "KdsLoadingSkeleton",
|
|
17037
17040
|
props: {
|
|
17038
17041
|
variant: { default: "text" },
|
|
@@ -17045,12 +17048,12 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
17045
17048
|
"v59c08829": _ctx.repeatGap
|
|
17046
17049
|
}));
|
|
17047
17050
|
return (_ctx, _cache) => {
|
|
17048
|
-
return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
17051
|
+
return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
17049
17052
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.repeat, (index) => {
|
|
17050
17053
|
return openBlock(), createElementBlock(Fragment, {
|
|
17051
17054
|
key: `skeleton-${index}`
|
|
17052
17055
|
}, [
|
|
17053
|
-
__props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
17056
|
+
__props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
|
|
17054
17057
|
createVNode(LoadingSkeletonItem, {
|
|
17055
17058
|
shape: "text",
|
|
17056
17059
|
class: "headline"
|
|
@@ -17100,7 +17103,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
17100
17103
|
}
|
|
17101
17104
|
});
|
|
17102
17105
|
|
|
17103
|
-
const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17106
|
+
const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-e6597718"]]);
|
|
17104
17107
|
|
|
17105
17108
|
const loadingSkeletonItemShape = {
|
|
17106
17109
|
TEXT: "text",
|
|
@@ -17127,7 +17130,7 @@ const kdsLoadingSkeletonVariants = Object.values(
|
|
|
17127
17130
|
kdsLoadingSkeletonVariant
|
|
17128
17131
|
);
|
|
17129
17132
|
|
|
17130
|
-
const _sfc_main$
|
|
17133
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
17131
17134
|
__name: "KdsNavItem",
|
|
17132
17135
|
props: {
|
|
17133
17136
|
label: {},
|
|
@@ -17220,7 +17223,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
17220
17223
|
disabled: __props.disabled
|
|
17221
17224
|
}, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
|
|
17222
17225
|
__props.badge ? (openBlock(), createBlock(unref(KdsBadge), mergeProps({ key: 1 }, __props.badge, { size: "xxsmall" }), null, 16)) : createCommentVNode("", true),
|
|
17223
|
-
__props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$
|
|
17226
|
+
__props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$1o), mergeProps({ key: 2 }, __props.trailingButton, {
|
|
17224
17227
|
size: "xsmall",
|
|
17225
17228
|
onClick: onButtonClick
|
|
17226
17229
|
}), null, 16)) : createCommentVNode("", true)
|
|
@@ -17230,10 +17233,10 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
17230
17233
|
}
|
|
17231
17234
|
});
|
|
17232
17235
|
|
|
17233
|
-
const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17236
|
+
const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-17711664"]]);
|
|
17234
17237
|
|
|
17235
|
-
const _hoisted_1$
|
|
17236
|
-
const _sfc_main$
|
|
17238
|
+
const _hoisted_1$7 = ["aria-label"];
|
|
17239
|
+
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
17237
17240
|
__name: "KdsNavigation",
|
|
17238
17241
|
props: /* @__PURE__ */ mergeModels({
|
|
17239
17242
|
ariaLabel: {},
|
|
@@ -17274,18 +17277,18 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
17274
17277
|
})) : createCommentVNode("", true)
|
|
17275
17278
|
]);
|
|
17276
17279
|
}), 128))
|
|
17277
|
-
], 8, _hoisted_1$
|
|
17280
|
+
], 8, _hoisted_1$7);
|
|
17278
17281
|
};
|
|
17279
17282
|
}
|
|
17280
17283
|
});
|
|
17281
17284
|
|
|
17282
|
-
const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17285
|
+
const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-6cc9519f"]]);
|
|
17283
17286
|
|
|
17284
|
-
const _hoisted_1$
|
|
17287
|
+
const _hoisted_1$6 = {
|
|
17285
17288
|
key: 1,
|
|
17286
17289
|
class: "breadcrumb-label"
|
|
17287
17290
|
};
|
|
17288
|
-
const _hoisted_2$
|
|
17291
|
+
const _hoisted_2$3 = ["aria-label", "aria-current", "title"];
|
|
17289
17292
|
const _hoisted_3$2 = {
|
|
17290
17293
|
key: 1,
|
|
17291
17294
|
class: "breadcrumb-label"
|
|
@@ -17295,7 +17298,7 @@ const _hoisted_5 = {
|
|
|
17295
17298
|
key: 1,
|
|
17296
17299
|
class: "breadcrumb-label"
|
|
17297
17300
|
};
|
|
17298
|
-
const _sfc_main$
|
|
17301
|
+
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
17299
17302
|
__name: "BreadcrumbItem",
|
|
17300
17303
|
props: {
|
|
17301
17304
|
item: {},
|
|
@@ -17331,7 +17334,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
17331
17334
|
name: __props.item.leadingIcon,
|
|
17332
17335
|
class: "breadcrumb-icon"
|
|
17333
17336
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
17334
|
-
__props.item.text ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
17337
|
+
__props.item.text ? (openBlock(), createElementBlock("span", _hoisted_1$6, toDisplayString(__props.item.text), 1)) : createCommentVNode("", true)
|
|
17335
17338
|
]),
|
|
17336
17339
|
_: 1
|
|
17337
17340
|
}, 8, ["to", "aria-label", "aria-current", "title"])) : isButtonItem.value ? (openBlock(), createElementBlock("button", {
|
|
@@ -17349,7 +17352,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
17349
17352
|
class: "breadcrumb-icon"
|
|
17350
17353
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
17351
17354
|
__props.item.text ? (openBlock(), createElementBlock("span", _hoisted_3$2, toDisplayString(__props.item.text), 1)) : createCommentVNode("", true)
|
|
17352
|
-
], 8, _hoisted_2$
|
|
17355
|
+
], 8, _hoisted_2$3)) : (openBlock(), createElementBlock("span", {
|
|
17353
17356
|
key: 2,
|
|
17354
17357
|
class: "kds-breadcrumb-item",
|
|
17355
17358
|
"aria-label": __props.item.ariaLabel,
|
|
@@ -17367,7 +17370,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
17367
17370
|
}
|
|
17368
17371
|
});
|
|
17369
17372
|
|
|
17370
|
-
const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17373
|
+
const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-fd7537fc"]]);
|
|
17371
17374
|
|
|
17372
17375
|
const useBreadcrumbAdaptiveLayout = (listRef, itemRefs, itemsSource) => {
|
|
17373
17376
|
const { width: listWidth } = useElementSize(listRef);
|
|
@@ -17466,8 +17469,8 @@ const useBreadcrumbAdaptiveLayout = (listRef, itemRefs, itemsSource) => {
|
|
|
17466
17469
|
});
|
|
17467
17470
|
};
|
|
17468
17471
|
|
|
17469
|
-
const _hoisted_1$
|
|
17470
|
-
const _sfc_main$
|
|
17472
|
+
const _hoisted_1$5 = ["aria-label"];
|
|
17473
|
+
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
17471
17474
|
__name: "KdsBreadcrumb",
|
|
17472
17475
|
props: {
|
|
17473
17476
|
items: {},
|
|
@@ -17510,12 +17513,12 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
17510
17513
|
], 2);
|
|
17511
17514
|
}), 128))
|
|
17512
17515
|
], 512)
|
|
17513
|
-
], 8, _hoisted_1$
|
|
17516
|
+
], 8, _hoisted_1$5)) : createCommentVNode("", true);
|
|
17514
17517
|
};
|
|
17515
17518
|
}
|
|
17516
17519
|
});
|
|
17517
17520
|
|
|
17518
|
-
const KdsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17521
|
+
const KdsBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-e93667af"]]);
|
|
17519
17522
|
|
|
17520
17523
|
const createUnwrappedPromise = () => {
|
|
17521
17524
|
let resolve = () => {
|
|
@@ -17564,14 +17567,14 @@ const kdsModalVariants = Object.values(kdsModalVariant);
|
|
|
17564
17567
|
width: kdsModalWidth.MEDIUM,
|
|
17565
17568
|
closedby: kdsModalClosedBy.CLOSEREQUEST});
|
|
17566
17569
|
|
|
17567
|
-
const _hoisted_1$
|
|
17568
|
-
const _hoisted_2$
|
|
17570
|
+
const _hoisted_1$4 = { class: "modal-header" };
|
|
17571
|
+
const _hoisted_2$2 = { class: "modal-header-headline" };
|
|
17569
17572
|
const _hoisted_3$1 = ["data-variant"];
|
|
17570
17573
|
const _hoisted_4 = {
|
|
17571
17574
|
key: 0,
|
|
17572
17575
|
class: "modal-footer"
|
|
17573
17576
|
};
|
|
17574
|
-
const _sfc_main$
|
|
17577
|
+
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
17575
17578
|
...{ inheritAttrs: false },
|
|
17576
17579
|
__name: "KdsModalLayout",
|
|
17577
17580
|
props: {
|
|
@@ -17588,14 +17591,14 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
17588
17591
|
const props = createPropsRestProxy(__props, ["headline", "variant", "overflow"]);
|
|
17589
17592
|
return (_ctx, _cache) => {
|
|
17590
17593
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
17591
|
-
createElementVNode("header", _hoisted_1$
|
|
17594
|
+
createElementVNode("header", _hoisted_1$4, [
|
|
17592
17595
|
props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
|
|
17593
17596
|
key: 0,
|
|
17594
17597
|
name: props.leadingIcon,
|
|
17595
17598
|
size: "medium"
|
|
17596
17599
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
17597
|
-
createElementVNode("div", _hoisted_2$
|
|
17598
|
-
createVNode(_sfc_main$
|
|
17600
|
+
createElementVNode("div", _hoisted_2$2, toDisplayString(__props.headline), 1),
|
|
17601
|
+
createVNode(_sfc_main$1o, {
|
|
17599
17602
|
"leading-icon": "x-close",
|
|
17600
17603
|
variant: "transparent",
|
|
17601
17604
|
size: "medium",
|
|
@@ -17618,10 +17621,10 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
17618
17621
|
}
|
|
17619
17622
|
});
|
|
17620
17623
|
|
|
17621
|
-
const KdsModalLayout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17624
|
+
const KdsModalLayout = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-62740dc9"]]);
|
|
17622
17625
|
|
|
17623
|
-
const _hoisted_1$
|
|
17624
|
-
const _sfc_main$
|
|
17626
|
+
const _hoisted_1$3 = ["closedby"];
|
|
17627
|
+
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
17625
17628
|
__name: "KdsModal",
|
|
17626
17629
|
props: {
|
|
17627
17630
|
leadingIcon: {},
|
|
@@ -17717,12 +17720,12 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
17717
17720
|
_: 3
|
|
17718
17721
|
}, 8, ["headline", "leading-icon", "variant", "overflow"])
|
|
17719
17722
|
], true)
|
|
17720
|
-
], 42, _hoisted_1$
|
|
17723
|
+
], 42, _hoisted_1$3)) : createCommentVNode("", true);
|
|
17721
17724
|
};
|
|
17722
17725
|
}
|
|
17723
17726
|
});
|
|
17724
17727
|
|
|
17725
|
-
const KdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17728
|
+
const KdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-f4a6776f"]]);
|
|
17726
17729
|
|
|
17727
17730
|
const defaultCancelButton = {
|
|
17728
17731
|
type: "cancel",
|
|
@@ -17803,16 +17806,16 @@ const useKdsDynamicModal = () => {
|
|
|
17803
17806
|
};
|
|
17804
17807
|
};
|
|
17805
17808
|
|
|
17806
|
-
const _hoisted_1$
|
|
17809
|
+
const _hoisted_1$2 = {
|
|
17807
17810
|
key: 1,
|
|
17808
17811
|
class: "confirmation"
|
|
17809
17812
|
};
|
|
17810
|
-
const _hoisted_2 = { class: "message" };
|
|
17813
|
+
const _hoisted_2$1 = { class: "message" };
|
|
17811
17814
|
const _hoisted_3 = {
|
|
17812
17815
|
key: 0,
|
|
17813
17816
|
class: "ask-again"
|
|
17814
17817
|
};
|
|
17815
|
-
const _sfc_main$
|
|
17818
|
+
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
17816
17819
|
__name: "KdsDynamicModalProvider",
|
|
17817
17820
|
setup(__props) {
|
|
17818
17821
|
const askAgain = ref(false);
|
|
@@ -17865,10 +17868,10 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
17865
17868
|
unref(config)?.type === "confirm" ? {
|
|
17866
17869
|
name: "body",
|
|
17867
17870
|
fn: withCtx(() => [
|
|
17868
|
-
unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1$
|
|
17869
|
-
createElementVNode("div", _hoisted_2, toDisplayString(unref(config).value.message), 1),
|
|
17871
|
+
unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1$2, [
|
|
17872
|
+
createElementVNode("div", _hoisted_2$1, toDisplayString(unref(config).value.message), 1),
|
|
17870
17873
|
unref(config).value.doNotAskAgain ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
17871
|
-
createVNode(_sfc_main$
|
|
17874
|
+
createVNode(_sfc_main$13, {
|
|
17872
17875
|
modelValue: askAgain.value,
|
|
17873
17876
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => askAgain.value = $event),
|
|
17874
17877
|
label: unref(config).value.doNotAskAgain.label,
|
|
@@ -17883,7 +17886,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
17883
17886
|
name: "footer",
|
|
17884
17887
|
fn: withCtx(() => [
|
|
17885
17888
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(config).value.buttons, (button, index) => {
|
|
17886
|
-
return openBlock(), createBlock(_sfc_main$
|
|
17889
|
+
return openBlock(), createBlock(_sfc_main$1o, {
|
|
17887
17890
|
key: index,
|
|
17888
17891
|
destructive: button.destructive,
|
|
17889
17892
|
autofocus: button.autofocus,
|
|
@@ -17913,15 +17916,15 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
17913
17916
|
}
|
|
17914
17917
|
});
|
|
17915
17918
|
|
|
17916
|
-
const KdsDynamicModalProvider = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
17919
|
+
const KdsDynamicModalProvider = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-41fc8d84"]]);
|
|
17917
17920
|
|
|
17918
|
-
const _hoisted_1 = {
|
|
17921
|
+
const _hoisted_1$1 = {
|
|
17919
17922
|
ref: "measureContainer",
|
|
17920
17923
|
class: "kds-button-group-measure",
|
|
17921
17924
|
"aria-hidden": "true",
|
|
17922
17925
|
inert: ""
|
|
17923
17926
|
};
|
|
17924
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
17927
|
+
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
17925
17928
|
...{ inheritAttrs: false },
|
|
17926
17929
|
__name: "KdsResponsiveButtonGroup",
|
|
17927
17930
|
props: {
|
|
@@ -18009,9 +18012,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18009
18012
|
});
|
|
18010
18013
|
return (_ctx, _cache) => {
|
|
18011
18014
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
18012
|
-
createElementVNode("div", _hoisted_1, [
|
|
18015
|
+
createElementVNode("div", _hoisted_1$1, [
|
|
18013
18016
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.buttons, (button) => {
|
|
18014
|
-
return openBlock(), createBlock(_sfc_main$
|
|
18017
|
+
return openBlock(), createBlock(_sfc_main$1o, {
|
|
18015
18018
|
ref_for: true,
|
|
18016
18019
|
ref: "measureButton",
|
|
18017
18020
|
key: button.id,
|
|
@@ -18020,7 +18023,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18020
18023
|
"leading-icon": button.leadingIcon
|
|
18021
18024
|
}, null, 8, ["label", "variant", "leading-icon"]);
|
|
18022
18025
|
}), 128)),
|
|
18023
|
-
createVNode(_sfc_main$
|
|
18026
|
+
createVNode(_sfc_main$1d, {
|
|
18024
18027
|
ref: "measureMenuButton",
|
|
18025
18028
|
"leading-icon": "more-actions",
|
|
18026
18029
|
ariaLabel: "More actions",
|
|
@@ -18031,7 +18034,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18031
18034
|
class: ["kds-button-group", __props.alignment]
|
|
18032
18035
|
}), [
|
|
18033
18036
|
(openBlock(true), createElementBlock(Fragment, null, renderList(visibleButtons.value, (button) => {
|
|
18034
|
-
return openBlock(), createBlock(_sfc_main$
|
|
18037
|
+
return openBlock(), createBlock(_sfc_main$1o, {
|
|
18035
18038
|
key: button.id,
|
|
18036
18039
|
label: button.label,
|
|
18037
18040
|
variant: button.variant ?? "outlined",
|
|
@@ -18042,7 +18045,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18042
18045
|
onClick: ($event) => emit("buttonClick", button.id)
|
|
18043
18046
|
}, null, 8, ["label", "variant", "disabled", "leading-icon", "destructive", "title", "onClick"]);
|
|
18044
18047
|
}), 128)),
|
|
18045
|
-
overflowButtons.value.length ? (openBlock(), createBlock(_sfc_main$
|
|
18048
|
+
overflowButtons.value.length ? (openBlock(), createBlock(_sfc_main$1d, {
|
|
18046
18049
|
key: 0,
|
|
18047
18050
|
"leading-icon": "more-actions",
|
|
18048
18051
|
ariaLabel: "More actions",
|
|
@@ -18055,7 +18058,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18055
18058
|
}
|
|
18056
18059
|
});
|
|
18057
18060
|
|
|
18058
|
-
const KdsResponsiveButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a945c295"]]);
|
|
18061
|
+
const KdsResponsiveButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-a945c295"]]);
|
|
18059
18062
|
|
|
18060
18063
|
const kdsResponsiveButtonGroupAlignment = {
|
|
18061
18064
|
LEFT: "left",
|
|
@@ -18066,5 +18069,35 @@ const kdsResponsiveButtonGroupAlignments = Object.values(
|
|
|
18066
18069
|
kdsResponsiveButtonGroupAlignment
|
|
18067
18070
|
);
|
|
18068
18071
|
|
|
18069
|
-
|
|
18072
|
+
const ExternalLinkIconUrl = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20viewBox='0%200%2012%2012'%3e%3cpath%20d='M5.5%201.5h-3a1%201%200%200%200-1%201v7a1%201%200%200%200%201%201h7a1%201%200%200%200%201-1v-3m0-5L6%205.892M10.5%201.5v2.75m0-2.75H7.75'%20vector-effect='non-scaling-stroke'/%3e%3c/svg%3e";
|
|
18073
|
+
|
|
18074
|
+
const _hoisted_1 = ["innerHTML"];
|
|
18075
|
+
const _hoisted_2 = ["textContent"];
|
|
18076
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
18077
|
+
__name: "KdsDescription",
|
|
18078
|
+
props: {
|
|
18079
|
+
text: {},
|
|
18080
|
+
renderAsHtml: { type: Boolean, default: false }
|
|
18081
|
+
},
|
|
18082
|
+
setup(__props) {
|
|
18083
|
+
useCssVars((_ctx) => ({
|
|
18084
|
+
"v0c7d182f": externalIcon
|
|
18085
|
+
}));
|
|
18086
|
+
const externalIcon = `url("${ExternalLinkIconUrl}")`;
|
|
18087
|
+
return (_ctx, _cache) => {
|
|
18088
|
+
return __props.renderAsHtml ? (openBlock(), createElementBlock("div", mergeProps({ key: 0 }, { ..._ctx.$attrs }, {
|
|
18089
|
+
class: "description",
|
|
18090
|
+
innerHTML: __props.text
|
|
18091
|
+
}), null, 16, _hoisted_1)) : (openBlock(), createElementBlock("div", {
|
|
18092
|
+
key: 1,
|
|
18093
|
+
class: "description plain",
|
|
18094
|
+
textContent: toDisplayString(__props.text)
|
|
18095
|
+
}, null, 8, _hoisted_2));
|
|
18096
|
+
};
|
|
18097
|
+
}
|
|
18098
|
+
});
|
|
18099
|
+
|
|
18100
|
+
const KdsDescription = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-43067f23"]]);
|
|
18101
|
+
|
|
18102
|
+
export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, KdsBreadcrumb, _sfc_main$1o as KdsButton, _sfc_main$h as KdsCard, _sfc_main$13 as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$S as KdsColorInput, KdsColorSwatch, _sfc_main$18 as KdsContextMenu, KdsDataType, _sfc_main$L as KdsDateInput, _sfc_main$J as KdsDateTimeFormatInput, KdsDescription, KdsDivider, KdsDonutChart, _sfc_main$z as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$C as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1n as KdsLinkButton, KdsLinkCard, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$19 as KdsMenu, _sfc_main$1d as KdsMenuButton, KdsMissingValueIcon, KdsModal, KdsModalLayout, _sfc_main$w as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$W as KdsNumberInput, KdsPanel, _sfc_main$R as KdsPasswordInput, _sfc_main$I as KdsPatternInput, KdsPopover, KdsPreviewList, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSelectableCard, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$E as KdsTimeInput, _sfc_main$1l as KdsToggleButton, KdsTwinList, _sfc_main$Q as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPanelBodyOverflow, kdsPanelBodyOverflows, kdsPanelBodyVariant, kdsPanelBodyVariants, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsPopoverPlacement, kdsPopoverPlacements, kdsPopoverRole, kdsPopoverRoles, kdsPopoverType, kdsPopoverTypes, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
|
|
18070
18103
|
//# sourceMappingURL=index.js.map
|