sit-onyx 1.6.0-dev-20260114165550 → 1.7.0-dev-20260122090908
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/components/OnyxTableOfContents/OnyxTableOfContents.d.vue.ts +25 -0
- package/dist/components/OnyxTableOfContents/types.d.ts +2 -0
- package/dist/components/OnyxTableOfContentsItem/OnyxTableOfContentsItem.d.vue.ts +36 -0
- package/dist/components/OnyxTableOfContentsItem/types.d.ts +9 -0
- package/dist/i18n/locales/de-DE.json +3 -0
- package/dist/i18n/locales/en-US.json +3 -0
- package/dist/i18n/locales/en-US.json.d.ts +3 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.esm-bundler.js +772 -669
- package/dist/index.esm-bundler.js.map +1 -1
- package/dist/index.js +2441 -2365
- package/dist/style.css +1 -1
- package/package.json +9 -9
|
@@ -49,7 +49,7 @@ const useVModel = (options) => {
|
|
|
49
49
|
};
|
|
50
50
|
const ACCORDION_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
51
51
|
const ACCORDION_TYPES = ["default", "nested-large", "nested-small", "card"];
|
|
52
|
-
const _sfc_main$
|
|
52
|
+
const _sfc_main$1W = /* @__PURE__ */ defineComponent({
|
|
53
53
|
__name: "OnyxAccordion",
|
|
54
54
|
props: {
|
|
55
55
|
density: { type: null, required: false },
|
|
@@ -119,7 +119,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
119
119
|
}
|
|
120
120
|
return target;
|
|
121
121
|
};
|
|
122
|
-
function _sfc_render$
|
|
122
|
+
function _sfc_render$1W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
123
123
|
return openBlock(), createElementBlock(
|
|
124
124
|
"div",
|
|
125
125
|
{
|
|
@@ -137,7 +137,7 @@ function _sfc_render$1U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
137
137
|
/* CLASS */
|
|
138
138
|
);
|
|
139
139
|
}
|
|
140
|
-
const OnyxAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
140
|
+
const OnyxAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$1W, [["render", _sfc_render$1W], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAccordion/OnyxAccordion.vue"]]);
|
|
141
141
|
const ONYX_BREAKPOINTS = {
|
|
142
142
|
"2xs": 320,
|
|
143
143
|
xs: 577,
|
|
@@ -150,7 +150,7 @@ const ONYX_BREAKPOINTS = {
|
|
|
150
150
|
md: ONYX_BREAKPOINTS.lg - 1,
|
|
151
151
|
lg: ONYX_BREAKPOINTS.xl - 1
|
|
152
152
|
});
|
|
153
|
-
const _sfc_main$
|
|
153
|
+
const _sfc_main$1V = /* @__PURE__ */ defineComponent({
|
|
154
154
|
__name: "OnyxIcon",
|
|
155
155
|
props: {
|
|
156
156
|
size: { type: null, required: false },
|
|
@@ -166,8 +166,8 @@ const _sfc_main$1T = /* @__PURE__ */ defineComponent({
|
|
|
166
166
|
return __returned__;
|
|
167
167
|
}
|
|
168
168
|
});
|
|
169
|
-
const _hoisted_1$
|
|
170
|
-
function _sfc_render$
|
|
169
|
+
const _hoisted_1$1s = ["innerHTML"];
|
|
170
|
+
function _sfc_render$1V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
171
171
|
return openBlock(), createElementBlock("figure", {
|
|
172
172
|
class: normalizeClass({
|
|
173
173
|
"onyx-component": true,
|
|
@@ -178,9 +178,9 @@ function _sfc_render$1T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
178
178
|
}),
|
|
179
179
|
"aria-hidden": "true",
|
|
180
180
|
innerHTML: $setup.props.icon
|
|
181
|
-
}, null, 10, _hoisted_1$
|
|
181
|
+
}, null, 10, _hoisted_1$1s);
|
|
182
182
|
}
|
|
183
|
-
const OnyxIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
183
|
+
const OnyxIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["render", _sfc_render$1V], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxIcon/OnyxIcon.vue"]]);
|
|
184
184
|
const isAlreadyTriggered = /* @__PURE__ */ new Set();
|
|
185
185
|
const IDLE_TIMEOUT = 200;
|
|
186
186
|
const onIdleCallback = globalThis.window && "requestIdleCallback" in globalThis.window ? globalThis.window.requestIdleCallback : (cb, _) => setTimeout(cb, 0);
|
|
@@ -196,7 +196,7 @@ const requestAnimationSync = (animationName) => {
|
|
|
196
196
|
isAlreadyTriggered.add(animationName);
|
|
197
197
|
onIdleCallback(() => syncAnimations(animationName), { timeout: IDLE_TIMEOUT });
|
|
198
198
|
};
|
|
199
|
-
const _sfc_main$
|
|
199
|
+
const _sfc_main$1U = /* @__PURE__ */ defineComponent({
|
|
200
200
|
__name: "OnyxSkeleton",
|
|
201
201
|
setup(__props, { expose: __expose }) {
|
|
202
202
|
__expose();
|
|
@@ -206,15 +206,15 @@ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
|
|
|
206
206
|
return __returned__;
|
|
207
207
|
}
|
|
208
208
|
});
|
|
209
|
-
const _hoisted_1$
|
|
209
|
+
const _hoisted_1$1r = {
|
|
210
210
|
"aria-hidden": "true",
|
|
211
211
|
class: "onyx-component onyx-skeleton"
|
|
212
212
|
};
|
|
213
|
-
function _sfc_render$
|
|
214
|
-
return openBlock(), createElementBlock("figure", _hoisted_1$
|
|
213
|
+
function _sfc_render$1U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
214
|
+
return openBlock(), createElementBlock("figure", _hoisted_1$1r);
|
|
215
215
|
}
|
|
216
|
-
const OnyxSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
217
|
-
const _sfc_main$
|
|
216
|
+
const OnyxSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$1U, [["render", _sfc_render$1U], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSkeleton/OnyxSkeleton.vue"]]);
|
|
217
|
+
const _sfc_main$1T = /* @__PURE__ */ defineComponent({
|
|
218
218
|
__name: "OnyxAccordionItem",
|
|
219
219
|
props: {
|
|
220
220
|
density: { type: null, required: false },
|
|
@@ -251,11 +251,11 @@ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
|
|
|
251
251
|
return __returned__;
|
|
252
252
|
}
|
|
253
253
|
});
|
|
254
|
-
const _hoisted_1$
|
|
255
|
-
const _hoisted_2$
|
|
256
|
-
const _hoisted_3$
|
|
254
|
+
const _hoisted_1$1q = ["open"];
|
|
255
|
+
const _hoisted_2$Z = ["id", "tabindex", "aria-expanded", "aria-controls", "aria-disabled"];
|
|
256
|
+
const _hoisted_3$E = { class: "onyx-accordion-item__header-content" };
|
|
257
257
|
const _hoisted_4$q = ["id", "aria-labelledby"];
|
|
258
|
-
function _sfc_render$
|
|
258
|
+
function _sfc_render$1T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
259
259
|
return $setup.showSkeleton ? (openBlock(), createBlock(resolveDynamicComponent($setup.type === "card" ? $setup.OnyxSkeleton : "div"), {
|
|
260
260
|
key: 0,
|
|
261
261
|
class: normalizeClass([
|
|
@@ -291,14 +291,14 @@ function _sfc_render$1R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
291
291
|
"aria-disabled": $setup.isDisabled,
|
|
292
292
|
onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $setup.isOpen = !$setup.isOpen, ["prevent"]))
|
|
293
293
|
}, [
|
|
294
|
-
createElementVNode("div", _hoisted_3$
|
|
294
|
+
createElementVNode("div", _hoisted_3$E, [
|
|
295
295
|
renderSlot(_ctx.$slots, "header")
|
|
296
296
|
]),
|
|
297
297
|
createVNode($setup["OnyxIcon"], {
|
|
298
298
|
icon: $setup.iconChevronDownSmall,
|
|
299
299
|
class: "onyx-accordion-item__header-icon"
|
|
300
300
|
}, null, 8, ["icon"])
|
|
301
|
-
], 8, _hoisted_2$
|
|
301
|
+
], 8, _hoisted_2$Z),
|
|
302
302
|
createElementVNode("div", {
|
|
303
303
|
id: $setup.panelId,
|
|
304
304
|
class: "onyx-accordion-item__panel",
|
|
@@ -307,9 +307,9 @@ function _sfc_render$1R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
307
307
|
}, [
|
|
308
308
|
renderSlot(_ctx.$slots, "default")
|
|
309
309
|
], 8, _hoisted_4$q)
|
|
310
|
-
], 10, _hoisted_1$
|
|
310
|
+
], 10, _hoisted_1$1q));
|
|
311
311
|
}
|
|
312
|
-
const OnyxAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
312
|
+
const OnyxAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1T, [["render", _sfc_render$1T], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAccordionItem/OnyxAccordionItem.vue"]]);
|
|
313
313
|
const DATETIME_FORMATS = {
|
|
314
314
|
date: { dateStyle: "medium" },
|
|
315
315
|
"datetime-local": { dateStyle: "medium", timeStyle: "short" },
|
|
@@ -361,6 +361,7 @@ const codeTabs = { "label": "Code snippets", "copySnippet": "Copy code", "copied
|
|
|
361
361
|
const globalSearch = { "label": "Global search", "searchResults": "Search results", "input": { "label": "Search for content", "placeholder": "Search..." }, "shortcuts": { "move": "Navigate", "select": "Select" }, "system": "System" };
|
|
362
362
|
const timepicker = { "placeholder": { "hour": "HH", "minute": "MM", "second": "SS" }, "labels": { "iconButton": "Open Timepicker", "popover": "Timepicker Popover", "hour": "Hour", "minute": "Minute", "second": "Second", "listLabel": "Time options" } };
|
|
363
363
|
const itemsPerPage = { "label": "Items per page", "select": { "listLabel": "Select number of items per page" } };
|
|
364
|
+
const tableOfContents = { "label": "Table of contents" };
|
|
364
365
|
const enUS = {
|
|
365
366
|
yes,
|
|
366
367
|
no,
|
|
@@ -398,7 +399,8 @@ const enUS = {
|
|
|
398
399
|
codeTabs,
|
|
399
400
|
globalSearch,
|
|
400
401
|
timepicker,
|
|
401
|
-
itemsPerPage
|
|
402
|
+
itemsPerPage,
|
|
403
|
+
tableOfContents
|
|
402
404
|
};
|
|
403
405
|
const NUMBER_FORMATS = {
|
|
404
406
|
decimal: { style: "decimal" }
|
|
@@ -1903,7 +1905,7 @@ const createTooltip = createBuilder(({ debounce: debounce2, isVisible }) => {
|
|
|
1903
1905
|
}
|
|
1904
1906
|
};
|
|
1905
1907
|
});
|
|
1906
|
-
const _sfc_main$
|
|
1908
|
+
const _sfc_main$1S = /* @__PURE__ */ defineComponent({
|
|
1907
1909
|
__name: "OnyxBasicDialog",
|
|
1908
1910
|
props: {
|
|
1909
1911
|
density: { type: null, required: false },
|
|
@@ -1965,12 +1967,12 @@ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
|
|
|
1965
1967
|
return __returned__;
|
|
1966
1968
|
}
|
|
1967
1969
|
});
|
|
1968
|
-
const _hoisted_1$
|
|
1969
|
-
const _hoisted_2$
|
|
1970
|
+
const _hoisted_1$1p = ["aria-modal", "aria-label", "role"];
|
|
1971
|
+
const _hoisted_2$Y = {
|
|
1970
1972
|
ref: "contentRef",
|
|
1971
1973
|
class: "onyx-basic-dialog__content"
|
|
1972
1974
|
};
|
|
1973
|
-
function _sfc_render$
|
|
1975
|
+
function _sfc_render$1S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1974
1976
|
return $setup.props.open ? (openBlock(), createElementBlock("dialog", {
|
|
1975
1977
|
key: 0,
|
|
1976
1978
|
ref: "dialogRef",
|
|
@@ -1990,16 +1992,16 @@ function _sfc_render$1Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1990
1992
|
}, [
|
|
1991
1993
|
createElementVNode(
|
|
1992
1994
|
"div",
|
|
1993
|
-
_hoisted_2$
|
|
1995
|
+
_hoisted_2$Y,
|
|
1994
1996
|
[
|
|
1995
1997
|
renderSlot(_ctx.$slots, "default")
|
|
1996
1998
|
],
|
|
1997
1999
|
512
|
|
1998
2000
|
/* NEED_PATCH */
|
|
1999
2001
|
)
|
|
2000
|
-
], 42, _hoisted_1$
|
|
2002
|
+
], 42, _hoisted_1$1p)) : createCommentVNode("v-if", true);
|
|
2001
2003
|
}
|
|
2002
|
-
const OnyxBasicDialog = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2004
|
+
const OnyxBasicDialog = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_render$1S], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBasicDialog/OnyxBasicDialog.vue"]]);
|
|
2003
2005
|
const normalizedIncludes = (haystack, needle) => {
|
|
2004
2006
|
const haystackNormalized = removeDiacritics(haystack.toLowerCase());
|
|
2005
2007
|
const needleNormalized = removeDiacritics(needle.toLowerCase());
|
|
@@ -2081,7 +2083,7 @@ const normalizeHref = (href) => {
|
|
|
2081
2083
|
return value.replace(/\/+$/, "");
|
|
2082
2084
|
};
|
|
2083
2085
|
const ROUTER_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
2084
|
-
const _sfc_main$
|
|
2086
|
+
const _sfc_main$1R = /* @__PURE__ */ defineComponent({
|
|
2085
2087
|
__name: "OnyxVisuallyHidden",
|
|
2086
2088
|
props: {
|
|
2087
2089
|
is: { type: String, required: false, default: "span" }
|
|
@@ -2094,7 +2096,7 @@ const _sfc_main$1P = /* @__PURE__ */ defineComponent({
|
|
|
2094
2096
|
return __returned__;
|
|
2095
2097
|
}
|
|
2096
2098
|
});
|
|
2097
|
-
function _sfc_render$
|
|
2099
|
+
function _sfc_render$1R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2098
2100
|
return openBlock(), createBlock(resolveDynamicComponent($setup.props.is), { class: "onyx-component onyx-visually-hidden" }, {
|
|
2099
2101
|
default: withCtx(() => [
|
|
2100
2102
|
renderSlot(_ctx.$slots, "default")
|
|
@@ -2103,8 +2105,8 @@ function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2103
2105
|
/* FORWARDED */
|
|
2104
2106
|
});
|
|
2105
2107
|
}
|
|
2106
|
-
const OnyxVisuallyHidden = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2107
|
-
const _sfc_main$
|
|
2108
|
+
const OnyxVisuallyHidden = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render", _sfc_render$1R], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxVisuallyHidden/OnyxVisuallyHidden.vue"]]);
|
|
2109
|
+
const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
|
|
2108
2110
|
__name: "OnyxRouterLink",
|
|
2109
2111
|
props: {
|
|
2110
2112
|
href: { type: String, required: true },
|
|
@@ -2120,8 +2122,8 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
|
|
|
2120
2122
|
return __returned__;
|
|
2121
2123
|
}
|
|
2122
2124
|
});
|
|
2123
|
-
const _hoisted_1$
|
|
2124
|
-
function _sfc_render$
|
|
2125
|
+
const _hoisted_1$1o = ["href", "target", "rel"];
|
|
2126
|
+
function _sfc_render$1Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2125
2127
|
return openBlock(), createElementBlock("a", {
|
|
2126
2128
|
class: normalizeClass([
|
|
2127
2129
|
"onyx-component",
|
|
@@ -2145,10 +2147,10 @@ function _sfc_render$1O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2145
2147
|
_: 1
|
|
2146
2148
|
/* STABLE */
|
|
2147
2149
|
})) : createCommentVNode("v-if", true)
|
|
2148
|
-
], 10, _hoisted_1$
|
|
2150
|
+
], 10, _hoisted_1$1o);
|
|
2149
2151
|
}
|
|
2150
|
-
const OnyxRouterLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2151
|
-
const _sfc_main$
|
|
2152
|
+
const OnyxRouterLink = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_render$1Q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRouterLink/OnyxRouterLink.vue"]]);
|
|
2153
|
+
const _sfc_main$1P = /* @__PURE__ */ defineComponent({
|
|
2152
2154
|
__name: "OnyxHeadline",
|
|
2153
2155
|
props: {
|
|
2154
2156
|
is: { type: null, required: true },
|
|
@@ -2173,7 +2175,7 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
|
|
|
2173
2175
|
return __returned__;
|
|
2174
2176
|
}
|
|
2175
2177
|
});
|
|
2176
|
-
function _sfc_render$
|
|
2178
|
+
function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2177
2179
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
2178
2180
|
key: 0,
|
|
2179
2181
|
class: normalizeClass(["onyx-headline-skeleton", `onyx-headline-skeleton--${$setup.showAs}`])
|
|
@@ -2213,7 +2215,7 @@ function _sfc_render$1N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2213
2215
|
/* FORWARDED */
|
|
2214
2216
|
}, 8, ["id", "class"]));
|
|
2215
2217
|
}
|
|
2216
|
-
const OnyxHeadline = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2218
|
+
const OnyxHeadline = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_render$1P], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxHeadline/OnyxHeadline.vue"]]);
|
|
2217
2219
|
const useAutofocus = (inputRef, props) => {
|
|
2218
2220
|
if (!props.autofocus) {
|
|
2219
2221
|
return;
|
|
@@ -2264,7 +2266,7 @@ const useFormContext = (props) => {
|
|
|
2264
2266
|
DEFAULT_FORM_INJECTION_CONTEXT
|
|
2265
2267
|
)(toRef(props));
|
|
2266
2268
|
};
|
|
2267
|
-
const _sfc_main$
|
|
2269
|
+
const _sfc_main$1O = /* @__PURE__ */ defineComponent({
|
|
2268
2270
|
__name: "ButtonOrLinkLayout",
|
|
2269
2271
|
props: {
|
|
2270
2272
|
disabled: { type: [Boolean, Symbol], required: false },
|
|
@@ -2287,8 +2289,8 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
|
|
|
2287
2289
|
return __returned__;
|
|
2288
2290
|
}
|
|
2289
2291
|
});
|
|
2290
|
-
const _hoisted_1$
|
|
2291
|
-
function _sfc_render$
|
|
2292
|
+
const _hoisted_1$1n = ["disabled", "type", "autofocus"];
|
|
2293
|
+
function _sfc_render$1O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2292
2294
|
return $setup.linkProps ? (openBlock(), createBlock(
|
|
2293
2295
|
$setup["OnyxRouterLink"],
|
|
2294
2296
|
normalizeProps(mergeProps({ key: 0 }, $setup.linkProps)),
|
|
@@ -2309,10 +2311,10 @@ function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2309
2311
|
autofocus: $setup.props.autofocus
|
|
2310
2312
|
}, [
|
|
2311
2313
|
renderSlot(_ctx.$slots, "default")
|
|
2312
|
-
], 8, _hoisted_1$
|
|
2314
|
+
], 8, _hoisted_1$1n));
|
|
2313
2315
|
}
|
|
2314
|
-
const ButtonOrLinkLayout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2315
|
-
const _sfc_main$
|
|
2316
|
+
const ButtonOrLinkLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc_render$1O], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxButton/ButtonOrLinkLayout.vue"]]);
|
|
2317
|
+
const _sfc_main$1N = /* @__PURE__ */ defineComponent({
|
|
2316
2318
|
__name: "OnyxSystemButton",
|
|
2317
2319
|
props: {
|
|
2318
2320
|
disabled: { type: [Boolean, Symbol], required: false, default: FORM_INJECTED_SYMBOL },
|
|
@@ -2333,11 +2335,11 @@ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
|
|
|
2333
2335
|
return __returned__;
|
|
2334
2336
|
}
|
|
2335
2337
|
});
|
|
2336
|
-
const _hoisted_1$
|
|
2338
|
+
const _hoisted_1$1m = {
|
|
2337
2339
|
key: 1,
|
|
2338
2340
|
class: "onyx-truncation-ellipsis"
|
|
2339
2341
|
};
|
|
2340
|
-
function _sfc_render$
|
|
2342
|
+
function _sfc_render$1N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2341
2343
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
2342
2344
|
key: 0,
|
|
2343
2345
|
class: normalizeClass(["onyx-system-button-skeleton", $setup.props.icon ? "" : "onyx-system-button-skeleton--text"])
|
|
@@ -2353,7 +2355,7 @@ function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2353
2355
|
icon: $setup.props.icon
|
|
2354
2356
|
}, null, 8, ["icon"])) : (openBlock(), createElementBlock(
|
|
2355
2357
|
"span",
|
|
2356
|
-
_hoisted_1$
|
|
2358
|
+
_hoisted_1$1m,
|
|
2357
2359
|
toDisplayString($setup.props.label),
|
|
2358
2360
|
1
|
|
2359
2361
|
/* TEXT */
|
|
@@ -2363,8 +2365,8 @@ function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2363
2365
|
/* STABLE */
|
|
2364
2366
|
}, 16, ["class", "aria-label", "title"]));
|
|
2365
2367
|
}
|
|
2366
|
-
const OnyxSystemButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2367
|
-
const _sfc_main$
|
|
2368
|
+
const OnyxSystemButton = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["render", _sfc_render$1N], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSystemButton/OnyxSystemButton.vue"]]);
|
|
2369
|
+
const _sfc_main$1M = /* @__PURE__ */ defineComponent({
|
|
2368
2370
|
__name: "OnyxAlertModal",
|
|
2369
2371
|
props: {
|
|
2370
2372
|
density: { type: null, required: false },
|
|
@@ -2389,11 +2391,11 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
|
|
|
2389
2391
|
return __returned__;
|
|
2390
2392
|
}
|
|
2391
2393
|
});
|
|
2392
|
-
const _hoisted_1$
|
|
2393
|
-
const _hoisted_2$
|
|
2394
|
-
const _hoisted_3$
|
|
2394
|
+
const _hoisted_1$1l = { class: "onyx-alert-modal__content" };
|
|
2395
|
+
const _hoisted_2$X = { class: "onyx-alert-modal__headline" };
|
|
2396
|
+
const _hoisted_3$D = ["id"];
|
|
2395
2397
|
const _hoisted_4$p = { class: "onyx-alert-modal__actions" };
|
|
2396
|
-
function _sfc_render$
|
|
2398
|
+
function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2397
2399
|
return openBlock(), createBlock($setup["OnyxBasicDialog"], mergeProps({
|
|
2398
2400
|
class: ["onyx-alert-modal", $setup.densityClass]
|
|
2399
2401
|
}, $setup.dialogProps, {
|
|
@@ -2403,7 +2405,7 @@ function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2403
2405
|
"onUpdate:open": _cache[1] || (_cache[1] = ($event) => $setup.emit("update:open", $event))
|
|
2404
2406
|
}), {
|
|
2405
2407
|
default: withCtx(() => [
|
|
2406
|
-
createElementVNode("div", _hoisted_1$
|
|
2408
|
+
createElementVNode("div", _hoisted_1$1l, [
|
|
2407
2409
|
$setup.props.icon ? (openBlock(), createBlock(
|
|
2408
2410
|
$setup["OnyxIcon"],
|
|
2409
2411
|
mergeProps({
|
|
@@ -2415,7 +2417,7 @@ function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2415
2417
|
/* FULL_PROPS */
|
|
2416
2418
|
)) : createCommentVNode("v-if", true),
|
|
2417
2419
|
createElementVNode("div", null, [
|
|
2418
|
-
createElementVNode("div", _hoisted_2$
|
|
2420
|
+
createElementVNode("div", _hoisted_2$X, [
|
|
2419
2421
|
renderSlot(_ctx.$slots, "headline", {
|
|
2420
2422
|
label: $setup.props.label
|
|
2421
2423
|
}, () => [
|
|
@@ -2443,7 +2445,7 @@ function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2443
2445
|
class: "onyx-alert-modal__body onyx-truncation"
|
|
2444
2446
|
}, [
|
|
2445
2447
|
renderSlot(_ctx.$slots, "default")
|
|
2446
|
-
], 8, _hoisted_3$
|
|
2448
|
+
], 8, _hoisted_3$D)
|
|
2447
2449
|
])
|
|
2448
2450
|
]),
|
|
2449
2451
|
createElementVNode("div", _hoisted_4$p, [
|
|
@@ -2454,7 +2456,7 @@ function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2454
2456
|
/* FORWARDED */
|
|
2455
2457
|
}, 16, ["class", "aria-describedby"]);
|
|
2456
2458
|
}
|
|
2457
|
-
const OnyxAlertModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2459
|
+
const OnyxAlertModal = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["render", _sfc_render$1M], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAlertModal/OnyxAlertModal.vue"]]);
|
|
2458
2460
|
const useRootAttrs = () => {
|
|
2459
2461
|
const attrs = useAttrs();
|
|
2460
2462
|
const rootAttrs = computed(
|
|
@@ -2536,7 +2538,7 @@ const mergeVueProps = (...args) => args.reduce((prev, curr) => {
|
|
|
2536
2538
|
merged.ref = mergedRef;
|
|
2537
2539
|
return merged;
|
|
2538
2540
|
}, {});
|
|
2539
|
-
const _sfc_main$
|
|
2541
|
+
const _sfc_main$1L = /* @__PURE__ */ defineComponent({
|
|
2540
2542
|
__name: "OnyxFABButton",
|
|
2541
2543
|
props: {
|
|
2542
2544
|
density: { type: null, required: false },
|
|
@@ -2556,11 +2558,11 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
|
|
|
2556
2558
|
return __returned__;
|
|
2557
2559
|
}
|
|
2558
2560
|
});
|
|
2559
|
-
const _hoisted_1$
|
|
2561
|
+
const _hoisted_1$1k = {
|
|
2560
2562
|
key: 1,
|
|
2561
2563
|
class: "onyx-fab-button__label"
|
|
2562
2564
|
};
|
|
2563
|
-
function _sfc_render$
|
|
2565
|
+
function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2564
2566
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
2565
2567
|
key: 0,
|
|
2566
2568
|
class: normalizeClass(["onyx-fab-button-skeleton", $setup.densityClass])
|
|
@@ -2578,7 +2580,7 @@ function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2578
2580
|
}, null, 8, ["icon"])) : createCommentVNode("v-if", true),
|
|
2579
2581
|
!$setup.props.hideLabel ? (openBlock(), createElementBlock(
|
|
2580
2582
|
"span",
|
|
2581
|
-
_hoisted_1$
|
|
2583
|
+
_hoisted_1$1k,
|
|
2582
2584
|
toDisplayString($setup.props.label),
|
|
2583
2585
|
1
|
|
2584
2586
|
/* TEXT */
|
|
@@ -2588,7 +2590,7 @@ function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2588
2590
|
/* STABLE */
|
|
2589
2591
|
}, 8, ["class", "title", "aria-label", "link"]));
|
|
2590
2592
|
}
|
|
2591
|
-
const OnyxFABButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2593
|
+
const OnyxFABButton = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["render", _sfc_render$1L], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFABButton/OnyxFABButton.vue"]]);
|
|
2592
2594
|
const useResizeObserver = (target, options) => {
|
|
2593
2595
|
const box = options?.box ?? "content-box";
|
|
2594
2596
|
const width = ref(0);
|
|
@@ -2900,7 +2902,7 @@ function useSticky(options) {
|
|
|
2900
2902
|
});
|
|
2901
2903
|
return { stickyStyles, scrolledOut, isSticky, checkVisibilityOnScroll };
|
|
2902
2904
|
}
|
|
2903
|
-
const _sfc_main$
|
|
2905
|
+
const _sfc_main$1K = /* @__PURE__ */ defineComponent({
|
|
2904
2906
|
__name: "OnyxBasicPopover",
|
|
2905
2907
|
props: {
|
|
2906
2908
|
label: { type: String, required: true },
|
|
@@ -3058,8 +3060,8 @@ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
|
|
|
3058
3060
|
return __returned__;
|
|
3059
3061
|
}
|
|
3060
3062
|
});
|
|
3061
|
-
const _hoisted_1$
|
|
3062
|
-
function _sfc_render$
|
|
3063
|
+
const _hoisted_1$1j = ["role", "aria-label"];
|
|
3064
|
+
function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3063
3065
|
return openBlock(), createElementBlock(
|
|
3064
3066
|
"div",
|
|
3065
3067
|
{
|
|
@@ -3078,14 +3080,14 @@ function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3078
3080
|
style: normalizeStyle(!$setup.isSticky ? $setup.popoverStyles : $setup.stickyStyles)
|
|
3079
3081
|
}, [
|
|
3080
3082
|
renderSlot(_ctx.$slots, "content")
|
|
3081
|
-
], 14, _hoisted_1$
|
|
3083
|
+
], 14, _hoisted_1$1j)
|
|
3082
3084
|
],
|
|
3083
3085
|
4
|
|
3084
3086
|
/* STYLE */
|
|
3085
3087
|
);
|
|
3086
3088
|
}
|
|
3087
|
-
const OnyxBasicPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3088
|
-
const _sfc_main$
|
|
3089
|
+
const OnyxBasicPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["render", _sfc_render$1K], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBasicPopover/OnyxBasicPopover.vue"]]);
|
|
3090
|
+
const _sfc_main$1J = /* @__PURE__ */ defineComponent({
|
|
3089
3091
|
__name: "OnyxFlyoutMenu",
|
|
3090
3092
|
props: {
|
|
3091
3093
|
alignment: { type: String, required: false, default: "auto" },
|
|
@@ -3127,9 +3129,9 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
|
|
|
3127
3129
|
return __returned__;
|
|
3128
3130
|
}
|
|
3129
3131
|
});
|
|
3130
|
-
const _hoisted_1$
|
|
3131
|
-
const _hoisted_2$
|
|
3132
|
-
function _sfc_render$
|
|
3132
|
+
const _hoisted_1$1i = { class: "onyx-flyout-menu__list-header" };
|
|
3133
|
+
const _hoisted_2$W = { class: "onyx-flyout-menu__list-footer" };
|
|
3134
|
+
function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3133
3135
|
return openBlock(), createBlock($setup["OnyxBasicPopover"], mergeProps($setup.mergeVueProps($setup.root, { ref: $setup.popover }), {
|
|
3134
3136
|
class: "onyx-component onyx-flyout-menu",
|
|
3135
3137
|
open: $setup.isExpanded,
|
|
@@ -3138,7 +3140,7 @@ function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3138
3140
|
disabled: $props.disabled
|
|
3139
3141
|
}), createSlots({
|
|
3140
3142
|
content: withCtx(() => [
|
|
3141
|
-
createElementVNode("div", _hoisted_1$
|
|
3143
|
+
createElementVNode("div", _hoisted_1$1i, [
|
|
3142
3144
|
renderSlot(_ctx.$slots, "header")
|
|
3143
3145
|
]),
|
|
3144
3146
|
$setup.slots.options ? (openBlock(), createElementBlock(
|
|
@@ -3150,7 +3152,7 @@ function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3150
3152
|
16
|
|
3151
3153
|
/* FULL_PROPS */
|
|
3152
3154
|
)) : createCommentVNode("v-if", true),
|
|
3153
|
-
createElementVNode("div", _hoisted_2$
|
|
3155
|
+
createElementVNode("div", _hoisted_2$W, [
|
|
3154
3156
|
renderSlot(_ctx.$slots, "footer")
|
|
3155
3157
|
])
|
|
3156
3158
|
]),
|
|
@@ -3171,8 +3173,8 @@ function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3171
3173
|
} : void 0
|
|
3172
3174
|
]), 1040, ["open", "label", "alignment", "disabled"]);
|
|
3173
3175
|
}
|
|
3174
|
-
const OnyxFlyoutMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3175
|
-
const _sfc_main$
|
|
3176
|
+
const OnyxFlyoutMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc_render$1J], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxFlyoutMenu/OnyxFlyoutMenu.vue"]]);
|
|
3177
|
+
const _sfc_main$1I = /* @__PURE__ */ defineComponent({
|
|
3176
3178
|
__name: "OnyxFAB",
|
|
3177
3179
|
props: {
|
|
3178
3180
|
density: { type: null, required: false },
|
|
@@ -3211,7 +3213,7 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
|
|
|
3211
3213
|
return __returned__;
|
|
3212
3214
|
}
|
|
3213
3215
|
});
|
|
3214
|
-
function _sfc_render$
|
|
3216
|
+
function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3215
3217
|
return !$setup.hasOptions || $setup.skeleton ? (openBlock(), createBlock($setup["OnyxFABButton"], mergeProps({
|
|
3216
3218
|
key: 0,
|
|
3217
3219
|
class: ["onyx-fab", `onyx-fab--${$setup.props.alignment}`]
|
|
@@ -3241,8 +3243,8 @@ function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3241
3243
|
/* FORWARDED */
|
|
3242
3244
|
}, 8, ["open", "label", "class", "alignment"]));
|
|
3243
3245
|
}
|
|
3244
|
-
const OnyxFAB = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3245
|
-
const _sfc_main$
|
|
3246
|
+
const OnyxFAB = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["render", _sfc_render$1I], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFAB/OnyxFAB.vue"]]);
|
|
3247
|
+
const _sfc_main$1H = /* @__PURE__ */ defineComponent({
|
|
3246
3248
|
__name: "OnyxFABItem",
|
|
3247
3249
|
props: {
|
|
3248
3250
|
density: { type: null, required: false },
|
|
@@ -3265,7 +3267,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
3265
3267
|
return __returned__;
|
|
3266
3268
|
}
|
|
3267
3269
|
});
|
|
3268
|
-
function _sfc_render$
|
|
3270
|
+
function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3269
3271
|
return openBlock(), createElementBlock(
|
|
3270
3272
|
"li",
|
|
3271
3273
|
mergeProps({
|
|
@@ -3280,7 +3282,7 @@ function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3280
3282
|
/* FULL_PROPS */
|
|
3281
3283
|
);
|
|
3282
3284
|
}
|
|
3283
|
-
const OnyxFABItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3285
|
+
const OnyxFABItem = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["render", _sfc_render$1H], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFABItem/OnyxFABItem.vue"]]);
|
|
3284
3286
|
const GLOBAL_FAB_PROVIDER_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
3285
3287
|
const createGlobalFABProvider = () => {
|
|
3286
3288
|
const items = shallowRef([]);
|
|
@@ -3317,7 +3319,7 @@ const useGlobalFAB = () => {
|
|
|
3317
3319
|
);
|
|
3318
3320
|
return globalFABProvider;
|
|
3319
3321
|
};
|
|
3320
|
-
const _sfc_main$
|
|
3322
|
+
const _sfc_main$1G = /* @__PURE__ */ defineComponent({
|
|
3321
3323
|
__name: "OnyxGlobalFAB",
|
|
3322
3324
|
setup(__props, { expose: __expose }) {
|
|
3323
3325
|
__expose();
|
|
@@ -3331,7 +3333,7 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
|
|
|
3331
3333
|
return __returned__;
|
|
3332
3334
|
}
|
|
3333
3335
|
});
|
|
3334
|
-
function _sfc_render$
|
|
3336
|
+
function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3335
3337
|
return $setup.globalFAB.items.value.length === 1 ? (openBlock(), createBlock(
|
|
3336
3338
|
$setup["OnyxFAB"],
|
|
3337
3339
|
normalizeProps(mergeProps({ key: 0 }, $setup.globalFAB.items.value[0].value)),
|
|
@@ -3366,14 +3368,14 @@ function _sfc_render$1E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3366
3368
|
/* STABLE */
|
|
3367
3369
|
}, 8, ["label", "alignment"])) : createCommentVNode("v-if", true);
|
|
3368
3370
|
}
|
|
3369
|
-
const OnyxGlobalFAB = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3370
|
-
const _sfc_main$
|
|
3371
|
-
const _hoisted_1$
|
|
3371
|
+
const OnyxGlobalFAB = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _sfc_render$1G], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalFAB/OnyxGlobalFAB.vue"]]);
|
|
3372
|
+
const _sfc_main$1F = {};
|
|
3373
|
+
const _hoisted_1$1h = {
|
|
3372
3374
|
class: "onyx-component onyx-circle-spinner",
|
|
3373
3375
|
viewBox: "0 0 50 50"
|
|
3374
3376
|
};
|
|
3375
|
-
function _sfc_render$
|
|
3376
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
3377
|
+
function _sfc_render$1F(_ctx, _cache) {
|
|
3378
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$1h, [..._cache[0] || (_cache[0] = [
|
|
3377
3379
|
createElementVNode(
|
|
3378
3380
|
"circle",
|
|
3379
3381
|
{
|
|
@@ -3388,11 +3390,11 @@ function _sfc_render$1D(_ctx, _cache) {
|
|
|
3388
3390
|
)
|
|
3389
3391
|
])]);
|
|
3390
3392
|
}
|
|
3391
|
-
const OnyxCircleSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3392
|
-
const _sfc_main$
|
|
3393
|
-
const _hoisted_1$
|
|
3394
|
-
function _sfc_render$
|
|
3395
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3393
|
+
const OnyxCircleSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_render$1F], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLoadingIndicator/OnyxCircleSpinner.vue"]]);
|
|
3394
|
+
const _sfc_main$1E = {};
|
|
3395
|
+
const _hoisted_1$1g = { class: "onyx-component onyx-loading-dots" };
|
|
3396
|
+
function _sfc_render$1E(_ctx, _cache) {
|
|
3397
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1g, [..._cache[0] || (_cache[0] = [
|
|
3396
3398
|
createElementVNode(
|
|
3397
3399
|
"span",
|
|
3398
3400
|
{ class: "onyx-loading-dots__center" },
|
|
@@ -3402,8 +3404,8 @@ function _sfc_render$1C(_ctx, _cache) {
|
|
|
3402
3404
|
)
|
|
3403
3405
|
])]);
|
|
3404
3406
|
}
|
|
3405
|
-
const OnyxLoadingDots = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3406
|
-
const _sfc_main$
|
|
3407
|
+
const OnyxLoadingDots = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["render", _sfc_render$1E], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLoadingIndicator/OnyxLoadingDots.vue"]]);
|
|
3408
|
+
const _sfc_main$1D = /* @__PURE__ */ defineComponent({
|
|
3407
3409
|
__name: "OnyxLoadingIndicator",
|
|
3408
3410
|
props: {
|
|
3409
3411
|
type: { type: String, required: false, default: "dots" }
|
|
@@ -3416,10 +3418,10 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
|
3416
3418
|
return __returned__;
|
|
3417
3419
|
}
|
|
3418
3420
|
});
|
|
3419
|
-
function _sfc_render$
|
|
3421
|
+
function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3420
3422
|
return $setup.props.type === "circle" ? (openBlock(), createBlock($setup["OnyxCircleSpinner"], { key: 0 })) : $setup.props.type === "dots" ? (openBlock(), createBlock($setup["OnyxLoadingDots"], { key: 1 })) : createCommentVNode("v-if", true);
|
|
3421
3423
|
}
|
|
3422
|
-
const OnyxLoadingIndicator = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3424
|
+
const OnyxLoadingIndicator = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["render", _sfc_render$1D], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLoadingIndicator/OnyxLoadingIndicator.vue"]]);
|
|
3423
3425
|
const useRipple = (container) => {
|
|
3424
3426
|
const isPointerDown = ref(false);
|
|
3425
3427
|
const ripples = reactive(/* @__PURE__ */ new Map());
|
|
@@ -3466,7 +3468,7 @@ const useRipple = (container) => {
|
|
|
3466
3468
|
});
|
|
3467
3469
|
return { isPointerDown, ripples, startRipple, hideRipples, hideRipple, events };
|
|
3468
3470
|
};
|
|
3469
|
-
const _sfc_main$
|
|
3471
|
+
const _sfc_main$1C = /* @__PURE__ */ defineComponent({
|
|
3470
3472
|
__name: "OnyxRipple",
|
|
3471
3473
|
setup(__props, { expose: __expose }) {
|
|
3472
3474
|
const rippleTrigger = useTemplateRef("rippleTriggerRef");
|
|
@@ -3479,16 +3481,16 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
|
|
|
3479
3481
|
return __returned__;
|
|
3480
3482
|
}
|
|
3481
3483
|
});
|
|
3482
|
-
const _hoisted_1$
|
|
3484
|
+
const _hoisted_1$1f = {
|
|
3483
3485
|
ref: "rippleTriggerRef",
|
|
3484
3486
|
class: "onyx-component onyx-ripple",
|
|
3485
3487
|
"aria-hidden": "true"
|
|
3486
3488
|
};
|
|
3487
|
-
const _hoisted_2$
|
|
3488
|
-
function _sfc_render$
|
|
3489
|
+
const _hoisted_2$V = ["data-rippleid"];
|
|
3490
|
+
function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3489
3491
|
return openBlock(), createElementBlock(
|
|
3490
3492
|
"span",
|
|
3491
|
-
_hoisted_1$
|
|
3493
|
+
_hoisted_1$1f,
|
|
3492
3494
|
[
|
|
3493
3495
|
(openBlock(true), createElementBlock(
|
|
3494
3496
|
Fragment,
|
|
@@ -3503,7 +3505,7 @@ function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3503
3505
|
}),
|
|
3504
3506
|
"data-rippleid": key,
|
|
3505
3507
|
onAnimationend: _cache[0] || (_cache[0] = ($event) => $setup.hideRipple($event.target))
|
|
3506
|
-
}, null, 44, _hoisted_2$
|
|
3508
|
+
}, null, 44, _hoisted_2$V);
|
|
3507
3509
|
}),
|
|
3508
3510
|
128
|
|
3509
3511
|
/* KEYED_FRAGMENT */
|
|
@@ -3513,8 +3515,8 @@ function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3513
3515
|
/* NEED_PATCH */
|
|
3514
3516
|
);
|
|
3515
3517
|
}
|
|
3516
|
-
const OnyxRipple = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3517
|
-
const _sfc_main$
|
|
3518
|
+
const OnyxRipple = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc_render$1C], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRipple/OnyxRipple.vue"]]);
|
|
3519
|
+
const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
3518
3520
|
__name: "OnyxButton",
|
|
3519
3521
|
props: {
|
|
3520
3522
|
density: { type: null, required: false },
|
|
@@ -3544,8 +3546,8 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
|
3544
3546
|
return __returned__;
|
|
3545
3547
|
}
|
|
3546
3548
|
});
|
|
3547
|
-
const _hoisted_1$
|
|
3548
|
-
function _sfc_render$
|
|
3549
|
+
const _hoisted_1$1e = { class: "onyx-button__label onyx-truncation-ellipsis" };
|
|
3550
|
+
function _sfc_render$1B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3549
3551
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
3550
3552
|
key: 0,
|
|
3551
3553
|
class: normalizeClass(["onyx-button-skeleton", $setup.densityClass])
|
|
@@ -3582,7 +3584,7 @@ function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3582
3584
|
})) : createCommentVNode("v-if", true),
|
|
3583
3585
|
createElementVNode(
|
|
3584
3586
|
"span",
|
|
3585
|
-
_hoisted_1$
|
|
3587
|
+
_hoisted_1$1e,
|
|
3586
3588
|
toDisplayString($setup.props.label),
|
|
3587
3589
|
1
|
|
3588
3590
|
/* TEXT */
|
|
@@ -3597,8 +3599,8 @@ function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3597
3599
|
/* STABLE */
|
|
3598
3600
|
}, 16, ["class", "aria-label"]));
|
|
3599
3601
|
}
|
|
3600
|
-
const OnyxButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3601
|
-
const _sfc_main$
|
|
3602
|
+
const OnyxButton = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_render$1B], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxButton/OnyxButton.vue"]]);
|
|
3603
|
+
const _sfc_main$1A = /* @__PURE__ */ defineComponent({
|
|
3602
3604
|
__name: "OnyxInfoCard",
|
|
3603
3605
|
props: {
|
|
3604
3606
|
density: { type: null, required: false },
|
|
@@ -3625,16 +3627,16 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
|
|
|
3625
3627
|
return __returned__;
|
|
3626
3628
|
}
|
|
3627
3629
|
});
|
|
3628
|
-
const _hoisted_1$
|
|
3629
|
-
const _hoisted_2$
|
|
3630
|
+
const _hoisted_1$1d = { class: "onyx-info-card__content" };
|
|
3631
|
+
const _hoisted_2$U = {
|
|
3630
3632
|
key: 3,
|
|
3631
3633
|
class: "onyx-info-card__description onyx-text--small"
|
|
3632
3634
|
};
|
|
3633
|
-
const _hoisted_3$
|
|
3635
|
+
const _hoisted_3$C = {
|
|
3634
3636
|
key: 4,
|
|
3635
3637
|
class: "onyx-info-card__buttons onyx-density-compact"
|
|
3636
3638
|
};
|
|
3637
|
-
function _sfc_render$
|
|
3639
|
+
function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3638
3640
|
return openBlock(), createElementBlock(
|
|
3639
3641
|
"div",
|
|
3640
3642
|
{
|
|
@@ -3646,7 +3648,7 @@ function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3646
3648
|
class: "onyx-info-card__icon",
|
|
3647
3649
|
icon: $setup.props.icon
|
|
3648
3650
|
}, null, 8, ["icon"])) : createCommentVNode("v-if", true),
|
|
3649
|
-
createElementVNode("div", _hoisted_1$
|
|
3651
|
+
createElementVNode("div", _hoisted_1$1d, [
|
|
3650
3652
|
$setup.props.headline ? (openBlock(), createBlock($setup["OnyxHeadline"], {
|
|
3651
3653
|
key: 0,
|
|
3652
3654
|
is: "h3",
|
|
@@ -3689,10 +3691,10 @@ function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3689
3691
|
color: $setup.systemButtonColor,
|
|
3690
3692
|
onClick: _cache[0] || (_cache[0] = ($event) => $setup.emit("close"))
|
|
3691
3693
|
}, null, 8, ["icon", "label", "color"])) : createCommentVNode("v-if", true),
|
|
3692
|
-
!!$setup.slots.default ? (openBlock(), createElementBlock("p", _hoisted_2$
|
|
3694
|
+
!!$setup.slots.default ? (openBlock(), createElementBlock("p", _hoisted_2$U, [
|
|
3693
3695
|
renderSlot(_ctx.$slots, "default")
|
|
3694
3696
|
])) : createCommentVNode("v-if", true),
|
|
3695
|
-
!!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
3697
|
+
!!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$C, [
|
|
3696
3698
|
renderSlot(_ctx.$slots, "buttons")
|
|
3697
3699
|
])) : createCommentVNode("v-if", true)
|
|
3698
3700
|
])
|
|
@@ -3701,8 +3703,8 @@ function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3701
3703
|
/* CLASS */
|
|
3702
3704
|
);
|
|
3703
3705
|
}
|
|
3704
|
-
const OnyxInfoCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3705
|
-
const _sfc_main$
|
|
3706
|
+
const OnyxInfoCard = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$1A], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxInfoCard/OnyxInfoCard.vue"]]);
|
|
3707
|
+
const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
3706
3708
|
__name: "OnyxNotificationMessage",
|
|
3707
3709
|
props: {
|
|
3708
3710
|
headline: { type: String, required: true },
|
|
@@ -3720,7 +3722,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
|
3720
3722
|
return __returned__;
|
|
3721
3723
|
}
|
|
3722
3724
|
});
|
|
3723
|
-
function _sfc_render$
|
|
3725
|
+
function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3724
3726
|
return openBlock(), createBlock($setup["OnyxInfoCard"], {
|
|
3725
3727
|
class: normalizeClass(["onyx-component onyx-notification-message", [
|
|
3726
3728
|
"onyx-component",
|
|
@@ -3753,7 +3755,7 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3753
3755
|
} : void 0
|
|
3754
3756
|
]), 1032, ["class", "headline", "icon", "style", "aria-label"]);
|
|
3755
3757
|
}
|
|
3756
|
-
const OnyxNotificationMessage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3758
|
+
const OnyxNotificationMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["render", _sfc_render$1z], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotificationMessage/OnyxNotificationMessage.vue"]]);
|
|
3757
3759
|
const NOTIFICATIONS_PROVIDER_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
3758
3760
|
const createNotificationsProvider = () => {
|
|
3759
3761
|
let nextId = 1;
|
|
@@ -3798,7 +3800,7 @@ const useNotification = () => {
|
|
|
3798
3800
|
);
|
|
3799
3801
|
return notificationsProvider;
|
|
3800
3802
|
};
|
|
3801
|
-
const _sfc_main$
|
|
3803
|
+
const _sfc_main$1y = /* @__PURE__ */ defineComponent({
|
|
3802
3804
|
__name: "OnyxNotifications",
|
|
3803
3805
|
setup(__props, { expose: __expose }) {
|
|
3804
3806
|
__expose();
|
|
@@ -3808,15 +3810,15 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
3808
3810
|
return __returned__;
|
|
3809
3811
|
}
|
|
3810
3812
|
});
|
|
3811
|
-
const _hoisted_1$
|
|
3813
|
+
const _hoisted_1$1c = {
|
|
3812
3814
|
key: 0,
|
|
3813
3815
|
class: "onyx-component onyx-notifications",
|
|
3814
3816
|
role: "presentation",
|
|
3815
3817
|
"aria-live": "polite",
|
|
3816
3818
|
open: ""
|
|
3817
3819
|
};
|
|
3818
|
-
function _sfc_render$
|
|
3819
|
-
return $setup.notificationProvider.notifications.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$
|
|
3820
|
+
function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3821
|
+
return $setup.notificationProvider.notifications.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$1c, [
|
|
3820
3822
|
(openBlock(true), createElementBlock(
|
|
3821
3823
|
Fragment,
|
|
3822
3824
|
null,
|
|
@@ -3868,8 +3870,8 @@ function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3868
3870
|
))
|
|
3869
3871
|
])) : createCommentVNode("v-if", true);
|
|
3870
3872
|
}
|
|
3871
|
-
const OnyxNotifications = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3872
|
-
const _sfc_main$
|
|
3873
|
+
const OnyxNotifications = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["render", _sfc_render$1y], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotifications/OnyxNotifications.vue"]]);
|
|
3874
|
+
const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
3873
3875
|
__name: "OnyxToastMessage",
|
|
3874
3876
|
props: {
|
|
3875
3877
|
density: { type: null, required: false },
|
|
@@ -3905,9 +3907,9 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
|
3905
3907
|
return __returned__;
|
|
3906
3908
|
}
|
|
3907
3909
|
});
|
|
3908
|
-
const _hoisted_1$
|
|
3909
|
-
const _hoisted_2$
|
|
3910
|
-
const _hoisted_3$
|
|
3910
|
+
const _hoisted_1$1b = { class: "onyx-toast-message__wrapper" };
|
|
3911
|
+
const _hoisted_2$T = { class: "onyx-toast-message__content onyx-truncation-ellipsis" };
|
|
3912
|
+
const _hoisted_3$B = { class: "onyx-toast-message__headline onyx-text" };
|
|
3911
3913
|
const _hoisted_4$o = { class: "onyx-truncation-ellipsis" };
|
|
3912
3914
|
const _hoisted_5$h = ["aria-label"];
|
|
3913
3915
|
const _hoisted_6$d = {
|
|
@@ -3915,20 +3917,20 @@ const _hoisted_6$d = {
|
|
|
3915
3917
|
class: "onyx-toast-message__description onyx-text--small onyx-truncation-multiline",
|
|
3916
3918
|
tabindex: "0"
|
|
3917
3919
|
};
|
|
3918
|
-
function _sfc_render$
|
|
3920
|
+
function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3919
3921
|
return openBlock(), createBlock(resolveDynamicComponent($setup.props.clickable ? "button" : "div"), {
|
|
3920
3922
|
class: normalizeClass(["onyx-component onyx-toast-message", [`onyx-toast-message--${$setup.props.color}`, $setup.densityClass]]),
|
|
3921
3923
|
role: $setup.props.color === "danger" || $setup.props.color === "warning" ? "alert" : "status",
|
|
3922
3924
|
"aria-label": $setup.props.clickable ? $setup.props.headline : void 0
|
|
3923
3925
|
}, {
|
|
3924
3926
|
default: withCtx(() => [
|
|
3925
|
-
createElementVNode("div", _hoisted_1$
|
|
3927
|
+
createElementVNode("div", _hoisted_1$1b, [
|
|
3926
3928
|
$setup.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
|
|
3927
3929
|
key: 0,
|
|
3928
3930
|
icon: $setup.icon
|
|
3929
3931
|
}, null, 8, ["icon"])) : createCommentVNode("v-if", true),
|
|
3930
|
-
createElementVNode("div", _hoisted_2$
|
|
3931
|
-
createElementVNode("div", _hoisted_3$
|
|
3932
|
+
createElementVNode("div", _hoisted_2$T, [
|
|
3933
|
+
createElementVNode("div", _hoisted_3$B, [
|
|
3932
3934
|
createElementVNode(
|
|
3933
3935
|
"span",
|
|
3934
3936
|
_hoisted_4$o,
|
|
@@ -3973,7 +3975,7 @@ function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3973
3975
|
/* STABLE */
|
|
3974
3976
|
}, 8, ["class", "role", "aria-label"]);
|
|
3975
3977
|
}
|
|
3976
|
-
const OnyxToastMessage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3978
|
+
const OnyxToastMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sfc_render$1x], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxToastMessage/OnyxToastMessage.vue"]]);
|
|
3977
3979
|
const TOAST_PROVIDER_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
3978
3980
|
const createToastProvider = () => {
|
|
3979
3981
|
let nextId = 1;
|
|
@@ -4016,7 +4018,7 @@ const useToast = () => {
|
|
|
4016
4018
|
);
|
|
4017
4019
|
return toastProvider;
|
|
4018
4020
|
};
|
|
4019
|
-
const _sfc_main$
|
|
4021
|
+
const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
4020
4022
|
__name: "OnyxToast",
|
|
4021
4023
|
setup(__props, { expose: __expose }) {
|
|
4022
4024
|
__expose();
|
|
@@ -4026,15 +4028,15 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
|
4026
4028
|
return __returned__;
|
|
4027
4029
|
}
|
|
4028
4030
|
});
|
|
4029
|
-
const _hoisted_1$
|
|
4031
|
+
const _hoisted_1$1a = {
|
|
4030
4032
|
key: 0,
|
|
4031
4033
|
class: "onyx-component onyx-toast",
|
|
4032
4034
|
role: "presentation",
|
|
4033
4035
|
"aria-live": "polite",
|
|
4034
4036
|
open: ""
|
|
4035
4037
|
};
|
|
4036
|
-
function _sfc_render$
|
|
4037
|
-
return $setup.toastProvider.toasts.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$
|
|
4038
|
+
function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4039
|
+
return $setup.toastProvider.toasts.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$1a, [
|
|
4038
4040
|
(openBlock(true), createElementBlock(
|
|
4039
4041
|
Fragment,
|
|
4040
4042
|
null,
|
|
@@ -4052,8 +4054,8 @@ function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4052
4054
|
))
|
|
4053
4055
|
])) : createCommentVNode("v-if", true);
|
|
4054
4056
|
}
|
|
4055
|
-
const OnyxToast = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4056
|
-
const _sfc_main$
|
|
4057
|
+
const OnyxToast = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_render$1w], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxToast/OnyxToast.vue"]]);
|
|
4058
|
+
const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
4057
4059
|
__name: "OnyxAppLayout",
|
|
4058
4060
|
props: {
|
|
4059
4061
|
navBarAlignment: { type: String, required: false, default: "top" }
|
|
@@ -4067,22 +4069,22 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
|
4067
4069
|
return __returned__;
|
|
4068
4070
|
}
|
|
4069
4071
|
});
|
|
4070
|
-
const _hoisted_1$
|
|
4072
|
+
const _hoisted_1$19 = {
|
|
4071
4073
|
key: 0,
|
|
4072
4074
|
class: "onyx-app__nav"
|
|
4073
4075
|
};
|
|
4074
|
-
const _hoisted_2$
|
|
4075
|
-
function _sfc_render$
|
|
4076
|
+
const _hoisted_2$S = { class: "onyx-app__page" };
|
|
4077
|
+
function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4076
4078
|
return openBlock(), createElementBlock(
|
|
4077
4079
|
"div",
|
|
4078
4080
|
{
|
|
4079
4081
|
class: normalizeClass(["onyx-component onyx-app", { "onyx-app--horizontal": $setup.props.navBarAlignment === "left" }])
|
|
4080
4082
|
},
|
|
4081
4083
|
[
|
|
4082
|
-
$setup.slots.navBar ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4084
|
+
$setup.slots.navBar ? (openBlock(), createElementBlock("div", _hoisted_1$19, [
|
|
4083
4085
|
renderSlot(_ctx.$slots, "navBar")
|
|
4084
4086
|
])) : createCommentVNode("v-if", true),
|
|
4085
|
-
createElementVNode("div", _hoisted_2$
|
|
4087
|
+
createElementVNode("div", _hoisted_2$S, [
|
|
4086
4088
|
renderSlot(_ctx.$slots, "default")
|
|
4087
4089
|
]),
|
|
4088
4090
|
createVNode($setup["OnyxToast"]),
|
|
@@ -4093,8 +4095,8 @@ function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4093
4095
|
/* CLASS */
|
|
4094
4096
|
);
|
|
4095
4097
|
}
|
|
4096
|
-
const OnyxAppLayout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4097
|
-
const _sfc_main$
|
|
4098
|
+
const OnyxAppLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_render$1v], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAppLayout/OnyxAppLayout.vue"]]);
|
|
4099
|
+
const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
4098
4100
|
__name: "OnyxAvatar",
|
|
4099
4101
|
props: {
|
|
4100
4102
|
size: { type: null, required: false, default: "48px" },
|
|
@@ -4128,13 +4130,13 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
|
|
|
4128
4130
|
return __returned__;
|
|
4129
4131
|
}
|
|
4130
4132
|
});
|
|
4131
|
-
const _hoisted_1$
|
|
4132
|
-
const _hoisted_2$
|
|
4133
|
-
const _hoisted_3$
|
|
4133
|
+
const _hoisted_1$18 = ["title", "aria-label"];
|
|
4134
|
+
const _hoisted_2$R = ["src", "alt"];
|
|
4135
|
+
const _hoisted_3$A = {
|
|
4134
4136
|
key: 0,
|
|
4135
4137
|
class: "onyx-avatar__initials"
|
|
4136
4138
|
};
|
|
4137
|
-
function _sfc_render$
|
|
4139
|
+
function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4138
4140
|
return openBlock(), createElementBlock("figure", {
|
|
4139
4141
|
class: normalizeClass([
|
|
4140
4142
|
"onyx-component",
|
|
@@ -4151,13 +4153,13 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4151
4153
|
src: $setup.props.src,
|
|
4152
4154
|
alt: $setup.ariaLabel,
|
|
4153
4155
|
onError: _cache[0] || (_cache[0] = ($event) => $setup.hasImageError = true)
|
|
4154
|
-
}, null, 40, _hoisted_2$
|
|
4156
|
+
}, null, 40, _hoisted_2$R)) : (openBlock(), createElementBlock(
|
|
4155
4157
|
Fragment,
|
|
4156
4158
|
{ key: 1 },
|
|
4157
4159
|
[
|
|
4158
4160
|
$setup.initials ? (openBlock(), createElementBlock(
|
|
4159
4161
|
"div",
|
|
4160
|
-
_hoisted_3$
|
|
4162
|
+
_hoisted_3$A,
|
|
4161
4163
|
toDisplayString($setup.initials),
|
|
4162
4164
|
1
|
|
4163
4165
|
/* TEXT */
|
|
@@ -4170,10 +4172,10 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4170
4172
|
64
|
|
4171
4173
|
/* STABLE_FRAGMENT */
|
|
4172
4174
|
))
|
|
4173
|
-
], 10, _hoisted_1$
|
|
4175
|
+
], 10, _hoisted_1$18);
|
|
4174
4176
|
}
|
|
4175
|
-
const OnyxAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4176
|
-
const _sfc_main$
|
|
4177
|
+
const OnyxAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$1u], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAvatar/OnyxAvatar.vue"]]);
|
|
4178
|
+
const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
4177
4179
|
__name: "OnyxAvatarStack",
|
|
4178
4180
|
setup(__props, { expose: __expose }) {
|
|
4179
4181
|
__expose();
|
|
@@ -4182,14 +4184,14 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
|
4182
4184
|
return __returned__;
|
|
4183
4185
|
}
|
|
4184
4186
|
});
|
|
4185
|
-
const _hoisted_1$
|
|
4186
|
-
function _sfc_render$
|
|
4187
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
4187
|
+
const _hoisted_1$17 = { class: "onyx-component onyx-avatar-stack" };
|
|
4188
|
+
function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4189
|
+
return openBlock(), createElementBlock("div", _hoisted_1$17, [
|
|
4188
4190
|
renderSlot(_ctx.$slots, "default")
|
|
4189
4191
|
]);
|
|
4190
4192
|
}
|
|
4191
|
-
const OnyxAvatarStack = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4192
|
-
const _sfc_main$
|
|
4193
|
+
const OnyxAvatarStack = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["render", _sfc_render$1t], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAvatarStack/OnyxAvatarStack.vue"]]);
|
|
4194
|
+
const _sfc_main$1s = /* @__PURE__ */ defineComponent({
|
|
4193
4195
|
__name: "OnyxTooltip",
|
|
4194
4196
|
props: {
|
|
4195
4197
|
density: { type: null, required: false },
|
|
@@ -4344,8 +4346,8 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
4344
4346
|
return __returned__;
|
|
4345
4347
|
}
|
|
4346
4348
|
});
|
|
4347
|
-
const _hoisted_1$
|
|
4348
|
-
function _sfc_render$
|
|
4349
|
+
const _hoisted_1$16 = { class: "onyx-tooltip--content" };
|
|
4350
|
+
function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4349
4351
|
return openBlock(), createElementBlock(
|
|
4350
4352
|
"div",
|
|
4351
4353
|
{
|
|
@@ -4361,7 +4363,7 @@ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4361
4363
|
style: $setup.tooltipStyles
|
|
4362
4364
|
}),
|
|
4363
4365
|
[
|
|
4364
|
-
createElementVNode("div", _hoisted_1$
|
|
4366
|
+
createElementVNode("div", _hoisted_1$16, [
|
|
4365
4367
|
$setup.props.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
|
|
4366
4368
|
key: 0,
|
|
4367
4369
|
icon: $setup.props.icon,
|
|
@@ -4385,8 +4387,8 @@ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4385
4387
|
/* CLASS, STYLE */
|
|
4386
4388
|
);
|
|
4387
4389
|
}
|
|
4388
|
-
const OnyxTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4389
|
-
const _sfc_main$
|
|
4390
|
+
const OnyxTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _sfc_render$1s], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTooltip/OnyxTooltip.vue"]]);
|
|
4391
|
+
const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
4390
4392
|
__name: "OnyxBadge",
|
|
4391
4393
|
props: {
|
|
4392
4394
|
density: { type: null, required: false },
|
|
@@ -4419,8 +4421,8 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
|
4419
4421
|
return __returned__;
|
|
4420
4422
|
}
|
|
4421
4423
|
});
|
|
4422
|
-
const _hoisted_1$
|
|
4423
|
-
function _sfc_render$
|
|
4424
|
+
const _hoisted_1$15 = ["aria-pressed"];
|
|
4425
|
+
function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4424
4426
|
return $setup.clickable ? (openBlock(), createBlock($setup["OnyxTooltip"], {
|
|
4425
4427
|
key: 0,
|
|
4426
4428
|
text: $setup.clickable.label
|
|
@@ -4449,7 +4451,7 @@ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4449
4451
|
64
|
|
4450
4452
|
/* STABLE_FRAGMENT */
|
|
4451
4453
|
)) : createCommentVNode("v-if", true)
|
|
4452
|
-
], 16, _hoisted_1$
|
|
4454
|
+
], 16, _hoisted_1$15)
|
|
4453
4455
|
]),
|
|
4454
4456
|
_: 3
|
|
4455
4457
|
/* FORWARDED */
|
|
@@ -4478,8 +4480,8 @@ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4478
4480
|
/* CLASS */
|
|
4479
4481
|
));
|
|
4480
4482
|
}
|
|
4481
|
-
const OnyxBadge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4482
|
-
const _sfc_main$
|
|
4483
|
+
const OnyxBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1r], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBadge/OnyxBadge.vue"]]);
|
|
4484
|
+
const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
4483
4485
|
__name: "OnyxBottomBar",
|
|
4484
4486
|
props: {
|
|
4485
4487
|
density: { type: null, required: false },
|
|
@@ -4494,10 +4496,10 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
4494
4496
|
return __returned__;
|
|
4495
4497
|
}
|
|
4496
4498
|
});
|
|
4497
|
-
const _hoisted_1$
|
|
4498
|
-
const _hoisted_2$
|
|
4499
|
-
const _hoisted_3$
|
|
4500
|
-
function _sfc_render$
|
|
4499
|
+
const _hoisted_1$14 = { class: "onyx-bottom-bar__content onyx-grid-container" };
|
|
4500
|
+
const _hoisted_2$Q = { class: "onyx-bottom-bar__content--left" };
|
|
4501
|
+
const _hoisted_3$z = { class: "onyx-bottom-bar__content--right" };
|
|
4502
|
+
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4501
4503
|
return openBlock(), createElementBlock(
|
|
4502
4504
|
"div",
|
|
4503
4505
|
{
|
|
@@ -4509,11 +4511,11 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4509
4511
|
])
|
|
4510
4512
|
},
|
|
4511
4513
|
[
|
|
4512
|
-
createElementVNode("div", _hoisted_1$
|
|
4513
|
-
createElementVNode("div", _hoisted_2$
|
|
4514
|
+
createElementVNode("div", _hoisted_1$14, [
|
|
4515
|
+
createElementVNode("div", _hoisted_2$Q, [
|
|
4514
4516
|
renderSlot(_ctx.$slots, "left")
|
|
4515
4517
|
]),
|
|
4516
|
-
createElementVNode("div", _hoisted_3$
|
|
4518
|
+
createElementVNode("div", _hoisted_3$z, [
|
|
4517
4519
|
renderSlot(_ctx.$slots, "default")
|
|
4518
4520
|
])
|
|
4519
4521
|
])
|
|
@@ -4522,7 +4524,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4522
4524
|
/* CLASS */
|
|
4523
4525
|
);
|
|
4524
4526
|
}
|
|
4525
|
-
const OnyxBottomBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4527
|
+
const OnyxBottomBar = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBottomBar/OnyxBottomBar.vue"]]);
|
|
4526
4528
|
const useMoreList = (options) => {
|
|
4527
4529
|
const visibleElements = ref();
|
|
4528
4530
|
const hiddenElements = ref();
|
|
@@ -4617,7 +4619,7 @@ const useMoreListChild = (injectionKey) => {
|
|
|
4617
4619
|
};
|
|
4618
4620
|
const BREADCRUMB_MORE_LIST_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
4619
4621
|
const BREADCRUMB_MORE_LIST_TARGET_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
4620
|
-
const _sfc_main$
|
|
4622
|
+
const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
4621
4623
|
__name: "OnyxExternalLinkIcon",
|
|
4622
4624
|
props: {
|
|
4623
4625
|
href: { type: String, required: false },
|
|
@@ -4638,7 +4640,7 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
|
|
|
4638
4640
|
return __returned__;
|
|
4639
4641
|
}
|
|
4640
4642
|
});
|
|
4641
|
-
function _sfc_render$
|
|
4643
|
+
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4642
4644
|
return $setup.isVisible ? (openBlock(), createBlock($setup["OnyxIcon"], {
|
|
4643
4645
|
key: 0,
|
|
4644
4646
|
class: "onyx-component onyx-external-link-icon",
|
|
@@ -4646,8 +4648,8 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4646
4648
|
size: "16px"
|
|
4647
4649
|
}, null, 8, ["icon"])) : createCommentVNode("v-if", true);
|
|
4648
4650
|
}
|
|
4649
|
-
const OnyxExternalLinkIcon = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4650
|
-
const _sfc_main$
|
|
4651
|
+
const OnyxExternalLinkIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxExternalLinkIcon/OnyxExternalLinkIcon.vue"]]);
|
|
4652
|
+
const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
4651
4653
|
__name: "OnyxListItem",
|
|
4652
4654
|
props: {
|
|
4653
4655
|
density: { type: null, required: false },
|
|
@@ -4666,7 +4668,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
4666
4668
|
return __returned__;
|
|
4667
4669
|
}
|
|
4668
4670
|
});
|
|
4669
|
-
function _sfc_render$
|
|
4671
|
+
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4670
4672
|
return openBlock(), createElementBlock(
|
|
4671
4673
|
"li",
|
|
4672
4674
|
{
|
|
@@ -4688,8 +4690,8 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4688
4690
|
/* CLASS */
|
|
4689
4691
|
);
|
|
4690
4692
|
}
|
|
4691
|
-
const OnyxListItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4692
|
-
const _sfc_main$
|
|
4693
|
+
const OnyxListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxListItem/OnyxListItem.vue"]]);
|
|
4694
|
+
const _sfc_main$1n = /* @__PURE__ */ defineComponent({
|
|
4693
4695
|
...{ inheritAttrs: false },
|
|
4694
4696
|
__name: "OnyxMenuItem",
|
|
4695
4697
|
props: {
|
|
@@ -4768,17 +4770,17 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
4768
4770
|
return __returned__;
|
|
4769
4771
|
}
|
|
4770
4772
|
});
|
|
4771
|
-
const _hoisted_1$
|
|
4772
|
-
const _hoisted_2$
|
|
4773
|
+
const _hoisted_1$13 = { class: "onyx-truncation-ellipsis" };
|
|
4774
|
+
const _hoisted_2$P = {
|
|
4773
4775
|
key: 0,
|
|
4774
4776
|
class: "onyx-menu-item__chevron"
|
|
4775
4777
|
};
|
|
4776
|
-
const _hoisted_3$
|
|
4778
|
+
const _hoisted_3$y = {
|
|
4777
4779
|
key: 0,
|
|
4778
4780
|
role: "menu",
|
|
4779
4781
|
class: "onyx-menu-item__children"
|
|
4780
4782
|
};
|
|
4781
|
-
function _sfc_render$
|
|
4783
|
+
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4782
4784
|
const _component_OnyxMenuItem = resolveComponent("OnyxMenuItem", true);
|
|
4783
4785
|
return openBlock(), createBlock($setup["OnyxListItem"], mergeProps({
|
|
4784
4786
|
selected: $setup.isActive,
|
|
@@ -4799,7 +4801,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4799
4801
|
createElementVNode("span", null, [
|
|
4800
4802
|
createElementVNode(
|
|
4801
4803
|
"span",
|
|
4802
|
-
_hoisted_1$
|
|
4804
|
+
_hoisted_1$13,
|
|
4803
4805
|
toDisplayString($setup.props.label),
|
|
4804
4806
|
1
|
|
4805
4807
|
/* TEXT */
|
|
@@ -4813,7 +4815,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4813
4815
|
)
|
|
4814
4816
|
])
|
|
4815
4817
|
]),
|
|
4816
|
-
$setup.hasChildren ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
4818
|
+
$setup.hasChildren ? (openBlock(), createElementBlock("div", _hoisted_2$P, [
|
|
4817
4819
|
createVNode($setup["OnyxIcon"], {
|
|
4818
4820
|
icon: $setup.iconChevronRightSmall,
|
|
4819
4821
|
size: "24px"
|
|
@@ -4827,7 +4829,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4827
4829
|
]),
|
|
4828
4830
|
$setup.hasChildren ? withDirectives((openBlock(), createElementBlock(
|
|
4829
4831
|
"ul",
|
|
4830
|
-
_hoisted_3$
|
|
4832
|
+
_hoisted_3$y,
|
|
4831
4833
|
[
|
|
4832
4834
|
createVNode(
|
|
4833
4835
|
_component_OnyxMenuItem,
|
|
@@ -4864,8 +4866,8 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4864
4866
|
/* FORWARDED */
|
|
4865
4867
|
}, 16, ["selected", "active", "color", "disabled", "class"]);
|
|
4866
4868
|
}
|
|
4867
|
-
const OnyxMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4868
|
-
const _sfc_main$
|
|
4869
|
+
const OnyxMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.vue"]]);
|
|
4870
|
+
const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
4869
4871
|
...{ inheritAttrs: false },
|
|
4870
4872
|
__name: "OnyxBreadcrumbItem",
|
|
4871
4873
|
props: {
|
|
@@ -4891,7 +4893,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
4891
4893
|
return __returned__;
|
|
4892
4894
|
}
|
|
4893
4895
|
});
|
|
4894
|
-
function _sfc_render$
|
|
4896
|
+
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4895
4897
|
return openBlock(), createElementBlock(
|
|
4896
4898
|
Fragment,
|
|
4897
4899
|
null,
|
|
@@ -4951,8 +4953,8 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4951
4953
|
/* STABLE_FRAGMENT */
|
|
4952
4954
|
);
|
|
4953
4955
|
}
|
|
4954
|
-
const OnyxBreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4955
|
-
const _sfc_main$
|
|
4956
|
+
const OnyxBreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBreadcrumbItem/OnyxBreadcrumbItem.vue"]]);
|
|
4957
|
+
const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
4956
4958
|
__name: "OnyxMoreList",
|
|
4957
4959
|
props: {
|
|
4958
4960
|
injectionKey: { type: [Symbol, Object], required: true },
|
|
@@ -4985,7 +4987,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
4985
4987
|
return __returned__;
|
|
4986
4988
|
}
|
|
4987
4989
|
});
|
|
4988
|
-
function _sfc_render$
|
|
4990
|
+
function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4989
4991
|
return openBlock(), createBlock(
|
|
4990
4992
|
resolveDynamicComponent($setup.props.is),
|
|
4991
4993
|
{
|
|
@@ -5025,8 +5027,8 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5025
5027
|
/* NEED_PATCH */
|
|
5026
5028
|
);
|
|
5027
5029
|
}
|
|
5028
|
-
const OnyxMoreList = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5029
|
-
const _sfc_main$
|
|
5030
|
+
const OnyxMoreList = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxMoreList/OnyxMoreList.vue"]]);
|
|
5031
|
+
const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
5030
5032
|
__name: "OnyxBreadcrumb",
|
|
5031
5033
|
props: {
|
|
5032
5034
|
density: { type: null, required: false },
|
|
@@ -5052,13 +5054,13 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
|
5052
5054
|
return __returned__;
|
|
5053
5055
|
}
|
|
5054
5056
|
});
|
|
5055
|
-
const _hoisted_1$
|
|
5056
|
-
const _hoisted_2$
|
|
5057
|
+
const _hoisted_1$12 = ["aria-label", "aria-hidden"];
|
|
5058
|
+
const _hoisted_2$O = {
|
|
5057
5059
|
class: "onyx-breadcrumb__list onyx-grid-container",
|
|
5058
5060
|
role: "menu"
|
|
5059
5061
|
};
|
|
5060
|
-
const _hoisted_3$
|
|
5061
|
-
function _sfc_render$
|
|
5062
|
+
const _hoisted_3$x = { ref: "moreListRef" };
|
|
5063
|
+
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5062
5064
|
return openBlock(), createElementBlock("nav", {
|
|
5063
5065
|
class: normalizeClass([
|
|
5064
5066
|
"onyx-component",
|
|
@@ -5069,7 +5071,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5069
5071
|
"aria-label": $setup.t("breadcrumb.label"),
|
|
5070
5072
|
"aria-hidden": $setup.props.skeleton
|
|
5071
5073
|
}, [
|
|
5072
|
-
createElementVNode("ol", _hoisted_2$
|
|
5074
|
+
createElementVNode("ol", _hoisted_2$O, [
|
|
5073
5075
|
createVNode($setup["OnyxBreadcrumbItem"], {
|
|
5074
5076
|
class: "onyx-breadcrumb__home",
|
|
5075
5077
|
href: $setup.props.home?.link ?? "/",
|
|
@@ -5137,7 +5139,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5137
5139
|
options: withCtx(() => [
|
|
5138
5140
|
createElementVNode(
|
|
5139
5141
|
"div",
|
|
5140
|
-
_hoisted_3$
|
|
5142
|
+
_hoisted_3$x,
|
|
5141
5143
|
null,
|
|
5142
5144
|
512
|
|
5143
5145
|
/* NEED_PATCH */
|
|
@@ -5151,13 +5153,13 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5151
5153
|
/* FORWARDED */
|
|
5152
5154
|
}, 8, ["injection-key"])
|
|
5153
5155
|
])
|
|
5154
|
-
], 10, _hoisted_1$
|
|
5156
|
+
], 10, _hoisted_1$12);
|
|
5155
5157
|
}
|
|
5156
|
-
const OnyxBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5158
|
+
const OnyxBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBreadcrumb/OnyxBreadcrumb.vue"]]);
|
|
5157
5159
|
const BUTTON_TYPES = ["button", "submit", "reset"];
|
|
5158
5160
|
const BUTTON_COLORS = ["primary", "neutral", "danger"];
|
|
5159
5161
|
const BUTTON_MODES = ["default", "outline", "plain"];
|
|
5160
|
-
const _sfc_main$
|
|
5162
|
+
const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
5161
5163
|
__name: "OnyxCard",
|
|
5162
5164
|
props: {
|
|
5163
5165
|
density: { type: null, required: false },
|
|
@@ -5176,7 +5178,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
5176
5178
|
return __returned__;
|
|
5177
5179
|
}
|
|
5178
5180
|
});
|
|
5179
|
-
function _sfc_render$
|
|
5181
|
+
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5180
5182
|
return openBlock(), createBlock(resolveDynamicComponent($setup.linkProps ? $setup.OnyxRouterLink : $setup.props.clickable ? "button" : "div"), mergeProps($setup.linkProps, {
|
|
5181
5183
|
class: ["onyx-component", "onyx-card", $setup.densityClass, "onyx-truncation-multiline", "onyx-text"]
|
|
5182
5184
|
}), {
|
|
@@ -5187,8 +5189,8 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5187
5189
|
/* FORWARDED */
|
|
5188
5190
|
}, 16, ["class"]);
|
|
5189
5191
|
}
|
|
5190
|
-
const OnyxCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5191
|
-
const _sfc_main$
|
|
5192
|
+
const OnyxCard = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCard/OnyxCard.vue"]]);
|
|
5193
|
+
const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
5192
5194
|
__name: "OnyxCalendarCell",
|
|
5193
5195
|
props: {
|
|
5194
5196
|
density: { type: null, required: false },
|
|
@@ -5218,9 +5220,9 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
5218
5220
|
return __returned__;
|
|
5219
5221
|
}
|
|
5220
5222
|
});
|
|
5221
|
-
const _hoisted_1
|
|
5222
|
-
const _hoisted_2$
|
|
5223
|
-
const _hoisted_3$
|
|
5223
|
+
const _hoisted_1$11 = { class: "onyx-calendar-cell__header" };
|
|
5224
|
+
const _hoisted_2$N = { class: "onyx-calendar-cell__date-container" };
|
|
5225
|
+
const _hoisted_3$w = {
|
|
5224
5226
|
key: 1,
|
|
5225
5227
|
class: "onyx-calendar-cell__date"
|
|
5226
5228
|
};
|
|
@@ -5228,7 +5230,7 @@ const _hoisted_4$n = {
|
|
|
5228
5230
|
key: 0,
|
|
5229
5231
|
class: "onyx-calendar-cell__main"
|
|
5230
5232
|
};
|
|
5231
|
-
function _sfc_render$
|
|
5233
|
+
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5232
5234
|
return openBlock(), createElementBlock(
|
|
5233
5235
|
"td",
|
|
5234
5236
|
{
|
|
@@ -5254,8 +5256,8 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5254
5256
|
]
|
|
5255
5257
|
}), {
|
|
5256
5258
|
default: withCtx(() => [
|
|
5257
|
-
createElementVNode("div", _hoisted_1
|
|
5258
|
-
createElementVNode("div", _hoisted_2$
|
|
5259
|
+
createElementVNode("div", _hoisted_1$11, [
|
|
5260
|
+
createElementVNode("div", _hoisted_2$N, [
|
|
5259
5261
|
$setup.props.tooltipText ? (openBlock(), createBlock($setup["OnyxTooltip"], {
|
|
5260
5262
|
key: 0,
|
|
5261
5263
|
text: $setup.props.tooltipText,
|
|
@@ -5274,7 +5276,7 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5274
5276
|
/* STABLE */
|
|
5275
5277
|
}, 8, ["text"])) : (openBlock(), createElementBlock(
|
|
5276
5278
|
"span",
|
|
5277
|
-
_hoisted_3$
|
|
5279
|
+
_hoisted_3$w,
|
|
5278
5280
|
toDisplayString($setup.props.date),
|
|
5279
5281
|
1
|
|
5280
5282
|
/* TEXT */
|
|
@@ -5293,8 +5295,8 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5293
5295
|
/* CLASS */
|
|
5294
5296
|
);
|
|
5295
5297
|
}
|
|
5296
|
-
const OnyxCalendarCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5297
|
-
const _sfc_main$
|
|
5298
|
+
const OnyxCalendarCell = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCalendarCell/OnyxCalendarCell.vue"]]);
|
|
5299
|
+
const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
5298
5300
|
__name: "OnyxTag",
|
|
5299
5301
|
props: {
|
|
5300
5302
|
density: { type: null, required: false },
|
|
@@ -5321,9 +5323,9 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
5321
5323
|
return __returned__;
|
|
5322
5324
|
}
|
|
5323
5325
|
});
|
|
5324
|
-
const _hoisted_1$
|
|
5325
|
-
const _hoisted_2$
|
|
5326
|
-
function _sfc_render$
|
|
5326
|
+
const _hoisted_1$10 = { class: "onyx-text--small onyx-truncation-ellipsis" };
|
|
5327
|
+
const _hoisted_2$M = { class: "onyx-text--small onyx-truncation-ellipsis" };
|
|
5328
|
+
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5327
5329
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
5328
5330
|
key: 0,
|
|
5329
5331
|
class: normalizeClass(["onyx-tag-skeleton", $setup.densityClass])
|
|
@@ -5346,7 +5348,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5346
5348
|
}, null, 8, ["icon"])) : createCommentVNode("v-if", true),
|
|
5347
5349
|
createElementVNode(
|
|
5348
5350
|
"span",
|
|
5349
|
-
_hoisted_1$
|
|
5351
|
+
_hoisted_1$10,
|
|
5350
5352
|
toDisplayString($setup.props.label),
|
|
5351
5353
|
1
|
|
5352
5354
|
/* TEXT */
|
|
@@ -5377,7 +5379,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5377
5379
|
}, null, 8, ["icon"])) : createCommentVNode("v-if", true),
|
|
5378
5380
|
createElementVNode(
|
|
5379
5381
|
"span",
|
|
5380
|
-
_hoisted_2$
|
|
5382
|
+
_hoisted_2$M,
|
|
5381
5383
|
toDisplayString($setup.props.label),
|
|
5382
5384
|
1
|
|
5383
5385
|
/* TEXT */
|
|
@@ -5387,8 +5389,8 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5387
5389
|
/* CLASS */
|
|
5388
5390
|
));
|
|
5389
5391
|
}
|
|
5390
|
-
const OnyxTag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5391
|
-
const _sfc_main$
|
|
5392
|
+
const OnyxTag = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTag/OnyxTag.vue"]]);
|
|
5393
|
+
const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
5392
5394
|
__name: "OnyxMonthYearPickerGrid",
|
|
5393
5395
|
props: {
|
|
5394
5396
|
mode: { type: String, required: true },
|
|
@@ -5438,9 +5440,9 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
5438
5440
|
return __returned__;
|
|
5439
5441
|
}
|
|
5440
5442
|
});
|
|
5441
|
-
const _hoisted_1
|
|
5442
|
-
function _sfc_render$
|
|
5443
|
-
return openBlock(), createElementBlock("div", _hoisted_1
|
|
5443
|
+
const _hoisted_1$$ = { class: "onyx-component onyx-calendar__picker-grid" };
|
|
5444
|
+
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5445
|
+
return openBlock(), createElementBlock("div", _hoisted_1$$, [
|
|
5444
5446
|
$setup.props.mode === "year" ? (openBlock(true), createElementBlock(
|
|
5445
5447
|
Fragment,
|
|
5446
5448
|
{ key: 0 },
|
|
@@ -5476,9 +5478,9 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5476
5478
|
))
|
|
5477
5479
|
]);
|
|
5478
5480
|
}
|
|
5479
|
-
const OnyxMonthYearPickerGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5481
|
+
const OnyxMonthYearPickerGrid = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCalendar/OnyxMonthYearPickerGrid.vue"]]);
|
|
5480
5482
|
const __default__$6 = {};
|
|
5481
|
-
const _sfc_main$
|
|
5483
|
+
const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
5482
5484
|
...__default__$6,
|
|
5483
5485
|
__name: "OnyxCalendar",
|
|
5484
5486
|
props: {
|
|
@@ -5625,13 +5627,13 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
5625
5627
|
return __returned__;
|
|
5626
5628
|
}
|
|
5627
5629
|
});
|
|
5628
|
-
const _hoisted_1$
|
|
5629
|
-
const _hoisted_2$
|
|
5630
|
-
const _hoisted_3$
|
|
5630
|
+
const _hoisted_1$_ = { class: "onyx-calendar__header" };
|
|
5631
|
+
const _hoisted_2$L = { class: "control-container time-control-container" };
|
|
5632
|
+
const _hoisted_3$v = { class: "control-container__month-buttons" };
|
|
5631
5633
|
const _hoisted_4$m = { class: "control-container" };
|
|
5632
5634
|
const _hoisted_5$g = { class: "onyx-calendar__body" };
|
|
5633
5635
|
const _hoisted_6$c = ["abbr"];
|
|
5634
|
-
function _sfc_render$
|
|
5636
|
+
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5635
5637
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
5636
5638
|
"div",
|
|
5637
5639
|
{
|
|
@@ -5652,15 +5654,15 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5652
5654
|
class: normalizeClass(["onyx-component", "onyx-calendar", `onyx-calendar--${$setup.calendarSize}`, $setup.densityClass])
|
|
5653
5655
|
},
|
|
5654
5656
|
[
|
|
5655
|
-
createElementVNode("div", _hoisted_1$
|
|
5656
|
-
createElementVNode("div", _hoisted_2$
|
|
5657
|
+
createElementVNode("div", _hoisted_1$_, [
|
|
5658
|
+
createElementVNode("div", _hoisted_2$L, [
|
|
5657
5659
|
createVNode($setup["OnyxSystemButton"], {
|
|
5658
5660
|
label: $setup.t("calendar.todayButton.label"),
|
|
5659
5661
|
class: "control-container__today-btn",
|
|
5660
5662
|
disabled: $setup.disabled === true || $setup.isPickerOpen && $setup.calendarSize === "small",
|
|
5661
5663
|
onClick: $setup.goToToday
|
|
5662
5664
|
}, null, 8, ["label", "disabled", "onClick"]),
|
|
5663
|
-
createElementVNode("div", _hoisted_3$
|
|
5665
|
+
createElementVNode("div", _hoisted_3$v, [
|
|
5664
5666
|
createVNode($setup["OnyxSystemButton"], {
|
|
5665
5667
|
label: $setup.t("calendar.previousMonthButton"),
|
|
5666
5668
|
icon: $setup.iconChevronLeftSmall,
|
|
@@ -5823,7 +5825,7 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5823
5825
|
/* CLASS */
|
|
5824
5826
|
));
|
|
5825
5827
|
}
|
|
5826
|
-
const OnyxCalendar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5828
|
+
const OnyxCalendar = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCalendar/OnyxCalendar.vue"]]);
|
|
5827
5829
|
const useRequired = (props, requiredMarker) => ({
|
|
5828
5830
|
/**
|
|
5829
5831
|
* Class that configures which type of required marker is used.
|
|
@@ -6039,7 +6041,7 @@ const formatMinMax = (locale, type, value) => {
|
|
|
6039
6041
|
};
|
|
6040
6042
|
return date.toLocaleString(locale, format);
|
|
6041
6043
|
};
|
|
6042
|
-
const _sfc_main$
|
|
6044
|
+
const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
6043
6045
|
__name: "OnyxErrorTooltip",
|
|
6044
6046
|
props: {
|
|
6045
6047
|
errorMessages: { type: Object, required: false },
|
|
@@ -6055,16 +6057,16 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
6055
6057
|
return __returned__;
|
|
6056
6058
|
}
|
|
6057
6059
|
});
|
|
6058
|
-
const _hoisted_1$
|
|
6059
|
-
const _hoisted_2$
|
|
6060
|
+
const _hoisted_1$Z = { class: "onyx-component" };
|
|
6061
|
+
const _hoisted_2$K = {
|
|
6060
6062
|
key: 0,
|
|
6061
6063
|
ref: "targetRef"
|
|
6062
6064
|
};
|
|
6063
|
-
function _sfc_render$
|
|
6064
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6065
|
+
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6066
|
+
return openBlock(), createElementBlock("div", _hoisted_1$Z, [
|
|
6065
6067
|
!$setup.tooltipError || $setup.props.disabled ? (openBlock(), createElementBlock(
|
|
6066
6068
|
"div",
|
|
6067
|
-
_hoisted_2$
|
|
6069
|
+
_hoisted_2$K,
|
|
6068
6070
|
null,
|
|
6069
6071
|
512
|
|
6070
6072
|
/* NEED_PATCH */
|
|
@@ -6097,8 +6099,8 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6097
6099
|
], 8, ["to"])) : createCommentVNode("v-if", true)
|
|
6098
6100
|
]);
|
|
6099
6101
|
}
|
|
6100
|
-
const OnyxErrorTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6101
|
-
const _sfc_main$
|
|
6102
|
+
const OnyxErrorTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxErrorTooltip/OnyxErrorTooltip.vue"]]);
|
|
6103
|
+
const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
6102
6104
|
...{ inheritAttrs: false },
|
|
6103
6105
|
__name: "OnyxCheckbox",
|
|
6104
6106
|
props: {
|
|
@@ -6145,10 +6147,10 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
6145
6147
|
return __returned__;
|
|
6146
6148
|
}
|
|
6147
6149
|
});
|
|
6148
|
-
const _hoisted_1$
|
|
6149
|
-
const _hoisted_2$
|
|
6150
|
-
const _hoisted_3$
|
|
6151
|
-
function _sfc_render$
|
|
6150
|
+
const _hoisted_1$Y = ["title"];
|
|
6151
|
+
const _hoisted_2$J = { class: "onyx-checkbox__container" };
|
|
6152
|
+
const _hoisted_3$u = ["aria-label", "indeterminate", "disabled", "required", "value", "autofocus"];
|
|
6153
|
+
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6152
6154
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
6153
6155
|
"div",
|
|
6154
6156
|
mergeProps({
|
|
@@ -6174,7 +6176,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6174
6176
|
class: normalizeClass(["onyx-component onyx-checkbox", [$setup.requiredTypeClass, $setup.densityClass]]),
|
|
6175
6177
|
title: $setup.title
|
|
6176
6178
|
}, [
|
|
6177
|
-
createElementVNode("div", _hoisted_2$
|
|
6179
|
+
createElementVNode("div", _hoisted_2$J, [
|
|
6178
6180
|
$setup.props.loading ? (openBlock(), createBlock($setup["OnyxLoadingIndicator"], {
|
|
6179
6181
|
key: 0,
|
|
6180
6182
|
class: "onyx-checkbox__loading",
|
|
@@ -6191,7 +6193,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6191
6193
|
required: $setup.props.required,
|
|
6192
6194
|
value: $setup.props.value,
|
|
6193
6195
|
autofocus: $setup.props.autofocus
|
|
6194
|
-
}, $setup.restAttrs), null, 16, _hoisted_3$
|
|
6196
|
+
}, $setup.restAttrs), null, 16, _hoisted_3$u)), [
|
|
6195
6197
|
[vModelCheckbox, $setup.isChecked],
|
|
6196
6198
|
[$setup["vCustomValidity"]]
|
|
6197
6199
|
])
|
|
@@ -6227,13 +6229,13 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6227
6229
|
64
|
|
6228
6230
|
/* STABLE_FRAGMENT */
|
|
6229
6231
|
)) : createCommentVNode("v-if", true)
|
|
6230
|
-
], 10, _hoisted_1$
|
|
6232
|
+
], 10, _hoisted_1$Y)
|
|
6231
6233
|
]),
|
|
6232
6234
|
_: 1
|
|
6233
6235
|
/* STABLE */
|
|
6234
6236
|
}, 16, ["disabled", "error-messages"]));
|
|
6235
6237
|
}
|
|
6236
|
-
const OnyxCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6238
|
+
const OnyxCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCheckbox/OnyxCheckbox.vue"]]);
|
|
6237
6239
|
const useSelectAllCheckboxState = (enabledOptionValues, modelValue) => computed(() => {
|
|
6238
6240
|
const currentValues = modelValue.value.filter(
|
|
6239
6241
|
(value) => enabledOptionValues.value.includes(value)
|
|
@@ -6268,7 +6270,7 @@ const useCheckAll = (enabledOptionValues, modelValue, onChangeCallback) => {
|
|
|
6268
6270
|
}
|
|
6269
6271
|
};
|
|
6270
6272
|
};
|
|
6271
|
-
const _sfc_main$
|
|
6273
|
+
const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
6272
6274
|
__name: "OnyxInfoTooltip",
|
|
6273
6275
|
props: {
|
|
6274
6276
|
text: { type: String, required: true },
|
|
@@ -6304,9 +6306,9 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
|
6304
6306
|
return __returned__;
|
|
6305
6307
|
}
|
|
6306
6308
|
});
|
|
6307
|
-
const _hoisted_1$
|
|
6308
|
-
function _sfc_render$
|
|
6309
|
-
return openBlock(), createElementBlock("span", _hoisted_1$
|
|
6309
|
+
const _hoisted_1$X = { class: "onyx-component onyx-info-tooltip" };
|
|
6310
|
+
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6311
|
+
return openBlock(), createElementBlock("span", _hoisted_1$X, [
|
|
6310
6312
|
$setup.triggerType === "click" ? (openBlock(), createBlock($setup["OnyxTooltip"], mergeProps({ key: 0 }, $setup.tooltipProps, {
|
|
6311
6313
|
open: $setup.isVisible,
|
|
6312
6314
|
"onUpdate:open": _cache[0] || (_cache[0] = ($event) => $setup.isVisible = $event)
|
|
@@ -6364,8 +6366,8 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6364
6366
|
))
|
|
6365
6367
|
]);
|
|
6366
6368
|
}
|
|
6367
|
-
const OnyxInfoTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6368
|
-
const _sfc_main$
|
|
6369
|
+
const OnyxInfoTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxInfoTooltip/OnyxInfoTooltip.vue"]]);
|
|
6370
|
+
const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
6369
6371
|
__name: "OnyxCheckboxGroup",
|
|
6370
6372
|
props: {
|
|
6371
6373
|
truncation: { type: null, required: false, default: "ellipsis" },
|
|
@@ -6423,18 +6425,18 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
6423
6425
|
return __returned__;
|
|
6424
6426
|
}
|
|
6425
6427
|
});
|
|
6426
|
-
const _hoisted_1$
|
|
6427
|
-
const _hoisted_2$
|
|
6428
|
+
const _hoisted_1$W = ["disabled", "aria-label"];
|
|
6429
|
+
const _hoisted_2$I = {
|
|
6428
6430
|
key: 0,
|
|
6429
6431
|
class: "onyx-checkbox-group__label"
|
|
6430
6432
|
};
|
|
6431
|
-
function _sfc_render$
|
|
6433
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6432
6434
|
return openBlock(), createElementBlock("fieldset", {
|
|
6433
6435
|
class: normalizeClass(["onyx-component", "onyx-checkbox-group", $setup.densityClass]),
|
|
6434
6436
|
disabled: $setup.disabled,
|
|
6435
6437
|
"aria-label": $setup.props.label
|
|
6436
6438
|
}, [
|
|
6437
|
-
!$setup.props.hideLabel ? (openBlock(), createElementBlock("legend", _hoisted_2$
|
|
6439
|
+
!$setup.props.hideLabel ? (openBlock(), createElementBlock("legend", _hoisted_2$I, [
|
|
6438
6440
|
createVNode($setup["OnyxHeadline"], { is: "h3" }, {
|
|
6439
6441
|
default: withCtx(() => [
|
|
6440
6442
|
createTextVNode(
|
|
@@ -6514,12 +6516,12 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6514
6516
|
2
|
|
6515
6517
|
/* CLASS */
|
|
6516
6518
|
)
|
|
6517
|
-
], 10, _hoisted_1$
|
|
6519
|
+
], 10, _hoisted_1$W);
|
|
6518
6520
|
}
|
|
6519
|
-
const OnyxCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6521
|
+
const OnyxCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCheckboxGroup/OnyxCheckboxGroup.vue"]]);
|
|
6520
6522
|
const CODE_TABS_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
6521
6523
|
const TABS_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
6522
|
-
const _sfc_main$
|
|
6524
|
+
const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
6523
6525
|
...{ inheritAttrs: false },
|
|
6524
6526
|
__name: "OnyxTab",
|
|
6525
6527
|
props: {
|
|
@@ -6550,9 +6552,9 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
6550
6552
|
return __returned__;
|
|
6551
6553
|
}
|
|
6552
6554
|
});
|
|
6553
|
-
const _hoisted_1$
|
|
6554
|
-
const _hoisted_2$
|
|
6555
|
-
function _sfc_render$
|
|
6555
|
+
const _hoisted_1$V = ["disabled"];
|
|
6556
|
+
const _hoisted_2$H = { class: "onyx-tab__label" };
|
|
6557
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6556
6558
|
return openBlock(), createElementBlock(
|
|
6557
6559
|
Fragment,
|
|
6558
6560
|
null,
|
|
@@ -6573,7 +6575,7 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6573
6575
|
type: "button",
|
|
6574
6576
|
disabled: $setup.props.disabled
|
|
6575
6577
|
}), [
|
|
6576
|
-
createElementVNode("div", _hoisted_2$
|
|
6578
|
+
createElementVNode("div", _hoisted_2$H, [
|
|
6577
6579
|
renderSlot(_ctx.$slots, "tab", {}, () => [
|
|
6578
6580
|
createTextVNode(
|
|
6579
6581
|
toDisplayString($setup.props.label),
|
|
@@ -6582,7 +6584,7 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6582
6584
|
)
|
|
6583
6585
|
])
|
|
6584
6586
|
])
|
|
6585
|
-
], 16, _hoisted_1$
|
|
6587
|
+
], 16, _hoisted_1$V)),
|
|
6586
6588
|
$setup.tabsContext?.panel.value ? (openBlock(), createBlock(Teleport, {
|
|
6587
6589
|
key: 2,
|
|
6588
6590
|
to: $setup.tabsContext?.panel.value,
|
|
@@ -6607,9 +6609,9 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6607
6609
|
/* STABLE_FRAGMENT */
|
|
6608
6610
|
);
|
|
6609
6611
|
}
|
|
6610
|
-
const OnyxTab = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6612
|
+
const OnyxTab = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTab/OnyxTab.vue"]]);
|
|
6611
6613
|
const __default__$5 = {};
|
|
6612
|
-
const _sfc_main$
|
|
6614
|
+
const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
6613
6615
|
...__default__$5,
|
|
6614
6616
|
__name: "OnyxCodeTab",
|
|
6615
6617
|
props: {
|
|
@@ -6651,15 +6653,15 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
6651
6653
|
return __returned__;
|
|
6652
6654
|
}
|
|
6653
6655
|
});
|
|
6654
|
-
const _hoisted_1$
|
|
6656
|
+
const _hoisted_1$U = {
|
|
6655
6657
|
key: 0,
|
|
6656
6658
|
class: "onyx-code-tab__skeletons"
|
|
6657
6659
|
};
|
|
6658
|
-
const _hoisted_2$
|
|
6660
|
+
const _hoisted_2$G = {
|
|
6659
6661
|
key: 0,
|
|
6660
6662
|
class: "onyx-code-tab__language onyx-text--small"
|
|
6661
6663
|
};
|
|
6662
|
-
function _sfc_render$
|
|
6664
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6663
6665
|
return openBlock(), createBlock($setup["OnyxTab"], mergeProps($setup.tabProps, {
|
|
6664
6666
|
label: $setup.label,
|
|
6665
6667
|
class: "onyx-code-tab",
|
|
@@ -6680,7 +6682,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6680
6682
|
])
|
|
6681
6683
|
]),
|
|
6682
6684
|
default: withCtx(() => [
|
|
6683
|
-
$setup.skeleton ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6685
|
+
$setup.skeleton ? (openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
6684
6686
|
(openBlock(), createElementBlock(
|
|
6685
6687
|
Fragment,
|
|
6686
6688
|
null,
|
|
@@ -6710,7 +6712,7 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6710
6712
|
]),
|
|
6711
6713
|
$setup.props.language ? (openBlock(), createElementBlock(
|
|
6712
6714
|
"span",
|
|
6713
|
-
_hoisted_2$
|
|
6715
|
+
_hoisted_2$G,
|
|
6714
6716
|
toDisplayString($setup.props.language),
|
|
6715
6717
|
1
|
|
6716
6718
|
/* TEXT */
|
|
@@ -6724,8 +6726,8 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6724
6726
|
/* FORWARDED */
|
|
6725
6727
|
}, 16, ["label", "disabled"]);
|
|
6726
6728
|
}
|
|
6727
|
-
const OnyxCodeTab = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6728
|
-
const _sfc_main$
|
|
6729
|
+
const OnyxCodeTab = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCodeTab/OnyxCodeTab.vue"]]);
|
|
6730
|
+
const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
6729
6731
|
__name: "OnyxTabs",
|
|
6730
6732
|
props: {
|
|
6731
6733
|
density: { type: null, required: false },
|
|
@@ -6764,12 +6766,12 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
6764
6766
|
return __returned__;
|
|
6765
6767
|
}
|
|
6766
6768
|
});
|
|
6767
|
-
const _hoisted_1$
|
|
6768
|
-
const _hoisted_2$
|
|
6769
|
+
const _hoisted_1$T = { class: "onyx-tabs__header" };
|
|
6770
|
+
const _hoisted_2$F = {
|
|
6769
6771
|
key: 0,
|
|
6770
6772
|
class: "onyx-tabs__actions"
|
|
6771
6773
|
};
|
|
6772
|
-
function _sfc_render$
|
|
6774
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6773
6775
|
return openBlock(), createElementBlock(
|
|
6774
6776
|
"div",
|
|
6775
6777
|
{
|
|
@@ -6782,7 +6784,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6782
6784
|
])
|
|
6783
6785
|
},
|
|
6784
6786
|
[
|
|
6785
|
-
createElementVNode("div", _hoisted_1$
|
|
6787
|
+
createElementVNode("div", _hoisted_1$T, [
|
|
6786
6788
|
createElementVNode(
|
|
6787
6789
|
"div",
|
|
6788
6790
|
mergeProps($setup.headless.elements.tablist.value, { class: "onyx-tabs__tablist" }),
|
|
@@ -6792,7 +6794,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6792
6794
|
16
|
|
6793
6795
|
/* FULL_PROPS */
|
|
6794
6796
|
),
|
|
6795
|
-
$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
6797
|
+
$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_2$F, [
|
|
6796
6798
|
renderSlot(_ctx.$slots, "actions")
|
|
6797
6799
|
])) : createCommentVNode("v-if", true)
|
|
6798
6800
|
])
|
|
@@ -6801,9 +6803,9 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6801
6803
|
/* CLASS */
|
|
6802
6804
|
);
|
|
6803
6805
|
}
|
|
6804
|
-
const OnyxTabs = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6806
|
+
const OnyxTabs = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTabs/OnyxTabs.vue"]]);
|
|
6805
6807
|
const __default__$4 = {};
|
|
6806
|
-
const _sfc_main$
|
|
6808
|
+
const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
6807
6809
|
...__default__$4,
|
|
6808
6810
|
__name: "OnyxCodeTabs",
|
|
6809
6811
|
props: {
|
|
@@ -6845,7 +6847,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
6845
6847
|
return __returned__;
|
|
6846
6848
|
}
|
|
6847
6849
|
});
|
|
6848
|
-
function _sfc_render$
|
|
6850
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6849
6851
|
return openBlock(), createBlock($setup["OnyxTabs"], mergeProps($setup.tabsProps, {
|
|
6850
6852
|
modelValue: $setup.modelValue,
|
|
6851
6853
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $setup.modelValue = $event),
|
|
@@ -6878,14 +6880,14 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6878
6880
|
/* FORWARDED */
|
|
6879
6881
|
}, 16, ["modelValue", "label"]);
|
|
6880
6882
|
}
|
|
6881
|
-
const OnyxCodeTabs = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6883
|
+
const OnyxCodeTabs = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCodeTabs/OnyxCodeTabs.vue"]]);
|
|
6882
6884
|
const escapeCSS = (key) => {
|
|
6883
6885
|
const name = typeof key === "symbol" && key.description ? key.description : String(key);
|
|
6884
6886
|
if (globalThis.window && window.CSS) return CSS.escape(name);
|
|
6885
6887
|
return name.replace(/\W/g, "-");
|
|
6886
6888
|
};
|
|
6887
|
-
const _sfc_main$
|
|
6888
|
-
const _hoisted_1$
|
|
6889
|
+
const _sfc_main$16 = {};
|
|
6890
|
+
const _hoisted_1$S = {
|
|
6889
6891
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6890
6892
|
class: "onyx-component onyx-empty-svg",
|
|
6891
6893
|
width: "80",
|
|
@@ -6894,13 +6896,13 @@ const _hoisted_1$Q = {
|
|
|
6894
6896
|
fill: "none",
|
|
6895
6897
|
"aria-hidden": "true"
|
|
6896
6898
|
};
|
|
6897
|
-
function _sfc_render$
|
|
6898
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6899
|
+
function _sfc_render$16(_ctx, _cache) {
|
|
6900
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$S, [..._cache[0] || (_cache[0] = [
|
|
6899
6901
|
createStaticVNode('<g clip-path="url(#clip0_19774_64940)"><path d="M41.0399 39.4974L13.073 46.6992C12.1243 46.9423 11.118 46.7992 10.2747 46.3013C9.43136 45.8034 8.82 44.9913 8.5747 44.0432L0.11726 11.1984C-0.12588 10.2497 0.0172077 9.24332 0.515132 8.40001C1.01306 7.55671 1.82515 6.94535 2.77327 6.70005L28.7919 0L35.4509 2.98115L43.6959 34.999C43.9391 35.9477 43.796 36.9541 43.2981 37.7974C42.8002 38.6408 41.988 39.2522 41.0399 39.4974Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M3.03786 7.7294C2.36269 7.90408 1.78436 8.33943 1.42977 8.93996C1.07518 9.54049 0.973281 10.2571 1.14642 10.9327L9.60439 43.7776C9.77906 44.4528 10.2144 45.0311 10.8149 45.3857C11.4155 45.7403 12.1321 45.8422 12.8077 45.6691L40.7746 38.4675C41.4498 38.2928 42.0281 37.8574 42.3827 37.2569C42.7373 36.6564 42.8392 35.9397 42.666 35.2641L34.5488 3.74208L28.6963 1.12207L3.03786 7.7294Z" fill="var(--onyx-empty-svg-color-background)"></path><path d="M35.3801 3.15071L31.0518 4.2653C30.7358 4.34666 30.4005 4.29916 30.1195 4.13326C29.8386 3.96736 29.635 3.69665 29.5536 3.38068L28.7304 0.183878C28.7269 0.16989 28.7273 0.155176 28.7317 0.141419C28.7361 0.127663 28.7442 0.115419 28.7553 0.106091C28.7663 0.0967629 28.7797 0.0907273 28.794 0.0886731C28.8083 0.0866188 28.8229 0.0886288 28.8361 0.0944753L35.3921 3.00598C35.4067 3.01247 35.4189 3.02333 35.427 3.03707C35.4352 3.0508 35.4388 3.06673 35.4375 3.08263C35.4362 3.09854 35.4299 3.11363 35.4196 3.12583C35.4094 3.13803 35.3955 3.14673 35.3801 3.15071Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M33.1031 31.199L20.3701 34.4782C20.2125 34.5178 20.0456 34.4934 19.9059 34.4104C19.7661 34.3274 19.6649 34.1924 19.6244 34.035C19.5839 33.8776 19.6073 33.7105 19.6896 33.5703C19.7718 33.4301 19.9062 33.3282 20.0634 33.2868L32.7963 30.0076C32.8747 29.987 32.9564 29.982 33.0367 29.993C33.1171 30.0041 33.1944 30.0308 33.2643 30.0719C33.3343 30.1129 33.3954 30.1673 33.4442 30.2321C33.493 30.2968 33.5285 30.3705 33.5488 30.4491C33.569 30.5276 33.5735 30.6093 33.562 30.6896C33.5505 30.7698 33.5233 30.847 33.4819 30.9167C33.4404 30.9864 33.3857 31.0472 33.3206 31.0957C33.2556 31.1441 33.1817 31.1792 33.1031 31.199Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M36.0778 32.5772L20.8876 36.4889C20.8092 36.5095 20.7275 36.5145 20.6472 36.5034C20.5669 36.4924 20.4895 36.4656 20.4196 36.4246C20.3497 36.3836 20.2885 36.3291 20.2397 36.2644C20.1909 36.1997 20.1554 36.1259 20.1352 36.0474C20.1149 35.9689 20.1104 35.8872 20.1219 35.8069C20.1334 35.7267 20.1606 35.6495 20.2021 35.5798C20.2435 35.5101 20.2983 35.4493 20.3633 35.4008C20.4283 35.3524 20.5022 35.3172 20.5808 35.2975L35.771 31.3858C35.9286 31.3461 36.0956 31.3705 36.2353 31.4535C36.375 31.5366 36.4762 31.6715 36.5167 31.8289C36.5573 31.9863 36.5338 32.1534 36.4516 32.2936C36.3693 32.4338 36.2349 32.5357 36.0778 32.5772Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M15.1732 38.4265C16.374 38.4265 17.3474 37.4531 17.3474 36.2523C17.3474 35.0515 16.374 34.0781 15.1732 34.0781C13.9724 34.0781 12.999 35.0515 12.999 36.2523C12.999 37.4531 13.9724 38.4265 15.1732 38.4265Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M31.7486 25.5099L14.8379 29.863C14.3492 29.9882 13.8308 29.9144 13.3963 29.6579C12.9619 29.4013 12.647 28.9829 12.5207 28.4945L8.977 14.7275C8.8519 14.2388 8.92572 13.7205 9.18226 13.2862C9.43881 12.8519 9.85713 12.537 10.3455 12.4107L27.2561 8.05767C27.7448 7.93244 28.2633 8.0062 28.6977 8.26275C29.1321 8.5193 29.447 8.93771 29.5733 9.42615L33.1171 23.1931C33.2422 23.6818 33.1684 24.2001 32.9119 24.6345C32.6553 25.0688 32.237 25.3836 31.7486 25.5099Z" fill="var(--onyx-empty-svg-color-background)"></path><path d="M31.7486 25.5099L14.8379 29.863C14.3492 29.9882 13.8308 29.9144 13.3963 29.6579C12.9619 29.4013 12.647 28.9829 12.5207 28.4945L8.977 14.7275C8.8519 14.2388 8.92572 13.7205 9.18226 13.2862C9.43881 12.8519 9.85713 12.537 10.3455 12.4107L27.2561 8.05767C27.7448 7.93244 28.2633 8.0062 28.6977 8.26275C29.1321 8.5193 29.447 8.93771 29.5733 9.42615L33.1171 23.1931C33.2422 23.6818 33.1684 24.2001 32.9119 24.6345C32.6553 25.0688 32.237 25.3836 31.7486 25.5099ZM10.4012 12.6271C9.97035 12.7387 9.60129 13.0166 9.37502 13.3999C9.14875 13.7832 9.08374 14.2406 9.19426 14.6717L12.7381 28.4387C12.8496 28.8696 13.1276 29.2387 13.5108 29.4649C13.8941 29.6912 14.3515 29.7562 14.7827 29.6457L31.693 25.2931C32.1239 25.1815 32.4929 24.9036 32.7192 24.5203C32.9455 24.137 33.0105 23.6796 32.9 23.2485L29.3565 9.48148C29.2449 9.05059 28.967 8.68153 28.5837 8.45526C28.2004 8.22899 27.743 8.16399 27.3118 8.2745L10.4012 12.6271Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M26.3983 12.6856L17.864 14.8825C17.7894 14.9034 17.7096 14.8951 17.6409 14.8594C17.5722 14.8237 17.5195 14.7633 17.4936 14.6903C17.4816 14.6521 17.4775 14.6119 17.4815 14.5721C17.4855 14.5323 17.4975 14.4937 17.517 14.4587C17.5364 14.4237 17.5627 14.3931 17.5944 14.3686C17.626 14.3442 17.6623 14.3264 17.7011 14.3164L26.3887 12.0801C26.7397 12.2579 26.6473 12.6216 26.3984 12.6857L26.3983 12.6856Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M26.7836 14.1817L18.2492 16.3786C18.1746 16.3994 18.0949 16.3912 18.0262 16.3555C17.9574 16.3198 17.9048 16.2594 17.8789 16.1864C17.8669 16.1482 17.8627 16.108 17.8667 16.0682C17.8707 16.0284 17.8828 15.9898 17.9022 15.9548C17.9216 15.9198 17.948 15.8892 17.9796 15.8647C18.0113 15.8402 18.0476 15.8225 18.0863 15.8125L26.7739 13.5762C27.1249 13.754 27.0325 14.1177 26.7837 14.1818L26.7836 14.1817Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M16.6237 17.7065L14.019 18.3768C13.9769 18.3876 13.9331 18.3901 13.89 18.384C13.8469 18.3779 13.8055 18.3634 13.768 18.3413C13.7306 18.3191 13.6978 18.2899 13.6717 18.2551C13.6456 18.2203 13.6265 18.1807 13.6157 18.1386L12.8244 15.0656C12.8136 15.0235 12.8111 14.9796 12.8172 14.9366C12.8233 14.8935 12.8379 14.852 12.86 14.8146C12.8821 14.7771 12.9114 14.7444 12.9462 14.7183C12.9809 14.6921 13.0205 14.6731 13.0626 14.6623L15.6673 13.9918C15.7523 13.97 15.8426 13.9829 15.9182 14.0275C15.9938 14.0722 16.0486 14.145 16.0706 14.23L16.8619 17.3038C16.8727 17.3459 16.8752 17.3897 16.8691 17.4328C16.863 17.4759 16.8484 17.5173 16.8263 17.5548C16.8042 17.5922 16.7749 17.6249 16.7401 17.6511C16.7054 17.6772 16.6658 17.6962 16.6237 17.7071V17.7065Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M27.5479 17.2541L14.5227 20.6069C14.4481 20.6277 14.3683 20.6195 14.2996 20.5838C14.2309 20.5481 14.1782 20.4877 14.1523 20.4147C14.1403 20.3765 14.1361 20.3363 14.1402 20.2965C14.1442 20.2567 14.1562 20.2181 14.1757 20.1831C14.1951 20.1481 14.2214 20.1175 14.2531 20.093C14.2847 20.0685 14.321 20.0508 14.3598 20.0408L27.5383 16.6484C27.8893 16.8263 27.7968 17.19 27.5479 17.2541Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M27.9334 18.752L14.9079 22.105C14.8333 22.1258 14.7536 22.1175 14.6848 22.0818C14.6161 22.0462 14.5635 21.9857 14.5376 21.9127C14.5255 21.8745 14.5214 21.8343 14.5254 21.7945C14.5294 21.7547 14.5415 21.7162 14.5609 21.6812C14.5803 21.6462 14.6067 21.6155 14.6383 21.5911C14.67 21.5666 14.7063 21.5488 14.745 21.5389L27.9236 18.1465C28.2746 18.3243 28.1822 18.688 27.9333 18.7521L27.9334 18.752Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M28.3189 20.2482L15.2936 23.6011C15.2191 23.6219 15.1393 23.6136 15.0706 23.5779C15.0018 23.5422 14.9492 23.4818 14.9233 23.4088C14.9113 23.3706 14.9071 23.3304 14.9112 23.2906C14.9152 23.2508 14.9272 23.2123 14.9466 23.1773C14.9661 23.1423 14.9924 23.1116 15.0241 23.0872C15.0557 23.0627 15.092 23.0449 15.1308 23.035L28.3092 19.6426C28.6602 19.8204 28.5678 20.1841 28.3189 20.2482Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M28.7043 21.7453L15.6789 25.0981C15.6043 25.119 15.5246 25.1107 15.4558 25.075C15.3871 25.0393 15.3345 24.9789 15.3086 24.9059C15.2965 24.8677 15.2924 24.8275 15.2964 24.7877C15.3004 24.7479 15.3125 24.7093 15.3319 24.6743C15.3513 24.6394 15.3777 24.6087 15.4093 24.5842C15.441 24.5598 15.4773 24.542 15.516 24.532L28.6946 21.1396C29.0455 21.3175 28.9532 21.6812 28.7043 21.7453Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M29.0894 23.2423L16.0642 26.5952C15.9896 26.616 15.9098 26.6078 15.8411 26.5721C15.7724 26.5364 15.7197 26.4759 15.6938 26.4029C15.6818 26.3648 15.6776 26.3246 15.6817 26.2848C15.6857 26.245 15.6977 26.2064 15.7172 26.1714C15.7366 26.1364 15.7629 26.1058 15.7946 26.0813C15.8262 26.0568 15.8625 26.0391 15.9013 26.0291L29.0798 22.6367C29.4307 22.8146 29.3383 23.1783 29.0894 23.2423Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M15.3334 37.0148C15.2861 37.0271 15.236 37.0237 15.1908 37.005L15.188 37.0038L14.5957 36.7527C14.5683 36.741 14.5434 36.7241 14.5225 36.7028C14.5016 36.6815 14.4852 36.6563 14.474 36.6287C14.4628 36.601 14.4572 36.5714 14.4575 36.5416C14.4578 36.5118 14.464 36.4823 14.4756 36.4549C14.4873 36.4274 14.5043 36.4026 14.5255 36.3817C14.5468 36.3608 14.572 36.3443 14.5997 36.3331C14.6273 36.322 14.6569 36.3164 14.6867 36.3167C14.7166 36.3169 14.746 36.3231 14.7735 36.3348L15.1573 36.498L15.6601 35.3149C15.6837 35.2595 15.7283 35.2157 15.7841 35.1932C15.8399 35.1707 15.9024 35.1713 15.9578 35.1949L15.9548 35.2025L15.9579 35.1947C16.0133 35.2184 16.0571 35.263 16.0796 35.3188C16.1021 35.3746 16.1015 35.4371 16.078 35.4925L15.4863 36.8836C15.4726 36.9156 15.4517 36.9441 15.4252 36.9668C15.3987 36.9895 15.3673 37.0057 15.3335 37.0143L15.3334 37.0148Z" fill="var(--onyx-empty-svg-color-background)"></path><path d="M68.4929 48.1388L40.1442 42.6284C39.183 42.4404 38.3356 41.8788 37.788 41.0669C37.2403 40.2549 37.0372 39.2588 37.223 38.2972L43.6946 5.00397C43.8825 4.04283 44.4441 3.19548 45.256 2.64784C46.0679 2.1002 47.0639 1.89697 48.0255 2.08276L74.3993 7.20932L79.1324 12.7622L72.8238 45.2173C72.6359 46.1785 72.0744 47.0259 71.2625 47.5736C70.4505 48.1214 69.4545 48.3246 68.4929 48.1388Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M47.8229 3.12594C47.1381 2.99365 46.4289 3.13837 45.8507 3.52835C45.2725 3.91833 44.8727 4.52173 44.7388 5.20617L38.2673 38.4994C38.135 39.1841 38.2797 39.8934 38.6697 40.4716C39.0596 41.0497 39.663 41.4496 40.3475 41.5835L68.6962 47.0939C69.3809 47.2262 70.0902 47.0815 70.6684 46.6915C71.2465 46.3015 71.6464 45.6981 71.7803 45.0137L77.9911 13.0616L73.8316 8.18153L47.8229 3.12594Z" fill="var(--onyx-empty-svg-color-background)"></path><path d="M68.7754 17.246L55.8686 14.7371C55.7085 14.706 55.5672 14.6125 55.476 14.4773C55.3848 14.342 55.351 14.1761 55.3821 14.0159C55.4133 13.8558 55.5067 13.7146 55.642 13.6233C55.7772 13.5321 55.9432 13.4984 56.1033 13.5295L69.0104 16.0384C69.1706 16.0695 69.3118 16.163 69.403 16.2982C69.4942 16.4335 69.528 16.5994 69.4969 16.7596C69.4658 16.9197 69.3723 17.0609 69.237 17.1522C69.1018 17.2434 68.9358 17.2772 68.7757 17.246L68.7754 17.246Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M70.8707 19.7682L55.4731 16.7752C55.3129 16.7441 55.1717 16.6506 55.0805 16.5154C54.9893 16.3801 54.9555 16.2142 54.9866 16.054C55.0178 15.8939 55.1112 15.7527 55.2465 15.6614C55.3817 15.5702 55.5477 15.5364 55.7078 15.5676L71.1054 18.5606C71.2656 18.5917 71.4068 18.6852 71.498 18.8204C71.5892 18.9557 71.623 19.1216 71.5919 19.2818C71.5608 19.4419 71.4673 19.5831 71.332 19.6744C71.1968 19.7656 71.0308 19.7994 70.8707 19.7682Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M67.2353 25.1701L54.3289 22.6613C54.1687 22.6302 54.0028 22.6639 53.8676 22.7552C53.7323 22.8464 53.6389 22.9876 53.6077 23.1477C53.5766 23.3079 53.6104 23.4738 53.7016 23.609C53.7928 23.7443 53.934 23.8377 54.0942 23.8689L67.0006 26.3776C67.1598 26.4064 67.3238 26.3713 67.4573 26.28C67.5908 26.1887 67.683 26.0484 67.7138 25.8897C67.7447 25.7309 67.7118 25.5664 67.6222 25.4317C67.5327 25.297 67.3937 25.203 67.2353 25.1701Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M69.33 27.693L53.9326 24.7C53.8528 24.6834 53.7706 24.6828 53.6906 24.6983C53.6106 24.7137 53.5345 24.7449 53.4666 24.79C53.3988 24.8351 53.3406 24.8933 53.2954 24.9611C53.2502 25.0288 53.219 25.1049 53.2034 25.1849C53.1879 25.2649 53.1884 25.3471 53.2049 25.4269C53.2214 25.5067 53.2536 25.5824 53.2996 25.6496C53.3456 25.7168 53.4045 25.7743 53.4728 25.8185C53.5412 25.8628 53.6177 25.8931 53.6979 25.9076L69.0951 28.9005C69.1749 28.9171 69.2571 28.9177 69.3371 28.9022C69.4171 28.8868 69.4932 28.8556 69.5611 28.8105C69.6289 28.7654 69.6871 28.7073 69.7323 28.6395C69.7775 28.5717 69.8087 28.4956 69.8243 28.4157C69.8398 28.3357 69.8393 28.2534 69.8228 28.1737C69.8063 28.0939 69.7741 28.0182 69.7281 27.9509C69.6821 27.8837 69.6232 27.8263 69.5549 27.782C69.4865 27.7377 69.4101 27.7075 69.33 27.693Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M65.2251 35.5116L52.3183 33.0028C52.1582 32.9716 52.0169 32.8782 51.9257 32.7429C51.8345 32.6077 51.8007 32.4417 51.8318 32.2816C51.863 32.1214 51.9564 31.9802 52.0917 31.889C52.227 31.7977 52.3929 31.764 52.5531 31.7951L65.4601 34.304C65.6203 34.3351 65.7615 34.4286 65.8527 34.5638C65.944 34.6991 65.9777 34.865 65.9466 35.0252C65.9155 35.1853 65.822 35.3266 65.6867 35.4178C65.5515 35.509 65.3855 35.5428 65.2254 35.5117L65.2251 35.5116Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M67.3199 38.0338L51.9223 35.0409C51.7622 35.0097 51.6209 34.9163 51.5297 34.781C51.4385 34.6458 51.4047 34.4798 51.4358 34.3197C51.467 34.1595 51.5605 34.0183 51.6957 33.9271C51.831 33.8358 51.9969 33.8021 52.1571 33.8332L67.5546 36.8262C67.7148 36.8573 67.856 36.9508 67.9472 37.086C68.0385 37.2213 68.0722 37.3872 68.0411 37.5474C68.01 37.7075 67.9165 37.8488 67.7812 37.94C67.646 38.0312 67.48 38.065 67.3199 38.0338Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M49.9984 16.2409C51.1771 16.47 52.3183 15.7003 52.5475 14.5215C52.7766 13.3428 52.0068 12.2016 50.8281 11.9725C49.6494 11.7434 48.5081 12.5131 48.279 13.6918C48.0499 14.8705 48.8197 16.0118 49.9984 16.2409Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M50.0439 14.8798C49.9958 14.8705 49.9521 14.8459 49.9193 14.8097L49.9172 14.8074L49.4902 14.3261C49.4512 14.2809 49.4316 14.2222 49.4356 14.1626C49.4396 14.103 49.4669 14.0474 49.5116 14.0078C49.5564 13.9682 49.6149 13.9479 49.6745 13.9511C49.7341 13.9543 49.7901 13.9809 49.8302 14.0251L50.1068 14.3374L51.069 13.4851C51.0913 13.4653 51.1173 13.4501 51.1455 13.4404C51.1737 13.4307 51.2035 13.4266 51.2333 13.4284C51.2631 13.4303 51.2922 13.4379 51.319 13.451C51.3458 13.4641 51.3697 13.4823 51.3895 13.5046L51.3835 13.5101L51.3897 13.5044C51.4296 13.5495 51.4499 13.6086 51.4463 13.6687C51.4426 13.7288 51.4153 13.785 51.3702 13.8249L50.2381 14.827C50.2119 14.8501 50.1808 14.8668 50.1471 14.8759C50.1135 14.885 50.0781 14.8862 50.0439 14.8795L50.0439 14.8798Z" fill="var(--onyx-empty-svg-color-background)"></path><path d="M50.9918 23.6976C50.9374 23.9779 50.8284 24.2448 50.6708 24.483C50.5133 24.7211 50.3104 24.9259 50.0737 25.0857C49.837 25.2454 49.5712 25.3569 49.2914 25.4139C49.0116 25.4709 48.7233 25.4722 48.443 25.4178C48.4246 25.4146 48.4064 25.4103 48.3885 25.4049C47.9709 25.3126 47.5899 25.0992 47.2931 24.7914C46.9962 24.4836 46.7967 24.0951 46.7196 23.6744C46.6424 23.2538 46.691 22.8198 46.8593 22.4267C47.0276 22.0336 47.3081 21.6988 47.6657 21.4643C48.0232 21.2298 48.442 21.106 48.8697 21.1083C49.2973 21.1106 49.7147 21.239 50.0697 21.4774C50.4247 21.7157 50.7016 22.0535 50.8656 22.4484C51.0296 22.8433 51.0735 23.2779 50.9918 23.6976Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M46.4481 34.5075C47.6268 34.7366 48.768 33.9669 48.9972 32.7882C49.2263 31.6094 48.4565 30.4682 47.2778 30.2391C46.0991 30.01 44.9578 30.7797 44.7287 31.9584C44.4996 33.1371 45.2694 34.2784 46.4481 34.5075Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M78.9955 12.8845L74.6082 12.0317C74.2879 11.9694 74.0054 11.7825 73.823 11.512C73.6405 11.2415 73.573 10.9096 73.6353 10.5893L74.2651 7.34888C74.2679 7.3347 74.2746 7.32158 74.2845 7.31104C74.2943 7.30049 74.307 7.29294 74.321 7.28925C74.3349 7.28556 74.3497 7.28588 74.3635 7.29017C74.3773 7.29447 74.3896 7.30256 74.399 7.31353L79.0686 12.7587C79.079 12.7708 79.0854 12.7859 79.0868 12.8017C79.0882 12.8176 79.0847 12.8336 79.0767 12.8474C79.0686 12.8612 79.0565 12.8721 79.042 12.8787C79.0275 12.8853 79.0113 12.8872 78.9956 12.8842L78.9955 12.8845Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M52.9892 45.2832C52.8542 45.5047 52.6366 45.6634 52.3845 45.7245C52.1323 45.7856 51.8663 45.744 51.6448 45.6089L40.2315 38.6473C40.01 38.5122 39.8513 38.2947 39.7902 38.0425C39.7291 37.7904 39.7707 37.5243 39.9058 37.3028C40.0409 37.0813 40.2584 36.9226 40.5106 36.8615C40.7627 36.8004 41.0288 36.842 41.2503 36.9771L52.6635 43.9387C52.8849 44.0738 53.0437 44.2914 53.1047 44.5435C53.1658 44.7956 53.1243 45.0617 52.9892 45.2832Z" fill="var( --onyx-empty-svg-color-accent)"></path><path d="M41.576 38.3225C40.77 39.6438 39.5903 40.6965 38.1861 41.3474C36.7819 41.9984 35.2162 42.2183 33.687 41.9794C32.1578 41.7404 30.7338 41.0534 29.595 40.0052C28.4562 38.957 27.6539 37.5946 27.2894 36.0904C26.9249 34.5861 27.0147 33.0076 27.5473 31.5544C28.08 30.1012 29.0316 28.8385 30.2818 27.9262C31.5321 27.0138 33.0248 26.4926 34.5712 26.4286C36.1176 26.3645 37.6483 26.7605 38.9697 27.5664C39.8471 28.1015 40.6105 28.8042 41.2163 29.6344C41.8222 30.4645 42.2585 31.4059 42.5005 32.4047C42.7425 33.4035 42.7855 34.4401 42.6268 35.4555C42.4682 36.4709 42.1111 37.4451 41.576 38.3225ZM29.8844 31.1906C29.28 32.1816 28.983 33.3296 29.031 34.4895C29.079 35.6493 29.4699 36.7689 30.1542 37.7066C30.8385 38.6443 31.7855 39.358 32.8754 39.7575C33.9653 40.157 35.1492 40.2243 36.2774 39.9509C37.4056 39.6775 38.4274 39.0758 39.2135 38.2217C39.9997 37.3676 40.515 36.2996 40.6942 35.1527C40.8733 34.0057 40.7084 32.8314 40.2202 31.7783C39.732 30.7251 38.9424 29.8403 37.9514 29.2359C36.6224 28.4254 35.0259 28.176 33.5131 28.5425C32.0002 28.9091 30.695 29.8616 29.8844 31.1906Z" fill="var( --onyx-empty-svg-color-accent)"></path><path d="M32.8257 39.9229C36.0054 41.0177 39.4706 39.3276 40.5655 36.1479C41.6603 32.9682 39.9702 29.503 36.7905 28.4082C33.6108 27.3133 30.1456 29.0034 29.0508 32.1831C27.9559 35.3628 29.646 38.828 32.8257 39.9229Z" fill="var(--onyx-empty-svg-color-primary)"></path></g><defs><clipPath id="clip0_19774_64940"><rect width="80" height="48.8428" fill="white"></rect></clipPath></defs>', 2)
|
|
6900
6902
|
])]);
|
|
6901
6903
|
}
|
|
6902
|
-
const OnyxEmptySVG = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6903
|
-
const _sfc_main$
|
|
6904
|
+
const OnyxEmptySVG = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/illustrations/OnyxEmptySVG/OnyxEmptySVG.vue"]]);
|
|
6905
|
+
const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
6904
6906
|
__name: "OnyxEmpty",
|
|
6905
6907
|
props: {
|
|
6906
6908
|
density: { type: null, required: false }
|
|
@@ -6915,16 +6917,16 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
6915
6917
|
return __returned__;
|
|
6916
6918
|
}
|
|
6917
6919
|
});
|
|
6918
|
-
const _hoisted_1$
|
|
6919
|
-
const _hoisted_2$
|
|
6920
|
+
const _hoisted_1$R = { class: "onyx-empty__text-wrapper" };
|
|
6921
|
+
const _hoisted_2$E = {
|
|
6920
6922
|
key: 0,
|
|
6921
6923
|
class: "onyx-empty__description onyx-truncation-multiline"
|
|
6922
6924
|
};
|
|
6923
|
-
const _hoisted_3$
|
|
6925
|
+
const _hoisted_3$t = {
|
|
6924
6926
|
key: 0,
|
|
6925
6927
|
class: "onyx-empty__buttons"
|
|
6926
6928
|
};
|
|
6927
|
-
function _sfc_render$
|
|
6929
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6928
6930
|
return openBlock(), createElementBlock(
|
|
6929
6931
|
"div",
|
|
6930
6932
|
{
|
|
@@ -6934,7 +6936,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6934
6936
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
6935
6937
|
createVNode($setup["OnyxEmptySVG"])
|
|
6936
6938
|
]),
|
|
6937
|
-
createElementVNode("div", _hoisted_1$
|
|
6939
|
+
createElementVNode("div", _hoisted_1$R, [
|
|
6938
6940
|
createVNode($setup["OnyxHeadline"], {
|
|
6939
6941
|
is: "h3",
|
|
6940
6942
|
class: "onyx-empty__label onyx-truncation-multiline"
|
|
@@ -6945,11 +6947,11 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6945
6947
|
_: 3
|
|
6946
6948
|
/* FORWARDED */
|
|
6947
6949
|
}),
|
|
6948
|
-
!!$setup.slots.description ? (openBlock(), createElementBlock("p", _hoisted_2$
|
|
6950
|
+
!!$setup.slots.description ? (openBlock(), createElementBlock("p", _hoisted_2$E, [
|
|
6949
6951
|
renderSlot(_ctx.$slots, "description")
|
|
6950
6952
|
])) : createCommentVNode("v-if", true)
|
|
6951
6953
|
]),
|
|
6952
|
-
!!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
6954
|
+
!!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$t, [
|
|
6953
6955
|
renderSlot(_ctx.$slots, "buttons")
|
|
6954
6956
|
])) : createCommentVNode("v-if", true)
|
|
6955
6957
|
],
|
|
@@ -6957,8 +6959,8 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6957
6959
|
/* CLASS */
|
|
6958
6960
|
);
|
|
6959
6961
|
}
|
|
6960
|
-
const OnyxEmpty = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6961
|
-
const _sfc_main$
|
|
6962
|
+
const OnyxEmpty = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxEmpty/OnyxEmpty.vue"]]);
|
|
6963
|
+
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
6962
6964
|
__name: "OnyxTable",
|
|
6963
6965
|
props: {
|
|
6964
6966
|
density: { type: null, required: false },
|
|
@@ -6989,12 +6991,12 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
6989
6991
|
return __returned__;
|
|
6990
6992
|
}
|
|
6991
6993
|
});
|
|
6992
|
-
const _hoisted_1$
|
|
6994
|
+
const _hoisted_1$Q = {
|
|
6993
6995
|
key: 0,
|
|
6994
6996
|
class: "onyx-table-wrapper__top"
|
|
6995
6997
|
};
|
|
6996
|
-
const _hoisted_2$
|
|
6997
|
-
const _hoisted_3$
|
|
6998
|
+
const _hoisted_2$D = ["id"];
|
|
6999
|
+
const _hoisted_3$s = { class: "onyx-table-wrapper__actions" };
|
|
6998
7000
|
const _hoisted_4$l = ["tabindex"];
|
|
6999
7001
|
const _hoisted_5$f = ["aria-labelledby"];
|
|
7000
7002
|
const _hoisted_6$b = ["span"];
|
|
@@ -7011,7 +7013,7 @@ const _hoisted_13 = {
|
|
|
7011
7013
|
key: 1,
|
|
7012
7014
|
class: "onyx-table-wrapper__bottom"
|
|
7013
7015
|
};
|
|
7014
|
-
function _sfc_render$
|
|
7016
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7015
7017
|
return openBlock(), createElementBlock(
|
|
7016
7018
|
"div",
|
|
7017
7019
|
{
|
|
@@ -7019,11 +7021,11 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7019
7021
|
style: normalizeStyle($setup.style)
|
|
7020
7022
|
},
|
|
7021
7023
|
[
|
|
7022
|
-
!!$setup.slots.headline || !!$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
7024
|
+
!!$setup.slots.headline || !!$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_1$Q, [
|
|
7023
7025
|
createElementVNode("div", { id: $setup.headlineId }, [
|
|
7024
7026
|
renderSlot(_ctx.$slots, "headline")
|
|
7025
|
-
], 8, _hoisted_2$
|
|
7026
|
-
createElementVNode("div", _hoisted_3$
|
|
7027
|
+
], 8, _hoisted_2$D),
|
|
7028
|
+
createElementVNode("div", _hoisted_3$s, [
|
|
7027
7029
|
renderSlot(_ctx.$slots, "actions")
|
|
7028
7030
|
])
|
|
7029
7031
|
])) : createCommentVNode("v-if", true),
|
|
@@ -7116,8 +7118,8 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7116
7118
|
/* CLASS, STYLE */
|
|
7117
7119
|
);
|
|
7118
7120
|
}
|
|
7119
|
-
const OnyxTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7120
|
-
const _sfc_main$
|
|
7121
|
+
const OnyxTable = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTable/OnyxTable.vue"]]);
|
|
7122
|
+
const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
7121
7123
|
__name: "OnyxDataGridRenderer",
|
|
7122
7124
|
props: {
|
|
7123
7125
|
density: { type: null, required: false },
|
|
@@ -7154,7 +7156,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
7154
7156
|
return __returned__;
|
|
7155
7157
|
}
|
|
7156
7158
|
});
|
|
7157
|
-
function _sfc_render$
|
|
7159
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7158
7160
|
return openBlock(), createBlock($setup["OnyxTable"], mergeProps({ class: "onyx-data-grid" }, $setup.tableProps, {
|
|
7159
7161
|
"scroll-container-attrs": $setup.mergeVueProps($setup.props.scrollContainerAttrs, { style: $setup.columnStyle })
|
|
7160
7162
|
}), createSlots({
|
|
@@ -7261,8 +7263,8 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7261
7263
|
})
|
|
7262
7264
|
]), 1040, ["scroll-container-attrs"]);
|
|
7263
7265
|
}
|
|
7264
|
-
const OnyxDataGridRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7265
|
-
const _sfc_main$
|
|
7266
|
+
const OnyxDataGridRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/OnyxDataGridRenderer/OnyxDataGridRenderer.vue"]]);
|
|
7267
|
+
const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
7266
7268
|
...{ inheritAttrs: false },
|
|
7267
7269
|
__name: "OnyxMiniSearch",
|
|
7268
7270
|
props: {
|
|
@@ -7302,9 +7304,9 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
7302
7304
|
return __returned__;
|
|
7303
7305
|
}
|
|
7304
7306
|
});
|
|
7305
|
-
const _hoisted_1$
|
|
7306
|
-
const _hoisted_2$
|
|
7307
|
-
function _sfc_render$
|
|
7307
|
+
const _hoisted_1$P = ["autofocus", "placeholder", "aria-label"];
|
|
7308
|
+
const _hoisted_2$C = ["aria-label"];
|
|
7309
|
+
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7308
7310
|
return openBlock(), createElementBlock(
|
|
7309
7311
|
"div",
|
|
7310
7312
|
mergeProps({
|
|
@@ -7323,7 +7325,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7323
7325
|
size: "1"
|
|
7324
7326
|
}, $setup.restAttrs, {
|
|
7325
7327
|
"aria-label": $setup.props.label
|
|
7326
|
-
}), null, 16, _hoisted_1$
|
|
7328
|
+
}), null, 16, _hoisted_1$P), [
|
|
7327
7329
|
[vModelText, $setup.modelValue]
|
|
7328
7330
|
]),
|
|
7329
7331
|
createElementVNode("button", {
|
|
@@ -7336,7 +7338,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7336
7338
|
onClick: _cache[2] || (_cache[2] = ($event) => $setup.emit("clear"))
|
|
7337
7339
|
}, [
|
|
7338
7340
|
createVNode($setup["OnyxIcon"], { icon: $setup.iconXSmall }, null, 8, ["icon"])
|
|
7339
|
-
], 40, _hoisted_2$
|
|
7341
|
+
], 40, _hoisted_2$C),
|
|
7340
7342
|
createVNode($setup["OnyxIcon"], {
|
|
7341
7343
|
class: "onyx-mini-search__icon",
|
|
7342
7344
|
icon: $setup.iconSearch
|
|
@@ -7346,11 +7348,11 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7346
7348
|
/* FULL_PROPS */
|
|
7347
7349
|
);
|
|
7348
7350
|
}
|
|
7349
|
-
const OnyxMiniSearch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7351
|
+
const OnyxMiniSearch = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxMiniSearch/OnyxMiniSearch.vue"]]);
|
|
7350
7352
|
const prepareMapping = (features, key) => features.flatMap((f) => f[key]).filter((f) => f?.func).sort((a, b) => (a?.order ?? 0) - (b?.order ?? 0));
|
|
7351
7353
|
const applyMapping = (mapping, input2) => mapping.reduce((output, m) => m.func(output), input2);
|
|
7352
7354
|
const DataGridRowOptionsSymbol = /* @__PURE__ */ Symbol("RowOptions");
|
|
7353
|
-
const _sfc_main
|
|
7355
|
+
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
7354
7356
|
__name: "HeaderCell",
|
|
7355
7357
|
props: {
|
|
7356
7358
|
label: { type: String, required: true }
|
|
@@ -7364,27 +7366,27 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
7364
7366
|
return __returned__;
|
|
7365
7367
|
}
|
|
7366
7368
|
});
|
|
7367
|
-
const _hoisted_1$
|
|
7368
|
-
const _hoisted_2$
|
|
7369
|
-
const _hoisted_3$
|
|
7369
|
+
const _hoisted_1$O = { class: "onyx-component onyx-data-grid-header-cell" };
|
|
7370
|
+
const _hoisted_2$B = { class: "onyx-data-grid-header-cell__label" };
|
|
7371
|
+
const _hoisted_3$r = {
|
|
7370
7372
|
key: 0,
|
|
7371
7373
|
class: "onyx-data-grid-header-cell__actions"
|
|
7372
7374
|
};
|
|
7373
|
-
function _sfc_render
|
|
7374
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
7375
|
+
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7376
|
+
return openBlock(), createElementBlock("div", _hoisted_1$O, [
|
|
7375
7377
|
createElementVNode(
|
|
7376
7378
|
"span",
|
|
7377
|
-
_hoisted_2$
|
|
7379
|
+
_hoisted_2$B,
|
|
7378
7380
|
toDisplayString($setup.props.label),
|
|
7379
7381
|
1
|
|
7380
7382
|
/* TEXT */
|
|
7381
7383
|
),
|
|
7382
|
-
$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
7384
|
+
$setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_3$r, [
|
|
7383
7385
|
renderSlot(_ctx.$slots, "actions")
|
|
7384
7386
|
])) : createCommentVNode("v-if", true)
|
|
7385
7387
|
]);
|
|
7386
7388
|
}
|
|
7387
|
-
const HeaderCell = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
7389
|
+
const HeaderCell = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/features/HeaderCell.vue"]]);
|
|
7388
7390
|
const FALLBACK_RENDER_VALUE = "-";
|
|
7389
7391
|
const fallback = (opts) => opts?.fallback ?? FALLBACK_RENDER_VALUE;
|
|
7390
7392
|
const createTypeRenderer = (typeRenderer) => Object.freeze(typeRenderer);
|
|
@@ -7886,7 +7888,7 @@ const useErrorClass = (showError) => computed(() => {
|
|
|
7886
7888
|
}
|
|
7887
7889
|
return "onyx-form-element--touched-invalid";
|
|
7888
7890
|
});
|
|
7889
|
-
const _sfc_main$
|
|
7891
|
+
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
7890
7892
|
__name: "FormMessage",
|
|
7891
7893
|
props: {
|
|
7892
7894
|
messages: { type: Object, required: true },
|
|
@@ -7900,17 +7902,17 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
7900
7902
|
return __returned__;
|
|
7901
7903
|
}
|
|
7902
7904
|
});
|
|
7903
|
-
const _hoisted_1$
|
|
7905
|
+
const _hoisted_1$N = {
|
|
7904
7906
|
class: /* @__PURE__ */ normalizeClass(["onyx-truncation-ellipsis"])
|
|
7905
7907
|
};
|
|
7906
|
-
function _sfc_render$
|
|
7908
|
+
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7907
7909
|
return openBlock(), createBlock(resolveDynamicComponent($props.messages.hidden ? $setup.OnyxVisuallyHidden : "span"), {
|
|
7908
7910
|
class: normalizeClass(["onyx-component", "onyx-form-message", `onyx-form-message__${$setup.props.type}`])
|
|
7909
7911
|
}, {
|
|
7910
7912
|
default: withCtx(() => [
|
|
7911
7913
|
createElementVNode(
|
|
7912
7914
|
"span",
|
|
7913
|
-
_hoisted_1$
|
|
7915
|
+
_hoisted_1$N,
|
|
7914
7916
|
toDisplayString($setup.props.messages.shortMessage),
|
|
7915
7917
|
1
|
|
7916
7918
|
/* TEXT */
|
|
@@ -7928,8 +7930,8 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7928
7930
|
/* STABLE */
|
|
7929
7931
|
}, 8, ["class"]);
|
|
7930
7932
|
}
|
|
7931
|
-
const FormMessage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7932
|
-
const _sfc_main
|
|
7933
|
+
const FormMessage = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFormElement/FormMessage.vue"]]);
|
|
7934
|
+
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
7933
7935
|
__name: "OnyxFormElement",
|
|
7934
7936
|
props: {
|
|
7935
7937
|
disabled: { type: [Boolean, Symbol], required: false },
|
|
@@ -8002,17 +8004,17 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
8002
8004
|
return __returned__;
|
|
8003
8005
|
}
|
|
8004
8006
|
});
|
|
8005
|
-
const _hoisted_1$
|
|
8007
|
+
const _hoisted_1$M = {
|
|
8006
8008
|
key: 0,
|
|
8007
8009
|
class: "onyx-form-element__label onyx-text--small"
|
|
8008
8010
|
};
|
|
8009
|
-
const _hoisted_2$
|
|
8010
|
-
const _hoisted_3$
|
|
8011
|
+
const _hoisted_2$A = ["for"];
|
|
8012
|
+
const _hoisted_3$q = {
|
|
8011
8013
|
key: 1,
|
|
8012
8014
|
class: "onyx-form-element__footer onyx-text--small"
|
|
8013
8015
|
};
|
|
8014
8016
|
const _hoisted_4$k = { class: "onyx-form-element__footer-messages" };
|
|
8015
|
-
function _sfc_render
|
|
8017
|
+
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8016
8018
|
return openBlock(), createElementBlock(
|
|
8017
8019
|
"div",
|
|
8018
8020
|
{
|
|
@@ -8024,11 +8026,11 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8024
8026
|
])
|
|
8025
8027
|
},
|
|
8026
8028
|
[
|
|
8027
|
-
!$setup.props.hideLabel ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
8029
|
+
!$setup.props.hideLabel ? (openBlock(), createElementBlock("div", _hoisted_1$M, [
|
|
8028
8030
|
createElementVNode("label", {
|
|
8029
8031
|
for: $setup.props.id,
|
|
8030
8032
|
class: "onyx-truncation-ellipsis"
|
|
8031
|
-
}, toDisplayString($setup.props.label), 9, _hoisted_2$
|
|
8033
|
+
}, toDisplayString($setup.props.label), 9, _hoisted_2$A),
|
|
8032
8034
|
$setup.props.required ? (openBlock(), createElementBlock(
|
|
8033
8035
|
"span",
|
|
8034
8036
|
{
|
|
@@ -8059,7 +8061,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8059
8061
|
renderSlot(_ctx.$slots, "default", {
|
|
8060
8062
|
id: $setup.props.id
|
|
8061
8063
|
}),
|
|
8062
|
-
$setup.footer ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
8064
|
+
$setup.footer ? (openBlock(), createElementBlock("div", _hoisted_3$q, [
|
|
8063
8065
|
createElementVNode("span", _hoisted_4$k, [
|
|
8064
8066
|
$setup.footer.errorMessages ? (openBlock(), createBlock($setup["FormMessage"], {
|
|
8065
8067
|
key: 0,
|
|
@@ -8099,8 +8101,8 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8099
8101
|
/* CLASS */
|
|
8100
8102
|
);
|
|
8101
8103
|
}
|
|
8102
|
-
const OnyxFormElement = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
8103
|
-
const _sfc_main$
|
|
8104
|
+
const OnyxFormElement = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFormElement/OnyxFormElement.vue"]]);
|
|
8105
|
+
const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
8104
8106
|
...{ inheritAttrs: false },
|
|
8105
8107
|
__name: "OnyxSelectInput",
|
|
8106
8108
|
props: {
|
|
@@ -8183,9 +8185,9 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
8183
8185
|
return __returned__;
|
|
8184
8186
|
}
|
|
8185
8187
|
});
|
|
8186
|
-
const _hoisted_1$
|
|
8187
|
-
const _hoisted_2$
|
|
8188
|
-
function _sfc_render$
|
|
8188
|
+
const _hoisted_1$L = ["id", "readonly", "placeholder", "required", "disabled", "aria-label", "title", "value", "autofocus"];
|
|
8189
|
+
const _hoisted_2$z = ["aria-label", "title", "disabled"];
|
|
8190
|
+
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8189
8191
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
8190
8192
|
"div",
|
|
8191
8193
|
mergeProps({
|
|
@@ -8250,7 +8252,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8250
8252
|
autofocus: $setup.props.autofocus,
|
|
8251
8253
|
autocomplete: "off",
|
|
8252
8254
|
onKeydown: $setup.blockTyping
|
|
8253
|
-
}), null, 16, _hoisted_1$
|
|
8255
|
+
}), null, 16, _hoisted_1$L), [
|
|
8254
8256
|
[$setup["vCustomValidity"]]
|
|
8255
8257
|
]),
|
|
8256
8258
|
$setup.props.textMode === "preview" && $setup.selectionCount > 0 ? (openBlock(), createBlock($setup["OnyxTooltip"], {
|
|
@@ -8291,7 +8293,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8291
8293
|
renderSlot(_ctx.$slots, "icon", {}, () => [
|
|
8292
8294
|
createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronDownUp }, null, 8, ["icon"])
|
|
8293
8295
|
])
|
|
8294
|
-
], 8, _hoisted_2$
|
|
8296
|
+
], 8, _hoisted_2$z),
|
|
8295
8297
|
!$setup.props.hideSuccessIcon && $setup.successMessages ? (openBlock(), createBlock($setup["OnyxIcon"], {
|
|
8296
8298
|
key: 2,
|
|
8297
8299
|
class: "onyx-select-input__check-icon",
|
|
@@ -8308,8 +8310,8 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8308
8310
|
/* FULL_PROPS */
|
|
8309
8311
|
));
|
|
8310
8312
|
}
|
|
8311
|
-
const OnyxSelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8312
|
-
const _sfc_main$
|
|
8313
|
+
const OnyxSelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelectInput/OnyxSelectInput.vue"]]);
|
|
8314
|
+
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
8313
8315
|
__name: "OnyxSelectOption",
|
|
8314
8316
|
props: {
|
|
8315
8317
|
active: { type: Boolean, required: false, default: false },
|
|
@@ -8328,8 +8330,8 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
8328
8330
|
return __returned__;
|
|
8329
8331
|
}
|
|
8330
8332
|
});
|
|
8331
|
-
const _hoisted_1$
|
|
8332
|
-
function _sfc_render$
|
|
8333
|
+
const _hoisted_1$K = ["checked", "aria-labelledby", "disabled", "indeterminate"];
|
|
8334
|
+
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8333
8335
|
return openBlock(), createBlock($setup["OnyxListItem"], mergeProps({ class: "onyx-component onyx-select-option" }, $setup.listItemProps, {
|
|
8334
8336
|
checked: !!_ctx.$attrs["aria-checked"],
|
|
8335
8337
|
selected: !!_ctx.$attrs["aria-selected"],
|
|
@@ -8346,7 +8348,7 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8346
8348
|
tabindex: "-1",
|
|
8347
8349
|
class: "onyx-select-option__checkbox",
|
|
8348
8350
|
type: "checkbox"
|
|
8349
|
-
}, null, 8, _hoisted_1$
|
|
8351
|
+
}, null, 8, _hoisted_1$K)) : createCommentVNode("v-if", true),
|
|
8350
8352
|
$setup.props.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
|
|
8351
8353
|
key: 1,
|
|
8352
8354
|
icon: $setup.props.icon
|
|
@@ -8367,8 +8369,8 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8367
8369
|
/* FORWARDED */
|
|
8368
8370
|
}, 16, ["checked", "selected", "disabled"]);
|
|
8369
8371
|
}
|
|
8370
|
-
const OnyxSelectOption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8371
|
-
const _sfc_main$
|
|
8372
|
+
const OnyxSelectOption = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelectOption/OnyxSelectOption.vue"]]);
|
|
8373
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
8372
8374
|
__name: "OnyxSelect",
|
|
8373
8375
|
props: {
|
|
8374
8376
|
density: { type: null, required: false },
|
|
@@ -8638,15 +8640,15 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
8638
8640
|
return __returned__;
|
|
8639
8641
|
}
|
|
8640
8642
|
});
|
|
8641
|
-
const _hoisted_1$
|
|
8643
|
+
const _hoisted_1$J = {
|
|
8642
8644
|
ref: "selectRef",
|
|
8643
8645
|
class: "onyx-component onyx-select-wrapper"
|
|
8644
8646
|
};
|
|
8645
|
-
const _hoisted_2$
|
|
8647
|
+
const _hoisted_2$y = {
|
|
8646
8648
|
class: "onyx-select__wrapper",
|
|
8647
8649
|
tabindex: "-1"
|
|
8648
8650
|
};
|
|
8649
|
-
const _hoisted_3$
|
|
8651
|
+
const _hoisted_3$p = {
|
|
8650
8652
|
key: 0,
|
|
8651
8653
|
role: "group",
|
|
8652
8654
|
class: "onyx-select__group"
|
|
@@ -8672,10 +8674,10 @@ const _hoisted_8$5 = {
|
|
|
8672
8674
|
key: 0,
|
|
8673
8675
|
class: "onyx-select__description onyx-text--small"
|
|
8674
8676
|
};
|
|
8675
|
-
function _sfc_render$
|
|
8677
|
+
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8676
8678
|
return openBlock(), createElementBlock(
|
|
8677
8679
|
"div",
|
|
8678
|
-
_hoisted_1$
|
|
8680
|
+
_hoisted_1$J,
|
|
8679
8681
|
[
|
|
8680
8682
|
createVNode($setup["OnyxBasicPopover"], {
|
|
8681
8683
|
class: normalizeClass($setup.densityClass),
|
|
@@ -8705,7 +8707,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8705
8707
|
]), 1040, ["show-focus", "autofocus"])
|
|
8706
8708
|
]),
|
|
8707
8709
|
content: withCtx(() => [
|
|
8708
|
-
withDirectives((openBlock(), createElementBlock("div", _hoisted_2$
|
|
8710
|
+
withDirectives((openBlock(), createElementBlock("div", _hoisted_2$y, [
|
|
8709
8711
|
$setup.props.withSearch ? (openBlock(), createBlock($setup["OnyxMiniSearch"], mergeProps({
|
|
8710
8712
|
key: 0,
|
|
8711
8713
|
ref: "miniSearchRef",
|
|
@@ -8720,7 +8722,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8720
8722
|
"div",
|
|
8721
8723
|
normalizeProps(guardReactiveProps($setup.listbox)),
|
|
8722
8724
|
[
|
|
8723
|
-
$setup.isEmptyMessage ? (openBlock(), createElementBlock("ul", _hoisted_3$
|
|
8725
|
+
$setup.isEmptyMessage ? (openBlock(), createElementBlock("ul", _hoisted_3$p, [
|
|
8724
8726
|
createElementVNode("li", _hoisted_4$j, [
|
|
8725
8727
|
renderSlot(_ctx.$slots, "empty", { defaultMessage: $setup.isEmptyMessage }, () => [
|
|
8726
8728
|
createVNode($setup["OnyxEmpty"], {
|
|
@@ -8875,9 +8877,9 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8875
8877
|
/* NEED_PATCH */
|
|
8876
8878
|
);
|
|
8877
8879
|
}
|
|
8878
|
-
const OnyxSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8880
|
+
const OnyxSelect = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelect/OnyxSelect.vue"]]);
|
|
8879
8881
|
const __default__$3 = {};
|
|
8880
|
-
const _sfc_main$
|
|
8882
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
8881
8883
|
...__default__$3,
|
|
8882
8884
|
__name: "OnyxItemsPerPage",
|
|
8883
8885
|
props: {
|
|
@@ -8911,8 +8913,8 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
8911
8913
|
return __returned__;
|
|
8912
8914
|
}
|
|
8913
8915
|
});
|
|
8914
|
-
const _hoisted_1$
|
|
8915
|
-
function _sfc_render$
|
|
8916
|
+
const _hoisted_1$I = ["for"];
|
|
8917
|
+
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8916
8918
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
8917
8919
|
key: 0,
|
|
8918
8920
|
class: normalizeClass(["onyx-items-per-page-skeleton", "onyx-text", $setup.densityClass])
|
|
@@ -8945,14 +8947,14 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8945
8947
|
key: 0,
|
|
8946
8948
|
for: $setup.id,
|
|
8947
8949
|
class: normalizeClass(["onyx-items-per-page__label", "onyx-truncation-ellipsis"])
|
|
8948
|
-
}, toDisplayString($setup.t("itemsPerPage.label")), 9, _hoisted_1$
|
|
8950
|
+
}, toDisplayString($setup.t("itemsPerPage.label")), 9, _hoisted_1$I)) : createCommentVNode("v-if", true)
|
|
8949
8951
|
],
|
|
8950
8952
|
6
|
|
8951
8953
|
/* CLASS, STYLE */
|
|
8952
8954
|
));
|
|
8953
8955
|
}
|
|
8954
|
-
const OnyxItemsPerPage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8955
|
-
const _sfc_main$
|
|
8956
|
+
const OnyxItemsPerPage = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxItemsPerPage/OnyxItemsPerPage.vue"]]);
|
|
8957
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
8956
8958
|
__name: "OnyxInlinePagination",
|
|
8957
8959
|
props: {
|
|
8958
8960
|
density: { type: null, required: false },
|
|
@@ -9004,12 +9006,12 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
9004
9006
|
return __returned__;
|
|
9005
9007
|
}
|
|
9006
9008
|
});
|
|
9007
|
-
const _hoisted_1$
|
|
9008
|
-
const _hoisted_2$
|
|
9009
|
-
const _hoisted_3$
|
|
9009
|
+
const _hoisted_1$H = ["aria-label"];
|
|
9010
|
+
const _hoisted_2$x = ["aria-label", "disabled"];
|
|
9011
|
+
const _hoisted_3$o = ["aria-label", "disabled", "onClick"];
|
|
9010
9012
|
const _hoisted_4$i = ["aria-label"];
|
|
9011
9013
|
const _hoisted_5$d = ["aria-label", "disabled"];
|
|
9012
|
-
function _sfc_render$
|
|
9014
|
+
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9013
9015
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
9014
9016
|
key: 0,
|
|
9015
9017
|
class: normalizeClass([
|
|
@@ -9038,7 +9040,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9038
9040
|
onClick: _cache[0] || (_cache[0] = ($event) => $setup.emit("update:modelValue", $setup.props.modelValue - 1))
|
|
9039
9041
|
}, [
|
|
9040
9042
|
createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronLeftSmall }, null, 8, ["icon"])
|
|
9041
|
-
], 8, _hoisted_2$
|
|
9043
|
+
], 8, _hoisted_2$x),
|
|
9042
9044
|
(openBlock(true), createElementBlock(
|
|
9043
9045
|
Fragment,
|
|
9044
9046
|
null,
|
|
@@ -9057,7 +9059,7 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9057
9059
|
type: "button",
|
|
9058
9060
|
disabled: $setup.props.disabled,
|
|
9059
9061
|
onClick: ($event) => $setup.emit("update:modelValue", pageNumber)
|
|
9060
|
-
}, toDisplayString(pageNumber), 11, _hoisted_3$
|
|
9062
|
+
}, toDisplayString(pageNumber), 11, _hoisted_3$o)) : (openBlock(), createElementBlock("div", {
|
|
9061
9063
|
key: 1,
|
|
9062
9064
|
class: normalizeClass(["onyx-pagination__more-pages"]),
|
|
9063
9065
|
"aria-label": $setup.t("pagination.morePages")
|
|
@@ -9098,11 +9100,11 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9098
9100
|
}, [
|
|
9099
9101
|
createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronRightSmall }, null, 8, ["icon"])
|
|
9100
9102
|
], 8, _hoisted_5$d)
|
|
9101
|
-
], 10, _hoisted_1$
|
|
9103
|
+
], 10, _hoisted_1$H));
|
|
9102
9104
|
}
|
|
9103
|
-
const OnyxInlinePagination = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9105
|
+
const OnyxInlinePagination = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxInlinePagination.vue"]]);
|
|
9104
9106
|
const pageSize = 100;
|
|
9105
|
-
const _sfc_main$
|
|
9107
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
9106
9108
|
__name: "OnyxSelectPagination",
|
|
9107
9109
|
props: {
|
|
9108
9110
|
density: { type: null, required: false },
|
|
@@ -9154,11 +9156,11 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
9154
9156
|
return __returned__;
|
|
9155
9157
|
}
|
|
9156
9158
|
});
|
|
9157
|
-
const _hoisted_1$
|
|
9158
|
-
const _hoisted_2$
|
|
9159
|
-
const _hoisted_3$
|
|
9159
|
+
const _hoisted_1$G = ["aria-label"];
|
|
9160
|
+
const _hoisted_2$w = { class: "onyx-pagination__count" };
|
|
9161
|
+
const _hoisted_3$n = ["aria-label", "disabled"];
|
|
9160
9162
|
const _hoisted_4$h = ["aria-label", "disabled"];
|
|
9161
|
-
function _sfc_render$
|
|
9163
|
+
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9162
9164
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
9163
9165
|
key: 0,
|
|
9164
9166
|
class: normalizeClass(["onyx-pagination-skeleton", "onyx-text", $setup.densityClass])
|
|
@@ -9189,7 +9191,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9189
9191
|
}, null, 8, ["search-term", "label", "list-label", "options", "model-value", "value-label", "disabled"]),
|
|
9190
9192
|
createElementVNode(
|
|
9191
9193
|
"div",
|
|
9192
|
-
_hoisted_2$
|
|
9194
|
+
_hoisted_2$w,
|
|
9193
9195
|
toDisplayString($setup.t("pagination.ofPages", { n: $setup.props.pages, pages: $setup.n($setup.props.pages, "decimal") })),
|
|
9194
9196
|
1
|
|
9195
9197
|
/* TEXT */
|
|
@@ -9202,7 +9204,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9202
9204
|
onClick: _cache[2] || (_cache[2] = ($event) => $setup.emit("update:modelValue", $setup.props.modelValue - 1))
|
|
9203
9205
|
}, [
|
|
9204
9206
|
createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronLeftSmall }, null, 8, ["icon"])
|
|
9205
|
-
], 8, _hoisted_3$
|
|
9207
|
+
], 8, _hoisted_3$n),
|
|
9206
9208
|
createElementVNode("button", {
|
|
9207
9209
|
class: "onyx-pagination__button",
|
|
9208
9210
|
"aria-label": $setup.t("pagination.next"),
|
|
@@ -9212,10 +9214,10 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9212
9214
|
}, [
|
|
9213
9215
|
createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronRightSmall }, null, 8, ["icon"])
|
|
9214
9216
|
], 8, _hoisted_4$h)
|
|
9215
|
-
], 14, _hoisted_1$
|
|
9217
|
+
], 14, _hoisted_1$G));
|
|
9216
9218
|
}
|
|
9217
|
-
const OnyxSelectPagination = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9218
|
-
const _sfc_main$
|
|
9219
|
+
const OnyxSelectPagination = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxSelectPagination.vue"]]);
|
|
9220
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
9219
9221
|
__name: "OnyxPagination",
|
|
9220
9222
|
props: {
|
|
9221
9223
|
density: { type: null, required: false },
|
|
@@ -9236,7 +9238,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
9236
9238
|
return __returned__;
|
|
9237
9239
|
}
|
|
9238
9240
|
});
|
|
9239
|
-
function _sfc_render$
|
|
9241
|
+
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9240
9242
|
return $setup.props.type === "inline" ? (openBlock(), createBlock(
|
|
9241
9243
|
$setup["OnyxInlinePagination"],
|
|
9242
9244
|
mergeProps({ key: 0 }, $setup.paginationProps, {
|
|
@@ -9255,7 +9257,7 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9255
9257
|
/* FULL_PROPS */
|
|
9256
9258
|
));
|
|
9257
9259
|
}
|
|
9258
|
-
const OnyxPagination = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9260
|
+
const OnyxPagination = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxPagination.vue"]]);
|
|
9259
9261
|
const SELECTION_FEATURE = /* @__PURE__ */ Symbol("Selection");
|
|
9260
9262
|
const SELECTION_MUTATION_ORDER = 1e3;
|
|
9261
9263
|
const useSelection = (options) => createFeature((ctx) => {
|
|
@@ -9550,7 +9552,7 @@ const BASE_FEATURE = (options) => createFeature(({ skeleton }) => {
|
|
|
9550
9552
|
}
|
|
9551
9553
|
};
|
|
9552
9554
|
});
|
|
9553
|
-
const _sfc_main$
|
|
9555
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
9554
9556
|
...{ inheritAttrs: false },
|
|
9555
9557
|
__name: "OnyxDataGrid",
|
|
9556
9558
|
props: {
|
|
@@ -9630,7 +9632,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
9630
9632
|
return __returned__;
|
|
9631
9633
|
}
|
|
9632
9634
|
});
|
|
9633
|
-
function _sfc_render$
|
|
9635
|
+
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9634
9636
|
return openBlock(), createBlock($setup["OnyxDataGridRenderer"], mergeProps($setup.mergeVueProps(_ctx.$attrs, $setup.rendererProps), {
|
|
9635
9637
|
"column-groups": $setup.rendererColumnGroups,
|
|
9636
9638
|
columns: $setup.renderColumns,
|
|
@@ -9657,7 +9659,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9657
9659
|
} : void 0
|
|
9658
9660
|
]), 1040, ["column-groups", "columns", "rows", "scroll-container-attrs"]);
|
|
9659
9661
|
}
|
|
9660
|
-
const OnyxDataGrid = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9662
|
+
const OnyxDataGrid = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/OnyxDataGrid.vue"]]);
|
|
9661
9663
|
const HIDE_COLUMNS_FEATURE = /* @__PURE__ */ Symbol("HideColumnsFeature");
|
|
9662
9664
|
const HIDDEN_COLUMN = /* @__PURE__ */ Symbol("HiddenColumn");
|
|
9663
9665
|
const useHideColumns = (options) => createFeature((ctx) => {
|
|
@@ -9763,7 +9765,7 @@ const useHideColumns = (options) => createFeature((ctx) => {
|
|
|
9763
9765
|
}
|
|
9764
9766
|
};
|
|
9765
9767
|
});
|
|
9766
|
-
const _sfc_main$
|
|
9768
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
9767
9769
|
__name: "OnyxResizeHandle",
|
|
9768
9770
|
props: {
|
|
9769
9771
|
element: { type: null, required: true },
|
|
@@ -9838,7 +9840,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
9838
9840
|
return __returned__;
|
|
9839
9841
|
}
|
|
9840
9842
|
});
|
|
9841
|
-
function _sfc_render$
|
|
9843
|
+
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9842
9844
|
return openBlock(), createElementBlock(
|
|
9843
9845
|
"button",
|
|
9844
9846
|
{
|
|
@@ -9872,7 +9874,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9872
9874
|
/* CLASS, NEED_HYDRATION */
|
|
9873
9875
|
);
|
|
9874
9876
|
}
|
|
9875
|
-
const OnyxResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9877
|
+
const OnyxResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxResizeHandle/OnyxResizeHandle.vue"]]);
|
|
9876
9878
|
const RESIZING_FEATURE = /* @__PURE__ */ Symbol("Resizing");
|
|
9877
9879
|
const FILLER_COLUMN = /* @__PURE__ */ Symbol("FILLER_COLUMN");
|
|
9878
9880
|
const useResizing = (options) => createFeature((ctx) => {
|
|
@@ -10014,7 +10016,7 @@ const DEFAULT_COMPARES = Object.freeze({
|
|
|
10014
10016
|
skeleton: () => 0,
|
|
10015
10017
|
boolean: BOOLEAN_COMPARE
|
|
10016
10018
|
});
|
|
10017
|
-
const _sfc_main$
|
|
10019
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
10018
10020
|
__name: "SortAction",
|
|
10019
10021
|
props: {
|
|
10020
10022
|
columnLabel: { type: String, required: true },
|
|
@@ -10038,14 +10040,14 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
10038
10040
|
return __returned__;
|
|
10039
10041
|
}
|
|
10040
10042
|
});
|
|
10041
|
-
function _sfc_render$
|
|
10043
|
+
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10042
10044
|
return openBlock(), createBlock($setup["OnyxSystemButton"], {
|
|
10043
10045
|
label: $setup.buttonLabel,
|
|
10044
10046
|
icon: $setup.icon,
|
|
10045
10047
|
color: "medium"
|
|
10046
10048
|
}, null, 8, ["label", "icon"]);
|
|
10047
10049
|
}
|
|
10048
|
-
const SortAction = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10050
|
+
const SortAction = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/features/sorting/SortAction.vue"]]);
|
|
10049
10051
|
const nextSortDirection = (current, skipNone) => {
|
|
10050
10052
|
switch (current) {
|
|
10051
10053
|
case "asc":
|
|
@@ -10288,7 +10290,7 @@ const all = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
10288
10290
|
useSorting,
|
|
10289
10291
|
useStickyColumns
|
|
10290
10292
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
10291
|
-
const _sfc_main$
|
|
10293
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
10292
10294
|
...{ inheritAttrs: false },
|
|
10293
10295
|
__name: "OnyxDatePicker",
|
|
10294
10296
|
props: {
|
|
@@ -10355,9 +10357,9 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
10355
10357
|
return __returned__;
|
|
10356
10358
|
}
|
|
10357
10359
|
});
|
|
10358
|
-
const _hoisted_1$
|
|
10359
|
-
const _hoisted_2$
|
|
10360
|
-
function _sfc_render$
|
|
10360
|
+
const _hoisted_1$F = { class: "onyx-datepicker__wrapper" };
|
|
10361
|
+
const _hoisted_2$v = ["id", "type", "required", "autofocus", "name", "readonly", "disabled", "aria-label", "title", "min", "max"];
|
|
10362
|
+
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10361
10363
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
10362
10364
|
"div",
|
|
10363
10365
|
mergeProps({
|
|
@@ -10386,7 +10388,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10386
10388
|
message: $setup.messages
|
|
10387
10389
|
}), {
|
|
10388
10390
|
default: withCtx(({ id: inputId }) => [
|
|
10389
|
-
createElementVNode("div", _hoisted_1$
|
|
10391
|
+
createElementVNode("div", _hoisted_1$F, [
|
|
10390
10392
|
$setup.props.loading ? (openBlock(), createBlock($setup["OnyxLoadingIndicator"], {
|
|
10391
10393
|
key: 0,
|
|
10392
10394
|
class: "onyx-datepicker__loading",
|
|
@@ -10408,7 +10410,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10408
10410
|
title: $setup.props.hideLabel ? $setup.props.label : void 0,
|
|
10409
10411
|
min: $setup.getNormalizedDate($setup.props.min),
|
|
10410
10412
|
max: $setup.getNormalizedDate($setup.props.max)
|
|
10411
|
-
}, $setup.restAttrs), null, 16, _hoisted_2$
|
|
10413
|
+
}, $setup.restAttrs), null, 16, _hoisted_2$v)), [
|
|
10412
10414
|
[vModelDynamic, $setup.value],
|
|
10413
10415
|
[$setup["vCustomValidity"]]
|
|
10414
10416
|
])
|
|
@@ -10422,9 +10424,9 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10422
10424
|
/* FULL_PROPS */
|
|
10423
10425
|
));
|
|
10424
10426
|
}
|
|
10425
|
-
const OnyxDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10427
|
+
const OnyxDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDatePicker/OnyxDatePicker.vue"]]);
|
|
10426
10428
|
const DIALOG_ALIGNMENTS = ["left", "center", "right"];
|
|
10427
|
-
const _sfc_main$
|
|
10429
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
10428
10430
|
__name: "OnyxDialog",
|
|
10429
10431
|
props: {
|
|
10430
10432
|
density: { type: null, required: false },
|
|
@@ -10458,15 +10460,15 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
10458
10460
|
return __returned__;
|
|
10459
10461
|
}
|
|
10460
10462
|
});
|
|
10461
|
-
const _hoisted_1$
|
|
10462
|
-
const _hoisted_2$
|
|
10463
|
-
const _hoisted_3$
|
|
10463
|
+
const _hoisted_1$E = { class: "onyx-dialog__header" };
|
|
10464
|
+
const _hoisted_2$u = { class: "onyx-dialog__headline" };
|
|
10465
|
+
const _hoisted_3$m = { class: "onyx-dialog__headline-content" };
|
|
10464
10466
|
const _hoisted_4$g = { class: "onyx-dialog__body" };
|
|
10465
10467
|
const _hoisted_5$c = {
|
|
10466
10468
|
key: 0,
|
|
10467
10469
|
class: "onyx-dialog__footer"
|
|
10468
10470
|
};
|
|
10469
|
-
function _sfc_render$
|
|
10471
|
+
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10470
10472
|
return openBlock(), createBlock($setup["OnyxBasicPopover"], mergeProps($setup.basicPopoverProps, {
|
|
10471
10473
|
open: $setup.isExpanded,
|
|
10472
10474
|
"onUpdate:open": _cache[1] || (_cache[1] = ($event) => $setup.isExpanded = $event),
|
|
@@ -10476,9 +10478,9 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10476
10478
|
renderSlot(_ctx.$slots, "trigger", { trigger })
|
|
10477
10479
|
]),
|
|
10478
10480
|
content: withCtx(() => [
|
|
10479
|
-
createElementVNode("div", _hoisted_1$
|
|
10480
|
-
createElementVNode("div", _hoisted_2$
|
|
10481
|
-
createElementVNode("div", _hoisted_3$
|
|
10481
|
+
createElementVNode("div", _hoisted_1$E, [
|
|
10482
|
+
createElementVNode("div", _hoisted_2$u, [
|
|
10483
|
+
createElementVNode("div", _hoisted_3$m, [
|
|
10482
10484
|
renderSlot(_ctx.$slots, "headline", {
|
|
10483
10485
|
label: $setup.props.label
|
|
10484
10486
|
}, () => [
|
|
@@ -10515,8 +10517,8 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10515
10517
|
/* FORWARDED */
|
|
10516
10518
|
}, 16, ["open", "class"]);
|
|
10517
10519
|
}
|
|
10518
|
-
const OnyxDialog = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10519
|
-
const _sfc_main$
|
|
10520
|
+
const OnyxDialog = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDialog/OnyxDialog.vue"]]);
|
|
10521
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
10520
10522
|
__name: "OnyxForm",
|
|
10521
10523
|
props: {
|
|
10522
10524
|
disabled: { type: Boolean, required: false, default: false },
|
|
@@ -10536,7 +10538,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
10536
10538
|
return __returned__;
|
|
10537
10539
|
}
|
|
10538
10540
|
});
|
|
10539
|
-
function _sfc_render$
|
|
10541
|
+
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10540
10542
|
return openBlock(), createElementBlock(
|
|
10541
10543
|
"form",
|
|
10542
10544
|
{
|
|
@@ -10553,7 +10555,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10553
10555
|
/* CLASS */
|
|
10554
10556
|
);
|
|
10555
10557
|
}
|
|
10556
|
-
const OnyxForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10558
|
+
const OnyxForm = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxForm/OnyxForm.vue"]]);
|
|
10557
10559
|
const useLenientMaxLengthValidation = (options) => {
|
|
10558
10560
|
const { t } = injectI18n();
|
|
10559
10561
|
const normalized = computed(() => {
|
|
@@ -10593,7 +10595,7 @@ const MOBILE_NAV_BAR_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
|
10593
10595
|
const NAV_BAR_IS_TOP_LEVEL_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
10594
10596
|
const NAV_BAR_MORE_LIST_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
10595
10597
|
const NAV_BAR_MORE_LIST_TARGET_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
10596
|
-
const _sfc_main$
|
|
10598
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
10597
10599
|
__name: "OnyxSeparator",
|
|
10598
10600
|
props: {
|
|
10599
10601
|
orientation: { type: null, required: false, default: "horizontal" }
|
|
@@ -10610,16 +10612,16 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
10610
10612
|
return __returned__;
|
|
10611
10613
|
}
|
|
10612
10614
|
});
|
|
10613
|
-
const _hoisted_1$
|
|
10614
|
-
function _sfc_render$
|
|
10615
|
+
const _hoisted_1$D = ["aria-orientation"];
|
|
10616
|
+
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10615
10617
|
return openBlock(), createElementBlock("div", {
|
|
10616
10618
|
class: normalizeClass(["onyx-component onyx-separator", { "onyx-separator--vertical": $setup.isVertical }]),
|
|
10617
10619
|
role: "separator",
|
|
10618
10620
|
"aria-orientation": $setup.props.orientation
|
|
10619
|
-
}, null, 10, _hoisted_1$
|
|
10621
|
+
}, null, 10, _hoisted_1$D);
|
|
10620
10622
|
}
|
|
10621
|
-
const OnyxSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10622
|
-
const _sfc_main$
|
|
10623
|
+
const OnyxSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSeparator/OnyxSeparator.vue"]]);
|
|
10624
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
10623
10625
|
...{ inheritAttrs: false },
|
|
10624
10626
|
__name: "OnyxInput",
|
|
10625
10627
|
props: {
|
|
@@ -10708,10 +10710,10 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
10708
10710
|
return __returned__;
|
|
10709
10711
|
}
|
|
10710
10712
|
});
|
|
10711
|
-
const _hoisted_1$
|
|
10712
|
-
const _hoisted_2$
|
|
10713
|
-
const _hoisted_3$
|
|
10714
|
-
function _sfc_render$
|
|
10713
|
+
const _hoisted_1$C = { class: "onyx-input__wrapper" };
|
|
10714
|
+
const _hoisted_2$t = ["id", "placeholder", "type", "required", "autocapitalize", "autocomplete", "autofocus", "name", "pattern", "readonly", "disabled", "maxlength", "minlength", "aria-label", "title"];
|
|
10715
|
+
const _hoisted_3$l = ["aria-label", "title"];
|
|
10716
|
+
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10715
10717
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
10716
10718
|
"div",
|
|
10717
10719
|
mergeProps({
|
|
@@ -10740,7 +10742,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10740
10742
|
message: $setup.messages
|
|
10741
10743
|
}), {
|
|
10742
10744
|
default: withCtx(({ id: inputId }) => [
|
|
10743
|
-
createElementVNode("div", _hoisted_1$
|
|
10745
|
+
createElementVNode("div", _hoisted_1$C, [
|
|
10744
10746
|
renderSlot(_ctx.$slots, "leading"),
|
|
10745
10747
|
$setup.slots.leading ? (openBlock(), createBlock($setup["OnyxSeparator"], {
|
|
10746
10748
|
key: 0,
|
|
@@ -10771,7 +10773,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10771
10773
|
minlength: $setup.props.minlength,
|
|
10772
10774
|
"aria-label": $setup.props.hideLabel ? $setup.props.label : void 0,
|
|
10773
10775
|
title: $setup.props.hideLabel ? $setup.props.label : void 0
|
|
10774
|
-
}, $setup.restAttrs), null, 16, _hoisted_2$
|
|
10776
|
+
}, $setup.restAttrs), null, 16, _hoisted_2$t), [
|
|
10775
10777
|
[vModelDynamic, $setup.modelValue],
|
|
10776
10778
|
[$setup["vCustomValidity"]]
|
|
10777
10779
|
]),
|
|
@@ -10785,7 +10787,7 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10785
10787
|
onClick: _cache[1] || (_cache[1] = () => $setup.modelValue = "")
|
|
10786
10788
|
}, [
|
|
10787
10789
|
createVNode($setup["OnyxIcon"], { icon: $setup.iconXSmall }, null, 8, ["icon"])
|
|
10788
|
-
], 8, _hoisted_3$
|
|
10790
|
+
], 8, _hoisted_3$l)) : createCommentVNode("v-if", true),
|
|
10789
10791
|
!$setup.props.hideSuccessIcon && $setup.successMessages ? (openBlock(), createBlock($setup["OnyxIcon"], {
|
|
10790
10792
|
key: 3,
|
|
10791
10793
|
class: "onyx-input__check-icon",
|
|
@@ -10817,10 +10819,10 @@ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10817
10819
|
/* FULL_PROPS */
|
|
10818
10820
|
));
|
|
10819
10821
|
}
|
|
10820
|
-
const OnyxInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
10822
|
+
const OnyxInput = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxInput/OnyxInput.vue"]]);
|
|
10821
10823
|
const GLOBAL_SEARCH_INJECTION_KEY = /* @__PURE__ */ Symbol();
|
|
10822
10824
|
const __default__$2 = {};
|
|
10823
|
-
const _sfc_main$
|
|
10825
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
10824
10826
|
...__default__$2,
|
|
10825
10827
|
__name: "OnyxGlobalSearch",
|
|
10826
10828
|
props: {
|
|
@@ -10903,18 +10905,18 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
10903
10905
|
return __returned__;
|
|
10904
10906
|
}
|
|
10905
10907
|
});
|
|
10906
|
-
const _hoisted_1$
|
|
10908
|
+
const _hoisted_1$B = {
|
|
10907
10909
|
key: 0,
|
|
10908
10910
|
class: "onyx-global-search__end-of-list"
|
|
10909
10911
|
};
|
|
10910
|
-
const _hoisted_2$
|
|
10911
|
-
const _hoisted_3$
|
|
10912
|
+
const _hoisted_2$s = { class: "onyx-global-search__footer onyx-text--small" };
|
|
10913
|
+
const _hoisted_3$k = { class: "onyx-global-search__shortcut" };
|
|
10912
10914
|
const _hoisted_4$f = { class: "onyx-global-search__shortcut-label" };
|
|
10913
10915
|
const _hoisted_5$b = { class: "onyx-global-search__shortcut" };
|
|
10914
10916
|
const _hoisted_6$9 = { class: "onyx-global-search__shortcut-label" };
|
|
10915
10917
|
const _hoisted_7$4 = { class: "onyx-global-search__shortcut" };
|
|
10916
10918
|
const _hoisted_8$4 = { class: "onyx-global-search__shortcut-label" };
|
|
10917
|
-
function _sfc_render$
|
|
10919
|
+
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10918
10920
|
return openBlock(), createBlock($setup["OnyxBasicDialog"], mergeProps($setup.basicDialogProps, {
|
|
10919
10921
|
ref: "dialogRef",
|
|
10920
10922
|
label: $setup.t("globalSearch.label"),
|
|
@@ -10949,7 +10951,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10949
10951
|
mergeProps({ class: "onyx-global-search__body" }, $setup.headless.elements.listbox.value),
|
|
10950
10952
|
[
|
|
10951
10953
|
renderSlot(_ctx.$slots, "default"),
|
|
10952
|
-
!!$setup.slots.endOfList ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
10954
|
+
!!$setup.slots.endOfList ? (openBlock(), createElementBlock("div", _hoisted_1$B, [
|
|
10953
10955
|
renderSlot(_ctx.$slots, "endOfList", {
|
|
10954
10956
|
getOptionProps: $setup.getOptionProps,
|
|
10955
10957
|
activeValue: $setup.activeValue
|
|
@@ -10963,9 +10965,9 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10963
10965
|
]),
|
|
10964
10966
|
withDirectives(createElementVNode(
|
|
10965
10967
|
"div",
|
|
10966
|
-
_hoisted_2$
|
|
10968
|
+
_hoisted_2$s,
|
|
10967
10969
|
[
|
|
10968
|
-
createElementVNode("span", _hoisted_3$
|
|
10970
|
+
createElementVNode("span", _hoisted_3$k, [
|
|
10969
10971
|
_cache[2] || (_cache[2] = createElementVNode(
|
|
10970
10972
|
"kbd",
|
|
10971
10973
|
null,
|
|
@@ -11031,9 +11033,9 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11031
11033
|
/* FORWARDED */
|
|
11032
11034
|
}, 16, ["label"]);
|
|
11033
11035
|
}
|
|
11034
|
-
const OnyxGlobalSearch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11036
|
+
const OnyxGlobalSearch = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalSearch/OnyxGlobalSearch.vue"]]);
|
|
11035
11037
|
const __default__$1 = {};
|
|
11036
|
-
const _sfc_main$
|
|
11038
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
11037
11039
|
...__default__$1,
|
|
11038
11040
|
__name: "OnyxGlobalSearchOption",
|
|
11039
11041
|
props: {
|
|
@@ -11057,13 +11059,13 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
11057
11059
|
return __returned__;
|
|
11058
11060
|
}
|
|
11059
11061
|
});
|
|
11060
|
-
const _hoisted_1$
|
|
11061
|
-
const _hoisted_2$
|
|
11062
|
-
const _hoisted_3$
|
|
11062
|
+
const _hoisted_1$A = { class: "onyx-global-search-option__content" };
|
|
11063
|
+
const _hoisted_2$r = { class: "onyx-truncation-ellipsis" };
|
|
11064
|
+
const _hoisted_3$j = {
|
|
11063
11065
|
key: 0,
|
|
11064
11066
|
class: "onyx-global-search-option__trailing"
|
|
11065
11067
|
};
|
|
11066
|
-
function _sfc_render$
|
|
11068
|
+
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11067
11069
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
11068
11070
|
"li",
|
|
11069
11071
|
{
|
|
@@ -11072,7 +11074,7 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11072
11074
|
class: normalizeClass(["onyx-component", "onyx-global-search-option-skeleton", "onyx-text", $setup.densityClass])
|
|
11073
11075
|
},
|
|
11074
11076
|
[
|
|
11075
|
-
createElementVNode("div", _hoisted_1$
|
|
11077
|
+
createElementVNode("div", _hoisted_1$A, [
|
|
11076
11078
|
createVNode($setup["OnyxSkeleton"], { class: "onyx-global-search-option-skeleton__icon" }),
|
|
11077
11079
|
createVNode($setup["OnyxSkeleton"], { class: "onyx-global-search-option-skeleton__label" })
|
|
11078
11080
|
])
|
|
@@ -11110,7 +11112,7 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11110
11112
|
}, null, 8, ["icon"])) : createCommentVNode("v-if", true),
|
|
11111
11113
|
createElementVNode(
|
|
11112
11114
|
"span",
|
|
11113
|
-
_hoisted_2$
|
|
11115
|
+
_hoisted_2$r,
|
|
11114
11116
|
toDisplayString($setup.props.label),
|
|
11115
11117
|
1
|
|
11116
11118
|
/* TEXT */
|
|
@@ -11120,7 +11122,7 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11120
11122
|
_: 3
|
|
11121
11123
|
/* FORWARDED */
|
|
11122
11124
|
}, 16, ["link", "autofocus"]),
|
|
11123
|
-
$setup.slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
11125
|
+
$setup.slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_3$j, [
|
|
11124
11126
|
renderSlot(_ctx.$slots, "trailing")
|
|
11125
11127
|
])) : createCommentVNode("v-if", true)
|
|
11126
11128
|
],
|
|
@@ -11128,9 +11130,9 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11128
11130
|
/* CLASS */
|
|
11129
11131
|
));
|
|
11130
11132
|
}
|
|
11131
|
-
const OnyxGlobalSearchOption = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11133
|
+
const OnyxGlobalSearchOption = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalSearchOption/OnyxGlobalSearchOption.vue"]]);
|
|
11132
11134
|
const __default__ = {};
|
|
11133
|
-
const _sfc_main$
|
|
11135
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
11134
11136
|
...__default__,
|
|
11135
11137
|
__name: "OnyxGlobalSearchGroup",
|
|
11136
11138
|
props: {
|
|
@@ -11152,15 +11154,15 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
11152
11154
|
return __returned__;
|
|
11153
11155
|
}
|
|
11154
11156
|
});
|
|
11155
|
-
const _hoisted_1$
|
|
11156
|
-
function _sfc_render$
|
|
11157
|
+
const _hoisted_1$z = { "aria-hidden": "true" };
|
|
11158
|
+
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11157
11159
|
return openBlock(), createElementBlock(
|
|
11158
11160
|
"ul",
|
|
11159
11161
|
mergeProps({
|
|
11160
11162
|
class: ["onyx-component", "onyx-global-search-group", $setup.densityClass]
|
|
11161
11163
|
}, $setup.context?.headless.elements.group.value({ label: $setup.props.label })),
|
|
11162
11164
|
[
|
|
11163
|
-
createElementVNode("li", _hoisted_1$
|
|
11165
|
+
createElementVNode("li", _hoisted_1$z, [
|
|
11164
11166
|
createVNode($setup["OnyxHeadline"], {
|
|
11165
11167
|
is: "h4",
|
|
11166
11168
|
class: "onyx-global-search-group__headline"
|
|
@@ -11195,10 +11197,10 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11195
11197
|
/* FULL_PROPS */
|
|
11196
11198
|
);
|
|
11197
11199
|
}
|
|
11198
|
-
const OnyxGlobalSearchGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11200
|
+
const OnyxGlobalSearchGroup = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalSearchGroup/OnyxGlobalSearchGroup.vue"]]);
|
|
11199
11201
|
const HEADLINE_TYPES = ["h1", "h2", "h3", "h4", "h5", "h6"];
|
|
11200
11202
|
const ICON_SIZES = ["12px", "16px", "24px", "32px", "48px", "64px", "96px"];
|
|
11201
|
-
const _sfc_main$
|
|
11203
|
+
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
11202
11204
|
__name: "OnyxIconButton",
|
|
11203
11205
|
props: {
|
|
11204
11206
|
density: { type: null, required: false },
|
|
@@ -11223,7 +11225,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
11223
11225
|
return __returned__;
|
|
11224
11226
|
}
|
|
11225
11227
|
});
|
|
11226
|
-
function _sfc_render$
|
|
11228
|
+
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11227
11229
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
11228
11230
|
key: 0,
|
|
11229
11231
|
class: normalizeClass(["onyx-icon-button-skeleton", $setup.densityClass])
|
|
@@ -11251,8 +11253,8 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11251
11253
|
/* FORWARDED */
|
|
11252
11254
|
}, 16, ["aria-label", "title", "class"]));
|
|
11253
11255
|
}
|
|
11254
|
-
const OnyxIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11255
|
-
const _sfc_main$
|
|
11256
|
+
const OnyxIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxIconButton/OnyxIconButton.vue"]]);
|
|
11257
|
+
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
11256
11258
|
...{ inheritAttrs: false },
|
|
11257
11259
|
__name: "OnyxImage",
|
|
11258
11260
|
props: {
|
|
@@ -11291,10 +11293,10 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
11291
11293
|
return __returned__;
|
|
11292
11294
|
}
|
|
11293
11295
|
});
|
|
11294
|
-
const _hoisted_1$
|
|
11295
|
-
const _hoisted_2$
|
|
11296
|
-
const _hoisted_3$
|
|
11297
|
-
function _sfc_render$
|
|
11296
|
+
const _hoisted_1$y = ["src", "alt"];
|
|
11297
|
+
const _hoisted_2$q = ["src", "alt"];
|
|
11298
|
+
const _hoisted_3$i = { class: "onyx-image__alt onyx-text--small" };
|
|
11299
|
+
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11298
11300
|
return openBlock(), createElementBlock(
|
|
11299
11301
|
"figure",
|
|
11300
11302
|
mergeProps($setup.rootAttrs, {
|
|
@@ -11319,7 +11321,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11319
11321
|
src: $setup.imageSrc.light,
|
|
11320
11322
|
alt: $setup.props.alt,
|
|
11321
11323
|
onError: _cache[0] || (_cache[0] = ($event) => $setup.isError = true)
|
|
11322
|
-
}), null, 16, _hoisted_1$
|
|
11324
|
+
}), null, 16, _hoisted_1$y),
|
|
11323
11325
|
$setup.imageSrc.dark ? (openBlock(), createElementBlock("img", mergeProps({
|
|
11324
11326
|
key: 0,
|
|
11325
11327
|
class: "onyx-image__source onyx-image__source--dark"
|
|
@@ -11327,7 +11329,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11327
11329
|
src: $setup.imageSrc.dark,
|
|
11328
11330
|
alt: $setup.props.alt,
|
|
11329
11331
|
onError: _cache[1] || (_cache[1] = ($event) => $setup.isError = true)
|
|
11330
|
-
}), null, 16, _hoisted_2$
|
|
11332
|
+
}), null, 16, _hoisted_2$q)) : createCommentVNode("v-if", true),
|
|
11331
11333
|
$setup.isError ? (openBlock(), createElementBlock(
|
|
11332
11334
|
"div",
|
|
11333
11335
|
mergeProps({
|
|
@@ -11342,7 +11344,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11342
11344
|
}, null, 8, ["icon"]),
|
|
11343
11345
|
createElementVNode(
|
|
11344
11346
|
"div",
|
|
11345
|
-
_hoisted_3$
|
|
11347
|
+
_hoisted_3$i,
|
|
11346
11348
|
toDisplayString($setup.props.alt),
|
|
11347
11349
|
1
|
|
11348
11350
|
/* TEXT */
|
|
@@ -11360,10 +11362,10 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11360
11362
|
/* FULL_PROPS */
|
|
11361
11363
|
);
|
|
11362
11364
|
}
|
|
11363
|
-
const OnyxImage = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11365
|
+
const OnyxImage = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxImage/OnyxImage.vue"]]);
|
|
11364
11366
|
const IMAGE_SHAPES = ["rounded", "circle", "clip", "clip-inverted"];
|
|
11365
11367
|
const INPUT_TYPES = ["email", "password", "search", "tel", "text", "url"];
|
|
11366
|
-
const _sfc_main$
|
|
11368
|
+
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
11367
11369
|
__name: "OnyxLink",
|
|
11368
11370
|
props: {
|
|
11369
11371
|
href: { type: String, required: false },
|
|
@@ -11380,7 +11382,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11380
11382
|
return __returned__;
|
|
11381
11383
|
}
|
|
11382
11384
|
});
|
|
11383
|
-
function _sfc_render$
|
|
11385
|
+
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11384
11386
|
return openBlock(), createBlock(
|
|
11385
11387
|
$setup["OnyxRouterLink"],
|
|
11386
11388
|
mergeProps({ class: "onyx-component onyx-link" }, $setup.routerLinkProps),
|
|
@@ -11402,8 +11404,8 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11402
11404
|
/* FULL_PROPS */
|
|
11403
11405
|
);
|
|
11404
11406
|
}
|
|
11405
|
-
const OnyxLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11406
|
-
const _sfc_main$
|
|
11407
|
+
const OnyxLink = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLink/OnyxLink.vue"]]);
|
|
11408
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
11407
11409
|
__name: "OnyxMobileNavButton",
|
|
11408
11410
|
props: {
|
|
11409
11411
|
label: { type: String, required: true },
|
|
@@ -11425,12 +11427,12 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11425
11427
|
return __returned__;
|
|
11426
11428
|
}
|
|
11427
11429
|
});
|
|
11428
|
-
const _hoisted_1$
|
|
11429
|
-
const _hoisted_2$
|
|
11430
|
-
const _hoisted_3$
|
|
11430
|
+
const _hoisted_1$x = { class: "onyx-component onyx-mobile-nav-button" };
|
|
11431
|
+
const _hoisted_2$p = ["aria-label", "disabled"];
|
|
11432
|
+
const _hoisted_3$h = { class: "onyx-mobile-nav-button__flyout" };
|
|
11431
11433
|
const _hoisted_4$e = { class: "onyx-mobile-nav-button__menu" };
|
|
11432
|
-
function _sfc_render$
|
|
11433
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
11434
|
+
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11435
|
+
return openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
11434
11436
|
createElementVNode("button", {
|
|
11435
11437
|
type: "button",
|
|
11436
11438
|
class: normalizeClass(["onyx-mobile-nav-button__trigger", { "onyx-mobile-nav-button__trigger--active": $setup.props.open }]),
|
|
@@ -11441,10 +11443,10 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11441
11443
|
createVNode($setup["OnyxIcon"], {
|
|
11442
11444
|
icon: $setup.props.open ? $setup.iconX : $setup.props.icon
|
|
11443
11445
|
}, null, 8, ["icon"])
|
|
11444
|
-
], 10, _hoisted_2$
|
|
11446
|
+
], 10, _hoisted_2$p),
|
|
11445
11447
|
withDirectives(createElementVNode(
|
|
11446
11448
|
"div",
|
|
11447
|
-
_hoisted_3$
|
|
11449
|
+
_hoisted_3$h,
|
|
11448
11450
|
[
|
|
11449
11451
|
createElementVNode("div", _hoisted_4$e, [
|
|
11450
11452
|
$setup.props.headline ? (openBlock(), createBlock($setup["OnyxHeadline"], {
|
|
@@ -11478,8 +11480,8 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11478
11480
|
})) : createCommentVNode("v-if", true)
|
|
11479
11481
|
]);
|
|
11480
11482
|
}
|
|
11481
|
-
const OnyxMobileNavButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11482
|
-
const _sfc_main$
|
|
11483
|
+
const OnyxMobileNavButton = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxMobileNavButton/OnyxMobileNavButton.vue"]]);
|
|
11484
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
11483
11485
|
__name: "OnyxModal",
|
|
11484
11486
|
props: {
|
|
11485
11487
|
density: { type: null, required: false },
|
|
@@ -11507,16 +11509,16 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11507
11509
|
return __returned__;
|
|
11508
11510
|
}
|
|
11509
11511
|
});
|
|
11510
|
-
const _hoisted_1$
|
|
11511
|
-
const _hoisted_2$
|
|
11512
|
-
const _hoisted_3$
|
|
11512
|
+
const _hoisted_1$w = { class: "onyx-modal__header" };
|
|
11513
|
+
const _hoisted_2$o = { class: "onyx-modal__headline" };
|
|
11514
|
+
const _hoisted_3$g = { class: "onyx-modal__headline-content" };
|
|
11513
11515
|
const _hoisted_4$d = ["id"];
|
|
11514
11516
|
const _hoisted_5$a = { class: "onyx-modal__body" };
|
|
11515
11517
|
const _hoisted_6$8 = {
|
|
11516
11518
|
key: 0,
|
|
11517
11519
|
class: "onyx-modal__footer"
|
|
11518
11520
|
};
|
|
11519
|
-
function _sfc_render$
|
|
11521
|
+
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11520
11522
|
return openBlock(), createBlock($setup["OnyxBasicDialog"], mergeProps($setup.basicDialogProps, {
|
|
11521
11523
|
modal: "",
|
|
11522
11524
|
class: ["onyx-modal", $setup.densityClass],
|
|
@@ -11524,9 +11526,9 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11524
11526
|
"onUpdate:open": _cache[1] || (_cache[1] = ($event) => $setup.emit("update:open", $event))
|
|
11525
11527
|
}), {
|
|
11526
11528
|
default: withCtx(() => [
|
|
11527
|
-
createElementVNode("div", _hoisted_1$
|
|
11528
|
-
createElementVNode("div", _hoisted_2$
|
|
11529
|
-
createElementVNode("div", _hoisted_3$
|
|
11529
|
+
createElementVNode("div", _hoisted_1$w, [
|
|
11530
|
+
createElementVNode("div", _hoisted_2$o, [
|
|
11531
|
+
createElementVNode("div", _hoisted_3$g, [
|
|
11530
11532
|
renderSlot(_ctx.$slots, "headline", {
|
|
11531
11533
|
label: $setup.props.label
|
|
11532
11534
|
}, () => [
|
|
@@ -11570,8 +11572,8 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11570
11572
|
/* FORWARDED */
|
|
11571
11573
|
}, 16, ["class", "aria-describedby"]);
|
|
11572
11574
|
}
|
|
11573
|
-
const OnyxModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11574
|
-
const _sfc_main$
|
|
11575
|
+
const OnyxModal = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxModal/OnyxModal.vue"]]);
|
|
11576
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
11575
11577
|
__name: "OnyxNavAppArea",
|
|
11576
11578
|
props: {
|
|
11577
11579
|
link: { type: null, required: false, default: "/" },
|
|
@@ -11590,12 +11592,12 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
11590
11592
|
return __returned__;
|
|
11591
11593
|
}
|
|
11592
11594
|
});
|
|
11593
|
-
const _hoisted_1$
|
|
11594
|
-
const _hoisted_2$
|
|
11595
|
+
const _hoisted_1$v = ["src", "alt"];
|
|
11596
|
+
const _hoisted_2$n = {
|
|
11595
11597
|
key: 1,
|
|
11596
11598
|
class: "onyx-text-small onyx-truncation-ellipsis"
|
|
11597
11599
|
};
|
|
11598
|
-
function _sfc_render$
|
|
11600
|
+
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11599
11601
|
return openBlock(), createBlock($setup["OnyxRouterLink"], mergeProps($setup.linkProps, {
|
|
11600
11602
|
class: "onyx-component onyx-nav-app-area",
|
|
11601
11603
|
"aria-label": $setup.buttonLabel
|
|
@@ -11609,10 +11611,10 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11609
11611
|
class: "onyx-nav-app-area__logo",
|
|
11610
11612
|
width: "24",
|
|
11611
11613
|
height: "24"
|
|
11612
|
-
}, null, 8, _hoisted_1$
|
|
11614
|
+
}, null, 8, _hoisted_1$v)) : createCommentVNode("v-if", true),
|
|
11613
11615
|
$setup.props.appName ? (openBlock(), createElementBlock(
|
|
11614
11616
|
"span",
|
|
11615
|
-
_hoisted_2$
|
|
11617
|
+
_hoisted_2$n,
|
|
11616
11618
|
toDisplayString($setup.props.appName),
|
|
11617
11619
|
1
|
|
11618
11620
|
/* TEXT */
|
|
@@ -11623,8 +11625,8 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11623
11625
|
/* FORWARDED */
|
|
11624
11626
|
}, 16, ["aria-label"]);
|
|
11625
11627
|
}
|
|
11626
|
-
const OnyxNavAppArea = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11627
|
-
const _sfc_main$
|
|
11628
|
+
const OnyxNavAppArea = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavAppArea/OnyxNavAppArea.vue"]]);
|
|
11629
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
11628
11630
|
__name: "OnyxSelectDialog",
|
|
11629
11631
|
props: {
|
|
11630
11632
|
open: { type: [Boolean, null], required: false, skipCheck: true, default: false },
|
|
@@ -11658,14 +11660,14 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
11658
11660
|
return __returned__;
|
|
11659
11661
|
}
|
|
11660
11662
|
});
|
|
11661
|
-
const _hoisted_1$
|
|
11662
|
-
const _hoisted_2$
|
|
11663
|
-
const _hoisted_3$
|
|
11663
|
+
const _hoisted_1$u = ["id"];
|
|
11664
|
+
const _hoisted_2$m = ["autofocus", "value", "checked", "aria-label"];
|
|
11665
|
+
const _hoisted_3$f = { class: "onyx-select-dialog__label" };
|
|
11664
11666
|
const _hoisted_4$c = {
|
|
11665
11667
|
key: 0,
|
|
11666
11668
|
class: "onyx-text--small"
|
|
11667
11669
|
};
|
|
11668
|
-
function _sfc_render$
|
|
11670
|
+
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11669
11671
|
return openBlock(), createBlock($setup["OnyxModal"], mergeProps($setup.modalProps, {
|
|
11670
11672
|
open: $setup.props.open,
|
|
11671
11673
|
class: "onyx-select-dialog",
|
|
@@ -11735,7 +11737,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11735
11737
|
checked: $setup.props.modelValue === option.value,
|
|
11736
11738
|
"aria-label": option.label,
|
|
11737
11739
|
required: ""
|
|
11738
|
-
}, null, 8, _hoisted_2$
|
|
11740
|
+
}, null, 8, _hoisted_2$m)
|
|
11739
11741
|
]),
|
|
11740
11742
|
_: 2
|
|
11741
11743
|
/* DYNAMIC */
|
|
@@ -11745,7 +11747,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11745
11747
|
),
|
|
11746
11748
|
createElementVNode(
|
|
11747
11749
|
"span",
|
|
11748
|
-
_hoisted_3$
|
|
11750
|
+
_hoisted_3$f,
|
|
11749
11751
|
toDisplayString(option.label),
|
|
11750
11752
|
1
|
|
11751
11753
|
/* TEXT */
|
|
@@ -11774,7 +11776,7 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11774
11776
|
32
|
|
11775
11777
|
/* NEED_HYDRATION */
|
|
11776
11778
|
)
|
|
11777
|
-
], 40, _hoisted_1$
|
|
11779
|
+
], 40, _hoisted_1$u)
|
|
11778
11780
|
]),
|
|
11779
11781
|
_: 2
|
|
11780
11782
|
/* DYNAMIC */
|
|
@@ -11788,11 +11790,11 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11788
11790
|
} : void 0
|
|
11789
11791
|
]), 1040, ["open", "label"]);
|
|
11790
11792
|
}
|
|
11791
|
-
const OnyxSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11793
|
+
const OnyxSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelectDialog/OnyxSelectDialog.vue"]]);
|
|
11792
11794
|
const autoImage = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 206 110"><g clip-path="url(#auto-a)"><mask id="auto-d" fill="var(--onyx-color-neutral-grayscale-white)"><path d="M0 4a4 4 0 0 1 4-4h99v110H4a4 4 0 0 1-4-4z"/></mask><path fill="var(--onyx-color-neutral-steel-1200)" d="M0 4a4 4 0 0 1 4-4h99v110H4a4 4 0 0 1-4-4z"/><g filter="url(#auto-b)"><mask id="auto-c" fill="var(--onyx-color-neutral-grayscale-white)"><path d="M0 26h46v84H0z"/></mask><path fill="var(--onyx-color-neutral-steel-1100)" d="M0 26h46v84H0z"/><path fill="var(--onyx-color-neutral-steel-900)" d="M46 26h-1v84h2V26z" mask="url(#auto-c)"/></g><path fill="var(--onyx-color-neutral-steel-1100)" stroke="var(--onyx-color-neutral-steel-900)" d="M.5.5h281v25H.5z"/><path fill="var(--onyx-color-onyx-500)" d="M10 12.5a2.5 2.5 0 0 1 2.5-2.5h35a2.5 2.5 0 0 1 0 5h-35a2.5 2.5 0 0 1-2.5-2.5"/><path fill="var(--onyx-color-neutral-steel-900)" d="M68 12.5a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5M59 43a7 7 0 0 1 7-7h54a7 7 0 1 1 0 14H66a7 7 0 0 1-7-7m0 19a2 2 0 0 1 2-2h85a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h120a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h95a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2"/></g><path fill="var(--onyx-color-neutral-steel-900)" d="M-1 4a5 5 0 0 1 5-5h99v2H4a3 3 0 0 0-3 3zm104 107H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h99zm-99 0a5 5 0 0 1-5-5V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v102a3 3 0 0 0 3 3zM103 0v110z" mask="url(#auto-d)"/><g clip-path="url(#auto-e)"><mask id="auto-f" fill="var(--onyx-color-neutral-grayscale-white)"><path d="M103 0h99a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4h-99z"/></mask><path fill="var(--onyx-color-neutral-steel-100)" d="M103 0h99a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4h-99z"/><path fill="var(--onyx-color-neutral-grayscale-white)" stroke="var(--onyx-color-neutral-steel-300)" d="M.5.5h281v25H.5z"/><path fill="var(--onyx-color-neutral-steel-300)" d="M68 12.5a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5m48 0a2.5 2.5 0 0 1 2.5-2.5h33a2.5 2.5 0 1 1 0 5h-33a2.5 2.5 0 0 1-2.5-2.5m47 0a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5M59 43a7 7 0 0 1 7-7h54a7 7 0 1 1 0 14H66a7 7 0 0 1-7-7m0 19a2 2 0 0 1 2-2h85a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h120a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h95a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2"/></g><path fill="var(--onyx-color-neutral-steel-300)" d="M103-1h99a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3h-99zm104 107a5 5 0 0 1-5 5h-99v-2h99a3 3 0 0 0 3-3zm-104 4V0zM202-1a5 5 0 0 1 5 5v102a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3z" mask="url(#auto-f)"/><defs><clipPath id="auto-a"><path fill="var(--onyx-color-neutral-grayscale-white)" d="M0 4a4 4 0 0 1 4-4h99v110H4a4 4 0 0 1-4-4z"/></clipPath><clipPath id="auto-e"><path fill="var(--onyx-color-neutral-grayscale-white)" d="M103 0h99a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4h-99z"/></clipPath><filter id="auto-b" width="62" height="100" x="-6" y="18" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="2"/><feGaussianBlur stdDeviation="4"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_16217_22720"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_16217_22720" result="shape"/></filter></defs></svg>';
|
|
11793
11795
|
const darkImage = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 206 110"><g clip-path="url(#dark-a)"><path fill="var(--onyx-color-neutral-steel-1200)" d="M0 4a4 4 0 0 1 4-4h198a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/><g filter="url(#dark-b)"><mask id="dark-c" fill="#fff"><path d="M0 26h46v84H0z"/></mask><path fill="var(--onyx-color-neutral-steel-1100)" d="M0 26h46v84H0z"/><path fill="var(--onyx-color-neutral-steel-900)" d="M46 26h-1v84h2V26z" mask="url(#dark-c)"/></g><path fill="var(--onyx-color-neutral-steel-1100)" stroke="var(--onyx-color-neutral-steel-900)" d="M.5.5h281v25H.5z"/><path fill="var(--onyx-color-onyx-500)" d="M10 12.5a2.5 2.5 0 0 1 2.5-2.5h35a2.5 2.5 0 0 1 0 5h-35a2.5 2.5 0 0 1-2.5-2.5"/><path fill="var(--onyx-color-neutral-steel-900)" d="M68 12.5a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5m48 0a2.5 2.5 0 0 1 2.5-2.5h33a2.5 2.5 0 1 1 0 5h-33a2.5 2.5 0 0 1-2.5-2.5m47 0a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5M59 43a7 7 0 0 1 7-7h54a7 7 0 1 1 0 14H66a7 7 0 0 1-7-7m0 19a2 2 0 0 1 2-2h85a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h120a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h95a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2"/></g><path stroke="var(--onyx-color-neutral-steel-900)" d="M4 .5h198a3.5 3.5 0 0 1 3.5 3.5v102a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 106V4A3.5 3.5 0 0 1 4 .5Z"/><defs><clipPath id="dark-a"><path fill="#fff" d="M0 4a4 4 0 0 1 4-4h198a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/></clipPath><filter id="dark-b" width="62" height="100" x="-6" y="18" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="2"/><feGaussianBlur stdDeviation="4"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_16217_22757"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_16217_22757" result="shape"/></filter></defs></svg>';
|
|
11794
11796
|
const lightImage = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 206 110"><g clip-path="url(#light-a)"><path fill="var(--onyx-color-neutral-steel-100)" d="M0 4a4 4 0 0 1 4-4h198a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/><g filter="url(#light-b)"><mask id="light-c" fill="var(--onyx-color-neutral-grayscale-white)"><path d="M0 26h46v84H0z"/></mask><path fill="var(--onyx-color-neutral-grayscale-white)" d="M0 26h46v84H0z"/><path fill="var(--onyx-color-neutral-steel-300)" d="M46 26h-1v84h2V26z" mask="url(#light-c)"/></g><path fill="var(--onyx-color-neutral-grayscale-white)" stroke="var(--onyx-color-neutral-steel-300)" d="M.5.5h281v25H.5z"/><path fill="var(--onyx-color-onyx-500)" d="M10 12.5a2.5 2.5 0 0 1 2.5-2.5h35a2.5 2.5 0 0 1 0 5h-35a2.5 2.5 0 0 1-2.5-2.5"/><path fill="var(--onyx-color-neutral-steel-300)" d="M68 12.5a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5m48 0a2.5 2.5 0 0 1 2.5-2.5h33a2.5 2.5 0 1 1 0 5h-33a2.5 2.5 0 0 1-2.5-2.5m47 0a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5M59 43a7 7 0 0 1 7-7h54a7 7 0 1 1 0 14H66a7 7 0 0 1-7-7m0 19a2 2 0 0 1 2-2h85a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h120a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h95a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2"/></g><path stroke="var(--onyx-color-neutral-steel-300)" d="M4 .5h198a3.5 3.5 0 0 1 3.5 3.5v102a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 106V4A3.5 3.5 0 0 1 4 .5Z"/><defs><clipPath id="light-a"><path fill="var(--onyx-color-neutral-grayscale-white)" d="M0 4a4 4 0 0 1 4-4h198a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/></clipPath><filter id="light-b" width="62" height="100" x="-6" y="18" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="2"/><feGaussianBlur stdDeviation="4"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_16217_22745"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_16217_22745" result="shape"/></filter></defs></svg>';
|
|
11795
|
-
const _sfc_main$
|
|
11797
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
11796
11798
|
__name: "OnyxColorSchemeDialog",
|
|
11797
11799
|
props: {
|
|
11798
11800
|
open: { type: [Boolean, null], required: false, skipCheck: true, default: false },
|
|
@@ -11833,7 +11835,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
11833
11835
|
return __returned__;
|
|
11834
11836
|
}
|
|
11835
11837
|
});
|
|
11836
|
-
function _sfc_render$
|
|
11838
|
+
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11837
11839
|
return openBlock(), createBlock($setup["OnyxSelectDialog"], mergeProps({ class: "onyx-color-scheme-dialog" }, $setup.selectDialogProps, {
|
|
11838
11840
|
label: $setup.t("colorScheme.headline"),
|
|
11839
11841
|
options: $setup.options,
|
|
@@ -11852,8 +11854,8 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11852
11854
|
/* STABLE */
|
|
11853
11855
|
}, 16, ["label", "options", "open"]);
|
|
11854
11856
|
}
|
|
11855
|
-
const OnyxColorSchemeDialog = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11856
|
-
const _sfc_main$
|
|
11857
|
+
const OnyxColorSchemeDialog = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxColorSchemeDialog/OnyxColorSchemeDialog.vue"]]);
|
|
11858
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
11857
11859
|
__name: "OnyxColorSchemeMenuItem",
|
|
11858
11860
|
props: {
|
|
11859
11861
|
modelValue: { type: String, required: true }
|
|
@@ -11872,8 +11874,8 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11872
11874
|
return __returned__;
|
|
11873
11875
|
}
|
|
11874
11876
|
});
|
|
11875
|
-
const _hoisted_1$
|
|
11876
|
-
function _sfc_render$
|
|
11877
|
+
const _hoisted_1$t = { class: "onyx-color-scheme-menu-item__value" };
|
|
11878
|
+
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11877
11879
|
return openBlock(), createBlock($setup["OnyxMenuItem"], {
|
|
11878
11880
|
class: "onyx-component onyx-color-scheme-menu-item",
|
|
11879
11881
|
onClick: _cache[2] || (_cache[2] = ($event) => $setup.isOpen = true)
|
|
@@ -11888,7 +11890,7 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11888
11890
|
),
|
|
11889
11891
|
createElementVNode(
|
|
11890
11892
|
"span",
|
|
11891
|
-
_hoisted_1$
|
|
11893
|
+
_hoisted_1$t,
|
|
11892
11894
|
toDisplayString($setup.t(`colorScheme.${$setup.props.modelValue}.label`)),
|
|
11893
11895
|
1
|
|
11894
11896
|
/* TEXT */
|
|
@@ -11907,8 +11909,8 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11907
11909
|
/* STABLE */
|
|
11908
11910
|
});
|
|
11909
11911
|
}
|
|
11910
|
-
const OnyxColorSchemeMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11911
|
-
const _sfc_main$
|
|
11912
|
+
const OnyxColorSchemeMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.vue"]]);
|
|
11913
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
11912
11914
|
__name: "OnyxLanguageMenuItem",
|
|
11913
11915
|
props: {
|
|
11914
11916
|
modelValue: { type: null, required: true },
|
|
@@ -11931,8 +11933,8 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
11931
11933
|
return __returned__;
|
|
11932
11934
|
}
|
|
11933
11935
|
});
|
|
11934
|
-
const _hoisted_1$
|
|
11935
|
-
function _sfc_render$
|
|
11936
|
+
const _hoisted_1$s = { class: "onyx-language-menu-item__value" };
|
|
11937
|
+
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
11936
11938
|
return openBlock(), createBlock($setup["OnyxMenuItem"], {
|
|
11937
11939
|
class: "onyx-component onyx-language-menu-item",
|
|
11938
11940
|
onClick: _cache[2] || (_cache[2] = ($event) => $setup.isOpen = true)
|
|
@@ -11947,7 +11949,7 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11947
11949
|
),
|
|
11948
11950
|
createElementVNode(
|
|
11949
11951
|
"span",
|
|
11950
|
-
_hoisted_1$
|
|
11952
|
+
_hoisted_1$s,
|
|
11951
11953
|
toDisplayString($setup.currentValueLabel),
|
|
11952
11954
|
1
|
|
11953
11955
|
/* TEXT */
|
|
@@ -11978,8 +11980,8 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11978
11980
|
/* STABLE */
|
|
11979
11981
|
});
|
|
11980
11982
|
}
|
|
11981
|
-
const OnyxLanguageMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
11982
|
-
const _sfc_main$
|
|
11983
|
+
const OnyxLanguageMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxLanguageMenuItem/OnyxLanguageMenuItem.vue"]]);
|
|
11984
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
11983
11985
|
__name: "OnyxNavItemFacade",
|
|
11984
11986
|
props: {
|
|
11985
11987
|
link: { type: null, required: false },
|
|
@@ -12001,7 +12003,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
12001
12003
|
return __returned__;
|
|
12002
12004
|
}
|
|
12003
12005
|
});
|
|
12004
|
-
function _sfc_render$
|
|
12006
|
+
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12005
12007
|
return openBlock(), createBlock($setup["OnyxMenuItem"], mergeProps($setup.menuItemProps, {
|
|
12006
12008
|
link: $setup.hasChildren && $setup.props.context !== "navbar" ? void 0 : $setup.props.link,
|
|
12007
12009
|
class: {
|
|
@@ -12027,8 +12029,8 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12027
12029
|
} : void 0
|
|
12028
12030
|
]), 1040, ["link", "class", "open"]);
|
|
12029
12031
|
}
|
|
12030
|
-
const OnyxNavItemFacade = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12031
|
-
const _sfc_main$
|
|
12032
|
+
const OnyxNavItemFacade = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxNavItemFacade/OnyxNavItemFacade.vue"]]);
|
|
12033
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
12032
12034
|
...{ inheritAttrs: false },
|
|
12033
12035
|
__name: "OnyxNavItem",
|
|
12034
12036
|
props: {
|
|
@@ -12074,12 +12076,12 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
12074
12076
|
return __returned__;
|
|
12075
12077
|
}
|
|
12076
12078
|
});
|
|
12077
|
-
const _hoisted_1$
|
|
12078
|
-
const _hoisted_2$
|
|
12079
|
+
const _hoisted_1$r = { class: "onyx-nav-item-wrapper__controls" };
|
|
12080
|
+
const _hoisted_2$l = {
|
|
12079
12081
|
role: "menu",
|
|
12080
12082
|
class: "onyx-nav-item-wrapper__mobile-children"
|
|
12081
12083
|
};
|
|
12082
|
-
function _sfc_render$
|
|
12084
|
+
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12083
12085
|
return openBlock(), createElementBlock(
|
|
12084
12086
|
Fragment,
|
|
12085
12087
|
null,
|
|
@@ -12095,7 +12097,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12095
12097
|
}
|
|
12096
12098
|
}, $setup.rootAttrs),
|
|
12097
12099
|
[
|
|
12098
|
-
createElementVNode("div", _hoisted_1$
|
|
12100
|
+
createElementVNode("div", _hoisted_1$r, [
|
|
12099
12101
|
createVNode($setup["OnyxButton"], {
|
|
12100
12102
|
label: $setup.t("back"),
|
|
12101
12103
|
mode: "plain",
|
|
@@ -12123,7 +12125,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12123
12125
|
/* STABLE_FRAGMENT */
|
|
12124
12126
|
)) : createCommentVNode("v-if", true)
|
|
12125
12127
|
]),
|
|
12126
|
-
createElementVNode("ul", _hoisted_2$
|
|
12128
|
+
createElementVNode("ul", _hoisted_2$l, [
|
|
12127
12129
|
renderSlot(_ctx.$slots, "children")
|
|
12128
12130
|
])
|
|
12129
12131
|
],
|
|
@@ -12232,7 +12234,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12232
12234
|
/* STABLE_FRAGMENT */
|
|
12233
12235
|
);
|
|
12234
12236
|
}
|
|
12235
|
-
const OnyxNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12237
|
+
const OnyxNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.vue"]]);
|
|
12236
12238
|
const useTimer = (endTime) => {
|
|
12237
12239
|
const intervalId = ref();
|
|
12238
12240
|
const timeLeft = ref(calculateTimeLeft(new Date(endTime.value).getTime()));
|
|
@@ -12293,7 +12295,7 @@ const timeToDurationString = (timeLeft) => {
|
|
|
12293
12295
|
const { hours, minutes, seconds } = getTimeFragments(timeLeft);
|
|
12294
12296
|
return `PT${hours}H${minutes}M${seconds}S`;
|
|
12295
12297
|
};
|
|
12296
|
-
const _sfc_main$
|
|
12298
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
12297
12299
|
__name: "OnyxTimer",
|
|
12298
12300
|
props: {
|
|
12299
12301
|
endTime: { type: null, required: true },
|
|
@@ -12324,13 +12326,13 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
12324
12326
|
return __returned__;
|
|
12325
12327
|
}
|
|
12326
12328
|
});
|
|
12327
|
-
const _hoisted_1$
|
|
12328
|
-
const _hoisted_2$
|
|
12329
|
+
const _hoisted_1$q = ["aria-label"];
|
|
12330
|
+
const _hoisted_2$k = {
|
|
12329
12331
|
key: 0,
|
|
12330
12332
|
class: "onyx-timer__label"
|
|
12331
12333
|
};
|
|
12332
|
-
const _hoisted_3$
|
|
12333
|
-
function _sfc_render$
|
|
12334
|
+
const _hoisted_3$e = ["datetime"];
|
|
12335
|
+
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12334
12336
|
return openBlock(), createElementBlock("div", {
|
|
12335
12337
|
class: "onyx-component onyx-timer onyx-text onyx-truncation-ellipsis",
|
|
12336
12338
|
role: "timer",
|
|
@@ -12338,7 +12340,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12338
12340
|
}, [
|
|
12339
12341
|
!$setup.props.hideLabel ? (openBlock(), createElementBlock(
|
|
12340
12342
|
"span",
|
|
12341
|
-
_hoisted_2$
|
|
12343
|
+
_hoisted_2$k,
|
|
12342
12344
|
toDisplayString($setup.props.label),
|
|
12343
12345
|
1
|
|
12344
12346
|
/* TEXT */
|
|
@@ -12346,11 +12348,11 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12346
12348
|
createElementVNode("time", {
|
|
12347
12349
|
datetime: $setup.timeToDurationString($setup.timeLeft),
|
|
12348
12350
|
class: "onyx-timer__time"
|
|
12349
|
-
}, toDisplayString($setup.formattedTime), 9, _hoisted_3$
|
|
12350
|
-
], 8, _hoisted_1$
|
|
12351
|
+
}, toDisplayString($setup.formattedTime), 9, _hoisted_3$e)
|
|
12352
|
+
], 8, _hoisted_1$q);
|
|
12351
12353
|
}
|
|
12352
|
-
const OnyxTimer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12353
|
-
const _sfc_main$
|
|
12354
|
+
const OnyxTimer = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.vue"]]);
|
|
12355
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
12354
12356
|
__name: "UserMenuLayout",
|
|
12355
12357
|
props: {
|
|
12356
12358
|
isMobile: { type: Boolean, required: true },
|
|
@@ -12375,10 +12377,10 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
12375
12377
|
return __returned__;
|
|
12376
12378
|
}
|
|
12377
12379
|
});
|
|
12378
|
-
const _hoisted_1$
|
|
12379
|
-
const _hoisted_2$
|
|
12380
|
-
function _sfc_render$
|
|
12381
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
12380
|
+
const _hoisted_1$p = { class: "onyx-component" };
|
|
12381
|
+
const _hoisted_2$j = { class: "onyx-user-menu__footer onyx-text--small" };
|
|
12382
|
+
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12383
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
12382
12384
|
$setup.props.isMobile ? (openBlock(), createElementBlock(
|
|
12383
12385
|
Fragment,
|
|
12384
12386
|
{ key: 0 },
|
|
@@ -12422,7 +12424,7 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12422
12424
|
!!$setup.slots.footer ? {
|
|
12423
12425
|
name: "footer",
|
|
12424
12426
|
fn: withCtx(() => [
|
|
12425
|
-
createElementVNode("div", _hoisted_2$
|
|
12427
|
+
createElementVNode("div", _hoisted_2$j, [
|
|
12426
12428
|
renderSlot(_ctx.$slots, "footer")
|
|
12427
12429
|
])
|
|
12428
12430
|
]),
|
|
@@ -12431,8 +12433,8 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12431
12433
|
]), 1032, ["open", "label", "disabled"]))
|
|
12432
12434
|
]);
|
|
12433
12435
|
}
|
|
12434
|
-
const UserMenuLayout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12435
|
-
const _sfc_main$
|
|
12436
|
+
const UserMenuLayout = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxUserMenu/UserMenuLayout.vue"]]);
|
|
12437
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
12436
12438
|
__name: "OnyxUserMenu",
|
|
12437
12439
|
props: {
|
|
12438
12440
|
fullName: { type: String, required: true },
|
|
@@ -12466,16 +12468,16 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
12466
12468
|
return __returned__;
|
|
12467
12469
|
}
|
|
12468
12470
|
});
|
|
12469
|
-
const _hoisted_1$
|
|
12470
|
-
const _hoisted_2$
|
|
12471
|
-
const _hoisted_3$
|
|
12471
|
+
const _hoisted_1$o = { class: "onyx-truncation-ellipsis" };
|
|
12472
|
+
const _hoisted_2$i = { class: "onyx-user-menu__header" };
|
|
12473
|
+
const _hoisted_3$d = { class: "onyx-truncation-ellipsis" };
|
|
12472
12474
|
const _hoisted_4$b = { class: "onyx-user-menu__username onyx-text onyx-truncation-ellipsis" };
|
|
12473
12475
|
const _hoisted_5$9 = {
|
|
12474
12476
|
key: 0,
|
|
12475
12477
|
class: "onyx-user-menu__description onyx-text--small onyx-truncation-ellipsis"
|
|
12476
12478
|
};
|
|
12477
12479
|
const _hoisted_6$7 = { class: "onyx-user-menu__options" };
|
|
12478
|
-
function _sfc_render$
|
|
12480
|
+
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12479
12481
|
return openBlock(), createBlock($setup["UserMenuLayout"], {
|
|
12480
12482
|
"flyout-open": $setup.flyoutOpen,
|
|
12481
12483
|
"onUpdate:flyoutOpen": _cache[0] || (_cache[0] = ($event) => $setup.flyoutOpen = $event),
|
|
@@ -12500,7 +12502,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12500
12502
|
),
|
|
12501
12503
|
createElementVNode(
|
|
12502
12504
|
"span",
|
|
12503
|
-
_hoisted_1$
|
|
12505
|
+
_hoisted_1$o,
|
|
12504
12506
|
toDisplayString($setup.props.fullName),
|
|
12505
12507
|
1
|
|
12506
12508
|
/* TEXT */
|
|
@@ -12511,7 +12513,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12511
12513
|
)
|
|
12512
12514
|
]),
|
|
12513
12515
|
header: withCtx(() => [
|
|
12514
|
-
createElementVNode("div", _hoisted_2$
|
|
12516
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
12515
12517
|
createVNode(
|
|
12516
12518
|
$setup["OnyxAvatar"],
|
|
12517
12519
|
mergeProps($setup.avatar, { size: "48px" }),
|
|
@@ -12519,7 +12521,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12519
12521
|
16
|
|
12520
12522
|
/* FULL_PROPS */
|
|
12521
12523
|
),
|
|
12522
|
-
createElementVNode("div", _hoisted_3$
|
|
12524
|
+
createElementVNode("div", _hoisted_3$d, [
|
|
12523
12525
|
createElementVNode(
|
|
12524
12526
|
"div",
|
|
12525
12527
|
_hoisted_4$b,
|
|
@@ -12554,8 +12556,8 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12554
12556
|
} : void 0
|
|
12555
12557
|
]), 1032, ["flyout-open", "class", "is-mobile", "disabled"]);
|
|
12556
12558
|
}
|
|
12557
|
-
const OnyxUserMenu = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12558
|
-
const _sfc_main$
|
|
12559
|
+
const OnyxUserMenu = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxUserMenu/OnyxUserMenu.vue"]]);
|
|
12560
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
12559
12561
|
__name: "OnyxNavBar",
|
|
12560
12562
|
props: {
|
|
12561
12563
|
appName: { type: String, required: false },
|
|
@@ -12625,12 +12627,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
12625
12627
|
return __returned__;
|
|
12626
12628
|
}
|
|
12627
12629
|
});
|
|
12628
|
-
const _hoisted_1$
|
|
12629
|
-
const _hoisted_2$
|
|
12630
|
+
const _hoisted_1$n = { class: "onyx-nav-bar__content onyx-grid-container" };
|
|
12631
|
+
const _hoisted_2$h = {
|
|
12630
12632
|
key: 0,
|
|
12631
12633
|
class: "onyx-nav-bar__mobile-page onyx-truncation-ellipsis"
|
|
12632
12634
|
};
|
|
12633
|
-
const _hoisted_3$
|
|
12635
|
+
const _hoisted_3$c = { role: "menubar" };
|
|
12634
12636
|
const _hoisted_4$a = { ref: "moreListRef" };
|
|
12635
12637
|
const _hoisted_5$8 = {
|
|
12636
12638
|
key: 0,
|
|
@@ -12645,7 +12647,7 @@ const _hoisted_8$3 = {
|
|
|
12645
12647
|
key: 1,
|
|
12646
12648
|
class: "onyx-nav-bar__context"
|
|
12647
12649
|
};
|
|
12648
|
-
function _sfc_render$
|
|
12650
|
+
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12649
12651
|
return openBlock(), createElementBlock(
|
|
12650
12652
|
"header",
|
|
12651
12653
|
{
|
|
@@ -12653,8 +12655,8 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12653
12655
|
class: normalizeClass(["onyx-component onyx-nav-bar", { "onyx-nav-bar--mobile": $setup.actualIsMobile }])
|
|
12654
12656
|
},
|
|
12655
12657
|
[
|
|
12656
|
-
createElementVNode("div", _hoisted_1$
|
|
12657
|
-
$setup.actualIsMobile && $setup.slots.mobileActivePage && !$setup.isBurgerOpen && !$setup.isContextOpen ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
12658
|
+
createElementVNode("div", _hoisted_1$n, [
|
|
12659
|
+
$setup.actualIsMobile && $setup.slots.mobileActivePage && !$setup.isBurgerOpen && !$setup.isContextOpen ? (openBlock(), createElementBlock("span", _hoisted_2$h, [
|
|
12658
12660
|
renderSlot(_ctx.$slots, "mobileActivePage")
|
|
12659
12661
|
])) : $setup.props.appName || $setup.props.logoUrl || $setup.slots.appArea ? (openBlock(), createBlock($setup["OnyxNavAppArea"], mergeProps({
|
|
12660
12662
|
key: 1,
|
|
@@ -12697,7 +12699,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12697
12699
|
"nav",
|
|
12698
12700
|
mergeProps({ class: "onyx-nav-bar__nav--mobile" }, $setup.nav),
|
|
12699
12701
|
[
|
|
12700
|
-
createElementVNode("ul", _hoisted_3$
|
|
12702
|
+
createElementVNode("ul", _hoisted_3$c, [
|
|
12701
12703
|
renderSlot(_ctx.$slots, "default")
|
|
12702
12704
|
])
|
|
12703
12705
|
],
|
|
@@ -12804,7 +12806,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12804
12806
|
/* CLASS */
|
|
12805
12807
|
);
|
|
12806
12808
|
}
|
|
12807
|
-
const OnyxNavBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12809
|
+
const OnyxNavBar = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/OnyxNavBar.vue"]]);
|
|
12808
12810
|
const useRelativeTimeFormat = (options) => {
|
|
12809
12811
|
const { locale, t } = injectI18n();
|
|
12810
12812
|
const format = computed(() => new Intl.RelativeTimeFormat(locale.value, unref(options.options)));
|
|
@@ -12852,7 +12854,7 @@ const useRelativeTimeFormat = (options) => {
|
|
|
12852
12854
|
timeAgo
|
|
12853
12855
|
};
|
|
12854
12856
|
};
|
|
12855
|
-
const _sfc_main$
|
|
12857
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
12856
12858
|
__name: "OnyxNotificationCard",
|
|
12857
12859
|
props: {
|
|
12858
12860
|
density: { type: null, required: false },
|
|
@@ -12878,15 +12880,15 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
12878
12880
|
return __returned__;
|
|
12879
12881
|
}
|
|
12880
12882
|
});
|
|
12881
|
-
const _hoisted_1$
|
|
12883
|
+
const _hoisted_1$m = {
|
|
12882
12884
|
key: 0,
|
|
12883
12885
|
class: "onyx-notification-card-skeleton"
|
|
12884
12886
|
};
|
|
12885
|
-
const _hoisted_2$
|
|
12887
|
+
const _hoisted_2$g = {
|
|
12886
12888
|
key: 1,
|
|
12887
12889
|
class: "onyx-notification-card__content"
|
|
12888
12890
|
};
|
|
12889
|
-
const _hoisted_3$
|
|
12891
|
+
const _hoisted_3$b = { class: "onyx-notification-card__header" };
|
|
12890
12892
|
const _hoisted_4$9 = { class: "onyx-notification-card__header-container" };
|
|
12891
12893
|
const _hoisted_5$7 = { class: "onyx-notification-card__header-container" };
|
|
12892
12894
|
const _hoisted_6$5 = { class: "onyx-notification-card__created-at onyx-text--small" };
|
|
@@ -12895,14 +12897,14 @@ const _hoisted_8$2 = {
|
|
|
12895
12897
|
key: 0,
|
|
12896
12898
|
class: "onyx-notification-card__actions onyx-density-compact"
|
|
12897
12899
|
};
|
|
12898
|
-
function _sfc_render$
|
|
12900
|
+
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12899
12901
|
return openBlock(), createElementBlock(
|
|
12900
12902
|
"div",
|
|
12901
12903
|
{
|
|
12902
12904
|
class: normalizeClass(["onyx-component", "onyx-notification-card", $setup.densityClass])
|
|
12903
12905
|
},
|
|
12904
12906
|
[
|
|
12905
|
-
$setup.skeleton ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
12907
|
+
$setup.skeleton ? (openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
12906
12908
|
createVNode($setup["OnyxSkeleton"], { class: "onyx-notification-card-skeleton__header" }),
|
|
12907
12909
|
(openBlock(), createElementBlock(
|
|
12908
12910
|
Fragment,
|
|
@@ -12916,9 +12918,9 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12916
12918
|
64
|
|
12917
12919
|
/* STABLE_FRAGMENT */
|
|
12918
12920
|
))
|
|
12919
|
-
])) : (openBlock(), createElementBlock("div", _hoisted_2$
|
|
12921
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_2$g, [
|
|
12920
12922
|
createElementVNode("div", null, [
|
|
12921
|
-
createElementVNode("div", _hoisted_3$
|
|
12923
|
+
createElementVNode("div", _hoisted_3$b, [
|
|
12922
12924
|
createElementVNode("div", _hoisted_4$9, [
|
|
12923
12925
|
$setup.props.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
|
|
12924
12926
|
key: 0,
|
|
@@ -12986,8 +12988,8 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12986
12988
|
/* CLASS */
|
|
12987
12989
|
);
|
|
12988
12990
|
}
|
|
12989
|
-
const OnyxNotificationCard = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
12990
|
-
const _sfc_main$
|
|
12991
|
+
const OnyxNotificationCard = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotificationCard/OnyxNotificationCard.vue"]]);
|
|
12992
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
12991
12993
|
__name: "OnyxNotificationDot",
|
|
12992
12994
|
props: {
|
|
12993
12995
|
hidden: { type: Boolean, required: false, default: false },
|
|
@@ -13001,9 +13003,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
13001
13003
|
return __returned__;
|
|
13002
13004
|
}
|
|
13003
13005
|
});
|
|
13004
|
-
const _hoisted_1$
|
|
13005
|
-
function _sfc_render$
|
|
13006
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
13006
|
+
const _hoisted_1$l = { class: "onyx-component onyx-notification-dot" };
|
|
13007
|
+
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13008
|
+
return openBlock(), createElementBlock("div", _hoisted_1$l, [
|
|
13007
13009
|
renderSlot(_ctx.$slots, "default"),
|
|
13008
13010
|
!$setup.props.hidden ? (openBlock(), createBlock($setup["OnyxBadge"], {
|
|
13009
13011
|
key: 0,
|
|
@@ -13013,8 +13015,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13013
13015
|
}, null, 8, ["color"])) : createCommentVNode("v-if", true)
|
|
13014
13016
|
]);
|
|
13015
13017
|
}
|
|
13016
|
-
const OnyxNotificationDot = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13017
|
-
const _sfc_main$
|
|
13018
|
+
const OnyxNotificationDot = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotificationDot/OnyxNotificationDot.vue"]]);
|
|
13019
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
13018
13020
|
__name: "OnyxPageLayout",
|
|
13019
13021
|
props: {
|
|
13020
13022
|
skeleton: { type: Boolean, required: false },
|
|
@@ -13031,12 +13033,12 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
13031
13033
|
return __returned__;
|
|
13032
13034
|
}
|
|
13033
13035
|
});
|
|
13034
|
-
const _hoisted_1$
|
|
13036
|
+
const _hoisted_1$k = {
|
|
13035
13037
|
key: 0,
|
|
13036
13038
|
class: "onyx-page__sidebar"
|
|
13037
13039
|
};
|
|
13038
|
-
const _hoisted_2$
|
|
13039
|
-
const _hoisted_3$
|
|
13040
|
+
const _hoisted_2$f = { class: "onyx-page__main" };
|
|
13041
|
+
const _hoisted_3$a = {
|
|
13040
13042
|
key: 1,
|
|
13041
13043
|
class: "onyx-page__sidebar onyx-page__sidebar--right"
|
|
13042
13044
|
};
|
|
@@ -13044,7 +13046,7 @@ const _hoisted_4$8 = {
|
|
|
13044
13046
|
key: 2,
|
|
13045
13047
|
class: "onyx-page__footer"
|
|
13046
13048
|
};
|
|
13047
|
-
function _sfc_render$
|
|
13049
|
+
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13048
13050
|
return openBlock(), createElementBlock(
|
|
13049
13051
|
"div",
|
|
13050
13052
|
{
|
|
@@ -13055,10 +13057,10 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13055
13057
|
]])
|
|
13056
13058
|
},
|
|
13057
13059
|
[
|
|
13058
|
-
$setup.slots.sidebar ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
13060
|
+
$setup.slots.sidebar ? (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
13059
13061
|
renderSlot(_ctx.$slots, "sidebar")
|
|
13060
13062
|
])) : createCommentVNode("v-if", true),
|
|
13061
|
-
createElementVNode("main", _hoisted_2$
|
|
13063
|
+
createElementVNode("main", _hoisted_2$f, [
|
|
13062
13064
|
createElementVNode(
|
|
13063
13065
|
"div",
|
|
13064
13066
|
{
|
|
@@ -13071,7 +13073,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13071
13073
|
/* CLASS */
|
|
13072
13074
|
)
|
|
13073
13075
|
]),
|
|
13074
|
-
$setup.slots.sidebarRight ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
13076
|
+
$setup.slots.sidebarRight ? (openBlock(), createElementBlock("div", _hoisted_3$a, [
|
|
13075
13077
|
renderSlot(_ctx.$slots, "sidebarRight")
|
|
13076
13078
|
])) : createCommentVNode("v-if", true),
|
|
13077
13079
|
$setup.slots.footer ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
@@ -13082,8 +13084,8 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13082
13084
|
/* CLASS */
|
|
13083
13085
|
);
|
|
13084
13086
|
}
|
|
13085
|
-
const OnyxPageLayout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13086
|
-
const _sfc_main$
|
|
13087
|
+
const OnyxPageLayout = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPageLayout/OnyxPageLayout.vue"]]);
|
|
13088
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
13087
13089
|
__name: "OnyxProgressItem",
|
|
13088
13090
|
props: {
|
|
13089
13091
|
density: { type: null, required: false },
|
|
@@ -13109,10 +13111,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
13109
13111
|
return __returned__;
|
|
13110
13112
|
}
|
|
13111
13113
|
});
|
|
13112
|
-
const _hoisted_1$
|
|
13113
|
-
const _hoisted_2$
|
|
13114
|
-
const _hoisted_3$
|
|
13115
|
-
function _sfc_render$
|
|
13114
|
+
const _hoisted_1$j = ["disabled"];
|
|
13115
|
+
const _hoisted_2$e = { class: "onyx-progress-item__indicator" };
|
|
13116
|
+
const _hoisted_3$9 = { class: "onyx-progress-item__label" };
|
|
13117
|
+
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13116
13118
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
13117
13119
|
key: 0,
|
|
13118
13120
|
class: normalizeClass(["onyx-progress-item-skeleton", "onyx-text", $setup.densityClass])
|
|
@@ -13128,7 +13130,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13128
13130
|
type: "button",
|
|
13129
13131
|
disabled: $setup.props.disabled
|
|
13130
13132
|
}, [
|
|
13131
|
-
createElementVNode("span", _hoisted_2$
|
|
13133
|
+
createElementVNode("span", _hoisted_2$e, [
|
|
13132
13134
|
$setup.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
|
|
13133
13135
|
key: 0,
|
|
13134
13136
|
icon: $setup.icon
|
|
@@ -13146,7 +13148,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13146
13148
|
/* STABLE_FRAGMENT */
|
|
13147
13149
|
))
|
|
13148
13150
|
]),
|
|
13149
|
-
createElementVNode("div", _hoisted_3$
|
|
13151
|
+
createElementVNode("div", _hoisted_3$9, [
|
|
13150
13152
|
renderSlot(_ctx.$slots, "default", {
|
|
13151
13153
|
label: $setup.props.label
|
|
13152
13154
|
}, () => [
|
|
@@ -13157,9 +13159,9 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13157
13159
|
)
|
|
13158
13160
|
])
|
|
13159
13161
|
])
|
|
13160
|
-
], 10, _hoisted_1$
|
|
13162
|
+
], 10, _hoisted_1$j));
|
|
13161
13163
|
}
|
|
13162
|
-
const OnyxProgressItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13164
|
+
const OnyxProgressItem = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxProgressItem/OnyxProgressItem.vue"]]);
|
|
13163
13165
|
const PROGRESS_ITEM_STATUS = [
|
|
13164
13166
|
"default",
|
|
13165
13167
|
"active",
|
|
@@ -13167,7 +13169,7 @@ const PROGRESS_ITEM_STATUS = [
|
|
|
13167
13169
|
"visited",
|
|
13168
13170
|
"invalid"
|
|
13169
13171
|
];
|
|
13170
|
-
const _sfc_main$
|
|
13172
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
13171
13173
|
__name: "OnyxProgressSteps",
|
|
13172
13174
|
props: {
|
|
13173
13175
|
density: { type: null, required: false },
|
|
@@ -13222,8 +13224,8 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
13222
13224
|
return __returned__;
|
|
13223
13225
|
}
|
|
13224
13226
|
});
|
|
13225
|
-
const _hoisted_1$
|
|
13226
|
-
function _sfc_render$
|
|
13227
|
+
const _hoisted_1$i = { class: "onyx-progress-steps__scroll-container" };
|
|
13228
|
+
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13227
13229
|
return openBlock(), createElementBlock(
|
|
13228
13230
|
"div",
|
|
13229
13231
|
{
|
|
@@ -13235,7 +13237,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13235
13237
|
])
|
|
13236
13238
|
},
|
|
13237
13239
|
[
|
|
13238
|
-
createElementVNode("div", _hoisted_1$
|
|
13240
|
+
createElementVNode("div", _hoisted_1$i, [
|
|
13239
13241
|
(openBlock(true), createElementBlock(
|
|
13240
13242
|
Fragment,
|
|
13241
13243
|
null,
|
|
@@ -13275,8 +13277,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13275
13277
|
/* CLASS */
|
|
13276
13278
|
);
|
|
13277
13279
|
}
|
|
13278
|
-
const OnyxProgressSteps = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13279
|
-
const _sfc_main$
|
|
13280
|
+
const OnyxProgressSteps = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxProgressSteps/OnyxProgressSteps.vue"]]);
|
|
13281
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
13280
13282
|
...{ inheritAttrs: false },
|
|
13281
13283
|
__name: "OnyxRadioButton",
|
|
13282
13284
|
props: {
|
|
@@ -13311,8 +13313,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
13311
13313
|
return __returned__;
|
|
13312
13314
|
}
|
|
13313
13315
|
});
|
|
13314
|
-
const _hoisted_1$
|
|
13315
|
-
function _sfc_render$
|
|
13316
|
+
const _hoisted_1$h = ["required", "name", "value", "checked", "disabled", "autofocus"];
|
|
13317
|
+
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13316
13318
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
13317
13319
|
"div",
|
|
13318
13320
|
mergeProps({
|
|
@@ -13352,7 +13354,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13352
13354
|
checked: $setup.props.checked,
|
|
13353
13355
|
disabled: $setup.disabled,
|
|
13354
13356
|
autofocus: $setup.props.autofocus
|
|
13355
|
-
}, $setup.restAttrs), null, 16, _hoisted_1$
|
|
13357
|
+
}, $setup.restAttrs), null, 16, _hoisted_1$h)), [
|
|
13356
13358
|
[$setup["vCustomValidity"]]
|
|
13357
13359
|
]),
|
|
13358
13360
|
createElementVNode(
|
|
@@ -13373,8 +13375,8 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13373
13375
|
/* STABLE */
|
|
13374
13376
|
}, 16, ["disabled", "error-messages"]));
|
|
13375
13377
|
}
|
|
13376
|
-
const OnyxRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13377
|
-
const _sfc_main$
|
|
13378
|
+
const OnyxRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRadioButton/OnyxRadioButton.vue"]]);
|
|
13379
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
13378
13380
|
__name: "OnyxRadioGroup",
|
|
13379
13381
|
props: {
|
|
13380
13382
|
truncation: { type: null, required: false, default: "ellipsis" },
|
|
@@ -13421,19 +13423,19 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
13421
13423
|
return __returned__;
|
|
13422
13424
|
}
|
|
13423
13425
|
});
|
|
13424
|
-
const _hoisted_1$
|
|
13425
|
-
const _hoisted_2$
|
|
13426
|
+
const _hoisted_1$g = ["disabled", "aria-label"];
|
|
13427
|
+
const _hoisted_2$d = {
|
|
13426
13428
|
key: 0,
|
|
13427
13429
|
class: "onyx-radio-group__label"
|
|
13428
13430
|
};
|
|
13429
|
-
function _sfc_render$
|
|
13431
|
+
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13430
13432
|
return openBlock(), createElementBlock("fieldset", {
|
|
13431
13433
|
class: normalizeClass(["onyx-component", "onyx-radio-group", $setup.densityClass, $setup.requiredTypeClass]),
|
|
13432
13434
|
disabled: $setup.disabled,
|
|
13433
13435
|
role: "radiogroup",
|
|
13434
13436
|
"aria-label": $setup.props.label
|
|
13435
13437
|
}, [
|
|
13436
|
-
!$setup.props.hideLabel ? (openBlock(), createElementBlock("legend", _hoisted_2$
|
|
13438
|
+
!$setup.props.hideLabel ? (openBlock(), createElementBlock("legend", _hoisted_2$d, [
|
|
13437
13439
|
createVNode($setup["OnyxHeadline"], {
|
|
13438
13440
|
is: "h3",
|
|
13439
13441
|
class: normalizeClass($setup.requiredMarkerClass)
|
|
@@ -13500,11 +13502,11 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13500
13502
|
2
|
|
13501
13503
|
/* CLASS */
|
|
13502
13504
|
)
|
|
13503
|
-
], 10, _hoisted_1$
|
|
13505
|
+
], 10, _hoisted_1$g);
|
|
13504
13506
|
}
|
|
13505
|
-
const OnyxRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13507
|
+
const OnyxRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRadioGroup/OnyxRadioGroup.vue"]]);
|
|
13506
13508
|
const LINK_TARGETS = ["_self", "_blank", "_parent", "_top"];
|
|
13507
|
-
const _sfc_main$
|
|
13509
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
13508
13510
|
...{ inheritAttrs: false },
|
|
13509
13511
|
__name: "OnyxSegmentedControlElement",
|
|
13510
13512
|
props: {
|
|
@@ -13532,12 +13534,12 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
13532
13534
|
return __returned__;
|
|
13533
13535
|
}
|
|
13534
13536
|
});
|
|
13535
|
-
const _hoisted_1$
|
|
13536
|
-
const _hoisted_2$
|
|
13537
|
+
const _hoisted_1$f = ["for"];
|
|
13538
|
+
const _hoisted_2$c = {
|
|
13537
13539
|
key: 1,
|
|
13538
13540
|
class: "onyx-segmented-control-element__text"
|
|
13539
13541
|
};
|
|
13540
|
-
function _sfc_render$
|
|
13542
|
+
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13541
13543
|
return openBlock(), createElementBlock(
|
|
13542
13544
|
"div",
|
|
13543
13545
|
mergeProps($setup.rootAttrs, {
|
|
@@ -13567,19 +13569,19 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13567
13569
|
}, null, 8, ["icon"])) : createCommentVNode("v-if", true),
|
|
13568
13570
|
!$setup.props.hideLabel ? (openBlock(), createElementBlock(
|
|
13569
13571
|
"p",
|
|
13570
|
-
_hoisted_2$
|
|
13572
|
+
_hoisted_2$c,
|
|
13571
13573
|
toDisplayString($setup.props.label),
|
|
13572
13574
|
1
|
|
13573
13575
|
/* TEXT */
|
|
13574
13576
|
)) : createCommentVNode("v-if", true)
|
|
13575
|
-
], 8, _hoisted_1$
|
|
13577
|
+
], 8, _hoisted_1$f)
|
|
13576
13578
|
],
|
|
13577
13579
|
16
|
|
13578
13580
|
/* FULL_PROPS */
|
|
13579
13581
|
);
|
|
13580
13582
|
}
|
|
13581
|
-
const OnyxSegmentedControlElement = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13582
|
-
const _sfc_main$
|
|
13583
|
+
const OnyxSegmentedControlElement = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSegmentedControlElement/OnyxSegmentedControlElement.vue"]]);
|
|
13584
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
13583
13585
|
__name: "OnyxSegmentedControl",
|
|
13584
13586
|
props: {
|
|
13585
13587
|
density: { type: null, required: false },
|
|
@@ -13608,7 +13610,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
13608
13610
|
return __returned__;
|
|
13609
13611
|
}
|
|
13610
13612
|
});
|
|
13611
|
-
function _sfc_render$
|
|
13613
|
+
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13612
13614
|
return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
13613
13615
|
key: 0,
|
|
13614
13616
|
class: normalizeClass(["onyx-segmented-control-skeleton", $setup.densityClass])
|
|
@@ -13639,10 +13641,10 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13639
13641
|
/* CLASS */
|
|
13640
13642
|
));
|
|
13641
13643
|
}
|
|
13642
|
-
const OnyxSegmentedControl = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13644
|
+
const OnyxSegmentedControl = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSegmentedControl/OnyxSegmentedControl.vue"]]);
|
|
13643
13645
|
const SELECT_ALIGNMENTS = ["full", "left", "right"];
|
|
13644
13646
|
const MULTISELECT_TEXT_MODE = ["summary", "preview"];
|
|
13645
|
-
const _sfc_main$
|
|
13647
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
13646
13648
|
__name: "OnyxSidebarItem",
|
|
13647
13649
|
props: {
|
|
13648
13650
|
density: { type: null, required: false },
|
|
@@ -13670,7 +13672,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
13670
13672
|
return __returned__;
|
|
13671
13673
|
}
|
|
13672
13674
|
});
|
|
13673
|
-
function _sfc_render$
|
|
13675
|
+
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13674
13676
|
return $setup.link ? (openBlock(), createBlock($setup["OnyxRouterLink"], mergeProps({
|
|
13675
13677
|
key: 0,
|
|
13676
13678
|
class: $setup.classes
|
|
@@ -13694,12 +13696,12 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13694
13696
|
/* CLASS */
|
|
13695
13697
|
));
|
|
13696
13698
|
}
|
|
13697
|
-
const OnyxSidebarItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13699
|
+
const OnyxSidebarItem = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSidebar/modules/OnyxSidebarItem/OnyxSidebarItem.vue"]]);
|
|
13698
13700
|
const arrowSmallLeft = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.618 11.626H8.936l3.094-3.094-1.064-1.056-4.899 4.898 4.9 4.9 1.063-1.064-3.094-3.086h8.682z"/></svg>';
|
|
13699
13701
|
const arrowSmallRight = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.026 7.476 11.97 8.532l3.086 3.094H6.382v1.498h8.674L11.97 16.21l1.056 1.063 4.9-4.898z"/></svg>';
|
|
13700
13702
|
const sidebarArrowLeft = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.743 3.038H5.258A2.26 2.26 0 0 0 3 5.295V18.78a2.26 2.26 0 0 0 2.258 2.258H18.75a2.25 2.25 0 0 0 2.25-2.25V5.295a2.26 2.26 0 0 0-2.258-2.257M4.5 18.78V5.295c0-.42.338-.757.758-.757H8.25v15H5.258a.755.755 0 0 1-.758-.758m15 .008c0 .412-.337.75-.75.75h-9v-15h8.993c.42 0 .757.337.757.757z"/><path d="m15.218 8.558-3.48 3.48 3.48 3.48 1.064-1.058-2.422-2.423 2.422-2.422z"/></svg>';
|
|
13701
13703
|
const sidebarArrowRight = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.743 3.038H5.258A2.26 2.26 0 0 0 3 5.295V18.78a2.26 2.26 0 0 0 2.258 2.258H18.75a2.25 2.25 0 0 0 2.25-2.25V5.295a2.26 2.26 0 0 0-2.258-2.257M4.5 18.78V5.295c0-.42.338-.757.758-.757H8.25v15H5.258a.755.755 0 0 1-.758-.758m15 .008c0 .412-.337.75-.75.75h-9v-15h8.993c.42 0 .757.337.757.757z"/><path d="m12.27 9.615 2.423 2.422-2.423 2.423 1.058 1.057 3.48-3.48-3.48-3.48z"/></svg>';
|
|
13702
|
-
const _sfc_main$
|
|
13704
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
13703
13705
|
__name: "OnyxSidebar",
|
|
13704
13706
|
props: {
|
|
13705
13707
|
density: { type: null, required: false },
|
|
@@ -13787,18 +13789,18 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
13787
13789
|
return __returned__;
|
|
13788
13790
|
}
|
|
13789
13791
|
});
|
|
13790
|
-
const _hoisted_1$
|
|
13791
|
-
const _hoisted_2$
|
|
13792
|
+
const _hoisted_1$e = ["aria-label"];
|
|
13793
|
+
const _hoisted_2$b = {
|
|
13792
13794
|
key: 0,
|
|
13793
13795
|
class: "onyx-sidebar__header"
|
|
13794
13796
|
};
|
|
13795
|
-
const _hoisted_3$
|
|
13797
|
+
const _hoisted_3$8 = { class: "onyx-sidebar__body" };
|
|
13796
13798
|
const _hoisted_4$7 = {
|
|
13797
13799
|
key: 1,
|
|
13798
13800
|
class: "onyx-sidebar__footer"
|
|
13799
13801
|
};
|
|
13800
13802
|
const _hoisted_5$6 = { class: "onyx-sidebar__footer" };
|
|
13801
|
-
function _sfc_render$
|
|
13803
|
+
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13802
13804
|
return !$setup.props.temporary && !$setup.shouldCollapse ? (openBlock(), createElementBlock("aside", {
|
|
13803
13805
|
key: 0,
|
|
13804
13806
|
ref: "sidebarRef",
|
|
@@ -13812,10 +13814,10 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13812
13814
|
"aria-label": $setup.props.label,
|
|
13813
13815
|
style: normalizeStyle($setup.widthStyle)
|
|
13814
13816
|
}, [
|
|
13815
|
-
!!$setup.slots.header ? (openBlock(), createElementBlock("header", _hoisted_2$
|
|
13817
|
+
!!$setup.slots.header ? (openBlock(), createElementBlock("header", _hoisted_2$b, [
|
|
13816
13818
|
renderSlot(_ctx.$slots, "header")
|
|
13817
13819
|
])) : createCommentVNode("v-if", true),
|
|
13818
|
-
createElementVNode("div", _hoisted_3$
|
|
13820
|
+
createElementVNode("div", _hoisted_3$8, [
|
|
13819
13821
|
renderSlot(_ctx.$slots, "default")
|
|
13820
13822
|
]),
|
|
13821
13823
|
!!$setup.slots.footer ? (openBlock(), createElementBlock("footer", _hoisted_4$7, [
|
|
@@ -13825,7 +13827,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13825
13827
|
key: 2,
|
|
13826
13828
|
element: $setup.sidebarElement
|
|
13827
13829
|
}, $setup.resizeHandleProps), null, 16, ["element"])) : createCommentVNode("v-if", true)
|
|
13828
|
-
], 14, _hoisted_1$
|
|
13830
|
+
], 14, _hoisted_1$e)) : (openBlock(), createBlock($setup["OnyxModal"], mergeProps({ key: 1 }, $setup.props.temporary, {
|
|
13829
13831
|
ref: "modalRef",
|
|
13830
13832
|
open: $setup.isModalOpen,
|
|
13831
13833
|
"onUpdate:open": _cache[0] || (_cache[0] = ($event) => $setup.isModalOpen = $event),
|
|
@@ -13877,9 +13879,9 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13877
13879
|
} : void 0
|
|
13878
13880
|
]), 1040, ["open", "class", "label", "density", "style", "alignment"]));
|
|
13879
13881
|
}
|
|
13880
|
-
const OnyxSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13882
|
+
const OnyxSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSidebar/OnyxSidebar.vue"]]);
|
|
13881
13883
|
const SIDEBAR_ALIGNMENT = ["left", "right"];
|
|
13882
|
-
const _sfc_main$
|
|
13884
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
13883
13885
|
...{ inheritAttrs: false },
|
|
13884
13886
|
__name: "OnyxStepper",
|
|
13885
13887
|
props: {
|
|
@@ -14002,15 +14004,15 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
14002
14004
|
return __returned__;
|
|
14003
14005
|
}
|
|
14004
14006
|
});
|
|
14005
|
-
const _hoisted_1$
|
|
14006
|
-
const _hoisted_2$
|
|
14007
|
-
const _hoisted_3$
|
|
14007
|
+
const _hoisted_1$d = { class: "onyx-stepper__wrapper" };
|
|
14008
|
+
const _hoisted_2$a = ["disabled", "aria-label"];
|
|
14009
|
+
const _hoisted_3$7 = ["id", "aria-label", "autofocus", "disabled", "min", "max", "name", "placeholder", "readonly", "required", "step", "title"];
|
|
14008
14010
|
const _hoisted_4$6 = {
|
|
14009
14011
|
class: "onyx-stepper__display",
|
|
14010
14012
|
"aria-hidden": "true"
|
|
14011
14013
|
};
|
|
14012
14014
|
const _hoisted_5$5 = ["disabled", "aria-label"];
|
|
14013
|
-
function _sfc_render$
|
|
14015
|
+
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14014
14016
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
14015
14017
|
"div",
|
|
14016
14018
|
mergeProps({
|
|
@@ -14039,7 +14041,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14039
14041
|
"error-messages": $setup.errorMessages
|
|
14040
14042
|
}), {
|
|
14041
14043
|
default: withCtx(({ id: inputId }) => [
|
|
14042
|
-
createElementVNode("div", _hoisted_1$
|
|
14044
|
+
createElementVNode("div", _hoisted_1$d, [
|
|
14043
14045
|
!$setup.props.hideButtons ? (openBlock(), createElementBlock("button", {
|
|
14044
14046
|
key: 0,
|
|
14045
14047
|
type: "button",
|
|
@@ -14050,7 +14052,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14050
14052
|
onClick: _cache[0] || (_cache[0] = ($event) => $setup.handleClick("stepDown"))
|
|
14051
14053
|
}, [
|
|
14052
14054
|
createVNode($setup["OnyxIcon"], { icon: $setup.iconMinus }, null, 8, ["icon"])
|
|
14053
|
-
], 8, _hoisted_2$
|
|
14055
|
+
], 8, _hoisted_2$a)) : createCommentVNode("v-if", true),
|
|
14054
14056
|
$setup.props.loading ? (openBlock(), createBlock($setup["OnyxLoadingIndicator"], {
|
|
14055
14057
|
key: 1,
|
|
14056
14058
|
class: "onyx-stepper__loading",
|
|
@@ -14081,7 +14083,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14081
14083
|
_cache[3] || (_cache[3] = withKeys(withModifiers(($event) => $setup.handleClick("stepUp"), ["prevent"]), ["up"])),
|
|
14082
14084
|
_cache[4] || (_cache[4] = withKeys(withModifiers(($event) => $setup.handleClick("stepDown"), ["prevent"]), ["down"]))
|
|
14083
14085
|
]
|
|
14084
|
-
}), null, 16, _hoisted_3$
|
|
14086
|
+
}), null, 16, _hoisted_3$7)), [
|
|
14085
14087
|
[vModelText, $setup.inputValue],
|
|
14086
14088
|
[$setup["vCustomValidity"]]
|
|
14087
14089
|
]),
|
|
@@ -14113,8 +14115,8 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14113
14115
|
/* FULL_PROPS */
|
|
14114
14116
|
));
|
|
14115
14117
|
}
|
|
14116
|
-
const OnyxStepper = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14117
|
-
const _sfc_main$
|
|
14118
|
+
const OnyxStepper = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxStepper/OnyxStepper.vue"]]);
|
|
14119
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
14118
14120
|
__name: "OnyxSlider",
|
|
14119
14121
|
props: {
|
|
14120
14122
|
disabled: { type: [Boolean, Symbol], required: false, default: FORM_INJECTED_SYMBOL },
|
|
@@ -14213,17 +14215,17 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
14213
14215
|
return __returned__;
|
|
14214
14216
|
}
|
|
14215
14217
|
});
|
|
14216
|
-
const _hoisted_1$
|
|
14217
|
-
const _hoisted_2$
|
|
14218
|
+
const _hoisted_1$c = { class: "onyx-slider__container" };
|
|
14219
|
+
const _hoisted_2$9 = {
|
|
14218
14220
|
key: 0,
|
|
14219
14221
|
class: "onyx-slider__control"
|
|
14220
14222
|
};
|
|
14221
|
-
const _hoisted_3$
|
|
14223
|
+
const _hoisted_3$6 = ["id", "tabindex", "disabled", "aria-label", "autofocus"];
|
|
14222
14224
|
const _hoisted_4$5 = {
|
|
14223
14225
|
key: 3,
|
|
14224
14226
|
class: "onyx-slider__control"
|
|
14225
14227
|
};
|
|
14226
|
-
function _sfc_render$
|
|
14228
|
+
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14227
14229
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
14228
14230
|
"div",
|
|
14229
14231
|
{
|
|
@@ -14255,10 +14257,10 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14255
14257
|
"success-messages": $setup.successMessages
|
|
14256
14258
|
}), {
|
|
14257
14259
|
default: withCtx(({ id: inputId }) => [
|
|
14258
|
-
createElementVNode("div", _hoisted_1$
|
|
14260
|
+
createElementVNode("div", _hoisted_1$c, [
|
|
14259
14261
|
$setup.props.control === "value" ? (openBlock(), createElementBlock(
|
|
14260
14262
|
"span",
|
|
14261
|
-
_hoisted_2$
|
|
14263
|
+
_hoisted_2$9,
|
|
14262
14264
|
toDisplayString($setup.props.min),
|
|
14263
14265
|
1
|
|
14264
14266
|
/* TEXT */
|
|
@@ -14359,7 +14361,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14359
14361
|
disabled: $setup.disabled,
|
|
14360
14362
|
"aria-label": $setup.props.label,
|
|
14361
14363
|
autofocus: $setup.props.autofocus && index === 0
|
|
14362
|
-
}), null, 16, _hoisted_3$
|
|
14364
|
+
}), null, 16, _hoisted_3$6), [
|
|
14363
14365
|
[$setup["vCustomValidity"]]
|
|
14364
14366
|
])
|
|
14365
14367
|
]),
|
|
@@ -14411,10 +14413,10 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14411
14413
|
/* CLASS */
|
|
14412
14414
|
));
|
|
14413
14415
|
}
|
|
14414
|
-
const OnyxSlider = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14416
|
+
const OnyxSlider = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSlider/OnyxSlider.vue"]]);
|
|
14415
14417
|
const SLIDER_MODES = ["single", "range"];
|
|
14416
14418
|
const SLIDER_CONTROLS = ["icon", "value", "input"];
|
|
14417
|
-
const _sfc_main$
|
|
14419
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
14418
14420
|
...{ inheritAttrs: false },
|
|
14419
14421
|
__name: "OnyxSwitch",
|
|
14420
14422
|
props: {
|
|
@@ -14464,13 +14466,13 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
14464
14466
|
return __returned__;
|
|
14465
14467
|
}
|
|
14466
14468
|
});
|
|
14467
|
-
const _hoisted_1$
|
|
14468
|
-
const _hoisted_2$
|
|
14469
|
-
const _hoisted_3$
|
|
14469
|
+
const _hoisted_1$b = { class: "onyx-switch-skeleton__click-area" };
|
|
14470
|
+
const _hoisted_2$8 = ["title"];
|
|
14471
|
+
const _hoisted_3$5 = ["aria-label", "disabled", "required", "autofocus"];
|
|
14470
14472
|
const _hoisted_4$4 = { class: "onyx-switch__click-area" };
|
|
14471
14473
|
const _hoisted_5$4 = { class: "onyx-switch__container" };
|
|
14472
14474
|
const _hoisted_6$4 = { class: "onyx-switch__icon" };
|
|
14473
|
-
function _sfc_render$
|
|
14475
|
+
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14474
14476
|
return $setup.skeleton ? (openBlock(), createElementBlock(
|
|
14475
14477
|
"div",
|
|
14476
14478
|
mergeProps({
|
|
@@ -14478,7 +14480,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14478
14480
|
class: ["onyx-component", "onyx-switch-skeleton", $setup.densityClass]
|
|
14479
14481
|
}, $setup.rootAttrs),
|
|
14480
14482
|
[
|
|
14481
|
-
createElementVNode("span", _hoisted_1$
|
|
14483
|
+
createElementVNode("span", _hoisted_1$b, [
|
|
14482
14484
|
createVNode($setup["OnyxSkeleton"], { class: "onyx-switch-skeleton__input" })
|
|
14483
14485
|
]),
|
|
14484
14486
|
!$setup.props.hideLabel ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
|
|
@@ -14508,7 +14510,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14508
14510
|
disabled: $setup.disabled || $setup.props.loading,
|
|
14509
14511
|
required: $setup.props.required,
|
|
14510
14512
|
autofocus: $setup.props.autofocus
|
|
14511
|
-
}, $setup.restAttrs), null, 16, _hoisted_3$
|
|
14513
|
+
}, $setup.restAttrs), null, 16, _hoisted_3$5), [
|
|
14512
14514
|
[vModelCheckbox, $setup.isChecked],
|
|
14513
14515
|
[$setup["vCustomValidity"]]
|
|
14514
14516
|
]),
|
|
@@ -14557,14 +14559,113 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14557
14559
|
2
|
|
14558
14560
|
/* CLASS */
|
|
14559
14561
|
)) : createCommentVNode("v-if", true)
|
|
14560
|
-
], 10, _hoisted_2$
|
|
14562
|
+
], 10, _hoisted_2$8)
|
|
14561
14563
|
]),
|
|
14562
14564
|
_: 1
|
|
14563
14565
|
/* STABLE */
|
|
14564
14566
|
}, 16, ["disabled", "error-messages"]));
|
|
14565
14567
|
}
|
|
14566
|
-
const OnyxSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14568
|
+
const OnyxSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSwitch/OnyxSwitch.vue"]]);
|
|
14567
14569
|
const SYSTEM_BUTTON_COLORS = ["intense", "soft", "medium"];
|
|
14570
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
14571
|
+
__name: "OnyxTableOfContents",
|
|
14572
|
+
props: {
|
|
14573
|
+
density: { type: null, required: false }
|
|
14574
|
+
},
|
|
14575
|
+
setup(__props, { expose: __expose }) {
|
|
14576
|
+
__expose();
|
|
14577
|
+
const props = __props;
|
|
14578
|
+
const { t } = injectI18n();
|
|
14579
|
+
const headlineId = useId();
|
|
14580
|
+
const { densityClass } = useDensity(props);
|
|
14581
|
+
const __returned__ = { props, t, headlineId, densityClass, OnyxHeadline };
|
|
14582
|
+
Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
|
|
14583
|
+
return __returned__;
|
|
14584
|
+
}
|
|
14585
|
+
});
|
|
14586
|
+
const _hoisted_1$a = ["aria-labelledby"];
|
|
14587
|
+
const _hoisted_2$7 = { class: "onyx-truncation-ellipsis" };
|
|
14588
|
+
const _hoisted_3$4 = { class: "onyx-toc__list" };
|
|
14589
|
+
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14590
|
+
return openBlock(), createElementBlock("nav", {
|
|
14591
|
+
class: normalizeClass(["onyx-component", "onyx-toc", $setup.densityClass]),
|
|
14592
|
+
"aria-labelledby": $setup.headlineId
|
|
14593
|
+
}, [
|
|
14594
|
+
createVNode($setup["OnyxHeadline"], {
|
|
14595
|
+
is: "h3",
|
|
14596
|
+
id: $setup.headlineId
|
|
14597
|
+
}, {
|
|
14598
|
+
default: withCtx(() => [
|
|
14599
|
+
createElementVNode(
|
|
14600
|
+
"span",
|
|
14601
|
+
_hoisted_2$7,
|
|
14602
|
+
toDisplayString($setup.t("tableOfContents.label")),
|
|
14603
|
+
1
|
|
14604
|
+
/* TEXT */
|
|
14605
|
+
)
|
|
14606
|
+
]),
|
|
14607
|
+
_: 1
|
|
14608
|
+
/* STABLE */
|
|
14609
|
+
}, 8, ["id"]),
|
|
14610
|
+
createElementVNode("ul", _hoisted_3$4, [
|
|
14611
|
+
renderSlot(_ctx.$slots, "default")
|
|
14612
|
+
])
|
|
14613
|
+
], 10, _hoisted_1$a);
|
|
14614
|
+
}
|
|
14615
|
+
const OnyxTableOfContents = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTableOfContents/OnyxTableOfContents.vue"]]);
|
|
14616
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
14617
|
+
__name: "OnyxTableOfContentsItem",
|
|
14618
|
+
props: {
|
|
14619
|
+
density: { type: null, required: false },
|
|
14620
|
+
link: { type: null, required: true },
|
|
14621
|
+
active: { type: [Boolean, String], required: false, default: "auto" }
|
|
14622
|
+
},
|
|
14623
|
+
setup(__props, { expose: __expose }) {
|
|
14624
|
+
__expose();
|
|
14625
|
+
const props = __props;
|
|
14626
|
+
const slots = useSlots();
|
|
14627
|
+
const { densityClass } = useDensity(props);
|
|
14628
|
+
const link2 = computed(() => extractLinkProps(props.link));
|
|
14629
|
+
const __returned__ = { props, slots, densityClass, link: link2, OnyxRouterLink };
|
|
14630
|
+
Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
|
|
14631
|
+
return __returned__;
|
|
14632
|
+
}
|
|
14633
|
+
});
|
|
14634
|
+
const _hoisted_1$9 = {
|
|
14635
|
+
key: 0,
|
|
14636
|
+
class: "onyx-toc-item__children"
|
|
14637
|
+
};
|
|
14638
|
+
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14639
|
+
return openBlock(), createElementBlock(
|
|
14640
|
+
"li",
|
|
14641
|
+
{
|
|
14642
|
+
class: normalizeClass(["onyx-component", "onyx-toc-item", $setup.densityClass, "onyx-text"])
|
|
14643
|
+
},
|
|
14644
|
+
[
|
|
14645
|
+
createVNode($setup["OnyxRouterLink"], {
|
|
14646
|
+
class: normalizeClass([
|
|
14647
|
+
"onyx-toc-item__link",
|
|
14648
|
+
"onyx-truncation-ellipsis",
|
|
14649
|
+
{ "onyx-router-link--active": $setup.props.active !== "auto" && $setup.props.active }
|
|
14650
|
+
]),
|
|
14651
|
+
href: $setup.link.href,
|
|
14652
|
+
target: $setup.link.target
|
|
14653
|
+
}, {
|
|
14654
|
+
default: withCtx(() => [
|
|
14655
|
+
renderSlot(_ctx.$slots, "default")
|
|
14656
|
+
]),
|
|
14657
|
+
_: 3
|
|
14658
|
+
/* FORWARDED */
|
|
14659
|
+
}, 8, ["class", "href", "target"]),
|
|
14660
|
+
!!$setup.slots.children ? (openBlock(), createElementBlock("ul", _hoisted_1$9, [
|
|
14661
|
+
renderSlot(_ctx.$slots, "children")
|
|
14662
|
+
])) : createCommentVNode("v-if", true)
|
|
14663
|
+
],
|
|
14664
|
+
2
|
|
14665
|
+
/* CLASS */
|
|
14666
|
+
);
|
|
14667
|
+
}
|
|
14668
|
+
const OnyxTableOfContentsItem = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTableOfContentsItem/OnyxTableOfContentsItem.vue"]]);
|
|
14568
14669
|
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
14569
14670
|
...{ inheritAttrs: false },
|
|
14570
14671
|
__name: "OnyxTimepickerInput",
|
|
@@ -16846,6 +16947,8 @@ export {
|
|
|
16846
16947
|
OnyxGlobalSearchGroup as OnyxUnstableGlobalSearchGroup,
|
|
16847
16948
|
OnyxGlobalSearchOption as OnyxUnstableGlobalSearchOption,
|
|
16848
16949
|
OnyxItemsPerPage as OnyxUnstableItemsPerPage,
|
|
16950
|
+
OnyxTableOfContents as OnyxUnstableTableOfContents,
|
|
16951
|
+
OnyxTableOfContentsItem as OnyxUnstableTableOfContentsItem,
|
|
16849
16952
|
OnyxTimepicker as OnyxUnstableTimepicker,
|
|
16850
16953
|
OnyxUserMenu,
|
|
16851
16954
|
OnyxVisuallyHidden,
|