@kong-ui-public/app-layout 4.6.6-pr.2439.94e70421a.0 → 4.6.6-pr.2439.aae7e7bcf.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.
@@ -324,8 +324,8 @@ const Gn = /* @__PURE__ */ re(Zn, [["render", zn]]), Un = { class: "kong-ui-app-
324
324
  class: ie(["sidebar-item-link", { "sidebar-item-external-link": u.value, "router-link": !s.value }]),
325
325
  href: s.value ? String(n.item.to || "#") : S == null ? void 0 : S.href,
326
326
  target: u.value ? "_blank" : void 0,
327
- onClick: (M) => m(M, n.item, S == null ? void 0 : S.navigate),
328
- onKeypress: gn((M) => m(M, n.item, S == null ? void 0 : S.navigate), ["enter"])
327
+ onClick: (B) => m(B, n.item, S == null ? void 0 : S.navigate),
328
+ onKeypress: gn((B) => m(B, n.item, S == null ? void 0 : S.navigate), ["enter"])
329
329
  }, [
330
330
  C("div", {
331
331
  class: ie(["sidebar-item-display", { "has-label": !!n.item.label && n.item.expanded, "has-badge": o.value }])
@@ -733,28 +733,28 @@ var zt = {
733
733
  // web components if the `tabbableOptions.getShadowRoot` option was used for
734
734
  // the trap, enabling shadow DOM support in tabbable (`Node.contains()` doesn't
735
735
  // look inside web components even if open)
736
- (g == null ? void 0 : g.includes(E)) || D.find(function(v) {
737
- return v === c;
736
+ (g == null ? void 0 : g.includes(E)) || D.find(function(f) {
737
+ return f === c;
738
738
  });
739
739
  });
740
740
  }, R = function(c) {
741
- var d = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, g = d.hasFallback, O = g === void 0 ? !1 : g, E = d.params, D = E === void 0 ? [] : E, v = u[c];
742
- if (typeof v == "function" && (v = v.apply(void 0, Ur(D))), v === !0 && (v = void 0), !v) {
743
- if (v === void 0 || v === !1)
744
- return v;
741
+ var d = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, g = d.hasFallback, O = g === void 0 ? !1 : g, E = d.params, D = E === void 0 ? [] : E, f = u[c];
742
+ if (typeof f == "function" && (f = f.apply(void 0, Ur(D))), f === !0 && (f = void 0), !f) {
743
+ if (f === void 0 || f === !1)
744
+ return f;
745
745
  throw new Error("`".concat(c, "` was specified but was not a node, or did not return a node"));
746
746
  }
747
- var f = v;
748
- if (typeof v == "string") {
747
+ var v = f;
748
+ if (typeof f == "string") {
749
749
  try {
750
- f = a.querySelector(v);
750
+ v = a.querySelector(f);
751
751
  } catch (y) {
752
752
  throw new Error("`".concat(c, '` appears to be an invalid selector; error="').concat(y.message, '"'));
753
753
  }
754
- if (!f && !O)
754
+ if (!v && !O)
755
755
  throw new Error("`".concat(c, "` as selector refers to no known node"));
756
756
  }
757
- return f;
757
+ return v;
758
758
  }, N = function() {
759
759
  var c = R("initialFocus", {
760
760
  hasFallback: !0
@@ -776,9 +776,9 @@ var zt = {
776
776
  if (o.containerGroups = o.containers.map(function(c) {
777
777
  var d = Pr(c, u.tabbableOptions), g = jr(c, u.tabbableOptions), O = d.length > 0 ? d[0] : void 0, E = d.length > 0 ? d[d.length - 1] : void 0, D = g.find(function(y) {
778
778
  return Ie(y);
779
- }), v = g.slice().reverse().find(function(y) {
779
+ }), f = g.slice().reverse().find(function(y) {
780
780
  return Ie(y);
781
- }), f = !!d.find(function(y) {
781
+ }), v = !!d.find(function(y) {
782
782
  return ge(y) > 0;
783
783
  });
784
784
  return {
@@ -786,7 +786,7 @@ var zt = {
786
786
  tabbableNodes: d,
787
787
  focusableNodes: g,
788
788
  /** True if at least one node with positive `tabindex` was found in this container. */
789
- posTabIndexesFound: f,
789
+ posTabIndexesFound: v,
790
790
  /** First tabbable node in container, __tabindex__ order; `undefined` if none. */
791
791
  firstTabbableNode: O,
792
792
  /** Last tabbable node in container, __tabindex__ order; `undefined` if none. */
@@ -801,7 +801,7 @@ var zt = {
801
801
  /** First tabbable node in container, __DOM__ order; `undefined` if none. */
802
802
  firstDomTabbableNode: D,
803
803
  /** Last tabbable node in container, __DOM__ order; `undefined` if none. */
804
- lastDomTabbableNode: v,
804
+ lastDomTabbableNode: f,
805
805
  /**
806
806
  * Finds the __tabbable__ node that follows the given node in the specified direction,
807
807
  * in this container, if any.
@@ -811,12 +811,12 @@ var zt = {
811
811
  * @returns {HTMLElement|undefined} The next tabbable node, if any.
812
812
  */
813
813
  nextTabbableNode: function(w) {
814
- var B = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, L = d.indexOf(w);
815
- return L < 0 ? B ? g.slice(g.indexOf(w) + 1).find(function(K) {
814
+ var L = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, M = d.indexOf(w);
815
+ return M < 0 ? L ? g.slice(g.indexOf(w) + 1).find(function(K) {
816
816
  return Ie(K);
817
817
  }) : g.slice(0, g.indexOf(w)).reverse().find(function(K) {
818
818
  return Ie(K);
819
- }) : d[L + (B ? 1 : -1)];
819
+ }) : d[M + (L ? 1 : -1)];
820
820
  }
821
821
  };
822
822
  }), o.tabbableGroups = o.containerGroups.filter(function(c) {
@@ -851,32 +851,32 @@ var zt = {
851
851
  d = d || He(g), P();
852
852
  var D = null;
853
853
  if (o.tabbableGroups.length > 0) {
854
- var v = $(d, g), f = v >= 0 ? o.containerGroups[v] : void 0;
855
- if (v < 0)
854
+ var f = $(d, g), v = f >= 0 ? o.containerGroups[f] : void 0;
855
+ if (f < 0)
856
856
  E ? D = o.tabbableGroups[o.tabbableGroups.length - 1].lastTabbableNode : D = o.tabbableGroups[0].firstTabbableNode;
857
857
  else if (E) {
858
858
  var y = o.tabbableGroups.findIndex(function($e) {
859
859
  var Ee = $e.firstTabbableNode;
860
860
  return d === Ee;
861
861
  });
862
- if (y < 0 && (f.container === d || ft(d, u.tabbableOptions) && !Ie(d, u.tabbableOptions) && !f.nextTabbableNode(d, !1)) && (y = v), y >= 0) {
863
- var w = y === 0 ? o.tabbableGroups.length - 1 : y - 1, B = o.tabbableGroups[w];
864
- D = ge(d) >= 0 ? B.lastTabbableNode : B.lastDomTabbableNode;
865
- } else De(g) || (D = f.nextTabbableNode(d, !1));
862
+ if (y < 0 && (v.container === d || ft(d, u.tabbableOptions) && !Ie(d, u.tabbableOptions) && !v.nextTabbableNode(d, !1)) && (y = f), y >= 0) {
863
+ var w = y === 0 ? o.tabbableGroups.length - 1 : y - 1, L = o.tabbableGroups[w];
864
+ D = ge(d) >= 0 ? L.lastTabbableNode : L.lastDomTabbableNode;
865
+ } else De(g) || (D = v.nextTabbableNode(d, !1));
866
866
  } else {
867
- var L = o.tabbableGroups.findIndex(function($e) {
867
+ var M = o.tabbableGroups.findIndex(function($e) {
868
868
  var Ee = $e.lastTabbableNode;
869
869
  return d === Ee;
870
870
  });
871
- if (L < 0 && (f.container === d || ft(d, u.tabbableOptions) && !Ie(d, u.tabbableOptions) && !f.nextTabbableNode(d)) && (L = v), L >= 0) {
872
- var K = L === o.tabbableGroups.length - 1 ? 0 : L + 1, ue = o.tabbableGroups[K];
871
+ if (M < 0 && (v.container === d || ft(d, u.tabbableOptions) && !Ie(d, u.tabbableOptions) && !v.nextTabbableNode(d)) && (M = f), M >= 0) {
872
+ var K = M === o.tabbableGroups.length - 1 ? 0 : M + 1, ue = o.tabbableGroups[K];
873
873
  D = ge(d) >= 0 ? ue.firstTabbableNode : ue.firstDomTabbableNode;
874
- } else De(g) || (D = f.nextTabbableNode(d));
874
+ } else De(g) || (D = v.nextTabbableNode(d));
875
875
  }
876
876
  } else
877
877
  D = R("fallbackFocus");
878
878
  return D;
879
- }, M = function(c) {
879
+ }, B = function(c) {
880
880
  var d = He(c);
881
881
  if (!($(d, c) >= 0)) {
882
882
  if (Ne(u.clickOutsideDeactivates, c)) {
@@ -902,12 +902,12 @@ var zt = {
902
902
  var O, E = !0;
903
903
  if (o.mostRecentlyFocusedNode)
904
904
  if (ge(o.mostRecentlyFocusedNode) > 0) {
905
- var D = $(o.mostRecentlyFocusedNode), v = o.containerGroups[D].tabbableNodes;
906
- if (v.length > 0) {
907
- var f = v.findIndex(function(y) {
905
+ var D = $(o.mostRecentlyFocusedNode), f = o.containerGroups[D].tabbableNodes;
906
+ if (f.length > 0) {
907
+ var v = f.findIndex(function(y) {
908
908
  return y === o.mostRecentlyFocusedNode;
909
909
  });
910
- f >= 0 && (u.isKeyForward(o.recentNavEvent) ? f + 1 < v.length && (O = v[f + 1], E = !1) : f - 1 >= 0 && (O = v[f - 1], E = !1));
910
+ v >= 0 && (u.isKeyForward(o.recentNavEvent) ? v + 1 < f.length && (O = f[v + 1], E = !1) : v - 1 >= 0 && (O = f[v - 1], E = !1));
911
911
  }
912
912
  } else
913
913
  o.containerGroups.some(function(y) {
@@ -944,10 +944,10 @@ var zt = {
944
944
  if (o.active)
945
945
  return zt.activateTrap(s, b), o.delayInitialFocusTimer = u.delayInitialFocus ? Gt(function() {
946
946
  S(N());
947
- }) : S(N()), a.addEventListener("focusin", oe, !0), a.addEventListener("mousedown", M, {
947
+ }) : S(N()), a.addEventListener("focusin", oe, !0), a.addEventListener("mousedown", B, {
948
948
  capture: !0,
949
949
  passive: !1
950
- }), a.addEventListener("touchstart", M, {
950
+ }), a.addEventListener("touchstart", B, {
951
951
  capture: !0,
952
952
  passive: !1
953
953
  }), a.addEventListener("click", X, {
@@ -959,7 +959,7 @@ var zt = {
959
959
  }), a.addEventListener("keydown", se), b;
960
960
  }, F = function() {
961
961
  if (o.active)
962
- return a.removeEventListener("focusin", oe, !0), a.removeEventListener("mousedown", M, !0), a.removeEventListener("touchstart", M, !0), a.removeEventListener("click", X, !0), a.removeEventListener("keydown", te, !0), a.removeEventListener("keydown", se), b;
962
+ return a.removeEventListener("focusin", oe, !0), a.removeEventListener("mousedown", B, !0), a.removeEventListener("touchstart", B, !0), a.removeEventListener("click", X, !0), a.removeEventListener("keydown", te, !0), a.removeEventListener("keydown", se), b;
963
963
  }, U = function(c) {
964
964
  var d = c.some(function(g) {
965
965
  var O = Array.from(g.removedNodes);
@@ -1004,12 +1004,12 @@ var zt = {
1004
1004
  clearTimeout(o.delayInitialFocusTimer), o.delayInitialFocusTimer = void 0, F(), o.active = !1, o.paused = !1, H(), zt.deactivateTrap(s, b);
1005
1005
  var g = m(d, "onDeactivate"), O = m(d, "onPostDeactivate"), E = m(d, "checkCanReturnFocus"), D = m(d, "returnFocus", "returnFocusOnDeactivate");
1006
1006
  g == null || g();
1007
- var v = function() {
1007
+ var f = function() {
1008
1008
  Gt(function() {
1009
1009
  D && S(G(o.nodeFocusedBeforeActivation)), O == null || O();
1010
1010
  });
1011
1011
  };
1012
- return D && E ? (E(G(o.nodeFocusedBeforeActivation)).then(v, v), this) : (v(), this);
1012
+ return D && E ? (E(G(o.nodeFocusedBeforeActivation)).then(f, f), this) : (f(), this);
1013
1013
  },
1014
1014
  pause: function(c) {
1015
1015
  return o.active ? (o.manuallyPaused = !0, this._setPausedState(!0, c)) : this;
@@ -1163,9 +1163,9 @@ function ri(n) {
1163
1163
  var Ye = { exports: {} };
1164
1164
  Ye.exports;
1165
1165
  (function(n, t) {
1166
- var r = 200, a = "__lodash_hash_undefined__", s = 9007199254740991, u = "[object Arguments]", o = "[object Array]", b = "[object Boolean]", m = "[object Date]", $ = "[object Error]", R = "[object Function]", N = "[object GeneratorFunction]", P = "[object Map]", j = "[object Number]", S = "[object Object]", G = "[object Promise]", q = "[object RegExp]", M = "[object Set]", oe = "[object String]", ee = "[object Symbol]", te = "[object WeakMap]", se = "[object ArrayBuffer]", X = "[object DataView]", ae = "[object Float32Array]", F = "[object Float64Array]", U = "[object Int8Array]", W = "[object Int16Array]", H = "[object Int32Array]", A = "[object Uint8Array]", c = "[object Uint8ClampedArray]", d = "[object Uint16Array]", g = "[object Uint32Array]", O = /[\\^$.*+?()[\]{}|]/g, E = /\w*$/, D = /^\[object .+?Constructor\]$/, v = /^(?:0|[1-9]\d*)$/, f = {};
1167
- f[u] = f[o] = f[se] = f[X] = f[b] = f[m] = f[ae] = f[F] = f[U] = f[W] = f[H] = f[P] = f[j] = f[S] = f[q] = f[M] = f[oe] = f[ee] = f[A] = f[c] = f[d] = f[g] = !0, f[$] = f[R] = f[te] = !1;
1168
- var y = typeof ze == "object" && ze && ze.Object === Object && ze, w = typeof self == "object" && self && self.Object === Object && self, B = y || w || Function("return this")(), L = t && !t.nodeType && t, K = L && !0 && n && !n.nodeType && n, ue = K && K.exports === L;
1166
+ var r = 200, a = "__lodash_hash_undefined__", s = 9007199254740991, u = "[object Arguments]", o = "[object Array]", b = "[object Boolean]", m = "[object Date]", $ = "[object Error]", R = "[object Function]", N = "[object GeneratorFunction]", P = "[object Map]", j = "[object Number]", S = "[object Object]", G = "[object Promise]", q = "[object RegExp]", B = "[object Set]", oe = "[object String]", ee = "[object Symbol]", te = "[object WeakMap]", se = "[object ArrayBuffer]", X = "[object DataView]", ae = "[object Float32Array]", F = "[object Float64Array]", U = "[object Int8Array]", W = "[object Int16Array]", H = "[object Int32Array]", A = "[object Uint8Array]", c = "[object Uint8ClampedArray]", d = "[object Uint16Array]", g = "[object Uint32Array]", O = /[\\^$.*+?()[\]{}|]/g, E = /\w*$/, D = /^\[object .+?Constructor\]$/, f = /^(?:0|[1-9]\d*)$/, v = {};
1167
+ v[u] = v[o] = v[se] = v[X] = v[b] = v[m] = v[ae] = v[F] = v[U] = v[W] = v[H] = v[P] = v[j] = v[S] = v[q] = v[B] = v[oe] = v[ee] = v[A] = v[c] = v[d] = v[g] = !0, v[$] = v[R] = v[te] = !1;
1168
+ var y = typeof ze == "object" && ze && ze.Object === Object && ze, w = typeof self == "object" && self && self.Object === Object && self, L = y || w || Function("return this")(), M = t && !t.nodeType && t, K = M && !0 && n && !n.nodeType && n, ue = K && K.exports === M;
1169
1169
  function $e(e, i) {
1170
1170
  return e.set(i[0], i[1]), e;
1171
1171
  }
@@ -1221,12 +1221,12 @@ Ye.exports;
1221
1221
  l[++i] = h;
1222
1222
  }), l;
1223
1223
  }
1224
- var ia = Array.prototype, oa = Function.prototype, Le = Object.prototype, tt = B["__core-js_shared__"], wt = function() {
1224
+ var ia = Array.prototype, oa = Function.prototype, Le = Object.prototype, tt = L["__core-js_shared__"], wt = function() {
1225
1225
  var e = /[^.]+$/.exec(tt && tt.keys && tt.keys.IE_PROTO || "");
1226
1226
  return e ? "Symbol(src)_1." + e : "";
1227
1227
  }(), kt = oa.toString, de = Le.hasOwnProperty, Me = Le.toString, sa = RegExp(
1228
1228
  "^" + kt.call(de).replace(O, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
1229
- ), _t = ue ? B.Buffer : void 0, Tt = B.Symbol, St = B.Uint8Array, la = et(Object.getPrototypeOf, Object), ca = Object.create, ua = Le.propertyIsEnumerable, da = ia.splice, It = Object.getOwnPropertySymbols, fa = _t ? _t.isBuffer : void 0, va = et(Object.keys, Object), at = Te(B, "DataView"), Ae = Te(B, "Map"), nt = Te(B, "Promise"), rt = Te(B, "Set"), it = Te(B, "WeakMap"), Fe = Te(Object, "create"), ba = pe(at), pa = pe(Ae), ha = pe(nt), ma = pe(rt), ga = pe(it), Ct = Tt ? Tt.prototype : void 0, Ot = Ct ? Ct.valueOf : void 0;
1229
+ ), _t = ue ? L.Buffer : void 0, Tt = L.Symbol, St = L.Uint8Array, la = et(Object.getPrototypeOf, Object), ca = Object.create, ua = Le.propertyIsEnumerable, da = ia.splice, It = Object.getOwnPropertySymbols, fa = _t ? _t.isBuffer : void 0, va = et(Object.keys, Object), at = Te(L, "DataView"), Ae = Te(L, "Map"), nt = Te(L, "Promise"), rt = Te(L, "Set"), it = Te(L, "WeakMap"), Fe = Te(Object, "create"), ba = pe(at), pa = pe(Ae), ha = pe(nt), ma = pe(rt), ga = pe(it), Ct = Tt ? Tt.prototype : void 0, Ot = Ct ? Ct.valueOf : void 0;
1230
1230
  function ve(e) {
1231
1231
  var i = -1, l = e ? e.length : 0;
1232
1232
  for (this.clear(); ++i < l; ) {
@@ -1378,7 +1378,7 @@ Ye.exports;
1378
1378
  if (J = nn(Bt ? {} : e), !i)
1379
1379
  return en(e, ja(J, e));
1380
1380
  } else {
1381
- if (!f[Se])
1381
+ if (!v[Se])
1382
1382
  return Y ? e : {};
1383
1383
  J = rn(e, Se, ot, i);
1384
1384
  }
@@ -1479,7 +1479,7 @@ Ye.exports;
1479
1479
  return za(l) ? l : void 0;
1480
1480
  }
1481
1481
  var At = It ? et(It, Object) : pn, be = Ha;
1482
- (at && be(new at(new ArrayBuffer(1))) != X || Ae && be(new Ae()) != P || nt && be(nt.resolve()) != G || rt && be(new rt()) != M || it && be(new it()) != te) && (be = function(e) {
1482
+ (at && be(new at(new ArrayBuffer(1))) != X || Ae && be(new Ae()) != P || nt && be(nt.resolve()) != G || rt && be(new rt()) != B || it && be(new it()) != te) && (be = function(e) {
1483
1483
  var i = Me.call(e), l = i == S ? e.constructor : void 0, h = l ? pe(l) : void 0;
1484
1484
  if (h)
1485
1485
  switch (h) {
@@ -1490,7 +1490,7 @@ Ye.exports;
1490
1490
  case ha:
1491
1491
  return G;
1492
1492
  case ma:
1493
- return M;
1493
+ return B;
1494
1494
  case ga:
1495
1495
  return te;
1496
1496
  }
@@ -1530,14 +1530,14 @@ Ye.exports;
1530
1530
  return new z(e);
1531
1531
  case q:
1532
1532
  return qa(e);
1533
- case M:
1533
+ case B:
1534
1534
  return Xa(e, h, l);
1535
1535
  case ee:
1536
1536
  return Ya(e);
1537
1537
  }
1538
1538
  }
1539
1539
  function on(e, i) {
1540
- return i = i ?? s, !!i && (typeof e == "number" || v.test(e)) && e > -1 && e % 1 == 0 && e < i;
1540
+ return i = i ?? s, !!i && (typeof e == "number" || f.test(e)) && e > -1 && e % 1 == 0 && e < i;
1541
1541
  }
1542
1542
  function sn(e) {
1543
1543
  var i = typeof e;
@@ -1682,18 +1682,18 @@ const oi = /* @__PURE__ */ ri(ii), si = {
1682
1682
  },
1683
1683
  emits: ["click", "toggle"],
1684
1684
  setup(n, { emit: t }) {
1685
- pt((v) => ({
1686
- "1e56986c": b.value.mobileHeight,
1687
- "542cefa0": b.value.mobileTop,
1688
- e637a088: n.zIndex,
1689
- a060c92c: b.value.height,
1690
- "549cd41c": b.value.top,
1691
- "05551646": $.value.marginTop,
1692
- "65b2993a": E.value,
1693
- "4d49a186": m.value.display,
1694
- "0aaf05dd": m.value.minHeight,
1695
- "7bdc6dfe": R.value.top,
1696
- "1bd43d4c": R.value.zIndex
1685
+ pt((f) => ({
1686
+ d18fff22: b.value.mobileHeight,
1687
+ "443c51e6": b.value.mobileTop,
1688
+ "471ed8d9": n.zIndex,
1689
+ b057fca6: b.value.height,
1690
+ d35ce2e2: b.value.top,
1691
+ "7415e23a": $.value.marginTop,
1692
+ "1ea9e6b4": E.value,
1693
+ "454e07c9": m.value.display,
1694
+ "1332e760": m.value.minHeight,
1695
+ "2ebd7644": R.value.top,
1696
+ "6f33584f": R.value.zIndex
1697
1697
  }));
1698
1698
  const r = t, a = n, s = Je(), u = _(() => !!s.header), o = _(() => !!s.top), b = _(() => ({
1699
1699
  mobileTop: a.mobileTopOffset && a.mobileEnabled ? `${a.mobileTopOffset}px` : a.topOffset ? `${a.topOffset}px` : "0",
@@ -1708,80 +1708,81 @@ const oi = /* @__PURE__ */ ri(ii), si = {
1708
1708
  })), R = _(() => ({
1709
1709
  top: a.mobileTopOffset && a.mobileEnabled ? `${a.mobileTopOffset}px` : "0",
1710
1710
  zIndex: a.mobileOverlayZIndex !== null ? a.mobileOverlayZIndex : a.zIndex > 1 ? a.zIndex - 1 : 1
1711
- })), N = (v) => oi(v).map((y) => {
1712
- var w, B, L;
1711
+ })), N = (f) => oi(f).map((y) => {
1712
+ var w, L, M;
1713
1713
  if (y) {
1714
- (!y.key || !((w = y.key) != null && w.trim())) && (y.key = String(y.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-")), (!y.testId || !((B = y.testId) != null && B.trim())) && (y.testId = String(y.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
1714
+ (!y.key || !((w = y.key) != null && w.trim())) && (y.key = String(y.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-")), (!y.testId || !((L = y.testId) != null && L.trim())) && (y.testId = String(y.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
1715
1715
  for (const K of y.items || [])
1716
- K.parentKey = y.key, (!K.testId || !((L = K.testId) != null && L.trim())) && (K.testId = String(K.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
1716
+ K.parentKey = y.key, (!K.testId || !((M = K.testId) != null && M.trim())) && (K.testId = String(K.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
1717
1717
  }
1718
1718
  return y;
1719
- }), P = _(() => a.topItems.length ? N(a.topItems) : []), j = _(() => a.bottomItems.length ? N(a.bottomItems) : []), S = (v = "") => v.trim().replace(" ", "").replace(/[^a-z0-9]+/gi, "-").toLowerCase(), G = _(() => {
1720
- var f;
1721
- const v = /* @__PURE__ */ new Map();
1722
- v.set(he, []);
1719
+ }), P = _(() => a.topItems.length ? N(a.topItems) : []), j = _(() => a.bottomItems.length ? N(a.bottomItems) : []), S = (f = "") => f.trim().replace(" ", "").replace(/[^a-z0-9]+/gi, "-").toLowerCase(), G = _(() => {
1720
+ var v;
1721
+ const f = /* @__PURE__ */ new Map();
1722
+ f.set(he, []);
1723
1723
  for (const y of P.value) {
1724
1724
  const w = y.group || he;
1725
- v.has(w) || v.set(w, []), (f = v.get(w)) == null || f.push(y);
1725
+ f.has(w) || f.set(w, []), (v = f.get(w)) == null || v.push(y);
1726
1726
  }
1727
- return v;
1728
- }), q = (v) => {
1729
- if (v === he)
1727
+ return f;
1728
+ }), q = (f = "") => {
1729
+ if (f === he || !f.trim())
1730
1730
  return null;
1731
- const f = {
1732
- label: v,
1731
+ const v = {
1732
+ label: f,
1733
1733
  collapsible: !1,
1734
1734
  collapsed: !1
1735
1735
  };
1736
- return v && a.groupConfig && a.groupConfig[v] || f;
1737
- }, M = (v) => {
1738
- var f;
1739
- return !!((f = q(v)) != null && f.collapsible);
1740
- }, oe = (v) => {
1741
- var f;
1742
- return !!((f = q(v)) != null && f.collapsed);
1743
- }, ee = Q(a.open), te = (v) => {
1744
- var f, y;
1745
- ee.value !== v && (ee.value = v, r("toggle", v)), v ? (f = document == null ? void 0 : document.body) == null || f.classList.add("kong-ui-app-sidebar-open") : (y = document == null ? void 0 : document.body) == null || y.classList.remove("kong-ui-app-sidebar-open"), X.value = !1;
1736
+ let y = f.trim().replace(" ", "");
1737
+ return y = y.charAt(0).toLowerCase() + y.slice(1), f && a.groupConfig && (a.groupConfig[f] || a.groupConfig[y]) ? a.groupConfig[f] || a.groupConfig[y] : v;
1738
+ }, B = (f) => {
1739
+ var v;
1740
+ return !!((v = q(f)) != null && v.collapsible);
1741
+ }, oe = (f) => {
1742
+ var v;
1743
+ return !!((v = q(f)) != null && v.collapsed);
1744
+ }, ee = Q(a.open), te = (f) => {
1745
+ var v, y;
1746
+ ee.value !== f && (ee.value = f, r("toggle", f)), f ? (v = document == null ? void 0 : document.body) == null || v.classList.add("kong-ui-app-sidebar-open") : (y = document == null ? void 0 : document.body) == null || y.classList.remove("kong-ui-app-sidebar-open"), X.value = !1;
1746
1747
  }, se = () => {
1747
1748
  a.mobileOverlayCloseOnClick && te(!1);
1748
- }, X = Q(!1), ae = (v) => {
1749
- X.value = !0, r("click", v), setTimeout(() => {
1749
+ }, X = Q(!1), ae = (f) => {
1750
+ X.value = !0, r("click", f), setTimeout(() => {
1750
1751
  te(!1);
1751
1752
  }, a.mobileCloseDelay);
1752
1753
  };
1753
- Be(() => a.open, (v) => {
1754
- te(v);
1754
+ Be(() => a.open, (f) => {
1755
+ te(f);
1755
1756
  });
1756
1757
  const { debounce: F } = ea(), U = F(() => {
1757
1758
  ee.value && W.value !== (window == null ? void 0 : window.innerWidth) && (W.value = window == null ? void 0 : window.innerWidth, te(!1));
1758
1759
  }, 200), W = Q(), H = Q(!1), A = Q(), c = () => {
1759
1760
  H.value || (H.value = !0, clearTimeout(A.value), A.value = setTimeout(() => H.value = !1, 1300));
1760
- }, d = Q(null), g = _(() => ee.value && a.mobileEnabled), O = async (v) => {
1761
- var f, y;
1762
- v ? (await Pt(), await new Promise((w) => setTimeout(w, 300)), (f = d.value) == null || f.activate()) : (y = d.value) == null || y.deactivate();
1761
+ }, d = Q(null), g = _(() => ee.value && a.mobileEnabled), O = async (f) => {
1762
+ var v, y;
1763
+ f ? (await Pt(), await new Promise((w) => setTimeout(w, 300)), (v = d.value) == null || v.activate()) : (y = d.value) == null || y.deactivate();
1763
1764
  };
1764
- Be(g, async (v) => {
1765
- v ? await O(!0) : await O(!1);
1765
+ Be(g, async (f) => {
1766
+ f ? await O(!0) : await O(!1);
1766
1767
  }, { immediate: !0 });
1767
1768
  const E = Q("0px"), D = () => {
1768
1769
  var K;
1769
1770
  if (!(/Mac|iPhone|iPod|iPad/i.test(navigator == null ? void 0 : navigator.platform) || /macOS|Mac|iPhone|iPod|iPad/i.test((K = navigator == null ? void 0 : navigator.userAgentData) == null ? void 0 : K.platform)))
1770
1771
  return;
1771
- const f = document.createElement("div");
1772
- f.style.visibility = "hidden", f.style.width = "100px", document.body.appendChild(f);
1773
- const y = f.offsetWidth;
1774
- f.style.overflow = "scroll";
1772
+ const v = document.createElement("div");
1773
+ v.style.visibility = "hidden", v.style.width = "100px", document.body.appendChild(v);
1774
+ const y = v.offsetWidth;
1775
+ v.style.overflow = "scroll";
1775
1776
  const w = document.createElement("div");
1776
- w.style.width = "100%", f.appendChild(w);
1777
- const B = w.offsetWidth;
1778
- f.parentNode && f.parentNode.removeChild(f), y - B === 0 && (E.value = "8px");
1777
+ w.style.width = "100%", v.appendChild(w);
1778
+ const L = w.offsetWidth;
1779
+ v.parentNode && v.parentNode.removeChild(v), y - L === 0 && (E.value = "8px");
1779
1780
  };
1780
1781
  return Qe(async () => {
1781
1782
  W.value = window == null ? void 0 : window.innerWidth, window.addEventListener("resize", U), window.addEventListener("resize", c), await Pt(), D();
1782
1783
  }), Ut(() => {
1783
1784
  window.removeEventListener("resize", U), window.removeEventListener("resize", c);
1784
- }), (v, f) => {
1785
+ }), (f, v) => {
1785
1786
  const y = fe("KCollapse");
1786
1787
  return p(), k(Ce, null, [
1787
1788
  ee.value && n.mobileOverlay && n.mobileEnabled ? (p(), k("div", {
@@ -1808,27 +1809,27 @@ const oi = /* @__PURE__ */ ri(ii), si = {
1808
1809
  tabindex: "-1"
1809
1810
  }, [
1810
1811
  u.value ? (p(), k("div", si, [
1811
- T(v.$slots, "header", {}, void 0, !0)
1812
+ T(f.$slots, "header", {}, void 0, !0)
1812
1813
  ])) : I("", !0),
1813
1814
  C("div", li, [
1814
1815
  o.value ? (p(), k("div", ci, [
1815
- T(v.$slots, "top", {}, void 0, !0)
1816
+ T(f.$slots, "top", {}, void 0, !0)
1816
1817
  ])) : I("", !0),
1817
1818
  C("nav", ui, [
1818
- G.value.size > 0 ? (p(!0), k(Ce, { key: 0 }, ye(G.value, ([w, B]) => (p(), Z(y, {
1819
+ G.value.size > 0 ? (p(!0), k(Ce, { key: 0 }, ye(G.value, ([w, L]) => (p(), Z(y, {
1819
1820
  key: w,
1820
1821
  class: ie(["level-primary-group-collapse", {
1821
- "not-collapsible": !M(w),
1822
+ "not-collapsible": !B(w),
1822
1823
  ungrouped: w === he
1823
1824
  }]),
1824
1825
  "data-testid": w === he ? "level-primary-group-collapse-ungrouped" : `level-primary-group-collapse-${w}`,
1825
- "model-value": M(w) && oe(w) || !1
1826
+ "model-value": B(w) && oe(w) || !1
1826
1827
  }, {
1827
- trigger: x(({ isCollapsed: L, toggle: K }) => [
1828
- (p(), Z(Oe(M(w) ? me(Cn) : "div"), {
1829
- appearance: "none",
1828
+ trigger: x(({ isCollapsed: M, toggle: K }) => [
1829
+ (p(), Z(Oe(B(w) ? me(Cn) : "div"), {
1830
+ appearance: B(w) ? "none" : void 0,
1830
1831
  class: "level-primary-group-collapse-trigger",
1831
- onClick: (ue) => M(w) ? K() : void 0
1832
+ onClick: (ue) => B(w) ? K() : void 0
1832
1833
  }, {
1833
1834
  default: x(() => {
1834
1835
  var ue;
@@ -1840,29 +1841,30 @@ const oi = /* @__PURE__ */ ri(ii), si = {
1840
1841
  "data-testid": "level-primary-group-name",
1841
1842
  role: "presentation"
1842
1843
  }, V(((ue = q(w)) == null ? void 0 : ue.label) || w), 9, di)) : I("", !0),
1843
- M(w) ? (p(), Z(Oe(L ? me(Wt) : me(In)), {
1844
+ B(w) ? (p(), Z(Oe(M ? me(Wt) : me(In)), {
1844
1845
  key: 1,
1845
1846
  class: "level-primary-group-collapse-icon",
1846
1847
  color: me(vr),
1848
+ "data-testid": "level-primary-group-collapse-icon",
1847
1849
  size: me(fr)
1848
1850
  }, null, 8, ["color", "size"])) : I("", !0)
1849
1851
  ];
1850
1852
  }),
1851
1853
  _: 2
1852
- }, 1032, ["onClick"]))
1854
+ }, 1032, ["appearance", "onClick"]))
1853
1855
  ]),
1854
1856
  default: x(() => [
1855
1857
  C("ul", {
1856
1858
  "aria-labelledby": w !== he ? `level-primary-group-${S(w)}` : void 0,
1857
1859
  class: "level-primary top-items"
1858
1860
  }, [
1859
- (p(!0), k(Ce, null, ye(B, (L) => (p(), Z(jt, {
1860
- key: L.name,
1861
- item: L,
1861
+ (p(!0), k(Ce, null, ye(L, (M) => (p(), Z(jt, {
1862
+ key: M.name,
1863
+ item: M,
1862
1864
  onClick: ae
1863
1865
  }, {
1864
- [`sidebar-icon-${L.key}`]: x(() => [
1865
- T(v.$slots, `sidebar-icon-${L.key}`, {}, void 0, !0)
1866
+ [`sidebar-icon-${M.key}`]: x(() => [
1867
+ T(f.$slots, `sidebar-icon-${M.key}`, {}, void 0, !0)
1866
1868
  ]),
1867
1869
  _: 2
1868
1870
  }, 1032, ["item"]))), 128))
@@ -1878,7 +1880,7 @@ const oi = /* @__PURE__ */ ri(ii), si = {
1878
1880
  onClick: ae
1879
1881
  }, {
1880
1882
  [`sidebar-icon-${w.key}`]: x(() => [
1881
- T(v.$slots, `sidebar-icon-${w.key}`, {}, void 0, !0)
1883
+ T(f.$slots, `sidebar-icon-${w.key}`, {}, void 0, !0)
1882
1884
  ]),
1883
1885
  _: 2
1884
1886
  }, 1032, ["item"]))), 128))
@@ -1886,7 +1888,7 @@ const oi = /* @__PURE__ */ ri(ii), si = {
1886
1888
  ])
1887
1889
  ]),
1888
1890
  C("div", pi, [
1889
- T(v.$slots, "footer", {}, void 0, !0)
1891
+ T(f.$slots, "footer", {}, void 0, !0)
1890
1892
  ])
1891
1893
  ], 2)
1892
1894
  ]),
@@ -1895,7 +1897,7 @@ const oi = /* @__PURE__ */ ri(ii), si = {
1895
1897
  ], 64);
1896
1898
  };
1897
1899
  }
1898
- }), mi = /* @__PURE__ */ re(hi, [["__scopeId", "data-v-5e4c7f88"]]), gi = ["aria-label"], yi = /* @__PURE__ */ ne({
1900
+ }), mi = /* @__PURE__ */ re(hi, [["__scopeId", "data-v-945e4e7f"]]), gi = ["aria-label"], yi = /* @__PURE__ */ ne({
1899
1901
  __name: "SidebarToggle",
1900
1902
  props: {
1901
1903
  active: {
@@ -1958,6 +1960,10 @@ const oi = /* @__PURE__ */ ri(ii), si = {
1958
1960
  type: Array,
1959
1961
  default: () => []
1960
1962
  },
1963
+ groupConfig: {
1964
+ type: Object,
1965
+ default: () => ({})
1966
+ },
1961
1967
  theme: {
1962
1968
  type: String,
1963
1969
  default: "light",
@@ -1967,11 +1973,11 @@ const oi = /* @__PURE__ */ ri(ii), si = {
1967
1973
  emits: ["sidebar-click", "update:topOffset"],
1968
1974
  setup(n, { emit: t }) {
1969
1975
  pt((F) => ({
1970
- "2235c6e4": M.value,
1971
- "29d04344": oe.value,
1972
- "3d470f48": q.value,
1973
- "81803d80": ee.value,
1974
- "64da7a33": te.value
1976
+ "339157e9": B.value,
1977
+ "05b6dedf": oe.value,
1978
+ "0001cd12": q.value,
1979
+ c9b3064a: ee.value,
1980
+ "9018dfe4": te.value
1975
1981
  }));
1976
1982
  const r = n, a = t, s = Je(), u = Ge({
1977
1983
  navbarLeft: _(() => !!s["navbar-left"]),
@@ -1997,7 +2003,7 @@ const oi = /* @__PURE__ */ ri(ii), si = {
1997
2003
  Tn(() => {
1998
2004
  R.value = Sn(m, "open").value || !1;
1999
2005
  });
2000
- const P = Q(0), j = Q(60), S = Q(0), G = _(() => b.hidden ? S.value : j.value + S.value), q = _(() => r.theme === "light" ? lr : cr), M = _(() => r.theme === "light" ? or : sr), oe = _(() => r.theme === "light" ? "var(--kong-ui-app-layout-main-box-shadow, -30px 174px 250px #0023db)" : "none"), ee = _(() => `${G.value}px`), te = _(() => m.hidden || b.hidden ? ur : dr), { debounce: se } = ea(), X = se((F = !1) => {
2006
+ const P = Q(0), j = Q(60), S = Q(0), G = _(() => b.hidden ? S.value : j.value + S.value), q = _(() => r.theme === "light" ? lr : cr), B = _(() => r.theme === "light" ? or : sr), oe = _(() => r.theme === "light" ? "var(--kong-ui-app-layout-main-box-shadow, -30px 174px 250px #0023db)" : "none"), ee = _(() => `${G.value}px`), te = _(() => m.hidden || b.hidden ? ur : dr), { debounce: se } = ea(), X = se((F = !1) => {
2001
2007
  if (F || P.value !== (window == null ? void 0 : window.innerWidth)) {
2002
2008
  P.value = window == null ? void 0 : window.innerWidth;
2003
2009
  const U = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
@@ -2087,6 +2093,7 @@ const oi = /* @__PURE__ */ ri(ii), si = {
2087
2093
  m.hidden ? I("", !0) : (p(), Z(mi, {
2088
2094
  key: 1,
2089
2095
  "bottom-items": m.bottomItems,
2096
+ "group-config": n.groupConfig,
2090
2097
  "header-height": j.value,
2091
2098
  "mobile-enabled": "",
2092
2099
  "mobile-header-visible": !1,
@@ -2124,7 +2131,7 @@ const oi = /* @__PURE__ */ ri(ii), si = {
2124
2131
  T(F.$slots, `sidebar-icon-${W.key}`, {}, void 0, !0)
2125
2132
  ])
2126
2133
  }))
2127
- ]), 1032, ["bottom-items", "header-height", "mobile-top-offset", "open", "top-items", "top-offset"])),
2134
+ ]), 1032, ["bottom-items", "group-config", "header-height", "mobile-top-offset", "open", "top-items", "top-offset"])),
2128
2135
  C("main", Si, [
2129
2136
  C("div", Ii, [
2130
2137
  C("div", Ci, [
@@ -2136,7 +2143,7 @@ const oi = /* @__PURE__ */ ri(ii), si = {
2136
2143
  ])
2137
2144
  ], 2));
2138
2145
  }
2139
- }), $i = /* @__PURE__ */ re(Oi, [["__scopeId", "data-v-8e8c270a"]]), Ei = { class: "kong-ui-app-page-header" }, Ai = {
2146
+ }), $i = /* @__PURE__ */ re(Oi, [["__scopeId", "data-v-06f5fa03"]]), Ei = { class: "kong-ui-app-page-header" }, Ai = {
2140
2147
  key: 0,
2141
2148
  class: "page-header-breadcrumbs",
2142
2149
  "data-testid": "page-header-breadcrumbs"
@@ -1,12 +1,12 @@
1
- (function(x,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("@kong/icons"),require("@kong/kongponents")):typeof define=="function"&&define.amd?define(["exports","vue","@kong/icons","@kong/kongponents"],e):(x=typeof globalThis<"u"?globalThis:x||self,e(x["kong-ui-public-app-layout"]={},x.Vue,x.KongIcons,x.Kongponents))})(this,function(x,e,Ae,We){"use strict";const Vt=e.defineComponent({__name:"AccountDropdown",props:{options:{type:Array,required:!0},width:{type:String,default:"240"},userInitials:{type:String,required:!0,default:" "}},setup(o){return(a,r)=>{const n=e.resolveComponent("KDropdownItem"),s=e.resolveComponent("KDropdown");return e.openBlock(),e.createBlock(s,{class:"account-dropdown","kpop-attributes":{placement:"bottom-end"},"trigger-text":o.userInitials,width:o.width},{items:e.withCtx(({handleSelection:u})=>[e.renderSlot(a.$slots,"default",{},()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.options,c=>(e.openBlock(),e.createBlock(n,{key:c.value,class:e.normalizeClass({"has-divider":c.hasDivider}),"data-testid":"select-"+c.value,"has-divider":c.hasDivider,onClick:b=>u(c)},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"default",{option:c},()=>[e.createTextVNode(e.toDisplayString(c.label),1)],!0)]),_:2},1032,["class","data-testid","has-divider","onClick"]))),128))],!0)]),_:3},8,["trigger-text","width"])}}}),q=(o,a)=>{const r=o.__vccOpts||o;for(const[n,s]of a)r[n]=s;return r},xt=q(Vt,[["__scopeId","data-v-b33191a2"]]),Rt={class:"about-section-title","data-testid":"about-section-title"},Lt={class:"about-section-header-end"},Mt={key:0,class:"about-section-timestamps-created","data-testid":"about-section-timestamps-created"},Pt={key:1,class:"about-section-timestamps-arrow"},jt={key:2,class:"about-section-timestamps-modified","data-testid":"about-section-timestamps-modified"},Kt={key:1,class:"about-section-actions","data-testid":"about-section-actions"},Zt={key:0,"data-testid":"about-section-loading-skeleton"},Ht={key:1},zt={key:0,class:"about-section-description","data-testid":"about-section-description"},Gt={key:1,class:"about-section-content","data-testid":"about-section-content"},Ut={key:2,"data-testid":"about-divider-section-separator"},Wt={key:3,class:"about-divider-section","data-testid":"about-divider-section"},qt=q(e.defineComponent({__name:"AppAboutSection",props:{title:{default:""},description:{default:""},created:{default:""},createdLabel:{default:"Created"},modified:{default:""},modifiedLabel:{default:"Modified"},isLoading:{type:Boolean,default:!1}},setup(o){const a=o,r=e.computed(()=>!!a.modified&&a.modified!==a.created);return(n,s)=>{const u=e.resolveComponent("KSkeletonBox"),c=e.resolveComponent("KCard");return e.openBlock(),e.createBlock(c,{class:"kong-ui-app-about-section","title-tag":"h2"},e.createSlots({default:e.withCtx(()=>[n.isLoading?(e.openBlock(),e.createElementBlock("div",Zt,[e.createVNode(u,{height:"2",width:"100"}),e.createVNode(u,{height:"2",width:"100"})])):(e.openBlock(),e.createElementBlock("div",Ht,[n.description?(e.openBlock(),e.createElementBlock("p",zt,e.toDisplayString(n.description),1)):e.createCommentVNode("",!0),n.$slots.default?(e.openBlock(),e.createElementBlock("div",Gt,[e.renderSlot(n.$slots,"default",{},void 0,!0)])):e.createCommentVNode("",!0),n.$slots["divider-section"]?(e.openBlock(),e.createElementBlock("hr",Ut)):e.createCommentVNode("",!0),n.$slots["divider-section"]?(e.openBlock(),e.createElementBlock("div",Wt,[e.renderSlot(n.$slots,"divider-section",{},void 0,!0)])):e.createCommentVNode("",!0)]))]),_:2},[n.$slots.title||n.title?{name:"title",fn:e.withCtx(()=>[e.createElementVNode("span",Rt,[e.renderSlot(n.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(n.title),1)],!0)])]),key:"0"}:void 0,n.$slots.actions||n.created||n.modified?{name:"actions",fn:e.withCtx(()=>[e.createElementVNode("div",Lt,[n.created||n.modified?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["about-section-timestamps",{"has-actions":n.$slots.actions}])},[n.created?(e.openBlock(),e.createElementBlock("span",Mt,e.toDisplayString(n.createdLabel)+": "+e.toDisplayString(n.created),1)):e.createCommentVNode("",!0),n.created&&r.value?(e.openBlock(),e.createElementBlock("span",Pt,"->")):e.createCommentVNode("",!0),r.value?(e.openBlock(),e.createElementBlock("span",jt,e.toDisplayString(n.modifiedLabel)+": "+e.toDisplayString(n.modified),1)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),n.$slots.actions?(e.openBlock(),e.createElementBlock("div",Kt,[e.renderSlot(n.$slots,"actions",{},void 0,!0)])):e.createCommentVNode("",!0)])]),key:"1"}:void 0]),1024)}}}),[["__scopeId","data-v-f5864a9c"]]),Xt={},Yt={fill:"none",height:"130",width:"130",xmlns:"http://www.w3.org/2000/svg"};function Jt(o,a){return e.openBlock(),e.createElementBlock("svg",Yt,a[0]||(a[0]=[e.createStaticVNode('<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)]))}const Qt=q(Xt,[["render",Jt]]),ea={class:"kong-ui-app-error"},ta={class:"banana-icon"},aa={class:"kong-ui-app-error-content"},na=q(e.defineComponent({__name:"AppError",setup(o){return(a,r)=>(e.openBlock(),e.createElementBlock("section",ea,[e.createElementVNode("div",ta,[e.createVNode(Qt)]),e.createElementVNode("div",aa,[e.renderSlot(a.$slots,"default",{},()=>[r[0]||(r[0]=e.createElementVNode("h2",null,"An unexpected error has occurred",-1)),r[1]||(r[1]=e.createElementVNode("p",null,[e.createTextVNode("Go back to the previous page or "),e.createElementVNode("a",{href:"/"},"return home"),e.createTextVNode(".")],-1))],!0)])]))}}),[["__scopeId","data-v-b6d8dc55"]]),oa={class:"kong-ui-app-navbar"},ra={class:"header-content"},ia={class:"mobile-header-left"},ca={key:0,class:"app-navbar-logo"},sa={class:"navbar-content"},la={class:"navbar-content-left"},da={class:"navbar-content-center"},ua={class:"navbar-content-right"},qe=q(e.defineComponent({__name:"AppNavbar",props:{topOffset:{type:Number,default:0},leftOffset:{type:Number,default:240},zIndex:{type:Number,default:3}},setup(o){e.useCssVars(c=>({"27c93a10":u.value.top,"0f284bf5":u.value.zIndex,d1659a78:u.value.left,"3d9232e8":s.marginRight,"038c3c78":s.width}));const a=o,r=e.useSlots(),n=e.computed(()=>!!r.logo),s=e.reactive({marginRight:"0",width:"0"});e.onMounted(()=>{var c,b;(b=(c=document==null?void 0:document.querySelector(".kong-ui-app-navbar .app-navbar-logo"))==null?void 0:c.children)!=null&&b.length?(s.marginRight="32px",s.width="calc(240px - 32px)"):(s.marginRight="0",s.width="0")});const u=e.computed(()=>({top:a.topOffset?`${a.topOffset}px`:"0",left:a.leftOffset?`${a.leftOffset}px`:"0",zIndex:a.zIndex}));return(c,b)=>(e.openBlock(),e.createElementBlock("header",oa,[e.createElementVNode("div",ra,[e.createElementVNode("div",ia,[e.renderSlot(c.$slots,"mobile-sidebar-toggle"),e.renderSlot(c.$slots,"mobile-logo")]),n.value?(e.openBlock(),e.createElementBlock("div",ca,[e.renderSlot(c.$slots,"logo")])):e.createCommentVNode("",!0),e.createElementVNode("div",sa,[e.createElementVNode("div",la,[e.renderSlot(c.$slots,"left")]),e.createElementVNode("div",da,[e.renderSlot(c.$slots,"center")]),e.createElementVNode("div",ua,[e.renderSlot(c.$slots,"right")])])])]))}}),[["__scopeId","data-v-2f6fc50f"]]),fa="#ffffff",pa="#000933",ma="#000933",ba="#ffffff",ha="0px",ga="4px",ya="16px",va="#bee2ff",ka=["title"],Fe=99,wa=q(e.defineComponent({__name:"ItemBadge",props:{count:{type:Number,required:!0,default:void 0}},setup(o){const a=o,r=e.computed(()=>a.count?a.count>Fe?`${Fe}+`:a.count.toString():"");return(n,s)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"item-badge",title:(o.count||0)>Fe?String(o.count):void 0},e.toDisplayString(r.value),9,ka)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-afb0d903"]]),Ca=["data-testid"],Sa=["aria-controls","aria-current","aria-expanded","href","target","onClick","onKeypress"],_a={key:0,class:"sidebar-item-icon"},Ea={class:"sidebar-item-name-container"},Ba={class:"sidebar-item-name has-tooltip"},Ta={key:2,class:"sidebar-item-label truncate-text truncate-18"},Na=["id"],Xe=q(e.defineComponent({__name:"SidebarItem",props:{item:{type:Object,required:!0},subnavItem:{type:Boolean,default:!1}},emits:["click"],setup(o,{emit:a}){const r=a,n=o,s=e.computed(()=>typeof n.item.to!="string"?!1:!!n.item.newWindow||!!n.item.external||n.item.to.startsWith("http")),u=e.computed(()=>!n.item.to||typeof n.item.to!="string"||!n.item.newWindow?!1:n.item.newWindow&&(n.item.to.startsWith("http")||n.item.to.startsWith("/"))),c=e.computed(()=>n.subnavItem&&n.item.badgeCount!==void 0&&n.item.badgeCount!==0),b=S=>{r("click",S)},g=(S,I,T)=>{b(I),typeof T=="function"&&(S.preventDefault(),T())};return(S,I)=>{var D;const T=e.resolveComponent("KTooltip"),F=e.resolveComponent("SidebarItem",!0);return e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass([o.subnavItem?"sidebar-item-secondary":"sidebar-item-primary",{expanded:o.item.expanded},{active:o.item.active}]),"data-testid":o.item.testId?`sidebar-item-${o.item.testId}`:void 0},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.value?"div":"router-link"),{custom:s.value?void 0:!0,to:!s.value&&!u.value?o.item.to:void 0},{default:e.withCtx(w=>{var M,K;return[e.createElementVNode("a",{"aria-controls":(M=o.item.items)!=null&&M.length&&o.item.expanded?`subnav-${o.item.key}`:void 0,"aria-current":o.item.active?"page":void 0,"aria-expanded":(K=o.item.items)!=null&&K.length&&o.item.expanded?!0:void 0,class:e.normalizeClass(["sidebar-item-link",{"sidebar-item-external-link":u.value,"router-link":!s.value}]),href:s.value?String(o.item.to||"#"):w==null?void 0:w.href,target:u.value?"_blank":void 0,onClick:A=>g(A,o.item,w==null?void 0:w.navigate),onKeypress:e.withKeys(A=>g(A,o.item,w==null?void 0:w.navigate),["enter"])},[e.createElementVNode("div",{class:e.normalizeClass(["sidebar-item-display",{"has-label":!!o.item.label&&o.item.expanded,"has-badge":c.value}])},[S.$slots[`sidebar-icon-${o.item.key}`]?(e.openBlock(),e.createElementBlock("div",_a,[o.subnavItem?e.createCommentVNode("",!0):e.renderSlot(S.$slots,`sidebar-icon-${o.item.key}`,{key:0},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Ea,[(o.subnavItem&&!c.value?o.item.name.length<25:o.item.name.length<18)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["sidebar-item-name truncate-text",[o.subnavItem?"has-badge-max-width truncate-24":"truncate-17"]])},e.toDisplayString(o.item.name),3)):(e.openBlock(),e.createBlock(T,{key:1,class:"sidebar-item-tooltip",placement:"right","position-fixed":"",text:o.item.name},{default:e.withCtx(()=>[e.createElementVNode("div",Ba,[e.createElementVNode("span",{class:e.normalizeClass(["truncate-text",[o.subnavItem?"truncate-18":"truncate-17",{"has-badge-max-width":c.value}]])},e.toDisplayString(o.item.name),3)])]),_:1},8,["text"])),o.item.label&&o.item.expanded?(e.openBlock(),e.createElementBlock("div",Ta,e.toDisplayString(o.item.label),1)):e.createCommentVNode("",!0)]),c.value?(e.openBlock(),e.createBlock(wa,{key:1,count:o.item.badgeCount},null,8,["count"])):e.createCommentVNode("",!0)],2)],42,Sa)]}),_:3},8,["custom","to"])),(D=o.item.items)!=null&&D.length&&o.item.expanded?(e.openBlock(),e.createElementBlock("ul",{key:0,id:`subnav-${o.item.key}`,class:"level-secondary"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.item.items,w=>(e.openBlock(),e.createBlock(F,{key:w.name,item:w,"subnav-item":!0,onClick:M=>b(w)},null,8,["item","onClick"]))),128))],8,Na)):e.createCommentVNode("",!0)],10,Ca)}}}),[["__scopeId","data-v-d0b5bc3d"]]);/*!
1
+ (function(x,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("@kong/icons"),require("@kong/kongponents")):typeof define=="function"&&define.amd?define(["exports","vue","@kong/icons","@kong/kongponents"],e):(x=typeof globalThis<"u"?globalThis:x||self,e(x["kong-ui-public-app-layout"]={},x.Vue,x.KongIcons,x.Kongponents))})(this,function(x,e,Ae,We){"use strict";const Vt=e.defineComponent({__name:"AccountDropdown",props:{options:{type:Array,required:!0},width:{type:String,default:"240"},userInitials:{type:String,required:!0,default:" "}},setup(o){return(a,r)=>{const n=e.resolveComponent("KDropdownItem"),s=e.resolveComponent("KDropdown");return e.openBlock(),e.createBlock(s,{class:"account-dropdown","kpop-attributes":{placement:"bottom-end"},"trigger-text":o.userInitials,width:o.width},{items:e.withCtx(({handleSelection:u})=>[e.renderSlot(a.$slots,"default",{},()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.options,c=>(e.openBlock(),e.createBlock(n,{key:c.value,class:e.normalizeClass({"has-divider":c.hasDivider}),"data-testid":"select-"+c.value,"has-divider":c.hasDivider,onClick:b=>u(c)},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"default",{option:c},()=>[e.createTextVNode(e.toDisplayString(c.label),1)],!0)]),_:2},1032,["class","data-testid","has-divider","onClick"]))),128))],!0)]),_:3},8,["trigger-text","width"])}}}),q=(o,a)=>{const r=o.__vccOpts||o;for(const[n,s]of a)r[n]=s;return r},xt=q(Vt,[["__scopeId","data-v-b33191a2"]]),Rt={class:"about-section-title","data-testid":"about-section-title"},Lt={class:"about-section-header-end"},Mt={key:0,class:"about-section-timestamps-created","data-testid":"about-section-timestamps-created"},Pt={key:1,class:"about-section-timestamps-arrow"},jt={key:2,class:"about-section-timestamps-modified","data-testid":"about-section-timestamps-modified"},Kt={key:1,class:"about-section-actions","data-testid":"about-section-actions"},Zt={key:0,"data-testid":"about-section-loading-skeleton"},Ht={key:1},zt={key:0,class:"about-section-description","data-testid":"about-section-description"},Gt={key:1,class:"about-section-content","data-testid":"about-section-content"},Ut={key:2,"data-testid":"about-divider-section-separator"},Wt={key:3,class:"about-divider-section","data-testid":"about-divider-section"},qt=q(e.defineComponent({__name:"AppAboutSection",props:{title:{default:""},description:{default:""},created:{default:""},createdLabel:{default:"Created"},modified:{default:""},modifiedLabel:{default:"Modified"},isLoading:{type:Boolean,default:!1}},setup(o){const a=o,r=e.computed(()=>!!a.modified&&a.modified!==a.created);return(n,s)=>{const u=e.resolveComponent("KSkeletonBox"),c=e.resolveComponent("KCard");return e.openBlock(),e.createBlock(c,{class:"kong-ui-app-about-section","title-tag":"h2"},e.createSlots({default:e.withCtx(()=>[n.isLoading?(e.openBlock(),e.createElementBlock("div",Zt,[e.createVNode(u,{height:"2",width:"100"}),e.createVNode(u,{height:"2",width:"100"})])):(e.openBlock(),e.createElementBlock("div",Ht,[n.description?(e.openBlock(),e.createElementBlock("p",zt,e.toDisplayString(n.description),1)):e.createCommentVNode("",!0),n.$slots.default?(e.openBlock(),e.createElementBlock("div",Gt,[e.renderSlot(n.$slots,"default",{},void 0,!0)])):e.createCommentVNode("",!0),n.$slots["divider-section"]?(e.openBlock(),e.createElementBlock("hr",Ut)):e.createCommentVNode("",!0),n.$slots["divider-section"]?(e.openBlock(),e.createElementBlock("div",Wt,[e.renderSlot(n.$slots,"divider-section",{},void 0,!0)])):e.createCommentVNode("",!0)]))]),_:2},[n.$slots.title||n.title?{name:"title",fn:e.withCtx(()=>[e.createElementVNode("span",Rt,[e.renderSlot(n.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(n.title),1)],!0)])]),key:"0"}:void 0,n.$slots.actions||n.created||n.modified?{name:"actions",fn:e.withCtx(()=>[e.createElementVNode("div",Lt,[n.created||n.modified?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["about-section-timestamps",{"has-actions":n.$slots.actions}])},[n.created?(e.openBlock(),e.createElementBlock("span",Mt,e.toDisplayString(n.createdLabel)+": "+e.toDisplayString(n.created),1)):e.createCommentVNode("",!0),n.created&&r.value?(e.openBlock(),e.createElementBlock("span",Pt,"->")):e.createCommentVNode("",!0),r.value?(e.openBlock(),e.createElementBlock("span",jt,e.toDisplayString(n.modifiedLabel)+": "+e.toDisplayString(n.modified),1)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),n.$slots.actions?(e.openBlock(),e.createElementBlock("div",Kt,[e.renderSlot(n.$slots,"actions",{},void 0,!0)])):e.createCommentVNode("",!0)])]),key:"1"}:void 0]),1024)}}}),[["__scopeId","data-v-f5864a9c"]]),Xt={},Yt={fill:"none",height:"130",width:"130",xmlns:"http://www.w3.org/2000/svg"};function Jt(o,a){return e.openBlock(),e.createElementBlock("svg",Yt,a[0]||(a[0]=[e.createStaticVNode('<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)]))}const Qt=q(Xt,[["render",Jt]]),ea={class:"kong-ui-app-error"},ta={class:"banana-icon"},aa={class:"kong-ui-app-error-content"},na=q(e.defineComponent({__name:"AppError",setup(o){return(a,r)=>(e.openBlock(),e.createElementBlock("section",ea,[e.createElementVNode("div",ta,[e.createVNode(Qt)]),e.createElementVNode("div",aa,[e.renderSlot(a.$slots,"default",{},()=>[r[0]||(r[0]=e.createElementVNode("h2",null,"An unexpected error has occurred",-1)),r[1]||(r[1]=e.createElementVNode("p",null,[e.createTextVNode("Go back to the previous page or "),e.createElementVNode("a",{href:"/"},"return home"),e.createTextVNode(".")],-1))],!0)])]))}}),[["__scopeId","data-v-b6d8dc55"]]),oa={class:"kong-ui-app-navbar"},ra={class:"header-content"},ia={class:"mobile-header-left"},ca={key:0,class:"app-navbar-logo"},sa={class:"navbar-content"},la={class:"navbar-content-left"},da={class:"navbar-content-center"},ua={class:"navbar-content-right"},qe=q(e.defineComponent({__name:"AppNavbar",props:{topOffset:{type:Number,default:0},leftOffset:{type:Number,default:240},zIndex:{type:Number,default:3}},setup(o){e.useCssVars(c=>({"27c93a10":u.value.top,"0f284bf5":u.value.zIndex,d1659a78:u.value.left,"3d9232e8":s.marginRight,"038c3c78":s.width}));const a=o,r=e.useSlots(),n=e.computed(()=>!!r.logo),s=e.reactive({marginRight:"0",width:"0"});e.onMounted(()=>{var c,b;(b=(c=document==null?void 0:document.querySelector(".kong-ui-app-navbar .app-navbar-logo"))==null?void 0:c.children)!=null&&b.length?(s.marginRight="32px",s.width="calc(240px - 32px)"):(s.marginRight="0",s.width="0")});const u=e.computed(()=>({top:a.topOffset?`${a.topOffset}px`:"0",left:a.leftOffset?`${a.leftOffset}px`:"0",zIndex:a.zIndex}));return(c,b)=>(e.openBlock(),e.createElementBlock("header",oa,[e.createElementVNode("div",ra,[e.createElementVNode("div",ia,[e.renderSlot(c.$slots,"mobile-sidebar-toggle"),e.renderSlot(c.$slots,"mobile-logo")]),n.value?(e.openBlock(),e.createElementBlock("div",ca,[e.renderSlot(c.$slots,"logo")])):e.createCommentVNode("",!0),e.createElementVNode("div",sa,[e.createElementVNode("div",la,[e.renderSlot(c.$slots,"left")]),e.createElementVNode("div",da,[e.renderSlot(c.$slots,"center")]),e.createElementVNode("div",ua,[e.renderSlot(c.$slots,"right")])])])]))}}),[["__scopeId","data-v-2f6fc50f"]]),fa="#ffffff",pa="#000933",ma="#000933",ba="#ffffff",ha="0px",ga="4px",ya="16px",va="#bee2ff",ka=["title"],Fe=99,wa=q(e.defineComponent({__name:"ItemBadge",props:{count:{type:Number,required:!0,default:void 0}},setup(o){const a=o,r=e.computed(()=>a.count?a.count>Fe?`${Fe}+`:a.count.toString():"");return(n,s)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"item-badge",title:(o.count||0)>Fe?String(o.count):void 0},e.toDisplayString(r.value),9,ka)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-afb0d903"]]),Ca=["data-testid"],Sa=["aria-controls","aria-current","aria-expanded","href","target","onClick","onKeypress"],_a={key:0,class:"sidebar-item-icon"},Ea={class:"sidebar-item-name-container"},Ba={class:"sidebar-item-name has-tooltip"},Ta={key:2,class:"sidebar-item-label truncate-text truncate-18"},Na=["id"],Xe=q(e.defineComponent({__name:"SidebarItem",props:{item:{type:Object,required:!0},subnavItem:{type:Boolean,default:!1}},emits:["click"],setup(o,{emit:a}){const r=a,n=o,s=e.computed(()=>typeof n.item.to!="string"?!1:!!n.item.newWindow||!!n.item.external||n.item.to.startsWith("http")),u=e.computed(()=>!n.item.to||typeof n.item.to!="string"||!n.item.newWindow?!1:n.item.newWindow&&(n.item.to.startsWith("http")||n.item.to.startsWith("/"))),c=e.computed(()=>n.subnavItem&&n.item.badgeCount!==void 0&&n.item.badgeCount!==0),b=S=>{r("click",S)},g=(S,I,T)=>{b(I),typeof T=="function"&&(S.preventDefault(),T())};return(S,I)=>{var D;const T=e.resolveComponent("KTooltip"),F=e.resolveComponent("SidebarItem",!0);return e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass([o.subnavItem?"sidebar-item-secondary":"sidebar-item-primary",{expanded:o.item.expanded},{active:o.item.active}]),"data-testid":o.item.testId?`sidebar-item-${o.item.testId}`:void 0},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.value?"div":"router-link"),{custom:s.value?void 0:!0,to:!s.value&&!u.value?o.item.to:void 0},{default:e.withCtx(w=>{var M,K;return[e.createElementVNode("a",{"aria-controls":(M=o.item.items)!=null&&M.length&&o.item.expanded?`subnav-${o.item.key}`:void 0,"aria-current":o.item.active?"page":void 0,"aria-expanded":(K=o.item.items)!=null&&K.length&&o.item.expanded?!0:void 0,class:e.normalizeClass(["sidebar-item-link",{"sidebar-item-external-link":u.value,"router-link":!s.value}]),href:s.value?String(o.item.to||"#"):w==null?void 0:w.href,target:u.value?"_blank":void 0,onClick:$=>g($,o.item,w==null?void 0:w.navigate),onKeypress:e.withKeys($=>g($,o.item,w==null?void 0:w.navigate),["enter"])},[e.createElementVNode("div",{class:e.normalizeClass(["sidebar-item-display",{"has-label":!!o.item.label&&o.item.expanded,"has-badge":c.value}])},[S.$slots[`sidebar-icon-${o.item.key}`]?(e.openBlock(),e.createElementBlock("div",_a,[o.subnavItem?e.createCommentVNode("",!0):e.renderSlot(S.$slots,`sidebar-icon-${o.item.key}`,{key:0},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Ea,[(o.subnavItem&&!c.value?o.item.name.length<25:o.item.name.length<18)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["sidebar-item-name truncate-text",[o.subnavItem?"has-badge-max-width truncate-24":"truncate-17"]])},e.toDisplayString(o.item.name),3)):(e.openBlock(),e.createBlock(T,{key:1,class:"sidebar-item-tooltip",placement:"right","position-fixed":"",text:o.item.name},{default:e.withCtx(()=>[e.createElementVNode("div",Ba,[e.createElementVNode("span",{class:e.normalizeClass(["truncate-text",[o.subnavItem?"truncate-18":"truncate-17",{"has-badge-max-width":c.value}]])},e.toDisplayString(o.item.name),3)])]),_:1},8,["text"])),o.item.label&&o.item.expanded?(e.openBlock(),e.createElementBlock("div",Ta,e.toDisplayString(o.item.label),1)):e.createCommentVNode("",!0)]),c.value?(e.openBlock(),e.createBlock(wa,{key:1,count:o.item.badgeCount},null,8,["count"])):e.createCommentVNode("",!0)],2)],42,Sa)]}),_:3},8,["custom","to"])),(D=o.item.items)!=null&&D.length&&o.item.expanded?(e.openBlock(),e.createElementBlock("ul",{key:0,id:`subnav-${o.item.key}`,class:"level-secondary"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.item.items,w=>(e.openBlock(),e.createBlock(F,{key:w.name,item:w,"subnav-item":!0,onClick:M=>b(w)},null,8,["item","onClick"]))),128))],8,Na)):e.createCommentVNode("",!0)],10,Ca)}}}),[["__scopeId","data-v-d0b5bc3d"]]);/*!
2
2
  * tabbable 6.2.0
3
3
  * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
4
4
  */var Ye=["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])"],ve=Ye.join(","),Je=typeof Element>"u",ae=Je?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,ke=!Je&&Element.prototype.getRootNode?function(o){var a;return o==null||(a=o.getRootNode)===null||a===void 0?void 0:a.call(o)}:function(o){return o==null?void 0:o.ownerDocument},we=function o(a,r){var n;r===void 0&&(r=!0);var s=a==null||(n=a.getAttribute)===null||n===void 0?void 0:n.call(a,"inert"),u=s===""||s==="true",c=u||r&&a&&o(a.parentNode);return c},Ia=function(a){var r,n=a==null||(r=a.getAttribute)===null||r===void 0?void 0:r.call(a,"contenteditable");return n===""||n==="true"},Qe=function(a,r,n){if(we(a))return[];var s=Array.prototype.slice.apply(a.querySelectorAll(ve));return r&&ae.call(a,ve)&&s.unshift(a),s=s.filter(n),s},et=function o(a,r,n){for(var s=[],u=Array.from(a);u.length;){var c=u.shift();if(!we(c,!1))if(c.tagName==="SLOT"){var b=c.assignedElements(),g=b.length?b:c.children,S=o(g,!0,n);n.flatten?s.push.apply(s,S):s.push({scopeParent:c,candidates:S})}else{var I=ae.call(c,ve);I&&n.filter(c)&&(r||!a.includes(c))&&s.push(c);var T=c.shadowRoot||typeof n.getShadowRoot=="function"&&n.getShadowRoot(c),F=!we(T,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(c));if(T&&F){var D=o(T===!0?c.children:T.children,!0,n);n.flatten?s.push.apply(s,D):s.push({scopeParent:c,candidates:D})}else u.unshift.apply(u,c.children)}}return s},tt=function(a){return!isNaN(parseInt(a.getAttribute("tabindex"),10))},ne=function(a){if(!a)throw new Error("No node provided");return a.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(a.tagName)||Ia(a))&&!tt(a)?0:a.tabIndex},$a=function(a,r){var n=ne(a);return n<0&&r&&!tt(a)?0:n},Oa=function(a,r){return a.tabIndex===r.tabIndex?a.documentOrder-r.documentOrder:a.tabIndex-r.tabIndex},at=function(a){return a.tagName==="INPUT"},Aa=function(a){return at(a)&&a.type==="hidden"},Fa=function(a){var r=a.tagName==="DETAILS"&&Array.prototype.slice.apply(a.children).some(function(n){return n.tagName==="SUMMARY"});return r},Da=function(a,r){for(var n=0;n<a.length;n++)if(a[n].checked&&a[n].form===r)return a[n]},Va=function(a){if(!a.name)return!0;var r=a.form||ke(a),n=function(b){return r.querySelectorAll('input[type="radio"][name="'+b+'"]')},s;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")s=n(window.CSS.escape(a.name));else try{s=n(a.name)}catch(c){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",c.message),!1}var u=Da(s,a.form);return!u||u===a},xa=function(a){return at(a)&&a.type==="radio"},Ra=function(a){return xa(a)&&!Va(a)},La=function(a){var r,n=a&&ke(a),s=(r=n)===null||r===void 0?void 0:r.host,u=!1;if(n&&n!==a){var c,b,g;for(u=!!((c=s)!==null&&c!==void 0&&(b=c.ownerDocument)!==null&&b!==void 0&&b.contains(s)||a!=null&&(g=a.ownerDocument)!==null&&g!==void 0&&g.contains(a));!u&&s;){var S,I,T;n=ke(s),s=(S=n)===null||S===void 0?void 0:S.host,u=!!((I=s)!==null&&I!==void 0&&(T=I.ownerDocument)!==null&&T!==void 0&&T.contains(s))}}return u},nt=function(a){var r=a.getBoundingClientRect(),n=r.width,s=r.height;return n===0&&s===0},Ma=function(a,r){var n=r.displayCheck,s=r.getShadowRoot;if(getComputedStyle(a).visibility==="hidden")return!0;var u=ae.call(a,"details>summary:first-of-type"),c=u?a.parentElement:a;if(ae.call(c,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof s=="function"){for(var b=a;a;){var g=a.parentElement,S=ke(a);if(g&&!g.shadowRoot&&s(g)===!0)return nt(a);a.assignedSlot?a=a.assignedSlot:!g&&S!==a.ownerDocument?a=S.host:a=g}a=b}if(La(a))return!a.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return nt(a);return!1},Pa=function(a){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(a.tagName))for(var r=a.parentElement;r;){if(r.tagName==="FIELDSET"&&r.disabled){for(var n=0;n<r.children.length;n++){var s=r.children.item(n);if(s.tagName==="LEGEND")return ae.call(r,"fieldset[disabled] *")?!0:!s.contains(a)}return!0}r=r.parentElement}return!1},Ce=function(a,r){return!(r.disabled||we(r)||Aa(r)||Ma(r,a)||Fa(r)||Pa(r))},De=function(a,r){return!(Ra(r)||ne(r)<0||!Ce(a,r))},ja=function(a){var r=parseInt(a.getAttribute("tabindex"),10);return!!(isNaN(r)||r>=0)},Ka=function o(a){var r=[],n=[];return a.forEach(function(s,u){var c=!!s.scopeParent,b=c?s.scopeParent:s,g=$a(b,c),S=c?o(s.candidates):b;g===0?c?r.push.apply(r,S):r.push(b):n.push({documentOrder:u,tabIndex:g,item:s,isScope:c,content:S})}),n.sort(Oa).reduce(function(s,u){return u.isScope?s.push.apply(s,u.content):s.push(u.content),s},[]).concat(r)},Za=function(a,r){r=r||{};var n;return r.getShadowRoot?n=et([a],r.includeContainer,{filter:De.bind(null,r),flatten:!1,getShadowRoot:r.getShadowRoot,shadowRootFilter:ja}):n=Qe(a,r.includeContainer,De.bind(null,r)),Ka(n)},Ha=function(a,r){r=r||{};var n;return r.getShadowRoot?n=et([a],r.includeContainer,{filter:Ce.bind(null,r),flatten:!0,getShadowRoot:r.getShadowRoot}):n=Qe(a,r.includeContainer,Ce.bind(null,r)),n},se=function(a,r){if(r=r||{},!a)throw new Error("No node provided");return ae.call(a,ve)===!1?!1:De(r,a)},za=Ye.concat("iframe").join(","),Ve=function(a,r){if(r=r||{},!a)throw new Error("No node provided");return ae.call(a,za)===!1?!1:Ce(r,a)};/*!
5
5
  * focus-trap 7.6.5
6
6
  * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
7
7
  */function xe(o,a){(a==null||a>o.length)&&(a=o.length);for(var r=0,n=Array(a);r<a;r++)n[r]=o[r];return n}function Ga(o){if(Array.isArray(o))return xe(o)}function Ua(o,a,r){return(a=Ja(a))in o?Object.defineProperty(o,a,{value:r,enumerable:!0,configurable:!0,writable:!0}):o[a]=r,o}function Wa(o){if(typeof Symbol<"u"&&o[Symbol.iterator]!=null||o["@@iterator"]!=null)return Array.from(o)}function qa(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
8
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ot(o,a){var r=Object.keys(o);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(o);a&&(n=n.filter(function(s){return Object.getOwnPropertyDescriptor(o,s).enumerable})),r.push.apply(r,n)}return r}function rt(o){for(var a=1;a<arguments.length;a++){var r=arguments[a]!=null?arguments[a]:{};a%2?ot(Object(r),!0).forEach(function(n){Ua(o,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(r)):ot(Object(r)).forEach(function(n){Object.defineProperty(o,n,Object.getOwnPropertyDescriptor(r,n))})}return o}function Xa(o){return Ga(o)||Wa(o)||Qa(o)||qa()}function Ya(o,a){if(typeof o!="object"||!o)return o;var r=o[Symbol.toPrimitive];if(r!==void 0){var n=r.call(o,a);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(a==="string"?String:Number)(o)}function Ja(o){var a=Ya(o,"string");return typeof a=="symbol"?a:a+""}function Qa(o,a){if(o){if(typeof o=="string")return xe(o,a);var r={}.toString.call(o).slice(8,-1);return r==="Object"&&o.constructor&&(r=o.constructor.name),r==="Map"||r==="Set"?Array.from(o):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?xe(o,a):void 0}}var it={activateTrap:function(a,r){if(a.length>0){var n=a[a.length-1];n!==r&&n._setPausedState(!0)}var s=a.indexOf(r);s===-1||a.splice(s,1),a.push(r)},deactivateTrap:function(a,r){var n=a.indexOf(r);n!==-1&&a.splice(n,1),a.length>0&&!a[a.length-1]._isManuallyPaused()&&a[a.length-1]._setPausedState(!1)}},en=function(a){return a.tagName&&a.tagName.toLowerCase()==="input"&&typeof a.select=="function"},tn=function(a){return(a==null?void 0:a.key)==="Escape"||(a==null?void 0:a.key)==="Esc"||(a==null?void 0:a.keyCode)===27},pe=function(a){return(a==null?void 0:a.key)==="Tab"||(a==null?void 0:a.keyCode)===9},an=function(a){return pe(a)&&!a.shiftKey},nn=function(a){return pe(a)&&a.shiftKey},ct=function(a){return setTimeout(a,0)},me=function(a){for(var r=arguments.length,n=new Array(r>1?r-1:0),s=1;s<r;s++)n[s-1]=arguments[s];return typeof a=="function"?a.apply(void 0,n):a},Se=function(a){return a.target.shadowRoot&&typeof a.composedPath=="function"?a.composedPath()[0]:a.target},on=[],rn=function(a,r){var n=(r==null?void 0:r.document)||document,s=(r==null?void 0:r.trapStack)||on,u=rt({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:an,isKeyBackward:nn},r),c={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},b,g=function(d,f,y){return d&&d[f]!==void 0?d[f]:u[y||f]},S=function(d,f){var y=typeof(f==null?void 0:f.composedPath)=="function"?f.composedPath():void 0;return c.containerGroups.findIndex(function(C){var _=C.container,N=C.tabbableNodes;return _.contains(d)||(y==null?void 0:y.includes(_))||N.find(function(m){return m===d})})},I=function(d){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},y=f.hasFallback,C=y===void 0?!1:y,_=f.params,N=_===void 0?[]:_,m=u[d];if(typeof m=="function"&&(m=m.apply(void 0,Xa(N))),m===!0&&(m=void 0),!m){if(m===void 0||m===!1)return m;throw new Error("`".concat(d,"` was specified but was not a node, or did not return a node"))}var p=m;if(typeof m=="string"){try{p=n.querySelector(m)}catch(v){throw new Error("`".concat(d,'` appears to be an invalid selector; error="').concat(v.message,'"'))}if(!p&&!C)throw new Error("`".concat(d,"` as selector refers to no known node"))}return p},T=function(){var d=I("initialFocus",{hasFallback:!0});if(d===!1)return!1;if(d===void 0||d&&!Ve(d,u.tabbableOptions))if(S(n.activeElement)>=0)d=n.activeElement;else{var f=c.tabbableGroups[0],y=f&&f.firstTabbableNode;d=y||I("fallbackFocus")}else d===null&&(d=I("fallbackFocus"));if(!d)throw new Error("Your focus-trap needs to have at least one focusable element");return d},F=function(){if(c.containerGroups=c.containers.map(function(d){var f=Za(d,u.tabbableOptions),y=Ha(d,u.tabbableOptions),C=f.length>0?f[0]:void 0,_=f.length>0?f[f.length-1]:void 0,N=y.find(function(v){return se(v)}),m=y.slice().reverse().find(function(v){return se(v)}),p=!!f.find(function(v){return ne(v)>0});return{container:d,tabbableNodes:f,focusableNodes:y,posTabIndexesFound:p,firstTabbableNode:C,lastTabbableNode:_,firstDomTabbableNode:N,lastDomTabbableNode:m,nextTabbableNode:function(k){var $=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,O=f.indexOf(k);return O<0?$?y.slice(y.indexOf(k)+1).find(function(V){return se(V)}):y.slice(0,y.indexOf(k)).reverse().find(function(V){return se(V)}):f[O+($?1:-1)]}}}),c.tabbableGroups=c.containerGroups.filter(function(d){return d.tabbableNodes.length>0}),c.tabbableGroups.length<=0&&!I("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(c.containerGroups.find(function(d){return d.posTabIndexesFound})&&c.containerGroups.length>1)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.")},D=function(d){var f=d.activeElement;if(f)return f.shadowRoot&&f.shadowRoot.activeElement!==null?D(f.shadowRoot):f},w=function(d){if(d!==!1&&d!==D(document)){if(!d||!d.focus){w(T());return}d.focus({preventScroll:!!u.preventScroll}),c.mostRecentlyFocusedNode=d,en(d)&&d.select()}},M=function(d){var f=I("setReturnFocus",{params:[d]});return f||(f===!1?!1:d)},K=function(d){var f=d.target,y=d.event,C=d.isBackward,_=C===void 0?!1:C;f=f||Se(y),F();var N=null;if(c.tabbableGroups.length>0){var m=S(f,y),p=m>=0?c.containerGroups[m]:void 0;if(m<0)_?N=c.tabbableGroups[c.tabbableGroups.length-1].lastTabbableNode:N=c.tabbableGroups[0].firstTabbableNode;else if(_){var v=c.tabbableGroups.findIndex(function(be){var he=be.firstTabbableNode;return f===he});if(v<0&&(p.container===f||Ve(f,u.tabbableOptions)&&!se(f,u.tabbableOptions)&&!p.nextTabbableNode(f,!1))&&(v=m),v>=0){var k=v===0?c.tabbableGroups.length-1:v-1,$=c.tabbableGroups[k];N=ne(f)>=0?$.lastTabbableNode:$.lastDomTabbableNode}else pe(y)||(N=p.nextTabbableNode(f,!1))}else{var O=c.tabbableGroups.findIndex(function(be){var he=be.lastTabbableNode;return f===he});if(O<0&&(p.container===f||Ve(f,u.tabbableOptions)&&!se(f,u.tabbableOptions)&&!p.nextTabbableNode(f))&&(O=m),O>=0){var V=O===c.tabbableGroups.length-1?0:O+1,ee=c.tabbableGroups[V];N=ne(f)>=0?ee.firstTabbableNode:ee.firstDomTabbableNode}else pe(y)||(N=p.nextTabbableNode(f))}}else N=I("fallbackFocus");return N},A=function(d){var f=Se(d);if(!(S(f,d)>=0)){if(me(u.clickOutsideDeactivates,d)){b.deactivate({returnFocus:u.returnFocusOnDeactivate});return}me(u.allowOutsideClick,d)||d.preventDefault()}},X=function(d){var f=Se(d),y=S(f,d)>=0;if(y||f instanceof Document)y&&(c.mostRecentlyFocusedNode=f);else{d.stopImmediatePropagation();var C,_=!0;if(c.mostRecentlyFocusedNode)if(ne(c.mostRecentlyFocusedNode)>0){var N=S(c.mostRecentlyFocusedNode),m=c.containerGroups[N].tabbableNodes;if(m.length>0){var p=m.findIndex(function(v){return v===c.mostRecentlyFocusedNode});p>=0&&(u.isKeyForward(c.recentNavEvent)?p+1<m.length&&(C=m[p+1],_=!1):p-1>=0&&(C=m[p-1],_=!1))}}else c.containerGroups.some(function(v){return v.tabbableNodes.some(function(k){return ne(k)>0})})||(_=!1);else _=!1;_&&(C=K({target:c.mostRecentlyFocusedNode,isBackward:u.isKeyBackward(c.recentNavEvent)})),w(C||c.mostRecentlyFocusedNode||T())}c.recentNavEvent=void 0},G=function(d){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;c.recentNavEvent=d;var y=K({event:d,isBackward:f});y&&(pe(d)&&d.preventDefault(),w(y))},U=function(d){(u.isKeyForward(d)||u.isKeyBackward(d))&&G(d,u.isKeyBackward(d))},Y=function(d){tn(d)&&me(u.escapeDeactivates,d)!==!1&&(d.preventDefault(),b.deactivate())},Z=function(d){var f=Se(d);S(f,d)>=0||me(u.clickOutsideDeactivates,d)||me(u.allowOutsideClick,d)||(d.preventDefault(),d.stopImmediatePropagation())},W=function(){if(c.active)return it.activateTrap(s,b),c.delayInitialFocusTimer=u.delayInitialFocus?ct(function(){w(T())}):w(T()),n.addEventListener("focusin",X,!0),n.addEventListener("mousedown",A,{capture:!0,passive:!1}),n.addEventListener("touchstart",A,{capture:!0,passive:!1}),n.addEventListener("click",Z,{capture:!0,passive:!1}),n.addEventListener("keydown",U,{capture:!0,passive:!1}),n.addEventListener("keydown",Y),b},B=function(){if(c.active)return n.removeEventListener("focusin",X,!0),n.removeEventListener("mousedown",A,!0),n.removeEventListener("touchstart",A,!0),n.removeEventListener("click",Z,!0),n.removeEventListener("keydown",U,!0),n.removeEventListener("keydown",Y),b},P=function(d){var f=d.some(function(y){var C=Array.from(y.removedNodes);return C.some(function(_){return _===c.mostRecentlyFocusedNode})});f&&w(T())},j=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(P):void 0,R=function(){j&&(j.disconnect(),c.active&&!c.paused&&c.containers.map(function(d){j.observe(d,{subtree:!0,childList:!0})}))};return b={get active(){return c.active},get paused(){return c.paused},activate:function(d){if(c.active)return this;var f=g(d,"onActivate"),y=g(d,"onPostActivate"),C=g(d,"checkCanFocusTrap");C||F(),c.active=!0,c.paused=!1,c.nodeFocusedBeforeActivation=D(n),f==null||f();var _=function(){C&&F(),W(),R(),y==null||y()};return C?(C(c.containers.concat()).then(_,_),this):(_(),this)},deactivate:function(d){if(!c.active)return this;var f=rt({onDeactivate:u.onDeactivate,onPostDeactivate:u.onPostDeactivate,checkCanReturnFocus:u.checkCanReturnFocus},d);clearTimeout(c.delayInitialFocusTimer),c.delayInitialFocusTimer=void 0,B(),c.active=!1,c.paused=!1,R(),it.deactivateTrap(s,b);var y=g(f,"onDeactivate"),C=g(f,"onPostDeactivate"),_=g(f,"checkCanReturnFocus"),N=g(f,"returnFocus","returnFocusOnDeactivate");y==null||y();var m=function(){ct(function(){N&&w(M(c.nodeFocusedBeforeActivation)),C==null||C()})};return N&&_?(_(M(c.nodeFocusedBeforeActivation)).then(m,m),this):(m(),this)},pause:function(d){return c.active?(c.manuallyPaused=!0,this._setPausedState(!0,d)):this},unpause:function(d){return c.active?(c.manuallyPaused=!1,s[s.length-1]!==this?this:this._setPausedState(!1,d)):this},updateContainerElements:function(d){var f=[].concat(d).filter(Boolean);return c.containers=f.map(function(y){return typeof y=="string"?n.querySelector(y):y}),c.active&&F(),R(),this}},Object.defineProperties(b,{_isManuallyPaused:{value:function(){return c.manuallyPaused}},_setPausedState:{value:function(d,f){if(c.paused===d)return this;if(c.paused=d,d){var y=g(f,"onPause"),C=g(f,"onPostPause");y==null||y(),B(),R(),C==null||C()}else{var _=g(f,"onUnpause"),N=g(f,"onPostUnpause");_==null||_(),F(),W(),R(),N==null||N()}return this}}}),b.updateContainerElements(a),b};/*!
8
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ot(o,a){var r=Object.keys(o);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(o);a&&(n=n.filter(function(s){return Object.getOwnPropertyDescriptor(o,s).enumerable})),r.push.apply(r,n)}return r}function rt(o){for(var a=1;a<arguments.length;a++){var r=arguments[a]!=null?arguments[a]:{};a%2?ot(Object(r),!0).forEach(function(n){Ua(o,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(r)):ot(Object(r)).forEach(function(n){Object.defineProperty(o,n,Object.getOwnPropertyDescriptor(r,n))})}return o}function Xa(o){return Ga(o)||Wa(o)||Qa(o)||qa()}function Ya(o,a){if(typeof o!="object"||!o)return o;var r=o[Symbol.toPrimitive];if(r!==void 0){var n=r.call(o,a);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(a==="string"?String:Number)(o)}function Ja(o){var a=Ya(o,"string");return typeof a=="symbol"?a:a+""}function Qa(o,a){if(o){if(typeof o=="string")return xe(o,a);var r={}.toString.call(o).slice(8,-1);return r==="Object"&&o.constructor&&(r=o.constructor.name),r==="Map"||r==="Set"?Array.from(o):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?xe(o,a):void 0}}var it={activateTrap:function(a,r){if(a.length>0){var n=a[a.length-1];n!==r&&n._setPausedState(!0)}var s=a.indexOf(r);s===-1||a.splice(s,1),a.push(r)},deactivateTrap:function(a,r){var n=a.indexOf(r);n!==-1&&a.splice(n,1),a.length>0&&!a[a.length-1]._isManuallyPaused()&&a[a.length-1]._setPausedState(!1)}},en=function(a){return a.tagName&&a.tagName.toLowerCase()==="input"&&typeof a.select=="function"},tn=function(a){return(a==null?void 0:a.key)==="Escape"||(a==null?void 0:a.key)==="Esc"||(a==null?void 0:a.keyCode)===27},pe=function(a){return(a==null?void 0:a.key)==="Tab"||(a==null?void 0:a.keyCode)===9},an=function(a){return pe(a)&&!a.shiftKey},nn=function(a){return pe(a)&&a.shiftKey},ct=function(a){return setTimeout(a,0)},me=function(a){for(var r=arguments.length,n=new Array(r>1?r-1:0),s=1;s<r;s++)n[s-1]=arguments[s];return typeof a=="function"?a.apply(void 0,n):a},Se=function(a){return a.target.shadowRoot&&typeof a.composedPath=="function"?a.composedPath()[0]:a.target},on=[],rn=function(a,r){var n=(r==null?void 0:r.document)||document,s=(r==null?void 0:r.trapStack)||on,u=rt({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:an,isKeyBackward:nn},r),c={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},b,g=function(d,f,y){return d&&d[f]!==void 0?d[f]:u[y||f]},S=function(d,f){var y=typeof(f==null?void 0:f.composedPath)=="function"?f.composedPath():void 0;return c.containerGroups.findIndex(function(C){var _=C.container,N=C.tabbableNodes;return _.contains(d)||(y==null?void 0:y.includes(_))||N.find(function(p){return p===d})})},I=function(d){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},y=f.hasFallback,C=y===void 0?!1:y,_=f.params,N=_===void 0?[]:_,p=u[d];if(typeof p=="function"&&(p=p.apply(void 0,Xa(N))),p===!0&&(p=void 0),!p){if(p===void 0||p===!1)return p;throw new Error("`".concat(d,"` was specified but was not a node, or did not return a node"))}var m=p;if(typeof p=="string"){try{m=n.querySelector(p)}catch(v){throw new Error("`".concat(d,'` appears to be an invalid selector; error="').concat(v.message,'"'))}if(!m&&!C)throw new Error("`".concat(d,"` as selector refers to no known node"))}return m},T=function(){var d=I("initialFocus",{hasFallback:!0});if(d===!1)return!1;if(d===void 0||d&&!Ve(d,u.tabbableOptions))if(S(n.activeElement)>=0)d=n.activeElement;else{var f=c.tabbableGroups[0],y=f&&f.firstTabbableNode;d=y||I("fallbackFocus")}else d===null&&(d=I("fallbackFocus"));if(!d)throw new Error("Your focus-trap needs to have at least one focusable element");return d},F=function(){if(c.containerGroups=c.containers.map(function(d){var f=Za(d,u.tabbableOptions),y=Ha(d,u.tabbableOptions),C=f.length>0?f[0]:void 0,_=f.length>0?f[f.length-1]:void 0,N=y.find(function(v){return se(v)}),p=y.slice().reverse().find(function(v){return se(v)}),m=!!f.find(function(v){return ne(v)>0});return{container:d,tabbableNodes:f,focusableNodes:y,posTabIndexesFound:m,firstTabbableNode:C,lastTabbableNode:_,firstDomTabbableNode:N,lastDomTabbableNode:p,nextTabbableNode:function(k){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,A=f.indexOf(k);return A<0?O?y.slice(y.indexOf(k)+1).find(function(V){return se(V)}):y.slice(0,y.indexOf(k)).reverse().find(function(V){return se(V)}):f[A+(O?1:-1)]}}}),c.tabbableGroups=c.containerGroups.filter(function(d){return d.tabbableNodes.length>0}),c.tabbableGroups.length<=0&&!I("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(c.containerGroups.find(function(d){return d.posTabIndexesFound})&&c.containerGroups.length>1)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.")},D=function(d){var f=d.activeElement;if(f)return f.shadowRoot&&f.shadowRoot.activeElement!==null?D(f.shadowRoot):f},w=function(d){if(d!==!1&&d!==D(document)){if(!d||!d.focus){w(T());return}d.focus({preventScroll:!!u.preventScroll}),c.mostRecentlyFocusedNode=d,en(d)&&d.select()}},M=function(d){var f=I("setReturnFocus",{params:[d]});return f||(f===!1?!1:d)},K=function(d){var f=d.target,y=d.event,C=d.isBackward,_=C===void 0?!1:C;f=f||Se(y),F();var N=null;if(c.tabbableGroups.length>0){var p=S(f,y),m=p>=0?c.containerGroups[p]:void 0;if(p<0)_?N=c.tabbableGroups[c.tabbableGroups.length-1].lastTabbableNode:N=c.tabbableGroups[0].firstTabbableNode;else if(_){var v=c.tabbableGroups.findIndex(function(be){var he=be.firstTabbableNode;return f===he});if(v<0&&(m.container===f||Ve(f,u.tabbableOptions)&&!se(f,u.tabbableOptions)&&!m.nextTabbableNode(f,!1))&&(v=p),v>=0){var k=v===0?c.tabbableGroups.length-1:v-1,O=c.tabbableGroups[k];N=ne(f)>=0?O.lastTabbableNode:O.lastDomTabbableNode}else pe(y)||(N=m.nextTabbableNode(f,!1))}else{var A=c.tabbableGroups.findIndex(function(be){var he=be.lastTabbableNode;return f===he});if(A<0&&(m.container===f||Ve(f,u.tabbableOptions)&&!se(f,u.tabbableOptions)&&!m.nextTabbableNode(f))&&(A=p),A>=0){var V=A===c.tabbableGroups.length-1?0:A+1,ee=c.tabbableGroups[V];N=ne(f)>=0?ee.firstTabbableNode:ee.firstDomTabbableNode}else pe(y)||(N=m.nextTabbableNode(f))}}else N=I("fallbackFocus");return N},$=function(d){var f=Se(d);if(!(S(f,d)>=0)){if(me(u.clickOutsideDeactivates,d)){b.deactivate({returnFocus:u.returnFocusOnDeactivate});return}me(u.allowOutsideClick,d)||d.preventDefault()}},X=function(d){var f=Se(d),y=S(f,d)>=0;if(y||f instanceof Document)y&&(c.mostRecentlyFocusedNode=f);else{d.stopImmediatePropagation();var C,_=!0;if(c.mostRecentlyFocusedNode)if(ne(c.mostRecentlyFocusedNode)>0){var N=S(c.mostRecentlyFocusedNode),p=c.containerGroups[N].tabbableNodes;if(p.length>0){var m=p.findIndex(function(v){return v===c.mostRecentlyFocusedNode});m>=0&&(u.isKeyForward(c.recentNavEvent)?m+1<p.length&&(C=p[m+1],_=!1):m-1>=0&&(C=p[m-1],_=!1))}}else c.containerGroups.some(function(v){return v.tabbableNodes.some(function(k){return ne(k)>0})})||(_=!1);else _=!1;_&&(C=K({target:c.mostRecentlyFocusedNode,isBackward:u.isKeyBackward(c.recentNavEvent)})),w(C||c.mostRecentlyFocusedNode||T())}c.recentNavEvent=void 0},G=function(d){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;c.recentNavEvent=d;var y=K({event:d,isBackward:f});y&&(pe(d)&&d.preventDefault(),w(y))},U=function(d){(u.isKeyForward(d)||u.isKeyBackward(d))&&G(d,u.isKeyBackward(d))},Y=function(d){tn(d)&&me(u.escapeDeactivates,d)!==!1&&(d.preventDefault(),b.deactivate())},Z=function(d){var f=Se(d);S(f,d)>=0||me(u.clickOutsideDeactivates,d)||me(u.allowOutsideClick,d)||(d.preventDefault(),d.stopImmediatePropagation())},W=function(){if(c.active)return it.activateTrap(s,b),c.delayInitialFocusTimer=u.delayInitialFocus?ct(function(){w(T())}):w(T()),n.addEventListener("focusin",X,!0),n.addEventListener("mousedown",$,{capture:!0,passive:!1}),n.addEventListener("touchstart",$,{capture:!0,passive:!1}),n.addEventListener("click",Z,{capture:!0,passive:!1}),n.addEventListener("keydown",U,{capture:!0,passive:!1}),n.addEventListener("keydown",Y),b},B=function(){if(c.active)return n.removeEventListener("focusin",X,!0),n.removeEventListener("mousedown",$,!0),n.removeEventListener("touchstart",$,!0),n.removeEventListener("click",Z,!0),n.removeEventListener("keydown",U,!0),n.removeEventListener("keydown",Y),b},P=function(d){var f=d.some(function(y){var C=Array.from(y.removedNodes);return C.some(function(_){return _===c.mostRecentlyFocusedNode})});f&&w(T())},j=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(P):void 0,R=function(){j&&(j.disconnect(),c.active&&!c.paused&&c.containers.map(function(d){j.observe(d,{subtree:!0,childList:!0})}))};return b={get active(){return c.active},get paused(){return c.paused},activate:function(d){if(c.active)return this;var f=g(d,"onActivate"),y=g(d,"onPostActivate"),C=g(d,"checkCanFocusTrap");C||F(),c.active=!0,c.paused=!1,c.nodeFocusedBeforeActivation=D(n),f==null||f();var _=function(){C&&F(),W(),R(),y==null||y()};return C?(C(c.containers.concat()).then(_,_),this):(_(),this)},deactivate:function(d){if(!c.active)return this;var f=rt({onDeactivate:u.onDeactivate,onPostDeactivate:u.onPostDeactivate,checkCanReturnFocus:u.checkCanReturnFocus},d);clearTimeout(c.delayInitialFocusTimer),c.delayInitialFocusTimer=void 0,B(),c.active=!1,c.paused=!1,R(),it.deactivateTrap(s,b);var y=g(f,"onDeactivate"),C=g(f,"onPostDeactivate"),_=g(f,"checkCanReturnFocus"),N=g(f,"returnFocus","returnFocusOnDeactivate");y==null||y();var p=function(){ct(function(){N&&w(M(c.nodeFocusedBeforeActivation)),C==null||C()})};return N&&_?(_(M(c.nodeFocusedBeforeActivation)).then(p,p),this):(p(),this)},pause:function(d){return c.active?(c.manuallyPaused=!0,this._setPausedState(!0,d)):this},unpause:function(d){return c.active?(c.manuallyPaused=!1,s[s.length-1]!==this?this:this._setPausedState(!1,d)):this},updateContainerElements:function(d){var f=[].concat(d).filter(Boolean);return c.containers=f.map(function(y){return typeof y=="string"?n.querySelector(y):y}),c.active&&F(),R(),this}},Object.defineProperties(b,{_isManuallyPaused:{value:function(){return c.manuallyPaused}},_setPausedState:{value:function(d,f){if(c.paused===d)return this;if(c.paused=d,d){var y=g(f,"onPause"),C=g(f,"onPostPause");y==null||y(),B(),R(),C==null||C()}else{var _=g(f,"onUnpause"),N=g(f,"onPostUnpause");_==null||_(),F(),W(),R(),N==null||N()}return this}}}),b.updateContainerElements(a),b};/*!
9
9
  * focus-trap-vue v4.0.3
10
10
  * (c) 2025 Eduardo San Martin Morote
11
11
  * @license MIT
12
- */function dr(o){return o}const cn={escapeDeactivates:{type:Boolean,default:!0},returnFocusOnDeactivate:{type:Boolean,default:!0},allowOutsideClick:{type:[Boolean,Function],default:!0},clickOutsideDeactivates:[Boolean,Function],initialFocus:[String,Function,Boolean],fallbackFocus:[String,Function],checkCanFocusTrap:Function,checkCanReturnFocus:Function,delayInitialFocus:{type:Boolean,default:!0},document:Object,preventScroll:Boolean,setReturnFocus:[Object,String,Boolean,Function],tabbableOptions:Object},sn=e.defineComponent({name:"FocusTrap",props:Object.assign({active:{type:Boolean,default:!0}},cn),emits:["update:active","activate","postActivate","deactivate","postDeactivate"],render(){return this.renderImpl()},setup(o,{slots:a,emit:r}){let n;const s=e.ref(null),u=e.computed(()=>{const b=s.value;return b&&(b instanceof HTMLElement?b:b.$el)});function c(){return n||(n=rn(u.value,{escapeDeactivates:o.escapeDeactivates,allowOutsideClick:o.allowOutsideClick,returnFocusOnDeactivate:o.returnFocusOnDeactivate,clickOutsideDeactivates:o.clickOutsideDeactivates,onActivate:()=>{r("update:active",!0),r("activate")},onDeactivate:()=>{r("update:active",!1),r("deactivate")},onPostActivate:()=>r("postActivate"),onPostDeactivate:()=>r("postDeactivate"),initialFocus:o.initialFocus,fallbackFocus:o.fallbackFocus,tabbableOptions:o.tabbableOptions,delayInitialFocus:o.delayInitialFocus,preventScroll:o.preventScroll}))}return e.onMounted(()=>{e.watch(()=>o.active,b=>{b&&u.value?c().activate():n&&(n.deactivate(),(!u.value||u.value.nodeType===Node.COMMENT_NODE)&&(n=null))},{immediate:!0,flush:"post"})}),e.onUnmounted(()=>{n&&n.deactivate(),n=null}),{activate(){c().activate()},deactivate(){n&&n.deactivate()},renderImpl(){if(!a.default)return null;const b=a.default().filter(S=>S.type!==e.Comment);return!b||!b.length||b.length>1?(console.error("[focus-trap-vue]: FocusTrap requires exactly one child."),b):e.cloneVNode(b[0],{ref:s})}}}});function st(){return{debounce:(a,r)=>{let n;return(...s)=>{clearTimeout(n),n=window==null?void 0:window.setTimeout(()=>{a(...s)},r)}}}}var _e=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ln(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var Ee={exports:{}};Ee.exports,function(o,a){var r=200,n="__lodash_hash_undefined__",s=9007199254740991,u="[object Arguments]",c="[object Array]",b="[object Boolean]",g="[object Date]",S="[object Error]",I="[object Function]",T="[object GeneratorFunction]",F="[object Map]",D="[object Number]",w="[object Object]",M="[object Promise]",K="[object RegExp]",A="[object Set]",X="[object String]",G="[object Symbol]",U="[object WeakMap]",Y="[object ArrayBuffer]",Z="[object DataView]",W="[object Float32Array]",B="[object Float64Array]",P="[object Int8Array]",j="[object Int16Array]",R="[object Int32Array]",E="[object Uint8Array]",d="[object Uint8ClampedArray]",f="[object Uint16Array]",y="[object Uint32Array]",C=/[\\^$.*+?()[\]{}|]/g,_=/\w*$/,N=/^\[object .+?Constructor\]$/,m=/^(?:0|[1-9]\d*)$/,p={};p[u]=p[c]=p[Y]=p[Z]=p[b]=p[g]=p[W]=p[B]=p[P]=p[j]=p[R]=p[F]=p[D]=p[w]=p[K]=p[A]=p[X]=p[G]=p[E]=p[d]=p[f]=p[y]=!0,p[S]=p[I]=p[U]=!1;var v=typeof _e=="object"&&_e&&_e.Object===Object&&_e,k=typeof self=="object"&&self&&self.Object===Object&&self,$=v||k||Function("return this")(),O=a&&!a.nodeType&&a,V=O&&!0&&o&&!o.nodeType&&o,ee=V&&V.exports===O;function be(t,i){return t.set(i[0],i[1]),t}function he(t,i){return t.add(i),t}function Zn(t,i){for(var l=-1,h=t?t.length:0;++l<h&&i(t[l],l,t)!==!1;);return t}function Hn(t,i){for(var l=-1,h=i.length,L=t.length;++l<h;)t[L+l]=i[l];return t}function ft(t,i,l,h){for(var L=-1,H=t?t.length:0;++L<H;)l=i(l,t[L],L,t);return l}function zn(t,i){for(var l=-1,h=Array(t);++l<t;)h[l]=i(l);return h}function Gn(t,i){return t==null?void 0:t[i]}function pt(t){var i=!1;if(t!=null&&typeof t.toString!="function")try{i=!!(t+"")}catch{}return i}function mt(t){var i=-1,l=Array(t.size);return t.forEach(function(h,L){l[++i]=[L,h]}),l}function Re(t,i){return function(l){return t(i(l))}}function bt(t){var i=-1,l=Array(t.size);return t.forEach(function(h){l[++i]=h}),l}var Un=Array.prototype,Wn=Function.prototype,Be=Object.prototype,Le=$["__core-js_shared__"],ht=function(){var t=/[^.]+$/.exec(Le&&Le.keys&&Le.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),gt=Wn.toString,te=Be.hasOwnProperty,Te=Be.toString,qn=RegExp("^"+gt.call(te).replace(C,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),yt=ee?$.Buffer:void 0,vt=$.Symbol,kt=$.Uint8Array,Xn=Re(Object.getPrototypeOf,Object),Yn=Object.create,Jn=Be.propertyIsEnumerable,Qn=Un.splice,wt=Object.getOwnPropertySymbols,eo=yt?yt.isBuffer:void 0,to=Re(Object.keys,Object),Me=ue($,"DataView"),ge=ue($,"Map"),Pe=ue($,"Promise"),je=ue($,"Set"),Ke=ue($,"WeakMap"),ye=ue(Object,"create"),ao=ce(Me),no=ce(ge),oo=ce(Pe),ro=ce(je),io=ce(Ke),Ct=vt?vt.prototype:void 0,St=Ct?Ct.valueOf:void 0;function re(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var h=t[i];this.set(h[0],h[1])}}function co(){this.__data__=ye?ye(null):{}}function so(t){return this.has(t)&&delete this.__data__[t]}function lo(t){var i=this.__data__;if(ye){var l=i[t];return l===n?void 0:l}return te.call(i,t)?i[t]:void 0}function uo(t){var i=this.__data__;return ye?i[t]!==void 0:te.call(i,t)}function fo(t,i){var l=this.__data__;return l[t]=ye&&i===void 0?n:i,this}re.prototype.clear=co,re.prototype.delete=so,re.prototype.get=lo,re.prototype.has=uo,re.prototype.set=fo;function J(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var h=t[i];this.set(h[0],h[1])}}function po(){this.__data__=[]}function mo(t){var i=this.__data__,l=Ne(i,t);if(l<0)return!1;var h=i.length-1;return l==h?i.pop():Qn.call(i,l,1),!0}function bo(t){var i=this.__data__,l=Ne(i,t);return l<0?void 0:i[l][1]}function ho(t){return Ne(this.__data__,t)>-1}function go(t,i){var l=this.__data__,h=Ne(l,t);return h<0?l.push([t,i]):l[h][1]=i,this}J.prototype.clear=po,J.prototype.delete=mo,J.prototype.get=bo,J.prototype.has=ho,J.prototype.set=go;function le(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var h=t[i];this.set(h[0],h[1])}}function yo(){this.__data__={hash:new re,map:new(ge||J),string:new re}}function vo(t){return Ie(this,t).delete(t)}function ko(t){return Ie(this,t).get(t)}function wo(t){return Ie(this,t).has(t)}function Co(t,i){return Ie(this,t).set(t,i),this}le.prototype.clear=yo,le.prototype.delete=vo,le.prototype.get=ko,le.prototype.has=wo,le.prototype.set=Co;function de(t){this.__data__=new J(t)}function So(){this.__data__=new J}function _o(t){return this.__data__.delete(t)}function Eo(t){return this.__data__.get(t)}function Bo(t){return this.__data__.has(t)}function To(t,i){var l=this.__data__;if(l instanceof J){var h=l.__data__;if(!ge||h.length<r-1)return h.push([t,i]),this;l=this.__data__=new le(h)}return l.set(t,i),this}de.prototype.clear=So,de.prototype.delete=_o,de.prototype.get=Eo,de.prototype.has=Bo,de.prototype.set=To;function No(t,i){var l=ze(t)||Jo(t)?zn(t.length,String):[],h=l.length,L=!!h;for(var H in t)te.call(t,H)&&!(L&&(H=="length"||Wo(H,h)))&&l.push(H);return l}function _t(t,i,l){var h=t[i];(!(te.call(t,i)&&Nt(h,l))||l===void 0&&!(i in t))&&(t[i]=l)}function Ne(t,i){for(var l=t.length;l--;)if(Nt(t[l][0],i))return l;return-1}function Io(t,i){return t&&Et(i,Ge(i),t)}function Ze(t,i,l,h,L,H,Q){var z;if(h&&(z=H?h(t,L,H,Q):h(t)),z!==void 0)return z;if(!$e(t))return t;var Ot=ze(t);if(Ot){if(z=zo(t),!i)return Ko(t,z)}else{var fe=ie(t),At=fe==I||fe==T;if(er(t))return Vo(t,i);if(fe==w||fe==u||At&&!H){if(pt(t))return H?t:{};if(z=Go(At?{}:t),!i)return Zo(t,Io(z,t))}else{if(!p[fe])return H?t:{};z=Uo(t,fe,Ze,i)}}Q||(Q=new de);var Ft=Q.get(t);if(Ft)return Ft;if(Q.set(t,z),!Ot)var Dt=l?Ho(t):Ge(t);return Zn(Dt||t,function(Ue,Oe){Dt&&(Oe=Ue,Ue=t[Oe]),_t(z,Oe,Ze(Ue,i,l,h,Oe,t,Q))}),z}function $o(t){return $e(t)?Yn(t):{}}function Oo(t,i,l){var h=i(t);return ze(t)?h:Hn(h,l(t))}function Ao(t){return Te.call(t)}function Fo(t){if(!$e(t)||Xo(t))return!1;var i=$t(t)||pt(t)?qn:N;return i.test(ce(t))}function Do(t){if(!Tt(t))return to(t);var i=[];for(var l in Object(t))te.call(t,l)&&l!="constructor"&&i.push(l);return i}function Vo(t,i){if(i)return t.slice();var l=new t.constructor(t.length);return t.copy(l),l}function He(t){var i=new t.constructor(t.byteLength);return new kt(i).set(new kt(t)),i}function xo(t,i){var l=i?He(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.byteLength)}function Ro(t,i,l){var h=i?l(mt(t),!0):mt(t);return ft(h,be,new t.constructor)}function Lo(t){var i=new t.constructor(t.source,_.exec(t));return i.lastIndex=t.lastIndex,i}function Mo(t,i,l){var h=i?l(bt(t),!0):bt(t);return ft(h,he,new t.constructor)}function Po(t){return St?Object(St.call(t)):{}}function jo(t,i){var l=i?He(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.length)}function Ko(t,i){var l=-1,h=t.length;for(i||(i=Array(h));++l<h;)i[l]=t[l];return i}function Et(t,i,l,h){l||(l={});for(var L=-1,H=i.length;++L<H;){var Q=i[L],z=void 0;_t(l,Q,z===void 0?t[Q]:z)}return l}function Zo(t,i){return Et(t,Bt(t),i)}function Ho(t){return Oo(t,Ge,Bt)}function Ie(t,i){var l=t.__data__;return qo(i)?l[typeof i=="string"?"string":"hash"]:l.map}function ue(t,i){var l=Gn(t,i);return Fo(l)?l:void 0}var Bt=wt?Re(wt,Object):nr,ie=Ao;(Me&&ie(new Me(new ArrayBuffer(1)))!=Z||ge&&ie(new ge)!=F||Pe&&ie(Pe.resolve())!=M||je&&ie(new je)!=A||Ke&&ie(new Ke)!=U)&&(ie=function(t){var i=Te.call(t),l=i==w?t.constructor:void 0,h=l?ce(l):void 0;if(h)switch(h){case ao:return Z;case no:return F;case oo:return M;case ro:return A;case io:return U}return i});function zo(t){var i=t.length,l=t.constructor(i);return i&&typeof t[0]=="string"&&te.call(t,"index")&&(l.index=t.index,l.input=t.input),l}function Go(t){return typeof t.constructor=="function"&&!Tt(t)?$o(Xn(t)):{}}function Uo(t,i,l,h){var L=t.constructor;switch(i){case Y:return He(t);case b:case g:return new L(+t);case Z:return xo(t,h);case W:case B:case P:case j:case R:case E:case d:case f:case y:return jo(t,h);case F:return Ro(t,h,l);case D:case X:return new L(t);case K:return Lo(t);case A:return Mo(t,h,l);case G:return Po(t)}}function Wo(t,i){return i=i??s,!!i&&(typeof t=="number"||m.test(t))&&t>-1&&t%1==0&&t<i}function qo(t){var i=typeof t;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?t!=="__proto__":t===null}function Xo(t){return!!ht&&ht in t}function Tt(t){var i=t&&t.constructor,l=typeof i=="function"&&i.prototype||Be;return t===l}function ce(t){if(t!=null){try{return gt.call(t)}catch{}try{return t+""}catch{}}return""}function Yo(t){return Ze(t,!0,!0)}function Nt(t,i){return t===i||t!==t&&i!==i}function Jo(t){return Qo(t)&&te.call(t,"callee")&&(!Jn.call(t,"callee")||Te.call(t)==u)}var ze=Array.isArray;function It(t){return t!=null&&tr(t.length)&&!$t(t)}function Qo(t){return ar(t)&&It(t)}var er=eo||or;function $t(t){var i=$e(t)?Te.call(t):"";return i==I||i==T}function tr(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=s}function $e(t){var i=typeof t;return!!t&&(i=="object"||i=="function")}function ar(t){return!!t&&typeof t=="object"}function Ge(t){return It(t)?No(t):Do(t)}function nr(){return[]}function or(){return!1}o.exports=Yo}(Ee,Ee.exports);var dn=Ee.exports;const un=ln(dn),fn={key:0,class:"sidebar-header"},pn={class:"sidebar-content-container"},mn={key:0,class:"sidebar-top"},bn={"aria-label":"Main menu"},hn=["id"],gn=["aria-labelledby"],yn={key:1,class:"sidebar-level-divider",role:"separator"},vn={key:2,class:"level-primary bottom-items"},kn={class:"sidebar-footer"},oe="_ungrouped",lt=q(e.defineComponent({__name:"AppSidebar",props:{topItems:{type:Array,default:()=>[]},bottomItems:{type:Array,default:()=>[]},groupConfig:{type:Object,default:()=>({})},headerHeight:{type:Number,default:60},topOffset:{type:Number,default:0},zIndex:{type:Number,default:3},open:{type:Boolean,default:!1},mobileEnabled:{type:Boolean,default:!1},mobileTopOffset:{type:Number,default:0},mobileHeaderVisible:{type:Boolean,default:!1},mobileCloseDelay:{type:Number,default:350},mobileOverlay:{type:Boolean,default:!0},mobileOverlayZIndex:{type:Number,default:null},mobileOverlayCloseOnClick:{type:Boolean,default:!0}},emits:["click","toggle"],setup(o,{emit:a}){e.useCssVars(m=>({"1e56986c":b.value.mobileHeight,"542cefa0":b.value.mobileTop,e637a088:o.zIndex,a060c92c:b.value.height,"549cd41c":b.value.top,"05551646":S.value.marginTop,"65b2993a":_.value,"4d49a186":g.value.display,"0aaf05dd":g.value.minHeight,"7bdc6dfe":I.value.top,"1bd43d4c":I.value.zIndex}));const r=a,n=o,s=e.useSlots(),u=e.computed(()=>!!s.header),c=e.computed(()=>!!s.top),b=e.computed(()=>({mobileTop:n.mobileTopOffset&&n.mobileEnabled?`${n.mobileTopOffset}px`:n.topOffset?`${n.topOffset}px`:"0",top:n.topOffset?`${n.topOffset}px`:"0",mobileHeight:n.mobileTopOffset&&n.mobileEnabled?`calc(100% - ${n.mobileTopOffset}px)`:"100%",height:n.topOffset?`calc(100% - ${n.topOffset}px)`:"100%"})),g=e.computed(()=>({display:!n.mobileHeaderVisible&&n.mobileEnabled?"none":"flex",minHeight:`${n.headerHeight}px`})),S=e.computed(()=>({marginTop:u.value?`${n.headerHeight}px`:"0"})),I=e.computed(()=>({top:n.mobileTopOffset&&n.mobileEnabled?`${n.mobileTopOffset}px`:"0",zIndex:n.mobileOverlayZIndex!==null?n.mobileOverlayZIndex:n.zIndex>1?n.zIndex-1:1})),T=m=>un(m).map(v=>{var k,$,O;if(v){(!v.key||!((k=v.key)!=null&&k.trim()))&&(v.key=String(v.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-")),(!v.testId||!(($=v.testId)!=null&&$.trim()))&&(v.testId=String(v.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"));for(const V of v.items||[])V.parentKey=v.key,(!V.testId||!((O=V.testId)!=null&&O.trim()))&&(V.testId=String(V.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"))}return v}),F=e.computed(()=>n.topItems.length?T(n.topItems):[]),D=e.computed(()=>n.bottomItems.length?T(n.bottomItems):[]),w=(m="")=>m.trim().replace(" ","").replace(/[^a-z0-9]+/gi,"-").toLowerCase(),M=e.computed(()=>{var p;const m=new Map;m.set(oe,[]);for(const v of F.value){const k=v.group||oe;m.has(k)||m.set(k,[]),(p=m.get(k))==null||p.push(v)}return m}),K=m=>{if(m===oe)return null;const p={label:m,collapsible:!1,collapsed:!1};return m&&n.groupConfig&&n.groupConfig[m]||p},A=m=>{var p;return!!((p=K(m))!=null&&p.collapsible)},X=m=>{var p;return!!((p=K(m))!=null&&p.collapsed)},G=e.ref(n.open),U=m=>{var p,v;G.value!==m&&(G.value=m,r("toggle",m)),m?(p=document==null?void 0:document.body)==null||p.classList.add("kong-ui-app-sidebar-open"):(v=document==null?void 0:document.body)==null||v.classList.remove("kong-ui-app-sidebar-open"),Z.value=!1},Y=()=>{n.mobileOverlayCloseOnClick&&U(!1)},Z=e.ref(!1),W=m=>{Z.value=!0,r("click",m),setTimeout(()=>{U(!1)},n.mobileCloseDelay)};e.watch(()=>n.open,m=>{U(m)});const{debounce:B}=st(),P=B(()=>{G.value&&j.value!==(window==null?void 0:window.innerWidth)&&(j.value=window==null?void 0:window.innerWidth,U(!1))},200),j=e.ref(),R=e.ref(!1),E=e.ref(),d=()=>{R.value||(R.value=!0,clearTimeout(E.value),E.value=setTimeout(()=>R.value=!1,1300))},f=e.ref(null),y=e.computed(()=>G.value&&n.mobileEnabled),C=async m=>{var p,v;m?(await e.nextTick(),await new Promise(k=>setTimeout(k,300)),(p=f.value)==null||p.activate()):(v=f.value)==null||v.deactivate()};e.watch(y,async m=>{m?await C(!0):await C(!1)},{immediate:!0});const _=e.ref("0px"),N=()=>{var V;if(!(/Mac|iPhone|iPod|iPad/i.test(navigator==null?void 0:navigator.platform)||/macOS|Mac|iPhone|iPod|iPad/i.test((V=navigator==null?void 0:navigator.userAgentData)==null?void 0:V.platform)))return;const p=document.createElement("div");p.style.visibility="hidden",p.style.width="100px",document.body.appendChild(p);const v=p.offsetWidth;p.style.overflow="scroll";const k=document.createElement("div");k.style.width="100%",p.appendChild(k);const $=k.offsetWidth;p.parentNode&&p.parentNode.removeChild(p),v-$===0&&(_.value="8px")};return e.onMounted(async()=>{j.value=window==null?void 0:window.innerWidth,window.addEventListener("resize",P),window.addEventListener("resize",d),await e.nextTick(),N()}),e.onBeforeUnmount(()=>{window.removeEventListener("resize",P),window.removeEventListener("resize",d)}),(m,p)=>{const v=e.resolveComponent("KCollapse");return e.openBlock(),e.createElementBlock(e.Fragment,null,[G.value&&o.mobileOverlay&&o.mobileEnabled?(e.openBlock(),e.createElementBlock("div",{key:0,class:"kong-ui-app-sidebar-overlay",onClick:Y})):e.createCommentVNode("",!0),e.createVNode(e.unref(sn),{ref_key:"focusTrap",ref:f,active:!1,"allow-outside-click":"","fallback-focus":".kong-ui-app-sidebar"},{default:e.withCtx(()=>[e.createElementVNode("aside",{class:e.normalizeClass(["kong-ui-app-sidebar",{"sidebar-open":G.value,"no-sidebar-header":!u.value,"mobile-header-hidden":o.mobileEnabled&&(!u.value||!o.mobileHeaderVisible),"mobile-disabled":!o.mobileEnabled,"disable-transitions":R.value}]),tabindex:"-1"},[u.value?(e.openBlock(),e.createElementBlock("div",fn,[e.renderSlot(m.$slots,"header",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",pn,[c.value?(e.openBlock(),e.createElementBlock("div",mn,[e.renderSlot(m.$slots,"top",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("nav",bn,[M.value.size>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(M.value,([k,$])=>(e.openBlock(),e.createBlock(v,{key:k,class:e.normalizeClass(["level-primary-group-collapse",{"not-collapsible":!A(k),ungrouped:k===oe}]),"data-testid":k===oe?"level-primary-group-collapse-ungrouped":`level-primary-group-collapse-${k}`,"model-value":A(k)&&X(k)||!1},{trigger:e.withCtx(({isCollapsed:O,toggle:V})=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(A(k)?e.unref(We.KButton):"div"),{appearance:"none",class:"level-primary-group-collapse-trigger",onClick:ee=>A(k)?V():void 0},{default:e.withCtx(()=>{var ee;return[k!==oe?(e.openBlock(),e.createElementBlock("div",{key:0,id:`level-primary-group-${w(k)}`,class:"level-primary-group-name","data-testid":"level-primary-group-name",role:"presentation"},e.toDisplayString(((ee=K(k))==null?void 0:ee.label)||k),9,hn)):e.createCommentVNode("",!0),A(k)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(O?e.unref(Ae.ChevronRightIcon):e.unref(Ae.ChevronDownIcon)),{key:1,class:"level-primary-group-collapse-icon",color:e.unref(va),size:e.unref(ya)},null,8,["color","size"])):e.createCommentVNode("",!0)]}),_:2},1032,["onClick"]))]),default:e.withCtx(()=>[e.createElementVNode("ul",{"aria-labelledby":k!==oe?`level-primary-group-${w(k)}`:void 0,class:"level-primary top-items"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList($,O=>(e.openBlock(),e.createBlock(Xe,{key:O.name,item:O,onClick:W},{[`sidebar-icon-${O.key}`]:e.withCtx(()=>[e.renderSlot(m.$slots,`sidebar-icon-${O.key}`,{},void 0,!0)]),_:2},1032,["item"]))),128))],8,gn)]),_:2},1032,["class","data-testid","model-value"]))),128)):e.createCommentVNode("",!0),M.value.size>0&&D.value.length?(e.openBlock(),e.createElementBlock("div",yn)):e.createCommentVNode("",!0),D.value.length?(e.openBlock(),e.createElementBlock("ul",vn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(D.value,k=>(e.openBlock(),e.createBlock(Xe,{key:k.name,item:k,onClick:W},{[`sidebar-icon-${k.key}`]:e.withCtx(()=>[e.renderSlot(m.$slots,`sidebar-icon-${k.key}`,{},void 0,!0)]),_:2},1032,["item"]))),128))])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",kn,[e.renderSlot(m.$slots,"footer",{},void 0,!0)])],2)]),_:3},512)],64)}}}),[["__scopeId","data-v-5e4c7f88"]]),wn=["aria-label"],dt=q(e.defineComponent({__name:"SidebarToggle",props:{active:{type:Boolean,default:!1}},emits:["toggle"],setup(o,{emit:a}){const r=a,n=o,s=e.ref(n.active||!1),u=c=>{c.preventDefault(),s.value=!s.value,r("toggle",s.value)};return e.watch(()=>n.active,c=>{s.value=c}),(c,b)=>(e.openBlock(),e.createElementBlock("a",{"aria-haspopup":"true","aria-label":s.value?"Close Main Menu":"Open Main Menu",class:e.normalizeClass(["sidebar-menu-toggle",{active:s.value}]),href:"#",role:"button",onClick:e.withModifiers(u,["prevent"])},b[0]||(b[0]=[e.createElementVNode("span",{class:"line"},null,-1),e.createElementVNode("span",{class:"line"},null,-1),e.createElementVNode("span",{class:"line"},null,-1)]),10,wn))}}),[["__scopeId","data-v-cbb41bbd"]]),Cn={id:"kong-ui-app-layout-notification"},Sn={class:"mobile-logo"},_n={key:0,class:"navbar-logo"},En={class:"kong-ui-app-layout-main","data-testid":"kong-ui-app-layout-main"},Bn={class:"kong-ui-app-layout-content"},Tn={class:"kong-ui-app-layout-content-inner"},ut=q(e.defineComponent({__name:"AppLayout",props:{hideDefaultSlot:{type:Boolean,default:!1},navbarHidden:{type:Boolean,default:!1},sidebarHidden:{type:Boolean,default:!1},sidebarOpen:{type:Boolean,default:!1},sidebarTopItems:{type:Array,default:()=>[]},sidebarBottomItems:{type:Array,default:()=>[]},theme:{type:String,default:"light",validator:o=>["light","dark"].includes(o)}},emits:["sidebar-click","update:topOffset"],setup(o,{emit:a}){e.useCssVars(B=>({"2235c6e4":A.value,"29d04344":X.value,"3d470f48":K.value,"81803d80":G.value,"64da7a33":U.value}));const r=o,n=a,s=e.useSlots(),u=e.reactive({navbarLeft:e.computed(()=>!!s["navbar-left"]),navbarCenter:e.computed(()=>!!s["navbar-center"]),navbarRight:e.computed(()=>!!s["navbar-right"]),navbarLogo:e.computed(()=>!!s["navbar-logo"]),navbarMobileLogo:e.computed(()=>!!s["navbar-mobile-logo"]),sidebarHeader:e.computed(()=>!!s["sidebar-header"]),sidebarTop:e.computed(()=>!!s["sidebar-top"]),sidebarFooter:e.computed(()=>!!s["sidebar-footer"])}),c=e.computed(()=>r.hideDefaultSlot),b=e.reactive({hidden:e.computed(()=>r.navbarHidden)}),g=e.reactive({topItems:e.computed(()=>r.sidebarTopItems),bottomItems:e.computed(()=>r.sidebarBottomItems),open:e.computed(()=>r.sidebarOpen),hidden:e.computed(()=>r.sidebarHidden)}),S=B=>{n("sidebar-click",B)},I=e.ref(!1),T=B=>{I.value=B};e.watchEffect(()=>{I.value=e.toRef(g,"open").value||!1});const F=e.ref(0),D=e.ref(60),w=e.ref(0),M=e.computed(()=>b.hidden?w.value:D.value+w.value),K=e.computed(()=>r.theme==="light"?ma:ba),A=e.computed(()=>r.theme==="light"?fa:pa),X=e.computed(()=>r.theme==="light"?"var(--kong-ui-app-layout-main-box-shadow, -30px 174px 250px #0023db)":"none"),G=e.computed(()=>`${M.value}px`),U=e.computed(()=>g.hidden||b.hidden?ha:ga),{debounce:Y}=st(),Z=Y((B=!1)=>{if(B||F.value!==(window==null?void 0:window.innerWidth)){F.value=window==null?void 0:window.innerWidth;const P=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");P&&(w.value=P.offsetHeight)}},200),W=e.ref();return e.watch(w,B=>{n("update:topOffset",B||0)},{immediate:!0}),e.onMounted(()=>{var P,j;(P=document==null?void 0:document.body)==null||P.classList.add("kong-ui-app-layout-body"),(j=document==null?void 0:document.documentElement)==null||j.classList.add("kong-ui-app-layout-html"),F.value=window==null?void 0:window.innerWidth,Z(!0);const B=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");B&&(W.value=new ResizeObserver(R=>{window.requestAnimationFrame(()=>{if(!(!Array.isArray(R)||!R.length))for(const E of R){const d=E.contentRect.height;w.value!==d&&(w.value=d)}})}),W.value.observe(B)),window.addEventListener("resize",Z)}),e.onBeforeUnmount(()=>{W.value&&W.value.disconnect(),window.removeEventListener("resize",Z)}),(B,P)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["kong-ui-app-layout",[{"navbar-hidden":b.hidden},{"sidebar-hidden":g.hidden}]])},[e.createElementVNode("div",Cn,[e.renderSlot(B.$slots,"notification",{},void 0,!0)]),b.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(qe,{key:String(g.hidden),"left-offset":g.hidden?0:void 0,"top-offset":w.value},e.createSlots({"mobile-sidebar-toggle":e.withCtx(()=>[g.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(dt,{key:0,active:I.value,onToggle:T},null,8,["active"]))]),_:2},[u.navbarMobileLogo?{name:"mobile-logo",fn:e.withCtx(()=>[e.createElementVNode("div",Sn,[e.renderSlot(B.$slots,"navbar-mobile-logo",{},void 0,!0)])]),key:"0"}:void 0,u.navbarLogo?{name:"logo",fn:e.withCtx(()=>[g.hidden?(e.openBlock(),e.createElementBlock("div",_n,[e.renderSlot(B.$slots,"navbar-logo",{},void 0,!0)])):e.createCommentVNode("",!0)]),key:"1"}:void 0,u.navbarLeft?{name:"left",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"navbar-left",{},void 0,!0)]),key:"2"}:void 0,u.navbarCenter?{name:"center",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"navbar-center",{},void 0,!0)]),key:"3"}:void 0,u.navbarRight?{name:"right",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"navbar-right",{},void 0,!0)]),key:"4"}:void 0]),1032,["left-offset","top-offset"])),g.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(lt,{key:1,"bottom-items":g.bottomItems,"header-height":D.value,"mobile-enabled":"","mobile-header-visible":!1,"mobile-top-offset":M.value,open:I.value,"top-items":g.topItems,"top-offset":w.value,onClick:S,onToggle:T},e.createSlots({_:2},[u.sidebarHeader?{name:"header",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"sidebar-header",{},void 0,!0)]),key:"0"}:void 0,u.sidebarTop?{name:"top",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"sidebar-top",{},void 0,!0)]),key:"1"}:void 0,u.sidebarFooter?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"sidebar-footer",{},void 0,!0)]),key:"2"}:void 0,e.renderList([...g.topItems||[],...g.bottomItems||[]],j=>({name:`sidebar-icon-${j.key}`,fn:e.withCtx(()=>[e.renderSlot(B.$slots,`sidebar-icon-${j.key}`,{},void 0,!0)])}))]),1032,["bottom-items","header-height","mobile-top-offset","open","top-items","top-offset"])),e.createElementVNode("main",En,[e.createElementVNode("div",Bn,[e.createElementVNode("div",Tn,[P[0]||(P[0]=e.createElementVNode("div",{id:"kong-ui-app-layout-teleport-default-slot"},null,-1)),e.renderSlot(B.$slots,"app-error",{},void 0,!0),c.value?e.createCommentVNode("",!0):e.renderSlot(B.$slots,"default",{key:0},void 0,!0)])])])],2))}}),[["__scopeId","data-v-8e8c270a"]]),Nn={class:"kong-ui-app-page-header"},In={key:0,class:"page-header-breadcrumbs","data-testid":"page-header-breadcrumbs"},$n={class:"page-header-title-section"},On={class:"page-header-title-wrapper"},An={key:0,class:"page-header-title-before","data-testid":"page-header-title-before"},Fn=["title"],Dn={key:1,class:"page-header-title-after","data-testid":"page-header-title-after"},Vn={key:0,class:"page-header-actions","data-testid":"page-header-actions"},xn={key:1,class:"page-header-section-below","data-testid":"page-header-section-below"},Rn=q(e.defineComponent({__name:"AppPageHeader",props:{title:{type:String,default:""},breadcrumbs:{type:Array,default:()=>[]}},setup(o){const a=o,r=e.useSlots(),n=e.computed(()=>{var u;return!!((u=a.breadcrumbs)!=null&&u.length)}),s=e.computed(()=>Object.keys(r).filter(u=>u.startsWith("icon-")));return(u,c)=>{const b=e.resolveComponent("KBreadcrumbs");return e.openBlock(),e.createElementBlock("div",Nn,[n.value?(e.openBlock(),e.createElementBlock("div",In,[e.createVNode(b,{"item-max-width":"150",items:o.breadcrumbs},e.createSlots({_:2},[e.renderList(s.value,g=>({name:g,fn:e.withCtx(()=>[e.renderSlot(u.$slots,g,{},void 0,!0)])}))]),1032,["items"])])):e.createCommentVNode("",!0),e.createElementVNode("div",$n,[e.createElementVNode("div",On,[u.$slots["title-before"]?(e.openBlock(),e.createElementBlock("div",An,[e.renderSlot(u.$slots,"title-before",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("h1",{class:"page-header-title","data-testid":"page-header-title",title:o.title},e.toDisplayString(o.title),9,Fn),u.$slots["title-after"]?(e.openBlock(),e.createElementBlock("div",Dn,[e.renderSlot(u.$slots,"title-after",{},void 0,!0)])):e.createCommentVNode("",!0)]),u.$slots.actions?(e.openBlock(),e.createElementBlock("div",Vn,[e.renderSlot(u.$slots,"actions",{},void 0,!0)])):e.createCommentVNode("",!0)]),u.$slots.below?(e.openBlock(),e.createElementBlock("div",xn,[e.renderSlot(u.$slots,"below",{},void 0,!0)])):e.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-204b7f98"]]),Ln={class:"app-page-info-section-default-header"},Mn={key:1,class:"app-page-info-section-description","data-testid":"app-page-info-section-description"},Pn={key:0,class:"app-page-info-section-content","data-testid":"app-page-info-section-content"},jn=q(e.defineComponent({__name:"AppPageInfoSection",props:{collapsible:{type:Boolean,default:!0},title:{type:String,default:""},description:{type:String,default:""},titleTag:{type:String,default:"div",validator:o=>We.HeaderTags.includes(o)}},setup(o){return(a,r)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.collapsible?"details":"div"),{class:"app-page-info-section","data-testid":"app-page-info-section"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.collapsible?"summary":"div"),{class:"app-page-info-section-header","data-testid":"app-page-info-section-header"},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"header",{},()=>[e.createElementVNode("div",Ln,[o.title?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.titleTag),{key:0,class:"app-page-info-section-title","data-testid":"app-page-info-section-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.title),1)]),_:1})):e.createCommentVNode("",!0),o.description?(e.openBlock(),e.createElementBlock("div",Mn,e.toDisplayString(o.description),1)):e.createCommentVNode("",!0)])]),o.collapsible?(e.openBlock(),e.createBlock(e.unref(Ae.ChevronRightIcon),{key:0,class:"app-page-info-section-chevron-icon",decorative:""})):a.$slots.actions?e.renderSlot(a.$slots,"actions",{key:1}):e.createCommentVNode("",!0)]),_:3})),a.$slots.default?(e.openBlock(),e.createElementBlock("div",Pn,[e.renderSlot(a.$slots,"default")])):e.createCommentVNode("",!0)]),_:3}))}}),[["__scopeId","data-v-62f17e32"]]),Kn={install:(o,a={})=>{o.component(a.name||"AppLayout",ut)}};x.AccountDropdown=xt,x.AppAboutSection=qt,x.AppError=na,x.AppLayout=ut,x.AppNavbar=qe,x.AppPageHeader=Rn,x.AppPageInfoSection=jn,x.AppSidebar=lt,x.SidebarToggle=dt,x.default=Kn,Object.defineProperties(x,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
12
+ */function dr(o){return o}const cn={escapeDeactivates:{type:Boolean,default:!0},returnFocusOnDeactivate:{type:Boolean,default:!0},allowOutsideClick:{type:[Boolean,Function],default:!0},clickOutsideDeactivates:[Boolean,Function],initialFocus:[String,Function,Boolean],fallbackFocus:[String,Function],checkCanFocusTrap:Function,checkCanReturnFocus:Function,delayInitialFocus:{type:Boolean,default:!0},document:Object,preventScroll:Boolean,setReturnFocus:[Object,String,Boolean,Function],tabbableOptions:Object},sn=e.defineComponent({name:"FocusTrap",props:Object.assign({active:{type:Boolean,default:!0}},cn),emits:["update:active","activate","postActivate","deactivate","postDeactivate"],render(){return this.renderImpl()},setup(o,{slots:a,emit:r}){let n;const s=e.ref(null),u=e.computed(()=>{const b=s.value;return b&&(b instanceof HTMLElement?b:b.$el)});function c(){return n||(n=rn(u.value,{escapeDeactivates:o.escapeDeactivates,allowOutsideClick:o.allowOutsideClick,returnFocusOnDeactivate:o.returnFocusOnDeactivate,clickOutsideDeactivates:o.clickOutsideDeactivates,onActivate:()=>{r("update:active",!0),r("activate")},onDeactivate:()=>{r("update:active",!1),r("deactivate")},onPostActivate:()=>r("postActivate"),onPostDeactivate:()=>r("postDeactivate"),initialFocus:o.initialFocus,fallbackFocus:o.fallbackFocus,tabbableOptions:o.tabbableOptions,delayInitialFocus:o.delayInitialFocus,preventScroll:o.preventScroll}))}return e.onMounted(()=>{e.watch(()=>o.active,b=>{b&&u.value?c().activate():n&&(n.deactivate(),(!u.value||u.value.nodeType===Node.COMMENT_NODE)&&(n=null))},{immediate:!0,flush:"post"})}),e.onUnmounted(()=>{n&&n.deactivate(),n=null}),{activate(){c().activate()},deactivate(){n&&n.deactivate()},renderImpl(){if(!a.default)return null;const b=a.default().filter(S=>S.type!==e.Comment);return!b||!b.length||b.length>1?(console.error("[focus-trap-vue]: FocusTrap requires exactly one child."),b):e.cloneVNode(b[0],{ref:s})}}}});function st(){return{debounce:(a,r)=>{let n;return(...s)=>{clearTimeout(n),n=window==null?void 0:window.setTimeout(()=>{a(...s)},r)}}}}var _e=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ln(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var Ee={exports:{}};Ee.exports,function(o,a){var r=200,n="__lodash_hash_undefined__",s=9007199254740991,u="[object Arguments]",c="[object Array]",b="[object Boolean]",g="[object Date]",S="[object Error]",I="[object Function]",T="[object GeneratorFunction]",F="[object Map]",D="[object Number]",w="[object Object]",M="[object Promise]",K="[object RegExp]",$="[object Set]",X="[object String]",G="[object Symbol]",U="[object WeakMap]",Y="[object ArrayBuffer]",Z="[object DataView]",W="[object Float32Array]",B="[object Float64Array]",P="[object Int8Array]",j="[object Int16Array]",R="[object Int32Array]",E="[object Uint8Array]",d="[object Uint8ClampedArray]",f="[object Uint16Array]",y="[object Uint32Array]",C=/[\\^$.*+?()[\]{}|]/g,_=/\w*$/,N=/^\[object .+?Constructor\]$/,p=/^(?:0|[1-9]\d*)$/,m={};m[u]=m[c]=m[Y]=m[Z]=m[b]=m[g]=m[W]=m[B]=m[P]=m[j]=m[R]=m[F]=m[D]=m[w]=m[K]=m[$]=m[X]=m[G]=m[E]=m[d]=m[f]=m[y]=!0,m[S]=m[I]=m[U]=!1;var v=typeof _e=="object"&&_e&&_e.Object===Object&&_e,k=typeof self=="object"&&self&&self.Object===Object&&self,O=v||k||Function("return this")(),A=a&&!a.nodeType&&a,V=A&&!0&&o&&!o.nodeType&&o,ee=V&&V.exports===A;function be(t,i){return t.set(i[0],i[1]),t}function he(t,i){return t.add(i),t}function Zn(t,i){for(var l=-1,h=t?t.length:0;++l<h&&i(t[l],l,t)!==!1;);return t}function Hn(t,i){for(var l=-1,h=i.length,L=t.length;++l<h;)t[L+l]=i[l];return t}function ft(t,i,l,h){for(var L=-1,H=t?t.length:0;++L<H;)l=i(l,t[L],L,t);return l}function zn(t,i){for(var l=-1,h=Array(t);++l<t;)h[l]=i(l);return h}function Gn(t,i){return t==null?void 0:t[i]}function pt(t){var i=!1;if(t!=null&&typeof t.toString!="function")try{i=!!(t+"")}catch{}return i}function mt(t){var i=-1,l=Array(t.size);return t.forEach(function(h,L){l[++i]=[L,h]}),l}function Re(t,i){return function(l){return t(i(l))}}function bt(t){var i=-1,l=Array(t.size);return t.forEach(function(h){l[++i]=h}),l}var Un=Array.prototype,Wn=Function.prototype,Be=Object.prototype,Le=O["__core-js_shared__"],ht=function(){var t=/[^.]+$/.exec(Le&&Le.keys&&Le.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),gt=Wn.toString,te=Be.hasOwnProperty,Te=Be.toString,qn=RegExp("^"+gt.call(te).replace(C,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),yt=ee?O.Buffer:void 0,vt=O.Symbol,kt=O.Uint8Array,Xn=Re(Object.getPrototypeOf,Object),Yn=Object.create,Jn=Be.propertyIsEnumerable,Qn=Un.splice,wt=Object.getOwnPropertySymbols,eo=yt?yt.isBuffer:void 0,to=Re(Object.keys,Object),Me=ue(O,"DataView"),ge=ue(O,"Map"),Pe=ue(O,"Promise"),je=ue(O,"Set"),Ke=ue(O,"WeakMap"),ye=ue(Object,"create"),ao=ce(Me),no=ce(ge),oo=ce(Pe),ro=ce(je),io=ce(Ke),Ct=vt?vt.prototype:void 0,St=Ct?Ct.valueOf:void 0;function re(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var h=t[i];this.set(h[0],h[1])}}function co(){this.__data__=ye?ye(null):{}}function so(t){return this.has(t)&&delete this.__data__[t]}function lo(t){var i=this.__data__;if(ye){var l=i[t];return l===n?void 0:l}return te.call(i,t)?i[t]:void 0}function uo(t){var i=this.__data__;return ye?i[t]!==void 0:te.call(i,t)}function fo(t,i){var l=this.__data__;return l[t]=ye&&i===void 0?n:i,this}re.prototype.clear=co,re.prototype.delete=so,re.prototype.get=lo,re.prototype.has=uo,re.prototype.set=fo;function J(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var h=t[i];this.set(h[0],h[1])}}function po(){this.__data__=[]}function mo(t){var i=this.__data__,l=Ne(i,t);if(l<0)return!1;var h=i.length-1;return l==h?i.pop():Qn.call(i,l,1),!0}function bo(t){var i=this.__data__,l=Ne(i,t);return l<0?void 0:i[l][1]}function ho(t){return Ne(this.__data__,t)>-1}function go(t,i){var l=this.__data__,h=Ne(l,t);return h<0?l.push([t,i]):l[h][1]=i,this}J.prototype.clear=po,J.prototype.delete=mo,J.prototype.get=bo,J.prototype.has=ho,J.prototype.set=go;function le(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var h=t[i];this.set(h[0],h[1])}}function yo(){this.__data__={hash:new re,map:new(ge||J),string:new re}}function vo(t){return Ie(this,t).delete(t)}function ko(t){return Ie(this,t).get(t)}function wo(t){return Ie(this,t).has(t)}function Co(t,i){return Ie(this,t).set(t,i),this}le.prototype.clear=yo,le.prototype.delete=vo,le.prototype.get=ko,le.prototype.has=wo,le.prototype.set=Co;function de(t){this.__data__=new J(t)}function So(){this.__data__=new J}function _o(t){return this.__data__.delete(t)}function Eo(t){return this.__data__.get(t)}function Bo(t){return this.__data__.has(t)}function To(t,i){var l=this.__data__;if(l instanceof J){var h=l.__data__;if(!ge||h.length<r-1)return h.push([t,i]),this;l=this.__data__=new le(h)}return l.set(t,i),this}de.prototype.clear=So,de.prototype.delete=_o,de.prototype.get=Eo,de.prototype.has=Bo,de.prototype.set=To;function No(t,i){var l=ze(t)||Jo(t)?zn(t.length,String):[],h=l.length,L=!!h;for(var H in t)te.call(t,H)&&!(L&&(H=="length"||Wo(H,h)))&&l.push(H);return l}function _t(t,i,l){var h=t[i];(!(te.call(t,i)&&Nt(h,l))||l===void 0&&!(i in t))&&(t[i]=l)}function Ne(t,i){for(var l=t.length;l--;)if(Nt(t[l][0],i))return l;return-1}function Io(t,i){return t&&Et(i,Ge(i),t)}function Ze(t,i,l,h,L,H,Q){var z;if(h&&(z=H?h(t,L,H,Q):h(t)),z!==void 0)return z;if(!$e(t))return t;var Ot=ze(t);if(Ot){if(z=zo(t),!i)return Ko(t,z)}else{var fe=ie(t),At=fe==I||fe==T;if(er(t))return Vo(t,i);if(fe==w||fe==u||At&&!H){if(pt(t))return H?t:{};if(z=Go(At?{}:t),!i)return Zo(t,Io(z,t))}else{if(!m[fe])return H?t:{};z=Uo(t,fe,Ze,i)}}Q||(Q=new de);var Ft=Q.get(t);if(Ft)return Ft;if(Q.set(t,z),!Ot)var Dt=l?Ho(t):Ge(t);return Zn(Dt||t,function(Ue,Oe){Dt&&(Oe=Ue,Ue=t[Oe]),_t(z,Oe,Ze(Ue,i,l,h,Oe,t,Q))}),z}function $o(t){return $e(t)?Yn(t):{}}function Oo(t,i,l){var h=i(t);return ze(t)?h:Hn(h,l(t))}function Ao(t){return Te.call(t)}function Fo(t){if(!$e(t)||Xo(t))return!1;var i=$t(t)||pt(t)?qn:N;return i.test(ce(t))}function Do(t){if(!Tt(t))return to(t);var i=[];for(var l in Object(t))te.call(t,l)&&l!="constructor"&&i.push(l);return i}function Vo(t,i){if(i)return t.slice();var l=new t.constructor(t.length);return t.copy(l),l}function He(t){var i=new t.constructor(t.byteLength);return new kt(i).set(new kt(t)),i}function xo(t,i){var l=i?He(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.byteLength)}function Ro(t,i,l){var h=i?l(mt(t),!0):mt(t);return ft(h,be,new t.constructor)}function Lo(t){var i=new t.constructor(t.source,_.exec(t));return i.lastIndex=t.lastIndex,i}function Mo(t,i,l){var h=i?l(bt(t),!0):bt(t);return ft(h,he,new t.constructor)}function Po(t){return St?Object(St.call(t)):{}}function jo(t,i){var l=i?He(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.length)}function Ko(t,i){var l=-1,h=t.length;for(i||(i=Array(h));++l<h;)i[l]=t[l];return i}function Et(t,i,l,h){l||(l={});for(var L=-1,H=i.length;++L<H;){var Q=i[L],z=void 0;_t(l,Q,z===void 0?t[Q]:z)}return l}function Zo(t,i){return Et(t,Bt(t),i)}function Ho(t){return Oo(t,Ge,Bt)}function Ie(t,i){var l=t.__data__;return qo(i)?l[typeof i=="string"?"string":"hash"]:l.map}function ue(t,i){var l=Gn(t,i);return Fo(l)?l:void 0}var Bt=wt?Re(wt,Object):nr,ie=Ao;(Me&&ie(new Me(new ArrayBuffer(1)))!=Z||ge&&ie(new ge)!=F||Pe&&ie(Pe.resolve())!=M||je&&ie(new je)!=$||Ke&&ie(new Ke)!=U)&&(ie=function(t){var i=Te.call(t),l=i==w?t.constructor:void 0,h=l?ce(l):void 0;if(h)switch(h){case ao:return Z;case no:return F;case oo:return M;case ro:return $;case io:return U}return i});function zo(t){var i=t.length,l=t.constructor(i);return i&&typeof t[0]=="string"&&te.call(t,"index")&&(l.index=t.index,l.input=t.input),l}function Go(t){return typeof t.constructor=="function"&&!Tt(t)?$o(Xn(t)):{}}function Uo(t,i,l,h){var L=t.constructor;switch(i){case Y:return He(t);case b:case g:return new L(+t);case Z:return xo(t,h);case W:case B:case P:case j:case R:case E:case d:case f:case y:return jo(t,h);case F:return Ro(t,h,l);case D:case X:return new L(t);case K:return Lo(t);case $:return Mo(t,h,l);case G:return Po(t)}}function Wo(t,i){return i=i??s,!!i&&(typeof t=="number"||p.test(t))&&t>-1&&t%1==0&&t<i}function qo(t){var i=typeof t;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?t!=="__proto__":t===null}function Xo(t){return!!ht&&ht in t}function Tt(t){var i=t&&t.constructor,l=typeof i=="function"&&i.prototype||Be;return t===l}function ce(t){if(t!=null){try{return gt.call(t)}catch{}try{return t+""}catch{}}return""}function Yo(t){return Ze(t,!0,!0)}function Nt(t,i){return t===i||t!==t&&i!==i}function Jo(t){return Qo(t)&&te.call(t,"callee")&&(!Jn.call(t,"callee")||Te.call(t)==u)}var ze=Array.isArray;function It(t){return t!=null&&tr(t.length)&&!$t(t)}function Qo(t){return ar(t)&&It(t)}var er=eo||or;function $t(t){var i=$e(t)?Te.call(t):"";return i==I||i==T}function tr(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=s}function $e(t){var i=typeof t;return!!t&&(i=="object"||i=="function")}function ar(t){return!!t&&typeof t=="object"}function Ge(t){return It(t)?No(t):Do(t)}function nr(){return[]}function or(){return!1}o.exports=Yo}(Ee,Ee.exports);var dn=Ee.exports;const un=ln(dn),fn={key:0,class:"sidebar-header"},pn={class:"sidebar-content-container"},mn={key:0,class:"sidebar-top"},bn={"aria-label":"Main menu"},hn=["id"],gn=["aria-labelledby"],yn={key:1,class:"sidebar-level-divider",role:"separator"},vn={key:2,class:"level-primary bottom-items"},kn={class:"sidebar-footer"},oe="_ungrouped",lt=q(e.defineComponent({__name:"AppSidebar",props:{topItems:{type:Array,default:()=>[]},bottomItems:{type:Array,default:()=>[]},groupConfig:{type:Object,default:()=>({})},headerHeight:{type:Number,default:60},topOffset:{type:Number,default:0},zIndex:{type:Number,default:3},open:{type:Boolean,default:!1},mobileEnabled:{type:Boolean,default:!1},mobileTopOffset:{type:Number,default:0},mobileHeaderVisible:{type:Boolean,default:!1},mobileCloseDelay:{type:Number,default:350},mobileOverlay:{type:Boolean,default:!0},mobileOverlayZIndex:{type:Number,default:null},mobileOverlayCloseOnClick:{type:Boolean,default:!0}},emits:["click","toggle"],setup(o,{emit:a}){e.useCssVars(p=>({d18fff22:b.value.mobileHeight,"443c51e6":b.value.mobileTop,"471ed8d9":o.zIndex,b057fca6:b.value.height,d35ce2e2:b.value.top,"7415e23a":S.value.marginTop,"1ea9e6b4":_.value,"454e07c9":g.value.display,"1332e760":g.value.minHeight,"2ebd7644":I.value.top,"6f33584f":I.value.zIndex}));const r=a,n=o,s=e.useSlots(),u=e.computed(()=>!!s.header),c=e.computed(()=>!!s.top),b=e.computed(()=>({mobileTop:n.mobileTopOffset&&n.mobileEnabled?`${n.mobileTopOffset}px`:n.topOffset?`${n.topOffset}px`:"0",top:n.topOffset?`${n.topOffset}px`:"0",mobileHeight:n.mobileTopOffset&&n.mobileEnabled?`calc(100% - ${n.mobileTopOffset}px)`:"100%",height:n.topOffset?`calc(100% - ${n.topOffset}px)`:"100%"})),g=e.computed(()=>({display:!n.mobileHeaderVisible&&n.mobileEnabled?"none":"flex",minHeight:`${n.headerHeight}px`})),S=e.computed(()=>({marginTop:u.value?`${n.headerHeight}px`:"0"})),I=e.computed(()=>({top:n.mobileTopOffset&&n.mobileEnabled?`${n.mobileTopOffset}px`:"0",zIndex:n.mobileOverlayZIndex!==null?n.mobileOverlayZIndex:n.zIndex>1?n.zIndex-1:1})),T=p=>un(p).map(v=>{var k,O,A;if(v){(!v.key||!((k=v.key)!=null&&k.trim()))&&(v.key=String(v.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-")),(!v.testId||!((O=v.testId)!=null&&O.trim()))&&(v.testId=String(v.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"));for(const V of v.items||[])V.parentKey=v.key,(!V.testId||!((A=V.testId)!=null&&A.trim()))&&(V.testId=String(V.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"))}return v}),F=e.computed(()=>n.topItems.length?T(n.topItems):[]),D=e.computed(()=>n.bottomItems.length?T(n.bottomItems):[]),w=(p="")=>p.trim().replace(" ","").replace(/[^a-z0-9]+/gi,"-").toLowerCase(),M=e.computed(()=>{var m;const p=new Map;p.set(oe,[]);for(const v of F.value){const k=v.group||oe;p.has(k)||p.set(k,[]),(m=p.get(k))==null||m.push(v)}return p}),K=(p="")=>{if(p===oe||!p.trim())return null;const m={label:p,collapsible:!1,collapsed:!1};let v=p.trim().replace(" ","");return v=v.charAt(0).toLowerCase()+v.slice(1),p&&n.groupConfig&&(n.groupConfig[p]||n.groupConfig[v])?n.groupConfig[p]||n.groupConfig[v]:m},$=p=>{var m;return!!((m=K(p))!=null&&m.collapsible)},X=p=>{var m;return!!((m=K(p))!=null&&m.collapsed)},G=e.ref(n.open),U=p=>{var m,v;G.value!==p&&(G.value=p,r("toggle",p)),p?(m=document==null?void 0:document.body)==null||m.classList.add("kong-ui-app-sidebar-open"):(v=document==null?void 0:document.body)==null||v.classList.remove("kong-ui-app-sidebar-open"),Z.value=!1},Y=()=>{n.mobileOverlayCloseOnClick&&U(!1)},Z=e.ref(!1),W=p=>{Z.value=!0,r("click",p),setTimeout(()=>{U(!1)},n.mobileCloseDelay)};e.watch(()=>n.open,p=>{U(p)});const{debounce:B}=st(),P=B(()=>{G.value&&j.value!==(window==null?void 0:window.innerWidth)&&(j.value=window==null?void 0:window.innerWidth,U(!1))},200),j=e.ref(),R=e.ref(!1),E=e.ref(),d=()=>{R.value||(R.value=!0,clearTimeout(E.value),E.value=setTimeout(()=>R.value=!1,1300))},f=e.ref(null),y=e.computed(()=>G.value&&n.mobileEnabled),C=async p=>{var m,v;p?(await e.nextTick(),await new Promise(k=>setTimeout(k,300)),(m=f.value)==null||m.activate()):(v=f.value)==null||v.deactivate()};e.watch(y,async p=>{p?await C(!0):await C(!1)},{immediate:!0});const _=e.ref("0px"),N=()=>{var V;if(!(/Mac|iPhone|iPod|iPad/i.test(navigator==null?void 0:navigator.platform)||/macOS|Mac|iPhone|iPod|iPad/i.test((V=navigator==null?void 0:navigator.userAgentData)==null?void 0:V.platform)))return;const m=document.createElement("div");m.style.visibility="hidden",m.style.width="100px",document.body.appendChild(m);const v=m.offsetWidth;m.style.overflow="scroll";const k=document.createElement("div");k.style.width="100%",m.appendChild(k);const O=k.offsetWidth;m.parentNode&&m.parentNode.removeChild(m),v-O===0&&(_.value="8px")};return e.onMounted(async()=>{j.value=window==null?void 0:window.innerWidth,window.addEventListener("resize",P),window.addEventListener("resize",d),await e.nextTick(),N()}),e.onBeforeUnmount(()=>{window.removeEventListener("resize",P),window.removeEventListener("resize",d)}),(p,m)=>{const v=e.resolveComponent("KCollapse");return e.openBlock(),e.createElementBlock(e.Fragment,null,[G.value&&o.mobileOverlay&&o.mobileEnabled?(e.openBlock(),e.createElementBlock("div",{key:0,class:"kong-ui-app-sidebar-overlay",onClick:Y})):e.createCommentVNode("",!0),e.createVNode(e.unref(sn),{ref_key:"focusTrap",ref:f,active:!1,"allow-outside-click":"","fallback-focus":".kong-ui-app-sidebar"},{default:e.withCtx(()=>[e.createElementVNode("aside",{class:e.normalizeClass(["kong-ui-app-sidebar",{"sidebar-open":G.value,"no-sidebar-header":!u.value,"mobile-header-hidden":o.mobileEnabled&&(!u.value||!o.mobileHeaderVisible),"mobile-disabled":!o.mobileEnabled,"disable-transitions":R.value}]),tabindex:"-1"},[u.value?(e.openBlock(),e.createElementBlock("div",fn,[e.renderSlot(p.$slots,"header",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",pn,[c.value?(e.openBlock(),e.createElementBlock("div",mn,[e.renderSlot(p.$slots,"top",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("nav",bn,[M.value.size>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(M.value,([k,O])=>(e.openBlock(),e.createBlock(v,{key:k,class:e.normalizeClass(["level-primary-group-collapse",{"not-collapsible":!$(k),ungrouped:k===oe}]),"data-testid":k===oe?"level-primary-group-collapse-ungrouped":`level-primary-group-collapse-${k}`,"model-value":$(k)&&X(k)||!1},{trigger:e.withCtx(({isCollapsed:A,toggle:V})=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent($(k)?e.unref(We.KButton):"div"),{appearance:$(k)?"none":void 0,class:"level-primary-group-collapse-trigger",onClick:ee=>$(k)?V():void 0},{default:e.withCtx(()=>{var ee;return[k!==oe?(e.openBlock(),e.createElementBlock("div",{key:0,id:`level-primary-group-${w(k)}`,class:"level-primary-group-name","data-testid":"level-primary-group-name",role:"presentation"},e.toDisplayString(((ee=K(k))==null?void 0:ee.label)||k),9,hn)):e.createCommentVNode("",!0),$(k)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(A?e.unref(Ae.ChevronRightIcon):e.unref(Ae.ChevronDownIcon)),{key:1,class:"level-primary-group-collapse-icon",color:e.unref(va),"data-testid":"level-primary-group-collapse-icon",size:e.unref(ya)},null,8,["color","size"])):e.createCommentVNode("",!0)]}),_:2},1032,["appearance","onClick"]))]),default:e.withCtx(()=>[e.createElementVNode("ul",{"aria-labelledby":k!==oe?`level-primary-group-${w(k)}`:void 0,class:"level-primary top-items"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(O,A=>(e.openBlock(),e.createBlock(Xe,{key:A.name,item:A,onClick:W},{[`sidebar-icon-${A.key}`]:e.withCtx(()=>[e.renderSlot(p.$slots,`sidebar-icon-${A.key}`,{},void 0,!0)]),_:2},1032,["item"]))),128))],8,gn)]),_:2},1032,["class","data-testid","model-value"]))),128)):e.createCommentVNode("",!0),M.value.size>0&&D.value.length?(e.openBlock(),e.createElementBlock("div",yn)):e.createCommentVNode("",!0),D.value.length?(e.openBlock(),e.createElementBlock("ul",vn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(D.value,k=>(e.openBlock(),e.createBlock(Xe,{key:k.name,item:k,onClick:W},{[`sidebar-icon-${k.key}`]:e.withCtx(()=>[e.renderSlot(p.$slots,`sidebar-icon-${k.key}`,{},void 0,!0)]),_:2},1032,["item"]))),128))])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",kn,[e.renderSlot(p.$slots,"footer",{},void 0,!0)])],2)]),_:3},512)],64)}}}),[["__scopeId","data-v-945e4e7f"]]),wn=["aria-label"],dt=q(e.defineComponent({__name:"SidebarToggle",props:{active:{type:Boolean,default:!1}},emits:["toggle"],setup(o,{emit:a}){const r=a,n=o,s=e.ref(n.active||!1),u=c=>{c.preventDefault(),s.value=!s.value,r("toggle",s.value)};return e.watch(()=>n.active,c=>{s.value=c}),(c,b)=>(e.openBlock(),e.createElementBlock("a",{"aria-haspopup":"true","aria-label":s.value?"Close Main Menu":"Open Main Menu",class:e.normalizeClass(["sidebar-menu-toggle",{active:s.value}]),href:"#",role:"button",onClick:e.withModifiers(u,["prevent"])},b[0]||(b[0]=[e.createElementVNode("span",{class:"line"},null,-1),e.createElementVNode("span",{class:"line"},null,-1),e.createElementVNode("span",{class:"line"},null,-1)]),10,wn))}}),[["__scopeId","data-v-cbb41bbd"]]),Cn={id:"kong-ui-app-layout-notification"},Sn={class:"mobile-logo"},_n={key:0,class:"navbar-logo"},En={class:"kong-ui-app-layout-main","data-testid":"kong-ui-app-layout-main"},Bn={class:"kong-ui-app-layout-content"},Tn={class:"kong-ui-app-layout-content-inner"},ut=q(e.defineComponent({__name:"AppLayout",props:{hideDefaultSlot:{type:Boolean,default:!1},navbarHidden:{type:Boolean,default:!1},sidebarHidden:{type:Boolean,default:!1},sidebarOpen:{type:Boolean,default:!1},sidebarTopItems:{type:Array,default:()=>[]},sidebarBottomItems:{type:Array,default:()=>[]},groupConfig:{type:Object,default:()=>({})},theme:{type:String,default:"light",validator:o=>["light","dark"].includes(o)}},emits:["sidebar-click","update:topOffset"],setup(o,{emit:a}){e.useCssVars(B=>({"339157e9":$.value,"05b6dedf":X.value,"0001cd12":K.value,c9b3064a:G.value,"9018dfe4":U.value}));const r=o,n=a,s=e.useSlots(),u=e.reactive({navbarLeft:e.computed(()=>!!s["navbar-left"]),navbarCenter:e.computed(()=>!!s["navbar-center"]),navbarRight:e.computed(()=>!!s["navbar-right"]),navbarLogo:e.computed(()=>!!s["navbar-logo"]),navbarMobileLogo:e.computed(()=>!!s["navbar-mobile-logo"]),sidebarHeader:e.computed(()=>!!s["sidebar-header"]),sidebarTop:e.computed(()=>!!s["sidebar-top"]),sidebarFooter:e.computed(()=>!!s["sidebar-footer"])}),c=e.computed(()=>r.hideDefaultSlot),b=e.reactive({hidden:e.computed(()=>r.navbarHidden)}),g=e.reactive({topItems:e.computed(()=>r.sidebarTopItems),bottomItems:e.computed(()=>r.sidebarBottomItems),open:e.computed(()=>r.sidebarOpen),hidden:e.computed(()=>r.sidebarHidden)}),S=B=>{n("sidebar-click",B)},I=e.ref(!1),T=B=>{I.value=B};e.watchEffect(()=>{I.value=e.toRef(g,"open").value||!1});const F=e.ref(0),D=e.ref(60),w=e.ref(0),M=e.computed(()=>b.hidden?w.value:D.value+w.value),K=e.computed(()=>r.theme==="light"?ma:ba),$=e.computed(()=>r.theme==="light"?fa:pa),X=e.computed(()=>r.theme==="light"?"var(--kong-ui-app-layout-main-box-shadow, -30px 174px 250px #0023db)":"none"),G=e.computed(()=>`${M.value}px`),U=e.computed(()=>g.hidden||b.hidden?ha:ga),{debounce:Y}=st(),Z=Y((B=!1)=>{if(B||F.value!==(window==null?void 0:window.innerWidth)){F.value=window==null?void 0:window.innerWidth;const P=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");P&&(w.value=P.offsetHeight)}},200),W=e.ref();return e.watch(w,B=>{n("update:topOffset",B||0)},{immediate:!0}),e.onMounted(()=>{var P,j;(P=document==null?void 0:document.body)==null||P.classList.add("kong-ui-app-layout-body"),(j=document==null?void 0:document.documentElement)==null||j.classList.add("kong-ui-app-layout-html"),F.value=window==null?void 0:window.innerWidth,Z(!0);const B=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");B&&(W.value=new ResizeObserver(R=>{window.requestAnimationFrame(()=>{if(!(!Array.isArray(R)||!R.length))for(const E of R){const d=E.contentRect.height;w.value!==d&&(w.value=d)}})}),W.value.observe(B)),window.addEventListener("resize",Z)}),e.onBeforeUnmount(()=>{W.value&&W.value.disconnect(),window.removeEventListener("resize",Z)}),(B,P)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["kong-ui-app-layout",[{"navbar-hidden":b.hidden},{"sidebar-hidden":g.hidden}]])},[e.createElementVNode("div",Cn,[e.renderSlot(B.$slots,"notification",{},void 0,!0)]),b.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(qe,{key:String(g.hidden),"left-offset":g.hidden?0:void 0,"top-offset":w.value},e.createSlots({"mobile-sidebar-toggle":e.withCtx(()=>[g.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(dt,{key:0,active:I.value,onToggle:T},null,8,["active"]))]),_:2},[u.navbarMobileLogo?{name:"mobile-logo",fn:e.withCtx(()=>[e.createElementVNode("div",Sn,[e.renderSlot(B.$slots,"navbar-mobile-logo",{},void 0,!0)])]),key:"0"}:void 0,u.navbarLogo?{name:"logo",fn:e.withCtx(()=>[g.hidden?(e.openBlock(),e.createElementBlock("div",_n,[e.renderSlot(B.$slots,"navbar-logo",{},void 0,!0)])):e.createCommentVNode("",!0)]),key:"1"}:void 0,u.navbarLeft?{name:"left",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"navbar-left",{},void 0,!0)]),key:"2"}:void 0,u.navbarCenter?{name:"center",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"navbar-center",{},void 0,!0)]),key:"3"}:void 0,u.navbarRight?{name:"right",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"navbar-right",{},void 0,!0)]),key:"4"}:void 0]),1032,["left-offset","top-offset"])),g.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(lt,{key:1,"bottom-items":g.bottomItems,"group-config":o.groupConfig,"header-height":D.value,"mobile-enabled":"","mobile-header-visible":!1,"mobile-top-offset":M.value,open:I.value,"top-items":g.topItems,"top-offset":w.value,onClick:S,onToggle:T},e.createSlots({_:2},[u.sidebarHeader?{name:"header",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"sidebar-header",{},void 0,!0)]),key:"0"}:void 0,u.sidebarTop?{name:"top",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"sidebar-top",{},void 0,!0)]),key:"1"}:void 0,u.sidebarFooter?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"sidebar-footer",{},void 0,!0)]),key:"2"}:void 0,e.renderList([...g.topItems||[],...g.bottomItems||[]],j=>({name:`sidebar-icon-${j.key}`,fn:e.withCtx(()=>[e.renderSlot(B.$slots,`sidebar-icon-${j.key}`,{},void 0,!0)])}))]),1032,["bottom-items","group-config","header-height","mobile-top-offset","open","top-items","top-offset"])),e.createElementVNode("main",En,[e.createElementVNode("div",Bn,[e.createElementVNode("div",Tn,[P[0]||(P[0]=e.createElementVNode("div",{id:"kong-ui-app-layout-teleport-default-slot"},null,-1)),e.renderSlot(B.$slots,"app-error",{},void 0,!0),c.value?e.createCommentVNode("",!0):e.renderSlot(B.$slots,"default",{key:0},void 0,!0)])])])],2))}}),[["__scopeId","data-v-06f5fa03"]]),Nn={class:"kong-ui-app-page-header"},In={key:0,class:"page-header-breadcrumbs","data-testid":"page-header-breadcrumbs"},$n={class:"page-header-title-section"},On={class:"page-header-title-wrapper"},An={key:0,class:"page-header-title-before","data-testid":"page-header-title-before"},Fn=["title"],Dn={key:1,class:"page-header-title-after","data-testid":"page-header-title-after"},Vn={key:0,class:"page-header-actions","data-testid":"page-header-actions"},xn={key:1,class:"page-header-section-below","data-testid":"page-header-section-below"},Rn=q(e.defineComponent({__name:"AppPageHeader",props:{title:{type:String,default:""},breadcrumbs:{type:Array,default:()=>[]}},setup(o){const a=o,r=e.useSlots(),n=e.computed(()=>{var u;return!!((u=a.breadcrumbs)!=null&&u.length)}),s=e.computed(()=>Object.keys(r).filter(u=>u.startsWith("icon-")));return(u,c)=>{const b=e.resolveComponent("KBreadcrumbs");return e.openBlock(),e.createElementBlock("div",Nn,[n.value?(e.openBlock(),e.createElementBlock("div",In,[e.createVNode(b,{"item-max-width":"150",items:o.breadcrumbs},e.createSlots({_:2},[e.renderList(s.value,g=>({name:g,fn:e.withCtx(()=>[e.renderSlot(u.$slots,g,{},void 0,!0)])}))]),1032,["items"])])):e.createCommentVNode("",!0),e.createElementVNode("div",$n,[e.createElementVNode("div",On,[u.$slots["title-before"]?(e.openBlock(),e.createElementBlock("div",An,[e.renderSlot(u.$slots,"title-before",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("h1",{class:"page-header-title","data-testid":"page-header-title",title:o.title},e.toDisplayString(o.title),9,Fn),u.$slots["title-after"]?(e.openBlock(),e.createElementBlock("div",Dn,[e.renderSlot(u.$slots,"title-after",{},void 0,!0)])):e.createCommentVNode("",!0)]),u.$slots.actions?(e.openBlock(),e.createElementBlock("div",Vn,[e.renderSlot(u.$slots,"actions",{},void 0,!0)])):e.createCommentVNode("",!0)]),u.$slots.below?(e.openBlock(),e.createElementBlock("div",xn,[e.renderSlot(u.$slots,"below",{},void 0,!0)])):e.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-204b7f98"]]),Ln={class:"app-page-info-section-default-header"},Mn={key:1,class:"app-page-info-section-description","data-testid":"app-page-info-section-description"},Pn={key:0,class:"app-page-info-section-content","data-testid":"app-page-info-section-content"},jn=q(e.defineComponent({__name:"AppPageInfoSection",props:{collapsible:{type:Boolean,default:!0},title:{type:String,default:""},description:{type:String,default:""},titleTag:{type:String,default:"div",validator:o=>We.HeaderTags.includes(o)}},setup(o){return(a,r)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.collapsible?"details":"div"),{class:"app-page-info-section","data-testid":"app-page-info-section"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.collapsible?"summary":"div"),{class:"app-page-info-section-header","data-testid":"app-page-info-section-header"},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"header",{},()=>[e.createElementVNode("div",Ln,[o.title?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.titleTag),{key:0,class:"app-page-info-section-title","data-testid":"app-page-info-section-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.title),1)]),_:1})):e.createCommentVNode("",!0),o.description?(e.openBlock(),e.createElementBlock("div",Mn,e.toDisplayString(o.description),1)):e.createCommentVNode("",!0)])]),o.collapsible?(e.openBlock(),e.createBlock(e.unref(Ae.ChevronRightIcon),{key:0,class:"app-page-info-section-chevron-icon",decorative:""})):a.$slots.actions?e.renderSlot(a.$slots,"actions",{key:1}):e.createCommentVNode("",!0)]),_:3})),a.$slots.default?(e.openBlock(),e.createElementBlock("div",Pn,[e.renderSlot(a.$slots,"default")])):e.createCommentVNode("",!0)]),_:3}))}}),[["__scopeId","data-v-62f17e32"]]),Kn={install:(o,a={})=>{o.component(a.name||"AppLayout",ut)}};x.AccountDropdown=xt,x.AppAboutSection=qt,x.AppError=na,x.AppLayout=ut,x.AppNavbar=qe,x.AppPageHeader=Rn,x.AppPageInfoSection=jn,x.AppSidebar=lt,x.SidebarToggle=dt,x.default=Kn,Object.defineProperties(x,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .account-dropdown[data-v-b33191a2]{display:flex;margin-right:4px}.account-dropdown[data-v-b33191a2] .k-button.primary,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled){background-color:#9396fc;background-color:var(--kong-ui-account-dropdown-background, #9396FC);border-radius:100px;color:#000933;color:var(--kong-ui-account-dropdown-color, #000933);font-size:12px;height:24px;justify-content:center;padding:0;-webkit-user-select:none;user-select:none;width:24px}.account-dropdown[data-v-b33191a2] .k-button.primary:hover,.account-dropdown[data-v-b33191a2] .k-button.primary:focus,.account-dropdown[data-v-b33191a2] .k-button.primary:active,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):hover,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):focus,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):active{background-color:#9396fc!important;background-color:var(--kong-ui-account-dropdown-background, #9396FC)!important}.account-dropdown[data-v-b33191a2] .k-button.primary:focus-visible,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):focus-visible{border-radius:100px;outline:1px solid #bee2ff!important;outline-offset:2px}.kong-ui-app-about-section .about-section-title[data-v-f5864a9c]{color:#000933;font-size:16px;font-weight:700;line-height:20px}.kong-ui-app-about-section .about-section-header-end[data-v-f5864a9c]{display:flex}.kong-ui-app-about-section .about-section-header-end .about-section-timestamps[data-v-f5864a9c]{align-self:center;color:#6c7489;flex-direction:column;font-size:12px;line-height:16px;margin-bottom:12px}@media (min-width: 768px){.kong-ui-app-about-section .about-section-header-end .about-section-timestamps[data-v-f5864a9c]{flex-direction:row;margin-bottom:0}}.kong-ui-app-about-section .about-section-header-end .about-section-timestamps.has-actions[data-v-f5864a9c]{margin-right:16px}.kong-ui-app-about-section .about-section-header-end .about-section-timestamps .about-section-timestamps-arrow[data-v-f5864a9c]{line-height:20px;margin-left:8px;margin-right:8px}.kong-ui-app-about-section .about-section-description[data-v-f5864a9c]{color:#000933;font-size:14px;line-height:20px;margin-bottom:20px;margin-top:0}.kong-ui-app-about-section .about-section-content[data-v-f5864a9c]{align-items:flex-start;align-self:stretch;color:#6c7489;column-gap:20px;display:flex;flex-wrap:wrap;font-size:14px;line-height:20px;padding:0;row-gap:6px}.kong-ui-app-about-section .about-divider-section[data-v-f5864a9c]{color:#6c7489;display:flex;flex-direction:column;flex-wrap:wrap;font-size:14px;line-height:20px;row-gap:12px}.kong-ui-app-about-section[data-v-f5864a9c] hr,.kong-ui-app-about-section hr[data-v-f5864a9c]{background-color:#e0e4ea;border:none;height:1px;margin:0;width:100%}.kong-ui-app-about-section hr[data-v-f5864a9c]{margin-bottom:12px;margin-top:12px}.kong-ui-app-about-section.kong-card.border{border-radius:4px;padding:20px}.kong-ui-app-about-section.kong-card.border .k-card-header{align-items:baseline;margin-bottom:0!important}@media (max-width: 768px){.kong-ui-app-about-section.kong-card.border .k-card-header{flex-direction:column}.kong-ui-app-about-section.kong-card.border .k-card-header .k-card-actions{margin-left:unset}}.kong-ui-app-error[data-v-b6d8dc55]{align-items:center;background-color:#fff;border-top:2px solid #00abd2;display:flex;flex-direction:column;margin:32px auto 0;padding-bottom:48px;width:100%}@media (min-width: 640px){.kong-ui-app-error[data-v-b6d8dc55]{width:80%}}@media (min-width: 1024px){.kong-ui-app-error[data-v-b6d8dc55]{max-width:840px}}.kong-ui-app-error .banana-icon[data-v-b6d8dc55]{animation-delay:.75s;margin:32px auto 24px}.kong-ui-app-error .kong-ui-app-error-content[data-v-b6d8dc55]{animation:.75s cubic-bezier(.785,.135,.15,.86) forwards fadeIn-b6d8dc55;opacity:0;padding:0 16px}@media (min-width: 768px){.kong-ui-app-error .kong-ui-app-error-content[data-v-b6d8dc55]{padding:0 32px}}@media (prefers-reduced-motion){.kong-ui-app-error .kong-ui-app-error-content[data-v-b6d8dc55]{animation:none;opacity:1}}@keyframes fadeIn-b6d8dc55{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.kong-ui-app-error .kong-ui-app-error-content{color:#6c7489;font-size:16px;text-align:center}.kong-ui-app-error .kong-ui-app-error-content h1,.kong-ui-app-error .kong-ui-app-error-content h2,.kong-ui-app-error .kong-ui-app-error-content h3,.kong-ui-app-error .kong-ui-app-error-content h4{color:#000933;font-size:32px;font-weight:600;margin-bottom:16px;margin-top:0}.kong-ui-app-navbar[data-v-2f6fc50f]{background:#000933;background:var(--kong-ui-app-navbar-background, #000933);left:0;position:fixed;right:0;top:var(--27c93a10);z-index:var(--0f284bf5)}@media (min-width: 1024px){.kong-ui-app-navbar[data-v-2f6fc50f]{left:var(--d1659a78)}}.kong-ui-app-navbar .header-content[data-v-2f6fc50f]{align-items:center;display:flex;height:60px;justify-content:space-between;padding:0 16px}.kong-ui-app-navbar .app-navbar-logo[data-v-2f6fc50f]{align-items:center;display:flex;height:100%;justify-content:flex-start;margin-right:var(--3d9232e8);max-width:var(--038c3c78);min-width:var(--038c3c78);padding-left:16px}.kong-ui-app-navbar .mobile-header-left[data-v-2f6fc50f]{display:inline-flex;gap:16px}@media (min-width: 1024px){.kong-ui-app-navbar .mobile-header-left[data-v-2f6fc50f]{display:none}}.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s]{align-items:center;display:flex;height:100%}.kong-ui-app-navbar .app-navbar-links a[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a{align-items:center;align-self:stretch;border-bottom:4px solid transparent;color:#fff;display:flex;font-size:14px;font-weight:500;padding:0 8px;text-decoration:none;transition:all .2s ease-in-out;white-space:nowrap}@media (min-width: 768px){.kong-ui-app-navbar .app-navbar-links a[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a{font-size:16px;padding:0 16px}}.kong-ui-app-navbar .app-navbar-links a.router-link-active[data-v-2f6fc50f],.kong-ui-app-navbar .app-navbar-links a.active[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a.router-link-active,.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a.active,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a.router-link-active,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a.active{border-color:#84e5ae;font-weight:600!important}.kong-ui-app-navbar .navbar-content[data-v-2f6fc50f]{align-items:center;display:flex;flex-direction:row;gap:8px;height:100%;justify-content:space-between;width:100%}@media (min-width: 768px){.kong-ui-app-navbar .navbar-content[data-v-2f6fc50f]{gap:16px}}.kong-ui-app-navbar .navbar-content-left[data-v-2f6fc50f],.kong-ui-app-navbar .navbar-content-center[data-v-2f6fc50f],.kong-ui-app-navbar .navbar-content-right[data-v-2f6fc50f]{align-items:center;display:flex;flex:1;gap:16px;height:100%}.kong-ui-app-navbar .navbar-content-left[data-v-2f6fc50f]{justify-content:flex-start}.kong-ui-app-navbar .navbar-content-center[data-v-2f6fc50f]{justify-content:center}.kong-ui-app-navbar .navbar-content-right[data-v-2f6fc50f]{justify-content:flex-end}.item-badge[data-v-afb0d903]{background-color:#d60027;border-radius:16px;color:#fff;font-size:12px;font-weight:500;line-height:16px;max-width:36px;min-width:20px;overflow:hidden;padding:2px 6px;text-align:center;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.kong-ui-app-sidebar .sidebar-item-primary,.kong-ui-app-sidebar .sidebar-item-secondary{cursor:pointer;display:flex;flex-direction:column;position:relative;white-space:nowrap}.kong-ui-app-sidebar .sidebar-item-primary:last-of-type,.kong-ui-app-sidebar .sidebar-item-secondary:last-of-type{margin-bottom:0}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link{align-items:center;color:#bee2ff;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:space-between;line-height:20px;min-height:48px;text-decoration:none;transition:color .2s ease-out}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link svg:not(.profile-icon) path,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link svg:not(.profile-icon) path{color:currentColor;fill:currentColor;transition:all .2s ease-out}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:focus-visible,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:focus-visible{color:#eefaff!important}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:focus-visible svg,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:focus-visible svg{color:#eefaff}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:focus-visible,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:focus-visible{box-shadow:0 0 0 1px #fff9 inset;outline:none}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link .sidebar-item-tooltip,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link .sidebar-item-tooltip{align-items:center;display:flex;height:100%}.kong-ui-app-sidebar .sidebar-item-primary.active>a,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a,.kong-ui-app-sidebar .sidebar-item-secondary.active>a,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a{color:#00fabe}.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link:hover{color:#00fabe!important}.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link:hover svg{color:#00fabe}.kong-ui-app-sidebar .sidebar-item-primary.active>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.active>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a .sidebar-item-name{font-weight:500!important}.kong-ui-app-sidebar .sidebar-item-primary ul.level-secondary,.kong-ui-app-sidebar .sidebar-item-secondary ul.level-secondary{padding:0;position:relative}.kong-ui-app-sidebar .sidebar-item-primary ul.level-secondary:before,.kong-ui-app-sidebar .sidebar-item-secondary ul.level-secondary:before{background-color:#ffffff1f;content:"";height:1px;left:1px;position:absolute;right:1px;top:0}.sidebar-item-primary[data-v-d0b5bc3d]{overflow:hidden}.sidebar-item-primary.active[data-v-d0b5bc3d],.sidebar-item-primary.expanded[data-v-d0b5bc3d]{background-color:#ffffff1f;border-radius:6px;box-shadow:0 0 0 1px #ffffff1f inset}.sidebar-item-primary>a[data-v-d0b5bc3d],.sidebar-item-primary>div>a[data-v-d0b5bc3d]{border-radius:6px}.sidebar-item-primary>a>.sidebar-item-display.has-label[data-v-d0b5bc3d],.sidebar-item-primary>div>a>.sidebar-item-display.has-label[data-v-d0b5bc3d]{padding-bottom:12px;padding-top:12px}.sidebar-item-secondary[data-v-d0b5bc3d]{margin-bottom:4px}.sidebar-item-secondary[data-v-d0b5bc3d]:last-of-type{margin-bottom:0}.sidebar-item-secondary:last-of-type a[data-v-d0b5bc3d]{border-bottom-right-radius:6px}.sidebar-item-secondary a[data-v-d0b5bc3d]{background-color:transparent;color:#bee2ff!important;font-size:14px;line-height:20px;min-height:40px!important;transition:all .1s ease-in-out!important}.sidebar-item-secondary a>.sidebar-item-display.has-badge[data-v-d0b5bc3d]{justify-content:space-between}.sidebar-item-secondary a>.sidebar-item-display.has-badge .has-badge-max-width[data-v-d0b5bc3d]{max-width:134px!important}.sidebar-item-secondary.active>a[data-v-d0b5bc3d]{box-shadow:4px 0 #00fabe inset;color:#00fabe!important;font-weight:500!important}.sidebar-item-secondary.active>a[data-v-d0b5bc3d]:focus-visible{box-shadow:4px 0 #00fabe inset,0 0 0 1px #fff9 inset}.sidebar-item-display[data-v-d0b5bc3d]{align-items:center;display:flex;gap:8px;height:100%;padding:0 16px;width:100%}.sidebar-item-display .sidebar-item-name-container[data-v-d0b5bc3d]{line-height:16px;-webkit-user-select:none;user-select:none}.sidebar-item-display .sidebar-item-name-container .truncate-text[data-v-d0b5bc3d]{height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-item-display .sidebar-item-name-container .truncate-text.truncate-17[data-v-d0b5bc3d]{max-width:17ch}.sidebar-item-display .sidebar-item-name-container .truncate-text.truncate-18[data-v-d0b5bc3d]{max-width:18ch}.sidebar-item-display .sidebar-item-name-container .truncate-text.truncate-24[data-v-d0b5bc3d]{max-width:24ch}.sidebar-item-display .sidebar-item-name-container .sidebar-item-name[data-v-d0b5bc3d]{align-items:center;display:flex}.sidebar-item-display .sidebar-item-name-container .sidebar-item-name.has-tooltip[data-v-d0b5bc3d]{height:100%}.sidebar-item-display .sidebar-item-name-container .sidebar-item-name.has-tooltip span[data-v-d0b5bc3d]{height:auto;min-width:0}.sidebar-item-display .sidebar-item-label[data-v-d0b5bc3d]{color:#bee2ff;font-size:12px;margin-top:4px}.sidebar-item-display .sidebar-item-icon[data-v-d0b5bc3d]{align-items:center;display:flex;line-height:0}.kong-ui-app-sidebar[data-v-5e4c7f88]{background:#000933;display:flex;flex-direction:column;height:var(--1e56986c);left:-100%;position:fixed;top:var(--542cefa0);transition:left .2s ease-in-out;width:100%;z-index:var(--e637a088)}@media (min-width: 640px){.kong-ui-app-sidebar[data-v-5e4c7f88]{max-width:240px;width:240px}}@media (min-width: 1024px){.kong-ui-app-sidebar[data-v-5e4c7f88]{height:var(--a060c92c);left:0;top:var(--549cd41c)}}.kong-ui-app-sidebar.sidebar-open[data-v-5e4c7f88],.kong-ui-app-sidebar.mobile-disabled[data-v-5e4c7f88]{left:0}.kong-ui-app-sidebar.mobile-disabled[data-v-5e4c7f88]{width:240px}.kong-ui-app-sidebar.disable-transitions[data-v-5e4c7f88]{animation:none!important;transition:none!important}.kong-ui-app-sidebar .sidebar-content-container[data-v-5e4c7f88]{box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin-top:var(--05551646);overflow-x:hidden;overflow-y:scroll;padding-right:var(--65b2993a);padding-top:8px;position:relative;width:100%}@supports (overflow: overlay){.kong-ui-app-sidebar .sidebar-content-container[data-v-5e4c7f88]{overflow-y:overlay}}.kong-ui-app-sidebar .sidebar-content-container[data-v-5e4c7f88]::-webkit-scrollbar{height:8px;opacity:1;width:8px}.kong-ui-app-sidebar .sidebar-content-container[data-v-5e4c7f88]::-webkit-scrollbar-thumb{background:transparent;border-radius:8px}.kong-ui-app-sidebar .sidebar-content-container[data-v-5e4c7f88]::-webkit-scrollbar-track{background:transparent}.kong-ui-app-sidebar .sidebar-content-container[data-v-5e4c7f88]{scrollbar-color:transparent transparent;scrollbar-gutter:stable;scrollbar-width:thin}.kong-ui-app-sidebar .sidebar-content-container[data-v-5e4c7f88]:hover::-webkit-scrollbar-thumb{background:#6c7489}.kong-ui-app-sidebar .sidebar-content-container[data-v-5e4c7f88]:hover::-webkit-scrollbar-track{background:transparent}.kong-ui-app-sidebar .sidebar-content-container[data-v-5e4c7f88]:hover{scrollbar-color:#6c7489 transparent;scrollbar-gutter:stable;scrollbar-width:thin}.kong-ui-app-sidebar .sidebar-content-container nav[data-v-5e4c7f88]{box-sizing:border-box;width:100%}.kong-ui-app-sidebar .sidebar-footer[data-v-5e4c7f88]{align-items:center;color:#afb7c5;display:flex;font-weight:500;position:relative;width:100%}.kong-ui-app-sidebar .sidebar-footer[data-v-5e4c7f88]:before{background-image:linear-gradient(transparent,#000933);content:"";display:block;height:8px;left:50%;margin-top:-8px;position:absolute;top:0;transform:translate(-50%);width:calc(100% - 16px);z-index:1}.kong-ui-app-sidebar[data-v-5e4c7f88] .k-dropdown-item{font-size:14px;line-height:20px}@media (max-width: 1023px){.mobile-header-hidden .sidebar-content-container[data-v-5e4c7f88],.no-sidebar-header .sidebar-content-container[data-v-5e4c7f88]{margin-top:0!important}}.sidebar-level-divider[data-v-5e4c7f88]{background-color:#ffffff3d;height:1px;margin:24px auto;min-height:1px;width:calc(100% - 32px)}.sidebar-header[data-v-5e4c7f88]{align-items:center;background:transparent;background:var(--kong-ui-app-sidebar-header-background, transparent);color:#fff;display:var(--4d49a186);left:0;min-height:var(--0aaf05dd);padding:0 16px 0 32px;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;z-index:1}@media (min-width: 1024px){.sidebar-header[data-v-5e4c7f88]{display:flex}}.sidebar-header[data-v-5e4c7f88]>*{display:flex}.sidebar-header[data-v-5e4c7f88]>a{text-decoration:none}.sidebar-header[data-v-5e4c7f88]>a:focus-visible{border-radius:6px;outline:1px solid #afb7c5}.sidebar-header[data-v-5e4c7f88]:after{background-image:linear-gradient(#000933,transparent);bottom:0;content:"";display:block;height:8px;left:50%;margin-bottom:-8px;position:absolute;transform:translate(-50%);width:calc(100% - 16px);z-index:1}.sidebar-top[data-v-5e4c7f88]{align-items:center;color:#fff;display:flex;margin:0 0 16px;padding:0 8px;-webkit-user-select:none;user-select:none}.sidebar-item-external-link[data-v-5e4c7f88]{align-items:center;display:flex;font-size:14px;justify-content:space-between;line-height:20px;text-decoration:none}.sidebar-item-external-link[data-v-5e4c7f88]:focus-visible{outline:1px solid #afb7c5!important}.sidebar-item-external-link[data-v-5e4c7f88] .kui-icon{display:inline-flex;margin-bottom:-7px}.kong-ui-app-sidebar-overlay[data-v-5e4c7f88]{background-color:#0b172d99;bottom:0;left:0;position:fixed;right:0;top:var(--7bdc6dfe);z-index:var(--1bd43d4c)}@media (min-width: 1024px){.kong-ui-app-sidebar-overlay[data-v-5e4c7f88]{display:none!important}}.kong-ui-app-sidebar .level-primary,.kong-ui-app-sidebar .level-secondary{list-style:none;margin:0;padding:0}.kong-ui-app-sidebar .level-primary{box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:24px;padding:0 2px 0 12px;width:100%}@supports (background: -webkit-named-image(i)){.kong-ui-app-sidebar .level-primary{padding:0 8px}}.kong-ui-app-sidebar .level-primary-group-name{color:#bee2ff;font-size:12px;font-weight:500;line-height:24px;text-transform:uppercase;-webkit-user-select:none;user-select:none}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse .collapse-heading{margin-bottom:0}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse .collapse-hidden-content{margin-top:0}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse:not(.not-collapsible) .collapse-heading.has-trailing-trigger{margin-bottom:8px}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse.not-collapsible .collapse-trigger{cursor:default}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse.not-collapsible.ungrouped .collapse-heading.has-trailing-trigger{display:none}.kong-ui-app-sidebar .level-primary-group-collapse-trigger.k-button,.kong-ui-app-sidebar div.level-primary-group-collapse-trigger{margin-bottom:8px;padding:0 20px}.kong-ui-app-sidebar .level-primary-group-collapse-icon{margin-left:6px}body.kong-ui-app-sidebar-open{overflow:hidden}@media (min-width: 1024px){body.kong-ui-app-sidebar-open{overflow:auto}}.sidebar-menu-toggle[data-v-cbb41bbd]{border-radius:4px;padding:0 4px;position:relative;transition:all .3s ease-in-out}.sidebar-menu-toggle[data-v-cbb41bbd]:focus-visible{outline:1px solid #0044f4;outline:1px solid var(--kong-ui-app-sidebar-mobile-icon-color, #0044f4)}@media (min-width: 1024px){.sidebar-menu-toggle[data-v-cbb41bbd]{display:none}}.sidebar-menu-toggle .line[data-v-cbb41bbd]{background-color:#fff;background-color:var(--kong-ui-app-sidebar-mobile-icon-color, #ffffff);border-radius:6px;display:block;height:2px;margin:6px auto;transition:all .3s ease-in-out;width:24px}.sidebar-menu-toggle.active .line[data-v-cbb41bbd]:nth-child(2){opacity:0}.sidebar-menu-toggle.active .line[data-v-cbb41bbd]:nth-child(1){transform:translateY(8px) rotate(45deg)}.sidebar-menu-toggle.active .line[data-v-cbb41bbd]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.kong-ui-app-layout-html,.kong-ui-app-layout-body,.kong-ui-app-sidebar,.kong-ui-app-navbar{--KInputLabelWeight: 600;--KongAuthFontFamily: Inter, Roboto, Helvetica, sans-serif;--KongAuthFontWeight: 400}html.kong-ui-app-layout-html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.kong-ui-app-layout-html,body.kong-ui-app-layout-body{height:100%;height:100vh;margin:0;overflow:hidden;overscroll-behavior-y:none;padding:0;width:100%}body.kong-ui-app-layout-body{background-color:#fff;color:#000933;font-family:Inter,Roboto,Helvetica,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:24px}#app{height:100%}.kong-auth-element{font-family:Inter,Roboto,Helvetica,sans-serif!important}.kong-auth-element .kong-auth-login-form .alert.danger .k-alert-msg{white-space:pre-line}.kong-ui-app-layout[data-v-8e8c270a]{background:#000933;bottom:0;display:flex;flex-direction:column;font-family:Inter,Roboto,Helvetica,sans-serif;height:100%;left:0;overflow:hidden;position:fixed;right:0;top:0;width:100%}.kong-ui-app-layout[data-v-8e8c270a] .kong-ui-app-navbar .mobile-logo{align-items:center;display:flex}@media (min-width: 1024px){.kong-ui-app-layout[data-v-8e8c270a] .kong-ui-app-navbar .mobile-logo{display:none}}.kong-ui-app-layout[data-v-8e8c270a] .kong-ui-app-navbar .mobile-logo>*{align-items:center;display:flex}.kong-ui-app-layout[data-v-8e8c270a] .kong-ui-app-navbar .mobile-logo a{text-decoration:none}.kong-ui-app-layout[data-v-8e8c270a] .kong-ui-app-navbar .navbar-logo{display:none}@media (min-width: 1024px){.kong-ui-app-layout[data-v-8e8c270a] .kong-ui-app-navbar .navbar-logo{display:block}}.kong-ui-app-layout .kong-ui-app-layout-main[data-v-8e8c270a]{align-items:stretch;background-color:var(--2235c6e4);box-shadow:var(--29d04344);color:var(--3d470f48);display:flex;flex-grow:1;height:100%;margin-top:var(--81803d80);overflow:auto;position:relative;width:100%}@media (min-width: 1024px){.kong-ui-app-layout .kong-ui-app-layout-main[data-v-8e8c270a]{border-top-left-radius:var(--64da7a33);margin-left:240px;width:calc(100% - 240px)}}.kong-ui-app-layout .kong-ui-app-layout-main.full-width[data-v-8e8c270a]{margin-left:0}.kong-ui-app-layout .kong-ui-app-layout-main .kong-ui-app-layout-content[data-v-8e8c270a]{position:relative;width:100%}.kong-ui-app-layout .kong-ui-app-layout-main .kong-ui-app-layout-content-inner[data-v-8e8c270a]{padding:20px 20px 64px;padding:var(--kong-ui-app-layout-content-padding-top, 20px) var(--kong-ui-app-layout-content-padding-x, 20px) var(--kong-ui-app-layout-content-padding-bottom, 64px)}.kong-ui-app-layout.navbar-hidden .kong-ui-app-layout-main[data-v-8e8c270a]{margin-top:0}.kong-ui-app-layout.sidebar-hidden .kong-ui-app-layout-main[data-v-8e8c270a]{margin-left:0;width:100%}.kong-ui-app-layout #kong-ui-app-layout-notification[data-v-8e8c270a]{left:0;position:fixed;right:0;top:0;z-index:1}.kong-ui-app-layout #kong-ui-app-layout-notification[data-v-8e8c270a] .k-alert{border-radius:0!important}.kong-ui-app-page-header[data-v-204b7f98]{margin-bottom:20px}.kong-ui-app-page-header .page-header-title-section[data-v-204b7f98]{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper[data-v-204b7f98]{align-items:baseline;display:flex;min-width:0}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper .page-header-title-before[data-v-204b7f98]{align-self:center;display:inline-flex;margin-right:8px}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper .page-header-title-after[data-v-204b7f98]{align-self:center;display:inline-flex;margin-left:16px}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper .page-header-title[data-v-204b7f98]{color:#000933;font-size:24px;font-weight:700;line-height:32px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kong-ui-app-page-header .page-header-section-below[data-v-204b7f98]{margin-top:8px;width:100%}.kong-ui-app-page-header[data-v-204b7f98] .k-breadcrumbs{margin-bottom:0}@media (min-width: 640px){.kong-ui-app-page-header .page-header-title-section[data-v-204b7f98]{flex-wrap:nowrap}.kong-ui-app-page-header .page-header-section-below[data-v-204b7f98]{margin-top:unset}}.app-page-info-section[data-v-62f17e32]{border:1px solid #e0e4ea;border-radius:6px}.app-page-info-section .app-page-info-section-header[data-v-62f17e32]{align-items:center;display:flex;gap:4px;justify-content:space-between;padding:20px}.app-page-info-section .app-page-info-section-header .app-page-info-section-default-header[data-v-62f17e32]{display:flex;flex-direction:column;gap:8px;max-width:700px}.app-page-info-section .app-page-info-section-header .app-page-info-section-default-header .app-page-info-section-title[data-v-62f17e32]{color:#000933;font-size:16px;font-weight:700;line-height:20px;margin:0}.app-page-info-section .app-page-info-section-header .app-page-info-section-default-header .app-page-info-section-description[data-v-62f17e32]{color:#6c7489;font-size:14px;line-height:20px;margin:0}.app-page-info-section .app-page-info-section-content[data-v-62f17e32]{background:#f9fafb;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #e0e4ea;display:flex;flex-direction:column;gap:8px;padding:20px}.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s],.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] tr.is-scrolled{background-color:#f9fafb}.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] td.sticky-column,.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] td.actions-column,.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] th.sticky-column,.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] th.actions-column{background-color:#f9fafb!important}.app-page-info-section .app-page-info-section-content .k-empty-state[data-v-62f17e32-s]{background-color:#f9fafb}details.app-page-info-section[data-v-62f17e32]{overflow:auto}details.app-page-info-section[open] .app-page-info-section-chevron-icon[data-v-62f17e32]{transform:rotate(90deg)}details.app-page-info-section[data-v-62f17e32]:has(>summary:focus-visible){box-shadow:0 0 0 4px #0044f433}details.app-page-info-section summary[data-v-62f17e32]{outline:none}details.app-page-info-section summary[data-v-62f17e32]::-webkit-details-marker,details.app-page-info-section summary[data-v-62f17e32]::marker{display:none}details.app-page-info-section .app-page-info-section-header[data-v-62f17e32]{cursor:pointer}details.app-page-info-section .app-page-info-section-header .app-page-info-section-chevron-icon[data-v-62f17e32]{flex-shrink:0;pointer-events:none;transition:transform .2s ease}
1
+ .account-dropdown[data-v-b33191a2]{display:flex;margin-right:4px}.account-dropdown[data-v-b33191a2] .k-button.primary,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled){background-color:#9396fc;background-color:var(--kong-ui-account-dropdown-background, #9396FC);border-radius:100px;color:#000933;color:var(--kong-ui-account-dropdown-color, #000933);font-size:12px;height:24px;justify-content:center;padding:0;-webkit-user-select:none;user-select:none;width:24px}.account-dropdown[data-v-b33191a2] .k-button.primary:hover,.account-dropdown[data-v-b33191a2] .k-button.primary:focus,.account-dropdown[data-v-b33191a2] .k-button.primary:active,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):hover,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):focus,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):active{background-color:#9396fc!important;background-color:var(--kong-ui-account-dropdown-background, #9396FC)!important}.account-dropdown[data-v-b33191a2] .k-button.primary:focus-visible,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):focus-visible{border-radius:100px;outline:1px solid #bee2ff!important;outline-offset:2px}.kong-ui-app-about-section .about-section-title[data-v-f5864a9c]{color:#000933;font-size:16px;font-weight:700;line-height:20px}.kong-ui-app-about-section .about-section-header-end[data-v-f5864a9c]{display:flex}.kong-ui-app-about-section .about-section-header-end .about-section-timestamps[data-v-f5864a9c]{align-self:center;color:#6c7489;flex-direction:column;font-size:12px;line-height:16px;margin-bottom:12px}@media (min-width: 768px){.kong-ui-app-about-section .about-section-header-end .about-section-timestamps[data-v-f5864a9c]{flex-direction:row;margin-bottom:0}}.kong-ui-app-about-section .about-section-header-end .about-section-timestamps.has-actions[data-v-f5864a9c]{margin-right:16px}.kong-ui-app-about-section .about-section-header-end .about-section-timestamps .about-section-timestamps-arrow[data-v-f5864a9c]{line-height:20px;margin-left:8px;margin-right:8px}.kong-ui-app-about-section .about-section-description[data-v-f5864a9c]{color:#000933;font-size:14px;line-height:20px;margin-bottom:20px;margin-top:0}.kong-ui-app-about-section .about-section-content[data-v-f5864a9c]{align-items:flex-start;align-self:stretch;color:#6c7489;column-gap:20px;display:flex;flex-wrap:wrap;font-size:14px;line-height:20px;padding:0;row-gap:6px}.kong-ui-app-about-section .about-divider-section[data-v-f5864a9c]{color:#6c7489;display:flex;flex-direction:column;flex-wrap:wrap;font-size:14px;line-height:20px;row-gap:12px}.kong-ui-app-about-section[data-v-f5864a9c] hr,.kong-ui-app-about-section hr[data-v-f5864a9c]{background-color:#e0e4ea;border:none;height:1px;margin:0;width:100%}.kong-ui-app-about-section hr[data-v-f5864a9c]{margin-bottom:12px;margin-top:12px}.kong-ui-app-about-section.kong-card.border{border-radius:4px;padding:20px}.kong-ui-app-about-section.kong-card.border .k-card-header{align-items:baseline;margin-bottom:0!important}@media (max-width: 768px){.kong-ui-app-about-section.kong-card.border .k-card-header{flex-direction:column}.kong-ui-app-about-section.kong-card.border .k-card-header .k-card-actions{margin-left:unset}}.kong-ui-app-error[data-v-b6d8dc55]{align-items:center;background-color:#fff;border-top:2px solid #00abd2;display:flex;flex-direction:column;margin:32px auto 0;padding-bottom:48px;width:100%}@media (min-width: 640px){.kong-ui-app-error[data-v-b6d8dc55]{width:80%}}@media (min-width: 1024px){.kong-ui-app-error[data-v-b6d8dc55]{max-width:840px}}.kong-ui-app-error .banana-icon[data-v-b6d8dc55]{animation-delay:.75s;margin:32px auto 24px}.kong-ui-app-error .kong-ui-app-error-content[data-v-b6d8dc55]{animation:.75s cubic-bezier(.785,.135,.15,.86) forwards fadeIn-b6d8dc55;opacity:0;padding:0 16px}@media (min-width: 768px){.kong-ui-app-error .kong-ui-app-error-content[data-v-b6d8dc55]{padding:0 32px}}@media (prefers-reduced-motion){.kong-ui-app-error .kong-ui-app-error-content[data-v-b6d8dc55]{animation:none;opacity:1}}@keyframes fadeIn-b6d8dc55{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.kong-ui-app-error .kong-ui-app-error-content{color:#6c7489;font-size:16px;text-align:center}.kong-ui-app-error .kong-ui-app-error-content h1,.kong-ui-app-error .kong-ui-app-error-content h2,.kong-ui-app-error .kong-ui-app-error-content h3,.kong-ui-app-error .kong-ui-app-error-content h4{color:#000933;font-size:32px;font-weight:600;margin-bottom:16px;margin-top:0}.kong-ui-app-navbar[data-v-2f6fc50f]{background:#000933;background:var(--kong-ui-app-navbar-background, #000933);left:0;position:fixed;right:0;top:var(--27c93a10);z-index:var(--0f284bf5)}@media (min-width: 1024px){.kong-ui-app-navbar[data-v-2f6fc50f]{left:var(--d1659a78)}}.kong-ui-app-navbar .header-content[data-v-2f6fc50f]{align-items:center;display:flex;height:60px;justify-content:space-between;padding:0 16px}.kong-ui-app-navbar .app-navbar-logo[data-v-2f6fc50f]{align-items:center;display:flex;height:100%;justify-content:flex-start;margin-right:var(--3d9232e8);max-width:var(--038c3c78);min-width:var(--038c3c78);padding-left:16px}.kong-ui-app-navbar .mobile-header-left[data-v-2f6fc50f]{display:inline-flex;gap:16px}@media (min-width: 1024px){.kong-ui-app-navbar .mobile-header-left[data-v-2f6fc50f]{display:none}}.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s]{align-items:center;display:flex;height:100%}.kong-ui-app-navbar .app-navbar-links a[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a{align-items:center;align-self:stretch;border-bottom:4px solid transparent;color:#fff;display:flex;font-size:14px;font-weight:500;padding:0 8px;text-decoration:none;transition:all .2s ease-in-out;white-space:nowrap}@media (min-width: 768px){.kong-ui-app-navbar .app-navbar-links a[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a{font-size:16px;padding:0 16px}}.kong-ui-app-navbar .app-navbar-links a.router-link-active[data-v-2f6fc50f],.kong-ui-app-navbar .app-navbar-links a.active[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a.router-link-active,.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a.active,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a.router-link-active,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a.active{border-color:#84e5ae;font-weight:600!important}.kong-ui-app-navbar .navbar-content[data-v-2f6fc50f]{align-items:center;display:flex;flex-direction:row;gap:8px;height:100%;justify-content:space-between;width:100%}@media (min-width: 768px){.kong-ui-app-navbar .navbar-content[data-v-2f6fc50f]{gap:16px}}.kong-ui-app-navbar .navbar-content-left[data-v-2f6fc50f],.kong-ui-app-navbar .navbar-content-center[data-v-2f6fc50f],.kong-ui-app-navbar .navbar-content-right[data-v-2f6fc50f]{align-items:center;display:flex;flex:1;gap:16px;height:100%}.kong-ui-app-navbar .navbar-content-left[data-v-2f6fc50f]{justify-content:flex-start}.kong-ui-app-navbar .navbar-content-center[data-v-2f6fc50f]{justify-content:center}.kong-ui-app-navbar .navbar-content-right[data-v-2f6fc50f]{justify-content:flex-end}.item-badge[data-v-afb0d903]{background-color:#d60027;border-radius:16px;color:#fff;font-size:12px;font-weight:500;line-height:16px;max-width:36px;min-width:20px;overflow:hidden;padding:2px 6px;text-align:center;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.kong-ui-app-sidebar .sidebar-item-primary,.kong-ui-app-sidebar .sidebar-item-secondary{cursor:pointer;display:flex;flex-direction:column;position:relative;white-space:nowrap}.kong-ui-app-sidebar .sidebar-item-primary:last-of-type,.kong-ui-app-sidebar .sidebar-item-secondary:last-of-type{margin-bottom:0}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link{align-items:center;color:#bee2ff;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:space-between;line-height:20px;min-height:48px;text-decoration:none;transition:color .2s ease-out}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link svg:not(.profile-icon) path,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link svg:not(.profile-icon) path{color:currentColor;fill:currentColor;transition:all .2s ease-out}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:focus-visible,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:focus-visible{color:#eefaff!important}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:focus-visible svg,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:focus-visible svg{color:#eefaff}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:focus-visible,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:focus-visible{box-shadow:0 0 0 1px #fff9 inset;outline:none}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link .sidebar-item-tooltip,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link .sidebar-item-tooltip{align-items:center;display:flex;height:100%}.kong-ui-app-sidebar .sidebar-item-primary.active>a,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a,.kong-ui-app-sidebar .sidebar-item-secondary.active>a,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a{color:#00fabe}.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link:hover{color:#00fabe!important}.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link:hover svg{color:#00fabe}.kong-ui-app-sidebar .sidebar-item-primary.active>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.active>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a .sidebar-item-name{font-weight:500!important}.kong-ui-app-sidebar .sidebar-item-primary ul.level-secondary,.kong-ui-app-sidebar .sidebar-item-secondary ul.level-secondary{padding:0;position:relative}.kong-ui-app-sidebar .sidebar-item-primary ul.level-secondary:before,.kong-ui-app-sidebar .sidebar-item-secondary ul.level-secondary:before{background-color:#ffffff1f;content:"";height:1px;left:1px;position:absolute;right:1px;top:0}.sidebar-item-primary[data-v-d0b5bc3d]{overflow:hidden}.sidebar-item-primary.active[data-v-d0b5bc3d],.sidebar-item-primary.expanded[data-v-d0b5bc3d]{background-color:#ffffff1f;border-radius:6px;box-shadow:0 0 0 1px #ffffff1f inset}.sidebar-item-primary>a[data-v-d0b5bc3d],.sidebar-item-primary>div>a[data-v-d0b5bc3d]{border-radius:6px}.sidebar-item-primary>a>.sidebar-item-display.has-label[data-v-d0b5bc3d],.sidebar-item-primary>div>a>.sidebar-item-display.has-label[data-v-d0b5bc3d]{padding-bottom:12px;padding-top:12px}.sidebar-item-secondary[data-v-d0b5bc3d]{margin-bottom:4px}.sidebar-item-secondary[data-v-d0b5bc3d]:last-of-type{margin-bottom:0}.sidebar-item-secondary:last-of-type a[data-v-d0b5bc3d]{border-bottom-right-radius:6px}.sidebar-item-secondary a[data-v-d0b5bc3d]{background-color:transparent;color:#bee2ff!important;font-size:14px;line-height:20px;min-height:40px!important;transition:all .1s ease-in-out!important}.sidebar-item-secondary a>.sidebar-item-display.has-badge[data-v-d0b5bc3d]{justify-content:space-between}.sidebar-item-secondary a>.sidebar-item-display.has-badge .has-badge-max-width[data-v-d0b5bc3d]{max-width:134px!important}.sidebar-item-secondary.active>a[data-v-d0b5bc3d]{box-shadow:4px 0 #00fabe inset;color:#00fabe!important;font-weight:500!important}.sidebar-item-secondary.active>a[data-v-d0b5bc3d]:focus-visible{box-shadow:4px 0 #00fabe inset,0 0 0 1px #fff9 inset}.sidebar-item-display[data-v-d0b5bc3d]{align-items:center;display:flex;gap:8px;height:100%;padding:0 16px;width:100%}.sidebar-item-display .sidebar-item-name-container[data-v-d0b5bc3d]{line-height:16px;-webkit-user-select:none;user-select:none}.sidebar-item-display .sidebar-item-name-container .truncate-text[data-v-d0b5bc3d]{height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-item-display .sidebar-item-name-container .truncate-text.truncate-17[data-v-d0b5bc3d]{max-width:17ch}.sidebar-item-display .sidebar-item-name-container .truncate-text.truncate-18[data-v-d0b5bc3d]{max-width:18ch}.sidebar-item-display .sidebar-item-name-container .truncate-text.truncate-24[data-v-d0b5bc3d]{max-width:24ch}.sidebar-item-display .sidebar-item-name-container .sidebar-item-name[data-v-d0b5bc3d]{align-items:center;display:flex}.sidebar-item-display .sidebar-item-name-container .sidebar-item-name.has-tooltip[data-v-d0b5bc3d]{height:100%}.sidebar-item-display .sidebar-item-name-container .sidebar-item-name.has-tooltip span[data-v-d0b5bc3d]{height:auto;min-width:0}.sidebar-item-display .sidebar-item-label[data-v-d0b5bc3d]{color:#bee2ff;font-size:12px;margin-top:4px}.sidebar-item-display .sidebar-item-icon[data-v-d0b5bc3d]{align-items:center;display:flex;line-height:0}.kong-ui-app-sidebar[data-v-945e4e7f]{background:#000933;display:flex;flex-direction:column;height:var(--d18fff22);left:-100%;position:fixed;top:var(--443c51e6);transition:left .2s ease-in-out;width:100%;z-index:var(--471ed8d9)}@media (min-width: 640px){.kong-ui-app-sidebar[data-v-945e4e7f]{max-width:240px;width:240px}}@media (min-width: 1024px){.kong-ui-app-sidebar[data-v-945e4e7f]{height:var(--b057fca6);left:0;top:var(--d35ce2e2)}}.kong-ui-app-sidebar.sidebar-open[data-v-945e4e7f],.kong-ui-app-sidebar.mobile-disabled[data-v-945e4e7f]{left:0}.kong-ui-app-sidebar.mobile-disabled[data-v-945e4e7f]{width:240px}.kong-ui-app-sidebar.disable-transitions[data-v-945e4e7f]{animation:none!important;transition:none!important}.kong-ui-app-sidebar .sidebar-content-container[data-v-945e4e7f]{box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin-top:var(--7415e23a);overflow-x:hidden;overflow-y:scroll;padding-right:var(--1ea9e6b4);padding-top:8px;position:relative;width:100%}@supports (overflow: overlay){.kong-ui-app-sidebar .sidebar-content-container[data-v-945e4e7f]{overflow-y:overlay}}.kong-ui-app-sidebar .sidebar-content-container[data-v-945e4e7f]::-webkit-scrollbar{height:8px;opacity:1;width:8px}.kong-ui-app-sidebar .sidebar-content-container[data-v-945e4e7f]::-webkit-scrollbar-thumb{background:transparent;border-radius:8px}.kong-ui-app-sidebar .sidebar-content-container[data-v-945e4e7f]::-webkit-scrollbar-track{background:transparent}.kong-ui-app-sidebar .sidebar-content-container[data-v-945e4e7f]{scrollbar-color:transparent transparent;scrollbar-gutter:stable;scrollbar-width:thin}.kong-ui-app-sidebar .sidebar-content-container[data-v-945e4e7f]:hover::-webkit-scrollbar-thumb{background:#6c7489}.kong-ui-app-sidebar .sidebar-content-container[data-v-945e4e7f]:hover::-webkit-scrollbar-track{background:transparent}.kong-ui-app-sidebar .sidebar-content-container[data-v-945e4e7f]:hover{scrollbar-color:#6c7489 transparent;scrollbar-gutter:stable;scrollbar-width:thin}.kong-ui-app-sidebar .sidebar-content-container nav[data-v-945e4e7f]{box-sizing:border-box;width:100%}.kong-ui-app-sidebar .sidebar-footer[data-v-945e4e7f]{align-items:center;color:#afb7c5;display:flex;font-weight:500;position:relative;width:100%}.kong-ui-app-sidebar .sidebar-footer[data-v-945e4e7f]:before{background-image:linear-gradient(transparent,#000933);content:"";display:block;height:8px;left:50%;margin-top:-8px;position:absolute;top:0;transform:translate(-50%);width:calc(100% - 16px);z-index:1}.kong-ui-app-sidebar[data-v-945e4e7f] .k-dropdown-item{font-size:14px;line-height:20px}@media (max-width: 1023px){.mobile-header-hidden .sidebar-content-container[data-v-945e4e7f],.no-sidebar-header .sidebar-content-container[data-v-945e4e7f]{margin-top:0!important}}.sidebar-level-divider[data-v-945e4e7f]{background-color:#ffffff3d;height:1px;margin:24px auto;min-height:1px;width:calc(100% - 32px)}.sidebar-header[data-v-945e4e7f]{align-items:center;background:transparent;background:var(--kong-ui-app-sidebar-header-background, transparent);color:#fff;display:var(--454e07c9);left:0;min-height:var(--1332e760);padding:0 16px 0 32px;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;z-index:1}@media (min-width: 1024px){.sidebar-header[data-v-945e4e7f]{display:flex}}.sidebar-header[data-v-945e4e7f]>*{display:flex}.sidebar-header[data-v-945e4e7f]>a{text-decoration:none}.sidebar-header[data-v-945e4e7f]>a:focus-visible{border-radius:6px;outline:1px solid #afb7c5}.sidebar-header[data-v-945e4e7f]:after{background-image:linear-gradient(#000933,transparent);bottom:0;content:"";display:block;height:8px;left:50%;margin-bottom:-8px;position:absolute;transform:translate(-50%);width:calc(100% - 16px);z-index:1}.sidebar-top[data-v-945e4e7f]{align-items:center;color:#fff;display:flex;margin:0 0 16px;padding:0 8px;-webkit-user-select:none;user-select:none}.sidebar-item-external-link[data-v-945e4e7f]{align-items:center;display:flex;font-size:14px;justify-content:space-between;line-height:20px;text-decoration:none}.sidebar-item-external-link[data-v-945e4e7f]:focus-visible{outline:1px solid #afb7c5!important}.sidebar-item-external-link[data-v-945e4e7f] .kui-icon{display:inline-flex;margin-bottom:-7px}.kong-ui-app-sidebar-overlay[data-v-945e4e7f]{background-color:#0b172d99;bottom:0;left:0;position:fixed;right:0;top:var(--2ebd7644);z-index:var(--6f33584f)}@media (min-width: 1024px){.kong-ui-app-sidebar-overlay[data-v-945e4e7f]{display:none!important}}.kong-ui-app-sidebar .level-primary,.kong-ui-app-sidebar .level-secondary{list-style:none;margin:0;padding:0}.kong-ui-app-sidebar .level-primary{box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:24px;padding:0 2px 0 12px;width:100%}@supports (background: -webkit-named-image(i)){.kong-ui-app-sidebar .level-primary{padding:0 8px}}.kong-ui-app-sidebar .level-primary-group-name{color:#bee2ff;font-size:12px;font-weight:500;line-height:24px;text-transform:uppercase;-webkit-user-select:none;user-select:none}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse:not(:last-of-type){margin-bottom:16px}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse .collapse-heading{margin-bottom:0}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse .collapse-hidden-content{margin-top:0}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse:not(.not-collapsible) .collapse-heading.has-trailing-trigger{margin-bottom:8px}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse.not-collapsible .collapse-trigger{cursor:default}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse.not-collapsible.ungrouped .collapse-heading.has-trailing-trigger{display:none}.kong-ui-app-sidebar .level-primary-group-collapse-trigger.k-button,.kong-ui-app-sidebar div.level-primary-group-collapse-trigger{margin-bottom:0;padding:0 20px}.kong-ui-app-sidebar .level-primary-group-collapse-icon{margin-left:6px}body.kong-ui-app-sidebar-open{overflow:hidden}@media (min-width: 1024px){body.kong-ui-app-sidebar-open{overflow:auto}}.sidebar-menu-toggle[data-v-cbb41bbd]{border-radius:4px;padding:0 4px;position:relative;transition:all .3s ease-in-out}.sidebar-menu-toggle[data-v-cbb41bbd]:focus-visible{outline:1px solid #0044f4;outline:1px solid var(--kong-ui-app-sidebar-mobile-icon-color, #0044f4)}@media (min-width: 1024px){.sidebar-menu-toggle[data-v-cbb41bbd]{display:none}}.sidebar-menu-toggle .line[data-v-cbb41bbd]{background-color:#fff;background-color:var(--kong-ui-app-sidebar-mobile-icon-color, #ffffff);border-radius:6px;display:block;height:2px;margin:6px auto;transition:all .3s ease-in-out;width:24px}.sidebar-menu-toggle.active .line[data-v-cbb41bbd]:nth-child(2){opacity:0}.sidebar-menu-toggle.active .line[data-v-cbb41bbd]:nth-child(1){transform:translateY(8px) rotate(45deg)}.sidebar-menu-toggle.active .line[data-v-cbb41bbd]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.kong-ui-app-layout-html,.kong-ui-app-layout-body,.kong-ui-app-sidebar,.kong-ui-app-navbar{--KInputLabelWeight: 600;--KongAuthFontFamily: Inter, Roboto, Helvetica, sans-serif;--KongAuthFontWeight: 400}html.kong-ui-app-layout-html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.kong-ui-app-layout-html,body.kong-ui-app-layout-body{height:100%;height:100vh;margin:0;overflow:hidden;overscroll-behavior-y:none;padding:0;width:100%}body.kong-ui-app-layout-body{background-color:#fff;color:#000933;font-family:Inter,Roboto,Helvetica,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:24px}#app{height:100%}.kong-auth-element{font-family:Inter,Roboto,Helvetica,sans-serif!important}.kong-auth-element .kong-auth-login-form .alert.danger .k-alert-msg{white-space:pre-line}.kong-ui-app-layout[data-v-06f5fa03]{background:#000933;bottom:0;display:flex;flex-direction:column;font-family:Inter,Roboto,Helvetica,sans-serif;height:100%;left:0;overflow:hidden;position:fixed;right:0;top:0;width:100%}.kong-ui-app-layout[data-v-06f5fa03] .kong-ui-app-navbar .mobile-logo{align-items:center;display:flex}@media (min-width: 1024px){.kong-ui-app-layout[data-v-06f5fa03] .kong-ui-app-navbar .mobile-logo{display:none}}.kong-ui-app-layout[data-v-06f5fa03] .kong-ui-app-navbar .mobile-logo>*{align-items:center;display:flex}.kong-ui-app-layout[data-v-06f5fa03] .kong-ui-app-navbar .mobile-logo a{text-decoration:none}.kong-ui-app-layout[data-v-06f5fa03] .kong-ui-app-navbar .navbar-logo{display:none}@media (min-width: 1024px){.kong-ui-app-layout[data-v-06f5fa03] .kong-ui-app-navbar .navbar-logo{display:block}}.kong-ui-app-layout .kong-ui-app-layout-main[data-v-06f5fa03]{align-items:stretch;background-color:var(--339157e9);box-shadow:var(--05b6dedf);color:var(--0001cd12);display:flex;flex-grow:1;height:100%;margin-top:var(--c9b3064a);overflow:auto;position:relative;width:100%}@media (min-width: 1024px){.kong-ui-app-layout .kong-ui-app-layout-main[data-v-06f5fa03]{border-top-left-radius:var(--9018dfe4);margin-left:240px;width:calc(100% - 240px)}}.kong-ui-app-layout .kong-ui-app-layout-main.full-width[data-v-06f5fa03]{margin-left:0}.kong-ui-app-layout .kong-ui-app-layout-main .kong-ui-app-layout-content[data-v-06f5fa03]{position:relative;width:100%}.kong-ui-app-layout .kong-ui-app-layout-main .kong-ui-app-layout-content-inner[data-v-06f5fa03]{padding:20px 20px 64px;padding:var(--kong-ui-app-layout-content-padding-top, 20px) var(--kong-ui-app-layout-content-padding-x, 20px) var(--kong-ui-app-layout-content-padding-bottom, 64px)}.kong-ui-app-layout.navbar-hidden .kong-ui-app-layout-main[data-v-06f5fa03]{margin-top:0}.kong-ui-app-layout.sidebar-hidden .kong-ui-app-layout-main[data-v-06f5fa03]{margin-left:0;width:100%}.kong-ui-app-layout #kong-ui-app-layout-notification[data-v-06f5fa03]{left:0;position:fixed;right:0;top:0;z-index:1}.kong-ui-app-layout #kong-ui-app-layout-notification[data-v-06f5fa03] .k-alert{border-radius:0!important}.kong-ui-app-page-header[data-v-204b7f98]{margin-bottom:20px}.kong-ui-app-page-header .page-header-title-section[data-v-204b7f98]{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper[data-v-204b7f98]{align-items:baseline;display:flex;min-width:0}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper .page-header-title-before[data-v-204b7f98]{align-self:center;display:inline-flex;margin-right:8px}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper .page-header-title-after[data-v-204b7f98]{align-self:center;display:inline-flex;margin-left:16px}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper .page-header-title[data-v-204b7f98]{color:#000933;font-size:24px;font-weight:700;line-height:32px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kong-ui-app-page-header .page-header-section-below[data-v-204b7f98]{margin-top:8px;width:100%}.kong-ui-app-page-header[data-v-204b7f98] .k-breadcrumbs{margin-bottom:0}@media (min-width: 640px){.kong-ui-app-page-header .page-header-title-section[data-v-204b7f98]{flex-wrap:nowrap}.kong-ui-app-page-header .page-header-section-below[data-v-204b7f98]{margin-top:unset}}.app-page-info-section[data-v-62f17e32]{border:1px solid #e0e4ea;border-radius:6px}.app-page-info-section .app-page-info-section-header[data-v-62f17e32]{align-items:center;display:flex;gap:4px;justify-content:space-between;padding:20px}.app-page-info-section .app-page-info-section-header .app-page-info-section-default-header[data-v-62f17e32]{display:flex;flex-direction:column;gap:8px;max-width:700px}.app-page-info-section .app-page-info-section-header .app-page-info-section-default-header .app-page-info-section-title[data-v-62f17e32]{color:#000933;font-size:16px;font-weight:700;line-height:20px;margin:0}.app-page-info-section .app-page-info-section-header .app-page-info-section-default-header .app-page-info-section-description[data-v-62f17e32]{color:#6c7489;font-size:14px;line-height:20px;margin:0}.app-page-info-section .app-page-info-section-content[data-v-62f17e32]{background:#f9fafb;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #e0e4ea;display:flex;flex-direction:column;gap:8px;padding:20px}.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s],.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] tr.is-scrolled{background-color:#f9fafb}.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] td.sticky-column,.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] td.actions-column,.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] th.sticky-column,.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] th.actions-column{background-color:#f9fafb!important}.app-page-info-section .app-page-info-section-content .k-empty-state[data-v-62f17e32-s]{background-color:#f9fafb}details.app-page-info-section[data-v-62f17e32]{overflow:auto}details.app-page-info-section[open] .app-page-info-section-chevron-icon[data-v-62f17e32]{transform:rotate(90deg)}details.app-page-info-section[data-v-62f17e32]:has(>summary:focus-visible){box-shadow:0 0 0 4px #0044f433}details.app-page-info-section summary[data-v-62f17e32]{outline:none}details.app-page-info-section summary[data-v-62f17e32]::-webkit-details-marker,details.app-page-info-section summary[data-v-62f17e32]::marker{display:none}details.app-page-info-section .app-page-info-section-header[data-v-62f17e32]{cursor:pointer}details.app-page-info-section .app-page-info-section-header .app-page-info-section-chevron-icon[data-v-62f17e32]{flex-shrink:0;pointer-events:none;transition:transform .2s ease}
@@ -1,5 +1,5 @@
1
1
  import type { PropType } from 'vue';
2
- import type { SidebarPrimaryItem, SidebarSecondaryItem } from '../types';
2
+ import type { GroupConfigMap, SidebarPrimaryItem, SidebarSecondaryItem } from '../types';
3
3
  declare var __VLS_1: {}, __VLS_16: {}, __VLS_19: {}, __VLS_22: {}, __VLS_25: {}, __VLS_28: {}, __VLS_39: {}, __VLS_42: {}, __VLS_45: {}, __VLS_49: `sidebar-icon-${string}`, __VLS_50: {}, __VLS_52: {}, __VLS_54: {};
4
4
  type __VLS_Slots = {} & {
5
5
  [K in NonNullable<typeof __VLS_49>]?: (props: typeof __VLS_50) => any;
@@ -51,6 +51,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
51
51
  type: PropType<SidebarPrimaryItem[]>;
52
52
  default: () => never[];
53
53
  };
54
+ groupConfig: {
55
+ type: PropType<GroupConfigMap>;
56
+ default: () => {};
57
+ };
54
58
  theme: {
55
59
  type: PropType<"light" | "dark">;
56
60
  default: string;
@@ -84,6 +88,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
84
88
  type: PropType<SidebarPrimaryItem[]>;
85
89
  default: () => never[];
86
90
  };
91
+ groupConfig: {
92
+ type: PropType<GroupConfigMap>;
93
+ default: () => {};
94
+ };
87
95
  theme: {
88
96
  type: PropType<"light" | "dark">;
89
97
  default: string;
@@ -93,6 +101,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
93
101
  "onSidebar-click"?: ((item: SidebarSecondaryItem | SidebarPrimaryItem) => any) | undefined;
94
102
  "onUpdate:topOffset"?: ((offset: number) => any) | undefined;
95
103
  }>, {
104
+ groupConfig: GroupConfigMap;
96
105
  hideDefaultSlot: boolean;
97
106
  navbarHidden: boolean;
98
107
  sidebarHidden: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"AppLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout.vue"],"names":[],"mappings":"AA+ZA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAKnC,OAAO,KAAK,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAmaxE,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,0BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpR,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACjD;IAAE,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1D;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACpD;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACjD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAqEhD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;cAwBF,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI7B,QAAQ,CAAC,OAAO,GAAG,MAAM,CAAC;;2BAEvB,OAAO,GAAG,MAAM,KAAG,OAAO;;;;;;;;;;;;;;;;;;;;;;;cAV9B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI7B,QAAQ,CAAC,OAAO,GAAG,MAAM,CAAC;;2BAEvB,OAAO,GAAG,MAAM,KAAG,OAAO;;;;;;;;;;;;;4EAG/C,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"AppLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout.vue"],"names":[],"mappings":"AAoaA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAKnC,OAAO,KAAK,EAAE,cAAc,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAyaxF,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,0BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpR,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACjD;IAAE,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1D;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACpD;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACjD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAyEhD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;cAwBF,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI7B,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,OAAO,GAAG,MAAM,CAAC;;2BAEvB,OAAO,GAAG,MAAM,KAAG,OAAO;;;;;;;;;;;;;;;;;;;;;;;cAd9B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI7B,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,OAAO,GAAG,MAAM,CAAC;;2BAEvB,OAAO,GAAG,MAAM,KAAG,OAAO;;;;;;;;;;;;;;4EAG/C,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AppSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/sidebar/AppSidebar.vue"],"names":[],"mappings":"AAqwBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAInC,OAAO,KAAK,EAAE,kBAAkB,EAAe,cAAc,EAAE,MAAM,aAAa,CAAA;AAUlF,mEAAmE;AACnE,KAAK,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAA;AA+nB1D,QAAA,IAAuB,OAAO,IAAU,EAAE,QAAQ,IAAU,EAAE,QAAQ,0BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,0BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACxK,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAuG/C,QAAA,MAAM,eAAe;;cAMF,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;cAI5B,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cARzB,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;cAI5B,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAiD1C,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"AppSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/sidebar/AppSidebar.vue"],"names":[],"mappings":"AA+wBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAInC,OAAO,KAAK,EAAE,kBAAkB,EAAe,cAAc,EAAE,MAAM,aAAa,CAAA;AAUlF,mEAAmE;AACnE,KAAK,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAA;AAsoB1D,QAAA,IAAuB,OAAO,IAAU,EAAE,QAAQ,IAAU,EAAE,QAAQ,0BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,0BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACxK,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAuG/C,QAAA,MAAM,eAAe;;cAMF,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;cAI5B,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cARzB,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;cAI5B,QAAQ,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAiD1C,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/app-layout",
3
- "version": "4.6.6-pr.2439.94e70421a.0",
3
+ "version": "4.6.6-pr.2439.aae7e7bcf.0",
4
4
  "type": "module",
5
5
  "main": "./dist/app-layout.umd.js",
6
6
  "module": "./dist/app-layout.es.js",