sit-onyx 1.4.1-dev-20251204080720 → 1.5.0-dev-20251204152127

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.
@@ -166,7 +166,7 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
166
166
  return __returned__;
167
167
  }
168
168
  });
169
- const _hoisted_1$1h = ["innerHTML"];
169
+ const _hoisted_1$1i = ["innerHTML"];
170
170
  function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
171
171
  return openBlock(), createElementBlock("figure", {
172
172
  class: normalizeClass({
@@ -178,7 +178,7 @@ function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
178
178
  }),
179
179
  "aria-hidden": "true",
180
180
  innerHTML: $setup.props.icon
181
- }, null, 10, _hoisted_1$1h);
181
+ }, null, 10, _hoisted_1$1i);
182
182
  }
183
183
  const OnyxIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["render", _sfc_render$1M], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxIcon/OnyxIcon.vue"]]);
184
184
  const isAlreadyTriggered = /* @__PURE__ */ new Set();
@@ -206,12 +206,12 @@ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
206
206
  return __returned__;
207
207
  }
208
208
  });
209
- const _hoisted_1$1g = {
209
+ const _hoisted_1$1h = {
210
210
  "aria-hidden": "true",
211
211
  class: "onyx-component onyx-skeleton"
212
212
  };
213
213
  function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
214
- return openBlock(), createElementBlock("figure", _hoisted_1$1g);
214
+ return openBlock(), createElementBlock("figure", _hoisted_1$1h);
215
215
  }
216
216
  const OnyxSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["render", _sfc_render$1L], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSkeleton/OnyxSkeleton.vue"]]);
217
217
  const _sfc_main$1K = /* @__PURE__ */ defineComponent({
@@ -251,8 +251,8 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
251
251
  return __returned__;
252
252
  }
253
253
  });
254
- const _hoisted_1$1f = ["open"];
255
- const _hoisted_2$V = ["id", "tabindex", "aria-expanded", "aria-controls", "aria-disabled"];
254
+ const _hoisted_1$1g = ["open"];
255
+ const _hoisted_2$W = ["id", "tabindex", "aria-expanded", "aria-controls", "aria-disabled"];
256
256
  const _hoisted_3$B = { class: "onyx-accordion-item__header-content" };
257
257
  const _hoisted_4$o = ["id", "aria-labelledby"];
258
258
  function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
@@ -298,7 +298,7 @@ function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
298
298
  icon: $setup.iconChevronDownSmall,
299
299
  class: "onyx-accordion-item__header-icon"
300
300
  }, null, 8, ["icon"])
301
- ], 8, _hoisted_2$V),
301
+ ], 8, _hoisted_2$W),
302
302
  createElementVNode("div", {
303
303
  id: $setup.panelId,
304
304
  class: "onyx-accordion-item__panel",
@@ -307,7 +307,7 @@ function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
307
307
  }, [
308
308
  renderSlot(_ctx.$slots, "default")
309
309
  ], 8, _hoisted_4$o)
310
- ], 10, _hoisted_1$1f));
310
+ ], 10, _hoisted_1$1g));
311
311
  }
312
312
  const OnyxAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["render", _sfc_render$1K], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAccordionItem/OnyxAccordionItem.vue"]]);
313
313
  const DATETIME_FORMATS = {
@@ -352,7 +352,7 @@ const avatar = { "ariaLabel": "Avatar of {fullName}" };
352
352
  const filterTag = { "clickToAdd": "Add {label} filter", "clickToRemove": "Remove {label} filter" };
353
353
  const languageSelect = { "label": "Language", "headline": "Change language", "subtitle": "Select the language of the application:" };
354
354
  const resizeHandle = { "label": "Drag to change width" };
355
- const fileUpload = { "select": "Select", "clickToUpload": "Click to select", "orDragAndDrop": "or drag and drop file", "maxFileSize": "Maximum file size", "inTotal": "in total", "maxFileCount": "Maximum {n} files to select in total", "allowedFileTypes": "Allowed file types: {types}", "hideFilesButton": "Hide all files", "revealFilesButton": "Show all files", "removeFile": "Remove file", "status": { "fileTypeError": "File with extension '.{extension}' is invalid", "fileSizeError": "File exceeds maximum allowed size of {size}", "maxFileSizeError": "Total size of all files exceeds maximum allowed of {size}", "maxCountError": "Number of files exceeds maximum allowed of {count}" } };
355
+ const fileUpload = { "select": "Select", "clickToUpload": "Click to select", "orDragAndDrop": "or drag and drop file", "maxFileSize": "Maximum file size", "inTotal": "in total", "maxFileCount": "Maximum {n} files to select in total", "allowedFileTypes": "Allowed file types: {types}", "hideFilesButton": "Hide all files", "revealFilesButton": "Show all files", "removeFile": "Remove file", "requiredError": "You need to upload at least one file", "status": { "fileTypeError": "File with extension '.{extension}' is invalid", "fileSizeError": "File exceeds maximum allowed size of {size}", "maxFileSizeError": "Total size of all files exceeds maximum allowed of {size}", "maxCountError": "Number of files exceeds maximum allowed of {count}" } };
356
356
  const globalFAB = { "label": "Global actions" };
357
357
  const calendar = { "todayButton": { "label": "Today", "tooltip": "Jump to today" }, "calendarWeek": "CW", "calendarWeekButtonLabel": "Select calendar week {weekNumber}", "previousMonthButton": "Previous month", "nextMonthButton": "Next month" };
358
358
  const flyoutMenu = { "moreActions": "More actions", "toggleActions": { "click": "Click to toggle action visibility", "hover": "Hover/Focus to toggle action visibility" } };
@@ -1935,8 +1935,8 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
1935
1935
  return __returned__;
1936
1936
  }
1937
1937
  });
1938
- const _hoisted_1$1e = ["aria-modal", "aria-label", "role"];
1939
- const _hoisted_2$U = {
1938
+ const _hoisted_1$1f = ["aria-modal", "aria-label", "role"];
1939
+ const _hoisted_2$V = {
1940
1940
  ref: "contentRef",
1941
1941
  class: "onyx-basic-dialog__content"
1942
1942
  };
@@ -1959,14 +1959,14 @@ function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
1959
1959
  }, [
1960
1960
  createElementVNode(
1961
1961
  "div",
1962
- _hoisted_2$U,
1962
+ _hoisted_2$V,
1963
1963
  [
1964
1964
  renderSlot(_ctx.$slots, "default")
1965
1965
  ],
1966
1966
  512
1967
1967
  /* NEED_PATCH */
1968
1968
  )
1969
- ], 42, _hoisted_1$1e)) : createCommentVNode("v-if", true);
1969
+ ], 42, _hoisted_1$1f)) : createCommentVNode("v-if", true);
1970
1970
  }
1971
1971
  const OnyxBasicDialog = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc_render$1J], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBasicDialog/OnyxBasicDialog.vue"]]);
1972
1972
  const normalizedIncludes = (haystack, needle) => {
@@ -2089,7 +2089,7 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
2089
2089
  return __returned__;
2090
2090
  }
2091
2091
  });
2092
- const _hoisted_1$1d = ["href", "target", "rel"];
2092
+ const _hoisted_1$1e = ["href", "target", "rel"];
2093
2093
  function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
2094
2094
  return openBlock(), createElementBlock("a", {
2095
2095
  class: normalizeClass([
@@ -2114,7 +2114,7 @@ function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
2114
2114
  _: 1
2115
2115
  /* STABLE */
2116
2116
  })) : createCommentVNode("v-if", true)
2117
- ], 10, _hoisted_1$1d);
2117
+ ], 10, _hoisted_1$1e);
2118
2118
  }
2119
2119
  const OnyxRouterLink = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["render", _sfc_render$1H], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRouterLink/OnyxRouterLink.vue"]]);
2120
2120
  const _sfc_main$1G = /* @__PURE__ */ defineComponent({
@@ -2256,7 +2256,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
2256
2256
  return __returned__;
2257
2257
  }
2258
2258
  });
2259
- const _hoisted_1$1c = ["disabled", "type", "autofocus"];
2259
+ const _hoisted_1$1d = ["disabled", "type", "autofocus"];
2260
2260
  function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
2261
2261
  return $setup.linkProps ? (openBlock(), createBlock(
2262
2262
  $setup["OnyxRouterLink"],
@@ -2278,7 +2278,7 @@ function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
2278
2278
  autofocus: $setup.props.autofocus
2279
2279
  }, [
2280
2280
  renderSlot(_ctx.$slots, "default")
2281
- ], 8, _hoisted_1$1c));
2281
+ ], 8, _hoisted_1$1d));
2282
2282
  }
2283
2283
  const ButtonOrLinkLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_render$1F], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxButton/ButtonOrLinkLayout.vue"]]);
2284
2284
  const _sfc_main$1E = /* @__PURE__ */ defineComponent({
@@ -2360,8 +2360,8 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
2360
2360
  return __returned__;
2361
2361
  }
2362
2362
  });
2363
- const _hoisted_1$1b = { class: "onyx-alert-modal__content" };
2364
- const _hoisted_2$T = { class: "onyx-alert-modal__headline" };
2363
+ const _hoisted_1$1c = { class: "onyx-alert-modal__content" };
2364
+ const _hoisted_2$U = { class: "onyx-alert-modal__headline" };
2365
2365
  const _hoisted_3$A = ["id"];
2366
2366
  const _hoisted_4$n = { class: "onyx-alert-modal__actions" };
2367
2367
  function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
@@ -2374,7 +2374,7 @@ function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
2374
2374
  "onUpdate:open": _cache[1] || (_cache[1] = ($event) => $setup.emit("update:open", $event))
