@prefabs.tech/vue3-ui 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/PrefabsTechVue3UI.es.js +4151 -0
- package/dist/PrefabsTechVue3UI.umd.js +10 -0
- package/dist/src/Accordion/Index.vue.d.ts +40 -0
- package/dist/src/Accordion/Index.vue.d.ts.map +1 -0
- package/dist/src/Accordion/__tests__/component/Index.test.d.ts +2 -0
- package/dist/src/Accordion/__tests__/component/Index.test.d.ts.map +1 -0
- package/dist/src/Accordion/__tests__/snapshot/Index.test.d.ts +2 -0
- package/dist/src/Accordion/__tests__/snapshot/Index.test.d.ts.map +1 -0
- package/dist/src/Badge/Index.vue.d.ts +55 -0
- package/dist/src/Badge/Index.vue.d.ts.map +1 -0
- package/dist/src/Button/Index.vue.d.ts +131 -0
- package/dist/src/Button/Index.vue.d.ts.map +1 -0
- package/dist/src/Button/__tests__/snapshot/Button.test.d.ts +2 -0
- package/dist/src/Button/__tests__/snapshot/Button.test.d.ts.map +1 -0
- package/dist/src/Card/Index.vue.d.ts +24 -0
- package/dist/src/Card/Index.vue.d.ts.map +1 -0
- package/dist/src/ConfirmationModal/Index.vue.d.ts +45 -0
- package/dist/src/ConfirmationModal/Index.vue.d.ts.map +1 -0
- package/dist/src/Data/Index.vue.d.ts +54 -0
- package/dist/src/Data/Index.vue.d.ts.map +1 -0
- package/dist/src/Divider/Index.vue.d.ts +17 -0
- package/dist/src/Divider/Index.vue.d.ts.map +1 -0
- package/dist/src/Dropdown/Index.vue.d.ts +44 -0
- package/dist/src/Dropdown/Index.vue.d.ts.map +1 -0
- package/dist/src/Errors/Error.vue.d.ts +15 -0
- package/dist/src/Errors/Error.vue.d.ts.map +1 -0
- package/dist/src/Errors/Index.vue.d.ts +15 -0
- package/dist/src/Errors/Index.vue.d.ts.map +1 -0
- package/dist/src/FileCard/ConfirmationFileActions.vue.d.ts +53 -0
- package/dist/src/FileCard/ConfirmationFileActions.vue.d.ts.map +1 -0
- package/dist/src/FileCard/Index.vue.d.ts +157 -0
- package/dist/src/FileCard/Index.vue.d.ts.map +1 -0
- package/dist/src/FilesList/Index.vue.d.ts +152 -0
- package/dist/src/FilesList/Index.vue.d.ts.map +1 -0
- package/dist/src/FormWidgets/DebouncedInput/Index.vue.d.ts +71 -0
- package/dist/src/FormWidgets/DebouncedInput/Index.vue.d.ts.map +1 -0
- package/dist/src/GridContainer/Index.vue.d.ts +10 -0
- package/dist/src/GridContainer/Index.vue.d.ts.map +1 -0
- package/dist/src/LoadingPage/Index.vue.d.ts +15 -0
- package/dist/src/LoadingPage/Index.vue.d.ts.map +1 -0
- package/dist/src/Message/Index.vue.d.ts +62 -0
- package/dist/src/Message/Index.vue.d.ts.map +1 -0
- package/dist/src/Modal/Index.vue.d.ts +44 -0
- package/dist/src/Modal/Index.vue.d.ts.map +1 -0
- package/dist/src/Page/Index.vue.d.ts +65 -0
- package/dist/src/Page/Index.vue.d.ts.map +1 -0
- package/dist/src/Page/PageTitle.vue.d.ts +23 -0
- package/dist/src/Page/PageTitle.vue.d.ts.map +1 -0
- package/dist/src/Popup/Index.vue.d.ts +46 -0
- package/dist/src/Popup/Index.vue.d.ts.map +1 -0
- package/dist/src/ResponsiveMenu/Index.vue.d.ts +36 -0
- package/dist/src/ResponsiveMenu/Index.vue.d.ts.map +1 -0
- package/dist/src/SSOButtons/BaseButton.vue.d.ts +76 -0
- package/dist/src/SSOButtons/BaseButton.vue.d.ts.map +1 -0
- package/dist/src/SSOButtons/FacebookSignInButton.vue.d.ts +43 -0
- package/dist/src/SSOButtons/FacebookSignInButton.vue.d.ts.map +1 -0
- package/dist/src/SSOButtons/GoogleSignInButton.vue.d.ts +43 -0
- package/dist/src/SSOButtons/GoogleSignInButton.vue.d.ts.map +1 -0
- package/dist/src/SSOButtons/index.d.ts +4 -0
- package/dist/src/SSOButtons/index.d.ts.map +1 -0
- package/dist/src/SortableList/Index.vue.d.ts +24 -0
- package/dist/src/SortableList/Index.vue.d.ts.map +1 -0
- package/dist/src/Stepper/Index.vue.d.ts +41 -0
- package/dist/src/Stepper/Index.vue.d.ts.map +1 -0
- package/dist/src/TabView/Index.vue.d.ts +97 -0
- package/dist/src/TabView/Index.vue.d.ts.map +1 -0
- package/dist/src/TabView/types.d.ts +16 -0
- package/dist/src/TabView/types.d.ts.map +1 -0
- package/dist/src/TabView/utils.d.ts +5 -0
- package/dist/src/TabView/utils.d.ts.map +1 -0
- package/dist/src/TabbedPanel/Index.vue.d.ts +38 -0
- package/dist/src/TabbedPanel/Index.vue.d.ts.map +1 -0
- package/dist/src/Tooltip/Index.vue.d.ts +61 -0
- package/dist/src/Tooltip/Index.vue.d.ts.map +1 -0
- package/dist/src/YoutubeFacade/Index.vue.d.ts +55 -0
- package/dist/src/YoutubeFacade/Index.vue.d.ts.map +1 -0
- package/dist/src/components/LoadingButton.vue.d.ts +34 -0
- package/dist/src/components/LoadingButton.vue.d.ts.map +1 -0
- package/dist/src/components/LoadingIcon.vue.d.ts +3 -0
- package/dist/src/components/LoadingIcon.vue.d.ts.map +1 -0
- package/dist/src/components/SubPane.vue.d.ts +3 -0
- package/dist/src/components/SubPane.vue.d.ts.map +1 -0
- package/dist/src/index.d.ts +39 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/types/dropdown-menu.d.ts +11 -0
- package/dist/src/types/dropdown-menu.d.ts.map +1 -0
- package/dist/src/types/error.d.ts +6 -0
- package/dist/src/types/error.d.ts.map +1 -0
- package/dist/src/types/file.d.ts +33 -0
- package/dist/src/types/file.d.ts.map +1 -0
- package/dist/src/types/index.d.ts +5 -0
- package/dist/src/types/index.d.ts.map +1 -0
- package/dist/src/types/stepper.d.ts +17 -0
- package/dist/src/types/stepper.d.ts.map +1 -0
- package/dist/src/utils/date.d.ts +3 -0
- package/dist/src/utils/date.d.ts.map +1 -0
- package/dist/src/utils/index.d.ts +5 -0
- package/dist/src/utils/index.d.ts.map +1 -0
- package/dist/src/utils/overlay.d.ts +3 -0
- package/dist/src/utils/overlay.d.ts.map +1 -0
- package/dist/src/utils/storage.d.ts +3 -0
- package/dist/src/utils/storage.d.ts.map +1 -0
- package/dist/src/utils/useDebouncedValue.d.ts +4 -0
- package/dist/src/utils/useDebouncedValue.d.ts.map +1 -0
- package/dist/vue3-ui.css +1 -0
- package/package.json +65 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
(function(D,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(D=typeof globalThis<"u"?globalThis:D||self,e(D.PrefabsTechVue3UI={},D.Vue))})(this,function(D,e){"use strict";const gn=["aria-orientation"],Cn=["data-expanded"],bn=["aria-expanded","onClick"],yn=["src"],wn={key:0,class:"pane",role:"region"},kn={name:"Accordion"},En=e.defineComponent({...kn,props:{canSelfCollapse:{default:!1,required:!1,type:Boolean},defaultIndex:{default:0,required:!1,type:Number},direction:{default:"vertical",required:!1,type:String}},setup(t){const n=t,o=e.ref(n.defaultIndex),i=r=>{!n.canSelfCollapse||o.value!==r?o.value=r:o.value=-1},a=e.useSlots(),l=a?.default?a.default().filter(r=>r?.props?.title):null;return(r,s)=>e.unref(l)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["accordion",n.direction]),"aria-orientation":n.direction},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(l),(c,d)=>(e.openBlock(),e.createElementBlock("section",{key:d,"data-expanded":d===o.value},[e.createElementVNode("header",null,[e.createElementVNode("button",{tabindex:"0",type:"button","aria-expanded":d===o.value,onClick:u=>i(d)},[e.withDirectives(e.createElementVNode("img",{src:c?.props?.icon,class:"icon"},null,8,yn),[[e.vShow,c?.props?.icon]]),e.createElementVNode("span",null,e.toDisplayString(c?.props?.title),1)],8,bn)]),e.createVNode(e.Transition,{appear:"",name:"expand"},{default:e.withCtx(()=>[d===o.value?(e.openBlock(),e.createElementBlock("div",wn,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c)))])):e.createCommentVNode("",!0)]),_:2},1024)],8,Cn))),128))],10,gn)):e.createCommentVNode("",!0)}}),Bn={key:0,class:"icon-left"},Sn={key:1,class:"label"},Nn={key:2,class:"icon-right"},Dn={name:"BadgeComponent"},Vt=e.defineComponent({...Dn,props:{iconLeft:{default:null,type:String},iconRight:{default:null,type:String},label:{default:null,type:String},rounded:Boolean,severity:{default:"primary",type:String,validator:t=>["primary","secondary","alternate","success","danger","warning"].includes(t)}},setup(t){const n=t,o=e.useSlots(),i=e.computed(()=>["badge",n.rounded&&"rounded",n.severity].filter(Boolean).join(" "));return(a,l)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(i.value)},[t.iconLeft||e.unref(o).iconLeft?(e.openBlock(),e.createElementBlock("span",Bn,[e.renderSlot(a.$slots,"iconLeft",{},()=>[e.createElementVNode("i",{class:e.normalizeClass(t.iconLeft)},null,2)])])):e.createCommentVNode("",!0),t.label?(e.openBlock(),e.createElementBlock("div",Sn,e.toDisplayString(t.label),1)):e.createCommentVNode("",!0),t.iconRight||e.unref(o).iconRight?(e.openBlock(),e.createElementBlock("span",Nn,[e.renderSlot(a.$slots,"iconRight",{},()=>[e.createElementVNode("i",{class:e.normalizeClass(t.iconRight)},null,2)])])):e.createCommentVNode("",!0)],2))}}),Vn={name:"LoadingIcon"},ke=(t,n)=>{const o=t.__vccOpts||t;for(const[i,a]of n)o[i]=a;return o},$n={class:"loading"};function Tn(t,n,o,i,a,l){return e.openBlock(),e.createElementBlock("div",$n,"Loading")}const Ee=ke(Vn,[["render",Tn],["__scopeId","data-v-4c97cef5"]]),vn={key:0,class:"icon-left"},Ln={key:1,class:"label"},xn={key:2,class:"icon-right"},On={name:"ButtonElement"},Y=e.defineComponent({...On,props:{ariaLabel:{default:"button",type:String},disabled:{default:!1,type:Boolean},iconLeft:{default:null,type:[String,Boolean]},iconRight:{default:null,type:[String,Boolean]},label:{default:null,type:String},loading:{default:!1,type:Boolean},rounded:{default:!1,type:Boolean},severity:{default:"primary",type:String,validator:t=>["primary","secondary","alternate","success","danger","warning"].includes(t)},size:{default:"medium",type:String,validator:t=>["small","medium","large"].includes(t)},to:{default:null,type:String},title:{default:null,type:String},variant:{default:"filled",type:String,validator:t=>["outlined","filled","textOnly"].includes(t)}},emits:["click"],setup(t,{emit:n}){const o=n,i=t,a=e.useSlots(),l=e.computed(()=>["button",i.severity,i.size,i.variant==="textOnly"?"text-only":i.variant,!(i.label||a.label)&&"icon-only",i.loading&&"loading",i.rounded&&"rounded",s.value&&"disabled"].filter(Boolean).join(" ")),r=e.computed(()=>i.to?"link":"button"),s=e.computed(()=>i.disabled||i.loading);function c(){o("click")}return(d,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.to?"a":"button"),{"aria-label":t.ariaLabel,class:e.normalizeClass(l.value),disabled:!t.to&&s.value,href:t.to&&!s.value?t.to:null,role:r.value,title:t.title,onClick:u[0]||(u[0]=f=>!t.to&&c())},{default:e.withCtx(()=>[t.iconLeft||e.unref(a).iconLeft?(e.openBlock(),e.createElementBlock("span",vn,[e.renderSlot(d.$slots,"iconLeft",{},()=>[e.createElementVNode("i",{class:e.normalizeClass(t.iconLeft)},null,2)])])):e.createCommentVNode("",!0),d.$slots.label||t.label?(e.openBlock(),e.createElementBlock("div",Ln,[e.renderSlot(d.$slots,"label",{},()=>[e.createElementVNode("span",null,e.toDisplayString(t.label),1)])])):e.createCommentVNode("",!0),t.iconRight||e.unref(a).iconRight?(e.openBlock(),e.createElementBlock("span",xn,[e.renderSlot(d.$slots,"iconRight",{},()=>[e.createElementVNode("i",{class:e.normalizeClass(t.iconRight)},null,2)])])):e.createCommentVNode("",!0),t.loading?(e.openBlock(),e.createBlock(Ee,{key:3,class:"loading-button"})):e.createCommentVNode("",!0)]),_:3},8,["aria-label","class","disabled","href","role","title"]))}}),Mn={class:"card"},_n={key:0,class:"card-header"},In={class:"card-title"},Pn={class:"card-body"},An={key:1,class:"card-footer"},Fn={name:"Card"},$t=e.defineComponent({...Fn,props:{title:{type:String,default:void 0}},setup(t){return(n,o)=>(e.openBlock(),e.createElementBlock("div",Mn,[n.$slots.header||t.title?(e.openBlock(),e.createElementBlock("header",_n,[e.renderSlot(n.$slots,"header",{},()=>[e.createElementVNode("h3",In,e.toDisplayString(t.title),1)])])):e.createCommentVNode("",!0),e.createElementVNode("div",Pn,[e.renderSlot(n.$slots,"default")]),n.$slots.footer?(e.openBlock(),e.createElementBlock("footer",An,[e.renderSlot(n.$slots,"footer")])):e.createCommentVNode("",!0)]))}}),zn={class:"label"},jn={class:"value"},Rn={name:"DataElement"},Hn=e.defineComponent({...Rn,props:{caption:{type:String,required:!0},direction:{default:"vertical",type:String,validator:t=>["horizontal","vertical"].includes(t)},mode:{default:"attr",type:String,validator:t=>["attr","stat"].includes(t)},value:{default:"",type:[String,Number]}},setup(t){return(n,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["data",{"data-stat":t.mode==="stat"},`direction-${t.direction}`])},[e.createElementVNode("div",zn,[e.renderSlot(n.$slots,"caption",{},()=>[e.createTextVNode(e.toDisplayString(t.caption),1)])]),e.createElementVNode("div",jn,[e.renderSlot(n.$slots,"value",{},()=>[e.createTextVNode(e.toDisplayString(t.value),1)])])],2))}}),Zn=["disabled"],Gn={class:"label"},qn={name:"LoadingButton"},Wn=e.defineComponent({...qn,props:{disabled:{type:Boolean,default:!1},label:{type:String,required:!0},loading:{type:Boolean,default:!1}},emits:["click"],setup(t){return(n,o)=>(e.openBlock(),e.createElementBlock("button",{disabled:t.disabled||t.loading,class:e.normalizeClass(["loading-button",{loading:t.loading}]),onClick:o[0]||(o[0]=i=>n.$emit("click"))},[e.createElementVNode("div",Gn,[e.createElementVNode("span",null,e.toDisplayString(t.label),1)]),t.loading?(e.openBlock(),e.createBlock(Ee,{key:0})):e.createCommentVNode("",!0)],10,Zn))}}),Tt=ke(Wn,[["__scopeId","data-v-3fdbc7b3"]]),Yn={name:"SubPane"},Un={class:"sub-pane"};function Xn(t,n,o,i,a,l){return e.openBlock(),e.createElementBlock("div",Un)}const Kn=ke(Yn,[["render",Xn],["__scopeId","data-v-bf8003ec"]]);function Qn(t){return e.getCurrentScope()?(e.onScopeDispose(t),!0):!1}const Je=new WeakMap,Jn=(...t)=>{var n;const o=t[0],i=(n=e.getCurrentInstance())==null?void 0:n.proxy;if(i==null&&!e.hasInjectionContext())throw new Error("injectLocal must be called in setup");return i&&Je.has(i)&&o in Je.get(i)?Je.get(i)[o]:e.inject(...t)},vt=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const eo=Object.prototype.toString,to=t=>eo.call(t)==="[object Object]",he=()=>{},no=oo();function oo(){var t,n;return vt&&((t=window?.navigator)==null?void 0:t.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((n=window?.navigator)==null?void 0:n.maxTouchPoints)>2&&/iPad|Macintosh/.test(window?.navigator.userAgent))}function Lt(t){return t.endsWith("rem")?Number.parseFloat(t)*16:Number.parseFloat(t)}function io(t){return e.getCurrentInstance()}function et(t){return Array.isArray(t)?t:[t]}function ao(t,n=!0,o){io()?e.onMounted(t,o):n?t():e.nextTick(t)}function lo(t,n,o){return e.watch(t,n,{...o,immediate:!0})}const Ie=vt?window:void 0;function Be(t){var n;const o=e.toValue(t);return(n=o?.$el)!=null?n:o}function le(...t){const n=[],o=()=>{n.forEach(s=>s()),n.length=0},i=(s,c,d,u)=>(s.addEventListener(c,d,u),()=>s.removeEventListener(c,d,u)),a=e.computed(()=>{const s=et(e.toValue(t[0])).filter(c=>c!=null);return s.every(c=>typeof c!="string")?s:void 0}),l=lo(()=>{var s,c;return[(c=(s=a.value)==null?void 0:s.map(d=>Be(d)))!=null?c:[Ie].filter(d=>d!=null),et(e.toValue(a.value?t[1]:t[0])),et(e.unref(a.value?t[2]:t[1])),e.toValue(a.value?t[3]:t[2])]},([s,c,d,u])=>{if(o(),!s?.length||!c?.length||!d?.length)return;const f=to(u)?{...u}:u;n.push(...s.flatMap(p=>c.flatMap(k=>d.map(y=>i(p,k,y,f)))))},{flush:"post"}),r=()=>{l(),o()};return Qn(o),r}let xt=!1;function tt(t,n,o={}){const{window:i=Ie,ignore:a=[],capture:l=!0,detectIframe:r=!1,controls:s=!1}=o;if(!i)return s?{stop:he,cancel:he,trigger:he}:he;if(no&&!xt){xt=!0;const E={passive:!0};Array.from(i.document.body.children).forEach(N=>le(N,"click",he,E)),le(i.document.documentElement,"click",he,E)}let c=!0;const d=E=>e.toValue(a).some(N=>{if(typeof N=="string")return Array.from(i.document.querySelectorAll(N)).some(g=>g===E.target||E.composedPath().includes(g));{const g=Be(N);return g&&(E.target===g||E.composedPath().includes(g))}});function u(E){const N=e.toValue(E);return N&&N.$.subTree.shapeFlag===16}function f(E,N){const g=e.toValue(E),C=g.$.subTree&&g.$.subTree.children;return C==null||!Array.isArray(C)?!1:C.some(m=>m.el===N.target||N.composedPath().includes(m.el))}const p=E=>{const N=Be(t);if(E.target!=null&&!(!(N instanceof Element)&&u(t)&&f(t,E))&&!(!N||N===E.target||E.composedPath().includes(N))){if("detail"in E&&E.detail===0&&(c=!d(E)),!c){c=!0;return}n(E)}};let k=!1;const y=[le(i,"click",E=>{k||(k=!0,setTimeout(()=>{k=!1},0),p(E))},{passive:!0,capture:l}),le(i,"pointerdown",E=>{const N=Be(t);c=!d(E)&&!!(N&&!E.composedPath().includes(N))},{passive:!0}),r&&le(i,"blur",E=>{setTimeout(()=>{var N;const g=Be(t);((N=i.document.activeElement)==null?void 0:N.tagName)==="IFRAME"&&!g?.contains(i.document.activeElement)&&n(E)},0)},{passive:!0})].filter(Boolean),$=()=>y.forEach(E=>E());return s?{stop:$,cancel:()=>{c=!1},trigger:E=>{c=!0,p(E),c=!1}}:$}function ro(){const t=e.shallowRef(!1),n=e.getCurrentInstance();return n&&e.onMounted(()=>{t.value=!0},n),t}function so(t){const n=ro();return e.computed(()=>(n.value,!!t()))}const co=Symbol("vueuse-ssr-width");function fo(){const t=e.hasInjectionContext()?Jn(co,null):null;return typeof t=="number"?t:void 0}function uo(t,n={}){const{window:o=Ie,ssrWidth:i=fo()}=n,a=so(()=>o&&"matchMedia"in o&&typeof o.matchMedia=="function"),l=e.ref(typeof i=="number"),r=e.shallowRef(),s=e.shallowRef(!1),c=d=>{s.value=d.matches};return e.watchEffect(()=>{if(l.value){l.value=!a.value;const d=e.toValue(t).split(",");s.value=d.some(u=>{const f=u.includes("not all"),p=u.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/),k=u.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);let y=!!(p||k);return p&&y&&(y=i>=Lt(p[1])),k&&y&&(y=i<=Lt(k[1])),f?!y:y});return}a.value&&(r.value=o.matchMedia(e.toValue(t)),s.value=r.value.matches)}),le(r,"change",c,{passive:!0}),e.computed(()=>s.value)}function nt(t={}){const{window:n=Ie,initialWidth:o=Number.POSITIVE_INFINITY,initialHeight:i=Number.POSITIVE_INFINITY,listenOrientation:a=!0,includeScrollbar:l=!0,type:r="inner"}=t,s=e.ref(o),c=e.ref(i),d=()=>{if(n)if(r==="outer")s.value=n.outerWidth,c.value=n.outerHeight;else if(r==="visual"&&n.visualViewport){const{width:f,height:p,scale:k}=n.visualViewport;s.value=Math.round(f*k),c.value=Math.round(p*k)}else l?(s.value=n.innerWidth,c.value=n.innerHeight):(s.value=n.document.documentElement.clientWidth,c.value=n.document.documentElement.clientHeight)};d(),ao(d);const u={passive:!0};if(le("resize",d,u),n&&r==="visual"&&n.visualViewport&&le(n.visualViewport,"resize",d,u),a){const f=uo("(orientation: portrait)");e.watch(f,()=>d())}return{width:s,height:c}}const mo={class:"modal-wrapper"},ho={key:0,class:"modal-body"},po={class:"modal-footer"},go={name:"ConfirmationModal"},ot=e.defineComponent({...go,props:{divider:{default:!1,type:Boolean},disableBody:{default:!1,type:Boolean},disableHeader:{default:!1,type:Boolean}},emits:["on:confirm","on:close"],setup(t,{emit:n}){const o=n,i=t,a=e.ref();tt(a,c=>{s()});const l=e.computed(()=>["modal",i.divider&&"divided-modal"].filter(Boolean).join(" "));function r(){o("on:confirm")}function s(){o("on:close")}return(c,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(l.value)},[e.createElementVNode("div",mo,[e.createElementVNode("div",{ref_key:"dzangolabVueModal",ref:a,class:"modal-container"},[e.createElementVNode("div",{class:e.normalizeClass(["modal-header",{"disabled-header":t.disableHeader}])},[t.disableHeader?e.createCommentVNode("",!0):e.renderSlot(c.$slots,"header",{key:0},()=>[d[3]||(d[3]=e.createElementVNode("span",null,"Confirmation required",-1))]),(e.openBlock(),e.createElementBlock("svg",{"aria-label":"close modal",height:"1em",tabindex:"0",width:"1em",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",onClick:d[0]||(d[0]=u=>s())},d[4]||(d[4]=[e.createElementVNode("path",{fill:"currentColor",d:"M5.28 4.22a.75.75 0 0 0-1.06 1.06L6.94 8l-2.72 2.72a.75.75 0 1 0 1.06 1.06L8 9.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L9.06 8l2.72-2.72a.75.75 0 0 0-1.06-1.06L8 6.94z"},null,-1)])))],2),t.disableBody?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",ho,[e.renderSlot(c.$slots,"body",{},()=>[d[5]||(d[5]=e.createElementVNode("p",null,"Are you sure you want to proceed?",-1))])])),e.createElementVNode("div",po,[e.renderSlot(c.$slots,"footer",{},()=>[e.createVNode(Y,{size:"small",label:"Cancel",severity:"secondary",onClick:d[1]||(d[1]=u=>s())}),e.createVNode(Y,{size:"small",label:"Confirm",severity:"primary",onClick:d[2]||(d[2]=u=>r())})])])],512)])],2))}}),Co=["data-aria-orientation"],bo={name:"DividerElement"},yo=e.defineComponent({...bo,props:{orientation:{default:"horizontal",type:String,validator:t=>["horizontal","vertical"].includes(t)}},setup(t){return(n,o)=>(e.openBlock(),e.createElementBlock("div",{"data-aria-orientation":t.orientation,class:"divider",role:"separator"},null,8,Co))}}),Ot={year:"numeric",month:"short",day:"numeric"},wo={...Ot,hour:"numeric",minute:"numeric",hour12:!0},Mt=(t,n,o)=>{if(!t)return null;const i={...Ot,...o},a=new Date(t).toLocaleDateString(n||"en-GB",i);return a==="Invalid Date"?null:a},_t=(t,n,o)=>{if(!t)return null;const i={...wo,...o},a=new Date(t).toLocaleDateString(n||"en-GB",i);return a==="Invalid Date"?null:a},it=t=>{const{width:n,height:o}=nt(),i={top:t.top,bottom:o.value-t.bottom,left:t.left,right:n.value-t.right},a=Math.max(...Object.values(i));return Object.keys(i).find(l=>i[l]===a)||"bottom"},at=t=>{const n=[];let o=t.parentElement;for(;o;){const i=window.getComputedStyle(o);(["auto","scroll"].includes(i.overflow)||["auto","scroll"].includes(i.overflowX)||["auto","scroll"].includes(i.overflowY))&&n.push(o),o=o.parentElement}return n},It=t=>t==="sessionStorage"?sessionStorage:localStorage;let lt=null;function Pt(t,n){const o=e.ref();return new Promise(i=>{e.watch(()=>t,a=>{lt&&clearTimeout(lt),lt=setTimeout(()=>{o.value=a,i(o)},n)},{immediate:!0})})}const ko=["aria-expanded","aria-label"],Eo={name:"Popup"},At=e.defineComponent({...Eo,props:{ariaLabel:{default:"popup",type:String},offset:{type:Number,default:10},position:{type:String,default:null}},emits:["onClickOutside"],setup(t,{expose:n,emit:o}){const i=t,a=o,l=e.useSlots(),r=e.ref(null),s=e.ref(null),c=e.ref(null),d=e.ref(!1),u=e.ref("bottom"),f=e.ref({top:"0",left:"0"}),p=e.ref([]),{width:k,height:y}=nt(),$=e.computed(()=>!!l.content);e.onBeforeUnmount(()=>{window.removeEventListener("scroll",N),window.removeEventListener("resize",N),p.value.forEach(({element:g,listener:C})=>{g.removeEventListener("scroll",C)})});const E=()=>{d.value=!d.value,d.value?e.nextTick(()=>{N(),window.addEventListener("scroll",N),window.addEventListener("resize",N),r.value&&at(r.value).forEach(C=>{const m=()=>N();C.addEventListener("scroll",m),p.value.push({element:C,listener:m})})}):(window.removeEventListener("scroll",N),window.removeEventListener("resize",N),p.value.forEach(({element:g,listener:C})=>{g.removeEventListener("scroll",C)}),p.value=[])},N=()=>{if(!c.value||!s.value)return;const g=c.value.getBoundingClientRect(),C=s.value.getBoundingClientRect();let m=0,w=0;const b=i.position||it(g),L=k.value-g.right<100,j=y.value-(g.bottom+C.height+i.offset)>=0,A=g.top-C.height-i.offset>=0;switch(b){case"top":m=A?g.top-C.height-i.offset:g.bottom+i.offset,w=L?g.right-C.width:g.left;break;case"bottom":m=j?g.bottom+i.offset:g.top-C.height-i.offset,w=L?g.right-C.width:g.left;break;case"left":w=g.left-C.width-i.offset,m=g.top;break;case"right":w=g.left+g.width+i.offset,m=g.top;break}const ee=y.value-(m+C.height),q=m;if(d.value=q>=0&&ee>=0,b==="right"||b==="left")w=Math.max(0,w);else{w+C.width>k.value&&(w=k.value-C.width),w=Math.max(0,w);const ie=y.value-C.height;m=Math.min(Math.max(m,0),ie)}f.value={top:`${m}px`,left:`${w}px`},u.value=b};return tt(r,()=>{d.value=!1,a("onClickOutside")}),n({isVisible:d,togglePopup:E}),(g,C)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"dzangolabVueUIPopup",ref:r,class:"popup-container"},[e.createElementVNode("div",{ref_key:"dzangolabVueUIPopupTrigger",ref:c,"aria-expanded":!!d.value,"aria-label":t.ariaLabel,class:"popup-trigger",onClick:E},[e.renderSlot(g.$slots,"default")],8,ko),d.value&&$.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"dzangolabVueUIPopupContent",ref:s,class:e.normalizeClass(["popup-content",u.value]),style:e.normalizeStyle(f.value)},[e.renderSlot(g.$slots,"content")],6)):e.createCommentVNode("",!0)],512))}}),Bo=["aria-label"],So={key:1,fill:"#0f0f0f",height:"1.5rem",stroke:"#0f0f0f",width:"1.5rem","xml:space":"preserve",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 1792 1792"},No=["aria-label"],Do=["aria-disabled","onClick"],Vo={class:"menu-item"},$o={name:"Dropdown"},To=e.defineComponent({...$o,props:{icon:{default:void 0,type:String},label:{type:String,default:null},menu:{required:!0,type:Array}},emits:["select"],setup(t,{emit:n}){const o=t,i=n,a=e.ref(),l=e.computed(()=>o.menu.filter(s=>s.display!==!1)),r=s=>{s.disabled||(i("select",s),a.value.isVisible=!1)};return(s,c)=>(e.openBlock(),e.createBlock(At,{ref_key:"popup",ref:a,class:"dropdown-menu",position:"bottom",tabindex:"0"},{content:e.withCtx(()=>[e.createElementVNode("ul",{class:"dropdown-menu","aria-label":t.label+"dropdown menu",tabindex:"0"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,d=>(e.openBlock(),e.createElementBlock("li",{key:d.label,"aria-disabled":d.disabled?"true":"false",class:e.normalizeClass([[{disabled:d.disabled},d.class],"menu-item"]),tabindex:"0",onClick:u=>r(d)},[e.createElementVNode("span",Vo,[e.renderSlot(s.$slots,"`icon-${menuItem.key}`",{},()=>[e.createElementVNode("i",{class:e.normalizeClass(d.icon)},null,2)]),e.createTextVNode(" "+e.toDisplayString(d.label),1)])],10,Do))),128))],8,No)]),default:e.withCtx(()=>[e.createElementVNode("div",{"aria-label":(t.label??"")+" dropdown",class:e.normalizeClass([{triggered:a.value?.isVisible},"dropdown-menu-trigger"])},[e.renderSlot(s.$slots,"default",{},()=>[t.label?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("span",null,e.toDisplayString(t.label),1),c[0]||(c[0]=e.createElementVNode("svg",{class:"dropdown-icon",fill:"none",height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("g",{"stroke-width":"0"}),e.createElementVNode("g",{"stroke-linecap":"round","stroke-linejoin":"round"}),e.createElementVNode("g",null,[e.createElementVNode("path",{d:"M5.70711 9.71069C5.31658 10.1012 5.31658 10.7344 5.70711 11.1249L10.5993 16.0123C11.3805 16.7927 12.6463 16.7924 13.4271 16.0117L18.3174 11.1213C18.708 10.7308 18.708 10.0976 18.3174 9.70708C17.9269 9.31655 17.2937 9.31655 16.9032 9.70708L12.7176 13.8927C12.3271 14.2833 11.6939 14.2832 11.3034 13.8927L7.12132 9.71069C6.7308 9.32016 6.09763 9.32016 5.70711 9.71069Z",fill:"#0F0F0F"})])],-1))],64)):(e.openBlock(),e.createElementBlock("svg",So,c[1]||(c[1]=[e.createElementVNode("g",{"stroke-width":"0"},null,-1),e.createElementVNode("g",{"stroke-linecap":"round","stroke-linejoin":"round"},null,-1),e.createElementVNode("g",null,[e.createElementVNode("circle",{cx:"321.4",cy:"896.2",r:"171.2"}),e.createElementVNode("circle",{cx:"898.3",cy:"896.2",r:"171.2"}),e.createElementVNode("circle",{cx:"1469",cy:"896.2",r:"171.2"})],-1)])))])],10,Bo)]),_:3},512))}}),vo={class:"error"},Lo={class:"code"},xo={name:"Error"},Ft=e.defineComponent({...xo,props:{error:{required:!0,type:Object}},setup(t){return(n,o)=>(e.openBlock(),e.createElementBlock("p",vo,[e.createTextVNode(e.toDisplayString(t.error.message)+" ",1),e.createElementVNode("span",Lo,"("+e.toDisplayString(t.error.code)+")",1)]))}}),Oo={class:"errors"},Mo={key:1},_o={name:"Errors"},Io=e.defineComponent({..._o,props:{errors:{required:!0,type:Array}},setup(t){return(n,o)=>(e.openBlock(),e.createElementBlock("div",Oo,[t.errors.length===1?(e.openBlock(),e.createBlock(Ft,{key:0,error:t.errors[0]},null,8,["error"])):(e.openBlock(),e.createElementBlock("ul",Mo,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.errors,(i,a)=>(e.openBlock(),e.createElementBlock("li",{key:a},[e.createVNode(Ft,{error:i},null,8,["error"])]))),128))]))]))}}),Po={class:"confirmation-file-actions"},Ao={name:"ConfirmationFileActions"},Fo=e.defineComponent({...Ao,props:{archiveConfirmationHeader:{default:"Archive file?",type:String},archiveConfirmationMessage:{default:"Are you sure you want to archive this file?",type:String},deleteConfirmationHeader:{default:"Delete file?",type:String},deleteConfirmationMessage:{default:"Are you sure you want to delete this file?",type:String},showArchiveConfirmation:Boolean,showDeleteConfirmation:Boolean},emits:["on:closeArchive","on:closeDelete","on:confirmArchive","on:confirmDelete"],setup(t){return(n,o)=>(e.openBlock(),e.createElementBlock("div",Po,[t.showArchiveConfirmation?(e.openBlock(),e.createBlock(ot,{key:0,"onOn:close":o[0]||(o[0]=i=>n.$emit("on:closeArchive")),"onOn:confirm":o[1]||(o[1]=i=>n.$emit("on:confirmArchive"))},{header:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.archiveConfirmationHeader),1)]),body:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.archiveConfirmationMessage),1)]),_:1})):e.createCommentVNode("",!0),t.showDeleteConfirmation?(e.openBlock(),e.createBlock(ot,{key:1,"onOn:close":o[2]||(o[2]=i=>n.$emit("on:closeDelete")),"onOn:confirm":o[3]||(o[3]=i=>n.$emit("on:confirmDelete"))},{header:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.deleteConfirmationHeader),1)]),body:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.deleteConfirmationMessage),1)]),_:1})):e.createCommentVNode("",!0)]))}}),zo={class:"file-thumbnail-details-wrapper"},jo={key:0,class:"file-thumbnail"},Ro={class:"details-wrapper"},Ho={class:"name-description-details-wrapper"},Zo={key:0,class:"name"},Go={key:1,class:"file-size"},qo={key:0,class:"description-wrapper-details"},Wo={key:0,class:"file-upload-download-details-wrapper"},Yo={key:0,class:"file-upload-details"},Uo={key:0,class:"uploaded-by"},Xo={key:1,class:"uploaded-at"},Ko={key:1,class:"file-download-details"},Qo={key:0,class:"download-count"},Jo={key:1,class:"last-downloaded-at"},ei={key:0,class:"file-actions"},ti={name:"FileCard"},zt=e.defineComponent({...ti,props:{actionButtonsVisibility:{default:()=>({archive:!0,delete:!0,download:!0,share:!0,view:!0}),type:Object},allowEditDescription:Boolean,archiveButtonProps:{default:()=>{},type:Object},deleteButtonProps:{default:()=>{},type:Object},downloadButtonProps:{default:()=>{},type:Object},editDescriptionButtonProps:{default:()=>{},type:Object},file:{type:Object,required:!0},messages:{default:()=>{},type:Object},shareButtonProps:{default:()=>{},type:Object},showThumbnail:{default:!0,type:Boolean},viewButtonProps:{default:()=>({severity:"secondary"}),type:Object},visibilityDetail:{default:()=>({actions:!0,description:!0,downloadCount:!0,lastDownloadedAt:!0,originalFileName:!0,size:!0,uploadedAt:!0,uploadedBy:!0}),type:Object}},emits:["click:editDescription","on:archive","on:delete","on:download","on:share","on:view"],setup(t,{emit:n}){const o=t,i=n,a=e.ref(!1),l=e.ref(!1),r=u=>u.uploadedBy?u.uploadedBy.givenName||u.uploadedBy.lastName?`${u.uploadedBy.givenName||""} ${u.uploadedBy.lastName||""}`:u.uploadedBy.email:"—",s=u=>{switch(u){case"archive":case"delete":case"download":case"share":case"view":i(`on:${u}`,o.file);break}},c=()=>{s("archive"),a.value=!1},d=()=>{s("delete"),l.value=!1};return(u,f)=>(e.openBlock(),e.createBlock($t,{class:"file-card"},{default:e.withCtx(()=>[e.createElementVNode("div",zo,[t.showThumbnail||u.$slots.thumbnail?(e.openBlock(),e.createElementBlock("div",jo,[e.renderSlot(u.$slots,"thumbnail",{},()=>[f[8]||(f[8]=e.createElementVNode("svg",{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M18.53 9L13 3.47C12.8595 3.32931 12.6688 3.25018 12.47 3.25H8C7.27065 3.25 6.57118 3.53973 6.05546 4.05546C5.53973 4.57118 5.25 5.27065 5.25 6V18C5.25 18.7293 5.53973 19.4288 6.05546 19.9445C6.57118 20.4603 7.27065 20.75 8 20.75H16C16.7293 20.75 17.4288 20.4603 17.9445 19.9445C18.4603 19.4288 18.75 18.7293 18.75 18V9.5C18.7421 9.3116 18.6636 9.13309 18.53 9ZM13.25 5.81L16.19 8.75H13.25V5.81ZM16 19.25H8C7.66848 19.25 7.35054 19.1183 7.11612 18.8839C6.8817 18.6495 6.75 18.3315 6.75 18V6C6.75 5.66848 6.8817 5.35054 7.11612 5.11612C7.35054 4.8817 7.66848 4.75 8 4.75H11.75V9.5C11.7526 9.69811 11.8324 9.88737 11.9725 10.0275C12.1126 10.1676 12.3019 10.2474 12.5 10.25H17.25V18C17.25 18.3315 17.1183 18.6495 16.8839 18.8839C16.6495 19.1183 16.3315 19.25 16 19.25Z",fill:"currentColor"}),e.createElementVNode("path",{d:"M13.49 14.85C12.8751 14.4642 12.4124 13.8778 12.18 13.19C12.3953 12.5467 12.4603 11.8625 12.37 11.19C12.3412 11.0206 12.2586 10.865 12.1344 10.7462C12.0102 10.6274 11.8511 10.5518 11.6806 10.5305C11.5101 10.5092 11.3372 10.5433 11.1876 10.6279C11.038 10.7125 10.9197 10.843 10.85 11C10.7362 11.8085 10.822 12.6325 11.1 13.4C10.7202 14.2873 10.2963 15.1551 9.83001 16C9.12001 16.4 8.15001 17 8.00001 17.69C7.88001 18.25 8.93001 19.69 10.72 16.57C11.5159 16.2746 12.3312 16.034 13.16 15.85C13.7727 16.2003 14.4561 16.4088 15.16 16.46C15.3216 16.4642 15.4809 16.4206 15.6178 16.3345C15.7546 16.2484 15.863 16.1238 15.9292 15.9764C15.9955 15.8289 16.0167 15.6651 15.9901 15.5056C15.9636 15.3462 15.8905 15.1981 15.78 15.08C15.36 14.65 14.11 14.77 13.49 14.85ZM8.71001 17.85C8.99025 17.3705 9.36034 16.9495 9.80001 16.61C9.12001 17.69 8.71001 17.88 8.71001 17.86V17.85ZM11.63 11.04C11.89 11.04 11.87 12.19 11.69 12.5C11.5544 12.0285 11.5338 11.5312 11.63 11.05V11.04ZM10.76 15.92C11.0988 15.3019 11.3929 14.6602 11.64 14C11.9049 14.493 12.2734 14.9229 12.72 15.26C12.0491 15.4281 11.3934 15.6522 10.76 15.93V15.92ZM15.46 15.74C15.46 15.74 15.28 15.96 14.13 15.46C15.38 15.38 15.59 15.67 15.46 15.75V15.74Z",fill:"currentColor"})],-1))])])):e.createCommentVNode("",!0),e.createElementVNode("div",Ro,[e.createElementVNode("div",Ho,[e.createElementVNode("div",null,[t.visibilityDetail.originalFileName?(e.openBlock(),e.createElementBlock("span",Zo,e.toDisplayString(t.file.originalFileName),1)):e.createCommentVNode("",!0),t.file.size&&t.visibilityDetail.size?(e.openBlock(),e.createElementBlock("span",Go," ("+e.toDisplayString(t.file.size)+") ",1)):e.createCommentVNode("",!0)]),t.file.description&&t.visibilityDetail.description?(e.openBlock(),e.createElementBlock("div",qo,[e.createElementVNode("span",null,e.toDisplayString(t.file.description),1),t.allowEditDescription?(e.openBlock(),e.createBlock(Y,e.mergeProps({key:0},t.editDescriptionButtonProps,{size:"small",variant:"outlined",onClick:f[0]||(f[0]=p=>u.$emit("click:editDescription"))}),{iconLeft:e.withCtx(()=>f[9]||(f[9]=[e.createElementVNode("svg",{fill:"none",width:"20",viewBox:"0 -0.5 25 25",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M13.2942 7.95881C13.5533 7.63559 13.5013 7.16358 13.178 6.90453C12.8548 6.64549 12.3828 6.6975 12.1238 7.02072L13.2942 7.95881ZM6.811 14.8488L7.37903 15.3385C7.38489 15.3317 7.39062 15.3248 7.39623 15.3178L6.811 14.8488ZM6.64 15.2668L5.89146 15.2179L5.8908 15.2321L6.64 15.2668ZM6.5 18.2898L5.7508 18.2551C5.74908 18.2923 5.75013 18.3296 5.75396 18.3667L6.5 18.2898ZM7.287 18.9768L7.31152 19.7264C7.36154 19.7247 7.41126 19.7181 7.45996 19.7065L7.287 18.9768ZM10.287 18.2658L10.46 18.9956L10.4716 18.9927L10.287 18.2658ZM10.672 18.0218L11.2506 18.4991L11.2571 18.491L10.672 18.0218ZM17.2971 10.959C17.5562 10.6358 17.5043 10.1638 17.1812 9.90466C16.8581 9.64552 16.386 9.69742 16.1269 10.0206L17.2971 10.959ZM12.1269 7.02052C11.8678 7.34365 11.9196 7.81568 12.2428 8.07484C12.5659 8.33399 13.0379 8.28213 13.2971 7.95901L12.1269 7.02052ZM14.3 5.50976L14.8851 5.97901C14.8949 5.96672 14.9044 5.95412 14.9135 5.94123L14.3 5.50976ZM15.929 5.18976L16.4088 4.61332C16.3849 4.59344 16.3598 4.57507 16.3337 4.5583L15.929 5.18976ZM18.166 7.05176L18.6968 6.52192C18.6805 6.50561 18.6635 6.49007 18.6458 6.47532L18.166 7.05176ZM18.5029 7.87264L19.2529 7.87676V7.87676L18.5029 7.87264ZM18.157 8.68976L17.632 8.15412C17.6108 8.17496 17.5908 8.19704 17.5721 8.22025L18.157 8.68976ZM16.1271 10.0203C15.8678 10.3433 15.9195 10.8153 16.2425 11.0746C16.5655 11.3339 17.0376 11.2823 17.2969 10.9593L16.1271 10.0203ZM13.4537 7.37862C13.3923 6.96898 13.0105 6.68666 12.6009 6.74805C12.1912 6.80943 11.9089 7.19127 11.9703 7.60091L13.4537 7.37862ZM16.813 11.2329C17.2234 11.1772 17.5109 10.7992 17.4552 10.3888C17.3994 9.97834 17.0215 9.69082 16.611 9.74659L16.813 11.2329ZM12.1238 7.02072L6.22577 14.3797L7.39623 15.3178L13.2942 7.95881L12.1238 7.02072ZM6.24297 14.359C6.03561 14.5995 5.91226 14.9011 5.89159 15.218L7.38841 15.3156C7.38786 15.324 7.38457 15.3321 7.37903 15.3385L6.24297 14.359ZM5.8908 15.2321L5.7508 18.2551L7.2492 18.3245L7.3892 15.3015L5.8908 15.2321ZM5.75396 18.3667C5.83563 19.1586 6.51588 19.7524 7.31152 19.7264L7.26248 18.2272C7.25928 18.2273 7.25771 18.2268 7.25669 18.2264C7.25526 18.2259 7.25337 18.2249 7.25144 18.2232C7.2495 18.2215 7.24825 18.2198 7.24754 18.2185C7.24703 18.2175 7.24637 18.216 7.24604 18.2128L5.75396 18.3667ZM7.45996 19.7065L10.46 18.9955L10.114 17.536L7.11404 18.247L7.45996 19.7065ZM10.4716 18.9927C10.7771 18.9151 11.05 18.7422 11.2506 18.499L10.0934 17.5445C10.0958 17.5417 10.0989 17.5397 10.1024 17.5388L10.4716 18.9927ZM11.2571 18.491L17.2971 10.959L16.1269 10.0206L10.0869 17.5526L11.2571 18.491ZM13.2971 7.95901L14.8851 5.97901L13.7149 5.04052L12.1269 7.02052L13.2971 7.95901ZM14.9135 5.94123C15.0521 5.74411 15.3214 5.6912 15.5243 5.82123L16.3337 4.5583C15.4544 3.99484 14.2873 4.2241 13.6865 5.0783L14.9135 5.94123ZM15.4492 5.7662L17.6862 7.6282L18.6458 6.47532L16.4088 4.61332L15.4492 5.7662ZM17.6352 7.58161C17.7111 7.6577 17.7535 7.761 17.7529 7.86852L19.2529 7.87676C19.2557 7.36905 19.0555 6.88127 18.6968 6.52192L17.6352 7.58161ZM17.7529 7.86852C17.7524 7.97604 17.7088 8.07886 17.632 8.15412L18.682 9.22541C19.0446 8.87002 19.2501 8.38447 19.2529 7.87676L17.7529 7.86852ZM17.5721 8.22025L16.1271 10.0203L17.2969 10.9593L18.7419 9.15928L17.5721 8.22025ZM11.9703 7.60091C12.3196 9.93221 14.4771 11.5503 16.813 11.2329L16.611 9.74659C15.0881 9.95352 13.6815 8.89855 13.4537 7.37862L11.9703 7.60091Z",fill:"currentColor"})],-1)])),_:1},16)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),t.visibilityDetail.uploadedAt||t.visibilityDetail.uploadedBy||t.visibilityDetail.lastDownloadedAt||t.visibilityDetail.downloadCount?(e.openBlock(),e.createElementBlock("div",Wo,[t.visibilityDetail.uploadedAt||t.visibilityDetail.uploadedBy?(e.openBlock(),e.createElementBlock("div",Yo,[t.visibilityDetail.uploadedBy?(e.openBlock(),e.createElementBlock("div",Uo,[e.createElementVNode("span",null,e.toDisplayString(t.messages?.uploadedByHeader||"Uploaded by"),1),e.createElementVNode("span",null,e.toDisplayString(r(t.file)),1)])):e.createCommentVNode("",!0),t.visibilityDetail.uploadedAt?(e.openBlock(),e.createElementBlock("div",Xo,[e.createElementVNode("span",null,e.toDisplayString(t.messages?.uploadedAtHeader||"Uploaded at"),1),e.createElementVNode("span",null,e.toDisplayString(e.unref(_t)(t.file.uploadedAt)),1)])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),t.visibilityDetail.downloadCount||t.visibilityDetail.lastDownloadedAt?(e.openBlock(),e.createElementBlock("div",Ko,[t.visibilityDetail.downloadCount?(e.openBlock(),e.createElementBlock("div",Qo,[e.createElementVNode("span",null,e.toDisplayString(t.messages?.downloadCountHeader||"Downloads:"),1),e.createElementVNode("span",null,e.toDisplayString(t.file.downloadCount),1)])):e.createCommentVNode("",!0),t.visibilityDetail.lastDownloadedAt?(e.openBlock(),e.createElementBlock("div",Jo,[e.createElementVNode("span",null,e.toDisplayString(t.messages?.lastDownloadedAtHeader||"Last download:"),1),e.createElementVNode("span",null,e.toDisplayString(e.unref(Mt)(Number(t.file.lastDownloadedAt))),1)])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])]),t.visibilityDetail.actions?(e.openBlock(),e.createElementBlock("div",ei,[t.actionButtonsVisibility.archive?(e.openBlock(),e.createBlock(Y,e.mergeProps({key:0},t.archiveButtonProps,{label:t.messages?.archiveAction||"Archive",size:"small",onClick:f[1]||(f[1]=p=>a.value=!0)}),{iconLeft:e.withCtx(()=>f[10]||(f[10]=[e.createElementVNode("svg",{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M4 19V6.2C4 5.0799 4 4.51984 4.21799 4.09202C4.40973 3.71569 4.71569 3.40973 5.09202 3.21799C5.51984 3 6.0799 3 7.2 3H16.8C17.9201 3 18.4802 3 18.908 3.21799C19.2843 3.40973 19.5903 3.71569 19.782 4.09202C20 4.51984 20 5.0799 20 6.2V17H6C4.89543 17 4 17.8954 4 19ZM4 19C4 20.1046 4.89543 21 6 21H20M9 7H15M9 11H15M19 17V21",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"})],-1)])),_:1},16,["label"])):e.createCommentVNode("",!0),t.actionButtonsVisibility.delete?(e.openBlock(),e.createBlock(Y,e.mergeProps({key:1},t.deleteButtonProps,{label:t.messages?.deleteAction||"Delete",size:"small",onClick:f[2]||(f[2]=p=>l.value=!0)}),{iconLeft:e.withCtx(()=>f[11]||(f[11]=[e.createElementVNode("svg",{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M4 6H20M16 6L15.7294 5.18807C15.4671 4.40125 15.3359 4.00784 15.0927 3.71698C14.8779 3.46013 14.6021 3.26132 14.2905 3.13878C13.9376 3 13.523 3 12.6936 3H11.3064C10.477 3 10.0624 3 9.70951 3.13878C9.39792 3.26132 9.12208 3.46013 8.90729 3.71698C8.66405 4.00784 8.53292 4.40125 8.27064 5.18807L8 6M18 6V16.2C18 17.8802 18 18.7202 17.673 19.362C17.3854 19.9265 16.9265 20.3854 16.362 20.673C15.7202 21 14.8802 21 13.2 21H10.8C9.11984 21 8.27976 21 7.63803 20.673C7.07354 20.3854 6.6146 19.9265 6.32698 19.362C6 18.7202 6 17.8802 6 16.2V6M14 10V17M10 10V17",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"})],-1)])),_:1},16,["label"])):e.createCommentVNode("",!0),t.actionButtonsVisibility.download?(e.openBlock(),e.createBlock(Y,e.mergeProps({key:2},t.downloadButtonProps,{label:t.messages?.downloadAction||"Download",size:"small",onClick:f[3]||(f[3]=p=>s("download"))}),{iconLeft:e.withCtx(()=>f[12]||(f[12]=[e.createElementVNode("svg",{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M12.5535 16.5061C12.4114 16.6615 12.2106 16.75 12 16.75C11.7894 16.75 11.5886 16.6615 11.4465 16.5061L7.44648 12.1311C7.16698 11.8254 7.18822 11.351 7.49392 11.0715C7.79963 10.792 8.27402 10.8132 8.55352 11.1189L11.25 14.0682V3C11.25 2.58579 11.5858 2.25 12 2.25C12.4142 2.25 12.75 2.58579 12.75 3V14.0682L15.4465 11.1189C15.726 10.8132 16.2004 10.792 16.5061 11.0715C16.8118 11.351 16.833 11.8254 16.5535 12.1311L12.5535 16.5061Z",fill:"currentColor"}),e.createElementVNode("path",{d:"M3.75 15C3.75 14.5858 3.41422 14.25 3 14.25C2.58579 14.25 2.25 14.5858 2.25 15V15.0549C2.24998 16.4225 2.24996 17.5248 2.36652 18.3918C2.48754 19.2919 2.74643 20.0497 3.34835 20.6516C3.95027 21.2536 4.70814 21.5125 5.60825 21.6335C6.47522 21.75 7.57754 21.75 8.94513 21.75H15.0549C16.4225 21.75 17.5248 21.75 18.3918 21.6335C19.2919 21.5125 20.0497 21.2536 20.6517 20.6516C21.2536 20.0497 21.5125 19.2919 21.6335 18.3918C21.75 17.5248 21.75 16.4225 21.75 15.0549V15C21.75 14.5858 21.4142 14.25 21 14.25C20.5858 14.25 20.25 14.5858 20.25 15C20.25 16.4354 20.2484 17.4365 20.1469 18.1919C20.0482 18.9257 19.8678 19.3142 19.591 19.591C19.3142 19.8678 18.9257 20.0482 18.1919 20.1469C17.4365 20.2484 16.4354 20.25 15 20.25H9C7.56459 20.25 6.56347 20.2484 5.80812 20.1469C5.07435 20.0482 4.68577 19.8678 4.40901 19.591C4.13225 19.3142 3.9518 18.9257 3.85315 18.1919C3.75159 17.4365 3.75 16.4354 3.75 15Z",fill:"currentColor"})],-1)])),_:1},16,["label"])):e.createCommentVNode("",!0),t.actionButtonsVisibility.share?(e.openBlock(),e.createBlock(Y,e.mergeProps({key:3},t.shareButtonProps,{label:t.messages?.shareAction||"Share",size:"small",onClick:f[4]||(f[4]=p=>s("share"))}),{iconLeft:e.withCtx(()=>f[13]||(f[13]=[e.createElementVNode("svg",{fill:"none",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{"clip-rule":"evenodd",d:"M16.5 2.25C14.7051 2.25 13.25 3.70507 13.25 5.5C13.25 5.69591 13.2673 5.88776 13.3006 6.07412L8.56991 9.38558C8.54587 9.4024 8.52312 9.42038 8.50168 9.43939C7.94993 9.00747 7.25503 8.75 6.5 8.75C4.70507 8.75 3.25 10.2051 3.25 12C3.25 13.7949 4.70507 15.25 6.5 15.25C7.25503 15.25 7.94993 14.9925 8.50168 14.5606C8.52312 14.5796 8.54587 14.5976 8.56991 14.6144L13.3006 17.9259C13.2673 18.1122 13.25 18.3041 13.25 18.5C13.25 20.2949 14.7051 21.75 16.5 21.75C18.2949 21.75 19.75 20.2949 19.75 18.5C19.75 16.7051 18.2949 15.25 16.5 15.25C15.4472 15.25 14.5113 15.7506 13.9174 16.5267L9.43806 13.3911C9.63809 12.9694 9.75 12.4978 9.75 12C9.75 11.5022 9.63809 11.0306 9.43806 10.6089L13.9174 7.4733C14.5113 8.24942 15.4472 8.75 16.5 8.75C18.2949 8.75 19.75 7.29493 19.75 5.5C19.75 3.70507 18.2949 2.25 16.5 2.25ZM14.75 5.5C14.75 4.5335 15.5335 3.75 16.5 3.75C17.4665 3.75 18.25 4.5335 18.25 5.5C18.25 6.4665 17.4665 7.25 16.5 7.25C15.5335 7.25 14.75 6.4665 14.75 5.5ZM6.5 10.25C5.5335 10.25 4.75 11.0335 4.75 12C4.75 12.9665 5.5335 13.75 6.5 13.75C7.4665 13.75 8.25 12.9665 8.25 12C8.25 11.0335 7.4665 10.25 6.5 10.25ZM16.5 16.75C15.5335 16.75 14.75 17.5335 14.75 18.5C14.75 19.4665 15.5335 20.25 16.5 20.25C17.4665 20.25 18.25 19.4665 18.25 18.5C18.25 17.5335 17.4665 16.75 16.5 16.75Z",fill:"currentColor","fill-rule":"evenodd"})],-1)])),_:1},16,["label"])):e.createCommentVNode("",!0),t.actionButtonsVisibility.view?(e.openBlock(),e.createBlock(Y,e.mergeProps({key:4},t.viewButtonProps,{label:t.messages?.viewAction||"View",size:"small",onClick:f[5]||(f[5]=p=>s("view"))}),{iconLeft:e.withCtx(()=>f[14]||(f[14]=[e.createElementVNode("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{d:"M15.0007 12C15.0007 13.6569 13.6576 15 12.0007 15C10.3439 15 9.00073 13.6569 9.00073 12C9.00073 10.3431 10.3439 9 12.0007 9C13.6576 9 15.0007 10.3431 15.0007 12Z",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"}),e.createElementVNode("path",{d:"M12.0012 5C7.52354 5 3.73326 7.94288 2.45898 12C3.73324 16.0571 7.52354 19 12.0012 19C16.4788 19 20.2691 16.0571 21.5434 12C20.2691 7.94291 16.4788 5 12.0012 5Z",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"})],-1)])),_:1},16,["label"])):e.createCommentVNode("",!0),e.createVNode(Fo,{"archive-confirmation-header":t.messages?.archiveConfirmationHeader,"archive-confirmation-message":t.messages?.archiveConfirmationMessage,"delete-confirmation-header":t.messages?.deleteConfirmationHeader,"delete-confirmation-message":t.messages?.deleteConfirmationMessage,"show-archive-confirmation":a.value,"show-delete-confirmation":l.value,"onOn:closeArchive":f[6]||(f[6]=p=>a.value=!1),"onOn:closeDelete":f[7]||(f[7]=p=>l.value=!1),"onOn:confirmArchive":c,"onOn:confirmDelete":d},null,8,["archive-confirmation-header","archive-confirmation-message","delete-confirmation-header","delete-confirmation-message","show-archive-confirmation","show-delete-confirmation"])])):e.createCommentVNode("",!0)]),_:3}))}}),ni={class:"file-list-wrapper"},oi={name:"FilesList"},ii=e.defineComponent({...oi,props:{actionButtonsVisibility:{default:()=>({archive:!0,delete:!0,download:!0,edit:!0,share:!0,view:!0}),type:Object},archiveButtonProps:{default:()=>{},type:Object},deleteButtonProps:{default:()=>{},type:Object},downloadButtonProps:{default:()=>{},type:Object},editDescriptionButtonProps:{default:()=>{},type:Object},files:{required:!0,type:Array},messages:{default:()=>{},type:Object},shareButtonProps:{default:()=>{},type:Object},showThumbnail:{default:!0,type:Boolean},viewButtonProps:{default:void 0,type:Object},fileDetailVisibility:{default:()=>({actions:!0,description:!0,downloadCount:!0,lastDownloadedAt:!0,originalFileName:!0,size:!0,uploadedAt:!0,uploadedBy:!0}),type:Object}},emits:["action:archive","action:delete","action:download","action:edit","action:share","action:view"],setup(t,{emit:n}){const o=n,i=(a,l)=>{switch(a){case"archive":case"delete":case"download":case"edit":case"share":case"view":o(`action:${a}`,l);break}};return(a,l)=>(e.openBlock(),e.createElementBlock("div",ni,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.files,r=>(e.openBlock(),e.createBlock(zt,{key:r.originalFileName,"action-buttons-visibility":t.actionButtonsVisibility,"allow-edit-description":t.actionButtonsVisibility?.edit,"archive-button-props":t.archiveButtonProps,"delete-button-props":t.deleteButtonProps,"download-button-props":t.downloadButtonProps,"edit-description-button-props":t.editDescriptionButtonProps,file:r,messages:t.messages,"share-button-props":t.shareButtonProps,"show-thumbnail":t.showThumbnail,"view-button-props":t.viewButtonProps,"visibility-detail":t.fileDetailVisibility,"onClick:editDescription":s=>i("edit",r),"onOn:archive":s=>i("archive",r),"onOn:delete":s=>i("delete",r),"onOn:download":s=>i("download",r),"onOn:share":s=>i("share",r),"onOn:view":s=>i("view",r)},e.createSlots({_:2},[a.$slots.thumbnail?{name:"thumbnail",fn:e.withCtx(()=>[e.renderSlot(a.$slots,"thumbnail")]),key:"0"}:void 0]),1032,["action-buttons-visibility","allow-edit-description","archive-button-props","delete-button-props","download-button-props","edit-description-button-props","file","messages","share-button-props","show-thumbnail","view-button-props","visibility-detail","onClick:editDescription","onOn:archive","onOn:delete","onOn:download","onOn:share","onOn:view"]))),128))]))}}),ai={class:"field debounce-input"},li=["aria-label","disabled","placeholder","type","value"],ri={name:"DebouncedInput"},si=e.defineComponent({...ri,props:{ariaLabel:{default:"input",type:String},debounceTime:{default:500,required:!1,type:Number},disabled:{default:!1,type:Boolean},modelValue:{default:"",required:!1,type:[String,Number]},placeholder:{default:"Search...",required:!1,type:String},type:{default:"text",required:!1,type:String}},emits:["update:modelValue"],setup(t,{emit:n}){const o=t,i=n,a=l=>{const r=l.target.value;Pt(r,o.debounceTime).then(()=>{i("update:modelValue",r)})};return(l,r)=>(e.openBlock(),e.createElementBlock("div",ai,[e.createElementVNode("input",{"aria-label":t.ariaLabel??t.placeholder,disabled:t.disabled,placeholder:t.placeholder,type:t.type,value:t.modelValue,class:"input-field",onInput:a},null,40,li)]))}}),ci={name:"GridContainer"},di={class:"grid-container"};function fi(t,n,o,i,a,l){return e.openBlock(),e.createElementBlock("div",di,[e.renderSlot(t.$slots,"default")])}const ui=ke(ci,[["render",fi]]),mi={key:0,class:"loading-page"},hi={name:"LoadingPage"},jt=e.defineComponent({...hi,props:{loading:{default:!1,type:Boolean}},setup(t){return(n,o)=>t.loading?(e.openBlock(),e.createElementBlock("div",mi,[e.createVNode(Ee,{class:"loading-icon"})])):e.createCommentVNode("",!0)}}),pi={class:"message-content"},gi={key:1},Ci={name:"Message"},bi=e.defineComponent({...Ci,props:{enableClose:{default:!1,type:Boolean},icon:{default:null,type:String},message:{required:!0,type:String||Array},severity:{type:String,default:"info",validator:t=>["danger","info","success","warning"].includes(t)},showIcon:{default:!0,type:Boolean}},emits:["close"],setup(t,{emit:n}){const o=n,i=e.useSlots(),a=e.ref(!0),l=()=>{a.value=!1,o("close")};return(r,s)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["message",t.severity])},[t.icon||e.unref(i).icon||t.showIcon?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["icon",{default:!t.icon&&!e.unref(i).icon&&t.showIcon}])},[(t.icon||e.unref(i).icon)&&t.showIcon?e.renderSlot(r.$slots,"icon",{key:0},()=>[e.createElementVNode("i",{class:e.normalizeClass(t.icon)},null,2)]):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),e.createElementVNode("div",pi,[e.renderSlot(r.$slots,"default",{},()=>[Array.isArray(t.message)?t.message.length?(e.openBlock(),e.createElementBlock("ul",gi,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.message,(c,d)=>(e.openBlock(),e.createElementBlock("li",{key:`message-${d}`},e.toDisplayString(c),1))),128))])):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(t.message),1)],64))])]),t.enableClose?(e.openBlock(),e.createElementBlock("span",{key:1,class:"close-message",onClick:s[0]||(s[0]=c=>l())})):e.createCommentVNode("",!0)],2)),[[e.vShow,a.value]])}}),yi={class:"modal"},wi={class:"overlay"},ki={class:"header"},Ei={key:0,role:"heading"},Bi={key:0,class:"content"},Si={key:1,class:"footer"},Ni={name:"Modal"},Di=e.defineComponent({...Ni,props:{dismissOnClickOut:{default:!0,type:Boolean},show:{default:!1,type:Boolean},title:{default:"",type:String}},emits:["on:close"],setup(t,{emit:n}){const o=e.ref(),i=n,a=t,l=e.useSlots();tt(o,s=>{a.dismissOnClickOut&&r()});const r=()=>{i("on:close")};return(s,c)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",yi,[e.createElementVNode("div",wi,[e.createElementVNode("div",{ref_key:"dzangolabVueModal",ref:o,class:e.normalizeClass(["dialog",{active:t.show}])},[e.createElementVNode("div",ki,[e.renderSlot(s.$slots,"header",{},()=>[t.title?(e.openBlock(),e.createElementBlock("span",Ei,e.toDisplayString(t.title),1)):e.createCommentVNode("",!0)]),(e.openBlock(),e.createElementBlock("svg",{"aria-label":"close modal",height:"1.5rem",tabindex:"0",width:"1.5rem",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",onClick:c[0]||(c[0]=d=>r())},c[1]||(c[1]=[e.createElementVNode("path",{fill:"currentColor",d:"M5.28 4.22a.75.75 0 0 0-1.06 1.06L6.94 8l-2.72 2.72a.75.75 0 1 0 1.06 1.06L8 9.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L9.06 8l2.72-2.72a.75.75 0 0 0-1.06-1.06L8 6.94z"},null,-1)])))]),e.unref(l).default?(e.openBlock(),e.createElementBlock("div",Bi,[e.renderSlot(s.$slots,"default")])):e.createCommentVNode("",!0),e.unref(l).footer?(e.openBlock(),e.createElementBlock("div",Si,[e.renderSlot(s.$slots,"footer")])):e.createCommentVNode("",!0)],2)])],512)),[[e.vShow,t.show]])}}),Vi=["data-centered"],$i={class:"page-header"},Ti={class:"page-title-wrapper"},vi={class:"title"},Li={key:0,class:"title-tag"},xi={key:0},Oi={class:"page-toolbar"},Mi={class:"page-content"},_i={name:"Page"},Rt=e.defineComponent({..._i,props:{centered:Boolean,loading:Boolean,subTitle:{default:void 0,required:!1,type:String},title:{default:void 0,required:!1,type:String},titleElement:{default:"h1",type:String,validator:t=>["h1","h2","h3","h4","h5","h6"].includes(t)},titleTag:{default:void 0,type:String}},setup(t){return(n,o)=>(e.openBlock(),e.createElementBlock("div",{class:"page","data-centered":t.centered},[e.createElementVNode("div",$i,[e.createElementVNode("div",Ti,[e.createElementVNode("div",vi,[t.title?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.titleElement),{key:0},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.title),1)]),_:1})):e.createCommentVNode("",!0),e.renderSlot(n.$slots,"titleTag",{},()=>[t.titleTag?(e.openBlock(),e.createElementBlock("span",Li,[e.createVNode(Vt,{label:t.titleTag},null,8,["label"])])):e.createCommentVNode("",!0)])]),e.renderSlot(n.$slots,"subtitle",{},()=>[t.subTitle?(e.openBlock(),e.createElementBlock("small",xi,e.toDisplayString(t.subTitle),1)):e.createCommentVNode("",!0)])]),e.createElementVNode("div",Oi,[e.renderSlot(n.$slots,"toolbar")])]),e.createElementVNode("div",Mi,[e.renderSlot(n.$slots,"default"),e.createVNode(jt,{loading:t.loading},null,8,["loading"])])],8,Vi))}}),Ii={class:"menu"},Pi=["onClick"],Ai={name:"ResponsiveMenu"},Fi=e.defineComponent({...Ai,props:{routes:{required:!0,type:Array},activeRoute:{default:"",required:!1,type:String}},emits:["change-route"],setup(t){return(n,o)=>{const i=e.resolveComponent("router-link");return e.openBlock(),e.createElementBlock("nav",Ii,[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.routes,(a,l)=>(e.openBlock(),e.createElementBlock("li",{key:l,class:e.normalizeClass({active:t.activeRoute===a.route}),onClick:r=>n.$emit("change-route",a.route)},[e.createVNode(i,{to:{name:a.route}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.name),1)]),_:2},1032,["to"])],10,Pi))),128))])])}}});/*!
|
|
2
|
+
* vue-draggable-next v2.2.0
|
|
3
|
+
* (c) 2023 Anish George
|
|
4
|
+
* @license MIT
|
|
5
|
+
*//**!
|
|
6
|
+
* Sortable 1.14.0
|
|
7
|
+
* @author RubaXa <trash@rubaxa.org>
|
|
8
|
+
* @author owenm <owen23355@gmail.com>
|
|
9
|
+
* @license MIT
|
|
10
|
+
*/function Ht(t,n){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);n&&(i=i.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),o.push.apply(o,i)}return o}function K(t){for(var n=1;n<arguments.length;n++){var o=arguments[n]!=null?arguments[n]:{};n%2?Ht(Object(o),!0).forEach(function(i){zi(t,i,o[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):Ht(Object(o)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(o,i))})}return t}function Pe(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Pe=function(n){return typeof n}:Pe=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},Pe(t)}function zi(t,n,o){return n in t?Object.defineProperty(t,n,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[n]=o,t}function te(){return te=Object.assign||function(t){for(var n=1;n<arguments.length;n++){var o=arguments[n];for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(t[i]=o[i])}return t},te.apply(this,arguments)}function ji(t,n){if(t==null)return{};var o={},i=Object.keys(t),a,l;for(l=0;l<i.length;l++)a=i[l],!(n.indexOf(a)>=0)&&(o[a]=t[a]);return o}function Ri(t,n){if(t==null)return{};var o=ji(t,n),i,a;if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(t);for(a=0;a<l.length;a++)i=l[a],!(n.indexOf(i)>=0)&&Object.prototype.propertyIsEnumerable.call(t,i)&&(o[i]=t[i])}return o}var Hi="1.14.0";function ne(t){if(typeof window<"u"&&window.navigator)return!!navigator.userAgent.match(t)}var oe=ne(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),Se=ne(/Edge/i),Zt=ne(/firefox/i),Ne=ne(/safari/i)&&!ne(/chrome/i)&&!ne(/android/i),Gt=ne(/iP(ad|od|hone)/i),Zi=ne(/chrome/i)&&ne(/android/i),qt={capture:!1,passive:!1};function v(t,n,o){t.addEventListener(n,o,!oe&&qt)}function T(t,n,o){t.removeEventListener(n,o,!oe&&qt)}function Ae(t,n){if(n){if(n[0]===">"&&(n=n.substring(1)),t)try{if(t.matches)return t.matches(n);if(t.msMatchesSelector)return t.msMatchesSelector(n);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(n)}catch{return!1}return!1}}function Gi(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function Q(t,n,o,i){if(t){o=o||document;do{if(n!=null&&(n[0]===">"?t.parentNode===o&&Ae(t,n):Ae(t,n))||i&&t===o)return t;if(t===o)break}while(t=Gi(t))}return null}var Wt=/\s+/g;function H(t,n,o){if(t&&n)if(t.classList)t.classList[o?"add":"remove"](n);else{var i=(" "+t.className+" ").replace(Wt," ").replace(" "+n+" "," ");t.className=(i+(o?" "+n:"")).replace(Wt," ")}}function B(t,n,o){var i=t&&t.style;if(i){if(o===void 0)return document.defaultView&&document.defaultView.getComputedStyle?o=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(o=t.currentStyle),n===void 0?o:o[n];!(n in i)&&n.indexOf("webkit")===-1&&(n="-webkit-"+n),i[n]=o+(typeof o=="string"?"":"px")}}function pe(t,n){var o="";if(typeof t=="string")o=t;else do{var i=B(t,"transform");i&&i!=="none"&&(o=i+" "+o)}while(!n&&(t=t.parentNode));var a=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return a&&new a(o)}function Yt(t,n,o){if(t){var i=t.getElementsByTagName(n),a=0,l=i.length;if(o)for(;a<l;a++)o(i[a],a);return i}return[]}function J(){var t=document.scrollingElement;return t||document.documentElement}function I(t,n,o,i,a){if(!(!t.getBoundingClientRect&&t!==window)){var l,r,s,c,d,u,f;if(t!==window&&t.parentNode&&t!==J()?(l=t.getBoundingClientRect(),r=l.top,s=l.left,c=l.bottom,d=l.right,u=l.height,f=l.width):(r=0,s=0,c=window.innerHeight,d=window.innerWidth,u=window.innerHeight,f=window.innerWidth),(n||o)&&t!==window&&(a=a||t.parentNode,!oe))do if(a&&a.getBoundingClientRect&&(B(a,"transform")!=="none"||o&&B(a,"position")!=="static")){var p=a.getBoundingClientRect();r-=p.top+parseInt(B(a,"border-top-width")),s-=p.left+parseInt(B(a,"border-left-width")),c=r+l.height,d=s+l.width;break}while(a=a.parentNode);if(i&&t!==window){var k=pe(a||t),y=k&&k.a,$=k&&k.d;k&&(r/=$,s/=y,f/=y,u/=$,c=r+u,d=s+f)}return{top:r,left:s,bottom:c,right:d,width:f,height:u}}}function Ut(t,n,o){for(var i=re(t,!0),a=I(t)[n];i;){var l=I(i)[o],r=void 0;if(r=a>=l,!r)return i;if(i===J())break;i=re(i,!1)}return!1}function ge(t,n,o,i){for(var a=0,l=0,r=t.children;l<r.length;){if(r[l].style.display!=="none"&&r[l]!==S.ghost&&(i||r[l]!==S.dragged)&&Q(r[l],o.draggable,t,!1)){if(a===n)return r[l];a++}l++}return null}function rt(t,n){for(var o=t.lastElementChild;o&&(o===S.ghost||B(o,"display")==="none"||n&&!Ae(o,n));)o=o.previousElementSibling;return o||null}function W(t,n){var o=0;if(!t||!t.parentNode)return-1;for(;t=t.previousElementSibling;)t.nodeName.toUpperCase()!=="TEMPLATE"&&t!==S.clone&&(!n||Ae(t,n))&&o++;return o}function Xt(t){var n=0,o=0,i=J();if(t)do{var a=pe(t),l=a.a,r=a.d;n+=t.scrollLeft*l,o+=t.scrollTop*r}while(t!==i&&(t=t.parentNode));return[n,o]}function qi(t,n){for(var o in t)if(t.hasOwnProperty(o)){for(var i in n)if(n.hasOwnProperty(i)&&n[i]===t[o][i])return Number(o)}return-1}function re(t,n){if(!t||!t.getBoundingClientRect)return J();var o=t,i=!1;do if(o.clientWidth<o.scrollWidth||o.clientHeight<o.scrollHeight){var a=B(o);if(o.clientWidth<o.scrollWidth&&(a.overflowX=="auto"||a.overflowX=="scroll")||o.clientHeight<o.scrollHeight&&(a.overflowY=="auto"||a.overflowY=="scroll")){if(!o.getBoundingClientRect||o===document.body)return J();if(i||n)return o;i=!0}}while(o=o.parentNode);return J()}function Wi(t,n){if(t&&n)for(var o in n)n.hasOwnProperty(o)&&(t[o]=n[o]);return t}function st(t,n){return Math.round(t.top)===Math.round(n.top)&&Math.round(t.left)===Math.round(n.left)&&Math.round(t.height)===Math.round(n.height)&&Math.round(t.width)===Math.round(n.width)}var De;function Kt(t,n){return function(){if(!De){var o=arguments,i=this;o.length===1?t.call(i,o[0]):t.apply(i,o),De=setTimeout(function(){De=void 0},n)}}}function Yi(){clearTimeout(De),De=void 0}function Qt(t,n,o){t.scrollLeft+=n,t.scrollTop+=o}function Jt(t){var n=window.Polymer,o=window.jQuery||window.Zepto;return n&&n.dom?n.dom(t).cloneNode(!0):o?o(t).clone(!0)[0]:t.cloneNode(!0)}var Z="Sortable"+new Date().getTime();function Ui(){var t=[],n;return{captureAnimationState:function(){if(t=[],!!this.options.animation){var i=[].slice.call(this.el.children);i.forEach(function(a){if(!(B(a,"display")==="none"||a===S.ghost)){t.push({target:a,rect:I(a)});var l=K({},t[t.length-1].rect);if(a.thisAnimationDuration){var r=pe(a,!0);r&&(l.top-=r.f,l.left-=r.e)}a.fromRect=l}})}},addAnimationState:function(i){t.push(i)},removeAnimationState:function(i){t.splice(qi(t,{target:i}),1)},animateAll:function(i){var a=this;if(!this.options.animation){clearTimeout(n),typeof i=="function"&&i();return}var l=!1,r=0;t.forEach(function(s){var c=0,d=s.target,u=d.fromRect,f=I(d),p=d.prevFromRect,k=d.prevToRect,y=s.rect,$=pe(d,!0);$&&(f.top-=$.f,f.left-=$.e),d.toRect=f,d.thisAnimationDuration&&st(p,f)&&!st(u,f)&&(y.top-f.top)/(y.left-f.left)===(u.top-f.top)/(u.left-f.left)&&(c=Ki(y,p,k,a.options)),st(f,u)||(d.prevFromRect=u,d.prevToRect=f,c||(c=a.options.animation),a.animate(d,y,f,c)),c&&(l=!0,r=Math.max(r,c),clearTimeout(d.animationResetTimer),d.animationResetTimer=setTimeout(function(){d.animationTime=0,d.prevFromRect=null,d.fromRect=null,d.prevToRect=null,d.thisAnimationDuration=null},c),d.thisAnimationDuration=c)}),clearTimeout(n),l?n=setTimeout(function(){typeof i=="function"&&i()},r):typeof i=="function"&&i(),t=[]},animate:function(i,a,l,r){if(r){B(i,"transition",""),B(i,"transform","");var s=pe(this.el),c=s&&s.a,d=s&&s.d,u=(a.left-l.left)/(c||1),f=(a.top-l.top)/(d||1);i.animatingX=!!u,i.animatingY=!!f,B(i,"transform","translate3d("+u+"px,"+f+"px,0)"),this.forRepaintDummy=Xi(i),B(i,"transition","transform "+r+"ms"+(this.options.easing?" "+this.options.easing:"")),B(i,"transform","translate3d(0,0,0)"),typeof i.animated=="number"&&clearTimeout(i.animated),i.animated=setTimeout(function(){B(i,"transition",""),B(i,"transform",""),i.animated=!1,i.animatingX=!1,i.animatingY=!1},r)}}}}function Xi(t){return t.offsetWidth}function Ki(t,n,o,i){return Math.sqrt(Math.pow(n.top-t.top,2)+Math.pow(n.left-t.left,2))/Math.sqrt(Math.pow(n.top-o.top,2)+Math.pow(n.left-o.left,2))*i.animation}var Ce=[],ct={initializeByDefault:!0},Ve={mount:function(n){for(var o in ct)ct.hasOwnProperty(o)&&!(o in n)&&(n[o]=ct[o]);Ce.forEach(function(i){if(i.pluginName===n.pluginName)throw"Sortable: Cannot mount plugin ".concat(n.pluginName," more than once")}),Ce.push(n)},pluginEvent:function(n,o,i){var a=this;this.eventCanceled=!1,i.cancel=function(){a.eventCanceled=!0};var l=n+"Global";Ce.forEach(function(r){o[r.pluginName]&&(o[r.pluginName][l]&&o[r.pluginName][l](K({sortable:o},i)),o.options[r.pluginName]&&o[r.pluginName][n]&&o[r.pluginName][n](K({sortable:o},i)))})},initializePlugins:function(n,o,i,a){Ce.forEach(function(s){var c=s.pluginName;if(!(!n.options[c]&&!s.initializeByDefault)){var d=new s(n,o,n.options);d.sortable=n,d.options=n.options,n[c]=d,te(i,d.defaults)}});for(var l in n.options)if(n.options.hasOwnProperty(l)){var r=this.modifyOption(n,l,n.options[l]);typeof r<"u"&&(n.options[l]=r)}},getEventProperties:function(n,o){var i={};return Ce.forEach(function(a){typeof a.eventProperties=="function"&&te(i,a.eventProperties.call(o[a.pluginName],n))}),i},modifyOption:function(n,o,i){var a;return Ce.forEach(function(l){n[l.pluginName]&&l.optionListeners&&typeof l.optionListeners[o]=="function"&&(a=l.optionListeners[o].call(n[l.pluginName],i))}),a}};function Qi(t){var n=t.sortable,o=t.rootEl,i=t.name,a=t.targetEl,l=t.cloneEl,r=t.toEl,s=t.fromEl,c=t.oldIndex,d=t.newIndex,u=t.oldDraggableIndex,f=t.newDraggableIndex,p=t.originalEvent,k=t.putSortable,y=t.extraEventProperties;if(n=n||o&&o[Z],!!n){var $,E=n.options,N="on"+i.charAt(0).toUpperCase()+i.substr(1);window.CustomEvent&&!oe&&!Se?$=new CustomEvent(i,{bubbles:!0,cancelable:!0}):($=document.createEvent("Event"),$.initEvent(i,!0,!0)),$.to=r||o,$.from=s||o,$.item=a||o,$.clone=l,$.oldIndex=c,$.newIndex=d,$.oldDraggableIndex=u,$.newDraggableIndex=f,$.originalEvent=p,$.pullMode=k?k.lastPutMode:void 0;var g=K(K({},y),Ve.getEventProperties(i,n));for(var C in g)$[C]=g[C];o&&o.dispatchEvent($),E[N]&&E[N].call(n,$)}}var Ji=["evt"],R=function(n,o){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=i.evt,l=Ri(i,Ji);Ve.pluginEvent.bind(S)(n,o,K({dragEl:h,parentEl:O,ghostEl:V,rootEl:x,nextEl:fe,lastDownEl:Fe,cloneEl:M,cloneHidden:se,dragStarted:Te,putSortable:P,activeSortable:S.active,originalEvent:a,oldIndex:be,oldDraggableIndex:$e,newIndex:G,newDraggableIndex:ce,hideGhostForTarget:rn,unhideGhostForTarget:sn,cloneNowHidden:function(){se=!0},cloneNowShown:function(){se=!1},dispatchSortableEvent:function(s){z({sortable:o,name:s,originalEvent:a})}},l))};function z(t){Qi(K({putSortable:P,cloneEl:M,targetEl:h,rootEl:x,oldIndex:be,oldDraggableIndex:$e,newIndex:G,newDraggableIndex:ce},t))}var h,O,V,x,fe,Fe,M,se,be,G,$e,ce,ze,P,ye=!1,je=!1,Re=[],ue,U,dt,ft,en,tn,Te,we,ve,Le=!1,He=!1,Ze,F,ut=[],mt=!1,Ge=[],qe=typeof document<"u",We=Gt,nn=Se||oe?"cssFloat":"float",ea=qe&&!Zi&&!Gt&&"draggable"in document.createElement("div"),on=function(){if(qe){if(oe)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto",t.style.pointerEvents==="auto"}}(),an=function(n,o){var i=B(n),a=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),l=ge(n,0,o),r=ge(n,1,o),s=l&&B(l),c=r&&B(r),d=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+I(l).width,u=c&&parseInt(c.marginLeft)+parseInt(c.marginRight)+I(r).width;if(i.display==="flex")return i.flexDirection==="column"||i.flexDirection==="column-reverse"?"vertical":"horizontal";if(i.display==="grid")return i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(l&&s.float&&s.float!=="none"){var f=s.float==="left"?"left":"right";return r&&(c.clear==="both"||c.clear===f)?"vertical":"horizontal"}return l&&(s.display==="block"||s.display==="flex"||s.display==="table"||s.display==="grid"||d>=a&&i[nn]==="none"||r&&i[nn]==="none"&&d+u>a)?"vertical":"horizontal"},ta=function(n,o,i){var a=i?n.left:n.top,l=i?n.right:n.bottom,r=i?n.width:n.height,s=i?o.left:o.top,c=i?o.right:o.bottom,d=i?o.width:o.height;return a===s||l===c||a+r/2===s+d/2},na=function(n,o){var i;return Re.some(function(a){var l=a[Z].options.emptyInsertThreshold;if(!(!l||rt(a))){var r=I(a),s=n>=r.left-l&&n<=r.right+l,c=o>=r.top-l&&o<=r.bottom+l;if(s&&c)return i=a}}),i},ln=function(n){function o(l,r){return function(s,c,d,u){var f=s.options.group.name&&c.options.group.name&&s.options.group.name===c.options.group.name;if(l==null&&(r||f))return!0;if(l==null||l===!1)return!1;if(r&&l==="clone")return l;if(typeof l=="function")return o(l(s,c,d,u),r)(s,c,d,u);var p=(r?s:c).options.group.name;return l===!0||typeof l=="string"&&l===p||l.join&&l.indexOf(p)>-1}}var i={},a=n.group;(!a||Pe(a)!="object")&&(a={name:a}),i.name=a.name,i.checkPull=o(a.pull,!0),i.checkPut=o(a.put),i.revertClone=a.revertClone,n.group=i},rn=function(){!on&&V&&B(V,"display","none")},sn=function(){!on&&V&&B(V,"display","")};qe&&document.addEventListener("click",function(t){if(je)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),je=!1,!1},!0);var me=function(n){if(h){n=n.touches?n.touches[0]:n;var o=na(n.clientX,n.clientY);if(o){var i={};for(var a in n)n.hasOwnProperty(a)&&(i[a]=n[a]);i.target=i.rootEl=o,i.preventDefault=void 0,i.stopPropagation=void 0,o[Z]._onDragOver(i)}}},oa=function(n){h&&h.parentNode[Z]._isOutsideThisEl(n.target)};function S(t,n){if(!(t&&t.nodeType&&t.nodeType===1))throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=n=te({},n),t[Z]=this;var o={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return an(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(r,s){r.setData("Text",s.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:S.supportPointer!==!1&&"PointerEvent"in window&&!Ne,emptyInsertThreshold:5};Ve.initializePlugins(this,t,o);for(var i in o)!(i in n)&&(n[i]=o[i]);ln(n);for(var a in this)a.charAt(0)==="_"&&typeof this[a]=="function"&&(this[a]=this[a].bind(this));this.nativeDraggable=n.forceFallback?!1:ea,this.nativeDraggable&&(this.options.touchStartThreshold=1),n.supportPointer?v(t,"pointerdown",this._onTapStart):(v(t,"mousedown",this._onTapStart),v(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(v(t,"dragover",this),v(t,"dragenter",this)),Re.push(this.el),n.store&&n.store.get&&this.sort(n.store.get(this)||[]),te(this,Ui())}S.prototype={constructor:S,_isOutsideThisEl:function(n){!this.el.contains(n)&&n!==this.el&&(we=null)},_getDirection:function(n,o){return typeof this.options.direction=="function"?this.options.direction.call(this,n,o,h):this.options.direction},_onTapStart:function(n){if(n.cancelable){var o=this,i=this.el,a=this.options,l=a.preventOnFilter,r=n.type,s=n.touches&&n.touches[0]||n.pointerType&&n.pointerType==="touch"&&n,c=(s||n).target,d=n.target.shadowRoot&&(n.path&&n.path[0]||n.composedPath&&n.composedPath()[0])||c,u=a.filter;if(fa(i),!h&&!(/mousedown|pointerdown/.test(r)&&n.button!==0||a.disabled)&&!d.isContentEditable&&!(!this.nativeDraggable&&Ne&&c&&c.tagName.toUpperCase()==="SELECT")&&(c=Q(c,a.draggable,i,!1),!(c&&c.animated)&&Fe!==c)){if(be=W(c),$e=W(c,a.draggable),typeof u=="function"){if(u.call(this,n,c,this)){z({sortable:o,rootEl:d,name:"filter",targetEl:c,toEl:i,fromEl:i}),R("filter",o,{evt:n}),l&&n.cancelable&&n.preventDefault();return}}else if(u&&(u=u.split(",").some(function(f){if(f=Q(d,f.trim(),i,!1),f)return z({sortable:o,rootEl:f,name:"filter",targetEl:c,fromEl:i,toEl:i}),R("filter",o,{evt:n}),!0}),u)){l&&n.cancelable&&n.preventDefault();return}a.handle&&!Q(d,a.handle,i,!1)||this._prepareDragStart(n,s,c)}}},_prepareDragStart:function(n,o,i){var a=this,l=a.el,r=a.options,s=l.ownerDocument,c;if(i&&!h&&i.parentNode===l){var d=I(i);if(x=l,h=i,O=h.parentNode,fe=h.nextSibling,Fe=i,ze=r.group,S.dragged=h,ue={target:h,clientX:(o||n).clientX,clientY:(o||n).clientY},en=ue.clientX-d.left,tn=ue.clientY-d.top,this._lastX=(o||n).clientX,this._lastY=(o||n).clientY,h.style["will-change"]="all",c=function(){if(R("delayEnded",a,{evt:n}),S.eventCanceled){a._onDrop();return}a._disableDelayedDragEvents(),!Zt&&a.nativeDraggable&&(h.draggable=!0),a._triggerDragStart(n,o),z({sortable:a,name:"choose",originalEvent:n}),H(h,r.chosenClass,!0)},r.ignore.split(",").forEach(function(u){Yt(h,u.trim(),ht)}),v(s,"dragover",me),v(s,"mousemove",me),v(s,"touchmove",me),v(s,"mouseup",a._onDrop),v(s,"touchend",a._onDrop),v(s,"touchcancel",a._onDrop),Zt&&this.nativeDraggable&&(this.options.touchStartThreshold=4,h.draggable=!0),R("delayStart",this,{evt:n}),r.delay&&(!r.delayOnTouchOnly||o)&&(!this.nativeDraggable||!(Se||oe))){if(S.eventCanceled){this._onDrop();return}v(s,"mouseup",a._disableDelayedDrag),v(s,"touchend",a._disableDelayedDrag),v(s,"touchcancel",a._disableDelayedDrag),v(s,"mousemove",a._delayedDragTouchMoveHandler),v(s,"touchmove",a._delayedDragTouchMoveHandler),r.supportPointer&&v(s,"pointermove",a._delayedDragTouchMoveHandler),a._dragStartTimer=setTimeout(c,r.delay)}else c()}},_delayedDragTouchMoveHandler:function(n){var o=n.touches?n.touches[0]:n;Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){h&&ht(h),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var n=this.el.ownerDocument;T(n,"mouseup",this._disableDelayedDrag),T(n,"touchend",this._disableDelayedDrag),T(n,"touchcancel",this._disableDelayedDrag),T(n,"mousemove",this._delayedDragTouchMoveHandler),T(n,"touchmove",this._delayedDragTouchMoveHandler),T(n,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(n,o){o=o||n.pointerType=="touch"&&n,!this.nativeDraggable||o?this.options.supportPointer?v(document,"pointermove",this._onTouchMove):o?v(document,"touchmove",this._onTouchMove):v(document,"mousemove",this._onTouchMove):(v(h,"dragend",this),v(x,"dragstart",this._onDragStart));try{document.selection?Ue(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch{}},_dragStarted:function(n,o){if(ye=!1,x&&h){R("dragStarted",this,{evt:o}),this.nativeDraggable&&v(document,"dragover",oa);var i=this.options;!n&&H(h,i.dragClass,!1),H(h,i.ghostClass,!0),S.active=this,n&&this._appendGhost(),z({sortable:this,name:"start",originalEvent:o})}else this._nulling()},_emulateDragOver:function(){if(U){this._lastX=U.clientX,this._lastY=U.clientY,rn();for(var n=document.elementFromPoint(U.clientX,U.clientY),o=n;n&&n.shadowRoot&&(n=n.shadowRoot.elementFromPoint(U.clientX,U.clientY),n!==o);)o=n;if(h.parentNode[Z]._isOutsideThisEl(n),o)do{if(o[Z]){var i=void 0;if(i=o[Z]._onDragOver({clientX:U.clientX,clientY:U.clientY,target:n,rootEl:o}),i&&!this.options.dragoverBubble)break}n=o}while(o=o.parentNode);sn()}},_onTouchMove:function(n){if(ue){var o=this.options,i=o.fallbackTolerance,a=o.fallbackOffset,l=n.touches?n.touches[0]:n,r=V&&pe(V,!0),s=V&&r&&r.a,c=V&&r&&r.d,d=We&&F&&Xt(F),u=(l.clientX-ue.clientX+a.x)/(s||1)+(d?d[0]-ut[0]:0)/(s||1),f=(l.clientY-ue.clientY+a.y)/(c||1)+(d?d[1]-ut[1]:0)/(c||1);if(!S.active&&!ye){if(i&&Math.max(Math.abs(l.clientX-this._lastX),Math.abs(l.clientY-this._lastY))<i)return;this._onDragStart(n,!0)}if(V){r?(r.e+=u-(dt||0),r.f+=f-(ft||0)):r={a:1,b:0,c:0,d:1,e:u,f};var p="matrix(".concat(r.a,",").concat(r.b,",").concat(r.c,",").concat(r.d,",").concat(r.e,",").concat(r.f,")");B(V,"webkitTransform",p),B(V,"mozTransform",p),B(V,"msTransform",p),B(V,"transform",p),dt=u,ft=f,U=l}n.cancelable&&n.preventDefault()}},_appendGhost:function(){if(!V){var n=this.options.fallbackOnBody?document.body:x,o=I(h,!0,We,!0,n),i=this.options;if(We){for(F=n;B(F,"position")==="static"&&B(F,"transform")==="none"&&F!==document;)F=F.parentNode;F!==document.body&&F!==document.documentElement?(F===document&&(F=J()),o.top+=F.scrollTop,o.left+=F.scrollLeft):F=J(),ut=Xt(F)}V=h.cloneNode(!0),H(V,i.ghostClass,!1),H(V,i.fallbackClass,!0),H(V,i.dragClass,!0),B(V,"transition",""),B(V,"transform",""),B(V,"box-sizing","border-box"),B(V,"margin",0),B(V,"top",o.top),B(V,"left",o.left),B(V,"width",o.width),B(V,"height",o.height),B(V,"opacity","0.8"),B(V,"position",We?"absolute":"fixed"),B(V,"zIndex","100000"),B(V,"pointerEvents","none"),S.ghost=V,n.appendChild(V),B(V,"transform-origin",en/parseInt(V.style.width)*100+"% "+tn/parseInt(V.style.height)*100+"%")}},_onDragStart:function(n,o){var i=this,a=n.dataTransfer,l=i.options;if(R("dragStart",this,{evt:n}),S.eventCanceled){this._onDrop();return}R("setupClone",this),S.eventCanceled||(M=Jt(h),M.draggable=!1,M.style["will-change"]="",this._hideClone(),H(M,this.options.chosenClass,!1),S.clone=M),i.cloneId=Ue(function(){R("clone",i),!S.eventCanceled&&(i.options.removeCloneOnHide||x.insertBefore(M,h),i._hideClone(),z({sortable:i,name:"clone"}))}),!o&&H(h,l.dragClass,!0),o?(je=!0,i._loopId=setInterval(i._emulateDragOver,50)):(T(document,"mouseup",i._onDrop),T(document,"touchend",i._onDrop),T(document,"touchcancel",i._onDrop),a&&(a.effectAllowed="move",l.setData&&l.setData.call(i,a,h)),v(document,"drop",i),B(h,"transform","translateZ(0)")),ye=!0,i._dragStartId=Ue(i._dragStarted.bind(i,o,n)),v(document,"selectstart",i),Te=!0,Ne&&B(document.body,"user-select","none")},_onDragOver:function(n){var o=this.el,i=n.target,a,l,r,s=this.options,c=s.group,d=S.active,u=ze===c,f=s.sort,p=P||d,k,y=this,$=!1;if(mt)return;function E(_e,kl){R(_e,y,K({evt:n,isOwner:u,axis:k?"vertical":"horizontal",revert:r,dragRect:a,targetRect:l,canSort:f,fromSortable:p,target:i,completed:g,onMove:function(pn,El){return Ye(x,o,h,a,pn,I(pn),n,El)},changed:C},kl))}function N(){E("dragOverAnimationCapture"),y.captureAnimationState(),y!==p&&p.captureAnimationState()}function g(_e){return E("dragOverCompleted",{insertion:_e}),_e&&(u?d._hideClone():d._showClone(y),y!==p&&(H(h,P?P.options.ghostClass:d.options.ghostClass,!1),H(h,s.ghostClass,!0)),P!==y&&y!==S.active?P=y:y===S.active&&P&&(P=null),p===y&&(y._ignoreWhileAnimating=i),y.animateAll(function(){E("dragOverAnimationComplete"),y._ignoreWhileAnimating=null}),y!==p&&(p.animateAll(),p._ignoreWhileAnimating=null)),(i===h&&!h.animated||i===o&&!i.animated)&&(we=null),!s.dragoverBubble&&!n.rootEl&&i!==document&&(h.parentNode[Z]._isOutsideThisEl(n.target),!_e&&me(n)),!s.dragoverBubble&&n.stopPropagation&&n.stopPropagation(),$=!0}function C(){G=W(h),ce=W(h,s.draggable),z({sortable:y,name:"change",toEl:o,newIndex:G,newDraggableIndex:ce,originalEvent:n})}if(n.preventDefault!==void 0&&n.cancelable&&n.preventDefault(),i=Q(i,s.draggable,o,!0),E("dragOver"),S.eventCanceled)return $;if(h.contains(n.target)||i.animated&&i.animatingX&&i.animatingY||y._ignoreWhileAnimating===i)return g(!1);if(je=!1,d&&!s.disabled&&(u?f||(r=O!==x):P===this||(this.lastPutMode=ze.checkPull(this,d,h,n))&&c.checkPut(this,d,h,n))){if(k=this._getDirection(n,i)==="vertical",a=I(h),E("dragOverValid"),S.eventCanceled)return $;if(r)return O=x,N(),this._hideClone(),E("revert"),S.eventCanceled||(fe?x.insertBefore(h,fe):x.appendChild(h)),g(!0);var m=rt(o,s.draggable);if(!m||ra(n,k,this)&&!m.animated){if(m===h)return g(!1);if(m&&o===n.target&&(i=m),i&&(l=I(i)),Ye(x,o,h,a,i,l,n,!!i)!==!1)return N(),o.appendChild(h),O=o,C(),g(!0)}else if(m&&la(n,k,this)){var w=ge(o,0,s,!0);if(w===h)return g(!1);if(i=w,l=I(i),Ye(x,o,h,a,i,l,n,!1)!==!1)return N(),o.insertBefore(h,w),O=o,C(),g(!0)}else if(i.parentNode===o){l=I(i);var b=0,L,j=h.parentNode!==o,A=!ta(h.animated&&h.toRect||a,i.animated&&i.toRect||l,k),ee=k?"top":"left",q=Ut(i,"top","top")||Ut(h,"top","top"),ie=q?q.scrollTop:void 0;we!==i&&(L=l[ee],Le=!1,He=!A&&s.invertSwap||j),b=sa(n,i,l,k,A?1:s.swapThreshold,s.invertedSwapThreshold==null?s.swapThreshold:s.invertedSwapThreshold,He,we===i);var X;if(b!==0){var ae=W(h);do ae-=b,X=O.children[ae];while(X&&(B(X,"display")==="none"||X===V))}if(b===0||X===i)return g(!1);we=i,ve=b;var Me=i.nextElementSibling,de=!1;de=b===1;var Qe=Ye(x,o,h,a,i,l,n,de);if(Qe!==!1)return(Qe===1||Qe===-1)&&(de=Qe===1),mt=!0,setTimeout(aa,30),N(),de&&!Me?o.appendChild(h):i.parentNode.insertBefore(h,de?Me:i),q&&Qt(q,0,ie-q.scrollTop),O=h.parentNode,L!==void 0&&!He&&(Ze=Math.abs(L-I(i)[ee])),C(),g(!0)}if(o.contains(h))return g(!1)}return!1},_ignoreWhileAnimating:null,_offMoveEvents:function(){T(document,"mousemove",this._onTouchMove),T(document,"touchmove",this._onTouchMove),T(document,"pointermove",this._onTouchMove),T(document,"dragover",me),T(document,"mousemove",me),T(document,"touchmove",me)},_offUpEvents:function(){var n=this.el.ownerDocument;T(n,"mouseup",this._onDrop),T(n,"touchend",this._onDrop),T(n,"pointerup",this._onDrop),T(n,"touchcancel",this._onDrop),T(document,"selectstart",this)},_onDrop:function(n){var o=this.el,i=this.options;if(G=W(h),ce=W(h,i.draggable),R("drop",this,{evt:n}),O=h&&h.parentNode,G=W(h),ce=W(h,i.draggable),S.eventCanceled){this._nulling();return}ye=!1,He=!1,Le=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),pt(this.cloneId),pt(this._dragStartId),this.nativeDraggable&&(T(document,"drop",this),T(o,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),Ne&&B(document.body,"user-select",""),B(h,"transform",""),n&&(Te&&(n.cancelable&&n.preventDefault(),!i.dropBubble&&n.stopPropagation()),V&&V.parentNode&&V.parentNode.removeChild(V),(x===O||P&&P.lastPutMode!=="clone")&&M&&M.parentNode&&M.parentNode.removeChild(M),h&&(this.nativeDraggable&&T(h,"dragend",this),ht(h),h.style["will-change"]="",Te&&!ye&&H(h,P?P.options.ghostClass:this.options.ghostClass,!1),H(h,this.options.chosenClass,!1),z({sortable:this,name:"unchoose",toEl:O,newIndex:null,newDraggableIndex:null,originalEvent:n}),x!==O?(G>=0&&(z({rootEl:O,name:"add",toEl:O,fromEl:x,originalEvent:n}),z({sortable:this,name:"remove",toEl:O,originalEvent:n}),z({rootEl:O,name:"sort",toEl:O,fromEl:x,originalEvent:n}),z({sortable:this,name:"sort",toEl:O,originalEvent:n})),P&&P.save()):G!==be&&G>=0&&(z({sortable:this,name:"update",toEl:O,originalEvent:n}),z({sortable:this,name:"sort",toEl:O,originalEvent:n})),S.active&&((G==null||G===-1)&&(G=be,ce=$e),z({sortable:this,name:"end",toEl:O,originalEvent:n}),this.save()))),this._nulling()},_nulling:function(){R("nulling",this),x=h=O=V=fe=M=Fe=se=ue=U=Te=G=ce=be=$e=we=ve=P=ze=S.dragged=S.ghost=S.clone=S.active=null,Ge.forEach(function(n){n.checked=!0}),Ge.length=dt=ft=0},handleEvent:function(n){switch(n.type){case"drop":case"dragend":this._onDrop(n);break;case"dragenter":case"dragover":h&&(this._onDragOver(n),ia(n));break;case"selectstart":n.preventDefault();break}},toArray:function(){for(var n=[],o,i=this.el.children,a=0,l=i.length,r=this.options;a<l;a++)o=i[a],Q(o,r.draggable,this.el,!1)&&n.push(o.getAttribute(r.dataIdAttr)||da(o));return n},sort:function(n,o){var i={},a=this.el;this.toArray().forEach(function(l,r){var s=a.children[r];Q(s,this.options.draggable,a,!1)&&(i[l]=s)},this),o&&this.captureAnimationState(),n.forEach(function(l){i[l]&&(a.removeChild(i[l]),a.appendChild(i[l]))}),o&&this.animateAll()},save:function(){var n=this.options.store;n&&n.set&&n.set(this)},closest:function(n,o){return Q(n,o||this.options.draggable,this.el,!1)},option:function(n,o){var i=this.options;if(o===void 0)return i[n];var a=Ve.modifyOption(this,n,o);typeof a<"u"?i[n]=a:i[n]=o,n==="group"&&ln(i)},destroy:function(){R("destroy",this);var n=this.el;n[Z]=null,T(n,"mousedown",this._onTapStart),T(n,"touchstart",this._onTapStart),T(n,"pointerdown",this._onTapStart),this.nativeDraggable&&(T(n,"dragover",this),T(n,"dragenter",this)),Array.prototype.forEach.call(n.querySelectorAll("[draggable]"),function(o){o.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),Re.splice(Re.indexOf(this.el),1),this.el=n=null},_hideClone:function(){if(!se){if(R("hideClone",this),S.eventCanceled)return;B(M,"display","none"),this.options.removeCloneOnHide&&M.parentNode&&M.parentNode.removeChild(M),se=!0}},_showClone:function(n){if(n.lastPutMode!=="clone"){this._hideClone();return}if(se){if(R("showClone",this),S.eventCanceled)return;h.parentNode==x&&!this.options.group.revertClone?x.insertBefore(M,h):fe?x.insertBefore(M,fe):x.appendChild(M),this.options.group.revertClone&&this.animate(h,M),B(M,"display",""),se=!1}}};function ia(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move"),t.cancelable&&t.preventDefault()}function Ye(t,n,o,i,a,l,r,s){var c,d=t[Z],u=d.options.onMove,f;return window.CustomEvent&&!oe&&!Se?c=new CustomEvent("move",{bubbles:!0,cancelable:!0}):(c=document.createEvent("Event"),c.initEvent("move",!0,!0)),c.to=n,c.from=t,c.dragged=o,c.draggedRect=i,c.related=a||n,c.relatedRect=l||I(n),c.willInsertAfter=s,c.originalEvent=r,t.dispatchEvent(c),u&&(f=u.call(d,c,r)),f}function ht(t){t.draggable=!1}function aa(){mt=!1}function la(t,n,o){var i=I(ge(o.el,0,o.options,!0)),a=10;return n?t.clientX<i.left-a||t.clientY<i.top&&t.clientX<i.right:t.clientY<i.top-a||t.clientY<i.bottom&&t.clientX<i.left}function ra(t,n,o){var i=I(rt(o.el,o.options.draggable)),a=10;return n?t.clientX>i.right+a||t.clientX<=i.right&&t.clientY>i.bottom&&t.clientX>=i.left:t.clientX>i.right&&t.clientY>i.top||t.clientX<=i.right&&t.clientY>i.bottom+a}function sa(t,n,o,i,a,l,r,s){var c=i?t.clientY:t.clientX,d=i?o.height:o.width,u=i?o.top:o.left,f=i?o.bottom:o.right,p=!1;if(!r){if(s&&Ze<d*a){if(!Le&&(ve===1?c>u+d*l/2:c<f-d*l/2)&&(Le=!0),Le)p=!0;else if(ve===1?c<u+Ze:c>f-Ze)return-ve}else if(c>u+d*(1-a)/2&&c<f-d*(1-a)/2)return ca(n)}return p=p||r,p&&(c<u+d*l/2||c>f-d*l/2)?c>u+d/2?1:-1:0}function ca(t){return W(h)<W(t)?1:-1}function da(t){for(var n=t.tagName+t.className+t.src+t.href+t.textContent,o=n.length,i=0;o--;)i+=n.charCodeAt(o);return i.toString(36)}function fa(t){Ge.length=0;for(var n=t.getElementsByTagName("input"),o=n.length;o--;){var i=n[o];i.checked&&Ge.push(i)}}function Ue(t){return setTimeout(t,0)}function pt(t){return clearTimeout(t)}qe&&v(document,"touchmove",function(t){(S.active||ye)&&t.cancelable&&t.preventDefault()}),S.utils={on:v,off:T,css:B,find:Yt,is:function(n,o){return!!Q(n,o,n,!1)},extend:Wi,throttle:Kt,closest:Q,toggleClass:H,clone:Jt,index:W,nextTick:Ue,cancelNextTick:pt,detectDirection:an,getChild:ge},S.get=function(t){return t[Z]},S.mount=function(){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];n[0].constructor===Array&&(n=n[0]),n.forEach(function(i){if(!i.prototype||!i.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(i));i.utils&&(S.utils=K(K({},S.utils),i.utils)),Ve.mount(i)})},S.create=function(t,n){return new S(t,n)},S.version=Hi;var _=[],xe,gt,Ct=!1,bt,yt,Xe,Oe;function ua(){function t(){this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0};for(var n in this)n.charAt(0)==="_"&&typeof this[n]=="function"&&(this[n]=this[n].bind(this))}return t.prototype={dragStarted:function(o){var i=o.originalEvent;this.sortable.nativeDraggable?v(document,"dragover",this._handleAutoScroll):this.options.supportPointer?v(document,"pointermove",this._handleFallbackAutoScroll):i.touches?v(document,"touchmove",this._handleFallbackAutoScroll):v(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(o){var i=o.originalEvent;!this.options.dragOverBubble&&!i.rootEl&&this._handleAutoScroll(i)},drop:function(){this.sortable.nativeDraggable?T(document,"dragover",this._handleAutoScroll):(T(document,"pointermove",this._handleFallbackAutoScroll),T(document,"touchmove",this._handleFallbackAutoScroll),T(document,"mousemove",this._handleFallbackAutoScroll)),cn(),Ke(),Yi()},nulling:function(){Xe=gt=xe=Ct=Oe=bt=yt=null,_.length=0},_handleFallbackAutoScroll:function(o){this._handleAutoScroll(o,!0)},_handleAutoScroll:function(o,i){var a=this,l=(o.touches?o.touches[0]:o).clientX,r=(o.touches?o.touches[0]:o).clientY,s=document.elementFromPoint(l,r);if(Xe=o,i||this.options.forceAutoScrollFallback||Se||oe||Ne){wt(o,this.options,s,i);var c=re(s,!0);Ct&&(!Oe||l!==bt||r!==yt)&&(Oe&&cn(),Oe=setInterval(function(){var d=re(document.elementFromPoint(l,r),!0);d!==c&&(c=d,Ke()),wt(o,a.options,d,i)},10),bt=l,yt=r)}else{if(!this.options.bubbleScroll||re(s,!0)===J()){Ke();return}wt(o,this.options,re(s,!1),!1)}}},te(t,{pluginName:"scroll",initializeByDefault:!0})}function Ke(){_.forEach(function(t){clearInterval(t.pid)}),_=[]}function cn(){clearInterval(Oe)}var wt=Kt(function(t,n,o,i){if(n.scroll){var a=(t.touches?t.touches[0]:t).clientX,l=(t.touches?t.touches[0]:t).clientY,r=n.scrollSensitivity,s=n.scrollSpeed,c=J(),d=!1,u;gt!==o&&(gt=o,Ke(),xe=n.scroll,u=n.scrollFn,xe===!0&&(xe=re(o,!0)));var f=0,p=xe;do{var k=p,y=I(k),$=y.top,E=y.bottom,N=y.left,g=y.right,C=y.width,m=y.height,w=void 0,b=void 0,L=k.scrollWidth,j=k.scrollHeight,A=B(k),ee=k.scrollLeft,q=k.scrollTop;k===c?(w=C<L&&(A.overflowX==="auto"||A.overflowX==="scroll"||A.overflowX==="visible"),b=m<j&&(A.overflowY==="auto"||A.overflowY==="scroll"||A.overflowY==="visible")):(w=C<L&&(A.overflowX==="auto"||A.overflowX==="scroll"),b=m<j&&(A.overflowY==="auto"||A.overflowY==="scroll"));var ie=w&&(Math.abs(g-a)<=r&&ee+C<L)-(Math.abs(N-a)<=r&&!!ee),X=b&&(Math.abs(E-l)<=r&&q+m<j)-(Math.abs($-l)<=r&&!!q);if(!_[f])for(var ae=0;ae<=f;ae++)_[ae]||(_[ae]={});(_[f].vx!=ie||_[f].vy!=X||_[f].el!==k)&&(_[f].el=k,_[f].vx=ie,_[f].vy=X,clearInterval(_[f].pid),(ie!=0||X!=0)&&(d=!0,_[f].pid=setInterval(function(){i&&this.layer===0&&S.active._onTouchMove(Xe);var Me=_[this.layer].vy?_[this.layer].vy*s:0,de=_[this.layer].vx?_[this.layer].vx*s:0;typeof u=="function"&&u.call(S.dragged.parentNode[Z],de,Me,t,Xe,_[this.layer].el)!=="continue"||Qt(_[this.layer].el,de,Me)}.bind({layer:f}),24))),f++}while(n.bubbleScroll&&p!==c&&(p=re(p,!1)));Ct=d}},30),dn=function(n){var o=n.originalEvent,i=n.putSortable,a=n.dragEl,l=n.activeSortable,r=n.dispatchSortableEvent,s=n.hideGhostForTarget,c=n.unhideGhostForTarget;if(o){var d=i||l;s();var u=o.changedTouches&&o.changedTouches.length?o.changedTouches[0]:o,f=document.elementFromPoint(u.clientX,u.clientY);c(),d&&!d.el.contains(f)&&(r("spill"),this.onSpill({dragEl:a,putSortable:i}))}};function kt(){}kt.prototype={startIndex:null,dragStart:function(n){var o=n.oldDraggableIndex;this.startIndex=o},onSpill:function(n){var o=n.dragEl,i=n.putSortable;this.sortable.captureAnimationState(),i&&i.captureAnimationState();var a=ge(this.sortable.el,this.startIndex,this.options);a?this.sortable.el.insertBefore(o,a):this.sortable.el.appendChild(o),this.sortable.animateAll(),i&&i.animateAll()},drop:dn},te(kt,{pluginName:"revertOnSpill"});function Et(){}Et.prototype={onSpill:function(n){var o=n.dragEl,i=n.putSortable,a=i||this.sortable;a.captureAnimationState(),o.parentNode&&o.parentNode.removeChild(o),a.animateAll()},drop:dn},te(Et,{pluginName:"removeOnSpill"}),S.mount(new ua),S.mount(Et,kt);function ma(){return typeof window<"u"?window.console:global.console}const ha=ma();function pa(t){const n=Object.create(null);return function(i){return n[i]||(n[i]=t(i))}}const ga=/-(\w)/g,fn=pa(t=>t.replace(ga,(n,o)=>o?o.toUpperCase():""));function Bt(t){t.parentElement!==null&&t.parentElement.removeChild(t)}function un(t,n,o){const i=o===0?t.children[0]:t.children[o-1].nextSibling;t.insertBefore(n,i)}function Ca(t,n){return Object.values(t).indexOf(n)}function ba(t,n,o,i){if(!t)return[];const a=Object.values(t),l=n.length-i;return[...n].map((s,c)=>c>=l?a.length:a.indexOf(s))}function mn(t,n){this.$nextTick(()=>this.$emit(t.toLowerCase(),n))}function ya(t){return n=>{this.realList!==null&&this["onDrag"+t](n),mn.call(this,t,n)}}function wa(t){return["transition-group","TransitionGroup"].includes(t)}function ka(t){if(!t||t.length!==1)return!1;const[{type:n}]=t;return n?wa(n.name):!1}function Ea(t,n){return n?{...n.props,...n.attrs}:t}const St=["Start","Add","Remove","Update","End"],Nt=["Choose","Unchoose","Sort","Filter","Clone"],Ba=["Move",...St,...Nt].map(t=>"on"+t);let Dt=null;const Sa={options:Object,list:{type:Array,required:!1,default:null},noTransitionOnDrag:{type:Boolean,default:!1},clone:{type:Function,default:t=>t},tag:{type:String,default:"div"},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null},component:{type:String,default:null},modelValue:{type:Array,required:!1,default:null}},Na=e.defineComponent({name:"VueDraggableNext",inheritAttrs:!1,emits:["update:modelValue","move","change",...St.map(t=>t.toLowerCase()),...Nt.map(t=>t.toLowerCase())],props:Sa,data(){return{transitionMode:!1,noneFunctionalComponentMode:!1,headerOffset:0,footerOffset:0,_sortable:{},visibleIndexes:[],context:{}}},render(){const t=this.$slots.default?this.$slots.default():null,n=Ea(this.$attrs,this.componentData);return t?(this.transitionMode=ka(t),e.h(this.getTag(),n,t)):e.h(this.getTag(),n,[])},created(){this.list!==null&&this.modelValue!==null&&ha.error("list props are mutually exclusive! Please set one.")},mounted(){const t={};St.forEach(a=>{t["on"+a]=ya.call(this,a)}),Nt.forEach(a=>{t["on"+a]=mn.bind(this,a)});const n=Object.keys(this.$attrs).reduce((a,l)=>(a[fn(l)]=this.$attrs[l],a),{}),o=Object.assign({},n,t,{onMove:(a,l)=>this.onDragMove(a,l)});!("draggable"in o)&&(o.draggable=">*");const i=this.$el.nodeType===1?this.$el:this.$el.parentElement;this._sortable=new S(i,o),i.__draggable_component__=this,this.computeIndexes()},beforeUnmount(){try{this._sortable!==void 0&&this._sortable.destroy()}catch{}},computed:{realList(){return this.list?this.list:this.modelValue}},watch:{$attrs:{handler(t){this.updateOptions(t)},deep:!0},realList(){this.computeIndexes()}},methods:{getTag(){return this.component?e.resolveComponent(this.component):this.tag},updateOptions(t){for(var n in t){const o=fn(n);Ba.indexOf(o)===-1&&this._sortable.option(o,t[n])}},getChildrenNodes(){return this.$el.children},computeIndexes(){this.$nextTick(()=>{this.visibleIndexes=ba(this.getChildrenNodes(),this.$el.children,this.transitionMode,this.footerOffset)})},getUnderlyingVm(t){const n=Ca(this.getChildrenNodes()||[],t);if(n===-1)return null;const o=this.realList[n];return{index:n,element:o}},emitChanges(t){this.$nextTick(()=>{this.$emit("change",t)})},alterList(t){if(this.list){t(this.list);return}const n=[...this.modelValue];t(n),this.$emit("update:modelValue",n)},spliceList(){const t=n=>n.splice(...arguments);this.alterList(t)},updatePosition(t,n){const o=i=>i.splice(n,0,i.splice(t,1)[0]);this.alterList(o)},getVmIndex(t){const n=this.visibleIndexes,o=n.length;return t>o-1?o:n[t]},getComponent(){return this.$slots.default?this.$slots.default()[0].componentInstance:null},resetTransitionData(t){if(!this.noTransitionOnDrag||!this.transitionMode)return;var n=this.getChildrenNodes();n[t].data=null;const o=this.getComponent();o.children=[],o.kept=void 0},onDragStart(t){this.computeIndexes(),this.context=this.getUnderlyingVm(t.item),this.context&&(t.item._underlying_vm_=this.clone(this.context.element),Dt=t.item)},onDragAdd(t){const n=t.item._underlying_vm_;if(n===void 0)return;Bt(t.item);const o=this.getVmIndex(t.newIndex);this.spliceList(o,0,n),this.computeIndexes();const i={element:n,newIndex:o};this.emitChanges({added:i})},onDragRemove(t){if(un(this.$el,t.item,t.oldIndex),t.pullMode==="clone"){Bt(t.clone);return}if(!this.context)return;const n=this.context.index;this.spliceList(n,1);const o={element:this.context.element,oldIndex:n};this.resetTransitionData(n),this.emitChanges({removed:o})},onDragUpdate(t){Bt(t.item),un(t.from,t.item,t.oldIndex);const n=this.context.index,o=this.getVmIndex(t.newIndex);this.updatePosition(n,o);const i={element:this.context.element,oldIndex:n,newIndex:o};this.emitChanges({moved:i})},updateProperty(t,n){t.hasOwnProperty(n)&&(t[n]+=this.headerOffset)},onDragMove(t,n){const o=this.move;if(!o||!this.realList)return!0;const i=this.getRelatedContextFromMoveEvent(t),a=this.context,l=this.computeFutureIndex(i,t);Object.assign(a,{futureIndex:l});const r=Object.assign({},t,{relatedContext:i,draggedContext:a});return o(r,n)},onDragEnd(){this.computeIndexes(),Dt=null},getTrargetedComponent(t){return t.__draggable_component__},getRelatedContextFromMoveEvent({to:t,related:n}){const o=this.getTrargetedComponent(t);if(!o)return{component:o};const i=o.realList,a={list:i,component:o};if(t!==n&&i&&o.getUnderlyingVm){const l=o.getUnderlyingVm(n);if(l)return Object.assign(l,a)}return a},computeFutureIndex(t,n){const o=[...n.to.children].filter(r=>r.style.display!=="none");if(o.length===0)return 0;const i=o.indexOf(n.related),a=t.component.getVmIndex(i);return o.indexOf(Dt)!==-1||!n.willInsertAfter?a:a+1}}}),Da={class:"flex m-10"},Va={class:"sortable-list"},$a={name:"SortableList"},Ta=e.defineComponent({...$a,props:{list:{required:!0,type:Array}},emits:["onDrag"],setup(t,{emit:n}){const o=n,i=a=>{o("onDrag",a)};return(a,l)=>(e.openBlock(),e.createElementBlock("div",Da,[e.createElementVNode("ul",Va,[e.createVNode(e.unref(Na),{list:t.list,onChange:l[0]||(l[0]=r=>i(t.list))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.list,r=>(e.openBlock(),e.createElementBlock("li",{key:r.id},[l[1]||(l[1]=e.createElementVNode("span",{class:"grab-icon"},[e.createElementVNode("svg",{"aria-label":"sort list item",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 48 48"},[e.createElementVNode("g",{"fill-rule":"evenodd","clip-rule":"evenodd"},[e.createElementVNode("path",{d:"M19 10C19 12.2091 17.2091 14 15 14C12.7909 14 11 12.2091 11 10C11 7.79086 12.7909 6 15 6C17.2091 6 19 7.79086 19 10ZM15 28C17.2091 28 19 26.2091 19 24C19 21.7909 17.2091 20 15 20C12.7909 20 11 21.7909 11 24C11 26.2091 12.7909 28 15 28ZM15 42C17.2091 42 19 40.2091 19 38C19 35.7909 17.2091 34 15 34C12.7909 34 11 35.7909 11 38C11 40.2091 12.7909 42 15 42Z"}),e.createElementVNode("path",{d:"M37 10C37 12.2091 35.2091 14 33 14C30.7909 14 29 12.2091 29 10C29 7.79086 30.7909 6 33 6C35.2091 6 37 7.79086 37 10ZM33 28C35.2091 28 37 26.2091 37 24C37 21.7909 35.2091 20 33 20C30.7909 20 29 21.7909 29 24C29 26.2091 30.7909 28 33 28ZM33 42C35.2091 42 37 40.2091 37 38C37 35.7909 35.2091 34 33 34C30.7909 34 29 35.7909 29 38C29 40.2091 30.7909 42 33 42Z"})])])],-1)),e.createElementVNode("div",null,[r.render?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(r.render(r.data)),{key:0})):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(r.data),1)],64))])]))),128))]),_:1},8,["list"])])]))}}),va=["disabled"],La=["src","alt"],xa={name:"SSOButton"},hn=e.defineComponent({...xa,props:{alignCenter:Boolean,alternativeText:{default:void 0,type:String},borderType:{default:"rectangular",type:String,validator:t=>["rectangular","pill"].includes(t)},disabled:{default:!1,type:Boolean},imageSource:{required:!0,type:String},loading:{default:!1,type:Boolean},title:{required:!0,type:String},variant:{default:"light",type:String,validator:t=>["dark","light"].includes(t)}},emits:["click"],setup(t){return(n,o)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["sso-button",t.variant,t.borderType,{center:t.alignCenter}]),disabled:t.disabled||t.loading,onClick:o[0]||(o[0]=i=>n.$emit("click"))},[e.createElementVNode("img",{src:t.imageSource,alt:t.alternativeText},null,8,La),e.createElementVNode("span",null,e.toDisplayString(t.title),1)],10,va))}}),Oa="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20width='2084'%20height='2084'%3e%3cpath%20d='M0%200%20C1.15764862%200.00060425%202.31529724%200.0012085%203.50802612%200.00183105%20C85.98260722%200.11720669%20167.94255485%209.87604579%20248.125%2029.1875%20C248.86457947%2029.36476624%20249.60415894%2029.54203247%20250.3661499%2029.72467041%20C334.62230969%2049.9574737%20416.80768306%2081.42007316%20533.125%20145.1875%20C534.02105957%20145.70908691%20534.91711914%20146.23067383%20535.84033203%20146.76806641%20C550.04886476%20155.0696507%20563.74211052%20164.13646225%20577.4375%20173.25%20C578.32679199%20173.8407431%20579.21608398%20174.43148621%20580.13232422%20175.04013062%20C591.69483528%20182.73135096%20603.0720229%20190.63196121%20614.27706909%20198.8354187%20C616.67050493%20200.58663127%20619.07390043%20202.32397661%20621.4765625%20204.0625%20C630.31030376%20210.50445197%20638.91838886%20217.148823%20647.35546875%20224.1015625%20C650.93712446%20227.05029675%20654.58513462%20229.90587171%20658.25%20232.75%20C664.80446613%20237.85872335%20671.10574818%20243.23251579%20677.37939453%20248.68017578%20C679.10687975%20250.17185322%20680.84590215%20251.64870526%20682.58984375%20253.12109375%20C689.5490538%20259.00754793%20696.29865442%20265.06950894%20702.93237305%20271.32104492%20C706.02875784%20274.23828319%20709.1375661%20277.11327067%20712.375%20279.875%20C716.13510937%20283.10378956%20719.58790586%20286.62314338%20723.06616211%20290.14794922%20C725.6075653%20292.71084883%20728.18211543%20295.16942847%20730.9375%20297.5%20C739.34322101%20304.69001756%20747.21573722%20312.7580678%20754.35546875%20321.19921875%20C756.67272617%20323.80293625%20759.14521445%20326.24047964%20761.625%20328.6875%20C765.32908948%20332.34742653%20768.87787767%20336.07693794%20772.2578125%20340.0390625%20C774.15320841%20342.21995738%20776.1052652%20344.34205746%20778.07080078%20346.4597168%20C782.90200954%20351.66642948%20787.48561882%20356.99917793%20791.94140625%20362.53515625%20C794.11897068%20365.18017637%20796.37818763%20367.71962525%20798.6875%20370.25%20C802.24142208%20374.1587026%20805.5852216%20378.17351283%20808.8515625%20382.32421875%20C810.55603659%20384.47091893%20812.27757011%20386.59447521%20814.0234375%20388.70703125%20C821.23010316%20397.44393263%20828.06132486%20406.39389068%20834.73046875%20415.546875%20C837.30174324%20419.07576257%20839.91615421%20422.56735039%20842.56005859%20426.04199219%20C855.57684339%20443.17700697%20867.54995923%20461.05622605%20879.125%20479.1875%20C879.62451172%20479.96512695%20880.12402344%20480.74275391%20880.63867188%20481.54394531%20C897.58381654%20507.93121546%20913.09593508%20535.18898842%20927.46484375%20563.05859375%20C929.00770036%20566.04920309%20930.5667459%20569.02569169%20932.19140625%20571.97265625%20C939.19339133%20584.70486712%20945.14022162%20597.95559111%20951.125%20611.1875%20C951.41070862%20611.81843567%20951.69641724%20612.44937134%20951.99078369%20613.09942627%20C984.41326204%20684.79659167%201008.53753875%20760.05556022%201037.8125%20926.75%20C1037.95767059%20928.00706253%201037.95767059%20928.00706253%201038.10577393%20929.28952026%20C1042.18612959%20965.02273189%201043.64357089%201000.92112464%201043.51611328%201036.86474609%20C1043.49902324%201041.71699519%201043.50922796%201046.56874997%201043.52643585%201051.42098236%20C1043.58875603%201072.22474355%201043.121671%201092.92627467%201041.7421875%201113.6875%20C1041.68073925%201114.61345474%201041.619291%201115.53940948%201041.55598068%201116.49342346%20C1035.0007366%201213.08026312%201014.38267632%201308.16853%20966.125%201439.1875%20C965.74018463%201440.10187836%20965.74018463%201440.10187836%20965.34759521%201441.034729%20C949.45738809%201478.73766744%20932.25383656%201516.09689741%20911.67675781%201551.49414062%20C910.07835791%201554.26845588%20908.51530634%201557.06017358%20906.9609375%201559.859375%20C895.54802769%201580.39389385%20882.94822692%201600.0776952%20869.9375%201619.625%20C869.44011322%201620.37300873%20868.94272644%201621.12101746%20868.43026733%201621.89169312%20C858.68653626%201636.525895%20848.74118479%201651.01255917%20838%201664.9375%20C837.32259766%201665.82091064%20836.64519531%201666.70432129%20835.94726562%201667.61450195%20C834.61307186%201669.35362798%20833.27752794%201671.09171932%20831.94042969%201672.82861328%20C830.34444691%201674.90236067%20828.75291154%201676.97937968%20827.1640625%201679.05859375%20C822.23462047%201685.50301824%20817.23152617%201691.88240063%20812.125%201698.1875%20C811.44050781%201699.03570313%20810.75601562%201699.88390625%20810.05078125%201700.7578125%20C804.87991842%201707.12623602%20799.5782563%201713.37313801%20794.22265625%201719.5859375%20C792.19755881%201721.93532976%20790.1847527%201724.2942514%20788.18359375%201726.6640625%20C781.38039056%201734.70287081%20774.30783235%201742.44088746%20767.07495117%201750.09399414%20C765.68090087%201751.59067391%20764.30252896%201753.10201885%20762.93481445%201754.62280273%20C754.62146255%201763.84397622%20745.8602102%201772.6040054%20737.07202148%201781.37084961%20C734.4290134%201784.0084693%20731.79143019%201786.6514299%20729.15429688%201789.29492188%20C727.45344575%201790.9951126%20725.75228466%201792.69499331%20724.05078125%201794.39453125%20C723.27350174%201795.17383499%20722.49622223%201795.95313873%20721.69538879%201796.75605774%20C717.55441138%201800.87950727%20713.33600026%201804.84794915%20708.89880371%201808.65180969%20C705.95478417%201811.20062738%20703.14452257%201813.89078831%20700.3125%201816.5625%20C695.28811299%201821.26903274%20690.13516609%201825.71608064%20684.7578125%201830.01953125%20C682.01530846%201832.27782463%20679.4156241%201834.64531334%20676.8125%201837.0625%20C672.28436424%201841.22556682%20667.58986729%201845.04964306%20662.72802734%201848.80688477%20C658.76816735%201851.87383515%20654.89260927%201855.02304957%20651.04980469%201858.23535156%20C642.11958177%201865.69578282%20632.89061882%201872.64530815%20623.47070312%201879.47265625%20C621.25005402%201881.09607833%20619.05139889%201882.74445617%20616.859375%201884.40625%20C601.99002628%201895.6324397%20586.41223305%201905.80978513%20570.85534668%201916.04760742%20C568.60118411%201917.5325718%20566.3516835%201919.0245461%20564.1015625%201920.515625%20C544.67940459%201933.3113726%20524.47697034%201944.94533071%20504.125%201956.1875%20C502.63226562%201957.01217773%20502.63226562%201957.01217773%20501.109375%201957.85351562%20C425.12550951%201999.65428426%20344.00442425%202031.25797004%20139.19140625%202076.15625%20C138.04930191%202076.3149482%20138.04930191%202076.3149482%20136.88412476%202076.47685242%20C133.5828542%202076.92098977%20130.46476193%202077.1875%20127.125%202077.1875%20C127.125%201840.5775%20127.125%201603.9675%20127.125%201360.1875%20C220.185%201360.1875%20313.245%201360.1875%20409.125%201360.1875%20C409.455%201357.2175%20409.785%201354.2475%20410.125%201351.1875%20C410.51943974%201348.75034978%20410.94040505%201346.31734207%20411.38798523%201343.88938904%20C411.51213267%201343.21104765%20411.63628011%201342.53270626%20411.7641896%201341.83380908%20C412.17662934%201339.58452582%20412.59355551%201337.33609905%20413.01049805%201335.08764648%20C413.31060355%201333.45620854%20413.61042778%201331.82471884%20413.90999508%201330.19318199%20C414.7269403%201325.74827455%20415.54779155%201321.30409627%20416.3692956%201316.86002946%20C417.24572562%201312.11485646%20418.11843243%201307.36899873%20418.99154663%201302.62321472%20C420.48537353%201294.50627273%20421.9814042%201286.38973962%20423.47903442%201278.27349854%20C425.81168262%201265.63190818%20428.14049765%201252.98961352%20430.46850586%201240.34716797%20C431.24634234%201236.12322799%20432.02419399%201231.8992908%20432.80204773%201227.675354%20C432.994336%201226.63115295%20433.18662427%201225.5869519%20433.38473946%201224.5111084%20C434.5517232%201218.17414514%20435.71909736%201211.83725394%20436.88678104%201205.50041962%20C441.55237596%201180.18084381%20446.20685276%201154.85928396%20450.83816981%201129.53341508%20C451.36915395%201126.62995752%20451.90032052%201123.72653335%20452.43148345%201120.82310849%20C454.7135128%201108.34887001%20456.99400124%201095.87435226%20459.2702446%201083.39905643%20C460.11947451%201078.74719247%20460.97040771%201074.09564133%20461.82182693%201069.44417763%20C462.20864513%201067.32864122%20462.59468226%201065.21296182%20462.97986984%201063.09712791%20C463.49512112%201060.26702672%20464.01297143%201057.43741349%20464.53149414%201054.60791016%20C464.7546708%201053.37627467%20464.7546708%201053.37627467%20464.98235607%201052.11975765%20C465.54550464%201049.05918558%20466.13944488%201046.14416537%20467.125%201043.1875%20C354.925%201043.1875%20242.725%201043.1875%20127.125%201043.1875%20C127.125%20820.4875%20127.125%20820.4875%20166.125%20767.1875%20C166.7334375%20766.33671875%20167.341875%20765.4859375%20167.96875%20764.609375%20C199.0356318%20723.45938244%20248.58254326%20706.8968135%20297.84375%20699.99609375%20C322.20646732%20696.77183572%20346.69767153%20695.99322627%20371.25%20696.0625%20C372.24480377%20696.0640509%20373.23960754%20696.06560181%20374.26455688%20696.06719971%20C403.35847437%20696.11952535%20432.44731149%20696.57260512%20461.5%20698.1875%20C462.25566254%20698.22929382%20463.01132507%20698.27108765%20463.78988647%20698.31414795%20C470.62665266%20698.70012868%20477.33423541%20699.21739077%20484.125%20700.1875%20C484.125%20605.1475%20484.125%20510.1075%20484.125%20412.1875%20C481.485%20411.8575%20478.845%20411.5275%20476.125%20411.1875%20C473.70350389%20410.74024359%20471.28672476%20410.26678913%20468.875%20409.76953125%20C467.46953422%20409.4842065%20466.06392837%20409.19957106%20464.65820312%20408.91552734%20C463.922229%20408.76637878%20463.18625488%20408.61723022%20462.42797852%20408.46356201%20C418.7251371%20399.6667031%20374.4681051%20394.56312206%20330.0625%20390.9375%20C329.04600372%20390.85441589%20328.02950745%20390.77133179%20326.98220825%20390.68572998%20C320.36555577%20390.15035922%20313.7468795%20389.65356543%20307.125%20389.1875%20C306.36406036%20389.13201996%20305.60312073%20389.07653992%20304.81912231%20389.01937866%20C288.301523%20387.84651093%20271.73733416%20387.98693467%20255.1875%20388%20C254.05323767%20388.00040031%20254.05323767%20388.00040031%20252.89606094%20388.00080872%20C229.91924016%20388.01099063%20207.02914183%20388.18285444%20184.125%20390.1875%20C183.00738281%20390.28224609%20183.00738281%20390.28224609%20181.8671875%20390.37890625%20C114.16045062%20396.12440306%2047.41054353%20409.25726526%20-14.875%20437.1875%20C-16.27419678%20437.81374268%20-16.27419678%20437.81374268%20-17.70166016%20438.45263672%20C-44.8755615%20450.73179164%20-70.7002496%20466.38909731%20-93.875%20485.1875%20C-94.78636719%20485.90808594%20-95.69773437%20486.62867188%20-96.63671875%20487.37109375%20C-114.16450229%20501.39832137%20-131.13485733%20517.41657747%20-144.875%20535.1875%20C-145.78582026%20536.30083746%20-146.70012221%20537.41133222%20-147.6171875%20538.51953125%20C-202.325014%20604.95432352%20-228.49253665%20690.27902932%20-246.625%20832.0625%20C-246.68425659%20832.8826358%20-246.74351318%20833.70277161%20-246.80456543%20834.54776001%20C-248.70329112%20861.39656802%20-249.05219436%20888.25161023%20-249.17891693%20915.15448761%20C-249.198928%20919.23179463%20-249.22365365%20923.30906858%20-249.2479248%20927.38635254%20C-249.31571778%20939.21587622%20-249.37618676%20951.04544096%20-249.4375%20962.875%20C-249.581875%20989.378125%20-249.72625%201015.88125%20-249.875%201043.1875%20C-320.825%201043.1875%20-391.775%201043.1875%20-464.875%201043.1875%20C-464.875%201147.7975%20-464.875%201252.4075%20-464.875%201360.1875%20C-393.925%201360.1875%20-322.975%201360.1875%20-249.875%201360.1875%20C-249.875%201589.2075%20-249.875%201818.2275%20-249.875%202054.1875%20C-270.62367633%202049.57668304%20-270.62367633%202049.57668304%20-277.3359375%202047.59375%20C-278.12266342%202047.36577728%20-278.90938934%202047.13780457%20-279.71995544%202046.90292358%20C-282.23215489%202046.17167304%20-284.74129526%202045.43064444%20-287.25%202044.6875%20C-288.12707611%202044.42938538%20-289.00415222%202044.17127075%20-289.9078064%202043.90533447%20C-307.71271842%202038.65736425%20-325.33810391%202032.92982037%20-342.88323975%202026.8737793%20C-344.78762714%202026.21760512%20-346.69382179%202025.56668313%20-348.60009766%202024.91601562%20C-386.39071379%202011.98422192%20-423.03805933%201995.76788599%20-458.875%201978.1875%20C-460.08801596%201977.59464997%20-461.30107048%201977.00187885%20-462.51416016%201976.40917969%20C-478.32368152%201968.67434904%20-493.85789195%201960.60770523%20-509.09521484%201951.78466797%20C-511.96370924%201950.13653075%20-514.8478377%201948.51946121%20-517.73828125%201946.91015625%20C-529.19760797%201940.52415668%20-540.40320532%201933.86804094%20-551.42675781%201926.75732422%20C-554.02158841%201925.09350683%20-556.63012701%201923.45302978%20-559.2421875%201921.81640625%20C-570.92292696%201914.48148611%20-582.3192026%201906.8345234%20-593.55371094%201898.83398438%20C-595.74838809%201897.2773055%20-597.95339131%201895.73697652%20-600.1640625%201894.203125%20C-610.85023778%201886.77100591%20-621.20735707%201878.93827558%20-631.52050781%201870.99853516%20C-633.58006511%201869.41435888%20-635.64392053%201867.83613925%20-637.7109375%201866.26171875%20C-647.39068031%201858.87917139%20-656.7664934%201851.16037524%20-666.03686523%201843.27368164%20C-669.46521372%201840.36174562%20-672.93465337%201837.50993757%20-676.4375%201834.6875%20C-681.51539439%201830.55708445%20-686.32063853%201826.17918232%20-691.1171875%201821.73046875%20C-693.27840548%201819.73761761%20-695.45846969%201817.79042215%20-697.6875%201815.875%20C-707.03725713%201807.75496041%20-715.97948201%201799.16676038%20-724.67578125%201790.35546875%20C-727.32888836%201787.74006121%20-730.11690846%201785.32121245%20-732.94140625%201782.89453125%20C-737.6422449%201778.74449794%20-741.99477244%201774.2690599%20-746.0625%201769.5%20C-749.31932797%201765.70411085%20-752.82135682%201762.20154687%20-756.375%201758.6875%20C-760.41419926%201754.68856796%20-764.33221615%201750.66891397%20-768.01171875%201746.33203125%20C-770.01595855%201744.02526469%20-772.08841257%201741.79447697%20-774.17431641%201739.56176758%20C-779.24905932%201734.12926079%20-784.08240797%201728.59009671%20-788.73828125%201722.7890625%20C-790.83382494%201720.23763271%20-793.01463155%201717.80423227%20-795.25%201715.375%20C-799.23008466%201711.00241564%20-802.88847497%201706.44580709%20-806.50952148%201701.77758789%20C-809.51028782%201697.91192218%20-812.56461153%201694.09842864%20-815.66894531%201690.31542969%20C-827.35908879%201676.06915264%20-838.17666647%201661.18693681%20-848.875%201646.1875%20C-849.71417969%201645.0121167%20-849.71417969%201645.0121167%20-850.5703125%201643.81298828%20C-860.04321275%201630.50929475%20-869.07734538%201616.94618682%20-877.875%201603.1875%20C-878.4952002%201602.21796387%20-879.11540039%201601.24842773%20-879.75439453%201600.24951172%20C-894.48377963%201577.14060668%20-908.02989957%201553.38947828%20-920.875%201529.1875%20C-921.41946777%201528.1670459%20-921.96393555%201527.1465918%20-922.52490234%201526.09521484%20C-950.92205251%201472.73772329%20-973.77638387%201416.81788606%20-992.20300293%201359.27978516%20C-992.84281907%201357.28769639%20-993.48916038%201355.2978585%20-994.13769531%201353.30859375%20C-1021.07962966%201270.16357352%20-1034.75061722%201183.25969817%20-1039.875%201096.1875%20C-1039.98303955%201094.41971191%20-1039.98303955%201094.41971191%20-1040.09326172%201092.61621094%20C-1045.63647387%20997.60231986%20-1035.95069819%20900.80955586%20-988.55480957%20714.24517822%20C-987.91148971%20712.29794869%20-987.27345606%20710.34897503%20-986.63574219%20708.39990234%20C-972.198078%20664.45683716%20-953.94499844%20621.94702594%20-933.50244141%20580.48925781%20C-931.92365217%20577.28620566%20-930.35774073%20574.07710499%20-928.79296875%20570.8671875%20C-922.47719203%20557.98975189%20-915.66417948%20545.46930097%20-908.50732422%20533.04199219%20C-906.88104815%20530.19807658%20-905.28202374%20527.34055521%20-903.69140625%20524.4765625%20C-886.12900281%20492.89821761%20-866.14484941%20462.40194511%20-844.875%20433.1875%20C-844.04911377%20432.04933838%20-844.04911377%20432.04933838%20-843.20654297%20430.88818359%20C-836.06130995%20421.05881457%20-828.7732954%20411.3658484%20-821.20166016%20401.86132812%20C-819.83665981%20400.13912673%20-818.48504984%20398.40715176%20-817.13671875%20396.671875%20C-812.17288962%20390.29043596%20-807.11257707%20384.01899817%20-801.859375%20377.87304688%20C-798.97588109%20374.499359%20-796.15862156%20371.08223817%20-793.375%20367.625%20C-789.24809794%20362.55142507%20-784.87397442%20357.75008858%20-780.4296875%20352.95703125%20C-778.37386278%20350.72831607%20-776.35883043%20348.47982081%20-774.375%20346.1875%20C-770.15531164%20341.33087754%20-765.80192045%20336.59811629%20-761.43359375%20331.87548828%20C-760.40256762%20330.75886631%20-759.37387963%20329.64008046%20-758.34765625%20328.51904297%20C-749.45659923%20318.81038563%20-740.23533473%20309.44175692%20-730.9375%20300.125%20C-730.35145996%20299.53637177%20-729.76541992%20298.94774353%20-729.16162109%20298.34127808%20C-717.61447074%20286.75390994%20-717.61447074%20286.75390994%20-711.50756836%20281.60571289%20C-709.70928757%20280.04354553%20-708.04247572%20278.38787503%20-706.375%20276.6875%20C-703.40764677%20273.67336418%20-700.30154708%20270.88832667%20-697.09765625%20268.12890625%20C-694.54523117%20265.89945939%20-692.05612486%20263.60748618%20-689.5625%20261.3125%20C-685.09977168%20257.24209944%20-680.51242%20253.38573091%20-675.8125%20249.59375%20C-672.51145806%20246.889705%20-669.28754385%20244.10617139%20-666.0625%20241.3125%20C-659.73423409%20235.85005238%20-653.2238193%20230.66076967%20-646.61621094%20225.54199219%20C-644.88545643%20224.19563408%20-643.16395475%20222.83833893%20-641.4453125%20221.4765625%20C-633.37371493%20215.0832974%20-625.20347731%20208.83326471%20-616.92724609%20202.70703125%20C-615.59760536%20201.72253399%20-614.26969096%20200.73569917%20-612.94384766%20199.74609375%20C-591.09427344%20183.46841045%20-568.10643973%20168.4136987%20-544.875%20154.1875%20C-544.10043457%20153.71231934%20-543.32586914%20153.23713867%20-542.52783203%20152.74755859%20C-529.15844276%20144.57334691%20-515.5714239%20136.79891975%20-501.875%20129.1875%20C-500.9586377%20128.67638672%20-500.04227539%20128.16527344%20-499.09814453%20127.63867188%20C-471.10385829%20112.0735903%20-442.34223185%2097.74699667%20-412.875%2085.1875%20C-412.1618866%2084.88326111%20-411.44877319%2084.57902222%20-410.71405029%2084.26556396%20C-385.762709%2073.64318405%20-360.52997695%2063.97343221%20-334.875%2055.1875%20C-334.15306458%2054.93997986%20-333.43112915%2054.69245972%20-332.68731689%2054.43743896%20C-249.37478965%2025.95429945%20-162.18869196%208.98545156%200%200%20Z%20'%20fill='%23FFFFFF'%20transform='translate(1040.875,-0.1875)'/%3e%3c/svg%3e",Ma={name:"FacebookSignInButton"},_a=e.defineComponent({...Ma,props:{baseButtonOptions:{default:()=>({}),type:Object},disabled:{default:!1,type:Boolean},loading:{default:!1,type:Boolean},title:{required:!0,type:String}},emits:["click"],setup(t){return(n,o)=>(e.openBlock(),e.createBlock(hn,e.mergeProps(t.baseButtonOptions,{disabled:t.disabled,"image-source":e.unref(Oa),loading:t.loading,title:t.title,class:"facebook",onClick:o[0]||(o[0]=i=>n.$emit("click"))}),null,16,["disabled","image-source","loading","title"]))}}),Ia="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20width='46px'%20height='46px'%20viewBox='0%200%2046%2046'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3e%3c!--%20Generator:%20Sketch%203.3.3%20(12081)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3ebtn_google_light_normal_ios%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cfilter%20x='-50%25'%20y='-50%25'%20width='200%25'%20height='200%25'%20filterUnits='objectBoundingBox'%20id='filter-1'%3e%3cfeOffset%20dx='0'%20dy='1'%20in='SourceAlpha'%20result='shadowOffsetOuter1'%3e%3c/feOffset%3e%3cfeGaussianBlur%20stdDeviation='0.5'%20in='shadowOffsetOuter1'%20result='shadowBlurOuter1'%3e%3c/feGaussianBlur%3e%3cfeColorMatrix%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.168%200'%20in='shadowBlurOuter1'%20type='matrix'%20result='shadowMatrixOuter1'%3e%3c/feColorMatrix%3e%3cfeOffset%20dx='0'%20dy='0'%20in='SourceAlpha'%20result='shadowOffsetOuter2'%3e%3c/feOffset%3e%3cfeGaussianBlur%20stdDeviation='0.5'%20in='shadowOffsetOuter2'%20result='shadowBlurOuter2'%3e%3c/feGaussianBlur%3e%3cfeColorMatrix%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.084%200'%20in='shadowBlurOuter2'%20type='matrix'%20result='shadowMatrixOuter2'%3e%3c/feColorMatrix%3e%3cfeMerge%3e%3cfeMergeNode%20in='shadowMatrixOuter1'%3e%3c/feMergeNode%3e%3cfeMergeNode%20in='shadowMatrixOuter2'%3e%3c/feMergeNode%3e%3cfeMergeNode%20in='SourceGraphic'%3e%3c/feMergeNode%3e%3c/feMerge%3e%3c/filter%3e%3crect%20id='path-2'%20x='0'%20y='0'%20width='40'%20height='40'%20rx='2'%3e%3c/rect%3e%3c/defs%3e%3cg%20id='Google-Button'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20sketch:type='MSPage'%3e%3cg%20id='9-PATCH'%20sketch:type='MSArtboardGroup'%20transform='translate(-608.000000,%20-160.000000)'%3e%3c/g%3e%3cg%20id='btn_google_light_normal'%20sketch:type='MSArtboardGroup'%20transform='translate(-1.000000,%20-1.000000)'%3e%3cg%20id='button'%20sketch:type='MSLayerGroup'%20transform='translate(4.000000,%204.000000)'%20filter='url(%23filter-1)'%3e%3cg%20id='button-bg'%3e%3cuse%20fill='%23FFFFFF'%20fill-rule='evenodd'%20sketch:type='MSShapeGroup'%20xlink:href='%23path-2'%3e%3c/use%3e%3cuse%20fill='none'%20xlink:href='%23path-2'%3e%3c/use%3e%3cuse%20fill='none'%20xlink:href='%23path-2'%3e%3c/use%3e%3cuse%20fill='none'%20xlink:href='%23path-2'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3cg%20id='logo_googleg_48dp'%20sketch:type='MSLayerGroup'%20transform='translate(15.000000,%2015.000000)'%3e%3cpath%20d='M17.64,9.20454545%20C17.64,8.56636364%2017.5827273,7.95272727%2017.4763636,7.36363636%20L9,7.36363636%20L9,10.845%20L13.8436364,10.845%20C13.635,11.97%2013.0009091,12.9231818%2012.0477273,13.5613636%20L12.0477273,15.8195455%20L14.9563636,15.8195455%20C16.6581818,14.2527273%2017.64,11.9454545%2017.64,9.20454545%20L17.64,9.20454545%20Z'%20id='Shape'%20fill='%234285F4'%20sketch:type='MSShapeGroup'%3e%3c/path%3e%3cpath%20d='M9,18%20C11.43,18%2013.4672727,17.1940909%2014.9563636,15.8195455%20L12.0477273,13.5613636%20C11.2418182,14.1013636%2010.2109091,14.4204545%209,14.4204545%20C6.65590909,14.4204545%204.67181818,12.8372727%203.96409091,10.71%20L0.957272727,10.71%20L0.957272727,13.0418182%20C2.43818182,15.9831818%205.48181818,18%209,18%20L9,18%20Z'%20id='Shape'%20fill='%2334A853'%20sketch:type='MSShapeGroup'%3e%3c/path%3e%3cpath%20d='M3.96409091,10.71%20C3.78409091,10.17%203.68181818,9.59318182%203.68181818,9%20C3.68181818,8.40681818%203.78409091,7.83%203.96409091,7.29%20L3.96409091,4.95818182%20L0.957272727,4.95818182%20C0.347727273,6.17318182%200,7.54772727%200,9%20C0,10.4522727%200.347727273,11.8268182%200.957272727,13.0418182%20L3.96409091,10.71%20L3.96409091,10.71%20Z'%20id='Shape'%20fill='%23FBBC05'%20sketch:type='MSShapeGroup'%3e%3c/path%3e%3cpath%20d='M9,3.57954545%20C10.3213636,3.57954545%2011.5077273,4.03363636%2012.4404545,4.92545455%20L15.0218182,2.34409091%20C13.4631818,0.891818182%2011.4259091,0%209,0%20C5.48181818,0%202.43818182,2.01681818%200.957272727,4.95818182%20L3.96409091,7.29%20C4.67181818,5.16272727%206.65590909,3.57954545%209,3.57954545%20L9,3.57954545%20Z'%20id='Shape'%20fill='%23EA4335'%20sketch:type='MSShapeGroup'%3e%3c/path%3e%3cpath%20d='M0,0%20L18,0%20L18,18%20L0,18%20L0,0%20Z'%20id='Shape'%20sketch:type='MSShapeGroup'%3e%3c/path%3e%3c/g%3e%3cg%20id='handles_square'%20sketch:type='MSLayerGroup'%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e",Pa={name:"GoogleSignInButton"},Aa=e.defineComponent({...Pa,props:{baseButtonOptions:{default:()=>({}),type:Object},disabled:{default:!1,type:Boolean},loading:{default:!1,type:Boolean},title:{required:!0,type:String}},emits:["click"],setup(t){return(n,o)=>(e.openBlock(),e.createBlock(hn,e.mergeProps(t.baseButtonOptions,{disabled:t.disabled,"image-source":e.unref(Ia),loading:t.loading,title:t.title,class:"google",onClick:o[0]||(o[0]=i=>n.$emit("click"))}),null,16,["disabled","image-source","loading","title"]))}}),Fa="data:image/svg+xml,%3csvg%20fill='%23007aff'%20height='1rem'%20width='1rem'%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20490%20490'%20xml:space='preserve'%20stroke='%23007aff'%20%3e%3cg%20stroke-width='0'%3e%3c/g%3e%3cg%20stroke-linecap='round'%20stroke-linejoin='round'%20%3e%3c/g%3e%3cg%3e%3cpolygon%20points='452.253,28.326%20197.831,394.674%2029.044,256.875%200,292.469%20207.253,461.674%20490,54.528%20'%20%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e",za={class:"stepper"},ja={class:"steps"},Ra={key:0,src:Fa},Ha={key:0,class:"content"},Za={class:"actions"},Ga={name:"Stepper"},qa=e.defineComponent({...Ga,props:{nextButtonProperties:{default:null,type:Object},previousButtonProperties:{default:null,type:Object},steps:{type:Array,required:!0}},emits:["complete"],setup(t,{emit:n}){const o=t,i=n,a=e.ref(0),l=e.ref(!1),r=e.ref(!0),s=()=>{a.value<o.steps.length-1?(a.value++,r.value=!1):i("complete")},c=()=>{a.value>0&&(a.value--,l.value=!1),a.value||(r.value=!0)};return(d,u)=>(e.openBlock(),e.createElementBlock("div",za,[e.createElementVNode("ul",ja,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.steps,(f,p)=>(e.openBlock(),e.createElementBlock("li",{key:p,class:e.normalizeClass(["step",{active:p===a.value,completed:p<a.value}])},[e.createElementVNode("span",{class:e.normalizeClass(["step-number",{active:p===a.value,completed:p<a.value}])},[p<a.value?(e.openBlock(),e.createElementBlock("img",Ra)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(f.step||p+1),1)],64))],2),f.label?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass([{active:p===a.value},"step-label"])},e.toDisplayString(f.label),3)):e.createCommentVNode("",!0)],2))),128))]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.steps,(f,p)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:p},[p===a.value&&f.content?(e.openBlock(),e.createElementBlock("div",Ha,[e.renderSlot(d.$slots,f?.step,{},()=>[e.createTextVNode(e.toDisplayString(f.content),1)],!0)])):e.createCommentVNode("",!0)],64))),128)),e.createElementVNode("div",Za,[e.createVNode(e.unref(Y),{disabled:r.value||t.previousButtonProperties?.disabled,"icon-left":t.previousButtonProperties?.iconLeft,"icon-right":t.previousButtonProperties?.iconRight,label:t.previousButtonProperties?.label??"Previous",rounded:t.previousButtonProperties?.rounded,severity:t.previousButtonProperties?.severity,size:t.previousButtonProperties?.size,variant:t.previousButtonProperties?.variant??"outlined",onClick:c},null,8,["disabled","icon-left","icon-right","label","rounded","severity","size","variant"]),e.createVNode(e.unref(Y),{disabled:l.value||t.nextButtonProperties?.disabled,"icon-left":t.nextButtonProperties?.iconLeft,"icon-right":t.nextButtonProperties?.iconRight,label:a.value===t.steps.length-1?"Finish":t.nextButtonProperties?.label??"Next",rounded:t.nextButtonProperties?.rounded,severity:a.value===t.steps.length-1?"success":t.nextButtonProperties?.severity??"primary",size:t.nextButtonProperties?.size,variant:t.nextButtonProperties?.variant,onClick:s},null,8,["disabled","icon-left","icon-right","label","rounded","severity","size","variant"])])]))}}),Wa=ke(qa,[["__scopeId","data-v-75d55d88"]]),Ya=["data-position"],Ua={role:"tablist"},Xa=["data-selected"],Ka=["aria-expanded","onClick"],Qa=["src"],Ja={class:"tabbed-pane",role:"region"},el={name:"TabbedPanel"},tl=e.defineComponent({...el,props:{defaultIndex:{default:0,required:!1,type:Number},position:{default:"top",required:!1,type:String}},setup(t){const n=e.useSlots(),o=t,i=e.ref(o.defaultIndex),a=s=>{i.value=s},l=n?.default?n.default().filter(s=>s?.props?.title):[],r=e.computed(()=>l[i.value]);return(s,c)=>e.unref(l).length?(e.openBlock(),e.createElementBlock("div",{key:0,class:"tabbed-panel","data-position":o.position},[e.createElementVNode("nav",null,[e.createElementVNode("ul",Ua,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(l),(d,u)=>(e.openBlock(),e.createElementBlock("li",{key:u,"data-selected":u===i.value},[e.createElementVNode("button",{"aria-expanded":u===i.value,tabindex:"0",type:"button",onClick:f=>a(u)},[e.renderSlot(s.$slots,"icon",e.mergeProps({ref_for:!0},d),()=>[d?.props?.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:d?.props?.icon,class:"icon"},null,8,Qa)):e.createCommentVNode("",!0)]),e.createElementVNode("span",null,e.toDisplayString(d.props?.title),1)],8,Ka)],8,Xa))),128))])]),e.createVNode(e.Transition,{appear:"",name:"expand"},{default:e.withCtx(()=>[e.createElementVNode("div",Ja,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(r.value)))])]),_:1})],8,Ya)):e.createCommentVNode("",!0)}}),nl=t=>{let n;switch(t){case"top":case"bottom":n="horizontal";break;case"left":case"right":n="vertical";break;default:n="horizontal";break}return n},ol=["id"],il=["aria-orientation"],al=["id","aria-label","aria-selected","onClick"],ll=["src"],rl=["title"],sl=["onClick"],cl={role:"tabpanel"},dl={name:"TabView"},fl=e.defineComponent({...dl,props:{activeKey:{type:String,required:!0},enableHashRouting:Boolean,id:{type:String,default:""},interceptTabChange:Boolean,interceptTabClose:Boolean,lazy:{default:!0,type:Boolean},persistState:{type:Boolean,default:!0},persistStateStorage:{type:String,default:"localStorage"},position:{type:String,default:"top",validator:t=>["top","bottom","left","right"].includes(t)},tabs:{type:Array,required:!0},visibleTabs:{default:()=>[],type:Array}},emits:["beforeTabChange","beforeTabClose","update:activeKey","update:visibleTabs"],setup(t,{expose:n,emit:o}){const i=t,a=o,l=e.useSlots(),r=e.ref(i.activeKey),s=e.ref(!1),c=e.ref(i.visibleTabs?.length?i.visibleTabs:i.tabs.map(m=>m.key)),d=e.computed(()=>f.value.find(m=>m.key===r.value)?.children||k.value.find(m=>typeof m=="object"&&m!==null&&"props"in m&&m.props?.key===r.value)),u=e.computed(()=>nl(i.position)),f=e.computed(()=>c.value.map(m=>i.tabs.find(w=>w.key===m)).filter(m=>m!==void 0)),p=e.computed(()=>It(i.persistStateStorage)),k=e.computed(()=>(l?.default?.()??[]).flatMap(w=>Array.isArray(w?.children)&&!w?.props?.key?w.children.filter(b=>typeof b=="object"&&b!==null&&"props"in b&&b.props?.key):w?.props?.key?[w]:[]));e.onMounted(()=>{if(i.persistState&&i.id){const m=p.value.getItem(i.id);if(m){const w=JSON.parse(m);r.value=w.activeTab||i.activeKey,w.visibleTabs&&(c.value=w.visibleTabs)}}i.enableHashRouting&&(C(),window.addEventListener("hashchange",C)),s.value=!0}),e.watch(()=>i.visibleTabs,m=>{s.value&&(c.value=[...m])}),e.watch(()=>i.activeKey,m=>{s.value&&g(m)}),e.watch([c,r],()=>{i.id&&i.persistState&&p.value.setItem(i.id,JSON.stringify({activeTab:r.value,visibleTabs:c.value}))});const y=m=>r.value===m,$=m=>{const w=c.value.findIndex(j=>j===m),b=c.value.filter(j=>j!==m);let L="";w>0?L=b[w-1]:L=b[0],b.includes(r.value)||g(L),c.value=b,a("update:visibleTabs",b)},E=m=>{if(!i.interceptTabClose){$(m);return}a("beforeTabClose",m)},N=m=>{if(!y(m)){if(!i.interceptTabChange){g(m);return}a("beforeTabChange",m)}},g=m=>{if(r.value=m,s.value){const{pathname:w,search:b}=window.location,L=i.enableHashRouting?`${w}${b}#${r.value}`:`${w}${b}`;history.replaceState(null,"",L)}a("update:activeKey",m)},C=()=>{const m=window.location.hash?.split("#").pop();!m||m?.includes("/")||(s.value||document.getElementById(m)?.scrollIntoView({behavior:"smooth"}),e.nextTick(()=>{m&&m!==r.value&&c.value.includes(m)&&g(m)}))};return n({closeTab:$,setActiveTab:g}),(m,w)=>(e.openBlock(),e.createElementBlock("div",{id:t.id,class:e.normalizeClass(["tabbed-panel",t.position])},[e.createElementVNode("div",{"aria-orientation":u.value,role:"tablist"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(f.value,(b,L)=>(e.openBlock(),e.createElementBlock("button",{id:b.key,key:L,"aria-label":b.label,"aria-selected":y(b.key),class:e.normalizeClass({active:y(b.key)}),role:"tab",tabindex:"0",onClick:j=>N(b.key)},[b?.icon?(e.openBlock(),e.createElementBlock("img",{key:0,src:b?.icon,class:"icon"},null,8,ll)):e.createCommentVNode("",!0),e.createElementVNode("span",{title:b.label},e.toDisplayString(b.label),9,rl),b.closable?(e.openBlock(),e.createElementBlock("svg",{key:1,height:"24",viewBox:"0 0 24 24",width:"24",xmlns:"http://www.w3.org/2000/svg",onClick:e.withModifiers(j=>E(b.key),["stop"])},w[0]||(w[0]=[e.createElementVNode("path",{d:"m13.06 12l4.42-4.42a.75.75 0 1 0-1.06-1.06L12 10.94L7.58 6.52a.75.75 0 0 0-1.06 1.06L10.94 12l-4.42 4.42a.75.75 0 0 0 0 1.06a.75.75 0 0 0 1.06 0L12 13.06l4.42 4.42a.75.75 0 0 0 1.06 0a.75.75 0 0 0 0-1.06Z",fill:"currentColor"},null,-1)]),8,sl)):e.createCommentVNode("",!0)],10,al))),128))],8,il),e.createElementVNode("div",cl,[typeof d.value=="string"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(d.value),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.lazy?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[d.value?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(d.value),{key:0})):e.createCommentVNode("",!0)],64)):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(k.value,(b,L)=>e.withDirectives((e.openBlock(),e.createBlock(e.resolveDynamicComponent(b),{key:`slot-component-${L}`})),[[e.vShow,b===d.value]])),128))],64))])],10,ol))}}),ul=["aria-label"],ml={name:"Tooltip"},hl=e.defineComponent({...ml,props:{ariaLabel:{default:"tooltip",type:String},clickable:{type:Boolean,default:!1},delay:{type:Number,default:100},offset:{default:10,type:Number},position:{default:void 0,type:String,validator(t){return["top","bottom","left","right"].includes(t)}}},setup(t){const n=t,o=e.ref(null),i=e.ref(null),a=e.ref(null),l=e.ref(!1),r=e.ref(),s=e.ref({top:"0",left:"0"}),c=e.ref([]),d=e.ref(!1),u=e.ref(null),f=e.useSlots(),{width:p,height:k}=nt(),y=e.computed(()=>!!f.content);e.onBeforeUnmount(()=>{window.removeEventListener("resize",N),c.value.forEach(({element:C,listener:m})=>{C.removeEventListener("scroll",m)}),c.value=[]});const $=()=>{y.value&&(u.value&&clearTimeout(u.value),u.value=setTimeout(()=>{l.value=!0,e.nextTick(()=>g())},n.delay))},E=()=>{y.value&&n.clickable&&(d.value=!d.value),d.value&&e.nextTick(()=>{g()})},N=()=>{u.value&&clearTimeout(u.value),d.value||(l.value=!1)},g=()=>{if(!a.value||!i.value)return;const C=a.value.getBoundingClientRect(),m=i.value.getBoundingClientRect();let w=0,b=0;const L=n.position||it(C),j=C.top-m.height-n.offset>=0,A=k.value-(C.bottom+m.height+n.offset)>=0,ee=C.left+C.width/2-m.width/2,q=C.top+C.height/2-m.height/2;switch(L){case"top":w=j?C.top-m.height-n.offset:C.bottom+n.offset,b=ee;break;case"bottom":w=A?C.bottom+n.offset:C.top-m.height-n.offset,b=ee;break;case"left":b=C.left-m.width-n.offset,w=q;break;case"right":b=C.left+C.width+n.offset,w=q;break}const ie=k.value-(w+m.height),X=w;if(l.value=X>0&&ie>0,L==="right"||L==="left")b=Math.max(0,b);else{b+m.width>p.value&&(b=p.value-m.width),b=Math.max(0,b);const ae=k.value-m.height;w=Math.min(Math.max(w,0),ae)}s.value={top:`${w}px`,left:`${b}px`},r.value=L};return e.onMounted(()=>{window.addEventListener("resize",N),o.value&&at(o.value).forEach(m=>{const w=()=>{d.value=!1,N()};m.addEventListener("scroll",w),c.value.push({element:m,listener:w})})}),(C,m)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"dzangolabVueUITooltip",ref:o,"aria-label":t.ariaLabel,class:"tooltip-container",onMouseenter:$,onMouseleave:N,onClick:E},[e.createElementVNode("div",{ref_key:"dzangolabVueUITooltipTrigger",ref:a,class:e.normalizeClass([{clickable:t.clickable},"tooltip-trigger"])},[e.renderSlot(C.$slots,"default")],2),l.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"dzangolabVueUITooltipContent",ref:i,class:e.normalizeClass(["tooltip-content",r.value]),style:e.normalizeStyle(s.value)},[e.renderSlot(C.$slots,"content")],6)):e.createCommentVNode("",!0)],40,ul))}}),pl=["aria-label","href","data-youtube-video-token"],gl=["src","alt","data-aspect-ratio"],Cl=["href"],bl={name:"YoutubeFacade"},yl=e.defineComponent({...bl,props:{alt:{default:null,required:!1,type:String},aspectRatio:{default:"16/9",required:!1,type:String},imageSource:{default:null,required:!1,type:String},videoLink:{required:!0,type:String},videoToken:{required:!0,type:String}},setup(t){const n=t,o=a=>{a.preventDefault(),a.stopPropagation();const l=a.currentTarget,r=l.firstElementChild,s=Object.assign(document.createElement("iframe"),{allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share",className:"videoEmbed",frameborder:"0",src:"https://www.youtube.com/embed/"+l.dataset.youtubeVideoToken+"?autoplay=1",title:r.alt});r.dataset.aspectRatio&&(s.style.aspectRatio=r.dataset.aspectRatio);const c=l.parentNode;c&&c.replaceChild(s,l)},i=e.computed(()=>n.imageSource||`https://img.youtube.com/vi/${n.videoToken}/maxresdefault.jpg`);return(a,l)=>(e.openBlock(),e.createElementBlock("div",{class:"youtube-facade",style:e.normalizeStyle(`background-image: url(${i.value})`)},[e.createElementVNode("div",{style:e.normalizeStyle(`aspect-ratio: ${t.aspectRatio}`)},[e.createElementVNode("a",{"aria-label":(t.alt??"youtube")+" video",href:t.videoLink,"data-youtube-video-token":t.videoToken,rel:"noreferrer",target:"_blank",style:e.normalizeStyle(`aspect-ratio: ${t.aspectRatio}`),onClick:o},[e.createElementVNode("img",{src:i.value,alt:t.alt,"data-aspect-ratio":t.aspectRatio,style:e.normalizeStyle(`aspect-ratio: ${t.aspectRatio}`)},null,12,gl)],12,pl),e.createElementVNode("a",{href:t.videoLink,rel:"noreferrer",target:"_blank"},l[0]||(l[0]=[e.createTextVNode(" Watch On "),e.createElementVNode("b",null,"YouTube",-1)]),8,Cl)],4)],4))}}),wl={install:t=>{t.component("LoadingButton",Tt),t.component("LoadingIcon",Ee),t.component("Page",Rt)}};D.Accordion=En,D.BadgeComponent=Vt,D.ButtonElement=Y,D.Card=$t,D.ConfirmationModal=ot,D.Data=Hn,D.DebouncedInput=si,D.Divider=yo,D.Dropdown=To,D.Errors=Io,D.FacebookSignInButton=_a,D.FileCard=zt,D.FilesList=ii,D.GoogleSignInButton=Aa,D.GridContainer=ui,D.LoadingButton=Tt,D.LoadingIcon=Ee,D.LoadingPage=jt,D.Message=bi,D.Modal=Di,D.Page=Rt,D.Popup=At,D.ResponsiveMenu=Fi,D.SortableList=Ta,D.Stepper=Wa,D.SubPane=Kn,D.TabView=fl,D.TabbedPanel=tl,D.Tooltip=hl,D.YoutubeFacade=yl,D.default=wl,D.formatDate=Mt,D.formatDateTime=_t,D.getBestPosition=it,D.getScrollableParents=at,D.getStorage=It,D.useDebouncedValue=Pt,Object.defineProperties(D,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { PropType } from "vue";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
canSelfCollapse: {
|
|
4
|
+
default: boolean;
|
|
5
|
+
required: false;
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
};
|
|
8
|
+
defaultIndex: {
|
|
9
|
+
default: number;
|
|
10
|
+
required: false;
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
};
|
|
13
|
+
direction: {
|
|
14
|
+
default: string;
|
|
15
|
+
required: false;
|
|
16
|
+
type: PropType<"vertical" | "horizontal">;
|
|
17
|
+
};
|
|
18
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
canSelfCollapse: {
|
|
20
|
+
default: boolean;
|
|
21
|
+
required: false;
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
};
|
|
24
|
+
defaultIndex: {
|
|
25
|
+
default: number;
|
|
26
|
+
required: false;
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
};
|
|
29
|
+
direction: {
|
|
30
|
+
default: string;
|
|
31
|
+
required: false;
|
|
32
|
+
type: PropType<"vertical" | "horizontal">;
|
|
33
|
+
};
|
|
34
|
+
}>> & Readonly<{}>, {
|
|
35
|
+
canSelfCollapse: boolean;
|
|
36
|
+
defaultIndex: number;
|
|
37
|
+
direction: "vertical" | "horizontal";
|
|
38
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
39
|
+
export default _default;
|
|
40
|
+
//# sourceMappingURL=Index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Accordion/Index.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;cAuDhB,QAAQ,CAAC,UAAU,GAAG,YAAY,CAAC;;;;;;;;;;;;;;;;cAAnC,QAAQ,CAAC,UAAU,GAAG,YAAY,CAAC;;;;;;;AApDvD,wBA4Kc"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Index.test.d.ts","sourceRoot":"","sources":["../../../../../src/Accordion/__tests__/component/Index.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Index.test.d.ts","sourceRoot":"","sources":["../../../../../src/Accordion/__tests__/snapshot/Index.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
iconLeft: {
|
|
3
|
+
default: null;
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
iconRight: {
|
|
7
|
+
default: null;
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
};
|
|
10
|
+
label: {
|
|
11
|
+
default: null;
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
};
|
|
14
|
+
rounded: BooleanConstructor;
|
|
15
|
+
severity: {
|
|
16
|
+
default: string;
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
validator: (value: string) => boolean;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
iconLeft: {
|
|
22
|
+
default: null;
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
};
|
|
25
|
+
iconRight: {
|
|
26
|
+
default: null;
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
};
|
|
29
|
+
label: {
|
|
30
|
+
default: null;
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
};
|
|
33
|
+
rounded: BooleanConstructor;
|
|
34
|
+
severity: {
|
|
35
|
+
default: string;
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
validator: (value: string) => boolean;
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
rounded: boolean;
|
|
41
|
+
iconLeft: string;
|
|
42
|
+
iconRight: string;
|
|
43
|
+
label: string;
|
|
44
|
+
severity: string;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
46
|
+
iconLeft: (_: {}) => any;
|
|
47
|
+
iconRight: (_: {}) => any;
|
|
48
|
+
}>;
|
|
49
|
+
export default _default;
|
|
50
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
|
+
new (): {
|
|
52
|
+
$slots: S;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=Index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Badge/Index.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;2BA4DuB,MAAM;;;;;;;;;;;;;;;;;;;2BAAN,MAAM;;;;;;;;;cA0GnB,CAAC,CAAC,IAAgB,KAAK,GAAG;eACzB,CAAC,CAAC,IAAgB,KAAK,GAAG;;AAnKrC,wBAkLc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
ariaLabel: {
|
|
3
|
+
default: string;
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
};
|
|
6
|
+
disabled: {
|
|
7
|
+
default: boolean;
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
};
|
|
10
|
+
iconLeft: {
|
|
11
|
+
default: null;
|
|
12
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
13
|
+
};
|
|
14
|
+
iconRight: {
|
|
15
|
+
default: null;
|
|
16
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
17
|
+
};
|
|
18
|
+
label: {
|
|
19
|
+
default: null;
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
};
|
|
22
|
+
loading: {
|
|
23
|
+
default: boolean;
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
};
|
|
26
|
+
rounded: {
|
|
27
|
+
default: boolean;
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
};
|
|
30
|
+
severity: {
|
|
31
|
+
default: string;
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
validator: (value: string) => boolean;
|
|
34
|
+
};
|
|
35
|
+
size: {
|
|
36
|
+
default: string;
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
validator: (value: string) => boolean;
|
|
39
|
+
};
|
|
40
|
+
to: {
|
|
41
|
+
default: null;
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
};
|
|
44
|
+
title: {
|
|
45
|
+
default: null;
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
};
|
|
48
|
+
variant: {
|
|
49
|
+
default: string;
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
validator: (value: string) => boolean;
|
|
52
|
+
};
|
|
53
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
ariaLabel: {
|
|
55
|
+
default: string;
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
};
|
|
58
|
+
disabled: {
|
|
59
|
+
default: boolean;
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
};
|
|
62
|
+
iconLeft: {
|
|
63
|
+
default: null;
|
|
64
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
65
|
+
};
|
|
66
|
+
iconRight: {
|
|
67
|
+
default: null;
|
|
68
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
69
|
+
};
|
|
70
|
+
label: {
|
|
71
|
+
default: null;
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
};
|
|
74
|
+
loading: {
|
|
75
|
+
default: boolean;
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
};
|
|
78
|
+
rounded: {
|
|
79
|
+
default: boolean;
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
};
|
|
82
|
+
severity: {
|
|
83
|
+
default: string;
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
validator: (value: string) => boolean;
|
|
86
|
+
};
|
|
87
|
+
size: {
|
|
88
|
+
default: string;
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
validator: (value: string) => boolean;
|
|
91
|
+
};
|
|
92
|
+
to: {
|
|
93
|
+
default: null;
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
};
|
|
96
|
+
title: {
|
|
97
|
+
default: null;
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
};
|
|
100
|
+
variant: {
|
|
101
|
+
default: string;
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
validator: (value: string) => boolean;
|
|
104
|
+
};
|
|
105
|
+
}>> & Readonly<{
|
|
106
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
}>, {
|
|
108
|
+
title: string;
|
|
109
|
+
size: string;
|
|
110
|
+
rounded: boolean;
|
|
111
|
+
iconLeft: string | boolean;
|
|
112
|
+
iconRight: string | boolean;
|
|
113
|
+
label: string;
|
|
114
|
+
severity: string;
|
|
115
|
+
loading: boolean;
|
|
116
|
+
ariaLabel: string;
|
|
117
|
+
disabled: boolean;
|
|
118
|
+
to: string;
|
|
119
|
+
variant: string;
|
|
120
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
121
|
+
iconLeft: (_: {}) => any;
|
|
122
|
+
label: (_: {}) => any;
|
|
123
|
+
iconRight: (_: {}) => any;
|
|
124
|
+
}>;
|
|
125
|
+
export default _default;
|
|
126
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
127
|
+
new (): {
|
|
128
|
+
$slots: S;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
//# sourceMappingURL=Index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Index.vue.d.ts","sourceRoot":"","sources":["../../../src/Button/Index.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAkIuB,MAAM;;;;;2BAaN,MAAM;;;;;;;;;;;;;2BAaN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA1BN,MAAM;;;;;2BAaN,MAAM;;;;;;;;;;;;;2BAaN,MAAM;;;;;;;;;;;;;;;;;;cAiInB,CAAC,CAAC,IAAgB,KAAK,GAAG;WAC7B,CAAC,CAAC,IAAgB,KAAK,GAAG;eACtB,CAAC,CAAC,IAAiB,KAAK,GAAG;;AAzRtC,wBA4Sc;AACd,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.test.d.ts","sourceRoot":"","sources":["../../../../../src/Button/__tests__/snapshot/Button.test.ts"],"names":[],"mappings":""}
|