@kong-ui-public/app-layout 4.8.1-pr.2488.45c2dead3.0 → 4.8.1-pr.2501.3c78b7092.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.
Files changed (38) hide show
  1. package/dist/app-layout.es.js +2449 -0
  2. package/dist/app-layout.umd.js +12 -0
  3. package/dist/style.css +1 -0
  4. package/dist/types/components/AppLayout.vue.d.ts +124 -0
  5. package/dist/types/components/AppLayout.vue.d.ts.map +1 -0
  6. package/dist/types/components/aboutSection/AppAboutSection.vue.d.ts +36 -0
  7. package/dist/types/components/aboutSection/AppAboutSection.vue.d.ts.map +1 -0
  8. package/dist/types/components/errors/AppError.vue.d.ts +13 -0
  9. package/dist/types/components/errors/AppError.vue.d.ts.map +1 -0
  10. package/dist/types/components/icons/BananaSplit.vue.d.ts +3 -0
  11. package/dist/types/components/icons/BananaSplit.vue.d.ts.map +1 -0
  12. package/dist/types/components/navbar/AccountDropdown.vue.d.ts +50 -0
  13. package/dist/types/components/navbar/AccountDropdown.vue.d.ts.map +1 -0
  14. package/dist/types/components/navbar/AppNavbar.vue.d.ts +53 -0
  15. package/dist/types/components/navbar/AppNavbar.vue.d.ts.map +1 -0
  16. package/dist/types/components/pageHeader/AppPageHeader.vue.d.ts +44 -0
  17. package/dist/types/components/pageHeader/AppPageHeader.vue.d.ts.map +1 -0
  18. package/dist/types/components/pageInfoSection/AppPageInfoSection.vue.d.ts +60 -0
  19. package/dist/types/components/pageInfoSection/AppPageInfoSection.vue.d.ts.map +1 -0
  20. package/dist/types/components/sidebar/AppSidebar.vue.d.ts +164 -0
  21. package/dist/types/components/sidebar/AppSidebar.vue.d.ts.map +1 -0
  22. package/dist/types/components/sidebar/ItemBadge.vue.d.ts +17 -0
  23. package/dist/types/components/sidebar/ItemBadge.vue.d.ts.map +1 -0
  24. package/dist/types/components/sidebar/SidebarItem.vue.d.ts +43 -0
  25. package/dist/types/components/sidebar/SidebarItem.vue.d.ts.map +1 -0
  26. package/dist/types/components/sidebar/SidebarToggle.vue.d.ts +19 -0
  27. package/dist/types/components/sidebar/SidebarToggle.vue.d.ts.map +1 -0
  28. package/dist/types/composables/index.d.ts +2 -0
  29. package/dist/types/composables/index.d.ts.map +1 -0
  30. package/dist/types/composables/useDebounce.d.ts +4 -0
  31. package/dist/types/composables/useDebounce.d.ts.map +1 -0
  32. package/dist/types/index.d.ts +20 -0
  33. package/dist/types/index.d.ts.map +1 -0
  34. package/dist/types/types/index.d.ts +2 -0
  35. package/dist/types/types/index.d.ts.map +1 -0
  36. package/dist/types/types/sidebar.d.ts +39 -0
  37. package/dist/types/types/sidebar.d.ts.map +1 -0
  38. package/package.json +1 -1
