sit-onyx 1.7.0-dev-20260122090908 → 1.7.0-dev-20260123075319
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm-bundler.js +77 -79
- package/dist/index.esm-bundler.js.map +1 -1
- package/dist/index.js +273 -274
- package/dist/style.css +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { computed as m, provide as Fe, inject as Ce, toRef as fe, ref as F, watch as ae, defineComponent as I, watchEffect as Xe, toRefs as Dt, createElementBlock as y, openBlock as r, normalizeClass as N, unref as l, renderSlot as T, onMounted as Le, createBlock as k, resolveDynamicComponent as Ie, withCtx as M, createVNode as O, createElementVNode as g, withModifiers as Re, readonly as Yt, reactive as Lo, onBeforeMount as Zt, onBeforeUnmount as Nt, useId as ge, toValue as q, nextTick as je, shallowRef as nt, useTemplateRef as Q, createCommentVNode as w, createTextVNode as
|
|
1
|
+
import { computed as m, provide as Fe, inject as Ce, toRef as fe, ref as F, watch as ae, defineComponent as I, watchEffect as Xe, toRefs as Dt, createElementBlock as y, openBlock as r, normalizeClass as N, unref as l, renderSlot as T, onMounted as Le, createBlock as k, resolveDynamicComponent as Ie, withCtx as M, createVNode as O, createElementVNode as g, withModifiers as Re, readonly as Yt, reactive as Lo, onBeforeMount as Zt, onBeforeUnmount as Nt, useId as ge, toValue as q, nextTick as je, shallowRef as nt, useTemplateRef as Q, createCommentVNode as w, createTextVNode as oe, toDisplayString as D, normalizeProps as Qe, mergeProps as E, isProxy as Kl, toRaw as Wl, useAttrs as En, customRef as jl, onUnmounted as zt, normalizeStyle as Ue, useSlots as ve, createSlots as Be, isRef as ke, Fragment as K, renderList as pe, toHandlers as Yl, resolveComponent as Zl, withDirectives as we, guardReactiveProps as dt, vShow as Tt, Teleport as wt, vModelCheckbox as On, createStaticVNode as Tn, vModelText as oo, h as he, vModelDynamic as An, withKeys as jo, useModel as Jl } from "vue";
|
|
2
2
|
import { iconChevronDownSmall as Xl, iconCircleAttention as Io, iconXSmall as Ge, iconMoreVertical as Ro, iconX as Vo, iconMoreHorizontalSmall as Ln, iconCircleCheck as Ql, iconCircleX as ea, iconCircleInformation as At, iconUser as ta, iconArrowSmallUpRight as oa, iconChevronRightSmall as no, iconArrowSmallLeft as In, iconHome as na, iconMoreHorizontal as Yo, iconChevronLeftSmall as lo, iconFileCopy as la, iconSearch as Rn, iconCheck as aa, iconSearchX as sa, iconChevronDownUp as ra, iconCheckSmall as Pt, iconPlusSmall as Vn, iconEyeDisabled as ia, iconListArrowUp as Dn, iconListArrowDown as Nn, iconArrowsSort as ca, iconCircleBlock as ua, iconEyeClosed as da, iconEye as pa, iconFileDisabled as ma, iconCircleContrast as ya, iconTranslate as fa, iconMenu as va, iconNotificationFlag as ba, iconMinus as ha, iconPlus as ga, iconMinusSmall as _a, iconClock as zn, iconFile as xa, iconFilePdf as ka, iconFileCsv as Ca, iconAudio as wa, iconVideocam as Sa, iconPicture as $a, iconFileRtf as Ma, iconFilePpt as Ba, iconFileXls as Ea, iconFileXlsx as Oa, iconFileDoc as Ta, iconFileGlobe as Aa, iconFileArchive as La, iconFileText as Ia, iconCloudArrowUp as Ra, iconTrash as Va, iconShareIos as Da, iconArrowSmallRight as Na, iconSettings as za, iconLogout as Pa } from "@sit-onyx/icons";
|
|
3
|
-
const
|
|
3
|
+
const pm = ["compact", "default", "cozy"], W = (n) => ({
|
|
4
4
|
densityClass: m(() => ({ [`onyx-density-${n.density}`]: !!n.density }))
|
|
5
5
|
}), Fa = void 0, Pn = /* @__PURE__ */ Symbol(), re = /* @__PURE__ */ Symbol("SKELETON_INJECTED_SYMBOL"), Fn = (n) => (t) => m(() => typeof t.skeleton != "symbol" ? t.skeleton : t.skeleton === re && n?.skeleton === !0 ? 3 : !1), ao = (n) => Fe(Pn, Fn(n)), Ua = Fn(), ue = (n) => Ce(
|
|
6
6
|
Pn,
|
|
@@ -16,7 +16,7 @@ const mm = ["compact", "default", "cozy"], W = (n) => ({
|
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
return a;
|
|
19
|
-
}, Un = /* @__PURE__ */ Symbol(),
|
|
19
|
+
}, Un = /* @__PURE__ */ Symbol(), mm = ["default", "nested-large", "nested-small", "card"], ym = /* @__PURE__ */ I({
|
|
20
20
|
__name: "OnyxAccordion",
|
|
21
21
|
props: {
|
|
22
22
|
density: {},
|
|
@@ -123,7 +123,7 @@ const Ha = ["innerHTML"], G = /* @__PURE__ */ I({
|
|
|
123
123
|
setup(n) {
|
|
124
124
|
return Le(() => Wa("onyx-skeleton")), (t, e) => (r(), y("figure", ja));
|
|
125
125
|
}
|
|
126
|
-
}), Ya = ["open"], Za = ["id", "tabindex", "aria-expanded", "aria-controls", "aria-disabled"], Ja = { class: "onyx-accordion-item__header-content" }, Xa = ["id", "aria-labelledby"],
|
|
126
|
+
}), Ya = ["open"], Za = ["id", "tabindex", "aria-expanded", "aria-controls", "aria-disabled"], Ja = { class: "onyx-accordion-item__header-content" }, Xa = ["id", "aria-labelledby"], fm = /* @__PURE__ */ I({
|
|
127
127
|
__name: "OnyxAccordionItem",
|
|
128
128
|
props: {
|
|
129
129
|
density: {},
|
|
@@ -383,10 +383,10 @@ const Hs = et((n) => {
|
|
|
383
383
|
const z = new Date(_);
|
|
384
384
|
z.setDate(z.getDate() - $ + R * 7);
|
|
385
385
|
const H = Array.from({ length: 7 }, (j, Y) => {
|
|
386
|
-
const
|
|
387
|
-
return
|
|
388
|
-
date:
|
|
389
|
-
isCurrentMonth:
|
|
386
|
+
const ne = new Date(z);
|
|
387
|
+
return ne.setDate(ne.getDate() + Y), {
|
|
388
|
+
date: ne,
|
|
389
|
+
isCurrentMonth: ne.getMonth() === t.value.getMonth()
|
|
390
390
|
};
|
|
391
391
|
});
|
|
392
392
|
B.push({
|
|
@@ -750,7 +750,7 @@ const Hs = et((n) => {
|
|
|
750
750
|
"aria-autocomplete": _.value,
|
|
751
751
|
type: "text"
|
|
752
752
|
}), {
|
|
753
|
-
elements: { option: Y, group:
|
|
753
|
+
elements: { option: Y, group: ne, listbox: ye },
|
|
754
754
|
internals: { getOptionId: se, getOptionValueById: be }
|
|
755
755
|
} = js({
|
|
756
756
|
label: s,
|
|
@@ -769,7 +769,7 @@ const Hs = et((n) => {
|
|
|
769
769
|
}), {
|
|
770
770
|
elements: {
|
|
771
771
|
option: Y,
|
|
772
|
-
group:
|
|
772
|
+
group: ne,
|
|
773
773
|
/**
|
|
774
774
|
* The listbox associated with the combobox.
|
|
775
775
|
*/
|
|
@@ -1043,8 +1043,8 @@ const Hs = et((n) => {
|
|
|
1043
1043
|
), h = (B, R) => {
|
|
1044
1044
|
const z = v.value.slice(), H = R === 0 ? 1 : 0, j = z[H];
|
|
1045
1045
|
j != null && (R < H && B > j || R > H && B < j) && (B = j), z[R] = B;
|
|
1046
|
-
const Y = f.value(z),
|
|
1047
|
-
Xs(Y, v.value) || n.onChange?.(
|
|
1046
|
+
const Y = f.value(z), ne = Y.length > 1 ? Y : Y[0];
|
|
1047
|
+
Xs(Y, v.value) || n.onChange?.(ne);
|
|
1048
1048
|
}, x = (B) => {
|
|
1049
1049
|
const z = B === "increase" ? i.value : -i.value, H = v.value[0];
|
|
1050
1050
|
h(H + z, 0), c(0);
|
|
@@ -1068,8 +1068,8 @@ const Hs = et((n) => {
|
|
|
1068
1068
|
if (R == null) return;
|
|
1069
1069
|
const z = v.value.reduce(
|
|
1070
1070
|
(H, j, Y) => {
|
|
1071
|
-
const
|
|
1072
|
-
return
|
|
1071
|
+
const ne = Math.abs(j - R);
|
|
1072
|
+
return ne < H.distance ? { index: Y, distance: ne } : H;
|
|
1073
1073
|
},
|
|
1074
1074
|
{ index: 0, distance: Number.POSITIVE_INFINITY }
|
|
1075
1075
|
);
|
|
@@ -1483,7 +1483,7 @@ const Hs = et((n) => {
|
|
|
1483
1483
|
T(s.$slots, "default"),
|
|
1484
1484
|
t.target === "_blank" ? (r(), k(qe, { key: 0 }, {
|
|
1485
1485
|
default: M(() => [
|
|
1486
|
-
|
|
1486
|
+
oe(
|
|
1487
1487
|
D(l(e)("link.opensExternally")),
|
|
1488
1488
|
1
|
|
1489
1489
|
/* TEXT */
|
|
@@ -1527,7 +1527,7 @@ const Hs = et((n) => {
|
|
|
1527
1527
|
default: M(() => [
|
|
1528
1528
|
O(qe, null, {
|
|
1529
1529
|
default: M(() => [
|
|
1530
|
-
|
|
1530
|
+
oe(
|
|
1531
1531
|
D(l(e)("headline.copyLinkTo")),
|
|
1532
1532
|
1
|
|
1533
1533
|
/* TEXT */
|
|
@@ -1645,7 +1645,7 @@ const Hs = et((n) => {
|
|
|
1645
1645
|
/* STABLE */
|
|
1646
1646
|
}, 16, ["class", "aria-label", "title"]));
|
|
1647
1647
|
}
|
|
1648
|
-
}), br = { class: "onyx-alert-modal__content" }, hr = { class: "onyx-alert-modal__headline" }, gr = ["id"], _r = { class: "onyx-alert-modal__actions" },
|
|
1648
|
+
}), br = { class: "onyx-alert-modal__content" }, hr = { class: "onyx-alert-modal__headline" }, gr = ["id"], _r = { class: "onyx-alert-modal__actions" }, vm = /* @__PURE__ */ I({
|
|
1649
1649
|
__name: "OnyxAlertModal",
|
|
1650
1650
|
props: {
|
|
1651
1651
|
density: {},
|
|
@@ -1684,7 +1684,7 @@ const Hs = et((n) => {
|
|
|
1684
1684
|
}, () => [
|
|
1685
1685
|
O(De, { is: "h2" }, {
|
|
1686
1686
|
default: M(() => [
|
|
1687
|
-
|
|
1687
|
+
oe(
|
|
1688
1688
|
D(e.label),
|
|
1689
1689
|
1
|
|
1690
1690
|
/* TEXT */
|
|
@@ -2086,7 +2086,7 @@ const Sr = ["role", "aria-label"], xt = /* @__PURE__ */ I({
|
|
|
2086
2086
|
});
|
|
2087
2087
|
const Y = () => {
|
|
2088
2088
|
s.value = !s.value, a("update:open", !i.value);
|
|
2089
|
-
},
|
|
2089
|
+
}, ne = m(() => ({
|
|
2090
2090
|
onClick: Y,
|
|
2091
2091
|
"aria-expanded": i.value,
|
|
2092
2092
|
"aria-controls": f.value?.id,
|
|
@@ -2125,7 +2125,7 @@ const Sr = ["role", "aria-label"], xt = /* @__PURE__ */ I({
|
|
|
2125
2125
|
style: Ue(`anchor-name: ${se.value}`)
|
|
2126
2126
|
},
|
|
2127
2127
|
[
|
|
2128
|
-
T(A.$slots, "default", { trigger:
|
|
2128
|
+
T(A.$slots, "default", { trigger: ne.value }),
|
|
2129
2129
|
g("div", {
|
|
2130
2130
|
ref: "popover",
|
|
2131
2131
|
role: o.role,
|
|
@@ -2563,7 +2563,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
2563
2563
|
class: "onyx-info-card__headline onyx-truncation-multiline"
|
|
2564
2564
|
}, {
|
|
2565
2565
|
default: M(() => [
|
|
2566
|
-
|
|
2566
|
+
oe(
|
|
2567
2567
|
D(e.headline),
|
|
2568
2568
|
1
|
|
2569
2569
|
/* TEXT */
|
|
@@ -2704,7 +2704,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
2704
2704
|
E({ key: a }, { ref_for: !0 }, s),
|
|
2705
2705
|
Be({
|
|
2706
2706
|
default: M(() => [
|
|
2707
|
-
|
|
2707
|
+
oe(
|
|
2708
2708
|
D(s.description) + " ",
|
|
2709
2709
|
1
|
|
2710
2710
|
/* TEXT */
|
|
@@ -2886,7 +2886,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
2886
2886
|
}), ii = {
|
|
2887
2887
|
key: 0,
|
|
2888
2888
|
class: "onyx-app__nav"
|
|
2889
|
-
}, ci = { class: "onyx-app__page" },
|
|
2889
|
+
}, ci = { class: "onyx-app__page" }, bm = /* @__PURE__ */ I({
|
|
2890
2890
|
__name: "OnyxAppLayout",
|
|
2891
2891
|
props: {
|
|
2892
2892
|
navBarAlignment: { default: "top" }
|
|
@@ -3018,7 +3018,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
3018
3018
|
return d.value.includes(" ") ? d.value : `${d.value} center`;
|
|
3019
3019
|
}), h = () => p.value === "hover" ? ar(u.value) : lr(c.value), x = nt(h());
|
|
3020
3020
|
ae(p, () => x.value = h());
|
|
3021
|
-
const S = m(() => x.value?.elements.tooltip), b = m(() => q(x.value?.elements.trigger)), _ = fe(() => e.alignsWithEdge), C = fe(() => e.fitParent), $ = Q("tooltipWrapperRefEl"), V = Q("tooltipRefEl"), { openDirection: B, updateOpenDirection: R } = No($, "top"), { openAlignment: z, updateOpenAlignment: H } = sl($, V), { leftPosition: j, topPosition: Y, updateAnchorPositionPolyfill:
|
|
3021
|
+
const S = m(() => x.value?.elements.tooltip), b = m(() => q(x.value?.elements.trigger)), _ = fe(() => e.alignsWithEdge), C = fe(() => e.fitParent), $ = Q("tooltipWrapperRefEl"), V = Q("tooltipRefEl"), { openDirection: B, updateOpenDirection: R } = No($, "top"), { openAlignment: z, updateOpenAlignment: H } = sl($, V), { leftPosition: j, topPosition: Y, updateAnchorPositionPolyfill: ne, useragentSupportsAnchorApi: ye } = al({
|
|
3022
3022
|
positionedRef: V,
|
|
3023
3023
|
targetRef: $,
|
|
3024
3024
|
positionArea: d,
|
|
@@ -3052,7 +3052,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
3052
3052
|
}), Le(() => {
|
|
3053
3053
|
ye.value || ae(
|
|
3054
3054
|
[P, d, f, _, i],
|
|
3055
|
-
() =>
|
|
3055
|
+
() => ne(),
|
|
3056
3056
|
{ flush: "post", immediate: !0 }
|
|
3057
3057
|
);
|
|
3058
3058
|
}), ae(
|
|
@@ -3093,7 +3093,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
3093
3093
|
size: "16px"
|
|
3094
3094
|
}, null, 8, ["icon"])) : w("v-if", !0),
|
|
3095
3095
|
T(Se.$slots, "tooltip", {}, () => [
|
|
3096
|
-
|
|
3096
|
+
oe(
|
|
3097
3097
|
D(e.text),
|
|
3098
3098
|
1
|
|
3099
3099
|
/* TEXT */
|
|
@@ -3449,7 +3449,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
3449
3449
|
{
|
|
3450
3450
|
default: M(() => [
|
|
3451
3451
|
O(G, { icon: l(In) }, null, 8, ["icon"]),
|
|
3452
|
-
|
|
3452
|
+
oe(
|
|
3453
3453
|
" " + D(l(e)("back")),
|
|
3454
3454
|
1
|
|
3455
3455
|
/* TEXT */
|
|
@@ -3607,7 +3607,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
3607
3607
|
}), Si = ["aria-label", "aria-hidden"], $i = {
|
|
3608
3608
|
class: "onyx-breadcrumb__list onyx-grid-container",
|
|
3609
3609
|
role: "menu"
|
|
3610
|
-
}, Mi = { ref: "moreListRef" },
|
|
3610
|
+
}, Mi = { ref: "moreListRef" }, hm = /* @__PURE__ */ I({
|
|
3611
3611
|
__name: "OnyxBreadcrumb",
|
|
3612
3612
|
props: {
|
|
3613
3613
|
density: {},
|
|
@@ -3639,7 +3639,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
3639
3639
|
K,
|
|
3640
3640
|
{ key: 1 },
|
|
3641
3641
|
[
|
|
3642
|
-
|
|
3642
|
+
oe(
|
|
3643
3643
|
D(t.home.label),
|
|
3644
3644
|
1
|
|
3645
3645
|
/* TEXT */
|
|
@@ -3711,7 +3711,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
3711
3711
|
])
|
|
3712
3712
|
], 10, Si));
|
|
3713
3713
|
}
|
|
3714
|
-
}),
|
|
3714
|
+
}), gm = ["button", "submit", "reset"], _m = ["primary", "neutral", "danger"], xm = ["default", "outline", "plain"], bl = /* @__PURE__ */ I({
|
|
3715
3715
|
__name: "OnyxCard",
|
|
3716
3716
|
props: {
|
|
3717
3717
|
density: {},
|
|
@@ -3958,7 +3958,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
3958
3958
|
))
|
|
3959
3959
|
]));
|
|
3960
3960
|
}
|
|
3961
|
-
}), Vi = { class: "onyx-calendar__header" }, Di = { class: "control-container time-control-container" }, Ni = { class: "control-container__month-buttons" }, zi = { class: "control-container" }, Pi = { class: "onyx-calendar__body" }, Fi = ["abbr"], Ui = {},
|
|
3961
|
+
}), Vi = { class: "onyx-calendar__header" }, Di = { class: "control-container time-control-container" }, Ni = { class: "control-container__month-buttons" }, zi = { class: "control-container" }, Pi = { class: "onyx-calendar__body" }, Fi = ["abbr"], Ui = {}, km = /* @__PURE__ */ I({
|
|
3962
3962
|
...Ui,
|
|
3963
3963
|
__name: "OnyxCalendar",
|
|
3964
3964
|
props: {
|
|
@@ -3992,7 +3992,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
3992
3992
|
elements: { table: z, cell: H, button: j },
|
|
3993
3993
|
internals: {
|
|
3994
3994
|
goToMonthByOffset: Y,
|
|
3995
|
-
goToToday:
|
|
3995
|
+
goToToday: ne,
|
|
3996
3996
|
isSelected: ye,
|
|
3997
3997
|
isToday: se,
|
|
3998
3998
|
getRangeType: be,
|
|
@@ -4076,7 +4076,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
4076
4076
|
label: l(p)("calendar.todayButton.label"),
|
|
4077
4077
|
class: "control-container__today-btn",
|
|
4078
4078
|
disabled: l(S) === !0 || P.value && x.value === "small",
|
|
4079
|
-
onClick: l(
|
|
4079
|
+
onClick: l(ne)
|
|
4080
4080
|
}, null, 8, ["label", "disabled", "onClick"]),
|
|
4081
4081
|
g("div", Ni, [
|
|
4082
4082
|
O($e, {
|
|
@@ -4634,7 +4634,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
4634
4634
|
}, 16, ["open"]),
|
|
4635
4635
|
O(qe, null, {
|
|
4636
4636
|
default: M(() => [
|
|
4637
|
-
|
|
4637
|
+
oe(
|
|
4638
4638
|
D(e.text),
|
|
4639
4639
|
1
|
|
4640
4640
|
/* TEXT */
|
|
@@ -4697,7 +4697,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
4697
4697
|
o.hideLabel ? w("v-if", !0) : (r(), y("legend", nc, [
|
|
4698
4698
|
O(De, { is: "h3" }, {
|
|
4699
4699
|
default: M(() => [
|
|
4700
|
-
|
|
4700
|
+
oe(
|
|
4701
4701
|
D(o.label),
|
|
4702
4702
|
1
|
|
4703
4703
|
/* TEXT */
|
|
@@ -4811,7 +4811,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
4811
4811
|
}), [
|
|
4812
4812
|
g("div", ac, [
|
|
4813
4813
|
T(c.$slots, "tab", {}, () => [
|
|
4814
|
-
|
|
4814
|
+
oe(
|
|
4815
4815
|
D(t.label),
|
|
4816
4816
|
1
|
|
4817
4817
|
/* TEXT */
|
|
@@ -4849,7 +4849,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
4849
4849
|
}, rc = {
|
|
4850
4850
|
key: 0,
|
|
4851
4851
|
class: "onyx-code-tab__language onyx-text--small"
|
|
4852
|
-
}, ic = {},
|
|
4852
|
+
}, ic = {}, Cm = /* @__PURE__ */ I({
|
|
4853
4853
|
...ic,
|
|
4854
4854
|
__name: "OnyxCodeTab",
|
|
4855
4855
|
props: {
|
|
@@ -4885,7 +4885,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
4885
4885
|
icon: t.icon,
|
|
4886
4886
|
size: "16px"
|
|
4887
4887
|
}, null, 8, ["icon"])) : w("v-if", !0),
|
|
4888
|
-
|
|
4888
|
+
oe(
|
|
4889
4889
|
" " + D(s.value),
|
|
4890
4890
|
1
|
|
4891
4891
|
/* TEXT */
|
|
@@ -4994,7 +4994,7 @@ const So = /* @__PURE__ */ Ut(Rr, [["render", Dr]]), ze = /* @__PURE__ */ I({
|
|
|
4994
4994
|
/* CLASS */
|
|
4995
4995
|
));
|
|
4996
4996
|
}
|
|
4997
|
-
}), dc = {},
|
|
4997
|
+
}), dc = {}, wm = /* @__PURE__ */ I({
|
|
4998
4998
|
...dc,
|
|
4999
4999
|
__name: "OnyxCodeTabs",
|
|
5000
5000
|
props: {
|
|
@@ -5209,7 +5209,7 @@ const fc = /* @__PURE__ */ Ut(pc, [["render", yc]]), vc = { class: "onyx-empty__
|
|
|
5209
5209
|
T(v.$slots, "empty", { defaultMessage: s.value }, () => [
|
|
5210
5210
|
O(wl, null, {
|
|
5211
5211
|
default: M(() => [
|
|
5212
|
-
|
|
5212
|
+
oe(
|
|
5213
5213
|
D(s.value),
|
|
5214
5214
|
1
|
|
5215
5215
|
/* TEXT */
|
|
@@ -5530,7 +5530,7 @@ const fc = /* @__PURE__ */ Ut(pc, [["render", yc]]), vc = { class: "onyx-empty__
|
|
|
5530
5530
|
// Map returns undefined if `type` is undefined, so it's safe to use the Non-Null assertion.
|
|
5531
5531
|
};
|
|
5532
5532
|
};
|
|
5533
|
-
function
|
|
5533
|
+
function Sm(n) {
|
|
5534
5534
|
return n;
|
|
5535
5535
|
}
|
|
5536
5536
|
const zc = (n, t) => {
|
|
@@ -5590,7 +5590,7 @@ const zc = (n, t) => {
|
|
|
5590
5590
|
}),
|
|
5591
5591
|
options: () => H
|
|
5592
5592
|
}
|
|
5593
|
-
),
|
|
5593
|
+
), ne = {
|
|
5594
5594
|
actions: () => {
|
|
5595
5595
|
const be = It(j).map((te) => typeof te == "object" && "iconComponent" in te ? te : { iconComponent: te }), L = be.filter((te) => te?.alwaysShowInHeader).map((te) => te.iconComponent), A = be.find((te) => !te.alwaysShowInHeader)?.iconComponent ?? null, X = R.filter(
|
|
5596
5596
|
(te) => !te.iconComponent?.alwaysShowInHeader
|
|
@@ -5602,7 +5602,7 @@ const zc = (n, t) => {
|
|
|
5602
5602
|
}
|
|
5603
5603
|
}, ye = C.reduce(
|
|
5604
5604
|
(se, be) => he(be($, V, B), se),
|
|
5605
|
-
(se) => he(z.component, { label: $.label, ...se },
|
|
5605
|
+
(se) => he(z.component, { label: $.label, ...se }, ne)
|
|
5606
5606
|
);
|
|
5607
5607
|
return {
|
|
5608
5608
|
thAttributes: xe(z.thAttributes, $.thAttributes),
|
|
@@ -6062,7 +6062,7 @@ const zc = (n, t) => {
|
|
|
6062
6062
|
default: M(({ id: Y }) => [
|
|
6063
6063
|
g("div", {
|
|
6064
6064
|
class: "onyx-select-input__wrapper",
|
|
6065
|
-
onClick: j[0] || (j[0] = (
|
|
6065
|
+
onClick: j[0] || (j[0] = (ne) => !l(v) && !s.loading && i("inputClick"))
|
|
6066
6066
|
}, [
|
|
6067
6067
|
s.loading ? (r(), k(ze, {
|
|
6068
6068
|
key: 0,
|
|
@@ -6098,13 +6098,13 @@ const zc = (n, t) => {
|
|
|
6098
6098
|
text: C.value,
|
|
6099
6099
|
position: "bottom"
|
|
6100
6100
|
}, {
|
|
6101
|
-
default: M(({ trigger:
|
|
6101
|
+
default: M(({ trigger: ne }) => [
|
|
6102
6102
|
O(
|
|
6103
6103
|
kt,
|
|
6104
|
-
E({ class: "onyx-select-input__badge" },
|
|
6104
|
+
E({ class: "onyx-select-input__badge" }, ne, { color: "neutral" }),
|
|
6105
6105
|
{
|
|
6106
6106
|
default: M(() => [
|
|
6107
|
-
|
|
6107
|
+
oe(
|
|
6108
6108
|
D(_.value),
|
|
6109
6109
|
1
|
|
6110
6110
|
/* TEXT */
|
|
@@ -6313,7 +6313,7 @@ const zc = (n, t) => {
|
|
|
6313
6313
|
}, Y = (U) => {
|
|
6314
6314
|
const J = B.value.findIndex((le) => le === U);
|
|
6315
6315
|
J > 0 && (x.value = B.value[J - 1]);
|
|
6316
|
-
},
|
|
6316
|
+
}, ne = (U) => {
|
|
6317
6317
|
const J = $.value.find((le) => le.label.toLowerCase().trim().startsWith(U.toLowerCase()));
|
|
6318
6318
|
J && (x.value = J.value);
|
|
6319
6319
|
}, ye = (U) => p.value = U, se = (U) => {
|
|
@@ -6346,7 +6346,7 @@ const zc = (n, t) => {
|
|
|
6346
6346
|
onActivateLast: H,
|
|
6347
6347
|
onActivateNext: j,
|
|
6348
6348
|
onActivatePrevious: Y,
|
|
6349
|
-
onTypeAhead:
|
|
6349
|
+
onTypeAhead: ne,
|
|
6350
6350
|
onAutocomplete: ye,
|
|
6351
6351
|
onSelect: se
|
|
6352
6352
|
}), mt = () => {
|
|
@@ -6457,7 +6457,7 @@ const zc = (n, t) => {
|
|
|
6457
6457
|
density: o.density
|
|
6458
6458
|
}, {
|
|
6459
6459
|
default: M(() => [
|
|
6460
|
-
|
|
6460
|
+
oe(
|
|
6461
6461
|
D(Mt.value),
|
|
6462
6462
|
1
|
|
6463
6463
|
/* TEXT */
|
|
@@ -6494,7 +6494,7 @@ const zc = (n, t) => {
|
|
|
6494
6494
|
}
|
|
6495
6495
|
), {
|
|
6496
6496
|
default: M(() => [
|
|
6497
|
-
|
|
6497
|
+
oe(
|
|
6498
6498
|
D(Bt.value),
|
|
6499
6499
|
1
|
|
6500
6500
|
/* TEXT */
|
|
@@ -6548,7 +6548,7 @@ const zc = (n, t) => {
|
|
|
6548
6548
|
), {
|
|
6549
6549
|
default: M(() => [
|
|
6550
6550
|
T(U.$slots, "option", E({ ref_for: !0 }, de), () => [
|
|
6551
|
-
|
|
6551
|
+
oe(
|
|
6552
6552
|
D(de.label),
|
|
6553
6553
|
1
|
|
6554
6554
|
/* TEXT */
|
|
@@ -6741,7 +6741,7 @@ const zc = (n, t) => {
|
|
|
6741
6741
|
)),
|
|
6742
6742
|
O(qe, null, {
|
|
6743
6743
|
default: M(() => [
|
|
6744
|
-
|
|
6744
|
+
oe(
|
|
6745
6745
|
D(l(a)("pagination.morePages")),
|
|
6746
6746
|
1
|
|
6747
6747
|
/* TEXT */
|
|
@@ -7097,7 +7097,7 @@ const zc = (n, t) => {
|
|
|
7097
7097
|
] : a()
|
|
7098
7098
|
}
|
|
7099
7099
|
};
|
|
7100
|
-
},
|
|
7100
|
+
}, $m = /* @__PURE__ */ I({
|
|
7101
7101
|
inheritAttrs: !1,
|
|
7102
7102
|
__name: "OnyxDataGrid",
|
|
7103
7103
|
props: {
|
|
@@ -7317,7 +7317,7 @@ const zc = (n, t) => {
|
|
|
7317
7317
|
[
|
|
7318
7318
|
O(qe, null, {
|
|
7319
7319
|
default: M(() => [
|
|
7320
|
-
|
|
7320
|
+
oe(
|
|
7321
7321
|
D(l(a)("resizeHandle.label")),
|
|
7322
7322
|
1
|
|
7323
7323
|
/* TEXT */
|
|
@@ -7630,7 +7630,7 @@ const zc = (n, t) => {
|
|
|
7630
7630
|
onScrollCapturePassive: (d) => p(d.target)
|
|
7631
7631
|
})
|
|
7632
7632
|
};
|
|
7633
|
-
},
|
|
7633
|
+
}, Mm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7634
7634
|
__proto__: null,
|
|
7635
7635
|
BOOLEAN_RENDERER: Ll,
|
|
7636
7636
|
DATETIME_RENDERER: El,
|
|
@@ -7653,7 +7653,7 @@ const zc = (n, t) => {
|
|
|
7653
7653
|
useSelection: ku,
|
|
7654
7654
|
useSorting: Du,
|
|
7655
7655
|
useStickyColumns: zu
|
|
7656
|
-
}, Symbol.toStringTag, { value: "Module" })), Pu = { class: "onyx-datepicker__wrapper" }, Fu = ["id", "type", "required", "autofocus", "name", "readonly", "disabled", "aria-label", "title", "min", "max"],
|
|
7656
|
+
}, Symbol.toStringTag, { value: "Module" })), Pu = { class: "onyx-datepicker__wrapper" }, Fu = ["id", "type", "required", "autofocus", "name", "readonly", "disabled", "aria-label", "title", "min", "max"], Bm = /* @__PURE__ */ I({
|
|
7657
7657
|
inheritAttrs: !1,
|
|
7658
7658
|
__name: "OnyxDatePicker",
|
|
7659
7659
|
props: {
|
|
@@ -7762,10 +7762,10 @@ const zc = (n, t) => {
|
|
|
7762
7762
|
/* FULL_PROPS */
|
|
7763
7763
|
));
|
|
7764
7764
|
}
|
|
7765
|
-
}),
|
|
7765
|
+
}), Em = ["left", "center", "right"], Uu = { class: "onyx-dialog__header" }, Hu = { class: "onyx-dialog__headline" }, Gu = { class: "onyx-dialog__headline-content" }, qu = { class: "onyx-dialog__body" }, Ku = {
|
|
7766
7766
|
key: 0,
|
|
7767
7767
|
class: "onyx-dialog__footer"
|
|
7768
|
-
},
|
|
7768
|
+
}, Om = /* @__PURE__ */ I({
|
|
7769
7769
|
__name: "OnyxDialog",
|
|
7770
7770
|
props: {
|
|
7771
7771
|
density: {},
|
|
@@ -7802,7 +7802,7 @@ const zc = (n, t) => {
|
|
|
7802
7802
|
}, () => [
|
|
7803
7803
|
O(De, { is: "h2" }, {
|
|
7804
7804
|
default: M(() => [
|
|
7805
|
-
|
|
7805
|
+
oe(
|
|
7806
7806
|
D(e.label),
|
|
7807
7807
|
1
|
|
7808
7808
|
/* TEXT */
|
|
@@ -7833,7 +7833,7 @@ const zc = (n, t) => {
|
|
|
7833
7833
|
/* FORWARDED */
|
|
7834
7834
|
}, 16, ["open", "class"]));
|
|
7835
7835
|
}
|
|
7836
|
-
}),
|
|
7836
|
+
}), Tm = /* @__PURE__ */ I({
|
|
7837
7837
|
__name: "OnyxForm",
|
|
7838
7838
|
props: {
|
|
7839
7839
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -7956,7 +7956,7 @@ const zc = (n, t) => {
|
|
|
7956
7956
|
key: "showPassword",
|
|
7957
7957
|
default: !1
|
|
7958
7958
|
}), Y = m(() => o.type === "password" && j.value ? "text" : o.type);
|
|
7959
|
-
return (
|
|
7959
|
+
return (ne, ye) => l(z) ? (r(), y(
|
|
7960
7960
|
"div",
|
|
7961
7961
|
E({
|
|
7962
7962
|
key: 0,
|
|
@@ -7985,7 +7985,7 @@ const zc = (n, t) => {
|
|
|
7985
7985
|
}), {
|
|
7986
7986
|
default: M(({ id: se }) => [
|
|
7987
7987
|
g("div", ju, [
|
|
7988
|
-
T(
|
|
7988
|
+
T(ne.$slots, "leading"),
|
|
7989
7989
|
s.leading ? (r(), k(to, {
|
|
7990
7990
|
key: 0,
|
|
7991
7991
|
orientation: "vertical",
|
|
@@ -8041,7 +8041,7 @@ const zc = (n, t) => {
|
|
|
8041
8041
|
orientation: "vertical",
|
|
8042
8042
|
class: "onyx-input__separator onyx-input__separator--trailing"
|
|
8043
8043
|
})) : w("v-if", !0),
|
|
8044
|
-
T(
|
|
8044
|
+
T(ne.$slots, "trailing", {}, () => [
|
|
8045
8045
|
o.type === "password" ? (r(), k($e, {
|
|
8046
8046
|
key: 0,
|
|
8047
8047
|
icon: l(j) ? l(da) : l(pa),
|
|
@@ -8064,7 +8064,7 @@ const zc = (n, t) => {
|
|
|
8064
8064
|
}), Wo = /* @__PURE__ */ Symbol(), Ju = {
|
|
8065
8065
|
key: 0,
|
|
8066
8066
|
class: "onyx-global-search__end-of-list"
|
|
8067
|
-
}, Xu = { class: "onyx-global-search__footer onyx-text--small" }, Qu = { class: "onyx-global-search__shortcut" }, ed = { class: "onyx-global-search__shortcut-label" }, td = { class: "onyx-global-search__shortcut" }, od = { class: "onyx-global-search__shortcut-label" }, nd = { class: "onyx-global-search__shortcut" }, ld = { class: "onyx-global-search__shortcut-label" }, ad = {},
|
|
8067
|
+
}, Xu = { class: "onyx-global-search__footer onyx-text--small" }, Qu = { class: "onyx-global-search__shortcut" }, ed = { class: "onyx-global-search__shortcut-label" }, td = { class: "onyx-global-search__shortcut" }, od = { class: "onyx-global-search__shortcut-label" }, nd = { class: "onyx-global-search__shortcut" }, ld = { class: "onyx-global-search__shortcut-label" }, ad = {}, Am = /* @__PURE__ */ I({
|
|
8068
8068
|
...ad,
|
|
8069
8069
|
__name: "OnyxGlobalSearch",
|
|
8070
8070
|
props: {
|
|
@@ -8315,7 +8315,7 @@ const zc = (n, t) => {
|
|
|
8315
8315
|
/* CLASS */
|
|
8316
8316
|
));
|
|
8317
8317
|
}
|
|
8318
|
-
}), dd = { "aria-hidden": "true" }, pd = {},
|
|
8318
|
+
}), dd = { "aria-hidden": "true" }, pd = {}, Lm = /* @__PURE__ */ I({
|
|
8319
8319
|
...pd,
|
|
8320
8320
|
__name: "OnyxGlobalSearchGroup",
|
|
8321
8321
|
props: {
|
|
@@ -8337,7 +8337,7 @@ const zc = (n, t) => {
|
|
|
8337
8337
|
class: "onyx-global-search-group__headline"
|
|
8338
8338
|
}, {
|
|
8339
8339
|
default: M(() => [
|
|
8340
|
-
|
|
8340
|
+
oe(
|
|
8341
8341
|
D(t.label),
|
|
8342
8342
|
1
|
|
8343
8343
|
/* TEXT */
|
|
@@ -8364,7 +8364,7 @@ const zc = (n, t) => {
|
|
|
8364
8364
|
/* FULL_PROPS */
|
|
8365
8365
|
));
|
|
8366
8366
|
}
|
|
8367
|
-
}),
|
|
8367
|
+
}), Im = ["h1", "h2", "h3", "h4", "h5", "h6"], Rm = ["12px", "16px", "24px", "32px", "48px", "64px", "96px"], Ct = /* @__PURE__ */ I({
|
|
8368
8368
|
__name: "OnyxIconButton",
|
|
8369
8369
|
props: {
|
|
8370
8370
|
density: {},
|
|
@@ -8407,7 +8407,7 @@ const zc = (n, t) => {
|
|
|
8407
8407
|
/* FORWARDED */
|
|
8408
8408
|
}, 16, ["aria-label", "title", "class"]));
|
|
8409
8409
|
}
|
|
8410
|
-
}), md = ["src", "alt"], yd = ["src", "alt"], fd = { class: "onyx-image__alt onyx-text--small" },
|
|
8410
|
+
}), md = ["src", "alt"], yd = ["src", "alt"], fd = { class: "onyx-image__alt onyx-text--small" }, Vm = /* @__PURE__ */ I({
|
|
8411
8411
|
inheritAttrs: !1,
|
|
8412
8412
|
__name: "OnyxImage",
|
|
8413
8413
|
props: {
|
|
@@ -8495,7 +8495,7 @@ const zc = (n, t) => {
|
|
|
8495
8495
|
/* FULL_PROPS */
|
|
8496
8496
|
));
|
|
8497
8497
|
}
|
|
8498
|
-
}),
|
|
8498
|
+
}), Dm = ["rounded", "circle", "clip", "clip-inverted"], Nm = ["email", "password", "search", "tel", "text", "url"], vd = /* @__PURE__ */ I({
|
|
8499
8499
|
__name: "OnyxLink",
|
|
8500
8500
|
props: {
|
|
8501
8501
|
href: {},
|
|
@@ -8560,7 +8560,7 @@ const zc = (n, t) => {
|
|
|
8560
8560
|
class: "onyx-mobile-nav-button__headline"
|
|
8561
8561
|
}, {
|
|
8562
8562
|
default: M(() => [
|
|
8563
|
-
|
|
8563
|
+
oe(
|
|
8564
8564
|
D(e.headline),
|
|
8565
8565
|
1
|
|
8566
8566
|
/* TEXT */
|
|
@@ -8616,7 +8616,7 @@ const zc = (n, t) => {
|
|
|
8616
8616
|
}, () => [
|
|
8617
8617
|
O(De, { is: "h2" }, {
|
|
8618
8618
|
default: M(() => [
|
|
8619
|
-
|
|
8619
|
+
oe(
|
|
8620
8620
|
D(e.label),
|
|
8621
8621
|
1
|
|
8622
8622
|
/* TEXT */
|
|
@@ -8873,7 +8873,7 @@ const zc = (n, t) => {
|
|
|
8873
8873
|
"onUpdate:modelValue": c[1] || (c[1] = (p) => o("update:modelValue", p))
|
|
8874
8874
|
}), {
|
|
8875
8875
|
description: M(() => [
|
|
8876
|
-
|
|
8876
|
+
oe(
|
|
8877
8877
|
D(l(a)("colorScheme.subtitle")),
|
|
8878
8878
|
1
|
|
8879
8879
|
/* TEXT */
|
|
@@ -8898,7 +8898,7 @@ const zc = (n, t) => {
|
|
|
8898
8898
|
default: M(() => [
|
|
8899
8899
|
O(G, { icon: l(ya) }, null, 8, ["icon"]),
|
|
8900
8900
|
g("div", null, [
|
|
8901
|
-
|
|
8901
|
+
oe(
|
|
8902
8902
|
D(l(a)("colorScheme.appearance")) + ": ",
|
|
8903
8903
|
1
|
|
8904
8904
|
/* TEXT */
|
|
@@ -8924,7 +8924,7 @@ const zc = (n, t) => {
|
|
|
8924
8924
|
/* STABLE */
|
|
8925
8925
|
}));
|
|
8926
8926
|
}
|
|
8927
|
-
}), Pd = { class: "onyx-language-menu-item__value" },
|
|
8927
|
+
}), Pd = { class: "onyx-language-menu-item__value" }, zm = /* @__PURE__ */ I({
|
|
8928
8928
|
__name: "OnyxLanguageMenuItem",
|
|
8929
8929
|
props: {
|
|
8930
8930
|
modelValue: {},
|
|
@@ -8940,7 +8940,7 @@ const zc = (n, t) => {
|
|
|
8940
8940
|
default: M(() => [
|
|
8941
8941
|
O(G, { icon: l(fa) }, null, 8, ["icon"]),
|
|
8942
8942
|
g("div", null, [
|
|
8943
|
-
|
|
8943
|
+
oe(
|
|
8944
8944
|
D(l(a)("languageSelect.label")) + ": ",
|
|
8945
8945
|
1
|
|
8946
8946
|
/* TEXT */
|
|
@@ -8963,7 +8963,7 @@ const zc = (n, t) => {
|
|
|
8963
8963
|
"onUpdate:modelValue": c[1] || (c[1] = (p) => o("update:modelValue", p))
|
|
8964
8964
|
}, {
|
|
8965
8965
|
description: M(() => [
|
|
8966
|
-
|
|
8966
|
+
oe(
|
|
8967
8967
|
D(l(a)("languageSelect.subtitle")),
|
|
8968
8968
|
1
|
|
8969
8969
|
/* TEXT */
|
|
@@ -9233,7 +9233,7 @@ const zc = (n, t) => {
|
|
|
9233
9233
|
}, Kd = ["aria-label"], Wd = {
|
|
9234
9234
|
key: 0,
|
|
9235
9235
|
class: "onyx-timer__label"
|
|
9236
|
-
}, jd = ["datetime"],
|
|
9236
|
+
}, jd = ["datetime"], Pm = /* @__PURE__ */ I({
|
|
9237
9237
|
__name: "OnyxTimer",
|
|
9238
9238
|
props: {
|
|
9239
9239
|
endTime: {},
|
|
@@ -9686,7 +9686,7 @@ const zc = (n, t) => {
|
|
|
9686
9686
|
}, bp = { class: "onyx-notification-card__header" }, hp = { class: "onyx-notification-card__header-container" }, gp = { class: "onyx-notification-card__header-container" }, _p = { class: "onyx-notification-card__created-at onyx-text--small" }, xp = { class: "onyx-notification-card__description onyx-text onyx-truncation-multiline" }, kp = {
|
|
9687
9687
|
key: 0,
|
|
9688
9688
|
class: "onyx-notification-card__actions onyx-density-compact"
|
|
9689
|
-
},
|
|
9689
|
+
}, Fm = /* @__PURE__ */ I({
|
|
9690
9690
|
__name: "OnyxNotificationCard",
|
|
9691
9691
|
props: {
|
|
9692
9692
|
density: {},
|
|
@@ -9730,7 +9730,7 @@ const zc = (n, t) => {
|
|
|
9730
9730
|
}, null, 8, ["icon"])) : w("v-if", !0),
|
|
9731
9731
|
O(De, { is: "h3" }, {
|
|
9732
9732
|
default: M(() => [
|
|
9733
|
-
|
|
9733
|
+
oe(
|
|
9734
9734
|
D(t.headline),
|
|
9735
9735
|
1
|
|
9736
9736
|
/* TEXT */
|
|
@@ -9789,7 +9789,7 @@ const zc = (n, t) => {
|
|
|
9789
9789
|
/* CLASS */
|
|
9790
9790
|
));
|
|
9791
9791
|
}
|
|
9792
|
-
}), Cp = { class: "onyx-component onyx-notification-dot" },
|
|
9792
|
+
}), Cp = { class: "onyx-component onyx-notification-dot" }, Um = /* @__PURE__ */ I({
|
|
9793
9793
|
__name: "OnyxNotificationDot",
|
|
9794
9794
|
props: {
|
|
9795
9795
|
hidden: { type: Boolean, default: !1 },
|
|
@@ -9816,7 +9816,7 @@ const zc = (n, t) => {
|
|
|
9816
9816
|
}, Mp = {
|
|
9817
9817
|
key: 2,
|
|
9818
9818
|
class: "onyx-page__footer"
|
|
9819
|
-
},
|
|
9819
|
+
}, Hm = /* @__PURE__ */ I({
|
|
9820
9820
|
__name: "OnyxPageLayout",
|
|
9821
9821
|
props: {
|
|
9822
9822
|
skeleton: { type: Boolean },
|
|
@@ -9898,7 +9898,7 @@ const zc = (n, t) => {
|
|
|
9898
9898
|
K,
|
|
9899
9899
|
{ key: 1 },
|
|
9900
9900
|
[
|
|
9901
|
-
|
|
9901
|
+
oe(
|
|
9902
9902
|
D(t.value),
|
|
9903
9903
|
1
|
|
9904
9904
|
/* TEXT */
|
|
@@ -9912,7 +9912,7 @@ const zc = (n, t) => {
|
|
|
9912
9912
|
T(s.$slots, "default", {
|
|
9913
9913
|
label: t.label
|
|
9914
9914
|
}, () => [
|
|
9915
|
-
|
|
9915
|
+
oe(
|
|
9916
9916
|
D(t.label),
|
|
9917
9917
|
1
|
|
9918
9918
|
/* TEXT */
|
|
@@ -9921,13 +9921,13 @@ const zc = (n, t) => {
|
|
|
9921
9921
|
])
|
|
9922
9922
|
], 10, Bp));
|
|
9923
9923
|
}
|
|
9924
|
-
}),
|
|
9924
|
+
}), Gm = [
|
|
9925
9925
|
"default",
|
|
9926
9926
|
"active",
|
|
9927
9927
|
"completed",
|
|
9928
9928
|
"visited",
|
|
9929
9929
|
"invalid"
|
|
9930
|
-
], Ap = { class: "onyx-progress-steps__scroll-container" },
|
|
9930
|
+
], Ap = { class: "onyx-progress-steps__scroll-container" }, qm = /* @__PURE__ */ I({
|
|
9931
9931
|
__name: "OnyxProgressSteps",
|
|
9932
9932
|
props: {
|
|
9933
9933
|
density: {},
|
|
@@ -10140,7 +10140,7 @@ const zc = (n, t) => {
|
|
|
10140
10140
|
class: N(l(u))
|
|
10141
10141
|
}, {
|
|
10142
10142
|
default: M(() => [
|
|
10143
|
-
|
|
10143
|
+
oe(
|
|
10144
10144
|
D(o.label),
|
|
10145
10145
|
1
|
|
10146
10146
|
/* TEXT */
|
|
@@ -10199,7 +10199,7 @@ const zc = (n, t) => {
|
|
|
10199
10199
|
)
|
|
10200
10200
|
], 10, Ip));
|
|
10201
10201
|
}
|
|
10202
|
-
}),
|
|
10202
|
+
}), Km = ["_self", "_blank", "_parent", "_top"], Dp = ["for"], Np = {
|
|
10203
10203
|
key: 1,
|
|
10204
10204
|
class: "onyx-segmented-control-element__text"
|
|
10205
10205
|
}, zp = /* @__PURE__ */ I({
|
|
@@ -10258,7 +10258,7 @@ const zc = (n, t) => {
|
|
|
10258
10258
|
/* FULL_PROPS */
|
|
10259
10259
|
));
|
|
10260
10260
|
}
|
|
10261
|
-
}),
|
|
10261
|
+
}), Wm = /* @__PURE__ */ I({
|
|
10262
10262
|
__name: "OnyxSegmentedControl",
|
|
10263
10263
|
props: {
|
|
10264
10264
|
density: {},
|
|
@@ -10304,7 +10304,7 @@ const zc = (n, t) => {
|
|
|
10304
10304
|
/* CLASS */
|
|
10305
10305
|
));
|
|
10306
10306
|
}
|
|
10307
|
-
}),
|
|
10307
|
+
}), jm = ["full", "left", "right"], Ym = ["summary", "preview"], Zm = /* @__PURE__ */ I({
|
|
10308
10308
|
__name: "OnyxSidebarItem",
|
|
10309
10309
|
props: {
|
|
10310
10310
|
density: {},
|
|
@@ -10347,7 +10347,7 @@ const zc = (n, t) => {
|
|
|
10347
10347
|
}, Kp = { class: "onyx-sidebar__body" }, Wp = {
|
|
10348
10348
|
key: 1,
|
|
10349
10349
|
class: "onyx-sidebar__footer"
|
|
10350
|
-
}, jp = { class: "onyx-sidebar__footer" },
|
|
10350
|
+
}, jp = { class: "onyx-sidebar__footer" }, Jm = /* @__PURE__ */ I({
|
|
10351
10351
|
__name: "OnyxSidebar",
|
|
10352
10352
|
props: {
|
|
10353
10353
|
density: {},
|
|
@@ -10483,7 +10483,7 @@ const zc = (n, t) => {
|
|
|
10483
10483
|
} : void 0
|
|
10484
10484
|
]), 1040, ["open", "class", "label", "density", "style", "alignment"]));
|
|
10485
10485
|
}
|
|
10486
|
-
}),
|
|
10486
|
+
}), Xm = ["left", "right"], Yp = { class: "onyx-stepper__wrapper" }, Zp = ["disabled", "aria-label"], Jp = ["id", "aria-label", "autofocus", "disabled", "min", "max", "name", "placeholder", "readonly", "required", "step", "title"], Xp = {
|
|
10487
10487
|
class: "onyx-stepper__display",
|
|
10488
10488
|
"aria-hidden": "true"
|
|
10489
10489
|
}, Qp = ["disabled", "aria-label"], ht = /* @__PURE__ */ I({
|
|
@@ -10535,7 +10535,7 @@ const zc = (n, t) => {
|
|
|
10535
10535
|
V.value = !0;
|
|
10536
10536
|
const A = B.value || 0, P = (L === "stepUp" ? 1 : -1) * o.stepSize, X = parseFloat(H.value(A + P));
|
|
10537
10537
|
B.value = qo(X, o.min, o.max);
|
|
10538
|
-
},
|
|
10538
|
+
}, ne = () => {
|
|
10539
10539
|
if (V.value = !0, R.value == null) {
|
|
10540
10540
|
B.value = void 0;
|
|
10541
10541
|
return;
|
|
@@ -10609,7 +10609,7 @@ const zc = (n, t) => {
|
|
|
10609
10609
|
step: o.validStepSize ?? "any",
|
|
10610
10610
|
title: o.hideLabel ? o.label : void 0
|
|
10611
10611
|
}, l($), {
|
|
10612
|
-
onChange:
|
|
10612
|
+
onChange: ne,
|
|
10613
10613
|
onBlur: ye,
|
|
10614
10614
|
onFocusin: A[2] || (A[2] = (X) => X.target?.select()),
|
|
10615
10615
|
onKeydown: [
|
|
@@ -10654,7 +10654,7 @@ const zc = (n, t) => {
|
|
|
10654
10654
|
}, o1 = ["id", "tabindex", "disabled", "aria-label", "autofocus"], n1 = {
|
|
10655
10655
|
key: 3,
|
|
10656
10656
|
class: "onyx-slider__control"
|
|
10657
|
-
},
|
|
10657
|
+
}, Qm = /* @__PURE__ */ I({
|
|
10658
10658
|
__name: "OnyxSlider",
|
|
10659
10659
|
props: {
|
|
10660
10660
|
disabled: { type: [Boolean, Symbol], default: ce },
|
|
@@ -10688,7 +10688,7 @@ const zc = (n, t) => {
|
|
|
10688
10688
|
key: "modelValue"
|
|
10689
10689
|
}), { t: s } = Z(), { vCustomValidity: i, errorMessages: u } = Pe({ props: e, emit: o }), c = me(e, Ae), p = m(() => Oe(e.message)), d = m(() => Oe(e.success)), { densityClass: f } = W(e), { disabled: v, showError: h } = Me(e), x = rt(h), S = ue(e), { min: b, max: _, step: C, label: $ } = Dt(e), {
|
|
10690
10690
|
elements: { root: V, track: B, thumbContainer: R, thumbInput: z, mark: H, markLabel: j },
|
|
10691
|
-
state: { normalizedValue: Y, marks:
|
|
10691
|
+
state: { normalizedValue: Y, marks: ne },
|
|
10692
10692
|
internals: { updateValue: ye, updateValueByStep: se }
|
|
10693
10693
|
} = or({
|
|
10694
10694
|
value: a,
|
|
@@ -10702,7 +10702,7 @@ const zc = (n, t) => {
|
|
|
10702
10702
|
onChange: (X) => {
|
|
10703
10703
|
a.value = X, L.value = !0;
|
|
10704
10704
|
}
|
|
10705
|
-
}), be = m(() =>
|
|
10705
|
+
}), be = m(() => ne.value.some((X) => !!X.label)), L = F(!1), A = m(() => ({
|
|
10706
10706
|
color: "neutral",
|
|
10707
10707
|
// tabindex is set here because the icon buttons are only relevant for mouse users
|
|
10708
10708
|
// so they should be ignored by keyboard / screen readers because the slider itself is already (keyboard) accessible.
|
|
@@ -10788,7 +10788,7 @@ const zc = (n, t) => {
|
|
|
10788
10788
|
(r(!0), y(
|
|
10789
10789
|
K,
|
|
10790
10790
|
null,
|
|
10791
|
-
pe(l(
|
|
10791
|
+
pe(l(ne), (_e) => (r(), y(
|
|
10792
10792
|
K,
|
|
10793
10793
|
{
|
|
10794
10794
|
key: _e.value
|
|
@@ -10902,7 +10902,7 @@ const zc = (n, t) => {
|
|
|
10902
10902
|
/* CLASS */
|
|
10903
10903
|
));
|
|
10904
10904
|
}
|
|
10905
|
-
}),
|
|
10905
|
+
}), ey = ["single", "range"], ty = ["icon", "value", "input"], l1 = { class: "onyx-switch-skeleton__click-area" }, a1 = ["title"], s1 = ["aria-label", "disabled", "required", "autofocus"], r1 = { class: "onyx-switch__click-area" }, i1 = { class: "onyx-switch__container" }, c1 = { class: "onyx-switch__icon" }, u1 = /* @__PURE__ */ I({
|
|
10906
10906
|
inheritAttrs: !1,
|
|
10907
10907
|
__name: "OnyxSwitch",
|
|
10908
10908
|
props: {
|
|
@@ -11022,7 +11022,7 @@ const zc = (n, t) => {
|
|
|
11022
11022
|
/* STABLE */
|
|
11023
11023
|
}, 16, ["disabled", "error-messages"]));
|
|
11024
11024
|
}
|
|
11025
|
-
}),
|
|
11025
|
+
}), oy = ["intense", "soft", "medium"], d1 = ["aria-labelledby"], p1 = { class: "onyx-toc__list" }, ny = /* @__PURE__ */ I({
|
|
11026
11026
|
__name: "OnyxTableOfContents",
|
|
11027
11027
|
props: {
|
|
11028
11028
|
density: {}
|
|
@@ -11035,12 +11035,11 @@ const zc = (n, t) => {
|
|
|
11035
11035
|
}, [
|
|
11036
11036
|
O(De, {
|
|
11037
11037
|
is: "h3",
|
|
11038
|
-
id: l(o)
|
|
11038
|
+
id: l(o),
|
|
11039
|
+
class: "onyx-toc__headline onyx-truncation-ellipsis"
|
|
11039
11040
|
}, {
|
|
11040
11041
|
default: M(() => [
|
|
11041
|
-
|
|
11042
|
-
"span",
|
|
11043
|
-
p1,
|
|
11042
|
+
oe(
|
|
11044
11043
|
D(l(e)("tableOfContents.label")),
|
|
11045
11044
|
1
|
|
11046
11045
|
/* TEXT */
|
|
@@ -11049,15 +11048,15 @@ const zc = (n, t) => {
|
|
|
11049
11048
|
_: 1
|
|
11050
11049
|
/* STABLE */
|
|
11051
11050
|
}, 8, ["id"]),
|
|
11052
|
-
g("ul",
|
|
11051
|
+
g("ul", p1, [
|
|
11053
11052
|
T(s.$slots, "default")
|
|
11054
11053
|
])
|
|
11055
11054
|
], 10, d1));
|
|
11056
11055
|
}
|
|
11057
|
-
}),
|
|
11056
|
+
}), m1 = {
|
|
11058
11057
|
key: 0,
|
|
11059
11058
|
class: "onyx-toc-item__children"
|
|
11060
|
-
},
|
|
11059
|
+
}, ly = /* @__PURE__ */ I({
|
|
11061
11060
|
__name: "OnyxTableOfContentsItem",
|
|
11062
11061
|
props: {
|
|
11063
11062
|
density: {},
|
|
@@ -11087,7 +11086,7 @@ const zc = (n, t) => {
|
|
|
11087
11086
|
_: 3
|
|
11088
11087
|
/* FORWARDED */
|
|
11089
11088
|
}, 8, ["class", "href", "target"]),
|
|
11090
|
-
e.children ? (r(), y("ul",
|
|
11089
|
+
e.children ? (r(), y("ul", m1, [
|
|
11091
11090
|
T(s.$slots, "children")
|
|
11092
11091
|
])) : w("v-if", !0)
|
|
11093
11092
|
],
|
|
@@ -11095,7 +11094,7 @@ const zc = (n, t) => {
|
|
|
11095
11094
|
/* CLASS */
|
|
11096
11095
|
));
|
|
11097
11096
|
}
|
|
11098
|
-
}),
|
|
11097
|
+
}), y1 = { class: "onyx-timepicker-input__wrapper" }, f1 = ["id", "required", "autofocus", "name", "readonly", "disabled", "aria-label", "title", "step", "max", "min"], Mn = /* @__PURE__ */ I({
|
|
11099
11098
|
inheritAttrs: !1,
|
|
11100
11099
|
__name: "OnyxTimepickerInput",
|
|
11101
11100
|
props: {
|
|
@@ -11167,7 +11166,7 @@ const zc = (n, t) => {
|
|
|
11167
11166
|
message: p.value
|
|
11168
11167
|
}), {
|
|
11169
11168
|
default: M(({ id: V }) => [
|
|
11170
|
-
g("div",
|
|
11169
|
+
g("div", y1, [
|
|
11171
11170
|
e.loading ? (r(), k(ze, {
|
|
11172
11171
|
key: 0,
|
|
11173
11172
|
class: "onyx-timepicker-input__loading",
|
|
@@ -11192,7 +11191,7 @@ const zc = (n, t) => {
|
|
|
11192
11191
|
}, l(s), {
|
|
11193
11192
|
max: e.max,
|
|
11194
11193
|
min: e.min
|
|
11195
|
-
}), null, 16,
|
|
11194
|
+
}), null, 16, f1), [
|
|
11196
11195
|
[oo, _.value],
|
|
11197
11196
|
[l(i)]
|
|
11198
11197
|
]),
|
|
@@ -11207,16 +11206,16 @@ const zc = (n, t) => {
|
|
|
11207
11206
|
/* FULL_PROPS */
|
|
11208
11207
|
));
|
|
11209
11208
|
}
|
|
11210
|
-
}),
|
|
11209
|
+
}), v1 = {
|
|
11211
11210
|
ref: "rootTemplateRef",
|
|
11212
11211
|
class: "onyx-component onyx-timepicker"
|
|
11213
|
-
},
|
|
11212
|
+
}, b1 = ["aria-label", "title"], h1 = {
|
|
11214
11213
|
class: "onyx-timepicker__wrapper",
|
|
11215
11214
|
tabindex: "-1"
|
|
11216
|
-
},
|
|
11215
|
+
}, g1 = { class: "onyx-timepicker__group" }, _1 = {
|
|
11217
11216
|
key: 0,
|
|
11218
11217
|
class: "onyx-timepicker__divider"
|
|
11219
|
-
},
|
|
11218
|
+
}, x1 = {
|
|
11220
11219
|
key: 0,
|
|
11221
11220
|
class: "onyx-timepicker__info-label"
|
|
11222
11221
|
}, go = /* @__PURE__ */ I({
|
|
@@ -11293,7 +11292,7 @@ const zc = (n, t) => {
|
|
|
11293
11292
|
if (!L) return;
|
|
11294
11293
|
const A = L.input;
|
|
11295
11294
|
A && (A.focus(), A.select());
|
|
11296
|
-
},
|
|
11295
|
+
}, ne = (L, A) => {
|
|
11297
11296
|
const P = C.value, te = P.indexOf(L) + A;
|
|
11298
11297
|
if (te >= 0 && te < P.length) {
|
|
11299
11298
|
const Se = P[te];
|
|
@@ -11303,19 +11302,19 @@ const zc = (n, t) => {
|
|
|
11303
11302
|
A.stopPropagation();
|
|
11304
11303
|
const X = j(L).value?.input;
|
|
11305
11304
|
if (A.key === "ArrowLeft") {
|
|
11306
|
-
A.preventDefault(),
|
|
11305
|
+
A.preventDefault(), ne(L, -1);
|
|
11307
11306
|
return;
|
|
11308
11307
|
}
|
|
11309
11308
|
if (A.key === "ArrowRight" || A.key === "Enter") {
|
|
11310
|
-
A.preventDefault(),
|
|
11309
|
+
A.preventDefault(), ne(L, 1);
|
|
11311
11310
|
return;
|
|
11312
11311
|
}
|
|
11313
11312
|
if (A.key === "Tab") {
|
|
11314
|
-
L !== C.value[C.value.length - 1] && (A.preventDefault(),
|
|
11313
|
+
L !== C.value[C.value.length - 1] && (A.preventDefault(), ne(L, 1));
|
|
11315
11314
|
return;
|
|
11316
11315
|
}
|
|
11317
11316
|
X && A.key >= "0" && A.key <= "9" && setTimeout(() => {
|
|
11318
|
-
X.value.length >= 2 &&
|
|
11317
|
+
X.value.length >= 2 && ne(L, 1);
|
|
11319
11318
|
}, 0);
|
|
11320
11319
|
}, se = () => {
|
|
11321
11320
|
if (!i.value) {
|
|
@@ -11334,7 +11333,7 @@ const zc = (n, t) => {
|
|
|
11334
11333
|
const be = me(e, Mn);
|
|
11335
11334
|
return (L, A) => (r(), y(
|
|
11336
11335
|
"div",
|
|
11337
|
-
|
|
11336
|
+
v1,
|
|
11338
11337
|
[
|
|
11339
11338
|
O(xt, {
|
|
11340
11339
|
class: "onyx-timepicker__popover",
|
|
@@ -11373,15 +11372,15 @@ const zc = (n, t) => {
|
|
|
11373
11372
|
icon: l(Ge),
|
|
11374
11373
|
color: "neutral"
|
|
11375
11374
|
}, null, 8, ["icon"])
|
|
11376
|
-
], 40,
|
|
11375
|
+
], 40, b1))
|
|
11377
11376
|
]),
|
|
11378
11377
|
_: 1
|
|
11379
11378
|
/* STABLE */
|
|
11380
11379
|
}, 16, ["step"])
|
|
11381
11380
|
]),
|
|
11382
11381
|
content: M(() => [
|
|
11383
|
-
g("div",
|
|
11384
|
-
g("div",
|
|
11382
|
+
g("div", h1, [
|
|
11383
|
+
g("div", g1, [
|
|
11385
11384
|
O(ht, {
|
|
11386
11385
|
ref: "hourInputTemplateRef",
|
|
11387
11386
|
modelValue: l(R),
|
|
@@ -11419,7 +11418,7 @@ const zc = (n, t) => {
|
|
|
11419
11418
|
onClick: A[8] || (A[8] = (P) => Y(c.value)),
|
|
11420
11419
|
onKeydown: A[9] || (A[9] = (P) => ye("minute", P))
|
|
11421
11420
|
}, null, 8, ["modelValue", "label", "placeholder", "disabled", "loading"]),
|
|
11422
|
-
e.showSeconds ? (r(), y("span",
|
|
11421
|
+
e.showSeconds ? (r(), y("span", _1, ":")) : w("v-if", !0),
|
|
11423
11422
|
e.showSeconds ? (r(), k(ht, {
|
|
11424
11423
|
key: 1,
|
|
11425
11424
|
ref: "secondInputTemplateRef",
|
|
@@ -11437,7 +11436,7 @@ const zc = (n, t) => {
|
|
|
11437
11436
|
onKeydown: A[12] || (A[12] = (P) => ye("second", P))
|
|
11438
11437
|
}, null, 8, ["modelValue", "label", "placeholder", "disabled", "loading"])) : w("v-if", !0)
|
|
11439
11438
|
]),
|
|
11440
|
-
e.infoLabel ? (r(), y("div",
|
|
11439
|
+
e.infoLabel ? (r(), y("div", x1, [
|
|
11441
11440
|
e.hideInfoLabelIcon ? w("v-if", !0) : (r(), k(G, {
|
|
11442
11441
|
key: 0,
|
|
11443
11442
|
class: "onyx-timepicker__info-icon",
|
|
@@ -11463,7 +11462,7 @@ const zc = (n, t) => {
|
|
|
11463
11462
|
/* NEED_PATCH */
|
|
11464
11463
|
));
|
|
11465
11464
|
}
|
|
11466
|
-
}),
|
|
11465
|
+
}), k1 = /* @__PURE__ */ I({
|
|
11467
11466
|
__name: "OnyxTimeSelect",
|
|
11468
11467
|
props: {
|
|
11469
11468
|
disabled: { type: [Boolean, Symbol] },
|
|
@@ -11510,7 +11509,7 @@ const zc = (n, t) => {
|
|
|
11510
11509
|
let z = _ * 3600 + C * 60 + $;
|
|
11511
11510
|
const H = V * 3600 + B * 60 + R, j = [];
|
|
11512
11511
|
for (; z <= H; ) {
|
|
11513
|
-
const Y = Math.floor(z / 3600) % 24,
|
|
11512
|
+
const Y = Math.floor(z / 3600) % 24, ne = z % 3600, ye = Math.floor(ne / 60), se = ne % 60, be = String(Y).padStart(2, "0"), L = String(ye).padStart(2, "0");
|
|
11514
11513
|
let A = `${be}:${L}`;
|
|
11515
11514
|
if (e.showSeconds) {
|
|
11516
11515
|
const P = String(se).padStart(2, "0");
|
|
@@ -11542,7 +11541,7 @@ const zc = (n, t) => {
|
|
|
11542
11541
|
/* STABLE */
|
|
11543
11542
|
}, 16, ["modelValue", "label", "list-label", "options", "placeholder"]));
|
|
11544
11543
|
}
|
|
11545
|
-
}),
|
|
11544
|
+
}), C1 = { class: "onyx-component" }, ay = /* @__PURE__ */ I({
|
|
11546
11545
|
__name: "OnyxTimepicker",
|
|
11547
11546
|
props: {
|
|
11548
11547
|
disabled: { type: [Boolean, Symbol], default: ce },
|
|
@@ -11575,17 +11574,17 @@ const zc = (n, t) => {
|
|
|
11575
11574
|
emits: ["update:modelValue"],
|
|
11576
11575
|
setup(n, { emit: t }) {
|
|
11577
11576
|
const e = n, a = ie({ props: e, emit: t, key: "modelValue" }), s = me(e, go), i = me(e, go);
|
|
11578
|
-
return (u, c) => (r(), y("div",
|
|
11577
|
+
return (u, c) => (r(), y("div", C1, [
|
|
11579
11578
|
e.type === "default" ? (r(), k(go, E({ key: 0 }, l(s), {
|
|
11580
11579
|
modelValue: l(a),
|
|
11581
11580
|
"onUpdate:modelValue": c[0] || (c[0] = (p) => ke(a) ? a.value = p : null)
|
|
11582
|
-
}), null, 16, ["modelValue"])) : (r(), k(
|
|
11581
|
+
}), null, 16, ["modelValue"])) : (r(), k(k1, E({ key: 1 }, l(i), {
|
|
11583
11582
|
modelValue: l(a),
|
|
11584
11583
|
"onUpdate:modelValue": c[1] || (c[1] = (p) => ke(a) ? a.value = p : null)
|
|
11585
11584
|
}), null, 16, ["modelValue"]))
|
|
11586
11585
|
]));
|
|
11587
11586
|
}
|
|
11588
|
-
}),
|
|
11587
|
+
}), sy = ["default", "select"], w1 = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.25 16.5h1.5V18h-1.5zM12.75 6h-1.5v8.25h1.5z"/><path fill-rule="evenodd" d="M12 1.5a10.5 10.5 0 1 0 0 21 10.5 10.5 0 0 0 0-21m6.364 16.864A9 9 0 1 1 21 12a8.94 8.94 0 0 1-2.636 6.364" clip-rule="evenodd"/></svg>', Gl = () => {
|
|
11589
11588
|
const { locale: n } = Z();
|
|
11590
11589
|
return {
|
|
11591
11590
|
/**
|
|
@@ -11596,7 +11595,7 @@ const zc = (n, t) => {
|
|
|
11596
11595
|
return Gc(n.value, o);
|
|
11597
11596
|
})
|
|
11598
11597
|
};
|
|
11599
|
-
},
|
|
11598
|
+
}, S1 = /* @__PURE__ */ I({
|
|
11600
11599
|
__name: "OnyxFileTypeIcon",
|
|
11601
11600
|
props: {
|
|
11602
11601
|
size: {},
|
|
@@ -11621,16 +11620,16 @@ const zc = (n, t) => {
|
|
|
11621
11620
|
].includes(t.type) ? La : t.type.startsWith("text/") ? Ia : o : o);
|
|
11622
11621
|
return (s, i) => (r(), k(G, E(l(e), { icon: a.value }), null, 16, ["icon"]));
|
|
11623
11622
|
}
|
|
11624
|
-
}),
|
|
11623
|
+
}), $1 = ["aria-label"], M1 = { class: "onyx-file-card__content" }, B1 = { class: "onyx-file-card__wrapper onyx-truncation-ellipsis" }, E1 = {
|
|
11625
11624
|
class: "onyx-file-card__icon",
|
|
11626
11625
|
"aria-hidden": "true"
|
|
11627
|
-
},
|
|
11626
|
+
}, O1 = { class: "onyx-text--small onyx-truncation-ellipsis" }, T1 = { class: "onyx-file-card__name onyx-truncation-ellipsis" }, A1 = { class: "onyx-file-card__details onyx-truncation-ellipsis" }, L1 = { class: "onyx-file-card__size" }, I1 = {
|
|
11628
11627
|
key: 0,
|
|
11629
11628
|
class: "onyx-file-card__actions"
|
|
11630
|
-
},
|
|
11629
|
+
}, R1 = {
|
|
11631
11630
|
key: 0,
|
|
11632
11631
|
class: "onyx-file-card__progress"
|
|
11633
|
-
},
|
|
11632
|
+
}, V1 = /* @__PURE__ */ I({
|
|
11634
11633
|
__name: "OnyxFileCard",
|
|
11635
11634
|
props: {
|
|
11636
11635
|
density: {},
|
|
@@ -11660,25 +11659,25 @@ const zc = (n, t) => {
|
|
|
11660
11659
|
"aria-label": e.filename,
|
|
11661
11660
|
tabindex: "-1",
|
|
11662
11661
|
class: "onyx-file-card__show-error"
|
|
11663
|
-
}, null, 8,
|
|
11662
|
+
}, null, 8, $1), [
|
|
11664
11663
|
[l(p)]
|
|
11665
11664
|
]),
|
|
11666
|
-
g("div",
|
|
11667
|
-
g("div",
|
|
11668
|
-
g("div",
|
|
11665
|
+
g("div", M1, [
|
|
11666
|
+
g("div", B1, [
|
|
11667
|
+
g("div", E1, [
|
|
11669
11668
|
e.icon ? (r(), k(G, {
|
|
11670
11669
|
key: 0,
|
|
11671
11670
|
icon: e.icon
|
|
11672
11671
|
}, null, 8, ["icon"])) : e.status?.color === "danger" ? (r(), k(G, {
|
|
11673
11672
|
key: 1,
|
|
11674
|
-
icon: l(
|
|
11675
|
-
}, null, 8, ["icon"])) : (r(), k(
|
|
11673
|
+
icon: l(w1)
|
|
11674
|
+
}, null, 8, ["icon"])) : (r(), k(S1, {
|
|
11676
11675
|
key: 2,
|
|
11677
11676
|
type: e.type
|
|
11678
11677
|
}, null, 8, ["type"]))
|
|
11679
11678
|
]),
|
|
11680
|
-
g("div",
|
|
11681
|
-
g("div",
|
|
11679
|
+
g("div", O1, [
|
|
11680
|
+
g("div", T1, [
|
|
11682
11681
|
d.value ? (r(), k(vd, {
|
|
11683
11682
|
key: 0,
|
|
11684
11683
|
href: d.value?.href,
|
|
@@ -11687,7 +11686,7 @@ const zc = (n, t) => {
|
|
|
11687
11686
|
class: "onyx-truncation-ellipsis"
|
|
11688
11687
|
}, {
|
|
11689
11688
|
default: M(() => [
|
|
11690
|
-
|
|
11689
|
+
oe(
|
|
11691
11690
|
D(e.filename),
|
|
11692
11691
|
1
|
|
11693
11692
|
/* TEXT */
|
|
@@ -11699,7 +11698,7 @@ const zc = (n, t) => {
|
|
|
11699
11698
|
K,
|
|
11700
11699
|
{ key: 1 },
|
|
11701
11700
|
[
|
|
11702
|
-
|
|
11701
|
+
oe(
|
|
11703
11702
|
D(e.filename),
|
|
11704
11703
|
1
|
|
11705
11704
|
/* TEXT */
|
|
@@ -11709,10 +11708,10 @@ const zc = (n, t) => {
|
|
|
11709
11708
|
/* STABLE_FRAGMENT */
|
|
11710
11709
|
))
|
|
11711
11710
|
]),
|
|
11712
|
-
g("div",
|
|
11711
|
+
g("div", A1, [
|
|
11713
11712
|
g(
|
|
11714
11713
|
"div",
|
|
11715
|
-
|
|
11714
|
+
L1,
|
|
11716
11715
|
D(l(i)(e.size)),
|
|
11717
11716
|
1
|
|
11718
11717
|
/* TEXT */
|
|
@@ -11734,11 +11733,11 @@ const zc = (n, t) => {
|
|
|
11734
11733
|
])
|
|
11735
11734
|
])
|
|
11736
11735
|
]),
|
|
11737
|
-
a.actions ? (r(), y("div",
|
|
11736
|
+
a.actions ? (r(), y("div", I1, [
|
|
11738
11737
|
T(f.$slots, "actions")
|
|
11739
11738
|
])) : w("v-if", !0)
|
|
11740
11739
|
]),
|
|
11741
|
-
e.status?.progress ? (r(), y("div",
|
|
11740
|
+
e.status?.progress ? (r(), y("div", R1, [
|
|
11742
11741
|
g(
|
|
11743
11742
|
"div",
|
|
11744
11743
|
{
|
|
@@ -11758,7 +11757,7 @@ const zc = (n, t) => {
|
|
|
11758
11757
|
/* FORWARDED */
|
|
11759
11758
|
}, 8, ["class"]));
|
|
11760
11759
|
}
|
|
11761
|
-
}),
|
|
11760
|
+
}), ry = [
|
|
11762
11761
|
"application/octet-stream",
|
|
11763
11762
|
"application/pdf",
|
|
11764
11763
|
"text/csv",
|
|
@@ -11779,7 +11778,7 @@ const zc = (n, t) => {
|
|
|
11779
11778
|
"application/x-tar",
|
|
11780
11779
|
"application/gzip",
|
|
11781
11780
|
"application/x-bzip2"
|
|
11782
|
-
],
|
|
11781
|
+
], D1 = ({ name: n, type: t }, e) => {
|
|
11783
11782
|
if (!e || e.length === 0 || e.some((s) => s.trim() === "*/*"))
|
|
11784
11783
|
return !0;
|
|
11785
11784
|
const o = n.trim().toLowerCase(), a = t.trim().toLowerCase();
|
|
@@ -11790,23 +11789,23 @@ const zc = (n, t) => {
|
|
|
11790
11789
|
const [u, c] = i.split("/");
|
|
11791
11790
|
return c === "*" ? a.startsWith(`${u}/`) : i === a;
|
|
11792
11791
|
});
|
|
11793
|
-
},
|
|
11792
|
+
}, N1 = {}, z1 = {
|
|
11794
11793
|
class: "onyx-component onyx-error-svg",
|
|
11795
11794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11796
11795
|
viewBox: "0 0 1119.60911 699",
|
|
11797
11796
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
11798
11797
|
"aria-hidden": "true"
|
|
11799
11798
|
};
|
|
11800
|
-
function
|
|
11801
|
-
return r(), y("svg",
|
|
11799
|
+
function P1(n, t) {
|
|
11800
|
+
return r(), y("svg", z1, [...t[0] || (t[0] = [
|
|
11802
11801
|
Tn('<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)
|
|
11803
11802
|
])]);
|
|
11804
11803
|
}
|
|
11805
|
-
const
|
|
11804
|
+
const iy = /* @__PURE__ */ Ut(N1, [["render", P1]]), F1 = {
|
|
11806
11805
|
key: 0,
|
|
11807
11806
|
fill: "var(--onyx-file-upload-svg-color-bubble)",
|
|
11808
11807
|
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"
|
|
11809
|
-
},
|
|
11808
|
+
}, U1 = {
|
|
11810
11809
|
key: 1,
|
|
11811
11810
|
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",
|
|
11812
11811
|
fill: "var(--onyx-file-upload-svg-color-bubble)"
|
|
@@ -11866,34 +11865,34 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
11866
11865
|
-1
|
|
11867
11866
|
/* CACHED */
|
|
11868
11867
|
)),
|
|
11869
|
-
t.error ? (r(), y("path",
|
|
11868
|
+
t.error ? (r(), y("path", F1)) : (r(), y("path", U1))
|
|
11870
11869
|
],
|
|
11871
11870
|
2
|
|
11872
11871
|
/* CLASS */
|
|
11873
11872
|
));
|
|
11874
11873
|
}
|
|
11875
|
-
}),
|
|
11874
|
+
}), H1 = ["disabled"], G1 = {
|
|
11876
11875
|
key: 2,
|
|
11877
11876
|
class: "onyx-file-upload__icon"
|
|
11878
|
-
},
|
|
11877
|
+
}, q1 = {
|
|
11879
11878
|
key: 3,
|
|
11880
11879
|
class: "onyx-file-upload__content"
|
|
11881
|
-
},
|
|
11880
|
+
}, K1 = {
|
|
11882
11881
|
key: 0,
|
|
11883
11882
|
class: "onyx-file-upload__label onyx-text"
|
|
11884
|
-
},
|
|
11883
|
+
}, W1 = {
|
|
11885
11884
|
key: 1,
|
|
11886
11885
|
class: "onyx-file-upload__text onyx-text--small"
|
|
11887
|
-
},
|
|
11886
|
+
}, j1 = {
|
|
11888
11887
|
key: 2,
|
|
11889
11888
|
class: "onyx-file-upload__text onyx-text--small"
|
|
11890
|
-
},
|
|
11889
|
+
}, Y1 = {
|
|
11891
11890
|
key: 3,
|
|
11892
11891
|
class: "onyx-file-upload__text onyx-text--small"
|
|
11893
|
-
},
|
|
11892
|
+
}, Z1 = {
|
|
11894
11893
|
key: 4,
|
|
11895
11894
|
class: "onyx-file-upload__required_error onyx-text--small"
|
|
11896
|
-
},
|
|
11895
|
+
}, J1 = ["accept", "multiple", "disabled", "name"], cy = /* @__PURE__ */ I({
|
|
11897
11896
|
inheritAttrs: !1,
|
|
11898
11897
|
__name: "OnyxFileUpload",
|
|
11899
11898
|
props: {
|
|
@@ -11927,7 +11926,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
11927
11926
|
emit: o,
|
|
11928
11927
|
error: b
|
|
11929
11928
|
}), $ = F(!1), V = m(() => S.value.map((L, A) => {
|
|
11930
|
-
if (e.accept && !
|
|
11929
|
+
if (e.accept && !D1(L, e.accept))
|
|
11931
11930
|
return {
|
|
11932
11931
|
text: c.value("fileUpload.status.fileTypeError", {
|
|
11933
11932
|
extension: L.name.split(".").at(-1)
|
|
@@ -11975,7 +11974,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
11975
11974
|
}, H = (L) => {
|
|
11976
11975
|
const A = L.target, P = Array.from(A.files ?? []);
|
|
11977
11976
|
R(P), A.value = "";
|
|
11978
|
-
}, j = m(() => e.size === "large" || (e.maxSize || e.maxTotalSize || e.maxCount || e.accept?.length) && e.size !== "small"), Y = F(!1),
|
|
11977
|
+
}, j = m(() => e.size === "large" || (e.maxSize || e.maxTotalSize || e.maxCount || e.accept?.length) && e.size !== "small"), Y = F(!1), ne = (L) => {
|
|
11979
11978
|
if (s.value) return;
|
|
11980
11979
|
Y.value = !1;
|
|
11981
11980
|
const A = Array.from(L.dataTransfer?.files ?? []);
|
|
@@ -12018,7 +12017,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12018
12017
|
onDragleave: A[0] || (A[0] = (X) => Y.value = !1),
|
|
12019
12018
|
onDragover: A[1] || (A[1] = Re(() => {
|
|
12020
12019
|
}, ["prevent"])),
|
|
12021
|
-
onDrop: Re(
|
|
12020
|
+
onDrop: Re(ne, ["prevent"]),
|
|
12022
12021
|
onClick: A[2] || (A[2] = (X) => x.value?.click())
|
|
12023
12022
|
}), [
|
|
12024
12023
|
e.size === "large" ? (r(), k(l(Bn), {
|
|
@@ -12033,7 +12032,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12033
12032
|
error: "",
|
|
12034
12033
|
disabled: l(s),
|
|
12035
12034
|
active: Y.value
|
|
12036
|
-
}, null, 8, ["disabled", "active"])) : (r(), y("div",
|
|
12035
|
+
}, null, 8, ["disabled", "active"])) : (r(), y("div", G1, [
|
|
12037
12036
|
O(G, { icon: l(Ra) }, null, 8, ["icon"]),
|
|
12038
12037
|
g(
|
|
12039
12038
|
"span",
|
|
@@ -12043,8 +12042,8 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12043
12042
|
/* TEXT */
|
|
12044
12043
|
)
|
|
12045
12044
|
])),
|
|
12046
|
-
j.value ? (r(), y("div",
|
|
12047
|
-
e.size === "large" ? (r(), y("p",
|
|
12045
|
+
j.value ? (r(), y("div", q1, [
|
|
12046
|
+
e.size === "large" ? (r(), y("p", K1, [
|
|
12048
12047
|
g(
|
|
12049
12048
|
"u",
|
|
12050
12049
|
null,
|
|
@@ -12052,14 +12051,14 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12052
12051
|
1
|
|
12053
12052
|
/* TEXT */
|
|
12054
12053
|
),
|
|
12055
|
-
|
|
12054
|
+
oe(
|
|
12056
12055
|
" " + D(l(c)("fileUpload.orDragAndDrop")) + ". ",
|
|
12057
12056
|
1
|
|
12058
12057
|
/* TEXT */
|
|
12059
12058
|
)
|
|
12060
12059
|
])) : w("v-if", !0),
|
|
12061
|
-
e.maxSize || e.maxTotalSize ? (r(), y("p",
|
|
12062
|
-
|
|
12060
|
+
e.maxSize || e.maxTotalSize ? (r(), y("p", W1, [
|
|
12061
|
+
oe(
|
|
12063
12062
|
D(l(c)("fileUpload.maxFileSize")) + ": ",
|
|
12064
12063
|
1
|
|
12065
12064
|
/* TEXT */
|
|
@@ -12068,7 +12067,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12068
12067
|
K,
|
|
12069
12068
|
{ key: 0 },
|
|
12070
12069
|
[
|
|
12071
|
-
|
|
12070
|
+
oe(
|
|
12072
12071
|
D(l(v)(e.maxSize)) + " (" + D(l(v)(e.maxTotalSize)) + " " + D(l(c)("fileUpload.inTotal")) + ") ",
|
|
12073
12072
|
1
|
|
12074
12073
|
/* TEXT */
|
|
@@ -12080,7 +12079,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12080
12079
|
K,
|
|
12081
12080
|
{ key: 1 },
|
|
12082
12081
|
[
|
|
12083
|
-
|
|
12082
|
+
oe(
|
|
12084
12083
|
D(l(v)(e.maxSize)),
|
|
12085
12084
|
1
|
|
12086
12085
|
/* TEXT */
|
|
@@ -12092,7 +12091,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12092
12091
|
K,
|
|
12093
12092
|
{ key: 2 },
|
|
12094
12093
|
[
|
|
12095
|
-
|
|
12094
|
+
oe(
|
|
12096
12095
|
D(l(v)(e.maxTotalSize)) + " " + D(l(c)("fileUpload.inTotal")),
|
|
12097
12096
|
1
|
|
12098
12097
|
/* TEXT */
|
|
@@ -12104,20 +12103,20 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12104
12103
|
])) : w("v-if", !0),
|
|
12105
12104
|
e.multiple && e.maxCount ? (r(), y(
|
|
12106
12105
|
"p",
|
|
12107
|
-
|
|
12106
|
+
j1,
|
|
12108
12107
|
D(l(c)("fileUpload.maxFileCount", { n: e.maxCount })),
|
|
12109
12108
|
1
|
|
12110
12109
|
/* TEXT */
|
|
12111
12110
|
)) : w("v-if", !0),
|
|
12112
12111
|
e.accept?.length ? (r(), y(
|
|
12113
12112
|
"p",
|
|
12114
|
-
|
|
12113
|
+
Y1,
|
|
12115
12114
|
D(l(c)("fileUpload.allowedFileTypes", { types: e.accept.join(", ") })),
|
|
12116
12115
|
1
|
|
12117
12116
|
/* TEXT */
|
|
12118
12117
|
)) : w("v-if", !0),
|
|
12119
|
-
l(C)?.longMessage ? (r(), y("p",
|
|
12120
|
-
|
|
12118
|
+
l(C)?.longMessage ? (r(), y("p", Z1, [
|
|
12119
|
+
oe(
|
|
12121
12120
|
D(l(C)?.longMessage) + " ",
|
|
12122
12121
|
1
|
|
12123
12122
|
/* TEXT */
|
|
@@ -12128,7 +12127,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12128
12127
|
}, null, 8, ["icon"])
|
|
12129
12128
|
])) : w("v-if", !0)
|
|
12130
12129
|
])) : w("v-if", !0)
|
|
12131
|
-
], 16,
|
|
12130
|
+
], 16, H1)
|
|
12132
12131
|
]),
|
|
12133
12132
|
_: 1
|
|
12134
12133
|
/* STABLE */
|
|
@@ -12145,7 +12144,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12145
12144
|
multiple: e.multiple,
|
|
12146
12145
|
disabled: l(s),
|
|
12147
12146
|
name: e.name
|
|
12148
|
-
}, l(d), { onChange: H }), null, 16,
|
|
12147
|
+
}, l(d), { onChange: H }), null, 16, J1), [
|
|
12149
12148
|
[l(_)]
|
|
12150
12149
|
])
|
|
12151
12150
|
]),
|
|
@@ -12177,7 +12176,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12177
12176
|
props: P.props
|
|
12178
12177
|
}, () => [
|
|
12179
12178
|
O(
|
|
12180
|
-
|
|
12179
|
+
V1,
|
|
12181
12180
|
E({ ref_for: !0 }, P.props),
|
|
12182
12181
|
{
|
|
12183
12182
|
actions: M(() => [
|
|
@@ -12208,7 +12207,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12208
12207
|
/* FULL_PROPS */
|
|
12209
12208
|
));
|
|
12210
12209
|
}
|
|
12211
|
-
}),
|
|
12210
|
+
}), uy = /* @__PURE__ */ I({
|
|
12212
12211
|
__name: "OnyxFilterBadge",
|
|
12213
12212
|
props: {
|
|
12214
12213
|
density: {},
|
|
@@ -12236,7 +12235,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12236
12235
|
}), {
|
|
12237
12236
|
default: M(() => [
|
|
12238
12237
|
T(c.$slots, "default", {}, () => [
|
|
12239
|
-
|
|
12238
|
+
oe(
|
|
12240
12239
|
D(e.label),
|
|
12241
12240
|
1
|
|
12242
12241
|
/* TEXT */
|
|
@@ -12247,7 +12246,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12247
12246
|
/* FORWARDED */
|
|
12248
12247
|
}, 16, ["clickable"]));
|
|
12249
12248
|
}
|
|
12250
|
-
}),
|
|
12249
|
+
}), dy = /* @__PURE__ */ I({
|
|
12251
12250
|
__name: "OnyxFilterTag",
|
|
12252
12251
|
props: {
|
|
12253
12252
|
density: {},
|
|
@@ -12273,7 +12272,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12273
12272
|
onClick: d[0] || (d[0] = (f) => i.value = !l(i))
|
|
12274
12273
|
}), null, 16, ["clickable", "skeleton"]));
|
|
12275
12274
|
}
|
|
12276
|
-
}),
|
|
12275
|
+
}), X1 = ["data-autosize-value"], Q1 = ["id", "placeholder", "required", "autocapitalize", "autofocus", "name", "readonly", "disabled", "minlength", "maxlength", "aria-label", "title"], em = /* @__PURE__ */ I({
|
|
12277
12276
|
inheritAttrs: !1,
|
|
12278
12277
|
__name: "OnyxTextarea",
|
|
12279
12278
|
props: {
|
|
@@ -12355,7 +12354,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12355
12354
|
we(g("textarea", E({
|
|
12356
12355
|
id: Y,
|
|
12357
12356
|
ref: "inputRef",
|
|
12358
|
-
"onUpdate:modelValue": j[0] || (j[0] = (
|
|
12357
|
+
"onUpdate:modelValue": j[0] || (j[0] = (ne) => ke(s) ? s.value = ne : null),
|
|
12359
12358
|
class: ["onyx-textarea__native", { "onyx-textarea__native--no-resize": o.disableManualResize }],
|
|
12360
12359
|
placeholder: o.placeholder,
|
|
12361
12360
|
required: o.required,
|
|
@@ -12368,11 +12367,11 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12368
12367
|
maxlength: l(p),
|
|
12369
12368
|
"aria-label": o.hideLabel ? o.label : void 0,
|
|
12370
12369
|
title: o.hideLabel ? o.label : void 0
|
|
12371
|
-
}, l(u), { onInput: C }), null, 16,
|
|
12370
|
+
}, l(u), { onInput: C }), null, 16, Q1), [
|
|
12372
12371
|
[oo, l(s)],
|
|
12373
12372
|
[l(v)]
|
|
12374
12373
|
])
|
|
12375
|
-
], 8,
|
|
12374
|
+
], 8, X1)
|
|
12376
12375
|
]),
|
|
12377
12376
|
_: 1
|
|
12378
12377
|
/* STABLE */
|
|
@@ -12382,7 +12381,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12382
12381
|
/* FULL_PROPS */
|
|
12383
12382
|
));
|
|
12384
12383
|
}
|
|
12385
|
-
}),
|
|
12384
|
+
}), tm = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%20viewBox='0%200%20821%20922'%3e%3cpath%20d='M48.16%2024.48c-1.44-8.17-3.21-14.28-7.18-17.56-3.54-2.93-8.5-3.5-17.09-1.98C7.91%207.75%204.61%2013.23%207.84%2031.58c2.62%2014.87%206.4%2020.29%2016.3%2020.29%202.28%200%204.89-.29%207.89-.82%2016.05-2.83%2019.36-8.3%2016.14-26.58zm-27.8-2.67c0-.12.02-.28.03-.42.68-4.95%202.64-5.5%207.57-5.5%206.58%200%207.88.97%207.88%2012.14%200%203.14-.11%205.45-.41%207.18h-.01v.11c-.77%204.27-2.77%204.78-7.45%204.78-6.58%200-7.88-.97-7.88-12.06%200-2.59.07-4.61.26-6.22h.02z'%20style='fill:%2300adba;fill-rule:nonzero'%20transform='translate(-129.658%20-79.541)scale(19.29)'/%3e%3cpath%20d='M48.12%2024.46c-1.44-8.15-3.2-14.25-7.17-17.52-3.53-2.92-8.48-3.51-17.05-2-.18.03-.78.14-.95.17l-2.37%2015.21c.81-3.96%202.83-4.43%207.37-4.43%206.57%200%207.86.97%207.86%2012.11%200%202.78-.09%204.91-.31%206.55l12.62-10.1z'%20style='fill:url(%23a);fill-rule:nonzero'%20transform='translate(-129.658%20-79.541)scale(19.29)'/%3e%3cpath%20d='M7.84%2031.5c1.44%208.15%203.13%2014.27%207.09%2017.54%203.53%202.92%208.48%203.51%2017.05%202%20.18-.03.78-.14.95-.17l2.37-15.21c-.81%203.96-2.83%204.43-7.37%204.43-6.57%200-7.86-.97-7.86-12.11%200-2.78.09-4.91.31-6.55L7.84%2031.51z'%20style='fill:url(%23b);fill-rule:nonzero'%20transform='translate(-129.658%20-79.541)scale(19.29)'/%3e%3cdefs%3e%3clinearGradient%20id='a'%20x1='0'%20x2='1'%20y1='0'%20y2='0'%20gradientTransform='rotate(20%20-28.968%2063.083)scale(30.27)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20style='stop-color:%23018da0;stop-opacity:1'/%3e%3cstop%20offset='.14'%20style='stop-color:%23018da0;stop-opacity:1'/%3e%3cstop%20offset='.77'%20style='stop-color:%2300adba;stop-opacity:1'/%3e%3cstop%20offset='1'%20style='stop-color:%2300adba;stop-opacity:1'/%3e%3c/linearGradient%3e%3clinearGradient%20id='b'%20x1='0'%20x2='1'%20y1='0'%20y2='0'%20gradientTransform='rotate(-160%2021.757%2017.96)scale(30.2)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20style='stop-color:%23018da0;stop-opacity:1'/%3e%3cstop%20offset='.14'%20style='stop-color:%23018da0;stop-opacity:1'/%3e%3cstop%20offset='.77'%20style='stop-color:%2300adba;stop-opacity:1'/%3e%3cstop%20offset='1'%20style='stop-color:%2300adba;stop-opacity:1'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", om = { class: "parent" }, nm = { class: "showcase__flex grid--row1" }, lm = { class: "showcase__flex grid--tags" }, am = { class: "showcase__flex grid--row2" }, sm = { class: "showcase__flex grid--row3" }, rm = { class: "showcase__flex grid--row4" }, im = /* @__PURE__ */ I({
|
|
12386
12385
|
__name: "ComponentShowcase",
|
|
12387
12386
|
props: {
|
|
12388
12387
|
dark: { type: Boolean },
|
|
@@ -12412,14 +12411,14 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12412
12411
|
{ avatar: "https://www.github.com/MajaZarkova.png", name: "Maja Zarkova" },
|
|
12413
12412
|
{ avatar: "https://www.github.com/ChristianBusshoff.png", name: "Christian Bußhoff" }
|
|
12414
12413
|
];
|
|
12415
|
-
return (u, c) => (r(), y("div",
|
|
12414
|
+
return (u, c) => (r(), y("div", om, [
|
|
12416
12415
|
g(
|
|
12417
12416
|
"div",
|
|
12418
12417
|
{
|
|
12419
12418
|
class: N(["showcase onyx-text", { dark: t.value }])
|
|
12420
12419
|
},
|
|
12421
12420
|
[
|
|
12422
|
-
g("div",
|
|
12421
|
+
g("div", nm, [
|
|
12423
12422
|
O(Vl, {
|
|
12424
12423
|
modelValue: s.value.pagination,
|
|
12425
12424
|
"onUpdate:modelValue": c[0] || (c[0] = (p) => s.value.pagination = p),
|
|
@@ -12550,7 +12549,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12550
12549
|
_: 1
|
|
12551
12550
|
/* STABLE */
|
|
12552
12551
|
}),
|
|
12553
|
-
O(
|
|
12552
|
+
O(em, {
|
|
12554
12553
|
modelValue: s.value.textarea,
|
|
12555
12554
|
"onUpdate:modelValue": c[3] || (c[3] = (p) => s.value.textarea = p),
|
|
12556
12555
|
class: "grid--textarea",
|
|
@@ -12565,10 +12564,10 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12565
12564
|
description: "Description",
|
|
12566
12565
|
duration: 0
|
|
12567
12566
|
}),
|
|
12568
|
-
g("div",
|
|
12567
|
+
g("div", lm, [
|
|
12569
12568
|
O(kt, null, {
|
|
12570
12569
|
default: M(() => [...c[15] || (c[15] = [
|
|
12571
|
-
|
|
12570
|
+
oe(
|
|
12572
12571
|
"Badge",
|
|
12573
12572
|
-1
|
|
12574
12573
|
/* CACHED */
|
|
@@ -12604,7 +12603,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12604
12603
|
options: l(o),
|
|
12605
12604
|
"with-check-all": ""
|
|
12606
12605
|
}, null, 8, ["modelValue", "options"]),
|
|
12607
|
-
g("div",
|
|
12606
|
+
g("div", am, [
|
|
12608
12607
|
O(yi, null, {
|
|
12609
12608
|
default: M(() => [
|
|
12610
12609
|
(r(), y(
|
|
@@ -12637,7 +12636,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12637
12636
|
orientation: "horizontal"
|
|
12638
12637
|
}, null, 8, ["modelValue", "options"])
|
|
12639
12638
|
]),
|
|
12640
|
-
g("div",
|
|
12639
|
+
g("div", sm, [
|
|
12641
12640
|
O(Ul, {
|
|
12642
12641
|
label: "Input",
|
|
12643
12642
|
placeholder: "Example input",
|
|
@@ -12664,7 +12663,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12664
12663
|
placeholder: "0"
|
|
12665
12664
|
}, null, 8, ["modelValue"])
|
|
12666
12665
|
]),
|
|
12667
|
-
g("div",
|
|
12666
|
+
g("div", rm, [
|
|
12668
12667
|
c[16] || (c[16] = g(
|
|
12669
12668
|
"div",
|
|
12670
12669
|
null,
|
|
@@ -12683,7 +12682,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12683
12682
|
O(mp, {
|
|
12684
12683
|
class: "grid--nav",
|
|
12685
12684
|
"app-name": "Nav bar",
|
|
12686
|
-
"logo-url": l(
|
|
12685
|
+
"logo-url": l(tm)
|
|
12687
12686
|
}, {
|
|
12688
12687
|
contextArea: M(() => [
|
|
12689
12688
|
O(lp, {
|
|
@@ -12691,7 +12690,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12691
12690
|
"full-name": "Jane Doe"
|
|
12692
12691
|
}, {
|
|
12693
12692
|
footer: M(() => [...c[19] || (c[19] = [
|
|
12694
|
-
|
|
12693
|
+
oe(
|
|
12695
12694
|
" App version ",
|
|
12696
12695
|
-1
|
|
12697
12696
|
/* CACHED */
|
|
@@ -12708,7 +12707,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12708
12707
|
O(Je, null, {
|
|
12709
12708
|
default: M(() => [
|
|
12710
12709
|
O(G, { icon: l(za) }, null, 8, ["icon"]),
|
|
12711
|
-
c[17] || (c[17] =
|
|
12710
|
+
c[17] || (c[17] = oe(
|
|
12712
12711
|
" Settings ",
|
|
12713
12712
|
-1
|
|
12714
12713
|
/* CACHED */
|
|
@@ -12724,7 +12723,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12724
12723
|
O(Je, { color: "danger" }, {
|
|
12725
12724
|
default: M(() => [
|
|
12726
12725
|
O(G, { icon: l(Pa) }, null, 8, ["icon"]),
|
|
12727
|
-
c[18] || (c[18] =
|
|
12726
|
+
c[18] || (c[18] = oe(
|
|
12728
12727
|
" Logout ",
|
|
12729
12728
|
-1
|
|
12730
12729
|
/* CACHED */
|
|
@@ -12765,7 +12764,7 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12765
12764
|
)
|
|
12766
12765
|
]));
|
|
12767
12766
|
}
|
|
12768
|
-
}),
|
|
12767
|
+
}), py = /* @__PURE__ */ Ut(im, [["__scopeId", "data-v-c46b11f7"]]), my = (n) => {
|
|
12769
12768
|
Le(() => {
|
|
12770
12769
|
ae([n], () => {
|
|
12771
12770
|
const t = document.documentElement, e = "onyx-transition-active", o = () => {
|
|
@@ -12774,61 +12773,61 @@ const cy = /* @__PURE__ */ Ut(z1, [["render", F1]]), U1 = {
|
|
|
12774
12773
|
t.addEventListener("transitionend", o, { once: !0 }), t.classList.add(e);
|
|
12775
12774
|
});
|
|
12776
12775
|
});
|
|
12777
|
-
},
|
|
12776
|
+
}, yy = ["primary", "neutral", "danger", "warning", "success", "info"], fy = ["small", "default", "large"], vy = ["ellipsis", "multiline"], by = ["horizontal", "vertical"], hy = (n = {}) => ({
|
|
12778
12777
|
install: (t) => {
|
|
12779
12778
|
zs(t, n.i18n);
|
|
12780
12779
|
const e = t.runWithContext(() => Z());
|
|
12781
12780
|
t.provide(pl, li()), t.provide(il, Er()), t.provide(ul, jr()), n.router && t.provide(ol, n.router), t.mixin({
|
|
12782
12781
|
beforeMount: () => {
|
|
12783
12782
|
Xe(() => {
|
|
12784
|
-
|
|
12783
|
+
cm(e.t.value("optional"));
|
|
12785
12784
|
});
|
|
12786
12785
|
}
|
|
12787
12786
|
});
|
|
12788
12787
|
}
|
|
12789
|
-
}),
|
|
12788
|
+
}), cm = (n) => {
|
|
12790
12789
|
globalThis.document?.body.style.setProperty("--onyx-global-optional-text", `"${n}"`);
|
|
12791
12790
|
};
|
|
12792
12791
|
export {
|
|
12793
12792
|
Un as ACCORDION_INJECTION_KEY,
|
|
12794
|
-
|
|
12793
|
+
mm as ACCORDION_TYPES,
|
|
12795
12794
|
yl as BREADCRUMB_MORE_LIST_INJECTION_KEY,
|
|
12796
12795
|
fl as BREADCRUMB_MORE_LIST_TARGET_INJECTION_KEY,
|
|
12797
|
-
|
|
12798
|
-
|
|
12799
|
-
|
|
12796
|
+
_m as BUTTON_COLORS,
|
|
12797
|
+
xm as BUTTON_MODES,
|
|
12798
|
+
gm as BUTTON_TYPES,
|
|
12800
12799
|
kl as CODE_TABS_INJECTION_KEY,
|
|
12801
|
-
|
|
12802
|
-
|
|
12803
|
-
|
|
12800
|
+
pm as DENSITIES,
|
|
12801
|
+
Em as DIALOG_ALIGNMENTS,
|
|
12802
|
+
Mm as DataGridFeatures,
|
|
12804
12803
|
eo as DataGridRowOptionsSymbol,
|
|
12805
12804
|
il as GLOBAL_FAB_PROVIDER_INJECTION_KEY,
|
|
12806
12805
|
Wo as GLOBAL_SEARCH_INJECTION_KEY,
|
|
12807
|
-
|
|
12808
|
-
|
|
12809
|
-
|
|
12810
|
-
|
|
12811
|
-
|
|
12806
|
+
Im as HEADLINE_TYPES,
|
|
12807
|
+
Rm as ICON_SIZES,
|
|
12808
|
+
Dm as IMAGE_SHAPES,
|
|
12809
|
+
Nm as INPUT_TYPES,
|
|
12810
|
+
Km as LINK_TARGETS,
|
|
12812
12811
|
io as MOBILE_NAV_BAR_INJECTION_KEY,
|
|
12813
|
-
|
|
12812
|
+
Ym as MULTISELECT_TEXT_MODE,
|
|
12814
12813
|
wn as NAV_BAR_IS_TOP_LEVEL_INJECTION_KEY,
|
|
12815
12814
|
Pl as NAV_BAR_MORE_LIST_INJECTION_KEY,
|
|
12816
12815
|
Fl as NAV_BAR_MORE_LIST_TARGET_INJECTION_KEY,
|
|
12817
12816
|
ul as NOTIFICATIONS_PROVIDER_INJECTION_KEY,
|
|
12818
12817
|
Lt as ONYX_BREAKPOINTS,
|
|
12819
|
-
|
|
12820
|
-
|
|
12821
|
-
|
|
12822
|
-
|
|
12823
|
-
|
|
12824
|
-
|
|
12818
|
+
yy as ONYX_COLORS,
|
|
12819
|
+
by as ORIENTATIONS,
|
|
12820
|
+
ym as OnyxAccordion,
|
|
12821
|
+
fm as OnyxAccordionItem,
|
|
12822
|
+
vm as OnyxAlertModal,
|
|
12823
|
+
bm as OnyxAppLayout,
|
|
12825
12824
|
Xt as OnyxAvatar,
|
|
12826
12825
|
yi as OnyxAvatarStack,
|
|
12827
12826
|
kt as OnyxBadge,
|
|
12828
12827
|
_t as OnyxBasicDialog,
|
|
12829
12828
|
xt as OnyxBasicPopover,
|
|
12830
12829
|
_i as OnyxBottomBar,
|
|
12831
|
-
|
|
12830
|
+
hm as OnyxBreadcrumb,
|
|
12832
12831
|
sn as OnyxBreadcrumbItem,
|
|
12833
12832
|
Ze as OnyxButton,
|
|
12834
12833
|
bl as OnyxCard,
|
|
@@ -12836,34 +12835,34 @@ export {
|
|
|
12836
12835
|
pn as OnyxCheckboxGroup,
|
|
12837
12836
|
Dd as OnyxColorSchemeDialog,
|
|
12838
12837
|
zd as OnyxColorSchemeMenuItem,
|
|
12839
|
-
|
|
12840
|
-
|
|
12838
|
+
py as OnyxComponentShowcase,
|
|
12839
|
+
$m as OnyxDataGrid,
|
|
12841
12840
|
fn as OnyxDataGridRenderer,
|
|
12842
|
-
|
|
12843
|
-
|
|
12841
|
+
Bm as OnyxDatePicker,
|
|
12842
|
+
Om as OnyxDialog,
|
|
12844
12843
|
wl as OnyxEmpty,
|
|
12845
|
-
|
|
12844
|
+
iy as OnyxErrorSVG,
|
|
12846
12845
|
$o as OnyxExternalLinkIcon,
|
|
12847
12846
|
ln as OnyxFAB,
|
|
12848
12847
|
jt as OnyxFABButton,
|
|
12849
12848
|
Br as OnyxFABItem,
|
|
12850
|
-
|
|
12851
|
-
|
|
12852
|
-
|
|
12849
|
+
V1 as OnyxFileCard,
|
|
12850
|
+
S1 as OnyxFileTypeIcon,
|
|
12851
|
+
cy as OnyxFileUpload,
|
|
12853
12852
|
Bn as OnyxFileUploadSVG,
|
|
12854
|
-
|
|
12853
|
+
dy as OnyxFilterTag,
|
|
12855
12854
|
ot as OnyxFlyoutMenu,
|
|
12856
|
-
|
|
12855
|
+
Tm as OnyxForm,
|
|
12857
12856
|
Ae as OnyxFormElement,
|
|
12858
12857
|
Or as OnyxGlobalFAB,
|
|
12859
12858
|
De as OnyxHeadline,
|
|
12860
12859
|
G as OnyxIcon,
|
|
12861
12860
|
Ct as OnyxIconButton,
|
|
12862
|
-
|
|
12861
|
+
Vm as OnyxImage,
|
|
12863
12862
|
Kr as OnyxInfoCard,
|
|
12864
12863
|
ro as OnyxInfoTooltip,
|
|
12865
12864
|
Ul as OnyxInput,
|
|
12866
|
-
|
|
12865
|
+
zm as OnyxLanguageMenuItem,
|
|
12867
12866
|
vd as OnyxLink,
|
|
12868
12867
|
Qt as OnyxListItem,
|
|
12869
12868
|
ze as OnyxLoadingIndicator,
|
|
@@ -12876,28 +12875,28 @@ export {
|
|
|
12876
12875
|
mp as OnyxNavBar,
|
|
12877
12876
|
Et as OnyxNavItem,
|
|
12878
12877
|
ut as OnyxNavItemFacade,
|
|
12879
|
-
|
|
12880
|
-
|
|
12878
|
+
Fm as OnyxNotificationCard,
|
|
12879
|
+
Um as OnyxNotificationDot,
|
|
12881
12880
|
Wr as OnyxNotificationMessage,
|
|
12882
12881
|
Jr as OnyxNotifications,
|
|
12883
|
-
|
|
12882
|
+
Hm as OnyxPageLayout,
|
|
12884
12883
|
Vl as OnyxPagination,
|
|
12885
12884
|
Tp as OnyxProgressItem,
|
|
12886
|
-
|
|
12885
|
+
qm as OnyxProgressSteps,
|
|
12887
12886
|
$n as OnyxRadioButton,
|
|
12888
12887
|
Vp as OnyxRadioGroup,
|
|
12889
12888
|
lt as OnyxRouterLink,
|
|
12890
|
-
|
|
12889
|
+
Wm as OnyxSegmentedControl,
|
|
12891
12890
|
zp as OnyxSegmentedControlElement,
|
|
12892
12891
|
Vt as OnyxSelect,
|
|
12893
12892
|
Ao as OnyxSelectDialog,
|
|
12894
12893
|
Xc as OnyxSelectInput,
|
|
12895
12894
|
bn as OnyxSelectOption,
|
|
12896
12895
|
to as OnyxSeparator,
|
|
12897
|
-
|
|
12898
|
-
|
|
12896
|
+
Jm as OnyxSidebar,
|
|
12897
|
+
Zm as OnyxSidebarItem,
|
|
12899
12898
|
ee as OnyxSkeleton,
|
|
12900
|
-
|
|
12899
|
+
Qm as OnyxSlider,
|
|
12901
12900
|
ht as OnyxStepper,
|
|
12902
12901
|
u1 as OnyxSwitch,
|
|
12903
12902
|
$e as OnyxSystemButton,
|
|
@@ -12905,42 +12904,42 @@ export {
|
|
|
12905
12904
|
Mo as OnyxTable,
|
|
12906
12905
|
yn as OnyxTabs,
|
|
12907
12906
|
Ke as OnyxTag,
|
|
12908
|
-
|
|
12909
|
-
|
|
12907
|
+
em as OnyxTextarea,
|
|
12908
|
+
Pm as OnyxTimer,
|
|
12910
12909
|
ri as OnyxToast,
|
|
12911
12910
|
dl as OnyxToastMessage,
|
|
12912
12911
|
We as OnyxTooltip,
|
|
12913
|
-
|
|
12914
|
-
|
|
12915
|
-
|
|
12916
|
-
|
|
12917
|
-
|
|
12918
|
-
|
|
12912
|
+
km as OnyxUnstableCalendar,
|
|
12913
|
+
Cm as OnyxUnstableCodeTab,
|
|
12914
|
+
wm as OnyxUnstableCodeTabs,
|
|
12915
|
+
uy as OnyxUnstableFilterBadge,
|
|
12916
|
+
Am as OnyxUnstableGlobalSearch,
|
|
12917
|
+
Lm as OnyxUnstableGlobalSearchGroup,
|
|
12919
12918
|
ud as OnyxUnstableGlobalSearchOption,
|
|
12920
12919
|
uu as OnyxUnstableItemsPerPage,
|
|
12921
|
-
|
|
12922
|
-
|
|
12923
|
-
|
|
12920
|
+
ny as OnyxUnstableTableOfContents,
|
|
12921
|
+
ly as OnyxUnstableTableOfContentsItem,
|
|
12922
|
+
ay as OnyxUnstableTimepicker,
|
|
12924
12923
|
lp as OnyxUserMenu,
|
|
12925
12924
|
qe as OnyxVisuallyHidden,
|
|
12926
|
-
|
|
12925
|
+
Gm as PROGRESS_ITEM_STATUS,
|
|
12927
12926
|
ol as ROUTER_INJECTION_KEY,
|
|
12928
|
-
|
|
12929
|
-
|
|
12927
|
+
jm as SELECT_ALIGNMENTS,
|
|
12928
|
+
Xm as SIDEBAR_ALIGNMENT,
|
|
12930
12929
|
re as SKELETON_INJECTED_SYMBOL,
|
|
12931
|
-
|
|
12932
|
-
|
|
12933
|
-
|
|
12934
|
-
|
|
12930
|
+
ty as SLIDER_CONTROLS,
|
|
12931
|
+
ey as SLIDER_MODES,
|
|
12932
|
+
ry as SUPPORTED_FILE_TYPE_ICON_MEDIA_TYPES,
|
|
12933
|
+
oy as SYSTEM_BUTTON_COLORS,
|
|
12935
12934
|
Cl as TABS_INJECTION_KEY,
|
|
12936
|
-
|
|
12937
|
-
|
|
12935
|
+
fy as TEXT_SIZES,
|
|
12936
|
+
sy as TIMEPICKER_TYPES,
|
|
12938
12937
|
pl as TOAST_PROVIDER_INJECTION_KEY,
|
|
12939
|
-
|
|
12940
|
-
|
|
12938
|
+
vy as TRUNCATION_TYPES,
|
|
12939
|
+
Sm as createFeature,
|
|
12941
12940
|
Er as createGlobalFABProvider,
|
|
12942
12941
|
jr as createNotificationsProvider,
|
|
12943
|
-
|
|
12942
|
+
hy as createOnyx,
|
|
12944
12943
|
zc as createTableColumnGroups,
|
|
12945
12944
|
li as createToastProvider,
|
|
12946
12945
|
st as extractLinkProps,
|
|
@@ -12959,6 +12958,6 @@ export {
|
|
|
12959
12958
|
Ee as useRootAttrs,
|
|
12960
12959
|
Rl as useScrollEnd,
|
|
12961
12960
|
ue as useSkeletonContext,
|
|
12962
|
-
|
|
12961
|
+
my as useThemeTransition,
|
|
12963
12962
|
ai as useToast
|
|
12964
12963
|
};
|