@knime/kds-components 0.30.3 → 0.30.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/feedback-CSzO39Ck.js +23 -0
- package/dist/feedback-CSzO39Ck.js.map +1 -0
- package/dist/index.css +188 -33
- package/dist/index.js +861 -442
- package/dist/index.js.map +1 -1
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +1 -2
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +1 -2
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
- package/dist/src/containers/ContextMenu/KdsContextMenu.vue.d.ts.map +1 -1
- package/dist/src/containers/Menu/KdsMenu.vue.d.ts +5 -5
- package/dist/src/containers/Menu/KdsMenu.vue.d.ts.map +1 -1
- package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts +43 -0
- package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts.map +1 -0
- package/dist/src/forms/ToggleSwitch/enums.d.ts +11 -0
- package/dist/src/forms/ToggleSwitch/enums.d.ts.map +1 -0
- package/dist/src/forms/ToggleSwitch/index.d.ts +4 -0
- package/dist/src/forms/ToggleSwitch/index.d.ts.map +1 -0
- package/dist/src/forms/ToggleSwitch/types.d.ts +18 -0
- package/dist/src/forms/ToggleSwitch/types.d.ts.map +1 -0
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/index.d.ts +2 -0
- package/dist/src/forms/index.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts +1682 -0
- package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateTimeInput/index.d.ts +3 -0
- package/dist/src/forms/inputs/DateTimeInput/index.d.ts.map +1 -0
- package/dist/src/forms/inputs/DateTimeInput/types.d.ts +10 -0
- package/dist/src/forms/inputs/DateTimeInput/types.d.ts.map +1 -0
- package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts +1682 -0
- package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts.map +1 -0
- package/dist/src/forms/inputs/ZonedDateTimeInput/index.d.ts +3 -0
- package/dist/src/forms/inputs/ZonedDateTimeInput/index.d.ts.map +1 -0
- package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts +9 -0
- package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts.map +1 -0
- package/dist/src/forms/inputs/index.d.ts +4 -0
- package/dist/src/forms/inputs/index.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +2 -3
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +2 -3
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
- package/dist/src/overlays/Modal/KdsModal.vue.d.ts +1 -1
- package/dist/src/overlays/Modal/KdsModal.vue.d.ts.map +1 -1
- package/package.json +5 -5
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$
|
|
14
|
-
const _hoisted_3$
|
|
12
|
+
const _hoisted_1$18 = ["role", "title", "aria-hidden", "aria-label", "data-color"];
|
|
13
|
+
const _hoisted_2$J = ["src"];
|
|
14
|
+
const _hoisted_3$v = {
|
|
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$1J = /* @__PURE__ */ defineComponent({
|
|
20
20
|
__name: "KdsAvatar",
|
|
21
21
|
props: {
|
|
22
22
|
initials: {},
|
|
@@ -80,10 +80,10 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
|
|
|
80
80
|
alt: "",
|
|
81
81
|
"aria-hidden": "true",
|
|
82
82
|
onError: onImageError
|
|
83
|
-
}, null, 40, _hoisted_2$
|
|
83
|
+
}, null, 40, _hoisted_2$J)) : (openBlock(), createElementBlock("div", _hoisted_3$v, [
|
|
84
84
|
createElementVNode("span", null, toDisplayString(displayedInitials.value), 1)
|
|
85
85
|
]))
|
|
86
|
-
], 10, _hoisted_1$
|
|
86
|
+
], 10, _hoisted_1$18);
|
|
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$1J, [["__scopeId", "data-v-9e1a5abe"]]);
|
|
100
100
|
|
|
101
|
-
const _hoisted_1$
|
|
102
|
-
const _hoisted_2$
|
|
103
|
-
const _hoisted_3$
|
|
101
|
+
const _hoisted_1$17 = ["aria-label"];
|
|
102
|
+
const _hoisted_2$I = { class: "avatars" };
|
|
103
|
+
const _hoisted_3$u = {
|
|
104
104
|
key: 0,
|
|
105
105
|
class: "more-count",
|
|
106
106
|
"aria-hidden": "true"
|
|
107
107
|
};
|
|
108
|
-
const _sfc_main$
|
|
108
|
+
const _sfc_main$1I = /* @__PURE__ */ defineComponent({
|
|
109
109
|
__name: "KdsAvatarCounter",
|
|
110
110
|
props: {
|
|
111
111
|
moreCount: { default: 0 },
|
|
@@ -125,7 +125,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
125
125
|
role: "group",
|
|
126
126
|
"aria-label": ariaLabel.value
|
|
127
127
|
}, [
|
|
128
|
-
createElementVNode("div", _hoisted_2$
|
|
128
|
+
createElementVNode("div", _hoisted_2$I, [
|
|
129
129
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.avatars, (avatar, index) => {
|
|
130
130
|
return openBlock(), createBlock(KdsAvatar, {
|
|
131
131
|
key: index,
|
|
@@ -139,13 +139,13 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
139
139
|
}, null, 8, ["style", "size", "initials", "title", "src"]);
|
|
140
140
|
}), 128))
|
|
141
141
|
]),
|
|
142
|
-
__props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
143
|
-
], 8, _hoisted_1$
|
|
142
|
+
__props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$u, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
|
|
143
|
+
], 8, _hoisted_1$17);
|
|
144
144
|
};
|
|
145
145
|
}
|
|
146
146
|
});
|
|
147
147
|
|
|
148
|
-
const KdsAvatarCounter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
148
|
+
const KdsAvatarCounter = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["__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-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-table.svg": () => import('./import-table-BaqmTPnF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-component.svg": () => import('./linked-component-BOb5aj87.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/login.svg": () => import('./login-DGaxAy8E.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/menu.svg": () => import('./menu-BSS_QnZi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/path-separator.svg": () => import('./path-separator-DRnUilGA.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pin.svg": () => import('./pin-B6vKBZDp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/python.svg": () => import('./python-Bn3ET_9Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/random-seed.svg": () => import('./random-seed-BmLMj_2x.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table-statistics.svg": () => import('./table-statistics-y-P6EXGX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table.svg": () => import('./table-Pffb9Oig.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/tag.svg": () => import('./tag-_fZiuJaC.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/template-gallery.svg": () => import('./template-gallery-BtXi4GHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/text.svg": () => import('./text-DFu-L62Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/textstyles.svg": () => import('./textstyles-j0GQtKYE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-down.svg": () => import('./thumbs-down-CiozrdIW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-up.svg": () => import('./thumbs-up-E4uRtjhi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/time.svg": () => import('./time-DU80J5X8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-bottom.svg": () => import('./to-bottom-B8wat1Dk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-top.svg": () => import('./to-top-CCAfU4xz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trash.svg": () => import('./trash-Dq5FHwNO.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trigger.svg": () => import('./trigger-Qns9VYQG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/underline.svg": () => import('./underline-CDZcVZHB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/undo.svg": () => import('./undo-CnghWcXK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/unlink.svg": () => import('./unlink-CL0kTZX2.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/update-file.svg": () => import('./update-file-5lTfm97G.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/usage.svg": () => import('./usage-827uIQyn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/validate.svg": () => import('./validate-CD0_eO0m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
|
|
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/feedback.svg": () => import('./feedback-CSzO39Ck.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-move.svg": () => import('./folder-move-6L5NfoIs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-search.svg": () => import('./folder-search-DDOYg0f6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/hide-eye.svg": () => import('./hide-eye-BrIKmBWt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import-table.svg": () => import('./import-table-BaqmTPnF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-component.svg": () => import('./linked-component-BOb5aj87.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/login.svg": () => import('./login-DGaxAy8E.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/menu.svg": () => import('./menu-BSS_QnZi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/path-separator.svg": () => import('./path-separator-DRnUilGA.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pin.svg": () => import('./pin-B6vKBZDp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/python.svg": () => import('./python-Bn3ET_9Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/random-seed.svg": () => import('./random-seed-BmLMj_2x.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table-statistics.svg": () => import('./table-statistics-y-P6EXGX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/table.svg": () => import('./table-Pffb9Oig.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/tag.svg": () => import('./tag-_fZiuJaC.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/template-gallery.svg": () => import('./template-gallery-BtXi4GHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/text.svg": () => import('./text-DFu-L62Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/textstyles.svg": () => import('./textstyles-j0GQtKYE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-down.svg": () => import('./thumbs-down-CiozrdIW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-up.svg": () => import('./thumbs-up-E4uRtjhi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/time.svg": () => import('./time-DU80J5X8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-bottom.svg": () => import('./to-bottom-B8wat1Dk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-top.svg": () => import('./to-top-CCAfU4xz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trash.svg": () => import('./trash-Dq5FHwNO.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trigger.svg": () => import('./trigger-Qns9VYQG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/underline.svg": () => import('./underline-CDZcVZHB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/undo.svg": () => import('./undo-CnghWcXK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/unlink.svg": () => import('./unlink-CL0kTZX2.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/update-file.svg": () => import('./update-file-5lTfm97G.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/usage.svg": () => import('./usage-827uIQyn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/validate.svg": () => import('./validate-CD0_eO0m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
|
|
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$1H = /* @__PURE__ */ defineComponent({
|
|
206
206
|
__name: "KdsIcon",
|
|
207
207
|
props: {
|
|
208
208
|
name: {},
|
|
@@ -232,7 +232,7 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
|
|
|
232
232
|
}
|
|
233
233
|
});
|
|
234
234
|
|
|
235
|
-
const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
235
|
+
const KdsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["__scopeId", "data-v-bff4f419"]]);
|
|
236
236
|
|
|
237
237
|
const ID_TO_ICON_MAP = {
|
|
238
238
|
// Flow Variables
|
|
@@ -392,6 +392,7 @@ const iconNames = [
|
|
|
392
392
|
"extension",
|
|
393
393
|
"external-link",
|
|
394
394
|
"eye",
|
|
395
|
+
"feedback",
|
|
395
396
|
"file-export",
|
|
396
397
|
"file-text",
|
|
397
398
|
"file",
|
|
@@ -584,8 +585,8 @@ const kdsDataTypeSize = {
|
|
|
584
585
|
};
|
|
585
586
|
const kdsDataTypeSizes = Object.values(kdsDataTypeSize);
|
|
586
587
|
|
|
587
|
-
const _hoisted_1$
|
|
588
|
-
const _sfc_main$
|
|
588
|
+
const _hoisted_1$16 = ["title"];
|
|
589
|
+
const _sfc_main$1G = /* @__PURE__ */ defineComponent({
|
|
589
590
|
__name: "KdsDataType",
|
|
590
591
|
props: {
|
|
591
592
|
iconName: { default: "unknown-datatype" },
|
|
@@ -626,12 +627,12 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
|
|
|
626
627
|
"aria-hidden": "true",
|
|
627
628
|
focusable: "false"
|
|
628
629
|
}, null, 8, ["class"]))
|
|
629
|
-
], 10, _hoisted_1$
|
|
630
|
+
], 10, _hoisted_1$16);
|
|
630
631
|
};
|
|
631
632
|
}
|
|
632
633
|
});
|
|
633
634
|
|
|
634
|
-
const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
635
|
+
const KdsDataType = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["__scopeId", "data-v-38e9537f"]]);
|
|
635
636
|
|
|
636
637
|
const kdsBadgeVariant = {
|
|
637
638
|
NEUTRAL: "neutral",
|
|
@@ -648,8 +649,8 @@ const kdsBadgeSize = {
|
|
|
648
649
|
};
|
|
649
650
|
const kdsBadgeSizes = Object.values(kdsBadgeSize);
|
|
650
651
|
|
|
651
|
-
const _hoisted_1$
|
|
652
|
-
const _sfc_main$
|
|
652
|
+
const _hoisted_1$15 = { class: "label-wrapper" };
|
|
653
|
+
const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
653
654
|
__name: "KdsBadge",
|
|
654
655
|
props: {
|
|
655
656
|
label: {},
|
|
@@ -671,13 +672,13 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
|
|
|
671
672
|
name: __props.leadingIcon,
|
|
672
673
|
size: sizeToIconSize[__props.size]
|
|
673
674
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true),
|
|
674
|
-
createElementVNode("span", _hoisted_1$
|
|
675
|
+
createElementVNode("span", _hoisted_1$15, toDisplayString(__props.label), 1)
|
|
675
676
|
], 2);
|
|
676
677
|
};
|
|
677
678
|
}
|
|
678
679
|
});
|
|
679
680
|
|
|
680
|
-
const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
681
|
+
const KdsBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["__scopeId", "data-v-df64f7cf"]]);
|
|
681
682
|
|
|
682
683
|
const kdsProgressBarSize = {
|
|
683
684
|
MEDIUM: "medium",
|
|
@@ -685,13 +686,13 @@ const kdsProgressBarSize = {
|
|
|
685
686
|
};
|
|
686
687
|
const kdsProgressBarSizes = Object.values(kdsProgressBarSize);
|
|
687
688
|
|
|
688
|
-
const _hoisted_1$
|
|
689
|
-
const _hoisted_2$
|
|
689
|
+
const _hoisted_1$14 = ["title", "aria-label"];
|
|
690
|
+
const _hoisted_2$H = {
|
|
690
691
|
key: 0,
|
|
691
692
|
class: "indeterminate-bar",
|
|
692
693
|
"aria-hidden": "true"
|
|
693
694
|
};
|
|
694
|
-
const _sfc_main$
|
|
695
|
+
const _sfc_main$1E = /* @__PURE__ */ defineComponent({
|
|
695
696
|
__name: "KdsProgressBar",
|
|
696
697
|
props: {
|
|
697
698
|
size: { default: () => kdsProgressBarSize.MEDIUM },
|
|
@@ -727,14 +728,14 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
|
727
728
|
title: title.value,
|
|
728
729
|
"aria-label": title.value,
|
|
729
730
|
class: "progress"
|
|
730
|
-
}, __props.indeterminate ? {} : { value: progressValue.value, max: 100 }), null, 16, _hoisted_1$
|
|
731
|
-
__props.indeterminate ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
731
|
+
}, __props.indeterminate ? {} : { value: progressValue.value, max: 100 }), null, 16, _hoisted_1$14),
|
|
732
|
+
__props.indeterminate ? (openBlock(), createElementBlock("span", _hoisted_2$H)) : createCommentVNode("", true)
|
|
732
733
|
], 2);
|
|
733
734
|
};
|
|
734
735
|
}
|
|
735
736
|
});
|
|
736
737
|
|
|
737
|
-
const KdsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
738
|
+
const KdsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["__scopeId", "data-v-884d689a"]]);
|
|
738
739
|
|
|
739
740
|
const kdsColorSwatchType = {
|
|
740
741
|
LEARNER: "learner",
|
|
@@ -753,14 +754,14 @@ const kdsColorSwatchSize = {
|
|
|
753
754
|
};
|
|
754
755
|
const kdsColorSwatchSizes = Object.values(kdsColorSwatchSize);
|
|
755
756
|
|
|
756
|
-
const _hoisted_1$
|
|
757
|
+
const _hoisted_1$13 = ["role", "title", "aria-hidden", "aria-label"];
|
|
757
758
|
const RGBA_SHORT_HEX_LENGTH = 4;
|
|
758
759
|
const RGBA_LONG_HEX_LENGTH = 8;
|
|
759
760
|
const ALPHA_NIBBLE_INDEX = 3;
|
|
760
761
|
const ALPHA_BYTE_START = 6;
|
|
761
762
|
const RGB_SHORT_HEX_LENGTH = 3;
|
|
762
763
|
const RGB_LONG_HEX_LENGTH = 6;
|
|
763
|
-
const _sfc_main$
|
|
764
|
+
const _sfc_main$1D = /* @__PURE__ */ defineComponent({
|
|
764
765
|
__name: "KdsColorSwatch",
|
|
765
766
|
props: {
|
|
766
767
|
color: {},
|
|
@@ -835,12 +836,12 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
|
|
|
835
836
|
style: normalizeStyle(swatchStyle.value),
|
|
836
837
|
"aria-hidden": hasTitle.value ? void 0 : "true",
|
|
837
838
|
"aria-label": hasTitle.value ? accessibleTitle.value : void 0
|
|
838
|
-
}, null, 14, _hoisted_1$
|
|
839
|
+
}, null, 14, _hoisted_1$13);
|
|
839
840
|
};
|
|
840
841
|
}
|
|
841
842
|
});
|
|
842
843
|
|
|
843
|
-
const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
844
|
+
const KdsColorSwatch = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["__scopeId", "data-v-91e0130d"]]);
|
|
844
845
|
|
|
845
846
|
const kdsDarkModeType = {
|
|
846
847
|
LIGHT: "light",
|
|
@@ -960,9 +961,9 @@ function useKdsIsTruncated(elementRef) {
|
|
|
960
961
|
return { isTruncated };
|
|
961
962
|
}
|
|
962
963
|
|
|
963
|
-
const _hoisted_1
|
|
964
|
-
const _hoisted_2$
|
|
965
|
-
const _sfc_main$
|
|
964
|
+
const _hoisted_1$12 = ["title", "aria-label"];
|
|
965
|
+
const _hoisted_2$G = ["title"];
|
|
966
|
+
const _sfc_main$1C = /* @__PURE__ */ defineComponent({
|
|
966
967
|
__name: "KdsLiveStatus",
|
|
967
968
|
props: {
|
|
968
969
|
status: { default: "red" },
|
|
@@ -991,13 +992,13 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
|
991
992
|
ref: labelEl,
|
|
992
993
|
class: "label",
|
|
993
994
|
title: unref(isTruncated) ? __props.label : void 0
|
|
994
|
-
}, toDisplayString(__props.label), 9, _hoisted_2$
|
|
995
|
-
], 10, _hoisted_1
|
|
995
|
+
}, toDisplayString(__props.label), 9, _hoisted_2$G)) : createCommentVNode("", true)
|
|
996
|
+
], 10, _hoisted_1$12);
|
|
996
997
|
};
|
|
997
998
|
}
|
|
998
999
|
});
|
|
999
1000
|
|
|
1000
|
-
const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1001
|
+
const KdsLiveStatus = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["__scopeId", "data-v-f20c5c00"]]);
|
|
1001
1002
|
|
|
1002
1003
|
const kdsLiveStatusStatus = {
|
|
1003
1004
|
RED: "red",
|
|
@@ -1013,8 +1014,8 @@ const kdsLiveStatusSize = {
|
|
|
1013
1014
|
};
|
|
1014
1015
|
const kdsLiveStatusSizes = Object.values(kdsLiveStatusSize);
|
|
1015
1016
|
|
|
1016
|
-
const _hoisted_1$
|
|
1017
|
-
const _sfc_main$
|
|
1017
|
+
const _hoisted_1$11 = ["data-style"];
|
|
1018
|
+
const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
1018
1019
|
__name: "KdsLoadingSpinner",
|
|
1019
1020
|
props: {
|
|
1020
1021
|
size: { default: "medium" },
|
|
@@ -1039,12 +1040,12 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
|
|
|
1039
1040
|
cy: "60",
|
|
1040
1041
|
r: "50"
|
|
1041
1042
|
}, null, -1)
|
|
1042
|
-
])], 10, _hoisted_1$
|
|
1043
|
+
])], 10, _hoisted_1$11);
|
|
1043
1044
|
};
|
|
1044
1045
|
}
|
|
1045
1046
|
});
|
|
1046
1047
|
|
|
1047
|
-
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1048
|
+
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["__scopeId", "data-v-54835dc0"]]);
|
|
1048
1049
|
|
|
1049
1050
|
const kdsLoadingSpinnerVariant = {
|
|
1050
1051
|
ON_PRIMARY: "onPrimary",
|
|
@@ -1054,14 +1055,14 @@ const kdsLoadingSpinnerVariants = Object.values(
|
|
|
1054
1055
|
kdsLoadingSpinnerVariant
|
|
1055
1056
|
);
|
|
1056
1057
|
|
|
1057
|
-
const _hoisted_1$
|
|
1058
|
-
const _hoisted_2$
|
|
1059
|
-
const _hoisted_3$
|
|
1060
|
-
const _hoisted_4$
|
|
1058
|
+
const _hoisted_1$10 = ["role"];
|
|
1059
|
+
const _hoisted_2$F = { class: "header" };
|
|
1060
|
+
const _hoisted_3$t = { class: "headline" };
|
|
1061
|
+
const _hoisted_4$p = {
|
|
1061
1062
|
key: 0,
|
|
1062
1063
|
class: "body"
|
|
1063
1064
|
};
|
|
1064
|
-
const _sfc_main$
|
|
1065
|
+
const _sfc_main$1A = /* @__PURE__ */ defineComponent({
|
|
1065
1066
|
__name: "KdsInlineMessage",
|
|
1066
1067
|
props: {
|
|
1067
1068
|
headline: {},
|
|
@@ -1092,21 +1093,21 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
|
1092
1093
|
class: normalizeClass(classes.value),
|
|
1093
1094
|
role: role.value
|
|
1094
1095
|
}, [
|
|
1095
|
-
createElementVNode("div", _hoisted_2$
|
|
1096
|
+
createElementVNode("div", _hoisted_2$F, [
|
|
1096
1097
|
createVNode(KdsIcon, {
|
|
1097
1098
|
class: "icon",
|
|
1098
1099
|
name: iconName.value,
|
|
1099
1100
|
size: "small"
|
|
1100
1101
|
}, null, 8, ["name"]),
|
|
1101
|
-
createElementVNode("div", _hoisted_3$
|
|
1102
|
+
createElementVNode("div", _hoisted_3$t, toDisplayString(props.headline), 1)
|
|
1102
1103
|
]),
|
|
1103
|
-
props.description ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
1104
|
-
], 10, _hoisted_1$
|
|
1104
|
+
props.description ? (openBlock(), createElementBlock("div", _hoisted_4$p, toDisplayString(props.description), 1)) : createCommentVNode("", true)
|
|
1105
|
+
], 10, _hoisted_1$10);
|
|
1105
1106
|
};
|
|
1106
1107
|
}
|
|
1107
1108
|
});
|
|
1108
1109
|
|
|
1109
|
-
const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1110
|
+
const KdsInlineMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["__scopeId", "data-v-194a0dfd"]]);
|
|
1110
1111
|
|
|
1111
1112
|
const kdsInlineMessageVariant = {
|
|
1112
1113
|
ERROR: "error",
|
|
@@ -1116,7 +1117,7 @@ const kdsInlineMessageVariant = {
|
|
|
1116
1117
|
};
|
|
1117
1118
|
const kdsInlineMessageVariants = Object.values(kdsInlineMessageVariant);
|
|
1118
1119
|
|
|
1119
|
-
const _sfc_main$
|
|
1120
|
+
const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
1120
1121
|
__name: "KdsMissingValueIcon",
|
|
1121
1122
|
props: {
|
|
1122
1123
|
size: {}
|
|
@@ -1132,13 +1133,13 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
1132
1133
|
}
|
|
1133
1134
|
});
|
|
1134
1135
|
|
|
1135
|
-
const KdsMissingValueIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1136
|
+
const KdsMissingValueIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-df682150"]]);
|
|
1136
1137
|
|
|
1137
|
-
const _hoisted_1
|
|
1138
|
-
const _hoisted_2$
|
|
1139
|
-
const _hoisted_3$
|
|
1140
|
-
const _hoisted_4$
|
|
1141
|
-
const _hoisted_5$
|
|
1138
|
+
const _hoisted_1$$ = { class: "donut-container" };
|
|
1139
|
+
const _hoisted_2$E = ["height", "width", "viewBox"];
|
|
1140
|
+
const _hoisted_3$s = ["r", "stroke-width"];
|
|
1141
|
+
const _hoisted_4$o = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1142
|
+
const _hoisted_5$e = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1142
1143
|
const _hoisted_6$b = {
|
|
1143
1144
|
key: 0,
|
|
1144
1145
|
class: "donut-text"
|
|
@@ -1150,7 +1151,7 @@ const _hoisted_8$3 = {
|
|
|
1150
1151
|
};
|
|
1151
1152
|
const radius = 22;
|
|
1152
1153
|
const innerRadius = 10;
|
|
1153
|
-
const _sfc_main$
|
|
1154
|
+
const _sfc_main$1y = /* @__PURE__ */ defineComponent({
|
|
1154
1155
|
__name: "KdsDonutChart",
|
|
1155
1156
|
props: {
|
|
1156
1157
|
value: {},
|
|
@@ -1194,7 +1195,7 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
|
1194
1195
|
const transformWedge = computed(() => `rotate(-90, ${radius}, ${radius})`);
|
|
1195
1196
|
const disabled = computed(() => !Number.isFinite(__props.maxValue));
|
|
1196
1197
|
return (_ctx, _cache) => {
|
|
1197
|
-
return openBlock(), createElementBlock("div", _hoisted_1
|
|
1198
|
+
return openBlock(), createElementBlock("div", _hoisted_1$$, [
|
|
1198
1199
|
(openBlock(), createElementBlock("svg", {
|
|
1199
1200
|
height: diameter.value,
|
|
1200
1201
|
width: diameter.value,
|
|
@@ -1208,7 +1209,7 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
|
1208
1209
|
r: r.value,
|
|
1209
1210
|
"stroke-width": strokeWidth.value,
|
|
1210
1211
|
fill: "transparent"
|
|
1211
|
-
}, null, 8, _hoisted_3$
|
|
1212
|
+
}, null, 8, _hoisted_3$s),
|
|
1212
1213
|
__props.secondaryValue && !disabled.value ? (openBlock(), createElementBlock("circle", {
|
|
1213
1214
|
key: 0,
|
|
1214
1215
|
class: normalizeClass(["value-wedge", "secondary-circle", { animate: __props.animate }]),
|
|
@@ -1220,7 +1221,7 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
|
1220
1221
|
"stroke-dashoffset": secondaryStrokeDashOffset.value,
|
|
1221
1222
|
fill: "transparent",
|
|
1222
1223
|
transform: transformWedge.value
|
|
1223
|
-
}, null, 10, _hoisted_4$
|
|
1224
|
+
}, null, 10, _hoisted_4$o)) : createCommentVNode("", true),
|
|
1224
1225
|
!disabled.value ? (openBlock(), createElementBlock("circle", {
|
|
1225
1226
|
key: 1,
|
|
1226
1227
|
class: normalizeClass(["value-wedge", "primary-circle", { animate: __props.animate }]),
|
|
@@ -1232,8 +1233,8 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
|
1232
1233
|
"stroke-dashoffset": strokeDashOffset.value,
|
|
1233
1234
|
fill: "transparent",
|
|
1234
1235
|
transform: transformWedge.value
|
|
1235
|
-
}, null, 10, _hoisted_5$
|
|
1236
|
-
], 8, _hoisted_2$
|
|
1236
|
+
}, null, 10, _hoisted_5$e)) : createCommentVNode("", true)
|
|
1237
|
+
], 8, _hoisted_2$E)),
|
|
1237
1238
|
__props.title ? (openBlock(), createElementBlock("div", _hoisted_6$b, [
|
|
1238
1239
|
createElementVNode("div", _hoisted_7$4, toDisplayString(__props.title), 1),
|
|
1239
1240
|
__props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$3, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
|
|
@@ -1243,22 +1244,22 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
|
1243
1244
|
}
|
|
1244
1245
|
});
|
|
1245
1246
|
|
|
1246
|
-
const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1247
|
+
const KdsDonutChart = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__scopeId", "data-v-f5faf61c"]]);
|
|
1247
1248
|
|
|
1248
|
-
const _sfc_main$
|
|
1249
|
+
const _sfc_main$1x = { };
|
|
1249
1250
|
|
|
1250
|
-
const _hoisted_1$
|
|
1251
|
+
const _hoisted_1$_ = { class: "kds-divider" };
|
|
1251
1252
|
|
|
1252
1253
|
function _sfc_render$1(_ctx, _cache) {
|
|
1253
|
-
return (openBlock(), createElementBlock("hr", _hoisted_1$
|
|
1254
|
+
return (openBlock(), createElementBlock("hr", _hoisted_1$_))
|
|
1254
1255
|
}
|
|
1255
|
-
const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$
|
|
1256
|
+
const KdsDivider = /*#__PURE__*/_export_sfc(_sfc_main$1x, [['render',_sfc_render$1],['__scopeId',"data-v-4d059bd3"]]);
|
|
1256
1257
|
|
|
1257
|
-
const _hoisted_1$
|
|
1258
|
+
const _hoisted_1$Z = {
|
|
1258
1259
|
key: 0,
|
|
1259
1260
|
class: "label"
|
|
1260
1261
|
};
|
|
1261
|
-
const _sfc_main$
|
|
1262
|
+
const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
1262
1263
|
__name: "BaseButton",
|
|
1263
1264
|
props: {
|
|
1264
1265
|
dataTestId: {},
|
|
@@ -1322,7 +1323,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
|
1322
1323
|
size: iconSize.value
|
|
1323
1324
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true)
|
|
1324
1325
|
], true),
|
|
1325
|
-
props.label ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
1326
|
+
props.label ? (openBlock(), createElementBlock("span", _hoisted_1$Z, toDisplayString(props.label), 1)) : createCommentVNode("", true),
|
|
1326
1327
|
props.trailingIcon && props.label ? (openBlock(), createBlock(KdsIcon, {
|
|
1327
1328
|
key: 1,
|
|
1328
1329
|
name: props.trailingIcon,
|
|
@@ -1335,9 +1336,9 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
|
1335
1336
|
}
|
|
1336
1337
|
});
|
|
1337
1338
|
|
|
1338
|
-
const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1339
|
+
const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-24ade73a"]]);
|
|
1339
1340
|
|
|
1340
|
-
const _sfc_main$
|
|
1341
|
+
const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
1341
1342
|
__name: "KdsButton",
|
|
1342
1343
|
props: {
|
|
1343
1344
|
dataTestId: {},
|
|
@@ -1403,7 +1404,7 @@ function isExternalUrl(url) {
|
|
|
1403
1404
|
return true;
|
|
1404
1405
|
}
|
|
1405
1406
|
|
|
1406
|
-
const _sfc_main$
|
|
1407
|
+
const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
1407
1408
|
__name: "KdsLinkButton",
|
|
1408
1409
|
props: {
|
|
1409
1410
|
dataTestId: {},
|
|
@@ -1633,12 +1634,12 @@ function prettyBytes(number, options) {
|
|
|
1633
1634
|
return applyFixedWidth(result, options.fixedWidth);
|
|
1634
1635
|
}
|
|
1635
1636
|
|
|
1636
|
-
const _hoisted_1$
|
|
1637
|
-
const _hoisted_2$
|
|
1637
|
+
const _hoisted_1$Y = { class: "label" };
|
|
1638
|
+
const _hoisted_2$D = {
|
|
1638
1639
|
key: 1,
|
|
1639
1640
|
class: "file-size"
|
|
1640
1641
|
};
|
|
1641
|
-
const _sfc_main$
|
|
1642
|
+
const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
1642
1643
|
__name: "KdsLink",
|
|
1643
1644
|
props: {
|
|
1644
1645
|
to: {},
|
|
@@ -1728,13 +1729,13 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
1728
1729
|
onClick
|
|
1729
1730
|
}, {
|
|
1730
1731
|
default: withCtx(() => [
|
|
1731
|
-
createElementVNode("span", _hoisted_1$
|
|
1732
|
+
createElementVNode("span", _hoisted_1$Y, toDisplayString(__props.label), 1),
|
|
1732
1733
|
variant.value === "external" ? (openBlock(), createBlock(KdsIcon, {
|
|
1733
1734
|
key: 0,
|
|
1734
1735
|
name: "external-link",
|
|
1735
1736
|
size: "xsmall"
|
|
1736
1737
|
})) : createCommentVNode("", true),
|
|
1737
|
-
normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
1738
|
+
normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$D, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
|
|
1738
1739
|
]),
|
|
1739
1740
|
_: 1
|
|
1740
1741
|
}, 8, ["class", "to", "download", "target", "rel", "title", "aria-disabled"]);
|
|
@@ -1742,9 +1743,9 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
1742
1743
|
}
|
|
1743
1744
|
});
|
|
1744
1745
|
|
|
1745
|
-
const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1746
|
+
const KdsLink = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-56e748a8"]]);
|
|
1746
1747
|
|
|
1747
|
-
const _sfc_main$
|
|
1748
|
+
const _sfc_main$1s = /* @__PURE__ */ defineComponent({
|
|
1748
1749
|
__name: "KdsToggleButton",
|
|
1749
1750
|
props: /* @__PURE__ */ mergeModels({
|
|
1750
1751
|
dataTestId: {},
|
|
@@ -1781,9 +1782,9 @@ const kdsToggleButtonVariant = {
|
|
|
1781
1782
|
};
|
|
1782
1783
|
const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
|
|
1783
1784
|
|
|
1784
|
-
const _hoisted_1$
|
|
1785
|
-
const _hoisted_2$
|
|
1786
|
-
const _sfc_main$
|
|
1785
|
+
const _hoisted_1$X = ["data-visible"];
|
|
1786
|
+
const _hoisted_2$C = ["data-visible"];
|
|
1787
|
+
const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
1787
1788
|
__name: "KdsProgressButton",
|
|
1788
1789
|
props: /* @__PURE__ */ mergeModels({
|
|
1789
1790
|
dataTestId: {},
|
|
@@ -1845,7 +1846,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
1845
1846
|
name: props.leadingIcon,
|
|
1846
1847
|
size: iconSize.value
|
|
1847
1848
|
}, null, 8, ["name", "size"])
|
|
1848
|
-
], 8, _hoisted_1$
|
|
1849
|
+
], 8, _hoisted_1$X),
|
|
1849
1850
|
createElementVNode("span", {
|
|
1850
1851
|
class: "spinner",
|
|
1851
1852
|
"data-visible": state.value === "progress"
|
|
@@ -1854,7 +1855,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
1854
1855
|
size: iconSize.value,
|
|
1855
1856
|
variant: __props.variant === "filled" ? "onPrimary" : "onSurface"
|
|
1856
1857
|
}, null, 8, ["size", "variant"])
|
|
1857
|
-
], 8, _hoisted_2$
|
|
1858
|
+
], 8, _hoisted_2$C)
|
|
1858
1859
|
], 2)
|
|
1859
1860
|
]),
|
|
1860
1861
|
_: 1
|
|
@@ -1863,7 +1864,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
1863
1864
|
}
|
|
1864
1865
|
});
|
|
1865
1866
|
|
|
1866
|
-
const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1867
|
+
const KdsProgressButton = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__scopeId", "data-v-d38d7ade"]]);
|
|
1867
1868
|
|
|
1868
1869
|
const kdsProgressButtonState = {
|
|
1869
1870
|
DEFAULT: "default",
|
|
@@ -2099,7 +2100,7 @@ const useStableItemIds = (options) => {
|
|
|
2099
2100
|
return { itemsWithPrefix, idPrefix, toUnprefixedId };
|
|
2100
2101
|
};
|
|
2101
2102
|
|
|
2102
|
-
const _sfc_main$
|
|
2103
|
+
const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
2103
2104
|
__name: "ListItemAccessory",
|
|
2104
2105
|
props: {
|
|
2105
2106
|
accessory: {},
|
|
@@ -2145,14 +2146,14 @@ const kdsListItemAccessorySize = {
|
|
|
2145
2146
|
LARGE: "large"
|
|
2146
2147
|
};
|
|
2147
2148
|
|
|
2148
|
-
const _hoisted_1$
|
|
2149
|
-
const _hoisted_2$
|
|
2149
|
+
const _hoisted_1$W = ["id", "role", "aria-selected", "aria-disabled"];
|
|
2150
|
+
const _hoisted_2$B = {
|
|
2150
2151
|
key: 0,
|
|
2151
2152
|
class: "accessory"
|
|
2152
2153
|
};
|
|
2153
|
-
const _hoisted_3$
|
|
2154
|
-
const _hoisted_4$
|
|
2155
|
-
const _hoisted_5$
|
|
2154
|
+
const _hoisted_3$r = { class: "content" };
|
|
2155
|
+
const _hoisted_4$n = ["title"];
|
|
2156
|
+
const _hoisted_5$d = {
|
|
2156
2157
|
key: 0,
|
|
2157
2158
|
class: "prefix"
|
|
2158
2159
|
};
|
|
@@ -2166,7 +2167,7 @@ const _hoisted_9$2 = {
|
|
|
2166
2167
|
key: 3,
|
|
2167
2168
|
class: "trailing-item-reserve-space"
|
|
2168
2169
|
};
|
|
2169
|
-
const _sfc_main$
|
|
2170
|
+
const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
2170
2171
|
__name: "KdsListItem",
|
|
2171
2172
|
props: {
|
|
2172
2173
|
id: {},
|
|
@@ -2224,25 +2225,25 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
2224
2225
|
]),
|
|
2225
2226
|
onClick
|
|
2226
2227
|
}, [
|
|
2227
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2228
|
-
createVNode(_sfc_main$
|
|
2228
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$B, [
|
|
2229
|
+
createVNode(_sfc_main$1q, {
|
|
2229
2230
|
accessory: props.accessory,
|
|
2230
2231
|
size: accessorySize.value,
|
|
2231
2232
|
disabled: __props.disabled
|
|
2232
2233
|
}, null, 8, ["accessory", "size", "disabled"])
|
|
2233
2234
|
])) : createCommentVNode("", true),
|
|
2234
|
-
createElementVNode("span", _hoisted_3$
|
|
2235
|
+
createElementVNode("span", _hoisted_3$r, [
|
|
2235
2236
|
createElementVNode("span", {
|
|
2236
2237
|
ref_key: "labelEl",
|
|
2237
2238
|
ref: labelEl,
|
|
2238
2239
|
class: "label",
|
|
2239
2240
|
title: unref(isLabelTruncated) ? props.text : void 0
|
|
2240
2241
|
}, [
|
|
2241
|
-
__props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$
|
|
2242
|
+
__props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$d, "(Missing) ")) : createCommentVNode("", true),
|
|
2242
2243
|
createElementVNode("span", {
|
|
2243
2244
|
class: normalizeClass({ special: __props.special })
|
|
2244
2245
|
}, toDisplayString(props.text), 3)
|
|
2245
|
-
], 8, _hoisted_4$
|
|
2246
|
+
], 8, _hoisted_4$n),
|
|
2246
2247
|
props.subText ? (openBlock(), createElementBlock("span", {
|
|
2247
2248
|
key: 0,
|
|
2248
2249
|
ref_key: "subtextEl",
|
|
@@ -2265,20 +2266,20 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
2265
2266
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
2266
2267
|
!props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_9$2)) : createCommentVNode("", true)
|
|
2267
2268
|
])
|
|
2268
|
-
], 10, _hoisted_1$
|
|
2269
|
+
], 10, _hoisted_1$W);
|
|
2269
2270
|
};
|
|
2270
2271
|
}
|
|
2271
2272
|
});
|
|
2272
2273
|
|
|
2273
|
-
const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2274
|
+
const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-a3d6c86f"]]);
|
|
2274
2275
|
|
|
2275
|
-
const _hoisted_1$
|
|
2276
|
-
const _hoisted_2$
|
|
2276
|
+
const _hoisted_1$V = { class: "kds-list-item-section-title" };
|
|
2277
|
+
const _hoisted_2$A = {
|
|
2277
2278
|
key: 0,
|
|
2278
2279
|
class: "icon"
|
|
2279
2280
|
};
|
|
2280
|
-
const _hoisted_3$
|
|
2281
|
-
const _sfc_main$
|
|
2281
|
+
const _hoisted_3$q = ["title"];
|
|
2282
|
+
const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
2282
2283
|
__name: "ListItemSectionTitle",
|
|
2283
2284
|
props: {
|
|
2284
2285
|
label: {},
|
|
@@ -2289,8 +2290,8 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
2289
2290
|
const labelEl = useTemplateRef("labelEl");
|
|
2290
2291
|
const { isTruncated } = useKdsIsTruncated(labelEl);
|
|
2291
2292
|
return (_ctx, _cache) => {
|
|
2292
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
2293
|
-
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2293
|
+
return openBlock(), createElementBlock("div", _hoisted_1$V, [
|
|
2294
|
+
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$A, [
|
|
2294
2295
|
createVNode(KdsIcon, {
|
|
2295
2296
|
name: props.leadingIcon,
|
|
2296
2297
|
size: "small"
|
|
@@ -2301,15 +2302,15 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
2301
2302
|
ref: labelEl,
|
|
2302
2303
|
class: "label",
|
|
2303
2304
|
title: unref(isTruncated) ? props.label : void 0
|
|
2304
|
-
}, toDisplayString(props.label), 9, _hoisted_3$
|
|
2305
|
+
}, toDisplayString(props.label), 9, _hoisted_3$q)
|
|
2305
2306
|
]);
|
|
2306
2307
|
};
|
|
2307
2308
|
}
|
|
2308
2309
|
});
|
|
2309
2310
|
|
|
2310
|
-
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2311
|
+
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-5eeb1226"]]);
|
|
2311
2312
|
|
|
2312
|
-
const _sfc_main$
|
|
2313
|
+
const _sfc_main$1n = /* @__PURE__ */ defineComponent({
|
|
2313
2314
|
__name: "KdsMenuItem",
|
|
2314
2315
|
props: {
|
|
2315
2316
|
item: {},
|
|
@@ -2479,14 +2480,14 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
2479
2480
|
}
|
|
2480
2481
|
});
|
|
2481
2482
|
|
|
2482
|
-
const KdsMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2483
|
+
const KdsMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["__scopeId", "data-v-96d9cfba"]]);
|
|
2483
2484
|
|
|
2484
2485
|
const ContainerDepthKey = /* @__PURE__ */ Symbol("ContainerDepth");
|
|
2485
2486
|
const ChildItemKey = /* @__PURE__ */ Symbol("ChildItem");
|
|
2486
2487
|
|
|
2487
|
-
const _hoisted_1$
|
|
2488
|
-
const _hoisted_2$
|
|
2489
|
-
const _sfc_main$
|
|
2488
|
+
const _hoisted_1$U = ["id", "aria-label", "aria-activedescendant"];
|
|
2489
|
+
const _hoisted_2$z = ["id"];
|
|
2490
|
+
const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
2490
2491
|
__name: "KdsMenuContainer",
|
|
2491
2492
|
props: {
|
|
2492
2493
|
id: {},
|
|
@@ -2712,17 +2713,17 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
2712
2713
|
items: item.children ?? [],
|
|
2713
2714
|
onItemClick: _cache[0] || (_cache[0] = ($event) => emit("itemClick", $event))
|
|
2714
2715
|
}, null, 8, ["id", "ariaLabel", "items"])
|
|
2715
|
-
], 44, _hoisted_2$
|
|
2716
|
+
], 44, _hoisted_2$z)
|
|
2716
2717
|
]),
|
|
2717
2718
|
_: 2
|
|
2718
2719
|
}, 1032, ["item", "is-last", "active-id", "variant", "onClick", "onMouseenter"]);
|
|
2719
2720
|
}), 128))
|
|
2720
|
-
], 44, _hoisted_1$
|
|
2721
|
+
], 44, _hoisted_1$U);
|
|
2721
2722
|
};
|
|
2722
2723
|
}
|
|
2723
2724
|
});
|
|
2724
2725
|
|
|
2725
|
-
const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2726
|
+
const KdsMenuContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__scopeId", "data-v-ae4f1dab"]]);
|
|
2726
2727
|
|
|
2727
2728
|
const kdsPopoverPlacement = {
|
|
2728
2729
|
TOP_LEFT: "top-left",
|
|
@@ -2746,12 +2747,12 @@ const kdsPopoverType = {
|
|
|
2746
2747
|
};
|
|
2747
2748
|
const kdsPopoverTypes = Object.values(kdsPopoverType);
|
|
2748
2749
|
|
|
2749
|
-
const _hoisted_1$
|
|
2750
|
-
const _hoisted_2$
|
|
2750
|
+
const _hoisted_1$T = ["id", "popover", "role"];
|
|
2751
|
+
const _hoisted_2$y = {
|
|
2751
2752
|
key: 0,
|
|
2752
2753
|
class: "kds-popover-default-content"
|
|
2753
2754
|
};
|
|
2754
|
-
const _sfc_main$
|
|
2755
|
+
const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
2755
2756
|
__name: "KdsPopover",
|
|
2756
2757
|
props: /* @__PURE__ */ mergeModels({
|
|
2757
2758
|
role: {},
|
|
@@ -2809,21 +2810,21 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
2809
2810
|
onToggle
|
|
2810
2811
|
}, [
|
|
2811
2812
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
2812
|
-
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
2813
|
+
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$y, toDisplayString(props.content), 1)) : createCommentVNode("", true)
|
|
2813
2814
|
], true)
|
|
2814
|
-
], 46, _hoisted_1$
|
|
2815
|
+
], 46, _hoisted_1$T);
|
|
2815
2816
|
};
|
|
2816
2817
|
}
|
|
2817
2818
|
});
|
|
2818
2819
|
|
|
2819
|
-
const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2820
|
+
const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__scopeId", "data-v-f41f0af7"]]);
|
|
2820
2821
|
|
|
2821
2822
|
const KdsPopover$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
2822
2823
|
__proto__: null,
|
|
2823
2824
|
default: KdsPopover
|
|
2824
2825
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
2825
2826
|
|
|
2826
|
-
const _sfc_main$
|
|
2827
|
+
const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
2827
2828
|
...{
|
|
2828
2829
|
inheritAttrs: false
|
|
2829
2830
|
},
|
|
@@ -2863,12 +2864,22 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
2863
2864
|
const menuContainerEl = useTemplateRef("menuContainer");
|
|
2864
2865
|
const menuButtonEl = useTemplateRef("menuButton");
|
|
2865
2866
|
const menuId = useId();
|
|
2866
|
-
watch(isMenuOpen,
|
|
2867
|
+
watch(isMenuOpen, (menuOpen, _oldVal, onCleanup) => {
|
|
2867
2868
|
if (!menuOpen) {
|
|
2868
2869
|
return;
|
|
2869
2870
|
}
|
|
2870
|
-
|
|
2871
|
-
|
|
2871
|
+
if (menuContainerEl.value) {
|
|
2872
|
+
menuContainerEl.value.focus();
|
|
2873
|
+
return;
|
|
2874
|
+
}
|
|
2875
|
+
const stop = watch(
|
|
2876
|
+
menuContainerEl,
|
|
2877
|
+
(el) => {
|
|
2878
|
+
el?.focus();
|
|
2879
|
+
},
|
|
2880
|
+
{ once: true }
|
|
2881
|
+
);
|
|
2882
|
+
onCleanup(stop);
|
|
2872
2883
|
});
|
|
2873
2884
|
const onItemClick = (itemId) => {
|
|
2874
2885
|
isMenuOpen.value = false;
|
|
@@ -2877,12 +2888,12 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
2877
2888
|
__expose({ menuButtonEl });
|
|
2878
2889
|
return (_ctx, _cache) => {
|
|
2879
2890
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
2880
|
-
createVNode(_sfc_main$
|
|
2891
|
+
createVNode(_sfc_main$1s, mergeProps({ ref: "menuButton" }, toggleButtonProps.value, {
|
|
2881
2892
|
modelValue: isMenuOpen.value,
|
|
2882
2893
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = $event),
|
|
2883
2894
|
"aria-haspopup": "menu",
|
|
2884
2895
|
"aria-expanded": isMenuOpen.value,
|
|
2885
|
-
"aria-controls": unref(menuId),
|
|
2896
|
+
"aria-controls": isMenuOpen.value ? unref(menuId) : void 0,
|
|
2886
2897
|
style: popoverEl.value?.anchorStyle
|
|
2887
2898
|
}), null, 16, ["modelValue", "aria-expanded", "aria-controls", "style"]),
|
|
2888
2899
|
createVNode(KdsPopover, {
|
|
@@ -2893,13 +2904,14 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
2893
2904
|
"aria-label": "Menu"
|
|
2894
2905
|
}, {
|
|
2895
2906
|
default: withCtx(() => [
|
|
2896
|
-
|
|
2907
|
+
isMenuOpen.value ? (openBlock(), createBlock(KdsMenuContainer, {
|
|
2908
|
+
key: 0,
|
|
2897
2909
|
id: unref(menuId),
|
|
2898
2910
|
ref: "menuContainer",
|
|
2899
2911
|
items: props.items,
|
|
2900
2912
|
"menu-max-height": __props.menuMaxHeight,
|
|
2901
2913
|
onItemClick
|
|
2902
|
-
}, null, 8, ["id", "items", "menu-max-height"])
|
|
2914
|
+
}, null, 8, ["id", "items", "menu-max-height"])) : createCommentVNode("", true)
|
|
2903
2915
|
]),
|
|
2904
2916
|
_: 1
|
|
2905
2917
|
}, 8, ["modelValue"])
|
|
@@ -2908,7 +2920,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
2908
2920
|
}
|
|
2909
2921
|
});
|
|
2910
2922
|
|
|
2911
|
-
const _sfc_main$
|
|
2923
|
+
const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
2912
2924
|
__name: "KdsSplitButton",
|
|
2913
2925
|
props: {
|
|
2914
2926
|
dataTestId: {},
|
|
@@ -2935,10 +2947,22 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
2935
2947
|
isMenuOpen.value = false;
|
|
2936
2948
|
emit("itemClick", itemId);
|
|
2937
2949
|
}
|
|
2938
|
-
watch(isMenuOpen, (open) => {
|
|
2939
|
-
if (open) {
|
|
2940
|
-
|
|
2950
|
+
watch(isMenuOpen, (open, _oldVal, onCleanup) => {
|
|
2951
|
+
if (!open) {
|
|
2952
|
+
return;
|
|
2941
2953
|
}
|
|
2954
|
+
if (menuContainer.value) {
|
|
2955
|
+
menuContainer.value.focus();
|
|
2956
|
+
return;
|
|
2957
|
+
}
|
|
2958
|
+
const stop = watch(
|
|
2959
|
+
menuContainer,
|
|
2960
|
+
(el) => {
|
|
2961
|
+
el?.focus();
|
|
2962
|
+
},
|
|
2963
|
+
{ once: true }
|
|
2964
|
+
);
|
|
2965
|
+
onCleanup(stop);
|
|
2942
2966
|
});
|
|
2943
2967
|
return (_ctx, _cache) => {
|
|
2944
2968
|
return openBlock(), createElementBlock("div", {
|
|
@@ -2966,7 +2990,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
2966
2990
|
ariaLabel: "More options",
|
|
2967
2991
|
"aria-haspopup": "menu",
|
|
2968
2992
|
"aria-expanded": isMenuOpen.value,
|
|
2969
|
-
"aria-controls": unref(menuId),
|
|
2993
|
+
"aria-controls": isMenuOpen.value ? unref(menuId) : void 0,
|
|
2970
2994
|
style: normalizeStyle(popoverEl.value?.anchorStyle),
|
|
2971
2995
|
onClick: _cache[1] || (_cache[1] = ($event) => isMenuOpen.value = !isMenuOpen.value)
|
|
2972
2996
|
}, null, 8, ["size", "variant", "disabled", "aria-expanded", "aria-controls", "style"]),
|
|
@@ -2978,7 +3002,8 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
2978
3002
|
placement: "bottom-left"
|
|
2979
3003
|
}, {
|
|
2980
3004
|
default: withCtx(() => [
|
|
2981
|
-
|
|
3005
|
+
isMenuOpen.value ? (openBlock(), createBlock(KdsMenuContainer, {
|
|
3006
|
+
key: 0,
|
|
2982
3007
|
id: unref(menuId),
|
|
2983
3008
|
ref_key: "menuContainer",
|
|
2984
3009
|
ref: menuContainer,
|
|
@@ -2987,7 +3012,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
2987
3012
|
"aria-label": "Actions",
|
|
2988
3013
|
onItemClick,
|
|
2989
3014
|
onKeydown: _cache[2] || (_cache[2] = withKeys(($event) => isMenuOpen.value = false, ["escape"]))
|
|
2990
|
-
}, null, 8, ["id", "items", "menu-max-height"])
|
|
3015
|
+
}, null, 8, ["id", "items", "menu-max-height"])) : createCommentVNode("", true)
|
|
2991
3016
|
]),
|
|
2992
3017
|
_: 1
|
|
2993
3018
|
}, 8, ["modelValue"])
|
|
@@ -2996,7 +3021,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
2996
3021
|
}
|
|
2997
3022
|
});
|
|
2998
3023
|
|
|
2999
|
-
const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3024
|
+
const KdsSplitButton = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__scopeId", "data-v-ebc30e66"]]);
|
|
3000
3025
|
|
|
3001
3026
|
const kdsButtonSize = {
|
|
3002
3027
|
XSMALL: "xsmall",
|
|
@@ -3012,17 +3037,17 @@ const kdsButtonVariant = {
|
|
|
3012
3037
|
};
|
|
3013
3038
|
const kdsButtonVariants = Object.values(kdsButtonVariant);
|
|
3014
3039
|
|
|
3015
|
-
const _hoisted_1$
|
|
3016
|
-
const _hoisted_2$
|
|
3017
|
-
const _hoisted_3$
|
|
3040
|
+
const _hoisted_1$S = ["aria-disabled"];
|
|
3041
|
+
const _hoisted_2$x = { class: "kds-empty-state-headline" };
|
|
3042
|
+
const _hoisted_3$p = {
|
|
3018
3043
|
key: 1,
|
|
3019
3044
|
class: "kds-empty-state-description"
|
|
3020
3045
|
};
|
|
3021
|
-
const _hoisted_4$
|
|
3046
|
+
const _hoisted_4$m = {
|
|
3022
3047
|
key: 2,
|
|
3023
3048
|
class: "kds-empty-state-action"
|
|
3024
3049
|
};
|
|
3025
|
-
const _sfc_main$
|
|
3050
|
+
const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
3026
3051
|
__name: "KdsEmptyState",
|
|
3027
3052
|
props: {
|
|
3028
3053
|
headline: {},
|
|
@@ -3040,13 +3065,13 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
3040
3065
|
() => props.button && "to" in props.button && props.button.to !== void 0
|
|
3041
3066
|
);
|
|
3042
3067
|
const buttonComponent = computed(
|
|
3043
|
-
() => isLinkButton.value ? _sfc_main$
|
|
3068
|
+
() => isLinkButton.value ? _sfc_main$1u : _sfc_main$1v
|
|
3044
3069
|
);
|
|
3045
3070
|
const isSecondaryLinkButton = computed(
|
|
3046
3071
|
() => props.secondaryButton && "to" in props.secondaryButton && props.secondaryButton.to !== void 0
|
|
3047
3072
|
);
|
|
3048
3073
|
const secondaryButtonComponent = computed(
|
|
3049
|
-
() => isSecondaryLinkButton.value ? _sfc_main$
|
|
3074
|
+
() => isSecondaryLinkButton.value ? _sfc_main$1u : _sfc_main$1v
|
|
3050
3075
|
);
|
|
3051
3076
|
return (_ctx, _cache) => {
|
|
3052
3077
|
return openBlock(), createElementBlock("div", {
|
|
@@ -3060,9 +3085,9 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
3060
3085
|
variant: "onSurface",
|
|
3061
3086
|
"aria-hidden": "true"
|
|
3062
3087
|
})) : createCommentVNode("", true),
|
|
3063
|
-
createElementVNode("p", _hoisted_2$
|
|
3064
|
-
props.description ? (openBlock(), createElementBlock("p", _hoisted_3$
|
|
3065
|
-
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
3088
|
+
createElementVNode("p", _hoisted_2$x, toDisplayString(props.headline), 1),
|
|
3089
|
+
props.description ? (openBlock(), createElementBlock("p", _hoisted_3$p, toDisplayString(props.description), 1)) : createCommentVNode("", true),
|
|
3090
|
+
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
3066
3091
|
(openBlock(), createBlock(resolveDynamicComponent(buttonComponent.value), mergeProps(props.button, {
|
|
3067
3092
|
disabled: props.button?.disabled || __props.disabled,
|
|
3068
3093
|
onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("buttonClick", $event))
|
|
@@ -3072,16 +3097,16 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
3072
3097
|
onClick: _cache[1] || (_cache[1] = ($event) => !__props.disabled && emit("secondaryButtonClick", $event))
|
|
3073
3098
|
}), null, 16, ["disabled"])) : createCommentVNode("", true)
|
|
3074
3099
|
])) : createCommentVNode("", true)
|
|
3075
|
-
], 10, _hoisted_1$
|
|
3100
|
+
], 10, _hoisted_1$S);
|
|
3076
3101
|
};
|
|
3077
3102
|
}
|
|
3078
3103
|
});
|
|
3079
3104
|
|
|
3080
|
-
const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3105
|
+
const KdsEmptyState = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-e913660a"]]);
|
|
3081
3106
|
|
|
3082
|
-
const _hoisted_1$
|
|
3107
|
+
const _hoisted_1$R = ["aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
|
|
3083
3108
|
const loadingStateText = "Loading entries";
|
|
3084
|
-
const _sfc_main$
|
|
3109
|
+
const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
3085
3110
|
__name: "KdsListContainer",
|
|
3086
3111
|
props: {
|
|
3087
3112
|
possibleValues: {},
|
|
@@ -3204,19 +3229,19 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
3204
3229
|
"loading-spinner": __props.loading
|
|
3205
3230
|
}, null, 8, ["headline", "loading-spinner"])
|
|
3206
3231
|
])) : createCommentVNode("", true)
|
|
3207
|
-
], 16, _hoisted_1$
|
|
3232
|
+
], 16, _hoisted_1$R);
|
|
3208
3233
|
};
|
|
3209
3234
|
}
|
|
3210
3235
|
});
|
|
3211
3236
|
|
|
3212
|
-
const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3237
|
+
const KdsListContainer = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-118706ad"]]);
|
|
3213
3238
|
|
|
3214
3239
|
const KdsListContainer$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
3215
3240
|
__proto__: null,
|
|
3216
3241
|
default: KdsListContainer
|
|
3217
3242
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
3218
3243
|
|
|
3219
|
-
const _sfc_main$
|
|
3244
|
+
const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
3220
3245
|
...{ inheritAttrs: false },
|
|
3221
3246
|
__name: "KdsMenu",
|
|
3222
3247
|
props: {
|
|
@@ -3233,12 +3258,22 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
3233
3258
|
const popoverEl = useTemplateRef("popover");
|
|
3234
3259
|
const menuContainerEl = useTemplateRef("menuContainer");
|
|
3235
3260
|
const menuId = useId();
|
|
3236
|
-
watch(isMenuOpen,
|
|
3261
|
+
watch(isMenuOpen, (_newVal, _oldVal, onCleanup) => {
|
|
3237
3262
|
if (!isMenuOpen.value) {
|
|
3238
3263
|
return;
|
|
3239
3264
|
}
|
|
3240
|
-
|
|
3241
|
-
|
|
3265
|
+
if (menuContainerEl.value) {
|
|
3266
|
+
menuContainerEl.value.focus();
|
|
3267
|
+
return;
|
|
3268
|
+
}
|
|
3269
|
+
const stop = watch(
|
|
3270
|
+
menuContainerEl,
|
|
3271
|
+
(el) => {
|
|
3272
|
+
el?.focus();
|
|
3273
|
+
},
|
|
3274
|
+
{ once: true }
|
|
3275
|
+
);
|
|
3276
|
+
onCleanup(stop);
|
|
3242
3277
|
});
|
|
3243
3278
|
const onItemClick = (itemId) => {
|
|
3244
3279
|
isMenuOpen.value = false;
|
|
@@ -3258,7 +3293,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
3258
3293
|
const ariaAttrs = {
|
|
3259
3294
|
"aria-haspopup": "menu",
|
|
3260
3295
|
"aria-expanded": isMenuOpen.value,
|
|
3261
|
-
"aria-controls": menuId
|
|
3296
|
+
"aria-controls": isMenuOpen.value ? menuId : void 0
|
|
3262
3297
|
};
|
|
3263
3298
|
if (!popoverEl.value) {
|
|
3264
3299
|
return ariaAttrs;
|
|
@@ -3288,7 +3323,8 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
3288
3323
|
"aria-label": "Menu"
|
|
3289
3324
|
}, {
|
|
3290
3325
|
default: withCtx(() => [
|
|
3291
|
-
|
|
3326
|
+
isMenuOpen.value ? (openBlock(), createBlock(KdsMenuContainer, {
|
|
3327
|
+
key: 0,
|
|
3292
3328
|
id: unref(menuId),
|
|
3293
3329
|
ref: "menuContainer",
|
|
3294
3330
|
items: props.items,
|
|
@@ -3296,7 +3332,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
3296
3332
|
variant: __props.variant,
|
|
3297
3333
|
"aria-label": props.ariaLabel,
|
|
3298
3334
|
onItemClick
|
|
3299
|
-
}, null, 8, ["id", "items", "menu-max-height", "variant", "aria-label"])
|
|
3335
|
+
}, null, 8, ["id", "items", "menu-max-height", "variant", "aria-label"])) : createCommentVNode("", true)
|
|
3300
3336
|
]),
|
|
3301
3337
|
_: 1
|
|
3302
3338
|
}, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
@@ -3305,7 +3341,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
3305
3341
|
}
|
|
3306
3342
|
});
|
|
3307
3343
|
|
|
3308
|
-
const _sfc_main$
|
|
3344
|
+
const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
3309
3345
|
...{ inheritAttrs: false },
|
|
3310
3346
|
__name: "KdsContextMenu",
|
|
3311
3347
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -3330,12 +3366,22 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
3330
3366
|
emit("itemClick", itemId);
|
|
3331
3367
|
};
|
|
3332
3368
|
const menuContainerEl = useTemplateRef("menuContainer");
|
|
3333
|
-
watch(open,
|
|
3369
|
+
watch(open, (isOpen, _oldVal, onCleanup) => {
|
|
3334
3370
|
if (!isOpen) {
|
|
3335
3371
|
return;
|
|
3336
3372
|
}
|
|
3337
|
-
|
|
3338
|
-
|
|
3373
|
+
if (menuContainerEl.value) {
|
|
3374
|
+
menuContainerEl.value.focus();
|
|
3375
|
+
return;
|
|
3376
|
+
}
|
|
3377
|
+
const stop = watch(
|
|
3378
|
+
menuContainerEl,
|
|
3379
|
+
(el) => {
|
|
3380
|
+
el?.focus();
|
|
3381
|
+
},
|
|
3382
|
+
{ once: true }
|
|
3383
|
+
);
|
|
3384
|
+
onCleanup(stop);
|
|
3339
3385
|
});
|
|
3340
3386
|
return (_ctx, _cache) => {
|
|
3341
3387
|
return openBlock(), createBlock(KdsPopover, {
|
|
@@ -3347,7 +3393,8 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
3347
3393
|
"aria-label": "Menu"
|
|
3348
3394
|
}, {
|
|
3349
3395
|
default: withCtx(() => [
|
|
3350
|
-
|
|
3396
|
+
open.value ? (openBlock(), createBlock(KdsMenuContainer, {
|
|
3397
|
+
key: 0,
|
|
3351
3398
|
id: props.id,
|
|
3352
3399
|
ref: "menuContainer",
|
|
3353
3400
|
"aria-label": props.ariaLabel,
|
|
@@ -3357,7 +3404,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
3357
3404
|
onItemClick,
|
|
3358
3405
|
onContextmenu: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
3359
3406
|
}, ["prevent"]))
|
|
3360
|
-
}, null, 8, ["id", "aria-label", "items", "menu-max-height", "variant"])
|
|
3407
|
+
}, null, 8, ["id", "aria-label", "items", "menu-max-height", "variant"])) : createCommentVNode("", true)
|
|
3361
3408
|
]),
|
|
3362
3409
|
_: 1
|
|
3363
3410
|
}, 8, ["modelValue", "custom-placement-position", "popover-type"]);
|
|
@@ -3394,9 +3441,9 @@ const kdsDimensionComponentHeight2p25x = 36;
|
|
|
3394
3441
|
const kdsSpacingContainer0p10x = 1;
|
|
3395
3442
|
const kdsSpacingContainer0p25x = 4;
|
|
3396
3443
|
|
|
3397
|
-
const _hoisted_1$
|
|
3398
|
-
const _hoisted_2$
|
|
3399
|
-
const _sfc_main$
|
|
3444
|
+
const _hoisted_1$Q = { class: "kds-label-wrapper" };
|
|
3445
|
+
const _hoisted_2$w = ["id", "for", "title"];
|
|
3446
|
+
const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
3400
3447
|
__name: "KdsLabel",
|
|
3401
3448
|
props: {
|
|
3402
3449
|
label: {},
|
|
@@ -3413,7 +3460,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
3413
3460
|
const labelEl = useTemplateRef("labelEl");
|
|
3414
3461
|
const { isTruncated } = useKdsIsTruncated(labelEl);
|
|
3415
3462
|
return (_ctx, _cache) => {
|
|
3416
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3463
|
+
return openBlock(), createElementBlock("div", _hoisted_1$Q, [
|
|
3417
3464
|
createElementVNode("label", {
|
|
3418
3465
|
id: props.id,
|
|
3419
3466
|
ref_key: "labelEl",
|
|
@@ -3421,7 +3468,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
3421
3468
|
for: props.for,
|
|
3422
3469
|
class: "label",
|
|
3423
3470
|
title: unref(isTruncated) ? props.label : void 0
|
|
3424
|
-
}, toDisplayString(props.label), 9, _hoisted_2$
|
|
3471
|
+
}, toDisplayString(props.label), 9, _hoisted_2$w),
|
|
3425
3472
|
props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
|
|
3426
3473
|
key: 0,
|
|
3427
3474
|
content: props.description,
|
|
@@ -3432,11 +3479,11 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
3432
3479
|
}
|
|
3433
3480
|
});
|
|
3434
3481
|
|
|
3435
|
-
const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3482
|
+
const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-efe3313e"]]);
|
|
3436
3483
|
|
|
3437
|
-
const _hoisted_1$
|
|
3438
|
-
const _hoisted_2$
|
|
3439
|
-
const _sfc_main$
|
|
3484
|
+
const _hoisted_1$P = ["id"];
|
|
3485
|
+
const _hoisted_2$v = { class: "subtext-text" };
|
|
3486
|
+
const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
3440
3487
|
__name: "KdsSubText",
|
|
3441
3488
|
props: {
|
|
3442
3489
|
id: {},
|
|
@@ -3467,15 +3514,15 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
|
3467
3514
|
variant: "onSurface",
|
|
3468
3515
|
"aria-hidden": "true"
|
|
3469
3516
|
})) : createCommentVNode("", true),
|
|
3470
|
-
createElementVNode("span", _hoisted_2$
|
|
3471
|
-
], 10, _hoisted_1$
|
|
3517
|
+
createElementVNode("span", _hoisted_2$v, toDisplayString(props.subText), 1)
|
|
3518
|
+
], 10, _hoisted_1$P)) : createCommentVNode("", true);
|
|
3472
3519
|
};
|
|
3473
3520
|
}
|
|
3474
3521
|
});
|
|
3475
3522
|
|
|
3476
|
-
const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3523
|
+
const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-2e6ba10c"]]);
|
|
3477
3524
|
|
|
3478
|
-
const _sfc_main$
|
|
3525
|
+
const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
3479
3526
|
__name: "BaseFormFieldWrapper",
|
|
3480
3527
|
props: {
|
|
3481
3528
|
id: {},
|
|
@@ -3527,7 +3574,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
3527
3574
|
}
|
|
3528
3575
|
});
|
|
3529
3576
|
|
|
3530
|
-
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3577
|
+
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-5d99c134"]]);
|
|
3531
3578
|
|
|
3532
3579
|
const MIN_SEGMENT_INDEX = 0;
|
|
3533
3580
|
const LARGE_STEP = 10;
|
|
@@ -4207,17 +4254,17 @@ const useInputSegments = (modelValue, getInputElement, configRef) => {
|
|
|
4207
4254
|
};
|
|
4208
4255
|
};
|
|
4209
4256
|
|
|
4210
|
-
const _hoisted_1$
|
|
4257
|
+
const _hoisted_1$O = {
|
|
4211
4258
|
key: 0,
|
|
4212
4259
|
class: "icon-wrapper leading"
|
|
4213
4260
|
};
|
|
4214
|
-
const _hoisted_2$
|
|
4261
|
+
const _hoisted_2$u = {
|
|
4215
4262
|
key: 1,
|
|
4216
4263
|
class: "leading-slot"
|
|
4217
4264
|
};
|
|
4218
|
-
const _hoisted_3$
|
|
4219
|
-
const _hoisted_4$
|
|
4220
|
-
const _hoisted_5$
|
|
4265
|
+
const _hoisted_3$o = ["id", "value", "type", "inputmode", "placeholder", "disabled", "autocomplete", "min", "max", "step", "aria-label", "aria-labelledby", "aria-describedby", "aria-invalid", "role", "pattern", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext", "aria-activedescendant", "aria-haspopup", "aria-controls", "aria-expanded", "aria-autocomplete"];
|
|
4266
|
+
const _hoisted_4$l = ["aria-disabled"];
|
|
4267
|
+
const _hoisted_5$c = {
|
|
4221
4268
|
key: 4,
|
|
4222
4269
|
class: "trailing-slot"
|
|
4223
4270
|
};
|
|
@@ -4225,7 +4272,7 @@ const _hoisted_6$9 = {
|
|
|
4225
4272
|
key: 5,
|
|
4226
4273
|
class: "icon-wrapper trailing"
|
|
4227
4274
|
};
|
|
4228
|
-
const _sfc_main$
|
|
4275
|
+
const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
4229
4276
|
__name: "BaseInput",
|
|
4230
4277
|
props: /* @__PURE__ */ mergeModels({
|
|
4231
4278
|
id: {},
|
|
@@ -4376,13 +4423,13 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
4376
4423
|
}),
|
|
4377
4424
|
onClick: handleContainerClick
|
|
4378
4425
|
}, [
|
|
4379
|
-
props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4426
|
+
props.leadingIcon ? (openBlock(), createElementBlock("div", _hoisted_1$O, [
|
|
4380
4427
|
props.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
|
|
4381
4428
|
key: 0,
|
|
4382
4429
|
name: props.leadingIcon
|
|
4383
4430
|
}, null, 8, ["name"])) : createCommentVNode("", true)
|
|
4384
4431
|
])) : createCommentVNode("", true),
|
|
4385
|
-
_ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4432
|
+
_ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$u, [
|
|
4386
4433
|
renderSlot(_ctx.$slots, "leading", {}, void 0, true)
|
|
4387
4434
|
])) : createCommentVNode("", true),
|
|
4388
4435
|
createElementVNode("input", {
|
|
@@ -4427,7 +4474,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
4427
4474
|
onCut: handleInputCut,
|
|
4428
4475
|
onDrop: handleInputDrop,
|
|
4429
4476
|
onDragend: handleInputDragEnd
|
|
4430
|
-
}, null, 42, _hoisted_3$
|
|
4477
|
+
}, null, 42, _hoisted_3$o),
|
|
4431
4478
|
props.unit ? (openBlock(), createElementBlock("span", {
|
|
4432
4479
|
key: 2,
|
|
4433
4480
|
class: normalizeClass({
|
|
@@ -4436,8 +4483,8 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
4436
4483
|
disabled: __props.disabled
|
|
4437
4484
|
}),
|
|
4438
4485
|
"aria-disabled": __props.disabled || void 0
|
|
4439
|
-
}, toDisplayString(props.unit), 11, _hoisted_4$
|
|
4440
|
-
__props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$
|
|
4486
|
+
}, toDisplayString(props.unit), 11, _hoisted_4$l)) : createCommentVNode("", true),
|
|
4487
|
+
__props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1v, {
|
|
4441
4488
|
key: 3,
|
|
4442
4489
|
class: "clear-button",
|
|
4443
4490
|
size: "xsmall",
|
|
@@ -4447,7 +4494,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
4447
4494
|
title: "Clear",
|
|
4448
4495
|
onClick: withModifiers(clearAndFocusInput, ["stop"])
|
|
4449
4496
|
})) : createCommentVNode("", true),
|
|
4450
|
-
_ctx.$slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
4497
|
+
_ctx.$slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_5$c, [
|
|
4451
4498
|
renderSlot(_ctx.$slots, "trailing", {}, void 0, true)
|
|
4452
4499
|
])) : createCommentVNode("", true),
|
|
4453
4500
|
props.trailingIcon ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
|
|
@@ -4460,9 +4507,9 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
4460
4507
|
}
|
|
4461
4508
|
});
|
|
4462
4509
|
|
|
4463
|
-
const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4510
|
+
const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-93daa14e"]]);
|
|
4464
4511
|
|
|
4465
|
-
const _sfc_main$
|
|
4512
|
+
const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
4466
4513
|
__name: "KdsTextInput",
|
|
4467
4514
|
props: /* @__PURE__ */ mergeModels({
|
|
4468
4515
|
description: {},
|
|
@@ -4521,7 +4568,6 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
4521
4568
|
isFocused.value = true;
|
|
4522
4569
|
if (hasFilteredSuggestions.value) {
|
|
4523
4570
|
popoverOpen.value = true;
|
|
4524
|
-
listContainerRef.value?.handleFocus();
|
|
4525
4571
|
}
|
|
4526
4572
|
};
|
|
4527
4573
|
const onBlur = () => {
|
|
@@ -4534,7 +4580,6 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
4534
4580
|
}
|
|
4535
4581
|
if (has) {
|
|
4536
4582
|
popoverOpen.value = true;
|
|
4537
|
-
listContainerRef.value?.handleFocus();
|
|
4538
4583
|
} else {
|
|
4539
4584
|
closePopover();
|
|
4540
4585
|
}
|
|
@@ -4546,7 +4591,6 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
4546
4591
|
if (!popoverOpen.value) {
|
|
4547
4592
|
if (event.key !== "Enter" && event.key !== "Escape") {
|
|
4548
4593
|
popoverOpen.value = true;
|
|
4549
|
-
listContainerRef.value?.handleFocus();
|
|
4550
4594
|
}
|
|
4551
4595
|
return;
|
|
4552
4596
|
} else if (event.key === "Escape") {
|
|
@@ -4594,7 +4638,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
4594
4638
|
"aria-haspopup": hasSuggestions.value ? "listbox" : void 0,
|
|
4595
4639
|
"aria-expanded": hasSuggestions.value ? popoverOpen.value : void 0,
|
|
4596
4640
|
"aria-autocomplete": hasSuggestions.value ? "list" : void 0,
|
|
4597
|
-
"aria-controls": hasSuggestions.value ? unref(suggestionId) : void 0,
|
|
4641
|
+
"aria-controls": hasSuggestions.value && popoverOpen.value ? unref(suggestionId) : void 0,
|
|
4598
4642
|
"aria-activedescendant": listContainerRef.value?.activeDescendant,
|
|
4599
4643
|
style: hasSuggestions.value ? popoverRef.value?.anchorStyle : void 0,
|
|
4600
4644
|
onFocus,
|
|
@@ -4612,7 +4656,8 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
4612
4656
|
"popover-type": "manual"
|
|
4613
4657
|
}, {
|
|
4614
4658
|
default: withCtx(() => [
|
|
4615
|
-
|
|
4659
|
+
popoverOpen.value ? (openBlock(), createBlock(unref(KdsListContainer), {
|
|
4660
|
+
key: 0,
|
|
4616
4661
|
id: unref(suggestionId),
|
|
4617
4662
|
ref_key: "listContainerRef",
|
|
4618
4663
|
ref: listContainerRef,
|
|
@@ -4621,7 +4666,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
4621
4666
|
"controlled-externally": "",
|
|
4622
4667
|
"aria-label": "Suggestions",
|
|
4623
4668
|
onItemClick
|
|
4624
|
-
}, null, 8, ["id", "possible-values"])
|
|
4669
|
+
}, null, 8, ["id", "possible-values"])) : createCommentVNode("", true)
|
|
4625
4670
|
]),
|
|
4626
4671
|
_: 1
|
|
4627
4672
|
}, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
@@ -4632,9 +4677,9 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
4632
4677
|
}
|
|
4633
4678
|
});
|
|
4634
4679
|
|
|
4635
|
-
const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4680
|
+
const KdsTextInput = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-dd35e2a4"]]);
|
|
4636
4681
|
|
|
4637
|
-
const _sfc_main$
|
|
4682
|
+
const _sfc_main$19 = defineComponent({
|
|
4638
4683
|
name: "FileExplorerItemBase",
|
|
4639
4684
|
props: {
|
|
4640
4685
|
isSelected: {
|
|
@@ -4652,7 +4697,7 @@ const _sfc_main$16 = defineComponent({
|
|
|
4652
4697
|
}
|
|
4653
4698
|
});
|
|
4654
4699
|
|
|
4655
|
-
const _hoisted_1$
|
|
4700
|
+
const _hoisted_1$N = ["aria-disabled"];
|
|
4656
4701
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4657
4702
|
return openBlock(), createElementBlock("tr", {
|
|
4658
4703
|
class: normalizeClass(["file-explorer-item-base", {
|
|
@@ -4665,9 +4710,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4665
4710
|
"aria-disabled": _ctx.disabled ? "true" : void 0
|
|
4666
4711
|
}, [
|
|
4667
4712
|
renderSlot(_ctx.$slots, "default")
|
|
4668
|
-
], 10, _hoisted_1$
|
|
4713
|
+
], 10, _hoisted_1$N);
|
|
4669
4714
|
}
|
|
4670
|
-
const FileExplorerItemBase = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4715
|
+
const FileExplorerItemBase = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render], ["__scopeId", "data-v-aad38d13"]]);
|
|
4671
4716
|
|
|
4672
4717
|
const INVALID_NAME_CHARACTERS = /[*?#:";<>%~|/\\]/;
|
|
4673
4718
|
const NAME_CHAR_LIMIT = 255;
|
|
@@ -4716,17 +4761,17 @@ const filterSlotsForDynamicColumns = (slots) => {
|
|
|
4716
4761
|
return result;
|
|
4717
4762
|
};
|
|
4718
4763
|
|
|
4719
|
-
const _hoisted_1$
|
|
4720
|
-
const _hoisted_2$
|
|
4764
|
+
const _hoisted_1$M = { class: "item-icon" };
|
|
4765
|
+
const _hoisted_2$t = {
|
|
4721
4766
|
key: 0,
|
|
4722
4767
|
class: "open-indicator"
|
|
4723
4768
|
};
|
|
4724
|
-
const _hoisted_3$
|
|
4725
|
-
const _hoisted_4$
|
|
4769
|
+
const _hoisted_3$n = ["title"];
|
|
4770
|
+
const _hoisted_4$k = {
|
|
4726
4771
|
key: 0,
|
|
4727
4772
|
class: "inner"
|
|
4728
4773
|
};
|
|
4729
|
-
const _hoisted_5$
|
|
4774
|
+
const _hoisted_5$b = {
|
|
4730
4775
|
key: 0,
|
|
4731
4776
|
class: "item-error"
|
|
4732
4777
|
};
|
|
@@ -4735,7 +4780,7 @@ const _hoisted_7$2 = {
|
|
|
4735
4780
|
key: 0,
|
|
4736
4781
|
class: /* @__PURE__ */ normalizeClass(["column"])
|
|
4737
4782
|
};
|
|
4738
|
-
const _sfc_main$
|
|
4783
|
+
const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
4739
4784
|
__name: "FileExplorerItem",
|
|
4740
4785
|
props: {
|
|
4741
4786
|
blacklistedNames: {},
|
|
@@ -4836,8 +4881,8 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
4836
4881
|
onDblclick: _cache[11] || (_cache[11] = ($event) => !unref(isRenameActive) && emit("dblclick", $event))
|
|
4837
4882
|
}, {
|
|
4838
4883
|
default: withCtx(() => [
|
|
4839
|
-
createElementVNode("td", _hoisted_1$
|
|
4840
|
-
__props.item.isOpen ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
4884
|
+
createElementVNode("td", _hoisted_1$M, [
|
|
4885
|
+
__props.item.isOpen ? (openBlock(), createElementBlock("span", _hoisted_2$t)) : createCommentVNode("", true),
|
|
4841
4886
|
createVNode(KdsIcon, {
|
|
4842
4887
|
name: __props.item.icon || (__props.item.isDirectory ? "folder" : "file"),
|
|
4843
4888
|
size: "small"
|
|
@@ -4851,7 +4896,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
4851
4896
|
"data-test-id": "item-name",
|
|
4852
4897
|
title: __props.item.name
|
|
4853
4898
|
}, [
|
|
4854
|
-
!unref(isRenameActive) ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
4899
|
+
!unref(isRenameActive) ? (openBlock(), createElementBlock("div", _hoisted_4$k, toDisplayString(__props.item.name), 1)) : (openBlock(), createElementBlock("div", {
|
|
4855
4900
|
key: 1,
|
|
4856
4901
|
ref_key: "renameInputContainer",
|
|
4857
4902
|
ref: renameInputContainer,
|
|
@@ -4869,11 +4914,11 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
4869
4914
|
error: !unref(isValid),
|
|
4870
4915
|
onKeydown: _cache[1] || (_cache[1] = withModifiers(($event) => onRenameSubmit($event), ["stop"]))
|
|
4871
4916
|
}, null, 8, ["modelValue", "error"]),
|
|
4872
|
-
!unref(isValid) ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
4917
|
+
!unref(isValid) ? (openBlock(), createElementBlock("div", _hoisted_5$b, [
|
|
4873
4918
|
createElementVNode("span", null, toDisplayString(unref(errorMessage)), 1)
|
|
4874
4919
|
])) : createCommentVNode("", true)
|
|
4875
4920
|
], 512))
|
|
4876
|
-
], 10, _hoisted_3$
|
|
4921
|
+
], 10, _hoisted_3$n),
|
|
4877
4922
|
(openBlock(true), createElementBlock(Fragment, null, renderList(dynamicColumnSlotNames.value, (name) => {
|
|
4878
4923
|
return openBlock(), createElementBlock("td", {
|
|
4879
4924
|
key: `dynamicColumn-${name}`,
|
|
@@ -4897,9 +4942,9 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
4897
4942
|
}
|
|
4898
4943
|
});
|
|
4899
4944
|
|
|
4900
|
-
const FileExplorerItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4945
|
+
const FileExplorerItem = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-91cbcaae"]]);
|
|
4901
4946
|
|
|
4902
|
-
const _sfc_main$
|
|
4947
|
+
const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
4903
4948
|
__name: "FileExplorerItemBack",
|
|
4904
4949
|
props: {
|
|
4905
4950
|
isDragging: { type: Boolean }
|
|
@@ -4927,7 +4972,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
4927
4972
|
}
|
|
4928
4973
|
});
|
|
4929
4974
|
|
|
4930
|
-
const FileExplorerItemBack = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4975
|
+
const FileExplorerItemBack = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-a5de970a"]]);
|
|
4931
4976
|
|
|
4932
4977
|
const getInitialState = () => ({
|
|
4933
4978
|
anchorHistory: [],
|
|
@@ -11823,12 +11868,12 @@ const popoverAnchor = {
|
|
|
11823
11868
|
remove
|
|
11824
11869
|
};
|
|
11825
11870
|
|
|
11826
|
-
const _hoisted_1$
|
|
11827
|
-
const _hoisted_2$
|
|
11871
|
+
const _hoisted_1$L = { class: "file-explorer" };
|
|
11872
|
+
const _hoisted_2$s = {
|
|
11828
11873
|
key: 0,
|
|
11829
11874
|
class: "empty"
|
|
11830
11875
|
};
|
|
11831
|
-
const _sfc_main$
|
|
11876
|
+
const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
11832
11877
|
__name: "KdsFileExplorer",
|
|
11833
11878
|
props: /* @__PURE__ */ mergeModels({
|
|
11834
11879
|
size: { default: "large" },
|
|
@@ -12157,7 +12202,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
12157
12202
|
() => Object.keys(filterSlotsForDynamicColumns(slots))
|
|
12158
12203
|
);
|
|
12159
12204
|
return (_ctx, _cache) => {
|
|
12160
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
12205
|
+
return openBlock(), createElementBlock("div", _hoisted_1$L, [
|
|
12161
12206
|
createElementVNode("table", mergeProps({
|
|
12162
12207
|
tabindex: "0",
|
|
12163
12208
|
class: ["scroll-container", { "keyboard-focus": unref(keyPressedUntilMouseClick) }],
|
|
@@ -12228,7 +12273,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
12228
12273
|
hasOptionsMenu.value ? {
|
|
12229
12274
|
name: "optionsMenu",
|
|
12230
12275
|
fn: withCtx(() => [
|
|
12231
|
-
createVNode(_sfc_main$
|
|
12276
|
+
createVNode(_sfc_main$1s, {
|
|
12232
12277
|
tabindex: "-1",
|
|
12233
12278
|
"model-value": contextMenuAnchor.value?.item.id === item.id && contextMenuAnchor.value.openedBy === "optionsMenu",
|
|
12234
12279
|
size: __props.size === "small" ? "xsmall" : "small",
|
|
@@ -12254,7 +12299,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
12254
12299
|
} : void 0
|
|
12255
12300
|
]), 1032, ["class", "disabled", "item", "is-dragging", "is-selected", "is-rename-active", "blacklisted-names", "is-dragging-enabled", "has-options-menu", "onDragstart", "onDragenter", "onDragleave", "onDragend", "onDrag", "onClick", "onContextmenu", "onKeydown", "onDrop", "onDblclick"]);
|
|
12256
12301
|
}), 128)),
|
|
12257
|
-
__props.items.length === 0 ? (openBlock(), createElementBlock("tr", _hoisted_2$
|
|
12302
|
+
__props.items.length === 0 ? (openBlock(), createElementBlock("tr", _hoisted_2$s, [
|
|
12258
12303
|
createElementVNode("td", null, [
|
|
12259
12304
|
createVNode(KdsEmptyState, mergeProps({
|
|
12260
12305
|
headline: __props.emptyState?.headline ?? "Folder is empty"
|
|
@@ -12306,7 +12351,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
12306
12351
|
}
|
|
12307
12352
|
});
|
|
12308
12353
|
|
|
12309
|
-
const KdsFileExplorer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12354
|
+
const KdsFileExplorer = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-da0e6dab"]]);
|
|
12310
12355
|
|
|
12311
12356
|
const kdsFileExplorerSize = {
|
|
12312
12357
|
SMALL: "small",
|
|
@@ -12322,14 +12367,14 @@ const kdsFileExplorerDraggingAnimationModes = Object.values(
|
|
|
12322
12367
|
kdsFileExplorerDraggingAnimationMode
|
|
12323
12368
|
);
|
|
12324
12369
|
|
|
12325
|
-
const _hoisted_1$
|
|
12326
|
-
const _hoisted_2$
|
|
12327
|
-
const _hoisted_3$
|
|
12328
|
-
const _hoisted_4$
|
|
12329
|
-
const _hoisted_5$
|
|
12370
|
+
const _hoisted_1$K = { class: "kds-preview-list" };
|
|
12371
|
+
const _hoisted_2$r = { class: "kds-preview-list-title-row" };
|
|
12372
|
+
const _hoisted_3$m = { class: "kds-preview-list-content" };
|
|
12373
|
+
const _hoisted_4$j = { class: "kds-preview-list-headline" };
|
|
12374
|
+
const _hoisted_5$a = ["aria-label"];
|
|
12330
12375
|
const _hoisted_6$7 = { class: "kds-preview-list-show-hide" };
|
|
12331
12376
|
const DEFAULT_MAX_VISIBLE_ITEMS = 6;
|
|
12332
|
-
const _sfc_main$
|
|
12377
|
+
const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
12333
12378
|
__name: "KdsPreviewList",
|
|
12334
12379
|
props: /* @__PURE__ */ mergeModels({
|
|
12335
12380
|
headline: {},
|
|
@@ -12363,8 +12408,8 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
12363
12408
|
})
|
|
12364
12409
|
);
|
|
12365
12410
|
return (_ctx, _cache) => {
|
|
12366
|
-
return openBlock(), createElementBlock("section", _hoisted_1$
|
|
12367
|
-
createElementVNode("header", _hoisted_2$
|
|
12411
|
+
return openBlock(), createElementBlock("section", _hoisted_1$K, [
|
|
12412
|
+
createElementVNode("header", _hoisted_2$r, [
|
|
12368
12413
|
__props.loading && !expanded.value ? (openBlock(), createBlock(KdsLoadingSpinner, {
|
|
12369
12414
|
key: 0,
|
|
12370
12415
|
size: "small",
|
|
@@ -12374,10 +12419,10 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
12374
12419
|
name: __props.leadingIcon,
|
|
12375
12420
|
size: "small"
|
|
12376
12421
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
12377
|
-
createElementVNode("div", _hoisted_3$
|
|
12378
|
-
createElementVNode("span", _hoisted_4$
|
|
12422
|
+
createElementVNode("div", _hoisted_3$m, [
|
|
12423
|
+
createElementVNode("span", _hoisted_4$j, toDisplayString(props.headline), 1)
|
|
12379
12424
|
]),
|
|
12380
|
-
__props.trailingButton ? (openBlock(), createBlock(_sfc_main$
|
|
12425
|
+
__props.trailingButton ? (openBlock(), createBlock(_sfc_main$1v, normalizeProps(mergeProps({ key: 2 }, trailingButtonProps.value)), null, 16)) : createCommentVNode("", true)
|
|
12381
12426
|
]),
|
|
12382
12427
|
withDirectives(createElementVNode("div", {
|
|
12383
12428
|
id: bodyId,
|
|
@@ -12410,12 +12455,12 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
12410
12455
|
}, ["stop"]))
|
|
12411
12456
|
}, null, 8, ["id", "text", "accessory"]);
|
|
12412
12457
|
}), 128))
|
|
12413
|
-
], 8, _hoisted_5$
|
|
12458
|
+
], 8, _hoisted_5$a)) : createCommentVNode("", true)
|
|
12414
12459
|
], 512), [
|
|
12415
12460
|
[vShow, expanded.value]
|
|
12416
12461
|
]),
|
|
12417
12462
|
createElementVNode("footer", _hoisted_6$7, [
|
|
12418
|
-
createVNode(_sfc_main$
|
|
12463
|
+
createVNode(_sfc_main$1v, {
|
|
12419
12464
|
class: "kds-preview-list-toggle",
|
|
12420
12465
|
label: expanded.value ? "Hide all" : "Show all",
|
|
12421
12466
|
"trailing-icon": expanded.value ? "chevron-up" : "chevron-down",
|
|
@@ -12431,21 +12476,21 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
12431
12476
|
}
|
|
12432
12477
|
});
|
|
12433
12478
|
|
|
12434
|
-
const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12479
|
+
const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-a11103f6"]]);
|
|
12435
12480
|
|
|
12436
|
-
const _hoisted_1$
|
|
12437
|
-
const _hoisted_2$
|
|
12438
|
-
const _hoisted_3$
|
|
12481
|
+
const _hoisted_1$J = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
|
|
12482
|
+
const _hoisted_2$q = { class: "control" };
|
|
12483
|
+
const _hoisted_3$l = {
|
|
12439
12484
|
key: 0,
|
|
12440
12485
|
class: "content"
|
|
12441
12486
|
};
|
|
12442
|
-
const _hoisted_4$
|
|
12443
|
-
const _hoisted_5$
|
|
12487
|
+
const _hoisted_4$i = { class: "label" };
|
|
12488
|
+
const _hoisted_5$9 = ["id"];
|
|
12444
12489
|
const _hoisted_6$6 = {
|
|
12445
12490
|
key: 0,
|
|
12446
12491
|
class: "subtext-wrapper"
|
|
12447
12492
|
};
|
|
12448
|
-
const _sfc_main$
|
|
12493
|
+
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
12449
12494
|
__name: "BaseCheckbox",
|
|
12450
12495
|
props: /* @__PURE__ */ mergeModels({
|
|
12451
12496
|
disabled: { type: Boolean, default: false },
|
|
@@ -12518,7 +12563,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
12518
12563
|
role: "checkbox",
|
|
12519
12564
|
onClick: handleClick
|
|
12520
12565
|
}, [
|
|
12521
|
-
createElementVNode("div", _hoisted_2$
|
|
12566
|
+
createElementVNode("div", _hoisted_2$q, [
|
|
12522
12567
|
icon.value ? (openBlock(), createBlock(KdsIcon, {
|
|
12523
12568
|
key: 0,
|
|
12524
12569
|
name: icon.value,
|
|
@@ -12526,15 +12571,15 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
12526
12571
|
size: "xsmall"
|
|
12527
12572
|
}, null, 8, ["name"])) : createCommentVNode("", true)
|
|
12528
12573
|
]),
|
|
12529
|
-
props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
12530
|
-
createElementVNode("div", _hoisted_4$
|
|
12574
|
+
props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$l, [
|
|
12575
|
+
createElementVNode("div", _hoisted_4$i, toDisplayString(props.label), 1),
|
|
12531
12576
|
props.helperText ? (openBlock(), createElementBlock("div", {
|
|
12532
12577
|
key: 0,
|
|
12533
12578
|
id: unref(helperId),
|
|
12534
12579
|
class: "helper-text"
|
|
12535
|
-
}, toDisplayString(props.helperText), 9, _hoisted_5$
|
|
12580
|
+
}, toDisplayString(props.helperText), 9, _hoisted_5$9)) : createCommentVNode("", true)
|
|
12536
12581
|
])) : createCommentVNode("", true)
|
|
12537
|
-
], 10, _hoisted_1$
|
|
12582
|
+
], 10, _hoisted_1$J),
|
|
12538
12583
|
props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$6, [
|
|
12539
12584
|
createVNode(KdsSubText, {
|
|
12540
12585
|
id: unref(descriptionId),
|
|
@@ -12548,9 +12593,9 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
12548
12593
|
}
|
|
12549
12594
|
});
|
|
12550
12595
|
|
|
12551
|
-
const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12596
|
+
const BaseCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-0bec87ad"]]);
|
|
12552
12597
|
|
|
12553
|
-
const _sfc_main$
|
|
12598
|
+
const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
12554
12599
|
__name: "KdsCheckbox",
|
|
12555
12600
|
props: /* @__PURE__ */ mergeModels({
|
|
12556
12601
|
disabled: { type: Boolean, default: false },
|
|
@@ -12580,11 +12625,11 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
12580
12625
|
}
|
|
12581
12626
|
});
|
|
12582
12627
|
|
|
12583
|
-
const _hoisted_1$
|
|
12584
|
-
const _hoisted_2$
|
|
12585
|
-
const _hoisted_3$
|
|
12586
|
-
const _hoisted_4$
|
|
12587
|
-
const _sfc_main
|
|
12628
|
+
const _hoisted_1$I = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
|
|
12629
|
+
const _hoisted_2$p = ["id"];
|
|
12630
|
+
const _hoisted_3$k = ["title"];
|
|
12631
|
+
const _hoisted_4$h = { class: "kds-fieldset-content" };
|
|
12632
|
+
const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
12588
12633
|
__name: "BaseFieldsetWrapper",
|
|
12589
12634
|
props: {
|
|
12590
12635
|
id: {},
|
|
@@ -12630,14 +12675,14 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
12630
12675
|
ref: legendTextEl,
|
|
12631
12676
|
class: "legend-text",
|
|
12632
12677
|
title: unref(isTruncated) ? props.label : void 0
|
|
12633
|
-
}, toDisplayString(props.label), 9, _hoisted_3$
|
|
12678
|
+
}, toDisplayString(props.label), 9, _hoisted_3$k),
|
|
12634
12679
|
props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
|
|
12635
12680
|
key: 0,
|
|
12636
12681
|
content: props.description,
|
|
12637
12682
|
hidden: !isHovered.value
|
|
12638
12683
|
}, null, 8, ["content", "hidden"])) : createCommentVNode("", true)
|
|
12639
|
-
], 8, _hoisted_2$
|
|
12640
|
-
createElementVNode("div", _hoisted_4$
|
|
12684
|
+
], 8, _hoisted_2$p)) : createCommentVNode("", true),
|
|
12685
|
+
createElementVNode("div", _hoisted_4$h, [
|
|
12641
12686
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
12642
12687
|
]),
|
|
12643
12688
|
createVNode(KdsSubText, {
|
|
@@ -12647,14 +12692,14 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
12647
12692
|
validating: props.validating,
|
|
12648
12693
|
"preserve-sub-text-space": props.preserveSubTextSpace
|
|
12649
12694
|
}, null, 8, ["id", "sub-text", "error", "validating", "preserve-sub-text-space"])
|
|
12650
|
-
], 40, _hoisted_1$
|
|
12695
|
+
], 40, _hoisted_1$I);
|
|
12651
12696
|
};
|
|
12652
12697
|
}
|
|
12653
12698
|
});
|
|
12654
12699
|
|
|
12655
|
-
const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
12700
|
+
const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-a44731da"]]);
|
|
12656
12701
|
|
|
12657
|
-
const _sfc_main$
|
|
12702
|
+
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
12658
12703
|
__name: "KdsCheckboxGroup",
|
|
12659
12704
|
props: /* @__PURE__ */ mergeModels({
|
|
12660
12705
|
id: {},
|
|
@@ -12733,7 +12778,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
12733
12778
|
}
|
|
12734
12779
|
});
|
|
12735
12780
|
|
|
12736
|
-
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12781
|
+
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-c6536296"]]);
|
|
12737
12782
|
|
|
12738
12783
|
const kdsCheckboxGroupAlignment = {
|
|
12739
12784
|
VERTICAL: "vertical",
|
|
@@ -12749,8 +12794,89 @@ const kdsCheckboxValue = {
|
|
|
12749
12794
|
};
|
|
12750
12795
|
const kdsCheckboxValues = Object.values(kdsCheckboxValue);
|
|
12751
12796
|
|
|
12752
|
-
const
|
|
12753
|
-
|
|
12797
|
+
const kdsToggleSwitchSize = {
|
|
12798
|
+
SMALL: "small",
|
|
12799
|
+
MEDIUM: "medium"
|
|
12800
|
+
};
|
|
12801
|
+
const kdsToggleSwitchSizes = Object.values(kdsToggleSwitchSize);
|
|
12802
|
+
const kdsToggleSwitchLabelPosition = {
|
|
12803
|
+
RIGHT: "right",
|
|
12804
|
+
TOP: "top"
|
|
12805
|
+
};
|
|
12806
|
+
const kdsToggleSwitchLabelPositions = Object.values(
|
|
12807
|
+
kdsToggleSwitchLabelPosition
|
|
12808
|
+
);
|
|
12809
|
+
|
|
12810
|
+
const _hoisted_1$H = ["disabled", "aria-label", "aria-checked"];
|
|
12811
|
+
const _hoisted_2$o = { class: "control" };
|
|
12812
|
+
const _hoisted_3$j = {
|
|
12813
|
+
class: "knob",
|
|
12814
|
+
"aria-hidden": "true"
|
|
12815
|
+
};
|
|
12816
|
+
const _hoisted_4$g = {
|
|
12817
|
+
key: 0,
|
|
12818
|
+
class: "content"
|
|
12819
|
+
};
|
|
12820
|
+
const _hoisted_5$8 = { class: "label" };
|
|
12821
|
+
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
12822
|
+
__name: "KdsToggleSwitch",
|
|
12823
|
+
props: /* @__PURE__ */ mergeModels({
|
|
12824
|
+
disabled: { type: Boolean, default: false },
|
|
12825
|
+
size: { default: () => kdsToggleSwitchSize.MEDIUM },
|
|
12826
|
+
labelPosition: { default: () => kdsToggleSwitchLabelPosition.RIGHT },
|
|
12827
|
+
label: {},
|
|
12828
|
+
ariaLabel: {}
|
|
12829
|
+
}, {
|
|
12830
|
+
"modelValue": { type: Boolean, ...{ default: false } },
|
|
12831
|
+
"modelModifiers": {}
|
|
12832
|
+
}),
|
|
12833
|
+
emits: ["update:modelValue"],
|
|
12834
|
+
setup(__props) {
|
|
12835
|
+
const props = createPropsRestProxy(__props, ["size", "disabled", "labelPosition"]);
|
|
12836
|
+
const modelValue = useModel(__props, "modelValue");
|
|
12837
|
+
const isChecked = computed(() => modelValue.value === true);
|
|
12838
|
+
const handleClick = () => {
|
|
12839
|
+
if (__props.disabled) {
|
|
12840
|
+
return;
|
|
12841
|
+
}
|
|
12842
|
+
modelValue.value = !isChecked.value;
|
|
12843
|
+
};
|
|
12844
|
+
return (_ctx, _cache) => {
|
|
12845
|
+
return openBlock(), createElementBlock("button", {
|
|
12846
|
+
class: normalizeClass({
|
|
12847
|
+
"toggle-switch": true,
|
|
12848
|
+
checked: isChecked.value,
|
|
12849
|
+
disabled: __props.disabled,
|
|
12850
|
+
[__props.size]: true,
|
|
12851
|
+
[`label-${__props.labelPosition}`]: true
|
|
12852
|
+
}),
|
|
12853
|
+
disabled: __props.disabled,
|
|
12854
|
+
"aria-label": props.ariaLabel,
|
|
12855
|
+
"aria-checked": isChecked.value,
|
|
12856
|
+
type: "button",
|
|
12857
|
+
role: "switch",
|
|
12858
|
+
onClick: handleClick
|
|
12859
|
+
}, [
|
|
12860
|
+
createElementVNode("div", _hoisted_2$o, [
|
|
12861
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
12862
|
+
createVNode(KdsIcon, {
|
|
12863
|
+
name: isChecked.value ? "checkmark" : "x-close",
|
|
12864
|
+
size: __props.size === "small" ? "xsmall" : "small"
|
|
12865
|
+
}, null, 8, ["name", "size"])
|
|
12866
|
+
])
|
|
12867
|
+
]),
|
|
12868
|
+
props.label ? (openBlock(), createElementBlock("div", _hoisted_4$g, [
|
|
12869
|
+
createElementVNode("span", _hoisted_5$8, toDisplayString(props.label), 1)
|
|
12870
|
+
])) : createCommentVNode("", true)
|
|
12871
|
+
], 10, _hoisted_1$H);
|
|
12872
|
+
};
|
|
12873
|
+
}
|
|
12874
|
+
});
|
|
12875
|
+
|
|
12876
|
+
const KdsToggleSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-417fc16d"]]);
|
|
12877
|
+
|
|
12878
|
+
const _hoisted_1$G = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
|
|
12879
|
+
const _hoisted_2$n = { class: "control" };
|
|
12754
12880
|
const _hoisted_3$i = {
|
|
12755
12881
|
key: 0,
|
|
12756
12882
|
class: "dot",
|
|
@@ -12761,7 +12887,7 @@ const _hoisted_3$i = {
|
|
|
12761
12887
|
const _hoisted_4$f = { class: "content" };
|
|
12762
12888
|
const _hoisted_5$7 = { class: "label" };
|
|
12763
12889
|
const _hoisted_6$5 = ["id"];
|
|
12764
|
-
const _sfc_main
|
|
12890
|
+
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
12765
12891
|
__name: "KdsRadioButton",
|
|
12766
12892
|
props: /* @__PURE__ */ mergeModels({
|
|
12767
12893
|
text: {},
|
|
@@ -12801,7 +12927,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
12801
12927
|
type: "button",
|
|
12802
12928
|
onClick: handleClick
|
|
12803
12929
|
}, [
|
|
12804
|
-
createElementVNode("div", _hoisted_2$
|
|
12930
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
12805
12931
|
modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$i, [..._cache[0] || (_cache[0] = [
|
|
12806
12932
|
createElementVNode("circle", {
|
|
12807
12933
|
cx: "1",
|
|
@@ -12818,12 +12944,12 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
12818
12944
|
class: "helper-text"
|
|
12819
12945
|
}, toDisplayString(props.helperText), 9, _hoisted_6$5)) : createCommentVNode("", true)
|
|
12820
12946
|
])
|
|
12821
|
-
], 10, _hoisted_1$
|
|
12947
|
+
], 10, _hoisted_1$G);
|
|
12822
12948
|
};
|
|
12823
12949
|
}
|
|
12824
12950
|
});
|
|
12825
12951
|
|
|
12826
|
-
const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
12952
|
+
const KdsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-f4f6392a"]]);
|
|
12827
12953
|
|
|
12828
12954
|
const useRadioSelection = ({
|
|
12829
12955
|
selectedId,
|
|
@@ -12945,7 +13071,7 @@ const useRadioSelection = ({
|
|
|
12945
13071
|
};
|
|
12946
13072
|
};
|
|
12947
13073
|
|
|
12948
|
-
const _sfc_main$
|
|
13074
|
+
const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
12949
13075
|
__name: "KdsRadioButtonGroup",
|
|
12950
13076
|
props: /* @__PURE__ */ mergeModels({
|
|
12951
13077
|
id: {},
|
|
@@ -13020,10 +13146,10 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
13020
13146
|
}
|
|
13021
13147
|
});
|
|
13022
13148
|
|
|
13023
|
-
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13149
|
+
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-d78ed4a2"]]);
|
|
13024
13150
|
|
|
13025
|
-
const _hoisted_1$
|
|
13026
|
-
const _sfc_main$
|
|
13151
|
+
const _hoisted_1$F = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
|
|
13152
|
+
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
13027
13153
|
__name: "ValueSwitchItem",
|
|
13028
13154
|
props: {
|
|
13029
13155
|
selected: { type: Boolean },
|
|
@@ -13073,12 +13199,12 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
13073
13199
|
name: props.trailingIcon,
|
|
13074
13200
|
size: __props.size
|
|
13075
13201
|
}, null, 8, ["name", "size"])) : createCommentVNode("", true)
|
|
13076
|
-
], 10, _hoisted_1$
|
|
13202
|
+
], 10, _hoisted_1$F);
|
|
13077
13203
|
};
|
|
13078
13204
|
}
|
|
13079
13205
|
});
|
|
13080
13206
|
|
|
13081
|
-
const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13207
|
+
const ValueSwitchItem = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-5c6f0f1f"]]);
|
|
13082
13208
|
|
|
13083
13209
|
const useValueSwitchIconHiding = ({
|
|
13084
13210
|
width,
|
|
@@ -13129,7 +13255,7 @@ const useValueSwitchIconHiding = ({
|
|
|
13129
13255
|
};
|
|
13130
13256
|
};
|
|
13131
13257
|
|
|
13132
|
-
const _sfc_main$
|
|
13258
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
13133
13259
|
__name: "KdsValueSwitch",
|
|
13134
13260
|
props: /* @__PURE__ */ mergeModels({
|
|
13135
13261
|
id: {},
|
|
@@ -13218,7 +13344,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
13218
13344
|
}
|
|
13219
13345
|
});
|
|
13220
13346
|
|
|
13221
|
-
const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13347
|
+
const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-f6d51795"]]);
|
|
13222
13348
|
|
|
13223
13349
|
const kdsRadioButtonGroupAlignment = {
|
|
13224
13350
|
VERTICAL: "vertical",
|
|
@@ -13409,7 +13535,7 @@ const createKdsNumberParser = (params) => {
|
|
|
13409
13535
|
|
|
13410
13536
|
const REPEAT_INITIAL_DELAY_MS = 400;
|
|
13411
13537
|
const REPEAT_INTERVAL_MS = 100;
|
|
13412
|
-
const _sfc_main$
|
|
13538
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
13413
13539
|
__name: "KdsNumberInput",
|
|
13414
13540
|
props: /* @__PURE__ */ mergeModels({
|
|
13415
13541
|
description: {},
|
|
@@ -13595,7 +13721,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
13595
13721
|
onBlur: handleBlur
|
|
13596
13722
|
}), {
|
|
13597
13723
|
trailing: withCtx(() => [
|
|
13598
|
-
createVNode(_sfc_main$
|
|
13724
|
+
createVNode(_sfc_main$1v, {
|
|
13599
13725
|
size: "xsmall",
|
|
13600
13726
|
variant: "outlined",
|
|
13601
13727
|
"leading-icon": "minus",
|
|
@@ -13607,7 +13733,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
13607
13733
|
onPointerleave: stopRepeating,
|
|
13608
13734
|
onPointercancel: stopRepeating
|
|
13609
13735
|
}, null, 8, ["ariaLabel", "disabled"]),
|
|
13610
|
-
createVNode(_sfc_main$
|
|
13736
|
+
createVNode(_sfc_main$1v, {
|
|
13611
13737
|
size: "xsmall",
|
|
13612
13738
|
variant: "outlined",
|
|
13613
13739
|
"leading-icon": "plus",
|
|
@@ -13774,8 +13900,8 @@ const removeAlphaFromHexInput = (next) => {
|
|
|
13774
13900
|
return next;
|
|
13775
13901
|
};
|
|
13776
13902
|
|
|
13777
|
-
const _hoisted_1$
|
|
13778
|
-
const _sfc_main$
|
|
13903
|
+
const _hoisted_1$E = ["aria-label", "aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-valuetext"];
|
|
13904
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
13779
13905
|
__name: "ColorPickerSlider",
|
|
13780
13906
|
props: /* @__PURE__ */ mergeModels({
|
|
13781
13907
|
label: {},
|
|
@@ -13859,15 +13985,15 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
13859
13985
|
onKeydown: onKeyDown
|
|
13860
13986
|
}, [..._cache[5] || (_cache[5] = [
|
|
13861
13987
|
createElementVNode("div", { class: "handle" }, null, -1)
|
|
13862
|
-
])], 40, _hoisted_1$
|
|
13988
|
+
])], 40, _hoisted_1$E);
|
|
13863
13989
|
};
|
|
13864
13990
|
}
|
|
13865
13991
|
});
|
|
13866
13992
|
|
|
13867
|
-
const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13993
|
+
const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-f4be2bd4"]]);
|
|
13868
13994
|
|
|
13869
|
-
const _hoisted_1$
|
|
13870
|
-
const _hoisted_2$
|
|
13995
|
+
const _hoisted_1$D = { class: "kds-color-picker" };
|
|
13996
|
+
const _hoisted_2$m = ["aria-valuetext"];
|
|
13871
13997
|
const _hoisted_3$h = { class: "value-inputs" };
|
|
13872
13998
|
const DEFAULT_HUE_DEG = 270;
|
|
13873
13999
|
const DEFAULT_SATURATION = 0.8;
|
|
@@ -13882,7 +14008,7 @@ const KEYBOARD_LARGE_STEP = 0.1;
|
|
|
13882
14008
|
const HUE_KEYBOARD_STEP_DEG = 1;
|
|
13883
14009
|
const HUE_KEYBOARD_LARGE_STEP_DEG = 10;
|
|
13884
14010
|
const TO_BOTTOM_GRADIENT = "linear-gradient(to bottom, transparent, black)";
|
|
13885
|
-
const _sfc_main$
|
|
14011
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
13886
14012
|
__name: "ColorPicker",
|
|
13887
14013
|
props: {
|
|
13888
14014
|
"modelValue": { default: "" },
|
|
@@ -14030,7 +14156,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
14030
14156
|
}
|
|
14031
14157
|
};
|
|
14032
14158
|
return (_ctx, _cache) => {
|
|
14033
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
14159
|
+
return openBlock(), createElementBlock("div", _hoisted_1$D, [
|
|
14034
14160
|
createElementVNode("div", {
|
|
14035
14161
|
ref_key: "colorspaceEl",
|
|
14036
14162
|
ref: colorspaceEl,
|
|
@@ -14058,7 +14184,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
14058
14184
|
class: "handle",
|
|
14059
14185
|
style: normalizeStyle(colorspaceHandleStyle.value)
|
|
14060
14186
|
}, null, 4)
|
|
14061
|
-
], 44, _hoisted_2$
|
|
14187
|
+
], 44, _hoisted_2$m),
|
|
14062
14188
|
createVNode(ColorPickerSlider, {
|
|
14063
14189
|
modelValue: hue.value,
|
|
14064
14190
|
"onUpdate:modelValue": [
|
|
@@ -14101,7 +14227,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
14101
14227
|
"onUpdate:modelValue": updateFromTextValue,
|
|
14102
14228
|
onFocusout: onHexInputFocusOut
|
|
14103
14229
|
}, null, 8, ["model-value"]),
|
|
14104
|
-
createVNode(_sfc_main$
|
|
14230
|
+
createVNode(_sfc_main$X, {
|
|
14105
14231
|
"model-value": alphaPercent.value,
|
|
14106
14232
|
ariaLabel: "Alpha percentage",
|
|
14107
14233
|
min: 0,
|
|
@@ -14116,7 +14242,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
14116
14242
|
}
|
|
14117
14243
|
});
|
|
14118
14244
|
|
|
14119
|
-
const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14245
|
+
const ColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-2daeaa68"]]);
|
|
14120
14246
|
|
|
14121
14247
|
const HEX_LENGTH_1 = 1;
|
|
14122
14248
|
const HEX_LENGTH_2 = 2;
|
|
@@ -14190,7 +14316,7 @@ const useColorInputValidationOnFocusOut = (modelValue) => {
|
|
|
14190
14316
|
return { handleFocusOut };
|
|
14191
14317
|
};
|
|
14192
14318
|
|
|
14193
|
-
const _sfc_main$
|
|
14319
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
14194
14320
|
__name: "KdsColorInput",
|
|
14195
14321
|
props: /* @__PURE__ */ mergeModels({
|
|
14196
14322
|
description: {},
|
|
@@ -14253,7 +14379,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
14253
14379
|
}, null, 8, ["color", "style"])
|
|
14254
14380
|
]),
|
|
14255
14381
|
trailing: withCtx(() => [
|
|
14256
|
-
createVNode(unref(_sfc_main$
|
|
14382
|
+
createVNode(unref(_sfc_main$1s), {
|
|
14257
14383
|
modelValue: open.value,
|
|
14258
14384
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
14259
14385
|
size: "xsmall",
|
|
@@ -14278,10 +14404,11 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
14278
14404
|
"aria-label": "Color picker"
|
|
14279
14405
|
}, {
|
|
14280
14406
|
default: withCtx(() => [
|
|
14281
|
-
|
|
14407
|
+
open.value ? (openBlock(), createBlock(ColorPicker, {
|
|
14408
|
+
key: 0,
|
|
14282
14409
|
modelValue: modelValue.value,
|
|
14283
14410
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => modelValue.value = $event)
|
|
14284
|
-
}, null, 8, ["modelValue"])
|
|
14411
|
+
}, null, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
14285
14412
|
]),
|
|
14286
14413
|
_: 1
|
|
14287
14414
|
}, 8, ["modelValue"])
|
|
@@ -14293,7 +14420,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
14293
14420
|
}
|
|
14294
14421
|
});
|
|
14295
14422
|
|
|
14296
|
-
const _sfc_main$
|
|
14423
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
14297
14424
|
__name: "KdsPasswordInput",
|
|
14298
14425
|
props: /* @__PURE__ */ mergeModels({
|
|
14299
14426
|
description: {},
|
|
@@ -14354,7 +14481,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
14354
14481
|
onBlur: handleBlur
|
|
14355
14482
|
}), {
|
|
14356
14483
|
trailing: withCtx(() => [
|
|
14357
|
-
__props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$
|
|
14484
|
+
__props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$1s, {
|
|
14358
14485
|
key: 0,
|
|
14359
14486
|
modelValue: showValue.value,
|
|
14360
14487
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showValue.value = $event),
|
|
@@ -14394,7 +14521,7 @@ const kdsPasswordInputAutocompletes = Object.values(
|
|
|
14394
14521
|
kdsPasswordInputAutocomplete
|
|
14395
14522
|
);
|
|
14396
14523
|
|
|
14397
|
-
const _sfc_main$
|
|
14524
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
14398
14525
|
__name: "KdsUsernameInput",
|
|
14399
14526
|
props: /* @__PURE__ */ mergeModels({
|
|
14400
14527
|
description: {},
|
|
@@ -18405,17 +18532,17 @@ const sn = /*@__PURE__*/ new WeakMap, cn = /*@__PURE__*/ sn.get.bind(sn), un = /
|
|
|
18405
18532
|
DateTimeFormat: Xn
|
|
18406
18533
|
}));
|
|
18407
18534
|
|
|
18408
|
-
const _hoisted_1$
|
|
18535
|
+
const _hoisted_1$C = {
|
|
18409
18536
|
role: "row",
|
|
18410
18537
|
class: "kds-date-picker-header-row"
|
|
18411
18538
|
};
|
|
18412
|
-
const _hoisted_2$
|
|
18539
|
+
const _hoisted_2$l = ["aria-label"];
|
|
18413
18540
|
const _hoisted_3$g = { class: "kds-date-picker-day-grid" };
|
|
18414
18541
|
const _hoisted_4$e = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
|
|
18415
18542
|
const REFERENCE_YEAR$2 = 2024;
|
|
18416
18543
|
const DAYS_PER_WEEK = 7;
|
|
18417
18544
|
const TOTAL_CELLS = 42;
|
|
18418
|
-
const _sfc_main$
|
|
18545
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
18419
18546
|
__name: "DatePickerDayGrid",
|
|
18420
18547
|
props: {
|
|
18421
18548
|
modelValue: {},
|
|
@@ -18710,14 +18837,14 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
18710
18837
|
role: "grid",
|
|
18711
18838
|
"aria-label": "Calendar"
|
|
18712
18839
|
}, [
|
|
18713
|
-
createElementVNode("div", _hoisted_1$
|
|
18840
|
+
createElementVNode("div", _hoisted_1$C, [
|
|
18714
18841
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(DAY_LABELS), (day, i) => {
|
|
18715
18842
|
return openBlock(), createElementBlock("div", {
|
|
18716
18843
|
key: day,
|
|
18717
18844
|
role: "columnheader",
|
|
18718
18845
|
"aria-label": unref(DAY_FULL_LABELS)[i],
|
|
18719
18846
|
class: "kds-date-picker-weekday"
|
|
18720
|
-
}, toDisplayString(day), 9, _hoisted_2$
|
|
18847
|
+
}, toDisplayString(day), 9, _hoisted_2$l);
|
|
18721
18848
|
}), 128))
|
|
18722
18849
|
]),
|
|
18723
18850
|
createElementVNode("div", _hoisted_3$g, [
|
|
@@ -18759,13 +18886,13 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
18759
18886
|
}
|
|
18760
18887
|
});
|
|
18761
18888
|
|
|
18762
|
-
const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
18889
|
+
const DatePickerDayGrid = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-51807b35"]]);
|
|
18763
18890
|
|
|
18764
|
-
const _hoisted_1$
|
|
18891
|
+
const _hoisted_1$B = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
|
|
18765
18892
|
const REFERENCE_YEAR$1 = 2024;
|
|
18766
18893
|
const MONTHS_PER_YEAR$1 = 12;
|
|
18767
18894
|
const MONTH_GRID_COLS = 3;
|
|
18768
|
-
const _sfc_main$
|
|
18895
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
18769
18896
|
__name: "DatePickerMonthGrid",
|
|
18770
18897
|
props: {
|
|
18771
18898
|
modelValue: {},
|
|
@@ -18955,7 +19082,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
18955
19082
|
onClick: ($event) => selectMonth(cell.month),
|
|
18956
19083
|
onKeydown: ($event) => onKeydown($event, cell.month),
|
|
18957
19084
|
onFocus: ($event) => focusedCell.value = cell.month
|
|
18958
|
-
}, toDisplayString(cell.label), 43, _hoisted_1$
|
|
19085
|
+
}, toDisplayString(cell.label), 43, _hoisted_1$B);
|
|
18959
19086
|
}), 128))
|
|
18960
19087
|
]);
|
|
18961
19088
|
}), 128))
|
|
@@ -18964,12 +19091,12 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
18964
19091
|
}
|
|
18965
19092
|
});
|
|
18966
19093
|
|
|
18967
|
-
const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19094
|
+
const DatePickerMonthGrid = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-63d96e84"]]);
|
|
18968
19095
|
|
|
18969
|
-
const _hoisted_1$
|
|
19096
|
+
const _hoisted_1$A = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onKeydown", "onFocus"];
|
|
18970
19097
|
const YEAR_PAGE_SIZE$1 = 15;
|
|
18971
19098
|
const YEAR_GRID_COLS = 3;
|
|
18972
|
-
const _sfc_main$
|
|
19099
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
18973
19100
|
__name: "DatePickerYearGrid",
|
|
18974
19101
|
props: {
|
|
18975
19102
|
modelValue: {},
|
|
@@ -19127,7 +19254,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
19127
19254
|
onClick: ($event) => selectYear(cell.year),
|
|
19128
19255
|
onKeydown: ($event) => onKeydown($event, cell.year),
|
|
19129
19256
|
onFocus: ($event) => focusedCell.value = cell.year
|
|
19130
|
-
}, toDisplayString(cell.label), 43, _hoisted_1$
|
|
19257
|
+
}, toDisplayString(cell.label), 43, _hoisted_1$A);
|
|
19131
19258
|
}), 128))
|
|
19132
19259
|
]);
|
|
19133
19260
|
}), 128))
|
|
@@ -19136,10 +19263,10 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
19136
19263
|
}
|
|
19137
19264
|
});
|
|
19138
19265
|
|
|
19139
|
-
const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19266
|
+
const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-270d55b9"]]);
|
|
19140
19267
|
|
|
19141
|
-
const _hoisted_1$
|
|
19142
|
-
const _hoisted_2$
|
|
19268
|
+
const _hoisted_1$z = { class: "kds-date-picker" };
|
|
19269
|
+
const _hoisted_2$k = { class: "kds-date-picker-header" };
|
|
19143
19270
|
const _hoisted_3$f = { class: "kds-date-picker-nav-block" };
|
|
19144
19271
|
const _hoisted_4$d = {
|
|
19145
19272
|
key: 1,
|
|
@@ -19151,7 +19278,7 @@ const _hoisted_6$4 = { class: "kds-date-picker-body" };
|
|
|
19151
19278
|
const MONTHS_PER_YEAR = 12;
|
|
19152
19279
|
const YEAR_PAGE_SIZE = 15;
|
|
19153
19280
|
const REFERENCE_YEAR = 2024;
|
|
19154
|
-
const _sfc_main$
|
|
19281
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
19155
19282
|
__name: "KdsDatePicker",
|
|
19156
19283
|
props: /* @__PURE__ */ mergeModels({
|
|
19157
19284
|
minDate: {},
|
|
@@ -19347,10 +19474,10 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
19347
19474
|
});
|
|
19348
19475
|
__expose({ focus });
|
|
19349
19476
|
return (_ctx, _cache) => {
|
|
19350
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19351
|
-
createElementVNode("div", _hoisted_2$
|
|
19477
|
+
return openBlock(), createElementBlock("div", _hoisted_1$z, [
|
|
19478
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
19352
19479
|
createElementVNode("div", _hoisted_3$f, [
|
|
19353
|
-
view.value === "day" ? (openBlock(), createBlock(_sfc_main$
|
|
19480
|
+
view.value === "day" ? (openBlock(), createBlock(_sfc_main$1v, {
|
|
19354
19481
|
key: 0,
|
|
19355
19482
|
variant: "transparent",
|
|
19356
19483
|
size: "small",
|
|
@@ -19359,7 +19486,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
19359
19486
|
disabled: prevYearDisabled.value,
|
|
19360
19487
|
onClick: onPrevYear
|
|
19361
19488
|
}, null, 8, ["disabled"])) : createCommentVNode("", true),
|
|
19362
|
-
createVNode(_sfc_main$
|
|
19489
|
+
createVNode(_sfc_main$1v, {
|
|
19363
19490
|
variant: "transparent",
|
|
19364
19491
|
size: "small",
|
|
19365
19492
|
"leading-icon": "chevron-left",
|
|
@@ -19368,7 +19495,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
19368
19495
|
onClick: onPrev
|
|
19369
19496
|
}, null, 8, ["ariaLabel", "disabled"])
|
|
19370
19497
|
]),
|
|
19371
|
-
view.value !== "year" ? (openBlock(), createBlock(_sfc_main$
|
|
19498
|
+
view.value !== "year" ? (openBlock(), createBlock(_sfc_main$1v, {
|
|
19372
19499
|
key: 0,
|
|
19373
19500
|
class: "kds-date-picker-header-label",
|
|
19374
19501
|
variant: "transparent",
|
|
@@ -19377,7 +19504,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
19377
19504
|
onClick: onHeaderLabelClick
|
|
19378
19505
|
}, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$d, toDisplayString(headerLabel.value), 1)),
|
|
19379
19506
|
createElementVNode("div", _hoisted_5$6, [
|
|
19380
|
-
createVNode(_sfc_main$
|
|
19507
|
+
createVNode(_sfc_main$1v, {
|
|
19381
19508
|
variant: "transparent",
|
|
19382
19509
|
size: "small",
|
|
19383
19510
|
"leading-icon": "chevron-right",
|
|
@@ -19385,7 +19512,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
19385
19512
|
disabled: nextDisabled.value,
|
|
19386
19513
|
onClick: onNext
|
|
19387
19514
|
}, null, 8, ["ariaLabel", "disabled"]),
|
|
19388
|
-
view.value === "day" ? (openBlock(), createBlock(_sfc_main$
|
|
19515
|
+
view.value === "day" ? (openBlock(), createBlock(_sfc_main$1v, {
|
|
19389
19516
|
key: 0,
|
|
19390
19517
|
variant: "transparent",
|
|
19391
19518
|
size: "small",
|
|
@@ -19437,7 +19564,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
19437
19564
|
}
|
|
19438
19565
|
});
|
|
19439
19566
|
|
|
19440
|
-
const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
19567
|
+
const KdsDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-e46d7e18"]]);
|
|
19441
19568
|
|
|
19442
19569
|
const YEAR_END_INDEX = 4;
|
|
19443
19570
|
const MONTH_START_INDEX = 4;
|
|
@@ -19540,7 +19667,7 @@ const useDateInputMask = (modelValue) => {
|
|
|
19540
19667
|
|
|
19541
19668
|
const incompleteDateMessage = "Invalid date format. Please provide year (YYYY), month (MM), and day (DD).";
|
|
19542
19669
|
const MONTH_NAME_SAMPLE_YEAR = 2001;
|
|
19543
|
-
const _sfc_main$
|
|
19670
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
19544
19671
|
__name: "KdsDateInput",
|
|
19545
19672
|
props: /* @__PURE__ */ mergeModels({
|
|
19546
19673
|
description: {},
|
|
@@ -19669,7 +19796,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
19669
19796
|
onBlur: onTextInputBlur
|
|
19670
19797
|
}), {
|
|
19671
19798
|
trailing: withCtx(() => [
|
|
19672
|
-
createVNode(_sfc_main$
|
|
19799
|
+
createVNode(_sfc_main$1s, {
|
|
19673
19800
|
modelValue: popoverIsVisible.value,
|
|
19674
19801
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
|
|
19675
19802
|
size: "xsmall",
|
|
@@ -19718,8 +19845,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
19718
19845
|
}
|
|
19719
19846
|
});
|
|
19720
19847
|
|
|
19721
|
-
const _hoisted_1$
|
|
19722
|
-
const _sfc_main$
|
|
19848
|
+
const _hoisted_1$y = { class: "kds-date-time-format-popover" };
|
|
19849
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
19723
19850
|
__name: "DateTimeFormatPopover",
|
|
19724
19851
|
props: /* @__PURE__ */ mergeModels({
|
|
19725
19852
|
allDefaultFormats: {},
|
|
@@ -19857,7 +19984,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
19857
19984
|
}));
|
|
19858
19985
|
});
|
|
19859
19986
|
return (_ctx, _cache) => {
|
|
19860
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
19987
|
+
return openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
19861
19988
|
modeOptions.value.length > 1 ? (openBlock(), createBlock(KdsValueSwitch, {
|
|
19862
19989
|
key: 0,
|
|
19863
19990
|
"model-value": effectiveSelectedMode.value,
|
|
@@ -19889,9 +20016,9 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
19889
20016
|
}
|
|
19890
20017
|
});
|
|
19891
20018
|
|
|
19892
|
-
const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20019
|
+
const DateTimeFormatPopover = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-8c697d02"]]);
|
|
19893
20020
|
|
|
19894
|
-
const _sfc_main$
|
|
20021
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
19895
20022
|
__name: "KdsDateTimeFormatInput",
|
|
19896
20023
|
props: /* @__PURE__ */ mergeModels({
|
|
19897
20024
|
description: {},
|
|
@@ -19938,7 +20065,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
19938
20065
|
autocomplete: props.autocomplete
|
|
19939
20066
|
}), {
|
|
19940
20067
|
trailing: withCtx(() => [
|
|
19941
|
-
createVNode(unref(_sfc_main$
|
|
20068
|
+
createVNode(unref(_sfc_main$1s), {
|
|
19942
20069
|
modelValue: open.value,
|
|
19943
20070
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
19944
20071
|
size: "xsmall",
|
|
@@ -19963,7 +20090,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
19963
20090
|
"aria-label": "Date time format selection dialog"
|
|
19964
20091
|
}, {
|
|
19965
20092
|
default: withCtx(() => [
|
|
19966
|
-
|
|
20093
|
+
open.value ? (openBlock(), createBlock(DateTimeFormatPopover, {
|
|
20094
|
+
key: 0,
|
|
19967
20095
|
selection: modelValue.value,
|
|
19968
20096
|
"all-default-formats": props.allDefaultFormats,
|
|
19969
20097
|
"allowed-formats": props.allowedFormats,
|
|
@@ -19971,7 +20099,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
19971
20099
|
modelValue.value = $event;
|
|
19972
20100
|
open.value = false;
|
|
19973
20101
|
})
|
|
19974
|
-
}, null, 8, ["selection", "all-default-formats", "allowed-formats"])
|
|
20102
|
+
}, null, 8, ["selection", "all-default-formats", "allowed-formats"])) : createCommentVNode("", true)
|
|
19975
20103
|
]),
|
|
19976
20104
|
_: 1
|
|
19977
20105
|
}, 8, ["modelValue"])
|
|
@@ -20024,7 +20152,7 @@ const buildRegexFromPatternInput = (input, options) => {
|
|
|
20024
20152
|
return `^(?!.*${withCase}).*$`;
|
|
20025
20153
|
};
|
|
20026
20154
|
|
|
20027
|
-
const _sfc_main$
|
|
20155
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
20028
20156
|
__name: "KdsPatternInput",
|
|
20029
20157
|
props: /* @__PURE__ */ mergeModels({
|
|
20030
20158
|
description: {},
|
|
@@ -20107,7 +20235,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
20107
20235
|
clearable: ""
|
|
20108
20236
|
}), {
|
|
20109
20237
|
trailing: withCtx(() => [
|
|
20110
|
-
createVNode(_sfc_main$
|
|
20238
|
+
createVNode(_sfc_main$1s, {
|
|
20111
20239
|
modelValue: caseSensitive.value,
|
|
20112
20240
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => caseSensitive.value = $event),
|
|
20113
20241
|
size: "xsmall",
|
|
@@ -20117,7 +20245,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
20117
20245
|
ariaLabel: "Case sensitivity",
|
|
20118
20246
|
disabled: __props.disabled
|
|
20119
20247
|
}, null, 8, ["modelValue", "title", "disabled"]),
|
|
20120
|
-
createVNode(_sfc_main$
|
|
20248
|
+
createVNode(_sfc_main$1s, {
|
|
20121
20249
|
modelValue: excludeMatches.value,
|
|
20122
20250
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => excludeMatches.value = $event),
|
|
20123
20251
|
size: "xsmall",
|
|
@@ -20127,7 +20255,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
20127
20255
|
ariaLabel: "Exclude matches",
|
|
20128
20256
|
disabled: __props.disabled
|
|
20129
20257
|
}, null, 8, ["modelValue", "title", "disabled"]),
|
|
20130
|
-
createVNode(_sfc_main$
|
|
20258
|
+
createVNode(_sfc_main$1s, {
|
|
20131
20259
|
modelValue: useRegex.value,
|
|
20132
20260
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => useRegex.value = $event),
|
|
20133
20261
|
size: "xsmall",
|
|
@@ -20147,7 +20275,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
20147
20275
|
}
|
|
20148
20276
|
});
|
|
20149
20277
|
|
|
20150
|
-
const _sfc_main$
|
|
20278
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
20151
20279
|
__name: "KdsSearchInput",
|
|
20152
20280
|
props: /* @__PURE__ */ mergeModels({
|
|
20153
20281
|
description: {},
|
|
@@ -20192,7 +20320,6 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
20192
20320
|
const onFocus = (event) => {
|
|
20193
20321
|
if (props.results) {
|
|
20194
20322
|
resultsOpen.value = true;
|
|
20195
|
-
listContainerEl.value?.handleFocus();
|
|
20196
20323
|
}
|
|
20197
20324
|
emit("focus", event);
|
|
20198
20325
|
};
|
|
@@ -20206,7 +20333,6 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
20206
20333
|
const onClick = () => {
|
|
20207
20334
|
if (props.results && !resultsOpen.value) {
|
|
20208
20335
|
resultsOpen.value = true;
|
|
20209
|
-
listContainerEl.value?.handleFocus();
|
|
20210
20336
|
}
|
|
20211
20337
|
};
|
|
20212
20338
|
const maxHeightStyle = computed(() => {
|
|
@@ -20255,7 +20381,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
20255
20381
|
role: __props.results ? "combobox" : void 0,
|
|
20256
20382
|
"aria-activedescendant": resultsOpen.value ? listContainerEl.value?.activeDescendant : void 0,
|
|
20257
20383
|
"aria-haspopup": __props.results ? "listbox" : void 0,
|
|
20258
|
-
"aria-controls": __props.results ? unref(resultsId) : void 0,
|
|
20384
|
+
"aria-controls": __props.results && resultsOpen.value ? unref(resultsId) : void 0,
|
|
20259
20385
|
"aria-expanded": __props.results ? resultsOpen.value : void 0,
|
|
20260
20386
|
onKeydown: onKeyDown,
|
|
20261
20387
|
onFocus,
|
|
@@ -20273,7 +20399,8 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
20273
20399
|
"aria-label": "Search results container"
|
|
20274
20400
|
}, {
|
|
20275
20401
|
default: withCtx(() => [
|
|
20276
|
-
|
|
20402
|
+
resultsOpen.value ? (openBlock(), createElementBlock("div", {
|
|
20403
|
+
key: 0,
|
|
20277
20404
|
class: "kds-search-results-container",
|
|
20278
20405
|
style: normalizeStyle(maxHeightStyle.value)
|
|
20279
20406
|
}, [
|
|
@@ -20289,7 +20416,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
20289
20416
|
"aria-label": "Search results list",
|
|
20290
20417
|
onItemClick: onResultClick
|
|
20291
20418
|
}, null, 8, ["id", "possible-values"])
|
|
20292
|
-
], 4)
|
|
20419
|
+
], 4)) : createCommentVNode("", true)
|
|
20293
20420
|
]),
|
|
20294
20421
|
_: 1
|
|
20295
20422
|
}, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
@@ -20300,11 +20427,11 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
20300
20427
|
}
|
|
20301
20428
|
});
|
|
20302
20429
|
|
|
20303
|
-
const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20430
|
+
const KdsSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-8930f00a"]]);
|
|
20304
20431
|
|
|
20305
|
-
const _hoisted_1$
|
|
20432
|
+
const _hoisted_1$x = ["rows", "placeholder", "disabled", "autocomplete"];
|
|
20306
20433
|
const DEFAULT_ROWS = 3;
|
|
20307
|
-
const _sfc_main$
|
|
20434
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
20308
20435
|
__name: "KdsTextarea",
|
|
20309
20436
|
props: /* @__PURE__ */ mergeModels({
|
|
20310
20437
|
description: {},
|
|
@@ -20370,7 +20497,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
20370
20497
|
placeholder: __props.placeholder,
|
|
20371
20498
|
disabled: __props.disabled,
|
|
20372
20499
|
autocomplete: props.autocomplete
|
|
20373
|
-
}), null, 16, _hoisted_1$
|
|
20500
|
+
}), null, 16, _hoisted_1$x), [
|
|
20374
20501
|
[vModelText, modelValue.value]
|
|
20375
20502
|
])
|
|
20376
20503
|
]),
|
|
@@ -20380,10 +20507,10 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
20380
20507
|
}
|
|
20381
20508
|
});
|
|
20382
20509
|
|
|
20383
|
-
const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20510
|
+
const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-36211819"]]);
|
|
20384
20511
|
|
|
20385
|
-
const _hoisted_1$
|
|
20386
|
-
const _hoisted_2$
|
|
20512
|
+
const _hoisted_1$w = { class: "kds-time-picker" };
|
|
20513
|
+
const _hoisted_2$j = { class: "kds-time-picker-fields" };
|
|
20387
20514
|
const _hoisted_3$e = { class: "kds-time-picker-fields" };
|
|
20388
20515
|
const _hoisted_4$c = {
|
|
20389
20516
|
key: 0,
|
|
@@ -20401,7 +20528,7 @@ const MAX_HOUR = 23;
|
|
|
20401
20528
|
const MAX_MINUTE = 59;
|
|
20402
20529
|
const MAX_SECOND = 59;
|
|
20403
20530
|
const MAX_MILLISECOND = 999;
|
|
20404
|
-
const _sfc_main$
|
|
20531
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
20405
20532
|
__name: "TimePicker",
|
|
20406
20533
|
props: /* @__PURE__ */ mergeModels({
|
|
20407
20534
|
maxGranularity: {}
|
|
@@ -20487,9 +20614,9 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20487
20614
|
};
|
|
20488
20615
|
__expose({ focus });
|
|
20489
20616
|
return (_ctx, _cache) => {
|
|
20490
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
20491
|
-
createElementVNode("div", _hoisted_2$
|
|
20492
|
-
createVNode(_sfc_main$
|
|
20617
|
+
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
20618
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
20619
|
+
createVNode(_sfc_main$X, {
|
|
20493
20620
|
ref: "hourInput",
|
|
20494
20621
|
modelValue: hour.value,
|
|
20495
20622
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => hour.value = $event),
|
|
@@ -20499,7 +20626,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20499
20626
|
max: MAX_HOUR,
|
|
20500
20627
|
step: 1
|
|
20501
20628
|
}, null, 8, ["modelValue"]),
|
|
20502
|
-
createVNode(_sfc_main$
|
|
20629
|
+
createVNode(_sfc_main$X, {
|
|
20503
20630
|
modelValue: minute.value,
|
|
20504
20631
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => minute.value = $event),
|
|
20505
20632
|
class: "kds-time-picker-field",
|
|
@@ -20515,7 +20642,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20515
20642
|
})) : createCommentVNode("", true),
|
|
20516
20643
|
showSecondInput.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
20517
20644
|
createElementVNode("div", _hoisted_3$e, [
|
|
20518
|
-
createVNode(_sfc_main$
|
|
20645
|
+
createVNode(_sfc_main$X, {
|
|
20519
20646
|
ref: "secondInput",
|
|
20520
20647
|
modelValue: second.value,
|
|
20521
20648
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => second.value = $event),
|
|
@@ -20525,7 +20652,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20525
20652
|
max: MAX_SECOND,
|
|
20526
20653
|
step: 1
|
|
20527
20654
|
}, null, 8, ["modelValue"]),
|
|
20528
|
-
createVNode(_sfc_main$
|
|
20655
|
+
createVNode(_sfc_main$1v, {
|
|
20529
20656
|
class: "kds-time-picker-field-trash",
|
|
20530
20657
|
variant: "transparent",
|
|
20531
20658
|
"leading-icon": "trash",
|
|
@@ -20535,7 +20662,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20535
20662
|
})
|
|
20536
20663
|
]),
|
|
20537
20664
|
showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_4$c, [
|
|
20538
|
-
createVNode(_sfc_main$
|
|
20665
|
+
createVNode(_sfc_main$X, {
|
|
20539
20666
|
ref: "millisecondInput",
|
|
20540
20667
|
modelValue: millisecond.value,
|
|
20541
20668
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => millisecond.value = $event),
|
|
@@ -20548,7 +20675,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20548
20675
|
max: MAX_MILLISECOND,
|
|
20549
20676
|
step: 1
|
|
20550
20677
|
}, null, 8, ["modelValue"]),
|
|
20551
|
-
createVNode(_sfc_main$
|
|
20678
|
+
createVNode(_sfc_main$1v, {
|
|
20552
20679
|
class: "kds-time-picker-field-trash",
|
|
20553
20680
|
variant: "transparent",
|
|
20554
20681
|
"leading-icon": "trash",
|
|
@@ -20557,7 +20684,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20557
20684
|
onClick: removeMilliseconds
|
|
20558
20685
|
})
|
|
20559
20686
|
])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_5$5, [
|
|
20560
|
-
createVNode(_sfc_main$
|
|
20687
|
+
createVNode(_sfc_main$1v, {
|
|
20561
20688
|
variant: "outlined",
|
|
20562
20689
|
size: "small",
|
|
20563
20690
|
"leading-icon": "plus",
|
|
@@ -20566,7 +20693,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20566
20693
|
})
|
|
20567
20694
|
])) : createCommentVNode("", true)
|
|
20568
20695
|
], 64)) : __props.maxGranularity !== "minute" ? (openBlock(), createElementBlock("div", _hoisted_6$3, [
|
|
20569
|
-
createVNode(_sfc_main$
|
|
20696
|
+
createVNode(_sfc_main$1v, {
|
|
20570
20697
|
variant: "outlined",
|
|
20571
20698
|
size: "small",
|
|
20572
20699
|
"leading-icon": "plus",
|
|
@@ -20579,7 +20706,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
20579
20706
|
}
|
|
20580
20707
|
});
|
|
20581
20708
|
|
|
20582
|
-
const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
20709
|
+
const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-c2bc1234"]]);
|
|
20583
20710
|
|
|
20584
20711
|
const HOURS_END_INDEX = 2;
|
|
20585
20712
|
const MINUTES_START_INDEX = 2;
|
|
@@ -20789,7 +20916,7 @@ const useTimeInputMask = (modelValue, granularityRef) => {
|
|
|
20789
20916
|
};
|
|
20790
20917
|
|
|
20791
20918
|
const invalidTimeMessage = "The entered time is invalid.";
|
|
20792
|
-
const _sfc_main$
|
|
20919
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
20793
20920
|
__name: "KdsTimeInput",
|
|
20794
20921
|
props: /* @__PURE__ */ mergeModels({
|
|
20795
20922
|
description: {},
|
|
@@ -20904,7 +21031,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
20904
21031
|
onBlur: onTextInputBlur
|
|
20905
21032
|
}), {
|
|
20906
21033
|
trailing: withCtx(() => [
|
|
20907
|
-
createVNode(_sfc_main$
|
|
21034
|
+
createVNode(_sfc_main$1s, {
|
|
20908
21035
|
modelValue: popoverIsVisible.value,
|
|
20909
21036
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
|
|
20910
21037
|
size: "xsmall",
|
|
@@ -21166,11 +21293,11 @@ const stripInactiveFields = (duration, usedFormat) => {
|
|
|
21166
21293
|
};
|
|
21167
21294
|
const toTitleCase = (key) => key.charAt(0).toUpperCase() + key.slice(1).toLowerCase();
|
|
21168
21295
|
|
|
21169
|
-
const _hoisted_1$
|
|
21170
|
-
const _hoisted_2$
|
|
21296
|
+
const _hoisted_1$v = { class: "kds-interval-popover" };
|
|
21297
|
+
const _hoisted_2$i = { class: "kds-interval-popover-header" };
|
|
21171
21298
|
const _hoisted_3$d = { class: "kds-interval-popover-content" };
|
|
21172
21299
|
const _hoisted_4$b = { class: "kds-interval-popover-grid" };
|
|
21173
|
-
const _sfc_main$
|
|
21300
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
21174
21301
|
__name: "IntervalInputPopover",
|
|
21175
21302
|
props: /* @__PURE__ */ mergeModels({
|
|
21176
21303
|
format: {},
|
|
@@ -21264,8 +21391,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
21264
21391
|
}
|
|
21265
21392
|
});
|
|
21266
21393
|
return (_ctx, _cache) => {
|
|
21267
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
21268
|
-
createElementVNode("div", _hoisted_2$
|
|
21394
|
+
return openBlock(), createElementBlock("div", _hoisted_1$v, [
|
|
21395
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
21269
21396
|
_cache[2] || (_cache[2] = createElementVNode("span", { class: "kds-interval-popover-title" }, "Interval value", -1)),
|
|
21270
21397
|
props.format === unref(kdsIntervalInputFormat).DATE_OR_TIME ? (openBlock(), createBlock(unref(KdsValueSwitch), {
|
|
21271
21398
|
key: 0,
|
|
@@ -21289,7 +21416,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
21289
21416
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true),
|
|
21290
21417
|
createElementVNode("div", _hoisted_4$b, [
|
|
21291
21418
|
mode.value === unref(kdsIntervalInputFormat).DATE ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(periodNumericKeys), (key) => {
|
|
21292
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
21419
|
+
return openBlock(), createBlock(unref(_sfc_main$X), {
|
|
21293
21420
|
key,
|
|
21294
21421
|
"model-value": activeFields.value[key],
|
|
21295
21422
|
label: fieldLabels[key] ?? unref(toTitleCase)(key),
|
|
@@ -21299,7 +21426,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
21299
21426
|
"onUpdate:modelValue": ($event) => updateField(key, $event)
|
|
21300
21427
|
}, null, 8, ["model-value", "label", "max", "onUpdate:modelValue"]);
|
|
21301
21428
|
}), 128)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(unref(durationNumericKeys), (key) => {
|
|
21302
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
21429
|
+
return openBlock(), createBlock(unref(_sfc_main$X), {
|
|
21303
21430
|
key,
|
|
21304
21431
|
"model-value": activeFields.value[key],
|
|
21305
21432
|
label: fieldLabels[key] ?? unref(toTitleCase)(key),
|
|
@@ -21316,9 +21443,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
21316
21443
|
}
|
|
21317
21444
|
});
|
|
21318
21445
|
|
|
21319
|
-
const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21446
|
+
const IntervalInputPopover = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-02541fd1"]]);
|
|
21320
21447
|
|
|
21321
|
-
const _sfc_main$
|
|
21448
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
21322
21449
|
__name: "KdsIntervalInput",
|
|
21323
21450
|
props: /* @__PURE__ */ mergeModels({
|
|
21324
21451
|
description: {},
|
|
@@ -21480,7 +21607,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
21480
21607
|
onKeydown: withKeys(withModifiers(commitTypedInput, ["prevent"]), ["enter"])
|
|
21481
21608
|
}), {
|
|
21482
21609
|
trailing: withCtx(() => [
|
|
21483
|
-
createVNode(unref(_sfc_main$
|
|
21610
|
+
createVNode(unref(_sfc_main$1s), {
|
|
21484
21611
|
modelValue: isPopoverOpen.value,
|
|
21485
21612
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isPopoverOpen.value = $event),
|
|
21486
21613
|
size: "xsmall",
|
|
@@ -21509,14 +21636,15 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
21509
21636
|
"aria-label": "Interval selection dialog"
|
|
21510
21637
|
}, {
|
|
21511
21638
|
default: withCtx(() => [
|
|
21512
|
-
|
|
21639
|
+
isPopoverOpen.value ? (openBlock(), createBlock(IntervalInputPopover, {
|
|
21640
|
+
key: 0,
|
|
21513
21641
|
modelValue: popoverModelValue.value,
|
|
21514
21642
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => popoverModelValue.value = $event),
|
|
21515
21643
|
"used-format": activeFormat.value,
|
|
21516
21644
|
"onUpdate:usedFormat": _cache[7] || (_cache[7] = ($event) => activeFormat.value = $event),
|
|
21517
21645
|
format: __props.format,
|
|
21518
21646
|
"allow-descending": __props.allowDescending
|
|
21519
|
-
}, null, 8, ["modelValue", "used-format", "format", "allow-descending"])
|
|
21647
|
+
}, null, 8, ["modelValue", "used-format", "format", "allow-descending"])) : createCommentVNode("", true)
|
|
21520
21648
|
]),
|
|
21521
21649
|
_: 1
|
|
21522
21650
|
}, 8, ["modelValue"])
|
|
@@ -21528,8 +21656,115 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
21528
21656
|
}
|
|
21529
21657
|
});
|
|
21530
21658
|
|
|
21531
|
-
const _hoisted_1$
|
|
21532
|
-
const
|
|
21659
|
+
const _hoisted_1$u = { class: "kds-date-time-input" };
|
|
21660
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
21661
|
+
__name: "KdsDateTimeInput",
|
|
21662
|
+
props: /* @__PURE__ */ mergeModels({
|
|
21663
|
+
id: {},
|
|
21664
|
+
label: {},
|
|
21665
|
+
ariaLabel: {},
|
|
21666
|
+
description: {},
|
|
21667
|
+
subText: {},
|
|
21668
|
+
error: { type: Boolean, default: false },
|
|
21669
|
+
validating: { type: Boolean, default: false },
|
|
21670
|
+
preserveSubTextSpace: { type: Boolean },
|
|
21671
|
+
disabled: { type: Boolean, default: false },
|
|
21672
|
+
minDate: {},
|
|
21673
|
+
maxDate: {},
|
|
21674
|
+
maxGranularity: { default: "minute" }
|
|
21675
|
+
}, {
|
|
21676
|
+
"modelValue": {
|
|
21677
|
+
default: null
|
|
21678
|
+
},
|
|
21679
|
+
"modelModifiers": {},
|
|
21680
|
+
"granularity": {
|
|
21681
|
+
default: "minute"
|
|
21682
|
+
},
|
|
21683
|
+
"granularityModifiers": {}
|
|
21684
|
+
}),
|
|
21685
|
+
emits: ["update:modelValue", "update:granularity"],
|
|
21686
|
+
setup(__props, { expose: __expose }) {
|
|
21687
|
+
const modelValue = useModel(__props, "modelValue");
|
|
21688
|
+
const granularity = useModel(__props, "granularity");
|
|
21689
|
+
const dateInput = useTemplateRef("dateInput");
|
|
21690
|
+
const timeInput = useTemplateRef("timeInput");
|
|
21691
|
+
const datePart = computed({
|
|
21692
|
+
get: () => modelValue.value?.toPlainDate() ?? null,
|
|
21693
|
+
set: (value) => {
|
|
21694
|
+
const time = modelValue.value?.toPlainTime() ?? null;
|
|
21695
|
+
if (value === null && time === null) {
|
|
21696
|
+
modelValue.value = null;
|
|
21697
|
+
return;
|
|
21698
|
+
}
|
|
21699
|
+
const d = value ?? Un.PlainDate.from("1970-01-01");
|
|
21700
|
+
const t = time ?? Un.PlainTime.from("00:00:00");
|
|
21701
|
+
modelValue.value = d.toPlainDateTime(t);
|
|
21702
|
+
}
|
|
21703
|
+
});
|
|
21704
|
+
const timePart = computed({
|
|
21705
|
+
get: () => modelValue.value?.toPlainTime() ?? null,
|
|
21706
|
+
set: (value) => {
|
|
21707
|
+
const date = modelValue.value?.toPlainDate() ?? null;
|
|
21708
|
+
if (date === null && value === null) {
|
|
21709
|
+
modelValue.value = null;
|
|
21710
|
+
return;
|
|
21711
|
+
}
|
|
21712
|
+
const d = date ?? Un.PlainDate.from("1970-01-01");
|
|
21713
|
+
const t = value ?? Un.PlainTime.from("00:00:00");
|
|
21714
|
+
modelValue.value = d.toPlainDateTime(t);
|
|
21715
|
+
}
|
|
21716
|
+
});
|
|
21717
|
+
__expose({
|
|
21718
|
+
focus: (options) => dateInput.value?.focus(options)
|
|
21719
|
+
});
|
|
21720
|
+
return (_ctx, _cache) => {
|
|
21721
|
+
return openBlock(), createBlock(BaseFieldsetWrapper, {
|
|
21722
|
+
id: __props.id,
|
|
21723
|
+
label: __props.label,
|
|
21724
|
+
"aria-label": __props.ariaLabel,
|
|
21725
|
+
description: __props.description,
|
|
21726
|
+
"sub-text": __props.subText,
|
|
21727
|
+
error: __props.error,
|
|
21728
|
+
validating: __props.validating,
|
|
21729
|
+
"preserve-sub-text-space": __props.preserveSubTextSpace
|
|
21730
|
+
}, {
|
|
21731
|
+
default: withCtx(() => [
|
|
21732
|
+
createElementVNode("div", _hoisted_1$u, [
|
|
21733
|
+
createVNode(_sfc_main$N, {
|
|
21734
|
+
ref_key: "dateInput",
|
|
21735
|
+
ref: dateInput,
|
|
21736
|
+
"aria-label": "Date",
|
|
21737
|
+
"model-value": datePart.value,
|
|
21738
|
+
disabled: __props.disabled,
|
|
21739
|
+
error: __props.error,
|
|
21740
|
+
"min-date": __props.minDate,
|
|
21741
|
+
"max-date": __props.maxDate,
|
|
21742
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => datePart.value = $event)
|
|
21743
|
+
}, null, 8, ["model-value", "disabled", "error", "min-date", "max-date"]),
|
|
21744
|
+
createVNode(_sfc_main$G, {
|
|
21745
|
+
ref_key: "timeInput",
|
|
21746
|
+
ref: timeInput,
|
|
21747
|
+
"aria-label": "Time",
|
|
21748
|
+
"model-value": timePart.value,
|
|
21749
|
+
granularity: granularity.value,
|
|
21750
|
+
"max-granularity": __props.maxGranularity,
|
|
21751
|
+
disabled: __props.disabled,
|
|
21752
|
+
error: __props.error,
|
|
21753
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => timePart.value = $event),
|
|
21754
|
+
"onUpdate:granularity": _cache[2] || (_cache[2] = ($event) => granularity.value = $event)
|
|
21755
|
+
}, null, 8, ["model-value", "granularity", "max-granularity", "disabled", "error"])
|
|
21756
|
+
])
|
|
21757
|
+
]),
|
|
21758
|
+
_: 1
|
|
21759
|
+
}, 8, ["id", "label", "aria-label", "description", "sub-text", "error", "validating", "preserve-sub-text-space"]);
|
|
21760
|
+
};
|
|
21761
|
+
}
|
|
21762
|
+
});
|
|
21763
|
+
|
|
21764
|
+
const KdsDateTimeInput = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-f2ad3cef"]]);
|
|
21765
|
+
|
|
21766
|
+
const _hoisted_1$t = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
|
|
21767
|
+
const _hoisted_2$h = {
|
|
21533
21768
|
key: 0,
|
|
21534
21769
|
class: "leading",
|
|
21535
21770
|
"aria-hidden": "true"
|
|
@@ -21540,7 +21775,7 @@ const _hoisted_4$a = {
|
|
|
21540
21775
|
"aria-hidden": "true"
|
|
21541
21776
|
};
|
|
21542
21777
|
const TRIGGER_REF = "triggerEl";
|
|
21543
|
-
const _sfc_main$
|
|
21778
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
21544
21779
|
__name: "BaseDropdown",
|
|
21545
21780
|
props: /* @__PURE__ */ mergeModels({
|
|
21546
21781
|
text: {},
|
|
@@ -21620,8 +21855,8 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
21620
21855
|
onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("click")),
|
|
21621
21856
|
onKeydown
|
|
21622
21857
|
}, [
|
|
21623
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
21624
|
-
createVNode(_sfc_main$
|
|
21858
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$h, [
|
|
21859
|
+
createVNode(_sfc_main$1q, {
|
|
21625
21860
|
accessory: props.accessory,
|
|
21626
21861
|
size: "medium"
|
|
21627
21862
|
}, null, 8, ["accessory"])
|
|
@@ -21639,21 +21874,21 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
21639
21874
|
size: "small"
|
|
21640
21875
|
}, null, 8, ["name"])
|
|
21641
21876
|
])
|
|
21642
|
-
], 42, _hoisted_1$
|
|
21877
|
+
], 42, _hoisted_1$t);
|
|
21643
21878
|
};
|
|
21644
21879
|
}
|
|
21645
21880
|
});
|
|
21646
21881
|
|
|
21647
|
-
const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
21882
|
+
const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-1bb2d375"]]);
|
|
21648
21883
|
|
|
21649
21884
|
const DROPDOWN_SEARCH_THRESHOLD = 12;
|
|
21650
21885
|
|
|
21651
|
-
const _hoisted_1$
|
|
21652
|
-
const _hoisted_2$
|
|
21886
|
+
const _hoisted_1$s = { class: "kds-dropdown-container" };
|
|
21887
|
+
const _hoisted_2$g = {
|
|
21653
21888
|
key: 0,
|
|
21654
21889
|
class: "kds-dropdown-container-sticky-top"
|
|
21655
21890
|
};
|
|
21656
|
-
const _sfc_main$
|
|
21891
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
21657
21892
|
__name: "DropdownContainer",
|
|
21658
21893
|
props: /* @__PURE__ */ mergeModels({
|
|
21659
21894
|
emptyText: {},
|
|
@@ -21737,8 +21972,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
21737
21972
|
}
|
|
21738
21973
|
});
|
|
21739
21974
|
return (_ctx, _cache) => {
|
|
21740
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
21741
|
-
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
21975
|
+
return openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
21976
|
+
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$g, [
|
|
21742
21977
|
createVNode(BaseInput, {
|
|
21743
21978
|
ref_key: "searchEl",
|
|
21744
21979
|
ref: searchEl,
|
|
@@ -21770,9 +22005,9 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
21770
22005
|
}
|
|
21771
22006
|
});
|
|
21772
22007
|
|
|
21773
|
-
const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
22008
|
+
const DropdownContainer = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-0a6ce241"]]);
|
|
21774
22009
|
|
|
21775
|
-
const _sfc_main$
|
|
22010
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
21776
22011
|
__name: "KdsDropdown",
|
|
21777
22012
|
props: /* @__PURE__ */ mergeModels({
|
|
21778
22013
|
placeholder: { default: "Select" },
|
|
@@ -21802,9 +22037,20 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
21802
22037
|
const selectedOption = computed(
|
|
21803
22038
|
() => props.possibleValues.find((o) => o.id === modelValue.value)
|
|
21804
22039
|
);
|
|
21805
|
-
watchEffect(() => {
|
|
22040
|
+
watchEffect((onCleanup) => {
|
|
21806
22041
|
if (open.value) {
|
|
21807
|
-
|
|
22042
|
+
if (dropdownContainerEl.value) {
|
|
22043
|
+
dropdownContainerEl.value.focus();
|
|
22044
|
+
return;
|
|
22045
|
+
}
|
|
22046
|
+
const stop = watch(
|
|
22047
|
+
dropdownContainerEl,
|
|
22048
|
+
(el) => {
|
|
22049
|
+
el?.focus();
|
|
22050
|
+
},
|
|
22051
|
+
{ once: true }
|
|
22052
|
+
);
|
|
22053
|
+
onCleanup(stop);
|
|
21808
22054
|
}
|
|
21809
22055
|
});
|
|
21810
22056
|
const closeDropdown = () => {
|
|
@@ -21855,7 +22101,8 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
21855
22101
|
"aria-label": "Dropdown menu"
|
|
21856
22102
|
}, {
|
|
21857
22103
|
default: withCtx(() => [
|
|
21858
|
-
|
|
22104
|
+
open.value ? (openBlock(), createBlock(DropdownContainer, {
|
|
22105
|
+
key: 0,
|
|
21859
22106
|
ref_key: "dropdownContainerEl",
|
|
21860
22107
|
ref: dropdownContainerEl,
|
|
21861
22108
|
modelValue: modelValue.value,
|
|
@@ -21864,7 +22111,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
21864
22111
|
loading: __props.loading,
|
|
21865
22112
|
"empty-text": "No entries found",
|
|
21866
22113
|
onSelect: closeDropdown
|
|
21867
|
-
}, null, 8, ["modelValue", "possible-values", "loading"])
|
|
22114
|
+
}, null, 8, ["modelValue", "possible-values", "loading"])) : createCommentVNode("", true)
|
|
21868
22115
|
]),
|
|
21869
22116
|
_: 1
|
|
21870
22117
|
}, 8, ["modelValue"])
|
|
@@ -21875,6 +22122,159 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
21875
22122
|
}
|
|
21876
22123
|
});
|
|
21877
22124
|
|
|
22125
|
+
const _hoisted_1$r = { class: "kds-zoned-date-time-input" };
|
|
22126
|
+
const _hoisted_2$f = { class: "date-time-row" };
|
|
22127
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
22128
|
+
__name: "KdsZonedDateTimeInput",
|
|
22129
|
+
props: /* @__PURE__ */ mergeModels({
|
|
22130
|
+
id: {},
|
|
22131
|
+
label: {},
|
|
22132
|
+
ariaLabel: {},
|
|
22133
|
+
description: {},
|
|
22134
|
+
subText: {},
|
|
22135
|
+
error: { type: Boolean, default: false },
|
|
22136
|
+
validating: { type: Boolean, default: false },
|
|
22137
|
+
preserveSubTextSpace: { type: Boolean },
|
|
22138
|
+
disabled: { type: Boolean, default: false },
|
|
22139
|
+
maxGranularity: { default: "minute" },
|
|
22140
|
+
possibleValues: {}
|
|
22141
|
+
}, {
|
|
22142
|
+
"modelValue": {
|
|
22143
|
+
default: null
|
|
22144
|
+
},
|
|
22145
|
+
"modelModifiers": {},
|
|
22146
|
+
"granularity": {
|
|
22147
|
+
default: "minute"
|
|
22148
|
+
},
|
|
22149
|
+
"granularityModifiers": {}
|
|
22150
|
+
}),
|
|
22151
|
+
emits: ["update:modelValue", "update:granularity"],
|
|
22152
|
+
setup(__props, { expose: __expose }) {
|
|
22153
|
+
const modelValue = useModel(__props, "modelValue");
|
|
22154
|
+
const granularity = useModel(__props, "granularity");
|
|
22155
|
+
const dateInput = useTemplateRef("dateInput");
|
|
22156
|
+
const timeInput = useTemplateRef("timeInput");
|
|
22157
|
+
const datePart = computed({
|
|
22158
|
+
get: () => modelValue.value?.toPlainDate() ?? null,
|
|
22159
|
+
set: (value) => {
|
|
22160
|
+
const time = modelValue.value?.toPlainTime() ?? null;
|
|
22161
|
+
const timeZone = modelValue.value?.timeZoneId ?? "";
|
|
22162
|
+
if (value === null && time === null) {
|
|
22163
|
+
modelValue.value = null;
|
|
22164
|
+
return;
|
|
22165
|
+
}
|
|
22166
|
+
const d = value ?? Un.PlainDate.from("1970-01-01");
|
|
22167
|
+
const t = time ?? Un.PlainTime.from("00:00:00");
|
|
22168
|
+
const dt = d.toPlainDateTime(t);
|
|
22169
|
+
if (timeZone) {
|
|
22170
|
+
try {
|
|
22171
|
+
modelValue.value = dt.toZonedDateTime(timeZone);
|
|
22172
|
+
return;
|
|
22173
|
+
} catch {
|
|
22174
|
+
}
|
|
22175
|
+
}
|
|
22176
|
+
modelValue.value = dt.toZonedDateTime("UTC");
|
|
22177
|
+
}
|
|
22178
|
+
});
|
|
22179
|
+
const timePart = computed({
|
|
22180
|
+
get: () => modelValue.value?.toPlainTime() ?? null,
|
|
22181
|
+
set: (value) => {
|
|
22182
|
+
const date = modelValue.value?.toPlainDate() ?? null;
|
|
22183
|
+
const timeZone = modelValue.value?.timeZoneId ?? "";
|
|
22184
|
+
if (date === null && value === null) {
|
|
22185
|
+
modelValue.value = null;
|
|
22186
|
+
return;
|
|
22187
|
+
}
|
|
22188
|
+
const d = date ?? Un.PlainDate.from("1970-01-01");
|
|
22189
|
+
const t = value ?? Un.PlainTime.from("00:00:00");
|
|
22190
|
+
const dt = d.toPlainDateTime(t);
|
|
22191
|
+
if (timeZone) {
|
|
22192
|
+
try {
|
|
22193
|
+
modelValue.value = dt.toZonedDateTime(timeZone);
|
|
22194
|
+
return;
|
|
22195
|
+
} catch {
|
|
22196
|
+
}
|
|
22197
|
+
}
|
|
22198
|
+
modelValue.value = dt.toZonedDateTime("UTC");
|
|
22199
|
+
}
|
|
22200
|
+
});
|
|
22201
|
+
const timeZonePart = computed({
|
|
22202
|
+
get: () => modelValue.value?.timeZoneId ?? "",
|
|
22203
|
+
set: (timeZone) => {
|
|
22204
|
+
if (!timeZone) {
|
|
22205
|
+
return;
|
|
22206
|
+
}
|
|
22207
|
+
const date = modelValue.value?.toPlainDate() ?? null;
|
|
22208
|
+
const time = modelValue.value?.toPlainTime() ?? null;
|
|
22209
|
+
if (date === null && time === null) {
|
|
22210
|
+
return;
|
|
22211
|
+
}
|
|
22212
|
+
const d = date ?? Un.PlainDate.from("1970-01-01");
|
|
22213
|
+
const t = time ?? Un.PlainTime.from("00:00:00");
|
|
22214
|
+
const dt = d.toPlainDateTime(t);
|
|
22215
|
+
try {
|
|
22216
|
+
modelValue.value = dt.toZonedDateTime(timeZone);
|
|
22217
|
+
} catch {
|
|
22218
|
+
}
|
|
22219
|
+
}
|
|
22220
|
+
});
|
|
22221
|
+
__expose({
|
|
22222
|
+
focus: (options) => dateInput.value?.focus(options)
|
|
22223
|
+
});
|
|
22224
|
+
return (_ctx, _cache) => {
|
|
22225
|
+
return openBlock(), createBlock(BaseFieldsetWrapper, {
|
|
22226
|
+
id: __props.id,
|
|
22227
|
+
label: __props.label,
|
|
22228
|
+
"aria-label": __props.ariaLabel,
|
|
22229
|
+
description: __props.description,
|
|
22230
|
+
"sub-text": __props.subText,
|
|
22231
|
+
error: __props.error,
|
|
22232
|
+
validating: __props.validating,
|
|
22233
|
+
"preserve-sub-text-space": __props.preserveSubTextSpace
|
|
22234
|
+
}, {
|
|
22235
|
+
default: withCtx(() => [
|
|
22236
|
+
createElementVNode("div", _hoisted_1$r, [
|
|
22237
|
+
createElementVNode("div", _hoisted_2$f, [
|
|
22238
|
+
createVNode(_sfc_main$N, {
|
|
22239
|
+
ref_key: "dateInput",
|
|
22240
|
+
ref: dateInput,
|
|
22241
|
+
"aria-label": "Date",
|
|
22242
|
+
"model-value": datePart.value,
|
|
22243
|
+
disabled: __props.disabled,
|
|
22244
|
+
error: __props.error,
|
|
22245
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => datePart.value = $event)
|
|
22246
|
+
}, null, 8, ["model-value", "disabled", "error"]),
|
|
22247
|
+
createVNode(_sfc_main$G, {
|
|
22248
|
+
ref_key: "timeInput",
|
|
22249
|
+
ref: timeInput,
|
|
22250
|
+
"aria-label": "Time",
|
|
22251
|
+
"model-value": timePart.value,
|
|
22252
|
+
granularity: granularity.value,
|
|
22253
|
+
"max-granularity": __props.maxGranularity,
|
|
22254
|
+
disabled: __props.disabled,
|
|
22255
|
+
error: __props.error,
|
|
22256
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => timePart.value = $event),
|
|
22257
|
+
"onUpdate:granularity": _cache[2] || (_cache[2] = ($event) => granularity.value = $event)
|
|
22258
|
+
}, null, 8, ["model-value", "granularity", "max-granularity", "disabled", "error"])
|
|
22259
|
+
]),
|
|
22260
|
+
createVNode(_sfc_main$A, {
|
|
22261
|
+
modelValue: timeZonePart.value,
|
|
22262
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => timeZonePart.value = $event),
|
|
22263
|
+
"possible-values": __props.possibleValues ?? [],
|
|
22264
|
+
disabled: __props.disabled,
|
|
22265
|
+
error: __props.error,
|
|
22266
|
+
ariaLabel: "Timezone"
|
|
22267
|
+
}, null, 8, ["modelValue", "possible-values", "disabled", "error"])
|
|
22268
|
+
])
|
|
22269
|
+
]),
|
|
22270
|
+
_: 1
|
|
22271
|
+
}, 8, ["id", "label", "aria-label", "description", "sub-text", "error", "validating", "preserve-sub-text-space"]);
|
|
22272
|
+
};
|
|
22273
|
+
}
|
|
22274
|
+
});
|
|
22275
|
+
|
|
22276
|
+
const KdsZonedDateTimeInput = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-7dcebccd"]]);
|
|
22277
|
+
|
|
21878
22278
|
const _hoisted_1$q = ["disabled"];
|
|
21879
22279
|
const _hoisted_2$e = ["title"];
|
|
21880
22280
|
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
@@ -22120,9 +22520,20 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
22120
22520
|
const dropdownContainerEl = useTemplateRef("dropdownContainerEl");
|
|
22121
22521
|
const popoverEl = useTemplateRef("popoverEl");
|
|
22122
22522
|
const baseDropdownEl = useTemplateRef("baseDropdownEl");
|
|
22123
|
-
watchEffect(() => {
|
|
22523
|
+
watchEffect((onCleanup) => {
|
|
22124
22524
|
if (open.value) {
|
|
22125
|
-
|
|
22525
|
+
if (dropdownContainerEl.value) {
|
|
22526
|
+
dropdownContainerEl.value.focus();
|
|
22527
|
+
return;
|
|
22528
|
+
}
|
|
22529
|
+
const stop = watch(
|
|
22530
|
+
dropdownContainerEl,
|
|
22531
|
+
(el) => {
|
|
22532
|
+
el?.focus();
|
|
22533
|
+
},
|
|
22534
|
+
{ once: true }
|
|
22535
|
+
);
|
|
22536
|
+
onCleanup(stop);
|
|
22126
22537
|
}
|
|
22127
22538
|
});
|
|
22128
22539
|
const addedOptions = ref([]);
|
|
@@ -22202,7 +22613,8 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
22202
22613
|
"aria-label": "Multi select dropdown options"
|
|
22203
22614
|
}, {
|
|
22204
22615
|
default: withCtx(() => [
|
|
22205
|
-
|
|
22616
|
+
open.value ? (openBlock(), createBlock(MultiSelectDropdownContainer, {
|
|
22617
|
+
key: 0,
|
|
22206
22618
|
ref_key: "dropdownContainerEl",
|
|
22207
22619
|
ref: dropdownContainerEl,
|
|
22208
22620
|
modelValue: modelValue.value,
|
|
@@ -22212,7 +22624,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
22212
22624
|
"allow-new-values": __props.allowNewValues,
|
|
22213
22625
|
"empty-text": "No entries found",
|
|
22214
22626
|
onAddValue
|
|
22215
|
-
}, null, 8, ["modelValue", "possible-values", "loading", "allow-new-values"])
|
|
22627
|
+
}, null, 8, ["modelValue", "possible-values", "loading", "allow-new-values"])) : createCommentVNode("", true)
|
|
22216
22628
|
]),
|
|
22217
22629
|
_: 1
|
|
22218
22630
|
}, 8, ["modelValue"])
|
|
@@ -23188,7 +23600,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
23188
23600
|
}, null, 8, ["modelValue", "possible-values", "ariaLabel", "disabled", "error", "loading", "empty-state-label", "bottom-value"])
|
|
23189
23601
|
]),
|
|
23190
23602
|
createElementVNode("div", _hoisted_5$4, [
|
|
23191
|
-
createVNode(unref(_sfc_main$
|
|
23603
|
+
createVNode(unref(_sfc_main$1v), {
|
|
23192
23604
|
"leading-icon": "chevron-right",
|
|
23193
23605
|
ariaLabel: "Move selected values right",
|
|
23194
23606
|
title: "Move selected values right",
|
|
@@ -23197,7 +23609,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
23197
23609
|
disabled: effectiveDisabled.value || leftSelected.value.length === 0,
|
|
23198
23610
|
onClick: _cache[2] || (_cache[2] = ($event) => moveRight(leftSelected.value))
|
|
23199
23611
|
}, null, 8, ["disabled"]),
|
|
23200
|
-
createVNode(unref(_sfc_main$
|
|
23612
|
+
createVNode(unref(_sfc_main$1v), {
|
|
23201
23613
|
"leading-icon": "chevron-right-double",
|
|
23202
23614
|
ariaLabel: "Move all values right",
|
|
23203
23615
|
title: "Move all values right",
|
|
@@ -23209,7 +23621,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
23209
23621
|
...showUnknownValues.value && !modelValue.value.includeUnknownValues ? [UNKNOWN_VALUE_ID] : []
|
|
23210
23622
|
]))
|
|
23211
23623
|
}, null, 8, ["disabled"]),
|
|
23212
|
-
createVNode(unref(_sfc_main$
|
|
23624
|
+
createVNode(unref(_sfc_main$1v), {
|
|
23213
23625
|
"leading-icon": "chevron-left",
|
|
23214
23626
|
ariaLabel: "Move selected values left",
|
|
23215
23627
|
title: "Move selected values left",
|
|
@@ -23218,7 +23630,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
23218
23630
|
disabled: effectiveDisabled.value || rightSelected.value.length === 0,
|
|
23219
23631
|
onClick: _cache[4] || (_cache[4] = ($event) => moveLeft(rightSelected.value))
|
|
23220
23632
|
}, null, 8, ["disabled"]),
|
|
23221
|
-
createVNode(unref(_sfc_main$
|
|
23633
|
+
createVNode(unref(_sfc_main$1v), {
|
|
23222
23634
|
"leading-icon": "chevron-left-double",
|
|
23223
23635
|
ariaLabel: "Move all values left",
|
|
23224
23636
|
title: "Move all values left",
|
|
@@ -23346,7 +23758,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
23346
23758
|
ariaLabel: "Search values",
|
|
23347
23759
|
placeholder: "Search",
|
|
23348
23760
|
disabled: __props.disabled
|
|
23349
|
-
}, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$
|
|
23761
|
+
}, null, 8, ["modelValue", "disabled"])) : mode.value === unref(kdsTwinListSearchMode).PATTERN ? (openBlock(), createBlock(unref(_sfc_main$K), {
|
|
23350
23762
|
key: 2,
|
|
23351
23763
|
modelValue: pattern.value,
|
|
23352
23764
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => pattern.value = $event),
|
|
@@ -23671,7 +24083,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
23671
24083
|
createElementVNode("div", _hoisted_1$j, [
|
|
23672
24084
|
createElementVNode("div", _hoisted_2$9, [
|
|
23673
24085
|
createElementVNode("div", _hoisted_3$8, [
|
|
23674
|
-
createVNode(_sfc_main$
|
|
24086
|
+
createVNode(_sfc_main$1v, {
|
|
23675
24087
|
size: "small",
|
|
23676
24088
|
variant: "transparent",
|
|
23677
24089
|
"leading-icon": "sort-descending",
|
|
@@ -23679,7 +24091,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
23679
24091
|
disabled: __props.disabled,
|
|
23680
24092
|
onClick: _cache[0] || (_cache[0] = ($event) => applyReorder(unref(sortByText)(true, optionLookup.value)))
|
|
23681
24093
|
}, null, 8, ["disabled"]),
|
|
23682
|
-
createVNode(_sfc_main$
|
|
24094
|
+
createVNode(_sfc_main$1v, {
|
|
23683
24095
|
size: "small",
|
|
23684
24096
|
variant: "transparent",
|
|
23685
24097
|
"leading-icon": "sort-ascending",
|
|
@@ -23688,7 +24100,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
23688
24100
|
onClick: _cache[1] || (_cache[1] = ($event) => applyReorder(unref(sortByText)(false, optionLookup.value)))
|
|
23689
24101
|
}, null, 8, ["disabled"])
|
|
23690
24102
|
]),
|
|
23691
|
-
createVNode(_sfc_main$
|
|
24103
|
+
createVNode(_sfc_main$1v, {
|
|
23692
24104
|
size: "small",
|
|
23693
24105
|
variant: "transparent",
|
|
23694
24106
|
destructive: "",
|
|
@@ -23710,7 +24122,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
23710
24122
|
/* fallback only for TS */
|
|
23711
24123
|
}, null, 8, ["modelValue", "possible-values", "disabled", "error", "ariaLabel"]),
|
|
23712
24124
|
createElementVNode("div", _hoisted_4$7, [
|
|
23713
|
-
createVNode(_sfc_main$
|
|
24125
|
+
createVNode(_sfc_main$1v, {
|
|
23714
24126
|
size: "small",
|
|
23715
24127
|
variant: "transparent",
|
|
23716
24128
|
"leading-icon": "to-top",
|
|
@@ -23719,7 +24131,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
23719
24131
|
disabled: __props.disabled || !unref(canMoveUp),
|
|
23720
24132
|
onClick: moveToTop
|
|
23721
24133
|
}, null, 8, ["disabled"]),
|
|
23722
|
-
createVNode(_sfc_main$
|
|
24134
|
+
createVNode(_sfc_main$1v, {
|
|
23723
24135
|
size: "small",
|
|
23724
24136
|
variant: "transparent",
|
|
23725
24137
|
"leading-icon": "to-bottom",
|
|
@@ -23728,7 +24140,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
23728
24140
|
disabled: __props.disabled || !unref(canMoveDown),
|
|
23729
24141
|
onClick: moveToBottom
|
|
23730
24142
|
}, null, 8, ["disabled"]),
|
|
23731
|
-
createVNode(_sfc_main$
|
|
24143
|
+
createVNode(_sfc_main$1v, {
|
|
23732
24144
|
size: "small",
|
|
23733
24145
|
variant: "transparent",
|
|
23734
24146
|
"leading-icon": "arrow-up",
|
|
@@ -23737,7 +24149,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
23737
24149
|
disabled: __props.disabled || !unref(canMoveUp),
|
|
23738
24150
|
onClick: moveUp
|
|
23739
24151
|
}, null, 8, ["disabled"]),
|
|
23740
|
-
createVNode(_sfc_main$
|
|
24152
|
+
createVNode(_sfc_main$1v, {
|
|
23741
24153
|
size: "small",
|
|
23742
24154
|
variant: "transparent",
|
|
23743
24155
|
"leading-icon": "arrow-down",
|
|
@@ -23832,14 +24244,15 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
23832
24244
|
"aria-label": "Description"
|
|
23833
24245
|
}, {
|
|
23834
24246
|
default: withCtx(() => [
|
|
23835
|
-
|
|
24247
|
+
modelValue.value ? (openBlock(), createBlock(InfoPopover, {
|
|
24248
|
+
key: 0,
|
|
23836
24249
|
content: props.content
|
|
23837
24250
|
}, {
|
|
23838
24251
|
default: withCtx(() => [
|
|
23839
24252
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
23840
24253
|
]),
|
|
23841
24254
|
_: 3
|
|
23842
|
-
}, 8, ["content"])
|
|
24255
|
+
}, 8, ["content"])) : createCommentVNode("", true)
|
|
23843
24256
|
]),
|
|
23844
24257
|
_: 3
|
|
23845
24258
|
}, 8, ["modelValue"])
|
|
@@ -23848,7 +24261,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
23848
24261
|
}
|
|
23849
24262
|
});
|
|
23850
24263
|
|
|
23851
|
-
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-
|
|
24264
|
+
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-67a8974e"]]);
|
|
23852
24265
|
|
|
23853
24266
|
const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
23854
24267
|
__proto__: null,
|
|
@@ -24558,10 +24971,10 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
24558
24971
|
id: unref(headlineId),
|
|
24559
24972
|
class: "kds-panel-headline"
|
|
24560
24973
|
}, [
|
|
24561
|
-
typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$4, toDisplayString(__props.headline), 1)) : __props.headline.type === "button" ? (openBlock(), createBlock(_sfc_main$
|
|
24974
|
+
typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$4, toDisplayString(__props.headline), 1)) : __props.headline.type === "button" ? (openBlock(), createBlock(_sfc_main$1v, mergeProps({ key: 1 }, __props.headline.props, {
|
|
24562
24975
|
size: "small",
|
|
24563
24976
|
onClick: __props.headline.onClick
|
|
24564
|
-
}), null, 16, ["onClick"])) : __props.headline.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$
|
|
24977
|
+
}), null, 16, ["onClick"])) : __props.headline.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1k, mergeProps({ key: 2 }, __props.headline.props, {
|
|
24565
24978
|
size: "small",
|
|
24566
24979
|
onItemClick: __props.headline.onItemClick
|
|
24567
24980
|
}), null, 16, ["onItemClick"])) : createCommentVNode("", true)
|
|
@@ -24569,19 +24982,19 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
24569
24982
|
__props.headlineTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$2, [
|
|
24570
24983
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.headlineTrailingActions, (action, index) => {
|
|
24571
24984
|
return openBlock(), createElementBlock(Fragment, { key: index }, [
|
|
24572
|
-
action.type === "button" ? (openBlock(), createBlock(_sfc_main$
|
|
24985
|
+
action.type === "button" ? (openBlock(), createBlock(_sfc_main$1v, mergeProps({
|
|
24573
24986
|
key: 0,
|
|
24574
24987
|
ref_for: true
|
|
24575
24988
|
}, action.props, {
|
|
24576
24989
|
size: "small",
|
|
24577
24990
|
onClick: action.onClick
|
|
24578
|
-
}), null, 16, ["onClick"])) : action.type === "toggleButton" ? (openBlock(), createBlock(_sfc_main$
|
|
24991
|
+
}), null, 16, ["onClick"])) : action.type === "toggleButton" ? (openBlock(), createBlock(_sfc_main$1s, mergeProps({
|
|
24579
24992
|
key: 1,
|
|
24580
24993
|
ref_for: true
|
|
24581
24994
|
}, action.props, {
|
|
24582
24995
|
size: "small",
|
|
24583
24996
|
"onUpdate:modelValue": action.onUpdateModelValue
|
|
24584
|
-
}), null, 16, ["onUpdate:modelValue"])) : action.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$
|
|
24997
|
+
}), null, 16, ["onUpdate:modelValue"])) : action.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1k, mergeProps({
|
|
24585
24998
|
key: 2,
|
|
24586
24999
|
ref_for: true
|
|
24587
25000
|
}, action.props, {
|
|
@@ -24610,7 +25023,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
24610
25023
|
__props.footerLeadingActions?.length || __props.footerTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_7, [
|
|
24611
25024
|
createElementVNode("div", _hoisted_8, [
|
|
24612
25025
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerLeadingActions, (action, index) => {
|
|
24613
|
-
return openBlock(), createBlock(_sfc_main$
|
|
25026
|
+
return openBlock(), createBlock(_sfc_main$1v, mergeProps({
|
|
24614
25027
|
key: `leading-${index}`
|
|
24615
25028
|
}, { ref_for: true }, action.props, {
|
|
24616
25029
|
onClick: action.onClick
|
|
@@ -24619,7 +25032,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
24619
25032
|
]),
|
|
24620
25033
|
createElementVNode("div", _hoisted_9, [
|
|
24621
25034
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerTrailingActions, (action, index) => {
|
|
24622
|
-
return openBlock(), createBlock(_sfc_main$
|
|
25035
|
+
return openBlock(), createBlock(_sfc_main$1v, mergeProps({
|
|
24623
25036
|
key: `trailing-${index}`
|
|
24624
25037
|
}, { ref_for: true }, action.props, {
|
|
24625
25038
|
onClick: action.onClick
|
|
@@ -25170,7 +25583,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
25170
25583
|
disabled: __props.disabled
|
|
25171
25584
|
}, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
|
|
25172
25585
|
__props.badge ? (openBlock(), createBlock(unref(KdsBadge), mergeProps({ key: 1 }, __props.badge, { size: "xxsmall" }), null, 16)) : createCommentVNode("", true),
|
|
25173
|
-
__props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$
|
|
25586
|
+
__props.trailingButton ? (openBlock(), createBlock(unref(_sfc_main$1v), mergeProps({ key: 2 }, __props.trailingButton, {
|
|
25174
25587
|
size: "xsmall",
|
|
25175
25588
|
onClick: onButtonClick
|
|
25176
25589
|
}), null, 16)) : createCommentVNode("", true)
|
|
@@ -25533,7 +25946,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
25533
25946
|
size: "medium"
|
|
25534
25947
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
25535
25948
|
createElementVNode("div", _hoisted_2$2, toDisplayString(__props.headline), 1),
|
|
25536
|
-
createVNode(_sfc_main$
|
|
25949
|
+
createVNode(_sfc_main$1v, {
|
|
25537
25950
|
"leading-icon": "x-close",
|
|
25538
25951
|
variant: "transparent",
|
|
25539
25952
|
size: "medium",
|
|
@@ -25574,7 +25987,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
25574
25987
|
emits: ["close", "closed"],
|
|
25575
25988
|
setup(__props, { emit: __emit }) {
|
|
25576
25989
|
useCssVars((_ctx) => ({
|
|
25577
|
-
"
|
|
25990
|
+
"v94ce1e22": _ctx.overflow
|
|
25578
25991
|
}));
|
|
25579
25992
|
const emit = __emit;
|
|
25580
25993
|
const dialog = useTemplateRef("dialogElement");
|
|
@@ -25608,7 +26021,13 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
25608
26021
|
if (dialog.value) {
|
|
25609
26022
|
Promise.all(
|
|
25610
26023
|
dialog.value.getAnimations({ subtree: true }).map((animation) => animation.finished)
|
|
25611
|
-
).then(removeDialog)
|
|
26024
|
+
).then(removeDialog).catch((error) => {
|
|
26025
|
+
if (error.name === "AbortError") {
|
|
26026
|
+
removeDialog();
|
|
26027
|
+
return;
|
|
26028
|
+
}
|
|
26029
|
+
throw error;
|
|
26030
|
+
});
|
|
25612
26031
|
await sleep(350);
|
|
25613
26032
|
removeDialog();
|
|
25614
26033
|
} else {
|
|
@@ -25660,7 +26079,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
25660
26079
|
}
|
|
25661
26080
|
});
|
|
25662
26081
|
|
|
25663
|
-
const KdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
26082
|
+
const KdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-5cf0b3d2"]]);
|
|
25664
26083
|
|
|
25665
26084
|
const defaultCancelButton = {
|
|
25666
26085
|
type: "cancel",
|
|
@@ -25806,7 +26225,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
25806
26225
|
unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1$2, [
|
|
25807
26226
|
createElementVNode("div", _hoisted_2$1, toDisplayString(unref(config).value.message), 1),
|
|
25808
26227
|
unref(config).value.doNotAskAgain ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
25809
|
-
createVNode(_sfc_main$
|
|
26228
|
+
createVNode(_sfc_main$13, {
|
|
25810
26229
|
modelValue: askAgain.value,
|
|
25811
26230
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => askAgain.value = $event),
|
|
25812
26231
|
label: unref(config).value.doNotAskAgain.label,
|
|
@@ -25821,7 +26240,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
25821
26240
|
name: "footer",
|
|
25822
26241
|
fn: withCtx(() => [
|
|
25823
26242
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(config).value.buttons, (button, index) => {
|
|
25824
|
-
return openBlock(), createBlock(_sfc_main$
|
|
26243
|
+
return openBlock(), createBlock(_sfc_main$1v, {
|
|
25825
26244
|
key: index,
|
|
25826
26245
|
destructive: button.destructive,
|
|
25827
26246
|
autofocus: button.autofocus,
|
|
@@ -25949,7 +26368,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25949
26368
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
25950
26369
|
createElementVNode("div", _hoisted_1$1, [
|
|
25951
26370
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.buttons, (button) => {
|
|
25952
|
-
return openBlock(), createBlock(_sfc_main$
|
|
26371
|
+
return openBlock(), createBlock(_sfc_main$1v, {
|
|
25953
26372
|
ref_for: true,
|
|
25954
26373
|
ref: "measureButton",
|
|
25955
26374
|
key: button.id,
|
|
@@ -25958,7 +26377,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25958
26377
|
"leading-icon": button.leadingIcon
|
|
25959
26378
|
}, null, 8, ["label", "variant", "leading-icon"]);
|
|
25960
26379
|
}), 128)),
|
|
25961
|
-
createVNode(_sfc_main$
|
|
26380
|
+
createVNode(_sfc_main$1k, {
|
|
25962
26381
|
ref: "measureMenuButton",
|
|
25963
26382
|
"leading-icon": "more-actions",
|
|
25964
26383
|
ariaLabel: "More actions",
|
|
@@ -25969,7 +26388,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25969
26388
|
class: ["kds-button-group", __props.alignment]
|
|
25970
26389
|
}), [
|
|
25971
26390
|
(openBlock(true), createElementBlock(Fragment, null, renderList(visibleButtons.value, (button) => {
|
|
25972
|
-
return openBlock(), createBlock(_sfc_main$
|
|
26391
|
+
return openBlock(), createBlock(_sfc_main$1v, {
|
|
25973
26392
|
key: button.id,
|
|
25974
26393
|
label: button.label,
|
|
25975
26394
|
variant: button.variant ?? "outlined",
|
|
@@ -25980,7 +26399,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25980
26399
|
onClick: ($event) => emit("buttonClick", button.id)
|
|
25981
26400
|
}, null, 8, ["label", "variant", "disabled", "leading-icon", "destructive", "title", "onClick"]);
|
|
25982
26401
|
}), 128)),
|
|
25983
|
-
overflowButtons.value.length ? (openBlock(), createBlock(_sfc_main$
|
|
26402
|
+
overflowButtons.value.length ? (openBlock(), createBlock(_sfc_main$1k, {
|
|
25984
26403
|
key: 0,
|
|
25985
26404
|
"leading-icon": "more-actions",
|
|
25986
26405
|
ariaLabel: "More actions",
|
|
@@ -26034,5 +26453,5 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
26034
26453
|
|
|
26035
26454
|
const KdsDescription = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ed6ba7bb"]]);
|
|
26036
26455
|
|
|
26037
|
-
export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, KdsBreadcrumb, _sfc_main$
|
|
26456
|
+
export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, KdsBreadcrumb, _sfc_main$1v as KdsButton, _sfc_main$h as KdsCard, _sfc_main$13 as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$U as KdsColorInput, KdsColorSwatch, _sfc_main$1f as KdsContextMenu, KdsDataType, _sfc_main$N as KdsDateInput, _sfc_main$L as KdsDateTimeFormatInput, KdsDateTimeInput, KdsDescription, KdsDivider, KdsDonutChart, _sfc_main$A as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsFileExplorer, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$E as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1u as KdsLinkButton, KdsLinkCard, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$1g as KdsMenu, _sfc_main$1k as KdsMenuButton, KdsMissingValueIcon, KdsModal, KdsModalLayout, _sfc_main$w as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$X as KdsNumberInput, KdsPanel, _sfc_main$T as KdsPasswordInput, _sfc_main$K as KdsPatternInput, KdsPopover, KdsPreviewList, KdsProgressBar, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSelectableCard, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$G as KdsTimeInput, _sfc_main$1s as KdsToggleButton, KdsToggleSwitch, KdsTwinList, _sfc_main$S as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, KdsZonedDateTimeInput, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsFileExplorerDraggingAnimationMode, kdsFileExplorerDraggingAnimationModes, kdsFileExplorerSize, kdsFileExplorerSizes, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPanelBodyOverflow, kdsPanelBodyOverflows, kdsPanelBodyVariant, kdsPanelBodyVariants, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsPopoverPlacement, kdsPopoverPlacements, kdsPopoverRole, kdsPopoverRoles, kdsPopoverType, kdsPopoverTypes, kdsProgressBarSize, kdsProgressBarSizes, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsToggleSwitchLabelPosition, kdsToggleSwitchLabelPositions, kdsToggleSwitchSize, kdsToggleSwitchSizes, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
|
|
26038
26457
|
//# sourceMappingURL=index.js.map
|