@equal-experts/kuat-vue 0.15.0-beta.1 → 0.15.1
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/agent-docs/AGENTS.md +1 -1
- package/agent-docs/README.md +1 -1
- package/agent-docs/components/components.manifest.json +24 -0
- package/agent-docs/components/counter-badge.md +57 -0
- package/agent-docs/components/status-badge.md +68 -0
- package/agent-docs/components/tag-group.md +53 -0
- package/agent-docs/components/tag.md +72 -0
- package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/component-decision-tree.md +4 -0
- package/agent-docs/external/kuat-agent-rules/reference/media-types/web-product/component-registry.md +7 -0
- package/agent-docs/manifest.json +3 -3
- package/agent-docs/rules/LOADING-consumer.md +1 -1
- package/dist/TagGroup-DoAD4JQc.js +34 -0
- package/dist/badge.js +1 -1
- package/dist/components/ui/counter-badge/CounterBadge.vue.d.ts +43 -0
- package/dist/components/ui/counter-badge/constants.d.ts +2 -0
- package/dist/components/ui/counter-badge/index.d.ts +12 -0
- package/dist/components/ui/{badge/Badge.vue.d.ts → status-badge/StatusBadge.vue.d.ts} +17 -18
- package/dist/components/ui/status-badge/constants.d.ts +4 -0
- package/dist/components/ui/status-badge/index.d.ts +14 -0
- package/dist/components/ui/tag/Tag.vue.d.ts +68 -0
- package/dist/components/ui/tag/constants.d.ts +4 -0
- package/dist/components/ui/tag/index.d.ts +16 -0
- package/dist/components/ui/tag-group/TagGroup.vue.d.ts +30 -0
- package/dist/components/ui/tag-group/constants.d.ts +7 -0
- package/dist/components/ui/tag-group/index.d.ts +3 -0
- package/dist/constants-C7FSWs1k.js +4 -0
- package/dist/counter-badge.d.ts +3 -0
- package/dist/counter-badge.js +8 -0
- package/dist/index-BMnFWBPu.js +96 -0
- package/dist/index-DMDbjdfX.js +59 -0
- package/dist/{index-C3VyxnTa.js → index-DgHHiJiZ.js} +2 -2
- package/dist/index-Mf68zkuJ.js +31 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +472 -454
- package/dist/status-badge.d.ts +3 -0
- package/dist/status-badge.js +9 -0
- package/dist/style.css +1 -1
- package/dist/tag-group.d.ts +3 -0
- package/dist/tag-group.js +8 -0
- package/dist/tag.d.ts +3 -0
- package/dist/tag.js +9 -0
- package/package.json +17 -1
package/dist/index.js
CHANGED
|
@@ -1,33 +1,38 @@
|
|
|
1
1
|
import { c as V } from "./utils-DLUjLwnh.js";
|
|
2
|
-
import { S as
|
|
3
|
-
import { B as
|
|
4
|
-
import { computed as h, toValue as K, unref as k, defineComponent as q, createBlock as
|
|
2
|
+
import { S as xe } from "./index-Tp80OeHH.js";
|
|
3
|
+
import { B as _o, a as ho, b as po, c as vo } from "./index-Tp80OeHH.js";
|
|
4
|
+
import { computed as h, toValue as K, unref as k, defineComponent as q, createBlock as U, openBlock as s, mergeProps as Ge, withCtx as z, renderSlot as D, createCommentVNode as f, createElementBlock as o, createElementVNode as t, toDisplayString as p, resolveDynamicComponent as J, createTextVNode as de, normalizeClass as I, createStaticVNode as Ze, useSlots as Ke, ref as H, watch as Q, onUnmounted as He, Fragment as $, createVNode as w, renderList as O, withDirectives as ae, vShow as te, onMounted as Ve, normalizeStyle as qe } from "vue";
|
|
5
5
|
import { Primitive as We } from "reka-ui";
|
|
6
6
|
import { _ as se } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
7
|
-
import { a as
|
|
8
|
-
import { ChevronDown as me, LayoutGrid as Le, User as re, Menu as ze, ChevronLeft as
|
|
7
|
+
import { a as ko, C as fo } from "./constants-1wvs-DeO.js";
|
|
8
|
+
import { ChevronDown as me, LayoutGrid as Le, User as re, Menu as ze, ChevronLeft as Ye, X as Xe, ChevronRight as ce, MoreHorizontal as je } from "lucide-vue-next";
|
|
9
9
|
import { _ as he } from "./index-CBmjn3iX.js";
|
|
10
|
-
import { b as
|
|
11
|
-
import { _ as
|
|
12
|
-
import { a as
|
|
13
|
-
import { _ as
|
|
14
|
-
import { _ as
|
|
15
|
-
import { _ as
|
|
16
|
-
import { _ as
|
|
17
|
-
import { B as
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import { _ as
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
10
|
+
import { b as go } from "./index-CBmjn3iX.js";
|
|
11
|
+
import { _ as Je } from "./index-lZY__1xm.js";
|
|
12
|
+
import { a as yo, I as Co, d as wo, c as Ao, b as To, i as $o } from "./index-lZY__1xm.js";
|
|
13
|
+
import { _ as Lo, a as xo, b as Ho, d as Vo, c as Do } from "./CarouselNext.vue_vue_type_script_setup_true_lang-BvnpmYmA.js";
|
|
14
|
+
import { _ as Mo, a as Oo, b as Ro, d as No, c as Bo } from "./KuatCarouselNext.vue_vue_type_script_setup_true_lang-BnDrXaGV.js";
|
|
15
|
+
import { _ as Uo, b as Fo, A as Go, a as Zo } from "./AccordionTrigger-BGVFRlgt.js";
|
|
16
|
+
import { _ as qo, A as Wo, a as zo, b as Yo, c as Xo, d as jo, e as Jo, f as Qo, g as el } from "./AlertDialogTrigger.vue_vue_type_script_setup_true_lang-DosgAcSM.js";
|
|
17
|
+
import { B as tl, b as sl } from "./index-DgHHiJiZ.js";
|
|
18
|
+
import { b as ll, a as rl, S as nl, s as il } from "./index-DMDbjdfX.js";
|
|
19
|
+
import { a as dl, b as cl, T as _l, t as hl } from "./index-BMnFWBPu.js";
|
|
20
|
+
import { T as vl } from "./TagGroup-DoAD4JQc.js";
|
|
21
|
+
import { T as kl } from "./constants-C7FSWs1k.js";
|
|
22
|
+
import { a as bl, C as gl, c as Sl } from "./index-Mf68zkuJ.js";
|
|
23
|
+
import { T as Cl, _ as wl } from "./constants-CpIWAssv.js";
|
|
24
|
+
import { I as Tl, _ as $l } from "./constants-4SN0MW4f.js";
|
|
25
|
+
import { _ as Ll, a as xl, b as Hl, c as Vl, d as Dl } from "./FieldTitle.vue_vue_type_script_setup_true_lang-Bu8UIwRT.js";
|
|
26
|
+
import { F as Ml, e as Ol, _ as Rl, a as Nl, b as Bl, c as Pl, d as Ul } from "./FieldSet.vue_vue_type_script_setup_true_lang-D9i4ciy0.js";
|
|
27
|
+
import { _ as Gl, S as Zl, k as Kl, a as ql, b as Wl, c as zl, d as Yl, e as Xl, f as jl, g as Jl, h as Ql, i as er, j as ar } from "./KuatSelect.vue_vue_type_script_setup_true_lang-CT1xn9gs.js";
|
|
28
|
+
import { C as sr, b as or, _ as lr, a as rr } from "./constants-DC1CCNlp.js";
|
|
29
|
+
import { R as ir, c as ur, b as dr, _ as cr, a as _r } from "./constants-DWBWMp2p.js";
|
|
30
|
+
import { S as pr, b as vr, _ as mr, a as kr } from "./constants-BZKku54w.js";
|
|
31
|
+
import { _ as br } from "./Toggle.vue_vue_type_script_setup_true_lang-CZM1GrLQ.js";
|
|
32
|
+
import { T as Sr, a as yr } from "./constants-CXAkjttx.js";
|
|
33
|
+
import { TOGGLE_GROUP_ORIENTATIONS as wr, ToggleGroup as Ar, ToggleGroupItem as Tr } from "./toggle-group.js";
|
|
34
|
+
import { S as Er, _ as Lr, a as xr, t as Hr } from "./toast-LJYTMaV_.js";
|
|
35
|
+
import { n as ne, t as pe, w as Qe, i as ea, a as aa } from "./index-OELvcT-N.js";
|
|
31
36
|
const De = ea ? window : void 0;
|
|
32
37
|
function ee(a) {
|
|
33
38
|
var e;
|
|
@@ -35,36 +40,36 @@ function ee(a) {
|
|
|
35
40
|
return (e = n == null ? void 0 : n.$el) !== null && e !== void 0 ? e : n;
|
|
36
41
|
}
|
|
37
42
|
function ue(...a) {
|
|
38
|
-
const e = (
|
|
39
|
-
const
|
|
40
|
-
return
|
|
43
|
+
const e = (l, _, d, g) => (l.addEventListener(_, d, g), () => l.removeEventListener(_, d, g)), n = h(() => {
|
|
44
|
+
const l = pe(K(a[0])).filter((_) => _ != null);
|
|
45
|
+
return l.every((_) => typeof _ != "string") ? l : void 0;
|
|
41
46
|
});
|
|
42
|
-
return
|
|
43
|
-
var
|
|
47
|
+
return Qe(() => {
|
|
48
|
+
var l, _;
|
|
44
49
|
return [
|
|
45
|
-
(
|
|
50
|
+
(l = (_ = n.value) === null || _ === void 0 ? void 0 : _.map((d) => ee(d))) !== null && l !== void 0 ? l : [De].filter((d) => d != null),
|
|
46
51
|
pe(K(n.value ? a[1] : a[0])),
|
|
47
52
|
pe(k(n.value ? a[2] : a[1])),
|
|
48
53
|
K(n.value ? a[3] : a[2])
|
|
49
54
|
];
|
|
50
|
-
}, ([
|
|
51
|
-
if (!(
|
|
52
|
-
const
|
|
53
|
-
|
|
54
|
-
A.forEach((
|
|
55
|
+
}, ([l, _, d, g], E, y) => {
|
|
56
|
+
if (!(l != null && l.length) || !(_ != null && _.length) || !(d != null && d.length)) return;
|
|
57
|
+
const x = aa(g) ? { ...g } : g, A = l.flatMap((T) => _.flatMap((N) => d.map((F) => e(T, N, F, x))));
|
|
58
|
+
y(() => {
|
|
59
|
+
A.forEach((T) => T());
|
|
55
60
|
});
|
|
56
61
|
}, { flush: "post" });
|
|
57
62
|
}
|
|
58
63
|
function ta(a, e, n = {}) {
|
|
59
|
-
const { window:
|
|
60
|
-
if (!
|
|
64
|
+
const { window: l = De, ignore: _ = [], capture: d = !0, detectIframe: g = !1, controls: E = !1 } = n;
|
|
65
|
+
if (!l) return E ? {
|
|
61
66
|
stop: ne,
|
|
62
67
|
cancel: ne,
|
|
63
68
|
trigger: ne
|
|
64
69
|
} : ne;
|
|
65
|
-
let
|
|
66
|
-
const
|
|
67
|
-
if (typeof v == "string") return Array.from(
|
|
70
|
+
let y = !0;
|
|
71
|
+
const x = (c) => K(_).some((v) => {
|
|
72
|
+
if (typeof v == "string") return Array.from(l.document.querySelectorAll(v)).some((m) => m === c.target || c.composedPath().includes(m));
|
|
68
73
|
{
|
|
69
74
|
const m = ee(v);
|
|
70
75
|
return m && (c.target === m || c.composedPath().includes(m));
|
|
@@ -74,56 +79,56 @@ function ta(a, e, n = {}) {
|
|
|
74
79
|
const v = K(c);
|
|
75
80
|
return v && v.$.subTree.shapeFlag === 16;
|
|
76
81
|
}
|
|
77
|
-
function
|
|
82
|
+
function T(c, v) {
|
|
78
83
|
const m = K(c), b = m.$.subTree && m.$.subTree.children;
|
|
79
84
|
return b == null || !Array.isArray(b) ? !1 : b.some((B) => B.el === v.target || v.composedPath().includes(B.el));
|
|
80
85
|
}
|
|
81
86
|
const N = (c) => {
|
|
82
87
|
const v = ee(a);
|
|
83
|
-
if (c.target != null && !(!(v instanceof Element) && A(a) &&
|
|
84
|
-
if ("detail" in c && c.detail === 0 && (
|
|
85
|
-
|
|
88
|
+
if (c.target != null && !(!(v instanceof Element) && A(a) && T(a, c)) && !(!v || v === c.target || c.composedPath().includes(v))) {
|
|
89
|
+
if ("detail" in c && c.detail === 0 && (y = !x(c)), !y) {
|
|
90
|
+
y = !0;
|
|
86
91
|
return;
|
|
87
92
|
}
|
|
88
93
|
e(c);
|
|
89
94
|
}
|
|
90
95
|
};
|
|
91
|
-
let
|
|
92
|
-
const
|
|
93
|
-
ue(
|
|
94
|
-
|
|
95
|
-
|
|
96
|
+
let F = !1;
|
|
97
|
+
const X = [
|
|
98
|
+
ue(l, "click", (c) => {
|
|
99
|
+
F || (F = !0, setTimeout(() => {
|
|
100
|
+
F = !1;
|
|
96
101
|
}, 0), N(c));
|
|
97
102
|
}, {
|
|
98
103
|
passive: !0,
|
|
99
104
|
capture: d
|
|
100
105
|
}),
|
|
101
|
-
ue(
|
|
106
|
+
ue(l, "pointerdown", (c) => {
|
|
102
107
|
const v = ee(a);
|
|
103
|
-
|
|
108
|
+
y = !x(c) && !!(v && !c.composedPath().includes(v));
|
|
104
109
|
}, { passive: !0 }),
|
|
105
|
-
g && ue(
|
|
110
|
+
g && ue(l, "blur", (c) => {
|
|
106
111
|
setTimeout(() => {
|
|
107
112
|
var v;
|
|
108
113
|
const m = ee(a);
|
|
109
|
-
((v =
|
|
114
|
+
((v = l.document.activeElement) === null || v === void 0 ? void 0 : v.tagName) === "IFRAME" && !(m != null && m.contains(l.document.activeElement)) && e(c);
|
|
110
115
|
}, 0);
|
|
111
116
|
}, { passive: !0 })
|
|
112
|
-
].filter(Boolean),
|
|
113
|
-
return
|
|
114
|
-
stop:
|
|
117
|
+
].filter(Boolean), S = () => X.forEach((c) => c());
|
|
118
|
+
return E ? {
|
|
119
|
+
stop: S,
|
|
115
120
|
cancel: () => {
|
|
116
|
-
|
|
121
|
+
y = !1;
|
|
117
122
|
},
|
|
118
123
|
trigger: (c) => {
|
|
119
|
-
|
|
124
|
+
y = !0, N(c), y = !1;
|
|
120
125
|
}
|
|
121
|
-
} :
|
|
126
|
+
} : S;
|
|
122
127
|
}
|
|
123
128
|
const sa = {
|
|
124
129
|
key: 1,
|
|
125
130
|
class: "content-card__media"
|
|
126
|
-
},
|
|
131
|
+
}, oa = ["src", "alt"], la = { class: "content-card__body" }, ra = { class: "content-card__heading-row" }, na = { class: "content-card__heading-left" }, ia = { class: "content-card__heading-meta" }, ua = {
|
|
127
132
|
"data-slot": "badge",
|
|
128
133
|
class: "content-card__badge"
|
|
129
134
|
}, da = { class: "content-card__category" }, ca = {
|
|
@@ -155,24 +160,24 @@ const sa = {
|
|
|
155
160
|
as: { default: "div" }
|
|
156
161
|
},
|
|
157
162
|
setup(a) {
|
|
158
|
-
const e = a, n = h(() => `h${e.titleHeadingLevel}`),
|
|
159
|
-
return (d, g) => (s(),
|
|
163
|
+
const e = a, n = h(() => `h${e.titleHeadingLevel}`), l = h(() => e.width === "fluid" ? "content-card--width-fluid" : e.width === "custom" ? "content-card--width-custom" : "content-card--width-default"), _ = h(() => e.width !== "custom" ? void 0 : { "--content-card-max-width": typeof e.maxWidth == "number" ? `${e.maxWidth}px` : e.maxWidth });
|
|
164
|
+
return (d, g) => (s(), U(k(We), Ge({
|
|
160
165
|
as: a.as,
|
|
161
166
|
"as-child": a.asChild,
|
|
162
|
-
class: k(V)("content-card",
|
|
167
|
+
class: k(V)("content-card", l.value, e.class),
|
|
163
168
|
style: _.value,
|
|
164
169
|
"data-slot": "content-card"
|
|
165
170
|
}, d.$attrs), {
|
|
166
171
|
default: z(() => [
|
|
167
172
|
a.asChild ? D(d.$slots, "default", { key: 0 }, void 0, !0) : f("", !0),
|
|
168
|
-
e.imageSrc !== null ? (s(),
|
|
173
|
+
e.imageSrc !== null ? (s(), o("div", sa, [
|
|
169
174
|
t("img", {
|
|
170
175
|
class: "content-card__media-img",
|
|
171
176
|
src: e.imageSrc,
|
|
172
177
|
alt: e.imageAlt
|
|
173
|
-
}, null, 8,
|
|
178
|
+
}, null, 8, oa)
|
|
174
179
|
])) : f("", !0),
|
|
175
|
-
t("div",
|
|
180
|
+
t("div", la, [
|
|
176
181
|
t("div", ra, [
|
|
177
182
|
t("div", na, [
|
|
178
183
|
t("div", ia, [
|
|
@@ -181,7 +186,7 @@ const sa = {
|
|
|
181
186
|
]),
|
|
182
187
|
t("p", da, p(e.category), 1)
|
|
183
188
|
]),
|
|
184
|
-
(s(),
|
|
189
|
+
(s(), U(J(n.value), { class: "content-card__title" }, {
|
|
185
190
|
default: z(() => [
|
|
186
191
|
de(p(e.title), 1)
|
|
187
192
|
]),
|
|
@@ -192,7 +197,7 @@ const sa = {
|
|
|
192
197
|
D(d.$slots, "header-accessory", {}, void 0, !0)
|
|
193
198
|
])
|
|
194
199
|
]),
|
|
195
|
-
e.contentText != null ? (s(),
|
|
200
|
+
e.contentText != null ? (s(), o("div", _a, [
|
|
196
201
|
t("p", ha, p(e.contentText), 1)
|
|
197
202
|
])) : f("", !0),
|
|
198
203
|
t("div", pa, [
|
|
@@ -221,11 +226,11 @@ function fa(a) {
|
|
|
221
226
|
return a ? a.loading || a.apps.length > 0 ? !0 : a.empty === "message" : !1;
|
|
222
227
|
}
|
|
223
228
|
function ba(a) {
|
|
224
|
-
var e, n,
|
|
229
|
+
var e, n, l, _, d;
|
|
225
230
|
return {
|
|
226
231
|
trigger: ((e = a == null ? void 0 : a.labels) == null ? void 0 : e.trigger) ?? j.trigger,
|
|
227
232
|
nav: ((n = a == null ? void 0 : a.labels) == null ? void 0 : n.nav) ?? j.nav,
|
|
228
|
-
title: ((
|
|
233
|
+
title: ((l = a == null ? void 0 : a.labels) == null ? void 0 : l.title) ?? j.title,
|
|
229
234
|
teaserTitle: ((_ = a == null ? void 0 : a.labels) == null ? void 0 : _.teaserTitle) ?? j.teaserTitle,
|
|
230
235
|
teaserDescription: ((d = a == null ? void 0 : a.labels) == null ? void 0 : d.teaserDescription) ?? j.teaserDescription
|
|
231
236
|
};
|
|
@@ -233,29 +238,29 @@ function ba(a) {
|
|
|
233
238
|
function ga(a) {
|
|
234
239
|
return (a == null ? void 0 : a.emptyMessage) ?? ka;
|
|
235
240
|
}
|
|
236
|
-
function
|
|
241
|
+
function Sa(a) {
|
|
237
242
|
var e, n;
|
|
238
243
|
return !!((n = (e = a == null ? void 0 : a.mobile) == null ? void 0 : e.items) != null && n.length);
|
|
239
244
|
}
|
|
240
|
-
function
|
|
245
|
+
function ya(a) {
|
|
241
246
|
var e;
|
|
242
247
|
return !!((e = a == null ? void 0 : a.items) != null && e.length);
|
|
243
248
|
}
|
|
244
249
|
function Ie(a) {
|
|
245
250
|
var e, n;
|
|
246
|
-
return ((n = (e = a == null ? void 0 : a.mobile) == null ? void 0 : e.items) == null ? void 0 : n.map((
|
|
247
|
-
label:
|
|
248
|
-
url:
|
|
251
|
+
return ((n = (e = a == null ? void 0 : a.mobile) == null ? void 0 : e.items) == null ? void 0 : n.map((l) => ({
|
|
252
|
+
label: l.label,
|
|
253
|
+
url: l.href
|
|
249
254
|
}))) ?? [];
|
|
250
255
|
}
|
|
251
|
-
function
|
|
256
|
+
function Ca(a) {
|
|
252
257
|
var e;
|
|
253
258
|
return ((e = a == null ? void 0 : a.items) == null ? void 0 : e.length) === 1 && Ie(a).length > 0;
|
|
254
259
|
}
|
|
255
|
-
function
|
|
256
|
-
var
|
|
257
|
-
const e = a == null ? void 0 : a.labels, n = a == null ? void 0 : a.mobile,
|
|
258
|
-
return { teaserTitle: _, teaserDescription: d, nav:
|
|
260
|
+
function wa(a) {
|
|
261
|
+
var y, x;
|
|
262
|
+
const e = a == null ? void 0 : a.labels, n = a == null ? void 0 : a.mobile, l = (x = (y = a == null ? void 0 : a.items) == null ? void 0 : y[0]) == null ? void 0 : x.label, _ = (e == null ? void 0 : e.teaserTitle) ?? (n == null ? void 0 : n.heading) ?? ve.teaserTitle, d = (e == null ? void 0 : e.teaserDescription) ?? (n == null ? void 0 : n.subtitle) ?? (l ? `Signed in as ${l}` : ""), g = (e == null ? void 0 : e.title) ?? (n == null ? void 0 : n.heading) ?? ve.title, E = (e == null ? void 0 : e.nav) ?? ve.nav;
|
|
263
|
+
return { teaserTitle: _, teaserDescription: d, nav: E, title: g };
|
|
259
264
|
}
|
|
260
265
|
function Aa(a) {
|
|
261
266
|
var e, n;
|
|
@@ -264,10 +269,10 @@ function Aa(a) {
|
|
|
264
269
|
lockupVariant: ((e = a.lockup) == null ? void 0 : e.variant) ?? "default"
|
|
265
270
|
} : (n = a.lockup) != null && n.variant ? { mode: "builtin", lockupVariant: a.lockup.variant } : { mode: "hidden", lockupVariant: "default" };
|
|
266
271
|
}
|
|
267
|
-
function
|
|
272
|
+
function Ta(a) {
|
|
268
273
|
return a.mobileMenuAriaLabel ? a.mobileMenuAriaLabel : a.showAppSwitcher && !a.hasStructuredNavigation && !a.hasAccountMobileTier ? "Equal Experts apps menu" : a.hasAccountMobileTier && !a.hasStructuredNavigation && !a.showAppSwitcher ? "Account menu" : "Navigation menu";
|
|
269
274
|
}
|
|
270
|
-
const
|
|
275
|
+
const $a = /* @__PURE__ */ q({
|
|
271
276
|
__name: "EELogo",
|
|
272
277
|
props: {
|
|
273
278
|
class: {},
|
|
@@ -275,20 +280,20 @@ const Ea = /* @__PURE__ */ q({
|
|
|
275
280
|
},
|
|
276
281
|
setup(a) {
|
|
277
282
|
const e = a;
|
|
278
|
-
return (n,
|
|
283
|
+
return (n, l) => (s(), o("svg", {
|
|
279
284
|
class: I(["ee-logo", `ee-logo--${e.textColor}`, e.class]),
|
|
280
285
|
viewBox: "0 0 500 133",
|
|
281
286
|
fill: "none",
|
|
282
287
|
xmlns: "http://www.w3.org/2000/svg",
|
|
283
288
|
"aria-label": "Equal Experts logo"
|
|
284
|
-
}, [...
|
|
285
|
-
|
|
289
|
+
}, [...l[0] || (l[0] = [
|
|
290
|
+
Ze('<g clip-path="url(#ee-logo-clip-vue)" data-v-361cfd9c><g class="ee-logo__text" data-v-361cfd9c><path d="M220.235 1.45712L219.413 13.0751H197.72V23.2946H216.859V34.844H197.72V45.3862H219.667V57.0237H184.687V1.45712H220.235Z" data-v-361cfd9c></path><path d="M227.495 29.0742C227.495 11.6766 233.601 0.136902 250.675 0.136902C267.75 0.136902 273.855 11.6766 273.855 29.0742V29.3382C273.855 41.4549 270.92 50.6084 263.454 55.2243L271.869 65.0037L260.568 70.7736L252.446 58.256C251.872 58.3312 251.293 58.3606 250.714 58.344C233.64 58.344 227.534 46.7945 227.534 29.3187L227.495 29.0742ZM241.194 29.2307C241.194 40.6921 243.669 46.55 250.685 46.55C257.701 46.55 260.254 40.6823 260.254 29.2307C260.254 17.779 257.691 11.9211 250.685 11.9211C243.679 11.9211 241.194 17.8572 241.194 29.2307Z" data-v-361cfd9c></path><path d="M295.871 1.36911V35.2059C295.871 42.7947 297.436 46.5891 304.119 46.5891C310.802 46.5891 312.368 42.7947 312.368 35.2059V1.36911H325.401V35.8318C325.401 50.5009 320.284 58.3244 304.119 58.3244C287.955 58.3244 282.847 50.5009 282.847 35.8318V1.36911H295.871Z" data-v-361cfd9c></path><path d="M361.282 1.45712C365.734 13.0751 373.493 37.0737 378.894 57.014H365.656L363.258 46.462H346.38L343.982 57.014H330.724C335.651 38.2094 341.53 19.6666 348.337 1.45712H361.282ZM354.599 16.7032C352.544 22.8838 350.89 28.9079 349.315 34.844H360.294C358.562 28.9079 356.996 22.8838 355.01 16.7032H354.599Z" data-v-361cfd9c></path><path d="M399.139 1.45712V45.3862H421.076V57.0237H386.106V1.45712H399.139Z" data-v-361cfd9c></path></g><path d="M102.74 38.8927H40.5969V57.5323H102.74V38.8927Z" fill="#1795D4" data-v-361cfd9c></path><path d="M102.74 75.3895H40.5969V93.029H102.74V75.3895Z" fill="#1795D4" data-v-361cfd9c></path><path d="M0.489227 2.44485V20.7938V110.382V128.741H19.1389H56.6732V110.382H19.1389V20.7938H56.6732V2.44485H19.1389H0.489227Z" fill="#1795D4" data-v-361cfd9c></path><path d="M124.198 2.44485H85.6262V21.0844H124.198V112.092H85.6262V130.741H124.198H142.847V112.092V21.0844V2.44485H124.198Z" fill="#1795D4" data-v-361cfd9c></path><g class="ee-logo__text" data-v-361cfd9c><path d="M220.235 75.2819L219.413 86.9096H197.72V97.1291H216.859V108.679H197.72V119.231H219.667V130.849H184.687V75.2819H220.235Z" data-v-361cfd9c></path><path d="M240.773 75.3015C243.17 80.1912 246.712 87.0368 249.677 92.2101H249.931C252.984 87.2519 256.614 80.1716 258.924 75.3015H273.601C269.687 83.2228 263.63 93.6868 258.014 102.928L274.765 130.868H259.168L250.088 113.969H249.853L240.616 130.868H225.264L241.683 102.821C236.487 94.0193 229.941 82.1275 226.174 75.2819L240.773 75.3015Z" data-v-361cfd9c></path><path d="M296.204 75.3015C301.096 75.3015 305.939 75.634 309.648 76.8759C315.842 79.0959 319.873 85.1982 319.873 93.7748C319.873 106.39 311.879 112.649 298.425 112.649H294.804V130.849H281.8V75.3015H296.204ZM294.804 101.021H297.358C302.965 101.021 306.164 100.366 306.164 93.7748C306.164 91.3006 305.254 89.1589 303.767 88.1614C302.28 87.1639 300.313 86.9292 297.505 86.9292H294.785L294.804 101.021Z" data-v-361cfd9c></path><path d="M363.924 75.2819L363.092 86.9096H341.399V97.1291H360.538V108.679H341.399V119.231H363.346V130.849H328.366V75.2819H363.924Z" data-v-361cfd9c></path><path d="M387.593 75.3015C392.485 75.3015 397.329 75.634 401.037 76.8759C407.221 79.0959 411.262 85.1884 411.262 93.7748C411.262 101.442 408.327 106.801 402.935 109.764L412.994 130.868H399.472L391.468 112.571C390.558 112.649 389.325 112.649 388.17 112.649H386.213V130.849H373.151V75.3015H387.593ZM386.194 101.276H388.748C394.354 101.276 397.554 100.366 397.554 93.7748C397.554 91.3006 396.644 88.9926 395.166 87.9951C393.689 86.9976 391.859 86.7629 388.885 86.7629H386.174L386.194 101.276Z" data-v-361cfd9c></path><path d="M456.957 75.2819L456.135 86.9096H442.857V130.849H429.824V86.9096H416.213V75.2819H456.957Z" data-v-361cfd9c></path><path d="M495.978 89.1393C492.031 87.0587 487.652 85.93 483.19 85.8437C481.553 85.7535 479.918 86.0343 478.405 86.6651C477.672 86.9348 477.045 87.4311 476.613 88.0819C476.182 88.7326 475.97 89.5039 476.008 90.2835C476.008 93.2174 478.943 94.9874 483.024 96.6401L487.642 98.4493C495.89 101.755 499.765 106.204 499.765 114.282C499.765 127.142 490.362 132.169 479.061 132.169C473.816 132.084 468.616 131.197 463.64 129.538L464.217 117.001C468.488 119.008 473.113 120.154 477.828 120.375C483.767 120.375 486.076 118.888 486.076 115.485C486.076 112.277 483.933 110.869 479.227 108.972L474.609 107.163C467.926 104.522 462.319 99.8282 462.319 90.5965C462.319 81.3647 469.002 73.9715 482.524 73.9715C487.385 74.0422 492.192 74.9931 496.712 76.7782L495.978 89.1393Z" data-v-361cfd9c></path></g></g><defs data-v-361cfd9c><clipPath id="ee-logo-clip-vue" data-v-361cfd9c><rect width="500" height="133" fill="white" data-v-361cfd9c></rect></clipPath></defs>', 2)
|
|
286
291
|
])], 2));
|
|
287
292
|
}
|
|
288
|
-
}),
|
|
293
|
+
}), Y = /* @__PURE__ */ se($a, [["__scopeId", "data-v-361cfd9c"]]), Ea = { class: "kuat-header__desktop" }, La = { class: "kuat-header__desktop-left" }, xa = {
|
|
289
294
|
key: 0,
|
|
290
295
|
class: "shrink-0"
|
|
291
|
-
},
|
|
296
|
+
}, Ha = { class: "shrink-0" }, Va = {
|
|
292
297
|
key: 2,
|
|
293
298
|
class: "kuat-header__desktop-demo-lockup"
|
|
294
299
|
}, Da = {
|
|
@@ -300,25 +305,25 @@ const Ea = /* @__PURE__ */ q({
|
|
|
300
305
|
}, Ra = { class: "kuat-header__desktop-right" }, Na = {
|
|
301
306
|
key: 0,
|
|
302
307
|
"aria-label": "Primary navigation"
|
|
303
|
-
}, Ba = { class: "kuat-header__nav-items" }, Pa = ["href"],
|
|
308
|
+
}, Ba = { class: "kuat-header__nav-items" }, Pa = ["href"], Ua = {
|
|
304
309
|
key: 1,
|
|
305
310
|
class: "kuat-header__nav-dropdown-wrap"
|
|
306
|
-
},
|
|
311
|
+
}, Fa = ["aria-expanded", "onClick"], Ga = {
|
|
307
312
|
class: "kuat-header__dropdown-content kuat-header__nav-dropdown-panel",
|
|
308
313
|
role: "menu"
|
|
309
|
-
},
|
|
314
|
+
}, Za = ["href"], Ka = {
|
|
310
315
|
key: 1,
|
|
311
316
|
class: "kuat-header__nav"
|
|
312
317
|
}, qa = {
|
|
313
318
|
class: "kuat-header__dropdown-content kuat-header__nav-dropdown-panel kuat-header__app-switcher-panel kuat-header__nav-dropdown-panel--end",
|
|
314
319
|
role: "menu"
|
|
315
|
-
}, Wa = { class: "kuat-header__app-switcher-scroll" }, za = ["href", "target", "rel", "onClick"],
|
|
320
|
+
}, Wa = { class: "kuat-header__app-switcher-scroll" }, za = ["href", "target", "rel", "onClick"], Ya = { class: "kuat-header__app-switcher-text" }, Xa = { class: "kuat-header__app-switcher-label" }, ja = {
|
|
316
321
|
key: 0,
|
|
317
322
|
class: "kuat-header__app-switcher-desc"
|
|
318
|
-
},
|
|
323
|
+
}, Ja = {
|
|
319
324
|
key: 2,
|
|
320
325
|
class: "kuat-header__app-switcher-empty px-3 py-3 text-muted-foreground text-sm"
|
|
321
|
-
},
|
|
326
|
+
}, Qa = {
|
|
322
327
|
key: 3,
|
|
323
328
|
class: "kuat-header__actions-items"
|
|
324
329
|
}, et = {
|
|
@@ -327,7 +332,7 @@ const Ea = /* @__PURE__ */ q({
|
|
|
327
332
|
}, at = ["aria-expanded"], tt = { class: "hidden sm:inline" }, st = {
|
|
328
333
|
class: "kuat-header__dropdown-content kuat-header__nav-dropdown-panel",
|
|
329
334
|
role: "menu"
|
|
330
|
-
},
|
|
335
|
+
}, ot = ["href"], lt = ["href"], rt = {
|
|
331
336
|
key: 4,
|
|
332
337
|
class: "kuat-header__actions"
|
|
333
338
|
}, nt = { class: "kuat-header__mobile" }, it = { class: "kuat-header__mobile-left" }, ut = {
|
|
@@ -352,22 +357,22 @@ const Ea = /* @__PURE__ */ q({
|
|
|
352
357
|
key: 1,
|
|
353
358
|
"aria-hidden": "",
|
|
354
359
|
class: "kuat-header__mobile-sheet-header-spacer"
|
|
355
|
-
}, bt = ["aria-hidden", "inert"], gt = { class: "kuat-header__mobile-panel-inner" },
|
|
360
|
+
}, bt = ["aria-hidden", "inert"], gt = { class: "kuat-header__mobile-panel-inner" }, St = { class: "kuat-header__mobile-sheet-nav" }, yt = {
|
|
356
361
|
key: 0,
|
|
357
362
|
"aria-label": "Primary navigation"
|
|
358
|
-
},
|
|
363
|
+
}, Ct = { class: "kuat-header__mobile-list" }, wt = ["href"], At = {
|
|
359
364
|
key: 0,
|
|
360
365
|
class: "kuat-header__mobile-sub-list"
|
|
361
|
-
},
|
|
366
|
+
}, Tt = ["href"], $t = {
|
|
362
367
|
key: 0,
|
|
363
368
|
class: "kuat-header__mobile-sheet-sticky"
|
|
364
|
-
},
|
|
369
|
+
}, Et = {
|
|
365
370
|
key: 0,
|
|
366
371
|
class: "kuat-header__mobile-app-teaser-wrap"
|
|
367
|
-
}, Lt = ["aria-label"],
|
|
372
|
+
}, Lt = ["aria-label"], xt = {
|
|
368
373
|
class: "kuat-header__mobile-app-teaser-icon shrink-0",
|
|
369
374
|
"aria-hidden": ""
|
|
370
|
-
},
|
|
375
|
+
}, Ht = { class: "kuat-header__mobile-app-teaser-text" }, Vt = { class: "kuat-header__mobile-app-teaser-title" }, Dt = {
|
|
371
376
|
key: 0,
|
|
372
377
|
class: "kuat-header__mobile-app-teaser-desc"
|
|
373
378
|
}, It = {
|
|
@@ -376,19 +381,19 @@ const Ea = /* @__PURE__ */ q({
|
|
|
376
381
|
}, Mt = ["aria-label"], Ot = { class: "kuat-header__mobile-app-teaser-text" }, Rt = { class: "kuat-header__mobile-app-teaser-title" }, Nt = { class: "kuat-header__mobile-app-teaser-desc" }, Bt = {
|
|
377
382
|
key: 0,
|
|
378
383
|
class: "kuat-header__mobile-sheet-actions"
|
|
379
|
-
}, Pt = { class: "kuat-header__mobile-list" },
|
|
384
|
+
}, Pt = { class: "kuat-header__mobile-list" }, Ut = ["href"], Ft = { class: "kuat-header__mobile-action-icon" }, Gt = ["aria-hidden"], Zt = { class: "kuat-header__mobile-apps-heading" }, Kt = ["aria-label"], qt = {
|
|
380
385
|
key: 0,
|
|
381
386
|
class: "kuat-header__mobile-list"
|
|
382
387
|
}, Wt = {
|
|
383
388
|
key: 1,
|
|
384
389
|
class: "kuat-header__mobile-list"
|
|
385
|
-
}, zt = ["href", "target", "rel", "onClick"],
|
|
390
|
+
}, zt = ["href", "target", "rel", "onClick"], Yt = { class: "kuat-header__mobile-app-link-text" }, Xt = { class: "kuat-header__mobile-app-link-label" }, jt = {
|
|
386
391
|
key: 0,
|
|
387
392
|
class: "kuat-header__mobile-app-link-desc"
|
|
388
|
-
},
|
|
393
|
+
}, Jt = {
|
|
389
394
|
key: 2,
|
|
390
395
|
class: "kuat-header__mobile-apps-empty px-3 text-sm text-muted-foreground"
|
|
391
|
-
},
|
|
396
|
+
}, Qt = ["aria-hidden"], es = { class: "kuat-header__mobile-apps-heading" }, as = ["aria-label"], ts = { class: "kuat-header__mobile-list" }, ss = ["href"], os = { class: "kuat-header__mobile-app-link-text" }, ls = { class: "kuat-header__mobile-app-link-label" }, Ys = /* @__PURE__ */ q({
|
|
392
397
|
__name: "KuatHeader",
|
|
393
398
|
props: {
|
|
394
399
|
class: {},
|
|
@@ -401,11 +406,11 @@ const Ea = /* @__PURE__ */ q({
|
|
|
401
406
|
mobileMenuAriaLabel: {}
|
|
402
407
|
},
|
|
403
408
|
setup(a) {
|
|
404
|
-
const e = a, n = Ke(),
|
|
409
|
+
const e = a, n = Ke(), l = h(() => !!n.logo), _ = h(
|
|
405
410
|
() => !!(n["account-markup"] ?? n.actions)
|
|
406
411
|
), d = h(
|
|
407
412
|
() => Aa({
|
|
408
|
-
logo:
|
|
413
|
+
logo: l.value ? !0 : void 0,
|
|
409
414
|
lockup: e.lockup
|
|
410
415
|
})
|
|
411
416
|
), g = h(
|
|
@@ -413,29 +418,29 @@ const Ea = /* @__PURE__ */ q({
|
|
|
413
418
|
var i;
|
|
414
419
|
return !!((i = e.navigationItems) != null && i.length);
|
|
415
420
|
}
|
|
416
|
-
),
|
|
417
|
-
() =>
|
|
418
|
-
),
|
|
419
|
-
() => g.value ||
|
|
421
|
+
), E = h(() => ya(e.account)), y = h(
|
|
422
|
+
() => Sa(e.account)
|
|
423
|
+
), x = h(
|
|
424
|
+
() => g.value || E.value || _.value
|
|
420
425
|
), A = h(
|
|
421
426
|
() => ba(e.appSwitcher)
|
|
422
|
-
),
|
|
427
|
+
), T = h(() => wa(e.account)), N = h(() => {
|
|
423
428
|
var i, r;
|
|
424
429
|
return (r = (i = e.account) == null ? void 0 : i.mobile) == null ? void 0 : r.items;
|
|
425
|
-
}),
|
|
426
|
-
() =>
|
|
427
|
-
),
|
|
430
|
+
}), F = h(
|
|
431
|
+
() => Ca(e.account)
|
|
432
|
+
), X = h(
|
|
428
433
|
() => Ie(e.account)
|
|
429
|
-
),
|
|
430
|
-
() => !n["mobile-menu"] && (
|
|
434
|
+
), S = h(() => fa(e.appSwitcher)), c = h(
|
|
435
|
+
() => !n["mobile-menu"] && (x.value || S.value || y.value)
|
|
431
436
|
), v = h(
|
|
432
|
-
() =>
|
|
437
|
+
() => Ta({
|
|
433
438
|
mobileMenuAriaLabel: e.mobileMenuAriaLabel,
|
|
434
|
-
showAppSwitcher:
|
|
439
|
+
showAppSwitcher: S.value,
|
|
435
440
|
hasStructuredNavigation: g.value,
|
|
436
|
-
hasAccountMobileTier:
|
|
441
|
+
hasAccountMobileTier: y.value
|
|
437
442
|
})
|
|
438
|
-
), m =
|
|
443
|
+
), m = H(!1), b = H("main"), B = H(null), oe = H(null), ke = H(null), fe = H(null), be = H(null), ge = H(null), Se = H(null), G = H(!1), P = H(null), le = h(() => e.variant === "bold" ? "white" : "grey"), W = h(() => d.value.lockupVariant), Me = h(
|
|
439
444
|
() => d.value.mode === "builtin" && W.value === "default"
|
|
440
445
|
), Oe = h(
|
|
441
446
|
() => d.value.mode === "builtin" && W.value === "demo"
|
|
@@ -444,16 +449,16 @@ const Ea = /* @__PURE__ */ q({
|
|
|
444
449
|
), Ne = h(
|
|
445
450
|
() => d.value.mode === "builtin" && W.value === "demo"
|
|
446
451
|
);
|
|
447
|
-
ta(
|
|
448
|
-
|
|
449
|
-
}),
|
|
450
|
-
var r,
|
|
451
|
-
i && ((
|
|
452
|
-
}),
|
|
452
|
+
ta(Se, () => {
|
|
453
|
+
G.value = !1;
|
|
454
|
+
}), Q(G, (i) => {
|
|
455
|
+
var r, C;
|
|
456
|
+
i && ((C = (r = e.appSwitcher) == null ? void 0 : r.onOpen) == null || C.call(r));
|
|
457
|
+
}), Q(m, (i) => {
|
|
453
458
|
typeof document > "u" || (i ? (document.body.style.overflow = "hidden", b.value = "main") : (document.body.style.overflow = "", b.value = "main"));
|
|
454
|
-
}),
|
|
455
|
-
var
|
|
456
|
-
r && !i && B.value && ((R = (
|
|
459
|
+
}), Q(m, (i, r) => {
|
|
460
|
+
var C, R;
|
|
461
|
+
r && !i && B.value && ((R = (C = B.value.$el) == null ? void 0 : C.focus) == null || R.call(C));
|
|
457
462
|
}), ue(
|
|
458
463
|
() => document,
|
|
459
464
|
"keydown",
|
|
@@ -463,101 +468,101 @@ const Ea = /* @__PURE__ */ q({
|
|
|
463
468
|
i.preventDefault(), m.value = !1;
|
|
464
469
|
return;
|
|
465
470
|
}
|
|
466
|
-
if (i.key !== "Tab" || !
|
|
467
|
-
const r =
|
|
471
|
+
if (i.key !== "Tab" || !oe.value) return;
|
|
472
|
+
const r = oe.value.querySelectorAll(
|
|
468
473
|
"button, a, [tabindex]:not([tabindex='-1'])"
|
|
469
474
|
);
|
|
470
475
|
if (!r.length) return;
|
|
471
|
-
const
|
|
472
|
-
i.shiftKey && document.activeElement ===
|
|
476
|
+
const C = r[0], R = r[r.length - 1];
|
|
477
|
+
i.shiftKey && document.activeElement === C ? (i.preventDefault(), R.focus()) : !i.shiftKey && document.activeElement === R && (i.preventDefault(), C.focus());
|
|
473
478
|
},
|
|
474
479
|
{ passive: !1 }
|
|
475
|
-
),
|
|
480
|
+
), Q([m, b], () => {
|
|
476
481
|
m.value && requestAnimationFrame(() => {
|
|
477
482
|
var r;
|
|
478
|
-
const i =
|
|
483
|
+
const i = oe.value;
|
|
479
484
|
(r = i == null ? void 0 : i.querySelector("button, a, [tabindex]:not([tabindex='-1'])")) == null || r.focus();
|
|
480
485
|
});
|
|
481
486
|
});
|
|
482
487
|
const Be = h(
|
|
483
488
|
() => V("kuat-header", `kuat-header--${e.variant}`, e.class)
|
|
484
|
-
),
|
|
489
|
+
), ye = h(
|
|
485
490
|
() => ga(e.appSwitcher)
|
|
486
491
|
);
|
|
487
|
-
function
|
|
488
|
-
var r,
|
|
489
|
-
(
|
|
492
|
+
function Ce(i) {
|
|
493
|
+
var r, C;
|
|
494
|
+
(C = (r = e.appSwitcher) == null ? void 0 : r.onSelect) == null || C.call(r, i), G.value = !1;
|
|
490
495
|
}
|
|
491
496
|
function Pe() {
|
|
492
497
|
var i, r;
|
|
493
498
|
(r = (i = e.appSwitcher) == null ? void 0 : i.onOpen) == null || r.call(i), b.value = "apps", requestAnimationFrame(() => {
|
|
494
499
|
var R;
|
|
495
|
-
const
|
|
496
|
-
|
|
500
|
+
const C = (R = ge.value) == null ? void 0 : R.querySelector("a, button");
|
|
501
|
+
C == null || C.focus();
|
|
497
502
|
});
|
|
498
503
|
}
|
|
499
|
-
function
|
|
504
|
+
function Ue() {
|
|
500
505
|
b.value = "account", requestAnimationFrame(() => {
|
|
501
506
|
var r;
|
|
502
507
|
const i = (r = be.value) == null ? void 0 : r.querySelector("a");
|
|
503
508
|
i == null || i.focus();
|
|
504
509
|
});
|
|
505
510
|
}
|
|
506
|
-
function
|
|
511
|
+
function Fe() {
|
|
507
512
|
const i = b.value;
|
|
508
513
|
b.value = "main", requestAnimationFrame(() => {
|
|
509
|
-
var r,
|
|
510
|
-
i === "apps" ? (r = ke.value) == null || r.focus() : i === "account" && ((
|
|
514
|
+
var r, C;
|
|
515
|
+
i === "apps" ? (r = ke.value) == null || r.focus() : i === "account" && ((C = fe.value) == null || C.focus());
|
|
511
516
|
});
|
|
512
517
|
}
|
|
513
|
-
return
|
|
518
|
+
return He(() => {
|
|
514
519
|
typeof document < "u" && (document.body.style.overflow = "");
|
|
515
520
|
}), (i, r) => {
|
|
516
|
-
var
|
|
517
|
-
return s(),
|
|
521
|
+
var C, R, _e, we, Ae, Te, $e, Ee;
|
|
522
|
+
return s(), o("header", {
|
|
518
523
|
class: I(Be.value)
|
|
519
524
|
}, [
|
|
520
|
-
t("div",
|
|
525
|
+
t("div", Ea, [
|
|
521
526
|
t("div", La, [
|
|
522
|
-
|
|
527
|
+
l.value ? (s(), o("div", xa, [
|
|
523
528
|
D(i.$slots, "logo", {
|
|
524
529
|
variant: e.variant
|
|
525
530
|
})
|
|
526
|
-
])) : Me.value ? (s(),
|
|
527
|
-
t("div",
|
|
528
|
-
|
|
531
|
+
])) : Me.value ? (s(), o($, { key: 1 }, [
|
|
532
|
+
t("div", Ha, [
|
|
533
|
+
w(Y, {
|
|
529
534
|
class: "ee-logo--desktop shrink-0",
|
|
530
|
-
"text-color":
|
|
535
|
+
"text-color": le.value
|
|
531
536
|
}, null, 8, ["text-color"])
|
|
532
537
|
]),
|
|
533
|
-
|
|
538
|
+
w(k(xe), {
|
|
534
539
|
orientation: "vertical",
|
|
535
540
|
class: "kuat-header__separator"
|
|
536
541
|
})
|
|
537
|
-
], 64)) : Oe.value ? (s(),
|
|
538
|
-
e.title ? (s(),
|
|
542
|
+
], 64)) : Oe.value ? (s(), o("div", Va, [
|
|
543
|
+
e.title ? (s(), o("h1", Da, p(e.title), 1)) : f("", !0),
|
|
539
544
|
t("div", Ia, [
|
|
540
545
|
r[6] || (r[6] = t("span", { class: "kuat-header__demo-label" }, "A demo by", -1)),
|
|
541
546
|
t("div", Ma, [
|
|
542
|
-
|
|
547
|
+
w(Y, {
|
|
543
548
|
class: "ee-logo--desktop shrink-0",
|
|
544
|
-
"text-color":
|
|
549
|
+
"text-color": le.value
|
|
545
550
|
}, null, 8, ["text-color"])
|
|
546
551
|
])
|
|
547
552
|
])
|
|
548
553
|
])) : f("", !0),
|
|
549
|
-
e.title && W.value === "default" ? (s(),
|
|
554
|
+
e.title && W.value === "default" ? (s(), o("h1", Oa, p(e.title), 1)) : f("", !0),
|
|
550
555
|
D(i.$slots, "title")
|
|
551
556
|
]),
|
|
552
557
|
t("div", Ra, [
|
|
553
|
-
g.value ? (s(),
|
|
558
|
+
g.value ? (s(), o("nav", Na, [
|
|
554
559
|
t("div", Ba, [
|
|
555
|
-
(s(!0),
|
|
560
|
+
(s(!0), o($, null, O(e.navigationItems, (u, M) => {
|
|
556
561
|
var L;
|
|
557
|
-
return s(),
|
|
562
|
+
return s(), o($, {
|
|
558
563
|
key: `${u.label}-${u.url}`
|
|
559
564
|
}, [
|
|
560
|
-
(L = u.items) != null && L.length ? (s(),
|
|
565
|
+
(L = u.items) != null && L.length ? (s(), o("div", Ua, [
|
|
561
566
|
t("button", {
|
|
562
567
|
type: "button",
|
|
563
568
|
class: I(k(V)(
|
|
@@ -566,26 +571,26 @@ const Ea = /* @__PURE__ */ q({
|
|
|
566
571
|
)),
|
|
567
572
|
"aria-haspopup": "menu",
|
|
568
573
|
"aria-expanded": P.value === `nav-${M}`,
|
|
569
|
-
onClick: (
|
|
574
|
+
onClick: (Z) => P.value = P.value === `nav-${M}` ? null : `nav-${M}`
|
|
570
575
|
}, [
|
|
571
576
|
de(p(u.label) + " ", 1),
|
|
572
|
-
|
|
577
|
+
w(k(me), {
|
|
573
578
|
class: "h-4 w-4",
|
|
574
579
|
"aria-hidden": ""
|
|
575
580
|
})
|
|
576
|
-
], 10,
|
|
577
|
-
ae(t("div",
|
|
578
|
-
(s(!0),
|
|
579
|
-
key: `${
|
|
580
|
-
href:
|
|
581
|
+
], 10, Fa),
|
|
582
|
+
ae(t("div", Ga, [
|
|
583
|
+
(s(!0), o($, null, O(u.items, (Z) => (s(), o("a", {
|
|
584
|
+
key: `${Z.label}-${Z.url}`,
|
|
585
|
+
href: Z.url,
|
|
581
586
|
class: "kuat-header__dropdown-link block px-2 py-2",
|
|
582
587
|
role: "menuitem",
|
|
583
588
|
onClick: r[0] || (r[0] = (Ns) => P.value = null)
|
|
584
|
-
}, p(
|
|
589
|
+
}, p(Z.label), 9, Za))), 128))
|
|
585
590
|
], 512), [
|
|
586
591
|
[te, P.value === `nav-${M}`]
|
|
587
592
|
])
|
|
588
|
-
])) : (s(),
|
|
593
|
+
])) : (s(), o("a", {
|
|
589
594
|
key: 0,
|
|
590
595
|
href: u.url,
|
|
591
596
|
class: I(k(V)(
|
|
@@ -596,16 +601,16 @@ const Ea = /* @__PURE__ */ q({
|
|
|
596
601
|
], 64);
|
|
597
602
|
}), 128))
|
|
598
603
|
])
|
|
599
|
-
])) : i.$slots.navigation ? (s(),
|
|
604
|
+
])) : i.$slots.navigation ? (s(), o("nav", Ka, [
|
|
600
605
|
D(i.$slots, "navigation")
|
|
601
606
|
])) : f("", !0),
|
|
602
|
-
|
|
607
|
+
S.value ? (s(), o("div", {
|
|
603
608
|
key: 2,
|
|
604
609
|
ref_key: "desktopSwitcherRef",
|
|
605
|
-
ref:
|
|
610
|
+
ref: Se,
|
|
606
611
|
class: "kuat-header__nav-dropdown-wrap"
|
|
607
612
|
}, [
|
|
608
|
-
|
|
613
|
+
w(Je, {
|
|
609
614
|
type: "button",
|
|
610
615
|
variant: "ghost",
|
|
611
616
|
color: "ee-blue",
|
|
@@ -613,11 +618,11 @@ const Ea = /* @__PURE__ */ q({
|
|
|
613
618
|
class: "kuat-header__app-switcher-trigger",
|
|
614
619
|
"aria-label": A.value.trigger,
|
|
615
620
|
"aria-haspopup": "menu",
|
|
616
|
-
"aria-expanded":
|
|
617
|
-
onClick: r[1] || (r[1] = (u) =>
|
|
621
|
+
"aria-expanded": G.value,
|
|
622
|
+
onClick: r[1] || (r[1] = (u) => G.value = !G.value)
|
|
618
623
|
}, {
|
|
619
624
|
default: z(() => [
|
|
620
|
-
|
|
625
|
+
w(k(Le), {
|
|
621
626
|
class: "h-5 w-5",
|
|
622
627
|
"aria-hidden": ""
|
|
623
628
|
})
|
|
@@ -626,7 +631,7 @@ const Ea = /* @__PURE__ */ q({
|
|
|
626
631
|
}, 8, ["aria-label", "aria-expanded"]),
|
|
627
632
|
ae(t("div", qa, [
|
|
628
633
|
t("div", Wa, [
|
|
629
|
-
(
|
|
634
|
+
(C = e.appSwitcher) != null && C.loading ? (s(), o($, { key: 0 }, [
|
|
630
635
|
r[7] || (r[7] = t("div", {
|
|
631
636
|
class: "kuat-header__app-switcher-skeleton",
|
|
632
637
|
"aria-hidden": ""
|
|
@@ -639,30 +644,30 @@ const Ea = /* @__PURE__ */ q({
|
|
|
639
644
|
class: "kuat-header__app-switcher-skeleton",
|
|
640
645
|
"aria-hidden": ""
|
|
641
646
|
}, null, -1))
|
|
642
|
-
], 64)) : (R = e.appSwitcher) != null && R.apps.length ? (s(!0),
|
|
647
|
+
], 64)) : (R = e.appSwitcher) != null && R.apps.length ? (s(!0), o($, { key: 1 }, O(e.appSwitcher.apps, (u) => (s(), o("a", {
|
|
643
648
|
key: u.id,
|
|
644
649
|
href: u.href,
|
|
645
650
|
target: e.appSwitcher.linkTarget ?? "_self",
|
|
646
651
|
rel: e.appSwitcher.linkTarget === "_blank" ? "noopener noreferrer" : void 0,
|
|
647
652
|
class: "kuat-header__app-switcher-link",
|
|
648
653
|
role: "menuitem",
|
|
649
|
-
onClick: (M) =>
|
|
654
|
+
onClick: (M) => Ce(u)
|
|
650
655
|
}, [
|
|
651
|
-
t("span",
|
|
652
|
-
t("span",
|
|
653
|
-
u.description ? (s(),
|
|
656
|
+
t("span", Ya, [
|
|
657
|
+
t("span", Xa, p(u.label), 1),
|
|
658
|
+
u.description ? (s(), o("span", ja, p(u.description), 1)) : f("", !0)
|
|
654
659
|
])
|
|
655
|
-
], 8, za))), 128)) : (((_e = e.appSwitcher) == null ? void 0 : _e.empty) ?? "hide") === "message" ? (s(),
|
|
660
|
+
], 8, za))), 128)) : (((_e = e.appSwitcher) == null ? void 0 : _e.empty) ?? "hide") === "message" ? (s(), o("div", Ja, p(ye.value), 1)) : f("", !0)
|
|
656
661
|
])
|
|
657
662
|
], 512), [
|
|
658
|
-
[te,
|
|
663
|
+
[te, G.value]
|
|
659
664
|
])
|
|
660
665
|
], 512)) : f("", !0),
|
|
661
|
-
|
|
662
|
-
(s(!0),
|
|
666
|
+
E.value && e.account ? (s(), o("div", Qa, [
|
|
667
|
+
(s(!0), o($, null, O(e.account.items, (u, M) => (s(), o($, {
|
|
663
668
|
key: `${u.label}-${u.href}`
|
|
664
669
|
}, [
|
|
665
|
-
|
|
670
|
+
F.value && M === 0 ? (s(), o("div", et, [
|
|
666
671
|
t("button", {
|
|
667
672
|
type: "button",
|
|
668
673
|
class: I(k(V)(
|
|
@@ -673,28 +678,28 @@ const Ea = /* @__PURE__ */ q({
|
|
|
673
678
|
"aria-expanded": P.value === "account-menu",
|
|
674
679
|
onClick: r[2] || (r[2] = (L) => P.value = P.value === "account-menu" ? null : "account-menu")
|
|
675
680
|
}, [
|
|
676
|
-
(s(),
|
|
681
|
+
(s(), U(J(u.icon ?? k(re)), {
|
|
677
682
|
class: "h-4 w-4",
|
|
678
683
|
"aria-hidden": ""
|
|
679
684
|
})),
|
|
680
685
|
t("span", tt, p(u.label), 1),
|
|
681
|
-
|
|
686
|
+
w(k(me), {
|
|
682
687
|
class: "h-4 w-4",
|
|
683
688
|
"aria-hidden": ""
|
|
684
689
|
})
|
|
685
690
|
], 10, at),
|
|
686
691
|
ae(t("div", st, [
|
|
687
|
-
(s(!0),
|
|
692
|
+
(s(!0), o($, null, O(X.value, (L) => (s(), o("a", {
|
|
688
693
|
key: `${L.label}-${L.url}`,
|
|
689
694
|
href: L.url,
|
|
690
695
|
class: "kuat-header__dropdown-link block px-2 py-2",
|
|
691
696
|
role: "menuitem",
|
|
692
|
-
onClick: r[3] || (r[3] = (
|
|
693
|
-
}, p(L.label), 9,
|
|
697
|
+
onClick: r[3] || (r[3] = (Z) => P.value = null)
|
|
698
|
+
}, p(L.label), 9, ot))), 128))
|
|
694
699
|
], 512), [
|
|
695
700
|
[te, P.value === "account-menu"]
|
|
696
701
|
])
|
|
697
|
-
])) : (s(),
|
|
702
|
+
])) : (s(), o("a", {
|
|
698
703
|
key: 1,
|
|
699
704
|
href: u.href,
|
|
700
705
|
class: I(k(V)(
|
|
@@ -702,14 +707,14 @@ const Ea = /* @__PURE__ */ q({
|
|
|
702
707
|
e.variant === "bold" && "kuat-header__action-link--bold"
|
|
703
708
|
))
|
|
704
709
|
}, [
|
|
705
|
-
(s(),
|
|
710
|
+
(s(), U(J(u.icon ?? k(re)), {
|
|
706
711
|
class: "h-4 w-4",
|
|
707
712
|
"aria-hidden": ""
|
|
708
713
|
})),
|
|
709
714
|
t("span", null, p(u.label), 1)
|
|
710
|
-
], 10,
|
|
715
|
+
], 10, lt))
|
|
711
716
|
], 64))), 128))
|
|
712
|
-
])) : _.value ? (s(),
|
|
717
|
+
])) : _.value ? (s(), o("div", rt, [
|
|
713
718
|
D(i.$slots, "account-markup"),
|
|
714
719
|
D(i.$slots, "actions")
|
|
715
720
|
])) : f("", !0)
|
|
@@ -717,33 +722,33 @@ const Ea = /* @__PURE__ */ q({
|
|
|
717
722
|
]),
|
|
718
723
|
t("div", nt, [
|
|
719
724
|
t("div", it, [
|
|
720
|
-
|
|
725
|
+
l.value ? (s(), o("div", ut, [
|
|
721
726
|
D(i.$slots, "logo", {
|
|
722
727
|
variant: e.variant
|
|
723
728
|
})
|
|
724
|
-
])) : Re.value ? (s(),
|
|
725
|
-
|
|
729
|
+
])) : Re.value ? (s(), o("div", dt, [
|
|
730
|
+
w(Y, {
|
|
726
731
|
class: "ee-logo--mobile shrink-0",
|
|
727
|
-
"text-color":
|
|
732
|
+
"text-color": le.value
|
|
728
733
|
}, null, 8, ["text-color"])
|
|
729
|
-
])) : Ne.value ? (s(),
|
|
730
|
-
e.title ? (s(),
|
|
734
|
+
])) : Ne.value ? (s(), o("div", ct, [
|
|
735
|
+
e.title ? (s(), o("p", _t, p(e.title), 1)) : f("", !0),
|
|
731
736
|
t("div", ht, [
|
|
732
737
|
r[10] || (r[10] = t("span", { class: "kuat-header__demo-label" }, "A demo by", -1)),
|
|
733
738
|
t("div", pt, [
|
|
734
|
-
|
|
739
|
+
w(Y, {
|
|
735
740
|
class: "ee-logo--mobile shrink-0",
|
|
736
|
-
"text-color":
|
|
741
|
+
"text-color": le.value
|
|
737
742
|
}, null, 8, ["text-color"])
|
|
738
743
|
])
|
|
739
744
|
])
|
|
740
745
|
])) : f("", !0),
|
|
741
|
-
e.title && W.value === "default" ? (s(),
|
|
746
|
+
e.title && W.value === "default" ? (s(), o("p", vt, p(e.title), 1)) : f("", !0),
|
|
742
747
|
D(i.$slots, "title")
|
|
743
748
|
]),
|
|
744
|
-
i.$slots["mobile-menu-trigger"] ? (s(),
|
|
749
|
+
i.$slots["mobile-menu-trigger"] ? (s(), o("div", mt, [
|
|
745
750
|
D(i.$slots, "mobile-menu-trigger")
|
|
746
|
-
])) : c.value ? (s(),
|
|
751
|
+
])) : c.value ? (s(), U(he, {
|
|
747
752
|
key: 1,
|
|
748
753
|
ref_key: "mobileTriggerRef",
|
|
749
754
|
ref: B,
|
|
@@ -759,7 +764,7 @@ const Ea = /* @__PURE__ */ q({
|
|
|
759
764
|
onClick: r[4] || (r[4] = (u) => m.value = !0)
|
|
760
765
|
}, {
|
|
761
766
|
default: z(() => [
|
|
762
|
-
|
|
767
|
+
w(k(ze), {
|
|
763
768
|
class: "h-6 w-6",
|
|
764
769
|
"aria-hidden": ""
|
|
765
770
|
})
|
|
@@ -767,11 +772,11 @@ const Ea = /* @__PURE__ */ q({
|
|
|
767
772
|
_: 1
|
|
768
773
|
}, 8, ["class", "aria-expanded"])) : f("", !0)
|
|
769
774
|
]),
|
|
770
|
-
c.value && m.value ? (s(),
|
|
775
|
+
c.value && m.value ? (s(), o("div", {
|
|
771
776
|
key: 0,
|
|
772
777
|
id: "kuat-header-mobile-menu",
|
|
773
778
|
ref_key: "mobileSheetRef",
|
|
774
|
-
ref:
|
|
779
|
+
ref: oe,
|
|
775
780
|
class: "kuat-header__mobile-sheet",
|
|
776
781
|
role: "dialog",
|
|
777
782
|
"aria-modal": "true",
|
|
@@ -783,24 +788,24 @@ const Ea = /* @__PURE__ */ q({
|
|
|
783
788
|
(b.value === "apps" || b.value === "account") && "kuat-header__mobile-sheet-header--split"
|
|
784
789
|
))
|
|
785
790
|
}, [
|
|
786
|
-
b.value === "apps" || b.value === "account" ? (s(),
|
|
791
|
+
b.value === "apps" || b.value === "account" ? (s(), U(he, {
|
|
787
792
|
key: 0,
|
|
788
793
|
type: "button",
|
|
789
794
|
variant: "ghost",
|
|
790
795
|
class: "kuat-header__mobile-back",
|
|
791
796
|
"aria-label": "Back to main menu",
|
|
792
|
-
onClick:
|
|
797
|
+
onClick: Fe
|
|
793
798
|
}, {
|
|
794
799
|
default: z(() => [
|
|
795
|
-
|
|
800
|
+
w(k(Ye), {
|
|
796
801
|
class: "h-6 w-6",
|
|
797
802
|
"aria-hidden": ""
|
|
798
803
|
}),
|
|
799
804
|
r[11] || (r[11] = t("span", { class: "kuat-header__mobile-back-text" }, "Back", -1))
|
|
800
805
|
]),
|
|
801
806
|
_: 1
|
|
802
|
-
})) : (s(),
|
|
803
|
-
|
|
807
|
+
})) : (s(), o("span", ft)),
|
|
808
|
+
w(he, {
|
|
804
809
|
variant: "ghost",
|
|
805
810
|
size: "icon",
|
|
806
811
|
class: "kuat-header__mobile-close",
|
|
@@ -808,7 +813,7 @@ const Ea = /* @__PURE__ */ q({
|
|
|
808
813
|
onClick: r[5] || (r[5] = (u) => m.value = !1)
|
|
809
814
|
}, {
|
|
810
815
|
default: z(() => [
|
|
811
|
-
|
|
816
|
+
w(k(Xe), {
|
|
812
817
|
class: "h-6 w-6",
|
|
813
818
|
"aria-hidden": ""
|
|
814
819
|
})
|
|
@@ -825,26 +830,26 @@ const Ea = /* @__PURE__ */ q({
|
|
|
825
830
|
inert: b.value !== "main"
|
|
826
831
|
}, [
|
|
827
832
|
t("div", gt, [
|
|
828
|
-
t("div",
|
|
829
|
-
g.value ? (s(),
|
|
830
|
-
t("ul",
|
|
831
|
-
(s(!0),
|
|
833
|
+
t("div", St, [
|
|
834
|
+
g.value ? (s(), o("nav", yt, [
|
|
835
|
+
t("ul", Ct, [
|
|
836
|
+
(s(!0), o($, null, O(e.navigationItems, (u) => {
|
|
832
837
|
var M;
|
|
833
|
-
return s(),
|
|
838
|
+
return s(), o("li", {
|
|
834
839
|
key: `${u.label}-${u.url}`
|
|
835
840
|
}, [
|
|
836
841
|
t("a", {
|
|
837
842
|
href: u.url,
|
|
838
843
|
class: "kuat-header__mobile-link"
|
|
839
|
-
}, p(u.label), 9,
|
|
840
|
-
(M = u.items) != null && M.length ? (s(),
|
|
841
|
-
(s(!0),
|
|
844
|
+
}, p(u.label), 9, wt),
|
|
845
|
+
(M = u.items) != null && M.length ? (s(), o("ul", At, [
|
|
846
|
+
(s(!0), o($, null, O(u.items, (L) => (s(), o("li", {
|
|
842
847
|
key: `${L.label}-${L.url}`
|
|
843
848
|
}, [
|
|
844
849
|
t("a", {
|
|
845
850
|
href: L.url,
|
|
846
851
|
class: "kuat-header__mobile-sub-link"
|
|
847
|
-
}, p(L.label), 9,
|
|
852
|
+
}, p(L.label), 9, Tt)
|
|
848
853
|
]))), 128))
|
|
849
854
|
])) : f("", !0)
|
|
850
855
|
]);
|
|
@@ -852,33 +857,33 @@ const Ea = /* @__PURE__ */ q({
|
|
|
852
857
|
])
|
|
853
858
|
])) : f("", !0)
|
|
854
859
|
]),
|
|
855
|
-
|
|
856
|
-
|
|
860
|
+
y.value || S.value ? (s(), o("div", $t, [
|
|
861
|
+
y.value ? (s(), o("div", Et, [
|
|
857
862
|
t("button", {
|
|
858
863
|
ref_key: "mobileAccountTeaserRef",
|
|
859
864
|
ref: fe,
|
|
860
865
|
type: "button",
|
|
861
866
|
class: "kuat-header__mobile-app-teaser",
|
|
862
|
-
"aria-label":
|
|
863
|
-
onClick:
|
|
867
|
+
"aria-label": T.value.teaserDescription ? `${T.value.teaserTitle}, ${T.value.teaserDescription}` : T.value.teaserTitle,
|
|
868
|
+
onClick: Ue
|
|
864
869
|
}, [
|
|
865
|
-
t("span",
|
|
866
|
-
(s(),
|
|
870
|
+
t("span", xt, [
|
|
871
|
+
(s(), U(J(((Ae = (we = e.account) == null ? void 0 : we.items[0]) == null ? void 0 : Ae.icon) ?? k(re)), {
|
|
867
872
|
class: "h-6 w-6",
|
|
868
873
|
"aria-hidden": ""
|
|
869
874
|
}))
|
|
870
875
|
]),
|
|
871
|
-
t("span",
|
|
872
|
-
t("span", Vt, p(
|
|
873
|
-
|
|
876
|
+
t("span", Ht, [
|
|
877
|
+
t("span", Vt, p(T.value.teaserTitle), 1),
|
|
878
|
+
T.value.teaserDescription ? (s(), o("span", Dt, p(T.value.teaserDescription), 1)) : f("", !0)
|
|
874
879
|
]),
|
|
875
|
-
|
|
880
|
+
w(k(ce), {
|
|
876
881
|
class: "kuat-header__mobile-app-teaser-chevron h-5 w-5 shrink-0",
|
|
877
882
|
"aria-hidden": ""
|
|
878
883
|
})
|
|
879
884
|
], 8, Lt)
|
|
880
885
|
])) : f("", !0),
|
|
881
|
-
|
|
886
|
+
S.value ? (s(), o("div", It, [
|
|
882
887
|
t("button", {
|
|
883
888
|
ref_key: "mobileTeaserRef",
|
|
884
889
|
ref: ke,
|
|
@@ -887,7 +892,7 @@ const Ea = /* @__PURE__ */ q({
|
|
|
887
892
|
"aria-label": `${A.value.teaserTitle}, ${A.value.teaserDescription}`,
|
|
888
893
|
onClick: Pe
|
|
889
894
|
}, [
|
|
890
|
-
|
|
895
|
+
w(k(Le), {
|
|
891
896
|
class: "kuat-header__mobile-app-teaser-icon h-6 w-6 shrink-0",
|
|
892
897
|
"aria-hidden": ""
|
|
893
898
|
}),
|
|
@@ -895,7 +900,7 @@ const Ea = /* @__PURE__ */ q({
|
|
|
895
900
|
t("span", Rt, p(A.value.teaserTitle), 1),
|
|
896
901
|
t("span", Nt, p(A.value.teaserDescription), 1)
|
|
897
902
|
]),
|
|
898
|
-
|
|
903
|
+
w(k(ce), {
|
|
899
904
|
class: "kuat-header__mobile-app-teaser-chevron h-5 w-5 shrink-0",
|
|
900
905
|
"aria-hidden": ""
|
|
901
906
|
})
|
|
@@ -903,28 +908,28 @@ const Ea = /* @__PURE__ */ q({
|
|
|
903
908
|
])) : f("", !0)
|
|
904
909
|
])) : f("", !0)
|
|
905
910
|
]),
|
|
906
|
-
|
|
911
|
+
E.value && e.account && !y.value ? (s(), o("div", Bt, [
|
|
907
912
|
t("ul", Pt, [
|
|
908
|
-
(s(!0),
|
|
913
|
+
(s(!0), o($, null, O(e.account.items, (u) => (s(), o("li", {
|
|
909
914
|
key: `${u.label}-${u.href}`
|
|
910
915
|
}, [
|
|
911
916
|
t("a", {
|
|
912
917
|
href: u.href,
|
|
913
918
|
class: "kuat-header__mobile-link"
|
|
914
919
|
}, [
|
|
915
|
-
t("span",
|
|
916
|
-
(s(),
|
|
920
|
+
t("span", Ft, [
|
|
921
|
+
(s(), U(J(u.icon ?? k(re)), {
|
|
917
922
|
class: "h-4 w-4",
|
|
918
923
|
"aria-hidden": ""
|
|
919
924
|
}))
|
|
920
925
|
]),
|
|
921
926
|
de(" " + p(u.label), 1)
|
|
922
|
-
], 8,
|
|
927
|
+
], 8, Ut)
|
|
923
928
|
]))), 128))
|
|
924
929
|
])
|
|
925
930
|
])) : f("", !0)
|
|
926
931
|
], 10, bt),
|
|
927
|
-
|
|
932
|
+
S.value ? (s(), o("div", {
|
|
928
933
|
key: 0,
|
|
929
934
|
ref_key: "mobileAppsPanelRef",
|
|
930
935
|
ref: ge,
|
|
@@ -934,12 +939,12 @@ const Ea = /* @__PURE__ */ q({
|
|
|
934
939
|
)),
|
|
935
940
|
"aria-hidden": b.value !== "apps"
|
|
936
941
|
}, [
|
|
937
|
-
t("div",
|
|
942
|
+
t("div", Zt, p(A.value.title), 1),
|
|
938
943
|
t("nav", {
|
|
939
944
|
class: "kuat-header__mobile-apps-nav",
|
|
940
945
|
"aria-label": A.value.nav
|
|
941
946
|
}, [
|
|
942
|
-
(
|
|
947
|
+
(Te = e.appSwitcher) != null && Te.loading ? (s(), o("ul", qt, [...r[12] || (r[12] = [
|
|
943
948
|
t("li", {
|
|
944
949
|
class: "kuat-header__app-switcher-skeleton kuat-header__app-switcher-skeleton--mobile",
|
|
945
950
|
"aria-hidden": ""
|
|
@@ -948,10 +953,10 @@ const Ea = /* @__PURE__ */ q({
|
|
|
948
953
|
class: "kuat-header__app-switcher-skeleton kuat-header__app-switcher-skeleton--mobile",
|
|
949
954
|
"aria-hidden": ""
|
|
950
955
|
}, null, -1)
|
|
951
|
-
])])) : (
|
|
952
|
-
(s(!0),
|
|
956
|
+
])])) : ($e = e.appSwitcher) != null && $e.apps.length ? (s(), o("ul", Wt, [
|
|
957
|
+
(s(!0), o($, null, O(e.appSwitcher.apps, (u) => {
|
|
953
958
|
var M, L;
|
|
954
|
-
return s(),
|
|
959
|
+
return s(), o("li", {
|
|
955
960
|
key: u.id
|
|
956
961
|
}, [
|
|
957
962
|
t("a", {
|
|
@@ -959,19 +964,19 @@ const Ea = /* @__PURE__ */ q({
|
|
|
959
964
|
class: "kuat-header__mobile-app-link",
|
|
960
965
|
target: ((M = e.appSwitcher) == null ? void 0 : M.linkTarget) ?? "_self",
|
|
961
966
|
rel: ((L = e.appSwitcher) == null ? void 0 : L.linkTarget) === "_blank" ? "noopener noreferrer" : void 0,
|
|
962
|
-
onClick: (
|
|
967
|
+
onClick: (Z) => Ce(u)
|
|
963
968
|
}, [
|
|
964
|
-
t("span",
|
|
965
|
-
t("span",
|
|
966
|
-
u.description ? (s(),
|
|
969
|
+
t("span", Yt, [
|
|
970
|
+
t("span", Xt, p(u.label), 1),
|
|
971
|
+
u.description ? (s(), o("span", jt, p(u.description), 1)) : f("", !0)
|
|
967
972
|
])
|
|
968
973
|
], 8, zt)
|
|
969
974
|
]);
|
|
970
975
|
}), 128))
|
|
971
|
-
])) : (((
|
|
976
|
+
])) : (((Ee = e.appSwitcher) == null ? void 0 : Ee.empty) ?? "hide") === "message" ? (s(), o("p", Jt, p(ye.value), 1)) : f("", !0)
|
|
972
977
|
], 8, Kt)
|
|
973
|
-
], 10,
|
|
974
|
-
|
|
978
|
+
], 10, Gt)) : f("", !0),
|
|
979
|
+
y.value ? (s(), o("div", {
|
|
975
980
|
key: 1,
|
|
976
981
|
ref_key: "mobileAccountPanelRef",
|
|
977
982
|
ref: be,
|
|
@@ -981,27 +986,27 @@ const Ea = /* @__PURE__ */ q({
|
|
|
981
986
|
)),
|
|
982
987
|
"aria-hidden": b.value !== "account"
|
|
983
988
|
}, [
|
|
984
|
-
t("div", es, p(
|
|
989
|
+
t("div", es, p(T.value.title), 1),
|
|
985
990
|
t("nav", {
|
|
986
991
|
class: "kuat-header__mobile-apps-nav",
|
|
987
|
-
"aria-label":
|
|
992
|
+
"aria-label": T.value.nav
|
|
988
993
|
}, [
|
|
989
994
|
t("ul", ts, [
|
|
990
|
-
(s(!0),
|
|
995
|
+
(s(!0), o($, null, O(N.value ?? [], (u) => (s(), o("li", {
|
|
991
996
|
key: `${u.label}-${u.href}`
|
|
992
997
|
}, [
|
|
993
998
|
t("a", {
|
|
994
999
|
href: u.href,
|
|
995
1000
|
class: "kuat-header__mobile-app-link"
|
|
996
1001
|
}, [
|
|
997
|
-
t("span",
|
|
998
|
-
t("span",
|
|
1002
|
+
t("span", os, [
|
|
1003
|
+
t("span", ls, p(u.label), 1)
|
|
999
1004
|
])
|
|
1000
1005
|
], 8, ss)
|
|
1001
1006
|
]))), 128))
|
|
1002
1007
|
])
|
|
1003
1008
|
], 8, as)
|
|
1004
|
-
], 10,
|
|
1009
|
+
], 10, Qt)) : f("", !0)
|
|
1005
1010
|
], 8, kt)) : f("", !0),
|
|
1006
1011
|
c.value ? f("", !0) : D(i.$slots, "mobile-menu", { key: 1 }),
|
|
1007
1012
|
D(i.$slots, "default")
|
|
@@ -1009,7 +1014,7 @@ const Ea = /* @__PURE__ */ q({
|
|
|
1009
1014
|
};
|
|
1010
1015
|
}
|
|
1011
1016
|
});
|
|
1012
|
-
function
|
|
1017
|
+
function Xs(a) {
|
|
1013
1018
|
const e = (a == null ? void 0 : a.variant) ?? "default";
|
|
1014
1019
|
return V("kuat-header", `kuat-header--${e}`);
|
|
1015
1020
|
}
|
|
@@ -1027,15 +1032,15 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1027
1032
|
class: {}
|
|
1028
1033
|
},
|
|
1029
1034
|
setup(a) {
|
|
1030
|
-
const e = (ie - cs) / 2, n = 2 * Math.PI * e,
|
|
1035
|
+
const e = (ie - cs) / 2, n = 2 * Math.PI * e, l = ie / 2, _ = a, d = h(() => Math.min(100, Math.max(0, _.value))), g = H(!1), E = H(_.animate ? 0 : d.value);
|
|
1031
1036
|
Ve(() => {
|
|
1032
|
-
_.animate && (
|
|
1033
|
-
}),
|
|
1034
|
-
(!_.animate || g.value) && (
|
|
1037
|
+
_.animate && (E.value = d.value, g.value = !0);
|
|
1038
|
+
}), Q(d, (T) => {
|
|
1039
|
+
(!_.animate || g.value) && (E.value = T);
|
|
1035
1040
|
});
|
|
1036
|
-
const
|
|
1037
|
-
() => n * (1 -
|
|
1038
|
-
),
|
|
1041
|
+
const y = h(
|
|
1042
|
+
() => n * (1 - E.value / 100)
|
|
1043
|
+
), x = h(
|
|
1039
1044
|
() => _.animate ? "stroke-dashoffset 0.6s ease-out" : void 0
|
|
1040
1045
|
), A = h(
|
|
1041
1046
|
() => V(
|
|
@@ -1045,7 +1050,7 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1045
1050
|
_.class
|
|
1046
1051
|
)
|
|
1047
1052
|
);
|
|
1048
|
-
return (
|
|
1053
|
+
return (T, N) => (s(), o("div", {
|
|
1049
1054
|
role: "progressbar",
|
|
1050
1055
|
"aria-valuenow": d.value,
|
|
1051
1056
|
"aria-valuemin": "0",
|
|
@@ -1053,18 +1058,18 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1053
1058
|
"aria-valuetext": `${Math.round(d.value)}%`,
|
|
1054
1059
|
class: I(A.value)
|
|
1055
1060
|
}, [
|
|
1056
|
-
(s(),
|
|
1061
|
+
(s(), o("svg", {
|
|
1057
1062
|
class: "kuat-radial-progress__svg",
|
|
1058
1063
|
viewBox: `0 0 ${ie} ${ie}`,
|
|
1059
1064
|
"aria-hidden": ""
|
|
1060
1065
|
}, [
|
|
1061
1066
|
t("g", {
|
|
1062
|
-
transform: `rotate(-90 ${
|
|
1067
|
+
transform: `rotate(-90 ${l} ${l})`
|
|
1063
1068
|
}, [
|
|
1064
1069
|
t("circle", {
|
|
1065
1070
|
"data-kuat-radial-progress-track": "",
|
|
1066
|
-
cx:
|
|
1067
|
-
cy:
|
|
1071
|
+
cx: l,
|
|
1072
|
+
cy: l,
|
|
1068
1073
|
r: e,
|
|
1069
1074
|
fill: "none",
|
|
1070
1075
|
stroke: "var(--kuat-radial-progress-background-bar, var(--muted, #e5e7eb))",
|
|
@@ -1072,16 +1077,16 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1072
1077
|
}),
|
|
1073
1078
|
t("circle", {
|
|
1074
1079
|
"data-kuat-radial-progress-arc": "",
|
|
1075
|
-
cx:
|
|
1076
|
-
cy:
|
|
1080
|
+
cx: l,
|
|
1081
|
+
cy: l,
|
|
1077
1082
|
r: e,
|
|
1078
1083
|
fill: "none",
|
|
1079
1084
|
"stroke-dasharray": n,
|
|
1080
|
-
"stroke-dashoffset":
|
|
1085
|
+
"stroke-dashoffset": y.value,
|
|
1081
1086
|
"stroke-linecap": "butt",
|
|
1082
1087
|
style: qe({
|
|
1083
1088
|
strokeWidth: "var(--kuat-radial-progress-stroke, 4)",
|
|
1084
|
-
...
|
|
1089
|
+
...x.value ? { transition: x.value } : {}
|
|
1085
1090
|
})
|
|
1086
1091
|
}, null, 12, us)
|
|
1087
1092
|
], 8, is)
|
|
@@ -1089,12 +1094,12 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1089
1094
|
t("span", ds, p(Math.round(d.value)) + "% ", 1)
|
|
1090
1095
|
], 10, rs));
|
|
1091
1096
|
}
|
|
1092
|
-
}), js = /* @__PURE__ */ se(_s, [["__scopeId", "data-v-3d0283a7"]]),
|
|
1097
|
+
}), js = /* @__PURE__ */ se(_s, [["__scopeId", "data-v-3d0283a7"]]), Js = [
|
|
1093
1098
|
"mini",
|
|
1094
1099
|
"small",
|
|
1095
1100
|
"medium",
|
|
1096
1101
|
"large"
|
|
1097
|
-
],
|
|
1102
|
+
], Qs = [
|
|
1098
1103
|
"default",
|
|
1099
1104
|
"primary",
|
|
1100
1105
|
"ee-blue",
|
|
@@ -1109,13 +1114,13 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1109
1114
|
},
|
|
1110
1115
|
setup(a) {
|
|
1111
1116
|
const e = a;
|
|
1112
|
-
return (n,
|
|
1117
|
+
return (n, l) => (s(), o("svg", {
|
|
1113
1118
|
class: I(["ee-logo-icon", e.class]),
|
|
1114
1119
|
viewBox: "0 0 143 133",
|
|
1115
1120
|
fill: "none",
|
|
1116
1121
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1117
1122
|
"aria-label": "Equal Experts"
|
|
1118
|
-
}, [...
|
|
1123
|
+
}, [...l[0] || (l[0] = [
|
|
1119
1124
|
t("path", {
|
|
1120
1125
|
d: "M102.74 38.8927H40.5969V57.5323H102.74V38.8927Z",
|
|
1121
1126
|
fill: "currentColor"
|
|
@@ -1137,7 +1142,7 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1137
1142
|
}), ps = /* @__PURE__ */ se(hs, [["__scopeId", "data-v-c97e10d5"]]), vs = {
|
|
1138
1143
|
key: 0,
|
|
1139
1144
|
class: "kuat-logo-lockup__service-inner"
|
|
1140
|
-
}, ms = { class: "kuat-logo-lockup__logo-wrap" }, ks = { class: "kuat-logo-lockup__service-name" }, fs = { class: "kuat-logo-lockup__demo-title" }, bs = { class: "kuat-logo-lockup__demo-attribution" }, gs = { class: "kuat-logo-lockup__demo-logo-wrap" },
|
|
1145
|
+
}, ms = { class: "kuat-logo-lockup__logo-wrap" }, ks = { class: "kuat-logo-lockup__service-name" }, fs = { class: "kuat-logo-lockup__demo-title" }, bs = { class: "kuat-logo-lockup__demo-attribution" }, gs = { class: "kuat-logo-lockup__demo-logo-wrap" }, Ss = /* @__PURE__ */ q({
|
|
1141
1146
|
__name: "KuatLogoLockup",
|
|
1142
1147
|
props: {
|
|
1143
1148
|
class: {},
|
|
@@ -1149,7 +1154,7 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1149
1154
|
setup(a) {
|
|
1150
1155
|
const e = a, n = h(
|
|
1151
1156
|
() => e.forceDark ? "dark" : e.mode
|
|
1152
|
-
),
|
|
1157
|
+
), l = h(
|
|
1153
1158
|
() => n.value === "dark" ? "white" : "grey"
|
|
1154
1159
|
), _ = h(
|
|
1155
1160
|
() => e.use === "service" && n.value === "dark"
|
|
@@ -1161,58 +1166,58 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1161
1166
|
e.class
|
|
1162
1167
|
)
|
|
1163
1168
|
);
|
|
1164
|
-
return (g,
|
|
1169
|
+
return (g, E) => (s(), o("div", {
|
|
1165
1170
|
class: I(d.value)
|
|
1166
1171
|
}, [
|
|
1167
|
-
a.use === "service" ? (s(),
|
|
1172
|
+
a.use === "service" ? (s(), o("div", vs, [
|
|
1168
1173
|
t("div", ms, [
|
|
1169
|
-
_.value ? (s(),
|
|
1174
|
+
_.value ? (s(), U(ps, {
|
|
1170
1175
|
key: 0,
|
|
1171
1176
|
class: "kuat-logo-lockup__logo-icon"
|
|
1172
|
-
})) : (s(),
|
|
1177
|
+
})) : (s(), U(Y, {
|
|
1173
1178
|
key: 1,
|
|
1174
1179
|
class: "kuat-logo-lockup__logo",
|
|
1175
|
-
"text-color":
|
|
1180
|
+
"text-color": l.value
|
|
1176
1181
|
}, null, 8, ["text-color"]))
|
|
1177
1182
|
]),
|
|
1178
|
-
|
|
1183
|
+
w(k(xe), {
|
|
1179
1184
|
orientation: "vertical",
|
|
1180
1185
|
class: "kuat-logo-lockup__separator"
|
|
1181
1186
|
}),
|
|
1182
1187
|
t("span", ks, p(a.title), 1)
|
|
1183
|
-
])) : (s(),
|
|
1188
|
+
])) : (s(), o($, { key: 1 }, [
|
|
1184
1189
|
t("h2", fs, p(a.title), 1),
|
|
1185
1190
|
t("div", bs, [
|
|
1186
|
-
|
|
1191
|
+
E[0] || (E[0] = t("span", { class: "kuat-logo-lockup__demo-by" }, "A demo by", -1)),
|
|
1187
1192
|
t("div", gs, [
|
|
1188
|
-
|
|
1193
|
+
w(Y, {
|
|
1189
1194
|
class: "kuat-logo-lockup__logo kuat-logo-lockup__logo--demo",
|
|
1190
|
-
"text-color":
|
|
1195
|
+
"text-color": l.value
|
|
1191
1196
|
}, null, 8, ["text-color"])
|
|
1192
1197
|
])
|
|
1193
1198
|
])
|
|
1194
1199
|
], 64))
|
|
1195
1200
|
], 2));
|
|
1196
1201
|
}
|
|
1197
|
-
}),
|
|
1202
|
+
}), eo = /* @__PURE__ */ se(Ss, [["__scopeId", "data-v-dce4cc6d"]]), ao = ["service", "demo"], to = ["light", "dark"], so = [
|
|
1198
1203
|
"default",
|
|
1199
1204
|
"secondary",
|
|
1200
1205
|
"destructive",
|
|
1201
1206
|
"outline",
|
|
1202
1207
|
"ghost"
|
|
1203
|
-
],
|
|
1208
|
+
], oo = ["default", "round"], ys = ["aria-label"], Cs = { class: "breadcrumb-list" }, ws = {
|
|
1204
1209
|
key: 0,
|
|
1205
1210
|
role: "presentation",
|
|
1206
1211
|
"aria-hidden": "true",
|
|
1207
1212
|
class: "breadcrumb-separator"
|
|
1208
|
-
}, As = { class: "breadcrumb-item" },
|
|
1213
|
+
}, As = { class: "breadcrumb-item" }, Ts = ["aria-expanded"], $s = {
|
|
1209
1214
|
class: "breadcrumb-dropdown-content",
|
|
1210
1215
|
role: "menu"
|
|
1211
|
-
},
|
|
1216
|
+
}, Es = ["href"], Ls = {
|
|
1212
1217
|
role: "presentation",
|
|
1213
1218
|
"aria-hidden": "true",
|
|
1214
1219
|
class: "breadcrumb-separator"
|
|
1215
|
-
},
|
|
1220
|
+
}, xs = { class: "breadcrumb-item" }, Hs = ["aria-expanded", "onClick"], Vs = {
|
|
1216
1221
|
class: "breadcrumb-dropdown-content",
|
|
1217
1222
|
role: "menu"
|
|
1218
1223
|
}, Ds = ["href"], Is = {
|
|
@@ -1225,7 +1230,7 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1225
1230
|
key: 3,
|
|
1226
1231
|
class: "breadcrumb-page",
|
|
1227
1232
|
"aria-current": "page"
|
|
1228
|
-
}, Rs = 640,
|
|
1233
|
+
}, Rs = 640, lo = /* @__PURE__ */ q({
|
|
1229
1234
|
__name: "Breadcrumb",
|
|
1230
1235
|
props: {
|
|
1231
1236
|
items: {},
|
|
@@ -1233,102 +1238,102 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1233
1238
|
class: {}
|
|
1234
1239
|
},
|
|
1235
1240
|
setup(a) {
|
|
1236
|
-
const e = a, n =
|
|
1237
|
-
let
|
|
1241
|
+
const e = a, n = H(!1);
|
|
1242
|
+
let l = null;
|
|
1238
1243
|
function _() {
|
|
1239
1244
|
Ve(() => {
|
|
1240
|
-
typeof window > "u" || typeof window.matchMedia != "function" || (
|
|
1241
|
-
}),
|
|
1242
|
-
|
|
1245
|
+
typeof window > "u" || typeof window.matchMedia != "function" || (l = window.matchMedia(`(max-width: ${Rs}px)`), n.value = l.matches, l.addEventListener("change", d));
|
|
1246
|
+
}), He(() => {
|
|
1247
|
+
l && l.removeEventListener("change", d);
|
|
1243
1248
|
});
|
|
1244
1249
|
}
|
|
1245
1250
|
function d() {
|
|
1246
|
-
|
|
1251
|
+
l && (n.value = l.matches);
|
|
1247
1252
|
}
|
|
1248
1253
|
_();
|
|
1249
|
-
const g = h(() => n.value && e.items.length > 2),
|
|
1254
|
+
const g = h(() => n.value && e.items.length > 2), E = h(
|
|
1250
1255
|
() => g.value ? [e.items[0], e.items[e.items.length - 1]] : e.items
|
|
1251
|
-
),
|
|
1256
|
+
), y = h(
|
|
1252
1257
|
() => g.value ? e.items.slice(1, -1) : []
|
|
1253
|
-
),
|
|
1254
|
-
() =>
|
|
1255
|
-
(
|
|
1258
|
+
), x = h(
|
|
1259
|
+
() => y.value.flatMap(
|
|
1260
|
+
(S) => S.href ? [{ label: S.label, href: S.href }] : (S.children ?? []).map((c) => ({ label: c.label, href: c.href }))
|
|
1256
1261
|
)
|
|
1257
|
-
), A =
|
|
1258
|
-
function
|
|
1259
|
-
A.value = A.value ===
|
|
1262
|
+
), A = H(null);
|
|
1263
|
+
function T(S) {
|
|
1264
|
+
A.value = A.value === S ? null : S;
|
|
1260
1265
|
}
|
|
1261
1266
|
function N() {
|
|
1262
1267
|
A.value = null;
|
|
1263
1268
|
}
|
|
1264
|
-
function
|
|
1265
|
-
return c && !
|
|
1269
|
+
function F(S, c) {
|
|
1270
|
+
return c && !S.href && (!S.children || S.children.length === 0);
|
|
1266
1271
|
}
|
|
1267
|
-
function
|
|
1268
|
-
return
|
|
1272
|
+
function X(S) {
|
|
1273
|
+
return S.children && S.children.length > 0;
|
|
1269
1274
|
}
|
|
1270
|
-
return (
|
|
1275
|
+
return (S, c) => a.items.length ? (s(), o("nav", {
|
|
1271
1276
|
key: 0,
|
|
1272
1277
|
"aria-label": a.ariaLabel,
|
|
1273
1278
|
class: I(k(V)("breadcrumb", e.class)),
|
|
1274
1279
|
role: "navigation"
|
|
1275
1280
|
}, [
|
|
1276
|
-
t("ol",
|
|
1277
|
-
(s(!0),
|
|
1281
|
+
t("ol", Cs, [
|
|
1282
|
+
(s(!0), o($, null, O(E.value, (v, m) => (s(), o($, {
|
|
1278
1283
|
key: g.value && m === 1 ? a.items.length - 1 : m
|
|
1279
1284
|
}, [
|
|
1280
|
-
m > 0 ? (s(),
|
|
1281
|
-
|
|
1285
|
+
m > 0 ? (s(), o("span", ws, [
|
|
1286
|
+
w(k(ce), { class: "breadcrumb-separator__icon" })
|
|
1282
1287
|
])) : f("", !0),
|
|
1283
|
-
g.value && m === 1 &&
|
|
1288
|
+
g.value && m === 1 && x.value.length > 0 ? (s(), o($, { key: 1 }, [
|
|
1284
1289
|
t("li", As, [
|
|
1285
1290
|
t("button", {
|
|
1286
1291
|
type: "button",
|
|
1287
1292
|
class: "breadcrumb-dropdown-trigger breadcrumb-ellipsis-trigger",
|
|
1288
1293
|
"aria-haspopup": "menu",
|
|
1289
1294
|
"aria-expanded": A.value === "ellipsis",
|
|
1290
|
-
onClick: c[0] || (c[0] = (b) =>
|
|
1295
|
+
onClick: c[0] || (c[0] = (b) => T("ellipsis"))
|
|
1291
1296
|
}, [
|
|
1292
|
-
|
|
1297
|
+
w(k(je), {
|
|
1293
1298
|
class: "breadcrumb-dropdown-trigger__icon",
|
|
1294
1299
|
"aria-hidden": ""
|
|
1295
1300
|
}),
|
|
1296
1301
|
c[1] || (c[1] = t("span", { class: "sr-only" }, "Show more pages", -1))
|
|
1297
|
-
], 8,
|
|
1298
|
-
ae(t("div",
|
|
1299
|
-
(s(!0),
|
|
1302
|
+
], 8, Ts),
|
|
1303
|
+
ae(t("div", $s, [
|
|
1304
|
+
(s(!0), o($, null, O(x.value, (b, B) => (s(), o("a", {
|
|
1300
1305
|
key: B,
|
|
1301
1306
|
href: b.href,
|
|
1302
1307
|
class: "breadcrumb-dropdown-item",
|
|
1303
1308
|
role: "menuitem",
|
|
1304
1309
|
onClick: N
|
|
1305
|
-
}, p(b.label), 9,
|
|
1310
|
+
}, p(b.label), 9, Es))), 128))
|
|
1306
1311
|
], 512), [
|
|
1307
1312
|
[te, A.value === "ellipsis"]
|
|
1308
1313
|
])
|
|
1309
1314
|
]),
|
|
1310
1315
|
t("span", Ls, [
|
|
1311
|
-
|
|
1316
|
+
w(k(ce), { class: "breadcrumb-separator__icon" })
|
|
1312
1317
|
])
|
|
1313
1318
|
], 64)) : f("", !0),
|
|
1314
|
-
t("li",
|
|
1315
|
-
|
|
1319
|
+
t("li", xs, [
|
|
1320
|
+
X(v) ? (s(), o($, { key: 0 }, [
|
|
1316
1321
|
t("button", {
|
|
1317
1322
|
type: "button",
|
|
1318
1323
|
class: "breadcrumb-dropdown-trigger",
|
|
1319
1324
|
"aria-haspopup": "menu",
|
|
1320
1325
|
"aria-expanded": A.value === `item-${m}`,
|
|
1321
|
-
onClick: (b) =>
|
|
1326
|
+
onClick: (b) => T(`item-${m}`)
|
|
1322
1327
|
}, [
|
|
1323
1328
|
de(p(v.label) + " ", 1),
|
|
1324
|
-
|
|
1329
|
+
w(k(me), {
|
|
1325
1330
|
class: "breadcrumb-dropdown-trigger__icon",
|
|
1326
1331
|
"aria-hidden": ""
|
|
1327
1332
|
}),
|
|
1328
1333
|
c[2] || (c[2] = t("span", { class: "sr-only" }, "Toggle menu", -1))
|
|
1329
|
-
], 8,
|
|
1334
|
+
], 8, Hs),
|
|
1330
1335
|
ae(t("div", Vs, [
|
|
1331
|
-
(s(!0),
|
|
1336
|
+
(s(!0), o($, null, O(v.children, (b, B) => (s(), o("a", {
|
|
1332
1337
|
key: B,
|
|
1333
1338
|
href: b.href,
|
|
1334
1339
|
class: "breadcrumb-dropdown-item",
|
|
@@ -1338,24 +1343,24 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1338
1343
|
], 512), [
|
|
1339
1344
|
[te, A.value === `item-${m}`]
|
|
1340
1345
|
])
|
|
1341
|
-
], 64)) :
|
|
1346
|
+
], 64)) : F(v, m === E.value.length - 1) ? (s(), o("span", Is, p(v.label), 1)) : v.href ? (s(), o("a", {
|
|
1342
1347
|
key: 2,
|
|
1343
1348
|
href: v.href,
|
|
1344
1349
|
class: "breadcrumb-link"
|
|
1345
|
-
}, p(v.label), 9, Ms)) : (s(),
|
|
1350
|
+
}, p(v.label), 9, Ms)) : (s(), o("span", Os, p(v.label), 1))
|
|
1346
1351
|
])
|
|
1347
1352
|
], 64))), 128))
|
|
1348
1353
|
])
|
|
1349
|
-
], 10,
|
|
1354
|
+
], 10, ys)) : f("", !0);
|
|
1350
1355
|
}
|
|
1351
|
-
}),
|
|
1356
|
+
}), ro = [
|
|
1352
1357
|
"primary",
|
|
1353
1358
|
"secondary",
|
|
1354
1359
|
"outline",
|
|
1355
1360
|
"ghost",
|
|
1356
1361
|
"ghost-muted",
|
|
1357
1362
|
"destructive"
|
|
1358
|
-
],
|
|
1363
|
+
], no = ["mini", "small", "default", "large", "icon"], io = [
|
|
1359
1364
|
"ee-blue",
|
|
1360
1365
|
"tech-blue",
|
|
1361
1366
|
"byte-white",
|
|
@@ -1365,117 +1370,130 @@ const rs = ["aria-valuenow", "aria-valuetext"], ns = ["viewBox"], is = ["transfo
|
|
|
1365
1370
|
"equal-ember"
|
|
1366
1371
|
];
|
|
1367
1372
|
export {
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1373
|
+
Uo as Accordion,
|
|
1374
|
+
Fo as AccordionContent,
|
|
1375
|
+
Go as AccordionItem,
|
|
1376
|
+
Zo as AccordionTrigger,
|
|
1377
|
+
qo as AlertDialog,
|
|
1378
|
+
Wo as AlertDialogAction,
|
|
1379
|
+
zo as AlertDialogCancel,
|
|
1380
|
+
Yo as AlertDialogContent,
|
|
1381
|
+
Xo as AlertDialogDescription,
|
|
1382
|
+
jo as AlertDialogFooter,
|
|
1383
|
+
Jo as AlertDialogHeader,
|
|
1384
|
+
Qo as AlertDialogTitle,
|
|
1385
|
+
el as AlertDialogTrigger,
|
|
1386
|
+
oo as BADGE_ROUNDNESS,
|
|
1387
|
+
so as BADGE_VARIANTS,
|
|
1388
|
+
io as BUTTON_COLORS,
|
|
1389
|
+
no as BUTTON_SIZES,
|
|
1390
|
+
ro as BUTTON_VARIANTS,
|
|
1391
|
+
tl as Badge,
|
|
1392
|
+
lo as Breadcrumb,
|
|
1388
1393
|
he as Button,
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1394
|
+
_o as ButtonGroup,
|
|
1395
|
+
ho as ButtonGroupSeparator,
|
|
1396
|
+
po as ButtonGroupText,
|
|
1397
|
+
ko as CALLOUT_TYPES,
|
|
1398
|
+
sr as CHECKBOX_FIELD_APPEARANCES,
|
|
1399
|
+
or as CHECKBOX_FIELD_LAYOUTS,
|
|
1400
|
+
bl as COUNTER_BADGE_TYPES,
|
|
1401
|
+
fo as Callout,
|
|
1402
|
+
Lo as Carousel,
|
|
1403
|
+
xo as CarouselContent,
|
|
1404
|
+
Ho as CarouselItem,
|
|
1405
|
+
Vo as CarouselNext,
|
|
1406
|
+
Do as CarouselPrevious,
|
|
1407
|
+
lr as Checkbox,
|
|
1408
|
+
rr as CheckboxField,
|
|
1403
1409
|
zs as ContentCard,
|
|
1404
|
-
|
|
1410
|
+
gl as CounterBadge,
|
|
1411
|
+
Y as EELogo,
|
|
1405
1412
|
ps as EELogoIcon,
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1413
|
+
Ml as FIELD_LEGEND_VARIANTS,
|
|
1414
|
+
Ol as FIELD_ORIENTATIONS,
|
|
1415
|
+
Ll as Field,
|
|
1416
|
+
xl as FieldContent,
|
|
1417
|
+
Hl as FieldDescription,
|
|
1418
|
+
Rl as FieldError,
|
|
1419
|
+
Nl as FieldGroup,
|
|
1420
|
+
Vl as FieldLabel,
|
|
1421
|
+
Bl as FieldLegend,
|
|
1422
|
+
Pl as FieldSeparator,
|
|
1423
|
+
Ul as FieldSet,
|
|
1424
|
+
Dl as FieldTitle,
|
|
1425
|
+
yo as ICON_BUTTON_ROUNDNESS,
|
|
1426
|
+
Co as ICON_BUTTON_SIZES,
|
|
1427
|
+
wo as ICON_BUTTON_SIZE_LG_ALIAS,
|
|
1428
|
+
Ao as ICON_BUTTON_SIZE_SM_ALIAS,
|
|
1429
|
+
To as ICON_BUTTON_VARIANT_DEFAULT_ALIAS,
|
|
1430
|
+
Tl as INPUT_SIZES,
|
|
1431
|
+
Je as IconButton,
|
|
1432
|
+
$l as Input,
|
|
1433
|
+
to as KUAT_LOGO_LOCKUP_MODE,
|
|
1434
|
+
ao as KUAT_LOGO_LOCKUP_USE,
|
|
1435
|
+
Qs as KUAT_RADIAL_PROGRESS_COLORS,
|
|
1436
|
+
Js as KUAT_RADIAL_PROGRESS_SIZES,
|
|
1437
|
+
Mo as KuatCarousel,
|
|
1438
|
+
Oo as KuatCarouselContent,
|
|
1439
|
+
Ro as KuatCarouselItem,
|
|
1440
|
+
No as KuatCarouselNext,
|
|
1441
|
+
Bo as KuatCarouselPrevious,
|
|
1442
|
+
Ys as KuatHeader,
|
|
1443
|
+
eo as KuatLogoLockup,
|
|
1437
1444
|
js as KuatRadialProgress,
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1445
|
+
Gl as KuatSelect,
|
|
1446
|
+
ir as RADIO_FIELD_APPEARANCES,
|
|
1447
|
+
ur as RADIO_FIELD_LAYOUTS,
|
|
1448
|
+
dr as RadioField,
|
|
1449
|
+
cr as RadioGroup,
|
|
1450
|
+
_r as RadioGroupItem,
|
|
1451
|
+
Zl as SELECT_LINES,
|
|
1452
|
+
Kl as SELECT_SIZES,
|
|
1453
|
+
Er as SONNER_POSITIONS,
|
|
1454
|
+
ll as STATUS_BADGE_SIZES,
|
|
1455
|
+
rl as STATUS_BADGE_TYPES,
|
|
1456
|
+
pr as SWITCH_FIELD_APPEARANCES,
|
|
1457
|
+
vr as SWITCH_FIELD_LAYOUTS,
|
|
1458
|
+
ql as Select,
|
|
1459
|
+
Wl as SelectContent,
|
|
1460
|
+
zl as SelectGroup,
|
|
1461
|
+
Yl as SelectItem,
|
|
1462
|
+
Xl as SelectLabel,
|
|
1463
|
+
jl as SelectScrollDownButton,
|
|
1464
|
+
Jl as SelectScrollUpButton,
|
|
1465
|
+
Ql as SelectSeparator,
|
|
1466
|
+
er as SelectTrigger,
|
|
1467
|
+
ar as SelectValue,
|
|
1468
|
+
Lr as Sonner,
|
|
1469
|
+
xr as SonnerContent,
|
|
1470
|
+
nl as StatusBadge,
|
|
1471
|
+
mr as Switch,
|
|
1472
|
+
kr as SwitchField,
|
|
1473
|
+
dl as TAG_COLORS,
|
|
1474
|
+
kl as TAG_GROUP_INJECTION_KEY,
|
|
1475
|
+
cl as TAG_MODES,
|
|
1476
|
+
Cl as TEXTAREA_RESIZE,
|
|
1477
|
+
wr as TOGGLE_GROUP_ORIENTATIONS,
|
|
1478
|
+
Sr as TOGGLE_SIZES,
|
|
1479
|
+
yr as TOGGLE_SKINS,
|
|
1480
|
+
_l as Tag,
|
|
1481
|
+
vl as TagGroup,
|
|
1482
|
+
wl as Textarea,
|
|
1483
|
+
br as Toggle,
|
|
1484
|
+
Ar as ToggleGroup,
|
|
1485
|
+
Tr as ToggleGroupItem,
|
|
1486
|
+
sl as badgeVariants,
|
|
1487
|
+
vo as buttonGroupVariants,
|
|
1488
|
+
go as buttonVariants,
|
|
1474
1489
|
V as cn,
|
|
1475
|
-
|
|
1476
|
-
|
|
1490
|
+
Sl as counterBadgeVariants,
|
|
1491
|
+
$o as iconButtonVariants,
|
|
1492
|
+
Xs as kuatHeaderVariants,
|
|
1477
1493
|
ba as resolveAppSwitcherLabels,
|
|
1478
1494
|
Aa as resolveHeaderLockup,
|
|
1479
1495
|
fa as shouldShowAppSwitcher,
|
|
1480
|
-
|
|
1496
|
+
il as statusBadgeVariants,
|
|
1497
|
+
hl as tagVariants,
|
|
1498
|
+
Hr as toast
|
|
1481
1499
|
};
|