@kong-ui-public/app-layout 2.0.3-pr.937.9eeb7f79.0 → 2.1.0

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,5 +1,5 @@
1
- import { defineComponent as te, resolveComponent as ce, openBlock as h, createBlock as Q, withCtx as B, renderSlot as $, createElementBlock as m, Fragment as Ce, renderList as Ae, normalizeClass as ie, createTextVNode as ct, toDisplayString as J, computed as g, createSlots as Me, createVNode as we, createCommentVNode as C, createElementVNode as _, createStaticVNode as pn, pushScopeId as Ge, popScopeId as Ue, useCssVars as ut, useSlots as dt, reactive as Pe, onMounted as We, resolveDynamicComponent as mn, withKeys as gn, ref as q, watch as Ze, onUnmounted as yn, Comment as _n, cloneVNode as wn, onBeforeUnmount as Ht, unref as Tn, nextTick as kn, withModifiers as Sn, watchEffect as In, toRef as $n } from "vue";
2
- const Cn = /* @__PURE__ */ te({
1
+ import { defineComponent as ee, resolveComponent as ce, openBlock as h, createBlock as Q, withCtx as B, renderSlot as O, createElementBlock as m, Fragment as Oe, renderList as Ae, normalizeClass as re, createTextVNode as ct, toDisplayString as J, computed as g, createSlots as Me, createVNode as we, createCommentVNode as $, createElementVNode as _, createStaticVNode as yn, pushScopeId as ze, popScopeId as Ge, useCssVars as ut, useSlots as dt, reactive as Pe, onMounted as We, resolveDynamicComponent as _n, withKeys as wn, ref as G, watch as Ze, onUnmounted as Tn, Comment as kn, cloneVNode as Sn, unref as Rt, onBeforeUnmount as Vt, nextTick as In, withModifiers as Cn, watchEffect as On, toRef as $n } from "vue";
2
+ const An = /* @__PURE__ */ ee({
3
3
  __name: "AccountDropdown",
4
4
  props: {
5
5
  options: {
@@ -27,16 +27,16 @@ const Cn = /* @__PURE__ */ te({
27
27
  width: n.width
28
28
  }, {
29
29
  items: B(({ handleSelection: d }) => [
30
- $(t.$slots, "default", {}, () => [
31
- (h(!0), m(Ce, null, Ae(n.options, (o) => (h(), Q(r, {
30
+ O(t.$slots, "default", {}, () => [
31
+ (h(!0), m(Oe, null, Ae(n.options, (o) => (h(), Q(r, {
32
32
  key: o.value,
33
- class: ie({ "has-divider": o.hasDivider }),
33
+ class: re({ "has-divider": o.hasDivider }),
34
34
  "data-testid": "select-" + o.value,
35
35
  "has-divider": o.hasDivider,
36
36
  onClick: (v) => d(o)
37
37
  }, {
38
38
  default: B(() => [
39
- $(t.$slots, "default", { option: o }, () => [
39
+ O(t.$slots, "default", { option: o }, () => [
40
40
  ct(J(o.label), 1)
41
41
  ], !0)
42
42
  ]),
@@ -49,48 +49,48 @@ const Cn = /* @__PURE__ */ te({
49
49
  };
50
50
  }
51
51
  });
52
- const ae = (n, t) => {
52
+ const te = (n, t) => {
53
53
  const a = n.__vccOpts || n;
54
54
  for (const [r, l] of t)
55
55
  a[r] = l;
56
56
  return a;
57
- }, Mi = /* @__PURE__ */ ae(Cn, [["__scopeId", "data-v-2c485203"]]), On = {
57
+ }, Ui = /* @__PURE__ */ te(An, [["__scopeId", "data-v-2c485203"]]), Nn = {
58
58
  class: "about-section-title",
59
59
  "data-testid": "about-section-title"
60
- }, An = { class: "about-section-header-end" }, Nn = {
60
+ }, En = { class: "about-section-header-end" }, xn = {
61
61
  key: 0,
62
62
  class: "about-section-timestamps-created",
63
63
  "data-testid": "about-section-timestamps-created"
64
- }, En = {
64
+ }, Fn = {
65
65
  key: 1,
66
66
  class: "about-section-timestamps-arrow"
67
- }, Fn = {
67
+ }, Dn = {
68
68
  key: 2,
69
69
  class: "about-section-timestamps-modified",
70
70
  "data-testid": "about-section-timestamps-modified"
71
- }, xn = {
71
+ }, Bn = {
72
72
  key: 1,
73
73
  class: "about-section-actions",
74
74
  "data-testid": "about-section-actions"
75
- }, Dn = {
75
+ }, Rn = {
76
76
  key: 0,
77
77
  "data-testid": "about-section-loading-skeleton"
78
- }, Bn = { key: 1 }, Rn = {
78
+ }, Ln = { key: 1 }, Pn = {
79
79
  key: 0,
80
80
  class: "about-section-description",
81
81
  "data-testid": "about-section-description"
82
- }, Ln = {
82
+ }, Mn = {
83
83
  key: 1,
84
84
  class: "about-section-content",
85
85
  "data-testid": "about-section-content"
86
- }, Pn = {
86
+ }, Zn = {
87
87
  key: 2,
88
88
  "data-testid": "about-divider-section-separator"
89
- }, Mn = {
89
+ }, Kn = {
90
90
  key: 3,
91
91
  class: "about-divider-section",
92
92
  "data-testid": "about-divider-section"
93
- }, Zn = /* @__PURE__ */ te({
93
+ }, jn = /* @__PURE__ */ ee({
94
94
  __name: "AppAboutSection",
95
95
  props: {
96
96
  title: {
@@ -128,7 +128,7 @@ const ae = (n, t) => {
128
128
  const d = ce("KSkeletonBox"), o = ce("KCard");
129
129
  return h(), Q(o, { class: "kong-ui-app-about-section" }, Me({
130
130
  body: B(() => [
131
- n.isLoading ? (h(), m("div", Dn, [
131
+ n.isLoading ? (h(), m("div", Rn, [
132
132
  we(d, {
133
133
  height: "2",
134
134
  width: "100"
@@ -137,15 +137,15 @@ const ae = (n, t) => {
137
137
  height: "2",
138
138
  width: "100"
139
139
  })
140
- ])) : (h(), m("div", Bn, [
141
- n.description ? (h(), m("p", Rn, J(n.description), 1)) : C("", !0),
142
- r.$slots.default ? (h(), m("div", Ln, [
143
- $(r.$slots, "default", {}, void 0, !0)
144
- ])) : C("", !0),
145
- r.$slots["divider-section"] ? (h(), m("hr", Pn)) : C("", !0),
146
- r.$slots["divider-section"] ? (h(), m("div", Mn, [
147
- $(r.$slots, "divider-section", {}, void 0, !0)
148
- ])) : C("", !0)
140
+ ])) : (h(), m("div", Ln, [
141
+ n.description ? (h(), m("p", Pn, J(n.description), 1)) : $("", !0),
142
+ r.$slots.default ? (h(), m("div", Mn, [
143
+ O(r.$slots, "default", {}, void 0, !0)
144
+ ])) : $("", !0),
145
+ r.$slots["divider-section"] ? (h(), m("hr", Zn)) : $("", !0),
146
+ r.$slots["divider-section"] ? (h(), m("div", Kn, [
147
+ O(r.$slots, "divider-section", {}, void 0, !0)
148
+ ])) : $("", !0)
149
149
  ]))
150
150
  ]),
151
151
  _: 2
@@ -153,25 +153,25 @@ const ae = (n, t) => {
153
153
  n.title ? {
154
154
  name: "title",
155
155
  fn: B(() => [
156
- _("span", On, J(n.title), 1)
156
+ _("span", Nn, J(n.title), 1)
157
157
  ]),
158
158
  key: "0"
159
159
  } : void 0,
160
160
  r.$slots.actions || n.created || n.modified ? {
161
161
  name: "actions",
162
162
  fn: B(() => [
163
- _("div", An, [
163
+ _("div", En, [
164
164
  n.created || n.modified ? (h(), m("div", {
165
165
  key: 0,
166
- class: ie(["about-section-timestamps", { "has-actions": r.$slots.actions }])
166
+ class: re(["about-section-timestamps", { "has-actions": r.$slots.actions }])
167
167
  }, [
168
- n.created ? (h(), m("span", Nn, J(n.createdLabel) + ": " + J(n.created), 1)) : C("", !0),
169
- n.created && a.value ? (h(), m("span", En, "->")) : C("", !0),
170
- a.value ? (h(), m("span", Fn, J(n.modifiedLabel) + ": " + J(n.modified), 1)) : C("", !0)
171
- ], 2)) : C("", !0),
172
- r.$slots.actions ? (h(), m("div", xn, [
173
- $(r.$slots, "actions", {}, void 0, !0)
174
- ])) : C("", !0)
168
+ n.created ? (h(), m("span", xn, J(n.createdLabel) + ": " + J(n.created), 1)) : $("", !0),
169
+ n.created && a.value ? (h(), m("span", Fn, "->")) : $("", !0),
170
+ a.value ? (h(), m("span", Dn, J(n.modifiedLabel) + ": " + J(n.modified), 1)) : $("", !0)
171
+ ], 2)) : $("", !0),
172
+ r.$slots.actions ? (h(), m("div", Bn, [
173
+ O(r.$slots, "actions", {}, void 0, !0)
174
+ ])) : $("", !0)
175
175
  ])
176
176
  ]),
177
177
  key: "1"
@@ -180,41 +180,41 @@ const ae = (n, t) => {
180
180
  };
181
181
  }
182
182
  });
183
- const Zi = /* @__PURE__ */ ae(Zn, [["__scopeId", "data-v-f6ab802e"]]), jn = {}, Kn = {
183
+ const Vi = /* @__PURE__ */ te(jn, [["__scopeId", "data-v-f6ab802e"]]), Hn = {}, Un = {
184
184
  fill: "none",
185
185
  height: "130",
186
186
  width: "130",
187
187
  xmlns: "http://www.w3.org/2000/svg"
188
- }, Hn = /* @__PURE__ */ pn('<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), zn = [
189
- Hn
188
+ }, Vn = /* @__PURE__ */ yn('<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), zn = [
189
+ Vn
190
190
  ];
191
- function Vn(n, t) {
192
- return h(), m("svg", Kn, zn);
191
+ function Gn(n, t) {
192
+ return h(), m("svg", Un, zn);
193
193
  }
194
- const Gn = /* @__PURE__ */ ae(jn, [["render", Vn]]), zt = (n) => (Ge("data-v-5cbccc66"), n = n(), Ue(), n), Un = { class: "kong-ui-app-error" }, Wn = { class: "banana-icon" }, qn = { class: "kong-ui-app-error-content" }, Yn = /* @__PURE__ */ zt(() => /* @__PURE__ */ _("h2", null, "An unexpected error has occurred", -1)), Xn = /* @__PURE__ */ zt(() => /* @__PURE__ */ _("p", null, [
194
+ const Wn = /* @__PURE__ */ te(Hn, [["render", Gn]]), zt = (n) => (ze("data-v-5cbccc66"), n = n(), Ge(), n), qn = { class: "kong-ui-app-error" }, Xn = { class: "banana-icon" }, Yn = { class: "kong-ui-app-error-content" }, Jn = /* @__PURE__ */ zt(() => /* @__PURE__ */ _("h2", null, "An unexpected error has occurred", -1)), Qn = /* @__PURE__ */ zt(() => /* @__PURE__ */ _("p", null, [
195
195
  /* @__PURE__ */ ct("Go back to the previous page or "),
196
196
  /* @__PURE__ */ _("a", { href: "/" }, "return home"),
197
197
  /* @__PURE__ */ ct(".")
198
- ], -1)), Jn = /* @__PURE__ */ te({
198
+ ], -1)), er = /* @__PURE__ */ ee({
199
199
  __name: "AppError",
200
200
  setup(n) {
201
- return (t, a) => (h(), m("section", Un, [
202
- _("div", Wn, [
203
- we(Gn)
201
+ return (t, a) => (h(), m("section", qn, [
202
+ _("div", Xn, [
203
+ we(Wn)
204
204
  ]),
205
- _("div", qn, [
206
- $(t.$slots, "default", {}, () => [
207
- Yn,
208
- Xn
205
+ _("div", Yn, [
206
+ O(t.$slots, "default", {}, () => [
207
+ Jn,
208
+ Qn
209
209
  ], !0)
210
210
  ])
211
211
  ]));
212
212
  }
213
213
  });
214
- const ji = /* @__PURE__ */ ae(Jn, [["__scopeId", "data-v-5cbccc66"]]), Qn = { class: "kong-ui-app-navbar" }, er = { class: "header-content" }, tr = { class: "mobile-header-left" }, ar = {
214
+ const zi = /* @__PURE__ */ te(er, [["__scopeId", "data-v-5cbccc66"]]), tr = { class: "kong-ui-app-navbar" }, ar = { class: "header-content" }, nr = { class: "mobile-header-left" }, rr = {
215
215
  key: 0,
216
216
  class: "app-navbar-logo"
217
- }, nr = { class: "navbar-content" }, rr = { class: "navbar-content-left" }, ir = { class: "navbar-content-center" }, or = { class: "navbar-content-right" }, sr = /* @__PURE__ */ te({
217
+ }, ir = { class: "navbar-content" }, or = { class: "navbar-content-left" }, sr = { class: "navbar-content-center" }, cr = { class: "navbar-content-right" }, lr = /* @__PURE__ */ ee({
218
218
  __name: "AppNavbar",
219
219
  props: {
220
220
  topOffset: {
@@ -253,31 +253,31 @@ const ji = /* @__PURE__ */ ae(Jn, [["__scopeId", "data-v-5cbccc66"]]), Qn = { cl
253
253
  left: t.leftOffset ? `${t.leftOffset}px` : "0",
254
254
  zIndex: t.zIndex
255
255
  }));
256
- return (o, v) => (h(), m("header", Qn, [
257
- _("div", er, [
258
- _("div", tr, [
259
- $(o.$slots, "mobile-sidebar-toggle"),
260
- $(o.$slots, "mobile-logo")
261
- ]),
262
- r.value ? (h(), m("div", ar, [
263
- $(o.$slots, "logo")
264
- ])) : C("", !0),
256
+ return (o, v) => (h(), m("header", tr, [
257
+ _("div", ar, [
265
258
  _("div", nr, [
266
- _("div", rr, [
267
- $(o.$slots, "left")
259
+ O(o.$slots, "mobile-sidebar-toggle"),
260
+ O(o.$slots, "mobile-logo")
261
+ ]),
262
+ r.value ? (h(), m("div", rr, [
263
+ O(o.$slots, "logo")
264
+ ])) : $("", !0),
265
+ _("div", ir, [
266
+ _("div", or, [
267
+ O(o.$slots, "left")
268
268
  ]),
269
- _("div", ir, [
270
- $(o.$slots, "center")
269
+ _("div", sr, [
270
+ O(o.$slots, "center")
271
271
  ]),
272
- _("div", or, [
273
- $(o.$slots, "right")
272
+ _("div", cr, [
273
+ O(o.$slots, "right")
274
274
  ])
275
275
  ])
276
276
  ])
277
277
  ]));
278
278
  }
279
279
  });
280
- const cr = /* @__PURE__ */ ae(sr, [["__scopeId", "data-v-7a2a459a"]]), lr = ["title"], ot = 99, ur = /* @__PURE__ */ te({
280
+ const ur = /* @__PURE__ */ te(lr, [["__scopeId", "data-v-7a2a459a"]]), dr = ["title"], ot = 99, fr = /* @__PURE__ */ ee({
281
281
  __name: "ItemBadge",
282
282
  props: {
283
283
  count: {
@@ -292,16 +292,16 @@ const cr = /* @__PURE__ */ ae(sr, [["__scopeId", "data-v-7a2a459a"]]), lr = ["ti
292
292
  key: 0,
293
293
  class: "item-badge",
294
294
  title: (n.count || 0) > ot ? String(n.count) : void 0
295
- }, J(a.value), 9, lr)) : C("", !0);
295
+ }, J(a.value), 9, dr)) : $("", !0);
296
296
  }
297
297
  });
298
- const dr = /* @__PURE__ */ ae(ur, [["__scopeId", "data-v-912b1a1b"]]), fr = ["data-testid"], vr = ["aria-controls", "aria-expanded", "href", "target", "onClick", "onKeypress"], br = {
298
+ const vr = /* @__PURE__ */ te(fr, [["__scopeId", "data-v-912b1a1b"]]), br = ["data-testid"], hr = ["aria-controls", "aria-expanded", "href", "target", "onClick", "onKeypress"], pr = {
299
299
  key: 0,
300
300
  class: "sidebar-item-icon"
301
- }, hr = { class: "sidebar-item-name-container" }, pr = { class: "sidebar-item-name has-tooltip" }, mr = {
301
+ }, mr = { class: "sidebar-item-name-container" }, gr = { class: "sidebar-item-name has-tooltip" }, yr = {
302
302
  key: 2,
303
303
  class: "sidebar-item-label truncate-text truncate-18"
304
- }, gr = ["id"], yr = /* @__PURE__ */ te({
304
+ }, _r = ["id"], wr = /* @__PURE__ */ ee({
305
305
  __name: "SidebarItem",
306
306
  props: {
307
307
  item: {
@@ -317,45 +317,45 @@ const dr = /* @__PURE__ */ ae(ur, [["__scopeId", "data-v-912b1a1b"]]), fr = ["da
317
317
  setup(n, { emit: t }) {
318
318
  const a = n, r = g(() => typeof a.item.to != "string" ? !1 : !!a.item.newWindow || !!a.item.external || a.item.to.startsWith("http")), l = g(() => !a.item.to || typeof a.item.to != "string" || !a.item.newWindow ? !1 : a.item.newWindow && (a.item.to.startsWith("http") || a.item.to.startsWith("/"))), d = g(() => a.subnavItem && a.item.badgeCount !== void 0), o = (p) => {
319
319
  t("click", p);
320
- }, v = (p, w, x) => {
321
- o(w), typeof x == "function" && (p.preventDefault(), x());
320
+ }, v = (p, w, F) => {
321
+ o(w), typeof F == "function" && (p.preventDefault(), F());
322
322
  };
323
323
  return (p, w) => {
324
324
  var I;
325
- const x = ce("KIcon"), N = ce("KTooltip"), D = ce("SidebarItem", !0);
325
+ const F = ce("KIcon"), N = ce("KTooltip"), D = ce("SidebarItem", !0);
326
326
  return h(), m("li", {
327
- class: ie([n.subnavItem ? "sidebar-item-secondary" : "sidebar-item-primary", { expanded: n.item.expanded }, { active: n.item.active }]),
327
+ class: re([n.subnavItem ? "sidebar-item-secondary" : "sidebar-item-primary", { expanded: n.item.expanded }, { active: n.item.active }]),
328
328
  "data-testid": n.item.testId ? `sidebar-item-${n.item.testId}` : void 0
329
329
  }, [
330
- (h(), Q(mn(r.value ? "div" : "router-link"), {
330
+ (h(), Q(_n(r.value ? "div" : "router-link"), {
331
331
  custom: r.value ? void 0 : !0,
332
332
  to: !r.value && !l.value ? n.item.to : void 0
333
333
  }, {
334
- default: B((O) => {
335
- var V, j;
334
+ default: B((A) => {
335
+ var z, K;
336
336
  return [
337
337
  _("a", {
338
- "aria-controls": (V = n.item.items) != null && V.length && n.item.expanded ? `subnav-${n.item.key}` : void 0,
339
- "aria-expanded": (j = n.item.items) != null && j.length && n.item.expanded ? !0 : void 0,
340
- class: ie(["sidebar-item-link", { "sidebar-item-external-link": l.value, "router-link": !r.value }]),
341
- href: r.value ? String(n.item.to || "#") : O == null ? void 0 : O.href,
338
+ "aria-controls": (z = n.item.items) != null && z.length && n.item.expanded ? `subnav-${n.item.key}` : void 0,
339
+ "aria-expanded": (K = n.item.items) != null && K.length && n.item.expanded ? !0 : void 0,
340
+ class: re(["sidebar-item-link", { "sidebar-item-external-link": l.value, "router-link": !r.value }]),
341
+ href: r.value ? String(n.item.to || "#") : A == null ? void 0 : A.href,
342
342
  target: l.value ? "_blank" : void 0,
343
- onClick: (Z) => v(Z, n.item, O == null ? void 0 : O.navigate),
344
- onKeypress: gn((Z) => v(Z, n.item, O == null ? void 0 : O.navigate), ["enter"])
343
+ onClick: (Z) => v(Z, n.item, A == null ? void 0 : A.navigate),
344
+ onKeypress: wn((Z) => v(Z, n.item, A == null ? void 0 : A.navigate), ["enter"])
345
345
  }, [
346
346
  _("div", {
347
- class: ie(["sidebar-item-display", { "has-label": !!n.item.label && n.item.expanded, "has-badge": d.value }])
347
+ class: re(["sidebar-item-display", { "has-label": !!n.item.label && n.item.expanded, "has-badge": d.value }])
348
348
  }, [
349
- n.item.icon ? (h(), m("div", br, [
350
- we(x, {
349
+ n.item.icon ? (h(), m("div", pr, [
350
+ we(F, {
351
351
  icon: String(n.item.icon),
352
352
  size: "20"
353
353
  }, null, 8, ["icon"])
354
- ])) : C("", !0),
355
- _("div", hr, [
354
+ ])) : $("", !0),
355
+ _("div", mr, [
356
356
  (n.subnavItem ? n.item.name.length < 25 : n.item.name.length < 18) ? (h(), m("div", {
357
357
  key: 0,
358
- class: ie(["sidebar-item-name truncate-text", [n.subnavItem ? "has-badge-max-width truncate-24" : "truncate-17"]])
358
+ class: re(["sidebar-item-name truncate-text", [n.subnavItem ? "has-badge-max-width truncate-24" : "truncate-17"]])
359
359
  }, J(n.item.name), 3)) : (h(), Q(N, {
360
360
  key: 1,
361
361
  class: "sidebar-item-tooltip",
@@ -364,22 +364,22 @@ const dr = /* @__PURE__ */ ae(ur, [["__scopeId", "data-v-912b1a1b"]]), fr = ["da
364
364
  "position-fixed": ""
365
365
  }, {
366
366
  default: B(() => [
367
- _("div", pr, [
367
+ _("div", gr, [
368
368
  _("span", {
369
- class: ie(["truncate-text", [n.subnavItem ? "truncate-18" : "truncate-17", { "has-badge-max-width": d.value }]])
369
+ class: re(["truncate-text", [n.subnavItem ? "truncate-18" : "truncate-17", { "has-badge-max-width": d.value }]])
370
370
  }, J(n.item.name), 3)
371
371
  ])
372
372
  ]),
373
373
  _: 1
374
374
  }, 8, ["label"])),
375
- n.item.label && n.item.expanded ? (h(), m("div", mr, J(n.item.label), 1)) : C("", !0)
375
+ n.item.label && n.item.expanded ? (h(), m("div", yr, J(n.item.label), 1)) : $("", !0)
376
376
  ]),
377
- d.value ? (h(), Q(dr, {
377
+ d.value ? (h(), Q(vr, {
378
378
  key: 1,
379
379
  count: n.item.badgeCount
380
- }, null, 8, ["count"])) : C("", !0)
380
+ }, null, 8, ["count"])) : $("", !0)
381
381
  ], 2)
382
- ], 42, vr)
382
+ ], 42, hr)
383
383
  ];
384
384
  }),
385
385
  _: 1
@@ -389,24 +389,24 @@ const dr = /* @__PURE__ */ ae(ur, [["__scopeId", "data-v-912b1a1b"]]), fr = ["da
389
389
  id: `subnav-${n.item.key}`,
390
390
  class: "level-secondary"
391
391
  }, [
392
- (h(!0), m(Ce, null, Ae(n.item.items, (O) => (h(), Q(D, {
393
- key: O.name,
394
- item: O,
392
+ (h(!0), m(Oe, null, Ae(n.item.items, (A) => (h(), Q(D, {
393
+ key: A.name,
394
+ item: A,
395
395
  "subnav-item": !0,
396
- onClick: (V) => o(O)
396
+ onClick: (z) => o(A)
397
397
  }, null, 8, ["item", "onClick"]))), 128))
398
- ], 8, gr)) : C("", !0)
399
- ], 10, fr);
398
+ ], 8, _r)) : $("", !0)
399
+ ], 10, br);
400
400
  };
401
401
  }
402
402
  });
403
- const Rt = /* @__PURE__ */ ae(yr, [["__scopeId", "data-v-859aa5c3"]]);
403
+ const Lt = /* @__PURE__ */ te(wr, [["__scopeId", "data-v-859aa5c3"]]);
404
404
  /*!
405
405
  * tabbable 6.2.0
406
406
  * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
407
407
  */
408
- var Vt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"], je = /* @__PURE__ */ Vt.join(","), Gt = typeof Element > "u", be = Gt ? function() {
409
- } : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, Ke = !Gt && Element.prototype.getRootNode ? function(n) {
408
+ var Gt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"], Ke = /* @__PURE__ */ Gt.join(","), Wt = typeof Element > "u", be = Wt ? function() {
409
+ } : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, je = !Wt && Element.prototype.getRootNode ? function(n) {
410
410
  var t;
411
411
  return n == null || (t = n.getRootNode) === null || t === void 0 ? void 0 : t.call(n);
412
412
  } : function(n) {
@@ -416,15 +416,15 @@ var Vt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
416
416
  a === void 0 && (a = !0);
417
417
  var l = t == null || (r = t.getAttribute) === null || r === void 0 ? void 0 : r.call(t, "inert"), d = l === "" || l === "true", o = d || a && t && n(t.parentNode);
418
418
  return o;
419
- }, _r = function(t) {
419
+ }, Tr = function(t) {
420
420
  var a, r = t == null || (a = t.getAttribute) === null || a === void 0 ? void 0 : a.call(t, "contenteditable");
421
421
  return r === "" || r === "true";
422
- }, Ut = function(t, a, r) {
422
+ }, qt = function(t, a, r) {
423
423
  if (He(t))
424
424
  return [];
425
- var l = Array.prototype.slice.apply(t.querySelectorAll(je));
426
- return a && be.call(t, je) && l.unshift(t), l = l.filter(r), l;
427
- }, Wt = function n(t, a, r) {
425
+ var l = Array.prototype.slice.apply(t.querySelectorAll(Ke));
426
+ return a && be.call(t, Ke) && l.unshift(t), l = l.filter(r), l;
427
+ }, Xt = function n(t, a, r) {
428
428
  for (var l = [], d = Array.from(t); d.length; ) {
429
429
  var o = d.shift();
430
430
  if (!He(o, !1))
@@ -435,8 +435,8 @@ var Vt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
435
435
  candidates: w
436
436
  });
437
437
  } else {
438
- var x = be.call(o, je);
439
- x && r.filter(o) && (a || !t.includes(o)) && l.push(o);
438
+ var F = be.call(o, Ke);
439
+ F && r.filter(o) && (a || !t.includes(o)) && l.push(o);
440
440
  var N = o.shadowRoot || // check for an undisclosed shadow
441
441
  typeof r.getShadowRoot == "function" && r.getShadowRoot(o), D = !He(N, !1) && (!r.shadowRootFilter || r.shadowRootFilter(o));
442
442
  if (N && D) {
@@ -450,34 +450,34 @@ var Vt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
450
450
  }
451
451
  }
452
452
  return l;
453
- }, qt = function(t) {
453
+ }, Yt = function(t) {
454
454
  return !isNaN(parseInt(t.getAttribute("tabindex"), 10));
455
455
  }, ve = function(t) {
456
456
  if (!t)
457
457
  throw new Error("No node provided");
458
- return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) || _r(t)) && !qt(t) ? 0 : t.tabIndex;
459
- }, wr = function(t, a) {
458
+ return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) || Tr(t)) && !Yt(t) ? 0 : t.tabIndex;
459
+ }, kr = function(t, a) {
460
460
  var r = ve(t);
461
- return r < 0 && a && !qt(t) ? 0 : r;
462
- }, Tr = function(t, a) {
461
+ return r < 0 && a && !Yt(t) ? 0 : r;
462
+ }, Sr = function(t, a) {
463
463
  return t.tabIndex === a.tabIndex ? t.documentOrder - a.documentOrder : t.tabIndex - a.tabIndex;
464
- }, Yt = function(t) {
464
+ }, Jt = function(t) {
465
465
  return t.tagName === "INPUT";
466
- }, kr = function(t) {
467
- return Yt(t) && t.type === "hidden";
468
- }, Sr = function(t) {
466
+ }, Ir = function(t) {
467
+ return Jt(t) && t.type === "hidden";
468
+ }, Cr = function(t) {
469
469
  var a = t.tagName === "DETAILS" && Array.prototype.slice.apply(t.children).some(function(r) {
470
470
  return r.tagName === "SUMMARY";
471
471
  });
472
472
  return a;
473
- }, Ir = function(t, a) {
473
+ }, Or = function(t, a) {
474
474
  for (var r = 0; r < t.length; r++)
475
475
  if (t[r].checked && t[r].form === a)
476
476
  return t[r];
477
477
  }, $r = function(t) {
478
478
  if (!t.name)
479
479
  return !0;
480
- var a = t.form || Ke(t), r = function(v) {
480
+ var a = t.form || je(t), r = function(v) {
481
481
  return a.querySelectorAll('input[type="radio"][name="' + v + '"]');
482
482
  }, l;
483
483
  if (typeof window < "u" && typeof window.CSS < "u" && typeof window.CSS.escape == "function")
@@ -488,26 +488,26 @@ var Vt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
488
488
  } catch (o) {
489
489
  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", o.message), !1;
490
490
  }
491
- var d = Ir(l, t.form);
491
+ var d = Or(l, t.form);
492
492
  return !d || d === t;
493
- }, Cr = function(t) {
494
- return Yt(t) && t.type === "radio";
495
- }, Or = function(t) {
496
- return Cr(t) && !$r(t);
497
493
  }, Ar = function(t) {
498
- var a, r = t && Ke(t), l = (a = r) === null || a === void 0 ? void 0 : a.host, d = !1;
494
+ return Jt(t) && t.type === "radio";
495
+ }, Nr = function(t) {
496
+ return Ar(t) && !$r(t);
497
+ }, Er = function(t) {
498
+ var a, r = t && je(t), l = (a = r) === null || a === void 0 ? void 0 : a.host, d = !1;
499
499
  if (r && r !== t) {
500
500
  var o, v, p;
501
501
  for (d = !!((o = l) !== null && o !== void 0 && (v = o.ownerDocument) !== null && v !== void 0 && v.contains(l) || t != null && (p = t.ownerDocument) !== null && p !== void 0 && p.contains(t)); !d && l; ) {
502
- var w, x, N;
503
- r = Ke(l), l = (w = r) === null || w === void 0 ? void 0 : w.host, d = !!((x = l) !== null && x !== void 0 && (N = x.ownerDocument) !== null && N !== void 0 && N.contains(l));
502
+ var w, F, N;
503
+ r = je(l), l = (w = r) === null || w === void 0 ? void 0 : w.host, d = !!((F = l) !== null && F !== void 0 && (N = F.ownerDocument) !== null && N !== void 0 && N.contains(l));
504
504
  }
505
505
  }
506
506
  return d;
507
- }, Lt = function(t) {
507
+ }, Pt = function(t) {
508
508
  var a = t.getBoundingClientRect(), r = a.width, l = a.height;
509
509
  return r === 0 && l === 0;
510
- }, Nr = function(t, a) {
510
+ }, xr = function(t, a) {
511
511
  var r = a.displayCheck, l = a.getShadowRoot;
512
512
  if (getComputedStyle(t).visibility === "hidden")
513
513
  return !0;
@@ -517,21 +517,21 @@ var Vt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
517
517
  if (!r || r === "full" || r === "legacy-full") {
518
518
  if (typeof l == "function") {
519
519
  for (var v = t; t; ) {
520
- var p = t.parentElement, w = Ke(t);
520
+ var p = t.parentElement, w = je(t);
521
521
  if (p && !p.shadowRoot && l(p) === !0)
522
- return Lt(t);
522
+ return Pt(t);
523
523
  t.assignedSlot ? t = t.assignedSlot : !p && w !== t.ownerDocument ? t = w.host : t = p;
524
524
  }
525
525
  t = v;
526
526
  }
527
- if (Ar(t))
527
+ if (Er(t))
528
528
  return !t.getClientRects().length;
529
529
  if (r !== "legacy-full")
530
530
  return !0;
531
531
  } else if (r === "non-zero-area")
532
- return Lt(t);
532
+ return Pt(t);
533
533
  return !1;
534
- }, Er = function(t) {
534
+ }, Fr = function(t) {
535
535
  if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))
536
536
  for (var a = t.parentElement; a; ) {
537
537
  if (a.tagName === "FIELDSET" && a.disabled) {
@@ -545,21 +545,21 @@ var Vt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
545
545
  a = a.parentElement;
546
546
  }
547
547
  return !1;
548
- }, ze = function(t, a) {
548
+ }, Ue = function(t, a) {
549
549
  return !(a.disabled || // we must do an inert look up to filter out any elements inside an inert ancestor
550
550
  // because we're limited in the type of selectors we can use in JSDom (see related
551
551
  // note related to `candidateSelectors`)
552
- He(a) || kr(a) || Nr(a, t) || // For a details element with a summary, the summary element gets the focus
553
- Sr(a) || Er(a));
552
+ He(a) || Ir(a) || xr(a, t) || // For a details element with a summary, the summary element gets the focus
553
+ Cr(a) || Fr(a));
554
554
  }, lt = function(t, a) {
555
- return !(Or(a) || ve(a) < 0 || !ze(t, a));
556
- }, Fr = function(t) {
555
+ return !(Nr(a) || ve(a) < 0 || !Ue(t, a));
556
+ }, Dr = function(t) {
557
557
  var a = parseInt(t.getAttribute("tabindex"), 10);
558
558
  return !!(isNaN(a) || a >= 0);
559
- }, xr = function n(t) {
559
+ }, Br = function n(t) {
560
560
  var a = [], r = [];
561
561
  return t.forEach(function(l, d) {
562
- var o = !!l.scopeParent, v = o ? l.scopeParent : l, p = wr(v, o), w = o ? n(l.candidates) : v;
562
+ var o = !!l.scopeParent, v = o ? l.scopeParent : l, p = kr(v, o), w = o ? n(l.candidates) : v;
563
563
  p === 0 ? o ? a.push.apply(a, w) : a.push(v) : r.push({
564
564
  documentOrder: d,
565
565
  tabIndex: p,
@@ -567,40 +567,40 @@ var Vt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
567
567
  isScope: o,
568
568
  content: w
569
569
  });
570
- }), r.sort(Tr).reduce(function(l, d) {
570
+ }), r.sort(Sr).reduce(function(l, d) {
571
571
  return d.isScope ? l.push.apply(l, d.content) : l.push(d.content), l;
572
572
  }, []).concat(a);
573
- }, Dr = function(t, a) {
573
+ }, Rr = function(t, a) {
574
574
  a = a || {};
575
575
  var r;
576
- return a.getShadowRoot ? r = Wt([t], a.includeContainer, {
576
+ return a.getShadowRoot ? r = Xt([t], a.includeContainer, {
577
577
  filter: lt.bind(null, a),
578
578
  flatten: !1,
579
579
  getShadowRoot: a.getShadowRoot,
580
- shadowRootFilter: Fr
581
- }) : r = Ut(t, a.includeContainer, lt.bind(null, a)), xr(r);
582
- }, Br = function(t, a) {
580
+ shadowRootFilter: Dr
581
+ }) : r = qt(t, a.includeContainer, lt.bind(null, a)), Br(r);
582
+ }, Lr = function(t, a) {
583
583
  a = a || {};
584
584
  var r;
585
- return a.getShadowRoot ? r = Wt([t], a.includeContainer, {
586
- filter: ze.bind(null, a),
585
+ return a.getShadowRoot ? r = Xt([t], a.includeContainer, {
586
+ filter: Ue.bind(null, a),
587
587
  flatten: !0,
588
588
  getShadowRoot: a.getShadowRoot
589
- }) : r = Ut(t, a.includeContainer, ze.bind(null, a)), r;
589
+ }) : r = qt(t, a.includeContainer, Ue.bind(null, a)), r;
590
590
  }, _e = function(t, a) {
591
591
  if (a = a || {}, !t)
592
592
  throw new Error("No node provided");
593
- return be.call(t, je) === !1 ? !1 : lt(a, t);
594
- }, Rr = /* @__PURE__ */ Vt.concat("iframe").join(","), st = function(t, a) {
593
+ return be.call(t, Ke) === !1 ? !1 : lt(a, t);
594
+ }, Pr = /* @__PURE__ */ Gt.concat("iframe").join(","), st = function(t, a) {
595
595
  if (a = a || {}, !t)
596
596
  throw new Error("No node provided");
597
- return be.call(t, Rr) === !1 ? !1 : ze(a, t);
597
+ return be.call(t, Pr) === !1 ? !1 : Ue(a, t);
598
598
  };
599
599
  /*!
600
600
  * focus-trap 7.5.3
601
601
  * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
602
602
  */
603
- function Pt(n, t) {
603
+ function Mt(n, t) {
604
604
  var a = Object.keys(n);
605
605
  if (Object.getOwnPropertySymbols) {
606
606
  var r = Object.getOwnPropertySymbols(n);
@@ -610,26 +610,26 @@ function Pt(n, t) {
610
610
  }
611
611
  return a;
612
612
  }
613
- function Mt(n) {
613
+ function Zt(n) {
614
614
  for (var t = 1; t < arguments.length; t++) {
615
615
  var a = arguments[t] != null ? arguments[t] : {};
616
- t % 2 ? Pt(Object(a), !0).forEach(function(r) {
617
- Lr(n, r, a[r]);
618
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(a)) : Pt(Object(a)).forEach(function(r) {
616
+ t % 2 ? Mt(Object(a), !0).forEach(function(r) {
617
+ Mr(n, r, a[r]);
618
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(a)) : Mt(Object(a)).forEach(function(r) {
619
619
  Object.defineProperty(n, r, Object.getOwnPropertyDescriptor(a, r));
620
620
  });
621
621
  }
622
622
  return n;
623
623
  }
624
- function Lr(n, t, a) {
625
- return t = Mr(t), t in n ? Object.defineProperty(n, t, {
624
+ function Mr(n, t, a) {
625
+ return t = Kr(t), t in n ? Object.defineProperty(n, t, {
626
626
  value: a,
627
627
  enumerable: !0,
628
628
  configurable: !0,
629
629
  writable: !0
630
630
  }) : n[t] = a, n;
631
631
  }
632
- function Pr(n, t) {
632
+ function Zr(n, t) {
633
633
  if (typeof n != "object" || n === null)
634
634
  return n;
635
635
  var a = n[Symbol.toPrimitive];
@@ -641,11 +641,11 @@ function Pr(n, t) {
641
641
  }
642
642
  return (t === "string" ? String : Number)(n);
643
643
  }
644
- function Mr(n) {
645
- var t = Pr(n, "string");
644
+ function Kr(n) {
645
+ var t = Zr(n, "string");
646
646
  return typeof t == "symbol" ? t : String(t);
647
647
  }
648
- var Zt = {
648
+ var Kt = {
649
649
  activateTrap: function(t, a) {
650
650
  if (t.length > 0) {
651
651
  var r = t[t.length - 1];
@@ -658,36 +658,36 @@ var Zt = {
658
658
  var r = t.indexOf(a);
659
659
  r !== -1 && t.splice(r, 1), t.length > 0 && t[t.length - 1].unpause();
660
660
  }
661
- }, Zr = function(t) {
662
- return t.tagName && t.tagName.toLowerCase() === "input" && typeof t.select == "function";
663
661
  }, jr = function(t) {
662
+ return t.tagName && t.tagName.toLowerCase() === "input" && typeof t.select == "function";
663
+ }, Hr = function(t) {
664
664
  return (t == null ? void 0 : t.key) === "Escape" || (t == null ? void 0 : t.key) === "Esc" || (t == null ? void 0 : t.keyCode) === 27;
665
- }, Oe = function(t) {
665
+ }, $e = function(t) {
666
666
  return (t == null ? void 0 : t.key) === "Tab" || (t == null ? void 0 : t.keyCode) === 9;
667
- }, Kr = function(t) {
668
- return Oe(t) && !t.shiftKey;
669
- }, Hr = function(t) {
670
- return Oe(t) && t.shiftKey;
667
+ }, Ur = function(t) {
668
+ return $e(t) && !t.shiftKey;
669
+ }, Vr = function(t) {
670
+ return $e(t) && t.shiftKey;
671
671
  }, jt = function(t) {
672
672
  return setTimeout(t, 0);
673
- }, Kt = function(t, a) {
673
+ }, Ht = function(t, a) {
674
674
  var r = -1;
675
675
  return t.every(function(l, d) {
676
676
  return a(l) ? (r = d, !1) : !0;
677
677
  }), r;
678
- }, $e = function(t) {
678
+ }, Ce = function(t) {
679
679
  for (var a = arguments.length, r = new Array(a > 1 ? a - 1 : 0), l = 1; l < a; l++)
680
680
  r[l - 1] = arguments[l];
681
681
  return typeof t == "function" ? t.apply(void 0, r) : t;
682
682
  }, Re = function(t) {
683
683
  return t.target.shadowRoot && typeof t.composedPath == "function" ? t.composedPath()[0] : t.target;
684
- }, zr = [], Vr = function(t, a) {
685
- var r = (a == null ? void 0 : a.document) || document, l = (a == null ? void 0 : a.trapStack) || zr, d = Mt({
684
+ }, zr = [], Gr = function(t, a) {
685
+ var r = (a == null ? void 0 : a.document) || document, l = (a == null ? void 0 : a.trapStack) || zr, d = Zt({
686
686
  returnFocusOnDeactivate: !0,
687
687
  escapeDeactivates: !0,
688
688
  delayInitialFocus: !0,
689
- isKeyForward: Kr,
690
- isKeyBackward: Hr
689
+ isKeyForward: Ur,
690
+ isKeyBackward: Vr
691
691
  }, a), o = {
692
692
  // containers given to createFocusTrap()
693
693
  // @type {Array<HTMLElement>}
@@ -734,11 +734,11 @@ var Zt = {
734
734
  // web components if the `tabbableOptions.getShadowRoot` option was used for
735
735
  // the trap, enabling shadow DOM support in tabbable (`Node.contains()` doesn't
736
736
  // look inside web components even if open)
737
- (f == null ? void 0 : f.includes(k)) || E.find(function(F) {
738
- return F === s;
737
+ (f == null ? void 0 : f.includes(k)) || E.find(function(x) {
738
+ return x === s;
739
739
  });
740
740
  });
741
- }, x = function(s) {
741
+ }, F = function(s) {
742
742
  var u = d[s];
743
743
  if (typeof u == "function") {
744
744
  for (var f = arguments.length, y = new Array(f > 1 ? f - 1 : 0), k = 1; k < f; k++)
@@ -755,7 +755,7 @@ var Zt = {
755
755
  throw new Error("`".concat(s, "` as selector refers to no known node"));
756
756
  return E;
757
757
  }, N = function() {
758
- var s = x("initialFocus");
758
+ var s = F("initialFocus");
759
759
  if (s === !1)
760
760
  return !1;
761
761
  if (s === void 0 || !st(s, d.tabbableOptions))
@@ -763,16 +763,16 @@ var Zt = {
763
763
  s = r.activeElement;
764
764
  else {
765
765
  var u = o.tabbableGroups[0], f = u && u.firstTabbableNode;
766
- s = f || x("fallbackFocus");
766
+ s = f || F("fallbackFocus");
767
767
  }
768
768
  if (!s)
769
769
  throw new Error("Your focus-trap needs to have at least one focusable element");
770
770
  return s;
771
771
  }, D = function() {
772
772
  if (o.containerGroups = o.containers.map(function(s) {
773
- var u = Dr(s, d.tabbableOptions), f = Br(s, d.tabbableOptions), y = u.length > 0 ? u[0] : void 0, k = u.length > 0 ? u[u.length - 1] : void 0, E = f.find(function(R) {
773
+ var u = Rr(s, d.tabbableOptions), f = Lr(s, d.tabbableOptions), y = u.length > 0 ? u[0] : void 0, k = u.length > 0 ? u[u.length - 1] : void 0, E = f.find(function(R) {
774
774
  return _e(R);
775
- }), F = f.slice().reverse().find(function(R) {
775
+ }), x = f.slice().reverse().find(function(R) {
776
776
  return _e(R);
777
777
  }), M = !!u.find(function(R) {
778
778
  return ve(R) > 0;
@@ -797,7 +797,7 @@ var Zt = {
797
797
  /** First tabbable node in container, __DOM__ order; `undefined` if none. */
798
798
  firstDomTabbableNode: E,
799
799
  /** Last tabbable node in container, __DOM__ order; `undefined` if none. */
800
- lastDomTabbableNode: F,
800
+ lastDomTabbableNode: x,
801
801
  /**
802
802
  * Finds the __tabbable__ node that follows the given node in the specified direction,
803
803
  * in this container, if any.
@@ -807,71 +807,71 @@ var Zt = {
807
807
  * @returns {HTMLElement|undefined} The next tabbable node, if any.
808
808
  */
809
809
  nextTabbableNode: function(T) {
810
- var le = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, re = u.indexOf(T);
811
- return re < 0 ? le ? f.slice(f.indexOf(T) + 1).find(function(K) {
812
- return _e(K);
813
- }) : f.slice(0, f.indexOf(T)).reverse().find(function(K) {
814
- return _e(K);
815
- }) : u[re + (le ? 1 : -1)];
810
+ var le = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, ne = u.indexOf(T);
811
+ return ne < 0 ? le ? f.slice(f.indexOf(T) + 1).find(function(j) {
812
+ return _e(j);
813
+ }) : f.slice(0, f.indexOf(T)).reverse().find(function(j) {
814
+ return _e(j);
815
+ }) : u[ne + (le ? 1 : -1)];
816
816
  }
817
817
  };
818
818
  }), o.tabbableGroups = o.containerGroups.filter(function(s) {
819
819
  return s.tabbableNodes.length > 0;
820
- }), o.tabbableGroups.length <= 0 && !x("fallbackFocus"))
820
+ }), o.tabbableGroups.length <= 0 && !F("fallbackFocus"))
821
821
  throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");
822
822
  if (o.containerGroups.find(function(s) {
823
823
  return s.posTabIndexesFound;
824
824
  }) && o.containerGroups.length > 1)
825
825
  throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.");
826
- }, I = function A(s) {
826
+ }, I = function C(s) {
827
827
  if (s !== !1 && s !== r.activeElement) {
828
828
  if (!s || !s.focus) {
829
- A(N());
829
+ C(N());
830
830
  return;
831
831
  }
832
832
  s.focus({
833
833
  preventScroll: !!d.preventScroll
834
- }), o.mostRecentlyFocusedNode = s, Zr(s) && s.select();
834
+ }), o.mostRecentlyFocusedNode = s, jr(s) && s.select();
835
835
  }
836
- }, O = function(s) {
837
- var u = x("setReturnFocus", s);
836
+ }, A = function(s) {
837
+ var u = F("setReturnFocus", s);
838
838
  return u || (u === !1 ? !1 : s);
839
- }, V = function(s) {
839
+ }, z = function(s) {
840
840
  var u = s.target, f = s.event, y = s.isBackward, k = y === void 0 ? !1 : y;
841
841
  u = u || Re(f), D();
842
842
  var E = null;
843
843
  if (o.tabbableGroups.length > 0) {
844
- var F = w(u, f), M = F >= 0 ? o.containerGroups[F] : void 0;
845
- if (F < 0)
844
+ var x = w(u, f), M = x >= 0 ? o.containerGroups[x] : void 0;
845
+ if (x < 0)
846
846
  k ? E = o.tabbableGroups[o.tabbableGroups.length - 1].lastTabbableNode : E = o.tabbableGroups[0].firstTabbableNode;
847
847
  else if (k) {
848
- var R = Kt(o.tabbableGroups, function(he) {
848
+ var R = Ht(o.tabbableGroups, function(he) {
849
849
  var ke = he.firstTabbableNode;
850
850
  return u === ke;
851
851
  });
852
- if (R < 0 && (M.container === u || st(u, d.tabbableOptions) && !_e(u, d.tabbableOptions) && !M.nextTabbableNode(u, !1)) && (R = F), R >= 0) {
852
+ if (R < 0 && (M.container === u || st(u, d.tabbableOptions) && !_e(u, d.tabbableOptions) && !M.nextTabbableNode(u, !1)) && (R = x), R >= 0) {
853
853
  var T = R === 0 ? o.tabbableGroups.length - 1 : R - 1, le = o.tabbableGroups[T];
854
854
  E = ve(u) >= 0 ? le.lastTabbableNode : le.lastDomTabbableNode;
855
855
  } else
856
- Oe(f) || (E = M.nextTabbableNode(u, !1));
856
+ $e(f) || (E = M.nextTabbableNode(u, !1));
857
857
  } else {
858
- var re = Kt(o.tabbableGroups, function(he) {
858
+ var ne = Ht(o.tabbableGroups, function(he) {
859
859
  var ke = he.lastTabbableNode;
860
860
  return u === ke;
861
861
  });
862
- if (re < 0 && (M.container === u || st(u, d.tabbableOptions) && !_e(u, d.tabbableOptions) && !M.nextTabbableNode(u)) && (re = F), re >= 0) {
863
- var K = re === o.tabbableGroups.length - 1 ? 0 : re + 1, Te = o.tabbableGroups[K];
862
+ if (ne < 0 && (M.container === u || st(u, d.tabbableOptions) && !_e(u, d.tabbableOptions) && !M.nextTabbableNode(u)) && (ne = x), ne >= 0) {
863
+ var j = ne === o.tabbableGroups.length - 1 ? 0 : ne + 1, Te = o.tabbableGroups[j];
864
864
  E = ve(u) >= 0 ? Te.firstTabbableNode : Te.firstDomTabbableNode;
865
865
  } else
866
- Oe(f) || (E = M.nextTabbableNode(u));
866
+ $e(f) || (E = M.nextTabbableNode(u));
867
867
  }
868
868
  } else
869
- E = x("fallbackFocus");
869
+ E = F("fallbackFocus");
870
870
  return E;
871
- }, j = function(s) {
871
+ }, K = function(s) {
872
872
  var u = Re(s);
873
873
  if (!(w(u, s) >= 0)) {
874
- if ($e(d.clickOutsideDeactivates, s)) {
874
+ if (Ce(d.clickOutsideDeactivates, s)) {
875
875
  v.deactivate({
876
876
  // NOTE: by setting `returnFocus: false`, deactivate() will do nothing,
877
877
  // which will result in the outside click setting focus to the node
@@ -883,7 +883,7 @@ var Zt = {
883
883
  });
884
884
  return;
885
885
  }
886
- $e(d.allowOutsideClick, s) || s.preventDefault();
886
+ Ce(d.allowOutsideClick, s) || s.preventDefault();
887
887
  }
888
888
  }, Z = function(s) {
889
889
  var u = Re(s), f = w(u, s) >= 0;
@@ -894,12 +894,12 @@ var Zt = {
894
894
  var y, k = !0;
895
895
  if (o.mostRecentlyFocusedNode)
896
896
  if (ve(o.mostRecentlyFocusedNode) > 0) {
897
- var E = w(o.mostRecentlyFocusedNode), F = o.containerGroups[E].tabbableNodes;
898
- if (F.length > 0) {
899
- var M = F.findIndex(function(R) {
897
+ var E = w(o.mostRecentlyFocusedNode), x = o.containerGroups[E].tabbableNodes;
898
+ if (x.length > 0) {
899
+ var M = x.findIndex(function(R) {
900
900
  return R === o.mostRecentlyFocusedNode;
901
901
  });
902
- M >= 0 && (d.isKeyForward(o.recentNavEvent) ? M + 1 < F.length && (y = F[M + 1], k = !1) : M - 1 >= 0 && (y = F[M - 1], k = !1));
902
+ M >= 0 && (d.isKeyForward(o.recentNavEvent) ? M + 1 < x.length && (y = x[M + 1], k = !1) : M - 1 >= 0 && (y = x[M - 1], k = !1));
903
903
  }
904
904
  } else
905
905
  o.containerGroups.some(function(R) {
@@ -909,7 +909,7 @@ var Zt = {
909
909
  }) || (k = !1);
910
910
  else
911
911
  k = !1;
912
- k && (y = V({
912
+ k && (y = z({
913
913
  // move FROM the MRU node, not event-related node (which will be the node that is
914
914
  // outside the trap causing the focus escape we're trying to fix)
915
915
  target: o.mostRecentlyFocusedNode,
@@ -917,44 +917,44 @@ var Zt = {
917
917
  })), I(y || o.mostRecentlyFocusedNode || N());
918
918
  }
919
919
  o.recentNavEvent = void 0;
920
- }, ne = function(s) {
920
+ }, oe = function(s) {
921
921
  var u = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
922
922
  o.recentNavEvent = s;
923
- var f = V({
923
+ var f = z({
924
924
  event: s,
925
925
  isBackward: u
926
926
  });
927
- f && (Oe(s) && s.preventDefault(), I(f));
928
- }, G = function(s) {
929
- if (jr(s) && $e(d.escapeDeactivates, s) !== !1) {
927
+ f && ($e(s) && s.preventDefault(), I(f));
928
+ }, ae = function(s) {
929
+ if (Hr(s) && Ce(d.escapeDeactivates, s) !== !1) {
930
930
  s.preventDefault(), v.deactivate();
931
931
  return;
932
932
  }
933
- (d.isKeyForward(s) || d.isKeyBackward(s)) && ne(s, d.isKeyBackward(s));
934
- }, S = function(s) {
933
+ (d.isKeyForward(s) || d.isKeyBackward(s)) && oe(s, d.isKeyBackward(s));
934
+ }, W = function(s) {
935
935
  var u = Re(s);
936
- w(u, s) >= 0 || $e(d.clickOutsideDeactivates, s) || $e(d.allowOutsideClick, s) || (s.preventDefault(), s.stopImmediatePropagation());
937
- }, P = function() {
936
+ w(u, s) >= 0 || Ce(d.clickOutsideDeactivates, s) || Ce(d.allowOutsideClick, s) || (s.preventDefault(), s.stopImmediatePropagation());
937
+ }, q = function() {
938
938
  if (o.active)
939
- return Zt.activateTrap(l, v), o.delayInitialFocusTimer = d.delayInitialFocus ? jt(function() {
939
+ return Kt.activateTrap(l, v), o.delayInitialFocusTimer = d.delayInitialFocus ? jt(function() {
940
940
  I(N());
941
- }) : I(N()), r.addEventListener("focusin", Z, !0), r.addEventListener("mousedown", j, {
941
+ }) : I(N()), r.addEventListener("focusin", Z, !0), r.addEventListener("mousedown", K, {
942
942
  capture: !0,
943
943
  passive: !1
944
- }), r.addEventListener("touchstart", j, {
944
+ }), r.addEventListener("touchstart", K, {
945
945
  capture: !0,
946
946
  passive: !1
947
- }), r.addEventListener("click", S, {
947
+ }), r.addEventListener("click", W, {
948
948
  capture: !0,
949
949
  passive: !1
950
- }), r.addEventListener("keydown", G, {
950
+ }), r.addEventListener("keydown", ae, {
951
951
  capture: !0,
952
952
  passive: !1
953
953
  }), v;
954
954
  }, U = function() {
955
955
  if (o.active)
956
- return r.removeEventListener("focusin", Z, !0), r.removeEventListener("mousedown", j, !0), r.removeEventListener("touchstart", j, !0), r.removeEventListener("click", S, !0), r.removeEventListener("keydown", G, !0), v;
957
- }, ee = function(s) {
956
+ return r.removeEventListener("focusin", Z, !0), r.removeEventListener("mousedown", K, !0), r.removeEventListener("touchstart", K, !0), r.removeEventListener("click", W, !0), r.removeEventListener("keydown", ae, !0), v;
957
+ }, X = function(s) {
958
958
  var u = s.some(function(f) {
959
959
  var y = Array.from(f.removedNodes);
960
960
  return y.some(function(k) {
@@ -962,9 +962,9 @@ var Zt = {
962
962
  });
963
963
  });
964
964
  u && I(N());
965
- }, Y = typeof window < "u" && "MutationObserver" in window ? new MutationObserver(ee) : void 0, W = function() {
966
- Y && (Y.disconnect(), o.active && !o.paused && o.containers.map(function(s) {
967
- Y.observe(s, {
965
+ }, S = typeof window < "u" && "MutationObserver" in window ? new MutationObserver(X) : void 0, P = function() {
966
+ S && (S.disconnect(), o.active && !o.paused && o.containers.map(function(s) {
967
+ S.observe(s, {
968
968
  subtree: !0,
969
969
  childList: !0
970
970
  });
@@ -983,45 +983,45 @@ var Zt = {
983
983
  var u = p(s, "onActivate"), f = p(s, "onPostActivate"), y = p(s, "checkCanFocusTrap");
984
984
  y || D(), o.active = !0, o.paused = !1, o.nodeFocusedBeforeActivation = r.activeElement, u == null || u();
985
985
  var k = function() {
986
- y && D(), P(), W(), f == null || f();
986
+ y && D(), q(), P(), f == null || f();
987
987
  };
988
988
  return y ? (y(o.containers.concat()).then(k, k), this) : (k(), this);
989
989
  },
990
990
  deactivate: function(s) {
991
991
  if (!o.active)
992
992
  return this;
993
- var u = Mt({
993
+ var u = Zt({
994
994
  onDeactivate: d.onDeactivate,
995
995
  onPostDeactivate: d.onPostDeactivate,
996
996
  checkCanReturnFocus: d.checkCanReturnFocus
997
997
  }, s);
998
- clearTimeout(o.delayInitialFocusTimer), o.delayInitialFocusTimer = void 0, U(), o.active = !1, o.paused = !1, W(), Zt.deactivateTrap(l, v);
998
+ clearTimeout(o.delayInitialFocusTimer), o.delayInitialFocusTimer = void 0, U(), o.active = !1, o.paused = !1, P(), Kt.deactivateTrap(l, v);
999
999
  var f = p(u, "onDeactivate"), y = p(u, "onPostDeactivate"), k = p(u, "checkCanReturnFocus"), E = p(u, "returnFocus", "returnFocusOnDeactivate");
1000
1000
  f == null || f();
1001
- var F = function() {
1001
+ var x = function() {
1002
1002
  jt(function() {
1003
- E && I(O(o.nodeFocusedBeforeActivation)), y == null || y();
1003
+ E && I(A(o.nodeFocusedBeforeActivation)), y == null || y();
1004
1004
  });
1005
1005
  };
1006
- return E && k ? (k(O(o.nodeFocusedBeforeActivation)).then(F, F), this) : (F(), this);
1006
+ return E && k ? (k(A(o.nodeFocusedBeforeActivation)).then(x, x), this) : (x(), this);
1007
1007
  },
1008
1008
  pause: function(s) {
1009
1009
  if (o.paused || !o.active)
1010
1010
  return this;
1011
1011
  var u = p(s, "onPause"), f = p(s, "onPostPause");
1012
- return o.paused = !0, u == null || u(), U(), W(), f == null || f(), this;
1012
+ return o.paused = !0, u == null || u(), U(), P(), f == null || f(), this;
1013
1013
  },
1014
1014
  unpause: function(s) {
1015
1015
  if (!o.paused || !o.active)
1016
1016
  return this;
1017
1017
  var u = p(s, "onUnpause"), f = p(s, "onPostUnpause");
1018
- return o.paused = !1, u == null || u(), D(), P(), W(), f == null || f(), this;
1018
+ return o.paused = !1, u == null || u(), D(), q(), P(), f == null || f(), this;
1019
1019
  },
1020
1020
  updateContainerElements: function(s) {
1021
1021
  var u = [].concat(s).filter(Boolean);
1022
1022
  return o.containers = u.map(function(f) {
1023
1023
  return typeof f == "string" ? r.querySelector(f) : f;
1024
- }), o.active && D(), W(), this;
1024
+ }), o.active && D(), P(), this;
1025
1025
  }
1026
1026
  }, v.updateContainerElements(t), v;
1027
1027
  };
@@ -1030,7 +1030,7 @@ var Zt = {
1030
1030
  * (c) 2023 Eduardo San Martin Morote
1031
1031
  * @license MIT
1032
1032
  */
1033
- const Gr = {
1033
+ const Wr = {
1034
1034
  escapeDeactivates: {
1035
1035
  type: Boolean,
1036
1036
  default: !0
@@ -1056,14 +1056,14 @@ const Gr = {
1056
1056
  preventScroll: Boolean,
1057
1057
  setReturnFocus: [Object, String, Boolean, Function],
1058
1058
  tabbableOptions: Object
1059
- }, Ur = te({
1059
+ }, qr = ee({
1060
1060
  props: Object.assign({
1061
1061
  active: {
1062
1062
  // TODO: could be options for activate but what about the options for deactivating?
1063
1063
  type: Boolean,
1064
1064
  default: !0
1065
1065
  }
1066
- }, Gr),
1066
+ }, Wr),
1067
1067
  emits: [
1068
1068
  "update:active",
1069
1069
  "activate",
@@ -1076,12 +1076,12 @@ const Gr = {
1076
1076
  },
1077
1077
  setup(n, { slots: t, emit: a }) {
1078
1078
  let r;
1079
- const l = q(null), d = g(() => {
1079
+ const l = G(null), d = g(() => {
1080
1080
  const v = l.value;
1081
1081
  return v && (v instanceof HTMLElement ? v : v.$el);
1082
1082
  });
1083
1083
  function o() {
1084
- return r || (r = Vr(d.value, {
1084
+ return r || (r = Gr(d.value, {
1085
1085
  escapeDeactivates: n.escapeDeactivates,
1086
1086
  allowOutsideClick: n.allowOutsideClick,
1087
1087
  returnFocusOnDeactivate: n.returnFocusOnDeactivate,
@@ -1104,7 +1104,7 @@ const Gr = {
1104
1104
  Ze(() => n.active, (v) => {
1105
1105
  v && d.value ? o().activate() : r && (r.deactivate(), (!d.value || d.value.nodeType === Node.COMMENT_NODE) && (r = null));
1106
1106
  }, { immediate: !0, flush: "post" });
1107
- }), yn(() => {
1107
+ }), Tn(() => {
1108
1108
  r && r.deactivate(), r = null;
1109
1109
  }), {
1110
1110
  activate() {
@@ -1116,13 +1116,13 @@ const Gr = {
1116
1116
  renderImpl() {
1117
1117
  if (!t.default)
1118
1118
  return null;
1119
- const v = t.default().filter((w) => w.type !== _n);
1120
- return !v || !v.length || v.length > 1 ? (console.error("[focus-trap-vue]: FocusTrap requires exactly one child."), v) : wn(v[0], { ref: l });
1119
+ const v = t.default().filter((w) => w.type !== kn);
1120
+ return !v || !v.length || v.length > 1 ? (console.error("[focus-trap-vue]: FocusTrap requires exactly one child."), v) : Sn(v[0], { ref: l });
1121
1121
  }
1122
1122
  };
1123
1123
  }
1124
1124
  });
1125
- function Xt() {
1125
+ function Qt() {
1126
1126
  return {
1127
1127
  debounce: (t, a) => {
1128
1128
  let r;
@@ -1134,28 +1134,29 @@ function Xt() {
1134
1134
  }
1135
1135
  };
1136
1136
  }
1137
+ const ea = "linear-gradient(180deg, #001740 0%, #073382 100%)";
1137
1138
  var Le = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1138
- function Wr(n) {
1139
+ function Xr(n) {
1139
1140
  return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
1140
1141
  }
1141
1142
  var Ve = { exports: {} };
1142
1143
  Ve.exports;
1143
1144
  (function(n, t) {
1144
- var a = 200, r = "__lodash_hash_undefined__", l = 9007199254740991, d = "[object Arguments]", o = "[object Array]", v = "[object Boolean]", p = "[object Date]", w = "[object Error]", x = "[object Function]", N = "[object GeneratorFunction]", D = "[object Map]", I = "[object Number]", O = "[object Object]", V = "[object Promise]", j = "[object RegExp]", Z = "[object Set]", ne = "[object String]", G = "[object Symbol]", S = "[object WeakMap]", P = "[object ArrayBuffer]", U = "[object DataView]", ee = "[object Float32Array]", Y = "[object Float64Array]", W = "[object Int8Array]", A = "[object Int16Array]", s = "[object Int32Array]", u = "[object Uint8Array]", f = "[object Uint8ClampedArray]", y = "[object Uint16Array]", k = "[object Uint32Array]", E = /[\\^$.*+?()[\]{}|]/g, F = /\w*$/, M = /^\[object .+?Constructor\]$/, R = /^(?:0|[1-9]\d*)$/, T = {};
1145
- T[d] = T[o] = T[P] = T[U] = T[v] = T[p] = T[ee] = T[Y] = T[W] = T[A] = T[s] = T[D] = T[I] = T[O] = T[j] = T[Z] = T[ne] = T[G] = T[u] = T[f] = T[y] = T[k] = !0, T[w] = T[x] = T[S] = !1;
1146
- var le = typeof Le == "object" && Le && Le.Object === Object && Le, re = typeof self == "object" && self && self.Object === Object && self, K = le || re || Function("return this")(), Te = t && !t.nodeType && t, he = Te && !0 && n && !n.nodeType && n, ke = he && he.exports === Te;
1147
- function Jt(e, i) {
1145
+ var a = 200, r = "__lodash_hash_undefined__", l = 9007199254740991, d = "[object Arguments]", o = "[object Array]", v = "[object Boolean]", p = "[object Date]", w = "[object Error]", F = "[object Function]", N = "[object GeneratorFunction]", D = "[object Map]", I = "[object Number]", A = "[object Object]", z = "[object Promise]", K = "[object RegExp]", Z = "[object Set]", oe = "[object String]", ae = "[object Symbol]", W = "[object WeakMap]", q = "[object ArrayBuffer]", U = "[object DataView]", X = "[object Float32Array]", S = "[object Float64Array]", P = "[object Int8Array]", C = "[object Int16Array]", s = "[object Int32Array]", u = "[object Uint8Array]", f = "[object Uint8ClampedArray]", y = "[object Uint16Array]", k = "[object Uint32Array]", E = /[\\^$.*+?()[\]{}|]/g, x = /\w*$/, M = /^\[object .+?Constructor\]$/, R = /^(?:0|[1-9]\d*)$/, T = {};
1146
+ T[d] = T[o] = T[q] = T[U] = T[v] = T[p] = T[X] = T[S] = T[P] = T[C] = T[s] = T[D] = T[I] = T[A] = T[K] = T[Z] = T[oe] = T[ae] = T[u] = T[f] = T[y] = T[k] = !0, T[w] = T[F] = T[W] = !1;
1147
+ var le = typeof Le == "object" && Le && Le.Object === Object && Le, ne = typeof self == "object" && self && self.Object === Object && self, j = le || ne || Function("return this")(), Te = t && !t.nodeType && t, he = Te && !0 && n && !n.nodeType && n, ke = he && he.exports === Te;
1148
+ function ta(e, i) {
1148
1149
  return e.set(i[0], i[1]), e;
1149
1150
  }
1150
- function Qt(e, i) {
1151
+ function aa(e, i) {
1151
1152
  return e.add(i), e;
1152
1153
  }
1153
- function ea(e, i) {
1154
+ function na(e, i) {
1154
1155
  for (var c = -1, b = e ? e.length : 0; ++c < b && i(e[c], c, e) !== !1; )
1155
1156
  ;
1156
1157
  return e;
1157
1158
  }
1158
- function ta(e, i) {
1159
+ function ra(e, i) {
1159
1160
  for (var c = -1, b = i.length, L = e.length; ++c < b; )
1160
1161
  e[L + c] = i[c];
1161
1162
  return e;
@@ -1166,12 +1167,12 @@ Ve.exports;
1166
1167
  c = i(c, e[L], L, e);
1167
1168
  return c;
1168
1169
  }
1169
- function aa(e, i) {
1170
+ function ia(e, i) {
1170
1171
  for (var c = -1, b = Array(e); ++c < e; )
1171
1172
  b[c] = i(c);
1172
1173
  return b;
1173
1174
  }
1174
- function na(e, i) {
1175
+ function oa(e, i) {
1175
1176
  return e == null ? void 0 : e[i];
1176
1177
  }
1177
1178
  function bt(e) {
@@ -1200,12 +1201,12 @@ Ve.exports;
1200
1201
  c[++i] = b;
1201
1202
  }), c;
1202
1203
  }
1203
- var ra = Array.prototype, ia = Function.prototype, Ne = Object.prototype, Ye = K["__core-js_shared__"], mt = function() {
1204
- var e = /[^.]+$/.exec(Ye && Ye.keys && Ye.keys.IE_PROTO || "");
1204
+ var sa = Array.prototype, ca = Function.prototype, Ne = Object.prototype, Xe = j["__core-js_shared__"], mt = function() {
1205
+ var e = /[^.]+$/.exec(Xe && Xe.keys && Xe.keys.IE_PROTO || "");
1205
1206
  return e ? "Symbol(src)_1." + e : "";
1206
- }(), gt = ia.toString, se = Ne.hasOwnProperty, Ee = Ne.toString, oa = RegExp(
1207
+ }(), gt = ca.toString, se = Ne.hasOwnProperty, Ee = Ne.toString, la = RegExp(
1207
1208
  "^" + gt.call(se).replace(E, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
1208
- ), yt = ke ? K.Buffer : void 0, _t = K.Symbol, wt = K.Uint8Array, sa = qe(Object.getPrototypeOf, Object), ca = Object.create, la = Ne.propertyIsEnumerable, ua = ra.splice, Tt = Object.getOwnPropertySymbols, da = yt ? yt.isBuffer : void 0, fa = qe(Object.keys, Object), Xe = ge(K, "DataView"), Se = ge(K, "Map"), Je = ge(K, "Promise"), Qe = ge(K, "Set"), et = ge(K, "WeakMap"), Ie = ge(Object, "create"), va = fe(Xe), ba = fe(Se), ha = fe(Je), pa = fe(Qe), ma = fe(et), kt = _t ? _t.prototype : void 0, St = kt ? kt.valueOf : void 0;
1209
+ ), yt = ke ? j.Buffer : void 0, _t = j.Symbol, wt = j.Uint8Array, ua = qe(Object.getPrototypeOf, Object), da = Object.create, fa = Ne.propertyIsEnumerable, va = sa.splice, Tt = Object.getOwnPropertySymbols, ba = yt ? yt.isBuffer : void 0, ha = qe(Object.keys, Object), Ye = ge(j, "DataView"), Se = ge(j, "Map"), Je = ge(j, "Promise"), Qe = ge(j, "Set"), et = ge(j, "WeakMap"), Ie = ge(Object, "create"), pa = fe(Ye), ma = fe(Se), ga = fe(Je), ya = fe(Qe), _a = fe(et), kt = _t ? _t.prototype : void 0, St = kt ? kt.valueOf : void 0;
1209
1210
  function ue(e) {
1210
1211
  var i = -1, c = e ? e.length : 0;
1211
1212
  for (this.clear(); ++i < c; ) {
@@ -1213,13 +1214,13 @@ Ve.exports;
1213
1214
  this.set(b[0], b[1]);
1214
1215
  }
1215
1216
  }
1216
- function ga() {
1217
+ function wa() {
1217
1218
  this.__data__ = Ie ? Ie(null) : {};
1218
1219
  }
1219
- function ya(e) {
1220
+ function Ta(e) {
1220
1221
  return this.has(e) && delete this.__data__[e];
1221
1222
  }
1222
- function _a(e) {
1223
+ function ka(e) {
1223
1224
  var i = this.__data__;
1224
1225
  if (Ie) {
1225
1226
  var c = i[e];
@@ -1227,44 +1228,44 @@ Ve.exports;
1227
1228
  }
1228
1229
  return se.call(i, e) ? i[e] : void 0;
1229
1230
  }
1230
- function wa(e) {
1231
+ function Sa(e) {
1231
1232
  var i = this.__data__;
1232
1233
  return Ie ? i[e] !== void 0 : se.call(i, e);
1233
1234
  }
1234
- function Ta(e, i) {
1235
+ function Ia(e, i) {
1235
1236
  var c = this.__data__;
1236
1237
  return c[e] = Ie && i === void 0 ? r : i, this;
1237
1238
  }
1238
- ue.prototype.clear = ga, ue.prototype.delete = ya, ue.prototype.get = _a, ue.prototype.has = wa, ue.prototype.set = Ta;
1239
- function oe(e) {
1239
+ ue.prototype.clear = wa, ue.prototype.delete = Ta, ue.prototype.get = ka, ue.prototype.has = Sa, ue.prototype.set = Ia;
1240
+ function ie(e) {
1240
1241
  var i = -1, c = e ? e.length : 0;
1241
1242
  for (this.clear(); ++i < c; ) {
1242
1243
  var b = e[i];
1243
1244
  this.set(b[0], b[1]);
1244
1245
  }
1245
1246
  }
1246
- function ka() {
1247
+ function Ca() {
1247
1248
  this.__data__ = [];
1248
1249
  }
1249
- function Sa(e) {
1250
- var i = this.__data__, c = Fe(i, e);
1250
+ function Oa(e) {
1251
+ var i = this.__data__, c = xe(i, e);
1251
1252
  if (c < 0)
1252
1253
  return !1;
1253
1254
  var b = i.length - 1;
1254
- return c == b ? i.pop() : ua.call(i, c, 1), !0;
1255
+ return c == b ? i.pop() : va.call(i, c, 1), !0;
1255
1256
  }
1256
- function Ia(e) {
1257
- var i = this.__data__, c = Fe(i, e);
1257
+ function $a(e) {
1258
+ var i = this.__data__, c = xe(i, e);
1258
1259
  return c < 0 ? void 0 : i[c][1];
1259
1260
  }
1260
- function $a(e) {
1261
- return Fe(this.__data__, e) > -1;
1261
+ function Aa(e) {
1262
+ return xe(this.__data__, e) > -1;
1262
1263
  }
1263
- function Ca(e, i) {
1264
- var c = this.__data__, b = Fe(c, e);
1264
+ function Na(e, i) {
1265
+ var c = this.__data__, b = xe(c, e);
1265
1266
  return b < 0 ? c.push([e, i]) : c[b][1] = i, this;
1266
1267
  }
1267
- oe.prototype.clear = ka, oe.prototype.delete = Sa, oe.prototype.get = Ia, oe.prototype.has = $a, oe.prototype.set = Ca;
1268
+ ie.prototype.clear = Ca, ie.prototype.delete = Oa, ie.prototype.get = $a, ie.prototype.has = Aa, ie.prototype.set = Na;
1268
1269
  function pe(e) {
1269
1270
  var i = -1, c = e ? e.length : 0;
1270
1271
  for (this.clear(); ++i < c; ) {
@@ -1272,44 +1273,44 @@ Ve.exports;
1272
1273
  this.set(b[0], b[1]);
1273
1274
  }
1274
1275
  }
1275
- function Oa() {
1276
+ function Ea() {
1276
1277
  this.__data__ = {
1277
1278
  hash: new ue(),
1278
- map: new (Se || oe)(),
1279
+ map: new (Se || ie)(),
1279
1280
  string: new ue()
1280
1281
  };
1281
1282
  }
1282
- function Aa(e) {
1283
- return xe(this, e).delete(e);
1283
+ function xa(e) {
1284
+ return Fe(this, e).delete(e);
1284
1285
  }
1285
- function Na(e) {
1286
- return xe(this, e).get(e);
1286
+ function Fa(e) {
1287
+ return Fe(this, e).get(e);
1287
1288
  }
1288
- function Ea(e) {
1289
- return xe(this, e).has(e);
1289
+ function Da(e) {
1290
+ return Fe(this, e).has(e);
1290
1291
  }
1291
- function Fa(e, i) {
1292
- return xe(this, e).set(e, i), this;
1292
+ function Ba(e, i) {
1293
+ return Fe(this, e).set(e, i), this;
1293
1294
  }
1294
- pe.prototype.clear = Oa, pe.prototype.delete = Aa, pe.prototype.get = Na, pe.prototype.has = Ea, pe.prototype.set = Fa;
1295
+ pe.prototype.clear = Ea, pe.prototype.delete = xa, pe.prototype.get = Fa, pe.prototype.has = Da, pe.prototype.set = Ba;
1295
1296
  function me(e) {
1296
- this.__data__ = new oe(e);
1297
+ this.__data__ = new ie(e);
1297
1298
  }
1298
- function xa() {
1299
- this.__data__ = new oe();
1299
+ function Ra() {
1300
+ this.__data__ = new ie();
1300
1301
  }
1301
- function Da(e) {
1302
+ function La(e) {
1302
1303
  return this.__data__.delete(e);
1303
1304
  }
1304
- function Ba(e) {
1305
+ function Pa(e) {
1305
1306
  return this.__data__.get(e);
1306
1307
  }
1307
- function Ra(e) {
1308
+ function Ma(e) {
1308
1309
  return this.__data__.has(e);
1309
1310
  }
1310
- function La(e, i) {
1311
+ function Za(e, i) {
1311
1312
  var c = this.__data__;
1312
- if (c instanceof oe) {
1313
+ if (c instanceof ie) {
1313
1314
  var b = c.__data__;
1314
1315
  if (!Se || b.length < a - 1)
1315
1316
  return b.push([e, i]), this;
@@ -1317,86 +1318,86 @@ Ve.exports;
1317
1318
  }
1318
1319
  return c.set(e, i), this;
1319
1320
  }
1320
- me.prototype.clear = xa, me.prototype.delete = Da, me.prototype.get = Ba, me.prototype.has = Ra, me.prototype.set = La;
1321
- function Pa(e, i) {
1322
- var c = nt(e) || ln(e) ? aa(e.length, String) : [], b = c.length, L = !!b;
1321
+ me.prototype.clear = Ra, me.prototype.delete = La, me.prototype.get = Pa, me.prototype.has = Ma, me.prototype.set = Za;
1322
+ function Ka(e, i) {
1323
+ var c = nt(e) || fn(e) ? ia(e.length, String) : [], b = c.length, L = !!b;
1323
1324
  for (var H in e)
1324
- (i || se.call(e, H)) && !(L && (H == "length" || rn(H, b))) && c.push(H);
1325
+ (i || se.call(e, H)) && !(L && (H == "length" || cn(H, b))) && c.push(H);
1325
1326
  return c;
1326
1327
  }
1327
1328
  function It(e, i, c) {
1328
1329
  var b = e[i];
1329
1330
  (!(se.call(e, i) && At(b, c)) || c === void 0 && !(i in e)) && (e[i] = c);
1330
1331
  }
1331
- function Fe(e, i) {
1332
+ function xe(e, i) {
1332
1333
  for (var c = e.length; c--; )
1333
1334
  if (At(e[c][0], i))
1334
1335
  return c;
1335
1336
  return -1;
1336
1337
  }
1337
- function Ma(e, i) {
1338
- return e && $t(i, rt(i), e);
1338
+ function ja(e, i) {
1339
+ return e && Ct(i, rt(i), e);
1339
1340
  }
1340
- function tt(e, i, c, b, L, H, X) {
1341
- var z;
1342
- if (b && (z = H ? b(e, L, H, X) : b(e)), z !== void 0)
1343
- return z;
1341
+ function tt(e, i, c, b, L, H, Y) {
1342
+ var V;
1343
+ if (b && (V = H ? b(e, L, H, Y) : b(e)), V !== void 0)
1344
+ return V;
1344
1345
  if (!De(e))
1345
1346
  return e;
1346
- var Ft = nt(e);
1347
- if (Ft) {
1348
- if (z = tn(e), !i)
1349
- return Ja(e, z);
1347
+ var xt = nt(e);
1348
+ if (xt) {
1349
+ if (V = rn(e), !i)
1350
+ return tn(e, V);
1350
1351
  } else {
1351
- var ye = de(e), xt = ye == x || ye == N;
1352
- if (dn(e))
1353
- return Va(e, i);
1354
- if (ye == O || ye == d || xt && !H) {
1352
+ var ye = de(e), Ft = ye == F || ye == N;
1353
+ if (bn(e))
1354
+ return Wa(e, i);
1355
+ if (ye == A || ye == d || Ft && !H) {
1355
1356
  if (bt(e))
1356
1357
  return H ? e : {};
1357
- if (z = an(xt ? {} : e), !i)
1358
- return Qa(e, Ma(z, e));
1358
+ if (V = on(Ft ? {} : e), !i)
1359
+ return an(e, ja(V, e));
1359
1360
  } else {
1360
1361
  if (!T[ye])
1361
1362
  return H ? e : {};
1362
- z = nn(e, ye, tt, i);
1363
+ V = sn(e, ye, tt, i);
1363
1364
  }
1364
1365
  }
1365
- X || (X = new me());
1366
- var Dt = X.get(e);
1366
+ Y || (Y = new me());
1367
+ var Dt = Y.get(e);
1367
1368
  if (Dt)
1368
1369
  return Dt;
1369
- if (X.set(e, z), !Ft)
1370
- var Bt = c ? en(e) : rt(e);
1371
- return ea(Bt || e, function(it, Be) {
1372
- Bt && (Be = it, it = e[Be]), It(z, Be, tt(it, i, c, b, Be, e, X));
1373
- }), z;
1370
+ if (Y.set(e, V), !xt)
1371
+ var Bt = c ? nn(e) : rt(e);
1372
+ return na(Bt || e, function(it, Be) {
1373
+ Bt && (Be = it, it = e[Be]), It(V, Be, tt(it, i, c, b, Be, e, Y));
1374
+ }), V;
1374
1375
  }
1375
- function Za(e) {
1376
- return De(e) ? ca(e) : {};
1376
+ function Ha(e) {
1377
+ return De(e) ? da(e) : {};
1377
1378
  }
1378
- function ja(e, i, c) {
1379
+ function Ua(e, i, c) {
1379
1380
  var b = i(e);
1380
- return nt(e) ? b : ta(b, c(e));
1381
+ return nt(e) ? b : ra(b, c(e));
1381
1382
  }
1382
- function Ka(e) {
1383
+ function Va(e) {
1383
1384
  return Ee.call(e);
1384
1385
  }
1385
- function Ha(e) {
1386
- if (!De(e) || sn(e))
1386
+ function za(e) {
1387
+ if (!De(e) || un(e))
1387
1388
  return !1;
1388
- var i = Et(e) || bt(e) ? oa : M;
1389
+ var i = Et(e) || bt(e) ? la : M;
1389
1390
  return i.test(fe(e));
1390
1391
  }
1391
- function za(e) {
1392
- if (!Ot(e))
1393
- return fa(e);
1392
+ function Ga(e) {
1393
+ if (!$t(e))
1394
+ return ha(e);
1394
1395
  var i = [];
1395
1396
  for (var c in Object(e))
1396
1397
  se.call(e, c) && c != "constructor" && i.push(c);
1397
1398
  return i;
1398
1399
  }
1399
- function Va(e, i) {
1400
+ function Wa(e, i) {
1400
1401
  if (i)
1401
1402
  return e.slice();
1402
1403
  var c = new e.constructor(e.length);
@@ -1406,126 +1407,126 @@ Ve.exports;
1406
1407
  var i = new e.constructor(e.byteLength);
1407
1408
  return new wt(i).set(new wt(e)), i;
1408
1409
  }
1409
- function Ga(e, i) {
1410
+ function qa(e, i) {
1410
1411
  var c = i ? at(e.buffer) : e.buffer;
1411
1412
  return new e.constructor(c, e.byteOffset, e.byteLength);
1412
1413
  }
1413
- function Ua(e, i, c) {
1414
+ function Xa(e, i, c) {
1414
1415
  var b = i ? c(ht(e), !0) : ht(e);
1415
- return vt(b, Jt, new e.constructor());
1416
+ return vt(b, ta, new e.constructor());
1416
1417
  }
1417
- function Wa(e) {
1418
- var i = new e.constructor(e.source, F.exec(e));
1418
+ function Ya(e) {
1419
+ var i = new e.constructor(e.source, x.exec(e));
1419
1420
  return i.lastIndex = e.lastIndex, i;
1420
1421
  }
1421
- function qa(e, i, c) {
1422
+ function Ja(e, i, c) {
1422
1423
  var b = i ? c(pt(e), !0) : pt(e);
1423
- return vt(b, Qt, new e.constructor());
1424
+ return vt(b, aa, new e.constructor());
1424
1425
  }
1425
- function Ya(e) {
1426
+ function Qa(e) {
1426
1427
  return St ? Object(St.call(e)) : {};
1427
1428
  }
1428
- function Xa(e, i) {
1429
+ function en(e, i) {
1429
1430
  var c = i ? at(e.buffer) : e.buffer;
1430
1431
  return new e.constructor(c, e.byteOffset, e.length);
1431
1432
  }
1432
- function Ja(e, i) {
1433
+ function tn(e, i) {
1433
1434
  var c = -1, b = e.length;
1434
1435
  for (i || (i = Array(b)); ++c < b; )
1435
1436
  i[c] = e[c];
1436
1437
  return i;
1437
1438
  }
1438
- function $t(e, i, c, b) {
1439
+ function Ct(e, i, c, b) {
1439
1440
  c || (c = {});
1440
1441
  for (var L = -1, H = i.length; ++L < H; ) {
1441
- var X = i[L], z = b ? b(c[X], e[X], X, c, e) : void 0;
1442
- It(c, X, z === void 0 ? e[X] : z);
1442
+ var Y = i[L], V = b ? b(c[Y], e[Y], Y, c, e) : void 0;
1443
+ It(c, Y, V === void 0 ? e[Y] : V);
1443
1444
  }
1444
1445
  return c;
1445
1446
  }
1446
- function Qa(e, i) {
1447
- return $t(e, Ct(e), i);
1447
+ function an(e, i) {
1448
+ return Ct(e, Ot(e), i);
1448
1449
  }
1449
- function en(e) {
1450
- return ja(e, rt, Ct);
1450
+ function nn(e) {
1451
+ return Ua(e, rt, Ot);
1451
1452
  }
1452
- function xe(e, i) {
1453
+ function Fe(e, i) {
1453
1454
  var c = e.__data__;
1454
- return on(i) ? c[typeof i == "string" ? "string" : "hash"] : c.map;
1455
+ return ln(i) ? c[typeof i == "string" ? "string" : "hash"] : c.map;
1455
1456
  }
1456
1457
  function ge(e, i) {
1457
- var c = na(e, i);
1458
- return Ha(c) ? c : void 0;
1458
+ var c = oa(e, i);
1459
+ return za(c) ? c : void 0;
1459
1460
  }
1460
- var Ct = Tt ? qe(Tt, Object) : bn, de = Ka;
1461
- (Xe && de(new Xe(new ArrayBuffer(1))) != U || Se && de(new Se()) != D || Je && de(Je.resolve()) != V || Qe && de(new Qe()) != Z || et && de(new et()) != S) && (de = function(e) {
1462
- var i = Ee.call(e), c = i == O ? e.constructor : void 0, b = c ? fe(c) : void 0;
1461
+ var Ot = Tt ? qe(Tt, Object) : mn, de = Va;
1462
+ (Ye && de(new Ye(new ArrayBuffer(1))) != U || Se && de(new Se()) != D || Je && de(Je.resolve()) != z || Qe && de(new Qe()) != Z || et && de(new et()) != W) && (de = function(e) {
1463
+ var i = Ee.call(e), c = i == A ? e.constructor : void 0, b = c ? fe(c) : void 0;
1463
1464
  if (b)
1464
1465
  switch (b) {
1465
- case va:
1466
+ case pa:
1466
1467
  return U;
1467
- case ba:
1468
+ case ma:
1468
1469
  return D;
1469
- case ha:
1470
- return V;
1471
- case pa:
1470
+ case ga:
1471
+ return z;
1472
+ case ya:
1472
1473
  return Z;
1473
- case ma:
1474
- return S;
1474
+ case _a:
1475
+ return W;
1475
1476
  }
1476
1477
  return i;
1477
1478
  });
1478
- function tn(e) {
1479
+ function rn(e) {
1479
1480
  var i = e.length, c = e.constructor(i);
1480
1481
  return i && typeof e[0] == "string" && se.call(e, "index") && (c.index = e.index, c.input = e.input), c;
1481
1482
  }
1482
- function an(e) {
1483
- return typeof e.constructor == "function" && !Ot(e) ? Za(sa(e)) : {};
1483
+ function on(e) {
1484
+ return typeof e.constructor == "function" && !$t(e) ? Ha(ua(e)) : {};
1484
1485
  }
1485
- function nn(e, i, c, b) {
1486
+ function sn(e, i, c, b) {
1486
1487
  var L = e.constructor;
1487
1488
  switch (i) {
1488
- case P:
1489
+ case q:
1489
1490
  return at(e);
1490
1491
  case v:
1491
1492
  case p:
1492
1493
  return new L(+e);
1493
1494
  case U:
1494
- return Ga(e, b);
1495
- case ee:
1496
- case Y:
1497
- case W:
1498
- case A:
1495
+ return qa(e, b);
1496
+ case X:
1497
+ case S:
1498
+ case P:
1499
+ case C:
1499
1500
  case s:
1500
1501
  case u:
1501
1502
  case f:
1502
1503
  case y:
1503
1504
  case k:
1504
- return Xa(e, b);
1505
+ return en(e, b);
1505
1506
  case D:
1506
- return Ua(e, b, c);
1507
+ return Xa(e, b, c);
1507
1508
  case I:
1508
- case ne:
1509
+ case oe:
1509
1510
  return new L(e);
1510
- case j:
1511
- return Wa(e);
1512
- case Z:
1513
- return qa(e, b, c);
1514
- case G:
1511
+ case K:
1515
1512
  return Ya(e);
1513
+ case Z:
1514
+ return Ja(e, b, c);
1515
+ case ae:
1516
+ return Qa(e);
1516
1517
  }
1517
1518
  }
1518
- function rn(e, i) {
1519
+ function cn(e, i) {
1519
1520
  return i = i ?? l, !!i && (typeof e == "number" || R.test(e)) && e > -1 && e % 1 == 0 && e < i;
1520
1521
  }
1521
- function on(e) {
1522
+ function ln(e) {
1522
1523
  var i = typeof e;
1523
1524
  return i == "string" || i == "number" || i == "symbol" || i == "boolean" ? e !== "__proto__" : e === null;
1524
1525
  }
1525
- function sn(e) {
1526
+ function un(e) {
1526
1527
  return !!mt && mt in e;
1527
1528
  }
1528
- function Ot(e) {
1529
+ function $t(e) {
1529
1530
  var i = e && e.constructor, c = typeof i == "function" && i.prototype || Ne;
1530
1531
  return e === c;
1531
1532
  }
@@ -1542,66 +1543,66 @@ Ve.exports;
1542
1543
  }
1543
1544
  return "";
1544
1545
  }
1545
- function cn(e) {
1546
+ function dn(e) {
1546
1547
  return tt(e, !0, !0);
1547
1548
  }
1548
1549
  function At(e, i) {
1549
1550
  return e === i || e !== e && i !== i;
1550
1551
  }
1551
- function ln(e) {
1552
- return un(e) && se.call(e, "callee") && (!la.call(e, "callee") || Ee.call(e) == d);
1552
+ function fn(e) {
1553
+ return vn(e) && se.call(e, "callee") && (!fa.call(e, "callee") || Ee.call(e) == d);
1553
1554
  }
1554
1555
  var nt = Array.isArray;
1555
1556
  function Nt(e) {
1556
- return e != null && fn(e.length) && !Et(e);
1557
+ return e != null && hn(e.length) && !Et(e);
1557
1558
  }
1558
- function un(e) {
1559
- return vn(e) && Nt(e);
1559
+ function vn(e) {
1560
+ return pn(e) && Nt(e);
1560
1561
  }
1561
- var dn = da || hn;
1562
+ var bn = ba || gn;
1562
1563
  function Et(e) {
1563
1564
  var i = De(e) ? Ee.call(e) : "";
1564
- return i == x || i == N;
1565
+ return i == F || i == N;
1565
1566
  }
1566
- function fn(e) {
1567
+ function hn(e) {
1567
1568
  return typeof e == "number" && e > -1 && e % 1 == 0 && e <= l;
1568
1569
  }
1569
1570
  function De(e) {
1570
1571
  var i = typeof e;
1571
1572
  return !!e && (i == "object" || i == "function");
1572
1573
  }
1573
- function vn(e) {
1574
+ function pn(e) {
1574
1575
  return !!e && typeof e == "object";
1575
1576
  }
1576
1577
  function rt(e) {
1577
- return Nt(e) ? Pa(e) : za(e);
1578
+ return Nt(e) ? Ka(e) : Ga(e);
1578
1579
  }
1579
- function bn() {
1580
+ function mn() {
1580
1581
  return [];
1581
1582
  }
1582
- function hn() {
1583
+ function gn() {
1583
1584
  return !1;
1584
1585
  }
1585
- n.exports = cn;
1586
+ n.exports = dn;
1586
1587
  })(Ve, Ve.exports);
1587
- var qr = Ve.exports;
1588
- const Yr = /* @__PURE__ */ Wr(qr), Xr = {
1588
+ var Yr = Ve.exports;
1589
+ const Jr = /* @__PURE__ */ Xr(Yr), Qr = {
1589
1590
  key: 0,
1590
1591
  class: "sidebar-header"
1591
- }, Jr = { class: "sidebar-content-container" }, Qr = {
1592
+ }, ei = { class: "sidebar-content-container" }, ti = {
1592
1593
  key: 0,
1593
1594
  class: "sidebar-top"
1594
- }, ei = { "aria-label": "Main menu" }, ti = {
1595
+ }, ai = { "aria-label": "Main menu" }, ni = {
1595
1596
  key: 0,
1596
1597
  class: "level-primary top-items"
1597
- }, ai = {
1598
+ }, ri = {
1598
1599
  key: 1,
1599
1600
  class: "sidebar-level-divider",
1600
1601
  role: "separator"
1601
- }, ni = {
1602
+ }, ii = {
1602
1603
  key: 2,
1603
1604
  class: "level-primary bottom-items"
1604
- }, ri = { class: "sidebar-footer" }, ii = /* @__PURE__ */ te({
1605
+ }, oi = { class: "sidebar-footer" }, si = /* @__PURE__ */ ee({
1605
1606
  __name: "AppSidebar",
1606
1607
  props: {
1607
1608
  topItems: {
@@ -1662,16 +1663,17 @@ const Yr = /* @__PURE__ */ Wr(qr), Xr = {
1662
1663
  setup(n, { emit: t }) {
1663
1664
  const a = n;
1664
1665
  ut((s) => ({
1665
- c6089880: o.value.mobileHeight,
1666
- "6f664d5c": o.value.mobileTop,
1667
- bff1d830: n.zIndex,
1668
- "2c1e7484": o.value.height,
1669
- "68c4ac1e": o.value.top,
1670
- cf2fa71c: p.value.marginTop,
1671
- f12a684c: v.value.display,
1672
- "412eeb31": v.value.minHeight,
1673
- "290c7a2d": w.value.top,
1674
- "29b826c0": w.value.zIndex
1666
+ "5e08a746": Rt(ea),
1667
+ cd47b7de: o.value.mobileHeight,
1668
+ "0661b2aa": o.value.mobileTop,
1669
+ "27ed1c12": n.zIndex,
1670
+ db87f262: o.value.height,
1671
+ f23b26a6: o.value.top,
1672
+ "92f425fe": p.value.marginTop,
1673
+ "2fb60ceb": v.value.display,
1674
+ "03ae2c02": v.value.minHeight,
1675
+ "5521db08": w.value.top,
1676
+ de83841e: w.value.zIndex
1675
1677
  }));
1676
1678
  const r = dt(), l = g(() => !!r.header), d = g(() => !!r.top), o = g(() => ({
1677
1679
  mobileTop: a.mobileTopOffset && a.mobileEnabled ? `${a.mobileTopOffset}px` : a.topOffset ? `${a.topOffset}px` : "0",
@@ -1686,92 +1688,92 @@ const Yr = /* @__PURE__ */ Wr(qr), Xr = {
1686
1688
  })), w = g(() => ({
1687
1689
  top: a.mobileTopOffset && a.mobileEnabled ? `${a.mobileTopOffset}px` : "0",
1688
1690
  zIndex: a.mobileOverlayZIndex !== null ? a.mobileOverlayZIndex : a.zIndex > 1 ? a.zIndex - 1 : 1
1689
- })), x = (s) => Yr(s).map((f) => {
1691
+ })), F = (s) => Jr(s).map((f) => {
1690
1692
  var y, k, E;
1691
1693
  if (f) {
1692
1694
  (!f.key || !((y = f.key) != null && y.trim())) && (f.key = String(f.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-")), (!f.testId || !((k = f.testId) != null && k.trim())) && (f.testId = String(f.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
1693
- for (const F of f.items || [])
1694
- F.parentKey = f.key, (!F.testId || !((E = F.testId) != null && E.trim())) && (F.testId = String(F.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
1695
+ for (const x of f.items || [])
1696
+ x.parentKey = f.key, (!x.testId || !((E = x.testId) != null && E.trim())) && (x.testId = String(x.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
1695
1697
  }
1696
1698
  return f;
1697
- }), N = g(() => a.topItems.length ? x(a.topItems) : []), D = g(() => a.bottomItems.length ? x(a.bottomItems) : []), I = q(a.open), O = (s) => {
1699
+ }), N = g(() => a.topItems.length ? F(a.topItems) : []), D = g(() => a.bottomItems.length ? F(a.bottomItems) : []), I = G(a.open), A = (s) => {
1698
1700
  var u, f;
1699
- I.value !== s && (I.value = s, t("toggle", s)), s ? (u = document == null ? void 0 : document.body) == null || u.classList.add("kong-ui-app-sidebar-open") : (f = document == null ? void 0 : document.body) == null || f.classList.remove("kong-ui-app-sidebar-open"), j.value = !1;
1700
- }, V = () => {
1701
- a.mobileOverlayCloseOnClick && O(!1);
1702
- }, j = q(!1), Z = (s) => {
1703
- j.value = !0, t("click", s), setTimeout(() => {
1704
- O(!1);
1701
+ I.value !== s && (I.value = s, t("toggle", s)), s ? (u = document == null ? void 0 : document.body) == null || u.classList.add("kong-ui-app-sidebar-open") : (f = document == null ? void 0 : document.body) == null || f.classList.remove("kong-ui-app-sidebar-open"), K.value = !1;
1702
+ }, z = () => {
1703
+ a.mobileOverlayCloseOnClick && A(!1);
1704
+ }, K = G(!1), Z = (s) => {
1705
+ K.value = !0, t("click", s), setTimeout(() => {
1706
+ A(!1);
1705
1707
  }, a.mobileCloseDelay);
1706
1708
  };
1707
1709
  Ze(() => a.open, (s) => {
1708
- O(s);
1710
+ A(s);
1709
1711
  });
1710
- const { debounce: ne } = Xt(), G = ne(() => {
1711
- I.value && S.value !== (window == null ? void 0 : window.innerWidth) && (S.value = window == null ? void 0 : window.innerWidth, O(!1));
1712
- }, 200), S = q(), P = q(!1), U = q(), ee = () => {
1713
- P.value || (P.value = !0, clearTimeout(U.value), U.value = setTimeout(() => P.value = !1, 1300));
1714
- }, Y = q(null), W = g(() => I.value && a.mobileEnabled), A = async (s) => {
1712
+ const { debounce: oe } = Qt(), ae = oe(() => {
1713
+ I.value && W.value !== (window == null ? void 0 : window.innerWidth) && (W.value = window == null ? void 0 : window.innerWidth, A(!1));
1714
+ }, 200), W = G(), q = G(!1), U = G(), X = () => {
1715
+ q.value || (q.value = !0, clearTimeout(U.value), U.value = setTimeout(() => q.value = !1, 1300));
1716
+ }, S = G(null), P = g(() => I.value && a.mobileEnabled), C = async (s) => {
1715
1717
  var u, f;
1716
- s ? (await kn(), await new Promise((y) => setTimeout(y, 300)), (u = Y.value) == null || u.activate()) : (f = Y.value) == null || f.deactivate();
1718
+ s ? (await In(), await new Promise((y) => setTimeout(y, 300)), (u = S.value) == null || u.activate()) : (f = S.value) == null || f.deactivate();
1717
1719
  };
1718
- return Ze(W, async (s) => {
1719
- s ? await A(!0) : await A(!1);
1720
+ return Ze(P, async (s) => {
1721
+ s ? await C(!0) : await C(!1);
1720
1722
  }, { immediate: !0 }), We(() => {
1721
- S.value = window == null ? void 0 : window.innerWidth, window.addEventListener("resize", G), window.addEventListener("resize", ee);
1722
- }), Ht(() => {
1723
- window.removeEventListener("resize", G), window.removeEventListener("resize", ee);
1724
- }), (s, u) => (h(), m(Ce, null, [
1723
+ W.value = window == null ? void 0 : window.innerWidth, window.addEventListener("resize", ae), window.addEventListener("resize", X);
1724
+ }), Vt(() => {
1725
+ window.removeEventListener("resize", ae), window.removeEventListener("resize", X);
1726
+ }), (s, u) => (h(), m(Oe, null, [
1725
1727
  I.value && n.mobileOverlay && n.mobileEnabled ? (h(), m("div", {
1726
1728
  key: 0,
1727
1729
  class: "kong-ui-app-sidebar-overlay",
1728
- onClick: V
1729
- })) : C("", !0),
1730
- we(Tn(Ur), {
1730
+ onClick: z
1731
+ })) : $("", !0),
1732
+ we(Rt(qr), {
1731
1733
  ref_key: "focusTrap",
1732
- ref: Y,
1734
+ ref: S,
1733
1735
  active: !1,
1734
1736
  "allow-outside-click": "",
1735
1737
  "fallback-focus": ".kong-ui-app-sidebar"
1736
1738
  }, {
1737
1739
  default: B(() => [
1738
1740
  _("aside", {
1739
- class: ie(["kong-ui-app-sidebar", {
1741
+ class: re(["kong-ui-app-sidebar", {
1740
1742
  "sidebar-open": I.value,
1741
1743
  "no-sidebar-header": !l.value,
1742
1744
  "mobile-header-hidden": n.mobileEnabled && (!l.value || !n.mobileHeaderVisible),
1743
1745
  "mobile-disabled": !n.mobileEnabled,
1744
- "disable-transitions": P.value
1746
+ "disable-transitions": q.value
1745
1747
  }]),
1746
1748
  tabindex: "-1"
1747
1749
  }, [
1748
- l.value ? (h(), m("div", Xr, [
1749
- $(s.$slots, "header", {}, void 0, !0)
1750
- ])) : C("", !0),
1751
- _("div", Jr, [
1752
- d.value ? (h(), m("div", Qr, [
1753
- $(s.$slots, "top", {}, void 0, !0)
1754
- ])) : C("", !0),
1755
- _("nav", ei, [
1756
- N.value.length ? (h(), m("ul", ti, [
1757
- (h(!0), m(Ce, null, Ae(N.value, (f) => (h(), Q(Rt, {
1750
+ l.value ? (h(), m("div", Qr, [
1751
+ O(s.$slots, "header", {}, void 0, !0)
1752
+ ])) : $("", !0),
1753
+ _("div", ei, [
1754
+ d.value ? (h(), m("div", ti, [
1755
+ O(s.$slots, "top", {}, void 0, !0)
1756
+ ])) : $("", !0),
1757
+ _("nav", ai, [
1758
+ N.value.length ? (h(), m("ul", ni, [
1759
+ (h(!0), m(Oe, null, Ae(N.value, (f) => (h(), Q(Lt, {
1758
1760
  key: f.name,
1759
1761
  item: f,
1760
1762
  onClick: Z
1761
1763
  }, null, 8, ["item"]))), 128))
1762
- ])) : C("", !0),
1763
- N.value.length && D.value.length ? (h(), m("div", ai)) : C("", !0),
1764
- D.value.length ? (h(), m("ul", ni, [
1765
- (h(!0), m(Ce, null, Ae(D.value, (f) => (h(), Q(Rt, {
1764
+ ])) : $("", !0),
1765
+ N.value.length && D.value.length ? (h(), m("div", ri)) : $("", !0),
1766
+ D.value.length ? (h(), m("ul", ii, [
1767
+ (h(!0), m(Oe, null, Ae(D.value, (f) => (h(), Q(Lt, {
1766
1768
  key: f.name,
1767
1769
  item: f,
1768
1770
  onClick: Z
1769
1771
  }, null, 8, ["item"]))), 128))
1770
- ])) : C("", !0)
1772
+ ])) : $("", !0)
1771
1773
  ])
1772
1774
  ]),
1773
- _("div", ri, [
1774
- $(s.$slots, "footer", {}, void 0, !0)
1775
+ _("div", oi, [
1776
+ O(s.$slots, "footer", {}, void 0, !0)
1775
1777
  ])
1776
1778
  ], 2)
1777
1779
  ]),
@@ -1780,11 +1782,11 @@ const Yr = /* @__PURE__ */ Wr(qr), Xr = {
1780
1782
  ], 64));
1781
1783
  }
1782
1784
  });
1783
- const oi = /* @__PURE__ */ ae(ii, [["__scopeId", "data-v-00a9a4d3"]]), ft = (n) => (Ge("data-v-00a332e0"), n = n(), Ue(), n), si = ["aria-label", "onClick"], ci = /* @__PURE__ */ ft(() => /* @__PURE__ */ _("span", { class: "line" }, null, -1)), li = /* @__PURE__ */ ft(() => /* @__PURE__ */ _("span", { class: "line" }, null, -1)), ui = /* @__PURE__ */ ft(() => /* @__PURE__ */ _("span", { class: "line" }, null, -1)), di = [
1784
- ci,
1785
- li,
1786
- ui
1787
- ], fi = /* @__PURE__ */ te({
1785
+ const ci = /* @__PURE__ */ te(si, [["__scopeId", "data-v-150488ef"]]), ft = (n) => (ze("data-v-00a332e0"), n = n(), Ge(), n), li = ["aria-label", "onClick"], ui = /* @__PURE__ */ ft(() => /* @__PURE__ */ _("span", { class: "line" }, null, -1)), di = /* @__PURE__ */ ft(() => /* @__PURE__ */ _("span", { class: "line" }, null, -1)), fi = /* @__PURE__ */ ft(() => /* @__PURE__ */ _("span", { class: "line" }, null, -1)), vi = [
1786
+ ui,
1787
+ di,
1788
+ fi
1789
+ ], bi = /* @__PURE__ */ ee({
1788
1790
  __name: "SidebarToggle",
1789
1791
  props: {
1790
1792
  active: {
@@ -1794,7 +1796,7 @@ const oi = /* @__PURE__ */ ae(ii, [["__scopeId", "data-v-00a9a4d3"]]), ft = (n)
1794
1796
  },
1795
1797
  emits: ["toggle"],
1796
1798
  setup(n, { emit: t }) {
1797
- const a = n, r = q(a.active || !1), l = () => {
1799
+ const a = n, r = G(a.active || !1), l = () => {
1798
1800
  r.value = !r.value, t("toggle", r.value);
1799
1801
  };
1800
1802
  return Ze(() => a.active, (d) => {
@@ -1802,20 +1804,20 @@ const oi = /* @__PURE__ */ ae(ii, [["__scopeId", "data-v-00a9a4d3"]]), ft = (n)
1802
1804
  }), (d, o) => (h(), m("a", {
1803
1805
  "aria-haspopup": "true",
1804
1806
  "aria-label": r.value ? "Close Main Menu" : "Open Main Menu",
1805
- class: ie(["sidebar-menu-toggle", { active: r.value }]),
1807
+ class: re(["sidebar-menu-toggle", { active: r.value }]),
1806
1808
  href: "#",
1807
1809
  role: "button",
1808
- onClick: Sn(l, ["prevent"])
1809
- }, di, 10, si));
1810
+ onClick: Cn(l, ["prevent"])
1811
+ }, vi, 10, li));
1810
1812
  }
1811
1813
  });
1812
- const vi = /* @__PURE__ */ ae(fi, [["__scopeId", "data-v-00a332e0"]]), bi = "0px", hi = "16px", pi = (n) => (Ge("data-v-d3167918"), n = n(), Ue(), n), mi = { id: "kong-ui-app-layout-notification" }, gi = { class: "mobile-logo" }, yi = {
1814
+ const hi = /* @__PURE__ */ te(bi, [["__scopeId", "data-v-00a332e0"]]), pi = "#ffffff", Ut = "#000933", mi = "#000933", gi = "#ffffff", yi = "0px", _i = "16px", wi = (n) => (ze("data-v-f5498742"), n = n(), Ge(), n), Ti = { id: "kong-ui-app-layout-notification" }, ki = { class: "mobile-logo" }, Si = {
1813
1815
  key: 0,
1814
1816
  class: "navbar-logo"
1815
- }, _i = {
1817
+ }, Ii = {
1816
1818
  class: "kong-ui-app-layout-main",
1817
1819
  "data-testid": "kong-ui-app-layout-main"
1818
- }, wi = { class: "kong-ui-app-layout-content" }, Ti = { class: "kong-ui-app-layout-content-inner" }, ki = /* @__PURE__ */ pi(() => /* @__PURE__ */ _("div", { id: "kong-ui-app-layout-teleport-default-slot" }, null, -1)), Si = /* @__PURE__ */ te({
1820
+ }, Ci = { class: "kong-ui-app-layout-content" }, Oi = { class: "kong-ui-app-layout-content-inner" }, $i = /* @__PURE__ */ wi(() => /* @__PURE__ */ _("div", { id: "kong-ui-app-layout-teleport-default-slot" }, null, -1)), Ai = /* @__PURE__ */ ee({
1819
1821
  __name: "AppLayout",
1820
1822
  props: {
1821
1823
  hideDefaultSlot: {
@@ -1843,14 +1845,23 @@ const vi = /* @__PURE__ */ ae(fi, [["__scopeId", "data-v-00a332e0"]]), bi = "0px
1843
1845
  sidebarBottomItems: {
1844
1846
  type: Array,
1845
1847
  default: () => []
1848
+ },
1849
+ theme: {
1850
+ type: String,
1851
+ default: "light",
1852
+ validator: (n) => ["light", "dark"].includes(n)
1846
1853
  }
1847
1854
  },
1848
1855
  emits: ["sidebar-click"],
1849
1856
  setup(n, { emit: t }) {
1850
1857
  const a = n;
1851
1858
  ut((S) => ({
1852
- "72553c1e": V.value,
1853
- "01af91a4": j.value
1859
+ "95424a9e": z.value,
1860
+ "18e2fd2b": Z.value,
1861
+ "1d761da1": oe.value,
1862
+ 75200939: K.value,
1863
+ "9a3488c6": ae.value,
1864
+ b4e67760: W.value
1854
1865
  }));
1855
1866
  const r = dt(), l = Pe({
1856
1867
  navbarLeft: g(() => !!r["navbar-left"]),
@@ -1870,53 +1881,53 @@ const vi = /* @__PURE__ */ ae(fi, [["__scopeId", "data-v-00a332e0"]]), bi = "0px
1870
1881
  hidden: g(() => a.sidebarHidden)
1871
1882
  }), p = (S) => {
1872
1883
  t("sidebar-click", S);
1873
- }, w = q(!1), x = (S) => {
1884
+ }, w = G(!1), F = (S) => {
1874
1885
  w.value = S;
1875
1886
  };
1876
- In(() => {
1887
+ On(() => {
1877
1888
  w.value = $n(v, "open").value || !1;
1878
1889
  });
1879
- const N = q(0), D = q(60), I = q(0), O = g(() => o.hidden ? I.value : D.value + I.value), V = g(() => `${O.value}px`), j = g(() => v.hidden || o.hidden ? bi : hi), { debounce: Z } = Xt(), ne = Z((S = !1) => {
1890
+ const N = G(0), D = G(60), I = G(0), A = g(() => o.hidden ? I.value : D.value + I.value), z = g(() => a.theme === "light" ? ea : Ut), K = g(() => a.theme === "light" ? mi : gi), Z = g(() => a.theme === "light" ? pi : Ut), oe = g(() => a.theme === "light" ? "var(--kong-ui-app-layout-main-box-shadow, -30px 174px 250px #0023db)" : "none"), ae = g(() => `${A.value}px`), W = g(() => v.hidden || o.hidden ? yi : _i), { debounce: q } = Qt(), U = q((S = !1) => {
1880
1891
  if (S || N.value !== (window == null ? void 0 : window.innerWidth)) {
1881
1892
  N.value = window == null ? void 0 : window.innerWidth;
1882
1893
  const P = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
1883
1894
  P && (I.value = P.offsetHeight);
1884
1895
  }
1885
- }, 200), G = q();
1896
+ }, 200), X = G();
1886
1897
  return We(() => {
1887
- var P, U;
1888
- (P = document == null ? void 0 : document.body) == null || P.classList.add("kong-ui-app-layout-body"), (U = document == null ? void 0 : document.documentElement) == null || U.classList.add("kong-ui-app-layout-html"), N.value = window == null ? void 0 : window.innerWidth, ne(!0);
1898
+ var P, C;
1899
+ (P = document == null ? void 0 : document.body) == null || P.classList.add("kong-ui-app-layout-body"), (C = document == null ? void 0 : document.documentElement) == null || C.classList.add("kong-ui-app-layout-html"), N.value = window == null ? void 0 : window.innerWidth, U(!0);
1889
1900
  const S = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
1890
- S && (G.value = new ResizeObserver((ee) => {
1901
+ S && (X.value = new ResizeObserver((s) => {
1891
1902
  window.requestAnimationFrame(() => {
1892
- if (!(!Array.isArray(ee) || !ee.length))
1893
- for (const Y of ee) {
1894
- const W = Y.contentRect.height;
1895
- I.value !== W && (I.value = W);
1903
+ if (!(!Array.isArray(s) || !s.length))
1904
+ for (const u of s) {
1905
+ const f = u.contentRect.height;
1906
+ I.value !== f && (I.value = f);
1896
1907
  }
1897
1908
  });
1898
- }), G.value.observe(S)), window.addEventListener("resize", ne);
1899
- }), Ht(() => {
1900
- G.value && G.value.disconnect(), window.removeEventListener("resize", ne);
1909
+ }), X.value.observe(S)), window.addEventListener("resize", U);
1910
+ }), Vt(() => {
1911
+ X.value && X.value.disconnect(), window.removeEventListener("resize", U);
1901
1912
  }), (S, P) => (h(), m("div", {
1902
- class: ie(["kong-ui-app-layout", [
1913
+ class: re(["kong-ui-app-layout", [
1903
1914
  { "navbar-hidden": o.hidden },
1904
1915
  { "sidebar-hidden": v.hidden }
1905
1916
  ]])
1906
1917
  }, [
1907
- _("div", mi, [
1908
- $(S.$slots, "notification", {}, void 0, !0)
1918
+ _("div", Ti, [
1919
+ O(S.$slots, "notification", {}, void 0, !0)
1909
1920
  ]),
1910
- o.hidden ? C("", !0) : (h(), Q(cr, {
1921
+ o.hidden ? $("", !0) : (h(), Q(ur, {
1911
1922
  key: String(v.hidden),
1912
1923
  "left-offset": v.hidden ? 0 : void 0,
1913
1924
  "top-offset": I.value
1914
1925
  }, Me({
1915
1926
  "mobile-sidebar-toggle": B(() => [
1916
- v.hidden ? C("", !0) : (h(), Q(vi, {
1927
+ v.hidden ? $("", !0) : (h(), Q(hi, {
1917
1928
  key: 0,
1918
1929
  active: w.value,
1919
- onToggle: x
1930
+ onToggle: F
1920
1931
  }, null, 8, ["active"]))
1921
1932
  ]),
1922
1933
  _: 2
@@ -1924,8 +1935,8 @@ const vi = /* @__PURE__ */ ae(fi, [["__scopeId", "data-v-00a332e0"]]), bi = "0px
1924
1935
  l.navbarMobileLogo ? {
1925
1936
  name: "mobile-logo",
1926
1937
  fn: B(() => [
1927
- _("div", gi, [
1928
- $(S.$slots, "navbar-mobile-logo", {}, void 0, !0)
1938
+ _("div", ki, [
1939
+ O(S.$slots, "navbar-mobile-logo", {}, void 0, !0)
1929
1940
  ])
1930
1941
  ]),
1931
1942
  key: "0"
@@ -1933,102 +1944,102 @@ const vi = /* @__PURE__ */ ae(fi, [["__scopeId", "data-v-00a332e0"]]), bi = "0px
1933
1944
  l.navbarLogo ? {
1934
1945
  name: "logo",
1935
1946
  fn: B(() => [
1936
- v.hidden ? (h(), m("div", yi, [
1937
- $(S.$slots, "navbar-logo", {}, void 0, !0)
1938
- ])) : C("", !0)
1947
+ v.hidden ? (h(), m("div", Si, [
1948
+ O(S.$slots, "navbar-logo", {}, void 0, !0)
1949
+ ])) : $("", !0)
1939
1950
  ]),
1940
1951
  key: "1"
1941
1952
  } : void 0,
1942
1953
  l.navbarLeft ? {
1943
1954
  name: "left",
1944
1955
  fn: B(() => [
1945
- $(S.$slots, "navbar-left", {}, void 0, !0)
1956
+ O(S.$slots, "navbar-left", {}, void 0, !0)
1946
1957
  ]),
1947
1958
  key: "2"
1948
1959
  } : void 0,
1949
1960
  l.navbarCenter ? {
1950
1961
  name: "center",
1951
1962
  fn: B(() => [
1952
- $(S.$slots, "navbar-center", {}, void 0, !0)
1963
+ O(S.$slots, "navbar-center", {}, void 0, !0)
1953
1964
  ]),
1954
1965
  key: "3"
1955
1966
  } : void 0,
1956
1967
  l.navbarRight ? {
1957
1968
  name: "right",
1958
1969
  fn: B(() => [
1959
- $(S.$slots, "navbar-right", {}, void 0, !0)
1970
+ O(S.$slots, "navbar-right", {}, void 0, !0)
1960
1971
  ]),
1961
1972
  key: "4"
1962
1973
  } : void 0
1963
1974
  ]), 1032, ["left-offset", "top-offset"])),
1964
- v.hidden ? C("", !0) : (h(), Q(oi, {
1975
+ v.hidden ? $("", !0) : (h(), Q(ci, {
1965
1976
  key: 1,
1966
1977
  "bottom-items": v.bottomItems,
1967
1978
  "header-height": D.value,
1968
1979
  "mobile-enabled": "",
1969
1980
  "mobile-header-visible": !1,
1970
- "mobile-top-offset": O.value,
1981
+ "mobile-top-offset": A.value,
1971
1982
  open: w.value,
1972
1983
  "top-items": v.topItems,
1973
1984
  "top-offset": I.value,
1974
1985
  onClick: p,
1975
- onToggle: x
1986
+ onToggle: F
1976
1987
  }, Me({ _: 2 }, [
1977
1988
  l.sidebarHeader ? {
1978
1989
  name: "header",
1979
1990
  fn: B(() => [
1980
- $(S.$slots, "sidebar-header", {}, void 0, !0)
1991
+ O(S.$slots, "sidebar-header", {}, void 0, !0)
1981
1992
  ]),
1982
1993
  key: "0"
1983
1994
  } : void 0,
1984
1995
  l.sidebarTop ? {
1985
1996
  name: "top",
1986
1997
  fn: B(() => [
1987
- $(S.$slots, "sidebar-top", {}, void 0, !0)
1998
+ O(S.$slots, "sidebar-top", {}, void 0, !0)
1988
1999
  ]),
1989
2000
  key: "1"
1990
2001
  } : void 0,
1991
2002
  l.sidebarFooter ? {
1992
2003
  name: "footer",
1993
2004
  fn: B(() => [
1994
- $(S.$slots, "sidebar-footer", {}, void 0, !0)
2005
+ O(S.$slots, "sidebar-footer", {}, void 0, !0)
1995
2006
  ]),
1996
2007
  key: "2"
1997
2008
  } : void 0
1998
2009
  ]), 1032, ["bottom-items", "header-height", "mobile-top-offset", "open", "top-items", "top-offset"])),
1999
- _("main", _i, [
2000
- _("div", wi, [
2001
- _("div", Ti, [
2002
- ki,
2003
- $(S.$slots, "app-error", {}, void 0, !0),
2004
- d.value ? C("", !0) : $(S.$slots, "default", { key: 0 }, void 0, !0)
2010
+ _("main", Ii, [
2011
+ _("div", Ci, [
2012
+ _("div", Oi, [
2013
+ $i,
2014
+ O(S.$slots, "app-error", {}, void 0, !0),
2015
+ d.value ? $("", !0) : O(S.$slots, "default", { key: 0 }, void 0, !0)
2005
2016
  ])
2006
2017
  ])
2007
2018
  ])
2008
2019
  ], 2));
2009
2020
  }
2010
2021
  });
2011
- const Ii = /* @__PURE__ */ ae(Si, [["__scopeId", "data-v-d3167918"]]), $i = (n) => (Ge("data-v-d7e33427"), n = n(), Ue(), n), Ci = { class: "kong-ui-app-page-header" }, Oi = {
2022
+ const Ni = /* @__PURE__ */ te(Ai, [["__scopeId", "data-v-f5498742"]]), Ei = (n) => (ze("data-v-d7e33427"), n = n(), Ge(), n), xi = { class: "kong-ui-app-page-header" }, Fi = {
2012
2023
  key: 0,
2013
2024
  class: "page-header-breadcrumbs",
2014
2025
  "data-testid": "page-header-breadcrumbs"
2015
- }, Ai = /* @__PURE__ */ $i(() => /* @__PURE__ */ _("span", { class: "page-header-breadcrumb-divider" }, "/", -1)), Ni = { class: "page-header-title-section" }, Ei = { class: "page-header-title-wrapper" }, Fi = {
2026
+ }, Di = /* @__PURE__ */ Ei(() => /* @__PURE__ */ _("span", { class: "page-header-breadcrumb-divider" }, "/", -1)), Bi = { class: "page-header-title-section" }, Ri = { class: "page-header-title-wrapper" }, Li = {
2016
2027
  key: 0,
2017
2028
  class: "page-header-title-before",
2018
2029
  "data-testid": "page-header-title-before"
2019
- }, xi = ["title"], Di = {
2030
+ }, Pi = ["title"], Mi = {
2020
2031
  key: 1,
2021
2032
  class: "page-header-title-after",
2022
2033
  "data-testid": "page-header-title-after"
2023
- }, Bi = {
2034
+ }, Zi = {
2024
2035
  key: 0,
2025
2036
  class: "page-header-actions",
2026
2037
  "data-testid": "page-header-actions"
2027
- }, Ri = {
2038
+ }, Ki = {
2028
2039
  key: 1,
2029
2040
  class: "page-header-section-below",
2030
2041
  "data-testid": "page-header-section-below"
2031
- }, Li = /* @__PURE__ */ te({
2042
+ }, ji = /* @__PURE__ */ ee({
2032
2043
  __name: "AppPageHeader",
2033
2044
  props: {
2034
2045
  title: {
@@ -2047,62 +2058,62 @@ const Ii = /* @__PURE__ */ ae(Si, [["__scopeId", "data-v-d3167918"]]), $i = (n)
2047
2058
  }), r = (d, o) => d.key || `breadcrumb-${o}`, l = g(() => t.breadcrumbs.map((d, o) => `icon-${r(d, o)}`) || []);
2048
2059
  return (d, o) => {
2049
2060
  const v = ce("KBreadcrumbs");
2050
- return h(), m("div", Ci, [
2051
- a.value ? (h(), m("div", Oi, [
2061
+ return h(), m("div", xi, [
2062
+ a.value ? (h(), m("div", Fi, [
2052
2063
  we(v, { items: n.breadcrumbs }, Me({
2053
2064
  divider: B(() => [
2054
- Ai
2065
+ Di
2055
2066
  ]),
2056
2067
  _: 2
2057
2068
  }, [
2058
2069
  Ae(l.value, (p) => ({
2059
2070
  name: p,
2060
2071
  fn: B(() => [
2061
- $(d.$slots, p, {}, void 0, !0)
2072
+ O(d.$slots, p, {}, void 0, !0)
2062
2073
  ])
2063
2074
  }))
2064
2075
  ]), 1032, ["items"])
2065
- ])) : C("", !0),
2066
- _("div", Ni, [
2067
- _("div", Ei, [
2068
- d.$slots["title-before"] ? (h(), m("div", Fi, [
2069
- $(d.$slots, "title-before", {}, void 0, !0)
2070
- ])) : C("", !0),
2076
+ ])) : $("", !0),
2077
+ _("div", Bi, [
2078
+ _("div", Ri, [
2079
+ d.$slots["title-before"] ? (h(), m("div", Li, [
2080
+ O(d.$slots, "title-before", {}, void 0, !0)
2081
+ ])) : $("", !0),
2071
2082
  _("h1", {
2072
2083
  class: "page-header-title",
2073
2084
  "data-testid": "page-header-title",
2074
2085
  title: n.title
2075
- }, J(n.title), 9, xi),
2076
- d.$slots["title-after"] ? (h(), m("div", Di, [
2077
- $(d.$slots, "title-after", {}, void 0, !0)
2078
- ])) : C("", !0)
2086
+ }, J(n.title), 9, Pi),
2087
+ d.$slots["title-after"] ? (h(), m("div", Mi, [
2088
+ O(d.$slots, "title-after", {}, void 0, !0)
2089
+ ])) : $("", !0)
2079
2090
  ]),
2080
- d.$slots.actions ? (h(), m("div", Bi, [
2081
- $(d.$slots, "actions", {}, void 0, !0)
2082
- ])) : C("", !0)
2091
+ d.$slots.actions ? (h(), m("div", Zi, [
2092
+ O(d.$slots, "actions", {}, void 0, !0)
2093
+ ])) : $("", !0)
2083
2094
  ]),
2084
- d.$slots.below ? (h(), m("div", Ri, [
2085
- $(d.$slots, "below", {}, void 0, !0)
2086
- ])) : C("", !0)
2095
+ d.$slots.below ? (h(), m("div", Ki, [
2096
+ O(d.$slots, "below", {}, void 0, !0)
2097
+ ])) : $("", !0)
2087
2098
  ]);
2088
2099
  };
2089
2100
  }
2090
2101
  });
2091
- const Ki = /* @__PURE__ */ ae(Li, [["__scopeId", "data-v-d7e33427"]]), Hi = {
2102
+ const Gi = /* @__PURE__ */ te(ji, [["__scopeId", "data-v-d7e33427"]]), Wi = {
2092
2103
  // Customize Vue plugin options as desired
2093
2104
  // Providing a `name` property allows for customizing the registered name of your component (useful if exporting a single component).
2094
2105
  install: (n, t = {}) => {
2095
- n.component(t.name || "AppLayout", Ii);
2106
+ n.component(t.name || "AppLayout", Ni);
2096
2107
  }
2097
2108
  };
2098
2109
  export {
2099
- Mi as AccountDropdown,
2100
- Zi as AppAboutSection,
2101
- ji as AppError,
2102
- Ii as AppLayout,
2103
- cr as AppNavbar,
2104
- Ki as AppPageHeader,
2105
- oi as AppSidebar,
2106
- vi as SidebarToggle,
2107
- Hi as default
2110
+ Ui as AccountDropdown,
2111
+ Vi as AppAboutSection,
2112
+ zi as AppError,
2113
+ Ni as AppLayout,
2114
+ ur as AppNavbar,
2115
+ Gi as AppPageHeader,
2116
+ ci as AppSidebar,
2117
+ hi as SidebarToggle,
2118
+ Wi as default
2108
2119
  };