@knime/kds-components 0.27.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +70 -70
- package/dist/index.js +254 -174
- package/dist/index.js.map +1 -1
- package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -1
- package/dist/src/layouts/Card/BaseCard.vue.d.ts +5 -6
- package/dist/src/layouts/Card/BaseCard.vue.d.ts.map +1 -1
- package/dist/src/layouts/{ContainerHeader/KdsContainerHeader.vue.d.ts → Card/CardHeader.vue.d.ts} +5 -3
- package/dist/src/layouts/Card/CardHeader.vue.d.ts.map +1 -0
- package/dist/src/layouts/Card/KdsCard.vue.d.ts +4 -5
- package/dist/src/layouts/Card/KdsCard.vue.d.ts.map +1 -1
- package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts +6 -12
- package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts.map +1 -1
- package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts +6 -12
- package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts.map +1 -1
- package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts +6 -12
- package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts.map +1 -1
- package/dist/src/layouts/Card/types.d.ts +8 -5
- package/dist/src/layouts/Card/types.d.ts.map +1 -1
- package/dist/src/layouts/index.d.ts +0 -2
- package/dist/src/layouts/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/src/layouts/ContainerHeader/KdsContainerHeader.vue.d.ts.map +0 -1
- package/dist/src/layouts/ContainerHeader/index.d.ts +0 -3
- package/dist/src/layouts/ContainerHeader/index.d.ts.map +0 -1
- package/dist/src/layouts/ContainerHeader/types.d.ts +0 -7
- package/dist/src/layouts/ContainerHeader/types.d.ts.map +0 -1
package/dist/index.js
CHANGED
|
@@ -969,7 +969,7 @@ const kdsLoadingSpinnerVariants = Object.values(
|
|
|
969
969
|
const _hoisted_1$U = ["role"];
|
|
970
970
|
const _hoisted_2$z = { class: "header" };
|
|
971
971
|
const _hoisted_3$r = { class: "headline" };
|
|
972
|
-
const _hoisted_4$
|
|
972
|
+
const _hoisted_4$m = {
|
|
973
973
|
key: 0,
|
|
974
974
|
class: "body"
|
|
975
975
|
};
|
|
@@ -1012,7 +1012,7 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
|
1012
1012
|
}, null, 8, ["name"]),
|
|
1013
1013
|
createElementVNode("div", _hoisted_3$r, toDisplayString(props.headline), 1)
|
|
1014
1014
|
]),
|
|
1015
|
-
props.description ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
1015
|
+
props.description ? (openBlock(), createElementBlock("div", _hoisted_4$m, toDisplayString(props.description), 1)) : createCommentVNode("", true)
|
|
1016
1016
|
], 10, _hoisted_1$U);
|
|
1017
1017
|
};
|
|
1018
1018
|
}
|
|
@@ -1031,13 +1031,13 @@ const kdsInlineMessageVariants = Object.values(kdsInlineMessageVariant);
|
|
|
1031
1031
|
const _hoisted_1$T = { class: "donut-container" };
|
|
1032
1032
|
const _hoisted_2$y = ["height", "width", "viewBox"];
|
|
1033
1033
|
const _hoisted_3$q = ["r", "stroke-width"];
|
|
1034
|
-
const _hoisted_4$
|
|
1034
|
+
const _hoisted_4$l = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1035
1035
|
const _hoisted_5$b = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1036
1036
|
const _hoisted_6$9 = {
|
|
1037
1037
|
key: 0,
|
|
1038
1038
|
class: "donut-text"
|
|
1039
1039
|
};
|
|
1040
|
-
const _hoisted_7$
|
|
1040
|
+
const _hoisted_7$3 = { class: "title" };
|
|
1041
1041
|
const _hoisted_8$3 = {
|
|
1042
1042
|
key: 0,
|
|
1043
1043
|
class: "sub-text"
|
|
@@ -1119,7 +1119,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
1119
1119
|
"stroke-dashoffset": secondaryStrokeDashOffset.value,
|
|
1120
1120
|
fill: "transparent",
|
|
1121
1121
|
transform: transformWedge.value
|
|
1122
|
-
}, null, 10, _hoisted_4$
|
|
1122
|
+
}, null, 10, _hoisted_4$l)) : createCommentVNode("", true),
|
|
1123
1123
|
!disabled.value ? (openBlock(), createElementBlock("circle", {
|
|
1124
1124
|
key: 1,
|
|
1125
1125
|
class: normalizeClass(["value-wedge", "primary-circle", { animate: __props.animate }]),
|
|
@@ -1134,7 +1134,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
1134
1134
|
}, null, 10, _hoisted_5$b)) : createCommentVNode("", true)
|
|
1135
1135
|
], 8, _hoisted_2$y)),
|
|
1136
1136
|
__props.title ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
|
|
1137
|
-
createElementVNode("div", _hoisted_7$
|
|
1137
|
+
createElementVNode("div", _hoisted_7$3, toDisplayString(__props.title), 1),
|
|
1138
1138
|
__props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$3, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
|
|
1139
1139
|
])) : createCommentVNode("", true)
|
|
1140
1140
|
]);
|
|
@@ -2032,13 +2032,13 @@ const _hoisted_2$v = {
|
|
|
2032
2032
|
class: "accessory"
|
|
2033
2033
|
};
|
|
2034
2034
|
const _hoisted_3$p = { class: "content" };
|
|
2035
|
-
const _hoisted_4$
|
|
2035
|
+
const _hoisted_4$k = ["title"];
|
|
2036
2036
|
const _hoisted_5$a = {
|
|
2037
2037
|
key: 0,
|
|
2038
2038
|
class: "prefix"
|
|
2039
2039
|
};
|
|
2040
2040
|
const _hoisted_6$8 = ["title"];
|
|
2041
|
-
const _hoisted_7$
|
|
2041
|
+
const _hoisted_7$2 = { class: "trailing-item" };
|
|
2042
2042
|
const _hoisted_8$2 = {
|
|
2043
2043
|
key: 0,
|
|
2044
2044
|
class: "shortcut"
|
|
@@ -2123,7 +2123,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
2123
2123
|
createElementVNode("span", {
|
|
2124
2124
|
class: normalizeClass({ special: __props.special })
|
|
2125
2125
|
}, toDisplayString(props.text), 3)
|
|
2126
|
-
], 8, _hoisted_4$
|
|
2126
|
+
], 8, _hoisted_4$k),
|
|
2127
2127
|
props.subText ? (openBlock(), createElementBlock("span", {
|
|
2128
2128
|
key: 0,
|
|
2129
2129
|
ref_key: "subtextEl",
|
|
@@ -2132,7 +2132,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
2132
2132
|
title: unref(isSubtextTruncated) ? props.subText : void 0
|
|
2133
2133
|
}, toDisplayString(props.subText), 9, _hoisted_6$8)) : createCommentVNode("", true)
|
|
2134
2134
|
]),
|
|
2135
|
-
createElementVNode("span", _hoisted_7$
|
|
2135
|
+
createElementVNode("span", _hoisted_7$2, [
|
|
2136
2136
|
props.shortcut ? (openBlock(), createElementBlock("kbd", _hoisted_8$2, toDisplayString(props.shortcut), 1)) : props.badge ? (openBlock(), createBlock(KdsBadge, {
|
|
2137
2137
|
key: 1,
|
|
2138
2138
|
size: badgeSize.value,
|
|
@@ -2596,7 +2596,7 @@ const _hoisted_3$n = {
|
|
|
2596
2596
|
key: 1,
|
|
2597
2597
|
class: "kds-empty-state-description"
|
|
2598
2598
|
};
|
|
2599
|
-
const _hoisted_4$
|
|
2599
|
+
const _hoisted_4$j = {
|
|
2600
2600
|
key: 2,
|
|
2601
2601
|
class: "kds-empty-state-action"
|
|
2602
2602
|
};
|
|
@@ -2640,7 +2640,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
2640
2640
|
})) : createCommentVNode("", true),
|
|
2641
2641
|
createElementVNode("p", _hoisted_2$s, toDisplayString(props.headline), 1),
|
|
2642
2642
|
props.description ? (openBlock(), createElementBlock("p", _hoisted_3$n, toDisplayString(props.description), 1)) : createCommentVNode("", true),
|
|
2643
|
-
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
2643
|
+
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$j, [
|
|
2644
2644
|
(openBlock(), createBlock(resolveDynamicComponent(buttonComponent.value), mergeProps(props.button, {
|
|
2645
2645
|
disabled: props.button?.disabled || __props.disabled,
|
|
2646
2646
|
onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("buttonClick", $event))
|
|
@@ -2946,7 +2946,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
2946
2946
|
const _hoisted_1$I = { class: "kds-preview-list" };
|
|
2947
2947
|
const _hoisted_2$r = { class: "kds-preview-list-title-row" };
|
|
2948
2948
|
const _hoisted_3$m = { class: "kds-preview-list-content" };
|
|
2949
|
-
const _hoisted_4$
|
|
2949
|
+
const _hoisted_4$i = { class: "kds-preview-list-headline" };
|
|
2950
2950
|
const _hoisted_5$9 = ["aria-label"];
|
|
2951
2951
|
const _hoisted_6$7 = { class: "kds-preview-list-show-hide" };
|
|
2952
2952
|
const DEFAULT_MAX_VISIBLE_ITEMS = 6;
|
|
@@ -2996,7 +2996,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
2996
2996
|
size: "small"
|
|
2997
2997
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
2998
2998
|
createElementVNode("div", _hoisted_3$m, [
|
|
2999
|
-
createElementVNode("span", _hoisted_4$
|
|
2999
|
+
createElementVNode("span", _hoisted_4$i, toDisplayString(props.headline), 1)
|
|
3000
3000
|
]),
|
|
3001
3001
|
__props.trailingButton ? (openBlock(), createBlock(_sfc_main$1l, normalizeProps(mergeProps({ key: 2 }, trailingButtonProps.value)), null, 16)) : createCommentVNode("", true)
|
|
3002
3002
|
]),
|
|
@@ -3141,7 +3141,7 @@ const _hoisted_3$l = {
|
|
|
3141
3141
|
key: 0,
|
|
3142
3142
|
class: "content"
|
|
3143
3143
|
};
|
|
3144
|
-
const _hoisted_4$
|
|
3144
|
+
const _hoisted_4$h = { class: "label" };
|
|
3145
3145
|
const _hoisted_5$8 = ["id"];
|
|
3146
3146
|
const _hoisted_6$6 = {
|
|
3147
3147
|
key: 0,
|
|
@@ -3229,7 +3229,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
3229
3229
|
}, null, 8, ["name"])) : createCommentVNode("", true)
|
|
3230
3230
|
]),
|
|
3231
3231
|
props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$l, [
|
|
3232
|
-
createElementVNode("div", _hoisted_4$
|
|
3232
|
+
createElementVNode("div", _hoisted_4$h, toDisplayString(props.label), 1),
|
|
3233
3233
|
props.helperText ? (openBlock(), createElementBlock("div", {
|
|
3234
3234
|
key: 0,
|
|
3235
3235
|
id: unref(helperId),
|
|
@@ -3285,7 +3285,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
3285
3285
|
const _hoisted_1$E = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
|
|
3286
3286
|
const _hoisted_2$n = ["id"];
|
|
3287
3287
|
const _hoisted_3$k = ["title"];
|
|
3288
|
-
const _hoisted_4$
|
|
3288
|
+
const _hoisted_4$g = { class: "kds-fieldset-content" };
|
|
3289
3289
|
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
3290
3290
|
__name: "BaseFieldsetWrapper",
|
|
3291
3291
|
props: {
|
|
@@ -3339,7 +3339,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
3339
3339
|
hidden: !isHovered.value
|
|
3340
3340
|
}, null, 8, ["content", "hidden"])) : createCommentVNode("", true)
|
|
3341
3341
|
], 8, _hoisted_2$n)) : createCommentVNode("", true),
|
|
3342
|
-
createElementVNode("div", _hoisted_4$
|
|
3342
|
+
createElementVNode("div", _hoisted_4$g, [
|
|
3343
3343
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
3344
3344
|
]),
|
|
3345
3345
|
createVNode(KdsSubText, {
|
|
@@ -3460,7 +3460,7 @@ const _hoisted_3$j = {
|
|
|
3460
3460
|
"aria-hidden": "true",
|
|
3461
3461
|
focusable: "false"
|
|
3462
3462
|
};
|
|
3463
|
-
const _hoisted_4$
|
|
3463
|
+
const _hoisted_4$f = { class: "content" };
|
|
3464
3464
|
const _hoisted_5$7 = { class: "label" };
|
|
3465
3465
|
const _hoisted_6$5 = ["id"];
|
|
3466
3466
|
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
@@ -3512,7 +3512,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
3512
3512
|
}, null, -1)
|
|
3513
3513
|
])])) : createCommentVNode("", true)
|
|
3514
3514
|
]),
|
|
3515
|
-
createElementVNode("div", _hoisted_4$
|
|
3515
|
+
createElementVNode("div", _hoisted_4$f, [
|
|
3516
3516
|
createElementVNode("div", _hoisted_5$7, toDisplayString(props.text), 1),
|
|
3517
3517
|
props.helperText ? (openBlock(), createElementBlock("div", {
|
|
3518
3518
|
key: 0,
|
|
@@ -4681,7 +4681,7 @@ const _hoisted_2$l = {
|
|
|
4681
4681
|
class: "leading-slot"
|
|
4682
4682
|
};
|
|
4683
4683
|
const _hoisted_3$i = ["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"];
|
|
4684
|
-
const _hoisted_4$
|
|
4684
|
+
const _hoisted_4$e = ["aria-disabled"];
|
|
4685
4685
|
const _hoisted_5$6 = {
|
|
4686
4686
|
key: 4,
|
|
4687
4687
|
class: "trailing-slot"
|
|
@@ -4901,7 +4901,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
4901
4901
|
disabled: __props.disabled
|
|
4902
4902
|
}),
|
|
4903
4903
|
"aria-disabled": __props.disabled || void 0
|
|
4904
|
-
}, toDisplayString(props.unit), 11, _hoisted_4$
|
|
4904
|
+
}, toDisplayString(props.unit), 11, _hoisted_4$e)) : createCommentVNode("", true),
|
|
4905
4905
|
__props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1l, {
|
|
4906
4906
|
key: 3,
|
|
4907
4907
|
class: "clear-button",
|
|
@@ -10272,7 +10272,7 @@ const _hoisted_1$y = {
|
|
|
10272
10272
|
};
|
|
10273
10273
|
const _hoisted_2$j = ["aria-label"];
|
|
10274
10274
|
const _hoisted_3$g = { class: "kds-date-picker-day-grid" };
|
|
10275
|
-
const _hoisted_4$
|
|
10275
|
+
const _hoisted_4$d = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
|
|
10276
10276
|
const REFERENCE_YEAR$2 = 2024;
|
|
10277
10277
|
const DAYS_PER_WEEK = 7;
|
|
10278
10278
|
const TOTAL_CELLS = 42;
|
|
@@ -10610,7 +10610,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
10610
10610
|
onClick: ($event) => selectDate(day),
|
|
10611
10611
|
onKeydown: onDayKeydown,
|
|
10612
10612
|
onFocus: ($event) => onDayFocus(day)
|
|
10613
|
-
}, toDisplayString(day.day), 43, _hoisted_4$
|
|
10613
|
+
}, toDisplayString(day.day), 43, _hoisted_4$d);
|
|
10614
10614
|
}), 128))
|
|
10615
10615
|
]);
|
|
10616
10616
|
}), 128))
|
|
@@ -11002,7 +11002,7 @@ const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId
|
|
|
11002
11002
|
const _hoisted_1$v = { class: "kds-date-picker" };
|
|
11003
11003
|
const _hoisted_2$i = { class: "kds-date-picker-header" };
|
|
11004
11004
|
const _hoisted_3$f = { class: "kds-date-picker-nav-block" };
|
|
11005
|
-
const _hoisted_4$
|
|
11005
|
+
const _hoisted_4$c = {
|
|
11006
11006
|
key: 1,
|
|
11007
11007
|
class: "kds-date-picker-header-static-label",
|
|
11008
11008
|
"aria-live": "polite"
|
|
@@ -11236,7 +11236,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11236
11236
|
size: "small",
|
|
11237
11237
|
label: headerLabel.value,
|
|
11238
11238
|
onClick: onHeaderLabelClick
|
|
11239
|
-
}, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11239
|
+
}, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$c, toDisplayString(headerLabel.value), 1)),
|
|
11240
11240
|
createElementVNode("div", _hoisted_5$5, [
|
|
11241
11241
|
createVNode(_sfc_main$1l, {
|
|
11242
11242
|
variant: "transparent",
|
|
@@ -12244,18 +12244,17 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
12244
12244
|
const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-8e5a54cf"]]);
|
|
12245
12245
|
|
|
12246
12246
|
const _hoisted_1$s = { class: "kds-time-picker" };
|
|
12247
|
-
const _hoisted_2$h = { class: "kds-time-picker-
|
|
12247
|
+
const _hoisted_2$h = { class: "kds-time-picker-fields" };
|
|
12248
12248
|
const _hoisted_3$e = { class: "kds-time-picker-fields" };
|
|
12249
|
-
const _hoisted_4$
|
|
12250
|
-
const _hoisted_5$4 = {
|
|
12249
|
+
const _hoisted_4$b = {
|
|
12251
12250
|
key: 0,
|
|
12252
12251
|
class: "kds-time-picker-fields"
|
|
12253
12252
|
};
|
|
12254
|
-
const
|
|
12253
|
+
const _hoisted_5$4 = {
|
|
12255
12254
|
key: 1,
|
|
12256
12255
|
class: "kds-time-picker-actions"
|
|
12257
12256
|
};
|
|
12258
|
-
const
|
|
12257
|
+
const _hoisted_6$2 = {
|
|
12259
12258
|
key: 2,
|
|
12260
12259
|
class: "kds-time-picker-actions"
|
|
12261
12260
|
};
|
|
@@ -12322,21 +12321,6 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12322
12321
|
get: () => modelValue.value?.millisecond ?? 0,
|
|
12323
12322
|
set: (value) => writeTime({ millisecond: value })
|
|
12324
12323
|
});
|
|
12325
|
-
const selectedTimeLabel = computed(() => {
|
|
12326
|
-
const time = Un.PlainTime.from({
|
|
12327
|
-
hour: clamp(modelValue.value?.hour ?? 0, 0, MAX_HOUR),
|
|
12328
|
-
minute: clamp(modelValue.value?.minute ?? 0, 0, MAX_MINUTE),
|
|
12329
|
-
second: showSecondInput.value ? clamp(modelValue.value?.second ?? 0, 0, MAX_SECOND) : 0,
|
|
12330
|
-
millisecond: showMillisecondInput.value ? clamp(modelValue.value?.millisecond ?? 0, 0, MAX_MILLISECOND) : 0
|
|
12331
|
-
});
|
|
12332
|
-
if (showMillisecondInput.value) {
|
|
12333
|
-
return time.toString({ smallestUnit: "millisecond" });
|
|
12334
|
-
}
|
|
12335
|
-
if (showSecondInput.value) {
|
|
12336
|
-
return time.toString({ smallestUnit: "second" });
|
|
12337
|
-
}
|
|
12338
|
-
return time.toString({ smallestUnit: "minute" });
|
|
12339
|
-
});
|
|
12340
12324
|
const addSeconds = async () => {
|
|
12341
12325
|
granularity.value = "second";
|
|
12342
12326
|
await nextTick();
|
|
@@ -12365,8 +12349,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12365
12349
|
__expose({ focus });
|
|
12366
12350
|
return (_ctx, _cache) => {
|
|
12367
12351
|
return openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
12368
|
-
createElementVNode("div", _hoisted_2$h,
|
|
12369
|
-
createElementVNode("div", _hoisted_3$e, [
|
|
12352
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
12370
12353
|
createVNode(_sfc_main$T, {
|
|
12371
12354
|
ref: "hourInput",
|
|
12372
12355
|
modelValue: hour.value,
|
|
@@ -12392,7 +12375,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12392
12375
|
class: "kds-time-picker-divider"
|
|
12393
12376
|
})) : createCommentVNode("", true),
|
|
12394
12377
|
showSecondInput.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
12395
|
-
createElementVNode("div",
|
|
12378
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
12396
12379
|
createVNode(_sfc_main$T, {
|
|
12397
12380
|
ref: "secondInput",
|
|
12398
12381
|
modelValue: second.value,
|
|
@@ -12412,7 +12395,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12412
12395
|
onClick: removeSeconds
|
|
12413
12396
|
})
|
|
12414
12397
|
]),
|
|
12415
|
-
showMillisecondInput.value ? (openBlock(), createElementBlock("div",
|
|
12398
|
+
showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_4$b, [
|
|
12416
12399
|
createVNode(_sfc_main$T, {
|
|
12417
12400
|
ref: "millisecondInput",
|
|
12418
12401
|
modelValue: millisecond.value,
|
|
@@ -12434,7 +12417,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12434
12417
|
title: "Remove milliseconds",
|
|
12435
12418
|
onClick: removeMilliseconds
|
|
12436
12419
|
})
|
|
12437
|
-
])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div",
|
|
12420
|
+
])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_5$4, [
|
|
12438
12421
|
createVNode(_sfc_main$1l, {
|
|
12439
12422
|
variant: "outlined",
|
|
12440
12423
|
size: "small",
|
|
@@ -12443,7 +12426,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12443
12426
|
onClick: addMilliseconds
|
|
12444
12427
|
})
|
|
12445
12428
|
])) : createCommentVNode("", true)
|
|
12446
|
-
], 64)) : __props.maxGranularity !== "minute" ? (openBlock(), createElementBlock("div",
|
|
12429
|
+
], 64)) : __props.maxGranularity !== "minute" ? (openBlock(), createElementBlock("div", _hoisted_6$2, [
|
|
12447
12430
|
createVNode(_sfc_main$1l, {
|
|
12448
12431
|
variant: "outlined",
|
|
12449
12432
|
size: "small",
|
|
@@ -12457,7 +12440,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12457
12440
|
}
|
|
12458
12441
|
});
|
|
12459
12442
|
|
|
12460
|
-
const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-
|
|
12443
|
+
const TimePicker = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-c2bc1234"]]);
|
|
12461
12444
|
|
|
12462
12445
|
const HOURS_END_INDEX = 2;
|
|
12463
12446
|
const MINUTES_START_INDEX = 2;
|
|
@@ -13047,7 +13030,7 @@ const toTitleCase = (key) => key.charAt(0).toUpperCase() + key.slice(1).toLowerC
|
|
|
13047
13030
|
const _hoisted_1$r = { class: "kds-interval-popover" };
|
|
13048
13031
|
const _hoisted_2$g = { class: "kds-interval-popover-header" };
|
|
13049
13032
|
const _hoisted_3$d = { class: "kds-interval-popover-content" };
|
|
13050
|
-
const _hoisted_4$
|
|
13033
|
+
const _hoisted_4$a = { class: "kds-interval-popover-grid" };
|
|
13051
13034
|
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
13052
13035
|
__name: "IntervalInputPopover",
|
|
13053
13036
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -13165,7 +13148,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
13165
13148
|
variant: "muted",
|
|
13166
13149
|
"possible-values": directionOptions
|
|
13167
13150
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true),
|
|
13168
|
-
createElementVNode("div", _hoisted_4$
|
|
13151
|
+
createElementVNode("div", _hoisted_4$a, [
|
|
13169
13152
|
mode.value === unref(kdsIntervalInputFormat).DATE ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(periodNumericKeys), (key) => {
|
|
13170
13153
|
return openBlock(), createBlock(unref(_sfc_main$T), {
|
|
13171
13154
|
key,
|
|
@@ -13413,7 +13396,7 @@ const _hoisted_2$f = {
|
|
|
13413
13396
|
"aria-hidden": "true"
|
|
13414
13397
|
};
|
|
13415
13398
|
const _hoisted_3$c = ["id"];
|
|
13416
|
-
const _hoisted_4$
|
|
13399
|
+
const _hoisted_4$9 = {
|
|
13417
13400
|
class: "trailing",
|
|
13418
13401
|
"aria-hidden": "true"
|
|
13419
13402
|
};
|
|
@@ -13502,7 +13485,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13502
13485
|
missing: __props.missing
|
|
13503
13486
|
}])
|
|
13504
13487
|
}, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$c),
|
|
13505
|
-
createElementVNode("span", _hoisted_4$
|
|
13488
|
+
createElementVNode("span", _hoisted_4$9, [
|
|
13506
13489
|
createVNode(KdsIcon, {
|
|
13507
13490
|
name: open.value ? "chevron-up" : "chevron-down",
|
|
13508
13491
|
size: "small"
|
|
@@ -14505,7 +14488,7 @@ const _hoisted_3$a = {
|
|
|
14505
14488
|
key: 0,
|
|
14506
14489
|
class: "kds-multiselect-sticky-bottom"
|
|
14507
14490
|
};
|
|
14508
|
-
const _hoisted_4$
|
|
14491
|
+
const _hoisted_4$8 = {
|
|
14509
14492
|
key: 0,
|
|
14510
14493
|
class: "kds-multiselect-empty"
|
|
14511
14494
|
};
|
|
@@ -14810,7 +14793,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
14810
14793
|
])) : createCommentVNode("", true)
|
|
14811
14794
|
])
|
|
14812
14795
|
], 16, _hoisted_1$k),
|
|
14813
|
-
visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
14796
|
+
visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
14814
14797
|
createVNode(KdsEmptyState, {
|
|
14815
14798
|
headline: __props.loading ? "Loading data…" : __props.emptyStateLabel,
|
|
14816
14799
|
"loading-spinner": __props.loading,
|
|
@@ -14833,7 +14816,7 @@ const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scop
|
|
|
14833
14816
|
const _hoisted_1$j = { class: "kds-list-column" };
|
|
14834
14817
|
const _hoisted_2$9 = { class: "kds-list-header" };
|
|
14835
14818
|
const _hoisted_3$9 = { class: "kds-list-label" };
|
|
14836
|
-
const _hoisted_4$
|
|
14819
|
+
const _hoisted_4$7 = {
|
|
14837
14820
|
key: 0,
|
|
14838
14821
|
class: "kds-list-count"
|
|
14839
14822
|
};
|
|
@@ -15023,7 +15006,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15023
15006
|
createElementVNode("div", _hoisted_1$j, [
|
|
15024
15007
|
createElementVNode("div", _hoisted_2$9, [
|
|
15025
15008
|
createElementVNode("span", _hoisted_3$9, toDisplayString(__props.excludeLabel), 1),
|
|
15026
|
-
!__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$
|
|
15009
|
+
!__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$7, toDisplayString(leftOptions.value.length) + " of " + toDisplayString(excludedItems.value.length), 1)) : createCommentVNode("", true)
|
|
15027
15010
|
]),
|
|
15028
15011
|
createVNode(unref(KdsMultiSelectListBox), {
|
|
15029
15012
|
modelValue: leftSelected.value,
|
|
@@ -15465,7 +15448,7 @@ const useSortableListBoxReorder = ({
|
|
|
15465
15448
|
const _hoisted_1$h = { class: "kds-sortable-list-box-wrapper" };
|
|
15466
15449
|
const _hoisted_2$8 = { class: "kds-sortable-top-buttons" };
|
|
15467
15450
|
const _hoisted_3$8 = { class: "kds-sortable-top-buttons-left" };
|
|
15468
|
-
const _hoisted_4$
|
|
15451
|
+
const _hoisted_4$6 = { class: "kds-sortable-footer-buttons" };
|
|
15469
15452
|
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
15470
15453
|
__name: "KdsSortableListBox",
|
|
15471
15454
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -15564,7 +15547,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
15564
15547
|
ariaLabel: formFieldProps.label ?? formFieldProps.ariaLabel ?? ""
|
|
15565
15548
|
/* fallback only for TS */
|
|
15566
15549
|
}, null, 8, ["modelValue", "possible-values", "disabled", "error", "ariaLabel"]),
|
|
15567
|
-
createElementVNode("div", _hoisted_4$
|
|
15550
|
+
createElementVNode("div", _hoisted_4$6, [
|
|
15568
15551
|
createVNode(_sfc_main$1l, {
|
|
15569
15552
|
size: "small",
|
|
15570
15553
|
variant: "transparent",
|
|
@@ -15856,7 +15839,7 @@ const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__sc
|
|
|
15856
15839
|
const _hoisted_1$c = { class: "kds-accordion" };
|
|
15857
15840
|
const _hoisted_2$7 = ["id", "aria-expanded", "aria-controls", "disabled", "onClick", "onKeydown"];
|
|
15858
15841
|
const _hoisted_3$7 = { class: "kds-accordion-headline-container" };
|
|
15859
|
-
const _hoisted_4$
|
|
15842
|
+
const _hoisted_4$5 = { class: "kds-accordion-headline" };
|
|
15860
15843
|
const _hoisted_5$2 = ["id", "aria-labelledby", "hidden"];
|
|
15861
15844
|
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
15862
15845
|
__name: "KdsAccordion",
|
|
@@ -15991,7 +15974,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
15991
15974
|
size: "small",
|
|
15992
15975
|
disabled: item.disabled
|
|
15993
15976
|
}, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
|
|
15994
|
-
createElementVNode("span", _hoisted_4$
|
|
15977
|
+
createElementVNode("span", _hoisted_4$5, toDisplayString(item.headline), 1)
|
|
15995
15978
|
]),
|
|
15996
15979
|
createVNode(KdsIcon, {
|
|
15997
15980
|
name: isItemExpanded(item.id) ? "chevron-up" : "chevron-down",
|
|
@@ -16016,10 +15999,44 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
16016
15999
|
|
|
16017
16000
|
const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-66485734"]]);
|
|
16018
16001
|
|
|
16002
|
+
const _hoisted_1$b = { class: "kds-card-header" };
|
|
16003
|
+
const _hoisted_2$6 = {
|
|
16004
|
+
key: 0,
|
|
16005
|
+
class: "accessory"
|
|
16006
|
+
};
|
|
16007
|
+
const _hoisted_3$6 = { key: 1 };
|
|
16008
|
+
const _hoisted_4$4 = {
|
|
16009
|
+
key: 2,
|
|
16010
|
+
class: "actions",
|
|
16011
|
+
"data-kds-card-secondary-action": ""
|
|
16012
|
+
};
|
|
16019
16013
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
16014
|
+
__name: "CardHeader",
|
|
16015
|
+
props: {
|
|
16016
|
+
headline: {}
|
|
16017
|
+
},
|
|
16018
|
+
setup(__props) {
|
|
16019
|
+
return (_ctx, _cache) => {
|
|
16020
|
+
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
16021
|
+
_ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$6, [
|
|
16022
|
+
renderSlot(_ctx.$slots, "accessory", {}, void 0, true)
|
|
16023
|
+
])) : createCommentVNode("", true),
|
|
16024
|
+
__props.headline ? (openBlock(), createElementBlock("h6", _hoisted_3$6, toDisplayString(__props.headline), 1)) : createCommentVNode("", true),
|
|
16025
|
+
_ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_4$4, [
|
|
16026
|
+
renderSlot(_ctx.$slots, "actions", {}, void 0, true)
|
|
16027
|
+
])) : createCommentVNode("", true)
|
|
16028
|
+
]);
|
|
16029
|
+
};
|
|
16030
|
+
}
|
|
16031
|
+
});
|
|
16032
|
+
|
|
16033
|
+
const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-9be14436"]]);
|
|
16034
|
+
|
|
16035
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
16020
16036
|
__name: "BaseCard",
|
|
16021
16037
|
props: {
|
|
16022
16038
|
variant: {},
|
|
16039
|
+
headline: {},
|
|
16023
16040
|
clickable: { type: Boolean, default: false },
|
|
16024
16041
|
selected: { type: Boolean, default: false }
|
|
16025
16042
|
},
|
|
@@ -16028,39 +16045,77 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
16028
16045
|
return openBlock(), createElementBlock("div", {
|
|
16029
16046
|
class: normalizeClass(["kds-base-card", [`variant-${__props.variant}`, { selected: __props.selected, clickable: __props.clickable }]])
|
|
16030
16047
|
}, [
|
|
16048
|
+
renderSlot(_ctx.$slots, "primary-action", {}, void 0, true),
|
|
16049
|
+
_ctx.$slots["header-accessory"] || _ctx.$slots["header-actions"] || __props.headline ? (openBlock(), createBlock(CardHeader, {
|
|
16050
|
+
key: 0,
|
|
16051
|
+
headline: __props.headline
|
|
16052
|
+
}, createSlots({ _: 2 }, [
|
|
16053
|
+
_ctx.$slots["header-accessory"] ? {
|
|
16054
|
+
name: "accessory",
|
|
16055
|
+
fn: withCtx(() => [
|
|
16056
|
+
renderSlot(_ctx.$slots, "header-accessory", {}, void 0, true)
|
|
16057
|
+
]),
|
|
16058
|
+
key: "0"
|
|
16059
|
+
} : void 0,
|
|
16060
|
+
_ctx.$slots["header-actions"] ? {
|
|
16061
|
+
name: "actions",
|
|
16062
|
+
fn: withCtx(() => [
|
|
16063
|
+
renderSlot(_ctx.$slots, "header-actions", {}, void 0, true)
|
|
16064
|
+
]),
|
|
16065
|
+
key: "1"
|
|
16066
|
+
} : void 0
|
|
16067
|
+
]), 1032, ["headline"])) : createCommentVNode("", true),
|
|
16031
16068
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
16032
16069
|
], 2);
|
|
16033
16070
|
};
|
|
16034
16071
|
}
|
|
16035
16072
|
});
|
|
16036
16073
|
|
|
16037
|
-
const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16074
|
+
const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-a1aff6d6"]]);
|
|
16038
16075
|
|
|
16039
|
-
const _sfc_main$
|
|
16076
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
16040
16077
|
__name: "KdsCard",
|
|
16041
16078
|
props: {
|
|
16042
|
-
variant: { default: "outlined" }
|
|
16079
|
+
variant: { default: "outlined" },
|
|
16080
|
+
headline: {}
|
|
16043
16081
|
},
|
|
16044
16082
|
setup(__props) {
|
|
16045
16083
|
return (_ctx, _cache) => {
|
|
16046
16084
|
return openBlock(), createBlock(BaseCard, {
|
|
16047
16085
|
variant: __props.variant,
|
|
16048
|
-
class: "kds-card"
|
|
16049
|
-
|
|
16086
|
+
class: "kds-card",
|
|
16087
|
+
headline: __props.headline
|
|
16088
|
+
}, createSlots({
|
|
16050
16089
|
default: withCtx(() => [
|
|
16051
16090
|
renderSlot(_ctx.$slots, "default")
|
|
16052
16091
|
]),
|
|
16053
|
-
_:
|
|
16054
|
-
},
|
|
16092
|
+
_: 2
|
|
16093
|
+
}, [
|
|
16094
|
+
_ctx.$slots["header-actions"] ? {
|
|
16095
|
+
name: "header-actions",
|
|
16096
|
+
fn: withCtx(() => [
|
|
16097
|
+
renderSlot(_ctx.$slots, "header-actions")
|
|
16098
|
+
]),
|
|
16099
|
+
key: "0"
|
|
16100
|
+
} : void 0,
|
|
16101
|
+
_ctx.$slots["header-accessory"] ? {
|
|
16102
|
+
name: "header-accessory",
|
|
16103
|
+
fn: withCtx(() => [
|
|
16104
|
+
renderSlot(_ctx.$slots, "header-accessory")
|
|
16105
|
+
]),
|
|
16106
|
+
key: "1"
|
|
16107
|
+
} : void 0
|
|
16108
|
+
]), 1032, ["variant", "headline"]);
|
|
16055
16109
|
};
|
|
16056
16110
|
}
|
|
16057
16111
|
});
|
|
16058
16112
|
|
|
16059
|
-
const _hoisted_1$
|
|
16060
|
-
const _sfc_main$
|
|
16113
|
+
const _hoisted_1$a = ["aria-label", "aria-labelledby", "disabled"];
|
|
16114
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
16061
16115
|
__name: "KdsClickableCard",
|
|
16062
16116
|
props: {
|
|
16063
16117
|
variant: { default: "filled" },
|
|
16118
|
+
headline: {},
|
|
16064
16119
|
disabled: { type: Boolean, default: false },
|
|
16065
16120
|
ariaLabel: {},
|
|
16066
16121
|
ariaLabelledby: {}
|
|
@@ -16078,35 +16133,54 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
16078
16133
|
return openBlock(), createBlock(BaseCard, {
|
|
16079
16134
|
variant: __props.variant,
|
|
16080
16135
|
clickable: !__props.disabled,
|
|
16136
|
+
headline: __props.headline,
|
|
16081
16137
|
class: "kds-clickable-card"
|
|
16082
|
-
}, {
|
|
16083
|
-
|
|
16138
|
+
}, createSlots({
|
|
16139
|
+
"primary-action": withCtx(() => [
|
|
16084
16140
|
createElementVNode("button", {
|
|
16085
16141
|
type: "button",
|
|
16086
|
-
"aria-label": __props.ariaLabel,
|
|
16142
|
+
"aria-label": __props.ariaLabel ? __props.ariaLabel : __props.headline,
|
|
16087
16143
|
"aria-labelledby": __props.ariaLabelledby,
|
|
16088
16144
|
disabled: __props.disabled,
|
|
16089
16145
|
"data-kds-card-primary-action": "",
|
|
16090
16146
|
onClick
|
|
16091
|
-
}, null, 8, _hoisted_1$
|
|
16147
|
+
}, null, 8, _hoisted_1$a)
|
|
16148
|
+
]),
|
|
16149
|
+
default: withCtx(() => [
|
|
16092
16150
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
16093
16151
|
]),
|
|
16094
|
-
_:
|
|
16095
|
-
},
|
|
16152
|
+
_: 2
|
|
16153
|
+
}, [
|
|
16154
|
+
_ctx.$slots["header-actions"] ? {
|
|
16155
|
+
name: "header-actions",
|
|
16156
|
+
fn: withCtx(() => [
|
|
16157
|
+
renderSlot(_ctx.$slots, "header-actions", {}, void 0, true)
|
|
16158
|
+
]),
|
|
16159
|
+
key: "0"
|
|
16160
|
+
} : void 0,
|
|
16161
|
+
_ctx.$slots["header-accessory"] ? {
|
|
16162
|
+
name: "header-accessory",
|
|
16163
|
+
fn: withCtx(() => [
|
|
16164
|
+
renderSlot(_ctx.$slots, "header-accessory", {}, void 0, true)
|
|
16165
|
+
]),
|
|
16166
|
+
key: "1"
|
|
16167
|
+
} : void 0
|
|
16168
|
+
]), 1032, ["variant", "clickable", "headline"]);
|
|
16096
16169
|
};
|
|
16097
16170
|
}
|
|
16098
16171
|
});
|
|
16099
16172
|
|
|
16100
|
-
const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16173
|
+
const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-04004cbf"]]);
|
|
16101
16174
|
|
|
16102
|
-
const _sfc_main$
|
|
16175
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
16103
16176
|
__name: "KdsLinkCard",
|
|
16104
16177
|
props: {
|
|
16178
|
+
variant: { default: "filled" },
|
|
16179
|
+
headline: {},
|
|
16105
16180
|
to: {},
|
|
16106
16181
|
download: { type: Boolean },
|
|
16107
16182
|
target: {},
|
|
16108
16183
|
rel: {},
|
|
16109
|
-
variant: { default: "filled" },
|
|
16110
16184
|
disabled: { type: Boolean, default: false },
|
|
16111
16185
|
ariaLabel: {},
|
|
16112
16186
|
ariaLabelledby: {}
|
|
@@ -16115,41 +16189,61 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
16115
16189
|
const linkComponent = computed(() => {
|
|
16116
16190
|
return resolveNuxtLinkComponent();
|
|
16117
16191
|
});
|
|
16192
|
+
const ariaLabelWithFallback = computed(() => __props.ariaLabel || __props.headline);
|
|
16118
16193
|
return (_ctx, _cache) => {
|
|
16119
16194
|
return openBlock(), createBlock(BaseCard, {
|
|
16120
16195
|
variant: __props.variant,
|
|
16121
16196
|
clickable: !__props.disabled,
|
|
16122
16197
|
class: "kds-link-card",
|
|
16123
16198
|
"aria-disabled": __props.disabled ? true : void 0,
|
|
16124
|
-
"aria-label": __props.disabled ?
|
|
16125
|
-
"aria-labelledby": __props.disabled ? __props.ariaLabelledby : void 0
|
|
16126
|
-
|
|
16127
|
-
|
|
16199
|
+
"aria-label": __props.disabled ? ariaLabelWithFallback.value : void 0,
|
|
16200
|
+
"aria-labelledby": __props.disabled ? __props.ariaLabelledby : void 0,
|
|
16201
|
+
headline: __props.headline
|
|
16202
|
+
}, createSlots({
|
|
16203
|
+
"primary-action": withCtx(() => [
|
|
16128
16204
|
!__props.disabled ? (openBlock(), createBlock(resolveDynamicComponent(linkComponent.value), {
|
|
16129
16205
|
key: 0,
|
|
16130
16206
|
to: __props.to,
|
|
16131
16207
|
"data-kds-card-primary-action": "",
|
|
16132
|
-
"aria-label":
|
|
16208
|
+
"aria-label": ariaLabelWithFallback.value,
|
|
16133
16209
|
"aria-labelledby": __props.ariaLabelledby,
|
|
16134
16210
|
download: __props.download,
|
|
16135
16211
|
rel: __props.rel,
|
|
16136
16212
|
target: __props.target
|
|
16137
|
-
}, null, 8, ["to", "aria-label", "aria-labelledby", "download", "rel", "target"])) : createCommentVNode("", true)
|
|
16213
|
+
}, null, 8, ["to", "aria-label", "aria-labelledby", "download", "rel", "target"])) : createCommentVNode("", true)
|
|
16214
|
+
]),
|
|
16215
|
+
default: withCtx(() => [
|
|
16138
16216
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
16139
16217
|
]),
|
|
16140
|
-
_:
|
|
16141
|
-
},
|
|
16218
|
+
_: 2
|
|
16219
|
+
}, [
|
|
16220
|
+
_ctx.$slots["header-actions"] ? {
|
|
16221
|
+
name: "header-actions",
|
|
16222
|
+
fn: withCtx(() => [
|
|
16223
|
+
renderSlot(_ctx.$slots, "header-actions", {}, void 0, true)
|
|
16224
|
+
]),
|
|
16225
|
+
key: "0"
|
|
16226
|
+
} : void 0,
|
|
16227
|
+
_ctx.$slots["header-accessory"] ? {
|
|
16228
|
+
name: "header-accessory",
|
|
16229
|
+
fn: withCtx(() => [
|
|
16230
|
+
renderSlot(_ctx.$slots, "header-accessory", {}, void 0, true)
|
|
16231
|
+
]),
|
|
16232
|
+
key: "1"
|
|
16233
|
+
} : void 0
|
|
16234
|
+
]), 1032, ["variant", "clickable", "aria-disabled", "aria-label", "aria-labelledby", "headline"]);
|
|
16142
16235
|
};
|
|
16143
16236
|
}
|
|
16144
16237
|
});
|
|
16145
16238
|
|
|
16146
|
-
const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16239
|
+
const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-1696fd9e"]]);
|
|
16147
16240
|
|
|
16148
|
-
const _hoisted_1$
|
|
16149
|
-
const _sfc_main$
|
|
16241
|
+
const _hoisted_1$9 = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
|
|
16242
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
16150
16243
|
__name: "KdsSelectableCard",
|
|
16151
16244
|
props: /* @__PURE__ */ mergeModels({
|
|
16152
16245
|
variant: { default: "filled" },
|
|
16246
|
+
headline: {},
|
|
16153
16247
|
disabled: { type: Boolean, default: false },
|
|
16154
16248
|
ariaLabel: {},
|
|
16155
16249
|
ariaLabelledby: {}
|
|
@@ -16171,27 +16265,45 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
16171
16265
|
variant: __props.variant,
|
|
16172
16266
|
selected: modelValue.value,
|
|
16173
16267
|
clickable: !__props.disabled,
|
|
16268
|
+
headline: __props.headline,
|
|
16174
16269
|
class: "kds-selectable-card"
|
|
16175
|
-
}, {
|
|
16176
|
-
|
|
16270
|
+
}, createSlots({
|
|
16271
|
+
"primary-action": withCtx(() => [
|
|
16177
16272
|
createElementVNode("button", {
|
|
16178
16273
|
type: "button",
|
|
16179
|
-
"aria-label": __props.ariaLabel,
|
|
16274
|
+
"aria-label": __props.ariaLabel ? __props.ariaLabel : __props.headline,
|
|
16180
16275
|
"aria-labelledby": __props.ariaLabelledby,
|
|
16181
16276
|
disabled: __props.disabled,
|
|
16182
16277
|
"aria-pressed": modelValue.value,
|
|
16183
16278
|
"data-kds-card-primary-action": "",
|
|
16184
16279
|
onClick
|
|
16185
|
-
}, null, 8, _hoisted_1$
|
|
16280
|
+
}, null, 8, _hoisted_1$9)
|
|
16281
|
+
]),
|
|
16282
|
+
default: withCtx(() => [
|
|
16186
16283
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
16187
16284
|
]),
|
|
16188
|
-
_:
|
|
16189
|
-
},
|
|
16285
|
+
_: 2
|
|
16286
|
+
}, [
|
|
16287
|
+
_ctx.$slots["header-actions"] ? {
|
|
16288
|
+
name: "header-actions",
|
|
16289
|
+
fn: withCtx(() => [
|
|
16290
|
+
renderSlot(_ctx.$slots, "header-actions", {}, void 0, true)
|
|
16291
|
+
]),
|
|
16292
|
+
key: "0"
|
|
16293
|
+
} : void 0,
|
|
16294
|
+
_ctx.$slots["header-accessory"] ? {
|
|
16295
|
+
name: "header-accessory",
|
|
16296
|
+
fn: withCtx(() => [
|
|
16297
|
+
renderSlot(_ctx.$slots, "header-accessory", {}, void 0, true)
|
|
16298
|
+
]),
|
|
16299
|
+
key: "1"
|
|
16300
|
+
} : void 0
|
|
16301
|
+
]), 1032, ["variant", "selected", "clickable", "headline"]);
|
|
16190
16302
|
};
|
|
16191
16303
|
}
|
|
16192
16304
|
});
|
|
16193
16305
|
|
|
16194
|
-
const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16306
|
+
const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-af9b9bf6"]]);
|
|
16195
16307
|
|
|
16196
16308
|
const kdsCardVariant = {
|
|
16197
16309
|
FILLED: "filled",
|
|
@@ -16200,9 +16312,9 @@ const kdsCardVariant = {
|
|
|
16200
16312
|
};
|
|
16201
16313
|
const kdsCardVariants = Object.values(kdsCardVariant);
|
|
16202
16314
|
|
|
16203
|
-
const _hoisted_1$
|
|
16204
|
-
const _hoisted_2$
|
|
16205
|
-
const _hoisted_3$
|
|
16315
|
+
const _hoisted_1$8 = { class: "kds-panel" };
|
|
16316
|
+
const _hoisted_2$5 = { class: "kds-panel-header" };
|
|
16317
|
+
const _hoisted_3$5 = ["id"];
|
|
16206
16318
|
const _hoisted_4$3 = {
|
|
16207
16319
|
key: 0,
|
|
16208
16320
|
class: "kds-panel-headline-text"
|
|
@@ -16218,7 +16330,7 @@ const _hoisted_7 = {
|
|
|
16218
16330
|
};
|
|
16219
16331
|
const _hoisted_8 = { class: "kds-panel-footer-leading" };
|
|
16220
16332
|
const _hoisted_9 = { class: "kds-panel-footer-trailing" };
|
|
16221
|
-
const _sfc_main$
|
|
16333
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
16222
16334
|
__name: "KdsPanel",
|
|
16223
16335
|
props: {
|
|
16224
16336
|
headline: {},
|
|
@@ -16229,8 +16341,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
16229
16341
|
setup(__props) {
|
|
16230
16342
|
const headlineId = useId();
|
|
16231
16343
|
return (_ctx, _cache) => {
|
|
16232
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16233
|
-
createElementVNode("div", _hoisted_2$
|
|
16344
|
+
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
16345
|
+
createElementVNode("div", _hoisted_2$5, [
|
|
16234
16346
|
createElementVNode("div", {
|
|
16235
16347
|
id: unref(headlineId),
|
|
16236
16348
|
class: "kds-panel-headline"
|
|
@@ -16242,7 +16354,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
16242
16354
|
size: "small",
|
|
16243
16355
|
onItemClick: __props.headline.onItemClick
|
|
16244
16356
|
}), null, 16, ["onItemClick"])) : createCommentVNode("", true)
|
|
16245
|
-
], 8, _hoisted_3$
|
|
16357
|
+
], 8, _hoisted_3$5),
|
|
16246
16358
|
__props.headlineTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$1, [
|
|
16247
16359
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.headlineTrailingActions, (action, index) => {
|
|
16248
16360
|
return openBlock(), createElementBlock(Fragment, { key: index }, [
|
|
@@ -16309,9 +16421,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
16309
16421
|
}
|
|
16310
16422
|
});
|
|
16311
16423
|
|
|
16312
|
-
const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16424
|
+
const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-c55a379c"]]);
|
|
16313
16425
|
|
|
16314
|
-
const _sfc_main$
|
|
16426
|
+
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
16315
16427
|
__name: "TabBarItemAccessory",
|
|
16316
16428
|
props: {
|
|
16317
16429
|
accessory: {},
|
|
@@ -16441,15 +16553,15 @@ const useTabBarAdaptiveLayout = ({
|
|
|
16441
16553
|
};
|
|
16442
16554
|
};
|
|
16443
16555
|
|
|
16444
|
-
const _hoisted_1$
|
|
16445
|
-
const _hoisted_2$
|
|
16446
|
-
const _hoisted_3$
|
|
16556
|
+
const _hoisted_1$7 = { class: "kds-tab-bar-wrapper" };
|
|
16557
|
+
const _hoisted_2$4 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
|
|
16558
|
+
const _hoisted_3$4 = { class: "kds-tab-label" };
|
|
16447
16559
|
const _hoisted_4$2 = {
|
|
16448
16560
|
key: 1,
|
|
16449
16561
|
class: "kds-tab-indicator"
|
|
16450
16562
|
};
|
|
16451
16563
|
const MIN_TAB_WIDTH_TOKEN = "--kds-dimension-component-width-4x";
|
|
16452
|
-
const _sfc_main$
|
|
16564
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
16453
16565
|
__name: "KdsTabBar",
|
|
16454
16566
|
props: /* @__PURE__ */ mergeModels({
|
|
16455
16567
|
tabs: {},
|
|
@@ -16573,7 +16685,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
16573
16685
|
{ immediate: true }
|
|
16574
16686
|
);
|
|
16575
16687
|
return (_ctx, _cache) => {
|
|
16576
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16688
|
+
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
16577
16689
|
createElementVNode("div", {
|
|
16578
16690
|
ref_key: "availableWidthContainer",
|
|
16579
16691
|
ref: availableWidthContainer,
|
|
@@ -16603,15 +16715,15 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
16603
16715
|
onClick: ($event) => selectTab(tab),
|
|
16604
16716
|
onKeydown: ($event) => handleKeydown($event, tab)
|
|
16605
16717
|
}, [
|
|
16606
|
-
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$
|
|
16718
|
+
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$9, {
|
|
16607
16719
|
key: 0,
|
|
16608
16720
|
accessory: tab.accessory,
|
|
16609
16721
|
"icon-size": __props.size === "large" ? "large" : "medium",
|
|
16610
16722
|
disabled: isTabDisabled(tab)
|
|
16611
16723
|
}, null, 8, ["accessory", "icon-size", "disabled"])) : createCommentVNode("", true),
|
|
16612
|
-
createElementVNode("span", _hoisted_3$
|
|
16724
|
+
createElementVNode("span", _hoisted_3$4, toDisplayString(tab.label), 1),
|
|
16613
16725
|
modelValue.value === tab.value ? (openBlock(), createElementBlock("span", _hoisted_4$2)) : createCommentVNode("", true)
|
|
16614
|
-
], 42, _hoisted_2$
|
|
16726
|
+
], 42, _hoisted_2$4);
|
|
16615
16727
|
}), 128))
|
|
16616
16728
|
], 2)
|
|
16617
16729
|
]);
|
|
@@ -16619,7 +16731,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
16619
16731
|
}
|
|
16620
16732
|
});
|
|
16621
16733
|
|
|
16622
|
-
const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16734
|
+
const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-91f95f5f"]]);
|
|
16623
16735
|
|
|
16624
16736
|
const kdsTabBarSize = {
|
|
16625
16737
|
SMALL: "small",
|
|
@@ -16627,7 +16739,7 @@ const kdsTabBarSize = {
|
|
|
16627
16739
|
};
|
|
16628
16740
|
const kdsTabBarSizes = Object.values(kdsTabBarSize);
|
|
16629
16741
|
|
|
16630
|
-
const _sfc_main$
|
|
16742
|
+
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
16631
16743
|
__name: "LoadingSkeletonItem",
|
|
16632
16744
|
props: {
|
|
16633
16745
|
shape: { default: "text" }
|
|
@@ -16642,24 +16754,24 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
16642
16754
|
}
|
|
16643
16755
|
});
|
|
16644
16756
|
|
|
16645
|
-
const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16757
|
+
const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-86829b28"]]);
|
|
16646
16758
|
|
|
16647
|
-
const _hoisted_1$
|
|
16759
|
+
const _hoisted_1$6 = {
|
|
16648
16760
|
key: 0,
|
|
16649
16761
|
class: "kds-loading-skeleton",
|
|
16650
16762
|
"aria-busy": "true"
|
|
16651
16763
|
};
|
|
16652
|
-
const _hoisted_2$
|
|
16764
|
+
const _hoisted_2$3 = {
|
|
16653
16765
|
key: 0,
|
|
16654
16766
|
class: "kds-loading-skeleton-headline-with-paragraph"
|
|
16655
16767
|
};
|
|
16656
|
-
const _hoisted_3$
|
|
16768
|
+
const _hoisted_3$3 = { class: "kds-loading-skeleton-paragraph-lines" };
|
|
16657
16769
|
const _hoisted_4$1 = {
|
|
16658
16770
|
key: 1,
|
|
16659
16771
|
class: "kds-loading-skeleton-input-with-label"
|
|
16660
16772
|
};
|
|
16661
16773
|
const _hoisted_5 = { class: "kds-loading-skeleton-list-item-text" };
|
|
16662
|
-
const _sfc_main$
|
|
16774
|
+
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
16663
16775
|
__name: "KdsLoadingSkeleton",
|
|
16664
16776
|
props: {
|
|
16665
16777
|
variant: { default: "text" },
|
|
@@ -16672,17 +16784,17 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
16672
16784
|
"v59c08829": _ctx.repeatGap
|
|
16673
16785
|
}));
|
|
16674
16786
|
return (_ctx, _cache) => {
|
|
16675
|
-
return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
16787
|
+
return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$6, [
|
|
16676
16788
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.repeat, (index) => {
|
|
16677
16789
|
return openBlock(), createElementBlock(Fragment, {
|
|
16678
16790
|
key: `skeleton-${index}`
|
|
16679
16791
|
}, [
|
|
16680
|
-
__props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
16792
|
+
__props.variant === "headline-with-paragraph" ? (openBlock(), createElementBlock("div", _hoisted_2$3, [
|
|
16681
16793
|
createVNode(LoadingSkeletonItem, {
|
|
16682
16794
|
shape: "text",
|
|
16683
16795
|
class: "headline"
|
|
16684
16796
|
}),
|
|
16685
|
-
createElementVNode("div", _hoisted_3$
|
|
16797
|
+
createElementVNode("div", _hoisted_3$3, [
|
|
16686
16798
|
createVNode(LoadingSkeletonItem, { shape: "text" }),
|
|
16687
16799
|
createVNode(LoadingSkeletonItem, { shape: "text" }),
|
|
16688
16800
|
createVNode(LoadingSkeletonItem, { shape: "text" })
|
|
@@ -16727,7 +16839,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
16727
16839
|
}
|
|
16728
16840
|
});
|
|
16729
16841
|
|
|
16730
|
-
const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16842
|
+
const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-e6597718"]]);
|
|
16731
16843
|
|
|
16732
16844
|
const loadingSkeletonItemShape = {
|
|
16733
16845
|
TEXT: "text",
|
|
@@ -16754,13 +16866,13 @@ const kdsLoadingSkeletonVariants = Object.values(
|
|
|
16754
16866
|
kdsLoadingSkeletonVariant
|
|
16755
16867
|
);
|
|
16756
16868
|
|
|
16757
|
-
const _hoisted_1$
|
|
16869
|
+
const _hoisted_1$5 = {
|
|
16758
16870
|
key: 0,
|
|
16759
16871
|
class: "indicator-selected"
|
|
16760
16872
|
};
|
|
16761
|
-
const _hoisted_2$
|
|
16762
|
-
const _hoisted_3$
|
|
16763
|
-
const _sfc_main$
|
|
16873
|
+
const _hoisted_2$2 = { class: "content" };
|
|
16874
|
+
const _hoisted_3$2 = { class: "trailing-items" };
|
|
16875
|
+
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
16764
16876
|
__name: "KdsNavItem",
|
|
16765
16877
|
props: {
|
|
16766
16878
|
label: {},
|
|
@@ -16831,8 +16943,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
16831
16943
|
onClick
|
|
16832
16944
|
}), {
|
|
16833
16945
|
default: withCtx(() => [
|
|
16834
|
-
__props.selected ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
16835
|
-
createElementVNode("span", _hoisted_2$
|
|
16946
|
+
__props.selected ? (openBlock(), createElementBlock("div", _hoisted_1$5)) : createCommentVNode("", true),
|
|
16947
|
+
createElementVNode("span", _hoisted_2$2, [
|
|
16836
16948
|
__props.leadingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
|
|
16837
16949
|
key: 0,
|
|
16838
16950
|
name: __props.leadingIcon,
|
|
@@ -16848,7 +16960,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
16848
16960
|
]),
|
|
16849
16961
|
_: 1
|
|
16850
16962
|
}, 16, ["disabled", "aria-current", "title"])),
|
|
16851
|
-
createElementVNode("div", _hoisted_3$
|
|
16963
|
+
createElementVNode("div", _hoisted_3$2, [
|
|
16852
16964
|
__props.trailingIcon ? (openBlock(), createBlock(unref(KdsIcon), {
|
|
16853
16965
|
key: 0,
|
|
16854
16966
|
class: "trailing-icon",
|
|
@@ -16864,10 +16976,10 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
16864
16976
|
}
|
|
16865
16977
|
});
|
|
16866
16978
|
|
|
16867
|
-
const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16979
|
+
const KdsNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-d5db7ff7"]]);
|
|
16868
16980
|
|
|
16869
|
-
const _hoisted_1$
|
|
16870
|
-
const _sfc_main$
|
|
16981
|
+
const _hoisted_1$4 = ["aria-label"];
|
|
16982
|
+
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
16871
16983
|
__name: "KdsNavigation",
|
|
16872
16984
|
props: /* @__PURE__ */ mergeModels({
|
|
16873
16985
|
ariaLabel: {},
|
|
@@ -16908,44 +17020,12 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
16908
17020
|
})) : createCommentVNode("", true)
|
|
16909
17021
|
]);
|
|
16910
17022
|
}), 128))
|
|
16911
|
-
], 8, _hoisted_1$
|
|
16912
|
-
};
|
|
16913
|
-
}
|
|
16914
|
-
});
|
|
16915
|
-
|
|
16916
|
-
const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-6cc9519f"]]);
|
|
16917
|
-
|
|
16918
|
-
const _hoisted_1$4 = { class: "kds-container-header" };
|
|
16919
|
-
const _hoisted_2$2 = {
|
|
16920
|
-
key: 0,
|
|
16921
|
-
class: "accessory"
|
|
16922
|
-
};
|
|
16923
|
-
const _hoisted_3$2 = {
|
|
16924
|
-
key: 1,
|
|
16925
|
-
class: "actions",
|
|
16926
|
-
"data-kds-card-secondary-action": ""
|
|
16927
|
-
};
|
|
16928
|
-
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
16929
|
-
__name: "KdsContainerHeader",
|
|
16930
|
-
props: {
|
|
16931
|
-
title: {}
|
|
16932
|
-
},
|
|
16933
|
-
setup(__props) {
|
|
16934
|
-
return (_ctx, _cache) => {
|
|
16935
|
-
return openBlock(), createElementBlock("div", _hoisted_1$4, [
|
|
16936
|
-
_ctx.$slots.accessory ? (openBlock(), createElementBlock("div", _hoisted_2$2, [
|
|
16937
|
-
renderSlot(_ctx.$slots, "accessory", {}, void 0, true)
|
|
16938
|
-
])) : createCommentVNode("", true),
|
|
16939
|
-
createElementVNode("h6", null, toDisplayString(__props.title), 1),
|
|
16940
|
-
_ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_3$2, [
|
|
16941
|
-
renderSlot(_ctx.$slots, "actions", {}, void 0, true)
|
|
16942
|
-
])) : createCommentVNode("", true)
|
|
16943
|
-
]);
|
|
17023
|
+
], 8, _hoisted_1$4);
|
|
16944
17024
|
};
|
|
16945
17025
|
}
|
|
16946
17026
|
});
|
|
16947
17027
|
|
|
16948
|
-
const
|
|
17028
|
+
const KdsNavigation = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-6cc9519f"]]);
|
|
16949
17029
|
|
|
16950
17030
|
const createUnwrappedPromise = () => {
|
|
16951
17031
|
let resolve = () => {
|
|
@@ -17496,5 +17576,5 @@ const kdsResponsiveButtonGroupAlignments = Object.values(
|
|
|
17496
17576
|
kdsResponsiveButtonGroupAlignment
|
|
17497
17577
|
);
|
|
17498
17578
|
|
|
17499
|
-
export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, _sfc_main$1l as KdsButton, _sfc_main$
|
|
17579
|
+
export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, _sfc_main$1l as KdsButton, _sfc_main$e as KdsCard, _sfc_main$10 as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$P as KdsColorInput, KdsColorSwatch, _sfc_main$15 as KdsContextMenu, KdsDataType, _sfc_main$I as KdsDateInput, _sfc_main$G as KdsDateTimeFormatInput, KdsDivider, KdsDonutChart, _sfc_main$w as KdsDropdown, KdsDynamicModalProvider, KdsEmptyState, KdsIcon, KdsInfoToggleButton, KdsInlineMessage, _sfc_main$z as KdsIntervalInput, KdsLabel, KdsLink, _sfc_main$1k as KdsLinkButton, KdsLinkCard, KdsListContainer, KdsLiveStatus, KdsLoadingSkeleton, KdsLoadingSpinner, _sfc_main$16 as KdsMenu, _sfc_main$1a as KdsMenuButton, KdsModal, KdsModalLayout, _sfc_main$t as KdsMultiSelectDropdown, KdsNavItem, KdsNavigation, _sfc_main$T as KdsNumberInput, KdsPanel, _sfc_main$O as KdsPasswordInput, _sfc_main$F as KdsPatternInput, KdsPreviewList, KdsProgressButton, KdsRadioButton, KdsRadioButtonGroup, KdsResponsiveButtonGroup, KdsSearchInput, KdsSelectableCard, KdsSortableListBox, KdsSplitButton, KdsSubText, KdsTabBar, KdsTextInput, KdsTextarea, _sfc_main$B as KdsTimeInput, _sfc_main$1i as KdsToggleButton, KdsTwinList, _sfc_main$N as KdsUsernameInput, KdsValueSwitch, KdsVariableToggleButton, kdsAvatarSize, kdsAvatarSizes, kdsBadgeSize, kdsBadgeSizes, kdsBadgeVariant, kdsBadgeVariants, kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, kdsCardVariant, kdsCardVariants, kdsCheckboxGroupAlignment, kdsCheckboxGroupAlignments, kdsCheckboxValue, kdsCheckboxValues, kdsColorSwatchSize, kdsColorSwatchSizes, kdsColorSwatchType, kdsColorSwatchTypes, kdsDarkModeType, kdsDarkModeTypes, kdsDataTypeSize, kdsDataTypeSizes, kdsDateFormatCategories, kdsDateFormatCategory, kdsIconName, iconNames as kdsIconNames, kdsIconSize, kdsIconSizes, kdsInlineMessageVariant, kdsInlineMessageVariants, kdsIntervalDirectionalities, kdsIntervalDirectionality, kdsIntervalInputFormat, kdsIntervalInputFormats, kdsLiveStatusSize, kdsLiveStatusSizes, kdsLiveStatusStatus, kdsLiveStatusStatuses, kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants, kdsLoadingSpinnerVariant, kdsLoadingSpinnerVariants, kdsModalClosedBy, kdsModalClosedByOptions, kdsModalHeight, kdsModalHeightSizes, kdsModalVariant, kdsModalVariants, kdsModalWidth, kdsModalWidthSizes, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, kdsPasswordInputVariant, kdsPasswordInputVariants, kdsProgressButtonState, kdsProgressButtonStates, kdsRadioButtonGroupAlignment, kdsRadioButtonGroupAlignments, kdsResponsiveButtonGroupAlignment, kdsResponsiveButtonGroupAlignments, kdsTabBarSize, kdsTabBarSizes, kdsTemporalType, kdsTemporalTypes, kdsTimeInputGranularities, kdsTimeInputGranularity, kdsToggleButtonVariant, kdsToggleButtonVariants, kdsTwinListSearchMode, kdsTwinListSearchModes, kdsTypeIconName, typeIconNames as kdsTypeIconNames, kdsUsernameInputAutocomplete, kdsUsernameInputAutocompletes, kdsValueSwitchSize, kdsValueSwitchSizes, kdsValueSwitchVariant, kdsValueSwitchVariants, useKdsDarkMode, useKdsDynamicModal, useKdsIsTruncated, useKdsLegacyMode };
|
|
17500
17580
|
//# sourceMappingURL=index.js.map
|