@kong-ui-public/app-layout 4.4.9-pr.2215.136f1423a.0 → 4.4.9-pr.2215.bf925a039.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.
package/dist/app-layout.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Q, resolveComponent as me, openBlock as v, createBlock as U, withCtx as D, renderSlot as _, createElementBlock as k, Fragment as be, renderList as he, normalizeClass as ne, createTextVNode as Ne, toDisplayString as W, computed as T, createSlots as
|
|
1
|
+
import { defineComponent as Q, resolveComponent as me, openBlock as v, createBlock as U, withCtx as D, renderSlot as _, createElementBlock as k, Fragment as be, renderList as he, normalizeClass as ne, createTextVNode as Ne, toDisplayString as W, computed as T, createSlots as ze, createVNode as Ae, createCommentVNode as I, createElementVNode as $, createStaticVNode as hn, useCssVars as vt, useSlots as Ye, reactive as He, onMounted as Je, resolveDynamicComponent as Ue, withKeys as mn, ref as J, watch as Fe, onUnmounted as gn, Comment as yn, cloneVNode as wn, nextTick as Lt, onBeforeUnmount as zt, unref as Gt, withModifiers as kn, watchEffect as Tn, toRef as _n } from "vue";
|
|
2
2
|
import { ChevronRightIcon as Sn } from "@kong/icons";
|
|
3
3
|
import { HeaderTags as In } from "@kong/kongponents";
|
|
4
4
|
const On = /* @__PURE__ */ Q({
|
|
@@ -109,7 +109,7 @@ const On = /* @__PURE__ */ Q({
|
|
|
109
109
|
return v(), U(o, {
|
|
110
110
|
class: "kong-ui-app-about-section",
|
|
111
111
|
"title-tag": "h2"
|
|
112
|
-
},
|
|
112
|
+
}, ze({
|
|
113
113
|
default: D(() => [
|
|
114
114
|
a.isLoading ? (v(), k("div", Dn, [
|
|
115
115
|
Ae(l, {
|
|
@@ -224,11 +224,11 @@ const Hn = /* @__PURE__ */ ee(jn, [["render", Kn]]), Un = { class: "kong-ui-app-
|
|
|
224
224
|
"3d9232e8": s.marginRight,
|
|
225
225
|
"038c3c78": s.width
|
|
226
226
|
}));
|
|
227
|
-
const t = n, r =
|
|
227
|
+
const t = n, r = Ye(), a = T(() => !!r.logo), s = He({
|
|
228
228
|
marginRight: "0",
|
|
229
229
|
width: "0"
|
|
230
230
|
});
|
|
231
|
-
|
|
231
|
+
Je(() => {
|
|
232
232
|
var o, f;
|
|
233
233
|
(f = (o = document == null ? void 0 : document.querySelector(".kong-ui-app-navbar .app-navbar-logo")) == null ? void 0 : o.children) != null && f.length ? (s.marginRight = "32px", s.width = "calc(240px - 32px)") : (s.marginRight = "0", s.width = "0");
|
|
234
234
|
});
|
|
@@ -260,7 +260,7 @@ const Hn = /* @__PURE__ */ ee(jn, [["render", Kn]]), Un = { class: "kong-ui-app-
|
|
|
260
260
|
])
|
|
261
261
|
]));
|
|
262
262
|
}
|
|
263
|
-
}), nr = /* @__PURE__ */ ee(ar, [["__scopeId", "data-v-2f6fc50f"]]), rr = ["title"],
|
|
263
|
+
}), nr = /* @__PURE__ */ ee(ar, [["__scopeId", "data-v-2f6fc50f"]]), rr = ["title"], ut = 99, ir = /* @__PURE__ */ Q({
|
|
264
264
|
__name: "ItemBadge",
|
|
265
265
|
props: {
|
|
266
266
|
count: {
|
|
@@ -270,11 +270,11 @@ const Hn = /* @__PURE__ */ ee(jn, [["render", Kn]]), Un = { class: "kong-ui-app-
|
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
setup(n) {
|
|
273
|
-
const t = n, r = T(() => t.count ? t.count >
|
|
273
|
+
const t = n, r = T(() => t.count ? t.count > ut ? `${ut}+` : t.count.toString() : "");
|
|
274
274
|
return (a, s) => r.value ? (v(), k("div", {
|
|
275
275
|
key: 0,
|
|
276
276
|
class: "item-badge",
|
|
277
|
-
title: (n.count || 0) >
|
|
277
|
+
title: (n.count || 0) > ut ? String(n.count) : void 0
|
|
278
278
|
}, W(r.value), 9, rr)) : I("", !0);
|
|
279
279
|
}
|
|
280
280
|
}), or = /* @__PURE__ */ ee(ir, [["__scopeId", "data-v-afb0d903"]]), sr = ["data-testid"], cr = ["aria-controls", "aria-current", "aria-expanded", "href", "target", "onClick", "onKeypress"], lr = {
|
|
@@ -310,7 +310,7 @@ const Hn = /* @__PURE__ */ ee(jn, [["render", Kn]]), Un = { class: "kong-ui-app-
|
|
|
310
310
|
class: ne([n.subnavItem ? "sidebar-item-secondary" : "sidebar-item-primary", { expanded: n.item.expanded }, { active: n.item.active }]),
|
|
311
311
|
"data-testid": n.item.testId ? `sidebar-item-${n.item.testId}` : void 0
|
|
312
312
|
}, [
|
|
313
|
-
(v(), U(
|
|
313
|
+
(v(), U(Ue(s.value ? "div" : "router-link"), {
|
|
314
314
|
custom: s.value ? void 0 : !0,
|
|
315
315
|
to: !s.value && !l.value ? n.item.to : void 0
|
|
316
316
|
}, {
|
|
@@ -385,13 +385,13 @@ const Hn = /* @__PURE__ */ ee(jn, [["render", Kn]]), Un = { class: "kong-ui-app-
|
|
|
385
385
|
* tabbable 6.2.0
|
|
386
386
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
387
387
|
*/
|
|
388
|
-
var Wt = ["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])"],
|
|
389
|
-
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector,
|
|
388
|
+
var Wt = ["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])"], Ge = /* @__PURE__ */ Wt.join(","), Vt = typeof Element > "u", ge = Vt ? function() {
|
|
389
|
+
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, We = !Vt && Element.prototype.getRootNode ? function(n) {
|
|
390
390
|
var t;
|
|
391
391
|
return n == null || (t = n.getRootNode) === null || t === void 0 ? void 0 : t.call(n);
|
|
392
392
|
} : function(n) {
|
|
393
393
|
return n == null ? void 0 : n.ownerDocument;
|
|
394
|
-
},
|
|
394
|
+
}, Ve = function n(t, r) {
|
|
395
395
|
var a;
|
|
396
396
|
r === void 0 && (r = !0);
|
|
397
397
|
var s = t == null || (a = t.getAttribute) === null || a === void 0 ? void 0 : a.call(t, "inert"), l = s === "" || s === "true", o = l || r && t && n(t.parentNode);
|
|
@@ -400,14 +400,14 @@ var Wt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
400
400
|
var r, a = t == null || (r = t.getAttribute) === null || r === void 0 ? void 0 : r.call(t, "contenteditable");
|
|
401
401
|
return a === "" || a === "true";
|
|
402
402
|
}, qt = function(t, r, a) {
|
|
403
|
-
if (
|
|
403
|
+
if (Ve(t))
|
|
404
404
|
return [];
|
|
405
|
-
var s = Array.prototype.slice.apply(t.querySelectorAll(
|
|
406
|
-
return r && ge.call(t,
|
|
405
|
+
var s = Array.prototype.slice.apply(t.querySelectorAll(Ge));
|
|
406
|
+
return r && ge.call(t, Ge) && s.unshift(t), s = s.filter(a), s;
|
|
407
407
|
}, Xt = function n(t, r, a) {
|
|
408
408
|
for (var s = [], l = Array.from(t); l.length; ) {
|
|
409
409
|
var o = l.shift();
|
|
410
|
-
if (!
|
|
410
|
+
if (!Ve(o, !1))
|
|
411
411
|
if (o.tagName === "SLOT") {
|
|
412
412
|
var f = o.assignedElements(), g = f.length ? f : o.children, E = n(g, !0, a);
|
|
413
413
|
a.flatten ? s.push.apply(s, E) : s.push({
|
|
@@ -415,10 +415,10 @@ var Wt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
415
415
|
candidates: E
|
|
416
416
|
});
|
|
417
417
|
} else {
|
|
418
|
-
var F = ge.call(o,
|
|
418
|
+
var F = ge.call(o, Ge);
|
|
419
419
|
F && a.filter(o) && (r || !t.includes(o)) && s.push(o);
|
|
420
420
|
var A = o.shadowRoot || // check for an undisclosed shadow
|
|
421
|
-
typeof a.getShadowRoot == "function" && a.getShadowRoot(o), x = !
|
|
421
|
+
typeof a.getShadowRoot == "function" && a.getShadowRoot(o), x = !Ve(A, !1) && (!a.shadowRootFilter || a.shadowRootFilter(o));
|
|
422
422
|
if (A && x) {
|
|
423
423
|
var L = n(A === !0 ? o.children : A.children, !0, a);
|
|
424
424
|
a.flatten ? s.push.apply(s, L) : s.push({
|
|
@@ -457,7 +457,7 @@ var Wt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
457
457
|
}, kr = function(t) {
|
|
458
458
|
if (!t.name)
|
|
459
459
|
return !0;
|
|
460
|
-
var r = t.form ||
|
|
460
|
+
var r = t.form || We(t), a = function(f) {
|
|
461
461
|
return r.querySelectorAll('input[type="radio"][name="' + f + '"]');
|
|
462
462
|
}, s;
|
|
463
463
|
if (typeof window < "u" && typeof window.CSS < "u" && typeof window.CSS.escape == "function")
|
|
@@ -475,12 +475,12 @@ var Wt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
475
475
|
}, _r = function(t) {
|
|
476
476
|
return Tr(t) && !kr(t);
|
|
477
477
|
}, Sr = function(t) {
|
|
478
|
-
var r, a = t &&
|
|
478
|
+
var r, a = t && We(t), s = (r = a) === null || r === void 0 ? void 0 : r.host, l = !1;
|
|
479
479
|
if (a && a !== t) {
|
|
480
480
|
var o, f, g;
|
|
481
481
|
for (l = !!((o = s) !== null && o !== void 0 && (f = o.ownerDocument) !== null && f !== void 0 && f.contains(s) || t != null && (g = t.ownerDocument) !== null && g !== void 0 && g.contains(t)); !l && s; ) {
|
|
482
482
|
var E, F, A;
|
|
483
|
-
a =
|
|
483
|
+
a = We(s), s = (E = a) === null || E === void 0 ? void 0 : E.host, l = !!((F = s) !== null && F !== void 0 && (A = F.ownerDocument) !== null && A !== void 0 && A.contains(s));
|
|
484
484
|
}
|
|
485
485
|
}
|
|
486
486
|
return l;
|
|
@@ -497,7 +497,7 @@ var Wt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
497
497
|
if (!a || a === "full" || a === "legacy-full") {
|
|
498
498
|
if (typeof s == "function") {
|
|
499
499
|
for (var f = t; t; ) {
|
|
500
|
-
var g = t.parentElement, E =
|
|
500
|
+
var g = t.parentElement, E = We(t);
|
|
501
501
|
if (g && !g.shadowRoot && s(g) === !0)
|
|
502
502
|
return Mt(t);
|
|
503
503
|
t.assignedSlot ? t = t.assignedSlot : !g && E !== t.ownerDocument ? t = E.host : t = g;
|
|
@@ -525,14 +525,14 @@ var Wt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
525
525
|
r = r.parentElement;
|
|
526
526
|
}
|
|
527
527
|
return !1;
|
|
528
|
-
},
|
|
528
|
+
}, qe = function(t, r) {
|
|
529
529
|
return !(r.disabled || // we must do an inert look up to filter out any elements inside an inert ancestor
|
|
530
530
|
// because we're limited in the type of selectors we can use in JSDom (see related
|
|
531
531
|
// note related to `candidateSelectors`)
|
|
532
|
-
|
|
532
|
+
Ve(r) || gr(r) || Ir(r, t) || // For a details element with a summary, the summary element gets the focus
|
|
533
533
|
yr(r) || Or(r));
|
|
534
534
|
}, ft = function(t, r) {
|
|
535
|
-
return !(_r(r) || pe(r) < 0 || !
|
|
535
|
+
return !(_r(r) || pe(r) < 0 || !qe(t, r));
|
|
536
536
|
}, $r = function(t) {
|
|
537
537
|
var r = parseInt(t.getAttribute("tabindex"), 10);
|
|
538
538
|
return !!(isNaN(r) || r >= 0);
|
|
@@ -563,18 +563,18 @@ var Wt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
563
563
|
r = r || {};
|
|
564
564
|
var a;
|
|
565
565
|
return r.getShadowRoot ? a = Xt([t], r.includeContainer, {
|
|
566
|
-
filter:
|
|
566
|
+
filter: qe.bind(null, r),
|
|
567
567
|
flatten: !0,
|
|
568
568
|
getShadowRoot: r.getShadowRoot
|
|
569
|
-
}) : a = qt(t, r.includeContainer,
|
|
569
|
+
}) : a = qt(t, r.includeContainer, qe.bind(null, r)), a;
|
|
570
570
|
}, _e = function(t, r) {
|
|
571
571
|
if (r = r || {}, !t)
|
|
572
572
|
throw new Error("No node provided");
|
|
573
|
-
return ge.call(t,
|
|
574
|
-
}, Ar = /* @__PURE__ */ Wt.concat("iframe").join(","),
|
|
573
|
+
return ge.call(t, Ge) === !1 ? !1 : ft(r, t);
|
|
574
|
+
}, Ar = /* @__PURE__ */ Wt.concat("iframe").join(","), dt = function(t, r) {
|
|
575
575
|
if (r = r || {}, !t)
|
|
576
576
|
throw new Error("No node provided");
|
|
577
|
-
return ge.call(t, Ar) === !1 ? !1 :
|
|
577
|
+
return ge.call(t, Ar) === !1 ? !1 : qe(r, t);
|
|
578
578
|
};
|
|
579
579
|
/*!
|
|
580
580
|
* focus-trap 7.6.0
|
|
@@ -736,7 +736,7 @@ var Kt = {
|
|
|
736
736
|
var u = F("initialFocus");
|
|
737
737
|
if (u === !1)
|
|
738
738
|
return !1;
|
|
739
|
-
if (u === void 0 || !
|
|
739
|
+
if (u === void 0 || !dt(u, l.tabbableOptions))
|
|
740
740
|
if (E(a.activeElement) >= 0)
|
|
741
741
|
u = a.activeElement;
|
|
742
742
|
else {
|
|
@@ -831,7 +831,7 @@ var Kt = {
|
|
|
831
831
|
var Ie = Se.firstTabbableNode;
|
|
832
832
|
return d === Ie;
|
|
833
833
|
});
|
|
834
|
-
if (R < 0 && (y.container === d ||
|
|
834
|
+
if (R < 0 && (y.container === d || dt(d, l.tabbableOptions) && !_e(d, l.tabbableOptions) && !y.nextTabbableNode(d, !1)) && (R = O), R >= 0) {
|
|
835
835
|
var P = R === 0 ? o.tabbableGroups.length - 1 : R - 1, G = o.tabbableGroups[P];
|
|
836
836
|
p = pe(d) >= 0 ? G.lastTabbableNode : G.lastDomTabbableNode;
|
|
837
837
|
} else Ee(m) || (p = y.nextTabbableNode(d, !1));
|
|
@@ -840,7 +840,7 @@ var Kt = {
|
|
|
840
840
|
var Ie = Se.lastTabbableNode;
|
|
841
841
|
return d === Ie;
|
|
842
842
|
});
|
|
843
|
-
if (ae < 0 && (y.container === d ||
|
|
843
|
+
if (ae < 0 && (y.container === d || dt(d, l.tabbableOptions) && !_e(d, l.tabbableOptions) && !y.nextTabbableNode(d)) && (ae = O), ae >= 0) {
|
|
844
844
|
var le = ae === o.tabbableGroups.length - 1 ? 0 : ae + 1, De = o.tabbableGroups[le];
|
|
845
845
|
p = pe(d) >= 0 ? De.firstTabbableNode : De.firstDomTabbableNode;
|
|
846
846
|
} else Ee(m) || (p = y.nextTabbableNode(d));
|
|
@@ -1079,7 +1079,7 @@ const Zr = {
|
|
|
1079
1079
|
preventScroll: n.preventScroll
|
|
1080
1080
|
}));
|
|
1081
1081
|
}
|
|
1082
|
-
return
|
|
1082
|
+
return Je(() => {
|
|
1083
1083
|
Fe(() => n.active, (f) => {
|
|
1084
1084
|
f && l.value ? o().activate() : a && (a.deactivate(), (!l.value || l.value.nodeType === Node.COMMENT_NODE) && (a = null));
|
|
1085
1085
|
}, { immediate: !0, flush: "post" });
|
|
@@ -1117,8 +1117,8 @@ var Ze = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
1117
1117
|
function Hr(n) {
|
|
1118
1118
|
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
1119
1119
|
}
|
|
1120
|
-
var
|
|
1121
|
-
|
|
1120
|
+
var Xe = { exports: {} };
|
|
1121
|
+
Xe.exports;
|
|
1122
1122
|
(function(n, t) {
|
|
1123
1123
|
var r = 200, a = "__lodash_hash_undefined__", s = 9007199254740991, l = "[object Arguments]", o = "[object Array]", f = "[object Boolean]", g = "[object Date]", E = "[object Error]", F = "[object Function]", A = "[object GeneratorFunction]", x = "[object Map]", L = "[object Number]", S = "[object Object]", M = "[object Promise]", j = "[object RegExp]", B = "[object Set]", re = "[object String]", ie = "[object Symbol]", te = "[object WeakMap]", oe = "[object ArrayBuffer]", V = "[object DataView]", q = "[object Float32Array]", C = "[object Float64Array]", K = "[object Int8Array]", z = "[object Int16Array]", H = "[object Int32Array]", N = "[object Uint8Array]", u = "[object Uint8ClampedArray]", d = "[object Uint16Array]", m = "[object Uint32Array]", b = /[\\^$.*+?()[\]{}|]/g, w = /\w*$/, p = /^\[object .+?Constructor\]$/, O = /^(?:0|[1-9]\d*)$/, y = {};
|
|
1124
1124
|
y[l] = y[o] = y[oe] = y[V] = y[f] = y[g] = y[q] = y[C] = y[K] = y[z] = y[H] = y[x] = y[L] = y[S] = y[j] = y[B] = y[re] = y[ie] = y[N] = y[u] = y[d] = y[m] = !0, y[E] = y[F] = y[te] = !1;
|
|
@@ -1167,7 +1167,7 @@ qe.exports;
|
|
|
1167
1167
|
c[++i] = [Z, h];
|
|
1168
1168
|
}), c;
|
|
1169
1169
|
}
|
|
1170
|
-
function
|
|
1170
|
+
function Qe(e, i) {
|
|
1171
1171
|
return function(c) {
|
|
1172
1172
|
return e(i(c));
|
|
1173
1173
|
};
|
|
@@ -1178,12 +1178,12 @@ qe.exports;
|
|
|
1178
1178
|
c[++i] = h;
|
|
1179
1179
|
}), c;
|
|
1180
1180
|
}
|
|
1181
|
-
var ra = Array.prototype, ia = Function.prototype, Re = Object.prototype,
|
|
1182
|
-
var e = /[^.]+$/.exec(
|
|
1181
|
+
var ra = Array.prototype, ia = Function.prototype, Re = Object.prototype, et = G["__core-js_shared__"], gt = function() {
|
|
1182
|
+
var e = /[^.]+$/.exec(et && et.keys && et.keys.IE_PROTO || "");
|
|
1183
1183
|
return e ? "Symbol(src)_1." + e : "";
|
|
1184
1184
|
}(), yt = ia.toString, ue = Re.hasOwnProperty, xe = Re.toString, oa = RegExp(
|
|
1185
1185
|
"^" + yt.call(ue).replace(b, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
1186
|
-
), wt = De ? G.Buffer : void 0, kt = G.Symbol, Tt = G.Uint8Array, sa =
|
|
1186
|
+
), wt = De ? G.Buffer : void 0, kt = G.Symbol, Tt = G.Uint8Array, sa = Qe(Object.getPrototypeOf, Object), ca = Object.create, la = Re.propertyIsEnumerable, ua = ra.splice, _t = Object.getOwnPropertySymbols, da = wt ? wt.isBuffer : void 0, fa = Qe(Object.keys, Object), tt = ke(G, "DataView"), Oe = ke(G, "Map"), at = ke(G, "Promise"), nt = ke(G, "Set"), rt = ke(G, "WeakMap"), $e = ke(Object, "create"), va = ve(tt), ba = ve(Oe), pa = ve(at), ha = ve(nt), ma = ve(rt), St = kt ? kt.prototype : void 0, It = St ? St.valueOf : void 0;
|
|
1187
1187
|
function de(e) {
|
|
1188
1188
|
var i = -1, c = e ? e.length : 0;
|
|
1189
1189
|
for (this.clear(); ++i < c; ) {
|
|
@@ -1297,7 +1297,7 @@ qe.exports;
|
|
|
1297
1297
|
}
|
|
1298
1298
|
we.prototype.clear = Da, we.prototype.delete = Ra, we.prototype.get = xa, we.prototype.has = Ba, we.prototype.set = La;
|
|
1299
1299
|
function Pa(e, i) {
|
|
1300
|
-
var c =
|
|
1300
|
+
var c = st(e) || ln(e) ? aa(e.length, String) : [], h = c.length, Z = !!h;
|
|
1301
1301
|
for (var X in e)
|
|
1302
1302
|
ue.call(e, X) && !(Z && (X == "length" || rn(X, h))) && c.push(X);
|
|
1303
1303
|
return c;
|
|
@@ -1313,15 +1313,15 @@ qe.exports;
|
|
|
1313
1313
|
return -1;
|
|
1314
1314
|
}
|
|
1315
1315
|
function Ma(e, i) {
|
|
1316
|
-
return e && $t(i,
|
|
1316
|
+
return e && $t(i, ct(i), e);
|
|
1317
1317
|
}
|
|
1318
|
-
function
|
|
1318
|
+
function it(e, i, c, h, Z, X, ce) {
|
|
1319
1319
|
var Y;
|
|
1320
1320
|
if (h && (Y = X ? h(e, Z, X, ce) : h(e)), Y !== void 0)
|
|
1321
1321
|
return Y;
|
|
1322
1322
|
if (!Pe(e))
|
|
1323
1323
|
return e;
|
|
1324
|
-
var Dt =
|
|
1324
|
+
var Dt = st(e);
|
|
1325
1325
|
if (Dt) {
|
|
1326
1326
|
if (Y = tn(e), !i)
|
|
1327
1327
|
return Ja(e, Y);
|
|
@@ -1337,7 +1337,7 @@ qe.exports;
|
|
|
1337
1337
|
} else {
|
|
1338
1338
|
if (!y[Te])
|
|
1339
1339
|
return X ? e : {};
|
|
1340
|
-
Y = nn(e, Te,
|
|
1340
|
+
Y = nn(e, Te, it, i);
|
|
1341
1341
|
}
|
|
1342
1342
|
}
|
|
1343
1343
|
ce || (ce = new we());
|
|
@@ -1345,9 +1345,9 @@ qe.exports;
|
|
|
1345
1345
|
if (xt)
|
|
1346
1346
|
return xt;
|
|
1347
1347
|
if (ce.set(e, Y), !Dt)
|
|
1348
|
-
var Bt = c ? en(e) :
|
|
1349
|
-
return ea(Bt || e, function(
|
|
1350
|
-
Bt && (Me =
|
|
1348
|
+
var Bt = c ? en(e) : ct(e);
|
|
1349
|
+
return ea(Bt || e, function(lt, Me) {
|
|
1350
|
+
Bt && (Me = lt, lt = e[Me]), Ot(Y, Me, it(lt, i, c, h, Me, e, ce));
|
|
1351
1351
|
}), Y;
|
|
1352
1352
|
}
|
|
1353
1353
|
function ja(e) {
|
|
@@ -1355,7 +1355,7 @@ qe.exports;
|
|
|
1355
1355
|
}
|
|
1356
1356
|
function Za(e, i, c) {
|
|
1357
1357
|
var h = i(e);
|
|
1358
|
-
return
|
|
1358
|
+
return st(e) ? h : ta(h, c(e));
|
|
1359
1359
|
}
|
|
1360
1360
|
function Ka(e) {
|
|
1361
1361
|
return xe.call(e);
|
|
@@ -1380,12 +1380,12 @@ qe.exports;
|
|
|
1380
1380
|
var c = new e.constructor(e.length);
|
|
1381
1381
|
return e.copy(c), c;
|
|
1382
1382
|
}
|
|
1383
|
-
function
|
|
1383
|
+
function ot(e) {
|
|
1384
1384
|
var i = new e.constructor(e.byteLength);
|
|
1385
1385
|
return new Tt(i).set(new Tt(e)), i;
|
|
1386
1386
|
}
|
|
1387
1387
|
function Ga(e, i) {
|
|
1388
|
-
var c = i ?
|
|
1388
|
+
var c = i ? ot(e.buffer) : e.buffer;
|
|
1389
1389
|
return new e.constructor(c, e.byteOffset, e.byteLength);
|
|
1390
1390
|
}
|
|
1391
1391
|
function Wa(e, i, c) {
|
|
@@ -1404,7 +1404,7 @@ qe.exports;
|
|
|
1404
1404
|
return It ? Object(It.call(e)) : {};
|
|
1405
1405
|
}
|
|
1406
1406
|
function Ya(e, i) {
|
|
1407
|
-
var c = i ?
|
|
1407
|
+
var c = i ? ot(e.buffer) : e.buffer;
|
|
1408
1408
|
return new e.constructor(c, e.byteOffset, e.length);
|
|
1409
1409
|
}
|
|
1410
1410
|
function Ja(e, i) {
|
|
@@ -1425,7 +1425,7 @@ qe.exports;
|
|
|
1425
1425
|
return $t(e, Ct(e), i);
|
|
1426
1426
|
}
|
|
1427
1427
|
function en(e) {
|
|
1428
|
-
return Za(e,
|
|
1428
|
+
return Za(e, ct, Ct);
|
|
1429
1429
|
}
|
|
1430
1430
|
function Le(e, i) {
|
|
1431
1431
|
var c = e.__data__;
|
|
@@ -1435,8 +1435,8 @@ qe.exports;
|
|
|
1435
1435
|
var c = na(e, i);
|
|
1436
1436
|
return Ha(c) ? c : void 0;
|
|
1437
1437
|
}
|
|
1438
|
-
var Ct = _t ?
|
|
1439
|
-
(
|
|
1438
|
+
var Ct = _t ? Qe(_t, Object) : bn, fe = Ka;
|
|
1439
|
+
(tt && fe(new tt(new ArrayBuffer(1))) != V || Oe && fe(new Oe()) != x || at && fe(at.resolve()) != M || nt && fe(new nt()) != B || rt && fe(new rt()) != te) && (fe = function(e) {
|
|
1440
1440
|
var i = xe.call(e), c = i == S ? e.constructor : void 0, h = c ? ve(c) : void 0;
|
|
1441
1441
|
if (h)
|
|
1442
1442
|
switch (h) {
|
|
@@ -1464,7 +1464,7 @@ qe.exports;
|
|
|
1464
1464
|
var Z = e.constructor;
|
|
1465
1465
|
switch (i) {
|
|
1466
1466
|
case oe:
|
|
1467
|
-
return
|
|
1467
|
+
return ot(e);
|
|
1468
1468
|
case f:
|
|
1469
1469
|
case g:
|
|
1470
1470
|
return new Z(+e);
|
|
@@ -1521,7 +1521,7 @@ qe.exports;
|
|
|
1521
1521
|
return "";
|
|
1522
1522
|
}
|
|
1523
1523
|
function cn(e) {
|
|
1524
|
-
return
|
|
1524
|
+
return it(e, !0, !0);
|
|
1525
1525
|
}
|
|
1526
1526
|
function Nt(e, i) {
|
|
1527
1527
|
return e === i || e !== e && i !== i;
|
|
@@ -1529,7 +1529,7 @@ qe.exports;
|
|
|
1529
1529
|
function ln(e) {
|
|
1530
1530
|
return un(e) && ue.call(e, "callee") && (!la.call(e, "callee") || xe.call(e) == l);
|
|
1531
1531
|
}
|
|
1532
|
-
var
|
|
1532
|
+
var st = Array.isArray;
|
|
1533
1533
|
function At(e) {
|
|
1534
1534
|
return e != null && fn(e.length) && !Ft(e);
|
|
1535
1535
|
}
|
|
@@ -1551,7 +1551,7 @@ qe.exports;
|
|
|
1551
1551
|
function vn(e) {
|
|
1552
1552
|
return !!e && typeof e == "object";
|
|
1553
1553
|
}
|
|
1554
|
-
function
|
|
1554
|
+
function ct(e) {
|
|
1555
1555
|
return At(e) ? Pa(e) : Ua(e);
|
|
1556
1556
|
}
|
|
1557
1557
|
function bn() {
|
|
@@ -1561,8 +1561,8 @@ qe.exports;
|
|
|
1561
1561
|
return !1;
|
|
1562
1562
|
}
|
|
1563
1563
|
n.exports = cn;
|
|
1564
|
-
})(
|
|
1565
|
-
var Ur =
|
|
1564
|
+
})(Xe, Xe.exports);
|
|
1565
|
+
var Ur = Xe.exports;
|
|
1566
1566
|
const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
1567
1567
|
key: 0,
|
|
1568
1568
|
class: "sidebar-header"
|
|
@@ -1576,7 +1576,7 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
1576
1576
|
}, Qr = {
|
|
1577
1577
|
key: 2,
|
|
1578
1578
|
class: "level-primary bottom-items"
|
|
1579
|
-
}, ei = { class: "sidebar-footer" },
|
|
1579
|
+
}, ei = { class: "sidebar-footer" }, Ke = "_ungrouped", ti = /* @__PURE__ */ Q({
|
|
1580
1580
|
__name: "AppSidebar",
|
|
1581
1581
|
props: {
|
|
1582
1582
|
topItems: {
|
|
@@ -1636,19 +1636,19 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
1636
1636
|
emits: ["click", "toggle"],
|
|
1637
1637
|
setup(n, { emit: t }) {
|
|
1638
1638
|
vt((b) => ({
|
|
1639
|
-
|
|
1640
|
-
"
|
|
1641
|
-
|
|
1642
|
-
"
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
"
|
|
1648
|
-
"
|
|
1649
|
-
"
|
|
1639
|
+
"5deedb6f": f.value.mobileHeight,
|
|
1640
|
+
"51de47e6": f.value.mobileTop,
|
|
1641
|
+
"268a1dd9": n.zIndex,
|
|
1642
|
+
"0b8b1cad": f.value.height,
|
|
1643
|
+
"672f58e2": f.value.top,
|
|
1644
|
+
"07e8583a": E.value.marginTop,
|
|
1645
|
+
"3ead27a6": d.value,
|
|
1646
|
+
adf5ba6e: g.value.display,
|
|
1647
|
+
"658f4260": g.value.minHeight,
|
|
1648
|
+
"60b56c44": F.value.top,
|
|
1649
|
+
"08159962": F.value.zIndex
|
|
1650
1650
|
}));
|
|
1651
|
-
const r = t, a = n, s =
|
|
1651
|
+
const r = t, a = n, s = Ye(), l = T(() => !!s.header), o = T(() => !!s.top), f = T(() => ({
|
|
1652
1652
|
mobileTop: a.mobileTopOffset && a.mobileEnabled ? `${a.mobileTopOffset}px` : a.topOffset ? `${a.topOffset}px` : "0",
|
|
1653
1653
|
top: a.topOffset ? `${a.topOffset}px` : "0",
|
|
1654
1654
|
mobileHeight: a.mobileTopOffset && a.mobileEnabled ? `calc(100% - ${a.mobileTopOffset}px)` : "100%",
|
|
@@ -1672,9 +1672,9 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
1672
1672
|
}), x = T(() => a.topItems.length ? A(a.topItems) : []), L = T(() => a.bottomItems.length ? A(a.bottomItems) : []), S = (b = "") => b.trim().replace(" ", "").replace(/[^a-z0-9]+/gi, "-").toLowerCase(), M = T(() => {
|
|
1673
1673
|
var w;
|
|
1674
1674
|
const b = /* @__PURE__ */ new Map();
|
|
1675
|
-
b.set(
|
|
1675
|
+
b.set(Ke, []);
|
|
1676
1676
|
for (const p of x.value) {
|
|
1677
|
-
const O = p.group ||
|
|
1677
|
+
const O = p.group || Ke;
|
|
1678
1678
|
b.has(O) || b.set(O, []), (w = b.get(O)) == null || w.push(p);
|
|
1679
1679
|
}
|
|
1680
1680
|
return b;
|
|
@@ -1717,7 +1717,7 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
1717
1717
|
const y = O.offsetWidth;
|
|
1718
1718
|
w.parentNode && w.parentNode.removeChild(w), p - y === 0 && (d.value = "8px");
|
|
1719
1719
|
};
|
|
1720
|
-
return
|
|
1720
|
+
return Je(async () => {
|
|
1721
1721
|
q.value = window == null ? void 0 : window.innerWidth, window.addEventListener("resize", V), window.addEventListener("resize", z), await Lt(), m();
|
|
1722
1722
|
}), zt(() => {
|
|
1723
1723
|
window.removeEventListener("resize", V), window.removeEventListener("resize", z);
|
|
@@ -1754,14 +1754,15 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
1754
1754
|
])) : I("", !0),
|
|
1755
1755
|
$("nav", qr, [
|
|
1756
1756
|
M.value.size > 0 ? (v(!0), k(be, { key: 0 }, he(M.value, ([p, O]) => (v(), k(be, { key: p }, [
|
|
1757
|
-
p !==
|
|
1757
|
+
p !== Ke ? (v(), k("div", {
|
|
1758
1758
|
key: 0,
|
|
1759
1759
|
id: `level-primary-group-${S(p)}`,
|
|
1760
1760
|
class: "level-primary-group-name",
|
|
1761
|
-
"data-testid": "level-primary-group-name"
|
|
1761
|
+
"data-testid": "level-primary-group-name",
|
|
1762
|
+
role: "presentation"
|
|
1762
1763
|
}, W(p), 9, Xr)) : I("", !0),
|
|
1763
1764
|
$("ul", {
|
|
1764
|
-
"aria-labelledby": `level-primary-group-${S(p)}
|
|
1765
|
+
"aria-labelledby": p !== Ke ? `level-primary-group-${S(p)}` : void 0,
|
|
1765
1766
|
class: "level-primary top-items"
|
|
1766
1767
|
}, [
|
|
1767
1768
|
(v(!0), k(be, null, he(O, (y) => (v(), U(Pt, {
|
|
@@ -1800,7 +1801,7 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
1800
1801
|
}, 512)
|
|
1801
1802
|
], 64));
|
|
1802
1803
|
}
|
|
1803
|
-
}), ai = /* @__PURE__ */ ee(ti, [["__scopeId", "data-v-
|
|
1804
|
+
}), ai = /* @__PURE__ */ ee(ti, [["__scopeId", "data-v-e6b1e385"]]), ni = ["aria-label"], ri = /* @__PURE__ */ Q({
|
|
1804
1805
|
__name: "SidebarToggle",
|
|
1805
1806
|
props: {
|
|
1806
1807
|
active: {
|
|
@@ -1878,7 +1879,7 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
1878
1879
|
"81803d80": ie.value,
|
|
1879
1880
|
"64da7a33": te.value
|
|
1880
1881
|
}));
|
|
1881
|
-
const r = n, a = t, s =
|
|
1882
|
+
const r = n, a = t, s = Ye(), l = He({
|
|
1882
1883
|
navbarLeft: T(() => !!s["navbar-left"]),
|
|
1883
1884
|
navbarCenter: T(() => !!s["navbar-center"]),
|
|
1884
1885
|
navbarRight: T(() => !!s["navbar-right"]),
|
|
@@ -1887,9 +1888,9 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
1887
1888
|
sidebarHeader: T(() => !!s["sidebar-header"]),
|
|
1888
1889
|
sidebarTop: T(() => !!s["sidebar-top"]),
|
|
1889
1890
|
sidebarFooter: T(() => !!s["sidebar-footer"])
|
|
1890
|
-
}), o = T(() => r.hideDefaultSlot), f =
|
|
1891
|
+
}), o = T(() => r.hideDefaultSlot), f = He({
|
|
1891
1892
|
hidden: T(() => r.navbarHidden)
|
|
1892
|
-
}), g =
|
|
1893
|
+
}), g = He({
|
|
1893
1894
|
topItems: T(() => r.sidebarTopItems),
|
|
1894
1895
|
bottomItems: T(() => r.sidebarBottomItems),
|
|
1895
1896
|
open: T(() => r.sidebarOpen),
|
|
@@ -1911,7 +1912,7 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
1911
1912
|
}, 200), q = J();
|
|
1912
1913
|
return Fe(S, (C) => {
|
|
1913
1914
|
a("update:topOffset", C || 0);
|
|
1914
|
-
}, { immediate: !0 }),
|
|
1915
|
+
}, { immediate: !0 }), Je(() => {
|
|
1915
1916
|
var K, z;
|
|
1916
1917
|
(K = document == null ? void 0 : document.body) == null || K.classList.add("kong-ui-app-layout-body"), (z = document == null ? void 0 : document.documentElement) == null || z.classList.add("kong-ui-app-layout-html"), x.value = window == null ? void 0 : window.innerWidth, V(!0);
|
|
1917
1918
|
const C = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
|
|
@@ -1939,7 +1940,7 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
1939
1940
|
key: String(g.hidden),
|
|
1940
1941
|
"left-offset": g.hidden ? 0 : void 0,
|
|
1941
1942
|
"top-offset": S.value
|
|
1942
|
-
},
|
|
1943
|
+
}, ze({
|
|
1943
1944
|
"mobile-sidebar-toggle": D(() => [
|
|
1944
1945
|
g.hidden ? I("", !0) : (v(), U(ii, {
|
|
1945
1946
|
key: 0,
|
|
@@ -2001,7 +2002,7 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
2001
2002
|
"top-offset": S.value,
|
|
2002
2003
|
onClick: E,
|
|
2003
2004
|
onToggle: A
|
|
2004
|
-
},
|
|
2005
|
+
}, ze({ _: 2 }, [
|
|
2005
2006
|
l.sidebarHeader ? {
|
|
2006
2007
|
name: "header",
|
|
2007
2008
|
fn: D(() => [
|
|
@@ -2075,7 +2076,7 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
2075
2076
|
}
|
|
2076
2077
|
},
|
|
2077
2078
|
setup(n) {
|
|
2078
|
-
const t = n, r =
|
|
2079
|
+
const t = n, r = Ye(), a = T(() => {
|
|
2079
2080
|
var l;
|
|
2080
2081
|
return !!((l = t.breadcrumbs) != null && l.length);
|
|
2081
2082
|
}), s = T(() => Object.keys(r).filter((l) => l.startsWith("icon-")));
|
|
@@ -2086,7 +2087,7 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
2086
2087
|
Ae(f, {
|
|
2087
2088
|
"item-max-width": "150",
|
|
2088
2089
|
items: n.breadcrumbs
|
|
2089
|
-
},
|
|
2090
|
+
}, ze({ _: 2 }, [
|
|
2090
2091
|
he(s.value, (g) => ({
|
|
2091
2092
|
name: g,
|
|
2092
2093
|
fn: D(() => [
|
|
@@ -2149,19 +2150,19 @@ const zr = /* @__PURE__ */ Hr(Ur), Gr = {
|
|
|
2149
2150
|
}
|
|
2150
2151
|
},
|
|
2151
2152
|
setup(n) {
|
|
2152
|
-
return (t, r) => (v(), U(
|
|
2153
|
+
return (t, r) => (v(), U(Ue(n.collapsible ? "details" : "div"), {
|
|
2153
2154
|
class: "app-page-info-section",
|
|
2154
2155
|
"data-testid": "app-page-info-section"
|
|
2155
2156
|
}, {
|
|
2156
2157
|
default: D(() => [
|
|
2157
|
-
(v(), U(
|
|
2158
|
+
(v(), U(Ue(n.collapsible ? "summary" : "div"), {
|
|
2158
2159
|
class: "app-page-info-section-header",
|
|
2159
2160
|
"data-testid": "app-page-info-section-header"
|
|
2160
2161
|
}, {
|
|
2161
2162
|
default: D(() => [
|
|
2162
2163
|
_(t.$slots, "header", {}, () => [
|
|
2163
2164
|
$("div", Ni, [
|
|
2164
|
-
n.title ? (v(), U(
|
|
2165
|
+
n.title ? (v(), U(Ue(n.titleTag), {
|
|
2165
2166
|
key: 0,
|
|
2166
2167
|
class: "app-page-info-section-title",
|
|
2167
2168
|
"data-testid": "app-page-info-section-title"
|
package/dist/app-layout.umd.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
(function(O,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):(O=typeof globalThis<"u"?globalThis:O||self,e(O["kong-ui-public-app-layout"]={},O.Vue,O.KongIcons,O.Kongponents))})(this,function(O,e,Dt,Ft){"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:d})=>[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:p=>d(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"])}}}),z=(o,a)=>{const r=o.__vccOpts||o;for(const[n,s]of a)r[n]=s;return r},xt=z(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"},Zt={key:1,class:"about-section-actions","data-testid":"about-section-actions"},Kt={key:0,"data-testid":"about-section-loading-skeleton"},Ht={key:1},zt={key:0,class:"about-section-description","data-testid":"about-section-description"},Ut={key:1,class:"about-section-content","data-testid":"about-section-content"},Gt={key:2,"data-testid":"about-divider-section-separator"},Wt={key:3,class:"about-divider-section","data-testid":"about-divider-section"},qt=z(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 d=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",Kt,[e.createVNode(d,{height:"2",width:"100"}),e.createVNode(d,{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",Ut,[e.renderSlot(n.$slots,"default",{},void 0,!0)])):e.createCommentVNode("",!0),n.$slots["divider-section"]?(e.openBlock(),e.createElementBlock("hr",Gt)):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",Zt,[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=z(Xt,[["render",Jt]]),ea={class:"kong-ui-app-error"},ta={class:"banana-icon"},aa={class:"kong-ui-app-error-content"},na=z(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"},Ue=z(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":d.value.top,"0f284bf5":d.value.zIndex,d1659a78:d.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,p;(p=(c=document==null?void 0:document.querySelector(".kong-ui-app-navbar .app-navbar-logo"))==null?void 0:c.children)!=null&&p.length?(s.marginRight="32px",s.width="calc(240px - 32px)"):(s.marginRight="0",s.width="0")});const d=e.computed(()=>({top:a.topOffset?`${a.topOffset}px`:"0",left:a.leftOffset?`${a.leftOffset}px`:"0",zIndex:a.zIndex}));return(c,p)=>(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=["title"],Oe=99,pa=z(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>Oe?`${Oe}+`:a.count.toString():"");return(n,s)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"item-badge",title:(o.count||0)>Oe?String(o.count):void 0},e.toDisplayString(r.value),9,fa)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-afb0d903"]]),ma=["data-testid"],ba=["aria-controls","aria-current","aria-expanded","href","target","onClick","onKeypress"],ha={key:0,class:"sidebar-item-icon"},ga={class:"sidebar-item-name-container"},ya={class:"sidebar-item-name has-tooltip"},va={key:2,class:"sidebar-item-label truncate-text truncate-18"},ka=["id"],Ge=z(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")),d=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),p=E=>{r("click",E)},y=(E,_,B)=>{p(_),typeof B=="function"&&(E.preventDefault(),B())};return(E,_)=>{var A;const B=e.resolveComponent("KTooltip"),$=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&&!d.value?o.item.to:void 0},{default:e.withCtx(w=>{var F,V;return[e.createElementVNode("a",{"aria-controls":(F=o.item.items)!=null&&F.length&&o.item.expanded?`subnav-${o.item.key}`:void 0,"aria-current":o.item.active?"page":void 0,"aria-expanded":(V=o.item.items)!=null&&V.length&&o.item.expanded?!0:void 0,class:e.normalizeClass(["sidebar-item-link",{"sidebar-item-external-link":d.value,"router-link":!s.value}]),href:s.value?String(o.item.to||"#"):w==null?void 0:w.href,target:d.value?"_blank":void 0,onClick:I=>y(I,o.item,w==null?void 0:w.navigate),onKeypress:e.withKeys(I=>y(I,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}])},[E.$slots[`sidebar-icon-${o.item.key}`]?(e.openBlock(),e.createElementBlock("div",ha,[o.subnavItem?e.createCommentVNode("",!0):e.renderSlot(E.$slots,`sidebar-icon-${o.item.key}`,{key:0},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",ga,[(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(B,{key:1,class:"sidebar-item-tooltip",placement:"right","position-fixed":"",text:o.item.name},{default:e.withCtx(()=>[e.createElementVNode("div",ya,[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",va,e.toDisplayString(o.item.label),1)):e.createCommentVNode("",!0)]),c.value?(e.openBlock(),e.createBlock(pa,{key:1,count:o.item.badgeCount},null,8,["count"])):e.createCommentVNode("",!0)],2)],42,ba)]}),_:3},8,["custom","to"])),(A=o.item.items)!=null&&A.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($,{key:w.name,item:w,"subnav-item":!0,onClick:F=>p(w)},null,8,["item","onClick"]))),128))],8,ka)):e.createCommentVNode("",!0)],10,ma)}}}),[["__scopeId","data-v-d0b5bc3d"]]);/*!
|
|
1
|
+
(function(O,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):(O=typeof globalThis<"u"?globalThis:O||self,e(O["kong-ui-public-app-layout"]={},O.Vue,O.KongIcons,O.Kongponents))})(this,function(O,e,Dt,Ft){"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:d})=>[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:p=>d(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"])}}}),z=(o,a)=>{const r=o.__vccOpts||o;for(const[n,s]of a)r[n]=s;return r},xt=z(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"},Zt={key:1,class:"about-section-actions","data-testid":"about-section-actions"},Kt={key:0,"data-testid":"about-section-loading-skeleton"},Ht={key:1},zt={key:0,class:"about-section-description","data-testid":"about-section-description"},Ut={key:1,class:"about-section-content","data-testid":"about-section-content"},Gt={key:2,"data-testid":"about-divider-section-separator"},Wt={key:3,class:"about-divider-section","data-testid":"about-divider-section"},qt=z(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 d=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",Kt,[e.createVNode(d,{height:"2",width:"100"}),e.createVNode(d,{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",Ut,[e.renderSlot(n.$slots,"default",{},void 0,!0)])):e.createCommentVNode("",!0),n.$slots["divider-section"]?(e.openBlock(),e.createElementBlock("hr",Gt)):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",Zt,[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=z(Xt,[["render",Jt]]),ea={class:"kong-ui-app-error"},ta={class:"banana-icon"},aa={class:"kong-ui-app-error-content"},na=z(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"},Ue=z(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":d.value.top,"0f284bf5":d.value.zIndex,d1659a78:d.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,p;(p=(c=document==null?void 0:document.querySelector(".kong-ui-app-navbar .app-navbar-logo"))==null?void 0:c.children)!=null&&p.length?(s.marginRight="32px",s.width="calc(240px - 32px)"):(s.marginRight="0",s.width="0")});const d=e.computed(()=>({top:a.topOffset?`${a.topOffset}px`:"0",left:a.leftOffset?`${a.leftOffset}px`:"0",zIndex:a.zIndex}));return(c,p)=>(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=["title"],Ae=99,pa=z(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>Ae?`${Ae}+`:a.count.toString():"");return(n,s)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"item-badge",title:(o.count||0)>Ae?String(o.count):void 0},e.toDisplayString(r.value),9,fa)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-afb0d903"]]),ma=["data-testid"],ba=["aria-controls","aria-current","aria-expanded","href","target","onClick","onKeypress"],ha={key:0,class:"sidebar-item-icon"},ga={class:"sidebar-item-name-container"},ya={class:"sidebar-item-name has-tooltip"},va={key:2,class:"sidebar-item-label truncate-text truncate-18"},ka=["id"],Ge=z(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")),d=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),p=E=>{r("click",E)},y=(E,_,B)=>{p(_),typeof B=="function"&&(E.preventDefault(),B())};return(E,_)=>{var A;const B=e.resolveComponent("KTooltip"),$=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&&!d.value?o.item.to:void 0},{default:e.withCtx(w=>{var F,V;return[e.createElementVNode("a",{"aria-controls":(F=o.item.items)!=null&&F.length&&o.item.expanded?`subnav-${o.item.key}`:void 0,"aria-current":o.item.active?"page":void 0,"aria-expanded":(V=o.item.items)!=null&&V.length&&o.item.expanded?!0:void 0,class:e.normalizeClass(["sidebar-item-link",{"sidebar-item-external-link":d.value,"router-link":!s.value}]),href:s.value?String(o.item.to||"#"):w==null?void 0:w.href,target:d.value?"_blank":void 0,onClick:I=>y(I,o.item,w==null?void 0:w.navigate),onKeypress:e.withKeys(I=>y(I,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}])},[E.$slots[`sidebar-icon-${o.item.key}`]?(e.openBlock(),e.createElementBlock("div",ha,[o.subnavItem?e.createCommentVNode("",!0):e.renderSlot(E.$slots,`sidebar-icon-${o.item.key}`,{key:0},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",ga,[(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(B,{key:1,class:"sidebar-item-tooltip",placement:"right","position-fixed":"",text:o.item.name},{default:e.withCtx(()=>[e.createElementVNode("div",ya,[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",va,e.toDisplayString(o.item.label),1)):e.createCommentVNode("",!0)]),c.value?(e.openBlock(),e.createBlock(pa,{key:1,count:o.item.badgeCount},null,8,["count"])):e.createCommentVNode("",!0)],2)],42,ba)]}),_:3},8,["custom","to"])),(A=o.item.items)!=null&&A.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($,{key:w.name,item:w,"subnav-item":!0,onClick:F=>p(w)},null,8,["item","onClick"]))),128))],8,ka)):e.createCommentVNode("",!0)],10,ma)}}}),[["__scopeId","data-v-d0b5bc3d"]]);/*!
|
|
2
2
|
* tabbable 6.2.0
|
|
3
3
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
4
|
-
*/var We=["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])"],ge=We.join(","),qe=typeof Element>"u",te=qe?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,ye=!qe&&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},ve=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"),d=s===""||s==="true",c=d||r&&a&&o(a.parentNode);return c},wa=function(a){var r,n=a==null||(r=a.getAttribute)===null||r===void 0?void 0:r.call(a,"contenteditable");return n===""||n==="true"},Xe=function(a,r,n){if(ve(a))return[];var s=Array.prototype.slice.apply(a.querySelectorAll(ge));return r&&te.call(a,ge)&&s.unshift(a),s=s.filter(n),s},Ye=function o(a,r,n){for(var s=[],d=Array.from(a);d.length;){var c=d.shift();if(!ve(c,!1))if(c.tagName==="SLOT"){var p=c.assignedElements(),y=p.length?p:c.children,E=o(y,!0,n);n.flatten?s.push.apply(s,E):s.push({scopeParent:c,candidates:E})}else{var _=te.call(c,ge);_&&n.filter(c)&&(r||!a.includes(c))&&s.push(c);var B=c.shadowRoot||typeof n.getShadowRoot=="function"&&n.getShadowRoot(c),$=!ve(B,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(c));if(B&&$){var A=o(B===!0?c.children:B.children,!0,n);n.flatten?s.push.apply(s,A):s.push({scopeParent:c,candidates:A})}else d.unshift.apply(d,c.children)}}return s},Je=function(a){return!isNaN(parseInt(a.getAttribute("tabindex"),10))},ae=function(a){if(!a)throw new Error("No node provided");return a.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(a.tagName)||wa(a))&&!Je(a)?0:a.tabIndex},Ca=function(a,r){var n=ae(a);return n<0&&r&&!Je(a)?0:n},Sa=function(a,r){return a.tabIndex===r.tabIndex?a.documentOrder-r.documentOrder:a.tabIndex-r.tabIndex},Qe=function(a){return a.tagName==="INPUT"},Ea=function(a){return Qe(a)&&a.type==="hidden"},Na=function(a){var r=a.tagName==="DETAILS"&&Array.prototype.slice.apply(a.children).some(function(n){return n.tagName==="SUMMARY"});return r},Ba=function(a,r){for(var n=0;n<a.length;n++)if(a[n].checked&&a[n].form===r)return a[n]},_a=function(a){if(!a.name)return!0;var r=a.form||ye(a),n=function(p){return r.querySelectorAll('input[type="radio"][name="'+p+'"]')},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 d=Ba(s,a.form);return!d||d===a},Ta=function(a){return Qe(a)&&a.type==="radio"},$a=function(a){return Ta(a)&&!_a(a)},Ia=function(a){var r,n=a&&ye(a),s=(r=n)===null||r===void 0?void 0:r.host,d=!1;if(n&&n!==a){var c,p,y;for(d=!!((c=s)!==null&&c!==void 0&&(p=c.ownerDocument)!==null&&p!==void 0&&p.contains(s)||a!=null&&(y=a.ownerDocument)!==null&&y!==void 0&&y.contains(a));!d&&s;){var E,_,B;n=ye(s),s=(E=n)===null||E===void 0?void 0:E.host,d=!!((_=s)!==null&&_!==void 0&&(B=_.ownerDocument)!==null&&B!==void 0&&B.contains(s))}}return d},et=function(a){var r=a.getBoundingClientRect(),n=r.width,s=r.height;return n===0&&s===0},Oa=function(a,r){var n=r.displayCheck,s=r.getShadowRoot;if(getComputedStyle(a).visibility==="hidden")return!0;var d=te.call(a,"details>summary:first-of-type"),c=d?a.parentElement:a;if(te.call(c,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof s=="function"){for(var p=a;a;){var y=a.parentElement,E=ye(a);if(y&&!y.shadowRoot&&s(y)===!0)return et(a);a.assignedSlot?a=a.assignedSlot:!y&&E!==a.ownerDocument?a=E.host:a=y}a=p}if(Ia(a))return!a.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return et(a);return!1},Aa=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 te.call(r,"fieldset[disabled] *")?!0:!s.contains(a)}return!0}r=r.parentElement}return!1},ke=function(a,r){return!(r.disabled||ve(r)||Ea(r)||Oa(r,a)||Na(r)||Aa(r))},
|
|
4
|
+
*/var We=["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])"],ge=We.join(","),qe=typeof Element>"u",te=qe?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,ye=!qe&&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},ve=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"),d=s===""||s==="true",c=d||r&&a&&o(a.parentNode);return c},wa=function(a){var r,n=a==null||(r=a.getAttribute)===null||r===void 0?void 0:r.call(a,"contenteditable");return n===""||n==="true"},Xe=function(a,r,n){if(ve(a))return[];var s=Array.prototype.slice.apply(a.querySelectorAll(ge));return r&&te.call(a,ge)&&s.unshift(a),s=s.filter(n),s},Ye=function o(a,r,n){for(var s=[],d=Array.from(a);d.length;){var c=d.shift();if(!ve(c,!1))if(c.tagName==="SLOT"){var p=c.assignedElements(),y=p.length?p:c.children,E=o(y,!0,n);n.flatten?s.push.apply(s,E):s.push({scopeParent:c,candidates:E})}else{var _=te.call(c,ge);_&&n.filter(c)&&(r||!a.includes(c))&&s.push(c);var B=c.shadowRoot||typeof n.getShadowRoot=="function"&&n.getShadowRoot(c),$=!ve(B,!1)&&(!n.shadowRootFilter||n.shadowRootFilter(c));if(B&&$){var A=o(B===!0?c.children:B.children,!0,n);n.flatten?s.push.apply(s,A):s.push({scopeParent:c,candidates:A})}else d.unshift.apply(d,c.children)}}return s},Je=function(a){return!isNaN(parseInt(a.getAttribute("tabindex"),10))},ae=function(a){if(!a)throw new Error("No node provided");return a.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(a.tagName)||wa(a))&&!Je(a)?0:a.tabIndex},Ca=function(a,r){var n=ae(a);return n<0&&r&&!Je(a)?0:n},Sa=function(a,r){return a.tabIndex===r.tabIndex?a.documentOrder-r.documentOrder:a.tabIndex-r.tabIndex},Qe=function(a){return a.tagName==="INPUT"},Ea=function(a){return Qe(a)&&a.type==="hidden"},Na=function(a){var r=a.tagName==="DETAILS"&&Array.prototype.slice.apply(a.children).some(function(n){return n.tagName==="SUMMARY"});return r},Ba=function(a,r){for(var n=0;n<a.length;n++)if(a[n].checked&&a[n].form===r)return a[n]},_a=function(a){if(!a.name)return!0;var r=a.form||ye(a),n=function(p){return r.querySelectorAll('input[type="radio"][name="'+p+'"]')},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 d=Ba(s,a.form);return!d||d===a},Ta=function(a){return Qe(a)&&a.type==="radio"},$a=function(a){return Ta(a)&&!_a(a)},Ia=function(a){var r,n=a&&ye(a),s=(r=n)===null||r===void 0?void 0:r.host,d=!1;if(n&&n!==a){var c,p,y;for(d=!!((c=s)!==null&&c!==void 0&&(p=c.ownerDocument)!==null&&p!==void 0&&p.contains(s)||a!=null&&(y=a.ownerDocument)!==null&&y!==void 0&&y.contains(a));!d&&s;){var E,_,B;n=ye(s),s=(E=n)===null||E===void 0?void 0:E.host,d=!!((_=s)!==null&&_!==void 0&&(B=_.ownerDocument)!==null&&B!==void 0&&B.contains(s))}}return d},et=function(a){var r=a.getBoundingClientRect(),n=r.width,s=r.height;return n===0&&s===0},Oa=function(a,r){var n=r.displayCheck,s=r.getShadowRoot;if(getComputedStyle(a).visibility==="hidden")return!0;var d=te.call(a,"details>summary:first-of-type"),c=d?a.parentElement:a;if(te.call(c,"details:not([open]) *"))return!0;if(!n||n==="full"||n==="legacy-full"){if(typeof s=="function"){for(var p=a;a;){var y=a.parentElement,E=ye(a);if(y&&!y.shadowRoot&&s(y)===!0)return et(a);a.assignedSlot?a=a.assignedSlot:!y&&E!==a.ownerDocument?a=E.host:a=y}a=p}if(Ia(a))return!a.getClientRects().length;if(n!=="legacy-full")return!0}else if(n==="non-zero-area")return et(a);return!1},Aa=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 te.call(r,"fieldset[disabled] *")?!0:!s.contains(a)}return!0}r=r.parentElement}return!1},ke=function(a,r){return!(r.disabled||ve(r)||Ea(r)||Oa(r,a)||Na(r)||Aa(r))},De=function(a,r){return!($a(r)||ae(r)<0||!ke(a,r))},Da=function(a){var r=parseInt(a.getAttribute("tabindex"),10);return!!(isNaN(r)||r>=0)},Fa=function o(a){var r=[],n=[];return a.forEach(function(s,d){var c=!!s.scopeParent,p=c?s.scopeParent:s,y=Ca(p,c),E=c?o(s.candidates):p;y===0?c?r.push.apply(r,E):r.push(p):n.push({documentOrder:d,tabIndex:y,item:s,isScope:c,content:E})}),n.sort(Sa).reduce(function(s,d){return d.isScope?s.push.apply(s,d.content):s.push(d.content),s},[]).concat(r)},Va=function(a,r){r=r||{};var n;return r.getShadowRoot?n=Ye([a],r.includeContainer,{filter:De.bind(null,r),flatten:!1,getShadowRoot:r.getShadowRoot,shadowRootFilter:Da}):n=Xe(a,r.includeContainer,De.bind(null,r)),Fa(n)},xa=function(a,r){r=r||{};var n;return r.getShadowRoot?n=Ye([a],r.includeContainer,{filter:ke.bind(null,r),flatten:!0,getShadowRoot:r.getShadowRoot}):n=Xe(a,r.includeContainer,ke.bind(null,r)),n},ie=function(a,r){if(r=r||{},!a)throw new Error("No node provided");return te.call(a,ge)===!1?!1:De(r,a)},Ra=We.concat("iframe").join(","),Fe=function(a,r){if(r=r||{},!a)throw new Error("No node provided");return te.call(a,Ra)===!1?!1:ke(r,a)};/*!
|
|
5
5
|
* focus-trap 7.6.0
|
|
6
6
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
7
|
-
*/function La(o,a,r){return(a=Pa(a))in o?Object.defineProperty(o,a,{value:r,enumerable:!0,configurable:!0,writable:!0}):o[a]=r,o}function tt(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 at(o){for(var a=1;a<arguments.length;a++){var r=arguments[a]!=null?arguments[a]:{};a%2?tt(Object(r),!0).forEach(function(n){La(o,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(r)):tt(Object(r)).forEach(function(n){Object.defineProperty(o,n,Object.getOwnPropertyDescriptor(r,n))})}return o}function Ma(o,a){if(typeof o!="object"||!o)return o;var r=o[Symbol.toPrimitive];if(r!==void 0){var n=r.call(o,a||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(a==="string"?String:Number)(o)}function Pa(o){var a=Ma(o,"string");return typeof a=="symbol"?a:a+""}var nt={activateTrap:function(a,r){if(a.length>0){var n=a[a.length-1];n!==r&&n.pause()}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].unpause()}},ja=function(a){return a.tagName&&a.tagName.toLowerCase()==="input"&&typeof a.select=="function"},Za=function(a){return(a==null?void 0:a.key)==="Escape"||(a==null?void 0:a.key)==="Esc"||(a==null?void 0:a.keyCode)===27},ue=function(a){return(a==null?void 0:a.key)==="Tab"||(a==null?void 0:a.keyCode)===9},Ka=function(a){return ue(a)&&!a.shiftKey},Ha=function(a){return ue(a)&&a.shiftKey},ot=function(a){return setTimeout(a,0)},rt=function(a,r){var n=-1;return a.every(function(s,d){return r(s)?(n=d,!1):!0}),n},fe=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},we=function(a){return a.target.shadowRoot&&typeof a.composedPath=="function"?a.composedPath()[0]:a.target},za=[],Ua=function(a,r){var n=(r==null?void 0:r.document)||document,s=(r==null?void 0:r.trapStack)||za,d=at({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:Ka,isKeyBackward:Ha},r),c={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},p,y=function(u,f,g){return u&&u[f]!==void 0?u[f]:d[g||f]},E=function(u,f){var g=typeof(f==null?void 0:f.composedPath)=="function"?f.composedPath():void 0;return c.containerGroups.findIndex(function(m){var k=m.container,b=m.tabbableNodes;return k.contains(u)||(g==null?void 0:g.includes(k))||b.find(function(C){return C===u})})},_=function(u){var f=d[u];if(typeof f=="function"){for(var g=arguments.length,m=new Array(g>1?g-1:0),k=1;k<g;k++)m[k-1]=arguments[k];f=f.apply(void 0,m)}if(f===!0&&(f=void 0),!f){if(f===void 0||f===!1)return f;throw new Error("`".concat(u,"` was specified but was not a node, or did not return a node"))}var b=f;if(typeof f=="string"&&(b=n.querySelector(f),!b))throw new Error("`".concat(u,"` as selector refers to no known node"));return b},B=function(){var u=_("initialFocus");if(u===!1)return!1;if(u===void 0||!De(u,d.tabbableOptions))if(E(n.activeElement)>=0)u=n.activeElement;else{var f=c.tabbableGroups[0],g=f&&f.firstTabbableNode;u=g||_("fallbackFocus")}if(!u)throw new Error("Your focus-trap needs to have at least one focusable element");return u},$=function(){if(c.containerGroups=c.containers.map(function(u){var f=Va(u,d.tabbableOptions),g=xa(u,d.tabbableOptions),m=f.length>0?f[0]:void 0,k=f.length>0?f[f.length-1]:void 0,b=g.find(function(T){return ie(T)}),C=g.slice().reverse().find(function(T){return ie(T)}),v=!!f.find(function(T){return ae(T)>0});return{container:u,tabbableNodes:f,focusableNodes:g,posTabIndexesFound:v,firstTabbableNode:m,lastTabbableNode:k,firstDomTabbableNode:b,lastDomTabbableNode:C,nextTabbableNode:function(D){var P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,G=f.indexOf(D);return G<0?P?g.slice(g.indexOf(D)+1).find(function(Q){return ie(Q)}):g.slice(0,g.indexOf(D)).reverse().find(function(Q){return ie(Q)}):f[G+(P?1:-1)]}}}),c.tabbableGroups=c.containerGroups.filter(function(u){return u.tabbableNodes.length>0}),c.tabbableGroups.length<=0&&!_("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(u){return u.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.")},A=function(u){var f=u.activeElement;if(f)return f.shadowRoot&&f.shadowRoot.activeElement!==null?A(f.shadowRoot):f},w=function(u){if(u!==!1&&u!==A(document)){if(!u||!u.focus){w(B());return}u.focus({preventScroll:!!d.preventScroll}),c.mostRecentlyFocusedNode=u,ja(u)&&u.select()}},F=function(u){var f=_("setReturnFocus",u);return f||(f===!1?!1:u)},V=function(u){var f=u.target,g=u.event,m=u.isBackward,k=m===void 0?!1:m;f=f||we(g),$();var b=null;if(c.tabbableGroups.length>0){var C=E(f,g),v=C>=0?c.containerGroups[C]:void 0;if(C<0)k?b=c.tabbableGroups[c.tabbableGroups.length-1].lastTabbableNode:b=c.tabbableGroups[0].firstTabbableNode;else if(k){var T=rt(c.tabbableGroups,function(pe){var me=pe.firstTabbableNode;return f===me});if(T<0&&(v.container===f||De(f,d.tabbableOptions)&&!ie(f,d.tabbableOptions)&&!v.nextTabbableNode(f,!1))&&(T=C),T>=0){var D=T===0?c.tabbableGroups.length-1:T-1,P=c.tabbableGroups[D];b=ae(f)>=0?P.lastTabbableNode:P.lastDomTabbableNode}else ue(g)||(b=v.nextTabbableNode(f,!1))}else{var G=rt(c.tabbableGroups,function(pe){var me=pe.lastTabbableNode;return f===me});if(G<0&&(v.container===f||De(f,d.tabbableOptions)&&!ie(f,d.tabbableOptions)&&!v.nextTabbableNode(f))&&(G=C),G>=0){var Q=G===c.tabbableGroups.length-1?0:G+1,Ee=c.tabbableGroups[Q];b=ae(f)>=0?Ee.firstTabbableNode:Ee.firstDomTabbableNode}else ue(g)||(b=v.nextTabbableNode(f))}}else b=_("fallbackFocus");return b},I=function(u){var f=we(u);if(!(E(f,u)>=0)){if(fe(d.clickOutsideDeactivates,u)){p.deactivate({returnFocus:d.returnFocusOnDeactivate});return}fe(d.allowOutsideClick,u)||u.preventDefault()}},W=function(u){var f=we(u),g=E(f,u)>=0;if(g||f instanceof Document)g&&(c.mostRecentlyFocusedNode=f);else{u.stopImmediatePropagation();var m,k=!0;if(c.mostRecentlyFocusedNode)if(ae(c.mostRecentlyFocusedNode)>0){var b=E(c.mostRecentlyFocusedNode),C=c.containerGroups[b].tabbableNodes;if(C.length>0){var v=C.findIndex(function(T){return T===c.mostRecentlyFocusedNode});v>=0&&(d.isKeyForward(c.recentNavEvent)?v+1<C.length&&(m=C[v+1],k=!1):v-1>=0&&(m=C[v-1],k=!1))}}else c.containerGroups.some(function(T){return T.tabbableNodes.some(function(D){return ae(D)>0})})||(k=!1);else k=!1;k&&(m=V({target:c.mostRecentlyFocusedNode,isBackward:d.isKeyBackward(c.recentNavEvent)})),w(m||c.mostRecentlyFocusedNode||B())}c.recentNavEvent=void 0},q=function(u){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;c.recentNavEvent=u;var g=V({event:u,isBackward:f});g&&(ue(u)&&u.preventDefault(),w(g))},U=function(u){(d.isKeyForward(u)||d.isKeyBackward(u))&&q(u,d.isKeyBackward(u))},X=function(u){Za(u)&&fe(d.escapeDeactivates,u)!==!1&&(u.preventDefault(),p.deactivate())},j=function(u){var f=we(u);E(f,u)>=0||fe(d.clickOutsideDeactivates,u)||fe(d.allowOutsideClick,u)||(u.preventDefault(),u.stopImmediatePropagation())},Z=function(){if(c.active)return nt.activateTrap(s,p),c.delayInitialFocusTimer=d.delayInitialFocus?ot(function(){w(B())}):w(B()),n.addEventListener("focusin",W,!0),n.addEventListener("mousedown",I,{capture:!0,passive:!1}),n.addEventListener("touchstart",I,{capture:!0,passive:!1}),n.addEventListener("click",j,{capture:!0,passive:!1}),n.addEventListener("keydown",U,{capture:!0,passive:!1}),n.addEventListener("keydown",X),p},S=function(){if(c.active)return n.removeEventListener("focusin",W,!0),n.removeEventListener("mousedown",I,!0),n.removeEventListener("touchstart",I,!0),n.removeEventListener("click",j,!0),n.removeEventListener("keydown",U,!0),n.removeEventListener("keydown",X),p},R=function(u){var f=u.some(function(g){var m=Array.from(g.removedNodes);return m.some(function(k){return k===c.mostRecentlyFocusedNode})});f&&w(B())},M=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(R):void 0,L=function(){M&&(M.disconnect(),c.active&&!c.paused&&c.containers.map(function(u){M.observe(u,{subtree:!0,childList:!0})}))};return p={get active(){return c.active},get paused(){return c.paused},activate:function(u){if(c.active)return this;var f=y(u,"onActivate"),g=y(u,"onPostActivate"),m=y(u,"checkCanFocusTrap");m||$(),c.active=!0,c.paused=!1,c.nodeFocusedBeforeActivation=n.activeElement,f==null||f();var k=function(){m&&$(),Z(),L(),g==null||g()};return m?(m(c.containers.concat()).then(k,k),this):(k(),this)},deactivate:function(u){if(!c.active)return this;var f=at({onDeactivate:d.onDeactivate,onPostDeactivate:d.onPostDeactivate,checkCanReturnFocus:d.checkCanReturnFocus},u);clearTimeout(c.delayInitialFocusTimer),c.delayInitialFocusTimer=void 0,S(),c.active=!1,c.paused=!1,L(),nt.deactivateTrap(s,p);var g=y(f,"onDeactivate"),m=y(f,"onPostDeactivate"),k=y(f,"checkCanReturnFocus"),b=y(f,"returnFocus","returnFocusOnDeactivate");g==null||g();var C=function(){ot(function(){b&&w(F(c.nodeFocusedBeforeActivation)),m==null||m()})};return b&&k?(k(F(c.nodeFocusedBeforeActivation)).then(C,C),this):(C(),this)},pause:function(u){if(c.paused||!c.active)return this;var f=y(u,"onPause"),g=y(u,"onPostPause");return c.paused=!0,f==null||f(),S(),L(),g==null||g(),this},unpause:function(u){if(!c.paused||!c.active)return this;var f=y(u,"onUnpause"),g=y(u,"onPostUnpause");return c.paused=!1,f==null||f(),$(),Z(),L(),g==null||g(),this},updateContainerElements:function(u){var f=[].concat(u).filter(Boolean);return c.containers=f.map(function(g){return typeof g=="string"?n.querySelector(g):g}),c.active&&$(),L(),this}},p.updateContainerElements(a),p};/*!
|
|
7
|
+
*/function La(o,a,r){return(a=Pa(a))in o?Object.defineProperty(o,a,{value:r,enumerable:!0,configurable:!0,writable:!0}):o[a]=r,o}function tt(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 at(o){for(var a=1;a<arguments.length;a++){var r=arguments[a]!=null?arguments[a]:{};a%2?tt(Object(r),!0).forEach(function(n){La(o,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(r)):tt(Object(r)).forEach(function(n){Object.defineProperty(o,n,Object.getOwnPropertyDescriptor(r,n))})}return o}function Ma(o,a){if(typeof o!="object"||!o)return o;var r=o[Symbol.toPrimitive];if(r!==void 0){var n=r.call(o,a||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(a==="string"?String:Number)(o)}function Pa(o){var a=Ma(o,"string");return typeof a=="symbol"?a:a+""}var nt={activateTrap:function(a,r){if(a.length>0){var n=a[a.length-1];n!==r&&n.pause()}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].unpause()}},ja=function(a){return a.tagName&&a.tagName.toLowerCase()==="input"&&typeof a.select=="function"},Za=function(a){return(a==null?void 0:a.key)==="Escape"||(a==null?void 0:a.key)==="Esc"||(a==null?void 0:a.keyCode)===27},ue=function(a){return(a==null?void 0:a.key)==="Tab"||(a==null?void 0:a.keyCode)===9},Ka=function(a){return ue(a)&&!a.shiftKey},Ha=function(a){return ue(a)&&a.shiftKey},ot=function(a){return setTimeout(a,0)},rt=function(a,r){var n=-1;return a.every(function(s,d){return r(s)?(n=d,!1):!0}),n},fe=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},we=function(a){return a.target.shadowRoot&&typeof a.composedPath=="function"?a.composedPath()[0]:a.target},za=[],Ua=function(a,r){var n=(r==null?void 0:r.document)||document,s=(r==null?void 0:r.trapStack)||za,d=at({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:Ka,isKeyBackward:Ha},r),c={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},p,y=function(u,f,g){return u&&u[f]!==void 0?u[f]:d[g||f]},E=function(u,f){var g=typeof(f==null?void 0:f.composedPath)=="function"?f.composedPath():void 0;return c.containerGroups.findIndex(function(m){var k=m.container,b=m.tabbableNodes;return k.contains(u)||(g==null?void 0:g.includes(k))||b.find(function(C){return C===u})})},_=function(u){var f=d[u];if(typeof f=="function"){for(var g=arguments.length,m=new Array(g>1?g-1:0),k=1;k<g;k++)m[k-1]=arguments[k];f=f.apply(void 0,m)}if(f===!0&&(f=void 0),!f){if(f===void 0||f===!1)return f;throw new Error("`".concat(u,"` was specified but was not a node, or did not return a node"))}var b=f;if(typeof f=="string"&&(b=n.querySelector(f),!b))throw new Error("`".concat(u,"` as selector refers to no known node"));return b},B=function(){var u=_("initialFocus");if(u===!1)return!1;if(u===void 0||!Fe(u,d.tabbableOptions))if(E(n.activeElement)>=0)u=n.activeElement;else{var f=c.tabbableGroups[0],g=f&&f.firstTabbableNode;u=g||_("fallbackFocus")}if(!u)throw new Error("Your focus-trap needs to have at least one focusable element");return u},$=function(){if(c.containerGroups=c.containers.map(function(u){var f=Va(u,d.tabbableOptions),g=xa(u,d.tabbableOptions),m=f.length>0?f[0]:void 0,k=f.length>0?f[f.length-1]:void 0,b=g.find(function(T){return ie(T)}),C=g.slice().reverse().find(function(T){return ie(T)}),v=!!f.find(function(T){return ae(T)>0});return{container:u,tabbableNodes:f,focusableNodes:g,posTabIndexesFound:v,firstTabbableNode:m,lastTabbableNode:k,firstDomTabbableNode:b,lastDomTabbableNode:C,nextTabbableNode:function(D){var P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,G=f.indexOf(D);return G<0?P?g.slice(g.indexOf(D)+1).find(function(Q){return ie(Q)}):g.slice(0,g.indexOf(D)).reverse().find(function(Q){return ie(Q)}):f[G+(P?1:-1)]}}}),c.tabbableGroups=c.containerGroups.filter(function(u){return u.tabbableNodes.length>0}),c.tabbableGroups.length<=0&&!_("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(u){return u.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.")},A=function(u){var f=u.activeElement;if(f)return f.shadowRoot&&f.shadowRoot.activeElement!==null?A(f.shadowRoot):f},w=function(u){if(u!==!1&&u!==A(document)){if(!u||!u.focus){w(B());return}u.focus({preventScroll:!!d.preventScroll}),c.mostRecentlyFocusedNode=u,ja(u)&&u.select()}},F=function(u){var f=_("setReturnFocus",u);return f||(f===!1?!1:u)},V=function(u){var f=u.target,g=u.event,m=u.isBackward,k=m===void 0?!1:m;f=f||we(g),$();var b=null;if(c.tabbableGroups.length>0){var C=E(f,g),v=C>=0?c.containerGroups[C]:void 0;if(C<0)k?b=c.tabbableGroups[c.tabbableGroups.length-1].lastTabbableNode:b=c.tabbableGroups[0].firstTabbableNode;else if(k){var T=rt(c.tabbableGroups,function(pe){var me=pe.firstTabbableNode;return f===me});if(T<0&&(v.container===f||Fe(f,d.tabbableOptions)&&!ie(f,d.tabbableOptions)&&!v.nextTabbableNode(f,!1))&&(T=C),T>=0){var D=T===0?c.tabbableGroups.length-1:T-1,P=c.tabbableGroups[D];b=ae(f)>=0?P.lastTabbableNode:P.lastDomTabbableNode}else ue(g)||(b=v.nextTabbableNode(f,!1))}else{var G=rt(c.tabbableGroups,function(pe){var me=pe.lastTabbableNode;return f===me});if(G<0&&(v.container===f||Fe(f,d.tabbableOptions)&&!ie(f,d.tabbableOptions)&&!v.nextTabbableNode(f))&&(G=C),G>=0){var Q=G===c.tabbableGroups.length-1?0:G+1,Ne=c.tabbableGroups[Q];b=ae(f)>=0?Ne.firstTabbableNode:Ne.firstDomTabbableNode}else ue(g)||(b=v.nextTabbableNode(f))}}else b=_("fallbackFocus");return b},I=function(u){var f=we(u);if(!(E(f,u)>=0)){if(fe(d.clickOutsideDeactivates,u)){p.deactivate({returnFocus:d.returnFocusOnDeactivate});return}fe(d.allowOutsideClick,u)||u.preventDefault()}},W=function(u){var f=we(u),g=E(f,u)>=0;if(g||f instanceof Document)g&&(c.mostRecentlyFocusedNode=f);else{u.stopImmediatePropagation();var m,k=!0;if(c.mostRecentlyFocusedNode)if(ae(c.mostRecentlyFocusedNode)>0){var b=E(c.mostRecentlyFocusedNode),C=c.containerGroups[b].tabbableNodes;if(C.length>0){var v=C.findIndex(function(T){return T===c.mostRecentlyFocusedNode});v>=0&&(d.isKeyForward(c.recentNavEvent)?v+1<C.length&&(m=C[v+1],k=!1):v-1>=0&&(m=C[v-1],k=!1))}}else c.containerGroups.some(function(T){return T.tabbableNodes.some(function(D){return ae(D)>0})})||(k=!1);else k=!1;k&&(m=V({target:c.mostRecentlyFocusedNode,isBackward:d.isKeyBackward(c.recentNavEvent)})),w(m||c.mostRecentlyFocusedNode||B())}c.recentNavEvent=void 0},q=function(u){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;c.recentNavEvent=u;var g=V({event:u,isBackward:f});g&&(ue(u)&&u.preventDefault(),w(g))},U=function(u){(d.isKeyForward(u)||d.isKeyBackward(u))&&q(u,d.isKeyBackward(u))},X=function(u){Za(u)&&fe(d.escapeDeactivates,u)!==!1&&(u.preventDefault(),p.deactivate())},j=function(u){var f=we(u);E(f,u)>=0||fe(d.clickOutsideDeactivates,u)||fe(d.allowOutsideClick,u)||(u.preventDefault(),u.stopImmediatePropagation())},Z=function(){if(c.active)return nt.activateTrap(s,p),c.delayInitialFocusTimer=d.delayInitialFocus?ot(function(){w(B())}):w(B()),n.addEventListener("focusin",W,!0),n.addEventListener("mousedown",I,{capture:!0,passive:!1}),n.addEventListener("touchstart",I,{capture:!0,passive:!1}),n.addEventListener("click",j,{capture:!0,passive:!1}),n.addEventListener("keydown",U,{capture:!0,passive:!1}),n.addEventListener("keydown",X),p},S=function(){if(c.active)return n.removeEventListener("focusin",W,!0),n.removeEventListener("mousedown",I,!0),n.removeEventListener("touchstart",I,!0),n.removeEventListener("click",j,!0),n.removeEventListener("keydown",U,!0),n.removeEventListener("keydown",X),p},R=function(u){var f=u.some(function(g){var m=Array.from(g.removedNodes);return m.some(function(k){return k===c.mostRecentlyFocusedNode})});f&&w(B())},M=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(R):void 0,L=function(){M&&(M.disconnect(),c.active&&!c.paused&&c.containers.map(function(u){M.observe(u,{subtree:!0,childList:!0})}))};return p={get active(){return c.active},get paused(){return c.paused},activate:function(u){if(c.active)return this;var f=y(u,"onActivate"),g=y(u,"onPostActivate"),m=y(u,"checkCanFocusTrap");m||$(),c.active=!0,c.paused=!1,c.nodeFocusedBeforeActivation=n.activeElement,f==null||f();var k=function(){m&&$(),Z(),L(),g==null||g()};return m?(m(c.containers.concat()).then(k,k),this):(k(),this)},deactivate:function(u){if(!c.active)return this;var f=at({onDeactivate:d.onDeactivate,onPostDeactivate:d.onPostDeactivate,checkCanReturnFocus:d.checkCanReturnFocus},u);clearTimeout(c.delayInitialFocusTimer),c.delayInitialFocusTimer=void 0,S(),c.active=!1,c.paused=!1,L(),nt.deactivateTrap(s,p);var g=y(f,"onDeactivate"),m=y(f,"onPostDeactivate"),k=y(f,"checkCanReturnFocus"),b=y(f,"returnFocus","returnFocusOnDeactivate");g==null||g();var C=function(){ot(function(){b&&w(F(c.nodeFocusedBeforeActivation)),m==null||m()})};return b&&k?(k(F(c.nodeFocusedBeforeActivation)).then(C,C),this):(C(),this)},pause:function(u){if(c.paused||!c.active)return this;var f=y(u,"onPause"),g=y(u,"onPostPause");return c.paused=!0,f==null||f(),S(),L(),g==null||g(),this},unpause:function(u){if(!c.paused||!c.active)return this;var f=y(u,"onUnpause"),g=y(u,"onPostUnpause");return c.paused=!1,f==null||f(),$(),Z(),L(),g==null||g(),this},updateContainerElements:function(u){var f=[].concat(u).filter(Boolean);return c.containers=f.map(function(g){return typeof g=="string"?n.querySelector(g):g}),c.active&&$(),L(),this}},p.updateContainerElements(a),p};/*!
|
|
8
8
|
* focus-trap-vue v4.0.2
|
|
9
9
|
* (c) 2023 Eduardo San Martin Morote
|
|
10
10
|
* @license MIT
|
|
11
|
-
*/function nr(o){return o}const Ga={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},Wa=e.defineComponent({props:Object.assign({active:{type:Boolean,default:!0}},Ga),emits:["update:active","activate","postActivate","deactivate","postDeactivate"],render(){return this.renderImpl()},setup(o,{slots:a,emit:r}){let n;const s=e.ref(null),d=e.computed(()=>{const p=s.value;return p&&(p instanceof HTMLElement?p:p.$el)});function c(){return n||(n=Ua(d.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,p=>{p&&d.value?c().activate():n&&(n.deactivate(),(!d.value||d.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 p=a.default().filter(E=>E.type!==e.Comment);return!p||!p.length||p.length>1?(console.error("[focus-trap-vue]: FocusTrap requires exactly one child."),p):e.cloneVNode(p[0],{ref:s})}}}});function it(){return{debounce:(a,r)=>{let n;return(...s)=>{clearTimeout(n),n=window==null?void 0:window.setTimeout(()=>{a(...s)},r)}}}}var Ce=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function qa(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var Se={exports:{}};Se.exports,function(o,a){var r=200,n="__lodash_hash_undefined__",s=9007199254740991,d="[object Arguments]",c="[object Array]",p="[object Boolean]",y="[object Date]",E="[object Error]",_="[object Function]",B="[object GeneratorFunction]",$="[object Map]",A="[object Number]",w="[object Object]",F="[object Promise]",V="[object RegExp]",I="[object Set]",W="[object String]",q="[object Symbol]",U="[object WeakMap]",X="[object ArrayBuffer]",j="[object DataView]",Z="[object Float32Array]",S="[object Float64Array]",R="[object Int8Array]",M="[object Int16Array]",L="[object Int32Array]",N="[object Uint8Array]",u="[object Uint8ClampedArray]",f="[object Uint16Array]",g="[object Uint32Array]",m=/[\\^$.*+?()[\]{}|]/g,k=/\w*$/,b=/^\[object .+?Constructor\]$/,C=/^(?:0|[1-9]\d*)$/,v={};v[d]=v[c]=v[X]=v[j]=v[p]=v[y]=v[Z]=v[S]=v[R]=v[M]=v[L]=v[$]=v[A]=v[w]=v[V]=v[I]=v[W]=v[q]=v[N]=v[u]=v[f]=v[g]=!0,v[E]=v[_]=v[U]=!1;var T=typeof Ce=="object"&&Ce&&Ce.Object===Object&&Ce,D=typeof self=="object"&&self&&self.Object===Object&&self,P=T||D||Function("return this")(),G=a&&!a.nodeType&&a,Q=G&&!0&&o&&!o.nodeType&&o,Ee=Q&&Q.exports===G;function pe(t,i){return t.set(i[0],i[1]),t}function me(t,i){return t.add(i),t}function xn(t,i){for(var l=-1,h=t?t.length:0;++l<h&&i(t[l],l,t)!==!1;);return t}function Rn(t,i){for(var l=-1,h=i.length,x=t.length;++l<h;)t[x+l]=i[l];return t}function dt(t,i,l,h){for(var x=-1,K=t?t.length:0;++x<K;)l=i(l,t[x],x,t);return l}function Ln(t,i){for(var l=-1,h=Array(t);++l<t;)h[l]=i(l);return h}function Mn(t,i){return t==null?void 0:t[i]}function ut(t){var i=!1;if(t!=null&&typeof t.toString!="function")try{i=!!(t+"")}catch{}return i}function ft(t){var i=-1,l=Array(t.size);return t.forEach(function(h,x){l[++i]=[x,h]}),l}function Ve(t,i){return function(l){return t(i(l))}}function pt(t){var i=-1,l=Array(t.size);return t.forEach(function(h){l[++i]=h}),l}var Pn=Array.prototype,jn=Function.prototype,Ne=Object.prototype,xe=P["__core-js_shared__"],mt=function(){var t=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),bt=jn.toString,ee=Ne.hasOwnProperty,Be=Ne.toString,Zn=RegExp("^"+bt.call(ee).replace(m,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ht=Ee?P.Buffer:void 0,gt=P.Symbol,yt=P.Uint8Array,Kn=Ve(Object.getPrototypeOf,Object),Hn=Object.create,zn=Ne.propertyIsEnumerable,Un=Pn.splice,vt=Object.getOwnPropertySymbols,Gn=ht?ht.isBuffer:void 0,Wn=Ve(Object.keys,Object),Re=le(P,"DataView"),be=le(P,"Map"),Le=le(P,"Promise"),Me=le(P,"Set"),Pe=le(P,"WeakMap"),he=le(Object,"create"),qn=re(Re),Xn=re(be),Yn=re(Le),Jn=re(Me),Qn=re(Pe),kt=gt?gt.prototype:void 0,wt=kt?kt.valueOf:void 0;function ne(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 eo(){this.__data__=he?he(null):{}}function to(t){return this.has(t)&&delete this.__data__[t]}function ao(t){var i=this.__data__;if(he){var l=i[t];return l===n?void 0:l}return ee.call(i,t)?i[t]:void 0}function no(t){var i=this.__data__;return he?i[t]!==void 0:ee.call(i,t)}function oo(t,i){var l=this.__data__;return l[t]=he&&i===void 0?n:i,this}ne.prototype.clear=eo,ne.prototype.delete=to,ne.prototype.get=ao,ne.prototype.has=no,ne.prototype.set=oo;function Y(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 ro(){this.__data__=[]}function io(t){var i=this.__data__,l=_e(i,t);if(l<0)return!1;var h=i.length-1;return l==h?i.pop():Un.call(i,l,1),!0}function co(t){var i=this.__data__,l=_e(i,t);return l<0?void 0:i[l][1]}function so(t){return _e(this.__data__,t)>-1}function lo(t,i){var l=this.__data__,h=_e(l,t);return h<0?l.push([t,i]):l[h][1]=i,this}Y.prototype.clear=ro,Y.prototype.delete=io,Y.prototype.get=co,Y.prototype.has=so,Y.prototype.set=lo;function ce(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 uo(){this.__data__={hash:new ne,map:new(be||Y),string:new ne}}function fo(t){return Te(this,t).delete(t)}function po(t){return Te(this,t).get(t)}function mo(t){return Te(this,t).has(t)}function bo(t,i){return Te(this,t).set(t,i),this}ce.prototype.clear=uo,ce.prototype.delete=fo,ce.prototype.get=po,ce.prototype.has=mo,ce.prototype.set=bo;function se(t){this.__data__=new Y(t)}function ho(){this.__data__=new Y}function go(t){return this.__data__.delete(t)}function yo(t){return this.__data__.get(t)}function vo(t){return this.__data__.has(t)}function ko(t,i){var l=this.__data__;if(l instanceof Y){var h=l.__data__;if(!be||h.length<r-1)return h.push([t,i]),this;l=this.__data__=new ce(h)}return l.set(t,i),this}se.prototype.clear=ho,se.prototype.delete=go,se.prototype.get=yo,se.prototype.has=vo,se.prototype.set=ko;function wo(t,i){var l=Ke(t)||zo(t)?Ln(t.length,String):[],h=l.length,x=!!h;for(var K in t)ee.call(t,K)&&!(x&&(K=="length"||jo(K,h)))&&l.push(K);return l}function Ct(t,i,l){var h=t[i];(!(ee.call(t,i)&&Bt(h,l))||l===void 0&&!(i in t))&&(t[i]=l)}function _e(t,i){for(var l=t.length;l--;)if(Bt(t[l][0],i))return l;return-1}function Co(t,i){return t&&St(i,He(i),t)}function je(t,i,l,h,x,K,J){var H;if(h&&(H=K?h(t,x,K,J):h(t)),H!==void 0)return H;if(!$e(t))return t;var $t=Ke(t);if($t){if(H=Lo(t),!i)return Vo(t,H)}else{var de=oe(t),It=de==_||de==B;if(Go(t))return To(t,i);if(de==w||de==d||It&&!K){if(ut(t))return K?t:{};if(H=Mo(It?{}:t),!i)return xo(t,Co(H,t))}else{if(!v[de])return K?t:{};H=Po(t,de,je,i)}}J||(J=new se);var Ot=J.get(t);if(Ot)return Ot;if(J.set(t,H),!$t)var At=l?Ro(t):He(t);return xn(At||t,function(ze,Ie){At&&(Ie=ze,ze=t[Ie]),Ct(H,Ie,je(ze,i,l,h,Ie,t,J))}),H}function So(t){return $e(t)?Hn(t):{}}function Eo(t,i,l){var h=i(t);return Ke(t)?h:Rn(h,l(t))}function No(t){return Be.call(t)}function Bo(t){if(!$e(t)||Ko(t))return!1;var i=Tt(t)||ut(t)?Zn:b;return i.test(re(t))}function _o(t){if(!Nt(t))return Wn(t);var i=[];for(var l in Object(t))ee.call(t,l)&&l!="constructor"&&i.push(l);return i}function To(t,i){if(i)return t.slice();var l=new t.constructor(t.length);return t.copy(l),l}function Ze(t){var i=new t.constructor(t.byteLength);return new yt(i).set(new yt(t)),i}function $o(t,i){var l=i?Ze(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.byteLength)}function Io(t,i,l){var h=i?l(ft(t),!0):ft(t);return dt(h,pe,new t.constructor)}function Oo(t){var i=new t.constructor(t.source,k.exec(t));return i.lastIndex=t.lastIndex,i}function Ao(t,i,l){var h=i?l(pt(t),!0):pt(t);return dt(h,me,new t.constructor)}function Do(t){return wt?Object(wt.call(t)):{}}function Fo(t,i){var l=i?Ze(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.length)}function Vo(t,i){var l=-1,h=t.length;for(i||(i=Array(h));++l<h;)i[l]=t[l];return i}function St(t,i,l,h){l||(l={});for(var x=-1,K=i.length;++x<K;){var J=i[x],H=void 0;Ct(l,J,H===void 0?t[J]:H)}return l}function xo(t,i){return St(t,Et(t),i)}function Ro(t){return Eo(t,He,Et)}function Te(t,i){var l=t.__data__;return Zo(i)?l[typeof i=="string"?"string":"hash"]:l.map}function le(t,i){var l=Mn(t,i);return Bo(l)?l:void 0}var Et=vt?Ve(vt,Object):Xo,oe=No;(Re&&oe(new Re(new ArrayBuffer(1)))!=j||be&&oe(new be)!=$||Le&&oe(Le.resolve())!=F||Me&&oe(new Me)!=I||Pe&&oe(new Pe)!=U)&&(oe=function(t){var i=Be.call(t),l=i==w?t.constructor:void 0,h=l?re(l):void 0;if(h)switch(h){case qn:return j;case Xn:return $;case Yn:return F;case Jn:return I;case Qn:return U}return i});function Lo(t){var i=t.length,l=t.constructor(i);return i&&typeof t[0]=="string"&&ee.call(t,"index")&&(l.index=t.index,l.input=t.input),l}function Mo(t){return typeof t.constructor=="function"&&!Nt(t)?So(Kn(t)):{}}function Po(t,i,l,h){var x=t.constructor;switch(i){case X:return Ze(t);case p:case y:return new x(+t);case j:return $o(t,h);case Z:case S:case R:case M:case L:case N:case u:case f:case g:return Fo(t,h);case $:return Io(t,h,l);case A:case W:return new x(t);case V:return Oo(t);case I:return Ao(t,h,l);case q:return Do(t)}}function jo(t,i){return i=i??s,!!i&&(typeof t=="number"||C.test(t))&&t>-1&&t%1==0&&t<i}function Zo(t){var i=typeof t;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?t!=="__proto__":t===null}function Ko(t){return!!mt&&mt in t}function Nt(t){var i=t&&t.constructor,l=typeof i=="function"&&i.prototype||Ne;return t===l}function re(t){if(t!=null){try{return bt.call(t)}catch{}try{return t+""}catch{}}return""}function Ho(t){return je(t,!0,!0)}function Bt(t,i){return t===i||t!==t&&i!==i}function zo(t){return Uo(t)&&ee.call(t,"callee")&&(!zn.call(t,"callee")||Be.call(t)==d)}var Ke=Array.isArray;function _t(t){return t!=null&&Wo(t.length)&&!Tt(t)}function Uo(t){return qo(t)&&_t(t)}var Go=Gn||Yo;function Tt(t){var i=$e(t)?Be.call(t):"";return i==_||i==B}function Wo(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 qo(t){return!!t&&typeof t=="object"}function He(t){return _t(t)?wo(t):_o(t)}function Xo(){return[]}function Yo(){return!1}o.exports=Ho}(Se,Se.exports);var Xa=Se.exports;const Ya=qa(Xa),Ja={key:0,class:"sidebar-header"},Qa={class:"sidebar-content-container"},en={key:0,class:"sidebar-top"},tn={"aria-label":"Main menu"},an=["id"],nn=["aria-labelledby"],on={key:1,class:"sidebar-level-divider",role:"separator"},rn={key:2,class:"level-primary bottom-items"},cn={class:"sidebar-footer"},Fe="_ungrouped",ct=z(e.defineComponent({__name:"AppSidebar",props:{topItems:{type:Array,default:()=>[]},bottomItems:{type:Array,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=>({c92c63bc:p.value.mobileHeight,"616b1e3a":p.value.mobileTop,ce6f8374:o.zIndex,"7212d1a0":p.value.height,"2f76fb7c":p.value.top,"5f1a7bd0":E.value.marginTop,e0f300ce:f.value,"0f8cd7bc":y.value.display,"48fd8693":y.value.minHeight,"4c27090b":_.value.top,"0a88edfc":_.value.zIndex}));const r=a,n=o,s=e.useSlots(),d=e.computed(()=>!!s.header),c=e.computed(()=>!!s.top),p=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%"})),y=e.computed(()=>({display:!n.mobileHeaderVisible&&n.mobileEnabled?"none":"flex",minHeight:`${n.headerHeight}px`})),E=e.computed(()=>({marginTop:d.value?`${n.headerHeight}px`:"0"})),_=e.computed(()=>({top:n.mobileTopOffset&&n.mobileEnabled?`${n.mobileTopOffset}px`:"0",zIndex:n.mobileOverlayZIndex!==null?n.mobileOverlayZIndex:n.zIndex>1?n.zIndex-1:1})),B=m=>Ya(m).map(b=>{var C,v,T;if(b){(!b.key||!((C=b.key)!=null&&C.trim()))&&(b.key=String(b.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-")),(!b.testId||!((v=b.testId)!=null&&v.trim()))&&(b.testId=String(b.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"));for(const D of b.items||[])D.parentKey=b.key,(!D.testId||!((T=D.testId)!=null&&T.trim()))&&(D.testId=String(D.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"))}return b}),$=e.computed(()=>n.topItems.length?B(n.topItems):[]),A=e.computed(()=>n.bottomItems.length?B(n.bottomItems):[]),w=(m="")=>m.trim().replace(" ","").replace(/[^a-z0-9]+/gi,"-").toLowerCase(),F=e.computed(()=>{var k;const m=new Map;m.set(Fe,[]);for(const b of $.value){const C=b.group||Fe;m.has(C)||m.set(C,[]),(k=m.get(C))==null||k.push(b)}return m});console.log("topNavGroups",F.value);const V=e.ref(n.open),I=m=>{var k,b;V.value!==m&&(V.value=m,r("toggle",m)),m?(k=document==null?void 0:document.body)==null||k.classList.add("kong-ui-app-sidebar-open"):(b=document==null?void 0:document.body)==null||b.classList.remove("kong-ui-app-sidebar-open"),q.value=!1},W=()=>{n.mobileOverlayCloseOnClick&&I(!1)},q=e.ref(!1),U=m=>{q.value=!0,r("click",m),setTimeout(()=>{I(!1)},n.mobileCloseDelay)};e.watch(()=>n.open,m=>{I(m)});const{debounce:X}=it(),j=X(()=>{V.value&&Z.value!==(window==null?void 0:window.innerWidth)&&(Z.value=window==null?void 0:window.innerWidth,I(!1))},200),Z=e.ref(),S=e.ref(!1),R=e.ref(),M=()=>{S.value||(S.value=!0,clearTimeout(R.value),R.value=setTimeout(()=>S.value=!1,1300))},L=e.ref(null),N=e.computed(()=>V.value&&n.mobileEnabled),u=async m=>{var k,b;m?(await e.nextTick(),await new Promise(C=>setTimeout(C,300)),(k=L.value)==null||k.activate()):(b=L.value)==null||b.deactivate()};e.watch(N,async m=>{m?await u(!0):await u(!1)},{immediate:!0});const f=e.ref("0px"),g=()=>{var D;if(!(/Mac|iPhone|iPod|iPad/i.test(navigator==null?void 0:navigator.platform)||/macOS|Mac|iPhone|iPod|iPad/i.test((D=navigator==null?void 0:navigator.userAgentData)==null?void 0:D.platform)))return;const k=document.createElement("div");k.style.visibility="hidden",k.style.width="100px",document.body.appendChild(k);const b=k.offsetWidth;k.style.overflow="scroll";const C=document.createElement("div");C.style.width="100%",k.appendChild(C);const v=C.offsetWidth;k.parentNode&&k.parentNode.removeChild(k),b-v===0&&(f.value="8px")};return e.onMounted(async()=>{Z.value=window==null?void 0:window.innerWidth,window.addEventListener("resize",j),window.addEventListener("resize",M),await e.nextTick(),g()}),e.onBeforeUnmount(()=>{window.removeEventListener("resize",j),window.removeEventListener("resize",M)}),(m,k)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[V.value&&o.mobileOverlay&&o.mobileEnabled?(e.openBlock(),e.createElementBlock("div",{key:0,class:"kong-ui-app-sidebar-overlay",onClick:W})):e.createCommentVNode("",!0),e.createVNode(e.unref(Wa),{ref_key:"focusTrap",ref:L,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":V.value,"no-sidebar-header":!d.value,"mobile-header-hidden":o.mobileEnabled&&(!d.value||!o.mobileHeaderVisible),"mobile-disabled":!o.mobileEnabled,"disable-transitions":S.value}]),tabindex:"-1"},[d.value?(e.openBlock(),e.createElementBlock("div",Ja,[e.renderSlot(m.$slots,"header",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Qa,[c.value?(e.openBlock(),e.createElementBlock("div",en,[e.renderSlot(m.$slots,"top",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("nav",tn,[F.value.size>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(F.value,([b,C])=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:b},[b!==Fe?(e.openBlock(),e.createElementBlock("div",{key:0,id:`level-primary-group-${w(b)}`,class:"level-primary-group-name","data-testid":"level-primary-group-name"},e.toDisplayString(b),9,an)):e.createCommentVNode("",!0),e.createElementVNode("ul",{"aria-labelledby":`level-primary-group-${w(b)}`,class:"level-primary top-items"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C,v=>(e.openBlock(),e.createBlock(Ge,{key:v.name,item:v,onClick:U},{[`sidebar-icon-${v.key}`]:e.withCtx(()=>[e.renderSlot(m.$slots,`sidebar-icon-${v.key}`,{},void 0,!0)]),_:2},1032,["item"]))),128))],8,nn)],64))),128)):e.createCommentVNode("",!0),F.value.size>0&&A.value.length?(e.openBlock(),e.createElementBlock("div",on)):e.createCommentVNode("",!0),A.value.length?(e.openBlock(),e.createElementBlock("ul",rn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,b=>(e.openBlock(),e.createBlock(Ge,{key:b.name,item:b,onClick:U},{[`sidebar-icon-${b.key}`]:e.withCtx(()=>[e.renderSlot(m.$slots,`sidebar-icon-${b.key}`,{},void 0,!0)]),_:2},1032,["item"]))),128))])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",cn,[e.renderSlot(m.$slots,"footer",{},void 0,!0)])],2)]),_:3},512)],64))}}),[["__scopeId","data-v-dfa66579"]]),sn=["aria-label"],st=z(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),d=c=>{c.preventDefault(),s.value=!s.value,r("toggle",s.value)};return e.watch(()=>n.active,c=>{s.value=c}),(c,p)=>(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(d,["prevent"])},p[0]||(p[0]=[e.createElementVNode("span",{class:"line"},null,-1),e.createElementVNode("span",{class:"line"},null,-1),e.createElementVNode("span",{class:"line"},null,-1)]),10,sn))}}),[["__scopeId","data-v-cbb41bbd"]]),ln="#ffffff",dn="#000933",un="#000933",fn="#ffffff",pn="0px",mn="4px",bn={id:"kong-ui-app-layout-notification"},hn={class:"mobile-logo"},gn={key:0,class:"navbar-logo"},yn={class:"kong-ui-app-layout-main","data-testid":"kong-ui-app-layout-main"},vn={class:"kong-ui-app-layout-content"},kn={class:"kong-ui-app-layout-content-inner"},lt=z(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(S=>({"2235c6e4":I.value,"29d04344":W.value,"3d470f48":V.value,"81803d80":q.value,"64da7a33":U.value}));const r=o,n=a,s=e.useSlots(),d=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),p=e.reactive({hidden:e.computed(()=>r.navbarHidden)}),y=e.reactive({topItems:e.computed(()=>r.sidebarTopItems),bottomItems:e.computed(()=>r.sidebarBottomItems),open:e.computed(()=>r.sidebarOpen),hidden:e.computed(()=>r.sidebarHidden)}),E=S=>{n("sidebar-click",S)},_=e.ref(!1),B=S=>{_.value=S};e.watchEffect(()=>{_.value=e.toRef(y,"open").value||!1});const $=e.ref(0),A=e.ref(60),w=e.ref(0),F=e.computed(()=>p.hidden?w.value:A.value+w.value),V=e.computed(()=>r.theme==="light"?un:fn),I=e.computed(()=>r.theme==="light"?ln:dn),W=e.computed(()=>r.theme==="light"?"var(--kong-ui-app-layout-main-box-shadow, -30px 174px 250px #0023db)":"none"),q=e.computed(()=>`${F.value}px`),U=e.computed(()=>y.hidden||p.hidden?pn:mn),{debounce:X}=it(),j=X((S=!1)=>{if(S||$.value!==(window==null?void 0:window.innerWidth)){$.value=window==null?void 0:window.innerWidth;const R=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");R&&(w.value=R.offsetHeight)}},200),Z=e.ref();return e.watch(w,S=>{n("update:topOffset",S||0)},{immediate:!0}),e.onMounted(()=>{var R,M;(R=document==null?void 0:document.body)==null||R.classList.add("kong-ui-app-layout-body"),(M=document==null?void 0:document.documentElement)==null||M.classList.add("kong-ui-app-layout-html"),$.value=window==null?void 0:window.innerWidth,j(!0);const S=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");S&&(Z.value=new ResizeObserver(L=>{window.requestAnimationFrame(()=>{if(!(!Array.isArray(L)||!L.length))for(const N of L){const u=N.contentRect.height;w.value!==u&&(w.value=u)}})}),Z.value.observe(S)),window.addEventListener("resize",j)}),e.onBeforeUnmount(()=>{Z.value&&Z.value.disconnect(),window.removeEventListener("resize",j)}),(S,R)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["kong-ui-app-layout",[{"navbar-hidden":p.hidden},{"sidebar-hidden":y.hidden}]])},[e.createElementVNode("div",bn,[e.renderSlot(S.$slots,"notification",{},void 0,!0)]),p.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Ue,{key:String(y.hidden),"left-offset":y.hidden?0:void 0,"top-offset":w.value},e.createSlots({"mobile-sidebar-toggle":e.withCtx(()=>[y.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(st,{key:0,active:_.value,onToggle:B},null,8,["active"]))]),_:2},[d.navbarMobileLogo?{name:"mobile-logo",fn:e.withCtx(()=>[e.createElementVNode("div",hn,[e.renderSlot(S.$slots,"navbar-mobile-logo",{},void 0,!0)])]),key:"0"}:void 0,d.navbarLogo?{name:"logo",fn:e.withCtx(()=>[y.hidden?(e.openBlock(),e.createElementBlock("div",gn,[e.renderSlot(S.$slots,"navbar-logo",{},void 0,!0)])):e.createCommentVNode("",!0)]),key:"1"}:void 0,d.navbarLeft?{name:"left",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"navbar-left",{},void 0,!0)]),key:"2"}:void 0,d.navbarCenter?{name:"center",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"navbar-center",{},void 0,!0)]),key:"3"}:void 0,d.navbarRight?{name:"right",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"navbar-right",{},void 0,!0)]),key:"4"}:void 0]),1032,["left-offset","top-offset"])),y.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(ct,{key:1,"bottom-items":y.bottomItems,"header-height":A.value,"mobile-enabled":"","mobile-header-visible":!1,"mobile-top-offset":F.value,open:_.value,"top-items":y.topItems,"top-offset":w.value,onClick:E,onToggle:B},e.createSlots({_:2},[d.sidebarHeader?{name:"header",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"sidebar-header",{},void 0,!0)]),key:"0"}:void 0,d.sidebarTop?{name:"top",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"sidebar-top",{},void 0,!0)]),key:"1"}:void 0,d.sidebarFooter?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"sidebar-footer",{},void 0,!0)]),key:"2"}:void 0,e.renderList([...y.topItems||[],...y.bottomItems||[]],M=>({name:`sidebar-icon-${M.key}`,fn:e.withCtx(()=>[e.renderSlot(S.$slots,`sidebar-icon-${M.key}`,{},void 0,!0)])}))]),1032,["bottom-items","header-height","mobile-top-offset","open","top-items","top-offset"])),e.createElementVNode("main",yn,[e.createElementVNode("div",vn,[e.createElementVNode("div",kn,[R[0]||(R[0]=e.createElementVNode("div",{id:"kong-ui-app-layout-teleport-default-slot"},null,-1)),e.renderSlot(S.$slots,"app-error",{},void 0,!0),c.value?e.createCommentVNode("",!0):e.renderSlot(S.$slots,"default",{key:0},void 0,!0)])])])],2))}}),[["__scopeId","data-v-8e8c270a"]]),wn={class:"kong-ui-app-page-header"},Cn={key:0,class:"page-header-breadcrumbs","data-testid":"page-header-breadcrumbs"},Sn={class:"page-header-title-section"},En={class:"page-header-title-wrapper"},Nn={key:0,class:"page-header-title-before","data-testid":"page-header-title-before"},Bn=["title"],_n={key:1,class:"page-header-title-after","data-testid":"page-header-title-after"},Tn={key:0,class:"page-header-actions","data-testid":"page-header-actions"},$n={key:1,class:"page-header-section-below","data-testid":"page-header-section-below"},In=z(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 d;return!!((d=a.breadcrumbs)!=null&&d.length)}),s=e.computed(()=>Object.keys(r).filter(d=>d.startsWith("icon-")));return(d,c)=>{const p=e.resolveComponent("KBreadcrumbs");return e.openBlock(),e.createElementBlock("div",wn,[n.value?(e.openBlock(),e.createElementBlock("div",Cn,[e.createVNode(p,{"item-max-width":"150",items:o.breadcrumbs},e.createSlots({_:2},[e.renderList(s.value,y=>({name:y,fn:e.withCtx(()=>[e.renderSlot(d.$slots,y,{},void 0,!0)])}))]),1032,["items"])])):e.createCommentVNode("",!0),e.createElementVNode("div",Sn,[e.createElementVNode("div",En,[d.$slots["title-before"]?(e.openBlock(),e.createElementBlock("div",Nn,[e.renderSlot(d.$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,Bn),d.$slots["title-after"]?(e.openBlock(),e.createElementBlock("div",_n,[e.renderSlot(d.$slots,"title-after",{},void 0,!0)])):e.createCommentVNode("",!0)]),d.$slots.actions?(e.openBlock(),e.createElementBlock("div",Tn,[e.renderSlot(d.$slots,"actions",{},void 0,!0)])):e.createCommentVNode("",!0)]),d.$slots.below?(e.openBlock(),e.createElementBlock("div",$n,[e.renderSlot(d.$slots,"below",{},void 0,!0)])):e.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-204b7f98"]]),On={class:"app-page-info-section-default-header"},An={key:1,class:"app-page-info-section-description","data-testid":"app-page-info-section-description"},Dn={key:0,class:"app-page-info-section-content","data-testid":"app-page-info-section-content"},Fn=z(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=>Ft.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",On,[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",An,e.toDisplayString(o.description),1)):e.createCommentVNode("",!0)])]),o.collapsible?(e.openBlock(),e.createBlock(e.unref(Dt.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",Dn,[e.renderSlot(a.$slots,"default")])):e.createCommentVNode("",!0)]),_:3}))}}),[["__scopeId","data-v-21cd75da"]]),Vn={install:(o,a={})=>{o.component(a.name||"AppLayout",lt)}};O.AccountDropdown=xt,O.AppAboutSection=qt,O.AppError=na,O.AppLayout=lt,O.AppNavbar=Ue,O.AppPageHeader=In,O.AppPageInfoSection=Fn,O.AppSidebar=ct,O.SidebarToggle=st,O.default=Vn,Object.defineProperties(O,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
11
|
+
*/function nr(o){return o}const Ga={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},Wa=e.defineComponent({props:Object.assign({active:{type:Boolean,default:!0}},Ga),emits:["update:active","activate","postActivate","deactivate","postDeactivate"],render(){return this.renderImpl()},setup(o,{slots:a,emit:r}){let n;const s=e.ref(null),d=e.computed(()=>{const p=s.value;return p&&(p instanceof HTMLElement?p:p.$el)});function c(){return n||(n=Ua(d.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,p=>{p&&d.value?c().activate():n&&(n.deactivate(),(!d.value||d.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 p=a.default().filter(E=>E.type!==e.Comment);return!p||!p.length||p.length>1?(console.error("[focus-trap-vue]: FocusTrap requires exactly one child."),p):e.cloneVNode(p[0],{ref:s})}}}});function it(){return{debounce:(a,r)=>{let n;return(...s)=>{clearTimeout(n),n=window==null?void 0:window.setTimeout(()=>{a(...s)},r)}}}}var Ce=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function qa(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var Se={exports:{}};Se.exports,function(o,a){var r=200,n="__lodash_hash_undefined__",s=9007199254740991,d="[object Arguments]",c="[object Array]",p="[object Boolean]",y="[object Date]",E="[object Error]",_="[object Function]",B="[object GeneratorFunction]",$="[object Map]",A="[object Number]",w="[object Object]",F="[object Promise]",V="[object RegExp]",I="[object Set]",W="[object String]",q="[object Symbol]",U="[object WeakMap]",X="[object ArrayBuffer]",j="[object DataView]",Z="[object Float32Array]",S="[object Float64Array]",R="[object Int8Array]",M="[object Int16Array]",L="[object Int32Array]",N="[object Uint8Array]",u="[object Uint8ClampedArray]",f="[object Uint16Array]",g="[object Uint32Array]",m=/[\\^$.*+?()[\]{}|]/g,k=/\w*$/,b=/^\[object .+?Constructor\]$/,C=/^(?:0|[1-9]\d*)$/,v={};v[d]=v[c]=v[X]=v[j]=v[p]=v[y]=v[Z]=v[S]=v[R]=v[M]=v[L]=v[$]=v[A]=v[w]=v[V]=v[I]=v[W]=v[q]=v[N]=v[u]=v[f]=v[g]=!0,v[E]=v[_]=v[U]=!1;var T=typeof Ce=="object"&&Ce&&Ce.Object===Object&&Ce,D=typeof self=="object"&&self&&self.Object===Object&&self,P=T||D||Function("return this")(),G=a&&!a.nodeType&&a,Q=G&&!0&&o&&!o.nodeType&&o,Ne=Q&&Q.exports===G;function pe(t,i){return t.set(i[0],i[1]),t}function me(t,i){return t.add(i),t}function xn(t,i){for(var l=-1,h=t?t.length:0;++l<h&&i(t[l],l,t)!==!1;);return t}function Rn(t,i){for(var l=-1,h=i.length,x=t.length;++l<h;)t[x+l]=i[l];return t}function dt(t,i,l,h){for(var x=-1,K=t?t.length:0;++x<K;)l=i(l,t[x],x,t);return l}function Ln(t,i){for(var l=-1,h=Array(t);++l<t;)h[l]=i(l);return h}function Mn(t,i){return t==null?void 0:t[i]}function ut(t){var i=!1;if(t!=null&&typeof t.toString!="function")try{i=!!(t+"")}catch{}return i}function ft(t){var i=-1,l=Array(t.size);return t.forEach(function(h,x){l[++i]=[x,h]}),l}function Ve(t,i){return function(l){return t(i(l))}}function pt(t){var i=-1,l=Array(t.size);return t.forEach(function(h){l[++i]=h}),l}var Pn=Array.prototype,jn=Function.prototype,Be=Object.prototype,xe=P["__core-js_shared__"],mt=function(){var t=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),bt=jn.toString,ee=Be.hasOwnProperty,_e=Be.toString,Zn=RegExp("^"+bt.call(ee).replace(m,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ht=Ne?P.Buffer:void 0,gt=P.Symbol,yt=P.Uint8Array,Kn=Ve(Object.getPrototypeOf,Object),Hn=Object.create,zn=Be.propertyIsEnumerable,Un=Pn.splice,vt=Object.getOwnPropertySymbols,Gn=ht?ht.isBuffer:void 0,Wn=Ve(Object.keys,Object),Re=le(P,"DataView"),be=le(P,"Map"),Le=le(P,"Promise"),Me=le(P,"Set"),Pe=le(P,"WeakMap"),he=le(Object,"create"),qn=re(Re),Xn=re(be),Yn=re(Le),Jn=re(Me),Qn=re(Pe),kt=gt?gt.prototype:void 0,wt=kt?kt.valueOf:void 0;function ne(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 eo(){this.__data__=he?he(null):{}}function to(t){return this.has(t)&&delete this.__data__[t]}function ao(t){var i=this.__data__;if(he){var l=i[t];return l===n?void 0:l}return ee.call(i,t)?i[t]:void 0}function no(t){var i=this.__data__;return he?i[t]!==void 0:ee.call(i,t)}function oo(t,i){var l=this.__data__;return l[t]=he&&i===void 0?n:i,this}ne.prototype.clear=eo,ne.prototype.delete=to,ne.prototype.get=ao,ne.prototype.has=no,ne.prototype.set=oo;function Y(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 ro(){this.__data__=[]}function io(t){var i=this.__data__,l=Te(i,t);if(l<0)return!1;var h=i.length-1;return l==h?i.pop():Un.call(i,l,1),!0}function co(t){var i=this.__data__,l=Te(i,t);return l<0?void 0:i[l][1]}function so(t){return Te(this.__data__,t)>-1}function lo(t,i){var l=this.__data__,h=Te(l,t);return h<0?l.push([t,i]):l[h][1]=i,this}Y.prototype.clear=ro,Y.prototype.delete=io,Y.prototype.get=co,Y.prototype.has=so,Y.prototype.set=lo;function ce(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 uo(){this.__data__={hash:new ne,map:new(be||Y),string:new ne}}function fo(t){return $e(this,t).delete(t)}function po(t){return $e(this,t).get(t)}function mo(t){return $e(this,t).has(t)}function bo(t,i){return $e(this,t).set(t,i),this}ce.prototype.clear=uo,ce.prototype.delete=fo,ce.prototype.get=po,ce.prototype.has=mo,ce.prototype.set=bo;function se(t){this.__data__=new Y(t)}function ho(){this.__data__=new Y}function go(t){return this.__data__.delete(t)}function yo(t){return this.__data__.get(t)}function vo(t){return this.__data__.has(t)}function ko(t,i){var l=this.__data__;if(l instanceof Y){var h=l.__data__;if(!be||h.length<r-1)return h.push([t,i]),this;l=this.__data__=new ce(h)}return l.set(t,i),this}se.prototype.clear=ho,se.prototype.delete=go,se.prototype.get=yo,se.prototype.has=vo,se.prototype.set=ko;function wo(t,i){var l=Ke(t)||zo(t)?Ln(t.length,String):[],h=l.length,x=!!h;for(var K in t)ee.call(t,K)&&!(x&&(K=="length"||jo(K,h)))&&l.push(K);return l}function Ct(t,i,l){var h=t[i];(!(ee.call(t,i)&&Bt(h,l))||l===void 0&&!(i in t))&&(t[i]=l)}function Te(t,i){for(var l=t.length;l--;)if(Bt(t[l][0],i))return l;return-1}function Co(t,i){return t&&St(i,He(i),t)}function je(t,i,l,h,x,K,J){var H;if(h&&(H=K?h(t,x,K,J):h(t)),H!==void 0)return H;if(!Ie(t))return t;var $t=Ke(t);if($t){if(H=Lo(t),!i)return Vo(t,H)}else{var de=oe(t),It=de==_||de==B;if(Go(t))return To(t,i);if(de==w||de==d||It&&!K){if(ut(t))return K?t:{};if(H=Mo(It?{}:t),!i)return xo(t,Co(H,t))}else{if(!v[de])return K?t:{};H=Po(t,de,je,i)}}J||(J=new se);var Ot=J.get(t);if(Ot)return Ot;if(J.set(t,H),!$t)var At=l?Ro(t):He(t);return xn(At||t,function(ze,Oe){At&&(Oe=ze,ze=t[Oe]),Ct(H,Oe,je(ze,i,l,h,Oe,t,J))}),H}function So(t){return Ie(t)?Hn(t):{}}function Eo(t,i,l){var h=i(t);return Ke(t)?h:Rn(h,l(t))}function No(t){return _e.call(t)}function Bo(t){if(!Ie(t)||Ko(t))return!1;var i=Tt(t)||ut(t)?Zn:b;return i.test(re(t))}function _o(t){if(!Nt(t))return Wn(t);var i=[];for(var l in Object(t))ee.call(t,l)&&l!="constructor"&&i.push(l);return i}function To(t,i){if(i)return t.slice();var l=new t.constructor(t.length);return t.copy(l),l}function Ze(t){var i=new t.constructor(t.byteLength);return new yt(i).set(new yt(t)),i}function $o(t,i){var l=i?Ze(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.byteLength)}function Io(t,i,l){var h=i?l(ft(t),!0):ft(t);return dt(h,pe,new t.constructor)}function Oo(t){var i=new t.constructor(t.source,k.exec(t));return i.lastIndex=t.lastIndex,i}function Ao(t,i,l){var h=i?l(pt(t),!0):pt(t);return dt(h,me,new t.constructor)}function Do(t){return wt?Object(wt.call(t)):{}}function Fo(t,i){var l=i?Ze(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.length)}function Vo(t,i){var l=-1,h=t.length;for(i||(i=Array(h));++l<h;)i[l]=t[l];return i}function St(t,i,l,h){l||(l={});for(var x=-1,K=i.length;++x<K;){var J=i[x],H=void 0;Ct(l,J,H===void 0?t[J]:H)}return l}function xo(t,i){return St(t,Et(t),i)}function Ro(t){return Eo(t,He,Et)}function $e(t,i){var l=t.__data__;return Zo(i)?l[typeof i=="string"?"string":"hash"]:l.map}function le(t,i){var l=Mn(t,i);return Bo(l)?l:void 0}var Et=vt?Ve(vt,Object):Xo,oe=No;(Re&&oe(new Re(new ArrayBuffer(1)))!=j||be&&oe(new be)!=$||Le&&oe(Le.resolve())!=F||Me&&oe(new Me)!=I||Pe&&oe(new Pe)!=U)&&(oe=function(t){var i=_e.call(t),l=i==w?t.constructor:void 0,h=l?re(l):void 0;if(h)switch(h){case qn:return j;case Xn:return $;case Yn:return F;case Jn:return I;case Qn:return U}return i});function Lo(t){var i=t.length,l=t.constructor(i);return i&&typeof t[0]=="string"&&ee.call(t,"index")&&(l.index=t.index,l.input=t.input),l}function Mo(t){return typeof t.constructor=="function"&&!Nt(t)?So(Kn(t)):{}}function Po(t,i,l,h){var x=t.constructor;switch(i){case X:return Ze(t);case p:case y:return new x(+t);case j:return $o(t,h);case Z:case S:case R:case M:case L:case N:case u:case f:case g:return Fo(t,h);case $:return Io(t,h,l);case A:case W:return new x(t);case V:return Oo(t);case I:return Ao(t,h,l);case q:return Do(t)}}function jo(t,i){return i=i??s,!!i&&(typeof t=="number"||C.test(t))&&t>-1&&t%1==0&&t<i}function Zo(t){var i=typeof t;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?t!=="__proto__":t===null}function Ko(t){return!!mt&&mt in t}function Nt(t){var i=t&&t.constructor,l=typeof i=="function"&&i.prototype||Be;return t===l}function re(t){if(t!=null){try{return bt.call(t)}catch{}try{return t+""}catch{}}return""}function Ho(t){return je(t,!0,!0)}function Bt(t,i){return t===i||t!==t&&i!==i}function zo(t){return Uo(t)&&ee.call(t,"callee")&&(!zn.call(t,"callee")||_e.call(t)==d)}var Ke=Array.isArray;function _t(t){return t!=null&&Wo(t.length)&&!Tt(t)}function Uo(t){return qo(t)&&_t(t)}var Go=Gn||Yo;function Tt(t){var i=Ie(t)?_e.call(t):"";return i==_||i==B}function Wo(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=s}function Ie(t){var i=typeof t;return!!t&&(i=="object"||i=="function")}function qo(t){return!!t&&typeof t=="object"}function He(t){return _t(t)?wo(t):_o(t)}function Xo(){return[]}function Yo(){return!1}o.exports=Ho}(Se,Se.exports);var Xa=Se.exports;const Ya=qa(Xa),Ja={key:0,class:"sidebar-header"},Qa={class:"sidebar-content-container"},en={key:0,class:"sidebar-top"},tn={"aria-label":"Main menu"},an=["id"],nn=["aria-labelledby"],on={key:1,class:"sidebar-level-divider",role:"separator"},rn={key:2,class:"level-primary bottom-items"},cn={class:"sidebar-footer"},Ee="_ungrouped",ct=z(e.defineComponent({__name:"AppSidebar",props:{topItems:{type:Array,default:()=>[]},bottomItems:{type:Array,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=>({"5deedb6f":p.value.mobileHeight,"51de47e6":p.value.mobileTop,"268a1dd9":o.zIndex,"0b8b1cad":p.value.height,"672f58e2":p.value.top,"07e8583a":E.value.marginTop,"3ead27a6":f.value,adf5ba6e:y.value.display,"658f4260":y.value.minHeight,"60b56c44":_.value.top,"08159962":_.value.zIndex}));const r=a,n=o,s=e.useSlots(),d=e.computed(()=>!!s.header),c=e.computed(()=>!!s.top),p=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%"})),y=e.computed(()=>({display:!n.mobileHeaderVisible&&n.mobileEnabled?"none":"flex",minHeight:`${n.headerHeight}px`})),E=e.computed(()=>({marginTop:d.value?`${n.headerHeight}px`:"0"})),_=e.computed(()=>({top:n.mobileTopOffset&&n.mobileEnabled?`${n.mobileTopOffset}px`:"0",zIndex:n.mobileOverlayZIndex!==null?n.mobileOverlayZIndex:n.zIndex>1?n.zIndex-1:1})),B=m=>Ya(m).map(b=>{var C,v,T;if(b){(!b.key||!((C=b.key)!=null&&C.trim()))&&(b.key=String(b.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-")),(!b.testId||!((v=b.testId)!=null&&v.trim()))&&(b.testId=String(b.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"));for(const D of b.items||[])D.parentKey=b.key,(!D.testId||!((T=D.testId)!=null&&T.trim()))&&(D.testId=String(D.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"))}return b}),$=e.computed(()=>n.topItems.length?B(n.topItems):[]),A=e.computed(()=>n.bottomItems.length?B(n.bottomItems):[]),w=(m="")=>m.trim().replace(" ","").replace(/[^a-z0-9]+/gi,"-").toLowerCase(),F=e.computed(()=>{var k;const m=new Map;m.set(Ee,[]);for(const b of $.value){const C=b.group||Ee;m.has(C)||m.set(C,[]),(k=m.get(C))==null||k.push(b)}return m});console.log("topNavGroups",F.value);const V=e.ref(n.open),I=m=>{var k,b;V.value!==m&&(V.value=m,r("toggle",m)),m?(k=document==null?void 0:document.body)==null||k.classList.add("kong-ui-app-sidebar-open"):(b=document==null?void 0:document.body)==null||b.classList.remove("kong-ui-app-sidebar-open"),q.value=!1},W=()=>{n.mobileOverlayCloseOnClick&&I(!1)},q=e.ref(!1),U=m=>{q.value=!0,r("click",m),setTimeout(()=>{I(!1)},n.mobileCloseDelay)};e.watch(()=>n.open,m=>{I(m)});const{debounce:X}=it(),j=X(()=>{V.value&&Z.value!==(window==null?void 0:window.innerWidth)&&(Z.value=window==null?void 0:window.innerWidth,I(!1))},200),Z=e.ref(),S=e.ref(!1),R=e.ref(),M=()=>{S.value||(S.value=!0,clearTimeout(R.value),R.value=setTimeout(()=>S.value=!1,1300))},L=e.ref(null),N=e.computed(()=>V.value&&n.mobileEnabled),u=async m=>{var k,b;m?(await e.nextTick(),await new Promise(C=>setTimeout(C,300)),(k=L.value)==null||k.activate()):(b=L.value)==null||b.deactivate()};e.watch(N,async m=>{m?await u(!0):await u(!1)},{immediate:!0});const f=e.ref("0px"),g=()=>{var D;if(!(/Mac|iPhone|iPod|iPad/i.test(navigator==null?void 0:navigator.platform)||/macOS|Mac|iPhone|iPod|iPad/i.test((D=navigator==null?void 0:navigator.userAgentData)==null?void 0:D.platform)))return;const k=document.createElement("div");k.style.visibility="hidden",k.style.width="100px",document.body.appendChild(k);const b=k.offsetWidth;k.style.overflow="scroll";const C=document.createElement("div");C.style.width="100%",k.appendChild(C);const v=C.offsetWidth;k.parentNode&&k.parentNode.removeChild(k),b-v===0&&(f.value="8px")};return e.onMounted(async()=>{Z.value=window==null?void 0:window.innerWidth,window.addEventListener("resize",j),window.addEventListener("resize",M),await e.nextTick(),g()}),e.onBeforeUnmount(()=>{window.removeEventListener("resize",j),window.removeEventListener("resize",M)}),(m,k)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[V.value&&o.mobileOverlay&&o.mobileEnabled?(e.openBlock(),e.createElementBlock("div",{key:0,class:"kong-ui-app-sidebar-overlay",onClick:W})):e.createCommentVNode("",!0),e.createVNode(e.unref(Wa),{ref_key:"focusTrap",ref:L,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":V.value,"no-sidebar-header":!d.value,"mobile-header-hidden":o.mobileEnabled&&(!d.value||!o.mobileHeaderVisible),"mobile-disabled":!o.mobileEnabled,"disable-transitions":S.value}]),tabindex:"-1"},[d.value?(e.openBlock(),e.createElementBlock("div",Ja,[e.renderSlot(m.$slots,"header",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Qa,[c.value?(e.openBlock(),e.createElementBlock("div",en,[e.renderSlot(m.$slots,"top",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("nav",tn,[F.value.size>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(F.value,([b,C])=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:b},[b!==Ee?(e.openBlock(),e.createElementBlock("div",{key:0,id:`level-primary-group-${w(b)}`,class:"level-primary-group-name","data-testid":"level-primary-group-name",role:"presentation"},e.toDisplayString(b),9,an)):e.createCommentVNode("",!0),e.createElementVNode("ul",{"aria-labelledby":b!==Ee?`level-primary-group-${w(b)}`:void 0,class:"level-primary top-items"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C,v=>(e.openBlock(),e.createBlock(Ge,{key:v.name,item:v,onClick:U},{[`sidebar-icon-${v.key}`]:e.withCtx(()=>[e.renderSlot(m.$slots,`sidebar-icon-${v.key}`,{},void 0,!0)]),_:2},1032,["item"]))),128))],8,nn)],64))),128)):e.createCommentVNode("",!0),F.value.size>0&&A.value.length?(e.openBlock(),e.createElementBlock("div",on)):e.createCommentVNode("",!0),A.value.length?(e.openBlock(),e.createElementBlock("ul",rn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,b=>(e.openBlock(),e.createBlock(Ge,{key:b.name,item:b,onClick:U},{[`sidebar-icon-${b.key}`]:e.withCtx(()=>[e.renderSlot(m.$slots,`sidebar-icon-${b.key}`,{},void 0,!0)]),_:2},1032,["item"]))),128))])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",cn,[e.renderSlot(m.$slots,"footer",{},void 0,!0)])],2)]),_:3},512)],64))}}),[["__scopeId","data-v-e6b1e385"]]),sn=["aria-label"],st=z(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),d=c=>{c.preventDefault(),s.value=!s.value,r("toggle",s.value)};return e.watch(()=>n.active,c=>{s.value=c}),(c,p)=>(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(d,["prevent"])},p[0]||(p[0]=[e.createElementVNode("span",{class:"line"},null,-1),e.createElementVNode("span",{class:"line"},null,-1),e.createElementVNode("span",{class:"line"},null,-1)]),10,sn))}}),[["__scopeId","data-v-cbb41bbd"]]),ln="#ffffff",dn="#000933",un="#000933",fn="#ffffff",pn="0px",mn="4px",bn={id:"kong-ui-app-layout-notification"},hn={class:"mobile-logo"},gn={key:0,class:"navbar-logo"},yn={class:"kong-ui-app-layout-main","data-testid":"kong-ui-app-layout-main"},vn={class:"kong-ui-app-layout-content"},kn={class:"kong-ui-app-layout-content-inner"},lt=z(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(S=>({"2235c6e4":I.value,"29d04344":W.value,"3d470f48":V.value,"81803d80":q.value,"64da7a33":U.value}));const r=o,n=a,s=e.useSlots(),d=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),p=e.reactive({hidden:e.computed(()=>r.navbarHidden)}),y=e.reactive({topItems:e.computed(()=>r.sidebarTopItems),bottomItems:e.computed(()=>r.sidebarBottomItems),open:e.computed(()=>r.sidebarOpen),hidden:e.computed(()=>r.sidebarHidden)}),E=S=>{n("sidebar-click",S)},_=e.ref(!1),B=S=>{_.value=S};e.watchEffect(()=>{_.value=e.toRef(y,"open").value||!1});const $=e.ref(0),A=e.ref(60),w=e.ref(0),F=e.computed(()=>p.hidden?w.value:A.value+w.value),V=e.computed(()=>r.theme==="light"?un:fn),I=e.computed(()=>r.theme==="light"?ln:dn),W=e.computed(()=>r.theme==="light"?"var(--kong-ui-app-layout-main-box-shadow, -30px 174px 250px #0023db)":"none"),q=e.computed(()=>`${F.value}px`),U=e.computed(()=>y.hidden||p.hidden?pn:mn),{debounce:X}=it(),j=X((S=!1)=>{if(S||$.value!==(window==null?void 0:window.innerWidth)){$.value=window==null?void 0:window.innerWidth;const R=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");R&&(w.value=R.offsetHeight)}},200),Z=e.ref();return e.watch(w,S=>{n("update:topOffset",S||0)},{immediate:!0}),e.onMounted(()=>{var R,M;(R=document==null?void 0:document.body)==null||R.classList.add("kong-ui-app-layout-body"),(M=document==null?void 0:document.documentElement)==null||M.classList.add("kong-ui-app-layout-html"),$.value=window==null?void 0:window.innerWidth,j(!0);const S=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");S&&(Z.value=new ResizeObserver(L=>{window.requestAnimationFrame(()=>{if(!(!Array.isArray(L)||!L.length))for(const N of L){const u=N.contentRect.height;w.value!==u&&(w.value=u)}})}),Z.value.observe(S)),window.addEventListener("resize",j)}),e.onBeforeUnmount(()=>{Z.value&&Z.value.disconnect(),window.removeEventListener("resize",j)}),(S,R)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["kong-ui-app-layout",[{"navbar-hidden":p.hidden},{"sidebar-hidden":y.hidden}]])},[e.createElementVNode("div",bn,[e.renderSlot(S.$slots,"notification",{},void 0,!0)]),p.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Ue,{key:String(y.hidden),"left-offset":y.hidden?0:void 0,"top-offset":w.value},e.createSlots({"mobile-sidebar-toggle":e.withCtx(()=>[y.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(st,{key:0,active:_.value,onToggle:B},null,8,["active"]))]),_:2},[d.navbarMobileLogo?{name:"mobile-logo",fn:e.withCtx(()=>[e.createElementVNode("div",hn,[e.renderSlot(S.$slots,"navbar-mobile-logo",{},void 0,!0)])]),key:"0"}:void 0,d.navbarLogo?{name:"logo",fn:e.withCtx(()=>[y.hidden?(e.openBlock(),e.createElementBlock("div",gn,[e.renderSlot(S.$slots,"navbar-logo",{},void 0,!0)])):e.createCommentVNode("",!0)]),key:"1"}:void 0,d.navbarLeft?{name:"left",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"navbar-left",{},void 0,!0)]),key:"2"}:void 0,d.navbarCenter?{name:"center",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"navbar-center",{},void 0,!0)]),key:"3"}:void 0,d.navbarRight?{name:"right",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"navbar-right",{},void 0,!0)]),key:"4"}:void 0]),1032,["left-offset","top-offset"])),y.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(ct,{key:1,"bottom-items":y.bottomItems,"header-height":A.value,"mobile-enabled":"","mobile-header-visible":!1,"mobile-top-offset":F.value,open:_.value,"top-items":y.topItems,"top-offset":w.value,onClick:E,onToggle:B},e.createSlots({_:2},[d.sidebarHeader?{name:"header",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"sidebar-header",{},void 0,!0)]),key:"0"}:void 0,d.sidebarTop?{name:"top",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"sidebar-top",{},void 0,!0)]),key:"1"}:void 0,d.sidebarFooter?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(S.$slots,"sidebar-footer",{},void 0,!0)]),key:"2"}:void 0,e.renderList([...y.topItems||[],...y.bottomItems||[]],M=>({name:`sidebar-icon-${M.key}`,fn:e.withCtx(()=>[e.renderSlot(S.$slots,`sidebar-icon-${M.key}`,{},void 0,!0)])}))]),1032,["bottom-items","header-height","mobile-top-offset","open","top-items","top-offset"])),e.createElementVNode("main",yn,[e.createElementVNode("div",vn,[e.createElementVNode("div",kn,[R[0]||(R[0]=e.createElementVNode("div",{id:"kong-ui-app-layout-teleport-default-slot"},null,-1)),e.renderSlot(S.$slots,"app-error",{},void 0,!0),c.value?e.createCommentVNode("",!0):e.renderSlot(S.$slots,"default",{key:0},void 0,!0)])])])],2))}}),[["__scopeId","data-v-8e8c270a"]]),wn={class:"kong-ui-app-page-header"},Cn={key:0,class:"page-header-breadcrumbs","data-testid":"page-header-breadcrumbs"},Sn={class:"page-header-title-section"},En={class:"page-header-title-wrapper"},Nn={key:0,class:"page-header-title-before","data-testid":"page-header-title-before"},Bn=["title"],_n={key:1,class:"page-header-title-after","data-testid":"page-header-title-after"},Tn={key:0,class:"page-header-actions","data-testid":"page-header-actions"},$n={key:1,class:"page-header-section-below","data-testid":"page-header-section-below"},In=z(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 d;return!!((d=a.breadcrumbs)!=null&&d.length)}),s=e.computed(()=>Object.keys(r).filter(d=>d.startsWith("icon-")));return(d,c)=>{const p=e.resolveComponent("KBreadcrumbs");return e.openBlock(),e.createElementBlock("div",wn,[n.value?(e.openBlock(),e.createElementBlock("div",Cn,[e.createVNode(p,{"item-max-width":"150",items:o.breadcrumbs},e.createSlots({_:2},[e.renderList(s.value,y=>({name:y,fn:e.withCtx(()=>[e.renderSlot(d.$slots,y,{},void 0,!0)])}))]),1032,["items"])])):e.createCommentVNode("",!0),e.createElementVNode("div",Sn,[e.createElementVNode("div",En,[d.$slots["title-before"]?(e.openBlock(),e.createElementBlock("div",Nn,[e.renderSlot(d.$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,Bn),d.$slots["title-after"]?(e.openBlock(),e.createElementBlock("div",_n,[e.renderSlot(d.$slots,"title-after",{},void 0,!0)])):e.createCommentVNode("",!0)]),d.$slots.actions?(e.openBlock(),e.createElementBlock("div",Tn,[e.renderSlot(d.$slots,"actions",{},void 0,!0)])):e.createCommentVNode("",!0)]),d.$slots.below?(e.openBlock(),e.createElementBlock("div",$n,[e.renderSlot(d.$slots,"below",{},void 0,!0)])):e.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-204b7f98"]]),On={class:"app-page-info-section-default-header"},An={key:1,class:"app-page-info-section-description","data-testid":"app-page-info-section-description"},Dn={key:0,class:"app-page-info-section-content","data-testid":"app-page-info-section-content"},Fn=z(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=>Ft.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",On,[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",An,e.toDisplayString(o.description),1)):e.createCommentVNode("",!0)])]),o.collapsible?(e.openBlock(),e.createBlock(e.unref(Dt.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",Dn,[e.renderSlot(a.$slots,"default")])):e.createCommentVNode("",!0)]),_:3}))}}),[["__scopeId","data-v-21cd75da"]]),Vn={install:(o,a={})=>{o.component(a.name||"AppLayout",lt)}};O.AccountDropdown=xt,O.AppAboutSection=qt,O.AppError=na,O.AppLayout=lt,O.AppNavbar=Ue,O.AppPageHeader=In,O.AppPageInfoSection=Fn,O.AppSidebar=ct,O.SidebarToggle=st,O.default=Vn,Object.defineProperties(O,{__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-dfa66579]{background:#000933;display:flex;flex-direction:column;height:var(--c92c63bc);left:-100%;position:fixed;top:var(--616b1e3a);transition:left .2s ease-in-out;width:100%;z-index:var(--ce6f8374)}@media (min-width: 640px){.kong-ui-app-sidebar[data-v-dfa66579]{max-width:240px;width:240px}}@media (min-width: 1024px){.kong-ui-app-sidebar[data-v-dfa66579]{height:var(--7212d1a0);left:0;top:var(--2f76fb7c)}}.kong-ui-app-sidebar.sidebar-open[data-v-dfa66579],.kong-ui-app-sidebar.mobile-disabled[data-v-dfa66579]{left:0}.kong-ui-app-sidebar.mobile-disabled[data-v-dfa66579]{width:240px}.kong-ui-app-sidebar.disable-transitions[data-v-dfa66579]{animation:none!important;transition:none!important}.kong-ui-app-sidebar .sidebar-content-container[data-v-dfa66579]{box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin-top:var(--5f1a7bd0);overflow-x:hidden;overflow-y:scroll;padding-right:var(--e0f300ce);padding-top:8px;position:relative;width:100%}@supports (overflow: overlay){.kong-ui-app-sidebar .sidebar-content-container[data-v-dfa66579]{overflow-y:overlay}}.kong-ui-app-sidebar .sidebar-content-container[data-v-dfa66579]::-webkit-scrollbar{height:8px;opacity:1;width:8px}.kong-ui-app-sidebar .sidebar-content-container[data-v-dfa66579]::-webkit-scrollbar-thumb{background:transparent;border-radius:8px}.kong-ui-app-sidebar .sidebar-content-container[data-v-dfa66579]::-webkit-scrollbar-track{background:transparent}.kong-ui-app-sidebar .sidebar-content-container[data-v-dfa66579]{scrollbar-color:transparent transparent;scrollbar-gutter:stable;scrollbar-width:thin}.kong-ui-app-sidebar .sidebar-content-container[data-v-dfa66579]:hover::-webkit-scrollbar-thumb{background:#6c7489}.kong-ui-app-sidebar .sidebar-content-container[data-v-dfa66579]:hover::-webkit-scrollbar-track{background:transparent}.kong-ui-app-sidebar .sidebar-content-container[data-v-dfa66579]:hover{scrollbar-color:#6c7489 transparent;scrollbar-gutter:stable;scrollbar-width:thin}.kong-ui-app-sidebar .sidebar-content-container nav[data-v-dfa66579]{box-sizing:border-box;width:100%}.kong-ui-app-sidebar .sidebar-footer[data-v-dfa66579]{align-items:center;color:#afb7c5;display:flex;font-weight:500;position:relative;width:100%}.kong-ui-app-sidebar .sidebar-footer[data-v-dfa66579]: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-dfa66579] .k-dropdown-item{font-size:14px;line-height:20px}@media (max-width: 1023px){.mobile-header-hidden .sidebar-content-container[data-v-dfa66579],.no-sidebar-header .sidebar-content-container[data-v-dfa66579]{margin-top:0!important}}.sidebar-level-divider[data-v-dfa66579]{background-color:#ffffff3d;height:1px;margin:24px auto;min-height:1px;width:calc(100% - 32px)}.sidebar-header[data-v-dfa66579]{align-items:center;background:transparent;background:var(--kong-ui-app-sidebar-header-background, transparent);color:#fff;display:var(--0f8cd7bc);left:0;min-height:var(--48fd8693);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-dfa66579]{display:flex}}.sidebar-header[data-v-dfa66579]>*{display:flex}.sidebar-header[data-v-dfa66579]>a{text-decoration:none}.sidebar-header[data-v-dfa66579]>a:focus-visible{border-radius:6px;outline:1px solid #afb7c5}.sidebar-header[data-v-dfa66579]: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-dfa66579]{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-dfa66579]{align-items:center;display:flex;font-size:14px;justify-content:space-between;line-height:20px;text-decoration:none}.sidebar-item-external-link[data-v-dfa66579]:focus-visible{outline:1px solid #afb7c5!important}.sidebar-item-external-link[data-v-dfa66579] .kui-icon{display:inline-flex;margin-bottom:-7px}.kong-ui-app-sidebar-overlay[data-v-dfa66579]{background-color:#0b172d99;bottom:0;left:0;position:fixed;right:0;top:var(--4c27090b);z-index:var(--0a88edfc)}@media (min-width: 1024px){.kong-ui-app-sidebar-overlay[data-v-dfa66579]{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:8px;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:last-of-type{margin-bottom:32px}.kong-ui-app-sidebar .level-primary-group-name{color:#bee2ff;font-size:12px;font-weight:700;line-height:24px;opacity:70%;padding:0 20px}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-21cd75da]{border:1px solid #e0e4ea;border-radius:6px}.app-page-info-section .app-page-info-section-header[data-v-21cd75da]{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-21cd75da]{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-21cd75da]{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-21cd75da]{color:#6c7489;font-size:14px;line-height:20px;margin:0}.app-page-info-section .app-page-info-section-content[data-v-21cd75da]{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-21cd75da-s],.app-page-info-section .app-page-info-section-content .k-table-view[data-v-21cd75da-s] tr.is-scrolled{background-color:#f9fafb;background-color:var(--kui-color-background-neutral-weakest, #f9fafb)}.app-page-info-section .app-page-info-section-content .k-empty-state[data-v-21cd75da-s]{background-color:#f9fafb}details.app-page-info-section[data-v-21cd75da]{overflow:auto}details.app-page-info-section[open] .app-page-info-section-chevron-icon[data-v-21cd75da]{transform:rotate(90deg)}details.app-page-info-section[data-v-21cd75da]:has(>summary:focus-visible){box-shadow:0 0 0 4px #0044f433}details.app-page-info-section summary[data-v-21cd75da]{outline:none}details.app-page-info-section summary[data-v-21cd75da]::-webkit-details-marker,details.app-page-info-section summary[data-v-21cd75da]::marker{display:none}details.app-page-info-section .app-page-info-section-header[data-v-21cd75da]{cursor:pointer}details.app-page-info-section .app-page-info-section-header .app-page-info-section-chevron-icon[data-v-21cd75da]{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-e6b1e385]{background:#000933;display:flex;flex-direction:column;height:var(--5deedb6f);left:-100%;position:fixed;top:var(--51de47e6);transition:left .2s ease-in-out;width:100%;z-index:var(--268a1dd9)}@media (min-width: 640px){.kong-ui-app-sidebar[data-v-e6b1e385]{max-width:240px;width:240px}}@media (min-width: 1024px){.kong-ui-app-sidebar[data-v-e6b1e385]{height:var(--0b8b1cad);left:0;top:var(--672f58e2)}}.kong-ui-app-sidebar.sidebar-open[data-v-e6b1e385],.kong-ui-app-sidebar.mobile-disabled[data-v-e6b1e385]{left:0}.kong-ui-app-sidebar.mobile-disabled[data-v-e6b1e385]{width:240px}.kong-ui-app-sidebar.disable-transitions[data-v-e6b1e385]{animation:none!important;transition:none!important}.kong-ui-app-sidebar .sidebar-content-container[data-v-e6b1e385]{box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin-top:var(--07e8583a);overflow-x:hidden;overflow-y:scroll;padding-right:var(--3ead27a6);padding-top:8px;position:relative;width:100%}@supports (overflow: overlay){.kong-ui-app-sidebar .sidebar-content-container[data-v-e6b1e385]{overflow-y:overlay}}.kong-ui-app-sidebar .sidebar-content-container[data-v-e6b1e385]::-webkit-scrollbar{height:8px;opacity:1;width:8px}.kong-ui-app-sidebar .sidebar-content-container[data-v-e6b1e385]::-webkit-scrollbar-thumb{background:transparent;border-radius:8px}.kong-ui-app-sidebar .sidebar-content-container[data-v-e6b1e385]::-webkit-scrollbar-track{background:transparent}.kong-ui-app-sidebar .sidebar-content-container[data-v-e6b1e385]{scrollbar-color:transparent transparent;scrollbar-gutter:stable;scrollbar-width:thin}.kong-ui-app-sidebar .sidebar-content-container[data-v-e6b1e385]:hover::-webkit-scrollbar-thumb{background:#6c7489}.kong-ui-app-sidebar .sidebar-content-container[data-v-e6b1e385]:hover::-webkit-scrollbar-track{background:transparent}.kong-ui-app-sidebar .sidebar-content-container[data-v-e6b1e385]:hover{scrollbar-color:#6c7489 transparent;scrollbar-gutter:stable;scrollbar-width:thin}.kong-ui-app-sidebar .sidebar-content-container nav[data-v-e6b1e385]{box-sizing:border-box;width:100%}.kong-ui-app-sidebar .sidebar-footer[data-v-e6b1e385]{align-items:center;color:#afb7c5;display:flex;font-weight:500;position:relative;width:100%}.kong-ui-app-sidebar .sidebar-footer[data-v-e6b1e385]: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-e6b1e385] .k-dropdown-item{font-size:14px;line-height:20px}@media (max-width: 1023px){.mobile-header-hidden .sidebar-content-container[data-v-e6b1e385],.no-sidebar-header .sidebar-content-container[data-v-e6b1e385]{margin-top:0!important}}.sidebar-level-divider[data-v-e6b1e385]{background-color:#ffffff3d;height:1px;margin:24px auto;min-height:1px;width:calc(100% - 32px)}.sidebar-header[data-v-e6b1e385]{align-items:center;background:transparent;background:var(--kong-ui-app-sidebar-header-background, transparent);color:#fff;display:var(--adf5ba6e);left:0;min-height:var(--658f4260);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-e6b1e385]{display:flex}}.sidebar-header[data-v-e6b1e385]>*{display:flex}.sidebar-header[data-v-e6b1e385]>a{text-decoration:none}.sidebar-header[data-v-e6b1e385]>a:focus-visible{border-radius:6px;outline:1px solid #afb7c5}.sidebar-header[data-v-e6b1e385]: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-e6b1e385]{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-e6b1e385]{align-items:center;display:flex;font-size:14px;justify-content:space-between;line-height:20px;text-decoration:none}.sidebar-item-external-link[data-v-e6b1e385]:focus-visible{outline:1px solid #afb7c5!important}.sidebar-item-external-link[data-v-e6b1e385] .kui-icon{display:inline-flex;margin-bottom:-7px}.kong-ui-app-sidebar-overlay[data-v-e6b1e385]{background-color:#0b172d99;bottom:0;left:0;position:fixed;right:0;top:var(--60b56c44);z-index:var(--08159962)}@media (min-width: 1024px){.kong-ui-app-sidebar-overlay[data-v-e6b1e385]{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:8px;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:last-of-type{margin-bottom:32px}.kong-ui-app-sidebar .level-primary-group-name{color:#bee2ff;font-size:12px;font-weight:700;line-height:24px;opacity:70%;padding:0 20px}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-21cd75da]{border:1px solid #e0e4ea;border-radius:6px}.app-page-info-section .app-page-info-section-header[data-v-21cd75da]{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-21cd75da]{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-21cd75da]{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-21cd75da]{color:#6c7489;font-size:14px;line-height:20px;margin:0}.app-page-info-section .app-page-info-section-content[data-v-21cd75da]{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-21cd75da-s],.app-page-info-section .app-page-info-section-content .k-table-view[data-v-21cd75da-s] tr.is-scrolled{background-color:#f9fafb;background-color:var(--kui-color-background-neutral-weakest, #f9fafb)}.app-page-info-section .app-page-info-section-content .k-empty-state[data-v-21cd75da-s]{background-color:#f9fafb}details.app-page-info-section[data-v-21cd75da]{overflow:auto}details.app-page-info-section[open] .app-page-info-section-chevron-icon[data-v-21cd75da]{transform:rotate(90deg)}details.app-page-info-section[data-v-21cd75da]:has(>summary:focus-visible){box-shadow:0 0 0 4px #0044f433}details.app-page-info-section summary[data-v-21cd75da]{outline:none}details.app-page-info-section summary[data-v-21cd75da]::-webkit-details-marker,details.app-page-info-section summary[data-v-21cd75da]::marker{display:none}details.app-page-info-section .app-page-info-section-header[data-v-21cd75da]{cursor:pointer}details.app-page-info-section .app-page-info-section-header .app-page-info-section-chevron-icon[data-v-21cd75da]{flex-shrink:0;pointer-events:none;transition:transform .2s ease}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/sidebar/AppSidebar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AppSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/sidebar/AppSidebar.vue"],"names":[],"mappings":"AAwqBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAUrD,mEAAmE;AACnE,KAAK,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAA;AA8W1D,iBAAS,cAAc;+DAmL+D,GAAG,yDACpB,GAAG;wBAE5C,GAAG;qBACN,GAAG;wBACC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAnjBhC,GA1jByB;+BA0jBzB,GAxjBmC;6BAwjBnC,GAvjBsB;iCAujBtB,GArjBqB;kCAqjBrB,GAnjBuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAmjBvC,GA1jByB;+BA0jBzB,GAxjBmC;6BAwjBnC,GAvjBsB;iCAujBtB,GArjBqB;kCAqjBrB,GAnjBuC;;;;;;;;;;;;;;;;;;WAgnCzB,OAAO,IAA6B;EAEjD;AAiFD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAQF,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAJ7B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,iBAAiB,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAiD9C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|