2375
2375
  }), {
2376
2376
  default: withCtx(() => [
2377
- createElementVNode("div", _hoisted_1$1b, [
2377
+ createElementVNode("div", _hoisted_1$1c, [
2378
2378
  $setup.props.icon ? (openBlock(), createBlock(
2379
2379
  $setup["OnyxIcon"],
2380
2380
  mergeProps({
@@ -2386,7 +2386,7 @@ function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
2386
2386
  /* FULL_PROPS */
2387
2387
  )) : createCommentVNode("v-if", true),
2388
2388
  createElementVNode("div", null, [
2389
- createElementVNode("div", _hoisted_2$T, [
2389
+ createElementVNode("div", _hoisted_2$U, [
2390
2390
  renderSlot(_ctx.$slots, "headline", {
2391
2391
  label: $setup.props.label
2392
2392
  }, () => [
@@ -2527,7 +2527,7 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
2527
2527
  return __returned__;
2528
2528
  }
2529
2529
  });
2530
- const _hoisted_1$1a = {
2530
+ const _hoisted_1$1b = {
2531
2531
  key: 1,
2532
2532
  class: "onyx-fab-button__label"
2533
2533
  };
@@ -2549,7 +2549,7 @@ function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
2549
2549
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
2550
2550
  !$setup.props.hideLabel ? (openBlock(), createElementBlock(
2551
2551
  "span",
2552
- _hoisted_1$1a,
2552
+ _hoisted_1$1b,
2553
2553
  toDisplayString($setup.props.label),
2554
2554
  1
2555
2555
  /* TEXT */
@@ -3029,7 +3029,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
3029
3029
  return __returned__;
3030
3030
  }
3031
3031
  });
3032
- const _hoisted_1$19 = ["role", "aria-label"];
3032
+ const _hoisted_1$1a = ["role", "aria-label"];
3033
3033
  function _sfc_render$1B(_ctx, _cache, $props, $setup, $data, $options) {
3034
3034
  return openBlock(), createElementBlock(
3035
3035
  "div",
@@ -3049,7 +3049,7 @@ function _sfc_render$1B(_ctx, _cache, $props, $setup, $data, $options) {
3049
3049
  style: normalizeStyle(!$setup.isSticky ? $setup.popoverStyles : $setup.stickyStyles)
3050
3050
  }, [
3051
3051
  renderSlot(_ctx.$slots, "content")
3052
- ], 14, _hoisted_1$19)
3052
+ ], 14, _hoisted_1$1a)
3053
3053
  ],
3054
3054
  4
3055
3055
  /* STYLE */
@@ -3098,8 +3098,8 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
3098
3098
  return __returned__;
3099
3099
  }
3100
3100
  });
3101
- const _hoisted_1$18 = { class: "onyx-flyout-menu__list-header" };
3102
- const _hoisted_2$S = { class: "onyx-flyout-menu__list-footer" };
3101
+ const _hoisted_1$19 = { class: "onyx-flyout-menu__list-header" };
3102
+ const _hoisted_2$T = { class: "onyx-flyout-menu__list-footer" };
3103
3103
  function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
3104
3104
  return openBlock(), createBlock($setup["OnyxBasicPopover"], mergeProps($setup.mergeVueProps($setup.root, { ref: $setup.popover }), {
3105
3105
  class: "onyx-component onyx-flyout-menu",
@@ -3109,7 +3109,7 @@ function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
3109
3109
  disabled: $props.disabled
3110
3110
  }), createSlots({
3111
3111
  content: withCtx(() => [
3112
- createElementVNode("div", _hoisted_1$18, [
3112
+ createElementVNode("div", _hoisted_1$19, [
3113
3113
  renderSlot(_ctx.$slots, "header")
3114
3114
  ]),
3115
3115
  $setup.slots.options ? (openBlock(), createElementBlock(
@@ -3121,7 +3121,7 @@ function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
3121
3121
  16
3122
3122
  /* FULL_PROPS */
3123
3123
  )) : createCommentVNode("v-if", true),
3124
- createElementVNode("div", _hoisted_2$S, [
3124
+ createElementVNode("div", _hoisted_2$T, [
3125
3125
  renderSlot(_ctx.$slots, "footer")
3126
3126
  ])
3127
3127
  ]),
@@ -3339,12 +3339,12 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
3339
3339
  }
3340
3340
  const OnyxGlobalFAB = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sfc_render$1x], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalFAB/OnyxGlobalFAB.vue"]]);
3341
3341
  const _sfc_main$1w = {};
3342
- const _hoisted_1$17 = {
3342
+ const _hoisted_1$18 = {
3343
3343
  class: "onyx-component onyx-circle-spinner",
3344
3344
  viewBox: "0 0 50 50"
3345
3345
  };
3346
3346
  function _sfc_render$1w(_ctx, _cache) {
3347
- return openBlock(), createElementBlock("svg", _hoisted_1$17, [..._cache[0] || (_cache[0] = [
3347
+ return openBlock(), createElementBlock("svg", _hoisted_1$18, [..._cache[0] || (_cache[0] = [
3348
3348
  createElementVNode(
3349
3349
  "circle",
3350
3350
  {
@@ -3361,9 +3361,9 @@ function _sfc_render$1w(_ctx, _cache) {
3361
3361
  }
3362
3362
  const OnyxCircleSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_render$1w], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLoadingIndicator/OnyxCircleSpinner.vue"]]);
3363
3363
  const _sfc_main$1v = {};
3364
- const _hoisted_1$16 = { class: "onyx-component onyx-loading-dots" };
3364
+ const _hoisted_1$17 = { class: "onyx-component onyx-loading-dots" };
3365
3365
  function _sfc_render$1v(_ctx, _cache) {
3366
- return openBlock(), createElementBlock("div", _hoisted_1$16, [..._cache[0] || (_cache[0] = [
3366
+ return openBlock(), createElementBlock("div", _hoisted_1$17, [..._cache[0] || (_cache[0] = [
3367
3367
  createElementVNode(
3368
3368
  "span",
3369
3369
  { class: "onyx-loading-dots__center" },
@@ -3450,16 +3450,16 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
3450
3450
  return __returned__;
3451
3451
  }
3452
3452
  });
3453
- const _hoisted_1$15 = {
3453
+ const _hoisted_1$16 = {
3454
3454
  ref: "rippleTriggerRef",
3455
3455
  class: "onyx-component onyx-ripple",
3456
3456
  "aria-hidden": "true"
3457
3457
  };
3458
- const _hoisted_2$R = ["data-rippleid"];
3458
+ const _hoisted_2$S = ["data-rippleid"];
3459
3459
  function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
3460
3460
  return openBlock(), createElementBlock(
3461
3461
  "span",
3462
- _hoisted_1$15,
3462
+ _hoisted_1$16,
3463
3463
  [
3464
3464
  (openBlock(true), createElementBlock(
3465
3465
  Fragment,
@@ -3474,7 +3474,7 @@ function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
3474
3474
  }),
3475
3475
  "data-rippleid": key,
3476
3476
  onAnimationend: _cache[0] || (_cache[0] = ($event) => $setup.hideRipple($event.target))
3477
- }, null, 44, _hoisted_2$R);
3477
+ }, null, 44, _hoisted_2$S);
3478
3478
  }),
3479
3479
  128
3480
3480
  /* KEYED_FRAGMENT */
@@ -3515,7 +3515,7 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
3515
3515
  return __returned__;
3516
3516
  }
3517
3517
  });
3518
- const _hoisted_1$14 = { class: "onyx-button__label onyx-truncation-ellipsis" };
3518
+ const _hoisted_1$15 = { class: "onyx-button__label onyx-truncation-ellipsis" };
3519
3519
  function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
3520
3520
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
3521
3521
  key: 0,
@@ -3553,7 +3553,7 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
3553
3553
  })) : createCommentVNode("v-if", true),
3554
3554
  createElementVNode(
3555
3555
  "span",
3556
- _hoisted_1$14,
3556
+ _hoisted_1$15,
3557
3557
  toDisplayString($setup.props.label),
3558
3558
  1
3559
3559
  /* TEXT */
@@ -3596,8 +3596,8 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
3596
3596
  return __returned__;
3597
3597
  }
3598
3598
  });
3599
- const _hoisted_1$13 = { class: "onyx-info-card__content" };
3600
- const _hoisted_2$Q = {
3599
+ const _hoisted_1$14 = { class: "onyx-info-card__content" };
3600
+ const _hoisted_2$R = {
3601
3601
  key: 3,
3602
3602
  class: "onyx-info-card__description onyx-text--small"
3603
3603
  };
@@ -3617,7 +3617,7 @@ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
3617
3617
  class: "onyx-info-card__icon",
3618
3618
  icon: $setup.props.icon
3619
3619
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
3620
- createElementVNode("div", _hoisted_1$13, [
3620
+ createElementVNode("div", _hoisted_1$14, [
3621
3621
  $setup.props.headline ? (openBlock(), createBlock($setup["OnyxHeadline"], {
3622
3622
  key: 0,
3623
3623
  is: "h3",
@@ -3660,7 +3660,7 @@ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
3660
3660
  color: $setup.systemButtonColor,
3661
3661
  onClick: _cache[0] || (_cache[0] = ($event) => $setup.emit("close"))
3662
3662
  }, null, 8, ["icon", "label", "color"])) : createCommentVNode("v-if", true),
3663
- !!$setup.slots.default ? (openBlock(), createElementBlock("p", _hoisted_2$Q, [
3663
+ !!$setup.slots.default ? (openBlock(), createElementBlock("p", _hoisted_2$R, [
3664
3664
  renderSlot(_ctx.$slots, "default")
3665
3665
  ])) : createCommentVNode("v-if", true),
3666
3666
  !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$z, [
@@ -3779,7 +3779,7 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
3779
3779
  return __returned__;
3780
3780
  }
3781
3781
  });
3782
- const _hoisted_1$12 = {
3782
+ const _hoisted_1$13 = {
3783
3783
  key: 0,
3784
3784
  class: "onyx-component onyx-notifications",
3785
3785
  role: "presentation",
@@ -3787,7 +3787,7 @@ const _hoisted_1$12 = {
3787
3787
  open: ""
3788
3788
  };
3789
3789
  function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
3790
- return $setup.notificationProvider.notifications.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$12, [
3790
+ return $setup.notificationProvider.notifications.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$13, [
3791
3791
  (openBlock(true), createElementBlock(
3792
3792
  Fragment,
3793
3793
  null,
@@ -3876,8 +3876,8 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
3876
3876
  return __returned__;
3877
3877
  }
3878
3878
  });
3879
- const _hoisted_1$11 = { class: "onyx-toast-message__wrapper" };
3880
- const _hoisted_2$P = { class: "onyx-toast-message__content onyx-truncation-ellipsis" };
3879
+ const _hoisted_1$12 = { class: "onyx-toast-message__wrapper" };
3880
+ const _hoisted_2$Q = { class: "onyx-toast-message__content onyx-truncation-ellipsis" };
3881
3881
  const _hoisted_3$y = { class: "onyx-toast-message__headline onyx-text" };
3882
3882
  const _hoisted_4$m = { class: "onyx-truncation-ellipsis" };
3883
3883
  const _hoisted_5$g = ["aria-label"];
@@ -3893,12 +3893,12 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
3893
3893
  "aria-label": $setup.props.clickable ? $setup.props.headline : void 0
3894
3894
  }, {
3895
3895
  default: withCtx(() => [
3896
- createElementVNode("div", _hoisted_1$11, [
3896
+ createElementVNode("div", _hoisted_1$12, [
3897
3897
  $setup.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
3898
3898
  key: 0,
3899
3899
  icon: $setup.icon
3900
3900
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
3901
- createElementVNode("div", _hoisted_2$P, [
3901
+ createElementVNode("div", _hoisted_2$Q, [
3902
3902
  createElementVNode("div", _hoisted_3$y, [
3903
3903
  createElementVNode(
3904
3904
  "span",
@@ -3997,7 +3997,7 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
3997
3997
  return __returned__;
3998
3998
  }
3999
3999
  });
4000
- const _hoisted_1$10 = {
4000
+ const _hoisted_1$11 = {
4001
4001
  key: 0,
4002
4002
  class: "onyx-component onyx-toast",
4003
4003
  role: "presentation",
@@ -4005,7 +4005,7 @@ const _hoisted_1$10 = {
4005
4005
  open: ""
4006
4006
  };
4007
4007
  function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
4008
- return $setup.toastProvider.toasts.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$10, [
4008
+ return $setup.toastProvider.toasts.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$11, [
4009
4009
  (openBlock(true), createElementBlock(
4010
4010
  Fragment,
4011
4011
  null,
@@ -4038,11 +4038,11 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4038
4038
  return __returned__;
4039
4039
  }
4040
4040
  });
4041
- const _hoisted_1$$ = {
4041
+ const _hoisted_1$10 = {
4042
4042
  key: 0,
4043
4043
  class: "onyx-app__nav"
4044
4044
  };
4045
- const _hoisted_2$O = { class: "onyx-app__page" };
4045
+ const _hoisted_2$P = { class: "onyx-app__page" };
4046
4046
  function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
4047
4047
  return openBlock(), createElementBlock(
4048
4048
  "div",
@@ -4050,10 +4050,10 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
4050
4050
  class: normalizeClass(["onyx-component onyx-app", { "onyx-app--horizontal": $setup.props.navBarAlignment === "left" }])
4051
4051
  },
4052
4052
  [
4053
- $setup.slots.navBar ? (openBlock(), createElementBlock("div", _hoisted_1$$, [
4053
+ $setup.slots.navBar ? (openBlock(), createElementBlock("div", _hoisted_1$10, [
4054
4054
  renderSlot(_ctx.$slots, "navBar")
4055
4055
  ])) : createCommentVNode("v-if", true),
4056
- createElementVNode("div", _hoisted_2$O, [
4056
+ createElementVNode("div", _hoisted_2$P, [
4057
4057
  renderSlot(_ctx.$slots, "default")
4058
4058
  ]),
4059
4059
  createVNode($setup["OnyxToast"]),
@@ -4099,8 +4099,8 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4099
4099
  return __returned__;
4100
4100
  }
4101
4101
  });
4102
- const _hoisted_1$_ = ["title", "aria-label"];
4103
- const _hoisted_2$N = ["src", "alt"];
4102
+ const _hoisted_1$$ = ["title", "aria-label"];
4103
+ const _hoisted_2$O = ["src", "alt"];
4104
4104
  const _hoisted_3$x = {
4105
4105
  key: 0,
4106
4106
  class: "onyx-avatar__initials"
@@ -4122,7 +4122,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
4122
4122
  src: $setup.props.src,
4123
4123
  alt: $setup.ariaLabel,
4124
4124
  onError: _cache[0] || (_cache[0] = ($event) => $setup.hasImageError = true)
4125
- }, null, 40, _hoisted_2$N)) : (openBlock(), createElementBlock(
4125
+ }, null, 40, _hoisted_2$O)) : (openBlock(), createElementBlock(
4126
4126
  Fragment,
4127
4127
  { key: 1 },
4128
4128
  [
@@ -4141,7 +4141,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
4141
4141
  64
4142
4142
  /* STABLE_FRAGMENT */
4143
4143
  ))
4144
- ], 10, _hoisted_1$_);
4144
+ ], 10, _hoisted_1$$);
4145
4145
  }
4146
4146
  const OnyxAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAvatar/OnyxAvatar.vue"]]);
4147
4147
  const _sfc_main$1k = /* @__PURE__ */ defineComponent({
@@ -4153,9 +4153,9 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4153
4153
  return __returned__;
4154
4154
  }
4155
4155
  });
4156
- const _hoisted_1$Z = { class: "onyx-component onyx-avatar-stack" };
4156
+ const _hoisted_1$_ = { class: "onyx-component onyx-avatar-stack" };
4157
4157
  function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
4158
- return openBlock(), createElementBlock("div", _hoisted_1$Z, [
4158
+ return openBlock(), createElementBlock("div", _hoisted_1$_, [
4159
4159
  renderSlot(_ctx.$slots, "default")
4160
4160
  ]);
4161
4161
  }
@@ -4224,8 +4224,8 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
4224
4224
  return __returned__;
4225
4225
  }
4226
4226
  });
4227
- const _hoisted_1$Y = { class: "onyx-bottom-bar__content onyx-grid-container" };
4228
- const _hoisted_2$M = { class: "onyx-bottom-bar__content--left" };
4227
+ const _hoisted_1$Z = { class: "onyx-bottom-bar__content onyx-grid-container" };
4228
+ const _hoisted_2$N = { class: "onyx-bottom-bar__content--left" };
4229
4229
  const _hoisted_3$w = { class: "onyx-bottom-bar__content--right" };
4230
4230
  function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
4231
4231
  return openBlock(), createElementBlock(
@@ -4239,8 +4239,8 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
4239
4239
  ])
4240
4240
  },
4241
4241
  [
4242
- createElementVNode("div", _hoisted_1$Y, [
4243
- createElementVNode("div", _hoisted_2$M, [
4242
+ createElementVNode("div", _hoisted_1$Z, [
4243
+ createElementVNode("div", _hoisted_2$N, [
4244
4244
  renderSlot(_ctx.$slots, "left")
4245
4245
  ]),
4246
4246
  createElementVNode("div", _hoisted_3$w, [
@@ -4498,8 +4498,8 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
4498
4498
  return __returned__;
4499
4499
  }
4500
4500
  });
4501
- const _hoisted_1$X = { class: "onyx-truncation-ellipsis" };
4502
- const _hoisted_2$L = {
4501
+ const _hoisted_1$Y = { class: "onyx-truncation-ellipsis" };
4502
+ const _hoisted_2$M = {
4503
4503
  key: 0,
4504
4504
  class: "onyx-menu-item__chevron"
4505
4505
  };
@@ -4529,7 +4529,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
4529
4529
  createElementVNode("span", null, [
4530
4530
  createElementVNode(
4531
4531
  "span",
4532
- _hoisted_1$X,
4532
+ _hoisted_1$Y,
4533
4533
  toDisplayString($setup.props.label),
4534
4534
  1
4535
4535
  /* TEXT */
@@ -4543,7 +4543,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
4543
4543
  )
4544
4544
  ])
4545
4545
  ]),
4546
- $setup.hasChildren ? (openBlock(), createElementBlock("div", _hoisted_2$L, [
4546
+ $setup.hasChildren ? (openBlock(), createElementBlock("div", _hoisted_2$M, [
4547
4547
  createVNode($setup["OnyxIcon"], {
4548
4548
  icon: $setup.iconChevronRightSmall,
4549
4549
  size: "24px"
@@ -4782,8 +4782,8 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
4782
4782
  return __returned__;
4783
4783
  }
4784
4784
  });
4785
- const _hoisted_1$W = ["aria-label", "aria-hidden"];
4786
- const _hoisted_2$K = {
4785
+ const _hoisted_1$X = ["aria-label", "aria-hidden"];
4786
+ const _hoisted_2$L = {
4787
4787
  class: "onyx-breadcrumb__list onyx-grid-container",
4788
4788
  role: "menu"
4789
4789
  };
@@ -4799,7 +4799,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
4799
4799
  "aria-label": $setup.t("breadcrumb.label"),
4800
4800
  "aria-hidden": $setup.props.skeleton
4801
4801
  }, [
4802
- createElementVNode("ol", _hoisted_2$K, [
4802
+ createElementVNode("ol", _hoisted_2$L, [
4803
4803
  createVNode($setup["OnyxBreadcrumbItem"], {
4804
4804
  class: "onyx-breadcrumb__home",
4805
4805
  href: $setup.props.home?.link ?? "/",
@@ -4881,7 +4881,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
4881
4881
  /* FORWARDED */
4882
4882
  }, 8, ["injection-key"])
4883
4883
  ])
4884
- ], 10, _hoisted_1$W);
4884
+ ], 10, _hoisted_1$X);
4885
4885
  }
4886
4886
  const OnyxBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBreadcrumb/OnyxBreadcrumb.vue"]]);
4887
4887
  const BUTTON_TYPES = ["button", "submit", "reset"];
@@ -5073,7 +5073,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
5073
5073
  return __returned__;
5074
5074
  }
5075
5075
  });
5076
- const _hoisted_1$V = { class: "onyx-tooltip--content" };
5076
+ const _hoisted_1$W = { class: "onyx-tooltip--content" };
5077
5077
  function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
5078
5078
  return openBlock(), createElementBlock(
5079
5079
  "div",
@@ -5090,7 +5090,7 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
5090
5090
  style: $setup.tooltipStyles
5091
5091
  }),
5092
5092
  [
5093
- createElementVNode("div", _hoisted_1$V, [
5093
+ createElementVNode("div", _hoisted_1$W, [
5094
5094
  $setup.props.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
5095
5095
  key: 0,
5096
5096
  icon: $setup.props.icon,
@@ -5145,8 +5145,8 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
5145
5145
  return __returned__;
5146
5146
  }
5147
5147
  });
5148
- const _hoisted_1$U = { class: "onyx-calendar-cell__header" };
5149
- const _hoisted_2$J = { class: "onyx-calendar-cell__date-container" };
5148
+ const _hoisted_1$V = { class: "onyx-calendar-cell__header" };
5149
+ const _hoisted_2$K = { class: "onyx-calendar-cell__date-container" };
5150
5150
  const _hoisted_3$t = {
5151
5151
  key: 1,
5152
5152
  class: "onyx-calendar-cell__date"
@@ -5181,8 +5181,8 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
5181
5181
  ]
5182
5182
  }), {
5183
5183
  default: withCtx(() => [
5184
- createElementVNode("div", _hoisted_1$U, [
5185
- createElementVNode("div", _hoisted_2$J, [
5184
+ createElementVNode("div", _hoisted_1$V, [
5185
+ createElementVNode("div", _hoisted_2$K, [
5186
5186
  $setup.props.tooltipText ? (openBlock(), createBlock($setup["OnyxTooltip"], {
5187
5187
  key: 0,
5188
5188
  text: $setup.props.tooltipText,
@@ -5302,8 +5302,8 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5302
5302
  return __returned__;
5303
5303
  }
5304
5304
  });
5305
- const _hoisted_1$T = { class: "onyx-text--small onyx-truncation-ellipsis" };
5306
- const _hoisted_2$I = { class: "onyx-text--small onyx-truncation-ellipsis" };
5305
+ const _hoisted_1$U = { class: "onyx-text--small onyx-truncation-ellipsis" };
5306
+ const _hoisted_2$J = { class: "onyx-text--small onyx-truncation-ellipsis" };
5307
5307
  function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
5308
5308
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
5309
5309
  key: 0,
@@ -5327,7 +5327,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
5327
5327
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
5328
5328
  createElementVNode(
5329
5329
  "span",
5330
- _hoisted_1$T,
5330
+ _hoisted_1$U,
5331
5331
  toDisplayString($setup.props.label),
5332
5332
  1
5333
5333
  /* TEXT */
@@ -5358,7 +5358,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
5358
5358
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
5359
5359
  createElementVNode(
5360
5360
  "span",
5361
- _hoisted_2$I,
5361
+ _hoisted_2$J,
5362
5362
  toDisplayString($setup.props.label),
5363
5363
  1
5364
5364
  /* TEXT */
@@ -5485,8 +5485,8 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5485
5485
  return __returned__;
5486
5486
  }
5487
5487
  });
5488
- const _hoisted_1$S = { class: "onyx-calendar__header" };
5489
- const _hoisted_2$H = { class: "control-container time-control-container" };
5488
+ const _hoisted_1$T = { class: "onyx-calendar__header" };
5489
+ const _hoisted_2$I = { class: "control-container time-control-container" };
5490
5490
  const _hoisted_3$s = { class: "control-container" };
5491
5491
  const _hoisted_4$k = { class: "onyx-calendar__body" };
5492
5492
  const _hoisted_5$f = ["abbr"];
@@ -5511,8 +5511,8 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
5511
5511
  class: normalizeClass(["onyx-component", "onyx-calendar", `onyx-calendar--${$setup.calendarSize}`, $setup.densityClass])
5512
5512
  },
5513
5513
  [
5514
- createElementVNode("div", _hoisted_1$S, [
5515
- createElementVNode("div", _hoisted_2$H, [
5514
+ createElementVNode("div", _hoisted_1$T, [
5515
+ createElementVNode("div", _hoisted_2$I, [
5516
5516
  createVNode($setup["OnyxSystemButton"], {
5517
5517
  label: $setup.t("calendar.todayButton.label"),
5518
5518
  class: "control-container__today-btn",
@@ -5883,16 +5883,16 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
5883
5883
  return __returned__;
5884
5884
  }
5885
5885
  });
5886
- const _hoisted_1$R = { class: "onyx-component" };
5887
- const _hoisted_2$G = {
5886
+ const _hoisted_1$S = { class: "onyx-component" };
5887
+ const _hoisted_2$H = {
5888
5888
  key: 0,
5889
5889
  ref: "targetRef"
5890
5890
  };
5891
5891
  function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
5892
- return openBlock(), createElementBlock("div", _hoisted_1$R, [
5892
+ return openBlock(), createElementBlock("div", _hoisted_1$S, [
5893
5893
  !$setup.tooltipError || $setup.props.disabled ? (openBlock(), createElementBlock(
5894
5894
  "div",
5895
- _hoisted_2$G,
5895
+ _hoisted_2$H,
5896
5896
  null,
5897
5897
  512
5898
5898
  /* NEED_PATCH */
@@ -5973,8 +5973,8 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
5973
5973
  return __returned__;
5974
5974
  }
5975
5975
  });
5976
- const _hoisted_1$Q = ["title"];
5977
- const _hoisted_2$F = { class: "onyx-checkbox__container" };
5976
+ const _hoisted_1$R = ["title"];
5977
+ const _hoisted_2$G = { class: "onyx-checkbox__container" };
5978
5978
  const _hoisted_3$r = ["aria-label", "indeterminate", "disabled", "required", "value", "autofocus"];
5979
5979
  function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
5980
5980
  return $setup.skeleton ? (openBlock(), createElementBlock(
@@ -6002,7 +6002,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
6002
6002
  class: normalizeClass(["onyx-component onyx-checkbox", [$setup.requiredTypeClass, $setup.densityClass]]),
6003
6003
  title: $setup.title
6004
6004
  }, [
6005
- createElementVNode("div", _hoisted_2$F, [
6005
+ createElementVNode("div", _hoisted_2$G, [
6006
6006
  $setup.props.loading ? (openBlock(), createBlock($setup["OnyxLoadingIndicator"], {
6007
6007
  key: 0,
6008
6008
  class: "onyx-checkbox__loading",
@@ -6055,7 +6055,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
6055
6055
  64
6056
6056
  /* STABLE_FRAGMENT */
6057
6057
  )) : createCommentVNode("v-if", true)
6058
- ], 10, _hoisted_1$Q)
6058
+ ], 10, _hoisted_1$R)
6059
6059
  ]),
6060
6060
  _: 1
6061
6061
  /* STABLE */
@@ -6132,9 +6132,9 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
6132
6132
  return __returned__;
6133
6133
  }
6134
6134
  });
6135
- const _hoisted_1$P = { class: "onyx-component onyx-info-tooltip" };
6135
+ const _hoisted_1$Q = { class: "onyx-component onyx-info-tooltip" };
6136
6136
  function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
6137
- return openBlock(), createElementBlock("span", _hoisted_1$P, [
6137
+ return openBlock(), createElementBlock("span", _hoisted_1$Q, [
6138
6138
  $setup.triggerType === "click" ? (openBlock(), createBlock($setup["OnyxTooltip"], mergeProps({ key: 0 }, $setup.tooltipProps, {
6139
6139
  open: $setup.isVisible,
6140
6140
  "onUpdate:open": _cache[0] || (_cache[0] = ($event) => $setup.isVisible = $event)
@@ -6251,8 +6251,8 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
6251
6251
  return __returned__;
6252
6252
  }
6253
6253
  });
6254
- const _hoisted_1$O = ["disabled", "aria-label"];
6255
- const _hoisted_2$E = {
6254
+ const _hoisted_1$P = ["disabled", "aria-label"];
6255
+ const _hoisted_2$F = {
6256
6256
  key: 0,
6257
6257
  class: "onyx-checkbox-group__label"
6258
6258
  };
@@ -6262,7 +6262,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
6262
6262
  disabled: $setup.disabled,
6263
6263
  "aria-label": $setup.props.label
6264
6264
  }, [
6265
- !$setup.props.hideLabel ? (openBlock(), createElementBlock("legend", _hoisted_2$E, [
6265
+ !$setup.props.hideLabel ? (openBlock(), createElementBlock("legend", _hoisted_2$F, [
6266
6266
  createVNode($setup["OnyxHeadline"], { is: "h3" }, {
6267
6267
  default: withCtx(() => [
6268
6268
  createTextVNode(
@@ -6342,7 +6342,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
6342
6342
  2
6343
6343
  /* CLASS */
6344
6344
  )
6345
- ], 10, _hoisted_1$O);
6345
+ ], 10, _hoisted_1$P);
6346
6346
  }
6347
6347
  const OnyxCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCheckboxGroup/OnyxCheckboxGroup.vue"]]);
6348
6348
  const CODE_TABS_INJECTION_KEY = Symbol();
@@ -6378,8 +6378,8 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
6378
6378
  return __returned__;
6379
6379
  }
6380
6380
  });
6381
- const _hoisted_1$N = ["disabled"];
6382
- const _hoisted_2$D = { class: "onyx-tab__label" };
6381
+ const _hoisted_1$O = ["disabled"];
6382
+ const _hoisted_2$E = { class: "onyx-tab__label" };
6383
6383
  function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6384
6384
  return openBlock(), createElementBlock(
6385
6385
  Fragment,
@@ -6401,7 +6401,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6401
6401
  type: "button",
6402
6402
  disabled: $setup.props.disabled
6403
6403
  }), [
6404
- createElementVNode("div", _hoisted_2$D, [
6404
+ createElementVNode("div", _hoisted_2$E, [
6405
6405
  renderSlot(_ctx.$slots, "tab", {}, () => [
6406
6406
  createTextVNode(
6407
6407
  toDisplayString($setup.props.label),
@@ -6410,7 +6410,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6410
6410
  )
6411
6411
  ])
6412
6412
  ])
6413
- ], 16, _hoisted_1$N)),
6413
+ ], 16, _hoisted_1$O)),
6414
6414
  $setup.tabsContext?.panel.value ? (openBlock(), createBlock(Teleport, {
6415
6415
  key: 2,
6416
6416
  to: $setup.tabsContext?.panel.value,
@@ -6479,11 +6479,11 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
6479
6479
  return __returned__;
6480
6480
  }
6481
6481
  });
6482
- const _hoisted_1$M = {
6482
+ const _hoisted_1$N = {
6483
6483
  key: 0,
6484
6484
  class: "onyx-code-tab__skeletons"
6485
6485
  };
6486
- const _hoisted_2$C = {
6486
+ const _hoisted_2$D = {
6487
6487
  key: 0,
6488
6488
  class: "onyx-code-tab__language onyx-text--small"
6489
6489
  };
@@ -6508,7 +6508,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
6508
6508
  ])
6509
6509
  ]),
6510
6510
  default: withCtx(() => [
6511
- $setup.skeleton ? (openBlock(), createElementBlock("div", _hoisted_1$M, [
6511
+ $setup.skeleton ? (openBlock(), createElementBlock("div", _hoisted_1$N, [
6512
6512
  (openBlock(), createElementBlock(
6513
6513
  Fragment,
6514
6514
  null,
@@ -6538,7 +6538,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
6538
6538
  ]),
6539
6539
  $setup.props.language ? (openBlock(), createElementBlock(
6540
6540
  "span",
6541
- _hoisted_2$C,
6541
+ _hoisted_2$D,
6542
6542
  toDisplayString($setup.props.language),
6543
6543
  1
6544
6544
  /* TEXT */
@@ -6592,8 +6592,8 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
6592
6592
  return __returned__;
6593
6593
  }
6594
6594
  });
6595
- const _hoisted_1$L = { class: "onyx-tabs__header" };
6596
- const _hoisted_2$B = {
6595
+ const _hoisted_1$M = { class: "onyx-tabs__header" };
6596
+ const _hoisted_2$C = {
6597
6597
  key: 0,
6598
6598
  class: "onyx-tabs__actions"
6599
6599
  };
@@ -6610,7 +6610,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
6610
6610
  ])
6611
6611
  },
6612
6612
  [
6613
- createElementVNode("div", _hoisted_1$L, [
6613
+ createElementVNode("div", _hoisted_1$M, [
6614
6614
  createElementVNode(
6615
6615
  "div",
6616
6616
  mergeProps($setup.headless.elements.tablist.value, { class: "onyx-tabs__tablist" }),
@@ -6620,7 +6620,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
6620
6620
  16
6621
6621
  /* FULL_PROPS */
6622
6622
  ),
6623
- $setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_2$B, [
6623
+ $setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_2$C, [
6624
6624
  renderSlot(_ctx.$slots, "actions")
6625
6625
  ])) : createCommentVNode("v-if", true)
6626
6626
  ])
@@ -6729,8 +6729,8 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
6729
6729
  return __returned__;
6730
6730
  }
6731
6731
  });
6732
- const _hoisted_1$K = { class: "onyx-empty__label onyx-text onyx-truncation-multiline" };
6733
- const _hoisted_2$A = {
6732
+ const _hoisted_1$L = { class: "onyx-empty__label onyx-text onyx-truncation-multiline" };
6733
+ const _hoisted_2$B = {
6734
6734
  key: 0,
6735
6735
  class: "onyx-empty__buttons"
6736
6736
  };
@@ -6747,10 +6747,10 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
6747
6747
  size: "48px"
6748
6748
  }, null, 8, ["icon"])
6749
6749
  ]),
6750
- createElementVNode("div", _hoisted_1$K, [
6750
+ createElementVNode("div", _hoisted_1$L, [
6751
6751
  renderSlot(_ctx.$slots, "default")
6752
6752
  ]),
6753
- !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_2$A, [
6753
+ !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_2$B, [
6754
6754
  renderSlot(_ctx.$slots, "buttons")
6755
6755
  ])) : createCommentVNode("v-if", true)
6756
6756
  ],
@@ -6790,11 +6790,11 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
6790
6790
  return __returned__;
6791
6791
  }
6792
6792
  });
6793
- const _hoisted_1$J = {
6793
+ const _hoisted_1$K = {
6794
6794
  key: 0,
6795
6795
  class: "onyx-table-wrapper__top"
6796
6796
  };
6797
- const _hoisted_2$z = ["id"];
6797
+ const _hoisted_2$A = ["id"];
6798
6798
  const _hoisted_3$q = { class: "onyx-table-wrapper__actions" };
6799
6799
  const _hoisted_4$j = ["tabindex"];
6800
6800
  const _hoisted_5$e = ["aria-labelledby"];
@@ -6804,7 +6804,7 @@ const _hoisted_7$6 = {
6804
6804
  class: "onyx-table__header"
6805
6805
  };
6806
6806
  const _hoisted_8$5 = { key: 0 };
6807
- const _hoisted_9$1 = ["colspan"];
6807
+ const _hoisted_9$2 = ["colspan"];
6808
6808
  const _hoisted_10$1 = { class: "onyx-table__empty" };
6809
6809
  const _hoisted_11 = { colspan: "99" };
6810
6810
  const _hoisted_12 = { class: "onyx-table__empty-content" };
@@ -6820,10 +6820,10 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
6820
6820
  style: normalizeStyle($setup.style)
6821
6821
  },
6822
6822
  [
6823
- !!$setup.slots.headline || !!$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_1$J, [
6823
+ !!$setup.slots.headline || !!$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_1$K, [
6824
6824
  createElementVNode("div", { id: $setup.headlineId }, [
6825
6825
  renderSlot(_ctx.$slots, "headline")
6826
- ], 8, _hoisted_2$z),
6826
+ ], 8, _hoisted_2$A),
6827
6827
  createElementVNode("div", _hoisted_3$q, [
6828
6828
  renderSlot(_ctx.$slots, "actions")
6829
6829
  ])
@@ -6871,7 +6871,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
6871
6871
  colspan: group.span,
6872
6872
  scope: "colgroup",
6873
6873
  class: "onyx-table__colgroup"
6874
- }, toDisplayString(group.header), 9, _hoisted_9$1);
6874
+ }, toDisplayString(group.header), 9, _hoisted_9$2);
6875
6875
  }),
6876
6876
  128
6877
6877
  /* KEYED_FRAGMENT */
@@ -7103,8 +7103,8 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
7103
7103
  return __returned__;
7104
7104
  }
7105
7105
  });
7106
- const _hoisted_1$I = ["autofocus", "placeholder", "aria-label"];
7107
- const _hoisted_2$y = ["aria-label"];
7106
+ const _hoisted_1$J = ["autofocus", "placeholder", "aria-label"];
7107
+ const _hoisted_2$z = ["aria-label"];
7108
7108
  function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
7109
7109
  return openBlock(), createElementBlock(
7110
7110
  "div",
@@ -7124,7 +7124,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
7124
7124
  size: "1"
7125
7125
  }, $setup.restAttrs, {
7126
7126
  "aria-label": $setup.props.label
7127
- }), null, 16, _hoisted_1$I), [
7127
+ }), null, 16, _hoisted_1$J), [
7128
7128
  [vModelText, $setup.modelValue]
7129
7129
  ]),
7130
7130
  createElementVNode("button", {
@@ -7137,7 +7137,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
7137
7137
  onClick: _cache[2] || (_cache[2] = ($event) => $setup.emit("clear"))
7138
7138
  }, [
7139
7139
  createVNode($setup["OnyxIcon"], { icon: $setup.iconXSmall }, null, 8, ["icon"])
7140
- ], 40, _hoisted_2$y),
7140
+ ], 40, _hoisted_2$z),
7141
7141
  createVNode($setup["OnyxIcon"], {
7142
7142
  class: "onyx-mini-search__icon",
7143
7143
  icon: $setup.iconSearch
@@ -7165,17 +7165,17 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
7165
7165
  return __returned__;
7166
7166
  }
7167
7167
  });
7168
- const _hoisted_1$H = { class: "onyx-component onyx-data-grid-header-cell" };
7169
- const _hoisted_2$x = { class: "onyx-data-grid-header-cell__label" };
7168
+ const _hoisted_1$I = { class: "onyx-component onyx-data-grid-header-cell" };
7169
+ const _hoisted_2$y = { class: "onyx-data-grid-header-cell__label" };
7170
7170
  const _hoisted_3$p = {
7171
7171
  key: 0,
7172
7172
  class: "onyx-data-grid-header-cell__actions"
7173
7173
  };
7174
7174
  function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
7175
- return openBlock(), createElementBlock("div", _hoisted_1$H, [
7175
+ return openBlock(), createElementBlock("div", _hoisted_1$I, [
7176
7176
  createElementVNode(
7177
7177
  "span",
7178
- _hoisted_2$x,
7178
+ _hoisted_2$y,
7179
7179
  toDisplayString($setup.props.label),
7180
7180
  1
7181
7181
  /* TEXT */
@@ -7730,8 +7730,8 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
7730
7730
  return __returned__;
7731
7731
  }
7732
7732
  });
7733
- const _hoisted_1$G = ["aria-label"];
7734
- const _hoisted_2$w = ["aria-label", "disabled"];
7733
+ const _hoisted_1$H = ["aria-label"];
7734
+ const _hoisted_2$x = ["aria-label", "disabled"];
7735
7735
  const _hoisted_3$o = ["aria-label", "disabled", "onClick"];
7736
7736
  const _hoisted_4$i = ["aria-label"];
7737
7737
  const _hoisted_5$d = ["aria-label", "disabled"];
@@ -7764,7 +7764,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
7764
7764
  onClick: _cache[0] || (_cache[0] = ($event) => $setup.emit("update:modelValue", $setup.props.modelValue - 1))
7765
7765
  }, [
7766
7766
  createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronLeftSmall }, null, 8, ["icon"])
7767
- ], 8, _hoisted_2$w),
7767
+ ], 8, _hoisted_2$x),
7768
7768
  (openBlock(true), createElementBlock(
7769
7769
  Fragment,
7770
7770
  null,
@@ -7824,7 +7824,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
7824
7824
  }, [
7825
7825
  createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronRightSmall }, null, 8, ["icon"])
7826
7826
  ], 8, _hoisted_5$d)
7827
- ], 10, _hoisted_1$G));
7827
+ ], 10, _hoisted_1$H));
7828
7828
  }
7829
7829
  const OnyxInlinePagination = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxInlinePagination.vue"]]);
7830
7830
  const useErrorClass = (showError) => computed(() => {
@@ -7850,7 +7850,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
7850
7850
  return __returned__;
7851
7851
  }
7852
7852
  });
7853
- const _hoisted_1$F = {
7853
+ const _hoisted_1$G = {
7854
7854
  class: /* @__PURE__ */ normalizeClass(["onyx-truncation-ellipsis"])
7855
7855
  };
7856
7856
  function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
@@ -7860,7 +7860,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
7860
7860
  default: withCtx(() => [
7861
7861
  createElementVNode(
7862
7862
  "span",
7863
- _hoisted_1$F,
7863
+ _hoisted_1$G,
7864
7864
  toDisplayString($setup.props.messages.shortMessage),
7865
7865
  1
7866
7866
  /* TEXT */
@@ -7952,11 +7952,11 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
7952
7952
  return __returned__;
7953
7953
  }
7954
7954
  });
7955
- const _hoisted_1$E = {
7955
+ const _hoisted_1$F = {
7956
7956
  key: 0,
7957
7957
  class: "onyx-form-element__label onyx-text--small"
7958
7958
  };
7959
- const _hoisted_2$v = ["for"];
7959
+ const _hoisted_2$w = ["for"];
7960
7960
  const _hoisted_3$n = {
7961
7961
  key: 1,
7962
7962
  class: "onyx-form-element__footer onyx-text--small"
@@ -7974,11 +7974,11 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
7974
7974
  ])
7975
7975
  },
7976
7976
  [
7977
- !$setup.props.hideLabel ? (openBlock(), createElementBlock("div", _hoisted_1$E, [
7977
+ !$setup.props.hideLabel ? (openBlock(), createElementBlock("div", _hoisted_1$F, [
7978
7978
  createElementVNode("label", {
7979
7979
  for: $setup.props.id,
7980
7980
  class: "onyx-truncation-ellipsis"
7981
- }, toDisplayString($setup.props.label), 9, _hoisted_2$v),
7981
+ }, toDisplayString($setup.props.label), 9, _hoisted_2$w),
7982
7982
  $setup.props.required ? (openBlock(), createElementBlock(
7983
7983
  "span",
7984
7984
  {
@@ -8133,8 +8133,8 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
8133
8133
  return __returned__;
8134
8134
  }
8135
8135
  });
8136
- const _hoisted_1$D = ["id", "readonly", "placeholder", "required", "disabled", "aria-label", "title", "value", "autofocus"];
8137
- const _hoisted_2$u = ["aria-label", "title", "disabled"];
8136
+ const _hoisted_1$E = ["id", "readonly", "placeholder", "required", "disabled", "aria-label", "title", "value", "autofocus"];
8137
+ const _hoisted_2$v = ["aria-label", "title", "disabled"];
8138
8138
  function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
8139
8139
  return $setup.skeleton ? (openBlock(), createElementBlock(
8140
8140
  "div",
@@ -8200,7 +8200,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
8200
8200
  autofocus: $setup.props.autofocus,
8201
8201
  autocomplete: "off",
8202
8202
  onKeydown: $setup.blockTyping
8203
- }), null, 16, _hoisted_1$D), [
8203
+ }), null, 16, _hoisted_1$E), [
8204
8204
  [$setup["vCustomValidity"]]
8205
8205
  ]),
8206
8206
  $setup.props.textMode === "preview" && $setup.selectionCount > 0 ? (openBlock(), createBlock($setup["OnyxTooltip"], {
@@ -8239,7 +8239,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
8239
8239
  disabled: $setup.disabled || $setup.props.readonly || $setup.props.loading
8240
8240
  }, [
8241
8241
  createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronDownUp }, null, 8, ["icon"])
8242
- ], 8, _hoisted_2$u),
8242
+ ], 8, _hoisted_2$v),
8243
8243
  !$setup.props.hideSuccessIcon && $setup.successMessages ? (openBlock(), createBlock($setup["OnyxIcon"], {
8244
8244
  key: 2,
8245
8245
  class: "onyx-select-input__check-icon",
@@ -8276,7 +8276,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
8276
8276
  return __returned__;
8277
8277
  }
8278
8278
  });
8279
- const _hoisted_1$C = ["checked", "aria-labelledby", "disabled", "indeterminate"];
8279
+ const _hoisted_1$D = ["checked", "aria-labelledby", "disabled", "indeterminate"];
8280
8280
  function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
8281
8281
  return openBlock(), createBlock($setup["OnyxListItem"], mergeProps({ class: "onyx-component onyx-select-option" }, $setup.listItemProps, {
8282
8282
  checked: !!_ctx.$attrs["aria-checked"],
@@ -8294,7 +8294,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
8294
8294
  tabindex: "-1",
8295
8295
  class: "onyx-select-option__checkbox",
8296
8296
  type: "checkbox"
8297
- }, null, 8, _hoisted_1$C)) : createCommentVNode("v-if", true),
8297
+ }, null, 8, _hoisted_1$D)) : createCommentVNode("v-if", true),
8298
8298
  $setup.props.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
8299
8299
  key: 1,
8300
8300
  icon: $setup.props.icon
@@ -8586,11 +8586,11 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
8586
8586
  return __returned__;
8587
8587
  }
8588
8588
  });
8589
- const _hoisted_1$B = {
8589
+ const _hoisted_1$C = {
8590
8590
  ref: "selectRef",
8591
8591
  class: "onyx-component onyx-select-wrapper"
8592
8592
  };
8593
- const _hoisted_2$t = {
8593
+ const _hoisted_2$u = {
8594
8594
  class: "onyx-select__wrapper",
8595
8595
  tabindex: "-1"
8596
8596
  };
@@ -8623,7 +8623,7 @@ const _hoisted_8$4 = {
8623
8623
  function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
8624
8624
  return openBlock(), createElementBlock(
8625
8625
  "div",
8626
- _hoisted_1$B,
8626
+ _hoisted_1$C,
8627
8627
  [
8628
8628
  createVNode($setup["OnyxBasicPopover"], {
8629
8629
  class: normalizeClass($setup.densityClass),
@@ -8642,7 +8642,7 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
8642
8642
  }), null, 16, ["show-focus", "autofocus"])
8643
8643
  ]),
8644
8644
  content: withCtx(() => [
8645
- withDirectives((openBlock(), createElementBlock("div", _hoisted_2$t, [
8645
+ withDirectives((openBlock(), createElementBlock("div", _hoisted_2$u, [
8646
8646
  $setup.props.withSearch ? (openBlock(), createBlock($setup["OnyxMiniSearch"], mergeProps({
8647
8647
  key: 0,
8648
8648
  ref: "miniSearchRef",
@@ -8866,8 +8866,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
8866
8866
  return __returned__;
8867
8867
  }
8868
8868
  });
8869
- const _hoisted_1$A = ["aria-label"];
8870
- const _hoisted_2$s = { class: "onyx-pagination__count" };
8869
+ const _hoisted_1$B = ["aria-label"];
8870
+ const _hoisted_2$t = { class: "onyx-pagination__count" };
8871
8871
  const _hoisted_3$l = ["aria-label", "disabled"];
8872
8872
  const _hoisted_4$f = ["aria-label", "disabled"];
8873
8873
  function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
@@ -8901,7 +8901,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
8901
8901
  }, null, 8, ["search-term", "label", "list-label", "options", "model-value", "value-label", "disabled"]),
8902
8902
  createElementVNode(
8903
8903
  "div",
8904
- _hoisted_2$s,
8904
+ _hoisted_2$t,
8905
8905
  toDisplayString($setup.t("pagination.ofPages", { n: $setup.props.pages, pages: $setup.n($setup.props.pages, "decimal") })),
8906
8906
  1
8907
8907
  /* TEXT */
@@ -8924,7 +8924,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
8924
8924
  }, [
8925
8925
  createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronRightSmall }, null, 8, ["icon"])
8926
8926
  ], 8, _hoisted_4$f)
8927
- ], 14, _hoisted_1$A));
8927
+ ], 14, _hoisted_1$B));
8928
8928
  }
8929
8929
  const OnyxSelectPagination = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxSelectPagination.vue"]]);
8930
8930
  const _sfc_main$N = /* @__PURE__ */ defineComponent({
@@ -10050,8 +10050,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
10050
10050
  return __returned__;
10051
10051
  }
10052
10052
  });
10053
- const _hoisted_1$z = { class: "onyx-datepicker__wrapper" };
10054
- const _hoisted_2$r = ["id", "type", "required", "autofocus", "name", "readonly", "disabled", "aria-label", "title", "min", "max"];
10053
+ const _hoisted_1$A = { class: "onyx-datepicker__wrapper" };
10054
+ const _hoisted_2$s = ["id", "type", "required", "autofocus", "name", "readonly", "disabled", "aria-label", "title", "min", "max"];
10055
10055
  function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
10056
10056
  return $setup.skeleton ? (openBlock(), createElementBlock(
10057
10057
  "div",
@@ -10081,7 +10081,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
10081
10081
  message: $setup.messages
10082
10082
  }), {
10083
10083
  default: withCtx(({ id: inputId }) => [
10084
- createElementVNode("div", _hoisted_1$z, [
10084
+ createElementVNode("div", _hoisted_1$A, [
10085
10085
  $setup.props.loading ? (openBlock(), createBlock($setup["OnyxLoadingIndicator"], {
10086
10086
  key: 0,
10087
10087
  class: "onyx-datepicker__loading",
@@ -10103,7 +10103,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
10103
10103
  title: $setup.props.hideLabel ? $setup.props.label : void 0,
10104
10104
  min: $setup.getNormalizedDate($setup.props.min),
10105
10105
  max: $setup.getNormalizedDate($setup.props.max)
10106
- }, $setup.restAttrs), null, 16, _hoisted_2$r)), [
10106
+ }, $setup.restAttrs), null, 16, _hoisted_2$s)), [
10107
10107
  [vModelDynamic, $setup.value],
10108
10108
  [$setup["vCustomValidity"]]
10109
10109
  ])
@@ -10153,8 +10153,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
10153
10153
  return __returned__;
10154
10154
  }
10155
10155
  });
10156
- const _hoisted_1$y = { class: "onyx-dialog__header" };
10157
- const _hoisted_2$q = { class: "onyx-dialog__headline" };
10156
+ const _hoisted_1$z = { class: "onyx-dialog__header" };
10157
+ const _hoisted_2$r = { class: "onyx-dialog__headline" };
10158
10158
  const _hoisted_3$k = { class: "onyx-dialog__headline-content" };
10159
10159
  const _hoisted_4$e = { class: "onyx-dialog__body" };
10160
10160
  const _hoisted_5$b = {
@@ -10171,8 +10171,8 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
10171
10171
  renderSlot(_ctx.$slots, "trigger", { trigger })
10172
10172
  ]),
10173
10173
  content: withCtx(() => [
10174
- createElementVNode("div", _hoisted_1$y, [
10175
- createElementVNode("div", _hoisted_2$q, [
10174
+ createElementVNode("div", _hoisted_1$z, [
10175
+ createElementVNode("div", _hoisted_2$r, [
10176
10176
  createElementVNode("div", _hoisted_3$k, [
10177
10177
  renderSlot(_ctx.$slots, "headline", {
10178
10178
  label: $setup.props.label
@@ -10305,13 +10305,13 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
10305
10305
  return __returned__;
10306
10306
  }
10307
10307
  });
10308
- const _hoisted_1$x = ["aria-orientation"];
10308
+ const _hoisted_1$y = ["aria-orientation"];
10309
10309
  function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
10310
10310
  return openBlock(), createElementBlock("div", {
10311
10311
  class: normalizeClass(["onyx-component onyx-separator", { "onyx-separator--vertical": $setup.isVertical }]),
10312
10312
  role: "separator",
10313
10313
  "aria-orientation": $setup.props.orientation
10314
- }, null, 10, _hoisted_1$x);
10314
+ }, null, 10, _hoisted_1$y);
10315
10315
  }
10316
10316
  const OnyxSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSeparator/OnyxSeparator.vue"]]);
10317
10317
  const _sfc_main$F = /* @__PURE__ */ defineComponent({
@@ -10403,8 +10403,8 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
10403
10403
  return __returned__;
10404
10404
  }
10405
10405
  });
10406
- const _hoisted_1$w = { class: "onyx-input__wrapper" };
10407
- const _hoisted_2$p = ["id", "placeholder", "type", "required", "autocapitalize", "autocomplete", "autofocus", "name", "pattern", "readonly", "disabled", "maxlength", "minlength", "aria-label", "title"];
10406
+ const _hoisted_1$x = { class: "onyx-input__wrapper" };
10407
+ const _hoisted_2$q = ["id", "placeholder", "type", "required", "autocapitalize", "autocomplete", "autofocus", "name", "pattern", "readonly", "disabled", "maxlength", "minlength", "aria-label", "title"];
10408
10408
  const _hoisted_3$j = ["aria-label", "title"];
10409
10409
  function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
10410
10410
  return $setup.skeleton ? (openBlock(), createElementBlock(
@@ -10435,7 +10435,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
10435
10435
  message: $setup.messages
10436
10436
  }), {
10437
10437
  default: withCtx(({ id: inputId }) => [
10438
- createElementVNode("div", _hoisted_1$w, [
10438
+ createElementVNode("div", _hoisted_1$x, [
10439
10439
  renderSlot(_ctx.$slots, "leading"),
10440
10440
  $setup.slots.leading ? (openBlock(), createBlock($setup["OnyxSeparator"], {
10441
10441
  key: 0,
@@ -10466,7 +10466,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
10466
10466
  minlength: $setup.props.minlength,
10467
10467
  "aria-label": $setup.props.hideLabel ? $setup.props.label : void 0,
10468
10468
  title: $setup.props.hideLabel ? $setup.props.label : void 0
10469
- }, $setup.restAttrs), null, 16, _hoisted_2$p), [
10469
+ }, $setup.restAttrs), null, 16, _hoisted_2$q), [
10470
10470
  [vModelDynamic, $setup.modelValue],
10471
10471
  [$setup["vCustomValidity"]]
10472
10472
  ]),
@@ -10589,8 +10589,8 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
10589
10589
  return __returned__;
10590
10590
  }
10591
10591
  });
10592
- const _hoisted_1$v = { class: "onyx-global-search__footer onyx-text--small" };
10593
- const _hoisted_2$o = { class: "onyx-global-search__shortcut" };
10592
+ const _hoisted_1$w = { class: "onyx-global-search__footer onyx-text--small" };
10593
+ const _hoisted_2$p = { class: "onyx-global-search__shortcut" };
10594
10594
  const _hoisted_3$i = { class: "onyx-global-search__shortcut-label" };
10595
10595
  const _hoisted_4$d = { class: "onyx-global-search__shortcut" };
10596
10596
  const _hoisted_5$a = { class: "onyx-global-search__shortcut-label" };
@@ -10639,9 +10639,9 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
10639
10639
  ]),
10640
10640
  withDirectives(createElementVNode(
10641
10641
  "div",
10642
- _hoisted_1$v,
10642
+ _hoisted_1$w,
10643
10643
  [
10644
- createElementVNode("span", _hoisted_2$o, [
10644
+ createElementVNode("span", _hoisted_2$p, [
10645
10645
  _cache[2] || (_cache[2] = createElementVNode(
10646
10646
  "kbd",
10647
10647
  null,
@@ -10733,8 +10733,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
10733
10733
  return __returned__;
10734
10734
  }
10735
10735
  });
10736
- const _hoisted_1$u = { class: "onyx-global-search-option__content" };
10737
- const _hoisted_2$n = { class: "onyx-truncation-ellipsis" };
10736
+ const _hoisted_1$v = { class: "onyx-global-search-option__content" };
10737
+ const _hoisted_2$o = { class: "onyx-truncation-ellipsis" };
10738
10738
  const _hoisted_3$h = {
10739
10739
  key: 0,
10740
10740
  class: "onyx-global-search-option__trailing"
@@ -10748,7 +10748,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
10748
10748
  class: normalizeClass(["onyx-component", "onyx-global-search-option-skeleton", "onyx-text", $setup.densityClass])
10749
10749
  },
10750
10750
  [
10751
- createElementVNode("div", _hoisted_1$u, [
10751
+ createElementVNode("div", _hoisted_1$v, [
10752
10752
  createVNode($setup["OnyxSkeleton"], { class: "onyx-global-search-option-skeleton__icon" }),
10753
10753
  createVNode($setup["OnyxSkeleton"], { class: "onyx-global-search-option-skeleton__label" })
10754
10754
  ])
@@ -10786,7 +10786,7 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
10786
10786
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
10787
10787
  createElementVNode(
10788
10788
  "span",
10789
- _hoisted_2$n,
10789
+ _hoisted_2$o,
10790
10790
  toDisplayString($setup.props.label),
10791
10791
  1
10792
10792
  /* TEXT */
@@ -10828,7 +10828,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
10828
10828
  return __returned__;
10829
10829
  }
10830
10830
  });
10831
- const _hoisted_1$t = { "aria-hidden": "true" };
10831
+ const _hoisted_1$u = { "aria-hidden": "true" };
10832
10832
  function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
10833
10833
  return openBlock(), createElementBlock(
10834
10834
  "ul",
@@ -10836,7 +10836,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
10836
10836
  class: ["onyx-component", "onyx-global-search-group", $setup.densityClass]
10837
10837
  }, $setup.context?.headless.elements.group.value({ label: $setup.props.label })),
10838
10838
  [
10839
- createElementVNode("li", _hoisted_1$t, [
10839
+ createElementVNode("li", _hoisted_1$u, [
10840
10840
  createVNode($setup["OnyxHeadline"], {
10841
10841
  is: "h4",
10842
10842
  class: "onyx-global-search-group__headline"
@@ -10913,8 +10913,8 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
10913
10913
  return __returned__;
10914
10914
  }
10915
10915
  });
10916
- const _hoisted_1$s = ["src", "alt"];
10917
- const _hoisted_2$m = ["src", "alt"];
10916
+ const _hoisted_1$t = ["src", "alt"];
10917
+ const _hoisted_2$n = ["src", "alt"];
10918
10918
  const _hoisted_3$g = { class: "onyx-image__alt onyx-text--small" };
10919
10919
  function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
10920
10920
  return openBlock(), createElementBlock(
@@ -10941,7 +10941,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
10941
10941
  src: $setup.imageSrc.light,
10942
10942
  alt: $setup.props.alt,
10943
10943
  onError: _cache[0] || (_cache[0] = ($event) => $setup.isError = true)
10944
- }), null, 16, _hoisted_1$s),
10944
+ }), null, 16, _hoisted_1$t),
10945
10945
  $setup.imageSrc.dark ? (openBlock(), createElementBlock("img", mergeProps({
10946
10946
  key: 0,
10947
10947
  class: "onyx-image__source onyx-image__source--dark"
@@ -10949,7 +10949,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
10949
10949
  src: $setup.imageSrc.dark,
10950
10950
  alt: $setup.props.alt,
10951
10951
  onError: _cache[1] || (_cache[1] = ($event) => $setup.isError = true)
10952
- }), null, 16, _hoisted_2$m)) : createCommentVNode("v-if", true),
10952
+ }), null, 16, _hoisted_2$n)) : createCommentVNode("v-if", true),
10953
10953
  $setup.isError ? (openBlock(), createElementBlock(
10954
10954
  "div",
10955
10955
  mergeProps({
@@ -11047,12 +11047,12 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
11047
11047
  return __returned__;
11048
11048
  }
11049
11049
  });
11050
- const _hoisted_1$r = { class: "onyx-component onyx-mobile-nav-button" };
11051
- const _hoisted_2$l = ["aria-label", "disabled"];
11050
+ const _hoisted_1$s = { class: "onyx-component onyx-mobile-nav-button" };
11051
+ const _hoisted_2$m = ["aria-label", "disabled"];
11052
11052
  const _hoisted_3$f = { class: "onyx-mobile-nav-button__flyout" };
11053
11053
  const _hoisted_4$c = { class: "onyx-mobile-nav-button__menu" };
11054
11054
  function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
11055
- return openBlock(), createElementBlock("div", _hoisted_1$r, [
11055
+ return openBlock(), createElementBlock("div", _hoisted_1$s, [
11056
11056
  createElementVNode("button", {
11057
11057
  type: "button",
11058
11058
  class: normalizeClass(["onyx-mobile-nav-button__trigger", { "onyx-mobile-nav-button__trigger--active": $setup.props.open }]),
@@ -11063,7 +11063,7 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
11063
11063
  createVNode($setup["OnyxIcon"], {
11064
11064
  icon: $setup.props.open ? $setup.iconX : $setup.props.icon
11065
11065
  }, null, 8, ["icon"])
11066
- ], 10, _hoisted_2$l),
11066
+ ], 10, _hoisted_2$m),
11067
11067
  withDirectives(createElementVNode(
11068
11068
  "div",
11069
11069
  _hoisted_3$f,
@@ -11128,8 +11128,8 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
11128
11128
  return __returned__;
11129
11129
  }
11130
11130
  });
11131
- const _hoisted_1$q = { class: "onyx-modal__header" };
11132
- const _hoisted_2$k = { class: "onyx-modal__headline" };
11131
+ const _hoisted_1$r = { class: "onyx-modal__header" };
11132
+ const _hoisted_2$l = { class: "onyx-modal__headline" };
11133
11133
  const _hoisted_3$e = { class: "onyx-modal__headline-content" };
11134
11134
  const _hoisted_4$b = ["id"];
11135
11135
  const _hoisted_5$9 = { class: "onyx-modal__body" };
@@ -11145,8 +11145,8 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
11145
11145
  "onUpdate:open": _cache[1] || (_cache[1] = ($event) => $setup.emit("update:open", $event))
11146
11146
  }), {
11147
11147
  default: withCtx(() => [
11148
- createElementVNode("div", _hoisted_1$q, [
11149
- createElementVNode("div", _hoisted_2$k, [
11148
+ createElementVNode("div", _hoisted_1$r, [
11149
+ createElementVNode("div", _hoisted_2$l, [
11150
11150
  createElementVNode("div", _hoisted_3$e, [
11151
11151
  renderSlot(_ctx.$slots, "headline", {
11152
11152
  label: $setup.props.label
@@ -11211,8 +11211,8 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
11211
11211
  return __returned__;
11212
11212
  }
11213
11213
  });
11214
- const _hoisted_1$p = ["src", "alt"];
11215
- const _hoisted_2$j = {
11214
+ const _hoisted_1$q = ["src", "alt"];
11215
+ const _hoisted_2$k = {
11216
11216
  key: 1,
11217
11217
  class: "onyx-text-small onyx-truncation-ellipsis"
11218
11218
  };
@@ -11230,10 +11230,10 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
11230
11230
  class: "onyx-nav-app-area__logo",
11231
11231
  width: "24",
11232
11232
  height: "24"
11233
- }, null, 8, _hoisted_1$p)) : createCommentVNode("v-if", true),
11233
+ }, null, 8, _hoisted_1$q)) : createCommentVNode("v-if", true),
11234
11234
  $setup.props.appName ? (openBlock(), createElementBlock(
11235
11235
  "span",
11236
- _hoisted_2$j,
11236
+ _hoisted_2$k,
11237
11237
  toDisplayString($setup.props.appName),
11238
11238
  1
11239
11239
  /* TEXT */
@@ -11279,8 +11279,8 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
11279
11279
  return __returned__;
11280
11280
  }
11281
11281
  });
11282
- const _hoisted_1$o = ["id"];
11283
- const _hoisted_2$i = ["autofocus", "value", "checked", "aria-label"];
11282
+ const _hoisted_1$p = ["id"];
11283
+ const _hoisted_2$j = ["autofocus", "value", "checked", "aria-label"];
11284
11284
  const _hoisted_3$d = { class: "onyx-select-dialog__label" };
11285
11285
  const _hoisted_4$a = {
11286
11286
  key: 0,
@@ -11356,7 +11356,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
11356
11356
  checked: $setup.props.modelValue === option.value,
11357
11357
  "aria-label": option.label,
11358
11358
  required: ""
11359
- }, null, 8, _hoisted_2$i)
11359
+ }, null, 8, _hoisted_2$j)
11360
11360
  ]),
11361
11361
  _: 2
11362
11362
  /* DYNAMIC */
@@ -11395,7 +11395,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
11395
11395
  32
11396
11396
  /* NEED_HYDRATION */
11397
11397
  )
11398
- ], 40, _hoisted_1$o)
11398
+ ], 40, _hoisted_1$p)
11399
11399
  ]),
11400
11400
  _: 2
11401
11401
  /* DYNAMIC */
@@ -11493,7 +11493,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
11493
11493
  return __returned__;
11494
11494
  }
11495
11495
  });
11496
- const _hoisted_1$n = { class: "onyx-color-scheme-menu-item__value" };
11496
+ const _hoisted_1$o = { class: "onyx-color-scheme-menu-item__value" };
11497
11497
  function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
11498
11498
  return openBlock(), createBlock($setup["OnyxMenuItem"], {
11499
11499
  class: "onyx-component onyx-color-scheme-menu-item",
@@ -11509,7 +11509,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
11509
11509
  ),
11510
11510
  createElementVNode(
11511
11511
  "span",
11512
- _hoisted_1$n,
11512
+ _hoisted_1$o,
11513
11513
  toDisplayString($setup.t(`colorScheme.${$setup.props.modelValue}.label`)),
11514
11514
  1
11515
11515
  /* TEXT */
@@ -11552,7 +11552,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
11552
11552
  return __returned__;
11553
11553
  }
11554
11554
  });
11555
- const _hoisted_1$m = { class: "onyx-language-menu-item__value" };
11555
+ const _hoisted_1$n = { class: "onyx-language-menu-item__value" };
11556
11556
  function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
11557
11557
  return openBlock(), createBlock($setup["OnyxMenuItem"], {
11558
11558
  class: "onyx-component onyx-language-menu-item",
@@ -11568,7 +11568,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
11568
11568
  ),
11569
11569
  createElementVNode(
11570
11570
  "span",
11571
- _hoisted_1$m,
11571
+ _hoisted_1$n,
11572
11572
  toDisplayString($setup.currentValueLabel),
11573
11573
  1
11574
11574
  /* TEXT */
@@ -11695,8 +11695,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
11695
11695
  return __returned__;
11696
11696
  }
11697
11697
  });
11698
- const _hoisted_1$l = { class: "onyx-nav-item-wrapper__controls" };
11699
- const _hoisted_2$h = {
11698
+ const _hoisted_1$m = { class: "onyx-nav-item-wrapper__controls" };
11699
+ const _hoisted_2$i = {
11700
11700
  role: "menu",
11701
11701
  class: "onyx-nav-item-wrapper__mobile-children"
11702
11702
  };
@@ -11716,7 +11716,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
11716
11716
  }
11717
11717
  }, $setup.rootAttrs),
11718
11718
  [
11719
- createElementVNode("div", _hoisted_1$l, [
11719
+ createElementVNode("div", _hoisted_1$m, [
11720
11720
  createVNode($setup["OnyxButton"], {
11721
11721
  label: $setup.t("back"),
11722
11722
  mode: "plain",
@@ -11744,7 +11744,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
11744
11744
  /* STABLE_FRAGMENT */
11745
11745
  )) : createCommentVNode("v-if", true)
11746
11746
  ]),
11747
- createElementVNode("ul", _hoisted_2$h, [
11747
+ createElementVNode("ul", _hoisted_2$i, [
11748
11748
  renderSlot(_ctx.$slots, "children")
11749
11749
  ])
11750
11750
  ],
@@ -11945,8 +11945,8 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
11945
11945
  return __returned__;
11946
11946
  }
11947
11947
  });
11948
- const _hoisted_1$k = ["aria-label"];
11949
- const _hoisted_2$g = {
11948
+ const _hoisted_1$l = ["aria-label"];
11949
+ const _hoisted_2$h = {
11950
11950
  key: 0,
11951
11951
  class: "onyx-timer__label"
11952
11952
  };
@@ -11959,7 +11959,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
11959
11959
  }, [
11960
11960
  !$setup.props.hideLabel ? (openBlock(), createElementBlock(
11961
11961
  "span",
11962
- _hoisted_2$g,
11962
+ _hoisted_2$h,
11963
11963
  toDisplayString($setup.props.label),
11964
11964
  1
11965
11965
  /* TEXT */
@@ -11968,7 +11968,7 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
11968
11968
  datetime: $setup.timeToDurationString($setup.timeLeft),
11969
11969
  class: "onyx-timer__time"
11970
11970
  }, toDisplayString($setup.formattedTime), 9, _hoisted_3$c)
11971
- ], 8, _hoisted_1$k);
11971
+ ], 8, _hoisted_1$l);
11972
11972
  }
11973
11973
  const OnyxTimer = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.vue"]]);
11974
11974
  const _sfc_main$p = /* @__PURE__ */ defineComponent({
@@ -11996,10 +11996,10 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
11996
11996
  return __returned__;
11997
11997
  }
11998
11998
  });
11999
- const _hoisted_1$j = { class: "onyx-component" };
12000
- const _hoisted_2$f = { class: "onyx-user-menu__footer onyx-text--small" };
11999
+ const _hoisted_1$k = { class: "onyx-component" };
12000
+ const _hoisted_2$g = { class: "onyx-user-menu__footer onyx-text--small" };
12001
12001
  function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
12002
- return openBlock(), createElementBlock("div", _hoisted_1$j, [
12002
+ return openBlock(), createElementBlock("div", _hoisted_1$k, [
12003
12003
  $setup.props.isMobile ? (openBlock(), createElementBlock(
12004
12004
  Fragment,
12005
12005
  { key: 0 },
@@ -12043,7 +12043,7 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
12043
12043
  !!$setup.slots.footer ? {
12044
12044
  name: "footer",
12045
12045
  fn: withCtx(() => [
12046
- createElementVNode("div", _hoisted_2$f, [
12046
+ createElementVNode("div", _hoisted_2$g, [
12047
12047
  renderSlot(_ctx.$slots, "footer")
12048
12048
  ])
12049
12049
  ]),
@@ -12087,8 +12087,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
12087
12087
  return __returned__;
12088
12088
  }
12089
12089
  });
12090
- const _hoisted_1$i = { class: "onyx-truncation-ellipsis" };
12091
- const _hoisted_2$e = { class: "onyx-user-menu__header" };
12090
+ const _hoisted_1$j = { class: "onyx-truncation-ellipsis" };
12091
+ const _hoisted_2$f = { class: "onyx-user-menu__header" };
12092
12092
  const _hoisted_3$b = { class: "onyx-truncation-ellipsis" };
12093
12093
  const _hoisted_4$9 = { class: "onyx-user-menu__username onyx-text onyx-truncation-ellipsis" };
12094
12094
  const _hoisted_5$8 = {
@@ -12121,7 +12121,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
12121
12121
  ),
12122
12122
  createElementVNode(
12123
12123
  "span",
12124
- _hoisted_1$i,
12124
+ _hoisted_1$j,
12125
12125
  toDisplayString($setup.props.fullName),
12126
12126
  1
12127
12127
  /* TEXT */
@@ -12132,7 +12132,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
12132
12132
  )
12133
12133
  ]),
12134
12134
  header: withCtx(() => [
12135
- createElementVNode("div", _hoisted_2$e, [
12135
+ createElementVNode("div", _hoisted_2$f, [
12136
12136
  createVNode(
12137
12137
  $setup["OnyxAvatar"],
12138
12138
  mergeProps($setup.avatar, { size: "48px" }),
@@ -12246,8 +12246,8 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
12246
12246
  return __returned__;
12247
12247
  }
12248
12248
  });
12249
- const _hoisted_1$h = { class: "onyx-nav-bar__content onyx-grid-container" };
12250
- const _hoisted_2$d = {
12249
+ const _hoisted_1$i = { class: "onyx-nav-bar__content onyx-grid-container" };
12250
+ const _hoisted_2$e = {
12251
12251
  key: 0,
12252
12252
  class: "onyx-nav-bar__mobile-page onyx-truncation-ellipsis"
12253
12253
  };
@@ -12274,8 +12274,8 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
12274
12274
  class: normalizeClass(["onyx-component onyx-nav-bar", { "onyx-nav-bar--mobile": $setup.actualIsMobile }])
12275
12275
  },
12276
12276
  [
12277
- createElementVNode("div", _hoisted_1$h, [
12278
- $setup.actualIsMobile && $setup.slots.mobileActivePage && !$setup.isBurgerOpen && !$setup.isContextOpen ? (openBlock(), createElementBlock("span", _hoisted_2$d, [
12277
+ createElementVNode("div", _hoisted_1$i, [
12278
+ $setup.actualIsMobile && $setup.slots.mobileActivePage && !$setup.isBurgerOpen && !$setup.isContextOpen ? (openBlock(), createElementBlock("span", _hoisted_2$e, [
12279
12279
  renderSlot(_ctx.$slots, "mobileActivePage")
12280
12280
  ])) : $setup.props.appName || $setup.props.logoUrl || $setup.slots.appArea ? (openBlock(), createBlock($setup["OnyxNavAppArea"], mergeProps({
12281
12281
  key: 1,
@@ -12499,11 +12499,11 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
12499
12499
  return __returned__;
12500
12500
  }
12501
12501
  });
12502
- const _hoisted_1$g = {
12502
+ const _hoisted_1$h = {
12503
12503
  key: 0,
12504
12504
  class: "onyx-notification-card-skeleton"
12505
12505
  };
12506
- const _hoisted_2$c = {
12506
+ const _hoisted_2$d = {
12507
12507
  key: 1,
12508
12508
  class: "onyx-notification-card__content"
12509
12509
  };
@@ -12523,7 +12523,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
12523
12523
  class: normalizeClass(["onyx-component", "onyx-notification-card", $setup.densityClass])
12524
12524
  },
12525
12525
  [
12526
- $setup.skeleton ? (openBlock(), createElementBlock("div", _hoisted_1$g, [
12526
+ $setup.skeleton ? (openBlock(), createElementBlock("div", _hoisted_1$h, [
12527
12527
  createVNode($setup["OnyxSkeleton"], { class: "onyx-notification-card-skeleton__header" }),
12528
12528
  (openBlock(), createElementBlock(
12529
12529
  Fragment,
@@ -12537,7 +12537,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
12537
12537
  64
12538
12538
  /* STABLE_FRAGMENT */
12539
12539
  ))
12540
- ])) : (openBlock(), createElementBlock("div", _hoisted_2$c, [
12540
+ ])) : (openBlock(), createElementBlock("div", _hoisted_2$d, [
12541
12541
  createElementVNode("div", null, [
12542
12542
  createElementVNode("div", _hoisted_3$9, [
12543
12543
  createElementVNode("div", _hoisted_4$7, [
@@ -12622,9 +12622,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
12622
12622
  return __returned__;
12623
12623
  }
12624
12624
  });
12625
- const _hoisted_1$f = { class: "onyx-component onyx-notification-dot" };
12625
+ const _hoisted_1$g = { class: "onyx-component onyx-notification-dot" };
12626
12626
  function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
12627
- return openBlock(), createElementBlock("div", _hoisted_1$f, [
12627
+ return openBlock(), createElementBlock("div", _hoisted_1$g, [
12628
12628
  renderSlot(_ctx.$slots, "default"),
12629
12629
  !$setup.props.hidden ? (openBlock(), createBlock($setup["OnyxBadge"], {
12630
12630
  key: 0,
@@ -12652,11 +12652,11 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
12652
12652
  return __returned__;
12653
12653
  }
12654
12654
  });
12655
- const _hoisted_1$e = {
12655
+ const _hoisted_1$f = {
12656
12656
  key: 0,
12657
12657
  class: "onyx-page__sidebar"
12658
12658
  };
12659
- const _hoisted_2$b = { class: "onyx-page__main" };
12659
+ const _hoisted_2$c = { class: "onyx-page__main" };
12660
12660
  const _hoisted_3$8 = {
12661
12661
  key: 1,
12662
12662
  class: "onyx-page__sidebar onyx-page__sidebar--right"
@@ -12676,10 +12676,10 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
12676
12676
  ]])
12677
12677
  },
12678
12678
  [
12679
- $setup.slots.sidebar ? (openBlock(), createElementBlock("div", _hoisted_1$e, [
12679
+ $setup.slots.sidebar ? (openBlock(), createElementBlock("div", _hoisted_1$f, [
12680
12680
  renderSlot(_ctx.$slots, "sidebar")
12681
12681
  ])) : createCommentVNode("v-if", true),
12682
- createElementVNode("main", _hoisted_2$b, [
12682
+ createElementVNode("main", _hoisted_2$c, [
12683
12683
  createElementVNode(
12684
12684
  "div",
12685
12685
  {
@@ -12730,8 +12730,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
12730
12730
  return __returned__;
12731
12731
  }
12732
12732
  });
12733
- const _hoisted_1$d = ["disabled"];
12734
- const _hoisted_2$a = { class: "onyx-progress-item__indicator" };
12733
+ const _hoisted_1$e = ["disabled"];
12734
+ const _hoisted_2$b = { class: "onyx-progress-item__indicator" };
12735
12735
  const _hoisted_3$7 = { class: "onyx-progress-item__label" };
12736
12736
  function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
12737
12737
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
@@ -12749,7 +12749,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
12749
12749
  type: "button",
12750
12750
  disabled: $setup.props.disabled
12751
12751
  }, [
12752
- createElementVNode("span", _hoisted_2$a, [
12752
+ createElementVNode("span", _hoisted_2$b, [
12753
12753
  $setup.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
12754
12754
  key: 0,
12755
12755
  icon: $setup.icon
@@ -12778,7 +12778,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
12778
12778
  )
12779
12779
  ])
12780
12780
  ])
12781
- ], 10, _hoisted_1$d));
12781
+ ], 10, _hoisted_1$e));
12782
12782
  }
12783
12783
  const OnyxProgressItem = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxProgressItem/OnyxProgressItem.vue"]]);
12784
12784
  const PROGRESS_ITEM_STATUS = [
@@ -12843,7 +12843,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
12843
12843
  return __returned__;
12844
12844
  }
12845
12845
  });
12846
- const _hoisted_1$c = { class: "onyx-progress-steps__scroll-container" };
12846
+ const _hoisted_1$d = { class: "onyx-progress-steps__scroll-container" };
12847
12847
  function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
12848
12848
  return openBlock(), createElementBlock(
12849
12849
  "div",
@@ -12856,7 +12856,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
12856
12856
  ])
12857
12857
  },
12858
12858
  [
12859
- createElementVNode("div", _hoisted_1$c, [
12859
+ createElementVNode("div", _hoisted_1$d, [
12860
12860
  (openBlock(true), createElementBlock(
12861
12861
  Fragment,
12862
12862
  null,
@@ -12932,7 +12932,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
12932
12932
  return __returned__;
12933
12933
  }
12934
12934
  });
12935
- const _hoisted_1$b = ["required", "name", "value", "checked", "disabled", "autofocus"];
12935
+ const _hoisted_1$c = ["required", "name", "value", "checked", "disabled", "autofocus"];
12936
12936
  function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
12937
12937
  return $setup.skeleton ? (openBlock(), createElementBlock(
12938
12938
  "div",
@@ -12973,7 +12973,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
12973
12973
  checked: $setup.props.checked,
12974
12974
  disabled: $setup.disabled,
12975
12975
  autofocus: $setup.props.autofocus
12976
- }, $setup.restAttrs), null, 16, _hoisted_1$b)), [
12976
+ }, $setup.restAttrs), null, 16, _hoisted_1$c)), [
12977
12977
  [$setup["vCustomValidity"]]
12978
12978
  ]),
12979
12979
  createElementVNode(
@@ -13042,8 +13042,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
13042
13042
  return __returned__;
13043
13043
  }
13044
13044
  });
13045
- const _hoisted_1$a = ["disabled", "aria-label"];
13046
- const _hoisted_2$9 = {
13045
+ const _hoisted_1$b = ["disabled", "aria-label"];
13046
+ const _hoisted_2$a = {
13047
13047
  key: 0,
13048
13048
  class: "onyx-radio-group__label"
13049
13049
  };
@@ -13054,7 +13054,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
13054
13054
  role: "radiogroup",
13055
13055
  "aria-label": $setup.props.label
13056
13056
  }, [
13057
- !$setup.props.hideLabel ? (openBlock(), createElementBlock("legend", _hoisted_2$9, [
13057
+ !$setup.props.hideLabel ? (openBlock(), createElementBlock("legend", _hoisted_2$a, [
13058
13058
  createVNode($setup["OnyxHeadline"], {
13059
13059
  is: "h3",
13060
13060
  class: normalizeClass($setup.requiredMarkerClass)
@@ -13121,7 +13121,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
13121
13121
  2
13122
13122
  /* CLASS */
13123
13123
  )
13124
- ], 10, _hoisted_1$a);
13124
+ ], 10, _hoisted_1$b);
13125
13125
  }
13126
13126
  const OnyxRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRadioGroup/OnyxRadioGroup.vue"]]);
13127
13127
  const LINK_TARGETS = ["_self", "_blank", "_parent", "_top"];
@@ -13152,8 +13152,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
13152
13152
  return __returned__;
13153
13153
  }
13154
13154
  });
13155
- const _hoisted_1$9 = ["id", "name", "value", "disabled", "aria-label", "autofocus", "checked"];
13156
- const _hoisted_2$8 = ["for"];
13155
+ const _hoisted_1$a = ["id", "name", "value", "disabled", "aria-label", "autofocus", "checked"];
13156
+ const _hoisted_2$9 = ["for"];
13157
13157
  const _hoisted_3$6 = {
13158
13158
  key: 1,
13159
13159
  class: "onyx-segmented-control-element__text"
@@ -13178,7 +13178,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
13178
13178
  "aria-label": $setup.props.label,
13179
13179
  autofocus: $setup.props.autofocus,
13180
13180
  checked: $setup.props.checked
13181
- }), null, 16, _hoisted_1$9)
13181
+ }), null, 16, _hoisted_1$a)
13182
13182
  ]),
13183
13183
  _: 1
13184
13184
  /* STABLE */
@@ -13199,7 +13199,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
13199
13199
  1
13200
13200
  /* TEXT */
13201
13201
  )) : createCommentVNode("v-if", true)
13202
- ], 8, _hoisted_2$8)
13202
+ ], 8, _hoisted_2$9)
13203
13203
  ],
13204
13204
  16
13205
13205
  /* FULL_PROPS */
@@ -13414,8 +13414,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
13414
13414
  return __returned__;
13415
13415
  }
13416
13416
  });
13417
- const _hoisted_1$8 = ["aria-label"];
13418
- const _hoisted_2$7 = {
13417
+ const _hoisted_1$9 = ["aria-label"];
13418
+ const _hoisted_2$8 = {
13419
13419
  key: 0,
13420
13420
  class: "onyx-sidebar__header"
13421
13421
  };
@@ -13439,7 +13439,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
13439
13439
  "aria-label": $setup.props.label,
13440
13440
  style: normalizeStyle($setup.widthStyle)
13441
13441
  }, [
13442
- !!$setup.slots.header ? (openBlock(), createElementBlock("header", _hoisted_2$7, [
13442
+ !!$setup.slots.header ? (openBlock(), createElementBlock("header", _hoisted_2$8, [
13443
13443
  renderSlot(_ctx.$slots, "header")
13444
13444
  ])) : createCommentVNode("v-if", true),
13445
13445
  createElementVNode("div", _hoisted_3$5, [
@@ -13452,7 +13452,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
13452
13452
  key: 2,
13453
13453
  element: $setup.sidebarElement
13454
13454
  }, $setup.resizeHandleProps), null, 16, ["element"])) : createCommentVNode("v-if", true)
13455
- ], 14, _hoisted_1$8)) : (openBlock(), createBlock($setup["OnyxModal"], mergeProps({ key: 1 }, $setup.props.temporary, {
13455
+ ], 14, _hoisted_1$9)) : (openBlock(), createBlock($setup["OnyxModal"], mergeProps({ key: 1 }, $setup.props.temporary, {
13456
13456
  ref: "modalRef",
13457
13457
  open: $setup.isModalOpen,
13458
13458
  "onUpdate:open": _cache[0] || (_cache[0] = ($event) => $setup.isModalOpen = $event),
@@ -13629,8 +13629,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
13629
13629
  return __returned__;
13630
13630
  }
13631
13631
  });
13632
- const _hoisted_1$7 = { class: "onyx-stepper__wrapper" };
13633
- const _hoisted_2$6 = ["disabled", "aria-label"];
13632
+ const _hoisted_1$8 = { class: "onyx-stepper__wrapper" };
13633
+ const _hoisted_2$7 = ["disabled", "aria-label"];
13634
13634
  const _hoisted_3$4 = ["id", "aria-label", "autofocus", "disabled", "min", "max", "name", "placeholder", "readonly", "required", "step", "title"];
13635
13635
  const _hoisted_4$4 = {
13636
13636
  class: "onyx-stepper__display",
@@ -13666,7 +13666,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
13666
13666
  "error-messages": $setup.errorMessages
13667
13667
  }), {
13668
13668
  default: withCtx(({ id: inputId }) => [
13669
- createElementVNode("div", _hoisted_1$7, [
13669
+ createElementVNode("div", _hoisted_1$8, [
13670
13670
  !$setup.props.hideButtons ? (openBlock(), createElementBlock("button", {
13671
13671
  key: 0,
13672
13672
  type: "button",
@@ -13677,7 +13677,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
13677
13677
  onClick: _cache[0] || (_cache[0] = ($event) => $setup.handleClick("stepDown"))
13678
13678
  }, [
13679
13679
  createVNode($setup["OnyxIcon"], { icon: $setup.iconMinus }, null, 8, ["icon"])
13680
- ], 8, _hoisted_2$6)) : createCommentVNode("v-if", true),
13680
+ ], 8, _hoisted_2$7)) : createCommentVNode("v-if", true),
13681
13681
  $setup.props.loading ? (openBlock(), createBlock($setup["OnyxLoadingIndicator"], {
13682
13682
  key: 1,
13683
13683
  class: "onyx-stepper__loading",
@@ -13918,8 +13918,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
13918
13918
  return __returned__;
13919
13919
  }
13920
13920
  });
13921
- const _hoisted_1$6 = { class: "onyx-slider__container" };
13922
- const _hoisted_2$5 = ["id", "tabindex", "disabled", "aria-label", "autofocus"];
13921
+ const _hoisted_1$7 = { class: "onyx-slider__container" };
13922
+ const _hoisted_2$6 = ["id", "tabindex", "disabled", "aria-label", "autofocus"];
13923
13923
  function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
13924
13924
  return $setup.skeleton ? (openBlock(), createElementBlock(
13925
13925
  "div",
@@ -13951,7 +13951,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
13951
13951
  "error-messages": $setup.errorMessages
13952
13952
  }), {
13953
13953
  default: withCtx(({ id: inputId }) => [
13954
- createElementVNode("div", _hoisted_1$6, [
13954
+ createElementVNode("div", _hoisted_1$7, [
13955
13955
  $setup.props.control === "value" ? (openBlock(), createBlock($setup["OnyxSliderControl"], {
13956
13956
  key: 0,
13957
13957
  control: "value",
@@ -14064,7 +14064,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
14064
14064
  disabled: $setup.disabled,
14065
14065
  "aria-label": $setup.props.label,
14066
14066
  autofocus: $setup.props.autofocus && index === 0
14067
- }), null, 16, _hoisted_2$5), [
14067
+ }), null, 16, _hoisted_2$6), [
14068
14068
  [$setup["vCustomValidity"]]
14069
14069
  ])
14070
14070
  ]),
@@ -14180,8 +14180,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
14180
14180
  return __returned__;
14181
14181
  }
14182
14182
  });
14183
- const _hoisted_1$5 = { class: "onyx-switch-skeleton__click-area" };
14184
- const _hoisted_2$4 = ["title"];
14183
+ const _hoisted_1$6 = { class: "onyx-switch-skeleton__click-area" };
14184
+ const _hoisted_2$5 = ["title"];
14185
14185
  const _hoisted_3$3 = ["aria-label", "disabled", "required", "autofocus"];
14186
14186
  const _hoisted_4$3 = { class: "onyx-switch__click-area" };
14187
14187
  const _hoisted_5$3 = { class: "onyx-switch__container" };
@@ -14194,7 +14194,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
14194
14194
  class: ["onyx-component", "onyx-switch-skeleton", $setup.densityClass]
14195
14195
  }, $setup.rootAttrs),
14196
14196
  [
14197
- createElementVNode("span", _hoisted_1$5, [
14197
+ createElementVNode("span", _hoisted_1$6, [
14198
14198
  createVNode($setup["OnyxSkeleton"], { class: "onyx-switch-skeleton__input" })
14199
14199
  ]),
14200
14200
  !$setup.props.hideLabel ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
@@ -14273,7 +14273,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
14273
14273
  2
14274
14274
  /* CLASS */
14275
14275
  )) : createCommentVNode("v-if", true)
14276
- ], 10, _hoisted_2$4)
14276
+ ], 10, _hoisted_2$5)
14277
14277
  ]),
14278
14278
  _: 1
14279
14279
  /* STABLE */
@@ -14393,8 +14393,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
14393
14393
  return __returned__;
14394
14394
  }
14395
14395
  });
14396
- const _hoisted_1$4 = ["aria-label"];
14397
- const _hoisted_2$3 = { class: "onyx-file-card__content" };
14396
+ const _hoisted_1$5 = ["aria-label"];
14397
+ const _hoisted_2$4 = { class: "onyx-file-card__content" };
14398
14398
  const _hoisted_3$2 = { class: "onyx-file-card__wrapper onyx-truncation-ellipsis" };
14399
14399
  const _hoisted_4$2 = {
14400
14400
  class: "onyx-file-card__icon",
@@ -14404,7 +14404,7 @@ const _hoisted_5$2 = { class: "onyx-text--small onyx-truncation-ellipsis" };
14404
14404
  const _hoisted_6$2 = { class: "onyx-file-card__name onyx-truncation-ellipsis" };
14405
14405
  const _hoisted_7$1 = { class: "onyx-file-card__details onyx-truncation-ellipsis" };
14406
14406
  const _hoisted_8$1 = { class: "onyx-file-card__size" };
14407
- const _hoisted_9 = {
14407
+ const _hoisted_9$1 = {
14408
14408
  key: 0,
14409
14409
  class: "onyx-file-card__actions"
14410
14410
  };
@@ -14425,10 +14425,10 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
14425
14425
  "aria-label": $setup.props.filename,
14426
14426
  tabindex: "-1",
14427
14427
  class: "onyx-file-card__show-error"
14428
- }, null, 8, _hoisted_1$4), [
14428
+ }, null, 8, _hoisted_1$5), [
14429
14429
  [$setup["vCustomValidity"]]
14430
14430
  ]),
14431
- createElementVNode("div", _hoisted_2$3, [
14431
+ createElementVNode("div", _hoisted_2$4, [
14432
14432
  createElementVNode("div", _hoisted_3$2, [
14433
14433
  createElementVNode("div", _hoisted_4$2, [
14434
14434
  $setup.props.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
@@ -14499,7 +14499,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
14499
14499
  ])
14500
14500
  ])
14501
14501
  ]),
14502
- !!$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_9, [
14502
+ !!$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_9$1, [
14503
14503
  renderSlot(_ctx.$slots, "actions")
14504
14504
  ])) : createCommentVNode("v-if", true)
14505
14505
  ]),
@@ -14565,7 +14565,7 @@ const validateFileType = ({ name: _name, type: _type }, accept) => {
14565
14565
  });
14566
14566
  };
