sit-onyx 1.7.0-dev-20260122090908 → 1.7.0-dev-20260123074548
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.esm-bundler.js +77 -79
- package/dist/index.esm-bundler.js.map +1 -1
- package/dist/index.js +273 -274
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -253,7 +253,7 @@ const _sfc_main$1T = /* @__PURE__ */ defineComponent({
|
|
|
253
253
|
});
|
|
254
254
|
const _hoisted_1$1q = ["open"];
|
|
255
255
|
const _hoisted_2$Z = ["id", "tabindex", "aria-expanded", "aria-controls", "aria-disabled"];
|
|
256
|
-
const _hoisted_3$
|
|
256
|
+
const _hoisted_3$D = { class: "onyx-accordion-item__header-content" };
|
|
257
257
|
const _hoisted_4$q = ["id", "aria-labelledby"];
|
|
258
258
|
function _sfc_render$1T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
259
259
|
return $setup.showSkeleton ? (openBlock(), createBlock(resolveDynamicComponent($setup.type === "card" ? $setup.OnyxSkeleton : "div"), {
|
|
@@ -291,7 +291,7 @@ function _sfc_render$1T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
291
291
|
"aria-disabled": $setup.isDisabled,
|
|
292
292
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $setup.isOpen = !$setup.isOpen, ["prevent"]))
|
|
293
293
|
}, [
|
|
294
|
-
createElementVNode("div", _hoisted_3$
|
|
294
|
+
createElementVNode("div", _hoisted_3$D, [
|
|
295
295
|
renderSlot(_ctx.$slots, "header")
|
|
296
296
|
]),
|
|
297
297
|
createVNode($setup["OnyxIcon"], {
|
|
@@ -2393,7 +2393,7 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
|
|
|
2393
2393
|
});
|
|
2394
2394
|
const _hoisted_1$1l = { class: "onyx-alert-modal__content" };
|
|
2395
2395
|
const _hoisted_2$X = { class: "onyx-alert-modal__headline" };
|
|
2396
|
-
const _hoisted_3$
|
|
2396
|
+
const _hoisted_3$C = ["id"];
|
|
2397
2397
|
const _hoisted_4$p = { class: "onyx-alert-modal__actions" };
|
|
2398
2398
|
function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2399
2399
|
return openBlock(), createBlock($setup["OnyxBasicDialog"], mergeProps({
|
|
@@ -2445,7 +2445,7 @@ function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2445
2445
|
class: "onyx-alert-modal__body onyx-truncation"
|
|
2446
2446
|
}, [
|
|
2447
2447
|
renderSlot(_ctx.$slots, "default")
|
|
2448
|
-
], 8, _hoisted_3$
|
|
2448
|
+
], 8, _hoisted_3$C)
|
|
2449
2449
|
])
|
|
2450
2450
|
]),
|
|
2451
2451
|
createElementVNode("div", _hoisted_4$p, [
|
|
@@ -3632,7 +3632,7 @@ const _hoisted_2$U = {
|
|
|
3632
3632
|
key: 3,
|
|
3633
3633
|
class: "onyx-info-card__description onyx-text--small"
|
|
3634
3634
|
};
|
|
3635
|
-
const _hoisted_3$
|
|
3635
|
+
const _hoisted_3$B = {
|
|
3636
3636
|
key: 4,
|
|
3637
3637
|
class: "onyx-info-card__buttons onyx-density-compact"
|
|
3638
3638
|
};
|
|
@@ -3694,7 +3694,7 @@ function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3694
3694
|
!!$setup.slots.default ? (openBlock(), createElementBlock("p", _hoisted_2$U, [
|
|
3695
3695
|
renderSlot(_ctx.$slots, "default")
|
|
3696
3696
|
])) : createCommentVNode("v-if", true),
|
|
3697
|
-
!!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
3697
|
+
!!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$B, [
|
|
3698
3698
|
renderSlot(_ctx.$slots, "buttons")
|
|
3699
3699
|
])) : createCommentVNode("v-if", true)
|
|
3700
3700
|
])
|
|
@@ -3909,7 +3909,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
|
3909
3909
|
});
|
|
3910
3910
|
const _hoisted_1$1b = { class: "onyx-toast-message__wrapper" };
|
|
3911
3911
|
const _hoisted_2$T = { class: "onyx-toast-message__content onyx-truncation-ellipsis" };
|
|
3912
|
-
const _hoisted_3$
|
|
3912
|
+
const _hoisted_3$A = { class: "onyx-toast-message__headline onyx-text" };
|
|
3913
3913
|
const _hoisted_4$o = { class: "onyx-truncation-ellipsis" };
|
|
3914
3914
|
const _hoisted_5$h = ["aria-label"];
|
|
3915
3915
|
const _hoisted_6$d = {
|
|
@@ -3930,7 +3930,7 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3930
3930
|
icon: $setup.icon
|
|
3931
3931
|
}, null, 8, ["icon"])) : createCommentVNode("v-if", true),
|
|
3932
3932
|
createElementVNode("div", _hoisted_2$T, [
|
|
3933
|
-
createElementVNode("div", _hoisted_3$
|
|
3933
|
+
createElementVNode("div", _hoisted_3$A, [
|
|
3934
3934
|
createElementVNode(
|
|
3935
3935
|
"span",
|
|
3936
3936
|
_hoisted_4$o,
|
|
@@ -4132,7 +4132,7 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
|
4132
4132
|
});
|
|
4133
4133
|
const _hoisted_1$18 = ["title", "aria-label"];
|
|
4134
4134
|
const _hoisted_2$R = ["src", "alt"];
|
|
4135
|
-
const _hoisted_3$
|
|
4135
|
+
const _hoisted_3$z = {
|
|
4136
4136
|
key: 0,
|
|
4137
4137
|
class: "onyx-avatar__initials"
|
|
4138
4138
|
};
|
|
@@ -4159,7 +4159,7 @@ function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4159
4159
|
[
|
|
4160
4160
|
$setup.initials ? (openBlock(), createElementBlock(
|
|
4161
4161
|
"div",
|
|
4162
|
-
_hoisted_3$
|
|
4162
|
+
_hoisted_3$z,
|
|
4163
4163
|
toDisplayString($setup.initials),
|
|
4164
4164
|
1
|
|
4165
4165
|
/* TEXT */
|
|
@@ -4498,7 +4498,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
4498
4498
|
});
|
|
4499
4499
|
const _hoisted_1$14 = { class: "onyx-bottom-bar__content onyx-grid-container" };
|
|
4500
4500
|
const _hoisted_2$Q = { class: "onyx-bottom-bar__content--left" };
|
|
4501
|
-
const _hoisted_3$
|
|
4501
|
+
const _hoisted_3$y = { class: "onyx-bottom-bar__content--right" };
|
|
4502
4502
|
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4503
4503
|
return openBlock(), createElementBlock(
|
|
4504
4504
|
"div",
|
|
@@ -4515,7 +4515,7 @@ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4515
4515
|
createElementVNode("div", _hoisted_2$Q, [
|
|
4516
4516
|
renderSlot(_ctx.$slots, "left")
|
|
4517
4517
|
]),
|
|
4518
|
-
createElementVNode("div", _hoisted_3$
|
|
4518
|
+
createElementVNode("div", _hoisted_3$y, [
|
|
4519
4519
|
renderSlot(_ctx.$slots, "default")
|
|
4520
4520
|
])
|
|
4521
4521
|
])
|
|
@@ -4775,7 +4775,7 @@ const _hoisted_2$P = {
|
|
|
4775
4775
|
key: 0,
|
|
4776
4776
|
class: "onyx-menu-item__chevron"
|
|
4777
4777
|
};
|
|
4778
|
-
const _hoisted_3$
|
|
4778
|
+
const _hoisted_3$x = {
|
|
4779
4779
|
key: 0,
|
|
4780
4780
|
role: "menu",
|
|
4781
4781
|
class: "onyx-menu-item__children"
|
|
@@ -4829,7 +4829,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4829
4829
|
]),
|
|
4830
4830
|
$setup.hasChildren ? withDirectives((openBlock(), createElementBlock(
|
|
4831
4831
|
"ul",
|
|
4832
|
-
_hoisted_3$
|
|
4832
|
+
_hoisted_3$x,
|
|
4833
4833
|
[
|
|
4834
4834
|
createVNode(
|
|
4835
4835
|
_component_OnyxMenuItem,
|
|
@@ -5059,7 +5059,7 @@ const _hoisted_2$O = {
|
|
|
5059
5059
|
class: "onyx-breadcrumb__list onyx-grid-container",
|
|
5060
5060
|
role: "menu"
|
|
5061
5061
|
};
|
|
5062
|
-
const _hoisted_3$
|
|
5062
|
+
const _hoisted_3$w = { ref: "moreListRef" };
|
|
5063
5063
|
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5064
5064
|
return openBlock(), createElementBlock("nav", {
|
|
5065
5065
|
class: normalizeClass([
|
|
@@ -5139,7 +5139,7 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5139
5139
|
options: withCtx(() => [
|
|
5140
5140
|
createElementVNode(
|
|
5141
5141
|
"div",
|
|
5142
|
-
_hoisted_3$
|
|
5142
|
+
_hoisted_3$w,
|
|
5143
5143
|
null,
|
|
5144
5144
|
512
|
|
5145
5145
|
/* NEED_PATCH */
|
|
@@ -5222,7 +5222,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
5222
5222
|
});
|
|
5223
5223
|
const _hoisted_1$11 = { class: "onyx-calendar-cell__header" };
|
|
5224
5224
|
const _hoisted_2$N = { class: "onyx-calendar-cell__date-container" };
|
|
5225
|
-
const _hoisted_3$
|
|
5225
|
+
const _hoisted_3$v = {
|
|
5226
5226
|
key: 1,
|
|
5227
5227
|
class: "onyx-calendar-cell__date"
|
|
5228
5228
|
};
|
|
@@ -5276,7 +5276,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5276
5276
|
/* STABLE */
|
|
5277
5277
|
}, 8, ["text"])) : (openBlock(), createElementBlock(
|
|
5278
5278
|
"span",
|
|
5279
|
-
_hoisted_3$
|
|
5279
|
+
_hoisted_3$v,
|
|
5280
5280
|
toDisplayString($setup.props.date),
|
|
5281
5281
|
1
|
|
5282
5282
|
/* TEXT */
|
|
@@ -5629,7 +5629,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
5629
5629
|
});
|
|
5630
5630
|
const _hoisted_1$_ = { class: "onyx-calendar__header" };
|
|
5631
5631
|
const _hoisted_2$L = { class: "control-container time-control-container" };
|
|
5632
|
-
const _hoisted_3$
|
|
5632
|
+
const _hoisted_3$u = { class: "control-container__month-buttons" };
|
|
5633
5633
|
const _hoisted_4$m = { class: "control-container" };
|
|
5634
5634
|
const _hoisted_5$g = { class: "onyx-calendar__body" };
|
|
5635
5635
|
const _hoisted_6$c = ["abbr"];
|
|
@@ -5662,7 +5662,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5662
5662
|
disabled: $setup.disabled === true || $setup.isPickerOpen && $setup.calendarSize === "small",
|
|
5663
5663
|
onClick: $setup.goToToday
|
|
5664
5664
|
}, null, 8, ["label", "disabled", "onClick"]),
|
|
5665
|
-
createElementVNode("div", _hoisted_3$
|
|
5665
|
+
createElementVNode("div", _hoisted_3$u, [
|
|
5666
5666
|
createVNode($setup["OnyxSystemButton"], {
|
|
5667
5667
|
label: $setup.t("calendar.previousMonthButton"),
|
|
5668
5668
|
icon: $setup.iconChevronLeftSmall,
|
|
@@ -6149,7 +6149,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
6149
6149
|
});
|
|
6150
6150
|
const _hoisted_1$Y = ["title"];
|
|
6151
6151
|
const _hoisted_2$J = { class: "onyx-checkbox__container" };
|
|
6152
|
-
const _hoisted_3$
|
|
6152
|
+
const _hoisted_3$t = ["aria-label", "indeterminate", "disabled", "required", "value", "autofocus"];
|
|
6153
6153
|
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6154
6154
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
6155
6155
|
"div",
|
|
@@ -6193,7 +6193,7 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6193
6193
|
required: $setup.props.required,
|
|
6194
6194
|
value: $setup.props.value,
|
|
6195
6195
|
autofocus: $setup.props.autofocus
|
|
6196
|
-
}, $setup.restAttrs), null, 16, _hoisted_3$
|
|
6196
|
+
}, $setup.restAttrs), null, 16, _hoisted_3$t)), [
|
|
6197
6197
|
[vModelCheckbox, $setup.isChecked],
|
|
6198
6198
|
[$setup["vCustomValidity"]]
|
|
6199
6199
|
])
|
|
@@ -6922,7 +6922,7 @@ const _hoisted_2$E = {
|
|
|
6922
6922
|
key: 0,
|
|
6923
6923
|
class: "onyx-empty__description onyx-truncation-multiline"
|
|
6924
6924
|
};
|
|
6925
|
-
const _hoisted_3$
|
|
6925
|
+
const _hoisted_3$s = {
|
|
6926
6926
|
key: 0,
|
|
6927
6927
|
class: "onyx-empty__buttons"
|
|
6928
6928
|
};
|
|
@@ -6951,7 +6951,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6951
6951
|
renderSlot(_ctx.$slots, "description")
|
|
6952
6952
|
])) : createCommentVNode("v-if", true)
|
|
6953
6953
|
]),
|
|
6954
|
-
!!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6954
|
+
!!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$s, [
|
|
6955
6955
|
renderSlot(_ctx.$slots, "buttons")
|
|
6956
6956
|
])) : createCommentVNode("v-if", true)
|
|
6957
6957
|
],
|
|
@@ -6996,7 +6996,7 @@ const _hoisted_1$Q = {
|
|
|
6996
6996
|
class: "onyx-table-wrapper__top"
|
|
6997
6997
|
};
|
|
6998
6998
|
const _hoisted_2$D = ["id"];
|
|
6999
|
-
const _hoisted_3$
|
|
6999
|
+
const _hoisted_3$r = { class: "onyx-table-wrapper__actions" };
|
|
7000
7000
|
const _hoisted_4$l = ["tabindex"];
|
|
7001
7001
|
const _hoisted_5$f = ["aria-labelledby"];
|
|
7002
7002
|
const _hoisted_6$b = ["span"];
|
|
@@ -7025,7 +7025,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7025
7025
|
createElementVNode("div", { id: $setup.headlineId }, [
|
|
7026
7026
|
renderSlot(_ctx.$slots, "headline")
|
|
7027
7027
|
], 8, _hoisted_2$D),
|
|
7028
|
-
createElementVNode("div", _hoisted_3$
|
|
7028
|
+
createElementVNode("div", _hoisted_3$r, [
|
|
7029
7029
|
renderSlot(_ctx.$slots, "actions")
|
|
7030
7030
|
])
|
|
7031
7031
|
])) : createCommentVNode("v-if", true),
|
|
@@ -7368,7 +7368,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
7368
7368
|
});
|
|
7369
7369
|
const _hoisted_1$O = { class: "onyx-component onyx-data-grid-header-cell" };
|
|
7370
7370
|
const _hoisted_2$B = { class: "onyx-data-grid-header-cell__label" };
|
|
7371
|
-
const _hoisted_3$
|
|
7371
|
+
const _hoisted_3$q = {
|
|
7372
7372
|
key: 0,
|
|
7373
7373
|
class: "onyx-data-grid-header-cell__actions"
|
|
7374
7374
|
};
|
|
@@ -7381,7 +7381,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7381
7381
|
1
|
|
7382
7382
|
/* TEXT */
|
|
7383
7383
|
),
|
|
7384
|
-
$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7384
|
+
$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_3$q, [
|
|
7385
7385
|
renderSlot(_ctx.$slots, "actions")
|
|
7386
7386
|
])) : createCommentVNode("v-if", true)
|
|
7387
7387
|
]);
|
|
@@ -8009,7 +8009,7 @@ const _hoisted_1$M = {
|
|
|
8009
8009
|
class: "onyx-form-element__label onyx-text--small"
|
|
8010
8010
|
};
|
|
8011
8011
|
const _hoisted_2$A = ["for"];
|
|
8012
|
-
const _hoisted_3$
|
|
8012
|
+
const _hoisted_3$p = {
|
|
8013
8013
|
key: 1,
|
|
8014
8014
|
class: "onyx-form-element__footer onyx-text--small"
|
|
8015
8015
|
};
|
|
@@ -8061,7 +8061,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8061
8061
|
renderSlot(_ctx.$slots, "default", {
|
|
8062
8062
|
id: $setup.props.id
|
|
8063
8063
|
}),
|
|
8064
|
-
$setup.footer ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8064
|
+
$setup.footer ? (openBlock(), createElementBlock("div", _hoisted_3$p, [
|
|
8065
8065
|
createElementVNode("span", _hoisted_4$k, [
|
|
8066
8066
|
$setup.footer.errorMessages ? (openBlock(), createBlock($setup["FormMessage"], {
|
|
8067
8067
|
key: 0,
|
|
@@ -8648,7 +8648,7 @@ const _hoisted_2$y = {
|
|
|
8648
8648
|
class: "onyx-select__wrapper",
|
|
8649
8649
|
tabindex: "-1"
|
|
8650
8650
|
};
|
|
8651
|
-
const _hoisted_3$
|
|
8651
|
+
const _hoisted_3$o = {
|
|
8652
8652
|
key: 0,
|
|
8653
8653
|
role: "group",
|
|
8654
8654
|
class: "onyx-select__group"
|
|
@@ -8722,7 +8722,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8722
8722
|
"div",
|
|
8723
8723
|
normalizeProps(guardReactiveProps($setup.listbox)),
|
|
8724
8724
|
[
|
|
8725
|
-
$setup.isEmptyMessage ? (openBlock(), createElementBlock("ul", _hoisted_3$
|
|
8725
|
+
$setup.isEmptyMessage ? (openBlock(), createElementBlock("ul", _hoisted_3$o, [
|
|
8726
8726
|
createElementVNode("li", _hoisted_4$j, [
|
|
8727
8727
|
renderSlot(_ctx.$slots, "empty", { defaultMessage: $setup.isEmptyMessage }, () => [
|
|
8728
8728
|
createVNode($setup["OnyxEmpty"], {
|
|
@@ -9008,7 +9008,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
9008
9008
|
});
|
|
9009
9009
|
const _hoisted_1$H = ["aria-label"];
|
|
9010
9010
|
const _hoisted_2$x = ["aria-label", "disabled"];
|
|
9011
|
-
const _hoisted_3$
|
|
9011
|
+
const _hoisted_3$n = ["aria-label", "disabled", "onClick"];
|
|
9012
9012
|
const _hoisted_4$i = ["aria-label"];
|
|
9013
9013
|
const _hoisted_5$d = ["aria-label", "disabled"];
|
|
9014
9014
|
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -9059,7 +9059,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9059
9059
|
type: "button",
|
|
9060
9060
|
disabled: $setup.props.disabled,
|
|
9061
9061
|
onClick: ($event) => $setup.emit("update:modelValue", pageNumber)
|
|
9062
|
-
}, toDisplayString(pageNumber), 11, _hoisted_3$
|
|
9062
|
+
}, toDisplayString(pageNumber), 11, _hoisted_3$n)) : (openBlock(), createElementBlock("div", {
|
|
9063
9063
|
key: 1,
|
|
9064
9064
|
class: normalizeClass(["onyx-pagination__more-pages"]),
|
|
9065
9065
|
"aria-label": $setup.t("pagination.morePages")
|
|
@@ -9158,7 +9158,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
9158
9158
|
});
|
|
9159
9159
|
const _hoisted_1$G = ["aria-label"];
|
|
9160
9160
|
const _hoisted_2$w = { class: "onyx-pagination__count" };
|
|
9161
|
-
const _hoisted_3$
|
|
9161
|
+
const _hoisted_3$m = ["aria-label", "disabled"];
|
|
9162
9162
|
const _hoisted_4$h = ["aria-label", "disabled"];
|
|
9163
9163
|
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9164
9164
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
@@ -9204,7 +9204,7 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9204
9204
|
onClick: _cache[2] || (_cache[2] = ($event) => $setup.emit("update:modelValue", $setup.props.modelValue - 1))
|
|
9205
9205
|
}, [
|
|
9206
9206
|
createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronLeftSmall }, null, 8, ["icon"])
|
|
9207
|
-
], 8, _hoisted_3$
|
|
9207
|
+
], 8, _hoisted_3$m),
|
|
9208
9208
|
createElementVNode("button", {
|
|
9209
9209
|
class: "onyx-pagination__button",
|
|
9210
9210
|
"aria-label": $setup.t("pagination.next"),
|
|
@@ -10462,7 +10462,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
10462
10462
|
});
|
|
10463
10463
|
const _hoisted_1$E = { class: "onyx-dialog__header" };
|
|
10464
10464
|
const _hoisted_2$u = { class: "onyx-dialog__headline" };
|
|
10465
|
-
const _hoisted_3$
|
|
10465
|
+
const _hoisted_3$l = { class: "onyx-dialog__headline-content" };
|
|
10466
10466
|
const _hoisted_4$g = { class: "onyx-dialog__body" };
|
|
10467
10467
|
const _hoisted_5$c = {
|
|
10468
10468
|
key: 0,
|
|
@@ -10480,7 +10480,7 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10480
10480
|
content: withCtx(() => [
|
|
10481
10481
|
createElementVNode("div", _hoisted_1$E, [
|
|
10482
10482
|
createElementVNode("div", _hoisted_2$u, [
|
|
10483
|
-
createElementVNode("div", _hoisted_3$
|
|
10483
|
+
createElementVNode("div", _hoisted_3$l, [
|
|
10484
10484
|
renderSlot(_ctx.$slots, "headline", {
|
|
10485
10485
|
label: $setup.props.label
|
|
10486
10486
|
}, () => [
|
|
@@ -10712,7 +10712,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
10712
10712
|
});
|
|
10713
10713
|
const _hoisted_1$C = { class: "onyx-input__wrapper" };
|
|
10714
10714
|
const _hoisted_2$t = ["id", "placeholder", "type", "required", "autocapitalize", "autocomplete", "autofocus", "name", "pattern", "readonly", "disabled", "maxlength", "minlength", "aria-label", "title"];
|
|
10715
|
-
const _hoisted_3$
|
|
10715
|
+
const _hoisted_3$k = ["aria-label", "title"];
|
|
10716
10716
|
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10717
10717
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
10718
10718
|
"div",
|
|
@@ -10787,7 +10787,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10787
10787
|
onClick: _cache[1] || (_cache[1] = () => $setup.modelValue = "")
|
|
10788
10788
|
}, [
|
|
10789
10789
|
createVNode($setup["OnyxIcon"], { icon: $setup.iconXSmall }, null, 8, ["icon"])
|
|
10790
|
-
], 8, _hoisted_3$
|
|
10790
|
+
], 8, _hoisted_3$k)) : createCommentVNode("v-if", true),
|
|
10791
10791
|
!$setup.props.hideSuccessIcon && $setup.successMessages ? (openBlock(), createBlock($setup["OnyxIcon"], {
|
|
10792
10792
|
key: 3,
|
|
10793
10793
|
class: "onyx-input__check-icon",
|
|
@@ -10910,7 +10910,7 @@ const _hoisted_1$B = {
|
|
|
10910
10910
|
class: "onyx-global-search__end-of-list"
|
|
10911
10911
|
};
|
|
10912
10912
|
const _hoisted_2$s = { class: "onyx-global-search__footer onyx-text--small" };
|
|
10913
|
-
const _hoisted_3$
|
|
10913
|
+
const _hoisted_3$j = { class: "onyx-global-search__shortcut" };
|
|
10914
10914
|
const _hoisted_4$f = { class: "onyx-global-search__shortcut-label" };
|
|
10915
10915
|
const _hoisted_5$b = { class: "onyx-global-search__shortcut" };
|
|
10916
10916
|
const _hoisted_6$9 = { class: "onyx-global-search__shortcut-label" };
|
|
@@ -10967,7 +10967,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10967
10967
|
"div",
|
|
10968
10968
|
_hoisted_2$s,
|
|
10969
10969
|
[
|
|
10970
|
-
createElementVNode("span", _hoisted_3$
|
|
10970
|
+
createElementVNode("span", _hoisted_3$j, [
|
|
10971
10971
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
10972
10972
|
"kbd",
|
|
10973
10973
|
null,
|
|
@@ -11061,7 +11061,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
11061
11061
|
});
|
|
11062
11062
|
const _hoisted_1$A = { class: "onyx-global-search-option__content" };
|
|
11063
11063
|
const _hoisted_2$r = { class: "onyx-truncation-ellipsis" };
|
|
11064
|
-
const _hoisted_3$
|
|
11064
|
+
const _hoisted_3$i = {
|
|
11065
11065
|
key: 0,
|
|
11066
11066
|
class: "onyx-global-search-option__trailing"
|
|
11067
11067
|
};
|
|
@@ -11122,7 +11122,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11122
11122
|
_: 3
|
|
11123
11123
|
/* FORWARDED */
|
|
11124
11124
|
}, 16, ["link", "autofocus"]),
|
|
11125
|
-
$setup.slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11125
|
+
$setup.slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
|
|
11126
11126
|
renderSlot(_ctx.$slots, "trailing")
|
|
11127
11127
|
])) : createCommentVNode("v-if", true)
|
|
11128
11128
|
],
|
|
@@ -11295,7 +11295,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
11295
11295
|
});
|
|
11296
11296
|
const _hoisted_1$y = ["src", "alt"];
|
|
11297
11297
|
const _hoisted_2$q = ["src", "alt"];
|
|
11298
|
-
const _hoisted_3$
|
|
11298
|
+
const _hoisted_3$h = { class: "onyx-image__alt onyx-text--small" };
|
|
11299
11299
|
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11300
11300
|
return openBlock(), createElementBlock(
|
|
11301
11301
|
"figure",
|
|
@@ -11344,7 +11344,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11344
11344
|
}, null, 8, ["icon"]),
|
|
11345
11345
|
createElementVNode(
|
|
11346
11346
|
"div",
|
|
11347
|
-
_hoisted_3$
|
|
11347
|
+
_hoisted_3$h,
|
|
11348
11348
|
toDisplayString($setup.props.alt),
|
|
11349
11349
|
1
|
|
11350
11350
|
/* TEXT */
|
|
@@ -11429,7 +11429,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
11429
11429
|
});
|
|
11430
11430
|
const _hoisted_1$x = { class: "onyx-component onyx-mobile-nav-button" };
|
|
11431
11431
|
const _hoisted_2$p = ["aria-label", "disabled"];
|
|
11432
|
-
const _hoisted_3$
|
|
11432
|
+
const _hoisted_3$g = { class: "onyx-mobile-nav-button__flyout" };
|
|
11433
11433
|
const _hoisted_4$e = { class: "onyx-mobile-nav-button__menu" };
|
|
11434
11434
|
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11435
11435
|
return openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
@@ -11446,7 +11446,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11446
11446
|
], 10, _hoisted_2$p),
|
|
11447
11447
|
withDirectives(createElementVNode(
|
|
11448
11448
|
"div",
|
|
11449
|
-
_hoisted_3$
|
|
11449
|
+
_hoisted_3$g,
|
|
11450
11450
|
[
|
|
11451
11451
|
createElementVNode("div", _hoisted_4$e, [
|
|
11452
11452
|
$setup.props.headline ? (openBlock(), createBlock($setup["OnyxHeadline"], {
|
|
@@ -11511,7 +11511,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11511
11511
|
});
|
|
11512
11512
|
const _hoisted_1$w = { class: "onyx-modal__header" };
|
|
11513
11513
|
const _hoisted_2$o = { class: "onyx-modal__headline" };
|
|
11514
|
-
const _hoisted_3$
|
|
11514
|
+
const _hoisted_3$f = { class: "onyx-modal__headline-content" };
|
|
11515
11515
|
const _hoisted_4$d = ["id"];
|
|
11516
11516
|
const _hoisted_5$a = { class: "onyx-modal__body" };
|
|
11517
11517
|
const _hoisted_6$8 = {
|
|
@@ -11528,7 +11528,7 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11528
11528
|
default: withCtx(() => [
|
|
11529
11529
|
createElementVNode("div", _hoisted_1$w, [
|
|
11530
11530
|
createElementVNode("div", _hoisted_2$o, [
|
|
11531
|
-
createElementVNode("div", _hoisted_3$
|
|
11531
|
+
createElementVNode("div", _hoisted_3$f, [
|
|
11532
11532
|
renderSlot(_ctx.$slots, "headline", {
|
|
11533
11533
|
label: $setup.props.label
|
|
11534
11534
|
}, () => [
|
|
@@ -11662,7 +11662,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11662
11662
|
});
|
|
11663
11663
|
const _hoisted_1$u = ["id"];
|
|
11664
11664
|
const _hoisted_2$m = ["autofocus", "value", "checked", "aria-label"];
|
|
11665
|
-
const _hoisted_3$
|
|
11665
|
+
const _hoisted_3$e = { class: "onyx-select-dialog__label" };
|
|
11666
11666
|
const _hoisted_4$c = {
|
|
11667
11667
|
key: 0,
|
|
11668
11668
|
class: "onyx-text--small"
|
|
@@ -11747,7 +11747,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11747
11747
|
),
|
|
11748
11748
|
createElementVNode(
|
|
11749
11749
|
"span",
|
|
11750
|
-
_hoisted_3$
|
|
11750
|
+
_hoisted_3$e,
|
|
11751
11751
|
toDisplayString(option.label),
|
|
11752
11752
|
1
|
|
11753
11753
|
/* TEXT */
|
|
@@ -12331,7 +12331,7 @@ const _hoisted_2$k = {
|
|
|
12331
12331
|
key: 0,
|
|
12332
12332
|
class: "onyx-timer__label"
|
|
12333
12333
|
};
|
|
12334
|
-
const _hoisted_3$
|
|
12334
|
+
const _hoisted_3$d = ["datetime"];
|
|
12335
12335
|
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12336
12336
|
return openBlock(), createElementBlock("div", {
|
|
12337
12337
|
class: "onyx-component onyx-timer onyx-text onyx-truncation-ellipsis",
|
|
@@ -12348,7 +12348,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12348
12348
|
createElementVNode("time", {
|
|
12349
12349
|
datetime: $setup.timeToDurationString($setup.timeLeft),
|
|
12350
12350
|
class: "onyx-timer__time"
|
|
12351
|
-
}, toDisplayString($setup.formattedTime), 9, _hoisted_3$
|
|
12351
|
+
}, toDisplayString($setup.formattedTime), 9, _hoisted_3$d)
|
|
12352
12352
|
], 8, _hoisted_1$q);
|
|
12353
12353
|
}
|
|
12354
12354
|
const OnyxTimer = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.vue"]]);
|
|
@@ -12470,7 +12470,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
12470
12470
|
});
|
|
12471
12471
|
const _hoisted_1$o = { class: "onyx-truncation-ellipsis" };
|
|
12472
12472
|
const _hoisted_2$i = { class: "onyx-user-menu__header" };
|
|
12473
|
-
const _hoisted_3$
|
|
12473
|
+
const _hoisted_3$c = { class: "onyx-truncation-ellipsis" };
|
|
12474
12474
|
const _hoisted_4$b = { class: "onyx-user-menu__username onyx-text onyx-truncation-ellipsis" };
|
|
12475
12475
|
const _hoisted_5$9 = {
|
|
12476
12476
|
key: 0,
|
|
@@ -12521,7 +12521,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12521
12521
|
16
|
|
12522
12522
|
/* FULL_PROPS */
|
|
12523
12523
|
),
|
|
12524
|
-
createElementVNode("div", _hoisted_3$
|
|
12524
|
+
createElementVNode("div", _hoisted_3$c, [
|
|
12525
12525
|
createElementVNode(
|
|
12526
12526
|
"div",
|
|
12527
12527
|
_hoisted_4$b,
|
|
@@ -12632,7 +12632,7 @@ const _hoisted_2$h = {
|
|
|
12632
12632
|
key: 0,
|
|
12633
12633
|
class: "onyx-nav-bar__mobile-page onyx-truncation-ellipsis"
|
|
12634
12634
|
};
|
|
12635
|
-
const _hoisted_3$
|
|
12635
|
+
const _hoisted_3$b = { role: "menubar" };
|
|
12636
12636
|
const _hoisted_4$a = { ref: "moreListRef" };
|
|
12637
12637
|
const _hoisted_5$8 = {
|
|
12638
12638
|
key: 0,
|
|
@@ -12699,7 +12699,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12699
12699
|
"nav",
|
|
12700
12700
|
mergeProps({ class: "onyx-nav-bar__nav--mobile" }, $setup.nav),
|
|
12701
12701
|
[
|
|
12702
|
-
createElementVNode("ul", _hoisted_3$
|
|
12702
|
+
createElementVNode("ul", _hoisted_3$b, [
|
|
12703
12703
|
renderSlot(_ctx.$slots, "default")
|
|
12704
12704
|
])
|
|
12705
12705
|
],
|
|
@@ -12888,7 +12888,7 @@ const _hoisted_2$g = {
|
|
|
12888
12888
|
key: 1,
|
|
12889
12889
|
class: "onyx-notification-card__content"
|
|
12890
12890
|
};
|
|
12891
|
-
const _hoisted_3$
|
|
12891
|
+
const _hoisted_3$a = { class: "onyx-notification-card__header" };
|
|
12892
12892
|
const _hoisted_4$9 = { class: "onyx-notification-card__header-container" };
|
|
12893
12893
|
const _hoisted_5$7 = { class: "onyx-notification-card__header-container" };
|
|
12894
12894
|
const _hoisted_6$5 = { class: "onyx-notification-card__created-at onyx-text--small" };
|
|
@@ -12920,7 +12920,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12920
12920
|
))
|
|
12921
12921
|
])) : (openBlock(), createElementBlock("div", _hoisted_2$g, [
|
|
12922
12922
|
createElementVNode("div", null, [
|
|
12923
|
-
createElementVNode("div", _hoisted_3$
|
|
12923
|
+
createElementVNode("div", _hoisted_3$a, [
|
|
12924
12924
|
createElementVNode("div", _hoisted_4$9, [
|
|
12925
12925
|
$setup.props.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
|
|
12926
12926
|
key: 0,
|
|
@@ -13038,7 +13038,7 @@ const _hoisted_1$k = {
|
|
|
13038
13038
|
class: "onyx-page__sidebar"
|
|
13039
13039
|
};
|
|
13040
13040
|
const _hoisted_2$f = { class: "onyx-page__main" };
|
|
13041
|
-
const _hoisted_3$
|
|
13041
|
+
const _hoisted_3$9 = {
|
|
13042
13042
|
key: 1,
|
|
13043
13043
|
class: "onyx-page__sidebar onyx-page__sidebar--right"
|
|
13044
13044
|
};
|
|
@@ -13073,7 +13073,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13073
13073
|
/* CLASS */
|
|
13074
13074
|
)
|
|
13075
13075
|
]),
|
|
13076
|
-
$setup.slots.sidebarRight ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13076
|
+
$setup.slots.sidebarRight ? (openBlock(), createElementBlock("div", _hoisted_3$9, [
|
|
13077
13077
|
renderSlot(_ctx.$slots, "sidebarRight")
|
|
13078
13078
|
])) : createCommentVNode("v-if", true),
|
|
13079
13079
|
$setup.slots.footer ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
@@ -13113,7 +13113,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
13113
13113
|
});
|
|
13114
13114
|
const _hoisted_1$j = ["disabled"];
|
|
13115
13115
|
const _hoisted_2$e = { class: "onyx-progress-item__indicator" };
|
|
13116
|
-
const _hoisted_3$
|
|
13116
|
+
const _hoisted_3$8 = { class: "onyx-progress-item__label" };
|
|
13117
13117
|
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13118
13118
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
13119
13119
|
key: 0,
|
|
@@ -13148,7 +13148,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13148
13148
|
/* STABLE_FRAGMENT */
|
|
13149
13149
|
))
|
|
13150
13150
|
]),
|
|
13151
|
-
createElementVNode("div", _hoisted_3$
|
|
13151
|
+
createElementVNode("div", _hoisted_3$8, [
|
|
13152
13152
|
renderSlot(_ctx.$slots, "default", {
|
|
13153
13153
|
label: $setup.props.label
|
|
13154
13154
|
}, () => [
|
|
@@ -13794,7 +13794,7 @@ const _hoisted_2$b = {
|
|
|
13794
13794
|
key: 0,
|
|
13795
13795
|
class: "onyx-sidebar__header"
|
|
13796
13796
|
};
|
|
13797
|
-
const _hoisted_3$
|
|
13797
|
+
const _hoisted_3$7 = { class: "onyx-sidebar__body" };
|
|
13798
13798
|
const _hoisted_4$7 = {
|
|
13799
13799
|
key: 1,
|
|
13800
13800
|
class: "onyx-sidebar__footer"
|
|
@@ -13817,7 +13817,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13817
13817
|
!!$setup.slots.header ? (openBlock(), createElementBlock("header", _hoisted_2$b, [
|
|
13818
13818
|
renderSlot(_ctx.$slots, "header")
|
|
13819
13819
|
])) : createCommentVNode("v-if", true),
|
|
13820
|
-
createElementVNode("div", _hoisted_3$
|
|
13820
|
+
createElementVNode("div", _hoisted_3$7, [
|
|
13821
13821
|
renderSlot(_ctx.$slots, "default")
|
|
13822
13822
|
]),
|
|
13823
13823
|
!!$setup.slots.footer ? (openBlock(), createElementBlock("footer", _hoisted_4$7, [
|
|
@@ -14006,7 +14006,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
14006
14006
|
});
|
|
14007
14007
|
const _hoisted_1$d = { class: "onyx-stepper__wrapper" };
|
|
14008
14008
|
const _hoisted_2$a = ["disabled", "aria-label"];
|
|
14009
|
-
const _hoisted_3$
|
|
14009
|
+
const _hoisted_3$6 = ["id", "aria-label", "autofocus", "disabled", "min", "max", "name", "placeholder", "readonly", "required", "step", "title"];
|
|
14010
14010
|
const _hoisted_4$6 = {
|
|
14011
14011
|
class: "onyx-stepper__display",
|
|
14012
14012
|
"aria-hidden": "true"
|
|
@@ -14083,7 +14083,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14083
14083
|
_cache[3] || (_cache[3] = withKeys(withModifiers(($event) => $setup.handleClick("stepUp"), ["prevent"]), ["up"])),
|
|
14084
14084
|
_cache[4] || (_cache[4] = withKeys(withModifiers(($event) => $setup.handleClick("stepDown"), ["prevent"]), ["down"]))
|
|
14085
14085
|
]
|
|
14086
|
-
}), null, 16, _hoisted_3$
|
|
14086
|
+
}), null, 16, _hoisted_3$6)), [
|
|
14087
14087
|
[vModelText, $setup.inputValue],
|
|
14088
14088
|
[$setup["vCustomValidity"]]
|
|
14089
14089
|
]),
|
|
@@ -14220,7 +14220,7 @@ const _hoisted_2$9 = {
|
|
|
14220
14220
|
key: 0,
|
|
14221
14221
|
class: "onyx-slider__control"
|
|
14222
14222
|
};
|
|
14223
|
-
const _hoisted_3$
|
|
14223
|
+
const _hoisted_3$5 = ["id", "tabindex", "disabled", "aria-label", "autofocus"];
|
|
14224
14224
|
const _hoisted_4$5 = {
|
|
14225
14225
|
key: 3,
|
|
14226
14226
|
class: "onyx-slider__control"
|
|
@@ -14361,7 +14361,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14361
14361
|
disabled: $setup.disabled,
|
|
14362
14362
|
"aria-label": $setup.props.label,
|
|
14363
14363
|
autofocus: $setup.props.autofocus && index === 0
|
|
14364
|
-
}), null, 16, _hoisted_3$
|
|
14364
|
+
}), null, 16, _hoisted_3$5), [
|
|
14365
14365
|
[$setup["vCustomValidity"]]
|
|
14366
14366
|
])
|
|
14367
14367
|
]),
|
|
@@ -14468,7 +14468,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
14468
14468
|
});
|
|
14469
14469
|
const _hoisted_1$b = { class: "onyx-switch-skeleton__click-area" };
|
|
14470
14470
|
const _hoisted_2$8 = ["title"];
|
|
14471
|
-
const _hoisted_3$
|
|
14471
|
+
const _hoisted_3$4 = ["aria-label", "disabled", "required", "autofocus"];
|
|
14472
14472
|
const _hoisted_4$4 = { class: "onyx-switch__click-area" };
|
|
14473
14473
|
const _hoisted_5$4 = { class: "onyx-switch__container" };
|
|
14474
14474
|
const _hoisted_6$4 = { class: "onyx-switch__icon" };
|
|
@@ -14510,7 +14510,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14510
14510
|
disabled: $setup.disabled || $setup.props.loading,
|
|
14511
14511
|
required: $setup.props.required,
|
|
14512
14512
|
autofocus: $setup.props.autofocus
|
|
14513
|
-
}, $setup.restAttrs), null, 16, _hoisted_3$
|
|
14513
|
+
}, $setup.restAttrs), null, 16, _hoisted_3$4), [
|
|
14514
14514
|
[vModelCheckbox, $setup.isChecked],
|
|
14515
14515
|
[$setup["vCustomValidity"]]
|
|
14516
14516
|
]),
|
|
@@ -14584,8 +14584,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
14584
14584
|
}
|
|
14585
14585
|
});
|
|
14586
14586
|
const _hoisted_1$a = ["aria-labelledby"];
|
|
14587
|
-
const _hoisted_2$7 = { class: "onyx-
|
|
14588
|
-
const _hoisted_3$4 = { class: "onyx-toc__list" };
|
|
14587
|
+
const _hoisted_2$7 = { class: "onyx-toc__list" };
|
|
14589
14588
|
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14590
14589
|
return openBlock(), createElementBlock("nav", {
|
|
14591
14590
|
class: normalizeClass(["onyx-component", "onyx-toc", $setup.densityClass]),
|
|
@@ -14593,12 +14592,11 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14593
14592
|
}, [
|
|
14594
14593
|
createVNode($setup["OnyxHeadline"], {
|
|
14595
14594
|
is: "h3",
|
|
14596
|
-
id: $setup.headlineId
|
|
14595
|
+
id: $setup.headlineId,
|
|
14596
|
+
class: "onyx-toc__headline onyx-truncation-ellipsis"
|
|
14597
14597
|
}, {
|
|
14598
14598
|
default: withCtx(() => [
|
|
14599
|
-
|
|
14600
|
-
"span",
|
|
14601
|
-
_hoisted_2$7,
|
|
14599
|
+
createTextVNode(
|
|
14602
14600
|
toDisplayString($setup.t("tableOfContents.label")),
|
|
14603
14601
|
1
|
|
14604
14602
|
/* TEXT */
|
|
@@ -14607,7 +14605,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14607
14605
|
_: 1
|
|
14608
14606
|
/* STABLE */
|
|
14609
14607
|
}, 8, ["id"]),
|
|
14610
|
-
createElementVNode("ul",
|
|
14608
|
+
createElementVNode("ul", _hoisted_2$7, [
|
|
14611
14609
|
renderSlot(_ctx.$slots, "default")
|
|
14612
14610
|
])
|
|
14613
14611
|
], 10, _hoisted_1$a);
|