@knime/kds-components 0.26.2 → 0.27.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 +129 -21
- package/dist/index.js +487 -275
- package/dist/index.js.map +1 -1
- package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts.map +1 -1
- package/dist/src/forms/RadioButton/types.d.ts +5 -0
- package/dist/src/forms/RadioButton/types.d.ts.map +1 -1
- package/dist/src/layouts/Accordion/KdsAccordion.vue.d.ts +27 -0
- package/dist/src/layouts/Accordion/KdsAccordion.vue.d.ts.map +1 -0
- package/dist/src/layouts/Accordion/index.d.ts +3 -0
- package/dist/src/layouts/Accordion/index.d.ts.map +1 -0
- package/dist/src/layouts/Accordion/types.d.ts +34 -0
- package/dist/src/layouts/Accordion/types.d.ts.map +1 -0
- package/dist/src/layouts/Panel/KdsPanel.vue.d.ts +19 -0
- package/dist/src/layouts/Panel/KdsPanel.vue.d.ts.map +1 -0
- package/dist/src/layouts/Panel/index.d.ts +3 -0
- package/dist/src/layouts/Panel/index.d.ts.map +1 -0
- package/dist/src/layouts/Panel/types.d.ts +79 -0
- package/dist/src/layouts/Panel/types.d.ts.map +1 -0
- package/dist/src/layouts/index.d.ts +4 -4
- package/dist/src/layouts/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/src/layouts/PanelButtonBar/KdsPanelButtonBar.vue.d.ts +0 -10
- package/dist/src/layouts/PanelButtonBar/KdsPanelButtonBar.vue.d.ts.map +0 -1
- package/dist/src/layouts/PanelButtonBar/index.d.ts +0 -3
- package/dist/src/layouts/PanelButtonBar/index.d.ts.map +0 -1
- package/dist/src/layouts/PanelButtonBar/types.d.ts +0 -15
- package/dist/src/layouts/PanelButtonBar/types.d.ts.map +0 -1
- package/dist/src/layouts/PanelHeader/KdsPanelHeader.vue.d.ts +0 -8
- package/dist/src/layouts/PanelHeader/KdsPanelHeader.vue.d.ts.map +0 -1
- package/dist/src/layouts/PanelHeader/index.d.ts +0 -3
- package/dist/src/layouts/PanelHeader/index.d.ts.map +0 -1
- package/dist/src/layouts/PanelHeader/types.d.ts +0 -7
- package/dist/src/layouts/PanelHeader/types.d.ts.map +0 -1
package/dist/index.js
CHANGED
|
@@ -10,8 +10,8 @@ import './index.css';const kdsAvatarSize = {
|
|
|
10
10
|
const kdsAvatarSizes = Object.values(kdsAvatarSize);
|
|
11
11
|
|
|
12
12
|
const _hoisted_1$$ = ["role", "title", "aria-hidden", "aria-label", "data-color"];
|
|
13
|
-
const _hoisted_2$
|
|
14
|
-
const _hoisted_3$
|
|
13
|
+
const _hoisted_2$C = ["src"];
|
|
14
|
+
const _hoisted_3$t = {
|
|
15
15
|
key: 1,
|
|
16
16
|
class: "kds-avatar-initials",
|
|
17
17
|
"aria-hidden": "true"
|
|
@@ -80,7 +80,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
|
80
80
|
alt: "",
|
|
81
81
|
"aria-hidden": "true",
|
|
82
82
|
onError: onImageError
|
|
83
|
-
}, null, 40, _hoisted_2$
|
|
83
|
+
}, null, 40, _hoisted_2$C)) : (openBlock(), createElementBlock("div", _hoisted_3$t, [
|
|
84
84
|
createElementVNode("span", null, toDisplayString(displayedInitials.value), 1)
|
|
85
85
|
]))
|
|
86
86
|
], 10, _hoisted_1$$);
|
|
@@ -99,8 +99,8 @@ const _export_sfc = (sfc, props) => {
|
|
|
99
99
|
const KdsAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-9e1a5abe"]]);
|
|
100
100
|
|
|
101
101
|
const _hoisted_1$_ = ["aria-label"];
|
|
102
|
-
const _hoisted_2$
|
|
103
|
-
const _hoisted_3$
|
|
102
|
+
const _hoisted_2$B = { class: "avatars" };
|
|
103
|
+
const _hoisted_3$s = {
|
|
104
104
|
key: 0,
|
|
105
105
|
class: "more-count",
|
|
106
106
|
"aria-hidden": "true"
|
|
@@ -125,7 +125,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
125
125
|
role: "group",
|
|
126
126
|
"aria-label": ariaLabel.value
|
|
127
127
|
}, [
|
|
128
|
-
createElementVNode("div", _hoisted_2$
|
|
128
|
+
createElementVNode("div", _hoisted_2$B, [
|
|
129
129
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.avatars, (avatar, index) => {
|
|
130
130
|
return openBlock(), createBlock(KdsAvatar, {
|
|
131
131
|
key: index,
|
|
@@ -139,7 +139,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
139
139
|
}, null, 8, ["style", "size", "initials", "title", "src"]);
|
|
140
140
|
}), 128))
|
|
141
141
|
]),
|
|
142
|
-
__props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
142
|
+
__props.moreCount > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$s, " +" + toDisplayString(__props.moreCount), 1)) : createCommentVNode("", true)
|
|
143
143
|
], 8, _hoisted_1$_);
|
|
144
144
|
};
|
|
145
145
|
}
|
|
@@ -873,7 +873,7 @@ function useKdsIsTruncated(elementRef) {
|
|
|
873
873
|
}
|
|
874
874
|
|
|
875
875
|
const _hoisted_1$W = ["title", "aria-label"];
|
|
876
|
-
const _hoisted_2$
|
|
876
|
+
const _hoisted_2$A = ["title"];
|
|
877
877
|
const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
878
878
|
__name: "KdsLiveStatus",
|
|
879
879
|
props: {
|
|
@@ -903,7 +903,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
|
903
903
|
ref: labelEl,
|
|
904
904
|
class: "label",
|
|
905
905
|
title: unref(isTruncated) ? __props.label : void 0
|
|
906
|
-
}, toDisplayString(__props.label), 9, _hoisted_2$
|
|
906
|
+
}, toDisplayString(__props.label), 9, _hoisted_2$A)) : createCommentVNode("", true)
|
|
907
907
|
], 10, _hoisted_1$W);
|
|
908
908
|
};
|
|
909
909
|
}
|
|
@@ -967,9 +967,9 @@ const kdsLoadingSpinnerVariants = Object.values(
|
|
|
967
967
|
);
|
|
968
968
|
|
|
969
969
|
const _hoisted_1$U = ["role"];
|
|
970
|
-
const _hoisted_2$
|
|
971
|
-
const _hoisted_3$
|
|
972
|
-
const _hoisted_4$
|
|
970
|
+
const _hoisted_2$z = { class: "header" };
|
|
971
|
+
const _hoisted_3$r = { class: "headline" };
|
|
972
|
+
const _hoisted_4$l = {
|
|
973
973
|
key: 0,
|
|
974
974
|
class: "body"
|
|
975
975
|
};
|
|
@@ -1004,15 +1004,15 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
|
1004
1004
|
class: normalizeClass(classes.value),
|
|
1005
1005
|
role: role.value
|
|
1006
1006
|
}, [
|
|
1007
|
-
createElementVNode("div", _hoisted_2$
|
|
1007
|
+
createElementVNode("div", _hoisted_2$z, [
|
|
1008
1008
|
createVNode(KdsIcon, {
|
|
1009
1009
|
class: "icon",
|
|
1010
1010
|
name: iconName.value,
|
|
1011
1011
|
size: "small"
|
|
1012
1012
|
}, null, 8, ["name"]),
|
|
1013
|
-
createElementVNode("div", _hoisted_3$
|
|
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$l, toDisplayString(props.description), 1)) : createCommentVNode("", true)
|
|
1016
1016
|
], 10, _hoisted_1$U);
|
|
1017
1017
|
};
|
|
1018
1018
|
}
|
|
@@ -1029,16 +1029,16 @@ const kdsInlineMessageVariant = {
|
|
|
1029
1029
|
const kdsInlineMessageVariants = Object.values(kdsInlineMessageVariant);
|
|
1030
1030
|
|
|
1031
1031
|
const _hoisted_1$T = { class: "donut-container" };
|
|
1032
|
-
const _hoisted_2$
|
|
1033
|
-
const _hoisted_3$
|
|
1034
|
-
const _hoisted_4$
|
|
1035
|
-
const _hoisted_5$
|
|
1036
|
-
const _hoisted_6$
|
|
1032
|
+
const _hoisted_2$y = ["height", "width", "viewBox"];
|
|
1033
|
+
const _hoisted_3$q = ["r", "stroke-width"];
|
|
1034
|
+
const _hoisted_4$k = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1035
|
+
const _hoisted_5$b = ["r", "stroke-width", "stroke-dasharray", "stroke-dashoffset", "transform"];
|
|
1036
|
+
const _hoisted_6$9 = {
|
|
1037
1037
|
key: 0,
|
|
1038
1038
|
class: "donut-text"
|
|
1039
1039
|
};
|
|
1040
|
-
const _hoisted_7$
|
|
1041
|
-
const _hoisted_8$
|
|
1040
|
+
const _hoisted_7$4 = { class: "title" };
|
|
1041
|
+
const _hoisted_8$3 = {
|
|
1042
1042
|
key: 0,
|
|
1043
1043
|
class: "sub-text"
|
|
1044
1044
|
};
|
|
@@ -1107,7 +1107,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
1107
1107
|
r: r.value,
|
|
1108
1108
|
"stroke-width": backgroundStrokeWidth.value,
|
|
1109
1109
|
fill: "transparent"
|
|
1110
|
-
}, null, 8, _hoisted_3$
|
|
1110
|
+
}, null, 8, _hoisted_3$q),
|
|
1111
1111
|
__props.secondaryValue && !disabled.value ? (openBlock(), createElementBlock("circle", {
|
|
1112
1112
|
key: 0,
|
|
1113
1113
|
class: normalizeClass(["value-wedge", "secondary-circle", { animate: __props.animate }]),
|
|
@@ -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$k)) : createCommentVNode("", true),
|
|
1123
1123
|
!disabled.value ? (openBlock(), createElementBlock("circle", {
|
|
1124
1124
|
key: 1,
|
|
1125
1125
|
class: normalizeClass(["value-wedge", "primary-circle", { animate: __props.animate }]),
|
|
@@ -1131,11 +1131,11 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
1131
1131
|
"stroke-dashoffset": strokeDashOffset.value,
|
|
1132
1132
|
fill: "transparent",
|
|
1133
1133
|
transform: transformWedge.value
|
|
1134
|
-
}, null, 10, _hoisted_5$
|
|
1135
|
-
], 8, _hoisted_2$
|
|
1136
|
-
__props.title ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
1137
|
-
createElementVNode("div", _hoisted_7$
|
|
1138
|
-
__props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$
|
|
1134
|
+
}, null, 10, _hoisted_5$b)) : createCommentVNode("", true)
|
|
1135
|
+
], 8, _hoisted_2$y)),
|
|
1136
|
+
__props.title ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
|
|
1137
|
+
createElementVNode("div", _hoisted_7$4, toDisplayString(__props.title), 1),
|
|
1138
|
+
__props.subText ? (openBlock(), createElementBlock("div", _hoisted_8$3, toDisplayString(__props.subText), 1)) : createCommentVNode("", true)
|
|
1139
1139
|
])) : createCommentVNode("", true)
|
|
1140
1140
|
]);
|
|
1141
1141
|
};
|
|
@@ -1529,7 +1529,7 @@ function prettyBytes(number, options) {
|
|
|
1529
1529
|
}
|
|
1530
1530
|
|
|
1531
1531
|
const _hoisted_1$Q = { class: "label" };
|
|
1532
|
-
const _hoisted_2$
|
|
1532
|
+
const _hoisted_2$x = {
|
|
1533
1533
|
key: 1,
|
|
1534
1534
|
class: "file-size"
|
|
1535
1535
|
};
|
|
@@ -1629,7 +1629,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
1629
1629
|
name: "external-link",
|
|
1630
1630
|
size: "xsmall"
|
|
1631
1631
|
})) : createCommentVNode("", true),
|
|
1632
|
-
normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
1632
|
+
normalizedFileSize.value ? (openBlock(), createElementBlock("span", _hoisted_2$x, toDisplayString(normalizedFileSize.value), 1)) : createCommentVNode("", true)
|
|
1633
1633
|
]),
|
|
1634
1634
|
_: 1
|
|
1635
1635
|
}, 8, ["class", "to", "download", "target", "rel", "title", "aria-disabled"]);
|
|
@@ -1676,7 +1676,7 @@ const kdsToggleButtonVariant = {
|
|
|
1676
1676
|
const kdsToggleButtonVariants = Object.values(kdsToggleButtonVariant);
|
|
1677
1677
|
|
|
1678
1678
|
const _hoisted_1$P = ["data-visible"];
|
|
1679
|
-
const _hoisted_2$
|
|
1679
|
+
const _hoisted_2$w = ["data-visible"];
|
|
1680
1680
|
const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
1681
1681
|
__name: "KdsProgressButton",
|
|
1682
1682
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -1747,7 +1747,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
1747
1747
|
size: iconSize.value,
|
|
1748
1748
|
variant: __props.variant === "filled" ? "onPrimary" : "onSurface"
|
|
1749
1749
|
}, null, 8, ["size", "variant"])
|
|
1750
|
-
], 8, _hoisted_2$
|
|
1750
|
+
], 8, _hoisted_2$w)
|
|
1751
1751
|
], 2)
|
|
1752
1752
|
]),
|
|
1753
1753
|
_: 1
|
|
@@ -2027,23 +2027,23 @@ const kdsListItemAccessorySize = {
|
|
|
2027
2027
|
};
|
|
2028
2028
|
|
|
2029
2029
|
const _hoisted_1$O = ["id", "role", "aria-selected", "aria-disabled"];
|
|
2030
|
-
const _hoisted_2$
|
|
2030
|
+
const _hoisted_2$v = {
|
|
2031
2031
|
key: 0,
|
|
2032
2032
|
class: "accessory"
|
|
2033
2033
|
};
|
|
2034
|
-
const _hoisted_3$
|
|
2035
|
-
const _hoisted_4$
|
|
2036
|
-
const _hoisted_5$
|
|
2034
|
+
const _hoisted_3$p = { class: "content" };
|
|
2035
|
+
const _hoisted_4$j = ["title"];
|
|
2036
|
+
const _hoisted_5$a = {
|
|
2037
2037
|
key: 0,
|
|
2038
2038
|
class: "prefix"
|
|
2039
2039
|
};
|
|
2040
|
-
const _hoisted_6$
|
|
2041
|
-
const _hoisted_7$
|
|
2042
|
-
const _hoisted_8$
|
|
2040
|
+
const _hoisted_6$8 = ["title"];
|
|
2041
|
+
const _hoisted_7$3 = { class: "trailing-item" };
|
|
2042
|
+
const _hoisted_8$2 = {
|
|
2043
2043
|
key: 0,
|
|
2044
2044
|
class: "shortcut"
|
|
2045
2045
|
};
|
|
2046
|
-
const _hoisted_9$
|
|
2046
|
+
const _hoisted_9$2 = {
|
|
2047
2047
|
key: 3,
|
|
2048
2048
|
class: "trailing-item-reserve-space"
|
|
2049
2049
|
};
|
|
@@ -2105,35 +2105,35 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
2105
2105
|
]),
|
|
2106
2106
|
onClick
|
|
2107
2107
|
}, [
|
|
2108
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2108
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$v, [
|
|
2109
2109
|
createVNode(_sfc_main$1g, {
|
|
2110
2110
|
accessory: props.accessory,
|
|
2111
2111
|
size: accessorySize.value,
|
|
2112
2112
|
disabled: __props.disabled
|
|
2113
2113
|
}, null, 8, ["accessory", "size", "disabled"])
|
|
2114
2114
|
])) : createCommentVNode("", true),
|
|
2115
|
-
createElementVNode("span", _hoisted_3$
|
|
2115
|
+
createElementVNode("span", _hoisted_3$p, [
|
|
2116
2116
|
createElementVNode("span", {
|
|
2117
2117
|
ref_key: "labelEl",
|
|
2118
2118
|
ref: labelEl,
|
|
2119
2119
|
class: "label",
|
|
2120
2120
|
title: unref(isLabelTruncated) ? props.text : void 0
|
|
2121
2121
|
}, [
|
|
2122
|
-
__props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$
|
|
2122
|
+
__props.missing ? (openBlock(), createElementBlock("span", _hoisted_5$a, "(Missing) ")) : createCommentVNode("", true),
|
|
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$j),
|
|
2127
2127
|
props.subText ? (openBlock(), createElementBlock("span", {
|
|
2128
2128
|
key: 0,
|
|
2129
2129
|
ref_key: "subtextEl",
|
|
2130
2130
|
ref: subtextEl,
|
|
2131
2131
|
class: "subtext",
|
|
2132
2132
|
title: unref(isSubtextTruncated) ? props.subText : void 0
|
|
2133
|
-
}, toDisplayString(props.subText), 9, _hoisted_6$
|
|
2133
|
+
}, toDisplayString(props.subText), 9, _hoisted_6$8)) : createCommentVNode("", true)
|
|
2134
2134
|
]),
|
|
2135
|
-
createElementVNode("span", _hoisted_7$
|
|
2136
|
-
props.shortcut ? (openBlock(), createElementBlock("kbd", _hoisted_8$
|
|
2135
|
+
createElementVNode("span", _hoisted_7$3, [
|
|
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,
|
|
2139
2139
|
label: props.badge.label,
|
|
@@ -2144,7 +2144,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
2144
2144
|
size: "small",
|
|
2145
2145
|
name: props.trailingIcon
|
|
2146
2146
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
2147
|
-
!props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_9$
|
|
2147
|
+
!props.shortcut && !props.trailingIcon && !props.badge ? (openBlock(), createElementBlock("span", _hoisted_9$2)) : createCommentVNode("", true)
|
|
2148
2148
|
])
|
|
2149
2149
|
], 10, _hoisted_1$O);
|
|
2150
2150
|
};
|
|
@@ -2154,11 +2154,11 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
2154
2154
|
const KdsListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-9625480f"]]);
|
|
2155
2155
|
|
|
2156
2156
|
const _hoisted_1$N = { class: "kds-list-item-section-title" };
|
|
2157
|
-
const _hoisted_2$
|
|
2157
|
+
const _hoisted_2$u = {
|
|
2158
2158
|
key: 0,
|
|
2159
2159
|
class: "icon"
|
|
2160
2160
|
};
|
|
2161
|
-
const _hoisted_3$
|
|
2161
|
+
const _hoisted_3$o = ["title"];
|
|
2162
2162
|
const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
2163
2163
|
__name: "ListItemSectionTitle",
|
|
2164
2164
|
props: {
|
|
@@ -2171,7 +2171,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
2171
2171
|
const { isTruncated } = useKdsIsTruncated(labelEl);
|
|
2172
2172
|
return (_ctx, _cache) => {
|
|
2173
2173
|
return openBlock(), createElementBlock("div", _hoisted_1$N, [
|
|
2174
|
-
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
2174
|
+
props.leadingIcon ? (openBlock(), createElementBlock("span", _hoisted_2$u, [
|
|
2175
2175
|
createVNode(KdsIcon, {
|
|
2176
2176
|
name: props.leadingIcon,
|
|
2177
2177
|
size: "small"
|
|
@@ -2182,7 +2182,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
2182
2182
|
ref: labelEl,
|
|
2183
2183
|
class: "label",
|
|
2184
2184
|
title: unref(isTruncated) ? props.label : void 0
|
|
2185
|
-
}, toDisplayString(props.label), 9, _hoisted_3$
|
|
2185
|
+
}, toDisplayString(props.label), 9, _hoisted_3$o)
|
|
2186
2186
|
]);
|
|
2187
2187
|
};
|
|
2188
2188
|
}
|
|
@@ -2328,7 +2328,7 @@ const kdsPopoverType = {
|
|
|
2328
2328
|
AUTO: "auto"};
|
|
2329
2329
|
|
|
2330
2330
|
const _hoisted_1$L = ["id", "popover", "role"];
|
|
2331
|
-
const _hoisted_2$
|
|
2331
|
+
const _hoisted_2$t = {
|
|
2332
2332
|
key: 0,
|
|
2333
2333
|
class: "kds-popover-default-content"
|
|
2334
2334
|
};
|
|
@@ -2390,7 +2390,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
2390
2390
|
onToggle
|
|
2391
2391
|
}, [
|
|
2392
2392
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
2393
|
-
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
2393
|
+
props.content?.trim().length ? (openBlock(), createElementBlock("div", _hoisted_2$t, toDisplayString(props.content), 1)) : createCommentVNode("", true)
|
|
2394
2394
|
], true)
|
|
2395
2395
|
], 46, _hoisted_1$L);
|
|
2396
2396
|
};
|
|
@@ -2591,12 +2591,12 @@ const kdsButtonVariant = {
|
|
|
2591
2591
|
const kdsButtonVariants = Object.values(kdsButtonVariant);
|
|
2592
2592
|
|
|
2593
2593
|
const _hoisted_1$K = ["aria-disabled"];
|
|
2594
|
-
const _hoisted_2$
|
|
2595
|
-
const _hoisted_3$
|
|
2594
|
+
const _hoisted_2$s = { class: "kds-empty-state-headline" };
|
|
2595
|
+
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$i = {
|
|
2600
2600
|
key: 2,
|
|
2601
2601
|
class: "kds-empty-state-action"
|
|
2602
2602
|
};
|
|
@@ -2638,9 +2638,9 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
2638
2638
|
variant: "onSurface",
|
|
2639
2639
|
"aria-hidden": "true"
|
|
2640
2640
|
})) : createCommentVNode("", true),
|
|
2641
|
-
createElementVNode("p", _hoisted_2$
|
|
2642
|
-
props.description ? (openBlock(), createElementBlock("p", _hoisted_3$
|
|
2643
|
-
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
2641
|
+
createElementVNode("p", _hoisted_2$s, toDisplayString(props.headline), 1),
|
|
2642
|
+
props.description ? (openBlock(), createElementBlock("p", _hoisted_3$n, toDisplayString(props.description), 1)) : createCommentVNode("", true),
|
|
2643
|
+
props.button ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
|
|
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))
|
|
@@ -2944,11 +2944,11 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
2944
2944
|
});
|
|
2945
2945
|
|
|
2946
2946
|
const _hoisted_1$I = { class: "kds-preview-list" };
|
|
2947
|
-
const _hoisted_2$
|
|
2948
|
-
const _hoisted_3$
|
|
2949
|
-
const _hoisted_4$
|
|
2950
|
-
const _hoisted_5$
|
|
2951
|
-
const _hoisted_6$
|
|
2947
|
+
const _hoisted_2$r = { class: "kds-preview-list-title-row" };
|
|
2948
|
+
const _hoisted_3$m = { class: "kds-preview-list-content" };
|
|
2949
|
+
const _hoisted_4$h = { class: "kds-preview-list-headline" };
|
|
2950
|
+
const _hoisted_5$9 = ["aria-label"];
|
|
2951
|
+
const _hoisted_6$7 = { class: "kds-preview-list-show-hide" };
|
|
2952
2952
|
const DEFAULT_MAX_VISIBLE_ITEMS = 6;
|
|
2953
2953
|
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
2954
2954
|
__name: "KdsPreviewList",
|
|
@@ -2985,7 +2985,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
2985
2985
|
);
|
|
2986
2986
|
return (_ctx, _cache) => {
|
|
2987
2987
|
return openBlock(), createElementBlock("section", _hoisted_1$I, [
|
|
2988
|
-
createElementVNode("header", _hoisted_2$
|
|
2988
|
+
createElementVNode("header", _hoisted_2$r, [
|
|
2989
2989
|
__props.loading && !expanded.value ? (openBlock(), createBlock(KdsLoadingSpinner, {
|
|
2990
2990
|
key: 0,
|
|
2991
2991
|
size: "small",
|
|
@@ -2995,8 +2995,8 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
2995
2995
|
name: __props.leadingIcon,
|
|
2996
2996
|
size: "small"
|
|
2997
2997
|
}, null, 8, ["name"])) : createCommentVNode("", true),
|
|
2998
|
-
createElementVNode("div", _hoisted_3$
|
|
2999
|
-
createElementVNode("span", _hoisted_4$
|
|
2998
|
+
createElementVNode("div", _hoisted_3$m, [
|
|
2999
|
+
createElementVNode("span", _hoisted_4$h, 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
|
]),
|
|
@@ -3031,11 +3031,11 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
3031
3031
|
}, ["stop"]))
|
|
3032
3032
|
}, null, 8, ["id", "text", "accessory"]);
|
|
3033
3033
|
}), 128))
|
|
3034
|
-
], 8, _hoisted_5$
|
|
3034
|
+
], 8, _hoisted_5$9)) : createCommentVNode("", true)
|
|
3035
3035
|
], 512), [
|
|
3036
3036
|
[vShow, expanded.value]
|
|
3037
3037
|
]),
|
|
3038
|
-
createElementVNode("footer", _hoisted_6$
|
|
3038
|
+
createElementVNode("footer", _hoisted_6$7, [
|
|
3039
3039
|
createVNode(_sfc_main$1l, {
|
|
3040
3040
|
class: "kds-preview-list-toggle",
|
|
3041
3041
|
label: expanded.value ? "Hide all" : "Show all",
|
|
@@ -3055,7 +3055,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
3055
3055
|
const KdsPreviewList = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-a11103f6"]]);
|
|
3056
3056
|
|
|
3057
3057
|
const _hoisted_1$H = { class: "kds-label-wrapper" };
|
|
3058
|
-
const _hoisted_2$
|
|
3058
|
+
const _hoisted_2$q = ["id", "for", "title"];
|
|
3059
3059
|
const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
3060
3060
|
__name: "KdsLabel",
|
|
3061
3061
|
props: {
|
|
@@ -3081,7 +3081,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
3081
3081
|
for: props.for,
|
|
3082
3082
|
class: "label",
|
|
3083
3083
|
title: unref(isTruncated) ? props.label : void 0
|
|
3084
|
-
}, toDisplayString(props.label), 9, _hoisted_2$
|
|
3084
|
+
}, toDisplayString(props.label), 9, _hoisted_2$q),
|
|
3085
3085
|
props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
|
|
3086
3086
|
key: 0,
|
|
3087
3087
|
content: props.description,
|
|
@@ -3095,7 +3095,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
3095
3095
|
const KdsLabel = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-efe3313e"]]);
|
|
3096
3096
|
|
|
3097
3097
|
const _hoisted_1$G = ["id"];
|
|
3098
|
-
const _hoisted_2$
|
|
3098
|
+
const _hoisted_2$p = { class: "subtext-text" };
|
|
3099
3099
|
const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
3100
3100
|
__name: "KdsSubText",
|
|
3101
3101
|
props: {
|
|
@@ -3127,7 +3127,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
3127
3127
|
variant: "onSurface",
|
|
3128
3128
|
"aria-hidden": "true"
|
|
3129
3129
|
})) : createCommentVNode("", true),
|
|
3130
|
-
createElementVNode("span", _hoisted_2$
|
|
3130
|
+
createElementVNode("span", _hoisted_2$p, toDisplayString(props.subText), 1)
|
|
3131
3131
|
], 10, _hoisted_1$G)) : createCommentVNode("", true);
|
|
3132
3132
|
};
|
|
3133
3133
|
}
|
|
@@ -3136,14 +3136,14 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
3136
3136
|
const KdsSubText = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-2e6ba10c"]]);
|
|
3137
3137
|
|
|
3138
3138
|
const _hoisted_1$F = ["disabled", "title", "aria-label", "aria-checked", "aria-describedby", "aria-invalid"];
|
|
3139
|
-
const _hoisted_2$
|
|
3140
|
-
const _hoisted_3$
|
|
3139
|
+
const _hoisted_2$o = { class: "control" };
|
|
3140
|
+
const _hoisted_3$l = {
|
|
3141
3141
|
key: 0,
|
|
3142
3142
|
class: "content"
|
|
3143
3143
|
};
|
|
3144
|
-
const _hoisted_4$
|
|
3145
|
-
const _hoisted_5$
|
|
3146
|
-
const _hoisted_6$
|
|
3144
|
+
const _hoisted_4$g = { class: "label" };
|
|
3145
|
+
const _hoisted_5$8 = ["id"];
|
|
3146
|
+
const _hoisted_6$6 = {
|
|
3147
3147
|
key: 0,
|
|
3148
3148
|
class: "subtext-wrapper"
|
|
3149
3149
|
};
|
|
@@ -3220,7 +3220,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
3220
3220
|
role: "checkbox",
|
|
3221
3221
|
onClick: handleClick
|
|
3222
3222
|
}, [
|
|
3223
|
-
createElementVNode("div", _hoisted_2$
|
|
3223
|
+
createElementVNode("div", _hoisted_2$o, [
|
|
3224
3224
|
icon.value ? (openBlock(), createBlock(KdsIcon, {
|
|
3225
3225
|
key: 0,
|
|
3226
3226
|
name: icon.value,
|
|
@@ -3228,16 +3228,16 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
3228
3228
|
size: "xsmall"
|
|
3229
3229
|
}, null, 8, ["name"])) : createCommentVNode("", true)
|
|
3230
3230
|
]),
|
|
3231
|
-
props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
3232
|
-
createElementVNode("div", _hoisted_4$
|
|
3231
|
+
props.label || props.helperText ? (openBlock(), createElementBlock("div", _hoisted_3$l, [
|
|
3232
|
+
createElementVNode("div", _hoisted_4$g, toDisplayString(props.label), 1),
|
|
3233
3233
|
props.helperText ? (openBlock(), createElementBlock("div", {
|
|
3234
3234
|
key: 0,
|
|
3235
3235
|
id: unref(helperId),
|
|
3236
3236
|
class: "helper-text"
|
|
3237
|
-
}, toDisplayString(props.helperText), 9, _hoisted_5$
|
|
3237
|
+
}, toDisplayString(props.helperText), 9, _hoisted_5$8)) : createCommentVNode("", true)
|
|
3238
3238
|
])) : createCommentVNode("", true)
|
|
3239
3239
|
], 10, _hoisted_1$F),
|
|
3240
|
-
props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
3240
|
+
props.subText || props.preserveSubTextSpace ? (openBlock(), createElementBlock("div", _hoisted_6$6, [
|
|
3241
3241
|
createVNode(KdsSubText, {
|
|
3242
3242
|
id: unref(descriptionId),
|
|
3243
3243
|
"sub-text": props.subText,
|
|
@@ -3283,9 +3283,9 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
3283
3283
|
});
|
|
3284
3284
|
|
|
3285
3285
|
const _hoisted_1$E = ["id", "role", "aria-label", "aria-labelledby", "aria-describedby"];
|
|
3286
|
-
const _hoisted_2$
|
|
3287
|
-
const _hoisted_3$
|
|
3288
|
-
const _hoisted_4$
|
|
3286
|
+
const _hoisted_2$n = ["id"];
|
|
3287
|
+
const _hoisted_3$k = ["title"];
|
|
3288
|
+
const _hoisted_4$f = { class: "kds-fieldset-content" };
|
|
3289
3289
|
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
3290
3290
|
__name: "BaseFieldsetWrapper",
|
|
3291
3291
|
props: {
|
|
@@ -3332,14 +3332,14 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
3332
3332
|
ref: legendTextEl,
|
|
3333
3333
|
class: "legend-text",
|
|
3334
3334
|
title: unref(isTruncated) ? props.label : void 0
|
|
3335
|
-
}, toDisplayString(props.label), 9, _hoisted_3$
|
|
3335
|
+
}, toDisplayString(props.label), 9, _hoisted_3$k),
|
|
3336
3336
|
props.description ? (openBlock(), createBlock(unref(KdsInfoToggleButton), {
|
|
3337
3337
|
key: 0,
|
|
3338
3338
|
content: props.description,
|
|
3339
3339
|
hidden: !isHovered.value
|
|
3340
3340
|
}, null, 8, ["content", "hidden"])) : createCommentVNode("", true)
|
|
3341
|
-
], 8, _hoisted_2$
|
|
3342
|
-
createElementVNode("div", _hoisted_4$
|
|
3341
|
+
], 8, _hoisted_2$n)) : createCommentVNode("", true),
|
|
3342
|
+
createElementVNode("div", _hoisted_4$f, [
|
|
3343
3343
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
3344
3344
|
]),
|
|
3345
3345
|
createVNode(KdsSubText, {
|
|
@@ -3452,17 +3452,17 @@ const kdsCheckboxValue = {
|
|
|
3452
3452
|
const kdsCheckboxValues = Object.values(kdsCheckboxValue);
|
|
3453
3453
|
|
|
3454
3454
|
const _hoisted_1$D = ["aria-checked", "aria-describedby", "aria-invalid", "disabled"];
|
|
3455
|
-
const _hoisted_2$
|
|
3456
|
-
const _hoisted_3$
|
|
3455
|
+
const _hoisted_2$m = { class: "control" };
|
|
3456
|
+
const _hoisted_3$j = {
|
|
3457
3457
|
key: 0,
|
|
3458
3458
|
class: "dot",
|
|
3459
3459
|
viewBox: "0 0 2 2",
|
|
3460
3460
|
"aria-hidden": "true",
|
|
3461
3461
|
focusable: "false"
|
|
3462
3462
|
};
|
|
3463
|
-
const _hoisted_4$
|
|
3464
|
-
const _hoisted_5$
|
|
3465
|
-
const _hoisted_6$
|
|
3463
|
+
const _hoisted_4$e = { class: "content" };
|
|
3464
|
+
const _hoisted_5$7 = { class: "label" };
|
|
3465
|
+
const _hoisted_6$5 = ["id"];
|
|
3466
3466
|
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
3467
3467
|
__name: "KdsRadioButton",
|
|
3468
3468
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -3503,8 +3503,8 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
3503
3503
|
type: "button",
|
|
3504
3504
|
onClick: handleClick
|
|
3505
3505
|
}, [
|
|
3506
|
-
createElementVNode("div", _hoisted_2$
|
|
3507
|
-
modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$
|
|
3506
|
+
createElementVNode("div", _hoisted_2$m, [
|
|
3507
|
+
modelValue.value ? (openBlock(), createElementBlock("svg", _hoisted_3$j, [..._cache[0] || (_cache[0] = [
|
|
3508
3508
|
createElementVNode("circle", {
|
|
3509
3509
|
cx: "1",
|
|
3510
3510
|
cy: "1",
|
|
@@ -3512,13 +3512,13 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
3512
3512
|
}, null, -1)
|
|
3513
3513
|
])])) : createCommentVNode("", true)
|
|
3514
3514
|
]),
|
|
3515
|
-
createElementVNode("div", _hoisted_4$
|
|
3516
|
-
createElementVNode("div", _hoisted_5$
|
|
3515
|
+
createElementVNode("div", _hoisted_4$e, [
|
|
3516
|
+
createElementVNode("div", _hoisted_5$7, toDisplayString(props.text), 1),
|
|
3517
3517
|
props.helperText ? (openBlock(), createElementBlock("div", {
|
|
3518
3518
|
key: 0,
|
|
3519
3519
|
id: `${unref(id)}-helper`,
|
|
3520
3520
|
class: "helper-text"
|
|
3521
|
-
}, toDisplayString(props.helperText), 9, _hoisted_6$
|
|
3521
|
+
}, toDisplayString(props.helperText), 9, _hoisted_6$5)) : createCommentVNode("", true)
|
|
3522
3522
|
])
|
|
3523
3523
|
], 10, _hoisted_1$D);
|
|
3524
3524
|
};
|
|
@@ -3836,6 +3836,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
3836
3836
|
props: /* @__PURE__ */ mergeModels({
|
|
3837
3837
|
id: {},
|
|
3838
3838
|
label: {},
|
|
3839
|
+
ariaLabel: {},
|
|
3839
3840
|
possibleValues: {},
|
|
3840
3841
|
size: { default: "medium" },
|
|
3841
3842
|
variant: { default: "default" },
|
|
@@ -3878,6 +3879,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
3878
3879
|
ref_key: "fieldsetWrapper",
|
|
3879
3880
|
ref: fieldsetWrapper,
|
|
3880
3881
|
label: props.label,
|
|
3882
|
+
ariaLabel: props.ariaLabel,
|
|
3881
3883
|
role: "radiogroup",
|
|
3882
3884
|
class: normalizeClass({
|
|
3883
3885
|
"value-switch": true,
|
|
@@ -3913,12 +3915,12 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
3913
3915
|
], 2)
|
|
3914
3916
|
]),
|
|
3915
3917
|
_: 1
|
|
3916
|
-
}, 8, ["id", "label", "class", "aria-invalid", "sub-text", "preserve-sub-text-space", "error"]);
|
|
3918
|
+
}, 8, ["id", "label", "ariaLabel", "class", "aria-invalid", "sub-text", "preserve-sub-text-space", "error"]);
|
|
3917
3919
|
};
|
|
3918
3920
|
}
|
|
3919
3921
|
});
|
|
3920
3922
|
|
|
3921
|
-
const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-
|
|
3923
|
+
const KdsValueSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-f6d51795"]]);
|
|
3922
3924
|
|
|
3923
3925
|
const kdsRadioButtonGroupAlignment = {
|
|
3924
3926
|
VERTICAL: "vertical",
|
|
@@ -4674,17 +4676,17 @@ const _hoisted_1$B = {
|
|
|
4674
4676
|
key: 0,
|
|
4675
4677
|
class: "icon-wrapper leading"
|
|
4676
4678
|
};
|
|
4677
|
-
const _hoisted_2$
|
|
4679
|
+
const _hoisted_2$l = {
|
|
4678
4680
|
key: 1,
|
|
4679
4681
|
class: "leading-slot"
|
|
4680
4682
|
};
|
|
4681
|
-
const _hoisted_3$
|
|
4682
|
-
const _hoisted_4$
|
|
4683
|
-
const _hoisted_5$
|
|
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$d = ["aria-disabled"];
|
|
4685
|
+
const _hoisted_5$6 = {
|
|
4684
4686
|
key: 4,
|
|
4685
4687
|
class: "trailing-slot"
|
|
4686
4688
|
};
|
|
4687
|
-
const _hoisted_6$
|
|
4689
|
+
const _hoisted_6$4 = {
|
|
4688
4690
|
key: 5,
|
|
4689
4691
|
class: "icon-wrapper trailing"
|
|
4690
4692
|
};
|
|
@@ -4845,7 +4847,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
4845
4847
|
name: props.leadingIcon
|
|
4846
4848
|
}, null, 8, ["name"])) : createCommentVNode("", true)
|
|
4847
4849
|
])) : createCommentVNode("", true),
|
|
4848
|
-
_ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4850
|
+
_ctx.$slots.leading ? (openBlock(), createElementBlock("div", _hoisted_2$l, [
|
|
4849
4851
|
renderSlot(_ctx.$slots, "leading", {}, void 0, true)
|
|
4850
4852
|
])) : createCommentVNode("", true),
|
|
4851
4853
|
createElementVNode("input", {
|
|
@@ -4890,7 +4892,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
4890
4892
|
onCut: handleInputCut,
|
|
4891
4893
|
onDrop: handleInputDrop,
|
|
4892
4894
|
onDragend: handleInputDragEnd
|
|
4893
|
-
}, null, 42, _hoisted_3$
|
|
4895
|
+
}, null, 42, _hoisted_3$i),
|
|
4894
4896
|
props.unit ? (openBlock(), createElementBlock("span", {
|
|
4895
4897
|
key: 2,
|
|
4896
4898
|
class: normalizeClass({
|
|
@@ -4899,7 +4901,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
4899
4901
|
disabled: __props.disabled
|
|
4900
4902
|
}),
|
|
4901
4903
|
"aria-disabled": __props.disabled || void 0
|
|
4902
|
-
}, toDisplayString(props.unit), 11, _hoisted_4$
|
|
4904
|
+
}, toDisplayString(props.unit), 11, _hoisted_4$d)) : createCommentVNode("", true),
|
|
4903
4905
|
__props.clearable && hasValue.value && !__props.disabled ? (openBlock(), createBlock(_sfc_main$1l, {
|
|
4904
4906
|
key: 3,
|
|
4905
4907
|
class: "clear-button",
|
|
@@ -4910,10 +4912,10 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
4910
4912
|
title: "Clear",
|
|
4911
4913
|
onClick: withModifiers(clearAndFocusInput, ["stop"])
|
|
4912
4914
|
})) : createCommentVNode("", true),
|
|
4913
|
-
_ctx.$slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
4915
|
+
_ctx.$slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_5$6, [
|
|
4914
4916
|
renderSlot(_ctx.$slots, "trailing", {}, void 0, true)
|
|
4915
4917
|
])) : createCommentVNode("", true),
|
|
4916
|
-
props.trailingIcon ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
4918
|
+
props.trailingIcon ? (openBlock(), createElementBlock("div", _hoisted_6$4, [
|
|
4917
4919
|
createVNode(KdsIcon, {
|
|
4918
4920
|
name: props.trailingIcon
|
|
4919
4921
|
}, null, 8, ["name"])
|
|
@@ -5726,8 +5728,8 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
5726
5728
|
const ColorPickerSlider = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-f4be2bd4"]]);
|
|
5727
5729
|
|
|
5728
5730
|
const _hoisted_1$z = { class: "kds-color-picker" };
|
|
5729
|
-
const _hoisted_2$
|
|
5730
|
-
const _hoisted_3$
|
|
5731
|
+
const _hoisted_2$k = ["aria-valuetext"];
|
|
5732
|
+
const _hoisted_3$h = { class: "value-inputs" };
|
|
5731
5733
|
const DEFAULT_HUE_DEG = 270;
|
|
5732
5734
|
const DEFAULT_SATURATION = 0.8;
|
|
5733
5735
|
const DEFAULT_VALUE = 0.9;
|
|
@@ -5917,7 +5919,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
5917
5919
|
class: "handle",
|
|
5918
5920
|
style: normalizeStyle(colorspaceHandleStyle.value)
|
|
5919
5921
|
}, null, 4)
|
|
5920
|
-
], 44, _hoisted_2$
|
|
5922
|
+
], 44, _hoisted_2$k),
|
|
5921
5923
|
createVNode(ColorPickerSlider, {
|
|
5922
5924
|
modelValue: hue.value,
|
|
5923
5925
|
"onUpdate:modelValue": [
|
|
@@ -5952,7 +5954,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
5952
5954
|
step: KEYBOARD_STEP,
|
|
5953
5955
|
"large-step": KEYBOARD_LARGE_STEP
|
|
5954
5956
|
}, null, 8, ["modelValue", "value-now", "value-text"]),
|
|
5955
|
-
createElementVNode("div", _hoisted_3$
|
|
5957
|
+
createElementVNode("div", _hoisted_3$h, [
|
|
5956
5958
|
createVNode(KdsTextInput, {
|
|
5957
5959
|
"model-value": hexInputValue.value,
|
|
5958
5960
|
ariaLabel: "Color hex value",
|
|
@@ -10268,9 +10270,9 @@ const _hoisted_1$y = {
|
|
|
10268
10270
|
role: "row",
|
|
10269
10271
|
class: "kds-date-picker-header-row"
|
|
10270
10272
|
};
|
|
10271
|
-
const _hoisted_2$
|
|
10272
|
-
const _hoisted_3$
|
|
10273
|
-
const _hoisted_4$
|
|
10273
|
+
const _hoisted_2$j = ["aria-label"];
|
|
10274
|
+
const _hoisted_3$g = { class: "kds-date-picker-day-grid" };
|
|
10275
|
+
const _hoisted_4$c = ["aria-selected", "aria-disabled", "aria-label", "disabled", "tabindex", "onClick", "onFocus"];
|
|
10274
10276
|
const REFERENCE_YEAR$2 = 2024;
|
|
10275
10277
|
const DAYS_PER_WEEK = 7;
|
|
10276
10278
|
const TOTAL_CELLS = 42;
|
|
@@ -10576,10 +10578,10 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
10576
10578
|
role: "columnheader",
|
|
10577
10579
|
"aria-label": unref(DAY_FULL_LABELS)[i],
|
|
10578
10580
|
class: "kds-date-picker-weekday"
|
|
10579
|
-
}, toDisplayString(day), 9, _hoisted_2$
|
|
10581
|
+
}, toDisplayString(day), 9, _hoisted_2$j);
|
|
10580
10582
|
}), 128))
|
|
10581
10583
|
]),
|
|
10582
|
-
createElementVNode("div", _hoisted_3$
|
|
10584
|
+
createElementVNode("div", _hoisted_3$g, [
|
|
10583
10585
|
(openBlock(true), createElementBlock(Fragment, null, renderList(weeks.value, (week, wi) => {
|
|
10584
10586
|
return openBlock(), createElementBlock("div", {
|
|
10585
10587
|
key: wi,
|
|
@@ -10608,7 +10610,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
10608
10610
|
onClick: ($event) => selectDate(day),
|
|
10609
10611
|
onKeydown: onDayKeydown,
|
|
10610
10612
|
onFocus: ($event) => onDayFocus(day)
|
|
10611
|
-
}, toDisplayString(day.day), 43, _hoisted_4$
|
|
10613
|
+
}, toDisplayString(day.day), 43, _hoisted_4$c);
|
|
10612
10614
|
}), 128))
|
|
10613
10615
|
]);
|
|
10614
10616
|
}), 128))
|
|
@@ -10998,15 +11000,15 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
10998
11000
|
const DatePickerYearGrid = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-270d55b9"]]);
|
|
10999
11001
|
|
|
11000
11002
|
const _hoisted_1$v = { class: "kds-date-picker" };
|
|
11001
|
-
const _hoisted_2$
|
|
11002
|
-
const _hoisted_3$
|
|
11003
|
-
const _hoisted_4$
|
|
11003
|
+
const _hoisted_2$i = { class: "kds-date-picker-header" };
|
|
11004
|
+
const _hoisted_3$f = { class: "kds-date-picker-nav-block" };
|
|
11005
|
+
const _hoisted_4$b = {
|
|
11004
11006
|
key: 1,
|
|
11005
11007
|
class: "kds-date-picker-header-static-label",
|
|
11006
11008
|
"aria-live": "polite"
|
|
11007
11009
|
};
|
|
11008
|
-
const _hoisted_5$
|
|
11009
|
-
const _hoisted_6$
|
|
11010
|
+
const _hoisted_5$5 = { class: "kds-date-picker-nav-block" };
|
|
11011
|
+
const _hoisted_6$3 = { class: "kds-date-picker-body" };
|
|
11010
11012
|
const MONTHS_PER_YEAR = 12;
|
|
11011
11013
|
const YEAR_PAGE_SIZE = 15;
|
|
11012
11014
|
const REFERENCE_YEAR = 2024;
|
|
@@ -11207,8 +11209,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11207
11209
|
__expose({ focus });
|
|
11208
11210
|
return (_ctx, _cache) => {
|
|
11209
11211
|
return openBlock(), createElementBlock("div", _hoisted_1$v, [
|
|
11210
|
-
createElementVNode("div", _hoisted_2$
|
|
11211
|
-
createElementVNode("div", _hoisted_3$
|
|
11212
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
11213
|
+
createElementVNode("div", _hoisted_3$f, [
|
|
11212
11214
|
view.value === "day" ? (openBlock(), createBlock(_sfc_main$1l, {
|
|
11213
11215
|
key: 0,
|
|
11214
11216
|
variant: "transparent",
|
|
@@ -11234,8 +11236,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11234
11236
|
size: "small",
|
|
11235
11237
|
label: headerLabel.value,
|
|
11236
11238
|
onClick: onHeaderLabelClick
|
|
11237
|
-
}, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$
|
|
11238
|
-
createElementVNode("div", _hoisted_5$
|
|
11239
|
+
}, null, 8, ["label"])) : (openBlock(), createElementBlock("div", _hoisted_4$b, toDisplayString(headerLabel.value), 1)),
|
|
11240
|
+
createElementVNode("div", _hoisted_5$5, [
|
|
11239
11241
|
createVNode(_sfc_main$1l, {
|
|
11240
11242
|
variant: "transparent",
|
|
11241
11243
|
size: "small",
|
|
@@ -11255,7 +11257,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11255
11257
|
}, null, 8, ["disabled"])) : createCommentVNode("", true)
|
|
11256
11258
|
])
|
|
11257
11259
|
]),
|
|
11258
|
-
createElementVNode("div", _hoisted_6$
|
|
11260
|
+
createElementVNode("div", _hoisted_6$3, [
|
|
11259
11261
|
view.value === "day" ? (openBlock(), createBlock(DatePickerDayGrid, {
|
|
11260
11262
|
key: 0,
|
|
11261
11263
|
ref_key: "dayGridRef",
|
|
@@ -12242,18 +12244,18 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
12242
12244
|
const KdsTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-8e5a54cf"]]);
|
|
12243
12245
|
|
|
12244
12246
|
const _hoisted_1$s = { class: "kds-time-picker" };
|
|
12245
|
-
const _hoisted_2$
|
|
12246
|
-
const _hoisted_3$
|
|
12247
|
-
const _hoisted_4$
|
|
12248
|
-
const _hoisted_5$
|
|
12247
|
+
const _hoisted_2$h = { class: "kds-time-picker-selected-time" };
|
|
12248
|
+
const _hoisted_3$e = { class: "kds-time-picker-fields" };
|
|
12249
|
+
const _hoisted_4$a = { class: "kds-time-picker-fields" };
|
|
12250
|
+
const _hoisted_5$4 = {
|
|
12249
12251
|
key: 0,
|
|
12250
12252
|
class: "kds-time-picker-fields"
|
|
12251
12253
|
};
|
|
12252
|
-
const _hoisted_6$
|
|
12254
|
+
const _hoisted_6$2 = {
|
|
12253
12255
|
key: 1,
|
|
12254
12256
|
class: "kds-time-picker-actions"
|
|
12255
12257
|
};
|
|
12256
|
-
const _hoisted_7$
|
|
12258
|
+
const _hoisted_7$2 = {
|
|
12257
12259
|
key: 2,
|
|
12258
12260
|
class: "kds-time-picker-actions"
|
|
12259
12261
|
};
|
|
@@ -12363,8 +12365,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12363
12365
|
__expose({ focus });
|
|
12364
12366
|
return (_ctx, _cache) => {
|
|
12365
12367
|
return openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
12366
|
-
createElementVNode("div", _hoisted_2$
|
|
12367
|
-
createElementVNode("div", _hoisted_3$
|
|
12368
|
+
createElementVNode("div", _hoisted_2$h, toDisplayString(selectedTimeLabel.value), 1),
|
|
12369
|
+
createElementVNode("div", _hoisted_3$e, [
|
|
12368
12370
|
createVNode(_sfc_main$T, {
|
|
12369
12371
|
ref: "hourInput",
|
|
12370
12372
|
modelValue: hour.value,
|
|
@@ -12390,7 +12392,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12390
12392
|
class: "kds-time-picker-divider"
|
|
12391
12393
|
})) : createCommentVNode("", true),
|
|
12392
12394
|
showSecondInput.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
12393
|
-
createElementVNode("div", _hoisted_4$
|
|
12395
|
+
createElementVNode("div", _hoisted_4$a, [
|
|
12394
12396
|
createVNode(_sfc_main$T, {
|
|
12395
12397
|
ref: "secondInput",
|
|
12396
12398
|
modelValue: second.value,
|
|
@@ -12410,7 +12412,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12410
12412
|
onClick: removeSeconds
|
|
12411
12413
|
})
|
|
12412
12414
|
]),
|
|
12413
|
-
showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
12415
|
+
showMillisecondInput.value ? (openBlock(), createElementBlock("div", _hoisted_5$4, [
|
|
12414
12416
|
createVNode(_sfc_main$T, {
|
|
12415
12417
|
ref: "millisecondInput",
|
|
12416
12418
|
modelValue: millisecond.value,
|
|
@@ -12432,7 +12434,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12432
12434
|
title: "Remove milliseconds",
|
|
12433
12435
|
onClick: removeMilliseconds
|
|
12434
12436
|
})
|
|
12435
|
-
])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
12437
|
+
])) : __props.maxGranularity === "millisecond" ? (openBlock(), createElementBlock("div", _hoisted_6$2, [
|
|
12436
12438
|
createVNode(_sfc_main$1l, {
|
|
12437
12439
|
variant: "outlined",
|
|
12438
12440
|
size: "small",
|
|
@@ -12441,7 +12443,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
12441
12443
|
onClick: addMilliseconds
|
|
12442
12444
|
})
|
|
12443
12445
|
])) : createCommentVNode("", true)
|
|
12444
|
-
], 64)) : __props.maxGranularity !== "minute" ? (openBlock(), createElementBlock("div", _hoisted_7$
|
|
12446
|
+
], 64)) : __props.maxGranularity !== "minute" ? (openBlock(), createElementBlock("div", _hoisted_7$2, [
|
|
12445
12447
|
createVNode(_sfc_main$1l, {
|
|
12446
12448
|
variant: "outlined",
|
|
12447
12449
|
size: "small",
|
|
@@ -13043,9 +13045,9 @@ const stripInactiveFields = (duration, usedFormat) => {
|
|
|
13043
13045
|
const toTitleCase = (key) => key.charAt(0).toUpperCase() + key.slice(1).toLowerCase();
|
|
13044
13046
|
|
|
13045
13047
|
const _hoisted_1$r = { class: "kds-interval-popover" };
|
|
13046
|
-
const _hoisted_2$
|
|
13047
|
-
const _hoisted_3$
|
|
13048
|
-
const _hoisted_4$
|
|
13048
|
+
const _hoisted_2$g = { class: "kds-interval-popover-header" };
|
|
13049
|
+
const _hoisted_3$d = { class: "kds-interval-popover-content" };
|
|
13050
|
+
const _hoisted_4$9 = { class: "kds-interval-popover-grid" };
|
|
13049
13051
|
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
13050
13052
|
__name: "IntervalInputPopover",
|
|
13051
13053
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -13141,7 +13143,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
13141
13143
|
});
|
|
13142
13144
|
return (_ctx, _cache) => {
|
|
13143
13145
|
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
13144
|
-
createElementVNode("div", _hoisted_2$
|
|
13146
|
+
createElementVNode("div", _hoisted_2$g, [
|
|
13145
13147
|
_cache[2] || (_cache[2] = createElementVNode("span", { class: "kds-interval-popover-title" }, "Interval value", -1)),
|
|
13146
13148
|
props.format === unref(kdsIntervalInputFormat).DATE_OR_TIME ? (openBlock(), createBlock(unref(KdsValueSwitch), {
|
|
13147
13149
|
key: 0,
|
|
@@ -13153,7 +13155,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
13153
13155
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true)
|
|
13154
13156
|
]),
|
|
13155
13157
|
_cache[3] || (_cache[3] = createElementVNode("div", { class: "kds-interval-popover-divider" }, null, -1)),
|
|
13156
|
-
createElementVNode("div", _hoisted_3$
|
|
13158
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
13157
13159
|
props.allowDescending ? (openBlock(), createBlock(unref(KdsValueSwitch), {
|
|
13158
13160
|
key: 0,
|
|
13159
13161
|
modelValue: direction.value,
|
|
@@ -13163,7 +13165,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
13163
13165
|
variant: "muted",
|
|
13164
13166
|
"possible-values": directionOptions
|
|
13165
13167
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true),
|
|
13166
|
-
createElementVNode("div", _hoisted_4$
|
|
13168
|
+
createElementVNode("div", _hoisted_4$9, [
|
|
13167
13169
|
mode.value === unref(kdsIntervalInputFormat).DATE ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(periodNumericKeys), (key) => {
|
|
13168
13170
|
return openBlock(), createBlock(unref(_sfc_main$T), {
|
|
13169
13171
|
key,
|
|
@@ -13405,13 +13407,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
13405
13407
|
});
|
|
13406
13408
|
|
|
13407
13409
|
const _hoisted_1$q = ["id", "aria-expanded", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-controls", "disabled"];
|
|
13408
|
-
const _hoisted_2$
|
|
13410
|
+
const _hoisted_2$f = {
|
|
13409
13411
|
key: 0,
|
|
13410
13412
|
class: "leading",
|
|
13411
13413
|
"aria-hidden": "true"
|
|
13412
13414
|
};
|
|
13413
|
-
const _hoisted_3$
|
|
13414
|
-
const _hoisted_4$
|
|
13415
|
+
const _hoisted_3$c = ["id"];
|
|
13416
|
+
const _hoisted_4$8 = {
|
|
13415
13417
|
class: "trailing",
|
|
13416
13418
|
"aria-hidden": "true"
|
|
13417
13419
|
};
|
|
@@ -13487,7 +13489,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13487
13489
|
onClick: _cache[0] || (_cache[0] = ($event) => !__props.disabled && emit("click")),
|
|
13488
13490
|
onKeydown
|
|
13489
13491
|
}, [
|
|
13490
|
-
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
13492
|
+
props.accessory ? (openBlock(), createElementBlock("span", _hoisted_2$f, [
|
|
13491
13493
|
createVNode(_sfc_main$1g, {
|
|
13492
13494
|
accessory: props.accessory,
|
|
13493
13495
|
size: "medium"
|
|
@@ -13499,8 +13501,8 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13499
13501
|
placeholder: !props.text && !__props.disabled,
|
|
13500
13502
|
missing: __props.missing
|
|
13501
13503
|
}])
|
|
13502
|
-
}, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$
|
|
13503
|
-
createElementVNode("span", _hoisted_4$
|
|
13504
|
+
}, toDisplayString(props.text ?? props.placeholder), 11, _hoisted_3$c),
|
|
13505
|
+
createElementVNode("span", _hoisted_4$8, [
|
|
13504
13506
|
createVNode(KdsIcon, {
|
|
13505
13507
|
name: open.value ? "chevron-up" : "chevron-down",
|
|
13506
13508
|
size: "small"
|
|
@@ -13516,7 +13518,7 @@ const BaseDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "da
|
|
|
13516
13518
|
const DROPDOWN_SEARCH_THRESHOLD = 12;
|
|
13517
13519
|
|
|
13518
13520
|
const _hoisted_1$p = { class: "kds-dropdown-container" };
|
|
13519
|
-
const _hoisted_2$
|
|
13521
|
+
const _hoisted_2$e = {
|
|
13520
13522
|
key: 0,
|
|
13521
13523
|
class: "kds-dropdown-container-sticky-top"
|
|
13522
13524
|
};
|
|
@@ -13605,7 +13607,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
13605
13607
|
});
|
|
13606
13608
|
return (_ctx, _cache) => {
|
|
13607
13609
|
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
13608
|
-
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
13610
|
+
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
|
|
13609
13611
|
createVNode(BaseInput, {
|
|
13610
13612
|
ref_key: "searchEl",
|
|
13611
13613
|
ref: searchEl,
|
|
@@ -13733,7 +13735,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
13733
13735
|
});
|
|
13734
13736
|
|
|
13735
13737
|
const _hoisted_1$o = ["disabled"];
|
|
13736
|
-
const _hoisted_2$
|
|
13738
|
+
const _hoisted_2$d = ["title"];
|
|
13737
13739
|
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
13738
13740
|
__name: "KdsListItemButton",
|
|
13739
13741
|
props: {
|
|
@@ -13764,7 +13766,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
13764
13766
|
ref: labelEl,
|
|
13765
13767
|
class: "label",
|
|
13766
13768
|
title: unref(isLabelTruncated) ? props.label : void 0
|
|
13767
|
-
}, toDisplayString(props.label), 9, _hoisted_2$
|
|
13769
|
+
}, toDisplayString(props.label), 9, _hoisted_2$d)
|
|
13768
13770
|
], 8, _hoisted_1$o);
|
|
13769
13771
|
};
|
|
13770
13772
|
}
|
|
@@ -13773,11 +13775,11 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
13773
13775
|
const KdsListItemButton = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-21fb5571"]]);
|
|
13774
13776
|
|
|
13775
13777
|
const _hoisted_1$n = { class: "kds-multi-select-dropdown-options" };
|
|
13776
|
-
const _hoisted_2$
|
|
13778
|
+
const _hoisted_2$c = {
|
|
13777
13779
|
key: 0,
|
|
13778
13780
|
class: "kds-multi-select-dropdown-search"
|
|
13779
13781
|
};
|
|
13780
|
-
const _hoisted_3$
|
|
13782
|
+
const _hoisted_3$b = {
|
|
13781
13783
|
key: 1,
|
|
13782
13784
|
class: "kds-multi-select-dropdown-footer"
|
|
13783
13785
|
};
|
|
@@ -13905,7 +13907,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
13905
13907
|
});
|
|
13906
13908
|
return (_ctx, _cache) => {
|
|
13907
13909
|
return openBlock(), createElementBlock("div", _hoisted_1$n, [
|
|
13908
|
-
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
13910
|
+
searchable.value ? (openBlock(), createElementBlock("div", _hoisted_2$c, [
|
|
13909
13911
|
createVNode(BaseInput, {
|
|
13910
13912
|
ref_key: "searchEl",
|
|
13911
13913
|
ref: searchEl,
|
|
@@ -13934,7 +13936,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
13934
13936
|
"aria-label": "Dropdown options",
|
|
13935
13937
|
onItemClick: _cache[4] || (_cache[4] = ($event) => $event !== void 0 && onItemClick($event))
|
|
13936
13938
|
}, null, 8, ["class", "possible-values", "loading", "empty-text", "controlled-externally"]),
|
|
13937
|
-
!__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13939
|
+
!__props.loading && visibleEnabledIds.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$b, [
|
|
13938
13940
|
createVNode(unref(KdsListItemButton), {
|
|
13939
13941
|
label: anyVisibleSelected.value ? "Clear all" : "Select all",
|
|
13940
13942
|
"leading-icon": anyVisibleSelected.value ? "trash" : "checkmark",
|
|
@@ -14077,7 +14079,7 @@ const kdsSpacingContainer0p10x = 1;
|
|
|
14077
14079
|
const kdsSpacingContainer0p25x = 4;
|
|
14078
14080
|
|
|
14079
14081
|
const _hoisted_1$m = { class: "kds-resize-handle-area" };
|
|
14080
|
-
const _hoisted_2$
|
|
14082
|
+
const _hoisted_2$b = ["aria-label"];
|
|
14081
14083
|
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
14082
14084
|
__name: "ResizeHandle",
|
|
14083
14085
|
props: {
|
|
@@ -14109,7 +14111,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
14109
14111
|
type: "button"
|
|
14110
14112
|
}, [..._cache[0] || (_cache[0] = [
|
|
14111
14113
|
createElementVNode("span", { class: "kds-resize-handle-line" }, null, -1)
|
|
14112
|
-
])], 8, _hoisted_2$
|
|
14114
|
+
])], 8, _hoisted_2$b);
|
|
14113
14115
|
}), 128))
|
|
14114
14116
|
]);
|
|
14115
14117
|
};
|
|
@@ -14498,12 +14500,12 @@ const useMultiSelectListBoxSelection = ({
|
|
|
14498
14500
|
};
|
|
14499
14501
|
|
|
14500
14502
|
const _hoisted_1$k = ["id", "tabindex", "aria-labelledby", "aria-describedby", "aria-label", "aria-invalid", "aria-activedescendant", "aria-disabled", "onKeydown"];
|
|
14501
|
-
const _hoisted_2$
|
|
14502
|
-
const _hoisted_3$
|
|
14503
|
+
const _hoisted_2$a = { class: "kds-multiselect-list-box-content-grid" };
|
|
14504
|
+
const _hoisted_3$a = {
|
|
14503
14505
|
key: 0,
|
|
14504
14506
|
class: "kds-multiselect-sticky-bottom"
|
|
14505
14507
|
};
|
|
14506
|
-
const _hoisted_4$
|
|
14508
|
+
const _hoisted_4$7 = {
|
|
14507
14509
|
key: 0,
|
|
14508
14510
|
class: "kds-multiselect-empty"
|
|
14509
14511
|
};
|
|
@@ -14760,7 +14762,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
14760
14762
|
onBlur: _cache[17] || (_cache[17] = //@ts-ignore
|
|
14761
14763
|
(...args) => unref(onBlur) && unref(onBlur)(...args))
|
|
14762
14764
|
}), [
|
|
14763
|
-
createElementVNode("div", _hoisted_2$
|
|
14765
|
+
createElementVNode("div", _hoisted_2$a, [
|
|
14764
14766
|
createElementVNode("div", mergeProps({ class: "kds-multiselect-list-box-content" }, unref(wrapperProps)), [
|
|
14765
14767
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(virtualList), ({ data: item, index }) => {
|
|
14766
14768
|
return openBlock(), createBlock(unref(KdsListItem), {
|
|
@@ -14787,7 +14789,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
14787
14789
|
}, null, 8, ["id", "class", "text", "accessory", "missing", "special", "data-option-index", "selected", "disabled", "active", "trailing-icon", "onDblclick", "onClick"]);
|
|
14788
14790
|
}), 128))
|
|
14789
14791
|
], 16),
|
|
14790
|
-
visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
14792
|
+
visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
|
|
14791
14793
|
createVNode(unref(KdsListItem), {
|
|
14792
14794
|
id: generateOptionId(visibleBottomValue.value.id),
|
|
14793
14795
|
text: visibleBottomValue.value.text,
|
|
@@ -14808,7 +14810,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
14808
14810
|
])) : createCommentVNode("", true)
|
|
14809
14811
|
])
|
|
14810
14812
|
], 16, _hoisted_1$k),
|
|
14811
|
-
visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
14813
|
+
visiblePossibleValues.value.length === 0 && !visibleBottomValue.value ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
|
|
14812
14814
|
createVNode(KdsEmptyState, {
|
|
14813
14815
|
headline: __props.loading ? "Loading data…" : __props.emptyStateLabel,
|
|
14814
14816
|
"loading-spinner": __props.loading,
|
|
@@ -14829,17 +14831,17 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
14829
14831
|
const KdsMultiSelectListBox = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-2c5e2dda"]]);
|
|
14830
14832
|
|
|
14831
14833
|
const _hoisted_1$j = { class: "kds-list-column" };
|
|
14832
|
-
const _hoisted_2$
|
|
14833
|
-
const _hoisted_3$
|
|
14834
|
-
const _hoisted_4$
|
|
14834
|
+
const _hoisted_2$9 = { class: "kds-list-header" };
|
|
14835
|
+
const _hoisted_3$9 = { class: "kds-list-label" };
|
|
14836
|
+
const _hoisted_4$6 = {
|
|
14835
14837
|
key: 0,
|
|
14836
14838
|
class: "kds-list-count"
|
|
14837
14839
|
};
|
|
14838
|
-
const _hoisted_5$
|
|
14839
|
-
const _hoisted_6 = { class: "kds-list-column" };
|
|
14840
|
-
const _hoisted_7 = { class: "kds-list-header" };
|
|
14841
|
-
const _hoisted_8 = { class: "kds-list-label" };
|
|
14842
|
-
const _hoisted_9 = {
|
|
14840
|
+
const _hoisted_5$3 = { class: "kds-button-column" };
|
|
14841
|
+
const _hoisted_6$1 = { class: "kds-list-column" };
|
|
14842
|
+
const _hoisted_7$1 = { class: "kds-list-header" };
|
|
14843
|
+
const _hoisted_8$1 = { class: "kds-list-label" };
|
|
14844
|
+
const _hoisted_9$1 = {
|
|
14843
14845
|
key: 0,
|
|
14844
14846
|
class: "kds-list-count"
|
|
14845
14847
|
};
|
|
@@ -15019,9 +15021,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15019
15021
|
style: normalizeStyle(contentStyle)
|
|
15020
15022
|
}, [
|
|
15021
15023
|
createElementVNode("div", _hoisted_1$j, [
|
|
15022
|
-
createElementVNode("div", _hoisted_2$
|
|
15023
|
-
createElementVNode("span", _hoisted_3$
|
|
15024
|
-
!__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$
|
|
15024
|
+
createElementVNode("div", _hoisted_2$9, [
|
|
15025
|
+
createElementVNode("span", _hoisted_3$9, toDisplayString(__props.excludeLabel), 1),
|
|
15026
|
+
!__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_4$6, toDisplayString(leftOptions.value.length) + " of " + toDisplayString(excludedItems.value.length), 1)) : createCommentVNode("", true)
|
|
15025
15027
|
]),
|
|
15026
15028
|
createVNode(unref(KdsMultiSelectListBox), {
|
|
15027
15029
|
modelValue: leftSelected.value,
|
|
@@ -15040,7 +15042,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15040
15042
|
onKeyEnter: moveRight
|
|
15041
15043
|
}, null, 8, ["modelValue", "possible-values", "ariaLabel", "disabled", "error", "loading", "empty-state-label", "bottom-value"])
|
|
15042
15044
|
]),
|
|
15043
|
-
createElementVNode("div", _hoisted_5$
|
|
15045
|
+
createElementVNode("div", _hoisted_5$3, [
|
|
15044
15046
|
createVNode(unref(_sfc_main$1l), {
|
|
15045
15047
|
"leading-icon": "chevron-right",
|
|
15046
15048
|
ariaLabel: "Move selected values right",
|
|
@@ -15084,10 +15086,10 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15084
15086
|
]))
|
|
15085
15087
|
}, null, 8, ["disabled"])
|
|
15086
15088
|
]),
|
|
15087
|
-
createElementVNode("div", _hoisted_6, [
|
|
15088
|
-
createElementVNode("div", _hoisted_7, [
|
|
15089
|
-
createElementVNode("span", _hoisted_8, toDisplayString(__props.includeLabel), 1),
|
|
15090
|
-
!__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_9, toDisplayString(rightOptions.value.length) + " of " + toDisplayString(includedItems.value.length), 1)) : createCommentVNode("", true)
|
|
15089
|
+
createElementVNode("div", _hoisted_6$1, [
|
|
15090
|
+
createElementVNode("div", _hoisted_7$1, [
|
|
15091
|
+
createElementVNode("span", _hoisted_8$1, toDisplayString(__props.includeLabel), 1),
|
|
15092
|
+
!__props.loading && __props.searchTerm ? (openBlock(), createElementBlock("span", _hoisted_9$1, toDisplayString(rightOptions.value.length) + " of " + toDisplayString(includedItems.value.length), 1)) : createCommentVNode("", true)
|
|
15091
15093
|
]),
|
|
15092
15094
|
createVNode(unref(KdsMultiSelectListBox), {
|
|
15093
15095
|
modelValue: rightSelected.value,
|
|
@@ -15461,9 +15463,9 @@ const useSortableListBoxReorder = ({
|
|
|
15461
15463
|
};
|
|
15462
15464
|
|
|
15463
15465
|
const _hoisted_1$h = { class: "kds-sortable-list-box-wrapper" };
|
|
15464
|
-
const _hoisted_2$
|
|
15465
|
-
const _hoisted_3$
|
|
15466
|
-
const _hoisted_4$
|
|
15466
|
+
const _hoisted_2$8 = { class: "kds-sortable-top-buttons" };
|
|
15467
|
+
const _hoisted_3$8 = { class: "kds-sortable-top-buttons-left" };
|
|
15468
|
+
const _hoisted_4$5 = { class: "kds-sortable-footer-buttons" };
|
|
15467
15469
|
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
15468
15470
|
__name: "KdsSortableListBox",
|
|
15469
15471
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -15522,8 +15524,8 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
15522
15524
|
}), {
|
|
15523
15525
|
default: withCtx(() => [
|
|
15524
15526
|
createElementVNode("div", _hoisted_1$h, [
|
|
15525
|
-
createElementVNode("div", _hoisted_2$
|
|
15526
|
-
createElementVNode("div", _hoisted_3$
|
|
15527
|
+
createElementVNode("div", _hoisted_2$8, [
|
|
15528
|
+
createElementVNode("div", _hoisted_3$8, [
|
|
15527
15529
|
createVNode(_sfc_main$1l, {
|
|
15528
15530
|
size: "small",
|
|
15529
15531
|
variant: "transparent",
|
|
@@ -15562,7 +15564,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
15562
15564
|
ariaLabel: formFieldProps.label ?? formFieldProps.ariaLabel ?? ""
|
|
15563
15565
|
/* fallback only for TS */
|
|
15564
15566
|
}, null, 8, ["modelValue", "possible-values", "disabled", "error", "ariaLabel"]),
|
|
15565
|
-
createElementVNode("div", _hoisted_4$
|
|
15567
|
+
createElementVNode("div", _hoisted_4$5, [
|
|
15566
15568
|
createVNode(_sfc_main$1l, {
|
|
15567
15569
|
size: "small",
|
|
15568
15570
|
variant: "transparent",
|
|
@@ -15851,7 +15853,170 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
15851
15853
|
|
|
15852
15854
|
const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-b6d29842"]]);
|
|
15853
15855
|
|
|
15856
|
+
const _hoisted_1$c = { class: "kds-accordion" };
|
|
15857
|
+
const _hoisted_2$7 = ["id", "aria-expanded", "aria-controls", "disabled", "onClick", "onKeydown"];
|
|
15858
|
+
const _hoisted_3$7 = { class: "kds-accordion-headline-container" };
|
|
15859
|
+
const _hoisted_4$4 = { class: "kds-accordion-headline" };
|
|
15860
|
+
const _hoisted_5$2 = ["id", "aria-labelledby", "hidden"];
|
|
15854
15861
|
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
15862
|
+
__name: "KdsAccordion",
|
|
15863
|
+
props: /* @__PURE__ */ mergeModels({
|
|
15864
|
+
items: {},
|
|
15865
|
+
singleExpand: { type: Boolean, default: false }
|
|
15866
|
+
}, {
|
|
15867
|
+
"modelValue": { required: false },
|
|
15868
|
+
"modelModifiers": {}
|
|
15869
|
+
}),
|
|
15870
|
+
emits: ["update:modelValue"],
|
|
15871
|
+
setup(__props) {
|
|
15872
|
+
const itemIdsSet = computed(() => new Set(__props.items.map((item) => item.id)));
|
|
15873
|
+
const modelValue = useModel(__props, "modelValue");
|
|
15874
|
+
const getNormalizedExpandedItems = (expandedItemIds) => {
|
|
15875
|
+
const sanitizedExpandedItems = Array.from(new Set(expandedItemIds)).filter(
|
|
15876
|
+
(expandedItemId) => itemIdsSet.value.has(expandedItemId)
|
|
15877
|
+
);
|
|
15878
|
+
if (__props.singleExpand) {
|
|
15879
|
+
return sanitizedExpandedItems.slice(0, 1);
|
|
15880
|
+
}
|
|
15881
|
+
return sanitizedExpandedItems;
|
|
15882
|
+
};
|
|
15883
|
+
const normalizedModelExpandedItems = computed(
|
|
15884
|
+
() => getNormalizedExpandedItems(modelValue.value ?? [])
|
|
15885
|
+
);
|
|
15886
|
+
const setExpandedItems = (nextExpandedItems) => {
|
|
15887
|
+
modelValue.value = nextExpandedItems;
|
|
15888
|
+
};
|
|
15889
|
+
const areExpandedItemsEqual = (leftExpandedItems, rightExpandedItems) => leftExpandedItems.length === rightExpandedItems.length && leftExpandedItems.every(
|
|
15890
|
+
(value, index) => value === rightExpandedItems[index]
|
|
15891
|
+
);
|
|
15892
|
+
watch(
|
|
15893
|
+
() => [__props.items, __props.singleExpand, modelValue.value],
|
|
15894
|
+
() => {
|
|
15895
|
+
const currentModelExpandedItems = modelValue.value ?? [];
|
|
15896
|
+
const normalizedExpandedItems = normalizedModelExpandedItems.value;
|
|
15897
|
+
if (!areExpandedItemsEqual(currentModelExpandedItems, normalizedExpandedItems)) {
|
|
15898
|
+
setExpandedItems(normalizedExpandedItems);
|
|
15899
|
+
}
|
|
15900
|
+
},
|
|
15901
|
+
{ immediate: true }
|
|
15902
|
+
);
|
|
15903
|
+
const expandedItems = computed(() => normalizedModelExpandedItems.value);
|
|
15904
|
+
const isItemExpanded = (itemId) => expandedItems.value.includes(itemId);
|
|
15905
|
+
const toggleItem = (item) => {
|
|
15906
|
+
if (item.disabled) {
|
|
15907
|
+
return;
|
|
15908
|
+
}
|
|
15909
|
+
if (isItemExpanded(item.id)) {
|
|
15910
|
+
setExpandedItems(expandedItems.value.filter((id) => id !== item.id));
|
|
15911
|
+
return;
|
|
15912
|
+
}
|
|
15913
|
+
if (__props.singleExpand) {
|
|
15914
|
+
setExpandedItems([item.id]);
|
|
15915
|
+
return;
|
|
15916
|
+
}
|
|
15917
|
+
setExpandedItems([...expandedItems.value, item.id]);
|
|
15918
|
+
};
|
|
15919
|
+
const triggerRefs = ref({});
|
|
15920
|
+
const setTriggerRef = (itemId, triggerEl) => {
|
|
15921
|
+
let element = null;
|
|
15922
|
+
if (triggerEl instanceof Element) {
|
|
15923
|
+
element = triggerEl;
|
|
15924
|
+
} else if (triggerEl) {
|
|
15925
|
+
element = triggerEl.$el;
|
|
15926
|
+
}
|
|
15927
|
+
if (element instanceof HTMLButtonElement) {
|
|
15928
|
+
triggerRefs.value[itemId] = element;
|
|
15929
|
+
return;
|
|
15930
|
+
}
|
|
15931
|
+
delete triggerRefs.value[itemId];
|
|
15932
|
+
};
|
|
15933
|
+
const focusTrigger = (itemId) => {
|
|
15934
|
+
triggerRefs.value[itemId]?.focus();
|
|
15935
|
+
};
|
|
15936
|
+
const handleTriggerKeydown = (event, currentItem) => {
|
|
15937
|
+
const enabledItemIds = __props.items.filter((item) => !item.disabled).map((item) => item.id);
|
|
15938
|
+
const currentItemIndex = enabledItemIds.indexOf(currentItem.id);
|
|
15939
|
+
if (currentItemIndex === -1 || enabledItemIds.length < 2) {
|
|
15940
|
+
return;
|
|
15941
|
+
}
|
|
15942
|
+
switch (event.key) {
|
|
15943
|
+
case "ArrowDown": {
|
|
15944
|
+
event.preventDefault();
|
|
15945
|
+
const nextItemIndex = (currentItemIndex + 1) % enabledItemIds.length;
|
|
15946
|
+
focusTrigger(enabledItemIds[nextItemIndex]);
|
|
15947
|
+
break;
|
|
15948
|
+
}
|
|
15949
|
+
case "ArrowUp": {
|
|
15950
|
+
event.preventDefault();
|
|
15951
|
+
const nextItemIndex = (currentItemIndex - 1 + enabledItemIds.length) % enabledItemIds.length;
|
|
15952
|
+
focusTrigger(enabledItemIds[nextItemIndex]);
|
|
15953
|
+
break;
|
|
15954
|
+
}
|
|
15955
|
+
case "Home":
|
|
15956
|
+
event.preventDefault();
|
|
15957
|
+
focusTrigger(enabledItemIds[0]);
|
|
15958
|
+
break;
|
|
15959
|
+
case "End":
|
|
15960
|
+
event.preventDefault();
|
|
15961
|
+
focusTrigger(enabledItemIds[enabledItemIds.length - 1]);
|
|
15962
|
+
break;
|
|
15963
|
+
}
|
|
15964
|
+
};
|
|
15965
|
+
const accordionId = useId();
|
|
15966
|
+
const getItemTriggerId = (itemId) => `${accordionId}-trigger-${itemId}`;
|
|
15967
|
+
const getItemContentId = (itemId) => `${accordionId}-content-${itemId}`;
|
|
15968
|
+
return (_ctx, _cache) => {
|
|
15969
|
+
return openBlock(), createElementBlock("div", _hoisted_1$c, [
|
|
15970
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item) => {
|
|
15971
|
+
return openBlock(), createElementBlock("div", {
|
|
15972
|
+
key: item.id,
|
|
15973
|
+
class: "kds-accordion-item"
|
|
15974
|
+
}, [
|
|
15975
|
+
createElementVNode("button", {
|
|
15976
|
+
id: getItemTriggerId(item.id),
|
|
15977
|
+
ref_for: true,
|
|
15978
|
+
ref: (triggerEl) => setTriggerRef(item.id, triggerEl),
|
|
15979
|
+
class: "kds-accordion-header",
|
|
15980
|
+
type: "button",
|
|
15981
|
+
"aria-expanded": isItemExpanded(item.id),
|
|
15982
|
+
"aria-controls": getItemContentId(item.id),
|
|
15983
|
+
disabled: item.disabled,
|
|
15984
|
+
onClick: ($event) => toggleItem(item),
|
|
15985
|
+
onKeydown: ($event) => handleTriggerKeydown($event, item)
|
|
15986
|
+
}, [
|
|
15987
|
+
createElementVNode("span", _hoisted_3$7, [
|
|
15988
|
+
item.leadingIcon ? (openBlock(), createBlock(KdsIcon, {
|
|
15989
|
+
key: 0,
|
|
15990
|
+
name: item.leadingIcon,
|
|
15991
|
+
size: "small",
|
|
15992
|
+
disabled: item.disabled
|
|
15993
|
+
}, null, 8, ["name", "disabled"])) : createCommentVNode("", true),
|
|
15994
|
+
createElementVNode("span", _hoisted_4$4, toDisplayString(item.headline), 1)
|
|
15995
|
+
]),
|
|
15996
|
+
createVNode(KdsIcon, {
|
|
15997
|
+
name: isItemExpanded(item.id) ? "chevron-up" : "chevron-down",
|
|
15998
|
+
size: "small"
|
|
15999
|
+
}, null, 8, ["name"])
|
|
16000
|
+
], 40, _hoisted_2$7),
|
|
16001
|
+
createElementVNode("div", {
|
|
16002
|
+
id: getItemContentId(item.id),
|
|
16003
|
+
class: "kds-accordion-content",
|
|
16004
|
+
role: "group",
|
|
16005
|
+
"aria-labelledby": getItemTriggerId(item.id),
|
|
16006
|
+
hidden: !isItemExpanded(item.id)
|
|
16007
|
+
}, [
|
|
16008
|
+
renderSlot(_ctx.$slots, item.id, { item }, void 0, true)
|
|
16009
|
+
], 8, _hoisted_5$2)
|
|
16010
|
+
]);
|
|
16011
|
+
}), 128))
|
|
16012
|
+
]);
|
|
16013
|
+
};
|
|
16014
|
+
}
|
|
16015
|
+
});
|
|
16016
|
+
|
|
16017
|
+
const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-66485734"]]);
|
|
16018
|
+
|
|
16019
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
15855
16020
|
__name: "BaseCard",
|
|
15856
16021
|
props: {
|
|
15857
16022
|
variant: {},
|
|
@@ -15869,9 +16034,9 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
15869
16034
|
}
|
|
15870
16035
|
});
|
|
15871
16036
|
|
|
15872
|
-
const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16037
|
+
const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-37984e9f"]]);
|
|
15873
16038
|
|
|
15874
|
-
const _sfc_main$
|
|
16039
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
15875
16040
|
__name: "KdsCard",
|
|
15876
16041
|
props: {
|
|
15877
16042
|
variant: { default: "outlined" }
|
|
@@ -15891,8 +16056,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
15891
16056
|
}
|
|
15892
16057
|
});
|
|
15893
16058
|
|
|
15894
|
-
const _hoisted_1$
|
|
15895
|
-
const _sfc_main$
|
|
16059
|
+
const _hoisted_1$b = ["aria-label", "aria-labelledby", "disabled"];
|
|
16060
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
15896
16061
|
__name: "KdsClickableCard",
|
|
15897
16062
|
props: {
|
|
15898
16063
|
variant: { default: "filled" },
|
|
@@ -15923,7 +16088,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
15923
16088
|
disabled: __props.disabled,
|
|
15924
16089
|
"data-kds-card-primary-action": "",
|
|
15925
16090
|
onClick
|
|
15926
|
-
}, null, 8, _hoisted_1$
|
|
16091
|
+
}, null, 8, _hoisted_1$b),
|
|
15927
16092
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
15928
16093
|
]),
|
|
15929
16094
|
_: 3
|
|
@@ -15932,9 +16097,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
15932
16097
|
}
|
|
15933
16098
|
});
|
|
15934
16099
|
|
|
15935
|
-
const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16100
|
+
const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-671dfb5a"]]);
|
|
15936
16101
|
|
|
15937
|
-
const _sfc_main$
|
|
16102
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
15938
16103
|
__name: "KdsLinkCard",
|
|
15939
16104
|
props: {
|
|
15940
16105
|
to: {},
|
|
@@ -15978,10 +16143,10 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
15978
16143
|
}
|
|
15979
16144
|
});
|
|
15980
16145
|
|
|
15981
|
-
const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16146
|
+
const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-a5b105b2"]]);
|
|
15982
16147
|
|
|
15983
|
-
const _hoisted_1$
|
|
15984
|
-
const _sfc_main$
|
|
16148
|
+
const _hoisted_1$a = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
|
|
16149
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
15985
16150
|
__name: "KdsSelectableCard",
|
|
15986
16151
|
props: /* @__PURE__ */ mergeModels({
|
|
15987
16152
|
variant: { default: "filled" },
|
|
@@ -16017,7 +16182,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
16017
16182
|
"aria-pressed": modelValue.value,
|
|
16018
16183
|
"data-kds-card-primary-action": "",
|
|
16019
16184
|
onClick
|
|
16020
|
-
}, null, 8, _hoisted_1$
|
|
16185
|
+
}, null, 8, _hoisted_1$a),
|
|
16021
16186
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
16022
16187
|
]),
|
|
16023
16188
|
_: 3
|
|
@@ -16026,7 +16191,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
16026
16191
|
}
|
|
16027
16192
|
});
|
|
16028
16193
|
|
|
16029
|
-
const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16194
|
+
const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-80c51086"]]);
|
|
16030
16195
|
|
|
16031
16196
|
const kdsCardVariant = {
|
|
16032
16197
|
FILLED: "filled",
|
|
@@ -16035,35 +16200,118 @@ const kdsCardVariant = {
|
|
|
16035
16200
|
};
|
|
16036
16201
|
const kdsCardVariants = Object.values(kdsCardVariant);
|
|
16037
16202
|
|
|
16038
|
-
const _hoisted_1$
|
|
16039
|
-
const
|
|
16040
|
-
|
|
16203
|
+
const _hoisted_1$9 = { class: "kds-panel" };
|
|
16204
|
+
const _hoisted_2$6 = { class: "kds-panel-header" };
|
|
16205
|
+
const _hoisted_3$6 = ["id"];
|
|
16206
|
+
const _hoisted_4$3 = {
|
|
16207
|
+
key: 0,
|
|
16208
|
+
class: "kds-panel-headline-text"
|
|
16209
|
+
};
|
|
16210
|
+
const _hoisted_5$1 = {
|
|
16211
|
+
key: 0,
|
|
16212
|
+
class: "kds-panel-header-trailing"
|
|
16213
|
+
};
|
|
16214
|
+
const _hoisted_6 = ["aria-labelledby"];
|
|
16215
|
+
const _hoisted_7 = {
|
|
16216
|
+
key: 0,
|
|
16217
|
+
class: "kds-panel-footer"
|
|
16218
|
+
};
|
|
16219
|
+
const _hoisted_8 = { class: "kds-panel-footer-leading" };
|
|
16220
|
+
const _hoisted_9 = { class: "kds-panel-footer-trailing" };
|
|
16221
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
16222
|
+
__name: "KdsPanel",
|
|
16041
16223
|
props: {
|
|
16042
|
-
headline: {}
|
|
16224
|
+
headline: {},
|
|
16225
|
+
headlineTrailingActions: {},
|
|
16226
|
+
footerLeadingActions: {},
|
|
16227
|
+
footerTrailingActions: {}
|
|
16043
16228
|
},
|
|
16044
|
-
|
|
16045
|
-
|
|
16046
|
-
const emit = __emit;
|
|
16047
|
-
const handleClick = (event) => emit("close", event);
|
|
16229
|
+
setup(__props) {
|
|
16230
|
+
const headlineId = useId();
|
|
16048
16231
|
return (_ctx, _cache) => {
|
|
16049
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16050
|
-
createElementVNode("
|
|
16051
|
-
|
|
16052
|
-
|
|
16053
|
-
|
|
16054
|
-
|
|
16055
|
-
|
|
16056
|
-
|
|
16057
|
-
|
|
16058
|
-
|
|
16232
|
+
return openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
16233
|
+
createElementVNode("div", _hoisted_2$6, [
|
|
16234
|
+
createElementVNode("div", {
|
|
16235
|
+
id: unref(headlineId),
|
|
16236
|
+
class: "kds-panel-headline"
|
|
16237
|
+
}, [
|
|
16238
|
+
typeof __props.headline === "string" ? (openBlock(), createElementBlock("h6", _hoisted_4$3, toDisplayString(__props.headline), 1)) : __props.headline.type === "button" ? (openBlock(), createBlock(_sfc_main$1l, mergeProps({ key: 1 }, __props.headline.props, {
|
|
16239
|
+
size: "small",
|
|
16240
|
+
onClick: __props.headline.onClick
|
|
16241
|
+
}), null, 16, ["onClick"])) : __props.headline.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1a, mergeProps({ key: 2 }, __props.headline.props, {
|
|
16242
|
+
size: "small",
|
|
16243
|
+
onItemClick: __props.headline.onItemClick
|
|
16244
|
+
}), null, 16, ["onItemClick"])) : createCommentVNode("", true)
|
|
16245
|
+
], 8, _hoisted_3$6),
|
|
16246
|
+
__props.headlineTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_5$1, [
|
|
16247
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.headlineTrailingActions, (action, index) => {
|
|
16248
|
+
return openBlock(), createElementBlock(Fragment, { key: index }, [
|
|
16249
|
+
action.type === "button" ? (openBlock(), createBlock(_sfc_main$1l, mergeProps({
|
|
16250
|
+
key: 0,
|
|
16251
|
+
ref_for: true
|
|
16252
|
+
}, action.props, {
|
|
16253
|
+
size: "small",
|
|
16254
|
+
onClick: action.onClick
|
|
16255
|
+
}), null, 16, ["onClick"])) : action.type === "toggleButton" ? (openBlock(), createBlock(_sfc_main$1i, mergeProps({
|
|
16256
|
+
key: 1,
|
|
16257
|
+
ref_for: true
|
|
16258
|
+
}, action.props, {
|
|
16259
|
+
size: "small",
|
|
16260
|
+
"onUpdate:modelValue": action.onUpdateModelValue
|
|
16261
|
+
}), null, 16, ["onUpdate:modelValue"])) : action.type === "menuButton" ? (openBlock(), createBlock(_sfc_main$1a, mergeProps({
|
|
16262
|
+
key: 2,
|
|
16263
|
+
ref_for: true
|
|
16264
|
+
}, action.props, {
|
|
16265
|
+
size: "small",
|
|
16266
|
+
onItemClick: action.onItemClick
|
|
16267
|
+
}), null, 16, ["onItemClick"])) : action.type === "valueSwitch" ? (openBlock(), createBlock(KdsValueSwitch, mergeProps({
|
|
16268
|
+
key: 3,
|
|
16269
|
+
ref_for: true
|
|
16270
|
+
}, action.props, {
|
|
16271
|
+
size: "small",
|
|
16272
|
+
"onUpdate:modelValue": action.onUpdateModelValue
|
|
16273
|
+
}), null, 16, ["onUpdate:modelValue"])) : createCommentVNode("", true)
|
|
16274
|
+
], 64);
|
|
16275
|
+
}), 128))
|
|
16276
|
+
])) : createCommentVNode("", true)
|
|
16277
|
+
]),
|
|
16278
|
+
createElementVNode("div", {
|
|
16279
|
+
class: "kds-panel-body",
|
|
16280
|
+
tabindex: "0",
|
|
16281
|
+
"aria-labelledby": unref(headlineId)
|
|
16282
|
+
}, [
|
|
16283
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
16284
|
+
], 8, _hoisted_6),
|
|
16285
|
+
__props.footerLeadingActions?.length || __props.footerTrailingActions?.length ? (openBlock(), createElementBlock("div", _hoisted_7, [
|
|
16286
|
+
createElementVNode("div", _hoisted_8, [
|
|
16287
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerLeadingActions, (action, index) => {
|
|
16288
|
+
return openBlock(), createBlock(_sfc_main$1l, mergeProps({
|
|
16289
|
+
key: `leading-${index}`
|
|
16290
|
+
}, { ref_for: true }, action.props, {
|
|
16291
|
+
size: "small",
|
|
16292
|
+
onClick: action.onClick
|
|
16293
|
+
}), null, 16, ["onClick"]);
|
|
16294
|
+
}), 128))
|
|
16295
|
+
]),
|
|
16296
|
+
createElementVNode("div", _hoisted_9, [
|
|
16297
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerTrailingActions, (action, index) => {
|
|
16298
|
+
return openBlock(), createBlock(_sfc_main$1l, mergeProps({
|
|
16299
|
+
key: `trailing-${index}`
|
|
16300
|
+
}, { ref_for: true }, action.props, {
|
|
16301
|
+
size: "small",
|
|
16302
|
+
onClick: action.onClick
|
|
16303
|
+
}), null, 16, ["onClick"]);
|
|
16304
|
+
}), 128))
|
|
16305
|
+
])
|
|
16306
|
+
])) : createCommentVNode("", true)
|
|
16059
16307
|
]);
|
|
16060
16308
|
};
|
|
16061
16309
|
}
|
|
16062
16310
|
});
|
|
16063
16311
|
|
|
16064
|
-
const
|
|
16312
|
+
const KdsPanel = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c55a379c"]]);
|
|
16065
16313
|
|
|
16066
|
-
const _sfc_main$
|
|
16314
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
16067
16315
|
__name: "TabBarItemAccessory",
|
|
16068
16316
|
props: {
|
|
16069
16317
|
accessory: {},
|
|
@@ -16193,7 +16441,7 @@ const useTabBarAdaptiveLayout = ({
|
|
|
16193
16441
|
};
|
|
16194
16442
|
};
|
|
16195
16443
|
|
|
16196
|
-
const _hoisted_1$
|
|
16444
|
+
const _hoisted_1$8 = { class: "kds-tab-bar-wrapper" };
|
|
16197
16445
|
const _hoisted_2$5 = ["id", "title", "aria-selected", "aria-controls", "tabindex", "disabled", "onClick", "onKeydown"];
|
|
16198
16446
|
const _hoisted_3$5 = { class: "kds-tab-label" };
|
|
16199
16447
|
const _hoisted_4$2 = {
|
|
@@ -16201,7 +16449,7 @@ const _hoisted_4$2 = {
|
|
|
16201
16449
|
class: "kds-tab-indicator"
|
|
16202
16450
|
};
|
|
16203
16451
|
const MIN_TAB_WIDTH_TOKEN = "--kds-dimension-component-width-4x";
|
|
16204
|
-
const _sfc_main$
|
|
16452
|
+
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
16205
16453
|
__name: "KdsTabBar",
|
|
16206
16454
|
props: /* @__PURE__ */ mergeModels({
|
|
16207
16455
|
tabs: {},
|
|
@@ -16325,7 +16573,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
16325
16573
|
{ immediate: true }
|
|
16326
16574
|
);
|
|
16327
16575
|
return (_ctx, _cache) => {
|
|
16328
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
16576
|
+
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
16329
16577
|
createElementVNode("div", {
|
|
16330
16578
|
ref_key: "availableWidthContainer",
|
|
16331
16579
|
ref: availableWidthContainer,
|
|
@@ -16355,7 +16603,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
16355
16603
|
onClick: ($event) => selectTab(tab),
|
|
16356
16604
|
onKeydown: ($event) => handleKeydown($event, tab)
|
|
16357
16605
|
}, [
|
|
16358
|
-
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$
|
|
16606
|
+
tab.accessory && !(tab.accessory.type === "icon" && unref(shouldHideIcons)) ? (openBlock(), createBlock(_sfc_main$a, {
|
|
16359
16607
|
key: 0,
|
|
16360
16608
|
accessory: tab.accessory,
|
|
16361
16609
|
"icon-size": __props.size === "large" ? "large" : "medium",
|
|
@@ -16371,7 +16619,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
16371
16619
|
}
|
|
16372
16620
|
});
|
|
16373
16621
|
|
|
16374
|
-
const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16622
|
+
const KdsTabBar = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-91f95f5f"]]);
|
|
16375
16623
|
|
|
16376
16624
|
const kdsTabBarSize = {
|
|
16377
16625
|
SMALL: "small",
|
|
@@ -16379,7 +16627,7 @@ const kdsTabBarSize = {
|
|
|
16379
16627
|
};
|
|
16380
16628
|
const kdsTabBarSizes = Object.values(kdsTabBarSize);
|
|
16381
16629
|
|
|
16382
|
-
const _sfc_main$
|
|
16630
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
16383
16631
|
__name: "LoadingSkeletonItem",
|
|
16384
16632
|
props: {
|
|
16385
16633
|
shape: { default: "text" }
|
|
@@ -16394,9 +16642,9 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
16394
16642
|
}
|
|
16395
16643
|
});
|
|
16396
16644
|
|
|
16397
|
-
const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16645
|
+
const LoadingSkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-86829b28"]]);
|
|
16398
16646
|
|
|
16399
|
-
const _hoisted_1$
|
|
16647
|
+
const _hoisted_1$7 = {
|
|
16400
16648
|
key: 0,
|
|
16401
16649
|
class: "kds-loading-skeleton",
|
|
16402
16650
|
"aria-busy": "true"
|
|
@@ -16411,7 +16659,7 @@ const _hoisted_4$1 = {
|
|
|
16411
16659
|
class: "kds-loading-skeleton-input-with-label"
|
|
16412
16660
|
};
|
|
16413
16661
|
const _hoisted_5 = { class: "kds-loading-skeleton-list-item-text" };
|
|
16414
|
-
const _sfc_main$
|
|
16662
|
+
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
16415
16663
|
__name: "KdsLoadingSkeleton",
|
|
16416
16664
|
props: {
|
|
16417
16665
|
variant: { default: "text" },
|
|
@@ -16424,7 +16672,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
16424
16672
|
"v59c08829": _ctx.repeatGap
|
|
16425
16673
|
}));
|
|
16426
16674
|
return (_ctx, _cache) => {
|
|
16427
|
-
return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
16675
|
+
return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
16428
16676
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.repeat, (index) => {
|
|
16429
16677
|
return openBlock(), createElementBlock(Fragment, {
|
|
16430
16678
|
key: `skeleton-${index}`
|
|
@@ -16479,7 +16727,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
16479
16727
|
}
|
|
16480
16728
|
});
|
|
16481
16729
|
|
|
16482
|
-
const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
16730
|
+
const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-e6597718"]]);
|
|
16483
16731
|
|
|
16484
16732
|
const loadingSkeletonItemShape = {
|
|
16485
16733
|
TEXT: "text",
|
|
@@ -16506,42 +16754,6 @@ const kdsLoadingSkeletonVariants = Object.values(
|
|
|
16506
16754
|
kdsLoadingSkeletonVariant
|
|
16507
16755
|
);
|
|
16508
16756
|
|
|
16509
|
-
const _hoisted_1$7 = { class: "kds-panel-button-bar" };
|
|
16510
|
-
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
16511
|
-
__name: "KdsPanelButtonBar",
|
|
16512
|
-
props: {
|
|
16513
|
-
applyLabel: { default: "Apply" },
|
|
16514
|
-
cancelLabel: { default: "Cancel" },
|
|
16515
|
-
disabled: { type: Boolean, default: false }
|
|
16516
|
-
},
|
|
16517
|
-
emits: ["cancel", "apply"],
|
|
16518
|
-
setup(__props, { emit: __emit }) {
|
|
16519
|
-
const emit = __emit;
|
|
16520
|
-
const handleCancel = (event) => emit("cancel", event);
|
|
16521
|
-
const handleApply = (event) => emit("apply", event);
|
|
16522
|
-
return (_ctx, _cache) => {
|
|
16523
|
-
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
16524
|
-
createVNode(_sfc_main$1l, {
|
|
16525
|
-
disabled: __props.disabled,
|
|
16526
|
-
label: __props.cancelLabel,
|
|
16527
|
-
size: "small",
|
|
16528
|
-
variant: "transparent",
|
|
16529
|
-
onClick: handleCancel
|
|
16530
|
-
}, null, 8, ["disabled", "label"]),
|
|
16531
|
-
createVNode(_sfc_main$1l, {
|
|
16532
|
-
disabled: __props.disabled,
|
|
16533
|
-
label: __props.applyLabel,
|
|
16534
|
-
size: "small",
|
|
16535
|
-
variant: "filled",
|
|
16536
|
-
onClick: handleApply
|
|
16537
|
-
}, null, 8, ["disabled", "label"])
|
|
16538
|
-
]);
|
|
16539
|
-
};
|
|
16540
|
-
}
|
|
16541
|
-
});
|
|
16542
|
-
|
|
16543
|
-
const KdsPanelButtonBar = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-aeb00620"]]);
|
|
16544
|
-
|
|
16545
16757
|
const _hoisted_1$6 = {
|
|
16546
16758
|
key: 0,
|
|
16547
16759
|
class: "indicator-selected"
|
|
@@ -17284,5 +17496,5 @@ const kdsResponsiveButtonGroupAlignments = Object.values(
|
|
|
17284
17496
|
kdsResponsiveButtonGroupAlignment
|
|
17285
17497
|
);
|
|
17286
17498
|
|
|
17287
|
-
export { KdsAvatar, KdsAvatarCounter, KdsBadge, _sfc_main$1l as KdsButton, _sfc_main$
|
|
17499
|
+
export { KdsAccordion, KdsAvatar, KdsAvatarCounter, KdsBadge, _sfc_main$1l as KdsButton, _sfc_main$f as KdsCard, _sfc_main$10 as KdsCheckbox, KdsCheckboxGroup, KdsClickableCard, _sfc_main$P as KdsColorInput, KdsColorSwatch, KdsContainerHeader, _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 };
|
|
17288
17500
|
//# sourceMappingURL=index.js.map
|