@kong-ui-public/app-layout 0.13.2 → 0.13.3

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.
@@ -1,9 +1,9 @@
1
- import { defineComponent as J, useCssVars as et, unref as h, useSlots as tt, computed as w, reactive as Ne, onMounted as Me, openBlock as m, createElementBlock as E, createElementVNode as k, renderSlot as B, createCommentVNode as F, toDisplayString as re, resolveComponent as Je, normalizeClass as ae, createBlock as H, resolveDynamicComponent as hn, withCtx as j, withKeys as mn, createVNode as Le, Fragment as be, renderList as ye, withModifiers as Lt, ref as z, watch as Ae, onUnmounted as gn, Comment as yn, cloneVNode as _n, onBeforeUnmount as Zt, createTextVNode as $e, nextTick as wn, pushScopeId as at, popScopeId as nt, watchEffect as Tn, toRef as kn, createSlots as Nt, createStaticVNode as Sn } from "vue";
2
- import { KIcon as Pt, KTooltip as In, KDropdownMenu as Cn, KDropdownItem as xn } from "@kong/kongponents";
3
- const On = { class: "kong-ui-app-navbar" }, En = { class: "header-content" }, Nn = { class: "mobile-header-left" }, An = {
1
+ import { defineComponent as J, useCssVars as et, unref as h, useSlots as tt, computed as y, reactive as Ee, onMounted as Me, openBlock as m, createElementBlock as $, createElementVNode as _, renderSlot as F, createCommentVNode as D, toDisplayString as re, resolveComponent as Je, normalizeClass as ae, createBlock as H, resolveDynamicComponent as hn, withCtx as Z, withKeys as mn, createVNode as Le, Fragment as be, renderList as ye, withModifiers as Lt, ref as z, watch as Ne, onUnmounted as gn, Comment as yn, cloneVNode as _n, onBeforeUnmount as Zt, createTextVNode as Ae, nextTick as wn, pushScopeId as at, popScopeId as nt, watchEffect as Tn, toRef as kn, createSlots as Et, createStaticVNode as Sn } from "vue";
2
+ import { KIcon as Pt, KTooltip as In, KDropdownMenu as Cn, KDropdownItem as On } from "@kong/kongponents";
3
+ const xn = { class: "kong-ui-app-navbar" }, $n = { class: "header-content" }, En = { class: "mobile-header-left" }, Nn = {
4
4
  key: 0,
5
5
  class: "app-navbar-logo"
6
- }, $n = /* @__PURE__ */ J({
6
+ }, An = { class: "navbar-content" }, Fn = { class: "navbar-content-left" }, Dn = { class: "navbar-content-center" }, Rn = { class: "navbar-content-right" }, Bn = /* @__PURE__ */ J({
7
7
  __name: "AppNavbar",
8
8
  props: {
9
9
  topOffset: {
@@ -23,13 +23,13 @@ const On = { class: "kong-ui-app-navbar" }, En = { class: "header-content" }, Nn
23
23
  setup(n) {
24
24
  const t = n;
25
25
  et((s) => ({
26
- "4069310e": h(u).top,
27
- "3f846bd4": h(u).zIndex,
28
- "199dbe63": h(u).left,
29
- "524d632b": c.marginRight,
30
- "2e9601a3": c.width
26
+ "70cd97af": h(u).top,
27
+ "0d2cc7de": h(u).zIndex,
28
+ ae3cd626: h(u).left,
29
+ "103f0fb5": c.marginRight,
30
+ "078344a6": c.width
31
31
  }));
32
- const a = tt(), r = w(() => !!a.logo), c = Ne({
32
+ const a = tt(), r = y(() => !!a.logo), c = Ee({
33
33
  marginRight: "0",
34
34
  width: "0"
35
35
  });
@@ -37,21 +37,31 @@ const On = { class: "kong-ui-app-navbar" }, En = { class: "header-content" }, Nn
37
37
  var s, f;
38
38
  (f = (s = document == null ? void 0 : document.querySelector(".kong-ui-app-navbar .app-navbar-logo")) == null ? void 0 : s.children) != null && f.length ? (c.marginRight = "32px", c.width = "calc(240px - 32px)") : (c.marginRight = "0", c.width = "0");
39
39
  });
40
- const u = w(() => ({
40
+ const u = y(() => ({
41
41
  top: t.topOffset ? `${t.topOffset}px` : "0",
42
42
  left: t.leftOffset ? `${t.leftOffset}px` : "0",
43
43
  zIndex: t.zIndex
44
44
  }));
45
- return (s, f) => (m(), E("header", On, [
46
- k("div", En, [
47
- k("div", Nn, [
48
- B(s.$slots, "mobile-sidebar-toggle"),
49
- B(s.$slots, "mobile-logo")
45
+ return (s, f) => (m(), $("header", xn, [
46
+ _("div", $n, [
47
+ _("div", En, [
48
+ F(s.$slots, "mobile-sidebar-toggle"),
49
+ F(s.$slots, "mobile-logo")
50
50
  ]),
51
- h(r) ? (m(), E("div", An, [
52
- B(s.$slots, "logo")
53
- ])) : F("", !0),
54
- B(s.$slots, "default")
51
+ h(r) ? (m(), $("div", Nn, [
52
+ F(s.$slots, "logo")
53
+ ])) : D("", !0),
54
+ _("div", An, [
55
+ _("div", Fn, [
56
+ F(s.$slots, "left")
57
+ ]),
58
+ _("div", Dn, [
59
+ F(s.$slots, "center")
60
+ ]),
61
+ _("div", Rn, [
62
+ F(s.$slots, "right")
63
+ ])
64
+ ])
55
65
  ])
56
66
  ]));
57
67
  }
@@ -61,7 +71,7 @@ const q = (n, t) => {
61
71
  for (const [r, c] of t)
62
72
  a[r] = c;
63
73
  return a;
64
- }, Fn = /* @__PURE__ */ q($n, [["__scopeId", "data-v-a91d0002"]]), Dn = ["title"], Bn = /* @__PURE__ */ J({
74
+ }, Mn = /* @__PURE__ */ q(Bn, [["__scopeId", "data-v-f2e6c8f7"]]), Ln = ["title"], Zn = /* @__PURE__ */ J({
65
75
  __name: "ItemBadge",
66
76
  props: {
67
77
  count: {
@@ -71,21 +81,21 @@ const q = (n, t) => {
71
81
  }
72
82
  },
73
83
  setup(n) {
74
- const t = n, a = 99, r = w(() => t.count ? t.count > a ? `${a}+` : t.count.toString() : "");
75
- return (c, u) => h(r) ? (m(), E("div", {
84
+ const t = n, a = 99, r = y(() => t.count ? t.count > a ? `${a}+` : t.count.toString() : "");
85
+ return (c, u) => h(r) ? (m(), $("div", {
76
86
  key: 0,
77
87
  class: "item-badge",
78
88
  title: (n.count || 0) > a ? String(n.count) : void 0
79
- }, re(h(r)), 9, Dn)) : F("", !0);
89
+ }, re(h(r)), 9, Ln)) : D("", !0);
80
90
  }
81
91
  });
82
- const Rn = /* @__PURE__ */ q(Bn, [["__scopeId", "data-v-9e48c714"]]), Mn = ["data-testid"], Ln = ["aria-controls", "aria-expanded", "href", "target", "onClick", "onKeypress"], Zn = {
92
+ const Pn = /* @__PURE__ */ q(Zn, [["__scopeId", "data-v-9e48c714"]]), jn = ["data-testid"], Hn = ["aria-controls", "aria-expanded", "href", "target", "onClick", "onKeypress"], Kn = {
83
93
  key: 0,
84
94
  class: "sidebar-item-icon"
85
- }, Pn = { class: "sidebar-item-name-container" }, jn = { class: "sidebar-item-name has-tooltip" }, Hn = {
95
+ }, zn = { class: "sidebar-item-name-container" }, Vn = { class: "sidebar-item-name has-tooltip" }, Wn = {
86
96
  key: 2,
87
97
  class: "sidebar-item-label truncate-text truncate-20"
88
- }, Kn = ["id"], zn = /* @__PURE__ */ J({
98
+ }, Gn = ["id"], Un = /* @__PURE__ */ J({
89
99
  __name: "SidebarItem",
90
100
  props: {
91
101
  item: {
@@ -99,15 +109,15 @@ const Rn = /* @__PURE__ */ q(Bn, [["__scopeId", "data-v-9e48c714"]]), Mn = ["dat
99
109
  },
100
110
  emits: ["click"],
101
111
  setup(n, { emit: t }) {
102
- const a = n, r = w(() => typeof a.item.to != "string" ? !1 : !!a.item.newWindow || !!a.item.external || a.item.to.startsWith("http")), c = w(() => !a.item.to || typeof a.item.to != "string" || !a.item.newWindow ? !1 : a.item.newWindow && (a.item.to.startsWith("http") || a.item.to.startsWith("/"))), u = w(() => a.subnavItem && a.item.badgeCount !== void 0), s = (_) => {
103
- t("click", _);
104
- }, f = (_, T, $) => {
105
- s(T), typeof $ == "function" && (_.preventDefault(), $());
112
+ const a = n, r = y(() => typeof a.item.to != "string" ? !1 : !!a.item.newWindow || !!a.item.external || a.item.to.startsWith("http")), c = y(() => !a.item.to || typeof a.item.to != "string" || !a.item.newWindow ? !1 : a.item.newWindow && (a.item.to.startsWith("http") || a.item.to.startsWith("/"))), u = y(() => a.subnavItem && a.item.badgeCount !== void 0), s = (T) => {
113
+ t("click", T);
114
+ }, f = (T, k, A) => {
115
+ s(k), typeof A == "function" && (T.preventDefault(), A());
106
116
  };
107
- return (_, T) => {
108
- var N;
109
- const $ = Je("SidebarItem", !0);
110
- return m(), E("li", {
117
+ return (T, k) => {
118
+ var E;
119
+ const A = Je("SidebarItem", !0);
120
+ return m(), $("li", {
111
121
  class: ae([n.subnavItem ? "sidebar-item-secondary" : "sidebar-item-primary", { expanded: n.item.expanded }, { active: n.item.active }]),
112
122
  "data-testid": n.item.testId ? `sidebar-item-${n.item.testId}` : void 0
113
123
  }, [
@@ -115,30 +125,30 @@ const Rn = /* @__PURE__ */ q(Bn, [["__scopeId", "data-v-9e48c714"]]), Mn = ["dat
115
125
  custom: h(r) ? void 0 : !0,
116
126
  to: !h(r) && !h(c) ? n.item.to : void 0
117
127
  }, {
118
- default: j((y) => {
119
- var S, R;
128
+ default: Z((w) => {
129
+ var I, B;
120
130
  return [
121
- k("a", {
122
- "aria-controls": (S = n.item.items) != null && S.length && n.item.expanded ? `subnav-${n.item.key}` : void 0,
123
- "aria-expanded": (R = n.item.items) != null && R.length && n.item.expanded ? !0 : void 0,
131
+ _("a", {
132
+ "aria-controls": (I = n.item.items) != null && I.length && n.item.expanded ? `subnav-${n.item.key}` : void 0,
133
+ "aria-expanded": (B = n.item.items) != null && B.length && n.item.expanded ? !0 : void 0,
124
134
  class: ae(["sidebar-item-link", { "sidebar-item-external-link": h(c), "router-link": !h(r) }]),
125
- href: h(r) ? String(n.item.to || "#") : y == null ? void 0 : y.href,
135
+ href: h(r) ? String(n.item.to || "#") : w == null ? void 0 : w.href,
126
136
  target: h(c) ? "_blank" : void 0,
127
- onClick: (Z) => f(Z, n.item, y == null ? void 0 : y.navigate),
128
- onKeypress: mn((Z) => f(Z, n.item, y == null ? void 0 : y.navigate), ["enter"])
137
+ onClick: (P) => f(P, n.item, w == null ? void 0 : w.navigate),
138
+ onKeypress: mn((P) => f(P, n.item, w == null ? void 0 : w.navigate), ["enter"])
129
139
  }, [
130
- k("div", {
140
+ _("div", {
131
141
  class: ae(["sidebar-item-display", { "has-label": !!n.item.label && n.item.expanded, "has-badge": h(u) }])
132
142
  }, [
133
- n.item.icon ? (m(), E("div", Zn, [
143
+ n.item.icon ? (m(), $("div", Kn, [
134
144
  Le(h(Pt), {
135
145
  color: n.item.active || n.item.expanded ? "var(--white, #fff)" : "#B5BECD",
136
146
  icon: String(n.item.icon),
137
147
  size: "20"
138
148
  }, null, 8, ["color", "icon"])
139
- ])) : F("", !0),
140
- k("div", Pn, [
141
- (n.subnavItem ? n.item.name.length < 25 : n.item.name.length < 18) ? (m(), E("div", {
149
+ ])) : D("", !0),
150
+ _("div", zn, [
151
+ (n.subnavItem ? n.item.name.length < 25 : n.item.name.length < 18) ? (m(), $("div", {
142
152
  key: 0,
143
153
  class: ae(["sidebar-item-name truncate-text", [n.subnavItem ? "has-badge-max-width truncate-24" : "truncate-17"]])
144
154
  }, re(n.item.name), 3)) : (m(), H(h(In), {
@@ -148,70 +158,70 @@ const Rn = /* @__PURE__ */ q(Bn, [["__scopeId", "data-v-9e48c714"]]), Mn = ["dat
148
158
  placement: "right",
149
159
  "position-fixed": ""
150
160
  }, {
151
- default: j(() => [
152
- k("div", jn, [
153
- k("span", {
161
+ default: Z(() => [
162
+ _("div", Vn, [
163
+ _("span", {
154
164
  class: ae(["truncate-text", [n.subnavItem ? "truncate-20" : "truncate-17", { "has-badge-max-width": h(u) }]])
155
165
  }, re(n.item.name), 3)
156
166
  ])
157
167
  ]),
158
168
  _: 1
159
169
  }, 8, ["label"])),
160
- n.item.label && n.item.expanded ? (m(), E("div", Hn, re(n.item.label), 1)) : F("", !0)
170
+ n.item.label && n.item.expanded ? (m(), $("div", Wn, re(n.item.label), 1)) : D("", !0)
161
171
  ]),
162
- h(u) ? (m(), H(Rn, {
172
+ h(u) ? (m(), H(Pn, {
163
173
  key: 1,
164
174
  count: n.item.badgeCount
165
- }, null, 8, ["count"])) : F("", !0)
175
+ }, null, 8, ["count"])) : D("", !0)
166
176
  ], 2)
167
- ], 42, Ln)
177
+ ], 42, Hn)
168
178
  ];
169
179
  }),
170
180
  _: 1
171
181
  }, 8, ["custom", "to"])),
172
- (N = n.item.items) != null && N.length && n.item.expanded ? (m(), E("ul", {
182
+ (E = n.item.items) != null && E.length && n.item.expanded ? (m(), $("ul", {
173
183
  key: 0,
174
184
  id: `subnav-${n.item.key}`,
175
185
  class: "level-secondary"
176
186
  }, [
177
- (m(!0), E(be, null, ye(n.item.items, (y) => (m(), H($, {
178
- key: y.name,
179
- item: y,
187
+ (m(!0), $(be, null, ye(n.item.items, (w) => (m(), H(A, {
188
+ key: w.name,
189
+ item: w,
180
190
  "subnav-item": !0,
181
- onClick: (S) => s(y)
191
+ onClick: (I) => s(w)
182
192
  }, null, 8, ["item", "onClick"]))), 128))
183
- ], 8, Kn)) : F("", !0)
184
- ], 10, Mn);
193
+ ], 8, Gn)) : D("", !0)
194
+ ], 10, jn);
185
195
  };
186
196
  }
187
197
  });
188
- const At = /* @__PURE__ */ q(zn, [["__scopeId", "data-v-d416aef5"]]), Vn = {}, Wn = {
198
+ const Nt = /* @__PURE__ */ q(Un, [["__scopeId", "data-v-d416aef5"]]), qn = {}, Yn = {
189
199
  class: "profile-icon",
190
200
  fill: "none",
191
201
  height: "30",
192
202
  width: "30",
193
203
  xmlns: "http://www.w3.org/2000/svg"
194
- }, Gn = /* @__PURE__ */ k("path", {
204
+ }, Xn = /* @__PURE__ */ _("path", {
195
205
  d: "M0 15C0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15Z",
196
206
  fill: "#0A7FAE"
197
- }, null, -1), Un = /* @__PURE__ */ k("path", {
207
+ }, null, -1), Jn = /* @__PURE__ */ _("path", {
198
208
  d: "M12.613 15 8.5 18.115V23h13v-4.885L17.648 15h-5.035ZM15 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
199
209
  fill: "#fff"
200
- }, null, -1), qn = [
201
- Gn,
202
- Un
210
+ }, null, -1), Qn = [
211
+ Xn,
212
+ Jn
203
213
  ];
204
- function Yn(n, t) {
205
- return m(), E("svg", Wn, qn);
214
+ function er(n, t) {
215
+ return m(), $("svg", Yn, Qn);
206
216
  }
207
- const Xn = /* @__PURE__ */ q(Vn, [["render", Yn]]), Jn = {
217
+ const tr = /* @__PURE__ */ q(qn, [["render", er]]), ar = {
208
218
  "aria-haspopup": "true",
209
219
  "aria-label": "Profile Menu",
210
220
  class: "sidebar-footer"
211
- }, Qn = { class: "sidebar-profile-link" }, er = { class: "sidebar-item-icon" }, tr = { class: "sidebar-profile-item-container" }, ar = { class: "sidebar-profile-dropdown-container" }, nr = {
221
+ }, nr = { class: "sidebar-profile-link" }, rr = { class: "sidebar-item-icon" }, ir = { class: "sidebar-profile-item-container" }, or = { class: "sidebar-profile-dropdown-container" }, sr = {
212
222
  key: 0,
213
223
  class: "sidebar-profile-name"
214
- }, rr = { class: "sidebar-profile-name" }, ir = /* @__PURE__ */ J({
224
+ }, cr = { class: "sidebar-profile-name" }, lr = /* @__PURE__ */ J({
215
225
  __name: "SidebarFooter",
216
226
  props: {
217
227
  name: {
@@ -225,24 +235,24 @@ const Xn = /* @__PURE__ */ q(Vn, [["render", Yn]]), Jn = {
225
235
  }
226
236
  },
227
237
  setup(n) {
228
- const t = n, a = w(() => t.itemCount > 0);
229
- return (r, c) => (m(), E("nav", Jn, [
230
- k("div", Qn, [
231
- k("div", er, [
232
- Le(Xn)
238
+ const t = n, a = y(() => t.itemCount > 0);
239
+ return (r, c) => (m(), $("nav", ar, [
240
+ _("div", nr, [
241
+ _("div", rr, [
242
+ Le(tr)
233
243
  ]),
234
- k("div", tr, [
235
- k("div", ar, [
244
+ _("div", ir, [
245
+ _("div", or, [
236
246
  h(a) ? (m(), H(h(Cn), {
237
247
  key: 1,
238
248
  "kpop-attributes": { placement: "right", popoverClasses: "ml-5 sidebar-profile-menu-popover", target: ".sidebar-footer" },
239
249
  width: "240"
240
250
  }, {
241
- items: j(() => [
242
- B(r.$slots, "default", {}, void 0, !0)
251
+ items: Z(() => [
252
+ F(r.$slots, "default", {}, void 0, !0)
243
253
  ]),
244
- default: j(() => [
245
- k("a", {
254
+ default: Z(() => [
255
+ _("a", {
246
256
  "aria-label": "Open Profile Menu",
247
257
  class: "profile-dropdown-trigger",
248
258
  role: "button",
@@ -250,18 +260,18 @@ const Xn = /* @__PURE__ */ q(Vn, [["render", Yn]]), Jn = {
250
260
  onClick: c[0] || (c[0] = Lt(() => {
251
261
  }, ["prevent"]))
252
262
  }, [
253
- k("span", rr, re(n.name), 1)
263
+ _("span", cr, re(n.name), 1)
254
264
  ])
255
265
  ]),
256
266
  _: 3
257
- }, 8, ["kpop-attributes"])) : (m(), E("div", nr, re(n.name), 1))
267
+ }, 8, ["kpop-attributes"])) : (m(), $("div", sr, re(n.name), 1))
258
268
  ])
259
269
  ])
260
270
  ])
261
271
  ]));
262
272
  }
263
273
  });
264
- const or = /* @__PURE__ */ q(ir, [["__scopeId", "data-v-57607227"]]);
274
+ const ur = /* @__PURE__ */ q(lr, [["__scopeId", "data-v-57607227"]]);
265
275
  /*!
266
276
  * tabbable 6.0.1
267
277
  * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
@@ -278,21 +288,21 @@ var jt = ["input", "select", "textarea", "a[href]", "button", "[tabindex]:not(sl
278
288
  for (var c = [], u = Array.from(t); u.length; ) {
279
289
  var s = u.shift();
280
290
  if (s.tagName === "SLOT") {
281
- var f = s.assignedElements(), _ = f.length ? f : s.children, T = n(_, !0, r);
282
- r.flatten ? c.push.apply(c, T) : c.push({
291
+ var f = s.assignedElements(), T = f.length ? f : s.children, k = n(T, !0, r);
292
+ r.flatten ? c.push.apply(c, k) : c.push({
283
293
  scopeParent: s,
284
- candidates: T
294
+ candidates: k
285
295
  });
286
296
  } else {
287
- var $ = le.call(s, Fe);
288
- $ && r.filter(s) && (a || !t.includes(s)) && c.push(s);
289
- var N = s.shadowRoot || // check for an undisclosed shadow
290
- typeof r.getShadowRoot == "function" && r.getShadowRoot(s), y = !r.shadowRootFilter || r.shadowRootFilter(s);
291
- if (N && y) {
292
- var S = n(N === !0 ? s.children : N.children, !0, r);
293
- r.flatten ? c.push.apply(c, S) : c.push({
297
+ var A = le.call(s, Fe);
298
+ A && r.filter(s) && (a || !t.includes(s)) && c.push(s);
299
+ var E = s.shadowRoot || // check for an undisclosed shadow
300
+ typeof r.getShadowRoot == "function" && r.getShadowRoot(s), w = !r.shadowRootFilter || r.shadowRootFilter(s);
301
+ if (E && w) {
302
+ var I = n(E === !0 ? s.children : E.children, !0, r);
303
+ r.flatten ? c.push.apply(c, I) : c.push({
294
304
  scopeParent: s,
295
- candidates: S
305
+ candidates: I
296
306
  });
297
307
  } else
298
308
  u.unshift.apply(u, s.children);
@@ -301,22 +311,22 @@ var jt = ["input", "select", "textarea", "a[href]", "button", "[tabindex]:not(sl
301
311
  return c;
302
312
  }, Vt = function(t, a) {
303
313
  return t.tabIndex < 0 && (a || /^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) || t.isContentEditable) && isNaN(parseInt(t.getAttribute("tabindex"), 10)) ? 0 : t.tabIndex;
304
- }, sr = function(t, a) {
314
+ }, dr = function(t, a) {
305
315
  return t.tabIndex === a.tabIndex ? t.documentOrder - a.documentOrder : t.tabIndex - a.tabIndex;
306
316
  }, Wt = function(t) {
307
317
  return t.tagName === "INPUT";
308
- }, cr = function(t) {
318
+ }, fr = function(t) {
309
319
  return Wt(t) && t.type === "hidden";
310
- }, lr = function(t) {
320
+ }, vr = function(t) {
311
321
  var a = t.tagName === "DETAILS" && Array.prototype.slice.apply(t.children).some(function(r) {
312
322
  return r.tagName === "SUMMARY";
313
323
  });
314
324
  return a;
315
- }, ur = function(t, a) {
325
+ }, br = function(t, a) {
316
326
  for (var r = 0; r < t.length; r++)
317
327
  if (t[r].checked && t[r].form === a)
318
328
  return t[r];
319
- }, dr = function(t) {
329
+ }, pr = function(t) {
320
330
  if (!t.name)
321
331
  return !0;
322
332
  var a = t.form || De(t), r = function(f) {
@@ -330,22 +340,22 @@ var jt = ["input", "select", "textarea", "a[href]", "button", "[tabindex]:not(sl
330
340
  } catch (s) {
331
341
  return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s", s.message), !1;
332
342
  }
333
- var u = ur(c, t.form);
343
+ var u = br(c, t.form);
334
344
  return !u || u === t;
335
- }, fr = function(t) {
345
+ }, hr = function(t) {
336
346
  return Wt(t) && t.type === "radio";
337
- }, vr = function(t) {
338
- return fr(t) && !dr(t);
339
- }, br = function(t) {
347
+ }, mr = function(t) {
348
+ return hr(t) && !pr(t);
349
+ }, gr = function(t) {
340
350
  for (var a, r = De(t).host, c = !!((a = r) !== null && a !== void 0 && a.ownerDocument.contains(r) || t.ownerDocument.contains(t)); !c && r; ) {
341
351
  var u;
342
352
  r = De(r).host, c = !!((u = r) !== null && u !== void 0 && u.ownerDocument.contains(r));
343
353
  }
344
354
  return c;
345
- }, $t = function(t) {
355
+ }, At = function(t) {
346
356
  var a = t.getBoundingClientRect(), r = a.width, c = a.height;
347
357
  return r === 0 && c === 0;
348
- }, pr = function(t, a) {
358
+ }, yr = function(t, a) {
349
359
  var r = a.displayCheck, c = a.getShadowRoot;
350
360
  if (getComputedStyle(t).visibility === "hidden")
351
361
  return !0;
@@ -355,21 +365,21 @@ var jt = ["input", "select", "textarea", "a[href]", "button", "[tabindex]:not(sl
355
365
  if (!r || r === "full" || r === "legacy-full") {
356
366
  if (typeof c == "function") {
357
367
  for (var f = t; t; ) {
358
- var _ = t.parentElement, T = De(t);
359
- if (_ && !_.shadowRoot && c(_) === !0)
360
- return $t(t);
361
- t.assignedSlot ? t = t.assignedSlot : !_ && T !== t.ownerDocument ? t = T.host : t = _;
368
+ var T = t.parentElement, k = De(t);
369
+ if (T && !T.shadowRoot && c(T) === !0)
370
+ return At(t);
371
+ t.assignedSlot ? t = t.assignedSlot : !T && k !== t.ownerDocument ? t = k.host : t = T;
362
372
  }
363
373
  t = f;
364
374
  }
365
- if (br(t))
375
+ if (gr(t))
366
376
  return !t.getClientRects().length;
367
377
  if (r !== "legacy-full")
368
378
  return !0;
369
379
  } else if (r === "non-zero-area")
370
- return $t(t);
380
+ return At(t);
371
381
  return !1;
372
- }, hr = function(t) {
382
+ }, _r = function(t) {
373
383
  if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))
374
384
  for (var a = t.parentElement; a; ) {
375
385
  if (a.tagName === "FIELDSET" && a.disabled) {
@@ -383,53 +393,53 @@ var jt = ["input", "select", "textarea", "a[href]", "button", "[tabindex]:not(sl
383
393
  a = a.parentElement;
384
394
  }
385
395
  return !1;
386
- }, Be = function(t, a) {
387
- return !(a.disabled || cr(a) || pr(a, t) || // For a details element with a summary, the summary element gets the focus
388
- lr(a) || hr(a));
396
+ }, Re = function(t, a) {
397
+ return !(a.disabled || fr(a) || yr(a, t) || // For a details element with a summary, the summary element gets the focus
398
+ vr(a) || _r(a));
389
399
  }, Qe = function(t, a) {
390
- return !(vr(a) || Vt(a) < 0 || !Be(t, a));
391
- }, mr = function(t) {
400
+ return !(mr(a) || Vt(a) < 0 || !Re(t, a));
401
+ }, wr = function(t) {
392
402
  var a = parseInt(t.getAttribute("tabindex"), 10);
393
403
  return !!(isNaN(a) || a >= 0);
394
- }, gr = function n(t) {
404
+ }, Tr = function n(t) {
395
405
  var a = [], r = [];
396
406
  return t.forEach(function(c, u) {
397
- var s = !!c.scopeParent, f = s ? c.scopeParent : c, _ = Vt(f, s), T = s ? n(c.candidates) : f;
398
- _ === 0 ? s ? a.push.apply(a, T) : a.push(f) : r.push({
407
+ var s = !!c.scopeParent, f = s ? c.scopeParent : c, T = Vt(f, s), k = s ? n(c.candidates) : f;
408
+ T === 0 ? s ? a.push.apply(a, k) : a.push(f) : r.push({
399
409
  documentOrder: u,
400
- tabIndex: _,
410
+ tabIndex: T,
401
411
  item: c,
402
412
  isScope: s,
403
- content: T
413
+ content: k
404
414
  });
405
- }), r.sort(sr).reduce(function(c, u) {
415
+ }), r.sort(dr).reduce(function(c, u) {
406
416
  return u.isScope ? c.push.apply(c, u.content) : c.push(u.content), c;
407
417
  }, []).concat(a);
408
- }, yr = function(t, a) {
418
+ }, kr = function(t, a) {
409
419
  a = a || {};
410
420
  var r;
411
421
  return a.getShadowRoot ? r = zt([t], a.includeContainer, {
412
422
  filter: Qe.bind(null, a),
413
423
  flatten: !1,
414
424
  getShadowRoot: a.getShadowRoot,
415
- shadowRootFilter: mr
416
- }) : r = Kt(t, a.includeContainer, Qe.bind(null, a)), gr(r);
417
- }, _r = function(t, a) {
425
+ shadowRootFilter: wr
426
+ }) : r = Kt(t, a.includeContainer, Qe.bind(null, a)), Tr(r);
427
+ }, Sr = function(t, a) {
418
428
  a = a || {};
419
429
  var r;
420
430
  return a.getShadowRoot ? r = zt([t], a.includeContainer, {
421
- filter: Be.bind(null, a),
431
+ filter: Re.bind(null, a),
422
432
  flatten: !0,
423
433
  getShadowRoot: a.getShadowRoot
424
- }) : r = Kt(t, a.includeContainer, Be.bind(null, a)), r;
425
- }, xe = function(t, a) {
434
+ }) : r = Kt(t, a.includeContainer, Re.bind(null, a)), r;
435
+ }, Oe = function(t, a) {
426
436
  if (a = a || {}, !t)
427
437
  throw new Error("No node provided");
428
438
  return le.call(t, Fe) === !1 ? !1 : Qe(a, t);
429
- }, wr = /* @__PURE__ */ jt.concat("iframe").join(","), Xe = function(t, a) {
439
+ }, Ir = /* @__PURE__ */ jt.concat("iframe").join(","), Xe = function(t, a) {
430
440
  if (a = a || {}, !t)
431
441
  throw new Error("No node provided");
432
- return le.call(t, wr) === !1 ? !1 : Be(a, t);
442
+ return le.call(t, Ir) === !1 ? !1 : Re(a, t);
433
443
  };
434
444
  /*!
435
445
  * focus-trap 7.2.0
@@ -449,22 +459,22 @@ function Dt(n) {
449
459
  for (var t = 1; t < arguments.length; t++) {
450
460
  var a = arguments[t] != null ? arguments[t] : {};
451
461
  t % 2 ? Ft(Object(a), !0).forEach(function(r) {
452
- Tr(n, r, a[r]);
462
+ Cr(n, r, a[r]);
453
463
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(a)) : Ft(Object(a)).forEach(function(r) {
454
464
  Object.defineProperty(n, r, Object.getOwnPropertyDescriptor(a, r));
455
465
  });
456
466
  }
457
467
  return n;
458
468
  }
459
- function Tr(n, t, a) {
460
- return t = Sr(t), t in n ? Object.defineProperty(n, t, {
469
+ function Cr(n, t, a) {
470
+ return t = xr(t), t in n ? Object.defineProperty(n, t, {
461
471
  value: a,
462
472
  enumerable: !0,
463
473
  configurable: !0,
464
474
  writable: !0
465
475
  }) : n[t] = a, n;
466
476
  }
467
- function kr(n, t) {
477
+ function Or(n, t) {
468
478
  if (typeof n != "object" || n === null)
469
479
  return n;
470
480
  var a = n[Symbol.toPrimitive];
@@ -476,11 +486,11 @@ function kr(n, t) {
476
486
  }
477
487
  return (t === "string" ? String : Number)(n);
478
488
  }
479
- function Sr(n) {
480
- var t = kr(n, "string");
489
+ function xr(n) {
490
+ var t = Or(n, "string");
481
491
  return typeof t == "symbol" ? t : String(t);
482
492
  }
483
- var Bt = {
493
+ var Rt = {
484
494
  activateTrap: function(t, a) {
485
495
  if (t.length > 0) {
486
496
  var r = t[t.length - 1];
@@ -493,17 +503,17 @@ var Bt = {
493
503
  var r = t.indexOf(a);
494
504
  r !== -1 && t.splice(r, 1), t.length > 0 && t[t.length - 1].unpause();
495
505
  }
496
- }, Ir = function(t) {
506
+ }, $r = function(t) {
497
507
  return t.tagName && t.tagName.toLowerCase() === "input" && typeof t.select == "function";
498
- }, Cr = function(t) {
508
+ }, Er = function(t) {
499
509
  return t.key === "Escape" || t.key === "Esc" || t.keyCode === 27;
500
510
  }, _e = function(t) {
501
511
  return t.key === "Tab" || t.keyCode === 9;
502
- }, xr = function(t) {
512
+ }, Nr = function(t) {
503
513
  return _e(t) && !t.shiftKey;
504
- }, Or = function(t) {
514
+ }, Ar = function(t) {
505
515
  return _e(t) && t.shiftKey;
506
- }, Rt = function(t) {
516
+ }, Bt = function(t) {
507
517
  return setTimeout(t, 0);
508
518
  }, Mt = function(t, a) {
509
519
  var r = -1;
@@ -514,15 +524,15 @@ var Bt = {
514
524
  for (var a = arguments.length, r = new Array(a > 1 ? a - 1 : 0), c = 1; c < a; c++)
515
525
  r[c - 1] = arguments[c];
516
526
  return typeof t == "function" ? t.apply(void 0, r) : t;
517
- }, Oe = function(t) {
527
+ }, xe = function(t) {
518
528
  return t.target.shadowRoot && typeof t.composedPath == "function" ? t.composedPath()[0] : t.target;
519
- }, Er = [], Nr = function(t, a) {
520
- var r = (a == null ? void 0 : a.document) || document, c = (a == null ? void 0 : a.trapStack) || Er, u = Dt({
529
+ }, Fr = [], Dr = function(t, a) {
530
+ var r = (a == null ? void 0 : a.document) || document, c = (a == null ? void 0 : a.trapStack) || Fr, u = Dt({
521
531
  returnFocusOnDeactivate: !0,
522
532
  escapeDeactivates: !0,
523
533
  delayInitialFocus: !0,
524
- isKeyForward: xr,
525
- isKeyBackward: Or
534
+ isKeyForward: Nr,
535
+ isKeyBackward: Ar
526
536
  }, a), s = {
527
537
  // containers given to createFocusTrap()
528
538
  // @type {Array<HTMLElement>}
@@ -554,52 +564,52 @@ var Bt = {
554
564
  // timer ID for when delayInitialFocus is true and initial focus in this trap
555
565
  // has been delayed during activation
556
566
  delayInitialFocusTimer: void 0
557
- }, f, _ = function(l, d, p) {
567
+ }, f, T = function(l, d, p) {
558
568
  return l && l[d] !== void 0 ? l[d] : u[p || d];
559
- }, T = function(l) {
569
+ }, k = function(l) {
560
570
  return s.containerGroups.findIndex(function(d) {
561
- var p = d.container, O = d.tabbableNodes;
571
+ var p = d.container, x = d.tabbableNodes;
562
572
  return p.contains(l) || // fall back to explicit tabbable search which will take into consideration any
563
573
  // web components if the `tabbableOptions.getShadowRoot` option was used for
564
574
  // the trap, enabling shadow DOM support in tabbable (`Node.contains()` doesn't
565
575
  // look inside web components even if open)
566
- O.find(function(g) {
576
+ x.find(function(g) {
567
577
  return g === l;
568
578
  });
569
579
  });
570
- }, $ = function(l) {
580
+ }, A = function(l) {
571
581
  var d = u[l];
572
582
  if (typeof d == "function") {
573
- for (var p = arguments.length, O = new Array(p > 1 ? p - 1 : 0), g = 1; g < p; g++)
574
- O[g - 1] = arguments[g];
575
- d = d.apply(void 0, O);
583
+ for (var p = arguments.length, x = new Array(p > 1 ? p - 1 : 0), g = 1; g < p; g++)
584
+ x[g - 1] = arguments[g];
585
+ d = d.apply(void 0, x);
576
586
  }
577
587
  if (d === !0 && (d = void 0), !d) {
578
588
  if (d === void 0 || d === !1)
579
589
  return d;
580
590
  throw new Error("`".concat(l, "` was specified but was not a node, or did not return a node"));
581
591
  }
582
- var A = d;
583
- if (typeof d == "string" && (A = r.querySelector(d), !A))
592
+ var N = d;
593
+ if (typeof d == "string" && (N = r.querySelector(d), !N))
584
594
  throw new Error("`".concat(l, "` as selector refers to no known node"));
585
- return A;
586
- }, N = function() {
587
- var l = $("initialFocus");
595
+ return N;
596
+ }, E = function() {
597
+ var l = A("initialFocus");
588
598
  if (l === !1)
589
599
  return !1;
590
600
  if (l === void 0)
591
- if (T(r.activeElement) >= 0)
601
+ if (k(r.activeElement) >= 0)
592
602
  l = r.activeElement;
593
603
  else {
594
604
  var d = s.tabbableGroups[0], p = d && d.firstTabbableNode;
595
- l = p || $("fallbackFocus");
605
+ l = p || A("fallbackFocus");
596
606
  }
597
607
  if (!l)
598
608
  throw new Error("Your focus-trap needs to have at least one focusable element");
599
609
  return l;
600
- }, y = function() {
610
+ }, w = function() {
601
611
  if (s.containerGroups = s.containers.map(function(l) {
602
- var d = yr(l, u.tabbableOptions), p = _r(l, u.tabbableOptions);
612
+ var d = kr(l, u.tabbableOptions), p = Sr(l, u.tabbableOptions);
603
613
  return {
604
614
  container: l,
605
615
  tabbableNodes: d,
@@ -615,37 +625,37 @@ var Bt = {
615
625
  * @returns {HTMLElement|undefined} The next tabbable node, if any.
616
626
  */
617
627
  nextTabbableNode: function(g) {
618
- var A = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, v = p.findIndex(function(L) {
628
+ var N = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, v = p.findIndex(function(L) {
619
629
  return L === g;
620
630
  });
621
631
  if (!(v < 0))
622
- return A ? p.slice(v + 1).find(function(L) {
623
- return xe(L, u.tabbableOptions);
632
+ return N ? p.slice(v + 1).find(function(L) {
633
+ return Oe(L, u.tabbableOptions);
624
634
  }) : p.slice(0, v).reverse().find(function(L) {
625
- return xe(L, u.tabbableOptions);
635
+ return Oe(L, u.tabbableOptions);
626
636
  });
627
637
  }
628
638
  };
629
639
  }), s.tabbableGroups = s.containerGroups.filter(function(l) {
630
640
  return l.tabbableNodes.length > 0;
631
- }), s.tabbableGroups.length <= 0 && !$("fallbackFocus"))
641
+ }), s.tabbableGroups.length <= 0 && !A("fallbackFocus"))
632
642
  throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");
633
- }, S = function I(l) {
643
+ }, I = function C(l) {
634
644
  if (l !== !1 && l !== r.activeElement) {
635
645
  if (!l || !l.focus) {
636
- I(N());
646
+ C(E());
637
647
  return;
638
648
  }
639
649
  l.focus({
640
650
  preventScroll: !!u.preventScroll
641
- }), s.mostRecentlyFocusedNode = l, Ir(l) && l.select();
651
+ }), s.mostRecentlyFocusedNode = l, $r(l) && l.select();
642
652
  }
643
- }, R = function(l) {
644
- var d = $("setReturnFocus", l);
653
+ }, B = function(l) {
654
+ var d = A("setReturnFocus", l);
645
655
  return d || (d === !1 ? !1 : l);
646
- }, Z = function(l) {
647
- var d = Oe(l);
648
- if (!(T(d) >= 0)) {
656
+ }, P = function(l) {
657
+ var d = xe(l);
658
+ if (!(k(d) >= 0)) {
649
659
  if (ge(u.clickOutsideDeactivates, l)) {
650
660
  f.deactivate({
651
661
  // if, on deactivation, we should return focus to the node originally-focused
@@ -666,57 +676,57 @@ var Bt = {
666
676
  ge(u.allowOutsideClick, l) || l.preventDefault();
667
677
  }
668
678
  }, Y = function(l) {
669
- var d = Oe(l), p = T(d) >= 0;
670
- p || d instanceof Document ? p && (s.mostRecentlyFocusedNode = d) : (l.stopImmediatePropagation(), S(s.mostRecentlyFocusedNode || N()));
679
+ var d = xe(l), p = k(d) >= 0;
680
+ p || d instanceof Document ? p && (s.mostRecentlyFocusedNode = d) : (l.stopImmediatePropagation(), I(s.mostRecentlyFocusedNode || E()));
671
681
  }, W = function(l) {
672
- var d = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, p = Oe(l);
673
- y();
674
- var O = null;
682
+ var d = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, p = xe(l);
683
+ w();
684
+ var x = null;
675
685
  if (s.tabbableGroups.length > 0) {
676
- var g = T(p), A = g >= 0 ? s.containerGroups[g] : void 0;
686
+ var g = k(p), N = g >= 0 ? s.containerGroups[g] : void 0;
677
687
  if (g < 0)
678
- d ? O = s.tabbableGroups[s.tabbableGroups.length - 1].lastTabbableNode : O = s.tabbableGroups[0].firstTabbableNode;
688
+ d ? x = s.tabbableGroups[s.tabbableGroups.length - 1].lastTabbableNode : x = s.tabbableGroups[0].firstTabbableNode;
679
689
  else if (d) {
680
690
  var v = Mt(s.tabbableGroups, function(pe) {
681
- var C = pe.firstTabbableNode;
682
- return p === C;
691
+ var O = pe.firstTabbableNode;
692
+ return p === O;
683
693
  });
684
- if (v < 0 && (A.container === p || Xe(p, u.tabbableOptions) && !xe(p, u.tabbableOptions) && !A.nextTabbableNode(p, !1)) && (v = g), v >= 0) {
694
+ if (v < 0 && (N.container === p || Xe(p, u.tabbableOptions) && !Oe(p, u.tabbableOptions) && !N.nextTabbableNode(p, !1)) && (v = g), v >= 0) {
685
695
  var L = v === 0 ? s.tabbableGroups.length - 1 : v - 1, ie = s.tabbableGroups[L];
686
- O = ie.lastTabbableNode;
696
+ x = ie.lastTabbableNode;
687
697
  } else
688
- _e(l) || (O = A.nextTabbableNode(p, !1));
698
+ _e(l) || (x = N.nextTabbableNode(p, !1));
689
699
  } else {
690
700
  var X = Mt(s.tabbableGroups, function(pe) {
691
- var C = pe.lastTabbableNode;
692
- return p === C;
701
+ var O = pe.lastTabbableNode;
702
+ return p === O;
693
703
  });
694
- if (X < 0 && (A.container === p || Xe(p, u.tabbableOptions) && !xe(p, u.tabbableOptions) && !A.nextTabbableNode(p)) && (X = g), X >= 0) {
704
+ if (X < 0 && (N.container === p || Xe(p, u.tabbableOptions) && !Oe(p, u.tabbableOptions) && !N.nextTabbableNode(p)) && (X = g), X >= 0) {
695
705
  var Q = X === s.tabbableGroups.length - 1 ? 0 : X + 1, Ze = s.tabbableGroups[Q];
696
- O = Ze.firstTabbableNode;
706
+ x = Ze.firstTabbableNode;
697
707
  } else
698
- _e(l) || (O = A.nextTabbableNode(p));
708
+ _e(l) || (x = N.nextTabbableNode(p));
699
709
  }
700
710
  } else
701
- O = $("fallbackFocus");
702
- O && (_e(l) && l.preventDefault(), S(O));
711
+ x = A("fallbackFocus");
712
+ x && (_e(l) && l.preventDefault(), I(x));
703
713
  }, U = function(l) {
704
- if (Cr(l) && ge(u.escapeDeactivates, l) !== !1) {
714
+ if (Er(l) && ge(u.escapeDeactivates, l) !== !1) {
705
715
  l.preventDefault(), f.deactivate();
706
716
  return;
707
717
  }
708
718
  (u.isKeyForward(l) || u.isKeyBackward(l)) && W(l, u.isKeyBackward(l));
709
719
  }, V = function(l) {
710
- var d = Oe(l);
711
- T(d) >= 0 || ge(u.clickOutsideDeactivates, l) || ge(u.allowOutsideClick, l) || (l.preventDefault(), l.stopImmediatePropagation());
712
- }, x = function() {
720
+ var d = xe(l);
721
+ k(d) >= 0 || ge(u.clickOutsideDeactivates, l) || ge(u.allowOutsideClick, l) || (l.preventDefault(), l.stopImmediatePropagation());
722
+ }, S = function() {
713
723
  if (s.active)
714
- return Bt.activateTrap(c, f), s.delayInitialFocusTimer = u.delayInitialFocus ? Rt(function() {
715
- S(N());
716
- }) : S(N()), r.addEventListener("focusin", Y, !0), r.addEventListener("mousedown", Z, {
724
+ return Rt.activateTrap(c, f), s.delayInitialFocusTimer = u.delayInitialFocus ? Bt(function() {
725
+ I(E());
726
+ }) : I(E()), r.addEventListener("focusin", Y, !0), r.addEventListener("mousedown", P, {
717
727
  capture: !0,
718
728
  passive: !1
719
- }), r.addEventListener("touchstart", Z, {
729
+ }), r.addEventListener("touchstart", P, {
720
730
  capture: !0,
721
731
  passive: !1
722
732
  }), r.addEventListener("click", V, {
@@ -728,7 +738,7 @@ var Bt = {
728
738
  }), f;
729
739
  }, M = function() {
730
740
  if (s.active)
731
- return r.removeEventListener("focusin", Y, !0), r.removeEventListener("mousedown", Z, !0), r.removeEventListener("touchstart", Z, !0), r.removeEventListener("click", V, !0), r.removeEventListener("keydown", U, !0), f;
741
+ return r.removeEventListener("focusin", Y, !0), r.removeEventListener("mousedown", P, !0), r.removeEventListener("touchstart", P, !0), r.removeEventListener("click", V, !0), r.removeEventListener("keydown", U, !0), f;
732
742
  };
733
743
  return f = {
734
744
  get active() {
@@ -740,12 +750,12 @@ var Bt = {
740
750
  activate: function(l) {
741
751
  if (s.active)
742
752
  return this;
743
- var d = _(l, "onActivate"), p = _(l, "onPostActivate"), O = _(l, "checkCanFocusTrap");
744
- O || y(), s.active = !0, s.paused = !1, s.nodeFocusedBeforeActivation = r.activeElement, d && d();
753
+ var d = T(l, "onActivate"), p = T(l, "onPostActivate"), x = T(l, "checkCanFocusTrap");
754
+ x || w(), s.active = !0, s.paused = !1, s.nodeFocusedBeforeActivation = r.activeElement, d && d();
745
755
  var g = function() {
746
- O && y(), x(), p && p();
756
+ x && w(), S(), p && p();
747
757
  };
748
- return O ? (O(s.containers.concat()).then(g, g), this) : (g(), this);
758
+ return x ? (x(s.containers.concat()).then(g, g), this) : (g(), this);
749
759
  },
750
760
  deactivate: function(l) {
751
761
  if (!s.active)
@@ -755,27 +765,27 @@ var Bt = {
755
765
  onPostDeactivate: u.onPostDeactivate,
756
766
  checkCanReturnFocus: u.checkCanReturnFocus
757
767
  }, l);
758
- clearTimeout(s.delayInitialFocusTimer), s.delayInitialFocusTimer = void 0, M(), s.active = !1, s.paused = !1, Bt.deactivateTrap(c, f);
759
- var p = _(d, "onDeactivate"), O = _(d, "onPostDeactivate"), g = _(d, "checkCanReturnFocus"), A = _(d, "returnFocus", "returnFocusOnDeactivate");
768
+ clearTimeout(s.delayInitialFocusTimer), s.delayInitialFocusTimer = void 0, M(), s.active = !1, s.paused = !1, Rt.deactivateTrap(c, f);
769
+ var p = T(d, "onDeactivate"), x = T(d, "onPostDeactivate"), g = T(d, "checkCanReturnFocus"), N = T(d, "returnFocus", "returnFocusOnDeactivate");
760
770
  p && p();
761
771
  var v = function() {
762
- Rt(function() {
763
- A && S(R(s.nodeFocusedBeforeActivation)), O && O();
772
+ Bt(function() {
773
+ N && I(B(s.nodeFocusedBeforeActivation)), x && x();
764
774
  });
765
775
  };
766
- return A && g ? (g(R(s.nodeFocusedBeforeActivation)).then(v, v), this) : (v(), this);
776
+ return N && g ? (g(B(s.nodeFocusedBeforeActivation)).then(v, v), this) : (v(), this);
767
777
  },
768
778
  pause: function() {
769
779
  return s.paused || !s.active ? this : (s.paused = !0, M(), this);
770
780
  },
771
781
  unpause: function() {
772
- return !s.paused || !s.active ? this : (s.paused = !1, y(), x(), this);
782
+ return !s.paused || !s.active ? this : (s.paused = !1, w(), S(), this);
773
783
  },
774
784
  updateContainerElements: function(l) {
775
785
  var d = [].concat(l).filter(Boolean);
776
786
  return s.containers = d.map(function(p) {
777
787
  return typeof p == "string" ? r.querySelector(p) : p;
778
- }), s.active && y(), this;
788
+ }), s.active && w(), this;
779
789
  }
780
790
  }, f.updateContainerElements(t), f;
781
791
  };
@@ -784,7 +794,7 @@ var Bt = {
784
794
  * (c) 2022 Eduardo San Martin Morote
785
795
  * @license MIT
786
796
  */
787
- const Ar = {
797
+ const Rr = {
788
798
  escapeDeactivates: {
789
799
  type: Boolean,
790
800
  default: !0
@@ -807,14 +817,14 @@ const Ar = {
807
817
  preventScroll: Boolean,
808
818
  setReturnFocus: [Object, String, Boolean, Function],
809
819
  tabbableOptions: Object
810
- }, $r = J({
820
+ }, Br = J({
811
821
  props: Object.assign({
812
822
  active: {
813
823
  // TODO: could be options for activate but what about the options for deactivating?
814
824
  type: Boolean,
815
825
  default: !0
816
826
  }
817
- }, Ar),
827
+ }, Rr),
818
828
  emits: [
819
829
  "update:active",
820
830
  "activate",
@@ -827,10 +837,10 @@ const Ar = {
827
837
  },
828
838
  setup(n, { slots: t, emit: a }) {
829
839
  let r;
830
- const c = z(null), u = w(() => {
840
+ const c = z(null), u = y(() => {
831
841
  const f = c.value;
832
842
  return f && (f instanceof HTMLElement ? f : f.$el);
833
- }), s = () => r || (r = Nr(u.value, {
843
+ }), s = () => r || (r = Dr(u.value, {
834
844
  escapeDeactivates: n.escapeDeactivates,
835
845
  allowOutsideClick: n.allowOutsideClick,
836
846
  returnFocusOnDeactivate: n.returnFocusOnDeactivate,
@@ -848,7 +858,7 @@ const Ar = {
848
858
  tabbableOptions: n.tabbableOptions
849
859
  }));
850
860
  return Me(() => {
851
- Ae(() => n.active, (f) => {
861
+ Ne(() => n.active, (f) => {
852
862
  f && u.value ? s().activate() : r && (r.deactivate(), (!u.value || u.value.nodeType === Node.COMMENT_NODE) && (r = null));
853
863
  }, { immediate: !0, flush: "post" });
854
864
  }), gn(() => {
@@ -863,7 +873,7 @@ const Ar = {
863
873
  renderImpl() {
864
874
  if (!t.default)
865
875
  return null;
866
- const f = t.default().filter((T) => T.type !== yn);
876
+ const f = t.default().filter((k) => k.type !== yn);
867
877
  return !f || !f.length || f.length > 1 ? (console.error("[focus-trap-vue]: FocusTrap requires exactly one child."), f) : _n(f[0], { ref: c });
868
878
  }
869
879
  };
@@ -881,18 +891,18 @@ function Gt() {
881
891
  }
882
892
  };
883
893
  }
884
- var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Re = {}, Fr = {
894
+ var $e = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Be = {}, Mr = {
885
895
  get exports() {
886
- return Re;
896
+ return Be;
887
897
  },
888
898
  set exports(n) {
889
- Re = n;
899
+ Be = n;
890
900
  }
891
901
  };
892
902
  (function(n, t) {
893
- var a = 200, r = "__lodash_hash_undefined__", c = 9007199254740991, u = "[object Arguments]", s = "[object Array]", f = "[object Boolean]", _ = "[object Date]", T = "[object Error]", $ = "[object Function]", N = "[object GeneratorFunction]", y = "[object Map]", S = "[object Number]", R = "[object Object]", Z = "[object Promise]", Y = "[object RegExp]", W = "[object Set]", U = "[object String]", V = "[object Symbol]", x = "[object WeakMap]", M = "[object ArrayBuffer]", I = "[object DataView]", l = "[object Float32Array]", d = "[object Float64Array]", p = "[object Int8Array]", O = "[object Int16Array]", g = "[object Int32Array]", A = "[object Uint8Array]", v = "[object Uint8ClampedArray]", L = "[object Uint16Array]", ie = "[object Uint32Array]", X = /[\\^$.*+?()[\]{}|]/g, Q = /\w*$/, Ze = /^\[object .+?Constructor\]$/, pe = /^(?:0|[1-9]\d*)$/, C = {};
894
- C[u] = C[s] = C[M] = C[I] = C[f] = C[_] = C[l] = C[d] = C[p] = C[O] = C[g] = C[y] = C[S] = C[R] = C[Y] = C[W] = C[U] = C[V] = C[A] = C[v] = C[L] = C[ie] = !0, C[T] = C[$] = C[x] = !1;
895
- var qt = typeof Ee == "object" && Ee && Ee.Object === Object && Ee, Yt = typeof self == "object" && self && self.Object === Object && self, ee = qt || Yt || Function("return this")(), it = t && !t.nodeType && t, ot = it && !0 && n && !n.nodeType && n, Xt = ot && ot.exports === it;
903
+ var a = 200, r = "__lodash_hash_undefined__", c = 9007199254740991, u = "[object Arguments]", s = "[object Array]", f = "[object Boolean]", T = "[object Date]", k = "[object Error]", A = "[object Function]", E = "[object GeneratorFunction]", w = "[object Map]", I = "[object Number]", B = "[object Object]", P = "[object Promise]", Y = "[object RegExp]", W = "[object Set]", U = "[object String]", V = "[object Symbol]", S = "[object WeakMap]", M = "[object ArrayBuffer]", C = "[object DataView]", l = "[object Float32Array]", d = "[object Float64Array]", p = "[object Int8Array]", x = "[object Int16Array]", g = "[object Int32Array]", N = "[object Uint8Array]", v = "[object Uint8ClampedArray]", L = "[object Uint16Array]", ie = "[object Uint32Array]", X = /[\\^$.*+?()[\]{}|]/g, Q = /\w*$/, Ze = /^\[object .+?Constructor\]$/, pe = /^(?:0|[1-9]\d*)$/, O = {};
904
+ O[u] = O[s] = O[M] = O[C] = O[f] = O[T] = O[l] = O[d] = O[p] = O[x] = O[g] = O[w] = O[I] = O[B] = O[Y] = O[W] = O[U] = O[V] = O[N] = O[v] = O[L] = O[ie] = !0, O[k] = O[A] = O[S] = !1;
905
+ var qt = typeof $e == "object" && $e && $e.Object === Object && $e, Yt = typeof self == "object" && self && self.Object === Object && self, ee = qt || Yt || Function("return this")(), it = t && !t.nodeType && t, ot = it && !0 && n && !n.nodeType && n, Xt = ot && ot.exports === it;
896
906
  function Jt(e, i) {
897
907
  return e.set(i[0], i[1]), e;
898
908
  }
@@ -905,14 +915,14 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
905
915
  return e;
906
916
  }
907
917
  function ta(e, i) {
908
- for (var o = -1, b = i.length, D = e.length; ++o < b; )
909
- e[D + o] = i[o];
918
+ for (var o = -1, b = i.length, R = e.length; ++o < b; )
919
+ e[R + o] = i[o];
910
920
  return e;
911
921
  }
912
922
  function st(e, i, o, b) {
913
- var D = -1, P = e ? e.length : 0;
914
- for (b && P && (o = e[++D]); ++D < P; )
915
- o = i(o, e[D], D, e);
923
+ var R = -1, j = e ? e.length : 0;
924
+ for (b && j && (o = e[++R]); ++R < j; )
925
+ o = i(o, e[R], R, e);
916
926
  return o;
917
927
  }
918
928
  function aa(e, i) {
@@ -934,8 +944,8 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
934
944
  }
935
945
  function lt(e) {
936
946
  var i = -1, o = Array(e.size);
937
- return e.forEach(function(b, D) {
938
- o[++i] = [D, b];
947
+ return e.forEach(function(b, R) {
948
+ o[++i] = [R, b];
939
949
  }), o;
940
950
  }
941
951
  function Pe(e, i) {
@@ -1009,11 +1019,11 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1009
1019
  function Ca(e) {
1010
1020
  return ke(this.__data__, e) > -1;
1011
1021
  }
1012
- function xa(e, i) {
1022
+ function Oa(e, i) {
1013
1023
  var o = this.__data__, b = ke(o, e);
1014
1024
  return b < 0 ? o.push([e, i]) : o[b][1] = i, this;
1015
1025
  }
1016
- te.prototype.clear = ka, te.prototype.delete = Sa, te.prototype.get = Ia, te.prototype.has = Ca, te.prototype.set = xa;
1026
+ te.prototype.clear = ka, te.prototype.delete = Sa, te.prototype.get = Ia, te.prototype.has = Ca, te.prototype.set = Oa;
1017
1027
  function ue(e) {
1018
1028
  var i = -1, o = e ? e.length : 0;
1019
1029
  for (this.clear(); ++i < o; ) {
@@ -1021,26 +1031,26 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1021
1031
  this.set(b[0], b[1]);
1022
1032
  }
1023
1033
  }
1024
- function Oa() {
1034
+ function xa() {
1025
1035
  this.__data__ = {
1026
1036
  hash: new oe(),
1027
1037
  map: new (he || te)(),
1028
1038
  string: new oe()
1029
1039
  };
1030
1040
  }
1031
- function Ea(e) {
1041
+ function $a(e) {
1032
1042
  return Se(this, e).delete(e);
1033
1043
  }
1034
- function Na(e) {
1044
+ function Ea(e) {
1035
1045
  return Se(this, e).get(e);
1036
1046
  }
1037
- function Aa(e) {
1047
+ function Na(e) {
1038
1048
  return Se(this, e).has(e);
1039
1049
  }
1040
- function $a(e, i) {
1050
+ function Aa(e, i) {
1041
1051
  return Se(this, e).set(e, i), this;
1042
1052
  }
1043
- ue.prototype.clear = Oa, ue.prototype.delete = Ea, ue.prototype.get = Na, ue.prototype.has = Aa, ue.prototype.set = $a;
1053
+ ue.prototype.clear = xa, ue.prototype.delete = $a, ue.prototype.get = Ea, ue.prototype.has = Na, ue.prototype.set = Aa;
1044
1054
  function de(e) {
1045
1055
  this.__data__ = new te(e);
1046
1056
  }
@@ -1050,10 +1060,10 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1050
1060
  function Da(e) {
1051
1061
  return this.__data__.delete(e);
1052
1062
  }
1053
- function Ba(e) {
1063
+ function Ra(e) {
1054
1064
  return this.__data__.get(e);
1055
1065
  }
1056
- function Ra(e) {
1066
+ function Ba(e) {
1057
1067
  return this.__data__.has(e);
1058
1068
  }
1059
1069
  function Ma(e, i) {
@@ -1066,11 +1076,11 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1066
1076
  }
1067
1077
  return o.set(e, i), this;
1068
1078
  }
1069
- de.prototype.clear = Fa, de.prototype.delete = Da, de.prototype.get = Ba, de.prototype.has = Ra, de.prototype.set = Ma;
1079
+ de.prototype.clear = Fa, de.prototype.delete = Da, de.prototype.get = Ra, de.prototype.has = Ba, de.prototype.set = Ma;
1070
1080
  function La(e, i) {
1071
- var o = Ue(e) || ln(e) ? aa(e.length, String) : [], b = o.length, D = !!b;
1072
- for (var P in e)
1073
- (i || ne.call(e, P)) && !(D && (P == "length" || rn(P, b))) && o.push(P);
1081
+ var o = Ue(e) || ln(e) ? aa(e.length, String) : [], b = o.length, R = !!b;
1082
+ for (var j in e)
1083
+ (i || ne.call(e, j)) && !(R && (j == "length" || rn(j, b))) && o.push(j);
1074
1084
  return o;
1075
1085
  }
1076
1086
  function yt(e, i, o) {
@@ -1086,9 +1096,9 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1086
1096
  function Za(e, i) {
1087
1097
  return e && _t(i, qe(i), e);
1088
1098
  }
1089
- function We(e, i, o, b, D, P, G) {
1099
+ function We(e, i, o, b, R, j, G) {
1090
1100
  var K;
1091
- if (b && (K = P ? b(e, D, P, G) : b(e)), K !== void 0)
1101
+ if (b && (K = j ? b(e, R, j, G) : b(e)), K !== void 0)
1092
1102
  return K;
1093
1103
  if (!Ie(e))
1094
1104
  return e;
@@ -1097,28 +1107,28 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1097
1107
  if (K = tn(e), !i)
1098
1108
  return Ja(e, K);
1099
1109
  } else {
1100
- var ve = se(e), xt = ve == $ || ve == N;
1110
+ var ve = se(e), Ot = ve == A || ve == E;
1101
1111
  if (dn(e))
1102
1112
  return Va(e, i);
1103
- if (ve == R || ve == u || xt && !P) {
1113
+ if (ve == B || ve == u || Ot && !j) {
1104
1114
  if (ct(e))
1105
- return P ? e : {};
1106
- if (K = an(xt ? {} : e), !i)
1115
+ return j ? e : {};
1116
+ if (K = an(Ot ? {} : e), !i)
1107
1117
  return Qa(e, Za(K, e));
1108
1118
  } else {
1109
- if (!C[ve])
1110
- return P ? e : {};
1119
+ if (!O[ve])
1120
+ return j ? e : {};
1111
1121
  K = nn(e, ve, We, i);
1112
1122
  }
1113
1123
  }
1114
1124
  G || (G = new de());
1115
- var Ot = G.get(e);
1116
- if (Ot)
1117
- return Ot;
1125
+ var xt = G.get(e);
1126
+ if (xt)
1127
+ return xt;
1118
1128
  if (G.set(e, K), !Ct)
1119
- var Et = o ? en(e) : qe(e);
1120
- return ea(Et || e, function(Ye, Ce) {
1121
- Et && (Ce = Ye, Ye = e[Ce]), yt(K, Ce, We(Ye, i, o, b, Ce, e, G));
1129
+ var $t = o ? en(e) : qe(e);
1130
+ return ea($t || e, function(Ye, Ce) {
1131
+ $t && (Ce = Ye, Ye = e[Ce]), yt(K, Ce, We(Ye, i, o, b, Ce, e, G));
1122
1132
  }), K;
1123
1133
  }
1124
1134
  function Pa(e) {
@@ -1186,8 +1196,8 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1186
1196
  }
1187
1197
  function _t(e, i, o, b) {
1188
1198
  o || (o = {});
1189
- for (var D = -1, P = i.length; ++D < P; ) {
1190
- var G = i[D], K = b ? b(o[G], e[G], G, o, e) : void 0;
1199
+ for (var R = -1, j = i.length; ++R < j; ) {
1200
+ var G = i[R], K = b ? b(o[G], e[G], G, o, e) : void 0;
1191
1201
  yt(o, G, K === void 0 ? e[G] : K);
1192
1202
  }
1193
1203
  return o;
@@ -1207,20 +1217,20 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1207
1217
  return Ka(o) ? o : void 0;
1208
1218
  }
1209
1219
  var wt = ht ? Pe(ht, Object) : bn, se = Ha;
1210
- (He && se(new He(new ArrayBuffer(1))) != I || he && se(new he()) != y || Ke && se(Ke.resolve()) != Z || ze && se(new ze()) != W || Ve && se(new Ve()) != x) && (se = function(e) {
1211
- var i = Te.call(e), o = i == R ? e.constructor : void 0, b = o ? ce(o) : void 0;
1220
+ (He && se(new He(new ArrayBuffer(1))) != C || he && se(new he()) != w || Ke && se(Ke.resolve()) != P || ze && se(new ze()) != W || Ve && se(new Ve()) != S) && (se = function(e) {
1221
+ var i = Te.call(e), o = i == B ? e.constructor : void 0, b = o ? ce(o) : void 0;
1212
1222
  if (b)
1213
1223
  switch (b) {
1214
1224
  case va:
1215
- return I;
1225
+ return C;
1216
1226
  case ba:
1217
- return y;
1227
+ return w;
1218
1228
  case pa:
1219
- return Z;
1229
+ return P;
1220
1230
  case ha:
1221
1231
  return W;
1222
1232
  case ma:
1223
- return x;
1233
+ return S;
1224
1234
  }
1225
1235
  return i;
1226
1236
  });
@@ -1232,30 +1242,30 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1232
1242
  return typeof e.constructor == "function" && !Tt(e) ? Pa(sa(e)) : {};
1233
1243
  }
1234
1244
  function nn(e, i, o, b) {
1235
- var D = e.constructor;
1245
+ var R = e.constructor;
1236
1246
  switch (i) {
1237
1247
  case M:
1238
1248
  return Ge(e);
1239
1249
  case f:
1240
- case _:
1241
- return new D(+e);
1242
- case I:
1250
+ case T:
1251
+ return new R(+e);
1252
+ case C:
1243
1253
  return Wa(e, b);
1244
1254
  case l:
1245
1255
  case d:
1246
1256
  case p:
1247
- case O:
1257
+ case x:
1248
1258
  case g:
1249
- case A:
1259
+ case N:
1250
1260
  case v:
1251
1261
  case L:
1252
1262
  case ie:
1253
1263
  return Xa(e, b);
1254
- case y:
1264
+ case w:
1255
1265
  return Ga(e, b, o);
1256
- case S:
1266
+ case I:
1257
1267
  case U:
1258
- return new D(e);
1268
+ return new R(e);
1259
1269
  case Y:
1260
1270
  return Ua(e);
1261
1271
  case W:
@@ -1310,7 +1320,7 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1310
1320
  var dn = da || pn;
1311
1321
  function It(e) {
1312
1322
  var i = Ie(e) ? Te.call(e) : "";
1313
- return i == $ || i == N;
1323
+ return i == A || i == E;
1314
1324
  }
1315
1325
  function fn(e) {
1316
1326
  return typeof e == "number" && e > -1 && e % 1 == 0 && e <= c;
@@ -1332,24 +1342,24 @@ var Ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1332
1342
  return !1;
1333
1343
  }
1334
1344
  n.exports = cn;
1335
- })(Fr, Re);
1336
- const Dr = Re, Br = {
1345
+ })(Mr, Be);
1346
+ const Lr = Be, Zr = {
1337
1347
  key: 0,
1338
1348
  class: "sidebar-header"
1339
- }, Rr = { class: "sidebar-content-container" }, Mr = {
1349
+ }, Pr = { class: "sidebar-content-container" }, jr = {
1340
1350
  key: 0,
1341
1351
  class: "sidebar-top"
1342
- }, Lr = { "aria-label": "Main menu" }, Zr = {
1352
+ }, Hr = { "aria-label": "Main menu" }, Kr = {
1343
1353
  key: 0,
1344
1354
  class: "level-primary top-items"
1345
- }, Pr = {
1355
+ }, zr = {
1346
1356
  key: 1,
1347
1357
  class: "sidebar-level-divider",
1348
1358
  role: "separator"
1349
- }, jr = {
1359
+ }, Vr = {
1350
1360
  key: 2,
1351
1361
  class: "level-primary bottom-items"
1352
- }, Hr = ["href", "target"], Kr = /* @__PURE__ */ J({
1362
+ }, Wr = ["href", "target"], Gr = /* @__PURE__ */ J({
1353
1363
  __name: "AppSidebar",
1354
1364
  props: {
1355
1365
  topItems: {
@@ -1418,31 +1428,31 @@ const Dr = Re, Br = {
1418
1428
  setup(n, { emit: t }) {
1419
1429
  const a = n;
1420
1430
  et((g) => ({
1421
- "4c0e97d0": h(s).mobileHeight,
1422
- "708c634c": h(s).mobileTop,
1423
- "33e4b5d8": n.zIndex,
1424
- ec781464: h(s).height,
1425
- "6dedf60e": h(s).top,
1426
- c4dd133c: h(_).marginTop,
1427
- "273dfbea": h(f).display,
1428
- "38f65741": h(f).minHeight,
1429
- "56df801d": h(T).top,
1430
- e9b83ea0: h(T).zIndex
1431
+ "0d88789a": h(s).mobileHeight,
1432
+ "6ef946c2": h(s).mobileTop,
1433
+ "6c5400ce": n.zIndex,
1434
+ "3d7e93d0": h(s).height,
1435
+ "6ad02a04": h(s).top,
1436
+ cb18ab50: h(T).marginTop,
1437
+ "7ebabc34": h(f).display,
1438
+ b777a5ea: h(f).minHeight,
1439
+ "58eb8cda": h(k).top,
1440
+ "2a882b7a": h(k).zIndex
1431
1441
  }));
1432
- const r = tt(), c = w(() => !!r.header), u = w(() => !!r.top), s = w(() => ({
1442
+ const r = tt(), c = y(() => !!r.header), u = y(() => !!r.top), s = y(() => ({
1433
1443
  mobileTop: a.mobileTopOffset && a.mobileEnabled ? `${a.mobileTopOffset}px` : a.topOffset ? `${a.topOffset}px` : "0",
1434
1444
  top: a.topOffset ? `${a.topOffset}px` : "0",
1435
1445
  mobileHeight: a.mobileTopOffset && a.mobileEnabled ? `calc(100% - ${a.mobileTopOffset}px)` : "100%",
1436
1446
  height: a.topOffset ? `calc(100% - ${a.topOffset}px)` : "100%"
1437
- })), f = w(() => ({
1447
+ })), f = y(() => ({
1438
1448
  display: !a.mobileHeaderVisible && a.mobileEnabled ? "none" : "flex",
1439
1449
  minHeight: `${a.headerHeight}px`
1440
- })), _ = w(() => ({
1450
+ })), T = y(() => ({
1441
1451
  marginTop: c.value ? `${a.headerHeight}px` : "0"
1442
- })), T = w(() => ({
1452
+ })), k = y(() => ({
1443
1453
  top: a.mobileTopOffset && a.mobileEnabled ? `${a.mobileTopOffset}px` : "0",
1444
1454
  zIndex: a.mobileOverlayZIndex !== null ? a.mobileOverlayZIndex : a.zIndex > 1 ? a.zIndex - 1 : 1
1445
- })), $ = (g) => Dr(g).map((v) => {
1455
+ })), A = (g) => Lr(g).map((v) => {
1446
1456
  var L, ie, X;
1447
1457
  if (v) {
1448
1458
  (!v.key || !((L = v.key) != null && L.trim())) && (v.key = String(v.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-")), (!v.testId || !((ie = v.testId) != null && ie.trim())) && (v.testId = String(v.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
@@ -1450,50 +1460,50 @@ const Dr = Re, Br = {
1450
1460
  Q.parentKey = v.key, (!Q.testId || !((X = Q.testId) != null && X.trim())) && (Q.testId = String(Q.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
1451
1461
  }
1452
1462
  return v;
1453
- }), N = w(() => a.topItems.length ? $(a.topItems) : []), y = w(() => a.bottomItems.length ? $(a.bottomItems) : []), S = z(a.open), R = (g) => {
1454
- var A, v;
1455
- S.value !== g && (S.value = g, t("toggle", g)), g ? (A = document == null ? void 0 : document.body) == null || A.classList.add("kong-ui-app-sidebar-open") : (v = document == null ? void 0 : document.body) == null || v.classList.remove("kong-ui-app-sidebar-open"), Y.value = !1;
1456
- }, Z = () => {
1457
- a.mobileOverlayCloseOnClick && R(!1);
1463
+ }), E = y(() => a.topItems.length ? A(a.topItems) : []), w = y(() => a.bottomItems.length ? A(a.bottomItems) : []), I = z(a.open), B = (g) => {
1464
+ var N, v;
1465
+ I.value !== g && (I.value = g, t("toggle", g)), g ? (N = document == null ? void 0 : document.body) == null || N.classList.add("kong-ui-app-sidebar-open") : (v = document == null ? void 0 : document.body) == null || v.classList.remove("kong-ui-app-sidebar-open"), Y.value = !1;
1466
+ }, P = () => {
1467
+ a.mobileOverlayCloseOnClick && B(!1);
1458
1468
  }, Y = z(!1), W = (g) => {
1459
1469
  Y.value = !0, t("click", g), setTimeout(() => {
1460
- R(!1);
1470
+ B(!1);
1461
1471
  }, a.mobileCloseDelay);
1462
1472
  };
1463
- Ae(() => a.open, (g) => {
1464
- R(g);
1473
+ Ne(() => a.open, (g) => {
1474
+ B(g);
1465
1475
  });
1466
1476
  const { debounce: U } = Gt(), V = U(() => {
1467
- S.value && x.value !== (window == null ? void 0 : window.innerWidth) && (x.value = window == null ? void 0 : window.innerWidth, R(!1));
1468
- }, 200), x = z(), M = z(!1), I = z(), l = () => {
1469
- M.value || (M.value = !0, clearTimeout(I.value), I.value = setTimeout(() => M.value = !1, 1300));
1470
- }, d = z(null), p = w(() => S.value && a.mobileEnabled), O = async (g) => {
1471
- var A, v;
1472
- g ? (await wn(), await new Promise((L) => setTimeout(L, 300)), (A = d.value) == null || A.activate()) : (v = d.value) == null || v.deactivate();
1477
+ I.value && S.value !== (window == null ? void 0 : window.innerWidth) && (S.value = window == null ? void 0 : window.innerWidth, B(!1));
1478
+ }, 200), S = z(), M = z(!1), C = z(), l = () => {
1479
+ M.value || (M.value = !0, clearTimeout(C.value), C.value = setTimeout(() => M.value = !1, 1300));
1480
+ }, d = z(null), p = y(() => I.value && a.mobileEnabled), x = async (g) => {
1481
+ var N, v;
1482
+ g ? (await wn(), await new Promise((L) => setTimeout(L, 300)), (N = d.value) == null || N.activate()) : (v = d.value) == null || v.deactivate();
1473
1483
  };
1474
- return Ae(p, async (g) => {
1475
- g ? await O(!0) : await O(!1);
1484
+ return Ne(p, async (g) => {
1485
+ g ? await x(!0) : await x(!1);
1476
1486
  }, { immediate: !0 }), Me(() => {
1477
- x.value = window == null ? void 0 : window.innerWidth, window.addEventListener("resize", V), window.addEventListener("resize", l);
1487
+ S.value = window == null ? void 0 : window.innerWidth, window.addEventListener("resize", V), window.addEventListener("resize", l);
1478
1488
  }), Zt(() => {
1479
1489
  window.removeEventListener("resize", V), window.removeEventListener("resize", l);
1480
- }), (g, A) => (m(), E(be, null, [
1481
- S.value && n.mobileOverlay && n.mobileEnabled ? (m(), E("div", {
1490
+ }), (g, N) => (m(), $(be, null, [
1491
+ I.value && n.mobileOverlay && n.mobileEnabled ? (m(), $("div", {
1482
1492
  key: 0,
1483
1493
  class: "kong-ui-app-sidebar-overlay",
1484
- onClick: Z
1485
- })) : F("", !0),
1486
- Le(h($r), {
1494
+ onClick: P
1495
+ })) : D("", !0),
1496
+ Le(h(Br), {
1487
1497
  ref_key: "focusTrap",
1488
1498
  ref: d,
1489
1499
  active: !1,
1490
1500
  "allow-outside-click": "",
1491
1501
  "fallback-focus": ".kong-ui-app-sidebar"
1492
1502
  }, {
1493
- default: j(() => [
1494
- k("aside", {
1503
+ default: Z(() => [
1504
+ _("aside", {
1495
1505
  class: ae(["kong-ui-app-sidebar", {
1496
- "sidebar-open": S.value,
1506
+ "sidebar-open": I.value,
1497
1507
  "no-sidebar-header": !h(c),
1498
1508
  "mobile-header-hidden": n.mobileEnabled && (!h(c) || !n.mobileHeaderVisible),
1499
1509
  "mobile-disabled": !n.mobileEnabled,
@@ -1501,67 +1511,67 @@ const Dr = Re, Br = {
1501
1511
  }]),
1502
1512
  tabindex: "-1"
1503
1513
  }, [
1504
- h(c) ? (m(), E("div", Br, [
1505
- B(g.$slots, "header", {}, void 0, !0)
1506
- ])) : F("", !0),
1507
- k("div", Rr, [
1508
- h(u) ? (m(), E("div", Mr, [
1509
- B(g.$slots, "top", {}, void 0, !0)
1510
- ])) : F("", !0),
1511
- k("nav", Lr, [
1512
- h(N).length ? (m(), E("ul", Zr, [
1513
- (m(!0), E(be, null, ye(h(N), (v) => (m(), H(At, {
1514
+ h(c) ? (m(), $("div", Zr, [
1515
+ F(g.$slots, "header", {}, void 0, !0)
1516
+ ])) : D("", !0),
1517
+ _("div", Pr, [
1518
+ h(u) ? (m(), $("div", jr, [
1519
+ F(g.$slots, "top", {}, void 0, !0)
1520
+ ])) : D("", !0),
1521
+ _("nav", Hr, [
1522
+ h(E).length ? (m(), $("ul", Kr, [
1523
+ (m(!0), $(be, null, ye(h(E), (v) => (m(), H(Nt, {
1514
1524
  key: v.name,
1515
1525
  item: v,
1516
1526
  onClick: W
1517
1527
  }, null, 8, ["item"]))), 128))
1518
- ])) : F("", !0),
1519
- h(N).length && h(y).length ? (m(), E("div", Pr)) : F("", !0),
1520
- h(y).length ? (m(), E("ul", jr, [
1521
- (m(!0), E(be, null, ye(h(y), (v) => (m(), H(At, {
1528
+ ])) : D("", !0),
1529
+ h(E).length && h(w).length ? (m(), $("div", zr)) : D("", !0),
1530
+ h(w).length ? (m(), $("ul", Vr, [
1531
+ (m(!0), $(be, null, ye(h(w), (v) => (m(), H(Nt, {
1522
1532
  key: v.name,
1523
1533
  item: v,
1524
1534
  onClick: W
1525
1535
  }, null, 8, ["item"]))), 128))
1526
- ])) : F("", !0)
1536
+ ])) : D("", !0)
1527
1537
  ])
1528
1538
  ]),
1529
- n.profileName || n.profileItems.length ? (m(), H(or, {
1539
+ n.profileName || n.profileItems.length ? (m(), H(ur, {
1530
1540
  key: 1,
1531
1541
  class: "sidebar-profile-menu",
1532
1542
  "item-count": n.profileItems.length,
1533
1543
  name: n.profileName
1534
1544
  }, {
1535
- default: j(() => [
1536
- (m(!0), E(be, null, ye(n.profileItems, (v) => (m(), H(h(xn), {
1545
+ default: Z(() => [
1546
+ (m(!0), $(be, null, ye(n.profileItems, (v) => (m(), H(h(On), {
1537
1547
  key: v.name,
1538
1548
  class: ae([{ "has-divider": v.hasDivider }, { "external-profile-dropdown-link": (v.external || v.newWindow) && typeof v.to == "string" }]),
1539
1549
  "has-divider": v.hasDivider,
1540
1550
  item: (v.external || v.newWindow) && typeof v.to == "string" ? void 0 : { label: v.name, to: v.to },
1541
1551
  onClick: (L) => W(v)
1542
1552
  }, {
1543
- default: j(() => [
1544
- (v.external || v.newWindow) && typeof v.to == "string" ? (m(), E("a", {
1553
+ default: Z(() => [
1554
+ (v.external || v.newWindow) && typeof v.to == "string" ? (m(), $("a", {
1545
1555
  key: 0,
1546
1556
  class: "sidebar-item-external-link",
1547
1557
  href: v.to,
1548
1558
  target: v.newWindow ? "_blank" : void 0
1549
1559
  }, [
1550
- $e(re(v.name) + " ", 1),
1560
+ Ae(re(v.name) + " ", 1),
1551
1561
  v.newWindow ? (m(), H(h(Pt), {
1552
1562
  key: 0,
1553
1563
  color: "var(--black-70, rgba(0,0,0,0.7))",
1554
1564
  icon: "externalLink",
1555
1565
  size: "20",
1556
1566
  viewBox: "0 0 20 20"
1557
- })) : F("", !0)
1558
- ], 8, Hr)) : F("", !0)
1567
+ })) : D("", !0)
1568
+ ], 8, Wr)) : D("", !0)
1559
1569
  ]),
1560
1570
  _: 2
1561
1571
  }, 1032, ["class", "has-divider", "item", "onClick"]))), 128))
1562
1572
  ]),
1563
1573
  _: 1
1564
- }, 8, ["item-count", "name"])) : F("", !0)
1574
+ }, 8, ["item-count", "name"])) : D("", !0)
1565
1575
  ], 2)
1566
1576
  ]),
1567
1577
  _: 3
@@ -1569,11 +1579,11 @@ const Dr = Re, Br = {
1569
1579
  ], 64));
1570
1580
  }
1571
1581
  });
1572
- const zr = /* @__PURE__ */ q(Kr, [["__scopeId", "data-v-c68b89f2"]]), rt = (n) => (at("data-v-33b3f7c3"), n = n(), nt(), n), Vr = ["aria-label", "onClick"], Wr = /* @__PURE__ */ rt(() => /* @__PURE__ */ k("span", { class: "line" }, null, -1)), Gr = /* @__PURE__ */ rt(() => /* @__PURE__ */ k("span", { class: "line" }, null, -1)), Ur = /* @__PURE__ */ rt(() => /* @__PURE__ */ k("span", { class: "line" }, null, -1)), qr = [
1573
- Wr,
1574
- Gr,
1575
- Ur
1576
- ], Yr = /* @__PURE__ */ J({
1582
+ const Ur = /* @__PURE__ */ q(Gr, [["__scopeId", "data-v-fe465cf7"]]), rt = (n) => (at("data-v-33b3f7c3"), n = n(), nt(), n), qr = ["aria-label", "onClick"], Yr = /* @__PURE__ */ rt(() => /* @__PURE__ */ _("span", { class: "line" }, null, -1)), Xr = /* @__PURE__ */ rt(() => /* @__PURE__ */ _("span", { class: "line" }, null, -1)), Jr = /* @__PURE__ */ rt(() => /* @__PURE__ */ _("span", { class: "line" }, null, -1)), Qr = [
1583
+ Yr,
1584
+ Xr,
1585
+ Jr
1586
+ ], ei = /* @__PURE__ */ J({
1577
1587
  __name: "SidebarToggle",
1578
1588
  props: {
1579
1589
  active: {
@@ -1586,25 +1596,25 @@ const zr = /* @__PURE__ */ q(Kr, [["__scopeId", "data-v-c68b89f2"]]), rt = (n) =
1586
1596
  const a = n, r = z(a.active || !1), c = () => {
1587
1597
  r.value = !r.value, t("toggle", r.value);
1588
1598
  };
1589
- return Ae(() => a.active, (u) => {
1599
+ return Ne(() => a.active, (u) => {
1590
1600
  r.value = u;
1591
- }), (u, s) => (m(), E("a", {
1601
+ }), (u, s) => (m(), $("a", {
1592
1602
  "aria-haspopup": "true",
1593
1603
  "aria-label": r.value ? "Close Main Menu" : "Open Main Menu",
1594
1604
  class: ae(["sidebar-menu-toggle", { active: r.value }]),
1595
1605
  href: "#",
1596
1606
  role: "button",
1597
1607
  onClick: Lt(c, ["prevent"])
1598
- }, qr, 10, Vr));
1608
+ }, Qr, 10, qr));
1599
1609
  }
1600
1610
  });
1601
- const Xr = /* @__PURE__ */ q(Yr, [["__scopeId", "data-v-33b3f7c3"]]), Jr = (n) => (at("data-v-e4c3e9d9"), n = n(), nt(), n), Qr = { id: "kong-ui-app-layout-notification" }, ei = { class: "mobile-logo" }, ti = {
1611
+ const ti = /* @__PURE__ */ q(ei, [["__scopeId", "data-v-33b3f7c3"]]), ai = (n) => (at("data-v-c8f90c1e"), n = n(), nt(), n), ni = { id: "kong-ui-app-layout-notification" }, ri = { class: "mobile-logo" }, ii = {
1602
1612
  key: 0,
1603
1613
  class: "navbar-logo"
1604
- }, ai = {
1614
+ }, oi = {
1605
1615
  class: "kong-ui-app-layout-main",
1606
1616
  "data-testid": "kong-ui-app-layout-main"
1607
- }, ni = { class: "kong-ui-app-layout-content" }, ri = /* @__PURE__ */ Jr(() => /* @__PURE__ */ k("div", { id: "kong-ui-app-layout-teleport-default-slot" }, null, -1)), ii = /* @__PURE__ */ J({
1617
+ }, si = { class: "kong-ui-app-layout-content" }, ci = /* @__PURE__ */ ai(() => /* @__PURE__ */ _("div", { id: "kong-ui-app-layout-teleport-default-slot" }, null, -1)), li = /* @__PURE__ */ J({
1608
1618
  __name: "AppLayout",
1609
1619
  props: {
1610
1620
  hideDefaultSlot: {
@@ -1645,136 +1655,157 @@ const Xr = /* @__PURE__ */ q(Yr, [["__scopeId", "data-v-33b3f7c3"]]), Jr = (n) =
1645
1655
  emits: ["sidebar-click"],
1646
1656
  setup(n, { emit: t }) {
1647
1657
  const a = n;
1648
- et((x) => ({
1649
- c32327b4: h(Z),
1650
- "9f45c4ce": h(Y)
1658
+ et((S) => ({
1659
+ aa60aac2: h(P),
1660
+ "3ae158d2": h(Y)
1651
1661
  }));
1652
- const r = tt(), c = Ne({
1653
- navbarLogo: w(() => !!r["navbar-logo"]),
1654
- navbarMobileLogo: w(() => !!r["navbar-mobile-logo"]),
1655
- sidebarHeader: w(() => !!r["sidebar-header"]),
1656
- sidebarTop: w(() => !!r["sidebar-top"])
1657
- }), u = w(() => a.hideDefaultSlot), s = Ne({
1658
- hidden: w(() => a.navbarHidden)
1659
- }), f = Ne({
1660
- topItems: w(() => a.sidebarTopItems),
1661
- bottomItems: w(() => a.sidebarBottomItems),
1662
- profileItems: w(() => a.sidebarProfileItems),
1663
- profileName: w(() => a.sidebarProfileName),
1664
- open: w(() => a.sidebarOpen),
1665
- hidden: w(() => a.sidebarHidden)
1666
- }), _ = (x) => {
1667
- t("sidebar-click", x);
1668
- }, T = z(!1), $ = (x) => {
1669
- T.value = x;
1662
+ const r = tt(), c = Ee({
1663
+ navbarLeft: y(() => !!r["navbar-left"]),
1664
+ navbarCenter: y(() => !!r["navbar-center"]),
1665
+ navbarRight: y(() => !!r["navbar-right"]),
1666
+ navbarLogo: y(() => !!r["navbar-logo"]),
1667
+ navbarMobileLogo: y(() => !!r["navbar-mobile-logo"]),
1668
+ sidebarHeader: y(() => !!r["sidebar-header"]),
1669
+ sidebarTop: y(() => !!r["sidebar-top"])
1670
+ }), u = y(() => a.hideDefaultSlot), s = Ee({
1671
+ hidden: y(() => a.navbarHidden)
1672
+ }), f = Ee({
1673
+ topItems: y(() => a.sidebarTopItems),
1674
+ bottomItems: y(() => a.sidebarBottomItems),
1675
+ profileItems: y(() => a.sidebarProfileItems),
1676
+ profileName: y(() => a.sidebarProfileName),
1677
+ open: y(() => a.sidebarOpen),
1678
+ hidden: y(() => a.sidebarHidden)
1679
+ }), T = (S) => {
1680
+ t("sidebar-click", S);
1681
+ }, k = z(!1), A = (S) => {
1682
+ k.value = S;
1670
1683
  };
1671
1684
  Tn(() => {
1672
- T.value = kn(f, "open").value || !1;
1685
+ k.value = kn(f, "open").value || !1;
1673
1686
  });
1674
- const N = z(0), y = z(60), S = z(0), R = w(() => s.hidden ? S.value : y.value + S.value), Z = w(() => `${R.value}px`), Y = w(() => f.hidden || s.hidden ? "0" : "16px"), { debounce: W } = Gt(), U = W((x = !1) => {
1675
- if (x || N.value !== (window == null ? void 0 : window.innerWidth)) {
1687
+ const E = z(0), w = z(60), I = z(0), B = y(() => s.hidden ? I.value : w.value + I.value), P = y(() => `${B.value}px`), Y = y(() => f.hidden || s.hidden ? "0" : "16px"), { debounce: W } = Gt(), U = W((S = !1) => {
1688
+ if (S || E.value !== (window == null ? void 0 : window.innerWidth)) {
1676
1689
  const M = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
1677
- M && (S.value = M.offsetHeight);
1690
+ M && (I.value = M.offsetHeight);
1678
1691
  }
1679
1692
  }, 200), V = z();
1680
1693
  return Me(() => {
1681
- var M, I;
1682
- (M = document == null ? void 0 : document.body) == null || M.classList.add("kong-ui-app-layout-body"), (I = document == null ? void 0 : document.documentElement) == null || I.classList.add("kong-ui-app-layout-html"), N.value = window == null ? void 0 : window.innerWidth, U(!0);
1683
- const x = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
1684
- x && (V.value = new ResizeObserver((l) => {
1694
+ var M, C;
1695
+ (M = document == null ? void 0 : document.body) == null || M.classList.add("kong-ui-app-layout-body"), (C = document == null ? void 0 : document.documentElement) == null || C.classList.add("kong-ui-app-layout-html"), E.value = window == null ? void 0 : window.innerWidth, U(!0);
1696
+ const S = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
1697
+ S && (V.value = new ResizeObserver((l) => {
1685
1698
  for (const d of l) {
1686
1699
  const p = d.contentRect.height;
1687
- S.value !== p && (S.value = p);
1700
+ I.value !== p && (I.value = p);
1688
1701
  }
1689
- }), V.value.observe(x)), window.addEventListener("resize", U);
1702
+ }), V.value.observe(S)), window.addEventListener("resize", U);
1690
1703
  }), Zt(() => {
1691
1704
  V.value && V.value.disconnect(), window.removeEventListener("resize", U);
1692
- }), (x, M) => (m(), E("div", {
1705
+ }), (S, M) => (m(), $("div", {
1693
1706
  class: ae(["kong-ui-app-layout", [
1694
1707
  { "navbar-hidden": s.hidden },
1695
1708
  { "sidebar-hidden": f.hidden }
1696
1709
  ]])
1697
1710
  }, [
1698
- k("div", Qr, [
1699
- B(x.$slots, "notification", {}, void 0, !0)
1711
+ _("div", ni, [
1712
+ F(S.$slots, "notification", {}, void 0, !0)
1700
1713
  ]),
1701
- s.hidden ? F("", !0) : (m(), H(Fn, {
1714
+ s.hidden ? D("", !0) : (m(), H(Mn, {
1702
1715
  key: String(f.hidden),
1703
1716
  "left-offset": f.hidden ? 0 : void 0,
1704
- "top-offset": S.value
1705
- }, Nt({
1706
- "mobile-sidebar-toggle": j(() => [
1707
- f.hidden ? F("", !0) : (m(), H(Xr, {
1717
+ "top-offset": I.value
1718
+ }, Et({
1719
+ "mobile-sidebar-toggle": Z(() => [
1720
+ f.hidden ? D("", !0) : (m(), H(ti, {
1708
1721
  key: 0,
1709
- active: T.value,
1710
- onToggle: $
1722
+ active: k.value,
1723
+ onToggle: A
1711
1724
  }, null, 8, ["active"]))
1712
1725
  ]),
1713
- default: j(() => [
1714
- B(x.$slots, "navbar", {}, void 0, !0)
1715
- ]),
1716
1726
  _: 2
1717
1727
  }, [
1718
1728
  c.navbarMobileLogo ? {
1719
1729
  name: "mobile-logo",
1720
- fn: j(() => [
1721
- k("div", ei, [
1722
- B(x.$slots, "navbar-mobile-logo", {}, void 0, !0)
1730
+ fn: Z(() => [
1731
+ _("div", ri, [
1732
+ F(S.$slots, "navbar-mobile-logo", {}, void 0, !0)
1723
1733
  ])
1724
1734
  ]),
1725
1735
  key: "0"
1726
1736
  } : void 0,
1727
1737
  c.navbarLogo ? {
1728
1738
  name: "logo",
1729
- fn: j(() => [
1730
- f.hidden ? (m(), E("div", ti, [
1731
- B(x.$slots, "navbar-logo", {}, void 0, !0)
1732
- ])) : F("", !0)
1739
+ fn: Z(() => [
1740
+ f.hidden ? (m(), $("div", ii, [
1741
+ F(S.$slots, "navbar-logo", {}, void 0, !0)
1742
+ ])) : D("", !0)
1733
1743
  ]),
1734
1744
  key: "1"
1745
+ } : void 0,
1746
+ c.navbarLeft ? {
1747
+ name: "left",
1748
+ fn: Z(() => [
1749
+ F(S.$slots, "navbar-left", {}, void 0, !0)
1750
+ ]),
1751
+ key: "2"
1752
+ } : void 0,
1753
+ c.navbarCenter ? {
1754
+ name: "center",
1755
+ fn: Z(() => [
1756
+ F(S.$slots, "navbar-center", {}, void 0, !0)
1757
+ ]),
1758
+ key: "3"
1759
+ } : void 0,
1760
+ c.navbarRight ? {
1761
+ name: "right",
1762
+ fn: Z(() => [
1763
+ F(S.$slots, "navbar-right", {}, void 0, !0)
1764
+ ]),
1765
+ key: "4"
1735
1766
  } : void 0
1736
1767
  ]), 1032, ["left-offset", "top-offset"])),
1737
- f.hidden ? F("", !0) : (m(), H(zr, {
1768
+ f.hidden ? D("", !0) : (m(), H(Ur, {
1738
1769
  key: 1,
1739
1770
  "bottom-items": f.bottomItems,
1740
- "header-height": y.value,
1771
+ "header-height": w.value,
1741
1772
  "mobile-enabled": "",
1742
1773
  "mobile-header-visible": !1,
1743
- "mobile-top-offset": h(R),
1744
- open: T.value,
1774
+ "mobile-top-offset": h(B),
1775
+ open: k.value,
1745
1776
  "profile-items": f.profileItems,
1746
1777
  "profile-name": f.profileName,
1747
1778
  "top-items": f.topItems,
1748
- "top-offset": S.value,
1749
- onClick: _,
1750
- onToggle: $
1751
- }, Nt({ _: 2 }, [
1779
+ "top-offset": I.value,
1780
+ onClick: T,
1781
+ onToggle: A
1782
+ }, Et({ _: 2 }, [
1752
1783
  c.sidebarHeader ? {
1753
1784
  name: "header",
1754
- fn: j(() => [
1755
- B(x.$slots, "sidebar-header", {}, void 0, !0)
1785
+ fn: Z(() => [
1786
+ F(S.$slots, "sidebar-header", {}, void 0, !0)
1756
1787
  ]),
1757
1788
  key: "0"
1758
1789
  } : void 0,
1759
1790
  c.sidebarTop ? {
1760
1791
  name: "top",
1761
- fn: j(() => [
1762
- B(x.$slots, "sidebar-top", {}, void 0, !0)
1792
+ fn: Z(() => [
1793
+ F(S.$slots, "sidebar-top", {}, void 0, !0)
1763
1794
  ]),
1764
1795
  key: "1"
1765
1796
  } : void 0
1766
1797
  ]), 1032, ["bottom-items", "header-height", "mobile-top-offset", "open", "profile-items", "profile-name", "top-items", "top-offset"])),
1767
- k("main", ai, [
1768
- k("div", ni, [
1769
- ri,
1770
- B(x.$slots, "app-error", {}, void 0, !0),
1771
- h(u) ? F("", !0) : B(x.$slots, "default", { key: 0 }, void 0, !0)
1798
+ _("main", oi, [
1799
+ _("div", si, [
1800
+ ci,
1801
+ F(S.$slots, "app-error", {}, void 0, !0),
1802
+ h(u) ? D("", !0) : F(S.$slots, "default", { key: 0 }, void 0, !0)
1772
1803
  ])
1773
1804
  ])
1774
1805
  ], 2));
1775
1806
  }
1776
1807
  });
1777
- const oi = /* @__PURE__ */ q(ii, [["__scopeId", "data-v-e4c3e9d9"]]), si = /* @__PURE__ */ J({
1808
+ const ui = /* @__PURE__ */ q(li, [["__scopeId", "data-v-c8f90c1e"]]), di = /* @__PURE__ */ J({
1778
1809
  __name: "NavbarDropdownMenu",
1779
1810
  props: {
1780
1811
  options: {
@@ -1801,8 +1832,8 @@ const oi = /* @__PURE__ */ q(ii, [["__scopeId", "data-v-e4c3e9d9"]]), si = /* @_
1801
1832
  r.value = s, t("change", r.value);
1802
1833
  };
1803
1834
  return (s, f) => {
1804
- const _ = Je("KDropdownItem"), T = Je("KDropdownMenu");
1805
- return m(), H(T, {
1835
+ const T = Je("KDropdownItem"), k = Je("KDropdownMenu");
1836
+ return m(), H(k, {
1806
1837
  appearance: "selectionMenu",
1807
1838
  class: "top-bar-dropdown-menu",
1808
1839
  disabled: n.disabled,
@@ -1810,19 +1841,19 @@ const oi = /* @__PURE__ */ q(ii, [["__scopeId", "data-v-e4c3e9d9"]]), si = /* @_
1810
1841
  "kpop-attributes": { placement: "bottomStart", disabled: n.disabled },
1811
1842
  label: r.value.label,
1812
1843
  width: n.width,
1813
- onChange: f[0] || (f[0] = ($) => c($))
1844
+ onChange: f[0] || (f[0] = (A) => c(A))
1814
1845
  }, {
1815
- items: j(({ handleSelection: $ }) => [
1816
- B(s.$slots, "default", {}, () => [
1817
- (m(!0), E(be, null, ye(n.options, (N) => (m(), H(_, {
1818
- key: N.value,
1819
- "data-testid": "select-" + N.value,
1820
- selected: r.value.value === N.value,
1821
- onClick: (y) => $(N)
1846
+ items: Z(({ handleSelection: A }) => [
1847
+ F(s.$slots, "default", {}, () => [
1848
+ (m(!0), $(be, null, ye(n.options, (E) => (m(), H(T, {
1849
+ key: E.value,
1850
+ "data-testid": "select-" + E.value,
1851
+ selected: r.value.value === E.value,
1852
+ onClick: (w) => A(E)
1822
1853
  }, {
1823
- default: j(() => [
1824
- B(s.$slots, "default", { option: N }, () => [
1825
- $e(re(N.label), 1)
1854
+ default: Z(() => [
1855
+ F(s.$slots, "default", { option: E }, () => [
1856
+ Ae(re(E.label), 1)
1826
1857
  ], !0)
1827
1858
  ]),
1828
1859
  _: 2
@@ -1834,52 +1865,52 @@ const oi = /* @__PURE__ */ q(ii, [["__scopeId", "data-v-e4c3e9d9"]]), si = /* @_
1834
1865
  };
1835
1866
  }
1836
1867
  });
1837
- const Ti = /* @__PURE__ */ q(si, [["__scopeId", "data-v-b5a37136"]]), ci = {}, li = {
1868
+ const Ci = /* @__PURE__ */ q(di, [["__scopeId", "data-v-b5a37136"]]), fi = {}, vi = {
1838
1869
  fill: "none",
1839
1870
  height: "130",
1840
1871
  width: "130",
1841
1872
  xmlns: "http://www.w3.org/2000/svg"
1842
- }, ui = /* @__PURE__ */ Sn('<path clip-rule="evenodd" d="M19.111 120.198c-.226 0-.409-.164-.409-.368v-4.812c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.165-.409-.368v-4.812c0-.204.183-.368.409-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.164-.409-.367V66.89c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368V47.64c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.164-.409-.368v-4.812c0-.204.183-.368.409-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.369v-4.812c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.165-.409-.368V9.138c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368ZM110.889 120.198c-.225 0-.408-.164-.408-.368v-4.812c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.165-.408-.368v-4.812c0-.204.183-.368.408-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.164-.408-.367V66.89c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368V47.64c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.164-.408-.368v-4.812c0-.204.183-.368.408-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.369v-4.812c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.165-.408-.368V9.138c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Z" fill="#D6D6D6" fill-rule="evenodd"></path><path clip-rule="evenodd" d="M123.553 107.758a.399.399 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.399.399 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408H87.69a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.135 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408H37.01a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.067a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.067c.215 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408H6.603a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409ZM123.553 21.434a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.399.399 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409H87.69a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.135 0a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409H37.01a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.387.409H6.603a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Z" fill="#D6D6D6" fill-rule="evenodd"></path><circle cx="65" cy="65" opacity=".5" r="64" stroke="#B6B6BD" stroke-dasharray="5.69 5.69" stroke-linecap="round" stroke-width=".854"></circle><g clip-path="url(#a)" stroke="#169FCC" stroke-miterlimit="10" stroke-width="1.42"><path d="m33.523 104.868-5.72-.695a1.214 1.214 0 0 1-.766-.386 1.182 1.182 0 0 1-.312-.788v-7.448c0-.095.038-.186.106-.253a.365.365 0 0 1 .256-.104l5.254-.263M61.471 22.733a1.761 1.761 0 0 1 1.45.235 49.628 49.628 0 0 1 15.613 17.6 48.797 48.797 0 0 1 5.65 22.702 47.236 47.236 0 0 1-.333 5.325 41.34 41.34 0 0 0-12.501-.441 48.503 48.503 0 0 0-1.813-23.734 49.117 49.117 0 0 0-12.91-20.119c1.602-.591 3.223-1.136 4.844-1.568Z"></path><path d="M71.35 68.154a39.493 39.493 0 0 0-10.813 3.757 51.298 51.298 0 0 0 3.251-18.062c0-9.392-4.939-19.179-9.783-27.237-.257-.432 0-1.616 2.642-2.32"></path><path d="M56.236 78.58a13.605 13.605 0 0 0-4.29-9.289 14.017 14.017 0 0 0-9.622-3.786 9.617 9.617 0 0 1-6.456-2.446 9.341 9.341 0 0 1-3.079-6.1l-.286-4.256c3.09 0 9.46 4.105 13.216 4.866 3.757.76 8.21.253 11.862 3.437a13.303 13.303 0 0 1 4.357 6.575"></path><path d="M68.594 75.442c-3.432 6.95-7.914 11.59-14.303 16.033a47.076 47.076 0 0 1-21.702 8.058v-4.696c11.642-4.809 22.208-11.806 27.948-22.88"></path><path d="M76.499 84.815a46.939 46.939 0 0 1-17.392 14.511 50.925 50.925 0 0 1-22.885 5.457c-2.317 0-3.662.47-3.662-.695v-4.555"></path><path d="M83.85 68.595c22.304 16.22 4.044 39.25-19.652 37.663.954-.939 29.95-22.222-3.661-34.3"></path><path d="M84.184 58.47c13.607 0 25.746 26.242 17.383 30.995-1.182-17.508-17.716-20.87-17.716-20.87"></path></g><defs><clipPath id="a"><path d="M0 0h79v85H0z" fill="#fff" transform="translate(26 22)"></path></clipPath></defs>', 5), di = [
1843
- ui
1873
+ }, bi = /* @__PURE__ */ Sn('<path clip-rule="evenodd" d="M19.111 120.198c-.226 0-.409-.164-.409-.368v-4.812c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.165-.409-.368v-4.812c0-.204.183-.368.409-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.164-.409-.367V66.89c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368V47.64c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.164-.409-.368v-4.812c0-.204.183-.368.409-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.369v-4.812c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.165-.409-.368V9.138c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368ZM110.889 120.198c-.225 0-.408-.164-.408-.368v-4.812c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.165-.408-.368v-4.812c0-.204.183-.368.408-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.164-.408-.367V66.89c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368V47.64c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.164-.408-.368v-4.812c0-.204.183-.368.408-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.369v-4.812c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.165-.408-.368V9.138c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Z" fill="#D6D6D6" fill-rule="evenodd"></path><path clip-rule="evenodd" d="M123.553 107.758a.399.399 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.399.399 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408H87.69a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.135 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408H37.01a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.067a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.067c.215 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408H6.603a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409ZM123.553 21.434a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.399.399 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409H87.69a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.135 0a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409H37.01a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.387.409H6.603a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Z" fill="#D6D6D6" fill-rule="evenodd"></path><circle cx="65" cy="65" opacity=".5" r="64" stroke="#B6B6BD" stroke-dasharray="5.69 5.69" stroke-linecap="round" stroke-width=".854"></circle><g clip-path="url(#a)" stroke="#169FCC" stroke-miterlimit="10" stroke-width="1.42"><path d="m33.523 104.868-5.72-.695a1.214 1.214 0 0 1-.766-.386 1.182 1.182 0 0 1-.312-.788v-7.448c0-.095.038-.186.106-.253a.365.365 0 0 1 .256-.104l5.254-.263M61.471 22.733a1.761 1.761 0 0 1 1.45.235 49.628 49.628 0 0 1 15.613 17.6 48.797 48.797 0 0 1 5.65 22.702 47.236 47.236 0 0 1-.333 5.325 41.34 41.34 0 0 0-12.501-.441 48.503 48.503 0 0 0-1.813-23.734 49.117 49.117 0 0 0-12.91-20.119c1.602-.591 3.223-1.136 4.844-1.568Z"></path><path d="M71.35 68.154a39.493 39.493 0 0 0-10.813 3.757 51.298 51.298 0 0 0 3.251-18.062c0-9.392-4.939-19.179-9.783-27.237-.257-.432 0-1.616 2.642-2.32"></path><path d="M56.236 78.58a13.605 13.605 0 0 0-4.29-9.289 14.017 14.017 0 0 0-9.622-3.786 9.617 9.617 0 0 1-6.456-2.446 9.341 9.341 0 0 1-3.079-6.1l-.286-4.256c3.09 0 9.46 4.105 13.216 4.866 3.757.76 8.21.253 11.862 3.437a13.303 13.303 0 0 1 4.357 6.575"></path><path d="M68.594 75.442c-3.432 6.95-7.914 11.59-14.303 16.033a47.076 47.076 0 0 1-21.702 8.058v-4.696c11.642-4.809 22.208-11.806 27.948-22.88"></path><path d="M76.499 84.815a46.939 46.939 0 0 1-17.392 14.511 50.925 50.925 0 0 1-22.885 5.457c-2.317 0-3.662.47-3.662-.695v-4.555"></path><path d="M83.85 68.595c22.304 16.22 4.044 39.25-19.652 37.663.954-.939 29.95-22.222-3.661-34.3"></path><path d="M84.184 58.47c13.607 0 25.746 26.242 17.383 30.995-1.182-17.508-17.716-20.87-17.716-20.87"></path></g><defs><clipPath id="a"><path d="M0 0h79v85H0z" fill="#fff" transform="translate(26 22)"></path></clipPath></defs>', 5), pi = [
1874
+ bi
1844
1875
  ];
1845
- function fi(n, t) {
1846
- return m(), E("svg", li, di);
1876
+ function hi(n, t) {
1877
+ return m(), $("svg", vi, pi);
1847
1878
  }
1848
- const vi = /* @__PURE__ */ q(ci, [["render", fi]]), Ut = (n) => (at("data-v-ff05f71e"), n = n(), nt(), n), bi = { class: "kong-ui-app-error" }, pi = { class: "banana-icon" }, hi = { class: "kong-ui-app-error-content" }, mi = /* @__PURE__ */ Ut(() => /* @__PURE__ */ k("h2", null, "An unexpected error has occurred", -1)), gi = /* @__PURE__ */ Ut(() => /* @__PURE__ */ k("p", null, [
1849
- /* @__PURE__ */ $e("Go back to the previous page or "),
1850
- /* @__PURE__ */ k("a", { href: "/" }, "return home"),
1851
- /* @__PURE__ */ $e(".")
1852
- ], -1)), yi = /* @__PURE__ */ J({
1879
+ const mi = /* @__PURE__ */ q(fi, [["render", hi]]), Ut = (n) => (at("data-v-ff05f71e"), n = n(), nt(), n), gi = { class: "kong-ui-app-error" }, yi = { class: "banana-icon" }, _i = { class: "kong-ui-app-error-content" }, wi = /* @__PURE__ */ Ut(() => /* @__PURE__ */ _("h2", null, "An unexpected error has occurred", -1)), Ti = /* @__PURE__ */ Ut(() => /* @__PURE__ */ _("p", null, [
1880
+ /* @__PURE__ */ Ae("Go back to the previous page or "),
1881
+ /* @__PURE__ */ _("a", { href: "/" }, "return home"),
1882
+ /* @__PURE__ */ Ae(".")
1883
+ ], -1)), ki = /* @__PURE__ */ J({
1853
1884
  __name: "AppError",
1854
1885
  setup(n) {
1855
- return (t, a) => (m(), E("section", bi, [
1856
- k("div", pi, [
1857
- Le(vi)
1886
+ return (t, a) => (m(), $("section", gi, [
1887
+ _("div", yi, [
1888
+ Le(mi)
1858
1889
  ]),
1859
- k("div", hi, [
1860
- B(t.$slots, "default", {}, () => [
1861
- mi,
1862
- gi
1890
+ _("div", _i, [
1891
+ F(t.$slots, "default", {}, () => [
1892
+ wi,
1893
+ Ti
1863
1894
  ], !0)
1864
1895
  ])
1865
1896
  ]));
1866
1897
  }
1867
1898
  });
1868
- const ki = /* @__PURE__ */ q(yi, [["__scopeId", "data-v-ff05f71e"]]), Si = {
1899
+ const Oi = /* @__PURE__ */ q(ki, [["__scopeId", "data-v-ff05f71e"]]), xi = {
1869
1900
  // Customize Vue plugin options as desired
1870
1901
  // Providing a `name` property allows for customizing the registered
1871
1902
  // name of your component (useful if exporting a single component).
1872
1903
  install: (n, t = {}) => {
1873
- n.component(t.name || "AppLayout", oi);
1904
+ n.component(t.name || "AppLayout", ui);
1874
1905
  }
1875
1906
  };
1876
1907
  export {
1877
- ki as AppError,
1878
- oi as AppLayout,
1879
- Fn as AppNavbar,
1880
- zr as AppSidebar,
1881
- Ti as NavbarDropdownMenu,
1882
- Xr as SidebarToggle,
1883
- Si as default
1908
+ Oi as AppError,
1909
+ ui as AppLayout,
1910
+ Mn as AppNavbar,
1911
+ Ur as AppSidebar,
1912
+ Ci as NavbarDropdownMenu,
1913
+ ti as SidebarToggle,
1914
+ xi as default
1884
1915
  };
1885
1916
  //# sourceMappingURL=app-layout.es.js.map