@kong-ui-public/app-layout 0.14.3 → 0.15.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/README.md +1 -0
- package/dist/app-layout.es.js +401 -349
- package/dist/app-layout.es.js.map +1 -1
- package/dist/app-layout.umd.js +4 -4
- package/dist/app-layout.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/navbar/AccountDropdown.vue.d.ts +45 -0
- package/dist/types/components/navbar/AccountDropdown.vue.d.ts.map +1 -0
- package/dist/types/components/navbar/NavbarDropdownMenu.vue.d.ts +5 -5
- package/dist/types/components/navbar/NavbarDropdownMenu.vue.d.ts.map +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/types/index.d.ts +0 -1
- package/dist/types/types/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/types/navbar.d.ts +0 -6
- package/dist/types/types/navbar.d.ts.map +0 -1
package/dist/app-layout.umd.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(M,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(M=typeof globalThis<"u"?globalThis:M||self,e(M["kong-ui-public-app-layout"]={},M.Vue))})(this,function(M,e){"use strict";const Nt={class:"kong-ui-app-navbar"},It={class:"header-content"},Bt={class:"mobile-header-left"},xt={key:0,class:"app-navbar-logo"},Ot={class:"navbar-content"},$t={class:"navbar-content-left"},At={class:"navbar-content-center"},Ft={class:"navbar-content-right"},Dt=e.defineComponent({__name:"AppNavbar",props:{topOffset:{type:Number,default:0},leftOffset:{type:Number,default:240},zIndex:{type:Number,default:3}},setup(r){const n=r;e.useCssVars(c=>({e7993570:e.unref(d).top,"591d67a5":e.unref(d).zIndex,"0b950b18":e.unref(d).left,74170388:s.marginRight,"482efd74":s.width}));const a=e.useSlots(),o=e.computed(()=>!!a.logo),s=e.reactive({marginRight:"0",width:"0"});e.onMounted(()=>{var c,u;(u=(c=document==null?void 0:document.querySelector(".kong-ui-app-navbar .app-navbar-logo"))==null?void 0:c.children)!=null&&u.length?(s.marginRight="32px",s.width="calc(240px - 32px)"):(s.marginRight="0",s.width="0")});const d=e.computed(()=>({top:n.topOffset?`${n.topOffset}px`:"0",left:n.leftOffset?`${n.leftOffset}px`:"0",zIndex:n.zIndex}));return(c,u)=>(e.openBlock(),e.createElementBlock("header",Nt,[e.createElementVNode("div",It,[e.createElementVNode("div",Bt,[e.renderSlot(c.$slots,"mobile-sidebar-toggle"),e.renderSlot(c.$slots,"mobile-logo")]),e.unref(o)?(e.openBlock(),e.createElementBlock("div",xt,[e.renderSlot(c.$slots,"logo")])):e.createCommentVNode("",!0),e.createElementVNode("div",Ot,[e.createElementVNode("div",$t,[e.renderSlot(c.$slots,"left")]),e.createElementVNode("div",At,[e.renderSlot(c.$slots,"center")]),e.createElementVNode("div",Ft,[e.renderSlot(c.$slots,"right")])])])]))}}),Pr="",P=(r,n)=>{const a=r.__vccOpts||r;for(const[o,s]of n)a[o]=s;return a},Ve=P(Dt,[["__scopeId","data-v-b7131fb2"]]),Vt=["title"],Mt=e.defineComponent({__name:"ItemBadge",props:{count:{type:Number,required:!0,default:void 0}},setup(r){const n=r,a=99,o=e.computed(()=>n.count?n.count>a?`${a}+`:n.count.toString():"");return(s,d)=>e.unref(o)?(e.openBlock(),e.createElementBlock("div",{key:0,class:"item-badge",title:(r.count||0)>a?String(r.count):void 0},e.toDisplayString(e.unref(o)),9,Vt)):e.createCommentVNode("",!0)}}),jr="",Lt=P(Mt,[["__scopeId","data-v-9e48c714"]]),Rt=["data-testid"],Zt=["aria-controls","aria-expanded","href","target","onClick","onKeypress"],Pt={key:0,class:"sidebar-item-icon"},jt={class:"sidebar-item-name-container"},Kt={class:"sidebar-item-name has-tooltip"},Ht={key:2,class:"sidebar-item-label truncate-text truncate-20"},zt=["id"],Wt=e.defineComponent({__name:"SidebarItem",props:{item:{type:Object,required:!0},subnavItem:{type:Boolean,default:!1}},emits:["click"],setup(r,{emit:n}){const a=r,o=e.computed(()=>typeof a.item.to!="string"?!1:!!a.item.newWindow||!!a.item.external||a.item.to.startsWith("http")),s=e.computed(()=>!a.item.to||typeof a.item.to!="string"||!a.item.newWindow?!1:a.item.newWindow&&(a.item.to.startsWith("http")||a.item.to.startsWith("/"))),d=e.computed(()=>a.subnavItem&&a.item.badgeCount!==void 0),c=g=>{n("click",g)},u=(g,v,C)=>{c(v),typeof C=="function"&&(g.preventDefault(),C())};return(g,v)=>{var E;const C=e.resolveComponent("KIcon"),w=e.resolveComponent("KTooltip"),x=e.resolveComponent("SidebarItem",!0);return e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass([r.subnavItem?"sidebar-item-secondary":"sidebar-item-primary",{expanded:r.item.expanded},{active:r.item.active}]),"data-testid":r.item.testId?`sidebar-item-${r.item.testId}`:void 0},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(o)?"div":"router-link"),{custom:e.unref(o)?void 0:!0,to:!e.unref(o)&&!e.unref(s)?r.item.to:void 0},{default:e.withCtx(I=>{var D,R;return[e.createElementVNode("a",{"aria-controls":(D=r.item.items)!=null&&D.length&&r.item.expanded?`subnav-${r.item.key}`:void 0,"aria-expanded":(R=r.item.items)!=null&&R.length&&r.item.expanded?!0:void 0,class:e.normalizeClass(["sidebar-item-link",{"sidebar-item-external-link":e.unref(s),"router-link":!e.unref(o)}]),href:e.unref(o)?String(r.item.to||"#"):I==null?void 0:I.href,target:e.unref(s)?"_blank":void 0,onClick:F=>u(F,r.item,I==null?void 0:I.navigate),onKeypress:e.withKeys(F=>u(F,r.item,I==null?void 0:I.navigate),["enter"])},[e.createElementVNode("div",{class:e.normalizeClass(["sidebar-item-display",{"has-label":!!r.item.label&&r.item.expanded,"has-badge":e.unref(d)}])},[r.item.icon?(e.openBlock(),e.createElementBlock("div",Pt,[e.createVNode(C,{color:r.item.active||r.item.expanded?"var(--white, #fff)":"#B5BECD",icon:String(r.item.icon),size:"20"},null,8,["color","icon"])])):e.createCommentVNode("",!0),e.createElementVNode("div",jt,[(r.subnavItem?r.item.name.length<25:r.item.name.length<18)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["sidebar-item-name truncate-text",[r.subnavItem?"has-badge-max-width truncate-24":"truncate-17"]])},e.toDisplayString(r.item.name),3)):(e.openBlock(),e.createBlock(w,{key:1,class:"sidebar-item-tooltip",label:r.item.name,placement:"right","position-fixed":""},{default:e.withCtx(()=>[e.createElementVNode("div",Kt,[e.createElementVNode("span",{class:e.normalizeClass(["truncate-text",[r.subnavItem?"truncate-20":"truncate-17",{"has-badge-max-width":e.unref(d)}]])},e.toDisplayString(r.item.name),3)])]),_:1},8,["label"])),r.item.label&&r.item.expanded?(e.openBlock(),e.createElementBlock("div",Ht,e.toDisplayString(r.item.label),1)):e.createCommentVNode("",!0)]),e.unref(d)?(e.openBlock(),e.createBlock(Lt,{key:1,count:r.item.badgeCount},null,8,["count"])):e.createCommentVNode("",!0)],2)],42,Zt)]}),_:1},8,["custom","to"])),(E=r.item.items)!=null&&E.length&&r.item.expanded?(e.openBlock(),e.createElementBlock("ul",{key:0,id:`subnav-${r.item.key}`,class:"level-secondary"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.item.items,I=>(e.openBlock(),e.createBlock(x,{key:I.name,item:I,"subnav-item":!0,onClick:D=>c(I)},null,8,["item","onClick"]))),128))],8,zt)):e.createCommentVNode("",!0)],10,Rt)}}}),Kr="",Hr="",Me=P(Wt,[["__scopeId","data-v-b0428668"]]),Gt={},qt={class:"profile-icon",fill:"none",height:"30",width:"30",xmlns:"http://www.w3.org/2000/svg"},Ut=[e.createElementVNode("path",{d:"M0 15C0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15Z",fill:"#0A7FAE"},null,-1),e.createElementVNode("path",{d:"M12.613 15 8.5 18.115V23h13v-4.885L17.648 15h-5.035ZM15 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",fill:"#fff"},null,-1)];function Yt(r,n){return e.openBlock(),e.createElementBlock("svg",qt,Ut)}const Xt=P(Gt,[["render",Yt]]),Jt={"aria-haspopup":"true","aria-label":"Profile Menu",class:"sidebar-footer-nav"},Qt={class:"sidebar-profile-link"},en={class:"sidebar-item-icon"},tn={class:"sidebar-profile-item-container"},nn={class:"sidebar-profile-dropdown-container"},an={key:0,class:"sidebar-profile-name"},rn={class:"sidebar-profile-name"},on=e.defineComponent({__name:"SidebarFooter",props:{name:{type:String,required:!0},itemCount:{type:Number,required:!0,default:0}},setup(r){const n=r,a=e.computed(()=>n.itemCount>0);return(o,s)=>{const d=e.resolveComponent("KDropdownMenu");return e.openBlock(),e.createElementBlock("nav",Jt,[e.createElementVNode("div",Qt,[e.createElementVNode("div",en,[e.createVNode(Xt)]),e.createElementVNode("div",tn,[e.createElementVNode("div",nn,[e.unref(a)?(e.openBlock(),e.createBlock(d,{key:1,"kpop-attributes":{placement:"right",popoverClasses:"ml-5 sidebar-profile-menu-popover",target:".sidebar-footer-nav"},width:"240"},{items:e.withCtx(()=>[e.renderSlot(o.$slots,"default",{},void 0,!0)]),default:e.withCtx(()=>[e.createElementVNode("a",{"aria-label":"Open Profile Menu",class:"profile-dropdown-trigger",role:"button",tabindex:"0",onClick:s[0]||(s[0]=e.withModifiers(()=>{},["prevent"]))},[e.createElementVNode("span",rn,e.toDisplayString(r.name),1)])]),_:3},8,["kpop-attributes"])):(e.openBlock(),e.createElementBlock("div",an,e.toDisplayString(r.name),1))])])])])}}}),Gr="",cn=P(on,[["__scopeId","data-v-efc446ab"]]);/*!
|
|
2
2
|
* tabbable 6.1.1
|
|
3
3
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
4
|
-
*/var Le=["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])"],le=Le.join(","),Re=typeof Element>"u",U=Re?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,se=!Re&&Element.prototype.getRootNode?function(r){var n;return r==null||(n=r.getRootNode)===null||n===void 0?void 0:n.call(r)}:function(r){return r==null?void 0:r.ownerDocument},de=function r(n,a){var o;a===void 0&&(a=!0);var s=n==null||(o=n.getAttribute)===null||o===void 0?void 0:o.call(n,"inert"),d=s===""||s==="true",c=d||a&&n&&r(n.parentNode);return c},ln=function(n){var a,o=n==null||(a=n.getAttribute)===null||a===void 0?void 0:a.call(n,"contenteditable");return o===""||o==="true"},Ze=function(n,a,o){if(de(n))return[];var s=Array.prototype.slice.apply(n.querySelectorAll(le));return a&&U.call(n,le)&&s.unshift(n),s=s.filter(o),s},Pe=function r(n,a,o){for(var s=[],d=Array.from(n);d.length;){var c=d.shift();if(!de(c,!1))if(c.tagName==="SLOT"){var u=c.assignedElements(),g=u.length?u:c.children,v=r(g,!0,o);o.flatten?s.push.apply(s,v):s.push({scopeParent:c,candidates:v})}else{var C=U.call(c,le);C&&o.filter(c)&&(a||!n.includes(c))&&s.push(c);var w=c.shadowRoot||typeof o.getShadowRoot=="function"&&o.getShadowRoot(c),x=!de(w,!1)&&(!o.shadowRootFilter||o.shadowRootFilter(c));if(w&&x){var E=r(w===!0?c.children:w.children,!0,o);o.flatten?s.push.apply(s,E):s.push({scopeParent:c,candidates:E})}else d.unshift.apply(d,c.children)}}return s},je=function(n,a){return n.tabIndex<0&&(a||/^(AUDIO|VIDEO|DETAILS)$/.test(n.tagName)||ln(n))&&isNaN(parseInt(n.getAttribute("tabindex"),10))?0:n.tabIndex},sn=function(n,a){return n.tabIndex===a.tabIndex?n.documentOrder-a.documentOrder:n.tabIndex-a.tabIndex},Ke=function(n){return n.tagName==="INPUT"},dn=function(n){return Ke(n)&&n.type==="hidden"},fn=function(n){var a=n.tagName==="DETAILS"&&Array.prototype.slice.apply(n.children).some(function(o){return o.tagName==="SUMMARY"});return a},un=function(n,a){for(var o=0;o<n.length;o++)if(n[o].checked&&n[o].form===a)return n[o]},pn=function(n){if(!n.name)return!0;var a=n.form||se(n),o=function(u){return a.querySelectorAll('input[type="radio"][name="'+u+'"]')},s;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")s=o(window.CSS.escape(n.name));else try{s=o(n.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=un(s,n.form);return!d||d===n},
|
|
4
|
+
*/var Le=["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])"],le=Le.join(","),Re=typeof Element>"u",U=Re?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,se=!Re&&Element.prototype.getRootNode?function(r){var n;return r==null||(n=r.getRootNode)===null||n===void 0?void 0:n.call(r)}:function(r){return r==null?void 0:r.ownerDocument},de=function r(n,a){var o;a===void 0&&(a=!0);var s=n==null||(o=n.getAttribute)===null||o===void 0?void 0:o.call(n,"inert"),d=s===""||s==="true",c=d||a&&n&&r(n.parentNode);return c},ln=function(n){var a,o=n==null||(a=n.getAttribute)===null||a===void 0?void 0:a.call(n,"contenteditable");return o===""||o==="true"},Ze=function(n,a,o){if(de(n))return[];var s=Array.prototype.slice.apply(n.querySelectorAll(le));return a&&U.call(n,le)&&s.unshift(n),s=s.filter(o),s},Pe=function r(n,a,o){for(var s=[],d=Array.from(n);d.length;){var c=d.shift();if(!de(c,!1))if(c.tagName==="SLOT"){var u=c.assignedElements(),g=u.length?u:c.children,v=r(g,!0,o);o.flatten?s.push.apply(s,v):s.push({scopeParent:c,candidates:v})}else{var C=U.call(c,le);C&&o.filter(c)&&(a||!n.includes(c))&&s.push(c);var w=c.shadowRoot||typeof o.getShadowRoot=="function"&&o.getShadowRoot(c),x=!de(w,!1)&&(!o.shadowRootFilter||o.shadowRootFilter(c));if(w&&x){var E=r(w===!0?c.children:w.children,!0,o);o.flatten?s.push.apply(s,E):s.push({scopeParent:c,candidates:E})}else d.unshift.apply(d,c.children)}}return s},je=function(n,a){return n.tabIndex<0&&(a||/^(AUDIO|VIDEO|DETAILS)$/.test(n.tagName)||ln(n))&&isNaN(parseInt(n.getAttribute("tabindex"),10))?0:n.tabIndex},sn=function(n,a){return n.tabIndex===a.tabIndex?n.documentOrder-a.documentOrder:n.tabIndex-a.tabIndex},Ke=function(n){return n.tagName==="INPUT"},dn=function(n){return Ke(n)&&n.type==="hidden"},fn=function(n){var a=n.tagName==="DETAILS"&&Array.prototype.slice.apply(n.children).some(function(o){return o.tagName==="SUMMARY"});return a},un=function(n,a){for(var o=0;o<n.length;o++)if(n[o].checked&&n[o].form===a)return n[o]},pn=function(n){if(!n.name)return!0;var a=n.form||se(n),o=function(u){return a.querySelectorAll('input[type="radio"][name="'+u+'"]')},s;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")s=o(window.CSS.escape(n.name));else try{s=o(n.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=un(s,n.form);return!d||d===n},mn=function(n){return Ke(n)&&n.type==="radio"},bn=function(n){return mn(n)&&!pn(n)},hn=function(n){var a,o=n&&se(n),s=(a=o)===null||a===void 0?void 0:a.host,d=!1;if(o&&o!==n){var c,u,g;for(d=!!((c=s)!==null&&c!==void 0&&(u=c.ownerDocument)!==null&&u!==void 0&&u.contains(s)||n!=null&&(g=n.ownerDocument)!==null&&g!==void 0&&g.contains(n));!d&&s;){var v,C,w;o=se(s),s=(v=o)===null||v===void 0?void 0:v.host,d=!!((C=s)!==null&&C!==void 0&&(w=C.ownerDocument)!==null&&w!==void 0&&w.contains(s))}}return d},He=function(n){var a=n.getBoundingClientRect(),o=a.width,s=a.height;return o===0&&s===0},gn=function(n,a){var o=a.displayCheck,s=a.getShadowRoot;if(getComputedStyle(n).visibility==="hidden")return!0;var d=U.call(n,"details>summary:first-of-type"),c=d?n.parentElement:n;if(U.call(c,"details:not([open]) *"))return!0;if(!o||o==="full"||o==="legacy-full"){if(typeof s=="function"){for(var u=n;n;){var g=n.parentElement,v=se(n);if(g&&!g.shadowRoot&&s(g)===!0)return He(n);n.assignedSlot?n=n.assignedSlot:!g&&v!==n.ownerDocument?n=v.host:n=g}n=u}if(hn(n))return!n.getClientRects().length;if(o!=="legacy-full")return!0}else if(o==="non-zero-area")return He(n);return!1},yn=function(n){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(n.tagName))for(var a=n.parentElement;a;){if(a.tagName==="FIELDSET"&&a.disabled){for(var o=0;o<a.children.length;o++){var s=a.children.item(o);if(s.tagName==="LEGEND")return U.call(a,"fieldset[disabled] *")?!0:!s.contains(n)}return!0}a=a.parentElement}return!1},fe=function(n,a){return!(a.disabled||de(a)||dn(a)||gn(a,n)||fn(a)||yn(a))},ke=function(n,a){return!(bn(a)||je(a)<0||!fe(n,a))},vn=function(n){var a=parseInt(n.getAttribute("tabindex"),10);return!!(isNaN(a)||a>=0)},_n=function r(n){var a=[],o=[];return n.forEach(function(s,d){var c=!!s.scopeParent,u=c?s.scopeParent:s,g=je(u,c),v=c?r(s.candidates):u;g===0?c?a.push.apply(a,v):a.push(u):o.push({documentOrder:d,tabIndex:g,item:s,isScope:c,content:v})}),o.sort(sn).reduce(function(s,d){return d.isScope?s.push.apply(s,d.content):s.push(d.content),s},[]).concat(a)},wn=function(n,a){a=a||{};var o;return a.getShadowRoot?o=Pe([n],a.includeContainer,{filter:ke.bind(null,a),flatten:!1,getShadowRoot:a.getShadowRoot,shadowRootFilter:vn}):o=Ze(n,a.includeContainer,ke.bind(null,a)),_n(o)},kn=function(n,a){a=a||{};var o;return a.getShadowRoot?o=Pe([n],a.includeContainer,{filter:fe.bind(null,a),flatten:!0,getShadowRoot:a.getShadowRoot}):o=Ze(n,a.includeContainer,fe.bind(null,a)),o},ue=function(n,a){if(a=a||{},!n)throw new Error("No node provided");return U.call(n,le)===!1?!1:ke(a,n)},Cn=Le.concat("iframe").join(","),ze=function(n,a){if(a=a||{},!n)throw new Error("No node provided");return U.call(n,Cn)===!1?!1:fe(a,n)};/*!
|
|
5
5
|
* focus-trap 7.3.1
|
|
6
6
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
7
|
-
*/function We(r,n){var a=Object.keys(r);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(r);n&&(o=o.filter(function(s){return Object.getOwnPropertyDescriptor(r,s).enumerable})),a.push.apply(a,o)}return a}function Ge(r){for(var n=1;n<arguments.length;n++){var a=arguments[n]!=null?arguments[n]:{};n%2?We(Object(a),!0).forEach(function(o){Sn(r,o,a[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(a)):We(Object(a)).forEach(function(o){Object.defineProperty(r,o,Object.getOwnPropertyDescriptor(a,o))})}return r}function Sn(r,n,a){return n=En(n),n in r?Object.defineProperty(r,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[n]=a,r}function Tn(r,n){if(typeof r!="object"||r===null)return r;var a=r[Symbol.toPrimitive];if(a!==void 0){var o=a.call(r,n||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(n==="string"?String:Number)(r)}function En(r){var n=Tn(r,"string");return typeof n=="symbol"?n:String(n)}var qe={activateTrap:function(n,a){if(n.length>0){var o=n[n.length-1];o!==a&&o.pause()}var s=n.indexOf(a);s===-1||n.splice(s,1),n.push(a)},deactivateTrap:function(n,a){var o=n.indexOf(a);o!==-1&&n.splice(o,1),n.length>0&&n[n.length-1].unpause()}},Nn=function(n){return n.tagName&&n.tagName.toLowerCase()==="input"&&typeof n.select=="function"},In=function(n){return n.key==="Escape"||n.key==="Esc"||n.keyCode===27},ae=function(n){return n.key==="Tab"||n.keyCode===9},Bn=function(n){return ae(n)&&!n.shiftKey},xn=function(n){return ae(n)&&n.shiftKey},Ue=function(n){return setTimeout(n,0)},Ye=function(n,a){var o=-1;return n.every(function(s,d){return a(s)?(o=d,!1):!0}),o},re=function(n){for(var a=arguments.length,o=new Array(a>1?a-1:0),s=1;s<a;s++)o[s-1]=arguments[s];return typeof n=="function"?n.apply(void 0,o):n},pe=function(n){return n.target.shadowRoot&&typeof n.composedPath=="function"?n.composedPath()[0]:n.target},On=[],$n=function(n,a){var o=(a==null?void 0:a.document)||document,s=(a==null?void 0:a.trapStack)||On,d=Ge({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:Bn,isKeyBackward:xn},a),c={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},u,g=function(f,p,
|
|
7
|
+
*/function We(r,n){var a=Object.keys(r);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(r);n&&(o=o.filter(function(s){return Object.getOwnPropertyDescriptor(r,s).enumerable})),a.push.apply(a,o)}return a}function Ge(r){for(var n=1;n<arguments.length;n++){var a=arguments[n]!=null?arguments[n]:{};n%2?We(Object(a),!0).forEach(function(o){Sn(r,o,a[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(a)):We(Object(a)).forEach(function(o){Object.defineProperty(r,o,Object.getOwnPropertyDescriptor(a,o))})}return r}function Sn(r,n,a){return n=En(n),n in r?Object.defineProperty(r,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[n]=a,r}function Tn(r,n){if(typeof r!="object"||r===null)return r;var a=r[Symbol.toPrimitive];if(a!==void 0){var o=a.call(r,n||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(n==="string"?String:Number)(r)}function En(r){var n=Tn(r,"string");return typeof n=="symbol"?n:String(n)}var qe={activateTrap:function(n,a){if(n.length>0){var o=n[n.length-1];o!==a&&o.pause()}var s=n.indexOf(a);s===-1||n.splice(s,1),n.push(a)},deactivateTrap:function(n,a){var o=n.indexOf(a);o!==-1&&n.splice(o,1),n.length>0&&n[n.length-1].unpause()}},Nn=function(n){return n.tagName&&n.tagName.toLowerCase()==="input"&&typeof n.select=="function"},In=function(n){return n.key==="Escape"||n.key==="Esc"||n.keyCode===27},ae=function(n){return n.key==="Tab"||n.keyCode===9},Bn=function(n){return ae(n)&&!n.shiftKey},xn=function(n){return ae(n)&&n.shiftKey},Ue=function(n){return setTimeout(n,0)},Ye=function(n,a){var o=-1;return n.every(function(s,d){return a(s)?(o=d,!1):!0}),o},re=function(n){for(var a=arguments.length,o=new Array(a>1?a-1:0),s=1;s<a;s++)o[s-1]=arguments[s];return typeof n=="function"?n.apply(void 0,o):n},pe=function(n){return n.target.shadowRoot&&typeof n.composedPath=="function"?n.composedPath()[0]:n.target},On=[],$n=function(n,a){var o=(a==null?void 0:a.document)||document,s=(a==null?void 0:a.trapStack)||On,d=Ge({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:Bn,isKeyBackward:xn},a),c={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},u,g=function(f,p,b){return f&&f[p]!==void 0?f[p]:d[b||p]},v=function(f){return c.containerGroups.findIndex(function(p){var b=p.container,N=p.tabbableNodes;return b.contains(f)||N.find(function(h){return h===f})})},C=function(f){var p=d[f];if(typeof p=="function"){for(var b=arguments.length,N=new Array(b>1?b-1:0),h=1;h<b;h++)N[h-1]=arguments[h];p=p.apply(void 0,N)}if(p===!0&&(p=void 0),!p){if(p===void 0||p===!1)return p;throw new Error("`".concat(f,"` was specified but was not a node, or did not return a node"))}var B=p;if(typeof p=="string"&&(B=o.querySelector(p),!B))throw new Error("`".concat(f,"` as selector refers to no known node"));return B},w=function(){var f=C("initialFocus");if(f===!1)return!1;if(f===void 0)if(v(o.activeElement)>=0)f=o.activeElement;else{var p=c.tabbableGroups[0],b=p&&p.firstTabbableNode;f=b||C("fallbackFocus")}if(!f)throw new Error("Your focus-trap needs to have at least one focusable element");return f},x=function(){if(c.containerGroups=c.containers.map(function(f){var p=wn(f,d.tabbableOptions),b=kn(f,d.tabbableOptions);return{container:f,tabbableNodes:p,focusableNodes:b,firstTabbableNode:p.length>0?p[0]:null,lastTabbableNode:p.length>0?p[p.length-1]:null,nextTabbableNode:function(h){var B=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,y=b.findIndex(function(O){return O===h});if(!(y<0))return B?b.slice(y+1).find(function(O){return ue(O,d.tabbableOptions)}):b.slice(0,y).reverse().find(function(O){return ue(O,d.tabbableOptions)})}}}),c.tabbableGroups=c.containerGroups.filter(function(f){return f.tabbableNodes.length>0}),c.tabbableGroups.length<=0&&!C("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},E=function S(f){if(f!==!1&&f!==o.activeElement){if(!f||!f.focus){S(w());return}f.focus({preventScroll:!!d.preventScroll}),c.mostRecentlyFocusedNode=f,Nn(f)&&f.select()}},I=function(f){var p=C("setReturnFocus",f);return p||(p===!1?!1:f)},D=function(f){var p=pe(f);if(!(v(p)>=0)){if(re(d.clickOutsideDeactivates,f)){u.deactivate({returnFocus:d.returnFocusOnDeactivate});return}re(d.allowOutsideClick,f)||f.preventDefault()}},R=function(f){var p=pe(f),b=v(p)>=0;b||p instanceof Document?b&&(c.mostRecentlyFocusedNode=p):(f.stopImmediatePropagation(),E(c.mostRecentlyFocusedNode||w()))},F=function(f){var p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,b=pe(f);x();var N=null;if(c.tabbableGroups.length>0){var h=v(b),B=h>=0?c.containerGroups[h]:void 0;if(h<0)p?N=c.tabbableGroups[c.tabbableGroups.length-1].lastTabbableNode:N=c.tabbableGroups[0].firstTabbableNode;else if(p){var y=Ye(c.tabbableGroups,function(oe){var T=oe.firstTabbableNode;return b===T});if(y<0&&(B.container===b||ze(b,d.tabbableOptions)&&!ue(b,d.tabbableOptions)&&!B.nextTabbableNode(b,!1))&&(y=h),y>=0){var O=y===0?c.tabbableGroups.length-1:y-1,_=c.tabbableGroups[O];N=_.lastTabbableNode}else ae(f)||(N=B.nextTabbableNode(b,!1))}else{var H=Ye(c.tabbableGroups,function(oe){var T=oe.lastTabbableNode;return b===T});if(H<0&&(B.container===b||ze(b,d.tabbableOptions)&&!ue(b,d.tabbableOptions)&&!B.nextTabbableNode(b))&&(H=h),H>=0){var z=H===c.tabbableGroups.length-1?0:H+1,Se=c.tabbableGroups[z];N=Se.firstTabbableNode}else ae(f)||(N=B.nextTabbableNode(b))}}else N=C("fallbackFocus");N&&(ae(f)&&f.preventDefault(),E(N))},K=function(f){if(In(f)&&re(d.escapeDeactivates,f)!==!1){f.preventDefault(),u.deactivate();return}(d.isKeyForward(f)||d.isKeyBackward(f))&&F(f,d.isKeyBackward(f))},Z=function(f){var p=pe(f);v(p)>=0||re(d.clickOutsideDeactivates,f)||re(d.allowOutsideClick,f)||(f.preventDefault(),f.stopImmediatePropagation())},k=function(){if(c.active)return qe.activateTrap(s,u),c.delayInitialFocusTimer=d.delayInitialFocus?Ue(function(){E(w())}):E(w()),o.addEventListener("focusin",R,!0),o.addEventListener("mousedown",D,{capture:!0,passive:!1}),o.addEventListener("touchstart",D,{capture:!0,passive:!1}),o.addEventListener("click",Z,{capture:!0,passive:!1}),o.addEventListener("keydown",K,{capture:!0,passive:!1}),u},A=function(){if(c.active)return o.removeEventListener("focusin",R,!0),o.removeEventListener("mousedown",D,!0),o.removeEventListener("touchstart",D,!0),o.removeEventListener("click",Z,!0),o.removeEventListener("keydown",K,!0),u};return u={get active(){return c.active},get paused(){return c.paused},activate:function(f){if(c.active)return this;var p=g(f,"onActivate"),b=g(f,"onPostActivate"),N=g(f,"checkCanFocusTrap");N||x(),c.active=!0,c.paused=!1,c.nodeFocusedBeforeActivation=o.activeElement,p&&p();var h=function(){N&&x(),k(),b&&b()};return N?(N(c.containers.concat()).then(h,h),this):(h(),this)},deactivate:function(f){if(!c.active)return this;var p=Ge({onDeactivate:d.onDeactivate,onPostDeactivate:d.onPostDeactivate,checkCanReturnFocus:d.checkCanReturnFocus},f);clearTimeout(c.delayInitialFocusTimer),c.delayInitialFocusTimer=void 0,A(),c.active=!1,c.paused=!1,qe.deactivateTrap(s,u);var b=g(p,"onDeactivate"),N=g(p,"onPostDeactivate"),h=g(p,"checkCanReturnFocus"),B=g(p,"returnFocus","returnFocusOnDeactivate");b&&b();var y=function(){Ue(function(){B&&E(I(c.nodeFocusedBeforeActivation)),N&&N()})};return B&&h?(h(I(c.nodeFocusedBeforeActivation)).then(y,y),this):(y(),this)},pause:function(){return c.paused||!c.active?this:(c.paused=!0,A(),this)},unpause:function(){return!c.paused||!c.active?this:(c.paused=!1,x(),k(),this)},updateContainerElements:function(f){var p=[].concat(f).filter(Boolean);return c.containers=p.map(function(b){return typeof b=="string"?o.querySelector(b):b}),c.active&&x(),this}},u.updateContainerElements(n),u};/*!
|
|
8
8
|
* focus-trap-vue v4.0.1
|
|
9
9
|
* (c) 2023 Eduardo San Martin Morote
|
|
10
10
|
* @license MIT
|
|
11
|
-
*/function Wr(r){return r}const An={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},Fn=e.defineComponent({props:Object.assign({active:{type:Boolean,default:!0}},An),emits:["update:active","activate","postActivate","deactivate","postDeactivate"],render(){return this.renderImpl()},setup(r,{slots:n,emit:a}){let o;const s=e.ref(null),d=e.computed(()=>{const u=s.value;return u&&(u instanceof HTMLElement?u:u.$el)});function c(){return o||(o=$n(d.value,{escapeDeactivates:r.escapeDeactivates,allowOutsideClick:r.allowOutsideClick,returnFocusOnDeactivate:r.returnFocusOnDeactivate,clickOutsideDeactivates:r.clickOutsideDeactivates,onActivate:()=>{a("update:active",!0),a("activate")},onDeactivate:()=>{a("update:active",!1),a("deactivate")},onPostActivate:()=>a("postActivate"),onPostDeactivate:()=>a("postDeactivate"),initialFocus:r.initialFocus,fallbackFocus:r.fallbackFocus,tabbableOptions:r.tabbableOptions,delayInitialFocus:r.delayInitialFocus}))}return e.onMounted(()=>{e.watch(()=>r.active,u=>{u&&d.value?c().activate():o&&(o.deactivate(),(!d.value||d.value.nodeType===Node.COMMENT_NODE)&&(o=null))},{immediate:!0,flush:"post"})}),e.onUnmounted(()=>{o&&o.deactivate(),o=null}),{activate(){c().activate()},deactivate(){o&&o.deactivate()},renderImpl(){if(!n.default)return null;const u=n.default().filter(v=>v.type!==e.Comment);return!u||!u.length||u.length>1?(console.error("[focus-trap-vue]: FocusTrap requires exactly one child."),u):e.cloneVNode(u[0],{ref:s})}}}});function Xe(){return{debounce:(n,a)=>{let o;return(...s)=>{clearTimeout(o),o=window==null?void 0:window.setTimeout(()=>{n(...s)},a)}}}}var be=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},me={},Dn={get exports(){return me},set exports(r){me=r}};(function(r,n){var a=200,o="__lodash_hash_undefined__",s=9007199254740991,d="[object Arguments]",c="[object Array]",u="[object Boolean]",g="[object Date]",v="[object Error]",C="[object Function]",w="[object GeneratorFunction]",x="[object Map]",E="[object Number]",I="[object Object]",D="[object Promise]",R="[object RegExp]",F="[object Set]",K="[object String]",Z="[object Symbol]",k="[object WeakMap]",A="[object ArrayBuffer]",S="[object DataView]",f="[object Float32Array]",p="[object Float64Array]",m="[object Int8Array]",N="[object Int16Array]",h="[object Int32Array]",B="[object Uint8Array]",y="[object Uint8ClampedArray]",O="[object Uint16Array]",_="[object Uint32Array]",H=/[\\^$.*+?()[\]{}|]/g,z=/\w*$/,Se=/^\[object .+?Constructor\]$/,oe=/^(?:0|[1-9]\d*)$/,T={};T[d]=T[c]=T[A]=T[S]=T[u]=T[g]=T[f]=T[p]=T[m]=T[N]=T[h]=T[x]=T[E]=T[I]=T[R]=T[F]=T[K]=T[Z]=T[B]=T[y]=T[O]=T[_]=!0,T[v]=T[C]=T[k]=!1;var va=typeof be=="object"&&be&&be.Object===Object&&be,_a=typeof self=="object"&&self&&self.Object===Object&&self,W=va||_a||Function("return this")(),nt=n&&!n.nodeType&&n,at=nt&&!0&&r&&!r.nodeType&&r,wa=at&&at.exports===nt;function ka(t,i){return t.set(i[0],i[1]),t}function Ca(t,i){return t.add(i),t}function Sa(t,i){for(var l=-1,b=t?t.length:0;++l<b&&i(t[l],l,t)!==!1;);return t}function Ta(t,i){for(var l=-1,b=i.length,$=t.length;++l<b;)t[$+l]=i[l];return t}function rt(t,i,l,b){var $=-1,V=t?t.length:0;for(b&&V&&(l=t[++$]);++$<V;)l=i(l,t[$],$,t);return l}function Ea(t,i){for(var l=-1,b=Array(t);++l<t;)b[l]=i(l);return b}function Na(t,i){return t==null?void 0:t[i]}function ot(t){var i=!1;if(t!=null&&typeof t.toString!="function")try{i=!!(t+"")}catch{}return i}function it(t){var i=-1,l=Array(t.size);return t.forEach(function(b,$){l[++i]=[$,b]}),l}function Te(t,i){return function(l){return t(i(l))}}function ct(t){var i=-1,l=Array(t.size);return t.forEach(function(b){l[++i]=b}),l}var Ia=Array.prototype,Ba=Function.prototype,he=Object.prototype,Ee=W["__core-js_shared__"],lt=function(){var t=/[^.]+$/.exec(Ee&&Ee.keys&&Ee.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),st=Ba.toString,q=he.hasOwnProperty,ge=he.toString,xa=RegExp("^"+st.call(q).replace(H,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),dt=wa?W.Buffer:void 0,ft=W.Symbol,ut=W.Uint8Array,Oa=Te(Object.getPrototypeOf,Object),$a=Object.create,Aa=he.propertyIsEnumerable,Fa=Ia.splice,pt=Object.getOwnPropertySymbols,Da=dt?dt.isBuffer:void 0,Va=Te(Object.keys,Object),Ne=te(W,"DataView"),ie=te(W,"Map"),Ie=te(W,"Promise"),Be=te(W,"Set"),xe=te(W,"WeakMap"),ce=te(Object,"create"),Ma=J(Ne),La=J(ie),Ra=J(Ie),Za=J(Be),Pa=J(xe),bt=ft?ft.prototype:void 0,mt=bt?bt.valueOf:void 0;function Y(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var b=t[i];this.set(b[0],b[1])}}function ja(){this.__data__=ce?ce(null):{}}function Ka(t){return this.has(t)&&delete this.__data__[t]}function Ha(t){var i=this.__data__;if(ce){var l=i[t];return l===o?void 0:l}return q.call(i,t)?i[t]:void 0}function za(t){var i=this.__data__;return ce?i[t]!==void 0:q.call(i,t)}function Wa(t,i){var l=this.__data__;return l[t]=ce&&i===void 0?o:i,this}Y.prototype.clear=ja,Y.prototype.delete=Ka,Y.prototype.get=Ha,Y.prototype.has=za,Y.prototype.set=Wa;function G(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var b=t[i];this.set(b[0],b[1])}}function Ga(){this.__data__=[]}function qa(t){var i=this.__data__,l=ye(i,t);if(l<0)return!1;var b=i.length-1;return l==b?i.pop():Fa.call(i,l,1),!0}function Ua(t){var i=this.__data__,l=ye(i,t);return l<0?void 0:i[l][1]}function Ya(t){return ye(this.__data__,t)>-1}function Xa(t,i){var l=this.__data__,b=ye(l,t);return b<0?l.push([t,i]):l[b][1]=i,this}G.prototype.clear=Ga,G.prototype.delete=qa,G.prototype.get=Ua,G.prototype.has=Ya,G.prototype.set=Xa;function Q(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var b=t[i];this.set(b[0],b[1])}}function Ja(){this.__data__={hash:new Y,map:new(ie||G),string:new Y}}function Qa(t){return ve(this,t).delete(t)}function er(t){return ve(this,t).get(t)}function tr(t){return ve(this,t).has(t)}function nr(t,i){return ve(this,t).set(t,i),this}Q.prototype.clear=Ja,Q.prototype.delete=Qa,Q.prototype.get=er,Q.prototype.has=tr,Q.prototype.set=nr;function ee(t){this.__data__=new G(t)}function ar(){this.__data__=new G}function rr(t){return this.__data__.delete(t)}function or(t){return this.__data__.get(t)}function ir(t){return this.__data__.has(t)}function cr(t,i){var l=this.__data__;if(l instanceof G){var b=l.__data__;if(!ie||b.length<a-1)return b.push([t,i]),this;l=this.__data__=new Q(b)}return l.set(t,i),this}ee.prototype.clear=ar,ee.prototype.delete=rr,ee.prototype.get=or,ee.prototype.has=ir,ee.prototype.set=cr;function lr(t,i){var l=Ae(t)||$r(t)?Ea(t.length,String):[],b=l.length,$=!!b;for(var V in t)(i||q.call(t,V))&&!($&&(V=="length"||Ir(V,b)))&&l.push(V);return l}function ht(t,i,l){var b=t[i];(!(q.call(t,i)&&_t(b,l))||l===void 0&&!(i in t))&&(t[i]=l)}function ye(t,i){for(var l=t.length;l--;)if(_t(t[l][0],i))return l;return-1}function sr(t,i){return t&>(i,Fe(i),t)}function Oe(t,i,l,b,$,V,P){var M;if(b&&(M=V?b(t,$,V,P):b(t)),M!==void 0)return M;if(!_e(t))return t;var Ct=Ae(t);if(Ct){if(M=Tr(t),!i)return kr(t,M)}else{var ne=X(t),St=ne==C||ne==w;if(Fr(t))return mr(t,i);if(ne==I||ne==d||St&&!V){if(ot(t))return V?t:{};if(M=Er(St?{}:t),!i)return Cr(t,sr(M,t))}else{if(!T[ne])return V?t:{};M=Nr(t,ne,Oe,i)}}P||(P=new ee);var Tt=P.get(t);if(Tt)return Tt;if(P.set(t,M),!Ct)var Et=l?Sr(t):Fe(t);return Sa(Et||t,function(De,we){Et&&(we=De,De=t[we]),ht(M,we,Oe(De,i,l,b,we,t,P))}),M}function dr(t){return _e(t)?$a(t):{}}function fr(t,i,l){var b=i(t);return Ae(t)?b:Ta(b,l(t))}function ur(t){return ge.call(t)}function pr(t){if(!_e(t)||xr(t))return!1;var i=kt(t)||ot(t)?xa:Se;return i.test(J(t))}function br(t){if(!vt(t))return Va(t);var i=[];for(var l in Object(t))q.call(t,l)&&l!="constructor"&&i.push(l);return i}function mr(t,i){if(i)return t.slice();var l=new t.constructor(t.length);return t.copy(l),l}function $e(t){var i=new t.constructor(t.byteLength);return new ut(i).set(new ut(t)),i}function hr(t,i){var l=i?$e(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.byteLength)}function gr(t,i,l){var b=i?l(it(t),!0):it(t);return rt(b,ka,new t.constructor)}function yr(t){var i=new t.constructor(t.source,z.exec(t));return i.lastIndex=t.lastIndex,i}function vr(t,i,l){var b=i?l(ct(t),!0):ct(t);return rt(b,Ca,new t.constructor)}function _r(t){return mt?Object(mt.call(t)):{}}function wr(t,i){var l=i?$e(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.length)}function kr(t,i){var l=-1,b=t.length;for(i||(i=Array(b));++l<b;)i[l]=t[l];return i}function gt(t,i,l,b){l||(l={});for(var $=-1,V=i.length;++$<V;){var P=i[$],M=b?b(l[P],t[P],P,l,t):void 0;ht(l,P,M===void 0?t[P]:M)}return l}function Cr(t,i){return gt(t,yt(t),i)}function Sr(t){return fr(t,Fe,yt)}function ve(t,i){var l=t.__data__;return Br(i)?l[typeof i=="string"?"string":"hash"]:l.map}function te(t,i){var l=Na(t,i);return pr(l)?l:void 0}var yt=pt?Te(pt,Object):Mr,X=ur;(Ne&&X(new Ne(new ArrayBuffer(1)))!=S||ie&&X(new ie)!=x||Ie&&X(Ie.resolve())!=D||Be&&X(new Be)!=F||xe&&X(new xe)!=k)&&(X=function(t){var i=ge.call(t),l=i==I?t.constructor:void 0,b=l?J(l):void 0;if(b)switch(b){case Ma:return S;case La:return x;case Ra:return D;case Za:return F;case Pa:return k}return i});function Tr(t){var i=t.length,l=t.constructor(i);return i&&typeof t[0]=="string"&&q.call(t,"index")&&(l.index=t.index,l.input=t.input),l}function Er(t){return typeof t.constructor=="function"&&!vt(t)?dr(Oa(t)):{}}function Nr(t,i,l,b){var $=t.constructor;switch(i){case A:return $e(t);case u:case g:return new $(+t);case S:return hr(t,b);case f:case p:case m:case N:case h:case B:case y:case O:case _:return wr(t,b);case x:return gr(t,b,l);case E:case K:return new $(t);case R:return yr(t);case F:return vr(t,b,l);case Z:return _r(t)}}function Ir(t,i){return i=i??s,!!i&&(typeof t=="number"||oe.test(t))&&t>-1&&t%1==0&&t<i}function Br(t){var i=typeof t;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?t!=="__proto__":t===null}function xr(t){return!!lt&< in t}function vt(t){var i=t&&t.constructor,l=typeof i=="function"&&i.prototype||he;return t===l}function J(t){if(t!=null){try{return st.call(t)}catch{}try{return t+""}catch{}}return""}function Or(t){return Oe(t,!0,!0)}function _t(t,i){return t===i||t!==t&&i!==i}function $r(t){return Ar(t)&&q.call(t,"callee")&&(!Aa.call(t,"callee")||ge.call(t)==d)}var Ae=Array.isArray;function wt(t){return t!=null&&Dr(t.length)&&!kt(t)}function Ar(t){return Vr(t)&&wt(t)}var Fr=Da||Lr;function kt(t){var i=_e(t)?ge.call(t):"";return i==C||i==w}function Dr(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 Vr(t){return!!t&&typeof t=="object"}function Fe(t){return wt(t)?lr(t):br(t)}function Mr(){return[]}function Lr(){return!1}r.exports=Or})(Dn,me);const Vn=me,Mn={key:0,class:"sidebar-header"},Ln={class:"sidebar-content-container"},Rn={key:0,class:"sidebar-top"},Zn={"aria-label":"Main menu"},Pn={key:0,class:"level-primary top-items"},jn={key:1,class:"sidebar-level-divider",role:"separator"},Kn={key:2,class:"level-primary bottom-items"},Hn={class:"sidebar-footer"},zn=["href","target"],Wn=e.defineComponent({__name:"AppSidebar",props:{topItems:{type:Array,default:()=>[]},bottomItems:{type:Array,default:()=>[]},profileItems:{type:Array,default:()=>[]},profileName:{type:String,default:""},headerHeight:{type:Number,default:60},topOffset:{type:Number,default:0},zIndex:{type:Number,default:2},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(r,{emit:n}){const a=r;e.useCssVars(h=>({"95fdfa38":e.unref(c).mobileHeight,"3083f0b8":e.unref(c).mobileTop,"77679b78":r.zIndex,f14d803c:e.unref(c).height,"2c47047a":e.unref(c).top,"5bea84ce":e.unref(g).marginTop,"24d345fe":e.unref(u).display,"26616c55":e.unref(u).minHeight,f27d8cee:e.unref(v).top,d026c078:e.unref(v).zIndex}));const o=e.useSlots(),s=e.computed(()=>!!o.header),d=e.computed(()=>!!o.top),c=e.computed(()=>({mobileTop:a.mobileTopOffset&&a.mobileEnabled?`${a.mobileTopOffset}px`:a.topOffset?`${a.topOffset}px`:"0",top:a.topOffset?`${a.topOffset}px`:"0",mobileHeight:a.mobileTopOffset&&a.mobileEnabled?`calc(100% - ${a.mobileTopOffset}px)`:"100%",height:a.topOffset?`calc(100% - ${a.topOffset}px)`:"100%"})),u=e.computed(()=>({display:!a.mobileHeaderVisible&&a.mobileEnabled?"none":"flex",minHeight:`${a.headerHeight}px`})),g=e.computed(()=>({marginTop:s.value?`${a.headerHeight}px`:"0"})),v=e.computed(()=>({top:a.mobileTopOffset&&a.mobileEnabled?`${a.mobileTopOffset}px`:"0",zIndex:a.mobileOverlayZIndex!==null?a.mobileOverlayZIndex:a.zIndex>1?a.zIndex-1:1})),C=h=>Vn(h).map(y=>{var O,_,H;if(y){(!y.key||!((O=y.key)!=null&&O.trim()))&&(y.key=String(y.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-")),(!y.testId||!((_=y.testId)!=null&&_.trim()))&&(y.testId=String(y.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"));for(const z of y.items||[])z.parentKey=y.key,(!z.testId||!((H=z.testId)!=null&&H.trim()))&&(z.testId=String(z.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"))}return y}),w=e.computed(()=>a.topItems.length?C(a.topItems):[]),x=e.computed(()=>a.bottomItems.length?C(a.bottomItems):[]),E=e.ref(a.open),I=h=>{var B,y;E.value!==h&&(E.value=h,n("toggle",h)),h?(B=document==null?void 0:document.body)==null||B.classList.add("kong-ui-app-sidebar-open"):(y=document==null?void 0:document.body)==null||y.classList.remove("kong-ui-app-sidebar-open"),R.value=!1},D=()=>{a.mobileOverlayCloseOnClick&&I(!1)},R=e.ref(!1),F=h=>{R.value=!0,n("click",h),setTimeout(()=>{I(!1)},a.mobileCloseDelay)};e.watch(()=>a.open,h=>{I(h)});const{debounce:K}=Xe(),Z=K(()=>{E.value&&k.value!==(window==null?void 0:window.innerWidth)&&(k.value=window==null?void 0:window.innerWidth,I(!1))},200),k=e.ref(),A=e.ref(!1),S=e.ref(),f=()=>{A.value||(A.value=!0,clearTimeout(S.value),S.value=setTimeout(()=>A.value=!1,1300))},p=e.ref(null),m=e.computed(()=>E.value&&a.mobileEnabled),N=async h=>{var B,y;h?(await e.nextTick(),await new Promise(O=>setTimeout(O,300)),(B=p.value)==null||B.activate()):(y=p.value)==null||y.deactivate()};return e.watch(m,async h=>{h?await N(!0):await N(!1)},{immediate:!0}),e.onMounted(()=>{k.value=window==null?void 0:window.innerWidth,window.addEventListener("resize",Z),window.addEventListener("resize",f)}),e.onBeforeUnmount(()=>{window.removeEventListener("resize",Z),window.removeEventListener("resize",f)}),(h,B)=>{const y=e.resolveComponent("KIcon"),O=e.resolveComponent("KDropdownItem");return e.openBlock(),e.createElementBlock(e.Fragment,null,[E.value&&r.mobileOverlay&&r.mobileEnabled?(e.openBlock(),e.createElementBlock("div",{key:0,class:"kong-ui-app-sidebar-overlay",onClick:D})):e.createCommentVNode("",!0),e.createVNode(e.unref(Fn),{ref_key:"focusTrap",ref:p,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":E.value,"no-sidebar-header":!e.unref(s),"mobile-header-hidden":r.mobileEnabled&&(!e.unref(s)||!r.mobileHeaderVisible),"mobile-disabled":!r.mobileEnabled,"disable-transitions":A.value}]),tabindex:"-1"},[e.unref(s)?(e.openBlock(),e.createElementBlock("div",Mn,[e.renderSlot(h.$slots,"header",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Ln,[e.unref(d)?(e.openBlock(),e.createElementBlock("div",Rn,[e.renderSlot(h.$slots,"top",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("nav",Zn,[e.unref(w).length?(e.openBlock(),e.createElementBlock("ul",Pn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(w),_=>(e.openBlock(),e.createBlock(Me,{key:_.name,item:_,onClick:F},null,8,["item"]))),128))])):e.createCommentVNode("",!0),e.unref(w).length&&e.unref(x).length?(e.openBlock(),e.createElementBlock("div",jn)):e.createCommentVNode("",!0),e.unref(x).length?(e.openBlock(),e.createElementBlock("ul",Kn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(x),_=>(e.openBlock(),e.createBlock(Me,{key:_.name,item:_,onClick:F},null,8,["item"]))),128))])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",Hn,[e.renderSlot(h.$slots,"footer",{},()=>[r.profileName||r.profileItems.length?(e.openBlock(),e.createBlock(cn,{key:0,class:"sidebar-profile-menu","item-count":r.profileItems.length,name:r.profileName},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.profileItems,_=>(e.openBlock(),e.createBlock(O,{key:_.name,class:e.normalizeClass([{"has-divider":_.hasDivider},{"external-profile-dropdown-link":(_.external||_.newWindow)&&typeof _.to=="string"}]),"has-divider":_.hasDivider,item:(_.external||_.newWindow)&&typeof _.to=="string"?void 0:{label:_.name,to:_.to},onClick:H=>F(_)},{default:e.withCtx(()=>[(_.external||_.newWindow)&&typeof _.to=="string"?(e.openBlock(),e.createElementBlock("a",{key:0,class:"sidebar-item-external-link",href:_.to,target:_.newWindow?"_blank":void 0},[e.createTextVNode(e.toDisplayString(_.name)+" ",1),_.newWindow?(e.openBlock(),e.createBlock(y,{key:0,color:"var(--black-70, rgba(0,0,0,0.7))",icon:"externalLink",size:"20",viewBox:"0 0 20 20"})):e.createCommentVNode("",!0)],8,zn)):e.createCommentVNode("",!0)]),_:2},1032,["class","has-divider","item","onClick"]))),128))]),_:1},8,["item-count","name"])):e.createCommentVNode("",!0)],!0)])],2)]),_:3},512)],64)}}}),Gr="",qr="",Je=j(Wn,[["__scopeId","data-v-46293c41"]]),Ce=r=>(e.pushScopeId("data-v-33b3f7c3"),r=r(),e.popScopeId(),r),Gn=["aria-label","onClick"],qn=[Ce(()=>e.createElementVNode("span",{class:"line"},null,-1)),Ce(()=>e.createElementVNode("span",{class:"line"},null,-1)),Ce(()=>e.createElementVNode("span",{class:"line"},null,-1))],Un=e.defineComponent({__name:"SidebarToggle",props:{active:{type:Boolean,default:!1}},emits:["toggle"],setup(r,{emit:n}){const a=r,o=e.ref(a.active||!1),s=()=>{o.value=!o.value,n("toggle",o.value)};return e.watch(()=>a.active,d=>{o.value=d}),(d,c)=>(e.openBlock(),e.createElementBlock("a",{"aria-haspopup":"true","aria-label":o.value?"Close Main Menu":"Open Main Menu",class:e.normalizeClass(["sidebar-menu-toggle",{active:o.value}]),href:"#",role:"button",onClick:e.withModifiers(s,["prevent"])},qn,10,Gn))}}),Jr="",Qe=j(Un,[["__scopeId","data-v-33b3f7c3"]]),Yn=r=>(e.pushScopeId("data-v-421b8aac"),r=r(),e.popScopeId(),r),Xn={id:"kong-ui-app-layout-notification"},Jn={class:"mobile-logo"},Qn={key:0,class:"navbar-logo"},ea={class:"kong-ui-app-layout-main","data-testid":"kong-ui-app-layout-main"},ta={class:"kong-ui-app-layout-content"},na=Yn(()=>e.createElementVNode("div",{id:"kong-ui-app-layout-teleport-default-slot"},null,-1)),aa=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:()=>[]},sidebarProfileItems:{type:Array,default:()=>[]},sidebarProfileName:{type:String,default:""}},emits:["sidebar-click"],setup(r,{emit:n}){const a=r;e.useCssVars(k=>({"2bfd7598":e.unref(D),"2d767d27":e.unref(R)}));const o=e.useSlots(),s=e.reactive({navbarLeft:e.computed(()=>!!o["navbar-left"]),navbarCenter:e.computed(()=>!!o["navbar-center"]),navbarRight:e.computed(()=>!!o["navbar-right"]),navbarLogo:e.computed(()=>!!o["navbar-logo"]),navbarMobileLogo:e.computed(()=>!!o["navbar-mobile-logo"]),sidebarHeader:e.computed(()=>!!o["sidebar-header"]),sidebarTop:e.computed(()=>!!o["sidebar-top"]),sidebarFooter:e.computed(()=>!!o["sidebar-footer"])}),d=e.computed(()=>a.hideDefaultSlot),c=e.reactive({hidden:e.computed(()=>a.navbarHidden)}),u=e.reactive({topItems:e.computed(()=>a.sidebarTopItems),bottomItems:e.computed(()=>a.sidebarBottomItems),profileItems:e.computed(()=>a.sidebarProfileItems),profileName:e.computed(()=>a.sidebarProfileName),open:e.computed(()=>a.sidebarOpen),hidden:e.computed(()=>a.sidebarHidden)}),g=k=>{n("sidebar-click",k)},v=e.ref(!1),C=k=>{v.value=k};e.watchEffect(()=>{v.value=e.toRef(u,"open").value||!1});const w=e.ref(0),x=e.ref(60),E=e.ref(0),I=e.computed(()=>c.hidden?E.value:x.value+E.value),D=e.computed(()=>`${I.value}px`),R=e.computed(()=>u.hidden||c.hidden?"0":"16px"),{debounce:F}=Xe(),K=F((k=!1)=>{if(k||w.value!==(window==null?void 0:window.innerWidth)){const A=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");A&&(E.value=A.offsetHeight)}},200),Z=e.ref();return e.onMounted(()=>{var A,S;(A=document==null?void 0:document.body)==null||A.classList.add("kong-ui-app-layout-body"),(S=document==null?void 0:document.documentElement)==null||S.classList.add("kong-ui-app-layout-html"),w.value=window==null?void 0:window.innerWidth,K(!0);const k=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");k&&(Z.value=new ResizeObserver(f=>{for(const p of f){const m=p.contentRect.height;E.value!==m&&(E.value=m)}}),Z.value.observe(k)),window.addEventListener("resize",K)}),e.onBeforeUnmount(()=>{Z.value&&Z.value.disconnect(),window.removeEventListener("resize",K)}),(k,A)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["kong-ui-app-layout",[{"navbar-hidden":c.hidden},{"sidebar-hidden":u.hidden}]])},[e.createElementVNode("div",Xn,[e.renderSlot(k.$slots,"notification",{},void 0,!0)]),c.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Ve,{key:String(u.hidden),"left-offset":u.hidden?0:void 0,"top-offset":E.value},e.createSlots({"mobile-sidebar-toggle":e.withCtx(()=>[u.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Qe,{key:0,active:v.value,onToggle:C},null,8,["active"]))]),_:2},[s.navbarMobileLogo?{name:"mobile-logo",fn:e.withCtx(()=>[e.createElementVNode("div",Jn,[e.renderSlot(k.$slots,"navbar-mobile-logo",{},void 0,!0)])]),key:"0"}:void 0,s.navbarLogo?{name:"logo",fn:e.withCtx(()=>[u.hidden?(e.openBlock(),e.createElementBlock("div",Qn,[e.renderSlot(k.$slots,"navbar-logo",{},void 0,!0)])):e.createCommentVNode("",!0)]),key:"1"}:void 0,s.navbarLeft?{name:"left",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"navbar-left",{},void 0,!0)]),key:"2"}:void 0,s.navbarCenter?{name:"center",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"navbar-center",{},void 0,!0)]),key:"3"}:void 0,s.navbarRight?{name:"right",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"navbar-right",{},void 0,!0)]),key:"4"}:void 0]),1032,["left-offset","top-offset"])),u.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Je,{key:1,"bottom-items":u.bottomItems,"header-height":x.value,"mobile-enabled":"","mobile-header-visible":!1,"mobile-top-offset":e.unref(I),open:v.value,"profile-items":u.profileItems,"profile-name":u.profileName,"top-items":u.topItems,"top-offset":E.value,onClick:g,onToggle:C},e.createSlots({_:2},[s.sidebarHeader?{name:"header",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"sidebar-header",{},void 0,!0)]),key:"0"}:void 0,s.sidebarTop?{name:"top",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"sidebar-top",{},void 0,!0)]),key:"1"}:void 0,s.sidebarFooter?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"sidebar-footer",{},void 0,!0)]),key:"2"}:void 0]),1032,["bottom-items","header-height","mobile-top-offset","open","profile-items","profile-name","top-items","top-offset"])),e.createElementVNode("main",ea,[e.createElementVNode("div",ta,[na,e.renderSlot(k.$slots,"app-error",{},void 0,!0),e.unref(d)?e.createCommentVNode("",!0):e.renderSlot(k.$slots,"default",{key:0},void 0,!0)])])],2))}}),Qr="",eo="",et=j(aa,[["__scopeId","data-v-421b8aac"]]),ra=e.defineComponent({__name:"NavbarDropdownMenu",props:{options:{type:Array,default:()=>[]},tooltip:{type:String,default:""},width:{type:String,default:"175"},disabled:{type:Boolean,default:!1}},emits:["change"],setup(r,{emit:n}){var d;const a=r,o=e.ref(((d=a.options)==null?void 0:d.filter(c=>!!c.selected)[0])||a.options[0]),s=c=>{o.value=c,n("change",o.value)};return(c,u)=>{const g=e.resolveComponent("KDropdownItem"),v=e.resolveComponent("KDropdownMenu");return e.openBlock(),e.createBlock(v,{appearance:"selectionMenu",class:"top-bar-dropdown-menu",disabled:r.disabled,"disabled-tooltip":r.tooltip,"kpop-attributes":{placement:"bottomStart",disabled:r.disabled},label:o.value.label,width:r.width,onChange:u[0]||(u[0]=C=>s(C))},{items:e.withCtx(({handleSelection:C})=>[e.renderSlot(c.$slots,"default",{},()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.options,w=>(e.openBlock(),e.createBlock(g,{key:w.value,"data-testid":"select-"+w.value,selected:o.value.value===w.value,onClick:x=>C(w)},{default:e.withCtx(()=>[e.renderSlot(c.$slots,"default",{option:w},()=>[e.createTextVNode(e.toDisplayString(w.label),1)],!0)]),_:2},1032,["data-testid","selected","onClick"]))),128))],!0)]),_:3},8,["disabled","disabled-tooltip","kpop-attributes","label","width"])}}}),to="",oa=j(ra,[["__scopeId","data-v-b5a37136"]]),ia={},ca={fill:"none",height:"130",width:"130",xmlns:"http://www.w3.org/2000/svg"},la=[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)];function sa(r,n){return e.openBlock(),e.createElementBlock("svg",ca,la)}const da=j(ia,[["render",sa]]),tt=r=>(e.pushScopeId("data-v-ff05f71e"),r=r(),e.popScopeId(),r),fa={class:"kong-ui-app-error"},ua={class:"banana-icon"},pa={class:"kong-ui-app-error-content"},ba=tt(()=>e.createElementVNode("h2",null,"An unexpected error has occurred",-1)),ma=tt(()=>e.createElementVNode("p",null,[e.createTextVNode("Go back to the previous page or "),e.createElementVNode("a",{href:"/"},"return home"),e.createTextVNode(".")],-1)),ha=e.defineComponent({__name:"AppError",setup(r){return(n,a)=>(e.openBlock(),e.createElementBlock("section",fa,[e.createElementVNode("div",ua,[e.createVNode(da)]),e.createElementVNode("div",pa,[e.renderSlot(n.$slots,"default",{},()=>[ba,ma],!0)])]))}}),ao="",ro="",ga=j(ha,[["__scopeId","data-v-ff05f71e"]]),ya={install:(r,n={})=>{r.component(n.name||"AppLayout",et)}};L.AppError=ga,L.AppLayout=et,L.AppNavbar=Ve,L.AppSidebar=Je,L.NavbarDropdownMenu=oa,L.SidebarToggle=Qe,L.default=ya,Object.defineProperties(L,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
11
|
+
*/function qr(r){return r}const An={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},Fn=e.defineComponent({props:Object.assign({active:{type:Boolean,default:!0}},An),emits:["update:active","activate","postActivate","deactivate","postDeactivate"],render(){return this.renderImpl()},setup(r,{slots:n,emit:a}){let o;const s=e.ref(null),d=e.computed(()=>{const u=s.value;return u&&(u instanceof HTMLElement?u:u.$el)});function c(){return o||(o=$n(d.value,{escapeDeactivates:r.escapeDeactivates,allowOutsideClick:r.allowOutsideClick,returnFocusOnDeactivate:r.returnFocusOnDeactivate,clickOutsideDeactivates:r.clickOutsideDeactivates,onActivate:()=>{a("update:active",!0),a("activate")},onDeactivate:()=>{a("update:active",!1),a("deactivate")},onPostActivate:()=>a("postActivate"),onPostDeactivate:()=>a("postDeactivate"),initialFocus:r.initialFocus,fallbackFocus:r.fallbackFocus,tabbableOptions:r.tabbableOptions,delayInitialFocus:r.delayInitialFocus}))}return e.onMounted(()=>{e.watch(()=>r.active,u=>{u&&d.value?c().activate():o&&(o.deactivate(),(!d.value||d.value.nodeType===Node.COMMENT_NODE)&&(o=null))},{immediate:!0,flush:"post"})}),e.onUnmounted(()=>{o&&o.deactivate(),o=null}),{activate(){c().activate()},deactivate(){o&&o.deactivate()},renderImpl(){if(!n.default)return null;const u=n.default().filter(v=>v.type!==e.Comment);return!u||!u.length||u.length>1?(console.error("[focus-trap-vue]: FocusTrap requires exactly one child."),u):e.cloneVNode(u[0],{ref:s})}}}});function Xe(){return{debounce:(n,a)=>{let o;return(...s)=>{clearTimeout(o),o=window==null?void 0:window.setTimeout(()=>{n(...s)},a)}}}}var me=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},be={},Dn={get exports(){return be},set exports(r){be=r}};(function(r,n){var a=200,o="__lodash_hash_undefined__",s=9007199254740991,d="[object Arguments]",c="[object Array]",u="[object Boolean]",g="[object Date]",v="[object Error]",C="[object Function]",w="[object GeneratorFunction]",x="[object Map]",E="[object Number]",I="[object Object]",D="[object Promise]",R="[object RegExp]",F="[object Set]",K="[object String]",Z="[object Symbol]",k="[object WeakMap]",A="[object ArrayBuffer]",S="[object DataView]",f="[object Float32Array]",p="[object Float64Array]",b="[object Int8Array]",N="[object Int16Array]",h="[object Int32Array]",B="[object Uint8Array]",y="[object Uint8ClampedArray]",O="[object Uint16Array]",_="[object Uint32Array]",H=/[\\^$.*+?()[\]{}|]/g,z=/\w*$/,Se=/^\[object .+?Constructor\]$/,oe=/^(?:0|[1-9]\d*)$/,T={};T[d]=T[c]=T[A]=T[S]=T[u]=T[g]=T[f]=T[p]=T[b]=T[N]=T[h]=T[x]=T[E]=T[I]=T[R]=T[F]=T[K]=T[Z]=T[B]=T[y]=T[O]=T[_]=!0,T[v]=T[C]=T[k]=!1;var wa=typeof me=="object"&&me&&me.Object===Object&&me,ka=typeof self=="object"&&self&&self.Object===Object&&self,W=wa||ka||Function("return this")(),nt=n&&!n.nodeType&&n,at=nt&&!0&&r&&!r.nodeType&&r,Ca=at&&at.exports===nt;function Sa(t,i){return t.set(i[0],i[1]),t}function Ta(t,i){return t.add(i),t}function Ea(t,i){for(var l=-1,m=t?t.length:0;++l<m&&i(t[l],l,t)!==!1;);return t}function Na(t,i){for(var l=-1,m=i.length,$=t.length;++l<m;)t[$+l]=i[l];return t}function rt(t,i,l,m){var $=-1,V=t?t.length:0;for(m&&V&&(l=t[++$]);++$<V;)l=i(l,t[$],$,t);return l}function Ia(t,i){for(var l=-1,m=Array(t);++l<t;)m[l]=i(l);return m}function Ba(t,i){return t==null?void 0:t[i]}function ot(t){var i=!1;if(t!=null&&typeof t.toString!="function")try{i=!!(t+"")}catch{}return i}function it(t){var i=-1,l=Array(t.size);return t.forEach(function(m,$){l[++i]=[$,m]}),l}function Te(t,i){return function(l){return t(i(l))}}function ct(t){var i=-1,l=Array(t.size);return t.forEach(function(m){l[++i]=m}),l}var xa=Array.prototype,Oa=Function.prototype,he=Object.prototype,Ee=W["__core-js_shared__"],lt=function(){var t=/[^.]+$/.exec(Ee&&Ee.keys&&Ee.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),st=Oa.toString,q=he.hasOwnProperty,ge=he.toString,$a=RegExp("^"+st.call(q).replace(H,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),dt=Ca?W.Buffer:void 0,ft=W.Symbol,ut=W.Uint8Array,Aa=Te(Object.getPrototypeOf,Object),Fa=Object.create,Da=he.propertyIsEnumerable,Va=xa.splice,pt=Object.getOwnPropertySymbols,Ma=dt?dt.isBuffer:void 0,La=Te(Object.keys,Object),Ne=te(W,"DataView"),ie=te(W,"Map"),Ie=te(W,"Promise"),Be=te(W,"Set"),xe=te(W,"WeakMap"),ce=te(Object,"create"),Ra=J(Ne),Za=J(ie),Pa=J(Ie),ja=J(Be),Ka=J(xe),mt=ft?ft.prototype:void 0,bt=mt?mt.valueOf:void 0;function Y(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var m=t[i];this.set(m[0],m[1])}}function Ha(){this.__data__=ce?ce(null):{}}function za(t){return this.has(t)&&delete this.__data__[t]}function Wa(t){var i=this.__data__;if(ce){var l=i[t];return l===o?void 0:l}return q.call(i,t)?i[t]:void 0}function Ga(t){var i=this.__data__;return ce?i[t]!==void 0:q.call(i,t)}function qa(t,i){var l=this.__data__;return l[t]=ce&&i===void 0?o:i,this}Y.prototype.clear=Ha,Y.prototype.delete=za,Y.prototype.get=Wa,Y.prototype.has=Ga,Y.prototype.set=qa;function G(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var m=t[i];this.set(m[0],m[1])}}function Ua(){this.__data__=[]}function Ya(t){var i=this.__data__,l=ye(i,t);if(l<0)return!1;var m=i.length-1;return l==m?i.pop():Va.call(i,l,1),!0}function Xa(t){var i=this.__data__,l=ye(i,t);return l<0?void 0:i[l][1]}function Ja(t){return ye(this.__data__,t)>-1}function Qa(t,i){var l=this.__data__,m=ye(l,t);return m<0?l.push([t,i]):l[m][1]=i,this}G.prototype.clear=Ua,G.prototype.delete=Ya,G.prototype.get=Xa,G.prototype.has=Ja,G.prototype.set=Qa;function Q(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var m=t[i];this.set(m[0],m[1])}}function er(){this.__data__={hash:new Y,map:new(ie||G),string:new Y}}function tr(t){return ve(this,t).delete(t)}function nr(t){return ve(this,t).get(t)}function ar(t){return ve(this,t).has(t)}function rr(t,i){return ve(this,t).set(t,i),this}Q.prototype.clear=er,Q.prototype.delete=tr,Q.prototype.get=nr,Q.prototype.has=ar,Q.prototype.set=rr;function ee(t){this.__data__=new G(t)}function or(){this.__data__=new G}function ir(t){return this.__data__.delete(t)}function cr(t){return this.__data__.get(t)}function lr(t){return this.__data__.has(t)}function sr(t,i){var l=this.__data__;if(l instanceof G){var m=l.__data__;if(!ie||m.length<a-1)return m.push([t,i]),this;l=this.__data__=new Q(m)}return l.set(t,i),this}ee.prototype.clear=or,ee.prototype.delete=ir,ee.prototype.get=cr,ee.prototype.has=lr,ee.prototype.set=sr;function dr(t,i){var l=Ae(t)||Fr(t)?Ia(t.length,String):[],m=l.length,$=!!m;for(var V in t)(i||q.call(t,V))&&!($&&(V=="length"||xr(V,m)))&&l.push(V);return l}function ht(t,i,l){var m=t[i];(!(q.call(t,i)&&_t(m,l))||l===void 0&&!(i in t))&&(t[i]=l)}function ye(t,i){for(var l=t.length;l--;)if(_t(t[l][0],i))return l;return-1}function fr(t,i){return t&>(i,Fe(i),t)}function Oe(t,i,l,m,$,V,j){var L;if(m&&(L=V?m(t,$,V,j):m(t)),L!==void 0)return L;if(!_e(t))return t;var Ct=Ae(t);if(Ct){if(L=Nr(t),!i)return Sr(t,L)}else{var ne=X(t),St=ne==C||ne==w;if(Vr(t))return gr(t,i);if(ne==I||ne==d||St&&!V){if(ot(t))return V?t:{};if(L=Ir(St?{}:t),!i)return Tr(t,fr(L,t))}else{if(!T[ne])return V?t:{};L=Br(t,ne,Oe,i)}}j||(j=new ee);var Tt=j.get(t);if(Tt)return Tt;if(j.set(t,L),!Ct)var Et=l?Er(t):Fe(t);return Ea(Et||t,function(De,we){Et&&(we=De,De=t[we]),ht(L,we,Oe(De,i,l,m,we,t,j))}),L}function ur(t){return _e(t)?Fa(t):{}}function pr(t,i,l){var m=i(t);return Ae(t)?m:Na(m,l(t))}function mr(t){return ge.call(t)}function br(t){if(!_e(t)||$r(t))return!1;var i=kt(t)||ot(t)?$a:Se;return i.test(J(t))}function hr(t){if(!vt(t))return La(t);var i=[];for(var l in Object(t))q.call(t,l)&&l!="constructor"&&i.push(l);return i}function gr(t,i){if(i)return t.slice();var l=new t.constructor(t.length);return t.copy(l),l}function $e(t){var i=new t.constructor(t.byteLength);return new ut(i).set(new ut(t)),i}function yr(t,i){var l=i?$e(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.byteLength)}function vr(t,i,l){var m=i?l(it(t),!0):it(t);return rt(m,Sa,new t.constructor)}function _r(t){var i=new t.constructor(t.source,z.exec(t));return i.lastIndex=t.lastIndex,i}function wr(t,i,l){var m=i?l(ct(t),!0):ct(t);return rt(m,Ta,new t.constructor)}function kr(t){return bt?Object(bt.call(t)):{}}function Cr(t,i){var l=i?$e(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.length)}function Sr(t,i){var l=-1,m=t.length;for(i||(i=Array(m));++l<m;)i[l]=t[l];return i}function gt(t,i,l,m){l||(l={});for(var $=-1,V=i.length;++$<V;){var j=i[$],L=m?m(l[j],t[j],j,l,t):void 0;ht(l,j,L===void 0?t[j]:L)}return l}function Tr(t,i){return gt(t,yt(t),i)}function Er(t){return pr(t,Fe,yt)}function ve(t,i){var l=t.__data__;return Or(i)?l[typeof i=="string"?"string":"hash"]:l.map}function te(t,i){var l=Ba(t,i);return br(l)?l:void 0}var yt=pt?Te(pt,Object):Rr,X=mr;(Ne&&X(new Ne(new ArrayBuffer(1)))!=S||ie&&X(new ie)!=x||Ie&&X(Ie.resolve())!=D||Be&&X(new Be)!=F||xe&&X(new xe)!=k)&&(X=function(t){var i=ge.call(t),l=i==I?t.constructor:void 0,m=l?J(l):void 0;if(m)switch(m){case Ra:return S;case Za:return x;case Pa:return D;case ja:return F;case Ka:return k}return i});function Nr(t){var i=t.length,l=t.constructor(i);return i&&typeof t[0]=="string"&&q.call(t,"index")&&(l.index=t.index,l.input=t.input),l}function Ir(t){return typeof t.constructor=="function"&&!vt(t)?ur(Aa(t)):{}}function Br(t,i,l,m){var $=t.constructor;switch(i){case A:return $e(t);case u:case g:return new $(+t);case S:return yr(t,m);case f:case p:case b:case N:case h:case B:case y:case O:case _:return Cr(t,m);case x:return vr(t,m,l);case E:case K:return new $(t);case R:return _r(t);case F:return wr(t,m,l);case Z:return kr(t)}}function xr(t,i){return i=i??s,!!i&&(typeof t=="number"||oe.test(t))&&t>-1&&t%1==0&&t<i}function Or(t){var i=typeof t;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?t!=="__proto__":t===null}function $r(t){return!!lt&< in t}function vt(t){var i=t&&t.constructor,l=typeof i=="function"&&i.prototype||he;return t===l}function J(t){if(t!=null){try{return st.call(t)}catch{}try{return t+""}catch{}}return""}function Ar(t){return Oe(t,!0,!0)}function _t(t,i){return t===i||t!==t&&i!==i}function Fr(t){return Dr(t)&&q.call(t,"callee")&&(!Da.call(t,"callee")||ge.call(t)==d)}var Ae=Array.isArray;function wt(t){return t!=null&&Mr(t.length)&&!kt(t)}function Dr(t){return Lr(t)&&wt(t)}var Vr=Ma||Zr;function kt(t){var i=_e(t)?ge.call(t):"";return i==C||i==w}function Mr(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 Lr(t){return!!t&&typeof t=="object"}function Fe(t){return wt(t)?dr(t):hr(t)}function Rr(){return[]}function Zr(){return!1}r.exports=Ar})(Dn,be);const Vn=be,Mn={key:0,class:"sidebar-header"},Ln={class:"sidebar-content-container"},Rn={key:0,class:"sidebar-top"},Zn={"aria-label":"Main menu"},Pn={key:0,class:"level-primary top-items"},jn={key:1,class:"sidebar-level-divider",role:"separator"},Kn={key:2,class:"level-primary bottom-items"},Hn={class:"sidebar-footer"},zn=["href","target"],Wn=e.defineComponent({__name:"AppSidebar",props:{topItems:{type:Array,default:()=>[]},bottomItems:{type:Array,default:()=>[]},profileItems:{type:Array,default:()=>[]},profileName:{type:String,default:""},headerHeight:{type:Number,default:60},topOffset:{type:Number,default:0},zIndex:{type:Number,default:2},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(r,{emit:n}){const a=r;e.useCssVars(h=>({"95fdfa38":e.unref(c).mobileHeight,"3083f0b8":e.unref(c).mobileTop,"77679b78":r.zIndex,f14d803c:e.unref(c).height,"2c47047a":e.unref(c).top,"5bea84ce":e.unref(g).marginTop,"24d345fe":e.unref(u).display,"26616c55":e.unref(u).minHeight,f27d8cee:e.unref(v).top,d026c078:e.unref(v).zIndex}));const o=e.useSlots(),s=e.computed(()=>!!o.header),d=e.computed(()=>!!o.top),c=e.computed(()=>({mobileTop:a.mobileTopOffset&&a.mobileEnabled?`${a.mobileTopOffset}px`:a.topOffset?`${a.topOffset}px`:"0",top:a.topOffset?`${a.topOffset}px`:"0",mobileHeight:a.mobileTopOffset&&a.mobileEnabled?`calc(100% - ${a.mobileTopOffset}px)`:"100%",height:a.topOffset?`calc(100% - ${a.topOffset}px)`:"100%"})),u=e.computed(()=>({display:!a.mobileHeaderVisible&&a.mobileEnabled?"none":"flex",minHeight:`${a.headerHeight}px`})),g=e.computed(()=>({marginTop:s.value?`${a.headerHeight}px`:"0"})),v=e.computed(()=>({top:a.mobileTopOffset&&a.mobileEnabled?`${a.mobileTopOffset}px`:"0",zIndex:a.mobileOverlayZIndex!==null?a.mobileOverlayZIndex:a.zIndex>1?a.zIndex-1:1})),C=h=>Vn(h).map(y=>{var O,_,H;if(y){(!y.key||!((O=y.key)!=null&&O.trim()))&&(y.key=String(y.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-")),(!y.testId||!((_=y.testId)!=null&&_.trim()))&&(y.testId=String(y.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"));for(const z of y.items||[])z.parentKey=y.key,(!z.testId||!((H=z.testId)!=null&&H.trim()))&&(z.testId=String(z.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"))}return y}),w=e.computed(()=>a.topItems.length?C(a.topItems):[]),x=e.computed(()=>a.bottomItems.length?C(a.bottomItems):[]),E=e.ref(a.open),I=h=>{var B,y;E.value!==h&&(E.value=h,n("toggle",h)),h?(B=document==null?void 0:document.body)==null||B.classList.add("kong-ui-app-sidebar-open"):(y=document==null?void 0:document.body)==null||y.classList.remove("kong-ui-app-sidebar-open"),R.value=!1},D=()=>{a.mobileOverlayCloseOnClick&&I(!1)},R=e.ref(!1),F=h=>{R.value=!0,n("click",h),setTimeout(()=>{I(!1)},a.mobileCloseDelay)};e.watch(()=>a.open,h=>{I(h)});const{debounce:K}=Xe(),Z=K(()=>{E.value&&k.value!==(window==null?void 0:window.innerWidth)&&(k.value=window==null?void 0:window.innerWidth,I(!1))},200),k=e.ref(),A=e.ref(!1),S=e.ref(),f=()=>{A.value||(A.value=!0,clearTimeout(S.value),S.value=setTimeout(()=>A.value=!1,1300))},p=e.ref(null),b=e.computed(()=>E.value&&a.mobileEnabled),N=async h=>{var B,y;h?(await e.nextTick(),await new Promise(O=>setTimeout(O,300)),(B=p.value)==null||B.activate()):(y=p.value)==null||y.deactivate()};return e.watch(b,async h=>{h?await N(!0):await N(!1)},{immediate:!0}),e.onMounted(()=>{k.value=window==null?void 0:window.innerWidth,window.addEventListener("resize",Z),window.addEventListener("resize",f)}),e.onBeforeUnmount(()=>{window.removeEventListener("resize",Z),window.removeEventListener("resize",f)}),(h,B)=>{const y=e.resolveComponent("KIcon"),O=e.resolveComponent("KDropdownItem");return e.openBlock(),e.createElementBlock(e.Fragment,null,[E.value&&r.mobileOverlay&&r.mobileEnabled?(e.openBlock(),e.createElementBlock("div",{key:0,class:"kong-ui-app-sidebar-overlay",onClick:D})):e.createCommentVNode("",!0),e.createVNode(e.unref(Fn),{ref_key:"focusTrap",ref:p,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":E.value,"no-sidebar-header":!e.unref(s),"mobile-header-hidden":r.mobileEnabled&&(!e.unref(s)||!r.mobileHeaderVisible),"mobile-disabled":!r.mobileEnabled,"disable-transitions":A.value}]),tabindex:"-1"},[e.unref(s)?(e.openBlock(),e.createElementBlock("div",Mn,[e.renderSlot(h.$slots,"header",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Ln,[e.unref(d)?(e.openBlock(),e.createElementBlock("div",Rn,[e.renderSlot(h.$slots,"top",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("nav",Zn,[e.unref(w).length?(e.openBlock(),e.createElementBlock("ul",Pn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(w),_=>(e.openBlock(),e.createBlock(Me,{key:_.name,item:_,onClick:F},null,8,["item"]))),128))])):e.createCommentVNode("",!0),e.unref(w).length&&e.unref(x).length?(e.openBlock(),e.createElementBlock("div",jn)):e.createCommentVNode("",!0),e.unref(x).length?(e.openBlock(),e.createElementBlock("ul",Kn,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(x),_=>(e.openBlock(),e.createBlock(Me,{key:_.name,item:_,onClick:F},null,8,["item"]))),128))])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",Hn,[e.renderSlot(h.$slots,"footer",{},()=>[r.profileName||r.profileItems.length?(e.openBlock(),e.createBlock(cn,{key:0,class:"sidebar-profile-menu","item-count":r.profileItems.length,name:r.profileName},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.profileItems,_=>(e.openBlock(),e.createBlock(O,{key:_.name,class:e.normalizeClass([{"has-divider":_.hasDivider},{"external-profile-dropdown-link":(_.external||_.newWindow)&&typeof _.to=="string"}]),"has-divider":_.hasDivider,item:(_.external||_.newWindow)&&typeof _.to=="string"?void 0:{label:_.name,to:_.to},onClick:H=>F(_)},{default:e.withCtx(()=>[(_.external||_.newWindow)&&typeof _.to=="string"?(e.openBlock(),e.createElementBlock("a",{key:0,class:"sidebar-item-external-link",href:_.to,target:_.newWindow?"_blank":void 0},[e.createTextVNode(e.toDisplayString(_.name)+" ",1),_.newWindow?(e.openBlock(),e.createBlock(y,{key:0,color:"var(--black-70, rgba(0,0,0,0.7))",icon:"externalLink",size:"20",viewBox:"0 0 20 20"})):e.createCommentVNode("",!0)],8,zn)):e.createCommentVNode("",!0)]),_:2},1032,["class","has-divider","item","onClick"]))),128))]),_:1},8,["item-count","name"])):e.createCommentVNode("",!0)],!0)])],2)]),_:3},512)],64)}}}),Ur="",Yr="",Je=P(Wn,[["__scopeId","data-v-46293c41"]]),Ce=r=>(e.pushScopeId("data-v-33b3f7c3"),r=r(),e.popScopeId(),r),Gn=["aria-label","onClick"],qn=[Ce(()=>e.createElementVNode("span",{class:"line"},null,-1)),Ce(()=>e.createElementVNode("span",{class:"line"},null,-1)),Ce(()=>e.createElementVNode("span",{class:"line"},null,-1))],Un=e.defineComponent({__name:"SidebarToggle",props:{active:{type:Boolean,default:!1}},emits:["toggle"],setup(r,{emit:n}){const a=r,o=e.ref(a.active||!1),s=()=>{o.value=!o.value,n("toggle",o.value)};return e.watch(()=>a.active,d=>{o.value=d}),(d,c)=>(e.openBlock(),e.createElementBlock("a",{"aria-haspopup":"true","aria-label":o.value?"Close Main Menu":"Open Main Menu",class:e.normalizeClass(["sidebar-menu-toggle",{active:o.value}]),href:"#",role:"button",onClick:e.withModifiers(s,["prevent"])},qn,10,Gn))}}),eo="",Qe=P(Un,[["__scopeId","data-v-33b3f7c3"]]),Yn=r=>(e.pushScopeId("data-v-421b8aac"),r=r(),e.popScopeId(),r),Xn={id:"kong-ui-app-layout-notification"},Jn={class:"mobile-logo"},Qn={key:0,class:"navbar-logo"},ea={class:"kong-ui-app-layout-main","data-testid":"kong-ui-app-layout-main"},ta={class:"kong-ui-app-layout-content"},na=Yn(()=>e.createElementVNode("div",{id:"kong-ui-app-layout-teleport-default-slot"},null,-1)),aa=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:()=>[]},sidebarProfileItems:{type:Array,default:()=>[]},sidebarProfileName:{type:String,default:""}},emits:["sidebar-click"],setup(r,{emit:n}){const a=r;e.useCssVars(k=>({"2bfd7598":e.unref(D),"2d767d27":e.unref(R)}));const o=e.useSlots(),s=e.reactive({navbarLeft:e.computed(()=>!!o["navbar-left"]),navbarCenter:e.computed(()=>!!o["navbar-center"]),navbarRight:e.computed(()=>!!o["navbar-right"]),navbarLogo:e.computed(()=>!!o["navbar-logo"]),navbarMobileLogo:e.computed(()=>!!o["navbar-mobile-logo"]),sidebarHeader:e.computed(()=>!!o["sidebar-header"]),sidebarTop:e.computed(()=>!!o["sidebar-top"]),sidebarFooter:e.computed(()=>!!o["sidebar-footer"])}),d=e.computed(()=>a.hideDefaultSlot),c=e.reactive({hidden:e.computed(()=>a.navbarHidden)}),u=e.reactive({topItems:e.computed(()=>a.sidebarTopItems),bottomItems:e.computed(()=>a.sidebarBottomItems),profileItems:e.computed(()=>a.sidebarProfileItems),profileName:e.computed(()=>a.sidebarProfileName),open:e.computed(()=>a.sidebarOpen),hidden:e.computed(()=>a.sidebarHidden)}),g=k=>{n("sidebar-click",k)},v=e.ref(!1),C=k=>{v.value=k};e.watchEffect(()=>{v.value=e.toRef(u,"open").value||!1});const w=e.ref(0),x=e.ref(60),E=e.ref(0),I=e.computed(()=>c.hidden?E.value:x.value+E.value),D=e.computed(()=>`${I.value}px`),R=e.computed(()=>u.hidden||c.hidden?"0":"16px"),{debounce:F}=Xe(),K=F((k=!1)=>{if(k||w.value!==(window==null?void 0:window.innerWidth)){const A=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");A&&(E.value=A.offsetHeight)}},200),Z=e.ref();return e.onMounted(()=>{var A,S;(A=document==null?void 0:document.body)==null||A.classList.add("kong-ui-app-layout-body"),(S=document==null?void 0:document.documentElement)==null||S.classList.add("kong-ui-app-layout-html"),w.value=window==null?void 0:window.innerWidth,K(!0);const k=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");k&&(Z.value=new ResizeObserver(f=>{for(const p of f){const b=p.contentRect.height;E.value!==b&&(E.value=b)}}),Z.value.observe(k)),window.addEventListener("resize",K)}),e.onBeforeUnmount(()=>{Z.value&&Z.value.disconnect(),window.removeEventListener("resize",K)}),(k,A)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["kong-ui-app-layout",[{"navbar-hidden":c.hidden},{"sidebar-hidden":u.hidden}]])},[e.createElementVNode("div",Xn,[e.renderSlot(k.$slots,"notification",{},void 0,!0)]),c.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Ve,{key:String(u.hidden),"left-offset":u.hidden?0:void 0,"top-offset":E.value},e.createSlots({"mobile-sidebar-toggle":e.withCtx(()=>[u.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Qe,{key:0,active:v.value,onToggle:C},null,8,["active"]))]),_:2},[s.navbarMobileLogo?{name:"mobile-logo",fn:e.withCtx(()=>[e.createElementVNode("div",Jn,[e.renderSlot(k.$slots,"navbar-mobile-logo",{},void 0,!0)])]),key:"0"}:void 0,s.navbarLogo?{name:"logo",fn:e.withCtx(()=>[u.hidden?(e.openBlock(),e.createElementBlock("div",Qn,[e.renderSlot(k.$slots,"navbar-logo",{},void 0,!0)])):e.createCommentVNode("",!0)]),key:"1"}:void 0,s.navbarLeft?{name:"left",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"navbar-left",{},void 0,!0)]),key:"2"}:void 0,s.navbarCenter?{name:"center",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"navbar-center",{},void 0,!0)]),key:"3"}:void 0,s.navbarRight?{name:"right",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"navbar-right",{},void 0,!0)]),key:"4"}:void 0]),1032,["left-offset","top-offset"])),u.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Je,{key:1,"bottom-items":u.bottomItems,"header-height":x.value,"mobile-enabled":"","mobile-header-visible":!1,"mobile-top-offset":e.unref(I),open:v.value,"profile-items":u.profileItems,"profile-name":u.profileName,"top-items":u.topItems,"top-offset":E.value,onClick:g,onToggle:C},e.createSlots({_:2},[s.sidebarHeader?{name:"header",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"sidebar-header",{},void 0,!0)]),key:"0"}:void 0,s.sidebarTop?{name:"top",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"sidebar-top",{},void 0,!0)]),key:"1"}:void 0,s.sidebarFooter?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(k.$slots,"sidebar-footer",{},void 0,!0)]),key:"2"}:void 0]),1032,["bottom-items","header-height","mobile-top-offset","open","profile-items","profile-name","top-items","top-offset"])),e.createElementVNode("main",ea,[e.createElementVNode("div",ta,[na,e.renderSlot(k.$slots,"app-error",{},void 0,!0),e.unref(d)?e.createCommentVNode("",!0):e.renderSlot(k.$slots,"default",{key:0},void 0,!0)])])],2))}}),to="",no="",et=P(aa,[["__scopeId","data-v-421b8aac"]]),ra=e.defineComponent({__name:"NavbarDropdownMenu",props:{options:{type:Array,default:()=>[]},tooltip:{type:String,default:""},width:{type:String,default:"175"},disabled:{type:Boolean,default:!1}},emits:["change"],setup(r,{emit:n}){var d;const a=r,o=e.ref(((d=a.options)==null?void 0:d.filter(c=>!!c.selected)[0])||a.options[0]),s=c=>{o.value=c,n("change",o.value)};return(c,u)=>{const g=e.resolveComponent("KDropdownItem"),v=e.resolveComponent("KDropdownMenu");return e.openBlock(),e.createBlock(v,{appearance:"selectionMenu",class:"top-bar-dropdown-menu",disabled:r.disabled,"disabled-tooltip":r.tooltip,"kpop-attributes":{placement:"bottomStart",disabled:r.disabled},label:o.value.label,width:r.width,onChange:u[0]||(u[0]=C=>s(C))},{items:e.withCtx(({handleSelection:C})=>[e.renderSlot(c.$slots,"default",{},()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.options,w=>(e.openBlock(),e.createBlock(g,{key:w.value,"data-testid":"select-"+w.value,selected:o.value.value===w.value,onClick:x=>C(w)},{default:e.withCtx(()=>[e.renderSlot(c.$slots,"default",{option:w},()=>[e.createTextVNode(e.toDisplayString(w.label),1)],!0)]),_:2},1032,["data-testid","selected","onClick"]))),128))],!0)]),_:3},8,["disabled","disabled-tooltip","kpop-attributes","label","width"])}}}),ao="",oa=P(ra,[["__scopeId","data-v-760cb07f"]]),ia=e.defineComponent({__name:"AccountDropdown",props:{options:{type:Array,required:!0},width:{type:String,default:"240"},userInitials:{type:String,required:!0,default:" "}},setup(r){return(n,a)=>{const o=e.resolveComponent("KDropdownItem"),s=e.resolveComponent("KDropdownMenu");return e.openBlock(),e.createBlock(s,{class:"account-dropdown","kpop-attributes":{placement:"bottomStart"},label:r.userInitials,size:"small",width:r.width},{items:e.withCtx(({handleSelection:d})=>[e.renderSlot(n.$slots,"default",{},()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.options,c=>(e.openBlock(),e.createBlock(o,{key:c.value,class:e.normalizeClass({"has-divider":c.hasDivider}),"data-testid":"select-"+c.value,"has-divider":c.hasDivider,onClick:u=>d(c)},{default:e.withCtx(()=>[e.renderSlot(n.$slots,"default",{option:c},()=>[e.createTextVNode(e.toDisplayString(c.label),1)],!0)]),_:2},1032,["class","data-testid","has-divider","onClick"]))),128))],!0)]),_:3},8,["label","width"])}}}),ro="",ca=P(ia,[["__scopeId","data-v-cce33788"]]),la={},sa={fill:"none",height:"130",width:"130",xmlns:"http://www.w3.org/2000/svg"},da=[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)];function fa(r,n){return e.openBlock(),e.createElementBlock("svg",sa,da)}const ua=P(la,[["render",fa]]),tt=r=>(e.pushScopeId("data-v-ff05f71e"),r=r(),e.popScopeId(),r),pa={class:"kong-ui-app-error"},ma={class:"banana-icon"},ba={class:"kong-ui-app-error-content"},ha=tt(()=>e.createElementVNode("h2",null,"An unexpected error has occurred",-1)),ga=tt(()=>e.createElementVNode("p",null,[e.createTextVNode("Go back to the previous page or "),e.createElementVNode("a",{href:"/"},"return home"),e.createTextVNode(".")],-1)),ya=e.defineComponent({__name:"AppError",setup(r){return(n,a)=>(e.openBlock(),e.createElementBlock("section",pa,[e.createElementVNode("div",ma,[e.createVNode(ua)]),e.createElementVNode("div",ba,[e.renderSlot(n.$slots,"default",{},()=>[ha,ga],!0)])]))}}),io="",co="",va=P(ya,[["__scopeId","data-v-ff05f71e"]]),_a={install:(r,n={})=>{r.component(n.name||"AppLayout",et)}};M.AccountDropdown=ca,M.AppError=va,M.AppLayout=et,M.AppNavbar=Ve,M.AppSidebar=Je,M.NavbarDropdownMenu=oa,M.SidebarToggle=Qe,M.default=_a,Object.defineProperties(M,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
12
12
|
//# sourceMappingURL=app-layout.umd.js.map
|