@@ -0,0 +1,12 @@
1
+ (function(R,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("@kong/icons"),require("@kong/kongponents")):typeof define=="function"&&define.amd?define(["exports","vue","@kong/icons","@kong/kongponents"],e):(R=typeof globalThis<"u"?globalThis:R||self,e(R["kong-ui-public-app-layout"]={},R.Vue,R.KongIcons,R.Kongponents))})(this,function(R,e,Ae,Xe){"use strict";const Mt=e.defineComponent({__name:"AccountDropdown",props:{options:{type:Array,required:!0},width:{type:String,default:"240"},userInitials:{type:String,required:!0,default:" "}},setup(a){return(n,r)=>{const o=e.resolveComponent("KDropdownItem"),s=e.resolveComponent("KDropdown");return e.openBlock(),e.createBlock(s,{class:"account-dropdown","kpop-attributes":{placement:"bottom-end"},"trigger-text":a.userInitials,width:a.width},{items:e.withCtx(({handleSelection:d})=>[e.renderSlot(n.$slots,"default",{},()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.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:p=>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,["trigger-text","width"])}}}),X=(a,n)=>{const r=a.__vccOpts||a;for(const[o,s]of n)r[o]=s;return r},jt=X(Mt,[["__scopeId","data-v-b33191a2"]]),Pt={class:"about-section-title","data-testid":"about-section-title"},Kt={class:"about-section-header-end"},Zt={key:0,class:"about-section-timestamps-created","data-testid":"about-section-timestamps-created"},Ht={key:1,class:"about-section-timestamps-arrow"},zt={key:2,class:"about-section-timestamps-modified","data-testid":"about-section-timestamps-modified"},Wt={key:1,class:"about-section-actions","data-testid":"about-section-actions"},Gt={key:0,"data-testid":"about-section-loading-skeleton"},Ut={key:1},qt={key:0,class:"about-section-description","data-testid":"about-section-description"},Xt={key:1,class:"about-section-content","data-testid":"about-section-content"},Yt={key:2,"data-testid":"about-divider-section-separator"},Qt={key:3,class:"about-divider-section","data-testid":"about-divider-section"},Jt=X(e.defineComponent({__name:"AppAboutSection",props:{title:{default:""},description:{default:""},created:{default:""},createdLabel:{default:"Created"},modified:{default:""},modifiedLabel:{default:"Modified"},isLoading:{type:Boolean,default:!1}},setup(a){const n=a,r=e.computed(()=>!!n.modified&&n.modified!==n.created);return(o,s)=>{const d=e.resolveComponent("KSkeletonBox"),c=e.resolveComponent("KCard");return e.openBlock(),e.createBlock(c,{class:"kong-ui-app-about-section","title-tag":"h2"},e.createSlots({default:e.withCtx(()=>[o.isLoading?(e.openBlock(),e.createElementBlock("div",Gt,[e.createVNode(d,{height:"2",width:"100"}),e.createVNode(d,{height:"2",width:"100"})])):(e.openBlock(),e.createElementBlock("div",Ut,[o.description?(e.openBlock(),e.createElementBlock("p",qt,e.toDisplayString(o.description),1)):e.createCommentVNode("",!0),o.$slots.default?(e.openBlock(),e.createElementBlock("div",Xt,[e.renderSlot(o.$slots,"default",{},void 0,!0)])):e.createCommentVNode("",!0),o.$slots["divider-section"]?(e.openBlock(),e.createElementBlock("hr",Yt)):e.createCommentVNode("",!0),o.$slots["divider-section"]?(e.openBlock(),e.createElementBlock("div",Qt,[e.renderSlot(o.$slots,"divider-section",{},void 0,!0)])):e.createCommentVNode("",!0)]))]),_:2},[o.$slots.title||o.title?{name:"title",fn:e.withCtx(()=>[e.createElementVNode("span",Pt,[e.renderSlot(o.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(o.title),1)],!0)])]),key:"0"}:void 0,o.$slots.actions||o.created||o.modified?{name:"actions",fn:e.withCtx(()=>[e.createElementVNode("div",Kt,[o.created||o.modified?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["about-section-timestamps",{"has-actions":o.$slots.actions}])},[o.created?(e.openBlock(),e.createElementBlock("span",Zt,e.toDisplayString(o.createdLabel)+": "+e.toDisplayString(o.created),1)):e.createCommentVNode("",!0),o.created&&r.value?(e.openBlock(),e.createElementBlock("span",Ht,"->")):e.createCommentVNode("",!0),r.value?(e.openBlock(),e.createElementBlock("span",zt,e.toDisplayString(o.modifiedLabel)+": "+e.toDisplayString(o.modified),1)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),o.$slots.actions?(e.openBlock(),e.createElementBlock("div",Wt,[e.renderSlot(o.$slots,"actions",{},void 0,!0)])):e.createCommentVNode("",!0)])]),key:"1"}:void 0]),1024)}}}),[["__scopeId","data-v-f5864a9c"]]),en={},tn={fill:"none",height:"130",width:"130",xmlns:"http://www.w3.org/2000/svg"};function nn(a,n){return e.openBlock(),e.createElementBlock("svg",tn,n[0]||(n[0]=[e.createStaticVNode('<path clip-rule="evenodd" d="M19.111 120.198c-.226 0-.409-.164-.409-.368v-4.812c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.165-.409-.368v-4.812c0-.204.183-.368.409-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.164-.409-.367V66.89c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368V47.64c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.164-.409-.368v-4.812c0-.204.183-.368.409-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.369v-4.812c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.165-.409-.368V9.138c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368ZM110.889 120.198c-.225 0-.408-.164-.408-.368v-4.812c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.165-.408-.368v-4.812c0-.204.183-.368.408-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.164-.408-.367V66.89c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368V47.64c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.164-.408-.368v-4.812c0-.204.183-.368.408-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.369v-4.812c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.165-.408-.368V9.138c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Z" fill="#D6D6D6" fill-rule="evenodd"></path><path clip-rule="evenodd" d="M123.553 107.758a.399.399 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.399.399 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408H87.69a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.135 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408H37.01a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.067a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.067c.215 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408H6.603a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409ZM123.553 21.434a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.399.399 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409H87.69a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.135 0a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409H37.01a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.387.409H6.603a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Z" fill="#D6D6D6" fill-rule="evenodd"></path><circle cx="65" cy="65" opacity=".5" r="64" stroke="#B6B6BD" stroke-dasharray="5.69 5.69" stroke-linecap="round" stroke-width=".854"></circle><g clip-path="url(#a)" stroke="#169FCC" stroke-miterlimit="10" stroke-width="1.42"><path d="m33.523 104.868-5.72-.695a1.214 1.214 0 0 1-.766-.386 1.182 1.182 0 0 1-.312-.788v-7.448c0-.095.038-.186.106-.253a.365.365 0 0 1 .256-.104l5.254-.263M61.471 22.733a1.761 1.761 0 0 1 1.45.235 49.628 49.628 0 0 1 15.613 17.6 48.797 48.797 0 0 1 5.65 22.702 47.236 47.236 0 0 1-.333 5.325 41.34 41.34 0 0 0-12.501-.441 48.503 48.503 0 0 0-1.813-23.734 49.117 49.117 0 0 0-12.91-20.119c1.602-.591 3.223-1.136 4.844-1.568Z"></path><path d="M71.35 68.154a39.493 39.493 0 0 0-10.813 3.757 51.298 51.298 0 0 0 3.251-18.062c0-9.392-4.939-19.179-9.783-27.237-.257-.432 0-1.616 2.642-2.32"></path><path d="M56.236 78.58a13.605 13.605 0 0 0-4.29-9.289 14.017 14.017 0 0 0-9.622-3.786 9.617 9.617 0 0 1-6.456-2.446 9.341 9.341 0 0 1-3.079-6.1l-.286-4.256c3.09 0 9.46 4.105 13.216 4.866 3.757.76 8.21.253 11.862 3.437a13.303 13.303 0 0 1 4.357 6.575"></path><path d="M68.594 75.442c-3.432 6.95-7.914 11.59-14.303 16.033a47.076 47.076 0 0 1-21.702 8.058v-4.696c11.642-4.809 22.208-11.806 27.948-22.88"></path><path d="M76.499 84.815a46.939 46.939 0 0 1-17.392 14.511 50.925 50.925 0 0 1-22.885 5.457c-2.317 0-3.662.47-3.662-.695v-4.555"></path><path d="M83.85 68.595c22.304 16.22 4.044 39.25-19.652 37.663.954-.939 29.95-22.222-3.661-34.3"></path><path d="M84.184 58.47c13.607 0 25.746 26.242 17.383 30.995-1.182-17.508-17.716-20.87-17.716-20.87"></path></g><defs><clipPath id="a"><path d="M0 0h79v85H0z" fill="#fff" transform="translate(26 22)"></path></clipPath></defs>',5)]))}const an=X(en,[["render",nn]]),on={class:"kong-ui-app-error"},rn={class:"banana-icon"},cn={class:"kong-ui-app-error-content"},sn=X(e.defineComponent({__name:"AppError",setup(a){return(n,r)=>(e.openBlock(),e.createElementBlock("section",on,[e.createElementVNode("div",rn,[e.createVNode(an)]),e.createElementVNode("div",cn,[e.renderSlot(n.$slots,"default",{},()=>[r[0]||(r[0]=e.createElementVNode("h2",null,"An unexpected error has occurred",-1)),r[1]||(r[1]=e.createElementVNode("p",null,[e.createTextVNode("Go back to the previous page or "),e.createElementVNode("a",{href:"/"},"return home"),e.createTextVNode(".")],-1))],!0)])]))}}),[["__scopeId","data-v-b6d8dc55"]]),ln={class:"kong-ui-app-navbar"},dn={class:"header-content"},un={class:"mobile-header-left"},fn={key:0,class:"app-navbar-logo"},pn={class:"navbar-content"},mn={class:"navbar-content-left"},bn={class:"navbar-content-center"},hn={class:"navbar-content-right"},Ye=X(e.defineComponent({__name:"AppNavbar",props:{topOffset:{type:Number,default:0},leftOffset:{type:Number,default:240},zIndex:{type:Number,default:3}},setup(a){e.useCssVars(c=>({"27c93a10":d.value.top,"0f284bf5":d.value.zIndex,d1659a78:d.value.left,"3d9232e8":s.marginRight,"038c3c78":s.width}));const n=a,r=e.useSlots(),o=e.computed(()=>!!r.logo),s=e.reactive({marginRight:"0",width:"0"});e.onMounted(()=>{var c,p;(p=(c=document==null?void 0:document.querySelector(".kong-ui-app-navbar .app-navbar-logo"))==null?void 0:c.children)!=null&&p.length?(s.marginRight="32px",s.width="calc(240px - 32px)"):(s.marginRight="0",s.width="0")});const d=e.computed(()=>({top:n.topOffset?`${n.topOffset}px`:"0",left:n.leftOffset?`${n.leftOffset}px`:"0",zIndex:n.zIndex}));return(c,p)=>(e.openBlock(),e.createElementBlock("header",ln,[e.createElementVNode("div",dn,[e.createElementVNode("div",un,[e.renderSlot(c.$slots,"mobile-sidebar-toggle"),e.renderSlot(c.$slots,"mobile-logo")]),o.value?(e.openBlock(),e.createElementBlock("div",fn,[e.renderSlot(c.$slots,"logo")])):e.createCommentVNode("",!0),e.createElementVNode("div",pn,[e.createElementVNode("div",mn,[e.renderSlot(c.$slots,"left")]),e.createElementVNode("div",bn,[e.renderSlot(c.$slots,"center")]),e.createElementVNode("div",hn,[e.renderSlot(c.$slots,"right")])])])]))}}),[["__scopeId","data-v-2f6fc50f"]]);function gn(a){return e.getCurrentScope()?(e.onScopeDispose(a),!0):!1}const Fe=new WeakMap,yn=(...a)=>{var n;const r=a[0],o=(n=e.getCurrentInstance())==null?void 0:n.proxy;if(o==null&&!e.hasInjectionContext())throw new Error("injectLocal must be called in setup");return o&&Fe.has(o)&&r in Fe.get(o)?Fe.get(o)[r]:e.inject(...a)},vn=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const kn=Object.prototype.toString,wn=a=>kn.call(a)==="[object Object]";function Qe(a){return a.endsWith("rem")?Number.parseFloat(a)*16:Number.parseFloat(a)}function De(a){return Array.isArray(a)?a:[a]}function Cn(a,n,r){return e.watch(a,n,{...r,immediate:!0})}const Je=vn?window:void 0;function Sn(a){var n;const r=e.toValue(a);return(n=r==null?void 0:r.$el)!=null?n:r}function En(...a){const n=[],r=()=>{n.forEach(p=>p()),n.length=0},o=(p,b,k,w)=>(p.addEventListener(b,k,w),()=>p.removeEventListener(b,k,w)),s=e.computed(()=>{const p=De(e.toValue(a[0])).filter(b=>b!=null);return p.every(b=>typeof b!="string")?p:void 0}),d=Cn(()=>{var p,b;return[(b=(p=s.value)==null?void 0:p.map(k=>Sn(k)))!=null?b:[Je].filter(k=>k!=null),De(e.toValue(s.value?a[1]:a[0])),De(e.unref(s.value?a[2]:a[1])),e.toValue(s.value?a[3]:a[2])]},([p,b,k,w])=>{if(r(),!(p!=null&&p.length)||!(b!=null&&b.length)||!(k!=null&&k.length))return;const I=wn(w)?{...w}:w;n.push(...p.flatMap($=>b.flatMap(F=>k.map(S=>o($,F,S,I)))))},{flush:"post"}),c=()=>{d(),r()};return gn(r),c}function _n(){const a=e.shallowRef(!1),n=e.getCurrentInstance();return n&&e.onMounted(()=>{a.value=!0},n),a}function Bn(a){const n=_n();return e.computed(()=>(n.value,!!a()))}const Tn=Symbol("vueuse-ssr-width");function Nn(){const a=e.hasInjectionContext()?yn(Tn,null):null;return typeof a=="number"?a:void 0}function In(a,n={}){const{window:r=Je,ssrWidth:o=Nn()}=n,s=Bn(()=>r&&"matchMedia"in r&&typeof r.matchMedia=="function"),d=e.shallowRef(typeof o=="number"),c=e.shallowRef(),p=e.shallowRef(!1),b=k=>{p.value=k.matches};return e.watchEffect(()=>{if(d.value){d.value=!s.value;const k=e.toValue(a).split(",");p.value=k.some(w=>{const I=w.includes("not all"),$=w.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/),F=w.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);let S=!!($||F);return $&&S&&(S=o>=Qe($[1])),F&&S&&(S=o<=Qe(F[1])),I?!S:S});return}s.value&&(c.value=r.matchMedia(e.toValue(a)),p.value=c.value.matches)}),En(c,"change",b,{passive:!0}),e.computed(()=>p.value)}const $n="#ffffff",On="#000933",An="#000933",Fn="#ffffff",Dn="0px",Vn="4px",xn="640px",Rn="16px",Ln="#bee2ff",Mn=["title"],Ve=99,jn=X(e.defineComponent({__name:"ItemBadge",props:{count:{type:Number,required:!0,default:void 0}},setup(a){const n=a,r=e.computed(()=>n.count?n.count>Ve?`${Ve}+`:n.count.toString():"");return(o,s)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"item-badge",title:(a.count||0)>Ve?String(a.count):void 0},e.toDisplayString(r.value),9,Mn)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-afb0d903"]]),Pn=["data-testid"],Kn=["aria-controls","aria-current","aria-expanded","href","target","onClick","onKeypress"],Zn={key:0,class:"sidebar-item-icon"},Hn={class:"sidebar-item-name-container"},zn={class:"sidebar-item-name has-tooltip"},Wn={key:2,class:"sidebar-item-label truncate-text truncate-18"},Gn={key:1,class:"sidebar-item-after"},Un=["id"],et=X(e.defineComponent({__name:"SidebarItem",props:{item:{type:Object,required:!0},subnavItem:{type:Boolean,default:!1}},emits:["click"],setup(a,{emit:n}){const r=n,o=a,s=e.useSlots(),d=e.computed(()=>typeof o.item.to!="string"?!1:!!o.item.newWindow||!!o.item.external||o.item.to.startsWith("http")),c=e.computed(()=>!o.item.to||typeof o.item.to!="string"||!o.item.newWindow?!1:o.item.newWindow&&(o.item.to.startsWith("http")||o.item.to.startsWith("/"))),p=e.computed(()=>o.subnavItem&&o.item.badgeCount!==void 0&&o.item.badgeCount!==0||!!s[`sidebar-after-${o.item.key}`]),b=w=>{r("click",w)},k=(w,I,$)=>{b(I),typeof $=="function"&&(w.preventDefault(),$())};return(w,I)=>{var S;const $=e.resolveComponent("KTooltip"),F=e.resolveComponent("SidebarItem",!0);return e.openBlock(),e.createElementBlock("li",{class:e.normalizeClass([a.subnavItem?"sidebar-item-secondary":"sidebar-item-primary",{expanded:a.item.expanded},{active:a.item.active}]),"data-testid":a.item.testId?`sidebar-item-${a.item.testId}`:void 0},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(d.value?"div":"router-link"),{custom:d.value?void 0:!0,to:!d.value&&!c.value?a.item.to:void 0},{default:e.withCtx(A=>{var K,V;return[e.createElementVNode("a",{"aria-controls":(K=a.item.items)!=null&&K.length&&a.item.expanded?`subnav-${a.item.key}`:void 0,"aria-current":a.item.active?"page":void 0,"aria-expanded":(V=a.item.items)!=null&&V.length&&a.item.expanded?!0:void 0,class:e.normalizeClass(["sidebar-item-link",{"sidebar-item-external-link":c.value,"router-link":!d.value}]),href:d.value?String(a.item.to||"#"):A==null?void 0:A.href,target:c.value?"_blank":void 0,onClick:G=>k(G,a.item,A==null?void 0:A.navigate),onKeypress:e.withKeys(G=>k(G,a.item,A==null?void 0:A.navigate),["enter"])},[e.createElementVNode("div",{class:e.normalizeClass(["sidebar-item-display",{"has-label":!!a.item.label&&a.item.expanded,"has-badge":p.value}])},[w.$slots[`sidebar-icon-${a.item.key}`]?(e.openBlock(),e.createElementBlock("div",Zn,[a.subnavItem?e.createCommentVNode("",!0):e.renderSlot(w.$slots,`sidebar-icon-${a.item.key}`,{key:0},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Hn,[(a.subnavItem&&!p.value?a.item.name.length<25:a.item.name.length<18)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["sidebar-item-name truncate-text",[a.subnavItem?"has-badge-max-width truncate-24":"truncate-17"]])},e.toDisplayString(a.item.name),3)):(e.openBlock(),e.createBlock($,{key:1,class:"sidebar-item-tooltip",placement:"right","position-fixed":"",text:a.item.name},{default:e.withCtx(()=>[e.createElementVNode("div",zn,[e.createElementVNode("span",{class:e.normalizeClass(["truncate-text",[a.subnavItem?"truncate-18":"truncate-17",{"has-badge-max-width":p.value}]])},e.toDisplayString(a.item.name),3)])]),_:1},8,["text"])),a.item.label&&a.item.expanded?(e.openBlock(),e.createElementBlock("div",Wn,e.toDisplayString(a.item.label),1)):e.createCommentVNode("",!0)]),p.value?(e.openBlock(),e.createElementBlock("div",Gn,[a.item.badgeCount?(e.openBlock(),e.createBlock(jn,{key:0,count:a.item.badgeCount},null,8,["count"])):e.renderSlot(w.$slots,`sidebar-after-${a.item.key}`,{key:1},void 0,!0)])):e.createCommentVNode("",!0)],2)],42,Kn)]}),_:3},8,["custom","to"])),(S=a.item.items)!=null&&S.length&&a.item.expanded?(e.openBlock(),e.createElementBlock("ul",{key:0,id:`subnav-${a.item.key}`,class:"level-secondary"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.item.items,A=>(e.openBlock(),e.createBlock(F,{key:A.name,item:A,"subnav-item":!0,onClick:K=>b(A)},null,8,["item","onClick"]))),128))],8,Un)):e.createCommentVNode("",!0)],10,Pn)}}}),[["__scopeId","data-v-f005e80c"]]);/*!
2
+ * tabbable 6.2.0
3
+ * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
4
+ */var tt=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],ve=tt.join(","),nt=typeof Element>"u",ae=nt?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,ke=!nt&&Element.prototype.getRootNode?function(a){var n;return a==null||(n=a.getRootNode)===null||n===void 0?void 0:n.call(a)}:function(a){return a==null?void 0:a.ownerDocument},we=function a(n,r){var o;r===void 0&&(r=!0);var s=n==null||(o=n.getAttribute)===null||o===void 0?void 0:o.call(n,"inert"),d=s===""||s==="true",c=d||r&&n&&a(n.parentNode);return c},qn=function(n){var r,o=n==null||(r=n.getAttribute)===null||r===void 0?void 0:r.call(n,"contenteditable");return o===""||o==="true"},at=function(n,r,o){if(we(n))return[];var s=Array.prototype.slice.apply(n.querySelectorAll(ve));return r&&ae.call(n,ve)&&s.unshift(n),s=s.filter(o),s},ot=function a(n,r,o){for(var s=[],d=Array.from(n);d.length;){var c=d.shift();if(!we(c,!1))if(c.tagName==="SLOT"){var p=c.assignedElements(),b=p.length?p:c.children,k=a(b,!0,o);o.flatten?s.push.apply(s,k):s.push({scopeParent:c,candidates:k})}else{var w=ae.call(c,ve);w&&o.filter(c)&&(r||!n.includes(c))&&s.push(c);var I=c.shadowRoot||typeof o.getShadowRoot=="function"&&o.getShadowRoot(c),$=!we(I,!1)&&(!o.shadowRootFilter||o.shadowRootFilter(c));if(I&&$){var F=a(I===!0?c.children:I.children,!0,o);o.flatten?s.push.apply(s,F):s.push({scopeParent:c,candidates:F})}else d.unshift.apply(d,c.children)}}return s},rt=function(n){return!isNaN(parseInt(n.getAttribute("tabindex"),10))},oe=function(n){if(!n)throw new Error("No node provided");return n.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(n.tagName)||qn(n))&&!rt(n)?0:n.tabIndex},Xn=function(n,r){var o=oe(n);return o<0&&r&&!rt(n)?0:o},Yn=function(n,r){return n.tabIndex===r.tabIndex?n.documentOrder-r.documentOrder:n.tabIndex-r.tabIndex},it=function(n){return n.tagName==="INPUT"},Qn=function(n){return it(n)&&n.type==="hidden"},Jn=function(n){var r=n.tagName==="DETAILS"&&Array.prototype.slice.apply(n.children).some(function(o){return o.tagName==="SUMMARY"});return r},ea=function(n,r){for(var o=0;o<n.length;o++)if(n[o].checked&&n[o].form===r)return n[o]},ta=function(n){if(!n.name)return!0;var r=n.form||ke(n),o=function(p){return r.querySelectorAll('input[type="radio"][name="'+p+'"]')},s;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")s=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=ea(s,n.form);return!d||d===n},na=function(n){return it(n)&&n.type==="radio"},aa=function(n){return na(n)&&!ta(n)},oa=function(n){var r,o=n&&ke(n),s=(r=o)===null||r===void 0?void 0:r.host,d=!1;if(o&&o!==n){var c,p,b;for(d=!!((c=s)!==null&&c!==void 0&&(p=c.ownerDocument)!==null&&p!==void 0&&p.contains(s)||n!=null&&(b=n.ownerDocument)!==null&&b!==void 0&&b.contains(n));!d&&s;){var k,w,I;o=ke(s),s=(k=o)===null||k===void 0?void 0:k.host,d=!!((w=s)!==null&&w!==void 0&&(I=w.ownerDocument)!==null&&I!==void 0&&I.contains(s))}}return d},ct=function(n){var r=n.getBoundingClientRect(),o=r.width,s=r.height;return o===0&&s===0},ra=function(n,r){var o=r.displayCheck,s=r.getShadowRoot;if(getComputedStyle(n).visibility==="hidden")return!0;var d=ae.call(n,"details>summary:first-of-type"),c=d?n.parentElement:n;if(ae.call(c,"details:not([open]) *"))return!0;if(!o||o==="full"||o==="legacy-full"){if(typeof s=="function"){for(var p=n;n;){var b=n.parentElement,k=ke(n);if(b&&!b.shadowRoot&&s(b)===!0)return ct(n);n.assignedSlot?n=n.assignedSlot:!b&&k!==n.ownerDocument?n=k.host:n=b}n=p}if(oa(n))return!n.getClientRects().length;if(o!=="legacy-full")return!0}else if(o==="non-zero-area")return ct(n);return!1},ia=function(n){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(n.tagName))for(var r=n.parentElement;r;){if(r.tagName==="FIELDSET"&&r.disabled){for(var o=0;o<r.children.length;o++){var s=r.children.item(o);if(s.tagName==="LEGEND")return ae.call(r,"fieldset[disabled] *")?!0:!s.contains(n)}return!0}r=r.parentElement}return!1},Ce=function(n,r){return!(r.disabled||we(r)||Qn(r)||ra(r,n)||Jn(r)||ia(r))},xe=function(n,r){return!(aa(r)||oe(r)<0||!Ce(n,r))},ca=function(n){var r=parseInt(n.getAttribute("tabindex"),10);return!!(isNaN(r)||r>=0)},sa=function a(n){var r=[],o=[];return n.forEach(function(s,d){var c=!!s.scopeParent,p=c?s.scopeParent:s,b=Xn(p,c),k=c?a(s.candidates):p;b===0?c?r.push.apply(r,k):r.push(p):o.push({documentOrder:d,tabIndex:b,item:s,isScope:c,content:k})}),o.sort(Yn).reduce(function(s,d){return d.isScope?s.push.apply(s,d.content):s.push(d.content),s},[]).concat(r)},la=function(n,r){r=r||{};var o;return r.getShadowRoot?o=ot([n],r.includeContainer,{filter:xe.bind(null,r),flatten:!1,getShadowRoot:r.getShadowRoot,shadowRootFilter:ca}):o=at(n,r.includeContainer,xe.bind(null,r)),sa(o)},da=function(n,r){r=r||{};var o;return r.getShadowRoot?o=ot([n],r.includeContainer,{filter:Ce.bind(null,r),flatten:!0,getShadowRoot:r.getShadowRoot}):o=at(n,r.includeContainer,Ce.bind(null,r)),o},le=function(n,r){if(r=r||{},!n)throw new Error("No node provided");return ae.call(n,ve)===!1?!1:xe(r,n)},ua=tt.concat("iframe").join(","),Re=function(n,r){if(r=r||{},!n)throw new Error("No node provided");return ae.call(n,ua)===!1?!1:Ce(r,n)};/*!
5
+ * focus-trap 7.6.5
6
+ * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
7
+ */function Le(a,n){(n==null||n>a.length)&&(n=a.length);for(var r=0,o=Array(n);r<n;r++)o[r]=a[r];return o}function fa(a){if(Array.isArray(a))return Le(a)}function pa(a,n,r){return(n=ya(n))in a?Object.defineProperty(a,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):a[n]=r,a}function ma(a){if(typeof Symbol<"u"&&a[Symbol.iterator]!=null||a["@@iterator"]!=null)return Array.from(a)}function ba(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
8
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function st(a,n){var r=Object.keys(a);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(a);n&&(o=o.filter(function(s){return Object.getOwnPropertyDescriptor(a,s).enumerable})),r.push.apply(r,o)}return r}function lt(a){for(var n=1;n<arguments.length;n++){var r=arguments[n]!=null?arguments[n]:{};n%2?st(Object(r),!0).forEach(function(o){pa(a,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(r)):st(Object(r)).forEach(function(o){Object.defineProperty(a,o,Object.getOwnPropertyDescriptor(r,o))})}return a}function ha(a){return fa(a)||ma(a)||va(a)||ba()}function ga(a,n){if(typeof a!="object"||!a)return a;var r=a[Symbol.toPrimitive];if(r!==void 0){var o=r.call(a,n);if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(n==="string"?String:Number)(a)}function ya(a){var n=ga(a,"string");return typeof n=="symbol"?n:n+""}function va(a,n){if(a){if(typeof a=="string")return Le(a,n);var r={}.toString.call(a).slice(8,-1);return r==="Object"&&a.constructor&&(r=a.constructor.name),r==="Map"||r==="Set"?Array.from(a):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Le(a,n):void 0}}var dt={activateTrap:function(n,r){if(n.length>0){var o=n[n.length-1];o!==r&&o._setPausedState(!0)}var s=n.indexOf(r);s===-1||n.splice(s,1),n.push(r)},deactivateTrap:function(n,r){var o=n.indexOf(r);o!==-1&&n.splice(o,1),n.length>0&&!n[n.length-1]._isManuallyPaused()&&n[n.length-1]._setPausedState(!1)}},ka=function(n){return n.tagName&&n.tagName.toLowerCase()==="input"&&typeof n.select=="function"},wa=function(n){return(n==null?void 0:n.key)==="Escape"||(n==null?void 0:n.key)==="Esc"||(n==null?void 0:n.keyCode)===27},me=function(n){return(n==null?void 0:n.key)==="Tab"||(n==null?void 0:n.keyCode)===9},Ca=function(n){return me(n)&&!n.shiftKey},Sa=function(n){return me(n)&&n.shiftKey},ut=function(n){return setTimeout(n,0)},be=function(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),s=1;s<r;s++)o[s-1]=arguments[s];return typeof n=="function"?n.apply(void 0,o):n},Se=function(n){return n.target.shadowRoot&&typeof n.composedPath=="function"?n.composedPath()[0]:n.target},Ea=[],_a=function(n,r){var o=(r==null?void 0:r.document)||document,s=(r==null?void 0:r.trapStack)||Ea,d=lt({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:Ca,isKeyBackward:Sa},r),c={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},p,b=function(u,m,y){return u&&u[m]!==void 0?u[m]:d[y||m]},k=function(u,m){var y=typeof(m==null?void 0:m.composedPath)=="function"?m.composedPath():void 0;return c.containerGroups.findIndex(function(T){var N=T.container,O=T.tabbableNodes;return N.contains(u)||(y==null?void 0:y.includes(N))||O.find(function(E){return E===u})})},w=function(u){var m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},y=m.hasFallback,T=y===void 0?!1:y,N=m.params,O=N===void 0?[]:N,E=d[u];if(typeof E=="function"&&(E=E.apply(void 0,ha(O))),E===!0&&(E=void 0),!E){if(E===void 0||E===!1)return E;throw new Error("`".concat(u,"` was specified but was not a node, or did not return a node"))}var f=E;if(typeof E=="string"){try{f=o.querySelector(E)}catch(v){throw new Error("`".concat(u,'` appears to be an invalid selector; error="').concat(v.message,'"'))}if(!f&&!T)throw new Error("`".concat(u,"` as selector refers to no known node"))}return f},I=function(){var u=w("initialFocus",{hasFallback:!0});if(u===!1)return!1;if(u===void 0||u&&!Re(u,d.tabbableOptions))if(k(o.activeElement)>=0)u=o.activeElement;else{var m=c.tabbableGroups[0],y=m&&m.firstTabbableNode;u=y||w("fallbackFocus")}else u===null&&(u=w("fallbackFocus"));if(!u)throw new Error("Your focus-trap needs to have at least one focusable element");return u},$=function(){if(c.containerGroups=c.containers.map(function(u){var m=la(u,d.tabbableOptions),y=da(u,d.tabbableOptions),T=m.length>0?m[0]:void 0,N=m.length>0?m[m.length-1]:void 0,O=y.find(function(v){return le(v)}),E=y.slice().reverse().find(function(v){return le(v)}),f=!!m.find(function(v){return oe(v)>0});return{container:u,tabbableNodes:m,focusableNodes:y,posTabIndexesFound:f,firstTabbableNode:T,lastTabbableNode:N,firstDomTabbableNode:O,lastDomTabbableNode:E,nextTabbableNode:function(C){var g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,M=m.indexOf(C);return M<0?g?y.slice(y.indexOf(C)+1).find(function(D){return le(D)}):y.slice(0,y.indexOf(C)).reverse().find(function(D){return le(D)}):m[M+(g?1:-1)]}}}),c.tabbableGroups=c.containerGroups.filter(function(u){return u.tabbableNodes.length>0}),c.tabbableGroups.length<=0&&!w("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(c.containerGroups.find(function(u){return u.posTabIndexesFound})&&c.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},F=function(u){var m=u.activeElement;if(m)return m.shadowRoot&&m.shadowRoot.activeElement!==null?F(m.shadowRoot):m},S=function(u){if(u!==!1&&u!==F(document)){if(!u||!u.focus){S(I());return}u.focus({preventScroll:!!d.preventScroll}),c.mostRecentlyFocusedNode=u,ka(u)&&u.select()}},A=function(u){var m=w("setReturnFocus",{params:[u]});return m||(m===!1?!1:u)},K=function(u){var m=u.target,y=u.event,T=u.isBackward,N=T===void 0?!1:T;m=m||Se(y),$();var O=null;if(c.tabbableGroups.length>0){var E=k(m,y),f=E>=0?c.containerGroups[E]:void 0;if(E<0)N?O=c.tabbableGroups[c.tabbableGroups.length-1].lastTabbableNode:O=c.tabbableGroups[0].firstTabbableNode;else if(N){var v=c.tabbableGroups.findIndex(function(Q){var he=Q.firstTabbableNode;return m===he});if(v<0&&(f.container===m||Re(m,d.tabbableOptions)&&!le(m,d.tabbableOptions)&&!f.nextTabbableNode(m,!1))&&(v=E),v>=0){var C=v===0?c.tabbableGroups.length-1:v-1,g=c.tabbableGroups[C];O=oe(m)>=0?g.lastTabbableNode:g.lastDomTabbableNode}else me(y)||(O=f.nextTabbableNode(m,!1))}else{var M=c.tabbableGroups.findIndex(function(Q){var he=Q.lastTabbableNode;return m===he});if(M<0&&(f.container===m||Re(m,d.tabbableOptions)&&!le(m,d.tabbableOptions)&&!f.nextTabbableNode(m))&&(M=E),M>=0){var D=M===c.tabbableGroups.length-1?0:M+1,H=c.tabbableGroups[D];O=oe(m)>=0?H.firstTabbableNode:H.firstDomTabbableNode}else me(y)||(O=f.nextTabbableNode(m))}}else O=w("fallbackFocus");return O},V=function(u){var m=Se(u);if(!(k(m,u)>=0)){if(be(d.clickOutsideDeactivates,u)){p.deactivate({returnFocus:d.returnFocusOnDeactivate});return}be(d.allowOutsideClick,u)||u.preventDefault()}},G=function(u){var m=Se(u),y=k(m,u)>=0;if(y||m instanceof Document)y&&(c.mostRecentlyFocusedNode=m);else{u.stopImmediatePropagation();var T,N=!0;if(c.mostRecentlyFocusedNode)if(oe(c.mostRecentlyFocusedNode)>0){var O=k(c.mostRecentlyFocusedNode),E=c.containerGroups[O].tabbableNodes;if(E.length>0){var f=E.findIndex(function(v){return v===c.mostRecentlyFocusedNode});f>=0&&(d.isKeyForward(c.recentNavEvent)?f+1<E.length&&(T=E[f+1],N=!1):f-1>=0&&(T=E[f-1],N=!1))}}else c.containerGroups.some(function(v){return v.tabbableNodes.some(function(C){return oe(C)>0})})||(N=!1);else N=!1;N&&(T=K({target:c.mostRecentlyFocusedNode,isBackward:d.isKeyBackward(c.recentNavEvent)})),S(T||c.mostRecentlyFocusedNode||I())}c.recentNavEvent=void 0},te=function(u){var m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;c.recentNavEvent=u;var y=K({event:u,isBackward:m});y&&(me(u)&&u.preventDefault(),S(y))},Z=function(u){(d.isKeyForward(u)||d.isKeyBackward(u))&&te(u,d.isKeyBackward(u))},Y=function(u){wa(u)&&be(d.escapeDeactivates,u)!==!1&&(u.preventDefault(),p.deactivate())},U=function(u){var m=Se(u);k(m,u)>=0||be(d.clickOutsideDeactivates,u)||be(d.allowOutsideClick,u)||(u.preventDefault(),u.stopImmediatePropagation())},q=function(){if(c.active)return dt.activateTrap(s,p),c.delayInitialFocusTimer=d.delayInitialFocus?ut(function(){S(I())}):S(I()),o.addEventListener("focusin",G,!0),o.addEventListener("mousedown",V,{capture:!0,passive:!1}),o.addEventListener("touchstart",V,{capture:!0,passive:!1}),o.addEventListener("click",U,{capture:!0,passive:!1}),o.addEventListener("keydown",Z,{capture:!0,passive:!1}),o.addEventListener("keydown",Y),p},B=function(){if(c.active)return o.removeEventListener("focusin",G,!0),o.removeEventListener("mousedown",V,!0),o.removeEventListener("touchstart",V,!0),o.removeEventListener("click",U,!0),o.removeEventListener("keydown",Z,!0),o.removeEventListener("keydown",Y),p},j=function(u){var m=u.some(function(y){var T=Array.from(y.removedNodes);return T.some(function(N){return N===c.mostRecentlyFocusedNode})});m&&S(I())},x=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(j):void 0,L=function(){x&&(x.disconnect(),c.active&&!c.paused&&c.containers.map(function(u){x.observe(u,{subtree:!0,childList:!0})}))};return p={get active(){return c.active},get paused(){return c.paused},activate:function(u){if(c.active)return this;var m=b(u,"onActivate"),y=b(u,"onPostActivate"),T=b(u,"checkCanFocusTrap");T||$(),c.active=!0,c.paused=!1,c.nodeFocusedBeforeActivation=F(o),m==null||m();var N=function(){T&&$(),q(),L(),y==null||y()};return T?(T(c.containers.concat()).then(N,N),this):(N(),this)},deactivate:function(u){if(!c.active)return this;var m=lt({onDeactivate:d.onDeactivate,onPostDeactivate:d.onPostDeactivate,checkCanReturnFocus:d.checkCanReturnFocus},u);clearTimeout(c.delayInitialFocusTimer),c.delayInitialFocusTimer=void 0,B(),c.active=!1,c.paused=!1,L(),dt.deactivateTrap(s,p);var y=b(m,"onDeactivate"),T=b(m,"onPostDeactivate"),N=b(m,"checkCanReturnFocus"),O=b(m,"returnFocus","returnFocusOnDeactivate");y==null||y();var E=function(){ut(function(){O&&S(A(c.nodeFocusedBeforeActivation)),T==null||T()})};return O&&N?(N(A(c.nodeFocusedBeforeActivation)).then(E,E),this):(E(),this)},pause:function(u){return c.active?(c.manuallyPaused=!0,this._setPausedState(!0,u)):this},unpause:function(u){return c.active?(c.manuallyPaused=!1,s[s.length-1]!==this?this:this._setPausedState(!1,u)):this},updateContainerElements:function(u){var m=[].concat(u).filter(Boolean);return c.containers=m.map(function(y){return typeof y=="string"?o.querySelector(y):y}),c.active&&$(),L(),this}},Object.defineProperties(p,{_isManuallyPaused:{value:function(){return c.manuallyPaused}},_setPausedState:{value:function(u,m){if(c.paused===u)return this;if(c.paused=u,u){var y=b(m,"onPause"),T=b(m,"onPostPause");y==null||y(),B(),L(),T==null||T()}else{var N=b(m,"onUnpause"),O=b(m,"onPostUnpause");N==null||N(),$(),q(),L(),O==null||O()}return this}}}),p.updateContainerElements(n),p};/*!
9
+ * focus-trap-vue v4.0.3
10
+ * (c) 2025 Eduardo San Martin Morote
11
+ * @license MIT
12
+ */function Ir(a){return a}const Ba={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},Ta=e.defineComponent({name:"FocusTrap",props:Object.assign({active:{type:Boolean,default:!0}},Ba),emits:["update:active","activate","postActivate","deactivate","postDeactivate"],render(){return this.renderImpl()},setup(a,{slots:n,emit:r}){let o;const s=e.ref(null),d=e.computed(()=>{const p=s.value;return p&&(p instanceof HTMLElement?p:p.$el)});function c(){return o||(o=_a(d.value,{escapeDeactivates:a.escapeDeactivates,allowOutsideClick:a.allowOutsideClick,returnFocusOnDeactivate:a.returnFocusOnDeactivate,clickOutsideDeactivates:a.clickOutsideDeactivates,onActivate:()=>{r("update:active",!0),r("activate")},onDeactivate:()=>{r("update:active",!1),r("deactivate")},onPostActivate:()=>r("postActivate"),onPostDeactivate:()=>r("postDeactivate"),initialFocus:a.initialFocus,fallbackFocus:a.fallbackFocus,tabbableOptions:a.tabbableOptions,delayInitialFocus:a.delayInitialFocus,preventScroll:a.preventScroll}))}return e.onMounted(()=>{e.watch(()=>a.active,p=>{p&&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 p=n.default().filter(k=>k.type!==e.Comment);return!p||!p.length||p.length>1?(console.error("[focus-trap-vue]: FocusTrap requires exactly one child."),p):e.cloneVNode(p[0],{ref:s})}}}});function ft(){return{debounce:(n,r)=>{let o;return(...s)=>{clearTimeout(o),o=window==null?void 0:window.setTimeout(()=>{n(...s)},r)}}}}var Ee=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Na(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var _e={exports:{}};_e.exports,function(a,n){var r=200,o="__lodash_hash_undefined__",s=9007199254740991,d="[object Arguments]",c="[object Array]",p="[object Boolean]",b="[object Date]",k="[object Error]",w="[object Function]",I="[object GeneratorFunction]",$="[object Map]",F="[object Number]",S="[object Object]",A="[object Promise]",K="[object RegExp]",V="[object Set]",G="[object String]",te="[object Symbol]",Z="[object WeakMap]",Y="[object ArrayBuffer]",U="[object DataView]",q="[object Float32Array]",B="[object Float64Array]",j="[object Int8Array]",x="[object Int16Array]",L="[object Int32Array]",_="[object Uint8Array]",u="[object Uint8ClampedArray]",m="[object Uint16Array]",y="[object Uint32Array]",T=/[\\^$.*+?()[\]{}|]/g,N=/\w*$/,O=/^\[object .+?Constructor\]$/,E=/^(?:0|[1-9]\d*)$/,f={};f[d]=f[c]=f[Y]=f[U]=f[p]=f[b]=f[q]=f[B]=f[j]=f[x]=f[L]=f[$]=f[F]=f[S]=f[K]=f[V]=f[G]=f[te]=f[_]=f[u]=f[m]=f[y]=!0,f[k]=f[w]=f[Z]=!1;var v=typeof Ee=="object"&&Ee&&Ee.Object===Object&&Ee,C=typeof self=="object"&&self&&self.Object===Object&&self,g=v||C||Function("return this")(),M=n&&!n.nodeType&&n,D=M&&!0&&a&&!a.nodeType&&a,H=D&&D.exports===M;function Q(t,i){return t.set(i[0],i[1]),t}function he(t,i){return t.add(i),t}function so(t,i){for(var l=-1,h=t?t.length:0;++l<h&&i(t[l],l,t)!==!1;);return t}function lo(t,i){for(var l=-1,h=i.length,P=t.length;++l<h;)t[P+l]=i[l];return t}function ht(t,i,l,h){for(var P=-1,z=t?t.length:0;++P<z;)l=i(l,t[P],P,t);return l}function uo(t,i){for(var l=-1,h=Array(t);++l<t;)h[l]=i(l);return h}function fo(t,i){return t==null?void 0:t[i]}function gt(t){var i=!1;if(t!=null&&typeof t.toString!="function")try{i=!!(t+"")}catch{}return i}function yt(t){var i=-1,l=Array(t.size);return t.forEach(function(h,P){l[++i]=[P,h]}),l}function Me(t,i){return function(l){return t(i(l))}}function vt(t){var i=-1,l=Array(t.size);return t.forEach(function(h){l[++i]=h}),l}var po=Array.prototype,mo=Function.prototype,Be=Object.prototype,je=g["__core-js_shared__"],kt=function(){var t=/[^.]+$/.exec(je&&je.keys&&je.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),wt=mo.toString,ne=Be.hasOwnProperty,Te=Be.toString,bo=RegExp("^"+wt.call(ne).replace(T,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ct=H?g.Buffer:void 0,St=g.Symbol,Et=g.Uint8Array,ho=Me(Object.getPrototypeOf,Object),go=Object.create,yo=Be.propertyIsEnumerable,vo=po.splice,_t=Object.getOwnPropertySymbols,ko=Ct?Ct.isBuffer:void 0,wo=Me(Object.keys,Object),Pe=fe(g,"DataView"),ge=fe(g,"Map"),Ke=fe(g,"Promise"),Ze=fe(g,"Set"),He=fe(g,"WeakMap"),ye=fe(Object,"create"),Co=se(Pe),So=se(ge),Eo=se(Ke),_o=se(Ze),Bo=se(He),Bt=St?St.prototype:void 0,Tt=Bt?Bt.valueOf:void 0;function ie(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var h=t[i];this.set(h[0],h[1])}}function To(){this.__data__=ye?ye(null):{}}function No(t){return this.has(t)&&delete this.__data__[t]}function Io(t){var i=this.__data__;if(ye){var l=i[t];return l===o?void 0:l}return ne.call(i,t)?i[t]:void 0}function $o(t){var i=this.__data__;return ye?i[t]!==void 0:ne.call(i,t)}function Oo(t,i){var l=this.__data__;return l[t]=ye&&i===void 0?o:i,this}ie.prototype.clear=To,ie.prototype.delete=No,ie.prototype.get=Io,ie.prototype.has=$o,ie.prototype.set=Oo;function J(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var h=t[i];this.set(h[0],h[1])}}function Ao(){this.__data__=[]}function Fo(t){var i=this.__data__,l=Ne(i,t);if(l<0)return!1;var h=i.length-1;return l==h?i.pop():vo.call(i,l,1),!0}function Do(t){var i=this.__data__,l=Ne(i,t);return l<0?void 0:i[l][1]}function Vo(t){return Ne(this.__data__,t)>-1}function xo(t,i){var l=this.__data__,h=Ne(l,t);return h<0?l.push([t,i]):l[h][1]=i,this}J.prototype.clear=Ao,J.prototype.delete=Fo,J.prototype.get=Do,J.prototype.has=Vo,J.prototype.set=xo;function de(t){var i=-1,l=t?t.length:0;for(this.clear();++i<l;){var h=t[i];this.set(h[0],h[1])}}function Ro(){this.__data__={hash:new ie,map:new(ge||J),string:new ie}}function Lo(t){return Ie(this,t).delete(t)}function Mo(t){return Ie(this,t).get(t)}function jo(t){return Ie(this,t).has(t)}function Po(t,i){return Ie(this,t).set(t,i),this}de.prototype.clear=Ro,de.prototype.delete=Lo,de.prototype.get=Mo,de.prototype.has=jo,de.prototype.set=Po;function ue(t){this.__data__=new J(t)}function Ko(){this.__data__=new J}function Zo(t){return this.__data__.delete(t)}function Ho(t){return this.__data__.get(t)}function zo(t){return this.__data__.has(t)}function Wo(t,i){var l=this.__data__;if(l instanceof J){var h=l.__data__;if(!ge||h.length<r-1)return h.push([t,i]),this;l=this.__data__=new de(h)}return l.set(t,i),this}ue.prototype.clear=Ko,ue.prototype.delete=Zo,ue.prototype.get=Ho,ue.prototype.has=zo,ue.prototype.set=Wo;function Go(t,i){var l=Ge(t)||gr(t)?uo(t.length,String):[],h=l.length,P=!!h;for(var z in t)ne.call(t,z)&&!(P&&(z=="length"||pr(z,h)))&&l.push(z);return l}function Nt(t,i,l){var h=t[i];(!(ne.call(t,i)&&At(h,l))||l===void 0&&!(i in t))&&(t[i]=l)}function Ne(t,i){for(var l=t.length;l--;)if(At(t[l][0],i))return l;return-1}function Uo(t,i){return t&&It(i,Ue(i),t)}function ze(t,i,l,h,P,z,ee){var W;if(h&&(W=z?h(t,P,z,ee):h(t)),W!==void 0)return W;if(!$e(t))return t;var Vt=Ge(t);if(Vt){if(W=dr(t),!i)return cr(t,W)}else{var pe=ce(t),xt=pe==w||pe==I;if(vr(t))return er(t,i);if(pe==S||pe==d||xt&&!z){if(gt(t))return z?t:{};if(W=ur(xt?{}:t),!i)return sr(t,Uo(W,t))}else{if(!f[pe])return z?t:{};W=fr(t,pe,ze,i)}}ee||(ee=new ue);var Rt=ee.get(t);if(Rt)return Rt;if(ee.set(t,W),!Vt)var Lt=l?lr(t):Ue(t);return so(Lt||t,function(qe,Oe){Lt&&(Oe=qe,qe=t[Oe]),Nt(W,Oe,ze(qe,i,l,h,Oe,t,ee))}),W}function qo(t){return $e(t)?go(t):{}}function Xo(t,i,l){var h=i(t);return Ge(t)?h:lo(h,l(t))}function Yo(t){return Te.call(t)}function Qo(t){if(!$e(t)||br(t))return!1;var i=Dt(t)||gt(t)?bo:O;return i.test(se(t))}function Jo(t){if(!Ot(t))return wo(t);var i=[];for(var l in Object(t))ne.call(t,l)&&l!="constructor"&&i.push(l);return i}function er(t,i){if(i)return t.slice();var l=new t.constructor(t.length);return t.copy(l),l}function We(t){var i=new t.constructor(t.byteLength);return new Et(i).set(new Et(t)),i}function tr(t,i){var l=i?We(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.byteLength)}function nr(t,i,l){var h=i?l(yt(t),!0):yt(t);return ht(h,Q,new t.constructor)}function ar(t){var i=new t.constructor(t.source,N.exec(t));return i.lastIndex=t.lastIndex,i}function or(t,i,l){var h=i?l(vt(t),!0):vt(t);return ht(h,he,new t.constructor)}function rr(t){return Tt?Object(Tt.call(t)):{}}function ir(t,i){var l=i?We(t.buffer):t.buffer;return new t.constructor(l,t.byteOffset,t.length)}function cr(t,i){var l=-1,h=t.length;for(i||(i=Array(h));++l<h;)i[l]=t[l];return i}function It(t,i,l,h){l||(l={});for(var P=-1,z=i.length;++P<z;){var ee=i[P],W=void 0;Nt(l,ee,W===void 0?t[ee]:W)}return l}function sr(t,i){return It(t,$t(t),i)}function lr(t){return Xo(t,Ue,$t)}function Ie(t,i){var l=t.__data__;return mr(i)?l[typeof i=="string"?"string":"hash"]:l.map}function fe(t,i){var l=fo(t,i);return Qo(l)?l:void 0}var $t=_t?Me(_t,Object):Cr,ce=Yo;(Pe&&ce(new Pe(new ArrayBuffer(1)))!=U||ge&&ce(new ge)!=$||Ke&&ce(Ke.resolve())!=A||Ze&&ce(new Ze)!=V||He&&ce(new He)!=Z)&&(ce=function(t){var i=Te.call(t),l=i==S?t.constructor:void 0,h=l?se(l):void 0;if(h)switch(h){case Co:return U;case So:return $;case Eo:return A;case _o:return V;case Bo:return Z}return i});function dr(t){var i=t.length,l=t.constructor(i);return i&&typeof t[0]=="string"&&ne.call(t,"index")&&(l.index=t.index,l.input=t.input),l}function ur(t){return typeof t.constructor=="function"&&!Ot(t)?qo(ho(t)):{}}function fr(t,i,l,h){var P=t.constructor;switch(i){case Y:return We(t);case p:case b:return new P(+t);case U:return tr(t,h);case q:case B:case j:case x:case L:case _:case u:case m:case y:return ir(t,h);case $:return nr(t,h,l);case F:case G:return new P(t);case K:return ar(t);case V:return or(t,h,l);case te:return rr(t)}}function pr(t,i){return i=i??s,!!i&&(typeof t=="number"||E.test(t))&&t>-1&&t%1==0&&t<i}function mr(t){var i=typeof t;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?t!=="__proto__":t===null}function br(t){return!!kt&&kt in t}function Ot(t){var i=t&&t.constructor,l=typeof i=="function"&&i.prototype||Be;return t===l}function se(t){if(t!=null){try{return wt.call(t)}catch{}try{return t+""}catch{}}return""}function hr(t){return ze(t,!0,!0)}function At(t,i){return t===i||t!==t&&i!==i}function gr(t){return yr(t)&&ne.call(t,"callee")&&(!yo.call(t,"callee")||Te.call(t)==d)}var Ge=Array.isArray;function Ft(t){return t!=null&&kr(t.length)&&!Dt(t)}function yr(t){return wr(t)&&Ft(t)}var vr=ko||Sr;function Dt(t){var i=$e(t)?Te.call(t):"";return i==w||i==I}function kr(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 wr(t){return!!t&&typeof t=="object"}function Ue(t){return Ft(t)?Go(t):Jo(t)}function Cr(){return[]}function Sr(){return!1}a.exports=hr}(_e,_e.exports);var Ia=_e.exports;const $a=Na(Ia),Oa={key:0,class:"sidebar-header"},Aa={class:"sidebar-content-container"},Fa={key:0,class:"sidebar-top"},Da={"aria-label":"Main menu"},Va=["id"],xa=["aria-labelledby"],Ra={key:1,class:"sidebar-level-divider",role:"separator"},La={key:2,class:"level-primary bottom-items"},Ma={class:"sidebar-footer"},re="_ungrouped",pt=X(e.defineComponent({__name:"AppSidebar",props:{topItems:{type:Array,default:()=>[]},bottomItems:{type:Array,default:()=>[]},groupConfig:{type:Object,default:()=>({})},headerHeight:{type:Number,default:60},topOffset:{type:Number,default:0},zIndex:{type:Number,default:3},open:{type:Boolean,default:!1},mobileEnabled:{type:Boolean,default:!1},mobileTopOffset:{type:Number,default:0},mobileHeaderVisible:{type:Boolean,default:!1},mobileCloseDelay:{type:Number,default:350},mobileOverlay:{type:Boolean,default:!0},mobileOverlayZIndex:{type:Number,default:null},mobileOverlayCloseOnClick:{type:Boolean,default:!0}},emits:["click","toggle","toggle-collapse"],setup(a,{emit:n}){e.useCssVars(f=>({"0cada156":p.value.mobileHeight,"567b81e7":p.value.mobileTop,26636033:a.zIndex,"46f3d513":p.value.height,"42d2e4e9":p.value.top,"7276653d":k.value.marginTop,"5a2fa60c":O.value,"372449a2":b.value.display,"69ab7946":b.value.minHeight,"265869b8":w.value.top,"52dccd35":w.value.zIndex}));const r=n,o=a,s=e.useSlots(),d=e.computed(()=>!!s.header),c=e.computed(()=>!!s.top),p=e.computed(()=>({mobileTop:o.mobileTopOffset&&o.mobileEnabled?`${o.mobileTopOffset}px`:o.topOffset?`${o.topOffset}px`:"0",top:o.topOffset?`${o.topOffset}px`:"0",mobileHeight:o.mobileTopOffset&&o.mobileEnabled?`calc(100% - ${o.mobileTopOffset}px)`:"100%",height:o.topOffset?`calc(100% - ${o.topOffset}px)`:"100%"})),b=e.computed(()=>({display:!o.mobileHeaderVisible&&o.mobileEnabled?"none":"flex",minHeight:`${o.headerHeight}px`})),k=e.computed(()=>({marginTop:d.value?`${o.headerHeight}px`:"0"})),w=e.computed(()=>({top:o.mobileTopOffset&&o.mobileEnabled?`${o.mobileTopOffset}px`:"0",zIndex:o.mobileOverlayZIndex!==null?o.mobileOverlayZIndex:o.zIndex>1?o.zIndex-1:1})),I=f=>$a(f).map(C=>{var g,M,D;if(C){(!C.key||!((g=C.key)!=null&&g.trim()))&&(C.key=String(C.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-")),(!C.testId||!((M=C.testId)!=null&&M.trim()))&&(C.testId=String(C.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"));for(const H of C.items||[])H.parentKey=C.key,(!H.testId||!((D=H.testId)!=null&&D.trim()))&&(H.testId=String(H.name||"").trim().toLowerCase().replace(/[^[a-z]/gi,"-"))}return C}),$=e.computed(()=>o.topItems.length?I(o.topItems):[]),F=e.computed(()=>o.bottomItems.length?I(o.bottomItems):[]),S=(f="")=>f.trim().replace(" ","").replace(/[^a-z0-9]+/gi,"-").toLowerCase(),A=e.computed(()=>{var v;const f=new Map;f.set(re,[]);for(const C of $.value){const g=C.group||re;f.has(g)||f.set(g,[]),(v=f.get(g))==null||v.push(C)}return f}),K=(f="")=>{if(f===re||!f.trim())return null;const v={label:f,collapsible:!1,collapsed:!1};let C=f.trim().replace(" ","");return C=C.charAt(0).toLowerCase()+C.slice(1),f&&o.groupConfig&&(o.groupConfig[f]||o.groupConfig[C])?o.groupConfig[f]||o.groupConfig[C]:v},V=f=>{var v;return!!((v=K(f))!=null&&v.collapsible)},G=f=>{var v;return!!((v=K(f))!=null&&v.collapsed)},te=(f,v,C)=>{const g=K(f);g&&(g.collapsed=!v),C(),r("toggle-collapse",f,g)},Z=e.ref(o.open),Y=f=>{var v,C;Z.value!==f&&(Z.value=f,r("toggle",f)),f?(v=document==null?void 0:document.body)==null||v.classList.add("kong-ui-app-sidebar-open"):(C=document==null?void 0:document.body)==null||C.classList.remove("kong-ui-app-sidebar-open"),q.value=!1},U=()=>{o.mobileOverlayCloseOnClick&&Y(!1)},q=e.ref(!1),B=f=>{q.value=!0,r("click",f),setTimeout(()=>{Y(!1)},o.mobileCloseDelay)};e.watch(()=>o.open,f=>{Y(f)});const{debounce:j}=ft(),x=j(()=>{Z.value&&L.value!==(window==null?void 0:window.innerWidth)&&(L.value=window==null?void 0:window.innerWidth,Y(!1))},200),L=e.ref(),_=e.ref(!1),u=e.ref(),m=()=>{_.value||(_.value=!0,clearTimeout(u.value),u.value=setTimeout(()=>_.value=!1,1300))},y=e.ref(null),T=e.computed(()=>Z.value&&o.mobileEnabled),N=async f=>{var v,C;f?(await e.nextTick(),await new Promise(g=>setTimeout(g,300)),(v=y.value)==null||v.activate()):(C=y.value)==null||C.deactivate()};e.watch(T,async f=>{f?await N(!0):await N(!1)},{immediate:!0});const O=e.ref("0px"),E=()=>{var H;if(!(/Mac|iPhone|iPod|iPad/i.test(navigator==null?void 0:navigator.platform)||/macOS|Mac|iPhone|iPod|iPad/i.test((H=navigator==null?void 0:navigator.userAgentData)==null?void 0:H.platform)))return;const v=document.createElement("div");v.style.visibility="hidden",v.style.width="100px",document.body.appendChild(v);const C=v.offsetWidth;v.style.overflow="scroll";const g=document.createElement("div");g.style.width="100%",v.appendChild(g);const M=g.offsetWidth;v.parentNode&&v.parentNode.removeChild(v),C-M===0&&(O.value="8px")};return e.onMounted(async()=>{if(L.value=window==null?void 0:window.innerWidth,window.addEventListener("resize",x),window.addEventListener("resize",m),o.groupConfig){for(const f in o.groupConfig)if(In(`(max-width: ${xn})`)){const v=o.groupConfig[f];v.collapsed=!1}}await e.nextTick(),E()}),e.onBeforeUnmount(()=>{window.removeEventListener("resize",x),window.removeEventListener("resize",m)}),(f,v)=>{const C=e.resolveComponent("KCollapse");return e.openBlock(),e.createElementBlock(e.Fragment,null,[Z.value&&a.mobileOverlay&&a.mobileEnabled?(e.openBlock(),e.createElementBlock("div",{key:0,class:"kong-ui-app-sidebar-overlay",onClick:U})):e.createCommentVNode("",!0),e.createVNode(e.unref(Ta),{ref_key:"focusTrap",ref:y,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":Z.value,"no-sidebar-header":!d.value,"mobile-header-hidden":a.mobileEnabled&&(!d.value||!a.mobileHeaderVisible),"mobile-disabled":!a.mobileEnabled,"disable-transitions":_.value}]),tabindex:"-1"},[d.value?(e.openBlock(),e.createElementBlock("div",Oa,[e.renderSlot(f.$slots,"header",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",Aa,[c.value?(e.openBlock(),e.createElementBlock("div",Fa,[e.renderSlot(f.$slots,"top",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("nav",Da,[A.value.size>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(A.value,([g,M])=>(e.openBlock(),e.createBlock(C,{key:g,class:e.normalizeClass(["level-primary-group-collapse",{"not-collapsible":!V(g),ungrouped:g===re}]),"data-testid":g===re?"level-primary-group-collapse-ungrouped":`level-primary-group-collapse-${g}`,"model-value":V(g)&&G(g)||!1},{trigger:e.withCtx(({isCollapsed:D,toggle:H})=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(V(g)?e.unref(Xe.KButton):"div"),{appearance:V(g)?"none":void 0,class:"level-primary-group-collapse-trigger",onClick:Q=>V(g)?te(g,D,H):void 0},{default:e.withCtx(()=>{var Q;return[g!==re?(e.openBlock(),e.createElementBlock("div",{key:0,id:`level-primary-group-${S(g)}`,class:"level-primary-group-name","data-testid":"level-primary-group-name",role:"presentation"},e.toDisplayString(((Q=K(g))==null?void 0:Q.label)||g),9,Va)):e.createCommentVNode("",!0),V(g)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(D?e.unref(Ae.ChevronRightIcon):e.unref(Ae.ChevronDownIcon)),{key:1,class:"level-primary-group-collapse-icon",color:e.unref(Ln),"data-testid":"level-primary-group-collapse-icon",size:e.unref(Rn)},null,8,["color","size"])):e.createCommentVNode("",!0)]}),_:2},1032,["appearance","onClick"]))]),default:e.withCtx(()=>[e.createElementVNode("ul",{"aria-labelledby":g!==re?`level-primary-group-${S(g)}`:void 0,class:"level-primary top-items"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(M,D=>(e.openBlock(),e.createBlock(et,{key:D.name,item:D,onClick:B},e.createSlots({[`sidebar-icon-${D.key}`]:e.withCtx(()=>[e.renderSlot(f.$slots,`sidebar-icon-${D.key}`,{},void 0,!0)]),_:2},[f.$slots[`sidebar-after-${D.key}`]?{name:`sidebar-after-${D.key}`,fn:e.withCtx(()=>[e.renderSlot(f.$slots,`sidebar-after-${D.key}`,{},void 0,!0)]),key:"0"}:void 0]),1032,["item"]))),128))],8,xa)]),_:2},1032,["class","data-testid","model-value"]))),128)):e.createCommentVNode("",!0),A.value.size>0&&F.value.length?(e.openBlock(),e.createElementBlock("div",Ra)):e.createCommentVNode("",!0),F.value.length?(e.openBlock(),e.createElementBlock("ul",La,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(F.value,g=>(e.openBlock(),e.createBlock(et,{key:g.name,item:g,onClick:B},{[`sidebar-icon-${g.key}`]:e.withCtx(()=>[e.renderSlot(f.$slots,`sidebar-icon-${g.key}`,{},void 0,!0)]),_:2},1032,["item"]))),128))])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",Ma,[e.renderSlot(f.$slots,"footer",{},void 0,!0)])],2)]),_:3},512)],64)}}}),[["__scopeId","data-v-59a8f3eb"]]),ja=["aria-label"],mt=X(e.defineComponent({__name:"SidebarToggle",props:{active:{type:Boolean,default:!1}},emits:["toggle"],setup(a,{emit:n}){const r=n,o=a,s=e.ref(o.active||!1),d=c=>{c.preventDefault(),s.value=!s.value,r("toggle",s.value)};return e.watch(()=>o.active,c=>{s.value=c}),(c,p)=>(e.openBlock(),e.createElementBlock("a",{"aria-haspopup":"true","aria-label":s.value?"Close Main Menu":"Open Main Menu",class:e.normalizeClass(["sidebar-menu-toggle",{active:s.value}]),href:"#",role:"button",onClick:e.withModifiers(d,["prevent"])},p[0]||(p[0]=[e.createElementVNode("span",{class:"line"},null,-1),e.createElementVNode("span",{class:"line"},null,-1),e.createElementVNode("span",{class:"line"},null,-1)]),10,ja))}}),[["__scopeId","data-v-cbb41bbd"]]),Pa={id:"kong-ui-app-layout-notification"},Ka={class:"mobile-logo"},Za={key:0,class:"navbar-logo"},Ha={class:"kong-ui-app-layout-main","data-testid":"kong-ui-app-layout-main"},za={class:"kong-ui-app-layout-content"},Wa={class:"kong-ui-app-layout-content-inner"},bt=X(e.defineComponent({__name:"AppLayout",props:{hideDefaultSlot:{type:Boolean,default:!1},navbarHidden:{type:Boolean,default:!1},sidebarHidden:{type:Boolean,default:!1},sidebarOpen:{type:Boolean,default:!1},sidebarTopItems:{type:Array,default:()=>[]},sidebarBottomItems:{type:Array,default:()=>[]},groupConfig:{type:Object,default:()=>({})},theme:{type:String,default:"light",validator:a=>["light","dark"].includes(a)}},emits:["sidebar-click","update:topOffset","toggle-collapse"],setup(a,{emit:n}){e.useCssVars(B=>({"26cbc8ac":V.value,"4eb9dde2":G.value,"5f0811fa":K.value,"37ad0844":te.value,"999c315e":Z.value}));const r=a,o=n,s=e.useSlots(),d=e.reactive({navbarLeft:e.computed(()=>!!s["navbar-left"]),navbarCenter:e.computed(()=>!!s["navbar-center"]),navbarRight:e.computed(()=>!!s["navbar-right"]),navbarLogo:e.computed(()=>!!s["navbar-logo"]),navbarMobileLogo:e.computed(()=>!!s["navbar-mobile-logo"]),sidebarHeader:e.computed(()=>!!s["sidebar-header"]),sidebarTop:e.computed(()=>!!s["sidebar-top"]),sidebarFooter:e.computed(()=>!!s["sidebar-footer"])}),c=e.computed(()=>r.hideDefaultSlot),p=e.reactive({hidden:e.computed(()=>r.navbarHidden)}),b=e.reactive({topItems:e.computed(()=>r.sidebarTopItems),bottomItems:e.computed(()=>r.sidebarBottomItems),open:e.computed(()=>r.sidebarOpen),hidden:e.computed(()=>r.sidebarHidden)}),k=B=>{o("sidebar-click",B)},w=e.ref(!1),I=B=>{w.value=B};e.watchEffect(()=>{w.value=e.toRef(b,"open").value||!1});const $=e.ref(0),F=e.ref(60),S=e.ref(0),A=e.computed(()=>p.hidden?S.value:F.value+S.value),K=e.computed(()=>r.theme==="light"?An:Fn),V=e.computed(()=>r.theme==="light"?$n:On),G=e.computed(()=>r.theme==="light"?"var(--kong-ui-app-layout-main-box-shadow, -30px 174px 250px #0023db)":"none"),te=e.computed(()=>`${A.value}px`),Z=e.computed(()=>b.hidden||p.hidden?Dn:Vn),{debounce:Y}=ft(),U=Y((B=!1)=>{if(B||$.value!==(window==null?void 0:window.innerWidth)){$.value=window==null?void 0:window.innerWidth;const j=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");j&&(S.value=j.offsetHeight)}},200),q=e.ref();return e.watch(S,B=>{o("update:topOffset",B||0)},{immediate:!0}),e.onMounted(()=>{var j,x;(j=document==null?void 0:document.body)==null||j.classList.add("kong-ui-app-layout-body"),(x=document==null?void 0:document.documentElement)==null||x.classList.add("kong-ui-app-layout-html"),$.value=window==null?void 0:window.innerWidth,U(!0);const B=document==null?void 0:document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");B&&(q.value=new ResizeObserver(L=>{window.requestAnimationFrame(()=>{if(!(!Array.isArray(L)||!L.length))for(const _ of L){const u=_.contentRect.height;S.value!==u&&(S.value=u)}})}),q.value.observe(B)),window.addEventListener("resize",U)}),e.onBeforeUnmount(()=>{q.value&&q.value.disconnect(),window.removeEventListener("resize",U)}),(B,j)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["kong-ui-app-layout",[{"navbar-hidden":p.hidden},{"sidebar-hidden":b.hidden}]])},[e.createElementVNode("div",Pa,[e.renderSlot(B.$slots,"notification",{},void 0,!0)]),p.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(Ye,{key:String(b.hidden),"left-offset":b.hidden?0:void 0,"top-offset":S.value},e.createSlots({"mobile-sidebar-toggle":e.withCtx(()=>[b.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(mt,{key:0,active:w.value,onToggle:I},null,8,["active"]))]),_:2},[d.navbarMobileLogo?{name:"mobile-logo",fn:e.withCtx(()=>[e.createElementVNode("div",Ka,[e.renderSlot(B.$slots,"navbar-mobile-logo",{},void 0,!0)])]),key:"0"}:void 0,d.navbarLogo?{name:"logo",fn:e.withCtx(()=>[b.hidden?(e.openBlock(),e.createElementBlock("div",Za,[e.renderSlot(B.$slots,"navbar-logo",{},void 0,!0)])):e.createCommentVNode("",!0)]),key:"1"}:void 0,d.navbarLeft?{name:"left",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"navbar-left",{},void 0,!0)]),key:"2"}:void 0,d.navbarCenter?{name:"center",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"navbar-center",{},void 0,!0)]),key:"3"}:void 0,d.navbarRight?{name:"right",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"navbar-right",{},void 0,!0)]),key:"4"}:void 0]),1032,["left-offset","top-offset"])),b.hidden?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(pt,{key:1,"bottom-items":b.bottomItems,"group-config":a.groupConfig,"header-height":F.value,"mobile-enabled":"","mobile-header-visible":!1,"mobile-top-offset":A.value,open:w.value,"top-items":b.topItems,"top-offset":S.value,onClick:k,onToggle:I,onToggleCollapse:j[0]||(j[0]=(x,L)=>o("toggle-collapse",x,L))},e.createSlots({_:2},[d.sidebarHeader?{name:"header",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"sidebar-header",{},void 0,!0)]),key:"0"}:void 0,d.sidebarTop?{name:"top",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"sidebar-top",{},void 0,!0)]),key:"1"}:void 0,d.sidebarFooter?{name:"footer",fn:e.withCtx(()=>[e.renderSlot(B.$slots,"sidebar-footer",{},void 0,!0)]),key:"2"}:void 0,e.renderList([...b.topItems||[],...b.bottomItems||[]],x=>({name:`sidebar-icon-${x.key}`,fn:e.withCtx(()=>[e.renderSlot(B.$slots,`sidebar-icon-${x.key}`,{},void 0,!0)])})),e.renderList([...b.topItems||[],...b.bottomItems||[]],x=>({name:`sidebar-after-${x.key}`,fn:e.withCtx(()=>[e.renderSlot(B.$slots,`sidebar-after-${x.key}`,{},void 0,!0)])}))]),1032,["bottom-items","group-config","header-height","mobile-top-offset","open","top-items","top-offset"])),e.createElementVNode("main",Ha,[e.createElementVNode("div",za,[e.createElementVNode("div",Wa,[j[1]||(j[1]=e.createElementVNode("div",{id:"kong-ui-app-layout-teleport-default-slot"},null,-1)),e.renderSlot(B.$slots,"app-error",{},void 0,!0),c.value?e.createCommentVNode("",!0):e.renderSlot(B.$slots,"default",{key:0},void 0,!0)])])])],2))}}),[["__scopeId","data-v-a92b50c0"]]),Ga={class:"kong-ui-app-page-header"},Ua={key:0,class:"page-header-breadcrumbs","data-testid":"page-header-breadcrumbs"},qa={class:"page-header-title-section"},Xa={class:"page-header-title-wrapper"},Ya={key:0,class:"page-header-title-before","data-testid":"page-header-title-before"},Qa=["title"],Ja={key:1,class:"page-header-title-after","data-testid":"page-header-title-after"},eo={key:0,class:"page-header-actions","data-testid":"page-header-actions"},to={key:1,class:"page-header-section-below","data-testid":"page-header-section-below"},no=X(e.defineComponent({__name:"AppPageHeader",props:{title:{type:String,default:""},breadcrumbs:{type:Array,default:()=>[]}},setup(a){const n=a,r=e.useSlots(),o=e.computed(()=>{var d;return!!((d=n.breadcrumbs)!=null&&d.length)}),s=e.computed(()=>Object.keys(r).filter(d=>d.startsWith("icon-")));return(d,c)=>{const p=e.resolveComponent("KBreadcrumbs");return e.openBlock(),e.createElementBlock("div",Ga,[o.value?(e.openBlock(),e.createElementBlock("div",Ua,[e.createVNode(p,{"item-max-width":"150",items:a.breadcrumbs},e.createSlots({_:2},[e.renderList(s.value,b=>({name:b,fn:e.withCtx(()=>[e.renderSlot(d.$slots,b,{},void 0,!0)])}))]),1032,["items"])])):e.createCommentVNode("",!0),e.createElementVNode("div",qa,[e.createElementVNode("div",Xa,[d.$slots["title-before"]?(e.openBlock(),e.createElementBlock("div",Ya,[e.renderSlot(d.$slots,"title-before",{},void 0,!0)])):e.createCommentVNode("",!0),e.createElementVNode("h1",{class:"page-header-title","data-testid":"page-header-title",title:a.title},e.toDisplayString(a.title),9,Qa),d.$slots["title-after"]?(e.openBlock(),e.createElementBlock("div",Ja,[e.renderSlot(d.$slots,"title-after",{},void 0,!0)])):e.createCommentVNode("",!0)]),d.$slots.actions?(e.openBlock(),e.createElementBlock("div",eo,[e.renderSlot(d.$slots,"actions",{},void 0,!0)])):e.createCommentVNode("",!0)]),d.$slots.below?(e.openBlock(),e.createElementBlock("div",to,[e.renderSlot(d.$slots,"below",{},void 0,!0)])):e.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-204b7f98"]]),ao={class:"app-page-info-section-default-header"},oo={key:1,class:"app-page-info-section-description","data-testid":"app-page-info-section-description"},ro={key:0,class:"app-page-info-section-content","data-testid":"app-page-info-section-content"},io=X(e.defineComponent({__name:"AppPageInfoSection",props:{collapsible:{type:Boolean,default:!0},title:{type:String,default:""},description:{type:String,default:""},titleTag:{type:String,default:"div",validator:a=>Xe.HeaderTags.includes(a)}},setup(a){return(n,r)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a.collapsible?"details":"div"),{class:"app-page-info-section","data-testid":"app-page-info-section"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a.collapsible?"summary":"div"),{class:"app-page-info-section-header","data-testid":"app-page-info-section-header"},{default:e.withCtx(()=>[e.renderSlot(n.$slots,"header",{},()=>[e.createElementVNode("div",ao,[a.title?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a.titleTag),{key:0,class:"app-page-info-section-title","data-testid":"app-page-info-section-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.title),1)]),_:1})):e.createCommentVNode("",!0),a.description?(e.openBlock(),e.createElementBlock("div",oo,e.toDisplayString(a.description),1)):e.createCommentVNode("",!0)])]),a.collapsible?(e.openBlock(),e.createBlock(e.unref(Ae.ChevronRightIcon),{key:0,class:"app-page-info-section-chevron-icon",decorative:""})):n.$slots.actions?e.renderSlot(n.$slots,"actions",{key:1}):e.createCommentVNode("",!0)]),_:3})),n.$slots.default?(e.openBlock(),e.createElementBlock("div",ro,[e.renderSlot(n.$slots,"default")])):e.createCommentVNode("",!0)]),_:3}))}}),[["__scopeId","data-v-62f17e32"]]),co={install:(a,n={})=>{a.component(n.name||"AppLayout",bt)}};R.AccountDropdown=jt,R.AppAboutSection=Jt,R.AppError=sn,R.AppLayout=bt,R.AppNavbar=Ye,R.AppPageHeader=no,R.AppPageInfoSection=io,R.AppSidebar=pt,R.SidebarToggle=mt,R.default=co,Object.defineProperties(R,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
package/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ .account-dropdown[data-v-b33191a2]{display:flex;margin-right:4px}.account-dropdown[data-v-b33191a2] .k-button.primary,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled){background-color:#9396fc;background-color:var(--kong-ui-account-dropdown-background, #9396FC);border-radius:100px;color:#000933;color:var(--kong-ui-account-dropdown-color, #000933);font-size:12px;height:24px;justify-content:center;padding:0;-webkit-user-select:none;user-select:none;width:24px}.account-dropdown[data-v-b33191a2] .k-button.primary:hover,.account-dropdown[data-v-b33191a2] .k-button.primary:focus,.account-dropdown[data-v-b33191a2] .k-button.primary:active,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):hover,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):focus,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):active{background-color:#9396fc!important;background-color:var(--kong-ui-account-dropdown-background, #9396FC)!important}.account-dropdown[data-v-b33191a2] .k-button.primary:focus-visible,.account-dropdown[data-v-b33191a2] .k-button.primary:hover:not(:disabled):focus-visible{border-radius:100px;outline:1px solid #bee2ff!important;outline-offset:2px}.kong-ui-app-about-section .about-section-title[data-v-f5864a9c]{color:#000933;font-size:16px;font-weight:700;line-height:20px}.kong-ui-app-about-section .about-section-header-end[data-v-f5864a9c]{display:flex}.kong-ui-app-about-section .about-section-header-end .about-section-timestamps[data-v-f5864a9c]{align-self:center;color:#6c7489;flex-direction:column;font-size:12px;line-height:16px;margin-bottom:12px}@media (min-width: 768px){.kong-ui-app-about-section .about-section-header-end .about-section-timestamps[data-v-f5864a9c]{flex-direction:row;margin-bottom:0}}.kong-ui-app-about-section .about-section-header-end .about-section-timestamps.has-actions[data-v-f5864a9c]{margin-right:16px}.kong-ui-app-about-section .about-section-header-end .about-section-timestamps .about-section-timestamps-arrow[data-v-f5864a9c]{line-height:20px;margin-left:8px;margin-right:8px}.kong-ui-app-about-section .about-section-description[data-v-f5864a9c]{color:#000933;font-size:14px;line-height:20px;margin-bottom:20px;margin-top:0}.kong-ui-app-about-section .about-section-content[data-v-f5864a9c]{align-items:flex-start;align-self:stretch;color:#6c7489;column-gap:20px;display:flex;flex-wrap:wrap;font-size:14px;line-height:20px;padding:0;row-gap:6px}.kong-ui-app-about-section .about-divider-section[data-v-f5864a9c]{color:#6c7489;display:flex;flex-direction:column;flex-wrap:wrap;font-size:14px;line-height:20px;row-gap:12px}.kong-ui-app-about-section[data-v-f5864a9c] hr,.kong-ui-app-about-section hr[data-v-f5864a9c]{background-color:#e0e4ea;border:none;height:1px;margin:0;width:100%}.kong-ui-app-about-section hr[data-v-f5864a9c]{margin-bottom:12px;margin-top:12px}.kong-ui-app-about-section.kong-card.border{border-radius:4px;padding:20px}.kong-ui-app-about-section.kong-card.border .k-card-header{align-items:baseline;margin-bottom:0!important}@media (max-width: 768px){.kong-ui-app-about-section.kong-card.border .k-card-header{flex-direction:column}.kong-ui-app-about-section.kong-card.border .k-card-header .k-card-actions{margin-left:unset}}.kong-ui-app-error[data-v-b6d8dc55]{align-items:center;background-color:#fff;border-top:2px solid #00abd2;display:flex;flex-direction:column;margin:32px auto 0;padding-bottom:48px;width:100%}@media (min-width: 640px){.kong-ui-app-error[data-v-b6d8dc55]{width:80%}}@media (min-width: 1024px){.kong-ui-app-error[data-v-b6d8dc55]{max-width:840px}}.kong-ui-app-error .banana-icon[data-v-b6d8dc55]{animation-delay:.75s;margin:32px auto 24px}.kong-ui-app-error .kong-ui-app-error-content[data-v-b6d8dc55]{animation:.75s cubic-bezier(.785,.135,.15,.86) forwards fadeIn-b6d8dc55;opacity:0;padding:0 16px}@media (min-width: 768px){.kong-ui-app-error .kong-ui-app-error-content[data-v-b6d8dc55]{padding:0 32px}}@media (prefers-reduced-motion){.kong-ui-app-error .kong-ui-app-error-content[data-v-b6d8dc55]{animation:none;opacity:1}}@keyframes fadeIn-b6d8dc55{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.kong-ui-app-error .kong-ui-app-error-content{color:#6c7489;font-size:16px;text-align:center}.kong-ui-app-error .kong-ui-app-error-content h1,.kong-ui-app-error .kong-ui-app-error-content h2,.kong-ui-app-error .kong-ui-app-error-content h3,.kong-ui-app-error .kong-ui-app-error-content h4{color:#000933;font-size:32px;font-weight:600;margin-bottom:16px;margin-top:0}.kong-ui-app-navbar[data-v-2f6fc50f]{background:#000933;background:var(--kong-ui-app-navbar-background, #000933);left:0;position:fixed;right:0;top:var(--27c93a10);z-index:var(--0f284bf5)}@media (min-width: 1024px){.kong-ui-app-navbar[data-v-2f6fc50f]{left:var(--d1659a78)}}.kong-ui-app-navbar .header-content[data-v-2f6fc50f]{align-items:center;display:flex;height:60px;justify-content:space-between;padding:0 16px}.kong-ui-app-navbar .app-navbar-logo[data-v-2f6fc50f]{align-items:center;display:flex;height:100%;justify-content:flex-start;margin-right:var(--3d9232e8);max-width:var(--038c3c78);min-width:var(--038c3c78);padding-left:16px}.kong-ui-app-navbar .mobile-header-left[data-v-2f6fc50f]{display:inline-flex;gap:16px}@media (min-width: 1024px){.kong-ui-app-navbar .mobile-header-left[data-v-2f6fc50f]{display:none}}.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s]{align-items:center;display:flex;height:100%}.kong-ui-app-navbar .app-navbar-links a[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a{align-items:center;align-self:stretch;border-bottom:4px solid transparent;color:#fff;display:flex;font-size:14px;font-weight:500;padding:0 8px;text-decoration:none;transition:all .2s ease-in-out;white-space:nowrap}@media (min-width: 768px){.kong-ui-app-navbar .app-navbar-links a[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a{font-size:16px;padding:0 16px}}.kong-ui-app-navbar .app-navbar-links a.router-link-active[data-v-2f6fc50f],.kong-ui-app-navbar .app-navbar-links a.active[data-v-2f6fc50f],.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a.router-link-active,.kong-ui-app-navbar[data-v-2f6fc50f] .app-navbar-links a.active,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a.router-link-active,.kong-ui-app-navbar .app-navbar-links[data-v-2f6fc50f-s] a.active{border-color:#84e5ae;font-weight:600!important}.kong-ui-app-navbar .navbar-content[data-v-2f6fc50f]{align-items:center;display:flex;flex-direction:row;gap:8px;height:100%;justify-content:space-between;width:100%}@media (min-width: 768px){.kong-ui-app-navbar .navbar-content[data-v-2f6fc50f]{gap:16px}}.kong-ui-app-navbar .navbar-content-left[data-v-2f6fc50f],.kong-ui-app-navbar .navbar-content-center[data-v-2f6fc50f],.kong-ui-app-navbar .navbar-content-right[data-v-2f6fc50f]{align-items:center;display:flex;flex:1;gap:16px;height:100%}.kong-ui-app-navbar .navbar-content-left[data-v-2f6fc50f]{justify-content:flex-start}.kong-ui-app-navbar .navbar-content-center[data-v-2f6fc50f]{justify-content:center}.kong-ui-app-navbar .navbar-content-right[data-v-2f6fc50f]{justify-content:flex-end}.item-badge[data-v-afb0d903]{background-color:#d60027;border-radius:16px;color:#fff;font-size:12px;font-weight:500;line-height:16px;max-width:36px;min-width:20px;overflow:hidden;padding:2px 6px;text-align:center;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.kong-ui-app-sidebar .sidebar-item-primary,.kong-ui-app-sidebar .sidebar-item-secondary{cursor:pointer;display:flex;flex-direction:column;position:relative;white-space:nowrap}.kong-ui-app-sidebar .sidebar-item-primary:last-of-type,.kong-ui-app-sidebar .sidebar-item-secondary:last-of-type{margin-bottom:0}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link{align-items:center;color:#bee2ff;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:space-between;line-height:20px;min-height:48px;text-decoration:none;transition:color .2s ease-out}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link svg:not(.profile-icon) path,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link svg:not(.profile-icon) path{color:currentColor;fill:currentColor;transition:all .2s ease-out}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:focus-visible,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:focus-visible{color:#eefaff!important}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:focus-visible svg,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:focus-visible svg{color:#eefaff}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link:focus-visible,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link:focus-visible{box-shadow:0 0 0 1px #fff9 inset;outline:none}.kong-ui-app-sidebar .sidebar-item-primary a.sidebar-item-link .sidebar-item-tooltip,.kong-ui-app-sidebar .sidebar-item-secondary a.sidebar-item-link .sidebar-item-tooltip{align-items:center;display:flex;height:100%}.kong-ui-app-sidebar .sidebar-item-primary.active>a,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a,.kong-ui-app-sidebar .sidebar-item-secondary.active>a,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a{color:#00fabe}.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link:hover,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link:hover{color:#00fabe!important}.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.active>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a.sidebar-item-link:hover svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link svg,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a.sidebar-item-link:hover svg{color:#00fabe}.kong-ui-app-sidebar .sidebar-item-primary.active>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-primary.active>div>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-primary.expanded>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-primary.expanded>div>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.active>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.active>div>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>a .sidebar-item-name,.kong-ui-app-sidebar .sidebar-item-secondary.expanded>div>a .sidebar-item-name{font-weight:500!important}.kong-ui-app-sidebar .sidebar-item-primary ul.level-secondary,.kong-ui-app-sidebar .sidebar-item-secondary ul.level-secondary{padding:0;position:relative}.kong-ui-app-sidebar .sidebar-item-primary ul.level-secondary:before,.kong-ui-app-sidebar .sidebar-item-secondary ul.level-secondary:before{background-color:#ffffff1f;content:"";height:1px;left:1px;position:absolute;right:1px;top:0}.sidebar-item-primary[data-v-f005e80c]{overflow:hidden}.sidebar-item-primary.active[data-v-f005e80c],.sidebar-item-primary.expanded[data-v-f005e80c]{background-color:#ffffff1f;border-radius:6px;box-shadow:0 0 0 1px #ffffff1f inset}.sidebar-item-primary>a[data-v-f005e80c],.sidebar-item-primary>div>a[data-v-f005e80c]{border-radius:6px}.sidebar-item-primary>a>.sidebar-item-display.has-label[data-v-f005e80c],.sidebar-item-primary>div>a>.sidebar-item-display.has-label[data-v-f005e80c]{padding-bottom:12px;padding-top:12px}.sidebar-item-primary>a>.sidebar-item-display.has-badge[data-v-f005e80c],.sidebar-item-primary>div>a>.sidebar-item-display.has-badge[data-v-f005e80c]{justify-content:space-between}.sidebar-item-primary>a>.sidebar-item-display.has-badge .has-badge-max-width[data-v-f005e80c],.sidebar-item-primary>div>a>.sidebar-item-display.has-badge .has-badge-max-width[data-v-f005e80c]{max-width:134px!important}.sidebar-item-secondary[data-v-f005e80c]{margin-bottom:4px}.sidebar-item-secondary[data-v-f005e80c]:last-of-type{margin-bottom:0}.sidebar-item-secondary:last-of-type a[data-v-f005e80c]{border-bottom-right-radius:6px}.sidebar-item-secondary a[data-v-f005e80c]{background-color:transparent;color:#bee2ff!important;font-size:14px;line-height:20px;min-height:40px!important;transition:all .1s ease-in-out!important}.sidebar-item-secondary a>.sidebar-item-display.has-badge[data-v-f005e80c]{justify-content:space-between}.sidebar-item-secondary a>.sidebar-item-display.has-badge .has-badge-max-width[data-v-f005e80c]{max-width:134px!important}.sidebar-item-secondary.active>a[data-v-f005e80c]{box-shadow:4px 0 #00fabe inset;color:#00fabe!important;font-weight:500!important}.sidebar-item-secondary.active>a[data-v-f005e80c]:focus-visible{box-shadow:4px 0 #00fabe inset,0 0 0 1px #fff9 inset}.sidebar-item-display[data-v-f005e80c]{align-items:center;display:flex;gap:8px;height:100%;padding:0 16px;width:100%}.sidebar-item-display .sidebar-item-name-container[data-v-f005e80c]{line-height:16px;-webkit-user-select:none;user-select:none}.sidebar-item-display .sidebar-item-name-container .truncate-text[data-v-f005e80c]{height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-item-display .sidebar-item-name-container .truncate-text.truncate-17[data-v-f005e80c]{max-width:17ch}.sidebar-item-display .sidebar-item-name-container .truncate-text.truncate-18[data-v-f005e80c]{max-width:18ch}.sidebar-item-display .sidebar-item-name-container .truncate-text.truncate-24[data-v-f005e80c]{max-width:24ch}.sidebar-item-display .sidebar-item-name-container .sidebar-item-name[data-v-f005e80c]{align-items:center;display:flex}.sidebar-item-display .sidebar-item-name-container .sidebar-item-name.has-tooltip[data-v-f005e80c]{height:100%}.sidebar-item-display .sidebar-item-name-container .sidebar-item-name.has-tooltip span[data-v-f005e80c]{height:auto;min-width:0}.sidebar-item-display .sidebar-item-label[data-v-f005e80c]{color:#bee2ff;font-size:12px;margin-top:4px}.sidebar-item-display .sidebar-item-icon[data-v-f005e80c]{align-items:center;display:flex;line-height:0}.sidebar-item-display .sidebar-item-after[data-v-f005e80c]{display:flex;margin-left:auto}.kong-ui-app-sidebar[data-v-59a8f3eb]{background:#000933;display:flex;flex-direction:column;height:var(--0cada156);left:-100%;position:fixed;top:var(--567b81e7);transition:left .2s ease-in-out;width:100%;z-index:var(--26636033)}@media (min-width: 640px){.kong-ui-app-sidebar[data-v-59a8f3eb]{max-width:240px;width:240px}}@media (min-width: 1024px){.kong-ui-app-sidebar[data-v-59a8f3eb]{height:var(--46f3d513);left:0;top:var(--42d2e4e9)}}.kong-ui-app-sidebar.sidebar-open[data-v-59a8f3eb],.kong-ui-app-sidebar.mobile-disabled[data-v-59a8f3eb]{left:0}.kong-ui-app-sidebar.mobile-disabled[data-v-59a8f3eb]{width:240px}.kong-ui-app-sidebar.disable-transitions[data-v-59a8f3eb]{animation:none!important;transition:none!important}.kong-ui-app-sidebar .sidebar-content-container[data-v-59a8f3eb]{box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin-top:var(--7276653d);overflow-x:hidden;overflow-y:scroll;padding-right:var(--5a2fa60c);padding-top:8px;position:relative;width:100%}@supports (overflow: overlay){.kong-ui-app-sidebar .sidebar-content-container[data-v-59a8f3eb]{overflow-y:overlay}}.kong-ui-app-sidebar .sidebar-content-container[data-v-59a8f3eb]::-webkit-scrollbar{height:8px;opacity:1;width:8px}.kong-ui-app-sidebar .sidebar-content-container[data-v-59a8f3eb]::-webkit-scrollbar-thumb{background:transparent;border-radius:8px}.kong-ui-app-sidebar .sidebar-content-container[data-v-59a8f3eb]::-webkit-scrollbar-track{background:transparent}.kong-ui-app-sidebar .sidebar-content-container[data-v-59a8f3eb]{scrollbar-color:transparent transparent;scrollbar-gutter:stable;scrollbar-width:thin}.kong-ui-app-sidebar .sidebar-content-container[data-v-59a8f3eb]:hover::-webkit-scrollbar-thumb{background:#6c7489}.kong-ui-app-sidebar .sidebar-content-container[data-v-59a8f3eb]:hover::-webkit-scrollbar-track{background:transparent}.kong-ui-app-sidebar .sidebar-content-container[data-v-59a8f3eb]:hover{scrollbar-color:#6c7489 transparent;scrollbar-gutter:stable;scrollbar-width:thin}.kong-ui-app-sidebar .sidebar-content-container nav[data-v-59a8f3eb]{box-sizing:border-box;width:100%}.kong-ui-app-sidebar .sidebar-footer[data-v-59a8f3eb]{align-items:center;color:#afb7c5;display:flex;font-weight:500;position:relative;width:100%}.kong-ui-app-sidebar .sidebar-footer[data-v-59a8f3eb]:before{background-image:linear-gradient(transparent,#000933);content:"";display:block;height:8px;left:50%;margin-top:-8px;position:absolute;top:0;transform:translate(-50%);width:calc(100% - 16px);z-index:1}.kong-ui-app-sidebar[data-v-59a8f3eb] .k-dropdown-item{font-size:14px;line-height:20px}@media (max-width: 1023px){.mobile-header-hidden .sidebar-content-container[data-v-59a8f3eb],.no-sidebar-header .sidebar-content-container[data-v-59a8f3eb]{margin-top:0!important}}.sidebar-level-divider[data-v-59a8f3eb]{background-color:#ffffff3d;height:1px;margin:24px auto;min-height:1px;width:calc(100% - 32px)}.sidebar-header[data-v-59a8f3eb]{align-items:center;background:transparent;background:var(--kong-ui-app-sidebar-header-background, transparent);color:#fff;display:var(--372449a2);left:0;min-height:var(--69ab7946);padding:0 16px 0 32px;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;z-index:1}@media (min-width: 1024px){.sidebar-header[data-v-59a8f3eb]{display:flex}}.sidebar-header[data-v-59a8f3eb]>*{display:flex}.sidebar-header[data-v-59a8f3eb]>a{text-decoration:none}.sidebar-header[data-v-59a8f3eb]>a:focus-visible{border-radius:6px;outline:1px solid #afb7c5}.sidebar-header[data-v-59a8f3eb]:after{background-image:linear-gradient(#000933,transparent);bottom:0;content:"";display:block;height:8px;left:50%;margin-bottom:-8px;position:absolute;transform:translate(-50%);width:calc(100% - 16px);z-index:1}.sidebar-top[data-v-59a8f3eb]{align-items:center;color:#fff;display:flex;margin:0 0 16px;padding:0 8px;-webkit-user-select:none;user-select:none}.sidebar-item-external-link[data-v-59a8f3eb]{align-items:center;display:flex;font-size:14px;justify-content:space-between;line-height:20px;text-decoration:none}.sidebar-item-external-link[data-v-59a8f3eb]:focus-visible{outline:1px solid #afb7c5!important}.sidebar-item-external-link[data-v-59a8f3eb] .kui-icon{display:inline-flex;margin-bottom:-7px}.kong-ui-app-sidebar-overlay[data-v-59a8f3eb]{background-color:#0b172d99;bottom:0;left:0;position:fixed;right:0;top:var(--265869b8);z-index:var(--52dccd35)}@media (min-width: 1024px){.kong-ui-app-sidebar-overlay[data-v-59a8f3eb]{display:none!important}}.kong-ui-app-sidebar .level-primary,.kong-ui-app-sidebar .level-secondary{list-style:none;margin:0;padding:0}.kong-ui-app-sidebar .level-primary{box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:24px;padding:0 2px 0 12px;width:100%}@supports (background: -webkit-named-image(i)){.kong-ui-app-sidebar .level-primary{padding:0 8px}}.kong-ui-app-sidebar .level-primary-group-name{color:#bee2ff;font-size:12px;font-weight:500;line-height:24px;text-transform:uppercase;-webkit-user-select:none;user-select:none}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse:not(:last-of-type){margin-bottom:16px}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse .collapse-heading{margin-bottom:0}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse .collapse-hidden-content{margin-top:0}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse:not(.not-collapsible) .collapse-heading.has-trailing-trigger{margin-bottom:8px}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse.not-collapsible .collapse-trigger{cursor:default}.kong-ui-app-sidebar .level-primary-group-collapse.k-collapse.not-collapsible.ungrouped .collapse-heading.has-trailing-trigger{display:none}.kong-ui-app-sidebar .level-primary-group-collapse-trigger.k-button,.kong-ui-app-sidebar div.level-primary-group-collapse-trigger{margin-bottom:0;margin-left:12px;padding:0 20px 0 8px}.kong-ui-app-sidebar .level-primary-group-collapse-trigger.k-button:focus-visible,.kong-ui-app-sidebar div.level-primary-group-collapse-trigger:focus-visible{border-radius:6px;box-shadow:0 0 0 1px #fff9 inset}.kong-ui-app-sidebar .level-primary-group-collapse-icon{margin-left:6px}body.kong-ui-app-sidebar-open{overflow:hidden}@media (min-width: 1024px){body.kong-ui-app-sidebar-open{overflow:auto}}.sidebar-menu-toggle[data-v-cbb41bbd]{border-radius:4px;padding:0 4px;position:relative;transition:all .3s ease-in-out}.sidebar-menu-toggle[data-v-cbb41bbd]:focus-visible{outline:1px solid #0044f4;outline:1px solid var(--kong-ui-app-sidebar-mobile-icon-color, #0044f4)}@media (min-width: 1024px){.sidebar-menu-toggle[data-v-cbb41bbd]{display:none}}.sidebar-menu-toggle .line[data-v-cbb41bbd]{background-color:#fff;background-color:var(--kong-ui-app-sidebar-mobile-icon-color, #ffffff);border-radius:6px;display:block;height:2px;margin:6px auto;transition:all .3s ease-in-out;width:24px}.sidebar-menu-toggle.active .line[data-v-cbb41bbd]:nth-child(2){opacity:0}.sidebar-menu-toggle.active .line[data-v-cbb41bbd]:nth-child(1){transform:translateY(8px) rotate(45deg)}.sidebar-menu-toggle.active .line[data-v-cbb41bbd]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.kong-ui-app-layout-html,.kong-ui-app-layout-body,.kong-ui-app-sidebar,.kong-ui-app-navbar{--KInputLabelWeight: 600;--KongAuthFontFamily: Inter, Roboto, Helvetica, sans-serif;--KongAuthFontWeight: 400}html.kong-ui-app-layout-html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.kong-ui-app-layout-html,body.kong-ui-app-layout-body{height:100%;height:100vh;margin:0;overflow:hidden;overscroll-behavior-y:none;padding:0;width:100%}body.kong-ui-app-layout-body{background-color:#fff;color:#000933;font-family:Inter,Roboto,Helvetica,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:24px}#app{height:100%}.kong-auth-element{font-family:Inter,Roboto,Helvetica,sans-serif!important}.kong-auth-element .kong-auth-login-form .alert.danger .k-alert-msg{white-space:pre-line}.kong-ui-app-layout[data-v-a92b50c0]{background:#000933;bottom:0;display:flex;flex-direction:column;font-family:Inter,Roboto,Helvetica,sans-serif;height:100%;left:0;overflow:hidden;position:fixed;right:0;top:0;width:100%}.kong-ui-app-layout[data-v-a92b50c0] .kong-ui-app-navbar .mobile-logo{align-items:center;display:flex}@media (min-width: 1024px){.kong-ui-app-layout[data-v-a92b50c0] .kong-ui-app-navbar .mobile-logo{display:none}}.kong-ui-app-layout[data-v-a92b50c0] .kong-ui-app-navbar .mobile-logo>*{align-items:center;display:flex}.kong-ui-app-layout[data-v-a92b50c0] .kong-ui-app-navbar .mobile-logo a{text-decoration:none}.kong-ui-app-layout[data-v-a92b50c0] .kong-ui-app-navbar .navbar-logo{display:none}@media (min-width: 1024px){.kong-ui-app-layout[data-v-a92b50c0] .kong-ui-app-navbar .navbar-logo{display:block}}.kong-ui-app-layout .kong-ui-app-layout-main[data-v-a92b50c0]{align-items:stretch;background-color:var(--26cbc8ac);box-shadow:var(--4eb9dde2);color:var(--5f0811fa);display:flex;flex-grow:1;height:100%;margin-top:var(--37ad0844);overflow:auto;position:relative;width:100%}@media (min-width: 1024px){.kong-ui-app-layout .kong-ui-app-layout-main[data-v-a92b50c0]{border-top-left-radius:var(--999c315e);margin-left:240px;width:calc(100% - 240px)}}.kong-ui-app-layout .kong-ui-app-layout-main.full-width[data-v-a92b50c0]{margin-left:0}.kong-ui-app-layout .kong-ui-app-layout-main .kong-ui-app-layout-content[data-v-a92b50c0]{position:relative;width:100%}.kong-ui-app-layout .kong-ui-app-layout-main .kong-ui-app-layout-content-inner[data-v-a92b50c0]{padding:20px 20px 64px;padding:var(--kong-ui-app-layout-content-padding-top, 20px) var(--kong-ui-app-layout-content-padding-x, 20px) var(--kong-ui-app-layout-content-padding-bottom, 64px)}.kong-ui-app-layout.navbar-hidden .kong-ui-app-layout-main[data-v-a92b50c0]{margin-top:0}.kong-ui-app-layout.sidebar-hidden .kong-ui-app-layout-main[data-v-a92b50c0]{margin-left:0;width:100%}.kong-ui-app-layout #kong-ui-app-layout-notification[data-v-a92b50c0]{left:0;position:fixed;right:0;top:0;z-index:1}.kong-ui-app-layout #kong-ui-app-layout-notification[data-v-a92b50c0] .k-alert{border-radius:0!important}.kong-ui-app-page-header[data-v-204b7f98]{margin-bottom:20px}.kong-ui-app-page-header .page-header-title-section[data-v-204b7f98]{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper[data-v-204b7f98]{align-items:baseline;display:flex;min-width:0}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper .page-header-title-before[data-v-204b7f98]{align-self:center;display:inline-flex;margin-right:8px}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper .page-header-title-after[data-v-204b7f98]{align-self:center;display:inline-flex;margin-left:16px}.kong-ui-app-page-header .page-header-title-section .page-header-title-wrapper .page-header-title[data-v-204b7f98]{color:#000933;font-size:24px;font-weight:700;line-height:32px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kong-ui-app-page-header .page-header-section-below[data-v-204b7f98]{margin-top:8px;width:100%}.kong-ui-app-page-header[data-v-204b7f98] .k-breadcrumbs{margin-bottom:0}@media (min-width: 640px){.kong-ui-app-page-header .page-header-title-section[data-v-204b7f98]{flex-wrap:nowrap}.kong-ui-app-page-header .page-header-section-below[data-v-204b7f98]{margin-top:unset}}.app-page-info-section[data-v-62f17e32]{border:1px solid #e0e4ea;border-radius:6px}.app-page-info-section .app-page-info-section-header[data-v-62f17e32]{align-items:center;display:flex;gap:4px;justify-content:space-between;padding:20px}.app-page-info-section .app-page-info-section-header .app-page-info-section-default-header[data-v-62f17e32]{display:flex;flex-direction:column;gap:8px;max-width:700px}.app-page-info-section .app-page-info-section-header .app-page-info-section-default-header .app-page-info-section-title[data-v-62f17e32]{color:#000933;font-size:16px;font-weight:700;line-height:20px;margin:0}.app-page-info-section .app-page-info-section-header .app-page-info-section-default-header .app-page-info-section-description[data-v-62f17e32]{color:#6c7489;font-size:14px;line-height:20px;margin:0}.app-page-info-section .app-page-info-section-content[data-v-62f17e32]{background:#f9fafb;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #e0e4ea;display:flex;flex-direction:column;gap:8px;padding:20px}.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s],.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] tr.is-scrolled{background-color:#f9fafb}.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] td.sticky-column,.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] td.actions-column,.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] th.sticky-column,.app-page-info-section .app-page-info-section-content .k-table-view[data-v-62f17e32-s] th.actions-column{background-color:#f9fafb!important}.app-page-info-section .app-page-info-section-content .k-empty-state[data-v-62f17e32-s]{background-color:#f9fafb}details.app-page-info-section[data-v-62f17e32]{overflow:auto}details.app-page-info-section[open] .app-page-info-section-chevron-icon[data-v-62f17e32]{transform:rotate(90deg)}details.app-page-info-section[data-v-62f17e32]:has(>summary:focus-visible){box-shadow:0 0 0 4px #0044f433}details.app-page-info-section summary[data-v-62f17e32]{outline:none}details.app-page-info-section summary[data-v-62f17e32]::-webkit-details-marker,details.app-page-info-section summary[data-v-62f17e32]::marker{display:none}details.app-page-info-section .app-page-info-section-header[data-v-62f17e32]{cursor:pointer}details.app-page-info-section .app-page-info-section-header .app-page-info-section-chevron-icon[data-v-62f17e32]{flex-shrink:0;pointer-events:none;transition:transform .2s ease}
@@ -0,0 +1,124 @@
1
+ import type { PropType } from 'vue';
2
+ import type { GroupConfig, GroupConfigMap, SidebarPrimaryItem, SidebarSecondaryItem } from '../types';
3
+ declare var __VLS_1: {}, __VLS_16: {}, __VLS_19: {}, __VLS_22: {}, __VLS_25: {}, __VLS_28: {}, __VLS_40: {}, __VLS_43: {}, __VLS_46: {}, __VLS_50: `sidebar-icon-${string}`, __VLS_51: {}, __VLS_55: `sidebar-after-${string}`, __VLS_56: {}, __VLS_58: {}, __VLS_60: {};
4
+ type __VLS_Slots = {} & {
5
+ [K in NonNullable<typeof __VLS_50>]?: (props: typeof __VLS_51) => any;
6
+ } & {
7
+ [K in NonNullable<typeof __VLS_55>]?: (props: typeof __VLS_56) => any;
8
+ } & {
9
+ notification?: (props: typeof __VLS_1) => any;
10
+ } & {
11
+ 'navbar-mobile-logo'?: (props: typeof __VLS_16) => any;
12
+ } & {
13
+ 'navbar-logo'?: (props: typeof __VLS_19) => any;
14
+ } & {
15
+ 'navbar-left'?: (props: typeof __VLS_22) => any;
16
+ } & {
17
+ 'navbar-center'?: (props: typeof __VLS_25) => any;
18
+ } & {
19
+ 'navbar-right'?: (props: typeof __VLS_28) => any;
20
+ } & {
21
+ 'sidebar-header'?: (props: typeof __VLS_40) => any;
22
+ } & {
23
+ 'sidebar-top'?: (props: typeof __VLS_43) => any;
24
+ } & {
25
+ 'sidebar-footer'?: (props: typeof __VLS_46) => any;
26
+ } & {
27
+ 'app-error'?: (props: typeof __VLS_58) => any;
28
+ } & {
29
+ default?: (props: typeof __VLS_60) => any;
30
+ };
31
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
32
+ hideDefaultSlot: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ navbarHidden: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ sidebarHidden: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ sidebarOpen: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ sidebarTopItems: {
49
+ type: PropType<SidebarPrimaryItem[]>;
50
+ default: () => never[];
51
+ };
52
+ sidebarBottomItems: {
53
+ type: PropType<SidebarPrimaryItem[]>;
54
+ default: () => never[];
55
+ };
56
+ groupConfig: {
57
+ type: PropType<GroupConfigMap>;
58
+ default: () => {};
59
+ };
60
+ theme: {
61
+ type: PropType<"light" | "dark">;
62
+ default: string;
63
+ validator: (theme: "light" | "dark") => boolean;
64
+ };
65
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
66
+ "toggle-collapse": (groupName: string, groupConfig: GroupConfig) => any;
67
+ "sidebar-click": (item: SidebarSecondaryItem | SidebarPrimaryItem) => any;
68
+ "update:topOffset": (offset: number) => any;
69
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
70
+ hideDefaultSlot: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ navbarHidden: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
78
+ sidebarHidden: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ sidebarOpen: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ sidebarTopItems: {
87
+ type: PropType<SidebarPrimaryItem[]>;
88
+ default: () => never[];
89
+ };
90
+ sidebarBottomItems: {
91
+ type: PropType<SidebarPrimaryItem[]>;
92
+ default: () => never[];
93
+ };
94
+ groupConfig: {
95
+ type: PropType<GroupConfigMap>;
96
+ default: () => {};
97
+ };
98
+ theme: {
99
+ type: PropType<"light" | "dark">;
100
+ default: string;
101
+ validator: (theme: "light" | "dark") => boolean;
102
+ };
103
+ }>> & Readonly<{
104
+ "onToggle-collapse"?: ((groupName: string, groupConfig: GroupConfig) => any) | undefined;
105
+ "onSidebar-click"?: ((item: SidebarSecondaryItem | SidebarPrimaryItem) => any) | undefined;
106
+ "onUpdate:topOffset"?: ((offset: number) => any) | undefined;
107
+ }>, {
108
+ groupConfig: GroupConfigMap;
109
+ hideDefaultSlot: boolean;
110
+ navbarHidden: boolean;
111
+ sidebarHidden: boolean;
112
+ sidebarOpen: boolean;
113
+ sidebarTopItems: SidebarPrimaryItem[];
114
+ sidebarBottomItems: SidebarPrimaryItem[];
115
+ theme: "light" | "dark";
116
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
117
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
118
+ export default _default;
119
+ type __VLS_WithSlots<T, S> = T & {
120
+ new (): {
121
+ $slots: S;
122
+ };
123
+ };
124
+ //# sourceMappingURL=AppLayout.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AppLayout.vue"],"names":[],"mappings":"AA6aA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAKnC,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAybrG,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,0BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,2BAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC9T,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;IAAE,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACjD;IAAE,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1D;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACpD;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACtD;IAAE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACjD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA0EhD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;cAwBF,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI7B,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,OAAO,GAAG,MAAM,CAAC;;2BAEvB,OAAO,GAAG,MAAM,KAAG,OAAO;;;;;;;;;;;;;;;;;;;;;;;;cAd9B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI9B,QAAQ,CAAC,kBAAkB,EAAE,CAAC;;;;cAI7B,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,OAAO,GAAG,MAAM,CAAC;;2BAEvB,OAAO,GAAG,MAAM,KAAG,OAAO;;;;;;;;;;;;;;;4EAG/C,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,36 @@
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ description?: string;
4
+ created?: string;
5
+ createdLabel?: string;
6
+ modified?: string;
7
+ modifiedLabel?: string;
8
+ isLoading?: boolean;
9
+ };
10
+ declare var __VLS_8: {}, __VLS_11: {}, __VLS_23: {}, __VLS_25: {};
11
+ type __VLS_Slots = {} & {
12
+ title?: (props: typeof __VLS_8) => any;
13
+ } & {
14
+ actions?: (props: typeof __VLS_11) => any;
15
+ } & {
16
+ default?: (props: typeof __VLS_23) => any;
17
+ } & {
18
+ 'divider-section'?: (props: typeof __VLS_25) => any;
19
+ };
20
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
21
+ title: string;
22
+ description: string;
23
+ created: string;
24
+ createdLabel: string;
25
+ modified: string;
26
+ modifiedLabel: string;
27
+ isLoading: boolean;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
36
+ //# sourceMappingURL=AppAboutSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppAboutSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/aboutSection/AppAboutSection.vue"],"names":[],"mappings":"AA4OA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAiOF,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACvF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAoB1D,QAAA,MAAM,eAAe;WAjQX,MAAM;iBACA,MAAM;aACV,MAAM;kBACD,MAAM;cACV,MAAM;mBACD,MAAM;eACV,OAAO;6EAgQnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAY1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,13 @@
1
+ declare var __VLS_5: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_5) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
13
+ //# sourceMappingURL=AppError.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppError.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/errors/AppError.vue"],"names":[],"mappings":"AA2IA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAkB/C,QAAA,MAAM,eAAe,iRAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
3
+ //# sourceMappingURL=BananaSplit.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BananaSplit.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/BananaSplit.vue"],"names":[],"mappings":";AAyIA,wBAGG"}
@@ -0,0 +1,50 @@
1
+ import type { PropType } from 'vue';
2
+ import type { DropdownItem } from '@kong/kongponents';
3
+ declare var __VLS_8: {}, __VLS_18: {
4
+ option: DropdownItem<string | number>;
5
+ };
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_8) => any;
8
+ } & {
9
+ default?: (props: typeof __VLS_18) => any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12
+ options: {
13
+ type: PropType<DropdownItem[]>;
14
+ required: true;
15
+ };
16
+ width: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ userInitials: {
21
+ type: StringConstructor;
22
+ required: true;
23
+ default: string;
24
+ };
25
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
+ options: {
27
+ type: PropType<DropdownItem[]>;
28
+ required: true;
29
+ };
30
+ width: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ userInitials: {
35
+ type: StringConstructor;
36
+ required: true;
37
+ default: string;
38
+ };
39
+ }>> & Readonly<{}>, {
40
+ width: string;
41
+ userInitials: string;
42
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
44
+ export default _default;
45
+ type __VLS_WithSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
50
+ //# sourceMappingURL=AccountDropdown.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navbar/AccountDropdown.vue"],"names":[],"mappings":"AAmFA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAuGrD,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ;;CAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAiChD,QAAA,MAAM,eAAe;;cAKF,QAAQ,CAAC,YAAY,EAAE,CAAC;;;;;;;;;;;;;;cAAxB,QAAQ,CAAC,YAAY,EAAE,CAAC;;;;;;;;;;;;;;;4EAczC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,53 @@
1
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {};
2
+ type __VLS_Slots = {} & {
3
+ 'mobile-sidebar-toggle'?: (props: typeof __VLS_1) => any;
4
+ } & {
5
+ 'mobile-logo'?: (props: typeof __VLS_3) => any;
6
+ } & {
7
+ logo?: (props: typeof __VLS_5) => any;
8
+ } & {
9
+ left?: (props: typeof __VLS_7) => any;
10
+ } & {
11
+ center?: (props: typeof __VLS_9) => any;
12
+ } & {
13
+ right?: (props: typeof __VLS_11) => any;
14
+ };
15
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
16
+ topOffset: {
17
+ type: NumberConstructor;
18
+ default: number;
19
+ };
20
+ leftOffset: {
21
+ type: NumberConstructor;
22
+ default: number;
23
+ };
24
+ zIndex: {
25
+ type: NumberConstructor;
26
+ default: number;
27
+ };
28
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
+ topOffset: {
30
+ type: NumberConstructor;
31
+ default: number;
32
+ };
33
+ leftOffset: {
34
+ type: NumberConstructor;
35
+ default: number;
36
+ };
37
+ zIndex: {
38
+ type: NumberConstructor;
39
+ default: number;
40
+ };
41
+ }>> & Readonly<{}>, {
42
+ topOffset: number;
43
+ leftOffset: number;
44
+ zIndex: number;
45
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
46
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
47
+ export default _default;
48
+ type __VLS_WithSlots<T, S> = T & {
49
+ new (): {
50
+ $slots: S;
51
+ };
52
+ };
53
+ //# sourceMappingURL=AppNavbar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppNavbar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navbar/AppNavbar.vue"],"names":[],"mappings":"AAgTA,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AACzH,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,uBAAuB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5D;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAClD;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAkC9C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAiBnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,44 @@
1
+ import type { PropType } from 'vue';
2
+ import type { BreadcrumbItem } from '@kong/kongponents';
3
+ declare var __VLS_8: string, __VLS_9: {}, __VLS_11: {}, __VLS_13: {}, __VLS_15: {}, __VLS_17: {};
4
+ type __VLS_Slots = {} & {
5
+ [K in NonNullable<typeof __VLS_8>]?: (props: typeof __VLS_9) => any;
6
+ } & {
7
+ 'title-before'?: (props: typeof __VLS_11) => any;
8
+ } & {
9
+ 'title-after'?: (props: typeof __VLS_13) => any;
10
+ } & {
11
+ actions?: (props: typeof __VLS_15) => any;
12
+ } & {
13
+ below?: (props: typeof __VLS_17) => any;
14
+ };
15
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
16
+ title: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ breadcrumbs: {
21
+ type: PropType<BreadcrumbItem[]>;
22
+ default: () => never[];
23
+ };
24
+ }>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
+ title: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ breadcrumbs: {
30
+ type: PropType<BreadcrumbItem[]>;
31
+ default: () => never[];
32
+ };
33
+ }>> & Readonly<{}>, {
34
+ title: string;
35
+ breadcrumbs: BreadcrumbItem[];
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
38
+ export default _default;
39
+ type __VLS_WithSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
42
+ };
43
+ };
44
+ //# sourceMappingURL=AppPageHeader.vue.d.ts.map