@knime/kds-components 0.18.0 → 0.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/accessories/Icon/useIcon.d.ts.map +1 -1
- package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +0 -2
- package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +0 -2
- package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/forms/inputs/BaseInput.vue.d.ts +6 -0
- package/dist/forms/inputs/BaseInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/ColorInput/ColorPicker.vue.d.ts.map +1 -1
- package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts +6 -2
- package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +252 -0
- package/dist/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -0
- package/dist/forms/inputs/PasswordInput/enums.d.ts +13 -0
- package/dist/forms/inputs/PasswordInput/enums.d.ts.map +1 -0
- package/dist/forms/inputs/PasswordInput/index.d.ts +4 -0
- package/dist/forms/inputs/PasswordInput/index.d.ts.map +1 -0
- package/dist/forms/inputs/PasswordInput/types.d.ts +25 -0
- package/dist/forms/inputs/PasswordInput/types.d.ts.map +1 -0
- package/dist/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/TextInput/types.d.ts +7 -1
- package/dist/forms/inputs/TextInput/types.d.ts.map +1 -1
- package/dist/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +250 -0
- package/dist/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts.map +1 -0
- package/dist/forms/inputs/UsernameInput/enums.d.ts +6 -0
- package/dist/forms/inputs/UsernameInput/enums.d.ts.map +1 -0
- package/dist/forms/inputs/UsernameInput/index.d.ts +4 -0
- package/dist/forms/inputs/UsernameInput/index.d.ts.map +1 -0
- package/dist/forms/inputs/UsernameInput/types.d.ts +7 -0
- package/dist/forms/inputs/UsernameInput/types.d.ts.map +1 -0
- package/dist/forms/inputs/index.d.ts +4 -0
- package/dist/forms/inputs/index.d.ts.map +1 -1
- package/dist/forms/selects/Dropdown/DropdownContainer.vue.d.ts +6 -1
- package/dist/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
- package/dist/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +6 -1
- package/dist/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
- package/dist/index.css +79 -72
- package/dist/index.js +425 -157
- package/dist/index.js.map +1 -1
- package/dist/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts +26 -0
- package/dist/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts.map +1 -0
- package/dist/layouts/ResizeContainer/ResizeHandle/ResizeHandle.vue.d.ts +7 -0
- package/dist/layouts/ResizeContainer/ResizeHandle/ResizeHandle.vue.d.ts.map +1 -0
- package/dist/layouts/ResizeContainer/ResizeHandle/index.d.ts +3 -0
- package/dist/layouts/ResizeContainer/ResizeHandle/index.d.ts.map +1 -0
- package/dist/layouts/ResizeContainer/ResizeHandle/types.d.ts +14 -0
- package/dist/layouts/ResizeContainer/ResizeHandle/types.d.ts.map +1 -0
- package/dist/layouts/ResizeContainer/index.d.ts +3 -0
- package/dist/layouts/ResizeContainer/index.d.ts.map +1 -0
- package/dist/layouts/ResizeContainer/types.d.ts +37 -0
- package/dist/layouts/ResizeContainer/types.d.ts.map +1 -0
- package/dist/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/dist/overlays/Popover/types.d.ts +0 -8
- package/dist/overlays/Popover/types.d.ts.map +1 -1
- package/dist/util/usePointerHandler.d.ts.map +1 -0
- package/package.json +4 -4
- package/dist/forms/inputs/ColorInput/usePointerHandler.d.ts.map +0 -1
- /package/dist/{forms/inputs/ColorInput → util}/usePointerHandler.d.ts +0 -0
package/dist/index.js
CHANGED
|
@@ -16,7 +16,7 @@ const _hoisted_3$f = {
|
|
|
16
16
|
class: "kds-avatar-initials",
|
|
17
17
|
"aria-hidden": "true"
|
|
18
18
|
};
|
|
19
|
-
const _sfc_main$
|
|
19
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
20
20
|
__name: "KdsAvatar",
|
|
21
21
|
props: {
|
|
22
22
|
initials: {},
|
|
@@ -75,7 +75,7 @@ const _export_sfc$1 = (sfc, props) => {
|
|
|
75
75
|
return target;
|
|
76
76
|
};
|
|
77
77
|
|
|
78
|
-
const KdsAvatar = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
78
|
+
const KdsAvatar = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["__scopeId", "data-v-d6a313f1"]]);
|
|
79
79
|
|
|
80
80
|
const __variableDynamicImportRuntimeHelper = (glob$1, path$13, segs) => {
|
|
81
81
|
const v = glob$1[path$13];
|
|
@@ -93,29 +93,31 @@ function useIcon({
|
|
|
93
93
|
const iconComponent = shallowRef(null);
|
|
94
94
|
watch(
|
|
95
95
|
() => name.value,
|
|
96
|
-
|
|
96
|
+
(newName) => {
|
|
97
97
|
if (iconCache.has(newName)) {
|
|
98
98
|
iconComponent.value = iconCache.get(newName);
|
|
99
99
|
return;
|
|
100
100
|
}
|
|
101
|
-
try {
|
|
102
|
-
const module = await __variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-DAYm6-mo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-DYNQa14y.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/text.svg": () => import('./text-DFu-L62Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/textstyles.svg": () => import('./textstyles-j0GQtKYE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-down.svg": () => import('./thumbs-down-CiozrdIW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-up.svg": () => import('./thumbs-up-E4uRtjhi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/time.svg": () => import('./time-DU80J5X8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-bottom.svg": () => import('./to-bottom-B8wat1Dk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-top.svg": () => import('./to-top-CCAfU4xz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trash.svg": () => import('./trash-Dq5FHwNO.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trigger.svg": () => import('./trigger-Qns9VYQG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/underline.svg": () => import('./underline-CDZcVZHB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/undo.svg": () => import('./undo-CnghWcXK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/unlink.svg": () => import('./unlink-CL0kTZX2.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10);
|
|
101
|
+
__variableDynamicImportRuntimeHelper((/* #__PURE__ */ Object.assign({"../../../node_modules/@knime/kds-styles/dist/img/icons/add-user.svg": () => import('./add-user-BBT39sTb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/ai-general.svg": () => import('./ai-general-xv5Ym88e.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/annotation-mode.svg": () => import('./annotation-mode-C0YL12XP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-down.svg": () => import('./arrow-down-D8Q9vZG_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrow-up.svg": () => import('./arrow-up-DJlZjTYZ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-expand.svg": () => import('./arrows-expand-eXIczgyQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-move.svg": () => import('./arrows-move-CDiEl6Ry.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/arrows-order.svg": () => import('./arrows-order-DMoJXS-I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/back.svg": () => import('./back-D1kA9zuH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/bold.svg": () => import('./bold-C8dRggXe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/calendar.svg": () => import('./calendar-B6v1nLjF.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/case-sensitive.svg": () => import('./case-sensitive-CHP-__99.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/center-aligned.svg": () => import('./center-aligned--zRFP8Lf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/checkmark.svg": () => import('./checkmark-DOn23D5R.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-down.svg": () => import('./chevron-down-BsSG_C_8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left-double.svg": () => import('./chevron-left-double-D-EEhZoy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-left.svg": () => import('./chevron-left-BKFnSetN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right-double.svg": () => import('./chevron-right-double-BgfwXKBg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-right.svg": () => import('./chevron-right-CozOeJxa.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/chevron-up.svg": () => import('./chevron-up-FA-c_L5N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-error.svg": () => import('./circle-error-CwUp2gKh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-info.svg": () => import('./circle-info-CcCjmOUH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-question.svg": () => import('./circle-question-TFLpel6L.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/circle-success.svg": () => import('./circle-success-CGkhxpZE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-download.svg": () => import('./cloud-download-CstHUDZv.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-knime.svg": () => import('./cloud-knime-CpZfWe3J.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-pending-changes.svg": () => import('./cloud-pending-changes-CWBUkOnb.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-synced.svg": () => import('./cloud-synced-DlT_4y5Q.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-upload.svg": () => import('./cloud-upload-DQvu_3cc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cloud-workflow.svg": () => import('./cloud-workflow-Bo_4KHLP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/code-block.svg": () => import('./code-block-DrOaCM3g.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/color-picker.svg": () => import('./color-picker-k6GkGnF5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/comment.svg": () => import('./comment-DL9ZR-vM.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/component.svg": () => import('./component-BArrSsoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/connection.svg": () => import('./connection-cIDhN_bU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/copy.svg": () => import('./copy-DAYm6-mo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/cursor.svg": () => import('./cursor-DSIjd7yc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-app.svg": () => import('./data-app-BHCZS7qU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/data-value-view.svg": () => import('./data-value-view-DZAfZGqs.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/date-time.svg": () => import('./date-time-C3cmSAQm.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-database.svg": () => import('./db-database-DYNQa14y.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-schema.svg": () => import('./db-schema-C4gtYXvd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table-view.svg": () => import('./db-table-view-CcF1plGQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/db-table.svg": () => import('./db-table-DifKATf6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/deploy.svg": () => import('./deploy-Dr6jEhZU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/detect.svg": () => import('./detect-DkQik2ep.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/divider.svg": () => import('./divider-Bhqt1kvt.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/duration.svg": () => import('./duration-Dfp9ox2I.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/edit.svg": () => import('./edit-Bg040TR4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/education.svg": () => import('./education-CsB0t7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/error-panel.svg": () => import('./error-panel-BCvYjM5m.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute-all.svg": () => import('./execute-all-JZlJ6VtK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/execute.svg": () => import('./execute-CDtz4PKy.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/expand-panel.svg": () => import('./expand-panel-C0-YqxWN.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension-community.svg": () => import('./extension-community-BL7uY2lh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/extension.svg": () => import('./extension-DV2OG2b-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/external-link.svg": () => import('./external-link-D6c_uzZp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/eye.svg": () => import('./eye-DIQBS75n.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-export.svg": () => import('./file-export-Cm5xiHIP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file-text.svg": () => import('./file-text-DCIkmzWQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/file.svg": () => import('./file-D-fzxVWf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/filter.svg": () => import('./filter-BCzsHR5o.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-default.svg": () => import('./flow-variable-default-D8YRzPWl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in-out.svg": () => import('./flow-variable-in-out-v434yDUG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-in.svg": () => import('./flow-variable-in-BiO5ppkU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/flow-variable-out.svg": () => import('./flow-variable-out-BuATVHTL.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-plus.svg": () => import('./folder-plus-0Z-aPAxX.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder-workflow.svg": () => import('./folder-workflow-hjaE8p-i.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/folder.svg": () => import('./folder-xz8Bw1k6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/forum.svg": () => import('./forum-CunE8Bpo.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/function-catalog.svg": () => import('./function-catalog-CRXmv7AG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/home.svg": () => import('./home-CW06ROg3.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/import.svg": () => import('./import-Bjz9KZM-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/info.svg": () => import('./info-C8GezBIf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/interval.svg": () => import('./interval-CzQaVMPH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/italic.svg": () => import('./italic-B6SY7x6N.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/key.svg": () => import('./key-9hybjORk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/layout-editor.svg": () => import('./layout-editor-At6vQ3aU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/left-aligned.svg": () => import('./left-aligned-C90MrNJd.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/like.svg": () => import('./like-BwC1fMTh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/limit.svg": () => import('./limit-D84DMtQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/link.svg": () => import('./link-DH0XmQMp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/linked-metanode.svg": () => import('./linked-metanode-ojS3JQJp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-bulletpoint.svg": () => import('./list-bulletpoint-BLPnukaY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-number.svg": () => import('./list-number-C47JfmdB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list-thumbs.svg": () => import('./list-thumbs-F5ICnK4Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/list.svg": () => import('./list-CQmzxqnp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/local-filesystem.svg": () => import('./local-filesystem-fyrwOsG5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/lock.svg": () => import('./lock-B9qCq8wW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/metanode.svg": () => import('./metanode-BOoscDpe.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/mini-map.svg": () => import('./mini-map-DKez_1T0.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-dialog.svg": () => import('./minimize-dialog-CsKInFjQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minimize-side-panel.svg": () => import('./minimize-side-panel-DOe27uOi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/minus.svg": () => import('./minus-CUOnFK-_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/more-actions.svg": () => import('./more-actions-r1Ai1cv8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/node-stack.svg": () => import('./node-stack-B2-NOdn1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-horiz.svg": () => import('./nodes-align-horiz-BNN1SQyE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/nodes-align-vert.svg": () => import('./nodes-align-vert-JG8gmWk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/open-in-new-window.svg": () => import('./open-in-new-window-BAU_-IMl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pan-mode.svg": () => import('./pan-mode-CGVZU5HB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/parameter.svg": () => import('./parameter-D3NI1oyc.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/pending-changes.svg": () => import('./pending-changes-BvFdyKn8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/placeholder.svg": () => import('./placeholder-CIq-OFkj.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/plus.svg": () => import('./plus-BGcbvgG4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/quote.svg": () => import('./quote-BhPMewQl.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/re-execution.svg": () => import('./re-execution-CPa8UUdU.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/redo.svg": () => import('./redo-BjctXrq6.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/regex.svg": () => import('./regex-CErlWJQW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reload.svg": () => import('./reload-CDm_DDdP.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rename.svg": () => import('./rename-Cyk_xng4.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/replace.svg": () => import('./replace-9aOLtKuD.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/reset-all.svg": () => import('./reset-all-Buf5y-HV.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/resume-execution.svg": () => import('./resume-execution-CRqaKZqz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/right-aligned.svg": () => import('./right-aligned-2BkZ58o-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/rocket.svg": () => import('./rocket-Bs46VoUh.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save-as.svg": () => import('./save-as-CTnCvHfQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/save.svg": () => import('./save-B7DzWjxS.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/schedule.svg": () => import('./schedule-DuSqromp.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/search.svg": () => import('./search-gykfARpE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/secret-store.svg": () => import('./secret-store-_ZlpQRjr.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-cancel.svg": () => import('./selected-cancel-CS3Gep56.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-execution.svg": () => import('./selected-execution-BJxjtKXq.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/selected-reset.svg": () => import('./selected-reset-SMx6XDk5.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/send.svg": () => import('./send-G2BlBsxu.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/server-rack-workflow.svg": () => import('./server-rack-workflow-CBhKbyGY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/service.svg": () => import('./service-9hAt2V0T.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/settings.svg": () => import('./settings-BLMTAq-1.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/share.svg": () => import('./share-BIrWLTtn.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/shortcuts.svg": () => import('./shortcuts-fbNZWoSf.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-ascending.svg": () => import('./sort-ascending-DNyV4Drg.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/sort-descending.svg": () => import('./sort-descending-BdIGPn-9.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-local.svg": () => import('./space-local-D4kTqwrB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space-private.svg": () => import('./space-private-D06CTwvE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/space.svg": () => import('./space-fMpb-o4-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stepwise-execution.svg": () => import('./stepwise-execution-C1mAO3z_.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/stop.svg": () => import('./stop-Cgmy2iPY.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/strikethrough.svg": () => import('./strikethrough-DG4Ejxqk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/team.svg": () => import('./team-CtZLwOou.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/text.svg": () => import('./text-DFu-L62Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/textstyles.svg": () => import('./textstyles-j0GQtKYE.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-down.svg": () => import('./thumbs-down-CiozrdIW.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/thumbs-up.svg": () => import('./thumbs-up-E4uRtjhi.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/time.svg": () => import('./time-DU80J5X8.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-bottom.svg": () => import('./to-bottom-B8wat1Dk.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/to-top.svg": () => import('./to-top-CCAfU4xz.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trash.svg": () => import('./trash-Dq5FHwNO.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/trigger.svg": () => import('./trigger-Qns9VYQG.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/underline.svg": () => import('./underline-CDZcVZHB.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/undo.svg": () => import('./undo-CnghWcXK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/unlink.svg": () => import('./unlink-CL0kTZX2.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/user.svg": () => import('./user-DTq28OjK.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/version.svg": () => import('./version-CSTTEeam.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/view-cards.svg": () => import('./view-cards-DS0Cpf95.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/warning.svg": () => import('./warning-CJC1Oij-.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/workflow.svg": () => import('./workflow-n50o8jCH.js'),"../../../node_modules/@knime/kds-styles/dist/img/icons/x-close.svg": () => import('./x-close-D-oEO9N9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/audio-datatype.svg": () => import('./audio-datatype-DyzJTMxb.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/binary-object-datatype.svg": () => import('./binary-object-datatype-DHZPEEoV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/bit-byte-vector-datatype.svg": () => import('./bit-byte-vector-datatype-XJ0yjm_4.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/boolean-datatype.svg": () => import('./boolean-datatype-B0SBV35e.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-list-datatype.svg": () => import('./collection-list-datatype-DDLoFog9.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/collection-set-datatype.svg": () => import('./collection-set-datatype-QGQHiErr.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-datatype.svg": () => import('./date-datatype-DX2o-Qoi.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-local-datatype.svg": () => import('./date-time-local-datatype-BRveWl93.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/date-time-zoned-datatype.svg": () => import('./date-time-zoned-datatype-CvUpjzJk.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/default-extension-datatype.svg": () => import('./default-extension-datatype-C7jbGM5d.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/document-datatype.svg": () => import('./document-datatype-CmWsp5e8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-date-based-datatype.svg": () => import('./duration-date-based-datatype-ZMMDq_rT.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/duration-time-based-datatype.svg": () => import('./duration-time-based-datatype-DWj4ALsB.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/geo-datatype.svg": () => import('./geo-datatype-CTQgQTql.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/helm-datatype.svg": () => import('./helm-datatype-XIlHXQBP.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-png-datatype.svg": () => import('./image-png-datatype-CtnGTQlX.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/image-svg-datatype.svg": () => import('./image-svg-datatype-DgySAOGM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/json-datatype.svg": () => import('./json-datatype-DgHr_Q8U.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/labeling-datatype.svg": () => import('./labeling-datatype-CGG_DguN.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/linear-notation-molecule.svg": () => import('./linear-notation-molecule-CepA_vEp.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/message-datatype.svg": () => import('./message-datatype-Ds55YGMQ.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/microscope.svg": () => import('./microscope-CPwlykKH.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/model-pmml-datatype.svg": () => import('./model-pmml-datatype-kXlL8AWg.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/molecule.svg": () => import('./molecule-CT71Yhf1.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-datatype.svg": () => import('./number-double-datatype-B6nc4th6.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-double-vector-datatype.svg": () => import('./number-double-vector-datatype-D3rzzxjM.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/number-integer-datatype.svg": () => import('./number-integer-datatype-BWoQkZ03.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/path-datatype.svg": () => import('./path-datatype-BD3D-7dL.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-datatype.svg": () => import('./string-datatype-CHI_qvxE.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/string-vector-datatype.svg": () => import('./string-vector-datatype-DhgtZI8f.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/subgraph-datatype.svg": () => import('./subgraph-datatype-BHBSS1-Z.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/term-datatype.svg": () => import('./term-datatype-CRrmVXQx.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/test-tube.svg": () => import('./test-tube-BsB8mbus.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/time-datatype.svg": () => import('./time-datatype-CBnmuYLa.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/tool-datatype.svg": () => import('./tool-datatype-l6cMJHHd.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/unknown-datatype.svg": () => import('./unknown-datatype-BEY7muOy.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/uri-datatype.svg": () => import('./uri-datatype-CJhmCZiq.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-boolean.svg": () => import('./variable-boolean-BzyG4BGV.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-boolean.svg": () => import('./variable-collection-boolean-nWAd6a7R.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-double.svg": () => import('./variable-collection-double-h0sMrPKC.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-integer.svg": () => import('./variable-collection-integer-BZEs4wch.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-collection-string.svg": () => import('./variable-collection-string-BPIuxyHK.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-conda-environment.svg": () => import('./variable-conda-environment-DZ5kqmc5.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-credential.svg": () => import('./variable-credential-D32ztDmY.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-integer.svg": () => import('./variable-integer-CtoE3pq3.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-number-double.svg": () => import('./variable-number-double-D5CGjCM8.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-path.svg": () => import('./variable-path-Dyuv7RmO.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-string.svg": () => import('./variable-string-JWu8Gafe.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/variable-unknown.svg": () => import('./variable-unknown-DYSdcnPs.js'),"../../../node_modules/@knime/kds-styles/dist/img/type-icons/xml-datatype.svg": () => import('./xml-datatype-BlUTXDpw.js')})), `../../../node_modules/@knime/kds-styles/dist/img/${folder}/${newName}.svg`, 10).then((module) => {
|
|
103
102
|
iconCache.set(newName, module.default);
|
|
104
103
|
iconComponent.value = module.default;
|
|
105
|
-
}
|
|
104
|
+
}).catch((error) => {
|
|
105
|
+
if (error.name === "AbortError") {
|
|
106
|
+
return;
|
|
107
|
+
}
|
|
106
108
|
console.error(
|
|
107
109
|
`Failed to load icon "${newName}" from folder "${folder}":`,
|
|
108
110
|
error
|
|
109
111
|
);
|
|
110
112
|
iconComponent.value = null;
|
|
111
|
-
}
|
|
113
|
+
});
|
|
112
114
|
},
|
|
113
115
|
{ immediate: true }
|
|
114
116
|
);
|
|
115
117
|
return iconComponent;
|
|
116
118
|
}
|
|
117
119
|
|
|
118
|
-
const _sfc_main$
|
|
120
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
119
121
|
__name: "KdsIcon",
|
|
120
122
|
props: {
|
|
121
123
|
name: {},
|
|
@@ -141,7 +143,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
141
143
|
}
|
|
142
144
|
});
|
|
143
145
|
|
|
144
|
-
const KdsIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
146
|
+
const KdsIcon = /* @__PURE__ */ _export_sfc$1(_sfc_main$V, [["__scopeId", "data-v-4da5bf3e"]]);
|
|
145
147
|
|
|
146
148
|
const ID_TO_ICON_MAP = {
|
|
147
149
|
// Flow Variables
|
|
@@ -468,7 +470,7 @@ const kdsDataTypeSize = {
|
|
|
468
470
|
const kdsDataTypeSizes = Object.values(kdsDataTypeSize);
|
|
469
471
|
|
|
470
472
|
const _hoisted_1$C = ["title"];
|
|
471
|
-
const _sfc_main$
|
|
473
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
472
474
|
__name: "KdsDataType",
|
|
473
475
|
props: {
|
|
474
476
|
iconName: { default: "unknown-datatype" },
|
|
@@ -514,7 +516,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
514
516
|
}
|
|
515
517
|
});
|
|
516
518
|
|
|
517
|
-
const KdsDataType = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
519
|
+
const KdsDataType = /* @__PURE__ */ _export_sfc$1(_sfc_main$U, [["__scopeId", "data-v-806087da"]]);
|
|
518
520
|
|
|
519
521
|
const kdsBadgeVariant = {
|
|
520
522
|
NEUTRAL: "neutral",
|
|
@@ -532,7 +534,7 @@ const kdsBadgeSize = {
|
|
|
532
534
|
const kdsBadgeSizes = Object.values(kdsBadgeSize);
|
|
533
535
|
|
|
534
536
|
const _hoisted_1$B = { class: "label-wrapper" };
|
|
535
|
-
const _sfc_main$
|
|
537
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
536
538
|
__name: "KdsBadge",
|
|
537
539
|
props: {
|
|
538
540
|
label: {},
|
|
@@ -560,7 +562,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
560
562
|
}
|
|
561
563
|
});
|
|
562
564
|
|
|
563
|
-
const KdsBadge = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
565
|
+
const KdsBadge = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["__scopeId", "data-v-0dc42bfc"]]);
|
|
564
566
|
|
|
565
567
|
const kdsColorSwatchType = {
|
|
566
568
|
LEARNER: "learner",
|
|
@@ -580,7 +582,7 @@ const kdsColorSwatchSize = {
|
|
|
580
582
|
const kdsColorSwatchSizes = Object.values(kdsColorSwatchSize);
|
|
581
583
|
|
|
582
584
|
const _hoisted_1$A = ["role", "title", "aria-hidden", "aria-label"];
|
|
583
|
-
const _sfc_main$
|
|
585
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
584
586
|
__name: "KdsColorSwatch",
|
|
585
587
|
props: {
|
|
586
588
|
color: {},
|
|
@@ -620,7 +622,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
620
622
|
}
|
|
621
623
|
});
|
|
622
624
|
|
|
623
|
-
const KdsColorSwatch = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
625
|
+
const KdsColorSwatch = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["__scopeId", "data-v-bdb3dd24"]]);
|
|
624
626
|
|
|
625
627
|
const kdsDarkModeType = {
|
|
626
628
|
LIGHT: "light",
|
|
@@ -742,7 +744,7 @@ function useKdsIsTruncated(elementRef) {
|
|
|
742
744
|
|
|
743
745
|
const _hoisted_1$z = ["title", "aria-label"];
|
|
744
746
|
const _hoisted_2$m = ["title"];
|
|
745
|
-
const _sfc_main$
|
|
747
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
746
748
|
__name: "KdsLiveStatus",
|
|
747
749
|
props: {
|
|
748
750
|
status: { default: "red" },
|
|
@@ -777,7 +779,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
777
779
|
}
|
|
778
780
|
});
|
|
779
781
|
|
|
780
|
-
const KdsLiveStatus = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
782
|
+
const KdsLiveStatus = /* @__PURE__ */ _export_sfc$1(_sfc_main$R, [["__scopeId", "data-v-3bd44b22"]]);
|
|
781
783
|
|
|
782
784
|
const kdsLiveStatusStatus = {
|
|
783
785
|
RED: "red",
|
|
@@ -794,7 +796,7 @@ const kdsLiveStatusSize = {
|
|
|
794
796
|
const kdsLiveStatusSizes = Object.values(kdsLiveStatusSize);
|
|
795
797
|
|
|
796
798
|
const _hoisted_1$y = ["data-style"];
|
|
797
|
-
const _sfc_main$
|
|
799
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
798
800
|
__name: "KdsLoadingSpinner",
|
|
799
801
|
props: {
|
|
800
802
|
size: { default: "medium" },
|
|
@@ -824,7 +826,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
824
826
|
}
|
|
825
827
|
});
|
|
826
828
|
|
|
827
|
-
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
829
|
+
const KdsLoadingSpinner = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["__scopeId", "data-v-74bb7c3d"]]);
|
|
828
830
|
|
|
829
831
|
const kdsLoadingSpinnerVariant = {
|
|
830
832
|
ON_PRIMARY: "onPrimary",
|
|
@@ -841,7 +843,7 @@ const _hoisted_4$a = {
|
|
|
841
843
|
key: 0,
|
|
842
844
|
class: "body"
|
|
843
845
|
};
|
|
844
|
-
const _sfc_main$
|
|
846
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
845
847
|
__name: "KdsInlineMessage",
|
|
846
848
|
props: {
|
|
847
849
|
headline: {},
|
|
@@ -886,7 +888,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
886
888
|
}
|
|
887
889
|
});
|
|
888
890
|
|
|
889
|
-
const KdsInlineMessage = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
891
|
+
const KdsInlineMessage = /* @__PURE__ */ _export_sfc$1(_sfc_main$P, [["__scopeId", "data-v-3d79be7c"]]);
|
|
890
892
|
|
|
891
893
|
const kdsInlineMessageVariant = {
|
|
892
894
|
ERROR: "error",
|
|
@@ -900,7 +902,7 @@ const _hoisted_1$w = {
|
|
|
900
902
|
key: 0,
|
|
901
903
|
class: "label"
|
|
902
904
|
};
|
|
903
|
-
const _sfc_main$
|
|
905
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
904
906
|
__name: "BaseButton",
|
|
905
907
|
props: {
|
|
906
908
|
size: { default: "medium" },
|
|
@@ -972,9 +974,9 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
972
974
|
}
|
|
973
975
|
});
|
|
974
976
|
|
|
975
|
-
const BaseButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
977
|
+
const BaseButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["__scopeId", "data-v-b0f9559f"]]);
|
|
976
978
|
|
|
977
|
-
const _sfc_main$
|
|
979
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
978
980
|
__name: "KdsButton",
|
|
979
981
|
props: {
|
|
980
982
|
size: {},
|
|
@@ -1027,7 +1029,7 @@ const resolveNuxtLinkComponent = () => {
|
|
|
1027
1029
|
return fallbackComponent;
|
|
1028
1030
|
};
|
|
1029
1031
|
|
|
1030
|
-
const _sfc_main$
|
|
1032
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
1031
1033
|
__name: "KdsLinkButton",
|
|
1032
1034
|
props: {
|
|
1033
1035
|
size: {},
|
|
@@ -1063,7 +1065,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
1063
1065
|
}
|
|
1064
1066
|
});
|
|
1065
1067
|
|
|
1066
|
-
const _sfc_main$
|
|
1068
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
1067
1069
|
__name: "KdsToggleButton",
|
|
1068
1070
|
props: /* @__PURE__ */ mergeModels({
|
|
1069
1071
|
size: {},
|
|
@@ -1100,7 +1102,7 @@ const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
|
|
|
1100
1102
|
|
|
1101
1103
|
const _hoisted_1$v = ["data-visible"];
|
|
1102
1104
|
const _hoisted_2$k = ["data-visible"];
|
|
1103
|
-
const _sfc_main$
|
|
1105
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
1104
1106
|
__name: "KdsProgressButton",
|
|
1105
1107
|
props: /* @__PURE__ */ mergeModels({
|
|
1106
1108
|
size: { default: "medium" },
|
|
@@ -1181,7 +1183,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
1181
1183
|
}
|
|
1182
1184
|
});
|
|
1183
1185
|
|
|
1184
|
-
const KdsProgressButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1186
|
+
const KdsProgressButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["__scopeId", "data-v-ec08a9ba"]]);
|
|
1185
1187
|
|
|
1186
1188
|
const kdsProgressButtonState = {
|
|
1187
1189
|
DEFAULT: "default",
|
|
@@ -1201,7 +1203,7 @@ const _hoisted_4$9 = {
|
|
|
1201
1203
|
key: 2,
|
|
1202
1204
|
class: "kds-empty-state-action"
|
|
1203
1205
|
};
|
|
1204
|
-
const _sfc_main$
|
|
1206
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
1205
1207
|
__name: "KdsEmptyState",
|
|
1206
1208
|
props: {
|
|
1207
1209
|
headline: {},
|
|
@@ -1217,7 +1219,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
1217
1219
|
() => props.button && "to" in props.button && props.button.to !== void 0
|
|
1218
1220
|
);
|
|
1219
1221
|
const buttonComponent = computed(
|
|
1220
|
-
() => isLinkButton.value ? _sfc_main$
|
|
1222
|
+
() => isLinkButton.value ? _sfc_main$M : _sfc_main$N
|
|
1221
1223
|
);
|
|
1222
1224
|
return (_ctx, _cache) => {
|
|
1223
1225
|
return openBlock(), createElementBlock("div", _hoisted_1$u, [
|
|
@@ -1240,9 +1242,9 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
1240
1242
|
}
|
|
1241
1243
|
});
|
|
1242
1244
|
|
|
1243
|
-
const KdsEmptyState = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1245
|
+
const KdsEmptyState = /* @__PURE__ */ _export_sfc$1(_sfc_main$J, [["__scopeId", "data-v-02149081"]]);
|
|
1244
1246
|
|
|
1245
|
-
const _sfc_main$
|
|
1247
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
1246
1248
|
__name: "ListItemAccessory",
|
|
1247
1249
|
props: {
|
|
1248
1250
|
accessory: {},
|
|
@@ -1314,7 +1316,7 @@ const _hoisted_9 = {
|
|
|
1314
1316
|
key: 2,
|
|
1315
1317
|
class: "trailing-item-reserve-space"
|
|
1316
1318
|
};
|
|
1317
|
-
const _sfc_main$
|
|
1319
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
1318
1320
|
__name: "KdsListItem",
|
|
1319
1321
|
props: {
|
|
1320
1322
|
id: {},
|
|
@@ -1369,7 +1371,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
1369
1371
|
onClick
|
|
1370
1372
|
}, [
|
|
1371
1373
|
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$i, [
|
|
1372
|
-
createVNode(_sfc_main$
|
|
1374
|
+
createVNode(_sfc_main$I, {
|
|
1373
1375
|
accessory: props.accessory,
|
|
1374
1376
|
size: accessorySize.value,
|
|
1375
1377
|
disabled: props.disabled
|
|
@@ -1408,16 +1410,16 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
1408
1410
|
}
|
|
1409
1411
|
});
|
|
1410
1412
|
|
|
1411
|
-
const KdsListItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1413
|
+
const KdsListItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$H, [["__scopeId", "data-v-7fba4bc1"]]);
|
|
1412
1414
|
|
|
1413
|
-
const _sfc_main$
|
|
1415
|
+
const _sfc_main$G = { };
|
|
1414
1416
|
|
|
1415
1417
|
const _hoisted_1$s = { class: "kds-list-item-divider" };
|
|
1416
1418
|
|
|
1417
1419
|
function _sfc_render$8(_ctx, _cache) {
|
|
1418
1420
|
return (openBlock(), createElementBlock("hr", _hoisted_1$s))
|
|
1419
1421
|
}
|
|
1420
|
-
const ListItemDivider = /*#__PURE__*/_export_sfc$1(_sfc_main$
|
|
1422
|
+
const ListItemDivider = /*#__PURE__*/_export_sfc$1(_sfc_main$G, [['render',_sfc_render$8],['__scopeId',"data-v-3ee92695"]]);
|
|
1421
1423
|
|
|
1422
1424
|
const _hoisted_1$r = { class: "kds-list-item-section-title" };
|
|
1423
1425
|
const _hoisted_2$h = {
|
|
@@ -1425,7 +1427,7 @@ const _hoisted_2$h = {
|
|
|
1425
1427
|
class: "icon"
|
|
1426
1428
|
};
|
|
1427
1429
|
const _hoisted_3$b = ["title"];
|
|
1428
|
-
const _sfc_main$
|
|
1430
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
1429
1431
|
__name: "ListItemSectionTitle",
|
|
1430
1432
|
props: {
|
|
1431
1433
|
label: {},
|
|
@@ -1454,12 +1456,12 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
1454
1456
|
}
|
|
1455
1457
|
});
|
|
1456
1458
|
|
|
1457
|
-
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1459
|
+
const ListItemSectionTitle = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["__scopeId", "data-v-53382531"]]);
|
|
1458
1460
|
|
|
1459
1461
|
const _hoisted_1$q = ["role", "aria-busy", "aria-label", "aria-activedescendant", "tabindex"];
|
|
1460
1462
|
const _hoisted_2$g = ["role"];
|
|
1461
1463
|
const loadingStateText = "Loading entries";
|
|
1462
|
-
const _sfc_main$
|
|
1464
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
1463
1465
|
__name: "KdsListContainer",
|
|
1464
1466
|
props: {
|
|
1465
1467
|
possibleValues: {},
|
|
@@ -1699,26 +1701,25 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
1699
1701
|
}
|
|
1700
1702
|
});
|
|
1701
1703
|
|
|
1702
|
-
const KdsListContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1704
|
+
const KdsListContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$E, [["__scopeId", "data-v-9b505d0b"]]);
|
|
1703
1705
|
|
|
1704
1706
|
const KdsListContainer$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
1705
1707
|
__proto__: null,
|
|
1706
1708
|
default: KdsListContainer
|
|
1707
1709
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
1708
1710
|
|
|
1709
|
-
const _hoisted_1$p = ["id", "popover", "role"
|
|
1711
|
+
const _hoisted_1$p = ["id", "popover", "role"];
|
|
1710
1712
|
const _hoisted_2$f = {
|
|
1711
1713
|
key: 0,
|
|
1712
1714
|
class: "kds-popover-default-content"
|
|
1713
1715
|
};
|
|
1714
|
-
const _sfc_main$
|
|
1716
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
1715
1717
|
__name: "KdsPopover",
|
|
1716
1718
|
props: /* @__PURE__ */ mergeModels({
|
|
1717
1719
|
placement: { default: "bottom-left" },
|
|
1718
1720
|
role: { default: void 0 },
|
|
1719
1721
|
popoverType: { default: "auto" },
|
|
1720
1722
|
fullWidth: { type: Boolean, default: false },
|
|
1721
|
-
popoverAriaLabel: {},
|
|
1722
1723
|
content: {}
|
|
1723
1724
|
}, {
|
|
1724
1725
|
"modelValue": { type: Boolean, ...{ default: false } },
|
|
@@ -1752,7 +1753,6 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
1752
1753
|
popover: props.popoverType,
|
|
1753
1754
|
style: normalizeStyle({ "position-anchor": anchorName }),
|
|
1754
1755
|
role: props.role,
|
|
1755
|
-
"aria-label": props.popoverAriaLabel,
|
|
1756
1756
|
onToggle
|
|
1757
1757
|
}, [
|
|
1758
1758
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
@@ -1763,14 +1763,14 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
1763
1763
|
}
|
|
1764
1764
|
});
|
|
1765
1765
|
|
|
1766
|
-
const KdsPopover = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1766
|
+
const KdsPopover = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["__scopeId", "data-v-6e5d3976"]]);
|
|
1767
1767
|
|
|
1768
1768
|
const KdsPopover$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
1769
1769
|
__proto__: null,
|
|
1770
1770
|
default: KdsPopover
|
|
1771
1771
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
1772
1772
|
|
|
1773
|
-
const _sfc_main$
|
|
1773
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
1774
1774
|
...{
|
|
1775
1775
|
inheritAttrs: false
|
|
1776
1776
|
},
|
|
@@ -1823,7 +1823,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
1823
1823
|
};
|
|
1824
1824
|
return (_ctx, _cache) => {
|
|
1825
1825
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
1826
|
-
createVNode(_sfc_main$
|
|
1826
|
+
createVNode(_sfc_main$L, mergeProps({
|
|
1827
1827
|
modelValue: isMenuOpen.value,
|
|
1828
1828
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = $event)
|
|
1829
1829
|
}, toggleButtonProps.value, {
|
|
@@ -1841,7 +1841,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
1841
1841
|
modelValue: isMenuOpen.value,
|
|
1842
1842
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isMenuOpen.value = $event),
|
|
1843
1843
|
placement: "bottom-left",
|
|
1844
|
-
"
|
|
1844
|
+
"aria-label": "Menu"
|
|
1845
1845
|
}, {
|
|
1846
1846
|
default: withCtx(() => [
|
|
1847
1847
|
createElementVNode("div", {
|
|
@@ -1868,7 +1868,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
1868
1868
|
}
|
|
1869
1869
|
});
|
|
1870
1870
|
|
|
1871
|
-
const KdsMenuButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1871
|
+
const KdsMenuButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$C, [["__scopeId", "data-v-b9edc498"]]);
|
|
1872
1872
|
|
|
1873
1873
|
const kdsButtonSize = {
|
|
1874
1874
|
XSMALL: "xsmall",
|
|
@@ -1886,7 +1886,7 @@ const kdsButtonVariants = Object.values(kdsButtonVariant);
|
|
|
1886
1886
|
|
|
1887
1887
|
const _hoisted_1$o = { class: "kds-label-wrapper" };
|
|
1888
1888
|
const _hoisted_2$e = ["id", "for", "title"];
|
|
1889
|
-
const _sfc_main$
|
|
1889
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
1890
1890
|
__name: "KdsLabel",
|
|
1891
1891
|
props: {
|
|
1892
1892
|
label: {},
|
|
@@ -1922,11 +1922,11 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
1922
1922
|
}
|
|
1923
1923
|
});
|
|
1924
1924
|
|
|
1925
|
-
const KdsLabel = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1925
|
+
const KdsLabel = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-11fbd55f"]]);
|
|
1926
1926
|
|
|
1927
1927
|
const _hoisted_1$n = ["id"];
|
|
1928
1928
|
const _hoisted_2$d = { class: "subtext-text" };
|
|
1929
|
-
const _sfc_main$
|
|
1929
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
1930
1930
|
__name: "KdsSubText",
|
|
1931
1931
|
props: {
|
|
1932
1932
|
id: {},
|
|
@@ -1963,7 +1963,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
1963
1963
|
}
|
|
1964
1964
|
});
|
|
1965
1965
|
|
|
1966
|
-
const KdsSubText = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
1966
|
+
const KdsSubText = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-df9a85a4"]]);
|
|
1967
1967
|
|
|
1968
1968
|
const _hoisted_1$m = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
|
|
1969
1969
|
const _hoisted_2$c = { class: "control" };
|
|
@@ -1977,7 +1977,7 @@ const _hoisted_6$3 = {
|
|
|
1977
1977
|
key: 0,
|
|
1978
1978
|
class: "subtext-wrapper"
|
|
1979
1979
|
};
|
|
1980
|
-
const _sfc_main$
|
|
1980
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
1981
1981
|
__name: "BaseCheckbox",
|
|
1982
1982
|
props: /* @__PURE__ */ mergeModels({
|
|
1983
1983
|
disabled: { type: Boolean, default: false },
|
|
@@ -2080,9 +2080,9 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
2080
2080
|
}
|
|
2081
2081
|
});
|
|
2082
2082
|
|
|
2083
|
-
const BaseCheckbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2083
|
+
const BaseCheckbox = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-32f17780"]]);
|
|
2084
2084
|
|
|
2085
|
-
const _sfc_main$
|
|
2085
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
2086
2086
|
__name: "KdsCheckbox",
|
|
2087
2087
|
props: /* @__PURE__ */ mergeModels({
|
|
2088
2088
|
disabled: { type: Boolean, default: false },
|
|
@@ -2115,7 +2115,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
2115
2115
|
});
|
|
2116
2116
|
|
|
2117
2117
|
const _hoisted_1$l = ["id", "aria-labelledby", "aria-describedby"];
|
|
2118
|
-
const _sfc_main$
|
|
2118
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
2119
2119
|
__name: "KdsCheckboxGroup",
|
|
2120
2120
|
props: /* @__PURE__ */ mergeModels({
|
|
2121
2121
|
id: {},
|
|
@@ -2204,7 +2204,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
2204
2204
|
}
|
|
2205
2205
|
});
|
|
2206
2206
|
|
|
2207
|
-
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2207
|
+
const KdsCheckboxGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["__scopeId", "data-v-c38eeda5"]]);
|
|
2208
2208
|
|
|
2209
2209
|
const kdsCheckboxGroupAlignment = {
|
|
2210
2210
|
VERTICAL: "vertical",
|
|
@@ -2232,7 +2232,7 @@ const _hoisted_3$9 = {
|
|
|
2232
2232
|
const _hoisted_4$6 = { class: "content" };
|
|
2233
2233
|
const _hoisted_5$4 = { class: "label" };
|
|
2234
2234
|
const _hoisted_6$2 = ["id"];
|
|
2235
|
-
const _sfc_main$
|
|
2235
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
2236
2236
|
__name: "KdsRadioButton",
|
|
2237
2237
|
props: /* @__PURE__ */ mergeModels({
|
|
2238
2238
|
text: {},
|
|
@@ -2294,7 +2294,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
2294
2294
|
}
|
|
2295
2295
|
});
|
|
2296
2296
|
|
|
2297
|
-
const KdsRadioButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2297
|
+
const KdsRadioButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-27c361e4"]]);
|
|
2298
2298
|
|
|
2299
2299
|
const useRadioSelection = ({
|
|
2300
2300
|
selectedId,
|
|
@@ -2417,7 +2417,7 @@ const useRadioSelection = ({
|
|
|
2417
2417
|
};
|
|
2418
2418
|
|
|
2419
2419
|
const _hoisted_1$j = ["id", "aria-labelledby", "aria-describedby"];
|
|
2420
|
-
const _sfc_main$
|
|
2420
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
2421
2421
|
__name: "KdsRadioButtonGroup",
|
|
2422
2422
|
props: /* @__PURE__ */ mergeModels({
|
|
2423
2423
|
id: {},
|
|
@@ -2501,10 +2501,10 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
2501
2501
|
}
|
|
2502
2502
|
});
|
|
2503
2503
|
|
|
2504
|
-
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2504
|
+
const KdsRadioButtonGroup = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-9cc4dcdd"]]);
|
|
2505
2505
|
|
|
2506
2506
|
const _hoisted_1$i = ["aria-checked", "aria-label", "disabled", "tabindex", "title"];
|
|
2507
|
-
const _sfc_main$
|
|
2507
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
2508
2508
|
__name: "ValueSwitchItem",
|
|
2509
2509
|
props: {
|
|
2510
2510
|
selected: { type: Boolean },
|
|
@@ -2559,7 +2559,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
2559
2559
|
}
|
|
2560
2560
|
});
|
|
2561
2561
|
|
|
2562
|
-
const ValueSwitchItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2562
|
+
const ValueSwitchItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__scopeId", "data-v-93f3f577"]]);
|
|
2563
2563
|
|
|
2564
2564
|
const useValueSwitchIconHiding = ({
|
|
2565
2565
|
width,
|
|
@@ -2611,7 +2611,7 @@ const useValueSwitchIconHiding = ({
|
|
|
2611
2611
|
};
|
|
2612
2612
|
|
|
2613
2613
|
const _hoisted_1$h = ["id", "aria-invalid", "aria-labelledby", "aria-describedby"];
|
|
2614
|
-
const _sfc_main$
|
|
2614
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
2615
2615
|
__name: "KdsValueSwitch",
|
|
2616
2616
|
props: /* @__PURE__ */ mergeModels({
|
|
2617
2617
|
id: {},
|
|
@@ -2709,7 +2709,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
2709
2709
|
}
|
|
2710
2710
|
});
|
|
2711
2711
|
|
|
2712
|
-
const KdsValueSwitch = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2712
|
+
const KdsValueSwitch = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["__scopeId", "data-v-666d4c10"]]);
|
|
2713
2713
|
|
|
2714
2714
|
const kdsRadioButtonGroupAlignment = {
|
|
2715
2715
|
VERTICAL: "vertical",
|
|
@@ -2729,7 +2729,7 @@ const kdsValueSwitchVariant = {
|
|
|
2729
2729
|
};
|
|
2730
2730
|
const kdsValueSwitchVariants = Object.values(kdsValueSwitchVariant);
|
|
2731
2731
|
|
|
2732
|
-
const _sfc_main$
|
|
2732
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
2733
2733
|
__name: "BaseFormFieldWrapper",
|
|
2734
2734
|
props: {
|
|
2735
2735
|
id: {},
|
|
@@ -2781,7 +2781,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
2781
2781
|
}
|
|
2782
2782
|
});
|
|
2783
2783
|
|
|
2784
|
-
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2784
|
+
const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["__scopeId", "data-v-5d99c134"]]);
|
|
2785
2785
|
|
|
2786
2786
|
const _hoisted_1$g = {
|
|
2787
2787
|
key: 0,
|
|
@@ -2791,7 +2791,7 @@ const _hoisted_2$a = {
|
|
|
2791
2791
|
key: 1,
|
|
2792
2792
|
class: "leading-slot"
|
|
2793
2793
|
};
|
|
2794
|
-
const _hoisted_3$8 = ["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"];
|
|
2794
|
+
const _hoisted_3$8 = ["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"];
|
|
2795
2795
|
const _hoisted_4$5 = ["aria-disabled"];
|
|
2796
2796
|
const _hoisted_5$3 = {
|
|
2797
2797
|
key: 4,
|
|
@@ -2801,7 +2801,7 @@ const _hoisted_6$1 = {
|
|
|
2801
2801
|
key: 5,
|
|
2802
2802
|
class: "icon-wrapper trailing"
|
|
2803
2803
|
};
|
|
2804
|
-
const _sfc_main$
|
|
2804
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
2805
2805
|
__name: "BaseInput",
|
|
2806
2806
|
props: /* @__PURE__ */ mergeModels({
|
|
2807
2807
|
id: { default: void 0 },
|
|
@@ -2828,6 +2828,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
2828
2828
|
ariaActivedescendant: { default: void 0 },
|
|
2829
2829
|
ariaHaspopup: { default: void 0 },
|
|
2830
2830
|
ariaControls: { default: void 0 },
|
|
2831
|
+
ariaAutocomplete: { default: void 0 },
|
|
2831
2832
|
unit: { default: void 0 },
|
|
2832
2833
|
inputmode: { default: void 0 },
|
|
2833
2834
|
clearable: { type: Boolean, default: false },
|
|
@@ -2914,6 +2915,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
2914
2915
|
"aria-haspopup": props.ariaHaspopup,
|
|
2915
2916
|
"aria-controls": props.ariaControls,
|
|
2916
2917
|
"aria-expanded": props.ariaExpanded,
|
|
2918
|
+
"aria-autocomplete": props.ariaAutocomplete,
|
|
2917
2919
|
class: normalizeClass({ "input-field": true, "has-value": hasValue.value }),
|
|
2918
2920
|
onInput: handleInput,
|
|
2919
2921
|
onFocus: _cache[0] || (_cache[0] = ($event) => emit("focus", $event)),
|
|
@@ -2930,7 +2932,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
2930
2932
|
}),
|
|
2931
2933
|
"aria-disabled": props.disabled || void 0
|
|
2932
2934
|
}, toDisplayString(props.unit), 11, _hoisted_4$5)) : createCommentVNode("", true),
|
|
2933
|
-
props.clearable && hasValue.value && !props.disabled ? (openBlock(), createBlock(_sfc_main$
|
|
2935
|
+
props.clearable && hasValue.value && !props.disabled ? (openBlock(), createBlock(_sfc_main$N, {
|
|
2934
2936
|
key: 3,
|
|
2935
2937
|
class: "clear-button",
|
|
2936
2938
|
type: "button",
|
|
@@ -2954,9 +2956,47 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
2954
2956
|
}
|
|
2955
2957
|
});
|
|
2956
2958
|
|
|
2957
|
-
const BaseInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
2959
|
+
const BaseInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["__scopeId", "data-v-380127b2"]]);
|
|
2958
2960
|
|
|
2959
|
-
const
|
|
2961
|
+
const usePointerHandler = (updateFromEvent) => {
|
|
2962
|
+
const activePointerId = ref(null);
|
|
2963
|
+
const onPointerDown = (event) => {
|
|
2964
|
+
if (event.button !== 0) {
|
|
2965
|
+
return;
|
|
2966
|
+
}
|
|
2967
|
+
const target = event.currentTarget;
|
|
2968
|
+
if (!(target instanceof HTMLElement)) {
|
|
2969
|
+
return;
|
|
2970
|
+
}
|
|
2971
|
+
activePointerId.value = event.pointerId;
|
|
2972
|
+
target.setPointerCapture(event.pointerId);
|
|
2973
|
+
updateFromEvent(event);
|
|
2974
|
+
};
|
|
2975
|
+
const onPointerMove = (event) => {
|
|
2976
|
+
if (activePointerId.value !== event.pointerId) {
|
|
2977
|
+
return;
|
|
2978
|
+
}
|
|
2979
|
+
updateFromEvent(event);
|
|
2980
|
+
};
|
|
2981
|
+
const endPointerInteraction = (event) => {
|
|
2982
|
+
if (activePointerId.value !== event.pointerId) {
|
|
2983
|
+
return;
|
|
2984
|
+
}
|
|
2985
|
+
const target = event.currentTarget;
|
|
2986
|
+
if (target instanceof HTMLElement && target.hasPointerCapture(event.pointerId)) {
|
|
2987
|
+
target.releasePointerCapture(event.pointerId);
|
|
2988
|
+
}
|
|
2989
|
+
activePointerId.value = null;
|
|
2990
|
+
};
|
|
2991
|
+
return {
|
|
2992
|
+
activePointerId,
|
|
2993
|
+
onPointerDown,
|
|
2994
|
+
onPointerMove,
|
|
2995
|
+
onPointerUp: endPointerInteraction
|
|
2996
|
+
};
|
|
2997
|
+
};
|
|
2998
|
+
|
|
2999
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
2960
3000
|
__name: "KdsTextInput",
|
|
2961
3001
|
props: /* @__PURE__ */ mergeModels({
|
|
2962
3002
|
description: {},
|
|
@@ -2969,7 +3009,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
2969
3009
|
preserveSubTextSpace: { type: Boolean, default: false },
|
|
2970
3010
|
placeholder: {},
|
|
2971
3011
|
disabled: { type: Boolean, default: false },
|
|
2972
|
-
autocomplete: {}
|
|
3012
|
+
autocomplete: {},
|
|
3013
|
+
suggestions: {}
|
|
2973
3014
|
}, {
|
|
2974
3015
|
"modelValue": { default: "" },
|
|
2975
3016
|
"modelModifiers": {}
|
|
@@ -2979,11 +3020,89 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
2979
3020
|
const props = __props;
|
|
2980
3021
|
const modelValue = useModel(__props, "modelValue");
|
|
2981
3022
|
const baseInput = useTemplateRef("baseInput");
|
|
3023
|
+
const popoverRef = useTemplateRef("popoverRef");
|
|
3024
|
+
const listContainerRef = useTemplateRef("listContainerRef");
|
|
3025
|
+
const popoverOpen = ref(false);
|
|
3026
|
+
const isFocused = ref(false);
|
|
3027
|
+
const hasSuggestions = computed(() => Boolean(props.suggestions?.length));
|
|
3028
|
+
const filteredSuggestions = computed(() => {
|
|
3029
|
+
if (!props.suggestions) {
|
|
3030
|
+
return [];
|
|
3031
|
+
}
|
|
3032
|
+
const query = modelValue.value.trim().toLowerCase();
|
|
3033
|
+
return props.suggestions.filter((s) => query.length === 0 || s.toLowerCase().includes(query)).map((s, index) => ({
|
|
3034
|
+
id: String(index),
|
|
3035
|
+
text: s
|
|
3036
|
+
}));
|
|
3037
|
+
});
|
|
3038
|
+
const hasFilteredSuggestions = computed(
|
|
3039
|
+
() => filteredSuggestions.value.length > 0
|
|
3040
|
+
);
|
|
3041
|
+
const closePopover = () => {
|
|
3042
|
+
popoverOpen.value = false;
|
|
3043
|
+
listContainerRef.value?.handleBlur();
|
|
3044
|
+
};
|
|
3045
|
+
const onFocus = () => {
|
|
3046
|
+
isFocused.value = true;
|
|
3047
|
+
if (hasFilteredSuggestions.value) {
|
|
3048
|
+
popoverOpen.value = true;
|
|
3049
|
+
listContainerRef.value?.handleFocus();
|
|
3050
|
+
}
|
|
3051
|
+
};
|
|
3052
|
+
const onBlur = () => {
|
|
3053
|
+
isFocused.value = false;
|
|
3054
|
+
closePopover();
|
|
3055
|
+
};
|
|
3056
|
+
watch(hasFilteredSuggestions, (has) => {
|
|
3057
|
+
if (!isFocused.value) {
|
|
3058
|
+
return;
|
|
3059
|
+
}
|
|
3060
|
+
if (has) {
|
|
3061
|
+
popoverOpen.value = true;
|
|
3062
|
+
listContainerRef.value?.handleFocus();
|
|
3063
|
+
} else {
|
|
3064
|
+
closePopover();
|
|
3065
|
+
}
|
|
3066
|
+
});
|
|
3067
|
+
const onKeydown = (event) => {
|
|
3068
|
+
if (!hasFilteredSuggestions.value) {
|
|
3069
|
+
return;
|
|
3070
|
+
}
|
|
3071
|
+
if (!popoverOpen.value) {
|
|
3072
|
+
if (event.key !== "Enter" && event.key !== "Escape") {
|
|
3073
|
+
popoverOpen.value = true;
|
|
3074
|
+
listContainerRef.value?.handleFocus();
|
|
3075
|
+
}
|
|
3076
|
+
return;
|
|
3077
|
+
} else if (event.key === "Escape") {
|
|
3078
|
+
closePopover();
|
|
3079
|
+
event.preventDefault();
|
|
3080
|
+
return;
|
|
3081
|
+
}
|
|
3082
|
+
listContainerRef.value?.handleKeydown(event);
|
|
3083
|
+
};
|
|
3084
|
+
const onItemClick = (id) => {
|
|
3085
|
+
const option = filteredSuggestions.value.find((o) => o.id === id);
|
|
3086
|
+
if (option) {
|
|
3087
|
+
modelValue.value = option.text;
|
|
3088
|
+
}
|
|
3089
|
+
closePopover();
|
|
3090
|
+
};
|
|
3091
|
+
const suggestionId = useId();
|
|
2982
3092
|
__expose({
|
|
2983
3093
|
focus: () => baseInput.value?.focus()
|
|
2984
3094
|
});
|
|
2985
3095
|
return (_ctx, _cache) => {
|
|
2986
|
-
return openBlock(), createBlock(BaseFormFieldWrapper,
|
|
3096
|
+
return openBlock(), createBlock(BaseFormFieldWrapper, {
|
|
3097
|
+
id: props.id,
|
|
3098
|
+
label: props.label,
|
|
3099
|
+
"aria-label": props.ariaLabel,
|
|
3100
|
+
description: props.description,
|
|
3101
|
+
"sub-text": props.subText,
|
|
3102
|
+
error: props.error,
|
|
3103
|
+
validating: props.validating,
|
|
3104
|
+
"preserve-sub-text-space": props.preserveSubTextSpace
|
|
3105
|
+
}, {
|
|
2987
3106
|
default: withCtx((slotProps) => [
|
|
2988
3107
|
createVNode(BaseInput, mergeProps({
|
|
2989
3108
|
ref_key: "baseInput",
|
|
@@ -2995,15 +3114,51 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
2995
3114
|
placeholder: props.placeholder,
|
|
2996
3115
|
disabled: props.disabled,
|
|
2997
3116
|
error: props.error,
|
|
2998
|
-
autocomplete: props.autocomplete
|
|
2999
|
-
|
|
3117
|
+
autocomplete: hasSuggestions.value ? "off" : props.autocomplete,
|
|
3118
|
+
role: hasSuggestions.value ? "combobox" : void 0,
|
|
3119
|
+
"aria-haspopup": hasSuggestions.value ? "listbox" : void 0,
|
|
3120
|
+
"aria-expanded": hasSuggestions.value ? popoverOpen.value : void 0,
|
|
3121
|
+
"aria-autocomplete": hasSuggestions.value ? "list" : void 0,
|
|
3122
|
+
"aria-controls": hasSuggestions.value ? unref(suggestionId) : void 0,
|
|
3123
|
+
"aria-activedescendant": listContainerRef.value?.activeDescendant,
|
|
3124
|
+
style: hasSuggestions.value ? popoverRef.value?.anchorStyle : void 0,
|
|
3125
|
+
onFocus,
|
|
3126
|
+
onBlur,
|
|
3127
|
+
onKeydown
|
|
3128
|
+
}), null, 16, ["modelValue", "placeholder", "disabled", "error", "autocomplete", "role", "aria-haspopup", "aria-expanded", "aria-autocomplete", "aria-controls", "aria-activedescendant", "style"]),
|
|
3129
|
+
hasSuggestions.value ? (openBlock(), createBlock(KdsPopover, {
|
|
3130
|
+
key: 0,
|
|
3131
|
+
ref_key: "popoverRef",
|
|
3132
|
+
ref: popoverRef,
|
|
3133
|
+
modelValue: popoverOpen.value,
|
|
3134
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => popoverOpen.value = $event),
|
|
3135
|
+
placement: "bottom-left",
|
|
3136
|
+
"full-width": "",
|
|
3137
|
+
"popover-type": "manual"
|
|
3138
|
+
}, {
|
|
3139
|
+
default: withCtx(() => [
|
|
3140
|
+
createVNode(unref(KdsListContainer), {
|
|
3141
|
+
id: unref(suggestionId),
|
|
3142
|
+
ref_key: "listContainerRef",
|
|
3143
|
+
ref: listContainerRef,
|
|
3144
|
+
class: "kds-text-input-suggestions",
|
|
3145
|
+
"possible-values": filteredSuggestions.value,
|
|
3146
|
+
"controlled-externally": "",
|
|
3147
|
+
"aria-label": "Suggestions",
|
|
3148
|
+
onItemClick
|
|
3149
|
+
}, null, 8, ["id", "possible-values"])
|
|
3150
|
+
]),
|
|
3151
|
+
_: 1
|
|
3152
|
+
}, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
3000
3153
|
]),
|
|
3001
3154
|
_: 1
|
|
3002
|
-
},
|
|
3155
|
+
}, 8, ["id", "label", "aria-label", "description", "sub-text", "error", "validating", "preserve-sub-text-space"]);
|
|
3003
3156
|
};
|
|
3004
3157
|
}
|
|
3005
3158
|
});
|
|
3006
3159
|
|
|
3160
|
+
const KdsTextInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["__scopeId", "data-v-e06ba773"]]);
|
|
3161
|
+
|
|
3007
3162
|
const HEX_RADIX = 16;
|
|
3008
3163
|
const RGB_MAX = 255;
|
|
3009
3164
|
const HUE_MAX_DEG$1 = 360;
|
|
@@ -3124,44 +3279,6 @@ const hsvToRgb = ({ h, s, v }) => {
|
|
|
3124
3279
|
};
|
|
3125
3280
|
const hsvToHex = (hsv) => rgbToHex(hsvToRgb(hsv));
|
|
3126
3281
|
|
|
3127
|
-
const usePointerHandler = (updateFromEvent) => {
|
|
3128
|
-
const activePointerId = ref(null);
|
|
3129
|
-
const onPointerDown = (event) => {
|
|
3130
|
-
if (event.button !== 0) {
|
|
3131
|
-
return;
|
|
3132
|
-
}
|
|
3133
|
-
const target = event.currentTarget;
|
|
3134
|
-
if (!(target instanceof HTMLElement)) {
|
|
3135
|
-
return;
|
|
3136
|
-
}
|
|
3137
|
-
activePointerId.value = event.pointerId;
|
|
3138
|
-
target.setPointerCapture(event.pointerId);
|
|
3139
|
-
updateFromEvent(event);
|
|
3140
|
-
};
|
|
3141
|
-
const onPointerMove = (event) => {
|
|
3142
|
-
if (activePointerId.value !== event.pointerId) {
|
|
3143
|
-
return;
|
|
3144
|
-
}
|
|
3145
|
-
updateFromEvent(event);
|
|
3146
|
-
};
|
|
3147
|
-
const endPointerInteraction = (event) => {
|
|
3148
|
-
if (activePointerId.value !== event.pointerId) {
|
|
3149
|
-
return;
|
|
3150
|
-
}
|
|
3151
|
-
const target = event.currentTarget;
|
|
3152
|
-
if (target instanceof HTMLElement && target.hasPointerCapture(event.pointerId)) {
|
|
3153
|
-
target.releasePointerCapture(event.pointerId);
|
|
3154
|
-
}
|
|
3155
|
-
activePointerId.value = null;
|
|
3156
|
-
};
|
|
3157
|
-
return {
|
|
3158
|
-
activePointerId,
|
|
3159
|
-
onPointerDown,
|
|
3160
|
-
onPointerMove,
|
|
3161
|
-
onPointerUp: endPointerInteraction
|
|
3162
|
-
};
|
|
3163
|
-
};
|
|
3164
|
-
|
|
3165
3282
|
const _hoisted_1$f = { class: "kds-color-picker" };
|
|
3166
3283
|
const _hoisted_2$9 = ["aria-valuetext"];
|
|
3167
3284
|
const _hoisted_3$7 = ["aria-valuenow", "aria-valuetext"];
|
|
@@ -3176,7 +3293,7 @@ const KEYBOARD_LARGE_STEP = 0.1;
|
|
|
3176
3293
|
const HUE_KEYBOARD_STEP_DEG = 1;
|
|
3177
3294
|
const HUE_KEYBOARD_LARGE_STEP_DEG = 10;
|
|
3178
3295
|
const TO_BOTTOM_GRADIENT = "linear-gradient(to bottom, transparent, black)";
|
|
3179
|
-
const _sfc_main$
|
|
3296
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
3180
3297
|
__name: "ColorPicker",
|
|
3181
3298
|
props: {
|
|
3182
3299
|
"modelValue": { default: "" },
|
|
@@ -3348,9 +3465,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
3348
3465
|
(...args) => unref(onColorspacePointerMove) && unref(onColorspacePointerMove)(...args),
|
|
3349
3466
|
["prevent"]
|
|
3350
3467
|
)),
|
|
3351
|
-
|
|
3352
|
-
(...args) => unref(onColorspacePointerUp) && unref(onColorspacePointerUp)(...args)),
|
|
3353
|
-
onPointercancel: _cache[3] || (_cache[3] = //@ts-ignore
|
|
3468
|
+
onLostpointercapture: _cache[2] || (_cache[2] = //@ts-ignore
|
|
3354
3469
|
(...args) => unref(onColorspacePointerUp) && unref(onColorspacePointerUp)(...args)),
|
|
3355
3470
|
onKeydown: onColorspaceKeyDown
|
|
3356
3471
|
}, [
|
|
@@ -3370,19 +3485,17 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
3370
3485
|
"aria-valuemax": HUE_MAX_DEG,
|
|
3371
3486
|
"aria-valuetext": hueValueText.value,
|
|
3372
3487
|
tabindex: "0",
|
|
3373
|
-
onPointerdown: _cache[
|
|
3488
|
+
onPointerdown: _cache[3] || (_cache[3] = withModifiers(
|
|
3374
3489
|
//@ts-ignore
|
|
3375
3490
|
(...args) => unref(onHuePointerDown) && unref(onHuePointerDown)(...args),
|
|
3376
3491
|
["prevent"]
|
|
3377
3492
|
)),
|
|
3378
|
-
onPointermove: _cache[
|
|
3493
|
+
onPointermove: _cache[4] || (_cache[4] = withModifiers(
|
|
3379
3494
|
//@ts-ignore
|
|
3380
3495
|
(...args) => unref(onHuePointerMove) && unref(onHuePointerMove)(...args),
|
|
3381
3496
|
["prevent"]
|
|
3382
3497
|
)),
|
|
3383
|
-
|
|
3384
|
-
(...args) => unref(onHuePointerUp) && unref(onHuePointerUp)(...args)),
|
|
3385
|
-
onPointercancel: _cache[7] || (_cache[7] = //@ts-ignore
|
|
3498
|
+
onLostpointercapture: _cache[5] || (_cache[5] = //@ts-ignore
|
|
3386
3499
|
(...args) => unref(onHuePointerUp) && unref(onHuePointerUp)(...args)),
|
|
3387
3500
|
onKeydown: onHueKeyDown
|
|
3388
3501
|
}, [
|
|
@@ -3391,7 +3504,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
3391
3504
|
style: normalizeStyle(hueHandleStyle.value)
|
|
3392
3505
|
}, null, 4)
|
|
3393
3506
|
], 40, _hoisted_3$7),
|
|
3394
|
-
createVNode(
|
|
3507
|
+
createVNode(KdsTextInput, {
|
|
3395
3508
|
"model-value": modelValue.value,
|
|
3396
3509
|
"aria-label": "Color hex value",
|
|
3397
3510
|
placeholder: "#FFFFFF",
|
|
@@ -3402,7 +3515,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
3402
3515
|
}
|
|
3403
3516
|
});
|
|
3404
3517
|
|
|
3405
|
-
const ColorPicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
3518
|
+
const ColorPicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["__scopeId", "data-v-2a488ace"]]);
|
|
3406
3519
|
|
|
3407
3520
|
const HEX_LENGTH_1 = 1;
|
|
3408
3521
|
const HEX_LENGTH_2 = 2;
|
|
@@ -3462,7 +3575,7 @@ const useColorInputValidationOnFocusOut = (modelValue) => {
|
|
|
3462
3575
|
return { handleFocusOut };
|
|
3463
3576
|
};
|
|
3464
3577
|
|
|
3465
|
-
const _sfc_main$
|
|
3578
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
3466
3579
|
__name: "KdsColorInput",
|
|
3467
3580
|
props: /* @__PURE__ */ mergeModels({
|
|
3468
3581
|
description: {},
|
|
@@ -3521,7 +3634,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
3521
3634
|
}, null, 8, ["color", "style"])
|
|
3522
3635
|
]),
|
|
3523
3636
|
trailing: withCtx(() => [
|
|
3524
|
-
createVNode(unref(_sfc_main$
|
|
3637
|
+
createVNode(unref(_sfc_main$L), {
|
|
3525
3638
|
modelValue: open.value,
|
|
3526
3639
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
3527
3640
|
size: "xsmall",
|
|
@@ -3543,7 +3656,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
3543
3656
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => open.value = $event),
|
|
3544
3657
|
placement: "bottom-right",
|
|
3545
3658
|
role: "dialog",
|
|
3546
|
-
"
|
|
3659
|
+
"aria-label": "Color picker"
|
|
3547
3660
|
}, {
|
|
3548
3661
|
default: withCtx(() => [
|
|
3549
3662
|
createVNode(ColorPicker, {
|
|
@@ -3561,6 +3674,161 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
3561
3674
|
}
|
|
3562
3675
|
});
|
|
3563
3676
|
|
|
3677
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
3678
|
+
__name: "KdsPasswordInput",
|
|
3679
|
+
props: /* @__PURE__ */ mergeModels({
|
|
3680
|
+
description: {},
|
|
3681
|
+
label: {},
|
|
3682
|
+
ariaLabel: {},
|
|
3683
|
+
id: {},
|
|
3684
|
+
subText: {},
|
|
3685
|
+
error: { type: Boolean, default: false },
|
|
3686
|
+
validating: { type: Boolean, default: false },
|
|
3687
|
+
preserveSubTextSpace: { type: Boolean, default: false },
|
|
3688
|
+
placeholder: {},
|
|
3689
|
+
disabled: { type: Boolean, default: false },
|
|
3690
|
+
variant: { default: "password" },
|
|
3691
|
+
showVisibilityToggle: { type: Boolean, default: true },
|
|
3692
|
+
toggleLabel: {},
|
|
3693
|
+
autocomplete: {}
|
|
3694
|
+
}, {
|
|
3695
|
+
"modelValue": { default: "" },
|
|
3696
|
+
"modelModifiers": {}
|
|
3697
|
+
}),
|
|
3698
|
+
emits: ["update:modelValue"],
|
|
3699
|
+
setup(__props, { expose: __expose }) {
|
|
3700
|
+
const props = __props;
|
|
3701
|
+
const modelValue = useModel(__props, "modelValue");
|
|
3702
|
+
const showValue = ref(false);
|
|
3703
|
+
const preventBlurFromToggle = ref(false);
|
|
3704
|
+
const input = useTemplateRef("input");
|
|
3705
|
+
const effectiveToggleLabel = computed(
|
|
3706
|
+
() => props.toggleLabel ?? (props.variant === "key" ? "Key" : "Password")
|
|
3707
|
+
);
|
|
3708
|
+
const handleBlur = () => {
|
|
3709
|
+
if (preventBlurFromToggle.value) {
|
|
3710
|
+
input.value?.focus();
|
|
3711
|
+
}
|
|
3712
|
+
};
|
|
3713
|
+
__expose({
|
|
3714
|
+
focus: () => input.value?.focus()
|
|
3715
|
+
});
|
|
3716
|
+
return (_ctx, _cache) => {
|
|
3717
|
+
return openBlock(), createBlock(BaseFormFieldWrapper, normalizeProps(guardReactiveProps(props)), {
|
|
3718
|
+
default: withCtx((slotProps) => [
|
|
3719
|
+
createVNode(BaseInput, mergeProps({
|
|
3720
|
+
ref_key: "input",
|
|
3721
|
+
ref: input
|
|
3722
|
+
}, slotProps, {
|
|
3723
|
+
modelValue: modelValue.value,
|
|
3724
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => modelValue.value = $event),
|
|
3725
|
+
type: showValue.value && props.showVisibilityToggle ? "text" : "password",
|
|
3726
|
+
"leading-icon": props.variant === "key" ? "key" : "lock",
|
|
3727
|
+
placeholder: props.placeholder,
|
|
3728
|
+
disabled: props.disabled,
|
|
3729
|
+
error: props.error,
|
|
3730
|
+
autocomplete: props.autocomplete,
|
|
3731
|
+
onBlur: handleBlur
|
|
3732
|
+
}), {
|
|
3733
|
+
trailing: withCtx(() => [
|
|
3734
|
+
props.showVisibilityToggle ? (openBlock(), createBlock(_sfc_main$L, {
|
|
3735
|
+
key: 0,
|
|
3736
|
+
modelValue: showValue.value,
|
|
3737
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showValue.value = $event),
|
|
3738
|
+
type: "button",
|
|
3739
|
+
variant: "outlined",
|
|
3740
|
+
size: "xsmall",
|
|
3741
|
+
"leading-icon": "eye",
|
|
3742
|
+
"aria-label": showValue.value ? `Hide ${effectiveToggleLabel.value}` : `Show ${effectiveToggleLabel.value}`,
|
|
3743
|
+
title: showValue.value ? `Hide ${effectiveToggleLabel.value}` : `Show ${effectiveToggleLabel.value}`,
|
|
3744
|
+
disabled: props.disabled,
|
|
3745
|
+
onPointerdown: _cache[1] || (_cache[1] = ($event) => preventBlurFromToggle.value = true),
|
|
3746
|
+
onPointerup: _cache[2] || (_cache[2] = ($event) => preventBlurFromToggle.value = false),
|
|
3747
|
+
onPointercancel: _cache[3] || (_cache[3] = ($event) => preventBlurFromToggle.value = false),
|
|
3748
|
+
onClick: _cache[4] || (_cache[4] = ($event) => preventBlurFromToggle.value = false)
|
|
3749
|
+
}, null, 8, ["modelValue", "aria-label", "title", "disabled"])) : createCommentVNode("", true)
|
|
3750
|
+
]),
|
|
3751
|
+
_: 1
|
|
3752
|
+
}, 16, ["modelValue", "type", "leading-icon", "placeholder", "disabled", "error", "autocomplete"])
|
|
3753
|
+
]),
|
|
3754
|
+
_: 1
|
|
3755
|
+
}, 16);
|
|
3756
|
+
};
|
|
3757
|
+
}
|
|
3758
|
+
});
|
|
3759
|
+
|
|
3760
|
+
const kdsPasswordInputVariant = {
|
|
3761
|
+
PASSWORD: "password",
|
|
3762
|
+
KEY: "key"
|
|
3763
|
+
};
|
|
3764
|
+
const kdsPasswordInputVariants = Object.values(kdsPasswordInputVariant);
|
|
3765
|
+
const kdsPasswordInputAutocomplete = {
|
|
3766
|
+
CURRENT_PASSWORD: "current-password",
|
|
3767
|
+
NEW_PASSWORD: "new-password",
|
|
3768
|
+
ONE_TIME_CODE: "one-time-code",
|
|
3769
|
+
OFF: "off"
|
|
3770
|
+
};
|
|
3771
|
+
const kdsPasswordInputAutocompletes = Object.values(
|
|
3772
|
+
kdsPasswordInputAutocomplete
|
|
3773
|
+
);
|
|
3774
|
+
|
|
3775
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
3776
|
+
__name: "KdsUsernameInput",
|
|
3777
|
+
props: /* @__PURE__ */ mergeModels({
|
|
3778
|
+
description: {},
|
|
3779
|
+
label: {},
|
|
3780
|
+
ariaLabel: {},
|
|
3781
|
+
id: {},
|
|
3782
|
+
subText: {},
|
|
3783
|
+
error: { type: Boolean, default: false },
|
|
3784
|
+
validating: { type: Boolean, default: false },
|
|
3785
|
+
preserveSubTextSpace: { type: Boolean, default: false },
|
|
3786
|
+
placeholder: {},
|
|
3787
|
+
disabled: { type: Boolean, default: false },
|
|
3788
|
+
autocomplete: {}
|
|
3789
|
+
}, {
|
|
3790
|
+
"modelValue": { default: "" },
|
|
3791
|
+
"modelModifiers": {}
|
|
3792
|
+
}),
|
|
3793
|
+
emits: ["update:modelValue"],
|
|
3794
|
+
setup(__props, { expose: __expose }) {
|
|
3795
|
+
const props = __props;
|
|
3796
|
+
const modelValue = useModel(__props, "modelValue");
|
|
3797
|
+
const baseInput = useTemplateRef("baseInput");
|
|
3798
|
+
__expose({
|
|
3799
|
+
focus: () => baseInput.value?.focus()
|
|
3800
|
+
});
|
|
3801
|
+
return (_ctx, _cache) => {
|
|
3802
|
+
return openBlock(), createBlock(BaseFormFieldWrapper, normalizeProps(guardReactiveProps(props)), {
|
|
3803
|
+
default: withCtx((slotProps) => [
|
|
3804
|
+
createVNode(BaseInput, mergeProps({
|
|
3805
|
+
ref_key: "baseInput",
|
|
3806
|
+
ref: baseInput
|
|
3807
|
+
}, slotProps, {
|
|
3808
|
+
modelValue: modelValue.value,
|
|
3809
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => modelValue.value = $event),
|
|
3810
|
+
type: "text",
|
|
3811
|
+
"leading-icon": "user",
|
|
3812
|
+
placeholder: props.placeholder,
|
|
3813
|
+
disabled: props.disabled,
|
|
3814
|
+
error: props.error,
|
|
3815
|
+
autocomplete: props.autocomplete
|
|
3816
|
+
}), null, 16, ["modelValue", "placeholder", "disabled", "error", "autocomplete"])
|
|
3817
|
+
]),
|
|
3818
|
+
_: 1
|
|
3819
|
+
}, 16);
|
|
3820
|
+
};
|
|
3821
|
+
}
|
|
3822
|
+
});
|
|
3823
|
+
|
|
3824
|
+
const kdsUsernameInputAutocomplete = {
|
|
3825
|
+
USERNAME: "username",
|
|
3826
|
+
OFF: "off"
|
|
3827
|
+
};
|
|
3828
|
+
const kdsUsernameInputAutocompletes = Object.values(
|
|
3829
|
+
kdsUsernameInputAutocomplete
|
|
3830
|
+
);
|
|
3831
|
+
|
|
3564
3832
|
var top = 'top';
|
|
3565
3833
|
var bottom = 'bottom';
|
|
3566
3834
|
var right = 'right';
|
|
@@ -13682,7 +13950,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
13682
13950
|
onBlur: onTextInputBlur
|
|
13683
13951
|
}), {
|
|
13684
13952
|
trailing: withCtx(() => [
|
|
13685
|
-
createVNode(_sfc_main$
|
|
13953
|
+
createVNode(_sfc_main$L, {
|
|
13686
13954
|
modelValue: popoverIsVisible.value,
|
|
13687
13955
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => popoverIsVisible.value = $event),
|
|
13688
13956
|
type: "button",
|
|
@@ -13703,7 +13971,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
13703
13971
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => popoverIsVisible.value = $event),
|
|
13704
13972
|
placement: "bottom-right",
|
|
13705
13973
|
role: "dialog",
|
|
13706
|
-
"
|
|
13974
|
+
"aria-label": "Date picker"
|
|
13707
13975
|
}, {
|
|
13708
13976
|
default: withCtx(() => [
|
|
13709
13977
|
popoverIsVisible.value ? (openBlock(), createBlock(unref(DatePicker), {
|
|
@@ -13953,7 +14221,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
13953
14221
|
autocomplete: props.autocomplete
|
|
13954
14222
|
}), {
|
|
13955
14223
|
trailing: withCtx(() => [
|
|
13956
|
-
createVNode(unref(_sfc_main$
|
|
14224
|
+
createVNode(unref(_sfc_main$L), {
|
|
13957
14225
|
modelValue: open.value,
|
|
13958
14226
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => open.value = $event),
|
|
13959
14227
|
size: "xsmall",
|
|
@@ -13975,7 +14243,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
13975
14243
|
modelValue: open.value,
|
|
13976
14244
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => open.value = $event),
|
|
13977
14245
|
placement: "bottom-right",
|
|
13978
|
-
"
|
|
14246
|
+
"aria-label": "Date time format selection dialog"
|
|
13979
14247
|
}, {
|
|
13980
14248
|
default: withCtx(() => [
|
|
13981
14249
|
createVNode(DateTimeFormatPopover, {
|
|
@@ -14328,7 +14596,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
14328
14596
|
onBlur: handleBlur
|
|
14329
14597
|
}), {
|
|
14330
14598
|
trailing: withCtx(() => [
|
|
14331
|
-
createVNode(_sfc_main$
|
|
14599
|
+
createVNode(_sfc_main$N, {
|
|
14332
14600
|
type: "button",
|
|
14333
14601
|
size: "xsmall",
|
|
14334
14602
|
variant: "outlined",
|
|
@@ -14341,7 +14609,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
14341
14609
|
onPointerleave: stopRepeating,
|
|
14342
14610
|
onPointercancel: stopRepeating
|
|
14343
14611
|
}, null, 8, ["aria-label", "disabled"]),
|
|
14344
|
-
createVNode(_sfc_main$
|
|
14612
|
+
createVNode(_sfc_main$N, {
|
|
14345
14613
|
type: "button",
|
|
14346
14614
|
size: "xsmall",
|
|
14347
14615
|
variant: "outlined",
|
|
@@ -14529,7 +14797,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
14529
14797
|
clearable: ""
|
|
14530
14798
|
}), {
|
|
14531
14799
|
trailing: withCtx(() => [
|
|
14532
|
-
createVNode(_sfc_main$
|
|
14800
|
+
createVNode(_sfc_main$L, {
|
|
14533
14801
|
modelValue: caseSensitive.value,
|
|
14534
14802
|
"onUpdate:modelValue": [
|
|
14535
14803
|
_cache[0] || (_cache[0] = ($event) => caseSensitive.value = $event),
|
|
@@ -14542,7 +14810,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
14542
14810
|
"aria-label": caseSensitiveAriaLabel.value,
|
|
14543
14811
|
disabled: props.disabled
|
|
14544
14812
|
}, null, 8, ["modelValue", "title", "aria-label", "disabled"]),
|
|
14545
|
-
createVNode(_sfc_main$
|
|
14813
|
+
createVNode(_sfc_main$L, {
|
|
14546
14814
|
modelValue: excludeMatches.value,
|
|
14547
14815
|
"onUpdate:modelValue": [
|
|
14548
14816
|
_cache[1] || (_cache[1] = ($event) => excludeMatches.value = $event),
|
|
@@ -14555,7 +14823,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
14555
14823
|
"aria-label": excludeMatchesAriaLabel.value,
|
|
14556
14824
|
disabled: props.disabled
|
|
14557
14825
|
}, null, 8, ["modelValue", "title", "aria-label", "disabled"]),
|
|
14558
|
-
createVNode(_sfc_main$
|
|
14826
|
+
createVNode(_sfc_main$L, {
|
|
14559
14827
|
modelValue: useRegex.value,
|
|
14560
14828
|
"onUpdate:modelValue": [
|
|
14561
14829
|
_cache[2] || (_cache[2] = ($event) => useRegex.value = $event),
|
|
@@ -14700,7 +14968,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
14700
14968
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => resultsOpen.value = $event),
|
|
14701
14969
|
"full-width": "",
|
|
14702
14970
|
"popover-type": "manual",
|
|
14703
|
-
"
|
|
14971
|
+
"aria-label": "Search results container"
|
|
14704
14972
|
}, {
|
|
14705
14973
|
default: withCtx(() => [
|
|
14706
14974
|
createElementVNode("div", {
|
|
@@ -14729,7 +14997,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
14729
14997
|
}
|
|
14730
14998
|
});
|
|
14731
14999
|
|
|
14732
|
-
const KdsSearchInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["__scopeId", "data-v-
|
|
15000
|
+
const KdsSearchInput = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["__scopeId", "data-v-622ba27e"]]);
|
|
14733
15001
|
|
|
14734
15002
|
const _hoisted_1$c = ["rows", "placeholder", "disabled", "autocomplete"];
|
|
14735
15003
|
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
@@ -14885,7 +15153,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
14885
15153
|
onKeydown
|
|
14886
15154
|
}, [
|
|
14887
15155
|
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$5, [
|
|
14888
|
-
createVNode(_sfc_main$
|
|
15156
|
+
createVNode(_sfc_main$I, {
|
|
14889
15157
|
accessory: props.accessory,
|
|
14890
15158
|
size: "medium"
|
|
14891
15159
|
}, null, 8, ["accessory"])
|
|
@@ -15005,14 +15273,14 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
15005
15273
|
"empty-text": props.emptyText,
|
|
15006
15274
|
"controlled-externally": "",
|
|
15007
15275
|
"aria-label": "Dropdown options",
|
|
15008
|
-
onItemClick: _cache[4] || (_cache[4] = ($event) => $event && (modelValue.value = $event))
|
|
15276
|
+
onItemClick: _cache[4] || (_cache[4] = ($event) => $event !== void 0 && (modelValue.value = $event))
|
|
15009
15277
|
}, null, 8, ["class", "possible-values", "loading", "empty-text"])
|
|
15010
15278
|
]);
|
|
15011
15279
|
};
|
|
15012
15280
|
}
|
|
15013
15281
|
});
|
|
15014
15282
|
|
|
15015
|
-
const DropdownContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["__scopeId", "data-v-
|
|
15283
|
+
const DropdownContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["__scopeId", "data-v-9f49ff8b"]]);
|
|
15016
15284
|
|
|
15017
15285
|
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
15018
15286
|
__name: "KdsDropdown",
|
|
@@ -15086,7 +15354,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
15086
15354
|
placement: "bottom-left",
|
|
15087
15355
|
role: "dialog",
|
|
15088
15356
|
"full-width": "",
|
|
15089
|
-
"
|
|
15357
|
+
"aria-label": "Searchable dropdown options"
|
|
15090
15358
|
}, {
|
|
15091
15359
|
default: withCtx(() => [
|
|
15092
15360
|
createVNode(DropdownContainer, {
|
|
@@ -15298,7 +15566,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
15298
15566
|
"empty-text": props.emptyText,
|
|
15299
15567
|
"controlled-externally": "",
|
|
15300
15568
|
"aria-label": "Dropdown options",
|
|
15301
|
-
onItemClick: _cache[4] || (_cache[4] = ($event) => $event && onItemClick($event))
|
|
15569
|
+
onItemClick: _cache[4] || (_cache[4] = ($event) => $event !== void 0 && onItemClick($event))
|
|
15302
15570
|
}, null, 8, ["class", "possible-values", "loading", "empty-text"]),
|
|
15303
15571
|
!props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$2, [
|
|
15304
15572
|
createVNode(unref(KdsListItemButton), {
|
|
@@ -15313,7 +15581,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
15313
15581
|
}
|
|
15314
15582
|
});
|
|
15315
15583
|
|
|
15316
|
-
const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["__scopeId", "data-v-
|
|
15584
|
+
const MultiSelectDropdownContainer = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["__scopeId", "data-v-be1b84c3"]]);
|
|
15317
15585
|
|
|
15318
15586
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
15319
15587
|
__name: "KdsMultiSelectDropdown",
|
|
@@ -15415,7 +15683,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
15415
15683
|
placement: "bottom-left",
|
|
15416
15684
|
role: "dialog",
|
|
15417
15685
|
"full-width": "",
|
|
15418
|
-
"
|
|
15686
|
+
"aria-label": "Multi select dropdown options"
|
|
15419
15687
|
}, {
|
|
15420
15688
|
default: withCtx(() => [
|
|
15421
15689
|
createVNode(MultiSelectDropdownContainer, {
|
|
@@ -15511,7 +15779,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
15511
15779
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => modelValue.value = $event),
|
|
15512
15780
|
placement: "top-right",
|
|
15513
15781
|
role: "dialog",
|
|
15514
|
-
"
|
|
15782
|
+
"aria-label": "Description"
|
|
15515
15783
|
}, {
|
|
15516
15784
|
default: withCtx(() => [
|
|
15517
15785
|
createVNode(InfoPopover, {
|
|
@@ -15530,7 +15798,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
15530
15798
|
}
|
|
15531
15799
|
});
|
|
15532
15800
|
|
|
15533
|
-
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["__scopeId", "data-v-
|
|
15801
|
+
const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["__scopeId", "data-v-b1e3f011"]]);
|
|
15534
15802
|
|
|
15535
15803
|
const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
15536
15804
|
__proto__: null,
|
|
@@ -15655,7 +15923,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
15655
15923
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => modelValue.value = $event),
|
|
15656
15924
|
placement: "bottom-right",
|
|
15657
15925
|
role: "dialog",
|
|
15658
|
-
"
|
|
15926
|
+
"aria-label": "Flow Variable settings"
|
|
15659
15927
|
}, {
|
|
15660
15928
|
default: withCtx(() => [
|
|
15661
15929
|
modelValue.value ? (openBlock(), createBlock(VariablePopover, {
|
|
@@ -15675,7 +15943,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
15675
15943
|
}
|
|
15676
15944
|
});
|
|
15677
15945
|
|
|
15678
|
-
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["__scopeId", "data-v-
|
|
15946
|
+
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["__scopeId", "data-v-f4f626d4"]]);
|
|
15679
15947
|
|
|
15680
15948
|
const _hoisted_1$3 = ["aria-label", "aria-labelledby", "aria-pressed", "disabled"];
|
|
15681
15949
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
@@ -15812,7 +16080,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
15812
16080
|
size: "medium"
|
|
15813
16081
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
15814
16082
|
createElementVNode("div", _hoisted_2$1, toDisplayString(props.headline), 1),
|
|
15815
|
-
createVNode(_sfc_main$
|
|
16083
|
+
createVNode(_sfc_main$N, {
|
|
15816
16084
|
"leading-icon": "x-close",
|
|
15817
16085
|
variant: "transparent",
|
|
15818
16086
|
size: "medium",
|
|
@@ -16085,7 +16353,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16085
16353
|
unref(internal).isTemplateBasedConfirm(unref(config).value) ? (openBlock(), createBlock(resolveDynamicComponent(unref(config).value.component), { key: 0 })) : (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
16086
16354
|
createElementVNode("div", _hoisted_2, toDisplayString(unref(config).value.message), 1),
|
|
16087
16355
|
unref(config).value.doNotAskAgain ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
16088
|
-
createVNode(_sfc_main$
|
|
16356
|
+
createVNode(_sfc_main$y, {
|
|
16089
16357
|
modelValue: askAgain.value,
|
|
16090
16358
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => askAgain.value = $event),
|
|
16091
16359
|
label: unref(config).value.doNotAskAgain.label,
|
|
@@ -16100,7 +16368,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16100
16368
|
name: "footer",
|
|
16101
16369
|
fn: withCtx(() => [
|
|
16102
16370
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(config).value.buttons, (button, index) => {
|
|
16103
|
-
return openBlock(), createBlock(_sfc_main$
|
|
16371
|
+
return openBlock(), createBlock(_sfc_main$N, {
|
|
16104
16372
|
key: index,
|
|
16105
16373
|
destructive: button.destructive,
|
|
16106
16374
|
autofocus: button.autofocus,
|
|
@@ -16132,5 +16400,5 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16132
16400
|
|
|
16133
16401
|
const KdsDynamicModalProvider = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["__scopeId", "data-v-41fc8d84"]]);
|
|
16134
16402
|
|
|
16135
|
-
export { KdsAvatar, KdsBadge, _sfc_main$
|
|
16403
|
+
export { KdsAvatar, KdsBadge, _sfc_main$N as KdsButton, KdsCardClickable, _sfc_main$y as KdsCheckbox, KdsCheckboxGroup, _sfc_main$o as KdsColorInput, KdsColorSwatch, KdsDataType, _sfc_main$k as KdsDateInput, _sfc_main$i as KdsDateTimeFormatInput, _sfc_main$b as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, KdsLabel, _sfc_main$M as KdsLinkButton, KdsLiveStatus, KdsLoadingSpinner, KdsMenuButton, KdsModal, KdsModalLayout, _sfc_main$8 as KdsMultiSelectDropdown, _sfc_main$h as KdsNumberInput, _sfc_main$n as KdsPasswordInput, _sfc_main$g as KdsPatternInput, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsSearchInput, KdsSubText, KdsTextInput, KdsTextarea, _sfc_main$L as KdsToggleButton, _sfc_main$m as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsTemporalType, kdsTemporalTypes, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
|
|
16136
16404
|
//# sourceMappingURL=index.js.map
|