14567
14567
  const _sfc_main$5 = {};
14568
- const _hoisted_1$3 = {
14568
+ const _hoisted_1$4 = {
14569
14569
  class: "onyx-component onyx-error-svg",
14570
14570
  xmlns: "http://www.w3.org/2000/svg",
14571
14571
  viewBox: "0 0 1119.60911 699",
@@ -14573,7 +14573,7 @@ const _hoisted_1$3 = {
14573
14573
  "aria-hidden": "true"
14574
14574
  };
14575
14575
  function _sfc_render$5(_ctx, _cache) {
14576
- return openBlock(), createElementBlock("svg", _hoisted_1$3, [..._cache[0] || (_cache[0] = [
14576
+ return openBlock(), createElementBlock("svg", _hoisted_1$4, [..._cache[0] || (_cache[0] = [
14577
14577
  createStaticVNode('<circle cx="292.60911" cy="213" r="213" fill="var(--onyx-error-svg-background-color-circle)"></circle><path d="M31.39089,151.64237c0,77.49789,48.6181,140.20819,108.70073,140.20819" transform="translate(-31.39089 -100.5)" fill="var(--onyx-error-svg-background-color)"></path><path d="M140.09162,291.85056c0-78.36865,54.255-141.78356,121.30372-141.78356" transform="translate(-31.39089 -100.5)" fill="var(--onyx-error-svg-background-color-primary)"></path><path d="M70.77521,158.66768c0,73.61476,31.00285,133.18288,69.31641,133.18288" transform="translate(-31.39089 -100.5)" fill="var(--onyx-error-svg-background-color-primary)"></path><path d="M140.09162,291.85056c0-100.13772,62.7103-181.16788,140.20819-181.16788" transform="translate(-31.39089 -100.5)" fill="var(--onyx-error-svg-background-color)"></path><ellipse cx="198.60911" cy="424.5" rx="187" ry="25.43993" fill="var(--onyx-error-svg-background-color-accent)"></ellipse><ellipse cx="198.60911" cy="424.5" rx="157" ry="21.35866" opacity="0.1"></ellipse><ellipse cx="836.60911" cy="660.5" rx="283" ry="38.5" fill="var(--onyx-error-svg-background-color-accent)"></ellipse><ellipse cx="310.60911" cy="645.5" rx="170" ry="23.12721" fill="var(--onyx-error-svg-background-color-accent)"></ellipse><path d="M494,726.5c90,23,263-30,282-90" transform="translate(-31.39089 -100.5)" fill="none" stroke="var(--onyx-error-svg-background-color-cable)" stroke-miterlimit="10" stroke-width="2"></path><path d="M341,359.5s130-36,138,80-107,149-17,172" transform="translate(-31.39089 -100.5)" fill="none" stroke="var(--onyx-error-svg-background-color-cable)" stroke-miterlimit="10" stroke-width="2"></path><path d="M215.40233,637.78332s39.0723-10.82,41.47675,24.04449-32.15951,44.78287-5.10946,51.69566" transform="translate(-31.39089 -100.5)" fill="none" stroke="var(--onyx-error-svg-background-color-cable)" stroke-miterlimit="10" stroke-width="2"></path><path d="M810.09554,663.73988,802.218,714.03505s-38.78182,20.60284-11.51335,21.20881,155.73324,0,155.73324,0,24.84461,0-14.54318-21.81478l-7.87756-52.719Z" transform="translate(-31.39089 -100.5)" fill="var(--onyx-error-svg-background-color)"></path><path d="M785.21906,734.69812c6.193-5.51039,16.9989-11.252,16.9989-11.252l7.87756-50.2952,113.9216.10717,7.87756,49.582c9.185,5.08711,14.8749,8.987,18.20362,11.97818,5.05882-1.15422,10.58716-5.44353-18.20362-21.38921l-7.87756-52.719-113.9216,3.02983L802.218,714.03506S769.62985,731.34968,785.21906,734.69812Z" transform="translate(-31.39089 -100.5)" opacity="0.1"></path><rect x="578.43291" y="212.68859" width="513.25314" height="357.51989" rx="18.04568" fill="var(--onyx-error-svg-background-color)"></rect><rect x="595.70294" y="231.77652" width="478.71308" height="267.83694" fill="var(--onyx-error-svg-background-color-accent)"></rect><circle cx="835.05948" cy="223.29299" r="3.02983" fill="var(--onyx-error-svg-background-color-device-controls)"></circle><path d="M1123.07694,621.32226V652.6628a18.04341,18.04341,0,0,1-18.04568,18.04568H627.86949A18.04341,18.04341,0,0,1,609.8238,652.6628V621.32226Z" transform="translate(-31.39089 -100.5)" fill="var(--onyx-error-svg-background-color)"></path><polygon points="968.978 667.466 968.978 673.526 642.968 673.526 642.968 668.678 643.417 667.466 651.452 645.651 962.312 645.651 968.978 667.466" fill="var(--onyx-error-svg-background-color)"></polygon><path d="M1125.828,762.03359c-.59383,2.539-2.83591,5.21743-7.90178,7.75032-18.179,9.08949-55.1429-2.42386-55.1429-2.42386s-28.4804-4.84773-28.4804-17.573a22.72457,22.72457,0,0,1,2.49658-1.48459c7.64294-4.04351,32.98449-14.02122,77.9177.42248a18.73921,18.73921,0,0,1,8.54106,5.59715C1125.07908,756.45353,1126.50669,759.15715,1125.828,762.03359Z" transform="translate(-31.39089 -100.5)" fill="var(--onyx-error-svg-background-color)"></path><path d="M1125.828,762.03359c-22.251,8.526-42.0843,9.1622-62.43871-4.975-10.26507-7.12617-19.59089-8.88955-26.58979-8.75618,7.64294-4.04351,32.98449-14.02122,77.9177.42248a18.73921,18.73921,0,0,1,8.54106,5.59715C1125.07908,756.45353,1126.50669,759.15715,1125.828,762.03359Z" transform="translate(-31.39089 -100.5)" opacity="0.1"></path><ellipse cx="1066.53846" cy="654.13477" rx="7.87756" ry="2.42386" fill="var(--onyx-error-svg-background-color-device-controls)"></ellipse><circle cx="835.05948" cy="545.66686" r="11.51335" fill="var(--onyx-error-svg-background-color-device-controls)"></circle><polygon points="968.978 667.466 968.978 673.526 642.968 673.526 642.968 668.678 643.417 667.466 968.978 667.466" opacity="0.1"></polygon><rect x="108.60911" y="159" width="208" height="242" fill="var(--onyx-error-svg-background-color)"></rect><rect x="87.60911" y="135" width="250" height="86" fill="var(--onyx-error-svg-background-color-accent)"></rect><rect x="87.60911" y="237" width="250" height="86" fill="var(--onyx-error-svg-background-color-accent)"></rect><rect x="87.60911" y="339" width="250" height="86" fill="var(--onyx-error-svg-background-color-accent)"></rect><rect x="271.60911" y="150" width="16" height="16" fill="var(--onyx-error-svg-background-color-primary)" opacity="0.4"></rect><rect x="294.60911" y="150" width="16" height="16" fill="var(--onyx-error-svg-background-color-primary)" opacity="0.8"></rect><rect x="317.60911" y="150" width="16" height="16" fill="var(--onyx-error-svg-background-color-primary)"></rect><rect x="271.60911" y="251" width="16" height="16" fill="var(--onyx-error-svg-background-color-primary)" opacity="0.4"></rect><rect x="294.60911" y="251" width="16" height="16" fill="var(--onyx-error-svg-background-color-primary)" opacity="0.8"></rect><rect x="317.60911" y="251" width="16" height="16" fill="var(--onyx-error-svg-background-color-primary)"></rect><rect x="271.60911" y="352" width="16" height="16" fill="var(--onyx-error-svg-background-color-primary)" opacity="0.4"></rect><rect x="294.60911" y="352" width="16" height="16" fill="var(--onyx-error-svg-background-color-primary)" opacity="0.8"></rect><rect x="317.60911" y="352" width="16" height="16" fill="var(--onyx-error-svg-background-color-primary)"></rect><circle cx="316.60911" cy="538" r="79" fill="var(--onyx-error-svg-background-color)"></circle><rect x="280.60911" y="600" width="24" height="43" fill="var(--onyx-error-svg-background-color)"></rect><rect x="328.60911" y="600" width="24" height="43" fill="var(--onyx-error-svg-background-color)"></rect><ellipse cx="300.60911" cy="643.5" rx="20" ry="7.5" fill="var(--onyx-error-svg-background-color)"></ellipse><ellipse cx="348.60911" cy="642.5" rx="20" ry="7.5" fill="var(--onyx-error-svg-background-color)"></ellipse><circle cx="318.60911" cy="518" r="27" fill="var(--onyx-error-svg-background-color-face)"></circle><circle cx="318.60911" cy="518" r="9" fill="var(--onyx-error-svg-background-color-accent)"></circle><path d="M271.36733,565.03228c-6.37889-28.56758,14.01185-57.43392,45.544-64.47477s62.2651,10.41,68.644,38.9776-14.51861,39.10379-46.05075,46.14464S277.74622,593.59986,271.36733,565.03228Z" transform="translate(-31.39089 -100.5)" fill="var(--onyx-error-svg-background-color-primary)"></path><ellipse cx="417.21511" cy="611.34365" rx="39.5" ry="12.40027" transform="translate(-238.28665 112.98044) rotate(-23.17116)" fill="var(--onyx-error-svg-background-color)"></ellipse><ellipse cx="269.21511" cy="664.34365" rx="39.5" ry="12.40027" transform="translate(-271.07969 59.02084) rotate(-23.17116)" fill="var(--onyx-error-svg-background-color)"></ellipse><path d="M394,661.5c0,7.732-19.90861,23-42,23s-43-14.268-43-22,20.90861-6,43-6S394,653.768,394,661.5Z" transform="translate(-31.39089 -100.5)" fill="var(--onyx-error-svg-background-color-face)"></path>', 48)
14578
14578
  ])]);
14579
14579
  }
@@ -14582,7 +14582,8 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
14582
14582
  __name: "OnyxFileUploadSVG",
14583
14583
  props: {
14584
14584
  disabled: { type: Boolean, required: false },
14585
- active: { type: Boolean, required: false }
14585
+ active: { type: Boolean, required: false },
14586
+ error: { type: Boolean, required: false }
14586
14587
  },
14587
14588
  setup(__props, { expose: __expose }) {
14588
14589
  __expose();
@@ -14592,13 +14593,24 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
14592
14593
  return __returned__;
14593
14594
  }
14594
14595
  });
14596
+ const _hoisted_1$3 = {
14597
+ key: 0,
14598
+ fill: "var(--onyx-file-upload-svg-color-bubble)",
14599
+ d: "M28.05 45.1v9.45a.675.675 0 0 0 .675.675h6.75v1.35h-6.75A2.025 2.025 0 0 1 26.7 54.55V44.155l4.89-5.13h8.61V49.15h-1.35v-8.775h-6.075V45.1zm3.375-3.945-2.474 2.595h2.474z M37.5 47.125h-8.1v1.35h8.1zm-4.05 2.7v1.35H29.4v-1.35zm8.973.873.954.954-2.223 2.223 2.223 2.223-.954.954-2.223-2.223-2.223 2.223-.954-.954 2.223-2.223-2.223-2.223.954-.954 2.223 2.223z"
14600
+ };
14601
+ const _hoisted_2$3 = {
14602
+ key: 1,
14603
+ d: "M39.2005 42.2123H39.1668C38.5307 41.0817 37.5611 40.175 36.3905 39.616C35.2198 39.0571 33.9051 38.8731 32.626 39.0893C31.3469 39.3056 30.1657 39.9114 29.2438 40.824C28.3218 41.7367 27.7041 42.9117 27.475 44.1886C26.316 44.3486 25.2615 44.9441 24.5258 45.8538C23.7901 46.7636 23.4284 47.9194 23.5144 49.0862C23.6004 50.2531 24.1275 51.3434 24.9886 52.1355C25.8496 52.9276 26.9801 53.3621 28.15 53.3506H33.25V57.0001H34.75V53.3506H39.2005C40.6409 53.3123 42.0073 52.7047 43.0006 51.6609C43.9939 50.6172 44.5331 49.2223 44.5 47.7818C44.525 47.0663 44.4071 46.353 44.153 45.6837C43.8989 45.0143 43.5138 44.4024 43.0203 43.8838C42.5268 43.3651 41.9347 42.9501 41.2788 42.6631C40.6229 42.3761 39.9164 42.2229 39.2005 42.2123ZM39.2005 51.8506H34.75V47.4631L36.7405 49.3006L37.7583 48.1988L34 44.7293L30.241 48.1988L31.2588 49.3006L33.25 47.4631V51.8506H28.15C27.7382 51.857 27.3291 51.7814 26.9468 51.6282C26.5644 51.475 26.2163 51.2473 25.9228 50.9583C25.6293 50.6693 25.3962 50.3248 25.2371 49.9449C25.0779 49.5649 24.996 49.1571 24.996 48.7452C24.996 48.3333 25.0779 47.9255 25.2371 47.5455C25.3962 47.1656 25.6293 46.8211 25.9228 46.5321C26.2163 46.2431 26.5644 46.0154 26.9468 45.8622C27.3291 45.709 27.7382 45.6334 28.15 45.6398H28.8573L28.8985 44.9341C28.9785 43.8759 29.4074 42.8742 30.118 42.086C30.8286 41.2978 31.7807 40.7678 32.825 40.5791C33.8693 40.3903 34.9467 40.5535 35.8882 41.0431C36.8298 41.5326 37.5822 42.3208 38.0275 43.2841L38.2353 43.7386L38.7348 43.7221C38.7865 43.7221 39.1465 43.7138 39.1998 43.7138C39.7178 43.7266 40.2281 43.8425 40.7008 44.0547C41.1735 44.2669 41.5992 44.5712 41.953 44.9498C42.3068 45.3284 42.5817 45.7737 42.7614 46.2597C42.9412 46.7457 43.0223 47.2626 43 47.7803C43.0338 48.8234 42.653 49.8373 41.9409 50.6002C41.2288 51.363 40.2434 51.8126 39.2005 51.8506Z",
14604
+ fill: "var(--onyx-file-upload-svg-color-bubble)"
14605
+ };
14595
14606
  function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
14596
14607
  return openBlock(), createElementBlock(
14597
14608
  "svg",
14598
14609
  {
14599
14610
  class: normalizeClass(["onyx-component onyx-file-upload-svg", {
14600
14611
  "onyx-file-upload-svg--disabled": $setup.props.disabled,
14601
- "onyx-file-upload-svg--active": $setup.props.active
14612
+ "onyx-file-upload-svg--active": $setup.props.active,
14613
+ "onyx-file-upload-svg--error": $setup.props.error
14602
14614
  }]),
14603
14615
  width: "50",
14604
14616
  height: "64",
@@ -14607,8 +14619,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
14607
14619
  xmlns: "http://www.w3.org/2000/svg",
14608
14620
  "aria-hidden": "true"
14609
14621
  },
14610
- [..._cache[0] || (_cache[0] = [
14611
- createElementVNode(
14622
+ [
14623
+ _cache[0] || (_cache[0] = createElementVNode(
14612
14624
  "path",
14613
14625
  {
14614
14626
  d: "M8 0.5H34.793L43.5 9.20703V50C43.5 54.1421 40.1421 57.5 36 57.5H8C3.85786 57.5 0.5 54.1421 0.5 50V8C0.500001 3.85786 3.85787 0.5 8 0.5Z",
@@ -14618,8 +14630,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
14618
14630
  null,
14619
14631
  -1
14620
14632
  /* CACHED */
14621
- ),
14622
- createElementVNode(
14633
+ )),
14634
+ _cache[1] || (_cache[1] = createElementVNode(
14623
14635
  "path",
14624
14636
  {
14625
14637
  d: "M34 0L39 5L44 10H38C35.7909 10 34 8.20914 34 6V0Z",
@@ -14628,8 +14640,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
14628
14640
  null,
14629
14641
  -1
14630
14642
  /* CACHED */
14631
- ),
14632
- createElementVNode(
14643
+ )),
14644
+ _cache[2] || (_cache[2] = createElementVNode(
14633
14645
  "path",
14634
14646
  {
14635
14647
  d: "M18 48C18 39.1634 25.1634 32 34 32C42.8366 32 50 39.1634 50 48C50 56.8366 42.8366 64 34 64C25.1634 64 18 56.8366 18 48Z",
@@ -14638,18 +14650,9 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
14638
14650
  null,
14639
14651
  -1
14640
14652
  /* CACHED */
14641
- ),
14642
- createElementVNode(
14643
- "path",
14644
- {
14645
- d: "M39.2005 42.2123H39.1668C38.5307 41.0817 37.5611 40.175 36.3905 39.616C35.2198 39.0571 33.9051 38.8731 32.626 39.0893C31.3469 39.3056 30.1657 39.9114 29.2438 40.824C28.3218 41.7367 27.7041 42.9117 27.475 44.1886C26.316 44.3486 25.2615 44.9441 24.5258 45.8538C23.7901 46.7636 23.4284 47.9194 23.5144 49.0862C23.6004 50.2531 24.1275 51.3434 24.9886 52.1355C25.8496 52.9276 26.9801 53.3621 28.15 53.3506H33.25V57.0001H34.75V53.3506H39.2005C40.6409 53.3123 42.0073 52.7047 43.0006 51.6609C43.9939 50.6172 44.5331 49.2223 44.5 47.7818C44.525 47.0663 44.4071 46.353 44.153 45.6837C43.8989 45.0143 43.5138 44.4024 43.0203 43.8838C42.5268 43.3651 41.9347 42.9501 41.2788 42.6631C40.6229 42.3761 39.9164 42.2229 39.2005 42.2123ZM39.2005 51.8506H34.75V47.4631L36.7405 49.3006L37.7583 48.1988L34 44.7293L30.241 48.1988L31.2588 49.3006L33.25 47.4631V51.8506H28.15C27.7382 51.857 27.3291 51.7814 26.9468 51.6282C26.5644 51.475 26.2163 51.2473 25.9228 50.9583C25.6293 50.6693 25.3962 50.3248 25.2371 49.9449C25.0779 49.5649 24.996 49.1571 24.996 48.7452C24.996 48.3333 25.0779 47.9255 25.2371 47.5455C25.3962 47.1656 25.6293 46.8211 25.9228 46.5321C26.2163 46.2431 26.5644 46.0154 26.9468 45.8622C27.3291 45.709 27.7382 45.6334 28.15 45.6398H28.8573L28.8985 44.9341C28.9785 43.8759 29.4074 42.8742 30.118 42.086C30.8286 41.2978 31.7807 40.7678 32.825 40.5791C33.8693 40.3903 34.9467 40.5535 35.8882 41.0431C36.8298 41.5326 37.5822 42.3208 38.0275 43.2841L38.2353 43.7386L38.7348 43.7221C38.7865 43.7221 39.1465 43.7138 39.1998 43.7138C39.7178 43.7266 40.2281 43.8425 40.7008 44.0547C41.1735 44.2669 41.5992 44.5712 41.953 44.9498C42.3068 45.3284 42.5817 45.7737 42.7614 46.2597C42.9412 46.7457 43.0223 47.2626 43 47.7803C43.0338 48.8234 42.653 49.8373 41.9409 50.6002C41.2288 51.363 40.2434 51.8126 39.2005 51.8506Z",
14646
- fill: "var(--onyx-file-upload-svg-color-bubble)"
14647
- },
14648
- null,
14649
- -1
14650
- /* CACHED */
14651
- )
14652
- ])],
14653
+ )),
14654
+ $setup.props.error ? (openBlock(), createElementBlock("path", _hoisted_1$3)) : (openBlock(), createElementBlock("path", _hoisted_2$3))
14655
+ ],
14653
14656
  2
14654
14657
  /* CLASS */
14655
14658
  );
@@ -14661,6 +14664,8 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
14661
14664
  props: {
14662
14665
  density: { type: null, required: false },
14663
14666
  name: { type: String, required: false },
14667
+ required: { type: Boolean, required: false },
14668
+ showError: { type: null, required: false, default: FORM_INJECTED_SYMBOL },
14664
14669
  modelValue: { type: null, required: false },
14665
14670
  multiple: { type: Boolean, required: false },
14666
14671
  accept: { type: Array, required: false, default: () => [] },
@@ -14673,13 +14678,14 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
14673
14678
  skeleton: { type: [Symbol, Boolean, Number], required: false, default: SKELETON_INJECTED_SYMBOL },
14674
14679
  listType: { type: String, required: false, default: "list" }
14675
14680
  },
14676
- emits: ["update:modelValue"],
14681
+ emits: ["validityChange", "update:modelValue"],
14677
14682
  setup(__props, { expose: __expose, emit: __emit }) {
14678
14683
  __expose();
14679
14684
  const props = __props;
14680
14685
  const emit = __emit;
14681
14686
  const skeleton = useSkeletonContext(props);
14682
- const { disabled } = useFormContext(props);
14687
+ const { disabled, showError } = useFormContext(props);
14688
+ const errorClass = useErrorClass(showError);
14683
14689
  const { t } = injectI18n();
14684
14690
  const { densityClass } = useDensity(props);
14685
14691
  const { restAttrs, rootAttrs } = useRootAttrs();
@@ -14694,6 +14700,17 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
14694
14700
  const files = asArray(modelValue.value ?? []);
14695
14701
  return files.filter((file) => file != null);
14696
14702
  });
14703
+ const requiredError = computed(() => {
14704
+ if (props.required && currentFiles.value.length === 0) {
14705
+ return t.value("fileUpload.requiredError");
14706
+ }
14707
+ return void 0;
14708
+ });
14709
+ const { vCustomValidity, errorMessages } = useFormElementError({
14710
+ props,
14711
+ emit,
14712
+ error: requiredError
14713
+ });
14697
14714
  const hideFiles = ref(false);
14698
14715
  const fileStatuses = computed(() => {
14699
14716
  return currentFiles.value.map((file, index) => {
@@ -14794,24 +14811,26 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
14794
14811
  if (props.listType === "button") return !hideFiles.value;
14795
14812
  return true;
14796
14813
  });
14797
- const __returned__ = { props, emit, skeleton, disabled, t, densityClass, restAttrs, rootAttrs, formatFileSize, modelValue, input: input2, currentFiles, hideFiles, fileStatuses, currentFileProps, setFiles, removeFile, handleChange, showDetails, isDragging, handleDrop, handleDragEnter, createFileURL, shouldShowFileList, get iconCloudArrowUp() {
14814
+ const __returned__ = { props, emit, skeleton, disabled, showError, errorClass, t, densityClass, restAttrs, rootAttrs, formatFileSize, modelValue, input: input2, currentFiles, requiredError, vCustomValidity, errorMessages, hideFiles, fileStatuses, currentFileProps, setFiles, removeFile, handleChange, showDetails, isDragging, handleDrop, handleDragEnter, createFileURL, shouldShowFileList, get iconCircleInformation() {
14815
+ return iconCircleInformation;
14816
+ }, get iconCloudArrowUp() {
14798
14817
  return iconCloudArrowUp;
14799
14818
  }, get iconTrash() {
14800
14819
  return iconTrash;
14801
14820
  }, get OnyxFileUploadSVG() {
14802
14821
  return OnyxFileUploadSVG;
14803
- }, OnyxFileCard, OnyxIcon, OnyxIconButton, OnyxSkeleton, OnyxSystemButton };
14822
+ }, OnyxFileCard, OnyxIcon, OnyxIconButton, OnyxSkeleton, OnyxSystemButton, OnyxTooltip, OnyxVisuallyHidden };
14804
14823
  Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
14805
14824
  return __returned__;
14806
14825
  }
14807
14826
  });
14808
14827
  const _hoisted_1$2 = ["disabled"];
14809
14828
  const _hoisted_2$2 = {
14810
- key: 1,
14829
+ key: 2,
14811
14830
  class: "onyx-file-upload__icon"
14812
14831
  };
14813
14832
  const _hoisted_3$1 = {
14814
- key: 2,
14833
+ key: 3,
14815
14834
  class: "onyx-file-upload__content"
14816
14835
  };
14817
14836
  const _hoisted_4$1 = {
@@ -14830,7 +14849,11 @@ const _hoisted_7 = {
14830
14849
  key: 3,
14831
14850
  class: "onyx-file-upload__text onyx-text--small"
14832
14851
  };
14833
- const _hoisted_8 = ["accept", "multiple", "disabled", "name"];
14852
+ const _hoisted_8 = {
14853
+ key: 4,
14854
+ class: "onyx-file-upload__required_error onyx-text--small"
14855
+ };
14856
+ const _hoisted_9 = ["accept", "multiple", "disabled", "name"];
14834
14857
  function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
14835
14858
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
14836
14859
  key: 0,
@@ -14839,124 +14862,162 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
14839
14862
  "div",
14840
14863
  mergeProps({
14841
14864
  key: 1,
14842
- class: ["onyx-component", "onyx-file-upload-wrapper", $setup.densityClass]
14865
+ class: ["onyx-component", "onyx-file-upload-wrapper", $setup.densityClass, $setup.errorClass]
14843
14866
  }, $setup.rootAttrs),
14844
14867
  [
14845
- createElementVNode("button", {
14846
- type: "button",
14847
- class: normalizeClass([
14848
- "onyx-file-upload",
14849
- `onyx-file-upload--${$setup.props.size}`,
14850
- { "onyx-file-upload--dragging": $setup.isDragging }
14851
- ]),
14852
- disabled: $setup.disabled,
14853
- onDragenter: $setup.handleDragEnter,
14854
- onDragleave: _cache[0] || (_cache[0] = ($event) => $setup.isDragging = false),
14855
- onDragover: _cache[1] || (_cache[1] = withModifiers(() => {
14856
- }, ["prevent"])),
14857
- onDrop: withModifiers($setup.handleDrop, ["prevent"]),
14858
- onClick: _cache[2] || (_cache[2] = ($event) => $setup.input?.click())
14859
- }, [
14860
- $setup.props.size === "large" ? (openBlock(), createBlock($setup["OnyxFileUploadSVG"], {
14861
- key: 0,
14862
- disabled: $setup.disabled,
14863
- active: $setup.isDragging
14864
- }, null, 8, ["disabled", "active"])) : (openBlock(), createElementBlock("div", _hoisted_2$2, [
14865
- createVNode($setup["OnyxIcon"], { icon: $setup.iconCloudArrowUp }, null, 8, ["icon"]),
14866
- createElementVNode(
14867
- "span",
14868
- null,
14869
- toDisplayString($setup.t("fileUpload.select")),
14870
- 1
14871
- /* TEXT */
14872
- )
14873
- ])),
14874
- $setup.showDetails ? (openBlock(), createElementBlock("div", _hoisted_3$1, [
14875
- $setup.props.size === "large" ? (openBlock(), createElementBlock("p", _hoisted_4$1, [
14876
- createElementVNode(
14877
- "u",
14878
- null,
14879
- toDisplayString($setup.t("fileUpload.clickToUpload")),
14880
- 1
14881
- /* TEXT */
14882
- ),
14883
- createTextVNode(
14884
- " " + toDisplayString($setup.t("fileUpload.orDragAndDrop")) + ". ",
14885
- 1
14886
- /* TEXT */
14887
- )
14888
- ])) : createCommentVNode("v-if", true),
14889
- $setup.props.maxSize || $setup.props.maxTotalSize ? (openBlock(), createElementBlock("p", _hoisted_5$1, [
14890
- createTextVNode(
14891
- toDisplayString($setup.t("fileUpload.maxFileSize")) + ": ",
14892
- 1
14893
- /* TEXT */
14894
- ),
14895
- $setup.props.maxSize && $setup.props.maxTotalSize ? (openBlock(), createElementBlock(
14896
- Fragment,
14897
- { key: 0 },
14898
- [
14868
+ createVNode($setup["OnyxTooltip"], {
14869
+ text: $setup.errorMessages?.longMessage,
14870
+ open: $setup.props.size !== "small" || !$setup.errorMessages?.longMessage ? false : void 0,
14871
+ color: "danger"
14872
+ }, {
14873
+ default: withCtx(({ trigger }) => [
14874
+ createElementVNode("button", mergeProps({
14875
+ type: "button",
14876
+ class: [
14877
+ "onyx-file-upload",
14878
+ `onyx-file-upload--${$setup.props.size}`,
14879
+ { "onyx-file-upload--dragging": $setup.isDragging }
14880
+ ]
14881
+ }, trigger, {
14882
+ disabled: $setup.disabled,
14883
+ onDragenter: $setup.handleDragEnter,
14884
+ onDragleave: _cache[0] || (_cache[0] = ($event) => $setup.isDragging = false),
14885
+ onDragover: _cache[1] || (_cache[1] = withModifiers(() => {
14886
+ }, ["prevent"])),
14887
+ onDrop: withModifiers($setup.handleDrop, ["prevent"]),
14888
+ onClick: _cache[2] || (_cache[2] = ($event) => $setup.input?.click())
14889
+ }), [
14890
+ $setup.props.size === "large" ? (openBlock(), createBlock($setup["OnyxFileUploadSVG"], {
14891
+ key: 0,
14892
+ class: "onyx-file-upload__default-illustration",
14893
+ disabled: $setup.disabled,
14894
+ active: $setup.isDragging
14895
+ }, null, 8, ["disabled", "active"])) : createCommentVNode("v-if", true),
14896
+ $setup.props.size === "large" ? (openBlock(), createBlock($setup["OnyxFileUploadSVG"], {
14897
+ key: 1,
14898
+ class: "onyx-file-upload__error-illustration",
14899
+ error: "",
14900
+ disabled: $setup.disabled,
14901
+ active: $setup.isDragging
14902
+ }, null, 8, ["disabled", "active"])) : (openBlock(), createElementBlock("div", _hoisted_2$2, [
14903
+ createVNode($setup["OnyxIcon"], { icon: $setup.iconCloudArrowUp }, null, 8, ["icon"]),
14904
+ createElementVNode(
14905
+ "span",
14906
+ null,
14907
+ toDisplayString($setup.t("fileUpload.select")),
14908
+ 1
14909
+ /* TEXT */
14910
+ )
14911
+ ])),
14912
+ $setup.showDetails ? (openBlock(), createElementBlock("div", _hoisted_3$1, [
14913
+ $setup.props.size === "large" ? (openBlock(), createElementBlock("p", _hoisted_4$1, [
14914
+ createElementVNode(
14915
+ "u",
14916
+ null,
14917
+ toDisplayString($setup.t("fileUpload.clickToUpload")),
14918
+ 1
14919
+ /* TEXT */
14920
+ ),
14899
14921
  createTextVNode(
14900
- toDisplayString($setup.formatFileSize($setup.props.maxSize)) + " (" + toDisplayString($setup.formatFileSize($setup.props.maxTotalSize)) + " " + toDisplayString($setup.t("fileUpload.inTotal")) + ") ",
14922
+ " " + toDisplayString($setup.t("fileUpload.orDragAndDrop")) + ". ",
14901
14923
  1
14902
14924
  /* TEXT */
14903
14925
  )
14904
- ],
14905
- 64
14906
- /* STABLE_FRAGMENT */
14907
- )) : $setup.props.maxSize ? (openBlock(), createElementBlock(
14908
- Fragment,
14909
- { key: 1 },
14910
- [
14926
+ ])) : createCommentVNode("v-if", true),
14927
+ $setup.props.maxSize || $setup.props.maxTotalSize ? (openBlock(), createElementBlock("p", _hoisted_5$1, [
14911
14928
  createTextVNode(
14912
- toDisplayString($setup.formatFileSize($setup.props.maxSize)),
14929
+ toDisplayString($setup.t("fileUpload.maxFileSize")) + ": ",
14913
14930
  1
14914
14931
  /* TEXT */
14915
- )
14916
- ],
14917
- 64
14918
- /* STABLE_FRAGMENT */
14919
- )) : $setup.props.maxTotalSize ? (openBlock(), createElementBlock(
14920
- Fragment,
14921
- { key: 2 },
14922
- [
14932
+ ),
14933
+ $setup.props.maxSize && $setup.props.maxTotalSize ? (openBlock(), createElementBlock(
14934
+ Fragment,
14935
+ { key: 0 },
14936
+ [
14937
+ createTextVNode(
14938
+ toDisplayString($setup.formatFileSize($setup.props.maxSize)) + " (" + toDisplayString($setup.formatFileSize($setup.props.maxTotalSize)) + " " + toDisplayString($setup.t("fileUpload.inTotal")) + ") ",
14939
+ 1
14940
+ /* TEXT */
14941
+ )
14942
+ ],
14943
+ 64
14944
+ /* STABLE_FRAGMENT */
14945
+ )) : $setup.props.maxSize ? (openBlock(), createElementBlock(
14946
+ Fragment,
14947
+ { key: 1 },
14948
+ [
14949
+ createTextVNode(
14950
+ toDisplayString($setup.formatFileSize($setup.props.maxSize)),
14951
+ 1
14952
+ /* TEXT */
14953
+ )
14954
+ ],
14955
+ 64
14956
+ /* STABLE_FRAGMENT */
14957
+ )) : $setup.props.maxTotalSize ? (openBlock(), createElementBlock(
14958
+ Fragment,
14959
+ { key: 2 },
14960
+ [
14961
+ createTextVNode(
14962
+ toDisplayString($setup.formatFileSize($setup.props.maxTotalSize)) + " " + toDisplayString($setup.t("fileUpload.inTotal")),
14963
+ 1
14964
+ /* TEXT */
14965
+ )
14966
+ ],
14967
+ 64
14968
+ /* STABLE_FRAGMENT */
14969
+ )) : createCommentVNode("v-if", true)
14970
+ ])) : createCommentVNode("v-if", true),
14971
+ $setup.props.multiple && $setup.props.maxCount ? (openBlock(), createElementBlock(
14972
+ "p",
14973
+ _hoisted_6$1,
14974
+ toDisplayString($setup.t("fileUpload.maxFileCount", { n: $setup.props.maxCount })),
14975
+ 1
14976
+ /* TEXT */
14977
+ )) : createCommentVNode("v-if", true),
14978
+ $setup.props.accept?.length ? (openBlock(), createElementBlock(
14979
+ "p",
14980
+ _hoisted_7,
14981
+ toDisplayString($setup.t("fileUpload.allowedFileTypes", { types: $setup.props.accept.join(", ") })),
14982
+ 1
14983
+ /* TEXT */
14984
+ )) : createCommentVNode("v-if", true),
14985
+ $setup.errorMessages?.longMessage ? (openBlock(), createElementBlock("p", _hoisted_8, [
14923
14986
  createTextVNode(
14924
- toDisplayString($setup.formatFileSize($setup.props.maxTotalSize)) + " " + toDisplayString($setup.t("fileUpload.inTotal")),
14987
+ toDisplayString($setup.errorMessages?.longMessage) + " ",
14925
14988
  1
14926
14989
  /* TEXT */
14927
- )
14928
- ],
14929
- 64
14930
- /* STABLE_FRAGMENT */
14931
- )) : createCommentVNode("v-if", true)
14932
- ])) : createCommentVNode("v-if", true),
14933
- $setup.props.multiple && $setup.props.maxCount ? (openBlock(), createElementBlock(
14934
- "p",
14935
- _hoisted_6$1,
14936
- toDisplayString($setup.t("fileUpload.maxFileCount", { n: $setup.props.maxCount })),
14937
- 1
14938
- /* TEXT */
14939
- )) : createCommentVNode("v-if", true),
14940
- $setup.props.accept?.length ? (openBlock(), createElementBlock(
14941
- "p",
14942
- _hoisted_7,
14943
- toDisplayString($setup.t("fileUpload.allowedFileTypes", { types: $setup.props.accept.join(", ") })),
14944
- 1
14945
- /* TEXT */
14946
- )) : createCommentVNode("v-if", true)
14947
- ])) : createCommentVNode("v-if", true)
14948
- ], 42, _hoisted_1$2),
14949
- createElementVNode("input", mergeProps({
14950
- ref: "inputRef",
14951
- "aria-hidden": "true",
14952
- tabindex: "-1",
14953
- class: "onyx-file-upload__input",
14954
- type: "file",
14955
- accept: $setup.props.accept?.length ? $setup.props.accept.join(",") : void 0,
14956
- multiple: $setup.props.multiple,
14957
- disabled: $setup.disabled,
14958
- name: $setup.props.name
14959
- }, $setup.restAttrs, { onChange: $setup.handleChange }), null, 16, _hoisted_8),
14990
+ ),
14991
+ createVNode($setup["OnyxIcon"], {
14992
+ icon: $setup.iconCircleInformation,
14993
+ inline: ""
14994
+ }, null, 8, ["icon"])
14995
+ ])) : createCommentVNode("v-if", true)
14996
+ ])) : createCommentVNode("v-if", true)
14997
+ ], 16, _hoisted_1$2)
14998
+ ]),
14999
+ _: 1
15000
+ /* STABLE */
15001
+ }, 8, ["text", "open"]),
15002
+ createVNode($setup["OnyxVisuallyHidden"], { class: "onyx-file-upload__visually-hidden-input" }, {
15003
+ default: withCtx(() => [
15004
+ withDirectives(createElementVNode("input", mergeProps({
15005
+ ref: "inputRef",
15006
+ "aria-hidden": "true",
15007
+ tabindex: "-1",
15008
+ class: "onyx-file-upload__input",
15009
+ type: "file",
15010
+ accept: $setup.props.accept?.length ? $setup.props.accept.join(",") : void 0,
15011
+ multiple: $setup.props.multiple,
15012
+ disabled: $setup.disabled,
15013
+ name: $setup.props.name
15014
+ }, $setup.restAttrs, { onChange: $setup.handleChange }), null, 16, _hoisted_9), [
15015
+ [$setup["vCustomValidity"]]
15016
+ ])
15017
+ ]),
15018
+ _: 1
15019
+ /* STABLE */
15020
+ }),
14960
15021
  $setup.props.listType === "button" && $setup.currentFiles.length ? (openBlock(), createBlock($setup["OnyxSystemButton"], {
14961
15022
  key: 0,
14962
15023
  class: "onyx-file-upload__list-button",